95a1778019f9e6e355d2c3e094b7e7057aaf5a40
[claws.git] / ChangeLog.claws
1 2003-09-27 [paul]       0.9.5claws33
2
3         * src/prefs_common.[ch]
4           src/procmsg.c
5           src/send_message.c
6                 remove External Program settings from Common Prefs/Send
7                 as they are now unnecessary due to Local account settings.
8                 plus a little tidying-up after 0.9.5claws31
9
10 2003-09-27 [paul]       0.9.5claws32
11
12         * src/prefs_account.c
13                 o make correction to gui text:
14                   'Local mailbox file' -> 'Local mailbox directory'
15                 o give 'local_mbox' option a reasonable default value:
16                   '/var/mail'
17                 o use 'DEFAULT_SENDMAIL_CMD' as default 'mail_command'
18                   value
19
20 2003-09-26 [paul]       0.9.5claws31
21
22         * src/inc.c
23           src/prefs_common.[ch]
24                 remove 'Incorporate from spool' common pref,
25                 force creation of a 'Local' account
26
27 2003-09-26 [christoph]  0.9.5claws30
28
29         * src/folder.c
30         * src/msgcache.c
31                 add more NULL pointer checks
32
33 2003-09-25 [christoph]  0.9.5claws29
34
35         * src/folder.c
36                 o don't fetch source message to get it's message id
37                 o immediately scan dest folder when copying a message did not
38                   return a new message number and not do it when the first message
39                   without a new message number is found
40
41 2003-09-23 [christoph]  0.9.5claws28
42
43         * src/compose.c
44                 fix generating of headers
45
46         (patch by David Relson <relson@osagesoftware.com>)
47
48 2003-09-23 [paul]       0.9.5claws27
49
50         * po/zh_CN.po
51                 update Simplified Chinese translation. submitted by
52                 Hansom Young
53
54 2003-09-23 [paul]       0.9.5claws26
55
56         * tools/Makefile.am
57           tools/README
58           tools/vcard2xml.py    ** NEW FILE **
59                 add a script that converts an evolution vcard to
60                 sylpheed's xml format
61                 submitted by Bogdan Sumanariu <bsumanariu@one5.ro>
62
63 2003-09-22 [paul]       0.9.5claws25
64
65         * src/plugins/clamav/clamav_plugin.c
66                 don't skip MULTIPART parts
67
68 2003-09-21 [christoph]  0.9.5claws24
69
70         * src/alertpanel.c
71                 remove unneeded include
72
73         * src/folder.c
74                 clean up copy/move mess with duplicated code
75
76         * src/imap.c
77                 fix problem that sometimes the folder was not scanned
78                 also it was changed
79
80 2003-09-21 [christoph]  0.9.5claws23
81
82         * src/Makefile.am
83         * src/logwindow.[ch]                    ** REMOVE **
84         * src/mainwindow.c
85         * src/prefs_common.c
86         * src/gtk/Makefile.am
87         * src/gtk/logwindow.[ch]                ** ADD **
88                 make logwindow prefs_common independent and move
89                 it to gtk directory
90
91 2003-09-20 [christoph]  0.9.5claws22
92
93         * src/compose.c
94                 add extra space for address code conversion
95                 (4 * unconvered size could be too small for short headers)
96
97 2003-09-20 [christoph]  0.9.5claws21
98
99         * src/compose.c
100                 increase temp buffer size when writing headers
101
102 2003-09-19 [darko]      0.9.5claws20
103
104         * src/compose.c
105                 don't ignore value of 'Save copy of outgoing messages to
106                 this folder instead of Sent' in message redirect
107
108 2003-09-17 [christoph]  0.9.5claws19
109
110         * src/compose.c
111                 use ", " as address seperator for mail headers and pass whole
112                 header line at once to compose_convert_header to make sure
113                 it is correctly folded
114
115         (closes Bug 64 Problem when sending to many recipients)
116
117 2003-09-17 [hoa]        0.9.5claws18
118         
119         * src/matcher.[ch]
120           src/matcher_parser_parse.y
121           src/prefs_matcher.c
122                 changed the keyword used for command execution in condition
123                 keyword is changed from "execute" to "test"
124                 so that it is not the same as the one used for action.
125                 This will fix a bug when using filtering dialog.
126                 All semantic in the code is also changed to reflect
127                 the keyword change.
128
129 2003-09-17 [paul]
130         
131         * sync with 0.9.6 release
132
133 2003-09-17 [paul]       0.9.5claws17
134
135         * sync with 0.9.5cvs8
136                 see ChangeLog 2003-09-16 and 2003-09-17
137
138 2003-09-16 [paul]       0.9.5claws16
139
140         * sync with 0.9.5cvs6
141                 see ChangeLog 2003-09-16
142
143 2003-09-15 [paul]       0.9.5claws15
144
145         * sync with 0.9.5cvs5
146                 see ChangeLog 2003-09-15
147
148 2003-09-14 [alfons]     0.9.5claws14
149
150         * src/inc.c
151                 make "Go to inbox after receiving new mail" again;
152                 regression of a sync, restored to sylpheed main 
153                 behaviour. (misses still some bits)
154
155 2003-09-14 [alfons]     0.9.5claws13
156
157         * src/prefs_filtering_action.c
158                 o add proper message if empty execute command line
159                 o don't select first action item after registering a
160                   new action to prevent (what seems to be a GTK) bug
161                   #36, "filtering will only accept one action change 
162                   per invocation".
163
164 2003-09-14 [alfons]     0.9.5claws12
165
166         * src/prefs_filtering.c
167         * src/prefs_filtering_action.c
168         * src/prefs_matcher.c
169                 fix function signature for key_pressed_event signal handlers
170
171 2003-09-14 [alfons]     0.9.5claws11
172
173         * src/mainwindow.c
174                 fix regression caused by fix for invalid bug #7
175                 (should fix #246, "Multiple selections are deselected when 
176                 moving from search window to main window")
177                 
178 2003-09-14 [alfons]     0.9.5claws10
179         
180         * src/actions.[ch]
181         * src/filtering.[ch]
182         * src/prefs_actions.c
183                 allow `filtering actions` in actions; only for advanced users
184                 right now: try for example, "%as{mark color 2}" 
185         
186 2003-09-13 [paul]       0.9.5claws9
187         
188         * po/pl.po
189           po/zh_CN.po   ** NEW FILE **
190                 update Polish translation, submitted by Emil 
191                 <eminowbl@posejdon.wpk.p.lodz.pl>
192                 add new Simplified Chinese translation, submitted by
193                 Hansom Young <hansom_young@yahoo.com>
194
195 2003-09-12 [alfons]     0.9.5claws8
196
197         * src/summaryview.c
198                 don't open separate message views when View | Separate message view
199                 is active 
200                 (please look carefully for any navigation regressions)
201
202 2003-09-11 [alfons]     0.9.5claws7
203
204         * src/mainwindow.c
205                 make default message view, opened by View | Separate message 
206                 view, look like a claws message view (which includes a menu
207                 bar and a toolbar)
208                 (fixes bug #298, "message view loses tool bar") 
209
210 2003-09-11 [christoph]  0.9.5claws6
211
212         * src/folderview.c
213                 fix double deleting of newsgroup folders
214
215         (closes Bug 305 crash after deleting of a newsgroup)
216
217 2003-09-11 [paul]       0.9.5claws5
218
219         * src/rfc2015.c
220           src/common/utils.h
221                 more sync'ing from 0.9.5cvs2
222
223 2003-09-11 [christoph]  0.9.5claws4
224
225         * src/compose.c
226         * src/rfc2015.c
227         * src/common/utils.h
228                 fix sync with 0.9.5cvs2
229
230 2003-09-11 [paul]       0.9.5claws3
231
232         * sync with 0.9.5cvs4
233                 see ChangeLog 2003-09-11
234
235 2003-09-11 [paul]       0.9.5claws2
236
237         * sync with 0.9.5cvs2
238                 see ChangeLog 2003-09-05
239                 
240 2003-09-11 [paul]       0.9.5claws1
241
242         * sync with 0.9.5cvs3
243                 see ChangeLog 2003-09-10
244
245 2003-09-10 [paul]       0.9.5claws
246
247         * 0.9.5claws released
248
249 2003-09-10 [paul]       0.9.4claws78
250
251         * src/Makefile.am
252                 add missing files
253
254 2003-09-10 [melvin]     0.9.4claws77
255
256         * po/fr.po
257                 Updated French translations
258
259 2003-09-10 [paul]       0.9.4claws76
260
261         * po/es.po
262           po/sk.po
263           po/sr.po
264                 update Spanish, Slovak, and Serbian translations.
265                 submitted by Ricardo Mones Lastra, Andrej Kacian,
266                 and Urke MMI
267                 
268         * AUTHORS
269                 add translation team section
270
271 2003-09-09 [christoph]  0.9.4claws75
272
273         * src/folder.c
274                 free item->prefs in folder_item_destroy
275
276 2003-09-09 [alfons]     0.9.4claws74
277
278         * src/folderview.c
279                 o proper check for root node sorting
280                 o remove unnecessary gtk_ctree_remove_node 
281
282         (should fix bug #300, "crash while moving folder")      
283
284 2003-09-08 [christoph]  0.9.4claws73
285
286         * src/folderview.c
287                 o fix double adding of IMAP FolderItems to GtkCTree
288                 o fix crash then mbox folder is removed
289
290 2003-09-08 [christoph]  0.9.4claws72
291
292         * src/folder.c
293         * src/folderview.c
294         * src/mainwindow.c
295                 fix new folder notification
296
297         * src/mbox_folder.c
298                 fix cache path
299
300 2003-09-08 [christoph]  0.9.4claws71
301
302         * src/compose.c
303                 replace '\n' and '\r' before removing trailing spaces
304
305         * src/folder.[ch]
306         * src/folderview.c
307                 add information about new or removed items in folder tree change
308                 notification and use this in folderview to add and remove only
309                 the appected items and not refresh the whole tree
310
311 2003-09-07 [match]      0.9.4claws70
312
313         * src/Makefile.am
314         * src/addr_compl.c
315         * src/addressbook.c
316         * src/addressitem.h
317         * src/addrindex.c
318         * src/addritem.c
319         * src/addritem.h
320         * src/addrquery.c                       ** NEW **
321         * src/addrquery.h
322         * src/ldapquery.c
323         * src/ldapserver.c
324         * src/stock_pixmap.c
325         * src/stock_pixmap.h
326         * src/pixmaps/address_search.xpm        ** NEW **
327                 re-introduce Lookup button for LDAP 'static' searches.
328
329 2003-09-07 [alfons]     0.9.4claws69
330         
331         * src/summaryview.c
332                 abandon setting usize for messageview because it gives layout problems
333                 with the quick search bar and the headerview; fixes assorted UI glitches:
334                 
335                 o bug #148, "Toggling of quick-search bar reduces index view area" 
336                 o bug #280, "Window resiizes for line length but does not revert"
337
338 2003-09-07 [christoph]  0.9.4claws68
339
340         * src/compose.c
341                 o make sure we don't have any newlines in header values
342                 o check custom headers for spaces and newlines and ignore
343                   malformed header names
344
345 2003-09-06 [christoph]  0.9.4claws67
346
347         * src/folder.c
348         * src/folderview.c
349                 invoke notification hook for folder tree changes after append
350                 and remove folder
351
352         (closes Bug 294 Crash while moving folder with many subdirectories)
353
354 2003-09-06 [christoph]  0.9.4claws66
355
356         * src/folder.c
357                 destroy folder's MsgCache if FolderItem is removed to make sure
358                 it is not saved when the FolderItem is destroyed
359
360 2003-09-06 [christoph]  0.9.4claws65
361
362         * src/plugins/clamav/clamav_plugin.c
363                 fix copy & paste bug
364
365 2003-09-05 [christoph]  0.9.4claws64
366
367         * src/folder.c
368         * src/messageview.[ch]
369         * src/procmsg.[ch]
370         * src/summaryview.c
371                 extend MSGINFO_UPDATE_HOOK to send delete notifications. Used
372                 by MessageView to clear it when the message is deleted. Should
373                 work even if messages are deleted in MainWindow or by
374                 processing.
375
376 2003-09-05 [alfons]     0.9.4claws63
377
378         * src/messageview.c
379                 deleting a message in a message view frees its msginfo, make 
380                 messageview_update_all() aware of that (should fix bug #293,
381                 "deleting message caused crash")
382
383 2003-09-05 [melvin]     0.9.4claws62
384
385         * src/action.c
386                 Improve synchronous action exit code (fixes 
387                 a ~5 seconds delay after action exit on RedHat 9)
388
389 2003-09-04 [christoph]  0.9.4claws61
390
391         * src/compose.c
392         * src/rfc2015.c
393         * src/common/utils.[ch]
394                 add util function to create mime boundary and use it
395                 in compose and gpg code
396
397 2003-09-04 [alfons]     0.9.4claws60
398
399         * src/folder.c
400                 source folder item's GNode should already have been freed in 
401                 a previous call to src->folder->klass->remove_folder()
402                 (should fix bug #287, "crash when moving folders")
403
404 2003-09-03 [thorsten]   0.9.4claws59
405
406         * src/plugins/spamassassin/spamassassin_gtk.c
407                 fix compile error
408
409 2003-09-03 [christoph]  0.9.4claws58
410
411         * src/plugins/spamassassin/spamassassin.[ch]
412         * src/plugins/spamassassin/spamassassin_gtk.c
413                 add timeout config option
414
415 2003-09-03 [paul]       0.9.4claws57
416
417         * po/sk.po      ** NEW FILE **
418                 add Slovak translation. Submitted by Andrej Kacian 
419                 <andrej@kacian.sk>
420
421 2003-09-03 [paul]       0.9.4claws56
422
423         * src/plugins/clamav/clamav_plugin_gtk.c
424                 gui tweaks: replace a label with a tooltip, modify the
425                 text, use gtk_check_button_new(); instead of
426                 gtk_check_button_new_with_label("");
427
428 2003-09-02 [alfons]     0.9.4claws55
429
430         * src/gtk/filesel.c
431                 remember last used dir when attaching multiple files (should fix
432                 bug #290, "Attach File does not remember directory")
433
434 2003-09-01 [paul]       0.9.4claws54
435
436         * po/es.po
437                 updated by Ricardo Mones Lastra
438
439 2003-09-01 [alfons]     0.9.4claws53
440
441         * src/gtk/gtkaspell.[ch]
442                 be pedantic and strict and use const gchar * instead of guchar *
443
444 2003-09-01 [alfons]     0.9.4claws52
445
446         * src/mainwindow.c
447         * src/summaryviewc.
448                 re-enable Save As when multiple messages are selected
449
450 2003-09-01 [paul]       0.9.4claws51
451
452         * src/textview.c
453                 g_free(trimmed_uri);
454
455 2003-09-01 [paul]       0.9.4claws50
456
457         * sync with 0.9.4cvs13
458                 see ChangeLog 2003-09-01
459
460 2003-09-01 [paul]       0.9.4claws49
461
462         * src/textview.c
463                 trim uri before sending to the statusbar
464                 fixes Bug 275 'Clicking on long URL wrapped onto two lines
465                 in the message window causes main S-C window to enlarge 
466                 past screen edges'
467
468 2003-09-01 [paul]       0.9.4claws48
469
470         * sync with 0.9.4cvs12
471                 see ChangeLog 2003-09-01
472
473 2003-08-30 [christoph]  0.9.4claws47
474
475         * src/compose.c
476         * src/folder_item_prefs.[ch]
477         * src/prefs_folder_item.c
478         * src/gtk/gtkaspell.[ch]
479                 commit per folder dictionary patch by
480                 Paul Evans <nerd@freeuk.com>
481
482 2003-08-30 [christoph]  0.9.4claws46
483
484         * src/plugins/spamassassin/spamassassin_gtk.c
485         * src/plugins/spamassassin/spamassassin_gtk.glade
486                 reduce GUI clutter by placing hints into tooltips
487
488 2003-08-30 [paul]       0.9.4claws45
489
490         * src/compose.c
491                 add 'Content-Disposition: inline' to a text/plain
492                 part when using PGP/MIME signing
493
494 2003-08-30 [paul]       0.9.4claws44
495
496         * src/prefs_common.c
497           src/prefs_spelling.c
498           src/prefs_spelling.glade
499                 reduce GUI clutter by placing hints into tooltips
500
501 2003-08-29 [christoph]  0.9.4claws43
502
503         * configure.ac
504                 fix bug found by Ivan Rayner <ivanr@sgi.com>
505
506         * src/stock_pixmap.c
507                 change unecessary warning into a debug message
508
509         * src/plugins/clamav/Makefile.am
510                 Fix error "-I$(CLAMAV_LIBS)"
511
512 2003-08-29 [christoph]  0.9.4claws42
513
514         * intl/Makefile.in
515         * src/Makefile.am
516         * src/matcher.h
517         * src/common/Makefile.am
518         * src/common/passcrypt.c
519                 commit fixes and patches for some of the IRIX problems found by
520                 Ivan Rayner <ivanr@sgi.com>
521
522 2003-08-29 [paul]       0.9.4claws41
523
524         * src/prefs_filtering.c
525                 add 'Top' and 'Bottom' buttons, based on changes in
526                 src/prefs_filter.c in 0.9.4cvs11.
527
528 2003-08-27 [christoph]  0.9.4claws40
529
530         * src/folderview.c
531                 fix bug that the current summary settings were copied to the
532                 wrong folder item, when the folder item prefs are opened.
533                 Copying is not required because summary settings and
534                 folder_item_prefs do not contain the same settings
535
536 2003-08-27 [thorsten]   0.9.4claws39
537
538         * src/imap.c
539                 fix compile error
540
541 2003-08-26 [paul]       0.9.4claws38
542
543         * sync with 0.9.4cvs9
544                 see ChangeLog 2003-08-26
545
546 2003-08-25 [paul]       0.9.4claws37
547
548         * sync with 0.9.4cvs8
549                 see ChangeLog 2003-08-25
550
551 2003-08-24 [christoph]  0.9.4claws36
552
553         * src/prefs_filtering.c
554                 shouldn't remove items from a GSList while iterating over the
555                 list (makes cur invalid and cur->next not accessable)
556
557         (closes Bug 272 i deleted an folder and some seconds later sylpheed
558          crashed)
559
560 2003-08-23 [christoph]  0.9.4claws35
561
562         * src/news.c
563                 news folders should be scanned when opened
564
565 2003-08-22 [christoph]  0.9.4claws34
566
567         * src/prefs_folder_item.c
568                 use macro to assign strings that always frees the old string
569
570         * src/gtk/gtkaspell.[ch]
571                 add gtkaspell_set_dictionary_menu_active_item() to set active
572                 item in dictionary option menu
573
574         * src/prefs_spelling.c
575                 use gtkaspell_set_dictionary_menu_active_item() to select
576                 dictionary
577
578 2003-08-21 [christoph]  0.9.4claws33
579
580         * src/folder.[ch]
581         * src/imap.c
582         * src/mbox_folder.c
583         * src/mh.c
584         * src/news.c
585                 optimize folder system
586
587         * src/gtk/gtkstext.c
588                 fix division by zero when font has 0 width for ' '
589
590 2003-08-21 [paul]       0.9.4claws32
591
592         * sync with 0.9.4cvs7
593                 see ChangeLog 2003-08-20
594
595 2003-08-19 [paul]       0.9.4claws31
596
597         * src/common/defs.h
598                 add the missing '/' to SYLDOC_MANUAL_HTML_INDEX and
599                 SYLDOC_FAQ_HTML_INDEX.
600         * src/manual.c
601                 use LC_MESSAGES instead of LC_ALL to find the current
602                 language
603
604           fixes Bug #281 'in src/manual.c URL for manuals and FAQ wrong'.
605
606 2003-08-19 [paul]       0.9.4claws30
607
608         * po/bg.po
609                 updated by George Danchev
610
611 2003-08-18 [luke]       0.9.4claws29
612         * src/mimeview.[ch]
613         * src/gtk/gtkvscrollbutton.[ch]
614                 o removed gtk_vscrollbutton_reset() (reasons: reduce 
615                   dependencies; do it the GTK way; reduce code -14/+2 lines)
616                 o removed horizontal separator between icons
617
618 2003-08-17 [christoph]  0.9.4claws28
619
620         * src/procmsg.c
621                 no subject threading when the subject has no reply prefix
622
623 2003-08-16 [christoph]  0.9.4claws27
624
625         * src/mainwindow.c
626                 remember and restore window sizes and position when the main
627                 window is hidden or shown
628
629         (closes Bug 274 Window size in 0.9.4claws18 not remembered when
630          minimised/reopened using trayicon)
631
632 2003-08-16 [paul]       0.9.4claws26
633
634         * src/crash.c
635                 add #include "defs.h"
636
637 2003-08-16 [paul]       0.9.4claws25
638
639         * src/plugins/clamav/clamav_plugin.c
640                 reword a debug_print
641                 
642         * src/plugins/dillo_viewer/dillo_prefs.c
643                 cosmetic: change the labels' text, add tooltips, and
644                 left-align the hint
645
646 2003-08-15 [christoph]  0.9.4claws24
647
648         * src/news.c
649                 complete last change (forgot some changes)
650
651 2003-08-15 [christoph]  0.9.4claws23
652
653         * src/news.c
654                 o check number of messages and don't return a 0 message
655                   when no messages are available
656                 o don't parse xref header anymore
657
658         (closes Bug 203 I'm not getting any news)
659
660 2003-08-15 [paul]       0.9.4claws22
661
662         * src/common/defs.h
663           src/crash.c
664                 update and define claws bugzilla location
665
666 2003-08-15 [paul]       0.9.4claws21
667
668         * po/ru.po
669                 update submitted by Ruslan N. Balkin
670
671 2003-08-14 [christoph]  0.9.4claws20
672
673         * src/procmsg.c
674                 fix search for oldest node in subject threading
675
676 2003-08-14 [christoph]  0.9.4claws19
677
678         * src/procmsg.c
679         * src/common/utils.h
680                 add possibility to check all nodes with the same subject for
681                 subject threading, not only the oldest node. Should not break
682                 threads anymore if the oldest node is thread_by_subject_max_age
683                 days older then parent, because it can now find a child of
684                 oldest node as new parent.
685
686 2003-08-11 [christoph]  0.9.4claws18
687
688         * src/plugins/spamassassin/spamassassin.c
689                 run spam check in background process
690
691 2003-08-10 [alfons]     0.9.4claws17
692
693         * src/summaryview.c
694                 make `Select All' sensitive too
695
696 2003-08-10 [christoph]  0.9.4claws16
697
698         * src/imap.c
699                 add more checks in imap_close
700
701 2003-08-09 [alfons]     0.9.4claws15
702
703         * src/prefs_spelling.c
704                 no spell checking UI if not requested
705
706 2003-08-09 [alfons]     0.9.4claws14
707
708         * src/gtk/prefswindow.c
709                 make it compile
710
711 2003-08-09 [christoph]  0.9.4claws13
712
713         * src/prefs_spelling.c
714         * src/gtk/prefswindow.[ch]
715         * src/plugins/clamav/clamav_plugin_gtk.c
716         * src/plugins/spamassassin/spamassassin_gtk.c
717                 sort prefs pages by heighest weight in tree
718
719 2003-08-09 [paul]       0.9.4claws12
720
721         * sync with 0.9.4cvs6
722                 see ChangeLog 2003-08-07
723                 
724         * AUTHORS
725                 add Leandro and Luke to claws-branch section
726
727 2003-08-09 [christoph]  0.9.4claws11
728
729         * src/gtk/Makefile.am
730         * src/gtk/colorsel.[ch]                 ** NEW **
731                 create a color selection dialog that can be used as a simple
732                 function call with it's own gtk main loop like filesel.[ch]
733
734         * src/Makefile.am
735         * src/main.c
736         * src/prefs_common.c
737         * src/prefs_spelling.[ch]               ** NEW **
738         * src/prefs_spelling.glade              ** NEW **
739         * src/gtk/gtkutils.[ch]
740                 move "Spell Checker" prefs to new prefs dialog
741
742         * src/prefs_folder_item.c
743                 use new colorsel dialog
744
745 2003-08-08 [paul]       0.9.4claws10
746
747         * src/inc.c
748                 clear the progress bar unconditionally
749
750 2003-08-08 [paul]       0.9.4claws9
751
752         * sync with 0.9.4cvs4
753                 see ChangeLog 2003-07-31
754
755 2003-08-07 [christoph]  0.9.4claws8
756
757         * configure.ac
758                 fix bug in image viewer plugin part
759
760         * src/imap.c
761                 don't execute close command if the folder item is not selected
762
763 2003-08-07 [hoa]        0.9.4claws7
764
765         * src/filtering.[ch]
766         * src/matcher_parser.h
767         * src/matcher_parser_parse.y
768                 can define several actions for each filtering rule
769                 can import old versions of filtering rules
770
771         * src/prefs_filtering.c
772                 call to a new dialog box to define actions
773
774         * src/prefs_filtering_action.[ch]
775                 dialog box to define actions for filtering rules
776
777 2003-08-06 [christoph]  0.9.4claws6
778
779         * src/imap.c
780                 make sure source folder is selected when copying messages
781
782 2003-08-06 [christoph]  0.9.4claws5
783
784         * sync with 0.9.4cvs2
785                 see ChangeLog 2003-07-29                
786
787 2003-08-05 [paul]       0.9.4claws4
788
789         * sync with 0.9.4cvs3
790                 see ChangeLog 2003-07-30
791
792 2003-08-04 [match]      0.9.4claws3
793
794         * po/POTFILES.in
795                 export of LDIF files.
796
797 2003-08-04 [match]      0.9.4claws2
798
799         * src/ldif.[ch]
800                 support for export LDIF. documented.
801         * src/importldif.[ch]
802         * src/exportldif.[ch]
803                 add tooltips. documented.
804         * src/exphtmldlg.[ch]
805         * src/common/xmlprops.[ch]
806                 documented.
807         * src/exportldif.[ch]                   ** NEW **
808         * src/expldifdlg.[ch]                   ** NEW **
809         * src/addressbook.[ch]
810         * src/Makefile.am
811                 export of LDIF files.
812                 documented.
813
814 2003-08-04 [christoph]  0.9.4claws1
815
816         * .cvsignore
817         * Makefile.am
818         * configure.ac
819         * sylpheed-claws.pc.in                  ** NEW **
820         * src/Makefile.am
821         * src/common/Makefile.am
822         * src/gtk/Makefile.am
823                 install sylpheed header files in $(pkgincludedir) and create a
824                 pkg-config file to allow building a plugin without the source
825                 package
826
827 2003-08-04 [paul]       0.9.4claws
828
829         * version 0.9.4claws
830
831 2003-08-04 [paul]       0.9.3claws97
832
833         * po/es.po
834                 update Spanish translation. Submitted by Ricardo
835                 Mones Lastra.
836
837 2003-08-03 [paul]       0.9.3claws96
838
839         * po/hr.po
840           po/sr.po
841                 update Croatian and Serbian translations. Submitted by
842                 Dragan and Urke MMI respectively
843
844 2003-08-03 [alfons]     0.9.3claws95
845
846         * src/summaryview.c
847                 mark flag has precedence over important flag - seems
848                 to have been changed in sync of 0.9.3claws45. this fixes
849                 a regression where messages that were scored as important
850                 don't show their mark flags. (using the same column for
851                 both importance as mark flags is the real problem
852                 ofcourse)
853
854 2003-08-03 [melvin]     0.9.3claws94
855
856         * po/fr.po
857                 Updated French translations.
858
859 2003-08-03 [melvin]     0.9.3claws93
860
861         * src/Makefile.am
862                 Fixed typo introduced after 0.9.3claws92 
863                 that prevented compilation
864                 Updated to use AM_CPPFLAGS and AM_YFLAGS instead of
865                 CPPFLAGS and YFLAGS to allow user setting these.
866         * src/common/Makefile.am
867         * src/gtk/Makefile.am
868         * src/plugins/clamav/Makefile.am
869         * src/plugins/demo/Makefile.am
870         * src/plugins/dillo_viewer/Makefile.am
871         * src/plugins/image_viewer/Makefile.am
872         * src/plugins/mathml_viewer/Makefile.am
873         * src/plugins/spamassassin/Makefile.am
874         * src/plugins/trayicon/Makefile.am
875         * src/plugins/trayicon/libeggtrayicon/Makefile.am
876                 Updated to use AM_CPPFLAGS and AM_YFLAGS instead of
877                 CPPFLAGS and YFLAGS to allow user setting these.
878
879 2003-08-02 [christoph]  0.9.3claws92
880
881         * configure.ac
882                 o rearrange plugin tests
883                 o add test for clamav.h to ClamAV tests
884
885 2003-08-02 [luke]       0.9.3claws91
886
887         * src/mimeview.c
888                 o fixed appearance of icon list when toggling back from the 
889                   ctree
890                 o toggling of icons using the keyboard works correctly
891                 o fixed all other keyboard shortcuts to work when icons are
892                   active
893         
894         * src/messageview.c
895                 o fixed bug 4 - focus lost when changing messageview view type
896
897 2003-08-02 [christoph]  0.9.3claws90
898
899         * src/common/hooks.c
900                 fix crash when pointer stored in hash table could get invalid
901                 when a plugin is unloaded
902
903 2003-08-01 [christoph]  0.9.3claws89
904
905         * configure.ac
906                 o try to build all plugins (except spamassassin) by default
907                 o don't build a plugin if a dependency check fails
908
909         * src/common/hooks.c
910                 fix warning
911
912 2003-08-01 [match]      0.9.3claws88
913
914         * src/importldif.c
915                 allow single click field selection. document code.
916
917 2003-08-01 [christoph]  0.9.3claws87
918
919         * src/plugins/clamav/clamav_plugin.c
920         * src/plugins/clamav/clamav_plugin_gtk.c
921         * src/plugins/dillo_viewer/dillo_viewer.c
922         * src/plugins/image_viewer/plugin.c
923         * src/plugins/mathml_viewer/mathml_viewer.c
924         * src/plugins/spamassassin/spamassassin.c
925         * src/plugins/spamassassin/spamassassin_gtk.c
926         * src/plugins/trayicon/trayicon.c
927                 add version check to all plugins
928
929 2003-08-01 [hoa]        0.9.3claws86
930
931         * src/prefs_filtering.c
932                 fixed a cosmetic bug, during creation of dialog box,
933                 wrong widgets were shown after creation.
934
935 2003-08-01 [luke]       0.9.3claws85
936
937         * src/mainwindow.c
938                 o fixed visibility of icons/mimeview after toggling separate
939                   message/folder view (factored out some similar code too).
940
941
942 2003-07-31 [alfons]     0.9.3claws84
943
944         * src/mimeview.c
945                 tweak icon box UI a bit more, now allowing right-clicks actions
946                 getting the relevant mime data too; should fix #250, "Can't save 
947                 attachments sometimes".
948
949 2003-07-30 [alfons]     0.9.3claws83
950
951         * src/compose.c
952                 don't do auto-save-draft inside key press handler, but rather
953                 schedule it half of a second later; should fix #67, "autosave 
954                 make re-rediting message crazy"
955
956 2003-07-30 [christoph]  0.9.3claws82
957
958         * src/plugins/trayicon/trayicon.c
959                 process pending events before unloading the plugin
960
961         (closes Bug 196 Unloading Trayicon plugin crashes Sylpheed-Claws)
962
963 2003-07-30 [alfons]     0.9.3claws81
964
965         * src/common/hooks.c
966                 parameter 2 of g_hook_destroy() should really be a hook id
967
968 2003-07-30 [alfons]     0.9.3claws80
969
970         * src/common/plugin.c
971                 fix a possibly harmful function signature mismatch 
972                 for plugin_done
973
974 2003-07-30 [alfons]     0.9.3claws79
975
976         * src/common/hooks[.ch]
977                 const correctness
978
979 2003-07-30 [darko]      0.9.3claws78
980
981         * src/summaryview.c
982                 make it compile again
983
984 2003-07-30 [luke]       0.9.3claws77
985
986         * src/crash.c
987         * src/main.c
988                 o added/moved signal handlers for SIGTERM (normal kill command) 
989                   and SIGINT (ctl-c) to be used even without 
990                   --enable-crash-dialog, fixing bug 166
991
992         * src/summaryview.c
993                 o rewrote menu sensitivity code as per mainwindow.c, fixing 
994                   bug 227
995
996         * src/mainwindow.c
997                 o changed sensitivity condition for 'Next new' and 'Next 
998                   unread', fixing bug 8
999
1000 2003-07-29 [alfons]     0.9.3claws76
1001
1002         * src/common/utils.[ch]
1003                 add generate_msgid()
1004         * src/messageview.c
1005                 save ack'ed RRR; fixes #205, "return receipt is not saved in
1006                 sent folder".
1007
1008 2003-07-29 [alfons]     0.9.3claws75
1009
1010         * src/messageview.c
1011                 fix a memleak (claws-only)
1012
1013 2003-07-29 [alfons]     0.9.3claws74
1014
1015         * src/mimeview.[ch]
1016         * src/gtk/gtkvscrollbutton.[ch]
1017                 fix UI glitch where mime icon toolbox' scroll position is not 
1018                 reset after switching to another message
1019                 
1020
1021 2003-07-29 [paul]       0.9.3claws73
1022
1023         * src/prefs_folder_item.c
1024                 split the prefs into 2 separate pages
1025
1026 2003-07-29 [paul]       0.9.3claws72
1027
1028         * src/compose.c
1029                 prepend "\n\n" to a signature without a separator too
1030
1031 2003-07-29 [paul]       0.9.3claws71
1032
1033         * src/compose.c
1034                 fix bug where changing to an account without an auto-sig
1035                 from an initial account without an auto-sig would insert 
1036                 2 blank lines at the cursor point
1037                 fix bug where changing to an account with an auto-sig
1038                 from an initial account without an auto-sig would insert
1039                 the sig at the cursor point
1040
1041 2003-07-29 [paul]       0.9.3claws70
1042
1043         * src/folderview.c
1044                 use the colour from the folder pref unless the folder
1045                 has new messages
1046
1047 2003-07-29 [alfons]     0.9.3claws69
1048
1049         * src/procmsg.[ch]
1050         * src/messageview.c
1051         * src/procheader.c
1052                 rewrite return receipt request work a little bit (the former 
1053                 implementation presumably depended too much on the UI setting
1054                 flags). (we're losing the old pending flag.) 
1055
1056 2003-07-28 [christoph]  0.9.3claws68
1057
1058         * src/folder.c
1059         * src/imap.c
1060         * src/mh.c
1061         * src/procmsg.[ch]
1062                 fix copy to IMAP folder from other folder
1063
1064 2003-07-28 [christoph]  0.9.3claws67
1065
1066         * src/procmsg.c
1067                 fix sync of procmsg_get_message_file_list
1068
1069 2003-07-28 [christoph]  0.9.3claws66
1070
1071         * sync with 0.9.3cvs14
1072                 see ChangeLog 2003-07-18
1073         * sync with 0.9.3cvs17
1074                 see ChangeLog 2003-07-23
1075
1076         (closes Bug 234 segmentation fault after sending out mail via
1077          smtp(auth))
1078
1079 2003-07-28 [paul]       0.9.3claws65
1080
1081         * po/es.po
1082                 update Spanish translation, submitted by Ricardo Mones
1083                 Lastra
1084
1085 2003-07-28 [christoph]  0.9.3claws64
1086
1087         * src/folder.[ch]
1088         * src/imap.c
1089         * src/mh.c
1090                 return new message numbers as a GRelation instead of a GSList
1091                 that has to be in the same order as the input list. A list
1092                 would make it hard for IMAP to optimize oepration by sorting
1093                 the input list. The returned list would have to be reordered
1094                 to match the same order that input list has.
1095
1096         * src/gtk/gtkaspell.c
1097                 fix missing return value, could cause a crash when garbage is
1098                 on the stack that is used as the expected return value
1099
1100 2003-07-28 [paul]       0.9.3claws63
1101
1102         * sync with 0.9.4cvs1
1103                 see ChangeLog 2003-07-28
1104
1105 2003-07-27 [alfons]     0.9.3claws62
1106
1107         * src/mimeview.c
1108                 tweak it more to make icon list act like a check button group
1109
1110 2003-07-27 [christoph]  0.9.3claws61
1111
1112         * sync with 0.9.3cvs20
1113                 see ChangeLog 2003-07-25
1114
1115 2003-07-27 [paul]       0.9.3claws60
1116
1117         * src/procmsg.c
1118                 re-commit changes from 0.9.3claws58 -
1119                 accidently removed in 0.9.3claws59
1120
1121 2003-07-27 [paul]       0.9.3claws59
1122
1123         * src/procmsg.[ch]
1124                 a sync from 0.9.3cvs17
1125                 see ChangeLog 2003-07-23
1126
1127 2003-07-27 [alfons]     0.9.3claws58
1128
1129         * src/procmsg.c
1130                 add missing header members to MsgInfo; fixes the problem of 
1131                 not displaying X-Faces, as noticed by Ricardo Mones
1132
1133 2003-07-26 [christoph]  0.9.3claws57
1134
1135         * sync with 0.9.3cvs18
1136                 see ChangeLog 2003-07-24
1137
1138 2003-07-26 [christoph]  0.9.3claws56
1139
1140         * sync with 0.9.3cvs17
1141                 see ChangeLog 2003-07-23
1142
1143 2003-07-26 [christoph]  0.9.3claws55
1144
1145         * src/folder.[ch]
1146         * src/imap.c
1147         * src/mbox_folder.c
1148         * src/mh.c
1149         * src/news.c
1150                 add support for copy function that copy multiple messages
1151                 (not implemented yet)
1152
1153         * src/summaryview.c
1154                 add missing return value
1155
1156 2003-07-26 [paul]       0.9.3claws54
1157
1158         * tools/multiwebsearch.pl
1159                 do whitespace substitution before passing the string
1160                 to the browser. fixes bug with browsers that don't
1161                 do whitespace conversion themselves.
1162
1163 2003-07-25 [christoph]  0.9.3claws53
1164
1165         * src/folder.[ch]
1166         * src/imap.c
1167         * src/mh.c
1168                 rewrite adding of multiple messages to a folder for
1169                 claws' folder system
1170
1171 2003-07-25 [luke]       0.9.3claws52
1172
1173         * src/mimeview.c
1174                 o icon toggles set correctly on leaving ctree mimeview
1175
1176 2003-07-25 [paul]       0.9.3claws51
1177
1178         * partial sync with 0.9.3cvs21 [src/main.c]
1179                 see ChangeLog 2003-07-25
1180
1181 2003-07-24 [paul]       0.9.3claws50
1182
1183         * tools/maildir2sylpheed.pl
1184                 fix typo
1185
1186 2003-07-24 [paul]       0.9.3claws49
1187
1188         * src/mimeview.c
1189                 increase the gutter size of paned so that the panes
1190                 can be resized
1191                 
1192         * src/plugins/demo/demo.c
1193                 squeeze in another typo fix
1194
1195 2003-07-24 [paul]       0.9.3claws48
1196
1197         * src/plugins/demo/demo.c
1198           src/prefs_account.c
1199                 small changes to the English
1200                 
1201         * src/pixmaps/mime_application_octect_stream.xpm        ** REMOVED **
1202           src/pixmaps/mime_application_octet_stream.xpm         ** NEW FILE **
1203           src/Makefile.am
1204           src/stock_pixmap.c
1205                 rename the misspelled icon
1206
1207 2003-07-23 [alfons]     0.9.3claws47
1208
1209         * src/mimeview.c
1210                 make icon list look like a list of toggles
1211
1212 2003-07-23 [luke]       0.9.3claws46
1213
1214         * src/pixmaps/mimeview_gpg_expired.xpm
1215         * src/pixmaps/mimeview_gpg_failed.xpm
1216         * src/pixmaps/mimeview_gpg_passed.xpm
1217         * src/pixmaps/mimeview_text_html.xpm
1218         * src/pixmaps/mimeview_image.xpm
1219                 o all icons the same size
1220
1221         * src/mimeview.[ch]
1222                 o mimeview ctree arranged vertically above the viewer
1223                 o icons changed to buttons
1224                 o can use keyboard to select an icon (Enter)
1225                 o resize icon list to width of icons
1226
1227         *  src/gtk/gtkvscrollbutton.c
1228                 o sensitivity of buttons reacts to position
1229
1230 2003-07-23 [christoph]  0.9.3claws45
1231
1232         * sync with 0.9.3cvs14 (incomplete)
1233                 see ChangeLog 2003-07-17
1234
1235 2003-07-23 [alfons]     0.9.3claws44
1236
1237         * src/folder.c
1238         * src/procmsg.h
1239                 sync with my local tree to restore some claws-only things
1240
1241 2003-07-23 [paul]       0.9.3claws43
1242
1243         * src/pixmaps/mime_gpg_expired.xpm      ** NEW FILE **
1244           src/pixmaps/mime_gpg_unknown.xpm      ** NEW FILE **
1245           src/Makefile.am
1246           src/mimeview.c
1247           src/procmime.h
1248           src/rfc2015.c
1249           src/stock_pixmap.[ch]
1250                 indicate missing keys and expired sigs/keys
1251                 in mime view column
1252
1253 2003-07-23 [paul]       0.9.3claws42
1254
1255         * src/compose.c
1256                 Redirect fixes: enable automatic account selection and
1257                 do not append signature to message on changing account
1258                 fixes Bug[s] #248
1259
1260 2003-07-23 [paul]       0.9.3claws41
1261
1262         * sync with 0.9.3cvs16
1263                 see ChangeLog 2003-07-23
1264
1265 2003-07-23 [alfons]     0.9.3claws40
1266
1267         * src/inc.c
1268                 give progress dialog a main window, and give it the first 
1269                 one (presumably the only one). fixes bug #247, "segfault on 
1270                 pop-before-smtp" 
1271
1272 2003-07-22 [alfons]     0.9.3claws39
1273
1274         * src/summaryview.c
1275                 shift-space scrolls up
1276
1277 2003-07-22 [paul]       0.9.3claws38
1278
1279         * sync with 0.9.3cvs15
1280                 see ChangeLog 2003-07-22
1281
1282 2003-07-20 [alfons]     0.9.3claws37
1283
1284         * src/compose.c
1285                 put menu inside #ifdef USE_ASPELL..#endif
1286
1287 2003-07-20 [christoph]  0.9.3claws36
1288
1289         * src/procmsg.c
1290                 fix wrong flags in MsgInfo returned by
1291                 procmsg_msginfo_get_full_info()
1292
1293         (closes Bug 221 Deleting messages from the Message View gives incorrect
1294          new/unread message counts in the folder view)
1295
1296         * src/plugins/spamassassin/spamassassin_gtk.c
1297                 add gettext macro for prefs page title
1298
1299 2003-07-20 [paul]       0.9.3claws35
1300
1301         * src/mimeview.c
1302                 redraw icon list on signature check
1303
1304 2003-07-20 [christoph]  0.9.3claws34
1305
1306         * src/Makefile.am
1307         * src/account.c
1308         * src/folder.[ch]
1309         * src/folder_item_prefs.[ch]            ** NEW **
1310         * src/folderview.c
1311         * src/mainwindow.c
1312         * src/mh.c
1313         * src/prefs_gtk.c
1314         * src/prefs_scoring.c
1315         * src/summaryview.c
1316         * src/prefs_folder_item.[ch]
1317                 o seperate FolderItemPrefs (formerly PrefsFolderItem) and the
1318                   Properties dialog
1319                 o use prefswindow for folder properties
1320
1321         * src/gtk/prefswindow.[ch]
1322                 change implementation to use an invisible notebook instead
1323                 of unparenting widgets
1324
1325 2003-07-20 [christoph]  0.9.3claws33
1326
1327         * src/compose.h
1328         * src/folder.c
1329         * src/folderview.h
1330         * src/headerview.h
1331         * src/prefs_filtering.h
1332         * src/prefs_folder_item.[ch]
1333         * src/procmime.h
1334         * src/procmsg.h
1335         * src/summaryview.h
1336                 clean up header mess
1337                 (always use 1. typedefs, 2. #includes, 3. structures)
1338
1339         * src/common/version.h.in
1340                 add casts for constants
1341
1342         * src/plugins/demo/demo.c
1343                 fix typo
1344
1345         * src/plugins/spamassassin/spamassassin.c
1346                 remove unused variable
1347
1348 2003-07-20 [alfons]     0.9.3claws32
1349
1350         * src/mimeview.c
1351                 o make icon buttons respond on left click
1352                 o minor cosmetic change
1353
1354 2003-07-19 [luke]       0.9.3claws31
1355
1356         * src/mimeview.[ch]
1357         * src/gtk/gtkvscrollbutton.c
1358         * src/messageview.c
1359                 o improved mimeview behaviour when selecting a new message
1360                 o plus code cleanups to remove compile warnings
1361
1362
1363 2003-07-19 [alfons]     0.9.3claws30
1364
1365         * src/procmsg.c
1366         * src/compose.c
1367         * src/common/utils.[ch]
1368                 subject_get_reply_prefix_length() <- subject_get_prefix_length()
1369
1370 2003-07-19 [alfons]     0.9.3claws29
1371
1372         * src/prefs_folder_item.c
1373                 reinit "legacy" tmp_prefs, so we don't free nor use invalid 
1374                 string pointers
1375
1376 2003-07-19 [luke]       0.9.3claws28
1377
1378         * src/messageview.c
1379         * src/mimeview.[ch]
1380         * src/procmime.h
1381         * src/rfc2015.c
1382         * src/stock_pixmap.[ch]
1383         * src/gtk/Makefile.am
1384         * src/Makefile.am
1385         * src/gtk/gtkvscrollbutton.[ch]         ** NEW **
1386         * src/pixmaps/mime_*.xpm                ** NEW **
1387                 o mimeview rearrangement with a new icon shortcut bar
1388
1389 2003-07-19 [alfons]     0.9.3claws27
1390
1391         * src/folderview.c
1392                 o plug leaking nodes_to_recollapse
1393                 o add folderview_recollapse_all_nodes() (not used yet)
1394
1395 2003-07-19 [alfons]     0.9.3claws26
1396
1397         * src/compose.c
1398         * src/common/utils.c
1399                 honour #240 "Better SUBJECT handling" by cleaning the prefix
1400                 for both forwarding as replying
1401
1402 2003-07-18 [christoph]  0.9.3claws25
1403
1404         * configure.ac
1405         * src/common/sylpheed.[ch]
1406         * src/common/version.h.in
1407                 add version in numeric form to allow easy comparison
1408
1409         * src/plugins/demo/demo.c
1410                 add version check
1411                 - sylpheed version > plugin version => never allowed, sylpheed
1412                   could contain unknown API changes
1413                 - sylpheed version < minimum version required => don't load,
1414                   API required not available (if linking does not fail)
1415
1416 2003-07-18 [alfons]     0.9.3claws24
1417         
1418         * src/common/plugin.[ch]
1419                 const correctness
1420
1421 2003-07-18 [christoph]  0.9.3claws23
1422
1423         * src/common/hooks.c
1424                 fix crash when hooks where unregisted
1425
1426         * src/plugins/trayicon/trayicon.c
1427                 unregister detroy signal before destroying the widget
1428                 (still crashes when the plugin is unloaded)
1429
1430 2003-07-18 [alfons]     0.9.3claws22
1431         
1432         * src/folderview.c
1433                 delay expanding folder tree during drags until timeout triggered
1434                 (needs perhaps some tweaking, so testing is welcome)
1435
1436 2003-07-17 [alfons]     0.9.3claws21
1437
1438         * src/folderview.c
1439                 clean up cruft
1440
1441 2003-07-17 [christoph]  0.9.3claws20
1442
1443         * src/common/session.c
1444                 fix opening of SSL connections
1445
1446         * src/plugins/image_viewer/Makefile.am
1447                 add OPENSSL_CFLAGS (we should find a better solution to remove
1448                 this dependencies if they are not required)
1449
1450         * src/plugins/spamassassin/spamassassin.c
1451                 remove setlocale workaround (fixed in libspamc)
1452
1453         (closes Bug Bug 184 Entering non-ascii character deletes previous char
1454          if spell checking enabled)
1455
1456 2003-07-17 [alfons]     0.9.3claws19
1457
1458         * src/common/hooks.[ch]
1459         * src/plugins/clamav/clamav_plugin.c
1460         * src/plugins/spamassassin/spamassassin.c
1461         * src/plugins/trayicon/trayicon.c
1462                 fix signedness muck 
1463
1464 2003-07-17 [alfons]     0.9.3claws18
1465
1466         * src/procmime.c
1467                 plug memleak
1468
1469 2003-07-17 [alfons]     0.9.3claws17
1470
1471         * src/inc.c
1472                 plug memleak
1473
1474 2003-07-17 [paul]       0.9.3claws16
1475
1476         * src/common/defs.h
1477           src/mainwindow.c
1478           src/manual.[ch]
1479                 add link to the Claws site's FAQ page, after the suggestion
1480                 and patch by Fred Marton <Fred.Marton@uni-bayreuth.de>
1481                 Move url strings to defs.h
1482                 
1483         * src/mainwindow.c
1484                 fix typo to prevent "unknown menu entry" warnings
1485
1486 2003-07-17 [alfons]     0.9.3claws15
1487
1488         * src/folderview.[ch]
1489         * src/summaryview.[ch]
1490         * src/mimeview.[ch]
1491                 plug DnD leaks 
1492
1493 2003-07-17 [paul]       0.9.3claws14
1494
1495         * src/inc.c
1496                 remove two instances of 'GTK_EVENTS_FLUSH' because
1497                 they are unnecessary and probably cause a stack overflow
1498
1499 2003-07-16 [christoph]  0.9.3claws13
1500
1501         * src/mimeview.[ch]
1502                 use an invisible GTK notebook to switch between viewers
1503                 instead of reparenting widgets
1504
1505 2003-07-16 [christoph]  0.9.3claws12
1506
1507         * src/folder.c
1508                 move folder_item_update_freeze() to correct place in
1509                 folder_item_scan_full()
1510
1511 2003-07-16 [paul]       0.9.3claws11
1512
1513         * sync with 0.9.3cvs12
1514                 see ChangeLog 2003-07-14 and 2003-07-15
1515
1516 2003-07-16 [christoph]  0.9.3claws10
1517
1518         * src/imap.[ch]
1519         * src/prefs_account.[ch]
1520                 sync IMAP CRAM-MD5 authentication with sylpheed-main
1521
1522 2003-07-15 [alfons]     0.9.3claws9
1523
1524         * src/main.c
1525                 make --config-dir do something useful
1526
1527 2003-07-15 [alfons]     0.9.3claws8
1528
1529         * src/procmsg.c
1530                 o fix a bug where 'last' didn't really point to the last message
1531                   in the top level list of children, but to the last threaded
1532                   message. 
1533                 
1534                 o clean up and make it easier to sync
1535
1536 2003-07-15 [alfons]     0.9.3claws7
1537
1538         * src/mainwindow.c
1539                 make correct menu items sensitive       
1540
1541 2003-07-14 [alfons]     0.9.3claws6
1542
1543         * src/procmsg.c
1544                 tune the threader so it will not subject-thread any message
1545                 without a subject prefix (this will not thread correctly if 
1546                 a parent is delivered after their childs, but it looks 
1547                 better right now)
1548
1549 2003-07-13 [christoph]  0.9.3claws5
1550
1551         * src/mainwindow.c
1552                 group "Add mailbox *..." menu items in submenu
1553
1554 2003-07-13 [alfons]     0.9.3claws4
1555
1556         * src/summaryview.c
1557                 correct summary_toggle_pressed() signature and make sure
1558                 signal is not passed on
1559
1560 2003-07-13 [alfons]     0.9.3claws3
1561
1562         * src/summaryview.c
1563                 o for now don't pass on keys when they we're handled by 
1564                   ctree::key_press_event
1565                 o clean up
1566
1567 2003-07-13 [alfons]     0.9.3claws2
1568         
1569         * src/main.c
1570                 add command line option "--config-dir" to get the current 
1571                 configuration dir
1572
1573 2003-07-12 [alfons]     0.9.3claws1
1574
1575         * src/matcher.[ch]
1576         * src/matcher_parser_parse.y
1577         * src/prefs_filtering.c
1578         * src/filtering.c
1579                 add "Lock" filter action to lock messages;
1580
1581         * src/filtering.c       
1582                 remove debug_print()    
1583         * src/prefs_filtering.c
1584                 re-organize matcher part 9: 
1585                 make action text entries easily extendible;
1586                 merge widget selection for ACTION_MARK, ACTION_UNMARK, ACTION_LOCK,
1587                 ACTION_UNLOCK, ACTION_MARK_AS_READ, ACTION_MARK_AS_UNREAD
1588
1589 2003-07-12 [paul]
1590
1591         * tools/README
1592                 update old information and add missing
1593                 information
1594
1595 2003-07-12 [paul]       0.9.3claws
1596
1597         * 0.9.3claws released
1598         
1599 2003-07-12 [paul]       0.9.0claws103
1600
1601         * src/Makefile.am
1602                 add addrquery.h
1603
1604 2003-07-12 [melvin]     0.9.0claws102
1605
1606         * src/messageview.c
1607                 Fixed bug #215: Show MIME tab for single text/html messages. 
1608                 
1609 2003-07-12 [paul]       0.9.0claws101
1610
1611         * man/sylpheed.1
1612                 updated
1613
1614 2003-07-12 [paul]       0.9.0claws100
1615
1616         * po/es.po
1617           po/hr.po
1618           po/pl.po
1619           po/sr.po
1620                 update Spanish, Croatian, Polish, Serbian translations.
1621                 submitted by Ricardo Mones Lastra, Dragan, Witold
1622                 Wladyslaw Wojciech Wilk, Urke MMI
1623
1624 2003-07-12 [melvin]     0.9.0claws99
1625
1626         * po/fr.po
1627                 Updated French translations.
1628
1629 2003-07-12 [paul]       0.9.0claws98
1630
1631         * src/addressbook.c
1632                 disable 'Lookup' button as it has no effect
1633
1634 2003-07-11 [alfons]     0.9.0claws97
1635         
1636         * src/summaryview.c
1637                 summary_searchbar_pressed() should return TRUE to signal that
1638                 event was handled. when returning void, the return value passed
1639                 to GTK is actually random, but maybe FALSE, in which case the
1640                 event is handled by parent
1641                 
1642 2003-07-10 [paul]       0.9.0claws96
1643
1644         * ac/missing/gettext.m4
1645                 update to version 0.12
1646
1647 2003-07-10 [paul]       0.9.0claws95
1648
1649         * src/plugins/clamav/clamav_plugin.c
1650                 fix bug where multipart/alternative messages
1651                 would slip through without being scanned
1652
1653 2003-07-10 [christoph]  0.9.0claws94
1654
1655         * src/folder.c
1656                 correct check if folder supports removing when a message is
1657                 moved. if not the message is only copied.
1658
1659         (closes Bug 132 crash on startup in newsgroups folders)
1660
1661 2003-07-09 [alfons]     0.9.0claws93
1662
1663         * configure.ac
1664         * src/common/defs.h
1665                 --with-config-dir (default .sylpheed)
1666
1667 2003-07-09 [christoph]  0.9.0claws92
1668
1669         * configure.ac
1670                 use PKG_CHECK_MODULES to check for gtkmathview
1671                 (version 0.4.2 now required)
1672
1673 2003-07-08 [melvin]     0.9.0claws91
1674
1675         * src/action.c
1676                 Implemented a progress bar that counts the number of completed
1677                 tasks when the action runs more than one command.
1678
1679 2003-07-08 [alfons]     0.9.0claws90
1680
1681         * src/procmsg.c
1682                 if queued message has an invalid Message-Id, don't try to
1683                 find message it refers to (fixes #209 "crash when processing 
1684                 in folder")
1685
1686 2003-07-08 [paul]       0.9.0claws89
1687
1688         * sync with 0.9.3cvs2
1689                 see ChangeLog 2003-07-08
1690
1691 2003-07-08 [match]      0.9.0claws88
1692
1693         * src/ldapctrl.c
1694                 extend LDAP search for first/last name by parsing search term.
1695
1696 2003-07-08 [alfons]     0.9.0claws87
1697
1698         * src/send_message.c
1699                 fix bug #208 "Status message stuck when sending on POP3 account"
1700
1701 2003-07-07 [paul]       0.9.0claws86
1702
1703         * po/hr.po
1704                 new Croatian translation, submitted by
1705                 Dragan <drleskov@inet.hr>
1706
1707 2003-07-07 [paul]       0.9.0claws85
1708
1709         * sync with 0.9.3cvs1
1710                 see ChangeLog 2003-07-07
1711
1712 2003-07-05 [christoph]  0.9.0claws84
1713
1714         * src/Makefile.am
1715         * src/messageview.c
1716         * src/mimeview.[ch]
1717         * src/stock_pixmap.[ch]
1718         * src/pixmaps/messageview_text.xpm              ** NEW **
1719                 move mimeview tabs to the right side and use icons
1720                 instead of text to save some space
1721
1722         (patch by Luke Plant <lukeplant@softhome.net>)
1723
1724 2003-07-05 [christoph]  0.9.0claws83
1725
1726         * src/inc.c
1727                 add NULL pointer checks
1728
1729         (patch by Luke Plant <lukeplant@softhome.net>)
1730         (closes Bug 204 0.9.0 quits on authentication error?!)
1731
1732 2003-07-05 [alfons]     0.9.0claws82
1733
1734         * configure.ac
1735                 take the clue in bug #202 "./configure script - 
1736                 'if test' comparison failure" reported by John Kristoff. 
1737
1738 2003-07-04 [christoph]  0.9.0claws81
1739
1740         * src/plugins/spamassassin/spamassassin.c
1741                 set timeout for spam check
1742
1743 2003-07-04 [christoph]  0.9.0claws80
1744
1745         * src/main.c
1746                 destroy all FolderItems when shutting down to
1747                 allow folders to clean up
1748
1749 2003-07-04 [melvin]     0.9.0claws79
1750
1751         * src/gtk/gtkaspell.c
1752                 Fixed bug #184 "Entering non-ascii character deletes
1753                 previous char if spell checking enabled": this makes
1754                 the spell checking in multibytes (e.g. UTF-8)locales work.
1755                 (Patch by Luke Plant).
1756                 
1757 2003-07-04 [christoph]  0.9.0claws78
1758
1759         * sync with 0.9.2cvs1
1760                 see ChangeLog 2003-06-10
1761
1762 2003-07-04 [paul]       0.9.0claws77
1763
1764         * sync with 0.9.3 release
1765                 see ChangeLog 2003-07-04
1766
1767 2003-07-03 [christoph]  0.9.0claws76
1768
1769         * src/folder.[ch]
1770         * src/imap.c
1771         * src/mbox_folder.c
1772         * src/mh.c
1773         * src/news.c
1774                 move folder_item_get_path() stuff into a folder virtual function
1775
1776         * src/procmsg.c
1777                 use folder_item_fetch_msg() to get message and do not contruct
1778                 the filename from path and number
1779
1780 2003-07-03 [paul]       0.9.0claws75
1781
1782         * sync with 0.9.2cvs12
1783                 see ChangeLog 2003-07-03
1784
1785 2003-07-02 [paul]       0.9.0claws74
1786
1787         * src/messageview.c
1788                 fix text-selection for replying
1789
1790 2003-07-02 [paul]       0.9.0claws73
1791
1792         * sync with 0.9.2cvs11
1793                 see ChangeLog 2003-07-02
1794
1795 2003-07-02 [paul]       0.9.0claws72
1796
1797         * src/procmsg.c
1798                 revert last commit because it breaks more
1799                 than it fixes
1800
1801 2003-07-02 [paul]       0.9.0claws71
1802
1803         * src/procmsg.c
1804                 fix thread by subject/sort by date
1805
1806 2003-07-01 [paul]       0.9.0claws70
1807
1808         * sync with 0.9.2cvs10
1809                 see ChangeLog 2003-07-01
1810
1811 2003-06-30 [paul]       0.9.0claws69
1812
1813         * sync with 0.9.2cvs9
1814                 see ChangeLog 2003-06-30
1815
1816 2003-06-28 [match]      0.9.0claws68
1817
1818         * src/addressbook.c
1819                 fix null ptr.
1820
1821 2003-06-27 [paul]       0.9.0claws67
1822
1823         * sync with 0.9.2cvs7
1824                 see ChangeLog 2003-06-27
1825
1826 2003-06-26 [christoph]  0.9.0claws66
1827
1828         * src/folder.c
1829                 freeze folder updates while a folder is scanned
1830
1831         (closes Bug 185 New message counter)
1832
1833 2003-06-26 [darko]      0.9.0claws65
1834
1835         * src/ldapserver.c
1836                 fix infinite loop when adding a new LDAP server
1837
1838 2003-06-26 [paul]       0.9.0claws64
1839
1840         * sync with 0.9.2cvs6
1841                 see ChangeLog 2003-06-26
1842
1843 2003-06-26 [paul]       0.9.0claws63
1844
1845         * sync with 0.9.2cvs5
1846                 see ChangeLog 2003-06-25 and 2003-06-26
1847
1848 2003-06-25 [match]      0.9.0claws62
1849
1850         * src/addr_compl.c
1851                 Fixed tab/backtab for dropped-down completion list to
1852                 move next/previous field. (close bug 147)
1853
1854 2003-06-25 [christoph]  0.9.0claws61
1855
1856         * src/addr_compl.[ch]
1857         * src/addrindex.[ch]
1858         * src/folderview.c
1859         * src/inc.c
1860         * src/news.c
1861         * src/summaryview.c
1862         * src/toolbar.c
1863                 fix warnings
1864
1865 2003-06-25 [leandro]    0.9.0claws60
1866
1867         * src/compose.c
1868                 o cleanups
1869                 o gray out "Message/Remove references" menu item if not
1870                   replying to a message
1871
1872 2003-06-24 [leandro]    0.9.0claws59
1873
1874         * src/compose.[ch]
1875                 o removed "Message/Create new thread" menu item
1876                 o added "Message/Remove references" menu item
1877                   (it's off by default and will not check anymore
1878                    if the subject changed)
1879
1880 2003-06-23 [alfons]     0.9.0claws58
1881
1882         * src/procmsg.c
1883                 try better grouping messages threaded by subject based on their age.
1884                 still not perfect - because the message tree is not sorted by date.  
1885
1886 2003-06-23 [thorsten]   0.9.0claws57
1887
1888         * src/pop.[ch]
1889                 added mail_receive_hook to allow modifications
1890                 directly after retrieval (e.g. adding headers).
1891
1892 2003-06-23 [paul]       0.9.0claws56
1893
1894         * src/sourcewindow.c
1895                  enable the use of Ctrl+A to select all text in
1896                  the sourcewindow
1897                  Patch submitted by Ivan Francolin Martinez
1898                  <ivanfm@users.sourceforge.net>
1899
1900 2003-06-22 [christoph]  0.9.0claws55
1901
1902         * src/folder.[ch]
1903                 o add notification hook for folder tree changes
1904                 o invoke hooks after folder tree scanning
1905
1906         * src/folderview.[ch]
1907                 register hook for folder tree changes that
1908                 updates the ctree
1909
1910         (there are more places that should be updated, like add, remove 
1911          or move folder)
1912
1913         (closes Bug 164 Crash on rebuild folder tree)
1914         (closes Bug 190 Crash on 'rebuilding folder tree')
1915
1916 2003-06-21 [leandro]    0.9.0claws54
1917
1918         * src/compose.[ch]
1919                 create a new thread if subject changes
1920                 (it's on by default, can be disabled in Message menu)
1921
1922 2003-06-21 [alfons]     0.9.0claws53
1923
1924         * src/summaryview.c
1925                 quiet little compiler
1926
1927 2003-06-21 [christoph]  0.9.0claws52
1928
1929         update gettext stuff to version 0.12
1930
1931 2003-06-19 [alfons]     0.9.0claws51
1932
1933         * src/common/log.c
1934         * src/common/plugin.c
1935                 move defs.h before glib.h to prevent MIN/MAX redefs
1936
1937 2003-06-19 [alfons]
1938
1939         * src/addressbook.c
1940                 translatable
1941
1942 2003-06-19 [match]      0.9.0claws50
1943
1944         * src/addressbook.[ch]
1945         * src/addrindex.[ch]
1946         * src/addr_compl.[ch]
1947         * src/editldap.[ch]
1948         * src/editldap_basedn.[ch]
1949         * src/addritem.[ch]
1950         * src/ldapquery.h
1951                 re-implemented dynamic LDAP search. works without
1952                 slowdown on display sender with addressbook
1953                 option.
1954         * src/addrbook.c
1955                 documented code.
1956
1957 2003-06-19 [paul]       0.9.0claws49
1958
1959         * src/compose.c
1960                 fix Bug #136 'Nonprovided quotation marks crash claws'
1961                 patch submitted by Pawel Pêkala <c0rn@gazeta.pl>
1962
1963 2003-06-19 [alfons]     0.9.0claws48
1964
1965         * src/prefs_common.[ch]
1966         * src/procmsg.c
1967                 restrict threading by subject by checking thread for
1968                 age (prefs_common.thread_by_subject_max_age)
1969
1970 2003-06-18 [christoph]  0.9.0claws47
1971
1972         * src/imap.c
1973                 fix memory leak in imap_cmd_fetch()
1974
1975 2003-06-18 [christoph]  0.9.0claws46
1976
1977         * src/prefs_gtk.c
1978                 fix memory leak in prefs_set_default() when used multiple
1979                 times or after prefs have been read
1980
1981 2003-06-18 [christoph]  0.9.0claws45
1982
1983         * src/common/plugin.c
1984                 fix memory leak in plugin_unload()
1985
1986 2003-06-18 [christoph]  0.9.0claws44
1987
1988         * src/imap.c
1989                 fix memory leak in imap_cmd_ok()
1990
1991 2003-06-18 [christoph]  0.9.0claws43
1992
1993         * src/folder.c
1994                 stop messages that are downloaded from POP3 and added to
1995                 an IMAP inbox from being filtered twice (first by POP3
1996                 and again when IMAP folder is scaned to get the UID of
1997                 the APPEND operation when no UIDPLUS is available)
1998
1999 2003-06-18 [alfons]
2000
2001         * tools/Makefile.am
2002                 phoenix <- firebird     
2003
2004 2003-06-18 [paul]
2005
2006         * tools/launch_phoenix          ** REMOVED **
2007           tools/launch_firebird         ** NEW **
2008                 renamed and edited to reflect the browser's name change from
2009                 'phoenix' to 'firebird'
2010
2011 2003-06-18 [paul]       0.9.0claws42
2012
2013         * sync with 0.9.2cvs2
2014                 see ChangeLog 2003-06-16
2015
2016 2003-06-17 [alfons]     0.9.0claws41
2017
2018         * src/procmsg.c
2019                 prevent threading problems when a node is an ancestor (parent / great parent),
2020                 which mostly happens with circular references (thanks to Phillipe Gramoullé
2021                 for finding an sample set of messages)
2022
2023 2003-06-16 [christoph]  0.9.0claws40
2024
2025         * src/main.c
2026                 don't popup main window on --receive or --receive-all
2027
2028         * src/mainwindow.[ch]
2029         * src/plugins/trayicon/trayicon.c
2030                 allow hiding of main window by clicking on the trayicon
2031                 (doesn't work correctly in seperate window mode and may
2032                  cause unexpected GTK problems I couldn't find yet)
2033
2034         * src/common/ssl.c
2035                 remove incorrect warning
2036
2037 2003-06-15 [alfons]     0.9.0claws39
2038
2039         * src/gtk/gtkstext.c
2040                 don't output debug text;
2041                 #ifdef out print_line() if not debugging (thanks to Martin Wicke
2042                 for pointing this out);
2043
2044 2003-06-14 [alfons]     0.9.0claws38
2045         
2046         * src/messageview.c
2047                 remove printf() and make one if..else comply with coding style
2048
2049 2003-06-14 [alfons]     0.9.0claws37
2050
2051         * AUTHORS
2052                 add Martin Wicke
2053         * src/action.c
2054         * src/messageview.[ch]
2055         * src/summaryview.c
2056                 apply patch #754162 "Quoting messages filtered by actions" submitted
2057                 by Martin Wicke, which allows quoting message body changed by an
2058                 action (Thanks!).
2059
2060 2003-06-13 [alfons]     0.9.0claws36
2061
2062         * src/utils.c
2063                 add several other subject reply prefixes (suggested by Christoph and Ivan Martinez)
2064                 use case insensitive regexp (suggested by Ivan Martinez)
2065
2066 2003-06-13 [christoph]  0.9.0claws35
2067
2068         * configure.ac
2069         * src/plugins/trayicon/Makefile.am
2070         * src/plugins/trayicon/eggtrayicon.[ch]                         ** REMOVE **
2071         * src/plugins/trayicon/trayicon.c
2072         * src/plugins/trayicon/libeggtrayicon/.cvsignore                ** NEW **
2073         * src/plugins/trayicon/libeggtrayicon/Makefile.am               ** NEW **
2074         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.[ch]          ** NEW **
2075         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.[ch]           ** NEW **
2076         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.[ch]        ** NEW **
2077         * src/plugins/trayicon/libeggtrayicon/xembed.h                  ** NEW **
2078                 replace my own EggTrayIcon backport with the backport
2079                 used by (l|x)mule and gabber.
2080
2081 2003-06-13 [alfons]     0.9.0claws34
2082
2083         * AUTHORS
2084         * src/common/utils.c
2085                 add Aw: to list of reply prefixes (thanks to Martin Zwickel)
2086
2087 2003-06-13 [alfons]     0.9.0claws33
2088
2089         * src/compose.c
2090                 clean up a little bit
2091
2092 2003-06-12 [alfons]     0.9.0claws32
2093
2094         * src/compose.c
2095                 const correctness fix
2096
2097         * src/common/sylpheed.[ch]
2098                 () -> (void)
2099                 prevent redef MIN/MAX
2100                 
2101         * src/common/utils.[ch]
2102                 () -> (void)
2103
2104 2003-06-12 [melvin]     0.9.0claws31
2105
2106         * src/compose.c
2107                 Updated to take into accounts changes in GtkAspell.
2108
2109 2003-06-12 [alfons]     0.9.0claws30
2110
2111         * src/compose.c
2112         * src/procmsg.c
2113         * src/common/utils.[ch]
2114                 handle reply subject prefixes better (initial 
2115                 suggestion by Robert Story adapted and enhanced 
2116                 using regexps)
2117
2118 2003-06-12 [melvin]     0.9.0claws29
2119
2120         * src/compose.c
2121                 Use new gtkaspell_checkers_strerror() to get the speller's
2122                 error message instead of accessing the (now private)
2123                 checkers structure.
2124                 Minor code clean up
2125
2126         * src/main.c
2127                 Use #ifdef instead of #if for USE_ASPELL
2128                 Use the new spell checkers init/quit functions 
2129
2130         * src/gtk/gtkaspell.c
2131                 Use #ifdef instead of #if for USE_ASPELL
2132                 Moved in the majority of GtkAspell structures that were
2133                 exported before by gtkaspell.h
2134         
2135         * src/gtk/gktaspell.h
2136                 Made gtkaspell.h contain only the necessary data to be
2137                 publicized by moving many structures to gtkaspell.c.
2138                 Enclosed all the declaration in a #ifdef USE_ASPELL #endif
2139                 gtkaspell_checkers_new(): replaced by...
2140                 gtkaspell_checkers_init(): new function for initialization
2141                 gtkaspell_checkers_delete(): replaced by...
2142                 gtkaspell_checkers_quit(): new function
2143                 gtkaspell_checkers_strerror(): new function that returns
2144                 the checker's last error message.
2145                 
2146 2003-06-11 [melvin]     0.9.0claws28
2147
2148         * po/POTFILES.in
2149                 Updated to take into account gtkaspell.c migration to
2150                 ./src/gtk/ (Thanks to Ricardo Mones Lastra for reporting it)
2151
2152 2003-06-10 [alfons]     0.9.0claws27
2153
2154         * src/filtering.[ch]
2155         * src/folder.c
2156         * src/matcher.c
2157         * src/scoring.[ch]
2158                 - try fixing bug #18 (any brave testers?)
2159                 - add more robustness by refusing previously 
2160                   unchecked NULL pointers 
2161
2162 2003-06-10 [alfons]     0.9.0claws26
2163
2164         * src/procmsg.c
2165                 fix bug #176 by don't checking MsgInfos with a NULL msgid 
2166
2167 2003-06-09 [alfons]     0.9.0claws25
2168
2169         * src/prefs_common.c
2170                 fix bug #163 "Icon switching doesnt work properly" by 
2171                 preventing early freeing of prefs_common.pixmap_theme_path.
2172
2173 2003-06-09 [christoph]  0.9.0claws24
2174
2175         * src/gtk/gtkaspell.c
2176                 revert Thorsten's fix and add forgotten g_strdup for
2177                 aspell path (it should not be possible to alter the path a
2178                 GtkASpell uses from outside)
2179
2180 2003-06-09 [thorsten]   0.9.0claws23
2181
2182         * src/gtk/gtkaspell.c
2183                 dont free prefs_common.aspell_path when closing compose
2184
2185 2003-06-08 [colin]      0.9.0claws22
2186
2187         * src/plugins/spamassassin/spamassassin.c
2188                 fix prefs types
2189
2190 2003-06-07 [christoph]  0.9.0claws21
2191
2192         * src/Makefile.am
2193         * src/compose.c
2194         * src/gtkaspell.[ch]            ** REMOVE **
2195         * src/gtk/Makefile.am
2196         * src/gtk/gtkaspell.[ch]        ** NEW **
2197                 o make gtkaspell independent from sylpheed's prefs
2198                 o move gtkaspell.[ch] to gtk directory
2199
2200 2003-06-07 [christoph]  0.9.0claws20
2201
2202         * src/Makefile.am
2203         * src/crash.c
2204         * src/export.c
2205         * src/filesel.[ch]              ** REMOVE **
2206         * src/folder.c
2207         * src/main.[ch]
2208         * src/common/sylpheed.[ch]
2209         * src/gtk/Makefile.am
2210         * src/gtk/filesel.[ch]          ** NEW **
2211         * src/gtk/pluginwindow.c
2212         * src/gtk/sslcertwindow.c
2213                 move filesel.[ch] to gtk directory
2214
2215 2003-06-07 [alfons]     0.9.0claws19
2216
2217         * src/filesel.c
2218                 make (multi) file selection dialog work again (Claws-only)
2219
2220 2003-06-07 [thorsten]   0.9.0claws18
2221
2222         * po/de.po
2223                 fix typos
2224
2225 2003-06-07 [alfons]     0.9.0claws17
2226
2227         * configure.ac
2228         * src/mimeview.c
2229                 detect apache mishap in which case don't include fnmatch.h
2230                 if regex.h is already included
2231
2232 2003-06-06 [christoph]  0.9.0claws16
2233
2234         * configure.ac
2235         * src/mimeview.h
2236                 add check for fnmatch.h and include it when available
2237
2238         * src/mimeview.[ch]
2239                 fix wrong case sensitivity of Content-Types
2240
2241         * src/gtk/Makefile.am
2242                 need the same include paths in gtk directory as in
2243                 common directory because .h files in common can
2244                 include files from these directories, when included
2245                 in gtk's .h or .c files
2246
2247 2003-06-06 [alfons]     0.9.0claws15
2248
2249         * src/mimeview.c
2250         * src/summaryview.c
2251                 make it compile again because of regex.h / fnmatch.h 
2252                 include problems (related to recent mime stuff, can
2253                 someone check this?)
2254
2255 2003-06-06 [thorsten]   0.9.0claws14
2256
2257         * src/folderview.c
2258                 possible use of uninitialized pointer while dragging
2259
2260 2003-06-06 [paul]       0.9.0claws13
2261
2262         * src/compose.c
2263                 fix bug where the insert sig button would be effective
2264                 only when auto_sig was set
2265
2266 2003-06-06 [paul]       0.9.0claws12
2267
2268         * sync with 0.9.2 release
2269
2270 2003-06-02 [paul]       0.9.0claws11
2271
2272         * sync with 0.9.1cvs1
2273                 see ChangeLog 2003-06-02
2274                 
2275         * po/de.po
2276                 update by Jens
2277
2278 2003-06-01 [christoph]  0.9.0claws10
2279
2280         * src/account.c
2281                 don't use substring search to find accounts by email address
2282
2283         (closes Bug 169 Overly loose matching of "From" address)
2284
2285 2003-05-31 [christoph]  0.9.0claws9
2286
2287         * doc-src/rfc2683.txt
2288         * src/imap.c
2289                 limit IMAP command length as recommended in RFC2683
2290                 (message number lists will be split into multiple imap
2291                 sets, the limit of 1000 octets is not a hard limit)
2292
2293         (closes Bug 161 sylpheed-claws exits with segfault when logging
2294          in to certain imap-servers)
2295
2296 2003-05-29 [alfons]     0.9.0claws8
2297
2298         * src/toolbar.[ch]
2299                 add print button (calling summary_print());
2300                 fine tune setting tooltip text;
2301                 (if someone needs other buttons, please take these 
2302                 commits as a guide, instead of bothering us - also
2303                 see 0.8.11claws150) 
2304
2305 2003-05-29 [darko]      0.9.0claws7
2306
2307         * src/compose.c
2308                 fix crash when word wrapping kicks in due to
2309                 changed text by spell checker
2310
2311 2003-05-29 [paul]       0.9.0claws6
2312
2313         * src/compose.c
2314                 fix bug where changing account would insert
2315                 sig even if auto_sig was FALSE
2316                 
2317         * ChangeLog
2318           ChangeLog.jp
2319           INSTALL
2320                 sync with 0.9.1 release
2321
2322 2003-05-28 [christoph]  0.9.0claws5
2323
2324         * src/imap.c
2325                 fix truncation of too long commands
2326
2327         (closes Bug 167 IMAP hangs trying to get envelope
2328          information in imap_get_uncached_messages)
2329
2330 2003-05-27 [paul]       0.9.0claws4
2331
2332         * tools/Makefile.am
2333           tools/maildir2sylpheed.pl     ** NEW FILE **
2334                 add kmail to sylpheed mailbox conversion script
2335
2336 2003-05-27 [paul]       0.9.0claws3
2337
2338         * sync with 0.9.0cvs10
2339                 see ChangeLog 2003-05-26
2340
2341 2003-05-26 [paul]       0.9.0claws2
2342
2343         * sync with 0.9.0cvs9
2344                 see ChangeLog 2003-05-26
2345
2346 2003-05-24 [paul]       0.9.0claws1
2347
2348         * sync with 0.9.0cvs8
2349                 see ChangeLog 2003-05-23
2350
2351 2003-05-24 [paul]       0.9.0claws
2352
2353         * version 0.9.0claws released
2354
2355 2003-05-24 [paul]       0.8.11claws177
2356
2357         * src/plugins/dillo-viewer/Makefile.am
2358           src/plugins/traycon/Makefile.am
2359                 add missing files
2360                 
2361         * po/bg.po
2362           po/en_GB.po
2363           po/es.po
2364           po/it.po
2365           po/pt_BR.po
2366           po/ru.po
2367           po/sr.po
2368                 update Bulgarian, British English, Spanish, Italian, 
2369                 Brazilian Portuguese, Russian, and Serbian translations, 
2370                 submitted by George Danchev, [me], Ricardo Mones Lastra,
2371                 André Filipe de Assunção e Brito, Alessandro Maestri, 
2372                 Ruslan N. Balkin, and Urke MMI
2373
2374 2003-05-23 [melvin]     0.8.11claws176
2375
2376         * po/fr.po
2377                 Updated French translations
2378
2379 2003-05-22 [paul]       0.8.11claws175
2380
2381         * src/Makefile.am
2382           src/addrbook.[ch]
2383           src/addrcache.[ch]
2384           src/addr_compl.[ch]
2385           src/adressbook.[ch]
2386           src/addrindex.[ch]
2387           src/addritem.[ch]
2388           src/editaddress.c
2389           src/editgroup.c
2390           src/editldap_basedn.c
2391           src/editldap.c
2392           src/jpilot.c
2393           src/vcard.c
2394                 revert to get ldap into it previous working state
2395                 
2396         * po/zh_TW.Big5.po
2397                 new Taiwanese translation,
2398                 submitted by Tsu-Fan Cheng <tscheng@ic.sunysb.edu>
2399
2400 2003-05-22 [christoph]  0.8.11claws174
2401
2402         * src/plugins/spamassassin/libspamc.[ch]
2403                 sync libspamc with SpamAssaain release 2.55
2404
2405 2003-05-22 [paul]       0.8.11claws173
2406
2407         * sync with 0.9.0cvs7
2408                 see ChangeLog 2003-05-22
2409                 
2410         * src/summaryview.c
2411                 revert change in 0.8.11claws172: follow
2412                 Hiroyuki's decision and that's the end of it.
2413
2414 2003-05-21 [paul]       0.8.11claws172
2415
2416         * src/summaryview.c
2417                 fix discrepency between open_unread_on_enter
2418                 and always_show_msg
2419
2420 2003-05-21 [paul]       0.8.11claws171
2421
2422         * sync with 0.9.0cvs6
2423                 see ChangeLog 2003-05-21
2424
2425 2003-05-21 [paul]       0.8.11claws170
2426
2427         * sync with 0.9.0cvs5
2428                 see ChangeLog 2003-05-21
2429
2430 2003-05-20 [paul]       0.8.11claws169
2431
2432         * sync with 0.9.0cvs4
2433                 see ChangeLog 2003-05-20
2434                 fixes bug #152, 'encoding of IMAP folders names'
2435
2436 2003-05-20 [paul]       0.8.11claws168
2437
2438         * sync with 0.9.0cvs3
2439                 see ChangeLog 2003-05-20
2440                 
2441         * src/tools/convert_mbox.pl
2442                 minor change in the comments, submitted by Fred Marton
2443
2444 2003-05-19 [paul]       0.8.11claws167
2445
2446         * src/plugins/clamav/Makefile.am
2447           configure.ac
2448                 link clamav_lib to the plugin and not to the main program
2449
2450 2003-05-19 [christoph]
2451
2452         * src/Makefile.am
2453                 add -export-dynamic for linking
2454
2455 2003-05-19 [paul]       0.8.11claws166
2456
2457         * sync with 0.9.0cvs1
2458                 see ChangeLog 2003-05-19
2459
2460 2003-05-19 [paul]       0.8.11claws165
2461
2462         * src/inc.c
2463                 fix 'pop before smtp' timeout
2464
2465 2003-05-18 [alfons]     0.8.11claws164
2466
2467         * src/prefs_matcher.c
2468                 put "execute" action command line ("expression") in edit box
2469
2470 2003-05-18 [christoph]  0.8.11claws163
2471
2472         * src/mimeview.[ch]
2473         * src/plugins/dillo_viewer/dillo_viewer.c
2474         * src/plugins/image_viewer/viewer.c
2475         * src/plugins/mathml_viewer/mathml_viewer.c
2476                 let a viewer have a list of Content-Types
2477
2478 2003-05-18 [paul]       0.8.11claws162
2479
2480         * src/prefs_filtering.c
2481                 add 'Recipient' label for FORWARD, FORWARD_AS_ATTACHMENT,
2482                 and REDIRECT actions
2483
2484 2003-05-17 [christoph]
2485
2486         * README.claws
2487                 o remove dynamic signatures that was syned with main
2488                 o add infos about no longer "build in" image viewer
2489                 o update bugtracker URL
2490
2491 2003-05-17 [christoph]  0.8.11claws161
2492
2493         * src/folder.c
2494         * src/folderview.c
2495         * src/imap.c
2496                 don't use imap_scan_folder anymore. Instead call folder_item_scan
2497                 for every folder after rebuilding the folder tree.
2498
2499         (closes Bug 19 imap_scan_folder() computes incorrectly number of new
2500          messages)
2501
2502 2003-05-17 [christoph]  0.8.11claws160
2503
2504         * src/imap.c
2505                 don't use STATUS command on current folder to check for
2506                 content changes. imap_cmd_ok() now tracks changes to
2507                 folder and number of existing messages.
2508
2509 2003-05-17 [paul]       0.8.11claws159
2510
2511         * src/plugins/clamav/clamav_plugin.c
2512                 remove unnecessary debug_print
2513
2514 2003-05-16 [thorsten]   0.8.11claws158
2515
2516         * src/plugins/demo.c
2517                 included missing intl.h
2518
2519 2003-05-16 [paul]       0.8.11claws157
2520
2521         * po/POTFILES.in
2522                 remove non-existant entries
2523         
2524         * src/plugins/clamav/clamav_plugin.c
2525           src/plugins/clamav/clamav_plugin_gtk.c
2526           src/plugins/dillo_viewer/dillo_prefs.c
2527           src/plugins/dillo_viewer/dillo_viewer.c
2528                 gettextise
2529
2530 2003-05-16 [christoph]  0.8.11claws156
2531
2532         * po/POTFILES.in
2533                 include plugin .c files for translation until I
2534                 find a better solution to have plugins have their
2535                 own textdomain
2536         * src/plugins/demo/demo.c
2537         * src/plugins/image_viewer/plugin.c
2538         * src/plugins/mathml_viewer/mathml_viewer.c
2539         * src/plugins/spamassassin/spamassassin.c
2540         * src/plugins/spamassassin/spamassassin_gtk.c
2541         * src/plugins/trayicon/trayicon.c
2542                 add gettext macros for plugin name and description
2543
2544 2003-05-16 [paul]
2545
2546         * sync with 0.9.0
2547
2548 2003-05-16 [paul]       0.8.11claws155
2549
2550         * sync with lastest 0.9.0pre1
2551                 see ChangeLog 2003-05-16
2552
2553 2003-05-15 [paul]       0.8.11claws154
2554
2555         * sync with latest 0.9.0pre1
2556                 see ChangeLog 2003-05-14 and 2003-05-15
2557
2558 2003-05-14 [christoph]  0.8.11claws153
2559
2560         * src/plugins/image_viewer/viewer.c
2561         * src/plugins/image_viewer/viewer.glade         ** NEW **
2562         * src/plugins/image_viewer/viewerprefs.c
2563                 make it possible to disable the autoload function in the
2564                 imageviewer again
2565
2566 2003-05-14 [christoph]  0.8.11claws152
2567
2568         * src/folder.c
2569                 fix folder update after adding a message
2570
2571 2003-05-13 [alfons]     0.8.11claws151
2572
2573         * src/common/session.c
2574                 remove debug traces
2575                 
2576         * src/addrcache.[ch]
2577         * src/filtering.[ch]
2578         * src/folder.[c]
2579         * src/gtkaspell.[ch]
2580         * src/imap.[ch]
2581         * src/mbox_folder.[ch]
2582         * src/mh.[ch]
2583         * src/mimeview.h
2584         * src/msgcache.[ch]
2585         * src/news.[ch]
2586         * src/passphrase.[ch]
2587         * src/prefs_common.[ch]
2588         * src/prefs_gtk.[ch]
2589         * src/procmsg.c
2590         * src/scoring.[ch]
2591                 be pedantic; (in prototypes () implies (int))
2592
2593 2003-05-13 [alfons]     0.8.11claws150
2594
2595         * src/prefs_toolbar.[ch]
2596         * src/summaryview.[ch]
2597         * src/toolbar.[ch]
2598                 change misleading text in toolbar prefs;
2599                 add toolbar action for ignore thread (toggles ignore thread flag);
2600                 clean up a little bit;
2601
2602 2003-05-12 [paul]
2603
2604         * tools/convert_mbox.pl
2605                 bug fixed by Fred Marton
2606
2607 2003-05-12 [paul]
2608
2609         * sync with 0.9.0pre1
2610
2611 2003-05-09 [paul]       0.8.11claws149
2612
2613         * sync with 0.8.11cvs43
2614                 see ChangeLog 2003-05-09
2615
2616 2003-05-08 [christoph]  0.8.11claws148
2617
2618         * src/imap.[ch]
2619                 o use CAPABILIY as first command and check for PREAUTH
2620                   information in the response to it
2621                 o rewrite all imap_cmd_* functions to use an IMAPSession
2622                   instead of a SockInfo as parameter
2623                 o do STARTTLS after fetching and checking the server
2624                   capabilities
2625
2626 2003-05-08 [paul]       0.8.11claws147
2627
2628         * tools/Makefile.am
2629           tools/README
2630           tools/convert_mbox.pl         ** NEW FILE **
2631                 add mbox conversion script. Submitted by 
2632                 Fred Marton <Fred.Marton@uni-bayreuth.de>
2633
2634 2003-05-07 [christoph]
2635
2636         * doc-src/glade.txt
2637         * src/gtk/pluginwindow.glade
2638         * src/plugins/image_viewer/viewerprefs.glade
2639         * src/plugins/spamassassin/spamassassin_gtk.glade
2640                 add glade files for user interfaces and a description how
2641                 to use glade to create the sylpheed code
2642
2643 2003-05-07 [paul]       0.8.11claws146
2644
2645         * sync with 0.8.11cvs41
2646                 see ChangeLog 2003-05-07
2647
2648 2003-05-06 [christoph]  0.8.11claws145
2649
2650         * src/main.c
2651         * src/plugins/image_viewer/viewer.c
2652                 fix usage of imlib in imageviewer plugin
2653
2654         * src/gtk/prefswindow.c
2655                 handle window close event correctly
2656
2657 2003-05-06 [paul]       0.8.11claws144
2658
2659         * src/common/ssl.c
2660                 fix typo introduced in sync
2661
2662 2003-05-06 [paul]       0.8.11claws143
2663
2664         * sync with 0.8.11cvs39
2665                 see ChangeLog 2003-05-06
2666
2667 2003-05-06 [paul]       0.8.11claws142
2668
2669         * AUTHORS
2670           po/cs.po
2671                 updated Czech translation, submitted by 
2672                 Radek Vybiral <Radek.Vybiral@vsb.cz>
2673                 
2674         * src/plugins/clamav/clamav_plugin_gtk.c
2675                 clean up
2676
2677 2003-05-03 [alfons]     0.8.11claws141
2678
2679         * src/compose.[ch]
2680                 make paste as quotation work even when the call to 
2681                 text_inserted() was deferred (fixes bug #140 "Paste 
2682                 as quotation does not work when using "external" 
2683                 clipboard")
2684
2685 2003-05-03 [thorsten]   0.8.11claws140
2686
2687         * src/addrquery.h
2688           src/ldapquery.h
2689           src/mainwindow.c
2690                 removed C++ comments
2691         * src/addr_compl.c
2692                 function with non-int retval/param used before
2693                 implementation/declaration
2694
2695 2003-05-02 [paul]       0.8.11claws139
2696
2697         * src/addr_compl.[ch]
2698           src/addressbook.[ch]
2699           src/addrindex.c
2700           src/summaryview.c
2701                 revert match's changes to (finally) remove the bug where
2702                 opening a folder causes massive slowdown when using the 
2703                 'Display sender using address book' option
2704
2705 2003-05-01 [melvin]     0.8.11claws138
2706
2707         * src/plugins/dillo_viewer/dillo_prefs.[ch]
2708         * src/plugins/dillo_viewer/dillo_viewer.c
2709                 Fixed bug where "Cancel" button from prefs issued
2710                 warnings.
2711                 Comply a little more to coding style
2712
2713 2003-05-01 [paul]       0.8.11claws137
2714
2715         * sync with 0.8.11cvs38
2716                 see ChangeLog 2003-05-01
2717
2718 2003-05-01 [paul]       0.8.11claws136
2719
2720         * po/bg.po
2721                 updated by George Danchev
2722
2723 2003-04-30 [christoph]  0.8.11claws135
2724
2725         * src/plugins/dillo_viewer/dillo_prefs.c
2726         * src/plugins/image_viewer/viewerprefs.c
2727         * src/plugins/spamassassin/spamassassin_gtk.c
2728                 remove gtk_widget_ref() calls for widgets in
2729                 glade code
2730
2731 2003-04-30 [paul]       0.8.11claws134
2732
2733         * src/addrindex.c
2734                 ok, this time a better fix for the bug where opening folder
2735                 has massive slowdown when using the 'Display sender using 
2736                 address book' option
2737
2738 2003-04-30 [paul]       0.8.11claws133
2739
2740         * src/addrindex.c
2741                 revert the 'fix' of 0.8.11claws128 because it doesn't fix it
2742         
2743 2003-04-30 [melvin]     0.8.11claws132
2744
2745         New: Dillo plugin preferences (patch by Dimitar Haralanov)
2746
2747         * src/plugins/dillo_viewer/dillo_prefs.[ch]     *** NEW ***
2748                 Preferences for the dillo plugin
2749         * src/plugins/dillo_viewer/dillo_viewer.c
2750                 Support for preferences
2751         * src/plugins/dillo_viewer/Makefile.am
2752                 Added dillo_prefs.[ch]
2753
2754 2003-04-30 [alfons]     0.8.11claws131
2755
2756         * src/common/plugin.[ch]
2757                 see? this ANSI C'fication immediately gives us type
2758                 checking for free.
2759
2760 2003-04-30 [alfons]     0.8.11claws130
2761
2762         * src/common/plugin.[ch]
2763         * src/plugins/clamav/clamav_plugin.[ch]
2764         * src/plugins/clamav/clamav_plugin_gtk.c
2765         * src/plugins/demo/demo.c
2766         * src/plugins/dillo_viewer/dillo_viewer.c
2767         * src/plugins/image_viewer/plugin.c
2768         * src/plugins/image_viewer/viewer.[ch]
2769         * src/plugins/image_viewer/viewerprefs.[ch]
2770         * src/plugins/mathml_viewer/mathml_viewer.c
2771         * src/plugins/spamassassin/spamassassin.[ch]
2772         * src/plugins/spamassassin/spamassassin_gtk.c
2773         * src/plugins/trayicon/trayicon.c
2774                 clean up
2775
2776 2003-04-30 [alfons]     0.8.11claws129
2777
2778         * src/common/utils.c
2779                 make is_ascii_str() fail gracefully when NULL pointer
2780                 is passed
2781
2782 2003-04-30 [paul]       0.8.11claws128
2783
2784         * src/addrindex.c
2785                 fix bug where opening folder has massive slowdown when
2786                 using the 'Display sender using address book' option
2787
2788 2003-04-30 [paul]       0.8.11claws127
2789
2790         * src/plugins/clamav/clamav_plugin.c
2791           src/plugins/clamav/clamav_plugin_gtk.c
2792           src/plugins/demo/demo.c
2793           src/plugins/dillo_viewer/dillo_viewer.c
2794           src/plugins/image_viewer/plugin.c
2795           src/plugins/mathml_viewer/mathml_viewer.c
2796           src/plugins/spamassassin/spamassassin.c
2797           src/plugins/spamassassin/spamassassin_gtk.c
2798           src/plugins/trayicon/trayicon.c
2799                 get rid of eye-hurting function signatures
2800
2801 2003-04-30 [paul]       0.8.11claws126
2802
2803         * src/plugins/trayicon/trayicon.c
2804                 add description
2805                 
2806         * src/mimeview.c
2807                 be more descriptive
2808
2809 2003-04-30 [paul]       0.8.11claws125
2810
2811         * configure.ac
2812                 arrange the plugins in reverse alphabetical order
2813                 
2814         * src/plugins/clamav/clamav_plugin.[ch]
2815           src/plugins/clamav/clamav_plugin_gtk.c
2816                 rename some params
2817                 resize max_size window
2818                 re-arrange the order of some gui elements
2819                 improve descriptions
2820         
2821         * src/plugins/image_viewer/plugin.c
2822           src/plugins/mathml_viewer/mathml_viewer.c
2823                 add descriptions
2824                 
2825         * src/plugins/spamassassin/spamassassin_gtk.c
2826                 resize max_size window
2827                 re-arrange the order of some gui elements
2828                 
2829         * src/messageview.c
2830           src/mimeview.c
2831                 correct typos
2832
2833 2003-04-30 [alfons]     0.8.11claws124
2834
2835         * src/imap.c
2836                 fix a leak found while browsing Martin Kluge's 
2837                 valgrind log (Claws only)
2838
2839 2003-04-29 [darko]      0.8.11claws123
2840
2841         * src/gtk/gtkstext.h
2842                 include wchar.h if it is available, fixes compilation
2843                 on HP-UX systems
2844
2845 2003-04-29 [melvin]     0.8.11claws122
2846
2847         * src/prefs_actions.c
2848                 Improved help text of Actions' syntax
2849
2850 2003-04-28 [paul]       0.8.11claws121
2851
2852         * src/action.c
2853                 a better fix for the crash when performing an action
2854                 on a mime part
2855
2856 2003-04-28 [paul]       0.8.11claws120
2857
2858         * src/action.c
2859                 fix crash when performing an action on a
2860                 mime part
2861
2862 2003-04-28 [paul]       0.8.11claws119
2863
2864         * sync with 0.8.11cvs36
2865                 see ChangeLog 2003-04-28
2866
2867 2003-04-27 [paul]       0.8.11claws118
2868
2869         * more sync with 0.8.11cvs35
2870                 see ChangeLog 2003-04-25
2871
2872 2003-04-26 [christoph]  0.8.11claws117
2873
2874         * src/folder.c
2875                 fix remove virtual check
2876
2877 2003-04-26 [paul]       0.8.11claws116
2878
2879         * src/messageview.c
2880                 fix return-receipt, make it work again
2881
2882 2003-04-26 [paul]       0.8.11claws115
2883
2884         * src/mimeview.c
2885                 restore double-clicking of the [application/pgp-signature 
2886                 (Select "Check signature" to check)] line in the message view,
2887                 broken in recent sync
2888
2889 2003-04-26 [christoph]  0.8.11claws114
2890
2891         * src/folder.c
2892                 check if remove virtual really exists before
2893                 calling the function
2894
2895 2003-04-25 [match]      0.8.11claws113
2896
2897         * src/addrindex.c
2898         * src/addrbook.c
2899         * src/ldapquery.[ch]
2900         * src/ldapctrl.[ch]
2901                 fix memleak.
2902         * src/ldapserver.[ch]
2903                 fix memleak. fix segfault.
2904                 plug a Claws memleak
2905
2906 2003-04-25 [alfons]     0.8.11claws112
2907
2908         * src/folder.c
2909                 plug a Claws memleak
2910
2911 2003-04-25 [alfons]     0.8.11claws111
2912
2913         * src/common/session.c
2914                 plug a memleak
2915
2916 2003-04-25 [paul]       0.8.11claws110
2917
2918         * sync with 0.8.11cvs35
2919                 see ChangeLog 2003-04-24 and 2003-04-25
2920                 
2921         * src/gtk/pluginwindow.c
2922                 correct another strange float value
2923
2924 2003-04-24 [christoph]  0.8.11claws109
2925
2926         * src/folder.c
2927                 freeze folder item updates when unsetting new flags
2928
2929         * src/gtk/pluginwindow.c
2930                 correct strange float value
2931
2932 2003-04-23 [paul]       0.8.11claws108
2933
2934         * sync with 0.8.11cvs33
2935                 see ChangeLog 2003-04-23
2936
2937 2003-04-22 [paul]       0.8.11claws107
2938
2939         * src/Makefile.am
2940           src/messageview.c
2941           src/mimeview.c
2942           src/pgptext.[ch]      ** REMOVED **
2943                 remove pgptext.[ch] as its not used any more
2944
2945 2003-04-22 [paul]       0.8.11claws106
2946
2947         * sync with 0.8.11cvs31
2948                 see ChangeLog 2003-04-21 and 2003-04-22
2949
2950 2003-04-21 [alfons]     0.8.11claws105
2951
2952         * src/main.c
2953                 No access to GTK structures if we're a spawned child
2954                 (and clean up code a little bit...) Should fix #126.
2955
2956 2003-04-21 [melvin]     0.8.11claws104
2957
2958         * src/plugins/dillo_viewer/README
2959                 Improved slightly the text.
2960
2961 2003-04-21 [melvin]     0.8.11claws103
2962
2963         * src/plugins/dillo_viewer/README *** NEW ***
2964                 Added a README file for the Dillo plugin
2965
2966 2003-04-20 [paul]
2967
2968         * tools/README
2969           tools/outlook2sylpheed.pl
2970                 updated and improved by Ricardo Mones Lastra
2971
2972 2003-04-18 [oliver]     0.8.11claws102
2973
2974         * src/inc.c 
2975         * src/prefs_account.h
2976                 remove Pop3SessionType (used by selective download)
2977         * src/prefs_toolbar.c
2978                 enable set Default Toolbar button
2979
2980 2003-04-18 [paul]       0.8.11claws101
2981
2982         * sync with 0.8.11cvs29
2983                 see ChangeLog 2003-04-18
2984
2985 2003-04-17 [paul]       0.8.11claws100
2986
2987         * src/prefs_common.[ch]
2988           src/summaryview.c
2989                 remove 'Open next message on deletion' option,
2990                 as the same effect can now be achieved via the
2991                 'Always open messages in summary when selected'
2992                 option.
2993
2994 2003-04-17 [paul]       0.8.11claws99
2995
2996         * sync with 0.8.11cvs28
2997                 see ChangeLog 2003-04-17
2998
2999 2003-04-17 [christoph]  0.8.11claws98
3000
3001         * ac/spamassassin.m4
3002         * src/plugins/spamassassin/libspamc.[ch]
3003         * src/plugins/spamassassin/utils.[ch]
3004                 sync libspamc with SpamAssassin project
3005
3006 2003-04-17 [christoph]  0.8.11claws97
3007
3008         * src/common/socket.h
3009         * src/gtk/sslcertwindow.h
3010                 rename old USE_SSL to USE_OPENSSL
3011
3012 2003-04-17 [paul]       0.8.11claws96
3013
3014         * src/prefs_common.h
3015                 use gulong for P_COLOR so that it compiles/runs on
3016                 64-bit systems. Patch submitted by James Noyes
3017                 <jnoyes-claws@retrogeeks.com>
3018                 
3019         * po/de.po
3020                 updated by Jens
3021
3022 2003-04-17 [paul]       0.8.11claws95
3023
3024         * sync with 0.8.11cvs27
3025                 see ChangeLog 2003-04-16
3026
3027 2003-04-15 [paul]       0.8.11claws94
3028
3029         * src/prefs_common.[ch]
3030                 rearrange to stop the window getting too long:
3031                         move Receive dialog stuff to Receive tab
3032                         move Send dialog to Send tab
3033                         remove Dialogs frame
3034                 rename 'Open messages in summary with cursor keys' to
3035                 'Always open messages in summary when selected', as its
3036                 more appropriate
3037
3038 2003-04-15 [paul]       0.8.11claws93
3039
3040         * src/prefs_common.[ch]
3041           src/summaryview.c
3042                 add new option '/Interface/Open next message on deletion'
3043
3044 2003-04-15 [paul]       0.8.11claws92
3045
3046         * src/summaryview.[ch]
3047                 add /Mark/Lock and /Mark/Unlock to the pop-up
3048                 menu. Patch submitted by Ivan Francolin Martinez
3049                 <ivanfm@users.sourceforge.net>
3050
3051 2003-04-15 [paul]       0.8.11claws91
3052
3053         * sync with 0.8.11cvs24
3054                 see ChangeLog 2003-04-15
3055
3056 2003-04-14 [jens]       0.8.11claws90
3057
3058         * updated German translation and some corrections from
3059                 Roland Bless <bless@tm.uka.de>
3060
3061 2003-04-14 [paul]       0.8.11claws89
3062
3063         * sync with 0.8.11cvs22
3064                 see ChangeLog 2003-04-14
3065
3066 2003-04-13 [paul]       0.8.11claws88
3067
3068         * src/plugins/clamav/clamav_plugin.c
3069                 fix memory leaks
3070                 clean up
3071
3072 2003-04-12 [paul]       0.8.11claws87
3073
3074         * src/plugins/clamav/clamav_plugin.c
3075                 activate enable/disable archive scanning option
3076                 
3077         * src/plugins/clamav/.cvsignore         ** NEW FILE **
3078
3079 2003-04-12 [paul]       0.8.11claws86
3080
3081         * src/plugins/Makefile.am
3082           src/plugins/clamav/Makefile.am                ** NEW FILE **
3083           src/plugins/clamav/README                     ** NEW FILE ** 
3084           src/plugins/clamav/clamav_plugin.[ch]         ** NEW FILES **
3085           src/plugins/clamav/clamav_plugin_gtk.c        ** NEW FILE **
3086                 add Clam AntiVirus plugin
3087
3088 2003-04-12 [paul]       0.8.11claws85
3089
3090         * sync with 0.8.11cvs21
3091                 see ChangeLog 2003-04-11
3092
3093 2003-04-11 [paul]       0.8.11claws84
3094
3095         * po/es.po
3096                 update Spanish translation. Submitted by Ricardo
3097                 Mones Lastra.
3098
3099 2003-04-10 [christoph]  0.8.11claws83
3100
3101         * src/mbox.c
3102                 fix typo that did not move unfiltered mails to destination
3103                 folder
3104
3105         (closes Bug 115 Sylpheed 0.8.11claws81 does not deliver mail correctly
3106          when filtering from spool)
3107
3108 2003-04-10 [christoph]  0.8.11claws82
3109
3110         * src/imap.c
3111                 use BODY.PEEK instead of BODY in in message fetch operation
3112                 to make sure the IMAP server does not set the \Seen flag for
3113                 messages. Sylpheed does that later itself, when the message
3114                 is opened in sylpheed
3115
3116         (closes Bug 111 Claws destroys unread marks)
3117
3118 2003-04-09 [oliver]     0.8.11claws81
3119         
3120         * src/folder.c
3121                 fix crash in folder_destroy
3122         * README.claws
3123                 remove selective download
3124
3125 2003-04-09 [christoph]  0.8.11claws80
3126
3127         * src/imap.c
3128                 fix crash in imap_get_msginfo() when then fetched message
3129                 is not found
3130
3131         (closes Bug 110 Crash during mail composition)
3132
3133 2003-04-08 [christoph]  0.8.11claws79
3134
3135         * src/folder.c
3136         * src/prefs_account.c
3137                 Filter new messages that are found in an INBOX folder
3138                 when 'Filter messages on receiving' is enabled in the
3139                 Folder's AccountPrefs. This allows to use Sylpheed's
3140                 filtering engine for IMAP folders where messages are
3141                 added to the INBOX by a MTA
3142
3143 2003-04-08 [paul]       0.8.11claws78
3144
3145         * src/procmsg.h
3146                 clean up after last commit
3147
3148 2003-04-08 [paul]       0.8.11claws77
3149
3150         * sync with 0.8.11cvs20
3151                 see ChangeLog 2003-04-07 and 2003-04-08
3152
3153 2003-04-07 [christoph]  0.8.11claws76
3154
3155         * src/filtering.[ch]
3156         * src/inc.[ch]
3157         * src/mbox.c
3158         * src/procmsg.[ch]
3159                 add procmsg_msginfo_filter() to execute filtering actions
3160
3161 2003-04-06 [christoph]  0.8.11claws75
3162
3163         * src/imap.c
3164                 use IMAPSet for imap_cmd_store() and imap_cmd_envelope()
3165
3166 2003-04-06 [christoph]  0.8.11claws74
3167
3168         * src/common/utils.[ch]
3169                 add g_int_compare() function for slist sorting
3170
3171         * src/imap.c
3172                 fetch all MsgInfos with one command in imap_get_msginfos()
3173                 using an imap set with a list of ranges
3174
3175         * src/news.c
3176                 use new g_int_compare() function
3177
3178 2003-04-06 [thorsten]   0.8.11claws73
3179
3180         * src/mh.c
3181                 corrected implementation of mh_folder_destroy()
3182
3183 2003-04-05 [christoph]  0.8.11claws72
3184
3185         * src/account.c
3186         * src/folder.[ch]
3187         * src/folderview.c
3188         * src/imap.c
3189         * src/inc.c
3190         * src/main.c
3191         * src/mainwindow.c
3192         * src/mbox_folder.c
3193         * src/mh.c
3194         * src/mimeview.h
3195         * src/msgcache.[ch]
3196         * src/news.c
3197         * src/procmime.h
3198         * src/procmsg.[ch]
3199         * src/setup.c
3200         * src/gtk/gtkutils.c
3201                 o rename structure field names class and new to klass and
3202                   new_msgs, to allow including files in C++
3203                 o add 'extern "C"' block to some header files
3204                 o add MsgInfoList and MsgNumberList as alias for GSList for
3205                   developers to know what type of list is expected
3206
3207         * src/plugins/image_viewer/plugin.c
3208         * src/plugins/image_viewer/viewer.[ch]
3209         * src/plugins/image_viewer/viewerprefs.[ch]
3210                 rename function names to prevent conflicts
3211
3212 2003-04-05 [paul]       0.8.11claws71
3213
3214         * sync with 0.8.11cvs18
3215                 see ChangeLog 2003-04-03 and 2003-04-04
3216
3217 2003-04-02 [christoph]  0.8.11claws70
3218
3219         * src/folder.[ch]
3220         * src/imap.[ch]
3221         * src/mbox_folder.[ch]
3222         * src/mh.[ch]
3223         * src/news.[ch]
3224                 o Make all virtual folder functions private
3225                 o remove unused folder code
3226
3227         * src/common/socket.[ch]
3228         * src/summaryview.c
3229                 fix warnings
3230
3231 2003-03-30 [alfons]     0.8.11claws69
3232
3233         * src/send_message.c
3234                 remove two debug traces and see if people still report
3235                 errors
3236
3237 2003-03-30 [alfons]     0.8.11claws68
3238
3239         * src/send_message.c
3240         * src/commons/session.c
3241                 add more debug traces
3242
3243 2003-03-30 [christoph]  0.8.11claws67
3244
3245         * src/folder.c
3246                 change processing folder name from .processing to processing
3247
3248         * src/common/ssl.c
3249                 disable SSL certificate check because it causes Xlib error
3250                 when the child process want's to open an GTK window
3251
3252 2003-03-30 [christoph]  0.8.11claws66
3253
3254         * src/folder.c
3255                 don't use default folder for processing folder item because
3256                 it can be a non local folder
3257
3258         (fixes bug reported by Stephen Lewis <slewis@paradise.net.nz>)
3259
3260 2003-03-30 [alfons]     0.8.11claws65
3261
3262         * src/send_message.c
3263                 try fixing crashes when sending messages: my gcc 2.95.4 seems 
3264                 to generate bad code for 'send_send_data_progressive': When
3265                 called from 'send_send_data_finished', the 'data' pointer is
3266                 cleared just before the assignment to the dialog pointer
3267
3268 2003-03-29 [christoph]  0.8.11claws64
3269
3270         * src/common/prefs.h
3271         * src/plugins/image_viewer/Makefile.am
3272         * src/plugins/image_viewer/plugin.c
3273         * src/plugins/image_viewer/viewer.[ch]
3274         * src/plugins/image_viewer/viewerprefs.[ch]     ** NEW **
3275                 add PrefsPage for ImageViewer
3276
3277 2003-03-28 [thorsten]   0.8.11claws63
3278
3279         * src/common/session.c
3280                 added some comments
3281
3282 2003-03-28 [paul]       0.8.11claws62
3283
3284         * sync with 0.8.11cvs16
3285                 see ChangeLog 2003-03-28
3286
3287 2003-03-28 [paul]       0.8.11claws61
3288
3289         * sync with 0.8.11cvs15
3290                 see ChangeLog 2003-03-28
3291
3292 2003-03-27 [christoph]  0.8.11claws60
3293
3294         * src/folder.c
3295         * src/imap.c
3296         * src/common/socket.[ch]
3297                 set socket state to DISCONNECTED when any operation
3298                 fails to allow reconnecting in IMAP code without
3299                 checking the return code of all calls to the command
3300                 functions
3301
3302         * src/folderview.c
3303         * src/summaryview.c
3304                 remove some more stuff that depends on specific
3305                 folder types
3306
3307 2003-03-27 [paul]       0.8.11claws59
3308
3309         * sync with 0.8.11cvs14
3310                 see ChangeLog 2003-03-27
3311                 
3312         * src/selective_download.[ch]   ** REMOVED **
3313                 really removed
3314
3315 2003-03-27 [christoph]  0.8.11claws58
3316
3317         * src/folder.c
3318                 fix handling of tmp_flags in flag copy function
3319
3320 2003-03-27 [paul]       0.8.11claws57
3321
3322         * sync with 0.8.11cvs13
3323                 see ChangeLog 2003-03-27
3324
3325 2003-03-27 [oliver]     0.8.11claws56
3326
3327         * src/maiwindow.c
3328                 remove sel_download_cb
3329
3330 2003-03-27 [oliver]     0.8.11claws55
3331         
3332         * src/inc.c
3333                 remove POP3_TOP
3334         
3335 2003-03-26 [oliver]     0.8.11claws54
3336
3337         *src/pop.h
3338                 remove POP3_TOP*
3339         * README.claws
3340                 remove selective donwload readme
3341
3342 2003-03-26 [oliver]     0.8.11claws53
3343         * src/matcher.[ch]
3344         * src/matcher_parser_parse.y 
3345         * src/pop.c 
3346         * src/prefs_account.[ch]
3347         * src/prefs_filtering.c
3348                 remove selective donwload
3349
3350 2003-03-26 [oliver]     0.8.11claws52
3351
3352         * src/inc.[ch] 
3353         * src/filtering.c 
3354         * src/mainwindow.c 
3355                 remove selective donwload
3356
3357 2003-03-26 [oliver]     0.8.11claws51
3358         
3359         * src/Makefile.am
3360         * src/selective_download.[ch]   ** REMOVE **    
3361
3362 2003-03-26 [christoph]  0.8.11claws50
3363
3364         * src/news.c
3365                 fix NEWS that got broken by a sync with sylpheed-main
3366
3367 2003-03-26 [christoph]  0.8.11claws49
3368
3369         * src/mimeview.c
3370                 fix mime type guessing when no mime type is found for a file
3371
3372 2003-03-25 [christoph]  0.8.11claws48
3373
3374         * src/mimeview.c
3375         * src/procmime.c
3376                 remove mime type guessing from mime parser and use
3377                 name based mime types in viewer lookup for mime type
3378                 application/octet-stream
3379
3380 2003-03-25 [christoph]  0.8.11claws47
3381
3382         * doc-src/readme.txt
3383         * doc-src/rfc2554.txt
3384                 add RFC about SMTP AUTH
3385
3386         * src/send_message.c
3387         * src/common/smtp.[ch]
3388                 add extra error code for authentication errors and
3389                 clear temporary password when this error occurs
3390
3391         (closes Bug 84 authentication failure while sending should
3392          prompt for password again)
3393
3394 2003-03-25 [christoph]  0.8.11claws46
3395
3396         * configure.ac
3397         * src/Makefile.am
3398         * src/imageview.[ch]                            ** REMOVE **
3399         * src/messageview.[ch]
3400         * src/mimeview.[ch]
3401         * src/prefs_common.[ch]
3402         * src/textview.c
3403         * src/plugins/Makefile.am
3404         * src/plugins/image_viewer/.cvsignore           ** NEW **
3405         * src/plugins/image_viewer/Makefile.am          ** NEW **
3406         * src/plugins/image_viewer/plugin.c             ** NEW **
3407         * src/plugins/image_viewer/viewer.[ch]          ** NEW **
3408                 move image viewer into a plugin (building is enabled by default)
3409                 [ToDo: Prefs for resize and autoview]
3410
3411 2003-03-25 [paul]       0.8.11claws45
3412
3413         * sync with 0.8.11cvs12
3414                 see ChangeLog 2003-03-26
3415
3416 2003-03-25 [paul]       0.8.11claws44
3417
3418         * sync with 0.8.11cvs11
3419                 see ChangeLog 2003-03-22, 2003-03-24 and 2003-03-25
3420                 
3421         Note: Selective Download is broken.
3422                 
3423 2003-03-22 [christoph]  0.8.11claws43
3424
3425         * src/folder.c
3426                 code cleanup for flags copying
3427
3428 2003-03-22 [christoph]  0.8.11claws42
3429
3430         * src/plugins/trayicon/trayicon.c
3431                 fix setting the transparent area when the window size
3432                 is forced by the system tray
3433
3434 2003-03-22 [christoph]  0.8.11claws41
3435
3436         * src/plugins/trayicon/gnome-mail.xpm           ** REMOVE **
3437         * src/plugins/trayicon/gnome-nomail.xpm         ** REMOVE **
3438         * src/plugins/trayicon/newmail.xpm              ** NEW **
3439         * src/plugins/trayicon/nomail.xpm               ** NEW **
3440         * src/plugins/trayicon/trayicon.c
3441         * src/plugins/trayicon/unreadmail.xpm           ** NEW **
3442                 o replace GBiff icons with KBiff icons resized to 16x16 pixel
3443                 o add icon for unread mails
3444                 o set transparency for window
3445
3446 2003-03-22 [christoph]  0.8.11claws40
3447
3448         * src/news.c
3449                 init news session to prevent crash when session is closed
3450
3451 2003-03-22 [christoph]  0.8.11claws39
3452
3453         * src/imap.c
3454         * src/common/session.[ch]
3455                 Init session data to make sure we don't have invalid pointers
3456                 for read_ch and write_ch when new multi process sessions are
3457                 not used
3458
3459         * src/main.c
3460         * src/common/plugin.c
3461         * src/common/sylpheed.c
3462         * src/plugins/demo/demo.c
3463         * src/plugins/dillo_viewer/dillo_viewer.c
3464         * src/plugins/mathml_viewer/mathml_viewer.c
3465         * src/plugins/spamassassin/spamassassin.c
3466         * src/plugins/spamassassin/spamassassin_gtk.c
3467                 add plugin types to allow loading plugins at different times
3468                 (and maybe for different frontends), because it's not good to
3469                 load GTK-Plugins gefore gtk_init was called
3470
3471         * configure.ac
3472         * src/plugins/Makefile.am
3473         * src/plugins/trayicon/.cvsignore               ** NEW **
3474         * src/plugins/trayicon/Makefile.am              ** NEW **
3475         * src/plugins/trayicon/eggtrayicon.c            ** NEW **
3476         * src/plugins/trayicon/eggtrayicon.h            ** NEW **
3477         * src/plugins/trayicon/gnome-mail.xpm           ** NEW **
3478         * src/plugins/trayicon/gnome-nomail.xpm         ** NEW **
3479         * src/plugins/trayicon/trayicon.c               ** NEW **
3480                 New Trayicon plugin that shows an icon in a systray that uses
3481                 XEMBED protocol like Gnome's systray. Icon shows if there
3482                 are new mails and a tooltip shows information about new,
3483                 unread and total messages.
3484
3485 2003-03-22 [paul]       0.8.11claws38
3486
3487         * src/common/smtp.c
3488                 fix ESMTP AUTH CRAM-MD5
3489                 [sync with main (still version 0.8.11cvs6), see
3490                  ChangeLog 2003-03-22]
3491
3492 2003-03-21 [colin]      0.8.11claws37
3493
3494         * src/send_message.c
3495                 Fix USE_SSL => USE_OPENSSL
3496
3497 2003-03-21 [colin]      0.8.11claws36
3498
3499         * src/folderview.c
3500                 Fix counts in drag and dropped subfolders
3501
3502 2003-03-21 [colin]      0.8.11claws35
3503
3504         * src/folder.c 
3505         * src/folderview.c
3506                 speed up a bit folder dnd
3507
3508 2003-03-20 [alfons]     0.8.11claws34
3509
3510         * src/main.c
3511         * src/toolbar.c
3512         * src/procmsg.c
3513                 don't send locked queue messages
3514                 (feature request "[ 705245 ] Locking message in outbox 
3515                  should prevent sending")
3516
3517 2003-03-20 [christoph]  0.8.11claws33
3518
3519         * src/folder.c
3520                 remove NEW and UNREAD flag in special folders when scanning
3521                 
3522         * src/common/smtp.c
3523                 fix ESMTP AUTH CRAM-MD5
3524
3525 2003-03-20 [paul]       0.8.11claws32
3526
3527         * src/prefs_account.c
3528                 Re-write 'Tunnel command to open connection' as
3529                 'Use command to communicate with server', and disable
3530                 it for all except IMAP accounts
3531
3532 2003-03-20 [paul]       0.8.11claws31
3533
3534         * sync with 0.8.11cvs6
3535                 see ChangeLog 2003-03-20
3536
3537 2003-03-19 [match]      0.8.11claws30
3538
3539         * src/addritem.[ch]
3540                 include documentation. minor refactoring.
3541         * src/addr_compl.[ch]
3542         * src/addrindex.[ch]
3543         * src/addresbook.[ch]
3544         * src/summaryview.c
3545                 re-enable address lookup (was disabled in
3546                 0.8.11claws20).
3547
3548 2003-03-19 [christoph]  0.8.11claws29
3549
3550         * src/procmsg.c
3551                 add temp flag handling, will make moving and copying
3552                 messages possible again
3553
3554         * src/folder.c
3555                 correct calulation of folder stats
3556
3557 2003-03-18 [match]      0.8.11claws28
3558
3559         * src/editgroup.h
3560                 remove case sensitive comparison (closes bug 80).
3561
3562 2003-03-18 [christoph]  0.8.11claws27
3563
3564         * src/imap.c
3565                 fix imap using a tunnel command
3566
3567         (closes bug 87)
3568
3569 2003-03-18 [christoph]  0.8.11claws26
3570
3571         * src/folder.[ch]
3572         * src/imap.c
3573         * src/procmsg.[ch]
3574                 rewrite flag handling for folders
3575
3576 2003-03-18 [christoph]  0.8.11claws25
3577
3578         * src/folder.c
3579         * src/procmsg.c
3580         * src/summaryview.c
3581                 unset NEW and UNREAD flags when message is ignored, to make
3582                 sure messages don't show up as unread on other IMAP clients,
3583                 because the IGNORE_THREAD flag can not be syncronized through
3584                 the IMAP folder
3585
3586 2003-03-17 [christoph]  0.8.11claws24
3587
3588         * src/imap.c
3589                 don't use recursion to fetch uids when the number of messages
3590                 does not match. Moved code into subfunction that is used
3591                 again when needed, to prevent an endless loop.
3592
3593 2003-03-17 [thorsten]   0.8.11claws23
3594
3595         * src/imageview.[ch]
3596                 export imageview_get_resized_size() (for plugins)
3597         * src/prefs_common.[ch]
3598                 added prefs_common_get() (for plugins)
3599
3600 2003-03-17 [christoph]  0.8.11claws22
3601
3602         * src/imap.c
3603                 o remove UID guessing from copy code
3604                 o support UIDPLUS extension for APPEND command
3605
3606 2003-03-17 [paul]       0.8.11claws21
3607
3608         * src/gtk/about.c
3609                 remove 'Compiled-plugins' section.
3610                 
3611         * src/plugins/dillo_viewer/dillo_viewer.c
3612                 slight change to description text
3613
3614 2003-03-16 [match]      0.8.11claws20
3615         * src/ldapserver.[ch]           ** NEW **
3616         * src/ldapctrl.[ch]             ** NEW **
3617         * src/ldapquery.[ch]            ** NEW **
3618         * src/ldaputil.[ch]             ** NEW **
3619         * src/addrcindex.[ch]           ** NEW **
3620         * src/addrquery.h               ** NEW **
3621         * src/addritem.[ch]
3622         * src/addrcache.[ch]
3623         * src/addrindex.[ch]
3624         * src/addr_compl.[ch]
3625         * src/addressbook.[ch]
3626         * src/addrbook.[ch]
3627         * src/editgroup.c
3628         * src/editaddress.c
3629         * src/editldap.c
3630         * src/editldap_basedn.c
3631         * src/vcard.c
3632         * src/jpilot.c
3633         * src/Makefile.am
3634                 included dynamic LDAP queries. improved address
3635                 completion.
3636
3637 2003-03-16 [paul]       0.8.11claws19
3638
3639         * tools/multiwebsearch.pl
3640                 fix a fatal typo
3641
3642 2003-03-16 [christoph]  0.8.11claws18
3643
3644         * src/mimeview.c
3645         * src/plugins/dillo_viewer/dillo_viewer.c
3646         * src/plugins/mathml_viewer/mathml_viewer.c
3647                 make unregistering of MimeViewerFactorys possible
3648
3649 2003-03-16 [alfons]     0.8.11claws17
3650
3651         * configure.ac
3652                 correct typo
3653
3654 2003-03-16 [melvin]     0.8.11claws16
3655
3656         * src/plugins/dillo_viewer.c
3657                 Fixed bug where it was not possible to view more than
3658                 one text/html attachment per message (bug discovered
3659                 by Christoph Hohmann).
3660
3661 2003-03-15 [melvin]     0.8.11claws15
3662
3663         * src/prefs_actions.c
3664                 Fixed compilation warnings.
3665
3666 2003-03-15 [melvin]     0.8.11claws14
3667
3668         * src/plugins/Makefile.am
3669         * src/plugins/dillo_viewer/.cvsignore                   ** NEW **
3670         * src/plugins/dillo_viewer/Makefile.am                  ** NEW **
3671         * src/plugins/dillo_viewer/dillo_viewer.c               ** NEW **
3672                 Added a html mail viewer plugin that uses Dillo v0.7.0 or
3673                 newer (http://dillo.auriga.wearlab.de/).
3674
3675 2003-03-15 [christoph]  0.8.11claws13
3676
3677         * src/imap.c
3678                 don't query imap folder for attributes because we already
3679                 for them from imap_status
3680
3681         * src/mimeview.[ch]
3682                 add support for plugable MimeViewers (unloading Viewers
3683                 not yet complete)
3684
3685         * src/plugins/Makefile.am
3686         * src/plugins/mathml_viewer/.cvsignore          ** NEW **
3687         * src/plugins/mathml_viewer/Makefile.am         ** NEW **
3688         * src/plugins/mathml_viewer/mathml_viewer.c     ** NEW **
3689                 add MathML Viewer (Content-Type text/mathml) using GtkMathView
3690                 widget from http://helm.cs.unibo.it/mml-widget/
3691
3692 2003-03-14 [christoph]  0.8.11claws12
3693
3694         * src/folder.[ch]
3695                 o error return code's should better be negative
3696                 o replace printf with debug_print
3697
3698         * src/imap.c
3699                 improve IMAP folder scan by checking UID-NEXT
3700
3701         * src/summaryview.c
3702                 remove check that are unnecessary in my opinion
3703
3704 2003-03-13 [christoph]  0.8.11claws11
3705
3706         * src/folder.[ch]
3707         * src/foldersel.c
3708         * src/folderview.c
3709         * src/imap.c
3710         * src/mbox_folder.c
3711         * src/mh.c
3712         * src/news.c
3713         * src/prefs_scoring.c
3714         * src/summaryview.c
3715                 use a common function to get a displayable name
3716                 for a FolderItem
3717
3718 2003-03-13 [paul]       0.8.11claws10
3719
3720         * tools/Makefile.am
3721           tools/README
3722           tools/multiwebsearch.conf     ** NEW FILE **
3723           tools/multiwebsearch.pl       ** NEW FILE **
3724                 add multiwebsearch Actions script
3725
3726 2003-03-13 [colin]      0.8.11claws9
3727
3728         * src/compose.c
3729                 Remove leading emtpy lines from quoted text
3730                 before quoting it
3731
3732 2003-03-13 [melvin]     0.8.11claws8
3733
3734         * src/prefs_actions.c
3735                 Fixed a memory leak
3736                 Code clean ups
3737                 Added Cancel and OK buttons
3738                 Corrected help text
3739
3740 2003-03-13 [christoph]  0.8.11claws7
3741
3742         * src/account.c
3743         * src/folder.[ch]
3744         * src/imap.c
3745         * src/mainwindow.c
3746         * src/mbox_folder.c
3747         * src/mh.c
3748         * src/news.c
3749         * src/setup.c
3750                 replace more folder type stuff with folder class stuff
3751
3752 2003-03-13 [melvin]     0.8.11claws6
3753
3754         * src/prefs_actions.c
3755                 Added new tokens:
3756                 %u: user provided argument
3757                 %h: user provided argument (hidden on input)
3758                 %s: current text selection in the message view 
3759
3760 2003-03-13 [paul]       0.8.11claws5
3761
3762         * sync with 0.8.11cvs5
3763                 see ChangeLog 2003-03-11, 2003-03-12
3764
3765 2003-03-12 [christoph]  0.8.11claws4
3766
3767         * src/folder.c
3768                 use folder class idstr when writing folderlist.xml
3769
3770         * src/folder.h
3771         * src/imap.c
3772         * src/news.c
3773                 replace folder type checks with folder class checks
3774
3775 2003-03-12 [christoph]  0.8.11claws3
3776
3777         * src/folder.[ch]
3778         * src/imap.[ch]
3779         * src/main.c
3780         * src/mbox_folder.[ch]
3781         * src/mh.[ch]
3782         * src/news.[ch]
3783                 o create a list of known folder classes in the folder system
3784                 o use folder class id strings for folder item identifiers
3785
3786 2003-03-12 [christoph]  0.8.11claws2
3787
3788         * src/imap.c
3789                 fix imap uid validity check
3790
3791 2003-03-12 [christoph]  0.8.11claws1
3792
3793         * src/account.c
3794         * src/folder.[ch]
3795         * src/foldersel.c
3796         * src/folderview.c
3797         * src/imap.c
3798         * src/mainwindow.c
3799         * src/mbox_folder.c
3800         * src/mh.c
3801         * src/news.c
3802         * src/prefs_scoring.c
3803         * src/procmsg.c
3804         * src/setup.c
3805         * src/summaryview.c
3806                 initial restructuring of folder system, seperating
3807                 folders and folder classes
3808
3809 2003-03-12 [paul]       0.8.11claws
3810
3811         0.8.11claws release
3812
3813 2003-03-12 [christoph]
3814
3815         * src/gtk/prefswindow.c
3816                 fix translation of "Page Index"
3817
3818 2003-03-12 [paul]       0.8.10claws110
3819
3820         a sync from 0.8.11cvs4 before the release
3821
3822         * src/common/utils.c
3823                 subject_compare_for_sort(): allow null strings (fixes
3824                 summary sorting).
3825
3826 2003-03-11 [paul]       0.8.10claws109
3827
3828         * po/es.po
3829                 update Spanish translation, submitted by
3830                 Ricardo Mones Lastra
3831
3832 2003-03-11 [melvin]     0.8.10claws108
3833
3834         * po/fr.po
3835                 Updated French translations
3836
3837 2003-03-11 [paul]       0.8.10claws107
3838
3839         * manual/en/Makefile.am
3840           manual/en/*.html
3841                 update English manual, add a new page
3842                 updated by Francois Barriere <fbarriere@atmel.fr>
3843                 
3844         * po/bg.po
3845           po/it.po
3846           po/sr.po
3847                 update Bulgarian, Italian, and Serbian translations
3848                 submitted by George Danchev, Alessandro Maestri, and
3849                 Urke MMI
3850
3851 2003-03-10 [paul]       0.8.10claws106
3852
3853         * src/gtk/about.c
3854           src/gtk/prefswindow.c
3855                 make some strings translatable
3856
3857 2003-03-10 [darko]      0.8.10claws105
3858
3859         * src/compose.c
3860                 code cleanup to make Hiro happy
3861
3862 2003-03-10 [paul]       0.8.10claws104
3863
3864         * sync with 0.8.11cvs2
3865                 see ChangeLog 2003-03-10
3866
3867 2003-03-09 [melvin]     0.8.10claws103
3868
3869         * src/textview.c
3870                 textview_set_font(): fix for message display in
3871                 UTF-8 locales (thanks to Sergey Vlasov).
3872                 (was unintentionnaly reverted in 0.8.6claws6)   
3873
3874 2003-03-08 [darko]      0.8.10claws102
3875
3876         * src/compose.c
3877                 fix infinite loop in wrapping as reported
3878                 by happycactus
3879                 obsoletes patch #696482
3880
3881 2003-03-08 [christoph]  0.8.10claws101
3882
3883         * src/imap.c
3884                 add workaround for IMAP servers that do not
3885                 support the "UID SEARCH UID" command
3886
3887 2003-03-07 [christoph]  0.8.10claws100
3888
3889         * src/plugins/spamassassin/spamassassin.[ch]
3890         * src/plugins/spamassassin/spamassassin_gtk.c
3891                 code cleanup
3892
3893 2003-03-07 [paul]       0.8.10claws99
3894
3895         * po/es.po
3896                 updated Spanish translation, submitted by
3897                 Ricardo Mones Lastra
3898
3899 2003-03-07 [christoph]  0.8.10claws98
3900
3901         * src/send.c
3902                 fix in 0.8.10claws94 was wrong
3903                 local delivery does not require escaping, remove escaping
3904                 code to make signatures of mails with "." lines valid
3905                 
3906                 NOTE: requires that sendmail is executed with "-i" option,
3907                       what is the default now, but has to be changed in all
3908                       exsiting accounts)
3909
3910 2003-03-07 [paul]       0.8.10claws97
3911
3912         * sync with 0.8.11 release
3913                 see ChangeLog 2003-03-07
3914
3915 2003-03-06 [paul]       0.8.10claws96
3916
3917         * src/compose.c
3918                 revert commit 0.8.10claws92
3919
3920 2003-03-06 [paul]       0.8.10claws95
3921
3922         * src/folderview.c
3923                 fix (solaris) bug 73, 'Crash when selecting top-level folder'
3924
3925         * src/gtkaspell.c
3926                 fix bug 74, 'Crash opening editor window with pseudo-color
3927                 display'
3928                 
3929         Patches submitted by Kevin Vigor <kevin@vigor.nu>
3930
3931 2003-03-06 [christoph]  0.8.10claws94
3932
3933         * src/send.c
3934                 fix rfc2821 (4.5.2) violation in SMTP data sending,
3935                 all lines starting with a period get an extra period
3936                 inserted
3937                 (found by Simon 'corecode' Schubert)
3938
3939 2003-03-06 [paul]       0.8.10claws93
3940
3941         * src/folderview.c
3942                 if configured font can't be loaded fall back to gtk
3943                 default. (with thanks to Christoph)
3944                 
3945                 closes long-standing bug 15 'Crashes on startup'
3946
3947 2003-03-06 [paul]       0.8.10claws92
3948
3949         * src/compose.c
3950                 freeze text before autosave and thaw afterwards
3951                 fixes bug 67 'autosave make re-rediting message crazy'
3952
3953 2003-03-06 [christoph]  0.8.10claws91
3954
3955         * src/compose.c
3956                 ignore address comment in dupe check for Cc-list
3957
3958         (closes reopened bug 47 Replying to message strips name part of
3959          e-mail addresses of Cc: lines)
3960
3961 2003-03-06 [paul]       0.8.10claws90
3962
3963         * src/Makefile.am
3964                 remove reference to gtkxtext.h as its no longer in
3965                 the repository
3966
3967 2003-03-06 [paul]       0.8.10claws89
3968
3969         * sync with 0.8.10cvs25
3970                 see ChangeLog 2003-03-06
3971
3972 2003-03-06 [oliver]     0.8.10claws88
3973         
3974         * src/messageview.c
3975                 remove include
3976
3977 2003-03-06 [oliver]     0.8.10claws87
3978         
3979         * src/folderview.c 
3980                 remove changes introduced inclaws74
3981         * src/messageview.c
3982                 another attempt to sanely delete and update
3983                 messages deleted in separate messageview
3984
3985 2003-03-05 [christoph]  0.8.10claws86
3986
3987         * src/summaryview.c
3988                 check if "From" matches any account's address if
3989                 addressbook completion of addresses is disabled too
3990
3991         (closes Bug 70 "Display recipient in from" doesn't check
3992          folder's default account)
3993
3994 2003-03-05 [christoph]  0.8.10claws85
3995
3996         * src/compose.c
3997         * src/common/utils.[ch]
3998                 don't strip address comments when building Cc lists
3999
4000         (closes Bug 47 Replying to message strips name part of e-mail addresses
4001          of Cc: lines)
4002
4003         * src/folder.c
4004                 fix return value of copy function
4005
4006 2003-03-05 [christoph]  0.8.10claws84
4007
4008         * src/imap.c
4009                 don't ask imap server for non rfc822 headers
4010
4011         (closes bug 71 IMAP FETCH asks for FROM header field twice)
4012
4013         * src/imap.c
4014                 destroy session on socket error to allow reconnecting
4015
4016 2003-03-05 [christoph]  0.8.10claws83
4017
4018         * configure.ac
4019                 fix building with gnome when no prefix is set
4020
4021         (closes bug 66 Gnome directory is set to NONE)
4022
4023 2003-03-05 [paul]       0.8.10claws82
4024
4025         * sync with 0.8.10cvs23
4026                 see ChangeLog 2003-03-05
4027
4028 2003-03-04 [christoph]  0.8.10claws81
4029
4030         * src/folder.c
4031                 o fix moving and copying when folder returns 0 for new
4032                   message number
4033                 o remove some code for single message copy and move
4034                   operations and use functions for multiple messages
4035
4036         (closes bug 63 Strange behaviour MOVING messages from MH to IMAP)
4037
4038         * src/news.c
4039                 remove unused include
4040
4041 2003-03-04 [paul]       0.8.10claws80
4042
4043         * src/gtk/about.c
4044                 list 'Compiled plugins'
4045
4046 2003-03-03 [christoph]  0.8.10claws79
4047
4048         * src/news.[ch]
4049                 have to multiply the percentage of the current fetch with
4050                 the percentage that it has of the total fetch operation
4051                 for correct values
4052
4053 2003-03-03 [christoph]  0.8.10claws78
4054
4055         * src/news.c
4056                 fix calculation of expected lines for progress indicator
4057
4058 2003-03-03 [christoph]  0.8.10claws77
4059
4060         * src/summaryview.c
4061         * src/common/utils.c
4062                 fix segfault when opening the root news folder
4063
4064 2003-03-03 [christoph]  0.8.10claws76
4065
4066         * src/mainwindow.[ch]
4067         * src/common/Makefile.am
4068         * src/common/progressindicator.[ch]
4069                 add UI independent progress indicator handling
4070
4071         * src/news.[ch]
4072                 use new progress indicator for message info fetching
4073
4074         * src/common/hooks.h
4075                 code cleanup
4076
4077 2003-03-03 [oliver]     0.8.10claws75
4078
4079         * src/toolbar.c
4080         * src/compose.c
4081                 removed commented code
4082
4083 2003-03-03 [oliver]     0.8.10claws74
4084
4085         * src/toolbar.[ch]
4086                 cleanups and refactoring
4087         * src/compose.[ch]
4088                 compose_reply_mode reply & forwarding interface for
4089                 toolbar buttons
4090         * src/folderview.c
4091                 act on messages marked for deletion in folderview_selected
4092                 based on prefs_common.immediate_exec since a message might 
4093                 have been deleted by messageview in a folder we are changing 
4094                 to (does anybody understand what I'm on about ?)
4095
4096 2003-03-03 [oliver]     0.8.10claws73
4097         
4098         * src/messageview.[ch]
4099                 new functions
4100                 - messageview_delete: delete message shown in messagview
4101                 - messageview_update_view: update messageview to currently 
4102                   selected summaryview message
4103                 - add separate messageview to msgview_list in order to update 
4104                   toolbar to new toolbar style on the fly (TOOLBAR_NONE, TOOLBAR_ICON etc.)
4105         * src/summaryview.[ch]
4106                 summary_get_selection returns a list of selected msgs
4107                 in summaryview
4108         * src/mainwindow.c
4109                 toolbar reply refactoring
4110
4111 2003-03-03 [paul]       0.8.10claws72
4112
4113         * sync with 0.8.10cvs21
4114                 see ChangeLog 2003-03-03
4115
4116 2003-03-02 [christoph]  0.8.10claws71
4117
4118         * src/common/passcrypt.c
4119                 use POSIX includes
4120
4121 2003-03-02 [christoph]  0.8.10claws70
4122
4123         * configure.ac
4124         * src/prefs_account.c
4125         * src/prefs_gtk.[ch]
4126         * src/common/.cvsignore
4127         * src/common/Makefile.am
4128         * src/common/passcrypt.c                ** NEW **
4129         * src/common/passcrypt.h.in             ** NEW **
4130                 Implement password encryption in config files
4131                 using unix encrypt and setkey functions. The crypt
4132                 key can be set as a configure parameter. Old
4133                 passwords will be converted if they do not begin
4134                 with '!'
4135
4136 2003-03-02 [paul]       0.8.10claws69
4137
4138         * src/prefs_account.c
4139                 fix compile error
4140
4141 2003-03-01 [thorsten]   0.8.10claws68
4142
4143         * po/el.po
4144           po/hr.po
4145           po/it.po
4146           po/nl.po
4147           po/sr.po
4148           po/sv.po
4149                 corrected format strings
4150         * po/en_GB.po
4151                 corrected headers
4152                 (fix compile errors with GNU gettext-0.11.5)
4153
4154 2003-03-01 [oliver]     0.8.10claws67
4155
4156         * src/summaryview.c
4157                 menu callbacks call toolbar_menu_reply
4158
4159 2003-03-01 [oliver]     0.8.10claws66
4160
4161         * src/mainwindow.c
4162         * src/messageview.c
4163                 menu callbacks call toolbar_menu_reply
4164         * src/toolbar.[ch]
4165                 callbacks from menu handled by toolbar_menu_reply
4166
4167 2003-03-01 [paul]       0.8.10claws65
4168
4169         * src/addressbook.c
4170                 revert commit 0.8.10claws54 - breaks editing of
4171                 addressbook.
4172                 
4173         * po/bg.po
4174                 update Bulgarian translation, submitted by
4175                 George Danchev
4176
4177 2003-02-28 [christoph]  0.8.10claws64
4178
4179         * src/account.c
4180         * src/addressadd.c
4181         * src/compose.c
4182         * src/gtkaspell.c
4183         * src/gtkxtext.h                ** REMOVE **
4184         * src/imap.c
4185         * src/matcher.[ch]
4186         * src/mh.c
4187         * src/news.c
4188         * src/pine.c
4189         * src/prefs_common.c
4190         * src/prefs_matcher.c
4191         * src/procheader.[ch]
4192         * src/procmsg.[ch]
4193         * src/toolbar.c
4194         * src/common/ssl_certificate.c
4195         * src/gtk/colorlabel.c
4196         * src/gtk/menu.c
4197                 o fix warnings
4198                 o remove code obsoleted by new cache and folder system rework
4199
4200 2003-02-28 [oliver]     0.8.10claws63
4201         
4202         * src/toolbar.[ch]
4203                 * fix bug where reply in Messageview replied to 
4204                 Message displayed in summaryview
4205                 (reportedd via ML by chinatinte at gmx dot ch)
4206                 * fix bug where toolbar popups (WITH_QUOTE, WITHOUT_QOUTE)
4207                 didn't work in separate MessageView Toolbar
4208                 (wondering if anybody uses this at all ?)
4209         * src/summaryview.[ch]
4210                 use toolbar.c's toolbar_reply instead of summary_reply (removed)
4211                 (generalize reply and forward code);
4212         * src/messageview.c 
4213                 remove focus_in event which updated summaryview to messageview
4214
4215 2003-02-28 [paul]       0.8.10claws62
4216
4217         * po/Makefile.in.in
4218                 add the --check option
4219                 Patch submitted by Ricardo Mones Lastra
4220
4221 2003-02-28 [paul]       0.8.10claws61
4222
4223         * src/prefs_account.c
4224                 re-order 'Signature' items
4225
4226 2003-02-28 [paul]       0.8.10claws60
4227
4228         * sync with 0.8.10cvs20
4229                 see ChangeLog 2003-02-28
4230
4231 2003-02-28 [paul]       0.8.10claws59
4232
4233         * po/POTFILES.in
4234                 update to reflect recent movement of files
4235
4236 2003-02-28 [paul]       0.8.10claws58
4237
4238         * sync with 0.8.10cvs19
4239                 see ChangeLog 2003-02-28
4240
4241 2003-02-27 [martin]     0.8.10claws57
4242
4243         * src/prefs_matcher.c 
4244                 fix segfault in prefs_matcher_ok() when the
4245                 last entry is deleted and prevents that the
4246                 message "entry not saved" comes up after deleting
4247                 an entry
4248
4249 2003-02-27 [martin]     0.8.10claws56
4250
4251         * src/prefs_filtering.c 
4252                 fix segfault in prefs_filtering_ok() when the
4253                 last entry is deleted and prevents that the
4254                 message "entry not saved" comes up after deleting
4255                 an entry
4256
4257 2003-02-27 [paul]       0.8.10claws55
4258
4259         * sync with 0.8.10cvs18
4260                 see ChangeLog 2003-02-27
4261
4262 2003-02-27 [paul]       0.8.10claws54
4263
4264         * src/addressbook.c
4265                 fix bug where the address book crashes with 
4266                 multiple lookups.
4267                 Patch [687729] submitted by David Frager 
4268                 <dbfrager@users.sourceforge.net>
4269
4270 2003-02-25 [christoph]  0.8.10claws53
4271
4272         * src/Makefile.am
4273         * src/colorlabel.[ch]           ** REMOVE **
4274         * src/gtk/Makefile.am
4275         * src/gtk/colorlabel.[ch]       ** NEW **
4276                 move colorlabel files to gtk directory
4277
4278         * src/esmtp.[ch]                ** REMOVE **
4279                 has been merged into smtp.[ch] in 0.7.5
4280
4281 2003-02-25 [christoph]  0.8.10claws52
4282
4283         * src/Makefile.am
4284         * src/about.[ch]                ** REMOVE **
4285         * src/gtk/Makefile.am
4286         * src/gtk/about.[ch]            ** NEW **
4287                 move about files to gtk directory
4288
4289 2003-02-25 [christoph]  0.8.10claws51
4290
4291         * src/folder.c
4292                 some code optimization of folder scanning code
4293
4294         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx> 
4295
4296 2003-02-25 [christoph]  0.8.10claws50
4297
4298         * src/main.c
4299         * src/common/sylpheed.c
4300                 add command line parameter parsing to common code
4301
4302 2003-02-24 [christoph]
4303
4304         * Makefile.am
4305         * configure.ac
4306                 fix gnome prefix problems, the configure script now removed
4307                 `gnome-config --prefix` from `gnome-config --datadir`
4308                 and adds $(prefix} instead
4309
4310         (closes Bug 24 Makefile does not respect prefix when installing
4311          GNOME data)
4312
4313 2003-02-24 [christoph]  0.8.10claws49
4314
4315         * src/news.c
4316                 check for valid session before trying to authenticate
4317
4318         (closes Bug 60 crash if "authenticate on logon" is activated
4319          and newsserver-hostname is not valid)
4320
4321 2003-02-24 [melvin]     0.8.10claws48
4322
4323         * src/prefs_actions.c
4324                 Make sure all user's input is sent to the action and then
4325                 close the socket..
4326
4327 2003-02-23 [alfons]     0.8.10claws46
4328
4329         * src/summaryview.c
4330                 also wait cursor when deleting files
4331
4332 2003-02-23 [paul]
4333
4334         * tools/freshmeat_search.pl
4335           tools/google_search.pl
4336                 scripts should now work for any browser/browser command line
4337
4338 2003-02-22 [christoph]  0.8.10claws45
4339
4340         * src/procmsg.c
4341                 fix IMAP flag setting, IMAP flag is not handled correctly
4342                 anymore by the folder system and information about the
4343                 folder should not be saved in the MsgInfo (in my opinion)
4344
4345         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
4346
4347 2003-02-22 [christoph]  0.8.10claws44
4348
4349         * src/summaryview.c
4350                 fix spelling of "label" ;-)
4351
4352 2003-02-22 [thorsten]   0.8.10claws43
4353
4354         * src/mimeview.c
4355           src/prefs_common.[ch]
4356           src/procmime.[ch]
4357                 do not use description as attachment name
4358
4359 2003-02-22 [alfons]     0.8.10claws42
4360
4361         * src/summaryview.c
4362                 freeze/thaw folder item updates when changing color labels,
4363                 and put a wait cursors on
4364
4365 2003-02-22 [thorsten]   0.8.10claws41
4366
4367         * src/mimeview.c
4368                 save-all fixes: crash if invoked on multipart container,
4369                 mimeinfo access, pathseparators, error dialog
4370
4371 2003-02-21 [alfons]     0.8.10claws40
4372
4373         * src/prefs_gtk.c
4374                 remove unused var
4375
4376 2003-02-21 [colin]      0.8.10claws39
4377
4378         * src/send.c
4379                 Fix smtp logging
4380
4381 2003-02-21 [colin]      0.8.10claws38
4382
4383         * src/summaryview.c
4384                 Freeze/thaw folderItem updates when filtering messages 
4385                 via Tools/Filter messages
4386
4387 2003-02-21 [paul]       0.8.10claws37
4388
4389         * src/compose.c
4390                 revert commit 0.8.10claws26, there are ulterior motives
4391                 for users to set a Reply-To header when posting to
4392                 newsgroups
4393
4394 2003-02-21 [paul]       0.8.10claws36
4395
4396         * sync with 0.8.10cvs17
4397                 see ChangeLog 2003-02-21
4398
4399 2003-02-20 [christoph]  0.8.10claws35
4400
4401         * src/imap.c
4402                 IMAP UID fetch speedup using SEARCH
4403
4404         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
4405
4406         * src/imap.c
4407                 fix problem with UIDs in IMAP UID cache that no longer existed
4408
4409 2003-02-20 [christoph]  0.8.10claws34
4410
4411         * src/imap.c
4412         * src/procheader.c
4413         * src/procheader.h
4414                 IMAP header fetch speedup (fetch only headers cached in MsgInfo)
4415
4416         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
4417
4418         * src/imap.c
4419                 Rewrite imap_cmd_gen_recv use sock_getline instead
4420                 of sock_gets to avoid problems with too long reply
4421                 lines
4422     
4423 2003-02-20 [colin]      0.8.10claws33
4424         
4425         * src/prefs_account.c
4426                 Better wording
4427
4428 2003-02-20 [colin]      0.8.10claws32
4429
4430         * src/compose.c
4431                 Remove useless '&& !to_sender' 
4432
4433 2003-02-20 [darko]
4434
4435         * AUTHORS
4436                 change my e-mail address
4437
4438 2003-02-19 [colin]      0.8.10claws31
4439
4440         * src/prefs_common.c
4441                 X11 style colors for every configurable color
4442
4443 2003-02-19 [alfons]     0.8.10claws30
4444
4445         * src/prefs_gtk.[ch]
4446         * src/prefs_common.c
4447                 for color_new accept both plain integers and X11 style color
4448                 names (as found in /usr/lib/X11/rgb.txt)
4449
4450 2003-02-19 [paul]       0.8.10claws29
4451
4452         * src/mainwindow.c
4453                 add tooltips to online/offline button and account selector
4454                 button
4455
4456 2003-02-19 [paul]       0.8.10claws28
4457
4458         * src/folder.c
4459           src/news.c
4460           src/prefs_account.[ch]
4461           src/prefs_common.[ch]
4462                 move 'Maximum number of articles to download' to
4463                 account prefs.
4464                 clean up account prefs gui a little by hiding entries
4465                 rather then greying out entries
4466
4467 2003-02-19 [hiro]       0.8.10claws27
4468
4469         * src/common/utils.c
4470                 fix bug #54 'yesterdays date is displayed in the message 
4471                 summary window'
4472
4473 2003-02-19 [paul]       0.8.10claws26
4474
4475         * src/compose.c
4476                 fix bug reported in Feature Request [688596] 
4477                 'Reply-to header in news'
4478
4479 2003-02-18 [paul]       0.8.10claws25
4480
4481         * src/select-keys.c
4482                 add a 'List all keys' button to key selection dialog
4483
4484 2003-02-18 [colin]      0.8.10claws24
4485         
4486         * src/stock_pixmap.c
4487                 fix compile error
4488
4489 2003-02-18 [colin]      0.8.10claws23
4490
4491         * src/common/smtp.[ch]
4492           src/prefs_account.c
4493                 Try to starttls if it seems to be the only
4494                 way to authenticate a user
4495
4496 2003-02-18 [paul]       0.8.10claws22
4497
4498         * src/Makefile.am
4499           src/folderview.c
4500           src/stock_pixmap.[ch]
4501           src/pixmaps/drafts_close.xpm  ** NEW FILE **
4502           src/pixmaps/drafts_open.xpm   ** NEW FILE **
4503                 as a Drafts folder is a special folder allow it to have
4504                 its own unique icons
4505
4506 2003-02-18 [colin]      0.8.10claws21
4507
4508         * src/imap.c
4509                 Fix port selection when using starttls
4510
4511 2003-02-18 [paul]       0.8.10claws20
4512
4513         * src/mainwindow.c
4514           src/prefs_common.[ch]
4515                 make blue the default new mail colour
4516
4517 2003-02-18 [paul]       0.8.10claws19
4518
4519         * sync with 0.8.10cvs14
4520                 see ChangeLog 2003-02-18
4521
4522 2003-02-17 [jens]       0.8.10claws18
4523
4524         * src/common/md5.c
4525                 fixed a compile problem with gcc 3.3
4526                 works on 2.95.3 too (testet on PPC as it is big endian)
4527
4528 2003-02-17 [paul]       0.8.10claws17
4529
4530         * sync with 0.8.10cvs13
4531                 see ChangeLog 2003-02-17
4532
4533 2003-02-17 [paul]       0.8.10claws16
4534
4535         * sync with 0.8.10cvs12
4536                 see ChangeLog 2003-02-17
4537
4538 2003-02-16 [match]      0.8.10claws15
4539
4540         * src/addressbook.c
4541                 Eliminates reloading of address data when items
4542                 deleted or added. Applied submitted by
4543                 Luke Plant <lukeplant@softhome.net>
4544
4545 2003-02-16 [paul]       0.8.10claws14
4546
4547         * src/news.c
4548                 when a 'protocol error' is encountered disconnect from
4549                 the server. This means that the user can carry on viewing
4550                 other articles and doesn't have to either wait until the
4551                 server timesout or quit sylpheed.
4552                 Fixes bug #53 'Unable to read messages in newsgroups, 
4553                 displayed message doesn't change'
4554
4555 2003-02-15 [christoph]  0.8.10claws13
4556
4557         * src/imap.c
4558                 fix bug that stopped scanning of folders when an
4559                 IMAP folder was empty
4560
4561         (closes bug 46 stop scan messages in folders after empty folder)
4562
4563 2003-02-15 [paul]
4564
4565         * tools/Makefile.am
4566           tools/README
4567           tools/freshmeat_search.pl     ** NEW FILE **
4568           tools/google_search.pl        ** NEW FILE **
4569                 Add 2 Actions scripts which search freshmeat/google
4570                 for the selected text using the browser configured
4571                 in sylpheedrc.
4572                 
4573         Note: These scripts are very dependent on the format of the
4574         browser command and may not work on every occasion. Testing
4575         is welcome. 
4576
4577 2003-02-14 [alfons]     0.8.10claws12
4578
4579         * src/compose.c
4580                 fix breakage because of uninitialized account pointer.
4581                 please verify.
4582
4583 2003-02-14 [paul]       0.8.10claws11
4584
4585         * src/compose.c
4586           src/prefs_account.[ch]
4587           src/prefs_common.[ch]
4588                 move signature settings to Account Prefs
4589
4590 2003-02-14 [paul]       0.8.10claws10
4591
4592         * sync with 0.8.10cvs11
4593                 see ChangeLog 2003-02-14
4594
4595 2003-02-13 [thorsten]   0.8.10claws9
4596
4597         * src/news.c
4598                 revert news progressbar (GUI separation)
4599
4600 2003-02-13 [paul]       0.8.10claws8
4601
4602         * src/compose.c
4603                 make replies behave correctly, re: RFC 1036, Section 2.2.3,
4604                 paragraph 1
4605
4606 2003-02-13 [paul]       0.8.10claws7
4607
4608         * src/compose.[ch]
4609           src/summaryview.c
4610                 fix 'Follow-up and Reply-to' so that it creates a reply to
4611                 the newsgroup and the sender. If the message has the keyword
4612                 'poster' in the Followup-To header, all replies go to the
4613                 sender, re: RFC 1036, Section 2.2.3
4614                 rename all instances of 'ignore_replyto' to 'to_sender', both
4615                 were previously used, now we use just one.
4616
4617 2003-02-13 [paul]       0.8.10claws6
4618
4619         * sync with 0.8.10cvs9
4620                 see ChangeLog 2003-02-13
4621
4622 2003-02-13 [paul]       0.8.10claws5
4623
4624         * configure.ac
4625                 show which plugins are configured in the configure
4626                 output.
4627
4628 2003-02-12 [thorsten]   0.8.10claws4
4629
4630         * src/news.c
4631                 show progress while fetching news headers
4632
4633 2003-02-12 [christoph]  0.8.10claws3
4634
4635         * configure.ac
4636         * src/plugins/Makefile.am
4637                 use AM_CONDITIONAL to enable plugins, automake correctly
4638                 manages this when creating distdir
4639
4640 2003-02-12 [christoph]  0.8.10claws2
4641
4642         * ac/spamassassin.m4
4643         * src/plugins/spamassassin/Makefile.am
4644                 fix building SpamAssassin plugin without OpenSSL
4645
4646 2003-02-12 [paul]       0.8.10claws1
4647
4648         * ac/Makefile.am
4649           src/Makefile.am
4650           src/plugins/Makefile.am
4651                 fix failure of 'make release'
4652
4653 2003-02-12 [paul]       0.8.10claws
4654
4655         * 0.8.10claws released
4656
4657 2003-02-12 [paul]       0.8.9claws56
4658
4659         * po/bg.po
4660           po/es.po
4661           po/it.po
4662           po/ru.po
4663           po/sr.po
4664                 updated translations by George Danchev, Ricardo Mones Lastra,
4665                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively
4666                 
4667         * sylpheed.spec.in
4668                 Allow the building of RPMs by a regular user. Submitted
4669                 by Sergei Astanin
4670
4671 2003-02-11 [alfons]     0.8.9claws55
4672
4673         * src/colorlabel.c
4674                 don't use pixmaps for label color rect but draw rectangles
4675                 so we can respect the color map of palette based visuals
4676                 (fixes the long time crashes on Suns - thanks to Andreas
4677                 Engel and Steve O'Hara-Smith for testing)
4678
4679 2003-02-11 [christoph]  0.8.9claws54
4680
4681         * src/matcher_parser_parse.y
4682                 correct bug where filering rules of not existing folders in
4683                 matcherrc were added to global filtering
4684                 
4685         (closes Debian Bug #180253 - Directory's filter-rules are merged with
4686          main filter-rules after removing directory, http://bugs.debian.org/180253)
4687         
4688 2003-02-11 [paul]       0.8.9claws53
4689
4690         * sync with 0.8.10cvs7
4691                 see ChangeLog 2003-02-09
4692
4693 2003-02-11 [melvin]     0.8.9claws52
4694
4695         * po/fr.po
4696                 Updated French tranlsations
4697
4698 2003-02-10 [paul]       0.8.9claws51
4699
4700         * sylpheed.spec.in
4701                 correct --enable-openssl
4702                 Fix submitted by Sergei Astanin <asita@users.sourceforge.net>
4703
4704 2003-02-09 [martin]     0.8.9claws50
4705
4706         * src/prefs_matcher.c
4707                 fix segfault in prefs_matcher_substitute_cb() when
4708                 no row is selected
4709
4710 2003-02-09 [paul]       0.8.9claws49
4711
4712         * src/folderview.c
4713                 fix bug where a newsgroup folder's processing rules were
4714                 merged with the global filtering rules when the newsgroup
4715                 folder was deleted, causing some seriously bad results,
4716                 see <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=180253>
4717
4718 2003-02-08 [melvin]     0.8.9claws48
4719
4720         * src/compose.c
4721                 Corrected and modified an alert message.
4722
4723 2003-02-07 [paul]       0.8.9claws47
4724
4725         * src/folderview.c
4726                 fix bug where both an 'Account properties' window and a
4727                 'Folder properties' window were opened when clicking on
4728                 'Properties' in an NNTP or IMAP folder's popup menu.
4729
4730 2003-02-07 [paul]       0.8.9claws46
4731
4732         * sync with 0.8.10cvs6
4733                 see ChangeLog 2003-02-06
4734
4735 2003-02-06 [christoph]  0.8.9claws45
4736
4737         * src/mbox.c
4738                 freeze folder updates while importing mbox files
4739                 (closes bug 43 importing mbox took hours)
4740                 
4741         Patch submitted by Jens Rantil <jens.rantil@telia.com>
4742
4743 2003-02-06 [thorsten]   0.8.9claws44
4744
4745         * po/de.po
4746                 Updated german translations
4747
4748 2003-02-06 [thorsten]   0.8.9claws43
4749
4750         * src/news.h
4751                 use guint for message numbers (fix count in grouplist dialog)
4752
4753 2003-02-05 [paul]       0.8.9claws42
4754
4755         * sync with 0.8.10cvs2
4756                 see ChangeLog 2003-02-05
4757
4758 2003-02-04 [colin]      0.8.9claws41
4759
4760         * src/prefs_common.[ch]
4761           src/procmsg.c
4762           src/summaryview.c
4763                 Add an option to disable threading by subject
4764
4765 2003-02-04 [christoph]  0.8.9claws40
4766
4767         * src/inc.c
4768                 only abort fetching mails from multiple accounts when the
4769                 error is fatal and does not allow to check any more accounts
4770                 (currently only disk full error)
4771
4772         (closes bug 31 after POP3 error: "no such mail" Sylpheed does not
4773          receive mails for other accouts)
4774
4775 2003-02-04 [christoph]  0.8.9claws39
4776
4777         * src/folder.c
4778                 first add the new message to the cache, then
4779                 send the update notification
4780
4781         (closes bug 39 after sending message folderview doesnt get updated)
4782
4783 2003-02-04 [colin]      0.8.9claws38
4784
4785         * src/inc.c
4786                 _really_ fix this Connecting... status
4787
4788 2003-02-04 [paul]       0.8.9claws37
4789
4790         * sync with 0.8.10
4791                 see ChangeLog 2003-02-04
4792
4793 2003-02-04 [paul]       0.8.9claws36
4794
4795         * sync with 0.8.9cvs6
4796                 see ChangeLog 2003-02-03
4797
4798 2003-02-04 [paul]       0.8.9claws35
4799
4800         * po/pt_BR.po
4801                 updated by André Filipe de Assunção e Brito 
4802                 <bedecko@netsite.com.br>
4803
4804 2003-02-03 [thorsten]   0.8.9claws34
4805
4806         * po/de.po
4807                 Updated german translations
4808
4809 2003-02-02 [paul]       0.8.9claws33
4810
4811         * po/es.po
4812                 updated by Ricardo Mones Lastra
4813
4814 2003-02-02 [thorsten]   0.8.9claws32
4815
4816         * src/mh.c
4817                 Fix mh_get_msginfo() segfault if file is inaccessible
4818
4819 2003-01-31 [colin]      0.8.9claws31
4820
4821         * src/procheader.c
4822                 Fix last commit's bug
4823
4824 2003-01-31 [colin]      0.8.9claws30
4825
4826         * src/procheader.c
4827                 Missing a change for gpg-signed messages
4828
4829 2003-01-31 [paul]       0.8.9claws29
4830
4831         * src/pixmaps/gpg_signed.xpm    ** NEW FILE **
4832           src/procheader.c
4833           src/stock_pixmap.[ch]
4834           src/summaryview.c
4835                 indicate GnuPG signed messages by displaying an icon
4836                 in the Attachment column.
4837
4838 2003-01-31 [paul]       0.8.9claws28
4839
4840         * sync with 0.8.9cvs4
4841                 see ChangeLog 2003-01-31
4842
4843 2003-01-31 [alfons]     0.8.9claws27
4844
4845         * src/textview.c
4846                 tune URI parser to accept mailto URLs with a '?'
4847                 (patch from Ruslan Balkin)
4848
4849 2003-01-31 [colin]      0.8.9claws26
4850
4851         * src/summaryview.c
4852                 Fix a leak introduced in claws24
4853
4854 2003-01-31 [colin]      0.8.9claws25
4855
4856         * src/summaryview.c
4857                 Freeze/Thaw folder updates when deleting dups
4858
4859 2003-01-31 [colin]      0.8.9claws24
4860         
4861         * src/addr_compl.c
4862           src/summaryview.c
4863           src/msgcache.c
4864                 little speed improvements
4865
4866 2003-01-31 [colin]      0.8.9claws23
4867
4868         * src/summaryview.c
4869                 Fix segfault when forwarding nothing
4870                 Patch from "Ruslan N. Balkin" <baron@voices.ru>
4871                 
4872 2003-01-30 [paul]       0.8.9claws22
4873
4874         * sync with 0.8.9cvs3
4875                 see ChangeLog 2003-01-30
4876
4877 2003-01-30 [paul]       0.8.9claws21
4878
4879         * sync with 0.8.9cvs2
4880                 see ChangeLog 2003-01-30
4881
4882 2003-01-29 [paul]       0.8.9claws20
4883
4884         * sync with 0.8.9cvs1
4885                 see ChangeLog 2003-01-29
4886
4887 2003-01-28 [paul]       0.8.9claws19
4888
4889         * po/POTFILES.in
4890                 update to reflect changes. 
4891                 thanks to Ricardo Mones Lastra
4892
4893 2003-01-27 [christoph]  0.8.9claws18
4894
4895         * ac/openssl.m4
4896         * ac/spamassassin.m4
4897         * src/plugins/spamassassin/README
4898         * src/plugins/spamassassin/libspamc.[ch]
4899         * src/plugins/spamassassin/utils.[ch]
4900                 updated to latest libspamc
4901
4902 2003-01-27 [christoph]  0.8.9claws17
4903
4904         * src/folder.c
4905                 fix wrong use of procheader_get_header_fields
4906
4907 2003-01-27 [christoph]  0.8.9claws16
4908
4909         * src/news.c
4910         * src/prefs_account.[ch]
4911         * src/common/nntp.[ch]
4912                 allow to force authentication for NNTP servers
4913
4914         Patch submitted by Florian Mickler <dmk@d-labs.de>
4915
4916 2003-01-26 [paul]       0.8.9claws15
4917
4918         * src/summaryview.c
4919                 speed up of marking messages as read
4920                 patch submitted by Jens Rantil <ztyx@users.sourceforge.net>
4921
4922 2003-01-26 [christoph]  0.8.9claws14
4923
4924         * src/Makefile.am
4925         * src/mgutils.[ch]              ** REMOVE **
4926         * src/xml.[ch]                  ** REMOVE **
4927         * src/xmlprops.[ch]             ** REMOVE **
4928         * src/common/Makefile.am
4929         * src/common/mgutils.[ch]       ** NEW **
4930         * src/common/xml.[ch]           ** NEW **
4931         * src/common/xmlprops.[ch]      ** NEW **
4932                 move xml files to common directory
4933
4934 2003-01-26 [christoph]  0.8.9claws13
4935
4936         * src/plugins/spamassassin/spamassassin_gtk.c
4937                 only set gtk entry text if string is available
4938
4939 2003-01-26 [melvin]     0.8.9claws12
4940
4941         * src/description_window.c
4942                 Allow resizing of the window
4943                 Allow automatic horizontal scroll bar
4944                 Do not vertically expand and fill
4945
4946 2003-01-26 [christoph]  0.8.9claws11
4947
4948         * src/Makefile.am
4949         * src/gtkutils.[ch]             ** REMOVE **
4950         * src/common/sylpheed.c
4951         * src/gtk/Makefile.am
4952         * src/gtk/description_window.c
4953         * src/gtk/gtkutils.[ch]         ** NEW **
4954         * src/gtk/prefswindow.c
4955                 move gtkutils to gtk directory
4956
4957 2003-01-26 [paul]       0.8.9claws10
4958
4959         * src/summaryview.c
4960                 rename summary_unread_clicked() to summary_status_clicked()
4961
4962 2003-01-26 [melvin]     0.8.9claws9
4963
4964         * src/prefs_actions.c
4965                 Cosmetical changes to the help text
4966
4967 2003-01-26 [paul]       0.8.9claws8
4968
4969         * src/folder.[ch]
4970           src/mainwindow.c
4971           src/prefs_common.c
4972           src/prefs_sumamry_column.c
4973           summaryview.[ch]
4974                 rename the 'Unread' column to 'Status'
4975
4976 2003-01-25 [match]      0.8.9claws7
4977
4978         * src/mgutils.[ch]
4979                 removed reference to LDAP constants. removed error2string.
4980                 included functions to support LDAP dynamic queries.
4981         * src/syldap.h
4982                 moved LDAP constants here.
4983         * src/addressbook.c
4984         * src/addrindex.c
4985         * src/importldif.c
4986                 removed references to LDAP constants and references to
4987                 error2string.
4988
4989 2003-01-25 [paul]       0.8.9claws6
4990
4991         * src/summaryview.c
4992                 summary_thread_build(), summary_thread_init(): remove 
4993                 unneeded reference to summaryview->folder_item
4994
4995 2003-01-25 [christoph]  0.8.9claws5
4996
4997         * src/gtk/description_window.c
4998                 o allow description texts to expand over multiple columns
4999                 o translate all columns
5000         * src/prefs_actions.c
5001                 change syntax description to use new multi column feature
5002
5003         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
5004
5005 2003-01-25 [match]      0.8.9claws4
5006
5007         * src/vcard.c
5008                 fixed bug with Quoted-Printable
5009
5010 2003-01-25 [paul]       0.8.9claws3
5011
5012         * src/folder.[ch]
5013           src/summaryview.[ch]
5014                 implement per-folder collapsed/expanded threads setting
5015                 
5016         * src/prefs_common.c
5017                 remove global collapsed/expanded threads option
5018
5019 2003-01-25 [christoph]  0.8.9claws2
5020
5021         * po/POTFILES.in
5022                 add pluginwindow and prefswindow
5023         * src/compose.c
5024                 make send respond correctly to messages that could be added
5025                 to the queue folder, but the UID of the message is unknown
5026         * src/folder.c
5027         * src/imap.c
5028                 don't return guessed UIDs in imap_add_msg anymore. We return
5029                 0 to tell the folder system it was appened but the UID is
5030                 unknown. Folder system now get's the UID by scaning the folder
5031                 and searching the cache for the Message-ID
5032                 (closes bug #29 Messages queued, but not sent)
5033
5034 2003-01-25 [paul]       0.8.9claws1
5035
5036         * src/codeconv.c
5037                 conv_encode_header():  fix bug when long headers with 8-bit
5038                 characters are used, so that the encoded words are wrapped.
5039                 If the space in the original text falls on the wrap boundary,
5040                 it can be lost.
5041                 Patch by Sergey Vlasov.
5042                 
5043         * src/folderview.c
5044                  fix bug where a change to the sorting method or thread view
5045                  of a folder's messages is lost if simpify-subject is set and
5046                  toggled on or off.
5047                  Patch by Luke Plant.
5048
5049 2003-01-24 [paul]       0.8.9claws
5050
5051         * sylpheed-0.8.9claws released
5052         
5053         * Makefile.am
5054           sylpheed.spec.in
5055                 remove reference to 'INSTALL.jp'
5056
5057 2003-01-23 [paul]       0.8.8claws128
5058
5059         * po/es.po
5060           po/it.po
5061           po/ru.po
5062           po/sr.po
5063                 updated translations. submitted by Ricardo Mones Lastra,
5064                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively.
5065
5066 2003-01-23 [colin]      0.8.8claws127
5067
5068         * src/compose.c
5069                 Fix drafted and queued news articles re-edition
5070
5071 2003-01-23 [melvin]     0.8.8claws126
5072
5073         * po/fr.po
5074                 Updated French translations
5075
5076 2003-01-23 [colin]      0.8.8claws125
5077
5078         * src/inc.c
5079                 Fix "Connecting to..." status message
5080
5081 2003-01-22 [paul]       0.8.8claws124
5082
5083         * po/bg.po
5084                 updated by George Danchev
5085                 
5086         * src/folder.c
5087                 revert last commit [0.8.8claws111] as it breaks folder d'n'd
5088                 and folder deletion
5089
5090 2003-01-21 [paul]       0.8.8claws123
5091
5092         * po/bg.po
5093                 updated by George Danchev
5094                 
5095         * src/about.c
5096                 its now 2003
5097                 
5098         * src/toolbar.c
5099                 don't translate 'Separator'
5100                 
5101         * src/plugins/spamassassin/Makefile.am
5102                 add aspell to CPPFLAGS
5103                 
5104         * src/plugins/spamassassin/spamassassin.c
5105           src/plugins/spamassassin/spamassassin_gtk.c
5106                 set correct default for spamassassin_receive_spam
5107                 slightly re-word descriptions and some
5108                 other minor changes
5109
5110 2003-01-19 [alfons]     0.8.8claws122
5111                 
5112         * src/mimeview.c
5113                 mimeview_save_as(): we might as well show the file name for
5114                 the single case "Save As" too
5115
5116 2003-01-19 [alfons]     0.8.8claws121
5117
5118         * src/crash.c
5119                 change bug tracker URL to bugzilla URL
5120
5121 2003-01-19 [alfons]     0.8.8claws120
5122
5123         * src/mimeview.c
5124                 mimeview_save_all(): display name of file before overwriting;
5125                 continue saving all, even when one overwrite was cancelled
5126
5127 2003-01-19 [christoph]  0.8.8claws119
5128
5129         * src/summaryview.c
5130         * src/procmsg.[ch]
5131                 fix wrong usage of procmsg_find_children in summaryview
5132                 by using procmsg_update_unread_children instead of
5133                 summaryview_update_unread_children
5134
5135 2003-01-19 [christoph]  0.8.8claws118
5136
5137         * src/procmsg.c
5138                 fix infinite loop in procmsg_find_children
5139                  (closes bug #25 sylpheed crashes on delete.)
5140
5141         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
5142
5143 2003-01-19 [paul]       0.8.8claws117
5144
5145         * po/pt_BR.po
5146                 updated by Ivan Francolin Martinez
5147
5148 2003-01-18 [melvin]     0.8.8claws116
5149
5150         * src/prefs_actions.c
5151                 Removed syntax limitation of only one '&' at the end of command.
5152                         Now actions that contain '>/dev/null 2>&1' are possible.
5153
5154 2003-01-18 [melvin]     0.8.8claws115
5155
5156         * src/prefs_actions.c
5157                 Actions IO dialog: when the action ends
5158                 the "Close" button now has focus and [Escape] closes the
5159                 window.
5160
5161 2003-01-18 [christoph]  0.8.8claws114
5162
5163         * src/procmsg.c
5164                 o add debug output when MsgInfos are really freed
5165                 o free GSLists in procmsg_find_children and
5166                   procmsg_update_unread_children
5167
5168 2003-01-18 [christoph]  0.8.8claws113
5169
5170         * src/mainwindow.c
5171                 reorder Configuration menu
5172
5173 2003-01-18 [christoph]  0.8.8claws112
5174
5175         * src/compose.c
5176                 fix applying templates to forwarded messages
5177
5178         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
5179
5180 2003-01-17 [christoph]  0.8.8claws111
5181
5182         * src/folder.c
5183                 destroy folder items, when a folder item is removed
5184
5185 2003-01-17 [christoph]  0.8.8claws110
5186
5187         * src/folder.c
5188                 fix wrong folder stats update when ignored message is
5189                 deleted
5190
5191 2003-01-17 [colin]      0.8.8claws109
5192         
5193         * src/mainwindow.c
5194         * src/summaryview.c
5195                 Quicksearch bugfixes: 
5196                 - hide help button at startup if not extended
5197                 - switch to extended when looking for replies
5198
5199 2003-01-17 [paul]
5200
5201         * sync with 0.8.9 release
5202
5203 2003-01-17 [paul]       0.8.8claws108
5204
5205         * sync with 0.8.8cvs11
5206                 see ChangeLog 2003-01-17
5207
5208 2003-01-16 [colin]      0.8.8claws107
5209
5210         * src/procmsg.c
5211                 Changed encryption test to re-ask passphrase
5212                 if an encrypted message hasn't been decrypted
5213                 Fixes bug #5
5214
5215 2003-01-16 [christoph]  0.8.8claws106
5216
5217         * src/prefs_gtk.c
5218         * src/prefs_toolbar.c
5219         * src/gtk/prefswindow.h
5220         * src/plugins/spamassassin/spamassassin_gtk.c
5221                 remove page destroy function that is not used anymore
5222
5223 2003-01-16 [paul]       0.8.8claws105
5224
5225         * sync with 0.8.8cvs9
5226                 see ChangeLog 2002-01-16
5227
5228 2003-01-16 [colin]      0.8.8claws104
5229
5230         * src/compose.[ch]
5231                 Fix bug with autosaved drafts for IMAP, when draft
5232                 folder is specified - fixes bugzilla bug #20
5233
5234 2003-01-15 [paul]       0.8.8claws103
5235
5236         * src/compose.[ch]
5237           src/procmsg.c
5238                 store folder and message-id of message forwarding
5239                 in queue header and set forward flag after sending
5240
5241 2003-01-15 [paul]       0.8.8claws102
5242
5243         * sync with 0.8.8cvs8
5244                 see ChangeLog 2002-01-15
5245
5246 2003-01-15 [colin]      0.8.8claws101
5247
5248         * src/Makefile.am
5249                 Fix linking with GNU libiconv
5250
5251 2003-01-15 [darko]      0.8.8claws100
5252
5253         * src/pine.c
5254                 fix crash when importing pine address book
5255                 entry with an empty name (reported by DY
5256                 <dybulk at tri8.net>)
5257
5258 2003-01-14 [paul]       0.8.8claws99
5259
5260         * configure.in  ** REMOVED **
5261           configure.ac  ** NEW FILE **
5262                 rename configure.in to configure.ac, as it is now
5263                 preferred
5264
5265 2003-01-14 [melvin]     0.8.8claws98
5266
5267         * src/folderview.c
5268                 folderview_check_new(): More precise function description
5269
5270 2003-01-14 [melvin]     0.8.8claws97
5271
5272         * src/folderview.c
5273                 folderview_check_new(): return the number of new messages 
5274                         since last check.
5275         * src/inc.c
5276                 inc_account_mail(): Disable counting of new messages for IMAP
5277                         and NNTP until bug [19] and [14] are fixed.
5278
5279 2003-01-14 [paul]       0.8.8claws96
5280
5281         * sync with 0.8.8cvs6
5282                 see ChangeLog 2003-01-14
5283
5284 2003-01-13 [alfons]     0.8.8claws95
5285
5286         * src/textview.c
5287                 tune email address validation (c. 0.8.8claws89): if . is 
5288                 just one char away from @, the address is invalid too 
5289                 (correctly rejects addresses like foo@.com)
5290
5291 2003-01-13 [paul]       0.8.8claws94
5292
5293         * src/messageview.c
5294           src/toolbar.c
5295                 fixes to the Message View toolbar and menu:
5296                 fix non-functioning Forward button
5297                 make Reply button consider default_reply_list
5298                 remove 'Follow-up...' menu entry
5299                 add 'Forward' and 'Redirect' menu entries
5300
5301 2003-01-13 [melvin]     0.8.8claws93
5302
5303         * src/inc.c
5304                 Fixed typo that could make new messages count incorrect.
5305
5306 2003-01-13 [melvin]     0.8.8claws92
5307
5308         * src/folderview.[ch]
5309                 folderview_check_new(): return the number of new messages.
5310         * src/inc.c
5311                 Should fix bug [14] where new mail notification worked 
5312                         incorrectly with IMAP accounts.
5313                 inc_spool_account(): return number of new msgs, or -1 on error
5314                 inc_all_spool(): return number of new msgs
5315                 
5316 2003-01-13 [melvin]     0.8.8claws91
5317
5318         * src/prefs_actions.c
5319                 Justify help text.
5320
5321 2003-01-12 [thorsten]   0.8.8claws90
5322
5323         * src/common/prefs.c
5324                 close file before rename
5325
5326 2003-01-12 [alfons]     0.8.8claws89
5327
5328         * AUTHORS
5329                 add Christian Mertes
5330         * src/common/utils.[ch]
5331                 g_stricase_hash(), g_stricase_equal(): functions for 
5332                 case insensitive hash tables
5333         * src/textview.c
5334                 use top level domain names to validate email address, based
5335                 on a patch by Christian Mertes (thanks!), but changed 
5336                 implementation to use a hash table 
5337
5338 2003-01-12 [paul]       0.8.8claws88
5339
5340         * po/bg.po
5341                 updated by George Danchev
5342
5343 2003-01-12 [alfons]     0.8.8claws87
5344
5345         * src/summaryview.c
5346                 delete / execute performance: use new style folder update
5347
5348 2003-01-12 [paul]       0.8.8claws86
5349
5350         * sync with 0.8.8cvs5
5351                 see ChangeLog 2003-01-13 (!)
5352
5353 2003-01-12 [alfons]     0.8.8claws85
5354
5355         * src/filtering.c
5356         * src/matcher_parser_parse.y
5357                 prepare change_score filtering action
5358         * src/matcher.[ch]
5359                 give up const-correctness on functions that call non-const-correct functions;
5360                 several casts to gpointer in g_free();
5361                 add change_score;
5362
5363 2003-01-12 [christoph]  0.8.8claws84
5364
5365         * src/compose.c
5366                 fix 2 warnings
5367
5368         * src/gtk/prefswindow.[ch]
5369         * src/plugins/spamassassin/spamassassin_gtk.c
5370                 changed the call of the widget create function
5371                 for PrefsPages, because sometimes the widget
5372                 create function needs a widget that already has
5373                 been attached to a window (to create GDK pixmaps
5374                 for exmaple). So we simply pass the GtkWindow as
5375                 the second parameter now.
5376
5377         * src/main.c
5378         * src/mainwindow.c
5379         * src/prefs_toolbar.[ch]
5380                 rewrite Toolbar Preferences using the new
5381                 prefs window
5382
5383 2003-01-11 [alfons]     0.8.8claws83
5384
5385         * src/addressadd.c
5386                 fix crash when adding sender to addressbook because status bar
5387                 isn't there (the status bar doesn't seem to be used though,
5388                 but I'll let Match decide what to do with it)
5389
5390 2003-01-11 [colin]      0.8.8claws82
5391
5392         * src/main.c
5393           src/toolbar.c
5394                 Two useless changes reversed
5395
5396 2003-01-11 [colin]      0.8.8claws81
5397
5398         * src/mainwindow.c
5399           src/mainwindow.h
5400                 Add mainwindow_get_mainwindow()
5401         * src/alertpanel.c
5402           src/alertpanel.h
5403                 Add alertpanel_error_log() 
5404         * src/compose.c
5405           src/inc.c
5406           src/messageview.c
5407           src/toolbar.c
5408           src/main.c
5409           src/procmsg.c
5410                 Network errors get a View Log button
5411
5412 2003-01-10 [alfons]     0.8.8claws80
5413
5414         * src/prefs_toolbar.c
5415         * src/toolbar.c
5416                 use the translatable string for "Separator" as file name for
5417                 separator toolbar items (probably make this uppercase?)
5418
5419 2003-01-10 [alfons]     0.8.8claws79
5420
5421         * src/prefs_toolbar.c
5422                 put right A_SEPARATOR description string in "displayed
5423                 toolbar items list" so manually added separators are
5424                 saved correctly (bug #10, "Adding a separator to the main 
5425                 toolbar fails, entry in xml file is wrong")
5426
5427 2003-01-10 [christoph]  0.8.8claws78
5428
5429         * src/imap.c
5430                 o fix warnings
5431                 o use CAPABILITY to check if NAMESPACE is available
5432
5433 2003-01-10 [christoph]  0.8.8claws77
5434
5435         * src/imap.[ch]
5436                 apply UIDPLUS IMAP extension support patch
5437
5438         Patch submitted by Simon 'corecode' Schubert
5439
5440 2003-01-10 [paul]       0.8.8claws76
5441
5442         * src/folderview.c
5443                 a sync from main which fixes the news account folders'
5444                 Properties bug
5445
5446 2003-01-10 [christoph]  0.8.8claws75
5447
5448         * src/folder.c
5449                 don't accept 0 as a valid uid returned by copy and move
5450                 functions. 0 means the message was copied or moved but the
5451                 new uid could not be fetched. It is not an error condition
5452                 for the copy or move operation.
5453
5454 2003-01-10 [paul]       0.8.8claws74
5455
5456         * src/prefs_filtering.c
5457                 change English used in Alert when entry is not
5458                 saved.
5459                 
5460         * sync with 0.8.8cvs4
5461                 see ChangeLog 2003-01-10
5462
5463 2003-01-10 [darko]      0.8.8claws73
5464
5465         * src/pine.c
5466                 fix crash when importing address book entry
5467                 without a valid address
5468
5469 2003-01-09 [alfons]     0.8.8claws72
5470
5471         * src/inc.c
5472                 filtering performance: use new style folder update
5473
5474 2003-01-09 [christoph]  0.8.8claws71
5475
5476         * src/compose.c
5477         * src/gtk/menu.[ch]
5478                 fix wrong selecting of mime encoding type, when
5479                 opening property dialog of attachments in the
5480                 compose window. 7bit was always selected and that
5481                 destoryed files with 8bit data.
5482                 (closes bug #9 Sylpheed-claws destroys attachments when
5483                  changing MIME-types)
5484
5485 2003-01-09 [paul]       0.8.8claws70
5486
5487         * sync with 0.8.8cvs3
5488                 see ChangeLog 2003-01-09
5489
5490 2003-01-08 [alfons]     0.8.8claws69
5491         
5492         * src/addressadd.c
5493                 apply patch by Kim Schulz to fix build breakage
5494                 because of missing variable
5495
5496 2003-01-08 [paul]       0.8.8claws68
5497
5498         * sync with 0.8.8cvs2
5499                 see ChangeLog 2002-01-08
5500
5501 2003-01-08 [paul]       0.8.8claws67
5502
5503         * po/it.po
5504                 updated by Alessandro Maestri
5505                 
5506         * src/addressadd.c
5507                 when using 'Add sender to addressbook' allow
5508                 name to be edited and remarks to be entered
5509                 Patch submitted by Luke Plant
5510
5511 2003-01-08 [darko]      0.8.8claws66
5512
5513         * README.claws, src/summaryview.c
5514                 fix description for marked messages
5515
5516 2003-01-08 [paul]
5517
5518         * tools/Makefile.am
5519           tools/launch_phoenix  ** NEW FILE **
5520                 add script that enables using Phoenix as the default
5521                 web browser. 
5522                 Submitted by Mohammed Sameer <Uniball@linux-egypt.org>
5523                 
5524         * tools/OOo2sylpheed.pl
5525                 remove full path to sylpheed executable, just 'sylpheed'
5526                 will do
5527                 
5528         * tools/README
5529                 add launch_phoenix informtion and re-arrange and compress
5530                 the data a little
5531
5532 2003-01-07 [christoph]  0.8.8claws65
5533
5534         * src/folder.c
5535                 fix update for source folder when moving messages
5536         * src/procmsg.[ch]
5537         * src/summaryview.c
5538                 use function to set to_folder for message infos and
5539                 automatically update the op_count for old and new
5540                 folder
5541
5542 2003-01-07 [melvin]     0.8.8claws64
5543
5544         * src/prefs_actions.c
5545                 Fixed bug where an '%p' Action on a displayed image crashed 
5546                         Sylpheed
5547                 Code clean up (get rid of duplicated code and removed unnecessary 
5548                                 structure member)
5549
5550 2003-01-07 [christoph]  0.8.8claws63
5551
5552         * src/compose.c
5553         * src/folder.[ch]
5554         * src/folderview.c
5555         * src/import.c
5556         * src/inc.c
5557         * src/main.c
5558         * src/mainwindow.c
5559         * src/messageview.c
5560         * src/prefs_folder_item.c
5561         * src/procmsg.c
5562         * src/summaryview.c
5563         * src/toolbar.c
5564                 o remove all folder update triggering from the UI code. The folder
5565                   system should know much better when a folder needs an update.
5566                 o to prevent multiple updates in a row the folder updates can be
5567                   frozen for some time.
5568
5569                 Note: - Please verify that no updates are missing
5570                       - Check where freeze/thaws should be added
5571
5572 2003-01-07 [christoph]  0.8.8claws62
5573
5574         * src/prefs_actions.c
5575                 don't translate empty strings
5576
5577         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
5578
5579 2003-01-06 [christoph]  0.8.8claws61
5580
5581         * src/prefs_actions.c
5582                 mark strings for gettext
5583         * src/prefs_matcher.c
5584                 use new description window for Execute action and
5585                 match condition in Filtering
5586
5587         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
5588
5589 2003-01-06 [alfons]     0.8.8claws60
5590
5591         keep myself inspired to re-organize matcher part 8; 
5592         yes, more to come (I need to move out the descriptive
5593         text for actions to matcher.c, or at least make it not
5594         depend on the wicked ordering)
5595
5596         * src/prefs_matcher.c
5597                 add documentation so others may comprehend the
5598                 UI part of the conditions
5599                 
5600 2003-01-06 [christoph]  0.8.8claws59
5601
5602         * src/prefs_actions.c
5603                 use new description window for syntax help
5604         * src/gtk/description_window.c
5605                 fix display of descriptions with column count != 2
5606
5607         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
5608
5609 2003-01-06 [christoph]  0.8.8claws58
5610
5611         * src/quote_fmt.c
5612         * src/summaryview.[ch]
5613         * src/gtk/Makefile.am
5614         * src/gtk/description_window.[ch]       ** NEW **
5615                 use a generic window to display syntax descriptions
5616                 currently used in quote_fmt and summaryview (new description
5617                 for extended quick search)
5618
5619         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
5620
5621 2003-01-06 [paul]       0.8.8claws57
5622
5623         * sync with 0.8.8cvs1
5624                 see ChangeLog 2003-01-06
5625
5626 2003-01-06 [christoph]  0.8.8claws56
5627
5628         * src/mainwindow.c
5629         * src/prefs_gtk.[ch]
5630         * src/gtk/prefswindow.[ch]
5631         * src/plugins/spamassassin/spamassassin_gtk.c
5632                 o remove page management from prefswindow, pages
5633                   will be an argument to prefswindow_open
5634                 o prefswindow_open gets a datapointer that is
5635                   passed to the widget_create function to allow
5636                   creation of prefswindow for specific items
5637
5638 2003-01-06 [colin]      0.8.8claws55
5639         
5640         * src/summaryview.c
5641                 We don't want regexp in the reply-finder, 
5642                 because MIDs can contain !,$,. and so on
5643
5644 2003-01-06 [jens]       0.8.8claws54
5645
5646         * src/jpilot.c
5647                 fixed a wrong free in jpilot_read_db_files
5648
5649 2003-01-06 [alfons]     0.8.8claws53
5650
5651         re-organize matcher part 8; more to come
5652        
5653         * src/matcher.c
5654                 matcherprop_to_string(): put g_free()s before the
5655                 switch-case break to fix memleaks                
5656
5657 2003-01-06 [colin]      0.8.8claws52
5658
5659         * src/summaryview.c
5660                 cleanup & reply-finder now displays the first 
5661                 matching message
5662
5663 2003-01-05 [alfons]     0.8.8claws51
5664
5665         re-organize matcher part 7; more to come
5666
5667         * src/matcher.[ch]
5668                 fixes for constant correctness;
5669                 more documentation;
5670
5671 2003-01-05 [alfons]     0.8.8claws50
5672
5673         re-organize matcher part 6; more to come
5674         
5675         * src/matcher.[ch]
5676                 fixes for constant correctness;
5677                 more documentation;
5678         * src/filtering.c
5679                 fix for constant correctness
5680
5681 2003-01-05 [colin]      0.8.8claws49
5682
5683         * src/account.[ch]
5684                 Add account_get_reply_account function
5685         * src/compose.c
5686                 Use account_get_reply_account function 
5687         * src/summaryview.c
5688                 Basic reply-finder - click on the replied
5689                 icon gets you to the outbox using quick-search
5690
5691 2003-01-05 [paul]       0.8.8claws48
5692
5693         * src/prefs_common.c
5694                 small change to English
5695                 
5696         * src/prefs_filtering.c
5697                 prefs_filtering_action_select(): improve logic and uniformity
5698                 of gui
5699
5700 2003-01-05 [alfons]     0.8.8claws47
5701
5702         fine tune solution to focus problems (bug #7)
5703
5704         * src/mainwindow.c
5705                 mainwindow_focus_in_event(): remove grab event check
5706         * src/summaryview.c
5707                 summary_button_pressed(): move selection on right-click
5708                 too. we can't possibly move the selection back after
5709                 canceling a dialog, because gtk's incomplete focus 
5710                 management. whether this is a good solution, only time
5711                 will tell.
5712
5713 2003-01-05 [christoph]  0.8.8claws46
5714
5715         * src/imap.c
5716                 fix crash when no imap connection could be established
5717
5718 2003-01-05 [paul]       0.8.8claws45
5719
5720         * src/mainwindow.c
5721           src/sumamryview.c
5722           src/gtk/menu.[ch]
5723                 fix bug 605957 'shortcuts in popup-menu'
5724                 make user-defined shortcuts work
5725                 show shortcuts that are already defined
5726                 in the main menu
5727                 Patch submitted by Luke Plant
5728
5729 2003-01-05 [alfons]     0.8.8claws44
5730
5731         * src/mainwindow.c
5732                 focus_in_event handler should not select summary view row 
5733                 when another window (menu, dialog) grabbed for events 
5734                 (bug #7, "[0.8.8claws42] Message summary focus") 
5735
5736 2003-01-04 [christoph]  0.8.8claws43
5737
5738         * src/procmsg.c
5739                 update save folder after adding the sent message
5740                  (closes bug #6 Folder View doesn't refresh for "Sent"-messages)
5741
5742 2003-01-02 [christoph]  0.8.8claws42
5743
5744         * src/common/plugin.c
5745                 fix unloading of all plugins and unload
5746                 plugins in reverse order
5747                 
5748         * src/gtk/pluginwindow.c
5749                 implement function of load and unload button
5750
5751         * src/gtk/prefswindow.c
5752         * src/gtk/prefswindow.h
5753                 rename register function and add new unregister
5754                 function
5755
5756         * src/plugins/spamassassin/spamassassin_gtk.c
5757                 unregister prefs page and update for changes in
5758                 src/gtk/prefswindow.c
5759
5760 2003-01-02 [paul]       0.8.8claws41
5761
5762         * po/es.po
5763                 updated by Ricardo Mones Lastra
5764
5765 2003-01-02 [paul]
5766
5767         * tools/tb2sylpheed
5768                 fixes and improvements by Urke MMI
5769
5770 2003-01-02 [thorsten]   0.8.8claws40
5771
5772         * src/procmsg.c
5773                 fixed wrong return value
5774
5775 2003-01-02 [thorsten]   0.8.8claws39
5776
5777         * src/prefs.c
5778                 fixed printing wrong variable
5779
5780 2003-01-02 [thorsten]   0.8.8claws38
5781
5782         * src/prefs.c
5783                 fixed acessing members of freed pfile struct
5784
5785 2003-01-02 [thorsten]   0.8.8claws37
5786
5787         * src/procmsg.c
5788                 detect loops across several messages
5789                 as suggested by Christoph Hohmann
5790
5791 2003-01-01 [match]      0.8.8claws36
5792
5793         * src/addrindex.c
5794                 fixed another memory leak.
5795
5796 2003-01-01 [match]      0.8.8claws35
5797
5798         * src/jpilot.[ch]
5799                 fixed memory leaks. applied Doxygen comments.
5800
5801 2003-01-01 [thorsten]   0.8.8claws34
5802
5803         * src/procmsg.c
5804                 inhibit endless loop if msg references itself
5805                 (closes Bug [ 660477 ] Infinite loop in parent flag search)
5806
5807 2003-01-01 [christoph]  0.8.8claws33
5808
5809         * src/mainwindow.c
5810         * src/gtk/Makefile.am
5811         * src/gtk/pluginwindow.c                ** NEW **
5812         * src/gtk/pluginwindow.h                ** NEW **
5813                 add plugin window
5814
5815         * src/plugins/demo/demo.c
5816         * src/plugins/spamassassin/spamassassin.c
5817         * src/plugins/spamassassin/spamassassin_gtk.c
5818                 write better plugin descriptions
5819
5820 2002-12-31 [christoph]  0.8.8claws32
5821
5822         * src/gtk/prefswindow.c
5823         * src/plugins/spamassassin/spamassassin_gtk.c
5824                 some small improvements to GTK code
5825
5826 2002-12-31 [christoph]  0.8.8claws31
5827
5828         * src/plugins/spamassassin/spamassassin_gtk.c
5829                 enable folder select button
5830
5831 2002-12-31 [christoph]  0.8.8claws30
5832
5833         * src/mainwindow.c
5834         * src/gtk/Makefile.am
5835         * src/gtk/prefswindow.c                         ** NEW **
5836         * src/gtk/prefswindow.h                         ** NEW **
5837                 add new prefs window
5838
5839         * src/common/plugin.c
5840                 don't try to load empty config lines
5841         
5842         * src/plugins/spamassassin/Makefile.am
5843         * src/plugins/spamassassin/spamassassin.c
5844         * src/plugins/spamassassin/spamassassin.h       ** NEW **
5845         * src/plugins/spamassassin/spamassassin_gtk.c   ** NEW **
5846                 GTK config for SpamAssassin Plugin using
5847                 the new prefs window
5848
5849 2002-12-31 [paul]       0.8.8claws29
5850
5851         * po/POTFILES.in
5852                 remove obsolete entry 'src/menu.c'
5853
5854 2002-12-31 [alfons]     0.8.8claws28
5855
5856         * src/matcher.[ch]
5857         * src/matcher_parser_parse.y
5858         * src/prefs_matcher.c
5859                 add "ignore_thread" and "~ignore_thread" condition so it's
5860                 possible to make the actions / scoring operate on the ignore
5861                 thread flag
5862
5863 2002-12-31 [christoph]  0.8.8claws27
5864
5865         * src/addrbook.c
5866         * src/addrindex.c
5867         * src/folder.c
5868         * src/matcher.c
5869         * src/prefs_account.c
5870         * src/prefs_actions.c
5871         * src/prefs_customheader.c
5872         * src/prefs_display_header.c
5873         * src/prefs_gtk.c
5874         * src/procmime.c
5875         * src/toolbar.c
5876         * src/xmlprops.c
5877         * src/common/prefs.[ch]
5878                 extend prefs file handling for reading and automatic handling
5879                 of blocks. When reading prefs_set_block_label will automatically
5880                 move on to the block. When writing it will copy all other blocks
5881                 automatically
5882
5883         * src/common/plugin.c
5884                 Now loading plugin filenames from [Plugins] block in
5885                 sylpheed rc file
5886
5887 2002-12-30 [christoph]  0.8.8claws26
5888
5889         * src/common/hooks.[ch]
5890                 return abort status to caller of hooks_invoke
5891                 
5892         * src/inc.[ch]
5893                 invoke message filtering hook and stop
5894                 default handling when filter returns abort
5895
5896         * src/common/plugin.[ch]
5897         * src/plugins/demo/demo.c
5898                 modify plugin loader, because resolving symbols for strings
5899                 does not work correctly
5900         
5901         * configure.in
5902         * ac/spamassassin.m4                            ** NEW **
5903         * src/plugins/spamassassin/.cvsignore           ** NEW **
5904         * src/plugins/spamassassin/Makefile.am          ** NEW **
5905         * src/plugins/spamassassin/README               ** NEW **
5906         * src/plugins/spamassassin/libspamc.[ch]        ** NEW **
5907         * src/plugins/spamassassin/spamassassin.c       ** NEW **
5908         * src/plugins/spamassassin/utils.[ch]           ** NEW **
5909                 add spamassassin plugin, see src/plugins/spamassassin/README
5910                 for details
5911
5912 2002-12-29 [alfons]     0.8.8claws25
5913
5914         * src/mainwindow.c
5915                 when moving focus from a message view to the main 
5916                 window, don't forget to select the summary node
5917                 of the displayed message. should fix "[ 659103 ] 
5918                 focus-follows-mouse confuses sylpheed"
5919
5920 2002-12-29 [christoph]  0.8.8claws24
5921
5922         * src/Makefile.am
5923         * src/stringtable.[ch]          ** REMOVE **
5924         * src/common/Makefile.am
5925         * src/common/stringtable.[ch]   ** NEW **
5926                 move stringtable files to common directory
5927
5928 2002-12-29 [christoph]  0.8.8claws23
5929
5930         * src/Makefile.am
5931         * src/menu.[ch]                 ** REMOVE **
5932         * src/gtk/Makefile.am
5933         * src/gtk/menu.[ch]             ** NEW **
5934                 move menu files to gtk directory
5935
5936 2002-12-29 [match]      0.8.8claws22
5937
5938         * src/addressbook.c
5939         * src/syldap.c
5940                 moved UI specific code out of LDAP code into addressbook
5941                 UI code. fixed memory leak.
5942
5943 2002-12-29 [christoph]  0.8.8claws21
5944
5945         * src/folder.c
5946                 only check for IGNORED parent message when message is
5947                 not IGNORED itself
5948
5949 2002-12-29 [alfons]     0.8.8claws20
5950
5951         * src/summaryview.c
5952                 set gtksctree's anchor correct (immediate execute
5953                 changes the tree's layout, and anchor points at 
5954                 the incorrect row). fixes "[ 657233 ] multiple msg 
5955                 delete sometimes off by 1".
5956                 we probably have to look for more tree layout /
5957                 anchor glitches.
5958
5959 2002-12-29 [paul]       0.8.8claws19
5960
5961         * src/summaryview.c
5962                 fix bug [ 659054 ] incorrect sorting of 'From' column
5963                 when using 'display sender using address book'
5964                 thanks to Alfons and Luke Plant
5965
5966 2002-12-29 [christoph]  0.8.8claws18
5967
5968         * src/folder.c
5969         * src/procmsg.[ch]
5970                 check parent messages for IGNORE THREAD flag, when adding,
5971                 moving or copying messages to a folder
5972
5973 2002-12-27 [alfons]     0.8.8claws17
5974
5975         re-organize matcher part 5; more to come
5976
5977         * src/matcher.c
5978                 hash keywords in matchparser_tab 
5979
5980 2002-12-27 [alfons]     0.8.8claws16
5981
5982         re-organize matcher part 4; more to come
5983
5984         * src/matcher_parser.h
5985         * src/matcher_parser_lex.l
5986         * src/matcher_parser_parse.y
5987                 cleanup
5988
5989 2002-12-27 [alfons]     0.8.8claws15
5990
5991         re-organize matcher part 3; more to come
5992
5993         * src/matcher.[ch]
5994                 cleanup
5995
5996 2002-12-27 [alfons]     0.8.8claws14
5997
5998         re-organize matcher part 2; more to come but this should
5999         work. cc me if there are any regressions.
6000
6001         * src/matcher.h
6002                 add prototype for get_matchparser_tab_id()
6003         * src/matcher_parser_lex.l
6004                 look up keywords using matchparser_tab_id();
6005
6006 2002-12-27 [alfons]     0.8.8claws12
6007
6008         re-organize matcher part 1
6009
6010         * src/matcher.h
6011                 map yacc generated constants to sylpheed matcher constants
6012         * src/matcher.c
6013                 add function to find a matcher constant from a string
6014
6015 2002-12-27 [christoph]  0.8.8claws11
6016
6017         * src/compose.c
6018                 MENUITEM_ADD casts the 4th argument from integer to pointer
6019                 so it probably should not be a pointer, this means we
6020                 should use account id for it and not the account's pointer
6021
6022 2002-12-27 [paul]       0.8.8claws10
6023
6024         * src/mainwindow.c
6025                 remove unneeded 'GtkWidget *vbox'
6026                 
6027         * src/summaryview.c
6028                 further sync with 0.8.8 - make sort
6029                 by recipient work as expected
6030                 
6031         * NEWS
6032                 sync with 0.8.8
6033
6034 2002-12-27 [paul]       0.8.8claws9
6035
6036         * po/pt_BR.po
6037                 updated by Ivan F. Martinez
6038                 
6039 2002-12-27 [darko]      0.8.8claws8
6040
6041         * src/common/utils.c
6042                 added locked pattern to extended search
6043
6044 2002-12-27 [alfons]     0.8.8claws7
6045
6046         * src/prefs_matcher.[ch]
6047                 clean up
6048
6049 2002-12-26 [alfons]     0.8.8claws6
6050
6051         * src/matcher.[ch]
6052         * src/matcher_parser_lex.l
6053         * src/matcher_parser_parse.y
6054         * src/prefs_matcher.c
6055                 allow color label as a condition in the matcher
6056
6057 2002-12-26 [oliver]     0.8.8claws5
6058         
6059         * src/toolbar.c 
6060                 enable Addressbook for Main and Messageview
6061         * src/prefs_actions.c
6062                 enable actions in Messageview
6063
6064 2002-12-26 [christoph]  0.8.8claws4
6065
6066         * src/common/plugin.c
6067                 add a little debug output
6068         * configure.in
6069         * src/plugins/demo/Makefile.am
6070                 better use of automake
6071
6072 2002-12-26 [christoph]  0.8.8claws3
6073
6074         * src/Makefile.am
6075         * src/common/Makefile.am
6076                 fix "make distdir"
6077
6078 2002-12-26 [christoph]  0.8.8claws2
6079
6080         * configure.in
6081                 sort configure checks into common / gtk / plugins
6082         * po/POTFILES.in
6083                 add src/prefs_gtk.c
6084         * src/Makefile.am
6085                 add plugins SUBDIR
6086         * src/main.c
6087         * src/common/sylpheed.[ch]
6088                 added now sylpheed_done function for shutdown
6089         * src/common/Makefile.am
6090         * src/common/plugin.[ch]                ** NEW **
6091                 plugin loader and unloader
6092         * src/plugins/.cvsignore                ** NEW **
6093         * src/plugins/Makefile.am               ** NEW **
6094                 build plugins
6095         * src/plugins/demo/.cvsignore           ** NEW **
6096         * src/plugins/demo/Makefile.am          ** NEW **
6097         * src/plugins/demo/demo.c               ** NEW **
6098                 small demo plugin that installs a logtext hook and
6099                 outputs the log text to stdout
6100
6101 2002-12-26 [paul]       0.8.8claws1
6102
6103         * po/es.po
6104                 updated by Ricardo Mones Lastra
6105
6106 2002-12-26 [paul]       0.8.8claws
6107
6108         * 0.8.8claws released
6109
6110 2002-12-26 [paul]       0.8.7claws12
6111
6112         * po/bg.po
6113                 updated by George Danchev
6114
6115 2002-12-26 [paul]       0.8.7claws11
6116
6117         * po/POTFILES.in
6118                 remove unneeded 'src/prefs.c' entry 
6119
6120 2002-12-26 [paul]       0.8.7claws10
6121
6122         * src/codeconv.c
6123           src/mainwindow.c
6124                 sync with 0.8.8 release
6125         
6126         * src/folder.[ch]
6127           src/mh.c
6128           src/summaryview.c
6129                 partial sync with 0.8.8 release
6130         
6131
6132 2002-12-25 [alfons]     0.8.7claws9
6133
6134         * src/matcher.[ch]
6135         * src/matcher_parser_lex.l
6136         * src/matcher_parser_parse.y
6137         * src/prefs_matcher.c
6138                 add locked flag to possible filtering / matcher 
6139                 conditions (also a good example what should be
6140                 done to add a simple boolean condition)
6141
6142 2002-12-25 [christoph]  0.8.7claws8
6143
6144         * src/Makefile.am
6145         * src/account.[ch]
6146         * src/addrbook.c
6147         * src/addressbook.c
6148         * src/addrindex.c
6149         * src/filtering.c
6150         * src/folder.c
6151         * src/matcher.c
6152         * src/prefs.[ch]                ** REMOVE **
6153         * src/prefs_account.c
6154         * src/prefs_actions.c
6155         * src/prefs_common.c
6156         * src/prefs_customheader.c
6157         * src/prefs_display_header.c
6158         * src/prefs_filtering.c
6159         * src/prefs_folder_item.c
6160         * src/prefs_gtk.[ch]            ** NEW **
6161         * src/prefs_matcher.c
6162         * src/prefs_scoring.c
6163         * src/prefs_summary_column.c
6164         * src/procmime.c
6165         * src/selective_download.c
6166         * src/toolbar.c
6167         * src/common/Makefile.am
6168         * src/common/prefs.[ch]         ** NEW **
6169                 split prefs.[ch] into prefs_gtk.[ch] and common/prefs.[ch]
6170
6171 2002-12-24 [alfons]     0.8.7claws7
6172
6173         * src/summaryview.c
6174                 summary_thread_build(): fix real cause of the crash mentioned in
6175                 0.8.7claws3. use subject_XXX() and not g_hash_table_XXX() functions,
6176                 this way we get meaningful ctree nodes 
6177
6178 2002-12-24 [oliver]     0.8.7claws6
6179
6180         * src/mainwindow.[ch]
6181         * src/messageview.[ch]
6182         * src/compose.[ch]
6183         * src/inc.c
6184         * src/summaryview.c
6185                 changes to use updated toolbar handling
6186                 
6187 2002-12-24 [oliver]     0.8.7claws5
6188
6189         * src/toolbar.[ch]
6190                 generic toolbar handling
6191                 used ideas from Ivan Francolin Martinez (ivanfm@users.sourceforge.net)
6192         * src/prefs_toolbar.[ch]
6193                 adjust to handling
6194         
6195 2002-12-24 [oliver]     0.8.7claws4
6196         
6197         * src/stock_pixmap.[ch]
6198                 move SYLPHEED_LOGO to end of list in order 
6199                 to remove it from Custom Toolbar`s Icon View
6200
6201 2002-12-24 [alfons]     0.8.7claws3
6202
6203         * src/summaryview.c
6204                 summary_thread_build(): fix crash because of focus != selection 
6205                 after threading. when deleting the selection, gtk tries but fails 
6206                 to find the correct focusable element. we now force the selection
6207                 to be focused. this should solve the infamous bug reported by 
6208                 Jason Wojciechowski (bug "[ 633443 ] Crash on deleting messages"). 
6209                 a test case is available. 
6210
6211 2002-12-24 [darko]      0.8.7claws2
6212
6213         * src/summaryview.c
6214                 don't crash when unmarking message with unread children
6215
6216 2002-12-23 [christoph]  0.8.7claws1
6217
6218         * src/Makefile.am
6219         * src/common/Makefile.am
6220                 update Makefiles for moved intl.h, version.h and defs.h
6221         * src/imap.c
6222                 rewrite imap_session_get to avoid duplicate code
6223
6224 2002-12-23 [paul]       0.8.7claws
6225
6226         * Santa-Claws released
6227         
6228         * po/hu.po
6229           po/ru.po
6230                 squeeze in updated Hungarian and Russian translations.
6231                 Submitted by  Gál Zoltán and Ruslan N. Balkin
6232
6233 2002-12-23 [paul]       0.8.6claws129
6234
6235         * po/pl.po
6236                 updated by Witold Wladyslaw Wojciech Wilk
6237
6238 2002-12-23 [paul]       0.8.6claws128
6239
6240         * src/quote_fmt_parse.y
6241                 fix typo and add licence header
6242
6243 2002-12-23 [paul]       0.8.6claws127
6244
6245         * po/en_GB.po
6246                 updated
6247
6248 2002-12-23 [paul]       0.8.6claws126
6249
6250         * po/it.po
6251                 updated translation, submitted by Alessandro Maestri
6252                 
6253 2002-12-23 [paul]       0.8.6claws125
6254
6255         * src/quote_fmt_parse.y
6256                 fix signature-stripping on replies bug. match
6257                 '-- \n' and not '-- '.
6258
6259 2002-12-22 [paul]       0.8.6claws124
6260
6261         * po/bg.po
6262           po/es.po
6263           po/sr.po
6264                 updated translations. submitted by George Danchev,
6265                 Ricardo Mones Lastra, and Urke MMI respectively
6266
6267 2002-12-21 [paul]       0.8.6claws123
6268
6269         * src/addrbook.c
6270                 fix coding style
6271
6272 2002-12-21 [paul]       0.8.6claws122
6273
6274         * src/addrbook.c
6275                 fix bug [643638] where if a person is in one or more
6276                 addressbook groups editing that person's email 
6277                 address results in removal from those groups.
6278                 Patch submitted by Luke Plant.
6279
6280 2002-12-20 [christoph]  0.8.6claws121
6281
6282         * src/common/utils.c
6283         * src/summaryview.c
6284                 reimplement expand_search_string using GString to
6285                 prevent crashs caused by miscalculated string
6286                 lengths reported by Paul
6287
6288 2002-12-20 [christoph]  0.8.6claws120
6289
6290         * src/summaryview.c
6291                 don't use "changed" to check if op_count has to be changed as it
6292                 is also set when the message has unread children
6293                 (closes bug [ 653221 ] crash while deleting duplicates)
6294
6295 2002-12-20 [paul]       0.8.6claws119
6296
6297         * sync with 0.8.6cvs27
6298                 see ChangeLog 2002-12-20
6299
6300 2002-12-20 [paul]       0.8.6claws118
6301
6302         * sync with 0.8.6cvs26
6303                 see ChangeLog 2002-12-19 and 2002-12-20
6304
6305 2002-12-19 [alfons]     0.8.6claws117
6306
6307         * src/textview.c
6308                 fix incorrect parsing of email addresses, submitted by 
6309                 Luke Plant (thanks!). Closes bug "[ 565480 ] duplicate 
6310                 name display if it contains @".
6311
6312 2002-12-18 [paul]       0.8.6claws116
6313
6314         * sync with 0.8.6cvs23
6315                 see ChangeLog 2002-12-18
6316
6317 2002-12-18 [paul]       0.8.6claws115
6318
6319         * src/Makefile.am
6320         * src/account.c
6321         * src/codeconv.c
6322         * src/gtkutils.[ch]
6323         * src/imap.c
6324                 sync with 0.8.6cvs22.
6325                 see ChangeLog 2002-12-17 and 2002-12-18
6326
6327 2002-12-17 [christoph]  0.8.6claws114
6328
6329         * src/imap.c
6330                 o don't create a session if imap greeting fails
6331                 o don't close socket when authentication fails
6332                   this is done by imap_session_destroy
6333
6334 2002-12-17 [thorsten]   0.8.6claws113
6335
6336         * tools/Makefile.am
6337           tools/README
6338           tools/google_msgid.pl ** NEW FILE **
6339                 Added "search for message-id" script and doc
6340
6341 2002-12-17 [thorsten]   0.8.6claws112
6342
6343         * po/hu.po
6344                 Updated hungarian translation
6345                 (updated by Gal Zoltan)
6346
6347 2002-12-16 [christoph]  0.8.6claws111
6348
6349         * src/addr_compl.c
6350                 remove stupid addressbook dump to debug output
6351         * src/mh.c
6352                 fix memory leak found by Hiro
6353
6354 2002-12-14 [paul]       0.8.6claws110
6355
6356         * src/compose.c
6357                 fix menubar sensitivity on send
6358                 
6359         * src/prefs_filtering.c
6360         * src/prefs_matcher.c
6361         * src/prefs_scoring.c
6362                 Fix english ;)
6363                 
6364         * src/common/quoted-printable.h
6365                 sync: fix typo
6366         
6367 2002-12-13 [christoph]  0.8.6claws109
6368
6369         * src/Makefile.am
6370         * src/manage_window.[ch]        ** REMOVE **
6371         * src/gtk/Makefile.am
6372         * src/gtk/manage_window.[ch]    ** NEW **
6373                 move manage_window files to gtk directory
6374
6375 2002-12-13 [christoph]  0.8.6claws108
6376
6377         * src/Makefile.am
6378         * src/gtkshruler.[ch]           ** REMOVE **
6379         * src/gtk/Makefile.am
6380         * src/gtk/gtkshruler.[ch]       ** NEW **
6381                 move gtkshruler files to gtk directory
6382
6383 2002-12-13 [christoph]  0.8.6claws107
6384
6385         * src/Makefile.am
6386         * src/compose.c
6387         * src/gtkstext.[ch]             ** REMOVE **
6388         * src/gtkutils.[ch]
6389         * src/textview.c
6390         * src/gtk/gtkstext.[ch]         ** NEW **
6391         * src/gtk/Makefile.am
6392                 o move stext functions to gtkstext.c to remove
6393                   dependency of gtkutils
6394                 o move gtkstext files to gtk directory
6395
6396         * src/gtk/Makefile.am
6397         * src/gtk/sslcertwindow.[ch]
6398                 UI stuff can always depend on common code so
6399                 it's ok to add ../common to include path
6400
6401 2002-12-13 [colin]      0.8.6claws106
6402
6403         * src/summaryview.c
6404                 Disconnect sighandlers for mainwindow when
6405                 quicksearch has the focus
6406                 Fix bug #653231
6407         * src/mainwindow.[ch]
6408                 Make key_pressed callback public, to be able
6409                 to disconnect it
6410
6411 2002-12-13 [christoph]  0.8.6claws105
6412
6413         * src/mh.c
6414                 create .mh_sequences file in new MH folders
6415                 (closes feature request [ 523162 ] MH folders should
6416                  get a .mh_sequences)
6417
6418 2002-12-13 [colin]      0.8.6claws104
6419
6420         * src/summaryview.c
6421                 Better handling of quicksearch show/hide
6422                 (basically the button stays under the mouse 
6423                  when toggled)
6424
6425 2002-12-13 [paul]       0.8.6claws103
6426
6427         * sync with 0.8.6cvs17
6428                 see ChangeLog 2002-12-13
6429
6430 2002-12-13 [paul]       0.8.6claws102
6431
6432         * po/es.po
6433                 updated by Ricardo Mones Lastra
6434
6435 2002-12-11 [colin]       0.8.6claws101
6436
6437         * src/folder.c
6438                 remove statusbar stuff
6439           src/folderview.c
6440                 set statusbar verbosity when moving folders
6441
6442 2002-12-11 [colin]       0.8.6claws100
6443         * src/prefs_filtering.c
6444         * src/prefs_matcher.c
6445         * src/prefs_scoring.c
6446                 Fix english ;)
6447
6448 2002-12-11 [colin]       0.8.6claws99
6449
6450         * src/prefs_common.[ch]
6451                 Add summary_quicksearch_type
6452         * src/summaryview.c
6453                 Save last used quicksearch type
6454
6455 2002-12-11 [jens]       0.8.6claws98
6456         * src/prefs_filtering.c
6457         * src/prefs_matcher.c
6458         * src/prefs_scoring.c
6459                 added dialog for incomplete rules in scoring, filtering and
6460                 matcher to ask wheather really close
6461
6462 2002-12-11 [colin]      0.8.6claws97
6463
6464         * src/folder.c
6465                 Fix folder dnd statusbar logging
6466
6467 2002-12-10 [christoph]  0.8.6claws96
6468
6469         * src/compose.c
6470         * src/folder.c
6471         * src/imap.c
6472         * src/inc.c
6473         * src/main.c
6474         * src/mainwindow.c
6475         * src/news.c
6476         * src/send.c
6477         * src/statusbar.[ch]
6478         * src/common/hooks.c
6479         * src/common/log.[ch]
6480                 o handle verbose logging in statusbar directly in statusbar code
6481                   and common code does not need any knowledge about a statusbar
6482                 o remove direct calls to statusbar_(puts|pop)_all functions
6483
6484 2002-12-10 [jens]       0.8.6claws95
6485
6486         * src/*.c
6487                 removed gettext from g_warnings
6488         * po/POTFILES.in
6489                 cleaned and updated
6490         * po/de.po
6491                 updated
6492
6493 2002-12-10 [colin]      0.8.6claws94
6494
6495         * src/main.c
6496                 finish crash dialog fix
6497
6498 2002-12-10 [colin]      0.8.6claws93
6499
6500         * src/main.c
6501                 "Fix" "sylpheed already running" instead of
6502                 crash dialog appearing after a crash
6503
6504 2002-12-10 [colin]      0.8.6claws92
6505
6506         * po/POTFILES.in
6507                 add src/gtk/sslcertwindow.c
6508
6509 2002-12-10 [paul]       0.8.6claws91
6510
6511         * po/POTFILES.in
6512                 updated to reflect recent changes
6513                 submitted by Alessandro Maestri
6514
6515 2002-12-09 [christoph]  0.8.6claws90
6516
6517         * src/Makefile.am
6518         * src/smtp.[ch]                 ** REMOVE **
6519         * src/common/Makefile.am
6520         * src/common/smtp.[ch]          ** NEW **
6521                 move smtp files to common directory
6522
6523 2002-12-09 [christoph]  0.8.6claws89
6524
6525         * src/Makefile.am
6526         * src/session.[ch]              ** REMOVE **
6527         * src/common/Makefile.am
6528         * src/common/session.[ch]       ** NEW **
6529                 move session files to common directory
6530
6531 2002-12-09 [paul]       0.8.6claws88
6532
6533         * src/account.c
6534                 fix bug [649746] edit accounts: move account reverted
6535                 Patch submitted by Luke Plant <lukeplant@users.sourceforge.net>
6536
6537 2002-12-09 [colin]      0.8.6claws87
6538
6539         * src/ssl_certificate.c
6540                 cleanup
6541
6542 2002-12-09 [colin]      0.8.6claws86
6543
6544         * src/ssl.c
6545                 Try to open the cert.pem database and 
6546                 issue a warning if it isn't there
6547
6548 2002-12-09 [colin]      0.8.6claws85
6549
6550         * src/common/ssl_certificate.c
6551         * src/gtk/sslcertwindow.c
6552                 Warning fixes
6553
6554 2002-12-09 [colin]      0.8.6claws84
6555
6556         * src/ssl_certificate.[ch] ** REMOVED **
6557         * src/common/ssl_certificate.[ch] ** NEW **
6558         * src/Makefile.am
6559         * src/common/Makefile.am
6560                 Moved ssl_certificate.[ch] to common
6561         * src/common/ssl.c 
6562                 Put back needed include
6563         * src/gtk/sslcertwindow.[ch]
6564                 Changed ssl_certificate.h include
6565         
6566 2002-12-09 [colin]      0.8.6claws83
6567
6568         * src/gtk/sslcertwindow.[ch]
6569                 Implement hook for certificate acception
6570         * src/ssl_certificate.[ch]
6571                 Implement hook for certificate acception
6572         * src/common/ssl.c
6573                 Reenable certificate acception check
6574         * src/mainwindow.c
6575                 Register sslcertwindow's hook
6576         
6577 2002-12-08 [christoph]  0.8.6claws82
6578
6579         * src/about.c
6580         * src/addr_compl.c
6581         * src/codeconv.c
6582         * src/manual.c
6583         * src/undo.c
6584         * src/common/utils.c
6585                 o add missing includes
6586                 o fix warnings
6587         * src/.cvsignore
6588         * src/common/.cvsignore
6589         * src/common/version.h          ** REMOVE **
6590                 remove autogenerated file
6591
6592 2002-12-08 [paul]       0.8.6claws81
6593
6594         * src/stringtable.c
6595                 put back needed include
6596
6597 2002-12-08 [colin]      0.8.6claws80
6598         
6599         * src/gtk/sslcertwindow.c
6600                 Cleaner popups when asking
6601         * src/ssl_certificate.c
6602         * src/prefs_common.[ch]
6603                 remove ssl certificate pref
6604                 put back needed include
6605         * src/undo.c
6606                 put back needed include
6607
6608 2002-12-08 [christoph]  0.8.6claws79
6609
6610         * src/folderview.c
6611         * src/logwindow.c
6612         * src/statusbar.c
6613         * src/summaryview.c
6614                 only abort hook invokation if required data is missing not
6615                 if our own data pointer is NULL, update hookfunction for
6616                 log window
6617
6618 2002-12-08 [paul]       0.8.6claws78
6619
6620         * src/about.c
6621         * src/addrcache.c
6622         * src/addrclip.c
6623         * src/addr_compl.c
6624         * src/addrselect.c
6625         * src/codeconv.c
6626         * src/colorlabel.c
6627         * src/enriched.c
6628         * src/esmtp.c
6629         * src/exporthtml.c
6630         * src/headerview.c
6631         * src/imageview.c
6632         * src/manual.c
6633         * src/noticeview.c
6634         * src/pgptext.c
6635         * src/scoring.c
6636         * src/sourcewindow.c
6637         * src/stringtable.c
6638         * src/undo.c
6639                 clean up: remove unneccesary includes
6640
6641 2002-12-08 [christoph]  0.8.6claws77
6642
6643         * src/folderview.c
6644         * src/statusbar.c
6645         * src/summaryview.c
6646         * src/common/hooks.[ch]
6647                 hook functions now have a gboolean return value, if a hook
6648                 returns TRUE it will stop executing of any more hooks in
6649                 the same hooklist for this invokation
6650
6651 2002-12-08 [colin]      0.8.6claws76
6652         
6653         * src/main.c
6654                 put back argv0 for CRASH_DIALOG
6655
6656 2002-12-08 [christoph]  0.8.6claws75
6657
6658         * src/Makefile.am
6659         * src/about.c
6660         * src/account.c
6661         * src/crash.c
6662         * src/esmtp.h
6663         * src/imap.[ch]
6664         * src/inc.c
6665         * src/main.c
6666         * src/mainwindow.c
6667         * src/news.c
6668         * src/pop.[ch]
6669         * src/prefs_account.[ch]
6670         * src/prefs_common.[ch]
6671         * src/send.[ch]
6672         * src/smtp.[ch]
6673         * src/ssl_certificate.[ch]
6674         * src/ssl_manager.[ch]
6675         * src/common/Makefile.am
6676         * src/common/log.c
6677         * src/common/nntp.[ch]
6678         * src/common/socket.[ch]
6679         * src/common/ssl.[ch]
6680         * src/gtk/sslcertwindow.[ch]
6681         * ac/openssl.m4
6682                 use new autoconf script to detect OpenSSL with extra parameters
6683                 to specify the location of libs and includes, also remove USE_SSL
6684                 to USE_OPENSSL
6685
6686         * src/common/sylpheed.[ch]
6687         * src/common/version.h.in
6688                 start seperation of common code initialization seperated from gui
6689
6690         * src/summaryview.c
6691                 The function that is called when a color label changes
6692                 should not change the color lable again
6693
6694 2002-12-08 [colin]      0.8.6claws74
6695
6696         * src/gtk/sslcertwindow.c
6697                 warning fixes
6698
6699 2002-12-08 [colin]      0.8.6claws73
6700
6701         * src/statusbar.c
6702           src/common/log.h
6703                 Register a hook for statusbar_puts_all
6704         * src/common/log.c
6705                 invoke statusbar_puts_all's hook
6706         
6707 2002-12-08 [colin]      0.8.6claws72
6708
6709         * src/ssl_certificate.c
6710                 Put back a badly-removed include
6711
6712 2002-12-08 [colin]      0.8.6claws71
6713
6714         * src/gtk/sslcertwindow.[ch]    ** NEW **
6715                 new certificate presentation
6716         * src/gtk/Makefile.am
6717                 add new files
6718         * src/ssl_certificate.[ch]
6719                 gtk cleanup, made utility functions public
6720         * src/ssl_manager.c
6721                 use new cert presentation
6722
6723 2002-12-07 [christoph]  0.8.6claws70
6724
6725         * src/Makefile.am
6726         * src/nntp.[ch]                 ** REMOVE **
6727         * src/common/Makefile.am
6728         * src/common/nntp.[ch]          ** NEW **
6729                 move nntp files to common directory
6730
6731 2002-12-07 [christoph]  0.8.6claws69
6732
6733         * src/procmsg.[ch]
6734         * src/summaryview.c
6735                 implement msginfo update callback using sylpheed's new
6736                 hook system. Invoke hooks from procmsg_msginfo_[un]set_flags.
6737
6738 2002-12-06 [christoph]  0.8.6claws68
6739
6740         * src/editgroup.c
6741                 This patch changes the 'Edit Group Details' dialog to
6742                 allow extended selections in either pane, so that
6743                 addresses can be added or removed from a group more
6744                 quickly and easily. (it actually is a net decrease in
6745                 file size, as some unnecessary functions have been
6746                 removed). 
6747                 (patch submitted by Luke Plant <lukeplant@users.sourceforge.net>)
6748
6749 2002-12-06 [christoph]  0.8.6claws67
6750
6751         * src/Makefile.am
6752         * src/template.[ch]             ** REMOVE **
6753         * src/common/Makefile.am
6754         * src/common/template.[ch]      ** NEW **
6755                 move template files to common directory
6756
6757         * src/nntp.c
6758                 add missing log.h include
6759
6760 2002-12-06 [melvin]     0.8.6claws66
6761
6762         * src/prefs_actions.c
6763                 Added the trailing ">" syntax to insert command's output
6764                 without replacing old text (in contrast to trailing "|").
6765
6766 2002-12-05 [colin]      0.8.6claws65
6767         
6768         * src/common/utils.c
6769                 Don't modify original search_string or it'll change
6770                 the next iterations in the for()
6771
6772 2002-12-05 [darko]      0.8.6claws64
6773
6774         * src/common/utils.c
6775                 proper check for filtering commands, found by Colin
6776
6777 2002-12-05 [darko]      0.8.6claws63
6778
6779         * src/common/utils.c
6780                 check proper string for NULL pointer, found by Colin
6781
6782 2002-12-05 [darko]      0.8.6claws62
6783
6784         * src/common/utils.[ch]
6785                 expand_search_string(): new function
6786                 converts Mutt-like patterns to Sylpheed's
6787                 filtering engine
6788         * src/summaryview.c
6789                 use expand_search_string() to allow Mutt-like
6790                 patterns in extended search
6791         * README.claws
6792                 document extended option in quick search
6793
6794 2002-12-05 [paul]       0.8.6claws61
6795
6796         * sync with 0.8.6cvs16
6797                 see ChangeLog 2002-12-05
6798                 
6799         * po/POTFILES.in
6800                 clean up
6801
6802 2002-12-04 [christoph]  0.8.6claws60
6803
6804         * src/imap.[ch]
6805                 put imap authentication code into a new function and
6806                 remove it from imap_session_new that will allow to
6807                 send other commands before authentication
6808
6809 2002-12-04 [christoph]  0.8.6claws59
6810
6811         * src/imap.[ch]
6812                 use already existing method to prevent unneeded IMAP
6813                 folder selects. Set imap_select parameters to NULL
6814                 in some functions if the values are not required.
6815
6816         * src/xml.h
6817                 remove no longer required include
6818
6819 2002-12-04 [paul]       0.8.6claws58
6820
6821         * po/es.po
6822                 updated by Ricardo Mones Lastra
6823                 
6824         * configure.in
6825           po/hu.po      ** NEW FILE **
6826                 initial Hungarian translation, submitted
6827                 by Gál Zoltán <galzoli@hu.inter.net>
6828
6829 2002-12-03 [christoph]  0.8.6claws57
6830
6831         * src/Makefile.am
6832         * src/gtksctree.[ch]            ** REMOVE **
6833         * src/gtk/Makefile.am
6834         * src/gtk/gtksctree.[ch]        ** NEW **
6835                 move gtksctree files to gtk directory
6836
6837 2002-12-03 [christoph]  0.8.6claws56
6838
6839         * src/Makefile.am
6840         * src/md5.[ch]                  ** REMOVE **
6841         * srm/common/Makefile.am
6842         * src/common/md5.[ch]           ** NEW **
6843                 move md5 files to common directory
6844
6845         * src/gtkstext.c
6846                 remove not required #include
6847
6848 2002-12-03 [sergey]     0.8.6claws55
6849
6850         * src/gtkutils.c
6851         * src/gtkutils.h
6852                 gtkut_window_popup(): new function.
6853         * src/mainwindow.c
6854                 main_window_popup(): use gtkut_window_popup() to raise
6855                 window without changing its position.
6856                 (see sylpheed-main ML message [sylpheed:17247])
6857
6858 2002-12-03 [sergey]     0.8.6claws54
6859
6860         * src/send.c
6861                 send_message_local(): removed first-dot escaping
6862                 (SMTP-only, not needed for sending through pipe)
6863
6864 2002-12-03 [paul]       0.8.6claws53
6865
6866         * po/POTFILES.in
6867                 update to reflect recent changes (thanks
6868                 to Ricardo Mones Lastra)
6869                 
6870         * tools/filter_conv.pl
6871                  fix problem with quoted strings. Patch submitted
6872                  by Luke Plant <lukeplant@softhome.net>
6873
6874 2002-12-03 [paul]       0.8.6claws52
6875
6876         * sync with 0.8.6cvs15
6877                 see ChangeLog 2002-12-03
6878
6879 2002-12-02 [christoph]  0.8.6claws51
6880
6881         * src/logwindow.[ch]
6882         * src/common/log.[ch]
6883                 implement logging using a hook function
6884
6885         * src/folderview.c
6886         * src/folder.[ch]
6887                 define hooklist name in header file to avoid
6888                 errors caused by wrong spelling of hooklist names
6889
6890         * src/toolbar.c
6891                 fix warnings
6892
6893 2002-12-02 [christoph]  0.8.6claws50
6894
6895         * src/common/Makefile.am
6896                 add src/common/hooks.[ch]
6897
6898         * src/common/hooks.[ch]
6899                 implement a simple hook system using glib's hook functions
6900
6901         * src/folder.[ch]
6902         * src/folderview.c
6903                 use new hook system for folder item updates
6904
6905 2002-12-02 [christoph]  0.8.6claws49
6906
6907         * doc-src/ui_seperation.txt     ** NEW **
6908                 information for ui seperation
6909
6910         * src/Makefile.am
6911                 remove files that were moved to common
6912                 include common directory by default for the header files
6913
6914         * src/inc.c
6915         * src/common/socket.c
6916         * src/automaton.[ch]
6917                 implement automaton using g_io_*-functions instead of
6918                 gdk_input_add to make it ui independent
6919
6920         * src/codeconv.c
6921         * src/compose.c
6922         * src/ldif.c
6923         * src/pgptext.c
6924         * src/procmime.c
6925         * src/rfc2015.c
6926         * src/smtp.c
6927         * src/unmime.c
6928                 remove common/ prefix because directory is now in
6929                 include path
6930
6931         * src/compose.c
6932         * src/folder.c
6933         * src/folderview.c
6934         * src/mainwindow.c
6935         * src/messageview.c
6936         * src/prefs_common.c
6937         * src/procmsg.c
6938         * src/rfc2015.c
6939                 fix warnings
6940
6941         * src/imap.c
6942         * src/inc.c
6943         * src/news.c
6944         * src/pop.c
6945         * src/send.c
6946         * src/smtp.c
6947         * src/ssl_certificate.c
6948                 add log.h header file for logging functions
6949
6950         * src/main.c
6951         * src/common/utils.c
6952         * src/summaryview.c
6953         * src/xml.c
6954                 o move debug_mode to common/utils.c
6955                 o add functions to set and get debug_mode
6956
6957         * src/defs.h                    ** REMOVE **
6958         * src/intl.h                    ** REMOVE **
6959         * src/socket.[ch]               ** REMOVE **
6960         * src/ssl.[ch]                  ** REMOVE **
6961         * src/utils.[ch]                ** REMOVE **
6962                 replaced by new files in src/common/
6963         
6964         * src/common/Makefile.am
6965                 add new files in src/common/
6966
6967         * src/common/defs.h             ** NEW **
6968         * src/common/intl.h             ** NEW **
6969         * src/common/log.[ch]           ** NEW **
6970         * src/common/socket.[ch]        ** NEW **
6971         * src/common/ssl.[ch]           ** NEW **
6972         * src/common/utils.[ch]         ** NEW **
6973                 replacement for files in src/
6974
6975 2002-12-02 [colin]      0.8.6claws48
6976
6977         * src/folderview.c
6978                 Scroll folderview if necessary during dnd
6979
6980 2002-12-02 [colin]      0.8.6claws47
6981
6982         * src/folder.[ch]
6983                 Add check to verify a move is within a single mailbox
6984         * src/folderview.c
6985                 Add specific error string for this check
6986
6987 2002-12-02 [colin]      0.8.6claws46
6988
6989         * src/folder.c
6990                 Add a test to folder moving, remove a statusbar_print
6991         * src/folderview.c
6992                 Add Move folder... context-menu item
6993                 Factorize folder moving code
6994                 Enable folder DND for mbox
6995
6996 2002-12-01 [christoph]  0.8.6claws45
6997
6998         * ac/aspell.m4
6999                 remove conf.aspelltest if the version check fails
7000
7001 2002-11-30 [christoph]  0.8.6claws44
7002
7003         * autogen.sh
7004                 run libtoolize --force in autogen to create missing
7005                 libtool scripts
7006
7007 2002-11-30 [christoph]  0.8.6claws43
7008
7009         * src/Makefile.am
7010         * src/pgptext.c
7011         * src/procmime.c
7012         * src/rfc2015.c
7013         * src/uuencode.[ch]             ** REMOVED **
7014         * src/common/Makefile.am
7015         * src/common/uuencode.[ch]      ** NEW **
7016                 move uuen/decoder to common directory
7017
7018 2002-11-30 [christoph]  0.8.6claws42
7019
7020         * src/Makefile.am
7021         * src/base64.[ch]               ** REMOVED **
7022         * src/codeconv.c
7023         * src/compose.c
7024         * src/ldif.c
7025         * src/pgptext.c
7026         * src/procmime.c
7027         * src/rfc2015.c
7028         * src/smtp.c
7029         * src/unmime.c
7030         * src/common/Makefile.am
7031         * src/common/base64.[ch]        ** NEW **
7032                 move base64 en/decoder to common directory
7033
7034 2002-11-30 [christoph]  0.8.6claws41
7035
7036         * src/common                    ** NEW **
7037                 new directory for UI independent code
7038         * src/gtk                       ** NEW **
7039                 new directory for GTK frontend
7040         * src/common/.cvsignore         ** NEW **
7041         * src/gtk/.cvsignore            ** NEW **
7042                 ignore build files
7043         * src/common/Makefile.am        ** NEW **
7044         * src/gtk/Makefile.am           ** NEW **
7045                 automake files to build new seperated stuff
7046         * src/Makefile.am
7047                 the binary will currently still be build with the
7048                 files in src, so we include the code from the
7049                 subdirs for now after building the libs there
7050
7051 2002-11-30 [paul]       0.8.6claws40
7052
7053         * src/compose.c
7054                 fix bug [642731] 'Wrong selected account with drafted mail'
7055
7056 2002-11-29 [oliver]     0.8.6claws39
7057         
7058         * src/messageview.c
7059                 o update summaryview when switching between different
7060                   messageviews          
7061         * src/toolbar.c  
7062                 o check if messageview holds already removed msg
7063                   from summaryview
7064                 
7065
7066 2002-11-29 [oliver]     0.8.6claws38
7067
7068         * src/toolbar.c 
7069                 remove not needed variables and includes
7070                 make messageview stay opened and move to next when msgs are deleted 
7071
7072 2002-11-29 [oliver]     0.8.6claws37
7073         
7074         * src/toolbar.c 
7075                 disable compose button (messageview toolbar) by default
7076                 deleted msgs are moved to trash
7077         
7078 2002-11-29 [melvin]     0.8.6claws36
7079
7080         * configure.in
7081                 Increased minimal gpgme version to 0.3.10 (Zombies out)
7082                 and to detect signatures expirations (gpgme 0.3.6)
7083
7084         * src/main.c
7085                 Use non obsolescent function for Gpgme engine checking.
7086
7087         * src/rfc2015.c
7088                 Inform about expired signatures or signatures which key
7089                 has expired. Expiration date is displayed.
7090
7091         * src/sigstatus.c
7092                 Inform about expired signatures or signatures which key
7093                 has expired.
7094
7095 2002-11-28 [paul]       0.8.6claws35
7096
7097         * src/folderview.c
7098                 re-instate 'Check for new messages' in Newsgroup
7099                 folders right-click menu, after a suggestion from
7100                 Tim Mann <timmann@users.sourceforge.net>
7101
7102         * src/main.c
7103                 after a crash check only local folders for new
7104                 messages
7105
7106 2002-11-28 [paul]       0.8.6claws34
7107
7108         * configure.in
7109                 apply patch that fixes the checking of GTK with XIM 
7110                 support on different OSs, such as FreeBSD. Patch 
7111                 submitted by Topia <topia@users.sourceforge.net>
7112                 
7113 2002-11-28 [paul]       0.8.6claws33
7114
7115         * src/mainwindow.c
7116           src/prefs_common.c
7117           src/prefs_toolbar.c
7118                 more changes to the English
7119
7120 2002-11-28 [paul]       0.8.6claws32
7121
7122         * sync with 0.8.6cvs13
7123                 see ChangeLog 2002-11-28 (no sync needed
7124                 for src/compose.c)
7125
7126 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws31
7127         
7128         * src/mainwindow.[ch]
7129                 add patch by Ivan F. Martinez introducing messageview Toolbar
7130                 some changes and committed by oliver    
7131
7132 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws30
7133
7134         * src/messageview.[ch]
7135                 add patch by Ivan F. Martinez introducing messageview Toolbar
7136                 some changes and committed by oliver    
7137
7138 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws29
7139
7140         * src/compose.[ch]
7141                 add patch by Ivan F. Martinez introducing messageview Toolbar
7142                 some changes and committed by oliver    
7143
7144 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws28
7145         
7146         * src/toolbar.[ch]
7147                 add patch by Ivan F. Martinez introducing messageview Toolbar
7148                 some changes and committed by oliver
7149
7150 2002-11-28 [oliver]     0.8.6claws27
7151         
7152         * src/prefs_toolbar.[ch]
7153                 getting ready for messageview toolbar
7154                 free mem allocated by gettext
7155                 change prefs_toolbar to prefs_toolbar_open
7156  
7157 2002-11-28 [thorsten]   0.8.6claws26
7158
7159         * src/imageview.[ch]
7160                 cleaned up conflicting declarations of
7161                 imageview_show_image()
7162
7163 2002-11-28 [paul]       0.8.6claws25
7164
7165         * src/grouplistdialog.c
7166           src/prefs_common.c
7167           src/prefs_summary_column.c
7168                 a few more improvements to the English
7169
7170 2002-11-28 [colin]      0.8.6claws24
7171
7172         * man/sylpheed.1
7173                 A few updates to command-line parameters
7174
7175 2002-11-28 [colin]      0.8.6claws23
7176
7177         * src/prefs_filtering.c
7178                 Fix problems with prefs_filtering_delete_path:
7179                 a) if the first rule is removed, original pointers
7180                    weren't updated (leading to segfaults)
7181                 b) it was always global_processing updated in case
7182                    of removed path was parent of rule path
7183
7184 2002-11-27 [paul]       0.8.6claws22
7185
7186         * src/mainwindow.c
7187           src/prefs_account.c
7188           src/prefs_actions.c
7189           src/prefs_common.c
7190           src/prefs_customheader.c
7191           src/prefs_display_header.c
7192           src/prefs_filtering.c
7193           src/prefs_folder_item.c
7194           src/prefs_matcher.c
7195           src/prefs_scoring.c
7196           src/prefs_summary_column.c
7197           src/prefs_template.c
7198           src/prefs_toolbar.c
7199                  improve the English in the GUI
7200
7201 2002-11-27 [colin]      0.8.6claws21
7202
7203         * src/folder.c
7204                 Fix processing renaming problems happening after
7205                 last commit
7206
7207 2002-11-27 [colin]      0.8.6claws20
7208
7209         * src/folder.c
7210                 recursive move now deletes src each subfolder after 
7211                 having moved it
7212         * src/folderview.c
7213                 Use identifier instead of path during dnd (enables
7214                 IMAP folder dnd)
7215
7216 2002-11-27 [paul]       0.8.6claws19
7217
7218         * src/main.c
7219                 apply patch that does command-line processing 
7220                 BEFORE gtk_init, allowing claws to run from 
7221                 shell-scripts in non-X environment (e.g. crontab 
7222                 or ip-up, ip-down scripts). Patch submitted by
7223                 Ruslan N. Balkin <baron@dartel.ru>
7224                 
7225         * po/it.po
7226                 updated by Alessandro Maestri
7227
7228 2002-11-27 [paul]       0.8.6claws18
7229
7230         * sync with 0.8.6cvs12
7231           src/prefs_common.c
7232                 Differences are that main uses a 'Receive dialog'
7233                 frame on the Interface tab, whereas claws groups all 
7234                 the dialogs together in a 'Dialogs' frame.
7235
7236 2002-11-27 [colin]      0.8.6claws17
7237
7238         * src/prefs_matcher.c
7239                 Fix Execute criteria's NOT flag
7240
7241
7242 2002-11-26 [christoph]  0.8.6claws16
7243
7244         * src/ssl.c
7245                 rewrite the ssl code a little bit, only use one
7246                 SSL context, set default certificates' file/path
7247
7248 2002-11-26 [thorsten]   0.8.6claws15
7249
7250         * src/compose.c
7251                 default-reply-to didn't work for ml-reply
7252
7253 2002-11-26 [melvin]     0.8.6claws14
7254
7255         * src/prefs_actions.c
7256                 Made pipe-actions ignore short headers in message view
7257                 Made trailing-pipe-actions write in the message view with
7258                 the same font as the original message
7259
7260 2002-11-26 [paul]       0.8.6claws13
7261
7262         * src/compose.c
7263                 this time commit the correct file
7264
7265 2002-11-26 [paul]       0.8.6claws12
7266
7267         * sync with 0.8.6cvs11
7268           src/quote_fmt_parse.y  
7269                 no sync needed
7270           src/account.[ch]       
7271                 not sync'ed
7272           src/compose.c
7273                 compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
7274                 on draft mode.
7275                 compose_reedit(): add check for 'X-Sylpheed-Account-Id:' 
7276                 header
7277                 
7278         see ChangeLog 2002-11-25 and 2002-11-26
7279
7280 2002-11-26 [colin]      0.8.6claws11
7281
7282         * src/folderview.c
7283                 Fix collapsed folder not auto-expanding during
7284                 mail dnd, if it was the source folder.
7285
7286 2002-11-25 [colin]      0.8.6claws10
7287
7288         * src/folderview.[ch]
7289                 Variable renaming and cleaning (slist of nodes 
7290                 to be re-collapsed is stored in FolderView)
7291
7292 2002-11-25 [paul]       0.8.6claws9
7293
7294         * src/prefs_common.[ch]
7295                 fix breakage caused by last commit
7296
7297 2002-11-25 [paul]       0.8.6claws8
7298
7299         * sync with 0.8.6cvs4
7300                 see ChangeLog 2002-11-21
7301
7302 2002-11-25 [paul]       0.8.6claws7
7303
7304         * sync with 0.8.6cvs4
7305                 see ChangeLog 2002-11-20
7306
7307 2002-11-25 [paul]       0.8.6claws6
7308
7309         * sync with 0.8.6cvs3
7310                 see ChangeLog 2002-11-18
7311
7312 2002-11-25 [colin]      0.8.6claws5
7313
7314         * src/gtkutils.[ch]
7315                 Add gtkut_ctree_node_is_parent()
7316         * src/folderview.c
7317                 Spring-loaded folders
7318
7319 2002-11-25 [colin]      0.8.6claws4
7320
7321         * src/utils.[ch]
7322                 Add slist_concat_unique(), function to merge
7323                 two GSList filtering dups
7324         * src/folder.[ch]
7325         * src/summaryview.[ch]
7326         * src/folderview.c
7327         * src/main.c
7328                 Add detection/update/display of unread answers
7329                 to marked mails
7330         * src/procmsg.[ch]
7331                 Add procmsg_find_children()
7332                 Add procmsg_msg_has_marked_parent()
7333
7334 2002-11-25 [colin]      0.8.6claws3
7335
7336         * src/ssl_certificate.[ch]
7337                 Allow checking a certificate without a DNS
7338                 lookup
7339                 Allow to forget a cert (by deleting it)
7340                 Make ssl_certificate_destroy_public
7341         * src/ssl_manager.[ch] ** NEW FILES **
7342                 Gui to manage (display/remove) certificates
7343         * src/prefs_common.[ch]
7344                 Add a pref to allow silent acceptation of
7345                 trusted certificates or not (based on the
7346                 "I want to know what's going on" principle)
7347         * src/mainwindow.c
7348                 Add SSL manager in Tools menu
7349         * src/Makefile.am
7350                 Add the new files to the build
7351         * po/POTFILES.in
7352                 Add ssl_manager.c to translations
7353
7354 2002-11-25 [colin]      0.8.6claws2
7355
7356         * src/summaryview.[ch]
7357                 Add S_SEARCH_EXTENDED to the quick search, which 
7358                 allows to search using filtering syntax.
7359
7360 2002-11-25 [colin]      0.8.6claws1
7361
7362         * src/summaryview.c
7363                 Deletion of duplicates now prefer deleting
7364                 the unread dup (fixes feature-request 638989).
7365
7366 2002-11-24 [paul]       0.8.6claws
7367
7368         * po/es.po
7369           po/pl.po
7370           po/ru.po
7371           po/sr.po
7372                 updated by Ricardo Mones Lastra,
7373                 Witold Wladyslaw Wojciech Wilk,
7374                 Ruslan N. Balkin, and  Urke MMI 
7375                 respectively
7376
7377 2002-11-24 [paul]       0.8.5claws182
7378
7379         * po/bg.po
7380                 updated by George Danchev
7381
7382 2002-11-23 [alfons]     0.8.5claws181
7383
7384         * src/imap.c
7385                 tiny memory leak found by browsing Dimitar's 
7386                 valgrind report
7387
7388 2002-11-23 [paul]       0.8.5claws180
7389
7390         * po/it.po
7391                 updated by Alessandro Maestri
7392
7393 2002-11-22 [christoph]  0.8.5claws179
7394
7395         * src/compose.c
7396         * src/inc.c
7397         * src/prefs_filtering.c
7398         * src/summaryview.c
7399                 more warning fixes
7400
7401 2002-11-22 [alfons]     0.8.5claws178
7402
7403         * src/summaryview.c
7404                 summary_execute_delete_func(): if message is deleted, make 
7405                 sure to also remove its entry in the subject hash table. 
7406                 fixes a corner case bug.
7407
7408 2002-11-22 [paul]       0.8.5claws177
7409
7410         * .cvsignore
7411                 add 'autom4te.cache'
7412                 
7413         * ltconfig      ** REMOVED **
7414                 not needed
7415
7416 2002-11-22 [paul]       0.8.5claws176
7417
7418         * src/textview.c
7419                 textview_set_font(): fix for message display in
7420                 UTF-8 locales (thanks to Sergey Vlasov).
7421                 
7422         * AUTHORS
7423                 add new team members and contributors
7424
7425
7426 2002-11-21 [colin]      0.8.5claws175
7427
7428         * src/procmsg.[ch]
7429                 Add procmsg_remove_special_headers()
7430         * src/mh.c
7431                 Use procmsg_remove_special_headers() for 
7432                 previous fix
7433
7434 2002-11-21 [colin]      0.8.5claws174
7435
7436         * src/mh.c
7437                 Fix moving/copying from queue/draft folders
7438                 for MH folders
7439
7440 2002-11-21 [christoph]  0.8.5claws173
7441
7442         * src/crash.c
7443         * src/filtering.c
7444         * src/logwindow.c
7445         * src/main.c
7446         * src/matcher_parser_lex.[hl]
7447         * src/mbox.c
7448         * src/mbox_folder.[ch]
7449         * src/prefs_filtering.c
7450         * src/procheader.c
7451         * src/quote_fmt_lex.l
7452         * src/ssl.c
7453                 fix all warnings except the warnings in lex and yacc files
7454
7455 2002-11-20 [christoph]  0.8.5claws172
7456
7457         * src/imap.c
7458                 fix MsgInfo retrieval for IMAP draft and queue folders
7459                 (closes bug [ 619558 ] Draft saving on IMAP box issue)
7460
7461 2002-11-19 [christoph]  0.8.5claws171
7462
7463         * src/compose.c
7464                 fix segfault, when draft saving does not get
7465                 the MsgInfo of the new message
7466                 (closes bug [ 640699 ] Claws170: crash drafting mail ( IMAP ))
7467
7468 2002-11-19 [christoph]  0.8.5claws170
7469
7470         * src/procmsg.c
7471                 add parameter check for flag setting function
7472                 (closes bug [ 640619 ] Claws169: crash - drafting a mail (IMAP))
7473
7474 2002-11-18 [paul]       0.8.5claws169
7475
7476         * src/compose.c
7477                 more sensitivity fixes to redirect mode:
7478                 * disable toolbar draft button
7479                 * allow only Address book in the Tools menu
7480                 * disable editing of message by the spell
7481                   checker
7482
7483 2002-11-18 [paul]       0.8.5claws168
7484
7485         * src/compose.c
7486                 fix sensitivity of menu items in compose_redirect():
7487                 allow only the necessary items 
7488
7489 2002-11-18 [paul]       0.8.5claws167
7490
7491         * src/compose.c
7492                 fix bug [ 603259 ] 'attachment got lost on bounce'
7493
7494 2002-11-18 [paul]       0.8.5claws166
7495
7496         * po/ru.po
7497                 updated by Ruslan N. Balkin <baron@dartel.ru>
7498
7499 2002-11-18 [colin]      0.8.5claws165
7500
7501         * src/main.c
7502           src/defs.h
7503                 Remove old filtering stuff
7504
7505
7506 2002-11-17 [oliver]     0.8.5claws164
7507
7508         * src/toolbar.h
7509                 remove not needed typedef 
7510
7511 2002-11-17 [oliver]     0.8.5claws163
7512
7513         * src/toolbar.c
7514                 make toolbar's on click events translatable
7515
7516 2002-11-15 [colin]      0.8.5claws162
7517
7518         * src/summaryview.c
7519                 Revert too-soon integration of a feature
7520
7521 2002-11-15 [christoph]  0.8.5claws161
7522
7523         * src/imap.c
7524                 use main's implementation of imap_get_msginfo
7525
7526 2002-11-15 [christoph]  0.8.5claws160
7527
7528         * src/compose.c
7529         * src/folder.[ch]
7530         * src/imap.c
7531         * src/mbox_folder.c
7532         * src/mh.c
7533         * src/news.c
7534         * src/procmsg.c
7535         * src/summaryview.c
7536                 replace claws' fetch_msginfo with main's get_msginfo
7537                 (use main's implementation where possible)
7538
7539 2002-11-15 [colin]      0.8.5claws159
7540
7541         * src/ssl_certificate.c
7542                 Missed a check
7543
7544 2002-11-16 [melvin]     0.8.5claws158
7545
7546         * po/fr.po
7547                 Updated French translations.
7548
7549 2002-11-16 [colin]      0.8.5claws157
7550
7551         * src/ssl_certificate.c
7552                 Check for missing parts in the certificates
7553
7554 2002-11-15 [colin]      0.8.5claws156
7555
7556         * src/folderview.c
7557                 Preventive fix (missing check) found by
7558                 Alfons
7559
7560 2002-11-15 [paul]
7561
7562         * NEWS
7563                 sync with 0.8.6 release
7564
7565 2002-11-15 [colin]      0.8.5claws155
7566
7567         * src/folder.[ch]
7568           src/folderview.c
7569                 Fix error handling of folder_item_move_to()
7570                 (thanks to Alfons!)
7571
7572 2002-11-15 [colin]      0.8.5claws154
7573
7574         * src/folder.[ch]
7575           src/folderview.c
7576                 folder_item_move_to() sets an error message instead
7577                 of having GUI stuff in folder.c
7578
7579 2002-11-15 [colin]      0.8.5claws153
7580
7581         * src/procmsg.[ch]
7582                 Implemented a callback for MsgInfo updates, 
7583                 heavily copy/pasted from Christoph's folder 
7584                 callback system
7585         * src/summaryview.[ch]
7586                 Register summary_update_msg as callback
7587
7588 2002-11-14 [colin]      0.8.5claws152
7589         
7590         * src/procmsg.c
7591                 Update the FolderItem after sending (fixes 617593)
7592
7593 2002-11-14 [christoph]  0.8.5claws151
7594
7595         * src/folder.c
7596                 fix wrong position of NULL pointer check found
7597                 by Sergey
7598
7599 2002-11-14 [christoph]  0.8.5claws150
7600
7601         * src/folder.c
7602                 fix segfault when deleting messages from IMAP folders
7603                 (closes bug [ 635641 ] Crash deleting mail in IMAP trash)
7604
7605 2002-11-14 [colin]      0.8.5claws149
7606
7607         * src/compose.c
7608                 Forwarding was also ignoring the folder's default account.
7609
7610 2002-11-14 [colin]      0.8.5claws148
7611
7612         * src/compose.c
7613                 Fix sent folder not set to folder properties when 
7614                 forwarding.
7615
7616 2002-11-14 [thorsten]   0.8.5claws147
7617
7618         * src/inc.c
7619                 inc_start(): Files were not moved from .processing to inbox,
7620                 if no global processing rule existed
7621
7622 2002-11-14 [colin]      0.8.5claws146
7623
7624         * src/ssl_certificate
7625                 Fix file operations
7626
7627 2002-11-14 [paul]       0.8.5claws145
7628
7629         * po/it.po
7630                 updated by Alessandro Maestri
7631
7632 2002-11-13 [alfons]     0.8.5claws144
7633
7634         * src/folder.c
7635                 folder_item_close(): only mark messages unread
7636                 when a folder has new messages 
7637
7638 2002-11-13 [keith]      0.8.5claws143
7639
7640         * src/imap.c
7641                 Fix problem moving or copying between
7642                 IMAP folders
7643
7644 2002-11-13 [colin]      0.8.5claws142
7645
7646         * src/matcher_parser_parse.y
7647                 Fix rule problem when " don't match
7648
7649 2002-11-13 [christoph]  0.8.5claws141
7650
7651         * src/folder.c
7652         * src/folderview.c
7653                 moved cache saving to folder_item_close
7654                 the folderview should not have to deal with
7655                 this things
7656
7657 2002-11-13 [christoph]  0.8.5claws140
7658
7659         * src/summaryview.c
7660                 moved setting of important score to
7661                 summary_set_prefs_from_folderitem
7662
7663 2002-11-13 [colin]      0.8.5claws139
7664
7665         * src/matcher_parser_parse.y
7666                 Fix a segfault in the parser (happening when
7667                 a good expression had been tested and a bad 
7668                 one arrives)
7669
7670 2002-11-13 [paul]       0.8.5claws138
7671
7672         * sync with 0.8.5cvs24
7673                 see ChangeLog 2002-11-13
7674                 
7675         * po/pt_BR.po
7676                 updated by Fabio Jr. Beneditto
7677
7678 2002-11-13 [colin]      0.8.5claws137
7679         
7680         * src/msgcache.c
7681           src/defs.h
7682           src/procmsg.[ch]
7683                 Revert last commit, problem
7684
7685 2002-11-13 [colin]      0.8.5claws136
7686
7687         * src/msgcache.c
7688                 Remove duplicated code
7689         * src/defs.h
7690                 Bumped CACHE_VERSION and MARK_VERSION
7691         * src/procmsg.[ch]
7692                 Network endian for cache and mark files
7693
7694 2002-11-12 [colin]      0.8.5claws135
7695
7696         * src/inc.c
7697                 Fix the "socket error" dialog which disappeared
7698
7699 2002-11-12 [colin]      0.8.5claws134
7700
7701         * src/msgcache.c
7702                 Reverse last commit which had performance 
7703                 problems, but still reverse the list
7704
7705 2002-11-12 [colin]      0.8.5claws133
7706
7707         * src/msgcache.c
7708                 Reverse list order
7709
7710 2002-11-12 [melvin]     0.8.5claws132
7711
7712         * src/compose.c
7713                 Added a check for a NULL prefs_common.dictionary
7714
7715 2002-11-12 [colin]      0.8.5claws131
7716
7717         * src/ssl_certificate.[ch]
7718                 Use FQDN hostname
7719
7720 2002-11-12 [colin]      0.8.5claws130
7721
7722         * src/ssl_certificate.[ch]
7723                 Take connection port into account for 
7724                 checking certificates (a single hostname
7725                 could have multiple servers with multiple
7726                 certificates)
7727         * src/ssl.c
7728                 Pass the port to ssl_certificate_check
7729
7730 2002-11-12 [paul]       0.8.5claws129
7731
7732         * src/folder.c
7733                 fix a typo in last commit
7734
7735 2002-11-12 [paul]       0.8.5claws128
7736
7737         * sync with 0.8.5cvs23
7738                 see ChangeLog entry 2002-11-12
7739
7740 2002-11-11 [colin]      0.8.5claws127
7741
7742         * src/ssl_certificate.c
7743                 Cleaner messages
7744                 Don't popup, instead log error, if the 
7745                 corresponding pref is checked
7746         * src/ssl_certificate.h
7747                 include <openssl/objects/h>
7748
7749 2002-11-11 [colin]      0.8.5claws126
7750
7751         * src/ssl_certificate.h
7752                 _Really_ clean it
7753
7754 2002-11-11 [colin]      0.8.5claws125
7755         
7756         * src/ssl_certificate.c
7757                 Fixed leak
7758
7759 2002-11-11 [colin]      0.8.5claws124
7760
7761         * src/ssl.c
7762                 Cleaned a bit
7763         * src/ssl_certificate.[ch]
7764                 Cleaned a bit (better use of SSL API)
7765                 (This will cause non-recognition of saved 
7766                  certificates of claws12[23]...)
7767
7768 2002-11-11 [paul]       0.8.5claws123
7769         
7770         * po/es.po
7771                 updated by Ricardo Mones Lastra
7772
7773 2002-11-11 [colin]      0.8.5claws122
7774
7775         * src/ssl.c
7776                 Fix a typo
7777
7778 2002-11-11 [colin]      0.8.5claws121
7779
7780         * src/ssl_certificate.[ch] ** NEW FILES **
7781         * src/ssl.[ch]
7782                 Check SSL certificates presented to us
7783         * src/Makefile.am
7784                 Add ssl_certificate.[ch]
7785         * po/POTFILES.in
7786                 Add ssl_certificate.c
7787
7788 2002-11-11 [paul]       0.8.5claws120
7789
7790         * sync with 0.8.5cvs22
7791                 see ChangeLog 2002-11-11
7792
7793 2002-11-11 [paul]       0.8.5claws119
7794
7795         * sync with 0.8.5cvs21
7796                 see ChangeLog 2002-11-11
7797
7798 2002-11-10 [jens]       0.8.5claws118
7799
7800         * src/folder.c
7801         * src/folderview.c
7802                 corrected some typing
7803         * po/de.po
7804                 updated german translation
7805         * sylpheed.spec.in
7806                 cleaned up specfile and adjusted it for claws
7807
7808 2002-11-10 [colin]      0.8.5claws117
7809
7810         * src/summaryview.c
7811                 a STATUSBAR_PUSH/POP fix
7812
7813 2002-11-10 [colin]      0.8.5claws116
7814
7815         * src/prefs_folder_item.c
7816                 Fix hanging after opening folder properties
7817
7818 2002-11-10 [hoa]        0.8.5claws115
7819
7820         * src/matcher_parser_lex.l
7821         * src/matcher_parser_parse.y
7822                 config file for scoring and filtering is no more trashed
7823                 when there is a syntax error in a filtering rule when
7824                 editing it in a dialog.
7825
7826 2002-11-09 [colin]      0.8.5claws114
7827
7828         * src/mbox_folder.c
7829                 Added missing initialisation of folder->destroy()
7830
7831 2002-11-09 [colin]      0.8.5claws113
7832
7833         * src/folder.c
7834           src/folderview.c
7835                 Fix the status bar messages
7836
7837 2002-11-09 [colin]      0.8.5claws112
7838
7839         * src/folderview.c
7840                 Fix hangs after folder dnd, happening after 
7841                 claws109.
7842
7843 2002-11-09 [christoph]  0.8.5claws111
7844
7845         * src/folderview.c
7846                 just changed order of calls (reverse order of
7847                 associated calls)
7848         * src/inc.c
7849                 lock inc when checking only one account, otherwise
7850                 inc all could be executed at the same time
7851
7852 2002-11-09 [christoph]  0.8.5claws110
7853
7854         * src/folderview.c
7855                 better unlock the mouse cursor before calling
7856                 summary_show because it changes the cursor too
7857
7858 2002-11-09 [christoph]  0.8.5claws109
7859
7860         * src/folder.[ch]
7861         * src/folderview.c
7862                 add functions to open and close a folder
7863                 o opending will execute scanning for remote folders
7864                   and processing
7865                 o closing will unset new flag for messages
7866
7867 2002-11-09 [colin]      0.8.5claws108
7868
7869         * src/folder.c
7870                 Add a call to prefs_matcher_write_config to 
7871                 avoid non-leaf folders filtering settings to be
7872                 lost
7873
7874 2002-11-09 [paul]       0.8.5claws107
7875
7876         * src/prefs_account.c
7877                 re-word a label
7878
7879 2002-11-09 [colin]      0.8.5claws106
7880
7881         * src/folderview.c
7882                 Minor esthetic fix
7883
7884 2002-11-09 [colin]      0.8.5claws105
7885
7886         * src/folderview.c
7887                 Fix prefs_filtering deletion for MH folders (same
7888                 reason as below)
7889         * src/prefs_filtering.c
7890                 Fix prefs_filtering renaming and deletion for 
7891                 folder-based processing rules.  
7892
7893 2002-11-09 [christoph]  0.8.5claws104
7894
7895         * src/compose.c
7896         * src/folder.[ch]
7897         * src/folderview.[ch]
7898         * src/import.c
7899         * src/inc.c
7900         * src/main.c
7901         * src/mainwindow.c
7902         * src/messageview.c
7903         * src/prefs_folder_item.c
7904         * src/procmsg.c
7905         * src/summaryview.c
7906                 implement a callback system for folder item updates
7907
7908 2002-11-09 [colin]      0.8.5claws103
7909
7910         * src/folderview.c
7911                 Fix prefs_filtering renaming for MH folders (we
7912                 shouldn't rename by path as another folder could
7913                 have the same hierarchy).
7914
7915 2002-11-09 [colin]      0.8.5claws102
7916
7917         * src/folder.c
7918                 Fix a leak found by Christoph, use better variable
7919                 names
7920
7921 2002-11-09 [colin]      0.8.5claws101
7922
7923         * src/folder.c
7924                 One more fix for processing rules
7925
7926 2002-11-08 [colin]      0.8.5claws100
7927         
7928         * src/matcher.c
7929                 Don't copy the compiled regexp (will be reevaluated)
7930         * src/folderview.c
7931                 Lock folderview while moving
7932         * src/folder.c
7933                 Provide info on what's happening to the user
7934
7935 2002-11-08 [colin]      0.8.5claws99
7936
7937         * src/folderview.c
7938                 Fix folder reordering after a move if parent is 
7939                 root
7940         * src/scoring.[ch]
7941                 Add function to copy a ScoringProp
7942         * src/prefs_folder_item.c
7943                 Copy scoring rules when copying a folder prefs
7944
7945 2002-11-08 [colin]      0.8.5claws98
7946
7947         * src/folderview.c
7948                 Fixes in case of failure
7949         * src/filtering.[ch]    
7950                 Add function to duplicate a FilteringProp
7951         * src/matcher.[ch]
7952                 Add function to duplicate a MatcherProp
7953         * src/prefs_folder_item.c
7954                 Save folder's processing rules when copying 
7955                 its prefs
7956
7957 2002-11-08 [colin]      0.8.5claws97
7958         
7959         * src/folderview.c
7960                 Sort after move
7961         * src/folder.c 
7962                 Change a printf to debug_print
7963
7964 2002-11-08 [colin]      0.8.5claws96
7965
7966         * src/folder.c
7967           src/folderview.c
7968                 Fix segfaults, call me stupido
7969         
7970
7971 2002-11-08 [colin]      0.8.5claws95
7972
7973         *src/folder.c
7974                 Added forgotten prefs to save when moving folders
7975
7976 2002-11-08 [colin]      0.8.5claws94
7977
7978         * src/folder.c
7979                 Fixes to folder DND (prefs copy)
7980         * src/folderview.c
7981                 Optimization for folder DND (don't rescan whole tree)
7982                 Added folderview_create_folder_node() for this 
7983                 optimization, so de-duped a bit the code
7984         * src/prefs_folder_item.[ch]
7985                 Added prefs_folder_item_copy_prefs()    
7986           
7987 2002-11-08 [paul]       0.8.5claws93
7988
7989         * src/prefs_account.c
7990           tools/README
7991           tools/kmail2sylpheed_v2.pl
7992                 correct some typos
7993
7994 2002-11-08 [paul]       0.8.5claws92
7995
7996         * src/compose.c
7997           src/prefs_account.[ch]
7998                 remove account options 'clearsign' and 'ascii_armored',
7999                 replace with 'default_gnupg_mode' to prevent mixed-mode
8000                 Privacy settings
8001
8002 2002-11-08 [paul]       0.8.5claws91
8003
8004         * src/compose.[ch]
8005                 re-implement GnuPG 'on-the-fly' mode selection,
8006                 disallow mixed-mode
8007
8008 2002-11-08 [colin]      0.8.5claws90
8009
8010         * src/folderview.c
8011           src/prefs_folder_item.c
8012                 Change "Property" to "Properties"
8013
8014 2002-11-07 [colin]      0.8.5claws89
8015
8016         * src/folderview.c
8017           src/folder.c
8018                 Allow folder dropping to a root folder
8019
8020 2002-11-07 [paul]       0.8.5claws88
8021
8022         * src/compose.c
8023                 revert last commit
8024
8025 2002-11-07 [paul]       0.8.5claws87
8026
8027         * src/compose.c
8028                 fix reply-to-list bug. closes bug report
8029                 "[633382] reply-to-list broken in recent cvs"
8030
8031 2002-11-07 [paul]       0.8.5claws86
8032
8033         * src/compose.c
8034                 add a forgotten '#if USE_GPGME ... #endif'
8035
8036 2002-11-07 [paul]       0.8.5claws85
8037
8038         * sync with 0.8.5cvs20
8039                 see ChangeLog 2002-11-07
8040
8041 2002-11-07 [colin]      0.8.5claws84
8042
8043         * src/folder.[ch]
8044                 Change folder_item_move_to to return the newly 
8045                 created folderitem.
8046         * src/folderview.c
8047                 Select the new folderitem after moving.
8048
8049 2002-11-07 [colin]      0.8.5claws83
8050
8051         * src/prefs_filtering.c
8052                 Fix rule rewriting when moving a leaf folder to a 
8053                 shorter path
8054
8055 2002-11-07 [colin]      0.8.5claws82
8056
8057         * src/prefs_filtering.c
8058                 fix a leak
8059
8060 2002-11-07 [colin]      0.8.5claws81
8061
8062         * src/folder.[ch]
8063                 Add folder_item_move_to() function to move a 
8064                 folderitem into another one (updates matcher etc)
8065         * src/folderview.c
8066                 Add folder drag'n drop (context menu to come)
8067                 [Should be dataloss free, but Please backup before 
8068                  trying !]
8069
8070 2002-11-06 [colin]      0.8.5claws80
8071
8072         * src/mh.c
8073                 mh_create_folder() returns NULL if can't create
8074                 directory hierarchy
8075
8076 2002-11-06 [paul]       0.8.5claws79
8077
8078         * src/compose.[ch]
8079                 allow 'on-the-fly' changing of the type of encryption 
8080                 and/or signing used (mime/ascii) via the compose window
8081
8082 2002-11-06 [paul]       0.8.5claws78
8083
8084         * sync with 0.8.5cvs19
8085                 see ChangeLog 2002-11-06 for src/account.c: 
8086                 account_get_special_folder()
8087                 
8088 2002-11-05 [alfons]     0.8.5claws77
8089
8090         * src/crash.c
8091                 very minor cleanups: nothing to see here, move on. :-)
8092
8093 2002-11-05 [colin]      0.8.5claws76
8094
8095         * src/main.c
8096                 Changes choices if compose windows are opened to
8097                 Discard, Draft, Don't quit
8098
8099 2002-11-05 [thorsten]   0.8.5claws75
8100
8101         * src/compose.c
8102                 reenabled default_reply_to folder option
8103
8104 2002-11-05 [colin]      0.8.5claws74
8105
8106         * src/compose.[ch] 
8107                 add compose_draft()
8108         * src/crash.c
8109                 add SIGTERM handler
8110         * src/main.[ch]
8111                 add clean_quit() for the SIGTERM handler
8112
8113 2002-11-05 [paul]       0.8.5claws73
8114         
8115         * po/es.po
8116                 updated by Ricardo Mones Lastra
8117
8118 2002-11-05 [melvin]     0.8.5claws72
8119
8120         * src/logwindow.c
8121                 Fixed log-clipping bug #616795.
8122                 To stop logging in the log window use 0 length.
8123         * src/prefs_common.c
8124                 Added a label to inform about the 0 log length behaviour.
8125
8126 2002-11-05 [paul]       0.8.5claws71
8127
8128         * sync with 0.8.5cvs17
8129                 see ChangeLog 2002-11-05
8130
8131 2002-11-04 [paul]       0.8.5claws70
8132
8133         * sylpheed-128x128.png
8134           sylpheed-64x64.png
8135           sylpheed.png
8136                 replace with pngcrushed icons. Submitted by Nicolas Kaiser,
8137                 <nikai@users.sourceforge.net>
8138                 
8139         * po/bg.po
8140                 updated by George Danchev
8141
8142 2002-11-03 [thorsten]   0.8.5claws69
8143
8144         * src/main.c
8145           src/mimeview.c
8146           src/rfc2015.h
8147                 add check if gpg is active
8148
8149 2002-11-03 [thorsten]   0.8.5claws68
8150
8151         * src/toolbar.h
8152                 removed GSList declaration causing trouble on MacOS-X
8153                 (submitted by alfons, reported by xfesty)
8154
8155 2002-11-01 [paul]       0.8.5claws67
8156
8157         * src/mainwindow.c
8158                 remove last remnants of main's filter code
8159
8160 2002-11-01 [paul]       0.8.5claws66
8161
8162         * tools/filter_conv.pl
8163                 fix bug where user-defined headers were ignored
8164
8165 2002-11-01 [paul]       0.8.5claws65
8166
8167         * src/logwindow.c
8168                 make a debug_print() not translatable
8169
8170 2002-10-31 [melvin]     0.8.5claws64
8171
8172         * ac/aspell.m4
8173                 Fixed --disable-aspell-test. Now --disable-aspell-test will 
8174                 not run any GNU/aspell test.  The dictionary path will
8175                 be by default /usr/local/lib/aspell/ unless --with-aspell-prefix
8176                 was given, in which case, it will be $prefix/lib/aspell/
8177         * configure.in
8178                 Fixed typo in commentary (Aspell code).
8179
8180 2002-10-31 [paul]       0.8.5claws63
8181
8182         * po/POTFILES.in
8183                 remove src/filter.c and src/prefs_filter.c
8184                 thanks to Ricardo for reminding me
8185
8186 2002-10-31 [colin]      0.8.5claws62
8187
8188         * src/mbox_folder.c
8189                 Plug some leaks
8190
8191 2002-10-31 [paul]       0.8.5claws61
8192
8193         * src/prefs_filter.[ch] ** REMOVED **
8194           src/filter.[ch]       ** REMOVED **
8195           
8196         * src/Makefile.am
8197           src/folderview.c
8198           src/inc.c
8199           src/main.c
8200           src/mainwindow.c
8201           src/mbox.c
8202           src/prefs_common.c
8203           src/prefs_filtering.c
8204           src/summaryview.[ch]
8205                 remove main's 'filter' code
8206                 
8207         README.claws
8208                 update to reflect removal of main's filter
8209
8210 2002-10-31 [paul]       0.8.5claws60
8211
8212         * src/summaryview.c
8213                 remove check for global_processing in summary_filter_open(). 
8214                 This fixes the bug where if the user uses the right-click 
8215                 'Create filter rule...' and doesn't have any filter rules 
8216                 already defined in claws' advanced filtering, the newly 
8217                 created filter rule goes to main's filtering which is 
8218                 inaccessible through the gui. Now the filter rule gets added
8219                 to claws' filtering by default.
8220
8221 2002-10-28 [melvin]     0.8.5claws59
8222
8223         * src/prefs_actions.c
8224                 Fixed bug #627322 where MIME parts were not always
8225                 correctly passed to a %p action
8226                 Display an error dialog when message filename is not found.
8227
8228 2002-10-28 [melvin]     0.8.5claws58
8229
8230         * src/prefs_common.c
8231                 Readded a missing function declaration lost in 0.8.3claws34
8232
8233 2002-10-28 [paul]       0.8.5claws57
8234
8235         * sync with 0.8.5cvs15
8236                 see ChangeLog 2002-10-28 and 2002-10-25
8237                 
8238         Note: ChangeLog entry 2002-10-24 is not sync'ed.
8239
8240 2002-10-27 [oliver]     0.8.5claws56
8241
8242         * src/pop.c
8243                 plug leak in pop3_top_recv
8244
8245 2002-10-26 [christoph]  0.8.5claws55
8246
8247         * src/folder.c
8248                 set need_update folder flag when messages are added
8249                 (closes bug [ 626922 ] folder not updated after receiving)
8250
8251 2002-10-25 [melvin]     0.8.5claws54
8252
8253         * src/imageview.c
8254                 Fixed a memleak introduced in the scaling code.
8255
8256 2002-10-24 [alfons]     0.8.5claws53
8257
8258         * src/filtering.c
8259                 make filtering's forward message action forward from the 
8260                 correct account
8261                 (closes bug [628089 ] Filter -> Forward from address problem
8262                 reported by Oktay)
8263
8264 2002-10-24 [christoph]  0.8.5claws52
8265
8266         * src/mainwindow.c
8267         * src/manual.[ch]
8268                 o use manual of current locale or english if current
8269                   locale is not available (and english is available)
8270                 o also link to sylpheed doc project manuals
8271
8272 2002-10-23 [paul]       0.8.5claws51
8273
8274         * tools/README
8275           tools/kmail2sylpheed_v2.pl
8276                 add new version of kmail addressbook importer script.
8277                 works with newer versions of Kmail/KAddressBook which
8278                 have new and rearranged data.
8279
8280 2002-10-23 [martin]     0.8.5claws50
8281
8282         * src/folderview.c
8283         * src/summaryview.c
8284         * src/utils.h
8285         * src/utils.c
8286                 added length parameter to get_abbrev_newsgroup_name()
8287                 changed this function so that it abbreviates the newsgroup
8288                 names only so long it is smaller than the length parameter
8289                 (for better reading of some newsgroup names and space efficiency)
8290
8291 2002-10-22 [colin]      0.8.5claws49
8292
8293         *src/foldersel.c
8294                 Revert Alfons' last modification (after voting ;-))
8295
8296 2002-10-21 [alfons]     0.8.5claws48
8297
8298         * src/foldersel.c
8299                 folder view in folder selection dialog reflects state of
8300                 folder view in main window
8301
8302 2002-10-18 [alfons]     0.8.5claws47
8303
8304         * src/mbox.c
8305                 drop imported messages in folder selected by user,
8306                 and not in the inbox
8307                 (closes bug [ 625424 ] Import mbox always to "Inbox" folder)
8308
8309 2002-10-18 [alfons]     0.8.5claws46
8310
8311         * src/compose.c
8312                 make automagic reply work correctly for email accounts 
8313                 (whether it's viable to do a full sync with Hiro's 
8314                 compose.c is still under discussion)
8315
8316 2002-10-18 [melvin]     0.8.5claws45
8317
8318         * src/prefs_actions.c
8319                 Fixed bug #622275 where asynchroneous actions left 
8320                 zombies processes
8321                 Made (synchroneous) actions' input be displayed live.
8322
8323 2002-10-18 [christoph]  0.8.5claws44
8324
8325         * src/textview.c
8326                 don't add a newline in the textview in front of the
8327                 first textpart if header display is disabled
8328                 (closes bug [ 603385 ] disabled header display leaves blank
8329                  lin)
8330
8331 2002-10-18 [christoph]  0.8.5claws43
8332
8333         * src/folder.[ch]
8334         * src/imap.c
8335         * src/mbox_folder.c
8336         * src/mh.c
8337         * src/news.c
8338                 folder->get_num_list now returns an error code
8339                 (closes bug [ 609424 ] News cache cleared on failure)
8340                 
8341 2002-10-17 [colin]      0.8.5claws42
8342         
8343         * src/news.c
8344                 Changed a printf by debug_print
8345
8346 2002-10-16 [paul]       
8347
8348         * tools/OOo2sylpheed.pl
8349                 allow for spaces in the name of the
8350                 file to be attached.
8351
8352 2002-10-16 [colin]      0.8.5claws41
8353
8354         * src/main.c
8355                 Use a tristate to change online mode
8356
8357 2002-10-16 [paul]       0.8.5claws40
8358
8359         * po/es.po
8360                 updated by Ricardo Mones Lastra
8361
8362 2002-10-16 [colin]      0.8.5claws39
8363
8364         * src/main.c
8365           src/mainwindow.[ch]
8366                 Added --online and --offline command-line
8367                 switches
8368
8369 2002-10-15 [christoph]  0.8.5claws38
8370
8371         * src/procmime.c
8372                 set mimeinfo->name to NULL after g_free to
8373                 avoid double freeing with g_free
8374
8375 2002-10-14 [christoph]  0.8.5claws37
8376
8377         * src/compose.c
8378         * src/filtering.c
8379         * src/summaryview.c
8380                 remove calls to folder->change_flags that are now
8381                 done by procmsg flag functions (seems it is not
8382                 used by any foldertype anyway)
8383         * src/folder.c
8384                 init folder->change_flags with NULL
8385
8386 2002-10-14 [christoph]  0.8.5claws36
8387
8388         * src/folder.[ch]
8389         * src/imap.[ch]
8390                 use virtual functions for folder item new and destroy
8391                 functions
8392
8393 2002-10-14 [melvin]     0.8.5claws35
8394
8395         * src/compose.c
8396                 Added a test to not run the spell checker if no default
8397                 dictionary is available. No dialog is displayed though.
8398
8399 2002-10-14 [melvin]     0.8.5claws34
8400
8401         * src/gtkaspell.c
8402                 Fixed bug in dictionary list context menu where
8403                 "More..." pointed to an emtpy submenu if the
8404                 number of dictionaries is a multiple of 15
8405                 Removed unneeded code in suggestions list creation
8406
8407 2002-10-14 [paul]       0.8.5claws33
8408
8409         * po/bg.po
8410                 updated by George Danchev
8411
8412 2002-10-13 [hoa]        0.8.5claws32
8413
8414         * src/matcher.[ch]
8415           src/matcher_parser_parser.y
8416                 removed the escaped string from internal structure
8417                 of matcher.
8418
8419 2002-10-12 [colin]      0.8.5claws31
8420
8421         * src/gtksctree.[ch]
8422           src/summaryview.c
8423                 Removed useless function gtksctree_reanchor
8424
8425 2002-10-12 [alfons]     0.8.5claws30
8426         
8427         * sync with remaining main changes 2002-10-09 - 2002-10-11
8428         - drop changes to src/compose.c (requires claws specific changes)
8429         
8430 2002-10-12 [alfons]     0.8.5claws29
8431         
8432         * sync with main changes of 2002-10-08
8433         - drop changes to src/compose.c (requires claws specific changes)
8434         - drop changes to src/summaryview.c (requires changes to compose.c)     
8435
8436 2002-10-12 [alfons]     0.8.5claws28
8437         
8438         * sync with main changes of 2002-10-07
8439
8440 2002-10-12 [alfons]     0.8.5claws27
8441
8442         * sync with main changes of 2002-10-04
8443         - drop changes to src/compose.c (requires claws specific changes)
8444         - drop changes to src/prefs_folder_item.c (claws implementation
8445           seems to be working)
8446
8447 2002-10-12 [colin]      0.8.5claws26
8448
8449         * src/mainwindow.c
8450                 Fix folder-flicker when space-reading, introduced 
8451                 in claws22.
8452
8453 2002-10-12 [colin]      0.8.5claws25
8454
8455         * src/compose.c
8456                 Save account address when saving as draft.
8457                 (closes bug 621838)
8458
8459 2002-10-12 [colin]      0.8.5claws24
8460
8461         * src/summaryview.c
8462                 Fix the problem consisting of no message selected
8463                 after the last message in a folder has been moved.
8464
8465 2002-10-12 [paul]       0.8.5claws23
8466
8467         * src/compose.c
8468           src/prefs_template.c
8469           src/template.[ch]
8470                 add Cc and Bcc to templates. Patch submitted by
8471                 John L. Males.
8472
8473 2002-10-12 [colin]      0.8.5claws22
8474
8475         * src/folderview.c
8476                 Fix a bug after "Check for new messages":
8477                 If a folder was opened, it was still selected at
8478                 the end of the check, but displayed empty.
8479         * src/mainwindow.c
8480                 Remove unnecessary check
8481
8482 2002-10-12 [paul]
8483
8484         * tools/README
8485                 be more verbose in the description of
8486                 OOo2sylpheed.pl
8487                 
8488
8489 2002-10-11 [colin]      0.8.5claws21
8490
8491         * src/mainwindow.c
8492                 Make space work (better) when no mail is selected
8493
8494 2002-10-11 [colin]      0.8.5claws20
8495
8496         * src/inc.c
8497           src/news.c
8498                 fix warnings
8499
8500 2002-10-11 [colin]      0.8.5claws19
8501
8502         * src/mainwindow.c
8503                 revert 0.8.5claws6 changes as i couldn't get to
8504                 anything satisfying
8505
8506 2002-10-11 [melvin]     0.8.5claws18
8507
8508         * src/compose.c
8509                 Removed buggy and unused macro (should have been committed in
8510                 0.8.5claws17)
8511
8512 2002-10-11 [melvin]     0.8.5claws17
8513
8514         * src/compose.c
8515                 Fixed memory leak from bug #622040 (thanks to Martin Kluge)
8516
8517 2002-10-11 [thorsten]   0.8.5claws16 
8518
8519         * src/folderview.c
8520                 remove rescan warning
8521
8522 2002-10-11 [colin]      0.8.5claws15 
8523
8524         * src/procheader.c
8525                 fix a segfault that happens if conv_unmime_header
8526                 fails (should be better to find out why it fails)
8527
8528 2002-10-11 [christoph]  0.8.5claws14
8529
8530         * src/summaryview.c
8531                 update folderview stats after ignore/unignore thread
8532
8533 2002-10-11 [hoa]        0.8.5claws13
8534
8535         * src/quote_fmt_parse.y
8536                 Fixed a yacc/bison syntax error
8537         * src/matcher.c
8538                 Escaping of string is fixed.
8539
8540 2002-10-11 [colin]      0.8.5claws12
8541
8542         * src/imageview.c
8543                 Resize images to fit
8544
8545 2002-10-11 [paul]       0.8.5claws11
8546
8547         * po/es.po
8548                 updated by Ricardo Mones Lastra
8549
8550 2002-10-10 [alfons]     0.8.5claws10
8551
8552         * src/compose.c
8553                 allow dropping files by "moving" files from a file manager,
8554                 not only by the more cumbersome "copying". the latter 
8555                 mostly implies holding down the Control button
8556
8557 2002-10-10 [christoph]  0.8.5claws9
8558
8559         * src/summaryview.c
8560                 update folders after thread building for ignored threads
8561
8562 2002-10-10 [christoph]  0.8.5claws8
8563
8564         * config/.cvsignore
8565                 added Makefile
8566         * src/filtering.[ch]
8567         * src/folder.[ch]
8568         * src/folderview.[ch]
8569         * src/import.c
8570         * src/inc.[ch]
8571         * src/mbox.[ch]
8572         * src/procmsg.c
8573         * src/summaryview.[ch]
8574                 o added new flag need_update to FolderItem
8575                 o removed folder_table from various functions from tracking
8576                   folder updates
8577                 o set need_update flags in folder.c's move, copy and delete
8578                   functions and procmsg's flags functions
8579                 o added function folderview_update_items_when_required that
8580                   updates all folders with need_update set
8581                 o call folderview_update_items_when_required instead of
8582                   folderview_update_item_foreach
8583
8584 2002-10-09 [sergey]     0.8.5claws7
8585
8586         * src/compose.c
8587                 Strip CRs whel loading the text into editor in reedit mode.
8588
8589 2002-10-09 [colin]      0.8.5claws6
8590
8591         * src/mainwindow.c
8592                 Make Space work when no mail is selected
8593
8594 2002-10-09 [colin]      0.8.5claws5
8595
8596         * src/gtksctree.[ch]
8597                 Fix range_select
8598                 Add gtk_sctree_reanchor() 
8599         * src/summaryview.c
8600                 Use gtk_sctree_reanchor() - better fix for 
8601                 bug 60413
8602
8603 2002-10-09 [colin]      0.8.5claws4
8604
8605         * src/summaryview.c
8606                 Fix shift-click select after delete problem
8607                 (closes bug 60413)
8608
8609 2002-10-08 [thorsten]   0.8.5claws3
8610
8611         * src/summaryview.c
8612                 exclude current msg from -hide read messages-
8613
8614 2002-10-08 [colin]      0.8.5claws2
8615
8616         * src/inc.[ch]
8617           src/pop.c
8618           src/recv.c
8619                 Differentiate socket errors from disk full
8620                 errors
8621
8622 2002-10-08 [christoph]  0.8.5claws1
8623
8624         * Makefile.am
8625         * configure.in
8626                 modifications for new config directory
8627
8628         * config.guess  ** REMOVED **
8629         * config.sub    ** REMOVED **
8630         * install-sh    ** REMOVED **
8631         * ltmain.sh     ** REMOVED **
8632         * missing       ** REMOVED **
8633         * mkinstalldirs ** REMOVED **
8634                 these files are autogenerated by automake
8635                 when you run autogen.sh
8636
8637         * config/.cvsignore     ** NEW FILE **
8638         * config/Makefile.am    ** NEW FILE **
8639                 ignore autogenerated files
8640                 create a Makefile in this directory
8641
8642 2002-10-08 [paul]       0.8.5claws
8643
8644         * 0.8.5claws release
8645         
8646         * src/compose.c
8647           src/procheader.c
8648           src/procmsg.c
8649                 fix quote reply format for newsgroups reply bug
8650                 (thanks to Hoa)
8651                 
8652         * po/en_GB.po
8653           po/pl.po
8654                 updated by me and Witold Wladyslaw Wojciech Wilk
8655                 repectively
8656
8657 2002-10-07 [paul]       0.8.3claws53
8658
8659         * po/it.po
8660           po/pt_BR.po
8661           po/sr.po
8662                 updated messages catalogs, submitted by
8663                 Alessandro Maestri, Fabio Jr.Beneditto 
8664                 and Urke MMI, respectively.
8665
8666 2002-10-07 [christoph]  0.8.3claws52
8667
8668         * src/folder.[ch]
8669         * src/folderview.c
8670         * src/mainwindow.c
8671                 fix new folder ghost message bug
8672                 (closes bug [ 619722 ] wrong count for newly created folders)
8673
8674 2002-10-07 [christoph]  0.8.3claws51
8675
8676         * src/compose.c
8677                 fix news posting problem
8678
8679 2002-10-07 [melvin]     0.8.3claws50
8680
8681         * po/fr.po
8682                 Updated French translation
8683
8684 2002-10-05 [christoph]  0.8.3claws49
8685
8686         * src/gtkstext.c
8687                 check if line_start_cache is set in gtk_stext_update_text
8688                 (closes bug [ 618119 ] crash while doing search in folder)
8689
8690 2002-10-05 [christoph]  0.8.3claws48
8691
8692         * src/imap.c
8693         * src/news.c
8694         * src/utils.c
8695         * src/utils.h
8696                 implement cache cleanups for claws' folder system
8697                 (closes bug [ 595916 ] imapcache not cleaned up)
8698
8699 2002-10-05 [melvin]     0.8.3claws47
8700
8701         * src/prefs_actions.c
8702                 Made the help text more clear for the %p token
8703
8704 2002-10-04 [paul]       0.8.3claws46
8705
8706         * sync with 0.8.5
8707                 see ChangeLog 2002-10-02 and 2002-10-03
8708
8709 2002-10-04 [christoph]  0.8.3claws45
8710
8711         * src/inc.c
8712                 fix segfault caused by pop before smtp
8713                 call to inc_account_mail with NULL
8714                 pointer for mainwin
8715
8716 2002-10-04 [paul]       0.8.3claws44
8717
8718         * configure.in
8719                 sync the LDAP detection from 0.8.5cvs1
8720
8721 2002-10-02 [christoph]  0.8.3claws43
8722
8723         * po/de.po
8724                 fix small spelling error
8725
8726 2002-10-02 [melvin]     0.8.3claws42
8727
8728         * ac/aspell.m4
8729                 Behave better and say "no" when test program cannot be run.
8730
8731 2002-10-02 [paul]       0.8.3claws41
8732
8733         * sync with 0.8.4cvs1
8734                 see ChangeLog 2002-09-30, 2002-10-01, 2002-10-02
8735                 
8736         * src/summaryview.c
8737                 toggle the behavior of Reply menuitem between
8738                 normal reply and reply-to-list
8739
8740 2002-10-01 [sergey]     0.8.3claws40
8741
8742         * src/compose.c
8743                 Convert newlines in the message text to the canonical form
8744                 before base64 encoding (RFC2045 compliance, fixes some
8745                 interoperability issues with Evolution 1.0.3)
8746
8747 2002-09-29 [colin]      0.8.3claws39
8748
8749         * src/summaryview.c
8750                 Fix an unwanted copy/paste
8751
8752 2002-09-29 [colin]      0.8.3claws38
8753
8754         * src/mainwindow.c
8755                 Renamed "Custom toolbar" to "Customize toolbar"
8756                 Renamed "Show all header" to "Show all headers"
8757                 Renamed "Set diplay item" to "Set displayed items"
8758         * src/prefs_common.c
8759                 Renamed "Show all header" to "Show all headers"
8760         * src/prefs_summary_column.c
8761                 Renamed "diplay item" to "displayed items"
8762
8763 2002-09-29 [colin]      0.8.3claws37
8764
8765         * src/mainwindow.[ch]
8766                 online/offline status pixmaps follow theme
8767                 changes
8768         * src/summaryview.[ch]
8769                 quicksearch pixmap follows theme changes
8770
8771 2002-09-29 [thorsten]   0.8.3claws36
8772
8773         * src/compose.c
8774           src/prefs_folder_item.[ch]
8775                 add default_reply_to folder option (closes patch 581044)
8776
8777 2002-09-29 [christoph]  0.8.3claws35
8778
8779         * acconfig.h    ** REMOVED **
8780         * configure.in
8781         * ac/aspell.m4
8782         * ac/check-type.m4
8783         * ac/gnupg-check-typedef.m4
8784                 fix autoheader 2.50 warning
8785
8786 2002-09-29 [christoph]  0.8.3claws34
8787
8788         * major code cleanup (part 2)
8789         
8790                 - unused variables removed
8791                 - unused functions removed
8792                 - uninitialized variables checked
8793                 - missing return statements added
8794                 - missing function return types added
8795                 - added parentheses around assignment
8796                   when suggested by gcc
8797
8798 2002-09-29 [alfons]     0.8.3claws33
8799
8800         * src/logwindow.c
8801                 log_window_clear(): only bracket gtk_text_forward_delete() 
8802                 with gtk_text_freeze() / gtk_text_thaw() (see if this
8803                 works around GTK text bug)
8804
8805 2002-09-29 [paul]       0.8.3claws32
8806
8807         * po/bg.po
8808           po/sr.po
8809                 updated by George Danchev and Urke MMI
8810                 respectively
8811
8812 2002-09-27 [christoph]  0.8.3claws31
8813
8814         * doc-src/readme.txt
8815         * doc-src/rfc1806.txt   ** REMOVED **
8816         * doc-src/rfc2183.txt   ** NEW FILE **
8817         * doc-src/rfc2980.txt   ** NEW FILE **
8818                 update rfcs
8819
8820 2002-09-27 [melvin]     0.8.3claws30
8821
8822         * ac/aspell.m4
8823                 Fixed typo which could break linking
8824
8825 2002-09-27 [melvin]     0.8.3claws29
8826
8827         * ac/aspell.m4
8828                 Improved GNU/aspell checking. 
8829                 Fixed bug #614490
8830
8831 2002-09-27 [paul]       0.8.3claws28
8832
8833         * sync with 0.8.3cvs8
8834                 see ChangeLog 2002-09-27
8835
8836 2002-09-26 [colin]      0.8.3claws27
8837
8838         * src/toolbar.[ch]
8839           src/mainwindow.[ch]
8840                 Add "Reply to Mailing-list" to the toolbar
8841
8842 2002-09-26 [christoph]  0.8.3claws26
8843
8844         * src/summaryview.c
8845                 Fix wrong message counts in summaryview status
8846
8847 2002-09-26 [paul]       0.8.3claws25
8848
8849         * sync with 0.8.3cvs7
8850                 see ChangeLog 2002-09-26
8851
8852 2002-09-26 [paul]       0.8.3claws24
8853
8854         * sync with 0.8.3cvs6
8855                 see ChangeLog 2002-09-25
8856
8857 2002-09-25 [christoph]  0.8.3claws23
8858
8859         * src/prefs_common.c
8860         * src/prefs_folder_item.c
8861         * src/prefs_scoring.c
8862                 Renamed "kill score" to "hide score" in GUI
8863                 and prefs files
8864
8865 2002-09-25 [paul]       0.8.3claws22
8866
8867         * sync with 0.8.3cvs5
8868                 see ChangeLog 2002-09-24
8869
8870 2002-09-24 [alfons]     0.8.3claws21
8871
8872         patch by Satoshi Nagayasu: allows appending / saving multiple 
8873         selected files (closes "[ 612279 ] save multiple mesg(s) in 
8874         'Save as ...'")
8875
8876         * AUTHORS
8877                 add Satoshi Nagayasu
8878         * src/summaryview.c
8879                 summary_save_as(): allow saving selected files to
8880                 one file
8881                 summary_set_menu_sensitive: enable "Save As..." when
8882                 multiple files are selected
8883         * src/utils.[ch]
8884                 append_file(): new function
8885
8886 2002-09-24 [colin]      0.8.3claws20
8887
8888         * src/procmime.c
8889                 Fix segfault when mimeinfo doesn't have a 
8890                 content_type. 
8891
8892 2002-09-24 [colin]      0.8.3claws19
8893
8894         * src/prefs_common.[ch]
8895                 Add a preference to display send dialog or not
8896         * src/send.c
8897                 Display send dialog according to preference
8898
8899 2002-09-24 [colin]      0.8.3claws18
8900
8901         * src/compose.[ch]
8902                 Disable user actions when sending
8903
8904 2002-09-24 [colin]      0.8.3claws17
8905
8906         * src/procmime.c
8907                 Do not display name or filename for attachments
8908                 with an application/pgp-signature type
8909                 (security flaw, see bug 537413)
8910
8911 2002-09-23 [colin]      0.8.3claws16
8912
8913         * src/editaddress.c
8914                 Initialize entry_email, entry_alias and 
8915                 entry_remarks to first email address of the list
8916
8917 2002-09-23 [colin]      0.83claws15
8918
8919         * src/compose.c
8920                 Drop pgp-signature when reediting a signed queued
8921                 message
8922
8923 2002-09-23 [melvin]     0.8.3claws14
8924
8925         * po/fr.po
8926                 Updated French translation
8927
8928 2002-09-23 [melvin]     0.8.3claws13
8929
8930         * src/mainwindow.c
8931                 Made custom toolbar menu labels more consistent
8932         * src/prefs_toolbar.c
8933                 Made custom toolbar window title more consistent
8934
8935 2002-09-22 [colin]      0.8.3claws12
8936
8937         * src/inc.c
8938                 Initialize session type to normal before getting 
8939                 mail (fixes strange Get behaviour)
8940         * src/prefs_account.h
8941                 Move STYPE_POP_BEFORE_SMTP to last position to 
8942                 avoid other side-effects
8943
8944 2002-09-22 [colin]      0.8.3claws11
8945
8946         * src/prefs_account.c
8947                 Fix pop_bfr_smtp_tm_entry sensivity when switching
8948                 from pop3 to apop or vice-versa
8949
8950 2002-09-22 [colin]      0.8.3claws10
8951         
8952         * src/prefs_account.[ch]
8953                 Add an option for the POP before SMTP timeout
8954         * src/inc.c
8955                 Remember time of last POP connection
8956         * src/send.c
8957                 Do POP before SMTP only if timeout reached
8958
8959 2002-09-22 [oliver]     0.8.3claws9
8960         
8961         * README.claws
8962                 explain custom toolbar
8963
8964 2002-09-22 [oliver]     0.8.3claws8
8965
8966         * src/prefs_actions.[ch]
8967         custom toolbar for compose      
8968                 actions callback from compose toolbar
8969         * src/folderview.c
8970                 remove include toolbar.h
8971
8972 2002-09-22 [oliver]     0.8.3claws7
8973         
8974         * src/prefs_toolbar.[ch]
8975                 custom toolbar for compose
8976                 - generic prefs_toolbar handles both
8977                   Mainwin's toolbar as well as Compose toolbar          
8978
8979 2002-09-22 [oliver]     0.8.3claws6
8980         
8981         * src/toolbar.[ch]
8982                 custom toolbar for compose
8983                 restructure toolbar.[ch]
8984
8985 2002-09-22 [oliver]     0.8.3claws5
8986
8987         * src/compose.[ch]
8988                 custom toolbar for compose
8989
8990 2002-09-22 [oliver]     0.8.3claws4
8991         
8992         * src/mainwindow.[ch]
8993                 custom toolbar for compose 
8994                 move mainwin toolbar back to mainwindow
8995
8996 2002-09-22 [alfons]     0.8.3claws3
8997
8998         * src/procmsg.c
8999                 :%sno/if(/if (/gc
9000                 :%sno/for(/for (/gc
9001                 (beautify)
9002
9003 2002-09-22 [alfons]     0.8.3claws2
9004         
9005         * src/procmsg.c
9006                 procmsg_save_to_outbox(): don't unlink message file from queue;
9007                 callers should do it using folder_item_remove_msg()
9008
9009 2002-09-22 [colin]      0.8.3claws1
9010
9011         * src/mimeview.[ch]
9012                 Made mimeview_check_signature() public
9013         * src/textview.c
9014                 Made GPG signatures verifiable by clicking
9015                 the [application/pgp-signature] in the Text
9016                 view
9017
9018 2002-09-22 [paul]       0.8.3claws
9019
9020         * po/bg.po
9021           po/en_GB.po
9022           po/es.po
9023           po/it.po
9024           po/pl.po
9025           po/pt_BR.po
9026           po/sr.po
9027                 updated translations, submitted by George Danchev,
9028                 me, Ricardo Mones Lastra, Alessandro Maestri,
9029                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.Beneditto 
9030                 and Urke MMI, respectively.     
9031
9032 2002-09-22 [alfons]     0.8.2claws65
9033
9034         * src/procmsg.c
9035         * src/pgptext.c
9036                 no furry valgrinds have been used to plug these memleaks
9037
9038 2002-09-20 [paul]       0.8.2claws64
9039
9040         * sync with 0.8.3cvs4
9041                 'Select thread' re-implemented 
9042                 see ChangeLog 2002-09-20
9043
9044 2002-09-21 [alfons]     0.8.2claws63
9045
9046         * src/compose.c
9047                 compose_send(): plug unnoticed memleak
9048
9049 2002-09-20 [alfons]     0.8.2claws62
9050
9051         * src/addr_compl.c
9052                 replace_address_in_edit(): strict check for NULL address to
9053                 fix "[ 607348 ] Segfault in address completion". My guess is
9054                 that this happens with an empty address book, but it's good
9055                 to have this check here anyway
9056                 
9057                 completion_window_button_press(): free string returned 
9058                 from the internal cache
9059
9060 2002-09-20 [christoph]  0.8.2claws61
9061
9062         * src/procmime.h
9063                 added ENC_BINARY to EncodingType
9064         * src/procmime.c
9065                 the string returned by procmime_get_encoding_str
9066                 should not depend on the order of values in the
9067                 EncodingType definition
9068         * doc-src/rfc1806.txt   ** NEW FILE **
9069                 Added rfc1806 about MIME Content-Disposition
9070                 Extension
9071
9072 2002-09-19 [paul]       0.8.2claws60
9073
9074         * sync with 0.8.2cvs3
9075                 see ChangeLog 2002-09-19
9076
9077 2002-09-19 [paul]       0.8.2claws59
9078
9079         * src/prefs_folder_item.c
9080                 revert to Darko's original alignment of colour
9081                 selector button
9082                 add a colon to folder_color label
9083                 
9084         * src/compose.c
9085                 add Colin's patch (with Hiro's modifications) to 
9086                 force BASE64 encoding for 8-bit text when signing
9087                 (sync with 0.8.3cvs2)
9088
9089 2002-09-18 [alfons]     0.8.2claws58
9090
9091         * src/compose.c
9092                 :%sno/if(/if (/gc
9093                 :%sno/for(/for (/gc
9094                 (beautify a little bit)
9095
9096 2002-09-18 [christoph]  0.8.2claws57
9097
9098         * src/pine.c
9099                 fix handling of fgetc return value
9100
9101 2002-09-17 [alfons]     0.8.2claws56
9102         
9103         * src/summaryview.c
9104                 summary_sort(): check non-NULL summaryview->folder_item when no 
9105                 folder is selected at all
9106                 (closes "[ 610344 ] sort label make syl Crash")
9107
9108 2002-09-17 [alfons]     0.8.2claws55
9109         
9110         * src/compose.c
9111                 beautify a little bit
9112
9113 2002-09-17 [christoph]  0.8.2claws54
9114
9115         * src/folder.c
9116                 initialize max values for cache and folder
9117                 when cache or folder is empty
9118
9119 2002-09-15 [colin]      0.8.2claws53
9120
9121         * src/compose.c
9122                 Fix a leak (thanks Alfons!) and cleaned
9123                 variables names for custom headers
9124
9125 2002-09-15 [colin]      0.8.2claws52
9126
9127         * src/compose.c
9128                 Fix custom headers recognition when
9129                 prefs_common.trans_hdr is on
9130
9131 2002-09-15 [colin]      0.8.2claws51
9132
9133         * src/compose.c
9134                 Allow dynamically-added custom headers
9135                 Yet not reparsed if reedited
9136
9137 2002-09-15 [alfons]     0.8.2claws50
9138
9139         * src/prefs_account.c
9140                 fix warnings
9141
9142 2002-09-15 [colin]      0.8.2claws49
9143         
9144         * src/prefs_account.c
9145                 fix pop_before_smtp sensitivity
9146
9147 2002-09-15 [colin]      0.8.2claws48
9148
9149         * src/inc.[ch]
9150                 add inc_pop_before_smtp()
9151                 allow MainWindow to be undefined in 
9152                 inc_account_mail() and inc_start()
9153         * src/pop.c
9154           src/prefs_account.h
9155                 add STYPE_POP_BEFORE_SMTP session type
9156         * src/prefs_account.c
9157                 activated pop before smtp option
9158         * src/send.c
9159                 do pop before smtp if the relevant option 
9160                 is set
9161
9162 2002-09-15 [paul]       0.8.2claws47
9163
9164         * sync with 0.8.3
9165                 see ChangeLog 2002-09-15
9166
9167 2002-09-14 [paul]       0.8.2claws46
9168
9169         * po/bg.po
9170                 updated Bulgarian translation, submitted by
9171                 George Danchev
9172
9173 2002-09-13 [paul]       0.8.2claws45
9174
9175         * src/compose.c
9176                 merge claws' select_account() with main's
9177                 (new) compose_select_account(). [sync with
9178                 0.8.2cvs15, see ChangeLog 2002-09-11]
9179
9180 2002-09-12 [christoph]  0.8.2claws44
9181
9182         * src/filter.c
9183                 allocate 1 elements of FolderItem not 0
9184
9185 2002-09-12 [colin]      0.8.2claws43
9186
9187         * src/compose.c
9188                 Fix bug #590825 (obey Follow-up: poster)
9189
9190 2002-09-12 [colin]      0.8.2claws42
9191
9192         * src/procmime.c
9193                 Fix bug #557009 (wrong headers for messages 
9194                 forwarded as attachments)
9195
9196 2002-09-11 [colin]      0.8.2claws41
9197         
9198         * src/compose.c
9199                 Put SCF: pseudo-header on top of message
9200                 Set draft tmp_flag when saved as draft
9201
9202         * src/procmsg.c
9203           src/procheader.c
9204                 Skip after first \n\n for beginning of real message
9205                 for drafts too
9206
9207 2002-09-11 [christoph]  0.8.2claws40
9208
9209         * src/filtering.c
9210                 use procmsg flag functions in filtering or processing
9211                 will cause incorrect folder message counts
9212
9213 2002-09-11 [colin]      0.8.2claws39
9214
9215         * src/compose.c
9216                 Fix bug #550175 - wrong save folder when reediting
9217                 drafts
9218
9219 2002-09-11 [paul]       0.8.2claws38
9220
9221         * sync with 0.8.2cvs14
9222                 see ChangeLog 2002-09-11
9223
9224 2002-09-11 [colin]      0.8.2claws37
9225
9226         * src/folder.c
9227                 Fix a typo (seeming to cause new/unread status to
9228                 be lost)
9229
9230 2002-09-10 [christoph]  0.8.2claws36
9231
9232         * src/compose.c
9233                 compose_redirect should not use compose_generic_new
9234                 because that does more stuff than expected including
9235                 opening the external editor
9236                 (closes bug "[ 526608 ] bounced messages appear blank
9237                  in editor")
9238
9239 2002-09-10 [christoph]  0.8.2claws35
9240
9241         * src/folder.c
9242                 fix problem with too large message number range
9243                 causing a crash in folder_item_scan
9244
9245 2002-09-10 [paul]       0.8.2claws34
9246
9247         * sync with 0.8.2cvs13
9248                 see ChangeLog 2002-09-10
9249
9250 2002-09-10 [christoph]  0.8.2claws33
9251
9252         * src/msgcache.c
9253                 set MsgInfo TmpFlags for queue and draft folders
9254                 (closes bug "[ 591676 ] Queue ignore MIME on restart")
9255
9256 2002-09-10 [paul]       0.8.2claws32
9257
9258         * AUTHORS
9259           po/bg.po      ** NEW FILE **
9260                 new Bulgarian translation submitted by
9261                 George Danchev <danchev@spnet.net>
9262                 
9263         * tools/Makefile.am
9264           tools/README
9265           tools/tb2sylpheed     ** NEW FILE **
9266                 add script that converts an addressbook exported
9267                 from The Bat! into a Sylpheed addressbook. Submitted
9268                 by Urke MMI <urke-kg@eunet.yu>
9269
9270 2002-09-10 [paul]       0.8.2claws31
9271
9272         * sync with 0.8.2cvs12
9273                 see ChangeLog 2002-09-10
9274
9275 2002-09-06 [paul]       0.8.2claws30
9276
9277         * src/prefs_common.c
9278                 sync with 0.8.2cvs11, see ChangeLog 2002-09-06
9279                 
9280         * tools/Makefile.am
9281           tools/README
9282           tools/ldif-to-xml.py  ** REMOVED **
9283                 remove obsolete python script
9284
9285 2002-09-06 [paul]       0.8.2claws29
9286
9287         * sync with 0.8.2cvs10
9288                 see ChangeLog 2002-09-06
9289
9290 2002-09-04 [paul]       0.8.2claws28
9291
9292         * sync with 0.8.2cvs9
9293                 see ChangeLog 2002-08-04
9294
9295 2002-09-04 [colin]      0.8.2claws27 
9296
9297         * src/prefs_common.[ch]
9298                 Added signature color configuration
9299         * src/textview.c
9300                 Use user-specified signature color
9301
9302 2002-09-03 [colin]      0.8.2claws26
9303
9304         * src/prefs_common.[ch]
9305                 Added autosave and autosave_length prefs
9306         * src/compose.c
9307                 Added compose_remove_draft()
9308                 Auto-save drafts according to the prefs
9309         * src/main.c
9310                 Added a crash-indicator file, allowing to check
9311                 for new messages on startup if Sylpheed crashed
9312                 (makes saved drafts "reappear")
9313
9314 2002-09-03 [colin]      0.8.2claws25
9315
9316         * src/textview.[ch]
9317                 Grey the signature
9318
9319 2002-09-03 [paul]       0.8.2claws24
9320
9321         * sync with 0.8.2cvs8
9322                 see ChangeLog 2002-09-02 and 2002-09-03
9323
9324 2002-09-03 [darko]      0.8.2claws23
9325
9326         * src/folderview.c
9327                 use normal style when creating new folder to pick
9328                 proper font size 
9329
9330 2002-09-02 [melvin]     0.8.2claws22
9331
9332         * src/gtkaspell.m4
9333                 removed some obsolete code
9334
9335 2002-09-02 [melvin]     0.8.2claws21
9336
9337         * ac/aspell.m4
9338                 fixed test's equality sign (== to =)
9339
9340 2002-09-02 [alfons]     0.8.2claws20
9341
9342         * src/folder.c
9343         * src/mh.c
9344                 revert change of 0.8.2claws16 and use the mh_folder_destroy
9345                 as folder->destroy virtual as suggested by Hiro
9346                 (the mh.c code seems to have been lost around mh.c.1.21)
9347
9348 2002-09-02 [paul]       0.8.2claws19
9349
9350         * po/pt_BR.po
9351                 updated by Fabio Jr. Beneditto
9352                 
9353         * src/defs.h
9354                 use 'http://claws.sylpheed.org' for homepage link. 
9355                 Domain provided by Oktay Altunergil <oktay@freelinuxcd.org>
9356
9357 2002-09-01 [alfons]     0.8.2claws18
9358
9359         * src/mh.c
9360                 plug memleak related to one Martin Kluge found
9361
9362 2002-08-31 [paul]       0.8.2claws17
9363
9364         * sync with 0.8.2cvs6
9365                 see ChangeLog 2002-08-30
9366
9367 2002-08-31 [alfons]     0.8.2claws16
9368
9369         * src/folder.c
9370                 folder_destroy(): remove mailbox from folderlist even if it has
9371                 no destroy virtual
9372
9373 2002-08-31 [alfons]     0.8.2claws15
9374
9375         * src/folder.c
9376                 :%sno/if(/if (/gc
9377                 :%sno/for(/for (/gc
9378                 (being pedantic I know)
9379
9380 2002-08-31 [alfons]     0.8.2claws14
9381
9382         * src/folder.c
9383                 check for NULL pointers returned from folder->fetch_msginfo virtual
9384                 (should solve some reported crashes)
9385
9386 2002-08-30 [alfons]     0.8.2claws13
9387
9388         * acconfig.h
9389         * configure.in
9390         * src/crash.c
9391                 enable crash dialog on compilation time
9392                 (--enable-crash-dialog configure option)
9393
9394 2002-08-30 [alfons]     0.8.2claws12
9395
9396         * AUTHORS
9397                 add Martin Kluge
9398         * src/mh.c
9399                 apply memory leak plug patch by Martin Kluge
9400                 (closes patch "[ 602568 ] patch for 602441 little memory leak",
9401                 bug "[ 599677 ] Very small memory leak in 0.81claws115",
9402                 and bug "[ 602441 ] memoryleak in filtering 0.8.2claws9?")
9403
9404 2002-08-30 [darko]      0.8.2claws11
9405
9406         * src/folderview.c
9407                 copy Gtk style from normal style to match
9408                 font size for coloured folders
9409
9410 2002-08-29 [alfons]     0.8.2claws10
9411
9412         * sylpheed.desktop
9413                 Type=Internet <- Type=Application
9414                 (reported by Michael Schwendt, see:
9415                 http://sourceforge.net/tracker/index.php?func=detail&aid=599765&group_id=25528&atid=384600
9416                 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=72882)
9417
9418 2002-08-29 [paul]       0.8.2claws9
9419
9420         * sync with 0.8.2cvs5
9421                 see ChangeLog 2002-08-29
9422
9423 2002-08-29 [colin]      0.8.2claws8
9424
9425         * src/summaryview.c
9426                 Added a sanity check in summary_select_thread
9427                 Should fix bug 601605
9428
9429 2002-08-29 [colin]      0.8.2claws7
9430
9431         * src/main.c
9432                 Revert claws6 changes regarding bug #591676
9433
9434 2002-08-28 [colin]      0.8.2claws6
9435         
9436         * src/main.c
9437                 Ignore cache for queue folderitems
9438                 Fix bug #591676
9439
9440 2002-08-28 [melvin]     0.8.2claws5
9441
9442         * README.claws
9443                 Fixed typos.
9444
9445 2002-08-28 [melvin]     0.8.2claws4
9446
9447         * README.claws
9448                 Updated a bit the text concerning the spell checker
9449
9450 2002-08-28 [melvin]     0.8.2claws3
9451
9452         Merged the GNU_aspell_branch:
9453                 Support of new GNU/aspell is now included and the old pspell
9454                 is not supported anymore.
9455                 See README.claws
9456
9457         * README.claws
9458                 Updated spell checker text to reflect the switch to GNU/aspell
9459
9460         * ac/aspell.m4          *** NEW ***
9461         * src/gtkaspell.[ch]    *** NEW *** 
9462         * ac/pspell.m4          *** DELETED *** 
9463         * src/gtkspell.[ch]     *** DELETED ***
9464
9465         * ac/Makefile.am
9466                 Updated for GNU/aspell support
9467
9468         * po/POTFILES.in
9469                 Replaced gtkspell.c by gtkaspell.c
9470
9471         * acconfig.h
9472         * src/Makefile.am
9473         * src/about.c
9474         * src/compose.[ch]
9475         * src/crash.c
9476         * src/main.c
9477         * src/prefs_common.[ch]
9478                 Updated for GNU/aspell support
9479
9480 2002-08-28 [paul]       0.8.2claws2
9481
9482         * sync with 0.8.2cvs4
9483                 see ChangeLog 2002-08-27 and 2002-08-28
9484
9485 2002-08-28 [colin]      0.8.2claws1
9486
9487         * src/summary_search.c
9488                 Added "AND search"
9489
9490 2002-08-28 [jens]       0.8.2claws
9491
9492         *po/de.po
9493                 Updated German translations
9494
9495 2002-08-27 [melvin]     0.8.2claws
9496
9497         * po/fr.po
9498                 Updated French translations
9499
9500 2002-08-27 [paul]       0.8.2claws
9501
9502         * sync with 0.8.2 main release
9503
9504         * po/en_GB.po
9505           po/es.po
9506           po/it.po
9507           po/pl.po
9508           po/pt_BR.po
9509           po/sr.po
9510                 updated message catalogs submitted by
9511                 Ricardo Mones Lastra, Alessandro Maestri,
9512                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.
9513                 Beneditto and Urke MMI  
9514
9515 2002-08-27 [hoa]        0.8.1claws123
9516
9517         * src/mainwindow.[ch]
9518         * src/summaryview.[ch]
9519                 removed the "filter setting" menu option.
9520                 add a "cancel a news message" menu option.
9521
9522 2002-08-26 [martin]     0.8.1claws122
9523
9524         * ChangeLog.claws
9525                 changed string under 0.8.1claws79 changed by myself
9526                 i'm sorry alfons :(
9527
9528 2002-08-26 [martin]     0.8.1claws121
9529
9530         * src/crash.c
9531                 added kill command to debuggerrc to start crash dialog
9532
9533 2002-08-26 [paul]       0.8.1claws120
9534
9535         * sync with 0.8.1cvs31
9536                 see ChangeLog 2002-08-26
9537
9538 2002-08-25 [alfons]     0.8.1claws119
9539
9540         * src/procmsg.c
9541                 fix bug that didn't send out correct headers to news server
9542                 when sending news article and email from queue (bug reported
9543                 and patch provided by Tim Mann; closes bug 
9544                 "[ 583196 ] 0.7.8claws can't post news")
9545
9546 2002-08-25 [alfons]     0.8.1claws118
9547
9548         * src/selective_download.c
9549                 mark two strings as translatable
9550                 (thanks to Urke MMI for pointing this out)
9551
9552 2002-08-25 [alfons]     0.8.1claws117
9553
9554         * src/summaryview.c
9555                 treat sent boxes as special and allow sorting them by addressee
9556                 (closes "[ 589418 ] Sent folder sorting misbehavior"
9557                 submitted by Steve Lamb)
9558
9559 2002-08-24 [alfons]     0.8.1claws116
9560
9561         * src/matcher.c
9562                 fix memleak reported by Martin Kluge
9563                 (see: "[ 599677 ] Very small memory leak in 0.81claws115")
9564
9565 2002-08-24 [oliver]     0.8.1claws115
9566
9567         * src/prefs_toolbar.c
9568                 o code cleanup as suggested by Alfons
9569                 o memleak fix
9570
9571 2002-08-24 [alfons]     0.8.1claws114
9572
9573         * src/summaryview.c
9574                 o fix another memory leak reported by Martin Kluge
9575                   (see "[ 599568 ] Small Memory Leak")
9576                 o remove 'from' variable from 'summary_set_header()'; we can
9577                   do with just 'to' 
9578
9579 2002-08-24 [paul]       0.8.1claws113
9580
9581         * sync with 0.8.1cvs30
9582                 see ChangeLog 2002-08-23
9583
9584 2002-08-24 [alfons]     0.8.1claws112
9585
9586         * src/summaryview.c
9587                 remove unnecessary allocations for search bar fixing leaks
9588                 reported by Martin Kluge
9589                 (see "[ 599451 ] Further memory leaks?")
9590
9591 2002-08-24 [alfons]     0.8.1claws111
9592
9593         * src/main.c
9594                 make get_socket_name() public for crash.c
9595         * src/crash.c
9596                 o make report bug button work (goes to claws' 
9597                   bug tracker at sf.net)
9598                 o introduce function for doing important stuff just
9599                   before claws goes down
9600                 o clean up code 
9601
9602 2002-08-24 [alfons]     0.8.1claws110
9603
9604         * src/compose.c
9605                 move cursor to "To" entry when forwarding as attachment
9606                 (reported and solved by Steve Lamb, closes bug report
9607                 "[ 592880 ] Forward as attachment; cursor not in to")
9608
9609 2002-08-24 [colin]      0.8.1claws109
9610
9611         * src/mainwindow.c
9612                 fix quick search visibility after GUI (de)separations.
9613
9614 2002-08-23 [colin]      0.8.1claws108
9615
9616         * src/mainwindow.c
9617                 fix header pane visibility after folderview or
9618                 messageview (de)separation
9619
9620 2002-08-23 [paul]       0.8.1claws107
9621
9622         * src/mainwindow.[ch]
9623           src/toolbar.c
9624                 give full control of display or non-display 
9625                 of the Execute icon to Custom toolbar settings.
9626                 add new sensitivity condition to maninwindow.h: 
9627                 M_DELAY_EXEC
9628
9629         * ChangeLog
9630           ChangeLog.jp
9631           NEWS
9632                 more sync with 0.8.1cvs29
9633
9634 2002-08-23 [melvin]     0.8.1claws106
9635
9636         * src/alertpanel.c
9637                 Readded support for custom widget in alertpanel lost in last
9638                 sync.
9639
9640 2002-08-23 [paul]       0.8.1claws105
9641
9642         * sync with 0.8.1cvs29
9643                 see ChangeLog 2002-08-23
9644
9645 2002-08-23 [colin]      0.8.1claws104
9646
9647         * src/summaryview.c
9648                 Fix folder and search pixmaps exchanging positions
9649                 after theme or toolbar changes. Thank to Oliver for 
9650                 reporting this.
9651
9652 2002-08-23 [colin]      0.8.1claws103
9653
9654         * src/mainwindow.c
9655           src/messageview.[ch]
9656           src/noticeview.[ch]
9657           src/summaryview.c
9658                 Changed messageview_create() and noticeview_create()
9659                 to avoid the last gdk_warning
9660
9661 2002-08-22 [colin]      0.8.1claws102
9662
9663         * src/summaryview.c
9664                 Fix my new `Creating pixmap from xpm' warning
9665
9666 2002-08-22 [colin]      0.8.1claws101
9667
9668         * src/mainwindow.c
9669                 Fix some of the gdk warnings
9670
9671 2002-08-22 [colin]      0.8.1claws100
9672
9673         * src/Makefile.am
9674         * src/stock_pixmap.c
9675         * src/stock_pixmap.h
9676         * src/pixmaps/quicksearch.xpm *ADDED*
9677                 Add the quicksearch pixmap
9678         * src/mainwindow.c
9679         * src/summaryview.c
9680         * src/summaryview.h
9681                 Make quicksearch bar visible/hidden via a button
9682
9683 2002-08-22 [christoph]  0.8.1claws99
9684
9685         * src/folder.c
9686                 fix folder update for newsgroups with message
9687                 numbers below minimum number of articles to fetch
9688                 (closes bug #598445)
9689
9690 2002-08-22 [paul]       0.8.1claws98
9691
9692         * sync with 0.8.1cvs28
9693                 see ChangeLog 2002-08-22
9694
9695 2002-08-21 [alfons]     0.8.1claws97
9696
9697         * src/crash.c
9698                 use bt instead of bt full which seems to work 
9699                 better, and bt full doesn't give a great deal 
9700                 of information anyway
9701
9702 2002-08-21 [colin]      0.8.1claws96
9703
9704         * src/summaryview.c
9705                 fix summaryview_searchtype_changed prototype
9706
9707 2002-08-21 [christoph]  0.8.1claws95
9708
9709         * src/mainwindow.c
9710                 o fix broken menu update for sorting type, we have to
9711                   get this info from the summaryview now
9712                 o removed setting of threaded state in menu callback
9713         * src/summaryview.[ch]
9714                 more summaryview/folderitem seperation for
9715                 threading option
9716         * configure.in
9717                 removed not required --with-compiler-flags option
9718
9719 2002-08-21 [oliver]     0.8.1claws94
9720         
9721         * src/toolbar.h 
9722                 o rename toolbar.xml to toolbar_main.xml
9723                   since toolbar_compose.xml might come up 
9724                   any time soon
9725         * README.claws
9726                 add custom toolbar              
9727
9728 2002-08-21 [darko]      0.8.1claws93
9729
9730         * src/procmsg.c
9731                 don't reset tmp flags for messages copied
9732                 to sent folder
9733
9734 2002-08-21 [colin]      0.8.1claws92
9735         
9736         * src/prefs_filtering.c
9737                 fix renaming rules on folder rename 
9738                 when folder is not a leaf folder
9739
9740 2002-08-21 [paul]       0.8.1claws91
9741
9742         * src/prefs_folder_item.c
9743                 fix alignment of colour selector
9744
9745 2002-08-21 [paul]       0.8.1claws90
9746
9747         * sync with 0.8.1cvs27
9748                 see ChangeLog 2002-08-21
9749
9750 2002-08-21 [paul]       0.8.1claws89
9751
9752         * src/summaryview.c
9753                 fix crash when changing field type in
9754                 Quick search bar
9755
9756 2002-08-21 [colin]      0.8.1claws88
9757
9758         * src/summaryview.c
9759                 Made quick search case-insensitive
9760
9761 2002-08-21 [paul]       0.8.1claws87
9762
9763         * sync with 0.8.1cvs26
9764                 see ChangeLog 2002-08-21
9765
9766 2002-08-20 [christoph]  0.8.1claws86
9767
9768         * src/folderview.c
9769         * src/main.c
9770         * src/summaryview.[ch]
9771                 more summaryview/folderitem seperation for
9772                 sort_key and sort_type
9773         * src/procmsg.c
9774                 added missing return statement
9775
9776 2002-08-20 [colin]      0.8.1claws85
9777
9778         * src/summaryview.[ch]
9779                 Added a quick search box
9780         * src/mainwindow.c
9781         * src/prefs_common.[ch]
9782                 Added a show/hide option for the quick search
9783
9784 2002-08-20 [oliver]     0.8.1claws84
9785         
9786         * src/mainwindow.c
9787                 remove toolbar_create_popups
9788         * src/toolbar.[ch]
9789                 o remove toolbar_create_popups
9790                 o fix toolbar_set_sensitive 
9791                   (Bug reports #596834 and #596832)     
9792         * src/prefs_toolbar.c
9793                 o add "Set default" button
9794                 o align label and text + combo widgets
9795
9796 2002-08-20 [hoa]        0.8.1claws83bis
9797
9798         * src/imap.c
9799                 fixed a bug in imap_fetch_msginfo() in case there is no
9800                 current folder.
9801
9802 2002-08-20 [darko]      0.8.1claws83
9803
9804         * src/folderview.c
9805                 copy the color style of folder view so it
9806                 works with GTK themes
9807
9808 2002-08-20 [darko]      0.8.1claws82
9809
9810         * src/folder.h
9811         * src/folderview.c
9812         * src/prefs_folder_item.[hc]
9813                 don't use UI stuff in folder.h
9814
9815 2002-08-20 [darko]      0.8.1claws81
9816
9817         * src/folder.h
9818         * src/prefs_folder_item.h
9819         * src/folderview.c
9820         * src/prefs_folder_item.c
9821                 ability to set folder color in folderview
9822
9823 2002-08-19 [alfons]     0.8.1claws80
9824
9825         * src/summaryview.c
9826                 fix one of the earlier memleaks reported by Martin Kluge
9827
9828 2002-08-19 [alfons]     0.8.1claws79
9829
9830         * src/mainwindow.c
9831                 hide notice view when selecting seperate folder
9832                 view (reported by Urke MMI)
9833
9834 2002-08-19 [christoph]  0.8.1claws78
9835
9836         * src/folderview.c
9837         * src/prefs_folder_item.h
9838         * src/summaryview.[ch]
9839                 o add summary_set_prefs_from_folderitem to set
9840                   summaryview prefs (first step to remove all
9841                   references to the folderitem in summaryview)
9842                 o moved compiled regex stuff from folderitem prefs
9843                   to summaryview code
9844
9845 2002-08-19 [paul]       0.8.1claws77
9846
9847         * src/compose.c
9848                 add check for '.' to QUOTE_IF_REQUIRED
9849
9850 2002-08-19 [paul]       0.8.1claws76
9851
9852         * src/inc.c
9853                 sync with 0.8.1cvs25 (plug memory leak)
9854
9855         * src/prefs_toolbar.c
9856                 re-order prefs_toolbar_cancel()
9857
9858 2002-08-18 [alfons]     0.8.1claws75
9859
9860         * src/inc.c
9861         * src/matcher.c
9862                 plug other memleaks reported by Martin Kluge
9863
9864 2002-08-18 [paul]       0.8.1claws74
9865
9866         * po/pt_BR.po
9867                 updated by Fabio Jr. Beneditto
9868
9869 2002-08-18 [paul]       0.8.1claws73
9870
9871         * src/toolbar.[ch]
9872                 fix bug where tooltips were displayed untranslated              
9873
9874         * src/prefs_toolbar.c
9875                 fix bug where clicking 'Cancel' creates an icon & text
9876                 toolbar regardless of prefs
9877         
9878
9879 2002-08-17 [oliver]     0.8.1claws72
9880
9881         * src/prefs_toolbar.c
9882                 update toolbar on CANCEL
9883                 bug reported by Martin Kluge
9884         * src/toolbar.c
9885                 toolbar_destroy memleak fixed           
9886
9887 2002-08-17 [alfons]     0.8.1claws71
9888
9889         * src/toolbar.c
9890                 plug another memleak reported by Martin Kluge
9891
9892 2002-08-16 [alfons]     0.8.1claws70
9893
9894         * src/crash.c
9895                 use execvp() correctly (suggested by wwp; thanks!)
9896
9897 2002-08-16 [alfons]     0.8.1claws69
9898
9899         * src/gtksctree.c
9900                 plug memory leak reported by Kim Schultz & Martin Kluge
9901
9902 2002-08-16 [paul]       0.8.1claws68
9903
9904         * po/es.po
9905                 updated by Ricardo Mones Lastra
9906
9907 2002-08-16 [paul]       0.8.1claws67
9908
9909         * src/toolbar.h
9910                 fix bug where 'Compose News' icon showed wrong
9911                 tooltip
9912
9913 2002-08-16 [paul]       0.8.1claws66
9914
9915         * sync with 0.8.1cvs24
9916                 see ChangeLog 2002-08-16
9917
9918         * po/it.po
9919                 updated by Alessandro Maestri
9920
9921 2002-08-15 [paul]       0.8.1claws65
9922
9923         * po/sr.po
9924                 updated by Urke MMI
9925
9926 2002-08-15 [paul]       0.8.1claws64
9927
9928         * src/*.c
9929                 don't translate debug info
9930
9931         * src/matcher.[ch]
9932                 add copyright info
9933
9934 2002-08-15 [paul]       0.8.1claws63
9935
9936         * src/prefs_toolbar.c
9937                 fix bug where clicking 'OK' creates an icon & text
9938                 toolbar regardless of prefs
9939
9940 2002-08-14 [alfons]     0.8.1claws62
9941
9942         * src/main.c
9943                 add global var that has the full argv[0]
9944         * src/crash.c
9945                 o execvp the correct sylpheed by using argv0
9946                   and setting the correct work dir
9947                 o other tweaks  
9948
9949 2002-08-14 [oliver]     0.8.1claws61
9950         
9951         * enable/disable Toolbar Action Buttons 
9952         * code cleanups
9953         * src/mainwindow.c
9954         * src/toolbar.[ch]      
9955         * src/prefs_toolbar.c   
9956
9957 2002-08-14 [melvin]     0.8.1claws60
9958
9959         * po/fr.po
9960                 Updated French translations
9961
9962 2002-08-14 [melvin]     0.8.1claws59
9963
9964         * src/crash.c
9965                 Made bug report not translatable
9966         * src/exporthtml.c
9967                 Fixed exporthtml_build_filespec() return value
9968         * src/foldersel.c
9969                 Fixed incorrect include file
9970         * src/gtkspell.c
9971         * src/prefs_actions.c
9972         * src/prefs_toolbar.c
9973                 Made debug info not translatable
9974         * src/mutt.c
9975         * src/quote_fmt.c
9976                 Added missing includes
9977         * src/prefs_common.c
9978                 Fixed typo
9979
9980 2002-08-14 [paul]       0.8.1claws58
9981
9982         * faq/es/sylpheed-faq.html
9983           faq/es/sylpheed-faq-[1-3].html
9984           faq/es/sylpheed-faq-4.html     **NEW FILE **
9985                 update Spanish FAQ
9986
9987 2002-08-13 [christoph]  0.8.1claws57
9988
9989         * src/procmsg.c
9990                 ignore thread fix that did not mark all
9991                 child nodes of a ignored thread as
9992                 ignored. Does not work perfectly yet,
9993                 but it is better now
9994
9995 2002-08-13 [alfons]     0.8.1claws56
9996
9997         * src/crash.c
9998                 o implement 'save crash log'
9999                 o some tweaks
10000
10001 2002-08-13 [melvin]     0.8.1claws55
10002
10003         * src/main.c
10004                 removed unrequired "execinfo.h" header
10005
10006 2002-08-12 [paul]       0.8.1claws54
10007
10008         * faq/en/sylpheed-faq.html
10009           faq/en/sylpheed-faq-[1-3].html
10010           faq/en/sylpheed-faq-4.html     **NEW FILE **
10011                 update English FAQ
10012
10013 2002-08-12 [alfons]     0.8.1claws53
10014
10015         * po/POTFILES.in
10016                 add crash.c to translatables
10017         * src/crash.c
10018                 bring in Leandro's crash dialog
10019
10020 2002-08-11 [alfons]     0.8.1claws52
10021
10022         * src/crash.c
10023                 clean up some warnings
10024
10025 2002-08-11 [alfons]     0.8.1claws51
10026
10027         * acconfig.h
10028         * configure.in
10029         * src/crash.[ch]        ** NEW FILES **
10030         * src/main.c            
10031                 initial gdb crash handler
10032
10033 2002-08-11 [paul]       0.8.1claws50
10034
10035         * src/prefs_toolbar.c
10036                 replace Up/Down arrow pixmaps with text to be
10037                 consistent across icon themes
10038
10039 2002-08-11 [paul]       0.8.1claws49
10040
10041         * src/prefs_common.c
10042           src/prefs_toolbar.c
10043                 rename 'Pixmap' -> 'Icon'
10044
10045         * src/toolbar.[ch]
10046                 rename  'A_SEND_QUEUD' -> 'A_SEND_QUEUED'
10047
10048 2002-08-10 [paul]       0.8.1claws48
10049
10050         * src/prefs_toolbar.c
10051                 re-work the UI
10052
10053 2002-08-10 [paul]       0.8.1claws47
10054
10055         * src/main.c
10056                 don't write Processing progress to status bar
10057                 patch submitted by Alexander Evseev
10058
10059         * src/prefs_toolbar.c
10060                 re-position and resize window
10061                 make window assume correct size on first call
10062
10063 2002-08-10 [paul]       0.8.1claws46
10064
10065         * src/mainwindow.c
10066           src/prefs_toolbar.c
10067           src/toolbar.c
10068           src/toolbar.h
10069                 obey coding style
10070                 follow UI text conventions
10071
10072 2002-08-10 [alfons]     0.8.1claws45
10073
10074         * src/toolbar.c
10075                 correct pixmap for delete action
10076
10077 2002-08-10 [paul]       0.8.1claws44
10078
10079         * po/pt_BR.po
10080                 updated by Fabio Jr. Beneditto
10081
10082 2002-08-10 [paul]       0.8.1claws43
10083
10084         * po/POTFILES.in
10085                 add custom toolbar files
10086
10087 2002-08-10 [paul]       0.8.1claws42
10088
10089         * sync with 0.8.1cvs22
10090                 see ChangeLog 2002-08-09
10091
10092 2002-08-09 [paul]       0.8.1claws41
10093
10094         * tools/Makefile.am
10095           tools/README
10096           tools/outlook2sylpheed.pl     ** NEW FILE **
10097                 add script to convert exported Outlook
10098                 contacts list to a Sylpheed addressbook.
10099                 Submitted by Ricardo Mones Lastra.
10100
10101 2002-08-09 [paul]       0.8.1claws40
10102
10103         * AUTHORS
10104           configure.in
10105           po/sr.po      ** NEW FILE **
10106                 add Serbian message catalog. Submitted by
10107                 Urosevic Aleksandar aka Urke MMI <urke-kg@eunet.yu>             
10108
10109 2002-08-09 [paul]       0.8.1claws39
10110
10111         * sync with 0.8.1cvs21
10112                 see ChangeLog 2002-08-08
10113
10114 2002-08-08 [oliver]     0.8.1claws38
10115
10116         * src/mainwindow.c
10117                 move Custom Toolbar to Configuration menu
10118
10119 2002-08-08 [oliver]     0.8.1claws37
10120
10121         * src/prefs_toolbar.c
10122                 fix substitute pixmap bug
10123
10124 2002-08-08 [paul]       0.8.1claws36
10125
10126         * sync with 0.8.1cvs19
10127                 see ChangeLog 2002-08-08
10128
10129 2002-08-07 [christoph]  0.8.1claws35
10130
10131         * src/utils.c
10132                 fixed a memory leak in new canonicalize_file_replace
10133
10134 2002-08-07 [christoph]  0.8.1claws34
10135
10136         * src/utils.[ch]
10137                 o canonicalize_file_replace should create the temporary
10138                   file in the same directory as the original file.
10139                 o added get_tmpfile_in_dir that creates a temorary file
10140                   in a specified directory.
10141
10142 2002-08-07 [melvin]     0.8.1claws33
10143
10144         * src/toolbar.c
10145                 fixed bug where 'Article' button acted as 'Email' button.
10146
10147 2002-08-07 [paul]       0.8.1claws32
10148
10149         * sync with 0.8.1.cvs17
10150                 see ChangeLog 2002-08-07
10151
10152 2002-08-07 [colin]      0.8.1claws31
10153         
10154         * src/news.c
10155                 fix mass-cancel problem
10156
10157 2002-08-07 [thorsten]   0.8.1claws30
10158
10159         * src/prefs_toolbar.c
10160                 fix: crash on replace or add new button
10161         * src/toolbar.c
10162                 fix: close xmlfile after reading
10163         * src/utils.c
10164                 fix: unlink() file before rename()
10165
10166 2002-08-06 [paul]       0.8.1claws29
10167
10168         * sync with 0.8.cvs15
10169                 see ChangeLog 2002-08-06
10170
10171 2002-08-06 [oliver]     0.8.1claws28
10172
10173         * src/toolbar.c
10174         * src/prefs_toolbar.c
10175                 fixed empty toolbar issue
10176
10177 2002-08-06 [oliver]     0.8.1claws27
10178
10179         * Custom Toolbar Final 
10180         * src/folderview.c
10181         * src/inc.c
10182         * src/summaryview.c
10183                 o toolbar stuff now lives in src/toolbar.[ch]
10184                 o main_window_toolbar_* functions are renamed to
10185                   toolbar_* reflecting their new source file
10186         * src/mainwindow.[ch]
10187                 o remove toolbar stuff  
10188
10189 2002-08-06 [oliver]     0.8.1claws26
10190         
10191         * src/Makefile.am
10192         * src/prefs_toolbar.[ch]        **New File**
10193         * src/toolbar.[ch]              **New File**
10194                 o prefs_toolbar.[ch] custom toolbar frontend
10195                 o toolbar.[ch]       backend 
10196
10197 2002-08-06 [oliver]     0.8.1claws25
10198
10199         * src/prefs_actions.[ch]
10200                 o new exported function actions_execute
10201
10202 2002-08-06 [paul]       0.8.1claws24
10203
10204         * sync with 0.8.1cvs4
10205                 see ChangeLog 2002-08-06
10206
10207 2002-08-06 [paul]       0.8.1claws23
10208
10209         * sync with 0.8.1cvs13
10210                 see ChangeLog 2002-08-06
10211
10212 2002-08-06 [paul]       0.8.1claws22
10213
10214         * sync with 0.8.1cvs12
10215                 see ChangeLog 2002-08-05 and 2002-08-06
10216
10217 2002-08-06 [match]      0.8.1claws21
10218
10219         * src/addrclip.c
10220                 improvements to cut/copy/paste address
10221
10222 2002-08-05 [match]      0.8.1claws20
10223
10224         * src/addritem.[ch]
10225         * src/addrcache.c
10226         * src/addrbook.c
10227         * src/editaddress.c
10228         * src/addressbook.c
10229                 fixes to improve cut/copy/paste
10230
10231 2002-08-06 [melvin]     0.8.1claws19
10232
10233         * src/account.[ch]
10234                 account_find_all_from_address(): new function that returns the
10235                 list of all accounts that are matched in an address.
10236         * src/alertpanel.[ch]
10237                 alertpanel() now accepts a custom widget
10238                 alertpanel_with_widget(): new function that pops up a panel with
10239                 a custom widget in it 
10240         * src/gtkutils.[ch]
10241                 gtkut_account_menu_new(): new function that allows the selection
10242                 of an account from a list of accounts.
10243         * src/messageview.c
10244                 Extended Return Receipt notification to select the correct 
10245                 account and to make a security test on the Delivery-Notification
10246                 address which should be the same as the Return-Path.
10247
10248 2002-08-06 [thorsten]   0.8.1claws18
10249
10250         * src/mimeview.c
10251                 attach_all: save unnamed as "noname.%d",
10252                 dont free static dirname
10253
10254 2002-08-05 [alfons]     0.8.1claws17
10255
10256         * configure.in
10257                 detect XIM by trying to link rather than compile a XIM program
10258
10259 2002-08-05 [oliver]     0.8.1claws16
10260                 
10261         * src/stock_pixmap.[ch]
10262                 o add UP_ARROW to available pixmaps (already in pixmap-directory)
10263                 o new func to retrieve pixmaps
10264
10265 2002-08-05 [paul]       0.8.1claws15
10266
10267         * sync with 0.8.1cvs10
10268                 see ChangeLog 2002-08-05
10269
10270 2002-08-04 [alfons]     0.8.1claws14
10271
10272         * src/textview.c
10273                 see if this plugs memleak
10274
10275 2002-08-04 [melvin]     0.8.1claws13
10276
10277         * src/gtkspell.c
10278                 fixed bug that could crash Sylpheed when highlighting
10279                 all misspelled words.
10280
10281 2002-08-03 [melvin]     0.8.1claws12
10282
10283         * src/prefs_actions.c
10284                 removed unnecessary checks for NULL introduced in 0.8.1claws11.
10285         * src/messageview.c
10286                 fixed bug where the Return Receipt was sent to
10287                 Delivery-Notification-To address even if it was not present
10288
10289 2002-08-02 [alfons]     0.8.1claws11
10290
10291         * src/prefs_actions.c
10292                 o more check for NULLs
10293                 o put create_io_dialog() in right conditional block
10294
10295 2002-08-02 [paul]       0.8.1claws10
10296
10297         * po/es.po
10298                 updated by Ricardo Mones Lastra
10299
10300 2002-08-01 [christoph]  0.8.1claws9
10301
10302         * src/folder.c
10303                 don't free the cache of the opened
10304                 folder in the summaryview
10305         * src/summaryview.c
10306                 don't unset flags, if it is not required
10307
10308 2002-08-01 [paul]       0.8.1claws8
10309
10310         * sync with 0.8.1cvs8
10311                 see ChangeLog entry 2002-08-01
10312
10313 2002-08-01 [paul]       0.8.1claws7
10314
10315         * sync with 0.8.1cvs7
10316                 see ChangeLog 2002-07-31 and 2002-08-01
10317
10318 2002-07-31 [christoph]  0.8.1claws6
10319
10320         * src/mainwindow.c
10321                 forgot to update menu sensitivity
10322                 function for new menu entry
10323
10324 2002-07-31 [alfons]     0.8.1claws5
10325
10326         * src/main.c
10327                 check folder item and its path for NULL on
10328                 initial processing
10329
10330 2002-07-31 [christoph]  0.8.1claws4
10331
10332         * src/folder.c
10333                 check if folder_item_get_msginfo in
10334                 folder_item_remove_msg returned NULL
10335         * src/imap.c
10336                 better clear the uid cache in the
10337                 uid validity check function and delete
10338                 cached messages
10339
10340 2002-07-31 [paul]       0.8.1claws3
10341
10342         * man/sylpheed.1
10343                 add the '--attach' option and a few other
10344                 minor changes
10345
10346 2002-07-31 [paul]       0.8.1claws2
10347
10348         * sync with 0.8.1cvs5
10349                 see ChangeLog 2002-07-31
10350
10351 2002-07-31 [christoph]  0.8.1claws1
10352
10353         * src/folderview.[ch]
10354         * src/mainwindow.c
10355                 replace "Rescan all folders..." with
10356                 "Check all folders for new messages..."
10357
10358 2002-07-30 [paul]       0.8.1claws
10359
10360         * version 0.8.1claws released
10361
10362 2002-07-30 [paul]       0.8.0claws29
10363
10364         * tools/OOo2sylpheed.pl ** NEW FILE **
10365           tools/README
10366                 add script to enable sending documents as
10367                 attachments from OpenOffice.org
10368
10369 2002-07-30 [melvin]     0.8.0claws28
10370
10371         * src/prefs_actions.c
10372                 Made the actions' input/output dialog display
10373                 without delay.
10374
10375 2002-07-30 [christoph]  0.8.0claws27
10376
10377         * src/procmsg.c
10378                 check if folder_item_get_msginfo in
10379                 procmsg_save_to_outbox returned NULL
10380
10381 2002-07-30 [paul]       0.8.0claws26
10382
10383         * sync with 0.8.1cvs4
10384                 see ChangeLog 2002-07-29
10385
10386 2002-07-29 [thorsten]   0.8.0claws25
10387
10388         * README.claws
10389                 added selective download, delete on server
10390
10391 2002-07-29 [paul]       0.8.0claws24
10392
10393         * sync with 0.8.1cvs3
10394                 see ChangeLog 2002-07-29
10395
10396 2002-07-27 [christoph]  0.8.0claws23
10397
10398         * src/folder.c
10399                 add extra check if fetching the msginfo
10400                 returned NULL
10401
10402 2002-07-27 [paul]       0.8.0claws22
10403
10404         * sync with 0.8.1cvs2
10405                 see ChangeLog 2002-07-26
10406
10407 2002-07-27 [christoph]  0.8.0claws21
10408
10409         * src/imap.c
10410                 add another check if a valid msginfo
10411                 was returned
10412
10413 2002-07-26 [hoa]        0.8.0claws20
10414
10415         * src/folder.c
10416                 Fixed a condition in folder_item_destroy()
10417
10418         * src/imap.c
10419                 Fixed an error in IMAP protocol
10420
10421 2002-07-26 [alfons]     0.8.0claws19
10422
10423         * src/folder.c
10424                 ofcourse compare with identifier, not the path
10425
10426 2002-07-26 [alfons]     0.8.0claws18
10427
10428         * src/folder.c
10429                 use folder item identifier for saving / restoring
10430                 preferences because folder->path might not be unique
10431
10432 2002-07-26 [melvin]     0.8.0claws17
10433
10434         * src/logwindow.c
10435                 Fixed a crash introduced in 0.8.0claws5 when log is 
10436                 cut under 80 characters.
10437
10438 2002-07-26 [paul]       0.8.0claws16
10439
10440         * sync with 0.8.1cvs1
10441                 see ChangeLog 2002-07-26
10442
10443 2002-07-26 [christoph]  0.8.0claws15
10444
10445         * src/imap.[ch]
10446                 imap folder now remembers the last selected
10447                 folder and imap_fetch_msginfo skips selecting
10448                 the folder if it is already selected
10449
10450 2002-07-26 [christoph]  0.8.0claws14
10451
10452         * src/folder.c
10453         * src/folderview.c
10454         * src/imap.c
10455                 fix imap folder rescanning
10456
10457 2002-07-25 [christoph]  0.8.0claws13
10458
10459         * src/filter.c
10460         * src/folder.[ch]
10461         * src/folderview.c
10462         * src/imap.[ch]
10463         * src/mainwindow.c
10464         * src/mbox_folder.c
10465         * src/mh.c
10466         * src/news.c
10467                 implement imap uid cache and uid validity check
10468
10469 2002-07-25 [alfons]     0.8.0claws12
10470
10471         * src/summaryview.c
10472                 fix a brown paper bag bug, and also add some more
10473                 checks
10474
10475 2002-07-25 [christoph]  0.8.0claws11
10476
10477         * src/folder.c
10478                 don't mix copy, fetch_msginfo and remove
10479                 operations in folder item copy and move
10480                 operations
10481
10482 2002-07-25 [christoph]  0.8.0claws10
10483
10484         * src/folderview.c
10485         * src/mainwindow.c
10486         * src/prefs_folder_item.c
10487         * src/summaryview.[ch]
10488                 remove no longer required parameter update_cache from
10489                 summary_show
10490
10491 2002-07-25 [paul]       0.8.0claws9
10492
10493         * sync with 0.8.1
10494         
10495         * AUTHORS
10496                 a few corrections
10497
10498 2002-07-24 [alfons]     0.8.0claws8
10499
10500         * src/summaryview.c
10501                 sort correctly when using simplified subject line
10502                 (closes feature request "[ 585141 ] applying regexp to subject 
10503                 before sort" submitted by Alexandra Walford)
10504
10505 2002-07-24 [paul]       0.8.0claws7
10506
10507         * sync with 0.8.0cvs3
10508                 see ChangeLog 2002-07-24
10509
10510 2002-07-23 [christoph]  0.8.0claws6
10511
10512         * src/folder.c
10513         * src/folder.h
10514         * src/summaryview.c
10515         * src/summaryview.h
10516         * src/main.c
10517                 o separate processing and summaryview
10518                 o removed summary_write_cache from summaryview
10519                 o removed summaryview->killed_messages, because we don't have
10520                   to keep a list of killed messages anymore. New cache will
10521                   keep the hidden messages in cache anyway
10522         * src/folderview.c
10523         * src/inc.c
10524         * src/selective_download.c
10525                 o removed unnecessary summary_write_cache calls
10526         * src/procmsg.c
10527                 o don't set ignore thread flag in procmsg_get_thread_tree
10528                   if it is already set
10529         * src/mainwindow.c
10530         * src/statusbar.h
10531                 o moved STATUSBAR_PUSH/POP to statusbar.h because
10532                   they are used in different files
10533
10534 2002-07-23 [melvin]     0.8.0claws5
10535
10536         * src/addressbook.c
10537         * src/addrgather.c
10538         * src/editaddress.c
10539         * src/editgroup.c
10540         * src/editldap_basedn.c
10541         * src/importldif.c
10542         * src/prefs_common.c
10543                 Fixed few memory leak (gtk_editable_get_chars returns
10544                 an allocated string)
10545         * src/logwindow.c
10546                 Fixed few memory leak (gtk_editable_get_chars returns
10547                 an allocated string) and modified a little the log cutting
10548                 loop.
10549         * src/compose.c
10550                 Replaced a call to an obsolete function gtk_entry_get_text()
10551                 by gtk_editable_get_chars()
10552         * src/send.c
10553                 Removed a debug printf
10554
10555 2002-07-23 [christoph]  0.8.0claws4
10556
10557         * src/filesel.c
10558                 fix another g_dirname memory leak
10559
10560 2002-07-23 [christoph]  0.8.0claws3
10561
10562         * src/mh.c
10563                 fixed a memory leak in mh_fetch_msginfo
10564                 fixed crash when message header could not be
10565                 parsed
10566
10567 2002-07-23 [paul]       0.8.0claws2
10568
10569         * sync with 0.8.0cvs2
10570                 see ChangeLog 2002-07-23
10571
10572 2002-07-23 [paul]       0.8.0claws1
10573
10574         * sync with 0.8.0cvs1
10575                 see ChangeLog 2002-07-23
10576
10577 2002-07-23 [paul]       0.8.0claws
10578
10579         * release of 0.8.0claws
10580
10581 2002-07-23 [paul]       0.7.8claws99
10582
10583         * po/ru.po
10584                 new Russian translation, submitted by
10585                 Botalov Vyacheslav <botalov_v@upr.uralkaly.ru>
10586
10587 2002-07-22 [jens]       0.7.8claws98
10588
10589         * po/de.po
10590                 Updated German translations.
10591
10592 2002-07-22 [paul]       0.7.8claws97
10593
10594         * po/es.po
10595           po/it.po
10596           po/nl.po
10597           po/pt_BR.po
10598                 updated translations by Ricardo Mones Lastra,
10599                 Alessandro Maestri, Wilbert Berendsen and 
10600                 Fabio Jr. Beneditto respectively
10601
10602 2002-07-22 [christoph]  0.7.8claws96
10603
10604         * src/mimeview.c
10605                 fix memory leak caused by wrong g_dirname usage
10606
10607 2002-07-22 [christoph]  0.7.8claws95
10608
10609         * src/summaryview.c
10610                 update new and unread message counts for summaryview
10611                 summaryview does not get it from the folder anymore
10612                 and has to update the values itself
10613
10614 2002-07-22 [melvin]     0.7.8claws94
10615
10616         * po/fr.po
10617                 Updated French translations.
10618
10619 2002-07-22 [christoph]  0.7.8claws93
10620
10621         * src/matcher.c
10622                 set prop->preg pointer to NULL or following check
10623                 will not fail and regexec will be called with
10624                 invalid pointer
10625
10626 2002-07-21 [alfons]     0.7.8claws92
10627         
10628         * src/prefs_common.[ch]
10629                 remove option "Send return receipt on request"
10630
10631 2002-07-21 [thorsten]   0.7.8claws91
10632
10633         * src/mimeview.c
10634                 fixed memleaks, coding style as pointed out by alfons
10635
10636 2002-07-21 [alfons]     0.7.8claws90
10637
10638         * src/messageview.c
10639         * src/noticeview.[ch]
10640                 o fix bug notice view being displayed when going to empty folder 
10641                   (noticed by Christoph)
10642                 o allow RRR to be sent when restarting sylpheed, or changing folder 
10643                   (noticed by Thorsten)
10644
10645 2002-07-21 [thorsten]   0.7.8claws89
10646
10647         * src/mimeview.c
10648                 Included save_all patch from Xaview FACQ
10649                 added support for pathnames
10650
10651 2002-07-21 [alfons]     0.7.8claws88
10652
10653         * po/POTFILES.in
10654         * src/Makefile.am
10655         * src/mainwindow.c
10656         * src/messageview.[ch]
10657         * src/noticeview.c      ** NEW FILE **
10658         * src/noticeview.h      ** NEW FILE **
10659                 make return receipts work again
10660                 (UI idea by Leandro Pereira)
10661
10662 2002-07-21 [paul]       0.7.8claws87
10663
10664         * src/summaryview.c
10665                 fix sensitivity of 'Select thread'
10666
10667 2002-07-21 [paul]       0.7.8claws86
10668
10669         * src/prefs_common.c
10670                 add browser command line for Galeon
10671
10672 2002-07-21 [paul]       0.7.8claws85
10673
10674         * Makefile.am
10675                 fix 'EXTRA_DIST': remove README.README, add TODO
10676                 and TODO.claws
10677
10678 2002-07-21 [alfons]     0.7.8claws84
10679
10680         * src/gtkstext.c
10681                 make enter clear selection
10682                 (closes "[ 579888 ] Editor selection/entry error"
10683                 reported by Steve Lamb)
10684
10685 2002-07-21 [alfons]     0.7.8claws83
10686         
10687         * src/summaryview.c
10688                 sort message list when selecting unthread messages
10689                 (closes "[ 501593 ] switching threaded view doesn't sort"
10690                 reported by Simon Schubert)
10691
10692 2002-07-20 [alfons]     0.7.8claws82
10693         
10694         * src/matcher.c
10695                 const-correctness
10696
10697 2002-07-20 [thorsten]   0.7.8claws81
10698
10699         * src/matcher.c
10700                 Fixed expansion of empty fields in matchactions
10701
10702 2002-07-19 [melvin]     0.7.8claws80
10703
10704         * src/gtkspell.c
10705                 Removed a duplicate menu entry (fast mode) introduced during
10706                 the new cache merge
10707                 Added a menu separator between 'Use alternate' and 'Fast mode'
10708
10709 2002-07-19 [paul]       0.7.8claws79
10710
10711         * tools/Makefile.am
10712           tools/README
10713                 correct typos
10714
10715 2002-07-19 [thorsten]   0.7.8claws78
10716
10717         * tools/calypso_convert.pl      ** NEW FILE **
10718           tools/README
10719           tools/Makefile.am
10720                 script to import mbox files exported
10721                 by calypso
10722                 o generates folder structure
10723                 o includes attachments
10724
10725 2002-07-19 [melvin]     0.7.8claws77
10726
10727         * src/selective_download.[ch]
10728                 Fixed bug where closing the dialog with the window manager's
10729                 close button will not unlock the summary
10730                 Corrected some function declarations that missed a return value
10731                 Made the source code comply better with coding style.
10732         * src/prefs_common.c
10733                 Added new browser command line for Mozilla.
10734
10735 2002-07-18 [paul]       0.7.8claws76
10736
10737         * src/mainwindow.c
10738           src/selective_download.[ch]
10739                 reflect theme changes, fix Gdk Warning when creating 
10740                 pixmap from NULL window, and minor clean up.
10741                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
10742
10743         * po/en_GB.po
10744                 updated
10745
10746 2002-07-17 [paul]       0.7.8claws75
10747
10748         * INSTALL[.jp]
10749                 sync with 0.8.0
10750         
10751         * po/en_GB.po
10752                 updated
10753
10754 2002-07-16 [paul]       0.7.8claws74
10755
10756         * tools/filter_conv.pl
10757           tools/README
10758                 replace conversion script with reimplemented version, 
10759                 submitted by Torsten Schoenfeld <kaffeetisch@web.de>
10760
10761 2002-07-16 [colin]      0.7.8claws73
10762
10763         * src/summaryview.c
10764                 remove forgotten debug messages - sorry ;-)
10765
10766 2002-07-16 [colin]      0.7.8claws72
10767
10768         * src/mimeview.c
10769           src/summaryview.c
10770           src/textview.c
10771           src/textview.h
10772                 add the ability to select part of a text mime-part 
10773                 to reply.
10774
10775 2002-07-15 [christoph]  0.7.8claws71
10776
10777         * src/folder.c
10778                 fix folder message count for folders without
10779                 msg_is_changed (includes news folders)
10780
10781 2002-07-15 [martin]     0.7.8claws70
10782
10783         * src/summaryview.c
10784                 option "display recipient on 'From'..." now works
10785                 without the need of enabling the option
10786                 "display  sender  using  address  book".
10787
10788 2002-07-15 [christoph]  0.7.8claws69
10789
10790         * src/summaryview.c
10791                 removed setting folder status from summaryview.
10792                 folder.c should update all message counts correctly.
10793
10794 2002-07-15 [paul]       0.7.8claws68
10795
10796         * po/pt_BR.po
10797                 updated by Fabio Junior Beneditto
10798
10799 2002-07-15 [darko]      0.7.8claws67
10800
10801         * src/mh.c
10802                 Fixed target folder colorization, don't decrease op
10803                 number twice
10804
10805 2002-07-14 [paul]       0.7.8claws66
10806
10807         * sync with main 0.8.0
10808                 see ChangeLog 2002-07-14
10809
10810 2002-07-13 [melvin]     0.7.8claws65
10811         
10812         * src/addrbook.c
10813         * src/addressbook.c
10814         * src/addrindex.c
10815                 Replaced sprintf by g_snprintf to prevent possible buffer
10816                 overflow.
10817         * src/news.c
10818                 Corrected a log message output format.
10819                 Added a missing "done" debug output.
10820         * src/compose.c
10821                 Added keyboard accelerator for Priority menu items
10822                 Added missing \n in debug output
10823         * src/logwindow.c
10824         * src/gtkspell.c
10825         * src/rfc2015.c
10826                 Added missing \n in debug output
10827
10828 2002-07-13 [paul]       0.7.8claws64
10829
10830         * man/sylpheed.1
10831                 change Sergey's email address to the sf address
10832
10833         * src/textview.c
10834                 increase show_url_timeout (more useful for long
10835                 urls)
10836
10837 2002-07-12 [sergey]     0.7.8claws63
10838
10839         * src/rfc2015.c
10840                 applied (with some modifications) patch to set the
10841                 micalg parameter for signatures
10842                 (2001-08-28 Werner Koch <wk@gnupg.org>)
10843
10844 2002-07-12 [sergey]     0.7.8claws62
10845
10846         * man/Makefile.am
10847         * configure.in
10848                 fixed man page installation
10849
10850 2002-07-12 [paul]       0.7.8claws61
10851
10852         * sync with 0.7.8cvs26
10853                 see ChangeLog 2002-07-11 and 2002-07-12
10854
10855 2002-07-11 [christoph]  0.7.8claws60
10856
10857         * src/compose.c
10858         * src/procmsg.c
10859                 first use the message number to find the message
10860                 to mark with a reply flag but check the
10861                 message-id if we got the correct message, if not
10862                 try to find it by message-id.
10863                 use new string seperator that is not allowed
10864                 in message-ids.
10865
10866 2002-07-11 [paul]       0.7.8claws59
10867
10868         * sync with 0.7.8cvs23
10869                 see ChangeLog 2002-07-10
10870
10871 2002-07-10 [christoph]  0.7.8claws58
10872
10873         * src/folder.[ch]
10874         * src/msgcache.[ch]
10875                 Added message-id table to the cache in memory
10876                 and functions to msgcache.c and folder.c to
10877                 fetch MsgInfos by message id
10878         * src/compose.c
10879         * src/procmsg.c
10880                 store folder and message-id of message replying
10881                 to in queue header and set reply flag after sending
10882                 (Closes bug #469498)
10883
10884 2002-07-10 [paul]       0.7.8claws57
10885
10886         * AUTHORS
10887           man/sylpheed.1.gz
10888                 add Martin to the list of authors
10889
10890 2002-07-09 [martin]     0.7.8claws56
10891         * src/gtksctree.c
10892                 Added gtk_ctree_last_visible(), tree_update_level(),
10893                 gtk_ctree_link(), gtk_ctree_unlink(), real_sort_list(),
10894                 tree_sort(), gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
10895                 from gtk+ to gtksctree.c for the new sorting code
10896                 Renamed gtk_ctree_sort_recusive() to gtk_sctree_sort_recursive
10897                 Renamed gtk_ctree_sort_node() to gtk_sctree_sort_node
10898         * src/gtksctree.h
10899                 Added declaration for gtk_sctree_sort_recursive() and
10900                 gtk_sctree_sort_node
10901         * src/addressbook.c
10902         * src/foldersel.c
10903         * src/folderview.c
10904         * src/summaryview.c
10905                 changed calls from gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
10906                 to gtk_sctree_sort_recursive() and gtk_sctree_sort_node()
10907
10908 2002-07-08 [paul]       0.7.8claws55
10909
10910         * more sync with 0.7.8cvs21
10911                 see ChangeLog 2002-07-08
10912
10913 2002-07-08 [paul]       0.7.8claws54
10914
10915         * sync with 0.7.8cvs21
10916                 see ChangeLog 2002-07-08
10917
10918 2002-07-07 [alfons]     0.7.8claws53
10919
10920         * src/Makefile.am
10921         * src/stock_pixmap.[ch]
10922         * src/pixmaps/notice_warn.xpm   ** NEW FILE **
10923         * src/pixmaps/notice_error.xpm  ** NEW FILE **
10924         * src/pixmaps/notice_note.xpm   ** NEW FILE **
10925                 add new pixmaps for upcoming notice pane
10926
10927 2002-07-06 [melvin]     0.7.8claws52
10928
10929         * src/gtkspell.[ch]
10930                 Made them a bit closer to Sylpheed's coding style.
10931                 Removed old code.
10932                 Removed possible memory leaks when some errors occurs.
10933
10934 2002-07-06 [melvin]     0.7.8claws51
10935
10936         * po/Makefile.in.in
10937                 Removed --no-location in xgettext command line to help
10938                 translators that use Emacs' po-mode
10939         * src/quote_fmt.c
10940                 Removed unnecessary comments that messed up sylpheed.pot
10941
10942 2002-07-06 [paul]       0.7.8claws50
10943
10944         * sync with 0.7.8cvs19
10945                 see ChangeLog 2002-07-05
10946
10947 2002-07-06 [christoph]  0.7.8claws49
10948
10949         * src/folder.c
10950         * src/mainwindow.c
10951                 fix folder_item_remove_all_msg and folderview
10952                 status for trash folders after emptying trash
10953
10954 2002-07-05 [paul]       0.7.8claws48
10955
10956         * sync with 0.7.8cvs16
10957                 see ChangeLog 2002-07-04 and 2002-07-05
10958
10959 2002-07-04 [paul]       0.7.8claws47
10960
10961         * sync with 0.7.8cvs14
10962                 see  ChangeLog 2002-07-04
10963
10964 2002-07-03 [alfons]     0.7.8claws46
10965
10966         * src/folder.c
10967                 dupe folder item's path because it's being reallocated
10968                 by new folder scanning code
10969
10970 2002-07-03 [christoph]  0.7.8claws45
10971
10972         * src/imap.c
10973                 better IMAP uid fetching using 'FETCH 1:* (UID)'
10974         * src/msgcache.c
10975                 add missing return in msgcache_write
10976
10977 2002-07-02 [thorsten]   0.7.8claws44
10978
10979         * src/jpilot.c
10980         * src/msgcache.c
10981         * src/rfc2015.c
10982                 use binary mode for file access
10983
10984 2002-07-02 [christoph]  0.7.8claws43
10985
10986         * major code cleanup (part 1)
10987         
10988                 - unused variables removed
10989                 - unused functions removed
10990                 - uninitialized variables checked
10991                 - missing return statements added
10992                 - missing function return types added
10993                 - added parentheses around assignment and
10994                   && in || when suggested by gcc
10995               
10996         * src/mh.c
10997         * src/folder.c
10998                 replaced direct calls to folder->scan_tree
10999                 with folder_scan_tree and restore folder
11000                 prefs in this function. The folder should
11001                 not have to deal with them.
11002                 ( Should now work for all folder types )
11003
11004 2002-07-02 [paul]       0.7.8claws42
11005
11006         * sync with 0.7.8cvs13
11007                 see ChangeLog 2002-07-01 and 2002-07-02
11008
11009 2002-07-01 [christoph]  0.7.8claws41
11010
11011         * src/summaryview.c
11012                 fix "goto next/prev unread message" with
11013                 ignored threads
11014
11015 2002-07-01 [paul]       0.7.8claws40
11016
11017         * po/es.po
11018                 updated by Ricardo Mones Lastra
11019
11020 2002-06-30 [match]      0.7.8claws39
11021
11022         * src/jpilot.c
11023                 applied variation of leonerd's patch (566661) to
11024                 allow multiple email addresses per JPilot entry.
11025                 addresses may be separated by space, comma, pipe,
11026                 semi-colon, new-line.
11027
11028 2002-06-30 [alfons]     0.7.8claws38
11029
11030         * src/procmsg.c
11031                 simple fix for putting older nodes before
11032                 newer nodes when threading by subject
11033
11034 2002-06-30 [christoph]  0.7.8claws37
11035
11036         * src/folder.c
11037         * src/folderview.c
11038         * src/mh.c
11039         * src/news.c
11040         * src/procmsg.c
11041                 fix broken folder tree rescaning
11042                 and don't use procmsg_get_mark_sum
11043                 anymore
11044
11045 2002-06-30 [christoph]  0.7.8claws36
11046
11047         * merge new cache branch
11048         * src/imap.c
11049                 fix new cache imap copy bug
11050         * src/folder.c
11051                 improved folder_item_scan
11052                 it should now always set the correct
11053                 new, unread and total message counts
11054
11055 2002-06-29 [paul]       0.7.8claws35
11056
11057         * configure.in
11058                 correct syntax error
11059
11060 2002-06-29 [paul]       0.7.8claws34
11061
11062         * configure.in
11063           Makefile.am
11064           man/Makefile.am       ** NEW FILE **
11065           man/sylpheed.1.gz     ** NEW FILE **
11066                 add Sylpheed man page
11067
11068 2002-06-29 [paul]       0.7.8claws33
11069
11070         * po/pt_BR.po
11071                 updated by Fabio Junior Beneditto
11072
11073 2002-06-28 [jens]       0.7.8claws32
11074
11075         * po/de.po
11076                 translation updated
11077
11078         * src/selective_download.c
11079                 removed gettext for space " "
11080
11081         * src/imap.c
11082                 removed wrong space
11083
11084 2002-06-28 [paul]       0.7.8claws31
11085
11086         * sync with 0.7.8cvs11
11087                 see ChangeLog 2002-06-28
11088
11089 2002-06-28 [paul]       0.7.8claws30
11090
11091         * sync with 0.7.8cvs10
11092                 see ChangeLog 2002-06-27 and 2002-06-28
11093
11094 2002-06-26 [paul]       0.7.8claws29
11095
11096         * src/addrgather.c
11097           src/selective_download.c
11098                 don't gettextise empty strings.
11099                 reserved by gettext. gettext("") returns 
11100                 the header entry with meta information, 
11101                 not the empty string
11102
11103         * po/en_GB.po
11104                 updated
11105
11106 2002-06-26 [paul]       0.7.8claws28
11107
11108         * sync with 0.7.8cvs7
11109                 see ChangeLog 2002-06-25
11110
11111         * src/prefs_common.c
11112                 ...and in the process, tweak the gui a little
11113
11114 2002-06-25 [alfons]     0.7.8claws27
11115         
11116         * configure.in
11117         * src/Makefile.am
11118                 fine tune ldap library detection
11119
11120 2002-06-25 [alfons]     0.7.8claws26
11121
11122         * src/compose.c
11123                 don't allow return receipts when composing a news article
11124
11125 2002-06-25 [paul]       0.7.8claws25
11126
11127         * Makefile.am
11128                 add '$(AMTAR)' to 'release' section to allow for
11129                 new and older autotools
11130
11131 2002-06-25 [paul]       0.7.8claws24
11132
11133         * src/summaryview.c
11134                 fix "No more unread messages" persistant pop-up
11135                 window bug
11136
11137 2002-06-25 [paul]       0.7.8claws23
11138
11139         * po/it.po
11140                 updated by Alessandro Maestri
11141
11142 2002-06-25 [paul]       0.7.8claws22
11143
11144         * sync with 0.7.8cvs6
11145                 see ChangeLog 2002-06-25
11146
11147 2002-06-24 [paul]       0.7.8claws21
11148
11149         * tools/update-po
11150                 add GPL copyright information
11151
11152 2002-06-24 [paul]       0.7.8claws20
11153
11154         * tools/Makefile.am
11155           tools/README
11156           tools/update-po       ** NEW FILE **
11157                 add script that eases the creation of *.po files
11158                 Submitted by Wilbert Berendsen <wilbert@oswf.org>
11159
11160 2002-06-23 [alfons]     0.7.8claws19
11161
11162         * src/messageview.c
11163                 make notification_convert_header obey const correctness
11164                 (next step will be fixing the broken return receipt)
11165
11166 2002-06-23 [paul]       0.7.8claws18
11167
11168         * src/messageview.c
11169                 fix bug introduced in last commit:
11170                 removed too much code in last commit - put back what's
11171                 needed
11172
11173 2002-06-23 [paul]       0.7.8claws17
11174
11175         * src/messageview.[ch]
11176                 remove code committed in error from locally patched
11177                 source
11178
11179 2002-06-23 [colin]      0.7.8claws16
11180
11181         * src/compose.[ch]
11182                 add compose_entry_select(), used to select the default_to
11183                 email address - hopefully avoiding people sending mails to
11184                 wrong recipients.
11185
11186 2002-06-22 [alfons]     0.7.8claws15
11187
11188         * AUTHORS
11189                 add Bram Metsch & Stanislav Karchebny
11190         * src/smtp.[ch]
11191         * src/prefs_account.[ch]
11192         * src/send.c
11193                 - apply and adapt Bram's patch which allows user to set SMTP AUTH 
11194                   options.  (see <http://sourceforge.net/tracker/index.php
11195                   ?func=detail&aid=566937&group_id=25528&atid=384600>);
11196
11197                 - merge Stanislav's fix to make SMTP AUTH work with qmail
11198                   (see <http://www.tmtm.org/cgi-bin/w3ml/msg.cgi?ml=sylpheed&id=14343>)
11199
11200 2002-06-22 [paul]       0.7.8claws14
11201
11202         * sync with 0.7.8cvs5
11203                 see ChangeLog 2002-06-19 and 2002-06-20
11204
11205 2002-06-22 [alfons]     0.7.8claws13
11206
11207         * src/selective_download.c
11208                 fix a stupid mistake I made
11209
11210 2002-06-22 [alfons]     0.7.8claws12
11211
11212         * src/selective_download.[ch]
11213                 fix another unnoticed leak; cleanup code
11214
11215 2002-06-21 [alfons]
11216
11217         * tools/Makefile.am
11218                 gpg-sign <-- gpg-sign-syl
11219
11220 2002-06-21 [alfons]     0.7.8claws11
11221
11222         * src/selective_download.c
11223         * src/selective_download.h
11224                 fix assorted mix of allocation errors (should solve
11225                 problem reported by Philippe Gramoullé, see:
11226                 http://sourceforge.net/mailarchive/forum.php?thread_id=828668&forum_id=2006)
11227
11228 2002-06-20 [melvin]     0.7.8claws10
11229
11230         * tools/gpg-sign *REMOVED*
11231           tools/gpg-sign-syl *ADDED*
11232                 Replaced the gpg clearsigning script with the version using
11233                 xterm instead of ssh-askpass and changed its name.
11234
11235         * README.claws
11236                 Updated actions example to reflect the renaming of the
11237                 gpg clearsigning script.
11238
11239 2002-06-19 [paul]       0.7.8claws9
11240
11241         * sync with 0.7.8claws9
11242                 see ChangeLog 2002-06-18 and 2002-06-19
11243
11244 2002-06-19 [paul]       0.7.8claws8
11245
11246         * sync with 0.7.8cvs1
11247                 see ChangeLog 2002-06-18
11248
11249 2002-06-18 [alfons]     0.7.8claws7
11250
11251         * src/mainwindow.h
11252                 add omitted prototype
11253
11254 2002-06-17 [paul]       0.7.8claws6
11255
11256         * src/mainwindow.c
11257                 fix hiding of exec_btn
11258
11259 2002-06-17 [paul]       0.7.8claws5
11260
11261         * src/pop.c
11262                 remove unneeded code: should_delete() 
11263                 and Pop3State::uidl_todelete_list
11264
11265 2002-06-17 [paul]       0.7.8claws4
11266
11267         * sync with 0.7.8
11268                 see ChangeLog 2002-06-11 and 2002-06-13
11269
11270 2002-06-16 [alfons]     0.7.8claws3
11271         
11272         * src/folder.c
11273                 make sure lock sort mode (claws specific) is
11274                 also persists after a tree rescan
11275
11276 2002-06-16 [alfons]     0.7.8claws2
11277
11278         * src/prefs_folder_item.c
11279         * src/folder.[ch]
11280                 fix persistence of folder sort mode (broken
11281                 by adapting Hiro's new folder persistence code)
11282
11283 2002-06-16 [alfons]     0.7.8claws1
11284
11285         * AUTHORS
11286         * src/logwindow.c
11287         * src/prefscommon.[ch]
11288                 control size of log text in log window; 
11289                 closes patch #569155 submitted by Mitko Haralanov.
11290
11291 2002-06-15 [paul]       0.7.8claws
11292
11293         * release of 0.7.8claws
11294
11295 2002-06-15 [paul]       0.7.7claws
11296
11297         * po/pt_BR.po
11298                 updated by Fabio Junior Beneditto
11299
11300 2002-06-14 [paul]       0.7.6claws49
11301
11302         * po/es.po
11303                 updated by Ricardo Mones Lastra
11304
11305 2002-06-14 [paul]       0.7.6claws48
11306
11307         * po/nl.po
11308                 updated translation by Wilbert Berendsen
11309
11310 2002-06-14 [melvin]     0.7.6claws47
11311
11312         * po/fr.po
11313                 Updated French translation
11314
11315 2002-06-13 [paul]       0.7.6claws46
11316
11317         * src/filesel.c
11318                 allow filename to be typed in, rather than just
11319                 selected by the mouse. Patch by Gustavo Noronha Silva.
11320
11321 2002-06-13 [alfons]     0.7.6claws45
11322
11323         * src/mainwindow.[ch]
11324                 more cleanups (removing unnecessary menu items Expand 
11325                 summary / message view)
11326
11327 2002-06-13 [melvin]     0.7.6claws44
11328
11329         * po/POTFILES.in
11330                 Added src/string_match.c
11331         * src/string_match.c
11332                 Fixed possible buffer overflow.
11333                 Corrected typo.
11334                 Added missing config.h header.
11335         * src/prefs_common.c
11336           src/prefs_matcher.c
11337           src/prefs_scoring.c
11338                 Made some strings translatable (missing _(..)).
11339
11340 2002-06-13 [melvin]     0.7.6claws43
11341
11342         * README.claws
11343                 Corrected action example (verifying clearsigned mail).
11344         * src/prefs_account.c
11345                 Corrected typo.
11346         * src/prefs_common.c
11347                 Removed incorrect line that generated a Gtk-CRITICAL msg.
11348
11349 2002-06-12 [alfons]     0.7.6claws42
11350
11351         * src/summaryview.c
11352                 add init of score column lost in 0.7.6claws42
11353
11354 2002-06-12 [paul]       0.7.6claws41
11355
11356         * src/prefs_account.c
11357                 CREATE_RADIO_BUTTONS(): fixed a typo and corrected the 
11358                 behavior of the radio buttons, (from 0.7.7cvs2)
11359
11360 2002-06-11 [alfons]     0.7.6claws40
11361
11362         * src/messageview.[ch]
11363         * src/summaryview.[ch]
11364         * src/summary_search.c
11365         * src/mainwindow.c
11366                 perform a sync to bring in Hiro's separate view implementation 
11367
11368                 (NOTE: may still be buggy; 0.7.6claws39 marked as LAST_STABLE)
11369
11370 2002-06-11 [paul]       0.7.6claws39
11371         
11372         * src/prefs_account.c
11373                 correct a typo on the Receive tab
11374
11375 2002-06-10 [match]      0.7.6claws38
11376
11377         * src/addressbook.c
11378                 Included address completion patch from Gustavo Noronha.
11379
11380 2002-06-10 [paul]       0.7.6claws37
11381
11382         * src/inc.[ch]
11383           src/pop.c
11384           src/prefs_account.[ch]
11385           src/selective_download.[ch]
11386                 apply PATCH #561712
11387                  NEW:
11388                 - check if POP Account
11389                 - Receive Button renamed to Preview
11390                 - Preview Button Popup: preview new/all messages
11391                 - Download Button
11392                 - Account Preferences-->Receive tab checkbutton if you
11393                   want to remove Mail after Download
11394                 -: default YES
11395                 - Account Preferences-->Receive tab checkbutton use
11396                   filtering rules on preview
11397                   (think of delete_on_server)
11398                 -: default YES
11399                 - Account selectable from SD dialog
11400                 - checkbutton to show already downloaded messages if
11401                   all messages are previewed
11402                 - new clist column showing Date
11403                 - ESC KEY close
11404                 FIXES:
11405                 - play ball with UIDL
11406                 - fault tolerant (?) 
11407                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
11408
11409 2002-06-10 [melvin]     0.7.6claws36
11410
11411         * README.claws
11412                 Added a hint to ac/README in cvs instructions.
11413
11414         * src/prefs_actions.c
11415                 Made it possible to use a more elaborate command line
11416                 for asynchronous actions, too.
11417
11418 2002-06-10 [melvin]     0.7.6claws35
11419         
11420         * src/prefs_actions.c
11421                 Make it possible to use a more elaborate command line
11422                 (e.g. |foo|bar|cat>there;echo Done|)
11423                 Corrected error message when calling %f, %F and %p commands
11424                 from the compose window.
11425
11426 2002-06-09 [colin]      0.7.6claws34
11427
11428         * src/summaryview.c
11429                 Automatically find unread messages in current folder
11430                 before annoying the user.
11431
11432 2002-06-08 [alfons]     0.7.6claws33
11433
11434         * po/it.po
11435                 remove bad formatting string in it.po translation
11436                 (close "[ 548336 ] --debug segfaults!!! with it_IT@euro")
11437
11438 2002-06-08 [paul]       0.7.6claws32
11439
11440         * sync with 0.7.6cvs25
11441                 see ChangeLog 2002-06-07
11442
11443 2002-06-05 [paul]       0.7.6claws31
11444
11445         * src/mainwindow.c
11446                 add 'Sort by locked' and 'Sort by score'
11447
11448 2002-06-05 [paul]       0.7.6claws30
11449
11450         * sync with 0.7.6cvs24
11451                 see ChangeLog 2002-06-04
11452
11453 2002-06-04 [paul]       0.7.6claws29
11454
11455         * po/pt_BR.po
11456                 updated by Fabio Junior Beneditto
11457
11458 2002-06-03 [thorsten]   0.7.6claws28
11459
11460         * src/matcher.c
11461                 fclose() matcherrc after reading
11462
11463 2002-06-03 [paul]       0.7.6claws27
11464
11465         * sync with 0.7.6cvs21
11466                 see ChangeLog 2002-05-31
11467
11468 2002-05-31 [paul]       0.7.6claws26
11469
11470         * sync with 0.7.6cvs20
11471                 see ChangeLog 2002-05-29 and 2002-05-30
11472
11473 2002-05-31 [paul]       0.7.6claws25
11474
11475         * src/imap.c
11476                 hopefully fix last buggy sync
11477
11478         * README.claws
11479                 correct typo in 'Actions' examples
11480
11481 2002-05-29 [paul]       0.7.6claws24
11482
11483         * sync with 0.7.6cvs18
11484                 see ChangeLog 2002-05-28 and 2002-05-29
11485
11486         * src/news.c
11487           src/nntp.[ch]
11488                 sync with above 
11489
11490 2002-05-28 [paul]       0.7.6claws23
11491
11492         * sync with 0.7.6cvs16
11493                 see ChangeLog 2002-05-28
11494
11495 2002-05-27 [thorsten]   0.7.6claws22 
11496
11497         * faq/it/sylpheed-faq-1.html
11498           faq/it/sylpheed-faq-2.html
11499           faq/it/sylpheed-faq-3.html
11500           faq/it/sylpheed-faq.html
11501                 corrected DOS lineendings
11502         * faq/de/sylpheed-faq-1.html
11503           faq/de/sylpheed-faq-2.html
11504           faq/en/sylpheed-faq-1.html
11505           faq/en/sylpheed-faq-2.html
11506           faq/en/sylpheed-faq-3.html
11507           faq/es/sylpheed-faq-1.html
11508           faq/es/sylpheed-faq-2.html
11509           faq/es/sylpheed-faq-3.html
11510           faq/fr/sylpheed-faq-1.html
11511           faq/it/sylpheed-faq-1.html
11512           faq/it/sylpheed-faq-2.html
11513           faq/it/sylpheed-faq-3.html
11514           faq/it/sylpheed-faq.html
11515                 changed ">" to &quot;
11516
11517 2002-05-27 [paul]       0.7.6claws21
11518         
11519         * sync with 0.7.6cvs15
11520                 see ChangeLog 2002-05-27
11521
11522 2002-05-27 [paul]       0.7.6claws20
11523
11524         * src/prefs_account.c
11525                 correct a typo
11526
11527 2002-05-26 [paul]       0.7.6claws19
11528
11529         * tools/README
11530                 correct a typo
11531
11532 2002-05-25 [paul]       0.7.6claws18
11533
11534         * tools/README
11535                 add description of kmail2sylpheed.pl
11536
11537 2002-05-25 [paul]       0.7.6claws17
11538
11539         * tools/kmail2sylpheed.pl       ** NEW FILE **
11540                 perl script that converts an exported Kmail address
11541                 book, converts it to sylpheed addressbook file,
11542                 writes the file to .sylpheed, and updates
11543                 addrbook--index.xml 
11544
11545 2002-05-25 [paul]       0.7.6claws16
11546
11547         * sync with 0.7.6cvs14
11548                 see ChangeLog 2002-05-23
11549
11550 2002-05-24 [paul]       0.7.6claws15
11551
11552         * README.claws
11553                 make a correction and add some more info
11554
11555 2002-05-24 [paul]       0.7.6claws14
11556
11557         * src/compose.c
11558                 fix memory leak in 
11559                 compose_redirect_write_headers_from_headerlist()
11560                 add Subject and Resent-Message-ID to
11561                 compose_redirect_write_headers()
11562                 Received, Subject, and X-UIDL are filtered out in 
11563                 compose_redirect_write_to_file()
11564
11565 2002-05-23 [paul]       0.7.6claws13
11566
11567         * src/compose.[ch]
11568           src/filtering.c
11569           src/mainwindow.c
11570           src/matcher.[ch]
11571           src/matcher_parser_lex.l
11572           src/matcher_parser_parse.y
11573           src/prefs_common.[ch]
11574           src/prefs_filtering.c
11575           src/summaryview.c
11576                 rename 'Bounce' to 'Redirect'
11577
11578 2002-05-23 [paul]       0.7.6claws12
11579
11580         * more sync with 0.7.6cvs13
11581           src/compose.c
11582                 see ChangeLog 2002-05-22
11583
11584 2002-05-22 [paul]       0.7.6claws11
11585
11586         * sync with 0.7.6cvs13
11587           src/codeconv.c
11588                 see ChangeLog 2002-05-20
11589           src/prefs_common.c
11590                 see ChangeLog 2002-05-22
11591
11592 2002-05-21 [melvin]     0.7.6claws10
11593
11594         * src/folderview.c
11595                 Added missing filtering and scoring headers
11596                 Fixed bad function call that showed garbage 
11597                 in Folder->Processing
11598
11599 2002-05-21 [paul]       0.7.6claws9
11600
11601         * tools/Makefile.am
11602                 make all tools executable, (patch by Alfons).
11603
11604 2002-05-20 [alfons]     0.7.6claws8
11605
11606         * src/procheader.c
11607                 don't forget to call mktime() so we have a valid week 
11608                 and year day
11609                 (Bug report by Roger Sondermann <mail@jumaros.de>)
11610
11611 2002-05-20 [paul]       0.7.6claws7
11612
11613         * src/html.c
11614                 fix broken parsing of urls
11615         * src/textview.c
11616                 fix displaying of urls
11617
11618                 both fixes from the patch [547855] by Eugene 
11619                 Brevdo (zonem)
11620
11621 2002-05-19 [alfons]     0.7.6claws6
11622
11623         * configure.in
11624                 make sylpheed configure correctly with the latest
11625                 and greatest of automake / autoconf / gettext
11626
11627 2002-05-19 [alfons]     0.7.6claws5
11628
11629         * src/procheader.c
11630         * src/procheader.h
11631                 add function for returning ime zone offset
11632         * src/quote_fmt.c
11633         * src/quote_fmt_parse.y
11634                 better quotation formatting - does not convert
11635                 to local time, but uses the original date string.
11636                 
11637                 Note: %z inserts the timezone offset (should 
11638                 work also on platforms where strftime does not
11639                 support %z).
11640
11641 2002-05-18 [christoph]  0.7.6claws4
11642
11643         * src/summaryview.c
11644                 fix indentation of some code
11645         * tools/Makefile.am
11646                 fix spaces after \
11647         * src/Makefile.am
11648                 add missing \
11649                 correct path for ignorethread.xpm
11650                 incorrect filename for sylpheed_logo.xpm
11651                 add missing include matcher_parser_parse.h
11652
11653 2002-05-18 [paul]       0.7.6claws3
11654
11655         * sync with 0.7.6cvs8
11656                 see ChangeLog 2002-05-16 and 2002-05-17
11657
11658 2002-05-18 [melvin]     0.7.6claws2
11659
11660         * README.claws
11661                 Corrected an action's definition and fixed some misspellings.
11662
11663 2002-05-18 [paul]       0.7.6claws1
11664
11665         * tools/Makefile.am
11666           tools/gpg-sign        ** new file **
11667           tools/uudec           ** new file **
11668                 add Melvin's Actions scripts
11669
11670         * README.claws
11671                 add Melvin's descriptions for Actions
11672
11673 2002-05-18 [paul]       0.7.6claws
11674
11675         * Version 0.7.6claws released
11676
11677 2002-05-17 [paul]       0.7.5claws32
11678
11679         * po/es.po
11680                 updated by Ricardo Mones Lastra
11681
11682 2002-05-17 [paul]       0.7.5claws31
11683
11684         * src/compose.c
11685                 fix Account prefs default folder for sent/draft/deleted
11686                 messages bug
11687
11688         * po/it.po
11689           po/nl.po
11690                 updated translation by Alessandro Maestri and
11691                 Wilbert Berendsen
11692
11693 2002-05-17 [melvin]     0.7.5claws30
11694
11695         * src/prefs_actions.c
11696                 Fixed bug where using %F not at the end of the command 
11697                 resulted in an additional empty argument being created.
11698                 Thanks to Darko Koruga for reporting the bug.
11699
11700 2002-05-17 [melvin]     0.7.5claws29
11701
11702         * po/fr.po
11703                 Updated French translations.
11704
11705 2002-05-15 [paul]       0.7.5claws28
11706         
11707         * po/es.po
11708                 updated by Ricardo Mones Lastra
11709
11710 2002-05-15 [paul]       0.7.5claws27
11711
11712         * sync with 0.7.6cvs4
11713                 see ChangeLog 2002-05-14 and 2002-05-15
11714
11715 2002-05-14 [paul]       0.7.5claws26
11716
11717         * sync with 0.7.6cvs1
11718                 see ChangeLog 2002-05-13
11719
11720 2002-05-13 [thorsten]   0.7.5claws25
11721
11722         * src/messageview.c
11723                 fix select_all and copy in multipart messages
11724         * src/mainwindow.c
11725                 fix select_all and copy in multipart messages
11726
11727 2002-05-12 [paul]       0.7.5claws24
11728
11729         * src/summaryview.c
11730                 reverse last commit, bug already fixed in 0.7.5claws3
11731
11732 2002-05-12 [netztorte]  0.7.5claws23
11733
11734         * src/summaryview.c
11735                 dont parse empty addressbook (checked in before claws20)
11736
11737 2002-05-12 [melvin]     0.7.5claws22
11738
11739         * src/procmsg.[ch]
11740                 Removed unneeded priority code introduced by the previous 
11741                 commit.
11742
11743 2002-05-12 [melvin]     0.7.5claws21
11744
11745         * src/compose.[ch]
11746                 Added possibility to set message's priority.
11747         * src/procmsg.[ch]
11748                 Added possibility to set message's priority.
11749                 Added missing headers
11750
11751 2002-05-12 [melvin]     0.7.5claws20
11752
11753         * src/prefs_actions.c
11754                 Removed implicitely added quotes around the name
11755                 of the temporary files of mime parts.
11756
11757 2002-05-12 [paul]       0.7.5claws19
11758
11759         * sync with 0.7.5cvs20
11760                 see ChangeLog 2002-05-11
11761
11762 2002-05-12 [alfons]     0.7.5claws18
11763
11764         * src/quote_fmt_lex.l
11765         * src/quote_fmt_parse.y
11766                 allow quote / reply date & time format to be set using
11767                 %D{format}. format is a format string you'd pass to
11768                 strftime() (see man strftime, or the Display tab |
11769                 Date format setting).
11770
11771                 Currently %D converts the date to local time. 
11772
11773 2002-05-11 [paul]       0.7.5claws17
11774
11775         * sync with 0.7.5cvs19 (except src/prefs_folder_item.c)
11776                 see ChangeLog 2002-05-10 and 2002-05-11
11777
11778 2002-05-10 [paul]       0.7.5claws16
11779
11780         * sync with 0.7.5cvs16
11781                 see ChangeLog entries 2002-05-09 and 
11782                 2002-05-10
11783
11784 2002-05-10 [colin]      0.7.5claws15
11785
11786         * src/textview.c
11787                 Corrected a bug that prevented sylpheed to open
11788                 double-clicked URIs.
11789
11790 2002-05-09 [paul]       0.7.5claws14
11791
11792         * sync with 0.7.5cvs14
11793                 see ChangeLog 2002-05-08 and 2002-05-09
11794
11795 2002-05-08 [paul]       0.7.5claws13
11796
11797         * sync with 0.7.5cvs11
11798                 see ChangeLog entry 2002-05-08
11799
11800 2002-05-08 [paul]       0.7.5claws12
11801
11802         * src/mainwindow.c
11803           src/textview.[ch]
11804                 fix segfault on View->Open in new window
11805                 patch submitted by Thorsten Maerz <torte@netztorte.de>
11806
11807 2002-05-07 [paul]       0.7.5claws11
11808
11809         * sync with 0.7.5cvs9
11810                 see ChangeLog entry 2002-05-07
11811
11812 2002-05-06 [paul]       0.7.5claws10
11813
11814         * src/messageview.c
11815           src/textview.c
11816                 display url in statusbar on single-click
11817                 patch submitted by Thorsten Maerz <torte@netztorte.de>
11818
11819 2002-05-06 [match]      0.7.5claws9
11820
11821         * src/addritem.[ch]
11822                 new functions.
11823         * src/addrcache.c
11824                 tidy up.
11825         * src/xmlprops.[ch]
11826                 XML implementation of properties file.
11827         * src/exporthtml.[ch]
11828         * src/expthtmldlg.[ch]
11829         * src/addressbook.c
11830                 export to HTML.
11831
11832 2002-05-02 [sergey]     0.7.5claws8
11833
11834         * src/mainwindow.c (mainwin_entries),
11835           src/prefs_common.c (prefs_send_create()),
11836           src/codeconv.c (locale_table):
11837                 use charset name "Windows-1251" instead of "CP1251".
11838
11839 2002-05-02 [colin]      0.7.5claws7
11840         
11841         * src/compose.c
11842           src/prefs_common.c
11843           src/prefs_folder_item.c
11844                 Fixed cosmetics bugs due to Outbox renamed to Sent.
11845
11846 2002-05-02 [hiro]       0.7.5claws6
11847
11848         * src/imap.c
11849                 sync the change for QUOTE_IF_REQUIRED() macro with 0.7.5cvs7.
11850
11851 2002-05-02 [paul]       0.7.5claws5
11852
11853         * src/compose.c
11854                 more sync with 0.7.5cvs7, see ChangeLog entry
11855                 2002-05-02
11856
11857 2002-05-02 [hiro]       0.7.5claws4
11858
11859         * src/compose.c
11860                 compose_queue_sub():
11861                 check if queue folder exists (closes #550397).
11862                 removed directory creation since it should be handled
11863                 transparently.
11864         * src/imap.c
11865                 imap_add_msg(): return UID for appended message
11866                 (closes #548842).
11867
11868 2002-04-30 [paul]       0.7.5claws3
11869
11870         * src/summaryview.c
11871                 fix account_find_from_address() bug
11872
11873 2002-04-28 [colin]      0.7.5claws2
11874
11875         * src/compose.c
11876           src/textview.c
11877           src/prefs_common.[ch]
11878           src/utils.[ch]
11879                 Added user-definable quotation characters recognition.
11880
11881 2002-04-28 [paul]       0.7.5claws1
11882
11883         * sync with 0.7.5cvs4
11884                 see ChangeLog entry  2002-04-25
11885
11886 2002-04-28 [paul]       0.7.5claws
11887
11888         * po/es.po
11889           po/nl.po
11890           po/pt_BR.po
11891                 updated by Ricardo Mones Lastra, Wilbert Berendsen, and
11892                 Fabio Junior Beneditto
11893
11894 2002-04-27 [jens]       0.7.4claws103
11895
11896         * po/de.po
11897                 updated German translation.
11898
11899 2002-04-27 [hiro]       0.7.4claws102
11900
11901         * src/summaryview.c
11902                 summary_write_cache(): fixed the mark loss of hidden messages.
11903
11904 2002-04-26 [melvin]     0.7.4claws101
11905
11906         * src/procmsg.c
11907                 fixed a second typo (same one)
11908         * po/fr.po
11909           po/it.po
11910           po/pt_BR.po
11911                 fixed the type again...
11912
11913 2002-04-26 [melvin]     0.7.4claws100
11914
11915         * src/procmsg.c
11916                 fixed a typo in an alert message ("temorary").
11917         * po/it.po
11918         * po/pt_BR.po
11919                 corrected the typo  described above.
11920         * po/fr.po
11921                 updated French translation.
11922
11923 2002-04-26 [darko]      0.7.4claws99
11924
11925         * src/summaryview.c
11926                 fix target folder colorization
11927
11928 2002-04-25 [paul]       0.7.4claws98
11929
11930         * po/it.po
11931                 updated by Alessandro Maestri
11932
11933 2002-04-24 [colin]      0.7.4claws97
11934         
11935         * src/compose.c
11936                 Fixed double "subject is empty" question.
11937
11938 2002-04-23 [colin]      0.7.4claws96
11939         
11940         * src/mimeview.c
11941                 Corrected issue when "automatically display images" was
11942                 not set : first image remained after selecting second.
11943
11944 2002-04-23 [melvin]     0.7.4claws95
11945
11946         * src/prefs_actions.c
11947                 Don't display in/out dialog if there is nothing to show.
11948
11949 2002-04-23 [paul]       0.7.4claws94
11950
11951         * sync with 0.7.5cvs3
11952                 bug fixes: see ChangeLog entry 2002-04-23
11953
11954 2002-04-22 [darko]      0.7.4claws93
11955
11956         * src/compose.c
11957                 fix previous check-in which changed code after
11958                 merge from main
11959
11960 2002-04-22 [paul]       0.7.4claws92
11961
11962         * faq/de/*
11963                 add German FAQ
11964         * faq/en/*
11965           faq/es/*
11966           faq/fr/*
11967                 update English, Spanish and French FAQs
11968         * manual/de/*
11969           manual/es/*
11970                 add German and Spanish manuals
11971         * manual/en/*
11972           manual/fr/*
11973                 update English and French manuals
11974
11975         * src/Makefile.am
11976                 add to and re-arrange the pixmap entries
11977
11978 2002-04-22 [darko]      0.7.4claws91
11979
11980         * src/compose.c
11981                 fix sender initials recognition to only allow
11982                 '>' after the initials
11983
11984 2002-04-21 [paul]       0.7.4claws90
11985
11986         * sync with 0.7.5 release
11987                 see ChangeLog entry 2002-04-21
11988
11989 2002-04-21 [alfons]
11990
11991         * src/Makefile.am
11992                 add colin's new pixmaps to EXTRA_DIST
11993
11994 2002-04-21 [colin]      0.7.4claws89
11995         * src/compose.c
11996         * src/inc.c
11997         * src/mainwindow.[ch]
11998         * src/prefs_common.[ch]
11999         * src/stock_pixmap.[ch]
12000                 Added "Work offline" ability.
12001
12002 2002-04-21 [colin]      0.7.4claws88
12003         
12004         * src/mimeview.c
12005         * src/prefs_common.c
12006         * src/prefs_common.h
12007         * src/textview.c : Added an option to common preferences -> display
12008           to allow user not to automatically display images.
12009
12010 2002-04-21 [paul]       0.7.4claws87
12011
12012         * sync with 0.7.4cvs52
12013                 see ChangeLog entry 2002-04-21 (src/imap.c)
12014
12015 2002-04-21 [paul]       0.7.4claws86
12016
12017         * sync with 0.7.4cvs51
12018                 see ChangeLog entry 2002-04-21
12019
12020 2002-04-21 [paul]       0.7.4claws85
12021
12022         * sync with 0.7.4cvs49
12023                 see ChangeLog entries 2002-04-20 and 2002-04-21
12024
12025         * src/Makefile.am
12026                 clean up: remove old 'stock_' element from xpm 
12027                 filenames.
12028
12029 2002-04-21 [alfons]     0.7.4claws84
12030
12031         apply sync patch from Paul
12032
12033         * src/folderview.c
12034                 use old claws prefs_folder_item_create() for now
12035
12036 2002-04-19 [match]      0.7.4claws83
12037
12038         * src/addressbook.[ch]
12039         * src/addrharvest.[ch]
12040         * src/addrgather.[ch]
12041                 recurse folders.
12042         * src/mainwindow.c
12043         * src/summaryview.[ch]
12044                 change menu option.
12045
12046 2002-04-19 [paul]       0.7.4claws82
12047
12048         * po/pt_BR.po
12049                 updated by Fabio Junior Beneditto
12050
12051 2002-04-14 [alfons]     0.7.4claws81
12052
12053         * src/passphrase.c
12054                 add #include <sys/types.h> for mode_t and off_t 
12055
12056 2002-04-13 [paul]       0.7.4claws80
12057         
12058         * src/main.c
12059           src/passphrase.[ch]
12060           src/pgptext.c
12061           src/prefs_common.[ch]
12062           src/rfc2015.c
12063                 enable storing of GnuPG passphrase for the whole 
12064                 session or a user-defined number of minutes. patch 
12065                 submitted by Ravemax <ravemax@dextrose.com>
12066
12067 2002-04-13 [alfons]     0.7.4claws79
12068
12069         * src/textview.c
12070                 make email parser also stop scanning when encountering separators
12071                 ',' and ';' (reported by Fabien Vantard <fvantard@opsion.fr>)
12072
12073 2002-04-13 [paul]       0.7.4claws78
12074
12075         * sync with 0.7.4cvs39
12076                 see ChangeLog entry 2002-04-12
12077
12078 2002-04-11 [paul]       0.7.4claws77
12079
12080         * sync with 0.7.4cvs37
12081                 see ChangeLog entry 2002-04-11
12082
12083 2002-04-11 [paul]       0.7.4claws76
12084
12085         * COPYING 
12086                 re-licensed (removal of "NO-VIRUS CLAUSE" and addition of
12087                 the clause for OpenSSL). sync with sylpheed main
12088
12089 2002-04-09 [melvin]     0.7.4claws75
12090
12091         * src/compose.c
12092                 Made 'Ctrl-Enter' on send ignore some modifiers 
12093                 (LOCK_MASK, MOD2, MOD3, MOD4, MOD5). Make it possible
12094                 to bind other *-Enter (but not Alt-Enter).
12095
12096 2002-04-09 [paul]       0.7.4claws74
12097
12098         * sync with 0.7.4cvs35
12099                 see ChangeLog entries 2002-04-09
12100
12101 2002-04-08 [paul]       0.7.4claws73
12102
12103         * sync with 0.7.4cvs33
12104                 see ChangeLog entry 200-04-08
12105
12106 2002-04-07 [match]      0.7.4claws72
12107
12108         * src/addrharvest.[ch]
12109                 fixed to read all addresses in header, regardless
12110                 of header size. improved name parsing. accommodate
12111                 harvest from folders and selected message.
12112         * src/addritem.[ch]
12113                 included new address parsing function.
12114         * src/addrgather.[ch]
12115         * src/addressbook.[ch]
12116         * src/summaryview.[ch]
12117         * src/mainwindow.c
12118                 allow address harvest of folder as well as selected
12119                 messages.
12120
12121 2002-04-07 [paul]       0.7.4claws71
12122
12123         * src/esmtp.[ch]
12124           src/smtp.c
12125                 don't try to authenticate with CRAM-MD5 in SMTP when 
12126                 SMTP-AUTH enabled if MTA doesn't issue this 
12127                 auth-method in it's ehlo-response. bug item #531364,
12128                 patch item #938910. patch submitted by Colin Leroy 
12129                 <colin@colino.net>
12130
12131 2002-04-07 [paul]       0.7.4claws70
12132
12133         * src/nntp.c
12134                 fix missing MODE_READER bug. patch submitted by
12135                 Colin Leroy <colin@colino.net>
12136
12137 2002-04-07 [alfons]     0.7.4claws69
12138
12139         * src/matcher.[ch]
12140         * src/prefs_filtering.c
12141         * src/summaryview.c
12142                 escape \' and \" in strings passed as filtering strings; bug report by Alex Evseev.
12143                 (see http://www.geocrawler.com/lists/3/SourceForge/11619/25/8279435/)
12144
12145 2002-04-07 [paul]       0.7.4claws68
12146
12147         * sync with 0.7.4cvs32
12148                 see ChangeLog entry 2002-04-06
12149
12150         * tools/filter_conv.pl
12151                 more bug fixes
12152
12153 2002-04-06 [paul]       0.7.4claws67
12154
12155         * tools/filter_conv.pl
12156                 modify to be able to find the name of the first
12157                 mailbox and use that. main's filter does not
12158                 record the full path to the mailbox and therefore
12159                 can only filter to the first mailbox.
12160
12161 2002-04-05 [paul]       0.7.4claws66
12162
12163         * tools/filter_conv.pl
12164                 attempt to make the script all-encompassing and
12165                 be able to convert any main 'filter' rule thrown
12166                 at it
12167
12168 2002-04-05 [paul]       0.7.4claws65
12169
12170         * tools/filter_conv.pl
12171                 allow for collapsed folder trees
12172
12173 2002-04-05 [paul]       0.7.4claws64
12174
12175         * sync with 0.7.4cvs31
12176                 see ChangeLog entries 2002-04-05
12177
12178 2002-04-03 [paul]       0.7.4claws63
12179
12180         * sync with 0.7.4cvs29
12181                 see ChangeLog entries 2002-04-02 and 2002-04-03
12182
12183 2002-04-02 [paul]       0.7.4claws62
12184
12185         * sync with 0.7.4cvs26
12186                 see ChangeLog entry 2002-04-01
12187
12188 2002-04-02 [match]      0.7.4claws61
12189
12190         * src/pine.[ch]
12191         * src/importpine.[ch]
12192         * src/addressbook.c
12193                 import Pine address book.
12194
12195 2002-04-02 [match]      0.7.4claws60
12196
12197         * src/addrharvest.[ch]
12198                 improve address parsing of funky addresses.
12199
12200 2002-04-02 [darko]      0.7.4claws59
12201
12202         * src/compose.c
12203                 wrap on send improvements, it now recognizes quoted
12204                 initials as part of the quotation string, and it
12205                 does not join lines separated by CR
12206
12207 2002-04-01 [match]      0.7.4claws58
12208
12209         * src/mgutils.[ch]
12210                 added new functions.
12211         * src/mutt.[ch]
12212                 remove excessive duplicate address generation
12213                 on import.
12214
12215 2002-04-01 [alfons]     0.7.4claws57
12216         
12217         * src/summaryview.c
12218                 put back g_free() 
12219
12220 2002-04-01 [paul]       0.7.4claws56
12221
12222         * sync with 0.7.4cvs25
12223                 see ChangeLog entry 2002-04-01
12224
12225 2002-04-01 [alfons]     0.7.4aprilfool55
12226
12227         * src/summaryview.c
12228                 honour feature request item #537427 to allow for
12229                 displaying names from address book for sent mail also
12230
12231 2002-03-29 [paul]       0.7.4claws54
12232
12233         * src/mainwindow.c
12234           src/prefs_filtering.[ch]
12235           src/prefs_matcher.c
12236           src/summaryview.c
12237                 add 'fast filter' for claws' filtering,
12238                 /Tools/Create filter rule/... patch submitted
12239                 by Neill Miller <neillm@thecodefactory.org>
12240
12241 2002-03-29 [paul]       0.7.4claws53
12242
12243         * sync with 0.7.4cvs24
12244                 see ChangeLog entry 2002-03-29
12245
12246 2002-03-28 [paul]       0.7.4claws52
12247
12248         * sync with 0.7.4cvs23
12249                 see ChangeLog entry 2002-03-28
12250
12251 2002-03-27 [melvin]     0.7.4claws51
12252
12253         * src/prefs_actions.c
12254                 Added support to pass only one message part (as a
12255                 file) to the command using '%p'. No quotes are needed
12256                 because doubles quotes are automatically added.
12257                 Fixed bug where Sylpheed could block when waiting for
12258                 a child process to finish.
12259                 Changed the help menu to remove quotes around symbols to 
12260                 avoid misinterpretation (they must not be used).
12261
12262 2002-03-27 [melvin]     0.7.4claws50
12263
12264         * src/inc.c
12265                 Made the new mail notification command always 
12266                 execute asynchronously.
12267
12268 2002-03-27 [paul]       0.7.4claws49
12269
12270         * src/compose.c
12271                 fix bug introduced in last commit
12272
12273 2002-03-27 [paul]       0.7.4claws48
12274
12275         * sync with 0.7.4cvs21
12276                 see ChangeLog 2002-03-26 and 2002-03-27
12277
12278 2002-03-26 [hoa]        0.7.4claws47
12279
12280         * src/prefs_folder_item.c
12281                 really fixed the bug #516442 with folder rescan.
12282
12283 2002-03-26 [paul]       0.7.4claws46
12284
12285         * sync with 0.7.4cvs19
12286                 see ChangeLog entries 2002-03-25 and 2002-03-26
12287
12288 2002-03-25 [hoa]        0.7.4claws45
12289
12290         * src/matcher.c
12291         * src/mh.c
12292                 fix the bug #516442 with folder rescan.
12293
12294         * src/prefs_common.[ch]
12295         * src/compose.c
12296                 added an option to enable two different behaviours
12297                 for bounce.
12298
12299
12300 2002-03-25 [paul]       0.7.4claws44
12301
12302         * src/mainwindow.c
12303           src/selective_download.c
12304                 correct a few menuitem labels
12305
12306 2002-03-25 [christoph]  0.7.4claws43
12307
12308         * src/procmsg.c
12309                 fix non deleted tmp message in
12310                 procmsg_save_to_outbox
12311                 fix problems caused by sync with
12312                 main branch's procmsg_send_queue
12313
12314 2002-03-25 [paul]       0.7.4claws42
12315
12316         * src/quote_fmt.c
12317           src/quote_fmt_lex.l
12318           src/quote_fmt_parse.y
12319                 add Last name (%L) placeholder for quoting. 
12320                 patch submitted by Thorsten Thielen 
12321                 <thth@users.sourceforge.net>
12322
12323 2002-03-25 [paul]       0.7.4claws41
12324
12325         * src/utils.c
12326                 get full hostname. patch submitted by
12327                 Bob Woodside <rwoodside1@comcast.net>
12328
12329 2002-03-25 [paul]       0.7.4claws40
12330
12331         * src/account.c
12332           src/news.c
12333           src/nntp.[ch]
12334           src/prefs_account.[ch]
12335                 enable NNTP over SSL. patch submitted by
12336                 Pascal Jermini <pascal@infinity.hn.org>
12337
12338 2002-03-24 [paul]       0.7.4claws39
12339
12340         * src/prefs_common.c
12341                 make the arrangement of the Compose tab more
12342                 coherent
12343
12344         * src/mainwindow.c
12345                 fix some irregularities of style
12346
12347         * po/de.po
12348                 updated by Kilian Krause
12349
12350 2002-03-23 [paul]       0.7.4claws38
12351
12352         * po/pt_BR.po
12353                 updated by Fabio Junior Beneditto
12354
12355 2002-03-23 [paul]       0.7.4claws37
12356
12357         * src/mainwindow.c
12358                 move 'Gather addresses' to 'Tools' menu
12359                 make 'Selective download' sensitive
12360
12361 2002-03-23 [paul]       0.7.4claws36
12362
12363         * sync with 0.7.4cvs16
12364                 see ChangeLog entries 2002-03-23
12365
12366 2002-03-22 [christoph]  0.7.4claws35
12367
12368         * src/quote_fmt_parse.y
12369                 fix include program output
12370
12371 2002-03-22 [alfons]     0.7.4claws34
12372
12373         * src/pop.c
12374                 initialize GDate stack variable correctly (sorry!)
12375
12376 2002-03-22 [paul]       0.7.4claws33
12377
12378         * src/compose.c
12379           src/mainwindow.c
12380           src/prefs_actions.c
12381           src/prefs_common.c
12382                 rename 'Tool' to 'Tools'
12383
12384         * src/mainwindow.c
12385                 move 'Delete duplicated messages' from
12386                 'Message/' to 'Tools/'
12387                 re-arrange the order of 'Tools/' items
12388
12389 2002-03-22 [paul]       0.7.4claws32
12390
12391         * src/addr_compl.c
12392           src/addressbook.[ch]
12393                 auto-address completion now also matches on
12394                 Nickname. patch submitted by Bob Forsman 
12395                 <hammor@users.sourceforge.net>
12396
12397         * src/editaddress.c
12398                 correct a spelling mistake
12399
12400 2002-03-22 [alfons]     0.7.4claws31
12401
12402         * src/pop.c
12403                 fix getting uidl from incorrect string 
12404                 (spotted by Colin)
12405
12406 2002-03-21 [alfons]     0.7.4claws30
12407
12408         * src/pop.c
12409                 more code refactoring
12410                 plug mem leak introduced by delete on server
12411
12412 2002-03-21 [paul]       0.7.4claws29
12413
12414         * sync with 0.7.4cvs11
12415                 see ChangeLog entries 2002-03-20
12416
12417 2002-03-20 [alfons]     0.7.4claws28
12418
12419         * src/inc.c
12420                 apply Colin's patch and refactor
12421
12422 2002-03-20 [paul]       0.7.4claws27
12423
12424         * sync with sylpheed 0.7.4cvs9
12425                 see ChangeLog entry 2002-03-20
12426
12427 2002-03-19 [christoph]  0.7.4claws26
12428
12429         * src/mh.c
12430         * src/procmsg.[ch]
12431         * src/summaryview.c
12432                 revert changes for flag updates
12433                 (does not work correctly and no time to debug)
12434
12435 2002-03-20 [alfons]     0.7.4claws25
12436
12437         * src/pop.c
12438                 refactor should_delete() a little bit 
12439
12440 2002-03-19 [paul]       0.7.4claws24
12441
12442         * src/inc.[ch]
12443           src/pop.c
12444           src/prefs_account.[ch]
12445                 allow the user to leave downloaded mail on the 
12446                 server for n days. Patch submitted by Colin Leroy 
12447                 <colin@colino.net>
12448
12449 2002-02-19 [paul]       0.7.4claws23
12450
12451         * sync with sylpheed 0.7.4cvs8
12452                 see ChangeLog entries 2002-03-19
12453
12454 2002-03-18 [paul]       0.7.4claws22
12455
12456         * sync with sylpheed 0.7.4cvs6
12457                 see ChangeLog entry 2002-03-18
12458
12459 2002-03-18 [paul]       0.7.4claws21
12460
12461         * po/en_GB.po
12462                 add en_GB message catalogue
12463
12464         * src/mbox_folder.c
12465           src/prefs_account.c
12466           src/prefs_actions.c
12467                 correct a few spelling mistakes
12468
12469 2002-03-17 [alfons]     0.7.4claws20
12470
12471         * src/matcher.c
12472                 more stringent checks for NULL params when writing
12473                 filtering actions to a file
12474                 
12475 2002-03-17 [hoa]        0.7.3claws20
12476
12477         * src/news.c
12478                 fixed the count of new messages
12479
12480         * src/compose.c
12481                 fixed the "attachment properties" window
12482
12483 2002-03-17 [paul]       0.7.4claws19
12484
12485         * src/defs.h
12486           src/folder.h
12487           src/news.c
12488           src/prefs_account.[ch]
12489           src/procmsg.[ch]
12490           src/summaryview.c
12491                 automatically mark cross-posted messages as read 
12492                 and (optionally) give them a colour label
12493                 Patch submitted by Stefaan Eeckels <Stefaan.Eeckels@eec.lu>
12494                 
12495
12496 2002-03-17 [paul]       0.7.4claws18
12497
12498         * sync with sylpheed 0.7.4cvs5
12499                 see ChangeLog entry 2002-03-17
12500
12501 2002-03-17 [melvin]     0.7.4claws17
12502         
12503         * src/textview.c
12504                 Worked around a gtktext 'bug': when searching for 
12505                 a text in a long message it was scrolling slowly
12506                 line by line until it hit the searched text.
12507         * po/fr.po
12508                 Updated French translation
12509
12510 2002-03-17 [melvin]     0.7.4claws16
12511
12512         * src/mainwindow.c
12513         * src/compose.c
12514         * src/prefs_actions.c
12515                 Moved "Edit/Actions" to "Tool/Actions"
12516                 Made mainwindow/compose window sensitive as soon as
12517                 no child process is running anymore even if the io dialog
12518                 is open.
12519                 Fixed a struct being initialized with a non constant char*
12520
12521 2002-03-16 [christoph]  0.7.4claws15
12522
12523         * configure.in
12524                 add --with-compiler-flags option
12525                 (only for developer hacking)
12526         * src/mh.c
12527         * src/procmsg.[ch]
12528         * src/summaryview.c
12529                 try to make folder-stats and flag handling more
12530                 independent from the summaryview. msgcounts
12531                 are only set when the folder is opened and
12532                 procmsg_msginfo_(un)set_flags will handle it
12533                 later and summaryview will get the values
12534                 from the folder.
12535
12536 2002-03-16 [paul]       0.7.4claws14
12537
12538         * src/messageview.c
12539                 fix Return-receipt. Patch submitted by Bob
12540                 Woodside <rwoodside1@comcast.net>
12541
12542 2002-03-16 [paul]       0.7.4claws13
12543
12544         * src/compose.c
12545                 fix 'dynamic' signatures, make it work again
12546                 broken during sync on 2002-03-14 (0.7.4claws2)
12547
12548 2002-03-15 [match]      0.7.4claws12
12549
12550         * src/addrharvest.[ch]
12551         * src/addrgather.[ch]
12552         * src/addressbook.[ch]
12553         * src/mainwindow.c
12554                 included address harvester feature. still some
12555                 issues with address parsing that I will fix.
12556
12557 2002-03-15 [match]      0.7.4claws11
12558
12559         * src/addrbook.[ch]
12560         * src/addrcache.[ch]
12561         * src/addressbook.[ch]
12562         * src/addrindex.c
12563         * src/editbook.c
12564         * src/importldif.c
12565         * src/importmutt.c
12566         * src/jpilot.[ch]
12567         * src/main.c
12568         * src/syldap.[ch]
12569         * src/vcard.[ch]
12570                 tidy up. fix memory leaks. moved attribs and methods
12571                 from individual interfaces to addrcache object. prep
12572                 for new stuff to come in.
12573
12574 2002-03-15 [alfons]     0.7.4claws10
12575
12576         * src/matcher.[ch]
12577         * src/matcher_parser_parse.y
12578         * src/matcher_parser_lex.l
12579         * src/prefs_matcher.c
12580                 add filtering conditions message greater than, smaller 
12581                 than, and exactly matching a size in bytes
12582                 (does not work with delete from POP3 server yet)
12583
12584                 this should also give others an idea what you should
12585                 do to add new criterions to claws filtering system
12586                 
12587
12588 2002-03-15 [paul]       0.7.4claws9
12589
12590         * tools/filter_conv.pl
12591                 exit if there are no filter rules to convert
12592                 rename filterrc to filterrc.old after completion
12593
12594 2002-03-15 [paul]       0.7.4claws8
12595
12596         * sync with sylpheed 0.7.4cvs3
12597                 see ChangeLog entry 2002-03-14
12598
12599 2002-03-14 [paul]       0.7.4claws7
12600
12601         * src/compose.c
12602                 clean up the last commit (ahem)
12603
12604 2002-03-14 [paul]       0.7.4claws6
12605
12606         * src/compose.c
12607                 fix bug #515655. honour account preferences
12608                 regarding gpg default signing/encryption when 
12609                 changing account from the compose window.
12610
12611 2002-03-14 [paul]       0.7.4claws5
12612
12613         * src/folderview.c
12614                 remove unnecessary curly brackets
12615
12616 2002-03-14 [paul]       0.7.4claws4
12617
12618         * src/folderview.c
12619           src/prefs_filtering.[ch]
12620                 add filter rename on folder rename and filter
12621                 delete on folder delete. Patch submitted by
12622                 Neill Miller <neillm@thecodefactory.org> 
12623
12624 2002-03-14 [christoph]  0.7.4claws3
12625
12626         * src/procmsg.c
12627         * src/send.c
12628                 fix local delivery
12629                 (patch submitted by "Simon 'corecode' Schubert")
12630         * src/prefs_common.c
12631         * src/procmsg.c
12632                 fix gcc 3.0 warning
12633
12634 2002-03-14 [paul]       0.7.4claws2
12635
12636         * sync with sylpheed 0.7.4cvs2
12637                 see ChangeLog entry 2002-03-13
12638
12639 2002-03-12 [darko]      0.7.4claws1
12640
12641         * src/mainwindow.c
12642                 fix what seems to be a copy and paste error
12643                 when setting color for important messages
12644                 (reported by wwp)
12645
12646 2002-03-11 [paul]       version 0.7.4claws released
12647
12648 2002-03-11 [paul]       0.7.4claws
12649
12650         * po/es.po
12651           po/it.po
12652           po/nl.po
12653           po/pt_BR.po
12654                 update message catalogs. Submitted by Ricardo Mones 
12655                 Lastra, Alessandro Maestri, Wilbert Berendsen, and 
12656                 Fabio Junior Beneditto
12657
12658         * configure.in
12659           faq/Makefile.am
12660           faq/it/Makefile
12661           faq/it/sylpheed-faq*
12662           src/mainwindow.c
12663           src/manual.[ch]
12664                 add FAQ in Italian
12665         
12666
12667 2002-03-11 [jens]       0.7.3claws7
12668
12669         * po/de.po
12670                 updated German translation
12671
12672 2002-03-11 [melvin]     0.7.3claws6
12673
12674         * po/fr.po
12675                 updated and corrected French translation
12676
12677 2002-03-10 [hoa]        0.7.3claws5
12678
12679         * src/account.c
12680         * src/inc.c
12681         * src/prefs_account.c
12682         * src/procmsg.c
12683         * src/send.[ch]
12684                 fixed the local account.
12685                 you have to change the default "/usr/sbin/sendmail"
12686                 to "/usr/sbin/sendmail -t" in the preferences of
12687                 the local account.
12688
12689         * src/procmime.c
12690                 removed some debug display for renderer
12691
12692 2002-03-10 [paul]       0.7.3claws4
12693
12694         * faq/en/sylpheed-faq-1.html
12695           faq/en/sylpheed-faq-2.html
12696                 update
12697
12698 2002-03-09 [paul]       0.7.3claws3
12699
12700         * sync with sylpheed 0.7.4
12701                 see ChangeLog entry 2002-03-09
12702
12703 2002-03-08 [paul]       0.7.3claws2
12704
12705         * faq/en/sylpheed-faq*
12706           faq/es/sylpheed-faq*
12707           faq/fr/sylpheed-faq*
12708                 update the FAQs
12709
12710         * manual/fr/.cvsignore
12711           manual/fr/Makefilea.am
12712           manual/fr/sylpheed*
12713           src/mainwindow.c
12714           src/manual.[ch]
12715                 add the French manual
12716
12717 2002-03-07 [paul]       0.7.3claws1
12718
12719         * sync with sylpheed 0.7.3cvs4
12720                 see ChangeLog entries  2002-03-06 and 2002-03-07
12721         
12722         * po/nl.po
12723                 updated by Wilbert Berendsen
12724
12725 2002-03-07 [melvin]     0.7.2claws34
12726
12727         * src/selective_download.c
12728                 Changed the pixmap of the receive button to MAIL_RECEIVE.
12729
12730 2002-03-06 [paul]       0.7.2claws33
12731
12732         * sync with sylpheed 0.7.3cvs1
12733                 bug fix, see ChangeLog entry 2002-03-05
12734
12735 2002-03-05 [paul]       0.7.2claws32
12736
12737         * src/mimeview.c
12738           src/pgptext.[ch]
12739           src/procmsg.c
12740                 reverse the pgp ascii-armored code implemented in 
12741                 0.7.2claws16. removal of this code until it matures.
12742                 this means that verifying ascii-armored pgp sigs and
12743                 automatic decryption of ascii-armored encrypted
12744                 messages no longer works.
12745
12746 2002-03-05 [paul]       0.7.2claws31
12747
12748         * configure.in
12749           Makefile.am
12750         * faq/Makefile.am
12751         * faq/en/Makefile.am
12752           faq/en/sylpheed-faq.html
12753           faq/en/sylpheed-faq-1.html
12754           faq/en/sylpheed-faq-2.html
12755           faq/en/sylpheed-faq-3.html
12756         * faq/es/Makefile.am
12757           faq/es/sylpheed-faq.html
12758           faq/es/sylpheed-faq-1.html
12759           faq/es/sylpheed-faq-2.html
12760           faq/es/sylpheed-faq-3.html
12761           faq/es/sylpheed-faq-4.html
12762         * faq/fr/Makefile.am
12763           faq/fr/sylpheed-faq.html
12764           faq/fr/sylpheed-faq-1.html
12765           faq/fr/sylpheed-faq-2.html
12766           faq/fr/sylpheed-faq-3.html
12767         * src/Makefile.am
12768           src/defs.h
12769           src/mainwindow.c
12770           src/manual.[ch]
12771                 add FAQs in English, Spanish and French
12772
12773
12774 2002-03-05 [paul]       0.7.2claws30
12775
12776         * manual/en/sylpheed.html
12777           manual/en/sylpheed-XX.html
12778                 updated the English manual
12779
12780 2002-03-05 [hoa]        
12781
12782         * src/summaryview.c
12783                 dialog box pops up if the article can't be deleted.
12784
12785 2002-03-04 [paul]       
12786         
12787         * po/pt_BR.po
12788                 updated by Fabio Junior Benedito
12789
12790 2002-03-04 [hoa]
12791
12792         * removed ac/gpgme.m4
12793                 to avoid autogen common problem
12794                 developers have to install gpgme development package now
12795
12796         * src/compose.c
12797                 encoding to 7bit or 8bit is enabled.
12798
12799 2002-03-03 [alfons]     0.7.2claws29
12800
12801         * src/pop.c
12802                 merge fix by Oliver Haertel for selective
12803                 download buglet
12804
12805 2002-03-03 [paul]       0.7.2claws28
12806         
12807         * sync with sylpheed 0.7.3
12808
12809 2002-03-03 [paul]       0.7.2claws27
12810
12811         * sync with sylpheed 0.7.2cvs24
12812                 see ChangeLog entries 2002-03-02 and 2002-03-03
12813
12814 2002-03-02 [melvin]     0.7.2claws26
12815
12816         * src/inc.[ch]
12817         * src/main.c
12818         * src/mainwindow.c
12819         * src/prefs_common.[ch]
12820                 Added user definable notification on new mail arrival.
12821                 Removed unused variables in spell checker prefs code.
12822
12823 2002-03-02 [melvin]     0.7.2claws25
12824
12825         * src/quote_fmt.c
12826                 Removed unnecessary escape sequences.
12827                 Changed 'Initial...' to 'Initials of Sender'
12828
12829 2002-03-02 [paul]       0.7.2claws24
12830
12831         * sync with sylpheed 0.7.2cvs22
12832                 see ChangeLog entry 2002-03-01
12833
12834 2002-03-01 [hoa]        0.7.2claws23
12835
12836         * src/mainwindow.c
12837                 Set sensitivity of delete actions to active
12838                 even if the folder is a newsgroup.
12839
12840         * src/summaryview.c
12841                 - Set sensitivity of delete actions
12842                 - Added function check_permission() that will check if the
12843                   user is authorized to delete a message. For news, it
12844                   will check if the author is the same.
12845                 - Enabled deletion when there is no trash folder.
12846
12847         * src/news.[ch]
12848                 - Added news_cancel_article() to cancel articles
12849                 - Implemented news_remove_message() (public function)
12850
12851 2002-03-01 [paul]       0.7.2claws22
12852
12853         * src/gtkutils.c
12854           src/textview.c
12855                 recognise urls that that don't include 'http://' and
12856                 simply begin 'www.' 
12857
12858         * AUTHORS
12859                 remove duplicated name
12860
12861 2002-02-28 [paul]       0.7.2claws21
12862
12863         * src/mainwindow.c
12864           src/summaryview.[ch]
12865                 add ability to 'Select thread'
12866                 combines Melvin's "Select thread's head" patch (#510907)
12867                 with Colin Leroy's <colin@colino.net> "Select whole thread" 
12868                 patch (#518514) 
12869
12870 2002-02-28 [paul]       0.7.2claws20
12871
12872         * src/mimeview.c
12873                 hopefully fix segfault on right-clicking a mime part
12874                 that some people have experienced.      
12875                 fix submitted by Fredrik Olofsson <frol@linux.nu>
12876
12877 2002-02-28 [paul]       0.7.2claws19
12878
12879         * sync with sylpheed 0.7.2cvs21
12880                 see ChangeLog entries 2002-02-27 and 2002-02-28
12881
12882 2002-02-27 [paul]       0.7.2claws18
12883
12884         * sync with sylpheed 0.7.2cvs18
12885                 see ChangeLog entries 2002-02-26 and 2002-02-27
12886
12887 2002-02-26 [alfons]     0.7.2claws17
12888
12889         * src/procheader.c
12890                 #undef ALLOW_HEADER_HINT (this was supposed to be undef'ed)
12891                 (spotted by Chris Hessman <idatech@gmx.net>)
12892
12893 2002-02-26 [paul]       0.7.2claws16
12894
12895         * src/mimeview.c
12896           src/pgptext.[ch]
12897           src/procmsg.c
12898                 make decryption of ascii-armored pgp encrypted messages
12899                 and verification of ascii-armored signatures work again.
12900                 slightly altered from the patch by Jens Jahnke 
12901                 <jan0sch@gmx.net>
12902
12903                 ##FIX ME##
12904                 * the checking of plaintext signatures always comes up in 
12905                   a popup box
12906                 * it doesn't work for multipart messages 
12907                 * all lines above "-----BEGIN PGP SIGNED MESSAGE-----\nHash: SHA1",
12908                   including the msg headers and these 2 line themselves, are 
12909                   not displayed
12910
12911         * src/mainwindow.c
12912                 "View/Folder Tree" becomes "View/Separate Folder Tree"
12913                 "View/Message View" becomes "View/Separate Message View"
12914                 because its less ambiguous.
12915
12916         * po/es.po
12917                 updated by Ricardo Mones Lastra
12918
12919 2002-02-26 [paul]       0.7.2claws15
12920
12921         * sync with sylpheed 0.7.2cvs17
12922                 see ChangeLog entries 2002-02-25 and 2002-02-26
12923
12924 2002-02-25 [christoph]  0.7.2claws14
12925
12926         * src/filtering.[ch]
12927         * src/inc.c
12928                 do filtering stuff after all messages have been received
12929                   1. drop all messages to .processing
12930                   2. scan processing folder for messages
12931                   3. filter messages or move to inbox
12932                 this will also find old messages left in processing after
12933                 a crash or something like that and we get a real msginfo
12934                 from folder->get_msg_list and do not have to create our
12935                 own in filter_message
12936         * src/matcher_parser_parse.y
12937                 remove MIX/MAX warning (reordered includes)
12938
12939 2002-02-25 [paul]       0.7.2claws13
12940
12941         * sync with sylpheed 0.7.2cvs15
12942                 see ChangeLog entry 2002-02-24
12943
12944 2002-02-24 [alfons]     0.7.2claws12
12945
12946         * src/filtering.c
12947                 clear old color flags first when applying a new color to
12948                 a message info. 
12949                 (spotted by Lo'oRiS il Kabukimono <lo_oris@libero.it>)
12950
12951 2002-02-24 [alfons]     0.7.2.claws11
12952         
12953         * AUTHORS
12954         * src/prefs_common.c
12955                 add presets for Opera and Konqueror, closes patch #517261,
12956                 submitted by Ville Skyttä <scop@users.sourceforge.net>
12957
12958 2002-02-24 [alfons]     0.7.2.claws10
12959
12960         * AUTHORS
12961         * src/summaryview.c
12962                 fix threading for null message ids, closes patch #521601,
12963                 submitted by Bob Forsman <hammor@users.sourceforge.net>
12964
12965 2002-02-24 [alfons]     0.7.2claws9
12966
12967         * src/summaryview.c
12968         * src/filtering.c
12969                 make Tool | Filter Message work with filtering system so
12970                 setting flags also works
12971
12972                 TODO:
12973
12974                 - Processing uses the same function as Tool | Filter
12975                   Message, but doesn't use the same update proc yet
12976
12977 2002-02-23 [paul]       0.7.2claws8
12978
12979         * sync with sylpheed 0.7.2cvs14
12980                 see ChangeLog entries 2002-02-22 and 2002-02-23
12981
12982 2002-02-22 [christoph]  0.7.2claws7
12983
12984         * src/quote_fmt.c
12985                 Add column space to table
12986         * src/quote_fmt_parse.y
12987                 Close files
12988
12989 2002-02-22 [paul]       0.7.2claws6
12990
12991         * src/Makefile.am
12992           src/defs.h
12993           src/filtering.c
12994           src/inc.[ch]
12995           src/mainwindow.c
12996           src/matcher.[ch]
12997           src/matcher_parser_lex.l
12998           src/matcher_parser_parse.y
12999           src/pop.[ch]
13000           src/prefs_account.h
13001           src/prefs_filtering.c
13002           src/selective_download.[ch]   *** NEW FILES ***
13003           src/utils.[ch]
13004           po/POTFILES.in
13005                 Selective Download added to 'Tool' menu. 
13006                 Retrieves email headers of the currently selected pop3 
13007                 account and allows the user to mark emails for deletion 
13008                 right on the pop3 server. Patch submitted by Oliver Haertel 
13009                 <oha@users.sourceforge.net>.
13010         
13011         * po/POTFILES.in
13012                 add 'src/quote_fmt.c'           
13013
13014 2002-02-22 [christoph]  0.7.2claws5
13015
13016         * src/Makefile.am
13017                 added quote_fmt.c
13018         * src/prefs_common.[ch]
13019         * src/prefs_template.c
13020         * src/quote_fmt.c               *** NEW FILE ***
13021         * src/quote_fmt.h
13022                 move quote format symbol description code
13023                 to it's own file because it is used from
13024                 differnent code parts
13025                 Rewrote symbol description GUI
13026                   + use table
13027                   + add separators
13028                   + get data from array (no more long constant strings)
13029         * src/quote_fmt_lex.l
13030         * src/quote_fmt_parse.y
13031                 Symbol for Literal % changed to \% instead of %%
13032                 (More logical as \ is used for quoting for other symbols)
13033                 Add |f and |p to include files and program output
13034                 Examples:
13035                     |f{/home/.../.signature}
13036                     |p{date}
13037         * po/de.po
13038                 Correct wrong spelling for "Referenzen"
13039
13040 2002-02-21 [paul]       0.7.2claws4
13041
13042         * src/procmsg.c
13043                 forgotten during sync
13044
13045 2002-02-21 [paul]       0.7.2claws3
13046
13047         * sync with sylpheed 0.7.2cvs11
13048                 see ChangeLog entries 2002-02-17, 2002-02-18, 2002-02-19,
13049                 2002-02-20 and 2002-02-21
13050
13051 2002-02-20 [melvin]     0.7.2claws2
13052
13053         * src/prefs_actions.c
13054                 Added error report when child cannot fork or when execvp 
13055                 returns with an error.
13056
13057 2002-02-19 [christoph]  0.7.2claws1
13058
13059         * src/codeconv.c
13060                 return unconverted text if conde conversion is not possible
13061                 when libjconv is used.
13062                 (patch submitted by "Simon 'corecode' Schubert")
13063
13064 2002-02-19 [paul]       
13065
13066         * version 0.7.2claws release
13067
13068 2002-02-19 [paul]       0.7.2claws
13069
13070         * po/nl.po
13071                 updated by Wilbert Berendsen
13072
13073
13074 2002-02-18 [alfons]     0.7.1claws13
13075
13076         * src/syldap.c
13077         * src/jpilot.c
13078                 remove references to dlfcn and explicitly loading functions
13079                 from dynalink libs, because libs linked anyway, and functions
13080                 are loaded explicitly
13081
13082 2002-02-17 [melvin]     0.7.1claws12
13083
13084         * src/prefs_actions.c
13085                 Replaced children wait loop with double fork technique.
13086                 Now, input/output window updated at each new output.
13087                 free_children(): Fixed a memory leak.
13088                 Made input/output window non closable if running children
13089                 still exist.
13090                 Added missing <unistd.h> include.
13091                 Added some --debug outputs.
13092
13093 2002-02-17 [melvin]     0.7.1claws11
13094
13095         * src/summaryview.c
13096                 Fixed bug where descending sort order did not select top
13097                 message.
13098
13099 2002-02-17 [melvin]     0.7.1claws10
13100
13101         * acconfig.h
13102                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
13103         * src/prefs_common.c
13104                 Pspell data package directory no more hard coded but
13105                 set during configuration (PSPELL_PATH). (Thanks to 
13106                                 Gustavo Noronha Silva.)
13107
13108 2002-02-17 [melvin]     0.7.1claws9
13109
13110         * configure.in
13111                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
13112         * src/gtkspell.c
13113                 Fixed compile-time warnings.
13114
13115 2002-02-16 [alfons]     0.7.1claws8
13116
13117         * src/filesel.c
13118                 fix inadvertent free of NULL pointer which caused
13119                 sylpheed to crash when closing the save-as dialog
13120                 using the window close button
13121
13122 2002-02-16 [carsten]    0.7.1claws7
13123         * src/mainwindow.[ch]
13124           src/summaryview.c
13125           src/prefs_common.c
13126                 fixes for pixmap theming code:
13127                         - recently changed mail attributes shouldn't get
13128                           lost any longer
13129                         - theme is only reloaded iff another theme was
13130                           selected
13131
13132 2002-02-16 [paul]       0.7.1claws6
13133
13134         * sync with sylpheed 0.7.2 release
13135                 see ChangeLog entry 2002-02-15 and 2002-02-16
13136
13137 2002-02-15 [paul]       0.7.1claws5
13138
13139         * sync with sylpheed 0.7.1cvs9
13140                 see ChangeLog entry 2002-02-15
13141
13142         * po/POTFILES.in
13143                 remove unneeded headerwindow.c entry
13144
13145 2002-02-14 [carsten]    0.7.1claws4
13146         * src/summaryview.c
13147                 fixed a bug for "Go to next unread message": there was
13148                 an endless loop if NEXTUNREADMSGDIALOG_ASSUME_NO was set
13149                 in the prefs, because of doing "Search again" instead
13150                 "No"
13151
13152 2002-02-14 [carsten]    0.7.1claws3
13153         * src/stock_pixmap.c
13154                 removed 2 more mem leaks; following memprof,
13155                 this code is "leak free" now :)
13156
13157 2002-02-14 [carsten]    0.7.1claws2
13158         * src/stock_pixmap.c
13159                 used opendir/readdir/closedir instead of scandir
13160                 -> code should work now on Solaris
13161
13162 2002-02-14 [paul]       0.7.1claws1
13163
13164         * sync with sylpheed 0.7.1cvs8
13165                 see ChangeLog entries 2002-02-13 and 2002-02-14
13166
13167         * README.claws
13168                 add some description of Actions and Pixmap Themes
13169
13170 2002-02-13 [paul]       
13171
13172         * version 0.7.1claws release
13173
13174 2002-02-13 [paul]       0.7.1claws
13175
13176         * po/es.po
13177           po/it.po
13178           po/pt_BR.po
13179                 updated translations, submitted by Ricardo Mones Lastra,
13180                 Alessandro Maestri and Fabio Junior Beneditto
13181
13182 2002-02-13 [melvin]     0.7.0claws75
13183
13184         * src/prefs_actions.c
13185                 Added missing "signal.h" include
13186
13187 2002-02-13 [melvin]     0.7.0claws74
13188
13189         * src/prefs_folder_item.c
13190                 Added missing "config.h" include
13191         * po/fr.po
13192                 Updated French translation for folder propriety.
13193
13194 2002-02-13 [jens]       0.7.0claws73
13195
13196         * po/POTFILES.in
13197                 Added missing src/prefs_folder_item.c [log added by melvin]
13198         * po/de.po
13199                 Updated German translation.
13200
13201 2002-02-13 [melvin]     0.7.0claws72
13202
13203         * po/fr.po
13204                 Updated French translation.
13205
13206 2002-02-13 [melvin]     0.7.0claws71
13207
13208         * src/gtkutils.c
13209                 Made gtkut_editable_get_selection return NULL if selection
13210                 is of length zero.
13211                 This fixes a bug where selecting part of message A then
13212                 switching to message B and replying to it will not
13213                 quote the message's body.
13214
13215 2002-02-12 [paul]       0.7.0claws70
13216
13217         * src/mainwindow.c
13218                 cosmetic, relating to pixmap themes: on toolbar make 
13219                 updating of 'Exec' and 'Compose news/Compose email'
13220                 icons faster.
13221
13222 2002-02-12 [carsten]    0.7.0claws69
13223         * src/folderview.c
13224           src/mainwindow.[ch]
13225           src/stock_pixmap.c
13226           src/summaryview.c
13227           src/prefs_common.c
13228                 - refreshing after changing pixmap theme better
13229                   now (thanks Paul)
13230                 - wanted to remove some mem leaks, but alfons was
13231                   faster (and had the better solution ;)
13232
13233 2002-02-12 [alfons]     0.7.0claws68
13234
13235         * src/prefs_common.c
13236         * src/stock_pixmap.[ch]
13237                 plug mem leaks, refactor code a little bit
13238
13239
13240 2002-02-12 [sergey]     0.7.0claws67
13241
13242         * src/imap.c
13243                 Fixed problem with copying messages to IMAP folders when the
13244                 server uses something other than '/' as a namespace separator
13245                 (cyrus-imapd uses '.').
13246
13247 2002-02-12 [jens]       0.7.0claws66
13248
13249         * po/de.po
13250                 Updated German Translation
13251
13252 2002-02-12 [paul]       0.7.0claws65
13253
13254         * sync with sylpheed 0.7.1cvs1
13255                 see ChangeLog entry 2002-02-12
13256
13257 2002-02-12 [melvin]     0.7.0claws64
13258
13259         * src/prefs_actions.c
13260                 Fixed "feature" where children's output was duplicated 
13261                 instead of refreshed while monitoring.
13262                 Removed some debug code.
13263
13264 2002-02-12 [christoph]  0.7.0claws63
13265
13266         * src/compose.c
13267                 always delete message from queue after sending/send error
13268                 (closes bug #509601)
13269
13270 2002-02-12 [melvin]     0.7.0claws62
13271
13272         * src/prefs_actions.c
13273                 Children wait loop is now triggered with a timeout of 1s
13274                 Added %F which is replaced with the list of filenames 
13275                 of all selected messages (as suggested by Ricardo Mones Lestra)
13276                 Pipe syntax changed. Prefix with | to send selection, postfix
13277                 with | to retrieve output. Prefix with > or * to send
13278                 user definable input to the command (*: input is hidden)
13279                 Old pipe action should now be postfixed with |, too.
13280
13281 2002-02-12 [carsten]    0.7.0claws61 (more 59.75)
13282         * src/stock_pixmap.c
13283                 fixed a bug: if there's no theme directory don't
13284                 throw an error, just do "nothing" (thanks Alfons)
13285
13286 2002-02-12 [carsten]    0.7.0claws60
13287         * src/folderview.c
13288           src/summaryview.c
13289                 had to write the cache twice (nasty!); some marks would 
13290                 get lost if not
13291
13292 2002-02-11 [carsten]    0.7.0claws59
13293         * acconfig.h
13294           configure.in
13295           doc-src/maintainer_guide.txt
13296           src/compose.[ch]
13297           src/defs.h
13298           src/folderview.[ch]
13299           src/gtkutils.[ch]
13300           src/mainwindow.[ch]
13301           src/prefs_common.[ch]
13302           src/stock_pixmap.[ch]
13303           src/summaryview.[ch]
13304                 pixmap theming and related work on pixmap
13305                 handling on some other places
13306                 (e.g. hrm features for all folder)
13307           src/pixmap/stock_*.xpm -> the stock_ was removed
13308         
13309 2002-02-11 [paul]       0.7.0claws58
13310
13311         * sync with sylpheed 0.7.1 release
13312                 see ChangeLog entries 2002-02-11
13313
13314 2002-02-08 [paul]       0.7.0claws57
13315
13316         * sync with sylpheed 0.7.0cvs39
13317                 see ChangeLog entry 2002-02-07 (last entry) 
13318
13319         * src/prefs_actions.c
13320           src/prefs_filtering.c
13321           src/prefs_matcher.c
13322           src/prefs_scoring.c
13323                 sync: made it compile with C compilers other than gcc
13324
13325 2002-02-07 [paul]       0.7.0claws56
13326
13327         * sync with sylpheed 0.7.0cvs38
13328                 see ChangeLog entries 2002-02-06 (last 2 entries) and
13329                 2002-02-07
13330
13331 2002-02-07 [darko]      0.7.0claws55
13332
13333         * src/gtkutils.[ch]
13334         * src/summaryview.c
13335                 Fix const gchar */gchar * issue (thanks Hiro)
13336
13337 2002-02-07 [darko]      0.7.0claws54
13338
13339         * src/compose.[ch]
13340         * src/filtering.c
13341         * src/gtkutils.[ch]
13342         * src/prefs_template.c
13343         * src/quote_fmt.h
13344         * src/quote_fmt_parse.y
13345         * src/summaryview.c
13346         * src/utils.[ch]
13347                 When replying or forwarding an email don't quote the entire
13348                 mail body but use the part of the message text that is selected
13349
13350 2002-02-06 [melvin]     0.7.0claws53
13351
13352         * src/prefs_common.[ch]
13353         * src/gtkspell.[ch]
13354         * src/compose.c
13355                 Made possible to switch quickly to last used dictionary
13356                 which makes checking bilingual documents easier.
13357
13358 2002-02-06 [melvin]     0.7.0claws52
13359         
13360         * po/POTFILES.in
13361                 Added forgotten new file src/prefs_actions.c
13362
13363 2002-02-06 [melvin]     0.7.0claws51
13364
13365         * src/prefs_actions.c   ** NEW FILE **
13366         * src/prefs_actions.h   ** NEW FILE **
13367                 Added actions to execute on message text view, or on the
13368                         message's file.
13369         * src/Makefile.am
13370                 Added src/prefs_actions.[ch]
13371         * src/compose.c
13372                 Added new menu "Edit/Actions"
13373         * src/defs.h
13374                 Added new actionsrc file.
13375         * src/main.c
13376                 Added actionsrc reading.
13377         * src/mainwindow.c
13378                 Added new menus "Edit/Actions" and "Configuration/Actions..."
13379         * src/prefs_common.h
13380                 Added new element actionslst element to prefs_common.
13381
13382 2002-02-06 [paul]       0.7.0claws50
13383
13384         * sync with sylpheed 0.7.0cvs36
13385                 see ChangeLog entry 2002-02-06
13386
13387 2002-02-05 [paul]
13388
13389         * po/es.po
13390                 updated by Ricardo Mones Lastra
13391
13392 2002-02-05 [paul]       0.7.0claws49
13393
13394         * sync with sylpheed 0.7.0cvs33
13395                 see ChangeLog entries 2002-02-04 (last 4 entries) and 2002-02-05
13396
13397 2002-02-05 [paul]       0.7.0claws48
13398
13399         * src/compose.c
13400                 re-add 'Edit/Advanced/Delete entire line', previously named
13401                 'Delete Line+'
13402
13403 2002-02-04 [paul]       0.7.0claws47
13404
13405         * src/compose.c
13406           src/summaryview.c
13407                 fix bug #494993 (Reply All not taking Reply-To into consi)
13408                 eliminate differences in behaviour of right-click 'Reply to all' 
13409                 in summary view and 'Reply to all' on the toolbar. 
13410                 fix bug where Reply-To gets ignored by 'Reply to all' in summary
13411                 view and From gets ignored by 'Reply to all' on toolbar.
13412                 fix bug where 'Reply to all' on toolbar uses To twice and ignores
13413                 From when no Reply-To header is present.
13414
13415 2002-02-04 [paul]       0.7.0claws46
13416
13417         * sync with sylpheed 0.7.0cvs30
13418                 see ChangeLog entries 2002-02-03 and 2002-02-04
13419
13420 2002-02-03 [melvin]     0.7.0claws45
13421
13422         * src/gtkspell.[ch]
13423                 Readded function to highlight all misspelled words.
13424                 Fixed bug where user-provided-words did not replace
13425                         correctly the misspelled word when using the mouse.
13426                 Fixed bug where checking a region selected from right to left did
13427                         not check the region at all.
13428                 Fixed bug where 'Check backwards' may not check at all. 
13429                 Fixed memory leaks where popup menus and accel_groups were not destroyed.
13430                 Fixed possible buffer overflow when checking for long strings (>1k).
13431                 Made cursor and scrollbar positions non changing after uncheck_all/check_all.
13432                 Accelerators code uses now gtk_widget_add_accel.
13433                 Removed and disabled obsolete and unfinished code.
13434                 Cleaning up.
13435
13436         * src/compose.c
13437                 Added menu item to Highlight all misspelled words.
13438
13439 2002-02-01 [paul]       0.7.0claws44
13440
13441         * src/mainwindow.c
13442                 fix '/View/Hide read messages' sensitivity when all
13443                 messages in a folder are hidden
13444
13445 2002-02-01 [paul]       0.7.0claws43
13446
13447         * src/main.c
13448                 add --send option to command line interface, sends all
13449                 queued mail. Patch submitted by Ricardo Mones Lastra.
13450
13451 2002-01-31 [paul]       0.7.0claws42
13452
13453         * src/mainwindow.c
13454                 add '/View/Hide read messages' to main_window_set_menu_sensitive()
13455
13456 2002-01-31 [paul]       0.7.0claws41
13457
13458         * sync with sylpheed 0.7.0cvs27
13459                 see ChangeLog entries 2002-01-30 (src/mh.c, src/prefs_common.c)
13460                 and 2002-01-31
13461
13462         * src/textview.c
13463                 comment out elements of textview_show_part() as temporary
13464                 workaround for attachment 'Display as text' bug 
13465
13466         * po/pt_BR.po
13467                 updated by Fabio Junior Beneditto
13468
13469 2002-01-30 [paul]       0.7.0claws40
13470
13471         * sync with sylpheed 0.7.0cvs24
13472                 see ChangeLog entries 2002-01-29 (src/prefs_common.c)
13473                 and 2002-01-30
13474
13475         * src/compose.c
13476                 add {N_("/_Spelling"), ... "<Branch>"} to 
13477                 GtkItemFactoryEntry compose_entries[]
13478
13479         * src/prefs_common.c
13480                 add claws menu items to prefs_keybind_apply_clicked()
13481                 and remove non-claws menu items
13482
13483 2002-01-29 [paul]       0.7.0claws39
13484
13485         * sync with sylpheed 0.7.0cvs22
13486                 see ChangeLog entries 2002-01-28 and 2002-01-29
13487
13488 2002-01-28 [melvin]     0.7.0claws38
13489
13490         * src/compose.c
13491                 Added the declartion of compose_send_control_enter.
13492
13493         * src/compose.c
13494         * src/gtkspell.[ch]
13495                 Added in a 'Spelling' menu which includes the configuration menu. 
13496                 Added a real 'Check all' and got rid from the old one which only
13497                 highlited misspelled word.
13498                 Made 'Check while typing' a disableable option.
13499                 Added a dialog when there are no more misspelled word.
13500                 Added a dialog if error occurs when switching to a dictionary.
13501         
13502         * src/prefs_common.[ch]
13503                 Added option for the default 'Check while typing' option.
13504
13505
13506 2002-01-28 [alfons]     0.7.0claws37
13507
13508         * src/compose.c
13509                 fix buglet and make code comply with sylpheed code style
13510
13511 2002-01-28 [paul]       0.7.0claws36
13512
13513         * sync with sylpheed 0.7.0cvs19
13514                 see ChangeLog entries for 2002-01-28
13515
13516 2002-01-28 [hoa]        0.7.0claws35
13517
13518         * src/defs.h
13519                 added rendererrc
13520
13521         * src/main.c
13522                 read the renderer config
13523
13524         * src/procmime.[ch]
13525                 use the renderer config to convert mime attachments
13526
13527         * src/textview.c
13528                 don't use textview_show_html/ertf,
13529                 use get_text_content instead
13530
13531 2002-01-27 [alfons]     0.7.0claws34
13532         
13533         * src/news.c
13534                 make sylpheed believe it can delete a news message...
13535                 (messages are NOT deleted, maybe we should remove
13536                 processing from the folder properties after all.)
13537
13538 2002-01-27 [alfons]     0.7.0claws33
13539
13540         * src/folder.c
13541                 add extra checks
13542         * src/news.c
13543                 implement remove_msg() 
13544
13545 2002-01-27 [alfons]     0.7.0claws32
13546
13547         * src/procmsg.h
13548         * src/procheader.c
13549         * src/messageview.c
13550                 fix return receipt / disposition notification again. this
13551                 stuff seems to break on _every_ major summary UI change, so
13552                 it's now implemented using a flag which is saved in the
13553                 marks cache
13554                 
13555 2002-01-26 [alfons]     0.7.0claws31
13556
13557         * src/import.c
13558                 let import dialog show the destination folder identifier
13559
13560 2002-01-26 [melvin]     0.7.0claws30
13561
13562         * src/folderview.c
13563         * src/summaryview.c
13564                 Readded 'Mark all read' into summary view popup menu
13565                 Added 'Mark all read' in folder view popup menu for IMAP
13566                 and NNTP.
13567                 Made it insensitive if the selected folder is not the shown
13568                 one to avoid 'Mark all read' on the wrong folder.
13569                 
13570 2002-01-26 [paul]       0.7.0claws29
13571
13572         * src/folderview.c
13573           src/summaryview.c
13574                 move 'Mark all read' from summary view to folder view
13575                 menu. (adapted from) patch submitted by Jeremy Andrews,
13576                 <lists@kerneltrap.com>
13577
13578 2002-01-25 [alfons]     0.7.0claws28
13579
13580         * src/gtkstext.c
13581                 put the gtk class name back so GtkSText adapts the 
13582                 settings of GtkText
13583
13584 2002-01-25 [alfons]     0.7.0claws27
13585
13586         * src/folderview.c 
13587                 assimilate Ricardo's patch that shows pixmaps instead of
13588                 plain "new" and "unread" texts in the folder view column
13589                 headers 
13590
13591 2002-01-25 [paul]       0.7.0claws26
13592
13593         * src/Makefile.am
13594                 add $(GPGME_CFLAGS) to INCLUDES so that gpgme can 
13595                 be found in non-standard locations. 
13596                 Closes Patch #507976, submitted by Stoyan Genov, <sdg@rila.bg>
13597
13598 2002-01-25 [paul]       0.7.0claws25
13599
13600         * sync with sylpheed 0.7.0cvs16
13601                 see ChangeLog entry 2002-01-25
13602
13603 2002-01-24 [paul]       0.7.0claws24
13604
13605         * more sync with sylpheed 0.7.0cvs15
13606                 get_file_size_as_clrf(), see ChangeLog entry 2002-01-23
13607
13608 2002-01-23 [sergey]     0.7.0claws23
13609
13610         * src/importldif.c
13611                 Fixed segfault when closing LDIF import wizard with
13612                 the window manager.
13613         * src/imageview.c
13614         * src/imageview.h
13615         * src/messageview.c
13616         * src/mimeview.c
13617                 Fixed wrong scrolling position after switching between
13618                 text and image parts.
13619
13620 2002-01-23 [paul]       0.7.0claws22
13621
13622         * sync with sylpheed 0.7.0cvs15
13623                 see ChangeLog entries 2002-01-22 and 2002-01-23
13624
13625 2002-01-21 [melvin]     0.7.0claws21
13626
13627         * src/prefs_scoring.c
13628         * src/prefs_filtering.c
13629                 Fixed bug where scoring and filtering windows stopped
13630                 autochecking.
13631
13632 2002-01-21 [paul]       0.7.0claws20
13633
13634         * sync with sylpheed 0.7.0cvs12
13635                 see ChangeLog entries 2002-01-20 and 2002-01-21
13636
13637 2002-01-21 [carsten]    0.7.0claws19
13638         * src/mainwindow.c
13639         * src/menu.[ch]
13640         * src/messageview.[ch]
13641         * src/summaryview.[ch]
13642                 changes to shortcuts handling again:
13643                         + "Q" now controled by mainwin
13644                         + v/V are now customizable and have slightly
13645                           different meanings
13646                 the "button" to minimize the messageview (and maximize
13647                 the summary view) is a real button now
13648         * src/compose.c
13649                 "Delete Line+" added to Edit/Advanced (this will also
13650                 delete the '\n')
13651
13652 2002-01-20 [melvin] 0.7.0claws18
13653
13654         * src/addressbook.c
13655                 Made "Bcc" sensitive when addressbook is called from
13656                 compose window (it was a Claws only bug).
13657
13658 2002-01-19 [alfons] 0.7.0claws17
13659
13660         * src/inc.c
13661                 prevent unnecessary updates when currently selected folder has
13662                 no new messages 
13663
13664 2002-01-19 [alfons] 0.7.0claws16
13665         
13666         * src/summaryview.c
13667                 prevent writing the cache based on current message list in summary 
13668                 view when filtering also put messages in currently selected folder
13669
13670 2002-01-19 [paul]
13671
13672         * po/it.po
13673                 Italian translation submitted by Alessandro Maestri
13674                 <a.maestri@cs.tin.it>
13675
13676 2002-01-18 [melvin]     0.7.0claws15
13677
13678         * src/prefs_filters.c
13679                 fixed bug where 'cancel' from 'filters' window stops autochecking
13680                 if the timer timed out  when the window was open.
13681
13682 2002-01-18 [match]      0.7.0claws14
13683
13684         * src/addrclip.[ch]     ** NEW FILE **
13685         * src/addrselect.[ch]   ** NEW FILE **
13686         * src/adbookbase.h      ** NEW FILE **
13687                 addressbook cut, copy and paste
13688         * src/addrbook.[ch]
13689         * src/addrcache.[ch]
13690         * src/addressitem.h
13691         * src/addrindex.[ch]
13692         * src/addritem.[ch]
13693         * src/importldif.c
13694         * src/importmutt.c
13695         * src/jpilot.[ch]
13696         * src/syldap.[ch]
13697         * src/vcard.[ch]
13698         * src/jpilot.[ch]
13699         * src/editbook.c
13700         * src/editjpilot.c
13701         * src/editldap.c
13702         * src/editvcard.c
13703                 support for copy/paste
13704         * src/addressbook.c
13705                 support for copy/paste
13706                 tidy up menu option processing
13707                 correct address list function arguments
13708         * src/editaddress.c
13709                 sort user attributes
13710         * src/ldif.h
13711         * src/mutt.h
13712                 tidy up
13713
13714         * src/addrbook.[ch]
13715         * src/addrbook.[ch]
13716         * src/addrbook.[ch]
13717                 
13718
13719 2002-01-18 [paul]       0.7.0claws13
13720
13721         * sync with sylpheed 0.7.0cvs8
13722                 configure.in: support Mac OS X (Darwin)
13723
13724 2002-01-18 [carsten]    0.7.0claws12
13725         * src/html.c
13726                 small hack to fix a segfault with an empty href
13727                 (reported by Alexandra Walford <deeni@altern.org>)
13728         * src/mainwindow.c
13729         * src/summaryview.c
13730                 the shortcuts for Mark und Mark as unread are hardcoded
13731                 again
13732         * src/compose.c
13733         * src/gtkstext.[ch]
13734                 readded the shortcuts in gtkstext but made them
13735                 customizeable (simply by adding a menu plus a wrapper
13736                 to compose.c)
13737
13738 2002-01-17 [melvin]     0.7.0claws11
13739
13740         * src/gtkspell.c
13741                 fix default dictionary not being saved.
13742
13743 2002-01-16 [darko]      0.7.0claws10
13744
13745         * src/compose.c
13746                 fix wrapping crash with URL longer than wrapping margin
13747
13748 2002-12-08 [hoa]        0.7.0claws10
13749
13750         * src/matcher_parser_parse.y
13751                 fixed some bugs
13752
13753         * src/prefs_filtering.c
13754                 now, we can use bounce action in the dialog box.
13755
13756 2002-01-16 [carsten]    0.7.0claws9
13757         * src/gtkstext.c
13758                 removed the <control> and <alt> shortcuts because they're
13759                 not needed and interefered with the "normal" shortcuts
13760         * src/mainwindow.c
13761         * src/summaryview.c
13762                 removed most of the hardcoded shortcuts and assigned
13763                 them to menu entries making them easy customizable by
13764                 that
13765
13766 2002-01-16 |melvin]     0.7.0claws8
13767
13768         * src/gtkspell.c
13769                 fixed bug where using the mouse and when the compose
13770                 window is not on top may result in a crash.
13771
13772 2002-01-16 [melvin]     0.7.0claws7
13773
13774         * src/compose.c
13775                 fixed a long standingspell checker bug which could 
13776                 cause a crash after sending a message.
13777
13778 2002-01-16 [paul]       0.7.0claws6
13779
13780         * sync with sylpheed 0.7.0cvs7
13781                 see ChangeLog entries 2002-01-10, 2002-01-11, 2002-01-14,
13782                 2002-01-15, and 2002-01-16
13783
13784 2002-01-16 [melvin]     0.7.0claws5
13785
13786         * README.claws
13787         * src/compose.c
13788         * src/gtkspell.[ch]
13789         * src/main.c
13790                 Heavily modified spell checker code to work around
13791                 ispell bug, to add keyboard shortcuts and for future
13792                 enhancements. See README.claws for usage information.
13793
13794 2002-01-15 [alfons]     0.7.0claws4
13795         
13796         * src/summaryview.c
13797                 change gtk_ctree_sort_node() into gtk_ctree_sort_recursive()
13798                 so sorting within threads reflects sort mode
13799
13800 2002-01-15 [christoph]  0.7.0claws3
13801
13802         * src/procmsg.c
13803                 added alertpanel if mail sending failed
13804
13805 2002-01-15 [alfons]     0.7.0claws2
13806         
13807         * src/prefs_filtering.c
13808                 don't stop timer when prefs filtering dialog is opened
13809
13810 2002-01-14 [alfons]     0.7.0claws1
13811
13812         * src/addr_compl.c
13813         * src/prefs.c
13814                 remove debug_print()s for privacy reasons
13815
13816 2002-01-14 [darko]      0.7.0claws
13817
13818         * README.claws
13819                 quotation wrapping is now also in the main branch
13820
13821 2002-01-14 [paul]
13822
13823         * tools/filter_conv.pl
13824                 allow for Boolean Op and case-sensitivity
13825                 this file is included in the release and tagged
13826                 'rel_0_7_0'
13827
13828 2002-01-13 [paul]       0.7.0claws
13829
13830         * release 0.7.0, with cvs tag 'rel_0_7_0'
13831
13832 2002-01-13 [paul]
13833
13834         * tools/filter_conv.pl
13835         * tools/README
13836                 rewritten to output to matcherrc instead of filteringrc
13837
13838         * po/es.po
13839                 updated Spanish translation by Ricardo Mones Lastra
13840
13841 2002-01-13 [alfons]
13842
13843         * po/nl.po
13844                 update dutch translation
13845
13846 2002-01-13 [paul]
13847
13848         * po/pt_BR.po
13849                 Updated by Fabio Junior Beneditto 
13850
13851 2002-01-13 [melvin]     0.6.6claws53
13852
13853         * po/fr.po
13854                 Updated french translation
13855
13856 2002-01-12 [alfons]     0.6.6claws52
13857
13858         * src/filtering.c
13859                 plug mem leak that has been sitting there for ages              
13860
13861 2002-01-12 [alfons]     0.6.6claws51
13862
13863         * src/summaryview.c
13864                 undo melvin's changes from 0.6.6claws48 because summary
13865                 view now refuses to select first unread message when
13866                 selecting a folder 
13867
13868 2002-01-11 [alfons]     0.6.6claws50
13869
13870         * src/import.c
13871                 use claws' semantics for getting folder item when
13872                 importing an mbox file into a folder 
13873                 (submitted by Dale P. Smith)
13874
13875 2002-01-11 [christoph]  0.6.6claws49
13876
13877         * src/prefs.h
13878                 set sensitivity in SET_TOGGLE_SENSITIVITY macro from
13879                 toggle widget, because non static prefs can not use
13880                 prefs_set_* functions
13881         * src/prefs_account.c
13882                 toggle smtp auth password field sensitivity if
13883                 user id is empty and add descrition of usage for
13884                 these fields
13885         * src/prefs_folder_item.c
13886                 use SET_TOGGLE_SENSITIVITY macro to instead of extra
13887                 callbacks
13888
13889 2002-01-11 [melvin]     0.6.6claws48
13890
13891         * src/compose.c
13892                 fix the 'Ctrl-Enter' feature for sending and test really
13893                 for 'Ctrl-Enter' (as Ctrl-Space is also used for activating
13894                 editables which was not documented in Gtk)
13895
13896         * src/summaryview.c
13897                 Made summaryview refresh after sorting and not before.
13898
13899 2002-01-11 [christoph]  0.6.6claws47
13900
13901         * src/compose.c
13902                 select account from account ids if possible and
13903                 correctly set save folder for copy in reedit
13904
13905 2002-01-10 [paul]       0.6.6claws46
13906
13907         * sync with sylpheed 0.7.0 release
13908                 see ChangeLog entries 2002-01-07, 2002-01-08 and
13909                 2002-01-09
13910
13911 2002-01-09 [alfons]
13912
13913         * src/summaryview.c
13914                 remove more dirt traces...
13915
13916 2002-01-09 [alfons]
13917         
13918         * src/summaryview.c
13919                 clean up some traces of my debugging stuff
13920
13921 2002-01-09 [alfons]     0.6.6claws45
13922
13923         * src/filtering.c
13924                 break up filteringprop_apply() in three separate pieces
13925                 so we can drop messages that failed processing in the
13926                 inbox
13927
13928         * src/summaryview.c
13929                 fix bug #469598 "no refresh of inbox after filter" which 
13930                 was introduced by the new summary view locking, and which 
13931                 prevented the summary view to update after a manual filter 
13932                 message. claw's filter message requires a summary_show().
13933                 (aargh, summary_show() again! :-)
13934                 
13935 2002-01-07 [alfons]     0.6.6claws44
13936
13937         * src/headerwindow.c
13938         * src/logwindow.c
13939         * src/messageview.c
13940         * src/sourcewindow.c
13941                 bring in Hiro's last 0.7.0 wm class fixes
13942
13943         * tools/sylprint.pl
13944                 bring in Ricardo's fix for sylprint script
13945
13946         * AUTHORS       
13947         * src/rfc2015.[ch]
13948         * src/prefs_common.[ch]
13949         * src/prefs_account.[ch]
13950         * src/compose.c
13951                 clean up account preference poison in rfc2015,
13952                 and preparation to fix double sign bug 
13953                 (patch submitted by Simon 'corecode' Schubert)
13954
13955 2002-01-07 [christoph]  0.6.6claws43
13956
13957         * src/mh.c
13958                 search for free message number, do not only rely
13959                 on last_num
13960         * src/send.c
13961                 fix smtp auth and use extra account information
13962                 if available, if not use pop3 data instead
13963                 (closes bug #500341)            
13964         * src/ssl.[ch]
13965                 match coding style
13966
13967 2002-01-06 [alfons]     0.6.6claws42
13968
13969         * src/mainwindow.c
13970                 try making the separate windows work again...
13971
13972 2002-01-06 [alfons]     0.6.6claws41
13973
13974         * src/mainwindow.c
13975                 adapt Hiro's separate window menu (to get rid of the funny
13976                 duplicate menu items), and make it work again
13977
13978 2002-01-06 [alfons]     0.6.6claws40
13979
13980         * tools/Makefile.am
13981         * tools/sylprint.rc
13982         * tools/sylprint.pl
13983         * tools/README.sylprint
13984                 add sylprint script for printing mails from Sylpheed
13985                 (contributed by Ricardo Mones Lastra)
13986
13987         * src/acount.c
13988                 clean up
13989
13990 2002-01-06 [melvin]     0.6.6claws39
13991
13992         * src/mainwindow.c
13993         * src/summaryview.c
13994                 Fixed crash introduced in 0.6.6claws38 by the menu
13995                 reorganisation (Hide read messages)
13996         
13997         * ChangeLog.claws 
13998                 Fixed typo (we are now in 2002, alfons ;) )
13999
14000 2002-01-05 [alfons]     0.6.6claws38
14001
14002         * sync with sylpheed 0.6.6cvs10-17
14003                 (last stuff marked as LAST_STABLE)
14004
14005 2002-01-04 [melvin]     0.6.6claws37
14006
14007         * src/account.c
14008                 Made account selection code use strcasestr again instead of
14009                 g_strcasecmp (fixes bug where reediting queued messages
14010                 did not select proper account reported by T. Link).
14011         
14012         * src/folderview.c
14013                 Fix bug where folder icons are not shown when 'hide read messages'
14014                 is on.
14015         
14016         * src/stock_pixmaps.[ch]
14017                 Added folder icons for 'hide read messages'.
14018         
14019         * src/compose.c
14020                 Fixed bug where 'Enter' in a header entry will send the message 
14021                 if 'CTL-Enter' was chosen as a shorcut for sendind. 
14022
14023 2002-01-03 [melvin]     0.6.6claws36
14024         
14025         * src/prefs.[ch]
14026                 Added popup menu for common preferences and
14027                 account preferences (right click on tab displays
14028                                 a menu of all tabs.)
14029
14030 2002-01-02 [melvin]     0.6.6claws35
14031
14032         * src/gtkspell.[ch]
14033                 Made spelling code compatible with undo/redo feature.
14034                 Added creation of suggestion mode menu for the general
14035                         preferences.
14036         
14037         * src/prefs_common.[ch]
14038                 Added option menu for the speller's suggestion mode.
14039                 Added missing spaces in "..." buttons and made a "..."
14040                         button non translatable!
14041         
14042         * src/compose.c
14043                 Made speller use the default suggestion mode.
14044                 Hack to make it possible to choose 'CTRL-Enter' as a
14045                         shortcut for sending (and only for sending).
14046
14047         * src/prefs_folder_item.c
14048                 Changing subject simplification does not update cache 
14049                         anymore (because it is unnecessary).
14050                 Fixed bug where changing subject simplification updated the 
14051                         summaryview even when the viewed folder is not the
14052                         folder which properties are being changed. (E.g. 
14053                                         viewing folder A and changing
14054                                         the subject simplification of 
14055                                         folder B -not being viewed- updated the 
14056                                         summaryview of folder A with data of
14057                                         folder B). (Hope this is clear... )
14058
14059 2001-12-31 [alfons]     0.6.6claws34
14060         
14061         * src/ldif.c
14062         * src/mutt.c
14063                 fgetc() returns a signed integer which doesn't
14064                 fit in a char. so c truncates this to a char
14065                 but we may lose significant bits. i.e. we may
14066                 comparing 0xFF which may not be equal to -1
14067                 unless properly casted to signed char which
14068                 we won't do because fgetc() returns a signed
14069                 integer which doesn't fit in a char. so c 
14070                 truncates this to a char but we may lose 
14071                 significat bits. (you got the idea, thanks
14072                 to Gustavo Noronha Silva <kov@debian.org>
14073                 and the Debian folks!)
14074
14075 2001-12-30 [alfons]     0.6.6claws33
14076
14077         * src/prefs_common.c
14078                 add #ifdef USE_PSPELLs that Melvin forgot               
14079
14080 2001-12-30 [melvin]     0.6.6claws32
14081         
14082         * src/prefs_common.[ch]
14083                 Added configurable color for misspelled words.
14084
14085         * src/gtkspell.[ch]
14086                 Fixed bug of foreground text color (reported by David
14087                                 Mehrmann)
14088                 Added configurable color for misspelled words.
14089
14090 2001-12-30 [alfons]     0.6.6claws31
14091
14092         * src/folder.c
14093                 remove unnecessary things someone put there
14094
14095         * src/mh.c
14096         * src/folder.[ch]
14097                 make folder properties (like threading and sorting) persistent
14098                 (closes bug #497424 "rescan folder tree resets proprieties")
14099                 currently this is only for MH folders. 
14100
14101 2001-12-29 [melvin]     0.6.6claws30
14102
14103         * src/string_match.[ch]
14104                 Optimized a bit: regexp pattern buffer compiled only once, and
14105                   one subroutine call removed. Fixed ^ regexp search: Now, 
14106                   "(^Re: )|(^Hello)" removes only "Re: " from "Re: Hello".
14107         
14108         * src/summaryview.c
14109                 Subject filtering changed to filter summary columns and
14110                   not directly the messages subject cache. The loss in 
14111                   performance is balanced by the improvement of string_match.
14112                 Added an alert panel if there is an error in the regexp.
14113
14114         * src/src/prefs_folder_item.h
14115                 Added a regexp pattern buffer.
14116
14117 2001-12-28 [alfons]     0.6.6claws29
14118
14119         * src/string_match.[ch]
14120                 clean up name space
14121                 allow compilation *BSD
14122
14123 2001-12-27 [alfons]     0.6.6claws28
14124
14125         * src/filter.c
14126                 sync the Hiro's bug fix for BSD
14127
14128 2001-12-27 [melvin]     0.6.6claws27
14129         
14130         * src/compose.c
14131                 Simplify focus to subject entry code.
14132
14133 2001-12-27 [darko]      0.6.6claws26
14134
14135         * src/filtering.c
14136         * src/mbox_folder.c
14137         * src/messageview.c
14138         * src/mh.c
14139         * src/procheader.[ch]
14140         * src/procmsg.h
14141         * src/stock_pixmap.[ch]
14142         * src/summaryview.c
14143                 Show key icon for encrypted mails in summary view
14144
14145         * src/pixmaps/clip.xpm
14146         * src/pixmaps/clipkey.xpm
14147         * src/pixmaps/key.xpm
14148                 New/modified icons for the above
14149
14150 2001-12-27 [melvin]     0.6.6claws25
14151
14152         * src/prefs_common.c
14153                 Put spell checker options in a separate tab to decrease
14154                 the Common Preferences window height.
14155
14156         * README.claws  
14157                 Update spell checker usage instruction about its options
14158                 location.
14159
14160 2001-12-27 [melvin]     0.6.6claws24
14161
14162         * src/compose.c
14163                 Changed subject entry widget position. Initial focus is
14164                 on the To header instead of the subject entry.
14165                 Creating a new header scrolls the header list to make the
14166                 created one visible. Nevertheless, when automatically filling
14167                 headers, the first one is shown.
14168                 A Tab key press in the last empty header entry zips the 
14169                 focus to the subject entry.
14170                 (I did not change the combo boxes, yet)
14171
14172 2001-12-26 [alfons]     0.6.6claws23
14173
14174         * src/prefs_account.c
14175         * src/inc.c
14176                 allow default inbox to reside in another mailbox (only
14177                 works for POP3 accounts)
14178
14179 2001-12-26 [alfons]     0.6.6claws22
14180         
14181         * src/textview.c
14182                 make reply-on-click work with the account of the selected folder
14183         * src/compose.c
14184                 put a fixme here to remind me to fix finding correct default
14185                 account for nested folders
14186
14187 2001-12-25 [alfons]     0.6.6claws21
14188
14189         * src/summaryview.c
14190                 make column headers display locked and mark pixmaps (idea by Melvin) 
14191                 fix bug by adding score and locked column type to sort array
14192
14193 2001-12-25 [alfons]     0.6.6claws20
14194         
14195         * src/summaryview.c
14196                 catch a *potentially* inadvertent write back of  
14197                 the message cache(s) introduced by 0.6.5claws37
14198
14199 2001-12-25 [christoph]  0.6.6claws19
14200
14201         * src/stock_pixmap.[ch]
14202         * src/summaryview.c
14203                 add ignore thread pixmap
14204                 (can someone draw a better icon for this?)
14205
14206 2001-12-24 [alfons]     0.6.6claws18
14207
14208         * src/prefs_folder_item.c
14209                 make address completion actually work for the
14210                 Default To address in the Folder Property dialog.
14211
14212 2001-12-24 [alfons]     0.6.6claws17
14213         
14214         * src/summaryview.c
14215                 use new style regexp for subject stripping 
14216                 (patch submitted by Thomas Link <t.link.tmp200101@gmx.net>)
14217
14218 2001-12-24 [darko]      0.6.6claws16
14219
14220         * src/pgptext.c
14221         * src/rfc2015.c
14222                 move GPG related informational messages to debug mode
14223
14224 2001-12-23 [alfons]     0.6.6claws15
14225
14226         * src/stock_pixmap.[ch]
14227         * src/summaryview.c
14228                 add the forgotten Claws' locked pixmap
14229
14230 2001-12-23 [alfons]     0.6.6claws14
14231
14232         * src/filesel.c
14233                 accept file name typed in entry in multi file
14234                 selector (patch submitted by Gustavo Noronha Silva 
14235                 <kov@debian.org>)
14236
14237 2001-12-23 [alfons]     0.6.6claws13
14238
14239         * src/prefs_filter.c
14240         * src/prefs_filtering.c
14241         * src/matcher.c
14242         * src/importmutt.c
14243                 clean up a little bit
14244         
14245         * src/string_match.c
14246                 validate input strings a little bit more
14247
14248 2001-12-23 [alfons]     0.6.6claws12
14249
14250         * src/Makefile.am
14251         * src/summaryview.c
14252         * src/string_match.[ch]         ** NEW **
14253         * src/folderview.[ch]
14254         * src/headerview.h
14255         * src/folder.[ch]
14256         * src/prefs_folder_item.[ch]
14257                 add subject simplification to strip out strings from
14258                 a subject line (esp. handy for mailing lists). 
14259                 (original patch by by Thomas Link <t.link.tmp200101@gmx.net>,
14260                 but slightly changed things for better integration.)
14261
14262 2001-12-23 [alfons]     0.6.6claws11
14263
14264         * src/mainwindow.c
14265                 fix bug introduced by submission included in 0.6.5claws52.
14266                 ideally this submission should clean the trash if any trash
14267                 folder has a message. however, the hasTrash variable was
14268                 set to false whenever a trash folder was empty (discarding
14269                 a previously found *filled* trash folder.)
14270
14271                 also edited the code a little bit and made it more safe.
14272
14273 2001-12-22 [alfons]     0.6.6claws10
14274
14275         * src/imap.c
14276                 quick fix for Martin Pool's omission of an account
14277                 specific SSL setting
14278
14279 2001-12-22 [alfons]     0.6.6claws9
14280
14281         * src/compose.c
14282         * src/messageview.c
14283         * src/mimeview.c
14284         * src/pgptext.c
14285         * src/procmime.[ch]
14286                 better support for multipart/digest (submitted
14287                 by Fredrik <e98fo@efd.lth.se>)
14288
14289 2001-12-22 [alfons]     0.6.6claws8
14290
14291         * src/addressbook.c
14292                 correct function signature
14293         * src/socket.[ch]
14294         * src/imap.[ch]
14295         * src/prefs_account.[ch]
14296                 allow IMAP over SSH tunnel (patch submitted by 
14297                 Martin Pool <mbp@samba.org>)
14298
14299 2001-12-21 [alfons]     0.6.6claws7
14300
14301         * sync with sylpheed 0.6.6cvs4-9
14302                 (may have forgotten something: LAST_STABLE is 0.6.6claws6)
14303
14304 2001-12-21 [christoph]  0.6.6claws6
14305
14306         * src/compose.c
14307         * src/prefs_folder_item.[ch]
14308                 implement saving of outgoing messages to current folder.
14309                 fix segfault when no default outbox is available
14310                 (closes bug #495683)
14311
14312 2001-12-21 [carsten]    0.6.6claws5
14313         * src/folderview.c
14314         * src/summaryview.c
14315                 pressing CTRL while DND does now the expected thing and
14316                 copies the mail (moving is still the default, as this
14317                 seam more appropriate for handling mails by DND)
14318
14319 2001-12-18 [paul]       0.6.6claws4
14320
14321         * sync with sylpheed 0.6.6cvs3
14322                 see ChangeLog entries 2001-12-18
14323
14324 2001-12-18 [hiro]       0.6.6claws3
14325
14326         * src/undo.c
14327                 fix for multibyte characters (obtain the number of letters
14328                 instead of bytes).
14329
14330 2001-12-17 [paul]       0.6.6claws2
14331
14332         * sync with sylpheed 0.6.6cvs1
14333                 see ChangeLog entry 2001-12-16
14334
14335 2000-12-17 [alfons]     0.6.6claws1
14336
14337         * src/filtering.c
14338                 clean up
14339
14340 2001-12-16 [paul]       0.6.6claws
14341 2001-12-15
14342
14343         * Release version 0.6.6claws, cvs tag: rel_0_6_6
14344
14345         * src/mimeview.c
14346                 last minute sync with main 0.6.6
14347
14348         * po/es.po
14349                 updated by Ricardo Mones Lastra
14350                 update for last minute sync
14351         * po/fr.po
14352         * po/nl.po
14353                 update for last minute sync
14354         * po/de.po
14355                 updated by Jens Oberender
14356         * po/pt_BR.po
14357                 updated by Fabio Junior Beneditto
14358
14359         * src/prefs_common.[ch]
14360         * src/undo.c
14361                 number of undo levels is user configurable
14362                 (squeeze it into the release in the dying
14363                 moments) Submitted by Jens Oberender    
14364
14365 2001-12-15 [melvin]
14366
14367         * po/fr.po
14368                 updated french translation
14369
14370 2001-12-15 [paul]       0.6.5claws92
14371
14372         * sync with sylpheed 0.6.5cvs28
14373                 see ChangeLog entry 2001-12-14 (src/prefs_account.c)
14374
14375         * po/nl.po
14376                 update to allow for sync
14377
14378 2001-12-15 [alfons]
14379         
14380         * po/nl.po
14381                 update dutch translation
14382
14383 2001-12-14 [carsten]    0.6.5claws91
14384         * src/summaryview.c
14385                 fixed bug #473785; also after changing the column order
14386                 the same message will be selected and displayed as before
14387                 the reordering
14388
14389 2001-12-14 [carsten]    0.6.5claws90
14390         * src/folderview.c
14391                 probably found the bug reported by wwb opening or closing
14392                 a folder tree just before dnd (found the solution in the
14393                 balsa source -- thanks to them)
14394
14395 2001-12-14 [carsten]    0.6.5claws89
14396         * src/gtkutils.c
14397         * src/account.c
14398                 moved gtk_clist_moveto to the right place, so that
14399                 only the accounts dialog is effected on opening
14400
14401 2001-12-14 [carsten]    0.6.5claws88
14402         * src/gtkutils.c
14403                 gtkut_clist_set_focus_row does a gtk_clist_moveto
14404                 now, so that the focused row will be seen in any case
14405                 (reported by wwp on sf-claws-user)
14406
14407 2001-12-14 [darko]      0.6.5claws87
14408
14409         * src/compose.c
14410                 remove unnecessary line
14411
14412 2001-12-14 [paul]       0.6.5claws86
14413
14414         * sync with sylpheed 0.6.5cvs27
14415                 see ChangeLog entries 2001-12-14
14416
14417 2001-12-14 [carsten]    0.6.5claws85
14418         * src/mainwindow.c
14419                 following a suggestion of Melvin the rcoabm pops up
14420                 right under the button now and the button is reliefed
14421                 while the popup is open
14422
14423 2001-12-14 [darko]      0.6.5claws84
14424
14425         * src/compose.c
14426                 fix crash when wrapping long lines if linewrap quotation
14427                 is disabled and wrapper encounters a word spanning more
14428                 than one line
14429
14430 2001-12-13 [paul]       0.6.5claws83
14431
14432         * src/compose.c
14433                 prefer 'Reply-To' header over mailing list header when
14434                 replying to a message. Finally prevent all those confirmation 
14435                 messages being sent to the list itself.
14436
14437         * src/summaryview.c
14438                 remove unused summary_set_menu_sensitive() entry
14439
14440 2001-12-13 [paul]       0.6.5claws82
14441
14442         * src/folderview.c
14443         * src/pixmaps/inbox-hrm.xpm     ** NEW FILE **
14444         * src/pixmaps/outbox-hrm.xpm    ** NEW FILE **
14445         * src/pixmaps/trash-hrm.xpm     ** NEW FILE **
14446                 improvements to 'Hide read messages': Inbox, Outbox,
14447                 Trash, Queue, and Draft icons now reveal presence of hidden 
14448                 messages
14449
14450 2001-12-12 [alfons]     0.6.5claws81
14451
14452         0.6.5claws80 was tagged as LAST_STABLE
14453
14454         * src/filtering.[ch]
14455         * src/matcher.[ch]
14456         * src/matcher_parser_lex.c
14457                 fix the filtering; my last attempt to get it right, 
14458                 if it does not work, it's Hoa's turn. ;-)
14459
14460                 for my honourable peers:
14461                 
14462                 the code now makes a clear distinction between
14463                 rules as they are displayed (probably escaped),
14464                 and as they are executed (probably unescaped). the
14465                 parser does *NOT* do any unescaping, this is
14466                 the task of the matcher.c (which breaks up a
14467                 rule into condition) and the filtering.c (which
14468                 breaks up the rule's action). to make this
14469                 run happily we provide an unescaped copy of
14470                 crucial strings to the MatcherProp and 
14471                 FilteringAction structures. note that the only
14472                 exception to this is any REGEXP string. those
14473                 are directly passed to regcomp() and regexp()
14474                 (who have much more powerful unescape functions).
14475                 
14476                 for everyone else:
14477         
14478                 you can escape tab (\t), carriage return (\r),
14479                 linefeed (\n), form feed (\f), quote (\"), 
14480                 single quote (\'), bell (\b) in all the entry
14481                 lines in the scoring & filtering dialogs.
14482                 as an added bonus this should not affect
14483                 existing filtering rules.
14484
14485 2001-12-12 [carsten]    0.6.5claws80
14486
14487         * src/summaryview.c
14488         * po/de.po
14489                 "item(s) selected" is now sensitive to 1 or more
14490                 than one selected (nice for language where simple
14491                 adding of a "s" is not possible as German (Eintrag
14492                 ->Eintr"age)
14493                 
14494                 the "forward as attachment" entry from the right
14495                 click menu removed, "forward" acts following the
14496                 prefs
14497         
14498         * src/textview.c
14499                 reverted my former changes; so compiler warning again
14500                 but there's more GTK_TEXT/GTK_STEXT mixing on other places
14501                 nevertheless
14502
14503         * src/messageview.c
14504                 "search in message" does now *not* only work in MVIEW_TEXT
14505                 messages, but also in a MIMEVIEW_TEXT part of MVIEW_MIME
14506                 message
14507
14508         * src/mainwindow.c
14509                 removed "/File/_Close" as it was the same as "/File/E_xit"
14510                 and we don't need it two times
14511
14512                 the separate folder view and message view now get a distinct
14513                 WMCLASS, just in case someone is using sawfish ;-)
14514
14515                 as the menu entries "/View/Message view" and "/View/Folder tree"
14516                 are only doing something when SEPARATE_MESSAGE or SEPARATE_FOLDER
14517                 make them sensitive accordingly and as these two are "shown"
14518                 after startup anytime check this menuitem at startup
14519
14520 2001-12-12 [paul]       0.6.5claws79
14521
14522         * src/folderview.c
14523                 fix sensitivity of 'Search folder...', broken in
14524                 0.6.5claws75
14525
14526         * src/mainwindow.c
14527                 fix dodgy English
14528
14529 2001-12-11 [carsten]    0.6.5claws78
14530         * src/filtering.c
14531                 fixed two typos returning a wrong FALSE/TRUE
14532         * src/mainwindow.[ch]
14533                 extra menu for email/news button removed
14534
14535 2001-12-11 [alfons]     0.6.5claws77
14536         
14537         * src/matcher.c                 (1.3)
14538         * src/matcher_parser_lex.l      (1.28)
14539                 revert for another attempt
14540                 mark 0.6.5claws77 as LAST_STABLE
14541
14542 2001-12-11 [christoph]  0.6.5claws76
14543
14544         * po/de.po
14545                 fixed wrong translation for prev. unread msg
14546
14547 2001-12-11 [paul]       0.6.5claws75
14548
14549         * src/folder.[ch]
14550         * src/folderview.c
14551         * src/mainwindow.c
14552         * src/summaryview.[ch]
14553         * src/pixmaps/dir-open-hrm.xpm  ** NEW FILE **
14554                 enable ability to hide read messages on per folder basis via 
14555                 '/Summary/Hide read messages'; when selected, a folder will 
14556                 have a red open folder icon, instead of a blue icon, if the 
14557                 folder contains hidden messges
14558                 submitted by Thomas Link <t.link.tmp200101.gmx.net> 
14559
14560         * src/mainwindow.c
14561                 remove '/Message/Forward as attachment' from 
14562                 main_window_set_menu_sensitive() to prevent debug warning
14563
14564         * src/folderview.c
14565         * src/mainwindow.c
14566                 Clean up some of the English
14567
14568         * tools/newscache_clean.pl
14569                 allow for new 'hidereadmsgs' entry in folderlist.xml
14570
14571         * po/es.po
14572                 updated translation, submitted by Ricardo Mones Lastra
14573
14574 2001-12-11 [paul]       0.6.5claws74
14575
14576         * sync with sylpheed 0.6.5cvs25
14577                 see ChangeLog entry 2001-12-11
14578
14579 2001-12-10 [alfons]     0.6.5claws73
14580
14581         * src/matcher.c
14582                 add more control characters
14583         * src/matcher_parser_lex.l
14584                 make escaping / unescaping work again
14585
14586 2001-12-10 [alfons]     0.6.5claws72
14587
14588         * src/imap.c
14589                 clean up warnings "returning value for void function" 
14590         * src/prefs_filtering.c
14591                 make info button for execute action sensitive
14592
14593 2001-12-10 [paul]       0.6.5claws71
14594
14595         * src/compose.c
14596         * src/imap.[ch]
14597         * src/summaryview.c
14598                 fix: imap server now gets informed of MARKED, UNMARKED
14599                 and REPLY events. Now people can use different IMAP-Mail
14600                 clients and have the exact same information about MARKED,
14601                 UNMARKED and REPLY status with all of them. Especially
14602                 useful for imap servers with a web-frontend.
14603                 submitted by Tobias Sandhaas <medlor@web.de>
14604
14605 2001-12-09 [melvin]     0.6.5claws70
14606         
14607         * src/textview.[ch]
14608                 fixed bug #490076 (hunted down by Alfons who implemented
14609                 a workaround in 0.6.5claws65)
14610
14611 2001-12-09 [christoph]  0.6.5claws69
14612
14613         * src/summaryview.c
14614                 set pointer to string in LOCKED column to NULL
14615                 (might fix bug #490800)
14616
14617 2001-12-09 [carsten]    0.6.5claws68
14618
14619         * po/de.po
14620                 resolved some cluttered menu shortcuts 
14621                 ('creating new email' and 'creating news message'
14622                 hade the same)
14623         * src/compose.c
14624                 wmclass now distinc from main window
14625         * src/mainwindow.c
14626           src/mainwindow.h
14627                 email/news and forward button functionality similar
14628                 to the reply buttons; removed the ugly dropdown arrows
14629                 and use instead the right mouse button
14630
14631 2001-12-09 [paul]       0.6.5claws67
14632
14633         * src/imap.c
14634         * src/utils.h
14635                 allow spaces in imap folder names
14636                 submitted by Willem van Engen <wvengen@stack.nl>
14637
14638 2001-12-09 [paul]       0.6.5claws66
14639
14640         * sync with sylpheed 0.6.5cvs24
14641                 see ChangeLog entry 2001-12-09
14642
14643 2001-12-08 [alfons]     0.6.5claws65
14644
14645         * src/textview.c
14646                 prevent secondary selection claim after "add to sender" dialog
14647                 popped up. this is because there's a GDK_BUTTON_RELEASE pending.
14648                 we trick GTK by simulating a click at (0, 0) in the textview.
14649
14650 2001-12-08 [hoa]        0.6.5claws64
14651
14652         * src/folder.c
14653                 fixed a bug about the .processing folder name while filtering
14654
14655 2001-12-08 [alfons]     0.6.5claws63
14656
14657         * src/folderview.c 
14658                 work around problem of not correctly updating folder stats
14659                 when deleting messages. there's some folder scanning evil
14660                 going so the folderview_update_msg_num() does not work
14661                 correctly. need to investigate this.
14662
14663 2001-12-08 [paul]       0.6.5claws62
14664
14665         * sync with sylpheed 0.6.5cvs23
14666                 see ChangeLog entry 2001-12-08
14667
14668 2001-12-07 [christoph]  0.6.5claws61
14669
14670         * src/compose.c
14671                 fix another header translation problem
14672
14673 2001-12-07 [alfons]     0.6.5claws60
14674
14675         * src/mbox.c
14676                 make filtering also work on local spool mbox
14677
14678 2001-12-07 [carsten]    0.6.5claws59
14679         * src/addressbook.c
14680                 addressbook window gets a wmclass distinct from the main
14681                 sylpheed window
14682         * src/compose.h
14683         * src/mainwindow.[ch]
14684                   forward menu item will use mode selected in prefs, forward 
14685                 as attatchment in menu removed (will be substituted in the
14686                 toolbar similar to reply buttons)
14687                   create news message menu entry and news button is now 
14688                 sensitive to the existance of a news account
14689         * src/pixmaps/stock_mail_reply_quote.xpm           ** REMOVED **
14690         * src/pixmaps/stock_mail_reply_to_all_quote.xpm    ** REMOVED **
14691         * src/pixmaps/stock_mail_reply_to_sender_quote.xpm ** REMOVED **
14692                 these are removed because the toolbar buttons don't show
14693                 the quoting modus any longer
14694
14695 2001-12-07 [paul]
14696
14697         * tools/newscache_clean.pl      ** NEW FILE **
14698                 perl script to do some tidying up in the newscache directory 
14699                 
14700         * tools/sylpheed-switcher       ** NEW FILE **
14701                 perl script to enable easy switching between main and claws
14702                 
14703         * tools/README
14704                 added descriptions of the two new perl scripts          
14705
14706
14707 2001-12-07 [melvin]     0.6.5claws58
14708
14709         * src/messageview.c
14710                 fixed a warning during compilation introduced in 0.6.5claws56
14711
14712 2001-12-07 [paul]       0.6.5claws57
14713
14714         * src/mainwindow.[ch]
14715         * src/menu.[ch]
14716                 further usability enhancements to replying with or without 
14717                 quoting via the toolbar, use of Ctrl key is replaced by 
14718                 drop down menu 
14719                 Submitted by Carsten Schurig            
14720
14721 2001-12-07 [melvin]     0.6.5claws56
14722
14723         * src/messageview.c
14724                 hack to fix bug that prevented to make/paste selections
14725                 after switching between MVIEW_TEXT and MVIEW_MIME views
14726                 without deselecting the selection first.
14727
14728 2001-12-06 [alfons]     0.6.5claws55
14729
14730         * src/filtering.[ch]
14731         * src/inc.c
14732                 revise filtering a little bit more, and make sure
14733                 messages are delivered to the appropriate inbox
14734                 (perhaps set per account)
14735
14736 2001-12-06 [paul]       0.6.5claws54
14737
14738         * sync with sylpheed 0.6.5cvs22
14739                 see ChangeLog entry 2001-12-06
14740
14741 2001-12-05 [alfons]     0.6.5claws53
14742
14743         * src/inc.c
14744         * src/folder.[ch]
14745         * src/procmsg.c
14746         * src/filtering.c
14747                 more revisions of filtering system
14748                 (last stable version is marked as LAST_STABLE)
14749                 
14750                 | NOTE 1): the filtering system now uses a local folder called
14751                 | .processing. if filtering fails, check this directory
14752                 | for missing messages.
14753                 |
14754                 | NOTE 2): help us find the filtering actions still missing
14755
14756 2001-12-05 [paul]       0.6.5claws52
14757
14758         * src/mainwindow.c
14759                 fix bug where 'Empty Trash?' pop-up window appears even
14760                 when Trash is empty, submitted by Jesse Skinner         
14761
14762 2001-12-05 [melvin]     0.6.5claws51
14763
14764         * src/compose.c
14765                 fixed bug #486106 to select correct account when reediting 
14766                 a queued message
14767         
14768 2001-12-04 [alfons]     0.6.5claws50
14769
14770         * src/mh.c
14771                 declare markfile in appropriate functions when
14772                 no fchmod() is found (thanks to Mark Heerdink <marc@koelkast.net>
14773                 for spotting this)
14774
14775 2001-12-04 [paul]       0.6.5claws49
14776
14777         * sync with sylpheed 0.6.5cvs21
14778                 see ChangeLog entry 2001-12-04
14779
14780 2001-12-03 [christoph]  0.6.5claws48
14781
14782         * po/de.po
14783                 changed translation of undo
14784         * src/account.c
14785         * src/folder.c
14786                 don't reinvent the wheel to traverse a GNode
14787         * src/compose.[ch]
14788                 seperate code to create the compose gui into functions
14789                 add "Others" page with folder selection for saving copy
14790                 of the message.
14791                 the folder identifier is saved to queue header
14792         * src/procmsg.c
14793                 save message to folder in queue header
14794
14795 2001-12-03 [paul]       0.6.5claws47
14796
14797         * sync with sylpheed 0.6.5cvs20
14798                 see ChangeLog entry 2001-12-03
14799
14800 2001-12-01 [paul]
14801
14802         * more sync with sylpheed 0.6.5cvs19
14803                 see ChangeLog entry 2001-11-29
14804
14805 2001-11-30 [paul]       0.6.5claws46
14806         
14807         * src/compose.c
14808                 remove conflicts introduced by Hoa's last commit
14809          
14810         * src/mainwindow.c
14811                 make 'Message/Bounce' sensitive
14812
14813 2001-11-30 [hoa]        0.6.5claws45
14814
14815         * src/compose.c
14816                 slightly change bounce function to add
14817                 information about the user that bounced the mail
14818                 in the From header line.
14819
14820         * src/folderview.c
14821                 permit the use of processing in outbox folder.
14822
14823 2001-11-29 [paul]       0.6.5claws44
14824
14825         * src/mainwindow.[ch]
14826         * src/prefs_common.c
14827         * src/pixmaps/stock_mail_reply_quote.xpm            ** NEW FILE **
14828         * src/pixmaps/stock_mail_reply_to_all_quote.xpm     ** NEW FILE **
14829         * src/pixmaps/stock_mail_reply_to_author_quote.xpm  ** NEW FILE **
14830                 usability enhancements to the quoting, implements
14831                 use of Ctrl key to toggle quoting settings
14832                 Submitted by Carsten Schurig <Carsten.Schurig@web.de>
14833
14834 2001-11-29 [paul]       0.6.5claws43
14835         
14836         * sync with sylpheed 0.6.5cvs19
14837                 see ChangeLog entry 2001-11-28
14838
14839 2001-11-29 [melvin]     0.6.5claws42
14840         * src/Makefile.am
14841                 added enriched.[ch] to the list of files
14842
14843         * src/textview.c
14844         * src/mimeview.c
14845         * src/procmime.[ch]
14846         * src/enriched.[ch]
14847                 added support to view text/enriched
14848                 added support to show headers in message view for text/enriched and text/html
14849                         in non multipart messages
14850
14851 2001-11-28 [paul]       0.6.5claws41
14852
14853         * more sync with sylpheed 0.6.5cvs18
14854                 see ChangeLog entry 2001-11-27 (src/prefs_common.c)
14855
14856 2001-11-27 [paul]       0.6.5claws40
14857         
14858         * po/pt_BR.po
14859                 updated translation, submitted by Fabio Junior Beneditto
14860                 
14861         * sync with sylpheed 0.6.5cvs18
14862                 see ChangeLog entries 2001-11-26 (src/textview.c) and
14863                 2001-11-27
14864
14865
14866 2001-11-26 [paul]
14867
14868         * po/es.po
14869                 updated translation, submitted by Ricardo Mones Lastra
14870
14871 2001-11-26 [alfons]
14872
14873         * src/matcher.c
14874                 add more translatable strings
14875
14876 2001-11-26 [christoph]  0.6.5claws39
14877
14878         * po/de.po      
14879                 fixed one more umlaut
14880         * src/compose.c
14881                 fix translated header when it should not be translated
14882
14883 2001-11-26 [paul]       0.6.5claws38
14884
14885         * src/mainwindow.c
14886                 remove '/Message/Add Sender to address book' from 
14887                 main_window_set_menu_sensitive(), prevent debug warning
14888                 add 'Message/Mark/Mark all read' to mainwin_entries[]
14889
14890 2001-11-26 [paul]       0.6.5claws37
14891
14892         * src/summaryview.c
14893                 fix 'recurring unread state' bug 
14894
14895         * tools/README 
14896         * tools/filter_conv.pl
14897                 read name of top level mailbox from folderlist.xml
14898                 and presume nothing about its name              
14899
14900 2001-11-26 [darko]      0.6.5claws36
14901
14902         * src/gtkstext.[ch]
14903                 removed functions that are now in gtkutils.c
14904                 use gtkut_text_is_uri_string() from gtkutils.c
14905         * fix my comment on 2001-11-23 (missing gtkutils.[ch])
14906
14907 2001-11-26 [paul]       0.6.5claws35
14908
14909         * sync with sylpheed 0.6.5cvs16
14910                 see ChangeLog entries 2001-11-25 and 2001-11-26
14911
14912 2001-11-25 [alfons]     0.6.5claws34
14913
14914         EXPERIMENTAL!!! Please checkout the last stable version using: 
14915           
14916         % cvs update -r LAST_STABLE -dRAP
14917
14918         (Or help us testing this stuff.)
14919
14920         * src/filtering.c               (1.14)
14921         * src/filtering.h               (1.6)
14922         * src/inc.c                     (1.28)
14923         * src/matcher.c                 (1.20)
14924         * src/mbox.c                    (1.9)
14925         * src/procmsg.h                 (1.14)
14926         * src/summaryview.c             (1.59)
14927         * src/summaryview.h             (dunno)
14928                 revert/merge/sync to as it was before commit 
14929                 on Thu, 19 Jul 2001 10:15:51 -0700.
14930
14931 2001-11-25 [hoa]        0.6.5claws33
14932
14933         * src/main.c
14934                 processing mails at startup
14935
14936         * src/folderview.c
14937         * src/summaryview.[ch]
14938                 processing mails when entering folder
14939
14940         * src/prefs_filtering.c
14941                 fixed some UI bugs
14942
14943 2001-11-24 [alfons]     0.6.5claws32
14944
14945         * src/summaryview.[ch]
14946                 make summary sort headers work, and also make
14947                 sure the sort type is stored
14948
14949 2001-11-23 [alfons]     0.6.5claws31
14950
14951         * src/summaryview.[ch]
14952                 make lock work like mark
14953                 disallow deleting messages marked as locked
14954
14955 2001-11-23 [alfons]     0.6.5claws30
14956
14957         * src/gtkstext.c
14958         * src/compose.[ch]
14959         * src/Makefile.am
14960         * src/undo.[ch]
14961                 merge undo patch submitted by Jens
14962
14963 2001-11-23 [christoph]  0.6.5claws29
14964
14965         * src/.cvsignore
14966                 added ylwrap
14967         * src/compose.c
14968                 fixed gpg signing and encoding
14969         * src/folder.[ch]
14970         * src/main.c
14971                 added --status option to get new, unread and total
14972                 message count from a running sylpheed
14973         * src/prefs_common.c
14974                 temporary fix for reply_with_quote problem
14975                 (don't call functions for non existing widget)
14976         * src/procmsg.c
14977                 one more check for ignored threads but still not
14978                 always working correctly. probably a recursive
14979                 check for all parents is needed
14980
14981 2001-11-23 [darko]      0.6.5claws28
14982
14983         * src/compose.c
14984                 wrapping on send improvements
14985         * src/gtkutils.[ch]
14986                 fix for GtkSText after last sync with main branch
14987                 GTK_TEXT -> GTK_STEXT
14988
14989 2001-11-23 [paul]       0.6.5claws27
14990
14991         * sync with sylpheed 0.6.5cvs14
14992                 see ChangeLog entries 2001-11-22 and 2001-11-23
14993                 
14994         * po/de.po
14995                 fixed the scrambled umlauts 
14996                 submitted by Carsten Schurig <Carsten.Schurig@web.de>
14997
14998 2001-11-21 [paul]       0.6.5claws26
14999
15000         * sync with sylpheed 0.6.5cvs12
15001                 see 2nd ChangeLog entry dated 2001-11-20
15002
15003 2001-11-20 [paul]       0.6.5claws25
15004
15005         * sync with sylpheed 0.6.5cvs11
15006                 see ChangeLog entry 2001-11-19 (src/utils.c)
15007
15008 2001-11-20 [hiro]
15009
15010         * src/compose.c
15011                 GTK_TEXT -> GTK_STEXT
15012                 fix for wrong comment
15013
15014 2001-11-20 [hiro]       0.6.5claws24
15015
15016         * src/compose.[ch]
15017                 more merges from main branch
15018                 removed fatal warnings (uninitialized variables etc.)
15019                 some coding style fix
15020         * src/gtkutils.h
15021                 fixed typo.
15022         * src/addressbook.c
15023           src/addrindex.c
15024                 V-Card -> vCard
15025
15026 2001-11-19 [hoa]        0.6.5claws23
15027
15028         * src/filtering.c
15029         * src/prefs_scoring.c
15030         * src/matcher.[ch]
15031         * src/scoring.c
15032                 cleaning code
15033
15034         * src/matcher_parser_parse.y
15035         * src/prefs_filtering.c
15036                 bouncing
15037
15038 2001-11-19 [alfons]     0.6.5claws22
15039
15040         more of my old things into claws
15041
15042         * src/Makefile.am
15043         * src/prefs_common.c
15044         * src/procmsg.h
15045         * src/summaryview.[ch]
15046         * src/prefs_summary_column.c
15047         * src/pixmaps/locked.xpm
15048                 add indicators for locking of message in summary view
15049                 (does not work yet, only visual indicator)
15050
15051 2001-11-19 [paul]       0.6.5claws21
15052
15053         * sync with sylpheed 0.6.5cvs10
15054                 see ChangeLog entry 2001-11-19
15055
15056 2001-11-18 [alfons]     0.6.5claws20
15057         
15058         * src/filtering.c
15059                 remove an inadvertent free I forgot in previous clean up 
15060
15061 2001-11-18 [alfons]     0.6.5claws19
15062
15063         * src/filtering.[ch]
15064                 clean up & plug leaks
15065
15066 2001-11-18 [paul]       0.6.5claws18
15067
15068         * sync with sylpheed 0.6.5cvs9
15069                 see ChangeLog entries 2001-11-17 and 2001-11-18
15070
15071 2001-11-16 [paul]       0.6.5claws17
15072
15073         * sync with sylpheed 0.6.5cvs8
15074                 see ChangeLog entry 2001-11-16, src/grouplistdialog.c
15075
15076 2001-11-16 [paul]       0.6.5claws16
15077
15078         * sync with sylpheed 0.6.5cvs7
15079                 see ChangeLog entries 2001-11-15 and 2001-11-16
15080
15081 2001-11-15 [hoa]        0.6.5claws15
15082
15083         * src/compose.c
15084                 fix bounce, mails we received couln't be bounced to ourself.
15085
15086         * src/defs.h
15087         * src/filtering.[ch]
15088         * src/matcher.[ch]
15089         * src/matcher_parser.h
15090         * src/matcher_parser_lex.l
15091         * src/matcher_parser_parse.y
15092         * src/inc.c
15093         * src/main.c
15094         * src/mbox.c
15095         * src/prefs_filtering.[ch]
15096         * src/mainwindow.c
15097         * src/prefs_matcher.c
15098         * src/prefs_scoring.c
15099         * src/scoring.[ch]
15100         * src/summaryview.c
15101                 new matcher/filter/score configuration file parser
15102                 one unique configuration file => ~/.sylpheed/matcherrc
15103                 import in currently automatic, then save are made
15104                 in this new file.
15105                 one filter per folder and one global filter
15106                 (filter of a folder will be used as folder processing)
15107
15108         * src/folder.c
15109                 fix a bug in folder_item_get_identifier
15110                 
15111         * src/messageview.c
15112                 receive receipt return are fixed.
15113
15114 2001-11-14 [alfons]     0.6.5claws14
15115
15116         * src/session.h
15117                 add things from main branch to make claws compile
15118
15119 2001-11-14 [paul]       0.6.5claws13
15120
15121         * merge with SYNC-B4-REL and sync with sylpheed 0.6.5cvs5
15122                 see ChangeLog entries 2001-11-08 to 2001-11-14
15123
15124 2001-11-14 [hoa] 0.6.5claws12
15125
15126         * src/compose.[ch]
15127         * src/mainwindow.c
15128         * src/summaryview.c
15129                 add "bounce mail" option
15130
15131 2001-11-13 [christoph]  0.6.5claws11
15132
15133         * src/compose.c
15134                 Cleanup a mess i add before commiting
15135
15136 2001-11-13 [hoa]        0.6.5claws10
15137
15138         * src/compose.c
15139                 some fixes when mail are sent or
15140                 for crossposts
15141
15142 2001-11-13 [christoph]  0.6.5claws9
15143
15144         * po/de.po
15145                 Changed two string with the same translation
15146         * src/compose.c
15147         * src/procmsg.[ch]
15148         * src/send.[ch]
15149                 New mailsending process:
15150                   - Always queue message before sending
15151                     (message will be saved if sylpheed crashed or
15152                      freezes while sending)
15153                   - Allow queuing of newspostings
15154                   - No copy in outbox before sending
15155                     (closes bug #469501)
15156                   - No more redundant code for send and send_later
15157         * src/summaryview.c
15158                 Applied wwp <subscript@free.fr>'s patch that fixes
15159                 marks for multiple forwarded messages (+compose.c)
15160
15161 2001-11-12 [alfons]
15162
15163         * README.claws
15164                 remove things that are now in main branch
15165         
15166         * po/nl.po
15167                 update Dutch translation
15168
15169 2001-11-12 [mhadasht]   0.6.5.claws8
15170
15171         * src/prefs_common.c
15172                 re-enabled account autoselection feature for forward
15173                 and reedit lost during the branch point for SYNC-B4-REL
15174         * src/gtkspell.c
15175                 gtkpspell_get_dict(): more readable code (even if function is
15176                 not used yet)
15177         * ChangeLog.claws
15178                 added version number info to 2001-11-12 [hiro] comment.
15179
15180 2001-11-12 [hiro]       0.6.5.claws7
15181
15182         * src/compose.c
15183                 compose_forward(): fixed a bug that forward quote mark
15184                 wasn't used.
15185                 removed unnecessary code.
15186         * src/template_select.[ch]: removed.
15187
15188 2001-11-11 [alfons]
15189
15190         * src/compose.c
15191                 :%s/GTK_TEXT/GTK_STEXT/g
15192         
15193         * src/compose.[ch]
15194         * src/undo.[ch]
15195         * src/Makefile.am
15196                 revert the undo stuff (this is 0.6.6claws stuff)
15197
15198 2001-11-11 [hoa]        0.6.5.claws6
15199
15200         * src/compose.[ch]
15201                 Insert signature at the end of the text.
15202                 Added undo patch but currently disabled
15203
15204         * src/procmsg.c
15205                 Threading by subject improved.
15206
15207         * added src/undo.[ch]
15208                 Undo module for compose dialog box.
15209
15210 2001-11-11 [alfons]     0.6.5.claws5
15211
15212         * src/procmsg.c
15213                 prevent threading by subject on nodes that have already been
15214                 threaded by in-reply-to (as in "circular references in a tree
15215                 result in a dead branch")
15216
15217 2001-11-09 [hoa]        0.6.5.claws4
15218         
15219         * src/folderview.c
15220                 allows creation of mbox folder item from any files.
15221
15222 2001-11-09 [alfons]     0.6.5.claws3
15223         
15224         * src/utils.c
15225         * src/procmsg.c
15226                 do what I mean and correct threading by subject so it really
15227                 ignores attracting lines without "Re: "
15228
15229 2001-11-07 [alfons]     0.6.5.claws2
15230
15231         * src/procmsg.c
15232         * src/utils.[ch]
15233                 only attract by subject if a subject line starts with a "Re: "
15234         * src/syldap.c
15235                 remove warning
15236
15237 2001-11-07 [paul]       0.6.5claws1
15238
15239         * sync with sylpheed 0.6.5. release
15240                 see ChangeLog entry 2001-11-07
15241
15242 2001-11-07 [paul]       0.6.4claws31
15243
15244         * sync with sylpheed 0.6.4cvs18
15245                 see ChangeLog entries 2001-10-30 to 2001-11-07
15246                 prefs_templates.[ch] renamed prefs_template.[ch]
15247
15248 2001-11-06 [alfons]
15249         
15250         * src/utils.h
15251                 add semicolon Hoa forgot ;-)
15252                 
15253
15254 2001-11-06 [hoa]        0.6.4claws30
15255         
15256         * src/procmsg.c
15257         * src/summaryview.c
15258         * src/utils.c
15259         * src/utils.h
15260                 threading by subject - empty subject are ignored
15261
15262 2001-11-06 [christoph]  0.6.4claws29
15263
15264         * src/socket.c
15265                 use SSL_peek for sock_gets
15266         * src/utils.c
15267                 removed unneeded pointer in extracting quoted
15268                 names implementation
15269
15270 2001-11-06 [melvin]     0.6.4claws28
15271
15272         * src/gtkspell.c
15273                 fixed bug #476792 Selection overtyping with spell checker
15274                 fixed bug which could cause a buffer overflow
15275                 fixed a memory leak
15276
15277 2001-11-06 [hoa]        0.6.4claws27
15278         
15279         * src/procmsg.c
15280         * src/summaryview.c
15281                 threading by subject
15282
15283 2001-11-05 [alfons]     0.6.4claws26
15284         
15285         * README.claws
15286                 Claws -> Sylpheed (vice versa)
15287
15288         * src/compose.c
15289                 :%s/gtk_text/gtk_stext/g
15290                 :%s/GTK_TEXT/GTK_STEXT/g
15291                 (thanks to Jonathan Ware for spotting this)
15292
15293 2001-11-04 [christoph]  0.6.4claws25
15294
15295         * src/summaryview.c
15296                 replace Xalloca + strdup with Xstrdup_a
15297         * src/utils.c
15298                 better implementation of extracting quoted names
15299                 from addresses (remove backlashes and ignore
15300                 quotes after them)
15301
15302 2001-11-04 [alfons]     0.6.4claws24
15303
15304         * src/utils.[ch]
15305                 edit to comply more with coding style
15306
15307         * src/textview.c
15308                 fix bug reported by Kim Schulz. introduced by the patch integrated
15309                 in 0.6.4claws15. the code did not check the return value of
15310                 the html parser.
15311
15312         * AUTHORS
15313                 add Jonathan Ware and close "[ #475955 ] Enhanced Mailto Patch"
15314
15315 2001-11-04 [christoph]  0.6.4claws23
15316
15317         * src/main.c
15318         * src/prefs_common.[ch]
15319                 init some pointers that possibly caused a segfault
15320                 reported in the claws-users ML
15321
15322 2001-11-04 [hoa]        0.6.4claws22
15323
15324         * src/grouplistdialog.c
15325                 change the names of the nodes in the tree
15326
15327         * src/compose.c
15328                 enhanced mailto syntax as described in
15329                 http://developer.netscape.com/viewsource/husted_mailto/mailto.html
15330                 (thanks to Jonathan Ware <jonathan_ware@gmx.co.uk>)
15331
15332         * src/utils.c
15333                 encode and decode URI (useful when opening URL into
15334                 netscape).
15335
15336 2001-11-03 [hoa]        0.6.4claws21
15337
15338         * src/grouplistdialog.c
15339                 a new newsgroups list selection dialog box
15340                 with a CTree instead of a CList
15341
15342 2001-11-03 [hoa]        0.6.4claws20
15343
15344         * src/folderview.c
15345                 enable property and scoring options when right
15346                 click on "inbox"
15347
15348         * src/summaryview.c
15349                 fixed bug when nickname were displayed using
15350                 the address book.
15351
15352 2001-11-02 [darko]      0.6.4claws19
15353
15354         * src/compose.c
15355                 new wrap quotation and URL/long words wrapping implementation
15356         * src/compose.c src/gtkstext.[ch]
15357                 move gtkstext_strncmp() to gtkstext.c
15358
15359 2001-11-01 [christoph]  0.6.4claws18
15360
15361         * src/prefs_account.c
15362                 fixed mess in account settings dialog
15363         * src/prefs_folder_item.c
15364                 added label with folder path to dialog
15365
15366 2001-10-31 [match]      0.6.4claws17
15367
15368         * src/vcard.c
15369                 fix memory leak.
15370         * src/addrbook.c
15371                 fix generation of spurious address book file names.
15372                 remove redundant functions.
15373         * po/POTFILES.in
15374                 added missing file names.
15375
15376 2001-10-30 [paul]       0.6.4claws16
15377
15378         * sync with sylpheed 0.6.4cvs6
15379                 see ChangeLog entries 2001-10-26 to 2001-10-30
15380
15381         * tools/filter_conv.pl
15382                 read folderlist.xml to discover whether the top-level
15383                 folder is called 'Mailbox' or 'Mail' 
15384
15385 2001-10-29 [paul]       0.6.4claws15
15386
15387         * src/html.c, src/textview.c
15388                 activate links in html mail and fix clickable parts
15389                 Submitted by Matthieu Dazy <dazy@t-surf.com>
15390
15391 2001-10-29 [paul]
15392
15393         * po/de.po, po/es.po, po/pt_BR/po
15394                 updated translations, submitted by Jens Oberender,
15395                 Ricardo Mones Lastra, and Fabio Junior Beneditto
15396
15397 2001-10-29 [darko]      0.6.4claws14
15398
15399         * src/compose.c
15400                 fix wrapping for good
15401
15402 2001-10-29 [darko]
15403
15404         * src/compose.c
15405                 undo previous change as it broke the smart wrapping
15406
15407 2001-10-29 [darko]      0.6.4claws13
15408
15409         * src/compose.c
15410                 fix infinite loop when long URL is quoted
15411                 (closes bug #475122.
15412
15413 2001-10-28 [match]
15414
15415         * src/mutt.[ch] src/importmutt.[ch] src/mgutils.[ch] src/addressbook.c src/Makefile.am
15416                 import Mutt address book
15417         * src/ldif.[ch] src/importldif.h
15418                 modified import LDIF handle user attributes
15419
15420 2001-10-28 [christoph]  0.6.4claws12
15421
15422         * src/summaryview.c
15423                 fixed that filtering did not work if there
15424                 were no filter rules
15425                 (closes bug #472003 and better implementation
15426                  of patch #474644)
15427
15428 2001-10-27 [christoph]  0.6.4claws11
15429
15430         * src/compose.c
15431                 make the folder's default account to be used when
15432                 replying. (patch by wwp <subscript@free.fr>)
15433         * src/compose.c
15434                 code cleanup, nearly killed all of wwp's patch
15435                 for folder's default account in compose
15436         * src/folderview.c
15437                 error panel when a folder could not be created
15438                 (closes bug #471080 new folder name & already
15439                  existing file)
15440
15441 2001-10-26 [alfons]
15442
15443         * src/utils.h
15444                 change prototype of strstr2() that Christoph forgot about
15445
15446 2001-10-26 [christoph]  0.6.4claws10
15447
15448         * src/account.c
15449                 made search for accounts by email address not case
15450                 sensitive
15451         * src/folder.c
15452                 fixed memory leak in folder_item_get_identifier
15453         * src/gtkspell.c
15454         * src/utils.c
15455                 fixed wrong strstr2 (should work like strstr)
15456
15457 2001-10-26 [darko]      0.6.4claws9
15458
15459         * src/compose.c src/gtkstext.[ch]
15460         * src/gtkstext.c
15461                 move is_url_string() and gtkstext_str_strcmp() to gtkstext.c
15462
15463 2001-10-26 [paul]       0.6.4claws8
15464
15465         * src/html.c
15466                 ignore css and javascript tags in html mail
15467                 case-insensitive, with or without double-quoted
15468                 strings
15469
15470 2001-10-26 [paul]       0.6.4claws7
15471
15472         * sync with sylpheed 0.6.4cvs1
15473                 see ChangeLog entry 2001-10-26
15474
15475         * src/prefs_account.c, src/prefs_common.c,
15476           src/prefs_summary_column.c
15477                 minor improvements to the English
15478
15479 2001-10-25 [alfons]     0.6.4claws6
15480
15481         * src/gtkstext.c
15482         
15483                 make GtkSText follow style of GtkText (closes bug 
15484                 #469211 "text selection while writing message")
15485                 
15486                 do sync with GTK 1.2.10
15487
15488 2001-10-25 [paul]       0.6.4claws5
15489
15490         * src/html.c
15491                 ignore css tags in html mail
15492
15493 2001-10-25 [darko]      0.6.4claws4
15494
15495         * src/compose.c
15496                 don't declare is_url_string as static function since
15497                 we need it in gtkstext.c
15498         * src/gtkstext.c
15499                 remove unused variable
15500                 don't wrap long URLs while composing a message
15501
15502 2001-10-24 [christoph]  0.6.4claws3
15503
15504         * src/socket.c
15505                 fix ssl deadlock, when peer closes connection
15506
15507 2001-10-24 [paul]       0.6.4claws2
15508
15509         * src/prefs_common.c
15510                 gettextize the gpg ascii-armored warning message
15511
15512         * src/compose.c
15513                 insert a DOS/MAC file into the composed message
15514                 (improvements)
15515
15516         * Both submitted by Thierry Godefroy <godefroy@imaginet.fr>
15517
15518 2001-10-22 [paul]       0.6.4claws1
15519
15520         * sync with sylpheed 0.6.4 release
15521                 see ChangeLog entries 2001-10-21
15522
15523         * po/fr.po, po/pt_BR.po
15524                 updated by Melvin Hadasht and Fabio Junior Beneditto
15525
15526 2001-10-21 [paul]       0.6.3claws30
15527
15528         * src/compose.c
15529                 insert a DOS text file from the compose window
15530                 into the composed message text (removes CRs characters)
15531                 Submitted by Thierry Godefroy <godefroy@imaginet.fr>
15532
15533         * tools/filter_conv.pl, tools/README
15534                 automatically use ~/.sylpheed as working directory
15535                 print out confirmation message on completion
15536
15537         * correct Hoa's last ChangeLog.claws entry
15538
15539 2001-10-20 [hoa]        0.6.3claws29
15540
15541         * src/grouplistdialog.c
15542                 bugfix (another ?) to give the right
15543                 newsgroups list for each news server.
15544
15545         * src/news.c
15546         * src/news.h
15547                 improve the newsgroups list cache
15548
15549 2001-10-20 [paul]       0.6.3claws28
15550
15551         * sync with sylpheed 0.6.3cvs9
15552                 see ChangeLog entry 2001-10-19
15553
15554         * correct Alfons' last ChangeLog.claws entry
15555
15556 2001-10-19 [alfons]
15557
15558         * src/pgptext.[ch]
15559                 fix compilation problems (part of bug #472895)
15560
15561 2001-10-18 [hoa]        0.6.3claws27
15562
15563         * src/grouplistdialog.c
15564                 bugfix when we refresh was clicked (bug 472701)
15565
15566 2001-10-19 [christoph]  0.6.3claws26
15567
15568         * src/compose.c
15569                 last header entry should default to "To:" or
15570                 "Newsgroups:" and not copy the last entry line
15571                 in a new compose window
15572                 (closes bug #472686, #470792)
15573
15574 2001-10-19 [paul]       0.6.3claws25
15575
15576         * sync with Sylpheed 0.6.3cvs8
15577                 see ChangeLog entries 2001-10-18 and 2001-10-19
15578
15579 2001-10-18 [christoph]  0.6.3claws24
15580
15581         * src/procmsg.c
15582                 reimplement ignore thread
15583         
15584 2001-10-18 [hoa]        0.6.3claws23
15585
15586         * src/folderview.c
15587         * src/grouplistdialog.[ch]
15588                 enhanced news subscription interface (feature 469113)
15589
15590         * src/news.c
15591         * src/news.h
15592                 enchanced newsgroup listing,
15593                 now, we can get groups informations
15594                 (NNTPGroupInfo)
15595
15596 2001-10-18 [paul]       0.6.3claws22
15597
15598         * src/summaryview.c
15599                 remove comment (sync with main branch)
15600         * src/mainwindow.c
15601                 fix 'Re-edit' bug in 'Message' menu
15602
15603 2001-10-17 [christoph]  0.6.3claws21
15604
15605         * src/compose.c
15606                 ignore empty or whitespace only header lines
15607
15608 2001-10-17 [paul]       0.6.3claws20
15609
15610         * sync with sylpheed 0.6.3cvs7
15611                 see ChangeLog entries 2001-10-14, 2001-10-16, and
15612                 2001-10-17
15613
15614 2001-10-17 [darko]
15615
15616         * src/compose.c
15617                 wrap long lines without spaces
15618                 don't wrap URLs
15619
15620 2001-10-16 [paul]
15621
15622         * po/es.po, po/nl.po, po/pt_BR.po
15623                 updated by Ricardo Mones Lastra, Alfons,
15624                 and Fabio Junior Beneditto
15625
15626         * sylpheed-0.6.3claws released
15627
15628 2001-10-15 [melvin] 0.6.3claws18
15629
15630         * README.claws
15631                 added summary and detailed installation instructions
15632                 for spell checker
15633         * po/fr.po
15634                 Updated, corrected and completed french translation
15635
15636 2001-10-15 [hoa] 0.6.3claws17
15637         * src/grouplistdialog.c
15638                 we can choose the newsgroups to display with wildcards
15639
15640 2001-10-15 [christoph]  0.6.3claws16
15641
15642         * src/account.c
15643         * src/compose.c
15644         * src/prefs_folder_item.[ch]
15645                 applied wwp <subscript@free.fr>'s folder
15646                 default account patch
15647         * po/de.po
15648                 Fixed wrong translation
15649
15650 2001-10-13 [alfons, christoph, melvin]  
15651                         0.6.3claws15
15652
15653         solution #2 to solve MT-safety problems defers all GUI related calls
15654         to the main thread using a gtk_idle_add() callback. discussed on
15655         ircnet #sylpheed, with christoph spotting some issues with the
15656         original code, and melvin allowing us to lobotomize his sylpheed.
15657
15658         * src/syldap.[ch], src/main.c
15659                 fix race problem in ldap search thread by deferring GUI 
15660                 stuff to main thread using gtk_idle_add()
15661
15662 2001-10-13 [paul]       0.6.3claws14
15663
15664         * src/prefs_account.[ch], src/send.c, src/smtp.[ch]
15665                 add Sergey's smtpcred.patch
15666                 adds separate username/password setting for SMTP Auth
15667                 needed by some servers
15668                 (closes feature request #471659)
15669
15670 2001-10-13 [paul]       0.6.3claws13
15671
15672         * src/pgptext.[ch] **NEW FILES**
15673         * src/Makefile.am, src/messageview.c, src/mimeview.c
15674                 decrypt ascii-armored gpg text embedded in
15675                 the message body.
15676                 Submitted by Jens Jahnke <jan0sch@gmx.net>
15677
15678 2001-10-13 [christoph]  0.6.3claws12
15679
15680         * README.claws
15681                 some more details on default to and
15682                 feature requests
15683         * src/main.c
15684                 init glib threading when ldap is used
15685         * src/syldap.c
15686                 threading fixes
15687         * po/de.po
15688                 fixed a typo
15689
15690 2001-10-12 [paul]       0.6.3claws11
15691
15692         * src/prefs_common.[ch], src/rfc2015.c
15693                 enable ascii-armored gpg text to be embedded in the
15694                 message body, selectable through the 'Privacy'
15695                 preferences. Supports encrypting only.
15696                 Submitted by Ravemax <ravemax@dextrose.com>
15697
15698 2001-10-12 [paul]       0.6.3claws10
15699
15700         * sync with sylpheed 0.6.3cvs6
15701                 see ChangeLog entries 2001-10-11 and 2001-11-12
15702
15703         * src/folderview.c
15704                 incorporated mbox folders, scoring, and folder
15705                 properties into the sync
15706
15707 2001-10-12 [darko]      0.6.3claws9
15708
15709         * README.claws
15710                 describe quotation wrapping
15711         * src/compose.c
15712                 don't treat tab as space to calculate line length properly
15713
15714 2001-10-11 [alfons]
15715
15716         * README.claws
15717                 correct description of how to make new filtering system work,
15718                 add some other things
15719                 
15720         * src/syldap.c
15721                 remove sched_yield() (not necessary / unportable)
15722
15723 2001-10-11 [paul]       0.6.3claws8
15724
15725         * sync with sylpheed 0.6.3cvs3
15726                 see ChangeLog entry 2001-10-10
15727
15728 2001-10-10 [christoph]  0.6.3claws7
15729
15730         * .cvsignore
15731                 ignore 2 files created by newer autotools
15732         * src/prefs_folder_item.c
15733                 using table for widget alignment
15734                 fixed memory leak and broken octal display
15735         * src/filesel.c
15736                 fixed segfault caused by lost filename
15737                 workaround (closes bug #469551)
15738
15739 2001-10-10 [paul]       0.6.3claws6
15740
15741         * sync with sylpheed 0.6.3cvs2
15742                 see ChangeLog entries 2001-10-09 and 2001-10-10
15743
15744 2001-10-10 [darko]      0.6.3.claws5
15745
15746         * src/gtkstext.c
15747                 proper calculation of right margin if smart wrapping is enabled
15748         * src/compose.c
15749                 automatically wrap long lines if wrap quotation is enabled
15750
15751 2001-10-09 [alfons]     0.6.3.claws4
15752
15753         * src/summaryview.c
15754                 select correct row when deleting last row in the summary view (and
15755                 close bug "[ #469104 ] select second last in list when deleting")
15756
15757 2001-10-09 [paul]       0.6.3claws3
15758
15759         * sync with sylpheed 0.6.3cvs1
15760                 updated some autotool scripts
15761
15762 2001-10-09 [darko]      0.6.3claws2
15763
15764         * src/gtkstext.[ch]
15765                 new name and mark with Sylpheed comment
15766         * src/compose.c
15767                 smart quotation wrapping a-la VIM
15768
15769 2001-10-08 [paul]       0.6.3claws1
15770
15771         * sync with sylpheed 0.6.3 release
15772                 see ChangeLog entry 2001-10-08
15773
15774 2001-10-08 [paul]       0.6.2claws24
15775
15776         * src/summaryview.c
15777                 more sync with sylpheed 0.6.2cvs12
15778                 Fixed the bug that didn't select the last row correctly
15779
15780
15781 2001-10-07 [paul]       0.6.2claws23
15782
15783         * sync with sylpheed 0.6.2cvs12
15784                 see ChangeLog entry 2001-10-07
15785
15786 2001-10-06 [match]
15787         * src/jpilot.[ch]
15788                 enable jpilot to read unsynch'ed addresses.
15789
15790         * src/editldap_basedn.c
15791                 fix segfault when opening dialog.
15792
15793 2001-10-06 [alfons]     0.6.2.claws22
15794
15795         * src/summaryview.c
15796                 fix bug with summary view selecting last *inserted*
15797                 node instead of last *visible* node. remember we
15798                 work with a tree
15799
15800 2001-10-06 [paul]       0.6.2claws21
15801
15802         * po/pt_BR.po
15803                 updated translation, contains some fixes and new
15804                 translations, submitted by Gustavo Noronha Silva
15805                 <kov@debian.org>
15806
15807         * src/prefs_common.c
15808                 change 'each' to 'every' - fix dubious English
15809
15810         * sync with sylpheed 0.6.2cvs11
15811
15812 2001-10-05 [alfons]     0.6.2claws20
15813
15814         * src/mainwindow.[ch], src/folderview.c
15815                 make composite tool button switch between "Compose News"
15816                 and "Compose Mail" depending on selected folder
15817                 (nifty idea by Kim Schulz <kim@schulz.dk>)
15818
15819 2001-10-05 [paul]       0.6.2claws19
15820
15821         * src/mainwindow.c, src/summaryview.c
15822                 fix 'Message/Reply to all', broken in last commit
15823
15824         * src/compose.c
15825                 fix X_BEENTHERE seg fault, thanks to Alfons
15826
15827 2001-10-04 [paul]       0.6.2claws18
15828
15829         * src/compose.[ch], src/mainwindow.c
15830                 make "Message/Reply" reply to mailing lists; matches
15831                 'X-Mailing-list:' and 'X-BeenThere:' ML headers.
15832                 based on portions of the patch submitted by
15833                 Junichi Uekawa <dancer@netfort.gr.jp>
15834
15835 2001-10-04 [darko]      0.6.2claws17
15836
15837         * src/compose.c
15838                 better smart wrapping
15839         * src/gtkstext.[hc]
15840                 a function to make text buffer contiguous
15841
15842 2001-10-03 [paul]       0.6.2claws16
15843
15844         * sync with sylpheed 0.6.2cvs10
15845
15846 2001-10-02 [alfons]
15847
15848         * configure.in
15849         * po/zh_CN.GB2312.po, po/zh_TW.Big5.po
15850                 close bug "[ #466566 ] compile error on mdk 8.0" by removing
15851                 references to chinese translations (hope someone picks up
15852                 this)
15853
15854 2001-10-02 [christoph]  0.6.2claws15
15855
15856         * src/compose.c
15857                 fixed non translated header bug
15858         * ChangeLog.claws
15859                 fixed wrong date in alfons last entry ;)
15860
15861 2001-10-02 [alfons]     0.6.2claws14
15862
15863         * src/compose.c, src/prefs_common.[ch]
15864                 add block cursor option
15865
15866 2001-10-02 [paul]       0.6.2claws13
15867
15868         * sync with sylpheed 0.6.2cvs9
15869
15870 2001-09-30 [paul]       0.6.2claws12
15871
15872         * po/de.po, po/es.po, po/fr.po, po/nl.po, po/pt_BR.po
15873                 updated translations
15874
15875         * po/POTFILES.in
15876                 add 'src/importldif.c'
15877
15878         * AUTHORS, tools/README, tools/eud2gc.py, tools/Makefile.am
15879                 added eudora-to-vCard conversion tool
15880                 submitted by Jeroen Versteeg <j.m.versteeg@student.utwente.nl>
15881
15882         * sync with sylpheed 0.6.2cvs8
15883
15884 2001-09-30 [paul]
15885
15886         * sylpheed-0.6.2claws released
15887
15888 2001-09-27 [melvin]     0.6.2claws11
15889
15890         * src/gtkspell.c
15891                 fixed crash when using default path (introduced 
15892                 in 0.6.2claws10)
15893                 fixed tiny bug for initial suggestion mode
15894
15895 2001-09-27 [melvin]     0.6.2claws10
15896         
15897         * src/gtkspell.c
15898                 fixed bug where gtkpspell didn't set the path correctly
15899
15900         * README.claws
15901                 added a paragraph about spell checking
15902                 
15903
15904
15905 2001-09-27 [paul]       0.6.2claws9
15906
15907         * src/addrbook.c, src/addrcache.c, src/addritem.c, src/jpilot.c
15908                 replace '// comments' with '/* comments */' to prevent
15909                 some compiler warnings 
15910
15911         * sync with sylpheed 0.6.2cvs6
15912
15913 2001-09-26 [alfons]     0.6.2claws8
15914
15915         * src/messageview.c
15916                 introduce return receipt request notification again,
15917                 which was lost because of other semantics in 
15918                 procheader_parse() (???)
15919
15920 2001-09-26 [christoph]  0.6.2claws7
15921
15922         * src/compose.c
15923                 replace comments for old code with #if 0
15924                 readded auto cc, bcc and reply-to
15925         * src/prefs_matcher.c
15926         * src/prefs_scoring.c
15927                 removed some definition (was moved to
15928                 prefs.h)
15929
15930 2001-09-26 [paul]       0.6.2claws6
15931
15932         * src/mainwindow.c
15933                 make 'Follow-up and reply to' sensitive
15934
15935         * more sync with sylpheed 0.6.2cvs5
15936
15937 2001-09-25 [melvin]
15938
15939         * 0.6.2claws5
15940
15941         * src/gtkspell.c
15942                 fixed bug for "US-ASCII" introduced by the encoding code
15943
15944 2001-09-25 [paul]
15945
15946         * 0.6.2claws4
15947
15948         * src/prefs_common.[ch], src/summaryview.c
15949                 'next unread msg' 'go to next folder?' dialog can be
15950                 given default behaviour, either always show dialog,
15951                 or assume 'yes', or assume 'no'
15952                 Submitted by wwp <subscript@free.fr>
15953
15954 2001-09-25 [melvin]
15955                 
15956         * src/compose.c src/gtkspell.[ch]
15957                 added support for different encodings
15958
15959 2001-09-25 [paul]
15960
15961         * more sync with sylpheed 0.6.2cvs5
15962
15963 2001-09-24 [alfons]
15964         
15965         * src/prefs_folder_item.c
15966                 add check for item->prefs->default_to string is NULL and
15967                 add another check when freeing this string
15968
15969 2001-09-24 [paul]
15970
15971         * configure.in
15972                 change to version 0.6.2claws3
15973
15974         * sync with sylpheed 0.6.2cvs5 
15975
15976 2001-09-24 [match]
15977         * src/ldif.[ch], src/importldif.[ch], addressbook.c
15978                 import LDIF files.
15979         * src/addrcache.[ch], addrindex.[ch]
15980                 small update for future
15981         * src/addrbook.c
15982                 fix test XML file.
15983
15984 2001-09-24 [melvin]
15985         * src/gtkspell.[ch]
15986                 added 'Learn from mistakes' option
15987                 better handling of quotes in checked words
15988                 sorted dict list
15989         * po/fr.po
15990                 small update for spell checking stuff
15991
15992 2001-09-23 [alfons]
15993         
15994         * src/gtkspell.c
15995                 edit a little bit so it complies more with main coding style
15996
15997 2001-09-23 [alfons]
15998
15999         * src/folder.[ch], prefs_folder_item.c, compose.c
16000                 migrate "request return receipt" folder property
16001                 to folderlist.xml
16002
16003 2001-09-22 [alfons]
16004
16005         * README.claws **NEW**
16006                 (add things of interest for users of main branch 
16007                 and claws here)
16008
16009         * src/folder.[ch], src/mainwindow.c, src/summaryview.c
16010                 re-implement threading per folder option, but store 
16011                 the setting in folderlist.xml (where it belongs)
16012
16013 2001-09-21 [melvin]
16014
16015         * src/gtkspell.[ch]
16016                 fixed bug when compose window is under another window
16017         * src/prefs_common.[ch] src/compose.c
16018                 changed 'dictionary_path' to 'dictionary' to be consistent
16019                 dropped PSPELL_PATH macro (hard coded default to /usr/local/share/pspell)
16020         * ac/pspell.m4 src/Makefile.am 
16021                 dropped PSPELL_PATH macro
16022         * po/fr.po
16023                 updated translations
16024
16025 2001-09-21 [christoph]
16026
16027         * src/compose.c
16028                 added border around header fields
16029                 keep header type when new field is added
16030
16031 2001-09-20 [christoph]
16032
16033         * src/utils.[ch]
16034                 more portable debug_print with source filename
16035                 and linenumber
16036         * src/procmsg.c
16037                 more newlines after debug messages
16038
16039 2001-09-20 [paul]
16040
16041         * configure.in
16042                 change to version 0.6.2claws2
16043
16044         * sync with sylpheed 0.6.2cvs3
16045
16046 2001-09-19 [melvin]
16047
16048         * src/gtkspell.c
16049                 fixed the post-right-click focus pb
16050                 fixed crash when 'Spell check all' after dict change 
16051                         and when cursor is at the end of the text
16052                 shift-right-click pops up config menu even on misspelled words.
16053         * po/POTFILES.in
16054                 added gtkspell.c
16055
16056 2001-09-19 [melvin]
16057
16058         * src/about.c
16059                 added pspell to compiled-in features list
16060
16061 2001-09-18 [melvin]
16062
16063         * switched to pspell and dropped ispell
16064         * ac/pspell.m4
16065                 new file. autoconf macro for pspell
16066         * ac/Makefile.am 
16067         * configure.in acconfig.h
16068                 added pspell support
16069         * src/Makefile.am
16070         * src/main.c src/compose.[ch] src/gtkspell.[ch]
16071         * src/prefs_common.[ch] 
16072                 added pspell support
16073
16074 2001-09-18 [christoph]
16075
16076         * src/addr_compl.c
16077         * src/template.[ch]
16078                 replace LOG_MESSAGE with debug_print
16079         * src/compose.[ch]
16080                 gui improvements
16081         * src/menu.c
16082                 added newline after debug message
16083         * src/utils.h
16084                 using __VA_ARGS__ for debug_print macro
16085         * tools/.cvsignore
16086                 ignore Makefile and Makefile.in
16087
16088 2001-09-18 [paul]
16089
16090         * configure.in
16091                 change to version 0.6.2claws1
16092         * sync with sylpheed 0.6.2cvs1
16093
16094         * src/matcher.c 
16095         * src/prefs_matcher.c
16096                 add 'score equal to' option, submitted by
16097                 Paul Evans <nerd@freeuk.com>
16098
16099 2001-09-15 [christoph]
16100
16101         * src/mainwindow.c
16102                 comment out menu entry not existing in claws
16103         * src/menu.c
16104                 add debug output for non existing menu entries
16105         * src/summaryview.c
16106                 fix next/prev unread message for ignored threads
16107         * src/utils.[ch]
16108                 add sourcefile and line number to debug output
16109                 otherwise it is sometimes hard to find the
16110                 source code part if debug messages are translated
16111
16112 2001-09-14 [darko]
16113         
16114         * src/folderview.c
16115                 refresh target folder style after colour is changed
16116
16117 2001-09-13 [paul]
16118
16119         * configure.in
16120                 change to version 0.6.1claws3
16121
16122         * sync with sylpheed 0.6.1cvs6
16123
16124 2001-09-13 [darko]
16125         
16126         * src/folderview.c
16127                 fix target folder colourization to use user selected colour
16128
16129 2001-09-12 [darko]
16130         
16131         * src/summaryview.c
16132                 fix crash when message that is marked for copy/move is unmarked
16133
16134 2001-09-09 [paul]
16135
16136         * configure.in
16137                 change to version 0.6.1claws2
16138
16139         * sync with sylpheed 0.6.1cvs3
16140
16141 2001-09-09 [alfons]
16142         
16143         * src/folderview.c
16144                 fix bug with default font used for trash folder text
16145
16146 2001-09-06 [paul]
16147
16148         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
16149                 updated translations
16150
16151         * configure.in
16152                 change to version 0.6.1claws1
16153
16154         * sync with sylpheed 0.6.1cvs2
16155
16156 2001-09-03 [paul]
16157
16158         * po/POTFILES.in
16159                 add Match's new addressbook
16160
16161         * po/de.po
16162                 updated translation submitted by Jens Oberender
16163
16164 2001-09-02 [paul]
16165
16166         * configure.in
16167                 change to 0.6.1claws
16168         * sync with sylpheed 0.6.1 release
16169
16170 2001-09-02 [paul]
16171
16172         * configure.in
16173                 change to 0.6.0claws2
16174
16175         * sync with sylpheed 0.6.0cvs4
16176
16177         * po/pt_BR.po
16178                 updated translation submitted by Fabio Junior Beneditto
16179
16180 2001-09-01 [match]
16181         * pixmaps/
16182                 interface.xpm
16183                 book.xpm
16184                 address.xpm
16185         * src/
16186                 Makefile.am
16187                 a ton of new files
16188
16189 2001-08-31 [paul]
16190
16191         * configure.in
16192                 change to version 0.6.0claws1
16193
16194         * sync with sylpheed 0.6.0cvs1
16195
16196         * po/es.po
16197                 updated translation submitted by Ricardo Mones Lastra
16198
16199         * po/POTFILES.in
16200                 add 'src/prefs_templates.c'
16201
16202         * src/compose.c, src/summaryview.c
16203                 fix segfault on 'Re_edit'               
16204
16205 2001-08-30 [alfons]
16206
16207         * configure.in, Makefile.am
16208         * tools/Makefile.am
16209                 add tools directory to source distribution
16210
16211 2001-08-30 [paul]
16212
16213         * configure.in
16214                 change to version 0.6.0claws
16215
16216         * sync with sylpheed 0.6.0 release
16217
16218 2001-08-30 [christoph]
16219
16220         * configure.in
16221                 removed autoconf version check
16222
16223 2001-08-30 [paul]
16224
16225         * src/account.c, src/compose.c, src/prefs_common.[ch]
16226         * src/procheader.[ch] src/utils.[ch]
16227                 Enhanced automatic account selection on replies
16228                 Submitted by Melvin Hadasht <melvin.hadasht@free.fr>
16229
16230         * configure.in
16231                 add LDAP and JPilot to the configuration results output.
16232
16233 2001-08-29 [christoph]
16234
16235         * src/summeryview.c
16236                 no bold font for ignored threads
16237
16238 2001-08-29 [paul]
16239
16240         * configure.in
16241                 change to version 0.5.3claws6
16242
16243         * sync with sylpheed 0.5.3cvs10
16244                 src/stringtable.[ch]: New Files
16245
16246         * src/compose.c, src/gtkutils.c, src/gtkutils.h, src/mainwindow.c
16247         * src/pixmaps/sylpheed.xpm
16248                 add mini-icons to windows (by Alfons)
16249
16250 2001-08-27 [paul]
16251
16252         * src/mainwindow.c
16253                 new functions: next_labeled_cb(), prev_labeled_cb()
16254
16255         * src/summaryview.c
16256                 new functions: summary_find_next_labeled_msg(), summary_find_prev_labeled_msg(),
16257                 summary_select_next_labeled(), summary_select_prev_labeled()
16258
16259         * src/pixmaps/dir-close.xpm, src/pixmaps/dir-open.xpm, src/pixmaps/trash.xpm
16260                 give claws blue folders and a blue trash can
16261
16262 2001-08-27 [paul]
16263
16264         * configure.in
16265                 change to version 0.5.3claws5
16266
16267         * sync with sylpheed 0.5.3cvs9
16268                 src/labelcolors.[ch] renamed to src/colorlabel.[ch] 
16269
16270 2001-08-24 [christoph]
16271
16272         * src/filesel.c
16273                 keep filename when browsing directories
16274                 (not working for user entered filename, but
16275                  for default name and selected filename from
16276                  file list)
16277         * src/mainwindow.c
16278                 fixed wrong spelling "Folllow-up"
16279         * src/mbox_folder.c
16280         * src/procmsg.c
16281         * src/summaryview.c
16282                 fixed new/unread message count with ignored
16283                 threads (2 commits, first didn't notice no
16284                 longer needed decreasing)
16285         * src/inc.c
16286                 readded scrolling of progress dialog
16287                 (lost in sync)
16288
16289 2001-08-24 [paul]
16290
16291         * configure.in
16292                 change to 0.5.3claws4
16293
16294         * sync with sylpheed 0.5.3cvs7
16295
16296 2001-08-24 [christoph]
16297
16298         * src/compose.c
16299                 set request return receipt when replying
16300                 if it is set is the folder prefs of the
16301                 message
16302         * src/inc.c
16303                 disable final error popup if popups are
16304                 disabled in config (again)
16305
16306 2001-08-23 [paul]
16307
16308         * configure.in
16309                 Change version number to 0.5.3claws3
16310
16311         * sync with sylpheed 0.5.3cvs5
16312
16313         * src/mimeview.c
16314                 double quote '%s' in 'gedit %s' to fix bug when
16315                 opening attachment with spaces in the name
16316
16317 2001-08-22 [alte]
16318         * src/Makefile.am, src/compose.[ch], src/defs.h, src/mainwindow.c,
16319           src/prefs_templates.[ch], src/template.[ch], src/template_select.[ch]
16320                 initial message templates support
16321
16322
16323 2001-08-22 [paul]
16324
16325         * configure.in
16326                 change version number to 0.5.3claws2
16327
16328         * sync with sylpheed 0.5.3cvs4
16329
16330         * src/procmsg.h src/summaryview.c
16331                 re-implement (un)ignore thread
16332
16333 2001-08-21 [paul]
16334
16335         * src/summaryview.c
16336                 remove unnecessary code
16337         * src/compose.c
16338                 enable 'dynamic' signatures (submitted by
16339                 Eric Limpens <eric@hscg-internet.nl>)
16340
16341 2001-08-21 [paul]
16342
16343         clean up after sync with sylpheed 0.5.3 release
16344
16345         * src/folderview.c
16346                 fix re-introduced font mess, see Christoph's
16347                 entry 2001-06-24
16348
16349         * src/summaryview.c
16350                 remove prev_msgnum
16351                 use sylpheed's small font instead of
16352                 gtk default font for summary view
16353
16354
16355 2001-08-17 [paul]
16356
16357         * configure.in
16358                 add pl to ALL_LINGUAS - sync with main branch
16359
16360         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
16361                 Updated. Translations by Jens Oberender, Ricardo Mones
16362                 Lastra, Alfons, and Fabio Junior Beneditto respectively.
16363
16364         * po/pl.po  ** NEW FILE **
16365                 sync with the main branch
16366
16367         * src/folderview.c
16368                 fix target folder colorizing and refresh problem
16369
16370
16371 2001-08-17 [christoph]
16372
16373         * src/mainwindow.c
16374                 claws uses 4 colors for target folder coloring.
16375                 arrays were not long enough and destroyed the
16376                 stack causing a segfault.
16377                 target folder colorizing does not work anymore
16378                 for me
16379
16380 2001-08-16 [paul]
16381
16382         * configure.in
16383                 change to version 0.5.3claws1
16384
16385         * src/folder.h, src/folderview.[ch], src/gtkutils.[ch],
16386           src/inc.[ch], src/mainwindow.c, src/pop.c, src/prefs_account.c,
16387           src/prefs_common.[ch], src/summaryview.[ch], src/textview.c, src/utils.c
16388
16389                 sync with sylpheed 0.5.3 release, but keep claws method of
16390                 configuring/saving fonts
16391
16392         * src/addressbook.[ch]
16393                 rename addressbook_add_contact_by_menu() to addressbook_add_submenu()
16394                 in line with a similar change in Hiroyuki's branch
16395
16396         * src/mainwindow.[ch]
16397                 disable main_window_set_thread_option()
16398         * src/prefs_folder_item.c
16399                 comment out &tmps_prefs.enable_thread,
16400         * src/mbox_folder.c, src/procmsg.[ch]
16401                 comment out MSG_IS_IGNORE_THREAD
16402         * src/summaryview.c
16403                 comment out summary_ignore_thread() and summary_unignore_thread()
16404                 comment out MSG_IS_IGNORE_THREAD
16405
16406                 use Hiroyuki's threading instead.
16407
16408
16409
16410 2001-08-15 [paul]
16411
16412         * src/account.c
16413                 use Hiroyuki's 0.5.3 column scheme but also
16414                 include the enable/disable button.
16415         * src/pixmaps/mark.xpm
16416                 add Hiroyuki's amended pixmap
16417
16418 2001-08-13 [christoph]
16419
16420         * src/account.c
16421                 receive at get all column showed wrong state for APOP
16422                 button should only work for POP3 and APOP accounts
16423         * src/prefs_account.c
16424                 added missing preprocessor statement for SSL
16425
16426 2001-08-12 [paul]
16427
16428         * src/account.[ch]
16429                 add 'receive at get all' column and enable/disable
16430                 button.
16431
16432 2001-08-06 [christoph]
16433
16434         * src/account.c
16435                 show usage of SSL in protocol column
16436
16437         * src/imap.c
16438         * src/inc.c
16439                 renamed ssl options
16440
16441         * src/prefs_account.[ch]
16442                 moved ssl options to a new page
16443
16444         * src/send.c
16445         * src/smtp.c
16446         * src/ssl.[ch]
16447                 renamed ssl options
16448                 added support for SMTP STARTTLS command
16449
16450 2001-08-05 [christoph]
16451
16452         * configure.in
16453                 debian autoconf needs version check to find
16454                 correct autoconf version. if the file is
16455                 named configure.in 2.13 is used, which does
16456                 not work with this configure.in script.
16457                 other solution would be to rename the script
16458                 to configure.ac as suggested in the autoconf
16459                 manual.
16460
16461         * src/inc.c
16462                 disable final error popup if popups are
16463                 diabled in config
16464
16465         * src/socket.c
16466                 bugfix in ssl_gets
16467                 fixes IMAP over SSL problem
16468
16469 2001-08-03 [paul]
16470
16471         * configure.in
16472                 change to 0.5.2claws1
16473
16474         * sync with sylpheed 0.5.2cvs1
16475
16476 2001-08-02 [alfons]
16477
16478         * configure.in
16479                 quick fix for ispell detection...
16480
16481 2001-08-01 [paul]
16482
16483         * configure.in
16484                 change to 0.5.1claws4
16485
16486         * sync with sylpheed 0.5.1cvs7
16487
16488 2001-07-31 [alfons]
16489
16490         * src/prefs_common.c, src/prefs_common.h, 
16491           src/gtkspell.c, src/gtkspell.h
16492                 add global spelling checker settings (compose tab) +
16493                 selection of dictionary 
16494           
16495         * configure.in  
16496                 guess valid ispell location
16497
16498 2001-07-31 [paul]
16499
16500         * po/POTFILES.in
16501                 removal of 'src/quote_fmt_parse.c'
16502         * po/de.po
16503                 Updated de.po
16504                 (submitted by Jens Oberender <didge@suse.de>)
16505
16506 2001-07-31 [darko]
16507
16508         * src/folder.[ch]
16509         * src/folderview.[ch]
16510         * src/mainwindow.c
16511         * src/mh.c
16512         * src/prefs_common.[ch]
16513         * src/summaryview.c
16514                 target folder colourization
16515
16516 2001-07-30 [paul]
16517
16518         more sync with Sylpheed 0.5.1cvs6 
16519
16520 2001-07-30 [darko]
16521
16522         * src/mh.c
16523         * src/prefs_folder_item.[hc]
16524         * src/summaryview.c
16525                 shared folders support with a GUI
16526
16527 2001-07-29 [paul]
16528
16529         0.5.1claws3
16530
16531         * sync with Sylpheed 0.5.1cvs6
16532
16533 2001-07-29 [paul]
16534
16535         * po/pt_BR.po
16536                 updated
16537                 (submitted by Fabio Junior Beneditto)
16538
16539 2001-07-28 [paul]
16540
16541         * src/procmime.c
16542         * AUTHORS
16543                 patch to correct bad image mime headers
16544                 (submitted by Don Quijote <dq@searchlores.org>)
16545
16546 2001-07-28 [paul]
16547
16548         * tools/gif2xface.pl   **NEW FILE**
16549         * tools/README
16550                 script to convert file.gif to file.xface for
16551                 use in a custom header.
16552                 (submitted by Ricardo Mones Lastra <mones@aic.uniovi.es>)
16553
16554 2001-07-27 [alfons]
16555         
16556         * configure.in
16557                 change macros for detecting JPilot and LDAP
16558
16559 2001-07-27 [christoph]
16560
16561         * src/filtering.c
16562                 code cleanup (MIN / MAX warning, needed casting)
16563
16564 2001-07-27 [alfons]
16565
16566         * procheader.c
16567                 disallow setting flags when detecting certain headers
16568                 (X-Status, Status, Seen, X-Seen). 
16569         
16570         * sync with Hiroyuki's Sylpheed 0.5.1cvs5
16571
16572 2001-07-27 [christoph]
16573
16574         * src/prefs_filter.c
16575         * src/prefs_filtering.c
16576         * src/prefs_matcher.c
16577         * src/prefs_scoring.c
16578                 scroll list when moving rows up or down
16579
16580         * src/imap.c
16581         * src/imap.h
16582         * src/prefs_account.c
16583         * src/prefs_account.h
16584         * src/send.c
16585                 SMTP over SSL (untested, feedback requested)
16586                 IMAP over SSL
16587
16588         * src/ssl.c
16589                 code cleanup
16590
16591 2001-07-26 [alfons]
16592         
16593         * configure.in, acconfig.h
16594                 define CLAWS (need this for main / claws detection)
16595
16596 2001-07-25 [alfons]
16597
16598         * configure.in
16599                 Sylpheed 0.5.1claws2
16600                 
16601         * sync with Sylpheed 0.5.1cvs4
16602
16603 2001-07-25 [christoph]
16604
16605         * src/scoring.c
16606                 fixed segfault
16607                 item->prefs == NULL (don't know why)
16608
16609 2001-07-25 [alfons]
16610
16611         * configure.in
16612                 Sylpheed 0.5.1claws1
16613
16614         * sync with Sylpheed 0.5.1cvs1-3
16615
16616 2001-07-24 [christoph]
16617
16618         * src/folderview.c
16619         * src/prefs_folder_item.[ch]
16620                 added folderitem preferences dialog with
16621                 default To: and auto request return receipt
16622
16623         * src/compose.[ch]
16624         * src/menu.[ch]
16625                 changes to handle new folderitem preferences
16626
16627         * src/mainwindow.c
16628         * src/summaryview.c
16629                 call compose new mail with current folderitem
16630
16631 2001-07-24 [alfons]
16632
16633         Release Sylpheed 0.5.1claws
16634
16635         * configure.in
16636                 change to release version 0.5.1claws
16637
16638 2001-07-24 [christoph]
16639
16640         * src/summaryview.c
16641                 fixed segfault that happend when the selected
16642                 message was removed while retrieving new messages.
16643
16644         * po/es.po
16645                 updated translation
16646                 (submitted by Ricardo Mones Lastra <mones@trasgu.aic.uniovi.es>)
16647
16648 2001-07-22 [alfons]
16649
16650         add English User Manual for Sylpheed by Paul Kater (paul@nlpagan.net).
16651         this is a work in progress, for more information: http://nlpagan.net/sylman 
16652         
16653         * configure.in, src/mainwindow.c, manual/Makefile.am
16654                 add support for English manual
16655
16656         * AUTHORS
16657                 add authors of user manuals
16658
16659         * manual/en/sylpheed*.html
16660                 add English documentation
16661
16662 2001-07-22 [christoph]
16663
16664         * po/POTFILES.in
16665                 added src/ssl.c
16666         * src/ssl.c
16667                 changed a wrong debug message
16668
16669 2001-07-22 [alfons]
16670
16671         * po/nl.po
16672                 update Dutch translation
16673
16674         * src/prefs_filtering.c, 
16675           src/prefs_matcher.c
16676                 add more translatable strings           
16677
16678 2001-07-21 [alfons]
16679
16680         0.5.0claws7
16681
16682         * configure.in
16683                 change version
16684
16685         * src/inc.c, src/summaryview.[ch]
16686                 prevent update of mark file when filtering has done, by
16687                 using a variable; this affects two functions:
16688                         inc.c::inc_finished()
16689                         summaryview.c::summary_show()
16690
16691 2001-07-20 [alfons]
16692
16693         * src/filtering.[ch], src/prefs_filtering.c, 
16694           src/matcher.[ch]
16695                 add filtering action for label coloring 
16696
16697         * po/POTFILES.in
16698                 add labelcolors.c
16699
16700         * added src/labelcolors.c
16701         * added src/labelcolors.h
16702         * src/Makefile.am, src/summaryview.c
16703                 rearrange label coloring code
16704
16705         * src/procmsg.h
16706                 add more parentheses so label colouring works correctly
16707
16708         * src/filtering.c
16709                 don't really delete message, but move it to Trash
16710
16711         * src/prefs_matcher.c
16712                 add quote options to info dialog
16713
16714 2001-07-20 [christoph]
16715
16716         * src/Makefile.am
16717         * src/inc.c
16718         * src/main.[ch]
16719         * src/socket.h
16720         * src/ssl.[ch] (new)
16721                 moved ssl stuff to a seperate file
16722
16723 2001-07-20 [darko]
16724
16725         * src/summaryview.c
16726                 fix show sender using address book with no e-mail
16727                 address in From: field
16728
16729 2001-07-19 [alfons]
16730
16731         * src/matcher.[ch], src/filtering.c, src/prefs_filtering.c
16732                 fix messy handling of escaping... now at least the
16733                 execute command is useful. escape char is '\', we
16734                 accept \n and \r too. 
16735
16736                 Real life example:
16737                 
16738                 subject match "GIMME YOUR FILTERS" execute "mail -s \"%f don\'t hurt me, please!\" %f < ~/.sylpheed/filteringrc
16739                 subject match "GIMME YOUR FILTERS" execute "mail -s \"mommy, mommy, %f is being mean!\" admin < %F
16740
16741 2001-07-18 [alfons]
16742
16743         0.5.0claws6
16744
16745         * src/summaryview.c
16746                 clean up
16747
16748         * src/matcher.c, src/filtering.[ch], src/inc.c, src/mbox.c,
16749           src/procmsg.[ch]
16750                 revise filtering; currently move, copy, marking have
16751                 been tested. if you like bleeding edge stuff, you
16752                 should definitely go for this version :)
16753
16754         * mark old working stuff as VERSION_0_5_0_CLAWS5        
16755
16756 2001-07-17 [christoph]
16757
16758         * src/utils.c
16759                 timestamp log
16760
16761 2001-07-17 [alfons]
16762
16763         0.5.0claws5
16764
16765         * sync with Hiroyuki's 0.5.0cvs5; this version allows us to put more 
16766           bits in the mark file, without affecting either branch. Lots of
16767           files changed, also in claws branch.
16768
16769           UNTESTED: use of mbox folders
16770
16771         * src/summaryview.c
16772                 added mark all read; however this was a quick hack used for
16773                 cleaning up mess after initial merge with Hiroyuki
16774
16775         * configure.in
16776                 change claws version number back to 0.5.0claws5 to clear up 
16777                 confusion & pretension (recent release was technically 
16778                 0.5.0claws4, so we neatly align with Hiroyuki :-)
16779
16780 2001-07-16 [alfons]
16781
16782         sync with Hiroyuki's 0.5.0cvs4
16783
16784 2001-07-16 [alfons]
16785
16786         0.5.1claws3
16787
16788         * src/filtering.[ch]
16789                 remove invalid updating of mark files for 
16790                 filter actions MATCHING_ACTION_MOVE and 
16791                 MATCHING_ACTION_DELETE; this should fix the
16792                 folder update bug
16793                 
16794         * src/procmsg.c
16795                 revert Christoph's stab at fixing the folder 
16796                 update bug
16797
16798         * po/POTFILES.in
16799                 add missing files with translatable strings
16800
16801         * src/summaryview.c
16802                 remove debug print
16803
16804 2001-07-15 [alfons]
16805
16806         * src/addr_compl.[ch], src/prefs_filtering.c
16807                 make "filtering pref dialog's destination entry" an
16808                 "address completable entry", if filter destination is 
16809                 an email address
16810
16811         0.5.1claws2
16812         
16813         sync with Hiroyuki's 0.5.0cvs2-3
16814
16815 2001-07-15 [christoph]
16816
16817         * src/procmsg.c
16818                 fixed folder stats update after incorporation
16819
16820 2001-07-15 [alfons]
16821
16822         * src/summaryview.c
16823                 * finish label colouring stuff (for now)
16824                 * fix incorrect colour bug (off by one) 
16825
16826 2001-07-14 [alfons]
16827
16828         * src/mainwindow.c
16829                 change text labels for news and mail message so there's
16830                 plenty of toolbar estate left
16831
16832         * configure.in
16833                 0.5.1claws1
16834
16835         * src/folderview.c
16836           src/folder.[ch]
16837                 sync with Hiroyuki's 0.5.0cvs1
16838
16839         * src/summaryview.c
16840                 more rewrite label colouring
16841
16842 2001-07-14 [alfons]
16843
16844         * src/summaryview.[ch]
16845                 * start rewrite label colouring 
16846                 * fix proper location "Add Sender To Addressbook" menu item
16847
16848 2001-07-13
16849
16850         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
16851         (actually this is 0.5.0claws4)
16852
16853 2001-07-13 [alfons]
16854
16855         * po/pt_BR.po
16856                 * fix duplicate message
16857                 * add updated Portugese / Brazilian translation
16858                   submitted by Fabio Junior Beneditto
16859
16860 2001-07-12 [alfons]
16861
16862         * AUTHORS
16863                 add Jens
16864
16865         * po/nl.po
16866                 add updated Dutch translation
16867
16868         * po/de.po
16869                 add updated German translation submitted by Jens
16870
16871 2001-07-11 [alfons]
16872
16873         Prerelease before 0.5.0claws. Please test.
16874         This version is temporarily tagged as VERSION_0_5_0_TEST
16875
16876         * src/matcher.[ch], src/summaryview.c, src/scoring.[ch]
16877           src/prefs_scoring.c, src/prefs_matcher.c, 
16878           src/prefs_filtering.c, src/mbox.c, 
16879           src/main.c, src/inc.c, src/filtering.[ch]
16880                 revert new Hoa's new matcher (does not work yet)
16881
16882         * src/Makefile.am
16883                 clean up
16884
16885 2001-07-10
16886
16887         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
16888
16889
16890 2001-07-10 [alfons]
16891
16892         * Makefile.am
16893                 add ChangeLog.claws to EXTRA_DIST
16894         * src/Makefile.am
16895                 add matcher_parser_parse.h to EXTRA_DIST
16896
16897 2001-07-10 [christoph]
16898
16899         * src/inc.c
16900                 add destination folder to table of
16901                 folders that need to be updated after
16902                 incorporation
16903
16904 2001-07-10 [alfons]
16905
16906         * folder.[ch]
16907           folderview.c
16908                 make collapse state of folders and folder items persistent, i.e.
16909                 if you collapse a folder tree, the next time sylpheed-claws starts 
16910                 up the folder tree remains collapsed.  
16911                 
16912 2001-07-10 [christoph]
16913
16914         * acconfig.h
16915         * configure.in
16916                 added --enable-ssl
16917         * src/md5.[ch]
16918                 renamed MD5_CTX to MD5_CTX_syl
16919                 conflicts with a struct in openssl
16920         * src/inc.c
16921         * src/main.[ch]
16922         * src/prefs_account.[ch]
16923         * src/socket.[ch]
16924                 SSL support for POP
16925         * src/mainwindow.c
16926                 fixed compose with current account
16927                 broken by new compose button stuff
16928
16929 2001-07-09 [hoa]
16930
16931         * AUTHORS
16932                 changed my email address
16933
16934         * src/matcher_parser_parse.y
16935                 clean the parser to remove conflicts
16936
16937 2001-07-09 [alfons]
16938
16939         * AUTHORS
16940                 add Match Grun
16941
16942         * configure.in
16943                 fix incorrect description of --enable-ldap parameter
16944
16945         * src/prefs_common.[ch]
16946           src/compose.c
16947                 add experimental option "smart wrapping" which makes the
16948                 compose editor auto wrap.
16949                 
16950                 | TODO: the problem with the buggy cursor handling is caused |
16951                 | by the GtkText. when deleting / backspacing text its       |
16952                 | wrapping algorithm does not take in account the previous   |
16953                 | line. should find a way to hack this in.                   |
16954                 | or should perhaps combine this with the word wrapping      |
16955                 | patch i wrote in january.                                  |
16956
16957         * src/about.c
16958                 show build parameters for LDAP and JPilot
16959
16960         * src/summaryview.c
16961                 revert Christoph's bugfix for selecting next unread message, 
16962                 because folder stats aren't updated correctly
16963
16964 2001-07-08 [hoa]
16965
16966         * src/filtering.c
16967         * src/mainwindow.c
16968         * src/matcher.c
16969         * src/matcher_parser_lex.l
16970         * src/matcher_parser_parse.y
16971         * src/prefs_filtering.c
16972         * src/prefs_scoring.c
16973         * src/scoring.c
16974                 bugfix of the config file parser
16975
16976 2001-07-08 [alfons]
16977
16978         * src/Makefile.am
16979                 added generated matcher sources to BUILT_SOURCES
16980
16981 2001-07-08 [hoa]
16982
16983         * src/Makefile.am
16984         * src/.cvsignore
16985                 added new config file parser
16986
16987         * src/scoring.[ch]
16988         * src/filtering.[ch]
16989         * src/matcher.[ch]
16990         * src/prefs_filtering.c
16991         * src/prefs_matcher.c
16992         * src/prefs_scoring.c
16993         * added src/matcher_parser.h
16994         * added src/matcher_parser_lex.h
16995         * added src/matcher_parser_lex.l
16996         * added src/matcher_parser_parse.y
16997                 lex & yacc config file parser
16998
16999         * src/mbox.c
17000         * src/inc.c
17001         * src/main.c
17002                 changes prefs_filtering into global_filtering           
17003
17004         * src/summaryview.c
17005                 build threads with subjects only if "Re: " is at the
17006                 beginning of the subject
17007
17008 2001-07-07 [paul]
17009
17010         0.5.0claws
17011
17012         sync with sylpheed 0.5.0
17013                 change of version number only
17014
17015 2001-07-06 [paul]
17016
17017         0.5.0claws5
17018
17019         sync with sylpheed 0.5.0pre5
17020
17021 2001-07-05 [paul]
17022
17023         sync with sylpheed 0.5.0pre4 release
17024                 /po and /manual/ja not sync'ed
17025
17026 2001-07-04 [paul]
17027
17028         more sync with sylpheed 0.5.0pre4
17029
17030 2001-07-03 [christoph]
17031
17032         * src/addressbook.c
17033                 fixed address book broken by address book
17034                 for VCard, JPilot, LDAP
17035
17036 2001-07-03 [alfons]
17037
17038         * src/matcher.c
17039         * src/textview.c
17040                 stopped memory leaks
17041
17042 2001-07-03 [paul]
17043
17044         more sync with sylpheed 0.5.0pre4
17045
17046 2001-07-02 [match]
17047
17048         * included address book patch for VCard, JPilot, LDAP
17049         * pref_common.c - fixed Font options on Display tab (cosmetic)
17050         * alertpanel.c - fixed truncated message
17051
17052 2001-07-02 [christoph]
17053
17054         * src/mbox_folder.c
17055         * src/procmsg.[ch]
17056         * src/summaryview.c
17057                 mark threads for ignoring
17058
17059 2001-07-02 [paul]
17060
17061         0.5.0claws4
17062
17063         * sync with sylpheed 0.5.0pre4
17064                 updated gettext to 0.10.38.
17065
17066 2001-07-01 [paul]
17067
17068         * src/ mainwindow.c
17069         * src/procmsg.h
17070         * src/summaryview.[ch]
17071                 new right-click option: Label.
17072                 substitute for 'Mark-->Mark/Unmark', colours the line.
17073                 (submitted by Satoshi Nagayasu <snaga@snaga.org>)
17074
17075 2001-07-01 [christoph]
17076
17077         * src/folderview.c
17078                 fixed font for trash
17079         * src/summaryview.c
17080                 move ctree to unread message
17081
17082 2001-07-01 [paul]
17083
17084         * sync with sylpheed 0.5.0pre3 release
17085
17086 2001-06-30 [alfons]
17087
17088         * src/filesel.[ch]
17089         * src/compose.c
17090                 allow inserting / attaching multiple files in
17091                 the composer window
17092
17093 2001-06-30 [paul]
17094
17095         * src/codeconv.c
17096                 small change to Alfons' previous stuff so that it
17097                 actually makes
17098
17099 2001-06-30 [alfons]
17100
17101         * lots of files changed; first attempt to merge the changes
17102           and bugfixes submitted by Andre Eibel (ae@baltic-online.de).
17103
17104 2001-06-30 [paul]
17105
17106         * po/pt_BR.po
17107                 updated and completed, translations by Fabio
17108                 Junior Beneditto <fjbeneditto@yahoo.com.br>
17109
17110 2001-06-29 [alfons]
17111
17112         * src/compose.c
17113         * src/mimeproc.[ch]
17114                 allow selecting an attached files' mime type from a 
17115                 list of types.
17116
17117 2001-06-29 [paul]
17118
17119         * more sync with sylpheed 0.5.0pre3
17120
17121 2001-06-29 [paul]
17122
17123         * po/pt_BR.po
17124                 merge with sylpheed.pot and pt_BR.po provided by
17125                 Fabio Junior Beneditto.
17126
17127 2001-06-29 [darko]
17128
17129         * src/procmime.c
17130                 make MIME types case insensitive
17131
17132 2001-06-28 [alfons]
17133
17134         * po/nl.po
17135                 merge with sylpheed.pot and old nl.po; translations added.
17136
17137 2001-06-28 [paul]
17138
17139         * more sync with sylpheed 0.5.0pre3
17140
17141 2001-06-27 [alfons]
17142
17143         * src/summaryview.c
17144                 don't crash when removing parent node of messages
17145                 attracted by subject. this was caused by not deleting
17146                 the parent node from the subject line hash table.
17147
17148 2001-06-27 [alfons]
17149
17150         * src/summaryview.c
17151         * src/compose.[ch]
17152         * src/mainwindow.c
17153                 if there are multiple messages selected, allow forwarding
17154                 them as attachments.
17155
17156 2001-06-27 [paul]
17157
17158         * more sync with sylpheed 0.5.0pre3
17159
17160 2001-06-26 [paul]
17161
17162         0.5.0claws3
17163
17164         * sync with sylpheed 0.5.0pre3
17165
17166 2001-06-25 [paul]
17167
17168         * src/mainwindow.c
17169                 fixed 'compose news article' bug
17170                 from icon-and-text toolbar
17171
17172 2001-06-25 [paul]
17173
17174         * sync with sylpheed 0.5.0pre2 release
17175
17176 2001-06-24 [christoph]
17177
17178         * src/prefs_common.c
17179                 bug fix in font selection
17180         * src/folderview.c
17181                 use sylpheed's normal font instead of
17182                 gtk default font for folders without
17183                 new messages
17184
17185 2001-06-24 [alfons]
17186
17187         * src/mainwindow.[ch]
17188                 added composite compose mail / news button (an idea by Leandro
17189                 Pereira <leandro@linuxmag.com.br>)
17190
17191 2001-06-24 [paul]
17192
17193         Added instructions for ldif-to-xml.py
17194
17195         * tools/README
17196
17197 2001-06-23 [alfons]
17198
17199         Some minor things.
17200
17201         * src/pixmaps/stock_news_compose.xpm
17202                 added pixmap by Leandro
17203         * src/prefs_common.c
17204                 tested built-in spelling checker of GCC 3.0 :)
17205         * po/nl.po
17206                 merged dutch translation of sylpheed-main with
17207                 sylpheed.pot
17208
17209 2001-06-23 [paul]
17210
17211         Added tools directory and files.
17212
17213         * tools/filter_conv.pl
17214                 converts old filter system to new filtering system
17215         * tools/ldif-to-xml.py
17216                 converts netscape addressbook to sylpheed addressbook
17217         * tools/README
17218                 descriptions/instructions for above two files
17219
17220 2001-06-23 [christoph]
17221
17222         * src/inc.c
17223         * src/manage_window.[ch]
17224         * src/prefs_common.[ch]
17225                 mail retrieval dialog can be enabled, disabled
17226                 or hidden if non of sylpheed's windows is active
17227
17228 2001-06-22 [paul]
17229
17230         0.5.0claws2
17231
17232         * sync with sylpheed 0.5.0pre2
17233
17234 2001-06-21 [christoph]
17235
17236         * src/summaryview.c
17237                 show recipient on 'from' for all accounts
17238                 
17239         * src/inc.c
17240         * src/prefs_common.[ch]
17241                 disable error popup on mail receive errors
17242
17243 2001-06-21 [alfons]
17244
17245         * src/compose.c
17246                 made the ruler correctly appear and disappear.
17247
17248         * src/Makefile.am
17249                 removed Hoa's work-in-progress-stuff (interesting!) so 
17250                 claws compiles ok.
17251
17252 2001-06-20 [christoph]
17253
17254         * src/inc.c
17255         * src/progressdialog.c
17256                 added scrolled window for list in progressdialog
17257
17258 2001-06-20 [paul]
17259
17260         sync with sylpheed 0.5.0pre1 release
17261
17262 2001-06-20 [christoph]
17263
17264         * src/summeryview.c
17265                 make building threads by subject work when
17266                 thread view is enabled
17267                 
17268         * src/compose.c
17269         * src/prefs_common.[ch]
17270                 automatically select account for mail replys
17271
17272 2001-06-19 [sergey]
17273
17274         * src/compose.c (compose_create): keep Bcc and Reply-To visible if
17275         they are filled in from the account settings.
17276
17277 2001-06-19 [paul]
17278
17279         * more sync with sylpheed 0.5.0pre1
17280
17281 2001-06-18 [alfons]
17282
17283         * src/Makefile.am,
17284           src/procmime.c
17285                 added --sysconfdir to CPPFLAGS for pointing to the correct
17286                 location of mime.types. 
17287
17288                 NOTE: make sure you use --sysconfdir when running ./autogen.sh
17289                 or ./configure!
17290
17291 2001-06-18 [hoa]
17292
17293         * src/summaryview.c
17294                 fixed some bug when building threads
17295
17296 2001-06-18 [pau]l
17297
17298         * src/prefs_account.c
17299                 UI stuff: More changes to the English
17300
17301 2001-06-18 [paul]
17302
17303         * src/pixmaps/stock_news_compose.xpm: new file
17304         * src/Makefile.am
17305         * src/mainwindow.c
17306         * src/summaryview.c
17307                 Added new icon for Hoa's 'compose a news
17308                 message', plus minor improvements to the
17309                 English
17310
17311         * po/ja.po
17312         * ChangeLog
17313         * ChangeLog.jp
17314                 more sync with sylpheed 0.5.0pre1
17315
17316 2001-06-18 [hoa]
17317
17318         * src/compose.[ch]
17319         * src/mainwindow.c
17320                 Follow-up and reply to
17321
17322         * src/summaryview.[ch]
17323                 Build threads also with subjects
17324
17325 2001-06-17 [hoa]
17326
17327         * src/compose.c
17328                 forwarding use the current account.
17329
17330         * src/mainwindow.c
17331                 the "compose message" button has been replaced with
17332                 "new mail" and "new news" buttons
17333
17334         * src/prefs_common.[ch]
17335                 added a configuration option to use the forward button
17336                 as "forward as attachment"
17337                 changed reply and forward format description
17338
17339         * src/quote_fmt_lex.l
17340         * src/quote_fmt_parse.y
17341                 added message with no signature in format for reply
17342                 and forward.
17343
17344 2001-06-17 [paul]
17345
17346         Minor UI stuff
17347
17348         * src/mainwindow.c
17349         * src/summaryview.c
17350                 Improvements to the English
17351
17352         * src/prefs_common.c
17353                 Improvements to the English and some
17354                 clarity/continuity improvements in the
17355                 description of Quote symbols.
17356
17357 2001-06-17 [paul]
17358
17359         0.5.0claws1
17360
17361         * sync with sylpheed 0.5.0pre1
17362
17363 2001-06-17 [hoa]
17364
17365         * src/compose.c
17366                 Better interface for compose, displayed fields
17367                 are updated whenever we change account.
17368                 Newsgroups field is automatically filled.
17369
17370         * src/mainwindow.c
17371                 Newsgroups field is automatically filled.
17372
17373         * src/prefs_account.c
17374                 Some interface stuff when fields appear and
17375                 disappear.
17376
17377 2001-06-16 [paul]
17378
17379         0.4.99claws
17380
17381         * sync with sylpheed 0.4.99
17382
17383 2001-06-16 [sergey]
17384
17385         * src/base64.c, src/base64.h (Base64Decoder, base64_decoder_new,
17386         base64_decoder_free, base64_decoder_decode): new object and
17387         functions for decoding base64 streams.
17388         * src/procmime.c (procmime_decode_content): modified to use the
17389         new base64 decoder.
17390
17391 2001-06-15 [paul]
17392
17393         0.4.99claws10
17394
17395         * sync with sylpheed 0.4.99cvs11
17396
17397 2001-06-13 [paul]
17398
17399         0.4.99claws9
17400
17401         * sync with sylpheed 0.4.99cvs9
17402
17403 2001-06-13 [hoa]
17404
17405         * src/compose.c
17406         * src/prefs_account.c
17407
17408                 SMTP server can be defined in the news account
17409                 mime type of attachment are kept.
17410
17411         * src/summaryview.c
17412
17413                 now choose the highest important score between default
17414                 and important score of folder.
17415
17416 2001-06-09 [alfons]
17417         
17418         * src/prefs_common.c: 
17419
17420                 (prefs_quote_description_create): corrected description of 
17421                 quote format characters
17422
17423 2001-06-09 [paul]
17424
17425         0.4.99claws8
17426
17427         * sync with sylpheed 0.4.99cvs8
17428
17429 2001-06-08 [sergey]
17430
17431         * src/Makefile.am: fix for "make dist": added quote_fmt_parse.h
17432         and pixmaps/stock_mail_reply_to_author.xpm to EXTRA_DIST.
17433
17434 2001-06-08 [paul]
17435
17436         0.4.99claws7
17437
17438         * sync with sylpheed 0.4.99cvs7
17439
17440 2001-06-06 [sergey]
17441
17442         * src/quote_fmt.h: renamed from src/quote_fmt_parse.h (which
17443         clashes with autogenerated header).
17444         * src/compose.c, src/quote_fmt_parse.y: #include "quote_fmt.h"
17445         * src/Makefile.am: added quote_fmt.h.
17446         * src/.cvsignore: added lex/yacc autogenerated files
17447         (quote_fmt_lex.c, quote_fmt_parse.c, quote_fmt_parse.h).
17448
17449 2001-06-06 [paul]
17450
17451         0.4.99claws6
17452
17453         * sync with sylpheed 0.4.99cvs6
17454
17455 2001-06-06 [hoa]
17456
17457         * added src/quote_fmt_parse.h
17458         * src/compose.c
17459                 removed warnings
17460
17461         * src/prefs.[ch]
17462                 don't modify readonly configuration files
17463
17464         * src/prefs_account.c
17465         * src/prefs_common.c
17466         * src/prefs_customheader.c
17467         * src/prefs_display_header.c
17468         * src/prefs_filter.c
17469         * src/prefs_filtering.c
17470         * src/prefs_scoring.c
17471                 don't open dialog box when configuration files
17472                 are readonly
17473
17474 2001-06-05 [sergey]
17475
17476         * configure.in: added AM_PROG_LEX and AC_PROG_YACC.
17477
17478         * src/Makefile.am: replaced quote_fmt.tab.[ch] by
17479         quote_fmt_lex.[lh], quote_fmt_parse.y; added YFLAGS=-d; added
17480         BUILT_SOURCES to make all files rebuild properly.
17481
17482         * src/compose.c: removed #include "quote_fmt.tab.h".
17483
17484         * src/quote_fmt_lex.l: renamed from quote_fmt.l; changed to return
17485         CHARACTER value in yylval.
17486
17487         * src/quote_fmt_parse.y: renamed from quote_fmt.y; changed to
17488         receive CHARACTER value by documented means (yylval).
17489
17490         * src/lex.quote_fmt.c, src/quote_fmt.{l,y,tab.{c,h}}: removed.
17491
17492 2001-06-05 [hoa]
17493
17494         * src/Makefile.am
17495                 changed quote_fmt.[ch] into quote_fmt.tab.[ch]
17496
17497         * src/filtering.c
17498         * src/matcher.c
17499         * src/matcher.h
17500         * src/prefs_filtering.c
17501                 now keep the configuration for execute action
17502
17503         * src/mbox_folder.c
17504                 fixed a warning
17505
17506 2001-06-05 [paul]
17507
17508         * sync with sylpheed 0.4.99cvs5
17509
17510 2001-06-05 [hoa]
17511
17512         * src/Makefile.am
17513                 added quote_fmt.[ch]
17514
17515         * added src/quote_fmt.y
17516         * added src/quote_fmt.l
17517         * added src/quote_fmt.tab.h
17518         * added src/quote_fmt.tab.c
17519         * added src/lex.quote_fmt.c
17520                 parsing configuration for replying
17521                 and forwarding
17522
17523         * src/prefs_common.[ch]
17524                 added configuration UI for replying
17525                 and forwarding
17526
17527         * src/compose.c
17528                 using configuration for replying
17529                 and forwarding
17530
17531 2001-06-04 [hoa]
17532
17533         * src/filtering.c
17534         * src/matcher.c
17535         * src/matcher.h
17536         * src/prefs_filtering.c
17537         * src/prefs_matcher.c
17538         * src/prefs_matcher.h
17539                 action "run a command" for filtering
17540                 and matching with a command.
17541                 fixed the "whole message" matching
17542
17543         * src/mbox_folder.c
17544                 changed temporary filename for security
17545
17546         * src/messageview.c
17547                 queue the notification if it fails to send.
17548
17549         * src/prefs_common.c
17550         * src/prefs_folder_item.c
17551                 changed the default important score             
17552
17553         * src/prefs_scoring.c
17554         * src/scoring.c
17555                 hide kill score input when the folder is not
17556                 a newsgroup
17557
17558 2001-06-03 [alfons]
17559
17560         * src/prefs_common.c:
17561
17562                 (prefs_font_select): pass font name in font entry box to font
17563                 selection dialog.
17564
17565 2001-06-03 [sergey]
17566
17567         * src/smtp.c (smtp_ok): fixed sock_gets() error handling.
17568
17569 2001-06-03 [paul]
17570
17571         * sync with sylpheed 0.4.99cvs4
17572
17573 2001-06-03 [alfons]
17574
17575         * src/headerwindow.c:
17576
17577                 (headerwindow_show_cb): use the selected summary view item, not
17578                 the displayed item.
17579
17580 2001-06-02 [alfons]
17581
17582         * src/headerwindow.c:
17583
17584                 (headerwindow_show_cb): always try to show msginfo
17585
17586 2001-06-02 [hoa]
17587
17588         * src/compose.c
17589                 keep attached parts when reediting or forwarding.
17590
17591 2001-06-01 [hoa]
17592
17593         * src/folderview.c
17594         * src/prefs_folder_item.[ch]
17595         * src/prefs_scoring.[ch]
17596         * src/scoring.[ch]
17597         * src/summaryview.[ch]
17598         * src/main.c
17599         * src/mainwindow.c
17600         * src/prefs_common.[ch]
17601                 support for folder scoring
17602                 kill score and important score for messages
17603         
17604         * src/prefs_account.c
17605                 some display bug fixed for local account
17606                 preferences
17607
17608 2001-05-31 [alfons]
17609
17610         * src/summaryview.c:
17611
17612                 (add_sender_to_cb): don't crash when no or invalid sender; the add 
17613                 sender to address book menu item is disabled.
17614
17615 2001-05-30 [hoa]
17616
17617         * src/filtering.[ch]
17618         * src/summaryview.c
17619                 handling summary menu / filter messages
17620
17621         * src/folder.[ch]
17622                 add some stuff
17623
17624         * src/foldersel.c
17625                 imap folders now appears in list
17626
17627         * src/mbox_folder.c
17628                 doesn't crash if destination mail is not writeable
17629
17630 2001-05-29 [hoa]
17631
17632         * src/compose.c
17633                 removed some warnings
17634
17635         * src/filtering.c
17636         * src/folder.[ch]
17637         * src/prefs_filtering.c
17638                 global string to identify any folders           
17639                 removed some debug info
17640                 filtering to mbox folders is now possible
17641
17642         * src/mainwindow.c
17643                 removed some warnings
17644
17645         * src/mbox_folder.c
17646                 permission on files are changed to read/write for user only,
17647                 nothing for other.
17648                 creation of subfolder is handled better.
17649
17650 2001-05-28 [alfons]
17651
17652         Verified the sync for src/prefs_common.[ch] and
17653         src/prefs_account.[ch]. I believe there were some
17654         minor indentation differences.
17655
17656 2001-05-28 [paul]
17657
17658         0.4.99claws3
17659
17660         * sync with 0.4.99cvs3
17661
17662 2001-05-28 [hoa]
17663
17664         * src/compose.c
17665                 handling flags for mbox format
17666
17667         * src/filtering.c
17668                 use of mark file only for MH format
17669                 handling flags for mbox format
17670                 filtering cannot yet move or copy mails to mbox folders.
17671
17672         * src/folder.[ch]
17673                 changed move_msg, copy_msg,
17674                 move_msgs_with_dest, copy_msgs_with_dest functions
17675                 uses only folder->copy_msg() function
17676                 uses folder->finished_copy() to handle the destination
17677                 folder at the end of the copy or move operation.
17678
17679         * src/foldersel.c
17680                 included mbox directories.
17681
17682         * src/folderview.[ch]
17683         * src/mainwindow.c
17684                 handle folders operation for mbox format
17685
17686         * src/mbox.c
17687                 disable conversion of "From " header
17688
17689         * src/mbox_folder.[ch]
17690                 completion of mbox format handling
17691
17692         * src/mh.c
17693                 changed mh_copy_msg() function and
17694                 removed mh_move_msg(), mh_move_msgs_with_dest(),
17695                 mh_copy_msgs_with_dest()
17696
17697         * src/prefs_filtering.c
17698                 removed some warnings
17699
17700         * src/prefs_matcher.c
17701                 default boolean operation is AND
17702
17703         * src/procheader.c
17704                 handling flags for mbox format
17705                 handling of "From " header
17706
17707         * src/procmsg.[ch]
17708                 removed data field
17709                 added MSG_REALLY_DELETED flags to handle deletion of
17710                 messages in mbox format.
17711
17712         * src/summaryview.c
17713                 handling flags for mbox format
17714                 disable the MSG_DELETED flags when messages
17715                 are deleted in mbox format
17716
17717         * src/textview.c
17718                 "From " headers display fixed.
17719
17720 2001-05-27 [alfons]
17721
17722         * src/textview.c:
17723                 
17724                 (get_email_part): skip quoted email addresses, like in e.g.
17725                 "'alfons@proteus.demon.nl'".
17726
17727 2001-05-26 [alfons]
17728
17729         Minor GUI fixes adding horizontal scrollbars to Hoa's matcher dialogs,
17730         and fixing the persistence troubles when using separate windows.
17731
17732         * src/mainwindow.c:
17733         
17734             Added #define SEPARATE_ACTION used in the gtk item factory for 
17735             the SEPARATE_FOLDER and SEPARATE_MESSAGE items, so we can
17736                 use gtk_item_factory_get_widget_by_action() to get the items.
17737                 
17738             Removed separate_widget_cb from the gtk item factory data   
17739           
17740             (mainwindow_create): connect separate_widget_cb() to check
17741             menu item "toggled" signal. also passing a MainWindow pointer
17742                 as object data for both check menu items.
17743                 
17744             (separate_widget_cb): definition of separate_widget_cb() to match
17745             GtkCheckMenuItem's "toggled" signal. Now get the pointer to the main 
17746                 window using gtk_object_get_data(). The type of window separation 
17747                 (SEPARATE_MESSAGE or SEPARATE_FOLDER) is passed as the signal's data
17748         
17749         * src/prefs_filtering.c,
17750           src/prefs_matcher.c: added horizontal scrollbars
17751
17752 2001-05-25 [darko]
17753
17754         * src/headerview.c
17755                 fix segfault with invalid bold font
17756         * src/summaryview.c
17757                 correctly display summary stats after row is marked
17758
17759 2001-05-23 [sergey]
17760
17761         * src/codeconv.c (conv_get_code_conv_func): fix for ISO-8859-*
17762         encodings with libjconv.
17763
17764 2001-05-23 [hoa]
17765
17766         * src/Makefile.am
17767                 added mbox_folder.[ch]
17768         * src/defs.h
17769                 mbox temporary folder
17770         * src/folder.[ch]
17771         * added src/mbox_folder.[ch]
17772         * src/folderview.c
17773         * src/procheader.[ch]
17774                 added mbox support
17775         * src/mbox.c
17776                 bugfix for file incorporation filtering
17777         * src/imap.c
17778                 enable creation of MBOX
17779         * src/prefs_display_header.c
17780                 enable use of headers like "From "
17781                 something that should be fixed :
17782                         displaying of such headers add an extra space
17783         * src/prefs_folder_item.c
17784                 don't create folders because it is not necessary
17785         * src/procmsg.h
17786                 added data field to MsgInfo for mbox internal use
17787         * src/summaryview.c
17788                 added some support for mbox
17789         * src/utils.[ch]
17790                 added get_mbox_cache_dir() function
17791
17792 2001-05-23 [hiroyuki]
17793
17794         * src/headerwindow.c
17795           src/inc.c
17796           src/main.c
17797           src/mh.c
17798           src/nntp.c
17799           src/procmsg.h
17800           src/session.h
17801           src/socket.[ch]
17802           src/summaryview.c
17803           src/textview.c
17804           src/automaton.c
17805           src/folderview.c: more sync with 0.4.99cvs2.
17806
17807         * src/headerwindow.c: reverted.
17808
17809 2001-05-22 [paul]
17810
17811         0.4.99claws2
17812
17813         * sync with sylpheed 0.4.99cvs2
17814                 * src/news.[ch]
17815                 * src/nntp.[ch]
17816                 * INSTALL
17817                 * INSTALL.jp
17818
17819 2001-05-22 [alfons]
17820
17821         * src/summaryview.c: bugfixed a premature assignment in  summaryview_add_sender_to_cb()
17822
17823 2001-05-21 [alfons]
17824
17825         Minor things:
17826
17827         * configure.in: if gnome-config not found, "no" is displayed
17828         
17829         * sylpheed.desktop: "Hello World" is replaced with "Sylpheed Mail"
17830
17831         * src/textview.c: now also possible to add mail addresses by right
17832           clicking in the text view
17833
17834         * src/codeconv.c: merged patch which fixes endless loop when encountering
17835           invalid wide characters; from Alte <010@imis.ru>  
17836
17837 2001-05-20 [alfons]
17838
17839         Added installation of gnome specific things:
17840
17841         * Makefile.am: gnome conditional
17842
17843         * configure.in: check for installed gnome
17844
17845         * added sylpheed.png, sylpheed.desktop
17846
17847 2001-05-20 [sergey]
17848
17849         * src/pixmaps/stock_mail_reply_to_author.xpm: new file.
17850
17851         * src/mainwindow.h (main_window_toolbar_create): created a button
17852         for "Reply to all".
17853         (main_window_set_toolbar_sensitive): enable/disable the new button
17854         appropriately.
17855         (toolbar_reply_to_author_cb): handle the new button.
17856
17857         * src/send.c (SEND_EXIT_IF_ERROR, SEND_EXIT_IF_NOTOK): call
17858         send_progress_dialog_destroy() on failure (fixes hang on SMTP
17859         failure).
17860
17861 2001-05-19 [sergey]
17862
17863         * src/compose.h (ComposeReplyMode): new modes
17864         COMPOSE_REPLY_TO_AUTHOR, COMPOSE_REPLY_TO_AUTHOR_WITH_QUOTE,
17865         COMPOSE_REPLY_TO_AUTHOR_WITHOUT_QUOTE.
17866
17867         * src/compose.c
17868         (compose_send): move some code into a new function:
17869         (compose_current_mail_account): new function.
17870         (compose_reply): new argument to_author, all callers changed; if
17871         to_author==TRUE and account->protocol==A_NNTP, find and use an
17872         appropriate mail account for replying.
17873         (compose_reply_set_entry): new argument to_author; ignore
17874         compose->replyto if to_author==TRUE.
17875
17876         * src/mainwindow.c: new command "Message/Reply to author".
17877         (main_window_set_menu_sensitive): enable/disable it.
17878         (reply_cb): handle it.
17879
17880         * src/summaryview.c: new command "Reply to author".
17881         (summary_set_menu_sensitive): enable/disable it.
17882         (summary_reply_cb): handle it.
17883
17884         * src/account.c (account_find_mail_from_address): new function.
17885
17886 2001-05-18 [paul]
17887
17888         0.4.99claws1
17889
17890         * sync with sylpheed 0.4.99cvs1
17891
17892 2001-05-18 [hoa]
17893
17894         * src/compose.[ch]
17895         * src/filtering.c
17896         * src/summaryview.c
17897                 new filtering action : forward and forward as attachment
17898
17899         * src/main.c
17900                 no need for $DISPLAY when we run sylpheed --help
17901                 call to parse_cmd_opt() is moved
17902
17903         * src/mainwindow.[ch]
17904                 execute button is hidden when immediate execute
17905                 is chosen
17906
17907         * src/mh.c
17908         * src/news.c
17909         * src/prefs_folder_item.c
17910         * src/procmsg.c
17911                 better handling of missing directories
17912
17913         * src/summaryview.c
17914                 reedit is enabled in outbox
17915                 reedit is enabled in queue
17916
17917 2001-05-17 [hoa]
17918
17919         * src/filtering.c
17920         * src/matcher.[ch]
17921         * src/prefs_filtering.c
17922                 changed attachement into attachment
17923
17924 2001-05-17 [alfons]
17925
17926         0.4.67claws4    
17927
17928         * sync with sylpheed 0.4.67cvs9
17929         * sync with sylpheed 0.4.67cvs7-8
17930
17931 2001-05-17 [hoa]
17932
17933         * src/Makefile.am
17934                 added prefs_filtering.c
17935
17936         * src/filtering.[ch]
17937         * src/matcher.[ch]
17938                 removed action : forward_news and forward_news_as_attachement
17939                 (forward and forward_as_attachement can be used instead)
17940
17941         * src/mainwindow.c
17942                 added menu option to access filtering configuration
17943
17944         * src/prefs_account.c
17945                 changed mail_command default to /usr/sbin/sendmail
17946
17947         * added src/prefs_filtering.[ch]
17948                 dialog box for filtering configuration
17949
17950         * src/prefs_matcher.c
17951                 added function prefs_matcher_get_criteria_from_matching()
17952
17953         * src/prefs_scoring.c
17954                 reset the dialog when register or substitute is clicked
17955
17956 2001-05-15 [hoa]
17957
17958         * src/Makefile.am
17959                 added filtering.[ch]
17960         * src/inc.c
17961                 using filering.[ch] instead of filter.[ch]
17962         * src/main.c
17963                 reading new filtering configuration
17964         * src/matcher.[ch]
17965                 added some filtering actions
17966                 and fixed a bug for headers and mail body matching
17967         * src/mbox.c
17968                 using filering.[ch] instead of filter.[ch]
17969         * src/mh.c
17970                 handling invalid MsgInfo in mh_copy_msg() and mh_move_msg()
17971         * src/summaryview.c
17972                 some fixes for filtering
17973
17974 2001-05-14 [hiroyuki]
17975
17976         * src/send.c: fixed some weird indentations.
17977           send_message_with_command(): call pclose() only if p != NULL.
17978         * src/textview.c: get_email_part(): modified the code for readability.
17979
17980 2001-05-14 [hiroyuki]
17981
17982         * src/md5global.h
17983           src/md5ify.c
17984           src/md5ify.h: removed from the cvs.
17985
17986 2001-05-13 [sergey]
17987
17988         * src/main.c: include rfc2015.h to avoid compiler warnings.
17989         * src/alertpanel.c (alertpanel_message_with_disable): return 0 if
17990         the panel is already on screen.
17991         * src/prefs_customheader.c (prefs_custom_header_delete_cb): treat
17992         closing the alert window by ESC as "No".
17993         * src/prefs_common.c (prefs_interface_create): moved return
17994         receipt check button to the correct place.
17995
17996 2001-03-13 [alfons]
17997
17998         * src/prefs_common.c: 
17999                 moved return receipt check button to the Send tab. (prefs_send_create)
18000                 removed the date format ui related globals. (prefs_display_create)
18001
18002         0.4.67claws3
18003         
18004         * sync with sylpheed 0.4.67cvs5-6
18005
18006 2001-05-13 [paul]
18007
18008         * added Alfons' font selection patch
18009
18010         * src/defs.h
18011         * src/headerwindow.c
18012         * src/prefs_common.c
18013         * src/prefs_common.h
18014
18015 2001-05-13 [hoa]
18016         * src/defs.h
18017                 changed version of cache
18018         * src/matcher.[ch]
18019         * src/prefs_matcher.c
18020                 added additionnal matching criteria
18021         * src/procheader.c
18022         * src/procmsg.[ch]
18023         * src/news.c
18024                 added references in MsgInfo
18025
18026 2001-05-12 [hoa]
18027
18028         * src/defs.h
18029                 prepared some things for new filtering
18030         * src/matcher.[ch]
18031                 added some matching properties
18032                 inreplyto need to be enhanced
18033                 prepared some things for new filtering
18034         * src/messageview.c
18035                 added Return-Receipt-To handling
18036         * src/prefs_folder_item.c
18037                 changed default value to TRUE
18038         * src/prefs_matcher.c
18039                 added some matching properties
18040         * src/prefs_scoring.[ch]
18041                 the scoring dialog is finished
18042         * src/procheader.c
18043                 added Return-Receipt-To handling
18044                 Reference need to be added
18045         * src/procmsg.[ch]
18046                 added Return-Receipt-To handling
18047                 added threadscore to get a better score sorting when
18048                 threads are enabled
18049         * src/summaryview.c
18050                 suppressed a bug when we sort the list
18051                 when no folder is opened.
18052                 better score sorting when threads are enabled
18053
18054 2001-05-12 [alfons]
18055
18056         * reverted previous patch because of potential errors 
18057
18058         0.4.67claws2
18059         
18060         * src/inc.c, src/prefs_common.c, src/prefs_common.h: 
18061                 applied "toggle mail-retrieval dialog window" patch submitted 
18062                 by Eric Limpens <eric@qnt.net>
18063
18064         * sync with sylpheed 0.4.67cvs4
18065
18066 2001-05-12 [sergey]
18067
18068         * src/matcher.c, src/scoring.c: changed "#ifdef 0" to "#if 0" for
18069         some picky compilers.
18070         * src/rfc2015.h: provide prototype for rfc2015_disable_all().
18071         * src/grouplist_dialog.c: include alertpanel.h.
18072         * src/prefs_headers.c (prefs_headers_deleted): added GTK_BUTTON to
18073         fix compile warning.
18074         * src/scoring.c, src/prefs_folder_item.c, src/matcher.c: brought
18075         #include "defs.h" before others to prevent the warning of `MIN'
18076         and `MAX' redefinition.
18077
18078 2001-05-11 [hoa]
18079
18080         * src/main.c
18081         * src/messageview.c
18082         * src/prefs_account.c
18083         * src/prefs_display_header.c
18084                 removed warning
18085         * src/Makefile.am
18086                 added prefs_scoring.[ch]
18087         * src/grouplist_dialog.c
18088                 display an error dialog box if the group list
18089                 cannot be fetched.
18090         * src/mainwindow.[ch]
18091                 added main_window_set_thread_option() function
18092                 scoring dialog box enabled
18093         * src/matcher.[ch]
18094                 added flags matching unread /new / marked
18095                 / deleted / replied / forwarded
18096         * src/news.c
18097                 newsgroups are now finally in newscache
18098         * src/prefs_matcher.[ch]
18099                 finished preferences for matching dialog
18100         * added src/prefs_scoring.[ch]
18101                 scoring dialog box completed
18102         * src/scoring.[ch]
18103                 conversion to string : added scoringprop_to_string()
18104                 write config for preferences :
18105                 added prefs_scoring_write_config()
18106         * src/summaryview.c
18107                 threads can be enabled/disabled independently
18108                 for each folder
18109
18110 2001-05-10 [alfons]
18111
18112         0.4.67claws1
18113         
18114         * AUTHORS: 
18115                 thought it would be nice to have a list of all
18116                 contributors (used Changelog as a reference)
18117         
18118         * configure.in: 
18119                 messed up version numbering...
18120
18121         0.4.66claws1
18122
18123         * sync with sylpheed 0.4.67cvs1-3
18124
18125 2001-05-10 [darko]
18126
18127         * src/prefs_common.c:
18128                 better UI for strftime format, double clicking
18129                 on format now inserts the format in text entry
18130                 replaced close button with standard OK/Cancel
18131                 moved date format button to the right of the
18132                 text entry field
18133
18134 2001-05-09 [alfons]
18135
18136         * src/gtkstext.c:
18137                 Ctrl-Home / Ctrl-End have proper cursor navigation
18138
18139 2001-05-09 [hoa]
18140
18141         * src/prefs_matcher.c
18142                 finished UI to define matching properties
18143                 added ok and cancel button
18144         * src/prefs_filter.c
18145                 added ok and cancel button
18146         * src/news.c
18147                 fixed some bug in xhdr parsing
18148
18149 2001-05-08 [alfons]
18150
18151         * src/textview.c: 
18152                 fixed a bug in textview_show_header(), which displayed two colons (':');
18153                 cleaned up some warnings
18154
18155 2001-05-08 [hoa]
18156
18157         * src/Makefile.am
18158                 added prefs_matcher.[ch]
18159                 compilation with -W -Wall
18160         * src/alertpanel.c
18161                 ungrab the mouse events if grabbed - does it
18162                 fix the bug for disposition notification ?
18163         * src/mainwindow.c
18164                 added a menu option to open the matching dialog.
18165         * src/matcher.[ch]
18166                 added matcherprop_to_string() and matcherlist_to_string()
18167                 fixed some bugs, changed the name of some options
18168                 age_sup and age_inf becomes age_greater and age_lower,
18169                 body and messageheaders becomes body_part and headers_part,
18170                 changed the names of constants from SCORING_XXX to MATCHING_XXX
18171         * src/prefs_display_header.c
18172         * src/prefs_headers.c
18173                 fixed a bug that accidentally destroyed dialogs
18174                 when closed them with delete_event
18175                 Added *_deleted() which handle delete_event signal correctly.
18176         * src/prefs_folder_item.[ch]
18177                 added "enable_thread" field for future customization
18178         * added src/prefs_matcher.[ch]
18179                 sample of the UI to define matching properties
18180         * src/procheader.c
18181                 using procheader_headername_equal instead of str*cmp functions
18182                 using procheader_parse_header() function
18183         * src/scoring.c
18184                 using MATCHING_XXX instead of SCORING_XXX
18185         * src/summaryview.c
18186                 display the sender of the news even if this is ourself
18187                 when this is a news message.
18188         * src/textview.c
18189                 using headername_equal() instead of str*cmp functions
18190
18191 2001-05-08 [alfons]
18192
18193         0.4.66claws
18194
18195         * sync with sylpheed 0.4.66
18196         * src/gtkstext.c: trace logs added 
18197
18198 2001-05-08 [sergey]
18199
18200         * src/prefs_common.[ch]: added option to enable/disable GnuPG
18201         signature check popup.
18202         * src/rfc2015.c (check_signature): show signature check popup only
18203         if it is enabled in preferences.
18204
18205 2001-05-07 [alfons]
18206
18207         0.4.66claws4
18208         
18209         * sync with sylpheed 0.4.66cvs6
18210
18211 2001-05-07 [darko]
18212
18213         * src/prefs_common.[ch]: added option to enable/disable
18214           looking up sender name in address book for summary pane
18215         * src/summaryview.c: look up sender in the address book
18216           by using Alfons' address completion code
18217
18218 2001-05-07 [hiroyuki]
18219
18220         * src/inc.h
18221           src/pop.c: pop3_retr_recv(): removed cur_msg_bytes from the
18222           member of Pop3State.
18223         * src/news.c: brought #include "defs.h" before #include <glib.h>
18224           to prevent the warning of `MIN' and `MAX' redefinition.
18225
18226 2001-05-06 [hoa]
18227
18228         * removed src/headers_display.[ch]
18229         * removed src/prefs_display_headers.[ch]
18230         * src/inc.c
18231                 use a temporary file in the user directory for mbox import
18232         * src/news.c
18233                 added XHDR support to get "To" and "Cc" headers
18234                 (in order to match news with to or cc field for
18235                 scoring)
18236                 added function news_parse_xhdr() to get XHDR response
18237         * src/nntp.[ch]
18238                 added function nntp_xhdr()
18239         * src/matcher.c
18240                 fetch the message if necessary
18241
18242 2001-05-06 [alfons]
18243
18244         0.4.66claws3
18245
18246         * sync with sylpheed 0.4.66cvs3-5
18247
18248 2001-05-06 [hoa]
18249
18250         * src/utils.[ch]
18251                 added function itos_buf() to enable use of several buffers
18252         * src/summaryview.c
18253                 use of itos_buf() instead of itos() in summary list
18254                 to fix the broken display of message number.
18255
18256 2001-05-06 [alfons]
18257
18258         * src/gtkstext.c: bug in cursor up navigation fixed,
18259                 fixed another unsigned / signed comparison (we're getting there :-)
18260
18261 2001-05-06 [hoa]
18262
18263         * src/Makefile.am
18264                 added scoring.c scoring.h
18265                 prefs_folder_item.c prefs_folder_item.h
18266                 matcher.c matcher.h
18267         * src/defs.h
18268                 added FOLDERITEM_RC SCORING_RC
18269         * src/folder.[ch]
18270                 added prefs field in FolderItem :
18271                 properties for each folder (PrefsFolderItem),
18272                 sorting type and mode were added as the first properties.
18273         * src/main.c
18274                 read config for scoring
18275         * added src/matcher.[ch]
18276                 gives functions to parse configuration file to do
18277                 matching on mails with a list of conditions.
18278         * src/mainwindow.c
18279                 add option to sort by score
18280         * src/prefs_common.[ch]
18281                 added preference option to show score and for
18282                 the score column size
18283         * added src/prefs_folder_item.[ch]
18284                 properties for each folder (PrefsFolderItem),
18285                 sorting type and mode were added as the first properties.
18286         * src/procheader.[ch]
18287                 added procheader_parse_header()
18288                 added procheader_header_free()
18289                 added procheader_headername_equal()
18290                 and made modification to use them.
18291         * src/procmsg.[ch]
18292                 added score field to MsgInfo structure
18293         * added src/scoring.[ch]
18294                 gives functions to parse configuration file to do
18295                 scoring on mails with a list of conditions.
18296         * src/summaryview.[ch]
18297                 save the sorting type and mode for the folder
18298                 added column to display the score of the mail
18299                 added function summary_score_clicked()
18300                 sorting type and mode are restored to the folder
18301                 when it is reopen
18302         * src/textview.c
18303                 use procheader_parse_header(), procheader_headername_equal()
18304                 removed memory leak in text_scan_header when freeing headers
18305         * src/filter.c
18306                 changed the function to match names of headers
18307                 using procheader_headername_equal()
18308
18309         Scoring functions are implemented, an interface is needed
18310         to configure that.
18311
18312 2001-05-04 [alfons]
18313
18314         * src/gtkstext.c: 
18315                 hopefully fixed the row up navigation bug,
18316                 removed adding back / forward lines to cache
18317
18318 2001-05-04 [sergey]
18319
18320         * src/prefs_display_headers.c: user interface changes:
18321         (prefs_display_headers_create): remove unused "Show" check button;
18322         allow reordering of headers by dragging.
18323         (prefs_display_headers_write_config): remove unused variables.
18324         (prefs_display_headers_set_dialog): do not insert "(New)" at top
18325         of lists (not needed with the new UI).
18326         (prefs_display_headers_set_list): scan lists starting from row 0,
18327         not 1 (do not skip "(New)").
18328         (prefs_display_headers_find_header): new function.
18329         (prefs_display_headers_clist_set_row): do not allow duplicates.
18330         (prefs_display_headers_delete_cb): do not skip row 0; treat
18331         closing the alert window by ESC as "No".
18332         (prefs_display_headers_up): do not protect row 0.
18333         (prefs_display_headers_down): do not protect row 0.
18334
18335 2001-05-04 [sergey]
18336
18337         * src/mainwindow.c (next_marked_cb, prev_marked_cb): new
18338         functions.
18339
18340         * src/summaryview.c
18341         (summary_find_next_marked_msg, summary_find_prev_marked_msg,
18342         summary_select_next_marked, summary_select_prev_marked): new
18343         functions.
18344
18345 2001-05-03 [sergey]
18346
18347         * src/news.c: fixed a bug when no article can be fetched after
18348         server timeout if the connection was restored by news_post():
18349         (news_select_group): new function.
18350         (news_fetch_msg): call news_select_group() before fetching
18351         article.
18352         (news_get_uncached_articles): set session->group after successful
18353         GROUP command.
18354
18355 2001-05-03 [hoa]
18356
18357         * src/defs.h
18358         * src/procmsg.[ch]
18359         * src/procheader.c
18360                  changed version of cache, added cc field
18361
18362         * src/prefs_display_headers.c
18363                 the interface was changed
18364
18365         * src/prefs_headers.c
18366                 added cancel button
18367
18368 2001-05-03 [alfons]
18369
18370         * completed sync of sylpheed cvs2
18371         * src/gtkstext.c: updated row up / down cursor navigation
18372         * src/textview.c: re-edited, prepared for fixing the email address
18373                 scanner.
18374
18375 2001-05-03 [darko]
18376
18377         * src/prefs_common.c: use alfons' strftime ui code
18378         entry_datefmt and datefmt_sample widgets have to be
18379         global in this module because of this change
18380
18381 2001-05-03 [hoa]
18382
18383         * src/messageview.c
18384         * src/prefs_common.[ch] added option to activate the return receipt
18385                 feature.
18386
18387 2001-05-02 [alfons]
18388
18389         * src/gtkstext.c: fix for row up/down cursor navigation. 
18390
18391         0.4.66claws2
18392         
18393         * sync with 0.4.66cvs2
18394
18395 2001-05-02 [paul]
18396
18397         added add-sender-to-addressbook patch
18398
18399         * src/addressbook.c
18400         * src/addressbook.h
18401         * src/summaryview.c
18402
18403 2001-05-02 [sergey]
18404
18405         * src/alertpanel.h (AlertValue): added G_ALERT_VALUE_MASK,
18406         G_ALERTDISABLE.
18407
18408         * src/alertpanel.c (alertpanel_create): new argument can_disable,
18409         all existing callers changed to pass FALSE; create a check button
18410         to disable the message.
18411         (alertpanel_message_with_disable): new function.
18412         (alertpanel_show): mask value with G_ALERT_VALUE_MASK.
18413         (alertpanel_button_toggled): new function.
18414         (alertpanel_button_clicked, alertpanel_close): set value using
18415         G_ALERT_VALUE_MASK.
18416
18417         * src/prefs_common.h (PrefsCommon): new field gpgme_warning.
18418
18419         * src/prefs_common.c (prefs_privacy_create): new check button
18420         checkbtn_gpgme_warning.
18421
18422         * src/main.c (main): moved preferences reading before gpgme
18423         initialization; check prefs_common.gpgme_warning before giving the
18424         GnuPG warning and set it to FALSE if the user wants to disable the
18425         warning.
18426
18427 2001-05-02 [hiroyuki]
18428
18429         * src/prefs_display_headers.c: modified the layout and some labels.
18430
18431 2001-05-02 [sergey]
18432
18433         * src/prefs_account.c (prefs_account_fix_size): new function.
18434         (prefs_account_create): call prefs_account_fix_size(); use
18435         gtk_widget_show instead of gtk_widget_show_all (fixes too large
18436         size when the window is shown for the first time).
18437         (prefs_account_basic_create): changed layout of serv_table; moved
18438         localmbox_entry above smtpserv_entry (logically it replaces
18439         POP3/IMAP server).
18440         (prefs_account_protocol_activated): set sensitivity of
18441         nntpauth_chkbtn according to the protocol (in addition to
18442         hide/show); commented out gtk_table_set_row_spacing() calls.
18443         (prefs_account_nntpauth_toggled): do nothing if nntpauth_chkbtn is
18444         not sensitive (fixes a bug with disabled username/password boxes
18445         when editing POP3 account after NNTP with authentication).
18446
18447 2001-05-02 [hoa]
18448
18449         * src/account.c
18450         * src/inc.c
18451         * src/prefs_account.[ch]
18452         * src/send.c
18453                 removed local account without SMTP server
18454                 added option to use mail command instead of a connexion
18455                 to SMTP server when a local account is used
18456         * src/prefs_headers.c
18457                 fixed a bug
18458         * src/news.c
18459                 fixed a bug when connexion immediately closed
18460
18461 2001-05-01 [alfons]
18462
18463         0.4.66claws1
18464         
18465         * sync with 0.4.65
18466
18467 2001-05-01 [sergey]
18468
18469         * src/prefs_account.c (Basic, prefs_account_basic_create): new
18470         widget nntpauth_chkbtn.
18471         (prefs_account_protocol_activated): handle nntpauth_chkbtn
18472         visibility.
18473         (prefs_account_nntpauth_toggled): new function.
18474
18475         * src/news.c (news_session_new_for_folder): use NNTP
18476         authentication only if ac->use_nntp_auth is set.
18477
18478 2001-05-01 [hoa]
18479
18480         * src/Makefile.am changed headers.[ch] in customheader.[ch]
18481         * src/prefs_display_headers.c changed the UI
18482         * src/prefs_headers.c changed account_name to account_id
18483         * src/compose.c using customheader.h
18484
18485 2001-05-01 [hiroyuki]
18486
18487         * src/esmtp.c
18488           src/news.c
18489           src/nntp.c: changed sock_read() to sock_gets(), they've been left
18490           unsynched.
18491
18492 2001-05-01 [hoa]
18493
18494         * src/Makefile.am added prefs_display_headers.[ch] headers_display.[ch]
18495         * src/defs.h added HEADERS_DISPLAY_RC : name of the config file
18496                 for displaying of headers
18497         * src/grouplist_dialog.[ch] minor changes to remove warnings
18498         * src/prefs_display_headers.[ch] dialog to choose the
18499         headers to display in the mail viewer.
18500         * src/headers.h correction of #define
18501         * src/headers_display.[ch] configuration for displaying of headers.
18502         * src/main.c read config of displaying of headers
18503         * src/prefs_common.c add a button to access the config dialog
18504                 for displaying of headers
18505         * src/prefs_display_headers.[ch] dialog for configuration for
18506                 displaying of the headers.
18507         * src/prefs_headers.c cleaning of code
18508         * src/procheader.c comments added to code
18509         * src/textview.c changes to reorder the headers depending
18510                 on the config for displaying of headers
18511
18512 2001-04-30 [alfons]
18513
18514         0.4.65claws7
18515
18516         * sync with 0.4.65cvs12
18517
18518         NOTE: nntp.c and news.c in claws and cvs branch differ significantly!
18519
18520 2001-04-30 [sergey]
18521
18522         * src/nntp.h (NNTPSockInfo): new field auth_failed.
18523
18524         * src/nntp.c (nntp_mode): return NN_AUTHREQ if sock->auth_failed
18525         is set to force reconnection after authentication failure.
18526         (nntp_gen_command): set sock->auth_failed on authentication
18527         failure, or if sock->userid and sock->passwd are not set.
18528
18529         * src/news.c (news_session_new_for_folder): set userid=NULL if
18530         password dialog is cancelled.
18531
18532 2001-04-30 [sergey]
18533
18534         * src/nntp.h (NNTPSockInfo): new type.
18535
18536         * src/nntp.c: all functions updated to use NNTPSockInfo instead of
18537         SockInfo.
18538         (nntp_open_auth, nntp_close): new functions.
18539         (nntp_gen_command): new function to handle authentication; all
18540         NNTP command functions updated to use it.
18541         (nntp_authinfo_user, nntp_authinfo_pass): deleted.
18542         (nntp_list): removed old useless code.
18543
18544         * src/news.h (NNTPSession): new field nntp_sock.
18545
18546         * src/news.c: all functions updated to use NNTPSockInfo instead of
18547         SockInfo.
18548         (news_session_new): new arguments (userid, passwd); made static;
18549         use nntp_open_auth() if needed.
18550         (news_session_destroy): use nntp_close() instead of sock_close().
18551         (news_query_password): changed arguments.
18552         (news_session_new_for_folder): new function.
18553         (news_session_get): use news_session_new_for_folder().
18554         (news_authenticate): deleted.
18555         (news_get_uncached_articles): removed old authentication code.
18556
18557 2001-04-30 [sergey]
18558
18559         * src/news.c: reverted my previous changes (need to do NNTP
18560         authentication in a cleaner way).
18561         
18562 2001-04-29 [sergey]
18563
18564         * src/news.c (news_nntp_group, news_nntp_list, news_nntp_xover,
18565         news_nntp_post, news_nntp_mode): new functions (wrappers with
18566         authentication support).
18567         (news_get_article_cmd, news_get_article, news_get_header): new
18568         argument "folder"; all callers changed.
18569         (news_get_article_cmd): added authentication support.
18570         (news_session_get): use news_nntp_mode() instead of nntp_mode().
18571         (news_post): use news_nntp_post() instead of nntp_post().
18572         (news_get_uncached_articles): use news_nntp_group() instead of
18573         nntp_group() and news_nntp_xover() instead of nntp_xover();
18574         removed old authentication code.
18575         (news_get_group_list): use news_nntp_list() instead of nntp_list().
18576
18577         * src/nntp.c (nntp_list): return real error code instead of
18578         hardcoded NN_ERROR.
18579
18580 2001-04-29 [sergey]
18581
18582         * configure.in: fixed wint_t typedef detection again
18583
18584 2001-04-28 [hoa]
18585
18586         * src/prefs_account.[ch], added A_LOCAL_CMD
18587                 (send mail with mail command)
18588         * src/send.c added function send_message_with_command()
18589         * src/inc.c made a more secure get_spool() function with
18590                 mktemp() but maybe mkstemp() or something more
18591                 secure can be used.
18592
18593 2001-04-28 [alfons]
18594
18595         * src/textview.c, colorization of email addresses in headers
18596
18597         0.4.65claws6
18598
18599         * bug sync with sylpheed
18600         * prefs_common.c: created date format ui for darko
18601         * sync with 0.4.65cvs11
18602         * configure.in: corrected to have the new gpg checks
18603
18604 2001-04-27 [alfons]
18605
18606         * completed sync with 0.4.65cvs10
18607         * minor debug things added to gtkstext.c
18608
18609 2001-04-27 [darko]
18610
18611         * configure.in: remove check for availability of
18612           strftime() as advised by Hiroyuki
18613         * src/prefs_common.[ch], src/procheader.c:
18614           synch strftime() code with Hiroyki's main branch
18615
18616 2001-04-26 [sergey]
18617
18618         * src/news.c: news_query_password(), news_authenticate(): new
18619           functions.
18620           news_get_uncached_articles(): added NNTP authentication
18621           handling.
18622         * src/nntp.[ch]: nntp_authinfo_user(), nntp_authinfo_pass():
18623           new functions.
18624         * src/prefs_account.c: prefs_account_protocol_activated():
18625           enable userid and password fields for NNTP.
18626
18627 2001-04-26
18628
18629         * configure.in: check for availability of strftime()
18630           [darko]
18631         * src/prefs_common.[ch], src/procheader.c: use
18632           strftime() for displaying date in summary pane if it
18633           is available
18634
18635 2001-04-25
18636
18637         * more .cvsignore cleanups [alfons]
18638
18639 2001-04-25
18640
18641         * ac/sv-check-type.m4: new autoconf macro.
18642         * configure.in: fixed wint_t typedef detection (did not work
18643           with gcc-2.96).
18644
18645 2001-04-25
18646
18647         * acconfig.h: added USE_GTKGDK_XIM definition for autoheader.
18648           [hiroyuki]
18649
18650 2001-04-24
18651         * modified gtkstext.c : buggy cursor navigation fixed, 
18652           and font descent also taken in account when drawing
18653           cursor. [alfons]
18654
18655 2001-04-24 [hoa]
18656         * added comments in src/news.c src/nntp.c
18657         * added src/prefs_headers.[ch]
18658         * added src/headers.[ch]
18659         * modified compose.c to activate custom headers
18660                 added function is_in_custom_headers
18661         * modified prefs_account.[ch]
18662                 added function prefs_account_customhdr_edit
18663         * modified src/defs.h :
18664                 added HEADERS_RC : name of the config file
18665                 for the custom headers
18666
18667 2001-04-24
18668
18669     0.4.65claws5
18670
18671         * configure.in
18672           src/gtkstext.[ch]
18673           src/compose.c
18674           src/Makefile.am
18675           
18676           added gtkstext with configure.in patch by Hiroyuki which
18677           should fix the XIM detection [alfons]
18678
18679         * more clean up of cvs [alfons]
18680
18681                  * removed all Makefile.in files to attic.
18682
18683                  * updated all .cvsignores to really ignore things that could
18684                    be unintentionally committed by a recursive commit.
18685
18686 2001-04-23 [hoa]
18687         * added src/grouplist_dialog.[ch]
18688         * changed src/folderview.c to call grouplist_dialog instead
18689                 of inputdialog
18690         * src/news.c :
18691                 added functions news_reset_group_list
18692                 and news_get_group_list
18693         * src/nntp.c :
18694                 added function nntp_list
18695         * src/defs.h :
18696                 added GROUPLIST_FILE : name of the newsgroup list cache file
18697
18698 2001-04-21
18699
18700         * added option to warn about queued messages on exit [sergey]:
18701
18702           * src/compose.c: compose_queue(): call folder_item_scan()
18703             and folderview_update_item() after queueing.
18704           * src/folderview.c: folderview_update_node(): draw the queue
18705             folder in bold font if there are queued messages.
18706           * src/mainwindow.c: queued_messages(): new function.
18707             app_exit_cb(): display warning if there are queued messages
18708             if warn_queued_on_exit is set.
18709           * prefs_common.[ch]: add warn_queued_on_exit option.
18710
18711         * enhanced GnuPG key selection support [sergey]:
18712
18713           * src/select-keys.c: updated to newer version from Win32
18714             branch with support for selecting arbitrary keys.
18715           * src/prefs_account.c: added the Privacy tab to the account
18716             options window.
18717             prefs_account_privacy_create(),
18718             prefs_account_sign_key_set_data_from_radiobtn(),
18719             prefs_account_sign_key_set_radiobtn(): new functions.
18720           * src/prefs_account.h: new preferences sign_key_type, sign_key_id.
18721           * src/rfc2015.c: set_signers(): new function.
18722             pgp_sign(): add the account parameter, call set_signers().
18723             rfc2015_sign(): add the account parameter, pass it to pgp_sign().
18724           * src/rfc2015.h: rfc2015_sign(): updated prototype.
18725           * src/compose.c: pass the current account to rfc2015_sign().
18726
18727         * tag name claws added to prevent confusion with main branch [alfons]
18728
18729         * Sync with sylpheed-0.4.65cvs4 and made it compile. [sergey]
18730
18731         * autogen.sh: Added "--enable-maintainer-mode". [sergey]
18732
18733         * sync with recent sylpheed cvs. Untested though. [alfons]
18734