0.9.6claws1
[claws.git] / ChangeLog.claws
1 2003-10-02 [christoph]  0.9.6claws1
2
3         * src/imap.c
4                 add UIDPLUS support for COPY and EXPUNGE
5
6 2003-10-02 [paul]       0.9.6claws
7
8         * 0.9.6claws released
9
10 2003-10-02 [paul]
11
12         * po/es.po
13           po/sk.po
14                 update Spanish and Slovak translations
15                 submitted by Ricardo Mones Lastra and Andrej Kacian
16  
17 2003-10-02 [paul]       0.9.5claws43
18
19         * po/en_GB.po
20                 update British English translation
21
22 2003-10-02 [paul]       0.9.5claws42
23
24         * po/hr.po
25                 update Croatian translation, submitted by Dragan
26
27 2003-10-01 [paul]       0.9.5claws41
28
29         * po/pl.po
30           po/sr.po
31                 update Polish and Serbian translations, submitted by
32                 Emil and Urke MMI
33
34 2003-10-01 [melvin]     0.9.5claws40
35
36         * po/fr.po
37                 Updated French translations
38
39 2003-10-01 [melvin]     0.9.5claws39
40
41         * src/prefs_fonts.c
42                 Fixed a Gtk warning
43
44         * src/plugins/dillo_prefs.c     
45                 Quasi unnoticeable UI clean-up.
46
47 2003-10-01 [paul]
48
49         * tools/README
50           tools/maildir2sylpheed.pl
51                 bug fixes, rewrites, submitted by Matthias Förste 
52                 <itsjustme@users.sourceforge.net>
53
54 2003-09-29 [paul]       0.9.5claws38
55
56         * src/inc.c
57                 fix my coding carelessness
58
59 2003-09-29 [paul]       0.9.5claws37
60
61         * po/POTFILES.in
62           src/Makefile.am
63           src/main.c
64           src/prefs_common.[ch]
65           src/prefs_fonts.[ch]  ** NEW FILES **
66                 move Font config options to Other Prefs/Display/Fonts
67                 (user's current configuration is preserved)
68
69 2003-09-29 [paul]       0.9.5claws36
70
71         * src/inc.c
72           src/prefs_account.c
73                 allow 'local_mbox' value to point to either a directory 
74                 (/var/mail -  default, new) or a file (/var/mail/username
75                 - original)
76
77 2003-09-28 [paul]       0.9.5claws35
78
79         * src/rfc2015.c
80                 on signature check, where key exists, print the
81                 Key ID
82
83 2003-09-27 [alfons]     0.9.5claws34
84
85         * src/action.c
86                 o make progress bar not fill/expand when resizing dialog
87                 o use default fixed text font for actions output
88
89 2003-09-27 [paul]       0.9.5claws33
90
91         * src/prefs_common.[ch]
92           src/procmsg.c
93           src/send_message.c
94                 remove External Program settings from Common Prefs/Send
95                 as they are now unnecessary due to Local account settings.
96                 plus a little tidying-up after 0.9.5claws31
97
98 2003-09-27 [paul]       0.9.5claws32
99
100         * src/prefs_account.c
101                 o make correction to gui text:
102                   'Local mailbox file' -> 'Local mailbox directory'
103                 o give 'local_mbox' option a reasonable default value:
104                   '/var/mail'
105                 o use 'DEFAULT_SENDMAIL_CMD' as default 'mail_command'
106                   value
107
108 2003-09-26 [paul]       0.9.5claws31
109
110         * src/inc.c
111           src/prefs_common.[ch]
112                 remove 'Incorporate from spool' common pref,
113                 force creation of a 'Local' account
114
115 2003-09-26 [christoph]  0.9.5claws30
116
117         * src/folder.c
118         * src/msgcache.c
119                 add more NULL pointer checks
120
121 2003-09-25 [christoph]  0.9.5claws29
122
123         * src/folder.c
124                 o don't fetch source message to get it's message id
125                 o immediately scan dest folder when copying a message did not
126                   return a new message number and not do it when the first message
127                   without a new message number is found
128
129 2003-09-23 [christoph]  0.9.5claws28
130
131         * src/compose.c
132                 fix generating of headers
133
134         (patch by David Relson <relson@osagesoftware.com>)
135
136 2003-09-23 [paul]       0.9.5claws27
137
138         * po/zh_CN.po
139                 update Simplified Chinese translation. submitted by
140                 Hansom Young
141
142 2003-09-23 [paul]       0.9.5claws26
143
144         * tools/Makefile.am
145           tools/README
146           tools/vcard2xml.py    ** NEW FILE **
147                 add a script that converts an evolution vcard to
148                 sylpheed's xml format
149                 submitted by Bogdan Sumanariu <bsumanariu@one5.ro>
150
151 2003-09-22 [paul]       0.9.5claws25
152
153         * src/plugins/clamav/clamav_plugin.c
154                 don't skip MULTIPART parts
155
156 2003-09-21 [christoph]  0.9.5claws24
157
158         * src/alertpanel.c
159                 remove unneeded include
160
161         * src/folder.c
162                 clean up copy/move mess with duplicated code
163
164         * src/imap.c
165                 fix problem that sometimes the folder was not scanned
166                 also it was changed
167
168 2003-09-21 [christoph]  0.9.5claws23
169
170         * src/Makefile.am
171         * src/logwindow.[ch]                    ** REMOVE **
172         * src/mainwindow.c
173         * src/prefs_common.c
174         * src/gtk/Makefile.am
175         * src/gtk/logwindow.[ch]                ** ADD **
176                 make logwindow prefs_common independent and move
177                 it to gtk directory
178
179 2003-09-20 [christoph]  0.9.5claws22
180
181         * src/compose.c
182                 add extra space for address code conversion
183                 (4 * unconvered size could be too small for short headers)
184
185 2003-09-20 [christoph]  0.9.5claws21
186
187         * src/compose.c
188                 increase temp buffer size when writing headers
189
190 2003-09-19 [darko]      0.9.5claws20
191
192         * src/compose.c
193                 don't ignore value of 'Save copy of outgoing messages to
194                 this folder instead of Sent' in message redirect
195
196 2003-09-17 [christoph]  0.9.5claws19
197
198         * src/compose.c
199                 use ", " as address seperator for mail headers and pass whole
200                 header line at once to compose_convert_header to make sure
201                 it is correctly folded
202
203         (closes Bug 64 Problem when sending to many recipients)
204
205 2003-09-17 [hoa]        0.9.5claws18
206         
207         * src/matcher.[ch]
208           src/matcher_parser_parse.y
209           src/prefs_matcher.c
210                 changed the keyword used for command execution in condition
211                 keyword is changed from "execute" to "test"
212                 so that it is not the same as the one used for action.
213                 This will fix a bug when using filtering dialog.
214                 All semantic in the code is also changed to reflect
215                 the keyword change.
216
217 2003-09-17 [paul]
218         
219         * sync with 0.9.6 release
220
221 2003-09-17 [paul]       0.9.5claws17
222
223         * sync with 0.9.5cvs8
224                 see ChangeLog 2003-09-16 and 2003-09-17
225
226 2003-09-16 [paul]       0.9.5claws16
227
228         * sync with 0.9.5cvs6
229                 see ChangeLog 2003-09-16
230
231 2003-09-15 [paul]       0.9.5claws15
232
233         * sync with 0.9.5cvs5
234                 see ChangeLog 2003-09-15
235
236 2003-09-14 [alfons]     0.9.5claws14
237
238         * src/inc.c
239                 make "Go to inbox after receiving new mail" again;
240                 regression of a sync, restored to sylpheed main 
241                 behaviour. (misses still some bits)
242
243 2003-09-14 [alfons]     0.9.5claws13
244
245         * src/prefs_filtering_action.c
246                 o add proper message if empty execute command line
247                 o don't select first action item after registering a
248                   new action to prevent (what seems to be a GTK) bug
249                   #36, "filtering will only accept one action change 
250                   per invocation".
251
252 2003-09-14 [alfons]     0.9.5claws12
253
254         * src/prefs_filtering.c
255         * src/prefs_filtering_action.c
256         * src/prefs_matcher.c
257                 fix function signature for key_pressed_event signal handlers
258
259 2003-09-14 [alfons]     0.9.5claws11
260
261         * src/mainwindow.c
262                 fix regression caused by fix for invalid bug #7
263                 (should fix #246, "Multiple selections are deselected when 
264                 moving from search window to main window")
265                 
266 2003-09-14 [alfons]     0.9.5claws10
267         
268         * src/actions.[ch]
269         * src/filtering.[ch]
270         * src/prefs_actions.c
271                 allow `filtering actions` in actions; only for advanced users
272                 right now: try for example, "%as{mark color 2}" 
273         
274 2003-09-13 [paul]       0.9.5claws9
275         
276         * po/pl.po
277           po/zh_CN.po   ** NEW FILE **
278                 update Polish translation, submitted by Emil 
279                 <eminowbl@posejdon.wpk.p.lodz.pl>
280                 add new Simplified Chinese translation, submitted by
281                 Hansom Young <hansom_young@yahoo.com>
282
283 2003-09-12 [alfons]     0.9.5claws8
284
285         * src/summaryview.c
286                 don't open separate message views when View | Separate message view
287                 is active 
288                 (please look carefully for any navigation regressions)
289
290 2003-09-11 [alfons]     0.9.5claws7
291
292         * src/mainwindow.c
293                 make default message view, opened by View | Separate message 
294                 view, look like a claws message view (which includes a menu
295                 bar and a toolbar)
296                 (fixes bug #298, "message view loses tool bar") 
297
298 2003-09-11 [christoph]  0.9.5claws6
299
300         * src/folderview.c
301                 fix double deleting of newsgroup folders
302
303         (closes Bug 305 crash after deleting of a newsgroup)
304
305 2003-09-11 [paul]       0.9.5claws5
306
307         * src/rfc2015.c
308           src/common/utils.h
309                 more sync'ing from 0.9.5cvs2
310
311 2003-09-11 [christoph]  0.9.5claws4
312
313         * src/compose.c
314         * src/rfc2015.c
315         * src/common/utils.h
316                 fix sync with 0.9.5cvs2
317
318 2003-09-11 [paul]       0.9.5claws3
319
320         * sync with 0.9.5cvs4
321                 see ChangeLog 2003-09-11
322
323 2003-09-11 [paul]       0.9.5claws2
324
325         * sync with 0.9.5cvs2
326                 see ChangeLog 2003-09-05
327                 
328 2003-09-11 [paul]       0.9.5claws1
329
330         * sync with 0.9.5cvs3
331                 see ChangeLog 2003-09-10
332
333 2003-09-10 [paul]       0.9.5claws
334
335         * 0.9.5claws released
336
337 2003-09-10 [paul]       0.9.4claws78
338
339         * src/Makefile.am
340                 add missing files
341
342 2003-09-10 [melvin]     0.9.4claws77
343
344         * po/fr.po
345                 Updated French translations
346
347 2003-09-10 [paul]       0.9.4claws76
348
349         * po/es.po
350           po/sk.po
351           po/sr.po
352                 update Spanish, Slovak, and Serbian translations.
353                 submitted by Ricardo Mones Lastra, Andrej Kacian,
354                 and Urke MMI
355                 
356         * AUTHORS
357                 add translation team section
358
359 2003-09-09 [christoph]  0.9.4claws75
360
361         * src/folder.c
362                 free item->prefs in folder_item_destroy
363
364 2003-09-09 [alfons]     0.9.4claws74
365
366         * src/folderview.c
367                 o proper check for root node sorting
368                 o remove unnecessary gtk_ctree_remove_node 
369
370         (should fix bug #300, "crash while moving folder")      
371
372 2003-09-08 [christoph]  0.9.4claws73
373
374         * src/folderview.c
375                 o fix double adding of IMAP FolderItems to GtkCTree
376                 o fix crash then mbox folder is removed
377
378 2003-09-08 [christoph]  0.9.4claws72
379
380         * src/folder.c
381         * src/folderview.c
382         * src/mainwindow.c
383                 fix new folder notification
384
385         * src/mbox_folder.c
386                 fix cache path
387
388 2003-09-08 [christoph]  0.9.4claws71
389
390         * src/compose.c
391                 replace '\n' and '\r' before removing trailing spaces
392
393         * src/folder.[ch]
394         * src/folderview.c
395                 add information about new or removed items in folder tree change
396                 notification and use this in folderview to add and remove only
397                 the appected items and not refresh the whole tree
398
399 2003-09-07 [match]      0.9.4claws70
400
401         * src/Makefile.am
402         * src/addr_compl.c
403         * src/addressbook.c
404         * src/addressitem.h
405         * src/addrindex.c
406         * src/addritem.c
407         * src/addritem.h
408         * src/addrquery.c                       ** NEW **
409         * src/addrquery.h
410         * src/ldapquery.c
411         * src/ldapserver.c
412         * src/stock_pixmap.c
413         * src/stock_pixmap.h
414         * src/pixmaps/address_search.xpm        ** NEW **
415                 re-introduce Lookup button for LDAP 'static' searches.
416
417 2003-09-07 [alfons]     0.9.4claws69
418         
419         * src/summaryview.c
420                 abandon setting usize for messageview because it gives layout problems
421                 with the quick search bar and the headerview; fixes assorted UI glitches:
422                 
423                 o bug #148, "Toggling of quick-search bar reduces index view area" 
424                 o bug #280, "Window resiizes for line length but does not revert"
425
426 2003-09-07 [christoph]  0.9.4claws68
427
428         * src/compose.c
429                 o make sure we don't have any newlines in header values
430                 o check custom headers for spaces and newlines and ignore
431                   malformed header names
432
433 2003-09-06 [christoph]  0.9.4claws67
434
435         * src/folder.c
436         * src/folderview.c
437                 invoke notification hook for folder tree changes after append
438                 and remove folder
439
440         (closes Bug 294 Crash while moving folder with many subdirectories)
441
442 2003-09-06 [christoph]  0.9.4claws66
443
444         * src/folder.c
445                 destroy folder's MsgCache if FolderItem is removed to make sure
446                 it is not saved when the FolderItem is destroyed
447
448 2003-09-06 [christoph]  0.9.4claws65
449
450         * src/plugins/clamav/clamav_plugin.c
451                 fix copy & paste bug
452
453 2003-09-05 [christoph]  0.9.4claws64
454
455         * src/folder.c
456         * src/messageview.[ch]
457         * src/procmsg.[ch]
458         * src/summaryview.c
459                 extend MSGINFO_UPDATE_HOOK to send delete notifications. Used
460                 by MessageView to clear it when the message is deleted. Should
461                 work even if messages are deleted in MainWindow or by
462                 processing.
463
464 2003-09-05 [alfons]     0.9.4claws63
465
466         * src/messageview.c
467                 deleting a message in a message view frees its msginfo, make 
468                 messageview_update_all() aware of that (should fix bug #293,
469                 "deleting message caused crash")
470
471 2003-09-05 [melvin]     0.9.4claws62
472
473         * src/action.c
474                 Improve synchronous action exit code (fixes 
475                 a ~5 seconds delay after action exit on RedHat 9)
476
477 2003-09-04 [christoph]  0.9.4claws61
478
479         * src/compose.c
480         * src/rfc2015.c
481         * src/common/utils.[ch]
482                 add util function to create mime boundary and use it
483                 in compose and gpg code
484
485 2003-09-04 [alfons]     0.9.4claws60
486
487         * src/folder.c
488                 source folder item's GNode should already have been freed in 
489                 a previous call to src->folder->klass->remove_folder()
490                 (should fix bug #287, "crash when moving folders")
491
492 2003-09-03 [thorsten]   0.9.4claws59
493
494         * src/plugins/spamassassin/spamassassin_gtk.c
495                 fix compile error
496
497 2003-09-03 [christoph]  0.9.4claws58
498
499         * src/plugins/spamassassin/spamassassin.[ch]
500         * src/plugins/spamassassin/spamassassin_gtk.c
501                 add timeout config option
502
503 2003-09-03 [paul]       0.9.4claws57
504
505         * po/sk.po      ** NEW FILE **
506                 add Slovak translation. Submitted by Andrej Kacian 
507                 <andrej@kacian.sk>
508
509 2003-09-03 [paul]       0.9.4claws56
510
511         * src/plugins/clamav/clamav_plugin_gtk.c
512                 gui tweaks: replace a label with a tooltip, modify the
513                 text, use gtk_check_button_new(); instead of
514                 gtk_check_button_new_with_label("");
515
516 2003-09-02 [alfons]     0.9.4claws55
517
518         * src/gtk/filesel.c
519                 remember last used dir when attaching multiple files (should fix
520                 bug #290, "Attach File does not remember directory")
521
522 2003-09-01 [paul]       0.9.4claws54
523
524         * po/es.po
525                 updated by Ricardo Mones Lastra
526
527 2003-09-01 [alfons]     0.9.4claws53
528
529         * src/gtk/gtkaspell.[ch]
530                 be pedantic and strict and use const gchar * instead of guchar *
531
532 2003-09-01 [alfons]     0.9.4claws52
533
534         * src/mainwindow.c
535         * src/summaryviewc.
536                 re-enable Save As when multiple messages are selected
537
538 2003-09-01 [paul]       0.9.4claws51
539
540         * src/textview.c
541                 g_free(trimmed_uri);
542
543 2003-09-01 [paul]       0.9.4claws50
544
545         * sync with 0.9.4cvs13
546                 see ChangeLog 2003-09-01
547
548 2003-09-01 [paul]       0.9.4claws49
549
550         * src/textview.c
551                 trim uri before sending to the statusbar
552                 fixes Bug 275 'Clicking on long URL wrapped onto two lines
553                 in the message window causes main S-C window to enlarge 
554                 past screen edges'
555
556 2003-09-01 [paul]       0.9.4claws48
557
558         * sync with 0.9.4cvs12
559                 see ChangeLog 2003-09-01
560
561 2003-08-30 [christoph]  0.9.4claws47
562
563         * src/compose.c
564         * src/folder_item_prefs.[ch]
565         * src/prefs_folder_item.c
566         * src/gtk/gtkaspell.[ch]
567                 commit per folder dictionary patch by
568                 Paul Evans <nerd@freeuk.com>
569
570 2003-08-30 [christoph]  0.9.4claws46
571
572         * src/plugins/spamassassin/spamassassin_gtk.c
573         * src/plugins/spamassassin/spamassassin_gtk.glade
574                 reduce GUI clutter by placing hints into tooltips
575
576 2003-08-30 [paul]       0.9.4claws45
577
578         * src/compose.c
579                 add 'Content-Disposition: inline' to a text/plain
580                 part when using PGP/MIME signing
581
582 2003-08-30 [paul]       0.9.4claws44
583
584         * src/prefs_common.c
585           src/prefs_spelling.c
586           src/prefs_spelling.glade
587                 reduce GUI clutter by placing hints into tooltips
588
589 2003-08-29 [christoph]  0.9.4claws43
590
591         * configure.ac
592                 fix bug found by Ivan Rayner <ivanr@sgi.com>
593
594         * src/stock_pixmap.c
595                 change unecessary warning into a debug message
596
597         * src/plugins/clamav/Makefile.am
598                 Fix error "-I$(CLAMAV_LIBS)"
599
600 2003-08-29 [christoph]  0.9.4claws42
601
602         * intl/Makefile.in
603         * src/Makefile.am
604         * src/matcher.h
605         * src/common/Makefile.am
606         * src/common/passcrypt.c
607                 commit fixes and patches for some of the IRIX problems found by
608                 Ivan Rayner <ivanr@sgi.com>
609
610 2003-08-29 [paul]       0.9.4claws41
611
612         * src/prefs_filtering.c
613                 add 'Top' and 'Bottom' buttons, based on changes in
614                 src/prefs_filter.c in 0.9.4cvs11.
615
616 2003-08-27 [christoph]  0.9.4claws40
617
618         * src/folderview.c
619                 fix bug that the current summary settings were copied to the
620                 wrong folder item, when the folder item prefs are opened.
621                 Copying is not required because summary settings and
622                 folder_item_prefs do not contain the same settings
623
624 2003-08-27 [thorsten]   0.9.4claws39
625
626         * src/imap.c
627                 fix compile error
628
629 2003-08-26 [paul]       0.9.4claws38
630
631         * sync with 0.9.4cvs9
632                 see ChangeLog 2003-08-26
633
634 2003-08-25 [paul]       0.9.4claws37
635
636         * sync with 0.9.4cvs8
637                 see ChangeLog 2003-08-25
638
639 2003-08-24 [christoph]  0.9.4claws36
640
641         * src/prefs_filtering.c
642                 shouldn't remove items from a GSList while iterating over the
643                 list (makes cur invalid and cur->next not accessable)
644
645         (closes Bug 272 i deleted an folder and some seconds later sylpheed
646          crashed)
647
648 2003-08-23 [christoph]  0.9.4claws35
649
650         * src/news.c
651                 news folders should be scanned when opened
652
653 2003-08-22 [christoph]  0.9.4claws34
654
655         * src/prefs_folder_item.c
656                 use macro to assign strings that always frees the old string
657
658         * src/gtk/gtkaspell.[ch]
659                 add gtkaspell_set_dictionary_menu_active_item() to set active
660                 item in dictionary option menu
661
662         * src/prefs_spelling.c
663                 use gtkaspell_set_dictionary_menu_active_item() to select
664                 dictionary
665
666 2003-08-21 [christoph]  0.9.4claws33
667
668         * src/folder.[ch]
669         * src/imap.c
670         * src/mbox_folder.c
671         * src/mh.c
672         * src/news.c
673                 optimize folder system
674
675         * src/gtk/gtkstext.c
676                 fix division by zero when font has 0 width for ' '
677
678 2003-08-21 [paul]       0.9.4claws32
679
680         * sync with 0.9.4cvs7
681                 see ChangeLog 2003-08-20
682
683 2003-08-19 [paul]       0.9.4claws31
684
685         * src/common/defs.h
686                 add the missing '/' to SYLDOC_MANUAL_HTML_INDEX and
687                 SYLDOC_FAQ_HTML_INDEX.
688         * src/manual.c
689                 use LC_MESSAGES instead of LC_ALL to find the current
690                 language
691
692           fixes Bug #281 'in src/manual.c URL for manuals and FAQ wrong'.
693
694 2003-08-19 [paul]       0.9.4claws30
695
696         * po/bg.po
697                 updated by George Danchev
698
699 2003-08-18 [luke]       0.9.4claws29
700         * src/mimeview.[ch]
701         * src/gtk/gtkvscrollbutton.[ch]
702                 o removed gtk_vscrollbutton_reset() (reasons: reduce 
703                   dependencies; do it the GTK way; reduce code -14/+2 lines)
704                 o removed horizontal separator between icons
705
706 2003-08-17 [christoph]  0.9.4claws28
707
708         * src/procmsg.c
709                 no subject threading when the subject has no reply prefix
710
711 2003-08-16 [christoph]  0.9.4claws27
712
713         * src/mainwindow.c
714                 remember and restore window sizes and position when the main
715                 window is hidden or shown
716
717         (closes Bug 274 Window size in 0.9.4claws18 not remembered when
718          minimised/reopened using trayicon)
719
720 2003-08-16 [paul]       0.9.4claws26
721
722         * src/crash.c
723                 add #include "defs.h"
724
725 2003-08-16 [paul]       0.9.4claws25
726
727         * src/plugins/clamav/clamav_plugin.c
728                 reword a debug_print
729                 
730         * src/plugins/dillo_viewer/dillo_prefs.c
731                 cosmetic: change the labels' text, add tooltips, and
732                 left-align the hint
733
734 2003-08-15 [christoph]  0.9.4claws24
735
736         * src/news.c
737                 complete last change (forgot some changes)
738
739 2003-08-15 [christoph]  0.9.4claws23
740
741         * src/news.c
742                 o check number of messages and don't return a 0 message
743                   when no messages are available
744                 o don't parse xref header anymore
745
746         (closes Bug 203 I'm not getting any news)
747
748 2003-08-15 [paul]       0.9.4claws22
749
750         * src/common/defs.h
751           src/crash.c
752                 update and define claws bugzilla location
753
754 2003-08-15 [paul]       0.9.4claws21
755
756         * po/ru.po
757                 update submitted by Ruslan N. Balkin
758
759 2003-08-14 [christoph]  0.9.4claws20
760
761         * src/procmsg.c
762                 fix search for oldest node in subject threading
763
764 2003-08-14 [christoph]  0.9.4claws19
765
766         * src/procmsg.c
767         * src/common/utils.h
768                 add possibility to check all nodes with the same subject for
769                 subject threading, not only the oldest node. Should not break
770                 threads anymore if the oldest node is thread_by_subject_max_age
771                 days older then parent, because it can now find a child of
772                 oldest node as new parent.
773
774 2003-08-11 [christoph]  0.9.4claws18
775
776         * src/plugins/spamassassin/spamassassin.c
777                 run spam check in background process
778
779 2003-08-10 [alfons]     0.9.4claws17
780
781         * src/summaryview.c
782                 make `Select All' sensitive too
783
784 2003-08-10 [christoph]  0.9.4claws16
785
786         * src/imap.c
787                 add more checks in imap_close
788
789 2003-08-09 [alfons]     0.9.4claws15
790
791         * src/prefs_spelling.c
792                 no spell checking UI if not requested
793
794 2003-08-09 [alfons]     0.9.4claws14
795
796         * src/gtk/prefswindow.c
797                 make it compile
798
799 2003-08-09 [christoph]  0.9.4claws13
800
801         * src/prefs_spelling.c
802         * src/gtk/prefswindow.[ch]
803         * src/plugins/clamav/clamav_plugin_gtk.c
804         * src/plugins/spamassassin/spamassassin_gtk.c
805                 sort prefs pages by heighest weight in tree
806
807 2003-08-09 [paul]       0.9.4claws12
808
809         * sync with 0.9.4cvs6
810                 see ChangeLog 2003-08-07
811                 
812         * AUTHORS
813                 add Leandro and Luke to claws-branch section
814
815 2003-08-09 [christoph]  0.9.4claws11
816
817         * src/gtk/Makefile.am
818         * src/gtk/colorsel.[ch]                 ** NEW **
819                 create a color selection dialog that can be used as a simple
820                 function call with it's own gtk main loop like filesel.[ch]
821
822         * src/Makefile.am
823         * src/main.c
824         * src/prefs_common.c
825         * src/prefs_spelling.[ch]               ** NEW **
826         * src/prefs_spelling.glade              ** NEW **
827         * src/gtk/gtkutils.[ch]
828                 move "Spell Checker" prefs to new prefs dialog
829
830         * src/prefs_folder_item.c
831                 use new colorsel dialog
832
833 2003-08-08 [paul]       0.9.4claws10
834
835         * src/inc.c
836                 clear the progress bar unconditionally
837
838 2003-08-08 [paul]       0.9.4claws9
839
840         * sync with 0.9.4cvs4
841                 see ChangeLog 2003-07-31
842
843 2003-08-07 [christoph]  0.9.4claws8
844
845         * configure.ac
846                 fix bug in image viewer plugin part
847
848         * src/imap.c
849                 don't execute close command if the folder item is not selected
850
851 2003-08-07 [hoa]        0.9.4claws7
852
853         * src/filtering.[ch]
854         * src/matcher_parser.h
855         * src/matcher_parser_parse.y
856                 can define several actions for each filtering rule
857                 can import old versions of filtering rules
858
859         * src/prefs_filtering.c
860                 call to a new dialog box to define actions
861
862         * src/prefs_filtering_action.[ch]
863                 dialog box to define actions for filtering rules
864
865 2003-08-06 [christoph]  0.9.4claws6
866
867         * src/imap.c
868                 make sure source folder is selected when copying messages
869
870 2003-08-06 [christoph]  0.9.4claws5
871
872         * sync with 0.9.4cvs2
873                 see ChangeLog 2003-07-29                
874
875 2003-08-05 [paul]       0.9.4claws4
876
877         * sync with 0.9.4cvs3
878                 see ChangeLog 2003-07-30
879
880 2003-08-04 [match]      0.9.4claws3
881
882         * po/POTFILES.in
883                 export of LDIF files.
884
885 2003-08-04 [match]      0.9.4claws2
886
887         * src/ldif.[ch]
888                 support for export LDIF. documented.
889         * src/importldif.[ch]
890         * src/exportldif.[ch]
891                 add tooltips. documented.
892         * src/exphtmldlg.[ch]
893         * src/common/xmlprops.[ch]
894                 documented.
895         * src/exportldif.[ch]                   ** NEW **
896         * src/expldifdlg.[ch]                   ** NEW **
897         * src/addressbook.[ch]
898         * src/Makefile.am
899                 export of LDIF files.
900                 documented.
901
902 2003-08-04 [christoph]  0.9.4claws1
903
904         * .cvsignore
905         * Makefile.am
906         * configure.ac
907         * sylpheed-claws.pc.in                  ** NEW **
908         * src/Makefile.am
909         * src/common/Makefile.am
910         * src/gtk/Makefile.am
911                 install sylpheed header files in $(pkgincludedir) and create a
912                 pkg-config file to allow building a plugin without the source
913                 package
914
915 2003-08-04 [paul]       0.9.4claws
916
917         * version 0.9.4claws
918
919 2003-08-04 [paul]       0.9.3claws97
920
921         * po/es.po
922                 update Spanish translation. Submitted by Ricardo
923                 Mones Lastra.
924
925 2003-08-03 [paul]       0.9.3claws96
926
927         * po/hr.po
928           po/sr.po
929                 update Croatian and Serbian translations. Submitted by
930                 Dragan and Urke MMI respectively
931
932 2003-08-03 [alfons]     0.9.3claws95
933
934         * src/summaryview.c
935                 mark flag has precedence over important flag - seems
936                 to have been changed in sync of 0.9.3claws45. this fixes
937                 a regression where messages that were scored as important
938                 don't show their mark flags. (using the same column for
939                 both importance as mark flags is the real problem
940                 ofcourse)
941
942 2003-08-03 [melvin]     0.9.3claws94
943
944         * po/fr.po
945                 Updated French translations.
946
947 2003-08-03 [melvin]     0.9.3claws93
948
949         * src/Makefile.am
950                 Fixed typo introduced after 0.9.3claws92 
951                 that prevented compilation
952                 Updated to use AM_CPPFLAGS and AM_YFLAGS instead of
953                 CPPFLAGS and YFLAGS to allow user setting these.
954         * src/common/Makefile.am
955         * src/gtk/Makefile.am
956         * src/plugins/clamav/Makefile.am
957         * src/plugins/demo/Makefile.am
958         * src/plugins/dillo_viewer/Makefile.am
959         * src/plugins/image_viewer/Makefile.am
960         * src/plugins/mathml_viewer/Makefile.am
961         * src/plugins/spamassassin/Makefile.am
962         * src/plugins/trayicon/Makefile.am
963         * src/plugins/trayicon/libeggtrayicon/Makefile.am
964                 Updated to use AM_CPPFLAGS and AM_YFLAGS instead of
965                 CPPFLAGS and YFLAGS to allow user setting these.
966
967 2003-08-02 [christoph]  0.9.3claws92
968
969         * configure.ac
970                 o rearrange plugin tests
971                 o add test for clamav.h to ClamAV tests
972
973 2003-08-02 [luke]       0.9.3claws91
974
975         * src/mimeview.c
976                 o fixed appearance of icon list when toggling back from the 
977                   ctree
978                 o toggling of icons using the keyboard works correctly
979                 o fixed all other keyboard shortcuts to work when icons are
980                   active
981         
982         * src/messageview.c
983                 o fixed bug 4 - focus lost when changing messageview view type
984
985 2003-08-02 [christoph]  0.9.3claws90
986
987         * src/common/hooks.c
988                 fix crash when pointer stored in hash table could get invalid
989                 when a plugin is unloaded
990
991 2003-08-01 [christoph]  0.9.3claws89
992
993         * configure.ac
994                 o try to build all plugins (except spamassassin) by default
995                 o don't build a plugin if a dependency check fails
996
997         * src/common/hooks.c
998                 fix warning
999
1000 2003-08-01 [match]      0.9.3claws88
1001
1002         * src/importldif.c
1003                 allow single click field selection. document code.
1004
1005 2003-08-01 [christoph]  0.9.3claws87
1006
1007         * src/plugins/clamav/clamav_plugin.c
1008         * src/plugins/clamav/clamav_plugin_gtk.c
1009         * src/plugins/dillo_viewer/dillo_viewer.c
1010         * src/plugins/image_viewer/plugin.c
1011         * src/plugins/mathml_viewer/mathml_viewer.c
1012         * src/plugins/spamassassin/spamassassin.c
1013         * src/plugins/spamassassin/spamassassin_gtk.c
1014         * src/plugins/trayicon/trayicon.c
1015                 add version check to all plugins
1016
1017 2003-08-01 [hoa]        0.9.3claws86
1018
1019         * src/prefs_filtering.c
1020                 fixed a cosmetic bug, during creation of dialog box,
1021                 wrong widgets were shown after creation.
1022
1023 2003-08-01 [luke]       0.9.3claws85
1024
1025         * src/mainwindow.c
1026                 o fixed visibility of icons/mimeview after toggling separate
1027                   message/folder view (factored out some similar code too).
1028
1029
1030 2003-07-31 [alfons]     0.9.3claws84
1031
1032         * src/mimeview.c
1033                 tweak icon box UI a bit more, now allowing right-clicks actions
1034                 getting the relevant mime data too; should fix #250, "Can't save 
1035                 attachments sometimes".
1036
1037 2003-07-30 [alfons]     0.9.3claws83
1038
1039         * src/compose.c
1040                 don't do auto-save-draft inside key press handler, but rather
1041                 schedule it half of a second later; should fix #67, "autosave 
1042                 make re-rediting message crazy"
1043
1044 2003-07-30 [christoph]  0.9.3claws82
1045
1046         * src/plugins/trayicon/trayicon.c
1047                 process pending events before unloading the plugin
1048
1049         (closes Bug 196 Unloading Trayicon plugin crashes Sylpheed-Claws)
1050
1051 2003-07-30 [alfons]     0.9.3claws81
1052
1053         * src/common/hooks.c
1054                 parameter 2 of g_hook_destroy() should really be a hook id
1055
1056 2003-07-30 [alfons]     0.9.3claws80
1057
1058         * src/common/plugin.c
1059                 fix a possibly harmful function signature mismatch 
1060                 for plugin_done
1061
1062 2003-07-30 [alfons]     0.9.3claws79
1063
1064         * src/common/hooks[.ch]
1065                 const correctness
1066
1067 2003-07-30 [darko]      0.9.3claws78
1068
1069         * src/summaryview.c
1070                 make it compile again
1071
1072 2003-07-30 [luke]       0.9.3claws77
1073
1074         * src/crash.c
1075         * src/main.c
1076                 o added/moved signal handlers for SIGTERM (normal kill command) 
1077                   and SIGINT (ctl-c) to be used even without 
1078                   --enable-crash-dialog, fixing bug 166
1079
1080         * src/summaryview.c
1081                 o rewrote menu sensitivity code as per mainwindow.c, fixing 
1082                   bug 227
1083
1084         * src/mainwindow.c
1085                 o changed sensitivity condition for 'Next new' and 'Next 
1086                   unread', fixing bug 8
1087
1088 2003-07-29 [alfons]     0.9.3claws76
1089
1090         * src/common/utils.[ch]
1091                 add generate_msgid()
1092         * src/messageview.c
1093                 save ack'ed RRR; fixes #205, "return receipt is not saved in
1094                 sent folder".
1095
1096 2003-07-29 [alfons]     0.9.3claws75
1097
1098         * src/messageview.c
1099                 fix a memleak (claws-only)
1100
1101 2003-07-29 [alfons]     0.9.3claws74
1102
1103         * src/mimeview.[ch]
1104         * src/gtk/gtkvscrollbutton.[ch]
1105                 fix UI glitch where mime icon toolbox' scroll position is not 
1106                 reset after switching to another message
1107                 
1108
1109 2003-07-29 [paul]       0.9.3claws73
1110
1111         * src/prefs_folder_item.c
1112                 split the prefs into 2 separate pages
1113
1114 2003-07-29 [paul]       0.9.3claws72
1115
1116         * src/compose.c
1117                 prepend "\n\n" to a signature without a separator too
1118
1119 2003-07-29 [paul]       0.9.3claws71
1120
1121         * src/compose.c
1122                 fix bug where changing to an account without an auto-sig
1123                 from an initial account without an auto-sig would insert 
1124                 2 blank lines at the cursor point
1125                 fix bug where changing to an account with an auto-sig
1126                 from an initial account without an auto-sig would insert
1127                 the sig at the cursor point
1128
1129 2003-07-29 [paul]       0.9.3claws70
1130
1131         * src/folderview.c
1132                 use the colour from the folder pref unless the folder
1133                 has new messages
1134
1135 2003-07-29 [alfons]     0.9.3claws69
1136
1137         * src/procmsg.[ch]
1138         * src/messageview.c
1139         * src/procheader.c
1140                 rewrite return receipt request work a little bit (the former 
1141                 implementation presumably depended too much on the UI setting
1142                 flags). (we're losing the old pending flag.) 
1143
1144 2003-07-28 [christoph]  0.9.3claws68
1145
1146         * src/folder.c
1147         * src/imap.c
1148         * src/mh.c
1149         * src/procmsg.[ch]
1150                 fix copy to IMAP folder from other folder
1151
1152 2003-07-28 [christoph]  0.9.3claws67
1153
1154         * src/procmsg.c
1155                 fix sync of procmsg_get_message_file_list
1156
1157 2003-07-28 [christoph]  0.9.3claws66
1158
1159         * sync with 0.9.3cvs14
1160                 see ChangeLog 2003-07-18
1161         * sync with 0.9.3cvs17
1162                 see ChangeLog 2003-07-23
1163
1164         (closes Bug 234 segmentation fault after sending out mail via
1165          smtp(auth))
1166
1167 2003-07-28 [paul]       0.9.3claws65
1168
1169         * po/es.po
1170                 update Spanish translation, submitted by Ricardo Mones
1171                 Lastra
1172
1173 2003-07-28 [christoph]  0.9.3claws64
1174
1175         * src/folder.[ch]
1176         * src/imap.c
1177         * src/mh.c
1178                 return new message numbers as a GRelation instead of a GSList
1179                 that has to be in the same order as the input list. A list
1180                 would make it hard for IMAP to optimize oepration by sorting
1181                 the input list. The returned list would have to be reordered
1182                 to match the same order that input list has.
1183
1184         * src/gtk/gtkaspell.c
1185                 fix missing return value, could cause a crash when garbage is
1186                 on the stack that is used as the expected return value
1187
1188 2003-07-28 [paul]       0.9.3claws63
1189
1190         * sync with 0.9.4cvs1
1191                 see ChangeLog 2003-07-28
1192
1193 2003-07-27 [alfons]     0.9.3claws62
1194
1195         * src/mimeview.c
1196                 tweak it more to make icon list act like a check button group
1197
1198 2003-07-27 [christoph]  0.9.3claws61
1199
1200         * sync with 0.9.3cvs20
1201                 see ChangeLog 2003-07-25
1202
1203 2003-07-27 [paul]       0.9.3claws60
1204
1205         * src/procmsg.c
1206                 re-commit changes from 0.9.3claws58 -
1207                 accidently removed in 0.9.3claws59
1208
1209 2003-07-27 [paul]       0.9.3claws59
1210
1211         * src/procmsg.[ch]
1212                 a sync from 0.9.3cvs17
1213                 see ChangeLog 2003-07-23
1214
1215 2003-07-27 [alfons]     0.9.3claws58
1216
1217         * src/procmsg.c
1218                 add missing header members to MsgInfo; fixes the problem of 
1219                 not displaying X-Faces, as noticed by Ricardo Mones
1220
1221 2003-07-26 [christoph]  0.9.3claws57
1222
1223         * sync with 0.9.3cvs18
1224                 see ChangeLog 2003-07-24
1225
1226 2003-07-26 [christoph]  0.9.3claws56
1227
1228         * sync with 0.9.3cvs17
1229                 see ChangeLog 2003-07-23
1230
1231 2003-07-26 [christoph]  0.9.3claws55
1232
1233         * src/folder.[ch]
1234         * src/imap.c
1235         * src/mbox_folder.c
1236         * src/mh.c
1237         * src/news.c
1238                 add support for copy function that copy multiple messages
1239                 (not implemented yet)
1240
1241         * src/summaryview.c
1242                 add missing return value
1243
1244 2003-07-26 [paul]       0.9.3claws54
1245
1246         * tools/multiwebsearch.pl
1247                 do whitespace substitution before passing the string
1248                 to the browser. fixes bug with browsers that don't
1249                 do whitespace conversion themselves.
1250
1251 2003-07-25 [christoph]  0.9.3claws53
1252
1253         * src/folder.[ch]
1254         * src/imap.c
1255         * src/mh.c
1256                 rewrite adding of multiple messages to a folder for
1257                 claws' folder system
1258
1259 2003-07-25 [luke]       0.9.3claws52
1260
1261         * src/mimeview.c
1262                 o icon toggles set correctly on leaving ctree mimeview
1263
1264 2003-07-25 [paul]       0.9.3claws51
1265
1266         * partial sync with 0.9.3cvs21 [src/main.c]
1267                 see ChangeLog 2003-07-25
1268
1269 2003-07-24 [paul]       0.9.3claws50
1270
1271         * tools/maildir2sylpheed.pl
1272                 fix typo
1273
1274 2003-07-24 [paul]       0.9.3claws49
1275
1276         * src/mimeview.c
1277                 increase the gutter size of paned so that the panes
1278                 can be resized
1279                 
1280         * src/plugins/demo/demo.c
1281                 squeeze in another typo fix
1282
1283 2003-07-24 [paul]       0.9.3claws48
1284
1285         * src/plugins/demo/demo.c
1286           src/prefs_account.c
1287                 small changes to the English
1288                 
1289         * src/pixmaps/mime_application_octect_stream.xpm        ** REMOVED **
1290           src/pixmaps/mime_application_octet_stream.xpm         ** NEW FILE **
1291           src/Makefile.am
1292           src/stock_pixmap.c
1293                 rename the misspelled icon
1294
1295 2003-07-23 [alfons]     0.9.3claws47
1296
1297         * src/mimeview.c
1298                 make icon list look like a list of toggles
1299
1300 2003-07-23 [luke]       0.9.3claws46
1301
1302         * src/pixmaps/mimeview_gpg_expired.xpm
1303         * src/pixmaps/mimeview_gpg_failed.xpm
1304         * src/pixmaps/mimeview_gpg_passed.xpm
1305         * src/pixmaps/mimeview_text_html.xpm
1306         * src/pixmaps/mimeview_image.xpm
1307                 o all icons the same size
1308
1309         * src/mimeview.[ch]
1310                 o mimeview ctree arranged vertically above the viewer
1311                 o icons changed to buttons
1312                 o can use keyboard to select an icon (Enter)
1313                 o resize icon list to width of icons
1314
1315         *  src/gtk/gtkvscrollbutton.c
1316                 o sensitivity of buttons reacts to position
1317
1318 2003-07-23 [christoph]  0.9.3claws45
1319
1320         * sync with 0.9.3cvs14 (incomplete)
1321                 see ChangeLog 2003-07-17
1322
1323 2003-07-23 [alfons]     0.9.3claws44
1324
1325         * src/folder.c
1326         * src/procmsg.h
1327                 sync with my local tree to restore some claws-only things
1328
1329 2003-07-23 [paul]       0.9.3claws43
1330
1331         * src/pixmaps/mime_gpg_expired.xpm      ** NEW FILE **
1332           src/pixmaps/mime_gpg_unknown.xpm      ** NEW FILE **
1333           src/Makefile.am
1334           src/mimeview.c
1335           src/procmime.h
1336           src/rfc2015.c
1337           src/stock_pixmap.[ch]
1338                 indicate missing keys and expired sigs/keys
1339                 in mime view column
1340
1341 2003-07-23 [paul]       0.9.3claws42
1342
1343         * src/compose.c
1344                 Redirect fixes: enable automatic account selection and
1345                 do not append signature to message on changing account
1346                 fixes Bug[s] #248
1347
1348 2003-07-23 [paul]       0.9.3claws41
1349
1350         * sync with 0.9.3cvs16
1351                 see ChangeLog 2003-07-23
1352
1353 2003-07-23 [alfons]     0.9.3claws40
1354
1355         * src/inc.c
1356                 give progress dialog a main window, and give it the first 
1357                 one (presumably the only one). fixes bug #247, "segfault on 
1358                 pop-before-smtp" 
1359
1360 2003-07-22 [alfons]     0.9.3claws39
1361
1362         * src/summaryview.c
1363                 shift-space scrolls up
1364
1365 2003-07-22 [paul]       0.9.3claws38
1366
1367         * sync with 0.9.3cvs15
1368                 see ChangeLog 2003-07-22
1369
1370 2003-07-20 [alfons]     0.9.3claws37
1371
1372         * src/compose.c
1373                 put menu inside #ifdef USE_ASPELL..#endif
1374
1375 2003-07-20 [christoph]  0.9.3claws36
1376
1377         * src/procmsg.c
1378                 fix wrong flags in MsgInfo returned by
1379                 procmsg_msginfo_get_full_info()
1380
1381         (closes Bug 221 Deleting messages from the Message View gives incorrect
1382          new/unread message counts in the folder view)
1383
1384         * src/plugins/spamassassin/spamassassin_gtk.c
1385                 add gettext macro for prefs page title
1386
1387 2003-07-20 [paul]       0.9.3claws35
1388
1389         * src/mimeview.c
1390                 redraw icon list on signature check
1391
1392 2003-07-20 [christoph]  0.9.3claws34
1393
1394         * src/Makefile.am
1395         * src/account.c
1396         * src/folder.[ch]
1397         * src/folder_item_prefs.[ch]            ** NEW **
1398         * src/folderview.c
1399         * src/mainwindow.c
1400         * src/mh.c
1401         * src/prefs_gtk.c
1402         * src/prefs_scoring.c
1403         * src/summaryview.c
1404         * src/prefs_folder_item.[ch]
1405                 o seperate FolderItemPrefs (formerly PrefsFolderItem) and the
1406                   Properties dialog
1407                 o use prefswindow for folder properties
1408
1409         * src/gtk/prefswindow.[ch]
1410                 change implementation to use an invisible notebook instead
1411                 of unparenting widgets
1412
1413 2003-07-20 [christoph]  0.9.3claws33
1414
1415         * src/compose.h
1416         * src/folder.c
1417         * src/folderview.h
1418         * src/headerview.h
1419         * src/prefs_filtering.h
1420         * src/prefs_folder_item.[ch]
1421         * src/procmime.h
1422         * src/procmsg.h
1423         * src/summaryview.h
1424                 clean up header mess
1425                 (always use 1. typedefs, 2. #includes, 3. structures)
1426
1427         * src/common/version.h.in
1428                 add casts for constants
1429
1430         * src/plugins/demo/demo.c
1431                 fix typo
1432
1433         * src/plugins/spamassassin/spamassassin.c
1434                 remove unused variable
1435
1436 2003-07-20 [alfons]     0.9.3claws32
1437
1438         * src/mimeview.c
1439                 o make icon buttons respond on left click
1440                 o minor cosmetic change
1441
1442 2003-07-19 [luke]       0.9.3claws31
1443
1444         * src/mimeview.[ch]
1445         * src/gtk/gtkvscrollbutton.c
1446         * src/messageview.c
1447                 o improved mimeview behaviour when selecting a new message
1448                 o plus code cleanups to remove compile warnings
1449
1450
1451 2003-07-19 [alfons]     0.9.3claws30
1452
1453         * src/procmsg.c
1454         * src/compose.c
1455         * src/common/utils.[ch]
1456                 subject_get_reply_prefix_length() <- subject_get_prefix_length()
1457
1458 2003-07-19 [alfons]     0.9.3claws29
1459
1460         * src/prefs_folder_item.c
1461                 reinit "legacy" tmp_prefs, so we don't free nor use invalid 
1462                 string pointers
1463
1464 2003-07-19 [luke]       0.9.3claws28
1465
1466         * src/messageview.c
1467         * src/mimeview.[ch]
1468         * src/procmime.h
1469         * src/rfc2015.c
1470         * src/stock_pixmap.[ch]
1471         * src/gtk/Makefile.am
1472         * src/Makefile.am
1473         * src/gtk/gtkvscrollbutton.[ch]         ** NEW **
1474         * src/pixmaps/mime_*.xpm                ** NEW **
1475                 o mimeview rearrangement with a new icon shortcut bar
1476
1477 2003-07-19 [alfons]     0.9.3claws27
1478
1479         * src/folderview.c
1480                 o plug leaking nodes_to_recollapse
1481                 o add folderview_recollapse_all_nodes() (not used yet)
1482
1483 2003-07-19 [alfons]     0.9.3claws26
1484
1485         * src/compose.c
1486         * src/common/utils.c
1487                 honour #240 "Better SUBJECT handling" by cleaning the prefix
1488                 for both forwarding as replying
1489
1490 2003-07-18 [christoph]  0.9.3claws25
1491
1492         * configure.ac
1493         * src/common/sylpheed.[ch]
1494         * src/common/version.h.in
1495                 add version in numeric form to allow easy comparison
1496
1497         * src/plugins/demo/demo.c
1498                 add version check
1499                 - sylpheed version > plugin version => never allowed, sylpheed
1500                   could contain unknown API changes
1501                 - sylpheed version < minimum version required => don't load,
1502                   API required not available (if linking does not fail)
1503
1504 2003-07-18 [alfons]     0.9.3claws24
1505         
1506         * src/common/plugin.[ch]
1507                 const correctness
1508
1509 2003-07-18 [christoph]  0.9.3claws23
1510
1511         * src/common/hooks.c
1512                 fix crash when hooks where unregisted
1513
1514         * src/plugins/trayicon/trayicon.c
1515                 unregister detroy signal before destroying the widget
1516                 (still crashes when the plugin is unloaded)
1517
1518 2003-07-18 [alfons]     0.9.3claws22
1519         
1520         * src/folderview.c
1521                 delay expanding folder tree during drags until timeout triggered
1522                 (needs perhaps some tweaking, so testing is welcome)
1523
1524 2003-07-17 [alfons]     0.9.3claws21
1525
1526         * src/folderview.c
1527                 clean up cruft
1528
1529 2003-07-17 [christoph]  0.9.3claws20
1530
1531         * src/common/session.c
1532                 fix opening of SSL connections
1533
1534         * src/plugins/image_viewer/Makefile.am
1535                 add OPENSSL_CFLAGS (we should find a better solution to remove
1536                 this dependencies if they are not required)
1537
1538         * src/plugins/spamassassin/spamassassin.c
1539                 remove setlocale workaround (fixed in libspamc)
1540
1541         (closes Bug Bug 184 Entering non-ascii character deletes previous char
1542          if spell checking enabled)
1543
1544 2003-07-17 [alfons]     0.9.3claws19
1545
1546         * src/common/hooks.[ch]
1547         * src/plugins/clamav/clamav_plugin.c
1548         * src/plugins/spamassassin/spamassassin.c
1549         * src/plugins/trayicon/trayicon.c
1550                 fix signedness muck 
1551
1552 2003-07-17 [alfons]     0.9.3claws18
1553
1554         * src/procmime.c
1555                 plug memleak
1556
1557 2003-07-17 [alfons]     0.9.3claws17
1558
1559         * src/inc.c
1560                 plug memleak
1561
1562 2003-07-17 [paul]       0.9.3claws16
1563
1564         * src/common/defs.h
1565           src/mainwindow.c
1566           src/manual.[ch]
1567                 add link to the Claws site's FAQ page, after the suggestion
1568                 and patch by Fred Marton <Fred.Marton@uni-bayreuth.de>
1569                 Move url strings to defs.h
1570                 
1571         * src/mainwindow.c
1572                 fix typo to prevent "unknown menu entry" warnings
1573
1574 2003-07-17 [alfons]     0.9.3claws15
1575
1576         * src/folderview.[ch]
1577         * src/summaryview.[ch]
1578         * src/mimeview.[ch]
1579                 plug DnD leaks 
1580
1581 2003-07-17 [paul]       0.9.3claws14
1582
1583         * src/inc.c
1584                 remove two instances of 'GTK_EVENTS_FLUSH' because
1585                 they are unnecessary and probably cause a stack overflow
1586
1587 2003-07-16 [christoph]  0.9.3claws13
1588
1589         * src/mimeview.[ch]
1590                 use an invisible GTK notebook to switch between viewers
1591                 instead of reparenting widgets
1592
1593 2003-07-16 [christoph]  0.9.3claws12
1594
1595         * src/folder.c
1596                 move folder_item_update_freeze() to correct place in
1597                 folder_item_scan_full()
1598
1599 2003-07-16 [paul]       0.9.3claws11
1600
1601         * sync with 0.9.3cvs12
1602                 see ChangeLog 2003-07-14 and 2003-07-15
1603
1604 2003-07-16 [christoph]  0.9.3claws10
1605
1606         * src/imap.[ch]
1607         * src/prefs_account.[ch]
1608                 sync IMAP CRAM-MD5 authentication with sylpheed-main
1609
1610 2003-07-15 [alfons]     0.9.3claws9
1611
1612         * src/main.c
1613                 make --config-dir do something useful
1614
1615 2003-07-15 [alfons]     0.9.3claws8
1616
1617         * src/procmsg.c
1618                 o fix a bug where 'last' didn't really point to the last message
1619                   in the top level list of children, but to the last threaded
1620                   message. 
1621                 
1622                 o clean up and make it easier to sync
1623
1624 2003-07-15 [alfons]     0.9.3claws7
1625
1626         * src/mainwindow.c
1627                 make correct menu items sensitive       
1628
1629 2003-07-14 [alfons]     0.9.3claws6
1630
1631         * src/procmsg.c
1632                 tune the threader so it will not subject-thread any message
1633                 without a subject prefix (this will not thread correctly if 
1634                 a parent is delivered after their childs, but it looks 
1635                 better right now)
1636
1637 2003-07-13 [christoph]  0.9.3claws5
1638
1639         * src/mainwindow.c
1640                 group "Add mailbox *..." menu items in submenu
1641
1642 2003-07-13 [alfons]     0.9.3claws4
1643
1644         * src/summaryview.c
1645                 correct summary_toggle_pressed() signature and make sure
1646                 signal is not passed on
1647
1648 2003-07-13 [alfons]     0.9.3claws3
1649
1650         * src/summaryview.c
1651                 o for now don't pass on keys when they we're handled by 
1652                   ctree::key_press_event
1653                 o clean up
1654
1655 2003-07-13 [alfons]     0.9.3claws2
1656         
1657         * src/main.c
1658                 add command line option "--config-dir" to get the current 
1659                 configuration dir
1660
1661 2003-07-12 [alfons]     0.9.3claws1
1662
1663         * src/matcher.[ch]
1664         * src/matcher_parser_parse.y
1665         * src/prefs_filtering.c
1666         * src/filtering.c
1667                 add "Lock" filter action to lock messages;
1668
1669         * src/filtering.c       
1670                 remove debug_print()    
1671         * src/prefs_filtering.c
1672                 re-organize matcher part 9: 
1673                 make action text entries easily extendible;
1674                 merge widget selection for ACTION_MARK, ACTION_UNMARK, ACTION_LOCK,
1675                 ACTION_UNLOCK, ACTION_MARK_AS_READ, ACTION_MARK_AS_UNREAD
1676
1677 2003-07-12 [paul]
1678
1679         * tools/README
1680                 update old information and add missing
1681                 information
1682
1683 2003-07-12 [paul]       0.9.3claws
1684
1685         * 0.9.3claws released
1686         
1687 2003-07-12 [paul]       0.9.0claws103
1688
1689         * src/Makefile.am
1690                 add addrquery.h
1691
1692 2003-07-12 [melvin]     0.9.0claws102
1693
1694         * src/messageview.c
1695                 Fixed bug #215: Show MIME tab for single text/html messages. 
1696                 
1697 2003-07-12 [paul]       0.9.0claws101
1698
1699         * man/sylpheed.1
1700                 updated
1701
1702 2003-07-12 [paul]       0.9.0claws100
1703
1704         * po/es.po
1705           po/hr.po
1706           po/pl.po
1707           po/sr.po
1708                 update Spanish, Croatian, Polish, Serbian translations.
1709                 submitted by Ricardo Mones Lastra, Dragan, Witold
1710                 Wladyslaw Wojciech Wilk, Urke MMI
1711
1712 2003-07-12 [melvin]     0.9.0claws99
1713
1714         * po/fr.po
1715                 Updated French translations.
1716
1717 2003-07-12 [paul]       0.9.0claws98
1718
1719         * src/addressbook.c
1720                 disable 'Lookup' button as it has no effect
1721
1722 2003-07-11 [alfons]     0.9.0claws97
1723         
1724         * src/summaryview.c
1725                 summary_searchbar_pressed() should return TRUE to signal that
1726                 event was handled. when returning void, the return value passed
1727                 to GTK is actually random, but maybe FALSE, in which case the
1728                 event is handled by parent
1729                 
1730 2003-07-10 [paul]       0.9.0claws96
1731
1732         * ac/missing/gettext.m4
1733                 update to version 0.12
1734
1735 2003-07-10 [paul]       0.9.0claws95
1736
1737         * src/plugins/clamav/clamav_plugin.c
1738                 fix bug where multipart/alternative messages
1739                 would slip through without being scanned
1740
1741 2003-07-10 [christoph]  0.9.0claws94
1742
1743         * src/folder.c
1744                 correct check if folder supports removing when a message is
1745                 moved. if not the message is only copied.
1746
1747         (closes Bug 132 crash on startup in newsgroups folders)
1748
1749 2003-07-09 [alfons]     0.9.0claws93
1750
1751         * configure.ac
1752         * src/common/defs.h
1753                 --with-config-dir (default .sylpheed)
1754
1755 2003-07-09 [christoph]  0.9.0claws92
1756
1757         * configure.ac
1758                 use PKG_CHECK_MODULES to check for gtkmathview
1759                 (version 0.4.2 now required)
1760
1761 2003-07-08 [melvin]     0.9.0claws91
1762
1763         * src/action.c
1764                 Implemented a progress bar that counts the number of completed
1765                 tasks when the action runs more than one command.
1766
1767 2003-07-08 [alfons]     0.9.0claws90
1768
1769         * src/procmsg.c
1770                 if queued message has an invalid Message-Id, don't try to
1771                 find message it refers to (fixes #209 "crash when processing 
1772                 in folder")
1773
1774 2003-07-08 [paul]       0.9.0claws89
1775
1776         * sync with 0.9.3cvs2
1777                 see ChangeLog 2003-07-08
1778
1779 2003-07-08 [match]      0.9.0claws88
1780
1781         * src/ldapctrl.c
1782                 extend LDAP search for first/last name by parsing search term.
1783
1784 2003-07-08 [alfons]     0.9.0claws87
1785
1786         * src/send_message.c
1787                 fix bug #208 "Status message stuck when sending on POP3 account"
1788
1789 2003-07-07 [paul]       0.9.0claws86
1790
1791         * po/hr.po
1792                 new Croatian translation, submitted by
1793                 Dragan <drleskov@inet.hr>
1794
1795 2003-07-07 [paul]       0.9.0claws85
1796
1797         * sync with 0.9.3cvs1
1798                 see ChangeLog 2003-07-07
1799
1800 2003-07-05 [christoph]  0.9.0claws84
1801
1802         * src/Makefile.am
1803         * src/messageview.c
1804         * src/mimeview.[ch]
1805         * src/stock_pixmap.[ch]
1806         * src/pixmaps/messageview_text.xpm              ** NEW **
1807                 move mimeview tabs to the right side and use icons
1808                 instead of text to save some space
1809
1810         (patch by Luke Plant <lukeplant@softhome.net>)
1811
1812 2003-07-05 [christoph]  0.9.0claws83
1813
1814         * src/inc.c
1815                 add NULL pointer checks
1816
1817         (patch by Luke Plant <lukeplant@softhome.net>)
1818         (closes Bug 204 0.9.0 quits on authentication error?!)
1819
1820 2003-07-05 [alfons]     0.9.0claws82
1821
1822         * configure.ac
1823                 take the clue in bug #202 "./configure script - 
1824                 'if test' comparison failure" reported by John Kristoff. 
1825
1826 2003-07-04 [christoph]  0.9.0claws81
1827
1828         * src/plugins/spamassassin/spamassassin.c
1829                 set timeout for spam check
1830
1831 2003-07-04 [christoph]  0.9.0claws80
1832
1833         * src/main.c
1834                 destroy all FolderItems when shutting down to
1835                 allow folders to clean up
1836
1837 2003-07-04 [melvin]     0.9.0claws79
1838
1839         * src/gtk/gtkaspell.c
1840                 Fixed bug #184 "Entering non-ascii character deletes
1841                 previous char if spell checking enabled": this makes
1842                 the spell checking in multibytes (e.g. UTF-8)locales work.
1843                 (Patch by Luke Plant).
1844                 
1845 2003-07-04 [christoph]  0.9.0claws78
1846
1847         * sync with 0.9.2cvs1
1848                 see ChangeLog 2003-06-10
1849
1850 2003-07-04 [paul]       0.9.0claws77
1851
1852         * sync with 0.9.3 release
1853                 see ChangeLog 2003-07-04
1854
1855 2003-07-03 [christoph]  0.9.0claws76
1856
1857         * src/folder.[ch]
1858         * src/imap.c
1859         * src/mbox_folder.c
1860         * src/mh.c
1861         * src/news.c
1862                 move folder_item_get_path() stuff into a folder virtual function
1863
1864         * src/procmsg.c
1865                 use folder_item_fetch_msg() to get message and do not contruct
1866                 the filename from path and number
1867
1868 2003-07-03 [paul]       0.9.0claws75
1869
1870         * sync with 0.9.2cvs12
1871                 see ChangeLog 2003-07-03
1872
1873 2003-07-02 [paul]       0.9.0claws74
1874
1875         * src/messageview.c
1876                 fix text-selection for replying
1877
1878 2003-07-02 [paul]       0.9.0claws73
1879
1880         * sync with 0.9.2cvs11
1881                 see ChangeLog 2003-07-02
1882
1883 2003-07-02 [paul]       0.9.0claws72
1884
1885         * src/procmsg.c
1886                 revert last commit because it breaks more
1887                 than it fixes
1888
1889 2003-07-02 [paul]       0.9.0claws71
1890
1891         * src/procmsg.c
1892                 fix thread by subject/sort by date
1893
1894 2003-07-01 [paul]       0.9.0claws70
1895
1896         * sync with 0.9.2cvs10
1897                 see ChangeLog 2003-07-01
1898
1899 2003-06-30 [paul]       0.9.0claws69
1900
1901         * sync with 0.9.2cvs9
1902                 see ChangeLog 2003-06-30
1903
1904 2003-06-28 [match]      0.9.0claws68
1905
1906         * src/addressbook.c
1907                 fix null ptr.
1908
1909 2003-06-27 [paul]       0.9.0claws67
1910
1911         * sync with 0.9.2cvs7
1912                 see ChangeLog 2003-06-27
1913
1914 2003-06-26 [christoph]  0.9.0claws66
1915
1916         * src/folder.c
1917                 freeze folder updates while a folder is scanned
1918
1919         (closes Bug 185 New message counter)
1920
1921 2003-06-26 [darko]      0.9.0claws65
1922
1923         * src/ldapserver.c
1924                 fix infinite loop when adding a new LDAP server
1925
1926 2003-06-26 [paul]       0.9.0claws64
1927
1928         * sync with 0.9.2cvs6
1929                 see ChangeLog 2003-06-26
1930
1931 2003-06-26 [paul]       0.9.0claws63
1932
1933         * sync with 0.9.2cvs5
1934                 see ChangeLog 2003-06-25 and 2003-06-26
1935
1936 2003-06-25 [match]      0.9.0claws62
1937
1938         * src/addr_compl.c
1939                 Fixed tab/backtab for dropped-down completion list to
1940                 move next/previous field. (close bug 147)
1941
1942 2003-06-25 [christoph]  0.9.0claws61
1943
1944         * src/addr_compl.[ch]
1945         * src/addrindex.[ch]
1946         * src/folderview.c
1947         * src/inc.c
1948         * src/news.c
1949         * src/summaryview.c
1950         * src/toolbar.c
1951                 fix warnings
1952
1953 2003-06-25 [leandro]    0.9.0claws60
1954
1955         * src/compose.c
1956                 o cleanups
1957                 o gray out "Message/Remove references" menu item if not
1958                   replying to a message
1959
1960 2003-06-24 [leandro]    0.9.0claws59
1961
1962         * src/compose.[ch]
1963                 o removed "Message/Create new thread" menu item
1964                 o added "Message/Remove references" menu item
1965                   (it's off by default and will not check anymore
1966                    if the subject changed)
1967
1968 2003-06-23 [alfons]     0.9.0claws58
1969
1970         * src/procmsg.c
1971                 try better grouping messages threaded by subject based on their age.
1972                 still not perfect - because the message tree is not sorted by date.  
1973
1974 2003-06-23 [thorsten]   0.9.0claws57
1975
1976         * src/pop.[ch]
1977                 added mail_receive_hook to allow modifications
1978                 directly after retrieval (e.g. adding headers).
1979
1980 2003-06-23 [paul]       0.9.0claws56
1981
1982         * src/sourcewindow.c
1983                  enable the use of Ctrl+A to select all text in
1984                  the sourcewindow
1985                  Patch submitted by Ivan Francolin Martinez
1986                  <ivanfm@users.sourceforge.net>
1987
1988 2003-06-22 [christoph]  0.9.0claws55
1989
1990         * src/folder.[ch]
1991                 o add notification hook for folder tree changes
1992                 o invoke hooks after folder tree scanning
1993
1994         * src/folderview.[ch]
1995                 register hook for folder tree changes that
1996                 updates the ctree
1997
1998         (there are more places that should be updated, like add, remove 
1999          or move folder)
2000
2001         (closes Bug 164 Crash on rebuild folder tree)
2002         (closes Bug 190 Crash on 'rebuilding folder tree')
2003
2004 2003-06-21 [leandro]    0.9.0claws54
2005
2006         * src/compose.[ch]
2007                 create a new thread if subject changes
2008                 (it's on by default, can be disabled in Message menu)
2009
2010 2003-06-21 [alfons]     0.9.0claws53
2011
2012         * src/summaryview.c
2013                 quiet little compiler
2014
2015 2003-06-21 [christoph]  0.9.0claws52
2016
2017         update gettext stuff to version 0.12
2018
2019 2003-06-19 [alfons]     0.9.0claws51
2020
2021         * src/common/log.c
2022         * src/common/plugin.c
2023                 move defs.h before glib.h to prevent MIN/MAX redefs
2024
2025 2003-06-19 [alfons]
2026
2027         * src/addressbook.c
2028                 translatable
2029
2030 2003-06-19 [match]      0.9.0claws50
2031
2032         * src/addressbook.[ch]
2033         * src/addrindex.[ch]
2034         * src/addr_compl.[ch]
2035         * src/editldap.[ch]
2036         * src/editldap_basedn.[ch]
2037         * src/addritem.[ch]
2038         * src/ldapquery.h
2039                 re-implemented dynamic LDAP search. works without
2040                 slowdown on display sender with addressbook
2041                 option.
2042         * src/addrbook.c
2043                 documented code.
2044
2045 2003-06-19 [paul]       0.9.0claws49
2046
2047         * src/compose.c
2048                 fix Bug #136 'Nonprovided quotation marks crash claws'
2049                 patch submitted by Pawel PĂŞkala <c0rn@gazeta.pl>
2050
2051 2003-06-19 [alfons]     0.9.0claws48
2052
2053         * src/prefs_common.[ch]
2054         * src/procmsg.c
2055                 restrict threading by subject by checking thread for
2056                 age (prefs_common.thread_by_subject_max_age)
2057
2058 2003-06-18 [christoph]  0.9.0claws47
2059
2060         * src/imap.c
2061                 fix memory leak in imap_cmd_fetch()
2062
2063 2003-06-18 [christoph]  0.9.0claws46
2064
2065         * src/prefs_gtk.c
2066                 fix memory leak in prefs_set_default() when used multiple
2067                 times or after prefs have been read
2068
2069 2003-06-18 [christoph]  0.9.0claws45
2070
2071         * src/common/plugin.c
2072                 fix memory leak in plugin_unload()
2073
2074 2003-06-18 [christoph]  0.9.0claws44
2075
2076         * src/imap.c
2077                 fix memory leak in imap_cmd_ok()
2078
2079 2003-06-18 [christoph]  0.9.0claws43
2080
2081         * src/folder.c
2082                 stop messages that are downloaded from POP3 and added to
2083                 an IMAP inbox from being filtered twice (first by POP3
2084                 and again when IMAP folder is scaned to get the UID of
2085                 the APPEND operation when no UIDPLUS is available)
2086
2087 2003-06-18 [alfons]
2088
2089         * tools/Makefile.am
2090                 phoenix <- firebird     
2091
2092 2003-06-18 [paul]
2093
2094         * tools/launch_phoenix          ** REMOVED **
2095           tools/launch_firebird         ** NEW **
2096                 renamed and edited to reflect the browser's name change from
2097                 'phoenix' to 'firebird'
2098
2099 2003-06-18 [paul]       0.9.0claws42
2100
2101         * sync with 0.9.2cvs2
2102                 see ChangeLog 2003-06-16
2103
2104 2003-06-17 [alfons]     0.9.0claws41
2105
2106         * src/procmsg.c
2107                 prevent threading problems when a node is an ancestor (parent / great parent),
2108                 which mostly happens with circular references (thanks to Phillipe GramoullĂ©
2109                 for finding an sample set of messages)
2110
2111 2003-06-16 [christoph]  0.9.0claws40
2112
2113         * src/main.c
2114                 don't popup main window on --receive or --receive-all
2115
2116         * src/mainwindow.[ch]
2117         * src/plugins/trayicon/trayicon.c
2118                 allow hiding of main window by clicking on the trayicon
2119                 (doesn't work correctly in seperate window mode and may
2120                  cause unexpected GTK problems I couldn't find yet)
2121
2122         * src/common/ssl.c
2123                 remove incorrect warning
2124
2125 2003-06-15 [alfons]     0.9.0claws39
2126
2127         * src/gtk/gtkstext.c
2128                 don't output debug text;
2129                 #ifdef out print_line() if not debugging (thanks to Martin Wicke
2130                 for pointing this out);
2131
2132 2003-06-14 [alfons]     0.9.0claws38
2133         
2134         * src/messageview.c
2135                 remove printf() and make one if..else comply with coding style
2136
2137 2003-06-14 [alfons]     0.9.0claws37
2138
2139         * AUTHORS
2140                 add Martin Wicke
2141         * src/action.c
2142         * src/messageview.[ch]
2143         * src/summaryview.c
2144                 apply patch #754162 "Quoting messages filtered by actions" submitted
2145                 by Martin Wicke, which allows quoting message body changed by an
2146                 action (Thanks!).
2147
2148 2003-06-13 [alfons]     0.9.0claws36
2149
2150         * src/utils.c
2151                 add several other subject reply prefixes (suggested by Christoph and Ivan Martinez)
2152                 use case insensitive regexp (suggested by Ivan Martinez)
2153
2154 2003-06-13 [christoph]  0.9.0claws35
2155
2156         * configure.ac
2157         * src/plugins/trayicon/Makefile.am
2158         * src/plugins/trayicon/eggtrayicon.[ch]                         ** REMOVE **
2159         * src/plugins/trayicon/trayicon.c
2160         * src/plugins/trayicon/libeggtrayicon/.cvsignore                ** NEW **
2161         * src/plugins/trayicon/libeggtrayicon/Makefile.am               ** NEW **
2162         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.[ch]          ** NEW **
2163         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.[ch]           ** NEW **
2164         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.[ch]        ** NEW **
2165         * src/plugins/trayicon/libeggtrayicon/xembed.h                  ** NEW **
2166                 replace my own EggTrayIcon backport with the backport
2167                 used by (l|x)mule and gabber.
2168
2169 2003-06-13 [alfons]     0.9.0claws34
2170
2171         * AUTHORS
2172         * src/common/utils.c
2173                 add Aw: to list of reply prefixes (thanks to Martin Zwickel)
2174
2175 2003-06-13 [alfons]     0.9.0claws33
2176
2177         * src/compose.c
2178                 clean up a little bit
2179
2180 2003-06-12 [alfons]     0.9.0claws32
2181
2182         * src/compose.c
2183                 const correctness fix
2184
2185         * src/common/sylpheed.[ch]
2186                 () -> (void)
2187                 prevent redef MIN/MAX
2188                 
2189         * src/common/utils.[ch]
2190                 () -> (void)
2191
2192 2003-06-12 [melvin]     0.9.0claws31
2193
2194         * src/compose.c
2195                 Updated to take into accounts changes in GtkAspell.
2196
2197 2003-06-12 [alfons]     0.9.0claws30
2198
2199         * src/compose.c
2200         * src/procmsg.c
2201         * src/common/utils.[ch]
2202                 handle reply subject prefixes better (initial 
2203                 suggestion by Robert Story adapted and enhanced 
2204                 using regexps)
2205
2206 2003-06-12 [melvin]     0.9.0claws29
2207
2208         * src/compose.c
2209                 Use new gtkaspell_checkers_strerror() to get the speller's
2210                 error message instead of accessing the (now private)
2211                 checkers structure.
2212                 Minor code clean up
2213
2214         * src/main.c
2215                 Use #ifdef instead of #if for USE_ASPELL
2216                 Use the new spell checkers init/quit functions 
2217
2218         * src/gtk/gtkaspell.c
2219                 Use #ifdef instead of #if for USE_ASPELL
2220                 Moved in the majority of GtkAspell structures that were
2221                 exported before by gtkaspell.h
2222         
2223         * src/gtk/gktaspell.h
2224                 Made gtkaspell.h contain only the necessary data to be
2225                 publicized by moving many structures to gtkaspell.c.
2226                 Enclosed all the declaration in a #ifdef USE_ASPELL #endif
2227                 gtkaspell_checkers_new(): replaced by...
2228                 gtkaspell_checkers_init(): new function for initialization
2229                 gtkaspell_checkers_delete(): replaced by...
2230                 gtkaspell_checkers_quit(): new function
2231                 gtkaspell_checkers_strerror(): new function that returns
2232                 the checker's last error message.
2233                 
2234 2003-06-11 [melvin]     0.9.0claws28
2235
2236         * po/POTFILES.in
2237                 Updated to take into account gtkaspell.c migration to
2238                 ./src/gtk/ (Thanks to Ricardo Mones Lastra for reporting it)
2239
2240 2003-06-10 [alfons]     0.9.0claws27
2241
2242         * src/filtering.[ch]
2243         * src/folder.c
2244         * src/matcher.c
2245         * src/scoring.[ch]
2246                 - try fixing bug #18 (any brave testers?)
2247                 - add more robustness by refusing previously 
2248                   unchecked NULL pointers 
2249
2250 2003-06-10 [alfons]     0.9.0claws26
2251
2252         * src/procmsg.c
2253                 fix bug #176 by don't checking MsgInfos with a NULL msgid 
2254
2255 2003-06-09 [alfons]     0.9.0claws25
2256
2257         * src/prefs_common.c
2258                 fix bug #163 "Icon switching doesnt work properly" by 
2259                 preventing early freeing of prefs_common.pixmap_theme_path.
2260
2261 2003-06-09 [christoph]  0.9.0claws24
2262
2263         * src/gtk/gtkaspell.c
2264                 revert Thorsten's fix and add forgotten g_strdup for
2265                 aspell path (it should not be possible to alter the path a
2266                 GtkASpell uses from outside)
2267
2268 2003-06-09 [thorsten]   0.9.0claws23
2269
2270         * src/gtk/gtkaspell.c
2271                 dont free prefs_common.aspell_path when closing compose
2272
2273 2003-06-08 [colin]      0.9.0claws22
2274
2275         * src/plugins/spamassassin/spamassassin.c
2276                 fix prefs types
2277
2278 2003-06-07 [christoph]  0.9.0claws21
2279
2280         * src/Makefile.am
2281         * src/compose.c
2282         * src/gtkaspell.[ch]            ** REMOVE **
2283         * src/gtk/Makefile.am
2284         * src/gtk/gtkaspell.[ch]        ** NEW **
2285                 o make gtkaspell independent from sylpheed's prefs
2286                 o move gtkaspell.[ch] to gtk directory
2287
2288 2003-06-07 [christoph]  0.9.0claws20
2289
2290         * src/Makefile.am
2291         * src/crash.c
2292         * src/export.c
2293         * src/filesel.[ch]              ** REMOVE **
2294         * src/folder.c
2295         * src/main.[ch]
2296         * src/common/sylpheed.[ch]
2297         * src/gtk/Makefile.am
2298         * src/gtk/filesel.[ch]          ** NEW **
2299         * src/gtk/pluginwindow.c
2300         * src/gtk/sslcertwindow.c
2301                 move filesel.[ch] to gtk directory
2302
2303 2003-06-07 [alfons]     0.9.0claws19
2304
2305         * src/filesel.c
2306                 make (multi) file selection dialog work again (Claws-only)
2307
2308 2003-06-07 [thorsten]   0.9.0claws18
2309
2310         * po/de.po
2311                 fix typos
2312
2313 2003-06-07 [alfons]     0.9.0claws17
2314
2315         * configure.ac
2316         * src/mimeview.c
2317                 detect apache mishap in which case don't include fnmatch.h
2318                 if regex.h is already included
2319
2320 2003-06-06 [christoph]  0.9.0claws16
2321
2322         * configure.ac
2323         * src/mimeview.h
2324                 add check for fnmatch.h and include it when available
2325
2326         * src/mimeview.[ch]
2327                 fix wrong case sensitivity of Content-Types
2328
2329         * src/gtk/Makefile.am
2330                 need the same include paths in gtk directory as in
2331                 common directory because .h files in common can
2332                 include files from these directories, when included
2333                 in gtk's .h or .c files
2334
2335 2003-06-06 [alfons]     0.9.0claws15
2336
2337         * src/mimeview.c
2338         * src/summaryview.c
2339                 make it compile again because of regex.h / fnmatch.h 
2340                 include problems (related to recent mime stuff, can
2341                 someone check this?)
2342
2343 2003-06-06 [thorsten]   0.9.0claws14
2344
2345         * src/folderview.c
2346                 possible use of uninitialized pointer while dragging
2347
2348 2003-06-06 [paul]       0.9.0claws13
2349
2350         * src/compose.c
2351                 fix bug where the insert sig button would be effective
2352                 only when auto_sig was set
2353
2354 2003-06-06 [paul]       0.9.0claws12
2355
2356         * sync with 0.9.2 release
2357
2358 2003-06-02 [paul]       0.9.0claws11
2359
2360         * sync with 0.9.1cvs1
2361                 see ChangeLog 2003-06-02
2362                 
2363         * po/de.po
2364                 update by Jens
2365
2366 2003-06-01 [christoph]  0.9.0claws10
2367
2368         * src/account.c
2369                 don't use substring search to find accounts by email address
2370
2371         (closes Bug 169 Overly loose matching of "From" address)
2372
2373 2003-05-31 [christoph]  0.9.0claws9
2374
2375         * doc-src/rfc2683.txt
2376         * src/imap.c
2377                 limit IMAP command length as recommended in RFC2683
2378                 (message number lists will be split into multiple imap
2379                 sets, the limit of 1000 octets is not a hard limit)
2380
2381         (closes Bug 161 sylpheed-claws exits with segfault when logging
2382          in to certain imap-servers)
2383
2384 2003-05-29 [alfons]     0.9.0claws8
2385
2386         * src/toolbar.[ch]
2387                 add print button (calling summary_print());
2388                 fine tune setting tooltip text;
2389                 (if someone needs other buttons, please take these 
2390                 commits as a guide, instead of bothering us - also
2391                 see 0.8.11claws150) 
2392
2393 2003-05-29 [darko]      0.9.0claws7
2394
2395         * src/compose.c
2396                 fix crash when word wrapping kicks in due to
2397                 changed text by spell checker
2398
2399 2003-05-29 [paul]       0.9.0claws6
2400
2401         * src/compose.c
2402                 fix bug where changing account would insert
2403                 sig even if auto_sig was FALSE
2404                 
2405         * ChangeLog
2406           ChangeLog.jp
2407           INSTALL
2408                 sync with 0.9.1 release
2409
2410 2003-05-28 [christoph]  0.9.0claws5
2411
2412         * src/imap.c
2413                 fix truncation of too long commands
2414
2415         (closes Bug 167 IMAP hangs trying to get envelope
2416          information in imap_get_uncached_messages)
2417
2418 2003-05-27 [paul]       0.9.0claws4
2419
2420         * tools/Makefile.am
2421           tools/maildir2sylpheed.pl     ** NEW FILE **
2422                 add kmail to sylpheed mailbox conversion script
2423
2424 2003-05-27 [paul]       0.9.0claws3
2425
2426         * sync with 0.9.0cvs10
2427                 see ChangeLog 2003-05-26
2428
2429 2003-05-26 [paul]       0.9.0claws2
2430
2431         * sync with 0.9.0cvs9
2432                 see ChangeLog 2003-05-26
2433
2434 2003-05-24 [paul]       0.9.0claws1
2435
2436         * sync with 0.9.0cvs8
2437                 see ChangeLog 2003-05-23
2438
2439 2003-05-24 [paul]       0.9.0claws
2440
2441         * version 0.9.0claws released
2442
2443 2003-05-24 [paul]       0.8.11claws177
2444
2445         * src/plugins/dillo-viewer/Makefile.am
2446           src/plugins/traycon/Makefile.am
2447                 add missing files
2448                 
2449         * po/bg.po
2450           po/en_GB.po
2451           po/es.po
2452           po/it.po
2453           po/pt_BR.po
2454           po/ru.po
2455           po/sr.po
2456                 update Bulgarian, British English, Spanish, Italian, 
2457                 Brazilian Portuguese, Russian, and Serbian translations, 
2458                 submitted by George Danchev, [me], Ricardo Mones Lastra,
2459                 AndrĂ© Filipe de Assunção e Brito, Alessandro Maestri, 
2460                 Ruslan N. Balkin, and Urke MMI
2461
2462 2003-05-23 [melvin]     0.8.11claws176
2463
2464         * po/fr.po
2465                 Updated French translations
2466
2467 2003-05-22 [paul]       0.8.11claws175
2468
2469         * src/Makefile.am
2470           src/addrbook.[ch]
2471           src/addrcache.[ch]
2472           src/addr_compl.[ch]
2473           src/adressbook.[ch]
2474           src/addrindex.[ch]
2475           src/addritem.[ch]
2476           src/editaddress.c
2477           src/editgroup.c
2478           src/editldap_basedn.c
2479           src/editldap.c
2480           src/jpilot.c
2481           src/vcard.c
2482                 revert to get ldap into it previous working state
2483                 
2484         * po/zh_TW.Big5.po
2485                 new Taiwanese translation,
2486                 submitted by Tsu-Fan Cheng <tscheng@ic.sunysb.edu>
2487
2488 2003-05-22 [christoph]  0.8.11claws174
2489
2490         * src/plugins/spamassassin/libspamc.[ch]
2491                 sync libspamc with SpamAssaain release 2.55
2492
2493 2003-05-22 [paul]       0.8.11claws173
2494
2495         * sync with 0.9.0cvs7
2496                 see ChangeLog 2003-05-22
2497                 
2498         * src/summaryview.c
2499                 revert change in 0.8.11claws172: follow
2500                 Hiroyuki's decision and that's the end of it.
2501
2502 2003-05-21 [paul]       0.8.11claws172
2503
2504         * src/summaryview.c
2505                 fix discrepency between open_unread_on_enter
2506                 and always_show_msg
2507
2508 2003-05-21 [paul]       0.8.11claws171
2509
2510         * sync with 0.9.0cvs6
2511                 see ChangeLog 2003-05-21
2512
2513 2003-05-21 [paul]       0.8.11claws170
2514
2515         * sync with 0.9.0cvs5
2516                 see ChangeLog 2003-05-21
2517
2518 2003-05-20 [paul]       0.8.11claws169
2519
2520         * sync with 0.9.0cvs4
2521                 see ChangeLog 2003-05-20
2522                 fixes bug #152, 'encoding of IMAP folders names'
2523
2524 2003-05-20 [paul]       0.8.11claws168
2525
2526         * sync with 0.9.0cvs3
2527                 see ChangeLog 2003-05-20
2528                 
2529         * src/tools/convert_mbox.pl
2530                 minor change in the comments, submitted by Fred Marton
2531
2532 2003-05-19 [paul]       0.8.11claws167
2533
2534         * src/plugins/clamav/Makefile.am
2535           configure.ac
2536                 link clamav_lib to the plugin and not to the main program
2537
2538 2003-05-19 [christoph]
2539
2540         * src/Makefile.am
2541                 add -export-dynamic for linking
2542
2543 2003-05-19 [paul]       0.8.11claws166
2544
2545         * sync with 0.9.0cvs1
2546                 see ChangeLog 2003-05-19
2547
2548 2003-05-19 [paul]       0.8.11claws165
2549
2550         * src/inc.c
2551                 fix 'pop before smtp' timeout
2552
2553 2003-05-18 [alfons]     0.8.11claws164
2554
2555         * src/prefs_matcher.c
2556                 put "execute" action command line ("expression") in edit box
2557
2558 2003-05-18 [christoph]  0.8.11claws163
2559
2560         * src/mimeview.[ch]
2561         * src/plugins/dillo_viewer/dillo_viewer.c
2562         * src/plugins/image_viewer/viewer.c
2563         * src/plugins/mathml_viewer/mathml_viewer.c
2564                 let a viewer have a list of Content-Types
2565
2566 2003-05-18 [paul]       0.8.11claws162
2567
2568         * src/prefs_filtering.c
2569                 add 'Recipient' label for FORWARD, FORWARD_AS_ATTACHMENT,
2570                 and REDIRECT actions
2571
2572 2003-05-17 [christoph]
2573
2574         * README.claws
2575                 o remove dynamic signatures that was syned with main
2576                 o add infos about no longer "build in" image viewer
2577                 o update bugtracker URL
2578
2579 2003-05-17 [christoph]  0.8.11claws161
2580
2581         * src/folder.c
2582         * src/folderview.c
2583         * src/imap.c
2584                 don't use imap_scan_folder anymore. Instead call folder_item_scan
2585                 for every folder after rebuilding the folder tree.
2586
2587         (closes Bug 19 imap_scan_folder() computes incorrectly number of new
2588          messages)
2589
2590 2003-05-17 [christoph]  0.8.11claws160
2591
2592         * src/imap.c
2593                 don't use STATUS command on current folder to check for
2594                 content changes. imap_cmd_ok() now tracks changes to
2595                 folder and number of existing messages.
2596
2597 2003-05-17 [paul]       0.8.11claws159
2598
2599         * src/plugins/clamav/clamav_plugin.c
2600                 remove unnecessary debug_print
2601
2602 2003-05-16 [thorsten]   0.8.11claws158
2603
2604         * src/plugins/demo.c
2605                 included missing intl.h
2606
2607 2003-05-16 [paul]       0.8.11claws157
2608
2609         * po/POTFILES.in
2610                 remove non-existant entries
2611         
2612         * src/plugins/clamav/clamav_plugin.c
2613           src/plugins/clamav/clamav_plugin_gtk.c
2614           src/plugins/dillo_viewer/dillo_prefs.c
2615           src/plugins/dillo_viewer/dillo_viewer.c
2616                 gettextise
2617
2618 2003-05-16 [christoph]  0.8.11claws156
2619
2620         * po/POTFILES.in
2621                 include plugin .c files for translation until I
2622                 find a better solution to have plugins have their
2623                 own textdomain
2624         * src/plugins/demo/demo.c
2625         * src/plugins/image_viewer/plugin.c
2626         * src/plugins/mathml_viewer/mathml_viewer.c
2627         * src/plugins/spamassassin/spamassassin.c
2628         * src/plugins/spamassassin/spamassassin_gtk.c
2629         * src/plugins/trayicon/trayicon.c
2630                 add gettext macros for plugin name and description
2631
2632 2003-05-16 [paul]
2633
2634         * sync with 0.9.0
2635
2636 2003-05-16 [paul]       0.8.11claws155
2637
2638         * sync with lastest 0.9.0pre1
2639                 see ChangeLog 2003-05-16
2640
2641 2003-05-15 [paul]       0.8.11claws154
2642
2643         * sync with latest 0.9.0pre1
2644                 see ChangeLog 2003-05-14 and 2003-05-15
2645
2646 2003-05-14 [christoph]  0.8.11claws153
2647
2648         * src/plugins/image_viewer/viewer.c
2649         * src/plugins/image_viewer/viewer.glade         ** NEW **
2650         * src/plugins/image_viewer/viewerprefs.c
2651                 make it possible to disable the autoload function in the
2652                 imageviewer again
2653
2654 2003-05-14 [christoph]  0.8.11claws152
2655
2656         * src/folder.c
2657                 fix folder update after adding a message
2658
2659 2003-05-13 [alfons]     0.8.11claws151
2660
2661         * src/common/session.c
2662                 remove debug traces
2663                 
2664         * src/addrcache.[ch]
2665         * src/filtering.[ch]
2666         * src/folder.[c]
2667         * src/gtkaspell.[ch]
2668         * src/imap.[ch]
2669         * src/mbox_folder.[ch]
2670         * src/mh.[ch]
2671         * src/mimeview.h
2672         * src/msgcache.[ch]
2673         * src/news.[ch]
2674         * src/passphrase.[ch]
2675         * src/prefs_common.[ch]
2676         * src/prefs_gtk.[ch]
2677         * src/procmsg.c
2678         * src/scoring.[ch]
2679                 be pedantic; (in prototypes () implies (int))
2680
2681 2003-05-13 [alfons]     0.8.11claws150
2682
2683         * src/prefs_toolbar.[ch]
2684         * src/summaryview.[ch]
2685         * src/toolbar.[ch]
2686                 change misleading text in toolbar prefs;
2687                 add toolbar action for ignore thread (toggles ignore thread flag);
2688                 clean up a little bit;
2689
2690 2003-05-12 [paul]
2691
2692         * tools/convert_mbox.pl
2693                 bug fixed by Fred Marton
2694
2695 2003-05-12 [paul]
2696
2697         * sync with 0.9.0pre1
2698
2699 2003-05-09 [paul]       0.8.11claws149
2700
2701         * sync with 0.8.11cvs43
2702                 see ChangeLog 2003-05-09
2703
2704 2003-05-08 [christoph]  0.8.11claws148
2705
2706         * src/imap.[ch]
2707                 o use CAPABILIY as first command and check for PREAUTH
2708                   information in the response to it
2709                 o rewrite all imap_cmd_* functions to use an IMAPSession
2710                   instead of a SockInfo as parameter
2711                 o do STARTTLS after fetching and checking the server
2712                   capabilities
2713
2714 2003-05-08 [paul]       0.8.11claws147
2715
2716         * tools/Makefile.am
2717           tools/README
2718           tools/convert_mbox.pl         ** NEW FILE **
2719                 add mbox conversion script. Submitted by 
2720                 Fred Marton <Fred.Marton@uni-bayreuth.de>
2721
2722 2003-05-07 [christoph]
2723
2724         * doc-src/glade.txt
2725         * src/gtk/pluginwindow.glade
2726         * src/plugins/image_viewer/viewerprefs.glade
2727         * src/plugins/spamassassin/spamassassin_gtk.glade
2728                 add glade files for user interfaces and a description how
2729                 to use glade to create the sylpheed code
2730
2731 2003-05-07 [paul]       0.8.11claws146
2732
2733         * sync with 0.8.11cvs41
2734                 see ChangeLog 2003-05-07
2735
2736 2003-05-06 [christoph]  0.8.11claws145
2737
2738         * src/main.c
2739         * src/plugins/image_viewer/viewer.c
2740                 fix usage of imlib in imageviewer plugin
2741
2742         * src/gtk/prefswindow.c
2743                 handle window close event correctly
2744
2745 2003-05-06 [paul]       0.8.11claws144
2746
2747         * src/common/ssl.c
2748                 fix typo introduced in sync
2749
2750 2003-05-06 [paul]       0.8.11claws143
2751
2752         * sync with 0.8.11cvs39
2753                 see ChangeLog 2003-05-06
2754
2755 2003-05-06 [paul]       0.8.11claws142
2756
2757         * AUTHORS
2758           po/cs.po
2759                 updated Czech translation, submitted by 
2760                 Radek Vybiral <Radek.Vybiral@vsb.cz>
2761                 
2762         * src/plugins/clamav/clamav_plugin_gtk.c
2763                 clean up
2764
2765 2003-05-03 [alfons]     0.8.11claws141
2766
2767         * src/compose.[ch]
2768                 make paste as quotation work even when the call to 
2769                 text_inserted() was deferred (fixes bug #140 "Paste 
2770                 as quotation does not work when using "external" 
2771                 clipboard")
2772
2773 2003-05-03 [thorsten]   0.8.11claws140
2774
2775         * src/addrquery.h
2776           src/ldapquery.h
2777           src/mainwindow.c
2778                 removed C++ comments
2779         * src/addr_compl.c
2780                 function with non-int retval/param used before
2781                 implementation/declaration
2782
2783 2003-05-02 [paul]       0.8.11claws139
2784
2785         * src/addr_compl.[ch]
2786           src/addressbook.[ch]
2787           src/addrindex.c
2788           src/summaryview.c
2789                 revert match's changes to (finally) remove the bug where
2790                 opening a folder causes massive slowdown when using the 
2791                 'Display sender using address book' option
2792
2793 2003-05-01 [melvin]     0.8.11claws138
2794
2795         * src/plugins/dillo_viewer/dillo_prefs.[ch]
2796         * src/plugins/dillo_viewer/dillo_viewer.c
2797                 Fixed bug where "Cancel" button from prefs issued
2798                 warnings.
2799                 Comply a little more to coding style
2800
2801 2003-05-01 [paul]       0.8.11claws137
2802
2803         * sync with 0.8.11cvs38
2804                 see ChangeLog 2003-05-01
2805
2806 2003-05-01 [paul]       0.8.11claws136
2807
2808         * po/bg.po
2809                 updated by George Danchev
2810
2811 2003-04-30 [christoph]  0.8.11claws135
2812
2813         * src/plugins/dillo_viewer/dillo_prefs.c
2814         * src/plugins/image_viewer/viewerprefs.c
2815         * src/plugins/spamassassin/spamassassin_gtk.c
2816                 remove gtk_widget_ref() calls for widgets in
2817                 glade code
2818
2819 2003-04-30 [paul]       0.8.11claws134
2820
2821         * src/addrindex.c
2822                 ok, this time a better fix for the bug where opening folder
2823                 has massive slowdown when using the 'Display sender using 
2824                 address book' option
2825
2826 2003-04-30 [paul]       0.8.11claws133
2827
2828         * src/addrindex.c
2829                 revert the 'fix' of 0.8.11claws128 because it doesn't fix it
2830         
2831 2003-04-30 [melvin]     0.8.11claws132
2832
2833         New: Dillo plugin preferences (patch by Dimitar Haralanov)
2834
2835         * src/plugins/dillo_viewer/dillo_prefs.[ch]     *** NEW ***
2836                 Preferences for the dillo plugin
2837         * src/plugins/dillo_viewer/dillo_viewer.c
2838                 Support for preferences
2839         * src/plugins/dillo_viewer/Makefile.am
2840                 Added dillo_prefs.[ch]
2841
2842 2003-04-30 [alfons]     0.8.11claws131
2843
2844         * src/common/plugin.[ch]
2845                 see? this ANSI C'fication immediately gives us type
2846                 checking for free.
2847
2848 2003-04-30 [alfons]     0.8.11claws130
2849
2850         * src/common/plugin.[ch]
2851         * src/plugins/clamav/clamav_plugin.[ch]
2852         * src/plugins/clamav/clamav_plugin_gtk.c
2853         * src/plugins/demo/demo.c
2854         * src/plugins/dillo_viewer/dillo_viewer.c
2855         * src/plugins/image_viewer/plugin.c
2856         * src/plugins/image_viewer/viewer.[ch]
2857         * src/plugins/image_viewer/viewerprefs.[ch]
2858         * src/plugins/mathml_viewer/mathml_viewer.c
2859         * src/plugins/spamassassin/spamassassin.[ch]
2860         * src/plugins/spamassassin/spamassassin_gtk.c
2861         * src/plugins/trayicon/trayicon.c
2862                 clean up
2863
2864 2003-04-30 [alfons]     0.8.11claws129
2865
2866         * src/common/utils.c
2867                 make is_ascii_str() fail gracefully when NULL pointer
2868                 is passed
2869
2870 2003-04-30 [paul]       0.8.11claws128
2871
2872         * src/addrindex.c
2873                 fix bug where opening folder has massive slowdown when
2874                 using the 'Display sender using address book' option
2875
2876 2003-04-30 [paul]       0.8.11claws127
2877
2878         * src/plugins/clamav/clamav_plugin.c
2879           src/plugins/clamav/clamav_plugin_gtk.c
2880           src/plugins/demo/demo.c
2881           src/plugins/dillo_viewer/dillo_viewer.c
2882           src/plugins/image_viewer/plugin.c
2883           src/plugins/mathml_viewer/mathml_viewer.c
2884           src/plugins/spamassassin/spamassassin.c
2885           src/plugins/spamassassin/spamassassin_gtk.c
2886           src/plugins/trayicon/trayicon.c
2887                 get rid of eye-hurting function signatures
2888
2889 2003-04-30 [paul]       0.8.11claws126
2890
2891         * src/plugins/trayicon/trayicon.c
2892                 add description
2893                 
2894         * src/mimeview.c
2895                 be more descriptive
2896
2897 2003-04-30 [paul]       0.8.11claws125
2898
2899         * configure.ac
2900                 arrange the plugins in reverse alphabetical order
2901                 
2902         * src/plugins/clamav/clamav_plugin.[ch]
2903           src/plugins/clamav/clamav_plugin_gtk.c
2904                 rename some params
2905                 resize max_size window
2906                 re-arrange the order of some gui elements
2907                 improve descriptions
2908         
2909         * src/plugins/image_viewer/plugin.c
2910           src/plugins/mathml_viewer/mathml_viewer.c
2911                 add descriptions
2912                 
2913         * src/plugins/spamassassin/spamassassin_gtk.c
2914                 resize max_size window
2915                 re-arrange the order of some gui elements
2916                 
2917         * src/messageview.c
2918           src/mimeview.c
2919                 correct typos
2920
2921 2003-04-30 [alfons]     0.8.11claws124
2922
2923         * src/imap.c
2924                 fix a leak found while browsing Martin Kluge's 
2925                 valgrind log (Claws only)
2926
2927 2003-04-29 [darko]      0.8.11claws123
2928
2929         * src/gtk/gtkstext.h
2930                 include wchar.h if it is available, fixes compilation
2931                 on HP-UX systems
2932
2933 2003-04-29 [melvin]     0.8.11claws122
2934
2935         * src/prefs_actions.c
2936                 Improved help text of Actions' syntax
2937
2938 2003-04-28 [paul]       0.8.11claws121
2939
2940         * src/action.c
2941                 a better fix for the crash when performing an action
2942                 on a mime part
2943
2944 2003-04-28 [paul]       0.8.11claws120
2945
2946         * src/action.c
2947                 fix crash when performing an action on a
2948                 mime part
2949
2950 2003-04-28 [paul]       0.8.11claws119
2951
2952         * sync with 0.8.11cvs36
2953                 see ChangeLog 2003-04-28
2954
2955 2003-04-27 [paul]       0.8.11claws118
2956
2957         * more sync with 0.8.11cvs35
2958                 see ChangeLog 2003-04-25
2959
2960 2003-04-26 [christoph]  0.8.11claws117
2961
2962         * src/folder.c
2963                 fix remove virtual check
2964
2965 2003-04-26 [paul]       0.8.11claws116
2966
2967         * src/messageview.c
2968                 fix return-receipt, make it work again
2969
2970 2003-04-26 [paul]       0.8.11claws115
2971
2972         * src/mimeview.c
2973                 restore double-clicking of the [application/pgp-signature 
2974                 (Select "Check signature" to check)] line in the message view,
2975                 broken in recent sync
2976
2977 2003-04-26 [christoph]  0.8.11claws114
2978
2979         * src/folder.c
2980                 check if remove virtual really exists before
2981                 calling the function
2982
2983 2003-04-25 [match]      0.8.11claws113
2984
2985         * src/addrindex.c
2986         * src/addrbook.c
2987         * src/ldapquery.[ch]
2988         * src/ldapctrl.[ch]
2989                 fix memleak.
2990         * src/ldapserver.[ch]
2991                 fix memleak. fix segfault.
2992                 plug a Claws memleak
2993
2994 2003-04-25 [alfons]     0.8.11claws112
2995
2996         * src/folder.c
2997                 plug a Claws memleak
2998
2999 2003-04-25 [alfons]     0.8.11claws111
3000
3001         * src/common/session.c
3002                 plug a memleak
3003
3004 2003-04-25 [paul]       0.8.11claws110
3005
3006         * sync with 0.8.11cvs35
3007                 see ChangeLog 2003-04-24 and 2003-04-25
3008                 
3009         * src/gtk/pluginwindow.c
3010                 correct another strange float value
3011
3012 2003-04-24 [christoph]  0.8.11claws109
3013
3014         * src/folder.c
3015                 freeze folder item updates when unsetting new flags
3016
3017         * src/gtk/pluginwindow.c
3018                 correct strange float value
3019
3020 2003-04-23 [paul]       0.8.11claws108
3021
3022         * sync with 0.8.11cvs33
3023                 see ChangeLog 2003-04-23
3024
3025 2003-04-22 [paul]       0.8.11claws107
3026
3027         * src/Makefile.am
3028           src/messageview.c
3029           src/mimeview.c
3030           src/pgptext.[ch]      ** REMOVED **
3031                 remove pgptext.[ch] as its not used any more
3032
3033 2003-04-22 [paul]       0.8.11claws106
3034
3035         * sync with 0.8.11cvs31
3036                 see ChangeLog 2003-04-21 and 2003-04-22
3037
3038 2003-04-21 [alfons]     0.8.11claws105
3039
3040         * src/main.c
3041                 No access to GTK structures if we're a spawned child
3042                 (and clean up code a little bit...) Should fix #126.
3043
3044 2003-04-21 [melvin]     0.8.11claws104
3045
3046         * src/plugins/dillo_viewer/README
3047                 Improved slightly the text.
3048
3049 2003-04-21 [melvin]     0.8.11claws103
3050
3051         * src/plugins/dillo_viewer/README *** NEW ***
3052                 Added a README file for the Dillo plugin
3053
3054 2003-04-20 [paul]
3055
3056         * tools/README
3057           tools/outlook2sylpheed.pl
3058                 updated and improved by Ricardo Mones Lastra
3059
3060 2003-04-18 [oliver]     0.8.11claws102
3061
3062         * src/inc.c 
3063         * src/prefs_account.h
3064                 remove Pop3SessionType (used by selective download)
3065         * src/prefs_toolbar.c
3066                 enable set Default Toolbar button
3067
3068 2003-04-18 [paul]       0.8.11claws101
3069
3070         * sync with 0.8.11cvs29
3071                 see ChangeLog 2003-04-18
3072
3073 2003-04-17 [paul]       0.8.11claws100
3074
3075         * src/prefs_common.[ch]
3076           src/summaryview.c
3077                 remove 'Open next message on deletion' option,
3078                 as the same effect can now be achieved via the
3079                 'Always open messages in summary when selected'
3080                 option.
3081
3082 2003-04-17 [paul]       0.8.11claws99
3083
3084         * sync with 0.8.11cvs28
3085                 see ChangeLog 2003-04-17
3086
3087 2003-04-17 [christoph]  0.8.11claws98
3088
3089         * ac/spamassassin.m4
3090         * src/plugins/spamassassin/libspamc.[ch]
3091         * src/plugins/spamassassin/utils.[ch]
3092                 sync libspamc with SpamAssassin project
3093
3094 2003-04-17 [christoph]  0.8.11claws97
3095
3096         * src/common/socket.h
3097         * src/gtk/sslcertwindow.h
3098                 rename old USE_SSL to USE_OPENSSL
3099
3100 2003-04-17 [paul]       0.8.11claws96
3101
3102         * src/prefs_common.h
3103                 use gulong for P_COLOR so that it compiles/runs on
3104                 64-bit systems. Patch submitted by James Noyes
3105                 <jnoyes-claws@retrogeeks.com>
3106                 
3107         * po/de.po
3108                 updated by Jens
3109
3110 2003-04-17 [paul]       0.8.11claws95
3111
3112         * sync with 0.8.11cvs27
3113                 see ChangeLog 2003-04-16
3114
3115 2003-04-15 [paul]       0.8.11claws94
3116
3117         * src/prefs_common.[ch]
3118                 rearrange to stop the window getting too long:
3119                         move Receive dialog stuff to Receive tab
3120                         move Send dialog to Send tab
3121                         remove Dialogs frame
3122                 rename 'Open messages in summary with cursor keys' to
3123                 'Always open messages in summary when selected', as its
3124                 more appropriate
3125
3126 2003-04-15 [paul]       0.8.11claws93
3127
3128         * src/prefs_common.[ch]
3129           src/summaryview.c
3130                 add new option '/Interface/Open next message on deletion'
3131
3132 2003-04-15 [paul]       0.8.11claws92
3133
3134         * src/summaryview.[ch]
3135                 add /Mark/Lock and /Mark/Unlock to the pop-up
3136                 menu. Patch submitted by Ivan Francolin Martinez
3137                 <ivanfm@users.sourceforge.net>
3138
3139 2003-04-15 [paul]       0.8.11claws91
3140
3141         * sync with 0.8.11cvs24
3142                 see ChangeLog 2003-04-15
3143
3144 2003-04-14 [jens]       0.8.11claws90
3145
3146         * updated German translation and some corrections from
3147                 Roland Bless <bless@tm.uka.de>
3148
3149 2003-04-14 [paul]       0.8.11claws89
3150
3151         * sync with 0.8.11cvs22
3152                 see ChangeLog 2003-04-14
3153
3154 2003-04-13 [paul]       0.8.11claws88
3155
3156         * src/plugins/clamav/clamav_plugin.c
3157                 fix memory leaks
3158                 clean up
3159
3160 2003-04-12 [paul]       0.8.11claws87
3161
3162         * src/plugins/clamav/clamav_plugin.c
3163                 activate enable/disable archive scanning option
3164                 
3165         * src/plugins/clamav/.cvsignore         ** NEW FILE **
3166
3167 2003-04-12 [paul]       0.8.11claws86
3168
3169         * src/plugins/Makefile.am
3170           src/plugins/clamav/Makefile.am                ** NEW FILE **
3171           src/plugins/clamav/README                     ** NEW FILE ** 
3172           src/plugins/clamav/clamav_plugin.[ch]         ** NEW FILES **
3173           src/plugins/clamav/clamav_plugin_gtk.c        ** NEW FILE **
3174                 add Clam AntiVirus plugin
3175
3176 2003-04-12 [paul]       0.8.11claws85
3177
3178         * sync with 0.8.11cvs21
3179                 see ChangeLog 2003-04-11
3180
3181 2003-04-11 [paul]       0.8.11claws84
3182
3183         * po/es.po
3184                 update Spanish translation. Submitted by Ricardo
3185                 Mones Lastra.
3186
3187 2003-04-10 [christoph]  0.8.11claws83
3188
3189         * src/mbox.c
3190                 fix typo that did not move unfiltered mails to destination
3191                 folder
3192
3193         (closes Bug 115 Sylpheed 0.8.11claws81 does not deliver mail correctly
3194          when filtering from spool)
3195
3196 2003-04-10 [christoph]  0.8.11claws82
3197
3198         * src/imap.c
3199                 use BODY.PEEK instead of BODY in in message fetch operation
3200                 to make sure the IMAP server does not set the \Seen flag for
3201                 messages. Sylpheed does that later itself, when the message
3202                 is opened in sylpheed
3203
3204         (closes Bug 111 Claws destroys unread marks)
3205
3206 2003-04-09 [oliver]     0.8.11claws81
3207         
3208         * src/folder.c
3209                 fix crash in folder_destroy
3210         * README.claws
3211                 remove selective download
3212
3213 2003-04-09 [christoph]  0.8.11claws80
3214
3215         * src/imap.c
3216                 fix crash in imap_get_msginfo() when then fetched message
3217                 is not found
3218
3219         (closes Bug 110 Crash during mail composition)
3220
3221 2003-04-08 [christoph]  0.8.11claws79
3222
3223         * src/folder.c
3224         * src/prefs_account.c
3225                 Filter new messages that are found in an INBOX folder
3226                 when 'Filter messages on receiving' is enabled in the
3227                 Folder's AccountPrefs. This allows to use Sylpheed's
3228                 filtering engine for IMAP folders where messages are
3229                 added to the INBOX by a MTA
3230
3231 2003-04-08 [paul]       0.8.11claws78
3232
3233         * src/procmsg.h
3234                 clean up after last commit
3235
3236 2003-04-08 [paul]       0.8.11claws77
3237
3238         * sync with 0.8.11cvs20
3239                 see ChangeLog 2003-04-07 and 2003-04-08
3240
3241 2003-04-07 [christoph]  0.8.11claws76
3242
3243         * src/filtering.[ch]
3244         * src/inc.[ch]
3245         * src/mbox.c
3246         * src/procmsg.[ch]
3247                 add procmsg_msginfo_filter() to execute filtering actions
3248
3249 2003-04-06 [christoph]  0.8.11claws75
3250
3251         * src/imap.c
3252                 use IMAPSet for imap_cmd_store() and imap_cmd_envelope()
3253
3254 2003-04-06 [christoph]  0.8.11claws74
3255
3256         * src/common/utils.[ch]
3257                 add g_int_compare() function for slist sorting
3258
3259         * src/imap.c
3260                 fetch all MsgInfos with one command in imap_get_msginfos()
3261                 using an imap set with a list of ranges
3262
3263         * src/news.c
3264                 use new g_int_compare() function
3265
3266 2003-04-06 [thorsten]   0.8.11claws73
3267
3268         * src/mh.c
3269                 corrected implementation of mh_folder_destroy()
3270
3271 2003-04-05 [christoph]  0.8.11claws72
3272
3273         * src/account.c
3274         * src/folder.[ch]
3275         * src/folderview.c
3276         * src/imap.c
3277         * src/inc.c
3278         * src/main.c
3279         * src/mainwindow.c
3280         * src/mbox_folder.c
3281         * src/mh.c
3282         * src/mimeview.h
3283         * src/msgcache.[ch]
3284         * src/news.c
3285         * src/procmime.h
3286         * src/procmsg.[ch]
3287         * src/setup.c
3288         * src/gtk/gtkutils.c
3289                 o rename structure field names class and new to klass and
3290                   new_msgs, to allow including files in C++
3291                 o add 'extern "C"' block to some header files
3292                 o add MsgInfoList and MsgNumberList as alias for GSList for
3293                   developers to know what type of list is expected
3294
3295         * src/plugins/image_viewer/plugin.c
3296         * src/plugins/image_viewer/viewer.[ch]
3297         * src/plugins/image_viewer/viewerprefs.[ch]
3298                 rename function names to prevent conflicts
3299
3300 2003-04-05 [paul]       0.8.11claws71
3301
3302         * sync with 0.8.11cvs18
3303                 see ChangeLog 2003-04-03 and 2003-04-04
3304
3305 2003-04-02 [christoph]  0.8.11claws70
3306
3307         * src/folder.[ch]
3308         * src/imap.[ch]
3309         * src/mbox_folder.[ch]
3310         * src/mh.[ch]
3311         * src/news.[ch]
3312                 o Make all virtual folder functions private
3313                 o remove unused folder code
3314
3315         * src/common/socket.[ch]
3316         * src/summaryview.c
3317                 fix warnings
3318
3319 2003-03-30 [alfons]     0.8.11claws69
3320
3321         * src/send_message.c
3322                 remove two debug traces and see if people still report
3323                 errors
3324
3325 2003-03-30 [alfons]     0.8.11claws68
3326
3327         * src/send_message.c
3328         * src/commons/session.c
3329                 add more debug traces
3330
3331 2003-03-30 [christoph]  0.8.11claws67
3332
3333         * src/folder.c
3334                 change processing folder name from .processing to processing
3335
3336         * src/common/ssl.c
3337                 disable SSL certificate check because it causes Xlib error
3338                 when the child process want's to open an GTK window
3339
3340 2003-03-30 [christoph]  0.8.11claws66
3341
3342         * src/folder.c
3343                 don't use default folder for processing folder item because
3344                 it can be a non local folder
3345
3346         (fixes bug reported by Stephen Lewis <slewis@paradise.net.nz>)
3347
3348 2003-03-30 [alfons]     0.8.11claws65
3349
3350         * src/send_message.c
3351                 try fixing crashes when sending messages: my gcc 2.95.4 seems 
3352                 to generate bad code for 'send_send_data_progressive': When
3353                 called from 'send_send_data_finished', the 'data' pointer is
3354                 cleared just before the assignment to the dialog pointer
3355
3356 2003-03-29 [christoph]  0.8.11claws64
3357
3358         * src/common/prefs.h
3359         * src/plugins/image_viewer/Makefile.am
3360         * src/plugins/image_viewer/plugin.c
3361         * src/plugins/image_viewer/viewer.[ch]
3362         * src/plugins/image_viewer/viewerprefs.[ch]     ** NEW **
3363                 add PrefsPage for ImageViewer
3364
3365 2003-03-28 [thorsten]   0.8.11claws63
3366
3367         * src/common/session.c
3368                 added some comments
3369
3370 2003-03-28 [paul]       0.8.11claws62
3371
3372         * sync with 0.8.11cvs16
3373                 see ChangeLog 2003-03-28
3374
3375 2003-03-28 [paul]       0.8.11claws61
3376
3377         * sync with 0.8.11cvs15
3378                 see ChangeLog 2003-03-28
3379
3380 2003-03-27 [christoph]  0.8.11claws60
3381
3382         * src/folder.c
3383         * src/imap.c
3384         * src/common/socket.[ch]
3385                 set socket state to DISCONNECTED when any operation
3386                 fails to allow reconnecting in IMAP code without
3387                 checking the return code of all calls to the command
3388                 functions
3389
3390         * src/folderview.c
3391         * src/summaryview.c
3392                 remove some more stuff that depends on specific
3393                 folder types
3394
3395 2003-03-27 [paul]       0.8.11claws59
3396
3397         * sync with 0.8.11cvs14
3398                 see ChangeLog 2003-03-27
3399                 
3400         * src/selective_download.[ch]   ** REMOVED **
3401                 really removed
3402
3403 2003-03-27 [christoph]  0.8.11claws58
3404
3405         * src/folder.c
3406                 fix handling of tmp_flags in flag copy function
3407
3408 2003-03-27 [paul]       0.8.11claws57
3409
3410         * sync with 0.8.11cvs13
3411                 see ChangeLog 2003-03-27
3412
3413 2003-03-27 [oliver]     0.8.11claws56
3414
3415         * src/maiwindow.c
3416                 remove sel_download_cb
3417
3418 2003-03-27 [oliver]     0.8.11claws55
3419         
3420         * src/inc.c
3421                 remove POP3_TOP
3422         
3423 2003-03-26 [oliver]     0.8.11claws54
3424
3425         *src/pop.h
3426                 remove POP3_TOP*
3427         * README.claws
3428                 remove selective donwload readme
3429
3430 2003-03-26 [oliver]     0.8.11claws53
3431         * src/matcher.[ch]
3432         * src/matcher_parser_parse.y 
3433         * src/pop.c 
3434         * src/prefs_account.[ch]
3435         * src/prefs_filtering.c
3436                 remove selective donwload
3437
3438 2003-03-26 [oliver]     0.8.11claws52
3439
3440         * src/inc.[ch] 
3441         * src/filtering.c 
3442         * src/mainwindow.c 
3443                 remove selective donwload
3444
3445 2003-03-26 [oliver]     0.8.11claws51
3446         
3447         * src/Makefile.am
3448         * src/selective_download.[ch]   ** REMOVE **    
3449
3450 2003-03-26 [christoph]  0.8.11claws50
3451
3452         * src/news.c
3453                 fix NEWS that got broken by a sync with sylpheed-main
3454
3455 2003-03-26 [christoph]  0.8.11claws49
3456
3457         * src/mimeview.c
3458                 fix mime type guessing when no mime type is found for a file
3459
3460 2003-03-25 [christoph]  0.8.11claws48
3461
3462         * src/mimeview.c
3463         * src/procmime.c
3464                 remove mime type guessing from mime parser and use
3465                 name based mime types in viewer lookup for mime type
3466                 application/octet-stream
3467
3468 2003-03-25 [christoph]  0.8.11claws47
3469
3470         * doc-src/readme.txt
3471         * doc-src/rfc2554.txt
3472                 add RFC about SMTP AUTH
3473
3474         * src/send_message.c
3475         * src/common/smtp.[ch]
3476                 add extra error code for authentication errors and
3477                 clear temporary password when this error occurs
3478
3479         (closes Bug 84 authentication failure while sending should
3480          prompt for password again)
3481
3482 2003-03-25 [christoph]  0.8.11claws46
3483
3484         * configure.ac
3485         * src/Makefile.am
3486         * src/imageview.[ch]                            ** REMOVE **
3487         * src/messageview.[ch]
3488         * src/mimeview.[ch]
3489         * src/prefs_common.[ch]
3490         * src/textview.c
3491         * src/plugins/Makefile.am
3492         * src/plugins/image_viewer/.cvsignore           ** NEW **
3493         * src/plugins/image_viewer/Makefile.am          ** NEW **
3494         * src/plugins/image_viewer/plugin.c             ** NEW **
3495         * src/plugins/image_viewer/viewer.[ch]          ** NEW **
3496                 move image viewer into a plugin (building is enabled by default)
3497                 [ToDo: Prefs for resize and autoview]
3498
3499 2003-03-25 [paul]       0.8.11claws45
3500
3501         * sync with 0.8.11cvs12
3502                 see ChangeLog 2003-03-26
3503
3504 2003-03-25 [paul]       0.8.11claws44
3505
3506         * sync with 0.8.11cvs11
3507                 see ChangeLog 2003-03-22, 2003-03-24 and 2003-03-25
3508                 
3509         Note: Selective Download is broken.
3510                 
3511 2003-03-22 [christoph]  0.8.11claws43
3512
3513         * src/folder.c
3514                 code cleanup for flags copying
3515
3516 2003-03-22 [christoph]  0.8.11claws42
3517
3518         * src/plugins/trayicon/trayicon.c
3519                 fix setting the transparent area when the window size
3520                 is forced by the system tray
3521
3522 2003-03-22 [christoph]  0.8.11claws41
3523
3524         * src/plugins/trayicon/gnome-mail.xpm           ** REMOVE **
3525         * src/plugins/trayicon/gnome-nomail.xpm         ** REMOVE **
3526         * src/plugins/trayicon/newmail.xpm              ** NEW **
3527         * src/plugins/trayicon/nomail.xpm               ** NEW **
3528         * src/plugins/trayicon/trayicon.c
3529         * src/plugins/trayicon/unreadmail.xpm           ** NEW **
3530                 o replace GBiff icons with KBiff icons resized to 16x16 pixel
3531                 o add icon for unread mails
3532                 o set transparency for window
3533
3534 2003-03-22 [christoph]  0.8.11claws40
3535
3536         * src/news.c
3537                 init news session to prevent crash when session is closed
3538
3539 2003-03-22 [christoph]  0.8.11claws39
3540
3541         * src/imap.c
3542         * src/common/session.[ch]
3543                 Init session data to make sure we don't have invalid pointers
3544                 for read_ch and write_ch when new multi process sessions are
3545                 not used
3546
3547         * src/main.c
3548         * src/common/plugin.c
3549         * src/common/sylpheed.c
3550         * src/plugins/demo/demo.c
3551         * src/plugins/dillo_viewer/dillo_viewer.c
3552         * src/plugins/mathml_viewer/mathml_viewer.c
3553         * src/plugins/spamassassin/spamassassin.c
3554         * src/plugins/spamassassin/spamassassin_gtk.c
3555                 add plugin types to allow loading plugins at different times
3556                 (and maybe for different frontends), because it's not good to
3557                 load GTK-Plugins gefore gtk_init was called
3558
3559         * configure.ac
3560         * src/plugins/Makefile.am
3561         * src/plugins/trayicon/.cvsignore               ** NEW **
3562         * src/plugins/trayicon/Makefile.am              ** NEW **
3563         * src/plugins/trayicon/eggtrayicon.c            ** NEW **
3564         * src/plugins/trayicon/eggtrayicon.h            ** NEW **
3565         * src/plugins/trayicon/gnome-mail.xpm           ** NEW **
3566         * src/plugins/trayicon/gnome-nomail.xpm         ** NEW **
3567         * src/plugins/trayicon/trayicon.c               ** NEW **
3568                 New Trayicon plugin that shows an icon in a systray that uses
3569                 XEMBED protocol like Gnome's systray. Icon shows if there
3570                 are new mails and a tooltip shows information about new,
3571                 unread and total messages.
3572
3573 2003-03-22 [paul]       0.8.11claws38
3574
3575         * src/common/smtp.c
3576                 fix ESMTP AUTH CRAM-MD5
3577                 [sync with main (still version 0.8.11cvs6), see
3578                  ChangeLog 2003-03-22]
3579
3580 2003-03-21 [colin]      0.8.11claws37
3581
3582         * src/send_message.c
3583                 Fix USE_SSL => USE_OPENSSL
3584
3585 2003-03-21 [colin]      0.8.11claws36
3586
3587         * src/folderview.c
3588                 Fix counts in drag and dropped subfolders
3589
3590 2003-03-21 [colin]      0.8.11claws35
3591
3592         * src/folder.c 
3593         * src/folderview.c
3594                 speed up a bit folder dnd
3595
3596 2003-03-20 [alfons]     0.8.11claws34
3597
3598         * src/main.c
3599         * src/toolbar.c
3600         * src/procmsg.c
3601                 don't send locked queue messages
3602                 (feature request "[ 705245 ] Locking message in outbox 
3603                  should prevent sending")
3604
3605 2003-03-20 [christoph]  0.8.11claws33
3606
3607         * src/folder.c
3608                 remove NEW and UNREAD flag in special folders when scanning
3609                 
3610         * src/common/smtp.c
3611                 fix ESMTP AUTH CRAM-MD5
3612
3613 2003-03-20 [paul]       0.8.11claws32
3614
3615         * src/prefs_account.c
3616                 Re-write 'Tunnel command to open connection' as
3617                 'Use command to communicate with server', and disable
3618                 it for all except IMAP accounts
3619
3620 2003-03-20 [paul]       0.8.11claws31
3621
3622         * sync with 0.8.11cvs6
3623                 see ChangeLog 2003-03-20
3624
3625 2003-03-19 [match]      0.8.11claws30
3626
3627         * src/addritem.[ch]
3628                 include documentation. minor refactoring.
3629         * src/addr_compl.[ch]
3630         * src/addrindex.[ch]
3631         * src/addresbook.[ch]
3632         * src/summaryview.c
3633                 re-enable address lookup (was disabled in
3634                 0.8.11claws20).
3635
3636 2003-03-19 [christoph]  0.8.11claws29
3637
3638         * src/procmsg.c
3639                 add temp flag handling, will make moving and copying
3640                 messages possible again
3641
3642         * src/folder.c
3643                 correct calulation of folder stats
3644
3645 2003-03-18 [match]      0.8.11claws28
3646
3647         * src/editgroup.h
3648                 remove case sensitive comparison (closes bug 80).
3649
3650 2003-03-18 [christoph]  0.8.11claws27
3651
3652         * src/imap.c
3653                 fix imap using a tunnel command
3654
3655         (closes bug 87)
3656
3657 2003-03-18 [christoph]  0.8.11claws26
3658
3659         * src/folder.[ch]
3660         * src/imap.c
3661         * src/procmsg.[ch]
3662                 rewrite flag handling for folders
3663
3664 2003-03-18 [christoph]  0.8.11claws25
3665
3666         * src/folder.c
3667         * src/procmsg.c
3668         * src/summaryview.c
3669                 unset NEW and UNREAD flags when message is ignored, to make
3670                 sure messages don't show up as unread on other IMAP clients,
3671                 because the IGNORE_THREAD flag can not be syncronized through
3672                 the IMAP folder
3673
3674 2003-03-17 [christoph]  0.8.11claws24
3675
3676         * src/imap.c
3677                 don't use recursion to fetch uids when the number of messages
3678                 does not match. Moved code into subfunction that is used
3679                 again when needed, to prevent an endless loop.
3680
3681 2003-03-17 [thorsten]   0.8.11claws23
3682
3683         * src/imageview.[ch]
3684                 export imageview_get_resized_size() (for plugins)
3685         * src/prefs_common.[ch]
3686                 added prefs_common_get() (for plugins)
3687
3688 2003-03-17 [christoph]  0.8.11claws22
3689
3690         * src/imap.c
3691                 o remove UID guessing from copy code
3692                 o support UIDPLUS extension for APPEND command
3693
3694 2003-03-17 [paul]       0.8.11claws21
3695
3696         * src/gtk/about.c
3697                 remove 'Compiled-plugins' section.
3698                 
3699         * src/plugins/dillo_viewer/dillo_viewer.c
3700                 slight change to description text
3701
3702 2003-03-16 [match]      0.8.11claws20
3703         * src/ldapserver.[ch]           ** NEW **
3704         * src/ldapctrl.[ch]             ** NEW **
3705         * src/ldapquery.[ch]            ** NEW **
3706         * src/ldaputil.[ch]             ** NEW **
3707         * src/addrcindex.[ch]           ** NEW **
3708         * src/addrquery.h               ** NEW **
3709         * src/addritem.[ch]
3710         * src/addrcache.[ch]
3711         * src/addrindex.[ch]
3712         * src/addr_compl.[ch]
3713         * src/addressbook.[ch]
3714         * src/addrbook.[ch]
3715         * src/editgroup.c
3716         * src/editaddress.c
3717         * src/editldap.c
3718         * src/editldap_basedn.c
3719         * src/vcard.c
3720         * src/jpilot.c
3721         * src/Makefile.am
3722                 included dynamic LDAP queries. improved address
3723                 completion.
3724
3725 2003-03-16 [paul]       0.8.11claws19
3726
3727         * tools/multiwebsearch.pl
3728                 fix a fatal typo
3729
3730 2003-03-16 [christoph]  0.8.11claws18
3731
3732         * src/mimeview.c
3733         * src/plugins/dillo_viewer/dillo_viewer.c
3734         * src/plugins/mathml_viewer/mathml_viewer.c
3735                 make unregistering of MimeViewerFactorys possible
3736
3737 2003-03-16 [alfons]     0.8.11claws17
3738
3739         * configure.ac
3740                 correct typo
3741
3742 2003-03-16 [melvin]     0.8.11claws16
3743
3744         * src/plugins/dillo_viewer.c
3745                 Fixed bug where it was not possible to view more than
3746                 one text/html attachment per message (bug discovered
3747                 by Christoph Hohmann).
3748
3749 2003-03-15 [melvin]     0.8.11claws15
3750
3751         * src/prefs_actions.c
3752                 Fixed compilation warnings.
3753
3754 2003-03-15 [melvin]     0.8.11claws14
3755
3756         * src/plugins/Makefile.am
3757         * src/plugins/dillo_viewer/.cvsignore                   ** NEW **
3758         * src/plugins/dillo_viewer/Makefile.am                  ** NEW **
3759         * src/plugins/dillo_viewer/dillo_viewer.c               ** NEW **
3760                 Added a html mail viewer plugin that uses Dillo v0.7.0 or
3761                 newer (http://dillo.auriga.wearlab.de/).
3762
3763 2003-03-15 [christoph]  0.8.11claws13
3764
3765         * src/imap.c
3766                 don't query imap folder for attributes because we already
3767                 for them from imap_status
3768
3769         * src/mimeview.[ch]
3770                 add support for plugable MimeViewers (unloading Viewers
3771                 not yet complete)
3772
3773         * src/plugins/Makefile.am
3774         * src/plugins/mathml_viewer/.cvsignore          ** NEW **
3775         * src/plugins/mathml_viewer/Makefile.am         ** NEW **
3776         * src/plugins/mathml_viewer/mathml_viewer.c     ** NEW **
3777                 add MathML Viewer (Content-Type text/mathml) using GtkMathView
3778                 widget from http://helm.cs.unibo.it/mml-widget/
3779
3780 2003-03-14 [christoph]  0.8.11claws12
3781
3782         * src/folder.[ch]
3783                 o error return code's should better be negative
3784                 o replace printf with debug_print
3785
3786         * src/imap.c
3787                 improve IMAP folder scan by checking UID-NEXT
3788
3789         * src/summaryview.c
3790                 remove check that are unnecessary in my opinion
3791
3792 2003-03-13 [christoph]  0.8.11claws11
3793
3794         * src/folder.[ch]
3795         * src/foldersel.c
3796         * src/folderview.c
3797         * src/imap.c
3798         * src/mbox_folder.c
3799         * src/mh.c
3800         * src/news.c
3801         * src/prefs_scoring.c
3802         * src/summaryview.c
3803                 use a common function to get a displayable name
3804                 for a FolderItem
3805
3806 2003-03-13 [paul]       0.8.11claws10
3807
3808         * tools/Makefile.am
3809           tools/README
3810           tools/multiwebsearch.conf     ** NEW FILE **
3811           tools/multiwebsearch.pl       ** NEW FILE **
3812                 add multiwebsearch Actions script
3813
3814 2003-03-13 [colin]      0.8.11claws9
3815
3816         * src/compose.c
3817                 Remove leading emtpy lines from quoted text
3818                 before quoting it
3819
3820 2003-03-13 [melvin]     0.8.11claws8
3821
3822         * src/prefs_actions.c
3823                 Fixed a memory leak
3824                 Code clean ups
3825                 Added Cancel and OK buttons
3826                 Corrected help text
3827
3828 2003-03-13 [christoph]  0.8.11claws7
3829
3830         * src/account.c
3831         * src/folder.[ch]
3832         * src/imap.c
3833         * src/mainwindow.c
3834         * src/mbox_folder.c
3835         * src/mh.c
3836         * src/news.c
3837         * src/setup.c
3838                 replace more folder type stuff with folder class stuff
3839
3840 2003-03-13 [melvin]     0.8.11claws6
3841
3842         * src/prefs_actions.c
3843                 Added new tokens:
3844                 %u: user provided argument
3845                 %h: user provided argument (hidden on input)
3846                 %s: current text selection in the message view 
3847
3848 2003-03-13 [paul]       0.8.11claws5
3849
3850         * sync with 0.8.11cvs5
3851                 see ChangeLog 2003-03-11, 2003-03-12
3852
3853 2003-03-12 [christoph]  0.8.11claws4
3854
3855         * src/folder.c
3856                 use folder class idstr when writing folderlist.xml
3857
3858         * src/folder.h
3859         * src/imap.c
3860         * src/news.c
3861                 replace folder type checks with folder class checks
3862
3863 2003-03-12 [christoph]  0.8.11claws3
3864
3865         * src/folder.[ch]
3866         * src/imap.[ch]
3867         * src/main.c
3868         * src/mbox_folder.[ch]
3869         * src/mh.[ch]
3870         * src/news.[ch]
3871                 o create a list of known folder classes in the folder system
3872                 o use folder class id strings for folder item identifiers
3873
3874 2003-03-12 [christoph]  0.8.11claws2
3875
3876         * src/imap.c
3877                 fix imap uid validity check
3878
3879 2003-03-12 [christoph]  0.8.11claws1
3880
3881         * src/account.c
3882         * src/folder.[ch]
3883         * src/foldersel.c
3884         * src/folderview.c
3885         * src/imap.c
3886         * src/mainwindow.c
3887         * src/mbox_folder.c
3888         * src/mh.c
3889         * src/news.c
3890         * src/prefs_scoring.c
3891         * src/procmsg.c
3892         * src/setup.c
3893         * src/summaryview.c
3894                 initial restructuring of folder system, seperating
3895                 folders and folder classes
3896
3897 2003-03-12 [paul]       0.8.11claws
3898
3899         0.8.11claws release
3900
3901 2003-03-12 [christoph]
3902
3903         * src/gtk/prefswindow.c
3904                 fix translation of "Page Index"
3905
3906 2003-03-12 [paul]       0.8.10claws110
3907
3908         a sync from 0.8.11cvs4 before the release
3909
3910         * src/common/utils.c
3911                 subject_compare_for_sort(): allow null strings (fixes
3912                 summary sorting).
3913
3914 2003-03-11 [paul]       0.8.10claws109
3915
3916         * po/es.po
3917                 update Spanish translation, submitted by
3918                 Ricardo Mones Lastra
3919
3920 2003-03-11 [melvin]     0.8.10claws108
3921
3922         * po/fr.po
3923                 Updated French translations
3924
3925 2003-03-11 [paul]       0.8.10claws107
3926
3927         * manual/en/Makefile.am
3928           manual/en/*.html
3929                 update English manual, add a new page
3930                 updated by Francois Barriere <fbarriere@atmel.fr>
3931                 
3932         * po/bg.po
3933           po/it.po
3934           po/sr.po
3935                 update Bulgarian, Italian, and Serbian translations
3936                 submitted by George Danchev, Alessandro Maestri, and
3937                 Urke MMI
3938
3939 2003-03-10 [paul]       0.8.10claws106
3940
3941         * src/gtk/about.c
3942           src/gtk/prefswindow.c
3943                 make some strings translatable
3944
3945 2003-03-10 [darko]      0.8.10claws105
3946
3947         * src/compose.c
3948                 code cleanup to make Hiro happy
3949
3950 2003-03-10 [paul]       0.8.10claws104
3951
3952         * sync with 0.8.11cvs2
3953                 see ChangeLog 2003-03-10
3954
3955 2003-03-09 [melvin]     0.8.10claws103
3956
3957         * src/textview.c
3958                 textview_set_font(): fix for message display in
3959                 UTF-8 locales (thanks to Sergey Vlasov).
3960                 (was unintentionnaly reverted in 0.8.6claws6)   
3961
3962 2003-03-08 [darko]      0.8.10claws102
3963
3964         * src/compose.c
3965                 fix infinite loop in wrapping as reported
3966                 by happycactus
3967                 obsoletes patch #696482
3968
3969 2003-03-08 [christoph]  0.8.10claws101
3970
3971         * src/imap.c
3972                 add workaround for IMAP servers that do not
3973                 support the "UID SEARCH UID" command
3974
3975 2003-03-07 [christoph]  0.8.10claws100
3976
3977         * src/plugins/spamassassin/spamassassin.[ch]
3978         * src/plugins/spamassassin/spamassassin_gtk.c
3979                 code cleanup
3980
3981 2003-03-07 [paul]       0.8.10claws99
3982
3983         * po/es.po
3984                 updated Spanish translation, submitted by
3985                 Ricardo Mones Lastra
3986
3987 2003-03-07 [christoph]  0.8.10claws98
3988
3989         * src/send.c
3990                 fix in 0.8.10claws94 was wrong
3991                 local delivery does not require escaping, remove escaping
3992                 code to make signatures of mails with "." lines valid
3993                 
3994                 NOTE: requires that sendmail is executed with "-i" option,
3995                       what is the default now, but has to be changed in all
3996                       exsiting accounts)
3997
3998 2003-03-07 [paul]       0.8.10claws97
3999
4000         * sync with 0.8.11 release
4001                 see ChangeLog 2003-03-07
4002
4003 2003-03-06 [paul]       0.8.10claws96
4004
4005         * src/compose.c
4006                 revert commit 0.8.10claws92
4007
4008 2003-03-06 [paul]       0.8.10claws95
4009
4010         * src/folderview.c
4011                 fix (solaris) bug 73, 'Crash when selecting top-level folder'
4012
4013         * src/gtkaspell.c
4014                 fix bug 74, 'Crash opening editor window with pseudo-color
4015                 display'
4016                 
4017         Patches submitted by Kevin Vigor <kevin@vigor.nu>
4018
4019 2003-03-06 [christoph]  0.8.10claws94
4020
4021         * src/send.c
4022                 fix rfc2821 (4.5.2) violation in SMTP data sending,
4023                 all lines starting with a period get an extra period
4024                 inserted
4025                 (found by Simon 'corecode' Schubert)
4026
4027 2003-03-06 [paul]       0.8.10claws93
4028
4029         * src/folderview.c
4030                 if configured font can't be loaded fall back to gtk
4031                 default. (with thanks to Christoph)
4032                 
4033                 closes long-standing bug 15 'Crashes on startup'
4034
4035 2003-03-06 [paul]       0.8.10claws92
4036
4037         * src/compose.c
4038                 freeze text before autosave and thaw afterwards
4039                 fixes bug 67 'autosave make re-rediting message crazy'
4040
4041 2003-03-06 [christoph]  0.8.10claws91
4042
4043         * src/compose.c
4044                 ignore address comment in dupe check for Cc-list
4045
4046         (closes reopened bug 47 Replying to message strips name part of
4047          e-mail addresses of Cc: lines)
4048
4049 2003-03-06 [paul]       0.8.10claws90
4050
4051         * src/Makefile.am
4052                 remove reference to gtkxtext.h as its no longer in
4053                 the repository
4054
4055 2003-03-06 [paul]       0.8.10claws89
4056
4057         * sync with 0.8.10cvs25
4058                 see ChangeLog 2003-03-06
4059
4060 2003-03-06 [oliver]     0.8.10claws88
4061         
4062         * src/messageview.c
4063                 remove include
4064
4065 2003-03-06 [oliver]     0.8.10claws87
4066         
4067         * src/folderview.c 
4068                 remove changes introduced inclaws74
4069         * src/messageview.c
4070                 another attempt to sanely delete and update
4071                 messages deleted in separate messageview
4072
4073 2003-03-05 [christoph]  0.8.10claws86
4074
4075         * src/summaryview.c
4076                 check if "From" matches any account's address if
4077                 addressbook completion of addresses is disabled too
4078
4079         (closes Bug 70 "Display recipient in from" doesn't check
4080          folder's default account)
4081
4082 2003-03-05 [christoph]  0.8.10claws85
4083
4084         * src/compose.c
4085         * src/common/utils.[ch]
4086                 don't strip address comments when building Cc lists
4087
4088         (closes Bug 47 Replying to message strips name part of e-mail addresses
4089          of Cc: lines)
4090
4091         * src/folder.c
4092                 fix return value of copy function
4093
4094 2003-03-05 [christoph]  0.8.10claws84
4095
4096         * src/imap.c
4097                 don't ask imap server for non rfc822 headers
4098
4099         (closes bug 71 IMAP FETCH asks for FROM header field twice)
4100
4101         * src/imap.c
4102                 destroy session on socket error to allow reconnecting
4103
4104 2003-03-05 [christoph]  0.8.10claws83
4105
4106         * configure.ac
4107                 fix building with gnome when no prefix is set
4108
4109         (closes bug 66 Gnome directory is set to NONE)
4110
4111 2003-03-05 [paul]       0.8.10claws82
4112
4113         * sync with 0.8.10cvs23
4114                 see ChangeLog 2003-03-05
4115
4116 2003-03-04 [christoph]  0.8.10claws81
4117
4118         * src/folder.c
4119                 o fix moving and copying when folder returns 0 for new
4120                   message number
4121                 o remove some code for single message copy and move
4122                   operations and use functions for multiple messages
4123
4124         (closes bug 63 Strange behaviour MOVING messages from MH to IMAP)
4125
4126         * src/news.c
4127                 remove unused include
4128
4129 2003-03-04 [paul]       0.8.10claws80
4130
4131         * src/gtk/about.c
4132                 list 'Compiled plugins'
4133
4134 2003-03-03 [christoph]  0.8.10claws79
4135
4136         * src/news.[ch]
4137                 have to multiply the percentage of the current fetch with
4138                 the percentage that it has of the total fetch operation
4139                 for correct values
4140
4141 2003-03-03 [christoph]  0.8.10claws78
4142
4143         * src/news.c
4144                 fix calculation of expected lines for progress indicator
4145
4146 2003-03-03 [christoph]  0.8.10claws77
4147
4148         * src/summaryview.c
4149         * src/common/utils.c
4150                 fix segfault when opening the root news folder
4151
4152 2003-03-03 [christoph]  0.8.10claws76
4153
4154         * src/mainwindow.[ch]
4155         * src/common/Makefile.am
4156         * src/common/progressindicator.[ch]
4157                 add UI independent progress indicator handling
4158
4159         * src/news.[ch]
4160                 use new progress indicator for message info fetching
4161
4162         * src/common/hooks.h
4163                 code cleanup
4164
4165 2003-03-03 [oliver]     0.8.10claws75
4166
4167         * src/toolbar.c
4168         * src/compose.c
4169                 removed commented code
4170
4171 2003-03-03 [oliver]     0.8.10claws74
4172
4173         * src/toolbar.[ch]
4174                 cleanups and refactoring
4175         * src/compose.[ch]
4176                 compose_reply_mode reply & forwarding interface for
4177                 toolbar buttons
4178         * src/folderview.c
4179                 act on messages marked for deletion in folderview_selected
4180                 based on prefs_common.immediate_exec since a message might 
4181                 have been deleted by messageview in a folder we are changing 
4182                 to (does anybody understand what I'm on about ?)
4183
4184 2003-03-03 [oliver]     0.8.10claws73
4185         
4186         * src/messageview.[ch]
4187                 new functions
4188                 - messageview_delete: delete message shown in messagview
4189                 - messageview_update_view: update messageview to currently 
4190                   selected summaryview message
4191                 - add separate messageview to msgview_list in order to update 
4192                   toolbar to new toolbar style on the fly (TOOLBAR_NONE, TOOLBAR_ICON etc.)
4193         * src/summaryview.[ch]
4194                 summary_get_selection returns a list of selected msgs
4195                 in summaryview
4196         * src/mainwindow.c
4197                 toolbar reply refactoring
4198
4199 2003-03-03 [paul]       0.8.10claws72
4200
4201         * sync with 0.8.10cvs21
4202                 see ChangeLog 2003-03-03
4203
4204 2003-03-02 [christoph]  0.8.10claws71
4205
4206         * src/common/passcrypt.c
4207                 use POSIX includes
4208
4209 2003-03-02 [christoph]  0.8.10claws70
4210
4211         * configure.ac
4212         * src/prefs_account.c
4213         * src/prefs_gtk.[ch]
4214         * src/common/.cvsignore
4215         * src/common/Makefile.am
4216         * src/common/passcrypt.c                ** NEW **
4217         * src/common/passcrypt.h.in             ** NEW **
4218                 Implement password encryption in config files
4219                 using unix encrypt and setkey functions. The crypt
4220                 key can be set as a configure parameter. Old
4221                 passwords will be converted if they do not begin
4222                 with '!'
4223
4224 2003-03-02 [paul]       0.8.10claws69
4225
4226         * src/prefs_account.c
4227                 fix compile error
4228
4229 2003-03-01 [thorsten]   0.8.10claws68
4230
4231         * po/el.po
4232           po/hr.po
4233           po/it.po
4234           po/nl.po
4235           po/sr.po
4236           po/sv.po
4237                 corrected format strings
4238         * po/en_GB.po
4239                 corrected headers
4240                 (fix compile errors with GNU gettext-0.11.5)
4241
4242 2003-03-01 [oliver]     0.8.10claws67
4243
4244         * src/summaryview.c
4245                 menu callbacks call toolbar_menu_reply
4246
4247 2003-03-01 [oliver]     0.8.10claws66
4248
4249         * src/mainwindow.c
4250         * src/messageview.c
4251                 menu callbacks call toolbar_menu_reply
4252         * src/toolbar.[ch]
4253                 callbacks from menu handled by toolbar_menu_reply
4254
4255 2003-03-01 [paul]       0.8.10claws65
4256
4257         * src/addressbook.c
4258                 revert commit 0.8.10claws54 - breaks editing of
4259                 addressbook.
4260                 
4261         * po/bg.po
4262                 update Bulgarian translation, submitted by
4263                 George Danchev
4264
4265 2003-02-28 [christoph]  0.8.10claws64
4266
4267         * src/account.c
4268         * src/addressadd.c
4269         * src/compose.c
4270         * src/gtkaspell.c
4271         * src/gtkxtext.h                ** REMOVE **
4272         * src/imap.c
4273         * src/matcher.[ch]
4274         * src/mh.c
4275         * src/news.c
4276         * src/pine.c
4277         * src/prefs_common.c
4278         * src/prefs_matcher.c
4279         * src/procheader.[ch]
4280         * src/procmsg.[ch]
4281         * src/toolbar.c
4282         * src/common/ssl_certificate.c
4283         * src/gtk/colorlabel.c
4284         * src/gtk/menu.c
4285                 o fix warnings
4286                 o remove code obsoleted by new cache and folder system rework
4287
4288 2003-02-28 [oliver]     0.8.10claws63
4289         
4290         * src/toolbar.[ch]
4291                 * fix bug where reply in Messageview replied to 
4292                 Message displayed in summaryview
4293                 (reportedd via ML by chinatinte at gmx dot ch)
4294                 * fix bug where toolbar popups (WITH_QUOTE, WITHOUT_QOUTE)
4295                 didn't work in separate MessageView Toolbar
4296                 (wondering if anybody uses this at all ?)
4297         * src/summaryview.[ch]
4298                 use toolbar.c's toolbar_reply instead of summary_reply (removed)
4299                 (generalize reply and forward code);
4300         * src/messageview.c 
4301                 remove focus_in event which updated summaryview to messageview
4302
4303 2003-02-28 [paul]       0.8.10claws62
4304
4305         * po/Makefile.in.in
4306                 add the --check option
4307                 Patch submitted by Ricardo Mones Lastra
4308
4309 2003-02-28 [paul]       0.8.10claws61
4310
4311         * src/prefs_account.c
4312                 re-order 'Signature' items
4313
4314 2003-02-28 [paul]       0.8.10claws60
4315
4316         * sync with 0.8.10cvs20
4317                 see ChangeLog 2003-02-28
4318
4319 2003-02-28 [paul]       0.8.10claws59
4320
4321         * po/POTFILES.in
4322                 update to reflect recent movement of files
4323
4324 2003-02-28 [paul]       0.8.10claws58
4325
4326         * sync with 0.8.10cvs19
4327                 see ChangeLog 2003-02-28
4328
4329 2003-02-27 [martin]     0.8.10claws57
4330
4331         * src/prefs_matcher.c 
4332                 fix segfault in prefs_matcher_ok() when the
4333                 last entry is deleted and prevents that the
4334                 message "entry not saved" comes up after deleting
4335                 an entry
4336
4337 2003-02-27 [martin]     0.8.10claws56
4338
4339         * src/prefs_filtering.c 
4340                 fix segfault in prefs_filtering_ok() when the
4341                 last entry is deleted and prevents that the
4342                 message "entry not saved" comes up after deleting
4343                 an entry
4344
4345 2003-02-27 [paul]       0.8.10claws55
4346
4347         * sync with 0.8.10cvs18
4348                 see ChangeLog 2003-02-27
4349
4350 2003-02-27 [paul]       0.8.10claws54
4351
4352         * src/addressbook.c
4353                 fix bug where the address book crashes with 
4354                 multiple lookups.
4355                 Patch [687729] submitted by David Frager 
4356                 <dbfrager@users.sourceforge.net>
4357
4358 2003-02-25 [christoph]  0.8.10claws53
4359
4360         * src/Makefile.am
4361         * src/colorlabel.[ch]           ** REMOVE **
4362         * src/gtk/Makefile.am
4363         * src/gtk/colorlabel.[ch]       ** NEW **
4364                 move colorlabel files to gtk directory
4365
4366         * src/esmtp.[ch]                ** REMOVE **
4367                 has been merged into smtp.[ch] in 0.7.5
4368
4369 2003-02-25 [christoph]  0.8.10claws52
4370
4371         * src/Makefile.am
4372         * src/about.[ch]                ** REMOVE **
4373         * src/gtk/Makefile.am
4374         * src/gtk/about.[ch]            ** NEW **
4375                 move about files to gtk directory
4376
4377 2003-02-25 [christoph]  0.8.10claws51
4378
4379         * src/folder.c
4380                 some code optimization of folder scanning code
4381
4382         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx> 
4383
4384 2003-02-25 [christoph]  0.8.10claws50
4385
4386         * src/main.c
4387         * src/common/sylpheed.c
4388                 add command line parameter parsing to common code
4389
4390 2003-02-24 [christoph]
4391
4392         * Makefile.am
4393         * configure.ac
4394                 fix gnome prefix problems, the configure script now removed
4395                 `gnome-config --prefix` from `gnome-config --datadir`
4396                 and adds $(prefix} instead
4397
4398         (closes Bug 24 Makefile does not respect prefix when installing
4399          GNOME data)
4400
4401 2003-02-24 [christoph]  0.8.10claws49
4402
4403         * src/news.c
4404                 check for valid session before trying to authenticate
4405
4406         (closes Bug 60 crash if "authenticate on logon" is activated
4407          and newsserver-hostname is not valid)
4408
4409 2003-02-24 [melvin]     0.8.10claws48
4410
4411         * src/prefs_actions.c
4412                 Make sure all user's input is sent to the action and then
4413                 close the socket..
4414
4415 2003-02-23 [alfons]     0.8.10claws46
4416
4417         * src/summaryview.c
4418                 also wait cursor when deleting files
4419
4420 2003-02-23 [paul]
4421
4422         * tools/freshmeat_search.pl
4423           tools/google_search.pl
4424                 scripts should now work for any browser/browser command line
4425
4426 2003-02-22 [christoph]  0.8.10claws45
4427
4428         * src/procmsg.c
4429                 fix IMAP flag setting, IMAP flag is not handled correctly
4430                 anymore by the folder system and information about the
4431                 folder should not be saved in the MsgInfo (in my opinion)
4432
4433         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
4434
4435 2003-02-22 [christoph]  0.8.10claws44
4436
4437         * src/summaryview.c
4438                 fix spelling of "label" ;-)
4439
4440 2003-02-22 [thorsten]   0.8.10claws43
4441
4442         * src/mimeview.c
4443           src/prefs_common.[ch]
4444           src/procmime.[ch]
4445                 do not use description as attachment name
4446
4447 2003-02-22 [alfons]     0.8.10claws42
4448
4449         * src/summaryview.c
4450                 freeze/thaw folder item updates when changing color labels,
4451                 and put a wait cursors on
4452
4453 2003-02-22 [thorsten]   0.8.10claws41
4454
4455         * src/mimeview.c
4456                 save-all fixes: crash if invoked on multipart container,
4457                 mimeinfo access, pathseparators, error dialog
4458
4459 2003-02-21 [alfons]     0.8.10claws40
4460
4461         * src/prefs_gtk.c
4462                 remove unused var
4463
4464 2003-02-21 [colin]      0.8.10claws39
4465
4466         * src/send.c
4467                 Fix smtp logging
4468
4469 2003-02-21 [colin]      0.8.10claws38
4470
4471         * src/summaryview.c
4472                 Freeze/thaw folderItem updates when filtering messages 
4473                 via Tools/Filter messages
4474
4475 2003-02-21 [paul]       0.8.10claws37
4476
4477         * src/compose.c
4478                 revert commit 0.8.10claws26, there are ulterior motives
4479                 for users to set a Reply-To header when posting to
4480                 newsgroups
4481
4482 2003-02-21 [paul]       0.8.10claws36
4483
4484         * sync with 0.8.10cvs17
4485                 see ChangeLog 2003-02-21
4486
4487 2003-02-20 [christoph]  0.8.10claws35
4488
4489         * src/imap.c
4490                 IMAP UID fetch speedup using SEARCH
4491
4492         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
4493
4494         * src/imap.c
4495                 fix problem with UIDs in IMAP UID cache that no longer existed
4496
4497 2003-02-20 [christoph]  0.8.10claws34
4498
4499         * src/imap.c
4500         * src/procheader.c
4501         * src/procheader.h
4502                 IMAP header fetch speedup (fetch only headers cached in MsgInfo)
4503
4504         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
4505
4506         * src/imap.c
4507                 Rewrite imap_cmd_gen_recv use sock_getline instead
4508                 of sock_gets to avoid problems with too long reply
4509                 lines
4510     
4511 2003-02-20 [colin]      0.8.10claws33
4512         
4513         * src/prefs_account.c
4514                 Better wording
4515
4516 2003-02-20 [colin]      0.8.10claws32
4517
4518         * src/compose.c
4519                 Remove useless '&& !to_sender' 
4520
4521 2003-02-20 [darko]
4522
4523         * AUTHORS
4524                 change my e-mail address
4525
4526 2003-02-19 [colin]      0.8.10claws31
4527
4528         * src/prefs_common.c
4529                 X11 style colors for every configurable color
4530
4531 2003-02-19 [alfons]     0.8.10claws30
4532
4533         * src/prefs_gtk.[ch]
4534         * src/prefs_common.c
4535                 for color_new accept both plain integers and X11 style color
4536                 names (as found in /usr/lib/X11/rgb.txt)
4537
4538 2003-02-19 [paul]       0.8.10claws29
4539
4540         * src/mainwindow.c
4541                 add tooltips to online/offline button and account selector
4542                 button
4543
4544 2003-02-19 [paul]       0.8.10claws28
4545
4546         * src/folder.c
4547           src/news.c
4548           src/prefs_account.[ch]
4549           src/prefs_common.[ch]
4550                 move 'Maximum number of articles to download' to
4551                 account prefs.
4552                 clean up account prefs gui a little by hiding entries
4553                 rather then greying out entries
4554
4555 2003-02-19 [hiro]       0.8.10claws27
4556
4557         * src/common/utils.c
4558                 fix bug #54 'yesterdays date is displayed in the message 
4559                 summary window'
4560
4561 2003-02-19 [paul]       0.8.10claws26
4562
4563         * src/compose.c
4564                 fix bug reported in Feature Request [688596] 
4565                 'Reply-to header in news'
4566
4567 2003-02-18 [paul]       0.8.10claws25
4568
4569         * src/select-keys.c
4570                 add a 'List all keys' button to key selection dialog
4571
4572 2003-02-18 [colin]      0.8.10claws24
4573         
4574         * src/stock_pixmap.c
4575                 fix compile error
4576
4577 2003-02-18 [colin]      0.8.10claws23
4578
4579         * src/common/smtp.[ch]
4580           src/prefs_account.c
4581                 Try to starttls if it seems to be the only
4582                 way to authenticate a user
4583
4584 2003-02-18 [paul]       0.8.10claws22
4585
4586         * src/Makefile.am
4587           src/folderview.c
4588           src/stock_pixmap.[ch]
4589           src/pixmaps/drafts_close.xpm  ** NEW FILE **
4590           src/pixmaps/drafts_open.xpm   ** NEW FILE **
4591                 as a Drafts folder is a special folder allow it to have
4592                 its own unique icons
4593
4594 2003-02-18 [colin]      0.8.10claws21
4595
4596         * src/imap.c
4597                 Fix port selection when using starttls
4598
4599 2003-02-18 [paul]       0.8.10claws20
4600
4601         * src/mainwindow.c
4602           src/prefs_common.[ch]
4603                 make blue the default new mail colour
4604
4605 2003-02-18 [paul]       0.8.10claws19
4606
4607         * sync with 0.8.10cvs14
4608                 see ChangeLog 2003-02-18
4609
4610 2003-02-17 [jens]       0.8.10claws18
4611
4612         * src/common/md5.c
4613                 fixed a compile problem with gcc 3.3
4614                 works on 2.95.3 too (testet on PPC as it is big endian)
4615
4616 2003-02-17 [paul]       0.8.10claws17
4617
4618         * sync with 0.8.10cvs13
4619                 see ChangeLog 2003-02-17
4620
4621 2003-02-17 [paul]       0.8.10claws16
4622
4623         * sync with 0.8.10cvs12
4624                 see ChangeLog 2003-02-17
4625
4626 2003-02-16 [match]      0.8.10claws15
4627
4628         * src/addressbook.c
4629                 Eliminates reloading of address data when items
4630                 deleted or added. Applied submitted by
4631                 Luke Plant <lukeplant@softhome.net>
4632
4633 2003-02-16 [paul]       0.8.10claws14
4634
4635         * src/news.c
4636                 when a 'protocol error' is encountered disconnect from
4637                 the server. This means that the user can carry on viewing
4638                 other articles and doesn't have to either wait until the
4639                 server timesout or quit sylpheed.
4640                 Fixes bug #53 'Unable to read messages in newsgroups, 
4641                 displayed message doesn't change'
4642
4643 2003-02-15 [christoph]  0.8.10claws13
4644
4645         * src/imap.c
4646                 fix bug that stopped scanning of folders when an
4647                 IMAP folder was empty
4648
4649         (closes bug 46 stop scan messages in folders after empty folder)
4650
4651 2003-02-15 [paul]
4652
4653         * tools/Makefile.am
4654           tools/README
4655           tools/freshmeat_search.pl     ** NEW FILE **
4656           tools/google_search.pl        ** NEW FILE **
4657                 Add 2 Actions scripts which search freshmeat/google
4658                 for the selected text using the browser configured
4659                 in sylpheedrc.
4660                 
4661         Note: These scripts are very dependent on the format of the
4662         browser command and may not work on every occasion. Testing
4663         is welcome. 
4664
4665 2003-02-14 [alfons]     0.8.10claws12
4666
4667         * src/compose.c
4668                 fix breakage because of uninitialized account pointer.
4669                 please verify.
4670
4671 2003-02-14 [paul]       0.8.10claws11
4672
4673         * src/compose.c
4674           src/prefs_account.[ch]
4675           src/prefs_common.[ch]
4676                 move signature settings to Account Prefs
4677
4678 2003-02-14 [paul]       0.8.10claws10
4679
4680         * sync with 0.8.10cvs11
4681                 see ChangeLog 2003-02-14
4682
4683 2003-02-13 [thorsten]   0.8.10claws9
4684
4685         * src/news.c
4686                 revert news progressbar (GUI separation)
4687
4688 2003-02-13 [paul]       0.8.10claws8
4689
4690         * src/compose.c
4691                 make replies behave correctly, re: RFC 1036, Section 2.2.3,
4692                 paragraph 1
4693
4694 2003-02-13 [paul]       0.8.10claws7
4695
4696         * src/compose.[ch]
4697           src/summaryview.c
4698                 fix 'Follow-up and Reply-to' so that it creates a reply to
4699                 the newsgroup and the sender. If the message has the keyword
4700                 'poster' in the Followup-To header, all replies go to the
4701                 sender, re: RFC 1036, Section 2.2.3
4702                 rename all instances of 'ignore_replyto' to 'to_sender', both
4703                 were previously used, now we use just one.
4704
4705 2003-02-13 [paul]       0.8.10claws6
4706
4707         * sync with 0.8.10cvs9
4708                 see ChangeLog 2003-02-13
4709
4710 2003-02-13 [paul]       0.8.10claws5
4711
4712         * configure.ac
4713                 show which plugins are configured in the configure
4714                 output.
4715
4716 2003-02-12 [thorsten]   0.8.10claws4
4717
4718         * src/news.c
4719                 show progress while fetching news headers
4720
4721 2003-02-12 [christoph]  0.8.10claws3
4722
4723         * configure.ac
4724         * src/plugins/Makefile.am
4725                 use AM_CONDITIONAL to enable plugins, automake correctly
4726                 manages this when creating distdir
4727
4728 2003-02-12 [christoph]  0.8.10claws2
4729
4730         * ac/spamassassin.m4
4731         * src/plugins/spamassassin/Makefile.am
4732                 fix building SpamAssassin plugin without OpenSSL
4733
4734 2003-02-12 [paul]       0.8.10claws1
4735
4736         * ac/Makefile.am
4737           src/Makefile.am
4738           src/plugins/Makefile.am
4739                 fix failure of 'make release'
4740
4741 2003-02-12 [paul]       0.8.10claws
4742
4743         * 0.8.10claws released
4744
4745 2003-02-12 [paul]       0.8.9claws56
4746
4747         * po/bg.po
4748           po/es.po
4749           po/it.po
4750           po/ru.po
4751           po/sr.po
4752                 updated translations by George Danchev, Ricardo Mones Lastra,
4753                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively
4754                 
4755         * sylpheed.spec.in
4756                 Allow the building of RPMs by a regular user. Submitted
4757                 by Sergei Astanin
4758
4759 2003-02-11 [alfons]     0.8.9claws55
4760
4761         * src/colorlabel.c
4762                 don't use pixmaps for label color rect but draw rectangles
4763                 so we can respect the color map of palette based visuals
4764                 (fixes the long time crashes on Suns - thanks to Andreas
4765                 Engel and Steve O'Hara-Smith for testing)
4766
4767 2003-02-11 [christoph]  0.8.9claws54
4768
4769         * src/matcher_parser_parse.y
4770                 correct bug where filering rules of not existing folders in
4771                 matcherrc were added to global filtering
4772                 
4773         (closes Debian Bug #180253 - Directory's filter-rules are merged with
4774          main filter-rules after removing directory, http://bugs.debian.org/180253)
4775         
4776 2003-02-11 [paul]       0.8.9claws53
4777
4778         * sync with 0.8.10cvs7
4779                 see ChangeLog 2003-02-09
4780
4781 2003-02-11 [melvin]     0.8.9claws52
4782
4783         * po/fr.po
4784                 Updated French tranlsations
4785
4786 2003-02-10 [paul]       0.8.9claws51
4787
4788         * sylpheed.spec.in
4789                 correct --enable-openssl
4790                 Fix submitted by Sergei Astanin <asita@users.sourceforge.net>
4791
4792 2003-02-09 [martin]     0.8.9claws50
4793
4794         * src/prefs_matcher.c
4795                 fix segfault in prefs_matcher_substitute_cb() when
4796                 no row is selected
4797
4798 2003-02-09 [paul]       0.8.9claws49
4799
4800         * src/folderview.c
4801                 fix bug where a newsgroup folder's processing rules were
4802                 merged with the global filtering rules when the newsgroup
4803                 folder was deleted, causing some seriously bad results,
4804                 see <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=180253>
4805
4806 2003-02-08 [melvin]     0.8.9claws48
4807
4808         * src/compose.c
4809                 Corrected and modified an alert message.
4810
4811 2003-02-07 [paul]       0.8.9claws47
4812
4813         * src/folderview.c
4814                 fix bug where both an 'Account properties' window and a
4815                 'Folder properties' window were opened when clicking on
4816                 'Properties' in an NNTP or IMAP folder's popup menu.
4817
4818 2003-02-07 [paul]       0.8.9claws46
4819
4820         * sync with 0.8.10cvs6
4821                 see ChangeLog 2003-02-06
4822
4823 2003-02-06 [christoph]  0.8.9claws45
4824
4825         * src/mbox.c
4826                 freeze folder updates while importing mbox files
4827                 (closes bug 43 importing mbox took hours)
4828                 
4829         Patch submitted by Jens Rantil <jens.rantil@telia.com>
4830
4831 2003-02-06 [thorsten]   0.8.9claws44
4832
4833         * po/de.po
4834                 Updated german translations
4835
4836 2003-02-06 [thorsten]   0.8.9claws43
4837
4838         * src/news.h
4839                 use guint for message numbers (fix count in grouplist dialog)
4840
4841 2003-02-05 [paul]       0.8.9claws42
4842
4843         * sync with 0.8.10cvs2
4844                 see ChangeLog 2003-02-05
4845
4846 2003-02-04 [colin]      0.8.9claws41
4847
4848         * src/prefs_common.[ch]
4849           src/procmsg.c
4850           src/summaryview.c
4851                 Add an option to disable threading by subject
4852
4853 2003-02-04 [christoph]  0.8.9claws40
4854
4855         * src/inc.c
4856                 only abort fetching mails from multiple accounts when the
4857                 error is fatal and does not allow to check any more accounts
4858                 (currently only disk full error)
4859
4860         (closes bug 31 after POP3 error: "no such mail" Sylpheed does not
4861          receive mails for other accouts)
4862
4863 2003-02-04 [christoph]  0.8.9claws39
4864
4865         * src/folder.c
4866                 first add the new message to the cache, then
4867                 send the update notification
4868
4869         (closes bug 39 after sending message folderview doesnt get updated)
4870
4871 2003-02-04 [colin]      0.8.9claws38
4872
4873         * src/inc.c
4874                 _really_ fix this Connecting... status
4875
4876 2003-02-04 [paul]       0.8.9claws37
4877
4878         * sync with 0.8.10
4879                 see ChangeLog 2003-02-04
4880
4881 2003-02-04 [paul]       0.8.9claws36
4882
4883         * sync with 0.8.9cvs6
4884                 see ChangeLog 2003-02-03
4885
4886 2003-02-04 [paul]       0.8.9claws35
4887
4888         * po/pt_BR.po
4889                 updated by AndrĂ© Filipe de Assunção e Brito 
4890                 <bedecko@netsite.com.br>
4891
4892 2003-02-03 [thorsten]   0.8.9claws34
4893
4894         * po/de.po
4895                 Updated german translations
4896
4897 2003-02-02 [paul]       0.8.9claws33
4898
4899         * po/es.po
4900                 updated by Ricardo Mones Lastra
4901
4902 2003-02-02 [thorsten]   0.8.9claws32
4903
4904         * src/mh.c
4905                 Fix mh_get_msginfo() segfault if file is inaccessible
4906
4907 2003-01-31 [colin]      0.8.9claws31
4908
4909         * src/procheader.c
4910                 Fix last commit's bug
4911
4912 2003-01-31 [colin]      0.8.9claws30
4913
4914         * src/procheader.c
4915                 Missing a change for gpg-signed messages
4916
4917 2003-01-31 [paul]       0.8.9claws29
4918
4919         * src/pixmaps/gpg_signed.xpm    ** NEW FILE **
4920           src/procheader.c
4921           src/stock_pixmap.[ch]
4922           src/summaryview.c
4923                 indicate GnuPG signed messages by displaying an icon
4924                 in the Attachment column.
4925
4926 2003-01-31 [paul]       0.8.9claws28
4927
4928         * sync with 0.8.9cvs4
4929                 see ChangeLog 2003-01-31
4930
4931 2003-01-31 [alfons]     0.8.9claws27
4932
4933         * src/textview.c
4934                 tune URI parser to accept mailto URLs with a '?'
4935                 (patch from Ruslan Balkin)
4936
4937 2003-01-31 [colin]      0.8.9claws26
4938
4939         * src/summaryview.c
4940                 Fix a leak introduced in claws24
4941
4942 2003-01-31 [colin]      0.8.9claws25
4943
4944         * src/summaryview.c
4945                 Freeze/Thaw folder updates when deleting dups
4946
4947 2003-01-31 [colin]      0.8.9claws24
4948         
4949         * src/addr_compl.c
4950           src/summaryview.c
4951           src/msgcache.c
4952                 little speed improvements
4953
4954 2003-01-31 [colin]      0.8.9claws23
4955
4956         * src/summaryview.c
4957                 Fix segfault when forwarding nothing
4958                 Patch from "Ruslan N. Balkin" <baron@voices.ru>
4959                 
4960 2003-01-30 [paul]       0.8.9claws22
4961
4962         * sync with 0.8.9cvs3
4963                 see ChangeLog 2003-01-30
4964
4965 2003-01-30 [paul]       0.8.9claws21
4966
4967         * sync with 0.8.9cvs2
4968                 see ChangeLog 2003-01-30
4969
4970 2003-01-29 [paul]       0.8.9claws20
4971
4972         * sync with 0.8.9cvs1
4973                 see ChangeLog 2003-01-29
4974
4975 2003-01-28 [paul]       0.8.9claws19
4976
4977         * po/POTFILES.in
4978                 update to reflect changes. 
4979                 thanks to Ricardo Mones Lastra
4980
4981 2003-01-27 [christoph]  0.8.9claws18
4982
4983         * ac/openssl.m4
4984         * ac/spamassassin.m4
4985         * src/plugins/spamassassin/README
4986         * src/plugins/spamassassin/libspamc.[ch]
4987         * src/plugins/spamassassin/utils.[ch]
4988                 updated to latest libspamc
4989
4990 2003-01-27 [christoph]  0.8.9claws17
4991
4992         * src/folder.c
4993                 fix wrong use of procheader_get_header_fields
4994
4995 2003-01-27 [christoph]  0.8.9claws16
4996
4997         * src/news.c
4998         * src/prefs_account.[ch]
4999         * src/common/nntp.[ch]
5000                 allow to force authentication for NNTP servers
5001
5002         Patch submitted by Florian Mickler <dmk@d-labs.de>
5003
5004 2003-01-26 [paul]       0.8.9claws15
5005
5006         * src/summaryview.c
5007                 speed up of marking messages as read
5008                 patch submitted by Jens Rantil <ztyx@users.sourceforge.net>
5009
5010 2003-01-26 [christoph]  0.8.9claws14
5011
5012         * src/Makefile.am
5013         * src/mgutils.[ch]              ** REMOVE **
5014         * src/xml.[ch]                  ** REMOVE **
5015         * src/xmlprops.[ch]             ** REMOVE **
5016         * src/common/Makefile.am
5017         * src/common/mgutils.[ch]       ** NEW **
5018         * src/common/xml.[ch]           ** NEW **
5019         * src/common/xmlprops.[ch]      ** NEW **
5020                 move xml files to common directory
5021
5022 2003-01-26 [christoph]  0.8.9claws13
5023
5024         * src/plugins/spamassassin/spamassassin_gtk.c
5025                 only set gtk entry text if string is available
5026
5027 2003-01-26 [melvin]     0.8.9claws12
5028
5029         * src/description_window.c
5030                 Allow resizing of the window
5031                 Allow automatic horizontal scroll bar
5032                 Do not vertically expand and fill
5033
5034 2003-01-26 [christoph]  0.8.9claws11
5035
5036         * src/Makefile.am
5037         * src/gtkutils.[ch]             ** REMOVE **
5038         * src/common/sylpheed.c
5039         * src/gtk/Makefile.am
5040         * src/gtk/description_window.c
5041         * src/gtk/gtkutils.[ch]         ** NEW **
5042         * src/gtk/prefswindow.c
5043                 move gtkutils to gtk directory
5044
5045 2003-01-26 [paul]       0.8.9claws10
5046
5047         * src/summaryview.c
5048                 rename summary_unread_clicked() to summary_status_clicked()
5049
5050 2003-01-26 [melvin]     0.8.9claws9
5051
5052         * src/prefs_actions.c
5053                 Cosmetical changes to the help text
5054
5055 2003-01-26 [paul]       0.8.9claws8
5056
5057         * src/folder.[ch]
5058           src/mainwindow.c
5059           src/prefs_common.c
5060           src/prefs_sumamry_column.c
5061           summaryview.[ch]
5062                 rename the 'Unread' column to 'Status'
5063
5064 2003-01-25 [match]      0.8.9claws7
5065
5066         * src/mgutils.[ch]
5067                 removed reference to LDAP constants. removed error2string.
5068                 included functions to support LDAP dynamic queries.
5069         * src/syldap.h
5070                 moved LDAP constants here.
5071         * src/addressbook.c
5072         * src/addrindex.c
5073         * src/importldif.c
5074                 removed references to LDAP constants and references to
5075                 error2string.
5076
5077 2003-01-25 [paul]       0.8.9claws6
5078
5079         * src/summaryview.c
5080                 summary_thread_build(), summary_thread_init(): remove 
5081                 unneeded reference to summaryview->folder_item
5082
5083 2003-01-25 [christoph]  0.8.9claws5
5084
5085         * src/gtk/description_window.c
5086                 o allow description texts to expand over multiple columns
5087                 o translate all columns
5088         * src/prefs_actions.c
5089                 change syntax description to use new multi column feature
5090
5091         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
5092
5093 2003-01-25 [match]      0.8.9claws4
5094
5095         * src/vcard.c
5096                 fixed bug with Quoted-Printable
5097
5098 2003-01-25 [paul]       0.8.9claws3
5099
5100         * src/folder.[ch]
5101           src/summaryview.[ch]
5102                 implement per-folder collapsed/expanded threads setting
5103                 
5104         * src/prefs_common.c
5105                 remove global collapsed/expanded threads option
5106
5107 2003-01-25 [christoph]  0.8.9claws2
5108
5109         * po/POTFILES.in
5110                 add pluginwindow and prefswindow
5111         * src/compose.c
5112                 make send respond correctly to messages that could be added
5113                 to the queue folder, but the UID of the message is unknown
5114         * src/folder.c
5115         * src/imap.c
5116                 don't return guessed UIDs in imap_add_msg anymore. We return
5117                 0 to tell the folder system it was appened but the UID is
5118                 unknown. Folder system now get's the UID by scaning the folder
5119                 and searching the cache for the Message-ID
5120                 (closes bug #29 Messages queued, but not sent)
5121
5122 2003-01-25 [paul]       0.8.9claws1
5123
5124         * src/codeconv.c
5125                 conv_encode_header():  fix bug when long headers with 8-bit
5126                 characters are used, so that the encoded words are wrapped.
5127                 If the space in the original text falls on the wrap boundary,
5128                 it can be lost.
5129                 Patch by Sergey Vlasov.
5130                 
5131         * src/folderview.c
5132                  fix bug where a change to the sorting method or thread view
5133                  of a folder's messages is lost if simpify-subject is set and
5134                  toggled on or off.
5135                  Patch by Luke Plant.
5136
5137 2003-01-24 [paul]       0.8.9claws
5138
5139         * sylpheed-0.8.9claws released
5140         
5141         * Makefile.am
5142           sylpheed.spec.in
5143                 remove reference to 'INSTALL.jp'
5144
5145 2003-01-23 [paul]       0.8.8claws128
5146
5147         * po/es.po
5148           po/it.po
5149           po/ru.po
5150           po/sr.po
5151                 updated translations. submitted by Ricardo Mones Lastra,
5152                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively.
5153
5154 2003-01-23 [colin]      0.8.8claws127
5155
5156         * src/compose.c
5157                 Fix drafted and queued news articles re-edition
5158
5159 2003-01-23 [melvin]     0.8.8claws126
5160
5161         * po/fr.po
5162                 Updated French translations
5163
5164 2003-01-23 [colin]      0.8.8claws125
5165
5166         * src/inc.c
5167                 Fix "Connecting to..." status message
5168
5169 2003-01-22 [paul]       0.8.8claws124
5170
5171         * po/bg.po
5172                 updated by George Danchev
5173                 
5174         * src/folder.c
5175                 revert last commit [0.8.8claws111] as it breaks folder d'n'd
5176                 and folder deletion
5177
5178 2003-01-21 [paul]       0.8.8claws123
5179
5180         * po/bg.po
5181                 updated by George Danchev
5182                 
5183         * src/about.c
5184                 its now 2003
5185                 
5186         * src/toolbar.c
5187                 don't translate 'Separator'
5188                 
5189         * src/plugins/spamassassin/Makefile.am
5190                 add aspell to CPPFLAGS
5191                 
5192         * src/plugins/spamassassin/spamassassin.c
5193           src/plugins/spamassassin/spamassassin_gtk.c
5194                 set correct default for spamassassin_receive_spam
5195                 slightly re-word descriptions and some
5196                 other minor changes
5197
5198 2003-01-19 [alfons]     0.8.8claws122
5199                 
5200         * src/mimeview.c
5201                 mimeview_save_as(): we might as well show the file name for
5202                 the single case "Save As" too
5203
5204 2003-01-19 [alfons]     0.8.8claws121
5205
5206         * src/crash.c
5207                 change bug tracker URL to bugzilla URL
5208
5209 2003-01-19 [alfons]     0.8.8claws120
5210
5211         * src/mimeview.c
5212                 mimeview_save_all(): display name of file before overwriting;
5213                 continue saving all, even when one overwrite was cancelled
5214
5215 2003-01-19 [christoph]  0.8.8claws119
5216
5217         * src/summaryview.c
5218         * src/procmsg.[ch]
5219                 fix wrong usage of procmsg_find_children in summaryview
5220                 by using procmsg_update_unread_children instead of
5221                 summaryview_update_unread_children
5222
5223 2003-01-19 [christoph]  0.8.8claws118
5224
5225         * src/procmsg.c
5226                 fix infinite loop in procmsg_find_children
5227                  (closes bug #25 sylpheed crashes on delete.)
5228
5229         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
5230
5231 2003-01-19 [paul]       0.8.8claws117
5232
5233         * po/pt_BR.po
5234                 updated by Ivan Francolin Martinez
5235
5236 2003-01-18 [melvin]     0.8.8claws116
5237
5238         * src/prefs_actions.c
5239                 Removed syntax limitation of only one '&' at the end of command.
5240                         Now actions that contain '>/dev/null 2>&1' are possible.
5241
5242 2003-01-18 [melvin]     0.8.8claws115
5243
5244         * src/prefs_actions.c
5245                 Actions IO dialog: when the action ends
5246                 the "Close" button now has focus and [Escape] closes the
5247                 window.
5248
5249 2003-01-18 [christoph]  0.8.8claws114
5250
5251         * src/procmsg.c
5252                 o add debug output when MsgInfos are really freed
5253                 o free GSLists in procmsg_find_children and
5254                   procmsg_update_unread_children
5255
5256 2003-01-18 [christoph]  0.8.8claws113
5257
5258         * src/mainwindow.c
5259                 reorder Configuration menu
5260
5261 2003-01-18 [christoph]  0.8.8claws112
5262
5263         * src/compose.c
5264                 fix applying templates to forwarded messages
5265
5266         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
5267
5268 2003-01-17 [christoph]  0.8.8claws111
5269
5270         * src/folder.c
5271                 destroy folder items, when a folder item is removed
5272
5273 2003-01-17 [christoph]  0.8.8claws110
5274
5275         * src/folder.c
5276                 fix wrong folder stats update when ignored message is
5277                 deleted
5278
5279 2003-01-17 [colin]      0.8.8claws109
5280         
5281         * src/mainwindow.c
5282         * src/summaryview.c
5283                 Quicksearch bugfixes: 
5284                 - hide help button at startup if not extended
5285                 - switch to extended when looking for replies
5286
5287 2003-01-17 [paul]
5288
5289         * sync with 0.8.9 release
5290
5291 2003-01-17 [paul]       0.8.8claws108
5292
5293         * sync with 0.8.8cvs11
5294                 see ChangeLog 2003-01-17
5295
5296 2003-01-16 [colin]      0.8.8claws107
5297
5298         * src/procmsg.c
5299                 Changed encryption test to re-ask passphrase
5300                 if an encrypted message hasn't been decrypted
5301                 Fixes bug #5
5302
5303 2003-01-16 [christoph]  0.8.8claws106
5304
5305         * src/prefs_gtk.c
5306         * src/prefs_toolbar.c
5307         * src/gtk/prefswindow.h
5308         * src/plugins/spamassassin/spamassassin_gtk.c
5309                 remove page destroy function that is not used anymore
5310
5311 2003-01-16 [paul]       0.8.8claws105
5312
5313         * sync with 0.8.8cvs9
5314                 see ChangeLog 2002-01-16
5315
5316 2003-01-16 [colin]      0.8.8claws104
5317
5318         * src/compose.[ch]
5319                 Fix bug with autosaved drafts for IMAP, when draft
5320                 folder is specified - fixes bugzilla bug #20
5321
5322 2003-01-15 [paul]       0.8.8claws103
5323
5324         * src/compose.[ch]
5325           src/procmsg.c
5326                 store folder and message-id of message forwarding
5327                 in queue header and set forward flag after sending
5328
5329 2003-01-15 [paul]       0.8.8claws102
5330
5331         * sync with 0.8.8cvs8
5332                 see ChangeLog 2002-01-15
5333
5334 2003-01-15 [colin]      0.8.8claws101
5335
5336         * src/Makefile.am
5337                 Fix linking with GNU libiconv
5338
5339 2003-01-15 [darko]      0.8.8claws100
5340
5341         * src/pine.c
5342                 fix crash when importing pine address book
5343                 entry with an empty name (reported by DY
5344                 <dybulk at tri8.net>)
5345
5346 2003-01-14 [paul]       0.8.8claws99
5347
5348         * configure.in  ** REMOVED **
5349           configure.ac  ** NEW FILE **
5350                 rename configure.in to configure.ac, as it is now
5351                 preferred
5352
5353 2003-01-14 [melvin]     0.8.8claws98
5354
5355         * src/folderview.c
5356                 folderview_check_new(): More precise function description
5357
5358 2003-01-14 [melvin]     0.8.8claws97
5359
5360         * src/folderview.c
5361                 folderview_check_new(): return the number of new messages 
5362                         since last check.
5363         * src/inc.c
5364                 inc_account_mail(): Disable counting of new messages for IMAP
5365                         and NNTP until bug [19] and [14] are fixed.
5366
5367 2003-01-14 [paul]       0.8.8claws96
5368
5369         * sync with 0.8.8cvs6
5370                 see ChangeLog 2003-01-14
5371
5372 2003-01-13 [alfons]     0.8.8claws95
5373
5374         * src/textview.c
5375                 tune email address validation (c. 0.8.8claws89): if . is 
5376                 just one char away from @, the address is invalid too 
5377                 (correctly rejects addresses like foo@.com)
5378
5379 2003-01-13 [paul]       0.8.8claws94
5380
5381         * src/messageview.c
5382           src/toolbar.c
5383                 fixes to the Message View toolbar and menu:
5384                 fix non-functioning Forward button
5385                 make Reply button consider default_reply_list
5386                 remove 'Follow-up...' menu entry
5387                 add 'Forward' and 'Redirect' menu entries
5388
5389 2003-01-13 [melvin]     0.8.8claws93
5390
5391         * src/inc.c
5392                 Fixed typo that could make new messages count incorrect.
5393
5394 2003-01-13 [melvin]     0.8.8claws92
5395
5396         * src/folderview.[ch]
5397                 folderview_check_new(): return the number of new messages.
5398         * src/inc.c
5399                 Should fix bug [14] where new mail notification worked 
5400                         incorrectly with IMAP accounts.
5401                 inc_spool_account(): return number of new msgs, or -1 on error
5402                 inc_all_spool(): return number of new msgs
5403                 
5404 2003-01-13 [melvin]     0.8.8claws91
5405
5406         * src/prefs_actions.c
5407                 Justify help text.
5408
5409 2003-01-12 [thorsten]   0.8.8claws90
5410
5411         * src/common/prefs.c
5412                 close file before rename
5413
5414 2003-01-12 [alfons]     0.8.8claws89
5415
5416         * AUTHORS
5417                 add Christian Mertes
5418         * src/common/utils.[ch]
5419                 g_stricase_hash(), g_stricase_equal(): functions for 
5420                 case insensitive hash tables
5421         * src/textview.c
5422                 use top level domain names to validate email address, based
5423                 on a patch by Christian Mertes (thanks!), but changed 
5424                 implementation to use a hash table 
5425
5426 2003-01-12 [paul]       0.8.8claws88
5427
5428         * po/bg.po
5429                 updated by George Danchev
5430
5431 2003-01-12 [alfons]     0.8.8claws87
5432
5433         * src/summaryview.c
5434                 delete / execute performance: use new style folder update
5435
5436 2003-01-12 [paul]       0.8.8claws86
5437
5438         * sync with 0.8.8cvs5
5439                 see ChangeLog 2003-01-13 (!)
5440
5441 2003-01-12 [alfons]     0.8.8claws85
5442
5443         * src/filtering.c
5444         * src/matcher_parser_parse.y
5445                 prepare change_score filtering action
5446         * src/matcher.[ch]
5447                 give up const-correctness on functions that call non-const-correct functions;
5448                 several casts to gpointer in g_free();
5449                 add change_score;
5450
5451 2003-01-12 [christoph]  0.8.8claws84
5452
5453         * src/compose.c
5454                 fix 2 warnings
5455
5456         * src/gtk/prefswindow.[ch]
5457         * src/plugins/spamassassin/spamassassin_gtk.c
5458                 changed the call of the widget create function
5459                 for PrefsPages, because sometimes the widget
5460                 create function needs a widget that already has
5461                 been attached to a window (to create GDK pixmaps
5462                 for exmaple). So we simply pass the GtkWindow as
5463                 the second parameter now.
5464
5465         * src/main.c
5466         * src/mainwindow.c
5467         * src/prefs_toolbar.[ch]
5468                 rewrite Toolbar Preferences using the new
5469                 prefs window
5470
5471 2003-01-11 [alfons]     0.8.8claws83
5472
5473         * src/addressadd.c
5474                 fix crash when adding sender to addressbook because status bar
5475                 isn't there (the status bar doesn't seem to be used though,
5476                 but I'll let Match decide what to do with it)
5477
5478 2003-01-11 [colin]      0.8.8claws82
5479
5480         * src/main.c
5481           src/toolbar.c
5482                 Two useless changes reversed
5483
5484 2003-01-11 [colin]      0.8.8claws81
5485
5486         * src/mainwindow.c
5487           src/mainwindow.h
5488                 Add mainwindow_get_mainwindow()
5489         * src/alertpanel.c
5490           src/alertpanel.h
5491                 Add alertpanel_error_log() 
5492         * src/compose.c
5493           src/inc.c
5494           src/messageview.c
5495           src/toolbar.c
5496           src/main.c
5497           src/procmsg.c
5498                 Network errors get a View Log button
5499
5500 2003-01-10 [alfons]     0.8.8claws80
5501
5502         * src/prefs_toolbar.c
5503         * src/toolbar.c
5504                 use the translatable string for "Separator" as file name for
5505                 separator toolbar items (probably make this uppercase?)
5506
5507 2003-01-10 [alfons]     0.8.8claws79
5508
5509         * src/prefs_toolbar.c
5510                 put right A_SEPARATOR description string in "displayed
5511                 toolbar items list" so manually added separators are
5512                 saved correctly (bug #10, "Adding a separator to the main 
5513                 toolbar fails, entry in xml file is wrong")
5514
5515 2003-01-10 [christoph]  0.8.8claws78
5516
5517         * src/imap.c
5518                 o fix warnings
5519                 o use CAPABILITY to check if NAMESPACE is available
5520
5521 2003-01-10 [christoph]  0.8.8claws77
5522
5523         * src/imap.[ch]
5524                 apply UIDPLUS IMAP extension support patch
5525
5526         Patch submitted by Simon 'corecode' Schubert
5527
5528 2003-01-10 [paul]       0.8.8claws76
5529
5530         * src/folderview.c
5531                 a sync from main which fixes the news account folders'
5532                 Properties bug
5533
5534 2003-01-10 [christoph]  0.8.8claws75
5535
5536         * src/folder.c
5537                 don't accept 0 as a valid uid returned by copy and move
5538                 functions. 0 means the message was copied or moved but the
5539                 new uid could not be fetched. It is not an error condition
5540                 for the copy or move operation.
5541
5542 2003-01-10 [paul]       0.8.8claws74
5543
5544         * src/prefs_filtering.c
5545                 change English used in Alert when entry is not
5546                 saved.
5547                 
5548         * sync with 0.8.8cvs4
5549                 see ChangeLog 2003-01-10
5550
5551 2003-01-10 [darko]      0.8.8claws73
5552
5553         * src/pine.c
5554                 fix crash when importing address book entry
5555                 without a valid address
5556
5557 2003-01-09 [alfons]     0.8.8claws72
5558
5559         * src/inc.c
5560                 filtering performance: use new style folder update
5561
5562 2003-01-09 [christoph]  0.8.8claws71
5563
5564         * src/compose.c
5565         * src/gtk/menu.[ch]
5566                 fix wrong selecting of mime encoding type, when
5567                 opening property dialog of attachments in the
5568                 compose window. 7bit was always selected and that
5569                 destoryed files with 8bit data.
5570                 (closes bug #9 Sylpheed-claws destroys attachments when
5571                  changing MIME-types)
5572
5573 2003-01-09 [paul]       0.8.8claws70
5574
5575         * sync with 0.8.8cvs3
5576                 see ChangeLog 2003-01-09
5577
5578 2003-01-08 [alfons]     0.8.8claws69
5579         
5580         * src/addressadd.c
5581                 apply patch by Kim Schulz to fix build breakage
5582                 because of missing variable
5583
5584 2003-01-08 [paul]       0.8.8claws68
5585
5586         * sync with 0.8.8cvs2
5587                 see ChangeLog 2002-01-08
5588
5589 2003-01-08 [paul]       0.8.8claws67
5590
5591         * po/it.po
5592                 updated by Alessandro Maestri
5593                 
5594         * src/addressadd.c
5595                 when using 'Add sender to addressbook' allow
5596                 name to be edited and remarks to be entered
5597                 Patch submitted by Luke Plant
5598
5599 2003-01-08 [darko]      0.8.8claws66
5600
5601         * README.claws, src/summaryview.c
5602                 fix description for marked messages
5603
5604 2003-01-08 [paul]
5605
5606         * tools/Makefile.am
5607           tools/launch_phoenix  ** NEW FILE **
5608                 add script that enables using Phoenix as the default
5609                 web browser. 
5610                 Submitted by Mohammed Sameer <Uniball@linux-egypt.org>
5611                 
5612         * tools/OOo2sylpheed.pl
5613                 remove full path to sylpheed executable, just 'sylpheed'
5614                 will do
5615                 
5616         * tools/README
5617                 add launch_phoenix informtion and re-arrange and compress
5618                 the data a little
5619
5620 2003-01-07 [christoph]  0.8.8claws65
5621
5622         * src/folder.c
5623                 fix update for source folder when moving messages
5624         * src/procmsg.[ch]
5625         * src/summaryview.c
5626                 use function to set to_folder for message infos and
5627                 automatically update the op_count for old and new
5628                 folder
5629
5630 2003-01-07 [melvin]     0.8.8claws64
5631
5632         * src/prefs_actions.c
5633                 Fixed bug where an '%p' Action on a displayed image crashed 
5634                         Sylpheed
5635                 Code clean up (get rid of duplicated code and removed unnecessary 
5636                                 structure member)
5637
5638 2003-01-07 [christoph]  0.8.8claws63
5639
5640         * src/compose.c
5641         * src/folder.[ch]
5642         * src/folderview.c
5643         * src/import.c
5644         * src/inc.c
5645         * src/main.c
5646         * src/mainwindow.c
5647         * src/messageview.c
5648         * src/prefs_folder_item.c
5649         * src/procmsg.c
5650         * src/summaryview.c
5651         * src/toolbar.c
5652                 o remove all folder update triggering from the UI code. The folder
5653                   system should know much better when a folder needs an update.
5654                 o to prevent multiple updates in a row the folder updates can be
5655                   frozen for some time.
5656
5657                 Note: - Please verify that no updates are missing
5658                       - Check where freeze/thaws should be added
5659
5660 2003-01-07 [christoph]  0.8.8claws62
5661
5662         * src/prefs_actions.c
5663                 don't translate empty strings
5664
5665         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
5666
5667 2003-01-06 [christoph]  0.8.8claws61
5668
5669         * src/prefs_actions.c
5670                 mark strings for gettext
5671         * src/prefs_matcher.c
5672                 use new description window for Execute action and
5673                 match condition in Filtering
5674
5675         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
5676
5677 2003-01-06 [alfons]     0.8.8claws60
5678
5679         keep myself inspired to re-organize matcher part 8; 
5680         yes, more to come (I need to move out the descriptive
5681         text for actions to matcher.c, or at least make it not
5682         depend on the wicked ordering)
5683
5684         * src/prefs_matcher.c
5685                 add documentation so others may comprehend the
5686                 UI part of the conditions
5687                 
5688 2003-01-06 [christoph]  0.8.8claws59
5689
5690         * src/prefs_actions.c
5691                 use new description window for syntax help
5692         * src/gtk/description_window.c
5693                 fix display of descriptions with column count != 2
5694
5695         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
5696
5697 2003-01-06 [christoph]  0.8.8claws58
5698
5699         * src/quote_fmt.c
5700         * src/summaryview.[ch]
5701         * src/gtk/Makefile.am
5702         * src/gtk/description_window.[ch]       ** NEW **
5703                 use a generic window to display syntax descriptions
5704                 currently used in quote_fmt and summaryview (new description
5705                 for extended quick search)
5706
5707         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
5708
5709 2003-01-06 [paul]       0.8.8claws57
5710
5711         * sync with 0.8.8cvs1
5712                 see ChangeLog 2003-01-06
5713
5714 2003-01-06 [christoph]  0.8.8claws56
5715
5716         * src/mainwindow.c
5717         * src/prefs_gtk.[ch]
5718         * src/gtk/prefswindow.[ch]
5719         * src/plugins/spamassassin/spamassassin_gtk.c
5720                 o remove page management from prefswindow, pages
5721                   will be an argument to prefswindow_open
5722                 o prefswindow_open gets a datapointer that is
5723                   passed to the widget_create function to allow
5724                   creation of prefswindow for specific items
5725
5726 2003-01-06 [colin]      0.8.8claws55
5727         
5728         * src/summaryview.c
5729                 We don't want regexp in the reply-finder, 
5730                 because MIDs can contain !,$,. and so on
5731
5732 2003-01-06 [jens]       0.8.8claws54
5733
5734         * src/jpilot.c
5735                 fixed a wrong free in jpilot_read_db_files
5736
5737 2003-01-06 [alfons]     0.8.8claws53
5738
5739         re-organize matcher part 8; more to come
5740        
5741         * src/matcher.c
5742                 matcherprop_to_string(): put g_free()s before the
5743                 switch-case break to fix memleaks                
5744
5745 2003-01-06 [colin]      0.8.8claws52
5746
5747         * src/summaryview.c
5748                 cleanup & reply-finder now displays the first 
5749                 matching message
5750
5751 2003-01-05 [alfons]     0.8.8claws51
5752
5753         re-organize matcher part 7; more to come
5754
5755         * src/matcher.[ch]
5756                 fixes for constant correctness;
5757                 more documentation;
5758
5759 2003-01-05 [alfons]     0.8.8claws50
5760
5761         re-organize matcher part 6; more to come
5762         
5763         * src/matcher.[ch]
5764                 fixes for constant correctness;
5765                 more documentation;
5766         * src/filtering.c
5767                 fix for constant correctness
5768
5769 2003-01-05 [colin]      0.8.8claws49
5770
5771         * src/account.[ch]
5772                 Add account_get_reply_account function
5773         * src/compose.c
5774                 Use account_get_reply_account function 
5775         * src/summaryview.c
5776                 Basic reply-finder - click on the replied
5777                 icon gets you to the outbox using quick-search
5778
5779 2003-01-05 [paul]       0.8.8claws48
5780
5781         * src/prefs_common.c
5782                 small change to English
5783                 
5784         * src/prefs_filtering.c
5785                 prefs_filtering_action_select(): improve logic and uniformity
5786                 of gui
5787
5788 2003-01-05 [alfons]     0.8.8claws47
5789
5790         fine tune solution to focus problems (bug #7)
5791
5792         * src/mainwindow.c
5793                 mainwindow_focus_in_event(): remove grab event check
5794         * src/summaryview.c
5795                 summary_button_pressed(): move selection on right-click
5796                 too. we can't possibly move the selection back after
5797                 canceling a dialog, because gtk's incomplete focus 
5798                 management. whether this is a good solution, only time
5799                 will tell.
5800
5801 2003-01-05 [christoph]  0.8.8claws46
5802
5803         * src/imap.c
5804                 fix crash when no imap connection could be established
5805
5806 2003-01-05 [paul]       0.8.8claws45
5807
5808         * src/mainwindow.c
5809           src/sumamryview.c
5810           src/gtk/menu.[ch]
5811                 fix bug 605957 'shortcuts in popup-menu'
5812                 make user-defined shortcuts work
5813                 show shortcuts that are already defined
5814                 in the main menu
5815                 Patch submitted by Luke Plant
5816
5817 2003-01-05 [alfons]     0.8.8claws44
5818
5819         * src/mainwindow.c
5820                 focus_in_event handler should not select summary view row 
5821                 when another window (menu, dialog) grabbed for events 
5822                 (bug #7, "[0.8.8claws42] Message summary focus") 
5823
5824 2003-01-04 [christoph]  0.8.8claws43
5825
5826         * src/procmsg.c
5827                 update save folder after adding the sent message
5828                  (closes bug #6 Folder View doesn't refresh for "Sent"-messages)
5829
5830 2003-01-02 [christoph]  0.8.8claws42
5831
5832         * src/common/plugin.c
5833                 fix unloading of all plugins and unload
5834                 plugins in reverse order
5835                 
5836         * src/gtk/pluginwindow.c
5837                 implement function of load and unload button
5838
5839         * src/gtk/prefswindow.c
5840         * src/gtk/prefswindow.h
5841                 rename register function and add new unregister
5842                 function
5843
5844         * src/plugins/spamassassin/spamassassin_gtk.c
5845                 unregister prefs page and update for changes in
5846                 src/gtk/prefswindow.c
5847
5848 2003-01-02 [paul]       0.8.8claws41
5849
5850         * po/es.po
5851                 updated by Ricardo Mones Lastra
5852
5853 2003-01-02 [paul]
5854
5855         * tools/tb2sylpheed
5856                 fixes and improvements by Urke MMI
5857
5858 2003-01-02 [thorsten]   0.8.8claws40
5859
5860         * src/procmsg.c
5861                 fixed wrong return value
5862
5863 2003-01-02 [thorsten]   0.8.8claws39
5864
5865         * src/prefs.c
5866                 fixed printing wrong variable
5867
5868 2003-01-02 [thorsten]   0.8.8claws38
5869
5870         * src/prefs.c
5871                 fixed acessing members of freed pfile struct
5872
5873 2003-01-02 [thorsten]   0.8.8claws37
5874
5875         * src/procmsg.c
5876                 detect loops across several messages
5877                 as suggested by Christoph Hohmann
5878
5879 2003-01-01 [match]      0.8.8claws36
5880
5881         * src/addrindex.c
5882                 fixed another memory leak.
5883
5884 2003-01-01 [match]      0.8.8claws35
5885
5886         * src/jpilot.[ch]
5887                 fixed memory leaks. applied Doxygen comments.
5888
5889 2003-01-01 [thorsten]   0.8.8claws34
5890
5891         * src/procmsg.c
5892                 inhibit endless loop if msg references itself
5893                 (closes Bug [ 660477 ] Infinite loop in parent flag search)
5894
5895 2003-01-01 [christoph]  0.8.8claws33
5896
5897         * src/mainwindow.c
5898         * src/gtk/Makefile.am
5899         * src/gtk/pluginwindow.c                ** NEW **
5900         * src/gtk/pluginwindow.h                ** NEW **
5901                 add plugin window
5902
5903         * src/plugins/demo/demo.c
5904         * src/plugins/spamassassin/spamassassin.c
5905         * src/plugins/spamassassin/spamassassin_gtk.c
5906                 write better plugin descriptions
5907
5908 2002-12-31 [christoph]  0.8.8claws32
5909
5910         * src/gtk/prefswindow.c
5911         * src/plugins/spamassassin/spamassassin_gtk.c
5912                 some small improvements to GTK code
5913
5914 2002-12-31 [christoph]  0.8.8claws31
5915
5916         * src/plugins/spamassassin/spamassassin_gtk.c
5917                 enable folder select button
5918
5919 2002-12-31 [christoph]  0.8.8claws30
5920
5921         * src/mainwindow.c
5922         * src/gtk/Makefile.am
5923         * src/gtk/prefswindow.c                         ** NEW **
5924         * src/gtk/prefswindow.h                         ** NEW **
5925                 add new prefs window
5926
5927         * src/common/plugin.c
5928                 don't try to load empty config lines
5929         
5930         * src/plugins/spamassassin/Makefile.am
5931         * src/plugins/spamassassin/spamassassin.c
5932         * src/plugins/spamassassin/spamassassin.h       ** NEW **
5933         * src/plugins/spamassassin/spamassassin_gtk.c   ** NEW **
5934                 GTK config for SpamAssassin Plugin using
5935                 the new prefs window
5936
5937 2002-12-31 [paul]       0.8.8claws29
5938
5939         * po/POTFILES.in
5940                 remove obsolete entry 'src/menu.c'
5941
5942 2002-12-31 [alfons]     0.8.8claws28
5943
5944         * src/matcher.[ch]
5945         * src/matcher_parser_parse.y
5946         * src/prefs_matcher.c
5947                 add "ignore_thread" and "~ignore_thread" condition so it's
5948                 possible to make the actions / scoring operate on the ignore
5949                 thread flag
5950
5951 2002-12-31 [christoph]  0.8.8claws27
5952
5953         * src/addrbook.c
5954         * src/addrindex.c
5955         * src/folder.c
5956         * src/matcher.c
5957         * src/prefs_account.c
5958         * src/prefs_actions.c
5959         * src/prefs_customheader.c
5960         * src/prefs_display_header.c
5961         * src/prefs_gtk.c
5962         * src/procmime.c
5963         * src/toolbar.c
5964         * src/xmlprops.c
5965         * src/common/prefs.[ch]
5966                 extend prefs file handling for reading and automatic handling
5967                 of blocks. When reading prefs_set_block_label will automatically
5968                 move on to the block. When writing it will copy all other blocks
5969                 automatically
5970
5971         * src/common/plugin.c
5972                 Now loading plugin filenames from [Plugins] block in
5973                 sylpheed rc file
5974
5975 2002-12-30 [christoph]  0.8.8claws26
5976
5977         * src/common/hooks.[ch]
5978                 return abort status to caller of hooks_invoke
5979                 
5980         * src/inc.[ch]
5981                 invoke message filtering hook and stop
5982                 default handling when filter returns abort
5983
5984         * src/common/plugin.[ch]
5985         * src/plugins/demo/demo.c
5986                 modify plugin loader, because resolving symbols for strings
5987                 does not work correctly
5988         
5989         * configure.in
5990         * ac/spamassassin.m4                            ** NEW **
5991         * src/plugins/spamassassin/.cvsignore           ** NEW **
5992         * src/plugins/spamassassin/Makefile.am          ** NEW **
5993         * src/plugins/spamassassin/README               ** NEW **
5994         * src/plugins/spamassassin/libspamc.[ch]        ** NEW **
5995         * src/plugins/spamassassin/spamassassin.c       ** NEW **
5996         * src/plugins/spamassassin/utils.[ch]           ** NEW **
5997                 add spamassassin plugin, see src/plugins/spamassassin/README
5998                 for details
5999
6000 2002-12-29 [alfons]     0.8.8claws25
6001
6002         * src/mainwindow.c
6003                 when moving focus from a message view to the main 
6004                 window, don't forget to select the summary node
6005                 of the displayed message. should fix "[ 659103 ] 
6006                 focus-follows-mouse confuses sylpheed"
6007
6008 2002-12-29 [christoph]  0.8.8claws24
6009
6010         * src/Makefile.am
6011         * src/stringtable.[ch]          ** REMOVE **
6012         * src/common/Makefile.am
6013         * src/common/stringtable.[ch]   ** NEW **
6014                 move stringtable files to common directory
6015
6016 2002-12-29 [christoph]  0.8.8claws23
6017
6018         * src/Makefile.am
6019         * src/menu.[ch]                 ** REMOVE **
6020         * src/gtk/Makefile.am
6021         * src/gtk/menu.[ch]             ** NEW **
6022                 move menu files to gtk directory
6023
6024 2002-12-29 [match]      0.8.8claws22
6025
6026         * src/addressbook.c
6027         * src/syldap.c
6028                 moved UI specific code out of LDAP code into addressbook
6029                 UI code. fixed memory leak.
6030
6031 2002-12-29 [christoph]  0.8.8claws21
6032
6033         * src/folder.c
6034                 only check for IGNORED parent message when message is
6035                 not IGNORED itself
6036
6037 2002-12-29 [alfons]     0.8.8claws20
6038
6039         * src/summaryview.c
6040                 set gtksctree's anchor correct (immediate execute
6041                 changes the tree's layout, and anchor points at 
6042                 the incorrect row). fixes "[ 657233 ] multiple msg 
6043                 delete sometimes off by 1".
6044                 we probably have to look for more tree layout /
6045                 anchor glitches.
6046
6047 2002-12-29 [paul]       0.8.8claws19
6048
6049         * src/summaryview.c
6050                 fix bug [ 659054 ] incorrect sorting of 'From' column
6051                 when using 'display sender using address book'
6052                 thanks to Alfons and Luke Plant
6053
6054 2002-12-29 [christoph]  0.8.8claws18
6055
6056         * src/folder.c
6057         * src/procmsg.[ch]
6058                 check parent messages for IGNORE THREAD flag, when adding,
6059                 moving or copying messages to a folder
6060
6061 2002-12-27 [alfons]     0.8.8claws17
6062
6063         re-organize matcher part 5; more to come
6064
6065         * src/matcher.c
6066                 hash keywords in matchparser_tab 
6067
6068 2002-12-27 [alfons]     0.8.8claws16
6069
6070         re-organize matcher part 4; more to come
6071
6072         * src/matcher_parser.h
6073         * src/matcher_parser_lex.l
6074         * src/matcher_parser_parse.y
6075                 cleanup
6076
6077 2002-12-27 [alfons]     0.8.8claws15
6078
6079         re-organize matcher part 3; more to come
6080
6081         * src/matcher.[ch]
6082                 cleanup
6083
6084 2002-12-27 [alfons]     0.8.8claws14
6085
6086         re-organize matcher part 2; more to come but this should
6087         work. cc me if there are any regressions.
6088
6089         * src/matcher.h
6090                 add prototype for get_matchparser_tab_id()
6091         * src/matcher_parser_lex.l
6092                 look up keywords using matchparser_tab_id();
6093
6094 2002-12-27 [alfons]     0.8.8claws12
6095
6096         re-organize matcher part 1
6097
6098         * src/matcher.h
6099                 map yacc generated constants to sylpheed matcher constants
6100         * src/matcher.c
6101                 add function to find a matcher constant from a string
6102
6103 2002-12-27 [christoph]  0.8.8claws11
6104
6105         * src/compose.c
6106                 MENUITEM_ADD casts the 4th argument from integer to pointer
6107                 so it probably should not be a pointer, this means we
6108                 should use account id for it and not the account's pointer
6109
6110 2002-12-27 [paul]       0.8.8claws10
6111
6112         * src/mainwindow.c
6113                 remove unneeded 'GtkWidget *vbox'
6114                 
6115         * src/summaryview.c
6116                 further sync with 0.8.8 - make sort
6117                 by recipient work as expected
6118                 
6119         * NEWS
6120                 sync with 0.8.8
6121
6122 2002-12-27 [paul]       0.8.8claws9
6123
6124         * po/pt_BR.po
6125                 updated by Ivan F. Martinez
6126                 
6127 2002-12-27 [darko]      0.8.8claws8
6128
6129         * src/common/utils.c
6130                 added locked pattern to extended search
6131
6132 2002-12-27 [alfons]     0.8.8claws7
6133
6134         * src/prefs_matcher.[ch]
6135                 clean up
6136
6137 2002-12-26 [alfons]     0.8.8claws6
6138
6139         * src/matcher.[ch]
6140         * src/matcher_parser_lex.l
6141         * src/matcher_parser_parse.y
6142         * src/prefs_matcher.c
6143                 allow color label as a condition in the matcher
6144
6145 2002-12-26 [oliver]     0.8.8claws5
6146         
6147         * src/toolbar.c 
6148                 enable Addressbook for Main and Messageview
6149         * src/prefs_actions.c
6150                 enable actions in Messageview
6151
6152 2002-12-26 [christoph]  0.8.8claws4
6153
6154         * src/common/plugin.c
6155                 add a little debug output
6156         * configure.in
6157         * src/plugins/demo/Makefile.am
6158                 better use of automake
6159
6160 2002-12-26 [christoph]  0.8.8claws3
6161
6162         * src/Makefile.am
6163         * src/common/Makefile.am
6164                 fix "make distdir"
6165
6166 2002-12-26 [christoph]  0.8.8claws2
6167
6168         * configure.in
6169                 sort configure checks into common / gtk / plugins
6170         * po/POTFILES.in
6171                 add src/prefs_gtk.c
6172         * src/Makefile.am
6173                 add plugins SUBDIR
6174         * src/main.c
6175         * src/common/sylpheed.[ch]
6176                 added now sylpheed_done function for shutdown
6177         * src/common/Makefile.am
6178         * src/common/plugin.[ch]                ** NEW **
6179                 plugin loader and unloader
6180         * src/plugins/.cvsignore                ** NEW **
6181         * src/plugins/Makefile.am               ** NEW **
6182                 build plugins
6183         * src/plugins/demo/.cvsignore           ** NEW **
6184         * src/plugins/demo/Makefile.am          ** NEW **
6185         * src/plugins/demo/demo.c               ** NEW **
6186                 small demo plugin that installs a logtext hook and
6187                 outputs the log text to stdout
6188
6189 2002-12-26 [paul]       0.8.8claws1
6190
6191         * po/es.po
6192                 updated by Ricardo Mones Lastra
6193
6194 2002-12-26 [paul]       0.8.8claws
6195
6196         * 0.8.8claws released
6197
6198 2002-12-26 [paul]       0.8.7claws12
6199
6200         * po/bg.po
6201                 updated by George Danchev
6202
6203 2002-12-26 [paul]       0.8.7claws11
6204
6205         * po/POTFILES.in
6206                 remove unneeded 'src/prefs.c' entry 
6207
6208 2002-12-26 [paul]       0.8.7claws10
6209
6210         * src/codeconv.c
6211           src/mainwindow.c
6212                 sync with 0.8.8 release
6213         
6214         * src/folder.[ch]
6215           src/mh.c
6216           src/summaryview.c
6217                 partial sync with 0.8.8 release
6218         
6219
6220 2002-12-25 [alfons]     0.8.7claws9
6221
6222         * src/matcher.[ch]
6223         * src/matcher_parser_lex.l
6224         * src/matcher_parser_parse.y
6225         * src/prefs_matcher.c
6226                 add locked flag to possible filtering / matcher 
6227                 conditions (also a good example what should be
6228                 done to add a simple boolean condition)
6229
6230 2002-12-25 [christoph]  0.8.7claws8
6231
6232         * src/Makefile.am
6233         * src/account.[ch]
6234         * src/addrbook.c
6235         * src/addressbook.c
6236         * src/addrindex.c
6237         * src/filtering.c
6238         * src/folder.c
6239         * src/matcher.c
6240         * src/prefs.[ch]                ** REMOVE **
6241         * src/prefs_account.c
6242         * src/prefs_actions.c
6243         * src/prefs_common.c
6244         * src/prefs_customheader.c
6245         * src/prefs_display_header.c
6246         * src/prefs_filtering.c
6247         * src/prefs_folder_item.c
6248         * src/prefs_gtk.[ch]            ** NEW **
6249         * src/prefs_matcher.c
6250         * src/prefs_scoring.c
6251         * src/prefs_summary_column.c
6252         * src/procmime.c
6253         * src/selective_download.c
6254         * src/toolbar.c
6255         * src/common/Makefile.am
6256         * src/common/prefs.[ch]         ** NEW **
6257                 split prefs.[ch] into prefs_gtk.[ch] and common/prefs.[ch]
6258
6259 2002-12-24 [alfons]     0.8.7claws7
6260
6261         * src/summaryview.c
6262                 summary_thread_build(): fix real cause of the crash mentioned in
6263                 0.8.7claws3. use subject_XXX() and not g_hash_table_XXX() functions,
6264                 this way we get meaningful ctree nodes 
6265
6266 2002-12-24 [oliver]     0.8.7claws6
6267
6268         * src/mainwindow.[ch]
6269         * src/messageview.[ch]
6270         * src/compose.[ch]
6271         * src/inc.c
6272         * src/summaryview.c
6273                 changes to use updated toolbar handling
6274                 
6275 2002-12-24 [oliver]     0.8.7claws5
6276
6277         * src/toolbar.[ch]
6278                 generic toolbar handling
6279                 used ideas from Ivan Francolin Martinez (ivanfm@users.sourceforge.net)
6280         * src/prefs_toolbar.[ch]
6281                 adjust to handling
6282         
6283 2002-12-24 [oliver]     0.8.7claws4
6284         
6285         * src/stock_pixmap.[ch]
6286                 move SYLPHEED_LOGO to end of list in order 
6287                 to remove it from Custom Toolbar`s Icon View
6288
6289 2002-12-24 [alfons]     0.8.7claws3
6290
6291         * src/summaryview.c
6292                 summary_thread_build(): fix crash because of focus != selection 
6293                 after threading. when deleting the selection, gtk tries but fails 
6294                 to find the correct focusable element. we now force the selection
6295                 to be focused. this should solve the infamous bug reported by 
6296                 Jason Wojciechowski (bug "[ 633443 ] Crash on deleting messages"). 
6297                 a test case is available. 
6298
6299 2002-12-24 [darko]      0.8.7claws2
6300
6301         * src/summaryview.c
6302                 don't crash when unmarking message with unread children
6303
6304 2002-12-23 [christoph]  0.8.7claws1
6305
6306         * src/Makefile.am
6307         * src/common/Makefile.am
6308                 update Makefiles for moved intl.h, version.h and defs.h
6309         * src/imap.c
6310                 rewrite imap_session_get to avoid duplicate code
6311
6312 2002-12-23 [paul]       0.8.7claws
6313
6314         * Santa-Claws released
6315         
6316         * po/hu.po
6317           po/ru.po
6318                 squeeze in updated Hungarian and Russian translations.
6319                 Submitted by  Gál Zoltán and Ruslan N. Balkin
6320
6321 2002-12-23 [paul]       0.8.6claws129
6322
6323         * po/pl.po
6324                 updated by Witold Wladyslaw Wojciech Wilk
6325
6326 2002-12-23 [paul]       0.8.6claws128
6327
6328         * src/quote_fmt_parse.y
6329                 fix typo and add licence header
6330
6331 2002-12-23 [paul]       0.8.6claws127
6332
6333         * po/en_GB.po
6334                 updated
6335
6336 2002-12-23 [paul]       0.8.6claws126
6337
6338         * po/it.po
6339                 updated translation, submitted by Alessandro Maestri
6340                 
6341 2002-12-23 [paul]       0.8.6claws125
6342
6343         * src/quote_fmt_parse.y
6344                 fix signature-stripping on replies bug. match
6345                 '-- \n' and not '-- '.
6346
6347 2002-12-22 [paul]       0.8.6claws124
6348
6349         * po/bg.po
6350           po/es.po
6351           po/sr.po
6352                 updated translations. submitted by George Danchev,
6353                 Ricardo Mones Lastra, and Urke MMI respectively
6354
6355 2002-12-21 [paul]       0.8.6claws123
6356
6357         * src/addrbook.c
6358                 fix coding style
6359
6360 2002-12-21 [paul]       0.8.6claws122
6361
6362         * src/addrbook.c
6363                 fix bug [643638] where if a person is in one or more
6364                 addressbook groups editing that person's email 
6365                 address results in removal from those groups.
6366                 Patch submitted by Luke Plant.
6367
6368 2002-12-20 [christoph]  0.8.6claws121
6369
6370         * src/common/utils.c
6371         * src/summaryview.c
6372                 reimplement expand_search_string using GString to
6373                 prevent crashs caused by miscalculated string
6374                 lengths reported by Paul
6375
6376 2002-12-20 [christoph]  0.8.6claws120
6377
6378         * src/summaryview.c
6379                 don't use "changed" to check if op_count has to be changed as it
6380                 is also set when the message has unread children
6381                 (closes bug [ 653221 ] crash while deleting duplicates)
6382
6383 2002-12-20 [paul]       0.8.6claws119
6384
6385         * sync with 0.8.6cvs27
6386                 see ChangeLog 2002-12-20
6387
6388 2002-12-20 [paul]       0.8.6claws118
6389
6390         * sync with 0.8.6cvs26
6391                 see ChangeLog 2002-12-19 and 2002-12-20
6392
6393 2002-12-19 [alfons]     0.8.6claws117
6394
6395         * src/textview.c
6396                 fix incorrect parsing of email addresses, submitted by 
6397                 Luke Plant (thanks!). Closes bug "[ 565480 ] duplicate 
6398                 name display if it contains @".
6399
6400 2002-12-18 [paul]       0.8.6claws116
6401
6402         * sync with 0.8.6cvs23
6403                 see ChangeLog 2002-12-18
6404
6405 2002-12-18 [paul]       0.8.6claws115
6406
6407         * src/Makefile.am
6408         * src/account.c
6409         * src/codeconv.c
6410         * src/gtkutils.[ch]
6411         * src/imap.c
6412                 sync with 0.8.6cvs22.
6413                 see ChangeLog 2002-12-17 and 2002-12-18
6414
6415 2002-12-17 [christoph]  0.8.6claws114
6416
6417         * src/imap.c
6418                 o don't create a session if imap greeting fails
6419                 o don't close socket when authentication fails
6420                   this is done by imap_session_destroy
6421
6422 2002-12-17 [thorsten]   0.8.6claws113
6423
6424         * tools/Makefile.am
6425           tools/README
6426           tools/google_msgid.pl ** NEW FILE **
6427                 Added "search for message-id" script and doc
6428
6429 2002-12-17 [thorsten]   0.8.6claws112
6430
6431         * po/hu.po
6432                 Updated hungarian translation
6433                 (updated by Gal Zoltan)
6434
6435 2002-12-16 [christoph]  0.8.6claws111
6436
6437         * src/addr_compl.c
6438                 remove stupid addressbook dump to debug output
6439         * src/mh.c
6440                 fix memory leak found by Hiro
6441
6442 2002-12-14 [paul]       0.8.6claws110
6443
6444         * src/compose.c
6445                 fix menubar sensitivity on send
6446                 
6447         * src/prefs_filtering.c
6448         * src/prefs_matcher.c
6449         * src/prefs_scoring.c
6450                 Fix english ;)
6451                 
6452         * src/common/quoted-printable.h
6453                 sync: fix typo
6454         
6455 2002-12-13 [christoph]  0.8.6claws109
6456
6457         * src/Makefile.am
6458         * src/manage_window.[ch]        ** REMOVE **
6459         * src/gtk/Makefile.am
6460         * src/gtk/manage_window.[ch]    ** NEW **
6461                 move manage_window files to gtk directory
6462
6463 2002-12-13 [christoph]  0.8.6claws108
6464
6465         * src/Makefile.am
6466         * src/gtkshruler.[ch]           ** REMOVE **
6467         * src/gtk/Makefile.am
6468         * src/gtk/gtkshruler.[ch]       ** NEW **
6469                 move gtkshruler files to gtk directory
6470
6471 2002-12-13 [christoph]  0.8.6claws107
6472
6473         * src/Makefile.am
6474         * src/compose.c
6475         * src/gtkstext.[ch]             ** REMOVE **
6476         * src/gtkutils.[ch]
6477         * src/textview.c
6478         * src/gtk/gtkstext.[ch]         ** NEW **
6479         * src/gtk/Makefile.am
6480                 o move stext functions to gtkstext.c to remove
6481                   dependency of gtkutils
6482                 o move gtkstext files to gtk directory
6483
6484         * src/gtk/Makefile.am
6485         * src/gtk/sslcertwindow.[ch]
6486                 UI stuff can always depend on common code so
6487                 it's ok to add ../common to include path
6488
6489 2002-12-13 [colin]      0.8.6claws106
6490
6491         * src/summaryview.c
6492                 Disconnect sighandlers for mainwindow when
6493                 quicksearch has the focus
6494                 Fix bug #653231
6495         * src/mainwindow.[ch]
6496                 Make key_pressed callback public, to be able
6497                 to disconnect it
6498
6499 2002-12-13 [christoph]  0.8.6claws105
6500
6501         * src/mh.c
6502                 create .mh_sequences file in new MH folders
6503                 (closes feature request [ 523162 ] MH folders should
6504                  get a .mh_sequences)
6505
6506 2002-12-13 [colin]      0.8.6claws104
6507
6508         * src/summaryview.c
6509                 Better handling of quicksearch show/hide
6510                 (basically the button stays under the mouse 
6511                  when toggled)
6512
6513 2002-12-13 [paul]       0.8.6claws103
6514
6515         * sync with 0.8.6cvs17
6516                 see ChangeLog 2002-12-13
6517
6518 2002-12-13 [paul]       0.8.6claws102
6519
6520         * po/es.po
6521                 updated by Ricardo Mones Lastra
6522
6523 2002-12-11 [colin]       0.8.6claws101
6524
6525         * src/folder.c
6526                 remove statusbar stuff
6527           src/folderview.c
6528                 set statusbar verbosity when moving folders
6529
6530 2002-12-11 [colin]       0.8.6claws100
6531         * src/prefs_filtering.c
6532         * src/prefs_matcher.c
6533         * src/prefs_scoring.c
6534                 Fix english ;)
6535
6536 2002-12-11 [colin]       0.8.6claws99
6537
6538         * src/prefs_common.[ch]
6539                 Add summary_quicksearch_type
6540         * src/summaryview.c
6541                 Save last used quicksearch type
6542
6543 2002-12-11 [jens]       0.8.6claws98
6544         * src/prefs_filtering.c
6545         * src/prefs_matcher.c
6546         * src/prefs_scoring.c
6547                 added dialog for incomplete rules in scoring, filtering and
6548                 matcher to ask wheather really close
6549
6550 2002-12-11 [colin]      0.8.6claws97
6551
6552         * src/folder.c
6553                 Fix folder dnd statusbar logging
6554
6555 2002-12-10 [christoph]  0.8.6claws96
6556
6557         * src/compose.c
6558         * src/folder.c
6559         * src/imap.c
6560         * src/inc.c
6561         * src/main.c
6562         * src/mainwindow.c
6563         * src/news.c
6564         * src/send.c
6565         * src/statusbar.[ch]
6566         * src/common/hooks.c
6567         * src/common/log.[ch]
6568                 o handle verbose logging in statusbar directly in statusbar code
6569                   and common code does not need any knowledge about a statusbar
6570                 o remove direct calls to statusbar_(puts|pop)_all functions
6571
6572 2002-12-10 [jens]       0.8.6claws95
6573
6574         * src/*.c
6575                 removed gettext from g_warnings
6576         * po/POTFILES.in
6577                 cleaned and updated
6578         * po/de.po
6579                 updated
6580
6581 2002-12-10 [colin]      0.8.6claws94
6582
6583         * src/main.c
6584                 finish crash dialog fix
6585
6586 2002-12-10 [colin]      0.8.6claws93
6587
6588         * src/main.c
6589                 "Fix" "sylpheed already running" instead of
6590                 crash dialog appearing after a crash
6591
6592 2002-12-10 [colin]      0.8.6claws92
6593
6594         * po/POTFILES.in
6595                 add src/gtk/sslcertwindow.c
6596
6597 2002-12-10 [paul]       0.8.6claws91
6598
6599         * po/POTFILES.in
6600                 updated to reflect recent changes
6601                 submitted by Alessandro Maestri
6602
6603 2002-12-09 [christoph]  0.8.6claws90
6604
6605         * src/Makefile.am
6606         * src/smtp.[ch]                 ** REMOVE **
6607         * src/common/Makefile.am
6608         * src/common/smtp.[ch]          ** NEW **
6609                 move smtp files to common directory
6610
6611 2002-12-09 [christoph]  0.8.6claws89
6612
6613         * src/Makefile.am
6614         * src/session.[ch]              ** REMOVE **
6615         * src/common/Makefile.am
6616         * src/common/session.[ch]       ** NEW **
6617                 move session files to common directory
6618
6619 2002-12-09 [paul]       0.8.6claws88
6620
6621         * src/account.c
6622                 fix bug [649746] edit accounts: move account reverted
6623                 Patch submitted by Luke Plant <lukeplant@users.sourceforge.net>
6624
6625 2002-12-09 [colin]      0.8.6claws87
6626
6627         * src/ssl_certificate.c
6628                 cleanup
6629
6630 2002-12-09 [colin]      0.8.6claws86
6631
6632         * src/ssl.c
6633                 Try to open the cert.pem database and 
6634                 issue a warning if it isn't there
6635
6636 2002-12-09 [colin]      0.8.6claws85
6637
6638         * src/common/ssl_certificate.c
6639         * src/gtk/sslcertwindow.c
6640                 Warning fixes
6641
6642 2002-12-09 [colin]      0.8.6claws84
6643
6644         * src/ssl_certificate.[ch] ** REMOVED **
6645         * src/common/ssl_certificate.[ch] ** NEW **
6646         * src/Makefile.am
6647         * src/common/Makefile.am
6648                 Moved ssl_certificate.[ch] to common
6649         * src/common/ssl.c 
6650                 Put back needed include
6651         * src/gtk/sslcertwindow.[ch]
6652                 Changed ssl_certificate.h include
6653         
6654 2002-12-09 [colin]      0.8.6claws83
6655
6656         * src/gtk/sslcertwindow.[ch]
6657                 Implement hook for certificate acception
6658         * src/ssl_certificate.[ch]
6659                 Implement hook for certificate acception
6660         * src/common/ssl.c
6661                 Reenable certificate acception check
6662         * src/mainwindow.c
6663                 Register sslcertwindow's hook
6664         
6665 2002-12-08 [christoph]  0.8.6claws82
6666
6667         * src/about.c
6668         * src/addr_compl.c
6669         * src/codeconv.c
6670         * src/manual.c
6671         * src/undo.c
6672         * src/common/utils.c
6673                 o add missing includes
6674                 o fix warnings
6675         * src/.cvsignore
6676         * src/common/.cvsignore
6677         * src/common/version.h          ** REMOVE **
6678                 remove autogenerated file
6679
6680 2002-12-08 [paul]       0.8.6claws81
6681
6682         * src/stringtable.c
6683                 put back needed include
6684
6685 2002-12-08 [colin]      0.8.6claws80
6686         
6687         * src/gtk/sslcertwindow.c
6688                 Cleaner popups when asking
6689         * src/ssl_certificate.c
6690         * src/prefs_common.[ch]
6691                 remove ssl certificate pref
6692                 put back needed include
6693         * src/undo.c
6694                 put back needed include
6695
6696 2002-12-08 [christoph]  0.8.6claws79
6697
6698         * src/folderview.c
6699         * src/logwindow.c
6700         * src/statusbar.c
6701         * src/summaryview.c
6702                 only abort hook invokation if required data is missing not
6703                 if our own data pointer is NULL, update hookfunction for
6704                 log window
6705
6706 2002-12-08 [paul]       0.8.6claws78
6707
6708         * src/about.c
6709         * src/addrcache.c
6710         * src/addrclip.c
6711         * src/addr_compl.c
6712         * src/addrselect.c
6713         * src/codeconv.c
6714         * src/colorlabel.c
6715         * src/enriched.c
6716         * src/esmtp.c
6717         * src/exporthtml.c
6718         * src/headerview.c
6719         * src/imageview.c
6720         * src/manual.c
6721         * src/noticeview.c
6722         * src/pgptext.c
6723         * src/scoring.c
6724         * src/sourcewindow.c
6725         * src/stringtable.c
6726         * src/undo.c
6727                 clean up: remove unneccesary includes
6728
6729 2002-12-08 [christoph]  0.8.6claws77
6730
6731         * src/folderview.c
6732         * src/statusbar.c
6733         * src/summaryview.c
6734         * src/common/hooks.[ch]
6735                 hook functions now have a gboolean return value, if a hook
6736                 returns TRUE it will stop executing of any more hooks in
6737                 the same hooklist for this invokation
6738
6739 2002-12-08 [colin]      0.8.6claws76
6740         
6741         * src/main.c
6742                 put back argv0 for CRASH_DIALOG
6743
6744 2002-12-08 [christoph]  0.8.6claws75
6745
6746         * src/Makefile.am
6747         * src/about.c
6748         * src/account.c
6749         * src/crash.c
6750         * src/esmtp.h
6751         * src/imap.[ch]
6752         * src/inc.c
6753         * src/main.c
6754         * src/mainwindow.c
6755         * src/news.c
6756         * src/pop.[ch]
6757         * src/prefs_account.[ch]
6758         * src/prefs_common.[ch]
6759         * src/send.[ch]
6760         * src/smtp.[ch]
6761         * src/ssl_certificate.[ch]
6762         * src/ssl_manager.[ch]
6763         * src/common/Makefile.am
6764         * src/common/log.c
6765         * src/common/nntp.[ch]
6766         * src/common/socket.[ch]
6767         * src/common/ssl.[ch]
6768         * src/gtk/sslcertwindow.[ch]
6769         * ac/openssl.m4
6770                 use new autoconf script to detect OpenSSL with extra parameters
6771                 to specify the location of libs and includes, also remove USE_SSL
6772                 to USE_OPENSSL
6773
6774         * src/common/sylpheed.[ch]
6775         * src/common/version.h.in
6776                 start seperation of common code initialization seperated from gui
6777
6778         * src/summaryview.c
6779                 The function that is called when a color label changes
6780                 should not change the color lable again
6781
6782 2002-12-08 [colin]      0.8.6claws74
6783
6784         * src/gtk/sslcertwindow.c
6785                 warning fixes
6786
6787 2002-12-08 [colin]      0.8.6claws73
6788
6789         * src/statusbar.c
6790           src/common/log.h
6791                 Register a hook for statusbar_puts_all
6792         * src/common/log.c
6793                 invoke statusbar_puts_all's hook
6794         
6795 2002-12-08 [colin]      0.8.6claws72
6796
6797         * src/ssl_certificate.c
6798                 Put back a badly-removed include
6799
6800 2002-12-08 [colin]      0.8.6claws71
6801
6802         * src/gtk/sslcertwindow.[ch]    ** NEW **
6803                 new certificate presentation
6804         * src/gtk/Makefile.am
6805                 add new files
6806         * src/ssl_certificate.[ch]
6807                 gtk cleanup, made utility functions public
6808         * src/ssl_manager.c
6809                 use new cert presentation
6810
6811 2002-12-07 [christoph]  0.8.6claws70
6812
6813         * src/Makefile.am
6814         * src/nntp.[ch]                 ** REMOVE **
6815         * src/common/Makefile.am
6816         * src/common/nntp.[ch]          ** NEW **
6817                 move nntp files to common directory
6818
6819 2002-12-07 [christoph]  0.8.6claws69
6820
6821         * src/procmsg.[ch]
6822         * src/summaryview.c
6823                 implement msginfo update callback using sylpheed's new
6824                 hook system. Invoke hooks from procmsg_msginfo_[un]set_flags.
6825
6826 2002-12-06 [christoph]  0.8.6claws68
6827
6828         * src/editgroup.c
6829                 This patch changes the 'Edit Group Details' dialog to
6830                 allow extended selections in either pane, so that
6831                 addresses can be added or removed from a group more
6832                 quickly and easily. (it actually is a net decrease in
6833                 file size, as some unnecessary functions have been
6834                 removed). 
6835                 (patch submitted by Luke Plant <lukeplant@users.sourceforge.net>)
6836
6837 2002-12-06 [christoph]  0.8.6claws67
6838
6839         * src/Makefile.am
6840         * src/template.[ch]             ** REMOVE **
6841         * src/common/Makefile.am
6842         * src/common/template.[ch]      ** NEW **
6843                 move template files to common directory
6844
6845         * src/nntp.c
6846                 add missing log.h include
6847
6848 2002-12-06 [melvin]     0.8.6claws66
6849
6850         * src/prefs_actions.c
6851                 Added the trailing ">" syntax to insert command's output
6852                 without replacing old text (in contrast to trailing "|").
6853
6854 2002-12-05 [colin]      0.8.6claws65
6855         
6856         * src/common/utils.c
6857                 Don't modify original search_string or it'll change
6858                 the next iterations in the for()
6859
6860 2002-12-05 [darko]      0.8.6claws64
6861
6862         * src/common/utils.c
6863                 proper check for filtering commands, found by Colin
6864
6865 2002-12-05 [darko]      0.8.6claws63
6866
6867         * src/common/utils.c
6868                 check proper string for NULL pointer, found by Colin
6869
6870 2002-12-05 [darko]      0.8.6claws62
6871
6872         * src/common/utils.[ch]
6873                 expand_search_string(): new function
6874                 converts Mutt-like patterns to Sylpheed's
6875                 filtering engine
6876         * src/summaryview.c
6877                 use expand_search_string() to allow Mutt-like
6878                 patterns in extended search
6879         * README.claws
6880                 document extended option in quick search
6881
6882 2002-12-05 [paul]       0.8.6claws61
6883
6884         * sync with 0.8.6cvs16
6885                 see ChangeLog 2002-12-05
6886                 
6887         * po/POTFILES.in
6888                 clean up
6889
6890 2002-12-04 [christoph]  0.8.6claws60
6891
6892         * src/imap.[ch]
6893                 put imap authentication code into a new function and
6894                 remove it from imap_session_new that will allow to
6895                 send other commands before authentication
6896
6897 2002-12-04 [christoph]  0.8.6claws59
6898
6899         * src/imap.[ch]
6900                 use already existing method to prevent unneeded IMAP
6901                 folder selects. Set imap_select parameters to NULL
6902                 in some functions if the values are not required.
6903
6904         * src/xml.h
6905                 remove no longer required include
6906
6907 2002-12-04 [paul]       0.8.6claws58
6908
6909         * po/es.po
6910                 updated by Ricardo Mones Lastra
6911                 
6912         * configure.in
6913           po/hu.po      ** NEW FILE **
6914                 initial Hungarian translation, submitted
6915                 by Gál Zoltán <galzoli@hu.inter.net>
6916
6917 2002-12-03 [christoph]  0.8.6claws57
6918
6919         * src/Makefile.am
6920         * src/gtksctree.[ch]            ** REMOVE **
6921         * src/gtk/Makefile.am
6922         * src/gtk/gtksctree.[ch]        ** NEW **
6923                 move gtksctree files to gtk directory
6924
6925 2002-12-03 [christoph]  0.8.6claws56
6926
6927         * src/Makefile.am
6928         * src/md5.[ch]                  ** REMOVE **
6929         * srm/common/Makefile.am
6930         * src/common/md5.[ch]           ** NEW **
6931                 move md5 files to common directory
6932
6933         * src/gtkstext.c
6934                 remove not required #include
6935
6936 2002-12-03 [sergey]     0.8.6claws55
6937
6938         * src/gtkutils.c
6939         * src/gtkutils.h
6940                 gtkut_window_popup(): new function.
6941         * src/mainwindow.c
6942                 main_window_popup(): use gtkut_window_popup() to raise
6943                 window without changing its position.
6944                 (see sylpheed-main ML message [sylpheed:17247])
6945
6946 2002-12-03 [sergey]     0.8.6claws54
6947
6948         * src/send.c
6949                 send_message_local(): removed first-dot escaping
6950                 (SMTP-only, not needed for sending through pipe)
6951
6952 2002-12-03 [paul]       0.8.6claws53
6953
6954         * po/POTFILES.in
6955                 update to reflect recent changes (thanks
6956                 to Ricardo Mones Lastra)
6957                 
6958         * tools/filter_conv.pl
6959                  fix problem with quoted strings. Patch submitted
6960                  by Luke Plant <lukeplant@softhome.net>
6961
6962 2002-12-03 [paul]       0.8.6claws52
6963
6964         * sync with 0.8.6cvs15
6965                 see ChangeLog 2002-12-03
6966
6967 2002-12-02 [christoph]  0.8.6claws51
6968
6969         * src/logwindow.[ch]
6970         * src/common/log.[ch]
6971                 implement logging using a hook function
6972
6973         * src/folderview.c
6974         * src/folder.[ch]
6975                 define hooklist name in header file to avoid
6976                 errors caused by wrong spelling of hooklist names
6977
6978         * src/toolbar.c
6979                 fix warnings
6980
6981 2002-12-02 [christoph]  0.8.6claws50
6982
6983         * src/common/Makefile.am
6984                 add src/common/hooks.[ch]
6985
6986         * src/common/hooks.[ch]
6987                 implement a simple hook system using glib's hook functions
6988
6989         * src/folder.[ch]
6990         * src/folderview.c
6991                 use new hook system for folder item updates
6992
6993 2002-12-02 [christoph]  0.8.6claws49
6994
6995         * doc-src/ui_seperation.txt     ** NEW **
6996                 information for ui seperation
6997
6998         * src/Makefile.am
6999                 remove files that were moved to common
7000                 include common directory by default for the header files
7001
7002         * src/inc.c
7003         * src/common/socket.c
7004         * src/automaton.[ch]
7005                 implement automaton using g_io_*-functions instead of
7006                 gdk_input_add to make it ui independent
7007
7008         * src/codeconv.c
7009         * src/compose.c
7010         * src/ldif.c
7011         * src/pgptext.c
7012         * src/procmime.c
7013         * src/rfc2015.c
7014         * src/smtp.c
7015         * src/unmime.c
7016                 remove common/ prefix because directory is now in
7017                 include path
7018
7019         * src/compose.c
7020         * src/folder.c
7021         * src/folderview.c
7022         * src/mainwindow.c
7023         * src/messageview.c
7024         * src/prefs_common.c
7025         * src/procmsg.c
7026         * src/rfc2015.c
7027                 fix warnings
7028
7029         * src/imap.c
7030         * src/inc.c
7031         * src/news.c
7032         * src/pop.c
7033         * src/send.c
7034         * src/smtp.c
7035         * src/ssl_certificate.c
7036                 add log.h header file for logging functions
7037
7038         * src/main.c
7039         * src/common/utils.c
7040         * src/summaryview.c
7041         * src/xml.c
7042                 o move debug_mode to common/utils.c
7043                 o add functions to set and get debug_mode
7044
7045         * src/defs.h                    ** REMOVE **
7046         * src/intl.h                    ** REMOVE **
7047         * src/socket.[ch]               ** REMOVE **
7048         * src/ssl.[ch]                  ** REMOVE **
7049         * src/utils.[ch]                ** REMOVE **
7050                 replaced by new files in src/common/
7051         
7052         * src/common/Makefile.am
7053                 add new files in src/common/
7054
7055         * src/common/defs.h             ** NEW **
7056         * src/common/intl.h             ** NEW **
7057         * src/common/log.[ch]           ** NEW **
7058         * src/common/socket.[ch]        ** NEW **
7059         * src/common/ssl.[ch]           ** NEW **
7060         * src/common/utils.[ch]         ** NEW **
7061                 replacement for files in src/
7062
7063 2002-12-02 [colin]      0.8.6claws48
7064
7065         * src/folderview.c
7066                 Scroll folderview if necessary during dnd
7067
7068 2002-12-02 [colin]      0.8.6claws47
7069
7070         * src/folder.[ch]
7071                 Add check to verify a move is within a single mailbox
7072         * src/folderview.c
7073                 Add specific error string for this check
7074
7075 2002-12-02 [colin]      0.8.6claws46
7076
7077         * src/folder.c
7078                 Add a test to folder moving, remove a statusbar_print
7079         * src/folderview.c
7080                 Add Move folder... context-menu item
7081                 Factorize folder moving code
7082                 Enable folder DND for mbox
7083
7084 2002-12-01 [christoph]  0.8.6claws45
7085
7086         * ac/aspell.m4
7087                 remove conf.aspelltest if the version check fails
7088
7089 2002-11-30 [christoph]  0.8.6claws44
7090
7091         * autogen.sh
7092                 run libtoolize --force in autogen to create missing
7093                 libtool scripts
7094
7095 2002-11-30 [christoph]  0.8.6claws43
7096
7097         * src/Makefile.am
7098         * src/pgptext.c
7099         * src/procmime.c
7100         * src/rfc2015.c
7101         * src/uuencode.[ch]             ** REMOVED **
7102         * src/common/Makefile.am
7103         * src/common/uuencode.[ch]      ** NEW **
7104                 move uuen/decoder to common directory
7105
7106 2002-11-30 [christoph]  0.8.6claws42
7107
7108         * src/Makefile.am
7109         * src/base64.[ch]               ** REMOVED **
7110         * src/codeconv.c
7111         * src/compose.c
7112         * src/ldif.c
7113         * src/pgptext.c
7114         * src/procmime.c
7115         * src/rfc2015.c
7116         * src/smtp.c
7117         * src/unmime.c
7118         * src/common/Makefile.am
7119         * src/common/base64.[ch]        ** NEW **
7120                 move base64 en/decoder to common directory
7121
7122 2002-11-30 [christoph]  0.8.6claws41
7123
7124         * src/common                    ** NEW **
7125                 new directory for UI independent code
7126         * src/gtk                       ** NEW **
7127                 new directory for GTK frontend
7128         * src/common/.cvsignore         ** NEW **
7129         * src/gtk/.cvsignore            ** NEW **
7130                 ignore build files
7131         * src/common/Makefile.am        ** NEW **
7132         * src/gtk/Makefile.am           ** NEW **
7133                 automake files to build new seperated stuff
7134         * src/Makefile.am
7135                 the binary will currently still be build with the
7136                 files in src, so we include the code from the
7137                 subdirs for now after building the libs there
7138
7139 2002-11-30 [paul]       0.8.6claws40
7140
7141         * src/compose.c
7142                 fix bug [642731] 'Wrong selected account with drafted mail'
7143
7144 2002-11-29 [oliver]     0.8.6claws39
7145         
7146         * src/messageview.c
7147                 o update summaryview when switching between different
7148                   messageviews          
7149         * src/toolbar.c  
7150                 o check if messageview holds already removed msg
7151                   from summaryview
7152                 
7153
7154 2002-11-29 [oliver]     0.8.6claws38
7155
7156         * src/toolbar.c 
7157                 remove not needed variables and includes
7158                 make messageview stay opened and move to next when msgs are deleted 
7159
7160 2002-11-29 [oliver]     0.8.6claws37
7161         
7162         * src/toolbar.c 
7163                 disable compose button (messageview toolbar) by default
7164                 deleted msgs are moved to trash
7165         
7166 2002-11-29 [melvin]     0.8.6claws36
7167
7168         * configure.in
7169                 Increased minimal gpgme version to 0.3.10 (Zombies out)
7170                 and to detect signatures expirations (gpgme 0.3.6)
7171
7172         * src/main.c
7173                 Use non obsolescent function for Gpgme engine checking.
7174
7175         * src/rfc2015.c
7176                 Inform about expired signatures or signatures which key
7177                 has expired. Expiration date is displayed.
7178
7179         * src/sigstatus.c
7180                 Inform about expired signatures or signatures which key
7181                 has expired.
7182
7183 2002-11-28 [paul]       0.8.6claws35
7184
7185         * src/folderview.c
7186                 re-instate 'Check for new messages' in Newsgroup
7187                 folders right-click menu, after a suggestion from
7188                 Tim Mann <timmann@users.sourceforge.net>
7189
7190         * src/main.c
7191                 after a crash check only local folders for new
7192                 messages
7193
7194 2002-11-28 [paul]       0.8.6claws34
7195
7196         * configure.in
7197                 apply patch that fixes the checking of GTK with XIM 
7198                 support on different OSs, such as FreeBSD. Patch 
7199                 submitted by Topia <topia@users.sourceforge.net>
7200                 
7201 2002-11-28 [paul]       0.8.6claws33
7202
7203         * src/mainwindow.c
7204           src/prefs_common.c
7205           src/prefs_toolbar.c
7206                 more changes to the English
7207
7208 2002-11-28 [paul]       0.8.6claws32
7209
7210         * sync with 0.8.6cvs13
7211                 see ChangeLog 2002-11-28 (no sync needed
7212                 for src/compose.c)
7213
7214 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws31
7215         
7216         * src/mainwindow.[ch]
7217                 add patch by Ivan F. Martinez introducing messageview Toolbar
7218                 some changes and committed by oliver    
7219
7220 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws30
7221
7222         * src/messageview.[ch]
7223                 add patch by Ivan F. Martinez introducing messageview Toolbar
7224                 some changes and committed by oliver    
7225
7226 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws29
7227
7228         * src/compose.[ch]
7229                 add patch by Ivan F. Martinez introducing messageview Toolbar
7230                 some changes and committed by oliver    
7231
7232 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws28
7233         
7234         * src/toolbar.[ch]
7235                 add patch by Ivan F. Martinez introducing messageview Toolbar
7236                 some changes and committed by oliver
7237
7238 2002-11-28 [oliver]     0.8.6claws27
7239         
7240         * src/prefs_toolbar.[ch]
7241                 getting ready for messageview toolbar
7242                 free mem allocated by gettext
7243                 change prefs_toolbar to prefs_toolbar_open
7244  
7245 2002-11-28 [thorsten]   0.8.6claws26
7246
7247         * src/imageview.[ch]
7248                 cleaned up conflicting declarations of
7249                 imageview_show_image()
7250
7251 2002-11-28 [paul]       0.8.6claws25
7252
7253         * src/grouplistdialog.c
7254           src/prefs_common.c
7255           src/prefs_summary_column.c
7256                 a few more improvements to the English
7257
7258 2002-11-28 [colin]      0.8.6claws24
7259
7260         * man/sylpheed.1
7261                 A few updates to command-line parameters
7262
7263 2002-11-28 [colin]      0.8.6claws23
7264
7265         * src/prefs_filtering.c
7266                 Fix problems with prefs_filtering_delete_path:
7267                 a) if the first rule is removed, original pointers
7268                    weren't updated (leading to segfaults)
7269                 b) it was always global_processing updated in case
7270                    of removed path was parent of rule path
7271
7272 2002-11-27 [paul]       0.8.6claws22
7273
7274         * src/mainwindow.c
7275           src/prefs_account.c
7276           src/prefs_actions.c
7277           src/prefs_common.c
7278           src/prefs_customheader.c
7279           src/prefs_display_header.c
7280           src/prefs_filtering.c
7281           src/prefs_folder_item.c
7282           src/prefs_matcher.c
7283           src/prefs_scoring.c
7284           src/prefs_summary_column.c
7285           src/prefs_template.c
7286           src/prefs_toolbar.c
7287                  improve the English in the GUI
7288
7289 2002-11-27 [colin]      0.8.6claws21
7290
7291         * src/folder.c
7292                 Fix processing renaming problems happening after
7293                 last commit
7294
7295 2002-11-27 [colin]      0.8.6claws20
7296
7297         * src/folder.c
7298                 recursive move now deletes src each subfolder after 
7299                 having moved it
7300         * src/folderview.c
7301                 Use identifier instead of path during dnd (enables
7302                 IMAP folder dnd)
7303
7304 2002-11-27 [paul]       0.8.6claws19
7305
7306         * src/main.c
7307                 apply patch that does command-line processing 
7308                 BEFORE gtk_init, allowing claws to run from 
7309                 shell-scripts in non-X environment (e.g. crontab 
7310                 or ip-up, ip-down scripts). Patch submitted by
7311                 Ruslan N. Balkin <baron@dartel.ru>
7312                 
7313         * po/it.po
7314                 updated by Alessandro Maestri
7315
7316 2002-11-27 [paul]       0.8.6claws18
7317
7318         * sync with 0.8.6cvs12
7319           src/prefs_common.c
7320                 Differences are that main uses a 'Receive dialog'
7321                 frame on the Interface tab, whereas claws groups all 
7322                 the dialogs together in a 'Dialogs' frame.
7323
7324 2002-11-27 [colin]      0.8.6claws17
7325
7326         * src/prefs_matcher.c
7327                 Fix Execute criteria's NOT flag
7328
7329
7330 2002-11-26 [christoph]  0.8.6claws16
7331
7332         * src/ssl.c
7333                 rewrite the ssl code a little bit, only use one
7334                 SSL context, set default certificates' file/path
7335
7336 2002-11-26 [thorsten]   0.8.6claws15
7337
7338         * src/compose.c
7339                 default-reply-to didn't work for ml-reply
7340
7341 2002-11-26 [melvin]     0.8.6claws14
7342
7343         * src/prefs_actions.c
7344                 Made pipe-actions ignore short headers in message view
7345                 Made trailing-pipe-actions write in the message view with
7346                 the same font as the original message
7347
7348 2002-11-26 [paul]       0.8.6claws13
7349
7350         * src/compose.c
7351                 this time commit the correct file
7352
7353 2002-11-26 [paul]       0.8.6claws12
7354
7355         * sync with 0.8.6cvs11
7356           src/quote_fmt_parse.y  
7357                 no sync needed
7358           src/account.[ch]       
7359                 not sync'ed
7360           src/compose.c
7361                 compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
7362                 on draft mode.
7363                 compose_reedit(): add check for 'X-Sylpheed-Account-Id:' 
7364                 header
7365                 
7366         see ChangeLog 2002-11-25 and 2002-11-26
7367
7368 2002-11-26 [colin]      0.8.6claws11
7369
7370         * src/folderview.c
7371                 Fix collapsed folder not auto-expanding during
7372                 mail dnd, if it was the source folder.
7373
7374 2002-11-25 [colin]      0.8.6claws10
7375
7376         * src/folderview.[ch]
7377                 Variable renaming and cleaning (slist of nodes 
7378                 to be re-collapsed is stored in FolderView)
7379
7380 2002-11-25 [paul]       0.8.6claws9
7381
7382         * src/prefs_common.[ch]
7383                 fix breakage caused by last commit
7384
7385 2002-11-25 [paul]       0.8.6claws8
7386
7387         * sync with 0.8.6cvs4
7388                 see ChangeLog 2002-11-21
7389
7390 2002-11-25 [paul]       0.8.6claws7
7391
7392         * sync with 0.8.6cvs4
7393                 see ChangeLog 2002-11-20
7394
7395 2002-11-25 [paul]       0.8.6claws6
7396
7397         * sync with 0.8.6cvs3
7398                 see ChangeLog 2002-11-18
7399
7400 2002-11-25 [colin]      0.8.6claws5
7401
7402         * src/gtkutils.[ch]
7403                 Add gtkut_ctree_node_is_parent()
7404         * src/folderview.c
7405                 Spring-loaded folders
7406
7407 2002-11-25 [colin]      0.8.6claws4
7408
7409         * src/utils.[ch]
7410                 Add slist_concat_unique(), function to merge
7411                 two GSList filtering dups
7412         * src/folder.[ch]
7413         * src/summaryview.[ch]
7414         * src/folderview.c
7415         * src/main.c
7416                 Add detection/update/display of unread answers
7417                 to marked mails
7418         * src/procmsg.[ch]
7419                 Add procmsg_find_children()
7420                 Add procmsg_msg_has_marked_parent()
7421
7422 2002-11-25 [colin]      0.8.6claws3
7423
7424         * src/ssl_certificate.[ch]
7425                 Allow checking a certificate without a DNS
7426                 lookup
7427                 Allow to forget a cert (by deleting it)
7428                 Make ssl_certificate_destroy_public
7429         * src/ssl_manager.[ch] ** NEW FILES **
7430                 Gui to manage (display/remove) certificates
7431         * src/prefs_common.[ch]
7432                 Add a pref to allow silent acceptation of
7433                 trusted certificates or not (based on the
7434                 "I want to know what's going on" principle)
7435         * src/mainwindow.c
7436                 Add SSL manager in Tools menu
7437         * src/Makefile.am
7438                 Add the new files to the build
7439         * po/POTFILES.in
7440                 Add ssl_manager.c to translations
7441
7442 2002-11-25 [colin]      0.8.6claws2
7443
7444         * src/summaryview.[ch]
7445                 Add S_SEARCH_EXTENDED to the quick search, which 
7446                 allows to search using filtering syntax.
7447
7448 2002-11-25 [colin]      0.8.6claws1
7449
7450         * src/summaryview.c
7451                 Deletion of duplicates now prefer deleting
7452                 the unread dup (fixes feature-request 638989).
7453
7454 2002-11-24 [paul]       0.8.6claws
7455
7456         * po/es.po
7457           po/pl.po
7458           po/ru.po
7459           po/sr.po
7460                 updated by Ricardo Mones Lastra,
7461                 Witold Wladyslaw Wojciech Wilk,
7462                 Ruslan N. Balkin, and  Urke MMI 
7463                 respectively
7464
7465 2002-11-24 [paul]       0.8.5claws182
7466
7467         * po/bg.po
7468                 updated by George Danchev
7469
7470 2002-11-23 [alfons]     0.8.5claws181
7471
7472         * src/imap.c
7473                 tiny memory leak found by browsing Dimitar's 
7474                 valgrind report
7475
7476 2002-11-23 [paul]       0.8.5claws180
7477
7478         * po/it.po
7479                 updated by Alessandro Maestri
7480
7481 2002-11-22 [christoph]  0.8.5claws179
7482
7483         * src/compose.c
7484         * src/inc.c
7485         * src/prefs_filtering.c
7486         * src/summaryview.c
7487                 more warning fixes
7488
7489 2002-11-22 [alfons]     0.8.5claws178
7490
7491         * src/summaryview.c
7492                 summary_execute_delete_func(): if message is deleted, make 
7493                 sure to also remove its entry in the subject hash table. 
7494                 fixes a corner case bug.
7495
7496 2002-11-22 [paul]       0.8.5claws177
7497
7498         * .cvsignore
7499                 add 'autom4te.cache'
7500                 
7501         * ltconfig      ** REMOVED **
7502                 not needed
7503
7504 2002-11-22 [paul]       0.8.5claws176
7505
7506         * src/textview.c
7507                 textview_set_font(): fix for message display in
7508                 UTF-8 locales (thanks to Sergey Vlasov).
7509                 
7510         * AUTHORS
7511                 add new team members and contributors
7512
7513
7514 2002-11-21 [colin]      0.8.5claws175
7515
7516         * src/procmsg.[ch]
7517                 Add procmsg_remove_special_headers()
7518         * src/mh.c
7519                 Use procmsg_remove_special_headers() for 
7520                 previous fix
7521
7522 2002-11-21 [colin]      0.8.5claws174
7523
7524         * src/mh.c
7525                 Fix moving/copying from queue/draft folders
7526                 for MH folders
7527
7528 2002-11-21 [christoph]  0.8.5claws173
7529
7530         * src/crash.c
7531         * src/filtering.c
7532         * src/logwindow.c
7533         * src/main.c
7534         * src/matcher_parser_lex.[hl]
7535         * src/mbox.c
7536         * src/mbox_folder.[ch]
7537         * src/prefs_filtering.c
7538         * src/procheader.c
7539         * src/quote_fmt_lex.l
7540         * src/ssl.c
7541                 fix all warnings except the warnings in lex and yacc files
7542
7543 2002-11-20 [christoph]  0.8.5claws172
7544
7545         * src/imap.c
7546                 fix MsgInfo retrieval for IMAP draft and queue folders
7547                 (closes bug [ 619558 ] Draft saving on IMAP box issue)
7548
7549 2002-11-19 [christoph]  0.8.5claws171
7550
7551         * src/compose.c
7552                 fix segfault, when draft saving does not get
7553                 the MsgInfo of the new message
7554                 (closes bug [ 640699 ] Claws170: crash drafting mail ( IMAP ))
7555
7556 2002-11-19 [christoph]  0.8.5claws170
7557
7558         * src/procmsg.c
7559                 add parameter check for flag setting function
7560                 (closes bug [ 640619 ] Claws169: crash - drafting a mail (IMAP))
7561
7562 2002-11-18 [paul]       0.8.5claws169
7563
7564         * src/compose.c
7565                 more sensitivity fixes to redirect mode:
7566                 * disable toolbar draft button
7567                 * allow only Address book in the Tools menu
7568                 * disable editing of message by the spell
7569                   checker
7570
7571 2002-11-18 [paul]       0.8.5claws168
7572
7573         * src/compose.c
7574                 fix sensitivity of menu items in compose_redirect():
7575                 allow only the necessary items 
7576
7577 2002-11-18 [paul]       0.8.5claws167
7578
7579         * src/compose.c
7580                 fix bug [ 603259 ] 'attachment got lost on bounce'
7581
7582 2002-11-18 [paul]       0.8.5claws166
7583
7584         * po/ru.po
7585                 updated by Ruslan N. Balkin <baron@dartel.ru>
7586
7587 2002-11-18 [colin]      0.8.5claws165
7588
7589         * src/main.c
7590           src/defs.h
7591                 Remove old filtering stuff
7592
7593
7594 2002-11-17 [oliver]     0.8.5claws164
7595
7596         * src/toolbar.h
7597                 remove not needed typedef 
7598
7599 2002-11-17 [oliver]     0.8.5claws163
7600
7601         * src/toolbar.c
7602                 make toolbar's on click events translatable
7603
7604 2002-11-15 [colin]      0.8.5claws162
7605
7606         * src/summaryview.c
7607                 Revert too-soon integration of a feature
7608
7609 2002-11-15 [christoph]  0.8.5claws161
7610
7611         * src/imap.c
7612                 use main's implementation of imap_get_msginfo
7613
7614 2002-11-15 [christoph]  0.8.5claws160
7615
7616         * src/compose.c
7617         * src/folder.[ch]
7618         * src/imap.c
7619         * src/mbox_folder.c
7620         * src/mh.c
7621         * src/news.c
7622         * src/procmsg.c
7623         * src/summaryview.c
7624                 replace claws' fetch_msginfo with main's get_msginfo
7625                 (use main's implementation where possible)
7626
7627 2002-11-15 [colin]      0.8.5claws159
7628
7629         * src/ssl_certificate.c
7630                 Missed a check
7631
7632 2002-11-16 [melvin]     0.8.5claws158
7633
7634         * po/fr.po
7635                 Updated French translations.
7636
7637 2002-11-16 [colin]      0.8.5claws157
7638
7639         * src/ssl_certificate.c
7640                 Check for missing parts in the certificates
7641
7642 2002-11-15 [colin]      0.8.5claws156
7643
7644         * src/folderview.c
7645                 Preventive fix (missing check) found by
7646                 Alfons
7647
7648 2002-11-15 [paul]
7649
7650         * NEWS
7651                 sync with 0.8.6 release
7652
7653 2002-11-15 [colin]      0.8.5claws155
7654
7655         * src/folder.[ch]
7656           src/folderview.c
7657                 Fix error handling of folder_item_move_to()
7658                 (thanks to Alfons!)
7659
7660 2002-11-15 [colin]      0.8.5claws154
7661
7662         * src/folder.[ch]
7663           src/folderview.c
7664                 folder_item_move_to() sets an error message instead
7665                 of having GUI stuff in folder.c
7666
7667 2002-11-15 [colin]      0.8.5claws153
7668
7669         * src/procmsg.[ch]
7670                 Implemented a callback for MsgInfo updates, 
7671                 heavily copy/pasted from Christoph's folder 
7672                 callback system
7673         * src/summaryview.[ch]
7674                 Register summary_update_msg as callback
7675
7676 2002-11-14 [colin]      0.8.5claws152
7677         
7678         * src/procmsg.c
7679                 Update the FolderItem after sending (fixes 617593)
7680
7681 2002-11-14 [christoph]  0.8.5claws151
7682
7683         * src/folder.c
7684                 fix wrong position of NULL pointer check found
7685                 by Sergey
7686
7687 2002-11-14 [christoph]  0.8.5claws150
7688
7689         * src/folder.c
7690                 fix segfault when deleting messages from IMAP folders
7691                 (closes bug [ 635641 ] Crash deleting mail in IMAP trash)
7692
7693 2002-11-14 [colin]      0.8.5claws149
7694
7695         * src/compose.c
7696                 Forwarding was also ignoring the folder's default account.
7697
7698 2002-11-14 [colin]      0.8.5claws148
7699
7700         * src/compose.c
7701                 Fix sent folder not set to folder properties when 
7702                 forwarding.
7703
7704 2002-11-14 [thorsten]   0.8.5claws147
7705
7706         * src/inc.c
7707                 inc_start(): Files were not moved from .processing to inbox,
7708                 if no global processing rule existed
7709
7710 2002-11-14 [colin]      0.8.5claws146
7711
7712         * src/ssl_certificate
7713                 Fix file operations
7714
7715 2002-11-14 [paul]       0.8.5claws145
7716
7717         * po/it.po
7718                 updated by Alessandro Maestri
7719
7720 2002-11-13 [alfons]     0.8.5claws144
7721
7722         * src/folder.c
7723                 folder_item_close(): only mark messages unread
7724                 when a folder has new messages 
7725
7726 2002-11-13 [keith]      0.8.5claws143
7727
7728         * src/imap.c
7729                 Fix problem moving or copying between
7730                 IMAP folders
7731
7732 2002-11-13 [colin]      0.8.5claws142
7733
7734         * src/matcher_parser_parse.y
7735                 Fix rule problem when " don't match
7736
7737 2002-11-13 [christoph]  0.8.5claws141
7738
7739         * src/folder.c
7740         * src/folderview.c
7741                 moved cache saving to folder_item_close
7742                 the folderview should not have to deal with
7743                 this things
7744
7745 2002-11-13 [christoph]  0.8.5claws140
7746
7747         * src/summaryview.c
7748                 moved setting of important score to
7749                 summary_set_prefs_from_folderitem
7750
7751 2002-11-13 [colin]      0.8.5claws139
7752
7753         * src/matcher_parser_parse.y
7754                 Fix a segfault in the parser (happening when
7755                 a good expression had been tested and a bad 
7756                 one arrives)
7757
7758 2002-11-13 [paul]       0.8.5claws138
7759
7760         * sync with 0.8.5cvs24
7761                 see ChangeLog 2002-11-13
7762                 
7763         * po/pt_BR.po
7764                 updated by Fabio Jr. Beneditto
7765
7766 2002-11-13 [colin]      0.8.5claws137
7767         
7768         * src/msgcache.c
7769           src/defs.h
7770           src/procmsg.[ch]
7771                 Revert last commit, problem
7772
7773 2002-11-13 [colin]      0.8.5claws136
7774
7775         * src/msgcache.c
7776                 Remove duplicated code
7777         * src/defs.h
7778                 Bumped CACHE_VERSION and MARK_VERSION
7779         * src/procmsg.[ch]
7780                 Network endian for cache and mark files
7781
7782 2002-11-12 [colin]      0.8.5claws135
7783
7784         * src/inc.c
7785                 Fix the "socket error" dialog which disappeared
7786
7787 2002-11-12 [colin]      0.8.5claws134
7788
7789         * src/msgcache.c
7790                 Reverse last commit which had performance 
7791                 problems, but still reverse the list
7792
7793 2002-11-12 [colin]      0.8.5claws133
7794
7795         * src/msgcache.c
7796                 Reverse list order
7797
7798 2002-11-12 [melvin]     0.8.5claws132
7799
7800         * src/compose.c
7801                 Added a check for a NULL prefs_common.dictionary
7802
7803 2002-11-12 [colin]      0.8.5claws131
7804
7805         * src/ssl_certificate.[ch]
7806                 Use FQDN hostname
7807
7808 2002-11-12 [colin]      0.8.5claws130
7809
7810         * src/ssl_certificate.[ch]
7811                 Take connection port into account for 
7812                 checking certificates (a single hostname
7813                 could have multiple servers with multiple
7814                 certificates)
7815         * src/ssl.c
7816                 Pass the port to ssl_certificate_check
7817
7818 2002-11-12 [paul]       0.8.5claws129
7819
7820         * src/folder.c
7821                 fix a typo in last commit
7822
7823 2002-11-12 [paul]       0.8.5claws128
7824
7825         * sync with 0.8.5cvs23
7826                 see ChangeLog entry 2002-11-12
7827
7828 2002-11-11 [colin]      0.8.5claws127
7829
7830         * src/ssl_certificate.c
7831                 Cleaner messages
7832                 Don't popup, instead log error, if the 
7833                 corresponding pref is checked
7834         * src/ssl_certificate.h
7835                 include <openssl/objects/h>
7836
7837 2002-11-11 [colin]      0.8.5claws126
7838
7839         * src/ssl_certificate.h
7840                 _Really_ clean it
7841
7842 2002-11-11 [colin]      0.8.5claws125
7843         
7844         * src/ssl_certificate.c
7845                 Fixed leak
7846
7847 2002-11-11 [colin]      0.8.5claws124
7848
7849         * src/ssl.c
7850                 Cleaned a bit
7851         * src/ssl_certificate.[ch]
7852                 Cleaned a bit (better use of SSL API)
7853                 (This will cause non-recognition of saved 
7854                  certificates of claws12[23]...)
7855
7856 2002-11-11 [paul]       0.8.5claws123
7857         
7858         * po/es.po
7859                 updated by Ricardo Mones Lastra
7860
7861 2002-11-11 [colin]      0.8.5claws122
7862
7863         * src/ssl.c
7864                 Fix a typo
7865
7866 2002-11-11 [colin]      0.8.5claws121
7867
7868         * src/ssl_certificate.[ch] ** NEW FILES **
7869         * src/ssl.[ch]
7870                 Check SSL certificates presented to us
7871         * src/Makefile.am
7872                 Add ssl_certificate.[ch]
7873         * po/POTFILES.in
7874                 Add ssl_certificate.c
7875
7876 2002-11-11 [paul]       0.8.5claws120
7877
7878         * sync with 0.8.5cvs22
7879                 see ChangeLog 2002-11-11
7880
7881 2002-11-11 [paul]       0.8.5claws119
7882
7883         * sync with 0.8.5cvs21
7884                 see ChangeLog 2002-11-11
7885
7886 2002-11-10 [jens]       0.8.5claws118
7887
7888         * src/folder.c
7889         * src/folderview.c
7890                 corrected some typing
7891         * po/de.po
7892                 updated german translation
7893         * sylpheed.spec.in
7894                 cleaned up specfile and adjusted it for claws
7895
7896 2002-11-10 [colin]      0.8.5claws117
7897
7898         * src/summaryview.c
7899                 a STATUSBAR_PUSH/POP fix
7900
7901 2002-11-10 [colin]      0.8.5claws116
7902
7903         * src/prefs_folder_item.c
7904                 Fix hanging after opening folder properties
7905
7906 2002-11-10 [hoa]        0.8.5claws115
7907
7908         * src/matcher_parser_lex.l
7909         * src/matcher_parser_parse.y
7910                 config file for scoring and filtering is no more trashed
7911                 when there is a syntax error in a filtering rule when
7912                 editing it in a dialog.
7913
7914 2002-11-09 [colin]      0.8.5claws114
7915
7916         * src/mbox_folder.c
7917                 Added missing initialisation of folder->destroy()
7918
7919 2002-11-09 [colin]      0.8.5claws113
7920
7921         * src/folder.c
7922           src/folderview.c
7923                 Fix the status bar messages
7924
7925 2002-11-09 [colin]      0.8.5claws112
7926
7927         * src/folderview.c
7928                 Fix hangs after folder dnd, happening after 
7929                 claws109.
7930
7931 2002-11-09 [christoph]  0.8.5claws111
7932
7933         * src/folderview.c
7934                 just changed order of calls (reverse order of
7935                 associated calls)
7936         * src/inc.c
7937                 lock inc when checking only one account, otherwise
7938                 inc all could be executed at the same time
7939
7940 2002-11-09 [christoph]  0.8.5claws110
7941
7942         * src/folderview.c
7943                 better unlock the mouse cursor before calling
7944                 summary_show because it changes the cursor too
7945
7946 2002-11-09 [christoph]  0.8.5claws109
7947
7948         * src/folder.[ch]
7949         * src/folderview.c
7950                 add functions to open and close a folder
7951                 o opending will execute scanning for remote folders
7952                   and processing
7953                 o closing will unset new flag for messages
7954
7955 2002-11-09 [colin]      0.8.5claws108
7956
7957         * src/folder.c
7958                 Add a call to prefs_matcher_write_config to 
7959                 avoid non-leaf folders filtering settings to be
7960                 lost
7961
7962 2002-11-09 [paul]       0.8.5claws107
7963
7964         * src/prefs_account.c
7965                 re-word a label
7966
7967 2002-11-09 [colin]      0.8.5claws106
7968
7969         * src/folderview.c
7970                 Minor esthetic fix
7971
7972 2002-11-09 [colin]      0.8.5claws105
7973
7974         * src/folderview.c
7975                 Fix prefs_filtering deletion for MH folders (same
7976                 reason as below)
7977         * src/prefs_filtering.c
7978                 Fix prefs_filtering renaming and deletion for 
7979                 folder-based processing rules.  
7980
7981 2002-11-09 [christoph]  0.8.5claws104
7982
7983         * src/compose.c
7984         * src/folder.[ch]
7985         * src/folderview.[ch]
7986         * src/import.c
7987         * src/inc.c
7988         * src/main.c
7989         * src/mainwindow.c
7990         * src/messageview.c
7991         * src/prefs_folder_item.c
7992         * src/procmsg.c
7993         * src/summaryview.c
7994                 implement a callback system for folder item updates
7995
7996 2002-11-09 [colin]      0.8.5claws103
7997
7998         * src/folderview.c
7999                 Fix prefs_filtering renaming for MH folders (we
8000                 shouldn't rename by path as another folder could
8001                 have the same hierarchy).
8002
8003 2002-11-09 [colin]      0.8.5claws102
8004
8005         * src/folder.c
8006                 Fix a leak found by Christoph, use better variable
8007                 names
8008
8009 2002-11-09 [colin]      0.8.5claws101
8010
8011         * src/folder.c
8012                 One more fix for processing rules
8013
8014 2002-11-08 [colin]      0.8.5claws100
8015         
8016         * src/matcher.c
8017                 Don't copy the compiled regexp (will be reevaluated)
8018         * src/folderview.c
8019                 Lock folderview while moving
8020         * src/folder.c
8021                 Provide info on what's happening to the user
8022
8023 2002-11-08 [colin]      0.8.5claws99
8024
8025         * src/folderview.c
8026                 Fix folder reordering after a move if parent is 
8027                 root
8028         * src/scoring.[ch]
8029                 Add function to copy a ScoringProp
8030         * src/prefs_folder_item.c
8031                 Copy scoring rules when copying a folder prefs
8032
8033 2002-11-08 [colin]      0.8.5claws98
8034
8035         * src/folderview.c
8036                 Fixes in case of failure
8037         * src/filtering.[ch]    
8038                 Add function to duplicate a FilteringProp
8039         * src/matcher.[ch]
8040                 Add function to duplicate a MatcherProp
8041         * src/prefs_folder_item.c
8042                 Save folder's processing rules when copying 
8043                 its prefs
8044
8045 2002-11-08 [colin]      0.8.5claws97
8046         
8047         * src/folderview.c
8048                 Sort after move
8049         * src/folder.c 
8050                 Change a printf to debug_print
8051
8052 2002-11-08 [colin]      0.8.5claws96
8053
8054         * src/folder.c
8055           src/folderview.c
8056                 Fix segfaults, call me stupido
8057         
8058
8059 2002-11-08 [colin]      0.8.5claws95
8060
8061         *src/folder.c
8062                 Added forgotten prefs to save when moving folders
8063
8064 2002-11-08 [colin]      0.8.5claws94
8065
8066         * src/folder.c
8067                 Fixes to folder DND (prefs copy)
8068         * src/folderview.c
8069                 Optimization for folder DND (don't rescan whole tree)
8070                 Added folderview_create_folder_node() for this 
8071                 optimization, so de-duped a bit the code
8072         * src/prefs_folder_item.[ch]
8073                 Added prefs_folder_item_copy_prefs()    
8074           
8075 2002-11-08 [paul]       0.8.5claws93
8076
8077         * src/prefs_account.c
8078           tools/README
8079           tools/kmail2sylpheed_v2.pl
8080                 correct some typos
8081
8082 2002-11-08 [paul]       0.8.5claws92
8083
8084         * src/compose.c
8085           src/prefs_account.[ch]
8086                 remove account options 'clearsign' and 'ascii_armored',
8087                 replace with 'default_gnupg_mode' to prevent mixed-mode
8088                 Privacy settings
8089
8090 2002-11-08 [paul]       0.8.5claws91
8091
8092         * src/compose.[ch]
8093                 re-implement GnuPG 'on-the-fly' mode selection,
8094                 disallow mixed-mode
8095
8096 2002-11-08 [colin]      0.8.5claws90
8097
8098         * src/folderview.c
8099           src/prefs_folder_item.c
8100                 Change "Property" to "Properties"
8101
8102 2002-11-07 [colin]      0.8.5claws89
8103
8104         * src/folderview.c
8105           src/folder.c
8106                 Allow folder dropping to a root folder
8107
8108 2002-11-07 [paul]       0.8.5claws88
8109
8110         * src/compose.c
8111                 revert last commit
8112
8113 2002-11-07 [paul]       0.8.5claws87
8114
8115         * src/compose.c
8116                 fix reply-to-list bug. closes bug report
8117                 "[633382] reply-to-list broken in recent cvs"
8118
8119 2002-11-07 [paul]       0.8.5claws86
8120
8121         * src/compose.c
8122                 add a forgotten '#if USE_GPGME ... #endif'
8123
8124 2002-11-07 [paul]       0.8.5claws85
8125
8126         * sync with 0.8.5cvs20
8127                 see ChangeLog 2002-11-07
8128
8129 2002-11-07 [colin]      0.8.5claws84
8130
8131         * src/folder.[ch]
8132                 Change folder_item_move_to to return the newly 
8133                 created folderitem.
8134         * src/folderview.c
8135                 Select the new folderitem after moving.
8136
8137 2002-11-07 [colin]      0.8.5claws83
8138
8139         * src/prefs_filtering.c
8140                 Fix rule rewriting when moving a leaf folder to a 
8141                 shorter path
8142
8143 2002-11-07 [colin]      0.8.5claws82
8144
8145         * src/prefs_filtering.c
8146                 fix a leak
8147
8148 2002-11-07 [colin]      0.8.5claws81
8149
8150         * src/folder.[ch]
8151                 Add folder_item_move_to() function to move a 
8152                 folderitem into another one (updates matcher etc)
8153         * src/folderview.c
8154                 Add folder drag'n drop (context menu to come)
8155                 [Should be dataloss free, but Please backup before 
8156                  trying !]
8157
8158 2002-11-06 [colin]      0.8.5claws80
8159
8160         * src/mh.c
8161                 mh_create_folder() returns NULL if can't create
8162                 directory hierarchy
8163
8164 2002-11-06 [paul]       0.8.5claws79
8165
8166         * src/compose.[ch]
8167                 allow 'on-the-fly' changing of the type of encryption 
8168                 and/or signing used (mime/ascii) via the compose window
8169
8170 2002-11-06 [paul]       0.8.5claws78
8171
8172         * sync with 0.8.5cvs19
8173                 see ChangeLog 2002-11-06 for src/account.c: 
8174                 account_get_special_folder()
8175                 
8176 2002-11-05 [alfons]     0.8.5claws77
8177
8178         * src/crash.c
8179                 very minor cleanups: nothing to see here, move on. :-)
8180
8181 2002-11-05 [colin]      0.8.5claws76
8182
8183         * src/main.c
8184                 Changes choices if compose windows are opened to
8185                 Discard, Draft, Don't quit
8186
8187 2002-11-05 [thorsten]   0.8.5claws75
8188
8189         * src/compose.c
8190                 reenabled default_reply_to folder option
8191
8192 2002-11-05 [colin]      0.8.5claws74
8193
8194         * src/compose.[ch] 
8195                 add compose_draft()
8196         * src/crash.c
8197                 add SIGTERM handler
8198         * src/main.[ch]
8199                 add clean_quit() for the SIGTERM handler
8200
8201 2002-11-05 [paul]       0.8.5claws73
8202         
8203         * po/es.po
8204                 updated by Ricardo Mones Lastra
8205
8206 2002-11-05 [melvin]     0.8.5claws72
8207
8208         * src/logwindow.c
8209                 Fixed log-clipping bug #616795.
8210                 To stop logging in the log window use 0 length.
8211         * src/prefs_common.c
8212                 Added a label to inform about the 0 log length behaviour.
8213
8214 2002-11-05 [paul]       0.8.5claws71
8215
8216         * sync with 0.8.5cvs17
8217                 see ChangeLog 2002-11-05
8218
8219 2002-11-04 [paul]       0.8.5claws70
8220
8221         * sylpheed-128x128.png
8222           sylpheed-64x64.png
8223           sylpheed.png
8224                 replace with pngcrushed icons. Submitted by Nicolas Kaiser,
8225                 <nikai@users.sourceforge.net>
8226                 
8227         * po/bg.po
8228                 updated by George Danchev
8229
8230 2002-11-03 [thorsten]   0.8.5claws69
8231
8232         * src/main.c
8233           src/mimeview.c
8234           src/rfc2015.h
8235                 add check if gpg is active
8236
8237 2002-11-03 [thorsten]   0.8.5claws68
8238
8239         * src/toolbar.h
8240                 removed GSList declaration causing trouble on MacOS-X
8241                 (submitted by alfons, reported by xfesty)
8242
8243 2002-11-01 [paul]       0.8.5claws67
8244
8245         * src/mainwindow.c
8246                 remove last remnants of main's filter code
8247
8248 2002-11-01 [paul]       0.8.5claws66
8249
8250         * tools/filter_conv.pl
8251                 fix bug where user-defined headers were ignored
8252
8253 2002-11-01 [paul]       0.8.5claws65
8254
8255         * src/logwindow.c
8256                 make a debug_print() not translatable
8257
8258 2002-10-31 [melvin]     0.8.5claws64
8259
8260         * ac/aspell.m4
8261                 Fixed --disable-aspell-test. Now --disable-aspell-test will 
8262                 not run any GNU/aspell test.  The dictionary path will
8263                 be by default /usr/local/lib/aspell/ unless --with-aspell-prefix
8264                 was given, in which case, it will be $prefix/lib/aspell/
8265         * configure.in
8266                 Fixed typo in commentary (Aspell code).
8267
8268 2002-10-31 [paul]       0.8.5claws63
8269
8270         * po/POTFILES.in
8271                 remove src/filter.c and src/prefs_filter.c
8272                 thanks to Ricardo for reminding me
8273
8274 2002-10-31 [colin]      0.8.5claws62
8275
8276         * src/mbox_folder.c
8277                 Plug some leaks
8278
8279 2002-10-31 [paul]       0.8.5claws61
8280
8281         * src/prefs_filter.[ch] ** REMOVED **
8282           src/filter.[ch]       ** REMOVED **
8283           
8284         * src/Makefile.am
8285           src/folderview.c
8286           src/inc.c
8287           src/main.c
8288           src/mainwindow.c
8289           src/mbox.c
8290           src/prefs_common.c
8291           src/prefs_filtering.c
8292           src/summaryview.[ch]
8293                 remove main's 'filter' code
8294                 
8295         README.claws
8296                 update to reflect removal of main's filter
8297
8298 2002-10-31 [paul]       0.8.5claws60
8299
8300         * src/summaryview.c
8301                 remove check for global_processing in summary_filter_open(). 
8302                 This fixes the bug where if the user uses the right-click 
8303                 'Create filter rule...' and doesn't have any filter rules 
8304                 already defined in claws' advanced filtering, the newly 
8305                 created filter rule goes to main's filtering which is 
8306                 inaccessible through the gui. Now the filter rule gets added
8307                 to claws' filtering by default.
8308
8309 2002-10-28 [melvin]     0.8.5claws59
8310
8311         * src/prefs_actions.c
8312                 Fixed bug #627322 where MIME parts were not always
8313                 correctly passed to a %p action
8314                 Display an error dialog when message filename is not found.
8315
8316 2002-10-28 [melvin]     0.8.5claws58
8317
8318         * src/prefs_common.c
8319                 Readded a missing function declaration lost in 0.8.3claws34
8320
8321 2002-10-28 [paul]       0.8.5claws57
8322
8323         * sync with 0.8.5cvs15
8324                 see ChangeLog 2002-10-28 and 2002-10-25
8325                 
8326         Note: ChangeLog entry 2002-10-24 is not sync'ed.
8327
8328 2002-10-27 [oliver]     0.8.5claws56
8329
8330         * src/pop.c
8331                 plug leak in pop3_top_recv
8332
8333 2002-10-26 [christoph]  0.8.5claws55
8334
8335         * src/folder.c
8336                 set need_update folder flag when messages are added
8337                 (closes bug [ 626922 ] folder not updated after receiving)
8338
8339 2002-10-25 [melvin]     0.8.5claws54
8340
8341         * src/imageview.c
8342                 Fixed a memleak introduced in the scaling code.
8343
8344 2002-10-24 [alfons]     0.8.5claws53
8345
8346         * src/filtering.c
8347                 make filtering's forward message action forward from the 
8348                 correct account
8349                 (closes bug [628089 ] Filter -> Forward from address problem
8350                 reported by Oktay)
8351
8352 2002-10-24 [christoph]  0.8.5claws52
8353
8354         * src/mainwindow.c
8355         * src/manual.[ch]
8356                 o use manual of current locale or english if current
8357                   locale is not available (and english is available)
8358                 o also link to sylpheed doc project manuals
8359
8360 2002-10-23 [paul]       0.8.5claws51
8361
8362         * tools/README
8363           tools/kmail2sylpheed_v2.pl
8364                 add new version of kmail addressbook importer script.
8365                 works with newer versions of Kmail/KAddressBook which
8366                 have new and rearranged data.
8367
8368 2002-10-23 [martin]     0.8.5claws50
8369
8370         * src/folderview.c
8371         * src/summaryview.c
8372         * src/utils.h
8373         * src/utils.c
8374                 added length parameter to get_abbrev_newsgroup_name()
8375                 changed this function so that it abbreviates the newsgroup
8376                 names only so long it is smaller than the length parameter
8377                 (for better reading of some newsgroup names and space efficiency)
8378
8379 2002-10-22 [colin]      0.8.5claws49
8380
8381         *src/foldersel.c
8382                 Revert Alfons' last modification (after voting ;-))
8383
8384 2002-10-21 [alfons]     0.8.5claws48
8385
8386         * src/foldersel.c
8387                 folder view in folder selection dialog reflects state of
8388                 folder view in main window
8389
8390 2002-10-18 [alfons]     0.8.5claws47
8391
8392         * src/mbox.c
8393                 drop imported messages in folder selected by user,
8394                 and not in the inbox
8395                 (closes bug [ 625424 ] Import mbox always to "Inbox" folder)
8396
8397 2002-10-18 [alfons]     0.8.5claws46
8398
8399         * src/compose.c
8400                 make automagic reply work correctly for email accounts 
8401                 (whether it's viable to do a full sync with Hiro's 
8402                 compose.c is still under discussion)
8403
8404 2002-10-18 [melvin]     0.8.5claws45
8405
8406         * src/prefs_actions.c
8407                 Fixed bug #622275 where asynchroneous actions left 
8408                 zombies processes
8409                 Made (synchroneous) actions' input be displayed live.
8410
8411 2002-10-18 [christoph]  0.8.5claws44
8412
8413         * src/textview.c
8414                 don't add a newline in the textview in front of the
8415                 first textpart if header display is disabled
8416                 (closes bug [ 603385 ] disabled header display leaves blank
8417                  lin)
8418
8419 2002-10-18 [christoph]  0.8.5claws43
8420
8421         * src/folder.[ch]
8422         * src/imap.c
8423         * src/mbox_folder.c
8424         * src/mh.c
8425         * src/news.c
8426                 folder->get_num_list now returns an error code
8427                 (closes bug [ 609424 ] News cache cleared on failure)
8428                 
8429 2002-10-17 [colin]      0.8.5claws42
8430         
8431         * src/news.c
8432                 Changed a printf by debug_print
8433
8434 2002-10-16 [paul]       
8435
8436         * tools/OOo2sylpheed.pl
8437                 allow for spaces in the name of the
8438                 file to be attached.
8439
8440 2002-10-16 [colin]      0.8.5claws41
8441
8442         * src/main.c
8443                 Use a tristate to change online mode
8444
8445 2002-10-16 [paul]       0.8.5claws40
8446
8447         * po/es.po
8448                 updated by Ricardo Mones Lastra
8449
8450 2002-10-16 [colin]      0.8.5claws39
8451
8452         * src/main.c
8453           src/mainwindow.[ch]
8454                 Added --online and --offline command-line
8455                 switches
8456
8457 2002-10-15 [christoph]  0.8.5claws38
8458
8459         * src/procmime.c
8460                 set mimeinfo->name to NULL after g_free to
8461                 avoid double freeing with g_free
8462
8463 2002-10-14 [christoph]  0.8.5claws37
8464
8465         * src/compose.c
8466         * src/filtering.c
8467         * src/summaryview.c
8468                 remove calls to folder->change_flags that are now
8469                 done by procmsg flag functions (seems it is not
8470                 used by any foldertype anyway)
8471         * src/folder.c
8472                 init folder->change_flags with NULL
8473
8474 2002-10-14 [christoph]  0.8.5claws36
8475
8476         * src/folder.[ch]
8477         * src/imap.[ch]
8478                 use virtual functions for folder item new and destroy
8479                 functions
8480
8481 2002-10-14 [melvin]     0.8.5claws35
8482
8483         * src/compose.c
8484                 Added a test to not run the spell checker if no default
8485                 dictionary is available. No dialog is displayed though.
8486
8487 2002-10-14 [melvin]     0.8.5claws34
8488
8489         * src/gtkaspell.c
8490                 Fixed bug in dictionary list context menu where
8491                 "More..." pointed to an emtpy submenu if the
8492                 number of dictionaries is a multiple of 15
8493                 Removed unneeded code in suggestions list creation
8494
8495 2002-10-14 [paul]       0.8.5claws33
8496
8497         * po/bg.po
8498                 updated by George Danchev
8499
8500 2002-10-13 [hoa]        0.8.5claws32
8501
8502         * src/matcher.[ch]
8503           src/matcher_parser_parser.y
8504                 removed the escaped string from internal structure
8505                 of matcher.
8506
8507 2002-10-12 [colin]      0.8.5claws31
8508
8509         * src/gtksctree.[ch]
8510           src/summaryview.c
8511                 Removed useless function gtksctree_reanchor
8512
8513 2002-10-12 [alfons]     0.8.5claws30
8514         
8515         * sync with remaining main changes 2002-10-09 - 2002-10-11
8516         - drop changes to src/compose.c (requires claws specific changes)
8517         
8518 2002-10-12 [alfons]     0.8.5claws29
8519         
8520         * sync with main changes of 2002-10-08
8521         - drop changes to src/compose.c (requires claws specific changes)
8522         - drop changes to src/summaryview.c (requires changes to compose.c)     
8523
8524 2002-10-12 [alfons]     0.8.5claws28
8525         
8526         * sync with main changes of 2002-10-07
8527
8528 2002-10-12 [alfons]     0.8.5claws27
8529
8530         * sync with main changes of 2002-10-04
8531         - drop changes to src/compose.c (requires claws specific changes)
8532         - drop changes to src/prefs_folder_item.c (claws implementation
8533           seems to be working)
8534
8535 2002-10-12 [colin]      0.8.5claws26
8536
8537         * src/mainwindow.c
8538                 Fix folder-flicker when space-reading, introduced 
8539                 in claws22.
8540
8541 2002-10-12 [colin]      0.8.5claws25
8542
8543         * src/compose.c
8544                 Save account address when saving as draft.
8545                 (closes bug 621838)
8546
8547 2002-10-12 [colin]      0.8.5claws24
8548
8549         * src/summaryview.c
8550                 Fix the problem consisting of no message selected
8551                 after the last message in a folder has been moved.
8552
8553 2002-10-12 [paul]       0.8.5claws23
8554
8555         * src/compose.c
8556           src/prefs_template.c
8557           src/template.[ch]
8558                 add Cc and Bcc to templates. Patch submitted by
8559                 John L. Males.
8560
8561 2002-10-12 [colin]      0.8.5claws22
8562
8563         * src/folderview.c
8564                 Fix a bug after "Check for new messages":
8565                 If a folder was opened, it was still selected at
8566                 the end of the check, but displayed empty.
8567         * src/mainwindow.c
8568                 Remove unnecessary check
8569
8570 2002-10-12 [paul]
8571
8572         * tools/README
8573                 be more verbose in the description of
8574                 OOo2sylpheed.pl
8575                 
8576
8577 2002-10-11 [colin]      0.8.5claws21
8578
8579         * src/mainwindow.c
8580                 Make space work (better) when no mail is selected
8581
8582 2002-10-11 [colin]      0.8.5claws20
8583
8584         * src/inc.c
8585           src/news.c
8586                 fix warnings
8587
8588 2002-10-11 [colin]      0.8.5claws19
8589
8590         * src/mainwindow.c
8591                 revert 0.8.5claws6 changes as i couldn't get to
8592                 anything satisfying
8593
8594 2002-10-11 [melvin]     0.8.5claws18
8595
8596         * src/compose.c
8597                 Removed buggy and unused macro (should have been committed in
8598                 0.8.5claws17)
8599
8600 2002-10-11 [melvin]     0.8.5claws17
8601
8602         * src/compose.c
8603                 Fixed memory leak from bug #622040 (thanks to Martin Kluge)
8604
8605 2002-10-11 [thorsten]   0.8.5claws16 
8606
8607         * src/folderview.c
8608                 remove rescan warning
8609
8610 2002-10-11 [colin]      0.8.5claws15 
8611
8612         * src/procheader.c
8613                 fix a segfault that happens if conv_unmime_header
8614                 fails (should be better to find out why it fails)
8615
8616 2002-10-11 [christoph]  0.8.5claws14
8617
8618         * src/summaryview.c
8619                 update folderview stats after ignore/unignore thread
8620
8621 2002-10-11 [hoa]        0.8.5claws13
8622
8623         * src/quote_fmt_parse.y
8624                 Fixed a yacc/bison syntax error
8625         * src/matcher.c
8626                 Escaping of string is fixed.
8627
8628 2002-10-11 [colin]      0.8.5claws12
8629
8630         * src/imageview.c
8631                 Resize images to fit
8632
8633 2002-10-11 [paul]       0.8.5claws11
8634
8635         * po/es.po
8636                 updated by Ricardo Mones Lastra
8637
8638 2002-10-10 [alfons]     0.8.5claws10
8639
8640         * src/compose.c
8641                 allow dropping files by "moving" files from a file manager,
8642                 not only by the more cumbersome "copying". the latter 
8643                 mostly implies holding down the Control button
8644
8645 2002-10-10 [christoph]  0.8.5claws9
8646
8647         * src/summaryview.c
8648                 update folders after thread building for ignored threads
8649
8650 2002-10-10 [christoph]  0.8.5claws8
8651
8652         * config/.cvsignore
8653                 added Makefile
8654         * src/filtering.[ch]
8655         * src/folder.[ch]
8656         * src/folderview.[ch]
8657         * src/import.c
8658         * src/inc.[ch]
8659         * src/mbox.[ch]
8660         * src/procmsg.c
8661         * src/summaryview.[ch]
8662                 o added new flag need_update to FolderItem
8663                 o removed folder_table from various functions from tracking
8664                   folder updates
8665                 o set need_update flags in folder.c's move, copy and delete
8666                   functions and procmsg's flags functions
8667                 o added function folderview_update_items_when_required that
8668                   updates all folders with need_update set
8669                 o call folderview_update_items_when_required instead of
8670                   folderview_update_item_foreach
8671
8672 2002-10-09 [sergey]     0.8.5claws7
8673
8674         * src/compose.c
8675                 Strip CRs whel loading the text into editor in reedit mode.
8676
8677 2002-10-09 [colin]      0.8.5claws6
8678
8679         * src/mainwindow.c
8680                 Make Space work when no mail is selected
8681
8682 2002-10-09 [colin]      0.8.5claws5
8683
8684         * src/gtksctree.[ch]
8685                 Fix range_select
8686                 Add gtk_sctree_reanchor() 
8687         * src/summaryview.c
8688                 Use gtk_sctree_reanchor() - better fix for 
8689                 bug 60413
8690
8691 2002-10-09 [colin]      0.8.5claws4
8692
8693         * src/summaryview.c
8694                 Fix shift-click select after delete problem
8695                 (closes bug 60413)
8696
8697 2002-10-08 [thorsten]   0.8.5claws3
8698
8699         * src/summaryview.c
8700                 exclude current msg from -hide read messages-
8701
8702 2002-10-08 [colin]      0.8.5claws2
8703
8704         * src/inc.[ch]
8705           src/pop.c
8706           src/recv.c
8707                 Differentiate socket errors from disk full
8708                 errors
8709
8710 2002-10-08 [christoph]  0.8.5claws1
8711
8712         * Makefile.am
8713         * configure.in
8714                 modifications for new config directory
8715
8716         * config.guess  ** REMOVED **
8717         * config.sub    ** REMOVED **
8718         * install-sh    ** REMOVED **
8719         * ltmain.sh     ** REMOVED **
8720         * missing       ** REMOVED **
8721         * mkinstalldirs ** REMOVED **
8722                 these files are autogenerated by automake
8723                 when you run autogen.sh
8724
8725         * config/.cvsignore     ** NEW FILE **
8726         * config/Makefile.am    ** NEW FILE **
8727                 ignore autogenerated files
8728                 create a Makefile in this directory
8729
8730 2002-10-08 [paul]       0.8.5claws
8731
8732         * 0.8.5claws release
8733         
8734         * src/compose.c
8735           src/procheader.c
8736           src/procmsg.c
8737                 fix quote reply format for newsgroups reply bug
8738                 (thanks to Hoa)
8739                 
8740         * po/en_GB.po
8741           po/pl.po
8742                 updated by me and Witold Wladyslaw Wojciech Wilk
8743                 repectively
8744
8745 2002-10-07 [paul]       0.8.3claws53
8746
8747         * po/it.po
8748           po/pt_BR.po
8749           po/sr.po
8750                 updated messages catalogs, submitted by
8751                 Alessandro Maestri, Fabio Jr.Beneditto 
8752                 and Urke MMI, respectively.
8753
8754 2002-10-07 [christoph]  0.8.3claws52
8755
8756         * src/folder.[ch]
8757         * src/folderview.c
8758         * src/mainwindow.c
8759                 fix new folder ghost message bug
8760                 (closes bug [ 619722 ] wrong count for newly created folders)
8761
8762 2002-10-07 [christoph]  0.8.3claws51
8763
8764         * src/compose.c
8765                 fix news posting problem
8766
8767 2002-10-07 [melvin]     0.8.3claws50
8768
8769         * po/fr.po
8770                 Updated French translation
8771
8772 2002-10-05 [christoph]  0.8.3claws49
8773
8774         * src/gtkstext.c
8775                 check if line_start_cache is set in gtk_stext_update_text
8776                 (closes bug [ 618119 ] crash while doing search in folder)
8777
8778 2002-10-05 [christoph]  0.8.3claws48
8779
8780         * src/imap.c
8781         * src/news.c
8782         * src/utils.c
8783         * src/utils.h
8784                 implement cache cleanups for claws' folder system
8785                 (closes bug [ 595916 ] imapcache not cleaned up)
8786
8787 2002-10-05 [melvin]     0.8.3claws47
8788
8789         * src/prefs_actions.c
8790                 Made the help text more clear for the %p token
8791
8792 2002-10-04 [paul]       0.8.3claws46
8793
8794         * sync with 0.8.5
8795                 see ChangeLog 2002-10-02 and 2002-10-03
8796
8797 2002-10-04 [christoph]  0.8.3claws45
8798
8799         * src/inc.c
8800                 fix segfault caused by pop before smtp
8801                 call to inc_account_mail with NULL
8802                 pointer for mainwin
8803
8804 2002-10-04 [paul]       0.8.3claws44
8805
8806         * configure.in
8807                 sync the LDAP detection from 0.8.5cvs1
8808
8809 2002-10-02 [christoph]  0.8.3claws43
8810
8811         * po/de.po
8812                 fix small spelling error
8813
8814 2002-10-02 [melvin]     0.8.3claws42
8815
8816         * ac/aspell.m4
8817                 Behave better and say "no" when test program cannot be run.
8818
8819 2002-10-02 [paul]       0.8.3claws41
8820
8821         * sync with 0.8.4cvs1
8822                 see ChangeLog 2002-09-30, 2002-10-01, 2002-10-02
8823                 
8824         * src/summaryview.c
8825                 toggle the behavior of Reply menuitem between
8826                 normal reply and reply-to-list
8827
8828 2002-10-01 [sergey]     0.8.3claws40
8829
8830         * src/compose.c
8831                 Convert newlines in the message text to the canonical form
8832                 before base64 encoding (RFC2045 compliance, fixes some
8833                 interoperability issues with Evolution 1.0.3)
8834
8835 2002-09-29 [colin]      0.8.3claws39
8836
8837         * src/summaryview.c
8838                 Fix an unwanted copy/paste
8839
8840 2002-09-29 [colin]      0.8.3claws38
8841
8842         * src/mainwindow.c
8843                 Renamed "Custom toolbar" to "Customize toolbar"
8844                 Renamed "Show all header" to "Show all headers"
8845                 Renamed "Set diplay item" to "Set displayed items"
8846         * src/prefs_common.c
8847                 Renamed "Show all header" to "Show all headers"
8848         * src/prefs_summary_column.c
8849                 Renamed "diplay item" to "displayed items"
8850
8851 2002-09-29 [colin]      0.8.3claws37
8852
8853         * src/mainwindow.[ch]
8854                 online/offline status pixmaps follow theme
8855                 changes
8856         * src/summaryview.[ch]
8857                 quicksearch pixmap follows theme changes
8858
8859 2002-09-29 [thorsten]   0.8.3claws36
8860
8861         * src/compose.c
8862           src/prefs_folder_item.[ch]
8863                 add default_reply_to folder option (closes patch 581044)
8864
8865 2002-09-29 [christoph]  0.8.3claws35
8866
8867         * acconfig.h    ** REMOVED **
8868         * configure.in
8869         * ac/aspell.m4
8870         * ac/check-type.m4
8871         * ac/gnupg-check-typedef.m4
8872                 fix autoheader 2.50 warning
8873
8874 2002-09-29 [christoph]  0.8.3claws34
8875
8876         * major code cleanup (part 2)
8877         
8878                 - unused variables removed
8879                 - unused functions removed
8880                 - uninitialized variables checked
8881                 - missing return statements added
8882                 - missing function return types added
8883                 - added parentheses around assignment
8884                   when suggested by gcc
8885
8886 2002-09-29 [alfons]     0.8.3claws33
8887
8888         * src/logwindow.c
8889                 log_window_clear(): only bracket gtk_text_forward_delete() 
8890                 with gtk_text_freeze() / gtk_text_thaw() (see if this
8891                 works around GTK text bug)
8892
8893 2002-09-29 [paul]       0.8.3claws32
8894
8895         * po/bg.po
8896           po/sr.po
8897                 updated by George Danchev and Urke MMI
8898                 respectively
8899
8900 2002-09-27 [christoph]  0.8.3claws31
8901
8902         * doc-src/readme.txt
8903         * doc-src/rfc1806.txt   ** REMOVED **
8904         * doc-src/rfc2183.txt   ** NEW FILE **
8905         * doc-src/rfc2980.txt   ** NEW FILE **
8906                 update rfcs
8907
8908 2002-09-27 [melvin]     0.8.3claws30
8909
8910         * ac/aspell.m4
8911                 Fixed typo which could break linking
8912
8913 2002-09-27 [melvin]     0.8.3claws29
8914
8915         * ac/aspell.m4
8916                 Improved GNU/aspell checking. 
8917                 Fixed bug #614490
8918
8919 2002-09-27 [paul]       0.8.3claws28
8920
8921         * sync with 0.8.3cvs8
8922                 see ChangeLog 2002-09-27
8923
8924 2002-09-26 [colin]      0.8.3claws27
8925
8926         * src/toolbar.[ch]
8927           src/mainwindow.[ch]
8928                 Add "Reply to Mailing-list" to the toolbar
8929
8930 2002-09-26 [christoph]  0.8.3claws26
8931
8932         * src/summaryview.c
8933                 Fix wrong message counts in summaryview status
8934
8935 2002-09-26 [paul]       0.8.3claws25
8936
8937         * sync with 0.8.3cvs7
8938                 see ChangeLog 2002-09-26
8939
8940 2002-09-26 [paul]       0.8.3claws24
8941
8942         * sync with 0.8.3cvs6
8943                 see ChangeLog 2002-09-25
8944
8945 2002-09-25 [christoph]  0.8.3claws23
8946
8947         * src/prefs_common.c
8948         * src/prefs_folder_item.c
8949         * src/prefs_scoring.c
8950                 Renamed "kill score" to "hide score" in GUI
8951                 and prefs files
8952
8953 2002-09-25 [paul]       0.8.3claws22
8954
8955         * sync with 0.8.3cvs5
8956                 see ChangeLog 2002-09-24
8957
8958 2002-09-24 [alfons]     0.8.3claws21
8959
8960         patch by Satoshi Nagayasu: allows appending / saving multiple 
8961         selected files (closes "[ 612279 ] save multiple mesg(s) in 
8962         'Save as ...'")
8963
8964         * AUTHORS
8965                 add Satoshi Nagayasu
8966         * src/summaryview.c
8967                 summary_save_as(): allow saving selected files to
8968                 one file
8969                 summary_set_menu_sensitive: enable "Save As..." when
8970                 multiple files are selected
8971         * src/utils.[ch]
8972                 append_file(): new function
8973
8974 2002-09-24 [colin]      0.8.3claws20
8975
8976         * src/procmime.c
8977                 Fix segfault when mimeinfo doesn't have a 
8978                 content_type. 
8979
8980 2002-09-24 [colin]      0.8.3claws19
8981
8982         * src/prefs_common.[ch]
8983                 Add a preference to display send dialog or not
8984         * src/send.c
8985                 Display send dialog according to preference
8986
8987 2002-09-24 [colin]      0.8.3claws18
8988
8989         * src/compose.[ch]
8990                 Disable user actions when sending
8991
8992 2002-09-24 [colin]      0.8.3claws17
8993
8994         * src/procmime.c
8995                 Do not display name or filename for attachments
8996                 with an application/pgp-signature type
8997                 (security flaw, see bug 537413)
8998
8999 2002-09-23 [colin]      0.8.3claws16
9000
9001         * src/editaddress.c
9002                 Initialize entry_email, entry_alias and 
9003                 entry_remarks to first email address of the list
9004
9005 2002-09-23 [colin]      0.83claws15
9006
9007         * src/compose.c
9008                 Drop pgp-signature when reediting a signed queued
9009                 message
9010
9011 2002-09-23 [melvin]     0.8.3claws14
9012
9013         * po/fr.po
9014                 Updated French translation
9015
9016 2002-09-23 [melvin]     0.8.3claws13
9017
9018         * src/mainwindow.c
9019                 Made custom toolbar menu labels more consistent
9020         * src/prefs_toolbar.c
9021                 Made custom toolbar window title more consistent
9022
9023 2002-09-22 [colin]      0.8.3claws12
9024
9025         * src/inc.c
9026                 Initialize session type to normal before getting 
9027                 mail (fixes strange Get behaviour)
9028         * src/prefs_account.h
9029                 Move STYPE_POP_BEFORE_SMTP to last position to 
9030                 avoid other side-effects
9031
9032 2002-09-22 [colin]      0.8.3claws11
9033
9034         * src/prefs_account.c
9035                 Fix pop_bfr_smtp_tm_entry sensivity when switching
9036                 from pop3 to apop or vice-versa
9037
9038 2002-09-22 [colin]      0.8.3claws10
9039         
9040         * src/prefs_account.[ch]
9041                 Add an option for the POP before SMTP timeout
9042         * src/inc.c
9043                 Remember time of last POP connection
9044         * src/send.c
9045                 Do POP before SMTP only if timeout reached
9046
9047 2002-09-22 [oliver]     0.8.3claws9
9048         
9049         * README.claws
9050                 explain custom toolbar
9051
9052 2002-09-22 [oliver]     0.8.3claws8
9053
9054         * src/prefs_actions.[ch]
9055         custom toolbar for compose      
9056                 actions callback from compose toolbar
9057         * src/folderview.c
9058                 remove include toolbar.h
9059
9060 2002-09-22 [oliver]     0.8.3claws7
9061         
9062         * src/prefs_toolbar.[ch]
9063                 custom toolbar for compose
9064                 - generic prefs_toolbar handles both
9065                   Mainwin's toolbar as well as Compose toolbar          
9066
9067 2002-09-22 [oliver]     0.8.3claws6
9068         
9069         * src/toolbar.[ch]
9070                 custom toolbar for compose
9071                 restructure toolbar.[ch]
9072
9073 2002-09-22 [oliver]     0.8.3claws5
9074
9075         * src/compose.[ch]
9076                 custom toolbar for compose
9077
9078 2002-09-22 [oliver]     0.8.3claws4
9079         
9080         * src/mainwindow.[ch]
9081                 custom toolbar for compose 
9082                 move mainwin toolbar back to mainwindow
9083
9084 2002-09-22 [alfons]     0.8.3claws3
9085
9086         * src/procmsg.c
9087                 :%sno/if(/if (/gc
9088                 :%sno/for(/for (/gc
9089                 (beautify)
9090
9091 2002-09-22 [alfons]     0.8.3claws2
9092         
9093         * src/procmsg.c
9094                 procmsg_save_to_outbox(): don't unlink message file from queue;
9095                 callers should do it using folder_item_remove_msg()
9096
9097 2002-09-22 [colin]      0.8.3claws1
9098
9099         * src/mimeview.[ch]
9100                 Made mimeview_check_signature() public
9101         * src/textview.c
9102                 Made GPG signatures verifiable by clicking
9103                 the [application/pgp-signature] in the Text
9104                 view
9105
9106 2002-09-22 [paul]       0.8.3claws
9107
9108         * po/bg.po
9109           po/en_GB.po
9110           po/es.po
9111           po/it.po
9112           po/pl.po
9113           po/pt_BR.po
9114           po/sr.po
9115                 updated translations, submitted by George Danchev,
9116                 me, Ricardo Mones Lastra, Alessandro Maestri,
9117                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.Beneditto 
9118                 and Urke MMI, respectively.     
9119
9120 2002-09-22 [alfons]     0.8.2claws65
9121
9122         * src/procmsg.c
9123         * src/pgptext.c
9124                 no furry valgrinds have been used to plug these memleaks
9125
9126 2002-09-20 [paul]       0.8.2claws64
9127
9128         * sync with 0.8.3cvs4
9129                 'Select thread' re-implemented 
9130                 see ChangeLog 2002-09-20
9131
9132 2002-09-21 [alfons]     0.8.2claws63
9133
9134         * src/compose.c
9135                 compose_send(): plug unnoticed memleak
9136
9137 2002-09-20 [alfons]     0.8.2claws62
9138
9139         * src/addr_compl.c
9140                 replace_address_in_edit(): strict check for NULL address to
9141                 fix "[ 607348 ] Segfault in address completion". My guess is
9142                 that this happens with an empty address book, but it's good
9143                 to have this check here anyway
9144                 
9145                 completion_window_button_press(): free string returned 
9146                 from the internal cache
9147
9148 2002-09-20 [christoph]  0.8.2claws61
9149
9150         * src/procmime.h
9151                 added ENC_BINARY to EncodingType
9152         * src/procmime.c
9153                 the string returned by procmime_get_encoding_str
9154                 should not depend on the order of values in the
9155                 EncodingType definition
9156         * doc-src/rfc1806.txt   ** NEW FILE **
9157                 Added rfc1806 about MIME Content-Disposition
9158                 Extension
9159
9160 2002-09-19 [paul]       0.8.2claws60
9161
9162         * sync with 0.8.2cvs3
9163                 see ChangeLog 2002-09-19
9164
9165 2002-09-19 [paul]       0.8.2claws59
9166
9167         * src/prefs_folder_item.c
9168                 revert to Darko's original alignment of colour
9169                 selector button
9170                 add a colon to folder_color label
9171                 
9172         * src/compose.c
9173                 add Colin's patch (with Hiro's modifications) to 
9174                 force BASE64 encoding for 8-bit text when signing
9175                 (sync with 0.8.3cvs2)
9176
9177 2002-09-18 [alfons]     0.8.2claws58
9178
9179         * src/compose.c
9180                 :%sno/if(/if (/gc
9181                 :%sno/for(/for (/gc
9182                 (beautify a little bit)
9183
9184 2002-09-18 [christoph]  0.8.2claws57
9185
9186         * src/pine.c
9187                 fix handling of fgetc return value
9188
9189 2002-09-17 [alfons]     0.8.2claws56
9190         
9191         * src/summaryview.c
9192                 summary_sort(): check non-NULL summaryview->folder_item when no 
9193                 folder is selected at all
9194                 (closes "[ 610344 ] sort label make syl Crash")
9195
9196 2002-09-17 [alfons]     0.8.2claws55
9197         
9198         * src/compose.c
9199                 beautify a little bit
9200
9201 2002-09-17 [christoph]  0.8.2claws54
9202
9203         * src/folder.c
9204                 initialize max values for cache and folder
9205                 when cache or folder is empty
9206
9207 2002-09-15 [colin]      0.8.2claws53
9208
9209         * src/compose.c
9210                 Fix a leak (thanks Alfons!) and cleaned
9211                 variables names for custom headers
9212
9213 2002-09-15 [colin]      0.8.2claws52
9214
9215         * src/compose.c
9216                 Fix custom headers recognition when
9217                 prefs_common.trans_hdr is on
9218
9219 2002-09-15 [colin]      0.8.2claws51
9220
9221         * src/compose.c
9222                 Allow dynamically-added custom headers
9223                 Yet not reparsed if reedited
9224
9225 2002-09-15 [alfons]     0.8.2claws50
9226
9227         * src/prefs_account.c
9228                 fix warnings
9229
9230 2002-09-15 [colin]      0.8.2claws49
9231         
9232         * src/prefs_account.c
9233                 fix pop_before_smtp sensitivity
9234
9235 2002-09-15 [colin]      0.8.2claws48
9236
9237         * src/inc.[ch]
9238                 add inc_pop_before_smtp()
9239                 allow MainWindow to be undefined in 
9240                 inc_account_mail() and inc_start()
9241         * src/pop.c
9242           src/prefs_account.h
9243                 add STYPE_POP_BEFORE_SMTP session type
9244         * src/prefs_account.c
9245                 activated pop before smtp option
9246         * src/send.c
9247                 do pop before smtp if the relevant option 
9248                 is set
9249
9250 2002-09-15 [paul]       0.8.2claws47
9251
9252         * sync with 0.8.3
9253                 see ChangeLog 2002-09-15
9254
9255 2002-09-14 [paul]       0.8.2claws46
9256
9257         * po/bg.po
9258                 updated Bulgarian translation, submitted by
9259                 George Danchev
9260
9261 2002-09-13 [paul]       0.8.2claws45
9262
9263         * src/compose.c
9264                 merge claws' select_account() with main's
9265                 (new) compose_select_account(). [sync with
9266                 0.8.2cvs15, see ChangeLog 2002-09-11]
9267
9268 2002-09-12 [christoph]  0.8.2claws44
9269
9270         * src/filter.c
9271                 allocate 1 elements of FolderItem not 0
9272
9273 2002-09-12 [colin]      0.8.2claws43
9274
9275         * src/compose.c
9276                 Fix bug #590825 (obey Follow-up: poster)
9277
9278 2002-09-12 [colin]      0.8.2claws42
9279
9280         * src/procmime.c
9281                 Fix bug #557009 (wrong headers for messages 
9282                 forwarded as attachments)
9283
9284 2002-09-11 [colin]      0.8.2claws41
9285         
9286         * src/compose.c
9287                 Put SCF: pseudo-header on top of message
9288                 Set draft tmp_flag when saved as draft
9289
9290         * src/procmsg.c
9291           src/procheader.c
9292                 Skip after first \n\n for beginning of real message
9293                 for drafts too
9294
9295 2002-09-11 [christoph]  0.8.2claws40
9296
9297         * src/filtering.c
9298                 use procmsg flag functions in filtering or processing
9299                 will cause incorrect folder message counts
9300
9301 2002-09-11 [colin]      0.8.2claws39
9302
9303         * src/compose.c
9304                 Fix bug #550175 - wrong save folder when reediting
9305                 drafts
9306
9307 2002-09-11 [paul]       0.8.2claws38
9308
9309         * sync with 0.8.2cvs14
9310                 see ChangeLog 2002-09-11
9311
9312 2002-09-11 [colin]      0.8.2claws37
9313
9314         * src/folder.c
9315                 Fix a typo (seeming to cause new/unread status to
9316                 be lost)
9317
9318 2002-09-10 [christoph]  0.8.2claws36
9319
9320         * src/compose.c
9321                 compose_redirect should not use compose_generic_new
9322                 because that does more stuff than expected including
9323                 opening the external editor
9324                 (closes bug "[ 526608 ] bounced messages appear blank
9325                  in editor")
9326
9327 2002-09-10 [christoph]  0.8.2claws35
9328
9329         * src/folder.c
9330                 fix problem with too large message number range
9331                 causing a crash in folder_item_scan
9332
9333 2002-09-10 [paul]       0.8.2claws34
9334
9335         * sync with 0.8.2cvs13
9336                 see ChangeLog 2002-09-10
9337
9338 2002-09-10 [christoph]  0.8.2claws33
9339
9340         * src/msgcache.c
9341                 set MsgInfo TmpFlags for queue and draft folders
9342                 (closes bug "[ 591676 ] Queue ignore MIME on restart")
9343
9344 2002-09-10 [paul]       0.8.2claws32
9345
9346         * AUTHORS
9347           po/bg.po      ** NEW FILE **
9348                 new Bulgarian translation submitted by
9349                 George Danchev <danchev@spnet.net>
9350                 
9351         * tools/Makefile.am
9352           tools/README
9353           tools/tb2sylpheed     ** NEW FILE **
9354                 add script that converts an addressbook exported
9355                 from The Bat! into a Sylpheed addressbook. Submitted
9356                 by Urke MMI <urke-kg@eunet.yu>
9357
9358 2002-09-10 [paul]       0.8.2claws31
9359
9360         * sync with 0.8.2cvs12
9361                 see ChangeLog 2002-09-10
9362
9363 2002-09-06 [paul]       0.8.2claws30
9364
9365         * src/prefs_common.c
9366                 sync with 0.8.2cvs11, see ChangeLog 2002-09-06
9367                 
9368         * tools/Makefile.am
9369           tools/README
9370           tools/ldif-to-xml.py  ** REMOVED **
9371                 remove obsolete python script
9372
9373 2002-09-06 [paul]       0.8.2claws29
9374
9375         * sync with 0.8.2cvs10
9376                 see ChangeLog 2002-09-06
9377
9378 2002-09-04 [paul]       0.8.2claws28
9379
9380         * sync with 0.8.2cvs9
9381                 see ChangeLog 2002-08-04
9382
9383 2002-09-04 [colin]      0.8.2claws27 
9384
9385         * src/prefs_common.[ch]
9386                 Added signature color configuration
9387         * src/textview.c
9388                 Use user-specified signature color
9389
9390 2002-09-03 [colin]      0.8.2claws26
9391
9392         * src/prefs_common.[ch]
9393                 Added autosave and autosave_length prefs
9394         * src/compose.c
9395                 Added compose_remove_draft()
9396                 Auto-save drafts according to the prefs
9397         * src/main.c
9398                 Added a crash-indicator file, allowing to check
9399                 for new messages on startup if Sylpheed crashed
9400                 (makes saved drafts "reappear")
9401
9402 2002-09-03 [colin]      0.8.2claws25
9403
9404         * src/textview.[ch]
9405                 Grey the signature
9406
9407 2002-09-03 [paul]       0.8.2claws24
9408
9409         * sync with 0.8.2cvs8
9410                 see ChangeLog 2002-09-02 and 2002-09-03
9411
9412 2002-09-03 [darko]      0.8.2claws23
9413
9414         * src/folderview.c
9415                 use normal style when creating new folder to pick
9416                 proper font size 
9417
9418 2002-09-02 [melvin]     0.8.2claws22
9419
9420         * src/gtkaspell.m4
9421                 removed some obsolete code
9422
9423 2002-09-02 [melvin]     0.8.2claws21
9424
9425         * ac/aspell.m4
9426                 fixed test's equality sign (== to =)
9427
9428 2002-09-02 [alfons]     0.8.2claws20
9429
9430         * src/folder.c
9431         * src/mh.c
9432                 revert change of 0.8.2claws16 and use the mh_folder_destroy
9433                 as folder->destroy virtual as suggested by Hiro
9434                 (the mh.c code seems to have been lost around mh.c.1.21)
9435
9436 2002-09-02 [paul]       0.8.2claws19
9437
9438         * po/pt_BR.po
9439                 updated by Fabio Jr. Beneditto
9440                 
9441         * src/defs.h
9442                 use 'http://claws.sylpheed.org' for homepage link. 
9443                 Domain provided by Oktay Altunergil <oktay@freelinuxcd.org>
9444
9445 2002-09-01 [alfons]     0.8.2claws18
9446
9447         * src/mh.c
9448                 plug memleak related to one Martin Kluge found
9449
9450 2002-08-31 [paul]       0.8.2claws17
9451
9452         * sync with 0.8.2cvs6
9453                 see ChangeLog 2002-08-30
9454
9455 2002-08-31 [alfons]     0.8.2claws16
9456
9457         * src/folder.c
9458                 folder_destroy(): remove mailbox from folderlist even if it has
9459                 no destroy virtual
9460
9461 2002-08-31 [alfons]     0.8.2claws15
9462
9463         * src/folder.c
9464                 :%sno/if(/if (/gc
9465                 :%sno/for(/for (/gc
9466                 (being pedantic I know)
9467
9468 2002-08-31 [alfons]     0.8.2claws14
9469
9470         * src/folder.c
9471                 check for NULL pointers returned from folder->fetch_msginfo virtual
9472                 (should solve some reported crashes)
9473
9474 2002-08-30 [alfons]     0.8.2claws13
9475
9476         * acconfig.h
9477         * configure.in
9478         * src/crash.c
9479                 enable crash dialog on compilation time
9480                 (--enable-crash-dialog configure option)
9481
9482 2002-08-30 [alfons]     0.8.2claws12
9483
9484         * AUTHORS
9485                 add Martin Kluge
9486         * src/mh.c
9487                 apply memory leak plug patch by Martin Kluge
9488                 (closes patch "[ 602568 ] patch for 602441 little memory leak",
9489                 bug "[ 599677 ] Very small memory leak in 0.81claws115",
9490                 and bug "[ 602441 ] memoryleak in filtering 0.8.2claws9?")
9491
9492 2002-08-30 [darko]      0.8.2claws11
9493
9494         * src/folderview.c
9495                 copy Gtk style from normal style to match
9496                 font size for coloured folders
9497
9498 2002-08-29 [alfons]     0.8.2claws10
9499
9500         * sylpheed.desktop
9501                 Type=Internet <- Type=Application
9502                 (reported by Michael Schwendt, see:
9503                 http://sourceforge.net/tracker/index.php?func=detail&aid=599765&group_id=25528&atid=384600
9504                 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=72882)
9505
9506 2002-08-29 [paul]       0.8.2claws9
9507
9508         * sync with 0.8.2cvs5
9509                 see ChangeLog 2002-08-29
9510
9511 2002-08-29 [colin]      0.8.2claws8
9512
9513         * src/summaryview.c
9514                 Added a sanity check in summary_select_thread
9515                 Should fix bug 601605
9516
9517 2002-08-29 [colin]      0.8.2claws7
9518
9519         * src/main.c
9520                 Revert claws6 changes regarding bug #591676
9521
9522 2002-08-28 [colin]      0.8.2claws6
9523         
9524         * src/main.c
9525                 Ignore cache for queue folderitems
9526                 Fix bug #591676
9527
9528 2002-08-28 [melvin]     0.8.2claws5
9529
9530         * README.claws
9531                 Fixed typos.
9532
9533 2002-08-28 [melvin]     0.8.2claws4
9534
9535         * README.claws
9536                 Updated a bit the text concerning the spell checker
9537
9538 2002-08-28 [melvin]     0.8.2claws3
9539
9540         Merged the GNU_aspell_branch:
9541                 Support of new GNU/aspell is now included and the old pspell
9542                 is not supported anymore.
9543                 See README.claws
9544
9545         * README.claws
9546                 Updated spell checker text to reflect the switch to GNU/aspell
9547
9548         * ac/aspell.m4          *** NEW ***
9549         * src/gtkaspell.[ch]    *** NEW *** 
9550         * ac/pspell.m4          *** DELETED *** 
9551         * src/gtkspell.[ch]     *** DELETED ***
9552
9553         * ac/Makefile.am
9554                 Updated for GNU/aspell support
9555
9556         * po/POTFILES.in
9557                 Replaced gtkspell.c by gtkaspell.c
9558
9559         * acconfig.h
9560         * src/Makefile.am
9561         * src/about.c
9562         * src/compose.[ch]
9563         * src/crash.c
9564         * src/main.c
9565         * src/prefs_common.[ch]
9566                 Updated for GNU/aspell support
9567
9568 2002-08-28 [paul]       0.8.2claws2
9569
9570         * sync with 0.8.2cvs4
9571                 see ChangeLog 2002-08-27 and 2002-08-28
9572
9573 2002-08-28 [colin]      0.8.2claws1
9574
9575         * src/summary_search.c
9576                 Added "AND search"
9577
9578 2002-08-28 [jens]       0.8.2claws
9579
9580         *po/de.po
9581                 Updated German translations
9582
9583 2002-08-27 [melvin]     0.8.2claws
9584
9585         * po/fr.po
9586                 Updated French translations
9587
9588 2002-08-27 [paul]       0.8.2claws
9589
9590         * sync with 0.8.2 main release
9591
9592         * po/en_GB.po
9593           po/es.po
9594           po/it.po
9595           po/pl.po
9596           po/pt_BR.po
9597           po/sr.po
9598                 updated message catalogs submitted by
9599                 Ricardo Mones Lastra, Alessandro Maestri,
9600                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.
9601                 Beneditto and Urke MMI  
9602
9603 2002-08-27 [hoa]        0.8.1claws123
9604
9605         * src/mainwindow.[ch]
9606         * src/summaryview.[ch]
9607                 removed the "filter setting" menu option.
9608                 add a "cancel a news message" menu option.
9609
9610 2002-08-26 [martin]     0.8.1claws122
9611
9612         * ChangeLog.claws
9613                 changed string under 0.8.1claws79 changed by myself
9614                 i'm sorry alfons :(
9615
9616 2002-08-26 [martin]     0.8.1claws121
9617
9618         * src/crash.c
9619                 added kill command to debuggerrc to start crash dialog
9620
9621 2002-08-26 [paul]       0.8.1claws120
9622
9623         * sync with 0.8.1cvs31
9624                 see ChangeLog 2002-08-26
9625
9626 2002-08-25 [alfons]     0.8.1claws119
9627
9628         * src/procmsg.c
9629                 fix bug that didn't send out correct headers to news server
9630                 when sending news article and email from queue (bug reported
9631                 and patch provided by Tim Mann; closes bug 
9632                 "[ 583196 ] 0.7.8claws can't post news")
9633
9634 2002-08-25 [alfons]     0.8.1claws118
9635
9636         * src/selective_download.c
9637                 mark two strings as translatable
9638                 (thanks to Urke MMI for pointing this out)
9639
9640 2002-08-25 [alfons]     0.8.1claws117
9641
9642         * src/summaryview.c
9643                 treat sent boxes as special and allow sorting them by addressee
9644                 (closes "[ 589418 ] Sent folder sorting misbehavior"
9645                 submitted by Steve Lamb)
9646
9647 2002-08-24 [alfons]     0.8.1claws116
9648
9649         * src/matcher.c
9650                 fix memleak reported by Martin Kluge
9651                 (see: "[ 599677 ] Very small memory leak in 0.81claws115")
9652
9653 2002-08-24 [oliver]     0.8.1claws115
9654
9655         * src/prefs_toolbar.c
9656                 o code cleanup as suggested by Alfons
9657                 o memleak fix
9658
9659 2002-08-24 [alfons]     0.8.1claws114
9660
9661         * src/summaryview.c
9662                 o fix another memory leak reported by Martin Kluge
9663                   (see "[ 599568 ] Small Memory Leak")
9664                 o remove 'from' variable from 'summary_set_header()'; we can
9665                   do with just 'to' 
9666
9667 2002-08-24 [paul]       0.8.1claws113
9668
9669         * sync with 0.8.1cvs30
9670                 see ChangeLog 2002-08-23
9671
9672 2002-08-24 [alfons]     0.8.1claws112
9673
9674         * src/summaryview.c
9675                 remove unnecessary allocations for search bar fixing leaks
9676                 reported by Martin Kluge
9677                 (see "[ 599451 ] Further memory leaks?")
9678
9679 2002-08-24 [alfons]     0.8.1claws111
9680
9681         * src/main.c
9682                 make get_socket_name() public for crash.c
9683         * src/crash.c
9684                 o make report bug button work (goes to claws' 
9685                   bug tracker at sf.net)
9686                 o introduce function for doing important stuff just
9687                   before claws goes down
9688                 o clean up code 
9689
9690 2002-08-24 [alfons]     0.8.1claws110
9691
9692         * src/compose.c
9693                 move cursor to "To" entry when forwarding as attachment
9694                 (reported and solved by Steve Lamb, closes bug report
9695                 "[ 592880 ] Forward as attachment; cursor not in to")
9696
9697 2002-08-24 [colin]      0.8.1claws109
9698
9699         * src/mainwindow.c
9700                 fix quick search visibility after GUI (de)separations.
9701
9702 2002-08-23 [colin]      0.8.1claws108
9703
9704         * src/mainwindow.c
9705                 fix header pane visibility after folderview or
9706                 messageview (de)separation
9707
9708 2002-08-23 [paul]       0.8.1claws107
9709
9710         * src/mainwindow.[ch]
9711           src/toolbar.c
9712                 give full control of display or non-display 
9713                 of the Execute icon to Custom toolbar settings.
9714                 add new sensitivity condition to maninwindow.h: 
9715                 M_DELAY_EXEC
9716
9717         * ChangeLog
9718           ChangeLog.jp
9719           NEWS
9720                 more sync with 0.8.1cvs29
9721
9722 2002-08-23 [melvin]     0.8.1claws106
9723
9724         * src/alertpanel.c
9725                 Readded support for custom widget in alertpanel lost in last
9726                 sync.
9727
9728 2002-08-23 [paul]       0.8.1claws105
9729
9730         * sync with 0.8.1cvs29
9731                 see ChangeLog 2002-08-23
9732
9733 2002-08-23 [colin]      0.8.1claws104
9734
9735         * src/summaryview.c
9736                 Fix folder and search pixmaps exchanging positions
9737                 after theme or toolbar changes. Thank to Oliver for 
9738                 reporting this.
9739
9740 2002-08-23 [colin]      0.8.1claws103
9741
9742         * src/mainwindow.c
9743           src/messageview.[ch]
9744           src/noticeview.[ch]
9745           src/summaryview.c
9746                 Changed messageview_create() and noticeview_create()
9747                 to avoid the last gdk_warning
9748
9749 2002-08-22 [colin]      0.8.1claws102
9750
9751         * src/summaryview.c
9752                 Fix my new `Creating pixmap from xpm' warning
9753
9754 2002-08-22 [colin]      0.8.1claws101
9755
9756         * src/mainwindow.c
9757                 Fix some of the gdk warnings
9758
9759 2002-08-22 [colin]      0.8.1claws100
9760
9761         * src/Makefile.am
9762         * src/stock_pixmap.c
9763         * src/stock_pixmap.h
9764         * src/pixmaps/quicksearch.xpm *ADDED*
9765                 Add the quicksearch pixmap
9766         * src/mainwindow.c
9767         * src/summaryview.c
9768         * src/summaryview.h
9769                 Make quicksearch bar visible/hidden via a button
9770
9771 2002-08-22 [christoph]  0.8.1claws99
9772
9773         * src/folder.c
9774                 fix folder update for newsgroups with message
9775                 numbers below minimum number of articles to fetch
9776                 (closes bug #598445)
9777
9778 2002-08-22 [paul]       0.8.1claws98
9779
9780         * sync with 0.8.1cvs28
9781                 see ChangeLog 2002-08-22
9782
9783 2002-08-21 [alfons]     0.8.1claws97
9784
9785         * src/crash.c
9786                 use bt instead of bt full which seems to work 
9787                 better, and bt full doesn't give a great deal 
9788                 of information anyway
9789
9790 2002-08-21 [colin]      0.8.1claws96
9791
9792         * src/summaryview.c
9793                 fix summaryview_searchtype_changed prototype
9794
9795 2002-08-21 [christoph]  0.8.1claws95
9796
9797         * src/mainwindow.c
9798                 o fix broken menu update for sorting type, we have to
9799                   get this info from the summaryview now
9800                 o removed setting of threaded state in menu callback
9801         * src/summaryview.[ch]
9802                 more summaryview/folderitem seperation for
9803                 threading option
9804         * configure.in
9805                 removed not required --with-compiler-flags option
9806
9807 2002-08-21 [oliver]     0.8.1claws94
9808         
9809         * src/toolbar.h 
9810                 o rename toolbar.xml to toolbar_main.xml
9811                   since toolbar_compose.xml might come up 
9812                   any time soon
9813         * README.claws
9814                 add custom toolbar              
9815
9816 2002-08-21 [darko]      0.8.1claws93
9817
9818         * src/procmsg.c
9819                 don't reset tmp flags for messages copied
9820                 to sent folder
9821
9822 2002-08-21 [colin]      0.8.1claws92
9823         
9824         * src/prefs_filtering.c
9825                 fix renaming rules on folder rename 
9826                 when folder is not a leaf folder
9827
9828 2002-08-21 [paul]       0.8.1claws91
9829
9830         * src/prefs_folder_item.c
9831                 fix alignment of colour selector
9832
9833 2002-08-21 [paul]       0.8.1claws90
9834
9835         * sync with 0.8.1cvs27
9836                 see ChangeLog 2002-08-21
9837
9838 2002-08-21 [paul]       0.8.1claws89
9839
9840         * src/summaryview.c
9841                 fix crash when changing field type in
9842                 Quick search bar
9843
9844 2002-08-21 [colin]      0.8.1claws88
9845
9846         * src/summaryview.c
9847                 Made quick search case-insensitive
9848
9849 2002-08-21 [paul]       0.8.1claws87
9850
9851         * sync with 0.8.1cvs26
9852                 see ChangeLog 2002-08-21
9853
9854 2002-08-20 [christoph]  0.8.1claws86
9855
9856         * src/folderview.c
9857         * src/main.c
9858         * src/summaryview.[ch]
9859                 more summaryview/folderitem seperation for
9860                 sort_key and sort_type
9861         * src/procmsg.c
9862                 added missing return statement
9863
9864 2002-08-20 [colin]      0.8.1claws85
9865
9866         * src/summaryview.[ch]
9867                 Added a quick search box
9868         * src/mainwindow.c
9869         * src/prefs_common.[ch]
9870                 Added a show/hide option for the quick search
9871
9872 2002-08-20 [oliver]     0.8.1claws84
9873         
9874         * src/mainwindow.c
9875                 remove toolbar_create_popups
9876         * src/toolbar.[ch]
9877                 o remove toolbar_create_popups
9878                 o fix toolbar_set_sensitive 
9879                   (Bug reports #596834 and #596832)     
9880         * src/prefs_toolbar.c
9881                 o add "Set default" button
9882                 o align label and text + combo widgets
9883
9884 2002-08-20 [hoa]        0.8.1claws83bis
9885
9886         * src/imap.c
9887                 fixed a bug in imap_fetch_msginfo() in case there is no
9888                 current folder.
9889
9890 2002-08-20 [darko]      0.8.1claws83
9891
9892         * src/folderview.c
9893                 copy the color style of folder view so it
9894                 works with GTK themes
9895
9896 2002-08-20 [darko]      0.8.1claws82
9897
9898         * src/folder.h
9899         * src/folderview.c
9900         * src/prefs_folder_item.[hc]
9901                 don't use UI stuff in folder.h
9902
9903 2002-08-20 [darko]      0.8.1claws81
9904
9905         * src/folder.h
9906         * src/prefs_folder_item.h
9907         * src/folderview.c
9908         * src/prefs_folder_item.c
9909                 ability to set folder color in folderview
9910
9911 2002-08-19 [alfons]     0.8.1claws80
9912
9913         * src/summaryview.c
9914                 fix one of the earlier memleaks reported by Martin Kluge
9915
9916 2002-08-19 [alfons]     0.8.1claws79
9917
9918         * src/mainwindow.c
9919                 hide notice view when selecting seperate folder
9920                 view (reported by Urke MMI)
9921
9922 2002-08-19 [christoph]  0.8.1claws78
9923
9924         * src/folderview.c
9925         * src/prefs_folder_item.h
9926         * src/summaryview.[ch]
9927                 o add summary_set_prefs_from_folderitem to set
9928                   summaryview prefs (first step to remove all
9929                   references to the folderitem in summaryview)
9930                 o moved compiled regex stuff from folderitem prefs
9931                   to summaryview code
9932
9933 2002-08-19 [paul]       0.8.1claws77
9934
9935         * src/compose.c
9936                 add check for '.' to QUOTE_IF_REQUIRED
9937
9938 2002-08-19 [paul]       0.8.1claws76
9939
9940         * src/inc.c
9941                 sync with 0.8.1cvs25 (plug memory leak)
9942
9943         * src/prefs_toolbar.c
9944                 re-order prefs_toolbar_cancel()
9945
9946 2002-08-18 [alfons]     0.8.1claws75
9947
9948         * src/inc.c
9949         * src/matcher.c
9950                 plug other memleaks reported by Martin Kluge
9951
9952 2002-08-18 [paul]       0.8.1claws74
9953
9954         * po/pt_BR.po
9955                 updated by Fabio Jr. Beneditto
9956
9957 2002-08-18 [paul]       0.8.1claws73
9958
9959         * src/toolbar.[ch]
9960                 fix bug where tooltips were displayed untranslated              
9961
9962         * src/prefs_toolbar.c
9963                 fix bug where clicking 'Cancel' creates an icon & text
9964                 toolbar regardless of prefs
9965         
9966
9967 2002-08-17 [oliver]     0.8.1claws72
9968
9969         * src/prefs_toolbar.c
9970                 update toolbar on CANCEL
9971                 bug reported by Martin Kluge
9972         * src/toolbar.c
9973                 toolbar_destroy memleak fixed           
9974
9975 2002-08-17 [alfons]     0.8.1claws71
9976
9977         * src/toolbar.c
9978                 plug another memleak reported by Martin Kluge
9979
9980 2002-08-16 [alfons]     0.8.1claws70
9981
9982         * src/crash.c
9983                 use execvp() correctly (suggested by wwp; thanks!)
9984
9985 2002-08-16 [alfons]     0.8.1claws69
9986
9987         * src/gtksctree.c
9988                 plug memory leak reported by Kim Schultz & Martin Kluge
9989
9990 2002-08-16 [paul]       0.8.1claws68
9991
9992         * po/es.po
9993                 updated by Ricardo Mones Lastra
9994
9995 2002-08-16 [paul]       0.8.1claws67
9996
9997         * src/toolbar.h
9998                 fix bug where 'Compose News' icon showed wrong
9999                 tooltip
10000
10001 2002-08-16 [paul]       0.8.1claws66
10002
10003         * sync with 0.8.1cvs24
10004                 see ChangeLog 2002-08-16
10005
10006         * po/it.po
10007                 updated by Alessandro Maestri
10008
10009 2002-08-15 [paul]       0.8.1claws65
10010
10011         * po/sr.po
10012                 updated by Urke MMI
10013
10014 2002-08-15 [paul]       0.8.1claws64
10015
10016         * src/*.c
10017                 don't translate debug info
10018
10019         * src/matcher.[ch]
10020                 add copyright info
10021
10022 2002-08-15 [paul]       0.8.1claws63
10023
10024         * src/prefs_toolbar.c
10025                 fix bug where clicking 'OK' creates an icon & text
10026                 toolbar regardless of prefs
10027
10028 2002-08-14 [alfons]     0.8.1claws62
10029
10030         * src/main.c
10031                 add global var that has the full argv[0]
10032         * src/crash.c
10033                 o execvp the correct sylpheed by using argv0
10034                   and setting the correct work dir
10035                 o other tweaks  
10036
10037 2002-08-14 [oliver]     0.8.1claws61
10038         
10039         * enable/disable Toolbar Action Buttons 
10040         * code cleanups
10041         * src/mainwindow.c
10042         * src/toolbar.[ch]      
10043         * src/prefs_toolbar.c   
10044
10045 2002-08-14 [melvin]     0.8.1claws60
10046
10047         * po/fr.po
10048                 Updated French translations
10049
10050 2002-08-14 [melvin]     0.8.1claws59
10051
10052         * src/crash.c
10053                 Made bug report not translatable
10054         * src/exporthtml.c
10055                 Fixed exporthtml_build_filespec() return value
10056         * src/foldersel.c
10057                 Fixed incorrect include file
10058         * src/gtkspell.c
10059         * src/prefs_actions.c
10060         * src/prefs_toolbar.c
10061                 Made debug info not translatable
10062         * src/mutt.c
10063         * src/quote_fmt.c
10064                 Added missing includes
10065         * src/prefs_common.c
10066                 Fixed typo
10067
10068 2002-08-14 [paul]       0.8.1claws58
10069
10070         * faq/es/sylpheed-faq.html
10071           faq/es/sylpheed-faq-[1-3].html
10072           faq/es/sylpheed-faq-4.html     **NEW FILE **
10073                 update Spanish FAQ
10074
10075 2002-08-13 [christoph]  0.8.1claws57
10076
10077         * src/procmsg.c
10078                 ignore thread fix that did not mark all
10079                 child nodes of a ignored thread as
10080                 ignored. Does not work perfectly yet,
10081                 but it is better now
10082
10083 2002-08-13 [alfons]     0.8.1claws56
10084
10085         * src/crash.c
10086                 o implement 'save crash log'
10087                 o some tweaks
10088
10089 2002-08-13 [melvin]     0.8.1claws55
10090
10091         * src/main.c
10092                 removed unrequired "execinfo.h" header
10093
10094 2002-08-12 [paul]       0.8.1claws54
10095
10096         * faq/en/sylpheed-faq.html
10097           faq/en/sylpheed-faq-[1-3].html
10098           faq/en/sylpheed-faq-4.html     **NEW FILE **
10099                 update English FAQ
10100
10101 2002-08-12 [alfons]     0.8.1claws53
10102
10103         * po/POTFILES.in
10104                 add crash.c to translatables
10105         * src/crash.c
10106                 bring in Leandro's crash dialog
10107
10108 2002-08-11 [alfons]     0.8.1claws52
10109
10110         * src/crash.c
10111                 clean up some warnings
10112
10113 2002-08-11 [alfons]     0.8.1claws51
10114
10115         * acconfig.h
10116         * configure.in
10117         * src/crash.[ch]        ** NEW FILES **
10118         * src/main.c            
10119                 initial gdb crash handler
10120
10121 2002-08-11 [paul]       0.8.1claws50
10122
10123         * src/prefs_toolbar.c
10124                 replace Up/Down arrow pixmaps with text to be
10125                 consistent across icon themes
10126
10127 2002-08-11 [paul]       0.8.1claws49
10128
10129         * src/prefs_common.c
10130           src/prefs_toolbar.c
10131                 rename 'Pixmap' -> 'Icon'
10132
10133         * src/toolbar.[ch]
10134                 rename  'A_SEND_QUEUD' -> 'A_SEND_QUEUED'
10135
10136 2002-08-10 [paul]       0.8.1claws48
10137
10138         * src/prefs_toolbar.c
10139                 re-work the UI
10140
10141 2002-08-10 [paul]       0.8.1claws47
10142
10143         * src/main.c
10144                 don't write Processing progress to status bar
10145                 patch submitted by Alexander Evseev
10146
10147         * src/prefs_toolbar.c
10148                 re-position and resize window
10149                 make window assume correct size on first call
10150
10151 2002-08-10 [paul]       0.8.1claws46
10152
10153         * src/mainwindow.c
10154           src/prefs_toolbar.c
10155           src/toolbar.c
10156           src/toolbar.h
10157                 obey coding style
10158                 follow UI text conventions
10159
10160 2002-08-10 [alfons]     0.8.1claws45
10161
10162         * src/toolbar.c
10163                 correct pixmap for delete action
10164
10165 2002-08-10 [paul]       0.8.1claws44
10166
10167         * po/pt_BR.po
10168                 updated by Fabio Jr. Beneditto
10169
10170 2002-08-10 [paul]       0.8.1claws43
10171
10172         * po/POTFILES.in
10173                 add custom toolbar files
10174
10175 2002-08-10 [paul]       0.8.1claws42
10176
10177         * sync with 0.8.1cvs22
10178                 see ChangeLog 2002-08-09
10179
10180 2002-08-09 [paul]       0.8.1claws41
10181
10182         * tools/Makefile.am
10183           tools/README
10184           tools/outlook2sylpheed.pl     ** NEW FILE **
10185                 add script to convert exported Outlook
10186                 contacts list to a Sylpheed addressbook.
10187                 Submitted by Ricardo Mones Lastra.
10188
10189 2002-08-09 [paul]       0.8.1claws40
10190
10191         * AUTHORS
10192           configure.in
10193           po/sr.po      ** NEW FILE **
10194                 add Serbian message catalog. Submitted by
10195                 Urosevic Aleksandar aka Urke MMI <urke-kg@eunet.yu>             
10196
10197 2002-08-09 [paul]       0.8.1claws39
10198
10199         * sync with 0.8.1cvs21
10200                 see ChangeLog 2002-08-08
10201
10202 2002-08-08 [oliver]     0.8.1claws38
10203
10204         * src/mainwindow.c
10205                 move Custom Toolbar to Configuration menu
10206
10207 2002-08-08 [oliver]     0.8.1claws37
10208
10209         * src/prefs_toolbar.c
10210                 fix substitute pixmap bug
10211
10212 2002-08-08 [paul]       0.8.1claws36
10213
10214         * sync with 0.8.1cvs19
10215                 see ChangeLog 2002-08-08
10216
10217 2002-08-07 [christoph]  0.8.1claws35
10218
10219         * src/utils.c
10220                 fixed a memory leak in new canonicalize_file_replace
10221
10222 2002-08-07 [christoph]  0.8.1claws34
10223
10224         * src/utils.[ch]
10225                 o canonicalize_file_replace should create the temporary
10226                   file in the same directory as the original file.
10227                 o added get_tmpfile_in_dir that creates a temorary file
10228                   in a specified directory.
10229
10230 2002-08-07 [melvin]     0.8.1claws33
10231
10232         * src/toolbar.c
10233                 fixed bug where 'Article' button acted as 'Email' button.
10234
10235 2002-08-07 [paul]       0.8.1claws32
10236
10237         * sync with 0.8.1.cvs17
10238                 see ChangeLog 2002-08-07
10239
10240 2002-08-07 [colin]      0.8.1claws31
10241         
10242         * src/news.c
10243                 fix mass-cancel problem
10244
10245 2002-08-07 [thorsten]   0.8.1claws30
10246
10247         * src/prefs_toolbar.c
10248                 fix: crash on replace or add new button
10249         * src/toolbar.c
10250                 fix: close xmlfile after reading
10251         * src/utils.c
10252                 fix: unlink() file before rename()
10253
10254 2002-08-06 [paul]       0.8.1claws29
10255
10256         * sync with 0.8.cvs15
10257                 see ChangeLog 2002-08-06
10258
10259 2002-08-06 [oliver]     0.8.1claws28
10260
10261         * src/toolbar.c
10262         * src/prefs_toolbar.c
10263                 fixed empty toolbar issue
10264
10265 2002-08-06 [oliver]     0.8.1claws27
10266
10267         * Custom Toolbar Final 
10268         * src/folderview.c
10269         * src/inc.c
10270         * src/summaryview.c
10271                 o toolbar stuff now lives in src/toolbar.[ch]
10272                 o main_window_toolbar_* functions are renamed to
10273                   toolbar_* reflecting their new source file
10274         * src/mainwindow.[ch]
10275                 o remove toolbar stuff  
10276
10277 2002-08-06 [oliver]     0.8.1claws26
10278         
10279         * src/Makefile.am
10280         * src/prefs_toolbar.[ch]        **New File**
10281         * src/toolbar.[ch]              **New File**
10282                 o prefs_toolbar.[ch] custom toolbar frontend
10283                 o toolbar.[ch]       backend 
10284
10285 2002-08-06 [oliver]     0.8.1claws25
10286
10287         * src/prefs_actions.[ch]
10288                 o new exported function actions_execute
10289
10290 2002-08-06 [paul]       0.8.1claws24
10291
10292         * sync with 0.8.1cvs4
10293                 see ChangeLog 2002-08-06
10294
10295 2002-08-06 [paul]       0.8.1claws23
10296
10297         * sync with 0.8.1cvs13
10298                 see ChangeLog 2002-08-06
10299
10300 2002-08-06 [paul]       0.8.1claws22
10301
10302         * sync with 0.8.1cvs12
10303                 see ChangeLog 2002-08-05 and 2002-08-06
10304
10305 2002-08-06 [match]      0.8.1claws21
10306
10307         * src/addrclip.c
10308                 improvements to cut/copy/paste address
10309
10310 2002-08-05 [match]      0.8.1claws20
10311
10312         * src/addritem.[ch]
10313         * src/addrcache.c
10314         * src/addrbook.c
10315         * src/editaddress.c
10316         * src/addressbook.c
10317                 fixes to improve cut/copy/paste
10318
10319 2002-08-06 [melvin]     0.8.1claws19
10320
10321         * src/account.[ch]
10322                 account_find_all_from_address(): new function that returns the
10323                 list of all accounts that are matched in an address.
10324         * src/alertpanel.[ch]
10325                 alertpanel() now accepts a custom widget
10326                 alertpanel_with_widget(): new function that pops up a panel with
10327                 a custom widget in it 
10328         * src/gtkutils.[ch]
10329                 gtkut_account_menu_new(): new function that allows the selection
10330                 of an account from a list of accounts.
10331         * src/messageview.c
10332                 Extended Return Receipt notification to select the correct 
10333                 account and to make a security test on the Delivery-Notification
10334                 address which should be the same as the Return-Path.
10335
10336 2002-08-06 [thorsten]   0.8.1claws18
10337
10338         * src/mimeview.c
10339                 attach_all: save unnamed as "noname.%d",
10340                 dont free static dirname
10341
10342 2002-08-05 [alfons]     0.8.1claws17
10343
10344         * configure.in
10345                 detect XIM by trying to link rather than compile a XIM program
10346
10347 2002-08-05 [oliver]     0.8.1claws16
10348                 
10349         * src/stock_pixmap.[ch]
10350                 o add UP_ARROW to available pixmaps (already in pixmap-directory)
10351                 o new func to retrieve pixmaps
10352
10353 2002-08-05 [paul]       0.8.1claws15
10354
10355         * sync with 0.8.1cvs10
10356                 see ChangeLog 2002-08-05
10357
10358 2002-08-04 [alfons]     0.8.1claws14
10359
10360         * src/textview.c
10361                 see if this plugs memleak
10362
10363 2002-08-04 [melvin]     0.8.1claws13
10364
10365         * src/gtkspell.c
10366                 fixed bug that could crash Sylpheed when highlighting
10367                 all misspelled words.
10368
10369 2002-08-03 [melvin]     0.8.1claws12
10370
10371         * src/prefs_actions.c
10372                 removed unnecessary checks for NULL introduced in 0.8.1claws11.
10373         * src/messageview.c
10374                 fixed bug where the Return Receipt was sent to
10375                 Delivery-Notification-To address even if it was not present
10376
10377 2002-08-02 [alfons]     0.8.1claws11
10378
10379         * src/prefs_actions.c
10380                 o more check for NULLs
10381                 o put create_io_dialog() in right conditional block
10382
10383 2002-08-02 [paul]       0.8.1claws10
10384
10385         * po/es.po
10386                 updated by Ricardo Mones Lastra
10387
10388 2002-08-01 [christoph]  0.8.1claws9
10389
10390         * src/folder.c
10391                 don't free the cache of the opened
10392                 folder in the summaryview
10393         * src/summaryview.c
10394                 don't unset flags, if it is not required
10395
10396 2002-08-01 [paul]       0.8.1claws8
10397
10398         * sync with 0.8.1cvs8
10399                 see ChangeLog entry 2002-08-01
10400
10401 2002-08-01 [paul]       0.8.1claws7
10402
10403         * sync with 0.8.1cvs7
10404                 see ChangeLog 2002-07-31 and 2002-08-01
10405
10406 2002-07-31 [christoph]  0.8.1claws6
10407
10408         * src/mainwindow.c
10409                 forgot to update menu sensitivity
10410                 function for new menu entry
10411
10412 2002-07-31 [alfons]     0.8.1claws5
10413
10414         * src/main.c
10415                 check folder item and its path for NULL on
10416                 initial processing
10417
10418 2002-07-31 [christoph]  0.8.1claws4
10419
10420         * src/folder.c
10421                 check if folder_item_get_msginfo in
10422                 folder_item_remove_msg returned NULL
10423         * src/imap.c
10424                 better clear the uid cache in the
10425                 uid validity check function and delete
10426                 cached messages
10427
10428 2002-07-31 [paul]       0.8.1claws3
10429
10430         * man/sylpheed.1
10431                 add the '--attach' option and a few other
10432                 minor changes
10433
10434 2002-07-31 [paul]       0.8.1claws2
10435
10436         * sync with 0.8.1cvs5
10437                 see ChangeLog 2002-07-31
10438
10439 2002-07-31 [christoph]  0.8.1claws1
10440
10441         * src/folderview.[ch]
10442         * src/mainwindow.c
10443                 replace "Rescan all folders..." with
10444                 "Check all folders for new messages..."
10445
10446 2002-07-30 [paul]       0.8.1claws
10447
10448         * version 0.8.1claws released
10449
10450 2002-07-30 [paul]       0.8.0claws29
10451
10452         * tools/OOo2sylpheed.pl ** NEW FILE **
10453           tools/README
10454                 add script to enable sending documents as
10455                 attachments from OpenOffice.org
10456
10457 2002-07-30 [melvin]     0.8.0claws28
10458
10459         * src/prefs_actions.c
10460                 Made the actions' input/output dialog display
10461                 without delay.
10462
10463 2002-07-30 [christoph]  0.8.0claws27
10464
10465         * src/procmsg.c
10466                 check if folder_item_get_msginfo in
10467                 procmsg_save_to_outbox returned NULL
10468
10469 2002-07-30 [paul]       0.8.0claws26
10470
10471         * sync with 0.8.1cvs4
10472                 see ChangeLog 2002-07-29
10473
10474 2002-07-29 [thorsten]   0.8.0claws25
10475
10476         * README.claws
10477                 added selective download, delete on server
10478
10479 2002-07-29 [paul]       0.8.0claws24
10480
10481         * sync with 0.8.1cvs3
10482                 see ChangeLog 2002-07-29
10483
10484 2002-07-27 [christoph]  0.8.0claws23
10485
10486         * src/folder.c
10487                 add extra check if fetching the msginfo
10488                 returned NULL
10489
10490 2002-07-27 [paul]       0.8.0claws22
10491
10492         * sync with 0.8.1cvs2
10493                 see ChangeLog 2002-07-26
10494
10495 2002-07-27 [christoph]  0.8.0claws21
10496
10497         * src/imap.c
10498                 add another check if a valid msginfo
10499                 was returned
10500
10501 2002-07-26 [hoa]        0.8.0claws20
10502
10503         * src/folder.c
10504                 Fixed a condition in folder_item_destroy()
10505
10506         * src/imap.c
10507                 Fixed an error in IMAP protocol
10508
10509 2002-07-26 [alfons]     0.8.0claws19
10510
10511         * src/folder.c
10512                 ofcourse compare with identifier, not the path
10513
10514 2002-07-26 [alfons]     0.8.0claws18
10515
10516         * src/folder.c
10517                 use folder item identifier for saving / restoring
10518                 preferences because folder->path might not be unique
10519
10520 2002-07-26 [melvin]     0.8.0claws17
10521
10522         * src/logwindow.c
10523                 Fixed a crash introduced in 0.8.0claws5 when log is 
10524                 cut under 80 characters.
10525
10526 2002-07-26 [paul]       0.8.0claws16
10527
10528         * sync with 0.8.1cvs1
10529                 see ChangeLog 2002-07-26
10530
10531 2002-07-26 [christoph]  0.8.0claws15
10532
10533         * src/imap.[ch]
10534                 imap folder now remembers the last selected
10535                 folder and imap_fetch_msginfo skips selecting
10536                 the folder if it is already selected
10537
10538 2002-07-26 [christoph]  0.8.0claws14
10539
10540         * src/folder.c
10541         * src/folderview.c
10542         * src/imap.c
10543                 fix imap folder rescanning
10544
10545 2002-07-25 [christoph]  0.8.0claws13
10546
10547         * src/filter.c
10548         * src/folder.[ch]
10549         * src/folderview.c
10550         * src/imap.[ch]
10551         * src/mainwindow.c
10552         * src/mbox_folder.c
10553         * src/mh.c
10554         * src/news.c
10555                 implement imap uid cache and uid validity check
10556
10557 2002-07-25 [alfons]     0.8.0claws12
10558
10559         * src/summaryview.c
10560                 fix a brown paper bag bug, and also add some more
10561                 checks
10562
10563 2002-07-25 [christoph]  0.8.0claws11
10564
10565         * src/folder.c
10566                 don't mix copy, fetch_msginfo and remove
10567                 operations in folder item copy and move
10568                 operations
10569
10570 2002-07-25 [christoph]  0.8.0claws10
10571
10572         * src/folderview.c
10573         * src/mainwindow.c
10574         * src/prefs_folder_item.c
10575         * src/summaryview.[ch]
10576                 remove no longer required parameter update_cache from
10577                 summary_show
10578
10579 2002-07-25 [paul]       0.8.0claws9
10580
10581         * sync with 0.8.1
10582         
10583         * AUTHORS
10584                 a few corrections
10585
10586 2002-07-24 [alfons]     0.8.0claws8
10587
10588         * src/summaryview.c
10589                 sort correctly when using simplified subject line
10590                 (closes feature request "[ 585141 ] applying regexp to subject 
10591                 before sort" submitted by Alexandra Walford)
10592
10593 2002-07-24 [paul]       0.8.0claws7
10594
10595         * sync with 0.8.0cvs3
10596                 see ChangeLog 2002-07-24
10597
10598 2002-07-23 [christoph]  0.8.0claws6
10599
10600         * src/folder.c
10601         * src/folder.h
10602         * src/summaryview.c
10603         * src/summaryview.h
10604         * src/main.c
10605                 o separate processing and summaryview
10606                 o removed summary_write_cache from summaryview
10607                 o removed summaryview->killed_messages, because we don't have
10608                   to keep a list of killed messages anymore. New cache will
10609                   keep the hidden messages in cache anyway
10610         * src/folderview.c
10611         * src/inc.c
10612         * src/selective_download.c
10613                 o removed unnecessary summary_write_cache calls
10614         * src/procmsg.c
10615                 o don't set ignore thread flag in procmsg_get_thread_tree
10616                   if it is already set
10617         * src/mainwindow.c
10618         * src/statusbar.h
10619                 o moved STATUSBAR_PUSH/POP to statusbar.h because
10620                   they are used in different files
10621
10622 2002-07-23 [melvin]     0.8.0claws5
10623
10624         * src/addressbook.c
10625         * src/addrgather.c
10626         * src/editaddress.c
10627         * src/editgroup.c
10628         * src/editldap_basedn.c
10629         * src/importldif.c
10630         * src/prefs_common.c
10631                 Fixed few memory leak (gtk_editable_get_chars returns
10632                 an allocated string)
10633         * src/logwindow.c
10634                 Fixed few memory leak (gtk_editable_get_chars returns
10635                 an allocated string) and modified a little the log cutting
10636                 loop.
10637         * src/compose.c
10638                 Replaced a call to an obsolete function gtk_entry_get_text()
10639                 by gtk_editable_get_chars()
10640         * src/send.c
10641                 Removed a debug printf
10642
10643 2002-07-23 [christoph]  0.8.0claws4
10644
10645         * src/filesel.c
10646                 fix another g_dirname memory leak
10647
10648 2002-07-23 [christoph]  0.8.0claws3
10649
10650         * src/mh.c
10651                 fixed a memory leak in mh_fetch_msginfo
10652                 fixed crash when message header could not be
10653                 parsed
10654
10655 2002-07-23 [paul]       0.8.0claws2
10656
10657         * sync with 0.8.0cvs2
10658                 see ChangeLog 2002-07-23
10659
10660 2002-07-23 [paul]       0.8.0claws1
10661
10662         * sync with 0.8.0cvs1
10663                 see ChangeLog 2002-07-23
10664
10665 2002-07-23 [paul]       0.8.0claws
10666
10667         * release of 0.8.0claws
10668
10669 2002-07-23 [paul]       0.7.8claws99
10670
10671         * po/ru.po
10672                 new Russian translation, submitted by
10673                 Botalov Vyacheslav <botalov_v@upr.uralkaly.ru>
10674
10675 2002-07-22 [jens]       0.7.8claws98
10676
10677         * po/de.po
10678                 Updated German translations.
10679
10680 2002-07-22 [paul]       0.7.8claws97
10681
10682         * po/es.po
10683           po/it.po
10684           po/nl.po
10685           po/pt_BR.po
10686                 updated translations by Ricardo Mones Lastra,
10687                 Alessandro Maestri, Wilbert Berendsen and 
10688                 Fabio Jr. Beneditto respectively
10689
10690 2002-07-22 [christoph]  0.7.8claws96
10691
10692         * src/mimeview.c
10693                 fix memory leak caused by wrong g_dirname usage
10694
10695 2002-07-22 [christoph]  0.7.8claws95
10696
10697         * src/summaryview.c
10698                 update new and unread message counts for summaryview
10699                 summaryview does not get it from the folder anymore
10700                 and has to update the values itself
10701
10702 2002-07-22 [melvin]     0.7.8claws94
10703
10704         * po/fr.po
10705                 Updated French translations.
10706
10707 2002-07-22 [christoph]  0.7.8claws93
10708
10709         * src/matcher.c
10710                 set prop->preg pointer to NULL or following check
10711                 will not fail and regexec will be called with
10712                 invalid pointer
10713
10714 2002-07-21 [alfons]     0.7.8claws92
10715         
10716         * src/prefs_common.[ch]
10717                 remove option "Send return receipt on request"
10718
10719 2002-07-21 [thorsten]   0.7.8claws91
10720
10721         * src/mimeview.c
10722                 fixed memleaks, coding style as pointed out by alfons
10723
10724 2002-07-21 [alfons]     0.7.8claws90
10725
10726         * src/messageview.c
10727         * src/noticeview.[ch]
10728                 o fix bug notice view being displayed when going to empty folder 
10729                   (noticed by Christoph)
10730                 o allow RRR to be sent when restarting sylpheed, or changing folder 
10731                   (noticed by Thorsten)
10732
10733 2002-07-21 [thorsten]   0.7.8claws89
10734
10735         * src/mimeview.c
10736                 Included save_all patch from Xaview FACQ
10737                 added support for pathnames
10738
10739 2002-07-21 [alfons]     0.7.8claws88
10740
10741         * po/POTFILES.in
10742         * src/Makefile.am
10743         * src/mainwindow.c
10744         * src/messageview.[ch]
10745         * src/noticeview.c      ** NEW FILE **
10746         * src/noticeview.h      ** NEW FILE **
10747                 make return receipts work again
10748                 (UI idea by Leandro Pereira)
10749
10750 2002-07-21 [paul]       0.7.8claws87
10751
10752         * src/summaryview.c
10753                 fix sensitivity of 'Select thread'
10754
10755 2002-07-21 [paul]       0.7.8claws86
10756
10757         * src/prefs_common.c
10758                 add browser command line for Galeon
10759
10760 2002-07-21 [paul]       0.7.8claws85
10761
10762         * Makefile.am
10763                 fix 'EXTRA_DIST': remove README.README, add TODO
10764                 and TODO.claws
10765
10766 2002-07-21 [alfons]     0.7.8claws84
10767
10768         * src/gtkstext.c
10769                 make enter clear selection
10770                 (closes "[ 579888 ] Editor selection/entry error"
10771                 reported by Steve Lamb)
10772
10773 2002-07-21 [alfons]     0.7.8claws83
10774         
10775         * src/summaryview.c
10776                 sort message list when selecting unthread messages
10777                 (closes "[ 501593 ] switching threaded view doesn't sort"
10778                 reported by Simon Schubert)
10779
10780 2002-07-20 [alfons]     0.7.8claws82
10781         
10782         * src/matcher.c
10783                 const-correctness
10784
10785 2002-07-20 [thorsten]   0.7.8claws81
10786
10787         * src/matcher.c
10788                 Fixed expansion of empty fields in matchactions
10789
10790 2002-07-19 [melvin]     0.7.8claws80
10791
10792         * src/gtkspell.c
10793                 Removed a duplicate menu entry (fast mode) introduced during
10794                 the new cache merge
10795                 Added a menu separator between 'Use alternate' and 'Fast mode'
10796
10797 2002-07-19 [paul]       0.7.8claws79
10798
10799         * tools/Makefile.am
10800           tools/README
10801                 correct typos
10802
10803 2002-07-19 [thorsten]   0.7.8claws78
10804
10805         * tools/calypso_convert.pl      ** NEW FILE **
10806           tools/README
10807           tools/Makefile.am
10808                 script to import mbox files exported
10809                 by calypso
10810                 o generates folder structure
10811                 o includes attachments
10812
10813 2002-07-19 [melvin]     0.7.8claws77
10814
10815         * src/selective_download.[ch]
10816                 Fixed bug where closing the dialog with the window manager's
10817                 close button will not unlock the summary
10818                 Corrected some function declarations that missed a return value
10819                 Made the source code comply better with coding style.
10820         * src/prefs_common.c
10821                 Added new browser command line for Mozilla.
10822
10823 2002-07-18 [paul]       0.7.8claws76
10824
10825         * src/mainwindow.c
10826           src/selective_download.[ch]
10827                 reflect theme changes, fix Gdk Warning when creating 
10828                 pixmap from NULL window, and minor clean up.
10829                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
10830
10831         * po/en_GB.po
10832                 updated
10833
10834 2002-07-17 [paul]       0.7.8claws75
10835
10836         * INSTALL[.jp]
10837                 sync with 0.8.0
10838         
10839         * po/en_GB.po
10840                 updated
10841
10842 2002-07-16 [paul]       0.7.8claws74
10843
10844         * tools/filter_conv.pl
10845           tools/README
10846                 replace conversion script with reimplemented version, 
10847                 submitted by Torsten Schoenfeld <kaffeetisch@web.de>
10848
10849 2002-07-16 [colin]      0.7.8claws73
10850
10851         * src/summaryview.c
10852                 remove forgotten debug messages - sorry ;-)
10853
10854 2002-07-16 [colin]      0.7.8claws72
10855
10856         * src/mimeview.c
10857           src/summaryview.c
10858           src/textview.c
10859           src/textview.h
10860                 add the ability to select part of a text mime-part 
10861                 to reply.
10862
10863 2002-07-15 [christoph]  0.7.8claws71
10864
10865         * src/folder.c
10866                 fix folder message count for folders without
10867                 msg_is_changed (includes news folders)
10868
10869 2002-07-15 [martin]     0.7.8claws70
10870
10871         * src/summaryview.c
10872                 option "display recipient on 'From'..." now works
10873                 without the need of enabling the option
10874                 "display  sender  using  address  book".
10875
10876 2002-07-15 [christoph]  0.7.8claws69
10877
10878         * src/summaryview.c
10879                 removed setting folder status from summaryview.
10880                 folder.c should update all message counts correctly.
10881
10882 2002-07-15 [paul]       0.7.8claws68
10883
10884         * po/pt_BR.po
10885                 updated by Fabio Junior Beneditto
10886
10887 2002-07-15 [darko]      0.7.8claws67
10888
10889         * src/mh.c
10890                 Fixed target folder colorization, don't decrease op
10891                 number twice
10892
10893 2002-07-14 [paul]       0.7.8claws66
10894
10895         * sync with main 0.8.0
10896                 see ChangeLog 2002-07-14
10897
10898 2002-07-13 [melvin]     0.7.8claws65
10899         
10900         * src/addrbook.c
10901         * src/addressbook.c
10902         * src/addrindex.c
10903                 Replaced sprintf by g_snprintf to prevent possible buffer
10904                 overflow.
10905         * src/news.c
10906                 Corrected a log message output format.
10907                 Added a missing "done" debug output.
10908         * src/compose.c
10909                 Added keyboard accelerator for Priority menu items
10910                 Added missing \n in debug output
10911         * src/logwindow.c
10912         * src/gtkspell.c
10913         * src/rfc2015.c
10914                 Added missing \n in debug output
10915
10916 2002-07-13 [paul]       0.7.8claws64
10917
10918         * man/sylpheed.1
10919                 change Sergey's email address to the sf address
10920
10921         * src/textview.c
10922                 increase show_url_timeout (more useful for long
10923                 urls)
10924
10925 2002-07-12 [sergey]     0.7.8claws63
10926
10927         * src/rfc2015.c
10928                 applied (with some modifications) patch to set the
10929                 micalg parameter for signatures
10930                 (2001-08-28 Werner Koch <wk@gnupg.org>)
10931
10932 2002-07-12 [sergey]     0.7.8claws62
10933
10934         * man/Makefile.am
10935         * configure.in
10936                 fixed man page installation
10937
10938 2002-07-12 [paul]       0.7.8claws61
10939
10940         * sync with 0.7.8cvs26
10941                 see ChangeLog 2002-07-11 and 2002-07-12
10942
10943 2002-07-11 [christoph]  0.7.8claws60
10944
10945         * src/compose.c
10946         * src/procmsg.c
10947                 first use the message number to find the message
10948                 to mark with a reply flag but check the
10949                 message-id if we got the correct message, if not
10950                 try to find it by message-id.
10951                 use new string seperator that is not allowed
10952                 in message-ids.
10953
10954 2002-07-11 [paul]       0.7.8claws59
10955
10956         * sync with 0.7.8cvs23
10957                 see ChangeLog 2002-07-10
10958
10959 2002-07-10 [christoph]  0.7.8claws58
10960
10961         * src/folder.[ch]
10962         * src/msgcache.[ch]
10963                 Added message-id table to the cache in memory
10964                 and functions to msgcache.c and folder.c to
10965                 fetch MsgInfos by message id
10966         * src/compose.c
10967         * src/procmsg.c
10968                 store folder and message-id of message replying
10969                 to in queue header and set reply flag after sending
10970                 (Closes bug #469498)
10971
10972 2002-07-10 [paul]       0.7.8claws57
10973
10974         * AUTHORS
10975           man/sylpheed.1.gz
10976                 add Martin to the list of authors
10977
10978 2002-07-09 [martin]     0.7.8claws56
10979         * src/gtksctree.c
10980                 Added gtk_ctree_last_visible(), tree_update_level(),
10981                 gtk_ctree_link(), gtk_ctree_unlink(), real_sort_list(),
10982                 tree_sort(), gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
10983                 from gtk+ to gtksctree.c for the new sorting code
10984                 Renamed gtk_ctree_sort_recusive() to gtk_sctree_sort_recursive
10985                 Renamed gtk_ctree_sort_node() to gtk_sctree_sort_node
10986         * src/gtksctree.h
10987                 Added declaration for gtk_sctree_sort_recursive() and
10988                 gtk_sctree_sort_node
10989         * src/addressbook.c
10990         * src/foldersel.c
10991         * src/folderview.c
10992         * src/summaryview.c
10993                 changed calls from gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
10994                 to gtk_sctree_sort_recursive() and gtk_sctree_sort_node()
10995
10996 2002-07-08 [paul]       0.7.8claws55
10997
10998         * more sync with 0.7.8cvs21
10999                 see ChangeLog 2002-07-08
11000
11001 2002-07-08 [paul]       0.7.8claws54
11002
11003         * sync with 0.7.8cvs21
11004                 see ChangeLog 2002-07-08
11005
11006 2002-07-07 [alfons]     0.7.8claws53
11007
11008         * src/Makefile.am
11009         * src/stock_pixmap.[ch]
11010         * src/pixmaps/notice_warn.xpm   ** NEW FILE **
11011         * src/pixmaps/notice_error.xpm  ** NEW FILE **
11012         * src/pixmaps/notice_note.xpm   ** NEW FILE **
11013                 add new pixmaps for upcoming notice pane
11014
11015 2002-07-06 [melvin]     0.7.8claws52
11016
11017         * src/gtkspell.[ch]
11018                 Made them a bit closer to Sylpheed's coding style.
11019                 Removed old code.
11020                 Removed possible memory leaks when some errors occurs.
11021
11022 2002-07-06 [melvin]     0.7.8claws51
11023
11024         * po/Makefile.in.in
11025                 Removed --no-location in xgettext command line to help
11026                 translators that use Emacs' po-mode
11027         * src/quote_fmt.c
11028                 Removed unnecessary comments that messed up sylpheed.pot
11029
11030 2002-07-06 [paul]       0.7.8claws50
11031
11032         * sync with 0.7.8cvs19
11033                 see ChangeLog 2002-07-05
11034
11035 2002-07-06 [christoph]  0.7.8claws49
11036
11037         * src/folder.c
11038         * src/mainwindow.c
11039                 fix folder_item_remove_all_msg and folderview
11040                 status for trash folders after emptying trash
11041
11042 2002-07-05 [paul]       0.7.8claws48
11043
11044         * sync with 0.7.8cvs16
11045                 see ChangeLog 2002-07-04 and 2002-07-05
11046
11047 2002-07-04 [paul]       0.7.8claws47
11048
11049         * sync with 0.7.8cvs14
11050                 see  ChangeLog 2002-07-04
11051
11052 2002-07-03 [alfons]     0.7.8claws46
11053
11054         * src/folder.c
11055                 dupe folder item's path because it's being reallocated
11056                 by new folder scanning code
11057
11058 2002-07-03 [christoph]  0.7.8claws45
11059
11060         * src/imap.c
11061                 better IMAP uid fetching using 'FETCH 1:* (UID)'
11062         * src/msgcache.c
11063                 add missing return in msgcache_write
11064
11065 2002-07-02 [thorsten]   0.7.8claws44
11066
11067         * src/jpilot.c
11068         * src/msgcache.c
11069         * src/rfc2015.c
11070                 use binary mode for file access
11071
11072 2002-07-02 [christoph]  0.7.8claws43
11073
11074         * major code cleanup (part 1)
11075         
11076                 - unused variables removed
11077                 - unused functions removed
11078                 - uninitialized variables checked
11079                 - missing return statements added
11080                 - missing function return types added
11081                 - added parentheses around assignment and
11082                   && in || when suggested by gcc
11083               
11084         * src/mh.c
11085         * src/folder.c
11086                 replaced direct calls to folder->scan_tree
11087                 with folder_scan_tree and restore folder
11088                 prefs in this function. The folder should
11089                 not have to deal with them.
11090                 ( Should now work for all folder types )
11091
11092 2002-07-02 [paul]       0.7.8claws42
11093
11094         * sync with 0.7.8cvs13
11095                 see ChangeLog 2002-07-01 and 2002-07-02
11096
11097 2002-07-01 [christoph]  0.7.8claws41
11098
11099         * src/summaryview.c
11100                 fix "goto next/prev unread message" with
11101                 ignored threads
11102
11103 2002-07-01 [paul]       0.7.8claws40
11104
11105         * po/es.po
11106                 updated by Ricardo Mones Lastra
11107
11108 2002-06-30 [match]      0.7.8claws39
11109
11110         * src/jpilot.c
11111                 applied variation of leonerd's patch (566661) to
11112                 allow multiple email addresses per JPilot entry.
11113                 addresses may be separated by space, comma, pipe,
11114                 semi-colon, new-line.
11115
11116 2002-06-30 [alfons]     0.7.8claws38
11117
11118         * src/procmsg.c
11119                 simple fix for putting older nodes before
11120                 newer nodes when threading by subject
11121
11122 2002-06-30 [christoph]  0.7.8claws37
11123
11124         * src/folder.c
11125         * src/folderview.c
11126         * src/mh.c
11127         * src/news.c
11128         * src/procmsg.c
11129                 fix broken folder tree rescaning
11130                 and don't use procmsg_get_mark_sum
11131                 anymore
11132
11133 2002-06-30 [christoph]  0.7.8claws36
11134
11135         * merge new cache branch
11136         * src/imap.c
11137                 fix new cache imap copy bug
11138         * src/folder.c
11139                 improved folder_item_scan
11140                 it should now always set the correct
11141                 new, unread and total message counts
11142
11143 2002-06-29 [paul]       0.7.8claws35
11144
11145         * configure.in
11146                 correct syntax error
11147
11148 2002-06-29 [paul]       0.7.8claws34
11149
11150         * configure.in
11151           Makefile.am
11152           man/Makefile.am       ** NEW FILE **
11153           man/sylpheed.1.gz     ** NEW FILE **
11154                 add Sylpheed man page
11155
11156 2002-06-29 [paul]       0.7.8claws33
11157
11158         * po/pt_BR.po
11159                 updated by Fabio Junior Beneditto
11160
11161 2002-06-28 [jens]       0.7.8claws32
11162
11163         * po/de.po
11164                 translation updated
11165
11166         * src/selective_download.c
11167                 removed gettext for space " "
11168
11169         * src/imap.c
11170                 removed wrong space
11171
11172 2002-06-28 [paul]       0.7.8claws31
11173
11174         * sync with 0.7.8cvs11
11175                 see ChangeLog 2002-06-28
11176
11177 2002-06-28 [paul]       0.7.8claws30
11178
11179         * sync with 0.7.8cvs10
11180                 see ChangeLog 2002-06-27 and 2002-06-28
11181
11182 2002-06-26 [paul]       0.7.8claws29
11183
11184         * src/addrgather.c
11185           src/selective_download.c
11186                 don't gettextise empty strings.
11187                 reserved by gettext. gettext("") returns 
11188                 the header entry with meta information, 
11189                 not the empty string
11190
11191         * po/en_GB.po
11192                 updated
11193
11194 2002-06-26 [paul]       0.7.8claws28
11195
11196         * sync with 0.7.8cvs7
11197                 see ChangeLog 2002-06-25
11198
11199         * src/prefs_common.c
11200                 ...and in the process, tweak the gui a little
11201
11202 2002-06-25 [alfons]     0.7.8claws27
11203         
11204         * configure.in
11205         * src/Makefile.am
11206                 fine tune ldap library detection
11207
11208 2002-06-25 [alfons]     0.7.8claws26
11209
11210         * src/compose.c
11211                 don't allow return receipts when composing a news article
11212
11213 2002-06-25 [paul]       0.7.8claws25
11214
11215         * Makefile.am
11216                 add '$(AMTAR)' to 'release' section to allow for
11217                 new and older autotools
11218
11219 2002-06-25 [paul]       0.7.8claws24
11220
11221         * src/summaryview.c
11222                 fix "No more unread messages" persistant pop-up
11223                 window bug
11224
11225 2002-06-25 [paul]       0.7.8claws23
11226
11227         * po/it.po
11228                 updated by Alessandro Maestri
11229
11230 2002-06-25 [paul]       0.7.8claws22
11231
11232         * sync with 0.7.8cvs6
11233                 see ChangeLog 2002-06-25
11234
11235 2002-06-24 [paul]       0.7.8claws21
11236
11237         * tools/update-po
11238                 add GPL copyright information
11239
11240 2002-06-24 [paul]       0.7.8claws20
11241
11242         * tools/Makefile.am
11243           tools/README
11244           tools/update-po       ** NEW FILE **
11245                 add script that eases the creation of *.po files
11246                 Submitted by Wilbert Berendsen <wilbert@oswf.org>
11247
11248 2002-06-23 [alfons]     0.7.8claws19
11249
11250         * src/messageview.c
11251                 make notification_convert_header obey const correctness
11252                 (next step will be fixing the broken return receipt)
11253
11254 2002-06-23 [paul]       0.7.8claws18
11255
11256         * src/messageview.c
11257                 fix bug introduced in last commit:
11258                 removed too much code in last commit - put back what's
11259                 needed
11260
11261 2002-06-23 [paul]       0.7.8claws17
11262
11263         * src/messageview.[ch]
11264                 remove code committed in error from locally patched
11265                 source
11266
11267 2002-06-23 [colin]      0.7.8claws16
11268
11269         * src/compose.[ch]
11270                 add compose_entry_select(), used to select the default_to
11271                 email address - hopefully avoiding people sending mails to
11272                 wrong recipients.
11273
11274 2002-06-22 [alfons]     0.7.8claws15
11275
11276         * AUTHORS
11277                 add Bram Metsch & Stanislav Karchebny
11278         * src/smtp.[ch]
11279         * src/prefs_account.[ch]
11280         * src/send.c
11281                 - apply and adapt Bram's patch which allows user to set SMTP AUTH 
11282                   options.  (see <http://sourceforge.net/tracker/index.php
11283                   ?func=detail&aid=566937&group_id=25528&atid=384600>);
11284
11285                 - merge Stanislav's fix to make SMTP AUTH work with qmail
11286                   (see <http://www.tmtm.org/cgi-bin/w3ml/msg.cgi?ml=sylpheed&id=14343>)
11287
11288 2002-06-22 [paul]       0.7.8claws14
11289
11290         * sync with 0.7.8cvs5
11291                 see ChangeLog 2002-06-19 and 2002-06-20
11292
11293 2002-06-22 [alfons]     0.7.8claws13
11294
11295         * src/selective_download.c
11296                 fix a stupid mistake I made
11297
11298 2002-06-22 [alfons]     0.7.8claws12
11299
11300         * src/selective_download.[ch]
11301                 fix another unnoticed leak; cleanup code
11302
11303 2002-06-21 [alfons]
11304
11305         * tools/Makefile.am
11306                 gpg-sign <-- gpg-sign-syl
11307
11308 2002-06-21 [alfons]     0.7.8claws11
11309
11310         * src/selective_download.c
11311         * src/selective_download.h
11312                 fix assorted mix of allocation errors (should solve
11313                 problem reported by Philippe GramoullĂ©, see:
11314                 http://sourceforge.net/mailarchive/forum.php?thread_id=828668&forum_id=2006)
11315
11316 2002-06-20 [melvin]     0.7.8claws10
11317
11318         * tools/gpg-sign *REMOVED*
11319           tools/gpg-sign-syl *ADDED*
11320                 Replaced the gpg clearsigning script with the version using
11321                 xterm instead of ssh-askpass and changed its name.
11322
11323         * README.claws
11324                 Updated actions example to reflect the renaming of the
11325                 gpg clearsigning script.
11326
11327 2002-06-19 [paul]       0.7.8claws9
11328
11329         * sync with 0.7.8claws9
11330                 see ChangeLog 2002-06-18 and 2002-06-19
11331
11332 2002-06-19 [paul]       0.7.8claws8
11333
11334         * sync with 0.7.8cvs1
11335                 see ChangeLog 2002-06-18
11336
11337 2002-06-18 [alfons]     0.7.8claws7
11338
11339         * src/mainwindow.h
11340                 add omitted prototype
11341
11342 2002-06-17 [paul]       0.7.8claws6
11343
11344         * src/mainwindow.c
11345                 fix hiding of exec_btn
11346
11347 2002-06-17 [paul]       0.7.8claws5
11348
11349         * src/pop.c
11350                 remove unneeded code: should_delete() 
11351                 and Pop3State::uidl_todelete_list
11352
11353 2002-06-17 [paul]       0.7.8claws4
11354
11355         * sync with 0.7.8
11356                 see ChangeLog 2002-06-11 and 2002-06-13
11357
11358 2002-06-16 [alfons]     0.7.8claws3
11359         
11360         * src/folder.c
11361                 make sure lock sort mode (claws specific) is
11362                 also persists after a tree rescan
11363
11364 2002-06-16 [alfons]     0.7.8claws2
11365
11366         * src/prefs_folder_item.c
11367         * src/folder.[ch]
11368                 fix persistence of folder sort mode (broken
11369                 by adapting Hiro's new folder persistence code)
11370
11371 2002-06-16 [alfons]     0.7.8claws1
11372
11373         * AUTHORS
11374         * src/logwindow.c
11375         * src/prefscommon.[ch]
11376                 control size of log text in log window; 
11377                 closes patch #569155 submitted by Mitko Haralanov.
11378
11379 2002-06-15 [paul]       0.7.8claws
11380
11381         * release of 0.7.8claws
11382
11383 2002-06-15 [paul]       0.7.7claws
11384
11385         * po/pt_BR.po
11386                 updated by Fabio Junior Beneditto
11387
11388 2002-06-14 [paul]       0.7.6claws49
11389
11390         * po/es.po
11391                 updated by Ricardo Mones Lastra
11392
11393 2002-06-14 [paul]       0.7.6claws48
11394
11395         * po/nl.po
11396                 updated translation by Wilbert Berendsen
11397
11398 2002-06-14 [melvin]     0.7.6claws47
11399
11400         * po/fr.po
11401                 Updated French translation
11402
11403 2002-06-13 [paul]       0.7.6claws46
11404
11405         * src/filesel.c
11406                 allow filename to be typed in, rather than just
11407                 selected by the mouse. Patch by Gustavo Noronha Silva.
11408
11409 2002-06-13 [alfons]     0.7.6claws45
11410
11411         * src/mainwindow.[ch]
11412                 more cleanups (removing unnecessary menu items Expand 
11413                 summary / message view)
11414
11415 2002-06-13 [melvin]     0.7.6claws44
11416
11417         * po/POTFILES.in
11418                 Added src/string_match.c
11419         * src/string_match.c
11420                 Fixed possible buffer overflow.
11421                 Corrected typo.
11422                 Added missing config.h header.
11423         * src/prefs_common.c
11424           src/prefs_matcher.c
11425           src/prefs_scoring.c
11426                 Made some strings translatable (missing _(..)).
11427
11428 2002-06-13 [melvin]     0.7.6claws43
11429
11430         * README.claws
11431                 Corrected action example (verifying clearsigned mail).
11432         * src/prefs_account.c
11433                 Corrected typo.
11434         * src/prefs_common.c
11435                 Removed incorrect line that generated a Gtk-CRITICAL msg.
11436
11437 2002-06-12 [alfons]     0.7.6claws42
11438
11439         * src/summaryview.c
11440                 add init of score column lost in 0.7.6claws42
11441
11442 2002-06-12 [paul]       0.7.6claws41
11443
11444         * src/prefs_account.c
11445                 CREATE_RADIO_BUTTONS(): fixed a typo and corrected the 
11446                 behavior of the radio buttons, (from 0.7.7cvs2)
11447
11448 2002-06-11 [alfons]     0.7.6claws40
11449
11450         * src/messageview.[ch]
11451         * src/summaryview.[ch]
11452         * src/summary_search.c
11453         * src/mainwindow.c
11454                 perform a sync to bring in Hiro's separate view implementation 
11455
11456                 (NOTE: may still be buggy; 0.7.6claws39 marked as LAST_STABLE)
11457
11458 2002-06-11 [paul]       0.7.6claws39
11459         
11460         * src/prefs_account.c
11461                 correct a typo on the Receive tab
11462
11463 2002-06-10 [match]      0.7.6claws38
11464
11465         * src/addressbook.c
11466                 Included address completion patch from Gustavo Noronha.
11467
11468 2002-06-10 [paul]       0.7.6claws37
11469
11470         * src/inc.[ch]
11471           src/pop.c
11472           src/prefs_account.[ch]
11473           src/selective_download.[ch]
11474                 apply PATCH #561712
11475                  NEW:
11476                 - check if POP Account
11477                 - Receive Button renamed to Preview
11478                 - Preview Button Popup: preview new/all messages
11479                 - Download Button
11480                 - Account Preferences-->Receive tab checkbutton if you
11481                   want to remove Mail after Download
11482                 -: default YES
11483                 - Account Preferences-->Receive tab checkbutton use
11484                   filtering rules on preview
11485                   (think of delete_on_server)
11486                 -: default YES
11487                 - Account selectable from SD dialog
11488                 - checkbutton to show already downloaded messages if
11489                   all messages are previewed
11490                 - new clist column showing Date
11491                 - ESC KEY close
11492                 FIXES:
11493                 - play ball with UIDL
11494                 - fault tolerant (?) 
11495                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
11496
11497 2002-06-10 [melvin]     0.7.6claws36
11498
11499         * README.claws
11500                 Added a hint to ac/README in cvs instructions.
11501
11502         * src/prefs_actions.c
11503                 Made it possible to use a more elaborate command line
11504                 for asynchronous actions, too.
11505
11506 2002-06-10 [melvin]     0.7.6claws35
11507         
11508         * src/prefs_actions.c
11509                 Make it possible to use a more elaborate command line
11510                 (e.g. |foo|bar|cat>there;echo Done|)
11511                 Corrected error message when calling %f, %F and %p commands
11512                 from the compose window.
11513
11514 2002-06-09 [colin]      0.7.6claws34
11515
11516         * src/summaryview.c
11517                 Automatically find unread messages in current folder
11518                 before annoying the user.
11519
11520 2002-06-08 [alfons]     0.7.6claws33
11521
11522         * po/it.po
11523                 remove bad formatting string in it.po translation
11524                 (close "[ 548336 ] --debug segfaults!!! with it_IT@euro")
11525
11526 2002-06-08 [paul]       0.7.6claws32
11527
11528         * sync with 0.7.6cvs25
11529                 see ChangeLog 2002-06-07
11530
11531 2002-06-05 [paul]       0.7.6claws31
11532
11533         * src/mainwindow.c
11534                 add 'Sort by locked' and 'Sort by score'
11535
11536 2002-06-05 [paul]       0.7.6claws30
11537
11538         * sync with 0.7.6cvs24
11539                 see ChangeLog 2002-06-04
11540
11541 2002-06-04 [paul]       0.7.6claws29
11542
11543         * po/pt_BR.po
11544                 updated by Fabio Junior Beneditto
11545
11546 2002-06-03 [thorsten]   0.7.6claws28
11547
11548         * src/matcher.c
11549                 fclose() matcherrc after reading
11550
11551 2002-06-03 [paul]       0.7.6claws27
11552
11553         * sync with 0.7.6cvs21
11554                 see ChangeLog 2002-05-31
11555
11556 2002-05-31 [paul]       0.7.6claws26
11557
11558         * sync with 0.7.6cvs20
11559                 see ChangeLog 2002-05-29 and 2002-05-30
11560
11561 2002-05-31 [paul]       0.7.6claws25
11562
11563         * src/imap.c
11564                 hopefully fix last buggy sync
11565
11566         * README.claws
11567                 correct typo in 'Actions' examples
11568
11569 2002-05-29 [paul]       0.7.6claws24
11570
11571         * sync with 0.7.6cvs18
11572                 see ChangeLog 2002-05-28 and 2002-05-29
11573
11574         * src/news.c
11575           src/nntp.[ch]
11576                 sync with above 
11577
11578 2002-05-28 [paul]       0.7.6claws23
11579
11580         * sync with 0.7.6cvs16
11581                 see ChangeLog 2002-05-28
11582
11583 2002-05-27 [thorsten]   0.7.6claws22 
11584
11585         * faq/it/sylpheed-faq-1.html
11586           faq/it/sylpheed-faq-2.html
11587           faq/it/sylpheed-faq-3.html
11588           faq/it/sylpheed-faq.html
11589                 corrected DOS lineendings
11590         * faq/de/sylpheed-faq-1.html
11591           faq/de/sylpheed-faq-2.html
11592           faq/en/sylpheed-faq-1.html
11593           faq/en/sylpheed-faq-2.html
11594           faq/en/sylpheed-faq-3.html
11595           faq/es/sylpheed-faq-1.html
11596           faq/es/sylpheed-faq-2.html
11597           faq/es/sylpheed-faq-3.html
11598           faq/fr/sylpheed-faq-1.html
11599           faq/it/sylpheed-faq-1.html
11600           faq/it/sylpheed-faq-2.html
11601           faq/it/sylpheed-faq-3.html
11602           faq/it/sylpheed-faq.html
11603                 changed ">" to &quot;
11604
11605 2002-05-27 [paul]       0.7.6claws21
11606         
11607         * sync with 0.7.6cvs15
11608                 see ChangeLog 2002-05-27
11609
11610 2002-05-27 [paul]       0.7.6claws20
11611
11612         * src/prefs_account.c
11613                 correct a typo
11614
11615 2002-05-26 [paul]       0.7.6claws19
11616
11617         * tools/README
11618                 correct a typo
11619
11620 2002-05-25 [paul]       0.7.6claws18
11621
11622         * tools/README
11623                 add description of kmail2sylpheed.pl
11624
11625 2002-05-25 [paul]       0.7.6claws17
11626
11627         * tools/kmail2sylpheed.pl       ** NEW FILE **
11628                 perl script that converts an exported Kmail address
11629                 book, converts it to sylpheed addressbook file,
11630                 writes the file to .sylpheed, and updates
11631                 addrbook--index.xml 
11632
11633 2002-05-25 [paul]       0.7.6claws16
11634
11635         * sync with 0.7.6cvs14
11636                 see ChangeLog 2002-05-23
11637
11638 2002-05-24 [paul]       0.7.6claws15
11639
11640         * README.claws
11641                 make a correction and add some more info
11642
11643 2002-05-24 [paul]       0.7.6claws14
11644
11645         * src/compose.c
11646                 fix memory leak in 
11647                 compose_redirect_write_headers_from_headerlist()
11648                 add Subject and Resent-Message-ID to
11649                 compose_redirect_write_headers()
11650                 Received, Subject, and X-UIDL are filtered out in 
11651                 compose_redirect_write_to_file()
11652
11653 2002-05-23 [paul]       0.7.6claws13
11654
11655         * src/compose.[ch]
11656           src/filtering.c
11657           src/mainwindow.c
11658           src/matcher.[ch]
11659           src/matcher_parser_lex.l
11660           src/matcher_parser_parse.y
11661           src/prefs_common.[ch]
11662           src/prefs_filtering.c
11663           src/summaryview.c
11664                 rename 'Bounce' to 'Redirect'
11665
11666 2002-05-23 [paul]       0.7.6claws12
11667
11668         * more sync with 0.7.6cvs13
11669           src/compose.c
11670                 see ChangeLog 2002-05-22
11671
11672 2002-05-22 [paul]       0.7.6claws11
11673
11674         * sync with 0.7.6cvs13
11675           src/codeconv.c
11676                 see ChangeLog 2002-05-20
11677           src/prefs_common.c
11678                 see ChangeLog 2002-05-22
11679
11680 2002-05-21 [melvin]     0.7.6claws10
11681
11682         * src/folderview.c
11683                 Added missing filtering and scoring headers
11684                 Fixed bad function call that showed garbage 
11685                 in Folder->Processing
11686
11687 2002-05-21 [paul]       0.7.6claws9
11688
11689         * tools/Makefile.am
11690                 make all tools executable, (patch by Alfons).
11691
11692 2002-05-20 [alfons]     0.7.6claws8
11693
11694         * src/procheader.c
11695                 don't forget to call mktime() so we have a valid week 
11696                 and year day
11697                 (Bug report by Roger Sondermann <mail@jumaros.de>)
11698
11699 2002-05-20 [paul]       0.7.6claws7
11700
11701         * src/html.c
11702                 fix broken parsing of urls
11703         * src/textview.c
11704                 fix displaying of urls
11705
11706                 both fixes from the patch [547855] by Eugene 
11707                 Brevdo (zonem)
11708
11709 2002-05-19 [alfons]     0.7.6claws6
11710
11711         * configure.in
11712                 make sylpheed configure correctly with the latest
11713                 and greatest of automake / autoconf / gettext
11714
11715 2002-05-19 [alfons]     0.7.6claws5
11716
11717         * src/procheader.c
11718         * src/procheader.h
11719                 add function for returning ime zone offset
11720         * src/quote_fmt.c
11721         * src/quote_fmt_parse.y
11722                 better quotation formatting - does not convert
11723                 to local time, but uses the original date string.
11724                 
11725                 Note: %z inserts the timezone offset (should 
11726                 work also on platforms where strftime does not
11727                 support %z).
11728
11729 2002-05-18 [christoph]  0.7.6claws4
11730
11731         * src/summaryview.c
11732                 fix indentation of some code
11733         * tools/Makefile.am
11734                 fix spaces after \
11735         * src/Makefile.am
11736                 add missing \
11737                 correct path for ignorethread.xpm
11738                 incorrect filename for sylpheed_logo.xpm
11739                 add missing include matcher_parser_parse.h
11740
11741 2002-05-18 [paul]       0.7.6claws3
11742
11743         * sync with 0.7.6cvs8
11744                 see ChangeLog 2002-05-16 and 2002-05-17
11745
11746 2002-05-18 [melvin]     0.7.6claws2
11747
11748         * README.claws
11749                 Corrected an action's definition and fixed some misspellings.
11750
11751 2002-05-18 [paul]       0.7.6claws1
11752
11753         * tools/Makefile.am
11754           tools/gpg-sign        ** new file **
11755           tools/uudec           ** new file **
11756                 add Melvin's Actions scripts
11757
11758         * README.claws
11759                 add Melvin's descriptions for Actions
11760
11761 2002-05-18 [paul]       0.7.6claws
11762
11763         * Version 0.7.6claws released
11764
11765 2002-05-17 [paul]       0.7.5claws32
11766
11767         * po/es.po
11768                 updated by Ricardo Mones Lastra
11769
11770 2002-05-17 [paul]       0.7.5claws31
11771
11772         * src/compose.c
11773                 fix Account prefs default folder for sent/draft/deleted
11774                 messages bug
11775
11776         * po/it.po
11777           po/nl.po
11778                 updated translation by Alessandro Maestri and
11779                 Wilbert Berendsen
11780
11781 2002-05-17 [melvin]     0.7.5claws30
11782
11783         * src/prefs_actions.c
11784                 Fixed bug where using %F not at the end of the command 
11785                 resulted in an additional empty argument being created.
11786                 Thanks to Darko Koruga for reporting the bug.
11787
11788 2002-05-17 [melvin]     0.7.5claws29
11789
11790         * po/fr.po
11791                 Updated French translations.
11792
11793 2002-05-15 [paul]       0.7.5claws28
11794         
11795         * po/es.po
11796                 updated by Ricardo Mones Lastra
11797
11798 2002-05-15 [paul]       0.7.5claws27
11799
11800         * sync with 0.7.6cvs4
11801                 see ChangeLog 2002-05-14 and 2002-05-15
11802
11803 2002-05-14 [paul]       0.7.5claws26
11804
11805         * sync with 0.7.6cvs1
11806                 see ChangeLog 2002-05-13
11807
11808 2002-05-13 [thorsten]   0.7.5claws25
11809
11810         * src/messageview.c
11811                 fix select_all and copy in multipart messages
11812         * src/mainwindow.c
11813                 fix select_all and copy in multipart messages
11814
11815 2002-05-12 [paul]       0.7.5claws24
11816
11817         * src/summaryview.c
11818                 reverse last commit, bug already fixed in 0.7.5claws3
11819
11820 2002-05-12 [netztorte]  0.7.5claws23
11821
11822         * src/summaryview.c
11823                 dont parse empty addressbook (checked in before claws20)
11824
11825 2002-05-12 [melvin]     0.7.5claws22
11826
11827         * src/procmsg.[ch]
11828                 Removed unneeded priority code introduced by the previous 
11829                 commit.
11830
11831 2002-05-12 [melvin]     0.7.5claws21
11832
11833         * src/compose.[ch]
11834                 Added possibility to set message's priority.
11835         * src/procmsg.[ch]
11836                 Added possibility to set message's priority.
11837                 Added missing headers
11838
11839 2002-05-12 [melvin]     0.7.5claws20
11840
11841         * src/prefs_actions.c
11842                 Removed implicitely added quotes around the name
11843                 of the temporary files of mime parts.
11844
11845 2002-05-12 [paul]       0.7.5claws19
11846
11847         * sync with 0.7.5cvs20
11848                 see ChangeLog 2002-05-11
11849
11850 2002-05-12 [alfons]     0.7.5claws18
11851
11852         * src/quote_fmt_lex.l
11853         * src/quote_fmt_parse.y
11854                 allow quote / reply date & time format to be set using
11855                 %D{format}. format is a format string you'd pass to
11856                 strftime() (see man strftime, or the Display tab |
11857                 Date format setting).
11858
11859                 Currently %D converts the date to local time. 
11860
11861 2002-05-11 [paul]       0.7.5claws17
11862
11863         * sync with 0.7.5cvs19 (except src/prefs_folder_item.c)
11864                 see ChangeLog 2002-05-10 and 2002-05-11
11865
11866 2002-05-10 [paul]       0.7.5claws16
11867
11868         * sync with 0.7.5cvs16
11869                 see ChangeLog entries 2002-05-09 and 
11870                 2002-05-10
11871
11872 2002-05-10 [colin]      0.7.5claws15
11873
11874         * src/textview.c
11875                 Corrected a bug that prevented sylpheed to open
11876                 double-clicked URIs.
11877
11878 2002-05-09 [paul]       0.7.5claws14
11879
11880         * sync with 0.7.5cvs14
11881                 see ChangeLog 2002-05-08 and 2002-05-09
11882
11883 2002-05-08 [paul]       0.7.5claws13
11884
11885         * sync with 0.7.5cvs11
11886                 see ChangeLog entry 2002-05-08
11887
11888 2002-05-08 [paul]       0.7.5claws12
11889
11890         * src/mainwindow.c
11891           src/textview.[ch]
11892                 fix segfault on View->Open in new window
11893                 patch submitted by Thorsten Maerz <torte@netztorte.de>
11894
11895 2002-05-07 [paul]       0.7.5claws11
11896
11897         * sync with 0.7.5cvs9
11898                 see ChangeLog entry 2002-05-07
11899
11900 2002-05-06 [paul]       0.7.5claws10
11901
11902         * src/messageview.c
11903           src/textview.c
11904                 display url in statusbar on single-click
11905                 patch submitted by Thorsten Maerz <torte@netztorte.de>
11906
11907 2002-05-06 [match]      0.7.5claws9
11908
11909         * src/addritem.[ch]
11910                 new functions.
11911         * src/addrcache.c
11912                 tidy up.
11913         * src/xmlprops.[ch]
11914                 XML implementation of properties file.
11915         * src/exporthtml.[ch]
11916         * src/expthtmldlg.[ch]
11917         * src/addressbook.c
11918                 export to HTML.
11919
11920 2002-05-02 [sergey]     0.7.5claws8
11921
11922         * src/mainwindow.c (mainwin_entries),
11923           src/prefs_common.c (prefs_send_create()),
11924           src/codeconv.c (locale_table):
11925                 use charset name "Windows-1251" instead of "CP1251".
11926
11927 2002-05-02 [colin]      0.7.5claws7
11928         
11929         * src/compose.c
11930           src/prefs_common.c
11931           src/prefs_folder_item.c
11932                 Fixed cosmetics bugs due to Outbox renamed to Sent.
11933
11934 2002-05-02 [hiro]       0.7.5claws6
11935
11936         * src/imap.c
11937                 sync the change for QUOTE_IF_REQUIRED() macro with 0.7.5cvs7.
11938
11939 2002-05-02 [paul]       0.7.5claws5
11940
11941         * src/compose.c
11942                 more sync with 0.7.5cvs7, see ChangeLog entry
11943                 2002-05-02
11944
11945 2002-05-02 [hiro]       0.7.5claws4
11946
11947         * src/compose.c
11948                 compose_queue_sub():
11949                 check if queue folder exists (closes #550397).
11950                 removed directory creation since it should be handled
11951                 transparently.
11952         * src/imap.c
11953                 imap_add_msg(): return UID for appended message
11954                 (closes #548842).
11955
11956 2002-04-30 [paul]       0.7.5claws3
11957
11958         * src/summaryview.c
11959                 fix account_find_from_address() bug
11960
11961 2002-04-28 [colin]      0.7.5claws2
11962
11963         * src/compose.c
11964           src/textview.c
11965           src/prefs_common.[ch]
11966           src/utils.[ch]
11967                 Added user-definable quotation characters recognition.
11968
11969 2002-04-28 [paul]       0.7.5claws1
11970
11971         * sync with 0.7.5cvs4
11972                 see ChangeLog entry  2002-04-25
11973
11974 2002-04-28 [paul]       0.7.5claws
11975
11976         * po/es.po
11977           po/nl.po
11978           po/pt_BR.po
11979                 updated by Ricardo Mones Lastra, Wilbert Berendsen, and
11980                 Fabio Junior Beneditto
11981
11982 2002-04-27 [jens]       0.7.4claws103
11983
11984         * po/de.po
11985                 updated German translation.
11986
11987 2002-04-27 [hiro]       0.7.4claws102
11988
11989         * src/summaryview.c
11990                 summary_write_cache(): fixed the mark loss of hidden messages.
11991
11992 2002-04-26 [melvin]     0.7.4claws101
11993
11994         * src/procmsg.c
11995                 fixed a second typo (same one)
11996         * po/fr.po
11997           po/it.po
11998           po/pt_BR.po
11999                 fixed the type again...
12000
12001 2002-04-26 [melvin]     0.7.4claws100
12002
12003         * src/procmsg.c
12004                 fixed a typo in an alert message ("temorary").
12005         * po/it.po
12006         * po/pt_BR.po
12007                 corrected the typo  described above.
12008         * po/fr.po
12009                 updated French translation.
12010
12011 2002-04-26 [darko]      0.7.4claws99
12012
12013         * src/summaryview.c
12014                 fix target folder colorization
12015
12016 2002-04-25 [paul]       0.7.4claws98
12017
12018         * po/it.po
12019                 updated by Alessandro Maestri
12020
12021 2002-04-24 [colin]      0.7.4claws97
12022         
12023         * src/compose.c
12024                 Fixed double "subject is empty" question.
12025
12026 2002-04-23 [colin]      0.7.4claws96
12027         
12028         * src/mimeview.c
12029                 Corrected issue when "automatically display images" was
12030                 not set : first image remained after selecting second.
12031
12032 2002-04-23 [melvin]     0.7.4claws95
12033
12034         * src/prefs_actions.c
12035                 Don't display in/out dialog if there is nothing to show.
12036
12037 2002-04-23 [paul]       0.7.4claws94
12038
12039         * sync with 0.7.5cvs3
12040                 bug fixes: see ChangeLog entry 2002-04-23
12041
12042 2002-04-22 [darko]      0.7.4claws93
12043
12044         * src/compose.c
12045                 fix previous check-in which changed code after
12046                 merge from main
12047
12048 2002-04-22 [paul]       0.7.4claws92
12049
12050         * faq/de/*
12051                 add German FAQ
12052         * faq/en/*
12053           faq/es/*
12054           faq/fr/*
12055                 update English, Spanish and French FAQs
12056         * manual/de/*
12057           manual/es/*
12058                 add German and Spanish manuals
12059         * manual/en/*
12060           manual/fr/*
12061                 update English and French manuals
12062
12063         * src/Makefile.am
12064                 add to and re-arrange the pixmap entries
12065
12066 2002-04-22 [darko]      0.7.4claws91
12067
12068         * src/compose.c
12069                 fix sender initials recognition to only allow
12070                 '>' after the initials
12071
12072 2002-04-21 [paul]       0.7.4claws90
12073
12074         * sync with 0.7.5 release
12075                 see ChangeLog entry 2002-04-21
12076
12077 2002-04-21 [alfons]
12078
12079         * src/Makefile.am
12080                 add colin's new pixmaps to EXTRA_DIST
12081
12082 2002-04-21 [colin]      0.7.4claws89
12083         * src/compose.c
12084         * src/inc.c
12085         * src/mainwindow.[ch]
12086         * src/prefs_common.[ch]
12087         * src/stock_pixmap.[ch]
12088                 Added "Work offline" ability.
12089
12090 2002-04-21 [colin]      0.7.4claws88
12091         
12092         * src/mimeview.c
12093         * src/prefs_common.c
12094         * src/prefs_common.h
12095         * src/textview.c : Added an option to common preferences -> display
12096           to allow user not to automatically display images.
12097
12098 2002-04-21 [paul]       0.7.4claws87
12099
12100         * sync with 0.7.4cvs52
12101                 see ChangeLog entry 2002-04-21 (src/imap.c)
12102
12103 2002-04-21 [paul]       0.7.4claws86
12104
12105         * sync with 0.7.4cvs51
12106                 see ChangeLog entry 2002-04-21
12107
12108 2002-04-21 [paul]       0.7.4claws85
12109
12110         * sync with 0.7.4cvs49
12111                 see ChangeLog entries 2002-04-20 and 2002-04-21
12112
12113         * src/Makefile.am
12114                 clean up: remove old 'stock_' element from xpm 
12115                 filenames.
12116
12117 2002-04-21 [alfons]     0.7.4claws84
12118
12119         apply sync patch from Paul
12120
12121         * src/folderview.c
12122                 use old claws prefs_folder_item_create() for now
12123
12124 2002-04-19 [match]      0.7.4claws83
12125
12126         * src/addressbook.[ch]
12127         * src/addrharvest.[ch]
12128         * src/addrgather.[ch]
12129                 recurse folders.
12130         * src/mainwindow.c
12131         * src/summaryview.[ch]
12132                 change menu option.
12133
12134 2002-04-19 [paul]       0.7.4claws82
12135
12136         * po/pt_BR.po
12137                 updated by Fabio Junior Beneditto
12138
12139 2002-04-14 [alfons]     0.7.4claws81
12140
12141         * src/passphrase.c
12142                 add #include <sys/types.h> for mode_t and off_t 
12143
12144 2002-04-13 [paul]       0.7.4claws80
12145         
12146         * src/main.c
12147           src/passphrase.[ch]
12148           src/pgptext.c
12149           src/prefs_common.[ch]
12150           src/rfc2015.c
12151                 enable storing of GnuPG passphrase for the whole 
12152                 session or a user-defined number of minutes. patch 
12153                 submitted by Ravemax <ravemax@dextrose.com>
12154
12155 2002-04-13 [alfons]     0.7.4claws79
12156
12157         * src/textview.c
12158                 make email parser also stop scanning when encountering separators
12159                 ',' and ';' (reported by Fabien Vantard <fvantard@opsion.fr>)
12160
12161 2002-04-13 [paul]       0.7.4claws78
12162
12163         * sync with 0.7.4cvs39
12164                 see ChangeLog entry 2002-04-12
12165
12166 2002-04-11 [paul]       0.7.4claws77
12167
12168         * sync with 0.7.4cvs37
12169                 see ChangeLog entry 2002-04-11
12170
12171 2002-04-11 [paul]       0.7.4claws76
12172
12173         * COPYING 
12174                 re-licensed (removal of "NO-VIRUS CLAUSE" and addition of
12175                 the clause for OpenSSL). sync with sylpheed main
12176
12177 2002-04-09 [melvin]     0.7.4claws75
12178
12179         * src/compose.c
12180                 Made 'Ctrl-Enter' on send ignore some modifiers 
12181                 (LOCK_MASK, MOD2, MOD3, MOD4, MOD5). Make it possible
12182                 to bind other *-Enter (but not Alt-Enter).
12183
12184 2002-04-09 [paul]       0.7.4claws74
12185
12186         * sync with 0.7.4cvs35
12187                 see ChangeLog entries 2002-04-09
12188
12189 2002-04-08 [paul]       0.7.4claws73
12190
12191         * sync with 0.7.4cvs33
12192                 see ChangeLog entry 200-04-08
12193
12194 2002-04-07 [match]      0.7.4claws72
12195
12196         * src/addrharvest.[ch]
12197                 fixed to read all addresses in header, regardless
12198                 of header size. improved name parsing. accommodate
12199                 harvest from folders and selected message.
12200         * src/addritem.[ch]
12201                 included new address parsing function.
12202         * src/addrgather.[ch]
12203         * src/addressbook.[ch]
12204         * src/summaryview.[ch]
12205         * src/mainwindow.c
12206                 allow address harvest of folder as well as selected
12207                 messages.
12208
12209 2002-04-07 [paul]       0.7.4claws71
12210
12211         * src/esmtp.[ch]
12212           src/smtp.c
12213                 don't try to authenticate with CRAM-MD5 in SMTP when 
12214                 SMTP-AUTH enabled if MTA doesn't issue this 
12215                 auth-method in it's ehlo-response. bug item #531364,
12216                 patch item #938910. patch submitted by Colin Leroy 
12217                 <colin@colino.net>
12218
12219 2002-04-07 [paul]       0.7.4claws70
12220
12221         * src/nntp.c
12222                 fix missing MODE_READER bug. patch submitted by
12223                 Colin Leroy <colin@colino.net>
12224
12225 2002-04-07 [alfons]     0.7.4claws69
12226
12227         * src/matcher.[ch]
12228         * src/prefs_filtering.c
12229         * src/summaryview.c
12230                 escape \' and \" in strings passed as filtering strings; bug report by Alex Evseev.
12231                 (see http://www.geocrawler.com/lists/3/SourceForge/11619/25/8279435/)
12232
12233 2002-04-07 [paul]       0.7.4claws68
12234
12235         * sync with 0.7.4cvs32
12236                 see ChangeLog entry 2002-04-06
12237
12238         * tools/filter_conv.pl
12239                 more bug fixes
12240
12241 2002-04-06 [paul]       0.7.4claws67
12242
12243         * tools/filter_conv.pl
12244                 modify to be able to find the name of the first
12245                 mailbox and use that. main's filter does not
12246                 record the full path to the mailbox and therefore
12247                 can only filter to the first mailbox.
12248
12249 2002-04-05 [paul]       0.7.4claws66
12250
12251         * tools/filter_conv.pl
12252                 attempt to make the script all-encompassing and
12253                 be able to convert any main 'filter' rule thrown
12254                 at it
12255
12256 2002-04-05 [paul]       0.7.4claws65
12257
12258         * tools/filter_conv.pl
12259                 allow for collapsed folder trees
12260
12261 2002-04-05 [paul]       0.7.4claws64
12262
12263         * sync with 0.7.4cvs31
12264                 see ChangeLog entries 2002-04-05
12265
12266 2002-04-03 [paul]       0.7.4claws63
12267
12268         * sync with 0.7.4cvs29
12269                 see ChangeLog entries 2002-04-02 and 2002-04-03
12270
12271 2002-04-02 [paul]       0.7.4claws62
12272
12273         * sync with 0.7.4cvs26
12274                 see ChangeLog entry 2002-04-01
12275
12276 2002-04-02 [match]      0.7.4claws61
12277
12278         * src/pine.[ch]
12279         * src/importpine.[ch]
12280         * src/addressbook.c
12281                 import Pine address book.
12282
12283 2002-04-02 [match]      0.7.4claws60
12284
12285         * src/addrharvest.[ch]
12286                 improve address parsing of funky addresses.
12287
12288 2002-04-02 [darko]      0.7.4claws59
12289
12290         * src/compose.c
12291                 wrap on send improvements, it now recognizes quoted
12292                 initials as part of the quotation string, and it
12293                 does not join lines separated by CR
12294
12295 2002-04-01 [match]      0.7.4claws58
12296
12297         * src/mgutils.[ch]
12298                 added new functions.
12299         * src/mutt.[ch]
12300                 remove excessive duplicate address generation
12301                 on import.
12302
12303 2002-04-01 [alfons]     0.7.4claws57
12304         
12305         * src/summaryview.c
12306                 put back g_free() 
12307
12308 2002-04-01 [paul]       0.7.4claws56
12309
12310         * sync with 0.7.4cvs25
12311                 see ChangeLog entry 2002-04-01
12312
12313 2002-04-01 [alfons]     0.7.4aprilfool55
12314
12315         * src/summaryview.c
12316                 honour feature request item #537427 to allow for
12317                 displaying names from address book for sent mail also
12318
12319 2002-03-29 [paul]       0.7.4claws54
12320
12321         * src/mainwindow.c
12322           src/prefs_filtering.[ch]
12323           src/prefs_matcher.c
12324           src/summaryview.c
12325                 add 'fast filter' for claws' filtering,
12326                 /Tools/Create filter rule/... patch submitted
12327                 by Neill Miller <neillm@thecodefactory.org>
12328
12329 2002-03-29 [paul]       0.7.4claws53
12330
12331         * sync with 0.7.4cvs24
12332                 see ChangeLog entry 2002-03-29
12333
12334 2002-03-28 [paul]       0.7.4claws52
12335
12336         * sync with 0.7.4cvs23
12337                 see ChangeLog entry 2002-03-28
12338
12339 2002-03-27 [melvin]     0.7.4claws51
12340
12341         * src/prefs_actions.c
12342                 Added support to pass only one message part (as a
12343                 file) to the command using '%p'. No quotes are needed
12344                 because doubles quotes are automatically added.
12345                 Fixed bug where Sylpheed could block when waiting for
12346                 a child process to finish.
12347                 Changed the help menu to remove quotes around symbols to 
12348                 avoid misinterpretation (they must not be used).
12349
12350 2002-03-27 [melvin]     0.7.4claws50
12351
12352         * src/inc.c
12353                 Made the new mail notification command always 
12354                 execute asynchronously.
12355
12356 2002-03-27 [paul]       0.7.4claws49
12357
12358         * src/compose.c
12359                 fix bug introduced in last commit
12360
12361 2002-03-27 [paul]       0.7.4claws48
12362
12363         * sync with 0.7.4cvs21
12364                 see ChangeLog 2002-03-26 and 2002-03-27
12365
12366 2002-03-26 [hoa]        0.7.4claws47
12367
12368         * src/prefs_folder_item.c
12369                 really fixed the bug #516442 with folder rescan.
12370
12371 2002-03-26 [paul]       0.7.4claws46
12372
12373         * sync with 0.7.4cvs19
12374                 see ChangeLog entries 2002-03-25 and 2002-03-26
12375
12376 2002-03-25 [hoa]        0.7.4claws45
12377
12378         * src/matcher.c
12379         * src/mh.c
12380                 fix the bug #516442 with folder rescan.
12381
12382         * src/prefs_common.[ch]
12383         * src/compose.c
12384                 added an option to enable two different behaviours
12385                 for bounce.
12386
12387
12388 2002-03-25 [paul]       0.7.4claws44
12389
12390         * src/mainwindow.c
12391           src/selective_download.c
12392                 correct a few menuitem labels
12393
12394 2002-03-25 [christoph]  0.7.4claws43
12395
12396         * src/procmsg.c
12397                 fix non deleted tmp message in
12398                 procmsg_save_to_outbox
12399                 fix problems caused by sync with
12400                 main branch's procmsg_send_queue
12401
12402 2002-03-25 [paul]       0.7.4claws42
12403
12404         * src/quote_fmt.c
12405           src/quote_fmt_lex.l
12406           src/quote_fmt_parse.y
12407                 add Last name (%L) placeholder for quoting. 
12408                 patch submitted by Thorsten Thielen 
12409                 <thth@users.sourceforge.net>
12410
12411 2002-03-25 [paul]       0.7.4claws41
12412
12413         * src/utils.c
12414                 get full hostname. patch submitted by
12415                 Bob Woodside <rwoodside1@comcast.net>
12416
12417 2002-03-25 [paul]       0.7.4claws40
12418
12419         * src/account.c
12420           src/news.c
12421           src/nntp.[ch]
12422           src/prefs_account.[ch]
12423                 enable NNTP over SSL. patch submitted by
12424                 Pascal Jermini <pascal@infinity.hn.org>
12425
12426 2002-03-24 [paul]       0.7.4claws39
12427
12428         * src/prefs_common.c
12429                 make the arrangement of the Compose tab more
12430                 coherent
12431
12432         * src/mainwindow.c
12433                 fix some irregularities of style
12434
12435         * po/de.po
12436                 updated by Kilian Krause
12437
12438 2002-03-23 [paul]       0.7.4claws38
12439
12440         * po/pt_BR.po
12441                 updated by Fabio Junior Beneditto
12442
12443 2002-03-23 [paul]       0.7.4claws37
12444
12445         * src/mainwindow.c
12446                 move 'Gather addresses' to 'Tools' menu
12447                 make 'Selective download' sensitive
12448
12449 2002-03-23 [paul]       0.7.4claws36
12450
12451         * sync with 0.7.4cvs16
12452                 see ChangeLog entries 2002-03-23
12453
12454 2002-03-22 [christoph]  0.7.4claws35
12455
12456         * src/quote_fmt_parse.y
12457                 fix include program output
12458
12459 2002-03-22 [alfons]     0.7.4claws34
12460
12461         * src/pop.c
12462                 initialize GDate stack variable correctly (sorry!)
12463
12464 2002-03-22 [paul]       0.7.4claws33
12465
12466         * src/compose.c
12467           src/mainwindow.c
12468           src/prefs_actions.c
12469           src/prefs_common.c
12470                 rename 'Tool' to 'Tools'
12471
12472         * src/mainwindow.c
12473                 move 'Delete duplicated messages' from
12474                 'Message/' to 'Tools/'
12475                 re-arrange the order of 'Tools/' items
12476
12477 2002-03-22 [paul]       0.7.4claws32
12478
12479         * src/addr_compl.c
12480           src/addressbook.[ch]
12481                 auto-address completion now also matches on
12482                 Nickname. patch submitted by Bob Forsman 
12483                 <hammor@users.sourceforge.net>
12484
12485         * src/editaddress.c
12486                 correct a spelling mistake
12487
12488 2002-03-22 [alfons]     0.7.4claws31
12489
12490         * src/pop.c
12491                 fix getting uidl from incorrect string 
12492                 (spotted by Colin)
12493
12494 2002-03-21 [alfons]     0.7.4claws30
12495
12496         * src/pop.c
12497                 more code refactoring
12498                 plug mem leak introduced by delete on server
12499
12500 2002-03-21 [paul]       0.7.4claws29
12501
12502         * sync with 0.7.4cvs11
12503                 see ChangeLog entries 2002-03-20
12504
12505 2002-03-20 [alfons]     0.7.4claws28
12506
12507         * src/inc.c
12508                 apply Colin's patch and refactor
12509
12510 2002-03-20 [paul]       0.7.4claws27
12511
12512         * sync with sylpheed 0.7.4cvs9
12513                 see ChangeLog entry 2002-03-20
12514
12515 2002-03-19 [christoph]  0.7.4claws26
12516
12517         * src/mh.c
12518         * src/procmsg.[ch]
12519         * src/summaryview.c
12520                 revert changes for flag updates
12521                 (does not work correctly and no time to debug)
12522
12523 2002-03-20 [alfons]     0.7.4claws25
12524
12525         * src/pop.c
12526                 refactor should_delete() a little bit 
12527
12528 2002-03-19 [paul]       0.7.4claws24
12529
12530         * src/inc.[ch]
12531           src/pop.c
12532           src/prefs_account.[ch]
12533                 allow the user to leave downloaded mail on the 
12534                 server for n days. Patch submitted by Colin Leroy 
12535                 <colin@colino.net>
12536
12537 2002-02-19 [paul]       0.7.4claws23
12538
12539         * sync with sylpheed 0.7.4cvs8
12540                 see ChangeLog entries 2002-03-19
12541
12542 2002-03-18 [paul]       0.7.4claws22
12543
12544         * sync with sylpheed 0.7.4cvs6
12545                 see ChangeLog entry 2002-03-18
12546
12547 2002-03-18 [paul]       0.7.4claws21
12548
12549         * po/en_GB.po
12550                 add en_GB message catalogue
12551
12552         * src/mbox_folder.c
12553           src/prefs_account.c
12554           src/prefs_actions.c
12555                 correct a few spelling mistakes
12556
12557 2002-03-17 [alfons]     0.7.4claws20
12558
12559         * src/matcher.c
12560                 more stringent checks for NULL params when writing
12561                 filtering actions to a file
12562                 
12563 2002-03-17 [hoa]        0.7.3claws20
12564
12565         * src/news.c
12566                 fixed the count of new messages
12567
12568         * src/compose.c
12569                 fixed the "attachment properties" window
12570
12571 2002-03-17 [paul]       0.7.4claws19
12572
12573         * src/defs.h
12574           src/folder.h
12575           src/news.c
12576           src/prefs_account.[ch]
12577           src/procmsg.[ch]
12578           src/summaryview.c
12579                 automatically mark cross-posted messages as read 
12580                 and (optionally) give them a colour label
12581                 Patch submitted by Stefaan Eeckels <Stefaan.Eeckels@eec.lu>
12582                 
12583
12584 2002-03-17 [paul]       0.7.4claws18
12585
12586         * sync with sylpheed 0.7.4cvs5
12587                 see ChangeLog entry 2002-03-17
12588
12589 2002-03-17 [melvin]     0.7.4claws17
12590         
12591         * src/textview.c
12592                 Worked around a gtktext 'bug': when searching for 
12593                 a text in a long message it was scrolling slowly
12594                 line by line until it hit the searched text.
12595         * po/fr.po
12596                 Updated French translation
12597
12598 2002-03-17 [melvin]     0.7.4claws16
12599
12600         * src/mainwindow.c
12601         * src/compose.c
12602         * src/prefs_actions.c
12603                 Moved "Edit/Actions" to "Tool/Actions"
12604                 Made mainwindow/compose window sensitive as soon as
12605                 no child process is running anymore even if the io dialog
12606                 is open.
12607                 Fixed a struct being initialized with a non constant char*
12608
12609 2002-03-16 [christoph]  0.7.4claws15
12610
12611         * configure.in
12612                 add --with-compiler-flags option
12613                 (only for developer hacking)
12614         * src/mh.c
12615         * src/procmsg.[ch]
12616         * src/summaryview.c
12617                 try to make folder-stats and flag handling more
12618                 independent from the summaryview. msgcounts
12619                 are only set when the folder is opened and
12620                 procmsg_msginfo_(un)set_flags will handle it
12621                 later and summaryview will get the values
12622                 from the folder.
12623
12624 2002-03-16 [paul]       0.7.4claws14
12625
12626         * src/messageview.c
12627                 fix Return-receipt. Patch submitted by Bob
12628                 Woodside <rwoodside1@comcast.net>
12629
12630 2002-03-16 [paul]       0.7.4claws13
12631
12632         * src/compose.c
12633                 fix 'dynamic' signatures, make it work again
12634                 broken during sync on 2002-03-14 (0.7.4claws2)
12635
12636 2002-03-15 [match]      0.7.4claws12
12637
12638         * src/addrharvest.[ch]
12639         * src/addrgather.[ch]
12640         * src/addressbook.[ch]
12641         * src/mainwindow.c
12642                 included address harvester feature. still some
12643                 issues with address parsing that I will fix.
12644
12645 2002-03-15 [match]      0.7.4claws11
12646
12647         * src/addrbook.[ch]
12648         * src/addrcache.[ch]
12649         * src/addressbook.[ch]
12650         * src/addrindex.c
12651         * src/editbook.c
12652         * src/importldif.c
12653         * src/importmutt.c
12654         * src/jpilot.[ch]
12655         * src/main.c
12656         * src/syldap.[ch]
12657         * src/vcard.[ch]
12658                 tidy up. fix memory leaks. moved attribs and methods
12659                 from individual interfaces to addrcache object. prep
12660                 for new stuff to come in.
12661
12662 2002-03-15 [alfons]     0.7.4claws10
12663
12664         * src/matcher.[ch]
12665         * src/matcher_parser_parse.y
12666         * src/matcher_parser_lex.l
12667         * src/prefs_matcher.c
12668                 add filtering conditions message greater than, smaller 
12669                 than, and exactly matching a size in bytes
12670                 (does not work with delete from POP3 server yet)
12671
12672                 this should also give others an idea what you should
12673                 do to add new criterions to claws filtering system
12674                 
12675
12676 2002-03-15 [paul]       0.7.4claws9
12677
12678         * tools/filter_conv.pl
12679                 exit if there are no filter rules to convert
12680                 rename filterrc to filterrc.old after completion
12681
12682 2002-03-15 [paul]       0.7.4claws8
12683
12684         * sync with sylpheed 0.7.4cvs3
12685                 see ChangeLog entry 2002-03-14
12686
12687 2002-03-14 [paul]       0.7.4claws7
12688
12689         * src/compose.c
12690                 clean up the last commit (ahem)
12691
12692 2002-03-14 [paul]       0.7.4claws6
12693
12694         * src/compose.c
12695                 fix bug #515655. honour account preferences
12696                 regarding gpg default signing/encryption when 
12697                 changing account from the compose window.
12698
12699 2002-03-14 [paul]       0.7.4claws5
12700
12701         * src/folderview.c
12702                 remove unnecessary curly brackets
12703
12704 2002-03-14 [paul]       0.7.4claws4
12705
12706         * src/folderview.c
12707           src/prefs_filtering.[ch]
12708                 add filter rename on folder rename and filter
12709                 delete on folder delete. Patch submitted by
12710                 Neill Miller <neillm@thecodefactory.org> 
12711
12712 2002-03-14 [christoph]  0.7.4claws3
12713
12714         * src/procmsg.c
12715         * src/send.c
12716                 fix local delivery
12717                 (patch submitted by "Simon 'corecode' Schubert")
12718         * src/prefs_common.c
12719         * src/procmsg.c
12720                 fix gcc 3.0 warning
12721
12722 2002-03-14 [paul]       0.7.4claws2
12723
12724         * sync with sylpheed 0.7.4cvs2
12725                 see ChangeLog entry 2002-03-13
12726
12727 2002-03-12 [darko]      0.7.4claws1
12728
12729         * src/mainwindow.c
12730                 fix what seems to be a copy and paste error
12731                 when setting color for important messages
12732                 (reported by wwp)
12733
12734 2002-03-11 [paul]       version 0.7.4claws released
12735
12736 2002-03-11 [paul]       0.7.4claws
12737
12738         * po/es.po
12739           po/it.po
12740           po/nl.po
12741           po/pt_BR.po
12742                 update message catalogs. Submitted by Ricardo Mones 
12743                 Lastra, Alessandro Maestri, Wilbert Berendsen, and 
12744                 Fabio Junior Beneditto
12745
12746         * configure.in
12747           faq/Makefile.am
12748           faq/it/Makefile
12749           faq/it/sylpheed-faq*
12750           src/mainwindow.c
12751           src/manual.[ch]
12752                 add FAQ in Italian
12753         
12754
12755 2002-03-11 [jens]       0.7.3claws7
12756
12757         * po/de.po
12758                 updated German translation
12759
12760 2002-03-11 [melvin]     0.7.3claws6
12761
12762         * po/fr.po
12763                 updated and corrected French translation
12764
12765 2002-03-10 [hoa]        0.7.3claws5
12766
12767         * src/account.c
12768         * src/inc.c
12769         * src/prefs_account.c
12770         * src/procmsg.c
12771         * src/send.[ch]
12772                 fixed the local account.
12773                 you have to change the default "/usr/sbin/sendmail"
12774                 to "/usr/sbin/sendmail -t" in the preferences of
12775                 the local account.
12776
12777         * src/procmime.c
12778                 removed some debug display for renderer
12779
12780 2002-03-10 [paul]       0.7.3claws4
12781
12782         * faq/en/sylpheed-faq-1.html
12783           faq/en/sylpheed-faq-2.html
12784                 update
12785
12786 2002-03-09 [paul]       0.7.3claws3
12787
12788         * sync with sylpheed 0.7.4
12789                 see ChangeLog entry 2002-03-09
12790
12791 2002-03-08 [paul]       0.7.3claws2
12792
12793         * faq/en/sylpheed-faq*
12794           faq/es/sylpheed-faq*
12795           faq/fr/sylpheed-faq*
12796                 update the FAQs
12797
12798         * manual/fr/.cvsignore
12799           manual/fr/Makefilea.am
12800           manual/fr/sylpheed*
12801           src/mainwindow.c
12802           src/manual.[ch]
12803                 add the French manual
12804
12805 2002-03-07 [paul]       0.7.3claws1
12806
12807         * sync with sylpheed 0.7.3cvs4
12808                 see ChangeLog entries  2002-03-06 and 2002-03-07
12809         
12810         * po/nl.po
12811                 updated by Wilbert Berendsen
12812
12813 2002-03-07 [melvin]     0.7.2claws34
12814
12815         * src/selective_download.c
12816                 Changed the pixmap of the receive button to MAIL_RECEIVE.
12817
12818 2002-03-06 [paul]       0.7.2claws33
12819
12820         * sync with sylpheed 0.7.3cvs1
12821                 bug fix, see ChangeLog entry 2002-03-05
12822
12823 2002-03-05 [paul]       0.7.2claws32
12824
12825         * src/mimeview.c
12826           src/pgptext.[ch]
12827           src/procmsg.c
12828                 reverse the pgp ascii-armored code implemented in 
12829                 0.7.2claws16. removal of this code until it matures.
12830                 this means that verifying ascii-armored pgp sigs and
12831                 automatic decryption of ascii-armored encrypted
12832                 messages no longer works.
12833
12834 2002-03-05 [paul]       0.7.2claws31
12835
12836         * configure.in
12837           Makefile.am
12838         * faq/Makefile.am
12839         * faq/en/Makefile.am
12840           faq/en/sylpheed-faq.html
12841           faq/en/sylpheed-faq-1.html
12842           faq/en/sylpheed-faq-2.html
12843           faq/en/sylpheed-faq-3.html
12844         * faq/es/Makefile.am
12845           faq/es/sylpheed-faq.html
12846           faq/es/sylpheed-faq-1.html
12847           faq/es/sylpheed-faq-2.html
12848           faq/es/sylpheed-faq-3.html
12849           faq/es/sylpheed-faq-4.html
12850         * faq/fr/Makefile.am
12851           faq/fr/sylpheed-faq.html
12852           faq/fr/sylpheed-faq-1.html
12853           faq/fr/sylpheed-faq-2.html
12854           faq/fr/sylpheed-faq-3.html
12855         * src/Makefile.am
12856           src/defs.h
12857           src/mainwindow.c
12858           src/manual.[ch]
12859                 add FAQs in English, Spanish and French
12860
12861
12862 2002-03-05 [paul]       0.7.2claws30
12863
12864         * manual/en/sylpheed.html
12865           manual/en/sylpheed-XX.html
12866                 updated the English manual
12867
12868 2002-03-05 [hoa]        
12869
12870         * src/summaryview.c
12871                 dialog box pops up if the article can't be deleted.
12872
12873 2002-03-04 [paul]       
12874         
12875         * po/pt_BR.po
12876                 updated by Fabio Junior Benedito
12877
12878 2002-03-04 [hoa]
12879
12880         * removed ac/gpgme.m4
12881                 to avoid autogen common problem
12882                 developers have to install gpgme development package now
12883
12884         * src/compose.c
12885                 encoding to 7bit or 8bit is enabled.
12886
12887 2002-03-03 [alfons]     0.7.2claws29
12888
12889         * src/pop.c
12890                 merge fix by Oliver Haertel for selective
12891                 download buglet
12892
12893 2002-03-03 [paul]       0.7.2claws28
12894         
12895         * sync with sylpheed 0.7.3
12896
12897 2002-03-03 [paul]       0.7.2claws27
12898
12899         * sync with sylpheed 0.7.2cvs24
12900                 see ChangeLog entries 2002-03-02 and 2002-03-03
12901
12902 2002-03-02 [melvin]     0.7.2claws26
12903
12904         * src/inc.[ch]
12905         * src/main.c
12906         * src/mainwindow.c
12907         * src/prefs_common.[ch]
12908                 Added user definable notification on new mail arrival.
12909                 Removed unused variables in spell checker prefs code.
12910
12911 2002-03-02 [melvin]     0.7.2claws25
12912
12913         * src/quote_fmt.c
12914                 Removed unnecessary escape sequences.
12915                 Changed 'Initial...' to 'Initials of Sender'
12916
12917 2002-03-02 [paul]       0.7.2claws24
12918
12919         * sync with sylpheed 0.7.2cvs22
12920                 see ChangeLog entry 2002-03-01
12921
12922 2002-03-01 [hoa]        0.7.2claws23
12923
12924         * src/mainwindow.c
12925                 Set sensitivity of delete actions to active
12926                 even if the folder is a newsgroup.
12927
12928         * src/summaryview.c
12929                 - Set sensitivity of delete actions
12930                 - Added function check_permission() that will check if the
12931                   user is authorized to delete a message. For news, it
12932                   will check if the author is the same.
12933                 - Enabled deletion when there is no trash folder.
12934
12935         * src/news.[ch]
12936                 - Added news_cancel_article() to cancel articles
12937                 - Implemented news_remove_message() (public function)
12938
12939 2002-03-01 [paul]       0.7.2claws22
12940
12941         * src/gtkutils.c
12942           src/textview.c
12943                 recognise urls that that don't include 'http://' and
12944                 simply begin 'www.' 
12945
12946         * AUTHORS
12947                 remove duplicated name
12948
12949 2002-02-28 [paul]       0.7.2claws21
12950
12951         * src/mainwindow.c
12952           src/summaryview.[ch]
12953                 add ability to 'Select thread'
12954                 combines Melvin's "Select thread's head" patch (#510907)
12955                 with Colin Leroy's <colin@colino.net> "Select whole thread" 
12956                 patch (#518514) 
12957
12958 2002-02-28 [paul]       0.7.2claws20
12959
12960         * src/mimeview.c
12961                 hopefully fix segfault on right-clicking a mime part
12962                 that some people have experienced.      
12963                 fix submitted by Fredrik Olofsson <frol@linux.nu>
12964
12965 2002-02-28 [paul]       0.7.2claws19
12966
12967         * sync with sylpheed 0.7.2cvs21
12968                 see ChangeLog entries 2002-02-27 and 2002-02-28
12969
12970 2002-02-27 [paul]       0.7.2claws18
12971
12972         * sync with sylpheed 0.7.2cvs18
12973                 see ChangeLog entries 2002-02-26 and 2002-02-27
12974
12975 2002-02-26 [alfons]     0.7.2claws17
12976
12977         * src/procheader.c
12978                 #undef ALLOW_HEADER_HINT (this was supposed to be undef'ed)
12979                 (spotted by Chris Hessman <idatech@gmx.net>)
12980
12981 2002-02-26 [paul]       0.7.2claws16
12982
12983         * src/mimeview.c
12984           src/pgptext.[ch]
12985           src/procmsg.c
12986                 make decryption of ascii-armored pgp encrypted messages
12987                 and verification of ascii-armored signatures work again.
12988                 slightly altered from the patch by Jens Jahnke 
12989                 <jan0sch@gmx.net>
12990
12991                 ##FIX ME##
12992                 * the checking of plaintext signatures always comes up in 
12993                   a popup box
12994                 * it doesn't work for multipart messages 
12995                 * all lines above "-----BEGIN PGP SIGNED MESSAGE-----\nHash: SHA1",
12996                   including the msg headers and these 2 line themselves, are 
12997                   not displayed
12998
12999         * src/mainwindow.c
13000                 "View/Folder Tree" becomes "View/Separate Folder Tree"
13001                 "View/Message View" becomes "View/Separate Message View"
13002                 because its less ambiguous.
13003
13004         * po/es.po
13005                 updated by Ricardo Mones Lastra
13006
13007 2002-02-26 [paul]       0.7.2claws15
13008
13009         * sync with sylpheed 0.7.2cvs17
13010                 see ChangeLog entries 2002-02-25 and 2002-02-26
13011
13012 2002-02-25 [christoph]  0.7.2claws14
13013
13014         * src/filtering.[ch]
13015         * src/inc.c
13016                 do filtering stuff after all messages have been received
13017                   1. drop all messages to .processing
13018                   2. scan processing folder for messages
13019                   3. filter messages or move to inbox
13020                 this will also find old messages left in processing after
13021                 a crash or something like that and we get a real msginfo
13022                 from folder->get_msg_list and do not have to create our
13023                 own in filter_message
13024         * src/matcher_parser_parse.y
13025                 remove MIX/MAX warning (reordered includes)
13026
13027 2002-02-25 [paul]       0.7.2claws13
13028
13029         * sync with sylpheed 0.7.2cvs15
13030                 see ChangeLog entry 2002-02-24
13031
13032 2002-02-24 [alfons]     0.7.2claws12
13033
13034         * src/filtering.c
13035                 clear old color flags first when applying a new color to
13036                 a message info. 
13037                 (spotted by Lo'oRiS il Kabukimono <lo_oris@libero.it>)
13038
13039 2002-02-24 [alfons]     0.7.2.claws11
13040         
13041         * AUTHORS
13042         * src/prefs_common.c
13043                 add presets for Opera and Konqueror, closes patch #517261,
13044                 submitted by Ville Skyttä <scop@users.sourceforge.net>
13045
13046 2002-02-24 [alfons]     0.7.2.claws10
13047
13048         * AUTHORS
13049         * src/summaryview.c
13050                 fix threading for null message ids, closes patch #521601,
13051                 submitted by Bob Forsman <hammor@users.sourceforge.net>
13052
13053 2002-02-24 [alfons]     0.7.2claws9
13054
13055         * src/summaryview.c
13056         * src/filtering.c
13057                 make Tool | Filter Message work with filtering system so
13058                 setting flags also works
13059
13060                 TODO:
13061
13062                 - Processing uses the same function as Tool | Filter
13063                   Message, but doesn't use the same update proc yet
13064
13065 2002-02-23 [paul]       0.7.2claws8
13066
13067         * sync with sylpheed 0.7.2cvs14
13068                 see ChangeLog entries 2002-02-22 and 2002-02-23
13069
13070 2002-02-22 [christoph]  0.7.2claws7
13071
13072         * src/quote_fmt.c
13073                 Add column space to table
13074         * src/quote_fmt_parse.y
13075                 Close files
13076
13077 2002-02-22 [paul]       0.7.2claws6
13078
13079         * src/Makefile.am
13080           src/defs.h
13081           src/filtering.c
13082           src/inc.[ch]
13083           src/mainwindow.c
13084           src/matcher.[ch]
13085           src/matcher_parser_lex.l
13086           src/matcher_parser_parse.y
13087           src/pop.[ch]
13088           src/prefs_account.h
13089           src/prefs_filtering.c
13090           src/selective_download.[ch]   *** NEW FILES ***
13091           src/utils.[ch]
13092           po/POTFILES.in
13093                 Selective Download added to 'Tool' menu. 
13094                 Retrieves email headers of the currently selected pop3 
13095                 account and allows the user to mark emails for deletion 
13096                 right on the pop3 server. Patch submitted by Oliver Haertel 
13097                 <oha@users.sourceforge.net>.
13098         
13099         * po/POTFILES.in
13100                 add 'src/quote_fmt.c'           
13101
13102 2002-02-22 [christoph]  0.7.2claws5
13103
13104         * src/Makefile.am
13105                 added quote_fmt.c
13106         * src/prefs_common.[ch]
13107         * src/prefs_template.c
13108         * src/quote_fmt.c               *** NEW FILE ***
13109         * src/quote_fmt.h
13110                 move quote format symbol description code
13111                 to it's own file because it is used from
13112                 differnent code parts
13113                 Rewrote symbol description GUI
13114                   + use table
13115                   + add separators
13116                   + get data from array (no more long constant strings)
13117         * src/quote_fmt_lex.l
13118         * src/quote_fmt_parse.y
13119                 Symbol for Literal % changed to \% instead of %%
13120                 (More logical as \ is used for quoting for other symbols)
13121                 Add |f and |p to include files and program output
13122                 Examples:
13123                     |f{/home/.../.signature}
13124                     |p{date}
13125         * po/de.po
13126                 Correct wrong spelling for "Referenzen"
13127
13128 2002-02-21 [paul]       0.7.2claws4
13129
13130         * src/procmsg.c
13131                 forgotten during sync
13132
13133 2002-02-21 [paul]       0.7.2claws3
13134
13135         * sync with sylpheed 0.7.2cvs11
13136                 see ChangeLog entries 2002-02-17, 2002-02-18, 2002-02-19,
13137                 2002-02-20 and 2002-02-21
13138
13139 2002-02-20 [melvin]     0.7.2claws2
13140
13141         * src/prefs_actions.c
13142                 Added error report when child cannot fork or when execvp 
13143                 returns with an error.
13144
13145 2002-02-19 [christoph]  0.7.2claws1
13146
13147         * src/codeconv.c
13148                 return unconverted text if conde conversion is not possible
13149                 when libjconv is used.
13150                 (patch submitted by "Simon 'corecode' Schubert")
13151
13152 2002-02-19 [paul]       
13153
13154         * version 0.7.2claws release
13155
13156 2002-02-19 [paul]       0.7.2claws
13157
13158         * po/nl.po
13159                 updated by Wilbert Berendsen
13160
13161
13162 2002-02-18 [alfons]     0.7.1claws13
13163
13164         * src/syldap.c
13165         * src/jpilot.c
13166                 remove references to dlfcn and explicitly loading functions
13167                 from dynalink libs, because libs linked anyway, and functions
13168                 are loaded explicitly
13169
13170 2002-02-17 [melvin]     0.7.1claws12
13171
13172         * src/prefs_actions.c
13173                 Replaced children wait loop with double fork technique.
13174                 Now, input/output window updated at each new output.
13175                 free_children(): Fixed a memory leak.
13176                 Made input/output window non closable if running children
13177                 still exist.
13178                 Added missing <unistd.h> include.
13179                 Added some --debug outputs.
13180
13181 2002-02-17 [melvin]     0.7.1claws11
13182
13183         * src/summaryview.c
13184                 Fixed bug where descending sort order did not select top
13185                 message.
13186
13187 2002-02-17 [melvin]     0.7.1claws10
13188
13189         * acconfig.h
13190                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
13191         * src/prefs_common.c
13192                 Pspell data package directory no more hard coded but
13193                 set during configuration (PSPELL_PATH). (Thanks to 
13194                                 Gustavo Noronha Silva.)
13195
13196 2002-02-17 [melvin]     0.7.1claws9
13197
13198         * configure.in
13199                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
13200         * src/gtkspell.c
13201                 Fixed compile-time warnings.
13202
13203 2002-02-16 [alfons]     0.7.1claws8
13204
13205         * src/filesel.c
13206                 fix inadvertent free of NULL pointer which caused
13207                 sylpheed to crash when closing the save-as dialog
13208                 using the window close button
13209
13210 2002-02-16 [carsten]    0.7.1claws7
13211         * src/mainwindow.[ch]
13212           src/summaryview.c
13213           src/prefs_common.c
13214                 fixes for pixmap theming code:
13215                         - recently changed mail attributes shouldn't get
13216                           lost any longer
13217                         - theme is only reloaded iff another theme was
13218                           selected
13219
13220 2002-02-16 [paul]       0.7.1claws6
13221
13222         * sync with sylpheed 0.7.2 release
13223                 see ChangeLog entry 2002-02-15 and 2002-02-16
13224
13225 2002-02-15 [paul]       0.7.1claws5
13226
13227         * sync with sylpheed 0.7.1cvs9
13228                 see ChangeLog entry 2002-02-15
13229
13230         * po/POTFILES.in
13231                 remove unneeded headerwindow.c entry
13232
13233 2002-02-14 [carsten]    0.7.1claws4
13234         * src/summaryview.c
13235                 fixed a bug for "Go to next unread message": there was
13236                 an endless loop if NEXTUNREADMSGDIALOG_ASSUME_NO was set
13237                 in the prefs, because of doing "Search again" instead
13238                 "No"
13239
13240 2002-02-14 [carsten]    0.7.1claws3
13241         * src/stock_pixmap.c
13242                 removed 2 more mem leaks; following memprof,
13243                 this code is "leak free" now :)
13244
13245 2002-02-14 [carsten]    0.7.1claws2
13246         * src/stock_pixmap.c
13247                 used opendir/readdir/closedir instead of scandir
13248                 -> code should work now on Solaris
13249
13250 2002-02-14 [paul]       0.7.1claws1
13251
13252         * sync with sylpheed 0.7.1cvs8
13253                 see ChangeLog entries 2002-02-13 and 2002-02-14
13254
13255         * README.claws
13256                 add some description of Actions and Pixmap Themes
13257
13258 2002-02-13 [paul]       
13259
13260         * version 0.7.1claws release
13261
13262 2002-02-13 [paul]       0.7.1claws
13263
13264         * po/es.po
13265           po/it.po
13266           po/pt_BR.po
13267                 updated translations, submitted by Ricardo Mones Lastra,
13268                 Alessandro Maestri and Fabio Junior Beneditto
13269
13270 2002-02-13 [melvin]     0.7.0claws75
13271
13272         * src/prefs_actions.c
13273                 Added missing "signal.h" include
13274
13275 2002-02-13 [melvin]     0.7.0claws74
13276
13277         * src/prefs_folder_item.c
13278                 Added missing "config.h" include
13279         * po/fr.po
13280                 Updated French translation for folder propriety.
13281
13282 2002-02-13 [jens]       0.7.0claws73
13283
13284         * po/POTFILES.in
13285                 Added missing src/prefs_folder_item.c [log added by melvin]
13286         * po/de.po
13287                 Updated German translation.
13288
13289 2002-02-13 [melvin]     0.7.0claws72
13290
13291         * po/fr.po
13292                 Updated French translation.
13293
13294 2002-02-13 [melvin]     0.7.0claws71
13295
13296         * src/gtkutils.c
13297                 Made gtkut_editable_get_selection return NULL if selection
13298                 is of length zero.
13299                 This fixes a bug where selecting part of message A then
13300                 switching to message B and replying to it will not
13301                 quote the message's body.
13302
13303 2002-02-12 [paul]       0.7.0claws70
13304
13305         * src/mainwindow.c
13306                 cosmetic, relating to pixmap themes: on toolbar make 
13307                 updating of 'Exec' and 'Compose news/Compose email'
13308                 icons faster.
13309
13310 2002-02-12 [carsten]    0.7.0claws69
13311         * src/folderview.c
13312           src/mainwindow.[ch]
13313           src/stock_pixmap.c
13314           src/summaryview.c
13315           src/prefs_common.c
13316                 - refreshing after changing pixmap theme better
13317                   now (thanks Paul)
13318                 - wanted to remove some mem leaks, but alfons was
13319                   faster (and had the better solution ;)
13320
13321 2002-02-12 [alfons]     0.7.0claws68
13322
13323         * src/prefs_common.c
13324         * src/stock_pixmap.[ch]
13325                 plug mem leaks, refactor code a little bit
13326
13327
13328 2002-02-12 [sergey]     0.7.0claws67
13329
13330         * src/imap.c
13331                 Fixed problem with copying messages to IMAP folders when the
13332                 server uses something other than '/' as a namespace separator
13333                 (cyrus-imapd uses '.').
13334
13335 2002-02-12 [jens]       0.7.0claws66
13336
13337         * po/de.po
13338                 Updated German Translation
13339
13340 2002-02-12 [paul]       0.7.0claws65
13341
13342         * sync with sylpheed 0.7.1cvs1
13343                 see ChangeLog entry 2002-02-12
13344
13345 2002-02-12 [melvin]     0.7.0claws64
13346
13347         * src/prefs_actions.c
13348                 Fixed "feature" where children's output was duplicated 
13349                 instead of refreshed while monitoring.
13350                 Removed some debug code.
13351
13352 2002-02-12 [christoph]  0.7.0claws63
13353
13354         * src/compose.c
13355                 always delete message from queue after sending/send error
13356                 (closes bug #509601)
13357
13358 2002-02-12 [melvin]     0.7.0claws62
13359
13360         * src/prefs_actions.c
13361                 Children wait loop is now triggered with a timeout of 1s
13362                 Added %F which is replaced with the list of filenames 
13363                 of all selected messages (as suggested by Ricardo Mones Lestra)
13364                 Pipe syntax changed. Prefix with | to send selection, postfix
13365                 with | to retrieve output. Prefix with > or * to send
13366                 user definable input to the command (*: input is hidden)
13367                 Old pipe action should now be postfixed with |, too.
13368
13369 2002-02-12 [carsten]    0.7.0claws61 (more 59.75)
13370         * src/stock_pixmap.c
13371                 fixed a bug: if there's no theme directory don't
13372                 throw an error, just do "nothing" (thanks Alfons)
13373
13374 2002-02-12 [carsten]    0.7.0claws60
13375         * src/folderview.c
13376           src/summaryview.c
13377                 had to write the cache twice (nasty!); some marks would 
13378                 get lost if not
13379
13380 2002-02-11 [carsten]    0.7.0claws59
13381         * acconfig.h
13382           configure.in
13383           doc-src/maintainer_guide.txt
13384           src/compose.[ch]
13385           src/defs.h
13386           src/folderview.[ch]
13387           src/gtkutils.[ch]
13388           src/mainwindow.[ch]
13389           src/prefs_common.[ch]
13390           src/stock_pixmap.[ch]
13391           src/summaryview.[ch]
13392                 pixmap theming and related work on pixmap
13393                 handling on some other places
13394                 (e.g. hrm features for all folder)
13395           src/pixmap/stock_*.xpm -> the stock_ was removed
13396         
13397 2002-02-11 [paul]       0.7.0claws58
13398
13399         * sync with sylpheed 0.7.1 release
13400                 see ChangeLog entries 2002-02-11
13401
13402 2002-02-08 [paul]       0.7.0claws57
13403
13404         * sync with sylpheed 0.7.0cvs39
13405                 see ChangeLog entry 2002-02-07 (last entry) 
13406
13407         * src/prefs_actions.c
13408           src/prefs_filtering.c
13409           src/prefs_matcher.c
13410           src/prefs_scoring.c
13411                 sync: made it compile with C compilers other than gcc
13412
13413 2002-02-07 [paul]       0.7.0claws56
13414
13415         * sync with sylpheed 0.7.0cvs38
13416                 see ChangeLog entries 2002-02-06 (last 2 entries) and
13417                 2002-02-07
13418
13419 2002-02-07 [darko]      0.7.0claws55
13420
13421         * src/gtkutils.[ch]
13422         * src/summaryview.c
13423                 Fix const gchar */gchar * issue (thanks Hiro)
13424
13425 2002-02-07 [darko]      0.7.0claws54
13426
13427         * src/compose.[ch]
13428         * src/filtering.c
13429         * src/gtkutils.[ch]
13430         * src/prefs_template.c
13431         * src/quote_fmt.h
13432         * src/quote_fmt_parse.y
13433         * src/summaryview.c
13434         * src/utils.[ch]
13435                 When replying or forwarding an email don't quote the entire
13436                 mail body but use the part of the message text that is selected
13437
13438 2002-02-06 [melvin]     0.7.0claws53
13439
13440         * src/prefs_common.[ch]
13441         * src/gtkspell.[ch]
13442         * src/compose.c
13443                 Made possible to switch quickly to last used dictionary
13444                 which makes checking bilingual documents easier.
13445
13446 2002-02-06 [melvin]     0.7.0claws52
13447         
13448         * po/POTFILES.in
13449                 Added forgotten new file src/prefs_actions.c
13450
13451 2002-02-06 [melvin]     0.7.0claws51
13452
13453         * src/prefs_actions.c   ** NEW FILE **
13454         * src/prefs_actions.h   ** NEW FILE **
13455                 Added actions to execute on message text view, or on the
13456                         message's file.
13457         * src/Makefile.am
13458                 Added src/prefs_actions.[ch]
13459         * src/compose.c
13460                 Added new menu "Edit/Actions"
13461         * src/defs.h
13462                 Added new actionsrc file.
13463         * src/main.c
13464                 Added actionsrc reading.
13465         * src/mainwindow.c
13466                 Added new menus "Edit/Actions" and "Configuration/Actions..."
13467         * src/prefs_common.h
13468                 Added new element actionslst element to prefs_common.
13469
13470 2002-02-06 [paul]       0.7.0claws50
13471
13472         * sync with sylpheed 0.7.0cvs36
13473                 see ChangeLog entry 2002-02-06
13474
13475 2002-02-05 [paul]
13476
13477         * po/es.po
13478                 updated by Ricardo Mones Lastra
13479
13480 2002-02-05 [paul]       0.7.0claws49
13481
13482         * sync with sylpheed 0.7.0cvs33
13483                 see ChangeLog entries 2002-02-04 (last 4 entries) and 2002-02-05
13484
13485 2002-02-05 [paul]       0.7.0claws48
13486
13487         * src/compose.c
13488                 re-add 'Edit/Advanced/Delete entire line', previously named
13489                 'Delete Line+'
13490
13491 2002-02-04 [paul]       0.7.0claws47
13492
13493         * src/compose.c
13494           src/summaryview.c
13495                 fix bug #494993 (Reply All not taking Reply-To into consi)
13496                 eliminate differences in behaviour of right-click 'Reply to all' 
13497                 in summary view and 'Reply to all' on the toolbar. 
13498                 fix bug where Reply-To gets ignored by 'Reply to all' in summary
13499                 view and From gets ignored by 'Reply to all' on toolbar.
13500                 fix bug where 'Reply to all' on toolbar uses To twice and ignores
13501                 From when no Reply-To header is present.
13502
13503 2002-02-04 [paul]       0.7.0claws46
13504
13505         * sync with sylpheed 0.7.0cvs30
13506                 see ChangeLog entries 2002-02-03 and 2002-02-04
13507
13508 2002-02-03 [melvin]     0.7.0claws45
13509
13510         * src/gtkspell.[ch]
13511                 Readded function to highlight all misspelled words.
13512                 Fixed bug where user-provided-words did not replace
13513                         correctly the misspelled word when using the mouse.
13514                 Fixed bug where checking a region selected from right to left did
13515                         not check the region at all.
13516                 Fixed bug where 'Check backwards' may not check at all. 
13517                 Fixed memory leaks where popup menus and accel_groups were not destroyed.
13518                 Fixed possible buffer overflow when checking for long strings (>1k).
13519                 Made cursor and scrollbar positions non changing after uncheck_all/check_all.
13520                 Accelerators code uses now gtk_widget_add_accel.
13521                 Removed and disabled obsolete and unfinished code.
13522                 Cleaning up.
13523
13524         * src/compose.c
13525                 Added menu item to Highlight all misspelled words.
13526
13527 2002-02-01 [paul]       0.7.0claws44
13528
13529         * src/mainwindow.c
13530                 fix '/View/Hide read messages' sensitivity when all
13531                 messages in a folder are hidden
13532
13533 2002-02-01 [paul]       0.7.0claws43
13534
13535         * src/main.c
13536                 add --send option to command line interface, sends all
13537                 queued mail. Patch submitted by Ricardo Mones Lastra.
13538
13539 2002-01-31 [paul]       0.7.0claws42
13540
13541         * src/mainwindow.c
13542                 add '/View/Hide read messages' to main_window_set_menu_sensitive()
13543
13544 2002-01-31 [paul]       0.7.0claws41
13545
13546         * sync with sylpheed 0.7.0cvs27
13547                 see ChangeLog entries 2002-01-30 (src/mh.c, src/prefs_common.c)
13548                 and 2002-01-31
13549
13550         * src/textview.c
13551                 comment out elements of textview_show_part() as temporary
13552                 workaround for attachment 'Display as text' bug 
13553
13554         * po/pt_BR.po
13555                 updated by Fabio Junior Beneditto
13556
13557 2002-01-30 [paul]       0.7.0claws40
13558
13559         * sync with sylpheed 0.7.0cvs24
13560                 see ChangeLog entries 2002-01-29 (src/prefs_common.c)
13561                 and 2002-01-30
13562
13563         * src/compose.c
13564                 add {N_("/_Spelling"), ... "<Branch>"} to 
13565                 GtkItemFactoryEntry compose_entries[]
13566
13567         * src/prefs_common.c
13568                 add claws menu items to prefs_keybind_apply_clicked()
13569                 and remove non-claws menu items
13570
13571 2002-01-29 [paul]       0.7.0claws39
13572
13573         * sync with sylpheed 0.7.0cvs22
13574                 see ChangeLog entries 2002-01-28 and 2002-01-29
13575
13576 2002-01-28 [melvin]     0.7.0claws38
13577
13578         * src/compose.c
13579                 Added the declartion of compose_send_control_enter.
13580
13581         * src/compose.c
13582         * src/gtkspell.[ch]
13583                 Added in a 'Spelling' menu which includes the configuration menu. 
13584                 Added a real 'Check all' and got rid from the old one which only
13585                 highlited misspelled word.
13586                 Made 'Check while typing' a disableable option.
13587                 Added a dialog when there are no more misspelled word.
13588                 Added a dialog if error occurs when switching to a dictionary.
13589         
13590         * src/prefs_common.[ch]
13591                 Added option for the default 'Check while typing' option.
13592
13593
13594 2002-01-28 [alfons]     0.7.0claws37
13595
13596         * src/compose.c
13597                 fix buglet and make code comply with sylpheed code style
13598
13599 2002-01-28 [paul]       0.7.0claws36
13600
13601         * sync with sylpheed 0.7.0cvs19
13602                 see ChangeLog entries for 2002-01-28
13603
13604 2002-01-28 [hoa]        0.7.0claws35
13605
13606         * src/defs.h
13607                 added rendererrc
13608
13609         * src/main.c
13610                 read the renderer config
13611
13612         * src/procmime.[ch]
13613                 use the renderer config to convert mime attachments
13614
13615         * src/textview.c
13616                 don't use textview_show_html/ertf,
13617                 use get_text_content instead
13618
13619 2002-01-27 [alfons]     0.7.0claws34
13620         
13621         * src/news.c
13622                 make sylpheed believe it can delete a news message...
13623                 (messages are NOT deleted, maybe we should remove
13624                 processing from the folder properties after all.)
13625
13626 2002-01-27 [alfons]     0.7.0claws33
13627
13628         * src/folder.c
13629                 add extra checks
13630         * src/news.c
13631                 implement remove_msg() 
13632
13633 2002-01-27 [alfons]     0.7.0claws32
13634
13635         * src/procmsg.h
13636         * src/procheader.c
13637         * src/messageview.c
13638                 fix return receipt / disposition notification again. this
13639                 stuff seems to break on _every_ major summary UI change, so
13640                 it's now implemented using a flag which is saved in the
13641                 marks cache
13642                 
13643 2002-01-26 [alfons]     0.7.0claws31
13644
13645         * src/import.c
13646                 let import dialog show the destination folder identifier
13647
13648 2002-01-26 [melvin]     0.7.0claws30
13649
13650         * src/folderview.c
13651         * src/summaryview.c
13652                 Readded 'Mark all read' into summary view popup menu
13653                 Added 'Mark all read' in folder view popup menu for IMAP
13654                 and NNTP.
13655                 Made it insensitive if the selected folder is not the shown
13656                 one to avoid 'Mark all read' on the wrong folder.
13657                 
13658 2002-01-26 [paul]       0.7.0claws29
13659
13660         * src/folderview.c
13661           src/summaryview.c
13662                 move 'Mark all read' from summary view to folder view
13663                 menu. (adapted from) patch submitted by Jeremy Andrews,
13664                 <lists@kerneltrap.com>
13665
13666 2002-01-25 [alfons]     0.7.0claws28
13667
13668         * src/gtkstext.c
13669                 put the gtk class name back so GtkSText adapts the 
13670                 settings of GtkText
13671
13672 2002-01-25 [alfons]     0.7.0claws27
13673
13674         * src/folderview.c 
13675                 assimilate Ricardo's patch that shows pixmaps instead of
13676                 plain "new" and "unread" texts in the folder view column
13677                 headers 
13678
13679 2002-01-25 [paul]       0.7.0claws26
13680
13681         * src/Makefile.am
13682                 add $(GPGME_CFLAGS) to INCLUDES so that gpgme can 
13683                 be found in non-standard locations. 
13684                 Closes Patch #507976, submitted by Stoyan Genov, <sdg@rila.bg>
13685
13686 2002-01-25 [paul]       0.7.0claws25
13687
13688         * sync with sylpheed 0.7.0cvs16
13689                 see ChangeLog entry 2002-01-25
13690
13691 2002-01-24 [paul]       0.7.0claws24
13692
13693         * more sync with sylpheed 0.7.0cvs15
13694                 get_file_size_as_clrf(), see ChangeLog entry 2002-01-23
13695
13696 2002-01-23 [sergey]     0.7.0claws23
13697
13698         * src/importldif.c
13699                 Fixed segfault when closing LDIF import wizard with
13700                 the window manager.
13701         * src/imageview.c
13702         * src/imageview.h
13703         * src/messageview.c
13704         * src/mimeview.c
13705                 Fixed wrong scrolling position after switching between
13706                 text and image parts.
13707
13708 2002-01-23 [paul]       0.7.0claws22
13709
13710         * sync with sylpheed 0.7.0cvs15
13711                 see ChangeLog entries 2002-01-22 and 2002-01-23
13712
13713 2002-01-21 [melvin]     0.7.0claws21
13714
13715         * src/prefs_scoring.c
13716         * src/prefs_filtering.c
13717                 Fixed bug where scoring and filtering windows stopped
13718                 autochecking.
13719
13720 2002-01-21 [paul]       0.7.0claws20
13721
13722         * sync with sylpheed 0.7.0cvs12
13723                 see ChangeLog entries 2002-01-20 and 2002-01-21
13724
13725 2002-01-21 [carsten]    0.7.0claws19
13726         * src/mainwindow.c
13727         * src/menu.[ch]
13728         * src/messageview.[ch]
13729         * src/summaryview.[ch]
13730                 changes to shortcuts handling again:
13731                         + "Q" now controled by mainwin
13732                         + v/V are now customizable and have slightly
13733                           different meanings
13734                 the "button" to minimize the messageview (and maximize
13735                 the summary view) is a real button now
13736         * src/compose.c
13737                 "Delete Line+" added to Edit/Advanced (this will also
13738                 delete the '\n')
13739
13740 2002-01-20 [melvin] 0.7.0claws18
13741
13742         * src/addressbook.c
13743                 Made "Bcc" sensitive when addressbook is called from
13744                 compose window (it was a Claws only bug).
13745
13746 2002-01-19 [alfons] 0.7.0claws17
13747
13748         * src/inc.c
13749                 prevent unnecessary updates when currently selected folder has
13750                 no new messages 
13751
13752 2002-01-19 [alfons] 0.7.0claws16
13753         
13754         * src/summaryview.c
13755                 prevent writing the cache based on current message list in summary 
13756                 view when filtering also put messages in currently selected folder
13757
13758 2002-01-19 [paul]
13759
13760         * po/it.po
13761                 Italian translation submitted by Alessandro Maestri
13762                 <a.maestri@cs.tin.it>
13763
13764 2002-01-18 [melvin]     0.7.0claws15
13765
13766         * src/prefs_filters.c
13767                 fixed bug where 'cancel' from 'filters' window stops autochecking
13768                 if the timer timed out  when the window was open.
13769
13770 2002-01-18 [match]      0.7.0claws14
13771
13772         * src/addrclip.[ch]     ** NEW FILE **
13773         * src/addrselect.[ch]   ** NEW FILE **
13774         * src/adbookbase.h      ** NEW FILE **
13775                 addressbook cut, copy and paste
13776         * src/addrbook.[ch]
13777         * src/addrcache.[ch]
13778         * src/addressitem.h
13779         * src/addrindex.[ch]
13780         * src/addritem.[ch]
13781         * src/importldif.c
13782         * src/importmutt.c
13783         * src/jpilot.[ch]
13784         * src/syldap.[ch]
13785         * src/vcard.[ch]
13786         * src/jpilot.[ch]
13787         * src/editbook.c
13788         * src/editjpilot.c
13789         * src/editldap.c
13790         * src/editvcard.c
13791                 support for copy/paste
13792         * src/addressbook.c
13793                 support for copy/paste
13794                 tidy up menu option processing
13795                 correct address list function arguments
13796         * src/editaddress.c
13797                 sort user attributes
13798         * src/ldif.h
13799         * src/mutt.h
13800                 tidy up
13801
13802         * src/addrbook.[ch]
13803         * src/addrbook.[ch]
13804         * src/addrbook.[ch]
13805                 
13806
13807 2002-01-18 [paul]       0.7.0claws13
13808
13809         * sync with sylpheed 0.7.0cvs8
13810                 configure.in: support Mac OS X (Darwin)
13811
13812 2002-01-18 [carsten]    0.7.0claws12
13813         * src/html.c
13814                 small hack to fix a segfault with an empty href
13815                 (reported by Alexandra Walford <deeni@altern.org>)
13816         * src/mainwindow.c
13817         * src/summaryview.c
13818                 the shortcuts for Mark und Mark as unread are hardcoded
13819                 again
13820         * src/compose.c
13821         * src/gtkstext.[ch]
13822                 readded the shortcuts in gtkstext but made them
13823                 customizeable (simply by adding a menu plus a wrapper
13824                 to compose.c)
13825
13826 2002-01-17 [melvin]     0.7.0claws11
13827
13828         * src/gtkspell.c
13829                 fix default dictionary not being saved.
13830
13831 2002-01-16 [darko]      0.7.0claws10
13832
13833         * src/compose.c
13834                 fix wrapping crash with URL longer than wrapping margin
13835
13836 2002-12-08 [hoa]        0.7.0claws10
13837
13838         * src/matcher_parser_parse.y
13839                 fixed some bugs
13840
13841         * src/prefs_filtering.c
13842                 now, we can use bounce action in the dialog box.
13843
13844 2002-01-16 [carsten]    0.7.0claws9
13845         * src/gtkstext.c
13846                 removed the <control> and <alt> shortcuts because they're
13847                 not needed and interefered with the "normal" shortcuts
13848         * src/mainwindow.c
13849         * src/summaryview.c
13850                 removed most of the hardcoded shortcuts and assigned
13851                 them to menu entries making them easy customizable by
13852                 that
13853
13854 2002-01-16 |melvin]     0.7.0claws8
13855
13856         * src/gtkspell.c
13857                 fixed bug where using the mouse and when the compose
13858                 window is not on top may result in a crash.
13859
13860 2002-01-16 [melvin]     0.7.0claws7
13861
13862         * src/compose.c
13863                 fixed a long standingspell checker bug which could 
13864                 cause a crash after sending a message.
13865
13866 2002-01-16 [paul]       0.7.0claws6
13867
13868         * sync with sylpheed 0.7.0cvs7
13869                 see ChangeLog entries 2002-01-10, 2002-01-11, 2002-01-14,
13870                 2002-01-15, and 2002-01-16
13871
13872 2002-01-16 [melvin]     0.7.0claws5
13873
13874         * README.claws
13875         * src/compose.c
13876         * src/gtkspell.[ch]
13877         * src/main.c
13878                 Heavily modified spell checker code to work around
13879                 ispell bug, to add keyboard shortcuts and for future
13880                 enhancements. See README.claws for usage information.
13881
13882 2002-01-15 [alfons]     0.7.0claws4
13883         
13884         * src/summaryview.c
13885                 change gtk_ctree_sort_node() into gtk_ctree_sort_recursive()
13886                 so sorting within threads reflects sort mode
13887
13888 2002-01-15 [christoph]  0.7.0claws3
13889
13890         * src/procmsg.c
13891                 added alertpanel if mail sending failed
13892
13893 2002-01-15 [alfons]     0.7.0claws2
13894         
13895         * src/prefs_filtering.c
13896                 don't stop timer when prefs filtering dialog is opened
13897
13898 2002-01-14 [alfons]     0.7.0claws1
13899
13900         * src/addr_compl.c
13901         * src/prefs.c
13902                 remove debug_print()s for privacy reasons
13903
13904 2002-01-14 [darko]      0.7.0claws
13905
13906         * README.claws
13907                 quotation wrapping is now also in the main branch
13908
13909 2002-01-14 [paul]
13910
13911         * tools/filter_conv.pl
13912                 allow for Boolean Op and case-sensitivity
13913                 this file is included in the release and tagged
13914                 'rel_0_7_0'
13915
13916 2002-01-13 [paul]       0.7.0claws
13917
13918         * release 0.7.0, with cvs tag 'rel_0_7_0'
13919
13920 2002-01-13 [paul]
13921
13922         * tools/filter_conv.pl
13923         * tools/README
13924                 rewritten to output to matcherrc instead of filteringrc
13925
13926         * po/es.po
13927                 updated Spanish translation by Ricardo Mones Lastra
13928
13929 2002-01-13 [alfons]
13930
13931         * po/nl.po
13932                 update dutch translation
13933
13934 2002-01-13 [paul]
13935
13936         * po/pt_BR.po
13937                 Updated by Fabio Junior Beneditto 
13938
13939 2002-01-13 [melvin]     0.6.6claws53
13940
13941         * po/fr.po
13942                 Updated french translation
13943
13944 2002-01-12 [alfons]     0.6.6claws52
13945
13946         * src/filtering.c
13947                 plug mem leak that has been sitting there for ages              
13948
13949 2002-01-12 [alfons]     0.6.6claws51
13950
13951         * src/summaryview.c
13952                 undo melvin's changes from 0.6.6claws48 because summary
13953                 view now refuses to select first unread message when
13954                 selecting a folder 
13955
13956 2002-01-11 [alfons]     0.6.6claws50
13957
13958         * src/import.c
13959                 use claws' semantics for getting folder item when
13960                 importing an mbox file into a folder 
13961                 (submitted by Dale P. Smith)
13962
13963 2002-01-11 [christoph]  0.6.6claws49
13964
13965         * src/prefs.h
13966                 set sensitivity in SET_TOGGLE_SENSITIVITY macro from
13967                 toggle widget, because non static prefs can not use
13968                 prefs_set_* functions
13969         * src/prefs_account.c
13970                 toggle smtp auth password field sensitivity if
13971                 user id is empty and add descrition of usage for
13972                 these fields
13973         * src/prefs_folder_item.c
13974                 use SET_TOGGLE_SENSITIVITY macro to instead of extra
13975                 callbacks
13976
13977 2002-01-11 [melvin]     0.6.6claws48
13978
13979         * src/compose.c
13980                 fix the 'Ctrl-Enter' feature for sending and test really
13981                 for 'Ctrl-Enter' (as Ctrl-Space is also used for activating
13982                 editables which was not documented in Gtk)
13983
13984         * src/summaryview.c
13985                 Made summaryview refresh after sorting and not before.
13986
13987 2002-01-11 [christoph]  0.6.6claws47
13988
13989         * src/compose.c
13990                 select account from account ids if possible and
13991                 correctly set save folder for copy in reedit
13992
13993 2002-01-10 [paul]       0.6.6claws46
13994
13995         * sync with sylpheed 0.7.0 release
13996                 see ChangeLog entries 2002-01-07, 2002-01-08 and
13997                 2002-01-09
13998
13999 2002-01-09 [alfons]
14000
14001         * src/summaryview.c
14002                 remove more dirt traces...
14003
14004 2002-01-09 [alfons]
14005         
14006         * src/summaryview.c
14007                 clean up some traces of my debugging stuff
14008
14009 2002-01-09 [alfons]     0.6.6claws45
14010
14011         * src/filtering.c
14012                 break up filteringprop_apply() in three separate pieces
14013                 so we can drop messages that failed processing in the
14014                 inbox
14015
14016         * src/summaryview.c
14017                 fix bug #469598 "no refresh of inbox after filter" which 
14018                 was introduced by the new summary view locking, and which 
14019                 prevented the summary view to update after a manual filter 
14020                 message. claw's filter message requires a summary_show().
14021                 (aargh, summary_show() again! :-)
14022                 
14023 2002-01-07 [alfons]     0.6.6claws44
14024
14025         * src/headerwindow.c
14026         * src/logwindow.c
14027         * src/messageview.c
14028         * src/sourcewindow.c
14029                 bring in Hiro's last 0.7.0 wm class fixes
14030
14031         * tools/sylprint.pl
14032                 bring in Ricardo's fix for sylprint script
14033
14034         * AUTHORS       
14035         * src/rfc2015.[ch]
14036         * src/prefs_common.[ch]
14037         * src/prefs_account.[ch]
14038         * src/compose.c
14039                 clean up account preference poison in rfc2015,
14040                 and preparation to fix double sign bug 
14041                 (patch submitted by Simon 'corecode' Schubert)
14042
14043 2002-01-07 [christoph]  0.6.6claws43
14044
14045         * src/mh.c
14046                 search for free message number, do not only rely
14047                 on last_num
14048         * src/send.c
14049                 fix smtp auth and use extra account information
14050                 if available, if not use pop3 data instead
14051                 (closes bug #500341)            
14052         * src/ssl.[ch]
14053                 match coding style
14054
14055 2002-01-06 [alfons]     0.6.6claws42
14056
14057         * src/mainwindow.c
14058                 try making the separate windows work again...
14059
14060 2002-01-06 [alfons]     0.6.6claws41
14061
14062         * src/mainwindow.c
14063                 adapt Hiro's separate window menu (to get rid of the funny
14064                 duplicate menu items), and make it work again
14065
14066 2002-01-06 [alfons]     0.6.6claws40
14067
14068         * tools/Makefile.am
14069         * tools/sylprint.rc
14070         * tools/sylprint.pl
14071         * tools/README.sylprint
14072                 add sylprint script for printing mails from Sylpheed
14073                 (contributed by Ricardo Mones Lastra)
14074
14075         * src/acount.c
14076                 clean up
14077
14078 2002-01-06 [melvin]     0.6.6claws39
14079
14080         * src/mainwindow.c
14081         * src/summaryview.c
14082                 Fixed crash introduced in 0.6.6claws38 by the menu
14083                 reorganisation (Hide read messages)
14084         
14085         * ChangeLog.claws 
14086                 Fixed typo (we are now in 2002, alfons ;) )
14087
14088 2002-01-05 [alfons]     0.6.6claws38
14089
14090         * sync with sylpheed 0.6.6cvs10-17
14091                 (last stuff marked as LAST_STABLE)
14092
14093 2002-01-04 [melvin]     0.6.6claws37
14094
14095         * src/account.c
14096                 Made account selection code use strcasestr again instead of
14097                 g_strcasecmp (fixes bug where reediting queued messages
14098                 did not select proper account reported by T. Link).
14099         
14100         * src/folderview.c
14101                 Fix bug where folder icons are not shown when 'hide read messages'
14102                 is on.
14103         
14104         * src/stock_pixmaps.[ch]
14105                 Added folder icons for 'hide read messages'.
14106         
14107         * src/compose.c
14108                 Fixed bug where 'Enter' in a header entry will send the message 
14109                 if 'CTL-Enter' was chosen as a shorcut for sendind. 
14110
14111 2002-01-03 [melvin]     0.6.6claws36
14112         
14113         * src/prefs.[ch]
14114                 Added popup menu for common preferences and
14115                 account preferences (right click on tab displays
14116                                 a menu of all tabs.)
14117
14118 2002-01-02 [melvin]     0.6.6claws35
14119
14120         * src/gtkspell.[ch]
14121                 Made spelling code compatible with undo/redo feature.
14122                 Added creation of suggestion mode menu for the general
14123                         preferences.
14124         
14125         * src/prefs_common.[ch]
14126                 Added option menu for the speller's suggestion mode.
14127                 Added missing spaces in "..." buttons and made a "..."
14128                         button non translatable!
14129         
14130         * src/compose.c
14131                 Made speller use the default suggestion mode.
14132                 Hack to make it possible to choose 'CTRL-Enter' as a
14133                         shortcut for sending (and only for sending).
14134
14135         * src/prefs_folder_item.c
14136                 Changing subject simplification does not update cache 
14137                         anymore (because it is unnecessary).
14138                 Fixed bug where changing subject simplification updated the 
14139                         summaryview even when the viewed folder is not the
14140                         folder which properties are being changed. (E.g. 
14141                                         viewing folder A and changing
14142                                         the subject simplification of 
14143                                         folder B -not being viewed- updated the 
14144                                         summaryview of folder A with data of
14145                                         folder B). (Hope this is clear... )
14146
14147 2001-12-31 [alfons]     0.6.6claws34
14148         
14149         * src/ldif.c
14150         * src/mutt.c
14151                 fgetc() returns a signed integer which doesn't
14152                 fit in a char. so c truncates this to a char
14153                 but we may lose significant bits. i.e. we may
14154                 comparing 0xFF which may not be equal to -1
14155                 unless properly casted to signed char which
14156                 we won't do because fgetc() returns a signed
14157                 integer which doesn't fit in a char. so c 
14158                 truncates this to a char but we may lose 
14159                 significat bits. (you got the idea, thanks
14160                 to Gustavo Noronha Silva <kov@debian.org>
14161                 and the Debian folks!)
14162
14163 2001-12-30 [alfons]     0.6.6claws33
14164
14165         * src/prefs_common.c
14166                 add #ifdef USE_PSPELLs that Melvin forgot               
14167
14168 2001-12-30 [melvin]     0.6.6claws32
14169         
14170         * src/prefs_common.[ch]
14171                 Added configurable color for misspelled words.
14172
14173         * src/gtkspell.[ch]
14174                 Fixed bug of foreground text color (reported by David
14175                                 Mehrmann)
14176                 Added configurable color for misspelled words.
14177
14178 2001-12-30 [alfons]     0.6.6claws31
14179
14180         * src/folder.c
14181                 remove unnecessary things someone put there
14182
14183         * src/mh.c
14184         * src/folder.[ch]
14185                 make folder properties (like threading and sorting) persistent
14186                 (closes bug #497424 "rescan folder tree resets proprieties")
14187                 currently this is only for MH folders. 
14188
14189 2001-12-29 [melvin]     0.6.6claws30
14190
14191         * src/string_match.[ch]
14192                 Optimized a bit: regexp pattern buffer compiled only once, and
14193                   one subroutine call removed. Fixed ^ regexp search: Now, 
14194                   "(^Re: )|(^Hello)" removes only "Re: " from "Re: Hello".
14195         
14196         * src/summaryview.c
14197                 Subject filtering changed to filter summary columns and
14198                   not directly the messages subject cache. The loss in 
14199                   performance is balanced by the improvement of string_match.
14200                 Added an alert panel if there is an error in the regexp.
14201
14202         * src/src/prefs_folder_item.h
14203                 Added a regexp pattern buffer.
14204
14205 2001-12-28 [alfons]     0.6.6claws29
14206
14207         * src/string_match.[ch]
14208                 clean up name space
14209                 allow compilation *BSD
14210
14211 2001-12-27 [alfons]     0.6.6claws28
14212
14213         * src/filter.c
14214                 sync the Hiro's bug fix for BSD
14215
14216 2001-12-27 [melvin]     0.6.6claws27
14217         
14218         * src/compose.c
14219                 Simplify focus to subject entry code.
14220
14221 2001-12-27 [darko]      0.6.6claws26
14222
14223         * src/filtering.c
14224         * src/mbox_folder.c
14225         * src/messageview.c
14226         * src/mh.c
14227         * src/procheader.[ch]
14228         * src/procmsg.h
14229         * src/stock_pixmap.[ch]
14230         * src/summaryview.c
14231                 Show key icon for encrypted mails in summary view
14232
14233         * src/pixmaps/clip.xpm
14234         * src/pixmaps/clipkey.xpm
14235         * src/pixmaps/key.xpm
14236                 New/modified icons for the above
14237
14238 2001-12-27 [melvin]     0.6.6claws25
14239
14240         * src/prefs_common.c
14241                 Put spell checker options in a separate tab to decrease
14242                 the Common Preferences window height.
14243
14244         * README.claws  
14245                 Update spell checker usage instruction about its options
14246                 location.
14247
14248 2001-12-27 [melvin]     0.6.6claws24
14249
14250         * src/compose.c
14251                 Changed subject entry widget position. Initial focus is
14252                 on the To header instead of the subject entry.
14253                 Creating a new header scrolls the header list to make the
14254                 created one visible. Nevertheless, when automatically filling
14255                 headers, the first one is shown.
14256                 A Tab key press in the last empty header entry zips the 
14257                 focus to the subject entry.
14258                 (I did not change the combo boxes, yet)
14259
14260 2001-12-26 [alfons]     0.6.6claws23
14261
14262         * src/prefs_account.c
14263         * src/inc.c
14264                 allow default inbox to reside in another mailbox (only
14265                 works for POP3 accounts)
14266
14267 2001-12-26 [alfons]     0.6.6claws22
14268         
14269         * src/textview.c
14270                 make reply-on-click work with the account of the selected folder
14271         * src/compose.c
14272                 put a fixme here to remind me to fix finding correct default
14273                 account for nested folders
14274
14275 2001-12-25 [alfons]     0.6.6claws21
14276
14277         * src/summaryview.c
14278                 make column headers display locked and mark pixmaps (idea by Melvin) 
14279                 fix bug by adding score and locked column type to sort array
14280
14281 2001-12-25 [alfons]     0.6.6claws20
14282         
14283         * src/summaryview.c
14284                 catch a *potentially* inadvertent write back of  
14285                 the message cache(s) introduced by 0.6.5claws37
14286
14287 2001-12-25 [christoph]  0.6.6claws19
14288
14289         * src/stock_pixmap.[ch]
14290         * src/summaryview.c
14291                 add ignore thread pixmap
14292                 (can someone draw a better icon for this?)
14293
14294 2001-12-24 [alfons]     0.6.6claws18
14295
14296         * src/prefs_folder_item.c
14297                 make address completion actually work for the
14298                 Default To address in the Folder Property dialog.
14299
14300 2001-12-24 [alfons]     0.6.6claws17
14301         
14302         * src/summaryview.c
14303                 use new style regexp for subject stripping 
14304                 (patch submitted by Thomas Link <t.link.tmp200101@gmx.net>)
14305
14306 2001-12-24 [darko]      0.6.6claws16
14307
14308         * src/pgptext.c
14309         * src/rfc2015.c
14310                 move GPG related informational messages to debug mode
14311
14312 2001-12-23 [alfons]     0.6.6claws15
14313
14314         * src/stock_pixmap.[ch]
14315         * src/summaryview.c
14316                 add the forgotten Claws' locked pixmap
14317
14318 2001-12-23 [alfons]     0.6.6claws14
14319
14320         * src/filesel.c
14321                 accept file name typed in entry in multi file
14322                 selector (patch submitted by Gustavo Noronha Silva 
14323                 <kov@debian.org>)
14324
14325 2001-12-23 [alfons]     0.6.6claws13
14326
14327         * src/prefs_filter.c
14328         * src/prefs_filtering.c
14329         * src/matcher.c
14330         * src/importmutt.c
14331                 clean up a little bit
14332         
14333         * src/string_match.c
14334                 validate input strings a little bit more
14335
14336 2001-12-23 [alfons]     0.6.6claws12
14337
14338         * src/Makefile.am
14339         * src/summaryview.c
14340         * src/string_match.[ch]         ** NEW **
14341         * src/folderview.[ch]
14342         * src/headerview.h
14343         * src/folder.[ch]
14344         * src/prefs_folder_item.[ch]
14345                 add subject simplification to strip out strings from
14346                 a subject line (esp. handy for mailing lists). 
14347                 (original patch by by Thomas Link <t.link.tmp200101@gmx.net>,
14348                 but slightly changed things for better integration.)
14349
14350 2001-12-23 [alfons]     0.6.6claws11
14351
14352         * src/mainwindow.c
14353                 fix bug introduced by submission included in 0.6.5claws52.
14354                 ideally this submission should clean the trash if any trash
14355                 folder has a message. however, the hasTrash variable was
14356                 set to false whenever a trash folder was empty (discarding
14357                 a previously found *filled* trash folder.)
14358
14359                 also edited the code a little bit and made it more safe.
14360
14361 2001-12-22 [alfons]     0.6.6claws10
14362
14363         * src/imap.c
14364                 quick fix for Martin Pool's omission of an account
14365                 specific SSL setting
14366
14367 2001-12-22 [alfons]     0.6.6claws9
14368
14369         * src/compose.c
14370         * src/messageview.c
14371         * src/mimeview.c
14372         * src/pgptext.c
14373         * src/procmime.[ch]
14374                 better support for multipart/digest (submitted
14375                 by Fredrik <e98fo@efd.lth.se>)
14376
14377 2001-12-22 [alfons]     0.6.6claws8
14378
14379         * src/addressbook.c
14380                 correct function signature
14381         * src/socket.[ch]
14382         * src/imap.[ch]
14383         * src/prefs_account.[ch]
14384                 allow IMAP over SSH tunnel (patch submitted by 
14385                 Martin Pool <mbp@samba.org>)
14386
14387 2001-12-21 [alfons]     0.6.6claws7
14388
14389         * sync with sylpheed 0.6.6cvs4-9
14390                 (may have forgotten something: LAST_STABLE is 0.6.6claws6)
14391
14392 2001-12-21 [christoph]  0.6.6claws6
14393
14394         * src/compose.c
14395         * src/prefs_folder_item.[ch]
14396                 implement saving of outgoing messages to current folder.
14397                 fix segfault when no default outbox is available
14398                 (closes bug #495683)
14399
14400 2001-12-21 [carsten]    0.6.6claws5
14401         * src/folderview.c
14402         * src/summaryview.c
14403                 pressing CTRL while DND does now the expected thing and
14404                 copies the mail (moving is still the default, as this
14405                 seam more appropriate for handling mails by DND)
14406
14407 2001-12-18 [paul]       0.6.6claws4
14408
14409         * sync with sylpheed 0.6.6cvs3
14410                 see ChangeLog entries 2001-12-18
14411
14412 2001-12-18 [hiro]       0.6.6claws3
14413
14414         * src/undo.c
14415                 fix for multibyte characters (obtain the number of letters
14416                 instead of bytes).
14417
14418 2001-12-17 [paul]       0.6.6claws2
14419
14420         * sync with sylpheed 0.6.6cvs1
14421                 see ChangeLog entry 2001-12-16
14422
14423 2000-12-17 [alfons]     0.6.6claws1
14424
14425         * src/filtering.c
14426                 clean up
14427
14428 2001-12-16 [paul]       0.6.6claws
14429 2001-12-15
14430
14431         * Release version 0.6.6claws, cvs tag: rel_0_6_6
14432
14433         * src/mimeview.c
14434                 last minute sync with main 0.6.6
14435
14436         * po/es.po
14437                 updated by Ricardo Mones Lastra
14438                 update for last minute sync
14439         * po/fr.po
14440         * po/nl.po
14441                 update for last minute sync
14442         * po/de.po
14443                 updated by Jens Oberender
14444         * po/pt_BR.po
14445                 updated by Fabio Junior Beneditto
14446
14447         * src/prefs_common.[ch]
14448         * src/undo.c
14449                 number of undo levels is user configurable
14450                 (squeeze it into the release in the dying
14451                 moments) Submitted by Jens Oberender    
14452
14453 2001-12-15 [melvin]
14454
14455         * po/fr.po
14456                 updated french translation
14457
14458 2001-12-15 [paul]       0.6.5claws92
14459
14460         * sync with sylpheed 0.6.5cvs28
14461                 see ChangeLog entry 2001-12-14 (src/prefs_account.c)
14462
14463         * po/nl.po
14464                 update to allow for sync
14465
14466 2001-12-15 [alfons]
14467         
14468         * po/nl.po
14469                 update dutch translation
14470
14471 2001-12-14 [carsten]    0.6.5claws91
14472         * src/summaryview.c
14473                 fixed bug #473785; also after changing the column order
14474                 the same message will be selected and displayed as before
14475                 the reordering
14476
14477 2001-12-14 [carsten]    0.6.5claws90
14478         * src/folderview.c
14479                 probably found the bug reported by wwb opening or closing
14480                 a folder tree just before dnd (found the solution in the
14481                 balsa source -- thanks to them)
14482
14483 2001-12-14 [carsten]    0.6.5claws89
14484         * src/gtkutils.c
14485         * src/account.c
14486                 moved gtk_clist_moveto to the right place, so that
14487                 only the accounts dialog is effected on opening
14488
14489 2001-12-14 [carsten]    0.6.5claws88
14490         * src/gtkutils.c
14491                 gtkut_clist_set_focus_row does a gtk_clist_moveto
14492                 now, so that the focused row will be seen in any case
14493                 (reported by wwp on sf-claws-user)
14494
14495 2001-12-14 [darko]      0.6.5claws87
14496
14497         * src/compose.c
14498                 remove unnecessary line
14499
14500 2001-12-14 [paul]       0.6.5claws86
14501
14502         * sync with sylpheed 0.6.5cvs27
14503                 see ChangeLog entries 2001-12-14
14504
14505 2001-12-14 [carsten]    0.6.5claws85
14506         * src/mainwindow.c
14507                 following a suggestion of Melvin the rcoabm pops up
14508                 right under the button now and the button is reliefed
14509                 while the popup is open
14510
14511 2001-12-14 [darko]      0.6.5claws84
14512
14513         * src/compose.c
14514                 fix crash when wrapping long lines if linewrap quotation
14515                 is disabled and wrapper encounters a word spanning more
14516                 than one line
14517
14518 2001-12-13 [paul]       0.6.5claws83
14519
14520         * src/compose.c
14521                 prefer 'Reply-To' header over mailing list header when
14522                 replying to a message. Finally prevent all those confirmation 
14523                 messages being sent to the list itself.
14524
14525         * src/summaryview.c
14526                 remove unused summary_set_menu_sensitive() entry
14527
14528 2001-12-13 [paul]       0.6.5claws82
14529
14530         * src/folderview.c
14531         * src/pixmaps/inbox-hrm.xpm     ** NEW FILE **
14532         * src/pixmaps/outbox-hrm.xpm    ** NEW FILE **
14533         * src/pixmaps/trash-hrm.xpm     ** NEW FILE **
14534                 improvements to 'Hide read messages': Inbox, Outbox,
14535                 Trash, Queue, and Draft icons now reveal presence of hidden 
14536                 messages
14537
14538 2001-12-12 [alfons]     0.6.5claws81
14539
14540         0.6.5claws80 was tagged as LAST_STABLE
14541
14542         * src/filtering.[ch]
14543         * src/matcher.[ch]
14544         * src/matcher_parser_lex.c
14545                 fix the filtering; my last attempt to get it right, 
14546                 if it does not work, it's Hoa's turn. ;-)
14547
14548                 for my honourable peers:
14549                 
14550                 the code now makes a clear distinction between
14551                 rules as they are displayed (probably escaped),
14552                 and as they are executed (probably unescaped). the
14553                 parser does *NOT* do any unescaping, this is
14554                 the task of the matcher.c (which breaks up a
14555                 rule into condition) and the filtering.c (which
14556                 breaks up the rule's action). to make this
14557                 run happily we provide an unescaped copy of
14558                 crucial strings to the MatcherProp and 
14559                 FilteringAction structures. note that the only
14560                 exception to this is any REGEXP string. those
14561                 are directly passed to regcomp() and regexp()
14562                 (who have much more powerful unescape functions).
14563                 
14564                 for everyone else:
14565         
14566                 you can escape tab (\t), carriage return (\r),
14567                 linefeed (\n), form feed (\f), quote (\"), 
14568                 single quote (\'), bell (\b) in all the entry
14569                 lines in the scoring & filtering dialogs.
14570                 as an added bonus this should not affect
14571                 existing filtering rules.
14572
14573 2001-12-12 [carsten]    0.6.5claws80
14574
14575         * src/summaryview.c
14576         * po/de.po
14577                 "item(s) selected" is now sensitive to 1 or more
14578                 than one selected (nice for language where simple
14579                 adding of a "s" is not possible as German (Eintrag
14580                 ->Eintr"age)
14581                 
14582                 the "forward as attachment" entry from the right
14583                 click menu removed, "forward" acts following the
14584                 prefs
14585         
14586         * src/textview.c
14587                 reverted my former changes; so compiler warning again
14588                 but there's more GTK_TEXT/GTK_STEXT mixing on other places
14589                 nevertheless
14590
14591         * src/messageview.c
14592                 "search in message" does now *not* only work in MVIEW_TEXT
14593                 messages, but also in a MIMEVIEW_TEXT part of MVIEW_MIME
14594                 message
14595
14596         * src/mainwindow.c
14597                 removed "/File/_Close" as it was the same as "/File/E_xit"
14598                 and we don't need it two times
14599
14600                 the separate folder view and message view now get a distinct
14601                 WMCLASS, just in case someone is using sawfish ;-)
14602
14603                 as the menu entries "/View/Message view" and "/View/Folder tree"
14604                 are only doing something when SEPARATE_MESSAGE or SEPARATE_FOLDER
14605                 make them sensitive accordingly and as these two are "shown"
14606                 after startup anytime check this menuitem at startup
14607
14608 2001-12-12 [paul]       0.6.5claws79
14609
14610         * src/folderview.c
14611                 fix sensitivity of 'Search folder...', broken in
14612                 0.6.5claws75
14613
14614         * src/mainwindow.c
14615                 fix dodgy English
14616
14617 2001-12-11 [carsten]    0.6.5claws78
14618         * src/filtering.c
14619                 fixed two typos returning a wrong FALSE/TRUE
14620         * src/mainwindow.[ch]
14621                 extra menu for email/news button removed
14622
14623 2001-12-11 [alfons]     0.6.5claws77
14624         
14625         * src/matcher.c                 (1.3)
14626         * src/matcher_parser_lex.l      (1.28)
14627                 revert for another attempt
14628                 mark 0.6.5claws77 as LAST_STABLE
14629
14630 2001-12-11 [christoph]  0.6.5claws76
14631
14632         * po/de.po
14633                 fixed wrong translation for prev. unread msg
14634
14635 2001-12-11 [paul]       0.6.5claws75
14636
14637         * src/folder.[ch]
14638         * src/folderview.c
14639         * src/mainwindow.c
14640         * src/summaryview.[ch]
14641         * src/pixmaps/dir-open-hrm.xpm  ** NEW FILE **
14642                 enable ability to hide read messages on per folder basis via 
14643                 '/Summary/Hide read messages'; when selected, a folder will 
14644                 have a red open folder icon, instead of a blue icon, if the 
14645                 folder contains hidden messges
14646                 submitted by Thomas Link <t.link.tmp200101.gmx.net> 
14647
14648         * src/mainwindow.c
14649                 remove '/Message/Forward as attachment' from 
14650                 main_window_set_menu_sensitive() to prevent debug warning
14651
14652         * src/folderview.c
14653         * src/mainwindow.c
14654                 Clean up some of the English
14655
14656         * tools/newscache_clean.pl
14657                 allow for new 'hidereadmsgs' entry in folderlist.xml
14658
14659         * po/es.po
14660                 updated translation, submitted by Ricardo Mones Lastra
14661
14662 2001-12-11 [paul]       0.6.5claws74
14663
14664         * sync with sylpheed 0.6.5cvs25
14665                 see ChangeLog entry 2001-12-11
14666
14667 2001-12-10 [alfons]     0.6.5claws73
14668
14669         * src/matcher.c
14670                 add more control characters
14671         * src/matcher_parser_lex.l
14672                 make escaping / unescaping work again
14673
14674 2001-12-10 [alfons]     0.6.5claws72
14675
14676         * src/imap.c
14677                 clean up warnings "returning value for void function" 
14678         * src/prefs_filtering.c
14679                 make info button for execute action sensitive
14680
14681 2001-12-10 [paul]       0.6.5claws71
14682
14683         * src/compose.c
14684         * src/imap.[ch]
14685         * src/summaryview.c
14686                 fix: imap server now gets informed of MARKED, UNMARKED
14687                 and REPLY events. Now people can use different IMAP-Mail
14688                 clients and have the exact same information about MARKED,
14689                 UNMARKED and REPLY status with all of them. Especially
14690                 useful for imap servers with a web-frontend.
14691                 submitted by Tobias Sandhaas <medlor@web.de>
14692
14693 2001-12-09 [melvin]     0.6.5claws70
14694         
14695         * src/textview.[ch]
14696                 fixed bug #490076 (hunted down by Alfons who implemented
14697                 a workaround in 0.6.5claws65)
14698
14699 2001-12-09 [christoph]  0.6.5claws69
14700
14701         * src/summaryview.c
14702                 set pointer to string in LOCKED column to NULL
14703                 (might fix bug #490800)
14704
14705 2001-12-09 [carsten]    0.6.5claws68
14706
14707         * po/de.po
14708                 resolved some cluttered menu shortcuts 
14709                 ('creating new email' and 'creating news message'
14710                 hade the same)
14711         * src/compose.c
14712                 wmclass now distinc from main window
14713         * src/mainwindow.c
14714           src/mainwindow.h
14715                 email/news and forward button functionality similar
14716                 to the reply buttons; removed the ugly dropdown arrows
14717                 and use instead the right mouse button
14718
14719 2001-12-09 [paul]       0.6.5claws67
14720
14721         * src/imap.c
14722         * src/utils.h
14723                 allow spaces in imap folder names
14724                 submitted by Willem van Engen <wvengen@stack.nl>
14725
14726 2001-12-09 [paul]       0.6.5claws66
14727
14728         * sync with sylpheed 0.6.5cvs24
14729                 see ChangeLog entry 2001-12-09
14730
14731 2001-12-08 [alfons]     0.6.5claws65
14732
14733         * src/textview.c
14734                 prevent secondary selection claim after "add to sender" dialog
14735                 popped up. this is because there's a GDK_BUTTON_RELEASE pending.
14736                 we trick GTK by simulating a click at (0, 0) in the textview.
14737
14738 2001-12-08 [hoa]        0.6.5claws64
14739
14740         * src/folder.c
14741                 fixed a bug about the .processing folder name while filtering
14742
14743 2001-12-08 [alfons]     0.6.5claws63
14744
14745         * src/folderview.c 
14746                 work around problem of not correctly updating folder stats
14747                 when deleting messages. there's some folder scanning evil
14748                 going so the folderview_update_msg_num() does not work
14749                 correctly. need to investigate this.
14750
14751 2001-12-08 [paul]       0.6.5claws62
14752
14753         * sync with sylpheed 0.6.5cvs23
14754                 see ChangeLog entry 2001-12-08
14755
14756 2001-12-07 [christoph]  0.6.5claws61
14757
14758         * src/compose.c
14759                 fix another header translation problem
14760
14761 2001-12-07 [alfons]     0.6.5claws60
14762
14763         * src/mbox.c
14764                 make filtering also work on local spool mbox
14765
14766 2001-12-07 [carsten]    0.6.5claws59
14767         * src/addressbook.c
14768                 addressbook window gets a wmclass distinct from the main
14769                 sylpheed window
14770         * src/compose.h
14771         * src/mainwindow.[ch]
14772                   forward menu item will use mode selected in prefs, forward 
14773                 as attatchment in menu removed (will be substituted in the
14774                 toolbar similar to reply buttons)
14775                   create news message menu entry and news button is now 
14776                 sensitive to the existance of a news account
14777         * src/pixmaps/stock_mail_reply_quote.xpm           ** REMOVED **
14778         * src/pixmaps/stock_mail_reply_to_all_quote.xpm    ** REMOVED **
14779         * src/pixmaps/stock_mail_reply_to_sender_quote.xpm ** REMOVED **
14780                 these are removed because the toolbar buttons don't show
14781                 the quoting modus any longer
14782
14783 2001-12-07 [paul]
14784
14785         * tools/newscache_clean.pl      ** NEW FILE **
14786                 perl script to do some tidying up in the newscache directory 
14787                 
14788         * tools/sylpheed-switcher       ** NEW FILE **
14789                 perl script to enable easy switching between main and claws
14790                 
14791         * tools/README
14792                 added descriptions of the two new perl scripts          
14793
14794
14795 2001-12-07 [melvin]     0.6.5claws58
14796
14797         * src/messageview.c
14798                 fixed a warning during compilation introduced in 0.6.5claws56
14799
14800 2001-12-07 [paul]       0.6.5claws57
14801
14802         * src/mainwindow.[ch]
14803         * src/menu.[ch]
14804                 further usability enhancements to replying with or without 
14805                 quoting via the toolbar, use of Ctrl key is replaced by 
14806                 drop down menu 
14807                 Submitted by Carsten Schurig            
14808
14809 2001-12-07 [melvin]     0.6.5claws56
14810
14811         * src/messageview.c
14812                 hack to fix bug that prevented to make/paste selections
14813                 after switching between MVIEW_TEXT and MVIEW_MIME views
14814                 without deselecting the selection first.
14815
14816 2001-12-06 [alfons]     0.6.5claws55
14817
14818         * src/filtering.[ch]
14819         * src/inc.c
14820                 revise filtering a little bit more, and make sure
14821                 messages are delivered to the appropriate inbox
14822                 (perhaps set per account)
14823
14824 2001-12-06 [paul]       0.6.5claws54
14825
14826         * sync with sylpheed 0.6.5cvs22
14827                 see ChangeLog entry 2001-12-06
14828
14829 2001-12-05 [alfons]     0.6.5claws53
14830
14831         * src/inc.c
14832         * src/folder.[ch]
14833         * src/procmsg.c
14834         * src/filtering.c
14835                 more revisions of filtering system
14836                 (last stable version is marked as LAST_STABLE)
14837                 
14838                 | NOTE 1): the filtering system now uses a local folder called
14839                 | .processing. if filtering fails, check this directory
14840                 | for missing messages.
14841                 |
14842                 | NOTE 2): help us find the filtering actions still missing
14843
14844 2001-12-05 [paul]       0.6.5claws52
14845
14846         * src/mainwindow.c
14847                 fix bug where 'Empty Trash?' pop-up window appears even
14848                 when Trash is empty, submitted by Jesse Skinner         
14849
14850 2001-12-05 [melvin]     0.6.5claws51
14851
14852         * src/compose.c
14853                 fixed bug #486106 to select correct account when reediting 
14854                 a queued message
14855         
14856 2001-12-04 [alfons]     0.6.5claws50
14857
14858         * src/mh.c
14859                 declare markfile in appropriate functions when
14860                 no fchmod() is found (thanks to Mark Heerdink <marc@koelkast.net>
14861                 for spotting this)
14862
14863 2001-12-04 [paul]       0.6.5claws49
14864
14865         * sync with sylpheed 0.6.5cvs21
14866                 see ChangeLog entry 2001-12-04
14867
14868 2001-12-03 [christoph]  0.6.5claws48
14869
14870         * po/de.po
14871                 changed translation of undo
14872         * src/account.c
14873         * src/folder.c
14874                 don't reinvent the wheel to traverse a GNode
14875         * src/compose.[ch]
14876                 seperate code to create the compose gui into functions
14877                 add "Others" page with folder selection for saving copy
14878                 of the message.
14879                 the folder identifier is saved to queue header
14880         * src/procmsg.c
14881                 save message to folder in queue header
14882
14883 2001-12-03 [paul]       0.6.5claws47
14884
14885         * sync with sylpheed 0.6.5cvs20
14886                 see ChangeLog entry 2001-12-03
14887
14888 2001-12-01 [paul]
14889
14890         * more sync with sylpheed 0.6.5cvs19
14891                 see ChangeLog entry 2001-11-29
14892
14893 2001-11-30 [paul]       0.6.5claws46
14894         
14895         * src/compose.c
14896                 remove conflicts introduced by Hoa's last commit
14897          
14898         * src/mainwindow.c
14899                 make 'Message/Bounce' sensitive
14900
14901 2001-11-30 [hoa]        0.6.5claws45
14902
14903         * src/compose.c
14904                 slightly change bounce function to add
14905                 information about the user that bounced the mail
14906                 in the From header line.
14907
14908         * src/folderview.c
14909                 permit the use of processing in outbox folder.
14910
14911 2001-11-29 [paul]       0.6.5claws44
14912
14913         * src/mainwindow.[ch]
14914         * src/prefs_common.c
14915         * src/pixmaps/stock_mail_reply_quote.xpm            ** NEW FILE **
14916         * src/pixmaps/stock_mail_reply_to_all_quote.xpm     ** NEW FILE **
14917         * src/pixmaps/stock_mail_reply_to_author_quote.xpm  ** NEW FILE **
14918                 usability enhancements to the quoting, implements
14919                 use of Ctrl key to toggle quoting settings
14920                 Submitted by Carsten Schurig <Carsten.Schurig@web.de>
14921
14922 2001-11-29 [paul]       0.6.5claws43
14923         
14924         * sync with sylpheed 0.6.5cvs19
14925                 see ChangeLog entry 2001-11-28
14926
14927 2001-11-29 [melvin]     0.6.5claws42
14928         * src/Makefile.am
14929                 added enriched.[ch] to the list of files
14930
14931         * src/textview.c
14932         * src/mimeview.c
14933         * src/procmime.[ch]
14934         * src/enriched.[ch]
14935                 added support to view text/enriched
14936                 added support to show headers in message view for text/enriched and text/html
14937                         in non multipart messages
14938
14939 2001-11-28 [paul]       0.6.5claws41
14940
14941         * more sync with sylpheed 0.6.5cvs18
14942                 see ChangeLog entry 2001-11-27 (src/prefs_common.c)
14943
14944 2001-11-27 [paul]       0.6.5claws40
14945         
14946         * po/pt_BR.po
14947                 updated translation, submitted by Fabio Junior Beneditto
14948                 
14949         * sync with sylpheed 0.6.5cvs18
14950                 see ChangeLog entries 2001-11-26 (src/textview.c) and
14951                 2001-11-27
14952
14953
14954 2001-11-26 [paul]
14955
14956         * po/es.po
14957                 updated translation, submitted by Ricardo Mones Lastra
14958
14959 2001-11-26 [alfons]
14960
14961         * src/matcher.c
14962                 add more translatable strings
14963
14964 2001-11-26 [christoph]  0.6.5claws39
14965
14966         * po/de.po      
14967                 fixed one more umlaut
14968         * src/compose.c
14969                 fix translated header when it should not be translated
14970
14971 2001-11-26 [paul]       0.6.5claws38
14972
14973         * src/mainwindow.c
14974                 remove '/Message/Add Sender to address book' from 
14975                 main_window_set_menu_sensitive(), prevent debug warning
14976                 add 'Message/Mark/Mark all read' to mainwin_entries[]
14977
14978 2001-11-26 [paul]       0.6.5claws37
14979
14980         * src/summaryview.c
14981                 fix 'recurring unread state' bug 
14982
14983         * tools/README 
14984         * tools/filter_conv.pl
14985                 read name of top level mailbox from folderlist.xml
14986                 and presume nothing about its name              
14987
14988 2001-11-26 [darko]      0.6.5claws36
14989
14990         * src/gtkstext.[ch]
14991                 removed functions that are now in gtkutils.c
14992                 use gtkut_text_is_uri_string() from gtkutils.c
14993         * fix my comment on 2001-11-23 (missing gtkutils.[ch])
14994
14995 2001-11-26 [paul]       0.6.5claws35
14996
14997         * sync with sylpheed 0.6.5cvs16
14998                 see ChangeLog entries 2001-11-25 and 2001-11-26
14999
15000 2001-11-25 [alfons]     0.6.5claws34
15001
15002         EXPERIMENTAL!!! Please checkout the last stable version using: 
15003           
15004         % cvs update -r LAST_STABLE -dRAP
15005
15006         (Or help us testing this stuff.)
15007
15008         * src/filtering.c               (1.14)
15009         * src/filtering.h               (1.6)
15010         * src/inc.c                     (1.28)
15011         * src/matcher.c                 (1.20)
15012         * src/mbox.c                    (1.9)
15013         * src/procmsg.h                 (1.14)
15014         * src/summaryview.c             (1.59)
15015         * src/summaryview.h             (dunno)
15016                 revert/merge/sync to as it was before commit 
15017                 on Thu, 19 Jul 2001 10:15:51 -0700.
15018
15019 2001-11-25 [hoa]        0.6.5claws33
15020
15021         * src/main.c
15022                 processing mails at startup
15023
15024         * src/folderview.c
15025         * src/summaryview.[ch]
15026                 processing mails when entering folder
15027
15028         * src/prefs_filtering.c
15029                 fixed some UI bugs
15030
15031 2001-11-24 [alfons]     0.6.5claws32
15032
15033         * src/summaryview.[ch]
15034                 make summary sort headers work, and also make
15035                 sure the sort type is stored
15036
15037 2001-11-23 [alfons]     0.6.5claws31
15038
15039         * src/summaryview.[ch]
15040                 make lock work like mark
15041                 disallow deleting messages marked as locked
15042
15043 2001-11-23 [alfons]     0.6.5claws30
15044
15045         * src/gtkstext.c
15046         * src/compose.[ch]
15047         * src/Makefile.am
15048         * src/undo.[ch]
15049                 merge undo patch submitted by Jens
15050
15051 2001-11-23 [christoph]  0.6.5claws29
15052
15053         * src/.cvsignore
15054                 added ylwrap
15055         * src/compose.c
15056                 fixed gpg signing and encoding
15057         * src/folder.[ch]
15058         * src/main.c
15059                 added --status option to get new, unread and total
15060                 message count from a running sylpheed
15061         * src/prefs_common.c
15062                 temporary fix for reply_with_quote problem
15063                 (don't call functions for non existing widget)
15064         * src/procmsg.c
15065                 one more check for ignored threads but still not
15066                 always working correctly. probably a recursive
15067                 check for all parents is needed
15068
15069 2001-11-23 [darko]      0.6.5claws28
15070
15071         * src/compose.c
15072                 wrapping on send improvements
15073         * src/gtkutils.[ch]
15074                 fix for GtkSText after last sync with main branch
15075                 GTK_TEXT -> GTK_STEXT
15076
15077 2001-11-23 [paul]       0.6.5claws27
15078
15079         * sync with sylpheed 0.6.5cvs14
15080                 see ChangeLog entries 2001-11-22 and 2001-11-23
15081                 
15082         * po/de.po
15083                 fixed the scrambled umlauts 
15084                 submitted by Carsten Schurig <Carsten.Schurig@web.de>
15085
15086 2001-11-21 [paul]       0.6.5claws26
15087
15088         * sync with sylpheed 0.6.5cvs12
15089                 see 2nd ChangeLog entry dated 2001-11-20
15090
15091 2001-11-20 [paul]       0.6.5claws25
15092
15093         * sync with sylpheed 0.6.5cvs11
15094                 see ChangeLog entry 2001-11-19 (src/utils.c)
15095
15096 2001-11-20 [hiro]
15097
15098         * src/compose.c
15099                 GTK_TEXT -> GTK_STEXT
15100                 fix for wrong comment
15101
15102 2001-11-20 [hiro]       0.6.5claws24
15103
15104         * src/compose.[ch]
15105                 more merges from main branch
15106                 removed fatal warnings (uninitialized variables etc.)
15107                 some coding style fix
15108         * src/gtkutils.h
15109                 fixed typo.
15110         * src/addressbook.c
15111           src/addrindex.c
15112                 V-Card -> vCard
15113
15114 2001-11-19 [hoa]        0.6.5claws23
15115
15116         * src/filtering.c
15117         * src/prefs_scoring.c
15118         * src/matcher.[ch]
15119         * src/scoring.c
15120                 cleaning code
15121
15122         * src/matcher_parser_parse.y
15123         * src/prefs_filtering.c
15124                 bouncing
15125
15126 2001-11-19 [alfons]     0.6.5claws22
15127
15128         more of my old things into claws
15129
15130         * src/Makefile.am
15131         * src/prefs_common.c
15132         * src/procmsg.h
15133         * src/summaryview.[ch]
15134         * src/prefs_summary_column.c
15135         * src/pixmaps/locked.xpm
15136                 add indicators for locking of message in summary view
15137                 (does not work yet, only visual indicator)
15138
15139 2001-11-19 [paul]       0.6.5claws21
15140
15141         * sync with sylpheed 0.6.5cvs10
15142                 see ChangeLog entry 2001-11-19
15143
15144 2001-11-18 [alfons]     0.6.5claws20
15145         
15146         * src/filtering.c
15147                 remove an inadvertent free I forgot in previous clean up 
15148
15149 2001-11-18 [alfons]     0.6.5claws19
15150
15151         * src/filtering.[ch]
15152                 clean up & plug leaks
15153
15154 2001-11-18 [paul]       0.6.5claws18
15155
15156         * sync with sylpheed 0.6.5cvs9
15157                 see ChangeLog entries 2001-11-17 and 2001-11-18
15158
15159 2001-11-16 [paul]       0.6.5claws17
15160
15161         * sync with sylpheed 0.6.5cvs8
15162                 see ChangeLog entry 2001-11-16, src/grouplistdialog.c
15163
15164 2001-11-16 [paul]       0.6.5claws16
15165
15166         * sync with sylpheed 0.6.5cvs7
15167                 see ChangeLog entries 2001-11-15 and 2001-11-16
15168
15169 2001-11-15 [hoa]        0.6.5claws15
15170
15171         * src/compose.c
15172                 fix bounce, mails we received couln't be bounced to ourself.
15173
15174         * src/defs.h
15175         * src/filtering.[ch]
15176         * src/matcher.[ch]
15177         * src/matcher_parser.h
15178         * src/matcher_parser_lex.l
15179         * src/matcher_parser_parse.y
15180         * src/inc.c
15181         * src/main.c
15182         * src/mbox.c
15183         * src/prefs_filtering.[ch]
15184         * src/mainwindow.c
15185         * src/prefs_matcher.c
15186         * src/prefs_scoring.c
15187         * src/scoring.[ch]
15188         * src/summaryview.c
15189                 new matcher/filter/score configuration file parser
15190                 one unique configuration file => ~/.sylpheed/matcherrc
15191                 import in currently automatic, then save are made
15192                 in this new file.
15193                 one filter per folder and one global filter
15194                 (filter of a folder will be used as folder processing)
15195
15196         * src/folder.c
15197                 fix a bug in folder_item_get_identifier
15198                 
15199         * src/messageview.c
15200                 receive receipt return are fixed.
15201
15202 2001-11-14 [alfons]     0.6.5claws14
15203
15204         * src/session.h
15205                 add things from main branch to make claws compile
15206
15207 2001-11-14 [paul]       0.6.5claws13
15208
15209         * merge with SYNC-B4-REL and sync with sylpheed 0.6.5cvs5
15210                 see ChangeLog entries 2001-11-08 to 2001-11-14
15211
15212 2001-11-14 [hoa] 0.6.5claws12
15213
15214         * src/compose.[ch]
15215         * src/mainwindow.c
15216         * src/summaryview.c
15217                 add "bounce mail" option
15218
15219 2001-11-13 [christoph]  0.6.5claws11
15220
15221         * src/compose.c
15222                 Cleanup a mess i add before commiting
15223
15224 2001-11-13 [hoa]        0.6.5claws10
15225
15226         * src/compose.c
15227                 some fixes when mail are sent or
15228                 for crossposts
15229
15230 2001-11-13 [christoph]  0.6.5claws9
15231
15232         * po/de.po
15233                 Changed two string with the same translation
15234         * src/compose.c
15235         * src/procmsg.[ch]
15236         * src/send.[ch]
15237                 New mailsending process:
15238                   - Always queue message before sending
15239                     (message will be saved if sylpheed crashed or
15240                      freezes while sending)
15241                   - Allow queuing of newspostings
15242                   - No copy in outbox before sending
15243                     (closes bug #469501)
15244                   - No more redundant code for send and send_later
15245         * src/summaryview.c
15246                 Applied wwp <subscript@free.fr>'s patch that fixes
15247                 marks for multiple forwarded messages (+compose.c)
15248
15249 2001-11-12 [alfons]
15250
15251         * README.claws
15252                 remove things that are now in main branch
15253         
15254         * po/nl.po
15255                 update Dutch translation
15256
15257 2001-11-12 [mhadasht]   0.6.5.claws8
15258
15259         * src/prefs_common.c
15260                 re-enabled account autoselection feature for forward
15261                 and reedit lost during the branch point for SYNC-B4-REL
15262         * src/gtkspell.c
15263                 gtkpspell_get_dict(): more readable code (even if function is
15264                 not used yet)
15265         * ChangeLog.claws
15266                 added version number info to 2001-11-12 [hiro] comment.
15267
15268 2001-11-12 [hiro]       0.6.5.claws7
15269
15270         * src/compose.c
15271                 compose_forward(): fixed a bug that forward quote mark
15272                 wasn't used.
15273                 removed unnecessary code.
15274         * src/template_select.[ch]: removed.
15275
15276 2001-11-11 [alfons]
15277
15278         * src/compose.c
15279                 :%s/GTK_TEXT/GTK_STEXT/g
15280         
15281         * src/compose.[ch]
15282         * src/undo.[ch]
15283         * src/Makefile.am
15284                 revert the undo stuff (this is 0.6.6claws stuff)
15285
15286 2001-11-11 [hoa]        0.6.5.claws6
15287
15288         * src/compose.[ch]
15289                 Insert signature at the end of the text.
15290                 Added undo patch but currently disabled
15291
15292         * src/procmsg.c
15293                 Threading by subject improved.
15294
15295         * added src/undo.[ch]
15296                 Undo module for compose dialog box.
15297
15298 2001-11-11 [alfons]     0.6.5.claws5
15299
15300         * src/procmsg.c
15301                 prevent threading by subject on nodes that have already been
15302                 threaded by in-reply-to (as in "circular references in a tree
15303                 result in a dead branch")
15304
15305 2001-11-09 [hoa]        0.6.5.claws4
15306         
15307         * src/folderview.c
15308                 allows creation of mbox folder item from any files.
15309
15310 2001-11-09 [alfons]     0.6.5.claws3
15311         
15312         * src/utils.c
15313         * src/procmsg.c
15314                 do what I mean and correct threading by subject so it really
15315                 ignores attracting lines without "Re: "
15316
15317 2001-11-07 [alfons]     0.6.5.claws2
15318
15319         * src/procmsg.c
15320         * src/utils.[ch]
15321                 only attract by subject if a subject line starts with a "Re: "
15322         * src/syldap.c
15323                 remove warning
15324
15325 2001-11-07 [paul]       0.6.5claws1
15326
15327         * sync with sylpheed 0.6.5. release
15328                 see ChangeLog entry 2001-11-07
15329
15330 2001-11-07 [paul]       0.6.4claws31
15331
15332         * sync with sylpheed 0.6.4cvs18
15333                 see ChangeLog entries 2001-10-30 to 2001-11-07
15334                 prefs_templates.[ch] renamed prefs_template.[ch]
15335
15336 2001-11-06 [alfons]
15337         
15338         * src/utils.h
15339                 add semicolon Hoa forgot ;-)
15340                 
15341
15342 2001-11-06 [hoa]        0.6.4claws30
15343         
15344         * src/procmsg.c
15345         * src/summaryview.c
15346         * src/utils.c
15347         * src/utils.h
15348                 threading by subject - empty subject are ignored
15349
15350 2001-11-06 [christoph]  0.6.4claws29
15351
15352         * src/socket.c
15353                 use SSL_peek for sock_gets
15354         * src/utils.c
15355                 removed unneeded pointer in extracting quoted
15356                 names implementation
15357
15358 2001-11-06 [melvin]     0.6.4claws28
15359
15360         * src/gtkspell.c
15361                 fixed bug #476792 Selection overtyping with spell checker
15362                 fixed bug which could cause a buffer overflow
15363                 fixed a memory leak
15364
15365 2001-11-06 [hoa]        0.6.4claws27
15366         
15367         * src/procmsg.c
15368         * src/summaryview.c
15369                 threading by subject
15370
15371 2001-11-05 [alfons]     0.6.4claws26
15372         
15373         * README.claws
15374                 Claws -> Sylpheed (vice versa)
15375
15376         * src/compose.c
15377                 :%s/gtk_text/gtk_stext/g
15378                 :%s/GTK_TEXT/GTK_STEXT/g
15379                 (thanks to Jonathan Ware for spotting this)
15380
15381 2001-11-04 [christoph]  0.6.4claws25
15382
15383         * src/summaryview.c
15384                 replace Xalloca + strdup with Xstrdup_a
15385         * src/utils.c
15386                 better implementation of extracting quoted names
15387                 from addresses (remove backlashes and ignore
15388                 quotes after them)
15389
15390 2001-11-04 [alfons]     0.6.4claws24
15391
15392         * src/utils.[ch]
15393                 edit to comply more with coding style
15394
15395         * src/textview.c
15396                 fix bug reported by Kim Schulz. introduced by the patch integrated
15397                 in 0.6.4claws15. the code did not check the return value of
15398                 the html parser.
15399
15400         * AUTHORS
15401                 add Jonathan Ware and close "[ #475955 ] Enhanced Mailto Patch"
15402
15403 2001-11-04 [christoph]  0.6.4claws23
15404
15405         * src/main.c
15406         * src/prefs_common.[ch]
15407                 init some pointers that possibly caused a segfault
15408                 reported in the claws-users ML
15409
15410 2001-11-04 [hoa]        0.6.4claws22
15411
15412         * src/grouplistdialog.c
15413                 change the names of the nodes in the tree
15414
15415         * src/compose.c
15416                 enhanced mailto syntax as described in
15417                 http://developer.netscape.com/viewsource/husted_mailto/mailto.html
15418                 (thanks to Jonathan Ware <jonathan_ware@gmx.co.uk>)
15419
15420         * src/utils.c
15421                 encode and decode URI (useful when opening URL into
15422                 netscape).
15423
15424 2001-11-03 [hoa]        0.6.4claws21
15425
15426         * src/grouplistdialog.c
15427                 a new newsgroups list selection dialog box
15428                 with a CTree instead of a CList
15429
15430 2001-11-03 [hoa]        0.6.4claws20
15431
15432         * src/folderview.c
15433                 enable property and scoring options when right
15434                 click on "inbox"
15435
15436         * src/summaryview.c
15437                 fixed bug when nickname were displayed using
15438                 the address book.
15439
15440 2001-11-02 [darko]      0.6.4claws19
15441
15442         * src/compose.c
15443                 new wrap quotation and URL/long words wrapping implementation
15444         * src/compose.c src/gtkstext.[ch]
15445                 move gtkstext_strncmp() to gtkstext.c
15446
15447 2001-11-01 [christoph]  0.6.4claws18
15448
15449         * src/prefs_account.c
15450                 fixed mess in account settings dialog
15451         * src/prefs_folder_item.c
15452                 added label with folder path to dialog
15453
15454 2001-10-31 [match]      0.6.4claws17
15455
15456         * src/vcard.c
15457                 fix memory leak.
15458         * src/addrbook.c
15459                 fix generation of spurious address book file names.
15460                 remove redundant functions.
15461         * po/POTFILES.in
15462                 added missing file names.
15463
15464 2001-10-30 [paul]       0.6.4claws16
15465
15466         * sync with sylpheed 0.6.4cvs6
15467                 see ChangeLog entries 2001-10-26 to 2001-10-30
15468
15469         * tools/filter_conv.pl
15470                 read folderlist.xml to discover whether the top-level
15471                 folder is called 'Mailbox' or 'Mail' 
15472
15473 2001-10-29 [paul]       0.6.4claws15
15474
15475         * src/html.c, src/textview.c
15476                 activate links in html mail and fix clickable parts
15477                 Submitted by Matthieu Dazy <dazy@t-surf.com>
15478
15479 2001-10-29 [paul]
15480
15481         * po/de.po, po/es.po, po/pt_BR/po
15482                 updated translations, submitted by Jens Oberender,
15483                 Ricardo Mones Lastra, and Fabio Junior Beneditto
15484
15485 2001-10-29 [darko]      0.6.4claws14
15486
15487         * src/compose.c
15488                 fix wrapping for good
15489
15490 2001-10-29 [darko]
15491
15492         * src/compose.c
15493                 undo previous change as it broke the smart wrapping
15494
15495 2001-10-29 [darko]      0.6.4claws13
15496
15497         * src/compose.c
15498                 fix infinite loop when long URL is quoted
15499                 (closes bug #475122.
15500
15501 2001-10-28 [match]
15502
15503         * src/mutt.[ch] src/importmutt.[ch] src/mgutils.[ch] src/addressbook.c src/Makefile.am
15504                 import Mutt address book
15505         * src/ldif.[ch] src/importldif.h
15506                 modified import LDIF handle user attributes
15507
15508 2001-10-28 [christoph]  0.6.4claws12
15509
15510         * src/summaryview.c
15511                 fixed that filtering did not work if there
15512                 were no filter rules
15513                 (closes bug #472003 and better implementation
15514                  of patch #474644)
15515
15516 2001-10-27 [christoph]  0.6.4claws11
15517
15518         * src/compose.c
15519                 make the folder's default account to be used when
15520                 replying. (patch by wwp <subscript@free.fr>)
15521         * src/compose.c
15522                 code cleanup, nearly killed all of wwp's patch
15523                 for folder's default account in compose
15524         * src/folderview.c
15525                 error panel when a folder could not be created
15526                 (closes bug #471080 new folder name & already
15527                  existing file)
15528
15529 2001-10-26 [alfons]
15530
15531         * src/utils.h
15532                 change prototype of strstr2() that Christoph forgot about
15533
15534 2001-10-26 [christoph]  0.6.4claws10
15535
15536         * src/account.c
15537                 made search for accounts by email address not case
15538                 sensitive
15539         * src/folder.c
15540                 fixed memory leak in folder_item_get_identifier
15541         * src/gtkspell.c
15542         * src/utils.c
15543                 fixed wrong strstr2 (should work like strstr)
15544
15545 2001-10-26 [darko]      0.6.4claws9
15546
15547         * src/compose.c src/gtkstext.[ch]
15548         * src/gtkstext.c
15549                 move is_url_string() and gtkstext_str_strcmp() to gtkstext.c
15550
15551 2001-10-26 [paul]       0.6.4claws8
15552
15553         * src/html.c
15554                 ignore css and javascript tags in html mail
15555                 case-insensitive, with or without double-quoted
15556                 strings
15557
15558 2001-10-26 [paul]       0.6.4claws7
15559
15560         * sync with sylpheed 0.6.4cvs1
15561                 see ChangeLog entry 2001-10-26
15562
15563         * src/prefs_account.c, src/prefs_common.c,
15564           src/prefs_summary_column.c
15565                 minor improvements to the English
15566
15567 2001-10-25 [alfons]     0.6.4claws6
15568
15569         * src/gtkstext.c
15570         
15571                 make GtkSText follow style of GtkText (closes bug 
15572                 #469211 "text selection while writing message")
15573                 
15574                 do sync with GTK 1.2.10
15575
15576 2001-10-25 [paul]       0.6.4claws5
15577
15578         * src/html.c
15579                 ignore css tags in html mail
15580
15581 2001-10-25 [darko]      0.6.4claws4
15582
15583         * src/compose.c
15584                 don't declare is_url_string as static function since
15585                 we need it in gtkstext.c
15586         * src/gtkstext.c
15587                 remove unused variable
15588                 don't wrap long URLs while composing a message
15589
15590 2001-10-24 [christoph]  0.6.4claws3
15591
15592         * src/socket.c
15593                 fix ssl deadlock, when peer closes connection
15594
15595 2001-10-24 [paul]       0.6.4claws2
15596
15597         * src/prefs_common.c
15598                 gettextize the gpg ascii-armored warning message
15599
15600         * src/compose.c
15601                 insert a DOS/MAC file into the composed message
15602                 (improvements)
15603
15604         * Both submitted by Thierry Godefroy <godefroy@imaginet.fr>
15605
15606 2001-10-22 [paul]       0.6.4claws1
15607
15608         * sync with sylpheed 0.6.4 release
15609                 see ChangeLog entries 2001-10-21
15610
15611         * po/fr.po, po/pt_BR.po
15612                 updated by Melvin Hadasht and Fabio Junior Beneditto
15613
15614 2001-10-21 [paul]       0.6.3claws30
15615
15616         * src/compose.c
15617                 insert a DOS text file from the compose window
15618                 into the composed message text (removes CRs characters)
15619                 Submitted by Thierry Godefroy <godefroy@imaginet.fr>
15620
15621         * tools/filter_conv.pl, tools/README
15622                 automatically use ~/.sylpheed as working directory
15623                 print out confirmation message on completion
15624
15625         * correct Hoa's last ChangeLog.claws entry
15626
15627 2001-10-20 [hoa]        0.6.3claws29
15628
15629         * src/grouplistdialog.c
15630                 bugfix (another ?) to give the right
15631                 newsgroups list for each news server.
15632
15633         * src/news.c
15634         * src/news.h
15635                 improve the newsgroups list cache
15636
15637 2001-10-20 [paul]       0.6.3claws28
15638
15639         * sync with sylpheed 0.6.3cvs9
15640                 see ChangeLog entry 2001-10-19
15641
15642         * correct Alfons' last ChangeLog.claws entry
15643
15644 2001-10-19 [alfons]
15645
15646         * src/pgptext.[ch]
15647                 fix compilation problems (part of bug #472895)
15648
15649 2001-10-18 [hoa]        0.6.3claws27
15650
15651         * src/grouplistdialog.c
15652                 bugfix when we refresh was clicked (bug 472701)
15653
15654 2001-10-19 [christoph]  0.6.3claws26
15655
15656         * src/compose.c
15657                 last header entry should default to "To:" or
15658                 "Newsgroups:" and not copy the last entry line
15659                 in a new compose window
15660                 (closes bug #472686, #470792)
15661
15662 2001-10-19 [paul]       0.6.3claws25
15663
15664         * sync with Sylpheed 0.6.3cvs8
15665                 see ChangeLog entries 2001-10-18 and 2001-10-19
15666
15667 2001-10-18 [christoph]  0.6.3claws24
15668
15669         * src/procmsg.c
15670                 reimplement ignore thread
15671         
15672 2001-10-18 [hoa]        0.6.3claws23
15673
15674         * src/folderview.c
15675         * src/grouplistdialog.[ch]
15676                 enhanced news subscription interface (feature 469113)
15677
15678         * src/news.c
15679         * src/news.h
15680                 enchanced newsgroup listing,
15681                 now, we can get groups informations
15682                 (NNTPGroupInfo)
15683
15684 2001-10-18 [paul]       0.6.3claws22
15685
15686         * src/summaryview.c
15687                 remove comment (sync with main branch)
15688         * src/mainwindow.c
15689                 fix 'Re-edit' bug in 'Message' menu
15690
15691 2001-10-17 [christoph]  0.6.3claws21
15692
15693         * src/compose.c
15694                 ignore empty or whitespace only header lines
15695
15696 2001-10-17 [paul]       0.6.3claws20
15697
15698         * sync with sylpheed 0.6.3cvs7
15699                 see ChangeLog entries 2001-10-14, 2001-10-16, and
15700                 2001-10-17
15701
15702 2001-10-17 [darko]
15703
15704         * src/compose.c
15705                 wrap long lines without spaces
15706                 don't wrap URLs
15707
15708 2001-10-16 [paul]
15709
15710         * po/es.po, po/nl.po, po/pt_BR.po
15711                 updated by Ricardo Mones Lastra, Alfons,
15712                 and Fabio Junior Beneditto
15713
15714         * sylpheed-0.6.3claws released
15715
15716 2001-10-15 [melvin] 0.6.3claws18
15717
15718         * README.claws
15719                 added summary and detailed installation instructions
15720                 for spell checker
15721         * po/fr.po
15722                 Updated, corrected and completed french translation
15723
15724 2001-10-15 [hoa] 0.6.3claws17
15725         * src/grouplistdialog.c
15726                 we can choose the newsgroups to display with wildcards
15727
15728 2001-10-15 [christoph]  0.6.3claws16
15729
15730         * src/account.c
15731         * src/compose.c
15732         * src/prefs_folder_item.[ch]
15733                 applied wwp <subscript@free.fr>'s folder
15734                 default account patch
15735         * po/de.po
15736                 Fixed wrong translation
15737
15738 2001-10-13 [alfons, christoph, melvin]  
15739                         0.6.3claws15
15740
15741         solution #2 to solve MT-safety problems defers all GUI related calls
15742         to the main thread using a gtk_idle_add() callback. discussed on
15743         ircnet #sylpheed, with christoph spotting some issues with the
15744         original code, and melvin allowing us to lobotomize his sylpheed.
15745
15746         * src/syldap.[ch], src/main.c
15747                 fix race problem in ldap search thread by deferring GUI 
15748                 stuff to main thread using gtk_idle_add()
15749
15750 2001-10-13 [paul]       0.6.3claws14
15751
15752         * src/prefs_account.[ch], src/send.c, src/smtp.[ch]
15753                 add Sergey's smtpcred.patch
15754                 adds separate username/password setting for SMTP Auth
15755                 needed by some servers
15756                 (closes feature request #471659)
15757
15758 2001-10-13 [paul]       0.6.3claws13
15759
15760         * src/pgptext.[ch] **NEW FILES**
15761         * src/Makefile.am, src/messageview.c, src/mimeview.c
15762                 decrypt ascii-armored gpg text embedded in
15763                 the message body.
15764                 Submitted by Jens Jahnke <jan0sch@gmx.net>
15765
15766 2001-10-13 [christoph]  0.6.3claws12
15767
15768         * README.claws
15769                 some more details on default to and
15770                 feature requests
15771         * src/main.c
15772                 init glib threading when ldap is used
15773         * src/syldap.c
15774                 threading fixes
15775         * po/de.po
15776                 fixed a typo
15777
15778 2001-10-12 [paul]       0.6.3claws11
15779
15780         * src/prefs_common.[ch], src/rfc2015.c
15781                 enable ascii-armored gpg text to be embedded in the
15782                 message body, selectable through the 'Privacy'
15783                 preferences. Supports encrypting only.
15784                 Submitted by Ravemax <ravemax@dextrose.com>
15785
15786 2001-10-12 [paul]       0.6.3claws10
15787
15788         * sync with sylpheed 0.6.3cvs6
15789                 see ChangeLog entries 2001-10-11 and 2001-11-12
15790
15791         * src/folderview.c
15792                 incorporated mbox folders, scoring, and folder
15793                 properties into the sync
15794
15795 2001-10-12 [darko]      0.6.3claws9
15796
15797         * README.claws
15798                 describe quotation wrapping
15799         * src/compose.c
15800                 don't treat tab as space to calculate line length properly
15801
15802 2001-10-11 [alfons]
15803
15804         * README.claws
15805                 correct description of how to make new filtering system work,
15806                 add some other things
15807                 
15808         * src/syldap.c
15809                 remove sched_yield() (not necessary / unportable)
15810
15811 2001-10-11 [paul]       0.6.3claws8
15812
15813         * sync with sylpheed 0.6.3cvs3
15814                 see ChangeLog entry 2001-10-10
15815
15816 2001-10-10 [christoph]  0.6.3claws7
15817
15818         * .cvsignore
15819                 ignore 2 files created by newer autotools
15820         * src/prefs_folder_item.c
15821                 using table for widget alignment
15822                 fixed memory leak and broken octal display
15823         * src/filesel.c
15824                 fixed segfault caused by lost filename
15825                 workaround (closes bug #469551)
15826
15827 2001-10-10 [paul]       0.6.3claws6
15828
15829         * sync with sylpheed 0.6.3cvs2
15830                 see ChangeLog entries 2001-10-09 and 2001-10-10
15831
15832 2001-10-10 [darko]      0.6.3.claws5
15833
15834         * src/gtkstext.c
15835                 proper calculation of right margin if smart wrapping is enabled
15836         * src/compose.c
15837                 automatically wrap long lines if wrap quotation is enabled
15838
15839 2001-10-09 [alfons]     0.6.3.claws4
15840
15841         * src/summaryview.c
15842                 select correct row when deleting last row in the summary view (and
15843                 close bug "[ #469104 ] select second last in list when deleting")
15844
15845 2001-10-09 [paul]       0.6.3claws3
15846
15847         * sync with sylpheed 0.6.3cvs1
15848                 updated some autotool scripts
15849
15850 2001-10-09 [darko]      0.6.3claws2
15851
15852         * src/gtkstext.[ch]
15853                 new name and mark with Sylpheed comment
15854         * src/compose.c
15855                 smart quotation wrapping a-la VIM
15856
15857 2001-10-08 [paul]       0.6.3claws1
15858
15859         * sync with sylpheed 0.6.3 release
15860                 see ChangeLog entry 2001-10-08
15861
15862 2001-10-08 [paul]       0.6.2claws24
15863
15864         * src/summaryview.c
15865                 more sync with sylpheed 0.6.2cvs12
15866                 Fixed the bug that didn't select the last row correctly
15867
15868
15869 2001-10-07 [paul]       0.6.2claws23
15870
15871         * sync with sylpheed 0.6.2cvs12
15872                 see ChangeLog entry 2001-10-07
15873
15874 2001-10-06 [match]
15875         * src/jpilot.[ch]
15876                 enable jpilot to read unsynch'ed addresses.
15877
15878         * src/editldap_basedn.c
15879                 fix segfault when opening dialog.
15880
15881 2001-10-06 [alfons]     0.6.2.claws22
15882
15883         * src/summaryview.c
15884                 fix bug with summary view selecting last *inserted*
15885                 node instead of last *visible* node. remember we
15886                 work with a tree
15887
15888 2001-10-06 [paul]       0.6.2claws21
15889
15890         * po/pt_BR.po
15891                 updated translation, contains some fixes and new
15892                 translations, submitted by Gustavo Noronha Silva
15893                 <kov@debian.org>
15894
15895         * src/prefs_common.c
15896                 change 'each' to 'every' - fix dubious English
15897
15898         * sync with sylpheed 0.6.2cvs11
15899
15900 2001-10-05 [alfons]     0.6.2claws20
15901
15902         * src/mainwindow.[ch], src/folderview.c
15903                 make composite tool button switch between "Compose News"
15904                 and "Compose Mail" depending on selected folder
15905                 (nifty idea by Kim Schulz <kim@schulz.dk>)
15906
15907 2001-10-05 [paul]       0.6.2claws19
15908
15909         * src/mainwindow.c, src/summaryview.c
15910                 fix 'Message/Reply to all', broken in last commit
15911
15912         * src/compose.c
15913                 fix X_BEENTHERE seg fault, thanks to Alfons
15914
15915 2001-10-04 [paul]       0.6.2claws18
15916
15917         * src/compose.[ch], src/mainwindow.c
15918                 make "Message/Reply" reply to mailing lists; matches
15919                 'X-Mailing-list:' and 'X-BeenThere:' ML headers.
15920                 based on portions of the patch submitted by
15921                 Junichi Uekawa <dancer@netfort.gr.jp>
15922
15923 2001-10-04 [darko]      0.6.2claws17
15924
15925         * src/compose.c
15926                 better smart wrapping
15927         * src/gtkstext.[hc]
15928                 a function to make text buffer contiguous
15929
15930 2001-10-03 [paul]       0.6.2claws16
15931
15932         * sync with sylpheed 0.6.2cvs10
15933
15934 2001-10-02 [alfons]
15935
15936         * configure.in
15937         * po/zh_CN.GB2312.po, po/zh_TW.Big5.po
15938                 close bug "[ #466566 ] compile error on mdk 8.0" by removing
15939                 references to chinese translations (hope someone picks up
15940                 this)
15941
15942 2001-10-02 [christoph]  0.6.2claws15
15943
15944         * src/compose.c
15945                 fixed non translated header bug
15946         * ChangeLog.claws
15947                 fixed wrong date in alfons last entry ;)
15948
15949 2001-10-02 [alfons]     0.6.2claws14
15950
15951         * src/compose.c, src/prefs_common.[ch]
15952                 add block cursor option
15953
15954 2001-10-02 [paul]       0.6.2claws13
15955
15956         * sync with sylpheed 0.6.2cvs9
15957
15958 2001-09-30 [paul]       0.6.2claws12
15959
15960         * po/de.po, po/es.po, po/fr.po, po/nl.po, po/pt_BR.po
15961                 updated translations
15962
15963         * po/POTFILES.in
15964                 add 'src/importldif.c'
15965
15966         * AUTHORS, tools/README, tools/eud2gc.py, tools/Makefile.am
15967                 added eudora-to-vCard conversion tool
15968                 submitted by Jeroen Versteeg <j.m.versteeg@student.utwente.nl>
15969
15970         * sync with sylpheed 0.6.2cvs8
15971
15972 2001-09-30 [paul]
15973
15974         * sylpheed-0.6.2claws released
15975
15976 2001-09-27 [melvin]     0.6.2claws11
15977
15978         * src/gtkspell.c
15979                 fixed crash when using default path (introduced 
15980                 in 0.6.2claws10)
15981                 fixed tiny bug for initial suggestion mode
15982
15983 2001-09-27 [melvin]     0.6.2claws10
15984         
15985         * src/gtkspell.c
15986                 fixed bug where gtkpspell didn't set the path correctly
15987
15988         * README.claws
15989                 added a paragraph about spell checking
15990                 
15991
15992
15993 2001-09-27 [paul]       0.6.2claws9
15994
15995         * src/addrbook.c, src/addrcache.c, src/addritem.c, src/jpilot.c
15996                 replace '// comments' with '/* comments */' to prevent
15997                 some compiler warnings 
15998
15999         * sync with sylpheed 0.6.2cvs6
16000
16001 2001-09-26 [alfons]     0.6.2claws8
16002
16003         * src/messageview.c
16004                 introduce return receipt request notification again,
16005                 which was lost because of other semantics in 
16006                 procheader_parse() (???)
16007
16008 2001-09-26 [christoph]  0.6.2claws7
16009
16010         * src/compose.c
16011                 replace comments for old code with #if 0
16012                 readded auto cc, bcc and reply-to
16013         * src/prefs_matcher.c
16014         * src/prefs_scoring.c
16015                 removed some definition (was moved to
16016                 prefs.h)
16017
16018 2001-09-26 [paul]       0.6.2claws6
16019
16020         * src/mainwindow.c
16021                 make 'Follow-up and reply to' sensitive
16022
16023         * more sync with sylpheed 0.6.2cvs5
16024
16025 2001-09-25 [melvin]
16026
16027         * 0.6.2claws5
16028
16029         * src/gtkspell.c
16030                 fixed bug for "US-ASCII" introduced by the encoding code
16031
16032 2001-09-25 [paul]
16033
16034         * 0.6.2claws4
16035
16036         * src/prefs_common.[ch], src/summaryview.c
16037                 'next unread msg' 'go to next folder?' dialog can be
16038                 given default behaviour, either always show dialog,
16039                 or assume 'yes', or assume 'no'
16040                 Submitted by wwp <subscript@free.fr>
16041
16042 2001-09-25 [melvin]
16043                 
16044         * src/compose.c src/gtkspell.[ch]
16045                 added support for different encodings
16046
16047 2001-09-25 [paul]
16048
16049         * more sync with sylpheed 0.6.2cvs5
16050
16051 2001-09-24 [alfons]
16052         
16053         * src/prefs_folder_item.c
16054                 add check for item->prefs->default_to string is NULL and
16055                 add another check when freeing this string
16056
16057 2001-09-24 [paul]
16058
16059         * configure.in
16060                 change to version 0.6.2claws3
16061
16062         * sync with sylpheed 0.6.2cvs5 
16063
16064 2001-09-24 [match]
16065         * src/ldif.[ch], src/importldif.[ch], addressbook.c
16066                 import LDIF files.
16067         * src/addrcache.[ch], addrindex.[ch]
16068                 small update for future
16069         * src/addrbook.c
16070                 fix test XML file.
16071
16072 2001-09-24 [melvin]
16073         * src/gtkspell.[ch]
16074                 added 'Learn from mistakes' option
16075                 better handling of quotes in checked words
16076                 sorted dict list
16077         * po/fr.po
16078                 small update for spell checking stuff
16079
16080 2001-09-23 [alfons]
16081         
16082         * src/gtkspell.c
16083                 edit a little bit so it complies more with main coding style
16084
16085 2001-09-23 [alfons]
16086
16087         * src/folder.[ch], prefs_folder_item.c, compose.c
16088                 migrate "request return receipt" folder property
16089                 to folderlist.xml
16090
16091 2001-09-22 [alfons]
16092
16093         * README.claws **NEW**
16094                 (add things of interest for users of main branch 
16095                 and claws here)
16096
16097         * src/folder.[ch], src/mainwindow.c, src/summaryview.c
16098                 re-implement threading per folder option, but store 
16099                 the setting in folderlist.xml (where it belongs)
16100
16101 2001-09-21 [melvin]
16102
16103         * src/gtkspell.[ch]
16104                 fixed bug when compose window is under another window
16105         * src/prefs_common.[ch] src/compose.c
16106                 changed 'dictionary_path' to 'dictionary' to be consistent
16107                 dropped PSPELL_PATH macro (hard coded default to /usr/local/share/pspell)
16108         * ac/pspell.m4 src/Makefile.am 
16109                 dropped PSPELL_PATH macro
16110         * po/fr.po
16111                 updated translations
16112
16113 2001-09-21 [christoph]
16114
16115         * src/compose.c
16116                 added border around header fields
16117                 keep header type when new field is added
16118
16119 2001-09-20 [christoph]
16120
16121         * src/utils.[ch]
16122                 more portable debug_print with source filename
16123                 and linenumber
16124         * src/procmsg.c
16125                 more newlines after debug messages
16126
16127 2001-09-20 [paul]
16128
16129         * configure.in
16130                 change to version 0.6.2claws2
16131
16132         * sync with sylpheed 0.6.2cvs3
16133
16134 2001-09-19 [melvin]
16135
16136         * src/gtkspell.c
16137                 fixed the post-right-click focus pb
16138                 fixed crash when 'Spell check all' after dict change 
16139                         and when cursor is at the end of the text
16140                 shift-right-click pops up config menu even on misspelled words.
16141         * po/POTFILES.in
16142                 added gtkspell.c
16143
16144 2001-09-19 [melvin]
16145
16146         * src/about.c
16147                 added pspell to compiled-in features list
16148
16149 2001-09-18 [melvin]
16150
16151         * switched to pspell and dropped ispell
16152         * ac/pspell.m4
16153                 new file. autoconf macro for pspell
16154         * ac/Makefile.am 
16155         * configure.in acconfig.h
16156                 added pspell support
16157         * src/Makefile.am
16158         * src/main.c src/compose.[ch] src/gtkspell.[ch]
16159         * src/prefs_common.[ch] 
16160                 added pspell support
16161
16162 2001-09-18 [christoph]
16163
16164         * src/addr_compl.c
16165         * src/template.[ch]
16166                 replace LOG_MESSAGE with debug_print
16167         * src/compose.[ch]
16168                 gui improvements
16169         * src/menu.c
16170                 added newline after debug message
16171         * src/utils.h
16172                 using __VA_ARGS__ for debug_print macro
16173         * tools/.cvsignore
16174                 ignore Makefile and Makefile.in
16175
16176 2001-09-18 [paul]
16177
16178         * configure.in
16179                 change to version 0.6.2claws1
16180         * sync with sylpheed 0.6.2cvs1
16181
16182         * src/matcher.c 
16183         * src/prefs_matcher.c
16184                 add 'score equal to' option, submitted by
16185                 Paul Evans <nerd@freeuk.com>
16186
16187 2001-09-15 [christoph]
16188
16189         * src/mainwindow.c
16190                 comment out menu entry not existing in claws
16191         * src/menu.c
16192                 add debug output for non existing menu entries
16193         * src/summaryview.c
16194                 fix next/prev unread message for ignored threads
16195         * src/utils.[ch]
16196                 add sourcefile and line number to debug output
16197                 otherwise it is sometimes hard to find the
16198                 source code part if debug messages are translated
16199
16200 2001-09-14 [darko]
16201         
16202         * src/folderview.c
16203                 refresh target folder style after colour is changed
16204
16205 2001-09-13 [paul]
16206
16207         * configure.in
16208                 change to version 0.6.1claws3
16209
16210         * sync with sylpheed 0.6.1cvs6
16211
16212 2001-09-13 [darko]
16213         
16214         * src/folderview.c
16215                 fix target folder colourization to use user selected colour
16216
16217 2001-09-12 [darko]
16218         
16219         * src/summaryview.c
16220                 fix crash when message that is marked for copy/move is unmarked
16221
16222 2001-09-09 [paul]
16223
16224         * configure.in
16225                 change to version 0.6.1claws2
16226
16227         * sync with sylpheed 0.6.1cvs3
16228
16229 2001-09-09 [alfons]
16230         
16231         * src/folderview.c
16232                 fix bug with default font used for trash folder text
16233
16234 2001-09-06 [paul]
16235
16236         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
16237                 updated translations
16238
16239         * configure.in
16240                 change to version 0.6.1claws1
16241
16242         * sync with sylpheed 0.6.1cvs2
16243
16244 2001-09-03 [paul]
16245
16246         * po/POTFILES.in
16247                 add Match's new addressbook
16248
16249         * po/de.po
16250                 updated translation submitted by Jens Oberender
16251
16252 2001-09-02 [paul]
16253
16254         * configure.in
16255                 change to 0.6.1claws
16256         * sync with sylpheed 0.6.1 release
16257
16258 2001-09-02 [paul]
16259
16260         * configure.in
16261                 change to 0.6.0claws2
16262
16263         * sync with sylpheed 0.6.0cvs4
16264
16265         * po/pt_BR.po
16266                 updated translation submitted by Fabio Junior Beneditto
16267
16268 2001-09-01 [match]
16269         * pixmaps/
16270                 interface.xpm
16271                 book.xpm
16272                 address.xpm
16273         * src/
16274                 Makefile.am
16275                 a ton of new files
16276
16277 2001-08-31 [paul]
16278
16279         * configure.in
16280                 change to version 0.6.0claws1
16281
16282         * sync with sylpheed 0.6.0cvs1
16283
16284         * po/es.po
16285                 updated translation submitted by Ricardo Mones Lastra
16286
16287         * po/POTFILES.in
16288                 add 'src/prefs_templates.c'
16289
16290         * src/compose.c, src/summaryview.c
16291                 fix segfault on 'Re_edit'               
16292
16293 2001-08-30 [alfons]
16294
16295         * configure.in, Makefile.am
16296         * tools/Makefile.am
16297                 add tools directory to source distribution
16298
16299 2001-08-30 [paul]
16300
16301         * configure.in
16302                 change to version 0.6.0claws
16303
16304         * sync with sylpheed 0.6.0 release
16305
16306 2001-08-30 [christoph]
16307
16308         * configure.in
16309                 removed autoconf version check
16310
16311 2001-08-30 [paul]
16312
16313         * src/account.c, src/compose.c, src/prefs_common.[ch]
16314         * src/procheader.[ch] src/utils.[ch]
16315                 Enhanced automatic account selection on replies
16316                 Submitted by Melvin Hadasht <melvin.hadasht@free.fr>
16317
16318         * configure.in
16319                 add LDAP and JPilot to the configuration results output.
16320
16321 2001-08-29 [christoph]
16322
16323         * src/summeryview.c
16324                 no bold font for ignored threads
16325
16326 2001-08-29 [paul]
16327
16328         * configure.in
16329                 change to version 0.5.3claws6
16330
16331         * sync with sylpheed 0.5.3cvs10
16332                 src/stringtable.[ch]: New Files
16333
16334         * src/compose.c, src/gtkutils.c, src/gtkutils.h, src/mainwindow.c
16335         * src/pixmaps/sylpheed.xpm
16336                 add mini-icons to windows (by Alfons)
16337
16338 2001-08-27 [paul]
16339
16340         * src/mainwindow.c
16341                 new functions: next_labeled_cb(), prev_labeled_cb()
16342
16343         * src/summaryview.c
16344                 new functions: summary_find_next_labeled_msg(), summary_find_prev_labeled_msg(),
16345                 summary_select_next_labeled(), summary_select_prev_labeled()
16346
16347         * src/pixmaps/dir-close.xpm, src/pixmaps/dir-open.xpm, src/pixmaps/trash.xpm
16348                 give claws blue folders and a blue trash can
16349
16350 2001-08-27 [paul]
16351
16352         * configure.in
16353                 change to version 0.5.3claws5
16354
16355         * sync with sylpheed 0.5.3cvs9
16356                 src/labelcolors.[ch] renamed to src/colorlabel.[ch] 
16357
16358 2001-08-24 [christoph]
16359
16360         * src/filesel.c
16361                 keep filename when browsing directories
16362                 (not working for user entered filename, but
16363                  for default name and selected filename from
16364                  file list)
16365         * src/mainwindow.c
16366                 fixed wrong spelling "Folllow-up"
16367         * src/mbox_folder.c
16368         * src/procmsg.c
16369         * src/summaryview.c
16370                 fixed new/unread message count with ignored
16371                 threads (2 commits, first didn't notice no
16372                 longer needed decreasing)
16373         * src/inc.c
16374                 readded scrolling of progress dialog
16375                 (lost in sync)
16376
16377 2001-08-24 [paul]
16378
16379         * configure.in
16380                 change to 0.5.3claws4
16381
16382         * sync with sylpheed 0.5.3cvs7
16383
16384 2001-08-24 [christoph]
16385
16386         * src/compose.c
16387                 set request return receipt when replying
16388                 if it is set is the folder prefs of the
16389                 message
16390         * src/inc.c
16391                 disable final error popup if popups are
16392                 disabled in config (again)
16393
16394 2001-08-23 [paul]
16395
16396         * configure.in
16397                 Change version number to 0.5.3claws3
16398
16399         * sync with sylpheed 0.5.3cvs5
16400
16401         * src/mimeview.c
16402                 double quote '%s' in 'gedit %s' to fix bug when
16403                 opening attachment with spaces in the name
16404
16405 2001-08-22 [alte]
16406         * src/Makefile.am, src/compose.[ch], src/defs.h, src/mainwindow.c,
16407           src/prefs_templates.[ch], src/template.[ch], src/template_select.[ch]
16408                 initial message templates support
16409
16410
16411 2001-08-22 [paul]
16412
16413         * configure.in
16414                 change version number to 0.5.3claws2
16415
16416         * sync with sylpheed 0.5.3cvs4
16417
16418         * src/procmsg.h src/summaryview.c
16419                 re-implement (un)ignore thread
16420
16421 2001-08-21 [paul]
16422
16423         * src/summaryview.c
16424                 remove unnecessary code
16425         * src/compose.c
16426                 enable 'dynamic' signatures (submitted by
16427                 Eric Limpens <eric@hscg-internet.nl>)
16428
16429 2001-08-21 [paul]
16430
16431         clean up after sync with sylpheed 0.5.3 release
16432
16433         * src/folderview.c
16434                 fix re-introduced font mess, see Christoph's
16435                 entry 2001-06-24
16436
16437         * src/summaryview.c
16438                 remove prev_msgnum
16439                 use sylpheed's small font instead of
16440                 gtk default font for summary view
16441
16442
16443 2001-08-17 [paul]
16444
16445         * configure.in
16446                 add pl to ALL_LINGUAS - sync with main branch
16447
16448         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
16449                 Updated. Translations by Jens Oberender, Ricardo Mones
16450                 Lastra, Alfons, and Fabio Junior Beneditto respectively.
16451
16452         * po/pl.po  ** NEW FILE **
16453                 sync with the main branch
16454
16455         * src/folderview.c
16456                 fix target folder colorizing and refresh problem
16457
16458
16459 2001-08-17 [christoph]
16460
16461         * src/mainwindow.c
16462                 claws uses 4 colors for target folder coloring.
16463                 arrays were not long enough and destroyed the
16464                 stack causing a segfault.
16465                 target folder colorizing does not work anymore
16466                 for me
16467
16468 2001-08-16 [paul]
16469
16470         * configure.in
16471                 change to version 0.5.3claws1
16472
16473         * src/folder.h, src/folderview.[ch], src/gtkutils.[ch],
16474           src/inc.[ch], src/mainwindow.c, src/pop.c, src/prefs_account.c,
16475           src/prefs_common.[ch], src/summaryview.[ch], src/textview.c, src/utils.c
16476
16477                 sync with sylpheed 0.5.3 release, but keep claws method of
16478                 configuring/saving fonts
16479
16480         * src/addressbook.[ch]
16481                 rename addressbook_add_contact_by_menu() to addressbook_add_submenu()
16482                 in line with a similar change in Hiroyuki's branch
16483
16484         * src/mainwindow.[ch]
16485                 disable main_window_set_thread_option()
16486         * src/prefs_folder_item.c
16487                 comment out &tmps_prefs.enable_thread,
16488         * src/mbox_folder.c, src/procmsg.[ch]
16489                 comment out MSG_IS_IGNORE_THREAD
16490         * src/summaryview.c
16491                 comment out summary_ignore_thread() and summary_unignore_thread()
16492                 comment out MSG_IS_IGNORE_THREAD
16493
16494                 use Hiroyuki's threading instead.
16495
16496
16497
16498 2001-08-15 [paul]
16499
16500         * src/account.c
16501                 use Hiroyuki's 0.5.3 column scheme but also
16502                 include the enable/disable button.
16503         * src/pixmaps/mark.xpm
16504                 add Hiroyuki's amended pixmap
16505
16506 2001-08-13 [christoph]
16507
16508         * src/account.c
16509                 receive at get all column showed wrong state for APOP
16510                 button should only work for POP3 and APOP accounts
16511         * src/prefs_account.c
16512                 added missing preprocessor statement for SSL
16513
16514 2001-08-12 [paul]
16515
16516         * src/account.[ch]
16517                 add 'receive at get all' column and enable/disable
16518                 button.
16519
16520 2001-08-06 [christoph]
16521
16522         * src/account.c
16523                 show usage of SSL in protocol column
16524
16525         * src/imap.c
16526         * src/inc.c
16527                 renamed ssl options
16528
16529         * src/prefs_account.[ch]
16530                 moved ssl options to a new page
16531
16532         * src/send.c
16533         * src/smtp.c
16534         * src/ssl.[ch]
16535                 renamed ssl options
16536                 added support for SMTP STARTTLS command
16537
16538 2001-08-05 [christoph]
16539
16540         * configure.in
16541                 debian autoconf needs version check to find
16542                 correct autoconf version. if the file is
16543                 named configure.in 2.13 is used, which does
16544                 not work with this configure.in script.
16545                 other solution would be to rename the script
16546                 to configure.ac as suggested in the autoconf
16547                 manual.
16548
16549         * src/inc.c
16550                 disable final error popup if popups are
16551                 diabled in config
16552
16553         * src/socket.c
16554                 bugfix in ssl_gets
16555                 fixes IMAP over SSL problem
16556
16557 2001-08-03 [paul]
16558
16559         * configure.in
16560                 change to 0.5.2claws1
16561
16562         * sync with sylpheed 0.5.2cvs1
16563
16564 2001-08-02 [alfons]
16565
16566         * configure.in
16567                 quick fix for ispell detection...
16568
16569 2001-08-01 [paul]
16570
16571         * configure.in
16572                 change to 0.5.1claws4
16573
16574         * sync with sylpheed 0.5.1cvs7
16575
16576 2001-07-31 [alfons]
16577
16578         * src/prefs_common.c, src/prefs_common.h, 
16579           src/gtkspell.c, src/gtkspell.h
16580                 add global spelling checker settings (compose tab) +
16581                 selection of dictionary 
16582           
16583         * configure.in  
16584                 guess valid ispell location
16585
16586 2001-07-31 [paul]
16587
16588         * po/POTFILES.in
16589                 removal of 'src/quote_fmt_parse.c'
16590         * po/de.po
16591                 Updated de.po
16592                 (submitted by Jens Oberender <didge@suse.de>)
16593
16594 2001-07-31 [darko]
16595
16596         * src/folder.[ch]
16597         * src/folderview.[ch]
16598         * src/mainwindow.c
16599         * src/mh.c
16600         * src/prefs_common.[ch]
16601         * src/summaryview.c
16602                 target folder colourization
16603
16604 2001-07-30 [paul]
16605
16606         more sync with Sylpheed 0.5.1cvs6 
16607
16608 2001-07-30 [darko]
16609
16610         * src/mh.c
16611         * src/prefs_folder_item.[hc]
16612         * src/summaryview.c
16613                 shared folders support with a GUI
16614
16615 2001-07-29 [paul]
16616
16617         0.5.1claws3
16618
16619         * sync with Sylpheed 0.5.1cvs6
16620
16621 2001-07-29 [paul]
16622
16623         * po/pt_BR.po
16624                 updated
16625                 (submitted by Fabio Junior Beneditto)
16626
16627 2001-07-28 [paul]
16628
16629         * src/procmime.c
16630         * AUTHORS
16631                 patch to correct bad image mime headers
16632                 (submitted by Don Quijote <dq@searchlores.org>)
16633
16634 2001-07-28 [paul]
16635
16636         * tools/gif2xface.pl   **NEW FILE**
16637         * tools/README
16638                 script to convert file.gif to file.xface for
16639                 use in a custom header.
16640                 (submitted by Ricardo Mones Lastra <mones@aic.uniovi.es>)
16641
16642 2001-07-27 [alfons]
16643         
16644         * configure.in
16645                 change macros for detecting JPilot and LDAP
16646
16647 2001-07-27 [christoph]
16648
16649         * src/filtering.c
16650                 code cleanup (MIN / MAX warning, needed casting)
16651
16652 2001-07-27 [alfons]
16653
16654         * procheader.c
16655                 disallow setting flags when detecting certain headers
16656                 (X-Status, Status, Seen, X-Seen). 
16657         
16658         * sync with Hiroyuki's Sylpheed 0.5.1cvs5
16659
16660 2001-07-27 [christoph]
16661
16662         * src/prefs_filter.c
16663         * src/prefs_filtering.c
16664         * src/prefs_matcher.c
16665         * src/prefs_scoring.c
16666                 scroll list when moving rows up or down
16667
16668         * src/imap.c
16669         * src/imap.h
16670         * src/prefs_account.c
16671         * src/prefs_account.h
16672         * src/send.c
16673                 SMTP over SSL (untested, feedback requested)
16674                 IMAP over SSL
16675
16676         * src/ssl.c
16677                 code cleanup
16678
16679 2001-07-26 [alfons]
16680         
16681         * configure.in, acconfig.h
16682                 define CLAWS (need this for main / claws detection)
16683
16684 2001-07-25 [alfons]
16685
16686         * configure.in
16687                 Sylpheed 0.5.1claws2
16688                 
16689         * sync with Sylpheed 0.5.1cvs4
16690
16691 2001-07-25 [christoph]
16692
16693         * src/scoring.c
16694                 fixed segfault
16695                 item->prefs == NULL (don't know why)
16696
16697 2001-07-25 [alfons]
16698
16699         * configure.in
16700                 Sylpheed 0.5.1claws1
16701
16702         * sync with Sylpheed 0.5.1cvs1-3
16703
16704 2001-07-24 [christoph]
16705
16706         * src/folderview.c
16707         * src/prefs_folder_item.[ch]
16708                 added folderitem preferences dialog with
16709                 default To: and auto request return receipt
16710
16711         * src/compose.[ch]
16712         * src/menu.[ch]
16713                 changes to handle new folderitem preferences
16714
16715         * src/mainwindow.c
16716         * src/summaryview.c
16717                 call compose new mail with current folderitem
16718
16719 2001-07-24 [alfons]
16720
16721         Release Sylpheed 0.5.1claws
16722
16723         * configure.in
16724                 change to release version 0.5.1claws
16725
16726 2001-07-24 [christoph]
16727
16728         * src/summaryview.c
16729                 fixed segfault that happend when the selected
16730                 message was removed while retrieving new messages.
16731
16732         * po/es.po
16733                 updated translation
16734                 (submitted by Ricardo Mones Lastra <mones@trasgu.aic.uniovi.es>)
16735
16736 2001-07-22 [alfons]
16737
16738         add English User Manual for Sylpheed by Paul Kater (paul@nlpagan.net).
16739         this is a work in progress, for more information: http://nlpagan.net/sylman 
16740         
16741         * configure.in, src/mainwindow.c, manual/Makefile.am
16742                 add support for English manual
16743
16744         * AUTHORS
16745                 add authors of user manuals
16746
16747         * manual/en/sylpheed*.html
16748                 add English documentation
16749
16750 2001-07-22 [christoph]
16751
16752         * po/POTFILES.in
16753                 added src/ssl.c
16754         * src/ssl.c
16755                 changed a wrong debug message
16756
16757 2001-07-22 [alfons]
16758
16759         * po/nl.po
16760                 update Dutch translation
16761
16762         * src/prefs_filtering.c, 
16763           src/prefs_matcher.c
16764                 add more translatable strings           
16765
16766 2001-07-21 [alfons]
16767
16768         0.5.0claws7
16769
16770         * configure.in
16771                 change version
16772
16773         * src/inc.c, src/summaryview.[ch]
16774                 prevent update of mark file when filtering has done, by
16775                 using a variable; this affects two functions:
16776                         inc.c::inc_finished()
16777                         summaryview.c::summary_show()
16778
16779 2001-07-20 [alfons]
16780
16781         * src/filtering.[ch], src/prefs_filtering.c, 
16782           src/matcher.[ch]
16783                 add filtering action for label coloring 
16784
16785         * po/POTFILES.in
16786                 add labelcolors.c
16787
16788         * added src/labelcolors.c
16789         * added src/labelcolors.h
16790         * src/Makefile.am, src/summaryview.c
16791                 rearrange label coloring code
16792
16793         * src/procmsg.h
16794                 add more parentheses so label colouring works correctly
16795
16796         * src/filtering.c
16797                 don't really delete message, but move it to Trash
16798
16799         * src/prefs_matcher.c
16800                 add quote options to info dialog
16801
16802 2001-07-20 [christoph]
16803
16804         * src/Makefile.am
16805         * src/inc.c
16806         * src/main.[ch]
16807         * src/socket.h
16808         * src/ssl.[ch] (new)
16809                 moved ssl stuff to a seperate file
16810
16811 2001-07-20 [darko]
16812
16813         * src/summaryview.c
16814                 fix show sender using address book with no e-mail
16815                 address in From: field
16816
16817 2001-07-19 [alfons]
16818
16819         * src/matcher.[ch], src/filtering.c, src/prefs_filtering.c
16820                 fix messy handling of escaping... now at least the
16821                 execute command is useful. escape char is '\', we
16822                 accept \n and \r too. 
16823
16824                 Real life example:
16825                 
16826                 subject match "GIMME YOUR FILTERS" execute "mail -s \"%f don\'t hurt me, please!\" %f < ~/.sylpheed/filteringrc
16827                 subject match "GIMME YOUR FILTERS" execute "mail -s \"mommy, mommy, %f is being mean!\" admin < %F
16828
16829 2001-07-18 [alfons]
16830
16831         0.5.0claws6
16832
16833         * src/summaryview.c
16834                 clean up
16835
16836         * src/matcher.c, src/filtering.[ch], src/inc.c, src/mbox.c,
16837           src/procmsg.[ch]
16838                 revise filtering; currently move, copy, marking have
16839                 been tested. if you like bleeding edge stuff, you
16840                 should definitely go for this version :)
16841
16842         * mark old working stuff as VERSION_0_5_0_CLAWS5        
16843
16844 2001-07-17 [christoph]
16845
16846         * src/utils.c
16847                 timestamp log
16848
16849 2001-07-17 [alfons]
16850
16851         0.5.0claws5
16852
16853         * sync with Hiroyuki's 0.5.0cvs5; this version allows us to put more 
16854           bits in the mark file, without affecting either branch. Lots of
16855           files changed, also in claws branch.
16856
16857           UNTESTED: use of mbox folders
16858
16859         * src/summaryview.c
16860                 added mark all read; however this was a quick hack used for
16861                 cleaning up mess after initial merge with Hiroyuki
16862
16863         * configure.in
16864                 change claws version number back to 0.5.0claws5 to clear up 
16865                 confusion & pretension (recent release was technically 
16866                 0.5.0claws4, so we neatly align with Hiroyuki :-)
16867
16868 2001-07-16 [alfons]
16869
16870         sync with Hiroyuki's 0.5.0cvs4
16871
16872 2001-07-16 [alfons]
16873
16874         0.5.1claws3
16875
16876         * src/filtering.[ch]
16877                 remove invalid updating of mark files for 
16878                 filter actions MATCHING_ACTION_MOVE and 
16879                 MATCHING_ACTION_DELETE; this should fix the
16880                 folder update bug
16881                 
16882         * src/procmsg.c
16883                 revert Christoph's stab at fixing the folder 
16884                 update bug
16885
16886         * po/POTFILES.in
16887                 add missing files with translatable strings
16888
16889         * src/summaryview.c
16890                 remove debug print
16891
16892 2001-07-15 [alfons]
16893
16894         * src/addr_compl.[ch], src/prefs_filtering.c
16895                 make "filtering pref dialog's destination entry" an
16896                 "address completable entry", if filter destination is 
16897                 an email address
16898
16899         0.5.1claws2
16900         
16901         sync with Hiroyuki's 0.5.0cvs2-3
16902
16903 2001-07-15 [christoph]
16904
16905         * src/procmsg.c
16906                 fixed folder stats update after incorporation
16907
16908 2001-07-15 [alfons]
16909
16910         * src/summaryview.c
16911                 * finish label colouring stuff (for now)
16912                 * fix incorrect colour bug (off by one) 
16913
16914 2001-07-14 [alfons]
16915
16916         * src/mainwindow.c
16917                 change text labels for news and mail message so there's
16918                 plenty of toolbar estate left
16919
16920         * configure.in
16921                 0.5.1claws1
16922
16923         * src/folderview.c
16924           src/folder.[ch]
16925                 sync with Hiroyuki's 0.5.0cvs1
16926
16927         * src/summaryview.c
16928                 more rewrite label colouring
16929
16930 2001-07-14 [alfons]
16931
16932         * src/summaryview.[ch]
16933                 * start rewrite label colouring 
16934                 * fix proper location "Add Sender To Addressbook" menu item
16935
16936 2001-07-13
16937
16938         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
16939         (actually this is 0.5.0claws4)
16940
16941 2001-07-13 [alfons]
16942
16943         * po/pt_BR.po
16944                 * fix duplicate message
16945                 * add updated Portugese / Brazilian translation
16946                   submitted by Fabio Junior Beneditto
16947
16948 2001-07-12 [alfons]
16949
16950         * AUTHORS
16951                 add Jens
16952
16953         * po/nl.po
16954                 add updated Dutch translation
16955
16956         * po/de.po
16957                 add updated German translation submitted by Jens
16958
16959 2001-07-11 [alfons]
16960
16961         Prerelease before 0.5.0claws. Please test.
16962         This version is temporarily tagged as VERSION_0_5_0_TEST
16963
16964         * src/matcher.[ch], src/summaryview.c, src/scoring.[ch]
16965           src/prefs_scoring.c, src/prefs_matcher.c, 
16966           src/prefs_filtering.c, src/mbox.c, 
16967           src/main.c, src/inc.c, src/filtering.[ch]
16968                 revert new Hoa's new matcher (does not work yet)
16969
16970         * src/Makefile.am
16971                 clean up
16972
16973 2001-07-10
16974
16975         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
16976
16977
16978 2001-07-10 [alfons]
16979
16980         * Makefile.am
16981                 add ChangeLog.claws to EXTRA_DIST
16982         * src/Makefile.am
16983                 add matcher_parser_parse.h to EXTRA_DIST
16984
16985 2001-07-10 [christoph]
16986
16987         * src/inc.c
16988                 add destination folder to table of
16989                 folders that need to be updated after
16990                 incorporation
16991
16992 2001-07-10 [alfons]
16993
16994         * folder.[ch]
16995           folderview.c
16996                 make collapse state of folders and folder items persistent, i.e.
16997                 if you collapse a folder tree, the next time sylpheed-claws starts 
16998                 up the folder tree remains collapsed.  
16999                 
17000 2001-07-10 [christoph]
17001
17002         * acconfig.h
17003         * configure.in
17004                 added --enable-ssl
17005         * src/md5.[ch]
17006                 renamed MD5_CTX to MD5_CTX_syl
17007                 conflicts with a struct in openssl
17008         * src/inc.c
17009         * src/main.[ch]
17010         * src/prefs_account.[ch]
17011         * src/socket.[ch]
17012                 SSL support for POP
17013         * src/mainwindow.c
17014                 fixed compose with current account
17015                 broken by new compose button stuff
17016
17017 2001-07-09 [hoa]
17018
17019         * AUTHORS
17020                 changed my email address
17021
17022         * src/matcher_parser_parse.y
17023                 clean the parser to remove conflicts
17024
17025 2001-07-09 [alfons]
17026
17027         * AUTHORS
17028                 add Match Grun
17029
17030         * configure.in
17031                 fix incorrect description of --enable-ldap parameter
17032
17033         * src/prefs_common.[ch]
17034           src/compose.c
17035                 add experimental option "smart wrapping" which makes the
17036                 compose editor auto wrap.
17037                 
17038                 | TODO: the problem with the buggy cursor handling is caused |
17039                 | by the GtkText. when deleting / backspacing text its       |
17040                 | wrapping algorithm does not take in account the previous   |
17041                 | line. should find a way to hack this in.                   |
17042                 | or should perhaps combine this with the word wrapping      |
17043                 | patch i wrote in january.                                  |
17044
17045         * src/about.c
17046                 show build parameters for LDAP and JPilot
17047
17048         * src/summaryview.c
17049                 revert Christoph's bugfix for selecting next unread message, 
17050                 because folder stats aren't updated correctly
17051
17052 2001-07-08 [hoa]
17053
17054         * src/filtering.c
17055         * src/mainwindow.c
17056         * src/matcher.c
17057         * src/matcher_parser_lex.l
17058         * src/matcher_parser_parse.y
17059         * src/prefs_filtering.c
17060         * src/prefs_scoring.c
17061         * src/scoring.c
17062                 bugfix of the config file parser
17063
17064 2001-07-08 [alfons]
17065
17066         * src/Makefile.am
17067                 added generated matcher sources to BUILT_SOURCES
17068
17069 2001-07-08 [hoa]
17070
17071         * src/Makefile.am
17072         * src/.cvsignore
17073                 added new config file parser
17074
17075         * src/scoring.[ch]
17076         * src/filtering.[ch]
17077         * src/matcher.[ch]
17078         * src/prefs_filtering.c
17079         * src/prefs_matcher.c
17080         * src/prefs_scoring.c
17081         * added src/matcher_parser.h
17082         * added src/matcher_parser_lex.h
17083         * added src/matcher_parser_lex.l
17084         * added src/matcher_parser_parse.y
17085                 lex & yacc config file parser
17086
17087         * src/mbox.c
17088         * src/inc.c
17089         * src/main.c
17090                 changes prefs_filtering into global_filtering           
17091
17092         * src/summaryview.c
17093                 build threads with subjects only if "Re: " is at the
17094                 beginning of the subject
17095
17096 2001-07-07 [paul]
17097
17098         0.5.0claws
17099
17100         sync with sylpheed 0.5.0
17101                 change of version number only
17102
17103 2001-07-06 [paul]
17104
17105         0.5.0claws5
17106
17107         sync with sylpheed 0.5.0pre5
17108
17109 2001-07-05 [paul]
17110
17111         sync with sylpheed 0.5.0pre4 release
17112                 /po and /manual/ja not sync'ed
17113
17114 2001-07-04 [paul]
17115
17116         more sync with sylpheed 0.5.0pre4
17117
17118 2001-07-03 [christoph]
17119
17120         * src/addressbook.c
17121                 fixed address book broken by address book
17122                 for VCard, JPilot, LDAP
17123
17124 2001-07-03 [alfons]
17125
17126         * src/matcher.c
17127         * src/textview.c
17128                 stopped memory leaks
17129
17130 2001-07-03 [paul]
17131
17132         more sync with sylpheed 0.5.0pre4
17133
17134 2001-07-02 [match]
17135
17136         * included address book patch for VCard, JPilot, LDAP
17137         * pref_common.c - fixed Font options on Display tab (cosmetic)
17138         * alertpanel.c - fixed truncated message
17139
17140 2001-07-02 [christoph]
17141
17142         * src/mbox_folder.c
17143         * src/procmsg.[ch]
17144         * src/summaryview.c
17145                 mark threads for ignoring
17146
17147 2001-07-02 [paul]
17148
17149         0.5.0claws4
17150
17151         * sync with sylpheed 0.5.0pre4
17152                 updated gettext to 0.10.38.
17153
17154 2001-07-01 [paul]
17155
17156         * src/ mainwindow.c
17157         * src/procmsg.h
17158         * src/summaryview.[ch]
17159                 new right-click option: Label.
17160                 substitute for 'Mark-->Mark/Unmark', colours the line.
17161                 (submitted by Satoshi Nagayasu <snaga@snaga.org>)
17162
17163 2001-07-01 [christoph]
17164
17165         * src/folderview.c
17166                 fixed font for trash
17167         * src/summaryview.c
17168                 move ctree to unread message
17169
17170 2001-07-01 [paul]
17171
17172         * sync with sylpheed 0.5.0pre3 release
17173
17174 2001-06-30 [alfons]
17175
17176         * src/filesel.[ch]
17177         * src/compose.c
17178                 allow inserting / attaching multiple files in
17179                 the composer window
17180
17181 2001-06-30 [paul]
17182
17183         * src/codeconv.c
17184                 small change to Alfons' previous stuff so that it
17185                 actually makes
17186
17187 2001-06-30 [alfons]
17188
17189         * lots of files changed; first attempt to merge the changes
17190           and bugfixes submitted by Andre Eibel (ae@baltic-online.de).
17191
17192 2001-06-30 [paul]
17193
17194         * po/pt_BR.po
17195                 updated and completed, translations by Fabio
17196                 Junior Beneditto <fjbeneditto@yahoo.com.br>
17197
17198 2001-06-29 [alfons]
17199
17200         * src/compose.c
17201         * src/mimeproc.[ch]
17202                 allow selecting an attached files' mime type from a 
17203                 list of types.
17204
17205 2001-06-29 [paul]
17206
17207         * more sync with sylpheed 0.5.0pre3
17208
17209 2001-06-29 [paul]
17210
17211         * po/pt_BR.po
17212                 merge with sylpheed.pot and pt_BR.po provided by
17213                 Fabio Junior Beneditto.
17214
17215 2001-06-29 [darko]
17216
17217         * src/procmime.c
17218                 make MIME types case insensitive
17219
17220 2001-06-28 [alfons]
17221
17222         * po/nl.po
17223                 merge with sylpheed.pot and old nl.po; translations added.
17224
17225 2001-06-28 [paul]
17226
17227         * more sync with sylpheed 0.5.0pre3
17228
17229 2001-06-27 [alfons]
17230
17231         * src/summaryview.c
17232                 don't crash when removing parent node of messages
17233                 attracted by subject. this was caused by not deleting
17234                 the parent node from the subject line hash table.
17235
17236 2001-06-27 [alfons]
17237
17238         * src/summaryview.c
17239         * src/compose.[ch]
17240         * src/mainwindow.c
17241                 if there are multiple messages selected, allow forwarding
17242                 them as attachments.
17243
17244 2001-06-27 [paul]
17245
17246         * more sync with sylpheed 0.5.0pre3
17247
17248 2001-06-26 [paul]
17249
17250         0.5.0claws3
17251
17252         * sync with sylpheed 0.5.0pre3
17253
17254 2001-06-25 [paul]
17255
17256         * src/mainwindow.c
17257                 fixed 'compose news article' bug
17258                 from icon-and-text toolbar
17259
17260 2001-06-25 [paul]
17261
17262         * sync with sylpheed 0.5.0pre2 release
17263
17264 2001-06-24 [christoph]
17265
17266         * src/prefs_common.c
17267                 bug fix in font selection
17268         * src/folderview.c
17269                 use sylpheed's normal font instead of
17270                 gtk default font for folders without
17271                 new messages
17272
17273 2001-06-24 [alfons]
17274
17275         * src/mainwindow.[ch]
17276                 added composite compose mail / news button (an idea by Leandro
17277                 Pereira <leandro@linuxmag.com.br>)
17278
17279 2001-06-24 [paul]
17280
17281         Added instructions for ldif-to-xml.py
17282
17283         * tools/README
17284
17285 2001-06-23 [alfons]
17286
17287         Some minor things.
17288
17289         * src/pixmaps/stock_news_compose.xpm
17290                 added pixmap by Leandro
17291         * src/prefs_common.c
17292                 tested built-in spelling checker of GCC 3.0 :)
17293         * po/nl.po
17294                 merged dutch translation of sylpheed-main with
17295                 sylpheed.pot
17296
17297 2001-06-23 [paul]
17298
17299         Added tools directory and files.
17300
17301         * tools/filter_conv.pl
17302                 converts old filter system to new filtering system
17303         * tools/ldif-to-xml.py
17304                 converts netscape addressbook to sylpheed addressbook
17305         * tools/README
17306                 descriptions/instructions for above two files
17307
17308 2001-06-23 [christoph]
17309
17310         * src/inc.c
17311         * src/manage_window.[ch]
17312         * src/prefs_common.[ch]
17313                 mail retrieval dialog can be enabled, disabled
17314                 or hidden if non of sylpheed's windows is active
17315
17316 2001-06-22 [paul]
17317
17318         0.5.0claws2
17319
17320         * sync with sylpheed 0.5.0pre2
17321
17322 2001-06-21 [christoph]
17323
17324         * src/summaryview.c
17325                 show recipient on 'from' for all accounts
17326                 
17327         * src/inc.c
17328         * src/prefs_common.[ch]
17329                 disable error popup on mail receive errors
17330
17331 2001-06-21 [alfons]
17332
17333         * src/compose.c
17334                 made the ruler correctly appear and disappear.
17335
17336         * src/Makefile.am
17337                 removed Hoa's work-in-progress-stuff (interesting!) so 
17338                 claws compiles ok.
17339
17340 2001-06-20 [christoph]
17341
17342         * src/inc.c
17343         * src/progressdialog.c
17344                 added scrolled window for list in progressdialog
17345
17346 2001-06-20 [paul]
17347
17348         sync with sylpheed 0.5.0pre1 release
17349
17350 2001-06-20 [christoph]
17351
17352         * src/summeryview.c
17353                 make building threads by subject work when
17354                 thread view is enabled
17355                 
17356         * src/compose.c
17357         * src/prefs_common.[ch]
17358                 automatically select account for mail replys
17359
17360 2001-06-19 [sergey]
17361
17362         * src/compose.c (compose_create): keep Bcc and Reply-To visible if
17363         they are filled in from the account settings.
17364
17365 2001-06-19 [paul]
17366
17367         * more sync with sylpheed 0.5.0pre1
17368
17369 2001-06-18 [alfons]
17370
17371         * src/Makefile.am,
17372           src/procmime.c
17373                 added --sysconfdir to CPPFLAGS for pointing to the correct
17374                 location of mime.types. 
17375
17376                 NOTE: make sure you use --sysconfdir when running ./autogen.sh
17377                 or ./configure!
17378
17379 2001-06-18 [hoa]
17380
17381         * src/summaryview.c
17382                 fixed some bug when building threads
17383
17384 2001-06-18 [pau]l
17385
17386         * src/prefs_account.c
17387                 UI stuff: More changes to the English
17388
17389 2001-06-18 [paul]
17390
17391         * src/pixmaps/stock_news_compose.xpm: new file
17392         * src/Makefile.am
17393         * src/mainwindow.c
17394         * src/summaryview.c
17395                 Added new icon for Hoa's 'compose a news
17396                 message', plus minor improvements to the
17397                 English
17398
17399         * po/ja.po
17400         * ChangeLog
17401         * ChangeLog.jp
17402                 more sync with sylpheed 0.5.0pre1
17403
17404 2001-06-18 [hoa]
17405
17406         * src/compose.[ch]
17407         * src/mainwindow.c
17408                 Follow-up and reply to
17409
17410         * src/summaryview.[ch]
17411                 Build threads also with subjects
17412
17413 2001-06-17 [hoa]
17414
17415         * src/compose.c
17416                 forwarding use the current account.
17417
17418         * src/mainwindow.c
17419                 the "compose message" button has been replaced with
17420                 "new mail" and "new news" buttons
17421
17422         * src/prefs_common.[ch]
17423                 added a configuration option to use the forward button
17424                 as "forward as attachment"
17425                 changed reply and forward format description
17426
17427         * src/quote_fmt_lex.l
17428         * src/quote_fmt_parse.y
17429                 added message with no signature in format for reply
17430                 and forward.
17431
17432 2001-06-17 [paul]
17433
17434         Minor UI stuff
17435
17436         * src/mainwindow.c
17437         * src/summaryview.c
17438                 Improvements to the English
17439
17440         * src/prefs_common.c
17441                 Improvements to the English and some
17442                 clarity/continuity improvements in the
17443                 description of Quote symbols.
17444
17445 2001-06-17 [paul]
17446
17447         0.5.0claws1
17448
17449         * sync with sylpheed 0.5.0pre1
17450
17451 2001-06-17 [hoa]
17452
17453         * src/compose.c
17454                 Better interface for compose, displayed fields
17455                 are updated whenever we change account.
17456                 Newsgroups field is automatically filled.
17457
17458         * src/mainwindow.c
17459                 Newsgroups field is automatically filled.
17460
17461         * src/prefs_account.c
17462                 Some interface stuff when fields appear and
17463                 disappear.
17464
17465 2001-06-16 [paul]
17466
17467         0.4.99claws
17468
17469         * sync with sylpheed 0.4.99
17470
17471 2001-06-16 [sergey]
17472
17473         * src/base64.c, src/base64.h (Base64Decoder, base64_decoder_new,
17474         base64_decoder_free, base64_decoder_decode): new object and
17475         functions for decoding base64 streams.
17476         * src/procmime.c (procmime_decode_content): modified to use the
17477         new base64 decoder.
17478
17479 2001-06-15 [paul]
17480
17481         0.4.99claws10
17482
17483         * sync with sylpheed 0.4.99cvs11
17484
17485 2001-06-13 [paul]
17486
17487         0.4.99claws9
17488
17489         * sync with sylpheed 0.4.99cvs9
17490
17491 2001-06-13 [hoa]
17492
17493         * src/compose.c
17494         * src/prefs_account.c
17495
17496                 SMTP server can be defined in the news account
17497                 mime type of attachment are kept.
17498
17499         * src/summaryview.c
17500
17501                 now choose the highest important score between default
17502                 and important score of folder.
17503
17504 2001-06-09 [alfons]
17505         
17506         * src/prefs_common.c: 
17507
17508                 (prefs_quote_description_create): corrected description of 
17509                 quote format characters
17510
17511 2001-06-09 [paul]
17512
17513         0.4.99claws8
17514
17515         * sync with sylpheed 0.4.99cvs8
17516
17517 2001-06-08 [sergey]
17518
17519         * src/Makefile.am: fix for "make dist": added quote_fmt_parse.h
17520         and pixmaps/stock_mail_reply_to_author.xpm to EXTRA_DIST.
17521
17522 2001-06-08 [paul]
17523
17524         0.4.99claws7
17525
17526         * sync with sylpheed 0.4.99cvs7
17527
17528 2001-06-06 [sergey]
17529
17530         * src/quote_fmt.h: renamed from src/quote_fmt_parse.h (which
17531         clashes with autogenerated header).
17532         * src/compose.c, src/quote_fmt_parse.y: #include "quote_fmt.h"
17533         * src/Makefile.am: added quote_fmt.h.
17534         * src/.cvsignore: added lex/yacc autogenerated files
17535         (quote_fmt_lex.c, quote_fmt_parse.c, quote_fmt_parse.h).
17536
17537 2001-06-06 [paul]
17538
17539         0.4.99claws6
17540
17541         * sync with sylpheed 0.4.99cvs6
17542
17543 2001-06-06 [hoa]
17544
17545         * added src/quote_fmt_parse.h
17546         * src/compose.c
17547                 removed warnings
17548
17549         * src/prefs.[ch]
17550                 don't modify readonly configuration files
17551
17552         * src/prefs_account.c
17553         * src/prefs_common.c
17554         * src/prefs_customheader.c
17555         * src/prefs_display_header.c
17556         * src/prefs_filter.c
17557         * src/prefs_filtering.c
17558         * src/prefs_scoring.c
17559                 don't open dialog box when configuration files
17560                 are readonly
17561
17562 2001-06-05 [sergey]
17563
17564         * configure.in: added AM_PROG_LEX and AC_PROG_YACC.
17565
17566         * src/Makefile.am: replaced quote_fmt.tab.[ch] by
17567         quote_fmt_lex.[lh], quote_fmt_parse.y; added YFLAGS=-d; added
17568         BUILT_SOURCES to make all files rebuild properly.
17569
17570         * src/compose.c: removed #include "quote_fmt.tab.h".
17571
17572         * src/quote_fmt_lex.l: renamed from quote_fmt.l; changed to return
17573         CHARACTER value in yylval.
17574
17575         * src/quote_fmt_parse.y: renamed from quote_fmt.y; changed to
17576         receive CHARACTER value by documented means (yylval).
17577
17578         * src/lex.quote_fmt.c, src/quote_fmt.{l,y,tab.{c,h}}: removed.
17579
17580 2001-06-05 [hoa]
17581
17582         * src/Makefile.am
17583                 changed quote_fmt.[ch] into quote_fmt.tab.[ch]
17584
17585         * src/filtering.c
17586         * src/matcher.c
17587         * src/matcher.h
17588         * src/prefs_filtering.c
17589                 now keep the configuration for execute action
17590
17591         * src/mbox_folder.c
17592                 fixed a warning
17593
17594 2001-06-05 [paul]
17595
17596         * sync with sylpheed 0.4.99cvs5
17597
17598 2001-06-05 [hoa]
17599
17600         * src/Makefile.am
17601                 added quote_fmt.[ch]
17602
17603         * added src/quote_fmt.y
17604         * added src/quote_fmt.l
17605         * added src/quote_fmt.tab.h
17606         * added src/quote_fmt.tab.c
17607         * added src/lex.quote_fmt.c
17608                 parsing configuration for replying
17609                 and forwarding
17610
17611         * src/prefs_common.[ch]
17612                 added configuration UI for replying
17613                 and forwarding
17614
17615         * src/compose.c
17616                 using configuration for replying
17617                 and forwarding
17618
17619 2001-06-04 [hoa]
17620
17621         * src/filtering.c
17622         * src/matcher.c
17623         * src/matcher.h
17624         * src/prefs_filtering.c
17625         * src/prefs_matcher.c
17626         * src/prefs_matcher.h
17627                 action "run a command" for filtering
17628                 and matching with a command.
17629                 fixed the "whole message" matching
17630
17631         * src/mbox_folder.c
17632                 changed temporary filename for security
17633
17634         * src/messageview.c
17635                 queue the notification if it fails to send.
17636
17637         * src/prefs_common.c
17638         * src/prefs_folder_item.c
17639                 changed the default important score             
17640
17641         * src/prefs_scoring.c
17642         * src/scoring.c
17643                 hide kill score input when the folder is not
17644                 a newsgroup
17645
17646 2001-06-03 [alfons]
17647
17648         * src/prefs_common.c:
17649
17650                 (prefs_font_select): pass font name in font entry box to font
17651                 selection dialog.
17652
17653 2001-06-03 [sergey]
17654
17655         * src/smtp.c (smtp_ok): fixed sock_gets() error handling.
17656
17657 2001-06-03 [paul]
17658
17659         * sync with sylpheed 0.4.99cvs4
17660
17661 2001-06-03 [alfons]
17662
17663         * src/headerwindow.c:
17664
17665                 (headerwindow_show_cb): use the selected summary view item, not
17666                 the displayed item.
17667
17668 2001-06-02 [alfons]
17669
17670         * src/headerwindow.c:
17671
17672                 (headerwindow_show_cb): always try to show msginfo
17673
17674 2001-06-02 [hoa]
17675
17676         * src/compose.c
17677                 keep attached parts when reediting or forwarding.
17678
17679 2001-06-01 [hoa]
17680
17681         * src/folderview.c
17682         * src/prefs_folder_item.[ch]
17683         * src/prefs_scoring.[ch]
17684         * src/scoring.[ch]
17685         * src/summaryview.[ch]
17686         * src/main.c
17687         * src/mainwindow.c
17688         * src/prefs_common.[ch]
17689                 support for folder scoring
17690                 kill score and important score for messages
17691         
17692         * src/prefs_account.c
17693                 some display bug fixed for local account
17694                 preferences
17695
17696 2001-05-31 [alfons]
17697
17698         * src/summaryview.c:
17699
17700                 (add_sender_to_cb): don't crash when no or invalid sender; the add 
17701                 sender to address book menu item is disabled.
17702
17703 2001-05-30 [hoa]
17704
17705         * src/filtering.[ch]
17706         * src/summaryview.c
17707                 handling summary menu / filter messages
17708
17709         * src/folder.[ch]
17710                 add some stuff
17711
17712         * src/foldersel.c
17713                 imap folders now appears in list
17714
17715         * src/mbox_folder.c
17716                 doesn't crash if destination mail is not writeable
17717
17718 2001-05-29 [hoa]
17719
17720         * src/compose.c
17721                 removed some warnings
17722
17723         * src/filtering.c
17724         * src/folder.[ch]
17725         * src/prefs_filtering.c
17726                 global string to identify any folders           
17727                 removed some debug info
17728                 filtering to mbox folders is now possible
17729
17730         * src/mainwindow.c
17731                 removed some warnings
17732
17733         * src/mbox_folder.c
17734                 permission on files are changed to read/write for user only,
17735                 nothing for other.
17736                 creation of subfolder is handled better.
17737
17738 2001-05-28 [alfons]
17739
17740         Verified the sync for src/prefs_common.[ch] and
17741         src/prefs_account.[ch]. I believe there were some
17742         minor indentation differences.
17743
17744 2001-05-28 [paul]
17745
17746         0.4.99claws3
17747
17748         * sync with 0.4.99cvs3
17749
17750 2001-05-28 [hoa]
17751
17752         * src/compose.c
17753                 handling flags for mbox format
17754
17755         * src/filtering.c
17756                 use of mark file only for MH format
17757                 handling flags for mbox format
17758                 filtering cannot yet move or copy mails to mbox folders.
17759
17760         * src/folder.[ch]
17761                 changed move_msg, copy_msg,
17762                 move_msgs_with_dest, copy_msgs_with_dest functions
17763                 uses only folder->copy_msg() function
17764                 uses folder->finished_copy() to handle the destination
17765                 folder at the end of the copy or move operation.
17766
17767         * src/foldersel.c
17768                 included mbox directories.
17769
17770         * src/folderview.[ch]
17771         * src/mainwindow.c
17772                 handle folders operation for mbox format
17773
17774         * src/mbox.c
17775                 disable conversion of "From " header
17776
17777         * src/mbox_folder.[ch]
17778                 completion of mbox format handling
17779
17780         * src/mh.c
17781                 changed mh_copy_msg() function and
17782                 removed mh_move_msg(), mh_move_msgs_with_dest(),
17783                 mh_copy_msgs_with_dest()
17784
17785         * src/prefs_filtering.c
17786                 removed some warnings
17787
17788         * src/prefs_matcher.c
17789                 default boolean operation is AND
17790
17791         * src/procheader.c
17792                 handling flags for mbox format
17793                 handling of "From " header
17794
17795         * src/procmsg.[ch]
17796                 removed data field
17797                 added MSG_REALLY_DELETED flags to handle deletion of
17798                 messages in mbox format.
17799
17800         * src/summaryview.c
17801                 handling flags for mbox format
17802                 disable the MSG_DELETED flags when messages
17803                 are deleted in mbox format
17804
17805         * src/textview.c
17806                 "From " headers display fixed.
17807
17808 2001-05-27 [alfons]
17809
17810         * src/textview.c:
17811                 
17812                 (get_email_part): skip quoted email addresses, like in e.g.
17813                 "'alfons@proteus.demon.nl'".
17814
17815 2001-05-26 [alfons]
17816
17817         Minor GUI fixes adding horizontal scrollbars to Hoa's matcher dialogs,
17818         and fixing the persistence troubles when using separate windows.
17819
17820         * src/mainwindow.c:
17821         
17822             Added #define SEPARATE_ACTION used in the gtk item factory for 
17823             the SEPARATE_FOLDER and SEPARATE_MESSAGE items, so we can
17824                 use gtk_item_factory_get_widget_by_action() to get the items.
17825                 
17826             Removed separate_widget_cb from the gtk item factory data   
17827           
17828             (mainwindow_create): connect separate_widget_cb() to check
17829             menu item "toggled" signal. also passing a MainWindow pointer
17830                 as object data for both check menu items.
17831                 
17832             (separate_widget_cb): definition of separate_widget_cb() to match
17833             GtkCheckMenuItem's "toggled" signal. Now get the pointer to the main 
17834                 window using gtk_object_get_data(). The type of window separation 
17835                 (SEPARATE_MESSAGE or SEPARATE_FOLDER) is passed as the signal's data
17836         
17837         * src/prefs_filtering.c,
17838           src/prefs_matcher.c: added horizontal scrollbars
17839
17840 2001-05-25 [darko]
17841
17842         * src/headerview.c
17843                 fix segfault with invalid bold font
17844         * src/summaryview.c
17845                 correctly display summary stats after row is marked
17846
17847 2001-05-23 [sergey]
17848
17849         * src/codeconv.c (conv_get_code_conv_func): fix for ISO-8859-*
17850         encodings with libjconv.
17851
17852 2001-05-23 [hoa]
17853
17854         * src/Makefile.am
17855                 added mbox_folder.[ch]
17856         * src/defs.h
17857                 mbox temporary folder
17858         * src/folder.[ch]
17859         * added src/mbox_folder.[ch]
17860         * src/folderview.c
17861         * src/procheader.[ch]
17862                 added mbox support
17863         * src/mbox.c
17864                 bugfix for file incorporation filtering
17865         * src/imap.c
17866                 enable creation of MBOX
17867         * src/prefs_display_header.c
17868                 enable use of headers like "From "
17869                 something that should be fixed :
17870                         displaying of such headers add an extra space
17871         * src/prefs_folder_item.c
17872                 don't create folders because it is not necessary
17873         * src/procmsg.h
17874                 added data field to MsgInfo for mbox internal use
17875         * src/summaryview.c
17876                 added some support for mbox
17877         * src/utils.[ch]
17878                 added get_mbox_cache_dir() function
17879
17880 2001-05-23 [hiroyuki]
17881
17882         * src/headerwindow.c
17883           src/inc.c
17884           src/main.c
17885           src/mh.c
17886           src/nntp.c
17887           src/procmsg.h
17888           src/session.h
17889           src/socket.[ch]
17890           src/summaryview.c
17891           src/textview.c
17892           src/automaton.c
17893           src/folderview.c: more sync with 0.4.99cvs2.
17894
17895         * src/headerwindow.c: reverted.
17896
17897 2001-05-22 [paul]
17898
17899         0.4.99claws2
17900
17901         * sync with sylpheed 0.4.99cvs2
17902                 * src/news.[ch]
17903                 * src/nntp.[ch]
17904                 * INSTALL
17905                 * INSTALL.jp
17906
17907 2001-05-22 [alfons]
17908
17909         * src/summaryview.c: bugfixed a premature assignment in  summaryview_add_sender_to_cb()
17910
17911 2001-05-21 [alfons]
17912
17913         Minor things:
17914
17915         * configure.in: if gnome-config not found, "no" is displayed
17916         
17917         * sylpheed.desktop: "Hello World" is replaced with "Sylpheed Mail"
17918
17919         * src/textview.c: now also possible to add mail addresses by right
17920           clicking in the text view
17921
17922         * src/codeconv.c: merged patch which fixes endless loop when encountering
17923           invalid wide characters; from Alte <010@imis.ru>  
17924
17925 2001-05-20 [alfons]
17926
17927         Added installation of gnome specific things:
17928
17929         * Makefile.am: gnome conditional
17930
17931         * configure.in: check for installed gnome
17932
17933         * added sylpheed.png, sylpheed.desktop
17934
17935 2001-05-20 [sergey]
17936
17937         * src/pixmaps/stock_mail_reply_to_author.xpm: new file.
17938
17939         * src/mainwindow.h (main_window_toolbar_create): created a button
17940         for "Reply to all".
17941         (main_window_set_toolbar_sensitive): enable/disable the new button
17942         appropriately.
17943         (toolbar_reply_to_author_cb): handle the new button.
17944
17945         * src/send.c (SEND_EXIT_IF_ERROR, SEND_EXIT_IF_NOTOK): call
17946         send_progress_dialog_destroy() on failure (fixes hang on SMTP
17947         failure).
17948
17949 2001-05-19 [sergey]
17950
17951         * src/compose.h (ComposeReplyMode): new modes
17952         COMPOSE_REPLY_TO_AUTHOR, COMPOSE_REPLY_TO_AUTHOR_WITH_QUOTE,
17953         COMPOSE_REPLY_TO_AUTHOR_WITHOUT_QUOTE.
17954
17955         * src/compose.c
17956         (compose_send): move some code into a new function:
17957         (compose_current_mail_account): new function.
17958         (compose_reply): new argument to_author, all callers changed; if
17959         to_author==TRUE and account->protocol==A_NNTP, find and use an
17960         appropriate mail account for replying.
17961         (compose_reply_set_entry): new argument to_author; ignore
17962         compose->replyto if to_author==TRUE.
17963
17964         * src/mainwindow.c: new command "Message/Reply to author".
17965         (main_window_set_menu_sensitive): enable/disable it.
17966         (reply_cb): handle it.
17967
17968         * src/summaryview.c: new command "Reply to author".
17969         (summary_set_menu_sensitive): enable/disable it.
17970         (summary_reply_cb): handle it.
17971
17972         * src/account.c (account_find_mail_from_address): new function.
17973
17974 2001-05-18 [paul]
17975
17976         0.4.99claws1
17977
17978         * sync with sylpheed 0.4.99cvs1
17979
17980 2001-05-18 [hoa]
17981
17982         * src/compose.[ch]
17983         * src/filtering.c
17984         * src/summaryview.c
17985                 new filtering action : forward and forward as attachment
17986
17987         * src/main.c
17988                 no need for $DISPLAY when we run sylpheed --help
17989                 call to parse_cmd_opt() is moved
17990
17991         * src/mainwindow.[ch]
17992                 execute button is hidden when immediate execute
17993                 is chosen
17994
17995         * src/mh.c
17996         * src/news.c
17997         * src/prefs_folder_item.c
17998         * src/procmsg.c
17999                 better handling of missing directories
18000
18001         * src/summaryview.c
18002                 reedit is enabled in outbox
18003                 reedit is enabled in queue
18004
18005 2001-05-17 [hoa]
18006
18007         * src/filtering.c
18008         * src/matcher.[ch]
18009         * src/prefs_filtering.c
18010                 changed attachement into attachment
18011
18012 2001-05-17 [alfons]
18013
18014         0.4.67claws4    
18015
18016         * sync with sylpheed 0.4.67cvs9
18017         * sync with sylpheed 0.4.67cvs7-8
18018
18019 2001-05-17 [hoa]
18020
18021         * src/Makefile.am
18022                 added prefs_filtering.c
18023
18024         * src/filtering.[ch]
18025         * src/matcher.[ch]
18026                 removed action : forward_news and forward_news_as_attachement
18027                 (forward and forward_as_attachement can be used instead)
18028
18029         * src/mainwindow.c
18030                 added menu option to access filtering configuration
18031
18032         * src/prefs_account.c
18033                 changed mail_command default to /usr/sbin/sendmail
18034
18035         * added src/prefs_filtering.[ch]
18036                 dialog box for filtering configuration
18037
18038         * src/prefs_matcher.c
18039                 added function prefs_matcher_get_criteria_from_matching()
18040
18041         * src/prefs_scoring.c
18042                 reset the dialog when register or substitute is clicked
18043
18044 2001-05-15 [hoa]
18045
18046         * src/Makefile.am
18047                 added filtering.[ch]
18048         * src/inc.c
18049                 using filering.[ch] instead of filter.[ch]
18050         * src/main.c
18051                 reading new filtering configuration
18052         * src/matcher.[ch]
18053                 added some filtering actions
18054                 and fixed a bug for headers and mail body matching
18055         * src/mbox.c
18056                 using filering.[ch] instead of filter.[ch]
18057         * src/mh.c
18058                 handling invalid MsgInfo in mh_copy_msg() and mh_move_msg()
18059         * src/summaryview.c
18060                 some fixes for filtering
18061
18062 2001-05-14 [hiroyuki]
18063
18064         * src/send.c: fixed some weird indentations.
18065           send_message_with_command(): call pclose() only if p != NULL.
18066         * src/textview.c: get_email_part(): modified the code for readability.
18067
18068 2001-05-14 [hiroyuki]
18069
18070         * src/md5global.h
18071           src/md5ify.c
18072           src/md5ify.h: removed from the cvs.
18073
18074 2001-05-13 [sergey]
18075
18076         * src/main.c: include rfc2015.h to avoid compiler warnings.
18077         * src/alertpanel.c (alertpanel_message_with_disable): return 0 if
18078         the panel is already on screen.
18079         * src/prefs_customheader.c (prefs_custom_header_delete_cb): treat
18080         closing the alert window by ESC as "No".
18081         * src/prefs_common.c (prefs_interface_create): moved return
18082         receipt check button to the correct place.
18083
18084 2001-03-13 [alfons]
18085
18086         * src/prefs_common.c: 
18087                 moved return receipt check button to the Send tab. (prefs_send_create)
18088                 removed the date format ui related globals. (prefs_display_create)
18089
18090         0.4.67claws3
18091         
18092         * sync with sylpheed 0.4.67cvs5-6
18093
18094 2001-05-13 [paul]
18095
18096         * added Alfons' font selection patch
18097
18098         * src/defs.h
18099         * src/headerwindow.c
18100         * src/prefs_common.c
18101         * src/prefs_common.h
18102
18103 2001-05-13 [hoa]
18104         * src/defs.h
18105                 changed version of cache
18106         * src/matcher.[ch]
18107         * src/prefs_matcher.c
18108                 added additionnal matching criteria
18109         * src/procheader.c
18110         * src/procmsg.[ch]
18111         * src/news.c
18112                 added references in MsgInfo
18113
18114 2001-05-12 [hoa]
18115
18116         * src/defs.h
18117                 prepared some things for new filtering
18118         * src/matcher.[ch]
18119                 added some matching properties
18120                 inreplyto need to be enhanced
18121                 prepared some things for new filtering
18122         * src/messageview.c
18123                 added Return-Receipt-To handling
18124         * src/prefs_folder_item.c
18125                 changed default value to TRUE
18126         * src/prefs_matcher.c
18127                 added some matching properties
18128         * src/prefs_scoring.[ch]
18129                 the scoring dialog is finished
18130         * src/procheader.c
18131                 added Return-Receipt-To handling
18132                 Reference need to be added
18133         * src/procmsg.[ch]
18134                 added Return-Receipt-To handling
18135                 added threadscore to get a better score sorting when
18136                 threads are enabled
18137         * src/summaryview.c
18138                 suppressed a bug when we sort the list
18139                 when no folder is opened.
18140                 better score sorting when threads are enabled
18141
18142 2001-05-12 [alfons]
18143
18144         * reverted previous patch because of potential errors 
18145
18146         0.4.67claws2
18147         
18148         * src/inc.c, src/prefs_common.c, src/prefs_common.h: 
18149                 applied "toggle mail-retrieval dialog window" patch submitted 
18150                 by Eric Limpens <eric@qnt.net>
18151
18152         * sync with sylpheed 0.4.67cvs4
18153
18154 2001-05-12 [sergey]
18155
18156         * src/matcher.c, src/scoring.c: changed "#ifdef 0" to "#if 0" for
18157         some picky compilers.
18158         * src/rfc2015.h: provide prototype for rfc2015_disable_all().
18159         * src/grouplist_dialog.c: include alertpanel.h.
18160         * src/prefs_headers.c (prefs_headers_deleted): added GTK_BUTTON to
18161         fix compile warning.
18162         * src/scoring.c, src/prefs_folder_item.c, src/matcher.c: brought
18163         #include "defs.h" before others to prevent the warning of `MIN'
18164         and `MAX' redefinition.
18165
18166 2001-05-11 [hoa]
18167
18168         * src/main.c
18169         * src/messageview.c
18170         * src/prefs_account.c
18171         * src/prefs_display_header.c
18172                 removed warning
18173         * src/Makefile.am
18174                 added prefs_scoring.[ch]
18175         * src/grouplist_dialog.c
18176                 display an error dialog box if the group list
18177                 cannot be fetched.
18178         * src/mainwindow.[ch]
18179                 added main_window_set_thread_option() function
18180                 scoring dialog box enabled
18181         * src/matcher.[ch]
18182                 added flags matching unread /new / marked
18183                 / deleted / replied / forwarded
18184         * src/news.c
18185                 newsgroups are now finally in newscache
18186         * src/prefs_matcher.[ch]
18187                 finished preferences for matching dialog
18188         * added src/prefs_scoring.[ch]
18189                 scoring dialog box completed
18190         * src/scoring.[ch]
18191                 conversion to string : added scoringprop_to_string()
18192                 write config for preferences :
18193                 added prefs_scoring_write_config()
18194         * src/summaryview.c
18195                 threads can be enabled/disabled independently
18196                 for each folder
18197
18198 2001-05-10 [alfons]
18199
18200         0.4.67claws1
18201         
18202         * AUTHORS: 
18203                 thought it would be nice to have a list of all
18204                 contributors (used Changelog as a reference)
18205         
18206         * configure.in: 
18207                 messed up version numbering...
18208
18209         0.4.66claws1
18210
18211         * sync with sylpheed 0.4.67cvs1-3
18212
18213 2001-05-10 [darko]
18214
18215         * src/prefs_common.c:
18216                 better UI for strftime format, double clicking
18217                 on format now inserts the format in text entry
18218                 replaced close button with standard OK/Cancel
18219                 moved date format button to the right of the
18220                 text entry field
18221
18222 2001-05-09 [alfons]
18223
18224         * src/gtkstext.c:
18225                 Ctrl-Home / Ctrl-End have proper cursor navigation
18226
18227 2001-05-09 [hoa]
18228
18229         * src/prefs_matcher.c
18230                 finished UI to define matching properties
18231                 added ok and cancel button
18232         * src/prefs_filter.c
18233                 added ok and cancel button
18234         * src/news.c
18235                 fixed some bug in xhdr parsing
18236
18237 2001-05-08 [alfons]
18238
18239         * src/textview.c: 
18240                 fixed a bug in textview_show_header(), which displayed two colons (':');
18241                 cleaned up some warnings
18242
18243 2001-05-08 [hoa]
18244
18245         * src/Makefile.am
18246                 added prefs_matcher.[ch]
18247                 compilation with -W -Wall
18248         * src/alertpanel.c
18249                 ungrab the mouse events if grabbed - does it
18250                 fix the bug for disposition notification ?
18251         * src/mainwindow.c
18252                 added a menu option to open the matching dialog.
18253         * src/matcher.[ch]
18254                 added matcherprop_to_string() and matcherlist_to_string()
18255                 fixed some bugs, changed the name of some options
18256                 age_sup and age_inf becomes age_greater and age_lower,
18257                 body and messageheaders becomes body_part and headers_part,
18258                 changed the names of constants from SCORING_XXX to MATCHING_XXX
18259         * src/prefs_display_header.c
18260         * src/prefs_headers.c
18261                 fixed a bug that accidentally destroyed dialogs
18262                 when closed them with delete_event
18263                 Added *_deleted() which handle delete_event signal correctly.
18264         * src/prefs_folder_item.[ch]
18265                 added "enable_thread" field for future customization
18266         * added src/prefs_matcher.[ch]
18267                 sample of the UI to define matching properties
18268         * src/procheader.c
18269                 using procheader_headername_equal instead of str*cmp functions
18270                 using procheader_parse_header() function
18271         * src/scoring.c
18272                 using MATCHING_XXX instead of SCORING_XXX
18273         * src/summaryview.c
18274                 display the sender of the news even if this is ourself
18275                 when this is a news message.
18276         * src/textview.c
18277                 using headername_equal() instead of str*cmp functions
18278
18279 2001-05-08 [alfons]
18280
18281         0.4.66claws
18282
18283         * sync with sylpheed 0.4.66
18284         * src/gtkstext.c: trace logs added 
18285
18286 2001-05-08 [sergey]
18287
18288         * src/prefs_common.[ch]: added option to enable/disable GnuPG
18289         signature check popup.
18290         * src/rfc2015.c (check_signature): show signature check popup only
18291         if it is enabled in preferences.
18292
18293 2001-05-07 [alfons]
18294
18295         0.4.66claws4
18296         
18297         * sync with sylpheed 0.4.66cvs6
18298
18299 2001-05-07 [darko]
18300
18301         * src/prefs_common.[ch]: added option to enable/disable
18302           looking up sender name in address book for summary pane
18303         * src/summaryview.c: look up sender in the address book
18304           by using Alfons' address completion code
18305
18306 2001-05-07 [hiroyuki]
18307
18308         * src/inc.h
18309           src/pop.c: pop3_retr_recv(): removed cur_msg_bytes from the
18310           member of Pop3State.
18311         * src/news.c: brought #include "defs.h" before #include <glib.h>
18312           to prevent the warning of `MIN' and `MAX' redefinition.
18313
18314 2001-05-06 [hoa]
18315
18316         * removed src/headers_display.[ch]
18317         * removed src/prefs_display_headers.[ch]
18318         * src/inc.c
18319                 use a temporary file in the user directory for mbox import
18320         * src/news.c
18321                 added XHDR support to get "To" and "Cc" headers
18322                 (in order to match news with to or cc field for
18323                 scoring)
18324                 added function news_parse_xhdr() to get XHDR response
18325         * src/nntp.[ch]
18326                 added function nntp_xhdr()
18327         * src/matcher.c
18328                 fetch the message if necessary
18329
18330 2001-05-06 [alfons]
18331
18332         0.4.66claws3
18333
18334         * sync with sylpheed 0.4.66cvs3-5
18335
18336 2001-05-06 [hoa]
18337
18338         * src/utils.[ch]
18339                 added function itos_buf() to enable use of several buffers
18340         * src/summaryview.c
18341                 use of itos_buf() instead of itos() in summary list
18342                 to fix the broken display of message number.
18343
18344 2001-05-06 [alfons]
18345
18346         * src/gtkstext.c: bug in cursor up navigation fixed,
18347                 fixed another unsigned / signed comparison (we're getting there :-)
18348
18349 2001-05-06 [hoa]
18350
18351         * src/Makefile.am
18352                 added scoring.c scoring.h
18353                 prefs_folder_item.c prefs_folder_item.h
18354                 matcher.c matcher.h
18355         * src/defs.h
18356                 added FOLDERITEM_RC SCORING_RC
18357         * src/folder.[ch]
18358                 added prefs field in FolderItem :
18359                 properties for each folder (PrefsFolderItem),
18360                 sorting type and mode were added as the first properties.
18361         * src/main.c
18362                 read config for scoring
18363         * added src/matcher.[ch]
18364                 gives functions to parse configuration file to do
18365                 matching on mails with a list of conditions.
18366         * src/mainwindow.c
18367                 add option to sort by score
18368         * src/prefs_common.[ch]
18369                 added preference option to show score and for
18370                 the score column size
18371         * added src/prefs_folder_item.[ch]
18372                 properties for each folder (PrefsFolderItem),
18373                 sorting type and mode were added as the first properties.
18374         * src/procheader.[ch]
18375                 added procheader_parse_header()
18376                 added procheader_header_free()
18377                 added procheader_headername_equal()
18378                 and made modification to use them.
18379         * src/procmsg.[ch]
18380                 added score field to MsgInfo structure
18381         * added src/scoring.[ch]
18382                 gives functions to parse configuration file to do
18383                 scoring on mails with a list of conditions.
18384         * src/summaryview.[ch]
18385                 save the sorting type and mode for the folder
18386                 added column to display the score of the mail
18387                 added function summary_score_clicked()
18388                 sorting type and mode are restored to the folder
18389                 when it is reopen
18390         * src/textview.c
18391                 use procheader_parse_header(), procheader_headername_equal()
18392                 removed memory leak in text_scan_header when freeing headers
18393         * src/filter.c
18394                 changed the function to match names of headers
18395                 using procheader_headername_equal()
18396
18397         Scoring functions are implemented, an interface is needed
18398         to configure that.
18399
18400 2001-05-04 [alfons]
18401
18402         * src/gtkstext.c: 
18403                 hopefully fixed the row up navigation bug,
18404                 removed adding back / forward lines to cache
18405
18406 2001-05-04 [sergey]
18407
18408         * src/prefs_display_headers.c: user interface changes:
18409         (prefs_display_headers_create): remove unused "Show" check button;
18410         allow reordering of headers by dragging.
18411         (prefs_display_headers_write_config): remove unused variables.
18412         (prefs_display_headers_set_dialog): do not insert "(New)" at top
18413         of lists (not needed with the new UI).
18414         (prefs_display_headers_set_list): scan lists starting from row 0,
18415         not 1 (do not skip "(New)").
18416         (prefs_display_headers_find_header): new function.
18417         (prefs_display_headers_clist_set_row): do not allow duplicates.
18418         (prefs_display_headers_delete_cb): do not skip row 0; treat
18419         closing the alert window by ESC as "No".
18420         (prefs_display_headers_up): do not protect row 0.
18421         (prefs_display_headers_down): do not protect row 0.
18422
18423 2001-05-04 [sergey]
18424
18425         * src/mainwindow.c (next_marked_cb, prev_marked_cb): new
18426         functions.
18427
18428         * src/summaryview.c
18429         (summary_find_next_marked_msg, summary_find_prev_marked_msg,
18430         summary_select_next_marked, summary_select_prev_marked): new
18431         functions.
18432
18433 2001-05-03 [sergey]
18434
18435         * src/news.c: fixed a bug when no article can be fetched after
18436         server timeout if the connection was restored by news_post():
18437         (news_select_group): new function.
18438         (news_fetch_msg): call news_select_group() before fetching
18439         article.
18440         (news_get_uncached_articles): set session->group after successful
18441         GROUP command.
18442
18443 2001-05-03 [hoa]
18444
18445         * src/defs.h
18446         * src/procmsg.[ch]
18447         * src/procheader.c
18448                  changed version of cache, added cc field
18449
18450         * src/prefs_display_headers.c
18451                 the interface was changed
18452
18453         * src/prefs_headers.c
18454                 added cancel button
18455
18456 2001-05-03 [alfons]
18457
18458         * completed sync of sylpheed cvs2
18459         * src/gtkstext.c: updated row up / down cursor navigation
18460         * src/textview.c: re-edited, prepared for fixing the email address
18461                 scanner.
18462
18463 2001-05-03 [darko]
18464
18465         * src/prefs_common.c: use alfons' strftime ui code
18466         entry_datefmt and datefmt_sample widgets have to be
18467         global in this module because of this change
18468
18469 2001-05-03 [hoa]
18470
18471         * src/messageview.c
18472         * src/prefs_common.[ch] added option to activate the return receipt
18473                 feature.
18474
18475 2001-05-02 [alfons]
18476
18477         * src/gtkstext.c: fix for row up/down cursor navigation. 
18478
18479         0.4.66claws2
18480         
18481         * sync with 0.4.66cvs2
18482
18483 2001-05-02 [paul]
18484
18485         added add-sender-to-addressbook patch
18486
18487         * src/addressbook.c
18488         * src/addressbook.h
18489         * src/summaryview.c
18490
18491 2001-05-02 [sergey]
18492
18493         * src/alertpanel.h (AlertValue): added G_ALERT_VALUE_MASK,
18494         G_ALERTDISABLE.
18495
18496         * src/alertpanel.c (alertpanel_create): new argument can_disable,
18497         all existing callers changed to pass FALSE; create a check button
18498         to disable the message.
18499         (alertpanel_message_with_disable): new function.
18500         (alertpanel_show): mask value with G_ALERT_VALUE_MASK.
18501         (alertpanel_button_toggled): new function.
18502         (alertpanel_button_clicked, alertpanel_close): set value using
18503         G_ALERT_VALUE_MASK.
18504
18505         * src/prefs_common.h (PrefsCommon): new field gpgme_warning.
18506
18507         * src/prefs_common.c (prefs_privacy_create): new check button
18508         checkbtn_gpgme_warning.
18509
18510         * src/main.c (main): moved preferences reading before gpgme
18511         initialization; check prefs_common.gpgme_warning before giving the
18512         GnuPG warning and set it to FALSE if the user wants to disable the
18513         warning.
18514
18515 2001-05-02 [hiroyuki]
18516
18517         * src/prefs_display_headers.c: modified the layout and some labels.
18518
18519 2001-05-02 [sergey]
18520
18521         * src/prefs_account.c (prefs_account_fix_size): new function.
18522         (prefs_account_create): call prefs_account_fix_size(); use
18523         gtk_widget_show instead of gtk_widget_show_all (fixes too large
18524         size when the window is shown for the first time).
18525         (prefs_account_basic_create): changed layout of serv_table; moved
18526         localmbox_entry above smtpserv_entry (logically it replaces
18527         POP3/IMAP server).
18528         (prefs_account_protocol_activated): set sensitivity of
18529         nntpauth_chkbtn according to the protocol (in addition to
18530         hide/show); commented out gtk_table_set_row_spacing() calls.
18531         (prefs_account_nntpauth_toggled): do nothing if nntpauth_chkbtn is
18532         not sensitive (fixes a bug with disabled username/password boxes
18533         when editing POP3 account after NNTP with authentication).
18534
18535 2001-05-02 [hoa]
18536
18537         * src/account.c
18538         * src/inc.c
18539         * src/prefs_account.[ch]
18540         * src/send.c
18541                 removed local account without SMTP server
18542                 added option to use mail command instead of a connexion
18543                 to SMTP server when a local account is used
18544         * src/prefs_headers.c
18545                 fixed a bug
18546         * src/news.c
18547                 fixed a bug when connexion immediately closed
18548
18549 2001-05-01 [alfons]
18550
18551         0.4.66claws1
18552         
18553         * sync with 0.4.65
18554
18555 2001-05-01 [sergey]
18556
18557         * src/prefs_account.c (Basic, prefs_account_basic_create): new
18558         widget nntpauth_chkbtn.
18559         (prefs_account_protocol_activated): handle nntpauth_chkbtn
18560         visibility.
18561         (prefs_account_nntpauth_toggled): new function.
18562
18563         * src/news.c (news_session_new_for_folder): use NNTP
18564         authentication only if ac->use_nntp_auth is set.
18565
18566 2001-05-01 [hoa]
18567
18568         * src/Makefile.am changed headers.[ch] in customheader.[ch]
18569         * src/prefs_display_headers.c changed the UI
18570         * src/prefs_headers.c changed account_name to account_id
18571         * src/compose.c using customheader.h
18572
18573 2001-05-01 [hiroyuki]
18574
18575         * src/esmtp.c
18576           src/news.c
18577           src/nntp.c: changed sock_read() to sock_gets(), they've been left
18578           unsynched.
18579
18580 2001-05-01 [hoa]
18581
18582         * src/Makefile.am added prefs_display_headers.[ch] headers_display.[ch]
18583         * src/defs.h added HEADERS_DISPLAY_RC : name of the config file
18584                 for displaying of headers
18585         * src/grouplist_dialog.[ch] minor changes to remove warnings
18586         * src/prefs_display_headers.[ch] dialog to choose the
18587         headers to display in the mail viewer.
18588         * src/headers.h correction of #define
18589         * src/headers_display.[ch] configuration for displaying of headers.
18590         * src/main.c read config of displaying of headers
18591         * src/prefs_common.c add a button to access the config dialog
18592                 for displaying of headers
18593         * src/prefs_display_headers.[ch] dialog for configuration for
18594                 displaying of the headers.
18595         * src/prefs_headers.c cleaning of code
18596         * src/procheader.c comments added to code
18597         * src/textview.c changes to reorder the headers depending
18598                 on the config for displaying of headers
18599
18600 2001-04-30 [alfons]
18601
18602         0.4.65claws7
18603
18604         * sync with 0.4.65cvs12
18605
18606         NOTE: nntp.c and news.c in claws and cvs branch differ significantly!
18607
18608 2001-04-30 [sergey]
18609
18610         * src/nntp.h (NNTPSockInfo): new field auth_failed.
18611
18612         * src/nntp.c (nntp_mode): return NN_AUTHREQ if sock->auth_failed
18613         is set to force reconnection after authentication failure.
18614         (nntp_gen_command): set sock->auth_failed on authentication
18615         failure, or if sock->userid and sock->passwd are not set.
18616
18617         * src/news.c (news_session_new_for_folder): set userid=NULL if
18618         password dialog is cancelled.
18619
18620 2001-04-30 [sergey]
18621
18622         * src/nntp.h (NNTPSockInfo): new type.
18623
18624         * src/nntp.c: all functions updated to use NNTPSockInfo instead of
18625         SockInfo.
18626         (nntp_open_auth, nntp_close): new functions.
18627         (nntp_gen_command): new function to handle authentication; all
18628         NNTP command functions updated to use it.
18629         (nntp_authinfo_user, nntp_authinfo_pass): deleted.
18630         (nntp_list): removed old useless code.
18631
18632         * src/news.h (NNTPSession): new field nntp_sock.
18633
18634         * src/news.c: all functions updated to use NNTPSockInfo instead of
18635         SockInfo.
18636         (news_session_new): new arguments (userid, passwd); made static;
18637         use nntp_open_auth() if needed.
18638         (news_session_destroy): use nntp_close() instead of sock_close().
18639         (news_query_password): changed arguments.
18640         (news_session_new_for_folder): new function.
18641         (news_session_get): use news_session_new_for_folder().
18642         (news_authenticate): deleted.
18643         (news_get_uncached_articles): removed old authentication code.
18644
18645 2001-04-30 [sergey]
18646
18647         * src/news.c: reverted my previous changes (need to do NNTP
18648         authentication in a cleaner way).
18649         
18650 2001-04-29 [sergey]
18651
18652         * src/news.c (news_nntp_group, news_nntp_list, news_nntp_xover,
18653         news_nntp_post, news_nntp_mode): new functions (wrappers with
18654         authentication support).
18655         (news_get_article_cmd, news_get_article, news_get_header): new
18656         argument "folder"; all callers changed.
18657         (news_get_article_cmd): added authentication support.
18658         (news_session_get): use news_nntp_mode() instead of nntp_mode().
18659         (news_post): use news_nntp_post() instead of nntp_post().
18660         (news_get_uncached_articles): use news_nntp_group() instead of
18661         nntp_group() and news_nntp_xover() instead of nntp_xover();
18662         removed old authentication code.
18663         (news_get_group_list): use news_nntp_list() instead of nntp_list().
18664
18665         * src/nntp.c (nntp_list): return real error code instead of
18666         hardcoded NN_ERROR.
18667
18668 2001-04-29 [sergey]
18669
18670         * configure.in: fixed wint_t typedef detection again
18671
18672 2001-04-28 [hoa]
18673
18674         * src/prefs_account.[ch], added A_LOCAL_CMD
18675                 (send mail with mail command)
18676         * src/send.c added function send_message_with_command()
18677         * src/inc.c made a more secure get_spool() function with
18678                 mktemp() but maybe mkstemp() or something more
18679                 secure can be used.
18680
18681 2001-04-28 [alfons]
18682
18683         * src/textview.c, colorization of email addresses in headers
18684
18685         0.4.65claws6
18686
18687         * bug sync with sylpheed
18688         * prefs_common.c: created date format ui for darko
18689         * sync with 0.4.65cvs11
18690         * configure.in: corrected to have the new gpg checks
18691
18692 2001-04-27 [alfons]
18693
18694         * completed sync with 0.4.65cvs10
18695         * minor debug things added to gtkstext.c
18696
18697 2001-04-27 [darko]
18698
18699         * configure.in: remove check for availability of
18700           strftime() as advised by Hiroyuki
18701         * src/prefs_common.[ch], src/procheader.c:
18702           synch strftime() code with Hiroyki's main branch
18703
18704 2001-04-26 [sergey]
18705
18706         * src/news.c: news_query_password(), news_authenticate(): new
18707           functions.
18708           news_get_uncached_articles(): added NNTP authentication
18709           handling.
18710         * src/nntp.[ch]: nntp_authinfo_user(), nntp_authinfo_pass():
18711           new functions.
18712         * src/prefs_account.c: prefs_account_protocol_activated():
18713           enable userid and password fields for NNTP.
18714
18715 2001-04-26
18716
18717         * configure.in: check for availability of strftime()
18718           [darko]
18719         * src/prefs_common.[ch], src/procheader.c: use
18720           strftime() for displaying date in summary pane if it
18721           is available
18722
18723 2001-04-25
18724
18725         * more .cvsignore cleanups [alfons]
18726
18727 2001-04-25
18728
18729         * ac/sv-check-type.m4: new autoconf macro.
18730         * configure.in: fixed wint_t typedef detection (did not work
18731           with gcc-2.96).
18732
18733 2001-04-25
18734
18735         * acconfig.h: added USE_GTKGDK_XIM definition for autoheader.
18736           [hiroyuki]
18737
18738 2001-04-24
18739         * modified gtkstext.c : buggy cursor navigation fixed, 
18740           and font descent also taken in account when drawing
18741           cursor. [alfons]
18742
18743 2001-04-24 [hoa]
18744         * added comments in src/news.c src/nntp.c
18745         * added src/prefs_headers.[ch]
18746         * added src/headers.[ch]
18747         * modified compose.c to activate custom headers
18748                 added function is_in_custom_headers
18749         * modified prefs_account.[ch]
18750                 added function prefs_account_customhdr_edit
18751         * modified src/defs.h :
18752                 added HEADERS_RC : name of the config file
18753                 for the custom headers
18754
18755 2001-04-24
18756
18757     0.4.65claws5
18758
18759         * configure.in
18760           src/gtkstext.[ch]
18761           src/compose.c
18762           src/Makefile.am
18763           
18764           added gtkstext with configure.in patch by Hiroyuki which
18765           should fix the XIM detection [alfons]
18766
18767         * more clean up of cvs [alfons]
18768
18769                  * removed all Makefile.in files to attic.
18770
18771                  * updated all .cvsignores to really ignore things that could
18772                    be unintentionally committed by a recursive commit.
18773
18774 2001-04-23 [hoa]
18775         * added src/grouplist_dialog.[ch]
18776         * changed src/folderview.c to call grouplist_dialog instead
18777                 of inputdialog
18778         * src/news.c :
18779                 added functions news_reset_group_list
18780                 and news_get_group_list
18781         * src/nntp.c :
18782                 added function nntp_list
18783         * src/defs.h :
18784                 added GROUPLIST_FILE : name of the newsgroup list cache file
18785
18786 2001-04-21
18787
18788         * added option to warn about queued messages on exit [sergey]:
18789
18790           * src/compose.c: compose_queue(): call folder_item_scan()
18791             and folderview_update_item() after queueing.
18792           * src/folderview.c: folderview_update_node(): draw the queue
18793             folder in bold font if there are queued messages.
18794           * src/mainwindow.c: queued_messages(): new function.
18795             app_exit_cb(): display warning if there are queued messages
18796             if warn_queued_on_exit is set.
18797           * prefs_common.[ch]: add warn_queued_on_exit option.
18798
18799         * enhanced GnuPG key selection support [sergey]:
18800
18801           * src/select-keys.c: updated to newer version from Win32
18802             branch with support for selecting arbitrary keys.
18803           * src/prefs_account.c: added the Privacy tab to the account
18804             options window.
18805             prefs_account_privacy_create(),
18806             prefs_account_sign_key_set_data_from_radiobtn(),
18807             prefs_account_sign_key_set_radiobtn(): new functions.
18808           * src/prefs_account.h: new preferences sign_key_type, sign_key_id.
18809           * src/rfc2015.c: set_signers(): new function.
18810             pgp_sign(): add the account parameter, call set_signers().
18811             rfc2015_sign(): add the account parameter, pass it to pgp_sign().
18812           * src/rfc2015.h: rfc2015_sign(): updated prototype.
18813           * src/compose.c: pass the current account to rfc2015_sign().
18814
18815         * tag name claws added to prevent confusion with main branch [alfons]
18816
18817         * Sync with sylpheed-0.4.65cvs4 and made it compile. [sergey]
18818
18819         * autogen.sh: Added "--enable-maintainer-mode". [sergey]
18820
18821         * sync with recent sylpheed cvs. Untested though. [alfons]
18822