* src/prefs_filtering.c
[claws.git] / ChangeLog.claws
1 2003-04-14 [alfons]     0.9.5claws12
2
3         * src/prefs_filtering.c
4         * src/prefs_filtering_action.c
5         * src/prefs_matcher.c
6                 fix function signature for key_pressed_event signal handlers
7
8 2003-04-14 [alfons]     0.9.5claws11
9
10         * src/mainwindow.c
11                 fix regression caused by fix for invalid bug #7
12                 (should fix #246, "Multiple selections are deselected when 
13                 moving from search window to main window")
14                 
15 2003-09-14 [alfons]     0.9.5claws10
16         
17         * src/actions.[ch]
18         * src/filtering.[ch]
19         * src/prefs_actions.c
20                 allow `filtering actions` in actions; only for advanced users
21                 right now: try for example, "%as{mark color 2}" 
22         
23 2003-09-13 [paul]       0.9.5claws9
24         
25         * po/pl.po
26           po/zh_CN.po   ** NEW FILE **
27                 update Polish translation, submitted by Emil 
28                 <eminowbl@posejdon.wpk.p.lodz.pl>
29                 add new Simplified Chinese translation, submitted by
30                 Hansom Young <hansom_young@yahoo.com>
31
32 2003-09-12 [alfons]     0.9.5claws8
33
34         * src/summaryview.c
35                 don't open separate message views when View | Separate message view
36                 is active 
37                 (please look carefully for any navigation regressions)
38
39 2003-09-11 [alfons]     0.9.5claws7
40
41         * src/mainwindow.c
42                 make default message view, opened by View | Separate message 
43                 view, look like a claws message view (which includes a menu
44                 bar and a toolbar)
45                 (fixes bug #298, "message view loses tool bar") 
46
47 2003-09-11 [christoph]  0.9.5claws6
48
49         * src/folderview.c
50                 fix double deleting of newsgroup folders
51
52         (closes Bug 305 crash after deleting of a newsgroup)
53
54 2003-09-11 [paul]       0.9.5claws5
55
56         * src/rfc2015.c
57           src/common/utils.h
58                 more sync'ing from 0.9.5cvs2
59
60         fixes bug 197 'Header lines encrypted by GPG'
61
62 2003-09-11 [christoph]  0.9.5claws4
63
64         * src/compose.c
65         * src/rfc2015.c
66         * src/common/utils.h
67                 fix sync with 0.9.5cvs2
68
69 2003-09-11 [paul]       0.9.5claws3
70
71         * sync with 0.9.5cvs4
72                 see ChangeLog 2003-09-11
73
74 2003-09-11 [paul]       0.9.5claws2
75
76         * sync with 0.9.5cvs2
77                 see ChangeLog 2003-09-05
78                 
79 2003-09-11 [paul]       0.9.5claws1
80
81         * sync with 0.9.5cvs3
82                 see ChangeLog 2003-09-10
83
84 2003-09-10 [paul]       0.9.5claws
85
86         * 0.9.5claws released
87
88 2003-09-10 [paul]       0.9.4claws78
89
90         * src/Makefile.am
91                 add missing files
92
93 2003-09-10 [melvin]     0.9.4claws77
94
95         * po/fr.po
96                 Updated French translations
97
98 2003-09-10 [paul]       0.9.4claws76
99
100         * po/es.po
101           po/sk.po
102           po/sr.po
103                 update Spanish, Slovak, and Serbian translations.
104                 submitted by Ricardo Mones Lastra, Andrej Kacian,
105                 and Urke MMI
106                 
107         * AUTHORS
108                 add translation team section
109
110 2003-09-09 [christoph]  0.9.4claws75
111
112         * src/folder.c
113                 free item->prefs in folder_item_destroy
114
115 2003-09-09 [alfons]     0.9.4claws74
116
117         * src/folderview.c
118                 o proper check for root node sorting
119                 o remove unnecessary gtk_ctree_remove_node 
120
121         (should fix bug #300, "crash while moving folder")      
122
123 2003-09-08 [christoph]  0.9.4claws73
124
125         * src/folderview.c
126                 o fix double adding of IMAP FolderItems to GtkCTree
127                 o fix crash then mbox folder is removed
128
129 2003-09-08 [christoph]  0.9.4claws72
130
131         * src/folder.c
132         * src/folderview.c
133         * src/mainwindow.c
134                 fix new folder notification
135
136         * src/mbox_folder.c
137                 fix cache path
138
139 2003-09-08 [christoph]  0.9.4claws71
140
141         * src/compose.c
142                 replace '\n' and '\r' before removing trailing spaces
143
144         * src/folder.[ch]
145         * src/folderview.c
146                 add information about new or removed items in folder tree change
147                 notification and use this in folderview to add and remove only
148                 the appected items and not refresh the whole tree
149
150 2003-09-07 [match]      0.9.4claws70
151
152         * src/Makefile.am
153         * src/addr_compl.c
154         * src/addressbook.c
155         * src/addressitem.h
156         * src/addrindex.c
157         * src/addritem.c
158         * src/addritem.h
159         * src/addrquery.c                       ** NEW **
160         * src/addrquery.h
161         * src/ldapquery.c
162         * src/ldapserver.c
163         * src/stock_pixmap.c
164         * src/stock_pixmap.h
165         * src/pixmaps/address_search.xpm        ** NEW **
166                 re-introduce Lookup button for LDAP 'static' searches.
167
168 2003-09-07 [alfons]     0.9.4claws69
169         
170         * src/summaryview.c
171                 abandon setting usize for messageview because it gives layout problems
172                 with the quick search bar and the headerview; fixes assorted UI glitches:
173                 
174                 o bug #148, "Toggling of quick-search bar reduces index view area" 
175                 o bug #280, "Window resiizes for line length but does not revert"
176
177 2003-09-07 [christoph]  0.9.4claws68
178
179         * src/compose.c
180                 o make sure we don't have any newlines in header values
181                 o check custom headers for spaces and newlines and ignore
182                   malformed header names
183
184 2003-09-06 [christoph]  0.9.4claws67
185
186         * src/folder.c
187         * src/folderview.c
188                 invoke notification hook for folder tree changes after append
189                 and remove folder
190
191         (closes Bug 294 Crash while moving folder with many subdirectories)
192
193 2003-09-06 [christoph]  0.9.4claws66
194
195         * src/folder.c
196                 destroy folder's MsgCache if FolderItem is removed to make sure
197                 it is not saved when the FolderItem is destroyed
198
199 2003-09-06 [christoph]  0.9.4claws65
200
201         * src/plugins/clamav/clamav_plugin.c
202                 fix copy & paste bug
203
204 2003-09-05 [christoph]  0.9.4claws64
205
206         * src/folder.c
207         * src/messageview.[ch]
208         * src/procmsg.[ch]
209         * src/summaryview.c
210                 extend MSGINFO_UPDATE_HOOK to send delete notifications. Used
211                 by MessageView to clear it when the message is deleted. Should
212                 work even if messages are deleted in MainWindow or by
213                 processing.
214
215 2003-09-05 [alfons]     0.9.4claws63
216
217         * src/messageview.c
218                 deleting a message in a message view frees its msginfo, make 
219                 messageview_update_all() aware of that (should fix bug #293,
220                 "deleting message caused crash")
221
222 2003-09-05 [melvin]     0.9.4claws62
223
224         * src/action.c
225                 Improve synchronous action exit code (fixes 
226                 a ~5 seconds delay after action exit on RedHat 9)
227
228 2003-09-04 [christoph]  0.9.4claws61
229
230         * src/compose.c
231         * src/rfc2015.c
232         * src/common/utils.[ch]
233                 add util function to create mime boundary and use it
234                 in compose and gpg code
235
236 2003-09-04 [alfons]     0.9.4claws60
237
238         * src/folder.c
239                 source folder item's GNode should already have been freed in 
240                 a previous call to src->folder->klass->remove_folder()
241                 (should fix bug #287, "crash when moving folders")
242
243 2003-09-03 [thorsten]   0.9.4claws59
244
245         * src/plugins/spamassassin/spamassassin_gtk.c
246                 fix compile error
247
248 2003-09-03 [christoph]  0.9.4claws58
249
250         * src/plugins/spamassassin/spamassassin.[ch]
251         * src/plugins/spamassassin/spamassassin_gtk.c
252                 add timeout config option
253
254 2003-09-03 [paul]       0.9.4claws57
255
256         * po/sk.po      ** NEW FILE **
257                 add Slovak translation. Submitted by Andrej Kacian 
258                 <andrej@kacian.sk>
259
260 2003-09-03 [paul]       0.9.4claws56
261
262         * src/plugins/clamav/clamav_plugin_gtk.c
263                 gui tweaks: replace a label with a tooltip, modify the
264                 text, use gtk_check_button_new(); instead of
265                 gtk_check_button_new_with_label("");
266
267 2003-09-02 [alfons]     0.9.4claws55
268
269         * src/gtk/filesel.c
270                 remember last used dir when attaching multiple files (should fix
271                 bug #290, "Attach File does not remember directory")
272
273 2003-09-01 [paul]       0.9.4claws54
274
275         * po/es.po
276                 updated by Ricardo Mones Lastra
277
278 2003-09-01 [alfons]     0.9.4claws53
279
280         * src/gtk/gtkaspell.[ch]
281                 be pedantic and strict and use const gchar * instead of guchar *
282
283 2003-09-01 [alfons]     0.9.4claws52
284
285         * src/mainwindow.c
286         * src/summaryviewc.
287                 re-enable Save As when multiple messages are selected
288
289 2003-09-01 [paul]       0.9.4claws51
290
291         * src/textview.c
292                 g_free(trimmed_uri);
293
294 2003-09-01 [paul]       0.9.4claws50
295
296         * sync with 0.9.4cvs13
297                 see ChangeLog 2003-09-01
298
299 2003-09-01 [paul]       0.9.4claws49
300
301         * src/textview.c
302                 trim uri before sending to the statusbar
303                 fixes Bug 275 'Clicking on long URL wrapped onto two lines
304                 in the message window causes main S-C window to enlarge 
305                 past screen edges'
306
307 2003-09-01 [paul]       0.9.4claws48
308
309         * sync with 0.9.4cvs12
310                 see ChangeLog 2003-09-01
311
312 2003-08-30 [christoph]  0.9.4claws47
313
314         * src/compose.c
315         * src/folder_item_prefs.[ch]
316         * src/prefs_folder_item.c
317         * src/gtk/gtkaspell.[ch]
318                 commit per folder dictionary patch by
319                 Paul Evans <nerd@freeuk.com>
320
321 2003-08-30 [christoph]  0.9.4claws46
322
323         * src/plugins/spamassassin/spamassassin_gtk.c
324         * src/plugins/spamassassin/spamassassin_gtk.glade
325                 reduce GUI clutter by placing hints into tooltips
326
327 2003-08-30 [paul]       0.9.4claws45
328
329         * src/compose.c
330                 add 'Content-Disposition: inline' to a text/plain
331                 part when using PGP/MIME signing
332
333 2003-08-30 [paul]       0.9.4claws44
334
335         * src/prefs_common.c
336           src/prefs_spelling.c
337           src/prefs_spelling.glade
338                 reduce GUI clutter by placing hints into tooltips
339
340 2003-08-29 [christoph]  0.9.4claws43
341
342         * configure.ac
343                 fix bug found by Ivan Rayner <ivanr@sgi.com>
344
345         * src/stock_pixmap.c
346                 change unecessary warning into a debug message
347
348         * src/plugins/clamav/Makefile.am
349                 Fix error "-I$(CLAMAV_LIBS)"
350
351 2003-08-29 [christoph]  0.9.4claws42
352
353         * intl/Makefile.in
354         * src/Makefile.am
355         * src/matcher.h
356         * src/common/Makefile.am
357         * src/common/passcrypt.c
358                 commit fixes and patches for some of the IRIX problems found by
359                 Ivan Rayner <ivanr@sgi.com>
360
361 2003-08-29 [paul]       0.9.4claws41
362
363         * src/prefs_filtering.c
364                 add 'Top' and 'Bottom' buttons, based on changes in
365                 src/prefs_filter.c in 0.9.4cvs11.
366
367 2003-08-27 [christoph]  0.9.4claws40
368
369         * src/folderview.c
370                 fix bug that the current summary settings were copied to the
371                 wrong folder item, when the folder item prefs are opened.
372                 Copying is not required because summary settings and
373                 folder_item_prefs do not contain the same settings
374
375 2003-08-27 [thorsten]   0.9.4claws39
376
377         * src/imap.c
378                 fix compile error
379
380 2003-08-26 [paul]       0.9.4claws38
381
382         * sync with 0.9.4cvs9
383                 see ChangeLog 2003-08-26
384
385 2003-08-25 [paul]       0.9.4claws37
386
387         * sync with 0.9.4cvs8
388                 see ChangeLog 2003-08-25
389
390 2003-08-24 [christoph]  0.9.4claws36
391
392         * src/prefs_filtering.c
393                 shouldn't remove items from a GSList while iterating over the
394                 list (makes cur invalid and cur->next not accessable)
395
396         (closes Bug 272 i deleted an folder and some seconds later sylpheed
397          crashed)
398
399 2003-08-23 [christoph]  0.9.4claws35
400
401         * src/news.c
402                 news folders should be scanned when opened
403
404 2003-08-22 [christoph]  0.9.4claws34
405
406         * src/prefs_folder_item.c
407                 use macro to assign strings that always frees the old string
408
409         * src/gtk/gtkaspell.[ch]
410                 add gtkaspell_set_dictionary_menu_active_item() to set active
411                 item in dictionary option menu
412
413         * src/prefs_spelling.c
414                 use gtkaspell_set_dictionary_menu_active_item() to select
415                 dictionary
416
417 2003-08-21 [christoph]  0.9.4claws33
418
419         * src/folder.[ch]
420         * src/imap.c
421         * src/mbox_folder.c
422         * src/mh.c
423         * src/news.c
424                 optimize folder system
425
426         * src/gtk/gtkstext.c
427                 fix division by zero when font has 0 width for ' '
428
429 2003-08-21 [paul]       0.9.4claws32
430
431         * sync with 0.9.4cvs7
432                 see ChangeLog 2003-08-20
433
434 2003-08-19 [paul]       0.9.4claws31
435
436         * src/common/defs.h
437                 add the missing '/' to SYLDOC_MANUAL_HTML_INDEX and
438                 SYLDOC_FAQ_HTML_INDEX.
439         * src/manual.c
440                 use LC_MESSAGES instead of LC_ALL to find the current
441                 language
442
443           fixes Bug #281 'in src/manual.c URL for manuals and FAQ wrong'.
444
445 2003-08-19 [paul]       0.9.4claws30
446
447         * po/bg.po
448                 updated by George Danchev
449
450 2003-08-18 [luke]       0.9.4claws29
451         * src/mimeview.[ch]
452         * src/gtk/gtkvscrollbutton.[ch]
453                 o removed gtk_vscrollbutton_reset() (reasons: reduce 
454                   dependencies; do it the GTK way; reduce code -14/+2 lines)
455                 o removed horizontal separator between icons
456
457 2003-08-17 [christoph]  0.9.4claws28
458
459         * src/procmsg.c
460                 no subject threading when the subject has no reply prefix
461
462 2003-08-16 [christoph]  0.9.4claws27
463
464         * src/mainwindow.c
465                 remember and restore window sizes and position when the main
466                 window is hidden or shown
467
468         (closes Bug 274 Window size in 0.9.4claws18 not remembered when
469          minimised/reopened using trayicon)
470
471 2003-08-16 [paul]       0.9.4claws26
472
473         * src/crash.c
474                 add #include "defs.h"
475
476 2003-08-16 [paul]       0.9.4claws25
477
478         * src/plugins/clamav/clamav_plugin.c
479                 reword a debug_print
480                 
481         * src/plugins/dillo_viewer/dillo_prefs.c
482                 cosmetic: change the labels' text, add tooltips, and
483                 left-align the hint
484
485 2003-08-15 [christoph]  0.9.4claws24
486
487         * src/news.c
488                 complete last change (forgot some changes)
489
490 2003-08-15 [christoph]  0.9.4claws23
491
492         * src/news.c
493                 o check number of messages and don't return a 0 message
494                   when no messages are available
495                 o don't parse xref header anymore
496
497         (closes Bug 203 I'm not getting any news)
498
499 2003-08-15 [paul]       0.9.4claws22
500
501         * src/common/defs.h
502           src/crash.c
503                 update and define claws bugzilla location
504
505 2003-08-15 [paul]       0.9.4claws21
506
507         * po/ru.po
508                 update submitted by Ruslan N. Balkin
509
510 2003-08-14 [christoph]  0.9.4claws20
511
512         * src/procmsg.c
513                 fix search for oldest node in subject threading
514
515 2003-08-14 [christoph]  0.9.4claws19
516
517         * src/procmsg.c
518         * src/common/utils.h
519                 add possibility to check all nodes with the same subject for
520                 subject threading, not only the oldest node. Should not break
521                 threads anymore if the oldest node is thread_by_subject_max_age
522                 days older then parent, because it can now find a child of
523                 oldest node as new parent.
524
525 2003-08-11 [christoph]  0.9.4claws18
526
527         * src/plugins/spamassassin/spamassassin.c
528                 run spam check in background process
529
530 2003-08-10 [alfons]     0.9.4claws17
531
532         * src/summaryview.c
533                 make `Select All' sensitive too
534
535 2003-08-10 [christoph]  0.9.4claws16
536
537         * src/imap.c
538                 add more checks in imap_close
539
540 2003-08-09 [alfons]     0.9.4claws15
541
542         * src/prefs_spelling.c
543                 no spell checking UI if not requested
544
545 2003-08-09 [alfons]     0.9.4claws14
546
547         * src/gtk/prefswindow.c
548                 make it compile
549
550 2003-08-09 [christoph]  0.9.4claws13
551
552         * src/prefs_spelling.c
553         * src/gtk/prefswindow.[ch]
554         * src/plugins/clamav/clamav_plugin_gtk.c
555         * src/plugins/spamassassin/spamassassin_gtk.c
556                 sort prefs pages by heighest weight in tree
557
558 2003-08-09 [paul]       0.9.4claws12
559
560         * sync with 0.9.4cvs6
561                 see ChangeLog 2003-08-07
562                 
563         * AUTHORS
564                 add Leandro and Luke to claws-branch section
565
566 2003-08-09 [christoph]  0.9.4claws11
567
568         * src/gtk/Makefile.am
569         * src/gtk/colorsel.[ch]                 ** NEW **
570                 create a color selection dialog that can be used as a simple
571                 function call with it's own gtk main loop like filesel.[ch]
572
573         * src/Makefile.am
574         * src/main.c
575         * src/prefs_common.c
576         * src/prefs_spelling.[ch]               ** NEW **
577         * src/prefs_spelling.glade              ** NEW **
578         * src/gtk/gtkutils.[ch]
579                 move "Spell Checker" prefs to new prefs dialog
580
581         * src/prefs_folder_item.c
582                 use new colorsel dialog
583
584 2003-08-08 [paul]       0.9.4claws10
585
586         * src/inc.c
587                 clear the progress bar unconditionally
588
589 2003-08-08 [paul]       0.9.4claws9
590
591         * sync with 0.9.4cvs4
592                 see ChangeLog 2003-07-31
593
594 2003-08-07 [christoph]  0.9.4claws8
595
596         * configure.ac
597                 fix bug in image viewer plugin part
598
599         * src/imap.c
600                 don't execute close command if the folder item is not selected
601
602 2003-08-07 [hoa]        0.9.4claws7
603
604         * src/filtering.[ch]
605         * src/matcher_parser.h
606         * src/matcher_parser_parse.y
607                 can define several actions for each filtering rule
608                 can import old versions of filtering rules
609
610         * src/prefs_filtering.c
611                 call to a new dialog box to define actions
612
613         * src/prefs_filtering_action.[ch]
614                 dialog box to define actions for filtering rules
615
616 2003-08-06 [christoph]  0.9.4claws6
617
618         * src/imap.c
619                 make sure source folder is selected when copying messages
620
621 2003-08-06 [christoph]  0.9.4claws5
622
623         * sync with 0.9.4cvs2
624                 see ChangeLog 2003-07-29                
625
626 2003-08-05 [paul]       0.9.4claws4
627
628         * sync with 0.9.4cvs3
629                 see ChangeLog 2003-07-30
630
631 2003-08-04 [match]      0.9.4claws3
632
633         * po/POTFILES.in
634                 export of LDIF files.
635
636 2003-08-04 [match]      0.9.4claws2
637
638         * src/ldif.[ch]
639                 support for export LDIF. documented.
640         * src/importldif.[ch]
641         * src/exportldif.[ch]
642                 add tooltips. documented.
643         * src/exphtmldlg.[ch]
644         * src/common/xmlprops.[ch]
645                 documented.
646         * src/exportldif.[ch]                   ** NEW **
647         * src/expldifdlg.[ch]                   ** NEW **
648         * src/addressbook.[ch]
649         * src/Makefile.am
650                 export of LDIF files.
651                 documented.
652
653 2003-08-04 [christoph]  0.9.4claws1
654
655         * .cvsignore
656         * Makefile.am
657         * configure.ac
658         * sylpheed-claws.pc.in                  ** NEW **
659         * src/Makefile.am
660         * src/common/Makefile.am
661         * src/gtk/Makefile.am
662                 install sylpheed header files in $(pkgincludedir) and create a
663                 pkg-config file to allow building a plugin without the source
664                 package
665
666 2003-08-04 [paul]       0.9.4claws
667
668         * version 0.9.4claws
669
670 2003-08-04 [paul]       0.9.3claws97
671
672         * po/es.po
673                 update Spanish translation. Submitted by Ricardo
674                 Mones Lastra.
675
676 2003-08-03 [paul]       0.9.3claws96
677
678         * po/hr.po
679           po/sr.po
680                 update Croatian and Serbian translations. Submitted by
681                 Dragan and Urke MMI respectively
682
683 2003-08-03 [alfons]     0.9.3claws95
684
685         * src/summaryview.c
686                 mark flag has precedence over important flag - seems
687                 to have been changed in sync of 0.9.3claws45. this fixes
688                 a regression where messages that were scored as important
689                 don't show their mark flags. (using the same column for
690                 both importance as mark flags is the real problem
691                 ofcourse)
692
693 2003-08-03 [melvin]     0.9.3claws94
694
695         * po/fr.po
696                 Updated French translations.
697
698 2003-08-03 [melvin]     0.9.3claws93
699
700         * src/Makefile.am
701                 Fixed typo introduced after 0.9.3claws92 
702                 that prevented compilation
703                 Updated to use AM_CPPFLAGS and AM_YFLAGS instead of
704                 CPPFLAGS and YFLAGS to allow user setting these.
705         * src/common/Makefile.am
706         * src/gtk/Makefile.am
707         * src/plugins/clamav/Makefile.am
708         * src/plugins/demo/Makefile.am
709         * src/plugins/dillo_viewer/Makefile.am
710         * src/plugins/image_viewer/Makefile.am
711         * src/plugins/mathml_viewer/Makefile.am
712         * src/plugins/spamassassin/Makefile.am
713         * src/plugins/trayicon/Makefile.am
714         * src/plugins/trayicon/libeggtrayicon/Makefile.am
715                 Updated to use AM_CPPFLAGS and AM_YFLAGS instead of
716                 CPPFLAGS and YFLAGS to allow user setting these.
717
718 2003-08-02 [christoph]  0.9.3claws92
719
720         * configure.ac
721                 o rearrange plugin tests
722                 o add test for clamav.h to ClamAV tests
723
724 2003-08-02 [luke]       0.9.3claws91
725
726         * src/mimeview.c
727                 o fixed appearance of icon list when toggling back from the 
728                   ctree
729                 o toggling of icons using the keyboard works correctly
730                 o fixed all other keyboard shortcuts to work when icons are
731                   active
732         
733         * src/messageview.c
734                 o fixed bug 4 - focus lost when changing messageview view type
735
736 2003-08-02 [christoph]  0.9.3claws90
737
738         * src/common/hooks.c
739                 fix crash when pointer stored in hash table could get invalid
740                 when a plugin is unloaded
741
742 2003-08-01 [christoph]  0.9.3claws89
743
744         * configure.ac
745                 o try to build all plugins (except spamassassin) by default
746                 o don't build a plugin if a dependency check fails
747
748         * src/common/hooks.c
749                 fix warning
750
751 2003-08-01 [match]      0.9.3claws88
752
753         * src/importldif.c
754                 allow single click field selection. document code.
755
756 2003-08-01 [christoph]  0.9.3claws87
757
758         * src/plugins/clamav/clamav_plugin.c
759         * src/plugins/clamav/clamav_plugin_gtk.c
760         * src/plugins/dillo_viewer/dillo_viewer.c
761         * src/plugins/image_viewer/plugin.c
762         * src/plugins/mathml_viewer/mathml_viewer.c
763         * src/plugins/spamassassin/spamassassin.c
764         * src/plugins/spamassassin/spamassassin_gtk.c
765         * src/plugins/trayicon/trayicon.c
766                 add version check to all plugins
767
768 2003-08-01 [hoa]        0.9.3claws86
769
770         * src/prefs_filtering.c
771                 fixed a cosmetic bug, during creation of dialog box,
772                 wrong widgets were shown after creation.
773
774 2003-08-01 [luke]       0.9.3claws85
775
776         * src/mainwindow.c
777                 o fixed visibility of icons/mimeview after toggling separate
778                   message/folder view (factored out some similar code too).
779
780
781 2003-07-31 [alfons]     0.9.3claws84
782
783         * src/mimeview.c
784                 tweak icon box UI a bit more, now allowing right-clicks actions
785                 getting the relevant mime data too; should fix #250, "Can't save 
786                 attachments sometimes".
787
788 2003-07-30 [alfons]     0.9.3claws83
789
790         * src/compose.c
791                 don't do auto-save-draft inside key press handler, but rather
792                 schedule it half of a second later; should fix #67, "autosave 
793                 make re-rediting message crazy"
794
795 2003-07-30 [christoph]  0.9.3claws82
796
797         * src/plugins/trayicon/trayicon.c
798                 process pending events before unloading the plugin
799
800         (closes Bug 196 Unloading Trayicon plugin crashes Sylpheed-Claws)
801
802 2003-07-30 [alfons]     0.9.3claws81
803
804         * src/common/hooks.c
805                 parameter 2 of g_hook_destroy() should really be a hook id
806
807 2003-07-30 [alfons]     0.9.3claws80
808
809         * src/common/plugin.c
810                 fix a possibly harmful function signature mismatch 
811                 for plugin_done
812
813 2003-07-30 [alfons]     0.9.3claws79
814
815         * src/common/hooks[.ch]
816                 const correctness
817
818 2003-07-30 [darko]      0.9.3claws78
819
820         * src/summaryview.c
821                 make it compile again
822
823 2003-07-30 [luke]       0.9.3claws77
824
825         * src/crash.c
826         * src/main.c
827                 o added/moved signal handlers for SIGTERM (normal kill command) 
828                   and SIGINT (ctl-c) to be used even without 
829                   --enable-crash-dialog, fixing bug 166
830
831         * src/summaryview.c
832                 o rewrote menu sensitivity code as per mainwindow.c, fixing 
833                   bug 227
834
835         * src/mainwindow.c
836                 o changed sensitivity condition for 'Next new' and 'Next 
837                   unread', fixing bug 8
838
839 2003-07-29 [alfons]     0.9.3claws76
840
841         * src/common/utils.[ch]
842                 add generate_msgid()
843         * src/messageview.c
844                 save ack'ed RRR; fixes #205, "return receipt is not saved in
845                 sent folder".
846
847 2003-07-29 [alfons]     0.9.3claws75
848
849         * src/messageview.c
850                 fix a memleak (claws-only)
851
852 2003-07-29 [alfons]     0.9.3claws74
853
854         * src/mimeview.[ch]
855         * src/gtk/gtkvscrollbutton.[ch]
856                 fix UI glitch where mime icon toolbox' scroll position is not 
857                 reset after switching to another message
858                 
859
860 2003-07-29 [paul]       0.9.3claws73
861
862         * src/prefs_folder_item.c
863                 split the prefs into 2 separate pages
864
865 2003-07-29 [paul]       0.9.3claws72
866
867         * src/compose.c
868                 prepend "\n\n" to a signature without a separator too
869
870 2003-07-29 [paul]       0.9.3claws71
871
872         * src/compose.c
873                 fix bug where changing to an account without an auto-sig
874                 from an initial account without an auto-sig would insert 
875                 2 blank lines at the cursor point
876                 fix bug where changing to an account with an auto-sig
877                 from an initial account without an auto-sig would insert
878                 the sig at the cursor point
879
880 2003-07-29 [paul]       0.9.3claws70
881
882         * src/folderview.c
883                 use the colour from the folder pref unless the folder
884                 has new messages
885
886 2003-07-29 [alfons]     0.9.3claws69
887
888         * src/procmsg.[ch]
889         * src/messageview.c
890         * src/procheader.c
891                 rewrite return receipt request work a little bit (the former 
892                 implementation presumably depended too much on the UI setting
893                 flags). (we're losing the old pending flag.) 
894
895 2003-07-28 [christoph]  0.9.3claws68
896
897         * src/folder.c
898         * src/imap.c
899         * src/mh.c
900         * src/procmsg.[ch]
901                 fix copy to IMAP folder from other folder
902
903 2003-07-28 [christoph]  0.9.3claws67
904
905         * src/procmsg.c
906                 fix sync of procmsg_get_message_file_list
907
908 2003-07-28 [christoph]  0.9.3claws66
909
910         * sync with 0.9.3cvs14
911                 see ChangeLog 2003-07-18
912         * sync with 0.9.3cvs17
913                 see ChangeLog 2003-07-23
914
915         (closes Bug 234 segmentation fault after sending out mail via
916          smtp(auth))
917
918 2003-07-28 [paul]       0.9.3claws65
919
920         * po/es.po
921                 update Spanish translation, submitted by Ricardo Mones
922                 Lastra
923
924 2003-07-28 [christoph]  0.9.3claws64
925
926         * src/folder.[ch]
927         * src/imap.c
928         * src/mh.c
929                 return new message numbers as a GRelation instead of a GSList
930                 that has to be in the same order as the input list. A list
931                 would make it hard for IMAP to optimize oepration by sorting
932                 the input list. The returned list would have to be reordered
933                 to match the same order that input list has.
934
935         * src/gtk/gtkaspell.c
936                 fix missing return value, could cause a crash when garbage is
937                 on the stack that is used as the expected return value
938
939 2003-07-28 [paul]       0.9.3claws63
940
941         * sync with 0.9.4cvs1
942                 see ChangeLog 2003-07-28
943
944 2003-07-27 [alfons]     0.9.3claws62
945
946         * src/mimeview.c
947                 tweak it more to make icon list act like a check button group
948
949 2003-07-27 [christoph]  0.9.3claws61
950
951         * sync with 0.9.3cvs20
952                 see ChangeLog 2003-07-25
953
954 2003-07-27 [paul]       0.9.3claws60
955
956         * src/procmsg.c
957                 re-commit changes from 0.9.3claws58 -
958                 accidently removed in 0.9.3claws59
959
960 2003-07-27 [paul]       0.9.3claws59
961
962         * src/procmsg.[ch]
963                 a sync from 0.9.3cvs17
964                 see ChangeLog 2003-07-23
965
966 2003-07-27 [alfons]     0.9.3claws58
967
968         * src/procmsg.c
969                 add missing header members to MsgInfo; fixes the problem of 
970                 not displaying X-Faces, as noticed by Ricardo Mones
971
972 2003-07-26 [christoph]  0.9.3claws57
973
974         * sync with 0.9.3cvs18
975                 see ChangeLog 2003-07-24
976
977 2003-07-26 [christoph]  0.9.3claws56
978
979         * sync with 0.9.3cvs17
980                 see ChangeLog 2003-07-23
981
982 2003-07-26 [christoph]  0.9.3claws55
983
984         * src/folder.[ch]
985         * src/imap.c
986         * src/mbox_folder.c
987         * src/mh.c
988         * src/news.c
989                 add support for copy function that copy multiple messages
990                 (not implemented yet)
991
992         * src/summaryview.c
993                 add missing return value
994
995 2003-07-26 [paul]       0.9.3claws54
996
997         * tools/multiwebsearch.pl
998                 do whitespace substitution before passing the string
999                 to the browser. fixes bug with browsers that don't
1000                 do whitespace conversion themselves.
1001
1002 2003-07-25 [christoph]  0.9.3claws53
1003
1004         * src/folder.[ch]
1005         * src/imap.c
1006         * src/mh.c
1007                 rewrite adding of multiple messages to a folder for
1008                 claws' folder system
1009
1010 2003-07-25 [luke]       0.9.3claws52
1011
1012         * src/mimeview.c
1013                 o icon toggles set correctly on leaving ctree mimeview
1014
1015 2003-07-25 [paul]       0.9.3claws51
1016
1017         * partial sync with 0.9.3cvs21 [src/main.c]
1018                 see ChangeLog 2003-07-25
1019
1020 2003-07-24 [paul]       0.9.3claws50
1021
1022         * tools/maildir2sylpheed.pl
1023                 fix typo
1024
1025 2003-07-24 [paul]       0.9.3claws49
1026
1027         * src/mimeview.c
1028                 increase the gutter size of paned so that the panes
1029                 can be resized
1030                 
1031         * src/plugins/demo/demo.c
1032                 squeeze in another typo fix
1033
1034 2003-07-24 [paul]       0.9.3claws48
1035
1036         * src/plugins/demo/demo.c
1037           src/prefs_account.c
1038                 small changes to the English
1039                 
1040         * src/pixmaps/mime_application_octect_stream.xpm        ** REMOVED **
1041           src/pixmaps/mime_application_octet_stream.xpm         ** NEW FILE **
1042           src/Makefile.am
1043           src/stock_pixmap.c
1044                 rename the misspelled icon
1045
1046 2003-07-23 [alfons]     0.9.3claws47
1047
1048         * src/mimeview.c
1049                 make icon list look like a list of toggles
1050
1051 2003-07-23 [luke]       0.9.3claws46
1052
1053         * src/pixmaps/mimeview_gpg_expired.xpm
1054         * src/pixmaps/mimeview_gpg_failed.xpm
1055         * src/pixmaps/mimeview_gpg_passed.xpm
1056         * src/pixmaps/mimeview_text_html.xpm
1057         * src/pixmaps/mimeview_image.xpm
1058                 o all icons the same size
1059
1060         * src/mimeview.[ch]
1061                 o mimeview ctree arranged vertically above the viewer
1062                 o icons changed to buttons
1063                 o can use keyboard to select an icon (Enter)
1064                 o resize icon list to width of icons
1065
1066         *  src/gtk/gtkvscrollbutton.c
1067                 o sensitivity of buttons reacts to position
1068
1069 2003-07-23 [christoph]  0.9.3claws45
1070
1071         * sync with 0.9.3cvs14 (incomplete)
1072                 see ChangeLog 2003-07-17
1073
1074 2003-07-23 [alfons]     0.9.3claws44
1075
1076         * src/folder.c
1077         * src/procmsg.h
1078                 sync with my local tree to restore some claws-only things
1079
1080 2003-07-23 [paul]       0.9.3claws43
1081
1082         * src/pixmaps/mime_gpg_expired.xpm      ** NEW FILE **
1083           src/pixmaps/mime_gpg_unknown.xpm      ** NEW FILE **
1084           src/Makefile.am
1085           src/mimeview.c
1086           src/procmime.h
1087           src/rfc2015.c
1088           src/stock_pixmap.[ch]
1089                 indicate missing keys and expired sigs/keys
1090                 in mime view column
1091
1092 2003-07-23 [paul]       0.9.3claws42
1093
1094         * src/compose.c
1095                 Redirect fixes: enable automatic account selection and
1096                 do not append signature to message on changing account
1097                 fixes Bug[s] #248
1098
1099 2003-07-23 [paul]       0.9.3claws41
1100
1101         * sync with 0.9.3cvs16
1102                 see ChangeLog 2003-07-23
1103
1104 2003-07-23 [alfons]     0.9.3claws40
1105
1106         * src/inc.c
1107                 give progress dialog a main window, and give it the first 
1108                 one (presumably the only one). fixes bug #247, "segfault on 
1109                 pop-before-smtp" 
1110
1111 2003-07-22 [alfons]     0.9.3claws39
1112
1113         * src/summaryview.c
1114                 shift-space scrolls up
1115
1116 2003-07-22 [paul]       0.9.3claws38
1117
1118         * sync with 0.9.3cvs15
1119                 see ChangeLog 2003-07-22
1120
1121 2003-07-20 [alfons]     0.9.3claws37
1122
1123         * src/compose.c
1124                 put menu inside #ifdef USE_ASPELL..#endif
1125
1126 2003-07-20 [christoph]  0.9.3claws36
1127
1128         * src/procmsg.c
1129                 fix wrong flags in MsgInfo returned by
1130                 procmsg_msginfo_get_full_info()
1131
1132         (closes Bug 221 Deleting messages from the Message View gives incorrect
1133          new/unread message counts in the folder view)
1134
1135         * src/plugins/spamassassin/spamassassin_gtk.c
1136                 add gettext macro for prefs page title
1137
1138 2003-07-20 [paul]       0.9.3claws35
1139
1140         * src/mimeview.c
1141                 redraw icon list on signature check
1142
1143 2003-07-20 [christoph]  0.9.3claws34
1144
1145         * src/Makefile.am
1146         * src/account.c
1147         * src/folder.[ch]
1148         * src/folder_item_prefs.[ch]            ** NEW **
1149         * src/folderview.c
1150         * src/mainwindow.c
1151         * src/mh.c
1152         * src/prefs_gtk.c
1153         * src/prefs_scoring.c
1154         * src/summaryview.c
1155         * src/prefs_folder_item.[ch]
1156                 o seperate FolderItemPrefs (formerly PrefsFolderItem) and the
1157                   Properties dialog
1158                 o use prefswindow for folder properties
1159
1160         * src/gtk/prefswindow.[ch]
1161                 change implementation to use an invisible notebook instead
1162                 of unparenting widgets
1163
1164 2003-07-20 [christoph]  0.9.3claws33
1165
1166         * src/compose.h
1167         * src/folder.c
1168         * src/folderview.h
1169         * src/headerview.h
1170         * src/prefs_filtering.h
1171         * src/prefs_folder_item.[ch]
1172         * src/procmime.h
1173         * src/procmsg.h
1174         * src/summaryview.h
1175                 clean up header mess
1176                 (always use 1. typedefs, 2. #includes, 3. structures)
1177
1178         * src/common/version.h.in
1179                 add casts for constants
1180
1181         * src/plugins/demo/demo.c
1182                 fix typo
1183
1184         * src/plugins/spamassassin/spamassassin.c
1185                 remove unused variable
1186
1187 2003-07-20 [alfons]     0.9.3claws32
1188
1189         * src/mimeview.c
1190                 o make icon buttons respond on left click
1191                 o minor cosmetic change
1192
1193 2003-07-19 [luke]       0.9.3claws31
1194
1195         * src/mimeview.[ch]
1196         * src/gtk/gtkvscrollbutton.c
1197         * src/messageview.c
1198                 o improved mimeview behaviour when selecting a new message
1199                 o plus code cleanups to remove compile warnings
1200
1201
1202 2003-07-19 [alfons]     0.9.3claws30
1203
1204         * src/procmsg.c
1205         * src/compose.c
1206         * src/common/utils.[ch]
1207                 subject_get_reply_prefix_length() <- subject_get_prefix_length()
1208
1209 2003-07-19 [alfons]     0.9.3claws29
1210
1211         * src/prefs_folder_item.c
1212                 reinit "legacy" tmp_prefs, so we don't free nor use invalid 
1213                 string pointers
1214
1215 2003-07-19 [luke]       0.9.3claws28
1216
1217         * src/messageview.c
1218         * src/mimeview.[ch]
1219         * src/procmime.h
1220         * src/rfc2015.c
1221         * src/stock_pixmap.[ch]
1222         * src/gtk/Makefile.am
1223         * src/Makefile.am
1224         * src/gtk/gtkvscrollbutton.[ch]         ** NEW **
1225         * src/pixmaps/mime_*.xpm                ** NEW **
1226                 o mimeview rearrangement with a new icon shortcut bar
1227
1228 2003-07-19 [alfons]     0.9.3claws27
1229
1230         * src/folderview.c
1231                 o plug leaking nodes_to_recollapse
1232                 o add folderview_recollapse_all_nodes() (not used yet)
1233
1234 2003-07-19 [alfons]     0.9.3claws26
1235
1236         * src/compose.c
1237         * src/common/utils.c
1238                 honour #240 "Better SUBJECT handling" by cleaning the prefix
1239                 for both forwarding as replying
1240
1241 2003-07-18 [christoph]  0.9.3claws25
1242
1243         * configure.ac
1244         * src/common/sylpheed.[ch]
1245         * src/common/version.h.in
1246                 add version in numeric form to allow easy comparison
1247
1248         * src/plugins/demo/demo.c
1249                 add version check
1250                 - sylpheed version > plugin version => never allowed, sylpheed
1251                   could contain unknown API changes
1252                 - sylpheed version < minimum version required => don't load,
1253                   API required not available (if linking does not fail)
1254
1255 2003-07-18 [alfons]     0.9.3claws24
1256         
1257         * src/common/plugin.[ch]
1258                 const correctness
1259
1260 2003-07-18 [christoph]  0.9.3claws23
1261
1262         * src/common/hooks.c
1263                 fix crash when hooks where unregisted
1264
1265         * src/plugins/trayicon/trayicon.c
1266                 unregister detroy signal before destroying the widget
1267                 (still crashes when the plugin is unloaded)
1268
1269 2003-07-18 [alfons]     0.9.3claws22
1270         
1271         * src/folderview.c
1272                 delay expanding folder tree during drags until timeout triggered
1273                 (needs perhaps some tweaking, so testing is welcome)
1274
1275 2003-07-17 [alfons]     0.9.3claws21
1276
1277         * src/folderview.c
1278                 clean up cruft
1279
1280 2003-07-17 [christoph]  0.9.3claws20
1281
1282         * src/common/session.c
1283                 fix opening of SSL connections
1284
1285         * src/plugins/image_viewer/Makefile.am
1286                 add OPENSSL_CFLAGS (we should find a better solution to remove
1287                 this dependencies if they are not required)
1288
1289         * src/plugins/spamassassin/spamassassin.c
1290                 remove setlocale workaround (fixed in libspamc)
1291
1292         (closes Bug Bug 184 Entering non-ascii character deletes previous char
1293          if spell checking enabled)
1294
1295 2003-07-17 [alfons]     0.9.3claws19
1296
1297         * src/common/hooks.[ch]
1298         * src/plugins/clamav/clamav_plugin.c
1299         * src/plugins/spamassassin/spamassassin.c
1300         * src/plugins/trayicon/trayicon.c
1301                 fix signedness muck 
1302
1303 2003-07-17 [alfons]     0.9.3claws18
1304
1305         * src/procmime.c
1306                 plug memleak
1307
1308 2003-07-17 [alfons]     0.9.3claws17
1309
1310         * src/inc.c
1311                 plug memleak
1312
1313 2003-07-17 [paul]       0.9.3claws16
1314
1315         * src/common/defs.h
1316           src/mainwindow.c
1317           src/manual.[ch]
1318                 add link to the Claws site's FAQ page, after the suggestion
1319                 and patch by Fred Marton <Fred.Marton@uni-bayreuth.de>
1320                 Move url strings to defs.h
1321                 
1322         * src/mainwindow.c
1323                 fix typo to prevent "unknown menu entry" warnings
1324
1325 2003-07-17 [alfons]     0.9.3claws15
1326
1327         * src/folderview.[ch]
1328         * src/summaryview.[ch]
1329         * src/mimeview.[ch]
1330                 plug DnD leaks 
1331
1332 2003-07-17 [paul]       0.9.3claws14
1333
1334         * src/inc.c
1335                 remove two instances of 'GTK_EVENTS_FLUSH' because
1336                 they are unnecessary and probably cause a stack overflow
1337
1338 2003-07-16 [christoph]  0.9.3claws13
1339
1340         * src/mimeview.[ch]
1341                 use an invisible GTK notebook to switch between viewers
1342                 instead of reparenting widgets
1343
1344 2003-07-16 [christoph]  0.9.3claws12
1345
1346         * src/folder.c
1347                 move folder_item_update_freeze() to correct place in
1348                 folder_item_scan_full()
1349
1350 2003-07-16 [paul]       0.9.3claws11
1351
1352         * sync with 0.9.3cvs12
1353                 see ChangeLog 2003-07-14 and 2003-07-15
1354
1355 2003-07-16 [christoph]  0.9.3claws10
1356
1357         * src/imap.[ch]
1358         * src/prefs_account.[ch]
1359                 sync IMAP CRAM-MD5 authentication with sylpheed-main
1360
1361 2003-07-15 [alfons]     0.9.3claws9
1362
1363         * src/main.c
1364                 make --config-dir do something useful
1365
1366 2003-07-15 [alfons]     0.9.3claws8
1367
1368         * src/procmsg.c
1369                 o fix a bug where 'last' didn't really point to the last message
1370                   in the top level list of children, but to the last threaded
1371                   message. 
1372                 
1373                 o clean up and make it easier to sync
1374
1375 2003-07-15 [alfons]     0.9.3claws7
1376
1377         * src/mainwindow.c
1378                 make correct menu items sensitive       
1379
1380 2003-07-14 [alfons]     0.9.3claws6
1381
1382         * src/procmsg.c
1383                 tune the threader so it will not subject-thread any message
1384                 without a subject prefix (this will not thread correctly if 
1385                 a parent is delivered after their childs, but it looks 
1386                 better right now)
1387
1388 2003-07-13 [christoph]  0.9.3claws5
1389
1390         * src/mainwindow.c
1391                 group "Add mailbox *..." menu items in submenu
1392
1393 2003-07-13 [alfons]     0.9.3claws4
1394
1395         * src/summaryview.c
1396                 correct summary_toggle_pressed() signature and make sure
1397                 signal is not passed on
1398
1399 2003-07-13 [alfons]     0.9.3claws3
1400
1401         * src/summaryview.c
1402                 o for now don't pass on keys when they we're handled by 
1403                   ctree::key_press_event
1404                 o clean up
1405
1406 2003-07-13 [alfons]     0.9.3claws2
1407         
1408         * src/main.c
1409                 add command line option "--config-dir" to get the current 
1410                 configuration dir
1411
1412 2003-07-12 [alfons]     0.9.3claws1
1413
1414         * src/matcher.[ch]
1415         * src/matcher_parser_parse.y
1416         * src/prefs_filtering.c
1417         * src/filtering.c
1418                 add "Lock" filter action to lock messages;
1419
1420         * src/filtering.c       
1421                 remove debug_print()    
1422         * src/prefs_filtering.c
1423                 re-organize matcher part 9: 
1424                 make action text entries easily extendible;
1425                 merge widget selection for ACTION_MARK, ACTION_UNMARK, ACTION_LOCK,
1426                 ACTION_UNLOCK, ACTION_MARK_AS_READ, ACTION_MARK_AS_UNREAD
1427
1428 2003-07-12 [paul]
1429
1430         * tools/README
1431                 update old information and add missing
1432                 information
1433
1434 2003-07-12 [paul]       0.9.3claws
1435
1436         * 0.9.3claws released
1437         
1438 2003-07-12 [paul]       0.9.0claws103
1439
1440         * src/Makefile.am
1441                 add addrquery.h
1442
1443 2003-07-12 [melvin]     0.9.0claws102
1444
1445         * src/messageview.c
1446                 Fixed bug #215: Show MIME tab for single text/html messages. 
1447                 
1448 2003-07-12 [paul]       0.9.0claws101
1449
1450         * man/sylpheed.1
1451                 updated
1452
1453 2003-07-12 [paul]       0.9.0claws100
1454
1455         * po/es.po
1456           po/hr.po
1457           po/pl.po
1458           po/sr.po
1459                 update Spanish, Croatian, Polish, Serbian translations.
1460                 submitted by Ricardo Mones Lastra, Dragan, Witold
1461                 Wladyslaw Wojciech Wilk, Urke MMI
1462
1463 2003-07-12 [melvin]     0.9.0claws99
1464
1465         * po/fr.po
1466                 Updated French translations.
1467
1468 2003-07-12 [paul]       0.9.0claws98
1469
1470         * src/addressbook.c
1471                 disable 'Lookup' button as it has no effect
1472
1473 2003-07-11 [alfons]     0.9.0claws97
1474         
1475         * src/summaryview.c
1476                 summary_searchbar_pressed() should return TRUE to signal that
1477                 event was handled. when returning void, the return value passed
1478                 to GTK is actually random, but maybe FALSE, in which case the
1479                 event is handled by parent
1480                 
1481 2003-07-10 [paul]       0.9.0claws96
1482
1483         * ac/missing/gettext.m4
1484                 update to version 0.12
1485
1486 2003-07-10 [paul]       0.9.0claws95
1487
1488         * src/plugins/clamav/clamav_plugin.c
1489                 fix bug where multipart/alternative messages
1490                 would slip through without being scanned
1491
1492 2003-07-10 [christoph]  0.9.0claws94
1493
1494         * src/folder.c
1495                 correct check if folder supports removing when a message is
1496                 moved. if not the message is only copied.
1497
1498         (closes Bug 132 crash on startup in newsgroups folders)
1499
1500 2003-07-09 [alfons]     0.9.0claws93
1501
1502         * configure.ac
1503         * src/common/defs.h
1504                 --with-config-dir (default .sylpheed)
1505
1506 2003-07-09 [christoph]  0.9.0claws92
1507
1508         * configure.ac
1509                 use PKG_CHECK_MODULES to check for gtkmathview
1510                 (version 0.4.2 now required)
1511
1512 2003-07-08 [melvin]     0.9.0claws91
1513
1514         * src/action.c
1515                 Implemented a progress bar that counts the number of completed
1516                 tasks when the action runs more than one command.
1517
1518 2003-07-08 [alfons]     0.9.0claws90
1519
1520         * src/procmsg.c
1521                 if queued message has an invalid Message-Id, don't try to
1522                 find message it refers to (fixes #209 "crash when processing 
1523                 in folder")
1524
1525 2003-07-08 [paul]       0.9.0claws89
1526
1527         * sync with 0.9.3cvs2
1528                 see ChangeLog 2003-07-08
1529
1530 2003-07-08 [match]      0.9.0claws88
1531
1532         * src/ldapctrl.c
1533                 extend LDAP search for first/last name by parsing search term.
1534
1535 2003-07-08 [alfons]     0.9.0claws87
1536
1537         * src/send_message.c
1538                 fix bug #208 "Status message stuck when sending on POP3 account"
1539
1540 2003-07-07 [paul]       0.9.0claws86
1541
1542         * po/hr.po
1543                 new Croatian translation, submitted by
1544                 Dragan <drleskov@inet.hr>
1545
1546 2003-07-07 [paul]       0.9.0claws85
1547
1548         * sync with 0.9.3cvs1
1549                 see ChangeLog 2003-07-07
1550
1551 2003-07-05 [christoph]  0.9.0claws84
1552
1553         * src/Makefile.am
1554         * src/messageview.c
1555         * src/mimeview.[ch]
1556         * src/stock_pixmap.[ch]
1557         * src/pixmaps/messageview_text.xpm              ** NEW **
1558                 move mimeview tabs to the right side and use icons
1559                 instead of text to save some space
1560
1561         (patch by Luke Plant <lukeplant@softhome.net>)
1562
1563 2003-07-05 [christoph]  0.9.0claws83
1564
1565         * src/inc.c
1566                 add NULL pointer checks
1567
1568         (patch by Luke Plant <lukeplant@softhome.net>)
1569         (closes Bug 204 0.9.0 quits on authentication error?!)
1570
1571 2003-07-05 [alfons]     0.9.0claws82
1572
1573         * configure.ac
1574                 take the clue in bug #202 "./configure script - 
1575                 'if test' comparison failure" reported by John Kristoff. 
1576
1577 2003-07-04 [christoph]  0.9.0claws81
1578
1579         * src/plugins/spamassassin/spamassassin.c
1580                 set timeout for spam check
1581
1582 2003-07-04 [christoph]  0.9.0claws80
1583
1584         * src/main.c
1585                 destroy all FolderItems when shutting down to
1586                 allow folders to clean up
1587
1588 2003-07-04 [melvin]     0.9.0claws79
1589
1590         * src/gtk/gtkaspell.c
1591                 Fixed bug #184 "Entering non-ascii character deletes
1592                 previous char if spell checking enabled": this makes
1593                 the spell checking in multibytes (e.g. UTF-8)locales work.
1594                 (Patch by Luke Plant).
1595                 
1596 2003-07-04 [christoph]  0.9.0claws78
1597
1598         * sync with 0.9.2cvs1
1599                 see ChangeLog 2003-06-10
1600
1601 2003-07-04 [paul]       0.9.0claws77
1602
1603         * sync with 0.9.3 release
1604                 see ChangeLog 2003-07-04
1605
1606 2003-07-03 [christoph]  0.9.0claws76
1607
1608         * src/folder.[ch]
1609         * src/imap.c
1610         * src/mbox_folder.c
1611         * src/mh.c
1612         * src/news.c
1613                 move folder_item_get_path() stuff into a folder virtual function
1614
1615         * src/procmsg.c
1616                 use folder_item_fetch_msg() to get message and do not contruct
1617                 the filename from path and number
1618
1619 2003-07-03 [paul]       0.9.0claws75
1620
1621         * sync with 0.9.2cvs12
1622                 see ChangeLog 2003-07-03
1623
1624 2003-07-02 [paul]       0.9.0claws74
1625
1626         * src/messageview.c
1627                 fix text-selection for replying
1628
1629 2003-07-02 [paul]       0.9.0claws73
1630
1631         * sync with 0.9.2cvs11
1632                 see ChangeLog 2003-07-02
1633
1634 2003-07-02 [paul]       0.9.0claws72
1635
1636         * src/procmsg.c
1637                 revert last commit because it breaks more
1638                 than it fixes
1639
1640 2003-07-02 [paul]       0.9.0claws71
1641
1642         * src/procmsg.c
1643                 fix thread by subject/sort by date
1644
1645 2003-07-01 [paul]       0.9.0claws70
1646
1647         * sync with 0.9.2cvs10
1648                 see ChangeLog 2003-07-01
1649
1650 2003-06-30 [paul]       0.9.0claws69
1651
1652         * sync with 0.9.2cvs9
1653                 see ChangeLog 2003-06-30
1654
1655 2003-06-28 [match]      0.9.0claws68
1656
1657         * src/addressbook.c
1658                 fix null ptr.
1659
1660 2003-06-27 [paul]       0.9.0claws67
1661
1662         * sync with 0.9.2cvs7
1663                 see ChangeLog 2003-06-27
1664
1665 2003-06-26 [christoph]  0.9.0claws66
1666
1667         * src/folder.c
1668                 freeze folder updates while a folder is scanned
1669
1670         (closes Bug 185 New message counter)
1671
1672 2003-06-26 [darko]      0.9.0claws65
1673
1674         * src/ldapserver.c
1675                 fix infinite loop when adding a new LDAP server
1676
1677 2003-06-26 [paul]       0.9.0claws64
1678
1679         * sync with 0.9.2cvs6
1680                 see ChangeLog 2003-06-26
1681
1682 2003-06-26 [paul]       0.9.0claws63
1683
1684         * sync with 0.9.2cvs5
1685                 see ChangeLog 2003-06-25 and 2003-06-26
1686
1687 2003-06-25 [match]      0.9.0claws62
1688
1689         * src/addr_compl.c
1690                 Fixed tab/backtab for dropped-down completion list to
1691                 move next/previous field. (close bug 147)
1692
1693 2003-06-25 [christoph]  0.9.0claws61
1694
1695         * src/addr_compl.[ch]
1696         * src/addrindex.[ch]
1697         * src/folderview.c
1698         * src/inc.c
1699         * src/news.c
1700         * src/summaryview.c
1701         * src/toolbar.c
1702                 fix warnings
1703
1704 2003-06-25 [leandro]    0.9.0claws60
1705
1706         * src/compose.c
1707                 o cleanups
1708                 o gray out "Message/Remove references" menu item if not
1709                   replying to a message
1710
1711 2003-06-24 [leandro]    0.9.0claws59
1712
1713         * src/compose.[ch]
1714                 o removed "Message/Create new thread" menu item
1715                 o added "Message/Remove references" menu item
1716                   (it's off by default and will not check anymore
1717                    if the subject changed)
1718
1719 2003-06-23 [alfons]     0.9.0claws58
1720
1721         * src/procmsg.c
1722                 try better grouping messages threaded by subject based on their age.
1723                 still not perfect - because the message tree is not sorted by date.  
1724
1725 2003-06-23 [thorsten]   0.9.0claws57
1726
1727         * src/pop.[ch]
1728                 added mail_receive_hook to allow modifications
1729                 directly after retrieval (e.g. adding headers).
1730
1731 2003-06-23 [paul]       0.9.0claws56
1732
1733         * src/sourcewindow.c
1734                  enable the use of Ctrl+A to select all text in
1735                  the sourcewindow
1736                  Patch submitted by Ivan Francolin Martinez
1737                  <ivanfm@users.sourceforge.net>
1738
1739 2003-06-22 [christoph]  0.9.0claws55
1740
1741         * src/folder.[ch]
1742                 o add notification hook for folder tree changes
1743                 o invoke hooks after folder tree scanning
1744
1745         * src/folderview.[ch]
1746                 register hook for folder tree changes that
1747                 updates the ctree
1748
1749         (there are more places that should be updated, like add, remove 
1750          or move folder)
1751
1752         (closes Bug 164 Crash on rebuild folder tree)
1753         (closes Bug 190 Crash on 'rebuilding folder tree')
1754
1755 2003-06-21 [leandro]    0.9.0claws54
1756
1757         * src/compose.[ch]
1758                 create a new thread if subject changes
1759                 (it's on by default, can be disabled in Message menu)
1760
1761 2003-06-21 [alfons]     0.9.0claws53
1762
1763         * src/summaryview.c
1764                 quiet little compiler
1765
1766 2003-06-21 [christoph]  0.9.0claws52
1767
1768         update gettext stuff to version 0.12
1769
1770 2003-06-19 [alfons]     0.9.0claws51
1771
1772         * src/common/log.c
1773         * src/common/plugin.c
1774                 move defs.h before glib.h to prevent MIN/MAX redefs
1775
1776 2003-06-19 [alfons]
1777
1778         * src/addressbook.c
1779                 translatable
1780
1781 2003-06-19 [match]      0.9.0claws50
1782
1783         * src/addressbook.[ch]
1784         * src/addrindex.[ch]
1785         * src/addr_compl.[ch]
1786         * src/editldap.[ch]
1787         * src/editldap_basedn.[ch]
1788         * src/addritem.[ch]
1789         * src/ldapquery.h
1790                 re-implemented dynamic LDAP search. works without
1791                 slowdown on display sender with addressbook
1792                 option.
1793         * src/addrbook.c
1794                 documented code.
1795
1796 2003-06-19 [paul]       0.9.0claws49
1797
1798         * src/compose.c
1799                 fix Bug #136 'Nonprovided quotation marks crash claws'
1800                 patch submitted by Pawel Pêkala <c0rn@gazeta.pl>
1801
1802 2003-06-19 [alfons]     0.9.0claws48
1803
1804         * src/prefs_common.[ch]
1805         * src/procmsg.c
1806                 restrict threading by subject by checking thread for
1807                 age (prefs_common.thread_by_subject_max_age)
1808
1809 2003-06-18 [christoph]  0.9.0claws47
1810
1811         * src/imap.c
1812                 fix memory leak in imap_cmd_fetch()
1813
1814 2003-06-18 [christoph]  0.9.0claws46
1815
1816         * src/prefs_gtk.c
1817                 fix memory leak in prefs_set_default() when used multiple
1818                 times or after prefs have been read
1819
1820 2003-06-18 [christoph]  0.9.0claws45
1821
1822         * src/common/plugin.c
1823                 fix memory leak in plugin_unload()
1824
1825 2003-06-18 [christoph]  0.9.0claws44
1826
1827         * src/imap.c
1828                 fix memory leak in imap_cmd_ok()
1829
1830 2003-06-18 [christoph]  0.9.0claws43
1831
1832         * src/folder.c
1833                 stop messages that are downloaded from POP3 and added to
1834                 an IMAP inbox from being filtered twice (first by POP3
1835                 and again when IMAP folder is scaned to get the UID of
1836                 the APPEND operation when no UIDPLUS is available)
1837
1838 2003-06-18 [alfons]
1839
1840         * tools/Makefile.am
1841                 phoenix <- firebird     
1842
1843 2003-06-18 [paul]
1844
1845         * tools/launch_phoenix          ** REMOVED **
1846           tools/launch_firebird         ** NEW **
1847                 renamed and edited to reflect the browser's name change from
1848                 'phoenix' to 'firebird'
1849
1850 2003-06-18 [paul]       0.9.0claws42
1851
1852         * sync with 0.9.2cvs2
1853                 see ChangeLog 2003-06-16
1854
1855 2003-06-17 [alfons]     0.9.0claws41
1856
1857         * src/procmsg.c
1858                 prevent threading problems when a node is an ancestor (parent / great parent),
1859                 which mostly happens with circular references (thanks to Phillipe Gramoullé
1860                 for finding an sample set of messages)
1861
1862 2003-06-16 [christoph]  0.9.0claws40
1863
1864         * src/main.c
1865                 don't popup main window on --receive or --receive-all
1866
1867         * src/mainwindow.[ch]
1868         * src/plugins/trayicon/trayicon.c
1869                 allow hiding of main window by clicking on the trayicon
1870                 (doesn't work correctly in seperate window mode and may
1871                  cause unexpected GTK problems I couldn't find yet)
1872
1873         * src/common/ssl.c
1874                 remove incorrect warning
1875
1876 2003-06-15 [alfons]     0.9.0claws39
1877
1878         * src/gtk/gtkstext.c
1879                 don't output debug text;
1880                 #ifdef out print_line() if not debugging (thanks to Martin Wicke
1881                 for pointing this out);
1882
1883 2003-06-14 [alfons]     0.9.0claws38
1884         
1885         * src/messageview.c
1886                 remove printf() and make one if..else comply with coding style
1887
1888 2003-06-14 [alfons]     0.9.0claws37
1889
1890         * AUTHORS
1891                 add Martin Wicke
1892         * src/action.c
1893         * src/messageview.[ch]
1894         * src/summaryview.c
1895                 apply patch #754162 "Quoting messages filtered by actions" submitted
1896                 by Martin Wicke, which allows quoting message body changed by an
1897                 action (Thanks!).
1898
1899 2003-06-13 [alfons]     0.9.0claws36
1900
1901         * src/utils.c
1902                 add several other subject reply prefixes (suggested by Christoph and Ivan Martinez)
1903                 use case insensitive regexp (suggested by Ivan Martinez)
1904
1905 2003-06-13 [christoph]  0.9.0claws35
1906
1907         * configure.ac
1908         * src/plugins/trayicon/Makefile.am
1909         * src/plugins/trayicon/eggtrayicon.[ch]                         ** REMOVE **
1910         * src/plugins/trayicon/trayicon.c
1911         * src/plugins/trayicon/libeggtrayicon/.cvsignore                ** NEW **
1912         * src/plugins/trayicon/libeggtrayicon/Makefile.am               ** NEW **
1913         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.[ch]          ** NEW **
1914         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.[ch]           ** NEW **
1915         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.[ch]        ** NEW **
1916         * src/plugins/trayicon/libeggtrayicon/xembed.h                  ** NEW **
1917                 replace my own EggTrayIcon backport with the backport
1918                 used by (l|x)mule and gabber.
1919
1920 2003-06-13 [alfons]     0.9.0claws34
1921
1922         * AUTHORS
1923         * src/common/utils.c
1924                 add Aw: to list of reply prefixes (thanks to Martin Zwickel)
1925
1926 2003-06-13 [alfons]     0.9.0claws33
1927
1928         * src/compose.c
1929                 clean up a little bit
1930
1931 2003-06-12 [alfons]     0.9.0claws32
1932
1933         * src/compose.c
1934                 const correctness fix
1935
1936         * src/common/sylpheed.[ch]
1937                 () -> (void)
1938                 prevent redef MIN/MAX
1939                 
1940         * src/common/utils.[ch]
1941                 () -> (void)
1942
1943 2003-06-12 [melvin]     0.9.0claws31
1944
1945         * src/compose.c
1946                 Updated to take into accounts changes in GtkAspell.
1947
1948 2003-06-12 [alfons]     0.9.0claws30
1949
1950         * src/compose.c
1951         * src/procmsg.c
1952         * src/common/utils.[ch]
1953                 handle reply subject prefixes better (initial 
1954                 suggestion by Robert Story adapted and enhanced 
1955                 using regexps)
1956
1957 2003-06-12 [melvin]     0.9.0claws29
1958
1959         * src/compose.c
1960                 Use new gtkaspell_checkers_strerror() to get the speller's
1961                 error message instead of accessing the (now private)
1962                 checkers structure.
1963                 Minor code clean up
1964
1965         * src/main.c
1966                 Use #ifdef instead of #if for USE_ASPELL
1967                 Use the new spell checkers init/quit functions 
1968
1969         * src/gtk/gtkaspell.c
1970                 Use #ifdef instead of #if for USE_ASPELL
1971                 Moved in the majority of GtkAspell structures that were
1972                 exported before by gtkaspell.h
1973         
1974         * src/gtk/gktaspell.h
1975                 Made gtkaspell.h contain only the necessary data to be
1976                 publicized by moving many structures to gtkaspell.c.
1977                 Enclosed all the declaration in a #ifdef USE_ASPELL #endif
1978                 gtkaspell_checkers_new(): replaced by...
1979                 gtkaspell_checkers_init(): new function for initialization
1980                 gtkaspell_checkers_delete(): replaced by...
1981                 gtkaspell_checkers_quit(): new function
1982                 gtkaspell_checkers_strerror(): new function that returns
1983                 the checker's last error message.
1984                 
1985 2003-06-11 [melvin]     0.9.0claws28
1986
1987         * po/POTFILES.in
1988                 Updated to take into account gtkaspell.c migration to
1989                 ./src/gtk/ (Thanks to Ricardo Mones Lastra for reporting it)
1990
1991 2003-06-10 [alfons]     0.9.0claws27
1992
1993         * src/filtering.[ch]
1994         * src/folder.c
1995         * src/matcher.c
1996         * src/scoring.[ch]
1997                 - try fixing bug #18 (any brave testers?)
1998                 - add more robustness by refusing previously 
1999                   unchecked NULL pointers 
2000
2001 2003-06-10 [alfons]     0.9.0claws26
2002
2003         * src/procmsg.c
2004                 fix bug #176 by don't checking MsgInfos with a NULL msgid 
2005
2006 2003-06-09 [alfons]     0.9.0claws25
2007
2008         * src/prefs_common.c
2009                 fix bug #163 "Icon switching doesnt work properly" by 
2010                 preventing early freeing of prefs_common.pixmap_theme_path.
2011
2012 2003-06-09 [christoph]  0.9.0claws24
2013
2014         * src/gtk/gtkaspell.c
2015                 revert Thorsten's fix and add forgotten g_strdup for
2016                 aspell path (it should not be possible to alter the path a
2017                 GtkASpell uses from outside)
2018
2019 2003-06-09 [thorsten]   0.9.0claws23
2020
2021         * src/gtk/gtkaspell.c
2022                 dont free prefs_common.aspell_path when closing compose
2023
2024 2003-06-08 [colin]      0.9.0claws22
2025
2026         * src/plugins/spamassassin/spamassassin.c
2027                 fix prefs types
2028
2029 2003-06-07 [christoph]  0.9.0claws21
2030
2031         * src/Makefile.am
2032         * src/compose.c
2033         * src/gtkaspell.[ch]            ** REMOVE **
2034         * src/gtk/Makefile.am
2035         * src/gtk/gtkaspell.[ch]        ** NEW **
2036                 o make gtkaspell independent from sylpheed's prefs
2037                 o move gtkaspell.[ch] to gtk directory
2038
2039 2003-06-07 [christoph]  0.9.0claws20
2040
2041         * src/Makefile.am
2042         * src/crash.c
2043         * src/export.c
2044         * src/filesel.[ch]              ** REMOVE **
2045         * src/folder.c
2046         * src/main.[ch]
2047         * src/common/sylpheed.[ch]
2048         * src/gtk/Makefile.am
2049         * src/gtk/filesel.[ch]          ** NEW **
2050         * src/gtk/pluginwindow.c
2051         * src/gtk/sslcertwindow.c
2052                 move filesel.[ch] to gtk directory
2053
2054 2003-06-07 [alfons]     0.9.0claws19
2055
2056         * src/filesel.c
2057                 make (multi) file selection dialog work again (Claws-only)
2058
2059 2003-06-07 [thorsten]   0.9.0claws18
2060
2061         * po/de.po
2062                 fix typos
2063
2064 2003-06-07 [alfons]     0.9.0claws17
2065
2066         * configure.ac
2067         * src/mimeview.c
2068                 detect apache mishap in which case don't include fnmatch.h
2069                 if regex.h is already included
2070
2071 2003-06-06 [christoph]  0.9.0claws16
2072
2073         * configure.ac
2074         * src/mimeview.h
2075                 add check for fnmatch.h and include it when available
2076
2077         * src/mimeview.[ch]
2078                 fix wrong case sensitivity of Content-Types
2079
2080         * src/gtk/Makefile.am
2081                 need the same include paths in gtk directory as in
2082                 common directory because .h files in common can
2083                 include files from these directories, when included
2084                 in gtk's .h or .c files
2085
2086 2003-06-06 [alfons]     0.9.0claws15
2087
2088         * src/mimeview.c
2089         * src/summaryview.c
2090                 make it compile again because of regex.h / fnmatch.h 
2091                 include problems (related to recent mime stuff, can
2092                 someone check this?)
2093
2094 2003-06-06 [thorsten]   0.9.0claws14
2095
2096         * src/folderview.c
2097                 possible use of uninitialized pointer while dragging
2098
2099 2003-06-06 [paul]       0.9.0claws13
2100
2101         * src/compose.c
2102                 fix bug where the insert sig button would be effective
2103                 only when auto_sig was set
2104
2105 2003-06-06 [paul]       0.9.0claws12
2106
2107         * sync with 0.9.2 release
2108
2109 2003-06-02 [paul]       0.9.0claws11
2110
2111         * sync with 0.9.1cvs1
2112                 see ChangeLog 2003-06-02
2113                 
2114         * po/de.po
2115                 update by Jens
2116
2117 2003-06-01 [christoph]  0.9.0claws10
2118
2119         * src/account.c
2120                 don't use substring search to find accounts by email address
2121
2122         (closes Bug 169 Overly loose matching of "From" address)
2123
2124 2003-05-31 [christoph]  0.9.0claws9
2125
2126         * doc-src/rfc2683.txt
2127         * src/imap.c
2128                 limit IMAP command length as recommended in RFC2683
2129                 (message number lists will be split into multiple imap
2130                 sets, the limit of 1000 octets is not a hard limit)
2131
2132         (closes Bug 161 sylpheed-claws exits with segfault when logging
2133          in to certain imap-servers)
2134
2135 2003-05-29 [alfons]     0.9.0claws8
2136
2137         * src/toolbar.[ch]
2138                 add print button (calling summary_print());
2139                 fine tune setting tooltip text;
2140                 (if someone needs other buttons, please take these 
2141                 commits as a guide, instead of bothering us - also
2142                 see 0.8.11claws150) 
2143
2144 2003-05-29 [darko]      0.9.0claws7
2145
2146         * src/compose.c
2147                 fix crash when word wrapping kicks in due to
2148                 changed text by spell checker
2149
2150 2003-05-29 [paul]       0.9.0claws6
2151
2152         * src/compose.c
2153                 fix bug where changing account would insert
2154                 sig even if auto_sig was FALSE
2155                 
2156         * ChangeLog
2157           ChangeLog.jp
2158           INSTALL
2159                 sync with 0.9.1 release
2160
2161 2003-05-28 [christoph]  0.9.0claws5
2162
2163         * src/imap.c
2164                 fix truncation of too long commands
2165
2166         (closes Bug 167 IMAP hangs trying to get envelope
2167          information in imap_get_uncached_messages)
2168
2169 2003-05-27 [paul]       0.9.0claws4
2170
2171         * tools/Makefile.am
2172           tools/maildir2sylpheed.pl     ** NEW FILE **
2173                 add kmail to sylpheed mailbox conversion script
2174
2175 2003-05-27 [paul]       0.9.0claws3
2176
2177         * sync with 0.9.0cvs10
2178                 see ChangeLog 2003-05-26
2179
2180 2003-05-26 [paul]       0.9.0claws2
2181
2182         * sync with 0.9.0cvs9
2183                 see ChangeLog 2003-05-26
2184
2185 2003-05-24 [paul]       0.9.0claws1
2186
2187         * sync with 0.9.0cvs8
2188                 see ChangeLog 2003-05-23
2189
2190 2003-05-24 [paul]       0.9.0claws
2191
2192         * version 0.9.0claws released
2193
2194 2003-05-24 [paul]       0.8.11claws177
2195
2196         * src/plugins/dillo-viewer/Makefile.am
2197           src/plugins/traycon/Makefile.am
2198                 add missing files
2199                 
2200         * po/bg.po
2201           po/en_GB.po
2202           po/es.po
2203           po/it.po
2204           po/pt_BR.po
2205           po/ru.po
2206           po/sr.po
2207                 update Bulgarian, British English, Spanish, Italian, 
2208                 Brazilian Portuguese, Russian, and Serbian translations, 
2209                 submitted by George Danchev, [me], Ricardo Mones Lastra,
2210                 André Filipe de Assunção e Brito, Alessandro Maestri, 
2211                 Ruslan N. Balkin, and Urke MMI
2212
2213 2003-05-23 [melvin]     0.8.11claws176
2214
2215         * po/fr.po
2216                 Updated French translations
2217
2218 2003-05-22 [paul]       0.8.11claws175
2219
2220         * src/Makefile.am
2221           src/addrbook.[ch]
2222           src/addrcache.[ch]
2223           src/addr_compl.[ch]
2224           src/adressbook.[ch]
2225           src/addrindex.[ch]
2226           src/addritem.[ch]
2227           src/editaddress.c
2228           src/editgroup.c
2229           src/editldap_basedn.c
2230           src/editldap.c
2231           src/jpilot.c
2232           src/vcard.c
2233                 revert to get ldap into it previous working state
2234                 
2235         * po/zh_TW.Big5.po
2236                 new Taiwanese translation,
2237                 submitted by Tsu-Fan Cheng <tscheng@ic.sunysb.edu>
2238
2239 2003-05-22 [christoph]  0.8.11claws174
2240
2241         * src/plugins/spamassassin/libspamc.[ch]
2242                 sync libspamc with SpamAssaain release 2.55
2243
2244 2003-05-22 [paul]       0.8.11claws173
2245
2246         * sync with 0.9.0cvs7
2247                 see ChangeLog 2003-05-22
2248                 
2249         * src/summaryview.c
2250                 revert change in 0.8.11claws172: follow
2251                 Hiroyuki's decision and that's the end of it.
2252
2253 2003-05-21 [paul]       0.8.11claws172
2254
2255         * src/summaryview.c
2256                 fix discrepency between open_unread_on_enter
2257                 and always_show_msg
2258
2259 2003-05-21 [paul]       0.8.11claws171
2260
2261         * sync with 0.9.0cvs6
2262                 see ChangeLog 2003-05-21
2263
2264 2003-05-21 [paul]       0.8.11claws170
2265
2266         * sync with 0.9.0cvs5
2267                 see ChangeLog 2003-05-21
2268
2269 2003-05-20 [paul]       0.8.11claws169
2270
2271         * sync with 0.9.0cvs4
2272                 see ChangeLog 2003-05-20
2273                 fixes bug #152, 'encoding of IMAP folders names'
2274
2275 2003-05-20 [paul]       0.8.11claws168
2276
2277         * sync with 0.9.0cvs3
2278                 see ChangeLog 2003-05-20
2279                 
2280         * src/tools/convert_mbox.pl
2281                 minor change in the comments, submitted by Fred Marton
2282
2283 2003-05-19 [paul]       0.8.11claws167
2284
2285         * src/plugins/clamav/Makefile.am
2286           configure.ac
2287                 link clamav_lib to the plugin and not to the main program
2288
2289 2003-05-19 [christoph]
2290
2291         * src/Makefile.am
2292                 add -export-dynamic for linking
2293
2294 2003-05-19 [paul]       0.8.11claws166
2295
2296         * sync with 0.9.0cvs1
2297                 see ChangeLog 2003-05-19
2298
2299 2003-05-19 [paul]       0.8.11claws165
2300
2301         * src/inc.c
2302                 fix 'pop before smtp' timeout
2303
2304 2003-05-18 [alfons]     0.8.11claws164
2305
2306         * src/prefs_matcher.c
2307                 put "execute" action command line ("expression") in edit box
2308
2309 2003-05-18 [christoph]  0.8.11claws163
2310
2311         * src/mimeview.[ch]
2312         * src/plugins/dillo_viewer/dillo_viewer.c
2313         * src/plugins/image_viewer/viewer.c
2314         * src/plugins/mathml_viewer/mathml_viewer.c
2315                 let a viewer have a list of Content-Types
2316
2317 2003-05-18 [paul]       0.8.11claws162
2318
2319         * src/prefs_filtering.c
2320                 add 'Recipient' label for FORWARD, FORWARD_AS_ATTACHMENT,
2321                 and REDIRECT actions
2322
2323 2003-05-17 [christoph]
2324
2325         * README.claws
2326                 o remove dynamic signatures that was syned with main
2327                 o add infos about no longer "build in" image viewer
2328                 o update bugtracker URL
2329
2330 2003-05-17 [christoph]  0.8.11claws161
2331
2332         * src/folder.c
2333         * src/folderview.c
2334         * src/imap.c
2335                 don't use imap_scan_folder anymore. Instead call folder_item_scan
2336                 for every folder after rebuilding the folder tree.
2337
2338         (closes Bug 19 imap_scan_folder() computes incorrectly number of new
2339          messages)
2340
2341 2003-05-17 [christoph]  0.8.11claws160
2342
2343         * src/imap.c
2344                 don't use STATUS command on current folder to check for
2345                 content changes. imap_cmd_ok() now tracks changes to
2346                 folder and number of existing messages.
2347
2348 2003-05-17 [paul]       0.8.11claws159
2349
2350         * src/plugins/clamav/clamav_plugin.c
2351                 remove unnecessary debug_print
2352
2353 2003-05-16 [thorsten]   0.8.11claws158
2354
2355         * src/plugins/demo.c
2356                 included missing intl.h
2357
2358 2003-05-16 [paul]       0.8.11claws157
2359
2360         * po/POTFILES.in
2361                 remove non-existant entries
2362         
2363         * src/plugins/clamav/clamav_plugin.c
2364           src/plugins/clamav/clamav_plugin_gtk.c
2365           src/plugins/dillo_viewer/dillo_prefs.c
2366           src/plugins/dillo_viewer/dillo_viewer.c
2367                 gettextise
2368
2369 2003-05-16 [christoph]  0.8.11claws156
2370
2371         * po/POTFILES.in
2372                 include plugin .c files for translation until I
2373                 find a better solution to have plugins have their
2374                 own textdomain
2375         * src/plugins/demo/demo.c
2376         * src/plugins/image_viewer/plugin.c
2377         * src/plugins/mathml_viewer/mathml_viewer.c
2378         * src/plugins/spamassassin/spamassassin.c
2379         * src/plugins/spamassassin/spamassassin_gtk.c
2380         * src/plugins/trayicon/trayicon.c
2381                 add gettext macros for plugin name and description
2382
2383 2003-05-16 [paul]
2384
2385         * sync with 0.9.0
2386
2387 2003-05-16 [paul]       0.8.11claws155
2388
2389         * sync with lastest 0.9.0pre1
2390                 see ChangeLog 2003-05-16
2391
2392 2003-05-15 [paul]       0.8.11claws154
2393
2394         * sync with latest 0.9.0pre1
2395                 see ChangeLog 2003-05-14 and 2003-05-15
2396
2397 2003-05-14 [christoph]  0.8.11claws153
2398
2399         * src/plugins/image_viewer/viewer.c
2400         * src/plugins/image_viewer/viewer.glade         ** NEW **
2401         * src/plugins/image_viewer/viewerprefs.c
2402                 make it possible to disable the autoload function in the
2403                 imageviewer again
2404
2405 2003-05-14 [christoph]  0.8.11claws152
2406
2407         * src/folder.c
2408                 fix folder update after adding a message
2409
2410 2003-05-13 [alfons]     0.8.11claws151
2411
2412         * src/common/session.c
2413                 remove debug traces
2414                 
2415         * src/addrcache.[ch]
2416         * src/filtering.[ch]
2417         * src/folder.[c]
2418         * src/gtkaspell.[ch]
2419         * src/imap.[ch]
2420         * src/mbox_folder.[ch]
2421         * src/mh.[ch]
2422         * src/mimeview.h
2423         * src/msgcache.[ch]
2424         * src/news.[ch]
2425         * src/passphrase.[ch]
2426         * src/prefs_common.[ch]
2427         * src/prefs_gtk.[ch]
2428         * src/procmsg.c
2429         * src/scoring.[ch]
2430                 be pedantic; (in prototypes () implies (int))
2431
2432 2003-05-13 [alfons]     0.8.11claws150
2433
2434         * src/prefs_toolbar.[ch]
2435         * src/summaryview.[ch]
2436         * src/toolbar.[ch]
2437                 change misleading text in toolbar prefs;
2438                 add toolbar action for ignore thread (toggles ignore thread flag);
2439                 clean up a little bit;
2440
2441 2003-05-12 [paul]
2442
2443         * tools/convert_mbox.pl
2444                 bug fixed by Fred Marton
2445
2446 2003-05-12 [paul]
2447
2448         * sync with 0.9.0pre1
2449
2450 2003-05-09 [paul]       0.8.11claws149
2451
2452         * sync with 0.8.11cvs43
2453                 see ChangeLog 2003-05-09
2454
2455 2003-05-08 [christoph]  0.8.11claws148
2456
2457         * src/imap.[ch]
2458                 o use CAPABILIY as first command and check for PREAUTH
2459                   information in the response to it
2460                 o rewrite all imap_cmd_* functions to use an IMAPSession
2461                   instead of a SockInfo as parameter
2462                 o do STARTTLS after fetching and checking the server
2463                   capabilities
2464
2465 2003-05-08 [paul]       0.8.11claws147
2466
2467         * tools/Makefile.am
2468           tools/README
2469           tools/convert_mbox.pl         ** NEW FILE **
2470                 add mbox conversion script. Submitted by 
2471                 Fred Marton <Fred.Marton@uni-bayreuth.de>
2472
2473 2003-05-07 [christoph]
2474
2475         * doc-src/glade.txt
2476         * src/gtk/pluginwindow.glade
2477         * src/plugins/image_viewer/viewerprefs.glade
2478         * src/plugins/spamassassin/spamassassin_gtk.glade
2479                 add glade files for user interfaces and a description how
2480                 to use glade to create the sylpheed code
2481
2482 2003-05-07 [paul]       0.8.11claws146
2483
2484         * sync with 0.8.11cvs41
2485                 see ChangeLog 2003-05-07
2486
2487 2003-05-06 [christoph]  0.8.11claws145
2488
2489         * src/main.c
2490         * src/plugins/image_viewer/viewer.c
2491                 fix usage of imlib in imageviewer plugin
2492
2493         * src/gtk/prefswindow.c
2494                 handle window close event correctly
2495
2496 2003-05-06 [paul]       0.8.11claws144
2497
2498         * src/common/ssl.c
2499                 fix typo introduced in sync
2500
2501 2003-05-06 [paul]       0.8.11claws143
2502
2503         * sync with 0.8.11cvs39
2504                 see ChangeLog 2003-05-06
2505
2506 2003-05-06 [paul]       0.8.11claws142
2507
2508         * AUTHORS
2509           po/cs.po
2510                 updated Czech translation, submitted by 
2511                 Radek Vybiral <Radek.Vybiral@vsb.cz>
2512                 
2513         * src/plugins/clamav/clamav_plugin_gtk.c
2514                 clean up
2515
2516 2003-05-03 [alfons]     0.8.11claws141
2517
2518         * src/compose.[ch]
2519                 make paste as quotation work even when the call to 
2520                 text_inserted() was deferred (fixes bug #140 "Paste 
2521                 as quotation does not work when using "external" 
2522                 clipboard")
2523
2524 2003-05-03 [thorsten]   0.8.11claws140
2525
2526         * src/addrquery.h
2527           src/ldapquery.h
2528           src/mainwindow.c
2529                 removed C++ comments
2530         * src/addr_compl.c
2531                 function with non-int retval/param used before
2532                 implementation/declaration
2533
2534 2003-05-02 [paul]       0.8.11claws139
2535
2536         * src/addr_compl.[ch]
2537           src/addressbook.[ch]
2538           src/addrindex.c
2539           src/summaryview.c
2540                 revert match's changes to (finally) remove the bug where
2541                 opening a folder causes massive slowdown when using the 
2542                 'Display sender using address book' option
2543
2544 2003-05-01 [melvin]     0.8.11claws138
2545
2546         * src/plugins/dillo_viewer/dillo_prefs.[ch]
2547         * src/plugins/dillo_viewer/dillo_viewer.c
2548                 Fixed bug where "Cancel" button from prefs issued
2549                 warnings.
2550                 Comply a little more to coding style
2551
2552 2003-05-01 [paul]       0.8.11claws137
2553
2554         * sync with 0.8.11cvs38
2555                 see ChangeLog 2003-05-01
2556
2557 2003-05-01 [paul]       0.8.11claws136
2558
2559         * po/bg.po
2560                 updated by George Danchev
2561
2562 2003-04-30 [christoph]  0.8.11claws135
2563
2564         * src/plugins/dillo_viewer/dillo_prefs.c
2565         * src/plugins/image_viewer/viewerprefs.c
2566         * src/plugins/spamassassin/spamassassin_gtk.c
2567                 remove gtk_widget_ref() calls for widgets in
2568                 glade code
2569
2570 2003-04-30 [paul]       0.8.11claws134
2571
2572         * src/addrindex.c
2573                 ok, this time a better fix for the bug where opening folder
2574                 has massive slowdown when using the 'Display sender using 
2575                 address book' option
2576
2577 2003-04-30 [paul]       0.8.11claws133
2578
2579         * src/addrindex.c
2580                 revert the 'fix' of 0.8.11claws128 because it doesn't fix it
2581         
2582 2003-04-30 [melvin]     0.8.11claws132
2583
2584         New: Dillo plugin preferences (patch by Dimitar Haralanov)
2585
2586         * src/plugins/dillo_viewer/dillo_prefs.[ch]     *** NEW ***
2587                 Preferences for the dillo plugin
2588         * src/plugins/dillo_viewer/dillo_viewer.c
2589                 Support for preferences
2590         * src/plugins/dillo_viewer/Makefile.am
2591                 Added dillo_prefs.[ch]
2592
2593 2003-04-30 [alfons]     0.8.11claws131
2594
2595         * src/common/plugin.[ch]
2596                 see? this ANSI C'fication immediately gives us type
2597                 checking for free.
2598
2599 2003-04-30 [alfons]     0.8.11claws130
2600
2601         * src/common/plugin.[ch]
2602         * src/plugins/clamav/clamav_plugin.[ch]
2603         * src/plugins/clamav/clamav_plugin_gtk.c
2604         * src/plugins/demo/demo.c
2605         * src/plugins/dillo_viewer/dillo_viewer.c
2606         * src/plugins/image_viewer/plugin.c
2607         * src/plugins/image_viewer/viewer.[ch]
2608         * src/plugins/image_viewer/viewerprefs.[ch]
2609         * src/plugins/mathml_viewer/mathml_viewer.c
2610         * src/plugins/spamassassin/spamassassin.[ch]
2611         * src/plugins/spamassassin/spamassassin_gtk.c
2612         * src/plugins/trayicon/trayicon.c
2613                 clean up
2614
2615 2003-04-30 [alfons]     0.8.11claws129
2616
2617         * src/common/utils.c
2618                 make is_ascii_str() fail gracefully when NULL pointer
2619                 is passed
2620
2621 2003-04-30 [paul]       0.8.11claws128
2622
2623         * src/addrindex.c
2624                 fix bug where opening folder has massive slowdown when
2625                 using the 'Display sender using address book' option
2626
2627 2003-04-30 [paul]       0.8.11claws127
2628
2629         * src/plugins/clamav/clamav_plugin.c
2630           src/plugins/clamav/clamav_plugin_gtk.c
2631           src/plugins/demo/demo.c
2632           src/plugins/dillo_viewer/dillo_viewer.c
2633           src/plugins/image_viewer/plugin.c
2634           src/plugins/mathml_viewer/mathml_viewer.c
2635           src/plugins/spamassassin/spamassassin.c
2636           src/plugins/spamassassin/spamassassin_gtk.c
2637           src/plugins/trayicon/trayicon.c
2638                 get rid of eye-hurting function signatures
2639
2640 2003-04-30 [paul]       0.8.11claws126
2641
2642         * src/plugins/trayicon/trayicon.c
2643                 add description
2644                 
2645         * src/mimeview.c
2646                 be more descriptive
2647
2648 2003-04-30 [paul]       0.8.11claws125
2649
2650         * configure.ac
2651                 arrange the plugins in reverse alphabetical order
2652                 
2653         * src/plugins/clamav/clamav_plugin.[ch]
2654           src/plugins/clamav/clamav_plugin_gtk.c
2655                 rename some params
2656                 resize max_size window
2657                 re-arrange the order of some gui elements
2658                 improve descriptions
2659         
2660         * src/plugins/image_viewer/plugin.c
2661           src/plugins/mathml_viewer/mathml_viewer.c
2662                 add descriptions
2663                 
2664         * src/plugins/spamassassin/spamassassin_gtk.c
2665                 resize max_size window
2666                 re-arrange the order of some gui elements
2667                 
2668         * src/messageview.c
2669           src/mimeview.c
2670                 correct typos
2671
2672 2003-04-30 [alfons]     0.8.11claws124
2673
2674         * src/imap.c
2675                 fix a leak found while browsing Martin Kluge's 
2676                 valgrind log (Claws only)
2677
2678 2003-04-29 [darko]      0.8.11claws123
2679
2680         * src/gtk/gtkstext.h
2681                 include wchar.h if it is available, fixes compilation
2682                 on HP-UX systems
2683
2684 2003-04-29 [melvin]     0.8.11claws122
2685
2686         * src/prefs_actions.c
2687                 Improved help text of Actions' syntax
2688
2689 2003-04-28 [paul]       0.8.11claws121
2690
2691         * src/action.c
2692                 a better fix for the crash when performing an action
2693                 on a mime part
2694
2695 2003-04-28 [paul]       0.8.11claws120
2696
2697         * src/action.c
2698                 fix crash when performing an action on a
2699                 mime part
2700
2701 2003-04-28 [paul]       0.8.11claws119
2702
2703         * sync with 0.8.11cvs36
2704                 see ChangeLog 2003-04-28
2705
2706 2003-04-27 [paul]       0.8.11claws118
2707
2708         * more sync with 0.8.11cvs35
2709                 see ChangeLog 2003-04-25
2710
2711 2003-04-26 [christoph]  0.8.11claws117
2712
2713         * src/folder.c
2714                 fix remove virtual check
2715
2716 2003-04-26 [paul]       0.8.11claws116
2717
2718         * src/messageview.c
2719                 fix return-receipt, make it work again
2720
2721 2003-04-26 [paul]       0.8.11claws115
2722
2723         * src/mimeview.c
2724                 restore double-clicking of the [application/pgp-signature 
2725                 (Select "Check signature" to check)] line in the message view,
2726                 broken in recent sync
2727
2728 2003-04-26 [christoph]  0.8.11claws114
2729
2730         * src/folder.c
2731                 check if remove virtual really exists before
2732                 calling the function
2733
2734 2003-04-25 [match]      0.8.11claws113
2735
2736         * src/addrindex.c
2737         * src/addrbook.c
2738         * src/ldapquery.[ch]
2739         * src/ldapctrl.[ch]
2740                 fix memleak.
2741         * src/ldapserver.[ch]
2742                 fix memleak. fix segfault.
2743                 plug a Claws memleak
2744
2745 2003-04-25 [alfons]     0.8.11claws112
2746
2747         * src/folder.c
2748                 plug a Claws memleak
2749
2750 2003-04-25 [alfons]     0.8.11claws111
2751
2752         * src/common/session.c
2753                 plug a memleak
2754
2755 2003-04-25 [paul]       0.8.11claws110
2756
2757         * sync with 0.8.11cvs35
2758                 see ChangeLog 2003-04-24 and 2003-04-25
2759                 
2760         * src/gtk/pluginwindow.c
2761                 correct another strange float value
2762
2763 2003-04-24 [christoph]  0.8.11claws109
2764
2765         * src/folder.c
2766                 freeze folder item updates when unsetting new flags
2767
2768         * src/gtk/pluginwindow.c
2769                 correct strange float value
2770
2771 2003-04-23 [paul]       0.8.11claws108
2772
2773         * sync with 0.8.11cvs33
2774                 see ChangeLog 2003-04-23
2775
2776 2003-04-22 [paul]       0.8.11claws107
2777
2778         * src/Makefile.am
2779           src/messageview.c
2780           src/mimeview.c
2781           src/pgptext.[ch]      ** REMOVED **
2782                 remove pgptext.[ch] as its not used any more
2783
2784 2003-04-22 [paul]       0.8.11claws106
2785
2786         * sync with 0.8.11cvs31
2787                 see ChangeLog 2003-04-21 and 2003-04-22
2788
2789 2003-04-21 [alfons]     0.8.11claws105
2790
2791         * src/main.c
2792                 No access to GTK structures if we're a spawned child
2793                 (and clean up code a little bit...) Should fix #126.
2794
2795 2003-04-21 [melvin]     0.8.11claws104
2796
2797         * src/plugins/dillo_viewer/README
2798                 Improved slightly the text.
2799
2800 2003-04-21 [melvin]     0.8.11claws103
2801
2802         * src/plugins/dillo_viewer/README *** NEW ***
2803                 Added a README file for the Dillo plugin
2804
2805 2003-04-20 [paul]
2806
2807         * tools/README
2808           tools/outlook2sylpheed.pl
2809                 updated and improved by Ricardo Mones Lastra
2810
2811 2003-04-18 [oliver]     0.8.11claws102
2812
2813         * src/inc.c 
2814         * src/prefs_account.h
2815                 remove Pop3SessionType (used by selective download)
2816         * src/prefs_toolbar.c
2817                 enable set Default Toolbar button
2818
2819 2003-04-18 [paul]       0.8.11claws101
2820
2821         * sync with 0.8.11cvs29
2822                 see ChangeLog 2003-04-18
2823
2824 2003-04-17 [paul]       0.8.11claws100
2825
2826         * src/prefs_common.[ch]
2827           src/summaryview.c
2828                 remove 'Open next message on deletion' option,
2829                 as the same effect can now be achieved via the
2830                 'Always open messages in summary when selected'
2831                 option.
2832
2833 2003-04-17 [paul]       0.8.11claws99
2834
2835         * sync with 0.8.11cvs28
2836                 see ChangeLog 2003-04-17
2837
2838 2003-04-17 [christoph]  0.8.11claws98
2839
2840         * ac/spamassassin.m4
2841         * src/plugins/spamassassin/libspamc.[ch]
2842         * src/plugins/spamassassin/utils.[ch]
2843                 sync libspamc with SpamAssassin project
2844
2845 2003-04-17 [christoph]  0.8.11claws97
2846
2847         * src/common/socket.h
2848         * src/gtk/sslcertwindow.h
2849                 rename old USE_SSL to USE_OPENSSL
2850
2851 2003-04-17 [paul]       0.8.11claws96
2852
2853         * src/prefs_common.h
2854                 use gulong for P_COLOR so that it compiles/runs on
2855                 64-bit systems. Patch submitted by James Noyes
2856                 <jnoyes-claws@retrogeeks.com>
2857                 
2858         * po/de.po
2859                 updated by Jens
2860
2861 2003-04-17 [paul]       0.8.11claws95
2862
2863         * sync with 0.8.11cvs27
2864                 see ChangeLog 2003-04-16
2865
2866 2003-04-15 [paul]       0.8.11claws94
2867
2868         * src/prefs_common.[ch]
2869                 rearrange to stop the window getting too long:
2870                         move Receive dialog stuff to Receive tab
2871                         move Send dialog to Send tab
2872                         remove Dialogs frame
2873                 rename 'Open messages in summary with cursor keys' to
2874                 'Always open messages in summary when selected', as its
2875                 more appropriate
2876
2877 2003-04-15 [paul]       0.8.11claws93
2878
2879         * src/prefs_common.[ch]
2880           src/summaryview.c
2881                 add new option '/Interface/Open next message on deletion'
2882
2883 2003-04-15 [paul]       0.8.11claws92
2884
2885         * src/summaryview.[ch]
2886                 add /Mark/Lock and /Mark/Unlock to the pop-up
2887                 menu. Patch submitted by Ivan Francolin Martinez
2888                 <ivanfm@users.sourceforge.net>
2889
2890 2003-04-15 [paul]       0.8.11claws91
2891
2892         * sync with 0.8.11cvs24
2893                 see ChangeLog 2003-04-15
2894
2895 2003-04-14 [jens]       0.8.11claws90
2896
2897         * updated German translation and some corrections from
2898                 Roland Bless <bless@tm.uka.de>
2899
2900 2003-04-14 [paul]       0.8.11claws89
2901
2902         * sync with 0.8.11cvs22
2903                 see ChangeLog 2003-04-14
2904
2905 2003-04-13 [paul]       0.8.11claws88
2906
2907         * src/plugins/clamav/clamav_plugin.c
2908                 fix memory leaks
2909                 clean up
2910
2911 2003-04-12 [paul]       0.8.11claws87
2912
2913         * src/plugins/clamav/clamav_plugin.c
2914                 activate enable/disable archive scanning option
2915                 
2916         * src/plugins/clamav/.cvsignore         ** NEW FILE **
2917
2918 2003-04-12 [paul]       0.8.11claws86
2919
2920         * src/plugins/Makefile.am
2921           src/plugins/clamav/Makefile.am                ** NEW FILE **
2922           src/plugins/clamav/README                     ** NEW FILE ** 
2923           src/plugins/clamav/clamav_plugin.[ch]         ** NEW FILES **
2924           src/plugins/clamav/clamav_plugin_gtk.c        ** NEW FILE **
2925                 add Clam AntiVirus plugin
2926
2927 2003-04-12 [paul]       0.8.11claws85
2928
2929         * sync with 0.8.11cvs21
2930                 see ChangeLog 2003-04-11
2931
2932 2003-04-11 [paul]       0.8.11claws84
2933
2934         * po/es.po
2935                 update Spanish translation. Submitted by Ricardo
2936                 Mones Lastra.
2937
2938 2003-04-10 [christoph]  0.8.11claws83
2939
2940         * src/mbox.c
2941                 fix typo that did not move unfiltered mails to destination
2942                 folder
2943
2944         (closes Bug 115 Sylpheed 0.8.11claws81 does not deliver mail correctly
2945          when filtering from spool)
2946
2947 2003-04-10 [christoph]  0.8.11claws82
2948
2949         * src/imap.c
2950                 use BODY.PEEK instead of BODY in in message fetch operation
2951                 to make sure the IMAP server does not set the \Seen flag for
2952                 messages. Sylpheed does that later itself, when the message
2953                 is opened in sylpheed
2954
2955         (closes Bug 111 Claws destroys unread marks)
2956
2957 2003-04-09 [oliver]     0.8.11claws81
2958         
2959         * src/folder.c
2960                 fix crash in folder_destroy
2961         * README.claws
2962                 remove selective download
2963
2964 2003-04-09 [christoph]  0.8.11claws80
2965
2966         * src/imap.c
2967                 fix crash in imap_get_msginfo() when then fetched message
2968                 is not found
2969
2970         (closes Bug 110 Crash during mail composition)
2971
2972 2003-04-08 [christoph]  0.8.11claws79
2973
2974         * src/folder.c
2975         * src/prefs_account.c
2976                 Filter new messages that are found in an INBOX folder
2977                 when 'Filter messages on receiving' is enabled in the
2978                 Folder's AccountPrefs. This allows to use Sylpheed's
2979                 filtering engine for IMAP folders where messages are
2980                 added to the INBOX by a MTA
2981
2982 2003-04-08 [paul]       0.8.11claws78
2983
2984         * src/procmsg.h
2985                 clean up after last commit
2986
2987 2003-04-08 [paul]       0.8.11claws77
2988
2989         * sync with 0.8.11cvs20
2990                 see ChangeLog 2003-04-07 and 2003-04-08
2991
2992 2003-04-07 [christoph]  0.8.11claws76
2993
2994         * src/filtering.[ch]
2995         * src/inc.[ch]
2996         * src/mbox.c
2997         * src/procmsg.[ch]
2998                 add procmsg_msginfo_filter() to execute filtering actions
2999
3000 2003-04-06 [christoph]  0.8.11claws75
3001
3002         * src/imap.c
3003                 use IMAPSet for imap_cmd_store() and imap_cmd_envelope()
3004
3005 2003-04-06 [christoph]  0.8.11claws74
3006
3007         * src/common/utils.[ch]
3008                 add g_int_compare() function for slist sorting
3009
3010         * src/imap.c
3011                 fetch all MsgInfos with one command in imap_get_msginfos()
3012                 using an imap set with a list of ranges
3013
3014         * src/news.c
3015                 use new g_int_compare() function
3016
3017 2003-04-06 [thorsten]   0.8.11claws73
3018
3019         * src/mh.c
3020                 corrected implementation of mh_folder_destroy()
3021
3022 2003-04-05 [christoph]  0.8.11claws72
3023
3024         * src/account.c
3025         * src/folder.[ch]
3026         * src/folderview.c
3027         * src/imap.c
3028         * src/inc.c
3029         * src/main.c
3030         * src/mainwindow.c
3031         * src/mbox_folder.c
3032         * src/mh.c
3033         * src/mimeview.h
3034         * src/msgcache.[ch]
3035         * src/news.c
3036         * src/procmime.h
3037         * src/procmsg.[ch]
3038         * src/setup.c
3039         * src/gtk/gtkutils.c
3040                 o rename structure field names class and new to klass and
3041                   new_msgs, to allow including files in C++
3042                 o add 'extern "C"' block to some header files
3043                 o add MsgInfoList and MsgNumberList as alias for GSList for
3044                   developers to know what type of list is expected
3045
3046         * src/plugins/image_viewer/plugin.c
3047         * src/plugins/image_viewer/viewer.[ch]
3048         * src/plugins/image_viewer/viewerprefs.[ch]
3049                 rename function names to prevent conflicts
3050
3051 2003-04-05 [paul]       0.8.11claws71
3052
3053         * sync with 0.8.11cvs18
3054                 see ChangeLog 2003-04-03 and 2003-04-04
3055
3056 2003-04-02 [christoph]  0.8.11claws70
3057
3058         * src/folder.[ch]
3059         * src/imap.[ch]
3060         * src/mbox_folder.[ch]
3061         * src/mh.[ch]
3062         * src/news.[ch]
3063                 o Make all virtual folder functions private
3064                 o remove unused folder code
3065
3066         * src/common/socket.[ch]
3067         * src/summaryview.c
3068                 fix warnings
3069
3070 2003-03-30 [alfons]     0.8.11claws69
3071
3072         * src/send_message.c
3073                 remove two debug traces and see if people still report
3074                 errors
3075
3076 2003-03-30 [alfons]     0.8.11claws68
3077
3078         * src/send_message.c
3079         * src/commons/session.c
3080                 add more debug traces
3081
3082 2003-03-30 [christoph]  0.8.11claws67
3083
3084         * src/folder.c
3085                 change processing folder name from .processing to processing
3086
3087         * src/common/ssl.c
3088                 disable SSL certificate check because it causes Xlib error
3089                 when the child process want's to open an GTK window
3090
3091 2003-03-30 [christoph]  0.8.11claws66
3092
3093         * src/folder.c
3094                 don't use default folder for processing folder item because
3095                 it can be a non local folder
3096
3097         (fixes bug reported by Stephen Lewis <slewis@paradise.net.nz>)
3098
3099 2003-03-30 [alfons]     0.8.11claws65
3100
3101         * src/send_message.c
3102                 try fixing crashes when sending messages: my gcc 2.95.4 seems 
3103                 to generate bad code for 'send_send_data_progressive': When
3104                 called from 'send_send_data_finished', the 'data' pointer is
3105                 cleared just before the assignment to the dialog pointer
3106
3107 2003-03-29 [christoph]  0.8.11claws64
3108
3109         * src/common/prefs.h
3110         * src/plugins/image_viewer/Makefile.am
3111         * src/plugins/image_viewer/plugin.c
3112         * src/plugins/image_viewer/viewer.[ch]
3113         * src/plugins/image_viewer/viewerprefs.[ch]     ** NEW **
3114                 add PrefsPage for ImageViewer
3115
3116 2003-03-28 [thorsten]   0.8.11claws63
3117
3118         * src/common/session.c
3119                 added some comments
3120
3121 2003-03-28 [paul]       0.8.11claws62
3122
3123         * sync with 0.8.11cvs16
3124                 see ChangeLog 2003-03-28
3125
3126 2003-03-28 [paul]       0.8.11claws61
3127
3128         * sync with 0.8.11cvs15
3129                 see ChangeLog 2003-03-28
3130
3131 2003-03-27 [christoph]  0.8.11claws60
3132
3133         * src/folder.c
3134         * src/imap.c
3135         * src/common/socket.[ch]
3136                 set socket state to DISCONNECTED when any operation
3137                 fails to allow reconnecting in IMAP code without
3138                 checking the return code of all calls to the command
3139                 functions
3140
3141         * src/folderview.c
3142         * src/summaryview.c
3143                 remove some more stuff that depends on specific
3144                 folder types
3145
3146 2003-03-27 [paul]       0.8.11claws59
3147
3148         * sync with 0.8.11cvs14
3149                 see ChangeLog 2003-03-27
3150                 
3151         * src/selective_download.[ch]   ** REMOVED **
3152                 really removed
3153
3154 2003-03-27 [christoph]  0.8.11claws58
3155
3156         * src/folder.c
3157                 fix handling of tmp_flags in flag copy function
3158
3159 2003-03-27 [paul]       0.8.11claws57
3160
3161         * sync with 0.8.11cvs13
3162                 see ChangeLog 2003-03-27
3163
3164 2003-03-27 [oliver]     0.8.11claws56
3165
3166         * src/maiwindow.c
3167                 remove sel_download_cb
3168
3169 2003-03-27 [oliver]     0.8.11claws55
3170         
3171         * src/inc.c
3172                 remove POP3_TOP
3173         
3174 2003-03-26 [oliver]     0.8.11claws54
3175
3176         *src/pop.h
3177                 remove POP3_TOP*
3178         * README.claws
3179                 remove selective donwload readme
3180
3181 2003-03-26 [oliver]     0.8.11claws53
3182         * src/matcher.[ch]
3183         * src/matcher_parser_parse.y 
3184         * src/pop.c 
3185         * src/prefs_account.[ch]
3186         * src/prefs_filtering.c
3187                 remove selective donwload
3188
3189 2003-03-26 [oliver]     0.8.11claws52
3190
3191         * src/inc.[ch] 
3192         * src/filtering.c 
3193         * src/mainwindow.c 
3194                 remove selective donwload
3195
3196 2003-03-26 [oliver]     0.8.11claws51
3197         
3198         * src/Makefile.am
3199         * src/selective_download.[ch]   ** REMOVE **    
3200
3201 2003-03-26 [christoph]  0.8.11claws50
3202
3203         * src/news.c
3204                 fix NEWS that got broken by a sync with sylpheed-main
3205
3206 2003-03-26 [christoph]  0.8.11claws49
3207
3208         * src/mimeview.c
3209                 fix mime type guessing when no mime type is found for a file
3210
3211 2003-03-25 [christoph]  0.8.11claws48
3212
3213         * src/mimeview.c
3214         * src/procmime.c
3215                 remove mime type guessing from mime parser and use
3216                 name based mime types in viewer lookup for mime type
3217                 application/octet-stream
3218
3219 2003-03-25 [christoph]  0.8.11claws47
3220
3221         * doc-src/readme.txt
3222         * doc-src/rfc2554.txt
3223                 add RFC about SMTP AUTH
3224
3225         * src/send_message.c
3226         * src/common/smtp.[ch]
3227                 add extra error code for authentication errors and
3228                 clear temporary password when this error occurs
3229
3230         (closes Bug 84 authentication failure while sending should
3231          prompt for password again)
3232
3233 2003-03-25 [christoph]  0.8.11claws46
3234
3235         * configure.ac
3236         * src/Makefile.am
3237         * src/imageview.[ch]                            ** REMOVE **
3238         * src/messageview.[ch]
3239         * src/mimeview.[ch]
3240         * src/prefs_common.[ch]
3241         * src/textview.c
3242         * src/plugins/Makefile.am
3243         * src/plugins/image_viewer/.cvsignore           ** NEW **
3244         * src/plugins/image_viewer/Makefile.am          ** NEW **
3245         * src/plugins/image_viewer/plugin.c             ** NEW **
3246         * src/plugins/image_viewer/viewer.[ch]          ** NEW **
3247                 move image viewer into a plugin (building is enabled by default)
3248                 [ToDo: Prefs for resize and autoview]
3249
3250 2003-03-25 [paul]       0.8.11claws45
3251
3252         * sync with 0.8.11cvs12
3253                 see ChangeLog 2003-03-26
3254
3255 2003-03-25 [paul]       0.8.11claws44
3256
3257         * sync with 0.8.11cvs11
3258                 see ChangeLog 2003-03-22, 2003-03-24 and 2003-03-25
3259                 
3260         Note: Selective Download is broken.
3261                 
3262 2003-03-22 [christoph]  0.8.11claws43
3263
3264         * src/folder.c
3265                 code cleanup for flags copying
3266
3267 2003-03-22 [christoph]  0.8.11claws42
3268
3269         * src/plugins/trayicon/trayicon.c
3270                 fix setting the transparent area when the window size
3271                 is forced by the system tray
3272
3273 2003-03-22 [christoph]  0.8.11claws41
3274
3275         * src/plugins/trayicon/gnome-mail.xpm           ** REMOVE **
3276         * src/plugins/trayicon/gnome-nomail.xpm         ** REMOVE **
3277         * src/plugins/trayicon/newmail.xpm              ** NEW **
3278         * src/plugins/trayicon/nomail.xpm               ** NEW **
3279         * src/plugins/trayicon/trayicon.c
3280         * src/plugins/trayicon/unreadmail.xpm           ** NEW **
3281                 o replace GBiff icons with KBiff icons resized to 16x16 pixel
3282                 o add icon for unread mails
3283                 o set transparency for window
3284
3285 2003-03-22 [christoph]  0.8.11claws40
3286
3287         * src/news.c
3288                 init news session to prevent crash when session is closed
3289
3290 2003-03-22 [christoph]  0.8.11claws39
3291
3292         * src/imap.c
3293         * src/common/session.[ch]
3294                 Init session data to make sure we don't have invalid pointers
3295                 for read_ch and write_ch when new multi process sessions are
3296                 not used
3297
3298         * src/main.c
3299         * src/common/plugin.c
3300         * src/common/sylpheed.c
3301         * src/plugins/demo/demo.c
3302         * src/plugins/dillo_viewer/dillo_viewer.c
3303         * src/plugins/mathml_viewer/mathml_viewer.c
3304         * src/plugins/spamassassin/spamassassin.c
3305         * src/plugins/spamassassin/spamassassin_gtk.c
3306                 add plugin types to allow loading plugins at different times
3307                 (and maybe for different frontends), because it's not good to
3308                 load GTK-Plugins gefore gtk_init was called
3309
3310         * configure.ac
3311         * src/plugins/Makefile.am
3312         * src/plugins/trayicon/.cvsignore               ** NEW **
3313         * src/plugins/trayicon/Makefile.am              ** NEW **
3314         * src/plugins/trayicon/eggtrayicon.c            ** NEW **
3315         * src/plugins/trayicon/eggtrayicon.h            ** NEW **
3316         * src/plugins/trayicon/gnome-mail.xpm           ** NEW **
3317         * src/plugins/trayicon/gnome-nomail.xpm         ** NEW **
3318         * src/plugins/trayicon/trayicon.c               ** NEW **
3319                 New Trayicon plugin that shows an icon in a systray that uses
3320                 XEMBED protocol like Gnome's systray. Icon shows if there
3321                 are new mails and a tooltip shows information about new,
3322                 unread and total messages.
3323
3324 2003-03-22 [paul]       0.8.11claws38
3325
3326         * src/common/smtp.c
3327                 fix ESMTP AUTH CRAM-MD5
3328                 [sync with main (still version 0.8.11cvs6), see
3329                  ChangeLog 2003-03-22]
3330
3331 2003-03-21 [colin]      0.8.11claws37
3332
3333         * src/send_message.c
3334                 Fix USE_SSL => USE_OPENSSL
3335
3336 2003-03-21 [colin]      0.8.11claws36
3337
3338         * src/folderview.c
3339                 Fix counts in drag and dropped subfolders
3340
3341 2003-03-21 [colin]      0.8.11claws35
3342
3343         * src/folder.c 
3344         * src/folderview.c
3345                 speed up a bit folder dnd
3346
3347 2003-03-20 [alfons]     0.8.11claws34
3348
3349         * src/main.c
3350         * src/toolbar.c
3351         * src/procmsg.c
3352                 don't send locked queue messages
3353                 (feature request "[ 705245 ] Locking message in outbox 
3354                  should prevent sending")
3355
3356 2003-03-20 [christoph]  0.8.11claws33
3357
3358         * src/folder.c
3359                 remove NEW and UNREAD flag in special folders when scanning
3360                 
3361         * src/common/smtp.c
3362                 fix ESMTP AUTH CRAM-MD5
3363
3364 2003-03-20 [paul]       0.8.11claws32
3365
3366         * src/prefs_account.c
3367                 Re-write 'Tunnel command to open connection' as
3368                 'Use command to communicate with server', and disable
3369                 it for all except IMAP accounts
3370
3371 2003-03-20 [paul]       0.8.11claws31
3372
3373         * sync with 0.8.11cvs6
3374                 see ChangeLog 2003-03-20
3375
3376 2003-03-19 [match]      0.8.11claws30
3377
3378         * src/addritem.[ch]
3379                 include documentation. minor refactoring.
3380         * src/addr_compl.[ch]
3381         * src/addrindex.[ch]
3382         * src/addresbook.[ch]
3383         * src/summaryview.c
3384                 re-enable address lookup (was disabled in
3385                 0.8.11claws20).
3386
3387 2003-03-19 [christoph]  0.8.11claws29
3388
3389         * src/procmsg.c
3390                 add temp flag handling, will make moving and copying
3391                 messages possible again
3392
3393         * src/folder.c
3394                 correct calulation of folder stats
3395
3396 2003-03-18 [match]      0.8.11claws28
3397
3398         * src/editgroup.h
3399                 remove case sensitive comparison (closes bug 80).
3400
3401 2003-03-18 [christoph]  0.8.11claws27
3402
3403         * src/imap.c
3404                 fix imap using a tunnel command
3405
3406         (closes bug 87)
3407
3408 2003-03-18 [christoph]  0.8.11claws26
3409
3410         * src/folder.[ch]
3411         * src/imap.c
3412         * src/procmsg.[ch]
3413                 rewrite flag handling for folders
3414
3415 2003-03-18 [christoph]  0.8.11claws25
3416
3417         * src/folder.c
3418         * src/procmsg.c
3419         * src/summaryview.c
3420                 unset NEW and UNREAD flags when message is ignored, to make
3421                 sure messages don't show up as unread on other IMAP clients,
3422                 because the IGNORE_THREAD flag can not be syncronized through
3423                 the IMAP folder
3424
3425 2003-03-17 [christoph]  0.8.11claws24
3426
3427         * src/imap.c
3428                 don't use recursion to fetch uids when the number of messages
3429                 does not match. Moved code into subfunction that is used
3430                 again when needed, to prevent an endless loop.
3431
3432 2003-03-17 [thorsten]   0.8.11claws23
3433
3434         * src/imageview.[ch]
3435                 export imageview_get_resized_size() (for plugins)
3436         * src/prefs_common.[ch]
3437                 added prefs_common_get() (for plugins)
3438
3439 2003-03-17 [christoph]  0.8.11claws22
3440
3441         * src/imap.c
3442                 o remove UID guessing from copy code
3443                 o support UIDPLUS extension for APPEND command
3444
3445 2003-03-17 [paul]       0.8.11claws21
3446
3447         * src/gtk/about.c
3448                 remove 'Compiled-plugins' section.
3449                 
3450         * src/plugins/dillo_viewer/dillo_viewer.c
3451                 slight change to description text
3452
3453 2003-03-16 [match]      0.8.11claws20
3454         * src/ldapserver.[ch]           ** NEW **
3455         * src/ldapctrl.[ch]             ** NEW **
3456         * src/ldapquery.[ch]            ** NEW **
3457         * src/ldaputil.[ch]             ** NEW **
3458         * src/addrcindex.[ch]           ** NEW **
3459         * src/addrquery.h               ** NEW **
3460         * src/addritem.[ch]
3461         * src/addrcache.[ch]
3462         * src/addrindex.[ch]
3463         * src/addr_compl.[ch]
3464         * src/addressbook.[ch]
3465         * src/addrbook.[ch]
3466         * src/editgroup.c
3467         * src/editaddress.c
3468         * src/editldap.c
3469         * src/editldap_basedn.c
3470         * src/vcard.c
3471         * src/jpilot.c
3472         * src/Makefile.am
3473                 included dynamic LDAP queries. improved address
3474                 completion.
3475
3476 2003-03-16 [paul]       0.8.11claws19
3477
3478         * tools/multiwebsearch.pl
3479                 fix a fatal typo
3480
3481 2003-03-16 [christoph]  0.8.11claws18
3482
3483         * src/mimeview.c
3484         * src/plugins/dillo_viewer/dillo_viewer.c
3485         * src/plugins/mathml_viewer/mathml_viewer.c
3486                 make unregistering of MimeViewerFactorys possible
3487
3488 2003-03-16 [alfons]     0.8.11claws17
3489
3490         * configure.ac
3491                 correct typo
3492
3493 2003-03-16 [melvin]     0.8.11claws16
3494
3495         * src/plugins/dillo_viewer.c
3496                 Fixed bug where it was not possible to view more than
3497                 one text/html attachment per message (bug discovered
3498                 by Christoph Hohmann).
3499
3500 2003-03-15 [melvin]     0.8.11claws15
3501
3502         * src/prefs_actions.c
3503                 Fixed compilation warnings.
3504
3505 2003-03-15 [melvin]     0.8.11claws14
3506
3507         * src/plugins/Makefile.am
3508         * src/plugins/dillo_viewer/.cvsignore                   ** NEW **
3509         * src/plugins/dillo_viewer/Makefile.am                  ** NEW **
3510         * src/plugins/dillo_viewer/dillo_viewer.c               ** NEW **
3511                 Added a html mail viewer plugin that uses Dillo v0.7.0 or
3512                 newer (http://dillo.auriga.wearlab.de/).
3513
3514 2003-03-15 [christoph]  0.8.11claws13
3515
3516         * src/imap.c
3517                 don't query imap folder for attributes because we already
3518                 for them from imap_status
3519
3520         * src/mimeview.[ch]
3521                 add support for plugable MimeViewers (unloading Viewers
3522                 not yet complete)
3523
3524         * src/plugins/Makefile.am
3525         * src/plugins/mathml_viewer/.cvsignore          ** NEW **
3526         * src/plugins/mathml_viewer/Makefile.am         ** NEW **
3527         * src/plugins/mathml_viewer/mathml_viewer.c     ** NEW **
3528                 add MathML Viewer (Content-Type text/mathml) using GtkMathView
3529                 widget from http://helm.cs.unibo.it/mml-widget/
3530
3531 2003-03-14 [christoph]  0.8.11claws12
3532
3533         * src/folder.[ch]
3534                 o error return code's should better be negative
3535                 o replace printf with debug_print
3536
3537         * src/imap.c
3538                 improve IMAP folder scan by checking UID-NEXT
3539
3540         * src/summaryview.c
3541                 remove check that are unnecessary in my opinion
3542
3543 2003-03-13 [christoph]  0.8.11claws11
3544
3545         * src/folder.[ch]
3546         * src/foldersel.c
3547         * src/folderview.c
3548         * src/imap.c
3549         * src/mbox_folder.c
3550         * src/mh.c
3551         * src/news.c
3552         * src/prefs_scoring.c
3553         * src/summaryview.c
3554                 use a common function to get a displayable name
3555                 for a FolderItem
3556
3557 2003-03-13 [paul]       0.8.11claws10
3558
3559         * tools/Makefile.am
3560           tools/README
3561           tools/multiwebsearch.conf     ** NEW FILE **
3562           tools/multiwebsearch.pl       ** NEW FILE **
3563                 add multiwebsearch Actions script
3564
3565 2003-03-13 [colin]      0.8.11claws9
3566
3567         * src/compose.c
3568                 Remove leading emtpy lines from quoted text
3569                 before quoting it
3570
3571 2003-03-13 [melvin]     0.8.11claws8
3572
3573         * src/prefs_actions.c
3574                 Fixed a memory leak
3575                 Code clean ups
3576                 Added Cancel and OK buttons
3577                 Corrected help text
3578
3579 2003-03-13 [christoph]  0.8.11claws7
3580
3581         * src/account.c
3582         * src/folder.[ch]
3583         * src/imap.c
3584         * src/mainwindow.c
3585         * src/mbox_folder.c
3586         * src/mh.c
3587         * src/news.c
3588         * src/setup.c
3589                 replace more folder type stuff with folder class stuff
3590
3591 2003-03-13 [melvin]     0.8.11claws6
3592
3593         * src/prefs_actions.c
3594                 Added new tokens:
3595                 %u: user provided argument
3596                 %h: user provided argument (hidden on input)
3597                 %s: current text selection in the message view 
3598
3599 2003-03-13 [paul]       0.8.11claws5
3600
3601         * sync with 0.8.11cvs5
3602                 see ChangeLog 2003-03-11, 2003-03-12
3603
3604 2003-03-12 [christoph]  0.8.11claws4
3605
3606         * src/folder.c
3607                 use folder class idstr when writing folderlist.xml
3608
3609         * src/folder.h
3610         * src/imap.c
3611         * src/news.c
3612                 replace folder type checks with folder class checks
3613
3614 2003-03-12 [christoph]  0.8.11claws3
3615
3616         * src/folder.[ch]
3617         * src/imap.[ch]
3618         * src/main.c
3619         * src/mbox_folder.[ch]
3620         * src/mh.[ch]
3621         * src/news.[ch]
3622                 o create a list of known folder classes in the folder system
3623                 o use folder class id strings for folder item identifiers
3624
3625 2003-03-12 [christoph]  0.8.11claws2
3626
3627         * src/imap.c
3628                 fix imap uid validity check
3629
3630 2003-03-12 [christoph]  0.8.11claws1
3631
3632         * src/account.c
3633         * src/folder.[ch]
3634         * src/foldersel.c
3635         * src/folderview.c
3636         * src/imap.c
3637         * src/mainwindow.c
3638         * src/mbox_folder.c
3639         * src/mh.c
3640         * src/news.c
3641         * src/prefs_scoring.c
3642         * src/procmsg.c
3643         * src/setup.c
3644         * src/summaryview.c
3645                 initial restructuring of folder system, seperating
3646                 folders and folder classes
3647
3648 2003-03-12 [paul]       0.8.11claws
3649
3650         0.8.11claws release
3651
3652 2003-03-12 [christoph]
3653
3654         * src/gtk/prefswindow.c
3655                 fix translation of "Page Index"
3656
3657 2003-03-12 [paul]       0.8.10claws110
3658
3659         a sync from 0.8.11cvs4 before the release
3660
3661         * src/common/utils.c
3662                 subject_compare_for_sort(): allow null strings (fixes
3663                 summary sorting).
3664
3665 2003-03-11 [paul]       0.8.10claws109
3666
3667         * po/es.po
3668                 update Spanish translation, submitted by
3669                 Ricardo Mones Lastra
3670
3671 2003-03-11 [melvin]     0.8.10claws108
3672
3673         * po/fr.po
3674                 Updated French translations
3675
3676 2003-03-11 [paul]       0.8.10claws107
3677
3678         * manual/en/Makefile.am
3679           manual/en/*.html
3680                 update English manual, add a new page
3681                 updated by Francois Barriere <fbarriere@atmel.fr>
3682                 
3683         * po/bg.po
3684           po/it.po
3685           po/sr.po
3686                 update Bulgarian, Italian, and Serbian translations
3687                 submitted by George Danchev, Alessandro Maestri, and
3688                 Urke MMI
3689
3690 2003-03-10 [paul]       0.8.10claws106
3691
3692         * src/gtk/about.c
3693           src/gtk/prefswindow.c
3694                 make some strings translatable
3695
3696 2003-03-10 [darko]      0.8.10claws105
3697
3698         * src/compose.c
3699                 code cleanup to make Hiro happy
3700
3701 2003-03-10 [paul]       0.8.10claws104
3702
3703         * sync with 0.8.11cvs2
3704                 see ChangeLog 2003-03-10
3705
3706 2003-03-09 [melvin]     0.8.10claws103
3707
3708         * src/textview.c
3709                 textview_set_font(): fix for message display in
3710                 UTF-8 locales (thanks to Sergey Vlasov).
3711                 (was unintentionnaly reverted in 0.8.6claws6)   
3712
3713 2003-03-08 [darko]      0.8.10claws102
3714
3715         * src/compose.c
3716                 fix infinite loop in wrapping as reported
3717                 by happycactus
3718                 obsoletes patch #696482
3719
3720 2003-03-08 [christoph]  0.8.10claws101
3721
3722         * src/imap.c
3723                 add workaround for IMAP servers that do not
3724                 support the "UID SEARCH UID" command
3725
3726 2003-03-07 [christoph]  0.8.10claws100
3727
3728         * src/plugins/spamassassin/spamassassin.[ch]
3729         * src/plugins/spamassassin/spamassassin_gtk.c
3730                 code cleanup
3731
3732 2003-03-07 [paul]       0.8.10claws99
3733
3734         * po/es.po
3735                 updated Spanish translation, submitted by
3736                 Ricardo Mones Lastra
3737
3738 2003-03-07 [christoph]  0.8.10claws98
3739
3740         * src/send.c
3741                 fix in 0.8.10claws94 was wrong
3742                 local delivery does not require escaping, remove escaping
3743                 code to make signatures of mails with "." lines valid
3744                 
3745                 NOTE: requires that sendmail is executed with "-i" option,
3746                       what is the default now, but has to be changed in all
3747                       exsiting accounts)
3748
3749 2003-03-07 [paul]       0.8.10claws97
3750
3751         * sync with 0.8.11 release
3752                 see ChangeLog 2003-03-07
3753
3754 2003-03-06 [paul]       0.8.10claws96
3755
3756         * src/compose.c
3757                 revert commit 0.8.10claws92
3758
3759 2003-03-06 [paul]       0.8.10claws95
3760
3761         * src/folderview.c
3762                 fix (solaris) bug 73, 'Crash when selecting top-level folder'
3763
3764         * src/gtkaspell.c
3765                 fix bug 74, 'Crash opening editor window with pseudo-color
3766                 display'
3767                 
3768         Patches submitted by Kevin Vigor <kevin@vigor.nu>
3769
3770 2003-03-06 [christoph]  0.8.10claws94
3771
3772         * src/send.c
3773                 fix rfc2821 (4.5.2) violation in SMTP data sending,
3774                 all lines starting with a period get an extra period
3775                 inserted
3776                 (found by Simon 'corecode' Schubert)
3777
3778 2003-03-06 [paul]       0.8.10claws93
3779
3780         * src/folderview.c
3781                 if configured font can't be loaded fall back to gtk
3782                 default. (with thanks to Christoph)
3783                 
3784                 closes long-standing bug 15 'Crashes on startup'
3785
3786 2003-03-06 [paul]       0.8.10claws92
3787
3788         * src/compose.c
3789                 freeze text before autosave and thaw afterwards
3790                 fixes bug 67 'autosave make re-rediting message crazy'
3791
3792 2003-03-06 [christoph]  0.8.10claws91
3793
3794         * src/compose.c
3795                 ignore address comment in dupe check for Cc-list
3796
3797         (closes reopened bug 47 Replying to message strips name part of
3798          e-mail addresses of Cc: lines)
3799
3800 2003-03-06 [paul]       0.8.10claws90
3801
3802         * src/Makefile.am
3803                 remove reference to gtkxtext.h as its no longer in
3804                 the repository
3805
3806 2003-03-06 [paul]       0.8.10claws89
3807
3808         * sync with 0.8.10cvs25
3809                 see ChangeLog 2003-03-06
3810
3811 2003-03-06 [oliver]     0.8.10claws88
3812         
3813         * src/messageview.c
3814                 remove include
3815
3816 2003-03-06 [oliver]     0.8.10claws87
3817         
3818         * src/folderview.c 
3819                 remove changes introduced inclaws74
3820         * src/messageview.c
3821                 another attempt to sanely delete and update
3822                 messages deleted in separate messageview
3823
3824 2003-03-05 [christoph]  0.8.10claws86
3825
3826         * src/summaryview.c
3827                 check if "From" matches any account's address if
3828                 addressbook completion of addresses is disabled too
3829
3830         (closes Bug 70 "Display recipient in from" doesn't check
3831          folder's default account)
3832
3833 2003-03-05 [christoph]  0.8.10claws85
3834
3835         * src/compose.c
3836         * src/common/utils.[ch]
3837                 don't strip address comments when building Cc lists
3838
3839         (closes Bug 47 Replying to message strips name part of e-mail addresses
3840          of Cc: lines)
3841
3842         * src/folder.c
3843                 fix return value of copy function
3844
3845 2003-03-05 [christoph]  0.8.10claws84
3846
3847         * src/imap.c
3848                 don't ask imap server for non rfc822 headers
3849
3850         (closes bug 71 IMAP FETCH asks for FROM header field twice)
3851
3852         * src/imap.c
3853                 destroy session on socket error to allow reconnecting
3854
3855 2003-03-05 [christoph]  0.8.10claws83
3856
3857         * configure.ac
3858                 fix building with gnome when no prefix is set
3859
3860         (closes bug 66 Gnome directory is set to NONE)
3861
3862 2003-03-05 [paul]       0.8.10claws82
3863
3864         * sync with 0.8.10cvs23
3865                 see ChangeLog 2003-03-05
3866
3867 2003-03-04 [christoph]  0.8.10claws81
3868
3869         * src/folder.c
3870                 o fix moving and copying when folder returns 0 for new
3871                   message number
3872                 o remove some code for single message copy and move
3873                   operations and use functions for multiple messages
3874
3875         (closes bug 63 Strange behaviour MOVING messages from MH to IMAP)
3876
3877         * src/news.c
3878                 remove unused include
3879
3880 2003-03-04 [paul]       0.8.10claws80
3881
3882         * src/gtk/about.c
3883                 list 'Compiled plugins'
3884
3885 2003-03-03 [christoph]  0.8.10claws79
3886
3887         * src/news.[ch]
3888                 have to multiply the percentage of the current fetch with
3889                 the percentage that it has of the total fetch operation
3890                 for correct values
3891
3892 2003-03-03 [christoph]  0.8.10claws78
3893
3894         * src/news.c
3895                 fix calculation of expected lines for progress indicator
3896
3897 2003-03-03 [christoph]  0.8.10claws77
3898
3899         * src/summaryview.c
3900         * src/common/utils.c
3901                 fix segfault when opening the root news folder
3902
3903 2003-03-03 [christoph]  0.8.10claws76
3904
3905         * src/mainwindow.[ch]
3906         * src/common/Makefile.am
3907         * src/common/progressindicator.[ch]
3908                 add UI independent progress indicator handling
3909
3910         * src/news.[ch]
3911                 use new progress indicator for message info fetching
3912
3913         * src/common/hooks.h
3914                 code cleanup
3915
3916 2003-03-03 [oliver]     0.8.10claws75
3917
3918         * src/toolbar.c
3919         * src/compose.c
3920                 removed commented code
3921
3922 2003-03-03 [oliver]     0.8.10claws74
3923
3924         * src/toolbar.[ch]
3925                 cleanups and refactoring
3926         * src/compose.[ch]
3927                 compose_reply_mode reply & forwarding interface for
3928                 toolbar buttons
3929         * src/folderview.c
3930                 act on messages marked for deletion in folderview_selected
3931                 based on prefs_common.immediate_exec since a message might 
3932                 have been deleted by messageview in a folder we are changing 
3933                 to (does anybody understand what I'm on about ?)
3934
3935 2003-03-03 [oliver]     0.8.10claws73
3936         
3937         * src/messageview.[ch]
3938                 new functions
3939                 - messageview_delete: delete message shown in messagview
3940                 - messageview_update_view: update messageview to currently 
3941                   selected summaryview message
3942                 - add separate messageview to msgview_list in order to update 
3943                   toolbar to new toolbar style on the fly (TOOLBAR_NONE, TOOLBAR_ICON etc.)
3944         * src/summaryview.[ch]
3945                 summary_get_selection returns a list of selected msgs
3946                 in summaryview
3947         * src/mainwindow.c
3948                 toolbar reply refactoring
3949
3950 2003-03-03 [paul]       0.8.10claws72
3951
3952         * sync with 0.8.10cvs21
3953                 see ChangeLog 2003-03-03
3954
3955 2003-03-02 [christoph]  0.8.10claws71
3956
3957         * src/common/passcrypt.c
3958                 use POSIX includes
3959
3960 2003-03-02 [christoph]  0.8.10claws70
3961
3962         * configure.ac
3963         * src/prefs_account.c
3964         * src/prefs_gtk.[ch]
3965         * src/common/.cvsignore
3966         * src/common/Makefile.am
3967         * src/common/passcrypt.c                ** NEW **
3968         * src/common/passcrypt.h.in             ** NEW **
3969                 Implement password encryption in config files
3970                 using unix encrypt and setkey functions. The crypt
3971                 key can be set as a configure parameter. Old
3972                 passwords will be converted if they do not begin
3973                 with '!'
3974
3975 2003-03-02 [paul]       0.8.10claws69
3976
3977         * src/prefs_account.c
3978                 fix compile error
3979
3980 2003-03-01 [thorsten]   0.8.10claws68
3981
3982         * po/el.po
3983           po/hr.po
3984           po/it.po
3985           po/nl.po
3986           po/sr.po
3987           po/sv.po
3988                 corrected format strings
3989         * po/en_GB.po
3990                 corrected headers
3991                 (fix compile errors with GNU gettext-0.11.5)
3992
3993 2003-03-01 [oliver]     0.8.10claws67
3994
3995         * src/summaryview.c
3996                 menu callbacks call toolbar_menu_reply
3997
3998 2003-03-01 [oliver]     0.8.10claws66
3999
4000         * src/mainwindow.c
4001         * src/messageview.c
4002                 menu callbacks call toolbar_menu_reply
4003         * src/toolbar.[ch]
4004                 callbacks from menu handled by toolbar_menu_reply
4005
4006 2003-03-01 [paul]       0.8.10claws65
4007
4008         * src/addressbook.c
4009                 revert commit 0.8.10claws54 - breaks editing of
4010                 addressbook.
4011                 
4012         * po/bg.po
4013                 update Bulgarian translation, submitted by
4014                 George Danchev
4015
4016 2003-02-28 [christoph]  0.8.10claws64
4017
4018         * src/account.c
4019         * src/addressadd.c
4020         * src/compose.c
4021         * src/gtkaspell.c
4022         * src/gtkxtext.h                ** REMOVE **
4023         * src/imap.c
4024         * src/matcher.[ch]
4025         * src/mh.c
4026         * src/news.c
4027         * src/pine.c
4028         * src/prefs_common.c
4029         * src/prefs_matcher.c
4030         * src/procheader.[ch]
4031         * src/procmsg.[ch]
4032         * src/toolbar.c
4033         * src/common/ssl_certificate.c
4034         * src/gtk/colorlabel.c
4035         * src/gtk/menu.c
4036                 o fix warnings
4037                 o remove code obsoleted by new cache and folder system rework
4038
4039 2003-02-28 [oliver]     0.8.10claws63
4040         
4041         * src/toolbar.[ch]
4042                 * fix bug where reply in Messageview replied to 
4043                 Message displayed in summaryview
4044                 (reportedd via ML by chinatinte at gmx dot ch)
4045                 * fix bug where toolbar popups (WITH_QUOTE, WITHOUT_QOUTE)
4046                 didn't work in separate MessageView Toolbar
4047                 (wondering if anybody uses this at all ?)
4048         * src/summaryview.[ch]
4049                 use toolbar.c's toolbar_reply instead of summary_reply (removed)
4050                 (generalize reply and forward code);
4051         * src/messageview.c 
4052                 remove focus_in event which updated summaryview to messageview
4053
4054 2003-02-28 [paul]       0.8.10claws62
4055
4056         * po/Makefile.in.in
4057                 add the --check option
4058                 Patch submitted by Ricardo Mones Lastra
4059
4060 2003-02-28 [paul]       0.8.10claws61
4061
4062         * src/prefs_account.c
4063                 re-order 'Signature' items
4064
4065 2003-02-28 [paul]       0.8.10claws60
4066
4067         * sync with 0.8.10cvs20
4068                 see ChangeLog 2003-02-28
4069
4070 2003-02-28 [paul]       0.8.10claws59
4071
4072         * po/POTFILES.in
4073                 update to reflect recent movement of files
4074
4075 2003-02-28 [paul]       0.8.10claws58
4076
4077         * sync with 0.8.10cvs19
4078                 see ChangeLog 2003-02-28
4079
4080 2003-02-27 [martin]     0.8.10claws57
4081
4082         * src/prefs_matcher.c 
4083                 fix segfault in prefs_matcher_ok() when the
4084                 last entry is deleted and prevents that the
4085                 message "entry not saved" comes up after deleting
4086                 an entry
4087
4088 2003-02-27 [martin]     0.8.10claws56
4089
4090         * src/prefs_filtering.c 
4091                 fix segfault in prefs_filtering_ok() when the
4092                 last entry is deleted and prevents that the
4093                 message "entry not saved" comes up after deleting
4094                 an entry
4095
4096 2003-02-27 [paul]       0.8.10claws55
4097
4098         * sync with 0.8.10cvs18
4099                 see ChangeLog 2003-02-27
4100
4101 2003-02-27 [paul]       0.8.10claws54
4102
4103         * src/addressbook.c
4104                 fix bug where the address book crashes with 
4105                 multiple lookups.
4106                 Patch [687729] submitted by David Frager 
4107                 <dbfrager@users.sourceforge.net>
4108
4109 2003-02-25 [christoph]  0.8.10claws53
4110
4111         * src/Makefile.am
4112         * src/colorlabel.[ch]           ** REMOVE **
4113         * src/gtk/Makefile.am
4114         * src/gtk/colorlabel.[ch]       ** NEW **
4115                 move colorlabel files to gtk directory
4116
4117         * src/esmtp.[ch]                ** REMOVE **
4118                 has been merged into smtp.[ch] in 0.7.5
4119
4120 2003-02-25 [christoph]  0.8.10claws52
4121
4122         * src/Makefile.am
4123         * src/about.[ch]                ** REMOVE **
4124         * src/gtk/Makefile.am
4125         * src/gtk/about.[ch]            ** NEW **
4126                 move about files to gtk directory
4127
4128 2003-02-25 [christoph]  0.8.10claws51
4129
4130         * src/folder.c
4131                 some code optimization of folder scanning code
4132
4133         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx> 
4134
4135 2003-02-25 [christoph]  0.8.10claws50
4136
4137         * src/main.c
4138         * src/common/sylpheed.c
4139                 add command line parameter parsing to common code
4140
4141 2003-02-24 [christoph]
4142
4143         * Makefile.am
4144         * configure.ac
4145                 fix gnome prefix problems, the configure script now removed
4146                 `gnome-config --prefix` from `gnome-config --datadir`
4147                 and adds $(prefix} instead
4148
4149         (closes Bug 24 Makefile does not respect prefix when installing
4150          GNOME data)
4151
4152 2003-02-24 [christoph]  0.8.10claws49
4153
4154         * src/news.c
4155                 check for valid session before trying to authenticate
4156
4157         (closes Bug 60 crash if "authenticate on logon" is activated
4158          and newsserver-hostname is not valid)
4159
4160 2003-02-24 [melvin]     0.8.10claws48
4161
4162         * src/prefs_actions.c
4163                 Make sure all user's input is sent to the action and then
4164                 close the socket..
4165
4166 2003-02-23 [alfons]     0.8.10claws46
4167
4168         * src/summaryview.c
4169                 also wait cursor when deleting files
4170
4171 2003-02-23 [paul]
4172
4173         * tools/freshmeat_search.pl
4174           tools/google_search.pl
4175                 scripts should now work for any browser/browser command line
4176
4177 2003-02-22 [christoph]  0.8.10claws45
4178
4179         * src/procmsg.c
4180                 fix IMAP flag setting, IMAP flag is not handled correctly
4181                 anymore by the folder system and information about the
4182                 folder should not be saved in the MsgInfo (in my opinion)
4183
4184         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
4185
4186 2003-02-22 [christoph]  0.8.10claws44
4187
4188         * src/summaryview.c
4189                 fix spelling of "label" ;-)
4190
4191 2003-02-22 [thorsten]   0.8.10claws43
4192
4193         * src/mimeview.c
4194           src/prefs_common.[ch]
4195           src/procmime.[ch]
4196                 do not use description as attachment name
4197
4198 2003-02-22 [alfons]     0.8.10claws42
4199
4200         * src/summaryview.c
4201                 freeze/thaw folder item updates when changing color labels,
4202                 and put a wait cursors on
4203
4204 2003-02-22 [thorsten]   0.8.10claws41
4205
4206         * src/mimeview.c
4207                 save-all fixes: crash if invoked on multipart container,
4208                 mimeinfo access, pathseparators, error dialog
4209
4210 2003-02-21 [alfons]     0.8.10claws40
4211
4212         * src/prefs_gtk.c
4213                 remove unused var
4214
4215 2003-02-21 [colin]      0.8.10claws39
4216
4217         * src/send.c
4218                 Fix smtp logging
4219
4220 2003-02-21 [colin]      0.8.10claws38
4221
4222         * src/summaryview.c
4223                 Freeze/thaw folderItem updates when filtering messages 
4224                 via Tools/Filter messages
4225
4226 2003-02-21 [paul]       0.8.10claws37
4227
4228         * src/compose.c
4229                 revert commit 0.8.10claws26, there are ulterior motives
4230                 for users to set a Reply-To header when posting to
4231                 newsgroups
4232
4233 2003-02-21 [paul]       0.8.10claws36
4234
4235         * sync with 0.8.10cvs17
4236                 see ChangeLog 2003-02-21
4237
4238 2003-02-20 [christoph]  0.8.10claws35
4239
4240         * src/imap.c
4241                 IMAP UID fetch speedup using SEARCH
4242
4243         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
4244
4245         * src/imap.c
4246                 fix problem with UIDs in IMAP UID cache that no longer existed
4247
4248 2003-02-20 [christoph]  0.8.10claws34
4249
4250         * src/imap.c
4251         * src/procheader.c
4252         * src/procheader.h
4253                 IMAP header fetch speedup (fetch only headers cached in MsgInfo)
4254
4255         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
4256
4257         * src/imap.c
4258                 Rewrite imap_cmd_gen_recv use sock_getline instead
4259                 of sock_gets to avoid problems with too long reply
4260                 lines
4261     
4262 2003-02-20 [colin]      0.8.10claws33
4263         
4264         * src/prefs_account.c
4265                 Better wording
4266
4267 2003-02-20 [colin]      0.8.10claws32
4268
4269         * src/compose.c
4270                 Remove useless '&& !to_sender' 
4271
4272 2003-02-20 [darko]
4273
4274         * AUTHORS
4275                 change my e-mail address
4276
4277 2003-02-19 [colin]      0.8.10claws31
4278
4279         * src/prefs_common.c
4280                 X11 style colors for every configurable color
4281
4282 2003-02-19 [alfons]     0.8.10claws30
4283
4284         * src/prefs_gtk.[ch]
4285         * src/prefs_common.c
4286                 for color_new accept both plain integers and X11 style color
4287                 names (as found in /usr/lib/X11/rgb.txt)
4288
4289 2003-02-19 [paul]       0.8.10claws29
4290
4291         * src/mainwindow.c
4292                 add tooltips to online/offline button and account selector
4293                 button
4294
4295 2003-02-19 [paul]       0.8.10claws28
4296
4297         * src/folder.c
4298           src/news.c
4299           src/prefs_account.[ch]
4300           src/prefs_common.[ch]
4301                 move 'Maximum number of articles to download' to
4302                 account prefs.
4303                 clean up account prefs gui a little by hiding entries
4304                 rather then greying out entries
4305
4306 2003-02-19 [hiro]       0.8.10claws27
4307
4308         * src/common/utils.c
4309                 fix bug #54 'yesterdays date is displayed in the message 
4310                 summary window'
4311
4312 2003-02-19 [paul]       0.8.10claws26
4313
4314         * src/compose.c
4315                 fix bug reported in Feature Request [688596] 
4316                 'Reply-to header in news'
4317
4318 2003-02-18 [paul]       0.8.10claws25
4319
4320         * src/select-keys.c
4321                 add a 'List all keys' button to key selection dialog
4322
4323 2003-02-18 [colin]      0.8.10claws24
4324         
4325         * src/stock_pixmap.c
4326                 fix compile error
4327
4328 2003-02-18 [colin]      0.8.10claws23
4329
4330         * src/common/smtp.[ch]
4331           src/prefs_account.c
4332                 Try to starttls if it seems to be the only
4333                 way to authenticate a user
4334
4335 2003-02-18 [paul]       0.8.10claws22
4336
4337         * src/Makefile.am
4338           src/folderview.c
4339           src/stock_pixmap.[ch]
4340           src/pixmaps/drafts_close.xpm  ** NEW FILE **
4341           src/pixmaps/drafts_open.xpm   ** NEW FILE **
4342                 as a Drafts folder is a special folder allow it to have
4343                 its own unique icons
4344
4345 2003-02-18 [colin]      0.8.10claws21
4346
4347         * src/imap.c
4348                 Fix port selection when using starttls
4349
4350 2003-02-18 [paul]       0.8.10claws20
4351
4352         * src/mainwindow.c
4353           src/prefs_common.[ch]
4354                 make blue the default new mail colour
4355
4356 2003-02-18 [paul]       0.8.10claws19
4357
4358         * sync with 0.8.10cvs14
4359                 see ChangeLog 2003-02-18
4360
4361 2003-02-17 [jens]       0.8.10claws18
4362
4363         * src/common/md5.c
4364                 fixed a compile problem with gcc 3.3
4365                 works on 2.95.3 too (testet on PPC as it is big endian)
4366
4367 2003-02-17 [paul]       0.8.10claws17
4368
4369         * sync with 0.8.10cvs13
4370                 see ChangeLog 2003-02-17
4371
4372 2003-02-17 [paul]       0.8.10claws16
4373
4374         * sync with 0.8.10cvs12
4375                 see ChangeLog 2003-02-17
4376
4377 2003-02-16 [match]      0.8.10claws15
4378
4379         * src/addressbook.c
4380                 Eliminates reloading of address data when items
4381                 deleted or added. Applied submitted by
4382                 Luke Plant <lukeplant@softhome.net>
4383
4384 2003-02-16 [paul]       0.8.10claws14
4385
4386         * src/news.c
4387                 when a 'protocol error' is encountered disconnect from
4388                 the server. This means that the user can carry on viewing
4389                 other articles and doesn't have to either wait until the
4390                 server timesout or quit sylpheed.
4391                 Fixes bug #53 'Unable to read messages in newsgroups, 
4392                 displayed message doesn't change'
4393
4394 2003-02-15 [christoph]  0.8.10claws13
4395
4396         * src/imap.c
4397                 fix bug that stopped scanning of folders when an
4398                 IMAP folder was empty
4399
4400         (closes bug 46 stop scan messages in folders after empty folder)
4401
4402 2003-02-15 [paul]
4403
4404         * tools/Makefile.am
4405           tools/README
4406           tools/freshmeat_search.pl     ** NEW FILE **
4407           tools/google_search.pl        ** NEW FILE **
4408                 Add 2 Actions scripts which search freshmeat/google
4409                 for the selected text using the browser configured
4410                 in sylpheedrc.
4411                 
4412         Note: These scripts are very dependent on the format of the
4413         browser command and may not work on every occasion. Testing
4414         is welcome. 
4415
4416 2003-02-14 [alfons]     0.8.10claws12
4417
4418         * src/compose.c
4419                 fix breakage because of uninitialized account pointer.
4420                 please verify.
4421
4422 2003-02-14 [paul]       0.8.10claws11
4423
4424         * src/compose.c
4425           src/prefs_account.[ch]
4426           src/prefs_common.[ch]
4427                 move signature settings to Account Prefs
4428
4429 2003-02-14 [paul]       0.8.10claws10
4430
4431         * sync with 0.8.10cvs11
4432                 see ChangeLog 2003-02-14
4433
4434 2003-02-13 [thorsten]   0.8.10claws9
4435
4436         * src/news.c
4437                 revert news progressbar (GUI separation)
4438
4439 2003-02-13 [paul]       0.8.10claws8
4440
4441         * src/compose.c
4442                 make replies behave correctly, re: RFC 1036, Section 2.2.3,
4443                 paragraph 1
4444
4445 2003-02-13 [paul]       0.8.10claws7
4446
4447         * src/compose.[ch]
4448           src/summaryview.c
4449                 fix 'Follow-up and Reply-to' so that it creates a reply to
4450                 the newsgroup and the sender. If the message has the keyword
4451                 'poster' in the Followup-To header, all replies go to the
4452                 sender, re: RFC 1036, Section 2.2.3
4453                 rename all instances of 'ignore_replyto' to 'to_sender', both
4454                 were previously used, now we use just one.
4455
4456 2003-02-13 [paul]       0.8.10claws6
4457
4458         * sync with 0.8.10cvs9
4459                 see ChangeLog 2003-02-13
4460
4461 2003-02-13 [paul]       0.8.10claws5
4462
4463         * configure.ac
4464                 show which plugins are configured in the configure
4465                 output.
4466
4467 2003-02-12 [thorsten]   0.8.10claws4
4468
4469         * src/news.c
4470                 show progress while fetching news headers
4471
4472 2003-02-12 [christoph]  0.8.10claws3
4473
4474         * configure.ac
4475         * src/plugins/Makefile.am
4476                 use AM_CONDITIONAL to enable plugins, automake correctly
4477                 manages this when creating distdir
4478
4479 2003-02-12 [christoph]  0.8.10claws2
4480
4481         * ac/spamassassin.m4
4482         * src/plugins/spamassassin/Makefile.am
4483                 fix building SpamAssassin plugin without OpenSSL
4484
4485 2003-02-12 [paul]       0.8.10claws1
4486
4487         * ac/Makefile.am
4488           src/Makefile.am
4489           src/plugins/Makefile.am
4490                 fix failure of 'make release'
4491
4492 2003-02-12 [paul]       0.8.10claws
4493
4494         * 0.8.10claws released
4495
4496 2003-02-12 [paul]       0.8.9claws56
4497
4498         * po/bg.po
4499           po/es.po
4500           po/it.po
4501           po/ru.po
4502           po/sr.po
4503                 updated translations by George Danchev, Ricardo Mones Lastra,
4504                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively
4505                 
4506         * sylpheed.spec.in
4507                 Allow the building of RPMs by a regular user. Submitted
4508                 by Sergei Astanin
4509
4510 2003-02-11 [alfons]     0.8.9claws55
4511
4512         * src/colorlabel.c
4513                 don't use pixmaps for label color rect but draw rectangles
4514                 so we can respect the color map of palette based visuals
4515                 (fixes the long time crashes on Suns - thanks to Andreas
4516                 Engel and Steve O'Hara-Smith for testing)
4517
4518 2003-02-11 [christoph]  0.8.9claws54
4519
4520         * src/matcher_parser_parse.y
4521                 correct bug where filering rules of not existing folders in
4522                 matcherrc were added to global filtering
4523                 
4524         (closes Debian Bug #180253 - Directory's filter-rules are merged with
4525          main filter-rules after removing directory, http://bugs.debian.org/180253)
4526         
4527 2003-02-11 [paul]       0.8.9claws53
4528
4529         * sync with 0.8.10cvs7
4530                 see ChangeLog 2003-02-09
4531
4532 2003-02-11 [melvin]     0.8.9claws52
4533
4534         * po/fr.po
4535                 Updated French tranlsations
4536
4537 2003-02-10 [paul]       0.8.9claws51
4538
4539         * sylpheed.spec.in
4540                 correct --enable-openssl
4541                 Fix submitted by Sergei Astanin <asita@users.sourceforge.net>
4542
4543 2003-02-09 [martin]     0.8.9claws50
4544
4545         * src/prefs_matcher.c
4546                 fix segfault in prefs_matcher_substitute_cb() when
4547                 no row is selected
4548
4549 2003-02-09 [paul]       0.8.9claws49
4550
4551         * src/folderview.c
4552                 fix bug where a newsgroup folder's processing rules were
4553                 merged with the global filtering rules when the newsgroup
4554                 folder was deleted, causing some seriously bad results,
4555                 see <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=180253>
4556
4557 2003-02-08 [melvin]     0.8.9claws48
4558
4559         * src/compose.c
4560                 Corrected and modified an alert message.
4561
4562 2003-02-07 [paul]       0.8.9claws47
4563
4564         * src/folderview.c
4565                 fix bug where both an 'Account properties' window and a
4566                 'Folder properties' window were opened when clicking on
4567                 'Properties' in an NNTP or IMAP folder's popup menu.
4568
4569 2003-02-07 [paul]       0.8.9claws46
4570
4571         * sync with 0.8.10cvs6
4572                 see ChangeLog 2003-02-06
4573
4574 2003-02-06 [christoph]  0.8.9claws45
4575
4576         * src/mbox.c
4577                 freeze folder updates while importing mbox files
4578                 (closes bug 43 importing mbox took hours)
4579                 
4580         Patch submitted by Jens Rantil <jens.rantil@telia.com>
4581
4582 2003-02-06 [thorsten]   0.8.9claws44
4583
4584         * po/de.po
4585                 Updated german translations
4586
4587 2003-02-06 [thorsten]   0.8.9claws43
4588
4589         * src/news.h
4590                 use guint for message numbers (fix count in grouplist dialog)
4591
4592 2003-02-05 [paul]       0.8.9claws42
4593
4594         * sync with 0.8.10cvs2
4595                 see ChangeLog 2003-02-05
4596
4597 2003-02-04 [colin]      0.8.9claws41
4598
4599         * src/prefs_common.[ch]
4600           src/procmsg.c
4601           src/summaryview.c
4602                 Add an option to disable threading by subject
4603
4604 2003-02-04 [christoph]  0.8.9claws40
4605
4606         * src/inc.c
4607                 only abort fetching mails from multiple accounts when the
4608                 error is fatal and does not allow to check any more accounts
4609                 (currently only disk full error)
4610
4611         (closes bug 31 after POP3 error: "no such mail" Sylpheed does not
4612          receive mails for other accouts)
4613
4614 2003-02-04 [christoph]  0.8.9claws39
4615
4616         * src/folder.c
4617                 first add the new message to the cache, then
4618                 send the update notification
4619
4620         (closes bug 39 after sending message folderview doesnt get updated)
4621
4622 2003-02-04 [colin]      0.8.9claws38
4623
4624         * src/inc.c
4625                 _really_ fix this Connecting... status
4626
4627 2003-02-04 [paul]       0.8.9claws37
4628
4629         * sync with 0.8.10
4630                 see ChangeLog 2003-02-04
4631
4632 2003-02-04 [paul]       0.8.9claws36
4633
4634         * sync with 0.8.9cvs6
4635                 see ChangeLog 2003-02-03
4636
4637 2003-02-04 [paul]       0.8.9claws35
4638
4639         * po/pt_BR.po
4640                 updated by André Filipe de Assunção e Brito 
4641                 <bedecko@netsite.com.br>
4642
4643 2003-02-03 [thorsten]   0.8.9claws34
4644
4645         * po/de.po
4646                 Updated german translations
4647
4648 2003-02-02 [paul]       0.8.9claws33
4649
4650         * po/es.po
4651                 updated by Ricardo Mones Lastra
4652
4653 2003-02-02 [thorsten]   0.8.9claws32
4654
4655         * src/mh.c
4656                 Fix mh_get_msginfo() segfault if file is inaccessible
4657
4658 2003-01-31 [colin]      0.8.9claws31
4659
4660         * src/procheader.c
4661                 Fix last commit's bug
4662
4663 2003-01-31 [colin]      0.8.9claws30
4664
4665         * src/procheader.c
4666                 Missing a change for gpg-signed messages
4667
4668 2003-01-31 [paul]       0.8.9claws29
4669
4670         * src/pixmaps/gpg_signed.xpm    ** NEW FILE **
4671           src/procheader.c
4672           src/stock_pixmap.[ch]
4673           src/summaryview.c
4674                 indicate GnuPG signed messages by displaying an icon
4675                 in the Attachment column.
4676
4677 2003-01-31 [paul]       0.8.9claws28
4678
4679         * sync with 0.8.9cvs4
4680                 see ChangeLog 2003-01-31
4681
4682 2003-01-31 [alfons]     0.8.9claws27
4683
4684         * src/textview.c
4685                 tune URI parser to accept mailto URLs with a '?'
4686                 (patch from Ruslan Balkin)
4687
4688 2003-01-31 [colin]      0.8.9claws26
4689
4690         * src/summaryview.c
4691                 Fix a leak introduced in claws24
4692
4693 2003-01-31 [colin]      0.8.9claws25
4694
4695         * src/summaryview.c
4696                 Freeze/Thaw folder updates when deleting dups
4697
4698 2003-01-31 [colin]      0.8.9claws24
4699         
4700         * src/addr_compl.c
4701           src/summaryview.c
4702           src/msgcache.c
4703                 little speed improvements
4704
4705 2003-01-31 [colin]      0.8.9claws23
4706
4707         * src/summaryview.c
4708                 Fix segfault when forwarding nothing
4709                 Patch from "Ruslan N. Balkin" <baron@voices.ru>
4710                 
4711 2003-01-30 [paul]       0.8.9claws22
4712
4713         * sync with 0.8.9cvs3
4714                 see ChangeLog 2003-01-30
4715
4716 2003-01-30 [paul]       0.8.9claws21
4717
4718         * sync with 0.8.9cvs2
4719                 see ChangeLog 2003-01-30
4720
4721 2003-01-29 [paul]       0.8.9claws20
4722
4723         * sync with 0.8.9cvs1
4724                 see ChangeLog 2003-01-29
4725
4726 2003-01-28 [paul]       0.8.9claws19
4727
4728         * po/POTFILES.in
4729                 update to reflect changes. 
4730                 thanks to Ricardo Mones Lastra
4731
4732 2003-01-27 [christoph]  0.8.9claws18
4733
4734         * ac/openssl.m4
4735         * ac/spamassassin.m4
4736         * src/plugins/spamassassin/README
4737         * src/plugins/spamassassin/libspamc.[ch]
4738         * src/plugins/spamassassin/utils.[ch]
4739                 updated to latest libspamc
4740
4741 2003-01-27 [christoph]  0.8.9claws17
4742
4743         * src/folder.c
4744                 fix wrong use of procheader_get_header_fields
4745
4746 2003-01-27 [christoph]  0.8.9claws16
4747
4748         * src/news.c
4749         * src/prefs_account.[ch]
4750         * src/common/nntp.[ch]
4751                 allow to force authentication for NNTP servers
4752
4753         Patch submitted by Florian Mickler <dmk@d-labs.de>
4754
4755 2003-01-26 [paul]       0.8.9claws15
4756
4757         * src/summaryview.c
4758                 speed up of marking messages as read
4759                 patch submitted by Jens Rantil <ztyx@users.sourceforge.net>
4760
4761 2003-01-26 [christoph]  0.8.9claws14
4762
4763         * src/Makefile.am
4764         * src/mgutils.[ch]              ** REMOVE **
4765         * src/xml.[ch]                  ** REMOVE **
4766         * src/xmlprops.[ch]             ** REMOVE **
4767         * src/common/Makefile.am
4768         * src/common/mgutils.[ch]       ** NEW **
4769         * src/common/xml.[ch]           ** NEW **
4770         * src/common/xmlprops.[ch]      ** NEW **
4771                 move xml files to common directory
4772
4773 2003-01-26 [christoph]  0.8.9claws13
4774
4775         * src/plugins/spamassassin/spamassassin_gtk.c
4776                 only set gtk entry text if string is available
4777
4778 2003-01-26 [melvin]     0.8.9claws12
4779
4780         * src/description_window.c
4781                 Allow resizing of the window
4782                 Allow automatic horizontal scroll bar
4783                 Do not vertically expand and fill
4784
4785 2003-01-26 [christoph]  0.8.9claws11
4786
4787         * src/Makefile.am
4788         * src/gtkutils.[ch]             ** REMOVE **
4789         * src/common/sylpheed.c
4790         * src/gtk/Makefile.am
4791         * src/gtk/description_window.c
4792         * src/gtk/gtkutils.[ch]         ** NEW **
4793         * src/gtk/prefswindow.c
4794                 move gtkutils to gtk directory
4795
4796 2003-01-26 [paul]       0.8.9claws10
4797
4798         * src/summaryview.c
4799                 rename summary_unread_clicked() to summary_status_clicked()
4800
4801 2003-01-26 [melvin]     0.8.9claws9
4802
4803         * src/prefs_actions.c
4804                 Cosmetical changes to the help text
4805
4806 2003-01-26 [paul]       0.8.9claws8
4807
4808         * src/folder.[ch]
4809           src/mainwindow.c
4810           src/prefs_common.c
4811           src/prefs_sumamry_column.c
4812           summaryview.[ch]
4813                 rename the 'Unread' column to 'Status'
4814
4815 2003-01-25 [match]      0.8.9claws7
4816
4817         * src/mgutils.[ch]
4818                 removed reference to LDAP constants. removed error2string.
4819                 included functions to support LDAP dynamic queries.
4820         * src/syldap.h
4821                 moved LDAP constants here.
4822         * src/addressbook.c
4823         * src/addrindex.c
4824         * src/importldif.c
4825                 removed references to LDAP constants and references to
4826                 error2string.
4827
4828 2003-01-25 [paul]       0.8.9claws6
4829
4830         * src/summaryview.c
4831                 summary_thread_build(), summary_thread_init(): remove 
4832                 unneeded reference to summaryview->folder_item
4833
4834 2003-01-25 [christoph]  0.8.9claws5
4835
4836         * src/gtk/description_window.c
4837                 o allow description texts to expand over multiple columns
4838                 o translate all columns
4839         * src/prefs_actions.c
4840                 change syntax description to use new multi column feature
4841
4842         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
4843
4844 2003-01-25 [match]      0.8.9claws4
4845
4846         * src/vcard.c
4847                 fixed bug with Quoted-Printable
4848
4849 2003-01-25 [paul]       0.8.9claws3
4850
4851         * src/folder.[ch]
4852           src/summaryview.[ch]
4853                 implement per-folder collapsed/expanded threads setting
4854                 
4855         * src/prefs_common.c
4856                 remove global collapsed/expanded threads option
4857
4858 2003-01-25 [christoph]  0.8.9claws2
4859
4860         * po/POTFILES.in
4861                 add pluginwindow and prefswindow
4862         * src/compose.c
4863                 make send respond correctly to messages that could be added
4864                 to the queue folder, but the UID of the message is unknown
4865         * src/folder.c
4866         * src/imap.c
4867                 don't return guessed UIDs in imap_add_msg anymore. We return
4868                 0 to tell the folder system it was appened but the UID is
4869                 unknown. Folder system now get's the UID by scaning the folder
4870                 and searching the cache for the Message-ID
4871                 (closes bug #29 Messages queued, but not sent)
4872
4873 2003-01-25 [paul]       0.8.9claws1
4874
4875         * src/codeconv.c
4876                 conv_encode_header():  fix bug when long headers with 8-bit
4877                 characters are used, so that the encoded words are wrapped.
4878                 If the space in the original text falls on the wrap boundary,
4879                 it can be lost.
4880                 Patch by Sergey Vlasov.
4881                 
4882         * src/folderview.c
4883                  fix bug where a change to the sorting method or thread view
4884                  of a folder's messages is lost if simpify-subject is set and
4885                  toggled on or off.
4886                  Patch by Luke Plant.
4887
4888 2003-01-24 [paul]       0.8.9claws
4889
4890         * sylpheed-0.8.9claws released
4891         
4892         * Makefile.am
4893           sylpheed.spec.in
4894                 remove reference to 'INSTALL.jp'
4895
4896 2003-01-23 [paul]       0.8.8claws128
4897
4898         * po/es.po
4899           po/it.po
4900           po/ru.po
4901           po/sr.po
4902                 updated translations. submitted by Ricardo Mones Lastra,
4903                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively.
4904
4905 2003-01-23 [colin]      0.8.8claws127
4906
4907         * src/compose.c
4908                 Fix drafted and queued news articles re-edition
4909
4910 2003-01-23 [melvin]     0.8.8claws126
4911
4912         * po/fr.po
4913                 Updated French translations
4914
4915 2003-01-23 [colin]      0.8.8claws125
4916
4917         * src/inc.c
4918                 Fix "Connecting to..." status message
4919
4920 2003-01-22 [paul]       0.8.8claws124
4921
4922         * po/bg.po
4923                 updated by George Danchev
4924                 
4925         * src/folder.c
4926                 revert last commit [0.8.8claws111] as it breaks folder d'n'd
4927                 and folder deletion
4928
4929 2003-01-21 [paul]       0.8.8claws123
4930
4931         * po/bg.po
4932                 updated by George Danchev
4933                 
4934         * src/about.c
4935                 its now 2003
4936                 
4937         * src/toolbar.c
4938                 don't translate 'Separator'
4939                 
4940         * src/plugins/spamassassin/Makefile.am
4941                 add aspell to CPPFLAGS
4942                 
4943         * src/plugins/spamassassin/spamassassin.c
4944           src/plugins/spamassassin/spamassassin_gtk.c
4945                 set correct default for spamassassin_receive_spam
4946                 slightly re-word descriptions and some
4947                 other minor changes
4948
4949 2003-01-19 [alfons]     0.8.8claws122
4950                 
4951         * src/mimeview.c
4952                 mimeview_save_as(): we might as well show the file name for
4953                 the single case "Save As" too
4954
4955 2003-01-19 [alfons]     0.8.8claws121
4956
4957         * src/crash.c
4958                 change bug tracker URL to bugzilla URL
4959
4960 2003-01-19 [alfons]     0.8.8claws120
4961
4962         * src/mimeview.c
4963                 mimeview_save_all(): display name of file before overwriting;
4964                 continue saving all, even when one overwrite was cancelled
4965
4966 2003-01-19 [christoph]  0.8.8claws119
4967
4968         * src/summaryview.c
4969         * src/procmsg.[ch]
4970                 fix wrong usage of procmsg_find_children in summaryview
4971                 by using procmsg_update_unread_children instead of
4972                 summaryview_update_unread_children
4973
4974 2003-01-19 [christoph]  0.8.8claws118
4975
4976         * src/procmsg.c
4977                 fix infinite loop in procmsg_find_children
4978                  (closes bug #25 sylpheed crashes on delete.)
4979
4980         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
4981
4982 2003-01-19 [paul]       0.8.8claws117
4983
4984         * po/pt_BR.po
4985                 updated by Ivan Francolin Martinez
4986
4987 2003-01-18 [melvin]     0.8.8claws116
4988
4989         * src/prefs_actions.c
4990                 Removed syntax limitation of only one '&' at the end of command.
4991                         Now actions that contain '>/dev/null 2>&1' are possible.
4992
4993 2003-01-18 [melvin]     0.8.8claws115
4994
4995         * src/prefs_actions.c
4996                 Actions IO dialog: when the action ends
4997                 the "Close" button now has focus and [Escape] closes the
4998                 window.
4999
5000 2003-01-18 [christoph]  0.8.8claws114
5001
5002         * src/procmsg.c
5003                 o add debug output when MsgInfos are really freed
5004                 o free GSLists in procmsg_find_children and
5005                   procmsg_update_unread_children
5006
5007 2003-01-18 [christoph]  0.8.8claws113
5008
5009         * src/mainwindow.c
5010                 reorder Configuration menu
5011
5012 2003-01-18 [christoph]  0.8.8claws112
5013
5014         * src/compose.c
5015                 fix applying templates to forwarded messages
5016
5017         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
5018
5019 2003-01-17 [christoph]  0.8.8claws111
5020
5021         * src/folder.c
5022                 destroy folder items, when a folder item is removed
5023
5024 2003-01-17 [christoph]  0.8.8claws110
5025
5026         * src/folder.c
5027                 fix wrong folder stats update when ignored message is
5028                 deleted
5029
5030 2003-01-17 [colin]      0.8.8claws109
5031         
5032         * src/mainwindow.c
5033         * src/summaryview.c
5034                 Quicksearch bugfixes: 
5035                 - hide help button at startup if not extended
5036                 - switch to extended when looking for replies
5037
5038 2003-01-17 [paul]
5039
5040         * sync with 0.8.9 release
5041
5042 2003-01-17 [paul]       0.8.8claws108
5043
5044         * sync with 0.8.8cvs11
5045                 see ChangeLog 2003-01-17
5046
5047 2003-01-16 [colin]      0.8.8claws107
5048
5049         * src/procmsg.c
5050                 Changed encryption test to re-ask passphrase
5051                 if an encrypted message hasn't been decrypted
5052                 Fixes bug #5
5053
5054 2003-01-16 [christoph]  0.8.8claws106
5055
5056         * src/prefs_gtk.c
5057         * src/prefs_toolbar.c
5058         * src/gtk/prefswindow.h
5059         * src/plugins/spamassassin/spamassassin_gtk.c
5060                 remove page destroy function that is not used anymore
5061
5062 2003-01-16 [paul]       0.8.8claws105
5063
5064         * sync with 0.8.8cvs9
5065                 see ChangeLog 2002-01-16
5066
5067 2003-01-16 [colin]      0.8.8claws104
5068
5069         * src/compose.[ch]
5070                 Fix bug with autosaved drafts for IMAP, when draft
5071                 folder is specified - fixes bugzilla bug #20
5072
5073 2003-01-15 [paul]       0.8.8claws103
5074
5075         * src/compose.[ch]
5076           src/procmsg.c
5077                 store folder and message-id of message forwarding
5078                 in queue header and set forward flag after sending
5079
5080 2003-01-15 [paul]       0.8.8claws102
5081
5082         * sync with 0.8.8cvs8
5083                 see ChangeLog 2002-01-15
5084
5085 2003-01-15 [colin]      0.8.8claws101
5086
5087         * src/Makefile.am
5088                 Fix linking with GNU libiconv
5089
5090 2003-01-15 [darko]      0.8.8claws100
5091
5092         * src/pine.c
5093                 fix crash when importing pine address book
5094                 entry with an empty name (reported by DY
5095                 <dybulk at tri8.net>)
5096
5097 2003-01-14 [paul]       0.8.8claws99
5098
5099         * configure.in  ** REMOVED **
5100           configure.ac  ** NEW FILE **
5101                 rename configure.in to configure.ac, as it is now
5102                 preferred
5103
5104 2003-01-14 [melvin]     0.8.8claws98
5105
5106         * src/folderview.c
5107                 folderview_check_new(): More precise function description
5108
5109 2003-01-14 [melvin]     0.8.8claws97
5110
5111         * src/folderview.c
5112                 folderview_check_new(): return the number of new messages 
5113                         since last check.
5114         * src/inc.c
5115                 inc_account_mail(): Disable counting of new messages for IMAP
5116                         and NNTP until bug [19] and [14] are fixed.
5117
5118 2003-01-14 [paul]       0.8.8claws96
5119
5120         * sync with 0.8.8cvs6
5121                 see ChangeLog 2003-01-14
5122
5123 2003-01-13 [alfons]     0.8.8claws95
5124
5125         * src/textview.c
5126                 tune email address validation (c. 0.8.8claws89): if . is 
5127                 just one char away from @, the address is invalid too 
5128                 (correctly rejects addresses like foo@.com)
5129
5130 2003-01-13 [paul]       0.8.8claws94
5131
5132         * src/messageview.c
5133           src/toolbar.c
5134                 fixes to the Message View toolbar and menu:
5135                 fix non-functioning Forward button
5136                 make Reply button consider default_reply_list
5137                 remove 'Follow-up...' menu entry
5138                 add 'Forward' and 'Redirect' menu entries
5139
5140 2003-01-13 [melvin]     0.8.8claws93
5141
5142         * src/inc.c
5143                 Fixed typo that could make new messages count incorrect.
5144
5145 2003-01-13 [melvin]     0.8.8claws92
5146
5147         * src/folderview.[ch]
5148                 folderview_check_new(): return the number of new messages.
5149         * src/inc.c
5150                 Should fix bug [14] where new mail notification worked 
5151                         incorrectly with IMAP accounts.
5152                 inc_spool_account(): return number of new msgs, or -1 on error
5153                 inc_all_spool(): return number of new msgs
5154                 
5155 2003-01-13 [melvin]     0.8.8claws91
5156
5157         * src/prefs_actions.c
5158                 Justify help text.
5159
5160 2003-01-12 [thorsten]   0.8.8claws90
5161
5162         * src/common/prefs.c
5163                 close file before rename
5164
5165 2003-01-12 [alfons]     0.8.8claws89
5166
5167         * AUTHORS
5168                 add Christian Mertes
5169         * src/common/utils.[ch]
5170                 g_stricase_hash(), g_stricase_equal(): functions for 
5171                 case insensitive hash tables
5172         * src/textview.c
5173                 use top level domain names to validate email address, based
5174                 on a patch by Christian Mertes (thanks!), but changed 
5175                 implementation to use a hash table 
5176
5177 2003-01-12 [paul]       0.8.8claws88
5178
5179         * po/bg.po
5180                 updated by George Danchev
5181
5182 2003-01-12 [alfons]     0.8.8claws87
5183
5184         * src/summaryview.c
5185                 delete / execute performance: use new style folder update
5186
5187 2003-01-12 [paul]       0.8.8claws86
5188
5189         * sync with 0.8.8cvs5
5190                 see ChangeLog 2003-01-13 (!)
5191
5192 2003-01-12 [alfons]     0.8.8claws85
5193
5194         * src/filtering.c
5195         * src/matcher_parser_parse.y
5196                 prepare change_score filtering action
5197         * src/matcher.[ch]
5198                 give up const-correctness on functions that call non-const-correct functions;
5199                 several casts to gpointer in g_free();
5200                 add change_score;
5201
5202 2003-01-12 [christoph]  0.8.8claws84
5203
5204         * src/compose.c
5205                 fix 2 warnings
5206
5207         * src/gtk/prefswindow.[ch]
5208         * src/plugins/spamassassin/spamassassin_gtk.c
5209                 changed the call of the widget create function
5210                 for PrefsPages, because sometimes the widget
5211                 create function needs a widget that already has
5212                 been attached to a window (to create GDK pixmaps
5213                 for exmaple). So we simply pass the GtkWindow as
5214                 the second parameter now.
5215
5216         * src/main.c
5217         * src/mainwindow.c
5218         * src/prefs_toolbar.[ch]
5219                 rewrite Toolbar Preferences using the new
5220                 prefs window
5221
5222 2003-01-11 [alfons]     0.8.8claws83
5223
5224         * src/addressadd.c
5225                 fix crash when adding sender to addressbook because status bar
5226                 isn't there (the status bar doesn't seem to be used though,
5227                 but I'll let Match decide what to do with it)
5228
5229 2003-01-11 [colin]      0.8.8claws82
5230
5231         * src/main.c
5232           src/toolbar.c
5233                 Two useless changes reversed
5234
5235 2003-01-11 [colin]      0.8.8claws81
5236
5237         * src/mainwindow.c
5238           src/mainwindow.h
5239                 Add mainwindow_get_mainwindow()
5240         * src/alertpanel.c
5241           src/alertpanel.h
5242                 Add alertpanel_error_log() 
5243         * src/compose.c
5244           src/inc.c
5245           src/messageview.c
5246           src/toolbar.c
5247           src/main.c
5248           src/procmsg.c
5249                 Network errors get a View Log button
5250
5251 2003-01-10 [alfons]     0.8.8claws80
5252
5253         * src/prefs_toolbar.c
5254         * src/toolbar.c
5255                 use the translatable string for "Separator" as file name for
5256                 separator toolbar items (probably make this uppercase?)
5257
5258 2003-01-10 [alfons]     0.8.8claws79
5259
5260         * src/prefs_toolbar.c
5261                 put right A_SEPARATOR description string in "displayed
5262                 toolbar items list" so manually added separators are
5263                 saved correctly (bug #10, "Adding a separator to the main 
5264                 toolbar fails, entry in xml file is wrong")
5265
5266 2003-01-10 [christoph]  0.8.8claws78
5267
5268         * src/imap.c
5269                 o fix warnings
5270                 o use CAPABILITY to check if NAMESPACE is available
5271
5272 2003-01-10 [christoph]  0.8.8claws77
5273
5274         * src/imap.[ch]
5275                 apply UIDPLUS IMAP extension support patch
5276
5277         Patch submitted by Simon 'corecode' Schubert
5278
5279 2003-01-10 [paul]       0.8.8claws76
5280
5281         * src/folderview.c
5282                 a sync from main which fixes the news account folders'
5283                 Properties bug
5284
5285 2003-01-10 [christoph]  0.8.8claws75
5286
5287         * src/folder.c
5288                 don't accept 0 as a valid uid returned by copy and move
5289                 functions. 0 means the message was copied or moved but the
5290                 new uid could not be fetched. It is not an error condition
5291                 for the copy or move operation.
5292
5293 2003-01-10 [paul]       0.8.8claws74
5294
5295         * src/prefs_filtering.c
5296                 change English used in Alert when entry is not
5297                 saved.
5298                 
5299         * sync with 0.8.8cvs4
5300                 see ChangeLog 2003-01-10
5301
5302 2003-01-10 [darko]      0.8.8claws73
5303
5304         * src/pine.c
5305                 fix crash when importing address book entry
5306                 without a valid address
5307
5308 2003-01-09 [alfons]     0.8.8claws72
5309
5310         * src/inc.c
5311                 filtering performance: use new style folder update
5312
5313 2003-01-09 [christoph]  0.8.8claws71
5314
5315         * src/compose.c
5316         * src/gtk/menu.[ch]
5317                 fix wrong selecting of mime encoding type, when
5318                 opening property dialog of attachments in the
5319                 compose window. 7bit was always selected and that
5320                 destoryed files with 8bit data.
5321                 (closes bug #9 Sylpheed-claws destroys attachments when
5322                  changing MIME-types)
5323
5324 2003-01-09 [paul]       0.8.8claws70
5325
5326         * sync with 0.8.8cvs3
5327                 see ChangeLog 2003-01-09
5328
5329 2003-01-08 [alfons]     0.8.8claws69
5330         
5331         * src/addressadd.c
5332                 apply patch by Kim Schulz to fix build breakage
5333                 because of missing variable
5334
5335 2003-01-08 [paul]       0.8.8claws68
5336
5337         * sync with 0.8.8cvs2
5338                 see ChangeLog 2002-01-08
5339
5340 2003-01-08 [paul]       0.8.8claws67
5341
5342         * po/it.po
5343                 updated by Alessandro Maestri
5344                 
5345         * src/addressadd.c
5346                 when using 'Add sender to addressbook' allow
5347                 name to be edited and remarks to be entered
5348                 Patch submitted by Luke Plant
5349
5350 2003-01-08 [darko]      0.8.8claws66
5351
5352         * README.claws, src/summaryview.c
5353                 fix description for marked messages
5354
5355 2003-01-08 [paul]
5356
5357         * tools/Makefile.am
5358           tools/launch_phoenix  ** NEW FILE **
5359                 add script that enables using Phoenix as the default
5360                 web browser. 
5361                 Submitted by Mohammed Sameer <Uniball@linux-egypt.org>
5362                 
5363         * tools/OOo2sylpheed.pl
5364                 remove full path to sylpheed executable, just 'sylpheed'
5365                 will do
5366                 
5367         * tools/README
5368                 add launch_phoenix informtion and re-arrange and compress
5369                 the data a little
5370
5371 2003-01-07 [christoph]  0.8.8claws65
5372
5373         * src/folder.c
5374                 fix update for source folder when moving messages
5375         * src/procmsg.[ch]
5376         * src/summaryview.c
5377                 use function to set to_folder for message infos and
5378                 automatically update the op_count for old and new
5379                 folder
5380
5381 2003-01-07 [melvin]     0.8.8claws64
5382
5383         * src/prefs_actions.c
5384                 Fixed bug where an '%p' Action on a displayed image crashed 
5385                         Sylpheed
5386                 Code clean up (get rid of duplicated code and removed unnecessary 
5387                                 structure member)
5388
5389 2003-01-07 [christoph]  0.8.8claws63
5390
5391         * src/compose.c
5392         * src/folder.[ch]
5393         * src/folderview.c
5394         * src/import.c
5395         * src/inc.c
5396         * src/main.c
5397         * src/mainwindow.c
5398         * src/messageview.c
5399         * src/prefs_folder_item.c
5400         * src/procmsg.c
5401         * src/summaryview.c
5402         * src/toolbar.c
5403                 o remove all folder update triggering from the UI code. The folder
5404                   system should know much better when a folder needs an update.
5405                 o to prevent multiple updates in a row the folder updates can be
5406                   frozen for some time.
5407
5408                 Note: - Please verify that no updates are missing
5409                       - Check where freeze/thaws should be added
5410
5411 2003-01-07 [christoph]  0.8.8claws62
5412
5413         * src/prefs_actions.c
5414                 don't translate empty strings
5415
5416         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
5417
5418 2003-01-06 [christoph]  0.8.8claws61
5419
5420         * src/prefs_actions.c
5421                 mark strings for gettext
5422         * src/prefs_matcher.c
5423                 use new description window for Execute action and
5424                 match condition in Filtering
5425
5426         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
5427
5428 2003-01-06 [alfons]     0.8.8claws60
5429
5430         keep myself inspired to re-organize matcher part 8; 
5431         yes, more to come (I need to move out the descriptive
5432         text for actions to matcher.c, or at least make it not
5433         depend on the wicked ordering)
5434
5435         * src/prefs_matcher.c
5436                 add documentation so others may comprehend the
5437                 UI part of the conditions
5438                 
5439 2003-01-06 [christoph]  0.8.8claws59
5440
5441         * src/prefs_actions.c
5442                 use new description window for syntax help
5443         * src/gtk/description_window.c
5444                 fix display of descriptions with column count != 2
5445
5446         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
5447
5448 2003-01-06 [christoph]  0.8.8claws58
5449
5450         * src/quote_fmt.c
5451         * src/summaryview.[ch]
5452         * src/gtk/Makefile.am
5453         * src/gtk/description_window.[ch]       ** NEW **
5454                 use a generic window to display syntax descriptions
5455                 currently used in quote_fmt and summaryview (new description
5456                 for extended quick search)
5457
5458         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
5459
5460 2003-01-06 [paul]       0.8.8claws57
5461
5462         * sync with 0.8.8cvs1
5463                 see ChangeLog 2003-01-06
5464
5465 2003-01-06 [christoph]  0.8.8claws56
5466
5467         * src/mainwindow.c
5468         * src/prefs_gtk.[ch]
5469         * src/gtk/prefswindow.[ch]
5470         * src/plugins/spamassassin/spamassassin_gtk.c
5471                 o remove page management from prefswindow, pages
5472                   will be an argument to prefswindow_open
5473                 o prefswindow_open gets a datapointer that is
5474                   passed to the widget_create function to allow
5475                   creation of prefswindow for specific items
5476
5477 2003-01-06 [colin]      0.8.8claws55
5478         
5479         * src/summaryview.c
5480                 We don't want regexp in the reply-finder, 
5481                 because MIDs can contain !,$,. and so on
5482
5483 2003-01-06 [jens]       0.8.8claws54
5484
5485         * src/jpilot.c
5486                 fixed a wrong free in jpilot_read_db_files
5487
5488 2003-01-06 [alfons]     0.8.8claws53
5489
5490         re-organize matcher part 8; more to come
5491        
5492         * src/matcher.c
5493                 matcherprop_to_string(): put g_free()s before the
5494                 switch-case break to fix memleaks                
5495
5496 2003-01-06 [colin]      0.8.8claws52
5497
5498         * src/summaryview.c
5499                 cleanup & reply-finder now displays the first 
5500                 matching message
5501
5502 2003-01-05 [alfons]     0.8.8claws51
5503
5504         re-organize matcher part 7; more to come
5505
5506         * src/matcher.[ch]
5507                 fixes for constant correctness;
5508                 more documentation;
5509
5510 2003-01-05 [alfons]     0.8.8claws50
5511
5512         re-organize matcher part 6; more to come
5513         
5514         * src/matcher.[ch]
5515                 fixes for constant correctness;
5516                 more documentation;
5517         * src/filtering.c
5518                 fix for constant correctness
5519
5520 2003-01-05 [colin]      0.8.8claws49
5521
5522         * src/account.[ch]
5523                 Add account_get_reply_account function
5524         * src/compose.c
5525                 Use account_get_reply_account function 
5526         * src/summaryview.c
5527                 Basic reply-finder - click on the replied
5528                 icon gets you to the outbox using quick-search
5529
5530 2003-01-05 [paul]       0.8.8claws48
5531
5532         * src/prefs_common.c
5533                 small change to English
5534                 
5535         * src/prefs_filtering.c
5536                 prefs_filtering_action_select(): improve logic and uniformity
5537                 of gui
5538
5539 2003-01-05 [alfons]     0.8.8claws47
5540
5541         fine tune solution to focus problems (bug #7)
5542
5543         * src/mainwindow.c
5544                 mainwindow_focus_in_event(): remove grab event check
5545         * src/summaryview.c
5546                 summary_button_pressed(): move selection on right-click
5547                 too. we can't possibly move the selection back after
5548                 canceling a dialog, because gtk's incomplete focus 
5549                 management. whether this is a good solution, only time
5550                 will tell.
5551
5552 2003-01-05 [christoph]  0.8.8claws46
5553
5554         * src/imap.c
5555                 fix crash when no imap connection could be established
5556
5557 2003-01-05 [paul]       0.8.8claws45
5558
5559         * src/mainwindow.c
5560           src/sumamryview.c
5561           src/gtk/menu.[ch]
5562                 fix bug 605957 'shortcuts in popup-menu'
5563                 make user-defined shortcuts work
5564                 show shortcuts that are already defined
5565                 in the main menu
5566                 Patch submitted by Luke Plant
5567
5568 2003-01-05 [alfons]     0.8.8claws44
5569
5570         * src/mainwindow.c
5571                 focus_in_event handler should not select summary view row 
5572                 when another window (menu, dialog) grabbed for events 
5573                 (bug #7, "[0.8.8claws42] Message summary focus") 
5574
5575 2003-01-04 [christoph]  0.8.8claws43
5576
5577         * src/procmsg.c
5578                 update save folder after adding the sent message
5579                  (closes bug #6 Folder View doesn't refresh for "Sent"-messages)
5580
5581 2003-01-02 [christoph]  0.8.8claws42
5582
5583         * src/common/plugin.c
5584                 fix unloading of all plugins and unload
5585                 plugins in reverse order
5586                 
5587         * src/gtk/pluginwindow.c
5588                 implement function of load and unload button
5589
5590         * src/gtk/prefswindow.c
5591         * src/gtk/prefswindow.h
5592                 rename register function and add new unregister
5593                 function
5594
5595         * src/plugins/spamassassin/spamassassin_gtk.c
5596                 unregister prefs page and update for changes in
5597                 src/gtk/prefswindow.c
5598
5599 2003-01-02 [paul]       0.8.8claws41
5600
5601         * po/es.po
5602                 updated by Ricardo Mones Lastra
5603
5604 2003-01-02 [paul]
5605
5606         * tools/tb2sylpheed
5607                 fixes and improvements by Urke MMI
5608
5609 2003-01-02 [thorsten]   0.8.8claws40
5610
5611         * src/procmsg.c
5612                 fixed wrong return value
5613
5614 2003-01-02 [thorsten]   0.8.8claws39
5615
5616         * src/prefs.c
5617                 fixed printing wrong variable
5618
5619 2003-01-02 [thorsten]   0.8.8claws38
5620
5621         * src/prefs.c
5622                 fixed acessing members of freed pfile struct
5623
5624 2003-01-02 [thorsten]   0.8.8claws37
5625
5626         * src/procmsg.c
5627                 detect loops across several messages
5628                 as suggested by Christoph Hohmann
5629
5630 2003-01-01 [match]      0.8.8claws36
5631
5632         * src/addrindex.c
5633                 fixed another memory leak.
5634
5635 2003-01-01 [match]      0.8.8claws35
5636
5637         * src/jpilot.[ch]
5638                 fixed memory leaks. applied Doxygen comments.
5639
5640 2003-01-01 [thorsten]   0.8.8claws34
5641
5642         * src/procmsg.c
5643                 inhibit endless loop if msg references itself
5644                 (closes Bug [ 660477 ] Infinite loop in parent flag search)
5645
5646 2003-01-01 [christoph]  0.8.8claws33
5647
5648         * src/mainwindow.c
5649         * src/gtk/Makefile.am
5650         * src/gtk/pluginwindow.c                ** NEW **
5651         * src/gtk/pluginwindow.h                ** NEW **
5652                 add plugin window
5653
5654         * src/plugins/demo/demo.c
5655         * src/plugins/spamassassin/spamassassin.c
5656         * src/plugins/spamassassin/spamassassin_gtk.c
5657                 write better plugin descriptions
5658
5659 2002-12-31 [christoph]  0.8.8claws32
5660
5661         * src/gtk/prefswindow.c
5662         * src/plugins/spamassassin/spamassassin_gtk.c
5663                 some small improvements to GTK code
5664
5665 2002-12-31 [christoph]  0.8.8claws31
5666
5667         * src/plugins/spamassassin/spamassassin_gtk.c
5668                 enable folder select button
5669
5670 2002-12-31 [christoph]  0.8.8claws30
5671
5672         * src/mainwindow.c
5673         * src/gtk/Makefile.am
5674         * src/gtk/prefswindow.c                         ** NEW **
5675         * src/gtk/prefswindow.h                         ** NEW **
5676                 add new prefs window
5677
5678         * src/common/plugin.c
5679                 don't try to load empty config lines
5680         
5681         * src/plugins/spamassassin/Makefile.am
5682         * src/plugins/spamassassin/spamassassin.c
5683         * src/plugins/spamassassin/spamassassin.h       ** NEW **
5684         * src/plugins/spamassassin/spamassassin_gtk.c   ** NEW **
5685                 GTK config for SpamAssassin Plugin using
5686                 the new prefs window
5687
5688 2002-12-31 [paul]       0.8.8claws29
5689
5690         * po/POTFILES.in
5691                 remove obsolete entry 'src/menu.c'
5692
5693 2002-12-31 [alfons]     0.8.8claws28
5694
5695         * src/matcher.[ch]
5696         * src/matcher_parser_parse.y
5697         * src/prefs_matcher.c
5698                 add "ignore_thread" and "~ignore_thread" condition so it's
5699                 possible to make the actions / scoring operate on the ignore
5700                 thread flag
5701
5702 2002-12-31 [christoph]  0.8.8claws27
5703
5704         * src/addrbook.c
5705         * src/addrindex.c
5706         * src/folder.c
5707         * src/matcher.c
5708         * src/prefs_account.c
5709         * src/prefs_actions.c
5710         * src/prefs_customheader.c
5711         * src/prefs_display_header.c
5712         * src/prefs_gtk.c
5713         * src/procmime.c
5714         * src/toolbar.c
5715         * src/xmlprops.c
5716         * src/common/prefs.[ch]
5717                 extend prefs file handling for reading and automatic handling
5718                 of blocks. When reading prefs_set_block_label will automatically
5719                 move on to the block. When writing it will copy all other blocks
5720                 automatically
5721
5722         * src/common/plugin.c
5723                 Now loading plugin filenames from [Plugins] block in
5724                 sylpheed rc file
5725
5726 2002-12-30 [christoph]  0.8.8claws26
5727
5728         * src/common/hooks.[ch]
5729                 return abort status to caller of hooks_invoke
5730                 
5731         * src/inc.[ch]
5732                 invoke message filtering hook and stop
5733                 default handling when filter returns abort
5734
5735         * src/common/plugin.[ch]
5736         * src/plugins/demo/demo.c
5737                 modify plugin loader, because resolving symbols for strings
5738                 does not work correctly
5739         
5740         * configure.in
5741         * ac/spamassassin.m4                            ** NEW **
5742         * src/plugins/spamassassin/.cvsignore           ** NEW **
5743         * src/plugins/spamassassin/Makefile.am          ** NEW **
5744         * src/plugins/spamassassin/README               ** NEW **
5745         * src/plugins/spamassassin/libspamc.[ch]        ** NEW **
5746         * src/plugins/spamassassin/spamassassin.c       ** NEW **
5747         * src/plugins/spamassassin/utils.[ch]           ** NEW **
5748                 add spamassassin plugin, see src/plugins/spamassassin/README
5749                 for details
5750
5751 2002-12-29 [alfons]     0.8.8claws25
5752
5753         * src/mainwindow.c
5754                 when moving focus from a message view to the main 
5755                 window, don't forget to select the summary node
5756                 of the displayed message. should fix "[ 659103 ] 
5757                 focus-follows-mouse confuses sylpheed"
5758
5759 2002-12-29 [christoph]  0.8.8claws24
5760
5761         * src/Makefile.am
5762         * src/stringtable.[ch]          ** REMOVE **
5763         * src/common/Makefile.am
5764         * src/common/stringtable.[ch]   ** NEW **
5765                 move stringtable files to common directory
5766
5767 2002-12-29 [christoph]  0.8.8claws23
5768
5769         * src/Makefile.am
5770         * src/menu.[ch]                 ** REMOVE **
5771         * src/gtk/Makefile.am
5772         * src/gtk/menu.[ch]             ** NEW **
5773                 move menu files to gtk directory
5774
5775 2002-12-29 [match]      0.8.8claws22
5776
5777         * src/addressbook.c
5778         * src/syldap.c
5779                 moved UI specific code out of LDAP code into addressbook
5780                 UI code. fixed memory leak.
5781
5782 2002-12-29 [christoph]  0.8.8claws21
5783
5784         * src/folder.c
5785                 only check for IGNORED parent message when message is
5786                 not IGNORED itself
5787
5788 2002-12-29 [alfons]     0.8.8claws20
5789
5790         * src/summaryview.c
5791                 set gtksctree's anchor correct (immediate execute
5792                 changes the tree's layout, and anchor points at 
5793                 the incorrect row). fixes "[ 657233 ] multiple msg 
5794                 delete sometimes off by 1".
5795                 we probably have to look for more tree layout /
5796                 anchor glitches.
5797
5798 2002-12-29 [paul]       0.8.8claws19
5799
5800         * src/summaryview.c
5801                 fix bug [ 659054 ] incorrect sorting of 'From' column
5802                 when using 'display sender using address book'
5803                 thanks to Alfons and Luke Plant
5804
5805 2002-12-29 [christoph]  0.8.8claws18
5806
5807         * src/folder.c
5808         * src/procmsg.[ch]
5809                 check parent messages for IGNORE THREAD flag, when adding,
5810                 moving or copying messages to a folder
5811
5812 2002-12-27 [alfons]     0.8.8claws17
5813
5814         re-organize matcher part 5; more to come
5815
5816         * src/matcher.c
5817                 hash keywords in matchparser_tab 
5818
5819 2002-12-27 [alfons]     0.8.8claws16
5820
5821         re-organize matcher part 4; more to come
5822
5823         * src/matcher_parser.h
5824         * src/matcher_parser_lex.l
5825         * src/matcher_parser_parse.y
5826                 cleanup
5827
5828 2002-12-27 [alfons]     0.8.8claws15
5829
5830         re-organize matcher part 3; more to come
5831
5832         * src/matcher.[ch]
5833                 cleanup
5834
5835 2002-12-27 [alfons]     0.8.8claws14
5836
5837         re-organize matcher part 2; more to come but this should
5838         work. cc me if there are any regressions.
5839
5840         * src/matcher.h
5841                 add prototype for get_matchparser_tab_id()
5842         * src/matcher_parser_lex.l
5843                 look up keywords using matchparser_tab_id();
5844
5845 2002-12-27 [alfons]     0.8.8claws12
5846
5847         re-organize matcher part 1
5848
5849         * src/matcher.h
5850                 map yacc generated constants to sylpheed matcher constants
5851         * src/matcher.c
5852                 add function to find a matcher constant from a string
5853
5854 2002-12-27 [christoph]  0.8.8claws11
5855
5856         * src/compose.c
5857                 MENUITEM_ADD casts the 4th argument from integer to pointer
5858                 so it probably should not be a pointer, this means we
5859                 should use account id for it and not the account's pointer
5860
5861 2002-12-27 [paul]       0.8.8claws10
5862
5863         * src/mainwindow.c
5864                 remove unneeded 'GtkWidget *vbox'
5865                 
5866         * src/summaryview.c
5867                 further sync with 0.8.8 - make sort
5868                 by recipient work as expected
5869                 
5870         * NEWS
5871                 sync with 0.8.8
5872
5873 2002-12-27 [paul]       0.8.8claws9
5874
5875         * po/pt_BR.po
5876                 updated by Ivan F. Martinez
5877                 
5878 2002-12-27 [darko]      0.8.8claws8
5879
5880         * src/common/utils.c
5881                 added locked pattern to extended search
5882
5883 2002-12-27 [alfons]     0.8.8claws7
5884
5885         * src/prefs_matcher.[ch]
5886                 clean up
5887
5888 2002-12-26 [alfons]     0.8.8claws6
5889
5890         * src/matcher.[ch]
5891         * src/matcher_parser_lex.l
5892         * src/matcher_parser_parse.y
5893         * src/prefs_matcher.c
5894                 allow color label as a condition in the matcher
5895
5896 2002-12-26 [oliver]     0.8.8claws5
5897         
5898         * src/toolbar.c 
5899                 enable Addressbook for Main and Messageview
5900         * src/prefs_actions.c
5901                 enable actions in Messageview
5902
5903 2002-12-26 [christoph]  0.8.8claws4
5904
5905         * src/common/plugin.c
5906                 add a little debug output
5907         * configure.in
5908         * src/plugins/demo/Makefile.am
5909                 better use of automake
5910
5911 2002-12-26 [christoph]  0.8.8claws3
5912
5913         * src/Makefile.am
5914         * src/common/Makefile.am
5915                 fix "make distdir"
5916
5917 2002-12-26 [christoph]  0.8.8claws2
5918
5919         * configure.in
5920                 sort configure checks into common / gtk / plugins
5921         * po/POTFILES.in
5922                 add src/prefs_gtk.c
5923         * src/Makefile.am
5924                 add plugins SUBDIR
5925         * src/main.c
5926         * src/common/sylpheed.[ch]
5927                 added now sylpheed_done function for shutdown
5928         * src/common/Makefile.am
5929         * src/common/plugin.[ch]                ** NEW **
5930                 plugin loader and unloader
5931         * src/plugins/.cvsignore                ** NEW **
5932         * src/plugins/Makefile.am               ** NEW **
5933                 build plugins
5934         * src/plugins/demo/.cvsignore           ** NEW **
5935         * src/plugins/demo/Makefile.am          ** NEW **
5936         * src/plugins/demo/demo.c               ** NEW **
5937                 small demo plugin that installs a logtext hook and
5938                 outputs the log text to stdout
5939
5940 2002-12-26 [paul]       0.8.8claws1
5941
5942         * po/es.po
5943                 updated by Ricardo Mones Lastra
5944
5945 2002-12-26 [paul]       0.8.8claws
5946
5947         * 0.8.8claws released
5948
5949 2002-12-26 [paul]       0.8.7claws12
5950
5951         * po/bg.po
5952                 updated by George Danchev
5953
5954 2002-12-26 [paul]       0.8.7claws11
5955
5956         * po/POTFILES.in
5957                 remove unneeded 'src/prefs.c' entry 
5958
5959 2002-12-26 [paul]       0.8.7claws10
5960
5961         * src/codeconv.c
5962           src/mainwindow.c
5963                 sync with 0.8.8 release
5964         
5965         * src/folder.[ch]
5966           src/mh.c
5967           src/summaryview.c
5968                 partial sync with 0.8.8 release
5969         
5970
5971 2002-12-25 [alfons]     0.8.7claws9
5972
5973         * src/matcher.[ch]
5974         * src/matcher_parser_lex.l
5975         * src/matcher_parser_parse.y
5976         * src/prefs_matcher.c
5977                 add locked flag to possible filtering / matcher 
5978                 conditions (also a good example what should be
5979                 done to add a simple boolean condition)
5980
5981 2002-12-25 [christoph]  0.8.7claws8
5982
5983         * src/Makefile.am
5984         * src/account.[ch]
5985         * src/addrbook.c
5986         * src/addressbook.c
5987         * src/addrindex.c
5988         * src/filtering.c
5989         * src/folder.c
5990         * src/matcher.c
5991         * src/prefs.[ch]                ** REMOVE **
5992         * src/prefs_account.c
5993         * src/prefs_actions.c
5994         * src/prefs_common.c
5995         * src/prefs_customheader.c
5996         * src/prefs_display_header.c
5997         * src/prefs_filtering.c
5998         * src/prefs_folder_item.c
5999         * src/prefs_gtk.[ch]            ** NEW **
6000         * src/prefs_matcher.c
6001         * src/prefs_scoring.c
6002         * src/prefs_summary_column.c
6003         * src/procmime.c
6004         * src/selective_download.c
6005         * src/toolbar.c
6006         * src/common/Makefile.am
6007         * src/common/prefs.[ch]         ** NEW **
6008                 split prefs.[ch] into prefs_gtk.[ch] and common/prefs.[ch]
6009
6010 2002-12-24 [alfons]     0.8.7claws7
6011
6012         * src/summaryview.c
6013                 summary_thread_build(): fix real cause of the crash mentioned in
6014                 0.8.7claws3. use subject_XXX() and not g_hash_table_XXX() functions,
6015                 this way we get meaningful ctree nodes 
6016
6017 2002-12-24 [oliver]     0.8.7claws6
6018
6019         * src/mainwindow.[ch]
6020         * src/messageview.[ch]
6021         * src/compose.[ch]
6022         * src/inc.c
6023         * src/summaryview.c
6024                 changes to use updated toolbar handling
6025                 
6026 2002-12-24 [oliver]     0.8.7claws5
6027
6028         * src/toolbar.[ch]
6029                 generic toolbar handling
6030                 used ideas from Ivan Francolin Martinez (ivanfm@users.sourceforge.net)
6031         * src/prefs_toolbar.[ch]
6032                 adjust to handling
6033         
6034 2002-12-24 [oliver]     0.8.7claws4
6035         
6036         * src/stock_pixmap.[ch]
6037                 move SYLPHEED_LOGO to end of list in order 
6038                 to remove it from Custom Toolbar`s Icon View
6039
6040 2002-12-24 [alfons]     0.8.7claws3
6041
6042         * src/summaryview.c
6043                 summary_thread_build(): fix crash because of focus != selection 
6044                 after threading. when deleting the selection, gtk tries but fails 
6045                 to find the correct focusable element. we now force the selection
6046                 to be focused. this should solve the infamous bug reported by 
6047                 Jason Wojciechowski (bug "[ 633443 ] Crash on deleting messages"). 
6048                 a test case is available. 
6049
6050 2002-12-24 [darko]      0.8.7claws2
6051
6052         * src/summaryview.c
6053                 don't crash when unmarking message with unread children
6054
6055 2002-12-23 [christoph]  0.8.7claws1
6056
6057         * src/Makefile.am
6058         * src/common/Makefile.am
6059                 update Makefiles for moved intl.h, version.h and defs.h
6060         * src/imap.c
6061                 rewrite imap_session_get to avoid duplicate code
6062
6063 2002-12-23 [paul]       0.8.7claws
6064
6065         * Santa-Claws released
6066         
6067         * po/hu.po
6068           po/ru.po
6069                 squeeze in updated Hungarian and Russian translations.
6070                 Submitted by  Gál Zoltán and Ruslan N. Balkin
6071
6072 2002-12-23 [paul]       0.8.6claws129
6073
6074         * po/pl.po
6075                 updated by Witold Wladyslaw Wojciech Wilk
6076
6077 2002-12-23 [paul]       0.8.6claws128
6078
6079         * src/quote_fmt_parse.y
6080                 fix typo and add licence header
6081
6082 2002-12-23 [paul]       0.8.6claws127
6083
6084         * po/en_GB.po
6085                 updated
6086
6087 2002-12-23 [paul]       0.8.6claws126
6088
6089         * po/it.po
6090                 updated translation, submitted by Alessandro Maestri
6091                 
6092 2002-12-23 [paul]       0.8.6claws125
6093
6094         * src/quote_fmt_parse.y
6095                 fix signature-stripping on replies bug. match
6096                 '-- \n' and not '-- '.
6097
6098 2002-12-22 [paul]       0.8.6claws124
6099
6100         * po/bg.po
6101           po/es.po
6102           po/sr.po
6103                 updated translations. submitted by George Danchev,
6104                 Ricardo Mones Lastra, and Urke MMI respectively
6105
6106 2002-12-21 [paul]       0.8.6claws123
6107
6108         * src/addrbook.c
6109                 fix coding style
6110
6111 2002-12-21 [paul]       0.8.6claws122
6112
6113         * src/addrbook.c
6114                 fix bug [643638] where if a person is in one or more
6115                 addressbook groups editing that person's email 
6116                 address results in removal from those groups.
6117                 Patch submitted by Luke Plant.
6118
6119 2002-12-20 [christoph]  0.8.6claws121
6120
6121         * src/common/utils.c
6122         * src/summaryview.c
6123                 reimplement expand_search_string using GString to
6124                 prevent crashs caused by miscalculated string
6125                 lengths reported by Paul
6126
6127 2002-12-20 [christoph]  0.8.6claws120
6128
6129         * src/summaryview.c
6130                 don't use "changed" to check if op_count has to be changed as it
6131                 is also set when the message has unread children
6132                 (closes bug [ 653221 ] crash while deleting duplicates)
6133
6134 2002-12-20 [paul]       0.8.6claws119
6135
6136         * sync with 0.8.6cvs27
6137                 see ChangeLog 2002-12-20
6138
6139 2002-12-20 [paul]       0.8.6claws118
6140
6141         * sync with 0.8.6cvs26
6142                 see ChangeLog 2002-12-19 and 2002-12-20
6143
6144 2002-12-19 [alfons]     0.8.6claws117
6145
6146         * src/textview.c
6147                 fix incorrect parsing of email addresses, submitted by 
6148                 Luke Plant (thanks!). Closes bug "[ 565480 ] duplicate 
6149                 name display if it contains @".
6150
6151 2002-12-18 [paul]       0.8.6claws116
6152
6153         * sync with 0.8.6cvs23
6154                 see ChangeLog 2002-12-18
6155
6156 2002-12-18 [paul]       0.8.6claws115
6157
6158         * src/Makefile.am
6159         * src/account.c
6160         * src/codeconv.c
6161         * src/gtkutils.[ch]
6162         * src/imap.c
6163                 sync with 0.8.6cvs22.
6164                 see ChangeLog 2002-12-17 and 2002-12-18
6165
6166 2002-12-17 [christoph]  0.8.6claws114
6167
6168         * src/imap.c
6169                 o don't create a session if imap greeting fails
6170                 o don't close socket when authentication fails
6171                   this is done by imap_session_destroy
6172
6173 2002-12-17 [thorsten]   0.8.6claws113
6174
6175         * tools/Makefile.am
6176           tools/README
6177           tools/google_msgid.pl ** NEW FILE **
6178                 Added "search for message-id" script and doc
6179
6180 2002-12-17 [thorsten]   0.8.6claws112
6181
6182         * po/hu.po
6183                 Updated hungarian translation
6184                 (updated by Gal Zoltan)
6185
6186 2002-12-16 [christoph]  0.8.6claws111
6187
6188         * src/addr_compl.c
6189                 remove stupid addressbook dump to debug output
6190         * src/mh.c
6191                 fix memory leak found by Hiro
6192
6193 2002-12-14 [paul]       0.8.6claws110
6194
6195         * src/compose.c
6196                 fix menubar sensitivity on send
6197                 
6198         * src/prefs_filtering.c
6199         * src/prefs_matcher.c
6200         * src/prefs_scoring.c
6201                 Fix english ;)
6202                 
6203         * src/common/quoted-printable.h
6204                 sync: fix typo
6205         
6206 2002-12-13 [christoph]  0.8.6claws109
6207
6208         * src/Makefile.am
6209         * src/manage_window.[ch]        ** REMOVE **
6210         * src/gtk/Makefile.am
6211         * src/gtk/manage_window.[ch]    ** NEW **
6212                 move manage_window files to gtk directory
6213
6214 2002-12-13 [christoph]  0.8.6claws108
6215
6216         * src/Makefile.am
6217         * src/gtkshruler.[ch]           ** REMOVE **
6218         * src/gtk/Makefile.am
6219         * src/gtk/gtkshruler.[ch]       ** NEW **
6220                 move gtkshruler files to gtk directory
6221
6222 2002-12-13 [christoph]  0.8.6claws107
6223
6224         * src/Makefile.am
6225         * src/compose.c
6226         * src/gtkstext.[ch]             ** REMOVE **
6227         * src/gtkutils.[ch]
6228         * src/textview.c
6229         * src/gtk/gtkstext.[ch]         ** NEW **
6230         * src/gtk/Makefile.am
6231                 o move stext functions to gtkstext.c to remove
6232                   dependency of gtkutils
6233                 o move gtkstext files to gtk directory
6234
6235         * src/gtk/Makefile.am
6236         * src/gtk/sslcertwindow.[ch]
6237                 UI stuff can always depend on common code so
6238                 it's ok to add ../common to include path
6239
6240 2002-12-13 [colin]      0.8.6claws106
6241
6242         * src/summaryview.c
6243                 Disconnect sighandlers for mainwindow when
6244                 quicksearch has the focus
6245                 Fix bug #653231
6246         * src/mainwindow.[ch]
6247                 Make key_pressed callback public, to be able
6248                 to disconnect it
6249
6250 2002-12-13 [christoph]  0.8.6claws105
6251
6252         * src/mh.c
6253                 create .mh_sequences file in new MH folders
6254                 (closes feature request [ 523162 ] MH folders should
6255                  get a .mh_sequences)
6256
6257 2002-12-13 [colin]      0.8.6claws104
6258
6259         * src/summaryview.c
6260                 Better handling of quicksearch show/hide
6261                 (basically the button stays under the mouse 
6262                  when toggled)
6263
6264 2002-12-13 [paul]       0.8.6claws103
6265
6266         * sync with 0.8.6cvs17
6267                 see ChangeLog 2002-12-13
6268
6269 2002-12-13 [paul]       0.8.6claws102
6270
6271         * po/es.po
6272                 updated by Ricardo Mones Lastra
6273
6274 2002-12-11 [colin]       0.8.6claws101
6275
6276         * src/folder.c
6277                 remove statusbar stuff
6278           src/folderview.c
6279                 set statusbar verbosity when moving folders
6280
6281 2002-12-11 [colin]       0.8.6claws100
6282         * src/prefs_filtering.c
6283         * src/prefs_matcher.c
6284         * src/prefs_scoring.c
6285                 Fix english ;)
6286
6287 2002-12-11 [colin]       0.8.6claws99
6288
6289         * src/prefs_common.[ch]
6290                 Add summary_quicksearch_type
6291         * src/summaryview.c
6292                 Save last used quicksearch type
6293
6294 2002-12-11 [jens]       0.8.6claws98
6295         * src/prefs_filtering.c
6296         * src/prefs_matcher.c
6297         * src/prefs_scoring.c
6298                 added dialog for incomplete rules in scoring, filtering and
6299                 matcher to ask wheather really close
6300
6301 2002-12-11 [colin]      0.8.6claws97
6302
6303         * src/folder.c
6304                 Fix folder dnd statusbar logging
6305
6306 2002-12-10 [christoph]  0.8.6claws96
6307
6308         * src/compose.c
6309         * src/folder.c
6310         * src/imap.c
6311         * src/inc.c
6312         * src/main.c
6313         * src/mainwindow.c
6314         * src/news.c
6315         * src/send.c
6316         * src/statusbar.[ch]
6317         * src/common/hooks.c
6318         * src/common/log.[ch]
6319                 o handle verbose logging in statusbar directly in statusbar code
6320                   and common code does not need any knowledge about a statusbar
6321                 o remove direct calls to statusbar_(puts|pop)_all functions
6322
6323 2002-12-10 [jens]       0.8.6claws95
6324
6325         * src/*.c
6326                 removed gettext from g_warnings
6327         * po/POTFILES.in
6328                 cleaned and updated
6329         * po/de.po
6330                 updated
6331
6332 2002-12-10 [colin]      0.8.6claws94
6333
6334         * src/main.c
6335                 finish crash dialog fix
6336
6337 2002-12-10 [colin]      0.8.6claws93
6338
6339         * src/main.c
6340                 "Fix" "sylpheed already running" instead of
6341                 crash dialog appearing after a crash
6342
6343 2002-12-10 [colin]      0.8.6claws92
6344
6345         * po/POTFILES.in
6346                 add src/gtk/sslcertwindow.c
6347
6348 2002-12-10 [paul]       0.8.6claws91
6349
6350         * po/POTFILES.in
6351                 updated to reflect recent changes
6352                 submitted by Alessandro Maestri
6353
6354 2002-12-09 [christoph]  0.8.6claws90
6355
6356         * src/Makefile.am
6357         * src/smtp.[ch]                 ** REMOVE **
6358         * src/common/Makefile.am
6359         * src/common/smtp.[ch]          ** NEW **
6360                 move smtp files to common directory
6361
6362 2002-12-09 [christoph]  0.8.6claws89
6363
6364         * src/Makefile.am
6365         * src/session.[ch]              ** REMOVE **
6366         * src/common/Makefile.am
6367         * src/common/session.[ch]       ** NEW **
6368                 move session files to common directory
6369
6370 2002-12-09 [paul]       0.8.6claws88
6371
6372         * src/account.c
6373                 fix bug [649746] edit accounts: move account reverted
6374                 Patch submitted by Luke Plant <lukeplant@users.sourceforge.net>
6375
6376 2002-12-09 [colin]      0.8.6claws87
6377
6378         * src/ssl_certificate.c
6379                 cleanup
6380
6381 2002-12-09 [colin]      0.8.6claws86
6382
6383         * src/ssl.c
6384                 Try to open the cert.pem database and 
6385                 issue a warning if it isn't there
6386
6387 2002-12-09 [colin]      0.8.6claws85
6388
6389         * src/common/ssl_certificate.c
6390         * src/gtk/sslcertwindow.c
6391                 Warning fixes
6392
6393 2002-12-09 [colin]      0.8.6claws84
6394
6395         * src/ssl_certificate.[ch] ** REMOVED **
6396         * src/common/ssl_certificate.[ch] ** NEW **
6397         * src/Makefile.am
6398         * src/common/Makefile.am
6399                 Moved ssl_certificate.[ch] to common
6400         * src/common/ssl.c 
6401                 Put back needed include
6402         * src/gtk/sslcertwindow.[ch]
6403                 Changed ssl_certificate.h include
6404         
6405 2002-12-09 [colin]      0.8.6claws83
6406
6407         * src/gtk/sslcertwindow.[ch]
6408                 Implement hook for certificate acception
6409         * src/ssl_certificate.[ch]
6410                 Implement hook for certificate acception
6411         * src/common/ssl.c
6412                 Reenable certificate acception check
6413         * src/mainwindow.c
6414                 Register sslcertwindow's hook
6415         
6416 2002-12-08 [christoph]  0.8.6claws82
6417
6418         * src/about.c
6419         * src/addr_compl.c
6420         * src/codeconv.c
6421         * src/manual.c
6422         * src/undo.c
6423         * src/common/utils.c
6424                 o add missing includes
6425                 o fix warnings
6426         * src/.cvsignore
6427         * src/common/.cvsignore
6428         * src/common/version.h          ** REMOVE **
6429                 remove autogenerated file
6430
6431 2002-12-08 [paul]       0.8.6claws81
6432
6433         * src/stringtable.c
6434                 put back needed include
6435
6436 2002-12-08 [colin]      0.8.6claws80
6437         
6438         * src/gtk/sslcertwindow.c
6439                 Cleaner popups when asking
6440         * src/ssl_certificate.c
6441         * src/prefs_common.[ch]
6442                 remove ssl certificate pref
6443                 put back needed include
6444         * src/undo.c
6445                 put back needed include
6446
6447 2002-12-08 [christoph]  0.8.6claws79
6448
6449         * src/folderview.c
6450         * src/logwindow.c
6451         * src/statusbar.c
6452         * src/summaryview.c
6453                 only abort hook invokation if required data is missing not
6454                 if our own data pointer is NULL, update hookfunction for
6455                 log window
6456
6457 2002-12-08 [paul]       0.8.6claws78
6458
6459         * src/about.c
6460         * src/addrcache.c
6461         * src/addrclip.c
6462         * src/addr_compl.c
6463         * src/addrselect.c
6464         * src/codeconv.c
6465         * src/colorlabel.c
6466         * src/enriched.c
6467         * src/esmtp.c
6468         * src/exporthtml.c
6469         * src/headerview.c
6470         * src/imageview.c
6471         * src/manual.c
6472         * src/noticeview.c
6473         * src/pgptext.c
6474         * src/scoring.c
6475         * src/sourcewindow.c
6476         * src/stringtable.c
6477         * src/undo.c
6478                 clean up: remove unneccesary includes
6479
6480 2002-12-08 [christoph]  0.8.6claws77
6481
6482         * src/folderview.c
6483         * src/statusbar.c
6484         * src/summaryview.c
6485         * src/common/hooks.[ch]
6486                 hook functions now have a gboolean return value, if a hook
6487                 returns TRUE it will stop executing of any more hooks in
6488                 the same hooklist for this invokation
6489
6490 2002-12-08 [colin]      0.8.6claws76
6491         
6492         * src/main.c
6493                 put back argv0 for CRASH_DIALOG
6494
6495 2002-12-08 [christoph]  0.8.6claws75
6496
6497         * src/Makefile.am
6498         * src/about.c
6499         * src/account.c
6500         * src/crash.c
6501         * src/esmtp.h
6502         * src/imap.[ch]
6503         * src/inc.c
6504         * src/main.c
6505         * src/mainwindow.c
6506         * src/news.c
6507         * src/pop.[ch]
6508         * src/prefs_account.[ch]
6509         * src/prefs_common.[ch]
6510         * src/send.[ch]
6511         * src/smtp.[ch]
6512         * src/ssl_certificate.[ch]
6513         * src/ssl_manager.[ch]
6514         * src/common/Makefile.am
6515         * src/common/log.c
6516         * src/common/nntp.[ch]
6517         * src/common/socket.[ch]
6518         * src/common/ssl.[ch]
6519         * src/gtk/sslcertwindow.[ch]
6520         * ac/openssl.m4
6521                 use new autoconf script to detect OpenSSL with extra parameters
6522                 to specify the location of libs and includes, also remove USE_SSL
6523                 to USE_OPENSSL
6524
6525         * src/common/sylpheed.[ch]
6526         * src/common/version.h.in
6527                 start seperation of common code initialization seperated from gui
6528
6529         * src/summaryview.c
6530                 The function that is called when a color label changes
6531                 should not change the color lable again
6532
6533 2002-12-08 [colin]      0.8.6claws74
6534
6535         * src/gtk/sslcertwindow.c
6536                 warning fixes
6537
6538 2002-12-08 [colin]      0.8.6claws73
6539
6540         * src/statusbar.c
6541           src/common/log.h
6542                 Register a hook for statusbar_puts_all
6543         * src/common/log.c
6544                 invoke statusbar_puts_all's hook
6545         
6546 2002-12-08 [colin]      0.8.6claws72
6547
6548         * src/ssl_certificate.c
6549                 Put back a badly-removed include
6550
6551 2002-12-08 [colin]      0.8.6claws71
6552
6553         * src/gtk/sslcertwindow.[ch]    ** NEW **
6554                 new certificate presentation
6555         * src/gtk/Makefile.am
6556                 add new files
6557         * src/ssl_certificate.[ch]
6558                 gtk cleanup, made utility functions public
6559         * src/ssl_manager.c
6560                 use new cert presentation
6561
6562 2002-12-07 [christoph]  0.8.6claws70
6563
6564         * src/Makefile.am
6565         * src/nntp.[ch]                 ** REMOVE **
6566         * src/common/Makefile.am
6567         * src/common/nntp.[ch]          ** NEW **
6568                 move nntp files to common directory
6569
6570 2002-12-07 [christoph]  0.8.6claws69
6571
6572         * src/procmsg.[ch]
6573         * src/summaryview.c
6574                 implement msginfo update callback using sylpheed's new
6575                 hook system. Invoke hooks from procmsg_msginfo_[un]set_flags.
6576
6577 2002-12-06 [christoph]  0.8.6claws68
6578
6579         * src/editgroup.c
6580                 This patch changes the 'Edit Group Details' dialog to
6581                 allow extended selections in either pane, so that
6582                 addresses can be added or removed from a group more
6583                 quickly and easily. (it actually is a net decrease in
6584                 file size, as some unnecessary functions have been
6585                 removed). 
6586                 (patch submitted by Luke Plant <lukeplant@users.sourceforge.net>)
6587
6588 2002-12-06 [christoph]  0.8.6claws67
6589
6590         * src/Makefile.am
6591         * src/template.[ch]             ** REMOVE **
6592         * src/common/Makefile.am
6593         * src/common/template.[ch]      ** NEW **
6594                 move template files to common directory
6595
6596         * src/nntp.c
6597                 add missing log.h include
6598
6599 2002-12-06 [melvin]     0.8.6claws66
6600
6601         * src/prefs_actions.c
6602                 Added the trailing ">" syntax to insert command's output
6603                 without replacing old text (in contrast to trailing "|").
6604
6605 2002-12-05 [colin]      0.8.6claws65
6606         
6607         * src/common/utils.c
6608                 Don't modify original search_string or it'll change
6609                 the next iterations in the for()
6610
6611 2002-12-05 [darko]      0.8.6claws64
6612
6613         * src/common/utils.c
6614                 proper check for filtering commands, found by Colin
6615
6616 2002-12-05 [darko]      0.8.6claws63
6617
6618         * src/common/utils.c
6619                 check proper string for NULL pointer, found by Colin
6620
6621 2002-12-05 [darko]      0.8.6claws62
6622
6623         * src/common/utils.[ch]
6624                 expand_search_string(): new function
6625                 converts Mutt-like patterns to Sylpheed's
6626                 filtering engine
6627         * src/summaryview.c
6628                 use expand_search_string() to allow Mutt-like
6629                 patterns in extended search
6630         * README.claws
6631                 document extended option in quick search
6632
6633 2002-12-05 [paul]       0.8.6claws61
6634
6635         * sync with 0.8.6cvs16
6636                 see ChangeLog 2002-12-05
6637                 
6638         * po/POTFILES.in
6639                 clean up
6640
6641 2002-12-04 [christoph]  0.8.6claws60
6642
6643         * src/imap.[ch]
6644                 put imap authentication code into a new function and
6645                 remove it from imap_session_new that will allow to
6646                 send other commands before authentication
6647
6648 2002-12-04 [christoph]  0.8.6claws59
6649
6650         * src/imap.[ch]
6651                 use already existing method to prevent unneeded IMAP
6652                 folder selects. Set imap_select parameters to NULL
6653                 in some functions if the values are not required.
6654
6655         * src/xml.h
6656                 remove no longer required include
6657
6658 2002-12-04 [paul]       0.8.6claws58
6659
6660         * po/es.po
6661                 updated by Ricardo Mones Lastra
6662                 
6663         * configure.in
6664           po/hu.po      ** NEW FILE **
6665                 initial Hungarian translation, submitted
6666                 by Gál Zoltán <galzoli@hu.inter.net>
6667
6668 2002-12-03 [christoph]  0.8.6claws57
6669
6670         * src/Makefile.am
6671         * src/gtksctree.[ch]            ** REMOVE **
6672         * src/gtk/Makefile.am
6673         * src/gtk/gtksctree.[ch]        ** NEW **
6674                 move gtksctree files to gtk directory
6675
6676 2002-12-03 [christoph]  0.8.6claws56
6677
6678         * src/Makefile.am
6679         * src/md5.[ch]                  ** REMOVE **
6680         * srm/common/Makefile.am
6681         * src/common/md5.[ch]           ** NEW **
6682                 move md5 files to common directory
6683
6684         * src/gtkstext.c
6685                 remove not required #include
6686
6687 2002-12-03 [sergey]     0.8.6claws55
6688
6689         * src/gtkutils.c
6690         * src/gtkutils.h
6691                 gtkut_window_popup(): new function.
6692         * src/mainwindow.c
6693                 main_window_popup(): use gtkut_window_popup() to raise
6694                 window without changing its position.
6695                 (see sylpheed-main ML message [sylpheed:17247])
6696
6697 2002-12-03 [sergey]     0.8.6claws54
6698
6699         * src/send.c
6700                 send_message_local(): removed first-dot escaping
6701                 (SMTP-only, not needed for sending through pipe)
6702
6703 2002-12-03 [paul]       0.8.6claws53
6704
6705         * po/POTFILES.in
6706                 update to reflect recent changes (thanks
6707                 to Ricardo Mones Lastra)
6708                 
6709         * tools/filter_conv.pl
6710                  fix problem with quoted strings. Patch submitted
6711                  by Luke Plant <lukeplant@softhome.net>
6712
6713 2002-12-03 [paul]       0.8.6claws52
6714
6715         * sync with 0.8.6cvs15
6716                 see ChangeLog 2002-12-03
6717
6718 2002-12-02 [christoph]  0.8.6claws51
6719
6720         * src/logwindow.[ch]
6721         * src/common/log.[ch]
6722                 implement logging using a hook function
6723
6724         * src/folderview.c
6725         * src/folder.[ch]
6726                 define hooklist name in header file to avoid
6727                 errors caused by wrong spelling of hooklist names
6728
6729         * src/toolbar.c
6730                 fix warnings
6731
6732 2002-12-02 [christoph]  0.8.6claws50
6733
6734         * src/common/Makefile.am
6735                 add src/common/hooks.[ch]
6736
6737         * src/common/hooks.[ch]
6738                 implement a simple hook system using glib's hook functions
6739
6740         * src/folder.[ch]
6741         * src/folderview.c
6742                 use new hook system for folder item updates
6743
6744 2002-12-02 [christoph]  0.8.6claws49
6745
6746         * doc-src/ui_seperation.txt     ** NEW **
6747                 information for ui seperation
6748
6749         * src/Makefile.am
6750                 remove files that were moved to common
6751                 include common directory by default for the header files
6752
6753         * src/inc.c
6754         * src/common/socket.c
6755         * src/automaton.[ch]
6756                 implement automaton using g_io_*-functions instead of
6757                 gdk_input_add to make it ui independent
6758
6759         * src/codeconv.c
6760         * src/compose.c
6761         * src/ldif.c
6762         * src/pgptext.c
6763         * src/procmime.c
6764         * src/rfc2015.c
6765         * src/smtp.c
6766         * src/unmime.c
6767                 remove common/ prefix because directory is now in
6768                 include path
6769
6770         * src/compose.c
6771         * src/folder.c
6772         * src/folderview.c
6773         * src/mainwindow.c
6774         * src/messageview.c
6775         * src/prefs_common.c
6776         * src/procmsg.c
6777         * src/rfc2015.c
6778                 fix warnings
6779
6780         * src/imap.c
6781         * src/inc.c
6782         * src/news.c
6783         * src/pop.c
6784         * src/send.c
6785         * src/smtp.c
6786         * src/ssl_certificate.c
6787                 add log.h header file for logging functions
6788
6789         * src/main.c
6790         * src/common/utils.c
6791         * src/summaryview.c
6792         * src/xml.c
6793                 o move debug_mode to common/utils.c
6794                 o add functions to set and get debug_mode
6795
6796         * src/defs.h                    ** REMOVE **
6797         * src/intl.h                    ** REMOVE **
6798         * src/socket.[ch]               ** REMOVE **
6799         * src/ssl.[ch]                  ** REMOVE **
6800         * src/utils.[ch]                ** REMOVE **
6801                 replaced by new files in src/common/
6802         
6803         * src/common/Makefile.am
6804                 add new files in src/common/
6805
6806         * src/common/defs.h             ** NEW **
6807         * src/common/intl.h             ** NEW **
6808         * src/common/log.[ch]           ** NEW **
6809         * src/common/socket.[ch]        ** NEW **
6810         * src/common/ssl.[ch]           ** NEW **
6811         * src/common/utils.[ch]         ** NEW **
6812                 replacement for files in src/
6813
6814 2002-12-02 [colin]      0.8.6claws48
6815
6816         * src/folderview.c
6817                 Scroll folderview if necessary during dnd
6818
6819 2002-12-02 [colin]      0.8.6claws47
6820
6821         * src/folder.[ch]
6822                 Add check to verify a move is within a single mailbox
6823         * src/folderview.c
6824                 Add specific error string for this check
6825
6826 2002-12-02 [colin]      0.8.6claws46
6827
6828         * src/folder.c
6829                 Add a test to folder moving, remove a statusbar_print
6830         * src/folderview.c
6831                 Add Move folder... context-menu item
6832                 Factorize folder moving code
6833                 Enable folder DND for mbox
6834
6835 2002-12-01 [christoph]  0.8.6claws45
6836
6837         * ac/aspell.m4
6838                 remove conf.aspelltest if the version check fails
6839
6840 2002-11-30 [christoph]  0.8.6claws44
6841
6842         * autogen.sh
6843                 run libtoolize --force in autogen to create missing
6844                 libtool scripts
6845
6846 2002-11-30 [christoph]  0.8.6claws43
6847
6848         * src/Makefile.am
6849         * src/pgptext.c
6850         * src/procmime.c
6851         * src/rfc2015.c
6852         * src/uuencode.[ch]             ** REMOVED **
6853         * src/common/Makefile.am
6854         * src/common/uuencode.[ch]      ** NEW **
6855                 move uuen/decoder to common directory
6856
6857 2002-11-30 [christoph]  0.8.6claws42
6858
6859         * src/Makefile.am
6860         * src/base64.[ch]               ** REMOVED **
6861         * src/codeconv.c
6862         * src/compose.c
6863         * src/ldif.c
6864         * src/pgptext.c
6865         * src/procmime.c
6866         * src/rfc2015.c
6867         * src/smtp.c
6868         * src/unmime.c
6869         * src/common/Makefile.am
6870         * src/common/base64.[ch]        ** NEW **
6871                 move base64 en/decoder to common directory
6872
6873 2002-11-30 [christoph]  0.8.6claws41
6874
6875         * src/common                    ** NEW **
6876                 new directory for UI independent code
6877         * src/gtk                       ** NEW **
6878                 new directory for GTK frontend
6879         * src/common/.cvsignore         ** NEW **
6880         * src/gtk/.cvsignore            ** NEW **
6881                 ignore build files
6882         * src/common/Makefile.am        ** NEW **
6883         * src/gtk/Makefile.am           ** NEW **
6884                 automake files to build new seperated stuff
6885         * src/Makefile.am
6886                 the binary will currently still be build with the
6887                 files in src, so we include the code from the
6888                 subdirs for now after building the libs there
6889
6890 2002-11-30 [paul]       0.8.6claws40
6891
6892         * src/compose.c
6893                 fix bug [642731] 'Wrong selected account with drafted mail'
6894
6895 2002-11-29 [oliver]     0.8.6claws39
6896         
6897         * src/messageview.c
6898                 o update summaryview when switching between different
6899                   messageviews          
6900         * src/toolbar.c  
6901                 o check if messageview holds already removed msg
6902                   from summaryview
6903                 
6904
6905 2002-11-29 [oliver]     0.8.6claws38
6906
6907         * src/toolbar.c 
6908                 remove not needed variables and includes
6909                 make messageview stay opened and move to next when msgs are deleted 
6910
6911 2002-11-29 [oliver]     0.8.6claws37
6912         
6913         * src/toolbar.c 
6914                 disable compose button (messageview toolbar) by default
6915                 deleted msgs are moved to trash
6916         
6917 2002-11-29 [melvin]     0.8.6claws36
6918
6919         * configure.in
6920                 Increased minimal gpgme version to 0.3.10 (Zombies out)
6921                 and to detect signatures expirations (gpgme 0.3.6)
6922
6923         * src/main.c
6924                 Use non obsolescent function for Gpgme engine checking.
6925
6926         * src/rfc2015.c
6927                 Inform about expired signatures or signatures which key
6928                 has expired. Expiration date is displayed.
6929
6930         * src/sigstatus.c
6931                 Inform about expired signatures or signatures which key
6932                 has expired.
6933
6934 2002-11-28 [paul]       0.8.6claws35
6935
6936         * src/folderview.c
6937                 re-instate 'Check for new messages' in Newsgroup
6938                 folders right-click menu, after a suggestion from
6939                 Tim Mann <timmann@users.sourceforge.net>
6940
6941         * src/main.c
6942                 after a crash check only local folders for new
6943                 messages
6944
6945 2002-11-28 [paul]       0.8.6claws34
6946
6947         * configure.in
6948                 apply patch that fixes the checking of GTK with XIM 
6949                 support on different OSs, such as FreeBSD. Patch 
6950                 submitted by Topia <topia@users.sourceforge.net>
6951                 
6952 2002-11-28 [paul]       0.8.6claws33
6953
6954         * src/mainwindow.c
6955           src/prefs_common.c
6956           src/prefs_toolbar.c
6957                 more changes to the English
6958
6959 2002-11-28 [paul]       0.8.6claws32
6960
6961         * sync with 0.8.6cvs13
6962                 see ChangeLog 2002-11-28 (no sync needed
6963                 for src/compose.c)
6964
6965 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws31
6966         
6967         * src/mainwindow.[ch]
6968                 add patch by Ivan F. Martinez introducing messageview Toolbar
6969                 some changes and committed by oliver    
6970
6971 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws30
6972
6973         * src/messageview.[ch]
6974                 add patch by Ivan F. Martinez introducing messageview Toolbar
6975                 some changes and committed by oliver    
6976
6977 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws29
6978
6979         * src/compose.[ch]
6980                 add patch by Ivan F. Martinez introducing messageview Toolbar
6981                 some changes and committed by oliver    
6982
6983 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws28
6984         
6985         * src/toolbar.[ch]
6986                 add patch by Ivan F. Martinez introducing messageview Toolbar
6987                 some changes and committed by oliver
6988
6989 2002-11-28 [oliver]     0.8.6claws27
6990         
6991         * src/prefs_toolbar.[ch]
6992                 getting ready for messageview toolbar
6993                 free mem allocated by gettext
6994                 change prefs_toolbar to prefs_toolbar_open
6995  
6996 2002-11-28 [thorsten]   0.8.6claws26
6997
6998         * src/imageview.[ch]
6999                 cleaned up conflicting declarations of
7000                 imageview_show_image()
7001
7002 2002-11-28 [paul]       0.8.6claws25
7003
7004         * src/grouplistdialog.c
7005           src/prefs_common.c
7006           src/prefs_summary_column.c
7007                 a few more improvements to the English
7008
7009 2002-11-28 [colin]      0.8.6claws24
7010
7011         * man/sylpheed.1
7012                 A few updates to command-line parameters
7013
7014 2002-11-28 [colin]      0.8.6claws23
7015
7016         * src/prefs_filtering.c
7017                 Fix problems with prefs_filtering_delete_path:
7018                 a) if the first rule is removed, original pointers
7019                    weren't updated (leading to segfaults)
7020                 b) it was always global_processing updated in case
7021                    of removed path was parent of rule path
7022
7023 2002-11-27 [paul]       0.8.6claws22
7024
7025         * src/mainwindow.c
7026           src/prefs_account.c
7027           src/prefs_actions.c
7028           src/prefs_common.c
7029           src/prefs_customheader.c
7030           src/prefs_display_header.c
7031           src/prefs_filtering.c
7032           src/prefs_folder_item.c
7033           src/prefs_matcher.c
7034           src/prefs_scoring.c
7035           src/prefs_summary_column.c
7036           src/prefs_template.c
7037           src/prefs_toolbar.c
7038                  improve the English in the GUI
7039
7040 2002-11-27 [colin]      0.8.6claws21
7041
7042         * src/folder.c
7043                 Fix processing renaming problems happening after
7044                 last commit
7045
7046 2002-11-27 [colin]      0.8.6claws20
7047
7048         * src/folder.c
7049                 recursive move now deletes src each subfolder after 
7050                 having moved it
7051         * src/folderview.c
7052                 Use identifier instead of path during dnd (enables
7053                 IMAP folder dnd)
7054
7055 2002-11-27 [paul]       0.8.6claws19
7056
7057         * src/main.c
7058                 apply patch that does command-line processing 
7059                 BEFORE gtk_init, allowing claws to run from 
7060                 shell-scripts in non-X environment (e.g. crontab 
7061                 or ip-up, ip-down scripts). Patch submitted by
7062                 Ruslan N. Balkin <baron@dartel.ru>
7063                 
7064         * po/it.po
7065                 updated by Alessandro Maestri
7066
7067 2002-11-27 [paul]       0.8.6claws18
7068
7069         * sync with 0.8.6cvs12
7070           src/prefs_common.c
7071                 Differences are that main uses a 'Receive dialog'
7072                 frame on the Interface tab, whereas claws groups all 
7073                 the dialogs together in a 'Dialogs' frame.
7074
7075 2002-11-27 [colin]      0.8.6claws17
7076
7077         * src/prefs_matcher.c
7078                 Fix Execute criteria's NOT flag
7079
7080
7081 2002-11-26 [christoph]  0.8.6claws16
7082
7083         * src/ssl.c
7084                 rewrite the ssl code a little bit, only use one
7085                 SSL context, set default certificates' file/path
7086
7087 2002-11-26 [thorsten]   0.8.6claws15
7088
7089         * src/compose.c
7090                 default-reply-to didn't work for ml-reply
7091
7092 2002-11-26 [melvin]     0.8.6claws14
7093
7094         * src/prefs_actions.c
7095                 Made pipe-actions ignore short headers in message view
7096                 Made trailing-pipe-actions write in the message view with
7097                 the same font as the original message
7098
7099 2002-11-26 [paul]       0.8.6claws13
7100
7101         * src/compose.c
7102                 this time commit the correct file
7103
7104 2002-11-26 [paul]       0.8.6claws12
7105
7106         * sync with 0.8.6cvs11
7107           src/quote_fmt_parse.y  
7108                 no sync needed
7109           src/account.[ch]       
7110                 not sync'ed
7111           src/compose.c
7112                 compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
7113                 on draft mode.
7114                 compose_reedit(): add check for 'X-Sylpheed-Account-Id:' 
7115                 header
7116                 
7117         see ChangeLog 2002-11-25 and 2002-11-26
7118
7119 2002-11-26 [colin]      0.8.6claws11
7120
7121         * src/folderview.c
7122                 Fix collapsed folder not auto-expanding during
7123                 mail dnd, if it was the source folder.
7124
7125 2002-11-25 [colin]      0.8.6claws10
7126
7127         * src/folderview.[ch]
7128                 Variable renaming and cleaning (slist of nodes 
7129                 to be re-collapsed is stored in FolderView)
7130
7131 2002-11-25 [paul]       0.8.6claws9
7132
7133         * src/prefs_common.[ch]
7134                 fix breakage caused by last commit
7135
7136 2002-11-25 [paul]       0.8.6claws8
7137
7138         * sync with 0.8.6cvs4
7139                 see ChangeLog 2002-11-21
7140
7141 2002-11-25 [paul]       0.8.6claws7
7142
7143         * sync with 0.8.6cvs4
7144                 see ChangeLog 2002-11-20
7145
7146 2002-11-25 [paul]       0.8.6claws6
7147
7148         * sync with 0.8.6cvs3
7149                 see ChangeLog 2002-11-18
7150
7151 2002-11-25 [colin]      0.8.6claws5
7152
7153         * src/gtkutils.[ch]
7154                 Add gtkut_ctree_node_is_parent()
7155         * src/folderview.c
7156                 Spring-loaded folders
7157
7158 2002-11-25 [colin]      0.8.6claws4
7159
7160         * src/utils.[ch]
7161                 Add slist_concat_unique(), function to merge
7162                 two GSList filtering dups
7163         * src/folder.[ch]
7164         * src/summaryview.[ch]
7165         * src/folderview.c
7166         * src/main.c
7167                 Add detection/update/display of unread answers
7168                 to marked mails
7169         * src/procmsg.[ch]
7170                 Add procmsg_find_children()
7171                 Add procmsg_msg_has_marked_parent()
7172
7173 2002-11-25 [colin]      0.8.6claws3
7174
7175         * src/ssl_certificate.[ch]
7176                 Allow checking a certificate without a DNS
7177                 lookup
7178                 Allow to forget a cert (by deleting it)
7179                 Make ssl_certificate_destroy_public
7180         * src/ssl_manager.[ch] ** NEW FILES **
7181                 Gui to manage (display/remove) certificates
7182         * src/prefs_common.[ch]
7183                 Add a pref to allow silent acceptation of
7184                 trusted certificates or not (based on the
7185                 "I want to know what's going on" principle)
7186         * src/mainwindow.c
7187                 Add SSL manager in Tools menu
7188         * src/Makefile.am
7189                 Add the new files to the build
7190         * po/POTFILES.in
7191                 Add ssl_manager.c to translations
7192
7193 2002-11-25 [colin]      0.8.6claws2
7194
7195         * src/summaryview.[ch]
7196                 Add S_SEARCH_EXTENDED to the quick search, which 
7197                 allows to search using filtering syntax.
7198
7199 2002-11-25 [colin]      0.8.6claws1
7200
7201         * src/summaryview.c
7202                 Deletion of duplicates now prefer deleting
7203                 the unread dup (fixes feature-request 638989).
7204
7205 2002-11-24 [paul]       0.8.6claws
7206
7207         * po/es.po
7208           po/pl.po
7209           po/ru.po
7210           po/sr.po
7211                 updated by Ricardo Mones Lastra,
7212                 Witold Wladyslaw Wojciech Wilk,
7213                 Ruslan N. Balkin, and  Urke MMI 
7214                 respectively
7215
7216 2002-11-24 [paul]       0.8.5claws182
7217
7218         * po/bg.po
7219                 updated by George Danchev
7220
7221 2002-11-23 [alfons]     0.8.5claws181
7222
7223         * src/imap.c
7224                 tiny memory leak found by browsing Dimitar's 
7225                 valgrind report
7226
7227 2002-11-23 [paul]       0.8.5claws180
7228
7229         * po/it.po
7230                 updated by Alessandro Maestri
7231
7232 2002-11-22 [christoph]  0.8.5claws179
7233
7234         * src/compose.c
7235         * src/inc.c
7236         * src/prefs_filtering.c
7237         * src/summaryview.c
7238                 more warning fixes
7239
7240 2002-11-22 [alfons]     0.8.5claws178
7241
7242         * src/summaryview.c
7243                 summary_execute_delete_func(): if message is deleted, make 
7244                 sure to also remove its entry in the subject hash table. 
7245                 fixes a corner case bug.
7246
7247 2002-11-22 [paul]       0.8.5claws177
7248
7249         * .cvsignore
7250                 add 'autom4te.cache'
7251                 
7252         * ltconfig      ** REMOVED **
7253                 not needed
7254
7255 2002-11-22 [paul]       0.8.5claws176
7256
7257         * src/textview.c
7258                 textview_set_font(): fix for message display in
7259                 UTF-8 locales (thanks to Sergey Vlasov).
7260                 
7261         * AUTHORS
7262                 add new team members and contributors
7263
7264
7265 2002-11-21 [colin]      0.8.5claws175
7266
7267         * src/procmsg.[ch]
7268                 Add procmsg_remove_special_headers()
7269         * src/mh.c
7270                 Use procmsg_remove_special_headers() for 
7271                 previous fix
7272
7273 2002-11-21 [colin]      0.8.5claws174
7274
7275         * src/mh.c
7276                 Fix moving/copying from queue/draft folders
7277                 for MH folders
7278
7279 2002-11-21 [christoph]  0.8.5claws173
7280
7281         * src/crash.c
7282         * src/filtering.c
7283         * src/logwindow.c
7284         * src/main.c
7285         * src/matcher_parser_lex.[hl]
7286         * src/mbox.c
7287         * src/mbox_folder.[ch]
7288         * src/prefs_filtering.c
7289         * src/procheader.c
7290         * src/quote_fmt_lex.l
7291         * src/ssl.c
7292                 fix all warnings except the warnings in lex and yacc files
7293
7294 2002-11-20 [christoph]  0.8.5claws172
7295
7296         * src/imap.c
7297                 fix MsgInfo retrieval for IMAP draft and queue folders
7298                 (closes bug [ 619558 ] Draft saving on IMAP box issue)
7299
7300 2002-11-19 [christoph]  0.8.5claws171
7301
7302         * src/compose.c
7303                 fix segfault, when draft saving does not get
7304                 the MsgInfo of the new message
7305                 (closes bug [ 640699 ] Claws170: crash drafting mail ( IMAP ))
7306
7307 2002-11-19 [christoph]  0.8.5claws170
7308
7309         * src/procmsg.c
7310                 add parameter check for flag setting function
7311                 (closes bug [ 640619 ] Claws169: crash - drafting a mail (IMAP))
7312
7313 2002-11-18 [paul]       0.8.5claws169
7314
7315         * src/compose.c
7316                 more sensitivity fixes to redirect mode:
7317                 * disable toolbar draft button
7318                 * allow only Address book in the Tools menu
7319                 * disable editing of message by the spell
7320                   checker
7321
7322 2002-11-18 [paul]       0.8.5claws168
7323
7324         * src/compose.c
7325                 fix sensitivity of menu items in compose_redirect():
7326                 allow only the necessary items 
7327
7328 2002-11-18 [paul]       0.8.5claws167
7329
7330         * src/compose.c
7331                 fix bug [ 603259 ] 'attachment got lost on bounce'
7332
7333 2002-11-18 [paul]       0.8.5claws166
7334
7335         * po/ru.po
7336                 updated by Ruslan N. Balkin <baron@dartel.ru>
7337
7338 2002-11-18 [colin]      0.8.5claws165
7339
7340         * src/main.c
7341           src/defs.h
7342                 Remove old filtering stuff
7343
7344
7345 2002-11-17 [oliver]     0.8.5claws164
7346
7347         * src/toolbar.h
7348                 remove not needed typedef 
7349
7350 2002-11-17 [oliver]     0.8.5claws163
7351
7352         * src/toolbar.c
7353                 make toolbar's on click events translatable
7354
7355 2002-11-15 [colin]      0.8.5claws162
7356
7357         * src/summaryview.c
7358                 Revert too-soon integration of a feature
7359
7360 2002-11-15 [christoph]  0.8.5claws161
7361
7362         * src/imap.c
7363                 use main's implementation of imap_get_msginfo
7364
7365 2002-11-15 [christoph]  0.8.5claws160
7366
7367         * src/compose.c
7368         * src/folder.[ch]
7369         * src/imap.c
7370         * src/mbox_folder.c
7371         * src/mh.c
7372         * src/news.c
7373         * src/procmsg.c
7374         * src/summaryview.c
7375                 replace claws' fetch_msginfo with main's get_msginfo
7376                 (use main's implementation where possible)
7377
7378 2002-11-15 [colin]      0.8.5claws159
7379
7380         * src/ssl_certificate.c
7381                 Missed a check
7382
7383 2002-11-16 [melvin]     0.8.5claws158
7384
7385         * po/fr.po
7386                 Updated French translations.
7387
7388 2002-11-16 [colin]      0.8.5claws157
7389
7390         * src/ssl_certificate.c
7391                 Check for missing parts in the certificates
7392
7393 2002-11-15 [colin]      0.8.5claws156
7394
7395         * src/folderview.c
7396                 Preventive fix (missing check) found by
7397                 Alfons
7398
7399 2002-11-15 [paul]
7400
7401         * NEWS
7402                 sync with 0.8.6 release
7403
7404 2002-11-15 [colin]      0.8.5claws155
7405
7406         * src/folder.[ch]
7407           src/folderview.c
7408                 Fix error handling of folder_item_move_to()
7409                 (thanks to Alfons!)
7410
7411 2002-11-15 [colin]      0.8.5claws154
7412
7413         * src/folder.[ch]
7414           src/folderview.c
7415                 folder_item_move_to() sets an error message instead
7416                 of having GUI stuff in folder.c
7417
7418 2002-11-15 [colin]      0.8.5claws153
7419
7420         * src/procmsg.[ch]
7421                 Implemented a callback for MsgInfo updates, 
7422                 heavily copy/pasted from Christoph's folder 
7423                 callback system
7424         * src/summaryview.[ch]
7425                 Register summary_update_msg as callback
7426
7427 2002-11-14 [colin]      0.8.5claws152
7428         
7429         * src/procmsg.c
7430                 Update the FolderItem after sending (fixes 617593)
7431
7432 2002-11-14 [christoph]  0.8.5claws151
7433
7434         * src/folder.c
7435                 fix wrong position of NULL pointer check found
7436                 by Sergey
7437
7438 2002-11-14 [christoph]  0.8.5claws150
7439
7440         * src/folder.c
7441                 fix segfault when deleting messages from IMAP folders
7442                 (closes bug [ 635641 ] Crash deleting mail in IMAP trash)
7443
7444 2002-11-14 [colin]      0.8.5claws149
7445
7446         * src/compose.c
7447                 Forwarding was also ignoring the folder's default account.
7448
7449 2002-11-14 [colin]      0.8.5claws148
7450
7451         * src/compose.c
7452                 Fix sent folder not set to folder properties when 
7453                 forwarding.
7454
7455 2002-11-14 [thorsten]   0.8.5claws147
7456
7457         * src/inc.c
7458                 inc_start(): Files were not moved from .processing to inbox,
7459                 if no global processing rule existed
7460
7461 2002-11-14 [colin]      0.8.5claws146
7462
7463         * src/ssl_certificate
7464                 Fix file operations
7465
7466 2002-11-14 [paul]       0.8.5claws145
7467
7468         * po/it.po
7469                 updated by Alessandro Maestri
7470
7471 2002-11-13 [alfons]     0.8.5claws144
7472
7473         * src/folder.c
7474                 folder_item_close(): only mark messages unread
7475                 when a folder has new messages 
7476
7477 2002-11-13 [keith]      0.8.5claws143
7478
7479         * src/imap.c
7480                 Fix problem moving or copying between
7481                 IMAP folders
7482
7483 2002-11-13 [colin]      0.8.5claws142
7484
7485         * src/matcher_parser_parse.y
7486                 Fix rule problem when " don't match
7487
7488 2002-11-13 [christoph]  0.8.5claws141
7489
7490         * src/folder.c
7491         * src/folderview.c
7492                 moved cache saving to folder_item_close
7493                 the folderview should not have to deal with
7494                 this things
7495
7496 2002-11-13 [christoph]  0.8.5claws140
7497
7498         * src/summaryview.c
7499                 moved setting of important score to
7500                 summary_set_prefs_from_folderitem
7501
7502 2002-11-13 [colin]      0.8.5claws139
7503
7504         * src/matcher_parser_parse.y
7505                 Fix a segfault in the parser (happening when
7506                 a good expression had been tested and a bad 
7507                 one arrives)
7508
7509 2002-11-13 [paul]       0.8.5claws138
7510
7511         * sync with 0.8.5cvs24
7512                 see ChangeLog 2002-11-13
7513                 
7514         * po/pt_BR.po
7515                 updated by Fabio Jr. Beneditto
7516
7517 2002-11-13 [colin]      0.8.5claws137
7518         
7519         * src/msgcache.c
7520           src/defs.h
7521           src/procmsg.[ch]
7522                 Revert last commit, problem
7523
7524 2002-11-13 [colin]      0.8.5claws136
7525
7526         * src/msgcache.c
7527                 Remove duplicated code
7528         * src/defs.h
7529                 Bumped CACHE_VERSION and MARK_VERSION
7530         * src/procmsg.[ch]
7531                 Network endian for cache and mark files
7532
7533 2002-11-12 [colin]      0.8.5claws135
7534
7535         * src/inc.c
7536                 Fix the "socket error" dialog which disappeared
7537
7538 2002-11-12 [colin]      0.8.5claws134
7539
7540         * src/msgcache.c
7541                 Reverse last commit which had performance 
7542                 problems, but still reverse the list
7543
7544 2002-11-12 [colin]      0.8.5claws133
7545
7546         * src/msgcache.c
7547                 Reverse list order
7548
7549 2002-11-12 [melvin]     0.8.5claws132
7550
7551         * src/compose.c
7552                 Added a check for a NULL prefs_common.dictionary
7553
7554 2002-11-12 [colin]      0.8.5claws131
7555
7556         * src/ssl_certificate.[ch]
7557                 Use FQDN hostname
7558
7559 2002-11-12 [colin]      0.8.5claws130
7560
7561         * src/ssl_certificate.[ch]
7562                 Take connection port into account for 
7563                 checking certificates (a single hostname
7564                 could have multiple servers with multiple
7565                 certificates)
7566         * src/ssl.c
7567                 Pass the port to ssl_certificate_check
7568
7569 2002-11-12 [paul]       0.8.5claws129
7570
7571         * src/folder.c
7572                 fix a typo in last commit
7573
7574 2002-11-12 [paul]       0.8.5claws128
7575
7576         * sync with 0.8.5cvs23
7577                 see ChangeLog entry 2002-11-12
7578
7579 2002-11-11 [colin]      0.8.5claws127
7580
7581         * src/ssl_certificate.c
7582                 Cleaner messages
7583                 Don't popup, instead log error, if the 
7584                 corresponding pref is checked
7585         * src/ssl_certificate.h
7586                 include <openssl/objects/h>
7587
7588 2002-11-11 [colin]      0.8.5claws126
7589
7590         * src/ssl_certificate.h
7591                 _Really_ clean it
7592
7593 2002-11-11 [colin]      0.8.5claws125
7594         
7595         * src/ssl_certificate.c
7596                 Fixed leak
7597
7598 2002-11-11 [colin]      0.8.5claws124
7599
7600         * src/ssl.c
7601                 Cleaned a bit
7602         * src/ssl_certificate.[ch]
7603                 Cleaned a bit (better use of SSL API)
7604                 (This will cause non-recognition of saved 
7605                  certificates of claws12[23]...)
7606
7607 2002-11-11 [paul]       0.8.5claws123
7608         
7609         * po/es.po
7610                 updated by Ricardo Mones Lastra
7611
7612 2002-11-11 [colin]      0.8.5claws122
7613
7614         * src/ssl.c
7615                 Fix a typo
7616
7617 2002-11-11 [colin]      0.8.5claws121
7618
7619         * src/ssl_certificate.[ch] ** NEW FILES **
7620         * src/ssl.[ch]
7621                 Check SSL certificates presented to us
7622         * src/Makefile.am
7623                 Add ssl_certificate.[ch]
7624         * po/POTFILES.in
7625                 Add ssl_certificate.c
7626
7627 2002-11-11 [paul]       0.8.5claws120
7628
7629         * sync with 0.8.5cvs22
7630                 see ChangeLog 2002-11-11
7631
7632 2002-11-11 [paul]       0.8.5claws119
7633
7634         * sync with 0.8.5cvs21
7635                 see ChangeLog 2002-11-11
7636
7637 2002-11-10 [jens]       0.8.5claws118
7638
7639         * src/folder.c
7640         * src/folderview.c
7641                 corrected some typing
7642         * po/de.po
7643                 updated german translation
7644         * sylpheed.spec.in
7645                 cleaned up specfile and adjusted it for claws
7646
7647 2002-11-10 [colin]      0.8.5claws117
7648
7649         * src/summaryview.c
7650                 a STATUSBAR_PUSH/POP fix
7651
7652 2002-11-10 [colin]      0.8.5claws116
7653
7654         * src/prefs_folder_item.c
7655                 Fix hanging after opening folder properties
7656
7657 2002-11-10 [hoa]        0.8.5claws115
7658
7659         * src/matcher_parser_lex.l
7660         * src/matcher_parser_parse.y
7661                 config file for scoring and filtering is no more trashed
7662                 when there is a syntax error in a filtering rule when
7663                 editing it in a dialog.
7664
7665 2002-11-09 [colin]      0.8.5claws114
7666
7667         * src/mbox_folder.c
7668                 Added missing initialisation of folder->destroy()
7669
7670 2002-11-09 [colin]      0.8.5claws113
7671
7672         * src/folder.c
7673           src/folderview.c
7674                 Fix the status bar messages
7675
7676 2002-11-09 [colin]      0.8.5claws112
7677
7678         * src/folderview.c
7679                 Fix hangs after folder dnd, happening after 
7680                 claws109.
7681
7682 2002-11-09 [christoph]  0.8.5claws111
7683
7684         * src/folderview.c
7685                 just changed order of calls (reverse order of
7686                 associated calls)
7687         * src/inc.c
7688                 lock inc when checking only one account, otherwise
7689                 inc all could be executed at the same time
7690
7691 2002-11-09 [christoph]  0.8.5claws110
7692
7693         * src/folderview.c
7694                 better unlock the mouse cursor before calling
7695                 summary_show because it changes the cursor too
7696
7697 2002-11-09 [christoph]  0.8.5claws109
7698
7699         * src/folder.[ch]
7700         * src/folderview.c
7701                 add functions to open and close a folder
7702                 o opending will execute scanning for remote folders
7703                   and processing
7704                 o closing will unset new flag for messages
7705
7706 2002-11-09 [colin]      0.8.5claws108
7707
7708         * src/folder.c
7709                 Add a call to prefs_matcher_write_config to 
7710                 avoid non-leaf folders filtering settings to be
7711                 lost
7712
7713 2002-11-09 [paul]       0.8.5claws107
7714
7715         * src/prefs_account.c
7716                 re-word a label
7717
7718 2002-11-09 [colin]      0.8.5claws106
7719
7720         * src/folderview.c
7721                 Minor esthetic fix
7722
7723 2002-11-09 [colin]      0.8.5claws105
7724
7725         * src/folderview.c
7726                 Fix prefs_filtering deletion for MH folders (same
7727                 reason as below)
7728         * src/prefs_filtering.c
7729                 Fix prefs_filtering renaming and deletion for 
7730                 folder-based processing rules.  
7731
7732 2002-11-09 [christoph]  0.8.5claws104
7733
7734         * src/compose.c
7735         * src/folder.[ch]
7736         * src/folderview.[ch]
7737         * src/import.c
7738         * src/inc.c
7739         * src/main.c
7740         * src/mainwindow.c
7741         * src/messageview.c
7742         * src/prefs_folder_item.c
7743         * src/procmsg.c
7744         * src/summaryview.c
7745                 implement a callback system for folder item updates
7746
7747 2002-11-09 [colin]      0.8.5claws103
7748
7749         * src/folderview.c
7750                 Fix prefs_filtering renaming for MH folders (we
7751                 shouldn't rename by path as another folder could
7752                 have the same hierarchy).
7753
7754 2002-11-09 [colin]      0.8.5claws102
7755
7756         * src/folder.c
7757                 Fix a leak found by Christoph, use better variable
7758                 names
7759
7760 2002-11-09 [colin]      0.8.5claws101
7761
7762         * src/folder.c
7763                 One more fix for processing rules
7764
7765 2002-11-08 [colin]      0.8.5claws100
7766         
7767         * src/matcher.c
7768                 Don't copy the compiled regexp (will be reevaluated)
7769         * src/folderview.c
7770                 Lock folderview while moving
7771         * src/folder.c
7772                 Provide info on what's happening to the user
7773
7774 2002-11-08 [colin]      0.8.5claws99
7775
7776         * src/folderview.c
7777                 Fix folder reordering after a move if parent is 
7778                 root
7779         * src/scoring.[ch]
7780                 Add function to copy a ScoringProp
7781         * src/prefs_folder_item.c
7782                 Copy scoring rules when copying a folder prefs
7783
7784 2002-11-08 [colin]      0.8.5claws98
7785
7786         * src/folderview.c
7787                 Fixes in case of failure
7788         * src/filtering.[ch]    
7789                 Add function to duplicate a FilteringProp
7790         * src/matcher.[ch]
7791                 Add function to duplicate a MatcherProp
7792         * src/prefs_folder_item.c
7793                 Save folder's processing rules when copying 
7794                 its prefs
7795
7796 2002-11-08 [colin]      0.8.5claws97
7797         
7798         * src/folderview.c
7799                 Sort after move
7800         * src/folder.c 
7801                 Change a printf to debug_print
7802
7803 2002-11-08 [colin]      0.8.5claws96
7804
7805         * src/folder.c
7806           src/folderview.c
7807                 Fix segfaults, call me stupido
7808         
7809
7810 2002-11-08 [colin]      0.8.5claws95
7811
7812         *src/folder.c
7813                 Added forgotten prefs to save when moving folders
7814
7815 2002-11-08 [colin]      0.8.5claws94
7816
7817         * src/folder.c
7818                 Fixes to folder DND (prefs copy)
7819         * src/folderview.c
7820                 Optimization for folder DND (don't rescan whole tree)
7821                 Added folderview_create_folder_node() for this 
7822                 optimization, so de-duped a bit the code
7823         * src/prefs_folder_item.[ch]
7824                 Added prefs_folder_item_copy_prefs()    
7825           
7826 2002-11-08 [paul]       0.8.5claws93
7827
7828         * src/prefs_account.c
7829           tools/README
7830           tools/kmail2sylpheed_v2.pl
7831                 correct some typos
7832
7833 2002-11-08 [paul]       0.8.5claws92
7834
7835         * src/compose.c
7836           src/prefs_account.[ch]
7837                 remove account options 'clearsign' and 'ascii_armored',
7838                 replace with 'default_gnupg_mode' to prevent mixed-mode
7839                 Privacy settings
7840
7841 2002-11-08 [paul]       0.8.5claws91
7842
7843         * src/compose.[ch]
7844                 re-implement GnuPG 'on-the-fly' mode selection,
7845                 disallow mixed-mode
7846
7847 2002-11-08 [colin]      0.8.5claws90
7848
7849         * src/folderview.c
7850           src/prefs_folder_item.c
7851                 Change "Property" to "Properties"
7852
7853 2002-11-07 [colin]      0.8.5claws89
7854
7855         * src/folderview.c
7856           src/folder.c
7857                 Allow folder dropping to a root folder
7858
7859 2002-11-07 [paul]       0.8.5claws88
7860
7861         * src/compose.c
7862                 revert last commit
7863
7864 2002-11-07 [paul]       0.8.5claws87
7865
7866         * src/compose.c
7867                 fix reply-to-list bug. closes bug report
7868                 "[633382] reply-to-list broken in recent cvs"
7869
7870 2002-11-07 [paul]       0.8.5claws86
7871
7872         * src/compose.c
7873                 add a forgotten '#if USE_GPGME ... #endif'
7874
7875 2002-11-07 [paul]       0.8.5claws85
7876
7877         * sync with 0.8.5cvs20
7878                 see ChangeLog 2002-11-07
7879
7880 2002-11-07 [colin]      0.8.5claws84
7881
7882         * src/folder.[ch]
7883                 Change folder_item_move_to to return the newly 
7884                 created folderitem.
7885         * src/folderview.c
7886                 Select the new folderitem after moving.
7887
7888 2002-11-07 [colin]      0.8.5claws83
7889
7890         * src/prefs_filtering.c
7891                 Fix rule rewriting when moving a leaf folder to a 
7892                 shorter path
7893
7894 2002-11-07 [colin]      0.8.5claws82
7895
7896         * src/prefs_filtering.c
7897                 fix a leak
7898
7899 2002-11-07 [colin]      0.8.5claws81
7900
7901         * src/folder.[ch]
7902                 Add folder_item_move_to() function to move a 
7903                 folderitem into another one (updates matcher etc)
7904         * src/folderview.c
7905                 Add folder drag'n drop (context menu to come)
7906                 [Should be dataloss free, but Please backup before 
7907                  trying !]
7908
7909 2002-11-06 [colin]      0.8.5claws80
7910
7911         * src/mh.c
7912                 mh_create_folder() returns NULL if can't create
7913                 directory hierarchy
7914
7915 2002-11-06 [paul]       0.8.5claws79
7916
7917         * src/compose.[ch]
7918                 allow 'on-the-fly' changing of the type of encryption 
7919                 and/or signing used (mime/ascii) via the compose window
7920
7921 2002-11-06 [paul]       0.8.5claws78
7922
7923         * sync with 0.8.5cvs19
7924                 see ChangeLog 2002-11-06 for src/account.c: 
7925                 account_get_special_folder()
7926                 
7927 2002-11-05 [alfons]     0.8.5claws77
7928
7929         * src/crash.c
7930                 very minor cleanups: nothing to see here, move on. :-)
7931
7932 2002-11-05 [colin]      0.8.5claws76
7933
7934         * src/main.c
7935                 Changes choices if compose windows are opened to
7936                 Discard, Draft, Don't quit
7937
7938 2002-11-05 [thorsten]   0.8.5claws75
7939
7940         * src/compose.c
7941                 reenabled default_reply_to folder option
7942
7943 2002-11-05 [colin]      0.8.5claws74
7944
7945         * src/compose.[ch] 
7946                 add compose_draft()
7947         * src/crash.c
7948                 add SIGTERM handler
7949         * src/main.[ch]
7950                 add clean_quit() for the SIGTERM handler
7951
7952 2002-11-05 [paul]       0.8.5claws73
7953         
7954         * po/es.po
7955                 updated by Ricardo Mones Lastra
7956
7957 2002-11-05 [melvin]     0.8.5claws72
7958
7959         * src/logwindow.c
7960                 Fixed log-clipping bug #616795.
7961                 To stop logging in the log window use 0 length.
7962         * src/prefs_common.c
7963                 Added a label to inform about the 0 log length behaviour.
7964
7965 2002-11-05 [paul]       0.8.5claws71
7966
7967         * sync with 0.8.5cvs17
7968                 see ChangeLog 2002-11-05
7969
7970 2002-11-04 [paul]       0.8.5claws70
7971
7972         * sylpheed-128x128.png
7973           sylpheed-64x64.png
7974           sylpheed.png
7975                 replace with pngcrushed icons. Submitted by Nicolas Kaiser,
7976                 <nikai@users.sourceforge.net>
7977                 
7978         * po/bg.po
7979                 updated by George Danchev
7980
7981 2002-11-03 [thorsten]   0.8.5claws69
7982
7983         * src/main.c
7984           src/mimeview.c
7985           src/rfc2015.h
7986                 add check if gpg is active
7987
7988 2002-11-03 [thorsten]   0.8.5claws68
7989
7990         * src/toolbar.h
7991                 removed GSList declaration causing trouble on MacOS-X
7992                 (submitted by alfons, reported by xfesty)
7993
7994 2002-11-01 [paul]       0.8.5claws67
7995
7996         * src/mainwindow.c
7997                 remove last remnants of main's filter code
7998
7999 2002-11-01 [paul]       0.8.5claws66
8000
8001         * tools/filter_conv.pl
8002                 fix bug where user-defined headers were ignored
8003
8004 2002-11-01 [paul]       0.8.5claws65
8005
8006         * src/logwindow.c
8007                 make a debug_print() not translatable
8008
8009 2002-10-31 [melvin]     0.8.5claws64
8010
8011         * ac/aspell.m4
8012                 Fixed --disable-aspell-test. Now --disable-aspell-test will 
8013                 not run any GNU/aspell test.  The dictionary path will
8014                 be by default /usr/local/lib/aspell/ unless --with-aspell-prefix
8015                 was given, in which case, it will be $prefix/lib/aspell/
8016         * configure.in
8017                 Fixed typo in commentary (Aspell code).
8018
8019 2002-10-31 [paul]       0.8.5claws63
8020
8021         * po/POTFILES.in
8022                 remove src/filter.c and src/prefs_filter.c
8023                 thanks to Ricardo for reminding me
8024
8025 2002-10-31 [colin]      0.8.5claws62
8026
8027         * src/mbox_folder.c
8028                 Plug some leaks
8029
8030 2002-10-31 [paul]       0.8.5claws61
8031
8032         * src/prefs_filter.[ch] ** REMOVED **
8033           src/filter.[ch]       ** REMOVED **
8034           
8035         * src/Makefile.am
8036           src/folderview.c
8037           src/inc.c
8038           src/main.c
8039           src/mainwindow.c
8040           src/mbox.c
8041           src/prefs_common.c
8042           src/prefs_filtering.c
8043           src/summaryview.[ch]
8044                 remove main's 'filter' code
8045                 
8046         README.claws
8047                 update to reflect removal of main's filter
8048
8049 2002-10-31 [paul]       0.8.5claws60
8050
8051         * src/summaryview.c
8052                 remove check for global_processing in summary_filter_open(). 
8053                 This fixes the bug where if the user uses the right-click 
8054                 'Create filter rule...' and doesn't have any filter rules 
8055                 already defined in claws' advanced filtering, the newly 
8056                 created filter rule goes to main's filtering which is 
8057                 inaccessible through the gui. Now the filter rule gets added
8058                 to claws' filtering by default.
8059
8060 2002-10-28 [melvin]     0.8.5claws59
8061
8062         * src/prefs_actions.c
8063                 Fixed bug #627322 where MIME parts were not always
8064                 correctly passed to a %p action
8065                 Display an error dialog when message filename is not found.
8066
8067 2002-10-28 [melvin]     0.8.5claws58
8068
8069         * src/prefs_common.c
8070                 Readded a missing function declaration lost in 0.8.3claws34
8071
8072 2002-10-28 [paul]       0.8.5claws57
8073
8074         * sync with 0.8.5cvs15
8075                 see ChangeLog 2002-10-28 and 2002-10-25
8076                 
8077         Note: ChangeLog entry 2002-10-24 is not sync'ed.
8078
8079 2002-10-27 [oliver]     0.8.5claws56
8080
8081         * src/pop.c
8082                 plug leak in pop3_top_recv
8083
8084 2002-10-26 [christoph]  0.8.5claws55
8085
8086         * src/folder.c
8087                 set need_update folder flag when messages are added
8088                 (closes bug [ 626922 ] folder not updated after receiving)
8089
8090 2002-10-25 [melvin]     0.8.5claws54
8091
8092         * src/imageview.c
8093                 Fixed a memleak introduced in the scaling code.
8094
8095 2002-10-24 [alfons]     0.8.5claws53
8096
8097         * src/filtering.c
8098                 make filtering's forward message action forward from the 
8099                 correct account
8100                 (closes bug [628089 ] Filter -> Forward from address problem
8101                 reported by Oktay)
8102
8103 2002-10-24 [christoph]  0.8.5claws52
8104
8105         * src/mainwindow.c
8106         * src/manual.[ch]
8107                 o use manual of current locale or english if current
8108                   locale is not available (and english is available)
8109                 o also link to sylpheed doc project manuals
8110
8111 2002-10-23 [paul]       0.8.5claws51
8112
8113         * tools/README
8114           tools/kmail2sylpheed_v2.pl
8115                 add new version of kmail addressbook importer script.
8116                 works with newer versions of Kmail/KAddressBook which
8117                 have new and rearranged data.
8118
8119 2002-10-23 [martin]     0.8.5claws50
8120
8121         * src/folderview.c
8122         * src/summaryview.c
8123         * src/utils.h
8124         * src/utils.c
8125                 added length parameter to get_abbrev_newsgroup_name()
8126                 changed this function so that it abbreviates the newsgroup
8127                 names only so long it is smaller than the length parameter
8128                 (for better reading of some newsgroup names and space efficiency)
8129
8130 2002-10-22 [colin]      0.8.5claws49
8131
8132         *src/foldersel.c
8133                 Revert Alfons' last modification (after voting ;-))
8134
8135 2002-10-21 [alfons]     0.8.5claws48
8136
8137         * src/foldersel.c
8138                 folder view in folder selection dialog reflects state of
8139                 folder view in main window
8140
8141 2002-10-18 [alfons]     0.8.5claws47
8142
8143         * src/mbox.c
8144                 drop imported messages in folder selected by user,
8145                 and not in the inbox
8146                 (closes bug [ 625424 ] Import mbox always to "Inbox" folder)
8147
8148 2002-10-18 [alfons]     0.8.5claws46
8149
8150         * src/compose.c
8151                 make automagic reply work correctly for email accounts 
8152                 (whether it's viable to do a full sync with Hiro's 
8153                 compose.c is still under discussion)
8154
8155 2002-10-18 [melvin]     0.8.5claws45
8156
8157         * src/prefs_actions.c
8158                 Fixed bug #622275 where asynchroneous actions left 
8159                 zombies processes
8160                 Made (synchroneous) actions' input be displayed live.
8161
8162 2002-10-18 [christoph]  0.8.5claws44
8163
8164         * src/textview.c
8165                 don't add a newline in the textview in front of the
8166                 first textpart if header display is disabled
8167                 (closes bug [ 603385 ] disabled header display leaves blank
8168                  lin)
8169
8170 2002-10-18 [christoph]  0.8.5claws43
8171
8172         * src/folder.[ch]
8173         * src/imap.c
8174         * src/mbox_folder.c
8175         * src/mh.c
8176         * src/news.c
8177                 folder->get_num_list now returns an error code
8178                 (closes bug [ 609424 ] News cache cleared on failure)
8179                 
8180 2002-10-17 [colin]      0.8.5claws42
8181         
8182         * src/news.c
8183                 Changed a printf by debug_print
8184
8185 2002-10-16 [paul]       
8186
8187         * tools/OOo2sylpheed.pl
8188                 allow for spaces in the name of the
8189                 file to be attached.
8190
8191 2002-10-16 [colin]      0.8.5claws41
8192
8193         * src/main.c
8194                 Use a tristate to change online mode
8195
8196 2002-10-16 [paul]       0.8.5claws40
8197
8198         * po/es.po
8199                 updated by Ricardo Mones Lastra
8200
8201 2002-10-16 [colin]      0.8.5claws39
8202
8203         * src/main.c
8204           src/mainwindow.[ch]
8205                 Added --online and --offline command-line
8206                 switches
8207
8208 2002-10-15 [christoph]  0.8.5claws38
8209
8210         * src/procmime.c
8211                 set mimeinfo->name to NULL after g_free to
8212                 avoid double freeing with g_free
8213
8214 2002-10-14 [christoph]  0.8.5claws37
8215
8216         * src/compose.c
8217         * src/filtering.c
8218         * src/summaryview.c
8219                 remove calls to folder->change_flags that are now
8220                 done by procmsg flag functions (seems it is not
8221                 used by any foldertype anyway)
8222         * src/folder.c
8223                 init folder->change_flags with NULL
8224
8225 2002-10-14 [christoph]  0.8.5claws36
8226
8227         * src/folder.[ch]
8228         * src/imap.[ch]
8229                 use virtual functions for folder item new and destroy
8230                 functions
8231
8232 2002-10-14 [melvin]     0.8.5claws35
8233
8234         * src/compose.c
8235                 Added a test to not run the spell checker if no default
8236                 dictionary is available. No dialog is displayed though.
8237
8238 2002-10-14 [melvin]     0.8.5claws34
8239
8240         * src/gtkaspell.c
8241                 Fixed bug in dictionary list context menu where
8242                 "More..." pointed to an emtpy submenu if the
8243                 number of dictionaries is a multiple of 15
8244                 Removed unneeded code in suggestions list creation
8245
8246 2002-10-14 [paul]       0.8.5claws33
8247
8248         * po/bg.po
8249                 updated by George Danchev
8250
8251 2002-10-13 [hoa]        0.8.5claws32
8252
8253         * src/matcher.[ch]
8254           src/matcher_parser_parser.y
8255                 removed the escaped string from internal structure
8256                 of matcher.
8257
8258 2002-10-12 [colin]      0.8.5claws31
8259
8260         * src/gtksctree.[ch]
8261           src/summaryview.c
8262                 Removed useless function gtksctree_reanchor
8263
8264 2002-10-12 [alfons]     0.8.5claws30
8265         
8266         * sync with remaining main changes 2002-10-09 - 2002-10-11
8267         - drop changes to src/compose.c (requires claws specific changes)
8268         
8269 2002-10-12 [alfons]     0.8.5claws29
8270         
8271         * sync with main changes of 2002-10-08
8272         - drop changes to src/compose.c (requires claws specific changes)
8273         - drop changes to src/summaryview.c (requires changes to compose.c)     
8274
8275 2002-10-12 [alfons]     0.8.5claws28
8276         
8277         * sync with main changes of 2002-10-07
8278
8279 2002-10-12 [alfons]     0.8.5claws27
8280
8281         * sync with main changes of 2002-10-04
8282         - drop changes to src/compose.c (requires claws specific changes)
8283         - drop changes to src/prefs_folder_item.c (claws implementation
8284           seems to be working)
8285
8286 2002-10-12 [colin]      0.8.5claws26
8287
8288         * src/mainwindow.c
8289                 Fix folder-flicker when space-reading, introduced 
8290                 in claws22.
8291
8292 2002-10-12 [colin]      0.8.5claws25
8293
8294         * src/compose.c
8295                 Save account address when saving as draft.
8296                 (closes bug 621838)
8297
8298 2002-10-12 [colin]      0.8.5claws24
8299
8300         * src/summaryview.c
8301                 Fix the problem consisting of no message selected
8302                 after the last message in a folder has been moved.
8303
8304 2002-10-12 [paul]       0.8.5claws23
8305
8306         * src/compose.c
8307           src/prefs_template.c
8308           src/template.[ch]
8309                 add Cc and Bcc to templates. Patch submitted by
8310                 John L. Males.
8311
8312 2002-10-12 [colin]      0.8.5claws22
8313
8314         * src/folderview.c
8315                 Fix a bug after "Check for new messages":
8316                 If a folder was opened, it was still selected at
8317                 the end of the check, but displayed empty.
8318         * src/mainwindow.c
8319                 Remove unnecessary check
8320
8321 2002-10-12 [paul]
8322
8323         * tools/README
8324                 be more verbose in the description of
8325                 OOo2sylpheed.pl
8326                 
8327
8328 2002-10-11 [colin]      0.8.5claws21
8329
8330         * src/mainwindow.c
8331                 Make space work (better) when no mail is selected
8332
8333 2002-10-11 [colin]      0.8.5claws20
8334
8335         * src/inc.c
8336           src/news.c
8337                 fix warnings
8338
8339 2002-10-11 [colin]      0.8.5claws19
8340
8341         * src/mainwindow.c
8342                 revert 0.8.5claws6 changes as i couldn't get to
8343                 anything satisfying
8344
8345 2002-10-11 [melvin]     0.8.5claws18
8346
8347         * src/compose.c
8348                 Removed buggy and unused macro (should have been committed in
8349                 0.8.5claws17)
8350
8351 2002-10-11 [melvin]     0.8.5claws17
8352
8353         * src/compose.c
8354                 Fixed memory leak from bug #622040 (thanks to Martin Kluge)
8355
8356 2002-10-11 [thorsten]   0.8.5claws16 
8357
8358         * src/folderview.c
8359                 remove rescan warning
8360
8361 2002-10-11 [colin]      0.8.5claws15 
8362
8363         * src/procheader.c
8364                 fix a segfault that happens if conv_unmime_header
8365                 fails (should be better to find out why it fails)
8366
8367 2002-10-11 [christoph]  0.8.5claws14
8368
8369         * src/summaryview.c
8370                 update folderview stats after ignore/unignore thread
8371
8372 2002-10-11 [hoa]        0.8.5claws13
8373
8374         * src/quote_fmt_parse.y
8375                 Fixed a yacc/bison syntax error
8376         * src/matcher.c
8377                 Escaping of string is fixed.
8378
8379 2002-10-11 [colin]      0.8.5claws12
8380
8381         * src/imageview.c
8382                 Resize images to fit
8383
8384 2002-10-11 [paul]       0.8.5claws11
8385
8386         * po/es.po
8387                 updated by Ricardo Mones Lastra
8388
8389 2002-10-10 [alfons]     0.8.5claws10
8390
8391         * src/compose.c
8392                 allow dropping files by "moving" files from a file manager,
8393                 not only by the more cumbersome "copying". the latter 
8394                 mostly implies holding down the Control button
8395
8396 2002-10-10 [christoph]  0.8.5claws9
8397
8398         * src/summaryview.c
8399                 update folders after thread building for ignored threads
8400
8401 2002-10-10 [christoph]  0.8.5claws8
8402
8403         * config/.cvsignore
8404                 added Makefile
8405         * src/filtering.[ch]
8406         * src/folder.[ch]
8407         * src/folderview.[ch]
8408         * src/import.c
8409         * src/inc.[ch]
8410         * src/mbox.[ch]
8411         * src/procmsg.c
8412         * src/summaryview.[ch]
8413                 o added new flag need_update to FolderItem
8414                 o removed folder_table from various functions from tracking
8415                   folder updates
8416                 o set need_update flags in folder.c's move, copy and delete
8417                   functions and procmsg's flags functions
8418                 o added function folderview_update_items_when_required that
8419                   updates all folders with need_update set
8420                 o call folderview_update_items_when_required instead of
8421                   folderview_update_item_foreach
8422
8423 2002-10-09 [sergey]     0.8.5claws7
8424
8425         * src/compose.c
8426                 Strip CRs whel loading the text into editor in reedit mode.
8427
8428 2002-10-09 [colin]      0.8.5claws6
8429
8430         * src/mainwindow.c
8431                 Make Space work when no mail is selected
8432
8433 2002-10-09 [colin]      0.8.5claws5
8434
8435         * src/gtksctree.[ch]
8436                 Fix range_select
8437                 Add gtk_sctree_reanchor() 
8438         * src/summaryview.c
8439                 Use gtk_sctree_reanchor() - better fix for 
8440                 bug 60413
8441
8442 2002-10-09 [colin]      0.8.5claws4
8443
8444         * src/summaryview.c
8445                 Fix shift-click select after delete problem
8446                 (closes bug 60413)
8447
8448 2002-10-08 [thorsten]   0.8.5claws3
8449
8450         * src/summaryview.c
8451                 exclude current msg from -hide read messages-
8452
8453 2002-10-08 [colin]      0.8.5claws2
8454
8455         * src/inc.[ch]
8456           src/pop.c
8457           src/recv.c
8458                 Differentiate socket errors from disk full
8459                 errors
8460
8461 2002-10-08 [christoph]  0.8.5claws1
8462
8463         * Makefile.am
8464         * configure.in
8465                 modifications for new config directory
8466
8467         * config.guess  ** REMOVED **
8468         * config.sub    ** REMOVED **
8469         * install-sh    ** REMOVED **
8470         * ltmain.sh     ** REMOVED **
8471         * missing       ** REMOVED **
8472         * mkinstalldirs ** REMOVED **
8473                 these files are autogenerated by automake
8474                 when you run autogen.sh
8475
8476         * config/.cvsignore     ** NEW FILE **
8477         * config/Makefile.am    ** NEW FILE **
8478                 ignore autogenerated files
8479                 create a Makefile in this directory
8480
8481 2002-10-08 [paul]       0.8.5claws
8482
8483         * 0.8.5claws release
8484         
8485         * src/compose.c
8486           src/procheader.c
8487           src/procmsg.c
8488                 fix quote reply format for newsgroups reply bug
8489                 (thanks to Hoa)
8490                 
8491         * po/en_GB.po
8492           po/pl.po
8493                 updated by me and Witold Wladyslaw Wojciech Wilk
8494                 repectively
8495
8496 2002-10-07 [paul]       0.8.3claws53
8497
8498         * po/it.po
8499           po/pt_BR.po
8500           po/sr.po
8501                 updated messages catalogs, submitted by
8502                 Alessandro Maestri, Fabio Jr.Beneditto 
8503                 and Urke MMI, respectively.
8504
8505 2002-10-07 [christoph]  0.8.3claws52
8506
8507         * src/folder.[ch]
8508         * src/folderview.c
8509         * src/mainwindow.c
8510                 fix new folder ghost message bug
8511                 (closes bug [ 619722 ] wrong count for newly created folders)
8512
8513 2002-10-07 [christoph]  0.8.3claws51
8514
8515         * src/compose.c
8516                 fix news posting problem
8517
8518 2002-10-07 [melvin]     0.8.3claws50
8519
8520         * po/fr.po
8521                 Updated French translation
8522
8523 2002-10-05 [christoph]  0.8.3claws49
8524
8525         * src/gtkstext.c
8526                 check if line_start_cache is set in gtk_stext_update_text
8527                 (closes bug [ 618119 ] crash while doing search in folder)
8528
8529 2002-10-05 [christoph]  0.8.3claws48
8530
8531         * src/imap.c
8532         * src/news.c
8533         * src/utils.c
8534         * src/utils.h
8535                 implement cache cleanups for claws' folder system
8536                 (closes bug [ 595916 ] imapcache not cleaned up)
8537
8538 2002-10-05 [melvin]     0.8.3claws47
8539
8540         * src/prefs_actions.c
8541                 Made the help text more clear for the %p token
8542
8543 2002-10-04 [paul]       0.8.3claws46
8544
8545         * sync with 0.8.5
8546                 see ChangeLog 2002-10-02 and 2002-10-03
8547
8548 2002-10-04 [christoph]  0.8.3claws45
8549
8550         * src/inc.c
8551                 fix segfault caused by pop before smtp
8552                 call to inc_account_mail with NULL
8553                 pointer for mainwin
8554
8555 2002-10-04 [paul]       0.8.3claws44
8556
8557         * configure.in
8558                 sync the LDAP detection from 0.8.5cvs1
8559
8560 2002-10-02 [christoph]  0.8.3claws43
8561
8562         * po/de.po
8563                 fix small spelling error
8564
8565 2002-10-02 [melvin]     0.8.3claws42
8566
8567         * ac/aspell.m4
8568                 Behave better and say "no" when test program cannot be run.
8569
8570 2002-10-02 [paul]       0.8.3claws41
8571
8572         * sync with 0.8.4cvs1
8573                 see ChangeLog 2002-09-30, 2002-10-01, 2002-10-02
8574                 
8575         * src/summaryview.c
8576                 toggle the behavior of Reply menuitem between
8577                 normal reply and reply-to-list
8578
8579 2002-10-01 [sergey]     0.8.3claws40
8580
8581         * src/compose.c
8582                 Convert newlines in the message text to the canonical form
8583                 before base64 encoding (RFC2045 compliance, fixes some
8584                 interoperability issues with Evolution 1.0.3)
8585
8586 2002-09-29 [colin]      0.8.3claws39
8587
8588         * src/summaryview.c
8589                 Fix an unwanted copy/paste
8590
8591 2002-09-29 [colin]      0.8.3claws38
8592
8593         * src/mainwindow.c
8594                 Renamed "Custom toolbar" to "Customize toolbar"
8595                 Renamed "Show all header" to "Show all headers"
8596                 Renamed "Set diplay item" to "Set displayed items"
8597         * src/prefs_common.c
8598                 Renamed "Show all header" to "Show all headers"
8599         * src/prefs_summary_column.c
8600                 Renamed "diplay item" to "displayed items"
8601
8602 2002-09-29 [colin]      0.8.3claws37
8603
8604         * src/mainwindow.[ch]
8605                 online/offline status pixmaps follow theme
8606                 changes
8607         * src/summaryview.[ch]
8608                 quicksearch pixmap follows theme changes
8609
8610 2002-09-29 [thorsten]   0.8.3claws36
8611
8612         * src/compose.c
8613           src/prefs_folder_item.[ch]
8614                 add default_reply_to folder option (closes patch 581044)
8615
8616 2002-09-29 [christoph]  0.8.3claws35
8617
8618         * acconfig.h    ** REMOVED **
8619         * configure.in
8620         * ac/aspell.m4
8621         * ac/check-type.m4
8622         * ac/gnupg-check-typedef.m4
8623                 fix autoheader 2.50 warning
8624
8625 2002-09-29 [christoph]  0.8.3claws34
8626
8627         * major code cleanup (part 2)
8628         
8629                 - unused variables removed
8630                 - unused functions removed
8631                 - uninitialized variables checked
8632                 - missing return statements added
8633                 - missing function return types added
8634                 - added parentheses around assignment
8635                   when suggested by gcc
8636
8637 2002-09-29 [alfons]     0.8.3claws33
8638
8639         * src/logwindow.c
8640                 log_window_clear(): only bracket gtk_text_forward_delete() 
8641                 with gtk_text_freeze() / gtk_text_thaw() (see if this
8642                 works around GTK text bug)
8643
8644 2002-09-29 [paul]       0.8.3claws32
8645
8646         * po/bg.po
8647           po/sr.po
8648                 updated by George Danchev and Urke MMI
8649                 respectively
8650
8651 2002-09-27 [christoph]  0.8.3claws31
8652
8653         * doc-src/readme.txt
8654         * doc-src/rfc1806.txt   ** REMOVED **
8655         * doc-src/rfc2183.txt   ** NEW FILE **
8656         * doc-src/rfc2980.txt   ** NEW FILE **
8657                 update rfcs
8658
8659 2002-09-27 [melvin]     0.8.3claws30
8660
8661         * ac/aspell.m4
8662                 Fixed typo which could break linking
8663
8664 2002-09-27 [melvin]     0.8.3claws29
8665
8666         * ac/aspell.m4
8667                 Improved GNU/aspell checking. 
8668                 Fixed bug #614490
8669
8670 2002-09-27 [paul]       0.8.3claws28
8671
8672         * sync with 0.8.3cvs8
8673                 see ChangeLog 2002-09-27
8674
8675 2002-09-26 [colin]      0.8.3claws27
8676
8677         * src/toolbar.[ch]
8678           src/mainwindow.[ch]
8679                 Add "Reply to Mailing-list" to the toolbar
8680
8681 2002-09-26 [christoph]  0.8.3claws26
8682
8683         * src/summaryview.c
8684                 Fix wrong message counts in summaryview status
8685
8686 2002-09-26 [paul]       0.8.3claws25
8687
8688         * sync with 0.8.3cvs7
8689                 see ChangeLog 2002-09-26
8690
8691 2002-09-26 [paul]       0.8.3claws24
8692
8693         * sync with 0.8.3cvs6
8694                 see ChangeLog 2002-09-25
8695
8696 2002-09-25 [christoph]  0.8.3claws23
8697
8698         * src/prefs_common.c
8699         * src/prefs_folder_item.c
8700         * src/prefs_scoring.c
8701                 Renamed "kill score" to "hide score" in GUI
8702                 and prefs files
8703
8704 2002-09-25 [paul]       0.8.3claws22
8705
8706         * sync with 0.8.3cvs5
8707                 see ChangeLog 2002-09-24
8708
8709 2002-09-24 [alfons]     0.8.3claws21
8710
8711         patch by Satoshi Nagayasu: allows appending / saving multiple 
8712         selected files (closes "[ 612279 ] save multiple mesg(s) in 
8713         'Save as ...'")
8714
8715         * AUTHORS
8716                 add Satoshi Nagayasu
8717         * src/summaryview.c
8718                 summary_save_as(): allow saving selected files to
8719                 one file
8720                 summary_set_menu_sensitive: enable "Save As..." when
8721                 multiple files are selected
8722         * src/utils.[ch]
8723                 append_file(): new function
8724
8725 2002-09-24 [colin]      0.8.3claws20
8726
8727         * src/procmime.c
8728                 Fix segfault when mimeinfo doesn't have a 
8729                 content_type. 
8730
8731 2002-09-24 [colin]      0.8.3claws19
8732
8733         * src/prefs_common.[ch]
8734                 Add a preference to display send dialog or not
8735         * src/send.c
8736                 Display send dialog according to preference
8737
8738 2002-09-24 [colin]      0.8.3claws18
8739
8740         * src/compose.[ch]
8741                 Disable user actions when sending
8742
8743 2002-09-24 [colin]      0.8.3claws17
8744
8745         * src/procmime.c
8746                 Do not display name or filename for attachments
8747                 with an application/pgp-signature type
8748                 (security flaw, see bug 537413)
8749
8750 2002-09-23 [colin]      0.8.3claws16
8751
8752         * src/editaddress.c
8753                 Initialize entry_email, entry_alias and 
8754                 entry_remarks to first email address of the list
8755
8756 2002-09-23 [colin]      0.83claws15
8757
8758         * src/compose.c
8759                 Drop pgp-signature when reediting a signed queued
8760                 message
8761
8762 2002-09-23 [melvin]     0.8.3claws14
8763
8764         * po/fr.po
8765                 Updated French translation
8766
8767 2002-09-23 [melvin]     0.8.3claws13
8768
8769         * src/mainwindow.c
8770                 Made custom toolbar menu labels more consistent
8771         * src/prefs_toolbar.c
8772                 Made custom toolbar window title more consistent
8773
8774 2002-09-22 [colin]      0.8.3claws12
8775
8776         * src/inc.c
8777                 Initialize session type to normal before getting 
8778                 mail (fixes strange Get behaviour)
8779         * src/prefs_account.h
8780                 Move STYPE_POP_BEFORE_SMTP to last position to 
8781                 avoid other side-effects
8782
8783 2002-09-22 [colin]      0.8.3claws11
8784
8785         * src/prefs_account.c
8786                 Fix pop_bfr_smtp_tm_entry sensivity when switching
8787                 from pop3 to apop or vice-versa
8788
8789 2002-09-22 [colin]      0.8.3claws10
8790         
8791         * src/prefs_account.[ch]
8792                 Add an option for the POP before SMTP timeout
8793         * src/inc.c
8794                 Remember time of last POP connection
8795         * src/send.c
8796                 Do POP before SMTP only if timeout reached
8797
8798 2002-09-22 [oliver]     0.8.3claws9
8799         
8800         * README.claws
8801                 explain custom toolbar
8802
8803 2002-09-22 [oliver]     0.8.3claws8
8804
8805         * src/prefs_actions.[ch]
8806         custom toolbar for compose      
8807                 actions callback from compose toolbar
8808         * src/folderview.c
8809                 remove include toolbar.h
8810
8811 2002-09-22 [oliver]     0.8.3claws7
8812         
8813         * src/prefs_toolbar.[ch]
8814                 custom toolbar for compose
8815                 - generic prefs_toolbar handles both
8816                   Mainwin's toolbar as well as Compose toolbar          
8817
8818 2002-09-22 [oliver]     0.8.3claws6
8819         
8820         * src/toolbar.[ch]
8821                 custom toolbar for compose
8822                 restructure toolbar.[ch]
8823
8824 2002-09-22 [oliver]     0.8.3claws5
8825
8826         * src/compose.[ch]
8827                 custom toolbar for compose
8828
8829 2002-09-22 [oliver]     0.8.3claws4
8830         
8831         * src/mainwindow.[ch]
8832                 custom toolbar for compose 
8833                 move mainwin toolbar back to mainwindow
8834
8835 2002-09-22 [alfons]     0.8.3claws3
8836
8837         * src/procmsg.c
8838                 :%sno/if(/if (/gc
8839                 :%sno/for(/for (/gc
8840                 (beautify)
8841
8842 2002-09-22 [alfons]     0.8.3claws2
8843         
8844         * src/procmsg.c
8845                 procmsg_save_to_outbox(): don't unlink message file from queue;
8846                 callers should do it using folder_item_remove_msg()
8847
8848 2002-09-22 [colin]      0.8.3claws1
8849
8850         * src/mimeview.[ch]
8851                 Made mimeview_check_signature() public
8852         * src/textview.c
8853                 Made GPG signatures verifiable by clicking
8854                 the [application/pgp-signature] in the Text
8855                 view
8856
8857 2002-09-22 [paul]       0.8.3claws
8858
8859         * po/bg.po
8860           po/en_GB.po
8861           po/es.po
8862           po/it.po
8863           po/pl.po
8864           po/pt_BR.po
8865           po/sr.po
8866                 updated translations, submitted by George Danchev,
8867                 me, Ricardo Mones Lastra, Alessandro Maestri,
8868                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.Beneditto 
8869                 and Urke MMI, respectively.     
8870
8871 2002-09-22 [alfons]     0.8.2claws65
8872
8873         * src/procmsg.c
8874         * src/pgptext.c
8875                 no furry valgrinds have been used to plug these memleaks
8876
8877 2002-09-20 [paul]       0.8.2claws64
8878
8879         * sync with 0.8.3cvs4
8880                 'Select thread' re-implemented 
8881                 see ChangeLog 2002-09-20
8882
8883 2002-09-21 [alfons]     0.8.2claws63
8884
8885         * src/compose.c
8886                 compose_send(): plug unnoticed memleak
8887
8888 2002-09-20 [alfons]     0.8.2claws62
8889
8890         * src/addr_compl.c
8891                 replace_address_in_edit(): strict check for NULL address to
8892                 fix "[ 607348 ] Segfault in address completion". My guess is
8893                 that this happens with an empty address book, but it's good
8894                 to have this check here anyway
8895                 
8896                 completion_window_button_press(): free string returned 
8897                 from the internal cache
8898
8899 2002-09-20 [christoph]  0.8.2claws61
8900
8901         * src/procmime.h
8902                 added ENC_BINARY to EncodingType
8903         * src/procmime.c
8904                 the string returned by procmime_get_encoding_str
8905                 should not depend on the order of values in the
8906                 EncodingType definition
8907         * doc-src/rfc1806.txt   ** NEW FILE **
8908                 Added rfc1806 about MIME Content-Disposition
8909                 Extension
8910
8911 2002-09-19 [paul]       0.8.2claws60
8912
8913         * sync with 0.8.2cvs3
8914                 see ChangeLog 2002-09-19
8915
8916 2002-09-19 [paul]       0.8.2claws59
8917
8918         * src/prefs_folder_item.c
8919                 revert to Darko's original alignment of colour
8920                 selector button
8921                 add a colon to folder_color label
8922                 
8923         * src/compose.c
8924                 add Colin's patch (with Hiro's modifications) to 
8925                 force BASE64 encoding for 8-bit text when signing
8926                 (sync with 0.8.3cvs2)
8927
8928 2002-09-18 [alfons]     0.8.2claws58
8929
8930         * src/compose.c
8931                 :%sno/if(/if (/gc
8932                 :%sno/for(/for (/gc
8933                 (beautify a little bit)
8934
8935 2002-09-18 [christoph]  0.8.2claws57
8936
8937         * src/pine.c
8938                 fix handling of fgetc return value
8939
8940 2002-09-17 [alfons]     0.8.2claws56
8941         
8942         * src/summaryview.c
8943                 summary_sort(): check non-NULL summaryview->folder_item when no 
8944                 folder is selected at all
8945                 (closes "[ 610344 ] sort label make syl Crash")
8946
8947 2002-09-17 [alfons]     0.8.2claws55
8948         
8949         * src/compose.c
8950                 beautify a little bit
8951
8952 2002-09-17 [christoph]  0.8.2claws54
8953
8954         * src/folder.c
8955                 initialize max values for cache and folder
8956                 when cache or folder is empty
8957
8958 2002-09-15 [colin]      0.8.2claws53
8959
8960         * src/compose.c
8961                 Fix a leak (thanks Alfons!) and cleaned
8962                 variables names for custom headers
8963
8964 2002-09-15 [colin]      0.8.2claws52
8965
8966         * src/compose.c
8967                 Fix custom headers recognition when
8968                 prefs_common.trans_hdr is on
8969
8970 2002-09-15 [colin]      0.8.2claws51
8971
8972         * src/compose.c
8973                 Allow dynamically-added custom headers
8974                 Yet not reparsed if reedited
8975
8976 2002-09-15 [alfons]     0.8.2claws50
8977
8978         * src/prefs_account.c
8979                 fix warnings
8980
8981 2002-09-15 [colin]      0.8.2claws49
8982         
8983         * src/prefs_account.c
8984                 fix pop_before_smtp sensitivity
8985
8986 2002-09-15 [colin]      0.8.2claws48
8987
8988         * src/inc.[ch]
8989                 add inc_pop_before_smtp()
8990                 allow MainWindow to be undefined in 
8991                 inc_account_mail() and inc_start()
8992         * src/pop.c
8993           src/prefs_account.h
8994                 add STYPE_POP_BEFORE_SMTP session type
8995         * src/prefs_account.c
8996                 activated pop before smtp option
8997         * src/send.c
8998                 do pop before smtp if the relevant option 
8999                 is set
9000
9001 2002-09-15 [paul]       0.8.2claws47
9002
9003         * sync with 0.8.3
9004                 see ChangeLog 2002-09-15
9005
9006 2002-09-14 [paul]       0.8.2claws46
9007
9008         * po/bg.po
9009                 updated Bulgarian translation, submitted by
9010                 George Danchev
9011
9012 2002-09-13 [paul]       0.8.2claws45
9013
9014         * src/compose.c
9015                 merge claws' select_account() with main's
9016                 (new) compose_select_account(). [sync with
9017                 0.8.2cvs15, see ChangeLog 2002-09-11]
9018
9019 2002-09-12 [christoph]  0.8.2claws44
9020
9021         * src/filter.c
9022                 allocate 1 elements of FolderItem not 0
9023
9024 2002-09-12 [colin]      0.8.2claws43
9025
9026         * src/compose.c
9027                 Fix bug #590825 (obey Follow-up: poster)
9028
9029 2002-09-12 [colin]      0.8.2claws42
9030
9031         * src/procmime.c
9032                 Fix bug #557009 (wrong headers for messages 
9033                 forwarded as attachments)
9034
9035 2002-09-11 [colin]      0.8.2claws41
9036         
9037         * src/compose.c
9038                 Put SCF: pseudo-header on top of message
9039                 Set draft tmp_flag when saved as draft
9040
9041         * src/procmsg.c
9042           src/procheader.c
9043                 Skip after first \n\n for beginning of real message
9044                 for drafts too
9045
9046 2002-09-11 [christoph]  0.8.2claws40
9047
9048         * src/filtering.c
9049                 use procmsg flag functions in filtering or processing
9050                 will cause incorrect folder message counts
9051
9052 2002-09-11 [colin]      0.8.2claws39
9053
9054         * src/compose.c
9055                 Fix bug #550175 - wrong save folder when reediting
9056                 drafts
9057
9058 2002-09-11 [paul]       0.8.2claws38
9059
9060         * sync with 0.8.2cvs14
9061                 see ChangeLog 2002-09-11
9062
9063 2002-09-11 [colin]      0.8.2claws37
9064
9065         * src/folder.c
9066                 Fix a typo (seeming to cause new/unread status to
9067                 be lost)
9068
9069 2002-09-10 [christoph]  0.8.2claws36
9070
9071         * src/compose.c
9072                 compose_redirect should not use compose_generic_new
9073                 because that does more stuff than expected including
9074                 opening the external editor
9075                 (closes bug "[ 526608 ] bounced messages appear blank
9076                  in editor")
9077
9078 2002-09-10 [christoph]  0.8.2claws35
9079
9080         * src/folder.c
9081                 fix problem with too large message number range
9082                 causing a crash in folder_item_scan
9083
9084 2002-09-10 [paul]       0.8.2claws34
9085
9086         * sync with 0.8.2cvs13
9087                 see ChangeLog 2002-09-10
9088
9089 2002-09-10 [christoph]  0.8.2claws33
9090
9091         * src/msgcache.c
9092                 set MsgInfo TmpFlags for queue and draft folders
9093                 (closes bug "[ 591676 ] Queue ignore MIME on restart")
9094
9095 2002-09-10 [paul]       0.8.2claws32
9096
9097         * AUTHORS
9098           po/bg.po      ** NEW FILE **
9099                 new Bulgarian translation submitted by
9100                 George Danchev <danchev@spnet.net>
9101                 
9102         * tools/Makefile.am
9103           tools/README
9104           tools/tb2sylpheed     ** NEW FILE **
9105                 add script that converts an addressbook exported
9106                 from The Bat! into a Sylpheed addressbook. Submitted
9107                 by Urke MMI <urke-kg@eunet.yu>
9108
9109 2002-09-10 [paul]       0.8.2claws31
9110
9111         * sync with 0.8.2cvs12
9112                 see ChangeLog 2002-09-10
9113
9114 2002-09-06 [paul]       0.8.2claws30
9115
9116         * src/prefs_common.c
9117                 sync with 0.8.2cvs11, see ChangeLog 2002-09-06
9118                 
9119         * tools/Makefile.am
9120           tools/README
9121           tools/ldif-to-xml.py  ** REMOVED **
9122                 remove obsolete python script
9123
9124 2002-09-06 [paul]       0.8.2claws29
9125
9126         * sync with 0.8.2cvs10
9127                 see ChangeLog 2002-09-06
9128
9129 2002-09-04 [paul]       0.8.2claws28
9130
9131         * sync with 0.8.2cvs9
9132                 see ChangeLog 2002-08-04
9133
9134 2002-09-04 [colin]      0.8.2claws27 
9135
9136         * src/prefs_common.[ch]
9137                 Added signature color configuration
9138         * src/textview.c
9139                 Use user-specified signature color
9140
9141 2002-09-03 [colin]      0.8.2claws26
9142
9143         * src/prefs_common.[ch]
9144                 Added autosave and autosave_length prefs
9145         * src/compose.c
9146                 Added compose_remove_draft()
9147                 Auto-save drafts according to the prefs
9148         * src/main.c
9149                 Added a crash-indicator file, allowing to check
9150                 for new messages on startup if Sylpheed crashed
9151                 (makes saved drafts "reappear")
9152
9153 2002-09-03 [colin]      0.8.2claws25
9154
9155         * src/textview.[ch]
9156                 Grey the signature
9157
9158 2002-09-03 [paul]       0.8.2claws24
9159
9160         * sync with 0.8.2cvs8
9161                 see ChangeLog 2002-09-02 and 2002-09-03
9162
9163 2002-09-03 [darko]      0.8.2claws23
9164
9165         * src/folderview.c
9166                 use normal style when creating new folder to pick
9167                 proper font size 
9168
9169 2002-09-02 [melvin]     0.8.2claws22
9170
9171         * src/gtkaspell.m4
9172                 removed some obsolete code
9173
9174 2002-09-02 [melvin]     0.8.2claws21
9175
9176         * ac/aspell.m4
9177                 fixed test's equality sign (== to =)
9178
9179 2002-09-02 [alfons]     0.8.2claws20
9180
9181         * src/folder.c
9182         * src/mh.c
9183                 revert change of 0.8.2claws16 and use the mh_folder_destroy
9184                 as folder->destroy virtual as suggested by Hiro
9185                 (the mh.c code seems to have been lost around mh.c.1.21)
9186
9187 2002-09-02 [paul]       0.8.2claws19
9188
9189         * po/pt_BR.po
9190                 updated by Fabio Jr. Beneditto
9191                 
9192         * src/defs.h
9193                 use 'http://claws.sylpheed.org' for homepage link. 
9194                 Domain provided by Oktay Altunergil <oktay@freelinuxcd.org>
9195
9196 2002-09-01 [alfons]     0.8.2claws18
9197
9198         * src/mh.c
9199                 plug memleak related to one Martin Kluge found
9200
9201 2002-08-31 [paul]       0.8.2claws17
9202
9203         * sync with 0.8.2cvs6
9204                 see ChangeLog 2002-08-30
9205
9206 2002-08-31 [alfons]     0.8.2claws16
9207
9208         * src/folder.c
9209                 folder_destroy(): remove mailbox from folderlist even if it has
9210                 no destroy virtual
9211
9212 2002-08-31 [alfons]     0.8.2claws15
9213
9214         * src/folder.c
9215                 :%sno/if(/if (/gc
9216                 :%sno/for(/for (/gc
9217                 (being pedantic I know)
9218
9219 2002-08-31 [alfons]     0.8.2claws14
9220
9221         * src/folder.c
9222                 check for NULL pointers returned from folder->fetch_msginfo virtual
9223                 (should solve some reported crashes)
9224
9225 2002-08-30 [alfons]     0.8.2claws13
9226
9227         * acconfig.h
9228         * configure.in
9229         * src/crash.c
9230                 enable crash dialog on compilation time
9231                 (--enable-crash-dialog configure option)
9232
9233 2002-08-30 [alfons]     0.8.2claws12
9234
9235         * AUTHORS
9236                 add Martin Kluge
9237         * src/mh.c
9238                 apply memory leak plug patch by Martin Kluge
9239                 (closes patch "[ 602568 ] patch for 602441 little memory leak",
9240                 bug "[ 599677 ] Very small memory leak in 0.81claws115",
9241                 and bug "[ 602441 ] memoryleak in filtering 0.8.2claws9?")
9242
9243 2002-08-30 [darko]      0.8.2claws11
9244
9245         * src/folderview.c
9246                 copy Gtk style from normal style to match
9247                 font size for coloured folders
9248
9249 2002-08-29 [alfons]     0.8.2claws10
9250
9251         * sylpheed.desktop
9252                 Type=Internet <- Type=Application
9253                 (reported by Michael Schwendt, see:
9254                 http://sourceforge.net/tracker/index.php?func=detail&aid=599765&group_id=25528&atid=384600
9255                 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=72882)
9256
9257 2002-08-29 [paul]       0.8.2claws9
9258
9259         * sync with 0.8.2cvs5
9260                 see ChangeLog 2002-08-29
9261
9262 2002-08-29 [colin]      0.8.2claws8
9263
9264         * src/summaryview.c
9265                 Added a sanity check in summary_select_thread
9266                 Should fix bug 601605
9267
9268 2002-08-29 [colin]      0.8.2claws7
9269
9270         * src/main.c
9271                 Revert claws6 changes regarding bug #591676
9272
9273 2002-08-28 [colin]      0.8.2claws6
9274         
9275         * src/main.c
9276                 Ignore cache for queue folderitems
9277                 Fix bug #591676
9278
9279 2002-08-28 [melvin]     0.8.2claws5
9280
9281         * README.claws
9282                 Fixed typos.
9283
9284 2002-08-28 [melvin]     0.8.2claws4
9285
9286         * README.claws
9287                 Updated a bit the text concerning the spell checker
9288
9289 2002-08-28 [melvin]     0.8.2claws3
9290
9291         Merged the GNU_aspell_branch:
9292                 Support of new GNU/aspell is now included and the old pspell
9293                 is not supported anymore.
9294                 See README.claws
9295
9296         * README.claws
9297                 Updated spell checker text to reflect the switch to GNU/aspell
9298
9299         * ac/aspell.m4          *** NEW ***
9300         * src/gtkaspell.[ch]    *** NEW *** 
9301         * ac/pspell.m4          *** DELETED *** 
9302         * src/gtkspell.[ch]     *** DELETED ***
9303
9304         * ac/Makefile.am
9305                 Updated for GNU/aspell support
9306
9307         * po/POTFILES.in
9308                 Replaced gtkspell.c by gtkaspell.c
9309
9310         * acconfig.h
9311         * src/Makefile.am
9312         * src/about.c
9313         * src/compose.[ch]
9314         * src/crash.c
9315         * src/main.c
9316         * src/prefs_common.[ch]
9317                 Updated for GNU/aspell support
9318
9319 2002-08-28 [paul]       0.8.2claws2
9320
9321         * sync with 0.8.2cvs4
9322                 see ChangeLog 2002-08-27 and 2002-08-28
9323
9324 2002-08-28 [colin]      0.8.2claws1
9325
9326         * src/summary_search.c
9327                 Added "AND search"
9328
9329 2002-08-28 [jens]       0.8.2claws
9330
9331         *po/de.po
9332                 Updated German translations
9333
9334 2002-08-27 [melvin]     0.8.2claws
9335
9336         * po/fr.po
9337                 Updated French translations
9338
9339 2002-08-27 [paul]       0.8.2claws
9340
9341         * sync with 0.8.2 main release
9342
9343         * po/en_GB.po
9344           po/es.po
9345           po/it.po
9346           po/pl.po
9347           po/pt_BR.po
9348           po/sr.po
9349                 updated message catalogs submitted by
9350                 Ricardo Mones Lastra, Alessandro Maestri,
9351                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.
9352                 Beneditto and Urke MMI  
9353
9354 2002-08-27 [hoa]        0.8.1claws123
9355
9356         * src/mainwindow.[ch]
9357         * src/summaryview.[ch]
9358                 removed the "filter setting" menu option.
9359                 add a "cancel a news message" menu option.
9360
9361 2002-08-26 [martin]     0.8.1claws122
9362
9363         * ChangeLog.claws
9364                 changed string under 0.8.1claws79 changed by myself
9365                 i'm sorry alfons :(
9366
9367 2002-08-26 [martin]     0.8.1claws121
9368
9369         * src/crash.c
9370                 added kill command to debuggerrc to start crash dialog
9371
9372 2002-08-26 [paul]       0.8.1claws120
9373
9374         * sync with 0.8.1cvs31
9375                 see ChangeLog 2002-08-26
9376
9377 2002-08-25 [alfons]     0.8.1claws119
9378
9379         * src/procmsg.c
9380                 fix bug that didn't send out correct headers to news server
9381                 when sending news article and email from queue (bug reported
9382                 and patch provided by Tim Mann; closes bug 
9383                 "[ 583196 ] 0.7.8claws can't post news")
9384
9385 2002-08-25 [alfons]     0.8.1claws118
9386
9387         * src/selective_download.c
9388                 mark two strings as translatable
9389                 (thanks to Urke MMI for pointing this out)
9390
9391 2002-08-25 [alfons]     0.8.1claws117
9392
9393         * src/summaryview.c
9394                 treat sent boxes as special and allow sorting them by addressee
9395                 (closes "[ 589418 ] Sent folder sorting misbehavior"
9396                 submitted by Steve Lamb)
9397
9398 2002-08-24 [alfons]     0.8.1claws116
9399
9400         * src/matcher.c
9401                 fix memleak reported by Martin Kluge
9402                 (see: "[ 599677 ] Very small memory leak in 0.81claws115")
9403
9404 2002-08-24 [oliver]     0.8.1claws115
9405
9406         * src/prefs_toolbar.c
9407                 o code cleanup as suggested by Alfons
9408                 o memleak fix
9409
9410 2002-08-24 [alfons]     0.8.1claws114
9411
9412         * src/summaryview.c
9413                 o fix another memory leak reported by Martin Kluge
9414                   (see "[ 599568 ] Small Memory Leak")
9415                 o remove 'from' variable from 'summary_set_header()'; we can
9416                   do with just 'to' 
9417
9418 2002-08-24 [paul]       0.8.1claws113
9419
9420         * sync with 0.8.1cvs30
9421                 see ChangeLog 2002-08-23
9422
9423 2002-08-24 [alfons]     0.8.1claws112
9424
9425         * src/summaryview.c
9426                 remove unnecessary allocations for search bar fixing leaks
9427                 reported by Martin Kluge
9428                 (see "[ 599451 ] Further memory leaks?")
9429
9430 2002-08-24 [alfons]     0.8.1claws111
9431
9432         * src/main.c
9433                 make get_socket_name() public for crash.c
9434         * src/crash.c
9435                 o make report bug button work (goes to claws' 
9436                   bug tracker at sf.net)
9437                 o introduce function for doing important stuff just
9438                   before claws goes down
9439                 o clean up code 
9440
9441 2002-08-24 [alfons]     0.8.1claws110
9442
9443         * src/compose.c
9444                 move cursor to "To" entry when forwarding as attachment
9445                 (reported and solved by Steve Lamb, closes bug report
9446                 "[ 592880 ] Forward as attachment; cursor not in to")
9447
9448 2002-08-24 [colin]      0.8.1claws109
9449
9450         * src/mainwindow.c
9451                 fix quick search visibility after GUI (de)separations.
9452
9453 2002-08-23 [colin]      0.8.1claws108
9454
9455         * src/mainwindow.c
9456                 fix header pane visibility after folderview or
9457                 messageview (de)separation
9458
9459 2002-08-23 [paul]       0.8.1claws107
9460
9461         * src/mainwindow.[ch]
9462           src/toolbar.c
9463                 give full control of display or non-display 
9464                 of the Execute icon to Custom toolbar settings.
9465                 add new sensitivity condition to maninwindow.h: 
9466                 M_DELAY_EXEC
9467
9468         * ChangeLog
9469           ChangeLog.jp
9470           NEWS
9471                 more sync with 0.8.1cvs29
9472
9473 2002-08-23 [melvin]     0.8.1claws106
9474
9475         * src/alertpanel.c
9476                 Readded support for custom widget in alertpanel lost in last
9477                 sync.
9478
9479 2002-08-23 [paul]       0.8.1claws105
9480
9481         * sync with 0.8.1cvs29
9482                 see ChangeLog 2002-08-23
9483
9484 2002-08-23 [colin]      0.8.1claws104
9485
9486         * src/summaryview.c
9487                 Fix folder and search pixmaps exchanging positions
9488                 after theme or toolbar changes. Thank to Oliver for 
9489                 reporting this.
9490
9491 2002-08-23 [colin]      0.8.1claws103
9492
9493         * src/mainwindow.c
9494           src/messageview.[ch]
9495           src/noticeview.[ch]
9496           src/summaryview.c
9497                 Changed messageview_create() and noticeview_create()
9498                 to avoid the last gdk_warning
9499
9500 2002-08-22 [colin]      0.8.1claws102
9501
9502         * src/summaryview.c
9503                 Fix my new `Creating pixmap from xpm' warning
9504
9505 2002-08-22 [colin]      0.8.1claws101
9506
9507         * src/mainwindow.c
9508                 Fix some of the gdk warnings
9509
9510 2002-08-22 [colin]      0.8.1claws100
9511
9512         * src/Makefile.am
9513         * src/stock_pixmap.c
9514         * src/stock_pixmap.h
9515         * src/pixmaps/quicksearch.xpm *ADDED*
9516                 Add the quicksearch pixmap
9517         * src/mainwindow.c
9518         * src/summaryview.c
9519         * src/summaryview.h
9520                 Make quicksearch bar visible/hidden via a button
9521
9522 2002-08-22 [christoph]  0.8.1claws99
9523
9524         * src/folder.c
9525                 fix folder update for newsgroups with message
9526                 numbers below minimum number of articles to fetch
9527                 (closes bug #598445)
9528
9529 2002-08-22 [paul]       0.8.1claws98
9530
9531         * sync with 0.8.1cvs28
9532                 see ChangeLog 2002-08-22
9533
9534 2002-08-21 [alfons]     0.8.1claws97
9535
9536         * src/crash.c
9537                 use bt instead of bt full which seems to work 
9538                 better, and bt full doesn't give a great deal 
9539                 of information anyway
9540
9541 2002-08-21 [colin]      0.8.1claws96
9542
9543         * src/summaryview.c
9544                 fix summaryview_searchtype_changed prototype
9545
9546 2002-08-21 [christoph]  0.8.1claws95
9547
9548         * src/mainwindow.c
9549                 o fix broken menu update for sorting type, we have to
9550                   get this info from the summaryview now
9551                 o removed setting of threaded state in menu callback
9552         * src/summaryview.[ch]
9553                 more summaryview/folderitem seperation for
9554                 threading option
9555         * configure.in
9556                 removed not required --with-compiler-flags option
9557
9558 2002-08-21 [oliver]     0.8.1claws94
9559         
9560         * src/toolbar.h 
9561                 o rename toolbar.xml to toolbar_main.xml
9562                   since toolbar_compose.xml might come up 
9563                   any time soon
9564         * README.claws
9565                 add custom toolbar              
9566
9567 2002-08-21 [darko]      0.8.1claws93
9568
9569         * src/procmsg.c
9570                 don't reset tmp flags for messages copied
9571                 to sent folder
9572
9573 2002-08-21 [colin]      0.8.1claws92
9574         
9575         * src/prefs_filtering.c
9576                 fix renaming rules on folder rename 
9577                 when folder is not a leaf folder
9578
9579 2002-08-21 [paul]       0.8.1claws91
9580
9581         * src/prefs_folder_item.c
9582                 fix alignment of colour selector
9583
9584 2002-08-21 [paul]       0.8.1claws90
9585
9586         * sync with 0.8.1cvs27
9587                 see ChangeLog 2002-08-21
9588
9589 2002-08-21 [paul]       0.8.1claws89
9590
9591         * src/summaryview.c
9592                 fix crash when changing field type in
9593                 Quick search bar
9594
9595 2002-08-21 [colin]      0.8.1claws88
9596
9597         * src/summaryview.c
9598                 Made quick search case-insensitive
9599
9600 2002-08-21 [paul]       0.8.1claws87
9601
9602         * sync with 0.8.1cvs26
9603                 see ChangeLog 2002-08-21
9604
9605 2002-08-20 [christoph]  0.8.1claws86
9606
9607         * src/folderview.c
9608         * src/main.c
9609         * src/summaryview.[ch]
9610                 more summaryview/folderitem seperation for
9611                 sort_key and sort_type
9612         * src/procmsg.c
9613                 added missing return statement
9614
9615 2002-08-20 [colin]      0.8.1claws85
9616
9617         * src/summaryview.[ch]
9618                 Added a quick search box
9619         * src/mainwindow.c
9620         * src/prefs_common.[ch]
9621                 Added a show/hide option for the quick search
9622
9623 2002-08-20 [oliver]     0.8.1claws84
9624         
9625         * src/mainwindow.c
9626                 remove toolbar_create_popups
9627         * src/toolbar.[ch]
9628                 o remove toolbar_create_popups
9629                 o fix toolbar_set_sensitive 
9630                   (Bug reports #596834 and #596832)     
9631         * src/prefs_toolbar.c
9632                 o add "Set default" button
9633                 o align label and text + combo widgets
9634
9635 2002-08-20 [hoa]        0.8.1claws83bis
9636
9637         * src/imap.c
9638                 fixed a bug in imap_fetch_msginfo() in case there is no
9639                 current folder.
9640
9641 2002-08-20 [darko]      0.8.1claws83
9642
9643         * src/folderview.c
9644                 copy the color style of folder view so it
9645                 works with GTK themes
9646
9647 2002-08-20 [darko]      0.8.1claws82
9648
9649         * src/folder.h
9650         * src/folderview.c
9651         * src/prefs_folder_item.[hc]
9652                 don't use UI stuff in folder.h
9653
9654 2002-08-20 [darko]      0.8.1claws81
9655
9656         * src/folder.h
9657         * src/prefs_folder_item.h
9658         * src/folderview.c
9659         * src/prefs_folder_item.c
9660                 ability to set folder color in folderview
9661
9662 2002-08-19 [alfons]     0.8.1claws80
9663
9664         * src/summaryview.c
9665                 fix one of the earlier memleaks reported by Martin Kluge
9666
9667 2002-08-19 [alfons]     0.8.1claws79
9668
9669         * src/mainwindow.c
9670                 hide notice view when selecting seperate folder
9671                 view (reported by Urke MMI)
9672
9673 2002-08-19 [christoph]  0.8.1claws78
9674
9675         * src/folderview.c
9676         * src/prefs_folder_item.h
9677         * src/summaryview.[ch]
9678                 o add summary_set_prefs_from_folderitem to set
9679                   summaryview prefs (first step to remove all
9680                   references to the folderitem in summaryview)
9681                 o moved compiled regex stuff from folderitem prefs
9682                   to summaryview code
9683
9684 2002-08-19 [paul]       0.8.1claws77
9685
9686         * src/compose.c
9687                 add check for '.' to QUOTE_IF_REQUIRED
9688
9689 2002-08-19 [paul]       0.8.1claws76
9690
9691         * src/inc.c
9692                 sync with 0.8.1cvs25 (plug memory leak)
9693
9694         * src/prefs_toolbar.c
9695                 re-order prefs_toolbar_cancel()
9696
9697 2002-08-18 [alfons]     0.8.1claws75
9698
9699         * src/inc.c
9700         * src/matcher.c
9701                 plug other memleaks reported by Martin Kluge
9702
9703 2002-08-18 [paul]       0.8.1claws74
9704
9705         * po/pt_BR.po
9706                 updated by Fabio Jr. Beneditto
9707
9708 2002-08-18 [paul]       0.8.1claws73
9709
9710         * src/toolbar.[ch]
9711                 fix bug where tooltips were displayed untranslated              
9712
9713         * src/prefs_toolbar.c
9714                 fix bug where clicking 'Cancel' creates an icon & text
9715                 toolbar regardless of prefs
9716         
9717
9718 2002-08-17 [oliver]     0.8.1claws72
9719
9720         * src/prefs_toolbar.c
9721                 update toolbar on CANCEL
9722                 bug reported by Martin Kluge
9723         * src/toolbar.c
9724                 toolbar_destroy memleak fixed           
9725
9726 2002-08-17 [alfons]     0.8.1claws71
9727
9728         * src/toolbar.c
9729                 plug another memleak reported by Martin Kluge
9730
9731 2002-08-16 [alfons]     0.8.1claws70
9732
9733         * src/crash.c
9734                 use execvp() correctly (suggested by wwp; thanks!)
9735
9736 2002-08-16 [alfons]     0.8.1claws69
9737
9738         * src/gtksctree.c
9739                 plug memory leak reported by Kim Schultz & Martin Kluge
9740
9741 2002-08-16 [paul]       0.8.1claws68
9742
9743         * po/es.po
9744                 updated by Ricardo Mones Lastra
9745
9746 2002-08-16 [paul]       0.8.1claws67
9747
9748         * src/toolbar.h
9749                 fix bug where 'Compose News' icon showed wrong
9750                 tooltip
9751
9752 2002-08-16 [paul]       0.8.1claws66
9753
9754         * sync with 0.8.1cvs24
9755                 see ChangeLog 2002-08-16
9756
9757         * po/it.po
9758                 updated by Alessandro Maestri
9759
9760 2002-08-15 [paul]       0.8.1claws65
9761
9762         * po/sr.po
9763                 updated by Urke MMI
9764
9765 2002-08-15 [paul]       0.8.1claws64
9766
9767         * src/*.c
9768                 don't translate debug info
9769
9770         * src/matcher.[ch]
9771                 add copyright info
9772
9773 2002-08-15 [paul]       0.8.1claws63
9774
9775         * src/prefs_toolbar.c
9776                 fix bug where clicking 'OK' creates an icon & text
9777                 toolbar regardless of prefs
9778
9779 2002-08-14 [alfons]     0.8.1claws62
9780
9781         * src/main.c
9782                 add global var that has the full argv[0]
9783         * src/crash.c
9784                 o execvp the correct sylpheed by using argv0
9785                   and setting the correct work dir
9786                 o other tweaks  
9787
9788 2002-08-14 [oliver]     0.8.1claws61
9789         
9790         * enable/disable Toolbar Action Buttons 
9791         * code cleanups
9792         * src/mainwindow.c
9793         * src/toolbar.[ch]      
9794         * src/prefs_toolbar.c   
9795
9796 2002-08-14 [melvin]     0.8.1claws60
9797
9798         * po/fr.po
9799                 Updated French translations
9800
9801 2002-08-14 [melvin]     0.8.1claws59
9802
9803         * src/crash.c
9804                 Made bug report not translatable
9805         * src/exporthtml.c
9806                 Fixed exporthtml_build_filespec() return value
9807         * src/foldersel.c
9808                 Fixed incorrect include file
9809         * src/gtkspell.c
9810         * src/prefs_actions.c
9811         * src/prefs_toolbar.c
9812                 Made debug info not translatable
9813         * src/mutt.c
9814         * src/quote_fmt.c
9815                 Added missing includes
9816         * src/prefs_common.c
9817                 Fixed typo
9818
9819 2002-08-14 [paul]       0.8.1claws58
9820
9821         * faq/es/sylpheed-faq.html
9822           faq/es/sylpheed-faq-[1-3].html
9823           faq/es/sylpheed-faq-4.html     **NEW FILE **
9824                 update Spanish FAQ
9825
9826 2002-08-13 [christoph]  0.8.1claws57
9827
9828         * src/procmsg.c
9829                 ignore thread fix that did not mark all
9830                 child nodes of a ignored thread as
9831                 ignored. Does not work perfectly yet,
9832                 but it is better now
9833
9834 2002-08-13 [alfons]     0.8.1claws56
9835
9836         * src/crash.c
9837                 o implement 'save crash log'
9838                 o some tweaks
9839
9840 2002-08-13 [melvin]     0.8.1claws55
9841
9842         * src/main.c
9843                 removed unrequired "execinfo.h" header
9844
9845 2002-08-12 [paul]       0.8.1claws54
9846
9847         * faq/en/sylpheed-faq.html
9848           faq/en/sylpheed-faq-[1-3].html
9849           faq/en/sylpheed-faq-4.html     **NEW FILE **
9850                 update English FAQ
9851
9852 2002-08-12 [alfons]     0.8.1claws53
9853
9854         * po/POTFILES.in
9855                 add crash.c to translatables
9856         * src/crash.c
9857                 bring in Leandro's crash dialog
9858
9859 2002-08-11 [alfons]     0.8.1claws52
9860
9861         * src/crash.c
9862                 clean up some warnings
9863
9864 2002-08-11 [alfons]     0.8.1claws51
9865
9866         * acconfig.h
9867         * configure.in
9868         * src/crash.[ch]        ** NEW FILES **
9869         * src/main.c            
9870                 initial gdb crash handler
9871
9872 2002-08-11 [paul]       0.8.1claws50
9873
9874         * src/prefs_toolbar.c
9875                 replace Up/Down arrow pixmaps with text to be
9876                 consistent across icon themes
9877
9878 2002-08-11 [paul]       0.8.1claws49
9879
9880         * src/prefs_common.c
9881           src/prefs_toolbar.c
9882                 rename 'Pixmap' -> 'Icon'
9883
9884         * src/toolbar.[ch]
9885                 rename  'A_SEND_QUEUD' -> 'A_SEND_QUEUED'
9886
9887 2002-08-10 [paul]       0.8.1claws48
9888
9889         * src/prefs_toolbar.c
9890                 re-work the UI
9891
9892 2002-08-10 [paul]       0.8.1claws47
9893
9894         * src/main.c
9895                 don't write Processing progress to status bar
9896                 patch submitted by Alexander Evseev
9897
9898         * src/prefs_toolbar.c
9899                 re-position and resize window
9900                 make window assume correct size on first call
9901
9902 2002-08-10 [paul]       0.8.1claws46
9903
9904         * src/mainwindow.c
9905           src/prefs_toolbar.c
9906           src/toolbar.c
9907           src/toolbar.h
9908                 obey coding style
9909                 follow UI text conventions
9910
9911 2002-08-10 [alfons]     0.8.1claws45
9912
9913         * src/toolbar.c
9914                 correct pixmap for delete action
9915
9916 2002-08-10 [paul]       0.8.1claws44
9917
9918         * po/pt_BR.po
9919                 updated by Fabio Jr. Beneditto
9920
9921 2002-08-10 [paul]       0.8.1claws43
9922
9923         * po/POTFILES.in
9924                 add custom toolbar files
9925
9926 2002-08-10 [paul]       0.8.1claws42
9927
9928         * sync with 0.8.1cvs22
9929                 see ChangeLog 2002-08-09
9930
9931 2002-08-09 [paul]       0.8.1claws41
9932
9933         * tools/Makefile.am
9934           tools/README
9935           tools/outlook2sylpheed.pl     ** NEW FILE **
9936                 add script to convert exported Outlook
9937                 contacts list to a Sylpheed addressbook.
9938                 Submitted by Ricardo Mones Lastra.
9939
9940 2002-08-09 [paul]       0.8.1claws40
9941
9942         * AUTHORS
9943           configure.in
9944           po/sr.po      ** NEW FILE **
9945                 add Serbian message catalog. Submitted by
9946                 Urosevic Aleksandar aka Urke MMI <urke-kg@eunet.yu>             
9947
9948 2002-08-09 [paul]       0.8.1claws39
9949
9950         * sync with 0.8.1cvs21
9951                 see ChangeLog 2002-08-08
9952
9953 2002-08-08 [oliver]     0.8.1claws38
9954
9955         * src/mainwindow.c
9956                 move Custom Toolbar to Configuration menu
9957
9958 2002-08-08 [oliver]     0.8.1claws37
9959
9960         * src/prefs_toolbar.c
9961                 fix substitute pixmap bug
9962
9963 2002-08-08 [paul]       0.8.1claws36
9964
9965         * sync with 0.8.1cvs19
9966                 see ChangeLog 2002-08-08
9967
9968 2002-08-07 [christoph]  0.8.1claws35
9969
9970         * src/utils.c
9971                 fixed a memory leak in new canonicalize_file_replace
9972
9973 2002-08-07 [christoph]  0.8.1claws34
9974
9975         * src/utils.[ch]
9976                 o canonicalize_file_replace should create the temporary
9977                   file in the same directory as the original file.
9978                 o added get_tmpfile_in_dir that creates a temorary file
9979                   in a specified directory.
9980
9981 2002-08-07 [melvin]     0.8.1claws33
9982
9983         * src/toolbar.c
9984                 fixed bug where 'Article' button acted as 'Email' button.
9985
9986 2002-08-07 [paul]       0.8.1claws32
9987
9988         * sync with 0.8.1.cvs17
9989                 see ChangeLog 2002-08-07
9990
9991 2002-08-07 [colin]      0.8.1claws31
9992         
9993         * src/news.c
9994                 fix mass-cancel problem
9995
9996 2002-08-07 [thorsten]   0.8.1claws30
9997
9998         * src/prefs_toolbar.c
9999                 fix: crash on replace or add new button
10000         * src/toolbar.c
10001                 fix: close xmlfile after reading
10002         * src/utils.c
10003                 fix: unlink() file before rename()
10004
10005 2002-08-06 [paul]       0.8.1claws29
10006
10007         * sync with 0.8.cvs15
10008                 see ChangeLog 2002-08-06
10009
10010 2002-08-06 [oliver]     0.8.1claws28
10011
10012         * src/toolbar.c
10013         * src/prefs_toolbar.c
10014                 fixed empty toolbar issue
10015
10016 2002-08-06 [oliver]     0.8.1claws27
10017
10018         * Custom Toolbar Final 
10019         * src/folderview.c
10020         * src/inc.c
10021         * src/summaryview.c
10022                 o toolbar stuff now lives in src/toolbar.[ch]
10023                 o main_window_toolbar_* functions are renamed to
10024                   toolbar_* reflecting their new source file
10025         * src/mainwindow.[ch]
10026                 o remove toolbar stuff  
10027
10028 2002-08-06 [oliver]     0.8.1claws26
10029         
10030         * src/Makefile.am
10031         * src/prefs_toolbar.[ch]        **New File**
10032         * src/toolbar.[ch]              **New File**
10033                 o prefs_toolbar.[ch] custom toolbar frontend
10034                 o toolbar.[ch]       backend 
10035
10036 2002-08-06 [oliver]     0.8.1claws25
10037
10038         * src/prefs_actions.[ch]
10039                 o new exported function actions_execute
10040
10041 2002-08-06 [paul]       0.8.1claws24
10042
10043         * sync with 0.8.1cvs4
10044                 see ChangeLog 2002-08-06
10045
10046 2002-08-06 [paul]       0.8.1claws23
10047
10048         * sync with 0.8.1cvs13
10049                 see ChangeLog 2002-08-06
10050
10051 2002-08-06 [paul]       0.8.1claws22
10052
10053         * sync with 0.8.1cvs12
10054                 see ChangeLog 2002-08-05 and 2002-08-06
10055
10056 2002-08-06 [match]      0.8.1claws21
10057
10058         * src/addrclip.c
10059                 improvements to cut/copy/paste address
10060
10061 2002-08-05 [match]      0.8.1claws20
10062
10063         * src/addritem.[ch]
10064         * src/addrcache.c
10065         * src/addrbook.c
10066         * src/editaddress.c
10067         * src/addressbook.c
10068                 fixes to improve cut/copy/paste
10069
10070 2002-08-06 [melvin]     0.8.1claws19
10071
10072         * src/account.[ch]
10073                 account_find_all_from_address(): new function that returns the
10074                 list of all accounts that are matched in an address.
10075         * src/alertpanel.[ch]
10076                 alertpanel() now accepts a custom widget
10077                 alertpanel_with_widget(): new function that pops up a panel with
10078                 a custom widget in it 
10079         * src/gtkutils.[ch]
10080                 gtkut_account_menu_new(): new function that allows the selection
10081                 of an account from a list of accounts.
10082         * src/messageview.c
10083                 Extended Return Receipt notification to select the correct 
10084                 account and to make a security test on the Delivery-Notification
10085                 address which should be the same as the Return-Path.
10086
10087 2002-08-06 [thorsten]   0.8.1claws18
10088
10089         * src/mimeview.c
10090                 attach_all: save unnamed as "noname.%d",
10091                 dont free static dirname
10092
10093 2002-08-05 [alfons]     0.8.1claws17
10094
10095         * configure.in
10096                 detect XIM by trying to link rather than compile a XIM program
10097
10098 2002-08-05 [oliver]     0.8.1claws16
10099                 
10100         * src/stock_pixmap.[ch]
10101                 o add UP_ARROW to available pixmaps (already in pixmap-directory)
10102                 o new func to retrieve pixmaps
10103
10104 2002-08-05 [paul]       0.8.1claws15
10105
10106         * sync with 0.8.1cvs10
10107                 see ChangeLog 2002-08-05
10108
10109 2002-08-04 [alfons]     0.8.1claws14
10110
10111         * src/textview.c
10112                 see if this plugs memleak
10113
10114 2002-08-04 [melvin]     0.8.1claws13
10115
10116         * src/gtkspell.c
10117                 fixed bug that could crash Sylpheed when highlighting
10118                 all misspelled words.
10119
10120 2002-08-03 [melvin]     0.8.1claws12
10121
10122         * src/prefs_actions.c
10123                 removed unnecessary checks for NULL introduced in 0.8.1claws11.
10124         * src/messageview.c
10125                 fixed bug where the Return Receipt was sent to
10126                 Delivery-Notification-To address even if it was not present
10127
10128 2002-08-02 [alfons]     0.8.1claws11
10129
10130         * src/prefs_actions.c
10131                 o more check for NULLs
10132                 o put create_io_dialog() in right conditional block
10133
10134 2002-08-02 [paul]       0.8.1claws10
10135
10136         * po/es.po
10137                 updated by Ricardo Mones Lastra
10138
10139 2002-08-01 [christoph]  0.8.1claws9
10140
10141         * src/folder.c
10142                 don't free the cache of the opened
10143                 folder in the summaryview
10144         * src/summaryview.c
10145                 don't unset flags, if it is not required
10146
10147 2002-08-01 [paul]       0.8.1claws8
10148
10149         * sync with 0.8.1cvs8
10150                 see ChangeLog entry 2002-08-01
10151
10152 2002-08-01 [paul]       0.8.1claws7
10153
10154         * sync with 0.8.1cvs7
10155                 see ChangeLog 2002-07-31 and 2002-08-01
10156
10157 2002-07-31 [christoph]  0.8.1claws6
10158
10159         * src/mainwindow.c
10160                 forgot to update menu sensitivity
10161                 function for new menu entry
10162
10163 2002-07-31 [alfons]     0.8.1claws5
10164
10165         * src/main.c
10166                 check folder item and its path for NULL on
10167                 initial processing
10168
10169 2002-07-31 [christoph]  0.8.1claws4
10170
10171         * src/folder.c
10172                 check if folder_item_get_msginfo in
10173                 folder_item_remove_msg returned NULL
10174         * src/imap.c
10175                 better clear the uid cache in the
10176                 uid validity check function and delete
10177                 cached messages
10178
10179 2002-07-31 [paul]       0.8.1claws3
10180
10181         * man/sylpheed.1
10182                 add the '--attach' option and a few other
10183                 minor changes
10184
10185 2002-07-31 [paul]       0.8.1claws2
10186
10187         * sync with 0.8.1cvs5
10188                 see ChangeLog 2002-07-31
10189
10190 2002-07-31 [christoph]  0.8.1claws1
10191
10192         * src/folderview.[ch]
10193         * src/mainwindow.c
10194                 replace "Rescan all folders..." with
10195                 "Check all folders for new messages..."
10196
10197 2002-07-30 [paul]       0.8.1claws
10198
10199         * version 0.8.1claws released
10200
10201 2002-07-30 [paul]       0.8.0claws29
10202
10203         * tools/OOo2sylpheed.pl ** NEW FILE **
10204           tools/README
10205                 add script to enable sending documents as
10206                 attachments from OpenOffice.org
10207
10208 2002-07-30 [melvin]     0.8.0claws28
10209
10210         * src/prefs_actions.c
10211                 Made the actions' input/output dialog display
10212                 without delay.
10213
10214 2002-07-30 [christoph]  0.8.0claws27
10215
10216         * src/procmsg.c
10217                 check if folder_item_get_msginfo in
10218                 procmsg_save_to_outbox returned NULL
10219
10220 2002-07-30 [paul]       0.8.0claws26
10221
10222         * sync with 0.8.1cvs4
10223                 see ChangeLog 2002-07-29
10224
10225 2002-07-29 [thorsten]   0.8.0claws25
10226
10227         * README.claws
10228                 added selective download, delete on server
10229
10230 2002-07-29 [paul]       0.8.0claws24
10231
10232         * sync with 0.8.1cvs3
10233                 see ChangeLog 2002-07-29
10234
10235 2002-07-27 [christoph]  0.8.0claws23
10236
10237         * src/folder.c
10238                 add extra check if fetching the msginfo
10239                 returned NULL
10240
10241 2002-07-27 [paul]       0.8.0claws22
10242
10243         * sync with 0.8.1cvs2
10244                 see ChangeLog 2002-07-26
10245
10246 2002-07-27 [christoph]  0.8.0claws21
10247
10248         * src/imap.c
10249                 add another check if a valid msginfo
10250                 was returned
10251
10252 2002-07-26 [hoa]        0.8.0claws20
10253
10254         * src/folder.c
10255                 Fixed a condition in folder_item_destroy()
10256
10257         * src/imap.c
10258                 Fixed an error in IMAP protocol
10259
10260 2002-07-26 [alfons]     0.8.0claws19
10261
10262         * src/folder.c
10263                 ofcourse compare with identifier, not the path
10264
10265 2002-07-26 [alfons]     0.8.0claws18
10266
10267         * src/folder.c
10268                 use folder item identifier for saving / restoring
10269                 preferences because folder->path might not be unique
10270
10271 2002-07-26 [melvin]     0.8.0claws17
10272
10273         * src/logwindow.c
10274                 Fixed a crash introduced in 0.8.0claws5 when log is 
10275                 cut under 80 characters.
10276
10277 2002-07-26 [paul]       0.8.0claws16
10278
10279         * sync with 0.8.1cvs1
10280                 see ChangeLog 2002-07-26
10281
10282 2002-07-26 [christoph]  0.8.0claws15
10283
10284         * src/imap.[ch]
10285                 imap folder now remembers the last selected
10286                 folder and imap_fetch_msginfo skips selecting
10287                 the folder if it is already selected
10288
10289 2002-07-26 [christoph]  0.8.0claws14
10290
10291         * src/folder.c
10292         * src/folderview.c
10293         * src/imap.c
10294                 fix imap folder rescanning
10295
10296 2002-07-25 [christoph]  0.8.0claws13
10297
10298         * src/filter.c
10299         * src/folder.[ch]
10300         * src/folderview.c
10301         * src/imap.[ch]
10302         * src/mainwindow.c
10303         * src/mbox_folder.c
10304         * src/mh.c
10305         * src/news.c
10306                 implement imap uid cache and uid validity check
10307
10308 2002-07-25 [alfons]     0.8.0claws12
10309
10310         * src/summaryview.c
10311                 fix a brown paper bag bug, and also add some more
10312                 checks
10313
10314 2002-07-25 [christoph]  0.8.0claws11
10315
10316         * src/folder.c
10317                 don't mix copy, fetch_msginfo and remove
10318                 operations in folder item copy and move
10319                 operations
10320
10321 2002-07-25 [christoph]  0.8.0claws10
10322
10323         * src/folderview.c
10324         * src/mainwindow.c
10325         * src/prefs_folder_item.c
10326         * src/summaryview.[ch]
10327                 remove no longer required parameter update_cache from
10328                 summary_show
10329
10330 2002-07-25 [paul]       0.8.0claws9
10331
10332         * sync with 0.8.1
10333         
10334         * AUTHORS
10335                 a few corrections
10336
10337 2002-07-24 [alfons]     0.8.0claws8
10338
10339         * src/summaryview.c
10340                 sort correctly when using simplified subject line
10341                 (closes feature request "[ 585141 ] applying regexp to subject 
10342                 before sort" submitted by Alexandra Walford)
10343
10344 2002-07-24 [paul]       0.8.0claws7
10345
10346         * sync with 0.8.0cvs3
10347                 see ChangeLog 2002-07-24
10348
10349 2002-07-23 [christoph]  0.8.0claws6
10350
10351         * src/folder.c
10352         * src/folder.h
10353         * src/summaryview.c
10354         * src/summaryview.h
10355         * src/main.c
10356                 o separate processing and summaryview
10357                 o removed summary_write_cache from summaryview
10358                 o removed summaryview->killed_messages, because we don't have
10359                   to keep a list of killed messages anymore. New cache will
10360                   keep the hidden messages in cache anyway
10361         * src/folderview.c
10362         * src/inc.c
10363         * src/selective_download.c
10364                 o removed unnecessary summary_write_cache calls
10365         * src/procmsg.c
10366                 o don't set ignore thread flag in procmsg_get_thread_tree
10367                   if it is already set
10368         * src/mainwindow.c
10369         * src/statusbar.h
10370                 o moved STATUSBAR_PUSH/POP to statusbar.h because
10371                   they are used in different files
10372
10373 2002-07-23 [melvin]     0.8.0claws5
10374
10375         * src/addressbook.c
10376         * src/addrgather.c
10377         * src/editaddress.c
10378         * src/editgroup.c
10379         * src/editldap_basedn.c
10380         * src/importldif.c
10381         * src/prefs_common.c
10382                 Fixed few memory leak (gtk_editable_get_chars returns
10383                 an allocated string)
10384         * src/logwindow.c
10385                 Fixed few memory leak (gtk_editable_get_chars returns
10386                 an allocated string) and modified a little the log cutting
10387                 loop.
10388         * src/compose.c
10389                 Replaced a call to an obsolete function gtk_entry_get_text()
10390                 by gtk_editable_get_chars()
10391         * src/send.c
10392                 Removed a debug printf
10393
10394 2002-07-23 [christoph]  0.8.0claws4
10395
10396         * src/filesel.c
10397                 fix another g_dirname memory leak
10398
10399 2002-07-23 [christoph]  0.8.0claws3
10400
10401         * src/mh.c
10402                 fixed a memory leak in mh_fetch_msginfo
10403                 fixed crash when message header could not be
10404                 parsed
10405
10406 2002-07-23 [paul]       0.8.0claws2
10407
10408         * sync with 0.8.0cvs2
10409                 see ChangeLog 2002-07-23
10410
10411 2002-07-23 [paul]       0.8.0claws1
10412
10413         * sync with 0.8.0cvs1
10414                 see ChangeLog 2002-07-23
10415
10416 2002-07-23 [paul]       0.8.0claws
10417
10418         * release of 0.8.0claws
10419
10420 2002-07-23 [paul]       0.7.8claws99
10421
10422         * po/ru.po
10423                 new Russian translation, submitted by
10424                 Botalov Vyacheslav <botalov_v@upr.uralkaly.ru>
10425
10426 2002-07-22 [jens]       0.7.8claws98
10427
10428         * po/de.po
10429                 Updated German translations.
10430
10431 2002-07-22 [paul]       0.7.8claws97
10432
10433         * po/es.po
10434           po/it.po
10435           po/nl.po
10436           po/pt_BR.po
10437                 updated translations by Ricardo Mones Lastra,
10438                 Alessandro Maestri, Wilbert Berendsen and 
10439                 Fabio Jr. Beneditto respectively
10440
10441 2002-07-22 [christoph]  0.7.8claws96
10442
10443         * src/mimeview.c
10444                 fix memory leak caused by wrong g_dirname usage
10445
10446 2002-07-22 [christoph]  0.7.8claws95
10447
10448         * src/summaryview.c
10449                 update new and unread message counts for summaryview
10450                 summaryview does not get it from the folder anymore
10451                 and has to update the values itself
10452
10453 2002-07-22 [melvin]     0.7.8claws94
10454
10455         * po/fr.po
10456                 Updated French translations.
10457
10458 2002-07-22 [christoph]  0.7.8claws93
10459
10460         * src/matcher.c
10461                 set prop->preg pointer to NULL or following check
10462                 will not fail and regexec will be called with
10463                 invalid pointer
10464
10465 2002-07-21 [alfons]     0.7.8claws92
10466         
10467         * src/prefs_common.[ch]
10468                 remove option "Send return receipt on request"
10469
10470 2002-07-21 [thorsten]   0.7.8claws91
10471
10472         * src/mimeview.c
10473                 fixed memleaks, coding style as pointed out by alfons
10474
10475 2002-07-21 [alfons]     0.7.8claws90
10476
10477         * src/messageview.c
10478         * src/noticeview.[ch]
10479                 o fix bug notice view being displayed when going to empty folder 
10480                   (noticed by Christoph)
10481                 o allow RRR to be sent when restarting sylpheed, or changing folder 
10482                   (noticed by Thorsten)
10483
10484 2002-07-21 [thorsten]   0.7.8claws89
10485
10486         * src/mimeview.c
10487                 Included save_all patch from Xaview FACQ
10488                 added support for pathnames
10489
10490 2002-07-21 [alfons]     0.7.8claws88
10491
10492         * po/POTFILES.in
10493         * src/Makefile.am
10494         * src/mainwindow.c
10495         * src/messageview.[ch]
10496         * src/noticeview.c      ** NEW FILE **
10497         * src/noticeview.h      ** NEW FILE **
10498                 make return receipts work again
10499                 (UI idea by Leandro Pereira)
10500
10501 2002-07-21 [paul]       0.7.8claws87
10502
10503         * src/summaryview.c
10504                 fix sensitivity of 'Select thread'
10505
10506 2002-07-21 [paul]       0.7.8claws86
10507
10508         * src/prefs_common.c
10509                 add browser command line for Galeon
10510
10511 2002-07-21 [paul]       0.7.8claws85
10512
10513         * Makefile.am
10514                 fix 'EXTRA_DIST': remove README.README, add TODO
10515                 and TODO.claws
10516
10517 2002-07-21 [alfons]     0.7.8claws84
10518
10519         * src/gtkstext.c
10520                 make enter clear selection
10521                 (closes "[ 579888 ] Editor selection/entry error"
10522                 reported by Steve Lamb)
10523
10524 2002-07-21 [alfons]     0.7.8claws83
10525         
10526         * src/summaryview.c
10527                 sort message list when selecting unthread messages
10528                 (closes "[ 501593 ] switching threaded view doesn't sort"
10529                 reported by Simon Schubert)
10530
10531 2002-07-20 [alfons]     0.7.8claws82
10532         
10533         * src/matcher.c
10534                 const-correctness
10535
10536 2002-07-20 [thorsten]   0.7.8claws81
10537
10538         * src/matcher.c
10539                 Fixed expansion of empty fields in matchactions
10540
10541 2002-07-19 [melvin]     0.7.8claws80
10542
10543         * src/gtkspell.c
10544                 Removed a duplicate menu entry (fast mode) introduced during
10545                 the new cache merge
10546                 Added a menu separator between 'Use alternate' and 'Fast mode'
10547
10548 2002-07-19 [paul]       0.7.8claws79
10549
10550         * tools/Makefile.am
10551           tools/README
10552                 correct typos
10553
10554 2002-07-19 [thorsten]   0.7.8claws78
10555
10556         * tools/calypso_convert.pl      ** NEW FILE **
10557           tools/README
10558           tools/Makefile.am
10559                 script to import mbox files exported
10560                 by calypso
10561                 o generates folder structure
10562                 o includes attachments
10563
10564 2002-07-19 [melvin]     0.7.8claws77
10565
10566         * src/selective_download.[ch]
10567                 Fixed bug where closing the dialog with the window manager's
10568                 close button will not unlock the summary
10569                 Corrected some function declarations that missed a return value
10570                 Made the source code comply better with coding style.
10571         * src/prefs_common.c
10572                 Added new browser command line for Mozilla.
10573
10574 2002-07-18 [paul]       0.7.8claws76
10575
10576         * src/mainwindow.c
10577           src/selective_download.[ch]
10578                 reflect theme changes, fix Gdk Warning when creating 
10579                 pixmap from NULL window, and minor clean up.
10580                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
10581
10582         * po/en_GB.po
10583                 updated
10584
10585 2002-07-17 [paul]       0.7.8claws75
10586
10587         * INSTALL[.jp]
10588                 sync with 0.8.0
10589         
10590         * po/en_GB.po
10591                 updated
10592
10593 2002-07-16 [paul]       0.7.8claws74
10594
10595         * tools/filter_conv.pl
10596           tools/README
10597                 replace conversion script with reimplemented version, 
10598                 submitted by Torsten Schoenfeld <kaffeetisch@web.de>
10599
10600 2002-07-16 [colin]      0.7.8claws73
10601
10602         * src/summaryview.c
10603                 remove forgotten debug messages - sorry ;-)
10604
10605 2002-07-16 [colin]      0.7.8claws72
10606
10607         * src/mimeview.c
10608           src/summaryview.c
10609           src/textview.c
10610           src/textview.h
10611                 add the ability to select part of a text mime-part 
10612                 to reply.
10613
10614 2002-07-15 [christoph]  0.7.8claws71
10615
10616         * src/folder.c
10617                 fix folder message count for folders without
10618                 msg_is_changed (includes news folders)
10619
10620 2002-07-15 [martin]     0.7.8claws70
10621
10622         * src/summaryview.c
10623                 option "display recipient on 'From'..." now works
10624                 without the need of enabling the option
10625                 "display  sender  using  address  book".
10626
10627 2002-07-15 [christoph]  0.7.8claws69
10628
10629         * src/summaryview.c
10630                 removed setting folder status from summaryview.
10631                 folder.c should update all message counts correctly.
10632
10633 2002-07-15 [paul]       0.7.8claws68
10634
10635         * po/pt_BR.po
10636                 updated by Fabio Junior Beneditto
10637
10638 2002-07-15 [darko]      0.7.8claws67
10639
10640         * src/mh.c
10641                 Fixed target folder colorization, don't decrease op
10642                 number twice
10643
10644 2002-07-14 [paul]       0.7.8claws66
10645
10646         * sync with main 0.8.0
10647                 see ChangeLog 2002-07-14
10648
10649 2002-07-13 [melvin]     0.7.8claws65
10650         
10651         * src/addrbook.c
10652         * src/addressbook.c
10653         * src/addrindex.c
10654                 Replaced sprintf by g_snprintf to prevent possible buffer
10655                 overflow.
10656         * src/news.c
10657                 Corrected a log message output format.
10658                 Added a missing "done" debug output.
10659         * src/compose.c
10660                 Added keyboard accelerator for Priority menu items
10661                 Added missing \n in debug output
10662         * src/logwindow.c
10663         * src/gtkspell.c
10664         * src/rfc2015.c
10665                 Added missing \n in debug output
10666
10667 2002-07-13 [paul]       0.7.8claws64
10668
10669         * man/sylpheed.1
10670                 change Sergey's email address to the sf address
10671
10672         * src/textview.c
10673                 increase show_url_timeout (more useful for long
10674                 urls)
10675
10676 2002-07-12 [sergey]     0.7.8claws63
10677
10678         * src/rfc2015.c
10679                 applied (with some modifications) patch to set the
10680                 micalg parameter for signatures
10681                 (2001-08-28 Werner Koch <wk@gnupg.org>)
10682
10683 2002-07-12 [sergey]     0.7.8claws62
10684
10685         * man/Makefile.am
10686         * configure.in
10687                 fixed man page installation
10688
10689 2002-07-12 [paul]       0.7.8claws61
10690
10691         * sync with 0.7.8cvs26
10692                 see ChangeLog 2002-07-11 and 2002-07-12
10693
10694 2002-07-11 [christoph]  0.7.8claws60
10695
10696         * src/compose.c
10697         * src/procmsg.c
10698                 first use the message number to find the message
10699                 to mark with a reply flag but check the
10700                 message-id if we got the correct message, if not
10701                 try to find it by message-id.
10702                 use new string seperator that is not allowed
10703                 in message-ids.
10704
10705 2002-07-11 [paul]       0.7.8claws59
10706
10707         * sync with 0.7.8cvs23
10708                 see ChangeLog 2002-07-10
10709
10710 2002-07-10 [christoph]  0.7.8claws58
10711
10712         * src/folder.[ch]
10713         * src/msgcache.[ch]
10714                 Added message-id table to the cache in memory
10715                 and functions to msgcache.c and folder.c to
10716                 fetch MsgInfos by message id
10717         * src/compose.c
10718         * src/procmsg.c
10719                 store folder and message-id of message replying
10720                 to in queue header and set reply flag after sending
10721                 (Closes bug #469498)
10722
10723 2002-07-10 [paul]       0.7.8claws57
10724
10725         * AUTHORS
10726           man/sylpheed.1.gz
10727                 add Martin to the list of authors
10728
10729 2002-07-09 [martin]     0.7.8claws56
10730         * src/gtksctree.c
10731                 Added gtk_ctree_last_visible(), tree_update_level(),
10732                 gtk_ctree_link(), gtk_ctree_unlink(), real_sort_list(),
10733                 tree_sort(), gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
10734                 from gtk+ to gtksctree.c for the new sorting code
10735                 Renamed gtk_ctree_sort_recusive() to gtk_sctree_sort_recursive
10736                 Renamed gtk_ctree_sort_node() to gtk_sctree_sort_node
10737         * src/gtksctree.h
10738                 Added declaration for gtk_sctree_sort_recursive() and
10739                 gtk_sctree_sort_node
10740         * src/addressbook.c
10741         * src/foldersel.c
10742         * src/folderview.c
10743         * src/summaryview.c
10744                 changed calls from gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
10745                 to gtk_sctree_sort_recursive() and gtk_sctree_sort_node()
10746
10747 2002-07-08 [paul]       0.7.8claws55
10748
10749         * more sync with 0.7.8cvs21
10750                 see ChangeLog 2002-07-08
10751
10752 2002-07-08 [paul]       0.7.8claws54
10753
10754         * sync with 0.7.8cvs21
10755                 see ChangeLog 2002-07-08
10756
10757 2002-07-07 [alfons]     0.7.8claws53
10758
10759         * src/Makefile.am
10760         * src/stock_pixmap.[ch]
10761         * src/pixmaps/notice_warn.xpm   ** NEW FILE **
10762         * src/pixmaps/notice_error.xpm  ** NEW FILE **
10763         * src/pixmaps/notice_note.xpm   ** NEW FILE **
10764                 add new pixmaps for upcoming notice pane
10765
10766 2002-07-06 [melvin]     0.7.8claws52
10767
10768         * src/gtkspell.[ch]
10769                 Made them a bit closer to Sylpheed's coding style.
10770                 Removed old code.
10771                 Removed possible memory leaks when some errors occurs.
10772
10773 2002-07-06 [melvin]     0.7.8claws51
10774
10775         * po/Makefile.in.in
10776                 Removed --no-location in xgettext command line to help
10777                 translators that use Emacs' po-mode
10778         * src/quote_fmt.c
10779                 Removed unnecessary comments that messed up sylpheed.pot
10780
10781 2002-07-06 [paul]       0.7.8claws50
10782
10783         * sync with 0.7.8cvs19
10784                 see ChangeLog 2002-07-05
10785
10786 2002-07-06 [christoph]  0.7.8claws49
10787
10788         * src/folder.c
10789         * src/mainwindow.c
10790                 fix folder_item_remove_all_msg and folderview
10791                 status for trash folders after emptying trash
10792
10793 2002-07-05 [paul]       0.7.8claws48
10794
10795         * sync with 0.7.8cvs16
10796                 see ChangeLog 2002-07-04 and 2002-07-05
10797
10798 2002-07-04 [paul]       0.7.8claws47
10799
10800         * sync with 0.7.8cvs14
10801                 see  ChangeLog 2002-07-04
10802
10803 2002-07-03 [alfons]     0.7.8claws46
10804
10805         * src/folder.c
10806                 dupe folder item's path because it's being reallocated
10807                 by new folder scanning code
10808
10809 2002-07-03 [christoph]  0.7.8claws45
10810
10811         * src/imap.c
10812                 better IMAP uid fetching using 'FETCH 1:* (UID)'
10813         * src/msgcache.c
10814                 add missing return in msgcache_write
10815
10816 2002-07-02 [thorsten]   0.7.8claws44
10817
10818         * src/jpilot.c
10819         * src/msgcache.c
10820         * src/rfc2015.c
10821                 use binary mode for file access
10822
10823 2002-07-02 [christoph]  0.7.8claws43
10824
10825         * major code cleanup (part 1)
10826         
10827                 - unused variables removed
10828                 - unused functions removed
10829                 - uninitialized variables checked
10830                 - missing return statements added
10831                 - missing function return types added
10832                 - added parentheses around assignment and
10833                   && in || when suggested by gcc
10834               
10835         * src/mh.c
10836         * src/folder.c
10837                 replaced direct calls to folder->scan_tree
10838                 with folder_scan_tree and restore folder
10839                 prefs in this function. The folder should
10840                 not have to deal with them.
10841                 ( Should now work for all folder types )
10842
10843 2002-07-02 [paul]       0.7.8claws42
10844
10845         * sync with 0.7.8cvs13
10846                 see ChangeLog 2002-07-01 and 2002-07-02
10847
10848 2002-07-01 [christoph]  0.7.8claws41
10849
10850         * src/summaryview.c
10851                 fix "goto next/prev unread message" with
10852                 ignored threads
10853
10854 2002-07-01 [paul]       0.7.8claws40
10855
10856         * po/es.po
10857                 updated by Ricardo Mones Lastra
10858
10859 2002-06-30 [match]      0.7.8claws39
10860
10861         * src/jpilot.c
10862                 applied variation of leonerd's patch (566661) to
10863                 allow multiple email addresses per JPilot entry.
10864                 addresses may be separated by space, comma, pipe,
10865                 semi-colon, new-line.
10866
10867 2002-06-30 [alfons]     0.7.8claws38
10868
10869         * src/procmsg.c
10870                 simple fix for putting older nodes before
10871                 newer nodes when threading by subject
10872
10873 2002-06-30 [christoph]  0.7.8claws37
10874
10875         * src/folder.c
10876         * src/folderview.c
10877         * src/mh.c
10878         * src/news.c
10879         * src/procmsg.c
10880                 fix broken folder tree rescaning
10881                 and don't use procmsg_get_mark_sum
10882                 anymore
10883
10884 2002-06-30 [christoph]  0.7.8claws36
10885
10886         * merge new cache branch
10887         * src/imap.c
10888                 fix new cache imap copy bug
10889         * src/folder.c
10890                 improved folder_item_scan
10891                 it should now always set the correct
10892                 new, unread and total message counts
10893
10894 2002-06-29 [paul]       0.7.8claws35
10895
10896         * configure.in
10897                 correct syntax error
10898
10899 2002-06-29 [paul]       0.7.8claws34
10900
10901         * configure.in
10902           Makefile.am
10903           man/Makefile.am       ** NEW FILE **
10904           man/sylpheed.1.gz     ** NEW FILE **
10905                 add Sylpheed man page
10906
10907 2002-06-29 [paul]       0.7.8claws33
10908
10909         * po/pt_BR.po
10910                 updated by Fabio Junior Beneditto
10911
10912 2002-06-28 [jens]       0.7.8claws32
10913
10914         * po/de.po
10915                 translation updated
10916
10917         * src/selective_download.c
10918                 removed gettext for space " "
10919
10920         * src/imap.c
10921                 removed wrong space
10922
10923 2002-06-28 [paul]       0.7.8claws31
10924
10925         * sync with 0.7.8cvs11
10926                 see ChangeLog 2002-06-28
10927
10928 2002-06-28 [paul]       0.7.8claws30
10929
10930         * sync with 0.7.8cvs10
10931                 see ChangeLog 2002-06-27 and 2002-06-28
10932
10933 2002-06-26 [paul]       0.7.8claws29
10934
10935         * src/addrgather.c
10936           src/selective_download.c
10937                 don't gettextise empty strings.
10938                 reserved by gettext. gettext("") returns 
10939                 the header entry with meta information, 
10940                 not the empty string
10941
10942         * po/en_GB.po
10943                 updated
10944
10945 2002-06-26 [paul]       0.7.8claws28
10946
10947         * sync with 0.7.8cvs7
10948                 see ChangeLog 2002-06-25
10949
10950         * src/prefs_common.c
10951                 ...and in the process, tweak the gui a little
10952
10953 2002-06-25 [alfons]     0.7.8claws27
10954         
10955         * configure.in
10956         * src/Makefile.am
10957                 fine tune ldap library detection
10958
10959 2002-06-25 [alfons]     0.7.8claws26
10960
10961         * src/compose.c
10962                 don't allow return receipts when composing a news article
10963
10964 2002-06-25 [paul]       0.7.8claws25
10965
10966         * Makefile.am
10967                 add '$(AMTAR)' to 'release' section to allow for
10968                 new and older autotools
10969
10970 2002-06-25 [paul]       0.7.8claws24
10971
10972         * src/summaryview.c
10973                 fix "No more unread messages" persistant pop-up
10974                 window bug
10975
10976 2002-06-25 [paul]       0.7.8claws23
10977
10978         * po/it.po
10979                 updated by Alessandro Maestri
10980
10981 2002-06-25 [paul]       0.7.8claws22
10982
10983         * sync with 0.7.8cvs6
10984                 see ChangeLog 2002-06-25
10985
10986 2002-06-24 [paul]       0.7.8claws21
10987
10988         * tools/update-po
10989                 add GPL copyright information
10990
10991 2002-06-24 [paul]       0.7.8claws20
10992
10993         * tools/Makefile.am
10994           tools/README
10995           tools/update-po       ** NEW FILE **
10996                 add script that eases the creation of *.po files
10997                 Submitted by Wilbert Berendsen <wilbert@oswf.org>
10998
10999 2002-06-23 [alfons]     0.7.8claws19
11000
11001         * src/messageview.c
11002                 make notification_convert_header obey const correctness
11003                 (next step will be fixing the broken return receipt)
11004
11005 2002-06-23 [paul]       0.7.8claws18
11006
11007         * src/messageview.c
11008                 fix bug introduced in last commit:
11009                 removed too much code in last commit - put back what's
11010                 needed
11011
11012 2002-06-23 [paul]       0.7.8claws17
11013
11014         * src/messageview.[ch]
11015                 remove code committed in error from locally patched
11016                 source
11017
11018 2002-06-23 [colin]      0.7.8claws16
11019
11020         * src/compose.[ch]
11021                 add compose_entry_select(), used to select the default_to
11022                 email address - hopefully avoiding people sending mails to
11023                 wrong recipients.
11024
11025 2002-06-22 [alfons]     0.7.8claws15
11026
11027         * AUTHORS
11028                 add Bram Metsch & Stanislav Karchebny
11029         * src/smtp.[ch]
11030         * src/prefs_account.[ch]
11031         * src/send.c
11032                 - apply and adapt Bram's patch which allows user to set SMTP AUTH 
11033                   options.  (see <http://sourceforge.net/tracker/index.php
11034                   ?func=detail&aid=566937&group_id=25528&atid=384600>);
11035
11036                 - merge Stanislav's fix to make SMTP AUTH work with qmail
11037                   (see <http://www.tmtm.org/cgi-bin/w3ml/msg.cgi?ml=sylpheed&id=14343>)
11038
11039 2002-06-22 [paul]       0.7.8claws14
11040
11041         * sync with 0.7.8cvs5
11042                 see ChangeLog 2002-06-19 and 2002-06-20
11043
11044 2002-06-22 [alfons]     0.7.8claws13
11045
11046         * src/selective_download.c
11047                 fix a stupid mistake I made
11048
11049 2002-06-22 [alfons]     0.7.8claws12
11050
11051         * src/selective_download.[ch]
11052                 fix another unnoticed leak; cleanup code
11053
11054 2002-06-21 [alfons]
11055
11056         * tools/Makefile.am
11057                 gpg-sign <-- gpg-sign-syl
11058
11059 2002-06-21 [alfons]     0.7.8claws11
11060
11061         * src/selective_download.c
11062         * src/selective_download.h
11063                 fix assorted mix of allocation errors (should solve
11064                 problem reported by Philippe Gramoullé, see:
11065                 http://sourceforge.net/mailarchive/forum.php?thread_id=828668&forum_id=2006)
11066
11067 2002-06-20 [melvin]     0.7.8claws10
11068
11069         * tools/gpg-sign *REMOVED*
11070           tools/gpg-sign-syl *ADDED*
11071                 Replaced the gpg clearsigning script with the version using
11072                 xterm instead of ssh-askpass and changed its name.
11073
11074         * README.claws
11075                 Updated actions example to reflect the renaming of the
11076                 gpg clearsigning script.
11077
11078 2002-06-19 [paul]       0.7.8claws9
11079
11080         * sync with 0.7.8claws9
11081                 see ChangeLog 2002-06-18 and 2002-06-19
11082
11083 2002-06-19 [paul]       0.7.8claws8
11084
11085         * sync with 0.7.8cvs1
11086                 see ChangeLog 2002-06-18
11087
11088 2002-06-18 [alfons]     0.7.8claws7
11089
11090         * src/mainwindow.h
11091                 add omitted prototype
11092
11093 2002-06-17 [paul]       0.7.8claws6
11094
11095         * src/mainwindow.c
11096                 fix hiding of exec_btn
11097
11098 2002-06-17 [paul]       0.7.8claws5
11099
11100         * src/pop.c
11101                 remove unneeded code: should_delete() 
11102                 and Pop3State::uidl_todelete_list
11103
11104 2002-06-17 [paul]       0.7.8claws4
11105
11106         * sync with 0.7.8
11107                 see ChangeLog 2002-06-11 and 2002-06-13
11108
11109 2002-06-16 [alfons]     0.7.8claws3
11110         
11111         * src/folder.c
11112                 make sure lock sort mode (claws specific) is
11113                 also persists after a tree rescan
11114
11115 2002-06-16 [alfons]     0.7.8claws2
11116
11117         * src/prefs_folder_item.c
11118         * src/folder.[ch]
11119                 fix persistence of folder sort mode (broken
11120                 by adapting Hiro's new folder persistence code)
11121
11122 2002-06-16 [alfons]     0.7.8claws1
11123
11124         * AUTHORS
11125         * src/logwindow.c
11126         * src/prefscommon.[ch]
11127                 control size of log text in log window; 
11128                 closes patch #569155 submitted by Mitko Haralanov.
11129
11130 2002-06-15 [paul]       0.7.8claws
11131
11132         * release of 0.7.8claws
11133
11134 2002-06-15 [paul]       0.7.7claws
11135
11136         * po/pt_BR.po
11137                 updated by Fabio Junior Beneditto
11138
11139 2002-06-14 [paul]       0.7.6claws49
11140
11141         * po/es.po
11142                 updated by Ricardo Mones Lastra
11143
11144 2002-06-14 [paul]       0.7.6claws48
11145
11146         * po/nl.po
11147                 updated translation by Wilbert Berendsen
11148
11149 2002-06-14 [melvin]     0.7.6claws47
11150
11151         * po/fr.po
11152                 Updated French translation
11153
11154 2002-06-13 [paul]       0.7.6claws46
11155
11156         * src/filesel.c
11157                 allow filename to be typed in, rather than just
11158                 selected by the mouse. Patch by Gustavo Noronha Silva.
11159
11160 2002-06-13 [alfons]     0.7.6claws45
11161
11162         * src/mainwindow.[ch]
11163                 more cleanups (removing unnecessary menu items Expand 
11164                 summary / message view)
11165
11166 2002-06-13 [melvin]     0.7.6claws44
11167
11168         * po/POTFILES.in
11169                 Added src/string_match.c
11170         * src/string_match.c
11171                 Fixed possible buffer overflow.
11172                 Corrected typo.
11173                 Added missing config.h header.
11174         * src/prefs_common.c
11175           src/prefs_matcher.c
11176           src/prefs_scoring.c
11177                 Made some strings translatable (missing _(..)).
11178
11179 2002-06-13 [melvin]     0.7.6claws43
11180
11181         * README.claws
11182                 Corrected action example (verifying clearsigned mail).
11183         * src/prefs_account.c
11184                 Corrected typo.
11185         * src/prefs_common.c
11186                 Removed incorrect line that generated a Gtk-CRITICAL msg.
11187
11188 2002-06-12 [alfons]     0.7.6claws42
11189
11190         * src/summaryview.c
11191                 add init of score column lost in 0.7.6claws42
11192
11193 2002-06-12 [paul]       0.7.6claws41
11194
11195         * src/prefs_account.c
11196                 CREATE_RADIO_BUTTONS(): fixed a typo and corrected the 
11197                 behavior of the radio buttons, (from 0.7.7cvs2)
11198
11199 2002-06-11 [alfons]     0.7.6claws40
11200
11201         * src/messageview.[ch]
11202         * src/summaryview.[ch]
11203         * src/summary_search.c
11204         * src/mainwindow.c
11205                 perform a sync to bring in Hiro's separate view implementation 
11206
11207                 (NOTE: may still be buggy; 0.7.6claws39 marked as LAST_STABLE)
11208
11209 2002-06-11 [paul]       0.7.6claws39
11210         
11211         * src/prefs_account.c
11212                 correct a typo on the Receive tab
11213
11214 2002-06-10 [match]      0.7.6claws38
11215
11216         * src/addressbook.c
11217                 Included address completion patch from Gustavo Noronha.
11218
11219 2002-06-10 [paul]       0.7.6claws37
11220
11221         * src/inc.[ch]
11222           src/pop.c
11223           src/prefs_account.[ch]
11224           src/selective_download.[ch]
11225                 apply PATCH #561712
11226                  NEW:
11227                 - check if POP Account
11228                 - Receive Button renamed to Preview
11229                 - Preview Button Popup: preview new/all messages
11230                 - Download Button
11231                 - Account Preferences-->Receive tab checkbutton if you
11232                   want to remove Mail after Download
11233                 -: default YES
11234                 - Account Preferences-->Receive tab checkbutton use
11235                   filtering rules on preview
11236                   (think of delete_on_server)
11237                 -: default YES
11238                 - Account selectable from SD dialog
11239                 - checkbutton to show already downloaded messages if
11240                   all messages are previewed
11241                 - new clist column showing Date
11242                 - ESC KEY close
11243                 FIXES:
11244                 - play ball with UIDL
11245                 - fault tolerant (?) 
11246                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
11247
11248 2002-06-10 [melvin]     0.7.6claws36
11249
11250         * README.claws
11251                 Added a hint to ac/README in cvs instructions.
11252
11253         * src/prefs_actions.c
11254                 Made it possible to use a more elaborate command line
11255                 for asynchronous actions, too.
11256
11257 2002-06-10 [melvin]     0.7.6claws35
11258         
11259         * src/prefs_actions.c
11260                 Make it possible to use a more elaborate command line
11261                 (e.g. |foo|bar|cat>there;echo Done|)
11262                 Corrected error message when calling %f, %F and %p commands
11263                 from the compose window.
11264
11265 2002-06-09 [colin]      0.7.6claws34
11266
11267         * src/summaryview.c
11268                 Automatically find unread messages in current folder
11269                 before annoying the user.
11270
11271 2002-06-08 [alfons]     0.7.6claws33
11272
11273         * po/it.po
11274                 remove bad formatting string in it.po translation
11275                 (close "[ 548336 ] --debug segfaults!!! with it_IT@euro")
11276
11277 2002-06-08 [paul]       0.7.6claws32
11278
11279         * sync with 0.7.6cvs25
11280                 see ChangeLog 2002-06-07
11281
11282 2002-06-05 [paul]       0.7.6claws31
11283
11284         * src/mainwindow.c
11285                 add 'Sort by locked' and 'Sort by score'
11286
11287 2002-06-05 [paul]       0.7.6claws30
11288
11289         * sync with 0.7.6cvs24
11290                 see ChangeLog 2002-06-04
11291
11292 2002-06-04 [paul]       0.7.6claws29
11293
11294         * po/pt_BR.po
11295                 updated by Fabio Junior Beneditto
11296
11297 2002-06-03 [thorsten]   0.7.6claws28
11298
11299         * src/matcher.c
11300                 fclose() matcherrc after reading
11301
11302 2002-06-03 [paul]       0.7.6claws27
11303
11304         * sync with 0.7.6cvs21
11305                 see ChangeLog 2002-05-31
11306
11307 2002-05-31 [paul]       0.7.6claws26
11308
11309         * sync with 0.7.6cvs20
11310                 see ChangeLog 2002-05-29 and 2002-05-30
11311
11312 2002-05-31 [paul]       0.7.6claws25
11313
11314         * src/imap.c
11315                 hopefully fix last buggy sync
11316
11317         * README.claws
11318                 correct typo in 'Actions' examples
11319
11320 2002-05-29 [paul]       0.7.6claws24
11321
11322         * sync with 0.7.6cvs18
11323                 see ChangeLog 2002-05-28 and 2002-05-29
11324
11325         * src/news.c
11326           src/nntp.[ch]
11327                 sync with above 
11328
11329 2002-05-28 [paul]       0.7.6claws23
11330
11331         * sync with 0.7.6cvs16
11332                 see ChangeLog 2002-05-28
11333
11334 2002-05-27 [thorsten]   0.7.6claws22 
11335
11336         * faq/it/sylpheed-faq-1.html
11337           faq/it/sylpheed-faq-2.html
11338           faq/it/sylpheed-faq-3.html
11339           faq/it/sylpheed-faq.html
11340                 corrected DOS lineendings
11341         * faq/de/sylpheed-faq-1.html
11342           faq/de/sylpheed-faq-2.html
11343           faq/en/sylpheed-faq-1.html
11344           faq/en/sylpheed-faq-2.html
11345           faq/en/sylpheed-faq-3.html
11346           faq/es/sylpheed-faq-1.html
11347           faq/es/sylpheed-faq-2.html
11348           faq/es/sylpheed-faq-3.html
11349           faq/fr/sylpheed-faq-1.html
11350           faq/it/sylpheed-faq-1.html
11351           faq/it/sylpheed-faq-2.html
11352           faq/it/sylpheed-faq-3.html
11353           faq/it/sylpheed-faq.html
11354                 changed ">" to &quot;
11355
11356 2002-05-27 [paul]       0.7.6claws21
11357         
11358         * sync with 0.7.6cvs15
11359                 see ChangeLog 2002-05-27
11360
11361 2002-05-27 [paul]       0.7.6claws20
11362
11363         * src/prefs_account.c
11364                 correct a typo
11365
11366 2002-05-26 [paul]       0.7.6claws19
11367
11368         * tools/README
11369                 correct a typo
11370
11371 2002-05-25 [paul]       0.7.6claws18
11372
11373         * tools/README
11374                 add description of kmail2sylpheed.pl
11375
11376 2002-05-25 [paul]       0.7.6claws17
11377
11378         * tools/kmail2sylpheed.pl       ** NEW FILE **
11379                 perl script that converts an exported Kmail address
11380                 book, converts it to sylpheed addressbook file,
11381                 writes the file to .sylpheed, and updates
11382                 addrbook--index.xml 
11383
11384 2002-05-25 [paul]       0.7.6claws16
11385
11386         * sync with 0.7.6cvs14
11387                 see ChangeLog 2002-05-23
11388
11389 2002-05-24 [paul]       0.7.6claws15
11390
11391         * README.claws
11392                 make a correction and add some more info
11393
11394 2002-05-24 [paul]       0.7.6claws14
11395
11396         * src/compose.c
11397                 fix memory leak in 
11398                 compose_redirect_write_headers_from_headerlist()
11399                 add Subject and Resent-Message-ID to
11400                 compose_redirect_write_headers()
11401                 Received, Subject, and X-UIDL are filtered out in 
11402                 compose_redirect_write_to_file()
11403
11404 2002-05-23 [paul]       0.7.6claws13
11405
11406         * src/compose.[ch]
11407           src/filtering.c
11408           src/mainwindow.c
11409           src/matcher.[ch]
11410           src/matcher_parser_lex.l
11411           src/matcher_parser_parse.y
11412           src/prefs_common.[ch]
11413           src/prefs_filtering.c
11414           src/summaryview.c
11415                 rename 'Bounce' to 'Redirect'
11416
11417 2002-05-23 [paul]       0.7.6claws12
11418
11419         * more sync with 0.7.6cvs13
11420           src/compose.c
11421                 see ChangeLog 2002-05-22
11422
11423 2002-05-22 [paul]       0.7.6claws11
11424
11425         * sync with 0.7.6cvs13
11426           src/codeconv.c
11427                 see ChangeLog 2002-05-20
11428           src/prefs_common.c
11429                 see ChangeLog 2002-05-22
11430
11431 2002-05-21 [melvin]     0.7.6claws10
11432
11433         * src/folderview.c
11434                 Added missing filtering and scoring headers
11435                 Fixed bad function call that showed garbage 
11436                 in Folder->Processing
11437
11438 2002-05-21 [paul]       0.7.6claws9
11439
11440         * tools/Makefile.am
11441                 make all tools executable, (patch by Alfons).
11442
11443 2002-05-20 [alfons]     0.7.6claws8
11444
11445         * src/procheader.c
11446                 don't forget to call mktime() so we have a valid week 
11447                 and year day
11448                 (Bug report by Roger Sondermann <mail@jumaros.de>)
11449
11450 2002-05-20 [paul]       0.7.6claws7
11451
11452         * src/html.c
11453                 fix broken parsing of urls
11454         * src/textview.c
11455                 fix displaying of urls
11456
11457                 both fixes from the patch [547855] by Eugene 
11458                 Brevdo (zonem)
11459
11460 2002-05-19 [alfons]     0.7.6claws6
11461
11462         * configure.in
11463                 make sylpheed configure correctly with the latest
11464                 and greatest of automake / autoconf / gettext
11465
11466 2002-05-19 [alfons]     0.7.6claws5
11467
11468         * src/procheader.c
11469         * src/procheader.h
11470                 add function for returning ime zone offset
11471         * src/quote_fmt.c
11472         * src/quote_fmt_parse.y
11473                 better quotation formatting - does not convert
11474                 to local time, but uses the original date string.
11475                 
11476                 Note: %z inserts the timezone offset (should 
11477                 work also on platforms where strftime does not
11478                 support %z).
11479
11480 2002-05-18 [christoph]  0.7.6claws4
11481
11482         * src/summaryview.c
11483                 fix indentation of some code
11484         * tools/Makefile.am
11485                 fix spaces after \
11486         * src/Makefile.am
11487                 add missing \
11488                 correct path for ignorethread.xpm
11489                 incorrect filename for sylpheed_logo.xpm
11490                 add missing include matcher_parser_parse.h
11491
11492 2002-05-18 [paul]       0.7.6claws3
11493
11494         * sync with 0.7.6cvs8
11495                 see ChangeLog 2002-05-16 and 2002-05-17
11496
11497 2002-05-18 [melvin]     0.7.6claws2
11498
11499         * README.claws
11500                 Corrected an action's definition and fixed some misspellings.
11501
11502 2002-05-18 [paul]       0.7.6claws1
11503
11504         * tools/Makefile.am
11505           tools/gpg-sign        ** new file **
11506           tools/uudec           ** new file **
11507                 add Melvin's Actions scripts
11508
11509         * README.claws
11510                 add Melvin's descriptions for Actions
11511
11512 2002-05-18 [paul]       0.7.6claws
11513
11514         * Version 0.7.6claws released
11515
11516 2002-05-17 [paul]       0.7.5claws32
11517
11518         * po/es.po
11519                 updated by Ricardo Mones Lastra
11520
11521 2002-05-17 [paul]       0.7.5claws31
11522
11523         * src/compose.c
11524                 fix Account prefs default folder for sent/draft/deleted
11525                 messages bug
11526
11527         * po/it.po
11528           po/nl.po
11529                 updated translation by Alessandro Maestri and
11530                 Wilbert Berendsen
11531
11532 2002-05-17 [melvin]     0.7.5claws30
11533
11534         * src/prefs_actions.c
11535                 Fixed bug where using %F not at the end of the command 
11536                 resulted in an additional empty argument being created.
11537                 Thanks to Darko Koruga for reporting the bug.
11538
11539 2002-05-17 [melvin]     0.7.5claws29
11540
11541         * po/fr.po
11542                 Updated French translations.
11543
11544 2002-05-15 [paul]       0.7.5claws28
11545         
11546         * po/es.po
11547                 updated by Ricardo Mones Lastra
11548
11549 2002-05-15 [paul]       0.7.5claws27
11550
11551         * sync with 0.7.6cvs4
11552                 see ChangeLog 2002-05-14 and 2002-05-15
11553
11554 2002-05-14 [paul]       0.7.5claws26
11555
11556         * sync with 0.7.6cvs1
11557                 see ChangeLog 2002-05-13
11558
11559 2002-05-13 [thorsten]   0.7.5claws25
11560
11561         * src/messageview.c
11562                 fix select_all and copy in multipart messages
11563         * src/mainwindow.c
11564                 fix select_all and copy in multipart messages
11565
11566 2002-05-12 [paul]       0.7.5claws24
11567
11568         * src/summaryview.c
11569                 reverse last commit, bug already fixed in 0.7.5claws3
11570
11571 2002-05-12 [netztorte]  0.7.5claws23
11572
11573         * src/summaryview.c
11574                 dont parse empty addressbook (checked in before claws20)
11575
11576 2002-05-12 [melvin]     0.7.5claws22
11577
11578         * src/procmsg.[ch]
11579                 Removed unneeded priority code introduced by the previous 
11580                 commit.
11581
11582 2002-05-12 [melvin]     0.7.5claws21
11583
11584         * src/compose.[ch]
11585                 Added possibility to set message's priority.
11586         * src/procmsg.[ch]
11587                 Added possibility to set message's priority.
11588                 Added missing headers
11589
11590 2002-05-12 [melvin]     0.7.5claws20
11591
11592         * src/prefs_actions.c
11593                 Removed implicitely added quotes around the name
11594                 of the temporary files of mime parts.
11595
11596 2002-05-12 [paul]       0.7.5claws19
11597
11598         * sync with 0.7.5cvs20
11599                 see ChangeLog 2002-05-11
11600
11601 2002-05-12 [alfons]     0.7.5claws18
11602
11603         * src/quote_fmt_lex.l
11604         * src/quote_fmt_parse.y
11605                 allow quote / reply date & time format to be set using
11606                 %D{format}. format is a format string you'd pass to
11607                 strftime() (see man strftime, or the Display tab |
11608                 Date format setting).
11609
11610                 Currently %D converts the date to local time. 
11611
11612 2002-05-11 [paul]       0.7.5claws17
11613
11614         * sync with 0.7.5cvs19 (except src/prefs_folder_item.c)
11615                 see ChangeLog 2002-05-10 and 2002-05-11
11616
11617 2002-05-10 [paul]       0.7.5claws16
11618
11619         * sync with 0.7.5cvs16
11620                 see ChangeLog entries 2002-05-09 and 
11621                 2002-05-10
11622
11623 2002-05-10 [colin]      0.7.5claws15
11624
11625         * src/textview.c
11626                 Corrected a bug that prevented sylpheed to open
11627                 double-clicked URIs.
11628
11629 2002-05-09 [paul]       0.7.5claws14
11630
11631         * sync with 0.7.5cvs14
11632                 see ChangeLog 2002-05-08 and 2002-05-09
11633
11634 2002-05-08 [paul]       0.7.5claws13
11635
11636         * sync with 0.7.5cvs11
11637                 see ChangeLog entry 2002-05-08
11638
11639 2002-05-08 [paul]       0.7.5claws12
11640
11641         * src/mainwindow.c
11642           src/textview.[ch]
11643                 fix segfault on View->Open in new window
11644                 patch submitted by Thorsten Maerz <torte@netztorte.de>
11645
11646 2002-05-07 [paul]       0.7.5claws11
11647
11648         * sync with 0.7.5cvs9
11649                 see ChangeLog entry 2002-05-07
11650
11651 2002-05-06 [paul]       0.7.5claws10
11652
11653         * src/messageview.c
11654           src/textview.c
11655                 display url in statusbar on single-click
11656                 patch submitted by Thorsten Maerz <torte@netztorte.de>
11657
11658 2002-05-06 [match]      0.7.5claws9
11659
11660         * src/addritem.[ch]
11661                 new functions.
11662         * src/addrcache.c
11663                 tidy up.
11664         * src/xmlprops.[ch]
11665                 XML implementation of properties file.
11666         * src/exporthtml.[ch]
11667         * src/expthtmldlg.[ch]
11668         * src/addressbook.c
11669                 export to HTML.
11670
11671 2002-05-02 [sergey]     0.7.5claws8
11672
11673         * src/mainwindow.c (mainwin_entries),
11674           src/prefs_common.c (prefs_send_create()),
11675           src/codeconv.c (locale_table):
11676                 use charset name "Windows-1251" instead of "CP1251".
11677
11678 2002-05-02 [colin]      0.7.5claws7
11679         
11680         * src/compose.c
11681           src/prefs_common.c
11682           src/prefs_folder_item.c
11683                 Fixed cosmetics bugs due to Outbox renamed to Sent.
11684
11685 2002-05-02 [hiro]       0.7.5claws6
11686
11687         * src/imap.c
11688                 sync the change for QUOTE_IF_REQUIRED() macro with 0.7.5cvs7.
11689
11690 2002-05-02 [paul]       0.7.5claws5
11691
11692         * src/compose.c
11693                 more sync with 0.7.5cvs7, see ChangeLog entry
11694                 2002-05-02
11695
11696 2002-05-02 [hiro]       0.7.5claws4
11697
11698         * src/compose.c
11699                 compose_queue_sub():
11700                 check if queue folder exists (closes #550397).
11701                 removed directory creation since it should be handled
11702                 transparently.
11703         * src/imap.c
11704                 imap_add_msg(): return UID for appended message
11705                 (closes #548842).
11706
11707 2002-04-30 [paul]       0.7.5claws3
11708
11709         * src/summaryview.c
11710                 fix account_find_from_address() bug
11711
11712 2002-04-28 [colin]      0.7.5claws2
11713
11714         * src/compose.c
11715           src/textview.c
11716           src/prefs_common.[ch]
11717           src/utils.[ch]
11718                 Added user-definable quotation characters recognition.
11719
11720 2002-04-28 [paul]       0.7.5claws1
11721
11722         * sync with 0.7.5cvs4
11723                 see ChangeLog entry  2002-04-25
11724
11725 2002-04-28 [paul]       0.7.5claws
11726
11727         * po/es.po
11728           po/nl.po
11729           po/pt_BR.po
11730                 updated by Ricardo Mones Lastra, Wilbert Berendsen, and
11731                 Fabio Junior Beneditto
11732
11733 2002-04-27 [jens]       0.7.4claws103
11734
11735         * po/de.po
11736                 updated German translation.
11737
11738 2002-04-27 [hiro]       0.7.4claws102
11739
11740         * src/summaryview.c
11741                 summary_write_cache(): fixed the mark loss of hidden messages.
11742
11743 2002-04-26 [melvin]     0.7.4claws101
11744
11745         * src/procmsg.c
11746                 fixed a second typo (same one)
11747         * po/fr.po
11748           po/it.po
11749           po/pt_BR.po
11750                 fixed the type again...
11751
11752 2002-04-26 [melvin]     0.7.4claws100
11753
11754         * src/procmsg.c
11755                 fixed a typo in an alert message ("temorary").
11756         * po/it.po
11757         * po/pt_BR.po
11758                 corrected the typo  described above.
11759         * po/fr.po
11760                 updated French translation.
11761
11762 2002-04-26 [darko]      0.7.4claws99
11763
11764         * src/summaryview.c
11765                 fix target folder colorization
11766
11767 2002-04-25 [paul]       0.7.4claws98
11768
11769         * po/it.po
11770                 updated by Alessandro Maestri
11771
11772 2002-04-24 [colin]      0.7.4claws97
11773         
11774         * src/compose.c
11775                 Fixed double "subject is empty" question.
11776
11777 2002-04-23 [colin]      0.7.4claws96
11778         
11779         * src/mimeview.c
11780                 Corrected issue when "automatically display images" was
11781                 not set : first image remained after selecting second.
11782
11783 2002-04-23 [melvin]     0.7.4claws95
11784
11785         * src/prefs_actions.c
11786                 Don't display in/out dialog if there is nothing to show.
11787
11788 2002-04-23 [paul]       0.7.4claws94
11789
11790         * sync with 0.7.5cvs3
11791                 bug fixes: see ChangeLog entry 2002-04-23
11792
11793 2002-04-22 [darko]      0.7.4claws93
11794
11795         * src/compose.c
11796                 fix previous check-in which changed code after
11797                 merge from main
11798
11799 2002-04-22 [paul]       0.7.4claws92
11800
11801         * faq/de/*
11802                 add German FAQ
11803         * faq/en/*
11804           faq/es/*
11805           faq/fr/*
11806                 update English, Spanish and French FAQs
11807         * manual/de/*
11808           manual/es/*
11809                 add German and Spanish manuals
11810         * manual/en/*
11811           manual/fr/*
11812                 update English and French manuals
11813
11814         * src/Makefile.am
11815                 add to and re-arrange the pixmap entries
11816
11817 2002-04-22 [darko]      0.7.4claws91
11818
11819         * src/compose.c
11820                 fix sender initials recognition to only allow
11821                 '>' after the initials
11822
11823 2002-04-21 [paul]       0.7.4claws90
11824
11825         * sync with 0.7.5 release
11826                 see ChangeLog entry 2002-04-21
11827
11828 2002-04-21 [alfons]
11829
11830         * src/Makefile.am
11831                 add colin's new pixmaps to EXTRA_DIST
11832
11833 2002-04-21 [colin]      0.7.4claws89
11834         * src/compose.c
11835         * src/inc.c
11836         * src/mainwindow.[ch]
11837         * src/prefs_common.[ch]
11838         * src/stock_pixmap.[ch]
11839                 Added "Work offline" ability.
11840
11841 2002-04-21 [colin]      0.7.4claws88
11842         
11843         * src/mimeview.c
11844         * src/prefs_common.c
11845         * src/prefs_common.h
11846         * src/textview.c : Added an option to common preferences -> display
11847           to allow user not to automatically display images.
11848
11849 2002-04-21 [paul]       0.7.4claws87
11850
11851         * sync with 0.7.4cvs52
11852                 see ChangeLog entry 2002-04-21 (src/imap.c)
11853
11854 2002-04-21 [paul]       0.7.4claws86
11855
11856         * sync with 0.7.4cvs51
11857                 see ChangeLog entry 2002-04-21
11858
11859 2002-04-21 [paul]       0.7.4claws85
11860
11861         * sync with 0.7.4cvs49
11862                 see ChangeLog entries 2002-04-20 and 2002-04-21
11863
11864         * src/Makefile.am
11865                 clean up: remove old 'stock_' element from xpm 
11866                 filenames.
11867
11868 2002-04-21 [alfons]     0.7.4claws84
11869
11870         apply sync patch from Paul
11871
11872         * src/folderview.c
11873                 use old claws prefs_folder_item_create() for now
11874
11875 2002-04-19 [match]      0.7.4claws83
11876
11877         * src/addressbook.[ch]
11878         * src/addrharvest.[ch]
11879         * src/addrgather.[ch]
11880                 recurse folders.
11881         * src/mainwindow.c
11882         * src/summaryview.[ch]
11883                 change menu option.
11884
11885 2002-04-19 [paul]       0.7.4claws82
11886
11887         * po/pt_BR.po
11888                 updated by Fabio Junior Beneditto
11889
11890 2002-04-14 [alfons]     0.7.4claws81
11891
11892         * src/passphrase.c
11893                 add #include <sys/types.h> for mode_t and off_t 
11894
11895 2002-04-13 [paul]       0.7.4claws80
11896         
11897         * src/main.c
11898           src/passphrase.[ch]
11899           src/pgptext.c
11900           src/prefs_common.[ch]
11901           src/rfc2015.c
11902                 enable storing of GnuPG passphrase for the whole 
11903                 session or a user-defined number of minutes. patch 
11904                 submitted by Ravemax <ravemax@dextrose.com>
11905
11906 2002-04-13 [alfons]     0.7.4claws79
11907
11908         * src/textview.c
11909                 make email parser also stop scanning when encountering separators
11910                 ',' and ';' (reported by Fabien Vantard <fvantard@opsion.fr>)
11911
11912 2002-04-13 [paul]       0.7.4claws78
11913
11914         * sync with 0.7.4cvs39
11915                 see ChangeLog entry 2002-04-12
11916
11917 2002-04-11 [paul]       0.7.4claws77
11918
11919         * sync with 0.7.4cvs37
11920                 see ChangeLog entry 2002-04-11
11921
11922 2002-04-11 [paul]       0.7.4claws76
11923
11924         * COPYING 
11925                 re-licensed (removal of "NO-VIRUS CLAUSE" and addition of
11926                 the clause for OpenSSL). sync with sylpheed main
11927
11928 2002-04-09 [melvin]     0.7.4claws75
11929
11930         * src/compose.c
11931                 Made 'Ctrl-Enter' on send ignore some modifiers 
11932                 (LOCK_MASK, MOD2, MOD3, MOD4, MOD5). Make it possible
11933                 to bind other *-Enter (but not Alt-Enter).
11934
11935 2002-04-09 [paul]       0.7.4claws74
11936
11937         * sync with 0.7.4cvs35
11938                 see ChangeLog entries 2002-04-09
11939
11940 2002-04-08 [paul]       0.7.4claws73
11941
11942         * sync with 0.7.4cvs33
11943                 see ChangeLog entry 200-04-08
11944
11945 2002-04-07 [match]      0.7.4claws72
11946
11947         * src/addrharvest.[ch]
11948                 fixed to read all addresses in header, regardless
11949                 of header size. improved name parsing. accommodate
11950                 harvest from folders and selected message.
11951         * src/addritem.[ch]
11952                 included new address parsing function.
11953         * src/addrgather.[ch]
11954         * src/addressbook.[ch]
11955         * src/summaryview.[ch]
11956         * src/mainwindow.c
11957                 allow address harvest of folder as well as selected
11958                 messages.
11959
11960 2002-04-07 [paul]       0.7.4claws71
11961
11962         * src/esmtp.[ch]
11963           src/smtp.c
11964                 don't try to authenticate with CRAM-MD5 in SMTP when 
11965                 SMTP-AUTH enabled if MTA doesn't issue this 
11966                 auth-method in it's ehlo-response. bug item #531364,
11967                 patch item #938910. patch submitted by Colin Leroy 
11968                 <colin@colino.net>
11969
11970 2002-04-07 [paul]       0.7.4claws70
11971
11972         * src/nntp.c
11973                 fix missing MODE_READER bug. patch submitted by
11974                 Colin Leroy <colin@colino.net>
11975
11976 2002-04-07 [alfons]     0.7.4claws69
11977
11978         * src/matcher.[ch]
11979         * src/prefs_filtering.c
11980         * src/summaryview.c
11981                 escape \' and \" in strings passed as filtering strings; bug report by Alex Evseev.
11982                 (see http://www.geocrawler.com/lists/3/SourceForge/11619/25/8279435/)
11983
11984 2002-04-07 [paul]       0.7.4claws68
11985
11986         * sync with 0.7.4cvs32
11987                 see ChangeLog entry 2002-04-06
11988
11989         * tools/filter_conv.pl
11990                 more bug fixes
11991
11992 2002-04-06 [paul]       0.7.4claws67
11993
11994         * tools/filter_conv.pl
11995                 modify to be able to find the name of the first
11996                 mailbox and use that. main's filter does not
11997                 record the full path to the mailbox and therefore
11998                 can only filter to the first mailbox.
11999
12000 2002-04-05 [paul]       0.7.4claws66
12001
12002         * tools/filter_conv.pl
12003                 attempt to make the script all-encompassing and
12004                 be able to convert any main 'filter' rule thrown
12005                 at it
12006
12007 2002-04-05 [paul]       0.7.4claws65
12008
12009         * tools/filter_conv.pl
12010                 allow for collapsed folder trees
12011
12012 2002-04-05 [paul]       0.7.4claws64
12013
12014         * sync with 0.7.4cvs31
12015                 see ChangeLog entries 2002-04-05
12016
12017 2002-04-03 [paul]       0.7.4claws63
12018
12019         * sync with 0.7.4cvs29
12020                 see ChangeLog entries 2002-04-02 and 2002-04-03
12021
12022 2002-04-02 [paul]       0.7.4claws62
12023
12024         * sync with 0.7.4cvs26
12025                 see ChangeLog entry 2002-04-01
12026
12027 2002-04-02 [match]      0.7.4claws61
12028
12029         * src/pine.[ch]
12030         * src/importpine.[ch]
12031         * src/addressbook.c
12032                 import Pine address book.
12033
12034 2002-04-02 [match]      0.7.4claws60
12035
12036         * src/addrharvest.[ch]
12037                 improve address parsing of funky addresses.
12038
12039 2002-04-02 [darko]      0.7.4claws59
12040
12041         * src/compose.c
12042                 wrap on send improvements, it now recognizes quoted
12043                 initials as part of the quotation string, and it
12044                 does not join lines separated by CR
12045
12046 2002-04-01 [match]      0.7.4claws58
12047
12048         * src/mgutils.[ch]
12049                 added new functions.
12050         * src/mutt.[ch]
12051                 remove excessive duplicate address generation
12052                 on import.
12053
12054 2002-04-01 [alfons]     0.7.4claws57
12055         
12056         * src/summaryview.c
12057                 put back g_free() 
12058
12059 2002-04-01 [paul]       0.7.4claws56
12060
12061         * sync with 0.7.4cvs25
12062                 see ChangeLog entry 2002-04-01
12063
12064 2002-04-01 [alfons]     0.7.4aprilfool55
12065
12066         * src/summaryview.c
12067                 honour feature request item #537427 to allow for
12068                 displaying names from address book for sent mail also
12069
12070 2002-03-29 [paul]       0.7.4claws54
12071
12072         * src/mainwindow.c
12073           src/prefs_filtering.[ch]
12074           src/prefs_matcher.c
12075           src/summaryview.c
12076                 add 'fast filter' for claws' filtering,
12077                 /Tools/Create filter rule/... patch submitted
12078                 by Neill Miller <neillm@thecodefactory.org>
12079
12080 2002-03-29 [paul]       0.7.4claws53
12081
12082         * sync with 0.7.4cvs24
12083                 see ChangeLog entry 2002-03-29
12084
12085 2002-03-28 [paul]       0.7.4claws52
12086
12087         * sync with 0.7.4cvs23
12088                 see ChangeLog entry 2002-03-28
12089
12090 2002-03-27 [melvin]     0.7.4claws51
12091
12092         * src/prefs_actions.c
12093                 Added support to pass only one message part (as a
12094                 file) to the command using '%p'. No quotes are needed
12095                 because doubles quotes are automatically added.
12096                 Fixed bug where Sylpheed could block when waiting for
12097                 a child process to finish.
12098                 Changed the help menu to remove quotes around symbols to 
12099                 avoid misinterpretation (they must not be used).
12100
12101 2002-03-27 [melvin]     0.7.4claws50
12102
12103         * src/inc.c
12104                 Made the new mail notification command always 
12105                 execute asynchronously.
12106
12107 2002-03-27 [paul]       0.7.4claws49
12108
12109         * src/compose.c
12110                 fix bug introduced in last commit
12111
12112 2002-03-27 [paul]       0.7.4claws48
12113
12114         * sync with 0.7.4cvs21
12115                 see ChangeLog 2002-03-26 and 2002-03-27
12116
12117 2002-03-26 [hoa]        0.7.4claws47
12118
12119         * src/prefs_folder_item.c
12120                 really fixed the bug #516442 with folder rescan.
12121
12122 2002-03-26 [paul]       0.7.4claws46
12123
12124         * sync with 0.7.4cvs19
12125                 see ChangeLog entries 2002-03-25 and 2002-03-26
12126
12127 2002-03-25 [hoa]        0.7.4claws45
12128
12129         * src/matcher.c
12130         * src/mh.c
12131                 fix the bug #516442 with folder rescan.
12132
12133         * src/prefs_common.[ch]
12134         * src/compose.c
12135                 added an option to enable two different behaviours
12136                 for bounce.
12137
12138
12139 2002-03-25 [paul]       0.7.4claws44
12140
12141         * src/mainwindow.c
12142           src/selective_download.c
12143                 correct a few menuitem labels
12144
12145 2002-03-25 [christoph]  0.7.4claws43
12146
12147         * src/procmsg.c
12148                 fix non deleted tmp message in
12149                 procmsg_save_to_outbox
12150                 fix problems caused by sync with
12151                 main branch's procmsg_send_queue
12152
12153 2002-03-25 [paul]       0.7.4claws42
12154
12155         * src/quote_fmt.c
12156           src/quote_fmt_lex.l
12157           src/quote_fmt_parse.y
12158                 add Last name (%L) placeholder for quoting. 
12159                 patch submitted by Thorsten Thielen 
12160                 <thth@users.sourceforge.net>
12161
12162 2002-03-25 [paul]       0.7.4claws41
12163
12164         * src/utils.c
12165                 get full hostname. patch submitted by
12166                 Bob Woodside <rwoodside1@comcast.net>
12167
12168 2002-03-25 [paul]       0.7.4claws40
12169
12170         * src/account.c
12171           src/news.c
12172           src/nntp.[ch]
12173           src/prefs_account.[ch]
12174                 enable NNTP over SSL. patch submitted by
12175                 Pascal Jermini <pascal@infinity.hn.org>
12176
12177 2002-03-24 [paul]       0.7.4claws39
12178
12179         * src/prefs_common.c
12180                 make the arrangement of the Compose tab more
12181                 coherent
12182
12183         * src/mainwindow.c
12184                 fix some irregularities of style
12185
12186         * po/de.po
12187                 updated by Kilian Krause
12188
12189 2002-03-23 [paul]       0.7.4claws38
12190
12191         * po/pt_BR.po
12192                 updated by Fabio Junior Beneditto
12193
12194 2002-03-23 [paul]       0.7.4claws37
12195
12196         * src/mainwindow.c
12197                 move 'Gather addresses' to 'Tools' menu
12198                 make 'Selective download' sensitive
12199
12200 2002-03-23 [paul]       0.7.4claws36
12201
12202         * sync with 0.7.4cvs16
12203                 see ChangeLog entries 2002-03-23
12204
12205 2002-03-22 [christoph]  0.7.4claws35
12206
12207         * src/quote_fmt_parse.y
12208                 fix include program output
12209
12210 2002-03-22 [alfons]     0.7.4claws34
12211
12212         * src/pop.c
12213                 initialize GDate stack variable correctly (sorry!)
12214
12215 2002-03-22 [paul]       0.7.4claws33
12216
12217         * src/compose.c
12218           src/mainwindow.c
12219           src/prefs_actions.c
12220           src/prefs_common.c
12221                 rename 'Tool' to 'Tools'
12222
12223         * src/mainwindow.c
12224                 move 'Delete duplicated messages' from
12225                 'Message/' to 'Tools/'
12226                 re-arrange the order of 'Tools/' items
12227
12228 2002-03-22 [paul]       0.7.4claws32
12229
12230         * src/addr_compl.c
12231           src/addressbook.[ch]
12232                 auto-address completion now also matches on
12233                 Nickname. patch submitted by Bob Forsman 
12234                 <hammor@users.sourceforge.net>
12235
12236         * src/editaddress.c
12237                 correct a spelling mistake
12238
12239 2002-03-22 [alfons]     0.7.4claws31
12240
12241         * src/pop.c
12242                 fix getting uidl from incorrect string 
12243                 (spotted by Colin)
12244
12245 2002-03-21 [alfons]     0.7.4claws30
12246
12247         * src/pop.c
12248                 more code refactoring
12249                 plug mem leak introduced by delete on server
12250
12251 2002-03-21 [paul]       0.7.4claws29
12252
12253         * sync with 0.7.4cvs11
12254                 see ChangeLog entries 2002-03-20
12255
12256 2002-03-20 [alfons]     0.7.4claws28
12257
12258         * src/inc.c
12259                 apply Colin's patch and refactor
12260
12261 2002-03-20 [paul]       0.7.4claws27
12262
12263         * sync with sylpheed 0.7.4cvs9
12264                 see ChangeLog entry 2002-03-20
12265
12266 2002-03-19 [christoph]  0.7.4claws26
12267
12268         * src/mh.c
12269         * src/procmsg.[ch]
12270         * src/summaryview.c
12271                 revert changes for flag updates
12272                 (does not work correctly and no time to debug)
12273
12274 2002-03-20 [alfons]     0.7.4claws25
12275
12276         * src/pop.c
12277                 refactor should_delete() a little bit 
12278
12279 2002-03-19 [paul]       0.7.4claws24
12280
12281         * src/inc.[ch]
12282           src/pop.c
12283           src/prefs_account.[ch]
12284                 allow the user to leave downloaded mail on the 
12285                 server for n days. Patch submitted by Colin Leroy 
12286                 <colin@colino.net>
12287
12288 2002-02-19 [paul]       0.7.4claws23
12289
12290         * sync with sylpheed 0.7.4cvs8
12291                 see ChangeLog entries 2002-03-19
12292
12293 2002-03-18 [paul]       0.7.4claws22
12294
12295         * sync with sylpheed 0.7.4cvs6
12296                 see ChangeLog entry 2002-03-18
12297
12298 2002-03-18 [paul]       0.7.4claws21
12299
12300         * po/en_GB.po
12301                 add en_GB message catalogue
12302
12303         * src/mbox_folder.c
12304           src/prefs_account.c
12305           src/prefs_actions.c
12306                 correct a few spelling mistakes
12307
12308 2002-03-17 [alfons]     0.7.4claws20
12309
12310         * src/matcher.c
12311                 more stringent checks for NULL params when writing
12312                 filtering actions to a file
12313                 
12314 2002-03-17 [hoa]        0.7.3claws20
12315
12316         * src/news.c
12317                 fixed the count of new messages
12318
12319         * src/compose.c
12320                 fixed the "attachment properties" window
12321
12322 2002-03-17 [paul]       0.7.4claws19
12323
12324         * src/defs.h
12325           src/folder.h
12326           src/news.c
12327           src/prefs_account.[ch]
12328           src/procmsg.[ch]
12329           src/summaryview.c
12330                 automatically mark cross-posted messages as read 
12331                 and (optionally) give them a colour label
12332                 Patch submitted by Stefaan Eeckels <Stefaan.Eeckels@eec.lu>
12333                 
12334
12335 2002-03-17 [paul]       0.7.4claws18
12336
12337         * sync with sylpheed 0.7.4cvs5
12338                 see ChangeLog entry 2002-03-17
12339
12340 2002-03-17 [melvin]     0.7.4claws17
12341         
12342         * src/textview.c
12343                 Worked around a gtktext 'bug': when searching for 
12344                 a text in a long message it was scrolling slowly
12345                 line by line until it hit the searched text.
12346         * po/fr.po
12347                 Updated French translation
12348
12349 2002-03-17 [melvin]     0.7.4claws16
12350
12351         * src/mainwindow.c
12352         * src/compose.c
12353         * src/prefs_actions.c
12354                 Moved "Edit/Actions" to "Tool/Actions"
12355                 Made mainwindow/compose window sensitive as soon as
12356                 no child process is running anymore even if the io dialog
12357                 is open.
12358                 Fixed a struct being initialized with a non constant char*
12359
12360 2002-03-16 [christoph]  0.7.4claws15
12361
12362         * configure.in
12363                 add --with-compiler-flags option
12364                 (only for developer hacking)
12365         * src/mh.c
12366         * src/procmsg.[ch]
12367         * src/summaryview.c
12368                 try to make folder-stats and flag handling more
12369                 independent from the summaryview. msgcounts
12370                 are only set when the folder is opened and
12371                 procmsg_msginfo_(un)set_flags will handle it
12372                 later and summaryview will get the values
12373                 from the folder.
12374
12375 2002-03-16 [paul]       0.7.4claws14
12376
12377         * src/messageview.c
12378                 fix Return-receipt. Patch submitted by Bob
12379                 Woodside <rwoodside1@comcast.net>
12380
12381 2002-03-16 [paul]       0.7.4claws13
12382
12383         * src/compose.c
12384                 fix 'dynamic' signatures, make it work again
12385                 broken during sync on 2002-03-14 (0.7.4claws2)
12386
12387 2002-03-15 [match]      0.7.4claws12
12388
12389         * src/addrharvest.[ch]
12390         * src/addrgather.[ch]
12391         * src/addressbook.[ch]
12392         * src/mainwindow.c
12393                 included address harvester feature. still some
12394                 issues with address parsing that I will fix.
12395
12396 2002-03-15 [match]      0.7.4claws11
12397
12398         * src/addrbook.[ch]
12399         * src/addrcache.[ch]
12400         * src/addressbook.[ch]
12401         * src/addrindex.c
12402         * src/editbook.c
12403         * src/importldif.c
12404         * src/importmutt.c
12405         * src/jpilot.[ch]
12406         * src/main.c
12407         * src/syldap.[ch]
12408         * src/vcard.[ch]
12409                 tidy up. fix memory leaks. moved attribs and methods
12410                 from individual interfaces to addrcache object. prep
12411                 for new stuff to come in.
12412
12413 2002-03-15 [alfons]     0.7.4claws10
12414
12415         * src/matcher.[ch]
12416         * src/matcher_parser_parse.y
12417         * src/matcher_parser_lex.l
12418         * src/prefs_matcher.c
12419                 add filtering conditions message greater than, smaller 
12420                 than, and exactly matching a size in bytes
12421                 (does not work with delete from POP3 server yet)
12422
12423                 this should also give others an idea what you should
12424                 do to add new criterions to claws filtering system
12425                 
12426
12427 2002-03-15 [paul]       0.7.4claws9
12428
12429         * tools/filter_conv.pl
12430                 exit if there are no filter rules to convert
12431                 rename filterrc to filterrc.old after completion
12432
12433 2002-03-15 [paul]       0.7.4claws8
12434
12435         * sync with sylpheed 0.7.4cvs3
12436                 see ChangeLog entry 2002-03-14
12437
12438 2002-03-14 [paul]       0.7.4claws7
12439
12440         * src/compose.c
12441                 clean up the last commit (ahem)
12442
12443 2002-03-14 [paul]       0.7.4claws6
12444
12445         * src/compose.c
12446                 fix bug #515655. honour account preferences
12447                 regarding gpg default signing/encryption when 
12448                 changing account from the compose window.
12449
12450 2002-03-14 [paul]       0.7.4claws5
12451
12452         * src/folderview.c
12453                 remove unnecessary curly brackets
12454
12455 2002-03-14 [paul]       0.7.4claws4
12456
12457         * src/folderview.c
12458           src/prefs_filtering.[ch]
12459                 add filter rename on folder rename and filter
12460                 delete on folder delete. Patch submitted by
12461                 Neill Miller <neillm@thecodefactory.org> 
12462
12463 2002-03-14 [christoph]  0.7.4claws3
12464
12465         * src/procmsg.c
12466         * src/send.c
12467                 fix local delivery
12468                 (patch submitted by "Simon 'corecode' Schubert")
12469         * src/prefs_common.c
12470         * src/procmsg.c
12471                 fix gcc 3.0 warning
12472
12473 2002-03-14 [paul]       0.7.4claws2
12474
12475         * sync with sylpheed 0.7.4cvs2
12476                 see ChangeLog entry 2002-03-13
12477
12478 2002-03-12 [darko]      0.7.4claws1
12479
12480         * src/mainwindow.c
12481                 fix what seems to be a copy and paste error
12482                 when setting color for important messages
12483                 (reported by wwp)
12484
12485 2002-03-11 [paul]       version 0.7.4claws released
12486
12487 2002-03-11 [paul]       0.7.4claws
12488
12489         * po/es.po
12490           po/it.po
12491           po/nl.po
12492           po/pt_BR.po
12493                 update message catalogs. Submitted by Ricardo Mones 
12494                 Lastra, Alessandro Maestri, Wilbert Berendsen, and 
12495                 Fabio Junior Beneditto
12496
12497         * configure.in
12498           faq/Makefile.am
12499           faq/it/Makefile
12500           faq/it/sylpheed-faq*
12501           src/mainwindow.c
12502           src/manual.[ch]
12503                 add FAQ in Italian
12504         
12505
12506 2002-03-11 [jens]       0.7.3claws7
12507
12508         * po/de.po
12509                 updated German translation
12510
12511 2002-03-11 [melvin]     0.7.3claws6
12512
12513         * po/fr.po
12514                 updated and corrected French translation
12515
12516 2002-03-10 [hoa]        0.7.3claws5
12517
12518         * src/account.c
12519         * src/inc.c
12520         * src/prefs_account.c
12521         * src/procmsg.c
12522         * src/send.[ch]
12523                 fixed the local account.
12524                 you have to change the default "/usr/sbin/sendmail"
12525                 to "/usr/sbin/sendmail -t" in the preferences of
12526                 the local account.
12527
12528         * src/procmime.c
12529                 removed some debug display for renderer
12530
12531 2002-03-10 [paul]       0.7.3claws4
12532
12533         * faq/en/sylpheed-faq-1.html
12534           faq/en/sylpheed-faq-2.html
12535                 update
12536
12537 2002-03-09 [paul]       0.7.3claws3
12538
12539         * sync with sylpheed 0.7.4
12540                 see ChangeLog entry 2002-03-09
12541
12542 2002-03-08 [paul]       0.7.3claws2
12543
12544         * faq/en/sylpheed-faq*
12545           faq/es/sylpheed-faq*
12546           faq/fr/sylpheed-faq*
12547                 update the FAQs
12548
12549         * manual/fr/.cvsignore
12550           manual/fr/Makefilea.am
12551           manual/fr/sylpheed*
12552           src/mainwindow.c
12553           src/manual.[ch]
12554                 add the French manual
12555
12556 2002-03-07 [paul]       0.7.3claws1
12557
12558         * sync with sylpheed 0.7.3cvs4
12559                 see ChangeLog entries  2002-03-06 and 2002-03-07
12560         
12561         * po/nl.po
12562                 updated by Wilbert Berendsen
12563
12564 2002-03-07 [melvin]     0.7.2claws34
12565
12566         * src/selective_download.c
12567                 Changed the pixmap of the receive button to MAIL_RECEIVE.
12568
12569 2002-03-06 [paul]       0.7.2claws33
12570
12571         * sync with sylpheed 0.7.3cvs1
12572                 bug fix, see ChangeLog entry 2002-03-05
12573
12574 2002-03-05 [paul]       0.7.2claws32
12575
12576         * src/mimeview.c
12577           src/pgptext.[ch]
12578           src/procmsg.c
12579                 reverse the pgp ascii-armored code implemented in 
12580                 0.7.2claws16. removal of this code until it matures.
12581                 this means that verifying ascii-armored pgp sigs and
12582                 automatic decryption of ascii-armored encrypted
12583                 messages no longer works.
12584
12585 2002-03-05 [paul]       0.7.2claws31
12586
12587         * configure.in
12588           Makefile.am
12589         * faq/Makefile.am
12590         * faq/en/Makefile.am
12591           faq/en/sylpheed-faq.html
12592           faq/en/sylpheed-faq-1.html
12593           faq/en/sylpheed-faq-2.html
12594           faq/en/sylpheed-faq-3.html
12595         * faq/es/Makefile.am
12596           faq/es/sylpheed-faq.html
12597           faq/es/sylpheed-faq-1.html
12598           faq/es/sylpheed-faq-2.html
12599           faq/es/sylpheed-faq-3.html
12600           faq/es/sylpheed-faq-4.html
12601         * faq/fr/Makefile.am
12602           faq/fr/sylpheed-faq.html
12603           faq/fr/sylpheed-faq-1.html
12604           faq/fr/sylpheed-faq-2.html
12605           faq/fr/sylpheed-faq-3.html
12606         * src/Makefile.am
12607           src/defs.h
12608           src/mainwindow.c
12609           src/manual.[ch]
12610                 add FAQs in English, Spanish and French
12611
12612
12613 2002-03-05 [paul]       0.7.2claws30
12614
12615         * manual/en/sylpheed.html
12616           manual/en/sylpheed-XX.html
12617                 updated the English manual
12618
12619 2002-03-05 [hoa]        
12620
12621         * src/summaryview.c
12622                 dialog box pops up if the article can't be deleted.
12623
12624 2002-03-04 [paul]       
12625         
12626         * po/pt_BR.po
12627                 updated by Fabio Junior Benedito
12628
12629 2002-03-04 [hoa]
12630
12631         * removed ac/gpgme.m4
12632                 to avoid autogen common problem
12633                 developers have to install gpgme development package now
12634
12635         * src/compose.c
12636                 encoding to 7bit or 8bit is enabled.
12637
12638 2002-03-03 [alfons]     0.7.2claws29
12639
12640         * src/pop.c
12641                 merge fix by Oliver Haertel for selective
12642                 download buglet
12643
12644 2002-03-03 [paul]       0.7.2claws28
12645         
12646         * sync with sylpheed 0.7.3
12647
12648 2002-03-03 [paul]       0.7.2claws27
12649
12650         * sync with sylpheed 0.7.2cvs24
12651                 see ChangeLog entries 2002-03-02 and 2002-03-03
12652
12653 2002-03-02 [melvin]     0.7.2claws26
12654
12655         * src/inc.[ch]
12656         * src/main.c
12657         * src/mainwindow.c
12658         * src/prefs_common.[ch]
12659                 Added user definable notification on new mail arrival.
12660                 Removed unused variables in spell checker prefs code.
12661
12662 2002-03-02 [melvin]     0.7.2claws25
12663
12664         * src/quote_fmt.c
12665                 Removed unnecessary escape sequences.
12666                 Changed 'Initial...' to 'Initials of Sender'
12667
12668 2002-03-02 [paul]       0.7.2claws24
12669
12670         * sync with sylpheed 0.7.2cvs22
12671                 see ChangeLog entry 2002-03-01
12672
12673 2002-03-01 [hoa]        0.7.2claws23
12674
12675         * src/mainwindow.c
12676                 Set sensitivity of delete actions to active
12677                 even if the folder is a newsgroup.
12678
12679         * src/summaryview.c
12680                 - Set sensitivity of delete actions
12681                 - Added function check_permission() that will check if the
12682                   user is authorized to delete a message. For news, it
12683                   will check if the author is the same.
12684                 - Enabled deletion when there is no trash folder.
12685
12686         * src/news.[ch]
12687                 - Added news_cancel_article() to cancel articles
12688                 - Implemented news_remove_message() (public function)
12689
12690 2002-03-01 [paul]       0.7.2claws22
12691
12692         * src/gtkutils.c
12693           src/textview.c
12694                 recognise urls that that don't include 'http://' and
12695                 simply begin 'www.' 
12696
12697         * AUTHORS
12698                 remove duplicated name
12699
12700 2002-02-28 [paul]       0.7.2claws21
12701
12702         * src/mainwindow.c
12703           src/summaryview.[ch]
12704                 add ability to 'Select thread'
12705                 combines Melvin's "Select thread's head" patch (#510907)
12706                 with Colin Leroy's <colin@colino.net> "Select whole thread" 
12707                 patch (#518514) 
12708
12709 2002-02-28 [paul]       0.7.2claws20
12710
12711         * src/mimeview.c
12712                 hopefully fix segfault on right-clicking a mime part
12713                 that some people have experienced.      
12714                 fix submitted by Fredrik Olofsson <frol@linux.nu>
12715
12716 2002-02-28 [paul]       0.7.2claws19
12717
12718         * sync with sylpheed 0.7.2cvs21
12719                 see ChangeLog entries 2002-02-27 and 2002-02-28
12720
12721 2002-02-27 [paul]       0.7.2claws18
12722
12723         * sync with sylpheed 0.7.2cvs18
12724                 see ChangeLog entries 2002-02-26 and 2002-02-27
12725
12726 2002-02-26 [alfons]     0.7.2claws17
12727
12728         * src/procheader.c
12729                 #undef ALLOW_HEADER_HINT (this was supposed to be undef'ed)
12730                 (spotted by Chris Hessman <idatech@gmx.net>)
12731
12732 2002-02-26 [paul]       0.7.2claws16
12733
12734         * src/mimeview.c
12735           src/pgptext.[ch]
12736           src/procmsg.c
12737                 make decryption of ascii-armored pgp encrypted messages
12738                 and verification of ascii-armored signatures work again.
12739                 slightly altered from the patch by Jens Jahnke 
12740                 <jan0sch@gmx.net>
12741
12742                 ##FIX ME##
12743                 * the checking of plaintext signatures always comes up in 
12744                   a popup box
12745                 * it doesn't work for multipart messages 
12746                 * all lines above "-----BEGIN PGP SIGNED MESSAGE-----\nHash: SHA1",
12747                   including the msg headers and these 2 line themselves, are 
12748                   not displayed
12749
12750         * src/mainwindow.c
12751                 "View/Folder Tree" becomes "View/Separate Folder Tree"
12752                 "View/Message View" becomes "View/Separate Message View"
12753                 because its less ambiguous.
12754
12755         * po/es.po
12756                 updated by Ricardo Mones Lastra
12757
12758 2002-02-26 [paul]       0.7.2claws15
12759
12760         * sync with sylpheed 0.7.2cvs17
12761                 see ChangeLog entries 2002-02-25 and 2002-02-26
12762
12763 2002-02-25 [christoph]  0.7.2claws14
12764
12765         * src/filtering.[ch]
12766         * src/inc.c
12767                 do filtering stuff after all messages have been received
12768                   1. drop all messages to .processing
12769                   2. scan processing folder for messages
12770                   3. filter messages or move to inbox
12771                 this will also find old messages left in processing after
12772                 a crash or something like that and we get a real msginfo
12773                 from folder->get_msg_list and do not have to create our
12774                 own in filter_message
12775         * src/matcher_parser_parse.y
12776                 remove MIX/MAX warning (reordered includes)
12777
12778 2002-02-25 [paul]       0.7.2claws13
12779
12780         * sync with sylpheed 0.7.2cvs15
12781                 see ChangeLog entry 2002-02-24
12782
12783 2002-02-24 [alfons]     0.7.2claws12
12784
12785         * src/filtering.c
12786                 clear old color flags first when applying a new color to
12787                 a message info. 
12788                 (spotted by Lo'oRiS il Kabukimono <lo_oris@libero.it>)
12789
12790 2002-02-24 [alfons]     0.7.2.claws11
12791         
12792         * AUTHORS
12793         * src/prefs_common.c
12794                 add presets for Opera and Konqueror, closes patch #517261,
12795                 submitted by Ville Skyttä <scop@users.sourceforge.net>
12796
12797 2002-02-24 [alfons]     0.7.2.claws10
12798
12799         * AUTHORS
12800         * src/summaryview.c
12801                 fix threading for null message ids, closes patch #521601,
12802                 submitted by Bob Forsman <hammor@users.sourceforge.net>
12803
12804 2002-02-24 [alfons]     0.7.2claws9
12805
12806         * src/summaryview.c
12807         * src/filtering.c
12808                 make Tool | Filter Message work with filtering system so
12809                 setting flags also works
12810
12811                 TODO:
12812
12813                 - Processing uses the same function as Tool | Filter
12814                   Message, but doesn't use the same update proc yet
12815
12816 2002-02-23 [paul]       0.7.2claws8
12817
12818         * sync with sylpheed 0.7.2cvs14
12819                 see ChangeLog entries 2002-02-22 and 2002-02-23
12820
12821 2002-02-22 [christoph]  0.7.2claws7
12822
12823         * src/quote_fmt.c
12824                 Add column space to table
12825         * src/quote_fmt_parse.y
12826                 Close files
12827
12828 2002-02-22 [paul]       0.7.2claws6
12829
12830         * src/Makefile.am
12831           src/defs.h
12832           src/filtering.c
12833           src/inc.[ch]
12834           src/mainwindow.c
12835           src/matcher.[ch]
12836           src/matcher_parser_lex.l
12837           src/matcher_parser_parse.y
12838           src/pop.[ch]
12839           src/prefs_account.h
12840           src/prefs_filtering.c
12841           src/selective_download.[ch]   *** NEW FILES ***
12842           src/utils.[ch]
12843           po/POTFILES.in
12844                 Selective Download added to 'Tool' menu. 
12845                 Retrieves email headers of the currently selected pop3 
12846                 account and allows the user to mark emails for deletion 
12847                 right on the pop3 server. Patch submitted by Oliver Haertel 
12848                 <oha@users.sourceforge.net>.
12849         
12850         * po/POTFILES.in
12851                 add 'src/quote_fmt.c'           
12852
12853 2002-02-22 [christoph]  0.7.2claws5
12854
12855         * src/Makefile.am
12856                 added quote_fmt.c
12857         * src/prefs_common.[ch]
12858         * src/prefs_template.c
12859         * src/quote_fmt.c               *** NEW FILE ***
12860         * src/quote_fmt.h
12861                 move quote format symbol description code
12862                 to it's own file because it is used from
12863                 differnent code parts
12864                 Rewrote symbol description GUI
12865                   + use table
12866                   + add separators
12867                   + get data from array (no more long constant strings)
12868         * src/quote_fmt_lex.l
12869         * src/quote_fmt_parse.y
12870                 Symbol for Literal % changed to \% instead of %%
12871                 (More logical as \ is used for quoting for other symbols)
12872                 Add |f and |p to include files and program output
12873                 Examples:
12874                     |f{/home/.../.signature}
12875                     |p{date}
12876         * po/de.po
12877                 Correct wrong spelling for "Referenzen"
12878
12879 2002-02-21 [paul]       0.7.2claws4
12880
12881         * src/procmsg.c
12882                 forgotten during sync
12883
12884 2002-02-21 [paul]       0.7.2claws3
12885
12886         * sync with sylpheed 0.7.2cvs11
12887                 see ChangeLog entries 2002-02-17, 2002-02-18, 2002-02-19,
12888                 2002-02-20 and 2002-02-21
12889
12890 2002-02-20 [melvin]     0.7.2claws2
12891
12892         * src/prefs_actions.c
12893                 Added error report when child cannot fork or when execvp 
12894                 returns with an error.
12895
12896 2002-02-19 [christoph]  0.7.2claws1
12897
12898         * src/codeconv.c
12899                 return unconverted text if conde conversion is not possible
12900                 when libjconv is used.
12901                 (patch submitted by "Simon 'corecode' Schubert")
12902
12903 2002-02-19 [paul]       
12904
12905         * version 0.7.2claws release
12906
12907 2002-02-19 [paul]       0.7.2claws
12908
12909         * po/nl.po
12910                 updated by Wilbert Berendsen
12911
12912
12913 2002-02-18 [alfons]     0.7.1claws13
12914
12915         * src/syldap.c
12916         * src/jpilot.c
12917                 remove references to dlfcn and explicitly loading functions
12918                 from dynalink libs, because libs linked anyway, and functions
12919                 are loaded explicitly
12920
12921 2002-02-17 [melvin]     0.7.1claws12
12922
12923         * src/prefs_actions.c
12924                 Replaced children wait loop with double fork technique.
12925                 Now, input/output window updated at each new output.
12926                 free_children(): Fixed a memory leak.
12927                 Made input/output window non closable if running children
12928                 still exist.
12929                 Added missing <unistd.h> include.
12930                 Added some --debug outputs.
12931
12932 2002-02-17 [melvin]     0.7.1claws11
12933
12934         * src/summaryview.c
12935                 Fixed bug where descending sort order did not select top
12936                 message.
12937
12938 2002-02-17 [melvin]     0.7.1claws10
12939
12940         * acconfig.h
12941                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
12942         * src/prefs_common.c
12943                 Pspell data package directory no more hard coded but
12944                 set during configuration (PSPELL_PATH). (Thanks to 
12945                                 Gustavo Noronha Silva.)
12946
12947 2002-02-17 [melvin]     0.7.1claws9
12948
12949         * configure.in
12950                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
12951         * src/gtkspell.c
12952                 Fixed compile-time warnings.
12953
12954 2002-02-16 [alfons]     0.7.1claws8
12955
12956         * src/filesel.c
12957                 fix inadvertent free of NULL pointer which caused
12958                 sylpheed to crash when closing the save-as dialog
12959                 using the window close button
12960
12961 2002-02-16 [carsten]    0.7.1claws7
12962         * src/mainwindow.[ch]
12963           src/summaryview.c
12964           src/prefs_common.c
12965                 fixes for pixmap theming code:
12966                         - recently changed mail attributes shouldn't get
12967                           lost any longer
12968                         - theme is only reloaded iff another theme was
12969                           selected
12970
12971 2002-02-16 [paul]       0.7.1claws6
12972
12973         * sync with sylpheed 0.7.2 release
12974                 see ChangeLog entry 2002-02-15 and 2002-02-16
12975
12976 2002-02-15 [paul]       0.7.1claws5
12977
12978         * sync with sylpheed 0.7.1cvs9
12979                 see ChangeLog entry 2002-02-15
12980
12981         * po/POTFILES.in
12982                 remove unneeded headerwindow.c entry
12983
12984 2002-02-14 [carsten]    0.7.1claws4
12985         * src/summaryview.c
12986                 fixed a bug for "Go to next unread message": there was
12987                 an endless loop if NEXTUNREADMSGDIALOG_ASSUME_NO was set
12988                 in the prefs, because of doing "Search again" instead
12989                 "No"
12990
12991 2002-02-14 [carsten]    0.7.1claws3
12992         * src/stock_pixmap.c
12993                 removed 2 more mem leaks; following memprof,
12994                 this code is "leak free" now :)
12995
12996 2002-02-14 [carsten]    0.7.1claws2
12997         * src/stock_pixmap.c
12998                 used opendir/readdir/closedir instead of scandir
12999                 -> code should work now on Solaris
13000
13001 2002-02-14 [paul]       0.7.1claws1
13002
13003         * sync with sylpheed 0.7.1cvs8
13004                 see ChangeLog entries 2002-02-13 and 2002-02-14
13005
13006         * README.claws
13007                 add some description of Actions and Pixmap Themes
13008
13009 2002-02-13 [paul]       
13010
13011         * version 0.7.1claws release
13012
13013 2002-02-13 [paul]       0.7.1claws
13014
13015         * po/es.po
13016           po/it.po
13017           po/pt_BR.po
13018                 updated translations, submitted by Ricardo Mones Lastra,
13019                 Alessandro Maestri and Fabio Junior Beneditto
13020
13021 2002-02-13 [melvin]     0.7.0claws75
13022
13023         * src/prefs_actions.c
13024                 Added missing "signal.h" include
13025
13026 2002-02-13 [melvin]     0.7.0claws74
13027
13028         * src/prefs_folder_item.c
13029                 Added missing "config.h" include
13030         * po/fr.po
13031                 Updated French translation for folder propriety.
13032
13033 2002-02-13 [jens]       0.7.0claws73
13034
13035         * po/POTFILES.in
13036                 Added missing src/prefs_folder_item.c [log added by melvin]
13037         * po/de.po
13038                 Updated German translation.
13039
13040 2002-02-13 [melvin]     0.7.0claws72
13041
13042         * po/fr.po
13043                 Updated French translation.
13044
13045 2002-02-13 [melvin]     0.7.0claws71
13046
13047         * src/gtkutils.c
13048                 Made gtkut_editable_get_selection return NULL if selection
13049                 is of length zero.
13050                 This fixes a bug where selecting part of message A then
13051                 switching to message B and replying to it will not
13052                 quote the message's body.
13053
13054 2002-02-12 [paul]       0.7.0claws70
13055
13056         * src/mainwindow.c
13057                 cosmetic, relating to pixmap themes: on toolbar make 
13058                 updating of 'Exec' and 'Compose news/Compose email'
13059                 icons faster.
13060
13061 2002-02-12 [carsten]    0.7.0claws69
13062         * src/folderview.c
13063           src/mainwindow.[ch]
13064           src/stock_pixmap.c
13065           src/summaryview.c
13066           src/prefs_common.c
13067                 - refreshing after changing pixmap theme better
13068                   now (thanks Paul)
13069                 - wanted to remove some mem leaks, but alfons was
13070                   faster (and had the better solution ;)
13071
13072 2002-02-12 [alfons]     0.7.0claws68
13073
13074         * src/prefs_common.c
13075         * src/stock_pixmap.[ch]
13076                 plug mem leaks, refactor code a little bit
13077
13078
13079 2002-02-12 [sergey]     0.7.0claws67
13080
13081         * src/imap.c
13082                 Fixed problem with copying messages to IMAP folders when the
13083                 server uses something other than '/' as a namespace separator
13084                 (cyrus-imapd uses '.').
13085
13086 2002-02-12 [jens]       0.7.0claws66
13087
13088         * po/de.po
13089                 Updated German Translation
13090
13091 2002-02-12 [paul]       0.7.0claws65
13092
13093         * sync with sylpheed 0.7.1cvs1
13094                 see ChangeLog entry 2002-02-12
13095
13096 2002-02-12 [melvin]     0.7.0claws64
13097
13098         * src/prefs_actions.c
13099                 Fixed "feature" where children's output was duplicated 
13100                 instead of refreshed while monitoring.
13101                 Removed some debug code.
13102
13103 2002-02-12 [christoph]  0.7.0claws63
13104
13105         * src/compose.c
13106                 always delete message from queue after sending/send error
13107                 (closes bug #509601)
13108
13109 2002-02-12 [melvin]     0.7.0claws62
13110
13111         * src/prefs_actions.c
13112                 Children wait loop is now triggered with a timeout of 1s
13113                 Added %F which is replaced with the list of filenames 
13114                 of all selected messages (as suggested by Ricardo Mones Lestra)
13115                 Pipe syntax changed. Prefix with | to send selection, postfix
13116                 with | to retrieve output. Prefix with > or * to send
13117                 user definable input to the command (*: input is hidden)
13118                 Old pipe action should now be postfixed with |, too.
13119
13120 2002-02-12 [carsten]    0.7.0claws61 (more 59.75)
13121         * src/stock_pixmap.c
13122                 fixed a bug: if there's no theme directory don't
13123                 throw an error, just do "nothing" (thanks Alfons)
13124
13125 2002-02-12 [carsten]    0.7.0claws60
13126         * src/folderview.c
13127           src/summaryview.c
13128                 had to write the cache twice (nasty!); some marks would 
13129                 get lost if not
13130
13131 2002-02-11 [carsten]    0.7.0claws59
13132         * acconfig.h
13133           configure.in
13134           doc-src/maintainer_guide.txt
13135           src/compose.[ch]
13136           src/defs.h
13137           src/folderview.[ch]
13138           src/gtkutils.[ch]
13139           src/mainwindow.[ch]
13140           src/prefs_common.[ch]
13141           src/stock_pixmap.[ch]
13142           src/summaryview.[ch]
13143                 pixmap theming and related work on pixmap
13144                 handling on some other places
13145                 (e.g. hrm features for all folder)
13146           src/pixmap/stock_*.xpm -> the stock_ was removed
13147         
13148 2002-02-11 [paul]       0.7.0claws58
13149
13150         * sync with sylpheed 0.7.1 release
13151                 see ChangeLog entries 2002-02-11
13152
13153 2002-02-08 [paul]       0.7.0claws57
13154
13155         * sync with sylpheed 0.7.0cvs39
13156                 see ChangeLog entry 2002-02-07 (last entry) 
13157
13158         * src/prefs_actions.c
13159           src/prefs_filtering.c
13160           src/prefs_matcher.c
13161           src/prefs_scoring.c
13162                 sync: made it compile with C compilers other than gcc
13163
13164 2002-02-07 [paul]       0.7.0claws56
13165
13166         * sync with sylpheed 0.7.0cvs38
13167                 see ChangeLog entries 2002-02-06 (last 2 entries) and
13168                 2002-02-07
13169
13170 2002-02-07 [darko]      0.7.0claws55
13171
13172         * src/gtkutils.[ch]
13173         * src/summaryview.c
13174                 Fix const gchar */gchar * issue (thanks Hiro)
13175
13176 2002-02-07 [darko]      0.7.0claws54
13177
13178         * src/compose.[ch]
13179         * src/filtering.c
13180         * src/gtkutils.[ch]
13181         * src/prefs_template.c
13182         * src/quote_fmt.h
13183         * src/quote_fmt_parse.y
13184         * src/summaryview.c
13185         * src/utils.[ch]
13186                 When replying or forwarding an email don't quote the entire
13187                 mail body but use the part of the message text that is selected
13188
13189 2002-02-06 [melvin]     0.7.0claws53
13190
13191         * src/prefs_common.[ch]
13192         * src/gtkspell.[ch]
13193         * src/compose.c
13194                 Made possible to switch quickly to last used dictionary
13195                 which makes checking bilingual documents easier.
13196
13197 2002-02-06 [melvin]     0.7.0claws52
13198         
13199         * po/POTFILES.in
13200                 Added forgotten new file src/prefs_actions.c
13201
13202 2002-02-06 [melvin]     0.7.0claws51
13203
13204         * src/prefs_actions.c   ** NEW FILE **
13205         * src/prefs_actions.h   ** NEW FILE **
13206                 Added actions to execute on message text view, or on the
13207                         message's file.
13208         * src/Makefile.am
13209                 Added src/prefs_actions.[ch]
13210         * src/compose.c
13211                 Added new menu "Edit/Actions"
13212         * src/defs.h
13213                 Added new actionsrc file.
13214         * src/main.c
13215                 Added actionsrc reading.
13216         * src/mainwindow.c
13217                 Added new menus "Edit/Actions" and "Configuration/Actions..."
13218         * src/prefs_common.h
13219                 Added new element actionslst element to prefs_common.
13220
13221 2002-02-06 [paul]       0.7.0claws50
13222
13223         * sync with sylpheed 0.7.0cvs36
13224                 see ChangeLog entry 2002-02-06
13225
13226 2002-02-05 [paul]
13227
13228         * po/es.po
13229                 updated by Ricardo Mones Lastra
13230
13231 2002-02-05 [paul]       0.7.0claws49
13232
13233         * sync with sylpheed 0.7.0cvs33
13234                 see ChangeLog entries 2002-02-04 (last 4 entries) and 2002-02-05
13235
13236 2002-02-05 [paul]       0.7.0claws48
13237
13238         * src/compose.c
13239                 re-add 'Edit/Advanced/Delete entire line', previously named
13240                 'Delete Line+'
13241
13242 2002-02-04 [paul]       0.7.0claws47
13243
13244         * src/compose.c
13245           src/summaryview.c
13246                 fix bug #494993 (Reply All not taking Reply-To into consi)
13247                 eliminate differences in behaviour of right-click 'Reply to all' 
13248                 in summary view and 'Reply to all' on the toolbar. 
13249                 fix bug where Reply-To gets ignored by 'Reply to all' in summary
13250                 view and From gets ignored by 'Reply to all' on toolbar.
13251                 fix bug where 'Reply to all' on toolbar uses To twice and ignores
13252                 From when no Reply-To header is present.
13253
13254 2002-02-04 [paul]       0.7.0claws46
13255
13256         * sync with sylpheed 0.7.0cvs30
13257                 see ChangeLog entries 2002-02-03 and 2002-02-04
13258
13259 2002-02-03 [melvin]     0.7.0claws45
13260
13261         * src/gtkspell.[ch]
13262                 Readded function to highlight all misspelled words.
13263                 Fixed bug where user-provided-words did not replace
13264                         correctly the misspelled word when using the mouse.
13265                 Fixed bug where checking a region selected from right to left did
13266                         not check the region at all.
13267                 Fixed bug where 'Check backwards' may not check at all. 
13268                 Fixed memory leaks where popup menus and accel_groups were not destroyed.
13269                 Fixed possible buffer overflow when checking for long strings (>1k).
13270                 Made cursor and scrollbar positions non changing after uncheck_all/check_all.
13271                 Accelerators code uses now gtk_widget_add_accel.
13272                 Removed and disabled obsolete and unfinished code.
13273                 Cleaning up.
13274
13275         * src/compose.c
13276                 Added menu item to Highlight all misspelled words.
13277
13278 2002-02-01 [paul]       0.7.0claws44
13279
13280         * src/mainwindow.c
13281                 fix '/View/Hide read messages' sensitivity when all
13282                 messages in a folder are hidden
13283
13284 2002-02-01 [paul]       0.7.0claws43
13285
13286         * src/main.c
13287                 add --send option to command line interface, sends all
13288                 queued mail. Patch submitted by Ricardo Mones Lastra.
13289
13290 2002-01-31 [paul]       0.7.0claws42
13291
13292         * src/mainwindow.c
13293                 add '/View/Hide read messages' to main_window_set_menu_sensitive()
13294
13295 2002-01-31 [paul]       0.7.0claws41
13296
13297         * sync with sylpheed 0.7.0cvs27
13298                 see ChangeLog entries 2002-01-30 (src/mh.c, src/prefs_common.c)
13299                 and 2002-01-31
13300
13301         * src/textview.c
13302                 comment out elements of textview_show_part() as temporary
13303                 workaround for attachment 'Display as text' bug 
13304
13305         * po/pt_BR.po
13306                 updated by Fabio Junior Beneditto
13307
13308 2002-01-30 [paul]       0.7.0claws40
13309
13310         * sync with sylpheed 0.7.0cvs24
13311                 see ChangeLog entries 2002-01-29 (src/prefs_common.c)
13312                 and 2002-01-30
13313
13314         * src/compose.c
13315                 add {N_("/_Spelling"), ... "<Branch>"} to 
13316                 GtkItemFactoryEntry compose_entries[]
13317
13318         * src/prefs_common.c
13319                 add claws menu items to prefs_keybind_apply_clicked()
13320                 and remove non-claws menu items
13321
13322 2002-01-29 [paul]       0.7.0claws39
13323
13324         * sync with sylpheed 0.7.0cvs22
13325                 see ChangeLog entries 2002-01-28 and 2002-01-29
13326
13327 2002-01-28 [melvin]     0.7.0claws38
13328
13329         * src/compose.c
13330                 Added the declartion of compose_send_control_enter.
13331
13332         * src/compose.c
13333         * src/gtkspell.[ch]
13334                 Added in a 'Spelling' menu which includes the configuration menu. 
13335                 Added a real 'Check all' and got rid from the old one which only
13336                 highlited misspelled word.
13337                 Made 'Check while typing' a disableable option.
13338                 Added a dialog when there are no more misspelled word.
13339                 Added a dialog if error occurs when switching to a dictionary.
13340         
13341         * src/prefs_common.[ch]
13342                 Added option for the default 'Check while typing' option.
13343
13344
13345 2002-01-28 [alfons]     0.7.0claws37
13346
13347         * src/compose.c
13348                 fix buglet and make code comply with sylpheed code style
13349
13350 2002-01-28 [paul]       0.7.0claws36
13351
13352         * sync with sylpheed 0.7.0cvs19
13353                 see ChangeLog entries for 2002-01-28
13354
13355 2002-01-28 [hoa]        0.7.0claws35
13356
13357         * src/defs.h
13358                 added rendererrc
13359
13360         * src/main.c
13361                 read the renderer config
13362
13363         * src/procmime.[ch]
13364                 use the renderer config to convert mime attachments
13365
13366         * src/textview.c
13367                 don't use textview_show_html/ertf,
13368                 use get_text_content instead
13369
13370 2002-01-27 [alfons]     0.7.0claws34
13371         
13372         * src/news.c
13373                 make sylpheed believe it can delete a news message...
13374                 (messages are NOT deleted, maybe we should remove
13375                 processing from the folder properties after all.)
13376
13377 2002-01-27 [alfons]     0.7.0claws33
13378
13379         * src/folder.c
13380                 add extra checks
13381         * src/news.c
13382                 implement remove_msg() 
13383
13384 2002-01-27 [alfons]     0.7.0claws32
13385
13386         * src/procmsg.h
13387         * src/procheader.c
13388         * src/messageview.c
13389                 fix return receipt / disposition notification again. this
13390                 stuff seems to break on _every_ major summary UI change, so
13391                 it's now implemented using a flag which is saved in the
13392                 marks cache
13393                 
13394 2002-01-26 [alfons]     0.7.0claws31
13395
13396         * src/import.c
13397                 let import dialog show the destination folder identifier
13398
13399 2002-01-26 [melvin]     0.7.0claws30
13400
13401         * src/folderview.c
13402         * src/summaryview.c
13403                 Readded 'Mark all read' into summary view popup menu
13404                 Added 'Mark all read' in folder view popup menu for IMAP
13405                 and NNTP.
13406                 Made it insensitive if the selected folder is not the shown
13407                 one to avoid 'Mark all read' on the wrong folder.
13408                 
13409 2002-01-26 [paul]       0.7.0claws29
13410
13411         * src/folderview.c
13412           src/summaryview.c
13413                 move 'Mark all read' from summary view to folder view
13414                 menu. (adapted from) patch submitted by Jeremy Andrews,
13415                 <lists@kerneltrap.com>
13416
13417 2002-01-25 [alfons]     0.7.0claws28
13418
13419         * src/gtkstext.c
13420                 put the gtk class name back so GtkSText adapts the 
13421                 settings of GtkText
13422
13423 2002-01-25 [alfons]     0.7.0claws27
13424
13425         * src/folderview.c 
13426                 assimilate Ricardo's patch that shows pixmaps instead of
13427                 plain "new" and "unread" texts in the folder view column
13428                 headers 
13429
13430 2002-01-25 [paul]       0.7.0claws26
13431
13432         * src/Makefile.am
13433                 add $(GPGME_CFLAGS) to INCLUDES so that gpgme can 
13434                 be found in non-standard locations. 
13435                 Closes Patch #507976, submitted by Stoyan Genov, <sdg@rila.bg>
13436
13437 2002-01-25 [paul]       0.7.0claws25
13438
13439         * sync with sylpheed 0.7.0cvs16
13440                 see ChangeLog entry 2002-01-25
13441
13442 2002-01-24 [paul]       0.7.0claws24
13443
13444         * more sync with sylpheed 0.7.0cvs15
13445                 get_file_size_as_clrf(), see ChangeLog entry 2002-01-23
13446
13447 2002-01-23 [sergey]     0.7.0claws23
13448
13449         * src/importldif.c
13450                 Fixed segfault when closing LDIF import wizard with
13451                 the window manager.
13452         * src/imageview.c
13453         * src/imageview.h
13454         * src/messageview.c
13455         * src/mimeview.c
13456                 Fixed wrong scrolling position after switching between
13457                 text and image parts.
13458
13459 2002-01-23 [paul]       0.7.0claws22
13460
13461         * sync with sylpheed 0.7.0cvs15
13462                 see ChangeLog entries 2002-01-22 and 2002-01-23
13463
13464 2002-01-21 [melvin]     0.7.0claws21
13465
13466         * src/prefs_scoring.c
13467         * src/prefs_filtering.c
13468                 Fixed bug where scoring and filtering windows stopped
13469                 autochecking.
13470
13471 2002-01-21 [paul]       0.7.0claws20
13472
13473         * sync with sylpheed 0.7.0cvs12
13474                 see ChangeLog entries 2002-01-20 and 2002-01-21
13475
13476 2002-01-21 [carsten]    0.7.0claws19
13477         * src/mainwindow.c
13478         * src/menu.[ch]
13479         * src/messageview.[ch]
13480         * src/summaryview.[ch]
13481                 changes to shortcuts handling again:
13482                         + "Q" now controled by mainwin
13483                         + v/V are now customizable and have slightly
13484                           different meanings
13485                 the "button" to minimize the messageview (and maximize
13486                 the summary view) is a real button now
13487         * src/compose.c
13488                 "Delete Line+" added to Edit/Advanced (this will also
13489                 delete the '\n')
13490
13491 2002-01-20 [melvin] 0.7.0claws18
13492
13493         * src/addressbook.c
13494                 Made "Bcc" sensitive when addressbook is called from
13495                 compose window (it was a Claws only bug).
13496
13497 2002-01-19 [alfons] 0.7.0claws17
13498
13499         * src/inc.c
13500                 prevent unnecessary updates when currently selected folder has
13501                 no new messages 
13502
13503 2002-01-19 [alfons] 0.7.0claws16
13504         
13505         * src/summaryview.c
13506                 prevent writing the cache based on current message list in summary 
13507                 view when filtering also put messages in currently selected folder
13508
13509 2002-01-19 [paul]
13510
13511         * po/it.po
13512                 Italian translation submitted by Alessandro Maestri
13513                 <a.maestri@cs.tin.it>
13514
13515 2002-01-18 [melvin]     0.7.0claws15
13516
13517         * src/prefs_filters.c
13518                 fixed bug where 'cancel' from 'filters' window stops autochecking
13519                 if the timer timed out  when the window was open.
13520
13521 2002-01-18 [match]      0.7.0claws14
13522
13523         * src/addrclip.[ch]     ** NEW FILE **
13524         * src/addrselect.[ch]   ** NEW FILE **
13525         * src/adbookbase.h      ** NEW FILE **
13526                 addressbook cut, copy and paste
13527         * src/addrbook.[ch]
13528         * src/addrcache.[ch]
13529         * src/addressitem.h
13530         * src/addrindex.[ch]
13531         * src/addritem.[ch]
13532         * src/importldif.c
13533         * src/importmutt.c
13534         * src/jpilot.[ch]
13535         * src/syldap.[ch]
13536         * src/vcard.[ch]
13537         * src/jpilot.[ch]
13538         * src/editbook.c
13539         * src/editjpilot.c
13540         * src/editldap.c
13541         * src/editvcard.c
13542                 support for copy/paste
13543         * src/addressbook.c
13544                 support for copy/paste
13545                 tidy up menu option processing
13546                 correct address list function arguments
13547         * src/editaddress.c
13548                 sort user attributes
13549         * src/ldif.h
13550         * src/mutt.h
13551                 tidy up
13552
13553         * src/addrbook.[ch]
13554         * src/addrbook.[ch]
13555         * src/addrbook.[ch]
13556                 
13557
13558 2002-01-18 [paul]       0.7.0claws13
13559
13560         * sync with sylpheed 0.7.0cvs8
13561                 configure.in: support Mac OS X (Darwin)
13562
13563 2002-01-18 [carsten]    0.7.0claws12
13564         * src/html.c
13565                 small hack to fix a segfault with an empty href
13566                 (reported by Alexandra Walford <deeni@altern.org>)
13567         * src/mainwindow.c
13568         * src/summaryview.c
13569                 the shortcuts for Mark und Mark as unread are hardcoded
13570                 again
13571         * src/compose.c
13572         * src/gtkstext.[ch]
13573                 readded the shortcuts in gtkstext but made them
13574                 customizeable (simply by adding a menu plus a wrapper
13575                 to compose.c)
13576
13577 2002-01-17 [melvin]     0.7.0claws11
13578
13579         * src/gtkspell.c
13580                 fix default dictionary not being saved.
13581
13582 2002-01-16 [darko]      0.7.0claws10
13583
13584         * src/compose.c
13585                 fix wrapping crash with URL longer than wrapping margin
13586
13587 2002-12-08 [hoa]        0.7.0claws10
13588
13589         * src/matcher_parser_parse.y
13590                 fixed some bugs
13591
13592         * src/prefs_filtering.c
13593                 now, we can use bounce action in the dialog box.
13594
13595 2002-01-16 [carsten]    0.7.0claws9
13596         * src/gtkstext.c
13597                 removed the <control> and <alt> shortcuts because they're
13598                 not needed and interefered with the "normal" shortcuts
13599         * src/mainwindow.c
13600         * src/summaryview.c
13601                 removed most of the hardcoded shortcuts and assigned
13602                 them to menu entries making them easy customizable by
13603                 that
13604
13605 2002-01-16 |melvin]     0.7.0claws8
13606
13607         * src/gtkspell.c
13608                 fixed bug where using the mouse and when the compose
13609                 window is not on top may result in a crash.
13610
13611 2002-01-16 [melvin]     0.7.0claws7
13612
13613         * src/compose.c
13614                 fixed a long standingspell checker bug which could 
13615                 cause a crash after sending a message.
13616
13617 2002-01-16 [paul]       0.7.0claws6
13618
13619         * sync with sylpheed 0.7.0cvs7
13620                 see ChangeLog entries 2002-01-10, 2002-01-11, 2002-01-14,
13621                 2002-01-15, and 2002-01-16
13622
13623 2002-01-16 [melvin]     0.7.0claws5
13624
13625         * README.claws
13626         * src/compose.c
13627         * src/gtkspell.[ch]
13628         * src/main.c
13629                 Heavily modified spell checker code to work around
13630                 ispell bug, to add keyboard shortcuts and for future
13631                 enhancements. See README.claws for usage information.
13632
13633 2002-01-15 [alfons]     0.7.0claws4
13634         
13635         * src/summaryview.c
13636                 change gtk_ctree_sort_node() into gtk_ctree_sort_recursive()
13637                 so sorting within threads reflects sort mode
13638
13639 2002-01-15 [christoph]  0.7.0claws3
13640
13641         * src/procmsg.c
13642                 added alertpanel if mail sending failed
13643
13644 2002-01-15 [alfons]     0.7.0claws2
13645         
13646         * src/prefs_filtering.c
13647                 don't stop timer when prefs filtering dialog is opened
13648
13649 2002-01-14 [alfons]     0.7.0claws1
13650
13651         * src/addr_compl.c
13652         * src/prefs.c
13653                 remove debug_print()s for privacy reasons
13654
13655 2002-01-14 [darko]      0.7.0claws
13656
13657         * README.claws
13658                 quotation wrapping is now also in the main branch
13659
13660 2002-01-14 [paul]
13661
13662         * tools/filter_conv.pl
13663                 allow for Boolean Op and case-sensitivity
13664                 this file is included in the release and tagged
13665                 'rel_0_7_0'
13666
13667 2002-01-13 [paul]       0.7.0claws
13668
13669         * release 0.7.0, with cvs tag 'rel_0_7_0'
13670
13671 2002-01-13 [paul]
13672
13673         * tools/filter_conv.pl
13674         * tools/README
13675                 rewritten to output to matcherrc instead of filteringrc
13676
13677         * po/es.po
13678                 updated Spanish translation by Ricardo Mones Lastra
13679
13680 2002-01-13 [alfons]
13681
13682         * po/nl.po
13683                 update dutch translation
13684
13685 2002-01-13 [paul]
13686
13687         * po/pt_BR.po
13688                 Updated by Fabio Junior Beneditto 
13689
13690 2002-01-13 [melvin]     0.6.6claws53
13691
13692         * po/fr.po
13693                 Updated french translation
13694
13695 2002-01-12 [alfons]     0.6.6claws52
13696
13697         * src/filtering.c
13698                 plug mem leak that has been sitting there for ages              
13699
13700 2002-01-12 [alfons]     0.6.6claws51
13701
13702         * src/summaryview.c
13703                 undo melvin's changes from 0.6.6claws48 because summary
13704                 view now refuses to select first unread message when
13705                 selecting a folder 
13706
13707 2002-01-11 [alfons]     0.6.6claws50
13708
13709         * src/import.c
13710                 use claws' semantics for getting folder item when
13711                 importing an mbox file into a folder 
13712                 (submitted by Dale P. Smith)
13713
13714 2002-01-11 [christoph]  0.6.6claws49
13715
13716         * src/prefs.h
13717                 set sensitivity in SET_TOGGLE_SENSITIVITY macro from
13718                 toggle widget, because non static prefs can not use
13719                 prefs_set_* functions
13720         * src/prefs_account.c
13721                 toggle smtp auth password field sensitivity if
13722                 user id is empty and add descrition of usage for
13723                 these fields
13724         * src/prefs_folder_item.c
13725                 use SET_TOGGLE_SENSITIVITY macro to instead of extra
13726                 callbacks
13727
13728 2002-01-11 [melvin]     0.6.6claws48
13729
13730         * src/compose.c
13731                 fix the 'Ctrl-Enter' feature for sending and test really
13732                 for 'Ctrl-Enter' (as Ctrl-Space is also used for activating
13733                 editables which was not documented in Gtk)
13734
13735         * src/summaryview.c
13736                 Made summaryview refresh after sorting and not before.
13737
13738 2002-01-11 [christoph]  0.6.6claws47
13739
13740         * src/compose.c
13741                 select account from account ids if possible and
13742                 correctly set save folder for copy in reedit
13743
13744 2002-01-10 [paul]       0.6.6claws46
13745
13746         * sync with sylpheed 0.7.0 release
13747                 see ChangeLog entries 2002-01-07, 2002-01-08 and
13748                 2002-01-09
13749
13750 2002-01-09 [alfons]
13751
13752         * src/summaryview.c
13753                 remove more dirt traces...
13754
13755 2002-01-09 [alfons]
13756         
13757         * src/summaryview.c
13758                 clean up some traces of my debugging stuff
13759
13760 2002-01-09 [alfons]     0.6.6claws45
13761
13762         * src/filtering.c
13763                 break up filteringprop_apply() in three separate pieces
13764                 so we can drop messages that failed processing in the
13765                 inbox
13766
13767         * src/summaryview.c
13768                 fix bug #469598 "no refresh of inbox after filter" which 
13769                 was introduced by the new summary view locking, and which 
13770                 prevented the summary view to update after a manual filter 
13771                 message. claw's filter message requires a summary_show().
13772                 (aargh, summary_show() again! :-)
13773                 
13774 2002-01-07 [alfons]     0.6.6claws44
13775
13776         * src/headerwindow.c
13777         * src/logwindow.c
13778         * src/messageview.c
13779         * src/sourcewindow.c
13780                 bring in Hiro's last 0.7.0 wm class fixes
13781
13782         * tools/sylprint.pl
13783                 bring in Ricardo's fix for sylprint script
13784
13785         * AUTHORS       
13786         * src/rfc2015.[ch]
13787         * src/prefs_common.[ch]
13788         * src/prefs_account.[ch]
13789         * src/compose.c
13790                 clean up account preference poison in rfc2015,
13791                 and preparation to fix double sign bug 
13792                 (patch submitted by Simon 'corecode' Schubert)
13793
13794 2002-01-07 [christoph]  0.6.6claws43
13795
13796         * src/mh.c
13797                 search for free message number, do not only rely
13798                 on last_num
13799         * src/send.c
13800                 fix smtp auth and use extra account information
13801                 if available, if not use pop3 data instead
13802                 (closes bug #500341)            
13803         * src/ssl.[ch]
13804                 match coding style
13805
13806 2002-01-06 [alfons]     0.6.6claws42
13807
13808         * src/mainwindow.c
13809                 try making the separate windows work again...
13810
13811 2002-01-06 [alfons]     0.6.6claws41
13812
13813         * src/mainwindow.c
13814                 adapt Hiro's separate window menu (to get rid of the funny
13815                 duplicate menu items), and make it work again
13816
13817 2002-01-06 [alfons]     0.6.6claws40
13818
13819         * tools/Makefile.am
13820         * tools/sylprint.rc
13821         * tools/sylprint.pl
13822         * tools/README.sylprint
13823                 add sylprint script for printing mails from Sylpheed
13824                 (contributed by Ricardo Mones Lastra)
13825
13826         * src/acount.c
13827                 clean up
13828
13829 2002-01-06 [melvin]     0.6.6claws39
13830
13831         * src/mainwindow.c
13832         * src/summaryview.c
13833                 Fixed crash introduced in 0.6.6claws38 by the menu
13834                 reorganisation (Hide read messages)
13835         
13836         * ChangeLog.claws 
13837                 Fixed typo (we are now in 2002, alfons ;) )
13838
13839 2002-01-05 [alfons]     0.6.6claws38
13840
13841         * sync with sylpheed 0.6.6cvs10-17
13842                 (last stuff marked as LAST_STABLE)
13843
13844 2002-01-04 [melvin]     0.6.6claws37
13845
13846         * src/account.c
13847                 Made account selection code use strcasestr again instead of
13848                 g_strcasecmp (fixes bug where reediting queued messages
13849                 did not select proper account reported by T. Link).
13850         
13851         * src/folderview.c
13852                 Fix bug where folder icons are not shown when 'hide read messages'
13853                 is on.
13854         
13855         * src/stock_pixmaps.[ch]
13856                 Added folder icons for 'hide read messages'.
13857         
13858         * src/compose.c
13859                 Fixed bug where 'Enter' in a header entry will send the message 
13860                 if 'CTL-Enter' was chosen as a shorcut for sendind. 
13861
13862 2002-01-03 [melvin]     0.6.6claws36
13863         
13864         * src/prefs.[ch]
13865                 Added popup menu for common preferences and
13866                 account preferences (right click on tab displays
13867                                 a menu of all tabs.)
13868
13869 2002-01-02 [melvin]     0.6.6claws35
13870
13871         * src/gtkspell.[ch]
13872                 Made spelling code compatible with undo/redo feature.
13873                 Added creation of suggestion mode menu for the general
13874                         preferences.
13875         
13876         * src/prefs_common.[ch]
13877                 Added option menu for the speller's suggestion mode.
13878                 Added missing spaces in "..." buttons and made a "..."
13879                         button non translatable!
13880         
13881         * src/compose.c
13882                 Made speller use the default suggestion mode.
13883                 Hack to make it possible to choose 'CTRL-Enter' as a
13884                         shortcut for sending (and only for sending).
13885
13886         * src/prefs_folder_item.c
13887                 Changing subject simplification does not update cache 
13888                         anymore (because it is unnecessary).
13889                 Fixed bug where changing subject simplification updated the 
13890                         summaryview even when the viewed folder is not the
13891                         folder which properties are being changed. (E.g. 
13892                                         viewing folder A and changing
13893                                         the subject simplification of 
13894                                         folder B -not being viewed- updated the 
13895                                         summaryview of folder A with data of
13896                                         folder B). (Hope this is clear... )
13897
13898 2001-12-31 [alfons]     0.6.6claws34
13899         
13900         * src/ldif.c
13901         * src/mutt.c
13902                 fgetc() returns a signed integer which doesn't
13903                 fit in a char. so c truncates this to a char
13904                 but we may lose significant bits. i.e. we may
13905                 comparing 0xFF which may not be equal to -1
13906                 unless properly casted to signed char which
13907                 we won't do because fgetc() returns a signed
13908                 integer which doesn't fit in a char. so c 
13909                 truncates this to a char but we may lose 
13910                 significat bits. (you got the idea, thanks
13911                 to Gustavo Noronha Silva <kov@debian.org>
13912                 and the Debian folks!)
13913
13914 2001-12-30 [alfons]     0.6.6claws33
13915
13916         * src/prefs_common.c
13917                 add #ifdef USE_PSPELLs that Melvin forgot               
13918
13919 2001-12-30 [melvin]     0.6.6claws32
13920         
13921         * src/prefs_common.[ch]
13922                 Added configurable color for misspelled words.
13923
13924         * src/gtkspell.[ch]
13925                 Fixed bug of foreground text color (reported by David
13926                                 Mehrmann)
13927                 Added configurable color for misspelled words.
13928
13929 2001-12-30 [alfons]     0.6.6claws31
13930
13931         * src/folder.c
13932                 remove unnecessary things someone put there
13933
13934         * src/mh.c
13935         * src/folder.[ch]
13936                 make folder properties (like threading and sorting) persistent
13937                 (closes bug #497424 "rescan folder tree resets proprieties")
13938                 currently this is only for MH folders. 
13939
13940 2001-12-29 [melvin]     0.6.6claws30
13941
13942         * src/string_match.[ch]
13943                 Optimized a bit: regexp pattern buffer compiled only once, and
13944                   one subroutine call removed. Fixed ^ regexp search: Now, 
13945                   "(^Re: )|(^Hello)" removes only "Re: " from "Re: Hello".
13946         
13947         * src/summaryview.c
13948                 Subject filtering changed to filter summary columns and
13949                   not directly the messages subject cache. The loss in 
13950                   performance is balanced by the improvement of string_match.
13951                 Added an alert panel if there is an error in the regexp.
13952
13953         * src/src/prefs_folder_item.h
13954                 Added a regexp pattern buffer.
13955
13956 2001-12-28 [alfons]     0.6.6claws29
13957
13958         * src/string_match.[ch]
13959                 clean up name space
13960                 allow compilation *BSD
13961
13962 2001-12-27 [alfons]     0.6.6claws28
13963
13964         * src/filter.c
13965                 sync the Hiro's bug fix for BSD
13966
13967 2001-12-27 [melvin]     0.6.6claws27
13968         
13969         * src/compose.c
13970                 Simplify focus to subject entry code.
13971
13972 2001-12-27 [darko]      0.6.6claws26
13973
13974         * src/filtering.c
13975         * src/mbox_folder.c
13976         * src/messageview.c
13977         * src/mh.c
13978         * src/procheader.[ch]
13979         * src/procmsg.h
13980         * src/stock_pixmap.[ch]
13981         * src/summaryview.c
13982                 Show key icon for encrypted mails in summary view
13983
13984         * src/pixmaps/clip.xpm
13985         * src/pixmaps/clipkey.xpm
13986         * src/pixmaps/key.xpm
13987                 New/modified icons for the above
13988
13989 2001-12-27 [melvin]     0.6.6claws25
13990
13991         * src/prefs_common.c
13992                 Put spell checker options in a separate tab to decrease
13993                 the Common Preferences window height.
13994
13995         * README.claws  
13996                 Update spell checker usage instruction about its options
13997                 location.
13998
13999 2001-12-27 [melvin]     0.6.6claws24
14000
14001         * src/compose.c
14002                 Changed subject entry widget position. Initial focus is
14003                 on the To header instead of the subject entry.
14004                 Creating a new header scrolls the header list to make the
14005                 created one visible. Nevertheless, when automatically filling
14006                 headers, the first one is shown.
14007                 A Tab key press in the last empty header entry zips the 
14008                 focus to the subject entry.
14009                 (I did not change the combo boxes, yet)
14010
14011 2001-12-26 [alfons]     0.6.6claws23
14012
14013         * src/prefs_account.c
14014         * src/inc.c
14015                 allow default inbox to reside in another mailbox (only
14016                 works for POP3 accounts)
14017
14018 2001-12-26 [alfons]     0.6.6claws22
14019         
14020         * src/textview.c
14021                 make reply-on-click work with the account of the selected folder
14022         * src/compose.c
14023                 put a fixme here to remind me to fix finding correct default
14024                 account for nested folders
14025
14026 2001-12-25 [alfons]     0.6.6claws21
14027
14028         * src/summaryview.c
14029                 make column headers display locked and mark pixmaps (idea by Melvin) 
14030                 fix bug by adding score and locked column type to sort array
14031
14032 2001-12-25 [alfons]     0.6.6claws20
14033         
14034         * src/summaryview.c
14035                 catch a *potentially* inadvertent write back of  
14036                 the message cache(s) introduced by 0.6.5claws37
14037
14038 2001-12-25 [christoph]  0.6.6claws19
14039
14040         * src/stock_pixmap.[ch]
14041         * src/summaryview.c
14042                 add ignore thread pixmap
14043                 (can someone draw a better icon for this?)
14044
14045 2001-12-24 [alfons]     0.6.6claws18
14046
14047         * src/prefs_folder_item.c
14048                 make address completion actually work for the
14049                 Default To address in the Folder Property dialog.
14050
14051 2001-12-24 [alfons]     0.6.6claws17
14052         
14053         * src/summaryview.c
14054                 use new style regexp for subject stripping 
14055                 (patch submitted by Thomas Link <t.link.tmp200101@gmx.net>)
14056
14057 2001-12-24 [darko]      0.6.6claws16
14058
14059         * src/pgptext.c
14060         * src/rfc2015.c
14061                 move GPG related informational messages to debug mode
14062
14063 2001-12-23 [alfons]     0.6.6claws15
14064
14065         * src/stock_pixmap.[ch]
14066         * src/summaryview.c
14067                 add the forgotten Claws' locked pixmap
14068
14069 2001-12-23 [alfons]     0.6.6claws14
14070
14071         * src/filesel.c
14072                 accept file name typed in entry in multi file
14073                 selector (patch submitted by Gustavo Noronha Silva 
14074                 <kov@debian.org>)
14075
14076 2001-12-23 [alfons]     0.6.6claws13
14077
14078         * src/prefs_filter.c
14079         * src/prefs_filtering.c
14080         * src/matcher.c
14081         * src/importmutt.c
14082                 clean up a little bit
14083         
14084         * src/string_match.c
14085                 validate input strings a little bit more
14086
14087 2001-12-23 [alfons]     0.6.6claws12
14088
14089         * src/Makefile.am
14090         * src/summaryview.c
14091         * src/string_match.[ch]         ** NEW **
14092         * src/folderview.[ch]
14093         * src/headerview.h
14094         * src/folder.[ch]
14095         * src/prefs_folder_item.[ch]
14096                 add subject simplification to strip out strings from
14097                 a subject line (esp. handy for mailing lists). 
14098                 (original patch by by Thomas Link <t.link.tmp200101@gmx.net>,
14099                 but slightly changed things for better integration.)
14100
14101 2001-12-23 [alfons]     0.6.6claws11
14102
14103         * src/mainwindow.c
14104                 fix bug introduced by submission included in 0.6.5claws52.
14105                 ideally this submission should clean the trash if any trash
14106                 folder has a message. however, the hasTrash variable was
14107                 set to false whenever a trash folder was empty (discarding
14108                 a previously found *filled* trash folder.)
14109
14110                 also edited the code a little bit and made it more safe.
14111
14112 2001-12-22 [alfons]     0.6.6claws10
14113
14114         * src/imap.c
14115                 quick fix for Martin Pool's omission of an account
14116                 specific SSL setting
14117
14118 2001-12-22 [alfons]     0.6.6claws9
14119
14120         * src/compose.c
14121         * src/messageview.c
14122         * src/mimeview.c
14123         * src/pgptext.c
14124         * src/procmime.[ch]
14125                 better support for multipart/digest (submitted
14126                 by Fredrik <e98fo@efd.lth.se>)
14127
14128 2001-12-22 [alfons]     0.6.6claws8
14129
14130         * src/addressbook.c
14131                 correct function signature
14132         * src/socket.[ch]
14133         * src/imap.[ch]
14134         * src/prefs_account.[ch]
14135                 allow IMAP over SSH tunnel (patch submitted by 
14136                 Martin Pool <mbp@samba.org>)
14137
14138 2001-12-21 [alfons]     0.6.6claws7
14139
14140         * sync with sylpheed 0.6.6cvs4-9
14141                 (may have forgotten something: LAST_STABLE is 0.6.6claws6)
14142
14143 2001-12-21 [christoph]  0.6.6claws6
14144
14145         * src/compose.c
14146         * src/prefs_folder_item.[ch]
14147                 implement saving of outgoing messages to current folder.
14148                 fix segfault when no default outbox is available
14149                 (closes bug #495683)
14150
14151 2001-12-21 [carsten]    0.6.6claws5
14152         * src/folderview.c
14153         * src/summaryview.c
14154                 pressing CTRL while DND does now the expected thing and
14155                 copies the mail (moving is still the default, as this
14156                 seam more appropriate for handling mails by DND)
14157
14158 2001-12-18 [paul]       0.6.6claws4
14159
14160         * sync with sylpheed 0.6.6cvs3
14161                 see ChangeLog entries 2001-12-18
14162
14163 2001-12-18 [hiro]       0.6.6claws3
14164
14165         * src/undo.c
14166                 fix for multibyte characters (obtain the number of letters
14167                 instead of bytes).
14168
14169 2001-12-17 [paul]       0.6.6claws2
14170
14171         * sync with sylpheed 0.6.6cvs1
14172                 see ChangeLog entry 2001-12-16
14173
14174 2000-12-17 [alfons]     0.6.6claws1
14175
14176         * src/filtering.c
14177                 clean up
14178
14179 2001-12-16 [paul]       0.6.6claws
14180 2001-12-15
14181
14182         * Release version 0.6.6claws, cvs tag: rel_0_6_6
14183
14184         * src/mimeview.c
14185                 last minute sync with main 0.6.6
14186
14187         * po/es.po
14188                 updated by Ricardo Mones Lastra
14189                 update for last minute sync
14190         * po/fr.po
14191         * po/nl.po
14192                 update for last minute sync
14193         * po/de.po
14194                 updated by Jens Oberender
14195         * po/pt_BR.po
14196                 updated by Fabio Junior Beneditto
14197
14198         * src/prefs_common.[ch]
14199         * src/undo.c
14200                 number of undo levels is user configurable
14201                 (squeeze it into the release in the dying
14202                 moments) Submitted by Jens Oberender    
14203
14204 2001-12-15 [melvin]
14205
14206         * po/fr.po
14207                 updated french translation
14208
14209 2001-12-15 [paul]       0.6.5claws92
14210
14211         * sync with sylpheed 0.6.5cvs28
14212                 see ChangeLog entry 2001-12-14 (src/prefs_account.c)
14213
14214         * po/nl.po
14215                 update to allow for sync
14216
14217 2001-12-15 [alfons]
14218         
14219         * po/nl.po
14220                 update dutch translation
14221
14222 2001-12-14 [carsten]    0.6.5claws91
14223         * src/summaryview.c
14224                 fixed bug #473785; also after changing the column order
14225                 the same message will be selected and displayed as before
14226                 the reordering
14227
14228 2001-12-14 [carsten]    0.6.5claws90
14229         * src/folderview.c
14230                 probably found the bug reported by wwb opening or closing
14231                 a folder tree just before dnd (found the solution in the
14232                 balsa source -- thanks to them)
14233
14234 2001-12-14 [carsten]    0.6.5claws89
14235         * src/gtkutils.c
14236         * src/account.c
14237                 moved gtk_clist_moveto to the right place, so that
14238                 only the accounts dialog is effected on opening
14239
14240 2001-12-14 [carsten]    0.6.5claws88
14241         * src/gtkutils.c
14242                 gtkut_clist_set_focus_row does a gtk_clist_moveto
14243                 now, so that the focused row will be seen in any case
14244                 (reported by wwp on sf-claws-user)
14245
14246 2001-12-14 [darko]      0.6.5claws87
14247
14248         * src/compose.c
14249                 remove unnecessary line
14250
14251 2001-12-14 [paul]       0.6.5claws86
14252
14253         * sync with sylpheed 0.6.5cvs27
14254                 see ChangeLog entries 2001-12-14
14255
14256 2001-12-14 [carsten]    0.6.5claws85
14257         * src/mainwindow.c
14258                 following a suggestion of Melvin the rcoabm pops up
14259                 right under the button now and the button is reliefed
14260                 while the popup is open
14261
14262 2001-12-14 [darko]      0.6.5claws84
14263
14264         * src/compose.c
14265                 fix crash when wrapping long lines if linewrap quotation
14266                 is disabled and wrapper encounters a word spanning more
14267                 than one line
14268
14269 2001-12-13 [paul]       0.6.5claws83
14270
14271         * src/compose.c
14272                 prefer 'Reply-To' header over mailing list header when
14273                 replying to a message. Finally prevent all those confirmation 
14274                 messages being sent to the list itself.
14275
14276         * src/summaryview.c
14277                 remove unused summary_set_menu_sensitive() entry
14278
14279 2001-12-13 [paul]       0.6.5claws82
14280
14281         * src/folderview.c
14282         * src/pixmaps/inbox-hrm.xpm     ** NEW FILE **
14283         * src/pixmaps/outbox-hrm.xpm    ** NEW FILE **
14284         * src/pixmaps/trash-hrm.xpm     ** NEW FILE **
14285                 improvements to 'Hide read messages': Inbox, Outbox,
14286                 Trash, Queue, and Draft icons now reveal presence of hidden 
14287                 messages
14288
14289 2001-12-12 [alfons]     0.6.5claws81
14290
14291         0.6.5claws80 was tagged as LAST_STABLE
14292
14293         * src/filtering.[ch]
14294         * src/matcher.[ch]
14295         * src/matcher_parser_lex.c
14296                 fix the filtering; my last attempt to get it right, 
14297                 if it does not work, it's Hoa's turn. ;-)
14298
14299                 for my honourable peers:
14300                 
14301                 the code now makes a clear distinction between
14302                 rules as they are displayed (probably escaped),
14303                 and as they are executed (probably unescaped). the
14304                 parser does *NOT* do any unescaping, this is
14305                 the task of the matcher.c (which breaks up a
14306                 rule into condition) and the filtering.c (which
14307                 breaks up the rule's action). to make this
14308                 run happily we provide an unescaped copy of
14309                 crucial strings to the MatcherProp and 
14310                 FilteringAction structures. note that the only
14311                 exception to this is any REGEXP string. those
14312                 are directly passed to regcomp() and regexp()
14313                 (who have much more powerful unescape functions).
14314                 
14315                 for everyone else:
14316         
14317                 you can escape tab (\t), carriage return (\r),
14318                 linefeed (\n), form feed (\f), quote (\"), 
14319                 single quote (\'), bell (\b) in all the entry
14320                 lines in the scoring & filtering dialogs.
14321                 as an added bonus this should not affect
14322                 existing filtering rules.
14323
14324 2001-12-12 [carsten]    0.6.5claws80
14325
14326         * src/summaryview.c
14327         * po/de.po
14328                 "item(s) selected" is now sensitive to 1 or more
14329                 than one selected (nice for language where simple
14330                 adding of a "s" is not possible as German (Eintrag
14331                 ->Eintr"age)
14332                 
14333                 the "forward as attachment" entry from the right
14334                 click menu removed, "forward" acts following the
14335                 prefs
14336         
14337         * src/textview.c
14338                 reverted my former changes; so compiler warning again
14339                 but there's more GTK_TEXT/GTK_STEXT mixing on other places
14340                 nevertheless
14341
14342         * src/messageview.c
14343                 "search in message" does now *not* only work in MVIEW_TEXT
14344                 messages, but also in a MIMEVIEW_TEXT part of MVIEW_MIME
14345                 message
14346
14347         * src/mainwindow.c
14348                 removed "/File/_Close" as it was the same as "/File/E_xit"
14349                 and we don't need it two times
14350
14351                 the separate folder view and message view now get a distinct
14352                 WMCLASS, just in case someone is using sawfish ;-)
14353
14354                 as the menu entries "/View/Message view" and "/View/Folder tree"
14355                 are only doing something when SEPARATE_MESSAGE or SEPARATE_FOLDER
14356                 make them sensitive accordingly and as these two are "shown"
14357                 after startup anytime check this menuitem at startup
14358
14359 2001-12-12 [paul]       0.6.5claws79
14360
14361         * src/folderview.c
14362                 fix sensitivity of 'Search folder...', broken in
14363                 0.6.5claws75
14364
14365         * src/mainwindow.c
14366                 fix dodgy English
14367
14368 2001-12-11 [carsten]    0.6.5claws78
14369         * src/filtering.c
14370                 fixed two typos returning a wrong FALSE/TRUE
14371         * src/mainwindow.[ch]
14372                 extra menu for email/news button removed
14373
14374 2001-12-11 [alfons]     0.6.5claws77
14375         
14376         * src/matcher.c                 (1.3)
14377         * src/matcher_parser_lex.l      (1.28)
14378                 revert for another attempt
14379                 mark 0.6.5claws77 as LAST_STABLE
14380
14381 2001-12-11 [christoph]  0.6.5claws76
14382
14383         * po/de.po
14384                 fixed wrong translation for prev. unread msg
14385
14386 2001-12-11 [paul]       0.6.5claws75
14387
14388         * src/folder.[ch]
14389         * src/folderview.c
14390         * src/mainwindow.c
14391         * src/summaryview.[ch]
14392         * src/pixmaps/dir-open-hrm.xpm  ** NEW FILE **
14393                 enable ability to hide read messages on per folder basis via 
14394                 '/Summary/Hide read messages'; when selected, a folder will 
14395                 have a red open folder icon, instead of a blue icon, if the 
14396                 folder contains hidden messges
14397                 submitted by Thomas Link <t.link.tmp200101.gmx.net> 
14398
14399         * src/mainwindow.c
14400                 remove '/Message/Forward as attachment' from 
14401                 main_window_set_menu_sensitive() to prevent debug warning
14402
14403         * src/folderview.c
14404         * src/mainwindow.c
14405                 Clean up some of the English
14406
14407         * tools/newscache_clean.pl
14408                 allow for new 'hidereadmsgs' entry in folderlist.xml
14409
14410         * po/es.po
14411                 updated translation, submitted by Ricardo Mones Lastra
14412
14413 2001-12-11 [paul]       0.6.5claws74
14414
14415         * sync with sylpheed 0.6.5cvs25
14416                 see ChangeLog entry 2001-12-11
14417
14418 2001-12-10 [alfons]     0.6.5claws73
14419
14420         * src/matcher.c
14421                 add more control characters
14422         * src/matcher_parser_lex.l
14423                 make escaping / unescaping work again
14424
14425 2001-12-10 [alfons]     0.6.5claws72
14426
14427         * src/imap.c
14428                 clean up warnings "returning value for void function" 
14429         * src/prefs_filtering.c
14430                 make info button for execute action sensitive
14431
14432 2001-12-10 [paul]       0.6.5claws71
14433
14434         * src/compose.c
14435         * src/imap.[ch]
14436         * src/summaryview.c
14437                 fix: imap server now gets informed of MARKED, UNMARKED
14438                 and REPLY events. Now people can use different IMAP-Mail
14439                 clients and have the exact same information about MARKED,
14440                 UNMARKED and REPLY status with all of them. Especially
14441                 useful for imap servers with a web-frontend.
14442                 submitted by Tobias Sandhaas <medlor@web.de>
14443
14444 2001-12-09 [melvin]     0.6.5claws70
14445         
14446         * src/textview.[ch]
14447                 fixed bug #490076 (hunted down by Alfons who implemented
14448                 a workaround in 0.6.5claws65)
14449
14450 2001-12-09 [christoph]  0.6.5claws69
14451
14452         * src/summaryview.c
14453                 set pointer to string in LOCKED column to NULL
14454                 (might fix bug #490800)
14455
14456 2001-12-09 [carsten]    0.6.5claws68
14457
14458         * po/de.po
14459                 resolved some cluttered menu shortcuts 
14460                 ('creating new email' and 'creating news message'
14461                 hade the same)
14462         * src/compose.c
14463                 wmclass now distinc from main window
14464         * src/mainwindow.c
14465           src/mainwindow.h
14466                 email/news and forward button functionality similar
14467                 to the reply buttons; removed the ugly dropdown arrows
14468                 and use instead the right mouse button
14469
14470 2001-12-09 [paul]       0.6.5claws67
14471
14472         * src/imap.c
14473         * src/utils.h
14474                 allow spaces in imap folder names
14475                 submitted by Willem van Engen <wvengen@stack.nl>
14476
14477 2001-12-09 [paul]       0.6.5claws66
14478
14479         * sync with sylpheed 0.6.5cvs24
14480                 see ChangeLog entry 2001-12-09
14481
14482 2001-12-08 [alfons]     0.6.5claws65
14483
14484         * src/textview.c
14485                 prevent secondary selection claim after "add to sender" dialog
14486                 popped up. this is because there's a GDK_BUTTON_RELEASE pending.
14487                 we trick GTK by simulating a click at (0, 0) in the textview.
14488
14489 2001-12-08 [hoa]        0.6.5claws64
14490
14491         * src/folder.c
14492                 fixed a bug about the .processing folder name while filtering
14493
14494 2001-12-08 [alfons]     0.6.5claws63
14495
14496         * src/folderview.c 
14497                 work around problem of not correctly updating folder stats
14498                 when deleting messages. there's some folder scanning evil
14499                 going so the folderview_update_msg_num() does not work
14500                 correctly. need to investigate this.
14501
14502 2001-12-08 [paul]       0.6.5claws62
14503
14504         * sync with sylpheed 0.6.5cvs23
14505                 see ChangeLog entry 2001-12-08
14506
14507 2001-12-07 [christoph]  0.6.5claws61
14508
14509         * src/compose.c
14510                 fix another header translation problem
14511
14512 2001-12-07 [alfons]     0.6.5claws60
14513
14514         * src/mbox.c
14515                 make filtering also work on local spool mbox
14516
14517 2001-12-07 [carsten]    0.6.5claws59
14518         * src/addressbook.c
14519                 addressbook window gets a wmclass distinct from the main
14520                 sylpheed window
14521         * src/compose.h
14522         * src/mainwindow.[ch]
14523                   forward menu item will use mode selected in prefs, forward 
14524                 as attatchment in menu removed (will be substituted in the
14525                 toolbar similar to reply buttons)
14526                   create news message menu entry and news button is now 
14527                 sensitive to the existance of a news account
14528         * src/pixmaps/stock_mail_reply_quote.xpm           ** REMOVED **
14529         * src/pixmaps/stock_mail_reply_to_all_quote.xpm    ** REMOVED **
14530         * src/pixmaps/stock_mail_reply_to_sender_quote.xpm ** REMOVED **
14531                 these are removed because the toolbar buttons don't show
14532                 the quoting modus any longer
14533
14534 2001-12-07 [paul]
14535
14536         * tools/newscache_clean.pl      ** NEW FILE **
14537                 perl script to do some tidying up in the newscache directory 
14538                 
14539         * tools/sylpheed-switcher       ** NEW FILE **
14540                 perl script to enable easy switching between main and claws
14541                 
14542         * tools/README
14543                 added descriptions of the two new perl scripts          
14544
14545
14546 2001-12-07 [melvin]     0.6.5claws58
14547
14548         * src/messageview.c
14549                 fixed a warning during compilation introduced in 0.6.5claws56
14550
14551 2001-12-07 [paul]       0.6.5claws57
14552
14553         * src/mainwindow.[ch]
14554         * src/menu.[ch]
14555                 further usability enhancements to replying with or without 
14556                 quoting via the toolbar, use of Ctrl key is replaced by 
14557                 drop down menu 
14558                 Submitted by Carsten Schurig            
14559
14560 2001-12-07 [melvin]     0.6.5claws56
14561
14562         * src/messageview.c
14563                 hack to fix bug that prevented to make/paste selections
14564                 after switching between MVIEW_TEXT and MVIEW_MIME views
14565                 without deselecting the selection first.
14566
14567 2001-12-06 [alfons]     0.6.5claws55
14568
14569         * src/filtering.[ch]
14570         * src/inc.c
14571                 revise filtering a little bit more, and make sure
14572                 messages are delivered to the appropriate inbox
14573                 (perhaps set per account)
14574
14575 2001-12-06 [paul]       0.6.5claws54
14576
14577         * sync with sylpheed 0.6.5cvs22
14578                 see ChangeLog entry 2001-12-06
14579
14580 2001-12-05 [alfons]     0.6.5claws53
14581
14582         * src/inc.c
14583         * src/folder.[ch]
14584         * src/procmsg.c
14585         * src/filtering.c
14586                 more revisions of filtering system
14587                 (last stable version is marked as LAST_STABLE)
14588                 
14589                 | NOTE 1): the filtering system now uses a local folder called
14590                 | .processing. if filtering fails, check this directory
14591                 | for missing messages.
14592                 |
14593                 | NOTE 2): help us find the filtering actions still missing
14594
14595 2001-12-05 [paul]       0.6.5claws52
14596
14597         * src/mainwindow.c
14598                 fix bug where 'Empty Trash?' pop-up window appears even
14599                 when Trash is empty, submitted by Jesse Skinner         
14600
14601 2001-12-05 [melvin]     0.6.5claws51
14602
14603         * src/compose.c
14604                 fixed bug #486106 to select correct account when reediting 
14605                 a queued message
14606         
14607 2001-12-04 [alfons]     0.6.5claws50
14608
14609         * src/mh.c
14610                 declare markfile in appropriate functions when
14611                 no fchmod() is found (thanks to Mark Heerdink <marc@koelkast.net>
14612                 for spotting this)
14613
14614 2001-12-04 [paul]       0.6.5claws49
14615
14616         * sync with sylpheed 0.6.5cvs21
14617                 see ChangeLog entry 2001-12-04
14618
14619 2001-12-03 [christoph]  0.6.5claws48
14620
14621         * po/de.po
14622                 changed translation of undo
14623         * src/account.c
14624         * src/folder.c
14625                 don't reinvent the wheel to traverse a GNode
14626         * src/compose.[ch]
14627                 seperate code to create the compose gui into functions
14628                 add "Others" page with folder selection for saving copy
14629                 of the message.
14630                 the folder identifier is saved to queue header
14631         * src/procmsg.c
14632                 save message to folder in queue header
14633
14634 2001-12-03 [paul]       0.6.5claws47
14635
14636         * sync with sylpheed 0.6.5cvs20
14637                 see ChangeLog entry 2001-12-03
14638
14639 2001-12-01 [paul]
14640
14641         * more sync with sylpheed 0.6.5cvs19
14642                 see ChangeLog entry 2001-11-29
14643
14644 2001-11-30 [paul]       0.6.5claws46
14645         
14646         * src/compose.c
14647                 remove conflicts introduced by Hoa's last commit
14648          
14649         * src/mainwindow.c
14650                 make 'Message/Bounce' sensitive
14651
14652 2001-11-30 [hoa]        0.6.5claws45
14653
14654         * src/compose.c
14655                 slightly change bounce function to add
14656                 information about the user that bounced the mail
14657                 in the From header line.
14658
14659         * src/folderview.c
14660                 permit the use of processing in outbox folder.
14661
14662 2001-11-29 [paul]       0.6.5claws44
14663
14664         * src/mainwindow.[ch]
14665         * src/prefs_common.c
14666         * src/pixmaps/stock_mail_reply_quote.xpm            ** NEW FILE **
14667         * src/pixmaps/stock_mail_reply_to_all_quote.xpm     ** NEW FILE **
14668         * src/pixmaps/stock_mail_reply_to_author_quote.xpm  ** NEW FILE **
14669                 usability enhancements to the quoting, implements
14670                 use of Ctrl key to toggle quoting settings
14671                 Submitted by Carsten Schurig <Carsten.Schurig@web.de>
14672
14673 2001-11-29 [paul]       0.6.5claws43
14674         
14675         * sync with sylpheed 0.6.5cvs19
14676                 see ChangeLog entry 2001-11-28
14677
14678 2001-11-29 [melvin]     0.6.5claws42
14679         * src/Makefile.am
14680                 added enriched.[ch] to the list of files
14681
14682         * src/textview.c
14683         * src/mimeview.c
14684         * src/procmime.[ch]
14685         * src/enriched.[ch]
14686                 added support to view text/enriched
14687                 added support to show headers in message view for text/enriched and text/html
14688                         in non multipart messages
14689
14690 2001-11-28 [paul]       0.6.5claws41
14691
14692         * more sync with sylpheed 0.6.5cvs18
14693                 see ChangeLog entry 2001-11-27 (src/prefs_common.c)
14694
14695 2001-11-27 [paul]       0.6.5claws40
14696         
14697         * po/pt_BR.po
14698                 updated translation, submitted by Fabio Junior Beneditto
14699                 
14700         * sync with sylpheed 0.6.5cvs18
14701                 see ChangeLog entries 2001-11-26 (src/textview.c) and
14702                 2001-11-27
14703
14704
14705 2001-11-26 [paul]
14706
14707         * po/es.po
14708                 updated translation, submitted by Ricardo Mones Lastra
14709
14710 2001-11-26 [alfons]
14711
14712         * src/matcher.c
14713                 add more translatable strings
14714
14715 2001-11-26 [christoph]  0.6.5claws39
14716
14717         * po/de.po      
14718                 fixed one more umlaut
14719         * src/compose.c
14720                 fix translated header when it should not be translated
14721
14722 2001-11-26 [paul]       0.6.5claws38
14723
14724         * src/mainwindow.c
14725                 remove '/Message/Add Sender to address book' from 
14726                 main_window_set_menu_sensitive(), prevent debug warning
14727                 add 'Message/Mark/Mark all read' to mainwin_entries[]
14728
14729 2001-11-26 [paul]       0.6.5claws37
14730
14731         * src/summaryview.c
14732                 fix 'recurring unread state' bug 
14733
14734         * tools/README 
14735         * tools/filter_conv.pl
14736                 read name of top level mailbox from folderlist.xml
14737                 and presume nothing about its name              
14738
14739 2001-11-26 [darko]      0.6.5claws36
14740
14741         * src/gtkstext.[ch]
14742                 removed functions that are now in gtkutils.c
14743                 use gtkut_text_is_uri_string() from gtkutils.c
14744         * fix my comment on 2001-11-23 (missing gtkutils.[ch])
14745
14746 2001-11-26 [paul]       0.6.5claws35
14747
14748         * sync with sylpheed 0.6.5cvs16
14749                 see ChangeLog entries 2001-11-25 and 2001-11-26
14750
14751 2001-11-25 [alfons]     0.6.5claws34
14752
14753         EXPERIMENTAL!!! Please checkout the last stable version using: 
14754           
14755         % cvs update -r LAST_STABLE -dRAP
14756
14757         (Or help us testing this stuff.)
14758
14759         * src/filtering.c               (1.14)
14760         * src/filtering.h               (1.6)
14761         * src/inc.c                     (1.28)
14762         * src/matcher.c                 (1.20)
14763         * src/mbox.c                    (1.9)
14764         * src/procmsg.h                 (1.14)
14765         * src/summaryview.c             (1.59)
14766         * src/summaryview.h             (dunno)
14767                 revert/merge/sync to as it was before commit 
14768                 on Thu, 19 Jul 2001 10:15:51 -0700.
14769
14770 2001-11-25 [hoa]        0.6.5claws33
14771
14772         * src/main.c
14773                 processing mails at startup
14774
14775         * src/folderview.c
14776         * src/summaryview.[ch]
14777                 processing mails when entering folder
14778
14779         * src/prefs_filtering.c
14780                 fixed some UI bugs
14781
14782 2001-11-24 [alfons]     0.6.5claws32
14783
14784         * src/summaryview.[ch]
14785                 make summary sort headers work, and also make
14786                 sure the sort type is stored
14787
14788 2001-11-23 [alfons]     0.6.5claws31
14789
14790         * src/summaryview.[ch]
14791                 make lock work like mark
14792                 disallow deleting messages marked as locked
14793
14794 2001-11-23 [alfons]     0.6.5claws30
14795
14796         * src/gtkstext.c
14797         * src/compose.[ch]
14798         * src/Makefile.am
14799         * src/undo.[ch]
14800                 merge undo patch submitted by Jens
14801
14802 2001-11-23 [christoph]  0.6.5claws29
14803
14804         * src/.cvsignore
14805                 added ylwrap
14806         * src/compose.c
14807                 fixed gpg signing and encoding
14808         * src/folder.[ch]
14809         * src/main.c
14810                 added --status option to get new, unread and total
14811                 message count from a running sylpheed
14812         * src/prefs_common.c
14813                 temporary fix for reply_with_quote problem
14814                 (don't call functions for non existing widget)
14815         * src/procmsg.c
14816                 one more check for ignored threads but still not
14817                 always working correctly. probably a recursive
14818                 check for all parents is needed
14819
14820 2001-11-23 [darko]      0.6.5claws28
14821
14822         * src/compose.c
14823                 wrapping on send improvements
14824         * src/gtkutils.[ch]
14825                 fix for GtkSText after last sync with main branch
14826                 GTK_TEXT -> GTK_STEXT
14827
14828 2001-11-23 [paul]       0.6.5claws27
14829
14830         * sync with sylpheed 0.6.5cvs14
14831                 see ChangeLog entries 2001-11-22 and 2001-11-23
14832                 
14833         * po/de.po
14834                 fixed the scrambled umlauts 
14835                 submitted by Carsten Schurig <Carsten.Schurig@web.de>
14836
14837 2001-11-21 [paul]       0.6.5claws26
14838
14839         * sync with sylpheed 0.6.5cvs12
14840                 see 2nd ChangeLog entry dated 2001-11-20
14841
14842 2001-11-20 [paul]       0.6.5claws25
14843
14844         * sync with sylpheed 0.6.5cvs11
14845                 see ChangeLog entry 2001-11-19 (src/utils.c)
14846
14847 2001-11-20 [hiro]
14848
14849         * src/compose.c
14850                 GTK_TEXT -> GTK_STEXT
14851                 fix for wrong comment
14852
14853 2001-11-20 [hiro]       0.6.5claws24
14854
14855         * src/compose.[ch]
14856                 more merges from main branch
14857                 removed fatal warnings (uninitialized variables etc.)
14858                 some coding style fix
14859         * src/gtkutils.h
14860                 fixed typo.
14861         * src/addressbook.c
14862           src/addrindex.c
14863                 V-Card -> vCard
14864
14865 2001-11-19 [hoa]        0.6.5claws23
14866
14867         * src/filtering.c
14868         * src/prefs_scoring.c
14869         * src/matcher.[ch]
14870         * src/scoring.c
14871                 cleaning code
14872
14873         * src/matcher_parser_parse.y
14874         * src/prefs_filtering.c
14875                 bouncing
14876
14877 2001-11-19 [alfons]     0.6.5claws22
14878
14879         more of my old things into claws
14880
14881         * src/Makefile.am
14882         * src/prefs_common.c
14883         * src/procmsg.h
14884         * src/summaryview.[ch]
14885         * src/prefs_summary_column.c
14886         * src/pixmaps/locked.xpm
14887                 add indicators for locking of message in summary view
14888                 (does not work yet, only visual indicator)
14889
14890 2001-11-19 [paul]       0.6.5claws21
14891
14892         * sync with sylpheed 0.6.5cvs10
14893                 see ChangeLog entry 2001-11-19
14894
14895 2001-11-18 [alfons]     0.6.5claws20
14896         
14897         * src/filtering.c
14898                 remove an inadvertent free I forgot in previous clean up 
14899
14900 2001-11-18 [alfons]     0.6.5claws19
14901
14902         * src/filtering.[ch]
14903                 clean up & plug leaks
14904
14905 2001-11-18 [paul]       0.6.5claws18
14906
14907         * sync with sylpheed 0.6.5cvs9
14908                 see ChangeLog entries 2001-11-17 and 2001-11-18
14909
14910 2001-11-16 [paul]       0.6.5claws17
14911
14912         * sync with sylpheed 0.6.5cvs8
14913                 see ChangeLog entry 2001-11-16, src/grouplistdialog.c
14914
14915 2001-11-16 [paul]       0.6.5claws16
14916
14917         * sync with sylpheed 0.6.5cvs7
14918                 see ChangeLog entries 2001-11-15 and 2001-11-16
14919
14920 2001-11-15 [hoa]        0.6.5claws15
14921
14922         * src/compose.c
14923                 fix bounce, mails we received couln't be bounced to ourself.
14924
14925         * src/defs.h
14926         * src/filtering.[ch]
14927         * src/matcher.[ch]
14928         * src/matcher_parser.h
14929         * src/matcher_parser_lex.l
14930         * src/matcher_parser_parse.y
14931         * src/inc.c
14932         * src/main.c
14933         * src/mbox.c
14934         * src/prefs_filtering.[ch]
14935         * src/mainwindow.c
14936         * src/prefs_matcher.c
14937         * src/prefs_scoring.c
14938         * src/scoring.[ch]
14939         * src/summaryview.c
14940                 new matcher/filter/score configuration file parser
14941                 one unique configuration file => ~/.sylpheed/matcherrc
14942                 import in currently automatic, then save are made
14943                 in this new file.
14944                 one filter per folder and one global filter
14945                 (filter of a folder will be used as folder processing)
14946
14947         * src/folder.c
14948                 fix a bug in folder_item_get_identifier
14949                 
14950         * src/messageview.c
14951                 receive receipt return are fixed.
14952
14953 2001-11-14 [alfons]     0.6.5claws14
14954
14955         * src/session.h
14956                 add things from main branch to make claws compile
14957
14958 2001-11-14 [paul]       0.6.5claws13
14959
14960         * merge with SYNC-B4-REL and sync with sylpheed 0.6.5cvs5
14961                 see ChangeLog entries 2001-11-08 to 2001-11-14
14962
14963 2001-11-14 [hoa] 0.6.5claws12
14964
14965         * src/compose.[ch]
14966         * src/mainwindow.c
14967         * src/summaryview.c
14968                 add "bounce mail" option
14969
14970 2001-11-13 [christoph]  0.6.5claws11
14971
14972         * src/compose.c
14973                 Cleanup a mess i add before commiting
14974
14975 2001-11-13 [hoa]        0.6.5claws10
14976
14977         * src/compose.c
14978                 some fixes when mail are sent or
14979                 for crossposts
14980
14981 2001-11-13 [christoph]  0.6.5claws9
14982
14983         * po/de.po
14984                 Changed two string with the same translation
14985         * src/compose.c
14986         * src/procmsg.[ch]
14987         * src/send.[ch]
14988                 New mailsending process:
14989                   - Always queue message before sending
14990                     (message will be saved if sylpheed crashed or
14991                      freezes while sending)
14992                   - Allow queuing of newspostings
14993                   - No copy in outbox before sending
14994                     (closes bug #469501)
14995                   - No more redundant code for send and send_later
14996         * src/summaryview.c
14997                 Applied wwp <subscript@free.fr>'s patch that fixes
14998                 marks for multiple forwarded messages (+compose.c)
14999
15000 2001-11-12 [alfons]
15001
15002         * README.claws
15003                 remove things that are now in main branch
15004         
15005         * po/nl.po
15006                 update Dutch translation
15007
15008 2001-11-12 [mhadasht]   0.6.5.claws8
15009
15010         * src/prefs_common.c
15011                 re-enabled account autoselection feature for forward
15012                 and reedit lost during the branch point for SYNC-B4-REL
15013         * src/gtkspell.c
15014                 gtkpspell_get_dict(): more readable code (even if function is
15015                 not used yet)
15016         * ChangeLog.claws
15017                 added version number info to 2001-11-12 [hiro] comment.
15018
15019 2001-11-12 [hiro]       0.6.5.claws7
15020
15021         * src/compose.c
15022                 compose_forward(): fixed a bug that forward quote mark
15023                 wasn't used.
15024                 removed unnecessary code.
15025         * src/template_select.[ch]: removed.
15026
15027 2001-11-11 [alfons]
15028
15029         * src/compose.c
15030                 :%s/GTK_TEXT/GTK_STEXT/g
15031         
15032         * src/compose.[ch]
15033         * src/undo.[ch]
15034         * src/Makefile.am
15035                 revert the undo stuff (this is 0.6.6claws stuff)
15036
15037 2001-11-11 [hoa]        0.6.5.claws6
15038
15039         * src/compose.[ch]
15040                 Insert signature at the end of the text.
15041                 Added undo patch but currently disabled
15042
15043         * src/procmsg.c
15044                 Threading by subject improved.
15045
15046         * added src/undo.[ch]
15047                 Undo module for compose dialog box.
15048
15049 2001-11-11 [alfons]     0.6.5.claws5
15050
15051         * src/procmsg.c
15052                 prevent threading by subject on nodes that have already been
15053                 threaded by in-reply-to (as in "circular references in a tree
15054                 result in a dead branch")
15055
15056 2001-11-09 [hoa]        0.6.5.claws4
15057         
15058         * src/folderview.c
15059                 allows creation of mbox folder item from any files.
15060
15061 2001-11-09 [alfons]     0.6.5.claws3
15062         
15063         * src/utils.c
15064         * src/procmsg.c
15065                 do what I mean and correct threading by subject so it really
15066                 ignores attracting lines without "Re: "
15067
15068 2001-11-07 [alfons]     0.6.5.claws2
15069
15070         * src/procmsg.c
15071         * src/utils.[ch]
15072                 only attract by subject if a subject line starts with a "Re: "
15073         * src/syldap.c
15074                 remove warning
15075
15076 2001-11-07 [paul]       0.6.5claws1
15077
15078         * sync with sylpheed 0.6.5. release
15079                 see ChangeLog entry 2001-11-07
15080
15081 2001-11-07 [paul]       0.6.4claws31
15082
15083         * sync with sylpheed 0.6.4cvs18
15084                 see ChangeLog entries 2001-10-30 to 2001-11-07
15085                 prefs_templates.[ch] renamed prefs_template.[ch]
15086
15087 2001-11-06 [alfons]
15088         
15089         * src/utils.h
15090                 add semicolon Hoa forgot ;-)
15091                 
15092
15093 2001-11-06 [hoa]        0.6.4claws30
15094         
15095         * src/procmsg.c
15096         * src/summaryview.c
15097         * src/utils.c
15098         * src/utils.h
15099                 threading by subject - empty subject are ignored
15100
15101 2001-11-06 [christoph]  0.6.4claws29
15102
15103         * src/socket.c
15104                 use SSL_peek for sock_gets
15105         * src/utils.c
15106                 removed unneeded pointer in extracting quoted
15107                 names implementation
15108
15109 2001-11-06 [melvin]     0.6.4claws28
15110
15111         * src/gtkspell.c
15112                 fixed bug #476792 Selection overtyping with spell checker
15113                 fixed bug which could cause a buffer overflow
15114                 fixed a memory leak
15115
15116 2001-11-06 [hoa]        0.6.4claws27
15117         
15118         * src/procmsg.c
15119         * src/summaryview.c
15120                 threading by subject
15121
15122 2001-11-05 [alfons]     0.6.4claws26
15123         
15124         * README.claws
15125                 Claws -> Sylpheed (vice versa)
15126
15127         * src/compose.c
15128                 :%s/gtk_text/gtk_stext/g
15129                 :%s/GTK_TEXT/GTK_STEXT/g
15130                 (thanks to Jonathan Ware for spotting this)
15131
15132 2001-11-04 [christoph]  0.6.4claws25
15133
15134         * src/summaryview.c
15135                 replace Xalloca + strdup with Xstrdup_a
15136         * src/utils.c
15137                 better implementation of extracting quoted names
15138                 from addresses (remove backlashes and ignore
15139                 quotes after them)
15140
15141 2001-11-04 [alfons]     0.6.4claws24
15142
15143         * src/utils.[ch]
15144                 edit to comply more with coding style
15145
15146         * src/textview.c
15147                 fix bug reported by Kim Schulz. introduced by the patch integrated
15148                 in 0.6.4claws15. the code did not check the return value of
15149                 the html parser.
15150
15151         * AUTHORS
15152                 add Jonathan Ware and close "[ #475955 ] Enhanced Mailto Patch"
15153
15154 2001-11-04 [christoph]  0.6.4claws23
15155
15156         * src/main.c
15157         * src/prefs_common.[ch]
15158                 init some pointers that possibly caused a segfault
15159                 reported in the claws-users ML
15160
15161 2001-11-04 [hoa]        0.6.4claws22
15162
15163         * src/grouplistdialog.c
15164                 change the names of the nodes in the tree
15165
15166         * src/compose.c
15167                 enhanced mailto syntax as described in
15168                 http://developer.netscape.com/viewsource/husted_mailto/mailto.html
15169                 (thanks to Jonathan Ware <jonathan_ware@gmx.co.uk>)
15170
15171         * src/utils.c
15172                 encode and decode URI (useful when opening URL into
15173                 netscape).
15174
15175 2001-11-03 [hoa]        0.6.4claws21
15176
15177         * src/grouplistdialog.c
15178                 a new newsgroups list selection dialog box
15179                 with a CTree instead of a CList
15180
15181 2001-11-03 [hoa]        0.6.4claws20
15182
15183         * src/folderview.c
15184                 enable property and scoring options when right
15185                 click on "inbox"
15186
15187         * src/summaryview.c
15188                 fixed bug when nickname were displayed using
15189                 the address book.
15190
15191 2001-11-02 [darko]      0.6.4claws19
15192
15193         * src/compose.c
15194                 new wrap quotation and URL/long words wrapping implementation
15195         * src/compose.c src/gtkstext.[ch]
15196                 move gtkstext_strncmp() to gtkstext.c
15197
15198 2001-11-01 [christoph]  0.6.4claws18
15199
15200         * src/prefs_account.c
15201                 fixed mess in account settings dialog
15202         * src/prefs_folder_item.c
15203                 added label with folder path to dialog
15204
15205 2001-10-31 [match]      0.6.4claws17
15206
15207         * src/vcard.c
15208                 fix memory leak.
15209         * src/addrbook.c
15210                 fix generation of spurious address book file names.
15211                 remove redundant functions.
15212         * po/POTFILES.in
15213                 added missing file names.
15214
15215 2001-10-30 [paul]       0.6.4claws16
15216
15217         * sync with sylpheed 0.6.4cvs6
15218                 see ChangeLog entries 2001-10-26 to 2001-10-30
15219
15220         * tools/filter_conv.pl
15221                 read folderlist.xml to discover whether the top-level
15222                 folder is called 'Mailbox' or 'Mail' 
15223
15224 2001-10-29 [paul]       0.6.4claws15
15225
15226         * src/html.c, src/textview.c
15227                 activate links in html mail and fix clickable parts
15228                 Submitted by Matthieu Dazy <dazy@t-surf.com>
15229
15230 2001-10-29 [paul]
15231
15232         * po/de.po, po/es.po, po/pt_BR/po
15233                 updated translations, submitted by Jens Oberender,
15234                 Ricardo Mones Lastra, and Fabio Junior Beneditto
15235
15236 2001-10-29 [darko]      0.6.4claws14
15237
15238         * src/compose.c
15239                 fix wrapping for good
15240
15241 2001-10-29 [darko]
15242
15243         * src/compose.c
15244                 undo previous change as it broke the smart wrapping
15245
15246 2001-10-29 [darko]      0.6.4claws13
15247
15248         * src/compose.c
15249                 fix infinite loop when long URL is quoted
15250                 (closes bug #475122.
15251
15252 2001-10-28 [match]
15253
15254         * src/mutt.[ch] src/importmutt.[ch] src/mgutils.[ch] src/addressbook.c src/Makefile.am
15255                 import Mutt address book
15256         * src/ldif.[ch] src/importldif.h
15257                 modified import LDIF handle user attributes
15258
15259 2001-10-28 [christoph]  0.6.4claws12
15260
15261         * src/summaryview.c
15262                 fixed that filtering did not work if there
15263                 were no filter rules
15264                 (closes bug #472003 and better implementation
15265                  of patch #474644)
15266
15267 2001-10-27 [christoph]  0.6.4claws11
15268
15269         * src/compose.c
15270                 make the folder's default account to be used when
15271                 replying. (patch by wwp <subscript@free.fr>)
15272         * src/compose.c
15273                 code cleanup, nearly killed all of wwp's patch
15274                 for folder's default account in compose
15275         * src/folderview.c
15276                 error panel when a folder could not be created
15277                 (closes bug #471080 new folder name & already
15278                  existing file)
15279
15280 2001-10-26 [alfons]
15281
15282         * src/utils.h
15283                 change prototype of strstr2() that Christoph forgot about
15284
15285 2001-10-26 [christoph]  0.6.4claws10
15286
15287         * src/account.c
15288                 made search for accounts by email address not case
15289                 sensitive
15290         * src/folder.c
15291                 fixed memory leak in folder_item_get_identifier
15292         * src/gtkspell.c
15293         * src/utils.c
15294                 fixed wrong strstr2 (should work like strstr)
15295
15296 2001-10-26 [darko]      0.6.4claws9
15297
15298         * src/compose.c src/gtkstext.[ch]
15299         * src/gtkstext.c
15300                 move is_url_string() and gtkstext_str_strcmp() to gtkstext.c
15301
15302 2001-10-26 [paul]       0.6.4claws8
15303
15304         * src/html.c
15305                 ignore css and javascript tags in html mail
15306                 case-insensitive, with or without double-quoted
15307                 strings
15308
15309 2001-10-26 [paul]       0.6.4claws7
15310
15311         * sync with sylpheed 0.6.4cvs1
15312                 see ChangeLog entry 2001-10-26
15313
15314         * src/prefs_account.c, src/prefs_common.c,
15315           src/prefs_summary_column.c
15316                 minor improvements to the English
15317
15318 2001-10-25 [alfons]     0.6.4claws6
15319
15320         * src/gtkstext.c
15321         
15322                 make GtkSText follow style of GtkText (closes bug 
15323                 #469211 "text selection while writing message")
15324                 
15325                 do sync with GTK 1.2.10
15326
15327 2001-10-25 [paul]       0.6.4claws5
15328
15329         * src/html.c
15330                 ignore css tags in html mail
15331
15332 2001-10-25 [darko]      0.6.4claws4
15333
15334         * src/compose.c
15335                 don't declare is_url_string as static function since
15336                 we need it in gtkstext.c
15337         * src/gtkstext.c
15338                 remove unused variable
15339                 don't wrap long URLs while composing a message
15340
15341 2001-10-24 [christoph]  0.6.4claws3
15342
15343         * src/socket.c
15344                 fix ssl deadlock, when peer closes connection
15345
15346 2001-10-24 [paul]       0.6.4claws2
15347
15348         * src/prefs_common.c
15349                 gettextize the gpg ascii-armored warning message
15350
15351         * src/compose.c
15352                 insert a DOS/MAC file into the composed message
15353                 (improvements)
15354
15355         * Both submitted by Thierry Godefroy <godefroy@imaginet.fr>
15356
15357 2001-10-22 [paul]       0.6.4claws1
15358
15359         * sync with sylpheed 0.6.4 release
15360                 see ChangeLog entries 2001-10-21
15361
15362         * po/fr.po, po/pt_BR.po
15363                 updated by Melvin Hadasht and Fabio Junior Beneditto
15364
15365 2001-10-21 [paul]       0.6.3claws30
15366
15367         * src/compose.c
15368                 insert a DOS text file from the compose window
15369                 into the composed message text (removes CRs characters)
15370                 Submitted by Thierry Godefroy <godefroy@imaginet.fr>
15371
15372         * tools/filter_conv.pl, tools/README
15373                 automatically use ~/.sylpheed as working directory
15374                 print out confirmation message on completion
15375
15376         * correct Hoa's last ChangeLog.claws entry
15377
15378 2001-10-20 [hoa]        0.6.3claws29
15379
15380         * src/grouplistdialog.c
15381                 bugfix (another ?) to give the right
15382                 newsgroups list for each news server.
15383
15384         * src/news.c
15385         * src/news.h
15386                 improve the newsgroups list cache
15387
15388 2001-10-20 [paul]       0.6.3claws28
15389
15390         * sync with sylpheed 0.6.3cvs9
15391                 see ChangeLog entry 2001-10-19
15392
15393         * correct Alfons' last ChangeLog.claws entry
15394
15395 2001-10-19 [alfons]
15396
15397         * src/pgptext.[ch]
15398                 fix compilation problems (part of bug #472895)
15399
15400 2001-10-18 [hoa]        0.6.3claws27
15401
15402         * src/grouplistdialog.c
15403                 bugfix when we refresh was clicked (bug 472701)
15404
15405 2001-10-19 [christoph]  0.6.3claws26
15406
15407         * src/compose.c
15408                 last header entry should default to "To:" or
15409                 "Newsgroups:" and not copy the last entry line
15410                 in a new compose window
15411                 (closes bug #472686, #470792)
15412
15413 2001-10-19 [paul]       0.6.3claws25
15414
15415         * sync with Sylpheed 0.6.3cvs8
15416                 see ChangeLog entries 2001-10-18 and 2001-10-19
15417
15418 2001-10-18 [christoph]  0.6.3claws24
15419
15420         * src/procmsg.c
15421                 reimplement ignore thread
15422         
15423 2001-10-18 [hoa]        0.6.3claws23
15424
15425         * src/folderview.c
15426         * src/grouplistdialog.[ch]
15427                 enhanced news subscription interface (feature 469113)
15428
15429         * src/news.c
15430         * src/news.h
15431                 enchanced newsgroup listing,
15432                 now, we can get groups informations
15433                 (NNTPGroupInfo)
15434
15435 2001-10-18 [paul]       0.6.3claws22
15436
15437         * src/summaryview.c
15438                 remove comment (sync with main branch)
15439         * src/mainwindow.c
15440                 fix 'Re-edit' bug in 'Message' menu
15441
15442 2001-10-17 [christoph]  0.6.3claws21
15443
15444         * src/compose.c
15445                 ignore empty or whitespace only header lines
15446
15447 2001-10-17 [paul]       0.6.3claws20
15448
15449         * sync with sylpheed 0.6.3cvs7
15450                 see ChangeLog entries 2001-10-14, 2001-10-16, and
15451                 2001-10-17
15452
15453 2001-10-17 [darko]
15454
15455         * src/compose.c
15456                 wrap long lines without spaces
15457                 don't wrap URLs
15458
15459 2001-10-16 [paul]
15460
15461         * po/es.po, po/nl.po, po/pt_BR.po
15462                 updated by Ricardo Mones Lastra, Alfons,
15463                 and Fabio Junior Beneditto
15464
15465         * sylpheed-0.6.3claws released
15466
15467 2001-10-15 [melvin] 0.6.3claws18
15468
15469         * README.claws
15470                 added summary and detailed installation instructions
15471                 for spell checker
15472         * po/fr.po
15473                 Updated, corrected and completed french translation
15474
15475 2001-10-15 [hoa] 0.6.3claws17
15476         * src/grouplistdialog.c
15477                 we can choose the newsgroups to display with wildcards
15478
15479 2001-10-15 [christoph]  0.6.3claws16
15480
15481         * src/account.c
15482         * src/compose.c
15483         * src/prefs_folder_item.[ch]
15484                 applied wwp <subscript@free.fr>'s folder
15485                 default account patch
15486         * po/de.po
15487                 Fixed wrong translation
15488
15489 2001-10-13 [alfons, christoph, melvin]  
15490                         0.6.3claws15
15491
15492         solution #2 to solve MT-safety problems defers all GUI related calls
15493         to the main thread using a gtk_idle_add() callback. discussed on
15494         ircnet #sylpheed, with christoph spotting some issues with the
15495         original code, and melvin allowing us to lobotomize his sylpheed.
15496
15497         * src/syldap.[ch], src/main.c
15498                 fix race problem in ldap search thread by deferring GUI 
15499                 stuff to main thread using gtk_idle_add()
15500
15501 2001-10-13 [paul]       0.6.3claws14
15502
15503         * src/prefs_account.[ch], src/send.c, src/smtp.[ch]
15504                 add Sergey's smtpcred.patch
15505                 adds separate username/password setting for SMTP Auth
15506                 needed by some servers
15507                 (closes feature request #471659)
15508
15509 2001-10-13 [paul]       0.6.3claws13
15510
15511         * src/pgptext.[ch] **NEW FILES**
15512         * src/Makefile.am, src/messageview.c, src/mimeview.c
15513                 decrypt ascii-armored gpg text embedded in
15514                 the message body.
15515                 Submitted by Jens Jahnke <jan0sch@gmx.net>
15516
15517 2001-10-13 [christoph]  0.6.3claws12
15518
15519         * README.claws
15520                 some more details on default to and
15521                 feature requests
15522         * src/main.c
15523                 init glib threading when ldap is used
15524         * src/syldap.c
15525                 threading fixes
15526         * po/de.po
15527                 fixed a typo
15528
15529 2001-10-12 [paul]       0.6.3claws11
15530
15531         * src/prefs_common.[ch], src/rfc2015.c
15532                 enable ascii-armored gpg text to be embedded in the
15533                 message body, selectable through the 'Privacy'
15534                 preferences. Supports encrypting only.
15535                 Submitted by Ravemax <ravemax@dextrose.com>
15536
15537 2001-10-12 [paul]       0.6.3claws10
15538
15539         * sync with sylpheed 0.6.3cvs6
15540                 see ChangeLog entries 2001-10-11 and 2001-11-12
15541
15542         * src/folderview.c
15543                 incorporated mbox folders, scoring, and folder
15544                 properties into the sync
15545
15546 2001-10-12 [darko]      0.6.3claws9
15547
15548         * README.claws
15549                 describe quotation wrapping
15550         * src/compose.c
15551                 don't treat tab as space to calculate line length properly
15552
15553 2001-10-11 [alfons]
15554
15555         * README.claws
15556                 correct description of how to make new filtering system work,
15557                 add some other things
15558                 
15559         * src/syldap.c
15560                 remove sched_yield() (not necessary / unportable)
15561
15562 2001-10-11 [paul]       0.6.3claws8
15563
15564         * sync with sylpheed 0.6.3cvs3
15565                 see ChangeLog entry 2001-10-10
15566
15567 2001-10-10 [christoph]  0.6.3claws7
15568
15569         * .cvsignore
15570                 ignore 2 files created by newer autotools
15571         * src/prefs_folder_item.c
15572                 using table for widget alignment
15573                 fixed memory leak and broken octal display
15574         * src/filesel.c
15575                 fixed segfault caused by lost filename
15576                 workaround (closes bug #469551)
15577
15578 2001-10-10 [paul]       0.6.3claws6
15579
15580         * sync with sylpheed 0.6.3cvs2
15581                 see ChangeLog entries 2001-10-09 and 2001-10-10
15582
15583 2001-10-10 [darko]      0.6.3.claws5
15584
15585         * src/gtkstext.c
15586                 proper calculation of right margin if smart wrapping is enabled
15587         * src/compose.c
15588                 automatically wrap long lines if wrap quotation is enabled
15589
15590 2001-10-09 [alfons]     0.6.3.claws4
15591
15592         * src/summaryview.c
15593                 select correct row when deleting last row in the summary view (and
15594                 close bug "[ #469104 ] select second last in list when deleting")
15595
15596 2001-10-09 [paul]       0.6.3claws3
15597
15598         * sync with sylpheed 0.6.3cvs1
15599                 updated some autotool scripts
15600
15601 2001-10-09 [darko]      0.6.3claws2
15602
15603         * src/gtkstext.[ch]
15604                 new name and mark with Sylpheed comment
15605         * src/compose.c
15606                 smart quotation wrapping a-la VIM
15607
15608 2001-10-08 [paul]       0.6.3claws1
15609
15610         * sync with sylpheed 0.6.3 release
15611                 see ChangeLog entry 2001-10-08
15612
15613 2001-10-08 [paul]       0.6.2claws24
15614
15615         * src/summaryview.c
15616                 more sync with sylpheed 0.6.2cvs12
15617                 Fixed the bug that didn't select the last row correctly
15618
15619
15620 2001-10-07 [paul]       0.6.2claws23
15621
15622         * sync with sylpheed 0.6.2cvs12
15623                 see ChangeLog entry 2001-10-07
15624
15625 2001-10-06 [match]
15626         * src/jpilot.[ch]
15627                 enable jpilot to read unsynch'ed addresses.
15628
15629         * src/editldap_basedn.c
15630                 fix segfault when opening dialog.
15631
15632 2001-10-06 [alfons]     0.6.2.claws22
15633
15634         * src/summaryview.c
15635                 fix bug with summary view selecting last *inserted*
15636                 node instead of last *visible* node. remember we
15637                 work with a tree
15638
15639 2001-10-06 [paul]       0.6.2claws21
15640
15641         * po/pt_BR.po
15642                 updated translation, contains some fixes and new
15643                 translations, submitted by Gustavo Noronha Silva
15644                 <kov@debian.org>
15645
15646         * src/prefs_common.c
15647                 change 'each' to 'every' - fix dubious English
15648
15649         * sync with sylpheed 0.6.2cvs11
15650
15651 2001-10-05 [alfons]     0.6.2claws20
15652
15653         * src/mainwindow.[ch], src/folderview.c
15654                 make composite tool button switch between "Compose News"
15655                 and "Compose Mail" depending on selected folder
15656                 (nifty idea by Kim Schulz <kim@schulz.dk>)
15657
15658 2001-10-05 [paul]       0.6.2claws19
15659
15660         * src/mainwindow.c, src/summaryview.c
15661                 fix 'Message/Reply to all', broken in last commit
15662
15663         * src/compose.c
15664                 fix X_BEENTHERE seg fault, thanks to Alfons
15665
15666 2001-10-04 [paul]       0.6.2claws18
15667
15668         * src/compose.[ch], src/mainwindow.c
15669                 make "Message/Reply" reply to mailing lists; matches
15670                 'X-Mailing-list:' and 'X-BeenThere:' ML headers.
15671                 based on portions of the patch submitted by
15672                 Junichi Uekawa <dancer@netfort.gr.jp>
15673
15674 2001-10-04 [darko]      0.6.2claws17
15675
15676         * src/compose.c
15677                 better smart wrapping
15678         * src/gtkstext.[hc]
15679                 a function to make text buffer contiguous
15680
15681 2001-10-03 [paul]       0.6.2claws16
15682
15683         * sync with sylpheed 0.6.2cvs10
15684
15685 2001-10-02 [alfons]
15686
15687         * configure.in
15688         * po/zh_CN.GB2312.po, po/zh_TW.Big5.po
15689                 close bug "[ #466566 ] compile error on mdk 8.0" by removing
15690                 references to chinese translations (hope someone picks up
15691                 this)
15692
15693 2001-10-02 [christoph]  0.6.2claws15
15694
15695         * src/compose.c
15696                 fixed non translated header bug
15697         * ChangeLog.claws
15698                 fixed wrong date in alfons last entry ;)
15699
15700 2001-10-02 [alfons]     0.6.2claws14
15701
15702         * src/compose.c, src/prefs_common.[ch]
15703                 add block cursor option
15704
15705 2001-10-02 [paul]       0.6.2claws13
15706
15707         * sync with sylpheed 0.6.2cvs9
15708
15709 2001-09-30 [paul]       0.6.2claws12
15710
15711         * po/de.po, po/es.po, po/fr.po, po/nl.po, po/pt_BR.po
15712                 updated translations
15713
15714         * po/POTFILES.in
15715                 add 'src/importldif.c'
15716
15717         * AUTHORS, tools/README, tools/eud2gc.py, tools/Makefile.am
15718                 added eudora-to-vCard conversion tool
15719                 submitted by Jeroen Versteeg <j.m.versteeg@student.utwente.nl>
15720
15721         * sync with sylpheed 0.6.2cvs8
15722
15723 2001-09-30 [paul]
15724
15725         * sylpheed-0.6.2claws released
15726
15727 2001-09-27 [melvin]     0.6.2claws11
15728
15729         * src/gtkspell.c
15730                 fixed crash when using default path (introduced 
15731                 in 0.6.2claws10)
15732                 fixed tiny bug for initial suggestion mode
15733
15734 2001-09-27 [melvin]     0.6.2claws10
15735         
15736         * src/gtkspell.c
15737                 fixed bug where gtkpspell didn't set the path correctly
15738
15739         * README.claws
15740                 added a paragraph about spell checking
15741                 
15742
15743
15744 2001-09-27 [paul]       0.6.2claws9
15745
15746         * src/addrbook.c, src/addrcache.c, src/addritem.c, src/jpilot.c
15747                 replace '// comments' with '/* comments */' to prevent
15748                 some compiler warnings 
15749
15750         * sync with sylpheed 0.6.2cvs6
15751
15752 2001-09-26 [alfons]     0.6.2claws8
15753
15754         * src/messageview.c
15755                 introduce return receipt request notification again,
15756                 which was lost because of other semantics in 
15757                 procheader_parse() (???)
15758
15759 2001-09-26 [christoph]  0.6.2claws7
15760
15761         * src/compose.c
15762                 replace comments for old code with #if 0
15763                 readded auto cc, bcc and reply-to
15764         * src/prefs_matcher.c
15765         * src/prefs_scoring.c
15766                 removed some definition (was moved to
15767                 prefs.h)
15768
15769 2001-09-26 [paul]       0.6.2claws6
15770
15771         * src/mainwindow.c
15772                 make 'Follow-up and reply to' sensitive
15773
15774         * more sync with sylpheed 0.6.2cvs5
15775
15776 2001-09-25 [melvin]
15777
15778         * 0.6.2claws5
15779
15780         * src/gtkspell.c
15781                 fixed bug for "US-ASCII" introduced by the encoding code
15782
15783 2001-09-25 [paul]
15784
15785         * 0.6.2claws4
15786
15787         * src/prefs_common.[ch], src/summaryview.c
15788                 'next unread msg' 'go to next folder?' dialog can be
15789                 given default behaviour, either always show dialog,
15790                 or assume 'yes', or assume 'no'
15791                 Submitted by wwp <subscript@free.fr>
15792
15793 2001-09-25 [melvin]
15794                 
15795         * src/compose.c src/gtkspell.[ch]
15796                 added support for different encodings
15797
15798 2001-09-25 [paul]
15799
15800         * more sync with sylpheed 0.6.2cvs5
15801
15802 2001-09-24 [alfons]
15803         
15804         * src/prefs_folder_item.c
15805                 add check for item->prefs->default_to string is NULL and
15806                 add another check when freeing this string
15807
15808 2001-09-24 [paul]
15809
15810         * configure.in
15811                 change to version 0.6.2claws3
15812
15813         * sync with sylpheed 0.6.2cvs5 
15814
15815 2001-09-24 [match]
15816         * src/ldif.[ch], src/importldif.[ch], addressbook.c
15817                 import LDIF files.
15818         * src/addrcache.[ch], addrindex.[ch]
15819                 small update for future
15820         * src/addrbook.c
15821                 fix test XML file.
15822
15823 2001-09-24 [melvin]
15824         * src/gtkspell.[ch]
15825                 added 'Learn from mistakes' option
15826                 better handling of quotes in checked words
15827                 sorted dict list
15828         * po/fr.po
15829                 small update for spell checking stuff
15830
15831 2001-09-23 [alfons]
15832         
15833         * src/gtkspell.c
15834                 edit a little bit so it complies more with main coding style
15835
15836 2001-09-23 [alfons]
15837
15838         * src/folder.[ch], prefs_folder_item.c, compose.c
15839                 migrate "request return receipt" folder property
15840                 to folderlist.xml
15841
15842 2001-09-22 [alfons]
15843
15844         * README.claws **NEW**
15845                 (add things of interest for users of main branch 
15846                 and claws here)
15847
15848         * src/folder.[ch], src/mainwindow.c, src/summaryview.c
15849                 re-implement threading per folder option, but store 
15850                 the setting in folderlist.xml (where it belongs)
15851
15852 2001-09-21 [melvin]
15853
15854         * src/gtkspell.[ch]
15855                 fixed bug when compose window is under another window
15856         * src/prefs_common.[ch] src/compose.c
15857                 changed 'dictionary_path' to 'dictionary' to be consistent
15858                 dropped PSPELL_PATH macro (hard coded default to /usr/local/share/pspell)
15859         * ac/pspell.m4 src/Makefile.am 
15860                 dropped PSPELL_PATH macro
15861         * po/fr.po
15862                 updated translations
15863
15864 2001-09-21 [christoph]
15865
15866         * src/compose.c
15867                 added border around header fields
15868                 keep header type when new field is added
15869
15870 2001-09-20 [christoph]
15871
15872         * src/utils.[ch]
15873                 more portable debug_print with source filename
15874                 and linenumber
15875         * src/procmsg.c
15876                 more newlines after debug messages
15877
15878 2001-09-20 [paul]
15879
15880         * configure.in
15881                 change to version 0.6.2claws2
15882
15883         * sync with sylpheed 0.6.2cvs3
15884
15885 2001-09-19 [melvin]
15886
15887         * src/gtkspell.c
15888                 fixed the post-right-click focus pb
15889                 fixed crash when 'Spell check all' after dict change 
15890                         and when cursor is at the end of the text
15891                 shift-right-click pops up config menu even on misspelled words.
15892         * po/POTFILES.in
15893                 added gtkspell.c
15894
15895 2001-09-19 [melvin]
15896
15897         * src/about.c
15898                 added pspell to compiled-in features list
15899
15900 2001-09-18 [melvin]
15901
15902         * switched to pspell and dropped ispell
15903         * ac/pspell.m4
15904                 new file. autoconf macro for pspell
15905         * ac/Makefile.am 
15906         * configure.in acconfig.h
15907                 added pspell support
15908         * src/Makefile.am
15909         * src/main.c src/compose.[ch] src/gtkspell.[ch]
15910         * src/prefs_common.[ch] 
15911                 added pspell support
15912
15913 2001-09-18 [christoph]
15914
15915         * src/addr_compl.c
15916         * src/template.[ch]
15917                 replace LOG_MESSAGE with debug_print
15918         * src/compose.[ch]
15919                 gui improvements
15920         * src/menu.c
15921                 added newline after debug message
15922         * src/utils.h
15923                 using __VA_ARGS__ for debug_print macro
15924         * tools/.cvsignore
15925                 ignore Makefile and Makefile.in
15926
15927 2001-09-18 [paul]
15928
15929         * configure.in
15930                 change to version 0.6.2claws1
15931         * sync with sylpheed 0.6.2cvs1
15932
15933         * src/matcher.c 
15934         * src/prefs_matcher.c
15935                 add 'score equal to' option, submitted by
15936                 Paul Evans <nerd@freeuk.com>
15937
15938 2001-09-15 [christoph]
15939
15940         * src/mainwindow.c
15941                 comment out menu entry not existing in claws
15942         * src/menu.c
15943                 add debug output for non existing menu entries
15944         * src/summaryview.c
15945                 fix next/prev unread message for ignored threads
15946         * src/utils.[ch]
15947                 add sourcefile and line number to debug output
15948                 otherwise it is sometimes hard to find the
15949                 source code part if debug messages are translated
15950
15951 2001-09-14 [darko]
15952         
15953         * src/folderview.c
15954                 refresh target folder style after colour is changed
15955
15956 2001-09-13 [paul]
15957
15958         * configure.in
15959                 change to version 0.6.1claws3
15960
15961         * sync with sylpheed 0.6.1cvs6
15962
15963 2001-09-13 [darko]
15964         
15965         * src/folderview.c
15966                 fix target folder colourization to use user selected colour
15967
15968 2001-09-12 [darko]
15969         
15970         * src/summaryview.c
15971                 fix crash when message that is marked for copy/move is unmarked
15972
15973 2001-09-09 [paul]
15974
15975         * configure.in
15976                 change to version 0.6.1claws2
15977
15978         * sync with sylpheed 0.6.1cvs3
15979
15980 2001-09-09 [alfons]
15981         
15982         * src/folderview.c
15983                 fix bug with default font used for trash folder text
15984
15985 2001-09-06 [paul]
15986
15987         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
15988                 updated translations
15989
15990         * configure.in
15991                 change to version 0.6.1claws1
15992
15993         * sync with sylpheed 0.6.1cvs2
15994
15995 2001-09-03 [paul]
15996
15997         * po/POTFILES.in
15998                 add Match's new addressbook
15999
16000         * po/de.po
16001                 updated translation submitted by Jens Oberender
16002
16003 2001-09-02 [paul]
16004
16005         * configure.in
16006                 change to 0.6.1claws
16007         * sync with sylpheed 0.6.1 release
16008
16009 2001-09-02 [paul]
16010
16011         * configure.in
16012                 change to 0.6.0claws2
16013
16014         * sync with sylpheed 0.6.0cvs4
16015
16016         * po/pt_BR.po
16017                 updated translation submitted by Fabio Junior Beneditto
16018
16019 2001-09-01 [match]
16020         * pixmaps/
16021                 interface.xpm
16022                 book.xpm
16023                 address.xpm
16024         * src/
16025                 Makefile.am
16026                 a ton of new files
16027
16028 2001-08-31 [paul]
16029
16030         * configure.in
16031                 change to version 0.6.0claws1
16032
16033         * sync with sylpheed 0.6.0cvs1
16034
16035         * po/es.po
16036                 updated translation submitted by Ricardo Mones Lastra
16037
16038         * po/POTFILES.in
16039                 add 'src/prefs_templates.c'
16040
16041         * src/compose.c, src/summaryview.c
16042                 fix segfault on 'Re_edit'               
16043
16044 2001-08-30 [alfons]
16045
16046         * configure.in, Makefile.am
16047         * tools/Makefile.am
16048                 add tools directory to source distribution
16049
16050 2001-08-30 [paul]
16051
16052         * configure.in
16053                 change to version 0.6.0claws
16054
16055         * sync with sylpheed 0.6.0 release
16056
16057 2001-08-30 [christoph]
16058
16059         * configure.in
16060                 removed autoconf version check
16061
16062 2001-08-30 [paul]
16063
16064         * src/account.c, src/compose.c, src/prefs_common.[ch]
16065         * src/procheader.[ch] src/utils.[ch]
16066                 Enhanced automatic account selection on replies
16067                 Submitted by Melvin Hadasht <melvin.hadasht@free.fr>
16068
16069         * configure.in
16070                 add LDAP and JPilot to the configuration results output.
16071
16072 2001-08-29 [christoph]
16073
16074         * src/summeryview.c
16075                 no bold font for ignored threads
16076
16077 2001-08-29 [paul]
16078
16079         * configure.in
16080                 change to version 0.5.3claws6
16081
16082         * sync with sylpheed 0.5.3cvs10
16083                 src/stringtable.[ch]: New Files
16084
16085         * src/compose.c, src/gtkutils.c, src/gtkutils.h, src/mainwindow.c
16086         * src/pixmaps/sylpheed.xpm
16087                 add mini-icons to windows (by Alfons)
16088
16089 2001-08-27 [paul]
16090
16091         * src/mainwindow.c
16092                 new functions: next_labeled_cb(), prev_labeled_cb()
16093
16094         * src/summaryview.c
16095                 new functions: summary_find_next_labeled_msg(), summary_find_prev_labeled_msg(),
16096                 summary_select_next_labeled(), summary_select_prev_labeled()
16097
16098         * src/pixmaps/dir-close.xpm, src/pixmaps/dir-open.xpm, src/pixmaps/trash.xpm
16099                 give claws blue folders and a blue trash can
16100
16101 2001-08-27 [paul]
16102
16103         * configure.in
16104                 change to version 0.5.3claws5
16105
16106         * sync with sylpheed 0.5.3cvs9
16107                 src/labelcolors.[ch] renamed to src/colorlabel.[ch] 
16108
16109 2001-08-24 [christoph]
16110
16111         * src/filesel.c
16112                 keep filename when browsing directories
16113                 (not working for user entered filename, but
16114                  for default name and selected filename from
16115                  file list)
16116         * src/mainwindow.c
16117                 fixed wrong spelling "Folllow-up"
16118         * src/mbox_folder.c
16119         * src/procmsg.c
16120         * src/summaryview.c
16121                 fixed new/unread message count with ignored
16122                 threads (2 commits, first didn't notice no
16123                 longer needed decreasing)
16124         * src/inc.c
16125                 readded scrolling of progress dialog
16126                 (lost in sync)
16127
16128 2001-08-24 [paul]
16129
16130         * configure.in
16131                 change to 0.5.3claws4
16132
16133         * sync with sylpheed 0.5.3cvs7
16134
16135 2001-08-24 [christoph]
16136
16137         * src/compose.c
16138                 set request return receipt when replying
16139                 if it is set is the folder prefs of the
16140                 message
16141         * src/inc.c
16142                 disable final error popup if popups are
16143                 disabled in config (again)
16144
16145 2001-08-23 [paul]
16146
16147         * configure.in
16148                 Change version number to 0.5.3claws3
16149
16150         * sync with sylpheed 0.5.3cvs5
16151
16152         * src/mimeview.c
16153                 double quote '%s' in 'gedit %s' to fix bug when
16154                 opening attachment with spaces in the name
16155
16156 2001-08-22 [alte]
16157         * src/Makefile.am, src/compose.[ch], src/defs.h, src/mainwindow.c,
16158           src/prefs_templates.[ch], src/template.[ch], src/template_select.[ch]
16159                 initial message templates support
16160
16161
16162 2001-08-22 [paul]
16163
16164         * configure.in
16165                 change version number to 0.5.3claws2
16166
16167         * sync with sylpheed 0.5.3cvs4
16168
16169         * src/procmsg.h src/summaryview.c
16170                 re-implement (un)ignore thread
16171
16172 2001-08-21 [paul]
16173
16174         * src/summaryview.c
16175                 remove unnecessary code
16176         * src/compose.c
16177                 enable 'dynamic' signatures (submitted by
16178                 Eric Limpens <eric@hscg-internet.nl>)
16179
16180 2001-08-21 [paul]
16181
16182         clean up after sync with sylpheed 0.5.3 release
16183
16184         * src/folderview.c
16185                 fix re-introduced font mess, see Christoph's
16186                 entry 2001-06-24
16187
16188         * src/summaryview.c
16189                 remove prev_msgnum
16190                 use sylpheed's small font instead of
16191                 gtk default font for summary view
16192
16193
16194 2001-08-17 [paul]
16195
16196         * configure.in
16197                 add pl to ALL_LINGUAS - sync with main branch
16198
16199         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
16200                 Updated. Translations by Jens Oberender, Ricardo Mones
16201                 Lastra, Alfons, and Fabio Junior Beneditto respectively.
16202
16203         * po/pl.po  ** NEW FILE **
16204                 sync with the main branch
16205
16206         * src/folderview.c
16207                 fix target folder colorizing and refresh problem
16208
16209
16210 2001-08-17 [christoph]
16211
16212         * src/mainwindow.c
16213                 claws uses 4 colors for target folder coloring.
16214                 arrays were not long enough and destroyed the
16215                 stack causing a segfault.
16216                 target folder colorizing does not work anymore
16217                 for me
16218
16219 2001-08-16 [paul]
16220
16221         * configure.in
16222                 change to version 0.5.3claws1
16223
16224         * src/folder.h, src/folderview.[ch], src/gtkutils.[ch],
16225           src/inc.[ch], src/mainwindow.c, src/pop.c, src/prefs_account.c,
16226           src/prefs_common.[ch], src/summaryview.[ch], src/textview.c, src/utils.c
16227
16228                 sync with sylpheed 0.5.3 release, but keep claws method of
16229                 configuring/saving fonts
16230
16231         * src/addressbook.[ch]
16232                 rename addressbook_add_contact_by_menu() to addressbook_add_submenu()
16233                 in line with a similar change in Hiroyuki's branch
16234
16235         * src/mainwindow.[ch]
16236                 disable main_window_set_thread_option()
16237         * src/prefs_folder_item.c
16238                 comment out &tmps_prefs.enable_thread,
16239         * src/mbox_folder.c, src/procmsg.[ch]
16240                 comment out MSG_IS_IGNORE_THREAD
16241         * src/summaryview.c
16242                 comment out summary_ignore_thread() and summary_unignore_thread()
16243                 comment out MSG_IS_IGNORE_THREAD
16244
16245                 use Hiroyuki's threading instead.
16246
16247
16248
16249 2001-08-15 [paul]
16250
16251         * src/account.c
16252                 use Hiroyuki's 0.5.3 column scheme but also
16253                 include the enable/disable button.
16254         * src/pixmaps/mark.xpm
16255                 add Hiroyuki's amended pixmap
16256
16257 2001-08-13 [christoph]
16258
16259         * src/account.c
16260                 receive at get all column showed wrong state for APOP
16261                 button should only work for POP3 and APOP accounts
16262         * src/prefs_account.c
16263                 added missing preprocessor statement for SSL
16264
16265 2001-08-12 [paul]
16266
16267         * src/account.[ch]
16268                 add 'receive at get all' column and enable/disable
16269                 button.
16270
16271 2001-08-06 [christoph]
16272
16273         * src/account.c
16274                 show usage of SSL in protocol column
16275
16276         * src/imap.c
16277         * src/inc.c
16278                 renamed ssl options
16279
16280         * src/prefs_account.[ch]
16281                 moved ssl options to a new page
16282
16283         * src/send.c
16284         * src/smtp.c
16285         * src/ssl.[ch]
16286                 renamed ssl options
16287                 added support for SMTP STARTTLS command
16288
16289 2001-08-05 [christoph]
16290
16291         * configure.in
16292                 debian autoconf needs version check to find
16293                 correct autoconf version. if the file is
16294                 named configure.in 2.13 is used, which does
16295                 not work with this configure.in script.
16296                 other solution would be to rename the script
16297                 to configure.ac as suggested in the autoconf
16298                 manual.
16299
16300         * src/inc.c
16301                 disable final error popup if popups are
16302                 diabled in config
16303
16304         * src/socket.c
16305                 bugfix in ssl_gets
16306                 fixes IMAP over SSL problem
16307
16308 2001-08-03 [paul]
16309
16310         * configure.in
16311                 change to 0.5.2claws1
16312
16313         * sync with sylpheed 0.5.2cvs1
16314
16315 2001-08-02 [alfons]
16316
16317         * configure.in
16318                 quick fix for ispell detection...
16319
16320 2001-08-01 [paul]
16321
16322         * configure.in
16323                 change to 0.5.1claws4
16324
16325         * sync with sylpheed 0.5.1cvs7
16326
16327 2001-07-31 [alfons]
16328
16329         * src/prefs_common.c, src/prefs_common.h, 
16330           src/gtkspell.c, src/gtkspell.h
16331                 add global spelling checker settings (compose tab) +
16332                 selection of dictionary 
16333           
16334         * configure.in  
16335                 guess valid ispell location
16336
16337 2001-07-31 [paul]
16338
16339         * po/POTFILES.in
16340                 removal of 'src/quote_fmt_parse.c'
16341         * po/de.po
16342                 Updated de.po
16343                 (submitted by Jens Oberender <didge@suse.de>)
16344
16345 2001-07-31 [darko]
16346
16347         * src/folder.[ch]
16348         * src/folderview.[ch]
16349         * src/mainwindow.c
16350         * src/mh.c
16351         * src/prefs_common.[ch]
16352         * src/summaryview.c
16353                 target folder colourization
16354
16355 2001-07-30 [paul]
16356
16357         more sync with Sylpheed 0.5.1cvs6 
16358
16359 2001-07-30 [darko]
16360
16361         * src/mh.c
16362         * src/prefs_folder_item.[hc]
16363         * src/summaryview.c
16364                 shared folders support with a GUI
16365
16366 2001-07-29 [paul]
16367
16368         0.5.1claws3
16369
16370         * sync with Sylpheed 0.5.1cvs6
16371
16372 2001-07-29 [paul]
16373
16374         * po/pt_BR.po
16375                 updated
16376                 (submitted by Fabio Junior Beneditto)
16377
16378 2001-07-28 [paul]
16379
16380         * src/procmime.c
16381         * AUTHORS
16382                 patch to correct bad image mime headers
16383                 (submitted by Don Quijote <dq@searchlores.org>)
16384
16385 2001-07-28 [paul]
16386
16387         * tools/gif2xface.pl   **NEW FILE**
16388         * tools/README
16389                 script to convert file.gif to file.xface for
16390                 use in a custom header.
16391                 (submitted by Ricardo Mones Lastra <mones@aic.uniovi.es>)
16392
16393 2001-07-27 [alfons]
16394         
16395         * configure.in
16396                 change macros for detecting JPilot and LDAP
16397
16398 2001-07-27 [christoph]
16399
16400         * src/filtering.c
16401                 code cleanup (MIN / MAX warning, needed casting)
16402
16403 2001-07-27 [alfons]
16404
16405         * procheader.c
16406                 disallow setting flags when detecting certain headers
16407                 (X-Status, Status, Seen, X-Seen). 
16408         
16409         * sync with Hiroyuki's Sylpheed 0.5.1cvs5
16410
16411 2001-07-27 [christoph]
16412
16413         * src/prefs_filter.c
16414         * src/prefs_filtering.c
16415         * src/prefs_matcher.c
16416         * src/prefs_scoring.c
16417                 scroll list when moving rows up or down
16418
16419         * src/imap.c
16420         * src/imap.h
16421         * src/prefs_account.c
16422         * src/prefs_account.h
16423         * src/send.c
16424                 SMTP over SSL (untested, feedback requested)
16425                 IMAP over SSL
16426
16427         * src/ssl.c
16428                 code cleanup
16429
16430 2001-07-26 [alfons]
16431         
16432         * configure.in, acconfig.h
16433                 define CLAWS (need this for main / claws detection)
16434
16435 2001-07-25 [alfons]
16436
16437         * configure.in
16438                 Sylpheed 0.5.1claws2
16439                 
16440         * sync with Sylpheed 0.5.1cvs4
16441
16442 2001-07-25 [christoph]
16443
16444         * src/scoring.c
16445                 fixed segfault
16446                 item->prefs == NULL (don't know why)
16447
16448 2001-07-25 [alfons]
16449
16450         * configure.in
16451                 Sylpheed 0.5.1claws1
16452
16453         * sync with Sylpheed 0.5.1cvs1-3
16454
16455 2001-07-24 [christoph]
16456
16457         * src/folderview.c
16458         * src/prefs_folder_item.[ch]
16459                 added folderitem preferences dialog with
16460                 default To: and auto request return receipt
16461
16462         * src/compose.[ch]
16463         * src/menu.[ch]
16464                 changes to handle new folderitem preferences
16465
16466         * src/mainwindow.c
16467         * src/summaryview.c
16468                 call compose new mail with current folderitem
16469
16470 2001-07-24 [alfons]
16471
16472         Release Sylpheed 0.5.1claws
16473
16474         * configure.in
16475                 change to release version 0.5.1claws
16476
16477 2001-07-24 [christoph]
16478
16479         * src/summaryview.c
16480                 fixed segfault that happend when the selected
16481                 message was removed while retrieving new messages.
16482
16483         * po/es.po
16484                 updated translation
16485                 (submitted by Ricardo Mones Lastra <mones@trasgu.aic.uniovi.es>)
16486
16487 2001-07-22 [alfons]
16488
16489         add English User Manual for Sylpheed by Paul Kater (paul@nlpagan.net).
16490         this is a work in progress, for more information: http://nlpagan.net/sylman 
16491         
16492         * configure.in, src/mainwindow.c, manual/Makefile.am
16493                 add support for English manual
16494
16495         * AUTHORS
16496                 add authors of user manuals
16497
16498         * manual/en/sylpheed*.html
16499                 add English documentation
16500
16501 2001-07-22 [christoph]
16502
16503         * po/POTFILES.in
16504                 added src/ssl.c
16505         * src/ssl.c
16506                 changed a wrong debug message
16507
16508 2001-07-22 [alfons]
16509
16510         * po/nl.po
16511                 update Dutch translation
16512
16513         * src/prefs_filtering.c, 
16514           src/prefs_matcher.c
16515                 add more translatable strings           
16516
16517 2001-07-21 [alfons]
16518
16519         0.5.0claws7
16520
16521         * configure.in
16522                 change version
16523
16524         * src/inc.c, src/summaryview.[ch]
16525                 prevent update of mark file when filtering has done, by
16526                 using a variable; this affects two functions:
16527                         inc.c::inc_finished()
16528                         summaryview.c::summary_show()
16529
16530 2001-07-20 [alfons]
16531
16532         * src/filtering.[ch], src/prefs_filtering.c, 
16533           src/matcher.[ch]
16534                 add filtering action for label coloring 
16535
16536         * po/POTFILES.in
16537                 add labelcolors.c
16538
16539         * added src/labelcolors.c
16540         * added src/labelcolors.h
16541         * src/Makefile.am, src/summaryview.c
16542                 rearrange label coloring code
16543
16544         * src/procmsg.h
16545                 add more parentheses so label colouring works correctly
16546
16547         * src/filtering.c
16548                 don't really delete message, but move it to Trash
16549
16550         * src/prefs_matcher.c
16551                 add quote options to info dialog
16552
16553 2001-07-20 [christoph]
16554
16555         * src/Makefile.am
16556         * src/inc.c
16557         * src/main.[ch]
16558         * src/socket.h
16559         * src/ssl.[ch] (new)
16560                 moved ssl stuff to a seperate file
16561
16562 2001-07-20 [darko]
16563
16564         * src/summaryview.c
16565                 fix show sender using address book with no e-mail
16566                 address in From: field
16567
16568 2001-07-19 [alfons]
16569
16570         * src/matcher.[ch], src/filtering.c, src/prefs_filtering.c
16571                 fix messy handling of escaping... now at least the
16572                 execute command is useful. escape char is '\', we
16573                 accept \n and \r too. 
16574
16575                 Real life example:
16576                 
16577                 subject match "GIMME YOUR FILTERS" execute "mail -s \"%f don\'t hurt me, please!\" %f < ~/.sylpheed/filteringrc
16578                 subject match "GIMME YOUR FILTERS" execute "mail -s \"mommy, mommy, %f is being mean!\" admin < %F
16579
16580 2001-07-18 [alfons]
16581
16582         0.5.0claws6
16583
16584         * src/summaryview.c
16585                 clean up
16586
16587         * src/matcher.c, src/filtering.[ch], src/inc.c, src/mbox.c,
16588           src/procmsg.[ch]
16589                 revise filtering; currently move, copy, marking have
16590                 been tested. if you like bleeding edge stuff, you
16591                 should definitely go for this version :)
16592
16593         * mark old working stuff as VERSION_0_5_0_CLAWS5        
16594
16595 2001-07-17 [christoph]
16596
16597         * src/utils.c
16598                 timestamp log
16599
16600 2001-07-17 [alfons]
16601
16602         0.5.0claws5
16603
16604         * sync with Hiroyuki's 0.5.0cvs5; this version allows us to put more 
16605           bits in the mark file, without affecting either branch. Lots of
16606           files changed, also in claws branch.
16607
16608           UNTESTED: use of mbox folders
16609
16610         * src/summaryview.c
16611                 added mark all read; however this was a quick hack used for
16612                 cleaning up mess after initial merge with Hiroyuki
16613
16614         * configure.in
16615                 change claws version number back to 0.5.0claws5 to clear up 
16616                 confusion & pretension (recent release was technically 
16617                 0.5.0claws4, so we neatly align with Hiroyuki :-)
16618
16619 2001-07-16 [alfons]
16620
16621         sync with Hiroyuki's 0.5.0cvs4
16622
16623 2001-07-16 [alfons]
16624
16625         0.5.1claws3
16626
16627         * src/filtering.[ch]
16628                 remove invalid updating of mark files for 
16629                 filter actions MATCHING_ACTION_MOVE and 
16630                 MATCHING_ACTION_DELETE; this should fix the
16631                 folder update bug
16632                 
16633         * src/procmsg.c
16634                 revert Christoph's stab at fixing the folder 
16635                 update bug
16636
16637         * po/POTFILES.in
16638                 add missing files with translatable strings
16639
16640         * src/summaryview.c
16641                 remove debug print
16642
16643 2001-07-15 [alfons]
16644
16645         * src/addr_compl.[ch], src/prefs_filtering.c
16646                 make "filtering pref dialog's destination entry" an
16647                 "address completable entry", if filter destination is 
16648                 an email address
16649
16650         0.5.1claws2
16651         
16652         sync with Hiroyuki's 0.5.0cvs2-3
16653
16654 2001-07-15 [christoph]
16655
16656         * src/procmsg.c
16657                 fixed folder stats update after incorporation
16658
16659 2001-07-15 [alfons]
16660
16661         * src/summaryview.c
16662                 * finish label colouring stuff (for now)
16663                 * fix incorrect colour bug (off by one) 
16664
16665 2001-07-14 [alfons]
16666
16667         * src/mainwindow.c
16668                 change text labels for news and mail message so there's
16669                 plenty of toolbar estate left
16670
16671         * configure.in
16672                 0.5.1claws1
16673
16674         * src/folderview.c
16675           src/folder.[ch]
16676                 sync with Hiroyuki's 0.5.0cvs1
16677
16678         * src/summaryview.c
16679                 more rewrite label colouring
16680
16681 2001-07-14 [alfons]
16682
16683         * src/summaryview.[ch]
16684                 * start rewrite label colouring 
16685                 * fix proper location "Add Sender To Addressbook" menu item
16686
16687 2001-07-13
16688
16689         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
16690         (actually this is 0.5.0claws4)
16691
16692 2001-07-13 [alfons]
16693
16694         * po/pt_BR.po
16695                 * fix duplicate message
16696                 * add updated Portugese / Brazilian translation
16697                   submitted by Fabio Junior Beneditto
16698
16699 2001-07-12 [alfons]
16700
16701         * AUTHORS
16702                 add Jens
16703
16704         * po/nl.po
16705                 add updated Dutch translation
16706
16707         * po/de.po
16708                 add updated German translation submitted by Jens
16709
16710 2001-07-11 [alfons]
16711
16712         Prerelease before 0.5.0claws. Please test.
16713         This version is temporarily tagged as VERSION_0_5_0_TEST
16714
16715         * src/matcher.[ch], src/summaryview.c, src/scoring.[ch]
16716           src/prefs_scoring.c, src/prefs_matcher.c, 
16717           src/prefs_filtering.c, src/mbox.c, 
16718           src/main.c, src/inc.c, src/filtering.[ch]
16719                 revert new Hoa's new matcher (does not work yet)
16720
16721         * src/Makefile.am
16722                 clean up
16723
16724 2001-07-10
16725
16726         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
16727
16728
16729 2001-07-10 [alfons]
16730
16731         * Makefile.am
16732                 add ChangeLog.claws to EXTRA_DIST
16733         * src/Makefile.am
16734                 add matcher_parser_parse.h to EXTRA_DIST
16735
16736 2001-07-10 [christoph]
16737
16738         * src/inc.c
16739                 add destination folder to table of
16740                 folders that need to be updated after
16741                 incorporation
16742
16743 2001-07-10 [alfons]
16744
16745         * folder.[ch]
16746           folderview.c
16747                 make collapse state of folders and folder items persistent, i.e.
16748                 if you collapse a folder tree, the next time sylpheed-claws starts 
16749                 up the folder tree remains collapsed.  
16750                 
16751 2001-07-10 [christoph]
16752
16753         * acconfig.h
16754         * configure.in
16755                 added --enable-ssl
16756         * src/md5.[ch]
16757                 renamed MD5_CTX to MD5_CTX_syl
16758                 conflicts with a struct in openssl
16759         * src/inc.c
16760         * src/main.[ch]
16761         * src/prefs_account.[ch]
16762         * src/socket.[ch]
16763                 SSL support for POP
16764         * src/mainwindow.c
16765                 fixed compose with current account
16766                 broken by new compose button stuff
16767
16768 2001-07-09 [hoa]
16769
16770         * AUTHORS
16771                 changed my email address
16772
16773         * src/matcher_parser_parse.y
16774                 clean the parser to remove conflicts
16775
16776 2001-07-09 [alfons]
16777
16778         * AUTHORS
16779                 add Match Grun
16780
16781         * configure.in
16782                 fix incorrect description of --enable-ldap parameter
16783
16784         * src/prefs_common.[ch]
16785           src/compose.c
16786                 add experimental option "smart wrapping" which makes the
16787                 compose editor auto wrap.
16788                 
16789                 | TODO: the problem with the buggy cursor handling is caused |
16790                 | by the GtkText. when deleting / backspacing text its       |
16791                 | wrapping algorithm does not take in account the previous   |
16792                 | line. should find a way to hack this in.                   |
16793                 | or should perhaps combine this with the word wrapping      |
16794                 | patch i wrote in january.                                  |
16795
16796         * src/about.c
16797                 show build parameters for LDAP and JPilot
16798
16799         * src/summaryview.c
16800                 revert Christoph's bugfix for selecting next unread message, 
16801                 because folder stats aren't updated correctly
16802
16803 2001-07-08 [hoa]
16804
16805         * src/filtering.c
16806         * src/mainwindow.c
16807         * src/matcher.c
16808         * src/matcher_parser_lex.l
16809         * src/matcher_parser_parse.y
16810         * src/prefs_filtering.c
16811         * src/prefs_scoring.c
16812         * src/scoring.c
16813                 bugfix of the config file parser
16814
16815 2001-07-08 [alfons]
16816
16817         * src/Makefile.am
16818                 added generated matcher sources to BUILT_SOURCES
16819
16820 2001-07-08 [hoa]
16821
16822         * src/Makefile.am
16823         * src/.cvsignore
16824                 added new config file parser
16825
16826         * src/scoring.[ch]
16827         * src/filtering.[ch]
16828         * src/matcher.[ch]
16829         * src/prefs_filtering.c
16830         * src/prefs_matcher.c
16831         * src/prefs_scoring.c
16832         * added src/matcher_parser.h
16833         * added src/matcher_parser_lex.h
16834         * added src/matcher_parser_lex.l
16835         * added src/matcher_parser_parse.y
16836                 lex & yacc config file parser
16837
16838         * src/mbox.c
16839         * src/inc.c
16840         * src/main.c
16841                 changes prefs_filtering into global_filtering           
16842
16843         * src/summaryview.c
16844                 build threads with subjects only if "Re: " is at the
16845                 beginning of the subject
16846
16847 2001-07-07 [paul]
16848
16849         0.5.0claws
16850
16851         sync with sylpheed 0.5.0
16852                 change of version number only
16853
16854 2001-07-06 [paul]
16855
16856         0.5.0claws5
16857
16858         sync with sylpheed 0.5.0pre5
16859
16860 2001-07-05 [paul]
16861
16862         sync with sylpheed 0.5.0pre4 release
16863                 /po and /manual/ja not sync'ed
16864
16865 2001-07-04 [paul]
16866
16867         more sync with sylpheed 0.5.0pre4
16868
16869 2001-07-03 [christoph]
16870
16871         * src/addressbook.c
16872                 fixed address book broken by address book
16873                 for VCard, JPilot, LDAP
16874
16875 2001-07-03 [alfons]
16876
16877         * src/matcher.c
16878         * src/textview.c
16879                 stopped memory leaks
16880
16881 2001-07-03 [paul]
16882
16883         more sync with sylpheed 0.5.0pre4
16884
16885 2001-07-02 [match]
16886
16887         * included address book patch for VCard, JPilot, LDAP
16888         * pref_common.c - fixed Font options on Display tab (cosmetic)
16889         * alertpanel.c - fixed truncated message
16890
16891 2001-07-02 [christoph]
16892
16893         * src/mbox_folder.c
16894         * src/procmsg.[ch]
16895         * src/summaryview.c
16896                 mark threads for ignoring
16897
16898 2001-07-02 [paul]
16899
16900         0.5.0claws4
16901
16902         * sync with sylpheed 0.5.0pre4
16903                 updated gettext to 0.10.38.
16904
16905 2001-07-01 [paul]
16906
16907         * src/ mainwindow.c
16908         * src/procmsg.h
16909         * src/summaryview.[ch]
16910                 new right-click option: Label.
16911                 substitute for 'Mark-->Mark/Unmark', colours the line.
16912                 (submitted by Satoshi Nagayasu <snaga@snaga.org>)
16913
16914 2001-07-01 [christoph]
16915
16916         * src/folderview.c
16917                 fixed font for trash
16918         * src/summaryview.c
16919                 move ctree to unread message
16920
16921 2001-07-01 [paul]
16922
16923         * sync with sylpheed 0.5.0pre3 release
16924
16925 2001-06-30 [alfons]
16926
16927         * src/filesel.[ch]
16928         * src/compose.c
16929                 allow inserting / attaching multiple files in
16930                 the composer window
16931
16932 2001-06-30 [paul]
16933
16934         * src/codeconv.c
16935                 small change to Alfons' previous stuff so that it
16936                 actually makes
16937
16938 2001-06-30 [alfons]
16939
16940         * lots of files changed; first attempt to merge the changes
16941           and bugfixes submitted by Andre Eibel (ae@baltic-online.de).
16942
16943 2001-06-30 [paul]
16944
16945         * po/pt_BR.po
16946                 updated and completed, translations by Fabio
16947                 Junior Beneditto <fjbeneditto@yahoo.com.br>
16948
16949 2001-06-29 [alfons]
16950
16951         * src/compose.c
16952         * src/mimeproc.[ch]
16953                 allow selecting an attached files' mime type from a 
16954                 list of types.
16955
16956 2001-06-29 [paul]
16957
16958         * more sync with sylpheed 0.5.0pre3
16959
16960 2001-06-29 [paul]
16961
16962         * po/pt_BR.po
16963                 merge with sylpheed.pot and pt_BR.po provided by
16964                 Fabio Junior Beneditto.
16965
16966 2001-06-29 [darko]
16967
16968         * src/procmime.c
16969                 make MIME types case insensitive
16970
16971 2001-06-28 [alfons]
16972
16973         * po/nl.po
16974                 merge with sylpheed.pot and old nl.po; translations added.
16975
16976 2001-06-28 [paul]
16977
16978         * more sync with sylpheed 0.5.0pre3
16979
16980 2001-06-27 [alfons]
16981
16982         * src/summaryview.c
16983                 don't crash when removing parent node of messages
16984                 attracted by subject. this was caused by not deleting
16985                 the parent node from the subject line hash table.
16986
16987 2001-06-27 [alfons]
16988
16989         * src/summaryview.c
16990         * src/compose.[ch]
16991         * src/mainwindow.c
16992                 if there are multiple messages selected, allow forwarding
16993                 them as attachments.
16994
16995 2001-06-27 [paul]
16996
16997         * more sync with sylpheed 0.5.0pre3
16998
16999 2001-06-26 [paul]
17000
17001         0.5.0claws3
17002
17003         * sync with sylpheed 0.5.0pre3
17004
17005 2001-06-25 [paul]
17006
17007         * src/mainwindow.c
17008                 fixed 'compose news article' bug
17009                 from icon-and-text toolbar
17010
17011 2001-06-25 [paul]
17012
17013         * sync with sylpheed 0.5.0pre2 release
17014
17015 2001-06-24 [christoph]
17016
17017         * src/prefs_common.c
17018                 bug fix in font selection
17019         * src/folderview.c
17020                 use sylpheed's normal font instead of
17021                 gtk default font for folders without
17022                 new messages
17023
17024 2001-06-24 [alfons]
17025
17026         * src/mainwindow.[ch]
17027                 added composite compose mail / news button (an idea by Leandro
17028                 Pereira <leandro@linuxmag.com.br>)
17029
17030 2001-06-24 [paul]
17031
17032         Added instructions for ldif-to-xml.py
17033
17034         * tools/README
17035
17036 2001-06-23 [alfons]
17037
17038         Some minor things.
17039
17040         * src/pixmaps/stock_news_compose.xpm
17041                 added pixmap by Leandro
17042         * src/prefs_common.c
17043                 tested built-in spelling checker of GCC 3.0 :)
17044         * po/nl.po
17045                 merged dutch translation of sylpheed-main with
17046                 sylpheed.pot
17047
17048 2001-06-23 [paul]
17049
17050         Added tools directory and files.
17051
17052         * tools/filter_conv.pl
17053                 converts old filter system to new filtering system
17054         * tools/ldif-to-xml.py
17055                 converts netscape addressbook to sylpheed addressbook
17056         * tools/README
17057                 descriptions/instructions for above two files
17058
17059 2001-06-23 [christoph]
17060
17061         * src/inc.c
17062         * src/manage_window.[ch]
17063         * src/prefs_common.[ch]
17064                 mail retrieval dialog can be enabled, disabled
17065                 or hidden if non of sylpheed's windows is active
17066
17067 2001-06-22 [paul]
17068
17069         0.5.0claws2
17070
17071         * sync with sylpheed 0.5.0pre2
17072
17073 2001-06-21 [christoph]
17074
17075         * src/summaryview.c
17076                 show recipient on 'from' for all accounts
17077                 
17078         * src/inc.c
17079         * src/prefs_common.[ch]
17080                 disable error popup on mail receive errors
17081
17082 2001-06-21 [alfons]
17083
17084         * src/compose.c
17085                 made the ruler correctly appear and disappear.
17086
17087         * src/Makefile.am
17088                 removed Hoa's work-in-progress-stuff (interesting!) so 
17089                 claws compiles ok.
17090
17091 2001-06-20 [christoph]
17092
17093         * src/inc.c
17094         * src/progressdialog.c
17095                 added scrolled window for list in progressdialog
17096
17097 2001-06-20 [paul]
17098
17099         sync with sylpheed 0.5.0pre1 release
17100
17101 2001-06-20 [christoph]
17102
17103         * src/summeryview.c
17104                 make building threads by subject work when
17105                 thread view is enabled
17106                 
17107         * src/compose.c
17108         * src/prefs_common.[ch]
17109                 automatically select account for mail replys
17110
17111 2001-06-19 [sergey]
17112
17113         * src/compose.c (compose_create): keep Bcc and Reply-To visible if
17114         they are filled in from the account settings.
17115
17116 2001-06-19 [paul]
17117
17118         * more sync with sylpheed 0.5.0pre1
17119
17120 2001-06-18 [alfons]
17121
17122         * src/Makefile.am,
17123           src/procmime.c
17124                 added --sysconfdir to CPPFLAGS for pointing to the correct
17125                 location of mime.types. 
17126
17127                 NOTE: make sure you use --sysconfdir when running ./autogen.sh
17128                 or ./configure!
17129
17130 2001-06-18 [hoa]
17131
17132         * src/summaryview.c
17133                 fixed some bug when building threads
17134
17135 2001-06-18 [pau]l
17136
17137         * src/prefs_account.c
17138                 UI stuff: More changes to the English
17139
17140 2001-06-18 [paul]
17141
17142         * src/pixmaps/stock_news_compose.xpm: new file
17143         * src/Makefile.am
17144         * src/mainwindow.c
17145         * src/summaryview.c
17146                 Added new icon for Hoa's 'compose a news
17147                 message', plus minor improvements to the
17148                 English
17149
17150         * po/ja.po
17151         * ChangeLog
17152         * ChangeLog.jp
17153                 more sync with sylpheed 0.5.0pre1
17154
17155 2001-06-18 [hoa]
17156
17157         * src/compose.[ch]
17158         * src/mainwindow.c
17159                 Follow-up and reply to
17160
17161         * src/summaryview.[ch]
17162                 Build threads also with subjects
17163
17164 2001-06-17 [hoa]
17165
17166         * src/compose.c
17167                 forwarding use the current account.
17168
17169         * src/mainwindow.c
17170                 the "compose message" button has been replaced with
17171                 "new mail" and "new news" buttons
17172
17173         * src/prefs_common.[ch]
17174                 added a configuration option to use the forward button
17175                 as "forward as attachment"
17176                 changed reply and forward format description
17177
17178         * src/quote_fmt_lex.l
17179         * src/quote_fmt_parse.y
17180                 added message with no signature in format for reply
17181                 and forward.
17182
17183 2001-06-17 [paul]
17184
17185         Minor UI stuff
17186
17187         * src/mainwindow.c
17188         * src/summaryview.c
17189                 Improvements to the English
17190
17191         * src/prefs_common.c
17192                 Improvements to the English and some
17193                 clarity/continuity improvements in the
17194                 description of Quote symbols.
17195
17196 2001-06-17 [paul]
17197
17198         0.5.0claws1
17199
17200         * sync with sylpheed 0.5.0pre1
17201
17202 2001-06-17 [hoa]
17203
17204         * src/compose.c
17205                 Better interface for compose, displayed fields
17206                 are updated whenever we change account.
17207                 Newsgroups field is automatically filled.
17208
17209         * src/mainwindow.c
17210                 Newsgroups field is automatically filled.
17211
17212         * src/prefs_account.c
17213                 Some interface stuff when fields appear and
17214                 disappear.
17215
17216 2001-06-16 [paul]
17217
17218         0.4.99claws
17219
17220         * sync with sylpheed 0.4.99
17221
17222 2001-06-16 [sergey]
17223
17224         * src/base64.c, src/base64.h (Base64Decoder, base64_decoder_new,
17225         base64_decoder_free, base64_decoder_decode): new object and
17226         functions for decoding base64 streams.
17227         * src/procmime.c (procmime_decode_content): modified to use the
17228         new base64 decoder.
17229
17230 2001-06-15 [paul]
17231
17232         0.4.99claws10
17233
17234         * sync with sylpheed 0.4.99cvs11
17235
17236 2001-06-13 [paul]
17237
17238         0.4.99claws9
17239
17240         * sync with sylpheed 0.4.99cvs9
17241
17242 2001-06-13 [hoa]
17243
17244         * src/compose.c
17245         * src/prefs_account.c
17246
17247                 SMTP server can be defined in the news account
17248                 mime type of attachment are kept.
17249
17250         * src/summaryview.c
17251
17252                 now choose the highest important score between default
17253                 and important score of folder.
17254
17255 2001-06-09 [alfons]
17256         
17257         * src/prefs_common.c: 
17258
17259                 (prefs_quote_description_create): corrected description of 
17260                 quote format characters
17261
17262 2001-06-09 [paul]
17263
17264         0.4.99claws8
17265
17266         * sync with sylpheed 0.4.99cvs8
17267
17268 2001-06-08 [sergey]
17269
17270         * src/Makefile.am: fix for "make dist": added quote_fmt_parse.h
17271         and pixmaps/stock_mail_reply_to_author.xpm to EXTRA_DIST.
17272
17273 2001-06-08 [paul]
17274
17275         0.4.99claws7
17276
17277         * sync with sylpheed 0.4.99cvs7
17278
17279 2001-06-06 [sergey]
17280
17281         * src/quote_fmt.h: renamed from src/quote_fmt_parse.h (which
17282         clashes with autogenerated header).
17283         * src/compose.c, src/quote_fmt_parse.y: #include "quote_fmt.h"
17284         * src/Makefile.am: added quote_fmt.h.
17285         * src/.cvsignore: added lex/yacc autogenerated files
17286         (quote_fmt_lex.c, quote_fmt_parse.c, quote_fmt_parse.h).
17287
17288 2001-06-06 [paul]
17289
17290         0.4.99claws6
17291
17292         * sync with sylpheed 0.4.99cvs6
17293
17294 2001-06-06 [hoa]
17295
17296         * added src/quote_fmt_parse.h
17297         * src/compose.c
17298                 removed warnings
17299
17300         * src/prefs.[ch]
17301                 don't modify readonly configuration files
17302
17303         * src/prefs_account.c
17304         * src/prefs_common.c
17305         * src/prefs_customheader.c
17306         * src/prefs_display_header.c
17307         * src/prefs_filter.c
17308         * src/prefs_filtering.c
17309         * src/prefs_scoring.c
17310                 don't open dialog box when configuration files
17311                 are readonly
17312
17313 2001-06-05 [sergey]
17314
17315         * configure.in: added AM_PROG_LEX and AC_PROG_YACC.
17316
17317         * src/Makefile.am: replaced quote_fmt.tab.[ch] by
17318         quote_fmt_lex.[lh], quote_fmt_parse.y; added YFLAGS=-d; added
17319         BUILT_SOURCES to make all files rebuild properly.
17320
17321         * src/compose.c: removed #include "quote_fmt.tab.h".
17322
17323         * src/quote_fmt_lex.l: renamed from quote_fmt.l; changed to return
17324         CHARACTER value in yylval.
17325
17326         * src/quote_fmt_parse.y: renamed from quote_fmt.y; changed to
17327         receive CHARACTER value by documented means (yylval).
17328
17329         * src/lex.quote_fmt.c, src/quote_fmt.{l,y,tab.{c,h}}: removed.
17330
17331 2001-06-05 [hoa]
17332
17333         * src/Makefile.am
17334                 changed quote_fmt.[ch] into quote_fmt.tab.[ch]
17335
17336         * src/filtering.c
17337         * src/matcher.c
17338         * src/matcher.h
17339         * src/prefs_filtering.c
17340                 now keep the configuration for execute action
17341
17342         * src/mbox_folder.c
17343                 fixed a warning
17344
17345 2001-06-05 [paul]
17346
17347         * sync with sylpheed 0.4.99cvs5
17348
17349 2001-06-05 [hoa]
17350
17351         * src/Makefile.am
17352                 added quote_fmt.[ch]
17353
17354         * added src/quote_fmt.y
17355         * added src/quote_fmt.l
17356         * added src/quote_fmt.tab.h
17357         * added src/quote_fmt.tab.c
17358         * added src/lex.quote_fmt.c
17359                 parsing configuration for replying
17360                 and forwarding
17361
17362         * src/prefs_common.[ch]
17363                 added configuration UI for replying
17364                 and forwarding
17365
17366         * src/compose.c
17367                 using configuration for replying
17368                 and forwarding
17369
17370 2001-06-04 [hoa]
17371
17372         * src/filtering.c
17373         * src/matcher.c
17374         * src/matcher.h
17375         * src/prefs_filtering.c
17376         * src/prefs_matcher.c
17377         * src/prefs_matcher.h
17378                 action "run a command" for filtering
17379                 and matching with a command.
17380                 fixed the "whole message" matching
17381
17382         * src/mbox_folder.c
17383                 changed temporary filename for security
17384
17385         * src/messageview.c
17386                 queue the notification if it fails to send.
17387
17388         * src/prefs_common.c
17389         * src/prefs_folder_item.c
17390                 changed the default important score             
17391
17392         * src/prefs_scoring.c
17393         * src/scoring.c
17394                 hide kill score input when the folder is not
17395                 a newsgroup
17396
17397 2001-06-03 [alfons]
17398
17399         * src/prefs_common.c:
17400
17401                 (prefs_font_select): pass font name in font entry box to font
17402                 selection dialog.
17403
17404 2001-06-03 [sergey]
17405
17406         * src/smtp.c (smtp_ok): fixed sock_gets() error handling.
17407
17408 2001-06-03 [paul]
17409
17410         * sync with sylpheed 0.4.99cvs4
17411
17412 2001-06-03 [alfons]
17413
17414         * src/headerwindow.c:
17415
17416                 (headerwindow_show_cb): use the selected summary view item, not
17417                 the displayed item.
17418
17419 2001-06-02 [alfons]
17420
17421         * src/headerwindow.c:
17422
17423                 (headerwindow_show_cb): always try to show msginfo
17424
17425 2001-06-02 [hoa]
17426
17427         * src/compose.c
17428                 keep attached parts when reediting or forwarding.
17429
17430 2001-06-01 [hoa]
17431
17432         * src/folderview.c
17433         * src/prefs_folder_item.[ch]
17434         * src/prefs_scoring.[ch]
17435         * src/scoring.[ch]
17436         * src/summaryview.[ch]
17437         * src/main.c
17438         * src/mainwindow.c
17439         * src/prefs_common.[ch]
17440                 support for folder scoring
17441                 kill score and important score for messages
17442         
17443         * src/prefs_account.c
17444                 some display bug fixed for local account
17445                 preferences
17446
17447 2001-05-31 [alfons]
17448
17449         * src/summaryview.c:
17450
17451                 (add_sender_to_cb): don't crash when no or invalid sender; the add 
17452                 sender to address book menu item is disabled.
17453
17454 2001-05-30 [hoa]
17455
17456         * src/filtering.[ch]
17457         * src/summaryview.c
17458                 handling summary menu / filter messages
17459
17460         * src/folder.[ch]
17461                 add some stuff
17462
17463         * src/foldersel.c
17464                 imap folders now appears in list
17465
17466         * src/mbox_folder.c
17467                 doesn't crash if destination mail is not writeable
17468
17469 2001-05-29 [hoa]
17470
17471         * src/compose.c
17472                 removed some warnings
17473
17474         * src/filtering.c
17475         * src/folder.[ch]
17476         * src/prefs_filtering.c
17477                 global string to identify any folders           
17478                 removed some debug info
17479                 filtering to mbox folders is now possible
17480
17481         * src/mainwindow.c
17482                 removed some warnings
17483
17484         * src/mbox_folder.c
17485                 permission on files are changed to read/write for user only,
17486                 nothing for other.
17487                 creation of subfolder is handled better.
17488
17489 2001-05-28 [alfons]
17490
17491         Verified the sync for src/prefs_common.[ch] and
17492         src/prefs_account.[ch]. I believe there were some
17493         minor indentation differences.
17494
17495 2001-05-28 [paul]
17496
17497         0.4.99claws3
17498
17499         * sync with 0.4.99cvs3
17500
17501 2001-05-28 [hoa]
17502
17503         * src/compose.c
17504                 handling flags for mbox format
17505
17506         * src/filtering.c
17507                 use of mark file only for MH format
17508                 handling flags for mbox format
17509                 filtering cannot yet move or copy mails to mbox folders.
17510
17511         * src/folder.[ch]
17512                 changed move_msg, copy_msg,
17513                 move_msgs_with_dest, copy_msgs_with_dest functions
17514                 uses only folder->copy_msg() function
17515                 uses folder->finished_copy() to handle the destination
17516                 folder at the end of the copy or move operation.
17517
17518         * src/foldersel.c
17519                 included mbox directories.
17520
17521         * src/folderview.[ch]
17522         * src/mainwindow.c
17523                 handle folders operation for mbox format
17524
17525         * src/mbox.c
17526                 disable conversion of "From " header
17527
17528         * src/mbox_folder.[ch]
17529                 completion of mbox format handling
17530
17531         * src/mh.c
17532                 changed mh_copy_msg() function and
17533                 removed mh_move_msg(), mh_move_msgs_with_dest(),
17534                 mh_copy_msgs_with_dest()
17535
17536         * src/prefs_filtering.c
17537                 removed some warnings
17538
17539         * src/prefs_matcher.c
17540                 default boolean operation is AND
17541
17542         * src/procheader.c
17543                 handling flags for mbox format
17544                 handling of "From " header
17545
17546         * src/procmsg.[ch]
17547                 removed data field
17548                 added MSG_REALLY_DELETED flags to handle deletion of
17549                 messages in mbox format.
17550
17551         * src/summaryview.c
17552                 handling flags for mbox format
17553                 disable the MSG_DELETED flags when messages
17554                 are deleted in mbox format
17555
17556         * src/textview.c
17557                 "From " headers display fixed.
17558
17559 2001-05-27 [alfons]
17560
17561         * src/textview.c:
17562                 
17563                 (get_email_part): skip quoted email addresses, like in e.g.
17564                 "'alfons@proteus.demon.nl'".
17565
17566 2001-05-26 [alfons]
17567
17568         Minor GUI fixes adding horizontal scrollbars to Hoa's matcher dialogs,
17569         and fixing the persistence troubles when using separate windows.
17570
17571         * src/mainwindow.c:
17572         
17573             Added #define SEPARATE_ACTION used in the gtk item factory for 
17574             the SEPARATE_FOLDER and SEPARATE_MESSAGE items, so we can
17575                 use gtk_item_factory_get_widget_by_action() to get the items.
17576                 
17577             Removed separate_widget_cb from the gtk item factory data   
17578           
17579             (mainwindow_create): connect separate_widget_cb() to check
17580             menu item "toggled" signal. also passing a MainWindow pointer
17581                 as object data for both check menu items.
17582                 
17583             (separate_widget_cb): definition of separate_widget_cb() to match
17584             GtkCheckMenuItem's "toggled" signal. Now get the pointer to the main 
17585                 window using gtk_object_get_data(). The type of window separation 
17586                 (SEPARATE_MESSAGE or SEPARATE_FOLDER) is passed as the signal's data
17587         
17588         * src/prefs_filtering.c,
17589           src/prefs_matcher.c: added horizontal scrollbars
17590
17591 2001-05-25 [darko]
17592
17593         * src/headerview.c
17594                 fix segfault with invalid bold font
17595         * src/summaryview.c
17596                 correctly display summary stats after row is marked
17597
17598 2001-05-23 [sergey]
17599
17600         * src/codeconv.c (conv_get_code_conv_func): fix for ISO-8859-*
17601         encodings with libjconv.
17602
17603 2001-05-23 [hoa]
17604
17605         * src/Makefile.am
17606                 added mbox_folder.[ch]
17607         * src/defs.h
17608                 mbox temporary folder
17609         * src/folder.[ch]
17610         * added src/mbox_folder.[ch]
17611         * src/folderview.c
17612         * src/procheader.[ch]
17613                 added mbox support
17614         * src/mbox.c
17615                 bugfix for file incorporation filtering
17616         * src/imap.c
17617                 enable creation of MBOX
17618         * src/prefs_display_header.c
17619                 enable use of headers like "From "
17620                 something that should be fixed :
17621                         displaying of such headers add an extra space
17622         * src/prefs_folder_item.c
17623                 don't create folders because it is not necessary
17624         * src/procmsg.h
17625                 added data field to MsgInfo for mbox internal use
17626         * src/summaryview.c
17627                 added some support for mbox
17628         * src/utils.[ch]
17629                 added get_mbox_cache_dir() function
17630
17631 2001-05-23 [hiroyuki]
17632
17633         * src/headerwindow.c
17634           src/inc.c
17635           src/main.c
17636           src/mh.c
17637           src/nntp.c
17638           src/procmsg.h
17639           src/session.h
17640           src/socket.[ch]
17641           src/summaryview.c
17642           src/textview.c
17643           src/automaton.c
17644           src/folderview.c: more sync with 0.4.99cvs2.
17645
17646         * src/headerwindow.c: reverted.
17647
17648 2001-05-22 [paul]
17649
17650         0.4.99claws2
17651
17652         * sync with sylpheed 0.4.99cvs2
17653                 * src/news.[ch]
17654                 * src/nntp.[ch]
17655                 * INSTALL
17656                 * INSTALL.jp
17657
17658 2001-05-22 [alfons]
17659
17660         * src/summaryview.c: bugfixed a premature assignment in  summaryview_add_sender_to_cb()
17661
17662 2001-05-21 [alfons]
17663
17664         Minor things:
17665
17666         * configure.in: if gnome-config not found, "no" is displayed
17667         
17668         * sylpheed.desktop: "Hello World" is replaced with "Sylpheed Mail"
17669
17670         * src/textview.c: now also possible to add mail addresses by right
17671           clicking in the text view
17672
17673         * src/codeconv.c: merged patch which fixes endless loop when encountering
17674           invalid wide characters; from Alte <010@imis.ru>  
17675
17676 2001-05-20 [alfons]
17677
17678         Added installation of gnome specific things:
17679
17680         * Makefile.am: gnome conditional
17681
17682         * configure.in: check for installed gnome
17683
17684         * added sylpheed.png, sylpheed.desktop
17685
17686 2001-05-20 [sergey]
17687
17688         * src/pixmaps/stock_mail_reply_to_author.xpm: new file.
17689
17690         * src/mainwindow.h (main_window_toolbar_create): created a button
17691         for "Reply to all".
17692         (main_window_set_toolbar_sensitive): enable/disable the new button
17693         appropriately.
17694         (toolbar_reply_to_author_cb): handle the new button.
17695
17696         * src/send.c (SEND_EXIT_IF_ERROR, SEND_EXIT_IF_NOTOK): call
17697         send_progress_dialog_destroy() on failure (fixes hang on SMTP
17698         failure).
17699
17700 2001-05-19 [sergey]
17701
17702         * src/compose.h (ComposeReplyMode): new modes
17703         COMPOSE_REPLY_TO_AUTHOR, COMPOSE_REPLY_TO_AUTHOR_WITH_QUOTE,
17704         COMPOSE_REPLY_TO_AUTHOR_WITHOUT_QUOTE.
17705
17706         * src/compose.c
17707         (compose_send): move some code into a new function:
17708         (compose_current_mail_account): new function.
17709         (compose_reply): new argument to_author, all callers changed; if
17710         to_author==TRUE and account->protocol==A_NNTP, find and use an
17711         appropriate mail account for replying.
17712         (compose_reply_set_entry): new argument to_author; ignore
17713         compose->replyto if to_author==TRUE.
17714
17715         * src/mainwindow.c: new command "Message/Reply to author".
17716         (main_window_set_menu_sensitive): enable/disable it.
17717         (reply_cb): handle it.
17718
17719         * src/summaryview.c: new command "Reply to author".
17720         (summary_set_menu_sensitive): enable/disable it.
17721         (summary_reply_cb): handle it.
17722
17723         * src/account.c (account_find_mail_from_address): new function.
17724
17725 2001-05-18 [paul]
17726
17727         0.4.99claws1
17728
17729         * sync with sylpheed 0.4.99cvs1
17730
17731 2001-05-18 [hoa]
17732
17733         * src/compose.[ch]
17734         * src/filtering.c
17735         * src/summaryview.c
17736                 new filtering action : forward and forward as attachment
17737
17738         * src/main.c
17739                 no need for $DISPLAY when we run sylpheed --help
17740                 call to parse_cmd_opt() is moved
17741
17742         * src/mainwindow.[ch]
17743                 execute button is hidden when immediate execute
17744                 is chosen
17745
17746         * src/mh.c
17747         * src/news.c
17748         * src/prefs_folder_item.c
17749         * src/procmsg.c
17750                 better handling of missing directories
17751
17752         * src/summaryview.c
17753                 reedit is enabled in outbox
17754                 reedit is enabled in queue
17755
17756 2001-05-17 [hoa]
17757
17758         * src/filtering.c
17759         * src/matcher.[ch]
17760         * src/prefs_filtering.c
17761                 changed attachement into attachment
17762
17763 2001-05-17 [alfons]
17764
17765         0.4.67claws4    
17766
17767         * sync with sylpheed 0.4.67cvs9
17768         * sync with sylpheed 0.4.67cvs7-8
17769
17770 2001-05-17 [hoa]
17771
17772         * src/Makefile.am
17773                 added prefs_filtering.c
17774
17775         * src/filtering.[ch]
17776         * src/matcher.[ch]
17777                 removed action : forward_news and forward_news_as_attachement
17778                 (forward and forward_as_attachement can be used instead)
17779
17780         * src/mainwindow.c
17781                 added menu option to access filtering configuration
17782
17783         * src/prefs_account.c
17784                 changed mail_command default to /usr/sbin/sendmail
17785
17786         * added src/prefs_filtering.[ch]
17787                 dialog box for filtering configuration
17788
17789         * src/prefs_matcher.c
17790                 added function prefs_matcher_get_criteria_from_matching()
17791
17792         * src/prefs_scoring.c
17793                 reset the dialog when register or substitute is clicked
17794
17795 2001-05-15 [hoa]
17796
17797         * src/Makefile.am
17798                 added filtering.[ch]
17799         * src/inc.c
17800                 using filering.[ch] instead of filter.[ch]
17801         * src/main.c
17802                 reading new filtering configuration
17803         * src/matcher.[ch]
17804                 added some filtering actions
17805                 and fixed a bug for headers and mail body matching
17806         * src/mbox.c
17807                 using filering.[ch] instead of filter.[ch]
17808         * src/mh.c
17809                 handling invalid MsgInfo in mh_copy_msg() and mh_move_msg()
17810         * src/summaryview.c
17811                 some fixes for filtering
17812
17813 2001-05-14 [hiroyuki]
17814
17815         * src/send.c: fixed some weird indentations.
17816           send_message_with_command(): call pclose() only if p != NULL.
17817         * src/textview.c: get_email_part(): modified the code for readability.
17818
17819 2001-05-14 [hiroyuki]
17820
17821         * src/md5global.h
17822           src/md5ify.c
17823           src/md5ify.h: removed from the cvs.
17824
17825 2001-05-13 [sergey]
17826
17827         * src/main.c: include rfc2015.h to avoid compiler warnings.
17828         * src/alertpanel.c (alertpanel_message_with_disable): return 0 if
17829         the panel is already on screen.
17830         * src/prefs_customheader.c (prefs_custom_header_delete_cb): treat
17831         closing the alert window by ESC as "No".
17832         * src/prefs_common.c (prefs_interface_create): moved return
17833         receipt check button to the correct place.
17834
17835 2001-03-13 [alfons]
17836
17837         * src/prefs_common.c: 
17838                 moved return receipt check button to the Send tab. (prefs_send_create)
17839                 removed the date format ui related globals. (prefs_display_create)
17840
17841         0.4.67claws3
17842         
17843         * sync with sylpheed 0.4.67cvs5-6
17844
17845 2001-05-13 [paul]
17846
17847         * added Alfons' font selection patch
17848
17849         * src/defs.h
17850         * src/headerwindow.c
17851         * src/prefs_common.c
17852         * src/prefs_common.h
17853
17854 2001-05-13 [hoa]
17855         * src/defs.h
17856                 changed version of cache
17857         * src/matcher.[ch]
17858         * src/prefs_matcher.c
17859                 added additionnal matching criteria
17860         * src/procheader.c
17861         * src/procmsg.[ch]
17862         * src/news.c
17863                 added references in MsgInfo
17864
17865 2001-05-12 [hoa]
17866
17867         * src/defs.h
17868                 prepared some things for new filtering
17869         * src/matcher.[ch]
17870                 added some matching properties
17871                 inreplyto need to be enhanced
17872                 prepared some things for new filtering
17873         * src/messageview.c
17874                 added Return-Receipt-To handling
17875         * src/prefs_folder_item.c
17876                 changed default value to TRUE
17877         * src/prefs_matcher.c
17878                 added some matching properties
17879         * src/prefs_scoring.[ch]
17880                 the scoring dialog is finished
17881         * src/procheader.c
17882                 added Return-Receipt-To handling
17883                 Reference need to be added
17884         * src/procmsg.[ch]
17885                 added Return-Receipt-To handling
17886                 added threadscore to get a better score sorting when
17887                 threads are enabled
17888         * src/summaryview.c
17889                 suppressed a bug when we sort the list
17890                 when no folder is opened.
17891                 better score sorting when threads are enabled
17892
17893 2001-05-12 [alfons]
17894
17895         * reverted previous patch because of potential errors 
17896
17897         0.4.67claws2
17898         
17899         * src/inc.c, src/prefs_common.c, src/prefs_common.h: 
17900                 applied "toggle mail-retrieval dialog window" patch submitted 
17901                 by Eric Limpens <eric@qnt.net>
17902
17903         * sync with sylpheed 0.4.67cvs4
17904
17905 2001-05-12 [sergey]
17906
17907         * src/matcher.c, src/scoring.c: changed "#ifdef 0" to "#if 0" for
17908         some picky compilers.
17909         * src/rfc2015.h: provide prototype for rfc2015_disable_all().
17910         * src/grouplist_dialog.c: include alertpanel.h.
17911         * src/prefs_headers.c (prefs_headers_deleted): added GTK_BUTTON to
17912         fix compile warning.
17913         * src/scoring.c, src/prefs_folder_item.c, src/matcher.c: brought
17914         #include "defs.h" before others to prevent the warning of `MIN'
17915         and `MAX' redefinition.
17916
17917 2001-05-11 [hoa]
17918
17919         * src/main.c
17920         * src/messageview.c
17921         * src/prefs_account.c
17922         * src/prefs_display_header.c
17923                 removed warning
17924         * src/Makefile.am
17925                 added prefs_scoring.[ch]
17926         * src/grouplist_dialog.c
17927                 display an error dialog box if the group list
17928                 cannot be fetched.
17929         * src/mainwindow.[ch]
17930                 added main_window_set_thread_option() function
17931                 scoring dialog box enabled
17932         * src/matcher.[ch]
17933                 added flags matching unread /new / marked
17934                 / deleted / replied / forwarded
17935         * src/news.c
17936                 newsgroups are now finally in newscache
17937         * src/prefs_matcher.[ch]
17938                 finished preferences for matching dialog
17939         * added src/prefs_scoring.[ch]
17940                 scoring dialog box completed
17941         * src/scoring.[ch]
17942                 conversion to string : added scoringprop_to_string()
17943                 write config for preferences :
17944                 added prefs_scoring_write_config()
17945         * src/summaryview.c
17946                 threads can be enabled/disabled independently
17947                 for each folder
17948
17949 2001-05-10 [alfons]
17950
17951         0.4.67claws1
17952         
17953         * AUTHORS: 
17954                 thought it would be nice to have a list of all
17955                 contributors (used Changelog as a reference)
17956         
17957         * configure.in: 
17958                 messed up version numbering...
17959
17960         0.4.66claws1
17961
17962         * sync with sylpheed 0.4.67cvs1-3
17963
17964 2001-05-10 [darko]
17965
17966         * src/prefs_common.c:
17967                 better UI for strftime format, double clicking
17968                 on format now inserts the format in text entry
17969                 replaced close button with standard OK/Cancel
17970                 moved date format button to the right of the
17971                 text entry field
17972
17973 2001-05-09 [alfons]
17974
17975         * src/gtkstext.c:
17976                 Ctrl-Home / Ctrl-End have proper cursor navigation
17977
17978 2001-05-09 [hoa]
17979
17980         * src/prefs_matcher.c
17981                 finished UI to define matching properties
17982                 added ok and cancel button
17983         * src/prefs_filter.c
17984                 added ok and cancel button
17985         * src/news.c
17986                 fixed some bug in xhdr parsing
17987
17988 2001-05-08 [alfons]
17989
17990         * src/textview.c: 
17991                 fixed a bug in textview_show_header(), which displayed two colons (':');
17992                 cleaned up some warnings
17993
17994 2001-05-08 [hoa]
17995
17996         * src/Makefile.am
17997                 added prefs_matcher.[ch]
17998                 compilation with -W -Wall
17999         * src/alertpanel.c
18000                 ungrab the mouse events if grabbed - does it
18001                 fix the bug for disposition notification ?
18002         * src/mainwindow.c
18003                 added a menu option to open the matching dialog.
18004         * src/matcher.[ch]
18005                 added matcherprop_to_string() and matcherlist_to_string()
18006                 fixed some bugs, changed the name of some options
18007                 age_sup and age_inf becomes age_greater and age_lower,
18008                 body and messageheaders becomes body_part and headers_part,
18009                 changed the names of constants from SCORING_XXX to MATCHING_XXX
18010         * src/prefs_display_header.c
18011         * src/prefs_headers.c
18012                 fixed a bug that accidentally destroyed dialogs
18013                 when closed them with delete_event
18014                 Added *_deleted() which handle delete_event signal correctly.
18015         * src/prefs_folder_item.[ch]
18016                 added "enable_thread" field for future customization
18017         * added src/prefs_matcher.[ch]
18018                 sample of the UI to define matching properties
18019         * src/procheader.c
18020                 using procheader_headername_equal instead of str*cmp functions
18021                 using procheader_parse_header() function
18022         * src/scoring.c
18023                 using MATCHING_XXX instead of SCORING_XXX
18024         * src/summaryview.c
18025                 display the sender of the news even if this is ourself
18026                 when this is a news message.
18027         * src/textview.c
18028                 using headername_equal() instead of str*cmp functions
18029
18030 2001-05-08 [alfons]
18031
18032         0.4.66claws
18033
18034         * sync with sylpheed 0.4.66
18035         * src/gtkstext.c: trace logs added 
18036
18037 2001-05-08 [sergey]
18038
18039         * src/prefs_common.[ch]: added option to enable/disable GnuPG
18040         signature check popup.
18041         * src/rfc2015.c (check_signature): show signature check popup only
18042         if it is enabled in preferences.
18043
18044 2001-05-07 [alfons]
18045
18046         0.4.66claws4
18047         
18048         * sync with sylpheed 0.4.66cvs6
18049
18050 2001-05-07 [darko]
18051
18052         * src/prefs_common.[ch]: added option to enable/disable
18053           looking up sender name in address book for summary pane
18054         * src/summaryview.c: look up sender in the address book
18055           by using Alfons' address completion code
18056
18057 2001-05-07 [hiroyuki]
18058
18059         * src/inc.h
18060           src/pop.c: pop3_retr_recv(): removed cur_msg_bytes from the
18061           member of Pop3State.
18062         * src/news.c: brought #include "defs.h" before #include <glib.h>
18063           to prevent the warning of `MIN' and `MAX' redefinition.
18064
18065 2001-05-06 [hoa]
18066
18067         * removed src/headers_display.[ch]
18068         * removed src/prefs_display_headers.[ch]
18069         * src/inc.c
18070                 use a temporary file in the user directory for mbox import
18071         * src/news.c
18072                 added XHDR support to get "To" and "Cc" headers
18073                 (in order to match news with to or cc field for
18074                 scoring)
18075                 added function news_parse_xhdr() to get XHDR response
18076         * src/nntp.[ch]
18077                 added function nntp_xhdr()
18078         * src/matcher.c
18079                 fetch the message if necessary
18080
18081 2001-05-06 [alfons]
18082
18083         0.4.66claws3
18084
18085         * sync with sylpheed 0.4.66cvs3-5
18086
18087 2001-05-06 [hoa]
18088
18089         * src/utils.[ch]
18090                 added function itos_buf() to enable use of several buffers
18091         * src/summaryview.c
18092                 use of itos_buf() instead of itos() in summary list
18093                 to fix the broken display of message number.
18094
18095 2001-05-06 [alfons]
18096
18097         * src/gtkstext.c: bug in cursor up navigation fixed,
18098                 fixed another unsigned / signed comparison (we're getting there :-)
18099
18100 2001-05-06 [hoa]
18101
18102         * src/Makefile.am
18103                 added scoring.c scoring.h
18104                 prefs_folder_item.c prefs_folder_item.h
18105                 matcher.c matcher.h
18106         * src/defs.h
18107                 added FOLDERITEM_RC SCORING_RC
18108         * src/folder.[ch]
18109                 added prefs field in FolderItem :
18110                 properties for each folder (PrefsFolderItem),
18111                 sorting type and mode were added as the first properties.
18112         * src/main.c
18113                 read config for scoring
18114         * added src/matcher.[ch]
18115                 gives functions to parse configuration file to do
18116                 matching on mails with a list of conditions.
18117         * src/mainwindow.c
18118                 add option to sort by score
18119         * src/prefs_common.[ch]
18120                 added preference option to show score and for
18121                 the score column size
18122         * added src/prefs_folder_item.[ch]
18123                 properties for each folder (PrefsFolderItem),
18124                 sorting type and mode were added as the first properties.
18125         * src/procheader.[ch]
18126                 added procheader_parse_header()
18127                 added procheader_header_free()
18128                 added procheader_headername_equal()
18129                 and made modification to use them.
18130         * src/procmsg.[ch]
18131                 added score field to MsgInfo structure
18132         * added src/scoring.[ch]
18133                 gives functions to parse configuration file to do
18134                 scoring on mails with a list of conditions.
18135         * src/summaryview.[ch]
18136                 save the sorting type and mode for the folder
18137                 added column to display the score of the mail
18138                 added function summary_score_clicked()
18139                 sorting type and mode are restored to the folder
18140                 when it is reopen
18141         * src/textview.c
18142                 use procheader_parse_header(), procheader_headername_equal()
18143                 removed memory leak in text_scan_header when freeing headers
18144         * src/filter.c
18145                 changed the function to match names of headers
18146                 using procheader_headername_equal()
18147
18148         Scoring functions are implemented, an interface is needed
18149         to configure that.
18150
18151 2001-05-04 [alfons]
18152
18153         * src/gtkstext.c: 
18154                 hopefully fixed the row up navigation bug,
18155                 removed adding back / forward lines to cache
18156
18157 2001-05-04 [sergey]
18158
18159         * src/prefs_display_headers.c: user interface changes:
18160         (prefs_display_headers_create): remove unused "Show" check button;
18161         allow reordering of headers by dragging.
18162         (prefs_display_headers_write_config): remove unused variables.
18163         (prefs_display_headers_set_dialog): do not insert "(New)" at top
18164         of lists (not needed with the new UI).
18165         (prefs_display_headers_set_list): scan lists starting from row 0,
18166         not 1 (do not skip "(New)").
18167         (prefs_display_headers_find_header): new function.
18168         (prefs_display_headers_clist_set_row): do not allow duplicates.
18169         (prefs_display_headers_delete_cb): do not skip row 0; treat
18170         closing the alert window by ESC as "No".
18171         (prefs_display_headers_up): do not protect row 0.
18172         (prefs_display_headers_down): do not protect row 0.
18173
18174 2001-05-04 [sergey]
18175
18176         * src/mainwindow.c (next_marked_cb, prev_marked_cb): new
18177         functions.
18178
18179         * src/summaryview.c
18180         (summary_find_next_marked_msg, summary_find_prev_marked_msg,
18181         summary_select_next_marked, summary_select_prev_marked): new
18182         functions.
18183
18184 2001-05-03 [sergey]
18185
18186         * src/news.c: fixed a bug when no article can be fetched after
18187         server timeout if the connection was restored by news_post():
18188         (news_select_group): new function.
18189         (news_fetch_msg): call news_select_group() before fetching
18190         article.
18191         (news_get_uncached_articles): set session->group after successful
18192         GROUP command.
18193
18194 2001-05-03 [hoa]
18195
18196         * src/defs.h
18197         * src/procmsg.[ch]
18198         * src/procheader.c
18199                  changed version of cache, added cc field
18200
18201         * src/prefs_display_headers.c
18202                 the interface was changed
18203
18204         * src/prefs_headers.c
18205                 added cancel button
18206
18207 2001-05-03 [alfons]
18208
18209         * completed sync of sylpheed cvs2
18210         * src/gtkstext.c: updated row up / down cursor navigation
18211         * src/textview.c: re-edited, prepared for fixing the email address
18212                 scanner.
18213
18214 2001-05-03 [darko]
18215
18216         * src/prefs_common.c: use alfons' strftime ui code
18217         entry_datefmt and datefmt_sample widgets have to be
18218         global in this module because of this change
18219
18220 2001-05-03 [hoa]
18221
18222         * src/messageview.c
18223         * src/prefs_common.[ch] added option to activate the return receipt
18224                 feature.
18225
18226 2001-05-02 [alfons]
18227
18228         * src/gtkstext.c: fix for row up/down cursor navigation. 
18229
18230         0.4.66claws2
18231         
18232         * sync with 0.4.66cvs2
18233
18234 2001-05-02 [paul]
18235
18236         added add-sender-to-addressbook patch
18237
18238         * src/addressbook.c
18239         * src/addressbook.h
18240         * src/summaryview.c
18241
18242 2001-05-02 [sergey]
18243
18244         * src/alertpanel.h (AlertValue): added G_ALERT_VALUE_MASK,
18245         G_ALERTDISABLE.
18246
18247         * src/alertpanel.c (alertpanel_create): new argument can_disable,
18248         all existing callers changed to pass FALSE; create a check button
18249         to disable the message.
18250         (alertpanel_message_with_disable): new function.
18251         (alertpanel_show): mask value with G_ALERT_VALUE_MASK.
18252         (alertpanel_button_toggled): new function.
18253         (alertpanel_button_clicked, alertpanel_close): set value using
18254         G_ALERT_VALUE_MASK.
18255
18256         * src/prefs_common.h (PrefsCommon): new field gpgme_warning.
18257
18258         * src/prefs_common.c (prefs_privacy_create): new check button
18259         checkbtn_gpgme_warning.
18260
18261         * src/main.c (main): moved preferences reading before gpgme
18262         initialization; check prefs_common.gpgme_warning before giving the
18263         GnuPG warning and set it to FALSE if the user wants to disable the
18264         warning.
18265
18266 2001-05-02 [hiroyuki]
18267
18268         * src/prefs_display_headers.c: modified the layout and some labels.
18269
18270 2001-05-02 [sergey]
18271
18272         * src/prefs_account.c (prefs_account_fix_size): new function.
18273         (prefs_account_create): call prefs_account_fix_size(); use
18274         gtk_widget_show instead of gtk_widget_show_all (fixes too large
18275         size when the window is shown for the first time).
18276         (prefs_account_basic_create): changed layout of serv_table; moved
18277         localmbox_entry above smtpserv_entry (logically it replaces
18278         POP3/IMAP server).
18279         (prefs_account_protocol_activated): set sensitivity of
18280         nntpauth_chkbtn according to the protocol (in addition to
18281         hide/show); commented out gtk_table_set_row_spacing() calls.
18282         (prefs_account_nntpauth_toggled): do nothing if nntpauth_chkbtn is
18283         not sensitive (fixes a bug with disabled username/password boxes
18284         when editing POP3 account after NNTP with authentication).
18285
18286 2001-05-02 [hoa]
18287
18288         * src/account.c
18289         * src/inc.c
18290         * src/prefs_account.[ch]
18291         * src/send.c
18292                 removed local account without SMTP server
18293                 added option to use mail command instead of a connexion
18294                 to SMTP server when a local account is used
18295         * src/prefs_headers.c
18296                 fixed a bug
18297         * src/news.c
18298                 fixed a bug when connexion immediately closed
18299
18300 2001-05-01 [alfons]
18301
18302         0.4.66claws1
18303         
18304         * sync with 0.4.65
18305
18306 2001-05-01 [sergey]
18307
18308         * src/prefs_account.c (Basic, prefs_account_basic_create): new
18309         widget nntpauth_chkbtn.
18310         (prefs_account_protocol_activated): handle nntpauth_chkbtn
18311         visibility.
18312         (prefs_account_nntpauth_toggled): new function.
18313
18314         * src/news.c (news_session_new_for_folder): use NNTP
18315         authentication only if ac->use_nntp_auth is set.
18316
18317 2001-05-01 [hoa]
18318
18319         * src/Makefile.am changed headers.[ch] in customheader.[ch]
18320         * src/prefs_display_headers.c changed the UI
18321         * src/prefs_headers.c changed account_name to account_id
18322         * src/compose.c using customheader.h
18323
18324 2001-05-01 [hiroyuki]
18325
18326         * src/esmtp.c
18327           src/news.c
18328           src/nntp.c: changed sock_read() to sock_gets(), they've been left
18329           unsynched.
18330
18331 2001-05-01 [hoa]
18332
18333         * src/Makefile.am added prefs_display_headers.[ch] headers_display.[ch]
18334         * src/defs.h added HEADERS_DISPLAY_RC : name of the config file
18335                 for displaying of headers
18336         * src/grouplist_dialog.[ch] minor changes to remove warnings
18337         * src/prefs_display_headers.[ch] dialog to choose the
18338         headers to display in the mail viewer.
18339         * src/headers.h correction of #define
18340         * src/headers_display.[ch] configuration for displaying of headers.
18341         * src/main.c read config of displaying of headers
18342         * src/prefs_common.c add a button to access the config dialog
18343                 for displaying of headers
18344         * src/prefs_display_headers.[ch] dialog for configuration for
18345                 displaying of the headers.
18346         * src/prefs_headers.c cleaning of code
18347         * src/procheader.c comments added to code
18348         * src/textview.c changes to reorder the headers depending
18349                 on the config for displaying of headers
18350
18351 2001-04-30 [alfons]
18352
18353         0.4.65claws7
18354
18355         * sync with 0.4.65cvs12
18356
18357         NOTE: nntp.c and news.c in claws and cvs branch differ significantly!
18358
18359 2001-04-30 [sergey]
18360
18361         * src/nntp.h (NNTPSockInfo): new field auth_failed.
18362
18363         * src/nntp.c (nntp_mode): return NN_AUTHREQ if sock->auth_failed
18364         is set to force reconnection after authentication failure.
18365         (nntp_gen_command): set sock->auth_failed on authentication
18366         failure, or if sock->userid and sock->passwd are not set.
18367
18368         * src/news.c (news_session_new_for_folder): set userid=NULL if
18369         password dialog is cancelled.
18370
18371 2001-04-30 [sergey]
18372
18373         * src/nntp.h (NNTPSockInfo): new type.
18374
18375         * src/nntp.c: all functions updated to use NNTPSockInfo instead of
18376         SockInfo.
18377         (nntp_open_auth, nntp_close): new functions.
18378         (nntp_gen_command): new function to handle authentication; all
18379         NNTP command functions updated to use it.
18380         (nntp_authinfo_user, nntp_authinfo_pass): deleted.
18381         (nntp_list): removed old useless code.
18382
18383         * src/news.h (NNTPSession): new field nntp_sock.
18384
18385         * src/news.c: all functions updated to use NNTPSockInfo instead of
18386         SockInfo.
18387         (news_session_new): new arguments (userid, passwd); made static;
18388         use nntp_open_auth() if needed.
18389         (news_session_destroy): use nntp_close() instead of sock_close().
18390         (news_query_password): changed arguments.
18391         (news_session_new_for_folder): new function.
18392         (news_session_get): use news_session_new_for_folder().
18393         (news_authenticate): deleted.
18394         (news_get_uncached_articles): removed old authentication code.
18395
18396 2001-04-30 [sergey]
18397
18398         * src/news.c: reverted my previous changes (need to do NNTP
18399         authentication in a cleaner way).
18400         
18401 2001-04-29 [sergey]
18402
18403         * src/news.c (news_nntp_group, news_nntp_list, news_nntp_xover,
18404         news_nntp_post, news_nntp_mode): new functions (wrappers with
18405         authentication support).
18406         (news_get_article_cmd, news_get_article, news_get_header): new
18407         argument "folder"; all callers changed.
18408         (news_get_article_cmd): added authentication support.
18409         (news_session_get): use news_nntp_mode() instead of nntp_mode().
18410         (news_post): use news_nntp_post() instead of nntp_post().
18411         (news_get_uncached_articles): use news_nntp_group() instead of
18412         nntp_group() and news_nntp_xover() instead of nntp_xover();
18413         removed old authentication code.
18414         (news_get_group_list): use news_nntp_list() instead of nntp_list().
18415
18416         * src/nntp.c (nntp_list): return real error code instead of
18417         hardcoded NN_ERROR.
18418
18419 2001-04-29 [sergey]
18420
18421         * configure.in: fixed wint_t typedef detection again
18422
18423 2001-04-28 [hoa]
18424
18425         * src/prefs_account.[ch], added A_LOCAL_CMD
18426                 (send mail with mail command)
18427         * src/send.c added function send_message_with_command()
18428         * src/inc.c made a more secure get_spool() function with
18429                 mktemp() but maybe mkstemp() or something more
18430                 secure can be used.
18431
18432 2001-04-28 [alfons]
18433
18434         * src/textview.c, colorization of email addresses in headers
18435
18436         0.4.65claws6
18437
18438         * bug sync with sylpheed
18439         * prefs_common.c: created date format ui for darko
18440         * sync with 0.4.65cvs11
18441         * configure.in: corrected to have the new gpg checks
18442
18443 2001-04-27 [alfons]
18444
18445         * completed sync with 0.4.65cvs10
18446         * minor debug things added to gtkstext.c
18447
18448 2001-04-27 [darko]
18449
18450         * configure.in: remove check for availability of
18451           strftime() as advised by Hiroyuki
18452         * src/prefs_common.[ch], src/procheader.c:
18453           synch strftime() code with Hiroyki's main branch
18454
18455 2001-04-26 [sergey]
18456
18457         * src/news.c: news_query_password(), news_authenticate(): new
18458           functions.
18459           news_get_uncached_articles(): added NNTP authentication
18460           handling.
18461         * src/nntp.[ch]: nntp_authinfo_user(), nntp_authinfo_pass():
18462           new functions.
18463         * src/prefs_account.c: prefs_account_protocol_activated():
18464           enable userid and password fields for NNTP.
18465
18466 2001-04-26
18467
18468         * configure.in: check for availability of strftime()
18469           [darko]
18470         * src/prefs_common.[ch], src/procheader.c: use
18471           strftime() for displaying date in summary pane if it
18472           is available
18473
18474 2001-04-25
18475
18476         * more .cvsignore cleanups [alfons]
18477
18478 2001-04-25
18479
18480         * ac/sv-check-type.m4: new autoconf macro.
18481         * configure.in: fixed wint_t typedef detection (did not work
18482           with gcc-2.96).
18483
18484 2001-04-25
18485
18486         * acconfig.h: added USE_GTKGDK_XIM definition for autoheader.
18487           [hiroyuki]
18488
18489 2001-04-24
18490         * modified gtkstext.c : buggy cursor navigation fixed, 
18491           and font descent also taken in account when drawing
18492           cursor. [alfons]
18493
18494 2001-04-24 [hoa]
18495         * added comments in src/news.c src/nntp.c
18496         * added src/prefs_headers.[ch]
18497         * added src/headers.[ch]
18498         * modified compose.c to activate custom headers
18499                 added function is_in_custom_headers
18500         * modified prefs_account.[ch]
18501                 added function prefs_account_customhdr_edit
18502         * modified src/defs.h :
18503                 added HEADERS_RC : name of the config file
18504                 for the custom headers
18505
18506 2001-04-24
18507
18508     0.4.65claws5
18509
18510         * configure.in
18511           src/gtkstext.[ch]
18512           src/compose.c
18513           src/Makefile.am
18514           
18515           added gtkstext with configure.in patch by Hiroyuki which
18516           should fix the XIM detection [alfons]
18517
18518         * more clean up of cvs [alfons]
18519
18520                  * removed all Makefile.in files to attic.
18521
18522                  * updated all .cvsignores to really ignore things that could
18523                    be unintentionally committed by a recursive commit.
18524
18525 2001-04-23 [hoa]
18526         * added src/grouplist_dialog.[ch]
18527         * changed src/folderview.c to call grouplist_dialog instead
18528                 of inputdialog
18529         * src/news.c :
18530                 added functions news_reset_group_list
18531                 and news_get_group_list
18532         * src/nntp.c :
18533                 added function nntp_list
18534         * src/defs.h :
18535                 added GROUPLIST_FILE : name of the newsgroup list cache file
18536
18537 2001-04-21
18538
18539         * added option to warn about queued messages on exit [sergey]:
18540
18541           * src/compose.c: compose_queue(): call folder_item_scan()
18542             and folderview_update_item() after queueing.
18543           * src/folderview.c: folderview_update_node(): draw the queue
18544             folder in bold font if there are queued messages.
18545           * src/mainwindow.c: queued_messages(): new function.
18546             app_exit_cb(): display warning if there are queued messages
18547             if warn_queued_on_exit is set.
18548           * prefs_common.[ch]: add warn_queued_on_exit option.
18549
18550         * enhanced GnuPG key selection support [sergey]:
18551
18552           * src/select-keys.c: updated to newer version from Win32
18553             branch with support for selecting arbitrary keys.
18554           * src/prefs_account.c: added the Privacy tab to the account
18555             options window.
18556             prefs_account_privacy_create(),
18557             prefs_account_sign_key_set_data_from_radiobtn(),
18558             prefs_account_sign_key_set_radiobtn(): new functions.
18559           * src/prefs_account.h: new preferences sign_key_type, sign_key_id.
18560           * src/rfc2015.c: set_signers(): new function.
18561             pgp_sign(): add the account parameter, call set_signers().
18562             rfc2015_sign(): add the account parameter, pass it to pgp_sign().
18563           * src/rfc2015.h: rfc2015_sign(): updated prototype.
18564           * src/compose.c: pass the current account to rfc2015_sign().
18565
18566         * tag name claws added to prevent confusion with main branch [alfons]
18567
18568         * Sync with sylpheed-0.4.65cvs4 and made it compile. [sergey]
18569
18570         * autogen.sh: Added "--enable-maintainer-mode". [sergey]
18571
18572         * sync with recent sylpheed cvs. Untested though. [alfons]
18573