Don't ignore value of 'Save copy of outgoing messages to this folder instead of Sent...
[claws.git] / ChangeLog.claws
1 2003-09-19 [darko]      0.9.5claws20
2
3         * src/compose.c
4                 don't ignore value of 'Save copy of outgoing messages to
5                 this folder instead of Sent' in message redirect
6
7 2003-09-17 [christoph]  0.9.5claws19
8
9         * src/compose.c
10                 use ", " as address seperator for mail headers and pass whole
11                 header line at once to compose_convert_header to make sure
12                 it is correctly folded
13
14         (closes Bug 64 Problem when sending to many recipients)
15
16 2003-09-17 [hoa]        0.9.5claws18
17         
18         * changed the keyword used for command execution in condition
19                 keyword is changed from "execute" to "test"
20                 so that it is not the same as the one used for action.
21                 This will fix a bug when using filtering dialog.
22                 All semantic in the code is also changed to reflect
23                 the keyword change.
24
25 2003-09-17 [paul]
26         
27         * sync with 0.9.6 release
28
29 2003-09-17 [paul]       0.9.5claws17
30
31         * sync with 0.9.5cvs8
32                 see ChangeLog 2003-09-16 and 2003-09-17
33
34 2003-09-16 [paul]       0.9.5claws16
35
36         * sync with 0.9.5cvs6
37                 see ChangeLog 2003-09-16
38
39 2003-09-15 [paul]       0.9.5claws15
40
41         * sync with 0.9.5cvs5
42                 see ChangeLog 2003-09-15
43
44 2003-09-14 [alfons]     0.9.5claws14
45
46         * src/inc.c
47                 make "Go to inbox after receiving new mail" again;
48                 regression of a sync, restored to sylpheed main 
49                 behaviour. (misses still some bits)
50
51 2003-09-14 [alfons]     0.9.5claws13
52
53         * src/prefs_filtering_action.c
54                 o add proper message if empty execute command line
55                 o don't select first action item after registering a
56                   new action to prevent (what seems to be a GTK) bug
57                   #36, "filtering will only accept one action change 
58                   per invocation".
59
60 2003-09-14 [alfons]     0.9.5claws12
61
62         * src/prefs_filtering.c
63         * src/prefs_filtering_action.c
64         * src/prefs_matcher.c
65                 fix function signature for key_pressed_event signal handlers
66
67 2003-09-14 [alfons]     0.9.5claws11
68
69         * src/mainwindow.c
70                 fix regression caused by fix for invalid bug #7
71                 (should fix #246, "Multiple selections are deselected when 
72                 moving from search window to main window")
73                 
74 2003-09-14 [alfons]     0.9.5claws10
75         
76         * src/actions.[ch]
77         * src/filtering.[ch]
78         * src/prefs_actions.c
79                 allow `filtering actions` in actions; only for advanced users
80                 right now: try for example, "%as{mark color 2}" 
81         
82 2003-09-13 [paul]       0.9.5claws9
83         
84         * po/pl.po
85           po/zh_CN.po   ** NEW FILE **
86                 update Polish translation, submitted by Emil 
87                 <eminowbl@posejdon.wpk.p.lodz.pl>
88                 add new Simplified Chinese translation, submitted by
89                 Hansom Young <hansom_young@yahoo.com>
90
91 2003-09-12 [alfons]     0.9.5claws8
92
93         * src/summaryview.c
94                 don't open separate message views when View | Separate message view
95                 is active 
96                 (please look carefully for any navigation regressions)
97
98 2003-09-11 [alfons]     0.9.5claws7
99
100         * src/mainwindow.c
101                 make default message view, opened by View | Separate message 
102                 view, look like a claws message view (which includes a menu
103                 bar and a toolbar)
104                 (fixes bug #298, "message view loses tool bar") 
105
106 2003-09-11 [christoph]  0.9.5claws6
107
108         * src/folderview.c
109                 fix double deleting of newsgroup folders
110
111         (closes Bug 305 crash after deleting of a newsgroup)
112
113 2003-09-11 [paul]       0.9.5claws5
114
115         * src/rfc2015.c
116           src/common/utils.h
117                 more sync'ing from 0.9.5cvs2
118
119         fixes bug 197 'Header lines encrypted by GPG'
120
121 2003-09-11 [christoph]  0.9.5claws4
122
123         * src/compose.c
124         * src/rfc2015.c
125         * src/common/utils.h
126                 fix sync with 0.9.5cvs2
127
128 2003-09-11 [paul]       0.9.5claws3
129
130         * sync with 0.9.5cvs4
131                 see ChangeLog 2003-09-11
132
133 2003-09-11 [paul]       0.9.5claws2
134
135         * sync with 0.9.5cvs2
136                 see ChangeLog 2003-09-05
137                 
138 2003-09-11 [paul]       0.9.5claws1
139
140         * sync with 0.9.5cvs3
141                 see ChangeLog 2003-09-10
142
143 2003-09-10 [paul]       0.9.5claws
144
145         * 0.9.5claws released
146
147 2003-09-10 [paul]       0.9.4claws78
148
149         * src/Makefile.am
150                 add missing files
151
152 2003-09-10 [melvin]     0.9.4claws77
153
154         * po/fr.po
155                 Updated French translations
156
157 2003-09-10 [paul]       0.9.4claws76
158
159         * po/es.po
160           po/sk.po
161           po/sr.po
162                 update Spanish, Slovak, and Serbian translations.
163                 submitted by Ricardo Mones Lastra, Andrej Kacian,
164                 and Urke MMI
165                 
166         * AUTHORS
167                 add translation team section
168
169 2003-09-09 [christoph]  0.9.4claws75
170
171         * src/folder.c
172                 free item->prefs in folder_item_destroy
173
174 2003-09-09 [alfons]     0.9.4claws74
175
176         * src/folderview.c
177                 o proper check for root node sorting
178                 o remove unnecessary gtk_ctree_remove_node 
179
180         (should fix bug #300, "crash while moving folder")      
181
182 2003-09-08 [christoph]  0.9.4claws73
183
184         * src/folderview.c
185                 o fix double adding of IMAP FolderItems to GtkCTree
186                 o fix crash then mbox folder is removed
187
188 2003-09-08 [christoph]  0.9.4claws72
189
190         * src/folder.c
191         * src/folderview.c
192         * src/mainwindow.c
193                 fix new folder notification
194
195         * src/mbox_folder.c
196                 fix cache path
197
198 2003-09-08 [christoph]  0.9.4claws71
199
200         * src/compose.c
201                 replace '\n' and '\r' before removing trailing spaces
202
203         * src/folder.[ch]
204         * src/folderview.c
205                 add information about new or removed items in folder tree change
206                 notification and use this in folderview to add and remove only
207                 the appected items and not refresh the whole tree
208
209 2003-09-07 [match]      0.9.4claws70
210
211         * src/Makefile.am
212         * src/addr_compl.c
213         * src/addressbook.c
214         * src/addressitem.h
215         * src/addrindex.c
216         * src/addritem.c
217         * src/addritem.h
218         * src/addrquery.c                       ** NEW **
219         * src/addrquery.h
220         * src/ldapquery.c
221         * src/ldapserver.c
222         * src/stock_pixmap.c
223         * src/stock_pixmap.h
224         * src/pixmaps/address_search.xpm        ** NEW **
225                 re-introduce Lookup button for LDAP 'static' searches.
226
227 2003-09-07 [alfons]     0.9.4claws69
228         
229         * src/summaryview.c
230                 abandon setting usize for messageview because it gives layout problems
231                 with the quick search bar and the headerview; fixes assorted UI glitches:
232                 
233                 o bug #148, "Toggling of quick-search bar reduces index view area" 
234                 o bug #280, "Window resiizes for line length but does not revert"
235
236 2003-09-07 [christoph]  0.9.4claws68
237
238         * src/compose.c
239                 o make sure we don't have any newlines in header values
240                 o check custom headers for spaces and newlines and ignore
241                   malformed header names
242
243 2003-09-06 [christoph]  0.9.4claws67
244
245         * src/folder.c
246         * src/folderview.c
247                 invoke notification hook for folder tree changes after append
248                 and remove folder
249
250         (closes Bug 294 Crash while moving folder with many subdirectories)
251
252 2003-09-06 [christoph]  0.9.4claws66
253
254         * src/folder.c
255                 destroy folder's MsgCache if FolderItem is removed to make sure
256                 it is not saved when the FolderItem is destroyed
257
258 2003-09-06 [christoph]  0.9.4claws65
259
260         * src/plugins/clamav/clamav_plugin.c
261                 fix copy & paste bug
262
263 2003-09-05 [christoph]  0.9.4claws64
264
265         * src/folder.c
266         * src/messageview.[ch]
267         * src/procmsg.[ch]
268         * src/summaryview.c
269                 extend MSGINFO_UPDATE_HOOK to send delete notifications. Used
270                 by MessageView to clear it when the message is deleted. Should
271                 work even if messages are deleted in MainWindow or by
272                 processing.
273
274 2003-09-05 [alfons]     0.9.4claws63
275
276         * src/messageview.c
277                 deleting a message in a message view frees its msginfo, make 
278                 messageview_update_all() aware of that (should fix bug #293,
279                 "deleting message caused crash")
280
281 2003-09-05 [melvin]     0.9.4claws62
282
283         * src/action.c
284                 Improve synchronous action exit code (fixes 
285                 a ~5 seconds delay after action exit on RedHat 9)
286
287 2003-09-04 [christoph]  0.9.4claws61
288
289         * src/compose.c
290         * src/rfc2015.c
291         * src/common/utils.[ch]
292                 add util function to create mime boundary and use it
293                 in compose and gpg code
294
295 2003-09-04 [alfons]     0.9.4claws60
296
297         * src/folder.c
298                 source folder item's GNode should already have been freed in 
299                 a previous call to src->folder->klass->remove_folder()
300                 (should fix bug #287, "crash when moving folders")
301
302 2003-09-03 [thorsten]   0.9.4claws59
303
304         * src/plugins/spamassassin/spamassassin_gtk.c
305                 fix compile error
306
307 2003-09-03 [christoph]  0.9.4claws58
308
309         * src/plugins/spamassassin/spamassassin.[ch]
310         * src/plugins/spamassassin/spamassassin_gtk.c
311                 add timeout config option
312
313 2003-09-03 [paul]       0.9.4claws57
314
315         * po/sk.po      ** NEW FILE **
316                 add Slovak translation. Submitted by Andrej Kacian 
317                 <andrej@kacian.sk>
318
319 2003-09-03 [paul]       0.9.4claws56
320
321         * src/plugins/clamav/clamav_plugin_gtk.c
322                 gui tweaks: replace a label with a tooltip, modify the
323                 text, use gtk_check_button_new(); instead of
324                 gtk_check_button_new_with_label("");
325
326 2003-09-02 [alfons]     0.9.4claws55
327
328         * src/gtk/filesel.c
329                 remember last used dir when attaching multiple files (should fix
330                 bug #290, "Attach File does not remember directory")
331
332 2003-09-01 [paul]       0.9.4claws54
333
334         * po/es.po
335                 updated by Ricardo Mones Lastra
336
337 2003-09-01 [alfons]     0.9.4claws53
338
339         * src/gtk/gtkaspell.[ch]
340                 be pedantic and strict and use const gchar * instead of guchar *
341
342 2003-09-01 [alfons]     0.9.4claws52
343
344         * src/mainwindow.c
345         * src/summaryviewc.
346                 re-enable Save As when multiple messages are selected
347
348 2003-09-01 [paul]       0.9.4claws51
349
350         * src/textview.c
351                 g_free(trimmed_uri);
352
353 2003-09-01 [paul]       0.9.4claws50
354
355         * sync with 0.9.4cvs13
356                 see ChangeLog 2003-09-01
357
358 2003-09-01 [paul]       0.9.4claws49
359
360         * src/textview.c
361                 trim uri before sending to the statusbar
362                 fixes Bug 275 'Clicking on long URL wrapped onto two lines
363                 in the message window causes main S-C window to enlarge 
364                 past screen edges'
365
366 2003-09-01 [paul]       0.9.4claws48
367
368         * sync with 0.9.4cvs12
369                 see ChangeLog 2003-09-01
370
371 2003-08-30 [christoph]  0.9.4claws47
372
373         * src/compose.c
374         * src/folder_item_prefs.[ch]
375         * src/prefs_folder_item.c
376         * src/gtk/gtkaspell.[ch]
377                 commit per folder dictionary patch by
378                 Paul Evans <nerd@freeuk.com>
379
380 2003-08-30 [christoph]  0.9.4claws46
381
382         * src/plugins/spamassassin/spamassassin_gtk.c
383         * src/plugins/spamassassin/spamassassin_gtk.glade
384                 reduce GUI clutter by placing hints into tooltips
385
386 2003-08-30 [paul]       0.9.4claws45
387
388         * src/compose.c
389                 add 'Content-Disposition: inline' to a text/plain
390                 part when using PGP/MIME signing
391
392 2003-08-30 [paul]       0.9.4claws44
393
394         * src/prefs_common.c
395           src/prefs_spelling.c
396           src/prefs_spelling.glade
397                 reduce GUI clutter by placing hints into tooltips
398
399 2003-08-29 [christoph]  0.9.4claws43
400
401         * configure.ac
402                 fix bug found by Ivan Rayner <ivanr@sgi.com>
403
404         * src/stock_pixmap.c
405                 change unecessary warning into a debug message
406
407         * src/plugins/clamav/Makefile.am
408                 Fix error "-I$(CLAMAV_LIBS)"
409
410 2003-08-29 [christoph]  0.9.4claws42
411
412         * intl/Makefile.in
413         * src/Makefile.am
414         * src/matcher.h
415         * src/common/Makefile.am
416         * src/common/passcrypt.c
417                 commit fixes and patches for some of the IRIX problems found by
418                 Ivan Rayner <ivanr@sgi.com>
419
420 2003-08-29 [paul]       0.9.4claws41
421
422         * src/prefs_filtering.c
423                 add 'Top' and 'Bottom' buttons, based on changes in
424                 src/prefs_filter.c in 0.9.4cvs11.
425
426 2003-08-27 [christoph]  0.9.4claws40
427
428         * src/folderview.c
429                 fix bug that the current summary settings were copied to the
430                 wrong folder item, when the folder item prefs are opened.
431                 Copying is not required because summary settings and
432                 folder_item_prefs do not contain the same settings
433
434 2003-08-27 [thorsten]   0.9.4claws39
435
436         * src/imap.c
437                 fix compile error
438
439 2003-08-26 [paul]       0.9.4claws38
440
441         * sync with 0.9.4cvs9
442                 see ChangeLog 2003-08-26
443
444 2003-08-25 [paul]       0.9.4claws37
445
446         * sync with 0.9.4cvs8
447                 see ChangeLog 2003-08-25
448
449 2003-08-24 [christoph]  0.9.4claws36
450
451         * src/prefs_filtering.c
452                 shouldn't remove items from a GSList while iterating over the
453                 list (makes cur invalid and cur->next not accessable)
454
455         (closes Bug 272 i deleted an folder and some seconds later sylpheed
456          crashed)
457
458 2003-08-23 [christoph]  0.9.4claws35
459
460         * src/news.c
461                 news folders should be scanned when opened
462
463 2003-08-22 [christoph]  0.9.4claws34
464
465         * src/prefs_folder_item.c
466                 use macro to assign strings that always frees the old string
467
468         * src/gtk/gtkaspell.[ch]
469                 add gtkaspell_set_dictionary_menu_active_item() to set active
470                 item in dictionary option menu
471
472         * src/prefs_spelling.c
473                 use gtkaspell_set_dictionary_menu_active_item() to select
474                 dictionary
475
476 2003-08-21 [christoph]  0.9.4claws33
477
478         * src/folder.[ch]
479         * src/imap.c
480         * src/mbox_folder.c
481         * src/mh.c
482         * src/news.c
483                 optimize folder system
484
485         * src/gtk/gtkstext.c
486                 fix division by zero when font has 0 width for ' '
487
488 2003-08-21 [paul]       0.9.4claws32
489
490         * sync with 0.9.4cvs7
491                 see ChangeLog 2003-08-20
492
493 2003-08-19 [paul]       0.9.4claws31
494
495         * src/common/defs.h
496                 add the missing '/' to SYLDOC_MANUAL_HTML_INDEX and
497                 SYLDOC_FAQ_HTML_INDEX.
498         * src/manual.c
499                 use LC_MESSAGES instead of LC_ALL to find the current
500                 language
501
502           fixes Bug #281 'in src/manual.c URL for manuals and FAQ wrong'.
503
504 2003-08-19 [paul]       0.9.4claws30
505
506         * po/bg.po
507                 updated by George Danchev
508
509 2003-08-18 [luke]       0.9.4claws29
510         * src/mimeview.[ch]
511         * src/gtk/gtkvscrollbutton.[ch]
512                 o removed gtk_vscrollbutton_reset() (reasons: reduce 
513                   dependencies; do it the GTK way; reduce code -14/+2 lines)
514                 o removed horizontal separator between icons
515
516 2003-08-17 [christoph]  0.9.4claws28
517
518         * src/procmsg.c
519                 no subject threading when the subject has no reply prefix
520
521 2003-08-16 [christoph]  0.9.4claws27
522
523         * src/mainwindow.c
524                 remember and restore window sizes and position when the main
525                 window is hidden or shown
526
527         (closes Bug 274 Window size in 0.9.4claws18 not remembered when
528          minimised/reopened using trayicon)
529
530 2003-08-16 [paul]       0.9.4claws26
531
532         * src/crash.c
533                 add #include "defs.h"
534
535 2003-08-16 [paul]       0.9.4claws25
536
537         * src/plugins/clamav/clamav_plugin.c
538                 reword a debug_print
539                 
540         * src/plugins/dillo_viewer/dillo_prefs.c
541                 cosmetic: change the labels' text, add tooltips, and
542                 left-align the hint
543
544 2003-08-15 [christoph]  0.9.4claws24
545
546         * src/news.c
547                 complete last change (forgot some changes)
548
549 2003-08-15 [christoph]  0.9.4claws23
550
551         * src/news.c
552                 o check number of messages and don't return a 0 message
553                   when no messages are available
554                 o don't parse xref header anymore
555
556         (closes Bug 203 I'm not getting any news)
557
558 2003-08-15 [paul]       0.9.4claws22
559
560         * src/common/defs.h
561           src/crash.c
562                 update and define claws bugzilla location
563
564 2003-08-15 [paul]       0.9.4claws21
565
566         * po/ru.po
567                 update submitted by Ruslan N. Balkin
568
569 2003-08-14 [christoph]  0.9.4claws20
570
571         * src/procmsg.c
572                 fix search for oldest node in subject threading
573
574 2003-08-14 [christoph]  0.9.4claws19
575
576         * src/procmsg.c
577         * src/common/utils.h
578                 add possibility to check all nodes with the same subject for
579                 subject threading, not only the oldest node. Should not break
580                 threads anymore if the oldest node is thread_by_subject_max_age
581                 days older then parent, because it can now find a child of
582                 oldest node as new parent.
583
584 2003-08-11 [christoph]  0.9.4claws18
585
586         * src/plugins/spamassassin/spamassassin.c
587                 run spam check in background process
588
589 2003-08-10 [alfons]     0.9.4claws17
590
591         * src/summaryview.c
592                 make `Select All' sensitive too
593
594 2003-08-10 [christoph]  0.9.4claws16
595
596         * src/imap.c
597                 add more checks in imap_close
598
599 2003-08-09 [alfons]     0.9.4claws15
600
601         * src/prefs_spelling.c
602                 no spell checking UI if not requested
603
604 2003-08-09 [alfons]     0.9.4claws14
605
606         * src/gtk/prefswindow.c
607                 make it compile
608
609 2003-08-09 [christoph]  0.9.4claws13
610
611         * src/prefs_spelling.c
612         * src/gtk/prefswindow.[ch]
613         * src/plugins/clamav/clamav_plugin_gtk.c
614         * src/plugins/spamassassin/spamassassin_gtk.c
615                 sort prefs pages by heighest weight in tree
616
617 2003-08-09 [paul]       0.9.4claws12
618
619         * sync with 0.9.4cvs6
620                 see ChangeLog 2003-08-07
621                 
622         * AUTHORS
623                 add Leandro and Luke to claws-branch section
624
625 2003-08-09 [christoph]  0.9.4claws11
626
627         * src/gtk/Makefile.am
628         * src/gtk/colorsel.[ch]                 ** NEW **
629                 create a color selection dialog that can be used as a simple
630                 function call with it's own gtk main loop like filesel.[ch]
631
632         * src/Makefile.am
633         * src/main.c
634         * src/prefs_common.c
635         * src/prefs_spelling.[ch]               ** NEW **
636         * src/prefs_spelling.glade              ** NEW **
637         * src/gtk/gtkutils.[ch]
638                 move "Spell Checker" prefs to new prefs dialog
639
640         * src/prefs_folder_item.c
641                 use new colorsel dialog
642
643 2003-08-08 [paul]       0.9.4claws10
644
645         * src/inc.c
646                 clear the progress bar unconditionally
647
648 2003-08-08 [paul]       0.9.4claws9
649
650         * sync with 0.9.4cvs4
651                 see ChangeLog 2003-07-31
652
653 2003-08-07 [christoph]  0.9.4claws8
654
655         * configure.ac
656                 fix bug in image viewer plugin part
657
658         * src/imap.c
659                 don't execute close command if the folder item is not selected
660
661 2003-08-07 [hoa]        0.9.4claws7
662
663         * src/filtering.[ch]
664         * src/matcher_parser.h
665         * src/matcher_parser_parse.y
666                 can define several actions for each filtering rule
667                 can import old versions of filtering rules
668
669         * src/prefs_filtering.c
670                 call to a new dialog box to define actions
671
672         * src/prefs_filtering_action.[ch]
673                 dialog box to define actions for filtering rules
674
675 2003-08-06 [christoph]  0.9.4claws6
676
677         * src/imap.c
678                 make sure source folder is selected when copying messages
679
680 2003-08-06 [christoph]  0.9.4claws5
681
682         * sync with 0.9.4cvs2
683                 see ChangeLog 2003-07-29                
684
685 2003-08-05 [paul]       0.9.4claws4
686
687         * sync with 0.9.4cvs3
688                 see ChangeLog 2003-07-30
689
690 2003-08-04 [match]      0.9.4claws3
691
692         * po/POTFILES.in
693                 export of LDIF files.
694
695 2003-08-04 [match]      0.9.4claws2
696
697         * src/ldif.[ch]
698                 support for export LDIF. documented.
699         * src/importldif.[ch]
700         * src/exportldif.[ch]
701                 add tooltips. documented.
702         * src/exphtmldlg.[ch]
703         * src/common/xmlprops.[ch]
704                 documented.
705         * src/exportldif.[ch]                   ** NEW **
706         * src/expldifdlg.[ch]                   ** NEW **
707         * src/addressbook.[ch]
708         * src/Makefile.am
709                 export of LDIF files.
710                 documented.
711
712 2003-08-04 [christoph]  0.9.4claws1
713
714         * .cvsignore
715         * Makefile.am
716         * configure.ac
717         * sylpheed-claws.pc.in                  ** NEW **
718         * src/Makefile.am
719         * src/common/Makefile.am
720         * src/gtk/Makefile.am
721                 install sylpheed header files in $(pkgincludedir) and create a
722                 pkg-config file to allow building a plugin without the source
723                 package
724
725 2003-08-04 [paul]       0.9.4claws
726
727         * version 0.9.4claws
728
729 2003-08-04 [paul]       0.9.3claws97
730
731         * po/es.po
732                 update Spanish translation. Submitted by Ricardo
733                 Mones Lastra.
734
735 2003-08-03 [paul]       0.9.3claws96
736
737         * po/hr.po
738           po/sr.po
739                 update Croatian and Serbian translations. Submitted by
740                 Dragan and Urke MMI respectively
741
742 2003-08-03 [alfons]     0.9.3claws95
743
744         * src/summaryview.c
745                 mark flag has precedence over important flag - seems
746                 to have been changed in sync of 0.9.3claws45. this fixes
747                 a regression where messages that were scored as important
748                 don't show their mark flags. (using the same column for
749                 both importance as mark flags is the real problem
750                 ofcourse)
751
752 2003-08-03 [melvin]     0.9.3claws94
753
754         * po/fr.po
755                 Updated French translations.
756
757 2003-08-03 [melvin]     0.9.3claws93
758
759         * src/Makefile.am
760                 Fixed typo introduced after 0.9.3claws92 
761                 that prevented compilation
762                 Updated to use AM_CPPFLAGS and AM_YFLAGS instead of
763                 CPPFLAGS and YFLAGS to allow user setting these.
764         * src/common/Makefile.am
765         * src/gtk/Makefile.am
766         * src/plugins/clamav/Makefile.am
767         * src/plugins/demo/Makefile.am
768         * src/plugins/dillo_viewer/Makefile.am
769         * src/plugins/image_viewer/Makefile.am
770         * src/plugins/mathml_viewer/Makefile.am
771         * src/plugins/spamassassin/Makefile.am
772         * src/plugins/trayicon/Makefile.am
773         * src/plugins/trayicon/libeggtrayicon/Makefile.am
774                 Updated to use AM_CPPFLAGS and AM_YFLAGS instead of
775                 CPPFLAGS and YFLAGS to allow user setting these.
776
777 2003-08-02 [christoph]  0.9.3claws92
778
779         * configure.ac
780                 o rearrange plugin tests
781                 o add test for clamav.h to ClamAV tests
782
783 2003-08-02 [luke]       0.9.3claws91
784
785         * src/mimeview.c
786                 o fixed appearance of icon list when toggling back from the 
787                   ctree
788                 o toggling of icons using the keyboard works correctly
789                 o fixed all other keyboard shortcuts to work when icons are
790                   active
791         
792         * src/messageview.c
793                 o fixed bug 4 - focus lost when changing messageview view type
794
795 2003-08-02 [christoph]  0.9.3claws90
796
797         * src/common/hooks.c
798                 fix crash when pointer stored in hash table could get invalid
799                 when a plugin is unloaded
800
801 2003-08-01 [christoph]  0.9.3claws89
802
803         * configure.ac
804                 o try to build all plugins (except spamassassin) by default
805                 o don't build a plugin if a dependency check fails
806
807         * src/common/hooks.c
808                 fix warning
809
810 2003-08-01 [match]      0.9.3claws88
811
812         * src/importldif.c
813                 allow single click field selection. document code.
814
815 2003-08-01 [christoph]  0.9.3claws87
816
817         * src/plugins/clamav/clamav_plugin.c
818         * src/plugins/clamav/clamav_plugin_gtk.c
819         * src/plugins/dillo_viewer/dillo_viewer.c
820         * src/plugins/image_viewer/plugin.c
821         * src/plugins/mathml_viewer/mathml_viewer.c
822         * src/plugins/spamassassin/spamassassin.c
823         * src/plugins/spamassassin/spamassassin_gtk.c
824         * src/plugins/trayicon/trayicon.c
825                 add version check to all plugins
826
827 2003-08-01 [hoa]        0.9.3claws86
828
829         * src/prefs_filtering.c
830                 fixed a cosmetic bug, during creation of dialog box,
831                 wrong widgets were shown after creation.
832
833 2003-08-01 [luke]       0.9.3claws85
834
835         * src/mainwindow.c
836                 o fixed visibility of icons/mimeview after toggling separate
837                   message/folder view (factored out some similar code too).
838
839
840 2003-07-31 [alfons]     0.9.3claws84
841
842         * src/mimeview.c
843                 tweak icon box UI a bit more, now allowing right-clicks actions
844                 getting the relevant mime data too; should fix #250, "Can't save 
845                 attachments sometimes".
846
847 2003-07-30 [alfons]     0.9.3claws83
848
849         * src/compose.c
850                 don't do auto-save-draft inside key press handler, but rather
851                 schedule it half of a second later; should fix #67, "autosave 
852                 make re-rediting message crazy"
853
854 2003-07-30 [christoph]  0.9.3claws82
855
856         * src/plugins/trayicon/trayicon.c
857                 process pending events before unloading the plugin
858
859         (closes Bug 196 Unloading Trayicon plugin crashes Sylpheed-Claws)
860
861 2003-07-30 [alfons]     0.9.3claws81
862
863         * src/common/hooks.c
864                 parameter 2 of g_hook_destroy() should really be a hook id
865
866 2003-07-30 [alfons]     0.9.3claws80
867
868         * src/common/plugin.c
869                 fix a possibly harmful function signature mismatch 
870                 for plugin_done
871
872 2003-07-30 [alfons]     0.9.3claws79
873
874         * src/common/hooks[.ch]
875                 const correctness
876
877 2003-07-30 [darko]      0.9.3claws78
878
879         * src/summaryview.c
880                 make it compile again
881
882 2003-07-30 [luke]       0.9.3claws77
883
884         * src/crash.c
885         * src/main.c
886                 o added/moved signal handlers for SIGTERM (normal kill command) 
887                   and SIGINT (ctl-c) to be used even without 
888                   --enable-crash-dialog, fixing bug 166
889
890         * src/summaryview.c
891                 o rewrote menu sensitivity code as per mainwindow.c, fixing 
892                   bug 227
893
894         * src/mainwindow.c
895                 o changed sensitivity condition for 'Next new' and 'Next 
896                   unread', fixing bug 8
897
898 2003-07-29 [alfons]     0.9.3claws76
899
900         * src/common/utils.[ch]
901                 add generate_msgid()
902         * src/messageview.c
903                 save ack'ed RRR; fixes #205, "return receipt is not saved in
904                 sent folder".
905
906 2003-07-29 [alfons]     0.9.3claws75
907
908         * src/messageview.c
909                 fix a memleak (claws-only)
910
911 2003-07-29 [alfons]     0.9.3claws74
912
913         * src/mimeview.[ch]
914         * src/gtk/gtkvscrollbutton.[ch]
915                 fix UI glitch where mime icon toolbox' scroll position is not 
916                 reset after switching to another message
917                 
918
919 2003-07-29 [paul]       0.9.3claws73
920
921         * src/prefs_folder_item.c
922                 split the prefs into 2 separate pages
923
924 2003-07-29 [paul]       0.9.3claws72
925
926         * src/compose.c
927                 prepend "\n\n" to a signature without a separator too
928
929 2003-07-29 [paul]       0.9.3claws71
930
931         * src/compose.c
932                 fix bug where changing to an account without an auto-sig
933                 from an initial account without an auto-sig would insert 
934                 2 blank lines at the cursor point
935                 fix bug where changing to an account with an auto-sig
936                 from an initial account without an auto-sig would insert
937                 the sig at the cursor point
938
939 2003-07-29 [paul]       0.9.3claws70
940
941         * src/folderview.c
942                 use the colour from the folder pref unless the folder
943                 has new messages
944
945 2003-07-29 [alfons]     0.9.3claws69
946
947         * src/procmsg.[ch]
948         * src/messageview.c
949         * src/procheader.c
950                 rewrite return receipt request work a little bit (the former 
951                 implementation presumably depended too much on the UI setting
952                 flags). (we're losing the old pending flag.) 
953
954 2003-07-28 [christoph]  0.9.3claws68
955
956         * src/folder.c
957         * src/imap.c
958         * src/mh.c
959         * src/procmsg.[ch]
960                 fix copy to IMAP folder from other folder
961
962 2003-07-28 [christoph]  0.9.3claws67
963
964         * src/procmsg.c
965                 fix sync of procmsg_get_message_file_list
966
967 2003-07-28 [christoph]  0.9.3claws66
968
969         * sync with 0.9.3cvs14
970                 see ChangeLog 2003-07-18
971         * sync with 0.9.3cvs17
972                 see ChangeLog 2003-07-23
973
974         (closes Bug 234 segmentation fault after sending out mail via
975          smtp(auth))
976
977 2003-07-28 [paul]       0.9.3claws65
978
979         * po/es.po
980                 update Spanish translation, submitted by Ricardo Mones
981                 Lastra
982
983 2003-07-28 [christoph]  0.9.3claws64
984
985         * src/folder.[ch]
986         * src/imap.c
987         * src/mh.c
988                 return new message numbers as a GRelation instead of a GSList
989                 that has to be in the same order as the input list. A list
990                 would make it hard for IMAP to optimize oepration by sorting
991                 the input list. The returned list would have to be reordered
992                 to match the same order that input list has.
993
994         * src/gtk/gtkaspell.c
995                 fix missing return value, could cause a crash when garbage is
996                 on the stack that is used as the expected return value
997
998 2003-07-28 [paul]       0.9.3claws63
999
1000         * sync with 0.9.4cvs1
1001                 see ChangeLog 2003-07-28
1002
1003 2003-07-27 [alfons]     0.9.3claws62
1004
1005         * src/mimeview.c
1006                 tweak it more to make icon list act like a check button group
1007
1008 2003-07-27 [christoph]  0.9.3claws61
1009
1010         * sync with 0.9.3cvs20
1011                 see ChangeLog 2003-07-25
1012
1013 2003-07-27 [paul]       0.9.3claws60
1014
1015         * src/procmsg.c
1016                 re-commit changes from 0.9.3claws58 -
1017                 accidently removed in 0.9.3claws59
1018
1019 2003-07-27 [paul]       0.9.3claws59
1020
1021         * src/procmsg.[ch]
1022                 a sync from 0.9.3cvs17
1023                 see ChangeLog 2003-07-23
1024
1025 2003-07-27 [alfons]     0.9.3claws58
1026
1027         * src/procmsg.c
1028                 add missing header members to MsgInfo; fixes the problem of 
1029                 not displaying X-Faces, as noticed by Ricardo Mones
1030
1031 2003-07-26 [christoph]  0.9.3claws57
1032
1033         * sync with 0.9.3cvs18
1034                 see ChangeLog 2003-07-24
1035
1036 2003-07-26 [christoph]  0.9.3claws56
1037
1038         * sync with 0.9.3cvs17
1039                 see ChangeLog 2003-07-23
1040
1041 2003-07-26 [christoph]  0.9.3claws55
1042
1043         * src/folder.[ch]
1044         * src/imap.c
1045         * src/mbox_folder.c
1046         * src/mh.c
1047         * src/news.c
1048                 add support for copy function that copy multiple messages
1049                 (not implemented yet)
1050
1051         * src/summaryview.c
1052                 add missing return value
1053
1054 2003-07-26 [paul]       0.9.3claws54
1055
1056         * tools/multiwebsearch.pl
1057                 do whitespace substitution before passing the string
1058                 to the browser. fixes bug with browsers that don't
1059                 do whitespace conversion themselves.
1060
1061 2003-07-25 [christoph]  0.9.3claws53
1062
1063         * src/folder.[ch]
1064         * src/imap.c
1065         * src/mh.c
1066                 rewrite adding of multiple messages to a folder for
1067                 claws' folder system
1068
1069 2003-07-25 [luke]       0.9.3claws52
1070
1071         * src/mimeview.c
1072                 o icon toggles set correctly on leaving ctree mimeview
1073
1074 2003-07-25 [paul]       0.9.3claws51
1075
1076         * partial sync with 0.9.3cvs21 [src/main.c]
1077                 see ChangeLog 2003-07-25
1078
1079 2003-07-24 [paul]       0.9.3claws50
1080
1081         * tools/maildir2sylpheed.pl
1082                 fix typo
1083
1084 2003-07-24 [paul]       0.9.3claws49
1085
1086         * src/mimeview.c
1087                 increase the gutter size of paned so that the panes
1088                 can be resized
1089                 
1090         * src/plugins/demo/demo.c
1091                 squeeze in another typo fix
1092
1093 2003-07-24 [paul]       0.9.3claws48
1094
1095         * src/plugins/demo/demo.c
1096           src/prefs_account.c
1097                 small changes to the English
1098                 
1099         * src/pixmaps/mime_application_octect_stream.xpm        ** REMOVED **
1100           src/pixmaps/mime_application_octet_stream.xpm         ** NEW FILE **
1101           src/Makefile.am
1102           src/stock_pixmap.c
1103                 rename the misspelled icon
1104
1105 2003-07-23 [alfons]     0.9.3claws47
1106
1107         * src/mimeview.c
1108                 make icon list look like a list of toggles
1109
1110 2003-07-23 [luke]       0.9.3claws46
1111
1112         * src/pixmaps/mimeview_gpg_expired.xpm
1113         * src/pixmaps/mimeview_gpg_failed.xpm
1114         * src/pixmaps/mimeview_gpg_passed.xpm
1115         * src/pixmaps/mimeview_text_html.xpm
1116         * src/pixmaps/mimeview_image.xpm
1117                 o all icons the same size
1118
1119         * src/mimeview.[ch]
1120                 o mimeview ctree arranged vertically above the viewer
1121                 o icons changed to buttons
1122                 o can use keyboard to select an icon (Enter)
1123                 o resize icon list to width of icons
1124
1125         *  src/gtk/gtkvscrollbutton.c
1126                 o sensitivity of buttons reacts to position
1127
1128 2003-07-23 [christoph]  0.9.3claws45
1129
1130         * sync with 0.9.3cvs14 (incomplete)
1131                 see ChangeLog 2003-07-17
1132
1133 2003-07-23 [alfons]     0.9.3claws44
1134
1135         * src/folder.c
1136         * src/procmsg.h
1137                 sync with my local tree to restore some claws-only things
1138
1139 2003-07-23 [paul]       0.9.3claws43
1140
1141         * src/pixmaps/mime_gpg_expired.xpm      ** NEW FILE **
1142           src/pixmaps/mime_gpg_unknown.xpm      ** NEW FILE **
1143           src/Makefile.am
1144           src/mimeview.c
1145           src/procmime.h
1146           src/rfc2015.c
1147           src/stock_pixmap.[ch]
1148                 indicate missing keys and expired sigs/keys
1149                 in mime view column
1150
1151 2003-07-23 [paul]       0.9.3claws42
1152
1153         * src/compose.c
1154                 Redirect fixes: enable automatic account selection and
1155                 do not append signature to message on changing account
1156                 fixes Bug[s] #248
1157
1158 2003-07-23 [paul]       0.9.3claws41
1159
1160         * sync with 0.9.3cvs16
1161                 see ChangeLog 2003-07-23
1162
1163 2003-07-23 [alfons]     0.9.3claws40
1164
1165         * src/inc.c
1166                 give progress dialog a main window, and give it the first 
1167                 one (presumably the only one). fixes bug #247, "segfault on 
1168                 pop-before-smtp" 
1169
1170 2003-07-22 [alfons]     0.9.3claws39
1171
1172         * src/summaryview.c
1173                 shift-space scrolls up
1174
1175 2003-07-22 [paul]       0.9.3claws38
1176
1177         * sync with 0.9.3cvs15
1178                 see ChangeLog 2003-07-22
1179
1180 2003-07-20 [alfons]     0.9.3claws37
1181
1182         * src/compose.c
1183                 put menu inside #ifdef USE_ASPELL..#endif
1184
1185 2003-07-20 [christoph]  0.9.3claws36
1186
1187         * src/procmsg.c
1188                 fix wrong flags in MsgInfo returned by
1189                 procmsg_msginfo_get_full_info()
1190
1191         (closes Bug 221 Deleting messages from the Message View gives incorrect
1192          new/unread message counts in the folder view)
1193
1194         * src/plugins/spamassassin/spamassassin_gtk.c
1195                 add gettext macro for prefs page title
1196
1197 2003-07-20 [paul]       0.9.3claws35
1198
1199         * src/mimeview.c
1200                 redraw icon list on signature check
1201
1202 2003-07-20 [christoph]  0.9.3claws34
1203
1204         * src/Makefile.am
1205         * src/account.c
1206         * src/folder.[ch]
1207         * src/folder_item_prefs.[ch]            ** NEW **
1208         * src/folderview.c
1209         * src/mainwindow.c
1210         * src/mh.c
1211         * src/prefs_gtk.c
1212         * src/prefs_scoring.c
1213         * src/summaryview.c
1214         * src/prefs_folder_item.[ch]
1215                 o seperate FolderItemPrefs (formerly PrefsFolderItem) and the
1216                   Properties dialog
1217                 o use prefswindow for folder properties
1218
1219         * src/gtk/prefswindow.[ch]
1220                 change implementation to use an invisible notebook instead
1221                 of unparenting widgets
1222
1223 2003-07-20 [christoph]  0.9.3claws33
1224
1225         * src/compose.h
1226         * src/folder.c
1227         * src/folderview.h
1228         * src/headerview.h
1229         * src/prefs_filtering.h
1230         * src/prefs_folder_item.[ch]
1231         * src/procmime.h
1232         * src/procmsg.h
1233         * src/summaryview.h
1234                 clean up header mess
1235                 (always use 1. typedefs, 2. #includes, 3. structures)
1236
1237         * src/common/version.h.in
1238                 add casts for constants
1239
1240         * src/plugins/demo/demo.c
1241                 fix typo
1242
1243         * src/plugins/spamassassin/spamassassin.c
1244                 remove unused variable
1245
1246 2003-07-20 [alfons]     0.9.3claws32
1247
1248         * src/mimeview.c
1249                 o make icon buttons respond on left click
1250                 o minor cosmetic change
1251
1252 2003-07-19 [luke]       0.9.3claws31
1253
1254         * src/mimeview.[ch]
1255         * src/gtk/gtkvscrollbutton.c
1256         * src/messageview.c
1257                 o improved mimeview behaviour when selecting a new message
1258                 o plus code cleanups to remove compile warnings
1259
1260
1261 2003-07-19 [alfons]     0.9.3claws30
1262
1263         * src/procmsg.c
1264         * src/compose.c
1265         * src/common/utils.[ch]
1266                 subject_get_reply_prefix_length() <- subject_get_prefix_length()
1267
1268 2003-07-19 [alfons]     0.9.3claws29
1269
1270         * src/prefs_folder_item.c
1271                 reinit "legacy" tmp_prefs, so we don't free nor use invalid 
1272                 string pointers
1273
1274 2003-07-19 [luke]       0.9.3claws28
1275
1276         * src/messageview.c
1277         * src/mimeview.[ch]
1278         * src/procmime.h
1279         * src/rfc2015.c
1280         * src/stock_pixmap.[ch]
1281         * src/gtk/Makefile.am
1282         * src/Makefile.am
1283         * src/gtk/gtkvscrollbutton.[ch]         ** NEW **
1284         * src/pixmaps/mime_*.xpm                ** NEW **
1285                 o mimeview rearrangement with a new icon shortcut bar
1286
1287 2003-07-19 [alfons]     0.9.3claws27
1288
1289         * src/folderview.c
1290                 o plug leaking nodes_to_recollapse
1291                 o add folderview_recollapse_all_nodes() (not used yet)
1292
1293 2003-07-19 [alfons]     0.9.3claws26
1294
1295         * src/compose.c
1296         * src/common/utils.c
1297                 honour #240 "Better SUBJECT handling" by cleaning the prefix
1298                 for both forwarding as replying
1299
1300 2003-07-18 [christoph]  0.9.3claws25
1301
1302         * configure.ac
1303         * src/common/sylpheed.[ch]
1304         * src/common/version.h.in
1305                 add version in numeric form to allow easy comparison
1306
1307         * src/plugins/demo/demo.c
1308                 add version check
1309                 - sylpheed version > plugin version => never allowed, sylpheed
1310                   could contain unknown API changes
1311                 - sylpheed version < minimum version required => don't load,
1312                   API required not available (if linking does not fail)
1313
1314 2003-07-18 [alfons]     0.9.3claws24
1315         
1316         * src/common/plugin.[ch]
1317                 const correctness
1318
1319 2003-07-18 [christoph]  0.9.3claws23
1320
1321         * src/common/hooks.c
1322                 fix crash when hooks where unregisted
1323
1324         * src/plugins/trayicon/trayicon.c
1325                 unregister detroy signal before destroying the widget
1326                 (still crashes when the plugin is unloaded)
1327
1328 2003-07-18 [alfons]     0.9.3claws22
1329         
1330         * src/folderview.c
1331                 delay expanding folder tree during drags until timeout triggered
1332                 (needs perhaps some tweaking, so testing is welcome)
1333
1334 2003-07-17 [alfons]     0.9.3claws21
1335
1336         * src/folderview.c
1337                 clean up cruft
1338
1339 2003-07-17 [christoph]  0.9.3claws20
1340
1341         * src/common/session.c
1342                 fix opening of SSL connections
1343
1344         * src/plugins/image_viewer/Makefile.am
1345                 add OPENSSL_CFLAGS (we should find a better solution to remove
1346                 this dependencies if they are not required)
1347
1348         * src/plugins/spamassassin/spamassassin.c
1349                 remove setlocale workaround (fixed in libspamc)
1350
1351         (closes Bug Bug 184 Entering non-ascii character deletes previous char
1352          if spell checking enabled)
1353
1354 2003-07-17 [alfons]     0.9.3claws19
1355
1356         * src/common/hooks.[ch]
1357         * src/plugins/clamav/clamav_plugin.c
1358         * src/plugins/spamassassin/spamassassin.c
1359         * src/plugins/trayicon/trayicon.c
1360                 fix signedness muck 
1361
1362 2003-07-17 [alfons]     0.9.3claws18
1363
1364         * src/procmime.c
1365                 plug memleak
1366
1367 2003-07-17 [alfons]     0.9.3claws17
1368
1369         * src/inc.c
1370                 plug memleak
1371
1372 2003-07-17 [paul]       0.9.3claws16
1373
1374         * src/common/defs.h
1375           src/mainwindow.c
1376           src/manual.[ch]
1377                 add link to the Claws site's FAQ page, after the suggestion
1378                 and patch by Fred Marton <Fred.Marton@uni-bayreuth.de>
1379                 Move url strings to defs.h
1380                 
1381         * src/mainwindow.c
1382                 fix typo to prevent "unknown menu entry" warnings
1383
1384 2003-07-17 [alfons]     0.9.3claws15
1385
1386         * src/folderview.[ch]
1387         * src/summaryview.[ch]
1388         * src/mimeview.[ch]
1389                 plug DnD leaks 
1390
1391 2003-07-17 [paul]       0.9.3claws14
1392
1393         * src/inc.c
1394                 remove two instances of 'GTK_EVENTS_FLUSH' because
1395                 they are unnecessary and probably cause a stack overflow
1396
1397 2003-07-16 [christoph]  0.9.3claws13
1398
1399         * src/mimeview.[ch]
1400                 use an invisible GTK notebook to switch between viewers
1401                 instead of reparenting widgets
1402
1403 2003-07-16 [christoph]  0.9.3claws12
1404
1405         * src/folder.c
1406                 move folder_item_update_freeze() to correct place in
1407                 folder_item_scan_full()
1408
1409 2003-07-16 [paul]       0.9.3claws11
1410
1411         * sync with 0.9.3cvs12
1412                 see ChangeLog 2003-07-14 and 2003-07-15
1413
1414 2003-07-16 [christoph]  0.9.3claws10
1415
1416         * src/imap.[ch]
1417         * src/prefs_account.[ch]
1418                 sync IMAP CRAM-MD5 authentication with sylpheed-main
1419
1420 2003-07-15 [alfons]     0.9.3claws9
1421
1422         * src/main.c
1423                 make --config-dir do something useful
1424
1425 2003-07-15 [alfons]     0.9.3claws8
1426
1427         * src/procmsg.c
1428                 o fix a bug where 'last' didn't really point to the last message
1429                   in the top level list of children, but to the last threaded
1430                   message. 
1431                 
1432                 o clean up and make it easier to sync
1433
1434 2003-07-15 [alfons]     0.9.3claws7
1435
1436         * src/mainwindow.c
1437                 make correct menu items sensitive       
1438
1439 2003-07-14 [alfons]     0.9.3claws6
1440
1441         * src/procmsg.c
1442                 tune the threader so it will not subject-thread any message
1443                 without a subject prefix (this will not thread correctly if 
1444                 a parent is delivered after their childs, but it looks 
1445                 better right now)
1446
1447 2003-07-13 [christoph]  0.9.3claws5
1448
1449         * src/mainwindow.c
1450                 group "Add mailbox *..." menu items in submenu
1451
1452 2003-07-13 [alfons]     0.9.3claws4
1453
1454         * src/summaryview.c
1455                 correct summary_toggle_pressed() signature and make sure
1456                 signal is not passed on
1457
1458 2003-07-13 [alfons]     0.9.3claws3
1459
1460         * src/summaryview.c
1461                 o for now don't pass on keys when they we're handled by 
1462                   ctree::key_press_event
1463                 o clean up
1464
1465 2003-07-13 [alfons]     0.9.3claws2
1466         
1467         * src/main.c
1468                 add command line option "--config-dir" to get the current 
1469                 configuration dir
1470
1471 2003-07-12 [alfons]     0.9.3claws1
1472
1473         * src/matcher.[ch]
1474         * src/matcher_parser_parse.y
1475         * src/prefs_filtering.c
1476         * src/filtering.c
1477                 add "Lock" filter action to lock messages;
1478
1479         * src/filtering.c       
1480                 remove debug_print()    
1481         * src/prefs_filtering.c
1482                 re-organize matcher part 9: 
1483                 make action text entries easily extendible;
1484                 merge widget selection for ACTION_MARK, ACTION_UNMARK, ACTION_LOCK,
1485                 ACTION_UNLOCK, ACTION_MARK_AS_READ, ACTION_MARK_AS_UNREAD
1486
1487 2003-07-12 [paul]
1488
1489         * tools/README
1490                 update old information and add missing
1491                 information
1492
1493 2003-07-12 [paul]       0.9.3claws
1494
1495         * 0.9.3claws released
1496         
1497 2003-07-12 [paul]       0.9.0claws103
1498
1499         * src/Makefile.am
1500                 add addrquery.h
1501
1502 2003-07-12 [melvin]     0.9.0claws102
1503
1504         * src/messageview.c
1505                 Fixed bug #215: Show MIME tab for single text/html messages. 
1506                 
1507 2003-07-12 [paul]       0.9.0claws101
1508
1509         * man/sylpheed.1
1510                 updated
1511
1512 2003-07-12 [paul]       0.9.0claws100
1513
1514         * po/es.po
1515           po/hr.po
1516           po/pl.po
1517           po/sr.po
1518                 update Spanish, Croatian, Polish, Serbian translations.
1519                 submitted by Ricardo Mones Lastra, Dragan, Witold
1520                 Wladyslaw Wojciech Wilk, Urke MMI
1521
1522 2003-07-12 [melvin]     0.9.0claws99
1523
1524         * po/fr.po
1525                 Updated French translations.
1526
1527 2003-07-12 [paul]       0.9.0claws98
1528
1529         * src/addressbook.c
1530                 disable 'Lookup' button as it has no effect
1531
1532 2003-07-11 [alfons]     0.9.0claws97
1533         
1534         * src/summaryview.c
1535                 summary_searchbar_pressed() should return TRUE to signal that
1536                 event was handled. when returning void, the return value passed
1537                 to GTK is actually random, but maybe FALSE, in which case the
1538                 event is handled by parent
1539                 
1540 2003-07-10 [paul]       0.9.0claws96
1541
1542         * ac/missing/gettext.m4
1543                 update to version 0.12
1544
1545 2003-07-10 [paul]       0.9.0claws95
1546
1547         * src/plugins/clamav/clamav_plugin.c
1548                 fix bug where multipart/alternative messages
1549                 would slip through without being scanned
1550
1551 2003-07-10 [christoph]  0.9.0claws94
1552
1553         * src/folder.c
1554                 correct check if folder supports removing when a message is
1555                 moved. if not the message is only copied.
1556
1557         (closes Bug 132 crash on startup in newsgroups folders)
1558
1559 2003-07-09 [alfons]     0.9.0claws93
1560
1561         * configure.ac
1562         * src/common/defs.h
1563                 --with-config-dir (default .sylpheed)
1564
1565 2003-07-09 [christoph]  0.9.0claws92
1566
1567         * configure.ac
1568                 use PKG_CHECK_MODULES to check for gtkmathview
1569                 (version 0.4.2 now required)
1570
1571 2003-07-08 [melvin]     0.9.0claws91
1572
1573         * src/action.c
1574                 Implemented a progress bar that counts the number of completed
1575                 tasks when the action runs more than one command.
1576
1577 2003-07-08 [alfons]     0.9.0claws90
1578
1579         * src/procmsg.c
1580                 if queued message has an invalid Message-Id, don't try to
1581                 find message it refers to (fixes #209 "crash when processing 
1582                 in folder")
1583
1584 2003-07-08 [paul]       0.9.0claws89
1585
1586         * sync with 0.9.3cvs2
1587                 see ChangeLog 2003-07-08
1588
1589 2003-07-08 [match]      0.9.0claws88
1590
1591         * src/ldapctrl.c
1592                 extend LDAP search for first/last name by parsing search term.
1593
1594 2003-07-08 [alfons]     0.9.0claws87
1595
1596         * src/send_message.c
1597                 fix bug #208 "Status message stuck when sending on POP3 account"
1598
1599 2003-07-07 [paul]       0.9.0claws86
1600
1601         * po/hr.po
1602                 new Croatian translation, submitted by
1603                 Dragan <drleskov@inet.hr>
1604
1605 2003-07-07 [paul]       0.9.0claws85
1606
1607         * sync with 0.9.3cvs1
1608                 see ChangeLog 2003-07-07
1609
1610 2003-07-05 [christoph]  0.9.0claws84
1611
1612         * src/Makefile.am
1613         * src/messageview.c
1614         * src/mimeview.[ch]
1615         * src/stock_pixmap.[ch]
1616         * src/pixmaps/messageview_text.xpm              ** NEW **
1617                 move mimeview tabs to the right side and use icons
1618                 instead of text to save some space
1619
1620         (patch by Luke Plant <lukeplant@softhome.net>)
1621
1622 2003-07-05 [christoph]  0.9.0claws83
1623
1624         * src/inc.c
1625                 add NULL pointer checks
1626
1627         (patch by Luke Plant <lukeplant@softhome.net>)
1628         (closes Bug 204 0.9.0 quits on authentication error?!)
1629
1630 2003-07-05 [alfons]     0.9.0claws82
1631
1632         * configure.ac
1633                 take the clue in bug #202 "./configure script - 
1634                 'if test' comparison failure" reported by John Kristoff. 
1635
1636 2003-07-04 [christoph]  0.9.0claws81
1637
1638         * src/plugins/spamassassin/spamassassin.c
1639                 set timeout for spam check
1640
1641 2003-07-04 [christoph]  0.9.0claws80
1642
1643         * src/main.c
1644                 destroy all FolderItems when shutting down to
1645                 allow folders to clean up
1646
1647 2003-07-04 [melvin]     0.9.0claws79
1648
1649         * src/gtk/gtkaspell.c
1650                 Fixed bug #184 "Entering non-ascii character deletes
1651                 previous char if spell checking enabled": this makes
1652                 the spell checking in multibytes (e.g. UTF-8)locales work.
1653                 (Patch by Luke Plant).
1654                 
1655 2003-07-04 [christoph]  0.9.0claws78
1656
1657         * sync with 0.9.2cvs1
1658                 see ChangeLog 2003-06-10
1659
1660 2003-07-04 [paul]       0.9.0claws77
1661
1662         * sync with 0.9.3 release
1663                 see ChangeLog 2003-07-04
1664
1665 2003-07-03 [christoph]  0.9.0claws76
1666
1667         * src/folder.[ch]
1668         * src/imap.c
1669         * src/mbox_folder.c
1670         * src/mh.c
1671         * src/news.c
1672                 move folder_item_get_path() stuff into a folder virtual function
1673
1674         * src/procmsg.c
1675                 use folder_item_fetch_msg() to get message and do not contruct
1676                 the filename from path and number
1677
1678 2003-07-03 [paul]       0.9.0claws75
1679
1680         * sync with 0.9.2cvs12
1681                 see ChangeLog 2003-07-03
1682
1683 2003-07-02 [paul]       0.9.0claws74
1684
1685         * src/messageview.c
1686                 fix text-selection for replying
1687
1688 2003-07-02 [paul]       0.9.0claws73
1689
1690         * sync with 0.9.2cvs11
1691                 see ChangeLog 2003-07-02
1692
1693 2003-07-02 [paul]       0.9.0claws72
1694
1695         * src/procmsg.c
1696                 revert last commit because it breaks more
1697                 than it fixes
1698
1699 2003-07-02 [paul]       0.9.0claws71
1700
1701         * src/procmsg.c
1702                 fix thread by subject/sort by date
1703
1704 2003-07-01 [paul]       0.9.0claws70
1705
1706         * sync with 0.9.2cvs10
1707                 see ChangeLog 2003-07-01
1708
1709 2003-06-30 [paul]       0.9.0claws69
1710
1711         * sync with 0.9.2cvs9
1712                 see ChangeLog 2003-06-30
1713
1714 2003-06-28 [match]      0.9.0claws68
1715
1716         * src/addressbook.c
1717                 fix null ptr.
1718
1719 2003-06-27 [paul]       0.9.0claws67
1720
1721         * sync with 0.9.2cvs7
1722                 see ChangeLog 2003-06-27
1723
1724 2003-06-26 [christoph]  0.9.0claws66
1725
1726         * src/folder.c
1727                 freeze folder updates while a folder is scanned
1728
1729         (closes Bug 185 New message counter)
1730
1731 2003-06-26 [darko]      0.9.0claws65
1732
1733         * src/ldapserver.c
1734                 fix infinite loop when adding a new LDAP server
1735
1736 2003-06-26 [paul]       0.9.0claws64
1737
1738         * sync with 0.9.2cvs6
1739                 see ChangeLog 2003-06-26
1740
1741 2003-06-26 [paul]       0.9.0claws63
1742
1743         * sync with 0.9.2cvs5
1744                 see ChangeLog 2003-06-25 and 2003-06-26
1745
1746 2003-06-25 [match]      0.9.0claws62
1747
1748         * src/addr_compl.c
1749                 Fixed tab/backtab for dropped-down completion list to
1750                 move next/previous field. (close bug 147)
1751
1752 2003-06-25 [christoph]  0.9.0claws61
1753
1754         * src/addr_compl.[ch]
1755         * src/addrindex.[ch]
1756         * src/folderview.c
1757         * src/inc.c
1758         * src/news.c
1759         * src/summaryview.c
1760         * src/toolbar.c
1761                 fix warnings
1762
1763 2003-06-25 [leandro]    0.9.0claws60
1764
1765         * src/compose.c
1766                 o cleanups
1767                 o gray out "Message/Remove references" menu item if not
1768                   replying to a message
1769
1770 2003-06-24 [leandro]    0.9.0claws59
1771
1772         * src/compose.[ch]
1773                 o removed "Message/Create new thread" menu item
1774                 o added "Message/Remove references" menu item
1775                   (it's off by default and will not check anymore
1776                    if the subject changed)
1777
1778 2003-06-23 [alfons]     0.9.0claws58
1779
1780         * src/procmsg.c
1781                 try better grouping messages threaded by subject based on their age.
1782                 still not perfect - because the message tree is not sorted by date.  
1783
1784 2003-06-23 [thorsten]   0.9.0claws57
1785
1786         * src/pop.[ch]
1787                 added mail_receive_hook to allow modifications
1788                 directly after retrieval (e.g. adding headers).
1789
1790 2003-06-23 [paul]       0.9.0claws56
1791
1792         * src/sourcewindow.c
1793                  enable the use of Ctrl+A to select all text in
1794                  the sourcewindow
1795                  Patch submitted by Ivan Francolin Martinez
1796                  <ivanfm@users.sourceforge.net>
1797
1798 2003-06-22 [christoph]  0.9.0claws55
1799
1800         * src/folder.[ch]
1801                 o add notification hook for folder tree changes
1802                 o invoke hooks after folder tree scanning
1803
1804         * src/folderview.[ch]
1805                 register hook for folder tree changes that
1806                 updates the ctree
1807
1808         (there are more places that should be updated, like add, remove 
1809          or move folder)
1810
1811         (closes Bug 164 Crash on rebuild folder tree)
1812         (closes Bug 190 Crash on 'rebuilding folder tree')
1813
1814 2003-06-21 [leandro]    0.9.0claws54
1815
1816         * src/compose.[ch]
1817                 create a new thread if subject changes
1818                 (it's on by default, can be disabled in Message menu)
1819
1820 2003-06-21 [alfons]     0.9.0claws53
1821
1822         * src/summaryview.c
1823                 quiet little compiler
1824
1825 2003-06-21 [christoph]  0.9.0claws52
1826
1827         update gettext stuff to version 0.12
1828
1829 2003-06-19 [alfons]     0.9.0claws51
1830
1831         * src/common/log.c
1832         * src/common/plugin.c
1833                 move defs.h before glib.h to prevent MIN/MAX redefs
1834
1835 2003-06-19 [alfons]
1836
1837         * src/addressbook.c
1838                 translatable
1839
1840 2003-06-19 [match]      0.9.0claws50
1841
1842         * src/addressbook.[ch]
1843         * src/addrindex.[ch]
1844         * src/addr_compl.[ch]
1845         * src/editldap.[ch]
1846         * src/editldap_basedn.[ch]
1847         * src/addritem.[ch]
1848         * src/ldapquery.h
1849                 re-implemented dynamic LDAP search. works without
1850                 slowdown on display sender with addressbook
1851                 option.
1852         * src/addrbook.c
1853                 documented code.
1854
1855 2003-06-19 [paul]       0.9.0claws49
1856
1857         * src/compose.c
1858                 fix Bug #136 'Nonprovided quotation marks crash claws'
1859                 patch submitted by Pawel Pêkala <c0rn@gazeta.pl>
1860
1861 2003-06-19 [alfons]     0.9.0claws48
1862
1863         * src/prefs_common.[ch]
1864         * src/procmsg.c
1865                 restrict threading by subject by checking thread for
1866                 age (prefs_common.thread_by_subject_max_age)
1867
1868 2003-06-18 [christoph]  0.9.0claws47
1869
1870         * src/imap.c
1871                 fix memory leak in imap_cmd_fetch()
1872
1873 2003-06-18 [christoph]  0.9.0claws46
1874
1875         * src/prefs_gtk.c
1876                 fix memory leak in prefs_set_default() when used multiple
1877                 times or after prefs have been read
1878
1879 2003-06-18 [christoph]  0.9.0claws45
1880
1881         * src/common/plugin.c
1882                 fix memory leak in plugin_unload()
1883
1884 2003-06-18 [christoph]  0.9.0claws44
1885
1886         * src/imap.c
1887                 fix memory leak in imap_cmd_ok()
1888
1889 2003-06-18 [christoph]  0.9.0claws43
1890
1891         * src/folder.c
1892                 stop messages that are downloaded from POP3 and added to
1893                 an IMAP inbox from being filtered twice (first by POP3
1894                 and again when IMAP folder is scaned to get the UID of
1895                 the APPEND operation when no UIDPLUS is available)
1896
1897 2003-06-18 [alfons]
1898
1899         * tools/Makefile.am
1900                 phoenix <- firebird     
1901
1902 2003-06-18 [paul]
1903
1904         * tools/launch_phoenix          ** REMOVED **
1905           tools/launch_firebird         ** NEW **
1906                 renamed and edited to reflect the browser's name change from
1907                 'phoenix' to 'firebird'
1908
1909 2003-06-18 [paul]       0.9.0claws42
1910
1911         * sync with 0.9.2cvs2
1912                 see ChangeLog 2003-06-16
1913
1914 2003-06-17 [alfons]     0.9.0claws41
1915
1916         * src/procmsg.c
1917                 prevent threading problems when a node is an ancestor (parent / great parent),
1918                 which mostly happens with circular references (thanks to Phillipe Gramoullé
1919                 for finding an sample set of messages)
1920
1921 2003-06-16 [christoph]  0.9.0claws40
1922
1923         * src/main.c
1924                 don't popup main window on --receive or --receive-all
1925
1926         * src/mainwindow.[ch]
1927         * src/plugins/trayicon/trayicon.c
1928                 allow hiding of main window by clicking on the trayicon
1929                 (doesn't work correctly in seperate window mode and may
1930                  cause unexpected GTK problems I couldn't find yet)
1931
1932         * src/common/ssl.c
1933                 remove incorrect warning
1934
1935 2003-06-15 [alfons]     0.9.0claws39
1936
1937         * src/gtk/gtkstext.c
1938                 don't output debug text;
1939                 #ifdef out print_line() if not debugging (thanks to Martin Wicke
1940                 for pointing this out);
1941
1942 2003-06-14 [alfons]     0.9.0claws38
1943         
1944         * src/messageview.c
1945                 remove printf() and make one if..else comply with coding style
1946
1947 2003-06-14 [alfons]     0.9.0claws37
1948
1949         * AUTHORS
1950                 add Martin Wicke
1951         * src/action.c
1952         * src/messageview.[ch]
1953         * src/summaryview.c
1954                 apply patch #754162 "Quoting messages filtered by actions" submitted
1955                 by Martin Wicke, which allows quoting message body changed by an
1956                 action (Thanks!).
1957
1958 2003-06-13 [alfons]     0.9.0claws36
1959
1960         * src/utils.c
1961                 add several other subject reply prefixes (suggested by Christoph and Ivan Martinez)
1962                 use case insensitive regexp (suggested by Ivan Martinez)
1963
1964 2003-06-13 [christoph]  0.9.0claws35
1965
1966         * configure.ac
1967         * src/plugins/trayicon/Makefile.am
1968         * src/plugins/trayicon/eggtrayicon.[ch]                         ** REMOVE **
1969         * src/plugins/trayicon/trayicon.c
1970         * src/plugins/trayicon/libeggtrayicon/.cvsignore                ** NEW **
1971         * src/plugins/trayicon/libeggtrayicon/Makefile.am               ** NEW **
1972         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.[ch]          ** NEW **
1973         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.[ch]           ** NEW **
1974         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.[ch]        ** NEW **
1975         * src/plugins/trayicon/libeggtrayicon/xembed.h                  ** NEW **
1976                 replace my own EggTrayIcon backport with the backport
1977                 used by (l|x)mule and gabber.
1978
1979 2003-06-13 [alfons]     0.9.0claws34
1980
1981         * AUTHORS
1982         * src/common/utils.c
1983                 add Aw: to list of reply prefixes (thanks to Martin Zwickel)
1984
1985 2003-06-13 [alfons]     0.9.0claws33
1986
1987         * src/compose.c
1988                 clean up a little bit
1989
1990 2003-06-12 [alfons]     0.9.0claws32
1991
1992         * src/compose.c
1993                 const correctness fix
1994
1995         * src/common/sylpheed.[ch]
1996                 () -> (void)
1997                 prevent redef MIN/MAX
1998                 
1999         * src/common/utils.[ch]
2000                 () -> (void)
2001
2002 2003-06-12 [melvin]     0.9.0claws31
2003
2004         * src/compose.c
2005                 Updated to take into accounts changes in GtkAspell.
2006
2007 2003-06-12 [alfons]     0.9.0claws30
2008
2009         * src/compose.c
2010         * src/procmsg.c
2011         * src/common/utils.[ch]
2012                 handle reply subject prefixes better (initial 
2013                 suggestion by Robert Story adapted and enhanced 
2014                 using regexps)
2015
2016 2003-06-12 [melvin]     0.9.0claws29
2017
2018         * src/compose.c
2019                 Use new gtkaspell_checkers_strerror() to get the speller's
2020                 error message instead of accessing the (now private)
2021                 checkers structure.
2022                 Minor code clean up
2023
2024         * src/main.c
2025                 Use #ifdef instead of #if for USE_ASPELL
2026                 Use the new spell checkers init/quit functions 
2027
2028         * src/gtk/gtkaspell.c
2029                 Use #ifdef instead of #if for USE_ASPELL
2030                 Moved in the majority of GtkAspell structures that were
2031                 exported before by gtkaspell.h
2032         
2033         * src/gtk/gktaspell.h
2034                 Made gtkaspell.h contain only the necessary data to be
2035                 publicized by moving many structures to gtkaspell.c.
2036                 Enclosed all the declaration in a #ifdef USE_ASPELL #endif
2037                 gtkaspell_checkers_new(): replaced by...
2038                 gtkaspell_checkers_init(): new function for initialization
2039                 gtkaspell_checkers_delete(): replaced by...
2040                 gtkaspell_checkers_quit(): new function
2041                 gtkaspell_checkers_strerror(): new function that returns
2042                 the checker's last error message.
2043                 
2044 2003-06-11 [melvin]     0.9.0claws28
2045
2046         * po/POTFILES.in
2047                 Updated to take into account gtkaspell.c migration to
2048                 ./src/gtk/ (Thanks to Ricardo Mones Lastra for reporting it)
2049
2050 2003-06-10 [alfons]     0.9.0claws27
2051
2052         * src/filtering.[ch]
2053         * src/folder.c
2054         * src/matcher.c
2055         * src/scoring.[ch]
2056                 - try fixing bug #18 (any brave testers?)
2057                 - add more robustness by refusing previously 
2058                   unchecked NULL pointers 
2059
2060 2003-06-10 [alfons]     0.9.0claws26
2061
2062         * src/procmsg.c
2063                 fix bug #176 by don't checking MsgInfos with a NULL msgid 
2064
2065 2003-06-09 [alfons]     0.9.0claws25
2066
2067         * src/prefs_common.c
2068                 fix bug #163 "Icon switching doesnt work properly" by 
2069                 preventing early freeing of prefs_common.pixmap_theme_path.
2070
2071 2003-06-09 [christoph]  0.9.0claws24
2072
2073         * src/gtk/gtkaspell.c
2074                 revert Thorsten's fix and add forgotten g_strdup for
2075                 aspell path (it should not be possible to alter the path a
2076                 GtkASpell uses from outside)
2077
2078 2003-06-09 [thorsten]   0.9.0claws23
2079
2080         * src/gtk/gtkaspell.c
2081                 dont free prefs_common.aspell_path when closing compose
2082
2083 2003-06-08 [colin]      0.9.0claws22
2084
2085         * src/plugins/spamassassin/spamassassin.c
2086                 fix prefs types
2087
2088 2003-06-07 [christoph]  0.9.0claws21
2089
2090         * src/Makefile.am
2091         * src/compose.c
2092         * src/gtkaspell.[ch]            ** REMOVE **
2093         * src/gtk/Makefile.am
2094         * src/gtk/gtkaspell.[ch]        ** NEW **
2095                 o make gtkaspell independent from sylpheed's prefs
2096                 o move gtkaspell.[ch] to gtk directory
2097
2098 2003-06-07 [christoph]  0.9.0claws20
2099
2100         * src/Makefile.am
2101         * src/crash.c
2102         * src/export.c
2103         * src/filesel.[ch]              ** REMOVE **
2104         * src/folder.c
2105         * src/main.[ch]
2106         * src/common/sylpheed.[ch]
2107         * src/gtk/Makefile.am
2108         * src/gtk/filesel.[ch]          ** NEW **
2109         * src/gtk/pluginwindow.c
2110         * src/gtk/sslcertwindow.c
2111                 move filesel.[ch] to gtk directory
2112
2113 2003-06-07 [alfons]     0.9.0claws19
2114
2115         * src/filesel.c
2116                 make (multi) file selection dialog work again (Claws-only)
2117
2118 2003-06-07 [thorsten]   0.9.0claws18
2119
2120         * po/de.po
2121                 fix typos
2122
2123 2003-06-07 [alfons]     0.9.0claws17
2124
2125         * configure.ac
2126         * src/mimeview.c
2127                 detect apache mishap in which case don't include fnmatch.h
2128                 if regex.h is already included
2129
2130 2003-06-06 [christoph]  0.9.0claws16
2131
2132         * configure.ac
2133         * src/mimeview.h
2134                 add check for fnmatch.h and include it when available
2135
2136         * src/mimeview.[ch]
2137                 fix wrong case sensitivity of Content-Types
2138
2139         * src/gtk/Makefile.am
2140                 need the same include paths in gtk directory as in
2141                 common directory because .h files in common can
2142                 include files from these directories, when included
2143                 in gtk's .h or .c files
2144
2145 2003-06-06 [alfons]     0.9.0claws15
2146
2147         * src/mimeview.c
2148         * src/summaryview.c
2149                 make it compile again because of regex.h / fnmatch.h 
2150                 include problems (related to recent mime stuff, can
2151                 someone check this?)
2152
2153 2003-06-06 [thorsten]   0.9.0claws14
2154
2155         * src/folderview.c
2156                 possible use of uninitialized pointer while dragging
2157
2158 2003-06-06 [paul]       0.9.0claws13
2159
2160         * src/compose.c
2161                 fix bug where the insert sig button would be effective
2162                 only when auto_sig was set
2163
2164 2003-06-06 [paul]       0.9.0claws12
2165
2166         * sync with 0.9.2 release
2167
2168 2003-06-02 [paul]       0.9.0claws11
2169
2170         * sync with 0.9.1cvs1
2171                 see ChangeLog 2003-06-02
2172                 
2173         * po/de.po
2174                 update by Jens
2175
2176 2003-06-01 [christoph]  0.9.0claws10
2177
2178         * src/account.c
2179                 don't use substring search to find accounts by email address
2180
2181         (closes Bug 169 Overly loose matching of "From" address)
2182
2183 2003-05-31 [christoph]  0.9.0claws9
2184
2185         * doc-src/rfc2683.txt
2186         * src/imap.c
2187                 limit IMAP command length as recommended in RFC2683
2188                 (message number lists will be split into multiple imap
2189                 sets, the limit of 1000 octets is not a hard limit)
2190
2191         (closes Bug 161 sylpheed-claws exits with segfault when logging
2192          in to certain imap-servers)
2193
2194 2003-05-29 [alfons]     0.9.0claws8
2195
2196         * src/toolbar.[ch]
2197                 add print button (calling summary_print());
2198                 fine tune setting tooltip text;
2199                 (if someone needs other buttons, please take these 
2200                 commits as a guide, instead of bothering us - also
2201                 see 0.8.11claws150) 
2202
2203 2003-05-29 [darko]      0.9.0claws7
2204
2205         * src/compose.c
2206                 fix crash when word wrapping kicks in due to
2207                 changed text by spell checker
2208
2209 2003-05-29 [paul]       0.9.0claws6
2210
2211         * src/compose.c
2212                 fix bug where changing account would insert
2213                 sig even if auto_sig was FALSE
2214                 
2215         * ChangeLog
2216           ChangeLog.jp
2217           INSTALL
2218                 sync with 0.9.1 release
2219
2220 2003-05-28 [christoph]  0.9.0claws5
2221
2222         * src/imap.c
2223                 fix truncation of too long commands
2224
2225         (closes Bug 167 IMAP hangs trying to get envelope
2226          information in imap_get_uncached_messages)
2227
2228 2003-05-27 [paul]       0.9.0claws4
2229
2230         * tools/Makefile.am
2231           tools/maildir2sylpheed.pl     ** NEW FILE **
2232                 add kmail to sylpheed mailbox conversion script
2233
2234 2003-05-27 [paul]       0.9.0claws3
2235
2236         * sync with 0.9.0cvs10
2237                 see ChangeLog 2003-05-26
2238
2239 2003-05-26 [paul]       0.9.0claws2
2240
2241         * sync with 0.9.0cvs9
2242                 see ChangeLog 2003-05-26
2243
2244 2003-05-24 [paul]       0.9.0claws1
2245
2246         * sync with 0.9.0cvs8
2247                 see ChangeLog 2003-05-23
2248
2249 2003-05-24 [paul]       0.9.0claws
2250
2251         * version 0.9.0claws released
2252
2253 2003-05-24 [paul]       0.8.11claws177
2254
2255         * src/plugins/dillo-viewer/Makefile.am
2256           src/plugins/traycon/Makefile.am
2257                 add missing files
2258                 
2259         * po/bg.po
2260           po/en_GB.po
2261           po/es.po
2262           po/it.po
2263           po/pt_BR.po
2264           po/ru.po
2265           po/sr.po
2266                 update Bulgarian, British English, Spanish, Italian, 
2267                 Brazilian Portuguese, Russian, and Serbian translations, 
2268                 submitted by George Danchev, [me], Ricardo Mones Lastra,
2269                 André Filipe de Assunção e Brito, Alessandro Maestri, 
2270                 Ruslan N. Balkin, and Urke MMI
2271
2272 2003-05-23 [melvin]     0.8.11claws176
2273
2274         * po/fr.po
2275                 Updated French translations
2276
2277 2003-05-22 [paul]       0.8.11claws175
2278
2279         * src/Makefile.am
2280           src/addrbook.[ch]
2281           src/addrcache.[ch]
2282           src/addr_compl.[ch]
2283           src/adressbook.[ch]
2284           src/addrindex.[ch]
2285           src/addritem.[ch]
2286           src/editaddress.c
2287           src/editgroup.c
2288           src/editldap_basedn.c
2289           src/editldap.c
2290           src/jpilot.c
2291           src/vcard.c
2292                 revert to get ldap into it previous working state
2293                 
2294         * po/zh_TW.Big5.po
2295                 new Taiwanese translation,
2296                 submitted by Tsu-Fan Cheng <tscheng@ic.sunysb.edu>
2297
2298 2003-05-22 [christoph]  0.8.11claws174
2299
2300         * src/plugins/spamassassin/libspamc.[ch]
2301                 sync libspamc with SpamAssaain release 2.55
2302
2303 2003-05-22 [paul]       0.8.11claws173
2304
2305         * sync with 0.9.0cvs7
2306                 see ChangeLog 2003-05-22
2307                 
2308         * src/summaryview.c
2309                 revert change in 0.8.11claws172: follow
2310                 Hiroyuki's decision and that's the end of it.
2311
2312 2003-05-21 [paul]       0.8.11claws172
2313
2314         * src/summaryview.c
2315                 fix discrepency between open_unread_on_enter
2316                 and always_show_msg
2317
2318 2003-05-21 [paul]       0.8.11claws171
2319
2320         * sync with 0.9.0cvs6
2321                 see ChangeLog 2003-05-21
2322
2323 2003-05-21 [paul]       0.8.11claws170
2324
2325         * sync with 0.9.0cvs5
2326                 see ChangeLog 2003-05-21
2327
2328 2003-05-20 [paul]       0.8.11claws169
2329
2330         * sync with 0.9.0cvs4
2331                 see ChangeLog 2003-05-20
2332                 fixes bug #152, 'encoding of IMAP folders names'
2333
2334 2003-05-20 [paul]       0.8.11claws168
2335
2336         * sync with 0.9.0cvs3
2337                 see ChangeLog 2003-05-20
2338                 
2339         * src/tools/convert_mbox.pl
2340                 minor change in the comments, submitted by Fred Marton
2341
2342 2003-05-19 [paul]       0.8.11claws167
2343
2344         * src/plugins/clamav/Makefile.am
2345           configure.ac
2346                 link clamav_lib to the plugin and not to the main program
2347
2348 2003-05-19 [christoph]
2349
2350         * src/Makefile.am
2351                 add -export-dynamic for linking
2352
2353 2003-05-19 [paul]       0.8.11claws166
2354
2355         * sync with 0.9.0cvs1
2356                 see ChangeLog 2003-05-19
2357
2358 2003-05-19 [paul]       0.8.11claws165
2359
2360         * src/inc.c
2361                 fix 'pop before smtp' timeout
2362
2363 2003-05-18 [alfons]     0.8.11claws164
2364
2365         * src/prefs_matcher.c
2366                 put "execute" action command line ("expression") in edit box
2367
2368 2003-05-18 [christoph]  0.8.11claws163
2369
2370         * src/mimeview.[ch]
2371         * src/plugins/dillo_viewer/dillo_viewer.c
2372         * src/plugins/image_viewer/viewer.c
2373         * src/plugins/mathml_viewer/mathml_viewer.c
2374                 let a viewer have a list of Content-Types
2375
2376 2003-05-18 [paul]       0.8.11claws162
2377
2378         * src/prefs_filtering.c
2379                 add 'Recipient' label for FORWARD, FORWARD_AS_ATTACHMENT,
2380                 and REDIRECT actions
2381
2382 2003-05-17 [christoph]
2383
2384         * README.claws
2385                 o remove dynamic signatures that was syned with main
2386                 o add infos about no longer "build in" image viewer
2387                 o update bugtracker URL
2388
2389 2003-05-17 [christoph]  0.8.11claws161
2390
2391         * src/folder.c
2392         * src/folderview.c
2393         * src/imap.c
2394                 don't use imap_scan_folder anymore. Instead call folder_item_scan
2395                 for every folder after rebuilding the folder tree.
2396
2397         (closes Bug 19 imap_scan_folder() computes incorrectly number of new
2398          messages)
2399
2400 2003-05-17 [christoph]  0.8.11claws160
2401
2402         * src/imap.c
2403                 don't use STATUS command on current folder to check for
2404                 content changes. imap_cmd_ok() now tracks changes to
2405                 folder and number of existing messages.
2406
2407 2003-05-17 [paul]       0.8.11claws159
2408
2409         * src/plugins/clamav/clamav_plugin.c
2410                 remove unnecessary debug_print
2411
2412 2003-05-16 [thorsten]   0.8.11claws158
2413
2414         * src/plugins/demo.c
2415                 included missing intl.h
2416
2417 2003-05-16 [paul]       0.8.11claws157
2418
2419         * po/POTFILES.in
2420                 remove non-existant entries
2421         
2422         * src/plugins/clamav/clamav_plugin.c
2423           src/plugins/clamav/clamav_plugin_gtk.c
2424           src/plugins/dillo_viewer/dillo_prefs.c
2425           src/plugins/dillo_viewer/dillo_viewer.c
2426                 gettextise
2427
2428 2003-05-16 [christoph]  0.8.11claws156
2429
2430         * po/POTFILES.in
2431                 include plugin .c files for translation until I
2432                 find a better solution to have plugins have their
2433                 own textdomain
2434         * src/plugins/demo/demo.c
2435         * src/plugins/image_viewer/plugin.c
2436         * src/plugins/mathml_viewer/mathml_viewer.c
2437         * src/plugins/spamassassin/spamassassin.c
2438         * src/plugins/spamassassin/spamassassin_gtk.c
2439         * src/plugins/trayicon/trayicon.c
2440                 add gettext macros for plugin name and description
2441
2442 2003-05-16 [paul]
2443
2444         * sync with 0.9.0
2445
2446 2003-05-16 [paul]       0.8.11claws155
2447
2448         * sync with lastest 0.9.0pre1
2449                 see ChangeLog 2003-05-16
2450
2451 2003-05-15 [paul]       0.8.11claws154
2452
2453         * sync with latest 0.9.0pre1
2454                 see ChangeLog 2003-05-14 and 2003-05-15
2455
2456 2003-05-14 [christoph]  0.8.11claws153
2457
2458         * src/plugins/image_viewer/viewer.c
2459         * src/plugins/image_viewer/viewer.glade         ** NEW **
2460         * src/plugins/image_viewer/viewerprefs.c
2461                 make it possible to disable the autoload function in the
2462                 imageviewer again
2463
2464 2003-05-14 [christoph]  0.8.11claws152
2465
2466         * src/folder.c
2467                 fix folder update after adding a message
2468
2469 2003-05-13 [alfons]     0.8.11claws151
2470
2471         * src/common/session.c
2472                 remove debug traces
2473                 
2474         * src/addrcache.[ch]
2475         * src/filtering.[ch]
2476         * src/folder.[c]
2477         * src/gtkaspell.[ch]
2478         * src/imap.[ch]
2479         * src/mbox_folder.[ch]
2480         * src/mh.[ch]
2481         * src/mimeview.h
2482         * src/msgcache.[ch]
2483         * src/news.[ch]
2484         * src/passphrase.[ch]
2485         * src/prefs_common.[ch]
2486         * src/prefs_gtk.[ch]
2487         * src/procmsg.c
2488         * src/scoring.[ch]
2489                 be pedantic; (in prototypes () implies (int))
2490
2491 2003-05-13 [alfons]     0.8.11claws150
2492
2493         * src/prefs_toolbar.[ch]
2494         * src/summaryview.[ch]
2495         * src/toolbar.[ch]
2496                 change misleading text in toolbar prefs;
2497                 add toolbar action for ignore thread (toggles ignore thread flag);
2498                 clean up a little bit;
2499
2500 2003-05-12 [paul]
2501
2502         * tools/convert_mbox.pl
2503                 bug fixed by Fred Marton
2504
2505 2003-05-12 [paul]
2506
2507         * sync with 0.9.0pre1
2508
2509 2003-05-09 [paul]       0.8.11claws149
2510
2511         * sync with 0.8.11cvs43
2512                 see ChangeLog 2003-05-09
2513
2514 2003-05-08 [christoph]  0.8.11claws148
2515
2516         * src/imap.[ch]
2517                 o use CAPABILIY as first command and check for PREAUTH
2518                   information in the response to it
2519                 o rewrite all imap_cmd_* functions to use an IMAPSession
2520                   instead of a SockInfo as parameter
2521                 o do STARTTLS after fetching and checking the server
2522                   capabilities
2523
2524 2003-05-08 [paul]       0.8.11claws147
2525
2526         * tools/Makefile.am
2527           tools/README
2528           tools/convert_mbox.pl         ** NEW FILE **
2529                 add mbox conversion script. Submitted by 
2530                 Fred Marton <Fred.Marton@uni-bayreuth.de>
2531
2532 2003-05-07 [christoph]
2533
2534         * doc-src/glade.txt
2535         * src/gtk/pluginwindow.glade
2536         * src/plugins/image_viewer/viewerprefs.glade
2537         * src/plugins/spamassassin/spamassassin_gtk.glade
2538                 add glade files for user interfaces and a description how
2539                 to use glade to create the sylpheed code
2540
2541 2003-05-07 [paul]       0.8.11claws146
2542
2543         * sync with 0.8.11cvs41
2544                 see ChangeLog 2003-05-07
2545
2546 2003-05-06 [christoph]  0.8.11claws145
2547
2548         * src/main.c
2549         * src/plugins/image_viewer/viewer.c
2550                 fix usage of imlib in imageviewer plugin
2551
2552         * src/gtk/prefswindow.c
2553                 handle window close event correctly
2554
2555 2003-05-06 [paul]       0.8.11claws144
2556
2557         * src/common/ssl.c
2558                 fix typo introduced in sync
2559
2560 2003-05-06 [paul]       0.8.11claws143
2561
2562         * sync with 0.8.11cvs39
2563                 see ChangeLog 2003-05-06
2564
2565 2003-05-06 [paul]       0.8.11claws142
2566
2567         * AUTHORS
2568           po/cs.po
2569                 updated Czech translation, submitted by 
2570                 Radek Vybiral <Radek.Vybiral@vsb.cz>
2571                 
2572         * src/plugins/clamav/clamav_plugin_gtk.c
2573                 clean up
2574
2575 2003-05-03 [alfons]     0.8.11claws141
2576
2577         * src/compose.[ch]
2578                 make paste as quotation work even when the call to 
2579                 text_inserted() was deferred (fixes bug #140 "Paste 
2580                 as quotation does not work when using "external" 
2581                 clipboard")
2582
2583 2003-05-03 [thorsten]   0.8.11claws140
2584
2585         * src/addrquery.h
2586           src/ldapquery.h
2587           src/mainwindow.c
2588                 removed C++ comments
2589         * src/addr_compl.c
2590                 function with non-int retval/param used before
2591                 implementation/declaration
2592
2593 2003-05-02 [paul]       0.8.11claws139
2594
2595         * src/addr_compl.[ch]
2596           src/addressbook.[ch]
2597           src/addrindex.c
2598           src/summaryview.c
2599                 revert match's changes to (finally) remove the bug where
2600                 opening a folder causes massive slowdown when using the 
2601                 'Display sender using address book' option
2602
2603 2003-05-01 [melvin]     0.8.11claws138
2604
2605         * src/plugins/dillo_viewer/dillo_prefs.[ch]
2606         * src/plugins/dillo_viewer/dillo_viewer.c
2607                 Fixed bug where "Cancel" button from prefs issued
2608                 warnings.
2609                 Comply a little more to coding style
2610
2611 2003-05-01 [paul]       0.8.11claws137
2612
2613         * sync with 0.8.11cvs38
2614                 see ChangeLog 2003-05-01
2615
2616 2003-05-01 [paul]       0.8.11claws136
2617
2618         * po/bg.po
2619                 updated by George Danchev
2620
2621 2003-04-30 [christoph]  0.8.11claws135
2622
2623         * src/plugins/dillo_viewer/dillo_prefs.c
2624         * src/plugins/image_viewer/viewerprefs.c
2625         * src/plugins/spamassassin/spamassassin_gtk.c
2626                 remove gtk_widget_ref() calls for widgets in
2627                 glade code
2628
2629 2003-04-30 [paul]       0.8.11claws134
2630
2631         * src/addrindex.c
2632                 ok, this time a better fix for the bug where opening folder
2633                 has massive slowdown when using the 'Display sender using 
2634                 address book' option
2635
2636 2003-04-30 [paul]       0.8.11claws133
2637
2638         * src/addrindex.c
2639                 revert the 'fix' of 0.8.11claws128 because it doesn't fix it
2640         
2641 2003-04-30 [melvin]     0.8.11claws132
2642
2643         New: Dillo plugin preferences (patch by Dimitar Haralanov)
2644
2645         * src/plugins/dillo_viewer/dillo_prefs.[ch]     *** NEW ***
2646                 Preferences for the dillo plugin
2647         * src/plugins/dillo_viewer/dillo_viewer.c
2648                 Support for preferences
2649         * src/plugins/dillo_viewer/Makefile.am
2650                 Added dillo_prefs.[ch]
2651
2652 2003-04-30 [alfons]     0.8.11claws131
2653
2654         * src/common/plugin.[ch]
2655                 see? this ANSI C'fication immediately gives us type
2656                 checking for free.
2657
2658 2003-04-30 [alfons]     0.8.11claws130
2659
2660         * src/common/plugin.[ch]
2661         * src/plugins/clamav/clamav_plugin.[ch]
2662         * src/plugins/clamav/clamav_plugin_gtk.c
2663         * src/plugins/demo/demo.c
2664         * src/plugins/dillo_viewer/dillo_viewer.c
2665         * src/plugins/image_viewer/plugin.c
2666         * src/plugins/image_viewer/viewer.[ch]
2667         * src/plugins/image_viewer/viewerprefs.[ch]
2668         * src/plugins/mathml_viewer/mathml_viewer.c
2669         * src/plugins/spamassassin/spamassassin.[ch]
2670         * src/plugins/spamassassin/spamassassin_gtk.c
2671         * src/plugins/trayicon/trayicon.c
2672                 clean up
2673
2674 2003-04-30 [alfons]     0.8.11claws129
2675
2676         * src/common/utils.c
2677                 make is_ascii_str() fail gracefully when NULL pointer
2678                 is passed
2679
2680 2003-04-30 [paul]       0.8.11claws128
2681
2682         * src/addrindex.c
2683                 fix bug where opening folder has massive slowdown when
2684                 using the 'Display sender using address book' option
2685
2686 2003-04-30 [paul]       0.8.11claws127
2687
2688         * src/plugins/clamav/clamav_plugin.c
2689           src/plugins/clamav/clamav_plugin_gtk.c
2690           src/plugins/demo/demo.c
2691           src/plugins/dillo_viewer/dillo_viewer.c
2692           src/plugins/image_viewer/plugin.c
2693           src/plugins/mathml_viewer/mathml_viewer.c
2694           src/plugins/spamassassin/spamassassin.c
2695           src/plugins/spamassassin/spamassassin_gtk.c
2696           src/plugins/trayicon/trayicon.c
2697                 get rid of eye-hurting function signatures
2698
2699 2003-04-30 [paul]       0.8.11claws126
2700
2701         * src/plugins/trayicon/trayicon.c
2702                 add description
2703                 
2704         * src/mimeview.c
2705                 be more descriptive
2706
2707 2003-04-30 [paul]       0.8.11claws125
2708
2709         * configure.ac
2710                 arrange the plugins in reverse alphabetical order
2711                 
2712         * src/plugins/clamav/clamav_plugin.[ch]
2713           src/plugins/clamav/clamav_plugin_gtk.c
2714                 rename some params
2715                 resize max_size window
2716                 re-arrange the order of some gui elements
2717                 improve descriptions
2718         
2719         * src/plugins/image_viewer/plugin.c
2720           src/plugins/mathml_viewer/mathml_viewer.c
2721                 add descriptions
2722                 
2723         * src/plugins/spamassassin/spamassassin_gtk.c
2724                 resize max_size window
2725                 re-arrange the order of some gui elements
2726                 
2727         * src/messageview.c
2728           src/mimeview.c
2729                 correct typos
2730
2731 2003-04-30 [alfons]     0.8.11claws124
2732
2733         * src/imap.c
2734                 fix a leak found while browsing Martin Kluge's 
2735                 valgrind log (Claws only)
2736
2737 2003-04-29 [darko]      0.8.11claws123
2738
2739         * src/gtk/gtkstext.h
2740                 include wchar.h if it is available, fixes compilation
2741                 on HP-UX systems
2742
2743 2003-04-29 [melvin]     0.8.11claws122
2744
2745         * src/prefs_actions.c
2746                 Improved help text of Actions' syntax
2747
2748 2003-04-28 [paul]       0.8.11claws121
2749
2750         * src/action.c
2751                 a better fix for the crash when performing an action
2752                 on a mime part
2753
2754 2003-04-28 [paul]       0.8.11claws120
2755
2756         * src/action.c
2757                 fix crash when performing an action on a
2758                 mime part
2759
2760 2003-04-28 [paul]       0.8.11claws119
2761
2762         * sync with 0.8.11cvs36
2763                 see ChangeLog 2003-04-28
2764
2765 2003-04-27 [paul]       0.8.11claws118
2766
2767         * more sync with 0.8.11cvs35
2768                 see ChangeLog 2003-04-25
2769
2770 2003-04-26 [christoph]  0.8.11claws117
2771
2772         * src/folder.c
2773                 fix remove virtual check
2774
2775 2003-04-26 [paul]       0.8.11claws116
2776
2777         * src/messageview.c
2778                 fix return-receipt, make it work again
2779
2780 2003-04-26 [paul]       0.8.11claws115
2781
2782         * src/mimeview.c
2783                 restore double-clicking of the [application/pgp-signature 
2784                 (Select "Check signature" to check)] line in the message view,
2785                 broken in recent sync
2786
2787 2003-04-26 [christoph]  0.8.11claws114
2788
2789         * src/folder.c
2790                 check if remove virtual really exists before
2791                 calling the function
2792
2793 2003-04-25 [match]      0.8.11claws113
2794
2795         * src/addrindex.c
2796         * src/addrbook.c
2797         * src/ldapquery.[ch]
2798         * src/ldapctrl.[ch]
2799                 fix memleak.
2800         * src/ldapserver.[ch]
2801                 fix memleak. fix segfault.
2802                 plug a Claws memleak
2803
2804 2003-04-25 [alfons]     0.8.11claws112
2805
2806         * src/folder.c
2807                 plug a Claws memleak
2808
2809 2003-04-25 [alfons]     0.8.11claws111
2810
2811         * src/common/session.c
2812                 plug a memleak
2813
2814 2003-04-25 [paul]       0.8.11claws110
2815
2816         * sync with 0.8.11cvs35
2817                 see ChangeLog 2003-04-24 and 2003-04-25
2818                 
2819         * src/gtk/pluginwindow.c
2820                 correct another strange float value
2821
2822 2003-04-24 [christoph]  0.8.11claws109
2823
2824         * src/folder.c
2825                 freeze folder item updates when unsetting new flags
2826
2827         * src/gtk/pluginwindow.c
2828                 correct strange float value
2829
2830 2003-04-23 [paul]       0.8.11claws108
2831
2832         * sync with 0.8.11cvs33
2833                 see ChangeLog 2003-04-23
2834
2835 2003-04-22 [paul]       0.8.11claws107
2836
2837         * src/Makefile.am
2838           src/messageview.c
2839           src/mimeview.c
2840           src/pgptext.[ch]      ** REMOVED **
2841                 remove pgptext.[ch] as its not used any more
2842
2843 2003-04-22 [paul]       0.8.11claws106
2844
2845         * sync with 0.8.11cvs31
2846                 see ChangeLog 2003-04-21 and 2003-04-22
2847
2848 2003-04-21 [alfons]     0.8.11claws105
2849
2850         * src/main.c
2851                 No access to GTK structures if we're a spawned child
2852                 (and clean up code a little bit...) Should fix #126.
2853
2854 2003-04-21 [melvin]     0.8.11claws104
2855
2856         * src/plugins/dillo_viewer/README
2857                 Improved slightly the text.
2858
2859 2003-04-21 [melvin]     0.8.11claws103
2860
2861         * src/plugins/dillo_viewer/README *** NEW ***
2862                 Added a README file for the Dillo plugin
2863
2864 2003-04-20 [paul]
2865
2866         * tools/README
2867           tools/outlook2sylpheed.pl
2868                 updated and improved by Ricardo Mones Lastra
2869
2870 2003-04-18 [oliver]     0.8.11claws102
2871
2872         * src/inc.c 
2873         * src/prefs_account.h
2874                 remove Pop3SessionType (used by selective download)
2875         * src/prefs_toolbar.c
2876                 enable set Default Toolbar button
2877
2878 2003-04-18 [paul]       0.8.11claws101
2879
2880         * sync with 0.8.11cvs29
2881                 see ChangeLog 2003-04-18
2882
2883 2003-04-17 [paul]       0.8.11claws100
2884
2885         * src/prefs_common.[ch]
2886           src/summaryview.c
2887                 remove 'Open next message on deletion' option,
2888                 as the same effect can now be achieved via the
2889                 'Always open messages in summary when selected'
2890                 option.
2891
2892 2003-04-17 [paul]       0.8.11claws99
2893
2894         * sync with 0.8.11cvs28
2895                 see ChangeLog 2003-04-17
2896
2897 2003-04-17 [christoph]  0.8.11claws98
2898
2899         * ac/spamassassin.m4
2900         * src/plugins/spamassassin/libspamc.[ch]
2901         * src/plugins/spamassassin/utils.[ch]
2902                 sync libspamc with SpamAssassin project
2903
2904 2003-04-17 [christoph]  0.8.11claws97
2905
2906         * src/common/socket.h
2907         * src/gtk/sslcertwindow.h
2908                 rename old USE_SSL to USE_OPENSSL
2909
2910 2003-04-17 [paul]       0.8.11claws96
2911
2912         * src/prefs_common.h
2913                 use gulong for P_COLOR so that it compiles/runs on
2914                 64-bit systems. Patch submitted by James Noyes
2915                 <jnoyes-claws@retrogeeks.com>
2916                 
2917         * po/de.po
2918                 updated by Jens
2919
2920 2003-04-17 [paul]       0.8.11claws95
2921
2922         * sync with 0.8.11cvs27
2923                 see ChangeLog 2003-04-16
2924
2925 2003-04-15 [paul]       0.8.11claws94
2926
2927         * src/prefs_common.[ch]
2928                 rearrange to stop the window getting too long:
2929                         move Receive dialog stuff to Receive tab
2930                         move Send dialog to Send tab
2931                         remove Dialogs frame
2932                 rename 'Open messages in summary with cursor keys' to
2933                 'Always open messages in summary when selected', as its
2934                 more appropriate
2935
2936 2003-04-15 [paul]       0.8.11claws93
2937
2938         * src/prefs_common.[ch]
2939           src/summaryview.c
2940                 add new option '/Interface/Open next message on deletion'
2941
2942 2003-04-15 [paul]       0.8.11claws92
2943
2944         * src/summaryview.[ch]
2945                 add /Mark/Lock and /Mark/Unlock to the pop-up
2946                 menu. Patch submitted by Ivan Francolin Martinez
2947                 <ivanfm@users.sourceforge.net>
2948
2949 2003-04-15 [paul]       0.8.11claws91
2950
2951         * sync with 0.8.11cvs24
2952                 see ChangeLog 2003-04-15
2953
2954 2003-04-14 [jens]       0.8.11claws90
2955
2956         * updated German translation and some corrections from
2957                 Roland Bless <bless@tm.uka.de>
2958
2959 2003-04-14 [paul]       0.8.11claws89
2960
2961         * sync with 0.8.11cvs22
2962                 see ChangeLog 2003-04-14
2963
2964 2003-04-13 [paul]       0.8.11claws88
2965
2966         * src/plugins/clamav/clamav_plugin.c
2967                 fix memory leaks
2968                 clean up
2969
2970 2003-04-12 [paul]       0.8.11claws87
2971
2972         * src/plugins/clamav/clamav_plugin.c
2973                 activate enable/disable archive scanning option
2974                 
2975         * src/plugins/clamav/.cvsignore         ** NEW FILE **
2976
2977 2003-04-12 [paul]       0.8.11claws86
2978
2979         * src/plugins/Makefile.am
2980           src/plugins/clamav/Makefile.am                ** NEW FILE **
2981           src/plugins/clamav/README                     ** NEW FILE ** 
2982           src/plugins/clamav/clamav_plugin.[ch]         ** NEW FILES **
2983           src/plugins/clamav/clamav_plugin_gtk.c        ** NEW FILE **
2984                 add Clam AntiVirus plugin
2985
2986 2003-04-12 [paul]       0.8.11claws85
2987
2988         * sync with 0.8.11cvs21
2989                 see ChangeLog 2003-04-11
2990
2991 2003-04-11 [paul]       0.8.11claws84
2992
2993         * po/es.po
2994                 update Spanish translation. Submitted by Ricardo
2995                 Mones Lastra.
2996
2997 2003-04-10 [christoph]  0.8.11claws83
2998
2999         * src/mbox.c
3000                 fix typo that did not move unfiltered mails to destination
3001                 folder
3002
3003         (closes Bug 115 Sylpheed 0.8.11claws81 does not deliver mail correctly
3004          when filtering from spool)
3005
3006 2003-04-10 [christoph]  0.8.11claws82
3007
3008         * src/imap.c
3009                 use BODY.PEEK instead of BODY in in message fetch operation
3010                 to make sure the IMAP server does not set the \Seen flag for
3011                 messages. Sylpheed does that later itself, when the message
3012                 is opened in sylpheed
3013
3014         (closes Bug 111 Claws destroys unread marks)
3015
3016 2003-04-09 [oliver]     0.8.11claws81
3017         
3018         * src/folder.c
3019                 fix crash in folder_destroy
3020         * README.claws
3021                 remove selective download
3022
3023 2003-04-09 [christoph]  0.8.11claws80
3024
3025         * src/imap.c
3026                 fix crash in imap_get_msginfo() when then fetched message
3027                 is not found
3028
3029         (closes Bug 110 Crash during mail composition)
3030
3031 2003-04-08 [christoph]  0.8.11claws79
3032
3033         * src/folder.c
3034         * src/prefs_account.c
3035                 Filter new messages that are found in an INBOX folder
3036                 when 'Filter messages on receiving' is enabled in the
3037                 Folder's AccountPrefs. This allows to use Sylpheed's
3038                 filtering engine for IMAP folders where messages are
3039                 added to the INBOX by a MTA
3040
3041 2003-04-08 [paul]       0.8.11claws78
3042
3043         * src/procmsg.h
3044                 clean up after last commit
3045
3046 2003-04-08 [paul]       0.8.11claws77
3047
3048         * sync with 0.8.11cvs20
3049                 see ChangeLog 2003-04-07 and 2003-04-08
3050
3051 2003-04-07 [christoph]  0.8.11claws76
3052
3053         * src/filtering.[ch]
3054         * src/inc.[ch]
3055         * src/mbox.c
3056         * src/procmsg.[ch]
3057                 add procmsg_msginfo_filter() to execute filtering actions
3058
3059 2003-04-06 [christoph]  0.8.11claws75
3060
3061         * src/imap.c
3062                 use IMAPSet for imap_cmd_store() and imap_cmd_envelope()
3063
3064 2003-04-06 [christoph]  0.8.11claws74
3065
3066         * src/common/utils.[ch]
3067                 add g_int_compare() function for slist sorting
3068
3069         * src/imap.c
3070                 fetch all MsgInfos with one command in imap_get_msginfos()
3071                 using an imap set with a list of ranges
3072
3073         * src/news.c
3074                 use new g_int_compare() function
3075
3076 2003-04-06 [thorsten]   0.8.11claws73
3077
3078         * src/mh.c
3079                 corrected implementation of mh_folder_destroy()
3080
3081 2003-04-05 [christoph]  0.8.11claws72
3082
3083         * src/account.c
3084         * src/folder.[ch]
3085         * src/folderview.c
3086         * src/imap.c
3087         * src/inc.c
3088         * src/main.c
3089         * src/mainwindow.c
3090         * src/mbox_folder.c
3091         * src/mh.c
3092         * src/mimeview.h
3093         * src/msgcache.[ch]
3094         * src/news.c
3095         * src/procmime.h
3096         * src/procmsg.[ch]
3097         * src/setup.c
3098         * src/gtk/gtkutils.c
3099                 o rename structure field names class and new to klass and
3100                   new_msgs, to allow including files in C++
3101                 o add 'extern "C"' block to some header files
3102                 o add MsgInfoList and MsgNumberList as alias for GSList for
3103                   developers to know what type of list is expected
3104
3105         * src/plugins/image_viewer/plugin.c
3106         * src/plugins/image_viewer/viewer.[ch]
3107         * src/plugins/image_viewer/viewerprefs.[ch]
3108                 rename function names to prevent conflicts
3109
3110 2003-04-05 [paul]       0.8.11claws71
3111
3112         * sync with 0.8.11cvs18
3113                 see ChangeLog 2003-04-03 and 2003-04-04
3114
3115 2003-04-02 [christoph]  0.8.11claws70
3116
3117         * src/folder.[ch]
3118         * src/imap.[ch]
3119         * src/mbox_folder.[ch]
3120         * src/mh.[ch]
3121         * src/news.[ch]
3122                 o Make all virtual folder functions private
3123                 o remove unused folder code
3124
3125         * src/common/socket.[ch]
3126         * src/summaryview.c
3127                 fix warnings
3128
3129 2003-03-30 [alfons]     0.8.11claws69
3130
3131         * src/send_message.c
3132                 remove two debug traces and see if people still report
3133                 errors
3134
3135 2003-03-30 [alfons]     0.8.11claws68
3136
3137         * src/send_message.c
3138         * src/commons/session.c
3139                 add more debug traces
3140
3141 2003-03-30 [christoph]  0.8.11claws67
3142
3143         * src/folder.c
3144                 change processing folder name from .processing to processing
3145
3146         * src/common/ssl.c
3147                 disable SSL certificate check because it causes Xlib error
3148                 when the child process want's to open an GTK window
3149
3150 2003-03-30 [christoph]  0.8.11claws66
3151
3152         * src/folder.c
3153                 don't use default folder for processing folder item because
3154                 it can be a non local folder
3155
3156         (fixes bug reported by Stephen Lewis <slewis@paradise.net.nz>)
3157
3158 2003-03-30 [alfons]     0.8.11claws65
3159
3160         * src/send_message.c
3161                 try fixing crashes when sending messages: my gcc 2.95.4 seems 
3162                 to generate bad code for 'send_send_data_progressive': When
3163                 called from 'send_send_data_finished', the 'data' pointer is
3164                 cleared just before the assignment to the dialog pointer
3165
3166 2003-03-29 [christoph]  0.8.11claws64
3167
3168         * src/common/prefs.h
3169         * src/plugins/image_viewer/Makefile.am
3170         * src/plugins/image_viewer/plugin.c
3171         * src/plugins/image_viewer/viewer.[ch]
3172         * src/plugins/image_viewer/viewerprefs.[ch]     ** NEW **
3173                 add PrefsPage for ImageViewer
3174
3175 2003-03-28 [thorsten]   0.8.11claws63
3176
3177         * src/common/session.c
3178                 added some comments
3179
3180 2003-03-28 [paul]       0.8.11claws62
3181
3182         * sync with 0.8.11cvs16
3183                 see ChangeLog 2003-03-28
3184
3185 2003-03-28 [paul]       0.8.11claws61
3186
3187         * sync with 0.8.11cvs15
3188                 see ChangeLog 2003-03-28
3189
3190 2003-03-27 [christoph]  0.8.11claws60
3191
3192         * src/folder.c
3193         * src/imap.c
3194         * src/common/socket.[ch]
3195                 set socket state to DISCONNECTED when any operation
3196                 fails to allow reconnecting in IMAP code without
3197                 checking the return code of all calls to the command
3198                 functions
3199
3200         * src/folderview.c
3201         * src/summaryview.c
3202                 remove some more stuff that depends on specific
3203                 folder types
3204
3205 2003-03-27 [paul]       0.8.11claws59
3206
3207         * sync with 0.8.11cvs14
3208                 see ChangeLog 2003-03-27
3209                 
3210         * src/selective_download.[ch]   ** REMOVED **
3211                 really removed
3212
3213 2003-03-27 [christoph]  0.8.11claws58
3214
3215         * src/folder.c
3216                 fix handling of tmp_flags in flag copy function
3217
3218 2003-03-27 [paul]       0.8.11claws57
3219
3220         * sync with 0.8.11cvs13
3221                 see ChangeLog 2003-03-27
3222
3223 2003-03-27 [oliver]     0.8.11claws56
3224
3225         * src/maiwindow.c
3226                 remove sel_download_cb
3227
3228 2003-03-27 [oliver]     0.8.11claws55
3229         
3230         * src/inc.c
3231                 remove POP3_TOP
3232         
3233 2003-03-26 [oliver]     0.8.11claws54
3234
3235         *src/pop.h
3236                 remove POP3_TOP*
3237         * README.claws
3238                 remove selective donwload readme
3239
3240 2003-03-26 [oliver]     0.8.11claws53
3241         * src/matcher.[ch]
3242         * src/matcher_parser_parse.y 
3243         * src/pop.c 
3244         * src/prefs_account.[ch]
3245         * src/prefs_filtering.c
3246                 remove selective donwload
3247
3248 2003-03-26 [oliver]     0.8.11claws52
3249
3250         * src/inc.[ch] 
3251         * src/filtering.c 
3252         * src/mainwindow.c 
3253                 remove selective donwload
3254
3255 2003-03-26 [oliver]     0.8.11claws51
3256         
3257         * src/Makefile.am
3258         * src/selective_download.[ch]   ** REMOVE **    
3259
3260 2003-03-26 [christoph]  0.8.11claws50
3261
3262         * src/news.c
3263                 fix NEWS that got broken by a sync with sylpheed-main
3264
3265 2003-03-26 [christoph]  0.8.11claws49
3266
3267         * src/mimeview.c
3268                 fix mime type guessing when no mime type is found for a file
3269
3270 2003-03-25 [christoph]  0.8.11claws48
3271
3272         * src/mimeview.c
3273         * src/procmime.c
3274                 remove mime type guessing from mime parser and use
3275                 name based mime types in viewer lookup for mime type
3276                 application/octet-stream
3277
3278 2003-03-25 [christoph]  0.8.11claws47
3279
3280         * doc-src/readme.txt
3281         * doc-src/rfc2554.txt
3282                 add RFC about SMTP AUTH
3283
3284         * src/send_message.c
3285         * src/common/smtp.[ch]
3286                 add extra error code for authentication errors and
3287                 clear temporary password when this error occurs
3288
3289         (closes Bug 84 authentication failure while sending should
3290          prompt for password again)
3291
3292 2003-03-25 [christoph]  0.8.11claws46
3293
3294         * configure.ac
3295         * src/Makefile.am
3296         * src/imageview.[ch]                            ** REMOVE **
3297         * src/messageview.[ch]
3298         * src/mimeview.[ch]
3299         * src/prefs_common.[ch]
3300         * src/textview.c
3301         * src/plugins/Makefile.am
3302         * src/plugins/image_viewer/.cvsignore           ** NEW **
3303         * src/plugins/image_viewer/Makefile.am          ** NEW **
3304         * src/plugins/image_viewer/plugin.c             ** NEW **
3305         * src/plugins/image_viewer/viewer.[ch]          ** NEW **
3306                 move image viewer into a plugin (building is enabled by default)
3307                 [ToDo: Prefs for resize and autoview]
3308
3309 2003-03-25 [paul]       0.8.11claws45
3310
3311         * sync with 0.8.11cvs12
3312                 see ChangeLog 2003-03-26
3313
3314 2003-03-25 [paul]       0.8.11claws44
3315
3316         * sync with 0.8.11cvs11
3317                 see ChangeLog 2003-03-22, 2003-03-24 and 2003-03-25
3318                 
3319         Note: Selective Download is broken.
3320                 
3321 2003-03-22 [christoph]  0.8.11claws43
3322
3323         * src/folder.c
3324                 code cleanup for flags copying
3325
3326 2003-03-22 [christoph]  0.8.11claws42
3327
3328         * src/plugins/trayicon/trayicon.c
3329                 fix setting the transparent area when the window size
3330                 is forced by the system tray
3331
3332 2003-03-22 [christoph]  0.8.11claws41
3333
3334         * src/plugins/trayicon/gnome-mail.xpm           ** REMOVE **
3335         * src/plugins/trayicon/gnome-nomail.xpm         ** REMOVE **
3336         * src/plugins/trayicon/newmail.xpm              ** NEW **
3337         * src/plugins/trayicon/nomail.xpm               ** NEW **
3338         * src/plugins/trayicon/trayicon.c
3339         * src/plugins/trayicon/unreadmail.xpm           ** NEW **
3340                 o replace GBiff icons with KBiff icons resized to 16x16 pixel
3341                 o add icon for unread mails
3342                 o set transparency for window
3343
3344 2003-03-22 [christoph]  0.8.11claws40
3345
3346         * src/news.c
3347                 init news session to prevent crash when session is closed
3348
3349 2003-03-22 [christoph]  0.8.11claws39
3350
3351         * src/imap.c
3352         * src/common/session.[ch]
3353                 Init session data to make sure we don't have invalid pointers
3354                 for read_ch and write_ch when new multi process sessions are
3355                 not used
3356
3357         * src/main.c
3358         * src/common/plugin.c
3359         * src/common/sylpheed.c
3360         * src/plugins/demo/demo.c
3361         * src/plugins/dillo_viewer/dillo_viewer.c
3362         * src/plugins/mathml_viewer/mathml_viewer.c
3363         * src/plugins/spamassassin/spamassassin.c
3364         * src/plugins/spamassassin/spamassassin_gtk.c
3365                 add plugin types to allow loading plugins at different times
3366                 (and maybe for different frontends), because it's not good to
3367                 load GTK-Plugins gefore gtk_init was called
3368
3369         * configure.ac
3370         * src/plugins/Makefile.am
3371         * src/plugins/trayicon/.cvsignore               ** NEW **
3372         * src/plugins/trayicon/Makefile.am              ** NEW **
3373         * src/plugins/trayicon/eggtrayicon.c            ** NEW **
3374         * src/plugins/trayicon/eggtrayicon.h            ** NEW **
3375         * src/plugins/trayicon/gnome-mail.xpm           ** NEW **
3376         * src/plugins/trayicon/gnome-nomail.xpm         ** NEW **
3377         * src/plugins/trayicon/trayicon.c               ** NEW **
3378                 New Trayicon plugin that shows an icon in a systray that uses
3379                 XEMBED protocol like Gnome's systray. Icon shows if there
3380                 are new mails and a tooltip shows information about new,
3381                 unread and total messages.
3382
3383 2003-03-22 [paul]       0.8.11claws38
3384
3385         * src/common/smtp.c
3386                 fix ESMTP AUTH CRAM-MD5
3387                 [sync with main (still version 0.8.11cvs6), see
3388                  ChangeLog 2003-03-22]
3389
3390 2003-03-21 [colin]      0.8.11claws37
3391
3392         * src/send_message.c
3393                 Fix USE_SSL => USE_OPENSSL
3394
3395 2003-03-21 [colin]      0.8.11claws36
3396
3397         * src/folderview.c
3398                 Fix counts in drag and dropped subfolders
3399
3400 2003-03-21 [colin]      0.8.11claws35
3401
3402         * src/folder.c 
3403         * src/folderview.c
3404                 speed up a bit folder dnd
3405
3406 2003-03-20 [alfons]     0.8.11claws34
3407
3408         * src/main.c
3409         * src/toolbar.c
3410         * src/procmsg.c
3411                 don't send locked queue messages
3412                 (feature request "[ 705245 ] Locking message in outbox 
3413                  should prevent sending")
3414
3415 2003-03-20 [christoph]  0.8.11claws33
3416
3417         * src/folder.c
3418                 remove NEW and UNREAD flag in special folders when scanning
3419                 
3420         * src/common/smtp.c
3421                 fix ESMTP AUTH CRAM-MD5
3422
3423 2003-03-20 [paul]       0.8.11claws32
3424
3425         * src/prefs_account.c
3426                 Re-write 'Tunnel command to open connection' as
3427                 'Use command to communicate with server', and disable
3428                 it for all except IMAP accounts
3429
3430 2003-03-20 [paul]       0.8.11claws31
3431
3432         * sync with 0.8.11cvs6
3433                 see ChangeLog 2003-03-20
3434
3435 2003-03-19 [match]      0.8.11claws30
3436
3437         * src/addritem.[ch]
3438                 include documentation. minor refactoring.
3439         * src/addr_compl.[ch]
3440         * src/addrindex.[ch]
3441         * src/addresbook.[ch]
3442         * src/summaryview.c
3443                 re-enable address lookup (was disabled in
3444                 0.8.11claws20).
3445
3446 2003-03-19 [christoph]  0.8.11claws29
3447
3448         * src/procmsg.c
3449                 add temp flag handling, will make moving and copying
3450                 messages possible again
3451
3452         * src/folder.c
3453                 correct calulation of folder stats
3454
3455 2003-03-18 [match]      0.8.11claws28
3456
3457         * src/editgroup.h
3458                 remove case sensitive comparison (closes bug 80).
3459
3460 2003-03-18 [christoph]  0.8.11claws27
3461
3462         * src/imap.c
3463                 fix imap using a tunnel command
3464
3465         (closes bug 87)
3466
3467 2003-03-18 [christoph]  0.8.11claws26
3468
3469         * src/folder.[ch]
3470         * src/imap.c
3471         * src/procmsg.[ch]
3472                 rewrite flag handling for folders
3473
3474 2003-03-18 [christoph]  0.8.11claws25
3475
3476         * src/folder.c
3477         * src/procmsg.c
3478         * src/summaryview.c
3479                 unset NEW and UNREAD flags when message is ignored, to make
3480                 sure messages don't show up as unread on other IMAP clients,
3481                 because the IGNORE_THREAD flag can not be syncronized through
3482                 the IMAP folder
3483
3484 2003-03-17 [christoph]  0.8.11claws24
3485
3486         * src/imap.c
3487                 don't use recursion to fetch uids when the number of messages
3488                 does not match. Moved code into subfunction that is used
3489                 again when needed, to prevent an endless loop.
3490
3491 2003-03-17 [thorsten]   0.8.11claws23
3492
3493         * src/imageview.[ch]
3494                 export imageview_get_resized_size() (for plugins)
3495         * src/prefs_common.[ch]
3496                 added prefs_common_get() (for plugins)
3497
3498 2003-03-17 [christoph]  0.8.11claws22
3499
3500         * src/imap.c
3501                 o remove UID guessing from copy code
3502                 o support UIDPLUS extension for APPEND command
3503
3504 2003-03-17 [paul]       0.8.11claws21
3505
3506         * src/gtk/about.c
3507                 remove 'Compiled-plugins' section.
3508                 
3509         * src/plugins/dillo_viewer/dillo_viewer.c
3510                 slight change to description text
3511
3512 2003-03-16 [match]      0.8.11claws20
3513         * src/ldapserver.[ch]           ** NEW **
3514         * src/ldapctrl.[ch]             ** NEW **
3515         * src/ldapquery.[ch]            ** NEW **
3516         * src/ldaputil.[ch]             ** NEW **
3517         * src/addrcindex.[ch]           ** NEW **
3518         * src/addrquery.h               ** NEW **
3519         * src/addritem.[ch]
3520         * src/addrcache.[ch]
3521         * src/addrindex.[ch]
3522         * src/addr_compl.[ch]
3523         * src/addressbook.[ch]
3524         * src/addrbook.[ch]
3525         * src/editgroup.c
3526         * src/editaddress.c
3527         * src/editldap.c
3528         * src/editldap_basedn.c
3529         * src/vcard.c
3530         * src/jpilot.c
3531         * src/Makefile.am
3532                 included dynamic LDAP queries. improved address
3533                 completion.
3534
3535 2003-03-16 [paul]       0.8.11claws19
3536
3537         * tools/multiwebsearch.pl
3538                 fix a fatal typo
3539
3540 2003-03-16 [christoph]  0.8.11claws18
3541
3542         * src/mimeview.c
3543         * src/plugins/dillo_viewer/dillo_viewer.c
3544         * src/plugins/mathml_viewer/mathml_viewer.c
3545                 make unregistering of MimeViewerFactorys possible
3546
3547 2003-03-16 [alfons]     0.8.11claws17
3548
3549         * configure.ac
3550                 correct typo
3551
3552 2003-03-16 [melvin]     0.8.11claws16
3553
3554         * src/plugins/dillo_viewer.c
3555                 Fixed bug where it was not possible to view more than
3556                 one text/html attachment per message (bug discovered
3557                 by Christoph Hohmann).
3558
3559 2003-03-15 [melvin]     0.8.11claws15
3560
3561         * src/prefs_actions.c
3562                 Fixed compilation warnings.
3563
3564 2003-03-15 [melvin]     0.8.11claws14
3565
3566         * src/plugins/Makefile.am
3567         * src/plugins/dillo_viewer/.cvsignore                   ** NEW **
3568         * src/plugins/dillo_viewer/Makefile.am                  ** NEW **
3569         * src/plugins/dillo_viewer/dillo_viewer.c               ** NEW **
3570                 Added a html mail viewer plugin that uses Dillo v0.7.0 or
3571                 newer (http://dillo.auriga.wearlab.de/).
3572
3573 2003-03-15 [christoph]  0.8.11claws13
3574
3575         * src/imap.c
3576                 don't query imap folder for attributes because we already
3577                 for them from imap_status
3578
3579         * src/mimeview.[ch]
3580                 add support for plugable MimeViewers (unloading Viewers
3581                 not yet complete)
3582
3583         * src/plugins/Makefile.am
3584         * src/plugins/mathml_viewer/.cvsignore          ** NEW **
3585         * src/plugins/mathml_viewer/Makefile.am         ** NEW **
3586         * src/plugins/mathml_viewer/mathml_viewer.c     ** NEW **
3587                 add MathML Viewer (Content-Type text/mathml) using GtkMathView
3588                 widget from http://helm.cs.unibo.it/mml-widget/
3589
3590 2003-03-14 [christoph]  0.8.11claws12
3591
3592         * src/folder.[ch]
3593                 o error return code's should better be negative
3594                 o replace printf with debug_print
3595
3596         * src/imap.c
3597                 improve IMAP folder scan by checking UID-NEXT
3598
3599         * src/summaryview.c
3600                 remove check that are unnecessary in my opinion
3601
3602 2003-03-13 [christoph]  0.8.11claws11
3603
3604         * src/folder.[ch]
3605         * src/foldersel.c
3606         * src/folderview.c
3607         * src/imap.c
3608         * src/mbox_folder.c
3609         * src/mh.c
3610         * src/news.c
3611         * src/prefs_scoring.c
3612         * src/summaryview.c
3613                 use a common function to get a displayable name
3614                 for a FolderItem
3615
3616 2003-03-13 [paul]       0.8.11claws10
3617
3618         * tools/Makefile.am
3619           tools/README
3620           tools/multiwebsearch.conf     ** NEW FILE **
3621           tools/multiwebsearch.pl       ** NEW FILE **
3622                 add multiwebsearch Actions script
3623
3624 2003-03-13 [colin]      0.8.11claws9
3625
3626         * src/compose.c
3627                 Remove leading emtpy lines from quoted text
3628                 before quoting it
3629
3630 2003-03-13 [melvin]     0.8.11claws8
3631
3632         * src/prefs_actions.c
3633                 Fixed a memory leak
3634                 Code clean ups
3635                 Added Cancel and OK buttons
3636                 Corrected help text
3637
3638 2003-03-13 [christoph]  0.8.11claws7
3639
3640         * src/account.c
3641         * src/folder.[ch]
3642         * src/imap.c
3643         * src/mainwindow.c
3644         * src/mbox_folder.c
3645         * src/mh.c
3646         * src/news.c
3647         * src/setup.c
3648                 replace more folder type stuff with folder class stuff
3649
3650 2003-03-13 [melvin]     0.8.11claws6
3651
3652         * src/prefs_actions.c
3653                 Added new tokens:
3654                 %u: user provided argument
3655                 %h: user provided argument (hidden on input)
3656                 %s: current text selection in the message view 
3657
3658 2003-03-13 [paul]       0.8.11claws5
3659
3660         * sync with 0.8.11cvs5
3661                 see ChangeLog 2003-03-11, 2003-03-12
3662
3663 2003-03-12 [christoph]  0.8.11claws4
3664
3665         * src/folder.c
3666                 use folder class idstr when writing folderlist.xml
3667
3668         * src/folder.h
3669         * src/imap.c
3670         * src/news.c
3671                 replace folder type checks with folder class checks
3672
3673 2003-03-12 [christoph]  0.8.11claws3
3674
3675         * src/folder.[ch]
3676         * src/imap.[ch]
3677         * src/main.c
3678         * src/mbox_folder.[ch]
3679         * src/mh.[ch]
3680         * src/news.[ch]
3681                 o create a list of known folder classes in the folder system
3682                 o use folder class id strings for folder item identifiers
3683
3684 2003-03-12 [christoph]  0.8.11claws2
3685
3686         * src/imap.c
3687                 fix imap uid validity check
3688
3689 2003-03-12 [christoph]  0.8.11claws1
3690
3691         * src/account.c
3692         * src/folder.[ch]
3693         * src/foldersel.c
3694         * src/folderview.c
3695         * src/imap.c
3696         * src/mainwindow.c
3697         * src/mbox_folder.c
3698         * src/mh.c
3699         * src/news.c
3700         * src/prefs_scoring.c
3701         * src/procmsg.c
3702         * src/setup.c
3703         * src/summaryview.c
3704                 initial restructuring of folder system, seperating
3705                 folders and folder classes
3706
3707 2003-03-12 [paul]       0.8.11claws
3708
3709         0.8.11claws release
3710
3711 2003-03-12 [christoph]
3712
3713         * src/gtk/prefswindow.c
3714                 fix translation of "Page Index"
3715
3716 2003-03-12 [paul]       0.8.10claws110
3717
3718         a sync from 0.8.11cvs4 before the release
3719
3720         * src/common/utils.c
3721                 subject_compare_for_sort(): allow null strings (fixes
3722                 summary sorting).
3723
3724 2003-03-11 [paul]       0.8.10claws109
3725
3726         * po/es.po
3727                 update Spanish translation, submitted by
3728                 Ricardo Mones Lastra
3729
3730 2003-03-11 [melvin]     0.8.10claws108
3731
3732         * po/fr.po
3733                 Updated French translations
3734
3735 2003-03-11 [paul]       0.8.10claws107
3736
3737         * manual/en/Makefile.am
3738           manual/en/*.html
3739                 update English manual, add a new page
3740                 updated by Francois Barriere <fbarriere@atmel.fr>
3741                 
3742         * po/bg.po
3743           po/it.po
3744           po/sr.po
3745                 update Bulgarian, Italian, and Serbian translations
3746                 submitted by George Danchev, Alessandro Maestri, and
3747                 Urke MMI
3748
3749 2003-03-10 [paul]       0.8.10claws106
3750
3751         * src/gtk/about.c
3752           src/gtk/prefswindow.c
3753                 make some strings translatable
3754
3755 2003-03-10 [darko]      0.8.10claws105
3756
3757         * src/compose.c
3758                 code cleanup to make Hiro happy
3759
3760 2003-03-10 [paul]       0.8.10claws104
3761
3762         * sync with 0.8.11cvs2
3763                 see ChangeLog 2003-03-10
3764
3765 2003-03-09 [melvin]     0.8.10claws103
3766
3767         * src/textview.c
3768                 textview_set_font(): fix for message display in
3769                 UTF-8 locales (thanks to Sergey Vlasov).
3770                 (was unintentionnaly reverted in 0.8.6claws6)   
3771
3772 2003-03-08 [darko]      0.8.10claws102
3773
3774         * src/compose.c
3775                 fix infinite loop in wrapping as reported
3776                 by happycactus
3777                 obsoletes patch #696482
3778
3779 2003-03-08 [christoph]  0.8.10claws101
3780
3781         * src/imap.c
3782                 add workaround for IMAP servers that do not
3783                 support the "UID SEARCH UID" command
3784
3785 2003-03-07 [christoph]  0.8.10claws100
3786
3787         * src/plugins/spamassassin/spamassassin.[ch]
3788         * src/plugins/spamassassin/spamassassin_gtk.c
3789                 code cleanup
3790
3791 2003-03-07 [paul]       0.8.10claws99
3792
3793         * po/es.po
3794                 updated Spanish translation, submitted by
3795                 Ricardo Mones Lastra
3796
3797 2003-03-07 [christoph]  0.8.10claws98
3798
3799         * src/send.c
3800                 fix in 0.8.10claws94 was wrong
3801                 local delivery does not require escaping, remove escaping
3802                 code to make signatures of mails with "." lines valid
3803                 
3804                 NOTE: requires that sendmail is executed with "-i" option,
3805                       what is the default now, but has to be changed in all
3806                       exsiting accounts)
3807
3808 2003-03-07 [paul]       0.8.10claws97
3809
3810         * sync with 0.8.11 release
3811                 see ChangeLog 2003-03-07
3812
3813 2003-03-06 [paul]       0.8.10claws96
3814
3815         * src/compose.c
3816                 revert commit 0.8.10claws92
3817
3818 2003-03-06 [paul]       0.8.10claws95
3819
3820         * src/folderview.c
3821                 fix (solaris) bug 73, 'Crash when selecting top-level folder'
3822
3823         * src/gtkaspell.c
3824                 fix bug 74, 'Crash opening editor window with pseudo-color
3825                 display'
3826                 
3827         Patches submitted by Kevin Vigor <kevin@vigor.nu>
3828
3829 2003-03-06 [christoph]  0.8.10claws94
3830
3831         * src/send.c
3832                 fix rfc2821 (4.5.2) violation in SMTP data sending,
3833                 all lines starting with a period get an extra period
3834                 inserted
3835                 (found by Simon 'corecode' Schubert)
3836
3837 2003-03-06 [paul]       0.8.10claws93
3838
3839         * src/folderview.c
3840                 if configured font can't be loaded fall back to gtk
3841                 default. (with thanks to Christoph)
3842                 
3843                 closes long-standing bug 15 'Crashes on startup'
3844
3845 2003-03-06 [paul]       0.8.10claws92
3846
3847         * src/compose.c
3848                 freeze text before autosave and thaw afterwards
3849                 fixes bug 67 'autosave make re-rediting message crazy'
3850
3851 2003-03-06 [christoph]  0.8.10claws91
3852
3853         * src/compose.c
3854                 ignore address comment in dupe check for Cc-list
3855
3856         (closes reopened bug 47 Replying to message strips name part of
3857          e-mail addresses of Cc: lines)
3858
3859 2003-03-06 [paul]       0.8.10claws90
3860
3861         * src/Makefile.am
3862                 remove reference to gtkxtext.h as its no longer in
3863                 the repository
3864
3865 2003-03-06 [paul]       0.8.10claws89
3866
3867         * sync with 0.8.10cvs25
3868                 see ChangeLog 2003-03-06
3869
3870 2003-03-06 [oliver]     0.8.10claws88
3871         
3872         * src/messageview.c
3873                 remove include
3874
3875 2003-03-06 [oliver]     0.8.10claws87
3876         
3877         * src/folderview.c 
3878                 remove changes introduced inclaws74
3879         * src/messageview.c
3880                 another attempt to sanely delete and update
3881                 messages deleted in separate messageview
3882
3883 2003-03-05 [christoph]  0.8.10claws86
3884
3885         * src/summaryview.c
3886                 check if "From" matches any account's address if
3887                 addressbook completion of addresses is disabled too
3888
3889         (closes Bug 70 "Display recipient in from" doesn't check
3890          folder's default account)
3891
3892 2003-03-05 [christoph]  0.8.10claws85
3893
3894         * src/compose.c
3895         * src/common/utils.[ch]
3896                 don't strip address comments when building Cc lists
3897
3898         (closes Bug 47 Replying to message strips name part of e-mail addresses
3899          of Cc: lines)
3900
3901         * src/folder.c
3902                 fix return value of copy function
3903
3904 2003-03-05 [christoph]  0.8.10claws84
3905
3906         * src/imap.c
3907                 don't ask imap server for non rfc822 headers
3908
3909         (closes bug 71 IMAP FETCH asks for FROM header field twice)
3910
3911         * src/imap.c
3912                 destroy session on socket error to allow reconnecting
3913
3914 2003-03-05 [christoph]  0.8.10claws83
3915
3916         * configure.ac
3917                 fix building with gnome when no prefix is set
3918
3919         (closes bug 66 Gnome directory is set to NONE)
3920
3921 2003-03-05 [paul]       0.8.10claws82
3922
3923         * sync with 0.8.10cvs23
3924                 see ChangeLog 2003-03-05
3925
3926 2003-03-04 [christoph]  0.8.10claws81
3927
3928         * src/folder.c
3929                 o fix moving and copying when folder returns 0 for new
3930                   message number
3931                 o remove some code for single message copy and move
3932                   operations and use functions for multiple messages
3933
3934         (closes bug 63 Strange behaviour MOVING messages from MH to IMAP)
3935
3936         * src/news.c
3937                 remove unused include
3938
3939 2003-03-04 [paul]       0.8.10claws80
3940
3941         * src/gtk/about.c
3942                 list 'Compiled plugins'
3943
3944 2003-03-03 [christoph]  0.8.10claws79
3945
3946         * src/news.[ch]
3947                 have to multiply the percentage of the current fetch with
3948                 the percentage that it has of the total fetch operation
3949                 for correct values
3950
3951 2003-03-03 [christoph]  0.8.10claws78
3952
3953         * src/news.c
3954                 fix calculation of expected lines for progress indicator
3955
3956 2003-03-03 [christoph]  0.8.10claws77
3957
3958         * src/summaryview.c
3959         * src/common/utils.c
3960                 fix segfault when opening the root news folder
3961
3962 2003-03-03 [christoph]  0.8.10claws76
3963
3964         * src/mainwindow.[ch]
3965         * src/common/Makefile.am
3966         * src/common/progressindicator.[ch]
3967                 add UI independent progress indicator handling
3968
3969         * src/news.[ch]
3970                 use new progress indicator for message info fetching
3971
3972         * src/common/hooks.h
3973                 code cleanup
3974
3975 2003-03-03 [oliver]     0.8.10claws75
3976
3977         * src/toolbar.c
3978         * src/compose.c
3979                 removed commented code
3980
3981 2003-03-03 [oliver]     0.8.10claws74
3982
3983         * src/toolbar.[ch]
3984                 cleanups and refactoring
3985         * src/compose.[ch]
3986                 compose_reply_mode reply & forwarding interface for
3987                 toolbar buttons
3988         * src/folderview.c
3989                 act on messages marked for deletion in folderview_selected
3990                 based on prefs_common.immediate_exec since a message might 
3991                 have been deleted by messageview in a folder we are changing 
3992                 to (does anybody understand what I'm on about ?)
3993
3994 2003-03-03 [oliver]     0.8.10claws73
3995         
3996         * src/messageview.[ch]
3997                 new functions
3998                 - messageview_delete: delete message shown in messagview
3999                 - messageview_update_view: update messageview to currently 
4000                   selected summaryview message
4001                 - add separate messageview to msgview_list in order to update 
4002                   toolbar to new toolbar style on the fly (TOOLBAR_NONE, TOOLBAR_ICON etc.)
4003         * src/summaryview.[ch]
4004                 summary_get_selection returns a list of selected msgs
4005                 in summaryview
4006         * src/mainwindow.c
4007                 toolbar reply refactoring
4008
4009 2003-03-03 [paul]       0.8.10claws72
4010
4011         * sync with 0.8.10cvs21
4012                 see ChangeLog 2003-03-03
4013
4014 2003-03-02 [christoph]  0.8.10claws71
4015
4016         * src/common/passcrypt.c
4017                 use POSIX includes
4018
4019 2003-03-02 [christoph]  0.8.10claws70
4020
4021         * configure.ac
4022         * src/prefs_account.c
4023         * src/prefs_gtk.[ch]
4024         * src/common/.cvsignore
4025         * src/common/Makefile.am
4026         * src/common/passcrypt.c                ** NEW **
4027         * src/common/passcrypt.h.in             ** NEW **
4028                 Implement password encryption in config files
4029                 using unix encrypt and setkey functions. The crypt
4030                 key can be set as a configure parameter. Old
4031                 passwords will be converted if they do not begin
4032                 with '!'
4033
4034 2003-03-02 [paul]       0.8.10claws69
4035
4036         * src/prefs_account.c
4037                 fix compile error
4038
4039 2003-03-01 [thorsten]   0.8.10claws68
4040
4041         * po/el.po
4042           po/hr.po
4043           po/it.po
4044           po/nl.po
4045           po/sr.po
4046           po/sv.po
4047                 corrected format strings
4048         * po/en_GB.po
4049                 corrected headers
4050                 (fix compile errors with GNU gettext-0.11.5)
4051
4052 2003-03-01 [oliver]     0.8.10claws67
4053
4054         * src/summaryview.c
4055                 menu callbacks call toolbar_menu_reply
4056
4057 2003-03-01 [oliver]     0.8.10claws66
4058
4059         * src/mainwindow.c
4060         * src/messageview.c
4061                 menu callbacks call toolbar_menu_reply
4062         * src/toolbar.[ch]
4063                 callbacks from menu handled by toolbar_menu_reply
4064
4065 2003-03-01 [paul]       0.8.10claws65
4066
4067         * src/addressbook.c
4068                 revert commit 0.8.10claws54 - breaks editing of
4069                 addressbook.
4070                 
4071         * po/bg.po
4072                 update Bulgarian translation, submitted by
4073                 George Danchev
4074
4075 2003-02-28 [christoph]  0.8.10claws64
4076
4077         * src/account.c
4078         * src/addressadd.c
4079         * src/compose.c
4080         * src/gtkaspell.c
4081         * src/gtkxtext.h                ** REMOVE **
4082         * src/imap.c
4083         * src/matcher.[ch]
4084         * src/mh.c
4085         * src/news.c
4086         * src/pine.c
4087         * src/prefs_common.c
4088         * src/prefs_matcher.c
4089         * src/procheader.[ch]
4090         * src/procmsg.[ch]
4091         * src/toolbar.c
4092         * src/common/ssl_certificate.c
4093         * src/gtk/colorlabel.c
4094         * src/gtk/menu.c
4095                 o fix warnings
4096                 o remove code obsoleted by new cache and folder system rework
4097
4098 2003-02-28 [oliver]     0.8.10claws63
4099         
4100         * src/toolbar.[ch]
4101                 * fix bug where reply in Messageview replied to 
4102                 Message displayed in summaryview
4103                 (reportedd via ML by chinatinte at gmx dot ch)
4104                 * fix bug where toolbar popups (WITH_QUOTE, WITHOUT_QOUTE)
4105                 didn't work in separate MessageView Toolbar
4106                 (wondering if anybody uses this at all ?)
4107         * src/summaryview.[ch]
4108                 use toolbar.c's toolbar_reply instead of summary_reply (removed)
4109                 (generalize reply and forward code);
4110         * src/messageview.c 
4111                 remove focus_in event which updated summaryview to messageview
4112
4113 2003-02-28 [paul]       0.8.10claws62
4114
4115         * po/Makefile.in.in
4116                 add the --check option
4117                 Patch submitted by Ricardo Mones Lastra
4118
4119 2003-02-28 [paul]       0.8.10claws61
4120
4121         * src/prefs_account.c
4122                 re-order 'Signature' items
4123
4124 2003-02-28 [paul]       0.8.10claws60
4125
4126         * sync with 0.8.10cvs20
4127                 see ChangeLog 2003-02-28
4128
4129 2003-02-28 [paul]       0.8.10claws59
4130
4131         * po/POTFILES.in
4132                 update to reflect recent movement of files
4133
4134 2003-02-28 [paul]       0.8.10claws58
4135
4136         * sync with 0.8.10cvs19
4137                 see ChangeLog 2003-02-28
4138
4139 2003-02-27 [martin]     0.8.10claws57
4140
4141         * src/prefs_matcher.c 
4142                 fix segfault in prefs_matcher_ok() when the
4143                 last entry is deleted and prevents that the
4144                 message "entry not saved" comes up after deleting
4145                 an entry
4146
4147 2003-02-27 [martin]     0.8.10claws56
4148
4149         * src/prefs_filtering.c 
4150                 fix segfault in prefs_filtering_ok() when the
4151                 last entry is deleted and prevents that the
4152                 message "entry not saved" comes up after deleting
4153                 an entry
4154
4155 2003-02-27 [paul]       0.8.10claws55
4156
4157         * sync with 0.8.10cvs18
4158                 see ChangeLog 2003-02-27
4159
4160 2003-02-27 [paul]       0.8.10claws54
4161
4162         * src/addressbook.c
4163                 fix bug where the address book crashes with 
4164                 multiple lookups.
4165                 Patch [687729] submitted by David Frager 
4166                 <dbfrager@users.sourceforge.net>
4167
4168 2003-02-25 [christoph]  0.8.10claws53
4169
4170         * src/Makefile.am
4171         * src/colorlabel.[ch]           ** REMOVE **
4172         * src/gtk/Makefile.am
4173         * src/gtk/colorlabel.[ch]       ** NEW **
4174                 move colorlabel files to gtk directory
4175
4176         * src/esmtp.[ch]                ** REMOVE **
4177                 has been merged into smtp.[ch] in 0.7.5
4178
4179 2003-02-25 [christoph]  0.8.10claws52
4180
4181         * src/Makefile.am
4182         * src/about.[ch]                ** REMOVE **
4183         * src/gtk/Makefile.am
4184         * src/gtk/about.[ch]            ** NEW **
4185                 move about files to gtk directory
4186
4187 2003-02-25 [christoph]  0.8.10claws51
4188
4189         * src/folder.c
4190                 some code optimization of folder scanning code
4191
4192         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx> 
4193
4194 2003-02-25 [christoph]  0.8.10claws50
4195
4196         * src/main.c
4197         * src/common/sylpheed.c
4198                 add command line parameter parsing to common code
4199
4200 2003-02-24 [christoph]
4201
4202         * Makefile.am
4203         * configure.ac
4204                 fix gnome prefix problems, the configure script now removed
4205                 `gnome-config --prefix` from `gnome-config --datadir`
4206                 and adds $(prefix} instead
4207
4208         (closes Bug 24 Makefile does not respect prefix when installing
4209          GNOME data)
4210
4211 2003-02-24 [christoph]  0.8.10claws49
4212
4213         * src/news.c
4214                 check for valid session before trying to authenticate
4215
4216         (closes Bug 60 crash if "authenticate on logon" is activated
4217          and newsserver-hostname is not valid)
4218
4219 2003-02-24 [melvin]     0.8.10claws48
4220
4221         * src/prefs_actions.c
4222                 Make sure all user's input is sent to the action and then
4223                 close the socket..
4224
4225 2003-02-23 [alfons]     0.8.10claws46
4226
4227         * src/summaryview.c
4228                 also wait cursor when deleting files
4229
4230 2003-02-23 [paul]
4231
4232         * tools/freshmeat_search.pl
4233           tools/google_search.pl
4234                 scripts should now work for any browser/browser command line
4235
4236 2003-02-22 [christoph]  0.8.10claws45
4237
4238         * src/procmsg.c
4239                 fix IMAP flag setting, IMAP flag is not handled correctly
4240                 anymore by the folder system and information about the
4241                 folder should not be saved in the MsgInfo (in my opinion)
4242
4243         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
4244
4245 2003-02-22 [christoph]  0.8.10claws44
4246
4247         * src/summaryview.c
4248                 fix spelling of "label" ;-)
4249
4250 2003-02-22 [thorsten]   0.8.10claws43
4251
4252         * src/mimeview.c
4253           src/prefs_common.[ch]
4254           src/procmime.[ch]
4255                 do not use description as attachment name
4256
4257 2003-02-22 [alfons]     0.8.10claws42
4258
4259         * src/summaryview.c
4260                 freeze/thaw folder item updates when changing color labels,
4261                 and put a wait cursors on
4262
4263 2003-02-22 [thorsten]   0.8.10claws41
4264
4265         * src/mimeview.c
4266                 save-all fixes: crash if invoked on multipart container,
4267                 mimeinfo access, pathseparators, error dialog
4268
4269 2003-02-21 [alfons]     0.8.10claws40
4270
4271         * src/prefs_gtk.c
4272                 remove unused var
4273
4274 2003-02-21 [colin]      0.8.10claws39
4275
4276         * src/send.c
4277                 Fix smtp logging
4278
4279 2003-02-21 [colin]      0.8.10claws38
4280
4281         * src/summaryview.c
4282                 Freeze/thaw folderItem updates when filtering messages 
4283                 via Tools/Filter messages
4284
4285 2003-02-21 [paul]       0.8.10claws37
4286
4287         * src/compose.c
4288                 revert commit 0.8.10claws26, there are ulterior motives
4289                 for users to set a Reply-To header when posting to
4290                 newsgroups
4291
4292 2003-02-21 [paul]       0.8.10claws36
4293
4294         * sync with 0.8.10cvs17
4295                 see ChangeLog 2003-02-21
4296
4297 2003-02-20 [christoph]  0.8.10claws35
4298
4299         * src/imap.c
4300                 IMAP UID fetch speedup using SEARCH
4301
4302         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
4303
4304         * src/imap.c
4305                 fix problem with UIDs in IMAP UID cache that no longer existed
4306
4307 2003-02-20 [christoph]  0.8.10claws34
4308
4309         * src/imap.c
4310         * src/procheader.c
4311         * src/procheader.h
4312                 IMAP header fetch speedup (fetch only headers cached in MsgInfo)
4313
4314         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
4315
4316         * src/imap.c
4317                 Rewrite imap_cmd_gen_recv use sock_getline instead
4318                 of sock_gets to avoid problems with too long reply
4319                 lines
4320     
4321 2003-02-20 [colin]      0.8.10claws33
4322         
4323         * src/prefs_account.c
4324                 Better wording
4325
4326 2003-02-20 [colin]      0.8.10claws32
4327
4328         * src/compose.c
4329                 Remove useless '&& !to_sender' 
4330
4331 2003-02-20 [darko]
4332
4333         * AUTHORS
4334                 change my e-mail address
4335
4336 2003-02-19 [colin]      0.8.10claws31
4337
4338         * src/prefs_common.c
4339                 X11 style colors for every configurable color
4340
4341 2003-02-19 [alfons]     0.8.10claws30
4342
4343         * src/prefs_gtk.[ch]
4344         * src/prefs_common.c
4345                 for color_new accept both plain integers and X11 style color
4346                 names (as found in /usr/lib/X11/rgb.txt)
4347
4348 2003-02-19 [paul]       0.8.10claws29
4349
4350         * src/mainwindow.c
4351                 add tooltips to online/offline button and account selector
4352                 button
4353
4354 2003-02-19 [paul]       0.8.10claws28
4355
4356         * src/folder.c
4357           src/news.c
4358           src/prefs_account.[ch]
4359           src/prefs_common.[ch]
4360                 move 'Maximum number of articles to download' to
4361                 account prefs.
4362                 clean up account prefs gui a little by hiding entries
4363                 rather then greying out entries
4364
4365 2003-02-19 [hiro]       0.8.10claws27
4366
4367         * src/common/utils.c
4368                 fix bug #54 'yesterdays date is displayed in the message 
4369                 summary window'
4370
4371 2003-02-19 [paul]       0.8.10claws26
4372
4373         * src/compose.c
4374                 fix bug reported in Feature Request [688596] 
4375                 'Reply-to header in news'
4376
4377 2003-02-18 [paul]       0.8.10claws25
4378
4379         * src/select-keys.c
4380                 add a 'List all keys' button to key selection dialog
4381
4382 2003-02-18 [colin]      0.8.10claws24
4383         
4384         * src/stock_pixmap.c
4385                 fix compile error
4386
4387 2003-02-18 [colin]      0.8.10claws23
4388
4389         * src/common/smtp.[ch]
4390           src/prefs_account.c
4391                 Try to starttls if it seems to be the only
4392                 way to authenticate a user
4393
4394 2003-02-18 [paul]       0.8.10claws22
4395
4396         * src/Makefile.am
4397           src/folderview.c
4398           src/stock_pixmap.[ch]
4399           src/pixmaps/drafts_close.xpm  ** NEW FILE **
4400           src/pixmaps/drafts_open.xpm   ** NEW FILE **
4401                 as a Drafts folder is a special folder allow it to have
4402                 its own unique icons
4403
4404 2003-02-18 [colin]      0.8.10claws21
4405
4406         * src/imap.c
4407                 Fix port selection when using starttls
4408
4409 2003-02-18 [paul]       0.8.10claws20
4410
4411         * src/mainwindow.c
4412           src/prefs_common.[ch]
4413                 make blue the default new mail colour
4414
4415 2003-02-18 [paul]       0.8.10claws19
4416
4417         * sync with 0.8.10cvs14
4418                 see ChangeLog 2003-02-18
4419
4420 2003-02-17 [jens]       0.8.10claws18
4421
4422         * src/common/md5.c
4423                 fixed a compile problem with gcc 3.3
4424                 works on 2.95.3 too (testet on PPC as it is big endian)
4425
4426 2003-02-17 [paul]       0.8.10claws17
4427
4428         * sync with 0.8.10cvs13
4429                 see ChangeLog 2003-02-17
4430
4431 2003-02-17 [paul]       0.8.10claws16
4432
4433         * sync with 0.8.10cvs12
4434                 see ChangeLog 2003-02-17
4435
4436 2003-02-16 [match]      0.8.10claws15
4437
4438         * src/addressbook.c
4439                 Eliminates reloading of address data when items
4440                 deleted or added. Applied submitted by
4441                 Luke Plant <lukeplant@softhome.net>
4442
4443 2003-02-16 [paul]       0.8.10claws14
4444
4445         * src/news.c
4446                 when a 'protocol error' is encountered disconnect from
4447                 the server. This means that the user can carry on viewing
4448                 other articles and doesn't have to either wait until the
4449                 server timesout or quit sylpheed.
4450                 Fixes bug #53 'Unable to read messages in newsgroups, 
4451                 displayed message doesn't change'
4452
4453 2003-02-15 [christoph]  0.8.10claws13
4454
4455         * src/imap.c
4456                 fix bug that stopped scanning of folders when an
4457                 IMAP folder was empty
4458
4459         (closes bug 46 stop scan messages in folders after empty folder)
4460
4461 2003-02-15 [paul]
4462
4463         * tools/Makefile.am
4464           tools/README
4465           tools/freshmeat_search.pl     ** NEW FILE **
4466           tools/google_search.pl        ** NEW FILE **
4467                 Add 2 Actions scripts which search freshmeat/google
4468                 for the selected text using the browser configured
4469                 in sylpheedrc.
4470                 
4471         Note: These scripts are very dependent on the format of the
4472         browser command and may not work on every occasion. Testing
4473         is welcome. 
4474
4475 2003-02-14 [alfons]     0.8.10claws12
4476
4477         * src/compose.c
4478                 fix breakage because of uninitialized account pointer.
4479                 please verify.
4480
4481 2003-02-14 [paul]       0.8.10claws11
4482
4483         * src/compose.c
4484           src/prefs_account.[ch]
4485           src/prefs_common.[ch]
4486                 move signature settings to Account Prefs
4487
4488 2003-02-14 [paul]       0.8.10claws10
4489
4490         * sync with 0.8.10cvs11
4491                 see ChangeLog 2003-02-14
4492
4493 2003-02-13 [thorsten]   0.8.10claws9
4494
4495         * src/news.c
4496                 revert news progressbar (GUI separation)
4497
4498 2003-02-13 [paul]       0.8.10claws8
4499
4500         * src/compose.c
4501                 make replies behave correctly, re: RFC 1036, Section 2.2.3,
4502                 paragraph 1
4503
4504 2003-02-13 [paul]       0.8.10claws7
4505
4506         * src/compose.[ch]
4507           src/summaryview.c
4508                 fix 'Follow-up and Reply-to' so that it creates a reply to
4509                 the newsgroup and the sender. If the message has the keyword
4510                 'poster' in the Followup-To header, all replies go to the
4511                 sender, re: RFC 1036, Section 2.2.3
4512                 rename all instances of 'ignore_replyto' to 'to_sender', both
4513                 were previously used, now we use just one.
4514
4515 2003-02-13 [paul]       0.8.10claws6
4516
4517         * sync with 0.8.10cvs9
4518                 see ChangeLog 2003-02-13
4519
4520 2003-02-13 [paul]       0.8.10claws5
4521
4522         * configure.ac
4523                 show which plugins are configured in the configure
4524                 output.
4525
4526 2003-02-12 [thorsten]   0.8.10claws4
4527
4528         * src/news.c
4529                 show progress while fetching news headers
4530
4531 2003-02-12 [christoph]  0.8.10claws3
4532
4533         * configure.ac
4534         * src/plugins/Makefile.am
4535                 use AM_CONDITIONAL to enable plugins, automake correctly
4536                 manages this when creating distdir
4537
4538 2003-02-12 [christoph]  0.8.10claws2
4539
4540         * ac/spamassassin.m4
4541         * src/plugins/spamassassin/Makefile.am
4542                 fix building SpamAssassin plugin without OpenSSL
4543
4544 2003-02-12 [paul]       0.8.10claws1
4545
4546         * ac/Makefile.am
4547           src/Makefile.am
4548           src/plugins/Makefile.am
4549                 fix failure of 'make release'
4550
4551 2003-02-12 [paul]       0.8.10claws
4552
4553         * 0.8.10claws released
4554
4555 2003-02-12 [paul]       0.8.9claws56
4556
4557         * po/bg.po
4558           po/es.po
4559           po/it.po
4560           po/ru.po
4561           po/sr.po
4562                 updated translations by George Danchev, Ricardo Mones Lastra,
4563                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively
4564                 
4565         * sylpheed.spec.in
4566                 Allow the building of RPMs by a regular user. Submitted
4567                 by Sergei Astanin
4568
4569 2003-02-11 [alfons]     0.8.9claws55
4570
4571         * src/colorlabel.c
4572                 don't use pixmaps for label color rect but draw rectangles
4573                 so we can respect the color map of palette based visuals
4574                 (fixes the long time crashes on Suns - thanks to Andreas
4575                 Engel and Steve O'Hara-Smith for testing)
4576
4577 2003-02-11 [christoph]  0.8.9claws54
4578
4579         * src/matcher_parser_parse.y
4580                 correct bug where filering rules of not existing folders in
4581                 matcherrc were added to global filtering
4582                 
4583         (closes Debian Bug #180253 - Directory's filter-rules are merged with
4584          main filter-rules after removing directory, http://bugs.debian.org/180253)
4585         
4586 2003-02-11 [paul]       0.8.9claws53
4587
4588         * sync with 0.8.10cvs7
4589                 see ChangeLog 2003-02-09
4590
4591 2003-02-11 [melvin]     0.8.9claws52
4592
4593         * po/fr.po
4594                 Updated French tranlsations
4595
4596 2003-02-10 [paul]       0.8.9claws51
4597
4598         * sylpheed.spec.in
4599                 correct --enable-openssl
4600                 Fix submitted by Sergei Astanin <asita@users.sourceforge.net>
4601
4602 2003-02-09 [martin]     0.8.9claws50
4603
4604         * src/prefs_matcher.c
4605                 fix segfault in prefs_matcher_substitute_cb() when
4606                 no row is selected
4607
4608 2003-02-09 [paul]       0.8.9claws49
4609
4610         * src/folderview.c
4611                 fix bug where a newsgroup folder's processing rules were
4612                 merged with the global filtering rules when the newsgroup
4613                 folder was deleted, causing some seriously bad results,
4614                 see <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=180253>
4615
4616 2003-02-08 [melvin]     0.8.9claws48
4617
4618         * src/compose.c
4619                 Corrected and modified an alert message.
4620
4621 2003-02-07 [paul]       0.8.9claws47
4622
4623         * src/folderview.c
4624                 fix bug where both an 'Account properties' window and a
4625                 'Folder properties' window were opened when clicking on
4626                 'Properties' in an NNTP or IMAP folder's popup menu.
4627
4628 2003-02-07 [paul]       0.8.9claws46
4629
4630         * sync with 0.8.10cvs6
4631                 see ChangeLog 2003-02-06
4632
4633 2003-02-06 [christoph]  0.8.9claws45
4634
4635         * src/mbox.c
4636                 freeze folder updates while importing mbox files
4637                 (closes bug 43 importing mbox took hours)
4638                 
4639         Patch submitted by Jens Rantil <jens.rantil@telia.com>
4640
4641 2003-02-06 [thorsten]   0.8.9claws44
4642
4643         * po/de.po
4644                 Updated german translations
4645
4646 2003-02-06 [thorsten]   0.8.9claws43
4647
4648         * src/news.h
4649                 use guint for message numbers (fix count in grouplist dialog)
4650
4651 2003-02-05 [paul]       0.8.9claws42
4652
4653         * sync with 0.8.10cvs2
4654                 see ChangeLog 2003-02-05
4655
4656 2003-02-04 [colin]      0.8.9claws41
4657
4658         * src/prefs_common.[ch]
4659           src/procmsg.c
4660           src/summaryview.c
4661                 Add an option to disable threading by subject
4662
4663 2003-02-04 [christoph]  0.8.9claws40
4664
4665         * src/inc.c
4666                 only abort fetching mails from multiple accounts when the
4667                 error is fatal and does not allow to check any more accounts
4668                 (currently only disk full error)
4669
4670         (closes bug 31 after POP3 error: "no such mail" Sylpheed does not
4671          receive mails for other accouts)
4672
4673 2003-02-04 [christoph]  0.8.9claws39
4674
4675         * src/folder.c
4676                 first add the new message to the cache, then
4677                 send the update notification
4678
4679         (closes bug 39 after sending message folderview doesnt get updated)
4680
4681 2003-02-04 [colin]      0.8.9claws38
4682
4683         * src/inc.c
4684                 _really_ fix this Connecting... status
4685
4686 2003-02-04 [paul]       0.8.9claws37
4687
4688         * sync with 0.8.10
4689                 see ChangeLog 2003-02-04
4690
4691 2003-02-04 [paul]       0.8.9claws36
4692
4693         * sync with 0.8.9cvs6
4694                 see ChangeLog 2003-02-03
4695
4696 2003-02-04 [paul]       0.8.9claws35
4697
4698         * po/pt_BR.po
4699                 updated by André Filipe de Assunção e Brito 
4700                 <bedecko@netsite.com.br>
4701
4702 2003-02-03 [thorsten]   0.8.9claws34
4703
4704         * po/de.po
4705                 Updated german translations
4706
4707 2003-02-02 [paul]       0.8.9claws33
4708
4709         * po/es.po
4710                 updated by Ricardo Mones Lastra
4711
4712 2003-02-02 [thorsten]   0.8.9claws32
4713
4714         * src/mh.c
4715                 Fix mh_get_msginfo() segfault if file is inaccessible
4716
4717 2003-01-31 [colin]      0.8.9claws31
4718
4719         * src/procheader.c
4720                 Fix last commit's bug
4721
4722 2003-01-31 [colin]      0.8.9claws30
4723
4724         * src/procheader.c
4725                 Missing a change for gpg-signed messages
4726
4727 2003-01-31 [paul]       0.8.9claws29
4728
4729         * src/pixmaps/gpg_signed.xpm    ** NEW FILE **
4730           src/procheader.c
4731           src/stock_pixmap.[ch]
4732           src/summaryview.c
4733                 indicate GnuPG signed messages by displaying an icon
4734                 in the Attachment column.
4735
4736 2003-01-31 [paul]       0.8.9claws28
4737
4738         * sync with 0.8.9cvs4
4739                 see ChangeLog 2003-01-31
4740
4741 2003-01-31 [alfons]     0.8.9claws27
4742
4743         * src/textview.c
4744                 tune URI parser to accept mailto URLs with a '?'
4745                 (patch from Ruslan Balkin)
4746
4747 2003-01-31 [colin]      0.8.9claws26
4748
4749         * src/summaryview.c
4750                 Fix a leak introduced in claws24
4751
4752 2003-01-31 [colin]      0.8.9claws25
4753
4754         * src/summaryview.c
4755                 Freeze/Thaw folder updates when deleting dups
4756
4757 2003-01-31 [colin]      0.8.9claws24
4758         
4759         * src/addr_compl.c
4760           src/summaryview.c
4761           src/msgcache.c
4762                 little speed improvements
4763
4764 2003-01-31 [colin]      0.8.9claws23
4765
4766         * src/summaryview.c
4767                 Fix segfault when forwarding nothing
4768                 Patch from "Ruslan N. Balkin" <baron@voices.ru>
4769                 
4770 2003-01-30 [paul]       0.8.9claws22
4771
4772         * sync with 0.8.9cvs3
4773                 see ChangeLog 2003-01-30
4774
4775 2003-01-30 [paul]       0.8.9claws21
4776
4777         * sync with 0.8.9cvs2
4778                 see ChangeLog 2003-01-30
4779
4780 2003-01-29 [paul]       0.8.9claws20
4781
4782         * sync with 0.8.9cvs1
4783                 see ChangeLog 2003-01-29
4784
4785 2003-01-28 [paul]       0.8.9claws19
4786
4787         * po/POTFILES.in
4788                 update to reflect changes. 
4789                 thanks to Ricardo Mones Lastra
4790
4791 2003-01-27 [christoph]  0.8.9claws18
4792
4793         * ac/openssl.m4
4794         * ac/spamassassin.m4
4795         * src/plugins/spamassassin/README
4796         * src/plugins/spamassassin/libspamc.[ch]
4797         * src/plugins/spamassassin/utils.[ch]
4798                 updated to latest libspamc
4799
4800 2003-01-27 [christoph]  0.8.9claws17
4801
4802         * src/folder.c
4803                 fix wrong use of procheader_get_header_fields
4804
4805 2003-01-27 [christoph]  0.8.9claws16
4806
4807         * src/news.c
4808         * src/prefs_account.[ch]
4809         * src/common/nntp.[ch]
4810                 allow to force authentication for NNTP servers
4811
4812         Patch submitted by Florian Mickler <dmk@d-labs.de>
4813
4814 2003-01-26 [paul]       0.8.9claws15
4815
4816         * src/summaryview.c
4817                 speed up of marking messages as read
4818                 patch submitted by Jens Rantil <ztyx@users.sourceforge.net>
4819
4820 2003-01-26 [christoph]  0.8.9claws14
4821
4822         * src/Makefile.am
4823         * src/mgutils.[ch]              ** REMOVE **
4824         * src/xml.[ch]                  ** REMOVE **
4825         * src/xmlprops.[ch]             ** REMOVE **
4826         * src/common/Makefile.am
4827         * src/common/mgutils.[ch]       ** NEW **
4828         * src/common/xml.[ch]           ** NEW **
4829         * src/common/xmlprops.[ch]      ** NEW **
4830                 move xml files to common directory
4831
4832 2003-01-26 [christoph]  0.8.9claws13
4833
4834         * src/plugins/spamassassin/spamassassin_gtk.c
4835                 only set gtk entry text if string is available
4836
4837 2003-01-26 [melvin]     0.8.9claws12
4838
4839         * src/description_window.c
4840                 Allow resizing of the window
4841                 Allow automatic horizontal scroll bar
4842                 Do not vertically expand and fill
4843
4844 2003-01-26 [christoph]  0.8.9claws11
4845
4846         * src/Makefile.am
4847         * src/gtkutils.[ch]             ** REMOVE **
4848         * src/common/sylpheed.c
4849         * src/gtk/Makefile.am
4850         * src/gtk/description_window.c
4851         * src/gtk/gtkutils.[ch]         ** NEW **
4852         * src/gtk/prefswindow.c
4853                 move gtkutils to gtk directory
4854
4855 2003-01-26 [paul]       0.8.9claws10
4856
4857         * src/summaryview.c
4858                 rename summary_unread_clicked() to summary_status_clicked()
4859
4860 2003-01-26 [melvin]     0.8.9claws9
4861
4862         * src/prefs_actions.c
4863                 Cosmetical changes to the help text
4864
4865 2003-01-26 [paul]       0.8.9claws8
4866
4867         * src/folder.[ch]
4868           src/mainwindow.c
4869           src/prefs_common.c
4870           src/prefs_sumamry_column.c
4871           summaryview.[ch]
4872                 rename the 'Unread' column to 'Status'
4873
4874 2003-01-25 [match]      0.8.9claws7
4875
4876         * src/mgutils.[ch]
4877                 removed reference to LDAP constants. removed error2string.
4878                 included functions to support LDAP dynamic queries.
4879         * src/syldap.h
4880                 moved LDAP constants here.
4881         * src/addressbook.c
4882         * src/addrindex.c
4883         * src/importldif.c
4884                 removed references to LDAP constants and references to
4885                 error2string.
4886
4887 2003-01-25 [paul]       0.8.9claws6
4888
4889         * src/summaryview.c
4890                 summary_thread_build(), summary_thread_init(): remove 
4891                 unneeded reference to summaryview->folder_item
4892
4893 2003-01-25 [christoph]  0.8.9claws5
4894
4895         * src/gtk/description_window.c
4896                 o allow description texts to expand over multiple columns
4897                 o translate all columns
4898         * src/prefs_actions.c
4899                 change syntax description to use new multi column feature
4900
4901         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
4902
4903 2003-01-25 [match]      0.8.9claws4
4904
4905         * src/vcard.c
4906                 fixed bug with Quoted-Printable
4907
4908 2003-01-25 [paul]       0.8.9claws3
4909
4910         * src/folder.[ch]
4911           src/summaryview.[ch]
4912                 implement per-folder collapsed/expanded threads setting
4913                 
4914         * src/prefs_common.c
4915                 remove global collapsed/expanded threads option
4916
4917 2003-01-25 [christoph]  0.8.9claws2
4918
4919         * po/POTFILES.in
4920                 add pluginwindow and prefswindow
4921         * src/compose.c
4922                 make send respond correctly to messages that could be added
4923                 to the queue folder, but the UID of the message is unknown
4924         * src/folder.c
4925         * src/imap.c
4926                 don't return guessed UIDs in imap_add_msg anymore. We return
4927                 0 to tell the folder system it was appened but the UID is
4928                 unknown. Folder system now get's the UID by scaning the folder
4929                 and searching the cache for the Message-ID
4930                 (closes bug #29 Messages queued, but not sent)
4931
4932 2003-01-25 [paul]       0.8.9claws1
4933
4934         * src/codeconv.c
4935                 conv_encode_header():  fix bug when long headers with 8-bit
4936                 characters are used, so that the encoded words are wrapped.
4937                 If the space in the original text falls on the wrap boundary,
4938                 it can be lost.
4939                 Patch by Sergey Vlasov.
4940                 
4941         * src/folderview.c
4942                  fix bug where a change to the sorting method or thread view
4943                  of a folder's messages is lost if simpify-subject is set and
4944                  toggled on or off.
4945                  Patch by Luke Plant.
4946
4947 2003-01-24 [paul]       0.8.9claws
4948
4949         * sylpheed-0.8.9claws released
4950         
4951         * Makefile.am
4952           sylpheed.spec.in
4953                 remove reference to 'INSTALL.jp'
4954
4955 2003-01-23 [paul]       0.8.8claws128
4956
4957         * po/es.po
4958           po/it.po
4959           po/ru.po
4960           po/sr.po
4961                 updated translations. submitted by Ricardo Mones Lastra,
4962                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively.
4963
4964 2003-01-23 [colin]      0.8.8claws127
4965
4966         * src/compose.c
4967                 Fix drafted and queued news articles re-edition
4968
4969 2003-01-23 [melvin]     0.8.8claws126
4970
4971         * po/fr.po
4972                 Updated French translations
4973
4974 2003-01-23 [colin]      0.8.8claws125
4975
4976         * src/inc.c
4977                 Fix "Connecting to..." status message
4978
4979 2003-01-22 [paul]       0.8.8claws124
4980
4981         * po/bg.po
4982                 updated by George Danchev
4983                 
4984         * src/folder.c
4985                 revert last commit [0.8.8claws111] as it breaks folder d'n'd
4986                 and folder deletion
4987
4988 2003-01-21 [paul]       0.8.8claws123
4989
4990         * po/bg.po
4991                 updated by George Danchev
4992                 
4993         * src/about.c
4994                 its now 2003
4995                 
4996         * src/toolbar.c
4997                 don't translate 'Separator'
4998                 
4999         * src/plugins/spamassassin/Makefile.am
5000                 add aspell to CPPFLAGS
5001                 
5002         * src/plugins/spamassassin/spamassassin.c
5003           src/plugins/spamassassin/spamassassin_gtk.c
5004                 set correct default for spamassassin_receive_spam
5005                 slightly re-word descriptions and some
5006                 other minor changes
5007
5008 2003-01-19 [alfons]     0.8.8claws122
5009                 
5010         * src/mimeview.c
5011                 mimeview_save_as(): we might as well show the file name for
5012                 the single case "Save As" too
5013
5014 2003-01-19 [alfons]     0.8.8claws121
5015
5016         * src/crash.c
5017                 change bug tracker URL to bugzilla URL
5018
5019 2003-01-19 [alfons]     0.8.8claws120
5020
5021         * src/mimeview.c
5022                 mimeview_save_all(): display name of file before overwriting;
5023                 continue saving all, even when one overwrite was cancelled
5024
5025 2003-01-19 [christoph]  0.8.8claws119
5026
5027         * src/summaryview.c
5028         * src/procmsg.[ch]
5029                 fix wrong usage of procmsg_find_children in summaryview
5030                 by using procmsg_update_unread_children instead of
5031                 summaryview_update_unread_children
5032
5033 2003-01-19 [christoph]  0.8.8claws118
5034
5035         * src/procmsg.c
5036                 fix infinite loop in procmsg_find_children
5037                  (closes bug #25 sylpheed crashes on delete.)
5038
5039         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
5040
5041 2003-01-19 [paul]       0.8.8claws117
5042
5043         * po/pt_BR.po
5044                 updated by Ivan Francolin Martinez
5045
5046 2003-01-18 [melvin]     0.8.8claws116
5047
5048         * src/prefs_actions.c
5049                 Removed syntax limitation of only one '&' at the end of command.
5050                         Now actions that contain '>/dev/null 2>&1' are possible.
5051
5052 2003-01-18 [melvin]     0.8.8claws115
5053
5054         * src/prefs_actions.c
5055                 Actions IO dialog: when the action ends
5056                 the "Close" button now has focus and [Escape] closes the
5057                 window.
5058
5059 2003-01-18 [christoph]  0.8.8claws114
5060
5061         * src/procmsg.c
5062                 o add debug output when MsgInfos are really freed
5063                 o free GSLists in procmsg_find_children and
5064                   procmsg_update_unread_children
5065
5066 2003-01-18 [christoph]  0.8.8claws113
5067
5068         * src/mainwindow.c
5069                 reorder Configuration menu
5070
5071 2003-01-18 [christoph]  0.8.8claws112
5072
5073         * src/compose.c
5074                 fix applying templates to forwarded messages
5075
5076         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
5077
5078 2003-01-17 [christoph]  0.8.8claws111
5079
5080         * src/folder.c
5081                 destroy folder items, when a folder item is removed
5082
5083 2003-01-17 [christoph]  0.8.8claws110
5084
5085         * src/folder.c
5086                 fix wrong folder stats update when ignored message is
5087                 deleted
5088
5089 2003-01-17 [colin]      0.8.8claws109
5090         
5091         * src/mainwindow.c
5092         * src/summaryview.c
5093                 Quicksearch bugfixes: 
5094                 - hide help button at startup if not extended
5095                 - switch to extended when looking for replies
5096
5097 2003-01-17 [paul]
5098
5099         * sync with 0.8.9 release
5100
5101 2003-01-17 [paul]       0.8.8claws108
5102
5103         * sync with 0.8.8cvs11
5104                 see ChangeLog 2003-01-17
5105
5106 2003-01-16 [colin]      0.8.8claws107
5107
5108         * src/procmsg.c
5109                 Changed encryption test to re-ask passphrase
5110                 if an encrypted message hasn't been decrypted
5111                 Fixes bug #5
5112
5113 2003-01-16 [christoph]  0.8.8claws106
5114
5115         * src/prefs_gtk.c
5116         * src/prefs_toolbar.c
5117         * src/gtk/prefswindow.h
5118         * src/plugins/spamassassin/spamassassin_gtk.c
5119                 remove page destroy function that is not used anymore
5120
5121 2003-01-16 [paul]       0.8.8claws105
5122
5123         * sync with 0.8.8cvs9
5124                 see ChangeLog 2002-01-16
5125
5126 2003-01-16 [colin]      0.8.8claws104
5127
5128         * src/compose.[ch]
5129                 Fix bug with autosaved drafts for IMAP, when draft
5130                 folder is specified - fixes bugzilla bug #20
5131
5132 2003-01-15 [paul]       0.8.8claws103
5133
5134         * src/compose.[ch]
5135           src/procmsg.c
5136                 store folder and message-id of message forwarding
5137                 in queue header and set forward flag after sending
5138
5139 2003-01-15 [paul]       0.8.8claws102
5140
5141         * sync with 0.8.8cvs8
5142                 see ChangeLog 2002-01-15
5143
5144 2003-01-15 [colin]      0.8.8claws101
5145
5146         * src/Makefile.am
5147                 Fix linking with GNU libiconv
5148
5149 2003-01-15 [darko]      0.8.8claws100
5150
5151         * src/pine.c
5152                 fix crash when importing pine address book
5153                 entry with an empty name (reported by DY
5154                 <dybulk at tri8.net>)
5155
5156 2003-01-14 [paul]       0.8.8claws99
5157
5158         * configure.in  ** REMOVED **
5159           configure.ac  ** NEW FILE **
5160                 rename configure.in to configure.ac, as it is now
5161                 preferred
5162
5163 2003-01-14 [melvin]     0.8.8claws98
5164
5165         * src/folderview.c
5166                 folderview_check_new(): More precise function description
5167
5168 2003-01-14 [melvin]     0.8.8claws97
5169
5170         * src/folderview.c
5171                 folderview_check_new(): return the number of new messages 
5172                         since last check.
5173         * src/inc.c
5174                 inc_account_mail(): Disable counting of new messages for IMAP
5175                         and NNTP until bug [19] and [14] are fixed.
5176
5177 2003-01-14 [paul]       0.8.8claws96
5178
5179         * sync with 0.8.8cvs6
5180                 see ChangeLog 2003-01-14
5181
5182 2003-01-13 [alfons]     0.8.8claws95
5183
5184         * src/textview.c
5185                 tune email address validation (c. 0.8.8claws89): if . is 
5186                 just one char away from @, the address is invalid too 
5187                 (correctly rejects addresses like foo@.com)
5188
5189 2003-01-13 [paul]       0.8.8claws94
5190
5191         * src/messageview.c
5192           src/toolbar.c
5193                 fixes to the Message View toolbar and menu:
5194                 fix non-functioning Forward button
5195                 make Reply button consider default_reply_list
5196                 remove 'Follow-up...' menu entry
5197                 add 'Forward' and 'Redirect' menu entries
5198
5199 2003-01-13 [melvin]     0.8.8claws93
5200
5201         * src/inc.c
5202                 Fixed typo that could make new messages count incorrect.
5203
5204 2003-01-13 [melvin]     0.8.8claws92
5205
5206         * src/folderview.[ch]
5207                 folderview_check_new(): return the number of new messages.
5208         * src/inc.c
5209                 Should fix bug [14] where new mail notification worked 
5210                         incorrectly with IMAP accounts.
5211                 inc_spool_account(): return number of new msgs, or -1 on error
5212                 inc_all_spool(): return number of new msgs
5213                 
5214 2003-01-13 [melvin]     0.8.8claws91
5215
5216         * src/prefs_actions.c
5217                 Justify help text.
5218
5219 2003-01-12 [thorsten]   0.8.8claws90
5220
5221         * src/common/prefs.c
5222                 close file before rename
5223
5224 2003-01-12 [alfons]     0.8.8claws89
5225
5226         * AUTHORS
5227                 add Christian Mertes
5228         * src/common/utils.[ch]
5229                 g_stricase_hash(), g_stricase_equal(): functions for 
5230                 case insensitive hash tables
5231         * src/textview.c
5232                 use top level domain names to validate email address, based
5233                 on a patch by Christian Mertes (thanks!), but changed 
5234                 implementation to use a hash table 
5235
5236 2003-01-12 [paul]       0.8.8claws88
5237
5238         * po/bg.po
5239                 updated by George Danchev
5240
5241 2003-01-12 [alfons]     0.8.8claws87
5242
5243         * src/summaryview.c
5244                 delete / execute performance: use new style folder update
5245
5246 2003-01-12 [paul]       0.8.8claws86
5247
5248         * sync with 0.8.8cvs5
5249                 see ChangeLog 2003-01-13 (!)
5250
5251 2003-01-12 [alfons]     0.8.8claws85
5252
5253         * src/filtering.c
5254         * src/matcher_parser_parse.y
5255                 prepare change_score filtering action
5256         * src/matcher.[ch]
5257                 give up const-correctness on functions that call non-const-correct functions;
5258                 several casts to gpointer in g_free();
5259                 add change_score;
5260
5261 2003-01-12 [christoph]  0.8.8claws84
5262
5263         * src/compose.c
5264                 fix 2 warnings
5265
5266         * src/gtk/prefswindow.[ch]
5267         * src/plugins/spamassassin/spamassassin_gtk.c
5268                 changed the call of the widget create function
5269                 for PrefsPages, because sometimes the widget
5270                 create function needs a widget that already has
5271                 been attached to a window (to create GDK pixmaps
5272                 for exmaple). So we simply pass the GtkWindow as
5273                 the second parameter now.
5274
5275         * src/main.c
5276         * src/mainwindow.c
5277         * src/prefs_toolbar.[ch]
5278                 rewrite Toolbar Preferences using the new
5279                 prefs window
5280
5281 2003-01-11 [alfons]     0.8.8claws83
5282
5283         * src/addressadd.c
5284                 fix crash when adding sender to addressbook because status bar
5285                 isn't there (the status bar doesn't seem to be used though,
5286                 but I'll let Match decide what to do with it)
5287
5288 2003-01-11 [colin]      0.8.8claws82
5289
5290         * src/main.c
5291           src/toolbar.c
5292                 Two useless changes reversed
5293
5294 2003-01-11 [colin]      0.8.8claws81
5295
5296         * src/mainwindow.c
5297           src/mainwindow.h
5298                 Add mainwindow_get_mainwindow()
5299         * src/alertpanel.c
5300           src/alertpanel.h
5301                 Add alertpanel_error_log() 
5302         * src/compose.c
5303           src/inc.c
5304           src/messageview.c
5305           src/toolbar.c
5306           src/main.c
5307           src/procmsg.c
5308                 Network errors get a View Log button
5309
5310 2003-01-10 [alfons]     0.8.8claws80
5311
5312         * src/prefs_toolbar.c
5313         * src/toolbar.c
5314                 use the translatable string for "Separator" as file name for
5315                 separator toolbar items (probably make this uppercase?)
5316
5317 2003-01-10 [alfons]     0.8.8claws79
5318
5319         * src/prefs_toolbar.c
5320                 put right A_SEPARATOR description string in "displayed
5321                 toolbar items list" so manually added separators are
5322                 saved correctly (bug #10, "Adding a separator to the main 
5323                 toolbar fails, entry in xml file is wrong")
5324
5325 2003-01-10 [christoph]  0.8.8claws78
5326
5327         * src/imap.c
5328                 o fix warnings
5329                 o use CAPABILITY to check if NAMESPACE is available
5330
5331 2003-01-10 [christoph]  0.8.8claws77
5332
5333         * src/imap.[ch]
5334                 apply UIDPLUS IMAP extension support patch
5335
5336         Patch submitted by Simon 'corecode' Schubert
5337
5338 2003-01-10 [paul]       0.8.8claws76
5339
5340         * src/folderview.c
5341                 a sync from main which fixes the news account folders'
5342                 Properties bug
5343
5344 2003-01-10 [christoph]  0.8.8claws75
5345
5346         * src/folder.c
5347                 don't accept 0 as a valid uid returned by copy and move
5348                 functions. 0 means the message was copied or moved but the
5349                 new uid could not be fetched. It is not an error condition
5350                 for the copy or move operation.
5351
5352 2003-01-10 [paul]       0.8.8claws74
5353
5354         * src/prefs_filtering.c
5355                 change English used in Alert when entry is not
5356                 saved.
5357                 
5358         * sync with 0.8.8cvs4
5359                 see ChangeLog 2003-01-10
5360
5361 2003-01-10 [darko]      0.8.8claws73
5362
5363         * src/pine.c
5364                 fix crash when importing address book entry
5365                 without a valid address
5366
5367 2003-01-09 [alfons]     0.8.8claws72
5368
5369         * src/inc.c
5370                 filtering performance: use new style folder update
5371
5372 2003-01-09 [christoph]  0.8.8claws71
5373
5374         * src/compose.c
5375         * src/gtk/menu.[ch]
5376                 fix wrong selecting of mime encoding type, when
5377                 opening property dialog of attachments in the
5378                 compose window. 7bit was always selected and that
5379                 destoryed files with 8bit data.
5380                 (closes bug #9 Sylpheed-claws destroys attachments when
5381                  changing MIME-types)
5382
5383 2003-01-09 [paul]       0.8.8claws70
5384
5385         * sync with 0.8.8cvs3
5386                 see ChangeLog 2003-01-09
5387
5388 2003-01-08 [alfons]     0.8.8claws69
5389         
5390         * src/addressadd.c
5391                 apply patch by Kim Schulz to fix build breakage
5392                 because of missing variable
5393
5394 2003-01-08 [paul]       0.8.8claws68
5395
5396         * sync with 0.8.8cvs2
5397                 see ChangeLog 2002-01-08
5398
5399 2003-01-08 [paul]       0.8.8claws67
5400
5401         * po/it.po
5402                 updated by Alessandro Maestri
5403                 
5404         * src/addressadd.c
5405                 when using 'Add sender to addressbook' allow
5406                 name to be edited and remarks to be entered
5407                 Patch submitted by Luke Plant
5408
5409 2003-01-08 [darko]      0.8.8claws66
5410
5411         * README.claws, src/summaryview.c
5412                 fix description for marked messages
5413
5414 2003-01-08 [paul]
5415
5416         * tools/Makefile.am
5417           tools/launch_phoenix  ** NEW FILE **
5418                 add script that enables using Phoenix as the default
5419                 web browser. 
5420                 Submitted by Mohammed Sameer <Uniball@linux-egypt.org>
5421                 
5422         * tools/OOo2sylpheed.pl
5423                 remove full path to sylpheed executable, just 'sylpheed'
5424                 will do
5425                 
5426         * tools/README
5427                 add launch_phoenix informtion and re-arrange and compress
5428                 the data a little
5429
5430 2003-01-07 [christoph]  0.8.8claws65
5431
5432         * src/folder.c
5433                 fix update for source folder when moving messages
5434         * src/procmsg.[ch]
5435         * src/summaryview.c
5436                 use function to set to_folder for message infos and
5437                 automatically update the op_count for old and new
5438                 folder
5439
5440 2003-01-07 [melvin]     0.8.8claws64
5441
5442         * src/prefs_actions.c
5443                 Fixed bug where an '%p' Action on a displayed image crashed 
5444                         Sylpheed
5445                 Code clean up (get rid of duplicated code and removed unnecessary 
5446                                 structure member)
5447
5448 2003-01-07 [christoph]  0.8.8claws63
5449
5450         * src/compose.c
5451         * src/folder.[ch]
5452         * src/folderview.c
5453         * src/import.c
5454         * src/inc.c
5455         * src/main.c
5456         * src/mainwindow.c
5457         * src/messageview.c
5458         * src/prefs_folder_item.c
5459         * src/procmsg.c
5460         * src/summaryview.c
5461         * src/toolbar.c
5462                 o remove all folder update triggering from the UI code. The folder
5463                   system should know much better when a folder needs an update.
5464                 o to prevent multiple updates in a row the folder updates can be
5465                   frozen for some time.
5466
5467                 Note: - Please verify that no updates are missing
5468                       - Check where freeze/thaws should be added
5469
5470 2003-01-07 [christoph]  0.8.8claws62
5471
5472         * src/prefs_actions.c
5473                 don't translate empty strings
5474
5475         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
5476
5477 2003-01-06 [christoph]  0.8.8claws61
5478
5479         * src/prefs_actions.c
5480                 mark strings for gettext
5481         * src/prefs_matcher.c
5482                 use new description window for Execute action and
5483                 match condition in Filtering
5484
5485         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
5486
5487 2003-01-06 [alfons]     0.8.8claws60
5488
5489         keep myself inspired to re-organize matcher part 8; 
5490         yes, more to come (I need to move out the descriptive
5491         text for actions to matcher.c, or at least make it not
5492         depend on the wicked ordering)
5493
5494         * src/prefs_matcher.c
5495                 add documentation so others may comprehend the
5496                 UI part of the conditions
5497                 
5498 2003-01-06 [christoph]  0.8.8claws59
5499
5500         * src/prefs_actions.c
5501                 use new description window for syntax help
5502         * src/gtk/description_window.c
5503                 fix display of descriptions with column count != 2
5504
5505         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
5506
5507 2003-01-06 [christoph]  0.8.8claws58
5508
5509         * src/quote_fmt.c
5510         * src/summaryview.[ch]
5511         * src/gtk/Makefile.am
5512         * src/gtk/description_window.[ch]       ** NEW **
5513                 use a generic window to display syntax descriptions
5514                 currently used in quote_fmt and summaryview (new description
5515                 for extended quick search)
5516
5517         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
5518
5519 2003-01-06 [paul]       0.8.8claws57
5520
5521         * sync with 0.8.8cvs1
5522                 see ChangeLog 2003-01-06
5523
5524 2003-01-06 [christoph]  0.8.8claws56
5525
5526         * src/mainwindow.c
5527         * src/prefs_gtk.[ch]
5528         * src/gtk/prefswindow.[ch]
5529         * src/plugins/spamassassin/spamassassin_gtk.c
5530                 o remove page management from prefswindow, pages
5531                   will be an argument to prefswindow_open
5532                 o prefswindow_open gets a datapointer that is
5533                   passed to the widget_create function to allow
5534                   creation of prefswindow for specific items
5535
5536 2003-01-06 [colin]      0.8.8claws55
5537         
5538         * src/summaryview.c
5539                 We don't want regexp in the reply-finder, 
5540                 because MIDs can contain !,$,. and so on
5541
5542 2003-01-06 [jens]       0.8.8claws54
5543
5544         * src/jpilot.c
5545                 fixed a wrong free in jpilot_read_db_files
5546
5547 2003-01-06 [alfons]     0.8.8claws53
5548
5549         re-organize matcher part 8; more to come
5550        
5551         * src/matcher.c
5552                 matcherprop_to_string(): put g_free()s before the
5553                 switch-case break to fix memleaks                
5554
5555 2003-01-06 [colin]      0.8.8claws52
5556
5557         * src/summaryview.c
5558                 cleanup & reply-finder now displays the first 
5559                 matching message
5560
5561 2003-01-05 [alfons]     0.8.8claws51
5562
5563         re-organize matcher part 7; more to come
5564
5565         * src/matcher.[ch]
5566                 fixes for constant correctness;
5567                 more documentation;
5568
5569 2003-01-05 [alfons]     0.8.8claws50
5570
5571         re-organize matcher part 6; more to come
5572         
5573         * src/matcher.[ch]
5574                 fixes for constant correctness;
5575                 more documentation;
5576         * src/filtering.c
5577                 fix for constant correctness
5578
5579 2003-01-05 [colin]      0.8.8claws49
5580
5581         * src/account.[ch]
5582                 Add account_get_reply_account function
5583         * src/compose.c
5584                 Use account_get_reply_account function 
5585         * src/summaryview.c
5586                 Basic reply-finder - click on the replied
5587                 icon gets you to the outbox using quick-search
5588
5589 2003-01-05 [paul]       0.8.8claws48
5590
5591         * src/prefs_common.c
5592                 small change to English
5593                 
5594         * src/prefs_filtering.c
5595                 prefs_filtering_action_select(): improve logic and uniformity
5596                 of gui
5597
5598 2003-01-05 [alfons]     0.8.8claws47
5599
5600         fine tune solution to focus problems (bug #7)
5601
5602         * src/mainwindow.c
5603                 mainwindow_focus_in_event(): remove grab event check
5604         * src/summaryview.c
5605                 summary_button_pressed(): move selection on right-click
5606                 too. we can't possibly move the selection back after
5607                 canceling a dialog, because gtk's incomplete focus 
5608                 management. whether this is a good solution, only time
5609                 will tell.
5610
5611 2003-01-05 [christoph]  0.8.8claws46
5612
5613         * src/imap.c
5614                 fix crash when no imap connection could be established
5615
5616 2003-01-05 [paul]       0.8.8claws45
5617
5618         * src/mainwindow.c
5619           src/sumamryview.c
5620           src/gtk/menu.[ch]
5621                 fix bug 605957 'shortcuts in popup-menu'
5622                 make user-defined shortcuts work
5623                 show shortcuts that are already defined
5624                 in the main menu
5625                 Patch submitted by Luke Plant
5626
5627 2003-01-05 [alfons]     0.8.8claws44
5628
5629         * src/mainwindow.c
5630                 focus_in_event handler should not select summary view row 
5631                 when another window (menu, dialog) grabbed for events 
5632                 (bug #7, "[0.8.8claws42] Message summary focus") 
5633
5634 2003-01-04 [christoph]  0.8.8claws43
5635
5636         * src/procmsg.c
5637                 update save folder after adding the sent message
5638                  (closes bug #6 Folder View doesn't refresh for "Sent"-messages)
5639
5640 2003-01-02 [christoph]  0.8.8claws42
5641
5642         * src/common/plugin.c
5643                 fix unloading of all plugins and unload
5644                 plugins in reverse order
5645                 
5646         * src/gtk/pluginwindow.c
5647                 implement function of load and unload button
5648
5649         * src/gtk/prefswindow.c
5650         * src/gtk/prefswindow.h
5651                 rename register function and add new unregister
5652                 function
5653
5654         * src/plugins/spamassassin/spamassassin_gtk.c
5655                 unregister prefs page and update for changes in
5656                 src/gtk/prefswindow.c
5657
5658 2003-01-02 [paul]       0.8.8claws41
5659
5660         * po/es.po
5661                 updated by Ricardo Mones Lastra
5662
5663 2003-01-02 [paul]
5664
5665         * tools/tb2sylpheed
5666                 fixes and improvements by Urke MMI
5667
5668 2003-01-02 [thorsten]   0.8.8claws40
5669
5670         * src/procmsg.c
5671                 fixed wrong return value
5672
5673 2003-01-02 [thorsten]   0.8.8claws39
5674
5675         * src/prefs.c
5676                 fixed printing wrong variable
5677
5678 2003-01-02 [thorsten]   0.8.8claws38
5679
5680         * src/prefs.c
5681                 fixed acessing members of freed pfile struct
5682
5683 2003-01-02 [thorsten]   0.8.8claws37
5684
5685         * src/procmsg.c
5686                 detect loops across several messages
5687                 as suggested by Christoph Hohmann
5688
5689 2003-01-01 [match]      0.8.8claws36
5690
5691         * src/addrindex.c
5692                 fixed another memory leak.
5693
5694 2003-01-01 [match]      0.8.8claws35
5695
5696         * src/jpilot.[ch]
5697                 fixed memory leaks. applied Doxygen comments.
5698
5699 2003-01-01 [thorsten]   0.8.8claws34
5700
5701         * src/procmsg.c
5702                 inhibit endless loop if msg references itself
5703                 (closes Bug [ 660477 ] Infinite loop in parent flag search)
5704
5705 2003-01-01 [christoph]  0.8.8claws33
5706
5707         * src/mainwindow.c
5708         * src/gtk/Makefile.am
5709         * src/gtk/pluginwindow.c                ** NEW **
5710         * src/gtk/pluginwindow.h                ** NEW **
5711                 add plugin window
5712
5713         * src/plugins/demo/demo.c
5714         * src/plugins/spamassassin/spamassassin.c
5715         * src/plugins/spamassassin/spamassassin_gtk.c
5716                 write better plugin descriptions
5717
5718 2002-12-31 [christoph]  0.8.8claws32
5719
5720         * src/gtk/prefswindow.c
5721         * src/plugins/spamassassin/spamassassin_gtk.c
5722                 some small improvements to GTK code
5723
5724 2002-12-31 [christoph]  0.8.8claws31
5725
5726         * src/plugins/spamassassin/spamassassin_gtk.c
5727                 enable folder select button
5728
5729 2002-12-31 [christoph]  0.8.8claws30
5730
5731         * src/mainwindow.c
5732         * src/gtk/Makefile.am
5733         * src/gtk/prefswindow.c                         ** NEW **
5734         * src/gtk/prefswindow.h                         ** NEW **
5735                 add new prefs window
5736
5737         * src/common/plugin.c
5738                 don't try to load empty config lines
5739         
5740         * src/plugins/spamassassin/Makefile.am
5741         * src/plugins/spamassassin/spamassassin.c
5742         * src/plugins/spamassassin/spamassassin.h       ** NEW **
5743         * src/plugins/spamassassin/spamassassin_gtk.c   ** NEW **
5744                 GTK config for SpamAssassin Plugin using
5745                 the new prefs window
5746
5747 2002-12-31 [paul]       0.8.8claws29
5748
5749         * po/POTFILES.in
5750                 remove obsolete entry 'src/menu.c'
5751
5752 2002-12-31 [alfons]     0.8.8claws28
5753
5754         * src/matcher.[ch]
5755         * src/matcher_parser_parse.y
5756         * src/prefs_matcher.c
5757                 add "ignore_thread" and "~ignore_thread" condition so it's
5758                 possible to make the actions / scoring operate on the ignore
5759                 thread flag
5760
5761 2002-12-31 [christoph]  0.8.8claws27
5762
5763         * src/addrbook.c
5764         * src/addrindex.c
5765         * src/folder.c
5766         * src/matcher.c
5767         * src/prefs_account.c
5768         * src/prefs_actions.c
5769         * src/prefs_customheader.c
5770         * src/prefs_display_header.c
5771         * src/prefs_gtk.c
5772         * src/procmime.c
5773         * src/toolbar.c
5774         * src/xmlprops.c
5775         * src/common/prefs.[ch]
5776                 extend prefs file handling for reading and automatic handling
5777                 of blocks. When reading prefs_set_block_label will automatically
5778                 move on to the block. When writing it will copy all other blocks
5779                 automatically
5780
5781         * src/common/plugin.c
5782                 Now loading plugin filenames from [Plugins] block in
5783                 sylpheed rc file
5784
5785 2002-12-30 [christoph]  0.8.8claws26
5786
5787         * src/common/hooks.[ch]
5788                 return abort status to caller of hooks_invoke
5789                 
5790         * src/inc.[ch]
5791                 invoke message filtering hook and stop
5792                 default handling when filter returns abort
5793
5794         * src/common/plugin.[ch]
5795         * src/plugins/demo/demo.c
5796                 modify plugin loader, because resolving symbols for strings
5797                 does not work correctly
5798         
5799         * configure.in
5800         * ac/spamassassin.m4                            ** NEW **
5801         * src/plugins/spamassassin/.cvsignore           ** NEW **
5802         * src/plugins/spamassassin/Makefile.am          ** NEW **
5803         * src/plugins/spamassassin/README               ** NEW **
5804         * src/plugins/spamassassin/libspamc.[ch]        ** NEW **
5805         * src/plugins/spamassassin/spamassassin.c       ** NEW **
5806         * src/plugins/spamassassin/utils.[ch]           ** NEW **
5807                 add spamassassin plugin, see src/plugins/spamassassin/README
5808                 for details
5809
5810 2002-12-29 [alfons]     0.8.8claws25
5811
5812         * src/mainwindow.c
5813                 when moving focus from a message view to the main 
5814                 window, don't forget to select the summary node
5815                 of the displayed message. should fix "[ 659103 ] 
5816                 focus-follows-mouse confuses sylpheed"
5817
5818 2002-12-29 [christoph]  0.8.8claws24
5819
5820         * src/Makefile.am
5821         * src/stringtable.[ch]          ** REMOVE **
5822         * src/common/Makefile.am
5823         * src/common/stringtable.[ch]   ** NEW **
5824                 move stringtable files to common directory
5825
5826 2002-12-29 [christoph]  0.8.8claws23
5827
5828         * src/Makefile.am
5829         * src/menu.[ch]                 ** REMOVE **
5830         * src/gtk/Makefile.am
5831         * src/gtk/menu.[ch]             ** NEW **
5832                 move menu files to gtk directory
5833
5834 2002-12-29 [match]      0.8.8claws22
5835
5836         * src/addressbook.c
5837         * src/syldap.c
5838                 moved UI specific code out of LDAP code into addressbook
5839                 UI code. fixed memory leak.
5840
5841 2002-12-29 [christoph]  0.8.8claws21
5842
5843         * src/folder.c
5844                 only check for IGNORED parent message when message is
5845                 not IGNORED itself
5846
5847 2002-12-29 [alfons]     0.8.8claws20
5848
5849         * src/summaryview.c
5850                 set gtksctree's anchor correct (immediate execute
5851                 changes the tree's layout, and anchor points at 
5852                 the incorrect row). fixes "[ 657233 ] multiple msg 
5853                 delete sometimes off by 1".
5854                 we probably have to look for more tree layout /
5855                 anchor glitches.
5856
5857 2002-12-29 [paul]       0.8.8claws19
5858
5859         * src/summaryview.c
5860                 fix bug [ 659054 ] incorrect sorting of 'From' column
5861                 when using 'display sender using address book'
5862                 thanks to Alfons and Luke Plant
5863
5864 2002-12-29 [christoph]  0.8.8claws18
5865
5866         * src/folder.c
5867         * src/procmsg.[ch]
5868                 check parent messages for IGNORE THREAD flag, when adding,
5869                 moving or copying messages to a folder
5870
5871 2002-12-27 [alfons]     0.8.8claws17
5872
5873         re-organize matcher part 5; more to come
5874
5875         * src/matcher.c
5876                 hash keywords in matchparser_tab 
5877
5878 2002-12-27 [alfons]     0.8.8claws16
5879
5880         re-organize matcher part 4; more to come
5881
5882         * src/matcher_parser.h
5883         * src/matcher_parser_lex.l
5884         * src/matcher_parser_parse.y
5885                 cleanup
5886
5887 2002-12-27 [alfons]     0.8.8claws15
5888
5889         re-organize matcher part 3; more to come
5890
5891         * src/matcher.[ch]
5892                 cleanup
5893
5894 2002-12-27 [alfons]     0.8.8claws14
5895
5896         re-organize matcher part 2; more to come but this should
5897         work. cc me if there are any regressions.
5898
5899         * src/matcher.h
5900                 add prototype for get_matchparser_tab_id()
5901         * src/matcher_parser_lex.l
5902                 look up keywords using matchparser_tab_id();
5903
5904 2002-12-27 [alfons]     0.8.8claws12
5905
5906         re-organize matcher part 1
5907
5908         * src/matcher.h
5909                 map yacc generated constants to sylpheed matcher constants
5910         * src/matcher.c
5911                 add function to find a matcher constant from a string
5912
5913 2002-12-27 [christoph]  0.8.8claws11
5914
5915         * src/compose.c
5916                 MENUITEM_ADD casts the 4th argument from integer to pointer
5917                 so it probably should not be a pointer, this means we
5918                 should use account id for it and not the account's pointer
5919
5920 2002-12-27 [paul]       0.8.8claws10
5921
5922         * src/mainwindow.c
5923                 remove unneeded 'GtkWidget *vbox'
5924                 
5925         * src/summaryview.c
5926                 further sync with 0.8.8 - make sort
5927                 by recipient work as expected
5928                 
5929         * NEWS
5930                 sync with 0.8.8
5931
5932 2002-12-27 [paul]       0.8.8claws9
5933
5934         * po/pt_BR.po
5935                 updated by Ivan F. Martinez
5936                 
5937 2002-12-27 [darko]      0.8.8claws8
5938
5939         * src/common/utils.c
5940                 added locked pattern to extended search
5941
5942 2002-12-27 [alfons]     0.8.8claws7
5943
5944         * src/prefs_matcher.[ch]
5945                 clean up
5946
5947 2002-12-26 [alfons]     0.8.8claws6
5948
5949         * src/matcher.[ch]
5950         * src/matcher_parser_lex.l
5951         * src/matcher_parser_parse.y
5952         * src/prefs_matcher.c
5953                 allow color label as a condition in the matcher
5954
5955 2002-12-26 [oliver]     0.8.8claws5
5956         
5957         * src/toolbar.c 
5958                 enable Addressbook for Main and Messageview
5959         * src/prefs_actions.c
5960                 enable actions in Messageview
5961
5962 2002-12-26 [christoph]  0.8.8claws4
5963
5964         * src/common/plugin.c
5965                 add a little debug output
5966         * configure.in
5967         * src/plugins/demo/Makefile.am
5968                 better use of automake
5969
5970 2002-12-26 [christoph]  0.8.8claws3
5971
5972         * src/Makefile.am
5973         * src/common/Makefile.am
5974                 fix "make distdir"
5975
5976 2002-12-26 [christoph]  0.8.8claws2
5977
5978         * configure.in
5979                 sort configure checks into common / gtk / plugins
5980         * po/POTFILES.in
5981                 add src/prefs_gtk.c
5982         * src/Makefile.am
5983                 add plugins SUBDIR
5984         * src/main.c
5985         * src/common/sylpheed.[ch]
5986                 added now sylpheed_done function for shutdown
5987         * src/common/Makefile.am
5988         * src/common/plugin.[ch]                ** NEW **
5989                 plugin loader and unloader
5990         * src/plugins/.cvsignore                ** NEW **
5991         * src/plugins/Makefile.am               ** NEW **
5992                 build plugins
5993         * src/plugins/demo/.cvsignore           ** NEW **
5994         * src/plugins/demo/Makefile.am          ** NEW **
5995         * src/plugins/demo/demo.c               ** NEW **
5996                 small demo plugin that installs a logtext hook and
5997                 outputs the log text to stdout
5998
5999 2002-12-26 [paul]       0.8.8claws1
6000
6001         * po/es.po
6002                 updated by Ricardo Mones Lastra
6003
6004 2002-12-26 [paul]       0.8.8claws
6005
6006         * 0.8.8claws released
6007
6008 2002-12-26 [paul]       0.8.7claws12
6009
6010         * po/bg.po
6011                 updated by George Danchev
6012
6013 2002-12-26 [paul]       0.8.7claws11
6014
6015         * po/POTFILES.in
6016                 remove unneeded 'src/prefs.c' entry 
6017
6018 2002-12-26 [paul]       0.8.7claws10
6019
6020         * src/codeconv.c
6021           src/mainwindow.c
6022                 sync with 0.8.8 release
6023         
6024         * src/folder.[ch]
6025           src/mh.c
6026           src/summaryview.c
6027                 partial sync with 0.8.8 release
6028         
6029
6030 2002-12-25 [alfons]     0.8.7claws9
6031
6032         * src/matcher.[ch]
6033         * src/matcher_parser_lex.l
6034         * src/matcher_parser_parse.y
6035         * src/prefs_matcher.c
6036                 add locked flag to possible filtering / matcher 
6037                 conditions (also a good example what should be
6038                 done to add a simple boolean condition)
6039
6040 2002-12-25 [christoph]  0.8.7claws8
6041
6042         * src/Makefile.am
6043         * src/account.[ch]
6044         * src/addrbook.c
6045         * src/addressbook.c
6046         * src/addrindex.c
6047         * src/filtering.c
6048         * src/folder.c
6049         * src/matcher.c
6050         * src/prefs.[ch]                ** REMOVE **
6051         * src/prefs_account.c
6052         * src/prefs_actions.c
6053         * src/prefs_common.c
6054         * src/prefs_customheader.c
6055         * src/prefs_display_header.c
6056         * src/prefs_filtering.c
6057         * src/prefs_folder_item.c
6058         * src/prefs_gtk.[ch]            ** NEW **
6059         * src/prefs_matcher.c
6060         * src/prefs_scoring.c
6061         * src/prefs_summary_column.c
6062         * src/procmime.c
6063         * src/selective_download.c
6064         * src/toolbar.c
6065         * src/common/Makefile.am
6066         * src/common/prefs.[ch]         ** NEW **
6067                 split prefs.[ch] into prefs_gtk.[ch] and common/prefs.[ch]
6068
6069 2002-12-24 [alfons]     0.8.7claws7
6070
6071         * src/summaryview.c
6072                 summary_thread_build(): fix real cause of the crash mentioned in
6073                 0.8.7claws3. use subject_XXX() and not g_hash_table_XXX() functions,
6074                 this way we get meaningful ctree nodes 
6075
6076 2002-12-24 [oliver]     0.8.7claws6
6077
6078         * src/mainwindow.[ch]
6079         * src/messageview.[ch]
6080         * src/compose.[ch]
6081         * src/inc.c
6082         * src/summaryview.c
6083                 changes to use updated toolbar handling
6084                 
6085 2002-12-24 [oliver]     0.8.7claws5
6086
6087         * src/toolbar.[ch]
6088                 generic toolbar handling
6089                 used ideas from Ivan Francolin Martinez (ivanfm@users.sourceforge.net)
6090         * src/prefs_toolbar.[ch]
6091                 adjust to handling
6092         
6093 2002-12-24 [oliver]     0.8.7claws4
6094         
6095         * src/stock_pixmap.[ch]
6096                 move SYLPHEED_LOGO to end of list in order 
6097                 to remove it from Custom Toolbar`s Icon View
6098
6099 2002-12-24 [alfons]     0.8.7claws3
6100
6101         * src/summaryview.c
6102                 summary_thread_build(): fix crash because of focus != selection 
6103                 after threading. when deleting the selection, gtk tries but fails 
6104                 to find the correct focusable element. we now force the selection
6105                 to be focused. this should solve the infamous bug reported by 
6106                 Jason Wojciechowski (bug "[ 633443 ] Crash on deleting messages"). 
6107                 a test case is available. 
6108
6109 2002-12-24 [darko]      0.8.7claws2
6110
6111         * src/summaryview.c
6112                 don't crash when unmarking message with unread children
6113
6114 2002-12-23 [christoph]  0.8.7claws1
6115
6116         * src/Makefile.am
6117         * src/common/Makefile.am
6118                 update Makefiles for moved intl.h, version.h and defs.h
6119         * src/imap.c
6120                 rewrite imap_session_get to avoid duplicate code
6121
6122 2002-12-23 [paul]       0.8.7claws
6123
6124         * Santa-Claws released
6125         
6126         * po/hu.po
6127           po/ru.po
6128                 squeeze in updated Hungarian and Russian translations.
6129                 Submitted by  Gál Zoltán and Ruslan N. Balkin
6130
6131 2002-12-23 [paul]       0.8.6claws129
6132
6133         * po/pl.po
6134                 updated by Witold Wladyslaw Wojciech Wilk
6135
6136 2002-12-23 [paul]       0.8.6claws128
6137
6138         * src/quote_fmt_parse.y
6139                 fix typo and add licence header
6140
6141 2002-12-23 [paul]       0.8.6claws127
6142
6143         * po/en_GB.po
6144                 updated
6145
6146 2002-12-23 [paul]       0.8.6claws126
6147
6148         * po/it.po
6149                 updated translation, submitted by Alessandro Maestri
6150                 
6151 2002-12-23 [paul]       0.8.6claws125
6152
6153         * src/quote_fmt_parse.y
6154                 fix signature-stripping on replies bug. match
6155                 '-- \n' and not '-- '.
6156
6157 2002-12-22 [paul]       0.8.6claws124
6158
6159         * po/bg.po
6160           po/es.po
6161           po/sr.po
6162                 updated translations. submitted by George Danchev,
6163                 Ricardo Mones Lastra, and Urke MMI respectively
6164
6165 2002-12-21 [paul]       0.8.6claws123
6166
6167         * src/addrbook.c
6168                 fix coding style
6169
6170 2002-12-21 [paul]       0.8.6claws122
6171
6172         * src/addrbook.c
6173                 fix bug [643638] where if a person is in one or more
6174                 addressbook groups editing that person's email 
6175                 address results in removal from those groups.
6176                 Patch submitted by Luke Plant.
6177
6178 2002-12-20 [christoph]  0.8.6claws121
6179
6180         * src/common/utils.c
6181         * src/summaryview.c
6182                 reimplement expand_search_string using GString to
6183                 prevent crashs caused by miscalculated string
6184                 lengths reported by Paul
6185
6186 2002-12-20 [christoph]  0.8.6claws120
6187
6188         * src/summaryview.c
6189                 don't use "changed" to check if op_count has to be changed as it
6190                 is also set when the message has unread children
6191                 (closes bug [ 653221 ] crash while deleting duplicates)
6192
6193 2002-12-20 [paul]       0.8.6claws119
6194
6195         * sync with 0.8.6cvs27
6196                 see ChangeLog 2002-12-20
6197
6198 2002-12-20 [paul]       0.8.6claws118
6199
6200         * sync with 0.8.6cvs26
6201                 see ChangeLog 2002-12-19 and 2002-12-20
6202
6203 2002-12-19 [alfons]     0.8.6claws117
6204
6205         * src/textview.c
6206                 fix incorrect parsing of email addresses, submitted by 
6207                 Luke Plant (thanks!). Closes bug "[ 565480 ] duplicate 
6208                 name display if it contains @".
6209
6210 2002-12-18 [paul]       0.8.6claws116
6211
6212         * sync with 0.8.6cvs23
6213                 see ChangeLog 2002-12-18
6214
6215 2002-12-18 [paul]       0.8.6claws115
6216
6217         * src/Makefile.am
6218         * src/account.c
6219         * src/codeconv.c
6220         * src/gtkutils.[ch]
6221         * src/imap.c
6222                 sync with 0.8.6cvs22.
6223                 see ChangeLog 2002-12-17 and 2002-12-18
6224
6225 2002-12-17 [christoph]  0.8.6claws114
6226
6227         * src/imap.c
6228                 o don't create a session if imap greeting fails
6229                 o don't close socket when authentication fails
6230                   this is done by imap_session_destroy
6231
6232 2002-12-17 [thorsten]   0.8.6claws113
6233
6234         * tools/Makefile.am
6235           tools/README
6236           tools/google_msgid.pl ** NEW FILE **
6237                 Added "search for message-id" script and doc
6238
6239 2002-12-17 [thorsten]   0.8.6claws112
6240
6241         * po/hu.po
6242                 Updated hungarian translation
6243                 (updated by Gal Zoltan)
6244
6245 2002-12-16 [christoph]  0.8.6claws111
6246
6247         * src/addr_compl.c
6248                 remove stupid addressbook dump to debug output
6249         * src/mh.c
6250                 fix memory leak found by Hiro
6251
6252 2002-12-14 [paul]       0.8.6claws110
6253
6254         * src/compose.c
6255                 fix menubar sensitivity on send
6256                 
6257         * src/prefs_filtering.c
6258         * src/prefs_matcher.c
6259         * src/prefs_scoring.c
6260                 Fix english ;)
6261                 
6262         * src/common/quoted-printable.h
6263                 sync: fix typo
6264         
6265 2002-12-13 [christoph]  0.8.6claws109
6266
6267         * src/Makefile.am
6268         * src/manage_window.[ch]        ** REMOVE **
6269         * src/gtk/Makefile.am
6270         * src/gtk/manage_window.[ch]    ** NEW **
6271                 move manage_window files to gtk directory
6272
6273 2002-12-13 [christoph]  0.8.6claws108
6274
6275         * src/Makefile.am
6276         * src/gtkshruler.[ch]           ** REMOVE **
6277         * src/gtk/Makefile.am
6278         * src/gtk/gtkshruler.[ch]       ** NEW **
6279                 move gtkshruler files to gtk directory
6280
6281 2002-12-13 [christoph]  0.8.6claws107
6282
6283         * src/Makefile.am
6284         * src/compose.c
6285         * src/gtkstext.[ch]             ** REMOVE **
6286         * src/gtkutils.[ch]
6287         * src/textview.c
6288         * src/gtk/gtkstext.[ch]         ** NEW **
6289         * src/gtk/Makefile.am
6290                 o move stext functions to gtkstext.c to remove
6291                   dependency of gtkutils
6292                 o move gtkstext files to gtk directory
6293
6294         * src/gtk/Makefile.am
6295         * src/gtk/sslcertwindow.[ch]
6296                 UI stuff can always depend on common code so
6297                 it's ok to add ../common to include path
6298
6299 2002-12-13 [colin]      0.8.6claws106
6300
6301         * src/summaryview.c
6302                 Disconnect sighandlers for mainwindow when
6303                 quicksearch has the focus
6304                 Fix bug #653231
6305         * src/mainwindow.[ch]
6306                 Make key_pressed callback public, to be able
6307                 to disconnect it
6308
6309 2002-12-13 [christoph]  0.8.6claws105
6310
6311         * src/mh.c
6312                 create .mh_sequences file in new MH folders
6313                 (closes feature request [ 523162 ] MH folders should
6314                  get a .mh_sequences)
6315
6316 2002-12-13 [colin]      0.8.6claws104
6317
6318         * src/summaryview.c
6319                 Better handling of quicksearch show/hide
6320                 (basically the button stays under the mouse 
6321                  when toggled)
6322
6323 2002-12-13 [paul]       0.8.6claws103
6324
6325         * sync with 0.8.6cvs17
6326                 see ChangeLog 2002-12-13
6327
6328 2002-12-13 [paul]       0.8.6claws102
6329
6330         * po/es.po
6331                 updated by Ricardo Mones Lastra
6332
6333 2002-12-11 [colin]       0.8.6claws101
6334
6335         * src/folder.c
6336                 remove statusbar stuff
6337           src/folderview.c
6338                 set statusbar verbosity when moving folders
6339
6340 2002-12-11 [colin]       0.8.6claws100
6341         * src/prefs_filtering.c
6342         * src/prefs_matcher.c
6343         * src/prefs_scoring.c
6344                 Fix english ;)
6345
6346 2002-12-11 [colin]       0.8.6claws99
6347
6348         * src/prefs_common.[ch]
6349                 Add summary_quicksearch_type
6350         * src/summaryview.c
6351                 Save last used quicksearch type
6352
6353 2002-12-11 [jens]       0.8.6claws98
6354         * src/prefs_filtering.c
6355         * src/prefs_matcher.c
6356         * src/prefs_scoring.c
6357                 added dialog for incomplete rules in scoring, filtering and
6358                 matcher to ask wheather really close
6359
6360 2002-12-11 [colin]      0.8.6claws97
6361
6362         * src/folder.c
6363                 Fix folder dnd statusbar logging
6364
6365 2002-12-10 [christoph]  0.8.6claws96
6366
6367         * src/compose.c
6368         * src/folder.c
6369         * src/imap.c
6370         * src/inc.c
6371         * src/main.c
6372         * src/mainwindow.c
6373         * src/news.c
6374         * src/send.c
6375         * src/statusbar.[ch]
6376         * src/common/hooks.c
6377         * src/common/log.[ch]
6378                 o handle verbose logging in statusbar directly in statusbar code
6379                   and common code does not need any knowledge about a statusbar
6380                 o remove direct calls to statusbar_(puts|pop)_all functions
6381
6382 2002-12-10 [jens]       0.8.6claws95
6383
6384         * src/*.c
6385                 removed gettext from g_warnings
6386         * po/POTFILES.in
6387                 cleaned and updated
6388         * po/de.po
6389                 updated
6390
6391 2002-12-10 [colin]      0.8.6claws94
6392
6393         * src/main.c
6394                 finish crash dialog fix
6395
6396 2002-12-10 [colin]      0.8.6claws93
6397
6398         * src/main.c
6399                 "Fix" "sylpheed already running" instead of
6400                 crash dialog appearing after a crash
6401
6402 2002-12-10 [colin]      0.8.6claws92
6403
6404         * po/POTFILES.in
6405                 add src/gtk/sslcertwindow.c
6406
6407 2002-12-10 [paul]       0.8.6claws91
6408
6409         * po/POTFILES.in
6410                 updated to reflect recent changes
6411                 submitted by Alessandro Maestri
6412
6413 2002-12-09 [christoph]  0.8.6claws90
6414
6415         * src/Makefile.am
6416         * src/smtp.[ch]                 ** REMOVE **
6417         * src/common/Makefile.am
6418         * src/common/smtp.[ch]          ** NEW **
6419                 move smtp files to common directory
6420
6421 2002-12-09 [christoph]  0.8.6claws89
6422
6423         * src/Makefile.am
6424         * src/session.[ch]              ** REMOVE **
6425         * src/common/Makefile.am
6426         * src/common/session.[ch]       ** NEW **
6427                 move session files to common directory
6428
6429 2002-12-09 [paul]       0.8.6claws88
6430
6431         * src/account.c
6432                 fix bug [649746] edit accounts: move account reverted
6433                 Patch submitted by Luke Plant <lukeplant@users.sourceforge.net>
6434
6435 2002-12-09 [colin]      0.8.6claws87
6436
6437         * src/ssl_certificate.c
6438                 cleanup
6439
6440 2002-12-09 [colin]      0.8.6claws86
6441
6442         * src/ssl.c
6443                 Try to open the cert.pem database and 
6444                 issue a warning if it isn't there
6445
6446 2002-12-09 [colin]      0.8.6claws85
6447
6448         * src/common/ssl_certificate.c
6449         * src/gtk/sslcertwindow.c
6450                 Warning fixes
6451
6452 2002-12-09 [colin]      0.8.6claws84
6453
6454         * src/ssl_certificate.[ch] ** REMOVED **
6455         * src/common/ssl_certificate.[ch] ** NEW **
6456         * src/Makefile.am
6457         * src/common/Makefile.am
6458                 Moved ssl_certificate.[ch] to common
6459         * src/common/ssl.c 
6460                 Put back needed include
6461         * src/gtk/sslcertwindow.[ch]
6462                 Changed ssl_certificate.h include
6463         
6464 2002-12-09 [colin]      0.8.6claws83
6465
6466         * src/gtk/sslcertwindow.[ch]
6467                 Implement hook for certificate acception
6468         * src/ssl_certificate.[ch]
6469                 Implement hook for certificate acception
6470         * src/common/ssl.c
6471                 Reenable certificate acception check
6472         * src/mainwindow.c
6473                 Register sslcertwindow's hook
6474         
6475 2002-12-08 [christoph]  0.8.6claws82
6476
6477         * src/about.c
6478         * src/addr_compl.c
6479         * src/codeconv.c
6480         * src/manual.c
6481         * src/undo.c
6482         * src/common/utils.c
6483                 o add missing includes
6484                 o fix warnings
6485         * src/.cvsignore
6486         * src/common/.cvsignore
6487         * src/common/version.h          ** REMOVE **
6488                 remove autogenerated file
6489
6490 2002-12-08 [paul]       0.8.6claws81
6491
6492         * src/stringtable.c
6493                 put back needed include
6494
6495 2002-12-08 [colin]      0.8.6claws80
6496         
6497         * src/gtk/sslcertwindow.c
6498                 Cleaner popups when asking
6499         * src/ssl_certificate.c
6500         * src/prefs_common.[ch]
6501                 remove ssl certificate pref
6502                 put back needed include
6503         * src/undo.c
6504                 put back needed include
6505
6506 2002-12-08 [christoph]  0.8.6claws79
6507
6508         * src/folderview.c
6509         * src/logwindow.c
6510         * src/statusbar.c
6511         * src/summaryview.c
6512                 only abort hook invokation if required data is missing not
6513                 if our own data pointer is NULL, update hookfunction for
6514                 log window
6515
6516 2002-12-08 [paul]       0.8.6claws78
6517
6518         * src/about.c
6519         * src/addrcache.c
6520         * src/addrclip.c
6521         * src/addr_compl.c
6522         * src/addrselect.c
6523         * src/codeconv.c
6524         * src/colorlabel.c
6525         * src/enriched.c
6526         * src/esmtp.c
6527         * src/exporthtml.c
6528         * src/headerview.c
6529         * src/imageview.c
6530         * src/manual.c
6531         * src/noticeview.c
6532         * src/pgptext.c
6533         * src/scoring.c
6534         * src/sourcewindow.c
6535         * src/stringtable.c
6536         * src/undo.c
6537                 clean up: remove unneccesary includes
6538
6539 2002-12-08 [christoph]  0.8.6claws77
6540
6541         * src/folderview.c
6542         * src/statusbar.c
6543         * src/summaryview.c
6544         * src/common/hooks.[ch]
6545                 hook functions now have a gboolean return value, if a hook
6546                 returns TRUE it will stop executing of any more hooks in
6547                 the same hooklist for this invokation
6548
6549 2002-12-08 [colin]      0.8.6claws76
6550         
6551         * src/main.c
6552                 put back argv0 for CRASH_DIALOG
6553
6554 2002-12-08 [christoph]  0.8.6claws75
6555
6556         * src/Makefile.am
6557         * src/about.c
6558         * src/account.c
6559         * src/crash.c
6560         * src/esmtp.h
6561         * src/imap.[ch]
6562         * src/inc.c
6563         * src/main.c
6564         * src/mainwindow.c
6565         * src/news.c
6566         * src/pop.[ch]
6567         * src/prefs_account.[ch]
6568         * src/prefs_common.[ch]
6569         * src/send.[ch]
6570         * src/smtp.[ch]
6571         * src/ssl_certificate.[ch]
6572         * src/ssl_manager.[ch]
6573         * src/common/Makefile.am
6574         * src/common/log.c
6575         * src/common/nntp.[ch]
6576         * src/common/socket.[ch]
6577         * src/common/ssl.[ch]
6578         * src/gtk/sslcertwindow.[ch]
6579         * ac/openssl.m4
6580                 use new autoconf script to detect OpenSSL with extra parameters
6581                 to specify the location of libs and includes, also remove USE_SSL
6582                 to USE_OPENSSL
6583
6584         * src/common/sylpheed.[ch]
6585         * src/common/version.h.in
6586                 start seperation of common code initialization seperated from gui
6587
6588         * src/summaryview.c
6589                 The function that is called when a color label changes
6590                 should not change the color lable again
6591
6592 2002-12-08 [colin]      0.8.6claws74
6593
6594         * src/gtk/sslcertwindow.c
6595                 warning fixes
6596
6597 2002-12-08 [colin]      0.8.6claws73
6598
6599         * src/statusbar.c
6600           src/common/log.h
6601                 Register a hook for statusbar_puts_all
6602         * src/common/log.c
6603                 invoke statusbar_puts_all's hook
6604         
6605 2002-12-08 [colin]      0.8.6claws72
6606
6607         * src/ssl_certificate.c
6608                 Put back a badly-removed include
6609
6610 2002-12-08 [colin]      0.8.6claws71
6611
6612         * src/gtk/sslcertwindow.[ch]    ** NEW **
6613                 new certificate presentation
6614         * src/gtk/Makefile.am
6615                 add new files
6616         * src/ssl_certificate.[ch]
6617                 gtk cleanup, made utility functions public
6618         * src/ssl_manager.c
6619                 use new cert presentation
6620
6621 2002-12-07 [christoph]  0.8.6claws70
6622
6623         * src/Makefile.am
6624         * src/nntp.[ch]                 ** REMOVE **
6625         * src/common/Makefile.am
6626         * src/common/nntp.[ch]          ** NEW **
6627                 move nntp files to common directory
6628
6629 2002-12-07 [christoph]  0.8.6claws69
6630
6631         * src/procmsg.[ch]
6632         * src/summaryview.c
6633                 implement msginfo update callback using sylpheed's new
6634                 hook system. Invoke hooks from procmsg_msginfo_[un]set_flags.
6635
6636 2002-12-06 [christoph]  0.8.6claws68
6637
6638         * src/editgroup.c
6639                 This patch changes the 'Edit Group Details' dialog to
6640                 allow extended selections in either pane, so that
6641                 addresses can be added or removed from a group more
6642                 quickly and easily. (it actually is a net decrease in
6643                 file size, as some unnecessary functions have been
6644                 removed). 
6645                 (patch submitted by Luke Plant <lukeplant@users.sourceforge.net>)
6646
6647 2002-12-06 [christoph]  0.8.6claws67
6648
6649         * src/Makefile.am
6650         * src/template.[ch]             ** REMOVE **
6651         * src/common/Makefile.am
6652         * src/common/template.[ch]      ** NEW **
6653                 move template files to common directory
6654
6655         * src/nntp.c
6656                 add missing log.h include
6657
6658 2002-12-06 [melvin]     0.8.6claws66
6659
6660         * src/prefs_actions.c
6661                 Added the trailing ">" syntax to insert command's output
6662                 without replacing old text (in contrast to trailing "|").
6663
6664 2002-12-05 [colin]      0.8.6claws65
6665         
6666         * src/common/utils.c
6667                 Don't modify original search_string or it'll change
6668                 the next iterations in the for()
6669
6670 2002-12-05 [darko]      0.8.6claws64
6671
6672         * src/common/utils.c
6673                 proper check for filtering commands, found by Colin
6674
6675 2002-12-05 [darko]      0.8.6claws63
6676
6677         * src/common/utils.c
6678                 check proper string for NULL pointer, found by Colin
6679
6680 2002-12-05 [darko]      0.8.6claws62
6681
6682         * src/common/utils.[ch]
6683                 expand_search_string(): new function
6684                 converts Mutt-like patterns to Sylpheed's
6685                 filtering engine
6686         * src/summaryview.c
6687                 use expand_search_string() to allow Mutt-like
6688                 patterns in extended search
6689         * README.claws
6690                 document extended option in quick search
6691
6692 2002-12-05 [paul]       0.8.6claws61
6693
6694         * sync with 0.8.6cvs16
6695                 see ChangeLog 2002-12-05
6696                 
6697         * po/POTFILES.in
6698                 clean up
6699
6700 2002-12-04 [christoph]  0.8.6claws60
6701
6702         * src/imap.[ch]
6703                 put imap authentication code into a new function and
6704                 remove it from imap_session_new that will allow to
6705                 send other commands before authentication
6706
6707 2002-12-04 [christoph]  0.8.6claws59
6708
6709         * src/imap.[ch]
6710                 use already existing method to prevent unneeded IMAP
6711                 folder selects. Set imap_select parameters to NULL
6712                 in some functions if the values are not required.
6713
6714         * src/xml.h
6715                 remove no longer required include
6716
6717 2002-12-04 [paul]       0.8.6claws58
6718
6719         * po/es.po
6720                 updated by Ricardo Mones Lastra
6721                 
6722         * configure.in
6723           po/hu.po      ** NEW FILE **
6724                 initial Hungarian translation, submitted
6725                 by Gál Zoltán <galzoli@hu.inter.net>
6726
6727 2002-12-03 [christoph]  0.8.6claws57
6728
6729         * src/Makefile.am
6730         * src/gtksctree.[ch]            ** REMOVE **
6731         * src/gtk/Makefile.am
6732         * src/gtk/gtksctree.[ch]        ** NEW **
6733                 move gtksctree files to gtk directory
6734
6735 2002-12-03 [christoph]  0.8.6claws56
6736
6737         * src/Makefile.am
6738         * src/md5.[ch]                  ** REMOVE **
6739         * srm/common/Makefile.am
6740         * src/common/md5.[ch]           ** NEW **
6741                 move md5 files to common directory
6742
6743         * src/gtkstext.c
6744                 remove not required #include
6745
6746 2002-12-03 [sergey]     0.8.6claws55
6747
6748         * src/gtkutils.c
6749         * src/gtkutils.h
6750                 gtkut_window_popup(): new function.
6751         * src/mainwindow.c
6752                 main_window_popup(): use gtkut_window_popup() to raise
6753                 window without changing its position.
6754                 (see sylpheed-main ML message [sylpheed:17247])
6755
6756 2002-12-03 [sergey]     0.8.6claws54
6757
6758         * src/send.c
6759                 send_message_local(): removed first-dot escaping
6760                 (SMTP-only, not needed for sending through pipe)
6761
6762 2002-12-03 [paul]       0.8.6claws53
6763
6764         * po/POTFILES.in
6765                 update to reflect recent changes (thanks
6766                 to Ricardo Mones Lastra)
6767                 
6768         * tools/filter_conv.pl
6769                  fix problem with quoted strings. Patch submitted
6770                  by Luke Plant <lukeplant@softhome.net>
6771
6772 2002-12-03 [paul]       0.8.6claws52
6773
6774         * sync with 0.8.6cvs15
6775                 see ChangeLog 2002-12-03
6776
6777 2002-12-02 [christoph]  0.8.6claws51
6778
6779         * src/logwindow.[ch]
6780         * src/common/log.[ch]
6781                 implement logging using a hook function
6782
6783         * src/folderview.c
6784         * src/folder.[ch]
6785                 define hooklist name in header file to avoid
6786                 errors caused by wrong spelling of hooklist names
6787
6788         * src/toolbar.c
6789                 fix warnings
6790
6791 2002-12-02 [christoph]  0.8.6claws50
6792
6793         * src/common/Makefile.am
6794                 add src/common/hooks.[ch]
6795
6796         * src/common/hooks.[ch]
6797                 implement a simple hook system using glib's hook functions
6798
6799         * src/folder.[ch]
6800         * src/folderview.c
6801                 use new hook system for folder item updates
6802
6803 2002-12-02 [christoph]  0.8.6claws49
6804
6805         * doc-src/ui_seperation.txt     ** NEW **
6806                 information for ui seperation
6807
6808         * src/Makefile.am
6809                 remove files that were moved to common
6810                 include common directory by default for the header files
6811
6812         * src/inc.c
6813         * src/common/socket.c
6814         * src/automaton.[ch]
6815                 implement automaton using g_io_*-functions instead of
6816                 gdk_input_add to make it ui independent
6817
6818         * src/codeconv.c
6819         * src/compose.c
6820         * src/ldif.c
6821         * src/pgptext.c
6822         * src/procmime.c
6823         * src/rfc2015.c
6824         * src/smtp.c
6825         * src/unmime.c
6826                 remove common/ prefix because directory is now in
6827                 include path
6828
6829         * src/compose.c
6830         * src/folder.c
6831         * src/folderview.c
6832         * src/mainwindow.c
6833         * src/messageview.c
6834         * src/prefs_common.c
6835         * src/procmsg.c
6836         * src/rfc2015.c
6837                 fix warnings
6838
6839         * src/imap.c
6840         * src/inc.c
6841         * src/news.c
6842         * src/pop.c
6843         * src/send.c
6844         * src/smtp.c
6845         * src/ssl_certificate.c
6846                 add log.h header file for logging functions
6847
6848         * src/main.c
6849         * src/common/utils.c
6850         * src/summaryview.c
6851         * src/xml.c
6852                 o move debug_mode to common/utils.c
6853                 o add functions to set and get debug_mode
6854
6855         * src/defs.h                    ** REMOVE **
6856         * src/intl.h                    ** REMOVE **
6857         * src/socket.[ch]               ** REMOVE **
6858         * src/ssl.[ch]                  ** REMOVE **
6859         * src/utils.[ch]                ** REMOVE **
6860                 replaced by new files in src/common/
6861         
6862         * src/common/Makefile.am
6863                 add new files in src/common/
6864
6865         * src/common/defs.h             ** NEW **
6866         * src/common/intl.h             ** NEW **
6867         * src/common/log.[ch]           ** NEW **
6868         * src/common/socket.[ch]        ** NEW **
6869         * src/common/ssl.[ch]           ** NEW **
6870         * src/common/utils.[ch]         ** NEW **
6871                 replacement for files in src/
6872
6873 2002-12-02 [colin]      0.8.6claws48
6874
6875         * src/folderview.c
6876                 Scroll folderview if necessary during dnd
6877
6878 2002-12-02 [colin]      0.8.6claws47
6879
6880         * src/folder.[ch]
6881                 Add check to verify a move is within a single mailbox
6882         * src/folderview.c
6883                 Add specific error string for this check
6884
6885 2002-12-02 [colin]      0.8.6claws46
6886
6887         * src/folder.c
6888                 Add a test to folder moving, remove a statusbar_print
6889         * src/folderview.c
6890                 Add Move folder... context-menu item
6891                 Factorize folder moving code
6892                 Enable folder DND for mbox
6893
6894 2002-12-01 [christoph]  0.8.6claws45
6895
6896         * ac/aspell.m4
6897                 remove conf.aspelltest if the version check fails
6898
6899 2002-11-30 [christoph]  0.8.6claws44
6900
6901         * autogen.sh
6902                 run libtoolize --force in autogen to create missing
6903                 libtool scripts
6904
6905 2002-11-30 [christoph]  0.8.6claws43
6906
6907         * src/Makefile.am
6908         * src/pgptext.c
6909         * src/procmime.c
6910         * src/rfc2015.c
6911         * src/uuencode.[ch]             ** REMOVED **
6912         * src/common/Makefile.am
6913         * src/common/uuencode.[ch]      ** NEW **
6914                 move uuen/decoder to common directory
6915
6916 2002-11-30 [christoph]  0.8.6claws42
6917
6918         * src/Makefile.am
6919         * src/base64.[ch]               ** REMOVED **
6920         * src/codeconv.c
6921         * src/compose.c
6922         * src/ldif.c
6923         * src/pgptext.c
6924         * src/procmime.c
6925         * src/rfc2015.c
6926         * src/smtp.c
6927         * src/unmime.c
6928         * src/common/Makefile.am
6929         * src/common/base64.[ch]        ** NEW **
6930                 move base64 en/decoder to common directory
6931
6932 2002-11-30 [christoph]  0.8.6claws41
6933
6934         * src/common                    ** NEW **
6935                 new directory for UI independent code
6936         * src/gtk                       ** NEW **
6937                 new directory for GTK frontend
6938         * src/common/.cvsignore         ** NEW **
6939         * src/gtk/.cvsignore            ** NEW **
6940                 ignore build files
6941         * src/common/Makefile.am        ** NEW **
6942         * src/gtk/Makefile.am           ** NEW **
6943                 automake files to build new seperated stuff
6944         * src/Makefile.am
6945                 the binary will currently still be build with the
6946                 files in src, so we include the code from the
6947                 subdirs for now after building the libs there
6948
6949 2002-11-30 [paul]       0.8.6claws40
6950
6951         * src/compose.c
6952                 fix bug [642731] 'Wrong selected account with drafted mail'
6953
6954 2002-11-29 [oliver]     0.8.6claws39
6955         
6956         * src/messageview.c
6957                 o update summaryview when switching between different
6958                   messageviews          
6959         * src/toolbar.c  
6960                 o check if messageview holds already removed msg
6961                   from summaryview
6962                 
6963
6964 2002-11-29 [oliver]     0.8.6claws38
6965
6966         * src/toolbar.c 
6967                 remove not needed variables and includes
6968                 make messageview stay opened and move to next when msgs are deleted 
6969
6970 2002-11-29 [oliver]     0.8.6claws37
6971         
6972         * src/toolbar.c 
6973                 disable compose button (messageview toolbar) by default
6974                 deleted msgs are moved to trash
6975         
6976 2002-11-29 [melvin]     0.8.6claws36
6977
6978         * configure.in
6979                 Increased minimal gpgme version to 0.3.10 (Zombies out)
6980                 and to detect signatures expirations (gpgme 0.3.6)
6981
6982         * src/main.c
6983                 Use non obsolescent function for Gpgme engine checking.
6984
6985         * src/rfc2015.c
6986                 Inform about expired signatures or signatures which key
6987                 has expired. Expiration date is displayed.
6988
6989         * src/sigstatus.c
6990                 Inform about expired signatures or signatures which key
6991                 has expired.
6992
6993 2002-11-28 [paul]       0.8.6claws35
6994
6995         * src/folderview.c
6996                 re-instate 'Check for new messages' in Newsgroup
6997                 folders right-click menu, after a suggestion from
6998                 Tim Mann <timmann@users.sourceforge.net>
6999
7000         * src/main.c
7001                 after a crash check only local folders for new
7002                 messages
7003
7004 2002-11-28 [paul]       0.8.6claws34
7005
7006         * configure.in
7007                 apply patch that fixes the checking of GTK with XIM 
7008                 support on different OSs, such as FreeBSD. Patch 
7009                 submitted by Topia <topia@users.sourceforge.net>
7010                 
7011 2002-11-28 [paul]       0.8.6claws33
7012
7013         * src/mainwindow.c
7014           src/prefs_common.c
7015           src/prefs_toolbar.c
7016                 more changes to the English
7017
7018 2002-11-28 [paul]       0.8.6claws32
7019
7020         * sync with 0.8.6cvs13
7021                 see ChangeLog 2002-11-28 (no sync needed
7022                 for src/compose.c)
7023
7024 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws31
7025         
7026         * src/mainwindow.[ch]
7027                 add patch by Ivan F. Martinez introducing messageview Toolbar
7028                 some changes and committed by oliver    
7029
7030 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws30
7031
7032         * src/messageview.[ch]
7033                 add patch by Ivan F. Martinez introducing messageview Toolbar
7034                 some changes and committed by oliver    
7035
7036 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws29
7037
7038         * src/compose.[ch]
7039                 add patch by Ivan F. Martinez introducing messageview Toolbar
7040                 some changes and committed by oliver    
7041
7042 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws28
7043         
7044         * src/toolbar.[ch]
7045                 add patch by Ivan F. Martinez introducing messageview Toolbar
7046                 some changes and committed by oliver
7047
7048 2002-11-28 [oliver]     0.8.6claws27
7049         
7050         * src/prefs_toolbar.[ch]
7051                 getting ready for messageview toolbar
7052                 free mem allocated by gettext
7053                 change prefs_toolbar to prefs_toolbar_open
7054  
7055 2002-11-28 [thorsten]   0.8.6claws26
7056
7057         * src/imageview.[ch]
7058                 cleaned up conflicting declarations of
7059                 imageview_show_image()
7060
7061 2002-11-28 [paul]       0.8.6claws25
7062
7063         * src/grouplistdialog.c
7064           src/prefs_common.c
7065           src/prefs_summary_column.c
7066                 a few more improvements to the English
7067
7068 2002-11-28 [colin]      0.8.6claws24
7069
7070         * man/sylpheed.1
7071                 A few updates to command-line parameters
7072
7073 2002-11-28 [colin]      0.8.6claws23
7074
7075         * src/prefs_filtering.c
7076                 Fix problems with prefs_filtering_delete_path:
7077                 a) if the first rule is removed, original pointers
7078                    weren't updated (leading to segfaults)
7079                 b) it was always global_processing updated in case
7080                    of removed path was parent of rule path
7081
7082 2002-11-27 [paul]       0.8.6claws22
7083
7084         * src/mainwindow.c
7085           src/prefs_account.c
7086           src/prefs_actions.c
7087           src/prefs_common.c
7088           src/prefs_customheader.c
7089           src/prefs_display_header.c
7090           src/prefs_filtering.c
7091           src/prefs_folder_item.c
7092           src/prefs_matcher.c
7093           src/prefs_scoring.c
7094           src/prefs_summary_column.c
7095           src/prefs_template.c
7096           src/prefs_toolbar.c
7097                  improve the English in the GUI
7098
7099 2002-11-27 [colin]      0.8.6claws21
7100
7101         * src/folder.c
7102                 Fix processing renaming problems happening after
7103                 last commit
7104
7105 2002-11-27 [colin]      0.8.6claws20
7106
7107         * src/folder.c
7108                 recursive move now deletes src each subfolder after 
7109                 having moved it
7110         * src/folderview.c
7111                 Use identifier instead of path during dnd (enables
7112                 IMAP folder dnd)
7113
7114 2002-11-27 [paul]       0.8.6claws19
7115
7116         * src/main.c
7117                 apply patch that does command-line processing 
7118                 BEFORE gtk_init, allowing claws to run from 
7119                 shell-scripts in non-X environment (e.g. crontab 
7120                 or ip-up, ip-down scripts). Patch submitted by
7121                 Ruslan N. Balkin <baron@dartel.ru>
7122                 
7123         * po/it.po
7124                 updated by Alessandro Maestri
7125
7126 2002-11-27 [paul]       0.8.6claws18
7127
7128         * sync with 0.8.6cvs12
7129           src/prefs_common.c
7130                 Differences are that main uses a 'Receive dialog'
7131                 frame on the Interface tab, whereas claws groups all 
7132                 the dialogs together in a 'Dialogs' frame.
7133
7134 2002-11-27 [colin]      0.8.6claws17
7135
7136         * src/prefs_matcher.c
7137                 Fix Execute criteria's NOT flag
7138
7139
7140 2002-11-26 [christoph]  0.8.6claws16
7141
7142         * src/ssl.c
7143                 rewrite the ssl code a little bit, only use one
7144                 SSL context, set default certificates' file/path
7145
7146 2002-11-26 [thorsten]   0.8.6claws15
7147
7148         * src/compose.c
7149                 default-reply-to didn't work for ml-reply
7150
7151 2002-11-26 [melvin]     0.8.6claws14
7152
7153         * src/prefs_actions.c
7154                 Made pipe-actions ignore short headers in message view
7155                 Made trailing-pipe-actions write in the message view with
7156                 the same font as the original message
7157
7158 2002-11-26 [paul]       0.8.6claws13
7159
7160         * src/compose.c
7161                 this time commit the correct file
7162
7163 2002-11-26 [paul]       0.8.6claws12
7164
7165         * sync with 0.8.6cvs11
7166           src/quote_fmt_parse.y  
7167                 no sync needed
7168           src/account.[ch]       
7169                 not sync'ed
7170           src/compose.c
7171                 compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
7172                 on draft mode.
7173                 compose_reedit(): add check for 'X-Sylpheed-Account-Id:' 
7174                 header
7175                 
7176         see ChangeLog 2002-11-25 and 2002-11-26
7177
7178 2002-11-26 [colin]      0.8.6claws11
7179
7180         * src/folderview.c
7181                 Fix collapsed folder not auto-expanding during
7182                 mail dnd, if it was the source folder.
7183
7184 2002-11-25 [colin]      0.8.6claws10
7185
7186         * src/folderview.[ch]
7187                 Variable renaming and cleaning (slist of nodes 
7188                 to be re-collapsed is stored in FolderView)
7189
7190 2002-11-25 [paul]       0.8.6claws9
7191
7192         * src/prefs_common.[ch]
7193                 fix breakage caused by last commit
7194
7195 2002-11-25 [paul]       0.8.6claws8
7196
7197         * sync with 0.8.6cvs4
7198                 see ChangeLog 2002-11-21
7199
7200 2002-11-25 [paul]       0.8.6claws7
7201
7202         * sync with 0.8.6cvs4
7203                 see ChangeLog 2002-11-20
7204
7205 2002-11-25 [paul]       0.8.6claws6
7206
7207         * sync with 0.8.6cvs3
7208                 see ChangeLog 2002-11-18
7209
7210 2002-11-25 [colin]      0.8.6claws5
7211
7212         * src/gtkutils.[ch]
7213                 Add gtkut_ctree_node_is_parent()
7214         * src/folderview.c
7215                 Spring-loaded folders
7216
7217 2002-11-25 [colin]      0.8.6claws4
7218
7219         * src/utils.[ch]
7220                 Add slist_concat_unique(), function to merge
7221                 two GSList filtering dups
7222         * src/folder.[ch]
7223         * src/summaryview.[ch]
7224         * src/folderview.c
7225         * src/main.c
7226                 Add detection/update/display of unread answers
7227                 to marked mails
7228         * src/procmsg.[ch]
7229                 Add procmsg_find_children()
7230                 Add procmsg_msg_has_marked_parent()
7231
7232 2002-11-25 [colin]      0.8.6claws3
7233
7234         * src/ssl_certificate.[ch]
7235                 Allow checking a certificate without a DNS
7236                 lookup
7237                 Allow to forget a cert (by deleting it)
7238                 Make ssl_certificate_destroy_public
7239         * src/ssl_manager.[ch] ** NEW FILES **
7240                 Gui to manage (display/remove) certificates
7241         * src/prefs_common.[ch]
7242                 Add a pref to allow silent acceptation of
7243                 trusted certificates or not (based on the
7244                 "I want to know what's going on" principle)
7245         * src/mainwindow.c
7246                 Add SSL manager in Tools menu
7247         * src/Makefile.am
7248                 Add the new files to the build
7249         * po/POTFILES.in
7250                 Add ssl_manager.c to translations
7251
7252 2002-11-25 [colin]      0.8.6claws2
7253
7254         * src/summaryview.[ch]
7255                 Add S_SEARCH_EXTENDED to the quick search, which 
7256                 allows to search using filtering syntax.
7257
7258 2002-11-25 [colin]      0.8.6claws1
7259
7260         * src/summaryview.c
7261                 Deletion of duplicates now prefer deleting
7262                 the unread dup (fixes feature-request 638989).
7263
7264 2002-11-24 [paul]       0.8.6claws
7265
7266         * po/es.po
7267           po/pl.po
7268           po/ru.po
7269           po/sr.po
7270                 updated by Ricardo Mones Lastra,
7271                 Witold Wladyslaw Wojciech Wilk,
7272                 Ruslan N. Balkin, and  Urke MMI 
7273                 respectively
7274
7275 2002-11-24 [paul]       0.8.5claws182
7276
7277         * po/bg.po
7278                 updated by George Danchev
7279
7280 2002-11-23 [alfons]     0.8.5claws181
7281
7282         * src/imap.c
7283                 tiny memory leak found by browsing Dimitar's 
7284                 valgrind report
7285
7286 2002-11-23 [paul]       0.8.5claws180
7287
7288         * po/it.po
7289                 updated by Alessandro Maestri
7290
7291 2002-11-22 [christoph]  0.8.5claws179
7292
7293         * src/compose.c
7294         * src/inc.c
7295         * src/prefs_filtering.c
7296         * src/summaryview.c
7297                 more warning fixes
7298
7299 2002-11-22 [alfons]     0.8.5claws178
7300
7301         * src/summaryview.c
7302                 summary_execute_delete_func(): if message is deleted, make 
7303                 sure to also remove its entry in the subject hash table. 
7304                 fixes a corner case bug.
7305
7306 2002-11-22 [paul]       0.8.5claws177
7307
7308         * .cvsignore
7309                 add 'autom4te.cache'
7310                 
7311         * ltconfig      ** REMOVED **
7312                 not needed
7313
7314 2002-11-22 [paul]       0.8.5claws176
7315
7316         * src/textview.c
7317                 textview_set_font(): fix for message display in
7318                 UTF-8 locales (thanks to Sergey Vlasov).
7319                 
7320         * AUTHORS
7321                 add new team members and contributors
7322
7323
7324 2002-11-21 [colin]      0.8.5claws175
7325
7326         * src/procmsg.[ch]
7327                 Add procmsg_remove_special_headers()
7328         * src/mh.c
7329                 Use procmsg_remove_special_headers() for 
7330                 previous fix
7331
7332 2002-11-21 [colin]      0.8.5claws174
7333
7334         * src/mh.c
7335                 Fix moving/copying from queue/draft folders
7336                 for MH folders
7337
7338 2002-11-21 [christoph]  0.8.5claws173
7339
7340         * src/crash.c
7341         * src/filtering.c
7342         * src/logwindow.c
7343         * src/main.c
7344         * src/matcher_parser_lex.[hl]
7345         * src/mbox.c
7346         * src/mbox_folder.[ch]
7347         * src/prefs_filtering.c
7348         * src/procheader.c
7349         * src/quote_fmt_lex.l
7350         * src/ssl.c
7351                 fix all warnings except the warnings in lex and yacc files
7352
7353 2002-11-20 [christoph]  0.8.5claws172
7354
7355         * src/imap.c
7356                 fix MsgInfo retrieval for IMAP draft and queue folders
7357                 (closes bug [ 619558 ] Draft saving on IMAP box issue)
7358
7359 2002-11-19 [christoph]  0.8.5claws171
7360
7361         * src/compose.c
7362                 fix segfault, when draft saving does not get
7363                 the MsgInfo of the new message
7364                 (closes bug [ 640699 ] Claws170: crash drafting mail ( IMAP ))
7365
7366 2002-11-19 [christoph]  0.8.5claws170
7367
7368         * src/procmsg.c
7369                 add parameter check for flag setting function
7370                 (closes bug [ 640619 ] Claws169: crash - drafting a mail (IMAP))
7371
7372 2002-11-18 [paul]       0.8.5claws169
7373
7374         * src/compose.c
7375                 more sensitivity fixes to redirect mode:
7376                 * disable toolbar draft button
7377                 * allow only Address book in the Tools menu
7378                 * disable editing of message by the spell
7379                   checker
7380
7381 2002-11-18 [paul]       0.8.5claws168
7382
7383         * src/compose.c
7384                 fix sensitivity of menu items in compose_redirect():
7385                 allow only the necessary items 
7386
7387 2002-11-18 [paul]       0.8.5claws167
7388
7389         * src/compose.c
7390                 fix bug [ 603259 ] 'attachment got lost on bounce'
7391
7392 2002-11-18 [paul]       0.8.5claws166
7393
7394         * po/ru.po
7395                 updated by Ruslan N. Balkin <baron@dartel.ru>
7396
7397 2002-11-18 [colin]      0.8.5claws165
7398
7399         * src/main.c
7400           src/defs.h
7401                 Remove old filtering stuff
7402
7403
7404 2002-11-17 [oliver]     0.8.5claws164
7405
7406         * src/toolbar.h
7407                 remove not needed typedef 
7408
7409 2002-11-17 [oliver]     0.8.5claws163
7410
7411         * src/toolbar.c
7412                 make toolbar's on click events translatable
7413
7414 2002-11-15 [colin]      0.8.5claws162
7415
7416         * src/summaryview.c
7417                 Revert too-soon integration of a feature
7418
7419 2002-11-15 [christoph]  0.8.5claws161
7420
7421         * src/imap.c
7422                 use main's implementation of imap_get_msginfo
7423
7424 2002-11-15 [christoph]  0.8.5claws160
7425
7426         * src/compose.c
7427         * src/folder.[ch]
7428         * src/imap.c
7429         * src/mbox_folder.c
7430         * src/mh.c
7431         * src/news.c
7432         * src/procmsg.c
7433         * src/summaryview.c
7434                 replace claws' fetch_msginfo with main's get_msginfo
7435                 (use main's implementation where possible)
7436
7437 2002-11-15 [colin]      0.8.5claws159
7438
7439         * src/ssl_certificate.c
7440                 Missed a check
7441
7442 2002-11-16 [melvin]     0.8.5claws158
7443
7444         * po/fr.po
7445                 Updated French translations.
7446
7447 2002-11-16 [colin]      0.8.5claws157
7448
7449         * src/ssl_certificate.c
7450                 Check for missing parts in the certificates
7451
7452 2002-11-15 [colin]      0.8.5claws156
7453
7454         * src/folderview.c
7455                 Preventive fix (missing check) found by
7456                 Alfons
7457
7458 2002-11-15 [paul]
7459
7460         * NEWS
7461                 sync with 0.8.6 release
7462
7463 2002-11-15 [colin]      0.8.5claws155
7464
7465         * src/folder.[ch]
7466           src/folderview.c
7467                 Fix error handling of folder_item_move_to()
7468                 (thanks to Alfons!)
7469
7470 2002-11-15 [colin]      0.8.5claws154
7471
7472         * src/folder.[ch]
7473           src/folderview.c
7474                 folder_item_move_to() sets an error message instead
7475                 of having GUI stuff in folder.c
7476
7477 2002-11-15 [colin]      0.8.5claws153
7478
7479         * src/procmsg.[ch]
7480                 Implemented a callback for MsgInfo updates, 
7481                 heavily copy/pasted from Christoph's folder 
7482                 callback system
7483         * src/summaryview.[ch]
7484                 Register summary_update_msg as callback
7485
7486 2002-11-14 [colin]      0.8.5claws152
7487         
7488         * src/procmsg.c
7489                 Update the FolderItem after sending (fixes 617593)
7490
7491 2002-11-14 [christoph]  0.8.5claws151
7492
7493         * src/folder.c
7494                 fix wrong position of NULL pointer check found
7495                 by Sergey
7496
7497 2002-11-14 [christoph]  0.8.5claws150
7498
7499         * src/folder.c
7500                 fix segfault when deleting messages from IMAP folders
7501                 (closes bug [ 635641 ] Crash deleting mail in IMAP trash)
7502
7503 2002-11-14 [colin]      0.8.5claws149
7504
7505         * src/compose.c
7506                 Forwarding was also ignoring the folder's default account.
7507
7508 2002-11-14 [colin]      0.8.5claws148
7509
7510         * src/compose.c
7511                 Fix sent folder not set to folder properties when 
7512                 forwarding.
7513
7514 2002-11-14 [thorsten]   0.8.5claws147
7515
7516         * src/inc.c
7517                 inc_start(): Files were not moved from .processing to inbox,
7518                 if no global processing rule existed
7519
7520 2002-11-14 [colin]      0.8.5claws146
7521
7522         * src/ssl_certificate
7523                 Fix file operations
7524
7525 2002-11-14 [paul]       0.8.5claws145
7526
7527         * po/it.po
7528                 updated by Alessandro Maestri
7529
7530 2002-11-13 [alfons]     0.8.5claws144
7531
7532         * src/folder.c
7533                 folder_item_close(): only mark messages unread
7534                 when a folder has new messages 
7535
7536 2002-11-13 [keith]      0.8.5claws143
7537
7538         * src/imap.c
7539                 Fix problem moving or copying between
7540                 IMAP folders
7541
7542 2002-11-13 [colin]      0.8.5claws142
7543
7544         * src/matcher_parser_parse.y
7545                 Fix rule problem when " don't match
7546
7547 2002-11-13 [christoph]  0.8.5claws141
7548
7549         * src/folder.c
7550         * src/folderview.c
7551                 moved cache saving to folder_item_close
7552                 the folderview should not have to deal with
7553                 this things
7554
7555 2002-11-13 [christoph]  0.8.5claws140
7556
7557         * src/summaryview.c
7558                 moved setting of important score to
7559                 summary_set_prefs_from_folderitem
7560
7561 2002-11-13 [colin]      0.8.5claws139
7562
7563         * src/matcher_parser_parse.y
7564                 Fix a segfault in the parser (happening when
7565                 a good expression had been tested and a bad 
7566                 one arrives)
7567
7568 2002-11-13 [paul]       0.8.5claws138
7569
7570         * sync with 0.8.5cvs24
7571                 see ChangeLog 2002-11-13
7572                 
7573         * po/pt_BR.po
7574                 updated by Fabio Jr. Beneditto
7575
7576 2002-11-13 [colin]      0.8.5claws137
7577         
7578         * src/msgcache.c
7579           src/defs.h
7580           src/procmsg.[ch]
7581                 Revert last commit, problem
7582
7583 2002-11-13 [colin]      0.8.5claws136
7584
7585         * src/msgcache.c
7586                 Remove duplicated code
7587         * src/defs.h
7588                 Bumped CACHE_VERSION and MARK_VERSION
7589         * src/procmsg.[ch]
7590                 Network endian for cache and mark files
7591
7592 2002-11-12 [colin]      0.8.5claws135
7593
7594         * src/inc.c
7595                 Fix the "socket error" dialog which disappeared
7596
7597 2002-11-12 [colin]      0.8.5claws134
7598
7599         * src/msgcache.c
7600                 Reverse last commit which had performance 
7601                 problems, but still reverse the list
7602
7603 2002-11-12 [colin]      0.8.5claws133
7604
7605         * src/msgcache.c
7606                 Reverse list order
7607
7608 2002-11-12 [melvin]     0.8.5claws132
7609
7610         * src/compose.c
7611                 Added a check for a NULL prefs_common.dictionary
7612
7613 2002-11-12 [colin]      0.8.5claws131
7614
7615         * src/ssl_certificate.[ch]
7616                 Use FQDN hostname
7617
7618 2002-11-12 [colin]      0.8.5claws130
7619
7620         * src/ssl_certificate.[ch]
7621                 Take connection port into account for 
7622                 checking certificates (a single hostname
7623                 could have multiple servers with multiple
7624                 certificates)
7625         * src/ssl.c
7626                 Pass the port to ssl_certificate_check
7627
7628 2002-11-12 [paul]       0.8.5claws129
7629
7630         * src/folder.c
7631                 fix a typo in last commit
7632
7633 2002-11-12 [paul]       0.8.5claws128
7634
7635         * sync with 0.8.5cvs23
7636                 see ChangeLog entry 2002-11-12
7637
7638 2002-11-11 [colin]      0.8.5claws127
7639
7640         * src/ssl_certificate.c
7641                 Cleaner messages
7642                 Don't popup, instead log error, if the 
7643                 corresponding pref is checked
7644         * src/ssl_certificate.h
7645                 include <openssl/objects/h>
7646
7647 2002-11-11 [colin]      0.8.5claws126
7648
7649         * src/ssl_certificate.h
7650                 _Really_ clean it
7651
7652 2002-11-11 [colin]      0.8.5claws125
7653         
7654         * src/ssl_certificate.c
7655                 Fixed leak
7656
7657 2002-11-11 [colin]      0.8.5claws124
7658
7659         * src/ssl.c
7660                 Cleaned a bit
7661         * src/ssl_certificate.[ch]
7662                 Cleaned a bit (better use of SSL API)
7663                 (This will cause non-recognition of saved 
7664                  certificates of claws12[23]...)
7665
7666 2002-11-11 [paul]       0.8.5claws123
7667         
7668         * po/es.po
7669                 updated by Ricardo Mones Lastra
7670
7671 2002-11-11 [colin]      0.8.5claws122
7672
7673         * src/ssl.c
7674                 Fix a typo
7675
7676 2002-11-11 [colin]      0.8.5claws121
7677
7678         * src/ssl_certificate.[ch] ** NEW FILES **
7679         * src/ssl.[ch]
7680                 Check SSL certificates presented to us
7681         * src/Makefile.am
7682                 Add ssl_certificate.[ch]
7683         * po/POTFILES.in
7684                 Add ssl_certificate.c
7685
7686 2002-11-11 [paul]       0.8.5claws120
7687
7688         * sync with 0.8.5cvs22
7689                 see ChangeLog 2002-11-11
7690
7691 2002-11-11 [paul]       0.8.5claws119
7692
7693         * sync with 0.8.5cvs21
7694                 see ChangeLog 2002-11-11
7695
7696 2002-11-10 [jens]       0.8.5claws118
7697
7698         * src/folder.c
7699         * src/folderview.c
7700                 corrected some typing
7701         * po/de.po
7702                 updated german translation
7703         * sylpheed.spec.in
7704                 cleaned up specfile and adjusted it for claws
7705
7706 2002-11-10 [colin]      0.8.5claws117
7707
7708         * src/summaryview.c
7709                 a STATUSBAR_PUSH/POP fix
7710
7711 2002-11-10 [colin]      0.8.5claws116
7712
7713         * src/prefs_folder_item.c
7714                 Fix hanging after opening folder properties
7715
7716 2002-11-10 [hoa]        0.8.5claws115
7717
7718         * src/matcher_parser_lex.l
7719         * src/matcher_parser_parse.y
7720                 config file for scoring and filtering is no more trashed
7721                 when there is a syntax error in a filtering rule when
7722                 editing it in a dialog.
7723
7724 2002-11-09 [colin]      0.8.5claws114
7725
7726         * src/mbox_folder.c
7727                 Added missing initialisation of folder->destroy()
7728
7729 2002-11-09 [colin]      0.8.5claws113
7730
7731         * src/folder.c
7732           src/folderview.c
7733                 Fix the status bar messages
7734
7735 2002-11-09 [colin]      0.8.5claws112
7736
7737         * src/folderview.c
7738                 Fix hangs after folder dnd, happening after 
7739                 claws109.
7740
7741 2002-11-09 [christoph]  0.8.5claws111
7742
7743         * src/folderview.c
7744                 just changed order of calls (reverse order of
7745                 associated calls)
7746         * src/inc.c
7747                 lock inc when checking only one account, otherwise
7748                 inc all could be executed at the same time
7749
7750 2002-11-09 [christoph]  0.8.5claws110
7751
7752         * src/folderview.c
7753                 better unlock the mouse cursor before calling
7754                 summary_show because it changes the cursor too
7755
7756 2002-11-09 [christoph]  0.8.5claws109
7757
7758         * src/folder.[ch]
7759         * src/folderview.c
7760                 add functions to open and close a folder
7761                 o opending will execute scanning for remote folders
7762                   and processing
7763                 o closing will unset new flag for messages
7764
7765 2002-11-09 [colin]      0.8.5claws108
7766
7767         * src/folder.c
7768                 Add a call to prefs_matcher_write_config to 
7769                 avoid non-leaf folders filtering settings to be
7770                 lost
7771
7772 2002-11-09 [paul]       0.8.5claws107
7773
7774         * src/prefs_account.c
7775                 re-word a label
7776
7777 2002-11-09 [colin]      0.8.5claws106
7778
7779         * src/folderview.c
7780                 Minor esthetic fix
7781
7782 2002-11-09 [colin]      0.8.5claws105
7783
7784         * src/folderview.c
7785                 Fix prefs_filtering deletion for MH folders (same
7786                 reason as below)
7787         * src/prefs_filtering.c
7788                 Fix prefs_filtering renaming and deletion for 
7789                 folder-based processing rules.  
7790
7791 2002-11-09 [christoph]  0.8.5claws104
7792
7793         * src/compose.c
7794         * src/folder.[ch]
7795         * src/folderview.[ch]
7796         * src/import.c
7797         * src/inc.c
7798         * src/main.c
7799         * src/mainwindow.c
7800         * src/messageview.c
7801         * src/prefs_folder_item.c
7802         * src/procmsg.c
7803         * src/summaryview.c
7804                 implement a callback system for folder item updates
7805
7806 2002-11-09 [colin]      0.8.5claws103
7807
7808         * src/folderview.c
7809                 Fix prefs_filtering renaming for MH folders (we
7810                 shouldn't rename by path as another folder could
7811                 have the same hierarchy).
7812
7813 2002-11-09 [colin]      0.8.5claws102
7814
7815         * src/folder.c
7816                 Fix a leak found by Christoph, use better variable
7817                 names
7818
7819 2002-11-09 [colin]      0.8.5claws101
7820
7821         * src/folder.c
7822                 One more fix for processing rules
7823
7824 2002-11-08 [colin]      0.8.5claws100
7825         
7826         * src/matcher.c
7827                 Don't copy the compiled regexp (will be reevaluated)
7828         * src/folderview.c
7829                 Lock folderview while moving
7830         * src/folder.c
7831                 Provide info on what's happening to the user
7832
7833 2002-11-08 [colin]      0.8.5claws99
7834
7835         * src/folderview.c
7836                 Fix folder reordering after a move if parent is 
7837                 root
7838         * src/scoring.[ch]
7839                 Add function to copy a ScoringProp
7840         * src/prefs_folder_item.c
7841                 Copy scoring rules when copying a folder prefs
7842
7843 2002-11-08 [colin]      0.8.5claws98
7844
7845         * src/folderview.c
7846                 Fixes in case of failure
7847         * src/filtering.[ch]    
7848                 Add function to duplicate a FilteringProp
7849         * src/matcher.[ch]
7850                 Add function to duplicate a MatcherProp
7851         * src/prefs_folder_item.c
7852                 Save folder's processing rules when copying 
7853                 its prefs
7854
7855 2002-11-08 [colin]      0.8.5claws97
7856         
7857         * src/folderview.c
7858                 Sort after move
7859         * src/folder.c 
7860                 Change a printf to debug_print
7861
7862 2002-11-08 [colin]      0.8.5claws96
7863
7864         * src/folder.c
7865           src/folderview.c
7866                 Fix segfaults, call me stupido
7867         
7868
7869 2002-11-08 [colin]      0.8.5claws95
7870
7871         *src/folder.c
7872                 Added forgotten prefs to save when moving folders
7873
7874 2002-11-08 [colin]      0.8.5claws94
7875
7876         * src/folder.c
7877                 Fixes to folder DND (prefs copy)
7878         * src/folderview.c
7879                 Optimization for folder DND (don't rescan whole tree)
7880                 Added folderview_create_folder_node() for this 
7881                 optimization, so de-duped a bit the code
7882         * src/prefs_folder_item.[ch]
7883                 Added prefs_folder_item_copy_prefs()    
7884           
7885 2002-11-08 [paul]       0.8.5claws93
7886
7887         * src/prefs_account.c
7888           tools/README
7889           tools/kmail2sylpheed_v2.pl
7890                 correct some typos
7891
7892 2002-11-08 [paul]       0.8.5claws92
7893
7894         * src/compose.c
7895           src/prefs_account.[ch]
7896                 remove account options 'clearsign' and 'ascii_armored',
7897                 replace with 'default_gnupg_mode' to prevent mixed-mode
7898                 Privacy settings
7899
7900 2002-11-08 [paul]       0.8.5claws91
7901
7902         * src/compose.[ch]
7903                 re-implement GnuPG 'on-the-fly' mode selection,
7904                 disallow mixed-mode
7905
7906 2002-11-08 [colin]      0.8.5claws90
7907
7908         * src/folderview.c
7909           src/prefs_folder_item.c
7910                 Change "Property" to "Properties"
7911
7912 2002-11-07 [colin]      0.8.5claws89
7913
7914         * src/folderview.c
7915           src/folder.c
7916                 Allow folder dropping to a root folder
7917
7918 2002-11-07 [paul]       0.8.5claws88
7919
7920         * src/compose.c
7921                 revert last commit
7922
7923 2002-11-07 [paul]       0.8.5claws87
7924
7925         * src/compose.c
7926                 fix reply-to-list bug. closes bug report
7927                 "[633382] reply-to-list broken in recent cvs"
7928
7929 2002-11-07 [paul]       0.8.5claws86
7930
7931         * src/compose.c
7932                 add a forgotten '#if USE_GPGME ... #endif'
7933
7934 2002-11-07 [paul]       0.8.5claws85
7935
7936         * sync with 0.8.5cvs20
7937                 see ChangeLog 2002-11-07
7938
7939 2002-11-07 [colin]      0.8.5claws84
7940
7941         * src/folder.[ch]
7942                 Change folder_item_move_to to return the newly 
7943                 created folderitem.
7944         * src/folderview.c
7945                 Select the new folderitem after moving.
7946
7947 2002-11-07 [colin]      0.8.5claws83
7948
7949         * src/prefs_filtering.c
7950                 Fix rule rewriting when moving a leaf folder to a 
7951                 shorter path
7952
7953 2002-11-07 [colin]      0.8.5claws82
7954
7955         * src/prefs_filtering.c
7956                 fix a leak
7957
7958 2002-11-07 [colin]      0.8.5claws81
7959
7960         * src/folder.[ch]
7961                 Add folder_item_move_to() function to move a 
7962                 folderitem into another one (updates matcher etc)
7963         * src/folderview.c
7964                 Add folder drag'n drop (context menu to come)
7965                 [Should be dataloss free, but Please backup before 
7966                  trying !]
7967
7968 2002-11-06 [colin]      0.8.5claws80
7969
7970         * src/mh.c
7971                 mh_create_folder() returns NULL if can't create
7972                 directory hierarchy
7973
7974 2002-11-06 [paul]       0.8.5claws79
7975
7976         * src/compose.[ch]
7977                 allow 'on-the-fly' changing of the type of encryption 
7978                 and/or signing used (mime/ascii) via the compose window
7979
7980 2002-11-06 [paul]       0.8.5claws78
7981
7982         * sync with 0.8.5cvs19
7983                 see ChangeLog 2002-11-06 for src/account.c: 
7984                 account_get_special_folder()
7985                 
7986 2002-11-05 [alfons]     0.8.5claws77
7987
7988         * src/crash.c
7989                 very minor cleanups: nothing to see here, move on. :-)
7990
7991 2002-11-05 [colin]      0.8.5claws76
7992
7993         * src/main.c
7994                 Changes choices if compose windows are opened to
7995                 Discard, Draft, Don't quit
7996
7997 2002-11-05 [thorsten]   0.8.5claws75
7998
7999         * src/compose.c
8000                 reenabled default_reply_to folder option
8001
8002 2002-11-05 [colin]      0.8.5claws74
8003
8004         * src/compose.[ch] 
8005                 add compose_draft()
8006         * src/crash.c
8007                 add SIGTERM handler
8008         * src/main.[ch]
8009                 add clean_quit() for the SIGTERM handler
8010
8011 2002-11-05 [paul]       0.8.5claws73
8012         
8013         * po/es.po
8014                 updated by Ricardo Mones Lastra
8015
8016 2002-11-05 [melvin]     0.8.5claws72
8017
8018         * src/logwindow.c
8019                 Fixed log-clipping bug #616795.
8020                 To stop logging in the log window use 0 length.
8021         * src/prefs_common.c
8022                 Added a label to inform about the 0 log length behaviour.
8023
8024 2002-11-05 [paul]       0.8.5claws71
8025
8026         * sync with 0.8.5cvs17
8027                 see ChangeLog 2002-11-05
8028
8029 2002-11-04 [paul]       0.8.5claws70
8030
8031         * sylpheed-128x128.png
8032           sylpheed-64x64.png
8033           sylpheed.png
8034                 replace with pngcrushed icons. Submitted by Nicolas Kaiser,
8035                 <nikai@users.sourceforge.net>
8036                 
8037         * po/bg.po
8038                 updated by George Danchev
8039
8040 2002-11-03 [thorsten]   0.8.5claws69
8041
8042         * src/main.c
8043           src/mimeview.c
8044           src/rfc2015.h
8045                 add check if gpg is active
8046
8047 2002-11-03 [thorsten]   0.8.5claws68
8048
8049         * src/toolbar.h
8050                 removed GSList declaration causing trouble on MacOS-X
8051                 (submitted by alfons, reported by xfesty)
8052
8053 2002-11-01 [paul]       0.8.5claws67
8054
8055         * src/mainwindow.c
8056                 remove last remnants of main's filter code
8057
8058 2002-11-01 [paul]       0.8.5claws66
8059
8060         * tools/filter_conv.pl
8061                 fix bug where user-defined headers were ignored
8062
8063 2002-11-01 [paul]       0.8.5claws65
8064
8065         * src/logwindow.c
8066                 make a debug_print() not translatable
8067
8068 2002-10-31 [melvin]     0.8.5claws64
8069
8070         * ac/aspell.m4
8071                 Fixed --disable-aspell-test. Now --disable-aspell-test will 
8072                 not run any GNU/aspell test.  The dictionary path will
8073                 be by default /usr/local/lib/aspell/ unless --with-aspell-prefix
8074                 was given, in which case, it will be $prefix/lib/aspell/
8075         * configure.in
8076                 Fixed typo in commentary (Aspell code).
8077
8078 2002-10-31 [paul]       0.8.5claws63
8079
8080         * po/POTFILES.in
8081                 remove src/filter.c and src/prefs_filter.c
8082                 thanks to Ricardo for reminding me
8083
8084 2002-10-31 [colin]      0.8.5claws62
8085
8086         * src/mbox_folder.c
8087                 Plug some leaks
8088
8089 2002-10-31 [paul]       0.8.5claws61
8090
8091         * src/prefs_filter.[ch] ** REMOVED **
8092           src/filter.[ch]       ** REMOVED **
8093           
8094         * src/Makefile.am
8095           src/folderview.c
8096           src/inc.c
8097           src/main.c
8098           src/mainwindow.c
8099           src/mbox.c
8100           src/prefs_common.c
8101           src/prefs_filtering.c
8102           src/summaryview.[ch]
8103                 remove main's 'filter' code
8104                 
8105         README.claws
8106                 update to reflect removal of main's filter
8107
8108 2002-10-31 [paul]       0.8.5claws60
8109
8110         * src/summaryview.c
8111                 remove check for global_processing in summary_filter_open(). 
8112                 This fixes the bug where if the user uses the right-click 
8113                 'Create filter rule...' and doesn't have any filter rules 
8114                 already defined in claws' advanced filtering, the newly 
8115                 created filter rule goes to main's filtering which is 
8116                 inaccessible through the gui. Now the filter rule gets added
8117                 to claws' filtering by default.
8118
8119 2002-10-28 [melvin]     0.8.5claws59
8120
8121         * src/prefs_actions.c
8122                 Fixed bug #627322 where MIME parts were not always
8123                 correctly passed to a %p action
8124                 Display an error dialog when message filename is not found.
8125
8126 2002-10-28 [melvin]     0.8.5claws58
8127
8128         * src/prefs_common.c
8129                 Readded a missing function declaration lost in 0.8.3claws34
8130
8131 2002-10-28 [paul]       0.8.5claws57
8132
8133         * sync with 0.8.5cvs15
8134                 see ChangeLog 2002-10-28 and 2002-10-25
8135                 
8136         Note: ChangeLog entry 2002-10-24 is not sync'ed.
8137
8138 2002-10-27 [oliver]     0.8.5claws56
8139
8140         * src/pop.c
8141                 plug leak in pop3_top_recv
8142
8143 2002-10-26 [christoph]  0.8.5claws55
8144
8145         * src/folder.c
8146                 set need_update folder flag when messages are added
8147                 (closes bug [ 626922 ] folder not updated after receiving)
8148
8149 2002-10-25 [melvin]     0.8.5claws54
8150
8151         * src/imageview.c
8152                 Fixed a memleak introduced in the scaling code.
8153
8154 2002-10-24 [alfons]     0.8.5claws53
8155
8156         * src/filtering.c
8157                 make filtering's forward message action forward from the 
8158                 correct account
8159                 (closes bug [628089 ] Filter -> Forward from address problem
8160                 reported by Oktay)
8161
8162 2002-10-24 [christoph]  0.8.5claws52
8163
8164         * src/mainwindow.c
8165         * src/manual.[ch]
8166                 o use manual of current locale or english if current
8167                   locale is not available (and english is available)
8168                 o also link to sylpheed doc project manuals
8169
8170 2002-10-23 [paul]       0.8.5claws51
8171
8172         * tools/README
8173           tools/kmail2sylpheed_v2.pl
8174                 add new version of kmail addressbook importer script.
8175                 works with newer versions of Kmail/KAddressBook which
8176                 have new and rearranged data.
8177
8178 2002-10-23 [martin]     0.8.5claws50
8179
8180         * src/folderview.c
8181         * src/summaryview.c
8182         * src/utils.h
8183         * src/utils.c
8184                 added length parameter to get_abbrev_newsgroup_name()
8185                 changed this function so that it abbreviates the newsgroup
8186                 names only so long it is smaller than the length parameter
8187                 (for better reading of some newsgroup names and space efficiency)
8188
8189 2002-10-22 [colin]      0.8.5claws49
8190
8191         *src/foldersel.c
8192                 Revert Alfons' last modification (after voting ;-))
8193
8194 2002-10-21 [alfons]     0.8.5claws48
8195
8196         * src/foldersel.c
8197                 folder view in folder selection dialog reflects state of
8198                 folder view in main window
8199
8200 2002-10-18 [alfons]     0.8.5claws47
8201
8202         * src/mbox.c
8203                 drop imported messages in folder selected by user,
8204                 and not in the inbox
8205                 (closes bug [ 625424 ] Import mbox always to "Inbox" folder)
8206
8207 2002-10-18 [alfons]     0.8.5claws46
8208
8209         * src/compose.c
8210                 make automagic reply work correctly for email accounts 
8211                 (whether it's viable to do a full sync with Hiro's 
8212                 compose.c is still under discussion)
8213
8214 2002-10-18 [melvin]     0.8.5claws45
8215
8216         * src/prefs_actions.c
8217                 Fixed bug #622275 where asynchroneous actions left 
8218                 zombies processes
8219                 Made (synchroneous) actions' input be displayed live.
8220
8221 2002-10-18 [christoph]  0.8.5claws44
8222
8223         * src/textview.c
8224                 don't add a newline in the textview in front of the
8225                 first textpart if header display is disabled
8226                 (closes bug [ 603385 ] disabled header display leaves blank
8227                  lin)
8228
8229 2002-10-18 [christoph]  0.8.5claws43
8230
8231         * src/folder.[ch]
8232         * src/imap.c
8233         * src/mbox_folder.c
8234         * src/mh.c
8235         * src/news.c
8236                 folder->get_num_list now returns an error code
8237                 (closes bug [ 609424 ] News cache cleared on failure)
8238                 
8239 2002-10-17 [colin]      0.8.5claws42
8240         
8241         * src/news.c
8242                 Changed a printf by debug_print
8243
8244 2002-10-16 [paul]       
8245
8246         * tools/OOo2sylpheed.pl
8247                 allow for spaces in the name of the
8248                 file to be attached.
8249
8250 2002-10-16 [colin]      0.8.5claws41
8251
8252         * src/main.c
8253                 Use a tristate to change online mode
8254
8255 2002-10-16 [paul]       0.8.5claws40
8256
8257         * po/es.po
8258                 updated by Ricardo Mones Lastra
8259
8260 2002-10-16 [colin]      0.8.5claws39
8261
8262         * src/main.c
8263           src/mainwindow.[ch]
8264                 Added --online and --offline command-line
8265                 switches
8266
8267 2002-10-15 [christoph]  0.8.5claws38
8268
8269         * src/procmime.c
8270                 set mimeinfo->name to NULL after g_free to
8271                 avoid double freeing with g_free
8272
8273 2002-10-14 [christoph]  0.8.5claws37
8274
8275         * src/compose.c
8276         * src/filtering.c
8277         * src/summaryview.c
8278                 remove calls to folder->change_flags that are now
8279                 done by procmsg flag functions (seems it is not
8280                 used by any foldertype anyway)
8281         * src/folder.c
8282                 init folder->change_flags with NULL
8283
8284 2002-10-14 [christoph]  0.8.5claws36
8285
8286         * src/folder.[ch]
8287         * src/imap.[ch]
8288                 use virtual functions for folder item new and destroy
8289                 functions
8290
8291 2002-10-14 [melvin]     0.8.5claws35
8292
8293         * src/compose.c
8294                 Added a test to not run the spell checker if no default
8295                 dictionary is available. No dialog is displayed though.
8296
8297 2002-10-14 [melvin]     0.8.5claws34
8298
8299         * src/gtkaspell.c
8300                 Fixed bug in dictionary list context menu where
8301                 "More..." pointed to an emtpy submenu if the
8302                 number of dictionaries is a multiple of 15
8303                 Removed unneeded code in suggestions list creation
8304
8305 2002-10-14 [paul]       0.8.5claws33
8306
8307         * po/bg.po
8308                 updated by George Danchev
8309
8310 2002-10-13 [hoa]        0.8.5claws32
8311
8312         * src/matcher.[ch]
8313           src/matcher_parser_parser.y
8314                 removed the escaped string from internal structure
8315                 of matcher.
8316
8317 2002-10-12 [colin]      0.8.5claws31
8318
8319         * src/gtksctree.[ch]
8320           src/summaryview.c
8321                 Removed useless function gtksctree_reanchor
8322
8323 2002-10-12 [alfons]     0.8.5claws30
8324         
8325         * sync with remaining main changes 2002-10-09 - 2002-10-11
8326         - drop changes to src/compose.c (requires claws specific changes)
8327         
8328 2002-10-12 [alfons]     0.8.5claws29
8329         
8330         * sync with main changes of 2002-10-08
8331         - drop changes to src/compose.c (requires claws specific changes)
8332         - drop changes to src/summaryview.c (requires changes to compose.c)     
8333
8334 2002-10-12 [alfons]     0.8.5claws28
8335         
8336         * sync with main changes of 2002-10-07
8337
8338 2002-10-12 [alfons]     0.8.5claws27
8339
8340         * sync with main changes of 2002-10-04
8341         - drop changes to src/compose.c (requires claws specific changes)
8342         - drop changes to src/prefs_folder_item.c (claws implementation
8343           seems to be working)
8344
8345 2002-10-12 [colin]      0.8.5claws26
8346
8347         * src/mainwindow.c
8348                 Fix folder-flicker when space-reading, introduced 
8349                 in claws22.
8350
8351 2002-10-12 [colin]      0.8.5claws25
8352
8353         * src/compose.c
8354                 Save account address when saving as draft.
8355                 (closes bug 621838)
8356
8357 2002-10-12 [colin]      0.8.5claws24
8358
8359         * src/summaryview.c
8360                 Fix the problem consisting of no message selected
8361                 after the last message in a folder has been moved.
8362
8363 2002-10-12 [paul]       0.8.5claws23
8364
8365         * src/compose.c
8366           src/prefs_template.c
8367           src/template.[ch]
8368                 add Cc and Bcc to templates. Patch submitted by
8369                 John L. Males.
8370
8371 2002-10-12 [colin]      0.8.5claws22
8372
8373         * src/folderview.c
8374                 Fix a bug after "Check for new messages":
8375                 If a folder was opened, it was still selected at
8376                 the end of the check, but displayed empty.
8377         * src/mainwindow.c
8378                 Remove unnecessary check
8379
8380 2002-10-12 [paul]
8381
8382         * tools/README
8383                 be more verbose in the description of
8384                 OOo2sylpheed.pl
8385                 
8386
8387 2002-10-11 [colin]      0.8.5claws21
8388
8389         * src/mainwindow.c
8390                 Make space work (better) when no mail is selected
8391
8392 2002-10-11 [colin]      0.8.5claws20
8393
8394         * src/inc.c
8395           src/news.c
8396                 fix warnings
8397
8398 2002-10-11 [colin]      0.8.5claws19
8399
8400         * src/mainwindow.c
8401                 revert 0.8.5claws6 changes as i couldn't get to
8402                 anything satisfying
8403
8404 2002-10-11 [melvin]     0.8.5claws18
8405
8406         * src/compose.c
8407                 Removed buggy and unused macro (should have been committed in
8408                 0.8.5claws17)
8409
8410 2002-10-11 [melvin]     0.8.5claws17
8411
8412         * src/compose.c
8413                 Fixed memory leak from bug #622040 (thanks to Martin Kluge)
8414
8415 2002-10-11 [thorsten]   0.8.5claws16 
8416
8417         * src/folderview.c
8418                 remove rescan warning
8419
8420 2002-10-11 [colin]      0.8.5claws15 
8421
8422         * src/procheader.c
8423                 fix a segfault that happens if conv_unmime_header
8424                 fails (should be better to find out why it fails)
8425
8426 2002-10-11 [christoph]  0.8.5claws14
8427
8428         * src/summaryview.c
8429                 update folderview stats after ignore/unignore thread
8430
8431 2002-10-11 [hoa]        0.8.5claws13
8432
8433         * src/quote_fmt_parse.y
8434                 Fixed a yacc/bison syntax error
8435         * src/matcher.c
8436                 Escaping of string is fixed.
8437
8438 2002-10-11 [colin]      0.8.5claws12
8439
8440         * src/imageview.c
8441                 Resize images to fit
8442
8443 2002-10-11 [paul]       0.8.5claws11
8444
8445         * po/es.po
8446                 updated by Ricardo Mones Lastra
8447
8448 2002-10-10 [alfons]     0.8.5claws10
8449
8450         * src/compose.c
8451                 allow dropping files by "moving" files from a file manager,
8452                 not only by the more cumbersome "copying". the latter 
8453                 mostly implies holding down the Control button
8454
8455 2002-10-10 [christoph]  0.8.5claws9
8456
8457         * src/summaryview.c
8458                 update folders after thread building for ignored threads
8459
8460 2002-10-10 [christoph]  0.8.5claws8
8461
8462         * config/.cvsignore
8463                 added Makefile
8464         * src/filtering.[ch]
8465         * src/folder.[ch]
8466         * src/folderview.[ch]
8467         * src/import.c
8468         * src/inc.[ch]
8469         * src/mbox.[ch]
8470         * src/procmsg.c
8471         * src/summaryview.[ch]
8472                 o added new flag need_update to FolderItem
8473                 o removed folder_table from various functions from tracking
8474                   folder updates
8475                 o set need_update flags in folder.c's move, copy and delete
8476                   functions and procmsg's flags functions
8477                 o added function folderview_update_items_when_required that
8478                   updates all folders with need_update set
8479                 o call folderview_update_items_when_required instead of
8480                   folderview_update_item_foreach
8481
8482 2002-10-09 [sergey]     0.8.5claws7
8483
8484         * src/compose.c
8485                 Strip CRs whel loading the text into editor in reedit mode.
8486
8487 2002-10-09 [colin]      0.8.5claws6
8488
8489         * src/mainwindow.c
8490                 Make Space work when no mail is selected
8491
8492 2002-10-09 [colin]      0.8.5claws5
8493
8494         * src/gtksctree.[ch]
8495                 Fix range_select
8496                 Add gtk_sctree_reanchor() 
8497         * src/summaryview.c
8498                 Use gtk_sctree_reanchor() - better fix for 
8499                 bug 60413
8500
8501 2002-10-09 [colin]      0.8.5claws4
8502
8503         * src/summaryview.c
8504                 Fix shift-click select after delete problem
8505                 (closes bug 60413)
8506
8507 2002-10-08 [thorsten]   0.8.5claws3
8508
8509         * src/summaryview.c
8510                 exclude current msg from -hide read messages-
8511
8512 2002-10-08 [colin]      0.8.5claws2
8513
8514         * src/inc.[ch]
8515           src/pop.c
8516           src/recv.c
8517                 Differentiate socket errors from disk full
8518                 errors
8519
8520 2002-10-08 [christoph]  0.8.5claws1
8521
8522         * Makefile.am
8523         * configure.in
8524                 modifications for new config directory
8525
8526         * config.guess  ** REMOVED **
8527         * config.sub    ** REMOVED **
8528         * install-sh    ** REMOVED **
8529         * ltmain.sh     ** REMOVED **
8530         * missing       ** REMOVED **
8531         * mkinstalldirs ** REMOVED **
8532                 these files are autogenerated by automake
8533                 when you run autogen.sh
8534
8535         * config/.cvsignore     ** NEW FILE **
8536         * config/Makefile.am    ** NEW FILE **
8537                 ignore autogenerated files
8538                 create a Makefile in this directory
8539
8540 2002-10-08 [paul]       0.8.5claws
8541
8542         * 0.8.5claws release
8543         
8544         * src/compose.c
8545           src/procheader.c
8546           src/procmsg.c
8547                 fix quote reply format for newsgroups reply bug
8548                 (thanks to Hoa)
8549                 
8550         * po/en_GB.po
8551           po/pl.po
8552                 updated by me and Witold Wladyslaw Wojciech Wilk
8553                 repectively
8554
8555 2002-10-07 [paul]       0.8.3claws53
8556
8557         * po/it.po
8558           po/pt_BR.po
8559           po/sr.po
8560                 updated messages catalogs, submitted by
8561                 Alessandro Maestri, Fabio Jr.Beneditto 
8562                 and Urke MMI, respectively.
8563
8564 2002-10-07 [christoph]  0.8.3claws52
8565
8566         * src/folder.[ch]
8567         * src/folderview.c
8568         * src/mainwindow.c
8569                 fix new folder ghost message bug
8570                 (closes bug [ 619722 ] wrong count for newly created folders)
8571
8572 2002-10-07 [christoph]  0.8.3claws51
8573
8574         * src/compose.c
8575                 fix news posting problem
8576
8577 2002-10-07 [melvin]     0.8.3claws50
8578
8579         * po/fr.po
8580                 Updated French translation
8581
8582 2002-10-05 [christoph]  0.8.3claws49
8583
8584         * src/gtkstext.c
8585                 check if line_start_cache is set in gtk_stext_update_text
8586                 (closes bug [ 618119 ] crash while doing search in folder)
8587
8588 2002-10-05 [christoph]  0.8.3claws48
8589
8590         * src/imap.c
8591         * src/news.c
8592         * src/utils.c
8593         * src/utils.h
8594                 implement cache cleanups for claws' folder system
8595                 (closes bug [ 595916 ] imapcache not cleaned up)
8596
8597 2002-10-05 [melvin]     0.8.3claws47
8598
8599         * src/prefs_actions.c
8600                 Made the help text more clear for the %p token
8601
8602 2002-10-04 [paul]       0.8.3claws46
8603
8604         * sync with 0.8.5
8605                 see ChangeLog 2002-10-02 and 2002-10-03
8606
8607 2002-10-04 [christoph]  0.8.3claws45
8608
8609         * src/inc.c
8610                 fix segfault caused by pop before smtp
8611                 call to inc_account_mail with NULL
8612                 pointer for mainwin
8613
8614 2002-10-04 [paul]       0.8.3claws44
8615
8616         * configure.in
8617                 sync the LDAP detection from 0.8.5cvs1
8618
8619 2002-10-02 [christoph]  0.8.3claws43
8620
8621         * po/de.po
8622                 fix small spelling error
8623
8624 2002-10-02 [melvin]     0.8.3claws42
8625
8626         * ac/aspell.m4
8627                 Behave better and say "no" when test program cannot be run.
8628
8629 2002-10-02 [paul]       0.8.3claws41
8630
8631         * sync with 0.8.4cvs1
8632                 see ChangeLog 2002-09-30, 2002-10-01, 2002-10-02
8633                 
8634         * src/summaryview.c
8635                 toggle the behavior of Reply menuitem between
8636                 normal reply and reply-to-list
8637
8638 2002-10-01 [sergey]     0.8.3claws40
8639
8640         * src/compose.c
8641                 Convert newlines in the message text to the canonical form
8642                 before base64 encoding (RFC2045 compliance, fixes some
8643                 interoperability issues with Evolution 1.0.3)
8644
8645 2002-09-29 [colin]      0.8.3claws39
8646
8647         * src/summaryview.c
8648                 Fix an unwanted copy/paste
8649
8650 2002-09-29 [colin]      0.8.3claws38
8651
8652         * src/mainwindow.c
8653                 Renamed "Custom toolbar" to "Customize toolbar"
8654                 Renamed "Show all header" to "Show all headers"
8655                 Renamed "Set diplay item" to "Set displayed items"
8656         * src/prefs_common.c
8657                 Renamed "Show all header" to "Show all headers"
8658         * src/prefs_summary_column.c
8659                 Renamed "diplay item" to "displayed items"
8660
8661 2002-09-29 [colin]      0.8.3claws37
8662
8663         * src/mainwindow.[ch]
8664                 online/offline status pixmaps follow theme
8665                 changes
8666         * src/summaryview.[ch]
8667                 quicksearch pixmap follows theme changes
8668
8669 2002-09-29 [thorsten]   0.8.3claws36
8670
8671         * src/compose.c
8672           src/prefs_folder_item.[ch]
8673                 add default_reply_to folder option (closes patch 581044)
8674
8675 2002-09-29 [christoph]  0.8.3claws35
8676
8677         * acconfig.h    ** REMOVED **
8678         * configure.in
8679         * ac/aspell.m4
8680         * ac/check-type.m4
8681         * ac/gnupg-check-typedef.m4
8682                 fix autoheader 2.50 warning
8683
8684 2002-09-29 [christoph]  0.8.3claws34
8685
8686         * major code cleanup (part 2)
8687         
8688                 - unused variables removed
8689                 - unused functions removed
8690                 - uninitialized variables checked
8691                 - missing return statements added
8692                 - missing function return types added
8693                 - added parentheses around assignment
8694                   when suggested by gcc
8695
8696 2002-09-29 [alfons]     0.8.3claws33
8697
8698         * src/logwindow.c
8699                 log_window_clear(): only bracket gtk_text_forward_delete() 
8700                 with gtk_text_freeze() / gtk_text_thaw() (see if this
8701                 works around GTK text bug)
8702
8703 2002-09-29 [paul]       0.8.3claws32
8704
8705         * po/bg.po
8706           po/sr.po
8707                 updated by George Danchev and Urke MMI
8708                 respectively
8709
8710 2002-09-27 [christoph]  0.8.3claws31
8711
8712         * doc-src/readme.txt
8713         * doc-src/rfc1806.txt   ** REMOVED **
8714         * doc-src/rfc2183.txt   ** NEW FILE **
8715         * doc-src/rfc2980.txt   ** NEW FILE **
8716                 update rfcs
8717
8718 2002-09-27 [melvin]     0.8.3claws30
8719
8720         * ac/aspell.m4
8721                 Fixed typo which could break linking
8722
8723 2002-09-27 [melvin]     0.8.3claws29
8724
8725         * ac/aspell.m4
8726                 Improved GNU/aspell checking. 
8727                 Fixed bug #614490
8728
8729 2002-09-27 [paul]       0.8.3claws28
8730
8731         * sync with 0.8.3cvs8
8732                 see ChangeLog 2002-09-27
8733
8734 2002-09-26 [colin]      0.8.3claws27
8735
8736         * src/toolbar.[ch]
8737           src/mainwindow.[ch]
8738                 Add "Reply to Mailing-list" to the toolbar
8739
8740 2002-09-26 [christoph]  0.8.3claws26
8741
8742         * src/summaryview.c
8743                 Fix wrong message counts in summaryview status
8744
8745 2002-09-26 [paul]       0.8.3claws25
8746
8747         * sync with 0.8.3cvs7
8748                 see ChangeLog 2002-09-26
8749
8750 2002-09-26 [paul]       0.8.3claws24
8751
8752         * sync with 0.8.3cvs6
8753                 see ChangeLog 2002-09-25
8754
8755 2002-09-25 [christoph]  0.8.3claws23
8756
8757         * src/prefs_common.c
8758         * src/prefs_folder_item.c
8759         * src/prefs_scoring.c
8760                 Renamed "kill score" to "hide score" in GUI
8761                 and prefs files
8762
8763 2002-09-25 [paul]       0.8.3claws22
8764
8765         * sync with 0.8.3cvs5
8766                 see ChangeLog 2002-09-24
8767
8768 2002-09-24 [alfons]     0.8.3claws21
8769
8770         patch by Satoshi Nagayasu: allows appending / saving multiple 
8771         selected files (closes "[ 612279 ] save multiple mesg(s) in 
8772         'Save as ...'")
8773
8774         * AUTHORS
8775                 add Satoshi Nagayasu
8776         * src/summaryview.c
8777                 summary_save_as(): allow saving selected files to
8778                 one file
8779                 summary_set_menu_sensitive: enable "Save As..." when
8780                 multiple files are selected
8781         * src/utils.[ch]
8782                 append_file(): new function
8783
8784 2002-09-24 [colin]      0.8.3claws20
8785
8786         * src/procmime.c
8787                 Fix segfault when mimeinfo doesn't have a 
8788                 content_type. 
8789
8790 2002-09-24 [colin]      0.8.3claws19
8791
8792         * src/prefs_common.[ch]
8793                 Add a preference to display send dialog or not
8794         * src/send.c
8795                 Display send dialog according to preference
8796
8797 2002-09-24 [colin]      0.8.3claws18
8798
8799         * src/compose.[ch]
8800                 Disable user actions when sending
8801
8802 2002-09-24 [colin]      0.8.3claws17
8803
8804         * src/procmime.c
8805                 Do not display name or filename for attachments
8806                 with an application/pgp-signature type
8807                 (security flaw, see bug 537413)
8808
8809 2002-09-23 [colin]      0.8.3claws16
8810
8811         * src/editaddress.c
8812                 Initialize entry_email, entry_alias and 
8813                 entry_remarks to first email address of the list
8814
8815 2002-09-23 [colin]      0.83claws15
8816
8817         * src/compose.c
8818                 Drop pgp-signature when reediting a signed queued
8819                 message
8820
8821 2002-09-23 [melvin]     0.8.3claws14
8822
8823         * po/fr.po
8824                 Updated French translation
8825
8826 2002-09-23 [melvin]     0.8.3claws13
8827
8828         * src/mainwindow.c
8829                 Made custom toolbar menu labels more consistent
8830         * src/prefs_toolbar.c
8831                 Made custom toolbar window title more consistent
8832
8833 2002-09-22 [colin]      0.8.3claws12
8834
8835         * src/inc.c
8836                 Initialize session type to normal before getting 
8837                 mail (fixes strange Get behaviour)
8838         * src/prefs_account.h
8839                 Move STYPE_POP_BEFORE_SMTP to last position to 
8840                 avoid other side-effects
8841
8842 2002-09-22 [colin]      0.8.3claws11
8843
8844         * src/prefs_account.c
8845                 Fix pop_bfr_smtp_tm_entry sensivity when switching
8846                 from pop3 to apop or vice-versa
8847
8848 2002-09-22 [colin]      0.8.3claws10
8849         
8850         * src/prefs_account.[ch]
8851                 Add an option for the POP before SMTP timeout
8852         * src/inc.c
8853                 Remember time of last POP connection
8854         * src/send.c
8855                 Do POP before SMTP only if timeout reached
8856
8857 2002-09-22 [oliver]     0.8.3claws9
8858         
8859         * README.claws
8860                 explain custom toolbar
8861
8862 2002-09-22 [oliver]     0.8.3claws8
8863
8864         * src/prefs_actions.[ch]
8865         custom toolbar for compose      
8866                 actions callback from compose toolbar
8867         * src/folderview.c
8868                 remove include toolbar.h
8869
8870 2002-09-22 [oliver]     0.8.3claws7
8871         
8872         * src/prefs_toolbar.[ch]
8873                 custom toolbar for compose
8874                 - generic prefs_toolbar handles both
8875                   Mainwin's toolbar as well as Compose toolbar          
8876
8877 2002-09-22 [oliver]     0.8.3claws6
8878         
8879         * src/toolbar.[ch]
8880                 custom toolbar for compose
8881                 restructure toolbar.[ch]
8882
8883 2002-09-22 [oliver]     0.8.3claws5
8884
8885         * src/compose.[ch]
8886                 custom toolbar for compose
8887
8888 2002-09-22 [oliver]     0.8.3claws4
8889         
8890         * src/mainwindow.[ch]
8891                 custom toolbar for compose 
8892                 move mainwin toolbar back to mainwindow
8893
8894 2002-09-22 [alfons]     0.8.3claws3
8895
8896         * src/procmsg.c
8897                 :%sno/if(/if (/gc
8898                 :%sno/for(/for (/gc
8899                 (beautify)
8900
8901 2002-09-22 [alfons]     0.8.3claws2
8902         
8903         * src/procmsg.c
8904                 procmsg_save_to_outbox(): don't unlink message file from queue;
8905                 callers should do it using folder_item_remove_msg()
8906
8907 2002-09-22 [colin]      0.8.3claws1
8908
8909         * src/mimeview.[ch]
8910                 Made mimeview_check_signature() public
8911         * src/textview.c
8912                 Made GPG signatures verifiable by clicking
8913                 the [application/pgp-signature] in the Text
8914                 view
8915
8916 2002-09-22 [paul]       0.8.3claws
8917
8918         * po/bg.po
8919           po/en_GB.po
8920           po/es.po
8921           po/it.po
8922           po/pl.po
8923           po/pt_BR.po
8924           po/sr.po
8925                 updated translations, submitted by George Danchev,
8926                 me, Ricardo Mones Lastra, Alessandro Maestri,
8927                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.Beneditto 
8928                 and Urke MMI, respectively.     
8929
8930 2002-09-22 [alfons]     0.8.2claws65
8931
8932         * src/procmsg.c
8933         * src/pgptext.c
8934                 no furry valgrinds have been used to plug these memleaks
8935
8936 2002-09-20 [paul]       0.8.2claws64
8937
8938         * sync with 0.8.3cvs4
8939                 'Select thread' re-implemented 
8940                 see ChangeLog 2002-09-20
8941
8942 2002-09-21 [alfons]     0.8.2claws63
8943
8944         * src/compose.c
8945                 compose_send(): plug unnoticed memleak
8946
8947 2002-09-20 [alfons]     0.8.2claws62
8948
8949         * src/addr_compl.c
8950                 replace_address_in_edit(): strict check for NULL address to
8951                 fix "[ 607348 ] Segfault in address completion". My guess is
8952                 that this happens with an empty address book, but it's good
8953                 to have this check here anyway
8954                 
8955                 completion_window_button_press(): free string returned 
8956                 from the internal cache
8957
8958 2002-09-20 [christoph]  0.8.2claws61
8959
8960         * src/procmime.h
8961                 added ENC_BINARY to EncodingType
8962         * src/procmime.c
8963                 the string returned by procmime_get_encoding_str
8964                 should not depend on the order of values in the
8965                 EncodingType definition
8966         * doc-src/rfc1806.txt   ** NEW FILE **
8967                 Added rfc1806 about MIME Content-Disposition
8968                 Extension
8969
8970 2002-09-19 [paul]       0.8.2claws60
8971
8972         * sync with 0.8.2cvs3
8973                 see ChangeLog 2002-09-19
8974
8975 2002-09-19 [paul]       0.8.2claws59
8976
8977         * src/prefs_folder_item.c
8978                 revert to Darko's original alignment of colour
8979                 selector button
8980                 add a colon to folder_color label
8981                 
8982         * src/compose.c
8983                 add Colin's patch (with Hiro's modifications) to 
8984                 force BASE64 encoding for 8-bit text when signing
8985                 (sync with 0.8.3cvs2)
8986
8987 2002-09-18 [alfons]     0.8.2claws58
8988
8989         * src/compose.c
8990                 :%sno/if(/if (/gc
8991                 :%sno/for(/for (/gc
8992                 (beautify a little bit)
8993
8994 2002-09-18 [christoph]  0.8.2claws57
8995
8996         * src/pine.c
8997                 fix handling of fgetc return value
8998
8999 2002-09-17 [alfons]     0.8.2claws56
9000         
9001         * src/summaryview.c
9002                 summary_sort(): check non-NULL summaryview->folder_item when no 
9003                 folder is selected at all
9004                 (closes "[ 610344 ] sort label make syl Crash")
9005
9006 2002-09-17 [alfons]     0.8.2claws55
9007         
9008         * src/compose.c
9009                 beautify a little bit
9010
9011 2002-09-17 [christoph]  0.8.2claws54
9012
9013         * src/folder.c
9014                 initialize max values for cache and folder
9015                 when cache or folder is empty
9016
9017 2002-09-15 [colin]      0.8.2claws53
9018
9019         * src/compose.c
9020                 Fix a leak (thanks Alfons!) and cleaned
9021                 variables names for custom headers
9022
9023 2002-09-15 [colin]      0.8.2claws52
9024
9025         * src/compose.c
9026                 Fix custom headers recognition when
9027                 prefs_common.trans_hdr is on
9028
9029 2002-09-15 [colin]      0.8.2claws51
9030
9031         * src/compose.c
9032                 Allow dynamically-added custom headers
9033                 Yet not reparsed if reedited
9034
9035 2002-09-15 [alfons]     0.8.2claws50
9036
9037         * src/prefs_account.c
9038                 fix warnings
9039
9040 2002-09-15 [colin]      0.8.2claws49
9041         
9042         * src/prefs_account.c
9043                 fix pop_before_smtp sensitivity
9044
9045 2002-09-15 [colin]      0.8.2claws48
9046
9047         * src/inc.[ch]
9048                 add inc_pop_before_smtp()
9049                 allow MainWindow to be undefined in 
9050                 inc_account_mail() and inc_start()
9051         * src/pop.c
9052           src/prefs_account.h
9053                 add STYPE_POP_BEFORE_SMTP session type
9054         * src/prefs_account.c
9055                 activated pop before smtp option
9056         * src/send.c
9057                 do pop before smtp if the relevant option 
9058                 is set
9059
9060 2002-09-15 [paul]       0.8.2claws47
9061
9062         * sync with 0.8.3
9063                 see ChangeLog 2002-09-15
9064
9065 2002-09-14 [paul]       0.8.2claws46
9066
9067         * po/bg.po
9068                 updated Bulgarian translation, submitted by
9069                 George Danchev
9070
9071 2002-09-13 [paul]       0.8.2claws45
9072
9073         * src/compose.c
9074                 merge claws' select_account() with main's
9075                 (new) compose_select_account(). [sync with
9076                 0.8.2cvs15, see ChangeLog 2002-09-11]
9077
9078 2002-09-12 [christoph]  0.8.2claws44
9079
9080         * src/filter.c
9081                 allocate 1 elements of FolderItem not 0
9082
9083 2002-09-12 [colin]      0.8.2claws43
9084
9085         * src/compose.c
9086                 Fix bug #590825 (obey Follow-up: poster)
9087
9088 2002-09-12 [colin]      0.8.2claws42
9089
9090         * src/procmime.c
9091                 Fix bug #557009 (wrong headers for messages 
9092                 forwarded as attachments)
9093
9094 2002-09-11 [colin]      0.8.2claws41
9095         
9096         * src/compose.c
9097                 Put SCF: pseudo-header on top of message
9098                 Set draft tmp_flag when saved as draft
9099
9100         * src/procmsg.c
9101           src/procheader.c
9102                 Skip after first \n\n for beginning of real message
9103                 for drafts too
9104
9105 2002-09-11 [christoph]  0.8.2claws40
9106
9107         * src/filtering.c
9108                 use procmsg flag functions in filtering or processing
9109                 will cause incorrect folder message counts
9110
9111 2002-09-11 [colin]      0.8.2claws39
9112
9113         * src/compose.c
9114                 Fix bug #550175 - wrong save folder when reediting
9115                 drafts
9116
9117 2002-09-11 [paul]       0.8.2claws38
9118
9119         * sync with 0.8.2cvs14
9120                 see ChangeLog 2002-09-11
9121
9122 2002-09-11 [colin]      0.8.2claws37
9123
9124         * src/folder.c
9125                 Fix a typo (seeming to cause new/unread status to
9126                 be lost)
9127
9128 2002-09-10 [christoph]  0.8.2claws36
9129
9130         * src/compose.c
9131                 compose_redirect should not use compose_generic_new
9132                 because that does more stuff than expected including
9133                 opening the external editor
9134                 (closes bug "[ 526608 ] bounced messages appear blank
9135                  in editor")
9136
9137 2002-09-10 [christoph]  0.8.2claws35
9138
9139         * src/folder.c
9140                 fix problem with too large message number range
9141                 causing a crash in folder_item_scan
9142
9143 2002-09-10 [paul]       0.8.2claws34
9144
9145         * sync with 0.8.2cvs13
9146                 see ChangeLog 2002-09-10
9147
9148 2002-09-10 [christoph]  0.8.2claws33
9149
9150         * src/msgcache.c
9151                 set MsgInfo TmpFlags for queue and draft folders
9152                 (closes bug "[ 591676 ] Queue ignore MIME on restart")
9153
9154 2002-09-10 [paul]       0.8.2claws32
9155
9156         * AUTHORS
9157           po/bg.po      ** NEW FILE **
9158                 new Bulgarian translation submitted by
9159                 George Danchev <danchev@spnet.net>
9160                 
9161         * tools/Makefile.am
9162           tools/README
9163           tools/tb2sylpheed     ** NEW FILE **
9164                 add script that converts an addressbook exported
9165                 from The Bat! into a Sylpheed addressbook. Submitted
9166                 by Urke MMI <urke-kg@eunet.yu>
9167
9168 2002-09-10 [paul]       0.8.2claws31
9169
9170         * sync with 0.8.2cvs12
9171                 see ChangeLog 2002-09-10
9172
9173 2002-09-06 [paul]       0.8.2claws30
9174
9175         * src/prefs_common.c
9176                 sync with 0.8.2cvs11, see ChangeLog 2002-09-06
9177                 
9178         * tools/Makefile.am
9179           tools/README
9180           tools/ldif-to-xml.py  ** REMOVED **
9181                 remove obsolete python script
9182
9183 2002-09-06 [paul]       0.8.2claws29
9184
9185         * sync with 0.8.2cvs10
9186                 see ChangeLog 2002-09-06
9187
9188 2002-09-04 [paul]       0.8.2claws28
9189
9190         * sync with 0.8.2cvs9
9191                 see ChangeLog 2002-08-04
9192
9193 2002-09-04 [colin]      0.8.2claws27 
9194
9195         * src/prefs_common.[ch]
9196                 Added signature color configuration
9197         * src/textview.c
9198                 Use user-specified signature color
9199
9200 2002-09-03 [colin]      0.8.2claws26
9201
9202         * src/prefs_common.[ch]
9203                 Added autosave and autosave_length prefs
9204         * src/compose.c
9205                 Added compose_remove_draft()
9206                 Auto-save drafts according to the prefs
9207         * src/main.c
9208                 Added a crash-indicator file, allowing to check
9209                 for new messages on startup if Sylpheed crashed
9210                 (makes saved drafts "reappear")
9211
9212 2002-09-03 [colin]      0.8.2claws25
9213
9214         * src/textview.[ch]
9215                 Grey the signature
9216
9217 2002-09-03 [paul]       0.8.2claws24
9218
9219         * sync with 0.8.2cvs8
9220                 see ChangeLog 2002-09-02 and 2002-09-03
9221
9222 2002-09-03 [darko]      0.8.2claws23
9223
9224         * src/folderview.c
9225                 use normal style when creating new folder to pick
9226                 proper font size 
9227
9228 2002-09-02 [melvin]     0.8.2claws22
9229
9230         * src/gtkaspell.m4
9231                 removed some obsolete code
9232
9233 2002-09-02 [melvin]     0.8.2claws21
9234
9235         * ac/aspell.m4
9236                 fixed test's equality sign (== to =)
9237
9238 2002-09-02 [alfons]     0.8.2claws20
9239
9240         * src/folder.c
9241         * src/mh.c
9242                 revert change of 0.8.2claws16 and use the mh_folder_destroy
9243                 as folder->destroy virtual as suggested by Hiro
9244                 (the mh.c code seems to have been lost around mh.c.1.21)
9245
9246 2002-09-02 [paul]       0.8.2claws19
9247
9248         * po/pt_BR.po
9249                 updated by Fabio Jr. Beneditto
9250                 
9251         * src/defs.h
9252                 use 'http://claws.sylpheed.org' for homepage link. 
9253                 Domain provided by Oktay Altunergil <oktay@freelinuxcd.org>
9254
9255 2002-09-01 [alfons]     0.8.2claws18
9256
9257         * src/mh.c
9258                 plug memleak related to one Martin Kluge found
9259
9260 2002-08-31 [paul]       0.8.2claws17
9261
9262         * sync with 0.8.2cvs6
9263                 see ChangeLog 2002-08-30
9264
9265 2002-08-31 [alfons]     0.8.2claws16
9266
9267         * src/folder.c
9268                 folder_destroy(): remove mailbox from folderlist even if it has
9269                 no destroy virtual
9270
9271 2002-08-31 [alfons]     0.8.2claws15
9272
9273         * src/folder.c
9274                 :%sno/if(/if (/gc
9275                 :%sno/for(/for (/gc
9276                 (being pedantic I know)
9277
9278 2002-08-31 [alfons]     0.8.2claws14
9279
9280         * src/folder.c
9281                 check for NULL pointers returned from folder->fetch_msginfo virtual
9282                 (should solve some reported crashes)
9283
9284 2002-08-30 [alfons]     0.8.2claws13
9285
9286         * acconfig.h
9287         * configure.in
9288         * src/crash.c
9289                 enable crash dialog on compilation time
9290                 (--enable-crash-dialog configure option)
9291
9292 2002-08-30 [alfons]     0.8.2claws12
9293
9294         * AUTHORS
9295                 add Martin Kluge
9296         * src/mh.c
9297                 apply memory leak plug patch by Martin Kluge
9298                 (closes patch "[ 602568 ] patch for 602441 little memory leak",
9299                 bug "[ 599677 ] Very small memory leak in 0.81claws115",
9300                 and bug "[ 602441 ] memoryleak in filtering 0.8.2claws9?")
9301
9302 2002-08-30 [darko]      0.8.2claws11
9303
9304         * src/folderview.c
9305                 copy Gtk style from normal style to match
9306                 font size for coloured folders
9307
9308 2002-08-29 [alfons]     0.8.2claws10
9309
9310         * sylpheed.desktop
9311                 Type=Internet <- Type=Application
9312                 (reported by Michael Schwendt, see:
9313                 http://sourceforge.net/tracker/index.php?func=detail&aid=599765&group_id=25528&atid=384600
9314                 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=72882)
9315
9316 2002-08-29 [paul]       0.8.2claws9
9317
9318         * sync with 0.8.2cvs5
9319                 see ChangeLog 2002-08-29
9320
9321 2002-08-29 [colin]      0.8.2claws8
9322
9323         * src/summaryview.c
9324                 Added a sanity check in summary_select_thread
9325                 Should fix bug 601605
9326
9327 2002-08-29 [colin]      0.8.2claws7
9328
9329         * src/main.c
9330                 Revert claws6 changes regarding bug #591676
9331
9332 2002-08-28 [colin]      0.8.2claws6
9333         
9334         * src/main.c
9335                 Ignore cache for queue folderitems
9336                 Fix bug #591676
9337
9338 2002-08-28 [melvin]     0.8.2claws5
9339
9340         * README.claws
9341                 Fixed typos.
9342
9343 2002-08-28 [melvin]     0.8.2claws4
9344
9345         * README.claws
9346                 Updated a bit the text concerning the spell checker
9347
9348 2002-08-28 [melvin]     0.8.2claws3
9349
9350         Merged the GNU_aspell_branch:
9351                 Support of new GNU/aspell is now included and the old pspell
9352                 is not supported anymore.
9353                 See README.claws
9354
9355         * README.claws
9356                 Updated spell checker text to reflect the switch to GNU/aspell
9357
9358         * ac/aspell.m4          *** NEW ***
9359         * src/gtkaspell.[ch]    *** NEW *** 
9360         * ac/pspell.m4          *** DELETED *** 
9361         * src/gtkspell.[ch]     *** DELETED ***
9362
9363         * ac/Makefile.am
9364                 Updated for GNU/aspell support
9365
9366         * po/POTFILES.in
9367                 Replaced gtkspell.c by gtkaspell.c
9368
9369         * acconfig.h
9370         * src/Makefile.am
9371         * src/about.c
9372         * src/compose.[ch]
9373         * src/crash.c
9374         * src/main.c
9375         * src/prefs_common.[ch]
9376                 Updated for GNU/aspell support
9377
9378 2002-08-28 [paul]       0.8.2claws2
9379
9380         * sync with 0.8.2cvs4
9381                 see ChangeLog 2002-08-27 and 2002-08-28
9382
9383 2002-08-28 [colin]      0.8.2claws1
9384
9385         * src/summary_search.c
9386                 Added "AND search"
9387
9388 2002-08-28 [jens]       0.8.2claws
9389
9390         *po/de.po
9391                 Updated German translations
9392
9393 2002-08-27 [melvin]     0.8.2claws
9394
9395         * po/fr.po
9396                 Updated French translations
9397
9398 2002-08-27 [paul]       0.8.2claws
9399
9400         * sync with 0.8.2 main release
9401
9402         * po/en_GB.po
9403           po/es.po
9404           po/it.po
9405           po/pl.po
9406           po/pt_BR.po
9407           po/sr.po
9408                 updated message catalogs submitted by
9409                 Ricardo Mones Lastra, Alessandro Maestri,
9410                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.
9411                 Beneditto and Urke MMI  
9412
9413 2002-08-27 [hoa]        0.8.1claws123
9414
9415         * src/mainwindow.[ch]
9416         * src/summaryview.[ch]
9417                 removed the "filter setting" menu option.
9418                 add a "cancel a news message" menu option.
9419
9420 2002-08-26 [martin]     0.8.1claws122
9421
9422         * ChangeLog.claws
9423                 changed string under 0.8.1claws79 changed by myself
9424                 i'm sorry alfons :(
9425
9426 2002-08-26 [martin]     0.8.1claws121
9427
9428         * src/crash.c
9429                 added kill command to debuggerrc to start crash dialog
9430
9431 2002-08-26 [paul]       0.8.1claws120
9432
9433         * sync with 0.8.1cvs31
9434                 see ChangeLog 2002-08-26
9435
9436 2002-08-25 [alfons]     0.8.1claws119
9437
9438         * src/procmsg.c
9439                 fix bug that didn't send out correct headers to news server
9440                 when sending news article and email from queue (bug reported
9441                 and patch provided by Tim Mann; closes bug 
9442                 "[ 583196 ] 0.7.8claws can't post news")
9443
9444 2002-08-25 [alfons]     0.8.1claws118
9445
9446         * src/selective_download.c
9447                 mark two strings as translatable
9448                 (thanks to Urke MMI for pointing this out)
9449
9450 2002-08-25 [alfons]     0.8.1claws117
9451
9452         * src/summaryview.c
9453                 treat sent boxes as special and allow sorting them by addressee
9454                 (closes "[ 589418 ] Sent folder sorting misbehavior"
9455                 submitted by Steve Lamb)
9456
9457 2002-08-24 [alfons]     0.8.1claws116
9458
9459         * src/matcher.c
9460                 fix memleak reported by Martin Kluge
9461                 (see: "[ 599677 ] Very small memory leak in 0.81claws115")
9462
9463 2002-08-24 [oliver]     0.8.1claws115
9464
9465         * src/prefs_toolbar.c
9466                 o code cleanup as suggested by Alfons
9467                 o memleak fix
9468
9469 2002-08-24 [alfons]     0.8.1claws114
9470
9471         * src/summaryview.c
9472                 o fix another memory leak reported by Martin Kluge
9473                   (see "[ 599568 ] Small Memory Leak")
9474                 o remove 'from' variable from 'summary_set_header()'; we can
9475                   do with just 'to' 
9476
9477 2002-08-24 [paul]       0.8.1claws113
9478
9479         * sync with 0.8.1cvs30
9480                 see ChangeLog 2002-08-23
9481
9482 2002-08-24 [alfons]     0.8.1claws112
9483
9484         * src/summaryview.c
9485                 remove unnecessary allocations for search bar fixing leaks
9486                 reported by Martin Kluge
9487                 (see "[ 599451 ] Further memory leaks?")
9488
9489 2002-08-24 [alfons]     0.8.1claws111
9490
9491         * src/main.c
9492                 make get_socket_name() public for crash.c
9493         * src/crash.c
9494                 o make report bug button work (goes to claws' 
9495                   bug tracker at sf.net)
9496                 o introduce function for doing important stuff just
9497                   before claws goes down
9498                 o clean up code 
9499
9500 2002-08-24 [alfons]     0.8.1claws110
9501
9502         * src/compose.c
9503                 move cursor to "To" entry when forwarding as attachment
9504                 (reported and solved by Steve Lamb, closes bug report
9505                 "[ 592880 ] Forward as attachment; cursor not in to")
9506
9507 2002-08-24 [colin]      0.8.1claws109
9508
9509         * src/mainwindow.c
9510                 fix quick search visibility after GUI (de)separations.
9511
9512 2002-08-23 [colin]      0.8.1claws108
9513
9514         * src/mainwindow.c
9515                 fix header pane visibility after folderview or
9516                 messageview (de)separation
9517
9518 2002-08-23 [paul]       0.8.1claws107
9519
9520         * src/mainwindow.[ch]
9521           src/toolbar.c
9522                 give full control of display or non-display 
9523                 of the Execute icon to Custom toolbar settings.
9524                 add new sensitivity condition to maninwindow.h: 
9525                 M_DELAY_EXEC
9526
9527         * ChangeLog
9528           ChangeLog.jp
9529           NEWS
9530                 more sync with 0.8.1cvs29
9531
9532 2002-08-23 [melvin]     0.8.1claws106
9533
9534         * src/alertpanel.c
9535                 Readded support for custom widget in alertpanel lost in last
9536                 sync.
9537
9538 2002-08-23 [paul]       0.8.1claws105
9539
9540         * sync with 0.8.1cvs29
9541                 see ChangeLog 2002-08-23
9542
9543 2002-08-23 [colin]      0.8.1claws104
9544
9545         * src/summaryview.c
9546                 Fix folder and search pixmaps exchanging positions
9547                 after theme or toolbar changes. Thank to Oliver for 
9548                 reporting this.
9549
9550 2002-08-23 [colin]      0.8.1claws103
9551
9552         * src/mainwindow.c
9553           src/messageview.[ch]
9554           src/noticeview.[ch]
9555           src/summaryview.c
9556                 Changed messageview_create() and noticeview_create()
9557                 to avoid the last gdk_warning
9558
9559 2002-08-22 [colin]      0.8.1claws102
9560
9561         * src/summaryview.c
9562                 Fix my new `Creating pixmap from xpm' warning
9563
9564 2002-08-22 [colin]      0.8.1claws101
9565
9566         * src/mainwindow.c
9567                 Fix some of the gdk warnings
9568
9569 2002-08-22 [colin]      0.8.1claws100
9570
9571         * src/Makefile.am
9572         * src/stock_pixmap.c
9573         * src/stock_pixmap.h
9574         * src/pixmaps/quicksearch.xpm *ADDED*
9575                 Add the quicksearch pixmap
9576         * src/mainwindow.c
9577         * src/summaryview.c
9578         * src/summaryview.h
9579                 Make quicksearch bar visible/hidden via a button
9580
9581 2002-08-22 [christoph]  0.8.1claws99
9582
9583         * src/folder.c
9584                 fix folder update for newsgroups with message
9585                 numbers below minimum number of articles to fetch
9586                 (closes bug #598445)
9587
9588 2002-08-22 [paul]       0.8.1claws98
9589
9590         * sync with 0.8.1cvs28
9591                 see ChangeLog 2002-08-22
9592
9593 2002-08-21 [alfons]     0.8.1claws97
9594
9595         * src/crash.c
9596                 use bt instead of bt full which seems to work 
9597                 better, and bt full doesn't give a great deal 
9598                 of information anyway
9599
9600 2002-08-21 [colin]      0.8.1claws96
9601
9602         * src/summaryview.c
9603                 fix summaryview_searchtype_changed prototype
9604
9605 2002-08-21 [christoph]  0.8.1claws95
9606
9607         * src/mainwindow.c
9608                 o fix broken menu update for sorting type, we have to
9609                   get this info from the summaryview now
9610                 o removed setting of threaded state in menu callback
9611         * src/summaryview.[ch]
9612                 more summaryview/folderitem seperation for
9613                 threading option
9614         * configure.in
9615                 removed not required --with-compiler-flags option
9616
9617 2002-08-21 [oliver]     0.8.1claws94
9618         
9619         * src/toolbar.h 
9620                 o rename toolbar.xml to toolbar_main.xml
9621                   since toolbar_compose.xml might come up 
9622                   any time soon
9623         * README.claws
9624                 add custom toolbar              
9625
9626 2002-08-21 [darko]      0.8.1claws93
9627
9628         * src/procmsg.c
9629                 don't reset tmp flags for messages copied
9630                 to sent folder
9631
9632 2002-08-21 [colin]      0.8.1claws92
9633         
9634         * src/prefs_filtering.c
9635                 fix renaming rules on folder rename 
9636                 when folder is not a leaf folder
9637
9638 2002-08-21 [paul]       0.8.1claws91
9639
9640         * src/prefs_folder_item.c
9641                 fix alignment of colour selector
9642
9643 2002-08-21 [paul]       0.8.1claws90
9644
9645         * sync with 0.8.1cvs27
9646                 see ChangeLog 2002-08-21
9647
9648 2002-08-21 [paul]       0.8.1claws89
9649
9650         * src/summaryview.c
9651                 fix crash when changing field type in
9652                 Quick search bar
9653
9654 2002-08-21 [colin]      0.8.1claws88
9655
9656         * src/summaryview.c
9657                 Made quick search case-insensitive
9658
9659 2002-08-21 [paul]       0.8.1claws87
9660
9661         * sync with 0.8.1cvs26
9662                 see ChangeLog 2002-08-21
9663
9664 2002-08-20 [christoph]  0.8.1claws86
9665
9666         * src/folderview.c
9667         * src/main.c
9668         * src/summaryview.[ch]
9669                 more summaryview/folderitem seperation for
9670                 sort_key and sort_type
9671         * src/procmsg.c
9672                 added missing return statement
9673
9674 2002-08-20 [colin]      0.8.1claws85
9675
9676         * src/summaryview.[ch]
9677                 Added a quick search box
9678         * src/mainwindow.c
9679         * src/prefs_common.[ch]
9680                 Added a show/hide option for the quick search
9681
9682 2002-08-20 [oliver]     0.8.1claws84
9683         
9684         * src/mainwindow.c
9685                 remove toolbar_create_popups
9686         * src/toolbar.[ch]
9687                 o remove toolbar_create_popups
9688                 o fix toolbar_set_sensitive 
9689                   (Bug reports #596834 and #596832)     
9690         * src/prefs_toolbar.c
9691                 o add "Set default" button
9692                 o align label and text + combo widgets
9693
9694 2002-08-20 [hoa]        0.8.1claws83bis
9695
9696         * src/imap.c
9697                 fixed a bug in imap_fetch_msginfo() in case there is no
9698                 current folder.
9699
9700 2002-08-20 [darko]      0.8.1claws83
9701
9702         * src/folderview.c
9703                 copy the color style of folder view so it
9704                 works with GTK themes
9705
9706 2002-08-20 [darko]      0.8.1claws82
9707
9708         * src/folder.h
9709         * src/folderview.c
9710         * src/prefs_folder_item.[hc]
9711                 don't use UI stuff in folder.h
9712
9713 2002-08-20 [darko]      0.8.1claws81
9714
9715         * src/folder.h
9716         * src/prefs_folder_item.h
9717         * src/folderview.c
9718         * src/prefs_folder_item.c
9719                 ability to set folder color in folderview
9720
9721 2002-08-19 [alfons]     0.8.1claws80
9722
9723         * src/summaryview.c
9724                 fix one of the earlier memleaks reported by Martin Kluge
9725
9726 2002-08-19 [alfons]     0.8.1claws79
9727
9728         * src/mainwindow.c
9729                 hide notice view when selecting seperate folder
9730                 view (reported by Urke MMI)
9731
9732 2002-08-19 [christoph]  0.8.1claws78
9733
9734         * src/folderview.c
9735         * src/prefs_folder_item.h
9736         * src/summaryview.[ch]
9737                 o add summary_set_prefs_from_folderitem to set
9738                   summaryview prefs (first step to remove all
9739                   references to the folderitem in summaryview)
9740                 o moved compiled regex stuff from folderitem prefs
9741                   to summaryview code
9742
9743 2002-08-19 [paul]       0.8.1claws77
9744
9745         * src/compose.c
9746                 add check for '.' to QUOTE_IF_REQUIRED
9747
9748 2002-08-19 [paul]       0.8.1claws76
9749
9750         * src/inc.c
9751                 sync with 0.8.1cvs25 (plug memory leak)
9752
9753         * src/prefs_toolbar.c
9754                 re-order prefs_toolbar_cancel()
9755
9756 2002-08-18 [alfons]     0.8.1claws75
9757
9758         * src/inc.c
9759         * src/matcher.c
9760                 plug other memleaks reported by Martin Kluge
9761
9762 2002-08-18 [paul]       0.8.1claws74
9763
9764         * po/pt_BR.po
9765                 updated by Fabio Jr. Beneditto
9766
9767 2002-08-18 [paul]       0.8.1claws73
9768
9769         * src/toolbar.[ch]
9770                 fix bug where tooltips were displayed untranslated              
9771
9772         * src/prefs_toolbar.c
9773                 fix bug where clicking 'Cancel' creates an icon & text
9774                 toolbar regardless of prefs
9775         
9776
9777 2002-08-17 [oliver]     0.8.1claws72
9778
9779         * src/prefs_toolbar.c
9780                 update toolbar on CANCEL
9781                 bug reported by Martin Kluge
9782         * src/toolbar.c
9783                 toolbar_destroy memleak fixed           
9784
9785 2002-08-17 [alfons]     0.8.1claws71
9786
9787         * src/toolbar.c
9788                 plug another memleak reported by Martin Kluge
9789
9790 2002-08-16 [alfons]     0.8.1claws70
9791
9792         * src/crash.c
9793                 use execvp() correctly (suggested by wwp; thanks!)
9794
9795 2002-08-16 [alfons]     0.8.1claws69
9796
9797         * src/gtksctree.c
9798                 plug memory leak reported by Kim Schultz & Martin Kluge
9799
9800 2002-08-16 [paul]       0.8.1claws68
9801
9802         * po/es.po
9803                 updated by Ricardo Mones Lastra
9804
9805 2002-08-16 [paul]       0.8.1claws67
9806
9807         * src/toolbar.h
9808                 fix bug where 'Compose News' icon showed wrong
9809                 tooltip
9810
9811 2002-08-16 [paul]       0.8.1claws66
9812
9813         * sync with 0.8.1cvs24
9814                 see ChangeLog 2002-08-16
9815
9816         * po/it.po
9817                 updated by Alessandro Maestri
9818
9819 2002-08-15 [paul]       0.8.1claws65
9820
9821         * po/sr.po
9822                 updated by Urke MMI
9823
9824 2002-08-15 [paul]       0.8.1claws64
9825
9826         * src/*.c
9827                 don't translate debug info
9828
9829         * src/matcher.[ch]
9830                 add copyright info
9831
9832 2002-08-15 [paul]       0.8.1claws63
9833
9834         * src/prefs_toolbar.c
9835                 fix bug where clicking 'OK' creates an icon & text
9836                 toolbar regardless of prefs
9837
9838 2002-08-14 [alfons]     0.8.1claws62
9839
9840         * src/main.c
9841                 add global var that has the full argv[0]
9842         * src/crash.c
9843                 o execvp the correct sylpheed by using argv0
9844                   and setting the correct work dir
9845                 o other tweaks  
9846
9847 2002-08-14 [oliver]     0.8.1claws61
9848         
9849         * enable/disable Toolbar Action Buttons 
9850         * code cleanups
9851         * src/mainwindow.c
9852         * src/toolbar.[ch]      
9853         * src/prefs_toolbar.c   
9854
9855 2002-08-14 [melvin]     0.8.1claws60
9856
9857         * po/fr.po
9858                 Updated French translations
9859
9860 2002-08-14 [melvin]     0.8.1claws59
9861
9862         * src/crash.c
9863                 Made bug report not translatable
9864         * src/exporthtml.c
9865                 Fixed exporthtml_build_filespec() return value
9866         * src/foldersel.c
9867                 Fixed incorrect include file
9868         * src/gtkspell.c
9869         * src/prefs_actions.c
9870         * src/prefs_toolbar.c
9871                 Made debug info not translatable
9872         * src/mutt.c
9873         * src/quote_fmt.c
9874                 Added missing includes
9875         * src/prefs_common.c
9876                 Fixed typo
9877
9878 2002-08-14 [paul]       0.8.1claws58
9879
9880         * faq/es/sylpheed-faq.html
9881           faq/es/sylpheed-faq-[1-3].html
9882           faq/es/sylpheed-faq-4.html     **NEW FILE **
9883                 update Spanish FAQ
9884
9885 2002-08-13 [christoph]  0.8.1claws57
9886
9887         * src/procmsg.c
9888                 ignore thread fix that did not mark all
9889                 child nodes of a ignored thread as
9890                 ignored. Does not work perfectly yet,
9891                 but it is better now
9892
9893 2002-08-13 [alfons]     0.8.1claws56
9894
9895         * src/crash.c
9896                 o implement 'save crash log'
9897                 o some tweaks
9898
9899 2002-08-13 [melvin]     0.8.1claws55
9900
9901         * src/main.c
9902                 removed unrequired "execinfo.h" header
9903
9904 2002-08-12 [paul]       0.8.1claws54
9905
9906         * faq/en/sylpheed-faq.html
9907           faq/en/sylpheed-faq-[1-3].html
9908           faq/en/sylpheed-faq-4.html     **NEW FILE **
9909                 update English FAQ
9910
9911 2002-08-12 [alfons]     0.8.1claws53
9912
9913         * po/POTFILES.in
9914                 add crash.c to translatables
9915         * src/crash.c
9916                 bring in Leandro's crash dialog
9917
9918 2002-08-11 [alfons]     0.8.1claws52
9919
9920         * src/crash.c
9921                 clean up some warnings
9922
9923 2002-08-11 [alfons]     0.8.1claws51
9924
9925         * acconfig.h
9926         * configure.in
9927         * src/crash.[ch]        ** NEW FILES **
9928         * src/main.c            
9929                 initial gdb crash handler
9930
9931 2002-08-11 [paul]       0.8.1claws50
9932
9933         * src/prefs_toolbar.c
9934                 replace Up/Down arrow pixmaps with text to be
9935                 consistent across icon themes
9936
9937 2002-08-11 [paul]       0.8.1claws49
9938
9939         * src/prefs_common.c
9940           src/prefs_toolbar.c
9941                 rename 'Pixmap' -> 'Icon'
9942
9943         * src/toolbar.[ch]
9944                 rename  'A_SEND_QUEUD' -> 'A_SEND_QUEUED'
9945
9946 2002-08-10 [paul]       0.8.1claws48
9947
9948         * src/prefs_toolbar.c
9949                 re-work the UI
9950
9951 2002-08-10 [paul]       0.8.1claws47
9952
9953         * src/main.c
9954                 don't write Processing progress to status bar
9955                 patch submitted by Alexander Evseev
9956
9957         * src/prefs_toolbar.c
9958                 re-position and resize window
9959                 make window assume correct size on first call
9960
9961 2002-08-10 [paul]       0.8.1claws46
9962
9963         * src/mainwindow.c
9964           src/prefs_toolbar.c
9965           src/toolbar.c
9966           src/toolbar.h
9967                 obey coding style
9968                 follow UI text conventions
9969
9970 2002-08-10 [alfons]     0.8.1claws45
9971
9972         * src/toolbar.c
9973                 correct pixmap for delete action
9974
9975 2002-08-10 [paul]       0.8.1claws44
9976
9977         * po/pt_BR.po
9978                 updated by Fabio Jr. Beneditto
9979
9980 2002-08-10 [paul]       0.8.1claws43
9981
9982         * po/POTFILES.in
9983                 add custom toolbar files
9984
9985 2002-08-10 [paul]       0.8.1claws42
9986
9987         * sync with 0.8.1cvs22
9988                 see ChangeLog 2002-08-09
9989
9990 2002-08-09 [paul]       0.8.1claws41
9991
9992         * tools/Makefile.am
9993           tools/README
9994           tools/outlook2sylpheed.pl     ** NEW FILE **
9995                 add script to convert exported Outlook
9996                 contacts list to a Sylpheed addressbook.
9997                 Submitted by Ricardo Mones Lastra.
9998
9999 2002-08-09 [paul]       0.8.1claws40
10000
10001         * AUTHORS
10002           configure.in
10003           po/sr.po      ** NEW FILE **
10004                 add Serbian message catalog. Submitted by
10005                 Urosevic Aleksandar aka Urke MMI <urke-kg@eunet.yu>             
10006
10007 2002-08-09 [paul]       0.8.1claws39
10008
10009         * sync with 0.8.1cvs21
10010                 see ChangeLog 2002-08-08
10011
10012 2002-08-08 [oliver]     0.8.1claws38
10013
10014         * src/mainwindow.c
10015                 move Custom Toolbar to Configuration menu
10016
10017 2002-08-08 [oliver]     0.8.1claws37
10018
10019         * src/prefs_toolbar.c
10020                 fix substitute pixmap bug
10021
10022 2002-08-08 [paul]       0.8.1claws36
10023
10024         * sync with 0.8.1cvs19
10025                 see ChangeLog 2002-08-08
10026
10027 2002-08-07 [christoph]  0.8.1claws35
10028
10029         * src/utils.c
10030                 fixed a memory leak in new canonicalize_file_replace
10031
10032 2002-08-07 [christoph]  0.8.1claws34
10033
10034         * src/utils.[ch]
10035                 o canonicalize_file_replace should create the temporary
10036                   file in the same directory as the original file.
10037                 o added get_tmpfile_in_dir that creates a temorary file
10038                   in a specified directory.
10039
10040 2002-08-07 [melvin]     0.8.1claws33
10041
10042         * src/toolbar.c
10043                 fixed bug where 'Article' button acted as 'Email' button.
10044
10045 2002-08-07 [paul]       0.8.1claws32
10046
10047         * sync with 0.8.1.cvs17
10048                 see ChangeLog 2002-08-07
10049
10050 2002-08-07 [colin]      0.8.1claws31
10051         
10052         * src/news.c
10053                 fix mass-cancel problem
10054
10055 2002-08-07 [thorsten]   0.8.1claws30
10056
10057         * src/prefs_toolbar.c
10058                 fix: crash on replace or add new button
10059         * src/toolbar.c
10060                 fix: close xmlfile after reading
10061         * src/utils.c
10062                 fix: unlink() file before rename()
10063
10064 2002-08-06 [paul]       0.8.1claws29
10065
10066         * sync with 0.8.cvs15
10067                 see ChangeLog 2002-08-06
10068
10069 2002-08-06 [oliver]     0.8.1claws28
10070
10071         * src/toolbar.c
10072         * src/prefs_toolbar.c
10073                 fixed empty toolbar issue
10074
10075 2002-08-06 [oliver]     0.8.1claws27
10076
10077         * Custom Toolbar Final 
10078         * src/folderview.c
10079         * src/inc.c
10080         * src/summaryview.c
10081                 o toolbar stuff now lives in src/toolbar.[ch]
10082                 o main_window_toolbar_* functions are renamed to
10083                   toolbar_* reflecting their new source file
10084         * src/mainwindow.[ch]
10085                 o remove toolbar stuff  
10086
10087 2002-08-06 [oliver]     0.8.1claws26
10088         
10089         * src/Makefile.am
10090         * src/prefs_toolbar.[ch]        **New File**
10091         * src/toolbar.[ch]              **New File**
10092                 o prefs_toolbar.[ch] custom toolbar frontend
10093                 o toolbar.[ch]       backend 
10094
10095 2002-08-06 [oliver]     0.8.1claws25
10096
10097         * src/prefs_actions.[ch]
10098                 o new exported function actions_execute
10099
10100 2002-08-06 [paul]       0.8.1claws24
10101
10102         * sync with 0.8.1cvs4
10103                 see ChangeLog 2002-08-06
10104
10105 2002-08-06 [paul]       0.8.1claws23
10106
10107         * sync with 0.8.1cvs13
10108                 see ChangeLog 2002-08-06
10109
10110 2002-08-06 [paul]       0.8.1claws22
10111
10112         * sync with 0.8.1cvs12
10113                 see ChangeLog 2002-08-05 and 2002-08-06
10114
10115 2002-08-06 [match]      0.8.1claws21
10116
10117         * src/addrclip.c
10118                 improvements to cut/copy/paste address
10119
10120 2002-08-05 [match]      0.8.1claws20
10121
10122         * src/addritem.[ch]
10123         * src/addrcache.c
10124         * src/addrbook.c
10125         * src/editaddress.c
10126         * src/addressbook.c
10127                 fixes to improve cut/copy/paste
10128
10129 2002-08-06 [melvin]     0.8.1claws19
10130
10131         * src/account.[ch]
10132                 account_find_all_from_address(): new function that returns the
10133                 list of all accounts that are matched in an address.
10134         * src/alertpanel.[ch]
10135                 alertpanel() now accepts a custom widget
10136                 alertpanel_with_widget(): new function that pops up a panel with
10137                 a custom widget in it 
10138         * src/gtkutils.[ch]
10139                 gtkut_account_menu_new(): new function that allows the selection
10140                 of an account from a list of accounts.
10141         * src/messageview.c
10142                 Extended Return Receipt notification to select the correct 
10143                 account and to make a security test on the Delivery-Notification
10144                 address which should be the same as the Return-Path.
10145
10146 2002-08-06 [thorsten]   0.8.1claws18
10147
10148         * src/mimeview.c
10149                 attach_all: save unnamed as "noname.%d",
10150                 dont free static dirname
10151
10152 2002-08-05 [alfons]     0.8.1claws17
10153
10154         * configure.in
10155                 detect XIM by trying to link rather than compile a XIM program
10156
10157 2002-08-05 [oliver]     0.8.1claws16
10158                 
10159         * src/stock_pixmap.[ch]
10160                 o add UP_ARROW to available pixmaps (already in pixmap-directory)
10161                 o new func to retrieve pixmaps
10162
10163 2002-08-05 [paul]       0.8.1claws15
10164
10165         * sync with 0.8.1cvs10
10166                 see ChangeLog 2002-08-05
10167
10168 2002-08-04 [alfons]     0.8.1claws14
10169
10170         * src/textview.c
10171                 see if this plugs memleak
10172
10173 2002-08-04 [melvin]     0.8.1claws13
10174
10175         * src/gtkspell.c
10176                 fixed bug that could crash Sylpheed when highlighting
10177                 all misspelled words.
10178
10179 2002-08-03 [melvin]     0.8.1claws12
10180
10181         * src/prefs_actions.c
10182                 removed unnecessary checks for NULL introduced in 0.8.1claws11.
10183         * src/messageview.c
10184                 fixed bug where the Return Receipt was sent to
10185                 Delivery-Notification-To address even if it was not present
10186
10187 2002-08-02 [alfons]     0.8.1claws11
10188
10189         * src/prefs_actions.c
10190                 o more check for NULLs
10191                 o put create_io_dialog() in right conditional block
10192
10193 2002-08-02 [paul]       0.8.1claws10
10194
10195         * po/es.po
10196                 updated by Ricardo Mones Lastra
10197
10198 2002-08-01 [christoph]  0.8.1claws9
10199
10200         * src/folder.c
10201                 don't free the cache of the opened
10202                 folder in the summaryview
10203         * src/summaryview.c
10204                 don't unset flags, if it is not required
10205
10206 2002-08-01 [paul]       0.8.1claws8
10207
10208         * sync with 0.8.1cvs8
10209                 see ChangeLog entry 2002-08-01
10210
10211 2002-08-01 [paul]       0.8.1claws7
10212
10213         * sync with 0.8.1cvs7
10214                 see ChangeLog 2002-07-31 and 2002-08-01
10215
10216 2002-07-31 [christoph]  0.8.1claws6
10217
10218         * src/mainwindow.c
10219                 forgot to update menu sensitivity
10220                 function for new menu entry
10221
10222 2002-07-31 [alfons]     0.8.1claws5
10223
10224         * src/main.c
10225                 check folder item and its path for NULL on
10226                 initial processing
10227
10228 2002-07-31 [christoph]  0.8.1claws4
10229
10230         * src/folder.c
10231                 check if folder_item_get_msginfo in
10232                 folder_item_remove_msg returned NULL
10233         * src/imap.c
10234                 better clear the uid cache in the
10235                 uid validity check function and delete
10236                 cached messages
10237
10238 2002-07-31 [paul]       0.8.1claws3
10239
10240         * man/sylpheed.1
10241                 add the '--attach' option and a few other
10242                 minor changes
10243
10244 2002-07-31 [paul]       0.8.1claws2
10245
10246         * sync with 0.8.1cvs5
10247                 see ChangeLog 2002-07-31
10248
10249 2002-07-31 [christoph]  0.8.1claws1
10250
10251         * src/folderview.[ch]
10252         * src/mainwindow.c
10253                 replace "Rescan all folders..." with
10254                 "Check all folders for new messages..."
10255
10256 2002-07-30 [paul]       0.8.1claws
10257
10258         * version 0.8.1claws released
10259
10260 2002-07-30 [paul]       0.8.0claws29
10261
10262         * tools/OOo2sylpheed.pl ** NEW FILE **
10263           tools/README
10264                 add script to enable sending documents as
10265                 attachments from OpenOffice.org
10266
10267 2002-07-30 [melvin]     0.8.0claws28
10268
10269         * src/prefs_actions.c
10270                 Made the actions' input/output dialog display
10271                 without delay.
10272
10273 2002-07-30 [christoph]  0.8.0claws27
10274
10275         * src/procmsg.c
10276                 check if folder_item_get_msginfo in
10277                 procmsg_save_to_outbox returned NULL
10278
10279 2002-07-30 [paul]       0.8.0claws26
10280
10281         * sync with 0.8.1cvs4
10282                 see ChangeLog 2002-07-29
10283
10284 2002-07-29 [thorsten]   0.8.0claws25
10285
10286         * README.claws
10287                 added selective download, delete on server
10288
10289 2002-07-29 [paul]       0.8.0claws24
10290
10291         * sync with 0.8.1cvs3
10292                 see ChangeLog 2002-07-29
10293
10294 2002-07-27 [christoph]  0.8.0claws23
10295
10296         * src/folder.c
10297                 add extra check if fetching the msginfo
10298                 returned NULL
10299
10300 2002-07-27 [paul]       0.8.0claws22
10301
10302         * sync with 0.8.1cvs2
10303                 see ChangeLog 2002-07-26
10304
10305 2002-07-27 [christoph]  0.8.0claws21
10306
10307         * src/imap.c
10308                 add another check if a valid msginfo
10309                 was returned
10310
10311 2002-07-26 [hoa]        0.8.0claws20
10312
10313         * src/folder.c
10314                 Fixed a condition in folder_item_destroy()
10315
10316         * src/imap.c
10317                 Fixed an error in IMAP protocol
10318
10319 2002-07-26 [alfons]     0.8.0claws19
10320
10321         * src/folder.c
10322                 ofcourse compare with identifier, not the path
10323
10324 2002-07-26 [alfons]     0.8.0claws18
10325
10326         * src/folder.c
10327                 use folder item identifier for saving / restoring
10328                 preferences because folder->path might not be unique
10329
10330 2002-07-26 [melvin]     0.8.0claws17
10331
10332         * src/logwindow.c
10333                 Fixed a crash introduced in 0.8.0claws5 when log is 
10334                 cut under 80 characters.
10335
10336 2002-07-26 [paul]       0.8.0claws16
10337
10338         * sync with 0.8.1cvs1
10339                 see ChangeLog 2002-07-26
10340
10341 2002-07-26 [christoph]  0.8.0claws15
10342
10343         * src/imap.[ch]
10344                 imap folder now remembers the last selected
10345                 folder and imap_fetch_msginfo skips selecting
10346                 the folder if it is already selected
10347
10348 2002-07-26 [christoph]  0.8.0claws14
10349
10350         * src/folder.c
10351         * src/folderview.c
10352         * src/imap.c
10353                 fix imap folder rescanning
10354
10355 2002-07-25 [christoph]  0.8.0claws13
10356
10357         * src/filter.c
10358         * src/folder.[ch]
10359         * src/folderview.c
10360         * src/imap.[ch]
10361         * src/mainwindow.c
10362         * src/mbox_folder.c
10363         * src/mh.c
10364         * src/news.c
10365                 implement imap uid cache and uid validity check
10366
10367 2002-07-25 [alfons]     0.8.0claws12
10368
10369         * src/summaryview.c
10370                 fix a brown paper bag bug, and also add some more
10371                 checks
10372
10373 2002-07-25 [christoph]  0.8.0claws11
10374
10375         * src/folder.c
10376                 don't mix copy, fetch_msginfo and remove
10377                 operations in folder item copy and move
10378                 operations
10379
10380 2002-07-25 [christoph]  0.8.0claws10
10381
10382         * src/folderview.c
10383         * src/mainwindow.c
10384         * src/prefs_folder_item.c
10385         * src/summaryview.[ch]
10386                 remove no longer required parameter update_cache from
10387                 summary_show
10388
10389 2002-07-25 [paul]       0.8.0claws9
10390
10391         * sync with 0.8.1
10392         
10393         * AUTHORS
10394                 a few corrections
10395
10396 2002-07-24 [alfons]     0.8.0claws8
10397
10398         * src/summaryview.c
10399                 sort correctly when using simplified subject line
10400                 (closes feature request "[ 585141 ] applying regexp to subject 
10401                 before sort" submitted by Alexandra Walford)
10402
10403 2002-07-24 [paul]       0.8.0claws7
10404
10405         * sync with 0.8.0cvs3
10406                 see ChangeLog 2002-07-24
10407
10408 2002-07-23 [christoph]  0.8.0claws6
10409
10410         * src/folder.c
10411         * src/folder.h
10412         * src/summaryview.c
10413         * src/summaryview.h
10414         * src/main.c
10415                 o separate processing and summaryview
10416                 o removed summary_write_cache from summaryview
10417                 o removed summaryview->killed_messages, because we don't have
10418                   to keep a list of killed messages anymore. New cache will
10419                   keep the hidden messages in cache anyway
10420         * src/folderview.c
10421         * src/inc.c
10422         * src/selective_download.c
10423                 o removed unnecessary summary_write_cache calls
10424         * src/procmsg.c
10425                 o don't set ignore thread flag in procmsg_get_thread_tree
10426                   if it is already set
10427         * src/mainwindow.c
10428         * src/statusbar.h
10429                 o moved STATUSBAR_PUSH/POP to statusbar.h because
10430                   they are used in different files
10431
10432 2002-07-23 [melvin]     0.8.0claws5
10433
10434         * src/addressbook.c
10435         * src/addrgather.c
10436         * src/editaddress.c
10437         * src/editgroup.c
10438         * src/editldap_basedn.c
10439         * src/importldif.c
10440         * src/prefs_common.c
10441                 Fixed few memory leak (gtk_editable_get_chars returns
10442                 an allocated string)
10443         * src/logwindow.c
10444                 Fixed few memory leak (gtk_editable_get_chars returns
10445                 an allocated string) and modified a little the log cutting
10446                 loop.
10447         * src/compose.c
10448                 Replaced a call to an obsolete function gtk_entry_get_text()
10449                 by gtk_editable_get_chars()
10450         * src/send.c
10451                 Removed a debug printf
10452
10453 2002-07-23 [christoph]  0.8.0claws4
10454
10455         * src/filesel.c
10456                 fix another g_dirname memory leak
10457
10458 2002-07-23 [christoph]  0.8.0claws3
10459
10460         * src/mh.c
10461                 fixed a memory leak in mh_fetch_msginfo
10462                 fixed crash when message header could not be
10463                 parsed
10464
10465 2002-07-23 [paul]       0.8.0claws2
10466
10467         * sync with 0.8.0cvs2
10468                 see ChangeLog 2002-07-23
10469
10470 2002-07-23 [paul]       0.8.0claws1
10471
10472         * sync with 0.8.0cvs1
10473                 see ChangeLog 2002-07-23
10474
10475 2002-07-23 [paul]       0.8.0claws
10476
10477         * release of 0.8.0claws
10478
10479 2002-07-23 [paul]       0.7.8claws99
10480
10481         * po/ru.po
10482                 new Russian translation, submitted by
10483                 Botalov Vyacheslav <botalov_v@upr.uralkaly.ru>
10484
10485 2002-07-22 [jens]       0.7.8claws98
10486
10487         * po/de.po
10488                 Updated German translations.
10489
10490 2002-07-22 [paul]       0.7.8claws97
10491
10492         * po/es.po
10493           po/it.po
10494           po/nl.po
10495           po/pt_BR.po
10496                 updated translations by Ricardo Mones Lastra,
10497                 Alessandro Maestri, Wilbert Berendsen and 
10498                 Fabio Jr. Beneditto respectively
10499
10500 2002-07-22 [christoph]  0.7.8claws96
10501
10502         * src/mimeview.c
10503                 fix memory leak caused by wrong g_dirname usage
10504
10505 2002-07-22 [christoph]  0.7.8claws95
10506
10507         * src/summaryview.c
10508                 update new and unread message counts for summaryview
10509                 summaryview does not get it from the folder anymore
10510                 and has to update the values itself
10511
10512 2002-07-22 [melvin]     0.7.8claws94
10513
10514         * po/fr.po
10515                 Updated French translations.
10516
10517 2002-07-22 [christoph]  0.7.8claws93
10518
10519         * src/matcher.c
10520                 set prop->preg pointer to NULL or following check
10521                 will not fail and regexec will be called with
10522                 invalid pointer
10523
10524 2002-07-21 [alfons]     0.7.8claws92
10525         
10526         * src/prefs_common.[ch]
10527                 remove option "Send return receipt on request"
10528
10529 2002-07-21 [thorsten]   0.7.8claws91
10530
10531         * src/mimeview.c
10532                 fixed memleaks, coding style as pointed out by alfons
10533
10534 2002-07-21 [alfons]     0.7.8claws90
10535
10536         * src/messageview.c
10537         * src/noticeview.[ch]
10538                 o fix bug notice view being displayed when going to empty folder 
10539                   (noticed by Christoph)
10540                 o allow RRR to be sent when restarting sylpheed, or changing folder 
10541                   (noticed by Thorsten)
10542
10543 2002-07-21 [thorsten]   0.7.8claws89
10544
10545         * src/mimeview.c
10546                 Included save_all patch from Xaview FACQ
10547                 added support for pathnames
10548
10549 2002-07-21 [alfons]     0.7.8claws88
10550
10551         * po/POTFILES.in
10552         * src/Makefile.am
10553         * src/mainwindow.c
10554         * src/messageview.[ch]
10555         * src/noticeview.c      ** NEW FILE **
10556         * src/noticeview.h      ** NEW FILE **
10557                 make return receipts work again
10558                 (UI idea by Leandro Pereira)
10559
10560 2002-07-21 [paul]       0.7.8claws87
10561
10562         * src/summaryview.c
10563                 fix sensitivity of 'Select thread'
10564
10565 2002-07-21 [paul]       0.7.8claws86
10566
10567         * src/prefs_common.c
10568                 add browser command line for Galeon
10569
10570 2002-07-21 [paul]       0.7.8claws85
10571
10572         * Makefile.am
10573                 fix 'EXTRA_DIST': remove README.README, add TODO
10574                 and TODO.claws
10575
10576 2002-07-21 [alfons]     0.7.8claws84
10577
10578         * src/gtkstext.c
10579                 make enter clear selection
10580                 (closes "[ 579888 ] Editor selection/entry error"
10581                 reported by Steve Lamb)
10582
10583 2002-07-21 [alfons]     0.7.8claws83
10584         
10585         * src/summaryview.c
10586                 sort message list when selecting unthread messages
10587                 (closes "[ 501593 ] switching threaded view doesn't sort"
10588                 reported by Simon Schubert)
10589
10590 2002-07-20 [alfons]     0.7.8claws82
10591         
10592         * src/matcher.c
10593                 const-correctness
10594
10595 2002-07-20 [thorsten]   0.7.8claws81
10596
10597         * src/matcher.c
10598                 Fixed expansion of empty fields in matchactions
10599
10600 2002-07-19 [melvin]     0.7.8claws80
10601
10602         * src/gtkspell.c
10603                 Removed a duplicate menu entry (fast mode) introduced during
10604                 the new cache merge
10605                 Added a menu separator between 'Use alternate' and 'Fast mode'
10606
10607 2002-07-19 [paul]       0.7.8claws79
10608
10609         * tools/Makefile.am
10610           tools/README
10611                 correct typos
10612
10613 2002-07-19 [thorsten]   0.7.8claws78
10614
10615         * tools/calypso_convert.pl      ** NEW FILE **
10616           tools/README
10617           tools/Makefile.am
10618                 script to import mbox files exported
10619                 by calypso
10620                 o generates folder structure
10621                 o includes attachments
10622
10623 2002-07-19 [melvin]     0.7.8claws77
10624
10625         * src/selective_download.[ch]
10626                 Fixed bug where closing the dialog with the window manager's
10627                 close button will not unlock the summary
10628                 Corrected some function declarations that missed a return value
10629                 Made the source code comply better with coding style.
10630         * src/prefs_common.c
10631                 Added new browser command line for Mozilla.
10632
10633 2002-07-18 [paul]       0.7.8claws76
10634
10635         * src/mainwindow.c
10636           src/selective_download.[ch]
10637                 reflect theme changes, fix Gdk Warning when creating 
10638                 pixmap from NULL window, and minor clean up.
10639                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
10640
10641         * po/en_GB.po
10642                 updated
10643
10644 2002-07-17 [paul]       0.7.8claws75
10645
10646         * INSTALL[.jp]
10647                 sync with 0.8.0
10648         
10649         * po/en_GB.po
10650                 updated
10651
10652 2002-07-16 [paul]       0.7.8claws74
10653
10654         * tools/filter_conv.pl
10655           tools/README
10656                 replace conversion script with reimplemented version, 
10657                 submitted by Torsten Schoenfeld <kaffeetisch@web.de>
10658
10659 2002-07-16 [colin]      0.7.8claws73
10660
10661         * src/summaryview.c
10662                 remove forgotten debug messages - sorry ;-)
10663
10664 2002-07-16 [colin]      0.7.8claws72
10665
10666         * src/mimeview.c
10667           src/summaryview.c
10668           src/textview.c
10669           src/textview.h
10670                 add the ability to select part of a text mime-part 
10671                 to reply.
10672
10673 2002-07-15 [christoph]  0.7.8claws71
10674
10675         * src/folder.c
10676                 fix folder message count for folders without
10677                 msg_is_changed (includes news folders)
10678
10679 2002-07-15 [martin]     0.7.8claws70
10680
10681         * src/summaryview.c
10682                 option "display recipient on 'From'..." now works
10683                 without the need of enabling the option
10684                 "display  sender  using  address  book".
10685
10686 2002-07-15 [christoph]  0.7.8claws69
10687
10688         * src/summaryview.c
10689                 removed setting folder status from summaryview.
10690                 folder.c should update all message counts correctly.
10691
10692 2002-07-15 [paul]       0.7.8claws68
10693
10694         * po/pt_BR.po
10695                 updated by Fabio Junior Beneditto
10696
10697 2002-07-15 [darko]      0.7.8claws67
10698
10699         * src/mh.c
10700                 Fixed target folder colorization, don't decrease op
10701                 number twice
10702
10703 2002-07-14 [paul]       0.7.8claws66
10704
10705         * sync with main 0.8.0
10706                 see ChangeLog 2002-07-14
10707
10708 2002-07-13 [melvin]     0.7.8claws65
10709         
10710         * src/addrbook.c
10711         * src/addressbook.c
10712         * src/addrindex.c
10713                 Replaced sprintf by g_snprintf to prevent possible buffer
10714                 overflow.
10715         * src/news.c
10716                 Corrected a log message output format.
10717                 Added a missing "done" debug output.
10718         * src/compose.c
10719                 Added keyboard accelerator for Priority menu items
10720                 Added missing \n in debug output
10721         * src/logwindow.c
10722         * src/gtkspell.c
10723         * src/rfc2015.c
10724                 Added missing \n in debug output
10725
10726 2002-07-13 [paul]       0.7.8claws64
10727
10728         * man/sylpheed.1
10729                 change Sergey's email address to the sf address
10730
10731         * src/textview.c
10732                 increase show_url_timeout (more useful for long
10733                 urls)
10734
10735 2002-07-12 [sergey]     0.7.8claws63
10736
10737         * src/rfc2015.c
10738                 applied (with some modifications) patch to set the
10739                 micalg parameter for signatures
10740                 (2001-08-28 Werner Koch <wk@gnupg.org>)
10741
10742 2002-07-12 [sergey]     0.7.8claws62
10743
10744         * man/Makefile.am
10745         * configure.in
10746                 fixed man page installation
10747
10748 2002-07-12 [paul]       0.7.8claws61
10749
10750         * sync with 0.7.8cvs26
10751                 see ChangeLog 2002-07-11 and 2002-07-12
10752
10753 2002-07-11 [christoph]  0.7.8claws60
10754
10755         * src/compose.c
10756         * src/procmsg.c
10757                 first use the message number to find the message
10758                 to mark with a reply flag but check the
10759                 message-id if we got the correct message, if not
10760                 try to find it by message-id.
10761                 use new string seperator that is not allowed
10762                 in message-ids.
10763
10764 2002-07-11 [paul]       0.7.8claws59
10765
10766         * sync with 0.7.8cvs23
10767                 see ChangeLog 2002-07-10
10768
10769 2002-07-10 [christoph]  0.7.8claws58
10770
10771         * src/folder.[ch]
10772         * src/msgcache.[ch]
10773                 Added message-id table to the cache in memory
10774                 and functions to msgcache.c and folder.c to
10775                 fetch MsgInfos by message id
10776         * src/compose.c
10777         * src/procmsg.c
10778                 store folder and message-id of message replying
10779                 to in queue header and set reply flag after sending
10780                 (Closes bug #469498)
10781
10782 2002-07-10 [paul]       0.7.8claws57
10783
10784         * AUTHORS
10785           man/sylpheed.1.gz
10786                 add Martin to the list of authors
10787
10788 2002-07-09 [martin]     0.7.8claws56
10789         * src/gtksctree.c
10790                 Added gtk_ctree_last_visible(), tree_update_level(),
10791                 gtk_ctree_link(), gtk_ctree_unlink(), real_sort_list(),
10792                 tree_sort(), gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
10793                 from gtk+ to gtksctree.c for the new sorting code
10794                 Renamed gtk_ctree_sort_recusive() to gtk_sctree_sort_recursive
10795                 Renamed gtk_ctree_sort_node() to gtk_sctree_sort_node
10796         * src/gtksctree.h
10797                 Added declaration for gtk_sctree_sort_recursive() and
10798                 gtk_sctree_sort_node
10799         * src/addressbook.c
10800         * src/foldersel.c
10801         * src/folderview.c
10802         * src/summaryview.c
10803                 changed calls from gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
10804                 to gtk_sctree_sort_recursive() and gtk_sctree_sort_node()
10805
10806 2002-07-08 [paul]       0.7.8claws55
10807
10808         * more sync with 0.7.8cvs21
10809                 see ChangeLog 2002-07-08
10810
10811 2002-07-08 [paul]       0.7.8claws54
10812
10813         * sync with 0.7.8cvs21
10814                 see ChangeLog 2002-07-08
10815
10816 2002-07-07 [alfons]     0.7.8claws53
10817
10818         * src/Makefile.am
10819         * src/stock_pixmap.[ch]
10820         * src/pixmaps/notice_warn.xpm   ** NEW FILE **
10821         * src/pixmaps/notice_error.xpm  ** NEW FILE **
10822         * src/pixmaps/notice_note.xpm   ** NEW FILE **
10823                 add new pixmaps for upcoming notice pane
10824
10825 2002-07-06 [melvin]     0.7.8claws52
10826
10827         * src/gtkspell.[ch]
10828                 Made them a bit closer to Sylpheed's coding style.
10829                 Removed old code.
10830                 Removed possible memory leaks when some errors occurs.
10831
10832 2002-07-06 [melvin]     0.7.8claws51
10833
10834         * po/Makefile.in.in
10835                 Removed --no-location in xgettext command line to help
10836                 translators that use Emacs' po-mode
10837         * src/quote_fmt.c
10838                 Removed unnecessary comments that messed up sylpheed.pot
10839
10840 2002-07-06 [paul]       0.7.8claws50
10841
10842         * sync with 0.7.8cvs19
10843                 see ChangeLog 2002-07-05
10844
10845 2002-07-06 [christoph]  0.7.8claws49
10846
10847         * src/folder.c
10848         * src/mainwindow.c
10849                 fix folder_item_remove_all_msg and folderview
10850                 status for trash folders after emptying trash
10851
10852 2002-07-05 [paul]       0.7.8claws48
10853
10854         * sync with 0.7.8cvs16
10855                 see ChangeLog 2002-07-04 and 2002-07-05
10856
10857 2002-07-04 [paul]       0.7.8claws47
10858
10859         * sync with 0.7.8cvs14
10860                 see  ChangeLog 2002-07-04
10861
10862 2002-07-03 [alfons]     0.7.8claws46
10863
10864         * src/folder.c
10865                 dupe folder item's path because it's being reallocated
10866                 by new folder scanning code
10867
10868 2002-07-03 [christoph]  0.7.8claws45
10869
10870         * src/imap.c
10871                 better IMAP uid fetching using 'FETCH 1:* (UID)'
10872         * src/msgcache.c
10873                 add missing return in msgcache_write
10874
10875 2002-07-02 [thorsten]   0.7.8claws44
10876
10877         * src/jpilot.c
10878         * src/msgcache.c
10879         * src/rfc2015.c
10880                 use binary mode for file access
10881
10882 2002-07-02 [christoph]  0.7.8claws43
10883
10884         * major code cleanup (part 1)
10885         
10886                 - unused variables removed
10887                 - unused functions removed
10888                 - uninitialized variables checked
10889                 - missing return statements added
10890                 - missing function return types added
10891                 - added parentheses around assignment and
10892                   && in || when suggested by gcc
10893               
10894         * src/mh.c
10895         * src/folder.c
10896                 replaced direct calls to folder->scan_tree
10897                 with folder_scan_tree and restore folder
10898                 prefs in this function. The folder should
10899                 not have to deal with them.
10900                 ( Should now work for all folder types )
10901
10902 2002-07-02 [paul]       0.7.8claws42
10903
10904         * sync with 0.7.8cvs13
10905                 see ChangeLog 2002-07-01 and 2002-07-02
10906
10907 2002-07-01 [christoph]  0.7.8claws41
10908
10909         * src/summaryview.c
10910                 fix "goto next/prev unread message" with
10911                 ignored threads
10912
10913 2002-07-01 [paul]       0.7.8claws40
10914
10915         * po/es.po
10916                 updated by Ricardo Mones Lastra
10917
10918 2002-06-30 [match]      0.7.8claws39
10919
10920         * src/jpilot.c
10921                 applied variation of leonerd's patch (566661) to
10922                 allow multiple email addresses per JPilot entry.
10923                 addresses may be separated by space, comma, pipe,
10924                 semi-colon, new-line.
10925
10926 2002-06-30 [alfons]     0.7.8claws38
10927
10928         * src/procmsg.c
10929                 simple fix for putting older nodes before
10930                 newer nodes when threading by subject
10931
10932 2002-06-30 [christoph]  0.7.8claws37
10933
10934         * src/folder.c
10935         * src/folderview.c
10936         * src/mh.c
10937         * src/news.c
10938         * src/procmsg.c
10939                 fix broken folder tree rescaning
10940                 and don't use procmsg_get_mark_sum
10941                 anymore
10942
10943 2002-06-30 [christoph]  0.7.8claws36
10944
10945         * merge new cache branch
10946         * src/imap.c
10947                 fix new cache imap copy bug
10948         * src/folder.c
10949                 improved folder_item_scan
10950                 it should now always set the correct
10951                 new, unread and total message counts
10952
10953 2002-06-29 [paul]       0.7.8claws35
10954
10955         * configure.in
10956                 correct syntax error
10957
10958 2002-06-29 [paul]       0.7.8claws34
10959
10960         * configure.in
10961           Makefile.am
10962           man/Makefile.am       ** NEW FILE **
10963           man/sylpheed.1.gz     ** NEW FILE **
10964                 add Sylpheed man page
10965
10966 2002-06-29 [paul]       0.7.8claws33
10967
10968         * po/pt_BR.po
10969                 updated by Fabio Junior Beneditto
10970
10971 2002-06-28 [jens]       0.7.8claws32
10972
10973         * po/de.po
10974                 translation updated
10975
10976         * src/selective_download.c
10977                 removed gettext for space " "
10978
10979         * src/imap.c
10980                 removed wrong space
10981
10982 2002-06-28 [paul]       0.7.8claws31
10983
10984         * sync with 0.7.8cvs11
10985                 see ChangeLog 2002-06-28
10986
10987 2002-06-28 [paul]       0.7.8claws30
10988
10989         * sync with 0.7.8cvs10
10990                 see ChangeLog 2002-06-27 and 2002-06-28
10991
10992 2002-06-26 [paul]       0.7.8claws29
10993
10994         * src/addrgather.c
10995           src/selective_download.c
10996                 don't gettextise empty strings.
10997                 reserved by gettext. gettext("") returns 
10998                 the header entry with meta information, 
10999                 not the empty string
11000
11001         * po/en_GB.po
11002                 updated
11003
11004 2002-06-26 [paul]       0.7.8claws28
11005
11006         * sync with 0.7.8cvs7
11007                 see ChangeLog 2002-06-25
11008
11009         * src/prefs_common.c
11010                 ...and in the process, tweak the gui a little
11011
11012 2002-06-25 [alfons]     0.7.8claws27
11013         
11014         * configure.in
11015         * src/Makefile.am
11016                 fine tune ldap library detection
11017
11018 2002-06-25 [alfons]     0.7.8claws26
11019
11020         * src/compose.c
11021                 don't allow return receipts when composing a news article
11022
11023 2002-06-25 [paul]       0.7.8claws25
11024
11025         * Makefile.am
11026                 add '$(AMTAR)' to 'release' section to allow for
11027                 new and older autotools
11028
11029 2002-06-25 [paul]       0.7.8claws24
11030
11031         * src/summaryview.c
11032                 fix "No more unread messages" persistant pop-up
11033                 window bug
11034
11035 2002-06-25 [paul]       0.7.8claws23
11036
11037         * po/it.po
11038                 updated by Alessandro Maestri
11039
11040 2002-06-25 [paul]       0.7.8claws22
11041
11042         * sync with 0.7.8cvs6
11043                 see ChangeLog 2002-06-25
11044
11045 2002-06-24 [paul]       0.7.8claws21
11046
11047         * tools/update-po
11048                 add GPL copyright information
11049
11050 2002-06-24 [paul]       0.7.8claws20
11051
11052         * tools/Makefile.am
11053           tools/README
11054           tools/update-po       ** NEW FILE **
11055                 add script that eases the creation of *.po files
11056                 Submitted by Wilbert Berendsen <wilbert@oswf.org>
11057
11058 2002-06-23 [alfons]     0.7.8claws19
11059
11060         * src/messageview.c
11061                 make notification_convert_header obey const correctness
11062                 (next step will be fixing the broken return receipt)
11063
11064 2002-06-23 [paul]       0.7.8claws18
11065
11066         * src/messageview.c
11067                 fix bug introduced in last commit:
11068                 removed too much code in last commit - put back what's
11069                 needed
11070
11071 2002-06-23 [paul]       0.7.8claws17
11072
11073         * src/messageview.[ch]
11074                 remove code committed in error from locally patched
11075                 source
11076
11077 2002-06-23 [colin]      0.7.8claws16
11078
11079         * src/compose.[ch]
11080                 add compose_entry_select(), used to select the default_to
11081                 email address - hopefully avoiding people sending mails to
11082                 wrong recipients.
11083
11084 2002-06-22 [alfons]     0.7.8claws15
11085
11086         * AUTHORS
11087                 add Bram Metsch & Stanislav Karchebny
11088         * src/smtp.[ch]
11089         * src/prefs_account.[ch]
11090         * src/send.c
11091                 - apply and adapt Bram's patch which allows user to set SMTP AUTH 
11092                   options.  (see <http://sourceforge.net/tracker/index.php
11093                   ?func=detail&aid=566937&group_id=25528&atid=384600>);
11094
11095                 - merge Stanislav's fix to make SMTP AUTH work with qmail
11096                   (see <http://www.tmtm.org/cgi-bin/w3ml/msg.cgi?ml=sylpheed&id=14343>)
11097
11098 2002-06-22 [paul]       0.7.8claws14
11099
11100         * sync with 0.7.8cvs5
11101                 see ChangeLog 2002-06-19 and 2002-06-20
11102
11103 2002-06-22 [alfons]     0.7.8claws13
11104
11105         * src/selective_download.c
11106                 fix a stupid mistake I made
11107
11108 2002-06-22 [alfons]     0.7.8claws12
11109
11110         * src/selective_download.[ch]
11111                 fix another unnoticed leak; cleanup code
11112
11113 2002-06-21 [alfons]
11114
11115         * tools/Makefile.am
11116                 gpg-sign <-- gpg-sign-syl
11117
11118 2002-06-21 [alfons]     0.7.8claws11
11119
11120         * src/selective_download.c
11121         * src/selective_download.h
11122                 fix assorted mix of allocation errors (should solve
11123                 problem reported by Philippe Gramoullé, see:
11124                 http://sourceforge.net/mailarchive/forum.php?thread_id=828668&forum_id=2006)
11125
11126 2002-06-20 [melvin]     0.7.8claws10
11127
11128         * tools/gpg-sign *REMOVED*
11129           tools/gpg-sign-syl *ADDED*
11130                 Replaced the gpg clearsigning script with the version using
11131                 xterm instead of ssh-askpass and changed its name.
11132
11133         * README.claws
11134                 Updated actions example to reflect the renaming of the
11135                 gpg clearsigning script.
11136
11137 2002-06-19 [paul]       0.7.8claws9
11138
11139         * sync with 0.7.8claws9
11140                 see ChangeLog 2002-06-18 and 2002-06-19
11141
11142 2002-06-19 [paul]       0.7.8claws8
11143
11144         * sync with 0.7.8cvs1
11145                 see ChangeLog 2002-06-18
11146
11147 2002-06-18 [alfons]     0.7.8claws7
11148
11149         * src/mainwindow.h
11150                 add omitted prototype
11151
11152 2002-06-17 [paul]       0.7.8claws6
11153
11154         * src/mainwindow.c
11155                 fix hiding of exec_btn
11156
11157 2002-06-17 [paul]       0.7.8claws5
11158
11159         * src/pop.c
11160                 remove unneeded code: should_delete() 
11161                 and Pop3State::uidl_todelete_list
11162
11163 2002-06-17 [paul]       0.7.8claws4
11164
11165         * sync with 0.7.8
11166                 see ChangeLog 2002-06-11 and 2002-06-13
11167
11168 2002-06-16 [alfons]     0.7.8claws3
11169         
11170         * src/folder.c
11171                 make sure lock sort mode (claws specific) is
11172                 also persists after a tree rescan
11173
11174 2002-06-16 [alfons]     0.7.8claws2
11175
11176         * src/prefs_folder_item.c
11177         * src/folder.[ch]
11178                 fix persistence of folder sort mode (broken
11179                 by adapting Hiro's new folder persistence code)
11180
11181 2002-06-16 [alfons]     0.7.8claws1
11182
11183         * AUTHORS
11184         * src/logwindow.c
11185         * src/prefscommon.[ch]
11186                 control size of log text in log window; 
11187                 closes patch #569155 submitted by Mitko Haralanov.
11188
11189 2002-06-15 [paul]       0.7.8claws
11190
11191         * release of 0.7.8claws
11192
11193 2002-06-15 [paul]       0.7.7claws
11194
11195         * po/pt_BR.po
11196                 updated by Fabio Junior Beneditto
11197
11198 2002-06-14 [paul]       0.7.6claws49
11199
11200         * po/es.po
11201                 updated by Ricardo Mones Lastra
11202
11203 2002-06-14 [paul]       0.7.6claws48
11204
11205         * po/nl.po
11206                 updated translation by Wilbert Berendsen
11207
11208 2002-06-14 [melvin]     0.7.6claws47
11209
11210         * po/fr.po
11211                 Updated French translation
11212
11213 2002-06-13 [paul]       0.7.6claws46
11214
11215         * src/filesel.c
11216                 allow filename to be typed in, rather than just
11217                 selected by the mouse. Patch by Gustavo Noronha Silva.
11218
11219 2002-06-13 [alfons]     0.7.6claws45
11220
11221         * src/mainwindow.[ch]
11222                 more cleanups (removing unnecessary menu items Expand 
11223                 summary / message view)
11224
11225 2002-06-13 [melvin]     0.7.6claws44
11226
11227         * po/POTFILES.in
11228                 Added src/string_match.c
11229         * src/string_match.c
11230                 Fixed possible buffer overflow.
11231                 Corrected typo.
11232                 Added missing config.h header.
11233         * src/prefs_common.c
11234           src/prefs_matcher.c
11235           src/prefs_scoring.c
11236                 Made some strings translatable (missing _(..)).
11237
11238 2002-06-13 [melvin]     0.7.6claws43
11239
11240         * README.claws
11241                 Corrected action example (verifying clearsigned mail).
11242         * src/prefs_account.c
11243                 Corrected typo.
11244         * src/prefs_common.c
11245                 Removed incorrect line that generated a Gtk-CRITICAL msg.
11246
11247 2002-06-12 [alfons]     0.7.6claws42
11248
11249         * src/summaryview.c
11250                 add init of score column lost in 0.7.6claws42
11251
11252 2002-06-12 [paul]       0.7.6claws41
11253
11254         * src/prefs_account.c
11255                 CREATE_RADIO_BUTTONS(): fixed a typo and corrected the 
11256                 behavior of the radio buttons, (from 0.7.7cvs2)
11257
11258 2002-06-11 [alfons]     0.7.6claws40
11259
11260         * src/messageview.[ch]
11261         * src/summaryview.[ch]
11262         * src/summary_search.c
11263         * src/mainwindow.c
11264                 perform a sync to bring in Hiro's separate view implementation 
11265
11266                 (NOTE: may still be buggy; 0.7.6claws39 marked as LAST_STABLE)
11267
11268 2002-06-11 [paul]       0.7.6claws39
11269         
11270         * src/prefs_account.c
11271                 correct a typo on the Receive tab
11272
11273 2002-06-10 [match]      0.7.6claws38
11274
11275         * src/addressbook.c
11276                 Included address completion patch from Gustavo Noronha.
11277
11278 2002-06-10 [paul]       0.7.6claws37
11279
11280         * src/inc.[ch]
11281           src/pop.c
11282           src/prefs_account.[ch]
11283           src/selective_download.[ch]
11284                 apply PATCH #561712
11285                  NEW:
11286                 - check if POP Account
11287                 - Receive Button renamed to Preview
11288                 - Preview Button Popup: preview new/all messages
11289                 - Download Button
11290                 - Account Preferences-->Receive tab checkbutton if you
11291                   want to remove Mail after Download
11292                 -: default YES
11293                 - Account Preferences-->Receive tab checkbutton use
11294                   filtering rules on preview
11295                   (think of delete_on_server)
11296                 -: default YES
11297                 - Account selectable from SD dialog
11298                 - checkbutton to show already downloaded messages if
11299                   all messages are previewed
11300                 - new clist column showing Date
11301                 - ESC KEY close
11302                 FIXES:
11303                 - play ball with UIDL
11304                 - fault tolerant (?) 
11305                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
11306
11307 2002-06-10 [melvin]     0.7.6claws36
11308
11309         * README.claws
11310                 Added a hint to ac/README in cvs instructions.
11311
11312         * src/prefs_actions.c
11313                 Made it possible to use a more elaborate command line
11314                 for asynchronous actions, too.
11315
11316 2002-06-10 [melvin]     0.7.6claws35
11317         
11318         * src/prefs_actions.c
11319                 Make it possible to use a more elaborate command line
11320                 (e.g. |foo|bar|cat>there;echo Done|)
11321                 Corrected error message when calling %f, %F and %p commands
11322                 from the compose window.
11323
11324 2002-06-09 [colin]      0.7.6claws34
11325
11326         * src/summaryview.c
11327                 Automatically find unread messages in current folder
11328                 before annoying the user.
11329
11330 2002-06-08 [alfons]     0.7.6claws33
11331
11332         * po/it.po
11333                 remove bad formatting string in it.po translation
11334                 (close "[ 548336 ] --debug segfaults!!! with it_IT@euro")
11335
11336 2002-06-08 [paul]       0.7.6claws32
11337
11338         * sync with 0.7.6cvs25
11339                 see ChangeLog 2002-06-07
11340
11341 2002-06-05 [paul]       0.7.6claws31
11342
11343         * src/mainwindow.c
11344                 add 'Sort by locked' and 'Sort by score'
11345
11346 2002-06-05 [paul]       0.7.6claws30
11347
11348         * sync with 0.7.6cvs24
11349                 see ChangeLog 2002-06-04
11350
11351 2002-06-04 [paul]       0.7.6claws29
11352
11353         * po/pt_BR.po
11354                 updated by Fabio Junior Beneditto
11355
11356 2002-06-03 [thorsten]   0.7.6claws28
11357
11358         * src/matcher.c
11359                 fclose() matcherrc after reading
11360
11361 2002-06-03 [paul]       0.7.6claws27
11362
11363         * sync with 0.7.6cvs21
11364                 see ChangeLog 2002-05-31
11365
11366 2002-05-31 [paul]       0.7.6claws26
11367
11368         * sync with 0.7.6cvs20
11369                 see ChangeLog 2002-05-29 and 2002-05-30
11370
11371 2002-05-31 [paul]       0.7.6claws25
11372
11373         * src/imap.c
11374                 hopefully fix last buggy sync
11375
11376         * README.claws
11377                 correct typo in 'Actions' examples
11378
11379 2002-05-29 [paul]       0.7.6claws24
11380
11381         * sync with 0.7.6cvs18
11382                 see ChangeLog 2002-05-28 and 2002-05-29
11383
11384         * src/news.c
11385           src/nntp.[ch]
11386                 sync with above 
11387
11388 2002-05-28 [paul]       0.7.6claws23
11389
11390         * sync with 0.7.6cvs16
11391                 see ChangeLog 2002-05-28
11392
11393 2002-05-27 [thorsten]   0.7.6claws22 
11394
11395         * faq/it/sylpheed-faq-1.html
11396           faq/it/sylpheed-faq-2.html
11397           faq/it/sylpheed-faq-3.html
11398           faq/it/sylpheed-faq.html
11399                 corrected DOS lineendings
11400         * faq/de/sylpheed-faq-1.html
11401           faq/de/sylpheed-faq-2.html
11402           faq/en/sylpheed-faq-1.html
11403           faq/en/sylpheed-faq-2.html
11404           faq/en/sylpheed-faq-3.html
11405           faq/es/sylpheed-faq-1.html
11406           faq/es/sylpheed-faq-2.html
11407           faq/es/sylpheed-faq-3.html
11408           faq/fr/sylpheed-faq-1.html
11409           faq/it/sylpheed-faq-1.html
11410           faq/it/sylpheed-faq-2.html
11411           faq/it/sylpheed-faq-3.html
11412           faq/it/sylpheed-faq.html
11413                 changed ">" to &quot;
11414
11415 2002-05-27 [paul]       0.7.6claws21
11416         
11417         * sync with 0.7.6cvs15
11418                 see ChangeLog 2002-05-27
11419
11420 2002-05-27 [paul]       0.7.6claws20
11421
11422         * src/prefs_account.c
11423                 correct a typo
11424
11425 2002-05-26 [paul]       0.7.6claws19
11426
11427         * tools/README
11428                 correct a typo
11429
11430 2002-05-25 [paul]       0.7.6claws18
11431
11432         * tools/README
11433                 add description of kmail2sylpheed.pl
11434
11435 2002-05-25 [paul]       0.7.6claws17
11436
11437         * tools/kmail2sylpheed.pl       ** NEW FILE **
11438                 perl script that converts an exported Kmail address
11439                 book, converts it to sylpheed addressbook file,
11440                 writes the file to .sylpheed, and updates
11441                 addrbook--index.xml 
11442
11443 2002-05-25 [paul]       0.7.6claws16
11444
11445         * sync with 0.7.6cvs14
11446                 see ChangeLog 2002-05-23
11447
11448 2002-05-24 [paul]       0.7.6claws15
11449
11450         * README.claws
11451                 make a correction and add some more info
11452
11453 2002-05-24 [paul]       0.7.6claws14
11454
11455         * src/compose.c
11456                 fix memory leak in 
11457                 compose_redirect_write_headers_from_headerlist()
11458                 add Subject and Resent-Message-ID to
11459                 compose_redirect_write_headers()
11460                 Received, Subject, and X-UIDL are filtered out in 
11461                 compose_redirect_write_to_file()
11462
11463 2002-05-23 [paul]       0.7.6claws13
11464
11465         * src/compose.[ch]
11466           src/filtering.c
11467           src/mainwindow.c
11468           src/matcher.[ch]
11469           src/matcher_parser_lex.l
11470           src/matcher_parser_parse.y
11471           src/prefs_common.[ch]
11472           src/prefs_filtering.c
11473           src/summaryview.c
11474                 rename 'Bounce' to 'Redirect'
11475
11476 2002-05-23 [paul]       0.7.6claws12
11477
11478         * more sync with 0.7.6cvs13
11479           src/compose.c
11480                 see ChangeLog 2002-05-22
11481
11482 2002-05-22 [paul]       0.7.6claws11
11483
11484         * sync with 0.7.6cvs13
11485           src/codeconv.c
11486                 see ChangeLog 2002-05-20
11487           src/prefs_common.c
11488                 see ChangeLog 2002-05-22
11489
11490 2002-05-21 [melvin]     0.7.6claws10
11491
11492         * src/folderview.c
11493                 Added missing filtering and scoring headers
11494                 Fixed bad function call that showed garbage 
11495                 in Folder->Processing
11496
11497 2002-05-21 [paul]       0.7.6claws9
11498
11499         * tools/Makefile.am
11500                 make all tools executable, (patch by Alfons).
11501
11502 2002-05-20 [alfons]     0.7.6claws8
11503
11504         * src/procheader.c
11505                 don't forget to call mktime() so we have a valid week 
11506                 and year day
11507                 (Bug report by Roger Sondermann <mail@jumaros.de>)
11508
11509 2002-05-20 [paul]       0.7.6claws7
11510
11511         * src/html.c
11512                 fix broken parsing of urls
11513         * src/textview.c
11514                 fix displaying of urls
11515
11516                 both fixes from the patch [547855] by Eugene 
11517                 Brevdo (zonem)
11518
11519 2002-05-19 [alfons]     0.7.6claws6
11520
11521         * configure.in
11522                 make sylpheed configure correctly with the latest
11523                 and greatest of automake / autoconf / gettext
11524
11525 2002-05-19 [alfons]     0.7.6claws5
11526
11527         * src/procheader.c
11528         * src/procheader.h
11529                 add function for returning ime zone offset
11530         * src/quote_fmt.c
11531         * src/quote_fmt_parse.y
11532                 better quotation formatting - does not convert
11533                 to local time, but uses the original date string.
11534                 
11535                 Note: %z inserts the timezone offset (should 
11536                 work also on platforms where strftime does not
11537                 support %z).
11538
11539 2002-05-18 [christoph]  0.7.6claws4
11540
11541         * src/summaryview.c
11542                 fix indentation of some code
11543         * tools/Makefile.am
11544                 fix spaces after \
11545         * src/Makefile.am
11546                 add missing \
11547                 correct path for ignorethread.xpm
11548                 incorrect filename for sylpheed_logo.xpm
11549                 add missing include matcher_parser_parse.h
11550
11551 2002-05-18 [paul]       0.7.6claws3
11552
11553         * sync with 0.7.6cvs8
11554                 see ChangeLog 2002-05-16 and 2002-05-17
11555
11556 2002-05-18 [melvin]     0.7.6claws2
11557
11558         * README.claws
11559                 Corrected an action's definition and fixed some misspellings.
11560
11561 2002-05-18 [paul]       0.7.6claws1
11562
11563         * tools/Makefile.am
11564           tools/gpg-sign        ** new file **
11565           tools/uudec           ** new file **
11566                 add Melvin's Actions scripts
11567
11568         * README.claws
11569                 add Melvin's descriptions for Actions
11570
11571 2002-05-18 [paul]       0.7.6claws
11572
11573         * Version 0.7.6claws released
11574
11575 2002-05-17 [paul]       0.7.5claws32
11576
11577         * po/es.po
11578                 updated by Ricardo Mones Lastra
11579
11580 2002-05-17 [paul]       0.7.5claws31
11581
11582         * src/compose.c
11583                 fix Account prefs default folder for sent/draft/deleted
11584                 messages bug
11585
11586         * po/it.po
11587           po/nl.po
11588                 updated translation by Alessandro Maestri and
11589                 Wilbert Berendsen
11590
11591 2002-05-17 [melvin]     0.7.5claws30
11592
11593         * src/prefs_actions.c
11594                 Fixed bug where using %F not at the end of the command 
11595                 resulted in an additional empty argument being created.
11596                 Thanks to Darko Koruga for reporting the bug.
11597
11598 2002-05-17 [melvin]     0.7.5claws29
11599
11600         * po/fr.po
11601                 Updated French translations.
11602
11603 2002-05-15 [paul]       0.7.5claws28
11604         
11605         * po/es.po
11606                 updated by Ricardo Mones Lastra
11607
11608 2002-05-15 [paul]       0.7.5claws27
11609
11610         * sync with 0.7.6cvs4
11611                 see ChangeLog 2002-05-14 and 2002-05-15
11612
11613 2002-05-14 [paul]       0.7.5claws26
11614
11615         * sync with 0.7.6cvs1
11616                 see ChangeLog 2002-05-13
11617
11618 2002-05-13 [thorsten]   0.7.5claws25
11619
11620         * src/messageview.c
11621                 fix select_all and copy in multipart messages
11622         * src/mainwindow.c
11623                 fix select_all and copy in multipart messages
11624
11625 2002-05-12 [paul]       0.7.5claws24
11626
11627         * src/summaryview.c
11628                 reverse last commit, bug already fixed in 0.7.5claws3
11629
11630 2002-05-12 [netztorte]  0.7.5claws23
11631
11632         * src/summaryview.c
11633                 dont parse empty addressbook (checked in before claws20)
11634
11635 2002-05-12 [melvin]     0.7.5claws22
11636
11637         * src/procmsg.[ch]
11638                 Removed unneeded priority code introduced by the previous 
11639                 commit.
11640
11641 2002-05-12 [melvin]     0.7.5claws21
11642
11643         * src/compose.[ch]
11644                 Added possibility to set message's priority.
11645         * src/procmsg.[ch]
11646                 Added possibility to set message's priority.
11647                 Added missing headers
11648
11649 2002-05-12 [melvin]     0.7.5claws20
11650
11651         * src/prefs_actions.c
11652                 Removed implicitely added quotes around the name
11653                 of the temporary files of mime parts.
11654
11655 2002-05-12 [paul]       0.7.5claws19
11656
11657         * sync with 0.7.5cvs20
11658                 see ChangeLog 2002-05-11
11659
11660 2002-05-12 [alfons]     0.7.5claws18
11661
11662         * src/quote_fmt_lex.l
11663         * src/quote_fmt_parse.y
11664                 allow quote / reply date & time format to be set using
11665                 %D{format}. format is a format string you'd pass to
11666                 strftime() (see man strftime, or the Display tab |
11667                 Date format setting).
11668
11669                 Currently %D converts the date to local time. 
11670
11671 2002-05-11 [paul]       0.7.5claws17
11672
11673         * sync with 0.7.5cvs19 (except src/prefs_folder_item.c)
11674                 see ChangeLog 2002-05-10 and 2002-05-11
11675
11676 2002-05-10 [paul]       0.7.5claws16
11677
11678         * sync with 0.7.5cvs16
11679                 see ChangeLog entries 2002-05-09 and 
11680                 2002-05-10
11681
11682 2002-05-10 [colin]      0.7.5claws15
11683
11684         * src/textview.c
11685                 Corrected a bug that prevented sylpheed to open
11686                 double-clicked URIs.
11687
11688 2002-05-09 [paul]       0.7.5claws14
11689
11690         * sync with 0.7.5cvs14
11691                 see ChangeLog 2002-05-08 and 2002-05-09
11692
11693 2002-05-08 [paul]       0.7.5claws13
11694
11695         * sync with 0.7.5cvs11
11696                 see ChangeLog entry 2002-05-08
11697
11698 2002-05-08 [paul]       0.7.5claws12
11699
11700         * src/mainwindow.c
11701           src/textview.[ch]
11702                 fix segfault on View->Open in new window
11703                 patch submitted by Thorsten Maerz <torte@netztorte.de>
11704
11705 2002-05-07 [paul]       0.7.5claws11
11706
11707         * sync with 0.7.5cvs9
11708                 see ChangeLog entry 2002-05-07
11709
11710 2002-05-06 [paul]       0.7.5claws10
11711
11712         * src/messageview.c
11713           src/textview.c
11714                 display url in statusbar on single-click
11715                 patch submitted by Thorsten Maerz <torte@netztorte.de>
11716
11717 2002-05-06 [match]      0.7.5claws9
11718
11719         * src/addritem.[ch]
11720                 new functions.
11721         * src/addrcache.c
11722                 tidy up.
11723         * src/xmlprops.[ch]
11724                 XML implementation of properties file.
11725         * src/exporthtml.[ch]
11726         * src/expthtmldlg.[ch]
11727         * src/addressbook.c
11728                 export to HTML.
11729
11730 2002-05-02 [sergey]     0.7.5claws8
11731
11732         * src/mainwindow.c (mainwin_entries),
11733           src/prefs_common.c (prefs_send_create()),
11734           src/codeconv.c (locale_table):
11735                 use charset name "Windows-1251" instead of "CP1251".
11736
11737 2002-05-02 [colin]      0.7.5claws7
11738         
11739         * src/compose.c
11740           src/prefs_common.c
11741           src/prefs_folder_item.c
11742                 Fixed cosmetics bugs due to Outbox renamed to Sent.
11743
11744 2002-05-02 [hiro]       0.7.5claws6
11745
11746         * src/imap.c
11747                 sync the change for QUOTE_IF_REQUIRED() macro with 0.7.5cvs7.
11748
11749 2002-05-02 [paul]       0.7.5claws5
11750
11751         * src/compose.c
11752                 more sync with 0.7.5cvs7, see ChangeLog entry
11753                 2002-05-02
11754
11755 2002-05-02 [hiro]       0.7.5claws4
11756
11757         * src/compose.c
11758                 compose_queue_sub():
11759                 check if queue folder exists (closes #550397).
11760                 removed directory creation since it should be handled
11761                 transparently.
11762         * src/imap.c
11763                 imap_add_msg(): return UID for appended message
11764                 (closes #548842).
11765
11766 2002-04-30 [paul]       0.7.5claws3
11767
11768         * src/summaryview.c
11769                 fix account_find_from_address() bug
11770
11771 2002-04-28 [colin]      0.7.5claws2
11772
11773         * src/compose.c
11774           src/textview.c
11775           src/prefs_common.[ch]
11776           src/utils.[ch]
11777                 Added user-definable quotation characters recognition.
11778
11779 2002-04-28 [paul]       0.7.5claws1
11780
11781         * sync with 0.7.5cvs4
11782                 see ChangeLog entry  2002-04-25
11783
11784 2002-04-28 [paul]       0.7.5claws
11785
11786         * po/es.po
11787           po/nl.po
11788           po/pt_BR.po
11789                 updated by Ricardo Mones Lastra, Wilbert Berendsen, and
11790                 Fabio Junior Beneditto
11791
11792 2002-04-27 [jens]       0.7.4claws103
11793
11794         * po/de.po
11795                 updated German translation.
11796
11797 2002-04-27 [hiro]       0.7.4claws102
11798
11799         * src/summaryview.c
11800                 summary_write_cache(): fixed the mark loss of hidden messages.
11801
11802 2002-04-26 [melvin]     0.7.4claws101
11803
11804         * src/procmsg.c
11805                 fixed a second typo (same one)
11806         * po/fr.po
11807           po/it.po
11808           po/pt_BR.po
11809                 fixed the type again...
11810
11811 2002-04-26 [melvin]     0.7.4claws100
11812
11813         * src/procmsg.c
11814                 fixed a typo in an alert message ("temorary").
11815         * po/it.po
11816         * po/pt_BR.po
11817                 corrected the typo  described above.
11818         * po/fr.po
11819                 updated French translation.
11820
11821 2002-04-26 [darko]      0.7.4claws99
11822
11823         * src/summaryview.c
11824                 fix target folder colorization
11825
11826 2002-04-25 [paul]       0.7.4claws98
11827
11828         * po/it.po
11829                 updated by Alessandro Maestri
11830
11831 2002-04-24 [colin]      0.7.4claws97
11832         
11833         * src/compose.c
11834                 Fixed double "subject is empty" question.
11835
11836 2002-04-23 [colin]      0.7.4claws96
11837         
11838         * src/mimeview.c
11839                 Corrected issue when "automatically display images" was
11840                 not set : first image remained after selecting second.
11841
11842 2002-04-23 [melvin]     0.7.4claws95
11843
11844         * src/prefs_actions.c
11845                 Don't display in/out dialog if there is nothing to show.
11846
11847 2002-04-23 [paul]       0.7.4claws94
11848
11849         * sync with 0.7.5cvs3
11850                 bug fixes: see ChangeLog entry 2002-04-23
11851
11852 2002-04-22 [darko]      0.7.4claws93
11853
11854         * src/compose.c
11855                 fix previous check-in which changed code after
11856                 merge from main
11857
11858 2002-04-22 [paul]       0.7.4claws92
11859
11860         * faq/de/*
11861                 add German FAQ
11862         * faq/en/*
11863           faq/es/*
11864           faq/fr/*
11865                 update English, Spanish and French FAQs
11866         * manual/de/*
11867           manual/es/*
11868                 add German and Spanish manuals
11869         * manual/en/*
11870           manual/fr/*
11871                 update English and French manuals
11872
11873         * src/Makefile.am
11874                 add to and re-arrange the pixmap entries
11875
11876 2002-04-22 [darko]      0.7.4claws91
11877
11878         * src/compose.c
11879                 fix sender initials recognition to only allow
11880                 '>' after the initials
11881
11882 2002-04-21 [paul]       0.7.4claws90
11883
11884         * sync with 0.7.5 release
11885                 see ChangeLog entry 2002-04-21
11886
11887 2002-04-21 [alfons]
11888
11889         * src/Makefile.am
11890                 add colin's new pixmaps to EXTRA_DIST
11891
11892 2002-04-21 [colin]      0.7.4claws89
11893         * src/compose.c
11894         * src/inc.c
11895         * src/mainwindow.[ch]
11896         * src/prefs_common.[ch]
11897         * src/stock_pixmap.[ch]
11898                 Added "Work offline" ability.
11899
11900 2002-04-21 [colin]      0.7.4claws88
11901         
11902         * src/mimeview.c
11903         * src/prefs_common.c
11904         * src/prefs_common.h
11905         * src/textview.c : Added an option to common preferences -> display
11906           to allow user not to automatically display images.
11907
11908 2002-04-21 [paul]       0.7.4claws87
11909
11910         * sync with 0.7.4cvs52
11911                 see ChangeLog entry 2002-04-21 (src/imap.c)
11912
11913 2002-04-21 [paul]       0.7.4claws86
11914
11915         * sync with 0.7.4cvs51
11916                 see ChangeLog entry 2002-04-21
11917
11918 2002-04-21 [paul]       0.7.4claws85
11919
11920         * sync with 0.7.4cvs49
11921                 see ChangeLog entries 2002-04-20 and 2002-04-21
11922
11923         * src/Makefile.am
11924                 clean up: remove old 'stock_' element from xpm 
11925                 filenames.
11926
11927 2002-04-21 [alfons]     0.7.4claws84
11928
11929         apply sync patch from Paul
11930
11931         * src/folderview.c
11932                 use old claws prefs_folder_item_create() for now
11933
11934 2002-04-19 [match]      0.7.4claws83
11935
11936         * src/addressbook.[ch]
11937         * src/addrharvest.[ch]
11938         * src/addrgather.[ch]
11939                 recurse folders.
11940         * src/mainwindow.c
11941         * src/summaryview.[ch]
11942                 change menu option.
11943
11944 2002-04-19 [paul]       0.7.4claws82
11945
11946         * po/pt_BR.po
11947                 updated by Fabio Junior Beneditto
11948
11949 2002-04-14 [alfons]     0.7.4claws81
11950
11951         * src/passphrase.c
11952                 add #include <sys/types.h> for mode_t and off_t 
11953
11954 2002-04-13 [paul]       0.7.4claws80
11955         
11956         * src/main.c
11957           src/passphrase.[ch]
11958           src/pgptext.c
11959           src/prefs_common.[ch]
11960           src/rfc2015.c
11961                 enable storing of GnuPG passphrase for the whole 
11962                 session or a user-defined number of minutes. patch 
11963                 submitted by Ravemax <ravemax@dextrose.com>
11964
11965 2002-04-13 [alfons]     0.7.4claws79
11966
11967         * src/textview.c
11968                 make email parser also stop scanning when encountering separators
11969                 ',' and ';' (reported by Fabien Vantard <fvantard@opsion.fr>)
11970
11971 2002-04-13 [paul]       0.7.4claws78
11972
11973         * sync with 0.7.4cvs39
11974                 see ChangeLog entry 2002-04-12
11975
11976 2002-04-11 [paul]       0.7.4claws77
11977
11978         * sync with 0.7.4cvs37
11979                 see ChangeLog entry 2002-04-11
11980
11981 2002-04-11 [paul]       0.7.4claws76
11982
11983         * COPYING 
11984                 re-licensed (removal of "NO-VIRUS CLAUSE" and addition of
11985                 the clause for OpenSSL). sync with sylpheed main
11986
11987 2002-04-09 [melvin]     0.7.4claws75
11988
11989         * src/compose.c
11990                 Made 'Ctrl-Enter' on send ignore some modifiers 
11991                 (LOCK_MASK, MOD2, MOD3, MOD4, MOD5). Make it possible
11992                 to bind other *-Enter (but not Alt-Enter).
11993
11994 2002-04-09 [paul]       0.7.4claws74
11995
11996         * sync with 0.7.4cvs35
11997                 see ChangeLog entries 2002-04-09
11998
11999 2002-04-08 [paul]       0.7.4claws73
12000
12001         * sync with 0.7.4cvs33
12002                 see ChangeLog entry 200-04-08
12003
12004 2002-04-07 [match]      0.7.4claws72
12005
12006         * src/addrharvest.[ch]
12007                 fixed to read all addresses in header, regardless
12008                 of header size. improved name parsing. accommodate
12009                 harvest from folders and selected message.
12010         * src/addritem.[ch]
12011                 included new address parsing function.
12012         * src/addrgather.[ch]
12013         * src/addressbook.[ch]
12014         * src/summaryview.[ch]
12015         * src/mainwindow.c
12016                 allow address harvest of folder as well as selected
12017                 messages.
12018
12019 2002-04-07 [paul]       0.7.4claws71
12020
12021         * src/esmtp.[ch]
12022           src/smtp.c
12023                 don't try to authenticate with CRAM-MD5 in SMTP when 
12024                 SMTP-AUTH enabled if MTA doesn't issue this 
12025                 auth-method in it's ehlo-response. bug item #531364,
12026                 patch item #938910. patch submitted by Colin Leroy 
12027                 <colin@colino.net>
12028
12029 2002-04-07 [paul]       0.7.4claws70
12030
12031         * src/nntp.c
12032                 fix missing MODE_READER bug. patch submitted by
12033                 Colin Leroy <colin@colino.net>
12034
12035 2002-04-07 [alfons]     0.7.4claws69
12036
12037         * src/matcher.[ch]
12038         * src/prefs_filtering.c
12039         * src/summaryview.c
12040                 escape \' and \" in strings passed as filtering strings; bug report by Alex Evseev.
12041                 (see http://www.geocrawler.com/lists/3/SourceForge/11619/25/8279435/)
12042
12043 2002-04-07 [paul]       0.7.4claws68
12044
12045         * sync with 0.7.4cvs32
12046                 see ChangeLog entry 2002-04-06
12047
12048         * tools/filter_conv.pl
12049                 more bug fixes
12050
12051 2002-04-06 [paul]       0.7.4claws67
12052
12053         * tools/filter_conv.pl
12054                 modify to be able to find the name of the first
12055                 mailbox and use that. main's filter does not
12056                 record the full path to the mailbox and therefore
12057                 can only filter to the first mailbox.
12058
12059 2002-04-05 [paul]       0.7.4claws66
12060
12061         * tools/filter_conv.pl
12062                 attempt to make the script all-encompassing and
12063                 be able to convert any main 'filter' rule thrown
12064                 at it
12065
12066 2002-04-05 [paul]       0.7.4claws65
12067
12068         * tools/filter_conv.pl
12069                 allow for collapsed folder trees
12070
12071 2002-04-05 [paul]       0.7.4claws64
12072
12073         * sync with 0.7.4cvs31
12074                 see ChangeLog entries 2002-04-05
12075
12076 2002-04-03 [paul]       0.7.4claws63
12077
12078         * sync with 0.7.4cvs29
12079                 see ChangeLog entries 2002-04-02 and 2002-04-03
12080
12081 2002-04-02 [paul]       0.7.4claws62
12082
12083         * sync with 0.7.4cvs26
12084                 see ChangeLog entry 2002-04-01
12085
12086 2002-04-02 [match]      0.7.4claws61
12087
12088         * src/pine.[ch]
12089         * src/importpine.[ch]
12090         * src/addressbook.c
12091                 import Pine address book.
12092
12093 2002-04-02 [match]      0.7.4claws60
12094
12095         * src/addrharvest.[ch]
12096                 improve address parsing of funky addresses.
12097
12098 2002-04-02 [darko]      0.7.4claws59
12099
12100         * src/compose.c
12101                 wrap on send improvements, it now recognizes quoted
12102                 initials as part of the quotation string, and it
12103                 does not join lines separated by CR
12104
12105 2002-04-01 [match]      0.7.4claws58
12106
12107         * src/mgutils.[ch]
12108                 added new functions.
12109         * src/mutt.[ch]
12110                 remove excessive duplicate address generation
12111                 on import.
12112
12113 2002-04-01 [alfons]     0.7.4claws57
12114         
12115         * src/summaryview.c
12116                 put back g_free() 
12117
12118 2002-04-01 [paul]       0.7.4claws56
12119
12120         * sync with 0.7.4cvs25
12121                 see ChangeLog entry 2002-04-01
12122
12123 2002-04-01 [alfons]     0.7.4aprilfool55
12124
12125         * src/summaryview.c
12126                 honour feature request item #537427 to allow for
12127                 displaying names from address book for sent mail also
12128
12129 2002-03-29 [paul]       0.7.4claws54
12130
12131         * src/mainwindow.c
12132           src/prefs_filtering.[ch]
12133           src/prefs_matcher.c
12134           src/summaryview.c
12135                 add 'fast filter' for claws' filtering,
12136                 /Tools/Create filter rule/... patch submitted
12137                 by Neill Miller <neillm@thecodefactory.org>
12138
12139 2002-03-29 [paul]       0.7.4claws53
12140
12141         * sync with 0.7.4cvs24
12142                 see ChangeLog entry 2002-03-29
12143
12144 2002-03-28 [paul]       0.7.4claws52
12145
12146         * sync with 0.7.4cvs23
12147                 see ChangeLog entry 2002-03-28
12148
12149 2002-03-27 [melvin]     0.7.4claws51
12150
12151         * src/prefs_actions.c
12152                 Added support to pass only one message part (as a
12153                 file) to the command using '%p'. No quotes are needed
12154                 because doubles quotes are automatically added.
12155                 Fixed bug where Sylpheed could block when waiting for
12156                 a child process to finish.
12157                 Changed the help menu to remove quotes around symbols to 
12158                 avoid misinterpretation (they must not be used).
12159
12160 2002-03-27 [melvin]     0.7.4claws50
12161
12162         * src/inc.c
12163                 Made the new mail notification command always 
12164                 execute asynchronously.
12165
12166 2002-03-27 [paul]       0.7.4claws49
12167
12168         * src/compose.c
12169                 fix bug introduced in last commit
12170
12171 2002-03-27 [paul]       0.7.4claws48
12172
12173         * sync with 0.7.4cvs21
12174                 see ChangeLog 2002-03-26 and 2002-03-27
12175
12176 2002-03-26 [hoa]        0.7.4claws47
12177
12178         * src/prefs_folder_item.c
12179                 really fixed the bug #516442 with folder rescan.
12180
12181 2002-03-26 [paul]       0.7.4claws46
12182
12183         * sync with 0.7.4cvs19
12184                 see ChangeLog entries 2002-03-25 and 2002-03-26
12185
12186 2002-03-25 [hoa]        0.7.4claws45
12187
12188         * src/matcher.c
12189         * src/mh.c
12190                 fix the bug #516442 with folder rescan.
12191
12192         * src/prefs_common.[ch]
12193         * src/compose.c
12194                 added an option to enable two different behaviours
12195                 for bounce.
12196
12197
12198 2002-03-25 [paul]       0.7.4claws44
12199
12200         * src/mainwindow.c
12201           src/selective_download.c
12202                 correct a few menuitem labels
12203
12204 2002-03-25 [christoph]  0.7.4claws43
12205
12206         * src/procmsg.c
12207                 fix non deleted tmp message in
12208                 procmsg_save_to_outbox
12209                 fix problems caused by sync with
12210                 main branch's procmsg_send_queue
12211
12212 2002-03-25 [paul]       0.7.4claws42
12213
12214         * src/quote_fmt.c
12215           src/quote_fmt_lex.l
12216           src/quote_fmt_parse.y
12217                 add Last name (%L) placeholder for quoting. 
12218                 patch submitted by Thorsten Thielen 
12219                 <thth@users.sourceforge.net>
12220
12221 2002-03-25 [paul]       0.7.4claws41
12222
12223         * src/utils.c
12224                 get full hostname. patch submitted by
12225                 Bob Woodside <rwoodside1@comcast.net>
12226
12227 2002-03-25 [paul]       0.7.4claws40
12228
12229         * src/account.c
12230           src/news.c
12231           src/nntp.[ch]
12232           src/prefs_account.[ch]
12233                 enable NNTP over SSL. patch submitted by
12234                 Pascal Jermini <pascal@infinity.hn.org>
12235
12236 2002-03-24 [paul]       0.7.4claws39
12237
12238         * src/prefs_common.c
12239                 make the arrangement of the Compose tab more
12240                 coherent
12241
12242         * src/mainwindow.c
12243                 fix some irregularities of style
12244
12245         * po/de.po
12246                 updated by Kilian Krause
12247
12248 2002-03-23 [paul]       0.7.4claws38
12249
12250         * po/pt_BR.po
12251                 updated by Fabio Junior Beneditto
12252
12253 2002-03-23 [paul]       0.7.4claws37
12254
12255         * src/mainwindow.c
12256                 move 'Gather addresses' to 'Tools' menu
12257                 make 'Selective download' sensitive
12258
12259 2002-03-23 [paul]       0.7.4claws36
12260
12261         * sync with 0.7.4cvs16
12262                 see ChangeLog entries 2002-03-23
12263
12264 2002-03-22 [christoph]  0.7.4claws35
12265
12266         * src/quote_fmt_parse.y
12267                 fix include program output
12268
12269 2002-03-22 [alfons]     0.7.4claws34
12270
12271         * src/pop.c
12272                 initialize GDate stack variable correctly (sorry!)
12273
12274 2002-03-22 [paul]       0.7.4claws33
12275
12276         * src/compose.c
12277           src/mainwindow.c
12278           src/prefs_actions.c
12279           src/prefs_common.c
12280                 rename 'Tool' to 'Tools'
12281
12282         * src/mainwindow.c
12283                 move 'Delete duplicated messages' from
12284                 'Message/' to 'Tools/'
12285                 re-arrange the order of 'Tools/' items
12286
12287 2002-03-22 [paul]       0.7.4claws32
12288
12289         * src/addr_compl.c
12290           src/addressbook.[ch]
12291                 auto-address completion now also matches on
12292                 Nickname. patch submitted by Bob Forsman 
12293                 <hammor@users.sourceforge.net>
12294
12295         * src/editaddress.c
12296                 correct a spelling mistake
12297
12298 2002-03-22 [alfons]     0.7.4claws31
12299
12300         * src/pop.c
12301                 fix getting uidl from incorrect string 
12302                 (spotted by Colin)
12303
12304 2002-03-21 [alfons]     0.7.4claws30
12305
12306         * src/pop.c
12307                 more code refactoring
12308                 plug mem leak introduced by delete on server
12309
12310 2002-03-21 [paul]       0.7.4claws29
12311
12312         * sync with 0.7.4cvs11
12313                 see ChangeLog entries 2002-03-20
12314
12315 2002-03-20 [alfons]     0.7.4claws28
12316
12317         * src/inc.c
12318                 apply Colin's patch and refactor
12319
12320 2002-03-20 [paul]       0.7.4claws27
12321
12322         * sync with sylpheed 0.7.4cvs9
12323                 see ChangeLog entry 2002-03-20
12324
12325 2002-03-19 [christoph]  0.7.4claws26
12326
12327         * src/mh.c
12328         * src/procmsg.[ch]
12329         * src/summaryview.c
12330                 revert changes for flag updates
12331                 (does not work correctly and no time to debug)
12332
12333 2002-03-20 [alfons]     0.7.4claws25
12334
12335         * src/pop.c
12336                 refactor should_delete() a little bit 
12337
12338 2002-03-19 [paul]       0.7.4claws24
12339
12340         * src/inc.[ch]
12341           src/pop.c
12342           src/prefs_account.[ch]
12343                 allow the user to leave downloaded mail on the 
12344                 server for n days. Patch submitted by Colin Leroy 
12345                 <colin@colino.net>
12346
12347 2002-02-19 [paul]       0.7.4claws23
12348
12349         * sync with sylpheed 0.7.4cvs8
12350                 see ChangeLog entries 2002-03-19
12351
12352 2002-03-18 [paul]       0.7.4claws22
12353
12354         * sync with sylpheed 0.7.4cvs6
12355                 see ChangeLog entry 2002-03-18
12356
12357 2002-03-18 [paul]       0.7.4claws21
12358
12359         * po/en_GB.po
12360                 add en_GB message catalogue
12361
12362         * src/mbox_folder.c
12363           src/prefs_account.c
12364           src/prefs_actions.c
12365                 correct a few spelling mistakes
12366
12367 2002-03-17 [alfons]     0.7.4claws20
12368
12369         * src/matcher.c
12370                 more stringent checks for NULL params when writing
12371                 filtering actions to a file
12372                 
12373 2002-03-17 [hoa]        0.7.3claws20
12374
12375         * src/news.c
12376                 fixed the count of new messages
12377
12378         * src/compose.c
12379                 fixed the "attachment properties" window
12380
12381 2002-03-17 [paul]       0.7.4claws19
12382
12383         * src/defs.h
12384           src/folder.h
12385           src/news.c
12386           src/prefs_account.[ch]
12387           src/procmsg.[ch]
12388           src/summaryview.c
12389                 automatically mark cross-posted messages as read 
12390                 and (optionally) give them a colour label
12391                 Patch submitted by Stefaan Eeckels <Stefaan.Eeckels@eec.lu>
12392                 
12393
12394 2002-03-17 [paul]       0.7.4claws18
12395
12396         * sync with sylpheed 0.7.4cvs5
12397                 see ChangeLog entry 2002-03-17
12398
12399 2002-03-17 [melvin]     0.7.4claws17
12400         
12401         * src/textview.c
12402                 Worked around a gtktext 'bug': when searching for 
12403                 a text in a long message it was scrolling slowly
12404                 line by line until it hit the searched text.
12405         * po/fr.po
12406                 Updated French translation
12407
12408 2002-03-17 [melvin]     0.7.4claws16
12409
12410         * src/mainwindow.c
12411         * src/compose.c
12412         * src/prefs_actions.c
12413                 Moved "Edit/Actions" to "Tool/Actions"
12414                 Made mainwindow/compose window sensitive as soon as
12415                 no child process is running anymore even if the io dialog
12416                 is open.
12417                 Fixed a struct being initialized with a non constant char*
12418
12419 2002-03-16 [christoph]  0.7.4claws15
12420
12421         * configure.in
12422                 add --with-compiler-flags option
12423                 (only for developer hacking)
12424         * src/mh.c
12425         * src/procmsg.[ch]
12426         * src/summaryview.c
12427                 try to make folder-stats and flag handling more
12428                 independent from the summaryview. msgcounts
12429                 are only set when the folder is opened and
12430                 procmsg_msginfo_(un)set_flags will handle it
12431                 later and summaryview will get the values
12432                 from the folder.
12433
12434 2002-03-16 [paul]       0.7.4claws14
12435
12436         * src/messageview.c
12437                 fix Return-receipt. Patch submitted by Bob
12438                 Woodside <rwoodside1@comcast.net>
12439
12440 2002-03-16 [paul]       0.7.4claws13
12441
12442         * src/compose.c
12443                 fix 'dynamic' signatures, make it work again
12444                 broken during sync on 2002-03-14 (0.7.4claws2)
12445
12446 2002-03-15 [match]      0.7.4claws12
12447
12448         * src/addrharvest.[ch]
12449         * src/addrgather.[ch]
12450         * src/addressbook.[ch]
12451         * src/mainwindow.c
12452                 included address harvester feature. still some
12453                 issues with address parsing that I will fix.
12454
12455 2002-03-15 [match]      0.7.4claws11
12456
12457         * src/addrbook.[ch]
12458         * src/addrcache.[ch]
12459         * src/addressbook.[ch]
12460         * src/addrindex.c
12461         * src/editbook.c
12462         * src/importldif.c
12463         * src/importmutt.c
12464         * src/jpilot.[ch]
12465         * src/main.c
12466         * src/syldap.[ch]
12467         * src/vcard.[ch]
12468                 tidy up. fix memory leaks. moved attribs and methods
12469                 from individual interfaces to addrcache object. prep
12470                 for new stuff to come in.
12471
12472 2002-03-15 [alfons]     0.7.4claws10
12473
12474         * src/matcher.[ch]
12475         * src/matcher_parser_parse.y
12476         * src/matcher_parser_lex.l
12477         * src/prefs_matcher.c
12478                 add filtering conditions message greater than, smaller 
12479                 than, and exactly matching a size in bytes
12480                 (does not work with delete from POP3 server yet)
12481
12482                 this should also give others an idea what you should
12483                 do to add new criterions to claws filtering system
12484                 
12485
12486 2002-03-15 [paul]       0.7.4claws9
12487
12488         * tools/filter_conv.pl
12489                 exit if there are no filter rules to convert
12490                 rename filterrc to filterrc.old after completion
12491
12492 2002-03-15 [paul]       0.7.4claws8
12493
12494         * sync with sylpheed 0.7.4cvs3
12495                 see ChangeLog entry 2002-03-14
12496
12497 2002-03-14 [paul]       0.7.4claws7
12498
12499         * src/compose.c
12500                 clean up the last commit (ahem)
12501
12502 2002-03-14 [paul]       0.7.4claws6
12503
12504         * src/compose.c
12505                 fix bug #515655. honour account preferences
12506                 regarding gpg default signing/encryption when 
12507                 changing account from the compose window.
12508
12509 2002-03-14 [paul]       0.7.4claws5
12510
12511         * src/folderview.c
12512                 remove unnecessary curly brackets
12513
12514 2002-03-14 [paul]       0.7.4claws4
12515
12516         * src/folderview.c
12517           src/prefs_filtering.[ch]
12518                 add filter rename on folder rename and filter
12519                 delete on folder delete. Patch submitted by
12520                 Neill Miller <neillm@thecodefactory.org> 
12521
12522 2002-03-14 [christoph]  0.7.4claws3
12523
12524         * src/procmsg.c
12525         * src/send.c
12526                 fix local delivery
12527                 (patch submitted by "Simon 'corecode' Schubert")
12528         * src/prefs_common.c
12529         * src/procmsg.c
12530                 fix gcc 3.0 warning
12531
12532 2002-03-14 [paul]       0.7.4claws2
12533
12534         * sync with sylpheed 0.7.4cvs2
12535                 see ChangeLog entry 2002-03-13
12536
12537 2002-03-12 [darko]      0.7.4claws1
12538
12539         * src/mainwindow.c
12540                 fix what seems to be a copy and paste error
12541                 when setting color for important messages
12542                 (reported by wwp)
12543
12544 2002-03-11 [paul]       version 0.7.4claws released
12545
12546 2002-03-11 [paul]       0.7.4claws
12547
12548         * po/es.po
12549           po/it.po
12550           po/nl.po
12551           po/pt_BR.po
12552                 update message catalogs. Submitted by Ricardo Mones 
12553                 Lastra, Alessandro Maestri, Wilbert Berendsen, and 
12554                 Fabio Junior Beneditto
12555
12556         * configure.in
12557           faq/Makefile.am
12558           faq/it/Makefile
12559           faq/it/sylpheed-faq*
12560           src/mainwindow.c
12561           src/manual.[ch]
12562                 add FAQ in Italian
12563         
12564
12565 2002-03-11 [jens]       0.7.3claws7
12566
12567         * po/de.po
12568                 updated German translation
12569
12570 2002-03-11 [melvin]     0.7.3claws6
12571
12572         * po/fr.po
12573                 updated and corrected French translation
12574
12575 2002-03-10 [hoa]        0.7.3claws5
12576
12577         * src/account.c
12578         * src/inc.c
12579         * src/prefs_account.c
12580         * src/procmsg.c
12581         * src/send.[ch]
12582                 fixed the local account.
12583                 you have to change the default "/usr/sbin/sendmail"
12584                 to "/usr/sbin/sendmail -t" in the preferences of
12585                 the local account.
12586
12587         * src/procmime.c
12588                 removed some debug display for renderer
12589
12590 2002-03-10 [paul]       0.7.3claws4
12591
12592         * faq/en/sylpheed-faq-1.html
12593           faq/en/sylpheed-faq-2.html
12594                 update
12595
12596 2002-03-09 [paul]       0.7.3claws3
12597
12598         * sync with sylpheed 0.7.4
12599                 see ChangeLog entry 2002-03-09
12600
12601 2002-03-08 [paul]       0.7.3claws2
12602
12603         * faq/en/sylpheed-faq*
12604           faq/es/sylpheed-faq*
12605           faq/fr/sylpheed-faq*
12606                 update the FAQs
12607
12608         * manual/fr/.cvsignore
12609           manual/fr/Makefilea.am
12610           manual/fr/sylpheed*
12611           src/mainwindow.c
12612           src/manual.[ch]
12613                 add the French manual
12614
12615 2002-03-07 [paul]       0.7.3claws1
12616
12617         * sync with sylpheed 0.7.3cvs4
12618                 see ChangeLog entries  2002-03-06 and 2002-03-07
12619         
12620         * po/nl.po
12621                 updated by Wilbert Berendsen
12622
12623 2002-03-07 [melvin]     0.7.2claws34
12624
12625         * src/selective_download.c
12626                 Changed the pixmap of the receive button to MAIL_RECEIVE.
12627
12628 2002-03-06 [paul]       0.7.2claws33
12629
12630         * sync with sylpheed 0.7.3cvs1
12631                 bug fix, see ChangeLog entry 2002-03-05
12632
12633 2002-03-05 [paul]       0.7.2claws32
12634
12635         * src/mimeview.c
12636           src/pgptext.[ch]
12637           src/procmsg.c
12638                 reverse the pgp ascii-armored code implemented in 
12639                 0.7.2claws16. removal of this code until it matures.
12640                 this means that verifying ascii-armored pgp sigs and
12641                 automatic decryption of ascii-armored encrypted
12642                 messages no longer works.
12643
12644 2002-03-05 [paul]       0.7.2claws31
12645
12646         * configure.in
12647           Makefile.am
12648         * faq/Makefile.am
12649         * faq/en/Makefile.am
12650           faq/en/sylpheed-faq.html
12651           faq/en/sylpheed-faq-1.html
12652           faq/en/sylpheed-faq-2.html
12653           faq/en/sylpheed-faq-3.html
12654         * faq/es/Makefile.am
12655           faq/es/sylpheed-faq.html
12656           faq/es/sylpheed-faq-1.html
12657           faq/es/sylpheed-faq-2.html
12658           faq/es/sylpheed-faq-3.html
12659           faq/es/sylpheed-faq-4.html
12660         * faq/fr/Makefile.am
12661           faq/fr/sylpheed-faq.html
12662           faq/fr/sylpheed-faq-1.html
12663           faq/fr/sylpheed-faq-2.html
12664           faq/fr/sylpheed-faq-3.html
12665         * src/Makefile.am
12666           src/defs.h
12667           src/mainwindow.c
12668           src/manual.[ch]
12669                 add FAQs in English, Spanish and French
12670
12671
12672 2002-03-05 [paul]       0.7.2claws30
12673
12674         * manual/en/sylpheed.html
12675           manual/en/sylpheed-XX.html
12676                 updated the English manual
12677
12678 2002-03-05 [hoa]        
12679
12680         * src/summaryview.c
12681                 dialog box pops up if the article can't be deleted.
12682
12683 2002-03-04 [paul]       
12684         
12685         * po/pt_BR.po
12686                 updated by Fabio Junior Benedito
12687
12688 2002-03-04 [hoa]
12689
12690         * removed ac/gpgme.m4
12691                 to avoid autogen common problem
12692                 developers have to install gpgme development package now
12693
12694         * src/compose.c
12695                 encoding to 7bit or 8bit is enabled.
12696
12697 2002-03-03 [alfons]     0.7.2claws29
12698
12699         * src/pop.c
12700                 merge fix by Oliver Haertel for selective
12701                 download buglet
12702
12703 2002-03-03 [paul]       0.7.2claws28
12704         
12705         * sync with sylpheed 0.7.3
12706
12707 2002-03-03 [paul]       0.7.2claws27
12708
12709         * sync with sylpheed 0.7.2cvs24
12710                 see ChangeLog entries 2002-03-02 and 2002-03-03
12711
12712 2002-03-02 [melvin]     0.7.2claws26
12713
12714         * src/inc.[ch]
12715         * src/main.c
12716         * src/mainwindow.c
12717         * src/prefs_common.[ch]
12718                 Added user definable notification on new mail arrival.
12719                 Removed unused variables in spell checker prefs code.
12720
12721 2002-03-02 [melvin]     0.7.2claws25
12722
12723         * src/quote_fmt.c
12724                 Removed unnecessary escape sequences.
12725                 Changed 'Initial...' to 'Initials of Sender'
12726
12727 2002-03-02 [paul]       0.7.2claws24
12728
12729         * sync with sylpheed 0.7.2cvs22
12730                 see ChangeLog entry 2002-03-01
12731
12732 2002-03-01 [hoa]        0.7.2claws23
12733
12734         * src/mainwindow.c
12735                 Set sensitivity of delete actions to active
12736                 even if the folder is a newsgroup.
12737
12738         * src/summaryview.c
12739                 - Set sensitivity of delete actions
12740                 - Added function check_permission() that will check if the
12741                   user is authorized to delete a message. For news, it
12742                   will check if the author is the same.
12743                 - Enabled deletion when there is no trash folder.
12744
12745         * src/news.[ch]
12746                 - Added news_cancel_article() to cancel articles
12747                 - Implemented news_remove_message() (public function)
12748
12749 2002-03-01 [paul]       0.7.2claws22
12750
12751         * src/gtkutils.c
12752           src/textview.c
12753                 recognise urls that that don't include 'http://' and
12754                 simply begin 'www.' 
12755
12756         * AUTHORS
12757                 remove duplicated name
12758
12759 2002-02-28 [paul]       0.7.2claws21
12760
12761         * src/mainwindow.c
12762           src/summaryview.[ch]
12763                 add ability to 'Select thread'
12764                 combines Melvin's "Select thread's head" patch (#510907)
12765                 with Colin Leroy's <colin@colino.net> "Select whole thread" 
12766                 patch (#518514) 
12767
12768 2002-02-28 [paul]       0.7.2claws20
12769
12770         * src/mimeview.c
12771                 hopefully fix segfault on right-clicking a mime part
12772                 that some people have experienced.      
12773                 fix submitted by Fredrik Olofsson <frol@linux.nu>
12774
12775 2002-02-28 [paul]       0.7.2claws19
12776
12777         * sync with sylpheed 0.7.2cvs21
12778                 see ChangeLog entries 2002-02-27 and 2002-02-28
12779
12780 2002-02-27 [paul]       0.7.2claws18
12781
12782         * sync with sylpheed 0.7.2cvs18
12783                 see ChangeLog entries 2002-02-26 and 2002-02-27
12784
12785 2002-02-26 [alfons]     0.7.2claws17
12786
12787         * src/procheader.c
12788                 #undef ALLOW_HEADER_HINT (this was supposed to be undef'ed)
12789                 (spotted by Chris Hessman <idatech@gmx.net>)
12790
12791 2002-02-26 [paul]       0.7.2claws16
12792
12793         * src/mimeview.c
12794           src/pgptext.[ch]
12795           src/procmsg.c
12796                 make decryption of ascii-armored pgp encrypted messages
12797                 and verification of ascii-armored signatures work again.
12798                 slightly altered from the patch by Jens Jahnke 
12799                 <jan0sch@gmx.net>
12800
12801                 ##FIX ME##
12802                 * the checking of plaintext signatures always comes up in 
12803                   a popup box
12804                 * it doesn't work for multipart messages 
12805                 * all lines above "-----BEGIN PGP SIGNED MESSAGE-----\nHash: SHA1",
12806                   including the msg headers and these 2 line themselves, are 
12807                   not displayed
12808
12809         * src/mainwindow.c
12810                 "View/Folder Tree" becomes "View/Separate Folder Tree"
12811                 "View/Message View" becomes "View/Separate Message View"
12812                 because its less ambiguous.
12813
12814         * po/es.po
12815                 updated by Ricardo Mones Lastra
12816
12817 2002-02-26 [paul]       0.7.2claws15
12818
12819         * sync with sylpheed 0.7.2cvs17
12820                 see ChangeLog entries 2002-02-25 and 2002-02-26
12821
12822 2002-02-25 [christoph]  0.7.2claws14
12823
12824         * src/filtering.[ch]
12825         * src/inc.c
12826                 do filtering stuff after all messages have been received
12827                   1. drop all messages to .processing
12828                   2. scan processing folder for messages
12829                   3. filter messages or move to inbox
12830                 this will also find old messages left in processing after
12831                 a crash or something like that and we get a real msginfo
12832                 from folder->get_msg_list and do not have to create our
12833                 own in filter_message
12834         * src/matcher_parser_parse.y
12835                 remove MIX/MAX warning (reordered includes)
12836
12837 2002-02-25 [paul]       0.7.2claws13
12838
12839         * sync with sylpheed 0.7.2cvs15
12840                 see ChangeLog entry 2002-02-24
12841
12842 2002-02-24 [alfons]     0.7.2claws12
12843
12844         * src/filtering.c
12845                 clear old color flags first when applying a new color to
12846                 a message info. 
12847                 (spotted by Lo'oRiS il Kabukimono <lo_oris@libero.it>)
12848
12849 2002-02-24 [alfons]     0.7.2.claws11
12850         
12851         * AUTHORS
12852         * src/prefs_common.c
12853                 add presets for Opera and Konqueror, closes patch #517261,
12854                 submitted by Ville Skyttä <scop@users.sourceforge.net>
12855
12856 2002-02-24 [alfons]     0.7.2.claws10
12857
12858         * AUTHORS
12859         * src/summaryview.c
12860                 fix threading for null message ids, closes patch #521601,
12861                 submitted by Bob Forsman <hammor@users.sourceforge.net>
12862
12863 2002-02-24 [alfons]     0.7.2claws9
12864
12865         * src/summaryview.c
12866         * src/filtering.c
12867                 make Tool | Filter Message work with filtering system so
12868                 setting flags also works
12869
12870                 TODO:
12871
12872                 - Processing uses the same function as Tool | Filter
12873                   Message, but doesn't use the same update proc yet
12874
12875 2002-02-23 [paul]       0.7.2claws8
12876
12877         * sync with sylpheed 0.7.2cvs14
12878                 see ChangeLog entries 2002-02-22 and 2002-02-23
12879
12880 2002-02-22 [christoph]  0.7.2claws7
12881
12882         * src/quote_fmt.c
12883                 Add column space to table
12884         * src/quote_fmt_parse.y
12885                 Close files
12886
12887 2002-02-22 [paul]       0.7.2claws6
12888
12889         * src/Makefile.am
12890           src/defs.h
12891           src/filtering.c
12892           src/inc.[ch]
12893           src/mainwindow.c
12894           src/matcher.[ch]
12895           src/matcher_parser_lex.l
12896           src/matcher_parser_parse.y
12897           src/pop.[ch]
12898           src/prefs_account.h
12899           src/prefs_filtering.c
12900           src/selective_download.[ch]   *** NEW FILES ***
12901           src/utils.[ch]
12902           po/POTFILES.in
12903                 Selective Download added to 'Tool' menu. 
12904                 Retrieves email headers of the currently selected pop3 
12905                 account and allows the user to mark emails for deletion 
12906                 right on the pop3 server. Patch submitted by Oliver Haertel 
12907                 <oha@users.sourceforge.net>.
12908         
12909         * po/POTFILES.in
12910                 add 'src/quote_fmt.c'           
12911
12912 2002-02-22 [christoph]  0.7.2claws5
12913
12914         * src/Makefile.am
12915                 added quote_fmt.c
12916         * src/prefs_common.[ch]
12917         * src/prefs_template.c
12918         * src/quote_fmt.c               *** NEW FILE ***
12919         * src/quote_fmt.h
12920                 move quote format symbol description code
12921                 to it's own file because it is used from
12922                 differnent code parts
12923                 Rewrote symbol description GUI
12924                   + use table
12925                   + add separators
12926                   + get data from array (no more long constant strings)
12927         * src/quote_fmt_lex.l
12928         * src/quote_fmt_parse.y
12929                 Symbol for Literal % changed to \% instead of %%
12930                 (More logical as \ is used for quoting for other symbols)
12931                 Add |f and |p to include files and program output
12932                 Examples:
12933                     |f{/home/.../.signature}
12934                     |p{date}
12935         * po/de.po
12936                 Correct wrong spelling for "Referenzen"
12937
12938 2002-02-21 [paul]       0.7.2claws4
12939
12940         * src/procmsg.c
12941                 forgotten during sync
12942
12943 2002-02-21 [paul]       0.7.2claws3
12944
12945         * sync with sylpheed 0.7.2cvs11
12946                 see ChangeLog entries 2002-02-17, 2002-02-18, 2002-02-19,
12947                 2002-02-20 and 2002-02-21
12948
12949 2002-02-20 [melvin]     0.7.2claws2
12950
12951         * src/prefs_actions.c
12952                 Added error report when child cannot fork or when execvp 
12953                 returns with an error.
12954
12955 2002-02-19 [christoph]  0.7.2claws1
12956
12957         * src/codeconv.c
12958                 return unconverted text if conde conversion is not possible
12959                 when libjconv is used.
12960                 (patch submitted by "Simon 'corecode' Schubert")
12961
12962 2002-02-19 [paul]       
12963
12964         * version 0.7.2claws release
12965
12966 2002-02-19 [paul]       0.7.2claws
12967
12968         * po/nl.po
12969                 updated by Wilbert Berendsen
12970
12971
12972 2002-02-18 [alfons]     0.7.1claws13
12973
12974         * src/syldap.c
12975         * src/jpilot.c
12976                 remove references to dlfcn and explicitly loading functions
12977                 from dynalink libs, because libs linked anyway, and functions
12978                 are loaded explicitly
12979
12980 2002-02-17 [melvin]     0.7.1claws12
12981
12982         * src/prefs_actions.c
12983                 Replaced children wait loop with double fork technique.
12984                 Now, input/output window updated at each new output.
12985                 free_children(): Fixed a memory leak.
12986                 Made input/output window non closable if running children
12987                 still exist.
12988                 Added missing <unistd.h> include.
12989                 Added some --debug outputs.
12990
12991 2002-02-17 [melvin]     0.7.1claws11
12992
12993         * src/summaryview.c
12994                 Fixed bug where descending sort order did not select top
12995                 message.
12996
12997 2002-02-17 [melvin]     0.7.1claws10
12998
12999         * acconfig.h
13000                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
13001         * src/prefs_common.c
13002                 Pspell data package directory no more hard coded but
13003                 set during configuration (PSPELL_PATH). (Thanks to 
13004                                 Gustavo Noronha Silva.)
13005
13006 2002-02-17 [melvin]     0.7.1claws9
13007
13008         * configure.in
13009                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
13010         * src/gtkspell.c
13011                 Fixed compile-time warnings.
13012
13013 2002-02-16 [alfons]     0.7.1claws8
13014
13015         * src/filesel.c
13016                 fix inadvertent free of NULL pointer which caused
13017                 sylpheed to crash when closing the save-as dialog
13018                 using the window close button
13019
13020 2002-02-16 [carsten]    0.7.1claws7
13021         * src/mainwindow.[ch]
13022           src/summaryview.c
13023           src/prefs_common.c
13024                 fixes for pixmap theming code:
13025                         - recently changed mail attributes shouldn't get
13026                           lost any longer
13027                         - theme is only reloaded iff another theme was
13028                           selected
13029
13030 2002-02-16 [paul]       0.7.1claws6
13031
13032         * sync with sylpheed 0.7.2 release
13033                 see ChangeLog entry 2002-02-15 and 2002-02-16
13034
13035 2002-02-15 [paul]       0.7.1claws5
13036
13037         * sync with sylpheed 0.7.1cvs9
13038                 see ChangeLog entry 2002-02-15
13039
13040         * po/POTFILES.in
13041                 remove unneeded headerwindow.c entry
13042
13043 2002-02-14 [carsten]    0.7.1claws4
13044         * src/summaryview.c
13045                 fixed a bug for "Go to next unread message": there was
13046                 an endless loop if NEXTUNREADMSGDIALOG_ASSUME_NO was set
13047                 in the prefs, because of doing "Search again" instead
13048                 "No"
13049
13050 2002-02-14 [carsten]    0.7.1claws3
13051         * src/stock_pixmap.c
13052                 removed 2 more mem leaks; following memprof,
13053                 this code is "leak free" now :)
13054
13055 2002-02-14 [carsten]    0.7.1claws2
13056         * src/stock_pixmap.c
13057                 used opendir/readdir/closedir instead of scandir
13058                 -> code should work now on Solaris
13059
13060 2002-02-14 [paul]       0.7.1claws1
13061
13062         * sync with sylpheed 0.7.1cvs8
13063                 see ChangeLog entries 2002-02-13 and 2002-02-14
13064
13065         * README.claws
13066                 add some description of Actions and Pixmap Themes
13067
13068 2002-02-13 [paul]       
13069
13070         * version 0.7.1claws release
13071
13072 2002-02-13 [paul]       0.7.1claws
13073
13074         * po/es.po
13075           po/it.po
13076           po/pt_BR.po
13077                 updated translations, submitted by Ricardo Mones Lastra,
13078                 Alessandro Maestri and Fabio Junior Beneditto
13079
13080 2002-02-13 [melvin]     0.7.0claws75
13081
13082         * src/prefs_actions.c
13083                 Added missing "signal.h" include
13084
13085 2002-02-13 [melvin]     0.7.0claws74
13086
13087         * src/prefs_folder_item.c
13088                 Added missing "config.h" include
13089         * po/fr.po
13090                 Updated French translation for folder propriety.
13091
13092 2002-02-13 [jens]       0.7.0claws73
13093
13094         * po/POTFILES.in
13095                 Added missing src/prefs_folder_item.c [log added by melvin]
13096         * po/de.po
13097                 Updated German translation.
13098
13099 2002-02-13 [melvin]     0.7.0claws72
13100
13101         * po/fr.po
13102                 Updated French translation.
13103
13104 2002-02-13 [melvin]     0.7.0claws71
13105
13106         * src/gtkutils.c
13107                 Made gtkut_editable_get_selection return NULL if selection
13108                 is of length zero.
13109                 This fixes a bug where selecting part of message A then
13110                 switching to message B and replying to it will not
13111                 quote the message's body.
13112
13113 2002-02-12 [paul]       0.7.0claws70
13114
13115         * src/mainwindow.c
13116                 cosmetic, relating to pixmap themes: on toolbar make 
13117                 updating of 'Exec' and 'Compose news/Compose email'
13118                 icons faster.
13119
13120 2002-02-12 [carsten]    0.7.0claws69
13121         * src/folderview.c
13122           src/mainwindow.[ch]
13123           src/stock_pixmap.c
13124           src/summaryview.c
13125           src/prefs_common.c
13126                 - refreshing after changing pixmap theme better
13127                   now (thanks Paul)
13128                 - wanted to remove some mem leaks, but alfons was
13129                   faster (and had the better solution ;)
13130
13131 2002-02-12 [alfons]     0.7.0claws68
13132
13133         * src/prefs_common.c
13134         * src/stock_pixmap.[ch]
13135                 plug mem leaks, refactor code a little bit
13136
13137
13138 2002-02-12 [sergey]     0.7.0claws67
13139
13140         * src/imap.c
13141                 Fixed problem with copying messages to IMAP folders when the
13142                 server uses something other than '/' as a namespace separator
13143                 (cyrus-imapd uses '.').
13144
13145 2002-02-12 [jens]       0.7.0claws66
13146
13147         * po/de.po
13148                 Updated German Translation
13149
13150 2002-02-12 [paul]       0.7.0claws65
13151
13152         * sync with sylpheed 0.7.1cvs1
13153                 see ChangeLog entry 2002-02-12
13154
13155 2002-02-12 [melvin]     0.7.0claws64
13156
13157         * src/prefs_actions.c
13158                 Fixed "feature" where children's output was duplicated 
13159                 instead of refreshed while monitoring.
13160                 Removed some debug code.
13161
13162 2002-02-12 [christoph]  0.7.0claws63
13163
13164         * src/compose.c
13165                 always delete message from queue after sending/send error
13166                 (closes bug #509601)
13167
13168 2002-02-12 [melvin]     0.7.0claws62
13169
13170         * src/prefs_actions.c
13171                 Children wait loop is now triggered with a timeout of 1s
13172                 Added %F which is replaced with the list of filenames 
13173                 of all selected messages (as suggested by Ricardo Mones Lestra)
13174                 Pipe syntax changed. Prefix with | to send selection, postfix
13175                 with | to retrieve output. Prefix with > or * to send
13176                 user definable input to the command (*: input is hidden)
13177                 Old pipe action should now be postfixed with |, too.
13178
13179 2002-02-12 [carsten]    0.7.0claws61 (more 59.75)
13180         * src/stock_pixmap.c
13181                 fixed a bug: if there's no theme directory don't
13182                 throw an error, just do "nothing" (thanks Alfons)
13183
13184 2002-02-12 [carsten]    0.7.0claws60
13185         * src/folderview.c
13186           src/summaryview.c
13187                 had to write the cache twice (nasty!); some marks would 
13188                 get lost if not
13189
13190 2002-02-11 [carsten]    0.7.0claws59
13191         * acconfig.h
13192           configure.in
13193           doc-src/maintainer_guide.txt
13194           src/compose.[ch]
13195           src/defs.h
13196           src/folderview.[ch]
13197           src/gtkutils.[ch]
13198           src/mainwindow.[ch]
13199           src/prefs_common.[ch]
13200           src/stock_pixmap.[ch]
13201           src/summaryview.[ch]
13202                 pixmap theming and related work on pixmap
13203                 handling on some other places
13204                 (e.g. hrm features for all folder)
13205           src/pixmap/stock_*.xpm -> the stock_ was removed
13206         
13207 2002-02-11 [paul]       0.7.0claws58
13208
13209         * sync with sylpheed 0.7.1 release
13210                 see ChangeLog entries 2002-02-11
13211
13212 2002-02-08 [paul]       0.7.0claws57
13213
13214         * sync with sylpheed 0.7.0cvs39
13215                 see ChangeLog entry 2002-02-07 (last entry) 
13216
13217         * src/prefs_actions.c
13218           src/prefs_filtering.c
13219           src/prefs_matcher.c
13220           src/prefs_scoring.c
13221                 sync: made it compile with C compilers other than gcc
13222
13223 2002-02-07 [paul]       0.7.0claws56
13224
13225         * sync with sylpheed 0.7.0cvs38
13226                 see ChangeLog entries 2002-02-06 (last 2 entries) and
13227                 2002-02-07
13228
13229 2002-02-07 [darko]      0.7.0claws55
13230
13231         * src/gtkutils.[ch]
13232         * src/summaryview.c
13233                 Fix const gchar */gchar * issue (thanks Hiro)
13234
13235 2002-02-07 [darko]      0.7.0claws54
13236
13237         * src/compose.[ch]
13238         * src/filtering.c
13239         * src/gtkutils.[ch]
13240         * src/prefs_template.c
13241         * src/quote_fmt.h
13242         * src/quote_fmt_parse.y
13243         * src/summaryview.c
13244         * src/utils.[ch]
13245                 When replying or forwarding an email don't quote the entire
13246                 mail body but use the part of the message text that is selected
13247
13248 2002-02-06 [melvin]     0.7.0claws53
13249
13250         * src/prefs_common.[ch]
13251         * src/gtkspell.[ch]
13252         * src/compose.c
13253                 Made possible to switch quickly to last used dictionary
13254                 which makes checking bilingual documents easier.
13255
13256 2002-02-06 [melvin]     0.7.0claws52
13257         
13258         * po/POTFILES.in
13259                 Added forgotten new file src/prefs_actions.c
13260
13261 2002-02-06 [melvin]     0.7.0claws51
13262
13263         * src/prefs_actions.c   ** NEW FILE **
13264         * src/prefs_actions.h   ** NEW FILE **
13265                 Added actions to execute on message text view, or on the
13266                         message's file.
13267         * src/Makefile.am
13268                 Added src/prefs_actions.[ch]
13269         * src/compose.c
13270                 Added new menu "Edit/Actions"
13271         * src/defs.h
13272                 Added new actionsrc file.
13273         * src/main.c
13274                 Added actionsrc reading.
13275         * src/mainwindow.c
13276                 Added new menus "Edit/Actions" and "Configuration/Actions..."
13277         * src/prefs_common.h
13278                 Added new element actionslst element to prefs_common.
13279
13280 2002-02-06 [paul]       0.7.0claws50
13281
13282         * sync with sylpheed 0.7.0cvs36
13283                 see ChangeLog entry 2002-02-06
13284
13285 2002-02-05 [paul]
13286
13287         * po/es.po
13288                 updated by Ricardo Mones Lastra
13289
13290 2002-02-05 [paul]       0.7.0claws49
13291
13292         * sync with sylpheed 0.7.0cvs33
13293                 see ChangeLog entries 2002-02-04 (last 4 entries) and 2002-02-05
13294
13295 2002-02-05 [paul]       0.7.0claws48
13296
13297         * src/compose.c
13298                 re-add 'Edit/Advanced/Delete entire line', previously named
13299                 'Delete Line+'
13300
13301 2002-02-04 [paul]       0.7.0claws47
13302
13303         * src/compose.c
13304           src/summaryview.c
13305                 fix bug #494993 (Reply All not taking Reply-To into consi)
13306                 eliminate differences in behaviour of right-click 'Reply to all' 
13307                 in summary view and 'Reply to all' on the toolbar. 
13308                 fix bug where Reply-To gets ignored by 'Reply to all' in summary
13309                 view and From gets ignored by 'Reply to all' on toolbar.
13310                 fix bug where 'Reply to all' on toolbar uses To twice and ignores
13311                 From when no Reply-To header is present.
13312
13313 2002-02-04 [paul]       0.7.0claws46
13314
13315         * sync with sylpheed 0.7.0cvs30
13316                 see ChangeLog entries 2002-02-03 and 2002-02-04
13317
13318 2002-02-03 [melvin]     0.7.0claws45
13319
13320         * src/gtkspell.[ch]
13321                 Readded function to highlight all misspelled words.
13322                 Fixed bug where user-provided-words did not replace
13323                         correctly the misspelled word when using the mouse.
13324                 Fixed bug where checking a region selected from right to left did
13325                         not check the region at all.
13326                 Fixed bug where 'Check backwards' may not check at all. 
13327                 Fixed memory leaks where popup menus and accel_groups were not destroyed.
13328                 Fixed possible buffer overflow when checking for long strings (>1k).
13329                 Made cursor and scrollbar positions non changing after uncheck_all/check_all.
13330                 Accelerators code uses now gtk_widget_add_accel.
13331                 Removed and disabled obsolete and unfinished code.
13332                 Cleaning up.
13333
13334         * src/compose.c
13335                 Added menu item to Highlight all misspelled words.
13336
13337 2002-02-01 [paul]       0.7.0claws44
13338
13339         * src/mainwindow.c
13340                 fix '/View/Hide read messages' sensitivity when all
13341                 messages in a folder are hidden
13342
13343 2002-02-01 [paul]       0.7.0claws43
13344
13345         * src/main.c
13346                 add --send option to command line interface, sends all
13347                 queued mail. Patch submitted by Ricardo Mones Lastra.
13348
13349 2002-01-31 [paul]       0.7.0claws42
13350
13351         * src/mainwindow.c
13352                 add '/View/Hide read messages' to main_window_set_menu_sensitive()
13353
13354 2002-01-31 [paul]       0.7.0claws41
13355
13356         * sync with sylpheed 0.7.0cvs27
13357                 see ChangeLog entries 2002-01-30 (src/mh.c, src/prefs_common.c)
13358                 and 2002-01-31
13359
13360         * src/textview.c
13361                 comment out elements of textview_show_part() as temporary
13362                 workaround for attachment 'Display as text' bug 
13363
13364         * po/pt_BR.po
13365                 updated by Fabio Junior Beneditto
13366
13367 2002-01-30 [paul]       0.7.0claws40
13368
13369         * sync with sylpheed 0.7.0cvs24
13370                 see ChangeLog entries 2002-01-29 (src/prefs_common.c)
13371                 and 2002-01-30
13372
13373         * src/compose.c
13374                 add {N_("/_Spelling"), ... "<Branch>"} to 
13375                 GtkItemFactoryEntry compose_entries[]
13376
13377         * src/prefs_common.c
13378                 add claws menu items to prefs_keybind_apply_clicked()
13379                 and remove non-claws menu items
13380
13381 2002-01-29 [paul]       0.7.0claws39
13382
13383         * sync with sylpheed 0.7.0cvs22
13384                 see ChangeLog entries 2002-01-28 and 2002-01-29
13385
13386 2002-01-28 [melvin]     0.7.0claws38
13387
13388         * src/compose.c
13389                 Added the declartion of compose_send_control_enter.
13390
13391         * src/compose.c
13392         * src/gtkspell.[ch]
13393                 Added in a 'Spelling' menu which includes the configuration menu. 
13394                 Added a real 'Check all' and got rid from the old one which only
13395                 highlited misspelled word.
13396                 Made 'Check while typing' a disableable option.
13397                 Added a dialog when there are no more misspelled word.
13398                 Added a dialog if error occurs when switching to a dictionary.
13399         
13400         * src/prefs_common.[ch]
13401                 Added option for the default 'Check while typing' option.
13402
13403
13404 2002-01-28 [alfons]     0.7.0claws37
13405
13406         * src/compose.c
13407                 fix buglet and make code comply with sylpheed code style
13408
13409 2002-01-28 [paul]       0.7.0claws36
13410
13411         * sync with sylpheed 0.7.0cvs19
13412                 see ChangeLog entries for 2002-01-28
13413
13414 2002-01-28 [hoa]        0.7.0claws35
13415
13416         * src/defs.h
13417                 added rendererrc
13418
13419         * src/main.c
13420                 read the renderer config
13421
13422         * src/procmime.[ch]
13423                 use the renderer config to convert mime attachments
13424
13425         * src/textview.c
13426                 don't use textview_show_html/ertf,
13427                 use get_text_content instead
13428
13429 2002-01-27 [alfons]     0.7.0claws34
13430         
13431         * src/news.c
13432                 make sylpheed believe it can delete a news message...
13433                 (messages are NOT deleted, maybe we should remove
13434                 processing from the folder properties after all.)
13435
13436 2002-01-27 [alfons]     0.7.0claws33
13437
13438         * src/folder.c
13439                 add extra checks
13440         * src/news.c
13441                 implement remove_msg() 
13442
13443 2002-01-27 [alfons]     0.7.0claws32
13444
13445         * src/procmsg.h
13446         * src/procheader.c
13447         * src/messageview.c
13448                 fix return receipt / disposition notification again. this
13449                 stuff seems to break on _every_ major summary UI change, so
13450                 it's now implemented using a flag which is saved in the
13451                 marks cache
13452                 
13453 2002-01-26 [alfons]     0.7.0claws31
13454
13455         * src/import.c
13456                 let import dialog show the destination folder identifier
13457
13458 2002-01-26 [melvin]     0.7.0claws30
13459
13460         * src/folderview.c
13461         * src/summaryview.c
13462                 Readded 'Mark all read' into summary view popup menu
13463                 Added 'Mark all read' in folder view popup menu for IMAP
13464                 and NNTP.
13465                 Made it insensitive if the selected folder is not the shown
13466                 one to avoid 'Mark all read' on the wrong folder.
13467                 
13468 2002-01-26 [paul]       0.7.0claws29
13469
13470         * src/folderview.c
13471           src/summaryview.c
13472                 move 'Mark all read' from summary view to folder view
13473                 menu. (adapted from) patch submitted by Jeremy Andrews,
13474                 <lists@kerneltrap.com>
13475
13476 2002-01-25 [alfons]     0.7.0claws28
13477
13478         * src/gtkstext.c
13479                 put the gtk class name back so GtkSText adapts the 
13480                 settings of GtkText
13481
13482 2002-01-25 [alfons]     0.7.0claws27
13483
13484         * src/folderview.c 
13485                 assimilate Ricardo's patch that shows pixmaps instead of
13486                 plain "new" and "unread" texts in the folder view column
13487                 headers 
13488
13489 2002-01-25 [paul]       0.7.0claws26
13490
13491         * src/Makefile.am
13492                 add $(GPGME_CFLAGS) to INCLUDES so that gpgme can 
13493                 be found in non-standard locations. 
13494                 Closes Patch #507976, submitted by Stoyan Genov, <sdg@rila.bg>
13495
13496 2002-01-25 [paul]       0.7.0claws25
13497
13498         * sync with sylpheed 0.7.0cvs16
13499                 see ChangeLog entry 2002-01-25
13500
13501 2002-01-24 [paul]       0.7.0claws24
13502
13503         * more sync with sylpheed 0.7.0cvs15
13504                 get_file_size_as_clrf(), see ChangeLog entry 2002-01-23
13505
13506 2002-01-23 [sergey]     0.7.0claws23
13507
13508         * src/importldif.c
13509                 Fixed segfault when closing LDIF import wizard with
13510                 the window manager.
13511         * src/imageview.c
13512         * src/imageview.h
13513         * src/messageview.c
13514         * src/mimeview.c
13515                 Fixed wrong scrolling position after switching between
13516                 text and image parts.
13517
13518 2002-01-23 [paul]       0.7.0claws22
13519
13520         * sync with sylpheed 0.7.0cvs15
13521                 see ChangeLog entries 2002-01-22 and 2002-01-23
13522
13523 2002-01-21 [melvin]     0.7.0claws21
13524
13525         * src/prefs_scoring.c
13526         * src/prefs_filtering.c
13527                 Fixed bug where scoring and filtering windows stopped
13528                 autochecking.
13529
13530 2002-01-21 [paul]       0.7.0claws20
13531
13532         * sync with sylpheed 0.7.0cvs12
13533                 see ChangeLog entries 2002-01-20 and 2002-01-21
13534
13535 2002-01-21 [carsten]    0.7.0claws19
13536         * src/mainwindow.c
13537         * src/menu.[ch]
13538         * src/messageview.[ch]
13539         * src/summaryview.[ch]
13540                 changes to shortcuts handling again:
13541                         + "Q" now controled by mainwin
13542                         + v/V are now customizable and have slightly
13543                           different meanings
13544                 the "button" to minimize the messageview (and maximize
13545                 the summary view) is a real button now
13546         * src/compose.c
13547                 "Delete Line+" added to Edit/Advanced (this will also
13548                 delete the '\n')
13549
13550 2002-01-20 [melvin] 0.7.0claws18
13551
13552         * src/addressbook.c
13553                 Made "Bcc" sensitive when addressbook is called from
13554                 compose window (it was a Claws only bug).
13555
13556 2002-01-19 [alfons] 0.7.0claws17
13557
13558         * src/inc.c
13559                 prevent unnecessary updates when currently selected folder has
13560                 no new messages 
13561
13562 2002-01-19 [alfons] 0.7.0claws16
13563         
13564         * src/summaryview.c
13565                 prevent writing the cache based on current message list in summary 
13566                 view when filtering also put messages in currently selected folder
13567
13568 2002-01-19 [paul]
13569
13570         * po/it.po
13571                 Italian translation submitted by Alessandro Maestri
13572                 <a.maestri@cs.tin.it>
13573
13574 2002-01-18 [melvin]     0.7.0claws15
13575
13576         * src/prefs_filters.c
13577                 fixed bug where 'cancel' from 'filters' window stops autochecking
13578                 if the timer timed out  when the window was open.
13579
13580 2002-01-18 [match]      0.7.0claws14
13581
13582         * src/addrclip.[ch]     ** NEW FILE **
13583         * src/addrselect.[ch]   ** NEW FILE **
13584         * src/adbookbase.h      ** NEW FILE **
13585                 addressbook cut, copy and paste
13586         * src/addrbook.[ch]
13587         * src/addrcache.[ch]
13588         * src/addressitem.h
13589         * src/addrindex.[ch]
13590         * src/addritem.[ch]
13591         * src/importldif.c
13592         * src/importmutt.c
13593         * src/jpilot.[ch]
13594         * src/syldap.[ch]
13595         * src/vcard.[ch]
13596         * src/jpilot.[ch]
13597         * src/editbook.c
13598         * src/editjpilot.c
13599         * src/editldap.c
13600         * src/editvcard.c
13601                 support for copy/paste
13602         * src/addressbook.c
13603                 support for copy/paste
13604                 tidy up menu option processing
13605                 correct address list function arguments
13606         * src/editaddress.c
13607                 sort user attributes
13608         * src/ldif.h
13609         * src/mutt.h
13610                 tidy up
13611
13612         * src/addrbook.[ch]
13613         * src/addrbook.[ch]
13614         * src/addrbook.[ch]
13615                 
13616
13617 2002-01-18 [paul]       0.7.0claws13
13618
13619         * sync with sylpheed 0.7.0cvs8
13620                 configure.in: support Mac OS X (Darwin)
13621
13622 2002-01-18 [carsten]    0.7.0claws12
13623         * src/html.c
13624                 small hack to fix a segfault with an empty href
13625                 (reported by Alexandra Walford <deeni@altern.org>)
13626         * src/mainwindow.c
13627         * src/summaryview.c
13628                 the shortcuts for Mark und Mark as unread are hardcoded
13629                 again
13630         * src/compose.c
13631         * src/gtkstext.[ch]
13632                 readded the shortcuts in gtkstext but made them
13633                 customizeable (simply by adding a menu plus a wrapper
13634                 to compose.c)
13635
13636 2002-01-17 [melvin]     0.7.0claws11
13637
13638         * src/gtkspell.c
13639                 fix default dictionary not being saved.
13640
13641 2002-01-16 [darko]      0.7.0claws10
13642
13643         * src/compose.c
13644                 fix wrapping crash with URL longer than wrapping margin
13645
13646 2002-12-08 [hoa]        0.7.0claws10
13647
13648         * src/matcher_parser_parse.y
13649                 fixed some bugs
13650
13651         * src/prefs_filtering.c
13652                 now, we can use bounce action in the dialog box.
13653
13654 2002-01-16 [carsten]    0.7.0claws9
13655         * src/gtkstext.c
13656                 removed the <control> and <alt> shortcuts because they're
13657                 not needed and interefered with the "normal" shortcuts
13658         * src/mainwindow.c
13659         * src/summaryview.c
13660                 removed most of the hardcoded shortcuts and assigned
13661                 them to menu entries making them easy customizable by
13662                 that
13663
13664 2002-01-16 |melvin]     0.7.0claws8
13665
13666         * src/gtkspell.c
13667                 fixed bug where using the mouse and when the compose
13668                 window is not on top may result in a crash.
13669
13670 2002-01-16 [melvin]     0.7.0claws7
13671
13672         * src/compose.c
13673                 fixed a long standingspell checker bug which could 
13674                 cause a crash after sending a message.
13675
13676 2002-01-16 [paul]       0.7.0claws6
13677
13678         * sync with sylpheed 0.7.0cvs7
13679                 see ChangeLog entries 2002-01-10, 2002-01-11, 2002-01-14,
13680                 2002-01-15, and 2002-01-16
13681
13682 2002-01-16 [melvin]     0.7.0claws5
13683
13684         * README.claws
13685         * src/compose.c
13686         * src/gtkspell.[ch]
13687         * src/main.c
13688                 Heavily modified spell checker code to work around
13689                 ispell bug, to add keyboard shortcuts and for future
13690                 enhancements. See README.claws for usage information.
13691
13692 2002-01-15 [alfons]     0.7.0claws4
13693         
13694         * src/summaryview.c
13695                 change gtk_ctree_sort_node() into gtk_ctree_sort_recursive()
13696                 so sorting within threads reflects sort mode
13697
13698 2002-01-15 [christoph]  0.7.0claws3
13699
13700         * src/procmsg.c
13701                 added alertpanel if mail sending failed
13702
13703 2002-01-15 [alfons]     0.7.0claws2
13704         
13705         * src/prefs_filtering.c
13706                 don't stop timer when prefs filtering dialog is opened
13707
13708 2002-01-14 [alfons]     0.7.0claws1
13709
13710         * src/addr_compl.c
13711         * src/prefs.c
13712                 remove debug_print()s for privacy reasons
13713
13714 2002-01-14 [darko]      0.7.0claws
13715
13716         * README.claws
13717                 quotation wrapping is now also in the main branch
13718
13719 2002-01-14 [paul]
13720
13721         * tools/filter_conv.pl
13722                 allow for Boolean Op and case-sensitivity
13723                 this file is included in the release and tagged
13724                 'rel_0_7_0'
13725
13726 2002-01-13 [paul]       0.7.0claws
13727
13728         * release 0.7.0, with cvs tag 'rel_0_7_0'
13729
13730 2002-01-13 [paul]
13731
13732         * tools/filter_conv.pl
13733         * tools/README
13734                 rewritten to output to matcherrc instead of filteringrc
13735
13736         * po/es.po
13737                 updated Spanish translation by Ricardo Mones Lastra
13738
13739 2002-01-13 [alfons]
13740
13741         * po/nl.po
13742                 update dutch translation
13743
13744 2002-01-13 [paul]
13745
13746         * po/pt_BR.po
13747                 Updated by Fabio Junior Beneditto 
13748
13749 2002-01-13 [melvin]     0.6.6claws53
13750
13751         * po/fr.po
13752                 Updated french translation
13753
13754 2002-01-12 [alfons]     0.6.6claws52
13755
13756         * src/filtering.c
13757                 plug mem leak that has been sitting there for ages              
13758
13759 2002-01-12 [alfons]     0.6.6claws51
13760
13761         * src/summaryview.c
13762                 undo melvin's changes from 0.6.6claws48 because summary
13763                 view now refuses to select first unread message when
13764                 selecting a folder 
13765
13766 2002-01-11 [alfons]     0.6.6claws50
13767
13768         * src/import.c
13769                 use claws' semantics for getting folder item when
13770                 importing an mbox file into a folder 
13771                 (submitted by Dale P. Smith)
13772
13773 2002-01-11 [christoph]  0.6.6claws49
13774
13775         * src/prefs.h
13776                 set sensitivity in SET_TOGGLE_SENSITIVITY macro from
13777                 toggle widget, because non static prefs can not use
13778                 prefs_set_* functions
13779         * src/prefs_account.c
13780                 toggle smtp auth password field sensitivity if
13781                 user id is empty and add descrition of usage for
13782                 these fields
13783         * src/prefs_folder_item.c
13784                 use SET_TOGGLE_SENSITIVITY macro to instead of extra
13785                 callbacks
13786
13787 2002-01-11 [melvin]     0.6.6claws48
13788
13789         * src/compose.c
13790                 fix the 'Ctrl-Enter' feature for sending and test really
13791                 for 'Ctrl-Enter' (as Ctrl-Space is also used for activating
13792                 editables which was not documented in Gtk)
13793
13794         * src/summaryview.c
13795                 Made summaryview refresh after sorting and not before.
13796
13797 2002-01-11 [christoph]  0.6.6claws47
13798
13799         * src/compose.c
13800                 select account from account ids if possible and
13801                 correctly set save folder for copy in reedit
13802
13803 2002-01-10 [paul]       0.6.6claws46
13804
13805         * sync with sylpheed 0.7.0 release
13806                 see ChangeLog entries 2002-01-07, 2002-01-08 and
13807                 2002-01-09
13808
13809 2002-01-09 [alfons]
13810
13811         * src/summaryview.c
13812                 remove more dirt traces...
13813
13814 2002-01-09 [alfons]
13815         
13816         * src/summaryview.c
13817                 clean up some traces of my debugging stuff
13818
13819 2002-01-09 [alfons]     0.6.6claws45
13820
13821         * src/filtering.c
13822                 break up filteringprop_apply() in three separate pieces
13823                 so we can drop messages that failed processing in the
13824                 inbox
13825
13826         * src/summaryview.c
13827                 fix bug #469598 "no refresh of inbox after filter" which 
13828                 was introduced by the new summary view locking, and which 
13829                 prevented the summary view to update after a manual filter 
13830                 message. claw's filter message requires a summary_show().
13831                 (aargh, summary_show() again! :-)
13832                 
13833 2002-01-07 [alfons]     0.6.6claws44
13834
13835         * src/headerwindow.c
13836         * src/logwindow.c
13837         * src/messageview.c
13838         * src/sourcewindow.c
13839                 bring in Hiro's last 0.7.0 wm class fixes
13840
13841         * tools/sylprint.pl
13842                 bring in Ricardo's fix for sylprint script
13843
13844         * AUTHORS       
13845         * src/rfc2015.[ch]
13846         * src/prefs_common.[ch]
13847         * src/prefs_account.[ch]
13848         * src/compose.c
13849                 clean up account preference poison in rfc2015,
13850                 and preparation to fix double sign bug 
13851                 (patch submitted by Simon 'corecode' Schubert)
13852
13853 2002-01-07 [christoph]  0.6.6claws43
13854
13855         * src/mh.c
13856                 search for free message number, do not only rely
13857                 on last_num
13858         * src/send.c
13859                 fix smtp auth and use extra account information
13860                 if available, if not use pop3 data instead
13861                 (closes bug #500341)            
13862         * src/ssl.[ch]
13863                 match coding style
13864
13865 2002-01-06 [alfons]     0.6.6claws42
13866
13867         * src/mainwindow.c
13868                 try making the separate windows work again...
13869
13870 2002-01-06 [alfons]     0.6.6claws41
13871
13872         * src/mainwindow.c
13873                 adapt Hiro's separate window menu (to get rid of the funny
13874                 duplicate menu items), and make it work again
13875
13876 2002-01-06 [alfons]     0.6.6claws40
13877
13878         * tools/Makefile.am
13879         * tools/sylprint.rc
13880         * tools/sylprint.pl
13881         * tools/README.sylprint
13882                 add sylprint script for printing mails from Sylpheed
13883                 (contributed by Ricardo Mones Lastra)
13884
13885         * src/acount.c
13886                 clean up
13887
13888 2002-01-06 [melvin]     0.6.6claws39
13889
13890         * src/mainwindow.c
13891         * src/summaryview.c
13892                 Fixed crash introduced in 0.6.6claws38 by the menu
13893                 reorganisation (Hide read messages)
13894         
13895         * ChangeLog.claws 
13896                 Fixed typo (we are now in 2002, alfons ;) )
13897
13898 2002-01-05 [alfons]     0.6.6claws38
13899
13900         * sync with sylpheed 0.6.6cvs10-17
13901                 (last stuff marked as LAST_STABLE)
13902
13903 2002-01-04 [melvin]     0.6.6claws37
13904
13905         * src/account.c
13906                 Made account selection code use strcasestr again instead of
13907                 g_strcasecmp (fixes bug where reediting queued messages
13908                 did not select proper account reported by T. Link).
13909         
13910         * src/folderview.c
13911                 Fix bug where folder icons are not shown when 'hide read messages'
13912                 is on.
13913         
13914         * src/stock_pixmaps.[ch]
13915                 Added folder icons for 'hide read messages'.
13916         
13917         * src/compose.c
13918                 Fixed bug where 'Enter' in a header entry will send the message 
13919                 if 'CTL-Enter' was chosen as a shorcut for sendind. 
13920
13921 2002-01-03 [melvin]     0.6.6claws36
13922         
13923         * src/prefs.[ch]
13924                 Added popup menu for common preferences and
13925                 account preferences (right click on tab displays
13926                                 a menu of all tabs.)
13927
13928 2002-01-02 [melvin]     0.6.6claws35
13929
13930         * src/gtkspell.[ch]
13931                 Made spelling code compatible with undo/redo feature.
13932                 Added creation of suggestion mode menu for the general
13933                         preferences.
13934         
13935         * src/prefs_common.[ch]
13936                 Added option menu for the speller's suggestion mode.
13937                 Added missing spaces in "..." buttons and made a "..."
13938                         button non translatable!
13939         
13940         * src/compose.c
13941                 Made speller use the default suggestion mode.
13942                 Hack to make it possible to choose 'CTRL-Enter' as a
13943                         shortcut for sending (and only for sending).
13944
13945         * src/prefs_folder_item.c
13946                 Changing subject simplification does not update cache 
13947                         anymore (because it is unnecessary).
13948                 Fixed bug where changing subject simplification updated the 
13949                         summaryview even when the viewed folder is not the
13950                         folder which properties are being changed. (E.g. 
13951                                         viewing folder A and changing
13952                                         the subject simplification of 
13953                                         folder B -not being viewed- updated the 
13954                                         summaryview of folder A with data of
13955                                         folder B). (Hope this is clear... )
13956
13957 2001-12-31 [alfons]     0.6.6claws34
13958         
13959         * src/ldif.c
13960         * src/mutt.c
13961                 fgetc() returns a signed integer which doesn't
13962                 fit in a char. so c truncates this to a char
13963                 but we may lose significant bits. i.e. we may
13964                 comparing 0xFF which may not be equal to -1
13965                 unless properly casted to signed char which
13966                 we won't do because fgetc() returns a signed
13967                 integer which doesn't fit in a char. so c 
13968                 truncates this to a char but we may lose 
13969                 significat bits. (you got the idea, thanks
13970                 to Gustavo Noronha Silva <kov@debian.org>
13971                 and the Debian folks!)
13972
13973 2001-12-30 [alfons]     0.6.6claws33
13974
13975         * src/prefs_common.c
13976                 add #ifdef USE_PSPELLs that Melvin forgot               
13977
13978 2001-12-30 [melvin]     0.6.6claws32
13979         
13980         * src/prefs_common.[ch]
13981                 Added configurable color for misspelled words.
13982
13983         * src/gtkspell.[ch]
13984                 Fixed bug of foreground text color (reported by David
13985                                 Mehrmann)
13986                 Added configurable color for misspelled words.
13987
13988 2001-12-30 [alfons]     0.6.6claws31
13989
13990         * src/folder.c
13991                 remove unnecessary things someone put there
13992
13993         * src/mh.c
13994         * src/folder.[ch]
13995                 make folder properties (like threading and sorting) persistent
13996                 (closes bug #497424 "rescan folder tree resets proprieties")
13997                 currently this is only for MH folders. 
13998
13999 2001-12-29 [melvin]     0.6.6claws30
14000
14001         * src/string_match.[ch]
14002                 Optimized a bit: regexp pattern buffer compiled only once, and
14003                   one subroutine call removed. Fixed ^ regexp search: Now, 
14004                   "(^Re: )|(^Hello)" removes only "Re: " from "Re: Hello".
14005         
14006         * src/summaryview.c
14007                 Subject filtering changed to filter summary columns and
14008                   not directly the messages subject cache. The loss in 
14009                   performance is balanced by the improvement of string_match.
14010                 Added an alert panel if there is an error in the regexp.
14011
14012         * src/src/prefs_folder_item.h
14013                 Added a regexp pattern buffer.
14014
14015 2001-12-28 [alfons]     0.6.6claws29
14016
14017         * src/string_match.[ch]
14018                 clean up name space
14019                 allow compilation *BSD
14020
14021 2001-12-27 [alfons]     0.6.6claws28
14022
14023         * src/filter.c
14024                 sync the Hiro's bug fix for BSD
14025
14026 2001-12-27 [melvin]     0.6.6claws27
14027         
14028         * src/compose.c
14029                 Simplify focus to subject entry code.
14030
14031 2001-12-27 [darko]      0.6.6claws26
14032
14033         * src/filtering.c
14034         * src/mbox_folder.c
14035         * src/messageview.c
14036         * src/mh.c
14037         * src/procheader.[ch]
14038         * src/procmsg.h
14039         * src/stock_pixmap.[ch]
14040         * src/summaryview.c
14041                 Show key icon for encrypted mails in summary view
14042
14043         * src/pixmaps/clip.xpm
14044         * src/pixmaps/clipkey.xpm
14045         * src/pixmaps/key.xpm
14046                 New/modified icons for the above
14047
14048 2001-12-27 [melvin]     0.6.6claws25
14049
14050         * src/prefs_common.c
14051                 Put spell checker options in a separate tab to decrease
14052                 the Common Preferences window height.
14053
14054         * README.claws  
14055                 Update spell checker usage instruction about its options
14056                 location.
14057
14058 2001-12-27 [melvin]     0.6.6claws24
14059
14060         * src/compose.c
14061                 Changed subject entry widget position. Initial focus is
14062                 on the To header instead of the subject entry.
14063                 Creating a new header scrolls the header list to make the
14064                 created one visible. Nevertheless, when automatically filling
14065                 headers, the first one is shown.
14066                 A Tab key press in the last empty header entry zips the 
14067                 focus to the subject entry.
14068                 (I did not change the combo boxes, yet)
14069
14070 2001-12-26 [alfons]     0.6.6claws23
14071
14072         * src/prefs_account.c
14073         * src/inc.c
14074                 allow default inbox to reside in another mailbox (only
14075                 works for POP3 accounts)
14076
14077 2001-12-26 [alfons]     0.6.6claws22
14078         
14079         * src/textview.c
14080                 make reply-on-click work with the account of the selected folder
14081         * src/compose.c
14082                 put a fixme here to remind me to fix finding correct default
14083                 account for nested folders
14084
14085 2001-12-25 [alfons]     0.6.6claws21
14086
14087         * src/summaryview.c
14088                 make column headers display locked and mark pixmaps (idea by Melvin) 
14089                 fix bug by adding score and locked column type to sort array
14090
14091 2001-12-25 [alfons]     0.6.6claws20
14092         
14093         * src/summaryview.c
14094                 catch a *potentially* inadvertent write back of  
14095                 the message cache(s) introduced by 0.6.5claws37
14096
14097 2001-12-25 [christoph]  0.6.6claws19
14098
14099         * src/stock_pixmap.[ch]
14100         * src/summaryview.c
14101                 add ignore thread pixmap
14102                 (can someone draw a better icon for this?)
14103
14104 2001-12-24 [alfons]     0.6.6claws18
14105
14106         * src/prefs_folder_item.c
14107                 make address completion actually work for the
14108                 Default To address in the Folder Property dialog.
14109
14110 2001-12-24 [alfons]     0.6.6claws17
14111         
14112         * src/summaryview.c
14113                 use new style regexp for subject stripping 
14114                 (patch submitted by Thomas Link <t.link.tmp200101@gmx.net>)
14115
14116 2001-12-24 [darko]      0.6.6claws16
14117
14118         * src/pgptext.c
14119         * src/rfc2015.c
14120                 move GPG related informational messages to debug mode
14121
14122 2001-12-23 [alfons]     0.6.6claws15
14123
14124         * src/stock_pixmap.[ch]
14125         * src/summaryview.c
14126                 add the forgotten Claws' locked pixmap
14127
14128 2001-12-23 [alfons]     0.6.6claws14
14129
14130         * src/filesel.c
14131                 accept file name typed in entry in multi file
14132                 selector (patch submitted by Gustavo Noronha Silva 
14133                 <kov@debian.org>)
14134
14135 2001-12-23 [alfons]     0.6.6claws13
14136
14137         * src/prefs_filter.c
14138         * src/prefs_filtering.c
14139         * src/matcher.c
14140         * src/importmutt.c
14141                 clean up a little bit
14142         
14143         * src/string_match.c
14144                 validate input strings a little bit more
14145
14146 2001-12-23 [alfons]     0.6.6claws12
14147
14148         * src/Makefile.am
14149         * src/summaryview.c
14150         * src/string_match.[ch]         ** NEW **
14151         * src/folderview.[ch]
14152         * src/headerview.h
14153         * src/folder.[ch]
14154         * src/prefs_folder_item.[ch]
14155                 add subject simplification to strip out strings from
14156                 a subject line (esp. handy for mailing lists). 
14157                 (original patch by by Thomas Link <t.link.tmp200101@gmx.net>,
14158                 but slightly changed things for better integration.)
14159
14160 2001-12-23 [alfons]     0.6.6claws11
14161
14162         * src/mainwindow.c
14163                 fix bug introduced by submission included in 0.6.5claws52.
14164                 ideally this submission should clean the trash if any trash
14165                 folder has a message. however, the hasTrash variable was
14166                 set to false whenever a trash folder was empty (discarding
14167                 a previously found *filled* trash folder.)
14168
14169                 also edited the code a little bit and made it more safe.
14170
14171 2001-12-22 [alfons]     0.6.6claws10
14172
14173         * src/imap.c
14174                 quick fix for Martin Pool's omission of an account
14175                 specific SSL setting
14176
14177 2001-12-22 [alfons]     0.6.6claws9
14178
14179         * src/compose.c
14180         * src/messageview.c
14181         * src/mimeview.c
14182         * src/pgptext.c
14183         * src/procmime.[ch]
14184                 better support for multipart/digest (submitted
14185                 by Fredrik <e98fo@efd.lth.se>)
14186
14187 2001-12-22 [alfons]     0.6.6claws8
14188
14189         * src/addressbook.c
14190                 correct function signature
14191         * src/socket.[ch]
14192         * src/imap.[ch]
14193         * src/prefs_account.[ch]
14194                 allow IMAP over SSH tunnel (patch submitted by 
14195                 Martin Pool <mbp@samba.org>)
14196
14197 2001-12-21 [alfons]     0.6.6claws7
14198
14199         * sync with sylpheed 0.6.6cvs4-9
14200                 (may have forgotten something: LAST_STABLE is 0.6.6claws6)
14201
14202 2001-12-21 [christoph]  0.6.6claws6
14203
14204         * src/compose.c
14205         * src/prefs_folder_item.[ch]
14206                 implement saving of outgoing messages to current folder.
14207                 fix segfault when no default outbox is available
14208                 (closes bug #495683)
14209
14210 2001-12-21 [carsten]    0.6.6claws5
14211         * src/folderview.c
14212         * src/summaryview.c
14213                 pressing CTRL while DND does now the expected thing and
14214                 copies the mail (moving is still the default, as this
14215                 seam more appropriate for handling mails by DND)
14216
14217 2001-12-18 [paul]       0.6.6claws4
14218
14219         * sync with sylpheed 0.6.6cvs3
14220                 see ChangeLog entries 2001-12-18
14221
14222 2001-12-18 [hiro]       0.6.6claws3
14223
14224         * src/undo.c
14225                 fix for multibyte characters (obtain the number of letters
14226                 instead of bytes).
14227
14228 2001-12-17 [paul]       0.6.6claws2
14229
14230         * sync with sylpheed 0.6.6cvs1
14231                 see ChangeLog entry 2001-12-16
14232
14233 2000-12-17 [alfons]     0.6.6claws1
14234
14235         * src/filtering.c
14236                 clean up
14237
14238 2001-12-16 [paul]       0.6.6claws
14239 2001-12-15
14240
14241         * Release version 0.6.6claws, cvs tag: rel_0_6_6
14242
14243         * src/mimeview.c
14244                 last minute sync with main 0.6.6
14245
14246         * po/es.po
14247                 updated by Ricardo Mones Lastra
14248                 update for last minute sync
14249         * po/fr.po
14250         * po/nl.po
14251                 update for last minute sync
14252         * po/de.po
14253                 updated by Jens Oberender
14254         * po/pt_BR.po
14255                 updated by Fabio Junior Beneditto
14256
14257         * src/prefs_common.[ch]
14258         * src/undo.c
14259                 number of undo levels is user configurable
14260                 (squeeze it into the release in the dying
14261                 moments) Submitted by Jens Oberender    
14262
14263 2001-12-15 [melvin]
14264
14265         * po/fr.po
14266                 updated french translation
14267
14268 2001-12-15 [paul]       0.6.5claws92
14269
14270         * sync with sylpheed 0.6.5cvs28
14271                 see ChangeLog entry 2001-12-14 (src/prefs_account.c)
14272
14273         * po/nl.po
14274                 update to allow for sync
14275
14276 2001-12-15 [alfons]
14277         
14278         * po/nl.po
14279                 update dutch translation
14280
14281 2001-12-14 [carsten]    0.6.5claws91
14282         * src/summaryview.c
14283                 fixed bug #473785; also after changing the column order
14284                 the same message will be selected and displayed as before
14285                 the reordering
14286
14287 2001-12-14 [carsten]    0.6.5claws90
14288         * src/folderview.c
14289                 probably found the bug reported by wwb opening or closing
14290                 a folder tree just before dnd (found the solution in the
14291                 balsa source -- thanks to them)
14292
14293 2001-12-14 [carsten]    0.6.5claws89
14294         * src/gtkutils.c
14295         * src/account.c
14296                 moved gtk_clist_moveto to the right place, so that
14297                 only the accounts dialog is effected on opening
14298
14299 2001-12-14 [carsten]    0.6.5claws88
14300         * src/gtkutils.c
14301                 gtkut_clist_set_focus_row does a gtk_clist_moveto
14302                 now, so that the focused row will be seen in any case
14303                 (reported by wwp on sf-claws-user)
14304
14305 2001-12-14 [darko]      0.6.5claws87
14306
14307         * src/compose.c
14308                 remove unnecessary line
14309
14310 2001-12-14 [paul]       0.6.5claws86
14311
14312         * sync with sylpheed 0.6.5cvs27
14313                 see ChangeLog entries 2001-12-14
14314
14315 2001-12-14 [carsten]    0.6.5claws85
14316         * src/mainwindow.c
14317                 following a suggestion of Melvin the rcoabm pops up
14318                 right under the button now and the button is reliefed
14319                 while the popup is open
14320
14321 2001-12-14 [darko]      0.6.5claws84
14322
14323         * src/compose.c
14324                 fix crash when wrapping long lines if linewrap quotation
14325                 is disabled and wrapper encounters a word spanning more
14326                 than one line
14327
14328 2001-12-13 [paul]       0.6.5claws83
14329
14330         * src/compose.c
14331                 prefer 'Reply-To' header over mailing list header when
14332                 replying to a message. Finally prevent all those confirmation 
14333                 messages being sent to the list itself.
14334
14335         * src/summaryview.c
14336                 remove unused summary_set_menu_sensitive() entry
14337
14338 2001-12-13 [paul]       0.6.5claws82
14339
14340         * src/folderview.c
14341         * src/pixmaps/inbox-hrm.xpm     ** NEW FILE **
14342         * src/pixmaps/outbox-hrm.xpm    ** NEW FILE **
14343         * src/pixmaps/trash-hrm.xpm     ** NEW FILE **
14344                 improvements to 'Hide read messages': Inbox, Outbox,
14345                 Trash, Queue, and Draft icons now reveal presence of hidden 
14346                 messages
14347
14348 2001-12-12 [alfons]     0.6.5claws81
14349
14350         0.6.5claws80 was tagged as LAST_STABLE
14351
14352         * src/filtering.[ch]
14353         * src/matcher.[ch]
14354         * src/matcher_parser_lex.c
14355                 fix the filtering; my last attempt to get it right, 
14356                 if it does not work, it's Hoa's turn. ;-)
14357
14358                 for my honourable peers:
14359                 
14360                 the code now makes a clear distinction between
14361                 rules as they are displayed (probably escaped),
14362                 and as they are executed (probably unescaped). the
14363                 parser does *NOT* do any unescaping, this is
14364                 the task of the matcher.c (which breaks up a
14365                 rule into condition) and the filtering.c (which
14366                 breaks up the rule's action). to make this
14367                 run happily we provide an unescaped copy of
14368                 crucial strings to the MatcherProp and 
14369                 FilteringAction structures. note that the only
14370                 exception to this is any REGEXP string. those
14371                 are directly passed to regcomp() and regexp()
14372                 (who have much more powerful unescape functions).
14373                 
14374                 for everyone else:
14375         
14376                 you can escape tab (\t), carriage return (\r),
14377                 linefeed (\n), form feed (\f), quote (\"), 
14378                 single quote (\'), bell (\b) in all the entry
14379                 lines in the scoring & filtering dialogs.
14380                 as an added bonus this should not affect
14381                 existing filtering rules.
14382
14383 2001-12-12 [carsten]    0.6.5claws80
14384
14385         * src/summaryview.c
14386         * po/de.po
14387                 "item(s) selected" is now sensitive to 1 or more
14388                 than one selected (nice for language where simple
14389                 adding of a "s" is not possible as German (Eintrag
14390                 ->Eintr"age)
14391                 
14392                 the "forward as attachment" entry from the right
14393                 click menu removed, "forward" acts following the
14394                 prefs
14395         
14396         * src/textview.c
14397                 reverted my former changes; so compiler warning again
14398                 but there's more GTK_TEXT/GTK_STEXT mixing on other places
14399                 nevertheless
14400
14401         * src/messageview.c
14402                 "search in message" does now *not* only work in MVIEW_TEXT
14403                 messages, but also in a MIMEVIEW_TEXT part of MVIEW_MIME
14404                 message
14405
14406         * src/mainwindow.c
14407                 removed "/File/_Close" as it was the same as "/File/E_xit"
14408                 and we don't need it two times
14409
14410                 the separate folder view and message view now get a distinct
14411                 WMCLASS, just in case someone is using sawfish ;-)
14412
14413                 as the menu entries "/View/Message view" and "/View/Folder tree"
14414                 are only doing something when SEPARATE_MESSAGE or SEPARATE_FOLDER
14415                 make them sensitive accordingly and as these two are "shown"
14416                 after startup anytime check this menuitem at startup
14417
14418 2001-12-12 [paul]       0.6.5claws79
14419
14420         * src/folderview.c
14421                 fix sensitivity of 'Search folder...', broken in
14422                 0.6.5claws75
14423
14424         * src/mainwindow.c
14425                 fix dodgy English
14426
14427 2001-12-11 [carsten]    0.6.5claws78
14428         * src/filtering.c
14429                 fixed two typos returning a wrong FALSE/TRUE
14430         * src/mainwindow.[ch]
14431                 extra menu for email/news button removed
14432
14433 2001-12-11 [alfons]     0.6.5claws77
14434         
14435         * src/matcher.c                 (1.3)
14436         * src/matcher_parser_lex.l      (1.28)
14437                 revert for another attempt
14438                 mark 0.6.5claws77 as LAST_STABLE
14439
14440 2001-12-11 [christoph]  0.6.5claws76
14441
14442         * po/de.po
14443                 fixed wrong translation for prev. unread msg
14444
14445 2001-12-11 [paul]       0.6.5claws75
14446
14447         * src/folder.[ch]
14448         * src/folderview.c
14449         * src/mainwindow.c
14450         * src/summaryview.[ch]
14451         * src/pixmaps/dir-open-hrm.xpm  ** NEW FILE **
14452                 enable ability to hide read messages on per folder basis via 
14453                 '/Summary/Hide read messages'; when selected, a folder will 
14454                 have a red open folder icon, instead of a blue icon, if the 
14455                 folder contains hidden messges
14456                 submitted by Thomas Link <t.link.tmp200101.gmx.net> 
14457
14458         * src/mainwindow.c
14459                 remove '/Message/Forward as attachment' from 
14460                 main_window_set_menu_sensitive() to prevent debug warning
14461
14462         * src/folderview.c
14463         * src/mainwindow.c
14464                 Clean up some of the English
14465
14466         * tools/newscache_clean.pl
14467                 allow for new 'hidereadmsgs' entry in folderlist.xml
14468
14469         * po/es.po
14470                 updated translation, submitted by Ricardo Mones Lastra
14471
14472 2001-12-11 [paul]       0.6.5claws74
14473
14474         * sync with sylpheed 0.6.5cvs25
14475                 see ChangeLog entry 2001-12-11
14476
14477 2001-12-10 [alfons]     0.6.5claws73
14478
14479         * src/matcher.c
14480                 add more control characters
14481         * src/matcher_parser_lex.l
14482                 make escaping / unescaping work again
14483
14484 2001-12-10 [alfons]     0.6.5claws72
14485
14486         * src/imap.c
14487                 clean up warnings "returning value for void function" 
14488         * src/prefs_filtering.c
14489                 make info button for execute action sensitive
14490
14491 2001-12-10 [paul]       0.6.5claws71
14492
14493         * src/compose.c
14494         * src/imap.[ch]
14495         * src/summaryview.c
14496                 fix: imap server now gets informed of MARKED, UNMARKED
14497                 and REPLY events. Now people can use different IMAP-Mail
14498                 clients and have the exact same information about MARKED,
14499                 UNMARKED and REPLY status with all of them. Especially
14500                 useful for imap servers with a web-frontend.
14501                 submitted by Tobias Sandhaas <medlor@web.de>
14502
14503 2001-12-09 [melvin]     0.6.5claws70
14504         
14505         * src/textview.[ch]
14506                 fixed bug #490076 (hunted down by Alfons who implemented
14507                 a workaround in 0.6.5claws65)
14508
14509 2001-12-09 [christoph]  0.6.5claws69
14510
14511         * src/summaryview.c
14512                 set pointer to string in LOCKED column to NULL
14513                 (might fix bug #490800)
14514
14515 2001-12-09 [carsten]    0.6.5claws68
14516
14517         * po/de.po
14518                 resolved some cluttered menu shortcuts 
14519                 ('creating new email' and 'creating news message'
14520                 hade the same)
14521         * src/compose.c
14522                 wmclass now distinc from main window
14523         * src/mainwindow.c
14524           src/mainwindow.h
14525                 email/news and forward button functionality similar
14526                 to the reply buttons; removed the ugly dropdown arrows
14527                 and use instead the right mouse button
14528
14529 2001-12-09 [paul]       0.6.5claws67
14530
14531         * src/imap.c
14532         * src/utils.h
14533                 allow spaces in imap folder names
14534                 submitted by Willem van Engen <wvengen@stack.nl>
14535
14536 2001-12-09 [paul]       0.6.5claws66
14537
14538         * sync with sylpheed 0.6.5cvs24
14539                 see ChangeLog entry 2001-12-09
14540
14541 2001-12-08 [alfons]     0.6.5claws65
14542
14543         * src/textview.c
14544                 prevent secondary selection claim after "add to sender" dialog
14545                 popped up. this is because there's a GDK_BUTTON_RELEASE pending.
14546                 we trick GTK by simulating a click at (0, 0) in the textview.
14547
14548 2001-12-08 [hoa]        0.6.5claws64
14549
14550         * src/folder.c
14551                 fixed a bug about the .processing folder name while filtering
14552
14553 2001-12-08 [alfons]     0.6.5claws63
14554
14555         * src/folderview.c 
14556                 work around problem of not correctly updating folder stats
14557                 when deleting messages. there's some folder scanning evil
14558                 going so the folderview_update_msg_num() does not work
14559                 correctly. need to investigate this.
14560
14561 2001-12-08 [paul]       0.6.5claws62
14562
14563         * sync with sylpheed 0.6.5cvs23
14564                 see ChangeLog entry 2001-12-08
14565
14566 2001-12-07 [christoph]  0.6.5claws61
14567
14568         * src/compose.c
14569                 fix another header translation problem
14570
14571 2001-12-07 [alfons]     0.6.5claws60
14572
14573         * src/mbox.c
14574                 make filtering also work on local spool mbox
14575
14576 2001-12-07 [carsten]    0.6.5claws59
14577         * src/addressbook.c
14578                 addressbook window gets a wmclass distinct from the main
14579                 sylpheed window
14580         * src/compose.h
14581         * src/mainwindow.[ch]
14582                   forward menu item will use mode selected in prefs, forward 
14583                 as attatchment in menu removed (will be substituted in the
14584                 toolbar similar to reply buttons)
14585                   create news message menu entry and news button is now 
14586                 sensitive to the existance of a news account
14587         * src/pixmaps/stock_mail_reply_quote.xpm           ** REMOVED **
14588         * src/pixmaps/stock_mail_reply_to_all_quote.xpm    ** REMOVED **
14589         * src/pixmaps/stock_mail_reply_to_sender_quote.xpm ** REMOVED **
14590                 these are removed because the toolbar buttons don't show
14591                 the quoting modus any longer
14592
14593 2001-12-07 [paul]
14594
14595         * tools/newscache_clean.pl      ** NEW FILE **
14596                 perl script to do some tidying up in the newscache directory 
14597                 
14598         * tools/sylpheed-switcher       ** NEW FILE **
14599                 perl script to enable easy switching between main and claws
14600                 
14601         * tools/README
14602                 added descriptions of the two new perl scripts          
14603
14604
14605 2001-12-07 [melvin]     0.6.5claws58
14606
14607         * src/messageview.c
14608                 fixed a warning during compilation introduced in 0.6.5claws56
14609
14610 2001-12-07 [paul]       0.6.5claws57
14611
14612         * src/mainwindow.[ch]
14613         * src/menu.[ch]
14614                 further usability enhancements to replying with or without 
14615                 quoting via the toolbar, use of Ctrl key is replaced by 
14616                 drop down menu 
14617                 Submitted by Carsten Schurig            
14618
14619 2001-12-07 [melvin]     0.6.5claws56
14620
14621         * src/messageview.c
14622                 hack to fix bug that prevented to make/paste selections
14623                 after switching between MVIEW_TEXT and MVIEW_MIME views
14624                 without deselecting the selection first.
14625
14626 2001-12-06 [alfons]     0.6.5claws55
14627
14628         * src/filtering.[ch]
14629         * src/inc.c
14630                 revise filtering a little bit more, and make sure
14631                 messages are delivered to the appropriate inbox
14632                 (perhaps set per account)
14633
14634 2001-12-06 [paul]       0.6.5claws54
14635
14636         * sync with sylpheed 0.6.5cvs22
14637                 see ChangeLog entry 2001-12-06
14638
14639 2001-12-05 [alfons]     0.6.5claws53
14640
14641         * src/inc.c
14642         * src/folder.[ch]
14643         * src/procmsg.c
14644         * src/filtering.c
14645                 more revisions of filtering system
14646                 (last stable version is marked as LAST_STABLE)
14647                 
14648                 | NOTE 1): the filtering system now uses a local folder called
14649                 | .processing. if filtering fails, check this directory
14650                 | for missing messages.
14651                 |
14652                 | NOTE 2): help us find the filtering actions still missing
14653
14654 2001-12-05 [paul]       0.6.5claws52
14655
14656         * src/mainwindow.c
14657                 fix bug where 'Empty Trash?' pop-up window appears even
14658                 when Trash is empty, submitted by Jesse Skinner         
14659
14660 2001-12-05 [melvin]     0.6.5claws51
14661
14662         * src/compose.c
14663                 fixed bug #486106 to select correct account when reediting 
14664                 a queued message
14665         
14666 2001-12-04 [alfons]     0.6.5claws50
14667
14668         * src/mh.c
14669                 declare markfile in appropriate functions when
14670                 no fchmod() is found (thanks to Mark Heerdink <marc@koelkast.net>
14671                 for spotting this)
14672
14673 2001-12-04 [paul]       0.6.5claws49
14674
14675         * sync with sylpheed 0.6.5cvs21
14676                 see ChangeLog entry 2001-12-04
14677
14678 2001-12-03 [christoph]  0.6.5claws48
14679
14680         * po/de.po
14681                 changed translation of undo
14682         * src/account.c
14683         * src/folder.c
14684                 don't reinvent the wheel to traverse a GNode
14685         * src/compose.[ch]
14686                 seperate code to create the compose gui into functions
14687                 add "Others" page with folder selection for saving copy
14688                 of the message.
14689                 the folder identifier is saved to queue header
14690         * src/procmsg.c
14691                 save message to folder in queue header
14692
14693 2001-12-03 [paul]       0.6.5claws47
14694
14695         * sync with sylpheed 0.6.5cvs20
14696                 see ChangeLog entry 2001-12-03
14697
14698 2001-12-01 [paul]
14699
14700         * more sync with sylpheed 0.6.5cvs19
14701                 see ChangeLog entry 2001-11-29
14702
14703 2001-11-30 [paul]       0.6.5claws46
14704         
14705         * src/compose.c
14706                 remove conflicts introduced by Hoa's last commit
14707          
14708         * src/mainwindow.c
14709                 make 'Message/Bounce' sensitive
14710
14711 2001-11-30 [hoa]        0.6.5claws45
14712
14713         * src/compose.c
14714                 slightly change bounce function to add
14715                 information about the user that bounced the mail
14716                 in the From header line.
14717
14718         * src/folderview.c
14719                 permit the use of processing in outbox folder.
14720
14721 2001-11-29 [paul]       0.6.5claws44
14722
14723         * src/mainwindow.[ch]
14724         * src/prefs_common.c
14725         * src/pixmaps/stock_mail_reply_quote.xpm            ** NEW FILE **
14726         * src/pixmaps/stock_mail_reply_to_all_quote.xpm     ** NEW FILE **
14727         * src/pixmaps/stock_mail_reply_to_author_quote.xpm  ** NEW FILE **
14728                 usability enhancements to the quoting, implements
14729                 use of Ctrl key to toggle quoting settings
14730                 Submitted by Carsten Schurig <Carsten.Schurig@web.de>
14731
14732 2001-11-29 [paul]       0.6.5claws43
14733         
14734         * sync with sylpheed 0.6.5cvs19
14735                 see ChangeLog entry 2001-11-28
14736
14737 2001-11-29 [melvin]     0.6.5claws42
14738         * src/Makefile.am
14739                 added enriched.[ch] to the list of files
14740
14741         * src/textview.c
14742         * src/mimeview.c
14743         * src/procmime.[ch]
14744         * src/enriched.[ch]
14745                 added support to view text/enriched
14746                 added support to show headers in message view for text/enriched and text/html
14747                         in non multipart messages
14748
14749 2001-11-28 [paul]       0.6.5claws41
14750
14751         * more sync with sylpheed 0.6.5cvs18
14752                 see ChangeLog entry 2001-11-27 (src/prefs_common.c)
14753
14754 2001-11-27 [paul]       0.6.5claws40
14755         
14756         * po/pt_BR.po
14757                 updated translation, submitted by Fabio Junior Beneditto
14758                 
14759         * sync with sylpheed 0.6.5cvs18
14760                 see ChangeLog entries 2001-11-26 (src/textview.c) and
14761                 2001-11-27
14762
14763
14764 2001-11-26 [paul]
14765
14766         * po/es.po
14767                 updated translation, submitted by Ricardo Mones Lastra
14768
14769 2001-11-26 [alfons]
14770
14771         * src/matcher.c
14772                 add more translatable strings
14773
14774 2001-11-26 [christoph]  0.6.5claws39
14775
14776         * po/de.po      
14777                 fixed one more umlaut
14778         * src/compose.c
14779                 fix translated header when it should not be translated
14780
14781 2001-11-26 [paul]       0.6.5claws38
14782
14783         * src/mainwindow.c
14784                 remove '/Message/Add Sender to address book' from 
14785                 main_window_set_menu_sensitive(), prevent debug warning
14786                 add 'Message/Mark/Mark all read' to mainwin_entries[]
14787
14788 2001-11-26 [paul]       0.6.5claws37
14789
14790         * src/summaryview.c
14791                 fix 'recurring unread state' bug 
14792
14793         * tools/README 
14794         * tools/filter_conv.pl
14795                 read name of top level mailbox from folderlist.xml
14796                 and presume nothing about its name              
14797
14798 2001-11-26 [darko]      0.6.5claws36
14799
14800         * src/gtkstext.[ch]
14801                 removed functions that are now in gtkutils.c
14802                 use gtkut_text_is_uri_string() from gtkutils.c
14803         * fix my comment on 2001-11-23 (missing gtkutils.[ch])
14804
14805 2001-11-26 [paul]       0.6.5claws35
14806
14807         * sync with sylpheed 0.6.5cvs16
14808                 see ChangeLog entries 2001-11-25 and 2001-11-26
14809
14810 2001-11-25 [alfons]     0.6.5claws34
14811
14812         EXPERIMENTAL!!! Please checkout the last stable version using: 
14813           
14814         % cvs update -r LAST_STABLE -dRAP
14815
14816         (Or help us testing this stuff.)
14817
14818         * src/filtering.c               (1.14)
14819         * src/filtering.h               (1.6)
14820         * src/inc.c                     (1.28)
14821         * src/matcher.c                 (1.20)
14822         * src/mbox.c                    (1.9)
14823         * src/procmsg.h                 (1.14)
14824         * src/summaryview.c             (1.59)
14825         * src/summaryview.h             (dunno)
14826                 revert/merge/sync to as it was before commit 
14827                 on Thu, 19 Jul 2001 10:15:51 -0700.
14828
14829 2001-11-25 [hoa]        0.6.5claws33
14830
14831         * src/main.c
14832                 processing mails at startup
14833
14834         * src/folderview.c
14835         * src/summaryview.[ch]
14836                 processing mails when entering folder
14837
14838         * src/prefs_filtering.c
14839                 fixed some UI bugs
14840
14841 2001-11-24 [alfons]     0.6.5claws32
14842
14843         * src/summaryview.[ch]
14844                 make summary sort headers work, and also make
14845                 sure the sort type is stored
14846
14847 2001-11-23 [alfons]     0.6.5claws31
14848
14849         * src/summaryview.[ch]
14850                 make lock work like mark
14851                 disallow deleting messages marked as locked
14852
14853 2001-11-23 [alfons]     0.6.5claws30
14854
14855         * src/gtkstext.c
14856         * src/compose.[ch]
14857         * src/Makefile.am
14858         * src/undo.[ch]
14859                 merge undo patch submitted by Jens
14860
14861 2001-11-23 [christoph]  0.6.5claws29
14862
14863         * src/.cvsignore
14864                 added ylwrap
14865         * src/compose.c
14866                 fixed gpg signing and encoding
14867         * src/folder.[ch]
14868         * src/main.c
14869                 added --status option to get new, unread and total
14870                 message count from a running sylpheed
14871         * src/prefs_common.c
14872                 temporary fix for reply_with_quote problem
14873                 (don't call functions for non existing widget)
14874         * src/procmsg.c
14875                 one more check for ignored threads but still not
14876                 always working correctly. probably a recursive
14877                 check for all parents is needed
14878
14879 2001-11-23 [darko]      0.6.5claws28
14880
14881         * src/compose.c
14882                 wrapping on send improvements
14883         * src/gtkutils.[ch]
14884                 fix for GtkSText after last sync with main branch
14885                 GTK_TEXT -> GTK_STEXT
14886
14887 2001-11-23 [paul]       0.6.5claws27
14888
14889         * sync with sylpheed 0.6.5cvs14
14890                 see ChangeLog entries 2001-11-22 and 2001-11-23
14891                 
14892         * po/de.po
14893                 fixed the scrambled umlauts 
14894                 submitted by Carsten Schurig <Carsten.Schurig@web.de>
14895
14896 2001-11-21 [paul]       0.6.5claws26
14897
14898         * sync with sylpheed 0.6.5cvs12
14899                 see 2nd ChangeLog entry dated 2001-11-20
14900
14901 2001-11-20 [paul]       0.6.5claws25
14902
14903         * sync with sylpheed 0.6.5cvs11
14904                 see ChangeLog entry 2001-11-19 (src/utils.c)
14905
14906 2001-11-20 [hiro]
14907
14908         * src/compose.c
14909                 GTK_TEXT -> GTK_STEXT
14910                 fix for wrong comment
14911
14912 2001-11-20 [hiro]       0.6.5claws24
14913
14914         * src/compose.[ch]
14915                 more merges from main branch
14916                 removed fatal warnings (uninitialized variables etc.)
14917                 some coding style fix
14918         * src/gtkutils.h
14919                 fixed typo.
14920         * src/addressbook.c
14921           src/addrindex.c
14922                 V-Card -> vCard
14923
14924 2001-11-19 [hoa]        0.6.5claws23
14925
14926         * src/filtering.c
14927         * src/prefs_scoring.c
14928         * src/matcher.[ch]
14929         * src/scoring.c
14930                 cleaning code
14931
14932         * src/matcher_parser_parse.y
14933         * src/prefs_filtering.c
14934                 bouncing
14935
14936 2001-11-19 [alfons]     0.6.5claws22
14937
14938         more of my old things into claws
14939
14940         * src/Makefile.am
14941         * src/prefs_common.c
14942         * src/procmsg.h
14943         * src/summaryview.[ch]
14944         * src/prefs_summary_column.c
14945         * src/pixmaps/locked.xpm
14946                 add indicators for locking of message in summary view
14947                 (does not work yet, only visual indicator)
14948
14949 2001-11-19 [paul]       0.6.5claws21
14950
14951         * sync with sylpheed 0.6.5cvs10
14952                 see ChangeLog entry 2001-11-19
14953
14954 2001-11-18 [alfons]     0.6.5claws20
14955         
14956         * src/filtering.c
14957                 remove an inadvertent free I forgot in previous clean up 
14958
14959 2001-11-18 [alfons]     0.6.5claws19
14960
14961         * src/filtering.[ch]
14962                 clean up & plug leaks
14963
14964 2001-11-18 [paul]       0.6.5claws18
14965
14966         * sync with sylpheed 0.6.5cvs9
14967                 see ChangeLog entries 2001-11-17 and 2001-11-18
14968
14969 2001-11-16 [paul]       0.6.5claws17
14970
14971         * sync with sylpheed 0.6.5cvs8
14972                 see ChangeLog entry 2001-11-16, src/grouplistdialog.c
14973
14974 2001-11-16 [paul]       0.6.5claws16
14975
14976         * sync with sylpheed 0.6.5cvs7
14977                 see ChangeLog entries 2001-11-15 and 2001-11-16
14978
14979 2001-11-15 [hoa]        0.6.5claws15
14980
14981         * src/compose.c
14982                 fix bounce, mails we received couln't be bounced to ourself.
14983
14984         * src/defs.h
14985         * src/filtering.[ch]
14986         * src/matcher.[ch]
14987         * src/matcher_parser.h
14988         * src/matcher_parser_lex.l
14989         * src/matcher_parser_parse.y
14990         * src/inc.c
14991         * src/main.c
14992         * src/mbox.c
14993         * src/prefs_filtering.[ch]
14994         * src/mainwindow.c
14995         * src/prefs_matcher.c
14996         * src/prefs_scoring.c
14997         * src/scoring.[ch]
14998         * src/summaryview.c
14999                 new matcher/filter/score configuration file parser
15000                 one unique configuration file => ~/.sylpheed/matcherrc
15001                 import in currently automatic, then save are made
15002                 in this new file.
15003                 one filter per folder and one global filter
15004                 (filter of a folder will be used as folder processing)
15005
15006         * src/folder.c
15007                 fix a bug in folder_item_get_identifier
15008                 
15009         * src/messageview.c
15010                 receive receipt return are fixed.
15011
15012 2001-11-14 [alfons]     0.6.5claws14
15013
15014         * src/session.h
15015                 add things from main branch to make claws compile
15016
15017 2001-11-14 [paul]       0.6.5claws13
15018
15019         * merge with SYNC-B4-REL and sync with sylpheed 0.6.5cvs5
15020                 see ChangeLog entries 2001-11-08 to 2001-11-14
15021
15022 2001-11-14 [hoa] 0.6.5claws12
15023
15024         * src/compose.[ch]
15025         * src/mainwindow.c
15026         * src/summaryview.c
15027                 add "bounce mail" option
15028
15029 2001-11-13 [christoph]  0.6.5claws11
15030
15031         * src/compose.c
15032                 Cleanup a mess i add before commiting
15033
15034 2001-11-13 [hoa]        0.6.5claws10
15035
15036         * src/compose.c
15037                 some fixes when mail are sent or
15038                 for crossposts
15039
15040 2001-11-13 [christoph]  0.6.5claws9
15041
15042         * po/de.po
15043                 Changed two string with the same translation
15044         * src/compose.c
15045         * src/procmsg.[ch]
15046         * src/send.[ch]
15047                 New mailsending process:
15048                   - Always queue message before sending
15049                     (message will be saved if sylpheed crashed or
15050                      freezes while sending)
15051                   - Allow queuing of newspostings
15052                   - No copy in outbox before sending
15053                     (closes bug #469501)
15054                   - No more redundant code for send and send_later
15055         * src/summaryview.c
15056                 Applied wwp <subscript@free.fr>'s patch that fixes
15057                 marks for multiple forwarded messages (+compose.c)
15058
15059 2001-11-12 [alfons]
15060
15061         * README.claws
15062                 remove things that are now in main branch
15063         
15064         * po/nl.po
15065                 update Dutch translation
15066
15067 2001-11-12 [mhadasht]   0.6.5.claws8
15068
15069         * src/prefs_common.c
15070                 re-enabled account autoselection feature for forward
15071                 and reedit lost during the branch point for SYNC-B4-REL
15072         * src/gtkspell.c
15073                 gtkpspell_get_dict(): more readable code (even if function is
15074                 not used yet)
15075         * ChangeLog.claws
15076                 added version number info to 2001-11-12 [hiro] comment.
15077
15078 2001-11-12 [hiro]       0.6.5.claws7
15079
15080         * src/compose.c
15081                 compose_forward(): fixed a bug that forward quote mark
15082                 wasn't used.
15083                 removed unnecessary code.
15084         * src/template_select.[ch]: removed.
15085
15086 2001-11-11 [alfons]
15087
15088         * src/compose.c
15089                 :%s/GTK_TEXT/GTK_STEXT/g
15090         
15091         * src/compose.[ch]
15092         * src/undo.[ch]
15093         * src/Makefile.am
15094                 revert the undo stuff (this is 0.6.6claws stuff)
15095
15096 2001-11-11 [hoa]        0.6.5.claws6
15097
15098         * src/compose.[ch]
15099                 Insert signature at the end of the text.
15100                 Added undo patch but currently disabled
15101
15102         * src/procmsg.c
15103                 Threading by subject improved.
15104
15105         * added src/undo.[ch]
15106                 Undo module for compose dialog box.
15107
15108 2001-11-11 [alfons]     0.6.5.claws5
15109
15110         * src/procmsg.c
15111                 prevent threading by subject on nodes that have already been
15112                 threaded by in-reply-to (as in "circular references in a tree
15113                 result in a dead branch")
15114
15115 2001-11-09 [hoa]        0.6.5.claws4
15116         
15117         * src/folderview.c
15118                 allows creation of mbox folder item from any files.
15119
15120 2001-11-09 [alfons]     0.6.5.claws3
15121         
15122         * src/utils.c
15123         * src/procmsg.c
15124                 do what I mean and correct threading by subject so it really
15125                 ignores attracting lines without "Re: "
15126
15127 2001-11-07 [alfons]     0.6.5.claws2
15128
15129         * src/procmsg.c
15130         * src/utils.[ch]
15131                 only attract by subject if a subject line starts with a "Re: "
15132         * src/syldap.c
15133                 remove warning
15134
15135 2001-11-07 [paul]       0.6.5claws1
15136
15137         * sync with sylpheed 0.6.5. release
15138                 see ChangeLog entry 2001-11-07
15139
15140 2001-11-07 [paul]       0.6.4claws31
15141
15142         * sync with sylpheed 0.6.4cvs18
15143                 see ChangeLog entries 2001-10-30 to 2001-11-07
15144                 prefs_templates.[ch] renamed prefs_template.[ch]
15145
15146 2001-11-06 [alfons]
15147         
15148         * src/utils.h
15149                 add semicolon Hoa forgot ;-)
15150                 
15151
15152 2001-11-06 [hoa]        0.6.4claws30
15153         
15154         * src/procmsg.c
15155         * src/summaryview.c
15156         * src/utils.c
15157         * src/utils.h
15158                 threading by subject - empty subject are ignored
15159
15160 2001-11-06 [christoph]  0.6.4claws29
15161
15162         * src/socket.c
15163                 use SSL_peek for sock_gets
15164         * src/utils.c
15165                 removed unneeded pointer in extracting quoted
15166                 names implementation
15167
15168 2001-11-06 [melvin]     0.6.4claws28
15169
15170         * src/gtkspell.c
15171                 fixed bug #476792 Selection overtyping with spell checker
15172                 fixed bug which could cause a buffer overflow
15173                 fixed a memory leak
15174
15175 2001-11-06 [hoa]        0.6.4claws27
15176         
15177         * src/procmsg.c
15178         * src/summaryview.c
15179                 threading by subject
15180
15181 2001-11-05 [alfons]     0.6.4claws26
15182         
15183         * README.claws
15184                 Claws -> Sylpheed (vice versa)
15185
15186         * src/compose.c
15187                 :%s/gtk_text/gtk_stext/g
15188                 :%s/GTK_TEXT/GTK_STEXT/g
15189                 (thanks to Jonathan Ware for spotting this)
15190
15191 2001-11-04 [christoph]  0.6.4claws25
15192
15193         * src/summaryview.c
15194                 replace Xalloca + strdup with Xstrdup_a
15195         * src/utils.c
15196                 better implementation of extracting quoted names
15197                 from addresses (remove backlashes and ignore
15198                 quotes after them)
15199
15200 2001-11-04 [alfons]     0.6.4claws24
15201
15202         * src/utils.[ch]
15203                 edit to comply more with coding style
15204
15205         * src/textview.c
15206                 fix bug reported by Kim Schulz. introduced by the patch integrated
15207                 in 0.6.4claws15. the code did not check the return value of
15208                 the html parser.
15209
15210         * AUTHORS
15211                 add Jonathan Ware and close "[ #475955 ] Enhanced Mailto Patch"
15212
15213 2001-11-04 [christoph]  0.6.4claws23
15214
15215         * src/main.c
15216         * src/prefs_common.[ch]
15217                 init some pointers that possibly caused a segfault
15218                 reported in the claws-users ML
15219
15220 2001-11-04 [hoa]        0.6.4claws22
15221
15222         * src/grouplistdialog.c
15223                 change the names of the nodes in the tree
15224
15225         * src/compose.c
15226                 enhanced mailto syntax as described in
15227                 http://developer.netscape.com/viewsource/husted_mailto/mailto.html
15228                 (thanks to Jonathan Ware <jonathan_ware@gmx.co.uk>)
15229
15230         * src/utils.c
15231                 encode and decode URI (useful when opening URL into
15232                 netscape).
15233
15234 2001-11-03 [hoa]        0.6.4claws21
15235
15236         * src/grouplistdialog.c
15237                 a new newsgroups list selection dialog box
15238                 with a CTree instead of a CList
15239
15240 2001-11-03 [hoa]        0.6.4claws20
15241
15242         * src/folderview.c
15243                 enable property and scoring options when right
15244                 click on "inbox"
15245
15246         * src/summaryview.c
15247                 fixed bug when nickname were displayed using
15248                 the address book.
15249
15250 2001-11-02 [darko]      0.6.4claws19
15251
15252         * src/compose.c
15253                 new wrap quotation and URL/long words wrapping implementation
15254         * src/compose.c src/gtkstext.[ch]
15255                 move gtkstext_strncmp() to gtkstext.c
15256
15257 2001-11-01 [christoph]  0.6.4claws18
15258
15259         * src/prefs_account.c
15260                 fixed mess in account settings dialog
15261         * src/prefs_folder_item.c
15262                 added label with folder path to dialog
15263
15264 2001-10-31 [match]      0.6.4claws17
15265
15266         * src/vcard.c
15267                 fix memory leak.
15268         * src/addrbook.c
15269                 fix generation of spurious address book file names.
15270                 remove redundant functions.
15271         * po/POTFILES.in
15272                 added missing file names.
15273
15274 2001-10-30 [paul]       0.6.4claws16
15275
15276         * sync with sylpheed 0.6.4cvs6
15277                 see ChangeLog entries 2001-10-26 to 2001-10-30
15278
15279         * tools/filter_conv.pl
15280                 read folderlist.xml to discover whether the top-level
15281                 folder is called 'Mailbox' or 'Mail' 
15282
15283 2001-10-29 [paul]       0.6.4claws15
15284
15285         * src/html.c, src/textview.c
15286                 activate links in html mail and fix clickable parts
15287                 Submitted by Matthieu Dazy <dazy@t-surf.com>
15288
15289 2001-10-29 [paul]
15290
15291         * po/de.po, po/es.po, po/pt_BR/po
15292                 updated translations, submitted by Jens Oberender,
15293                 Ricardo Mones Lastra, and Fabio Junior Beneditto
15294
15295 2001-10-29 [darko]      0.6.4claws14
15296
15297         * src/compose.c
15298                 fix wrapping for good
15299
15300 2001-10-29 [darko]
15301
15302         * src/compose.c
15303                 undo previous change as it broke the smart wrapping
15304
15305 2001-10-29 [darko]      0.6.4claws13
15306
15307         * src/compose.c
15308                 fix infinite loop when long URL is quoted
15309                 (closes bug #475122.
15310
15311 2001-10-28 [match]
15312
15313         * src/mutt.[ch] src/importmutt.[ch] src/mgutils.[ch] src/addressbook.c src/Makefile.am
15314                 import Mutt address book
15315         * src/ldif.[ch] src/importldif.h
15316                 modified import LDIF handle user attributes
15317
15318 2001-10-28 [christoph]  0.6.4claws12
15319
15320         * src/summaryview.c
15321                 fixed that filtering did not work if there
15322                 were no filter rules
15323                 (closes bug #472003 and better implementation
15324                  of patch #474644)
15325
15326 2001-10-27 [christoph]  0.6.4claws11
15327
15328         * src/compose.c
15329                 make the folder's default account to be used when
15330                 replying. (patch by wwp <subscript@free.fr>)
15331         * src/compose.c
15332                 code cleanup, nearly killed all of wwp's patch
15333                 for folder's default account in compose
15334         * src/folderview.c
15335                 error panel when a folder could not be created
15336                 (closes bug #471080 new folder name & already
15337                  existing file)
15338
15339 2001-10-26 [alfons]
15340
15341         * src/utils.h
15342                 change prototype of strstr2() that Christoph forgot about
15343
15344 2001-10-26 [christoph]  0.6.4claws10
15345
15346         * src/account.c
15347                 made search for accounts by email address not case
15348                 sensitive
15349         * src/folder.c
15350                 fixed memory leak in folder_item_get_identifier
15351         * src/gtkspell.c
15352         * src/utils.c
15353                 fixed wrong strstr2 (should work like strstr)
15354
15355 2001-10-26 [darko]      0.6.4claws9
15356
15357         * src/compose.c src/gtkstext.[ch]
15358         * src/gtkstext.c
15359                 move is_url_string() and gtkstext_str_strcmp() to gtkstext.c
15360
15361 2001-10-26 [paul]       0.6.4claws8
15362
15363         * src/html.c
15364                 ignore css and javascript tags in html mail
15365                 case-insensitive, with or without double-quoted
15366                 strings
15367
15368 2001-10-26 [paul]       0.6.4claws7
15369
15370         * sync with sylpheed 0.6.4cvs1
15371                 see ChangeLog entry 2001-10-26
15372
15373         * src/prefs_account.c, src/prefs_common.c,
15374           src/prefs_summary_column.c
15375                 minor improvements to the English
15376
15377 2001-10-25 [alfons]     0.6.4claws6
15378
15379         * src/gtkstext.c
15380         
15381                 make GtkSText follow style of GtkText (closes bug 
15382                 #469211 "text selection while writing message")
15383                 
15384                 do sync with GTK 1.2.10
15385
15386 2001-10-25 [paul]       0.6.4claws5
15387
15388         * src/html.c
15389                 ignore css tags in html mail
15390
15391 2001-10-25 [darko]      0.6.4claws4
15392
15393         * src/compose.c
15394                 don't declare is_url_string as static function since
15395                 we need it in gtkstext.c
15396         * src/gtkstext.c
15397                 remove unused variable
15398                 don't wrap long URLs while composing a message
15399
15400 2001-10-24 [christoph]  0.6.4claws3
15401
15402         * src/socket.c
15403                 fix ssl deadlock, when peer closes connection
15404
15405 2001-10-24 [paul]       0.6.4claws2
15406
15407         * src/prefs_common.c
15408                 gettextize the gpg ascii-armored warning message
15409
15410         * src/compose.c
15411                 insert a DOS/MAC file into the composed message
15412                 (improvements)
15413
15414         * Both submitted by Thierry Godefroy <godefroy@imaginet.fr>
15415
15416 2001-10-22 [paul]       0.6.4claws1
15417
15418         * sync with sylpheed 0.6.4 release
15419                 see ChangeLog entries 2001-10-21
15420
15421         * po/fr.po, po/pt_BR.po
15422                 updated by Melvin Hadasht and Fabio Junior Beneditto
15423
15424 2001-10-21 [paul]       0.6.3claws30
15425
15426         * src/compose.c
15427                 insert a DOS text file from the compose window
15428                 into the composed message text (removes CRs characters)
15429                 Submitted by Thierry Godefroy <godefroy@imaginet.fr>
15430
15431         * tools/filter_conv.pl, tools/README
15432                 automatically use ~/.sylpheed as working directory
15433                 print out confirmation message on completion
15434
15435         * correct Hoa's last ChangeLog.claws entry
15436
15437 2001-10-20 [hoa]        0.6.3claws29
15438
15439         * src/grouplistdialog.c
15440                 bugfix (another ?) to give the right
15441                 newsgroups list for each news server.
15442
15443         * src/news.c
15444         * src/news.h
15445                 improve the newsgroups list cache
15446
15447 2001-10-20 [paul]       0.6.3claws28
15448
15449         * sync with sylpheed 0.6.3cvs9
15450                 see ChangeLog entry 2001-10-19
15451
15452         * correct Alfons' last ChangeLog.claws entry
15453
15454 2001-10-19 [alfons]
15455
15456         * src/pgptext.[ch]
15457                 fix compilation problems (part of bug #472895)
15458
15459 2001-10-18 [hoa]        0.6.3claws27
15460
15461         * src/grouplistdialog.c
15462                 bugfix when we refresh was clicked (bug 472701)
15463
15464 2001-10-19 [christoph]  0.6.3claws26
15465
15466         * src/compose.c
15467                 last header entry should default to "To:" or
15468                 "Newsgroups:" and not copy the last entry line
15469                 in a new compose window
15470                 (closes bug #472686, #470792)
15471
15472 2001-10-19 [paul]       0.6.3claws25
15473
15474         * sync with Sylpheed 0.6.3cvs8
15475                 see ChangeLog entries 2001-10-18 and 2001-10-19
15476
15477 2001-10-18 [christoph]  0.6.3claws24
15478
15479         * src/procmsg.c
15480                 reimplement ignore thread
15481         
15482 2001-10-18 [hoa]        0.6.3claws23
15483
15484         * src/folderview.c
15485         * src/grouplistdialog.[ch]
15486                 enhanced news subscription interface (feature 469113)
15487
15488         * src/news.c
15489         * src/news.h
15490                 enchanced newsgroup listing,
15491                 now, we can get groups informations
15492                 (NNTPGroupInfo)
15493
15494 2001-10-18 [paul]       0.6.3claws22
15495
15496         * src/summaryview.c
15497                 remove comment (sync with main branch)
15498         * src/mainwindow.c
15499                 fix 'Re-edit' bug in 'Message' menu
15500
15501 2001-10-17 [christoph]  0.6.3claws21
15502
15503         * src/compose.c
15504                 ignore empty or whitespace only header lines
15505
15506 2001-10-17 [paul]       0.6.3claws20
15507
15508         * sync with sylpheed 0.6.3cvs7
15509                 see ChangeLog entries 2001-10-14, 2001-10-16, and
15510                 2001-10-17
15511
15512 2001-10-17 [darko]
15513
15514         * src/compose.c
15515                 wrap long lines without spaces
15516                 don't wrap URLs
15517
15518 2001-10-16 [paul]
15519
15520         * po/es.po, po/nl.po, po/pt_BR.po
15521                 updated by Ricardo Mones Lastra, Alfons,
15522                 and Fabio Junior Beneditto
15523
15524         * sylpheed-0.6.3claws released
15525
15526 2001-10-15 [melvin] 0.6.3claws18
15527
15528         * README.claws
15529                 added summary and detailed installation instructions
15530                 for spell checker
15531         * po/fr.po
15532                 Updated, corrected and completed french translation
15533
15534 2001-10-15 [hoa] 0.6.3claws17
15535         * src/grouplistdialog.c
15536                 we can choose the newsgroups to display with wildcards
15537
15538 2001-10-15 [christoph]  0.6.3claws16
15539
15540         * src/account.c
15541         * src/compose.c
15542         * src/prefs_folder_item.[ch]
15543                 applied wwp <subscript@free.fr>'s folder
15544                 default account patch
15545         * po/de.po
15546                 Fixed wrong translation
15547
15548 2001-10-13 [alfons, christoph, melvin]  
15549                         0.6.3claws15
15550
15551         solution #2 to solve MT-safety problems defers all GUI related calls
15552         to the main thread using a gtk_idle_add() callback. discussed on
15553         ircnet #sylpheed, with christoph spotting some issues with the
15554         original code, and melvin allowing us to lobotomize his sylpheed.
15555
15556         * src/syldap.[ch], src/main.c
15557                 fix race problem in ldap search thread by deferring GUI 
15558                 stuff to main thread using gtk_idle_add()
15559
15560 2001-10-13 [paul]       0.6.3claws14
15561
15562         * src/prefs_account.[ch], src/send.c, src/smtp.[ch]
15563                 add Sergey's smtpcred.patch
15564                 adds separate username/password setting for SMTP Auth
15565                 needed by some servers
15566                 (closes feature request #471659)
15567
15568 2001-10-13 [paul]       0.6.3claws13
15569
15570         * src/pgptext.[ch] **NEW FILES**
15571         * src/Makefile.am, src/messageview.c, src/mimeview.c
15572                 decrypt ascii-armored gpg text embedded in
15573                 the message body.
15574                 Submitted by Jens Jahnke <jan0sch@gmx.net>
15575
15576 2001-10-13 [christoph]  0.6.3claws12
15577
15578         * README.claws
15579                 some more details on default to and
15580                 feature requests
15581         * src/main.c
15582                 init glib threading when ldap is used
15583         * src/syldap.c
15584                 threading fixes
15585         * po/de.po
15586                 fixed a typo
15587
15588 2001-10-12 [paul]       0.6.3claws11
15589
15590         * src/prefs_common.[ch], src/rfc2015.c
15591                 enable ascii-armored gpg text to be embedded in the
15592                 message body, selectable through the 'Privacy'
15593                 preferences. Supports encrypting only.
15594                 Submitted by Ravemax <ravemax@dextrose.com>
15595
15596 2001-10-12 [paul]       0.6.3claws10
15597
15598         * sync with sylpheed 0.6.3cvs6
15599                 see ChangeLog entries 2001-10-11 and 2001-11-12
15600
15601         * src/folderview.c
15602                 incorporated mbox folders, scoring, and folder
15603                 properties into the sync
15604
15605 2001-10-12 [darko]      0.6.3claws9
15606
15607         * README.claws
15608                 describe quotation wrapping
15609         * src/compose.c
15610                 don't treat tab as space to calculate line length properly
15611
15612 2001-10-11 [alfons]
15613
15614         * README.claws
15615                 correct description of how to make new filtering system work,
15616                 add some other things
15617                 
15618         * src/syldap.c
15619                 remove sched_yield() (not necessary / unportable)
15620
15621 2001-10-11 [paul]       0.6.3claws8
15622
15623         * sync with sylpheed 0.6.3cvs3
15624                 see ChangeLog entry 2001-10-10
15625
15626 2001-10-10 [christoph]  0.6.3claws7
15627
15628         * .cvsignore
15629                 ignore 2 files created by newer autotools
15630         * src/prefs_folder_item.c
15631                 using table for widget alignment
15632                 fixed memory leak and broken octal display
15633         * src/filesel.c
15634                 fixed segfault caused by lost filename
15635                 workaround (closes bug #469551)
15636
15637 2001-10-10 [paul]       0.6.3claws6
15638
15639         * sync with sylpheed 0.6.3cvs2
15640                 see ChangeLog entries 2001-10-09 and 2001-10-10
15641
15642 2001-10-10 [darko]      0.6.3.claws5
15643
15644         * src/gtkstext.c
15645                 proper calculation of right margin if smart wrapping is enabled
15646         * src/compose.c
15647                 automatically wrap long lines if wrap quotation is enabled
15648
15649 2001-10-09 [alfons]     0.6.3.claws4
15650
15651         * src/summaryview.c
15652                 select correct row when deleting last row in the summary view (and
15653                 close bug "[ #469104 ] select second last in list when deleting")
15654
15655 2001-10-09 [paul]       0.6.3claws3
15656
15657         * sync with sylpheed 0.6.3cvs1
15658                 updated some autotool scripts
15659
15660 2001-10-09 [darko]      0.6.3claws2
15661
15662         * src/gtkstext.[ch]
15663                 new name and mark with Sylpheed comment
15664         * src/compose.c
15665                 smart quotation wrapping a-la VIM
15666
15667 2001-10-08 [paul]       0.6.3claws1
15668
15669         * sync with sylpheed 0.6.3 release
15670                 see ChangeLog entry 2001-10-08
15671
15672 2001-10-08 [paul]       0.6.2claws24
15673
15674         * src/summaryview.c
15675                 more sync with sylpheed 0.6.2cvs12
15676                 Fixed the bug that didn't select the last row correctly
15677
15678
15679 2001-10-07 [paul]       0.6.2claws23
15680
15681         * sync with sylpheed 0.6.2cvs12
15682                 see ChangeLog entry 2001-10-07
15683
15684 2001-10-06 [match]
15685         * src/jpilot.[ch]
15686                 enable jpilot to read unsynch'ed addresses.
15687
15688         * src/editldap_basedn.c
15689                 fix segfault when opening dialog.
15690
15691 2001-10-06 [alfons]     0.6.2.claws22
15692
15693         * src/summaryview.c
15694                 fix bug with summary view selecting last *inserted*
15695                 node instead of last *visible* node. remember we
15696                 work with a tree
15697
15698 2001-10-06 [paul]       0.6.2claws21
15699
15700         * po/pt_BR.po
15701                 updated translation, contains some fixes and new
15702                 translations, submitted by Gustavo Noronha Silva
15703                 <kov@debian.org>
15704
15705         * src/prefs_common.c
15706                 change 'each' to 'every' - fix dubious English
15707
15708         * sync with sylpheed 0.6.2cvs11
15709
15710 2001-10-05 [alfons]     0.6.2claws20
15711
15712         * src/mainwindow.[ch], src/folderview.c
15713                 make composite tool button switch between "Compose News"
15714                 and "Compose Mail" depending on selected folder
15715                 (nifty idea by Kim Schulz <kim@schulz.dk>)
15716
15717 2001-10-05 [paul]       0.6.2claws19
15718
15719         * src/mainwindow.c, src/summaryview.c
15720                 fix 'Message/Reply to all', broken in last commit
15721
15722         * src/compose.c
15723                 fix X_BEENTHERE seg fault, thanks to Alfons
15724
15725 2001-10-04 [paul]       0.6.2claws18
15726
15727         * src/compose.[ch], src/mainwindow.c
15728                 make "Message/Reply" reply to mailing lists; matches
15729                 'X-Mailing-list:' and 'X-BeenThere:' ML headers.
15730                 based on portions of the patch submitted by
15731                 Junichi Uekawa <dancer@netfort.gr.jp>
15732
15733 2001-10-04 [darko]      0.6.2claws17
15734
15735         * src/compose.c
15736                 better smart wrapping
15737         * src/gtkstext.[hc]
15738                 a function to make text buffer contiguous
15739
15740 2001-10-03 [paul]       0.6.2claws16
15741
15742         * sync with sylpheed 0.6.2cvs10
15743
15744 2001-10-02 [alfons]
15745
15746         * configure.in
15747         * po/zh_CN.GB2312.po, po/zh_TW.Big5.po
15748                 close bug "[ #466566 ] compile error on mdk 8.0" by removing
15749                 references to chinese translations (hope someone picks up
15750                 this)
15751
15752 2001-10-02 [christoph]  0.6.2claws15
15753
15754         * src/compose.c
15755                 fixed non translated header bug
15756         * ChangeLog.claws
15757                 fixed wrong date in alfons last entry ;)
15758
15759 2001-10-02 [alfons]     0.6.2claws14
15760
15761         * src/compose.c, src/prefs_common.[ch]
15762                 add block cursor option
15763
15764 2001-10-02 [paul]       0.6.2claws13
15765
15766         * sync with sylpheed 0.6.2cvs9
15767
15768 2001-09-30 [paul]       0.6.2claws12
15769
15770         * po/de.po, po/es.po, po/fr.po, po/nl.po, po/pt_BR.po
15771                 updated translations
15772
15773         * po/POTFILES.in
15774                 add 'src/importldif.c'
15775
15776         * AUTHORS, tools/README, tools/eud2gc.py, tools/Makefile.am
15777                 added eudora-to-vCard conversion tool
15778                 submitted by Jeroen Versteeg <j.m.versteeg@student.utwente.nl>
15779
15780         * sync with sylpheed 0.6.2cvs8
15781
15782 2001-09-30 [paul]
15783
15784         * sylpheed-0.6.2claws released
15785
15786 2001-09-27 [melvin]     0.6.2claws11
15787
15788         * src/gtkspell.c
15789                 fixed crash when using default path (introduced 
15790                 in 0.6.2claws10)
15791                 fixed tiny bug for initial suggestion mode
15792
15793 2001-09-27 [melvin]     0.6.2claws10
15794         
15795         * src/gtkspell.c
15796                 fixed bug where gtkpspell didn't set the path correctly
15797
15798         * README.claws
15799                 added a paragraph about spell checking
15800                 
15801
15802
15803 2001-09-27 [paul]       0.6.2claws9
15804
15805         * src/addrbook.c, src/addrcache.c, src/addritem.c, src/jpilot.c
15806                 replace '// comments' with '/* comments */' to prevent
15807                 some compiler warnings 
15808
15809         * sync with sylpheed 0.6.2cvs6
15810
15811 2001-09-26 [alfons]     0.6.2claws8
15812
15813         * src/messageview.c
15814                 introduce return receipt request notification again,
15815                 which was lost because of other semantics in 
15816                 procheader_parse() (???)
15817
15818 2001-09-26 [christoph]  0.6.2claws7
15819
15820         * src/compose.c
15821                 replace comments for old code with #if 0
15822                 readded auto cc, bcc and reply-to
15823         * src/prefs_matcher.c
15824         * src/prefs_scoring.c
15825                 removed some definition (was moved to
15826                 prefs.h)
15827
15828 2001-09-26 [paul]       0.6.2claws6
15829
15830         * src/mainwindow.c
15831                 make 'Follow-up and reply to' sensitive
15832
15833         * more sync with sylpheed 0.6.2cvs5
15834
15835 2001-09-25 [melvin]
15836
15837         * 0.6.2claws5
15838
15839         * src/gtkspell.c
15840                 fixed bug for "US-ASCII" introduced by the encoding code
15841
15842 2001-09-25 [paul]
15843
15844         * 0.6.2claws4
15845
15846         * src/prefs_common.[ch], src/summaryview.c
15847                 'next unread msg' 'go to next folder?' dialog can be
15848                 given default behaviour, either always show dialog,
15849                 or assume 'yes', or assume 'no'
15850                 Submitted by wwp <subscript@free.fr>
15851
15852 2001-09-25 [melvin]
15853                 
15854         * src/compose.c src/gtkspell.[ch]
15855                 added support for different encodings
15856
15857 2001-09-25 [paul]
15858
15859         * more sync with sylpheed 0.6.2cvs5
15860
15861 2001-09-24 [alfons]
15862         
15863         * src/prefs_folder_item.c
15864                 add check for item->prefs->default_to string is NULL and
15865                 add another check when freeing this string
15866
15867 2001-09-24 [paul]
15868
15869         * configure.in
15870                 change to version 0.6.2claws3
15871
15872         * sync with sylpheed 0.6.2cvs5 
15873
15874 2001-09-24 [match]
15875         * src/ldif.[ch], src/importldif.[ch], addressbook.c
15876                 import LDIF files.
15877         * src/addrcache.[ch], addrindex.[ch]
15878                 small update for future
15879         * src/addrbook.c
15880                 fix test XML file.
15881
15882 2001-09-24 [melvin]
15883         * src/gtkspell.[ch]
15884                 added 'Learn from mistakes' option
15885                 better handling of quotes in checked words
15886                 sorted dict list
15887         * po/fr.po
15888                 small update for spell checking stuff
15889
15890 2001-09-23 [alfons]
15891         
15892         * src/gtkspell.c
15893                 edit a little bit so it complies more with main coding style
15894
15895 2001-09-23 [alfons]
15896
15897         * src/folder.[ch], prefs_folder_item.c, compose.c
15898                 migrate "request return receipt" folder property
15899                 to folderlist.xml
15900
15901 2001-09-22 [alfons]
15902
15903         * README.claws **NEW**
15904                 (add things of interest for users of main branch 
15905                 and claws here)
15906
15907         * src/folder.[ch], src/mainwindow.c, src/summaryview.c
15908                 re-implement threading per folder option, but store 
15909                 the setting in folderlist.xml (where it belongs)
15910
15911 2001-09-21 [melvin]
15912
15913         * src/gtkspell.[ch]
15914                 fixed bug when compose window is under another window
15915         * src/prefs_common.[ch] src/compose.c
15916                 changed 'dictionary_path' to 'dictionary' to be consistent
15917                 dropped PSPELL_PATH macro (hard coded default to /usr/local/share/pspell)
15918         * ac/pspell.m4 src/Makefile.am 
15919                 dropped PSPELL_PATH macro
15920         * po/fr.po
15921                 updated translations
15922
15923 2001-09-21 [christoph]
15924
15925         * src/compose.c
15926                 added border around header fields
15927                 keep header type when new field is added
15928
15929 2001-09-20 [christoph]
15930
15931         * src/utils.[ch]
15932                 more portable debug_print with source filename
15933                 and linenumber
15934         * src/procmsg.c
15935                 more newlines after debug messages
15936
15937 2001-09-20 [paul]
15938
15939         * configure.in
15940                 change to version 0.6.2claws2
15941
15942         * sync with sylpheed 0.6.2cvs3
15943
15944 2001-09-19 [melvin]
15945
15946         * src/gtkspell.c
15947                 fixed the post-right-click focus pb
15948                 fixed crash when 'Spell check all' after dict change 
15949                         and when cursor is at the end of the text
15950                 shift-right-click pops up config menu even on misspelled words.
15951         * po/POTFILES.in
15952                 added gtkspell.c
15953
15954 2001-09-19 [melvin]
15955
15956         * src/about.c
15957                 added pspell to compiled-in features list
15958
15959 2001-09-18 [melvin]
15960
15961         * switched to pspell and dropped ispell
15962         * ac/pspell.m4
15963                 new file. autoconf macro for pspell
15964         * ac/Makefile.am 
15965         * configure.in acconfig.h
15966                 added pspell support
15967         * src/Makefile.am
15968         * src/main.c src/compose.[ch] src/gtkspell.[ch]
15969         * src/prefs_common.[ch] 
15970                 added pspell support
15971
15972 2001-09-18 [christoph]
15973
15974         * src/addr_compl.c
15975         * src/template.[ch]
15976                 replace LOG_MESSAGE with debug_print
15977         * src/compose.[ch]
15978                 gui improvements
15979         * src/menu.c
15980                 added newline after debug message
15981         * src/utils.h
15982                 using __VA_ARGS__ for debug_print macro
15983         * tools/.cvsignore
15984                 ignore Makefile and Makefile.in
15985
15986 2001-09-18 [paul]
15987
15988         * configure.in
15989                 change to version 0.6.2claws1
15990         * sync with sylpheed 0.6.2cvs1
15991
15992         * src/matcher.c 
15993         * src/prefs_matcher.c
15994                 add 'score equal to' option, submitted by
15995                 Paul Evans <nerd@freeuk.com>
15996
15997 2001-09-15 [christoph]
15998
15999         * src/mainwindow.c
16000                 comment out menu entry not existing in claws
16001         * src/menu.c
16002                 add debug output for non existing menu entries
16003         * src/summaryview.c
16004                 fix next/prev unread message for ignored threads
16005         * src/utils.[ch]
16006                 add sourcefile and line number to debug output
16007                 otherwise it is sometimes hard to find the
16008                 source code part if debug messages are translated
16009
16010 2001-09-14 [darko]
16011         
16012         * src/folderview.c
16013                 refresh target folder style after colour is changed
16014
16015 2001-09-13 [paul]
16016
16017         * configure.in
16018                 change to version 0.6.1claws3
16019
16020         * sync with sylpheed 0.6.1cvs6
16021
16022 2001-09-13 [darko]
16023         
16024         * src/folderview.c
16025                 fix target folder colourization to use user selected colour
16026
16027 2001-09-12 [darko]
16028         
16029         * src/summaryview.c
16030                 fix crash when message that is marked for copy/move is unmarked
16031
16032 2001-09-09 [paul]
16033
16034         * configure.in
16035                 change to version 0.6.1claws2
16036
16037         * sync with sylpheed 0.6.1cvs3
16038
16039 2001-09-09 [alfons]
16040         
16041         * src/folderview.c
16042                 fix bug with default font used for trash folder text
16043
16044 2001-09-06 [paul]
16045
16046         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
16047                 updated translations
16048
16049         * configure.in
16050                 change to version 0.6.1claws1
16051
16052         * sync with sylpheed 0.6.1cvs2
16053
16054 2001-09-03 [paul]
16055
16056         * po/POTFILES.in
16057                 add Match's new addressbook
16058
16059         * po/de.po
16060                 updated translation submitted by Jens Oberender
16061
16062 2001-09-02 [paul]
16063
16064         * configure.in
16065                 change to 0.6.1claws
16066         * sync with sylpheed 0.6.1 release
16067
16068 2001-09-02 [paul]
16069
16070         * configure.in
16071                 change to 0.6.0claws2
16072
16073         * sync with sylpheed 0.6.0cvs4
16074
16075         * po/pt_BR.po
16076                 updated translation submitted by Fabio Junior Beneditto
16077
16078 2001-09-01 [match]
16079         * pixmaps/
16080                 interface.xpm
16081                 book.xpm
16082                 address.xpm
16083         * src/
16084                 Makefile.am
16085                 a ton of new files
16086
16087 2001-08-31 [paul]
16088
16089         * configure.in
16090                 change to version 0.6.0claws1
16091
16092         * sync with sylpheed 0.6.0cvs1
16093
16094         * po/es.po
16095                 updated translation submitted by Ricardo Mones Lastra
16096
16097         * po/POTFILES.in
16098                 add 'src/prefs_templates.c'
16099
16100         * src/compose.c, src/summaryview.c
16101                 fix segfault on 'Re_edit'               
16102
16103 2001-08-30 [alfons]
16104
16105         * configure.in, Makefile.am
16106         * tools/Makefile.am
16107                 add tools directory to source distribution
16108
16109 2001-08-30 [paul]
16110
16111         * configure.in
16112                 change to version 0.6.0claws
16113
16114         * sync with sylpheed 0.6.0 release
16115
16116 2001-08-30 [christoph]
16117
16118         * configure.in
16119                 removed autoconf version check
16120
16121 2001-08-30 [paul]
16122
16123         * src/account.c, src/compose.c, src/prefs_common.[ch]
16124         * src/procheader.[ch] src/utils.[ch]
16125                 Enhanced automatic account selection on replies
16126                 Submitted by Melvin Hadasht <melvin.hadasht@free.fr>
16127
16128         * configure.in
16129                 add LDAP and JPilot to the configuration results output.
16130
16131 2001-08-29 [christoph]
16132
16133         * src/summeryview.c
16134                 no bold font for ignored threads
16135
16136 2001-08-29 [paul]
16137
16138         * configure.in
16139                 change to version 0.5.3claws6
16140
16141         * sync with sylpheed 0.5.3cvs10
16142                 src/stringtable.[ch]: New Files
16143
16144         * src/compose.c, src/gtkutils.c, src/gtkutils.h, src/mainwindow.c
16145         * src/pixmaps/sylpheed.xpm
16146                 add mini-icons to windows (by Alfons)
16147
16148 2001-08-27 [paul]
16149
16150         * src/mainwindow.c
16151                 new functions: next_labeled_cb(), prev_labeled_cb()
16152
16153         * src/summaryview.c
16154                 new functions: summary_find_next_labeled_msg(), summary_find_prev_labeled_msg(),
16155                 summary_select_next_labeled(), summary_select_prev_labeled()
16156
16157         * src/pixmaps/dir-close.xpm, src/pixmaps/dir-open.xpm, src/pixmaps/trash.xpm
16158                 give claws blue folders and a blue trash can
16159
16160 2001-08-27 [paul]
16161
16162         * configure.in
16163                 change to version 0.5.3claws5
16164
16165         * sync with sylpheed 0.5.3cvs9
16166                 src/labelcolors.[ch] renamed to src/colorlabel.[ch] 
16167
16168 2001-08-24 [christoph]
16169
16170         * src/filesel.c
16171                 keep filename when browsing directories
16172                 (not working for user entered filename, but
16173                  for default name and selected filename from
16174                  file list)
16175         * src/mainwindow.c
16176                 fixed wrong spelling "Folllow-up"
16177         * src/mbox_folder.c
16178         * src/procmsg.c
16179         * src/summaryview.c
16180                 fixed new/unread message count with ignored
16181                 threads (2 commits, first didn't notice no
16182                 longer needed decreasing)
16183         * src/inc.c
16184                 readded scrolling of progress dialog
16185                 (lost in sync)
16186
16187 2001-08-24 [paul]
16188
16189         * configure.in
16190                 change to 0.5.3claws4
16191
16192         * sync with sylpheed 0.5.3cvs7
16193
16194 2001-08-24 [christoph]
16195
16196         * src/compose.c
16197                 set request return receipt when replying
16198                 if it is set is the folder prefs of the
16199                 message
16200         * src/inc.c
16201                 disable final error popup if popups are
16202                 disabled in config (again)
16203
16204 2001-08-23 [paul]
16205
16206         * configure.in
16207                 Change version number to 0.5.3claws3
16208
16209         * sync with sylpheed 0.5.3cvs5
16210
16211         * src/mimeview.c
16212                 double quote '%s' in 'gedit %s' to fix bug when
16213                 opening attachment with spaces in the name
16214
16215 2001-08-22 [alte]
16216         * src/Makefile.am, src/compose.[ch], src/defs.h, src/mainwindow.c,
16217           src/prefs_templates.[ch], src/template.[ch], src/template_select.[ch]
16218                 initial message templates support
16219
16220
16221 2001-08-22 [paul]
16222
16223         * configure.in
16224                 change version number to 0.5.3claws2
16225
16226         * sync with sylpheed 0.5.3cvs4
16227
16228         * src/procmsg.h src/summaryview.c
16229                 re-implement (un)ignore thread
16230
16231 2001-08-21 [paul]
16232
16233         * src/summaryview.c
16234                 remove unnecessary code
16235         * src/compose.c
16236                 enable 'dynamic' signatures (submitted by
16237                 Eric Limpens <eric@hscg-internet.nl>)
16238
16239 2001-08-21 [paul]
16240
16241         clean up after sync with sylpheed 0.5.3 release
16242
16243         * src/folderview.c
16244                 fix re-introduced font mess, see Christoph's
16245                 entry 2001-06-24
16246
16247         * src/summaryview.c
16248                 remove prev_msgnum
16249                 use sylpheed's small font instead of
16250                 gtk default font for summary view
16251
16252
16253 2001-08-17 [paul]
16254
16255         * configure.in
16256                 add pl to ALL_LINGUAS - sync with main branch
16257
16258         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
16259                 Updated. Translations by Jens Oberender, Ricardo Mones
16260                 Lastra, Alfons, and Fabio Junior Beneditto respectively.
16261
16262         * po/pl.po  ** NEW FILE **
16263                 sync with the main branch
16264
16265         * src/folderview.c
16266                 fix target folder colorizing and refresh problem
16267
16268
16269 2001-08-17 [christoph]
16270
16271         * src/mainwindow.c
16272                 claws uses 4 colors for target folder coloring.
16273                 arrays were not long enough and destroyed the
16274                 stack causing a segfault.
16275                 target folder colorizing does not work anymore
16276                 for me
16277
16278 2001-08-16 [paul]
16279
16280         * configure.in
16281                 change to version 0.5.3claws1
16282
16283         * src/folder.h, src/folderview.[ch], src/gtkutils.[ch],
16284           src/inc.[ch], src/mainwindow.c, src/pop.c, src/prefs_account.c,
16285           src/prefs_common.[ch], src/summaryview.[ch], src/textview.c, src/utils.c
16286
16287                 sync with sylpheed 0.5.3 release, but keep claws method of
16288                 configuring/saving fonts
16289
16290         * src/addressbook.[ch]
16291                 rename addressbook_add_contact_by_menu() to addressbook_add_submenu()
16292                 in line with a similar change in Hiroyuki's branch
16293
16294         * src/mainwindow.[ch]
16295                 disable main_window_set_thread_option()
16296         * src/prefs_folder_item.c
16297                 comment out &tmps_prefs.enable_thread,
16298         * src/mbox_folder.c, src/procmsg.[ch]
16299                 comment out MSG_IS_IGNORE_THREAD
16300         * src/summaryview.c
16301                 comment out summary_ignore_thread() and summary_unignore_thread()
16302                 comment out MSG_IS_IGNORE_THREAD
16303
16304                 use Hiroyuki's threading instead.
16305
16306
16307
16308 2001-08-15 [paul]
16309
16310         * src/account.c
16311                 use Hiroyuki's 0.5.3 column scheme but also
16312                 include the enable/disable button.
16313         * src/pixmaps/mark.xpm
16314                 add Hiroyuki's amended pixmap
16315
16316 2001-08-13 [christoph]
16317
16318         * src/account.c
16319                 receive at get all column showed wrong state for APOP
16320                 button should only work for POP3 and APOP accounts
16321         * src/prefs_account.c
16322                 added missing preprocessor statement for SSL
16323
16324 2001-08-12 [paul]
16325
16326         * src/account.[ch]
16327                 add 'receive at get all' column and enable/disable
16328                 button.
16329
16330 2001-08-06 [christoph]
16331
16332         * src/account.c
16333                 show usage of SSL in protocol column
16334
16335         * src/imap.c
16336         * src/inc.c
16337                 renamed ssl options
16338
16339         * src/prefs_account.[ch]
16340                 moved ssl options to a new page
16341
16342         * src/send.c
16343         * src/smtp.c
16344         * src/ssl.[ch]
16345                 renamed ssl options
16346                 added support for SMTP STARTTLS command
16347
16348 2001-08-05 [christoph]
16349
16350         * configure.in
16351                 debian autoconf needs version check to find
16352                 correct autoconf version. if the file is
16353                 named configure.in 2.13 is used, which does
16354                 not work with this configure.in script.
16355                 other solution would be to rename the script
16356                 to configure.ac as suggested in the autoconf
16357                 manual.
16358
16359         * src/inc.c
16360                 disable final error popup if popups are
16361                 diabled in config
16362
16363         * src/socket.c
16364                 bugfix in ssl_gets
16365                 fixes IMAP over SSL problem
16366
16367 2001-08-03 [paul]
16368
16369         * configure.in
16370                 change to 0.5.2claws1
16371
16372         * sync with sylpheed 0.5.2cvs1
16373
16374 2001-08-02 [alfons]
16375
16376         * configure.in
16377                 quick fix for ispell detection...
16378
16379 2001-08-01 [paul]
16380
16381         * configure.in
16382                 change to 0.5.1claws4
16383
16384         * sync with sylpheed 0.5.1cvs7
16385
16386 2001-07-31 [alfons]
16387
16388         * src/prefs_common.c, src/prefs_common.h, 
16389           src/gtkspell.c, src/gtkspell.h
16390                 add global spelling checker settings (compose tab) +
16391                 selection of dictionary 
16392           
16393         * configure.in  
16394                 guess valid ispell location
16395
16396 2001-07-31 [paul]
16397
16398         * po/POTFILES.in
16399                 removal of 'src/quote_fmt_parse.c'
16400         * po/de.po
16401                 Updated de.po
16402                 (submitted by Jens Oberender <didge@suse.de>)
16403
16404 2001-07-31 [darko]
16405
16406         * src/folder.[ch]
16407         * src/folderview.[ch]
16408         * src/mainwindow.c
16409         * src/mh.c
16410         * src/prefs_common.[ch]
16411         * src/summaryview.c
16412                 target folder colourization
16413
16414 2001-07-30 [paul]
16415
16416         more sync with Sylpheed 0.5.1cvs6 
16417
16418 2001-07-30 [darko]
16419
16420         * src/mh.c
16421         * src/prefs_folder_item.[hc]
16422         * src/summaryview.c
16423                 shared folders support with a GUI
16424
16425 2001-07-29 [paul]
16426
16427         0.5.1claws3
16428
16429         * sync with Sylpheed 0.5.1cvs6
16430
16431 2001-07-29 [paul]
16432
16433         * po/pt_BR.po
16434                 updated
16435                 (submitted by Fabio Junior Beneditto)
16436
16437 2001-07-28 [paul]
16438
16439         * src/procmime.c
16440         * AUTHORS
16441                 patch to correct bad image mime headers
16442                 (submitted by Don Quijote <dq@searchlores.org>)
16443
16444 2001-07-28 [paul]
16445
16446         * tools/gif2xface.pl   **NEW FILE**
16447         * tools/README
16448                 script to convert file.gif to file.xface for
16449                 use in a custom header.
16450                 (submitted by Ricardo Mones Lastra <mones@aic.uniovi.es>)
16451
16452 2001-07-27 [alfons]
16453         
16454         * configure.in
16455                 change macros for detecting JPilot and LDAP
16456
16457 2001-07-27 [christoph]
16458
16459         * src/filtering.c
16460                 code cleanup (MIN / MAX warning, needed casting)
16461
16462 2001-07-27 [alfons]
16463
16464         * procheader.c
16465                 disallow setting flags when detecting certain headers
16466                 (X-Status, Status, Seen, X-Seen). 
16467         
16468         * sync with Hiroyuki's Sylpheed 0.5.1cvs5
16469
16470 2001-07-27 [christoph]
16471
16472         * src/prefs_filter.c
16473         * src/prefs_filtering.c
16474         * src/prefs_matcher.c
16475         * src/prefs_scoring.c
16476                 scroll list when moving rows up or down
16477
16478         * src/imap.c
16479         * src/imap.h
16480         * src/prefs_account.c
16481         * src/prefs_account.h
16482         * src/send.c
16483                 SMTP over SSL (untested, feedback requested)
16484                 IMAP over SSL
16485
16486         * src/ssl.c
16487                 code cleanup
16488
16489 2001-07-26 [alfons]
16490         
16491         * configure.in, acconfig.h
16492                 define CLAWS (need this for main / claws detection)
16493
16494 2001-07-25 [alfons]
16495
16496         * configure.in
16497                 Sylpheed 0.5.1claws2
16498                 
16499         * sync with Sylpheed 0.5.1cvs4
16500
16501 2001-07-25 [christoph]
16502
16503         * src/scoring.c
16504                 fixed segfault
16505                 item->prefs == NULL (don't know why)
16506
16507 2001-07-25 [alfons]
16508
16509         * configure.in
16510                 Sylpheed 0.5.1claws1
16511
16512         * sync with Sylpheed 0.5.1cvs1-3
16513
16514 2001-07-24 [christoph]
16515
16516         * src/folderview.c
16517         * src/prefs_folder_item.[ch]
16518                 added folderitem preferences dialog with
16519                 default To: and auto request return receipt
16520
16521         * src/compose.[ch]
16522         * src/menu.[ch]
16523                 changes to handle new folderitem preferences
16524
16525         * src/mainwindow.c
16526         * src/summaryview.c
16527                 call compose new mail with current folderitem
16528
16529 2001-07-24 [alfons]
16530
16531         Release Sylpheed 0.5.1claws
16532
16533         * configure.in
16534                 change to release version 0.5.1claws
16535
16536 2001-07-24 [christoph]
16537
16538         * src/summaryview.c
16539                 fixed segfault that happend when the selected
16540                 message was removed while retrieving new messages.
16541
16542         * po/es.po
16543                 updated translation
16544                 (submitted by Ricardo Mones Lastra <mones@trasgu.aic.uniovi.es>)
16545
16546 2001-07-22 [alfons]
16547
16548         add English User Manual for Sylpheed by Paul Kater (paul@nlpagan.net).
16549         this is a work in progress, for more information: http://nlpagan.net/sylman 
16550         
16551         * configure.in, src/mainwindow.c, manual/Makefile.am
16552                 add support for English manual
16553
16554         * AUTHORS
16555                 add authors of user manuals
16556
16557         * manual/en/sylpheed*.html
16558                 add English documentation
16559
16560 2001-07-22 [christoph]
16561
16562         * po/POTFILES.in
16563                 added src/ssl.c
16564         * src/ssl.c
16565                 changed a wrong debug message
16566
16567 2001-07-22 [alfons]
16568
16569         * po/nl.po
16570                 update Dutch translation
16571
16572         * src/prefs_filtering.c, 
16573           src/prefs_matcher.c
16574                 add more translatable strings           
16575
16576 2001-07-21 [alfons]
16577
16578         0.5.0claws7
16579
16580         * configure.in
16581                 change version
16582
16583         * src/inc.c, src/summaryview.[ch]
16584                 prevent update of mark file when filtering has done, by
16585                 using a variable; this affects two functions:
16586                         inc.c::inc_finished()
16587                         summaryview.c::summary_show()
16588
16589 2001-07-20 [alfons]
16590
16591         * src/filtering.[ch], src/prefs_filtering.c, 
16592           src/matcher.[ch]
16593                 add filtering action for label coloring 
16594
16595         * po/POTFILES.in
16596                 add labelcolors.c
16597
16598         * added src/labelcolors.c
16599         * added src/labelcolors.h
16600         * src/Makefile.am, src/summaryview.c
16601                 rearrange label coloring code
16602
16603         * src/procmsg.h
16604                 add more parentheses so label colouring works correctly
16605
16606         * src/filtering.c
16607                 don't really delete message, but move it to Trash
16608
16609         * src/prefs_matcher.c
16610                 add quote options to info dialog
16611
16612 2001-07-20 [christoph]
16613
16614         * src/Makefile.am
16615         * src/inc.c
16616         * src/main.[ch]
16617         * src/socket.h
16618         * src/ssl.[ch] (new)
16619                 moved ssl stuff to a seperate file
16620
16621 2001-07-20 [darko]
16622
16623         * src/summaryview.c
16624                 fix show sender using address book with no e-mail
16625                 address in From: field
16626
16627 2001-07-19 [alfons]
16628
16629         * src/matcher.[ch], src/filtering.c, src/prefs_filtering.c
16630                 fix messy handling of escaping... now at least the
16631                 execute command is useful. escape char is '\', we
16632                 accept \n and \r too. 
16633
16634                 Real life example:
16635                 
16636                 subject match "GIMME YOUR FILTERS" execute "mail -s \"%f don\'t hurt me, please!\" %f < ~/.sylpheed/filteringrc
16637                 subject match "GIMME YOUR FILTERS" execute "mail -s \"mommy, mommy, %f is being mean!\" admin < %F
16638
16639 2001-07-18 [alfons]
16640
16641         0.5.0claws6
16642
16643         * src/summaryview.c
16644                 clean up
16645
16646         * src/matcher.c, src/filtering.[ch], src/inc.c, src/mbox.c,
16647           src/procmsg.[ch]
16648                 revise filtering; currently move, copy, marking have
16649                 been tested. if you like bleeding edge stuff, you
16650                 should definitely go for this version :)
16651
16652         * mark old working stuff as VERSION_0_5_0_CLAWS5        
16653
16654 2001-07-17 [christoph]
16655
16656         * src/utils.c
16657                 timestamp log
16658
16659 2001-07-17 [alfons]
16660
16661         0.5.0claws5
16662
16663         * sync with Hiroyuki's 0.5.0cvs5; this version allows us to put more 
16664           bits in the mark file, without affecting either branch. Lots of
16665           files changed, also in claws branch.
16666
16667           UNTESTED: use of mbox folders
16668
16669         * src/summaryview.c
16670                 added mark all read; however this was a quick hack used for
16671                 cleaning up mess after initial merge with Hiroyuki
16672
16673         * configure.in
16674                 change claws version number back to 0.5.0claws5 to clear up 
16675                 confusion & pretension (recent release was technically 
16676                 0.5.0claws4, so we neatly align with Hiroyuki :-)
16677
16678 2001-07-16 [alfons]
16679
16680         sync with Hiroyuki's 0.5.0cvs4
16681
16682 2001-07-16 [alfons]
16683
16684         0.5.1claws3
16685
16686         * src/filtering.[ch]
16687                 remove invalid updating of mark files for 
16688                 filter actions MATCHING_ACTION_MOVE and 
16689                 MATCHING_ACTION_DELETE; this should fix the
16690                 folder update bug
16691                 
16692         * src/procmsg.c
16693                 revert Christoph's stab at fixing the folder 
16694                 update bug
16695
16696         * po/POTFILES.in
16697                 add missing files with translatable strings
16698
16699         * src/summaryview.c
16700                 remove debug print
16701
16702 2001-07-15 [alfons]
16703
16704         * src/addr_compl.[ch], src/prefs_filtering.c
16705                 make "filtering pref dialog's destination entry" an
16706                 "address completable entry", if filter destination is 
16707                 an email address
16708
16709         0.5.1claws2
16710         
16711         sync with Hiroyuki's 0.5.0cvs2-3
16712
16713 2001-07-15 [christoph]
16714
16715         * src/procmsg.c
16716                 fixed folder stats update after incorporation
16717
16718 2001-07-15 [alfons]
16719
16720         * src/summaryview.c
16721                 * finish label colouring stuff (for now)
16722                 * fix incorrect colour bug (off by one) 
16723
16724 2001-07-14 [alfons]
16725
16726         * src/mainwindow.c
16727                 change text labels for news and mail message so there's
16728                 plenty of toolbar estate left
16729
16730         * configure.in
16731                 0.5.1claws1
16732
16733         * src/folderview.c
16734           src/folder.[ch]
16735                 sync with Hiroyuki's 0.5.0cvs1
16736
16737         * src/summaryview.c
16738                 more rewrite label colouring
16739
16740 2001-07-14 [alfons]
16741
16742         * src/summaryview.[ch]
16743                 * start rewrite label colouring 
16744                 * fix proper location "Add Sender To Addressbook" menu item
16745
16746 2001-07-13
16747
16748         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
16749         (actually this is 0.5.0claws4)
16750
16751 2001-07-13 [alfons]
16752
16753         * po/pt_BR.po
16754                 * fix duplicate message
16755                 * add updated Portugese / Brazilian translation
16756                   submitted by Fabio Junior Beneditto
16757
16758 2001-07-12 [alfons]
16759
16760         * AUTHORS
16761                 add Jens
16762
16763         * po/nl.po
16764                 add updated Dutch translation
16765
16766         * po/de.po
16767                 add updated German translation submitted by Jens
16768
16769 2001-07-11 [alfons]
16770
16771         Prerelease before 0.5.0claws. Please test.
16772         This version is temporarily tagged as VERSION_0_5_0_TEST
16773
16774         * src/matcher.[ch], src/summaryview.c, src/scoring.[ch]
16775           src/prefs_scoring.c, src/prefs_matcher.c, 
16776           src/prefs_filtering.c, src/mbox.c, 
16777           src/main.c, src/inc.c, src/filtering.[ch]
16778                 revert new Hoa's new matcher (does not work yet)
16779
16780         * src/Makefile.am
16781                 clean up
16782
16783 2001-07-10
16784
16785         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
16786
16787
16788 2001-07-10 [alfons]
16789
16790         * Makefile.am
16791                 add ChangeLog.claws to EXTRA_DIST
16792         * src/Makefile.am
16793                 add matcher_parser_parse.h to EXTRA_DIST
16794
16795 2001-07-10 [christoph]
16796
16797         * src/inc.c
16798                 add destination folder to table of
16799                 folders that need to be updated after
16800                 incorporation
16801
16802 2001-07-10 [alfons]
16803
16804         * folder.[ch]
16805           folderview.c
16806                 make collapse state of folders and folder items persistent, i.e.
16807                 if you collapse a folder tree, the next time sylpheed-claws starts 
16808                 up the folder tree remains collapsed.  
16809                 
16810 2001-07-10 [christoph]
16811
16812         * acconfig.h
16813         * configure.in
16814                 added --enable-ssl
16815         * src/md5.[ch]
16816                 renamed MD5_CTX to MD5_CTX_syl
16817                 conflicts with a struct in openssl
16818         * src/inc.c
16819         * src/main.[ch]
16820         * src/prefs_account.[ch]
16821         * src/socket.[ch]
16822                 SSL support for POP
16823         * src/mainwindow.c
16824                 fixed compose with current account
16825                 broken by new compose button stuff
16826
16827 2001-07-09 [hoa]
16828
16829         * AUTHORS
16830                 changed my email address
16831
16832         * src/matcher_parser_parse.y
16833                 clean the parser to remove conflicts
16834
16835 2001-07-09 [alfons]
16836
16837         * AUTHORS
16838                 add Match Grun
16839
16840         * configure.in
16841                 fix incorrect description of --enable-ldap parameter
16842
16843         * src/prefs_common.[ch]
16844           src/compose.c
16845                 add experimental option "smart wrapping" which makes the
16846                 compose editor auto wrap.
16847                 
16848                 | TODO: the problem with the buggy cursor handling is caused |
16849                 | by the GtkText. when deleting / backspacing text its       |
16850                 | wrapping algorithm does not take in account the previous   |
16851                 | line. should find a way to hack this in.                   |
16852                 | or should perhaps combine this with the word wrapping      |
16853                 | patch i wrote in january.                                  |
16854
16855         * src/about.c
16856                 show build parameters for LDAP and JPilot
16857
16858         * src/summaryview.c
16859                 revert Christoph's bugfix for selecting next unread message, 
16860                 because folder stats aren't updated correctly
16861
16862 2001-07-08 [hoa]
16863
16864         * src/filtering.c
16865         * src/mainwindow.c
16866         * src/matcher.c
16867         * src/matcher_parser_lex.l
16868         * src/matcher_parser_parse.y
16869         * src/prefs_filtering.c
16870         * src/prefs_scoring.c
16871         * src/scoring.c
16872                 bugfix of the config file parser
16873
16874 2001-07-08 [alfons]
16875
16876         * src/Makefile.am
16877                 added generated matcher sources to BUILT_SOURCES
16878
16879 2001-07-08 [hoa]
16880
16881         * src/Makefile.am
16882         * src/.cvsignore
16883                 added new config file parser
16884
16885         * src/scoring.[ch]
16886         * src/filtering.[ch]
16887         * src/matcher.[ch]
16888         * src/prefs_filtering.c
16889         * src/prefs_matcher.c
16890         * src/prefs_scoring.c
16891         * added src/matcher_parser.h
16892         * added src/matcher_parser_lex.h
16893         * added src/matcher_parser_lex.l
16894         * added src/matcher_parser_parse.y
16895                 lex & yacc config file parser
16896
16897         * src/mbox.c
16898         * src/inc.c
16899         * src/main.c
16900                 changes prefs_filtering into global_filtering           
16901
16902         * src/summaryview.c
16903                 build threads with subjects only if "Re: " is at the
16904                 beginning of the subject
16905
16906 2001-07-07 [paul]
16907
16908         0.5.0claws
16909
16910         sync with sylpheed 0.5.0
16911                 change of version number only
16912
16913 2001-07-06 [paul]
16914
16915         0.5.0claws5
16916
16917         sync with sylpheed 0.5.0pre5
16918
16919 2001-07-05 [paul]
16920
16921         sync with sylpheed 0.5.0pre4 release
16922                 /po and /manual/ja not sync'ed
16923
16924 2001-07-04 [paul]
16925
16926         more sync with sylpheed 0.5.0pre4
16927
16928 2001-07-03 [christoph]
16929
16930         * src/addressbook.c
16931                 fixed address book broken by address book
16932                 for VCard, JPilot, LDAP
16933
16934 2001-07-03 [alfons]
16935
16936         * src/matcher.c
16937         * src/textview.c
16938                 stopped memory leaks
16939
16940 2001-07-03 [paul]
16941
16942         more sync with sylpheed 0.5.0pre4
16943
16944 2001-07-02 [match]
16945
16946         * included address book patch for VCard, JPilot, LDAP
16947         * pref_common.c - fixed Font options on Display tab (cosmetic)
16948         * alertpanel.c - fixed truncated message
16949
16950 2001-07-02 [christoph]
16951
16952         * src/mbox_folder.c
16953         * src/procmsg.[ch]
16954         * src/summaryview.c
16955                 mark threads for ignoring
16956
16957 2001-07-02 [paul]
16958
16959         0.5.0claws4
16960
16961         * sync with sylpheed 0.5.0pre4
16962                 updated gettext to 0.10.38.
16963
16964 2001-07-01 [paul]
16965
16966         * src/ mainwindow.c
16967         * src/procmsg.h
16968         * src/summaryview.[ch]
16969                 new right-click option: Label.
16970                 substitute for 'Mark-->Mark/Unmark', colours the line.
16971                 (submitted by Satoshi Nagayasu <snaga@snaga.org>)
16972
16973 2001-07-01 [christoph]
16974
16975         * src/folderview.c
16976                 fixed font for trash
16977         * src/summaryview.c
16978                 move ctree to unread message
16979
16980 2001-07-01 [paul]
16981
16982         * sync with sylpheed 0.5.0pre3 release
16983
16984 2001-06-30 [alfons]
16985
16986         * src/filesel.[ch]
16987         * src/compose.c
16988                 allow inserting / attaching multiple files in
16989                 the composer window
16990
16991 2001-06-30 [paul]
16992
16993         * src/codeconv.c
16994                 small change to Alfons' previous stuff so that it
16995                 actually makes
16996
16997 2001-06-30 [alfons]
16998
16999         * lots of files changed; first attempt to merge the changes
17000           and bugfixes submitted by Andre Eibel (ae@baltic-online.de).
17001
17002 2001-06-30 [paul]
17003
17004         * po/pt_BR.po
17005                 updated and completed, translations by Fabio
17006                 Junior Beneditto <fjbeneditto@yahoo.com.br>
17007
17008 2001-06-29 [alfons]
17009
17010         * src/compose.c
17011         * src/mimeproc.[ch]
17012                 allow selecting an attached files' mime type from a 
17013                 list of types.
17014
17015 2001-06-29 [paul]
17016
17017         * more sync with sylpheed 0.5.0pre3
17018
17019 2001-06-29 [paul]
17020
17021         * po/pt_BR.po
17022                 merge with sylpheed.pot and pt_BR.po provided by
17023                 Fabio Junior Beneditto.
17024
17025 2001-06-29 [darko]
17026
17027         * src/procmime.c
17028                 make MIME types case insensitive
17029
17030 2001-06-28 [alfons]
17031
17032         * po/nl.po
17033                 merge with sylpheed.pot and old nl.po; translations added.
17034
17035 2001-06-28 [paul]
17036
17037         * more sync with sylpheed 0.5.0pre3
17038
17039 2001-06-27 [alfons]
17040
17041         * src/summaryview.c
17042                 don't crash when removing parent node of messages
17043                 attracted by subject. this was caused by not deleting
17044                 the parent node from the subject line hash table.
17045
17046 2001-06-27 [alfons]
17047
17048         * src/summaryview.c
17049         * src/compose.[ch]
17050         * src/mainwindow.c
17051                 if there are multiple messages selected, allow forwarding
17052                 them as attachments.
17053
17054 2001-06-27 [paul]
17055
17056         * more sync with sylpheed 0.5.0pre3
17057
17058 2001-06-26 [paul]
17059
17060         0.5.0claws3
17061
17062         * sync with sylpheed 0.5.0pre3
17063
17064 2001-06-25 [paul]
17065
17066         * src/mainwindow.c
17067                 fixed 'compose news article' bug
17068                 from icon-and-text toolbar
17069
17070 2001-06-25 [paul]
17071
17072         * sync with sylpheed 0.5.0pre2 release
17073
17074 2001-06-24 [christoph]
17075
17076         * src/prefs_common.c
17077                 bug fix in font selection
17078         * src/folderview.c
17079                 use sylpheed's normal font instead of
17080                 gtk default font for folders without
17081                 new messages
17082
17083 2001-06-24 [alfons]
17084
17085         * src/mainwindow.[ch]
17086                 added composite compose mail / news button (an idea by Leandro
17087                 Pereira <leandro@linuxmag.com.br>)
17088
17089 2001-06-24 [paul]
17090
17091         Added instructions for ldif-to-xml.py
17092
17093         * tools/README
17094
17095 2001-06-23 [alfons]
17096
17097         Some minor things.
17098
17099         * src/pixmaps/stock_news_compose.xpm
17100                 added pixmap by Leandro
17101         * src/prefs_common.c
17102                 tested built-in spelling checker of GCC 3.0 :)
17103         * po/nl.po
17104                 merged dutch translation of sylpheed-main with
17105                 sylpheed.pot
17106
17107 2001-06-23 [paul]
17108
17109         Added tools directory and files.
17110
17111         * tools/filter_conv.pl
17112                 converts old filter system to new filtering system
17113         * tools/ldif-to-xml.py
17114                 converts netscape addressbook to sylpheed addressbook
17115         * tools/README
17116                 descriptions/instructions for above two files
17117
17118 2001-06-23 [christoph]
17119
17120         * src/inc.c
17121         * src/manage_window.[ch]
17122         * src/prefs_common.[ch]
17123                 mail retrieval dialog can be enabled, disabled
17124                 or hidden if non of sylpheed's windows is active
17125
17126 2001-06-22 [paul]
17127
17128         0.5.0claws2
17129
17130         * sync with sylpheed 0.5.0pre2
17131
17132 2001-06-21 [christoph]
17133
17134         * src/summaryview.c
17135                 show recipient on 'from' for all accounts
17136                 
17137         * src/inc.c
17138         * src/prefs_common.[ch]
17139                 disable error popup on mail receive errors
17140
17141 2001-06-21 [alfons]
17142
17143         * src/compose.c
17144                 made the ruler correctly appear and disappear.
17145
17146         * src/Makefile.am
17147                 removed Hoa's work-in-progress-stuff (interesting!) so 
17148                 claws compiles ok.
17149
17150 2001-06-20 [christoph]
17151
17152         * src/inc.c
17153         * src/progressdialog.c
17154                 added scrolled window for list in progressdialog
17155
17156 2001-06-20 [paul]
17157
17158         sync with sylpheed 0.5.0pre1 release
17159
17160 2001-06-20 [christoph]
17161
17162         * src/summeryview.c
17163                 make building threads by subject work when
17164                 thread view is enabled
17165                 
17166         * src/compose.c
17167         * src/prefs_common.[ch]
17168                 automatically select account for mail replys
17169
17170 2001-06-19 [sergey]
17171
17172         * src/compose.c (compose_create): keep Bcc and Reply-To visible if
17173         they are filled in from the account settings.
17174
17175 2001-06-19 [paul]
17176
17177         * more sync with sylpheed 0.5.0pre1
17178
17179 2001-06-18 [alfons]
17180
17181         * src/Makefile.am,
17182           src/procmime.c
17183                 added --sysconfdir to CPPFLAGS for pointing to the correct
17184                 location of mime.types. 
17185
17186                 NOTE: make sure you use --sysconfdir when running ./autogen.sh
17187                 or ./configure!
17188
17189 2001-06-18 [hoa]
17190
17191         * src/summaryview.c
17192                 fixed some bug when building threads
17193
17194 2001-06-18 [pau]l
17195
17196         * src/prefs_account.c
17197                 UI stuff: More changes to the English
17198
17199 2001-06-18 [paul]
17200
17201         * src/pixmaps/stock_news_compose.xpm: new file
17202         * src/Makefile.am
17203         * src/mainwindow.c
17204         * src/summaryview.c
17205                 Added new icon for Hoa's 'compose a news
17206                 message', plus minor improvements to the
17207                 English
17208
17209         * po/ja.po
17210         * ChangeLog
17211         * ChangeLog.jp
17212                 more sync with sylpheed 0.5.0pre1
17213
17214 2001-06-18 [hoa]
17215
17216         * src/compose.[ch]
17217         * src/mainwindow.c
17218                 Follow-up and reply to
17219
17220         * src/summaryview.[ch]
17221                 Build threads also with subjects
17222
17223 2001-06-17 [hoa]
17224
17225         * src/compose.c
17226                 forwarding use the current account.
17227
17228         * src/mainwindow.c
17229                 the "compose message" button has been replaced with
17230                 "new mail" and "new news" buttons
17231
17232         * src/prefs_common.[ch]
17233                 added a configuration option to use the forward button
17234                 as "forward as attachment"
17235                 changed reply and forward format description
17236
17237         * src/quote_fmt_lex.l
17238         * src/quote_fmt_parse.y
17239                 added message with no signature in format for reply
17240                 and forward.
17241
17242 2001-06-17 [paul]
17243
17244         Minor UI stuff
17245
17246         * src/mainwindow.c
17247         * src/summaryview.c
17248                 Improvements to the English
17249
17250         * src/prefs_common.c
17251                 Improvements to the English and some
17252                 clarity/continuity improvements in the
17253                 description of Quote symbols.
17254
17255 2001-06-17 [paul]
17256
17257         0.5.0claws1
17258
17259         * sync with sylpheed 0.5.0pre1
17260
17261 2001-06-17 [hoa]
17262
17263         * src/compose.c
17264                 Better interface for compose, displayed fields
17265                 are updated whenever we change account.
17266                 Newsgroups field is automatically filled.
17267
17268         * src/mainwindow.c
17269                 Newsgroups field is automatically filled.
17270
17271         * src/prefs_account.c
17272                 Some interface stuff when fields appear and
17273                 disappear.
17274
17275 2001-06-16 [paul]
17276
17277         0.4.99claws
17278
17279         * sync with sylpheed 0.4.99
17280
17281 2001-06-16 [sergey]
17282
17283         * src/base64.c, src/base64.h (Base64Decoder, base64_decoder_new,
17284         base64_decoder_free, base64_decoder_decode): new object and
17285         functions for decoding base64 streams.
17286         * src/procmime.c (procmime_decode_content): modified to use the
17287         new base64 decoder.
17288
17289 2001-06-15 [paul]
17290
17291         0.4.99claws10
17292
17293         * sync with sylpheed 0.4.99cvs11
17294
17295 2001-06-13 [paul]
17296
17297         0.4.99claws9
17298
17299         * sync with sylpheed 0.4.99cvs9
17300
17301 2001-06-13 [hoa]
17302
17303         * src/compose.c
17304         * src/prefs_account.c
17305
17306                 SMTP server can be defined in the news account
17307                 mime type of attachment are kept.
17308
17309         * src/summaryview.c
17310
17311                 now choose the highest important score between default
17312                 and important score of folder.
17313
17314 2001-06-09 [alfons]
17315         
17316         * src/prefs_common.c: 
17317
17318                 (prefs_quote_description_create): corrected description of 
17319                 quote format characters
17320
17321 2001-06-09 [paul]
17322
17323         0.4.99claws8
17324
17325         * sync with sylpheed 0.4.99cvs8
17326
17327 2001-06-08 [sergey]
17328
17329         * src/Makefile.am: fix for "make dist": added quote_fmt_parse.h
17330         and pixmaps/stock_mail_reply_to_author.xpm to EXTRA_DIST.
17331
17332 2001-06-08 [paul]
17333
17334         0.4.99claws7
17335
17336         * sync with sylpheed 0.4.99cvs7
17337
17338 2001-06-06 [sergey]
17339
17340         * src/quote_fmt.h: renamed from src/quote_fmt_parse.h (which
17341         clashes with autogenerated header).
17342         * src/compose.c, src/quote_fmt_parse.y: #include "quote_fmt.h"
17343         * src/Makefile.am: added quote_fmt.h.
17344         * src/.cvsignore: added lex/yacc autogenerated files
17345         (quote_fmt_lex.c, quote_fmt_parse.c, quote_fmt_parse.h).
17346
17347 2001-06-06 [paul]
17348
17349         0.4.99claws6
17350
17351         * sync with sylpheed 0.4.99cvs6
17352
17353 2001-06-06 [hoa]
17354
17355         * added src/quote_fmt_parse.h
17356         * src/compose.c
17357                 removed warnings
17358
17359         * src/prefs.[ch]
17360                 don't modify readonly configuration files
17361
17362         * src/prefs_account.c
17363         * src/prefs_common.c
17364         * src/prefs_customheader.c
17365         * src/prefs_display_header.c
17366         * src/prefs_filter.c
17367         * src/prefs_filtering.c
17368         * src/prefs_scoring.c
17369                 don't open dialog box when configuration files
17370                 are readonly
17371
17372 2001-06-05 [sergey]
17373
17374         * configure.in: added AM_PROG_LEX and AC_PROG_YACC.
17375
17376         * src/Makefile.am: replaced quote_fmt.tab.[ch] by
17377         quote_fmt_lex.[lh], quote_fmt_parse.y; added YFLAGS=-d; added
17378         BUILT_SOURCES to make all files rebuild properly.
17379
17380         * src/compose.c: removed #include "quote_fmt.tab.h".
17381
17382         * src/quote_fmt_lex.l: renamed from quote_fmt.l; changed to return
17383         CHARACTER value in yylval.
17384
17385         * src/quote_fmt_parse.y: renamed from quote_fmt.y; changed to
17386         receive CHARACTER value by documented means (yylval).
17387
17388         * src/lex.quote_fmt.c, src/quote_fmt.{l,y,tab.{c,h}}: removed.
17389
17390 2001-06-05 [hoa]
17391
17392         * src/Makefile.am
17393                 changed quote_fmt.[ch] into quote_fmt.tab.[ch]
17394
17395         * src/filtering.c
17396         * src/matcher.c
17397         * src/matcher.h
17398         * src/prefs_filtering.c
17399                 now keep the configuration for execute action
17400
17401         * src/mbox_folder.c
17402                 fixed a warning
17403
17404 2001-06-05 [paul]
17405
17406         * sync with sylpheed 0.4.99cvs5
17407
17408 2001-06-05 [hoa]
17409
17410         * src/Makefile.am
17411                 added quote_fmt.[ch]
17412
17413         * added src/quote_fmt.y
17414         * added src/quote_fmt.l
17415         * added src/quote_fmt.tab.h
17416         * added src/quote_fmt.tab.c
17417         * added src/lex.quote_fmt.c
17418                 parsing configuration for replying
17419                 and forwarding
17420
17421         * src/prefs_common.[ch]
17422                 added configuration UI for replying
17423                 and forwarding
17424
17425         * src/compose.c
17426                 using configuration for replying
17427                 and forwarding
17428
17429 2001-06-04 [hoa]
17430
17431         * src/filtering.c
17432         * src/matcher.c
17433         * src/matcher.h
17434         * src/prefs_filtering.c
17435         * src/prefs_matcher.c
17436         * src/prefs_matcher.h
17437                 action "run a command" for filtering
17438                 and matching with a command.
17439                 fixed the "whole message" matching
17440
17441         * src/mbox_folder.c
17442                 changed temporary filename for security
17443
17444         * src/messageview.c
17445                 queue the notification if it fails to send.
17446
17447         * src/prefs_common.c
17448         * src/prefs_folder_item.c
17449                 changed the default important score             
17450
17451         * src/prefs_scoring.c
17452         * src/scoring.c
17453                 hide kill score input when the folder is not
17454                 a newsgroup
17455
17456 2001-06-03 [alfons]
17457
17458         * src/prefs_common.c:
17459
17460                 (prefs_font_select): pass font name in font entry box to font
17461                 selection dialog.
17462
17463 2001-06-03 [sergey]
17464
17465         * src/smtp.c (smtp_ok): fixed sock_gets() error handling.
17466
17467 2001-06-03 [paul]
17468
17469         * sync with sylpheed 0.4.99cvs4
17470
17471 2001-06-03 [alfons]
17472
17473         * src/headerwindow.c:
17474
17475                 (headerwindow_show_cb): use the selected summary view item, not
17476                 the displayed item.
17477
17478 2001-06-02 [alfons]
17479
17480         * src/headerwindow.c:
17481
17482                 (headerwindow_show_cb): always try to show msginfo
17483
17484 2001-06-02 [hoa]
17485
17486         * src/compose.c
17487                 keep attached parts when reediting or forwarding.
17488
17489 2001-06-01 [hoa]
17490
17491         * src/folderview.c
17492         * src/prefs_folder_item.[ch]
17493         * src/prefs_scoring.[ch]
17494         * src/scoring.[ch]
17495         * src/summaryview.[ch]
17496         * src/main.c
17497         * src/mainwindow.c
17498         * src/prefs_common.[ch]
17499                 support for folder scoring
17500                 kill score and important score for messages
17501         
17502         * src/prefs_account.c
17503                 some display bug fixed for local account
17504                 preferences
17505
17506 2001-05-31 [alfons]
17507
17508         * src/summaryview.c:
17509
17510                 (add_sender_to_cb): don't crash when no or invalid sender; the add 
17511                 sender to address book menu item is disabled.
17512
17513 2001-05-30 [hoa]
17514
17515         * src/filtering.[ch]
17516         * src/summaryview.c
17517                 handling summary menu / filter messages
17518
17519         * src/folder.[ch]
17520                 add some stuff
17521
17522         * src/foldersel.c
17523                 imap folders now appears in list
17524
17525         * src/mbox_folder.c
17526                 doesn't crash if destination mail is not writeable
17527
17528 2001-05-29 [hoa]
17529
17530         * src/compose.c
17531                 removed some warnings
17532
17533         * src/filtering.c
17534         * src/folder.[ch]
17535         * src/prefs_filtering.c
17536                 global string to identify any folders           
17537                 removed some debug info
17538                 filtering to mbox folders is now possible
17539
17540         * src/mainwindow.c
17541                 removed some warnings
17542
17543         * src/mbox_folder.c
17544                 permission on files are changed to read/write for user only,
17545                 nothing for other.
17546                 creation of subfolder is handled better.
17547
17548 2001-05-28 [alfons]
17549
17550         Verified the sync for src/prefs_common.[ch] and
17551         src/prefs_account.[ch]. I believe there were some
17552         minor indentation differences.
17553
17554 2001-05-28 [paul]
17555
17556         0.4.99claws3
17557
17558         * sync with 0.4.99cvs3
17559
17560 2001-05-28 [hoa]
17561
17562         * src/compose.c
17563                 handling flags for mbox format
17564
17565         * src/filtering.c
17566                 use of mark file only for MH format
17567                 handling flags for mbox format
17568                 filtering cannot yet move or copy mails to mbox folders.
17569
17570         * src/folder.[ch]
17571                 changed move_msg, copy_msg,
17572                 move_msgs_with_dest, copy_msgs_with_dest functions
17573                 uses only folder->copy_msg() function
17574                 uses folder->finished_copy() to handle the destination
17575                 folder at the end of the copy or move operation.
17576
17577         * src/foldersel.c
17578                 included mbox directories.
17579
17580         * src/folderview.[ch]
17581         * src/mainwindow.c
17582                 handle folders operation for mbox format
17583
17584         * src/mbox.c
17585                 disable conversion of "From " header
17586
17587         * src/mbox_folder.[ch]
17588                 completion of mbox format handling
17589
17590         * src/mh.c
17591                 changed mh_copy_msg() function and
17592                 removed mh_move_msg(), mh_move_msgs_with_dest(),
17593                 mh_copy_msgs_with_dest()
17594
17595         * src/prefs_filtering.c
17596                 removed some warnings
17597
17598         * src/prefs_matcher.c
17599                 default boolean operation is AND
17600
17601         * src/procheader.c
17602                 handling flags for mbox format
17603                 handling of "From " header
17604
17605         * src/procmsg.[ch]
17606                 removed data field
17607                 added MSG_REALLY_DELETED flags to handle deletion of
17608                 messages in mbox format.
17609
17610         * src/summaryview.c
17611                 handling flags for mbox format
17612                 disable the MSG_DELETED flags when messages
17613                 are deleted in mbox format
17614
17615         * src/textview.c
17616                 "From " headers display fixed.
17617
17618 2001-05-27 [alfons]
17619
17620         * src/textview.c:
17621                 
17622                 (get_email_part): skip quoted email addresses, like in e.g.
17623                 "'alfons@proteus.demon.nl'".
17624
17625 2001-05-26 [alfons]
17626
17627         Minor GUI fixes adding horizontal scrollbars to Hoa's matcher dialogs,
17628         and fixing the persistence troubles when using separate windows.
17629
17630         * src/mainwindow.c:
17631         
17632             Added #define SEPARATE_ACTION used in the gtk item factory for 
17633             the SEPARATE_FOLDER and SEPARATE_MESSAGE items, so we can
17634                 use gtk_item_factory_get_widget_by_action() to get the items.
17635                 
17636             Removed separate_widget_cb from the gtk item factory data   
17637           
17638             (mainwindow_create): connect separate_widget_cb() to check
17639             menu item "toggled" signal. also passing a MainWindow pointer
17640                 as object data for both check menu items.
17641                 
17642             (separate_widget_cb): definition of separate_widget_cb() to match
17643             GtkCheckMenuItem's "toggled" signal. Now get the pointer to the main 
17644                 window using gtk_object_get_data(). The type of window separation 
17645                 (SEPARATE_MESSAGE or SEPARATE_FOLDER) is passed as the signal's data
17646         
17647         * src/prefs_filtering.c,
17648           src/prefs_matcher.c: added horizontal scrollbars
17649
17650 2001-05-25 [darko]
17651
17652         * src/headerview.c
17653                 fix segfault with invalid bold font
17654         * src/summaryview.c
17655                 correctly display summary stats after row is marked
17656
17657 2001-05-23 [sergey]
17658
17659         * src/codeconv.c (conv_get_code_conv_func): fix for ISO-8859-*
17660         encodings with libjconv.
17661
17662 2001-05-23 [hoa]
17663
17664         * src/Makefile.am
17665                 added mbox_folder.[ch]
17666         * src/defs.h
17667                 mbox temporary folder
17668         * src/folder.[ch]
17669         * added src/mbox_folder.[ch]
17670         * src/folderview.c
17671         * src/procheader.[ch]
17672                 added mbox support
17673         * src/mbox.c
17674                 bugfix for file incorporation filtering
17675         * src/imap.c
17676                 enable creation of MBOX
17677         * src/prefs_display_header.c
17678                 enable use of headers like "From "
17679                 something that should be fixed :
17680                         displaying of such headers add an extra space
17681         * src/prefs_folder_item.c
17682                 don't create folders because it is not necessary
17683         * src/procmsg.h
17684                 added data field to MsgInfo for mbox internal use
17685         * src/summaryview.c
17686                 added some support for mbox
17687         * src/utils.[ch]
17688                 added get_mbox_cache_dir() function
17689
17690 2001-05-23 [hiroyuki]
17691
17692         * src/headerwindow.c
17693           src/inc.c
17694           src/main.c
17695           src/mh.c
17696           src/nntp.c
17697           src/procmsg.h
17698           src/session.h
17699           src/socket.[ch]
17700           src/summaryview.c
17701           src/textview.c
17702           src/automaton.c
17703           src/folderview.c: more sync with 0.4.99cvs2.
17704
17705         * src/headerwindow.c: reverted.
17706
17707 2001-05-22 [paul]
17708
17709         0.4.99claws2
17710
17711         * sync with sylpheed 0.4.99cvs2
17712                 * src/news.[ch]
17713                 * src/nntp.[ch]
17714                 * INSTALL
17715                 * INSTALL.jp
17716
17717 2001-05-22 [alfons]
17718
17719         * src/summaryview.c: bugfixed a premature assignment in  summaryview_add_sender_to_cb()
17720
17721 2001-05-21 [alfons]
17722
17723         Minor things:
17724
17725         * configure.in: if gnome-config not found, "no" is displayed
17726         
17727         * sylpheed.desktop: "Hello World" is replaced with "Sylpheed Mail"
17728
17729         * src/textview.c: now also possible to add mail addresses by right
17730           clicking in the text view
17731
17732         * src/codeconv.c: merged patch which fixes endless loop when encountering
17733           invalid wide characters; from Alte <010@imis.ru>  
17734
17735 2001-05-20 [alfons]
17736
17737         Added installation of gnome specific things:
17738
17739         * Makefile.am: gnome conditional
17740
17741         * configure.in: check for installed gnome
17742
17743         * added sylpheed.png, sylpheed.desktop
17744
17745 2001-05-20 [sergey]
17746
17747         * src/pixmaps/stock_mail_reply_to_author.xpm: new file.
17748
17749         * src/mainwindow.h (main_window_toolbar_create): created a button
17750         for "Reply to all".
17751         (main_window_set_toolbar_sensitive): enable/disable the new button
17752         appropriately.
17753         (toolbar_reply_to_author_cb): handle the new button.
17754
17755         * src/send.c (SEND_EXIT_IF_ERROR, SEND_EXIT_IF_NOTOK): call
17756         send_progress_dialog_destroy() on failure (fixes hang on SMTP
17757         failure).
17758
17759 2001-05-19 [sergey]
17760
17761         * src/compose.h (ComposeReplyMode): new modes
17762         COMPOSE_REPLY_TO_AUTHOR, COMPOSE_REPLY_TO_AUTHOR_WITH_QUOTE,
17763         COMPOSE_REPLY_TO_AUTHOR_WITHOUT_QUOTE.
17764
17765         * src/compose.c
17766         (compose_send): move some code into a new function:
17767         (compose_current_mail_account): new function.
17768         (compose_reply): new argument to_author, all callers changed; if
17769         to_author==TRUE and account->protocol==A_NNTP, find and use an
17770         appropriate mail account for replying.
17771         (compose_reply_set_entry): new argument to_author; ignore
17772         compose->replyto if to_author==TRUE.
17773
17774         * src/mainwindow.c: new command "Message/Reply to author".
17775         (main_window_set_menu_sensitive): enable/disable it.
17776         (reply_cb): handle it.
17777
17778         * src/summaryview.c: new command "Reply to author".
17779         (summary_set_menu_sensitive): enable/disable it.
17780         (summary_reply_cb): handle it.
17781
17782         * src/account.c (account_find_mail_from_address): new function.
17783
17784 2001-05-18 [paul]
17785
17786         0.4.99claws1
17787
17788         * sync with sylpheed 0.4.99cvs1
17789
17790 2001-05-18 [hoa]
17791
17792         * src/compose.[ch]
17793         * src/filtering.c
17794         * src/summaryview.c
17795                 new filtering action : forward and forward as attachment
17796
17797         * src/main.c
17798                 no need for $DISPLAY when we run sylpheed --help
17799                 call to parse_cmd_opt() is moved
17800
17801         * src/mainwindow.[ch]
17802                 execute button is hidden when immediate execute
17803                 is chosen
17804
17805         * src/mh.c
17806         * src/news.c
17807         * src/prefs_folder_item.c
17808         * src/procmsg.c
17809                 better handling of missing directories
17810
17811         * src/summaryview.c
17812                 reedit is enabled in outbox
17813                 reedit is enabled in queue
17814
17815 2001-05-17 [hoa]
17816
17817         * src/filtering.c
17818         * src/matcher.[ch]
17819         * src/prefs_filtering.c
17820                 changed attachement into attachment
17821
17822 2001-05-17 [alfons]
17823
17824         0.4.67claws4    
17825
17826         * sync with sylpheed 0.4.67cvs9
17827         * sync with sylpheed 0.4.67cvs7-8
17828
17829 2001-05-17 [hoa]
17830
17831         * src/Makefile.am
17832                 added prefs_filtering.c
17833
17834         * src/filtering.[ch]
17835         * src/matcher.[ch]
17836                 removed action : forward_news and forward_news_as_attachement
17837                 (forward and forward_as_attachement can be used instead)
17838
17839         * src/mainwindow.c
17840                 added menu option to access filtering configuration
17841
17842         * src/prefs_account.c
17843                 changed mail_command default to /usr/sbin/sendmail
17844
17845         * added src/prefs_filtering.[ch]
17846                 dialog box for filtering configuration
17847
17848         * src/prefs_matcher.c
17849                 added function prefs_matcher_get_criteria_from_matching()
17850
17851         * src/prefs_scoring.c
17852                 reset the dialog when register or substitute is clicked
17853
17854 2001-05-15 [hoa]
17855
17856         * src/Makefile.am
17857                 added filtering.[ch]
17858         * src/inc.c
17859                 using filering.[ch] instead of filter.[ch]
17860         * src/main.c
17861                 reading new filtering configuration
17862         * src/matcher.[ch]
17863                 added some filtering actions
17864                 and fixed a bug for headers and mail body matching
17865         * src/mbox.c
17866                 using filering.[ch] instead of filter.[ch]
17867         * src/mh.c
17868                 handling invalid MsgInfo in mh_copy_msg() and mh_move_msg()
17869         * src/summaryview.c
17870                 some fixes for filtering
17871
17872 2001-05-14 [hiroyuki]
17873
17874         * src/send.c: fixed some weird indentations.
17875           send_message_with_command(): call pclose() only if p != NULL.
17876         * src/textview.c: get_email_part(): modified the code for readability.
17877
17878 2001-05-14 [hiroyuki]
17879
17880         * src/md5global.h
17881           src/md5ify.c
17882           src/md5ify.h: removed from the cvs.
17883
17884 2001-05-13 [sergey]
17885
17886         * src/main.c: include rfc2015.h to avoid compiler warnings.
17887         * src/alertpanel.c (alertpanel_message_with_disable): return 0 if
17888         the panel is already on screen.
17889         * src/prefs_customheader.c (prefs_custom_header_delete_cb): treat
17890         closing the alert window by ESC as "No".
17891         * src/prefs_common.c (prefs_interface_create): moved return
17892         receipt check button to the correct place.
17893
17894 2001-03-13 [alfons]
17895
17896         * src/prefs_common.c: 
17897                 moved return receipt check button to the Send tab. (prefs_send_create)
17898                 removed the date format ui related globals. (prefs_display_create)
17899
17900         0.4.67claws3
17901         
17902         * sync with sylpheed 0.4.67cvs5-6
17903
17904 2001-05-13 [paul]
17905
17906         * added Alfons' font selection patch
17907
17908         * src/defs.h
17909         * src/headerwindow.c
17910         * src/prefs_common.c
17911         * src/prefs_common.h
17912
17913 2001-05-13 [hoa]
17914         * src/defs.h
17915                 changed version of cache
17916         * src/matcher.[ch]
17917         * src/prefs_matcher.c
17918                 added additionnal matching criteria
17919         * src/procheader.c
17920         * src/procmsg.[ch]
17921         * src/news.c
17922                 added references in MsgInfo
17923
17924 2001-05-12 [hoa]
17925
17926         * src/defs.h
17927                 prepared some things for new filtering
17928         * src/matcher.[ch]
17929                 added some matching properties
17930                 inreplyto need to be enhanced
17931                 prepared some things for new filtering
17932         * src/messageview.c
17933                 added Return-Receipt-To handling
17934         * src/prefs_folder_item.c
17935                 changed default value to TRUE
17936         * src/prefs_matcher.c
17937                 added some matching properties
17938         * src/prefs_scoring.[ch]
17939                 the scoring dialog is finished
17940         * src/procheader.c
17941                 added Return-Receipt-To handling
17942                 Reference need to be added
17943         * src/procmsg.[ch]
17944                 added Return-Receipt-To handling
17945                 added threadscore to get a better score sorting when
17946                 threads are enabled
17947         * src/summaryview.c
17948                 suppressed a bug when we sort the list
17949                 when no folder is opened.
17950                 better score sorting when threads are enabled
17951
17952 2001-05-12 [alfons]
17953
17954         * reverted previous patch because of potential errors 
17955
17956         0.4.67claws2
17957         
17958         * src/inc.c, src/prefs_common.c, src/prefs_common.h: 
17959                 applied "toggle mail-retrieval dialog window" patch submitted 
17960                 by Eric Limpens <eric@qnt.net>
17961
17962         * sync with sylpheed 0.4.67cvs4
17963
17964 2001-05-12 [sergey]
17965
17966         * src/matcher.c, src/scoring.c: changed "#ifdef 0" to "#if 0" for
17967         some picky compilers.
17968         * src/rfc2015.h: provide prototype for rfc2015_disable_all().
17969         * src/grouplist_dialog.c: include alertpanel.h.
17970         * src/prefs_headers.c (prefs_headers_deleted): added GTK_BUTTON to
17971         fix compile warning.
17972         * src/scoring.c, src/prefs_folder_item.c, src/matcher.c: brought
17973         #include "defs.h" before others to prevent the warning of `MIN'
17974         and `MAX' redefinition.
17975
17976 2001-05-11 [hoa]
17977
17978         * src/main.c
17979         * src/messageview.c
17980         * src/prefs_account.c
17981         * src/prefs_display_header.c
17982                 removed warning
17983         * src/Makefile.am
17984                 added prefs_scoring.[ch]
17985         * src/grouplist_dialog.c
17986                 display an error dialog box if the group list
17987                 cannot be fetched.
17988         * src/mainwindow.[ch]
17989                 added main_window_set_thread_option() function
17990                 scoring dialog box enabled
17991         * src/matcher.[ch]
17992                 added flags matching unread /new / marked
17993                 / deleted / replied / forwarded
17994         * src/news.c
17995                 newsgroups are now finally in newscache
17996         * src/prefs_matcher.[ch]
17997                 finished preferences for matching dialog
17998         * added src/prefs_scoring.[ch]
17999                 scoring dialog box completed
18000         * src/scoring.[ch]
18001                 conversion to string : added scoringprop_to_string()
18002                 write config for preferences :
18003                 added prefs_scoring_write_config()
18004         * src/summaryview.c
18005                 threads can be enabled/disabled independently
18006                 for each folder
18007
18008 2001-05-10 [alfons]
18009
18010         0.4.67claws1
18011         
18012         * AUTHORS: 
18013                 thought it would be nice to have a list of all
18014                 contributors (used Changelog as a reference)
18015         
18016         * configure.in: 
18017                 messed up version numbering...
18018
18019         0.4.66claws1
18020
18021         * sync with sylpheed 0.4.67cvs1-3
18022
18023 2001-05-10 [darko]
18024
18025         * src/prefs_common.c:
18026                 better UI for strftime format, double clicking
18027                 on format now inserts the format in text entry
18028                 replaced close button with standard OK/Cancel
18029                 moved date format button to the right of the
18030                 text entry field
18031
18032 2001-05-09 [alfons]
18033
18034         * src/gtkstext.c:
18035                 Ctrl-Home / Ctrl-End have proper cursor navigation
18036
18037 2001-05-09 [hoa]
18038
18039         * src/prefs_matcher.c
18040                 finished UI to define matching properties
18041                 added ok and cancel button
18042         * src/prefs_filter.c
18043                 added ok and cancel button
18044         * src/news.c
18045                 fixed some bug in xhdr parsing
18046
18047 2001-05-08 [alfons]
18048
18049         * src/textview.c: 
18050                 fixed a bug in textview_show_header(), which displayed two colons (':');
18051                 cleaned up some warnings
18052
18053 2001-05-08 [hoa]
18054
18055         * src/Makefile.am
18056                 added prefs_matcher.[ch]
18057                 compilation with -W -Wall
18058         * src/alertpanel.c
18059                 ungrab the mouse events if grabbed - does it
18060                 fix the bug for disposition notification ?
18061         * src/mainwindow.c
18062                 added a menu option to open the matching dialog.
18063         * src/matcher.[ch]
18064                 added matcherprop_to_string() and matcherlist_to_string()
18065                 fixed some bugs, changed the name of some options
18066                 age_sup and age_inf becomes age_greater and age_lower,
18067                 body and messageheaders becomes body_part and headers_part,
18068                 changed the names of constants from SCORING_XXX to MATCHING_XXX
18069         * src/prefs_display_header.c
18070         * src/prefs_headers.c
18071                 fixed a bug that accidentally destroyed dialogs
18072                 when closed them with delete_event
18073                 Added *_deleted() which handle delete_event signal correctly.
18074         * src/prefs_folder_item.[ch]
18075                 added "enable_thread" field for future customization
18076         * added src/prefs_matcher.[ch]
18077                 sample of the UI to define matching properties
18078         * src/procheader.c
18079                 using procheader_headername_equal instead of str*cmp functions
18080                 using procheader_parse_header() function
18081         * src/scoring.c
18082                 using MATCHING_XXX instead of SCORING_XXX
18083         * src/summaryview.c
18084                 display the sender of the news even if this is ourself
18085                 when this is a news message.
18086         * src/textview.c
18087                 using headername_equal() instead of str*cmp functions
18088
18089 2001-05-08 [alfons]
18090
18091         0.4.66claws
18092
18093         * sync with sylpheed 0.4.66
18094         * src/gtkstext.c: trace logs added 
18095
18096 2001-05-08 [sergey]
18097
18098         * src/prefs_common.[ch]: added option to enable/disable GnuPG
18099         signature check popup.
18100         * src/rfc2015.c (check_signature): show signature check popup only
18101         if it is enabled in preferences.
18102
18103 2001-05-07 [alfons]
18104
18105         0.4.66claws4
18106         
18107         * sync with sylpheed 0.4.66cvs6
18108
18109 2001-05-07 [darko]
18110
18111         * src/prefs_common.[ch]: added option to enable/disable
18112           looking up sender name in address book for summary pane
18113         * src/summaryview.c: look up sender in the address book
18114           by using Alfons' address completion code
18115
18116 2001-05-07 [hiroyuki]
18117
18118         * src/inc.h
18119           src/pop.c: pop3_retr_recv(): removed cur_msg_bytes from the
18120           member of Pop3State.
18121         * src/news.c: brought #include "defs.h" before #include <glib.h>
18122           to prevent the warning of `MIN' and `MAX' redefinition.
18123
18124 2001-05-06 [hoa]
18125
18126         * removed src/headers_display.[ch]
18127         * removed src/prefs_display_headers.[ch]
18128         * src/inc.c
18129                 use a temporary file in the user directory for mbox import
18130         * src/news.c
18131                 added XHDR support to get "To" and "Cc" headers
18132                 (in order to match news with to or cc field for
18133                 scoring)
18134                 added function news_parse_xhdr() to get XHDR response
18135         * src/nntp.[ch]
18136                 added function nntp_xhdr()
18137         * src/matcher.c
18138                 fetch the message if necessary
18139
18140 2001-05-06 [alfons]
18141
18142         0.4.66claws3
18143
18144         * sync with sylpheed 0.4.66cvs3-5
18145
18146 2001-05-06 [hoa]
18147
18148         * src/utils.[ch]
18149                 added function itos_buf() to enable use of several buffers
18150         * src/summaryview.c
18151                 use of itos_buf() instead of itos() in summary list
18152                 to fix the broken display of message number.
18153
18154 2001-05-06 [alfons]
18155
18156         * src/gtkstext.c: bug in cursor up navigation fixed,
18157                 fixed another unsigned / signed comparison (we're getting there :-)
18158
18159 2001-05-06 [hoa]
18160
18161         * src/Makefile.am
18162                 added scoring.c scoring.h
18163                 prefs_folder_item.c prefs_folder_item.h
18164                 matcher.c matcher.h
18165         * src/defs.h
18166                 added FOLDERITEM_RC SCORING_RC
18167         * src/folder.[ch]
18168                 added prefs field in FolderItem :
18169                 properties for each folder (PrefsFolderItem),
18170                 sorting type and mode were added as the first properties.
18171         * src/main.c
18172                 read config for scoring
18173         * added src/matcher.[ch]
18174                 gives functions to parse configuration file to do
18175                 matching on mails with a list of conditions.
18176         * src/mainwindow.c
18177                 add option to sort by score
18178         * src/prefs_common.[ch]
18179                 added preference option to show score and for
18180                 the score column size
18181         * added src/prefs_folder_item.[ch]
18182                 properties for each folder (PrefsFolderItem),
18183                 sorting type and mode were added as the first properties.
18184         * src/procheader.[ch]
18185                 added procheader_parse_header()
18186                 added procheader_header_free()
18187                 added procheader_headername_equal()
18188                 and made modification to use them.
18189         * src/procmsg.[ch]
18190                 added score field to MsgInfo structure
18191         * added src/scoring.[ch]
18192                 gives functions to parse configuration file to do
18193                 scoring on mails with a list of conditions.
18194         * src/summaryview.[ch]
18195                 save the sorting type and mode for the folder
18196                 added column to display the score of the mail
18197                 added function summary_score_clicked()
18198                 sorting type and mode are restored to the folder
18199                 when it is reopen
18200         * src/textview.c
18201                 use procheader_parse_header(), procheader_headername_equal()
18202                 removed memory leak in text_scan_header when freeing headers
18203         * src/filter.c
18204                 changed the function to match names of headers
18205                 using procheader_headername_equal()
18206
18207         Scoring functions are implemented, an interface is needed
18208         to configure that.
18209
18210 2001-05-04 [alfons]
18211
18212         * src/gtkstext.c: 
18213                 hopefully fixed the row up navigation bug,
18214                 removed adding back / forward lines to cache
18215
18216 2001-05-04 [sergey]
18217
18218         * src/prefs_display_headers.c: user interface changes:
18219         (prefs_display_headers_create): remove unused "Show" check button;
18220         allow reordering of headers by dragging.
18221         (prefs_display_headers_write_config): remove unused variables.
18222         (prefs_display_headers_set_dialog): do not insert "(New)" at top
18223         of lists (not needed with the new UI).
18224         (prefs_display_headers_set_list): scan lists starting from row 0,
18225         not 1 (do not skip "(New)").
18226         (prefs_display_headers_find_header): new function.
18227         (prefs_display_headers_clist_set_row): do not allow duplicates.
18228         (prefs_display_headers_delete_cb): do not skip row 0; treat
18229         closing the alert window by ESC as "No".
18230         (prefs_display_headers_up): do not protect row 0.
18231         (prefs_display_headers_down): do not protect row 0.
18232
18233 2001-05-04 [sergey]
18234
18235         * src/mainwindow.c (next_marked_cb, prev_marked_cb): new
18236         functions.
18237
18238         * src/summaryview.c
18239         (summary_find_next_marked_msg, summary_find_prev_marked_msg,
18240         summary_select_next_marked, summary_select_prev_marked): new
18241         functions.
18242
18243 2001-05-03 [sergey]
18244
18245         * src/news.c: fixed a bug when no article can be fetched after
18246         server timeout if the connection was restored by news_post():
18247         (news_select_group): new function.
18248         (news_fetch_msg): call news_select_group() before fetching
18249         article.
18250         (news_get_uncached_articles): set session->group after successful
18251         GROUP command.
18252
18253 2001-05-03 [hoa]
18254
18255         * src/defs.h
18256         * src/procmsg.[ch]
18257         * src/procheader.c
18258                  changed version of cache, added cc field
18259
18260         * src/prefs_display_headers.c
18261                 the interface was changed
18262
18263         * src/prefs_headers.c
18264                 added cancel button
18265
18266 2001-05-03 [alfons]
18267
18268         * completed sync of sylpheed cvs2
18269         * src/gtkstext.c: updated row up / down cursor navigation
18270         * src/textview.c: re-edited, prepared for fixing the email address
18271                 scanner.
18272
18273 2001-05-03 [darko]
18274
18275         * src/prefs_common.c: use alfons' strftime ui code
18276         entry_datefmt and datefmt_sample widgets have to be
18277         global in this module because of this change
18278
18279 2001-05-03 [hoa]
18280
18281         * src/messageview.c
18282         * src/prefs_common.[ch] added option to activate the return receipt
18283                 feature.
18284
18285 2001-05-02 [alfons]
18286
18287         * src/gtkstext.c: fix for row up/down cursor navigation. 
18288
18289         0.4.66claws2
18290         
18291         * sync with 0.4.66cvs2
18292
18293 2001-05-02 [paul]
18294
18295         added add-sender-to-addressbook patch
18296
18297         * src/addressbook.c
18298         * src/addressbook.h
18299         * src/summaryview.c
18300
18301 2001-05-02 [sergey]
18302
18303         * src/alertpanel.h (AlertValue): added G_ALERT_VALUE_MASK,
18304         G_ALERTDISABLE.
18305
18306         * src/alertpanel.c (alertpanel_create): new argument can_disable,
18307         all existing callers changed to pass FALSE; create a check button
18308         to disable the message.
18309         (alertpanel_message_with_disable): new function.
18310         (alertpanel_show): mask value with G_ALERT_VALUE_MASK.
18311         (alertpanel_button_toggled): new function.
18312         (alertpanel_button_clicked, alertpanel_close): set value using
18313         G_ALERT_VALUE_MASK.
18314
18315         * src/prefs_common.h (PrefsCommon): new field gpgme_warning.
18316
18317         * src/prefs_common.c (prefs_privacy_create): new check button
18318         checkbtn_gpgme_warning.
18319
18320         * src/main.c (main): moved preferences reading before gpgme
18321         initialization; check prefs_common.gpgme_warning before giving the
18322         GnuPG warning and set it to FALSE if the user wants to disable the
18323         warning.
18324
18325 2001-05-02 [hiroyuki]
18326
18327         * src/prefs_display_headers.c: modified the layout and some labels.
18328
18329 2001-05-02 [sergey]
18330
18331         * src/prefs_account.c (prefs_account_fix_size): new function.
18332         (prefs_account_create): call prefs_account_fix_size(); use
18333         gtk_widget_show instead of gtk_widget_show_all (fixes too large
18334         size when the window is shown for the first time).
18335         (prefs_account_basic_create): changed layout of serv_table; moved
18336         localmbox_entry above smtpserv_entry (logically it replaces
18337         POP3/IMAP server).
18338         (prefs_account_protocol_activated): set sensitivity of
18339         nntpauth_chkbtn according to the protocol (in addition to
18340         hide/show); commented out gtk_table_set_row_spacing() calls.
18341         (prefs_account_nntpauth_toggled): do nothing if nntpauth_chkbtn is
18342         not sensitive (fixes a bug with disabled username/password boxes
18343         when editing POP3 account after NNTP with authentication).
18344
18345 2001-05-02 [hoa]
18346
18347         * src/account.c
18348         * src/inc.c
18349         * src/prefs_account.[ch]
18350         * src/send.c
18351                 removed local account without SMTP server
18352                 added option to use mail command instead of a connexion
18353                 to SMTP server when a local account is used
18354         * src/prefs_headers.c
18355                 fixed a bug
18356         * src/news.c
18357                 fixed a bug when connexion immediately closed
18358
18359 2001-05-01 [alfons]
18360
18361         0.4.66claws1
18362         
18363         * sync with 0.4.65
18364
18365 2001-05-01 [sergey]
18366
18367         * src/prefs_account.c (Basic, prefs_account_basic_create): new
18368         widget nntpauth_chkbtn.
18369         (prefs_account_protocol_activated): handle nntpauth_chkbtn
18370         visibility.
18371         (prefs_account_nntpauth_toggled): new function.
18372
18373         * src/news.c (news_session_new_for_folder): use NNTP
18374         authentication only if ac->use_nntp_auth is set.
18375
18376 2001-05-01 [hoa]
18377
18378         * src/Makefile.am changed headers.[ch] in customheader.[ch]
18379         * src/prefs_display_headers.c changed the UI
18380         * src/prefs_headers.c changed account_name to account_id
18381         * src/compose.c using customheader.h
18382
18383 2001-05-01 [hiroyuki]
18384
18385         * src/esmtp.c
18386           src/news.c
18387           src/nntp.c: changed sock_read() to sock_gets(), they've been left
18388           unsynched.
18389
18390 2001-05-01 [hoa]
18391
18392         * src/Makefile.am added prefs_display_headers.[ch] headers_display.[ch]
18393         * src/defs.h added HEADERS_DISPLAY_RC : name of the config file
18394                 for displaying of headers
18395         * src/grouplist_dialog.[ch] minor changes to remove warnings
18396         * src/prefs_display_headers.[ch] dialog to choose the
18397         headers to display in the mail viewer.
18398         * src/headers.h correction of #define
18399         * src/headers_display.[ch] configuration for displaying of headers.
18400         * src/main.c read config of displaying of headers
18401         * src/prefs_common.c add a button to access the config dialog
18402                 for displaying of headers
18403         * src/prefs_display_headers.[ch] dialog for configuration for
18404                 displaying of the headers.
18405         * src/prefs_headers.c cleaning of code
18406         * src/procheader.c comments added to code
18407         * src/textview.c changes to reorder the headers depending
18408                 on the config for displaying of headers
18409
18410 2001-04-30 [alfons]
18411
18412         0.4.65claws7
18413
18414         * sync with 0.4.65cvs12
18415
18416         NOTE: nntp.c and news.c in claws and cvs branch differ significantly!
18417
18418 2001-04-30 [sergey]
18419
18420         * src/nntp.h (NNTPSockInfo): new field auth_failed.
18421
18422         * src/nntp.c (nntp_mode): return NN_AUTHREQ if sock->auth_failed
18423         is set to force reconnection after authentication failure.
18424         (nntp_gen_command): set sock->auth_failed on authentication
18425         failure, or if sock->userid and sock->passwd are not set.
18426
18427         * src/news.c (news_session_new_for_folder): set userid=NULL if
18428         password dialog is cancelled.
18429
18430 2001-04-30 [sergey]
18431
18432         * src/nntp.h (NNTPSockInfo): new type.
18433
18434         * src/nntp.c: all functions updated to use NNTPSockInfo instead of
18435         SockInfo.
18436         (nntp_open_auth, nntp_close): new functions.
18437         (nntp_gen_command): new function to handle authentication; all
18438         NNTP command functions updated to use it.
18439         (nntp_authinfo_user, nntp_authinfo_pass): deleted.
18440         (nntp_list): removed old useless code.
18441
18442         * src/news.h (NNTPSession): new field nntp_sock.
18443
18444         * src/news.c: all functions updated to use NNTPSockInfo instead of
18445         SockInfo.
18446         (news_session_new): new arguments (userid, passwd); made static;
18447         use nntp_open_auth() if needed.
18448         (news_session_destroy): use nntp_close() instead of sock_close().
18449         (news_query_password): changed arguments.
18450         (news_session_new_for_folder): new function.
18451         (news_session_get): use news_session_new_for_folder().
18452         (news_authenticate): deleted.
18453         (news_get_uncached_articles): removed old authentication code.
18454
18455 2001-04-30 [sergey]
18456
18457         * src/news.c: reverted my previous changes (need to do NNTP
18458         authentication in a cleaner way).
18459         
18460 2001-04-29 [sergey]
18461
18462         * src/news.c (news_nntp_group, news_nntp_list, news_nntp_xover,
18463         news_nntp_post, news_nntp_mode): new functions (wrappers with
18464         authentication support).
18465         (news_get_article_cmd, news_get_article, news_get_header): new
18466         argument "folder"; all callers changed.
18467         (news_get_article_cmd): added authentication support.
18468         (news_session_get): use news_nntp_mode() instead of nntp_mode().
18469         (news_post): use news_nntp_post() instead of nntp_post().
18470         (news_get_uncached_articles): use news_nntp_group() instead of
18471         nntp_group() and news_nntp_xover() instead of nntp_xover();
18472         removed old authentication code.
18473         (news_get_group_list): use news_nntp_list() instead of nntp_list().
18474
18475         * src/nntp.c (nntp_list): return real error code instead of
18476         hardcoded NN_ERROR.
18477
18478 2001-04-29 [sergey]
18479
18480         * configure.in: fixed wint_t typedef detection again
18481
18482 2001-04-28 [hoa]
18483
18484         * src/prefs_account.[ch], added A_LOCAL_CMD
18485                 (send mail with mail command)
18486         * src/send.c added function send_message_with_command()
18487         * src/inc.c made a more secure get_spool() function with
18488                 mktemp() but maybe mkstemp() or something more
18489                 secure can be used.
18490
18491 2001-04-28 [alfons]
18492
18493         * src/textview.c, colorization of email addresses in headers
18494
18495         0.4.65claws6
18496
18497         * bug sync with sylpheed
18498         * prefs_common.c: created date format ui for darko
18499         * sync with 0.4.65cvs11
18500         * configure.in: corrected to have the new gpg checks
18501
18502 2001-04-27 [alfons]
18503
18504         * completed sync with 0.4.65cvs10
18505         * minor debug things added to gtkstext.c
18506
18507 2001-04-27 [darko]
18508
18509         * configure.in: remove check for availability of
18510           strftime() as advised by Hiroyuki
18511         * src/prefs_common.[ch], src/procheader.c:
18512           synch strftime() code with Hiroyki's main branch
18513
18514 2001-04-26 [sergey]
18515
18516         * src/news.c: news_query_password(), news_authenticate(): new
18517           functions.
18518           news_get_uncached_articles(): added NNTP authentication
18519           handling.
18520         * src/nntp.[ch]: nntp_authinfo_user(), nntp_authinfo_pass():
18521           new functions.
18522         * src/prefs_account.c: prefs_account_protocol_activated():
18523           enable userid and password fields for NNTP.
18524
18525 2001-04-26
18526
18527         * configure.in: check for availability of strftime()
18528           [darko]
18529         * src/prefs_common.[ch], src/procheader.c: use
18530           strftime() for displaying date in summary pane if it
18531           is available
18532
18533 2001-04-25
18534
18535         * more .cvsignore cleanups [alfons]
18536
18537 2001-04-25
18538
18539         * ac/sv-check-type.m4: new autoconf macro.
18540         * configure.in: fixed wint_t typedef detection (did not work
18541           with gcc-2.96).
18542
18543 2001-04-25
18544
18545         * acconfig.h: added USE_GTKGDK_XIM definition for autoheader.
18546           [hiroyuki]
18547
18548 2001-04-24
18549         * modified gtkstext.c : buggy cursor navigation fixed, 
18550           and font descent also taken in account when drawing
18551           cursor. [alfons]
18552
18553 2001-04-24 [hoa]
18554         * added comments in src/news.c src/nntp.c
18555         * added src/prefs_headers.[ch]
18556         * added src/headers.[ch]
18557         * modified compose.c to activate custom headers
18558                 added function is_in_custom_headers
18559         * modified prefs_account.[ch]
18560                 added function prefs_account_customhdr_edit
18561         * modified src/defs.h :
18562                 added HEADERS_RC : name of the config file
18563                 for the custom headers
18564
18565 2001-04-24
18566
18567     0.4.65claws5
18568
18569         * configure.in
18570           src/gtkstext.[ch]
18571           src/compose.c
18572           src/Makefile.am
18573           
18574           added gtkstext with configure.in patch by Hiroyuki which
18575           should fix the XIM detection [alfons]
18576
18577         * more clean up of cvs [alfons]
18578
18579                  * removed all Makefile.in files to attic.
18580
18581                  * updated all .cvsignores to really ignore things that could
18582                    be unintentionally committed by a recursive commit.
18583
18584 2001-04-23 [hoa]
18585         * added src/grouplist_dialog.[ch]
18586         * changed src/folderview.c to call grouplist_dialog instead
18587                 of inputdialog
18588         * src/news.c :
18589                 added functions news_reset_group_list
18590                 and news_get_group_list
18591         * src/nntp.c :
18592                 added function nntp_list
18593         * src/defs.h :
18594                 added GROUPLIST_FILE : name of the newsgroup list cache file
18595
18596 2001-04-21
18597
18598         * added option to warn about queued messages on exit [sergey]:
18599
18600           * src/compose.c: compose_queue(): call folder_item_scan()
18601             and folderview_update_item() after queueing.
18602           * src/folderview.c: folderview_update_node(): draw the queue
18603             folder in bold font if there are queued messages.
18604           * src/mainwindow.c: queued_messages(): new function.
18605             app_exit_cb(): display warning if there are queued messages
18606             if warn_queued_on_exit is set.
18607           * prefs_common.[ch]: add warn_queued_on_exit option.
18608
18609         * enhanced GnuPG key selection support [sergey]:
18610
18611           * src/select-keys.c: updated to newer version from Win32
18612             branch with support for selecting arbitrary keys.
18613           * src/prefs_account.c: added the Privacy tab to the account
18614             options window.
18615             prefs_account_privacy_create(),
18616             prefs_account_sign_key_set_data_from_radiobtn(),
18617             prefs_account_sign_key_set_radiobtn(): new functions.
18618           * src/prefs_account.h: new preferences sign_key_type, sign_key_id.
18619           * src/rfc2015.c: set_signers(): new function.
18620             pgp_sign(): add the account parameter, call set_signers().
18621             rfc2015_sign(): add the account parameter, pass it to pgp_sign().
18622           * src/rfc2015.h: rfc2015_sign(): updated prototype.
18623           * src/compose.c: pass the current account to rfc2015_sign().
18624
18625         * tag name claws added to prevent confusion with main branch [alfons]
18626
18627         * Sync with sylpheed-0.4.65cvs4 and made it compile. [sergey]
18628
18629         * autogen.sh: Added "--enable-maintainer-mode". [sergey]
18630
18631         * sync with recent sylpheed cvs. Untested though. [alfons]
18632