sync with 0.8.11cvs15
[claws.git] / ChangeLog.claws
1 2003-03-28 [paul]       0.8.11claws61
2
3         * sync with 0.8.11cvs15
4                 see ChangeLog 2003-03-28
5
6 2003-03-27 [christoph]  0.8.11claws60
7
8         * src/folder.c
9         * src/imap.c
10         * src/common/socket.[ch]
11                 set socket state to DISCONNECTED when any operation
12                 fails to allow reconnecting in IMAP code without
13                 checking the return code of all calls to the command
14                 functions
15
16         * src/folderview.c
17         * src/summaryview.c
18                 remove some more stuff that depends on specific
19                 folder types
20
21 2003-03-27 [paul]       0.8.11claws59
22
23         * sync with 0.8.11cvs14
24                 see ChangeLog 2003-03-27
25                 
26         * src/selective_download.[ch]   ** REMOVED **
27                 really removed
28
29 2003-03-27 [christoph]  0.8.11claws58
30
31         * src/folder.c
32                 fix handling of tmp_flags in flag copy function
33
34 2003-03-27 [paul]       0.8.11claws57
35
36         * sync with 0.8.11cvs13
37                 see ChangeLog 2003-03-27
38
39 2003-03-27 [oliver]     0.8.11claws56
40
41         * src/maiwindow.c
42                 remove sel_download_cb
43
44 2003-03-27 [oliver]     0.8.11claws55
45         
46         * src/inc.c
47                 remove POP3_TOP
48         
49 2003-03-26 [oliver]     0.8.11claws54
50
51         *src/pop.h
52                 remove POP3_TOP*
53         * README.claws
54                 remove selective donwload readme
55
56 2003-03-26 [oliver]     0.8.11claws53
57         * src/matcher.[ch]
58         * src/matcher_parser_parse.y 
59         * src/pop.c 
60         * src/prefs_account.[ch]
61         * src/prefs_filtering.c
62                 remove selective donwload
63
64 2003-03-26 [oliver]     0.8.11claws52
65
66         * src/inc.[ch] 
67         * src/filtering.c 
68         * src/mainwindow.c 
69                 remove selective donwload
70
71 2003-03-26 [oliver]     0.8.11claws51
72         
73         * src/Makefile.am
74         * src/selective_download.[ch]   ** REMOVE **    
75
76 2003-03-26 [christoph]  0.8.11claws50
77
78         * src/news.c
79                 fix NEWS that got broken by a sync with sylpheed-main
80
81 2003-03-26 [christoph]  0.8.11claws49
82
83         * src/mimeview.c
84                 fix mime type guessing when no mime type is found for a file
85
86 2003-03-25 [christoph]  0.8.11claws48
87
88         * src/mimeview.c
89         * src/procmime.c
90                 remove mime type guessing from mime parser and use
91                 name based mime types in viewer lookup for mime type
92                 application/octet-stream
93
94 2003-03-25 [christoph]  0.8.11claws47
95
96         * doc-src/readme.txt
97         * doc-src/rfc2554.txt
98                 add RFC about SMTP AUTH
99
100         * src/send_message.c
101         * src/common/smtp.[ch]
102                 add extra error code for authentication errors and
103                 clear temporary password when this error occurs
104
105         (closes Bug 84 authentication failure while sending should
106          prompt for password again)
107
108 2003-03-25 [christoph]  0.8.11claws46
109
110         * configure.ac
111         * src/Makefile.am
112         * src/imageview.[ch]                            ** REMOVE **
113         * src/messageview.[ch]
114         * src/mimeview.[ch]
115         * src/prefs_common.[ch]
116         * src/textview.c
117         * src/plugins/Makefile.am
118         * src/plugins/image_viewer/.cvsignore           ** NEW **
119         * src/plugins/image_viewer/Makefile.am          ** NEW **
120         * src/plugins/image_viewer/plugin.c             ** NEW **
121         * src/plugins/image_viewer/viewer.[ch]          ** NEW **
122                 move image viewer into a plugin (building is enabled by default)
123                 [ToDo: Prefs for resize and autoview]
124
125 2003-03-25 [paul]       0.8.11claws45
126
127         * sync with 0.8.11cvs12
128                 see ChangeLog 2003-03-26
129
130 2003-03-25 [paul]       0.8.11claws44
131
132         * sync with 0.8.11cvs11
133                 see ChangeLog 2003-03-22, 2003-03-24 and 2003-03-25
134                 
135         Note: Selective Download is broken.
136                 
137 2003-03-22 [christoph]  0.8.11claws43
138
139         * src/folder.c
140                 code cleanup for flags copying
141
142 2003-03-22 [christoph]  0.8.11claws42
143
144         * src/plugins/trayicon/trayicon.c
145                 fix setting the transparent area when the window size
146                 is forced by the system tray
147
148 2003-03-22 [christoph]  0.8.11claws41
149
150         * src/plugins/trayicon/gnome-mail.xpm           ** REMOVE **
151         * src/plugins/trayicon/gnome-nomail.xpm         ** REMOVE **
152         * src/plugins/trayicon/newmail.xpm              ** NEW **
153         * src/plugins/trayicon/nomail.xpm               ** NEW **
154         * src/plugins/trayicon/trayicon.c
155         * src/plugins/trayicon/unreadmail.xpm           ** NEW **
156                 o replace GBiff icons with KBiff icons resized to 16x16 pixel
157                 o add icon for unread mails
158                 o set transparency for window
159
160 2003-03-22 [christoph]  0.8.11claws40
161
162         * src/news.c
163                 init news session to prevent crash when session is closed
164
165 2003-03-22 [christoph]  0.8.11claws39
166
167         * src/imap.c
168         * src/common/session.[ch]
169                 Init session data to make sure we don't have invalid pointers
170                 for read_ch and write_ch when new multi process sessions are
171                 not used
172
173         * src/main.c
174         * src/common/plugin.c
175         * src/common/sylpheed.c
176         * src/plugins/demo/demo.c
177         * src/plugins/dillo_viewer/dillo_viewer.c
178         * src/plugins/mathml_viewer/mathml_viewer.c
179         * src/plugins/spamassassin/spamassassin.c
180         * src/plugins/spamassassin/spamassassin_gtk.c
181                 add plugin types to allow loading plugins at different times
182                 (and maybe for different frontends), because it's not good to
183                 load GTK-Plugins gefore gtk_init was called
184
185         * configure.ac
186         * src/plugins/Makefile.am
187         * src/plugins/trayicon/.cvsignore               ** NEW **
188         * src/plugins/trayicon/Makefile.am              ** NEW **
189         * src/plugins/trayicon/eggtrayicon.c            ** NEW **
190         * src/plugins/trayicon/eggtrayicon.h            ** NEW **
191         * src/plugins/trayicon/gnome-mail.xpm           ** NEW **
192         * src/plugins/trayicon/gnome-nomail.xpm         ** NEW **
193         * src/plugins/trayicon/trayicon.c               ** NEW **
194                 New Trayicon plugin that shows an icon in a systray that uses
195                 XEMBED protocol like Gnome's systray. Icon shows if there
196                 are new mails and a tooltip shows information about new,
197                 unread and total messages.
198
199 2003-03-22 [paul]       0.8.11claws38
200
201         * src/common/smtp.c
202                 fix ESMTP AUTH CRAM-MD5
203                 [sync with main (still version 0.8.11cvs6), see
204                  ChangeLog 2003-03-22]
205
206 2003-03-21 [colin]      0.8.11claws37
207
208         * src/send_message.c
209                 Fix USE_SSL => USE_OPENSSL
210
211 2003-03-21 [colin]      0.8.11claws36
212
213         * src/folderview.c
214                 Fix counts in drag and dropped subfolders
215
216 2003-03-21 [colin]      0.8.11claws35
217
218         * src/folder.c 
219         * src/folderview.c
220                 speed up a bit folder dnd
221
222 2003-03-20 [alfons]     0.8.11claws34
223
224         * src/main.c
225         * src/toolbar.c
226         * src/procmsg.c
227                 don't send locked queue messages
228                 (feature request "[ 705245 ] Locking message in outbox 
229                  should prevent sending")
230
231 2003-03-20 [christoph]  0.8.11claws33
232
233         * src/folder.c
234                 remove NEW and UNREAD flag in special folders when scanning
235                 
236         * src/common/smtp.c
237                 fix ESMTP AUTH CRAM-MD5
238
239 2003-03-20 [paul]       0.8.11claws32
240
241         * src/prefs_account.c
242                 Re-write 'Tunnel command to open connection' as
243                 'Use command to communicate with server', and disable
244                 it for all except IMAP accounts
245
246 2003-03-20 [paul]       0.8.11claws31
247
248         * sync with 0.8.11cvs6
249                 see ChangeLog 2003-03-20
250
251 2003-03-19 [match]      0.8.11claws30
252
253         * src/addritem.[ch]
254                 include documentation. minor refactoring.
255         * src/addr_compl.[ch]
256         * src/addrindex.[ch]
257         * src/addresbook.[ch]
258         * src/summaryview.c
259                 re-enable address lookup (was disabled in
260                 0.8.11claws20).
261
262 2003-03-19 [christoph]  0.8.11claws29
263
264         * src/procmsg.c
265                 add temp flag handling, will make moving and copying
266                 messages possible again
267
268         * src/folder.c
269                 correct calulation of folder stats
270
271 2003-03-18 [match]      0.8.11claws28
272
273         * src/editgroup.h
274                 remove case sensitive comparison (closes bug 80).
275
276 2003-03-18 [christoph]  0.8.11claws27
277
278         * src/imap.c
279                 fix imap using a tunnel command
280
281         (closes bug 87)
282
283 2003-03-18 [christoph]  0.8.11claws26
284
285         * src/folder.[ch]
286         * src/imap.c
287         * src/procmsg.[ch]
288                 rewrite flag handling for folders
289
290 2003-03-18 [christoph]  0.8.11claws25
291
292         * src/folder.c
293         * src/procmsg.c
294         * src/summaryview.c
295                 unset NEW and UNREAD flags when message is ignored, to make
296                 sure messages don't show up as unread on other IMAP clients,
297                 because the IGNORE_THREAD flag can not be syncronized through
298                 the IMAP folder
299
300 2003-03-17 [christoph]  0.8.11claws24
301
302         * src/imap.c
303                 don't use recursion to fetch uids when the number of messages
304                 does not match. Moved code into subfunction that is used
305                 again when needed, to prevent an endless loop.
306
307 2003-03-17 [thorsten]   0.8.11claws23
308
309         * src/imageview.[ch]
310                 export imageview_get_resized_size() (for plugins)
311         * src/prefs_common.[ch]
312                 added prefs_common_get() (for plugins)
313
314 2003-03-17 [christoph]  0.8.11claws22
315
316         * src/imap.c
317                 o remove UID guessing from copy code
318                 o support UIDPLUS extension for APPEND command
319
320 2003-03-17 [paul]       0.8.11claws21
321
322         * src/gtk/about.c
323                 remove 'Compiled-plugins' section.
324                 
325         * src/plugins/dillo_viewer/dillo_viewer.c
326                 slight change to description text
327
328 2003-03-16 [match]      0.8.11claws20
329         * src/ldapserver.[ch]           ** NEW **
330         * src/ldapctrl.[ch]             ** NEW **
331         * src/ldapquery.[ch]            ** NEW **
332         * src/ldaputil.[ch]             ** NEW **
333         * src/addrcindex.[ch]           ** NEW **
334         * src/addrquery.h               ** NEW **
335         * src/addritem.[ch]
336         * src/addrcache.[ch]
337         * src/addrindex.[ch]
338         * src/addr_compl.[ch]
339         * src/addressbook.[ch]
340         * src/addrbook.[ch]
341         * src/editgroup.c
342         * src/editaddress.c
343         * src/editldap.c
344         * src/editldap_basedn.c
345         * src/vcard.c
346         * src/jpilot.c
347         * src/Makefile.am
348                 included dynamic LDAP queries. improved address
349                 completion.
350
351 2003-03-16 [paul]       0.8.11claws19
352
353         * tools/multiwebsearch.pl
354                 fix a fatal typo
355
356 2003-03-16 [christoph]  0.8.11claws18
357
358         * src/mimeview.c
359         * src/plugins/dillo_viewer/dillo_viewer.c
360         * src/plugins/mathml_viewer/mathml_viewer.c
361                 make unregistering of MimeViewerFactorys possible
362
363 2003-03-16 [alfons]     0.8.11claws17
364
365         * configure.ac
366                 correct typo
367
368 2003-03-16 [melvin]     0.8.11claws16
369
370         * src/plugins/dillo_viewer.c
371                 Fixed bug where it was not possible to view more than
372                 one text/html attachment per message (bug discovered
373                 by Christoph Hohmann).
374
375 2003-03-15 [melvin]     0.8.11claws15
376
377         * src/prefs_actions.c
378                 Fixed compilation warnings.
379
380 2003-03-15 [melvin]     0.8.11claws14
381
382         * src/plugins/Makefile.am
383         * src/plugins/dillo_viewer/.cvsignore                   ** NEW **
384         * src/plugins/dillo_viewer/Makefile.am                  ** NEW **
385         * src/plugins/dillo_viewer/dillo_viewer.c               ** NEW **
386                 Added a html mail viewer plugin that uses Dillo v0.7.0 or
387                 newer (http://dillo.auriga.wearlab.de/).
388
389 2003-03-15 [christoph]  0.8.11claws13
390
391         * src/imap.c
392                 don't query imap folder for attributes because we already
393                 for them from imap_status
394
395         * src/mimeview.[ch]
396                 add support for plugable MimeViewers (unloading Viewers
397                 not yet complete)
398
399         * src/plugins/Makefile.am
400         * src/plugins/mathml_viewer/.cvsignore          ** NEW **
401         * src/plugins/mathml_viewer/Makefile.am         ** NEW **
402         * src/plugins/mathml_viewer/mathml_viewer.c     ** NEW **
403                 add MathML Viewer (Content-Type text/mathml) using GtkMathView
404                 widget from http://helm.cs.unibo.it/mml-widget/
405
406 2003-03-14 [christoph]  0.8.11claws12
407
408         * src/folder.[ch]
409                 o error return code's should better be negative
410                 o replace printf with debug_print
411
412         * src/imap.c
413                 improve IMAP folder scan by checking UID-NEXT
414
415         * src/summaryview.c
416                 remove check that are unnecessary in my opinion
417
418 2003-03-13 [christoph]  0.8.11claws11
419
420         * src/folder.[ch]
421         * src/foldersel.c
422         * src/folderview.c
423         * src/imap.c
424         * src/mbox_folder.c
425         * src/mh.c
426         * src/news.c
427         * src/prefs_scoring.c
428         * src/summaryview.c
429                 use a common function to get a displayable name
430                 for a FolderItem
431
432 2003-03-13 [paul]       0.8.11claws10
433
434         * tools/Makefile.am
435           tools/README
436           tools/multiwebsearch.conf     ** NEW FILE **
437           tools/multiwebsearch.pl       ** NEW FILE **
438                 add multiwebsearch Actions script
439
440 2003-03-13 [colin]      0.8.11claws9
441
442         * src/compose.c
443                 Remove leading emtpy lines from quoted text
444                 before quoting it
445
446 2003-03-13 [melvin]     0.8.11claws8
447
448         * src/prefs_actions.c
449                 Fixed a memory leak
450                 Code clean ups
451                 Added Cancel and OK buttons
452                 Corrected help text
453
454 2003-03-13 [christoph]  0.8.11claws7
455
456         * src/account.c
457         * src/folder.[ch]
458         * src/imap.c
459         * src/mainwindow.c
460         * src/mbox_folder.c
461         * src/mh.c
462         * src/news.c
463         * src/setup.c
464                 replace more folder type stuff with folder class stuff
465
466 2003-03-13 [melvin]     0.8.11claws6
467
468         * src/prefs_actions.c
469                 Added new tokens:
470                 %u: user provided argument
471                 %h: user provided argument (hidden on input)
472                 %s: current text selection in the message view 
473
474 2003-03-13 [paul]       0.8.11claws5
475
476         * sync with 0.8.11cvs5
477                 see ChangeLog 2003-03-11, 2003-03-12
478
479 2003-03-12 [christoph]  0.8.11claws4
480
481         * src/folder.c
482                 use folder class idstr when writing folderlist.xml
483
484         * src/folder.h
485         * src/imap.c
486         * src/news.c
487                 replace folder type checks with folder class checks
488
489 2003-03-12 [christoph]  0.8.11claws3
490
491         * src/folder.[ch]
492         * src/imap.[ch]
493         * src/main.c
494         * src/mbox_folder.[ch]
495         * src/mh.[ch]
496         * src/news.[ch]
497                 o create a list of known folder classes in the folder system
498                 o use folder class id strings for folder item identifiers
499
500 2003-03-12 [christoph]  0.8.11claws2
501
502         * src/imap.c
503                 fix imap uid validity check
504
505 2003-03-12 [christoph]  0.8.11claws1
506
507         * src/account.c
508         * src/folder.[ch]
509         * src/foldersel.c
510         * src/folderview.c
511         * src/imap.c
512         * src/mainwindow.c
513         * src/mbox_folder.c
514         * src/mh.c
515         * src/news.c
516         * src/prefs_scoring.c
517         * src/procmsg.c
518         * src/setup.c
519         * src/summaryview.c
520                 initial restructuring of folder system, seperating
521                 folders and folder classes
522
523 2003-03-12 [paul]       0.8.11claws
524
525         0.8.11claws release
526
527 2003-03-12 [christoph]
528
529         * src/gtk/prefswindow.c
530                 fix translation of "Page Index"
531
532 2003-03-12 [paul]       0.8.10claws110
533
534         a sync from 0.8.11cvs4 before the release
535
536         * src/common/utils.c
537                 subject_compare_for_sort(): allow null strings (fixes
538                 summary sorting).
539
540 2003-03-11 [paul]       0.8.10claws109
541
542         * po/es.po
543                 update Spanish translation, submitted by
544                 Ricardo Mones Lastra
545
546 2003-03-11 [melvin]     0.8.10claws108
547
548         * po/fr.po
549                 Updated French translations
550
551 2003-03-11 [paul]       0.8.10claws107
552
553         * manual/en/Makefile.am
554           manual/en/*.html
555                 update English manual, add a new page
556                 updated by Francois Barriere <fbarriere@atmel.fr>
557                 
558         * po/bg.po
559           po/it.po
560           po/sr.po
561                 update Bulgarian, Italian, and Serbian translations
562                 submitted by George Danchev, Alessandro Maestri, and
563                 Urke MMI
564
565 2003-03-10 [paul]       0.8.10claws106
566
567         * src/gtk/about.c
568           src/gtk/prefswindow.c
569                 make some strings translatable
570
571 2003-03-10 [darko]      0.8.10claws105
572
573         * src/compose.c
574                 code cleanup to make Hiro happy
575
576 2003-03-10 [paul]       0.8.10claws104
577
578         * sync with 0.8.11cvs2
579                 see ChangeLog 2003-03-10
580
581 2003-03-09 [melvin]     0.8.10claws103
582
583         * src/textview.c
584                 textview_set_font(): fix for message display in
585                 UTF-8 locales (thanks to Sergey Vlasov).
586                 (was unintentionnaly reverted in 0.8.6claws6)   
587
588 2003-03-08 [darko]      0.8.10claws102
589
590         * src/compose.c
591                 fix infinite loop in wrapping as reported
592                 by happycactus
593                 obsoletes patch #696482
594
595 2003-03-08 [christoph]  0.8.10claws101
596
597         * src/imap.c
598                 add workaround for IMAP servers that do not
599                 support the "UID SEARCH UID" command
600
601 2003-03-07 [christoph]  0.8.10claws100
602
603         * src/plugins/spamassassin/spamassassin.[ch]
604         * src/plugins/spamassassin/spamassassin_gtk.c
605                 code cleanup
606
607 2003-03-07 [paul]       0.8.10claws99
608
609         * po/es.po
610                 updated Spanish translation, submitted by
611                 Ricardo Mones Lastra
612
613 2003-03-07 [christoph]  0.8.10claws98
614
615         * src/send.c
616                 fix in 0.8.10claws94 was wrong
617                 local delivery does not require escaping, remove escaping
618                 code to make signatures of mails with "." lines valid
619                 
620                 NOTE: requires that sendmail is executed with "-i" option,
621                       what is the default now, but has to be changed in all
622                       exsiting accounts)
623
624 2003-03-07 [paul]       0.8.10claws97
625
626         * sync with 0.8.11 release
627                 see ChangeLog 2003-03-07
628
629 2003-03-06 [paul]       0.8.10claws96
630
631         * src/compose.c
632                 revert commit 0.8.10claws92
633
634 2003-03-06 [paul]       0.8.10claws95
635
636         * src/folderview.c
637                 fix (solaris) bug 73, 'Crash when selecting top-level folder'
638
639         * src/gtkaspell.c
640                 fix bug 74, 'Crash opening editor window with pseudo-color
641                 display'
642                 
643         Patches submitted by Kevin Vigor <kevin@vigor.nu>
644
645 2003-03-06 [christoph]  0.8.10claws94
646
647         * src/send.c
648                 fix rfc2821 (4.5.2) violation in SMTP data sending,
649                 all lines starting with a period get an extra period
650                 inserted
651                 (found by Simon 'corecode' Schubert)
652
653 2003-03-06 [paul]       0.8.10claws93
654
655         * src/folderview.c
656                 if configured font can't be loaded fall back to gtk
657                 default. (with thanks to Christoph)
658                 
659                 closes long-standing bug 15 'Crashes on startup'
660
661 2003-03-06 [paul]       0.8.10claws92
662
663         * src/compose.c
664                 freeze text before autosave and thaw afterwards
665                 fixes bug 67 'autosave make re-rediting message crazy'
666
667 2003-03-06 [christoph]  0.8.10claws91
668
669         * src/compose.c
670                 ignore address comment in dupe check for Cc-list
671
672         (closes reopened bug 47 Replying to message strips name part of
673          e-mail addresses of Cc: lines)
674
675 2003-03-06 [paul]       0.8.10claws90
676
677         * src/Makefile.am
678                 remove reference to gtkxtext.h as its no longer in
679                 the repository
680
681 2003-03-06 [paul]       0.8.10claws89
682
683         * sync with 0.8.10cvs25
684                 see ChangeLog 2003-03-06
685
686 2003-03-06 [oliver]     0.8.10claws88
687         
688         * src/messageview.c
689                 remove include
690
691 2003-03-06 [oliver]     0.8.10claws87
692         
693         * src/folderview.c 
694                 remove changes introduced inclaws74
695         * src/messageview.c
696                 another attempt to sanely delete and update
697                 messages deleted in separate messageview
698
699 2003-03-05 [christoph]  0.8.10claws86
700
701         * src/summaryview.c
702                 check if "From" matches any account's address if
703                 addressbook completion of addresses is disabled too
704
705         (closes Bug 70 "Display recipient in from" doesn't check
706          folder's default account)
707
708 2003-03-05 [christoph]  0.8.10claws85
709
710         * src/compose.c
711         * src/common/utils.[ch]
712                 don't strip address comments when building Cc lists
713
714         (closes Bug 47 Replying to message strips name part of e-mail addresses
715          of Cc: lines)
716
717         * src/folder.c
718                 fix return value of copy function
719
720 2003-03-05 [christoph]  0.8.10claws84
721
722         * src/imap.c
723                 don't ask imap server for non rfc822 headers
724
725         (closes bug 71 IMAP FETCH asks for FROM header field twice)
726
727         * src/imap.c
728                 destroy session on socket error to allow reconnecting
729
730 2003-03-05 [christoph]  0.8.10claws83
731
732         * configure.ac
733                 fix building with gnome when no prefix is set
734
735         (closes bug 66 Gnome directory is set to NONE)
736
737 2003-03-05 [paul]       0.8.10claws82
738
739         * sync with 0.8.10cvs23
740                 see ChangeLog 2003-03-05
741
742 2003-03-04 [christoph]  0.8.10claws81
743
744         * src/folder.c
745                 o fix moving and copying when folder returns 0 for new
746                   message number
747                 o remove some code for single message copy and move
748                   operations and use functions for multiple messages
749
750         (closes bug 63 Strange behaviour MOVING messages from MH to IMAP)
751
752         * src/news.c
753                 remove unused include
754
755 2003-03-04 [paul]       0.8.10claws80
756
757         * src/gtk/about.c
758                 list 'Compiled plugins'
759
760 2003-03-03 [christoph]  0.8.10claws79
761
762         * src/news.[ch]
763                 have to multiply the percentage of the current fetch with
764                 the percentage that it has of the total fetch operation
765                 for correct values
766
767 2003-03-03 [christoph]  0.8.10claws78
768
769         * src/news.c
770                 fix calculation of expected lines for progress indicator
771
772 2003-03-03 [christoph]  0.8.10claws77
773
774         * src/summaryview.c
775         * src/common/utils.c
776                 fix segfault when opening the root news folder
777
778 2003-03-03 [christoph]  0.8.10claws76
779
780         * src/mainwindow.[ch]
781         * src/common/Makefile.am
782         * src/common/progressindicator.[ch]
783                 add UI independent progress indicator handling
784
785         * src/news.[ch]
786                 use new progress indicator for message info fetching
787
788         * src/common/hooks.h
789                 code cleanup
790
791 2003-03-03 [oliver]     0.8.10claws75
792
793         * src/toolbar.c
794         * src/compose.c
795                 removed commented code
796
797 2003-03-03 [oliver]     0.8.10claws74
798
799         * src/toolbar.[ch]
800                 cleanups and refactoring
801         * src/compose.[ch]
802                 compose_reply_mode reply & forwarding interface for
803                 toolbar buttons
804         * src/folderview.c
805                 act on messages marked for deletion in folderview_selected
806                 based on prefs_common.immediate_exec since a message might 
807                 have been deleted by messageview in a folder we are changing 
808                 to (does anybody understand what I'm on about ?)
809
810 2003-03-03 [oliver]     0.8.10claws73
811         
812         * src/messageview.[ch]
813                 new functions
814                 - messageview_delete: delete message shown in messagview
815                 - messageview_update_view: update messageview to currently 
816                   selected summaryview message
817                 - add separate messageview to msgview_list in order to update 
818                   toolbar to new toolbar style on the fly (TOOLBAR_NONE, TOOLBAR_ICON etc.)
819         * src/summaryview.[ch]
820                 summary_get_selection returns a list of selected msgs
821                 in summaryview
822         * src/mainwindow.c
823                 toolbar reply refactoring
824
825 2003-03-03 [paul]       0.8.10claws72
826
827         * sync with 0.8.10cvs21
828                 see ChangeLog 2003-03-03
829
830 2003-03-02 [christoph]  0.8.10claws71
831
832         * src/common/passcrypt.c
833                 use POSIX includes
834
835 2003-03-02 [christoph]  0.8.10claws70
836
837         * configure.ac
838         * src/prefs_account.c
839         * src/prefs_gtk.[ch]
840         * src/common/.cvsignore
841         * src/common/Makefile.am
842         * src/common/passcrypt.c                ** NEW **
843         * src/common/passcrypt.h.in             ** NEW **
844                 Implement password encryption in config files
845                 using unix encrypt and setkey functions. The crypt
846                 key can be set as a configure parameter. Old
847                 passwords will be converted if they do not begin
848                 with '!'
849
850 2003-03-02 [paul]       0.8.10claws69
851
852         * src/prefs_account.c
853                 fix compile error
854
855 2003-03-01 [thorsten]   0.8.10claws68
856
857         * po/el.po
858           po/hr.po
859           po/it.po
860           po/nl.po
861           po/sr.po
862           po/sv.po
863                 corrected format strings
864         * po/en_GB.po
865                 corrected headers
866                 (fix compile errors with GNU gettext-0.11.5)
867
868 2003-03-01 [oliver]     0.8.10claws67
869
870         * src/summaryview.c
871                 menu callbacks call toolbar_menu_reply
872
873 2003-03-01 [oliver]     0.8.10claws66
874
875         * src/mainwindow.c
876         * src/messageview.c
877                 menu callbacks call toolbar_menu_reply
878         * src/toolbar.[ch]
879                 callbacks from menu handled by toolbar_menu_reply
880
881 2003-03-01 [paul]       0.8.10claws65
882
883         * src/addressbook.c
884                 revert commit 0.8.10claws54 - breaks editing of
885                 addressbook.
886                 
887         * po/bg.po
888                 update Bulgarian translation, submitted by
889                 George Danchev
890
891 2003-02-28 [christoph]  0.8.10claws64
892
893         * src/account.c
894         * src/addressadd.c
895         * src/compose.c
896         * src/gtkaspell.c
897         * src/gtkxtext.h                ** REMOVE **
898         * src/imap.c
899         * src/matcher.[ch]
900         * src/mh.c
901         * src/news.c
902         * src/pine.c
903         * src/prefs_common.c
904         * src/prefs_matcher.c
905         * src/procheader.[ch]
906         * src/procmsg.[ch]
907         * src/toolbar.c
908         * src/common/ssl_certificate.c
909         * src/gtk/colorlabel.c
910         * src/gtk/menu.c
911                 o fix warnings
912                 o remove code obsoleted by new cache and folder system rework
913
914 2003-02-28 [oliver]     0.8.10claws63
915         
916         * src/toolbar.[ch]
917                 * fix bug where reply in Messageview replied to 
918                 Message displayed in summaryview
919                 (reportedd via ML by chinatinte at gmx dot ch)
920                 * fix bug where toolbar popups (WITH_QUOTE, WITHOUT_QOUTE)
921                 didn't work in separate MessageView Toolbar
922                 (wondering if anybody uses this at all ?)
923         * src/summaryview.[ch]
924                 use toolbar.c's toolbar_reply instead of summary_reply (removed)
925                 (generalize reply and forward code);
926         * src/messageview.c 
927                 remove focus_in event which updated summaryview to messageview
928
929 2003-02-28 [paul]       0.8.10claws62
930
931         * po/Makefile.in.in
932                 add the --check option
933                 Patch submitted by Ricardo Mones Lastra
934
935 2003-02-28 [paul]       0.8.10claws61
936
937         * src/prefs_account.c
938                 re-order 'Signature' items
939
940 2003-02-28 [paul]       0.8.10claws60
941
942         * sync with 0.8.10cvs20
943                 see ChangeLog 2003-02-28
944
945 2003-02-28 [paul]       0.8.10claws59
946
947         * po/POTFILES.in
948                 update to reflect recent movement of files
949
950 2003-02-28 [paul]       0.8.10claws58
951
952         * sync with 0.8.10cvs19
953                 see ChangeLog 2003-02-28
954
955 2003-02-27 [martin]     0.8.10claws57
956
957         * src/prefs_matcher.c 
958                 fix segfault in prefs_matcher_ok() when the
959                 last entry is deleted and prevents that the
960                 message "entry not saved" comes up after deleting
961                 an entry
962
963 2003-02-27 [martin]     0.8.10claws56
964
965         * src/prefs_filtering.c 
966                 fix segfault in prefs_filtering_ok() when the
967                 last entry is deleted and prevents that the
968                 message "entry not saved" comes up after deleting
969                 an entry
970
971 2003-02-27 [paul]       0.8.10claws55
972
973         * sync with 0.8.10cvs18
974                 see ChangeLog 2003-02-27
975
976 2003-02-27 [paul]       0.8.10claws54
977
978         * src/addressbook.c
979                 fix bug where the address book crashes with 
980                 multiple lookups.
981                 Patch [687729] submitted by David Frager 
982                 <dbfrager@users.sourceforge.net>
983
984 2003-02-25 [christoph]  0.8.10claws53
985
986         * src/Makefile.am
987         * src/colorlabel.[ch]           ** REMOVE **
988         * src/gtk/Makefile.am
989         * src/gtk/colorlabel.[ch]       ** NEW **
990                 move colorlabel files to gtk directory
991
992         * src/esmtp.[ch]                ** REMOVE **
993                 has been merged into smtp.[ch] in 0.7.5
994
995 2003-02-25 [christoph]  0.8.10claws52
996
997         * src/Makefile.am
998         * src/about.[ch]                ** REMOVE **
999         * src/gtk/Makefile.am
1000         * src/gtk/about.[ch]            ** NEW **
1001                 move about files to gtk directory
1002
1003 2003-02-25 [christoph]  0.8.10claws51
1004
1005         * src/folder.c
1006                 some code optimization of folder scanning code
1007
1008         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx> 
1009
1010 2003-02-25 [christoph]  0.8.10claws50
1011
1012         * src/main.c
1013         * src/common/sylpheed.c
1014                 add command line parameter parsing to common code
1015
1016 2003-02-24 [christoph]
1017
1018         * Makefile.am
1019         * configure.ac
1020                 fix gnome prefix problems, the configure script now removed
1021                 `gnome-config --prefix` from `gnome-config --datadir`
1022                 and adds $(prefix} instead
1023
1024         (closes Bug 24 Makefile does not respect prefix when installing
1025          GNOME data)
1026
1027 2003-02-24 [christoph]  0.8.10claws49
1028
1029         * src/news.c
1030                 check for valid session before trying to authenticate
1031
1032         (closes Bug 60 crash if "authenticate on logon" is activated
1033          and newsserver-hostname is not valid)
1034
1035 2003-02-24 [melvin]     0.8.10claws48
1036
1037         * src/prefs_actions.c
1038                 Make sure all user's input is sent to the action and then
1039                 close the socket..
1040
1041 2003-02-23 [alfons]     0.8.10claws46
1042
1043         * src/summaryview.c
1044                 also wait cursor when deleting files
1045
1046 2003-02-23 [paul]
1047
1048         * tools/freshmeat_search.pl
1049           tools/google_search.pl
1050                 scripts should now work for any browser/browser command line
1051
1052 2003-02-22 [christoph]  0.8.10claws45
1053
1054         * src/procmsg.c
1055                 fix IMAP flag setting, IMAP flag is not handled correctly
1056                 anymore by the folder system and information about the
1057                 folder should not be saved in the MsgInfo (in my opinion)
1058
1059         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
1060
1061 2003-02-22 [christoph]  0.8.10claws44
1062
1063         * src/summaryview.c
1064                 fix spelling of "label" ;-)
1065
1066 2003-02-22 [thorsten]   0.8.10claws43
1067
1068         * src/mimeview.c
1069           src/prefs_common.[ch]
1070           src/procmime.[ch]
1071                 do not use description as attachment name
1072
1073 2003-02-22 [alfons]     0.8.10claws42
1074
1075         * src/summaryview.c
1076                 freeze/thaw folder item updates when changing color labels,
1077                 and put a wait cursors on
1078
1079 2003-02-22 [thorsten]   0.8.10claws41
1080
1081         * src/mimeview.c
1082                 save-all fixes: crash if invoked on multipart container,
1083                 mimeinfo access, pathseparators, error dialog
1084
1085 2003-02-21 [alfons]     0.8.10claws40
1086
1087         * src/prefs_gtk.c
1088                 remove unused var
1089
1090 2003-02-21 [colin]      0.8.10claws39
1091
1092         * src/send.c
1093                 Fix smtp logging
1094
1095 2003-02-21 [colin]      0.8.10claws38
1096
1097         * src/summaryview.c
1098                 Freeze/thaw folderItem updates when filtering messages 
1099                 via Tools/Filter messages
1100
1101 2003-02-21 [paul]       0.8.10claws37
1102
1103         * src/compose.c
1104                 revert commit 0.8.10claws26, there are ulterior motives
1105                 for users to set a Reply-To header when posting to
1106                 newsgroups
1107
1108 2003-02-21 [paul]       0.8.10claws36
1109
1110         * sync with 0.8.10cvs17
1111                 see ChangeLog 2003-02-21
1112
1113 2003-02-20 [christoph]  0.8.10claws35
1114
1115         * src/imap.c
1116                 IMAP UID fetch speedup using SEARCH
1117
1118         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
1119
1120         * src/imap.c
1121                 fix problem with UIDs in IMAP UID cache that no longer existed
1122
1123 2003-02-20 [christoph]  0.8.10claws34
1124
1125         * src/imap.c
1126         * src/procheader.c
1127         * src/procheader.h
1128                 IMAP header fetch speedup (fetch only headers cached in MsgInfo)
1129
1130         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
1131
1132         * src/imap.c
1133                 Rewrite imap_cmd_gen_recv use sock_getline instead
1134                 of sock_gets to avoid problems with too long reply
1135                 lines
1136     
1137 2003-02-20 [colin]      0.8.10claws33
1138         
1139         * src/prefs_account.c
1140                 Better wording
1141
1142 2003-02-20 [colin]      0.8.10claws32
1143
1144         * src/compose.c
1145                 Remove useless '&& !to_sender' 
1146
1147 2003-02-20 [darko]
1148
1149         * AUTHORS
1150                 change my e-mail address
1151
1152 2003-02-19 [colin]      0.8.10claws31
1153
1154         * src/prefs_common.c
1155                 X11 style colors for every configurable color
1156
1157 2003-02-19 [alfons]     0.8.10claws30
1158
1159         * src/prefs_gtk.[ch]
1160         * src/prefs_common.c
1161                 for color_new accept both plain integers and X11 style color
1162                 names (as found in /usr/lib/X11/rgb.txt)
1163
1164 2003-02-19 [paul]       0.8.10claws29
1165
1166         * src/mainwindow.c
1167                 add tooltips to online/offline button and account selector
1168                 button
1169
1170 2003-02-19 [paul]       0.8.10claws28
1171
1172         * src/folder.c
1173           src/news.c
1174           src/prefs_account.[ch]
1175           src/prefs_common.[ch]
1176                 move 'Maximum number of articles to download' to
1177                 account prefs.
1178                 clean up account prefs gui a little by hiding entries
1179                 rather then greying out entries
1180
1181 2003-02-19 [hiro]       0.8.10claws27
1182
1183         * src/common/utils.c
1184                 fix bug #54 'yesterdays date is displayed in the message 
1185                 summary window'
1186
1187 2003-02-19 [paul]       0.8.10claws26
1188
1189         * src/compose.c
1190                 fix bug reported in Feature Request [688596] 
1191                 'Reply-to header in news'
1192
1193 2003-02-18 [paul]       0.8.10claws25
1194
1195         * src/select-keys.c
1196                 add a 'List all keys' button to key selection dialog
1197
1198 2003-02-18 [colin]      0.8.10claws24
1199         
1200         * src/stock_pixmap.c
1201                 fix compile error
1202
1203 2003-02-18 [colin]      0.8.10claws23
1204
1205         * src/common/smtp.[ch]
1206           src/prefs_account.c
1207                 Try to starttls if it seems to be the only
1208                 way to authenticate a user
1209
1210 2003-02-18 [paul]       0.8.10claws22
1211
1212         * src/Makefile.am
1213           src/folderview.c
1214           src/stock_pixmap.[ch]
1215           src/pixmaps/drafts_close.xpm  ** NEW FILE **
1216           src/pixmaps/drafts_open.xpm   ** NEW FILE **
1217                 as a Drafts folder is a special folder allow it to have
1218                 its own unique icons
1219
1220 2003-02-18 [colin]      0.8.10claws21
1221
1222         * src/imap.c
1223                 Fix port selection when using starttls
1224
1225 2003-02-18 [paul]       0.8.10claws20
1226
1227         * src/mainwindow.c
1228           src/prefs_common.[ch]
1229                 make blue the default new mail colour
1230
1231 2003-02-18 [paul]       0.8.10claws19
1232
1233         * sync with 0.8.10cvs14
1234                 see ChangeLog 2003-02-18
1235
1236 2003-02-17 [jens]       0.8.10claws18
1237
1238         * src/common/md5.c
1239                 fixed a compile problem with gcc 3.3
1240                 works on 2.95.3 too (testet on PPC as it is big endian)
1241
1242 2003-02-17 [paul]       0.8.10claws17
1243
1244         * sync with 0.8.10cvs13
1245                 see ChangeLog 2003-02-17
1246
1247 2003-02-17 [paul]       0.8.10claws16
1248
1249         * sync with 0.8.10cvs12
1250                 see ChangeLog 2003-02-17
1251
1252 2003-02-16 [match]      0.8.10claws15
1253
1254         * src/addressbook.c
1255                 Eliminates reloading of address data when items
1256                 deleted or added. Applied submitted by
1257                 Luke Plant <lukeplant@softhome.net>
1258
1259 2003-02-16 [paul]       0.8.10claws14
1260
1261         * src/news.c
1262                 when a 'protocol error' is encountered disconnect from
1263                 the server. This means that the user can carry on viewing
1264                 other articles and doesn't have to either wait until the
1265                 server timesout or quit sylpheed.
1266                 Fixes bug #53 'Unable to read messages in newsgroups, 
1267                 displayed message doesn't change'
1268
1269 2003-02-15 [christoph]  0.8.10claws13
1270
1271         * src/imap.c
1272                 fix bug that stopped scanning of folders when an
1273                 IMAP folder was empty
1274
1275         (closes bug 46 stop scan messages in folders after empty folder)
1276
1277 2003-02-15 [paul]
1278
1279         * tools/Makefile.am
1280           tools/README
1281           tools/freshmeat_search.pl     ** NEW FILE **
1282           tools/google_search.pl        ** NEW FILE **
1283                 Add 2 Actions scripts which search freshmeat/google
1284                 for the selected text using the browser configured
1285                 in sylpheedrc.
1286                 
1287         Note: These scripts are very dependent on the format of the
1288         browser command and may not work on every occasion. Testing
1289         is welcome. 
1290
1291 2003-02-14 [alfons]     0.8.10claws12
1292
1293         * src/compose.c
1294                 fix breakage because of uninitialized account pointer.
1295                 please verify.
1296
1297 2003-02-14 [paul]       0.8.10claws11
1298
1299         * src/compose.c
1300           src/prefs_account.[ch]
1301           src/prefs_common.[ch]
1302                 move signature settings to Account Prefs
1303
1304 2003-02-14 [paul]       0.8.10claws10
1305
1306         * sync with 0.8.10cvs11
1307                 see ChangeLog 2003-02-14
1308
1309 2003-02-13 [thorsten]   0.8.10claws9
1310
1311         * src/news.c
1312                 revert news progressbar (GUI separation)
1313
1314 2003-02-13 [paul]       0.8.10claws8
1315
1316         * src/compose.c
1317                 make replies behave correctly, re: RFC 1036, Section 2.2.3,
1318                 paragraph 1
1319
1320 2003-02-13 [paul]       0.8.10claws7
1321
1322         * src/compose.[ch]
1323           src/summaryview.c
1324                 fix 'Follow-up and Reply-to' so that it creates a reply to
1325                 the newsgroup and the sender. If the message has the keyword
1326                 'poster' in the Followup-To header, all replies go to the
1327                 sender, re: RFC 1036, Section 2.2.3
1328                 rename all instances of 'ignore_replyto' to 'to_sender', both
1329                 were previously used, now we use just one.
1330
1331 2003-02-13 [paul]       0.8.10claws6
1332
1333         * sync with 0.8.10cvs9
1334                 see ChangeLog 2003-02-13
1335
1336 2003-02-13 [paul]       0.8.10claws5
1337
1338         * configure.ac
1339                 show which plugins are configured in the configure
1340                 output.
1341
1342 2003-02-12 [thorsten]   0.8.10claws4
1343
1344         * src/news.c
1345                 show progress while fetching news headers
1346
1347 2003-02-12 [christoph]  0.8.10claws3
1348
1349         * configure.ac
1350         * src/plugins/Makefile.am
1351                 use AM_CONDITIONAL to enable plugins, automake correctly
1352                 manages this when creating distdir
1353
1354 2003-02-12 [christoph]  0.8.10claws2
1355
1356         * ac/spamassassin.m4
1357         * src/plugins/spamassassin/Makefile.am
1358                 fix building SpamAssassin plugin without OpenSSL
1359
1360 2003-02-12 [paul]       0.8.10claws1
1361
1362         * ac/Makefile.am
1363           src/Makefile.am
1364           src/plugins/Makefile.am
1365                 fix failure of 'make release'
1366
1367 2003-02-12 [paul]       0.8.10claws
1368
1369         * 0.8.10claws released
1370
1371 2003-02-12 [paul]       0.8.9claws56
1372
1373         * po/bg.po
1374           po/es.po
1375           po/it.po
1376           po/ru.po
1377           po/sr.po
1378                 updated translations by George Danchev, Ricardo Mones Lastra,
1379                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively
1380                 
1381         * sylpheed.spec.in
1382                 Allow the building of RPMs by a regular user. Submitted
1383                 by Sergei Astanin
1384
1385 2003-02-11 [alfons]     0.8.9claws55
1386
1387         * src/colorlabel.c
1388                 don't use pixmaps for label color rect but draw rectangles
1389                 so we can respect the color map of palette based visuals
1390                 (fixes the long time crashes on Suns - thanks to Andreas
1391                 Engel and Steve O'Hara-Smith for testing)
1392
1393 2003-02-11 [christoph]  0.8.9claws54
1394
1395         * src/matcher_parser_parse.y
1396                 correct bug where filering rules of not existing folders in
1397                 matcherrc were added to global filtering
1398                 
1399         (closes Debian Bug #180253 - Directory's filter-rules are merged with
1400          main filter-rules after removing directory, http://bugs.debian.org/180253)
1401         
1402 2003-02-11 [paul]       0.8.9claws53
1403
1404         * sync with 0.8.10cvs7
1405                 see ChangeLog 2003-02-09
1406
1407 2003-02-11 [melvin]     0.8.9claws52
1408
1409         * po/fr.po
1410                 Updated French tranlsations
1411
1412 2003-02-10 [paul]       0.8.9claws51
1413
1414         * sylpheed.spec.in
1415                 correct --enable-openssl
1416                 Fix submitted by Sergei Astanin <asita@users.sourceforge.net>
1417
1418 2003-02-09 [martin]     0.8.9claws50
1419
1420         * src/prefs_matcher.c
1421                 fix segfault in prefs_matcher_substitute_cb() when
1422                 no row is selected
1423
1424 2003-02-09 [paul]       0.8.9claws49
1425
1426         * src/folderview.c
1427                 fix bug where a newsgroup folder's processing rules were
1428                 merged with the global filtering rules when the newsgroup
1429                 folder was deleted, causing some seriously bad results,
1430                 see <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=180253>
1431
1432 2003-02-08 [melvin]     0.8.9claws48
1433
1434         * src/compose.c
1435                 Corrected and modified an alert message.
1436
1437 2003-02-07 [paul]       0.8.9claws47
1438
1439         * src/folderview.c
1440                 fix bug where both an 'Account properties' window and a
1441                 'Folder properties' window were opened when clicking on
1442                 'Properties' in an NNTP or IMAP folder's popup menu.
1443
1444 2003-02-07 [paul]       0.8.9claws46
1445
1446         * sync with 0.8.10cvs6
1447                 see ChangeLog 2003-02-06
1448
1449 2003-02-06 [christoph]  0.8.9claws45
1450
1451         * src/mbox.c
1452                 freeze folder updates while importing mbox files
1453                 (closes bug 43 importing mbox took hours)
1454                 
1455         Patch submitted by Jens Rantil <jens.rantil@telia.com>
1456
1457 2003-02-06 [thorsten]   0.8.9claws44
1458
1459         * po/de.po
1460                 Updated german translations
1461
1462 2003-02-06 [thorsten]   0.8.9claws43
1463
1464         * src/news.h
1465                 use guint for message numbers (fix count in grouplist dialog)
1466
1467 2003-02-05 [paul]       0.8.9claws42
1468
1469         * sync with 0.8.10cvs2
1470                 see ChangeLog 2003-02-05
1471
1472 2003-02-04 [colin]      0.8.9claws41
1473
1474         * src/prefs_common.[ch]
1475           src/procmsg.c
1476           src/summaryview.c
1477                 Add an option to disable threading by subject
1478
1479 2003-02-04 [christoph]  0.8.9claws40
1480
1481         * src/inc.c
1482                 only abort fetching mails from multiple accounts when the
1483                 error is fatal and does not allow to check any more accounts
1484                 (currently only disk full error)
1485
1486         (closes bug 31 after POP3 error: "no such mail" Sylpheed does not
1487          receive mails for other accouts)
1488
1489 2003-02-04 [christoph]  0.8.9claws39
1490
1491         * src/folder.c
1492                 first add the new message to the cache, then
1493                 send the update notification
1494
1495         (closes bug 39 after sending message folderview doesnt get updated)
1496
1497 2003-02-04 [colin]      0.8.9claws38
1498
1499         * src/inc.c
1500                 _really_ fix this Connecting... status
1501
1502 2003-02-04 [paul]       0.8.9claws37
1503
1504         * sync with 0.8.10
1505                 see ChangeLog 2003-02-04
1506
1507 2003-02-04 [paul]       0.8.9claws36
1508
1509         * sync with 0.8.9cvs6
1510                 see ChangeLog 2003-02-03
1511
1512 2003-02-04 [paul]       0.8.9claws35
1513
1514         * po/pt_BR.po
1515                 updated by André Filipe de Assunção e Brito 
1516                 <bedecko@netsite.com.br>
1517
1518 2003-02-03 [thorsten]   0.8.9claws34
1519
1520         * po/de.po
1521                 Updated german translations
1522
1523 2003-02-02 [paul]       0.8.9claws33
1524
1525         * po/es.po
1526                 updated by Ricardo Mones Lastra
1527
1528 2003-02-02 [thorsten]   0.8.9claws32
1529
1530         * src/mh.c
1531                 Fix mh_get_msginfo() segfault if file is inaccessible
1532
1533 2003-01-31 [colin]      0.8.9claws31
1534
1535         * src/procheader.c
1536                 Fix last commit's bug
1537
1538 2003-01-31 [colin]      0.8.9claws30
1539
1540         * src/procheader.c
1541                 Missing a change for gpg-signed messages
1542
1543 2003-01-31 [paul]       0.8.9claws29
1544
1545         * src/pixmaps/gpg_signed.xpm    ** NEW FILE **
1546           src/procheader.c
1547           src/stock_pixmap.[ch]
1548           src/summaryview.c
1549                 indicate GnuPG signed messages by displaying an icon
1550                 in the Attachment column.
1551
1552 2003-01-31 [paul]       0.8.9claws28
1553
1554         * sync with 0.8.9cvs4
1555                 see ChangeLog 2003-01-31
1556
1557 2003-01-31 [alfons]     0.8.9claws27
1558
1559         * src/textview.c
1560                 tune URI parser to accept mailto URLs with a '?'
1561                 (patch from Ruslan Balkin)
1562
1563 2003-01-31 [colin]      0.8.9claws26
1564
1565         * src/summaryview.c
1566                 Fix a leak introduced in claws24
1567
1568 2003-01-31 [colin]      0.8.9claws25
1569
1570         * src/summaryview.c
1571                 Freeze/Thaw folder updates when deleting dups
1572
1573 2003-01-31 [colin]      0.8.9claws24
1574         
1575         * src/addr_compl.c
1576           src/summaryview.c
1577           src/msgcache.c
1578                 little speed improvements
1579
1580 2003-01-31 [colin]      0.8.9claws23
1581
1582         * src/summaryview.c
1583                 Fix segfault when forwarding nothing
1584                 Patch from "Ruslan N. Balkin" <baron@voices.ru>
1585                 
1586 2003-01-30 [paul]       0.8.9claws22
1587
1588         * sync with 0.8.9cvs3
1589                 see ChangeLog 2003-01-30
1590
1591 2003-01-30 [paul]       0.8.9claws21
1592
1593         * sync with 0.8.9cvs2
1594                 see ChangeLog 2003-01-30
1595
1596 2003-01-29 [paul]       0.8.9claws20
1597
1598         * sync with 0.8.9cvs1
1599                 see ChangeLog 2003-01-29
1600
1601 2003-01-28 [paul]       0.8.9claws19
1602
1603         * po/POTFILES.in
1604                 update to reflect changes. 
1605                 thanks to Ricardo Mones Lastra
1606
1607 2003-01-27 [christoph]  0.8.9claws18
1608
1609         * ac/openssl.m4
1610         * ac/spamassassin.m4
1611         * src/plugins/spamassassin/README
1612         * src/plugins/spamassassin/libspamc.[ch]
1613         * src/plugins/spamassassin/utils.[ch]
1614                 updated to latest libspamc
1615
1616 2003-01-27 [christoph]  0.8.9claws17
1617
1618         * src/folder.c
1619                 fix wrong use of procheader_get_header_fields
1620
1621 2003-01-27 [christoph]  0.8.9claws16
1622
1623         * src/news.c
1624         * src/prefs_account.[ch]
1625         * src/common/nntp.[ch]
1626                 allow to force authentication for NNTP servers
1627
1628         Patch submitted by Florian Mickler <dmk@d-labs.de>
1629
1630 2003-01-26 [paul]       0.8.9claws15
1631
1632         * src/summaryview.c
1633                 speed up of marking messages as read
1634                 patch submitted by Jens Rantil <ztyx@users.sourceforge.net>
1635
1636 2003-01-26 [christoph]  0.8.9claws14
1637
1638         * src/Makefile.am
1639         * src/mgutils.[ch]              ** REMOVE **
1640         * src/xml.[ch]                  ** REMOVE **
1641         * src/xmlprops.[ch]             ** REMOVE **
1642         * src/common/Makefile.am
1643         * src/common/mgutils.[ch]       ** NEW **
1644         * src/common/xml.[ch]           ** NEW **
1645         * src/common/xmlprops.[ch]      ** NEW **
1646                 move xml files to common directory
1647
1648 2003-01-26 [christoph]  0.8.9claws13
1649
1650         * src/plugins/spamassassin/spamassassin_gtk.c
1651                 only set gtk entry text if string is available
1652
1653 2003-01-26 [melvin]     0.8.9claws12
1654
1655         * src/description_window.c
1656                 Allow resizing of the window
1657                 Allow automatic horizontal scroll bar
1658                 Do not vertically expand and fill
1659
1660 2003-01-26 [christoph]  0.8.9claws11
1661
1662         * src/Makefile.am
1663         * src/gtkutils.[ch]             ** REMOVE **
1664         * src/common/sylpheed.c
1665         * src/gtk/Makefile.am
1666         * src/gtk/description_window.c
1667         * src/gtk/gtkutils.[ch]         ** NEW **
1668         * src/gtk/prefswindow.c
1669                 move gtkutils to gtk directory
1670
1671 2003-01-26 [paul]       0.8.9claws10
1672
1673         * src/summaryview.c
1674                 rename summary_unread_clicked() to summary_status_clicked()
1675
1676 2003-01-26 [melvin]     0.8.9claws9
1677
1678         * src/prefs_actions.c
1679                 Cosmetical changes to the help text
1680
1681 2003-01-26 [paul]       0.8.9claws8
1682
1683         * src/folder.[ch]
1684           src/mainwindow.c
1685           src/prefs_common.c
1686           src/prefs_sumamry_column.c
1687           summaryview.[ch]
1688                 rename the 'Unread' column to 'Status'
1689
1690 2003-01-25 [match]      0.8.9claws7
1691
1692         * src/mgutils.[ch]
1693                 removed reference to LDAP constants. removed error2string.
1694                 included functions to support LDAP dynamic queries.
1695         * src/syldap.h
1696                 moved LDAP constants here.
1697         * src/addressbook.c
1698         * src/addrindex.c
1699         * src/importldif.c
1700                 removed references to LDAP constants and references to
1701                 error2string.
1702
1703 2003-01-25 [paul]       0.8.9claws6
1704
1705         * src/summaryview.c
1706                 summary_thread_build(), summary_thread_init(): remove 
1707                 unneeded reference to summaryview->folder_item
1708
1709 2003-01-25 [christoph]  0.8.9claws5
1710
1711         * src/gtk/description_window.c
1712                 o allow description texts to expand over multiple columns
1713                 o translate all columns
1714         * src/prefs_actions.c
1715                 change syntax description to use new multi column feature
1716
1717         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
1718
1719 2003-01-25 [match]      0.8.9claws4
1720
1721         * src/vcard.c
1722                 fixed bug with Quoted-Printable
1723
1724 2003-01-25 [paul]       0.8.9claws3
1725
1726         * src/folder.[ch]
1727           src/summaryview.[ch]
1728                 implement per-folder collapsed/expanded threads setting
1729                 
1730         * src/prefs_common.c
1731                 remove global collapsed/expanded threads option
1732
1733 2003-01-25 [christoph]  0.8.9claws2
1734
1735         * po/POTFILES.in
1736                 add pluginwindow and prefswindow
1737         * src/compose.c
1738                 make send respond correctly to messages that could be added
1739                 to the queue folder, but the UID of the message is unknown
1740         * src/folder.c
1741         * src/imap.c
1742                 don't return guessed UIDs in imap_add_msg anymore. We return
1743                 0 to tell the folder system it was appened but the UID is
1744                 unknown. Folder system now get's the UID by scaning the folder
1745                 and searching the cache for the Message-ID
1746                 (closes bug #29 Messages queued, but not sent)
1747
1748 2003-01-25 [paul]       0.8.9claws1
1749
1750         * src/codeconv.c
1751                 conv_encode_header():  fix bug when long headers with 8-bit
1752                 characters are used, so that the encoded words are wrapped.
1753                 If the space in the original text falls on the wrap boundary,
1754                 it can be lost.
1755                 Patch by Sergey Vlasov.
1756                 
1757         * src/folderview.c
1758                  fix bug where a change to the sorting method or thread view
1759                  of a folder's messages is lost if simpify-subject is set and
1760                  toggled on or off.
1761                  Patch by Luke Plant.
1762
1763 2003-01-24 [paul]       0.8.9claws
1764
1765         * sylpheed-0.8.9claws released
1766         
1767         * Makefile.am
1768           sylpheed.spec.in
1769                 remove reference to 'INSTALL.jp'
1770
1771 2003-01-23 [paul]       0.8.8claws128
1772
1773         * po/es.po
1774           po/it.po
1775           po/ru.po
1776           po/sr.po
1777                 updated translations. submitted by Ricardo Mones Lastra,
1778                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively.
1779
1780 2003-01-23 [colin]      0.8.8claws127
1781
1782         * src/compose.c
1783                 Fix drafted and queued news articles re-edition
1784
1785 2003-01-23 [melvin]     0.8.8claws126
1786
1787         * po/fr.po
1788                 Updated French translations
1789
1790 2003-01-23 [colin]      0.8.8claws125
1791
1792         * src/inc.c
1793                 Fix "Connecting to..." status message
1794
1795 2003-01-22 [paul]       0.8.8claws124
1796
1797         * po/bg.po
1798                 updated by George Danchev
1799                 
1800         * src/folder.c
1801                 revert last commit [0.8.8claws111] as it breaks folder d'n'd
1802                 and folder deletion
1803
1804 2003-01-21 [paul]       0.8.8claws123
1805
1806         * po/bg.po
1807                 updated by George Danchev
1808                 
1809         * src/about.c
1810                 its now 2003
1811                 
1812         * src/toolbar.c
1813                 don't translate 'Separator'
1814                 
1815         * src/plugins/spamassassin/Makefile.am
1816                 add aspell to CPPFLAGS
1817                 
1818         * src/plugins/spamassassin/spamassassin.c
1819           src/plugins/spamassassin/spamassassin_gtk.c
1820                 set correct default for spamassassin_receive_spam
1821                 slightly re-word descriptions and some
1822                 other minor changes
1823
1824 2003-01-19 [alfons]     0.8.8claws122
1825                 
1826         * src/mimeview.c
1827                 mimeview_save_as(): we might as well show the file name for
1828                 the single case "Save As" too
1829
1830 2003-01-19 [alfons]     0.8.8claws121
1831
1832         * src/crash.c
1833                 change bug tracker URL to bugzilla URL
1834
1835 2003-01-19 [alfons]     0.8.8claws120
1836
1837         * src/mimeview.c
1838                 mimeview_save_all(): display name of file before overwriting;
1839                 continue saving all, even when one overwrite was cancelled
1840
1841 2003-01-19 [christoph]  0.8.8claws119
1842
1843         * src/summaryview.c
1844         * src/procmsg.[ch]
1845                 fix wrong usage of procmsg_find_children in summaryview
1846                 by using procmsg_update_unread_children instead of
1847                 summaryview_update_unread_children
1848
1849 2003-01-19 [christoph]  0.8.8claws118
1850
1851         * src/procmsg.c
1852                 fix infinite loop in procmsg_find_children
1853                  (closes bug #25 sylpheed crashes on delete.)
1854
1855         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
1856
1857 2003-01-19 [paul]       0.8.8claws117
1858
1859         * po/pt_BR.po
1860                 updated by Ivan Francolin Martinez
1861
1862 2003-01-18 [melvin]     0.8.8claws116
1863
1864         * src/prefs_actions.c
1865                 Removed syntax limitation of only one '&' at the end of command.
1866                         Now actions that contain '>/dev/null 2>&1' are possible.
1867
1868 2003-01-18 [melvin]     0.8.8claws115
1869
1870         * src/prefs_actions.c
1871                 Actions IO dialog: when the action ends
1872                 the "Close" button now has focus and [Escape] closes the
1873                 window.
1874
1875 2003-01-18 [christoph]  0.8.8claws114
1876
1877         * src/procmsg.c
1878                 o add debug output when MsgInfos are really freed
1879                 o free GSLists in procmsg_find_children and
1880                   procmsg_update_unread_children
1881
1882 2003-01-18 [christoph]  0.8.8claws113
1883
1884         * src/mainwindow.c
1885                 reorder Configuration menu
1886
1887 2003-01-18 [christoph]  0.8.8claws112
1888
1889         * src/compose.c
1890                 fix applying templates to forwarded messages
1891
1892         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
1893
1894 2003-01-17 [christoph]  0.8.8claws111
1895
1896         * src/folder.c
1897                 destroy folder items, when a folder item is removed
1898
1899 2003-01-17 [christoph]  0.8.8claws110
1900
1901         * src/folder.c
1902                 fix wrong folder stats update when ignored message is
1903                 deleted
1904
1905 2003-01-17 [colin]      0.8.8claws109
1906         
1907         * src/mainwindow.c
1908         * src/summaryview.c
1909                 Quicksearch bugfixes: 
1910                 - hide help button at startup if not extended
1911                 - switch to extended when looking for replies
1912
1913 2003-01-17 [paul]
1914
1915         * sync with 0.8.9 release
1916
1917 2003-01-17 [paul]       0.8.8claws108
1918
1919         * sync with 0.8.8cvs11
1920                 see ChangeLog 2003-01-17
1921
1922 2003-01-16 [colin]      0.8.8claws107
1923
1924         * src/procmsg.c
1925                 Changed encryption test to re-ask passphrase
1926                 if an encrypted message hasn't been decrypted
1927                 Fixes bug #5
1928
1929 2003-01-16 [christoph]  0.8.8claws106
1930
1931         * src/prefs_gtk.c
1932         * src/prefs_toolbar.c
1933         * src/gtk/prefswindow.h
1934         * src/plugins/spamassassin/spamassassin_gtk.c
1935                 remove page destroy function that is not used anymore
1936
1937 2003-01-16 [paul]       0.8.8claws105
1938
1939         * sync with 0.8.8cvs9
1940                 see ChangeLog 2002-01-16
1941
1942 2003-01-16 [colin]      0.8.8claws104
1943
1944         * src/compose.[ch]
1945                 Fix bug with autosaved drafts for IMAP, when draft
1946                 folder is specified - fixes bugzilla bug #20
1947
1948 2003-01-15 [paul]       0.8.8claws103
1949
1950         * src/compose.[ch]
1951           src/procmsg.c
1952                 store folder and message-id of message forwarding
1953                 in queue header and set forward flag after sending
1954
1955 2003-01-15 [paul]       0.8.8claws102
1956
1957         * sync with 0.8.8cvs8
1958                 see ChangeLog 2002-01-15
1959
1960 2003-01-15 [colin]      0.8.8claws101
1961
1962         * src/Makefile.am
1963                 Fix linking with GNU libiconv
1964
1965 2003-01-15 [darko]      0.8.8claws100
1966
1967         * src/pine.c
1968                 fix crash when importing pine address book
1969                 entry with an empty name (reported by DY
1970                 <dybulk at tri8.net>)
1971
1972 2003-01-14 [paul]       0.8.8claws99
1973
1974         * configure.in  ** REMOVED **
1975           configure.ac  ** NEW FILE **
1976                 rename configure.in to configure.ac, as it is now
1977                 preferred
1978
1979 2003-01-14 [melvin]     0.8.8claws98
1980
1981         * src/folderview.c
1982                 folderview_check_new(): More precise function description
1983
1984 2003-01-14 [melvin]     0.8.8claws97
1985
1986         * src/folderview.c
1987                 folderview_check_new(): return the number of new messages 
1988                         since last check.
1989         * src/inc.c
1990                 inc_account_mail(): Disable counting of new messages for IMAP
1991                         and NNTP until bug [19] and [14] are fixed.
1992
1993 2003-01-14 [paul]       0.8.8claws96
1994
1995         * sync with 0.8.8cvs6
1996                 see ChangeLog 2003-01-14
1997
1998 2003-01-13 [alfons]     0.8.8claws95
1999
2000         * src/textview.c
2001                 tune email address validation (c. 0.8.8claws89): if . is 
2002                 just one char away from @, the address is invalid too 
2003                 (correctly rejects addresses like foo@.com)
2004
2005 2003-01-13 [paul]       0.8.8claws94
2006
2007         * src/messageview.c
2008           src/toolbar.c
2009                 fixes to the Message View toolbar and menu:
2010                 fix non-functioning Forward button
2011                 make Reply button consider default_reply_list
2012                 remove 'Follow-up...' menu entry
2013                 add 'Forward' and 'Redirect' menu entries
2014
2015 2003-01-13 [melvin]     0.8.8claws93
2016
2017         * src/inc.c
2018                 Fixed typo that could make new messages count incorrect.
2019
2020 2003-01-13 [melvin]     0.8.8claws92
2021
2022         * src/folderview.[ch]
2023                 folderview_check_new(): return the number of new messages.
2024         * src/inc.c
2025                 Should fix bug [14] where new mail notification worked 
2026                         incorrectly with IMAP accounts.
2027                 inc_spool_account(): return number of new msgs, or -1 on error
2028                 inc_all_spool(): return number of new msgs
2029                 
2030 2003-01-13 [melvin]     0.8.8claws91
2031
2032         * src/prefs_actions.c
2033                 Justify help text.
2034
2035 2003-01-12 [thorsten]   0.8.8claws90
2036
2037         * src/common/prefs.c
2038                 close file before rename
2039
2040 2003-01-12 [alfons]     0.8.8claws89
2041
2042         * AUTHORS
2043                 add Christian Mertes
2044         * src/common/utils.[ch]
2045                 g_stricase_hash(), g_stricase_equal(): functions for 
2046                 case insensitive hash tables
2047         * src/textview.c
2048                 use top level domain names to validate email address, based
2049                 on a patch by Christian Mertes (thanks!), but changed 
2050                 implementation to use a hash table 
2051
2052 2003-01-12 [paul]       0.8.8claws88
2053
2054         * po/bg.po
2055                 updated by George Danchev
2056
2057 2003-01-12 [alfons]     0.8.8claws87
2058
2059         * src/summaryview.c
2060                 delete / execute performance: use new style folder update
2061
2062 2003-01-12 [paul]       0.8.8claws86
2063
2064         * sync with 0.8.8cvs5
2065                 see ChangeLog 2003-01-13 (!)
2066
2067 2003-01-12 [alfons]     0.8.8claws85
2068
2069         * src/filtering.c
2070         * src/matcher_parser_parse.y
2071                 prepare change_score filtering action
2072         * src/matcher.[ch]
2073                 give up const-correctness on functions that call non-const-correct functions;
2074                 several casts to gpointer in g_free();
2075                 add change_score;
2076
2077 2003-01-12 [christoph]  0.8.8claws84
2078
2079         * src/compose.c
2080                 fix 2 warnings
2081
2082         * src/gtk/prefswindow.[ch]
2083         * src/plugins/spamassassin/spamassassin_gtk.c
2084                 changed the call of the widget create function
2085                 for PrefsPages, because sometimes the widget
2086                 create function needs a widget that already has
2087                 been attached to a window (to create GDK pixmaps
2088                 for exmaple). So we simply pass the GtkWindow as
2089                 the second parameter now.
2090
2091         * src/main.c
2092         * src/mainwindow.c
2093         * src/prefs_toolbar.[ch]
2094                 rewrite Toolbar Preferences using the new
2095                 prefs window
2096
2097 2003-01-11 [alfons]     0.8.8claws83
2098
2099         * src/addressadd.c
2100                 fix crash when adding sender to addressbook because status bar
2101                 isn't there (the status bar doesn't seem to be used though,
2102                 but I'll let Match decide what to do with it)
2103
2104 2003-01-11 [colin]      0.8.8claws82
2105
2106         * src/main.c
2107           src/toolbar.c
2108                 Two useless changes reversed
2109
2110 2003-01-11 [colin]      0.8.8claws81
2111
2112         * src/mainwindow.c
2113           src/mainwindow.h
2114                 Add mainwindow_get_mainwindow()
2115         * src/alertpanel.c
2116           src/alertpanel.h
2117                 Add alertpanel_error_log() 
2118         * src/compose.c
2119           src/inc.c
2120           src/messageview.c
2121           src/toolbar.c
2122           src/main.c
2123           src/procmsg.c
2124                 Network errors get a View Log button
2125
2126 2003-01-10 [alfons]     0.8.8claws80
2127
2128         * src/prefs_toolbar.c
2129         * src/toolbar.c
2130                 use the translatable string for "Separator" as file name for
2131                 separator toolbar items (probably make this uppercase?)
2132
2133 2003-01-10 [alfons]     0.8.8claws79
2134
2135         * src/prefs_toolbar.c
2136                 put right A_SEPARATOR description string in "displayed
2137                 toolbar items list" so manually added separators are
2138                 saved correctly (bug #10, "Adding a separator to the main 
2139                 toolbar fails, entry in xml file is wrong")
2140
2141 2003-01-10 [christoph]  0.8.8claws78
2142
2143         * src/imap.c
2144                 o fix warnings
2145                 o use CAPABILITY to check if NAMESPACE is available
2146
2147 2003-01-10 [christoph]  0.8.8claws77
2148
2149         * src/imap.[ch]
2150                 apply UIDPLUS IMAP extension support patch
2151
2152         Patch submitted by Simon 'corecode' Schubert
2153
2154 2003-01-10 [paul]       0.8.8claws76
2155
2156         * src/folderview.c
2157                 a sync from main which fixes the news account folders'
2158                 Properties bug
2159
2160 2003-01-10 [christoph]  0.8.8claws75
2161
2162         * src/folder.c
2163                 don't accept 0 as a valid uid returned by copy and move
2164                 functions. 0 means the message was copied or moved but the
2165                 new uid could not be fetched. It is not an error condition
2166                 for the copy or move operation.
2167
2168 2003-01-10 [paul]       0.8.8claws74
2169
2170         * src/prefs_filtering.c
2171                 change English used in Alert when entry is not
2172                 saved.
2173                 
2174         * sync with 0.8.8cvs4
2175                 see ChangeLog 2003-01-10
2176
2177 2003-01-10 [darko]      0.8.8claws73
2178
2179         * src/pine.c
2180                 fix crash when importing address book entry
2181                 without a valid address
2182
2183 2003-01-09 [alfons]     0.8.8claws72
2184
2185         * src/inc.c
2186                 filtering performance: use new style folder update
2187
2188 2003-01-09 [christoph]  0.8.8claws71
2189
2190         * src/compose.c
2191         * src/gtk/menu.[ch]
2192                 fix wrong selecting of mime encoding type, when
2193                 opening property dialog of attachments in the
2194                 compose window. 7bit was always selected and that
2195                 destoryed files with 8bit data.
2196                 (closes bug #9 Sylpheed-claws destroys attachments when
2197                  changing MIME-types)
2198
2199 2003-01-09 [paul]       0.8.8claws70
2200
2201         * sync with 0.8.8cvs3
2202                 see ChangeLog 2003-01-09
2203
2204 2003-01-08 [alfons]     0.8.8claws69
2205         
2206         * src/addressadd.c
2207                 apply patch by Kim Schulz to fix build breakage
2208                 because of missing variable
2209
2210 2003-01-08 [paul]       0.8.8claws68
2211
2212         * sync with 0.8.8cvs2
2213                 see ChangeLog 2002-01-08
2214
2215 2003-01-08 [paul]       0.8.8claws67
2216
2217         * po/it.po
2218                 updated by Alessandro Maestri
2219                 
2220         * src/addressadd.c
2221                 when using 'Add sender to addressbook' allow
2222                 name to be edited and remarks to be entered
2223                 Patch submitted by Luke Plant
2224
2225 2003-01-08 [darko]      0.8.8claws66
2226
2227         * README.claws, src/summaryview.c
2228                 fix description for marked messages
2229
2230 2003-01-08 [paul]
2231
2232         * tools/Makefile.am
2233           tools/launch_phoenix  ** NEW FILE **
2234                 add script that enables using Phoenix as the default
2235                 web browser. 
2236                 Submitted by Mohammed Sameer <Uniball@linux-egypt.org>
2237                 
2238         * tools/OOo2sylpheed.pl
2239                 remove full path to sylpheed executable, just 'sylpheed'
2240                 will do
2241                 
2242         * tools/README
2243                 add launch_phoenix informtion and re-arrange and compress
2244                 the data a little
2245
2246 2003-01-07 [christoph]  0.8.8claws65
2247
2248         * src/folder.c
2249                 fix update for source folder when moving messages
2250         * src/procmsg.[ch]
2251         * src/summaryview.c
2252                 use function to set to_folder for message infos and
2253                 automatically update the op_count for old and new
2254                 folder
2255
2256 2003-01-07 [melvin]     0.8.8claws64
2257
2258         * src/prefs_actions.c
2259                 Fixed bug where an '%p' Action on a displayed image crashed 
2260                         Sylpheed
2261                 Code clean up (get rid of duplicated code and removed unnecessary 
2262                                 structure member)
2263
2264 2003-01-07 [christoph]  0.8.8claws63
2265
2266         * src/compose.c
2267         * src/folder.[ch]
2268         * src/folderview.c
2269         * src/import.c
2270         * src/inc.c
2271         * src/main.c
2272         * src/mainwindow.c
2273         * src/messageview.c
2274         * src/prefs_folder_item.c
2275         * src/procmsg.c
2276         * src/summaryview.c
2277         * src/toolbar.c
2278                 o remove all folder update triggering from the UI code. The folder
2279                   system should know much better when a folder needs an update.
2280                 o to prevent multiple updates in a row the folder updates can be
2281                   frozen for some time.
2282
2283                 Note: - Please verify that no updates are missing
2284                       - Check where freeze/thaws should be added
2285
2286 2003-01-07 [christoph]  0.8.8claws62
2287
2288         * src/prefs_actions.c
2289                 don't translate empty strings
2290
2291         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
2292
2293 2003-01-06 [christoph]  0.8.8claws61
2294
2295         * src/prefs_actions.c
2296                 mark strings for gettext
2297         * src/prefs_matcher.c
2298                 use new description window for Execute action and
2299                 match condition in Filtering
2300
2301         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
2302
2303 2003-01-06 [alfons]     0.8.8claws60
2304
2305         keep myself inspired to re-organize matcher part 8; 
2306         yes, more to come (I need to move out the descriptive
2307         text for actions to matcher.c, or at least make it not
2308         depend on the wicked ordering)
2309
2310         * src/prefs_matcher.c
2311                 add documentation so others may comprehend the
2312                 UI part of the conditions
2313                 
2314 2003-01-06 [christoph]  0.8.8claws59
2315
2316         * src/prefs_actions.c
2317                 use new description window for syntax help
2318         * src/gtk/description_window.c
2319                 fix display of descriptions with column count != 2
2320
2321         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
2322
2323 2003-01-06 [christoph]  0.8.8claws58
2324
2325         * src/quote_fmt.c
2326         * src/summaryview.[ch]
2327         * src/gtk/Makefile.am
2328         * src/gtk/description_window.[ch]       ** NEW **
2329                 use a generic window to display syntax descriptions
2330                 currently used in quote_fmt and summaryview (new description
2331                 for extended quick search)
2332
2333         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
2334
2335 2003-01-06 [paul]       0.8.8claws57
2336
2337         * sync with 0.8.8cvs1
2338                 see ChangeLog 2003-01-06
2339
2340 2003-01-06 [christoph]  0.8.8claws56
2341
2342         * src/mainwindow.c
2343         * src/prefs_gtk.[ch]
2344         * src/gtk/prefswindow.[ch]
2345         * src/plugins/spamassassin/spamassassin_gtk.c
2346                 o remove page management from prefswindow, pages
2347                   will be an argument to prefswindow_open
2348                 o prefswindow_open gets a datapointer that is
2349                   passed to the widget_create function to allow
2350                   creation of prefswindow for specific items
2351
2352 2003-01-06 [colin]      0.8.8claws55
2353         
2354         * src/summaryview.c
2355                 We don't want regexp in the reply-finder, 
2356                 because MIDs can contain !,$,. and so on
2357
2358 2003-01-06 [jens]       0.8.8claws54
2359
2360         * src/jpilot.c
2361                 fixed a wrong free in jpilot_read_db_files
2362
2363 2003-01-06 [alfons]     0.8.8claws53
2364
2365         re-organize matcher part 8; more to come
2366        
2367         * src/matcher.c
2368                 matcherprop_to_string(): put g_free()s before the
2369                 switch-case break to fix memleaks                
2370
2371 2003-01-06 [colin]      0.8.8claws52
2372
2373         * src/summaryview.c
2374                 cleanup & reply-finder now displays the first 
2375                 matching message
2376
2377 2003-01-05 [alfons]     0.8.8claws51
2378
2379         re-organize matcher part 7; more to come
2380
2381         * src/matcher.[ch]
2382                 fixes for constant correctness;
2383                 more documentation;
2384
2385 2003-01-05 [alfons]     0.8.8claws50
2386
2387         re-organize matcher part 6; more to come
2388         
2389         * src/matcher.[ch]
2390                 fixes for constant correctness;
2391                 more documentation;
2392         * src/filtering.c
2393                 fix for constant correctness
2394
2395 2003-01-05 [colin]      0.8.8claws49
2396
2397         * src/account.[ch]
2398                 Add account_get_reply_account function
2399         * src/compose.c
2400                 Use account_get_reply_account function 
2401         * src/summaryview.c
2402                 Basic reply-finder - click on the replied
2403                 icon gets you to the outbox using quick-search
2404
2405 2003-01-05 [paul]       0.8.8claws48
2406
2407         * src/prefs_common.c
2408                 small change to English
2409                 
2410         * src/prefs_filtering.c
2411                 prefs_filtering_action_select(): improve logic and uniformity
2412                 of gui
2413
2414 2003-01-05 [alfons]     0.8.8claws47
2415
2416         fine tune solution to focus problems (bug #7)
2417
2418         * src/mainwindow.c
2419                 mainwindow_focus_in_event(): remove grab event check
2420         * src/summaryview.c
2421                 summary_button_pressed(): move selection on right-click
2422                 too. we can't possibly move the selection back after
2423                 canceling a dialog, because gtk's incomplete focus 
2424                 management. whether this is a good solution, only time
2425                 will tell.
2426
2427 2003-01-05 [christoph]  0.8.8claws46
2428
2429         * src/imap.c
2430                 fix crash when no imap connection could be established
2431
2432 2003-01-05 [paul]       0.8.8claws45
2433
2434         * src/mainwindow.c
2435           src/sumamryview.c
2436           src/gtk/menu.[ch]
2437                 fix bug 605957 'shortcuts in popup-menu'
2438                 make user-defined shortcuts work
2439                 show shortcuts that are already defined
2440                 in the main menu
2441                 Patch submitted by Luke Plant
2442
2443 2003-01-05 [alfons]     0.8.8claws44
2444
2445         * src/mainwindow.c
2446                 focus_in_event handler should not select summary view row 
2447                 when another window (menu, dialog) grabbed for events 
2448                 (bug #7, "[0.8.8claws42] Message summary focus") 
2449
2450 2003-01-04 [christoph]  0.8.8claws43
2451
2452         * src/procmsg.c
2453                 update save folder after adding the sent message
2454                  (closes bug #6 Folder View doesn't refresh for "Sent"-messages)
2455
2456 2003-01-02 [christoph]  0.8.8claws42
2457
2458         * src/common/plugin.c
2459                 fix unloading of all plugins and unload
2460                 plugins in reverse order
2461                 
2462         * src/gtk/pluginwindow.c
2463                 implement function of load and unload button
2464
2465         * src/gtk/prefswindow.c
2466         * src/gtk/prefswindow.h
2467                 rename register function and add new unregister
2468                 function
2469
2470         * src/plugins/spamassassin/spamassassin_gtk.c
2471                 unregister prefs page and update for changes in
2472                 src/gtk/prefswindow.c
2473
2474 2003-01-02 [paul]       0.8.8claws41
2475
2476         * po/es.po
2477                 updated by Ricardo Mones Lastra
2478
2479 2003-01-02 [paul]
2480
2481         * tools/tb2sylpheed
2482                 fixes and improvements by Urke MMI
2483
2484 2003-01-02 [thorsten]   0.8.8claws40
2485
2486         * src/procmsg.c
2487                 fixed wrong return value
2488
2489 2003-01-02 [thorsten]   0.8.8claws39
2490
2491         * src/prefs.c
2492                 fixed printing wrong variable
2493
2494 2003-01-02 [thorsten]   0.8.8claws38
2495
2496         * src/prefs.c
2497                 fixed acessing members of freed pfile struct
2498
2499 2003-01-02 [thorsten]   0.8.8claws37
2500
2501         * src/procmsg.c
2502                 detect loops across several messages
2503                 as suggested by Christoph Hohmann
2504
2505 2003-01-01 [match]      0.8.8claws36
2506
2507         * src/addrindex.c
2508                 fixed another memory leak.
2509
2510 2003-01-01 [match]      0.8.8claws35
2511
2512         * src/jpilot.[ch]
2513                 fixed memory leaks. applied Doxygen comments.
2514
2515 2003-01-01 [thorsten]   0.8.8claws34
2516
2517         * src/procmsg.c
2518                 inhibit endless loop if msg references itself
2519                 (closes Bug [ 660477 ] Infinite loop in parent flag search)
2520
2521 2003-01-01 [christoph]  0.8.8claws33
2522
2523         * src/mainwindow.c
2524         * src/gtk/Makefile.am
2525         * src/gtk/pluginwindow.c                ** NEW **
2526         * src/gtk/pluginwindow.h                ** NEW **
2527                 add plugin window
2528
2529         * src/plugins/demo/demo.c
2530         * src/plugins/spamassassin/spamassassin.c
2531         * src/plugins/spamassassin/spamassassin_gtk.c
2532                 write better plugin descriptions
2533
2534 2002-12-31 [christoph]  0.8.8claws32
2535
2536         * src/gtk/prefswindow.c
2537         * src/plugins/spamassassin/spamassassin_gtk.c
2538                 some small improvements to GTK code
2539
2540 2002-12-31 [christoph]  0.8.8claws31
2541
2542         * src/plugins/spamassassin/spamassassin_gtk.c
2543                 enable folder select button
2544
2545 2002-12-31 [christoph]  0.8.8claws30
2546
2547         * src/mainwindow.c
2548         * src/gtk/Makefile.am
2549         * src/gtk/prefswindow.c                         ** NEW **
2550         * src/gtk/prefswindow.h                         ** NEW **
2551                 add new prefs window
2552
2553         * src/common/plugin.c
2554                 don't try to load empty config lines
2555         
2556         * src/plugins/spamassassin/Makefile.am
2557         * src/plugins/spamassassin/spamassassin.c
2558         * src/plugins/spamassassin/spamassassin.h       ** NEW **
2559         * src/plugins/spamassassin/spamassassin_gtk.c   ** NEW **
2560                 GTK config for SpamAssassin Plugin using
2561                 the new prefs window
2562
2563 2002-12-31 [paul]       0.8.8claws29
2564
2565         * po/POTFILES.in
2566                 remove obsolete entry 'src/menu.c'
2567
2568 2002-12-31 [alfons]     0.8.8claws28
2569
2570         * src/matcher.[ch]
2571         * src/matcher_parser_parse.y
2572         * src/prefs_matcher.c
2573                 add "ignore_thread" and "~ignore_thread" condition so it's
2574                 possible to make the actions / scoring operate on the ignore
2575                 thread flag
2576
2577 2002-12-31 [christoph]  0.8.8claws27
2578
2579         * src/addrbook.c
2580         * src/addrindex.c
2581         * src/folder.c
2582         * src/matcher.c
2583         * src/prefs_account.c
2584         * src/prefs_actions.c
2585         * src/prefs_customheader.c
2586         * src/prefs_display_header.c
2587         * src/prefs_gtk.c
2588         * src/procmime.c
2589         * src/toolbar.c
2590         * src/xmlprops.c
2591         * src/common/prefs.[ch]
2592                 extend prefs file handling for reading and automatic handling
2593                 of blocks. When reading prefs_set_block_label will automatically
2594                 move on to the block. When writing it will copy all other blocks
2595                 automatically
2596
2597         * src/common/plugin.c
2598                 Now loading plugin filenames from [Plugins] block in
2599                 sylpheed rc file
2600
2601 2002-12-30 [christoph]  0.8.8claws26
2602
2603         * src/common/hooks.[ch]
2604                 return abort status to caller of hooks_invoke
2605                 
2606         * src/inc.[ch]
2607                 invoke message filtering hook and stop
2608                 default handling when filter returns abort
2609
2610         * src/common/plugin.[ch]
2611         * src/plugins/demo/demo.c
2612                 modify plugin loader, because resolving symbols for strings
2613                 does not work correctly
2614         
2615         * configure.in
2616         * ac/spamassassin.m4                            ** NEW **
2617         * src/plugins/spamassassin/.cvsignore           ** NEW **
2618         * src/plugins/spamassassin/Makefile.am          ** NEW **
2619         * src/plugins/spamassassin/README               ** NEW **
2620         * src/plugins/spamassassin/libspamc.[ch]        ** NEW **
2621         * src/plugins/spamassassin/spamassassin.c       ** NEW **
2622         * src/plugins/spamassassin/utils.[ch]           ** NEW **
2623                 add spamassassin plugin, see src/plugins/spamassassin/README
2624                 for details
2625
2626 2002-12-29 [alfons]     0.8.8claws25
2627
2628         * src/mainwindow.c
2629                 when moving focus from a message view to the main 
2630                 window, don't forget to select the summary node
2631                 of the displayed message. should fix "[ 659103 ] 
2632                 focus-follows-mouse confuses sylpheed"
2633
2634 2002-12-29 [christoph]  0.8.8claws24
2635
2636         * src/Makefile.am
2637         * src/stringtable.[ch]          ** REMOVE **
2638         * src/common/Makefile.am
2639         * src/common/stringtable.[ch]   ** NEW **
2640                 move stringtable files to common directory
2641
2642 2002-12-29 [christoph]  0.8.8claws23
2643
2644         * src/Makefile.am
2645         * src/menu.[ch]                 ** REMOVE **
2646         * src/gtk/Makefile.am
2647         * src/gtk/menu.[ch]             ** NEW **
2648                 move menu files to gtk directory
2649
2650 2002-12-29 [match]      0.8.8claws22
2651
2652         * src/addressbook.c
2653         * src/syldap.c
2654                 moved UI specific code out of LDAP code into addressbook
2655                 UI code. fixed memory leak.
2656
2657 2002-12-29 [christoph]  0.8.8claws21
2658
2659         * src/folder.c
2660                 only check for IGNORED parent message when message is
2661                 not IGNORED itself
2662
2663 2002-12-29 [alfons]     0.8.8claws20
2664
2665         * src/summaryview.c
2666                 set gtksctree's anchor correct (immediate execute
2667                 changes the tree's layout, and anchor points at 
2668                 the incorrect row). fixes "[ 657233 ] multiple msg 
2669                 delete sometimes off by 1".
2670                 we probably have to look for more tree layout /
2671                 anchor glitches.
2672
2673 2002-12-29 [paul]       0.8.8claws19
2674
2675         * src/summaryview.c
2676                 fix bug [ 659054 ] incorrect sorting of 'From' column
2677                 when using 'display sender using address book'
2678                 thanks to Alfons and Luke Plant
2679
2680 2002-12-29 [christoph]  0.8.8claws18
2681
2682         * src/folder.c
2683         * src/procmsg.[ch]
2684                 check parent messages for IGNORE THREAD flag, when adding,
2685                 moving or copying messages to a folder
2686
2687 2002-12-27 [alfons]     0.8.8claws17
2688
2689         re-organize matcher part 5; more to come
2690
2691         * src/matcher.c
2692                 hash keywords in matchparser_tab 
2693
2694 2002-12-27 [alfons]     0.8.8claws16
2695
2696         re-organize matcher part 4; more to come
2697
2698         * src/matcher_parser.h
2699         * src/matcher_parser_lex.l
2700         * src/matcher_parser_parse.y
2701                 cleanup
2702
2703 2002-12-27 [alfons]     0.8.8claws15
2704
2705         re-organize matcher part 3; more to come
2706
2707         * src/matcher.[ch]
2708                 cleanup
2709
2710 2002-12-27 [alfons]     0.8.8claws14
2711
2712         re-organize matcher part 2; more to come but this should
2713         work. cc me if there are any regressions.
2714
2715         * src/matcher.h
2716                 add prototype for get_matchparser_tab_id()
2717         * src/matcher_parser_lex.l
2718                 look up keywords using matchparser_tab_id();
2719
2720 2002-12-27 [alfons]     0.8.8claws12
2721
2722         re-organize matcher part 1
2723
2724         * src/matcher.h
2725                 map yacc generated constants to sylpheed matcher constants
2726         * src/matcher.c
2727                 add function to find a matcher constant from a string
2728
2729 2002-12-27 [christoph]  0.8.8claws11
2730
2731         * src/compose.c
2732                 MENUITEM_ADD casts the 4th argument from integer to pointer
2733                 so it probably should not be a pointer, this means we
2734                 should use account id for it and not the account's pointer
2735
2736 2002-12-27 [paul]       0.8.8claws10
2737
2738         * src/mainwindow.c
2739                 remove unneeded 'GtkWidget *vbox'
2740                 
2741         * src/summaryview.c
2742                 further sync with 0.8.8 - make sort
2743                 by recipient work as expected
2744                 
2745         * NEWS
2746                 sync with 0.8.8
2747
2748 2002-12-27 [paul]       0.8.8claws9
2749
2750         * po/pt_BR.po
2751                 updated by Ivan F. Martinez
2752                 
2753 2002-12-27 [darko]      0.8.8claws8
2754
2755         * src/common/utils.c
2756                 added locked pattern to extended search
2757
2758 2002-12-27 [alfons]     0.8.8claws7
2759
2760         * src/prefs_matcher.[ch]
2761                 clean up
2762
2763 2002-12-26 [alfons]     0.8.8claws6
2764
2765         * src/matcher.[ch]
2766         * src/matcher_parser_lex.l
2767         * src/matcher_parser_parse.y
2768         * src/prefs_matcher.c
2769                 allow color label as a condition in the matcher
2770
2771 2002-12-26 [oliver]     0.8.8claws5
2772         
2773         * src/toolbar.c 
2774                 enable Addressbook for Main and Messageview
2775         * src/prefs_actions.c
2776                 enable actions in Messageview
2777
2778 2002-12-26 [christoph]  0.8.8claws4
2779
2780         * src/common/plugin.c
2781                 add a little debug output
2782         * configure.in
2783         * src/plugins/demo/Makefile.am
2784                 better use of automake
2785
2786 2002-12-26 [christoph]  0.8.8claws3
2787
2788         * src/Makefile.am
2789         * src/common/Makefile.am
2790                 fix "make distdir"
2791
2792 2002-12-26 [christoph]  0.8.8claws2
2793
2794         * configure.in
2795                 sort configure checks into common / gtk / plugins
2796         * po/POTFILES.in
2797                 add src/prefs_gtk.c
2798         * src/Makefile.am
2799                 add plugins SUBDIR
2800         * src/main.c
2801         * src/common/sylpheed.[ch]
2802                 added now sylpheed_done function for shutdown
2803         * src/common/Makefile.am
2804         * src/common/plugin.[ch]                ** NEW **
2805                 plugin loader and unloader
2806         * src/plugins/.cvsignore                ** NEW **
2807         * src/plugins/Makefile.am               ** NEW **
2808                 build plugins
2809         * src/plugins/demo/.cvsignore           ** NEW **
2810         * src/plugins/demo/Makefile.am          ** NEW **
2811         * src/plugins/demo/demo.c               ** NEW **
2812                 small demo plugin that installs a logtext hook and
2813                 outputs the log text to stdout
2814
2815 2002-12-26 [paul]       0.8.8claws1
2816
2817         * po/es.po
2818                 updated by Ricardo Mones Lastra
2819
2820 2002-12-26 [paul]       0.8.8claws
2821
2822         * 0.8.8claws released
2823
2824 2002-12-26 [paul]       0.8.7claws12
2825
2826         * po/bg.po
2827                 updated by George Danchev
2828
2829 2002-12-26 [paul]       0.8.7claws11
2830
2831         * po/POTFILES.in
2832                 remove unneeded 'src/prefs.c' entry 
2833
2834 2002-12-26 [paul]       0.8.7claws10
2835
2836         * src/codeconv.c
2837           src/mainwindow.c
2838                 sync with 0.8.8 release
2839         
2840         * src/folder.[ch]
2841           src/mh.c
2842           src/summaryview.c
2843                 partial sync with 0.8.8 release
2844         
2845
2846 2002-12-25 [alfons]     0.8.7claws9
2847
2848         * src/matcher.[ch]
2849         * src/matcher_parser_lex.l
2850         * src/matcher_parser_parse.y
2851         * src/prefs_matcher.c
2852                 add locked flag to possible filtering / matcher 
2853                 conditions (also a good example what should be
2854                 done to add a simple boolean condition)
2855
2856 2002-12-25 [christoph]  0.8.7claws8
2857
2858         * src/Makefile.am
2859         * src/account.[ch]
2860         * src/addrbook.c
2861         * src/addressbook.c
2862         * src/addrindex.c
2863         * src/filtering.c
2864         * src/folder.c
2865         * src/matcher.c
2866         * src/prefs.[ch]                ** REMOVE **
2867         * src/prefs_account.c
2868         * src/prefs_actions.c
2869         * src/prefs_common.c
2870         * src/prefs_customheader.c
2871         * src/prefs_display_header.c
2872         * src/prefs_filtering.c
2873         * src/prefs_folder_item.c
2874         * src/prefs_gtk.[ch]            ** NEW **
2875         * src/prefs_matcher.c
2876         * src/prefs_scoring.c
2877         * src/prefs_summary_column.c
2878         * src/procmime.c
2879         * src/selective_download.c
2880         * src/toolbar.c
2881         * src/common/Makefile.am
2882         * src/common/prefs.[ch]         ** NEW **
2883                 split prefs.[ch] into prefs_gtk.[ch] and common/prefs.[ch]
2884
2885 2002-12-24 [alfons]     0.8.7claws7
2886
2887         * src/summaryview.c
2888                 summary_thread_build(): fix real cause of the crash mentioned in
2889                 0.8.7claws3. use subject_XXX() and not g_hash_table_XXX() functions,
2890                 this way we get meaningful ctree nodes 
2891
2892 2002-12-24 [oliver]     0.8.7claws6
2893
2894         * src/mainwindow.[ch]
2895         * src/messageview.[ch]
2896         * src/compose.[ch]
2897         * src/inc.c
2898         * src/summaryview.c
2899                 changes to use updated toolbar handling
2900                 
2901 2002-12-24 [oliver]     0.8.7claws5
2902
2903         * src/toolbar.[ch]
2904                 generic toolbar handling
2905                 used ideas from Ivan Francolin Martinez (ivanfm@users.sourceforge.net)
2906         * src/prefs_toolbar.[ch]
2907                 adjust to handling
2908         
2909 2002-12-24 [oliver]     0.8.7claws4
2910         
2911         * src/stock_pixmap.[ch]
2912                 move SYLPHEED_LOGO to end of list in order 
2913                 to remove it from Custom Toolbar`s Icon View
2914
2915 2002-12-24 [alfons]     0.8.7claws3
2916
2917         * src/summaryview.c
2918                 summary_thread_build(): fix crash because of focus != selection 
2919                 after threading. when deleting the selection, gtk tries but fails 
2920                 to find the correct focusable element. we now force the selection
2921                 to be focused. this should solve the infamous bug reported by 
2922                 Jason Wojciechowski (bug "[ 633443 ] Crash on deleting messages"). 
2923                 a test case is available. 
2924
2925 2002-12-24 [darko]      0.8.7claws2
2926
2927         * src/summaryview.c
2928                 don't crash when unmarking message with unread children
2929
2930 2002-12-23 [christoph]  0.8.7claws1
2931
2932         * src/Makefile.am
2933         * src/common/Makefile.am
2934                 update Makefiles for moved intl.h, version.h and defs.h
2935         * src/imap.c
2936                 rewrite imap_session_get to avoid duplicate code
2937
2938 2002-12-23 [paul]       0.8.7claws
2939
2940         * Santa-Claws released
2941         
2942         * po/hu.po
2943           po/ru.po
2944                 squeeze in updated Hungarian and Russian translations.
2945                 Submitted by  Gál Zoltán and Ruslan N. Balkin
2946
2947 2002-12-23 [paul]       0.8.6claws129
2948
2949         * po/pl.po
2950                 updated by Witold Wladyslaw Wojciech Wilk
2951
2952 2002-12-23 [paul]       0.8.6claws128
2953
2954         * src/quote_fmt_parse.y
2955                 fix typo and add licence header
2956
2957 2002-12-23 [paul]       0.8.6claws127
2958
2959         * po/en_GB.po
2960                 updated
2961
2962 2002-12-23 [paul]       0.8.6claws126
2963
2964         * po/it.po
2965                 updated translation, submitted by Alessandro Maestri
2966                 
2967 2002-12-23 [paul]       0.8.6claws125
2968
2969         * src/quote_fmt_parse.y
2970                 fix signature-stripping on replies bug. match
2971                 '-- \n' and not '-- '.
2972
2973 2002-12-22 [paul]       0.8.6claws124
2974
2975         * po/bg.po
2976           po/es.po
2977           po/sr.po
2978                 updated translations. submitted by George Danchev,
2979                 Ricardo Mones Lastra, and Urke MMI respectively
2980
2981 2002-12-21 [paul]       0.8.6claws123
2982
2983         * src/addrbook.c
2984                 fix coding style
2985
2986 2002-12-21 [paul]       0.8.6claws122
2987
2988         * src/addrbook.c
2989                 fix bug [643638] where if a person is in one or more
2990                 addressbook groups editing that person's email 
2991                 address results in removal from those groups.
2992                 Patch submitted by Luke Plant.
2993
2994 2002-12-20 [christoph]  0.8.6claws121
2995
2996         * src/common/utils.c
2997         * src/summaryview.c
2998                 reimplement expand_search_string using GString to
2999                 prevent crashs caused by miscalculated string
3000                 lengths reported by Paul
3001
3002 2002-12-20 [christoph]  0.8.6claws120
3003
3004         * src/summaryview.c
3005                 don't use "changed" to check if op_count has to be changed as it
3006                 is also set when the message has unread children
3007                 (closes bug [ 653221 ] crash while deleting duplicates)
3008
3009 2002-12-20 [paul]       0.8.6claws119
3010
3011         * sync with 0.8.6cvs27
3012                 see ChangeLog 2002-12-20
3013
3014 2002-12-20 [paul]       0.8.6claws118
3015
3016         * sync with 0.8.6cvs26
3017                 see ChangeLog 2002-12-19 and 2002-12-20
3018
3019 2002-12-19 [alfons]     0.8.6claws117
3020
3021         * src/textview.c
3022                 fix incorrect parsing of email addresses, submitted by 
3023                 Luke Plant (thanks!). Closes bug "[ 565480 ] duplicate 
3024                 name display if it contains @".
3025
3026 2002-12-18 [paul]       0.8.6claws116
3027
3028         * sync with 0.8.6cvs23
3029                 see ChangeLog 2002-12-18
3030
3031 2002-12-18 [paul]       0.8.6claws115
3032
3033         * src/Makefile.am
3034         * src/account.c
3035         * src/codeconv.c
3036         * src/gtkutils.[ch]
3037         * src/imap.c
3038                 sync with 0.8.6cvs22.
3039                 see ChangeLog 2002-12-17 and 2002-12-18
3040
3041 2002-12-17 [christoph]  0.8.6claws114
3042
3043         * src/imap.c
3044                 o don't create a session if imap greeting fails
3045                 o don't close socket when authentication fails
3046                   this is done by imap_session_destroy
3047
3048 2002-12-17 [thorsten]   0.8.6claws113
3049
3050         * tools/Makefile.am
3051           tools/README
3052           tools/google_msgid.pl ** NEW FILE **
3053                 Added "search for message-id" script and doc
3054
3055 2002-12-17 [thorsten]   0.8.6claws112
3056
3057         * po/hu.po
3058                 Updated hungarian translation
3059                 (updated by Gal Zoltan)
3060
3061 2002-12-16 [christoph]  0.8.6claws111
3062
3063         * src/addr_compl.c
3064                 remove stupid addressbook dump to debug output
3065         * src/mh.c
3066                 fix memory leak found by Hiro
3067
3068 2002-12-14 [paul]       0.8.6claws110
3069
3070         * src/compose.c
3071                 fix menubar sensitivity on send
3072                 
3073         * src/prefs_filtering.c
3074         * src/prefs_matcher.c
3075         * src/prefs_scoring.c
3076                 Fix english ;)
3077                 
3078         * src/common/quoted-printable.h
3079                 sync: fix typo
3080         
3081 2002-12-13 [christoph]  0.8.6claws109
3082
3083         * src/Makefile.am
3084         * src/manage_window.[ch]        ** REMOVE **
3085         * src/gtk/Makefile.am
3086         * src/gtk/manage_window.[ch]    ** NEW **
3087                 move manage_window files to gtk directory
3088
3089 2002-12-13 [christoph]  0.8.6claws108
3090
3091         * src/Makefile.am
3092         * src/gtkshruler.[ch]           ** REMOVE **
3093         * src/gtk/Makefile.am
3094         * src/gtk/gtkshruler.[ch]       ** NEW **
3095                 move gtkshruler files to gtk directory
3096
3097 2002-12-13 [christoph]  0.8.6claws107
3098
3099         * src/Makefile.am
3100         * src/compose.c
3101         * src/gtkstext.[ch]             ** REMOVE **
3102         * src/gtkutils.[ch]
3103         * src/textview.c
3104         * src/gtk/gtkstext.[ch]         ** NEW **
3105         * src/gtk/Makefile.am
3106                 o move stext functions to gtkstext.c to remove
3107                   dependency of gtkutils
3108                 o move gtkstext files to gtk directory
3109
3110         * src/gtk/Makefile.am
3111         * src/gtk/sslcertwindow.[ch]
3112                 UI stuff can always depend on common code so
3113                 it's ok to add ../common to include path
3114
3115 2002-12-13 [colin]      0.8.6claws106
3116
3117         * src/summaryview.c
3118                 Disconnect sighandlers for mainwindow when
3119                 quicksearch has the focus
3120                 Fix bug #653231
3121         * src/mainwindow.[ch]
3122                 Make key_pressed callback public, to be able
3123                 to disconnect it
3124
3125 2002-12-13 [christoph]  0.8.6claws105
3126
3127         * src/mh.c
3128                 create .mh_sequences file in new MH folders
3129                 (closes feature request [ 523162 ] MH folders should
3130                  get a .mh_sequences)
3131
3132 2002-12-13 [colin]      0.8.6claws104
3133
3134         * src/summaryview.c
3135                 Better handling of quicksearch show/hide
3136                 (basically the button stays under the mouse 
3137                  when toggled)
3138
3139 2002-12-13 [paul]       0.8.6claws103
3140
3141         * sync with 0.8.6cvs17
3142                 see ChangeLog 2002-12-13
3143
3144 2002-12-13 [paul]       0.8.6claws102
3145
3146         * po/es.po
3147                 updated by Ricardo Mones Lastra
3148
3149 2002-12-11 [colin]       0.8.6claws101
3150
3151         * src/folder.c
3152                 remove statusbar stuff
3153           src/folderview.c
3154                 set statusbar verbosity when moving folders
3155
3156 2002-12-11 [colin]       0.8.6claws100
3157         * src/prefs_filtering.c
3158         * src/prefs_matcher.c
3159         * src/prefs_scoring.c
3160                 Fix english ;)
3161
3162 2002-12-11 [colin]       0.8.6claws99
3163
3164         * src/prefs_common.[ch]
3165                 Add summary_quicksearch_type
3166         * src/summaryview.c
3167                 Save last used quicksearch type
3168
3169 2002-12-11 [jens]       0.8.6claws98
3170         * src/prefs_filtering.c
3171         * src/prefs_matcher.c
3172         * src/prefs_scoring.c
3173                 added dialog for incomplete rules in scoring, filtering and
3174                 matcher to ask wheather really close
3175
3176 2002-12-11 [colin]      0.8.6claws97
3177
3178         * src/folder.c
3179                 Fix folder dnd statusbar logging
3180
3181 2002-12-10 [christoph]  0.8.6claws96
3182
3183         * src/compose.c
3184         * src/folder.c
3185         * src/imap.c
3186         * src/inc.c
3187         * src/main.c
3188         * src/mainwindow.c
3189         * src/news.c
3190         * src/send.c
3191         * src/statusbar.[ch]
3192         * src/common/hooks.c
3193         * src/common/log.[ch]
3194                 o handle verbose logging in statusbar directly in statusbar code
3195                   and common code does not need any knowledge about a statusbar
3196                 o remove direct calls to statusbar_(puts|pop)_all functions
3197
3198 2002-12-10 [jens]       0.8.6claws95
3199
3200         * src/*.c
3201                 removed gettext from g_warnings
3202         * po/POTFILES.in
3203                 cleaned and updated
3204         * po/de.po
3205                 updated
3206
3207 2002-12-10 [colin]      0.8.6claws94
3208
3209         * src/main.c
3210                 finish crash dialog fix
3211
3212 2002-12-10 [colin]      0.8.6claws93
3213
3214         * src/main.c
3215                 "Fix" "sylpheed already running" instead of
3216                 crash dialog appearing after a crash
3217
3218 2002-12-10 [colin]      0.8.6claws92
3219
3220         * po/POTFILES.in
3221                 add src/gtk/sslcertwindow.c
3222
3223 2002-12-10 [paul]       0.8.6claws91
3224
3225         * po/POTFILES.in
3226                 updated to reflect recent changes
3227                 submitted by Alessandro Maestri
3228
3229 2002-12-09 [christoph]  0.8.6claws90
3230
3231         * src/Makefile.am
3232         * src/smtp.[ch]                 ** REMOVE **
3233         * src/common/Makefile.am
3234         * src/common/smtp.[ch]          ** NEW **
3235                 move smtp files to common directory
3236
3237 2002-12-09 [christoph]  0.8.6claws89
3238
3239         * src/Makefile.am
3240         * src/session.[ch]              ** REMOVE **
3241         * src/common/Makefile.am
3242         * src/common/session.[ch]       ** NEW **
3243                 move session files to common directory
3244
3245 2002-12-09 [paul]       0.8.6claws88
3246
3247         * src/account.c
3248                 fix bug [649746] edit accounts: move account reverted
3249                 Patch submitted by Luke Plant <lukeplant@users.sourceforge.net>
3250
3251 2002-12-09 [colin]      0.8.6claws87
3252
3253         * src/ssl_certificate.c
3254                 cleanup
3255
3256 2002-12-09 [colin]      0.8.6claws86
3257
3258         * src/ssl.c
3259                 Try to open the cert.pem database and 
3260                 issue a warning if it isn't there
3261
3262 2002-12-09 [colin]      0.8.6claws85
3263
3264         * src/common/ssl_certificate.c
3265         * src/gtk/sslcertwindow.c
3266                 Warning fixes
3267
3268 2002-12-09 [colin]      0.8.6claws84
3269
3270         * src/ssl_certificate.[ch] ** REMOVED **
3271         * src/common/ssl_certificate.[ch] ** NEW **
3272         * src/Makefile.am
3273         * src/common/Makefile.am
3274                 Moved ssl_certificate.[ch] to common
3275         * src/common/ssl.c 
3276                 Put back needed include
3277         * src/gtk/sslcertwindow.[ch]
3278                 Changed ssl_certificate.h include
3279         
3280 2002-12-09 [colin]      0.8.6claws83
3281
3282         * src/gtk/sslcertwindow.[ch]
3283                 Implement hook for certificate acception
3284         * src/ssl_certificate.[ch]
3285                 Implement hook for certificate acception
3286         * src/common/ssl.c
3287                 Reenable certificate acception check
3288         * src/mainwindow.c
3289                 Register sslcertwindow's hook
3290         
3291 2002-12-08 [christoph]  0.8.6claws82
3292
3293         * src/about.c
3294         * src/addr_compl.c
3295         * src/codeconv.c
3296         * src/manual.c
3297         * src/undo.c
3298         * src/common/utils.c
3299                 o add missing includes
3300                 o fix warnings
3301         * src/.cvsignore
3302         * src/common/.cvsignore
3303         * src/common/version.h          ** REMOVE **
3304                 remove autogenerated file
3305
3306 2002-12-08 [paul]       0.8.6claws81
3307
3308         * src/stringtable.c
3309                 put back needed include
3310
3311 2002-12-08 [colin]      0.8.6claws80
3312         
3313         * src/gtk/sslcertwindow.c
3314                 Cleaner popups when asking
3315         * src/ssl_certificate.c
3316         * src/prefs_common.[ch]
3317                 remove ssl certificate pref
3318                 put back needed include
3319         * src/undo.c
3320                 put back needed include
3321
3322 2002-12-08 [christoph]  0.8.6claws79
3323
3324         * src/folderview.c
3325         * src/logwindow.c
3326         * src/statusbar.c
3327         * src/summaryview.c
3328                 only abort hook invokation if required data is missing not
3329                 if our own data pointer is NULL, update hookfunction for
3330                 log window
3331
3332 2002-12-08 [paul]       0.8.6claws78
3333
3334         * src/about.c
3335         * src/addrcache.c
3336         * src/addrclip.c
3337         * src/addr_compl.c
3338         * src/addrselect.c
3339         * src/codeconv.c
3340         * src/colorlabel.c
3341         * src/enriched.c
3342         * src/esmtp.c
3343         * src/exporthtml.c
3344         * src/headerview.c
3345         * src/imageview.c
3346         * src/manual.c
3347         * src/noticeview.c
3348         * src/pgptext.c
3349         * src/scoring.c
3350         * src/sourcewindow.c
3351         * src/stringtable.c
3352         * src/undo.c
3353                 clean up: remove unneccesary includes
3354
3355 2002-12-08 [christoph]  0.8.6claws77
3356
3357         * src/folderview.c
3358         * src/statusbar.c
3359         * src/summaryview.c
3360         * src/common/hooks.[ch]
3361                 hook functions now have a gboolean return value, if a hook
3362                 returns TRUE it will stop executing of any more hooks in
3363                 the same hooklist for this invokation
3364
3365 2002-12-08 [colin]      0.8.6claws76
3366         
3367         * src/main.c
3368                 put back argv0 for CRASH_DIALOG
3369
3370 2002-12-08 [christoph]  0.8.6claws75
3371
3372         * src/Makefile.am
3373         * src/about.c
3374         * src/account.c
3375         * src/crash.c
3376         * src/esmtp.h
3377         * src/imap.[ch]
3378         * src/inc.c
3379         * src/main.c
3380         * src/mainwindow.c
3381         * src/news.c
3382         * src/pop.[ch]
3383         * src/prefs_account.[ch]
3384         * src/prefs_common.[ch]
3385         * src/send.[ch]
3386         * src/smtp.[ch]
3387         * src/ssl_certificate.[ch]
3388         * src/ssl_manager.[ch]
3389         * src/common/Makefile.am
3390         * src/common/log.c
3391         * src/common/nntp.[ch]
3392         * src/common/socket.[ch]
3393         * src/common/ssl.[ch]
3394         * src/gtk/sslcertwindow.[ch]
3395         * ac/openssl.m4
3396                 use new autoconf script to detect OpenSSL with extra parameters
3397                 to specify the location of libs and includes, also remove USE_SSL
3398                 to USE_OPENSSL
3399
3400         * src/common/sylpheed.[ch]
3401         * src/common/version.h.in
3402                 start seperation of common code initialization seperated from gui
3403
3404         * src/summaryview.c
3405                 The function that is called when a color label changes
3406                 should not change the color lable again
3407
3408 2002-12-08 [colin]      0.8.6claws74
3409
3410         * src/gtk/sslcertwindow.c
3411                 warning fixes
3412
3413 2002-12-08 [colin]      0.8.6claws73
3414
3415         * src/statusbar.c
3416           src/common/log.h
3417                 Register a hook for statusbar_puts_all
3418         * src/common/log.c
3419                 invoke statusbar_puts_all's hook
3420         
3421 2002-12-08 [colin]      0.8.6claws72
3422
3423         * src/ssl_certificate.c
3424                 Put back a badly-removed include
3425
3426 2002-12-08 [colin]      0.8.6claws71
3427
3428         * src/gtk/sslcertwindow.[ch]    ** NEW **
3429                 new certificate presentation
3430         * src/gtk/Makefile.am
3431                 add new files
3432         * src/ssl_certificate.[ch]
3433                 gtk cleanup, made utility functions public
3434         * src/ssl_manager.c
3435                 use new cert presentation
3436
3437 2002-12-07 [christoph]  0.8.6claws70
3438
3439         * src/Makefile.am
3440         * src/nntp.[ch]                 ** REMOVE **
3441         * src/common/Makefile.am
3442         * src/common/nntp.[ch]          ** NEW **
3443                 move nntp files to common directory
3444
3445 2002-12-07 [christoph]  0.8.6claws69
3446
3447         * src/procmsg.[ch]
3448         * src/summaryview.c
3449                 implement msginfo update callback using sylpheed's new
3450                 hook system. Invoke hooks from procmsg_msginfo_[un]set_flags.
3451
3452 2002-12-06 [christoph]  0.8.6claws68
3453
3454         * src/editgroup.c
3455                 This patch changes the 'Edit Group Details' dialog to
3456                 allow extended selections in either pane, so that
3457                 addresses can be added or removed from a group more
3458                 quickly and easily. (it actually is a net decrease in
3459                 file size, as some unnecessary functions have been
3460                 removed). 
3461                 (patch submitted by Luke Plant <lukeplant@users.sourceforge.net>)
3462
3463 2002-12-06 [christoph]  0.8.6claws67
3464
3465         * src/Makefile.am
3466         * src/template.[ch]             ** REMOVE **
3467         * src/common/Makefile.am
3468         * src/common/template.[ch]      ** NEW **
3469                 move template files to common directory
3470
3471         * src/nntp.c
3472                 add missing log.h include
3473
3474 2002-12-06 [melvin]     0.8.6claws66
3475
3476         * src/prefs_actions.c
3477                 Added the trailing ">" syntax to insert command's output
3478                 without replacing old text (in contrast to trailing "|").
3479
3480 2002-12-05 [colin]      0.8.6claws65
3481         
3482         * src/common/utils.c
3483                 Don't modify original search_string or it'll change
3484                 the next iterations in the for()
3485
3486 2002-12-05 [darko]      0.8.6claws64
3487
3488         * src/common/utils.c
3489                 proper check for filtering commands, found by Colin
3490
3491 2002-12-05 [darko]      0.8.6claws63
3492
3493         * src/common/utils.c
3494                 check proper string for NULL pointer, found by Colin
3495
3496 2002-12-05 [darko]      0.8.6claws62
3497
3498         * src/common/utils.[ch]
3499                 expand_search_string(): new function
3500                 converts Mutt-like patterns to Sylpheed's
3501                 filtering engine
3502         * src/summaryview.c
3503                 use expand_search_string() to allow Mutt-like
3504                 patterns in extended search
3505         * README.claws
3506                 document extended option in quick search
3507
3508 2002-12-05 [paul]       0.8.6claws61
3509
3510         * sync with 0.8.6cvs16
3511                 see ChangeLog 2002-12-05
3512                 
3513         * po/POTFILES.in
3514                 clean up
3515
3516 2002-12-04 [christoph]  0.8.6claws60
3517
3518         * src/imap.[ch]
3519                 put imap authentication code into a new function and
3520                 remove it from imap_session_new that will allow to
3521                 send other commands before authentication
3522
3523 2002-12-04 [christoph]  0.8.6claws59
3524
3525         * src/imap.[ch]
3526                 use already existing method to prevent unneeded IMAP
3527                 folder selects. Set imap_select parameters to NULL
3528                 in some functions if the values are not required.
3529
3530         * src/xml.h
3531                 remove no longer required include
3532
3533 2002-12-04 [paul]       0.8.6claws58
3534
3535         * po/es.po
3536                 updated by Ricardo Mones Lastra
3537                 
3538         * configure.in
3539           po/hu.po      ** NEW FILE **
3540                 initial Hungarian translation, submitted
3541                 by Gál Zoltán <galzoli@hu.inter.net>
3542
3543 2002-12-03 [christoph]  0.8.6claws57
3544
3545         * src/Makefile.am
3546         * src/gtksctree.[ch]            ** REMOVE **
3547         * src/gtk/Makefile.am
3548         * src/gtk/gtksctree.[ch]        ** NEW **
3549                 move gtksctree files to gtk directory
3550
3551 2002-12-03 [christoph]  0.8.6claws56
3552
3553         * src/Makefile.am
3554         * src/md5.[ch]                  ** REMOVE **
3555         * srm/common/Makefile.am
3556         * src/common/md5.[ch]           ** NEW **
3557                 move md5 files to common directory
3558
3559         * src/gtkstext.c
3560                 remove not required #include
3561
3562 2002-12-03 [sergey]     0.8.6claws55
3563
3564         * src/gtkutils.c
3565         * src/gtkutils.h
3566                 gtkut_window_popup(): new function.
3567         * src/mainwindow.c
3568                 main_window_popup(): use gtkut_window_popup() to raise
3569                 window without changing its position.
3570                 (see sylpheed-main ML message [sylpheed:17247])
3571
3572 2002-12-03 [sergey]     0.8.6claws54
3573
3574         * src/send.c
3575                 send_message_local(): removed first-dot escaping
3576                 (SMTP-only, not needed for sending through pipe)
3577
3578 2002-12-03 [paul]       0.8.6claws53
3579
3580         * po/POTFILES.in
3581                 update to reflect recent changes (thanks
3582                 to Ricardo Mones Lastra)
3583                 
3584         * tools/filter_conv.pl
3585                  fix problem with quoted strings. Patch submitted
3586                  by Luke Plant <lukeplant@softhome.net>
3587
3588 2002-12-03 [paul]       0.8.6claws52
3589
3590         * sync with 0.8.6cvs15
3591                 see ChangeLog 2002-12-03
3592
3593 2002-12-02 [christoph]  0.8.6claws51
3594
3595         * src/logwindow.[ch]
3596         * src/common/log.[ch]
3597                 implement logging using a hook function
3598
3599         * src/folderview.c
3600         * src/folder.[ch]
3601                 define hooklist name in header file to avoid
3602                 errors caused by wrong spelling of hooklist names
3603
3604         * src/toolbar.c
3605                 fix warnings
3606
3607 2002-12-02 [christoph]  0.8.6claws50
3608
3609         * src/common/Makefile.am
3610                 add src/common/hooks.[ch]
3611
3612         * src/common/hooks.[ch]
3613                 implement a simple hook system using glib's hook functions
3614
3615         * src/folder.[ch]
3616         * src/folderview.c
3617                 use new hook system for folder item updates
3618
3619 2002-12-02 [christoph]  0.8.6claws49
3620
3621         * doc-src/ui_seperation.txt     ** NEW **
3622                 information for ui seperation
3623
3624         * src/Makefile.am
3625                 remove files that were moved to common
3626                 include common directory by default for the header files
3627
3628         * src/inc.c
3629         * src/common/socket.c
3630         * src/automaton.[ch]
3631                 implement automaton using g_io_*-functions instead of
3632                 gdk_input_add to make it ui independent
3633
3634         * src/codeconv.c
3635         * src/compose.c
3636         * src/ldif.c
3637         * src/pgptext.c
3638         * src/procmime.c
3639         * src/rfc2015.c
3640         * src/smtp.c
3641         * src/unmime.c
3642                 remove common/ prefix because directory is now in
3643                 include path
3644
3645         * src/compose.c
3646         * src/folder.c
3647         * src/folderview.c
3648         * src/mainwindow.c
3649         * src/messageview.c
3650         * src/prefs_common.c
3651         * src/procmsg.c
3652         * src/rfc2015.c
3653                 fix warnings
3654
3655         * src/imap.c
3656         * src/inc.c
3657         * src/news.c
3658         * src/pop.c
3659         * src/send.c
3660         * src/smtp.c
3661         * src/ssl_certificate.c
3662                 add log.h header file for logging functions
3663
3664         * src/main.c
3665         * src/common/utils.c
3666         * src/summaryview.c
3667         * src/xml.c
3668                 o move debug_mode to common/utils.c
3669                 o add functions to set and get debug_mode
3670
3671         * src/defs.h                    ** REMOVE **
3672         * src/intl.h                    ** REMOVE **
3673         * src/socket.[ch]               ** REMOVE **
3674         * src/ssl.[ch]                  ** REMOVE **
3675         * src/utils.[ch]                ** REMOVE **
3676                 replaced by new files in src/common/
3677         
3678         * src/common/Makefile.am
3679                 add new files in src/common/
3680
3681         * src/common/defs.h             ** NEW **
3682         * src/common/intl.h             ** NEW **
3683         * src/common/log.[ch]           ** NEW **
3684         * src/common/socket.[ch]        ** NEW **
3685         * src/common/ssl.[ch]           ** NEW **
3686         * src/common/utils.[ch]         ** NEW **
3687                 replacement for files in src/
3688
3689 2002-12-02 [colin]      0.8.6claws48
3690
3691         * src/folderview.c
3692                 Scroll folderview if necessary during dnd
3693
3694 2002-12-02 [colin]      0.8.6claws47
3695
3696         * src/folder.[ch]
3697                 Add check to verify a move is within a single mailbox
3698         * src/folderview.c
3699                 Add specific error string for this check
3700
3701 2002-12-02 [colin]      0.8.6claws46
3702
3703         * src/folder.c
3704                 Add a test to folder moving, remove a statusbar_print
3705         * src/folderview.c
3706                 Add Move folder... context-menu item
3707                 Factorize folder moving code
3708                 Enable folder DND for mbox
3709
3710 2002-12-01 [christoph]  0.8.6claws45
3711
3712         * ac/aspell.m4
3713                 remove conf.aspelltest if the version check fails
3714
3715 2002-11-30 [christoph]  0.8.6claws44
3716
3717         * autogen.sh
3718                 run libtoolize --force in autogen to create missing
3719                 libtool scripts
3720
3721 2002-11-30 [christoph]  0.8.6claws43
3722
3723         * src/Makefile.am
3724         * src/pgptext.c
3725         * src/procmime.c
3726         * src/rfc2015.c
3727         * src/uuencode.[ch]             ** REMOVED **
3728         * src/common/Makefile.am
3729         * src/common/uuencode.[ch]      ** NEW **
3730                 move uuen/decoder to common directory
3731
3732 2002-11-30 [christoph]  0.8.6claws42
3733
3734         * src/Makefile.am
3735         * src/base64.[ch]               ** REMOVED **
3736         * src/codeconv.c
3737         * src/compose.c
3738         * src/ldif.c
3739         * src/pgptext.c
3740         * src/procmime.c
3741         * src/rfc2015.c
3742         * src/smtp.c
3743         * src/unmime.c
3744         * src/common/Makefile.am
3745         * src/common/base64.[ch]        ** NEW **
3746                 move base64 en/decoder to common directory
3747
3748 2002-11-30 [christoph]  0.8.6claws41
3749
3750         * src/common                    ** NEW **
3751                 new directory for UI independent code
3752         * src/gtk                       ** NEW **
3753                 new directory for GTK frontend
3754         * src/common/.cvsignore         ** NEW **
3755         * src/gtk/.cvsignore            ** NEW **
3756                 ignore build files
3757         * src/common/Makefile.am        ** NEW **
3758         * src/gtk/Makefile.am           ** NEW **
3759                 automake files to build new seperated stuff
3760         * src/Makefile.am
3761                 the binary will currently still be build with the
3762                 files in src, so we include the code from the
3763                 subdirs for now after building the libs there
3764
3765 2002-11-30 [paul]       0.8.6claws40
3766
3767         * src/compose.c
3768                 fix bug [642731] 'Wrong selected account with drafted mail'
3769
3770 2002-11-29 [oliver]     0.8.6claws39
3771         
3772         * src/messageview.c
3773                 o update summaryview when switching between different
3774                   messageviews          
3775         * src/toolbar.c  
3776                 o check if messageview holds already removed msg
3777                   from summaryview
3778                 
3779
3780 2002-11-29 [oliver]     0.8.6claws38
3781
3782         * src/toolbar.c 
3783                 remove not needed variables and includes
3784                 make messageview stay opened and move to next when msgs are deleted 
3785
3786 2002-11-29 [oliver]     0.8.6claws37
3787         
3788         * src/toolbar.c 
3789                 disable compose button (messageview toolbar) by default
3790                 deleted msgs are moved to trash
3791         
3792 2002-11-29 [melvin]     0.8.6claws36
3793
3794         * configure.in
3795                 Increased minimal gpgme version to 0.3.10 (Zombies out)
3796                 and to detect signatures expirations (gpgme 0.3.6)
3797
3798         * src/main.c
3799                 Use non obsolescent function for Gpgme engine checking.
3800
3801         * src/rfc2015.c
3802                 Inform about expired signatures or signatures which key
3803                 has expired. Expiration date is displayed.
3804
3805         * src/sigstatus.c
3806                 Inform about expired signatures or signatures which key
3807                 has expired.
3808
3809 2002-11-28 [paul]       0.8.6claws35
3810
3811         * src/folderview.c
3812                 re-instate 'Check for new messages' in Newsgroup
3813                 folders right-click menu, after a suggestion from
3814                 Tim Mann <timmann@users.sourceforge.net>
3815
3816         * src/main.c
3817                 after a crash check only local folders for new
3818                 messages
3819
3820 2002-11-28 [paul]       0.8.6claws34
3821
3822         * configure.in
3823                 apply patch that fixes the checking of GTK with XIM 
3824                 support on different OSs, such as FreeBSD. Patch 
3825                 submitted by Topia <topia@users.sourceforge.net>
3826                 
3827 2002-11-28 [paul]       0.8.6claws33
3828
3829         * src/mainwindow.c
3830           src/prefs_common.c
3831           src/prefs_toolbar.c
3832                 more changes to the English
3833
3834 2002-11-28 [paul]       0.8.6claws32
3835
3836         * sync with 0.8.6cvs13
3837                 see ChangeLog 2002-11-28 (no sync needed
3838                 for src/compose.c)
3839
3840 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws31
3841         
3842         * src/mainwindow.[ch]
3843                 add patch by Ivan F. Martinez introducing messageview Toolbar
3844                 some changes and committed by oliver    
3845
3846 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws30
3847
3848         * src/messageview.[ch]
3849                 add patch by Ivan F. Martinez introducing messageview Toolbar
3850                 some changes and committed by oliver    
3851
3852 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws29
3853
3854         * src/compose.[ch]
3855                 add patch by Ivan F. Martinez introducing messageview Toolbar
3856                 some changes and committed by oliver    
3857
3858 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws28
3859         
3860         * src/toolbar.[ch]
3861                 add patch by Ivan F. Martinez introducing messageview Toolbar
3862                 some changes and committed by oliver
3863
3864 2002-11-28 [oliver]     0.8.6claws27
3865         
3866         * src/prefs_toolbar.[ch]
3867                 getting ready for messageview toolbar
3868                 free mem allocated by gettext
3869                 change prefs_toolbar to prefs_toolbar_open
3870  
3871 2002-11-28 [thorsten]   0.8.6claws26
3872
3873         * src/imageview.[ch]
3874                 cleaned up conflicting declarations of
3875                 imageview_show_image()
3876
3877 2002-11-28 [paul]       0.8.6claws25
3878
3879         * src/grouplistdialog.c
3880           src/prefs_common.c
3881           src/prefs_summary_column.c
3882                 a few more improvements to the English
3883
3884 2002-11-28 [colin]      0.8.6claws24
3885
3886         * man/sylpheed.1
3887                 A few updates to command-line parameters
3888
3889 2002-11-28 [colin]      0.8.6claws23
3890
3891         * src/prefs_filtering.c
3892                 Fix problems with prefs_filtering_delete_path:
3893                 a) if the first rule is removed, original pointers
3894                    weren't updated (leading to segfaults)
3895                 b) it was always global_processing updated in case
3896                    of removed path was parent of rule path
3897
3898 2002-11-27 [paul]       0.8.6claws22
3899
3900         * src/mainwindow.c
3901           src/prefs_account.c
3902           src/prefs_actions.c
3903           src/prefs_common.c
3904           src/prefs_customheader.c
3905           src/prefs_display_header.c
3906           src/prefs_filtering.c
3907           src/prefs_folder_item.c
3908           src/prefs_matcher.c
3909           src/prefs_scoring.c
3910           src/prefs_summary_column.c
3911           src/prefs_template.c
3912           src/prefs_toolbar.c
3913                  improve the English in the GUI
3914
3915 2002-11-27 [colin]      0.8.6claws21
3916
3917         * src/folder.c
3918                 Fix processing renaming problems happening after
3919                 last commit
3920
3921 2002-11-27 [colin]      0.8.6claws20
3922
3923         * src/folder.c
3924                 recursive move now deletes src each subfolder after 
3925                 having moved it
3926         * src/folderview.c
3927                 Use identifier instead of path during dnd (enables
3928                 IMAP folder dnd)
3929
3930 2002-11-27 [paul]       0.8.6claws19
3931
3932         * src/main.c
3933                 apply patch that does command-line processing 
3934                 BEFORE gtk_init, allowing claws to run from 
3935                 shell-scripts in non-X environment (e.g. crontab 
3936                 or ip-up, ip-down scripts). Patch submitted by
3937                 Ruslan N. Balkin <baron@dartel.ru>
3938                 
3939         * po/it.po
3940                 updated by Alessandro Maestri
3941
3942 2002-11-27 [paul]       0.8.6claws18
3943
3944         * sync with 0.8.6cvs12
3945           src/prefs_common.c
3946                 Differences are that main uses a 'Receive dialog'
3947                 frame on the Interface tab, whereas claws groups all 
3948                 the dialogs together in a 'Dialogs' frame.
3949
3950 2002-11-27 [colin]      0.8.6claws17
3951
3952         * src/prefs_matcher.c
3953                 Fix Execute criteria's NOT flag
3954
3955
3956 2002-11-26 [christoph]  0.8.6claws16
3957
3958         * src/ssl.c
3959                 rewrite the ssl code a little bit, only use one
3960                 SSL context, set default certificates' file/path
3961
3962 2002-11-26 [thorsten]   0.8.6claws15
3963
3964         * src/compose.c
3965                 default-reply-to didn't work for ml-reply
3966
3967 2002-11-26 [melvin]     0.8.6claws14
3968
3969         * src/prefs_actions.c
3970                 Made pipe-actions ignore short headers in message view
3971                 Made trailing-pipe-actions write in the message view with
3972                 the same font as the original message
3973
3974 2002-11-26 [paul]       0.8.6claws13
3975
3976         * src/compose.c
3977                 this time commit the correct file
3978
3979 2002-11-26 [paul]       0.8.6claws12
3980
3981         * sync with 0.8.6cvs11
3982           src/quote_fmt_parse.y  
3983                 no sync needed
3984           src/account.[ch]       
3985                 not sync'ed
3986           src/compose.c
3987                 compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
3988                 on draft mode.
3989                 compose_reedit(): add check for 'X-Sylpheed-Account-Id:' 
3990                 header
3991                 
3992         see ChangeLog 2002-11-25 and 2002-11-26
3993
3994 2002-11-26 [colin]      0.8.6claws11
3995
3996         * src/folderview.c
3997                 Fix collapsed folder not auto-expanding during
3998                 mail dnd, if it was the source folder.
3999
4000 2002-11-25 [colin]      0.8.6claws10
4001
4002         * src/folderview.[ch]
4003                 Variable renaming and cleaning (slist of nodes 
4004                 to be re-collapsed is stored in FolderView)
4005
4006 2002-11-25 [paul]       0.8.6claws9
4007
4008         * src/prefs_common.[ch]
4009                 fix breakage caused by last commit
4010
4011 2002-11-25 [paul]       0.8.6claws8
4012
4013         * sync with 0.8.6cvs4
4014                 see ChangeLog 2002-11-21
4015
4016 2002-11-25 [paul]       0.8.6claws7
4017
4018         * sync with 0.8.6cvs4
4019                 see ChangeLog 2002-11-20
4020
4021 2002-11-25 [paul]       0.8.6claws6
4022
4023         * sync with 0.8.6cvs3
4024                 see ChangeLog 2002-11-18
4025
4026 2002-11-25 [colin]      0.8.6claws5
4027
4028         * src/gtkutils.[ch]
4029                 Add gtkut_ctree_node_is_parent()
4030         * src/folderview.c
4031                 Spring-loaded folders
4032
4033 2002-11-25 [colin]      0.8.6claws4
4034
4035         * src/utils.[ch]
4036                 Add slist_concat_unique(), function to merge
4037                 two GSList filtering dups
4038         * src/folder.[ch]
4039         * src/summaryview.[ch]
4040         * src/folderview.c
4041         * src/main.c
4042                 Add detection/update/display of unread answers
4043                 to marked mails
4044         * src/procmsg.[ch]
4045                 Add procmsg_find_children()
4046                 Add procmsg_msg_has_marked_parent()
4047
4048 2002-11-25 [colin]      0.8.6claws3
4049
4050         * src/ssl_certificate.[ch]
4051                 Allow checking a certificate without a DNS
4052                 lookup
4053                 Allow to forget a cert (by deleting it)
4054                 Make ssl_certificate_destroy_public
4055         * src/ssl_manager.[ch] ** NEW FILES **
4056                 Gui to manage (display/remove) certificates
4057         * src/prefs_common.[ch]
4058                 Add a pref to allow silent acceptation of
4059                 trusted certificates or not (based on the
4060                 "I want to know what's going on" principle)
4061         * src/mainwindow.c
4062                 Add SSL manager in Tools menu
4063         * src/Makefile.am
4064                 Add the new files to the build
4065         * po/POTFILES.in
4066                 Add ssl_manager.c to translations
4067
4068 2002-11-25 [colin]      0.8.6claws2
4069
4070         * src/summaryview.[ch]
4071                 Add S_SEARCH_EXTENDED to the quick search, which 
4072                 allows to search using filtering syntax.
4073
4074 2002-11-25 [colin]      0.8.6claws1
4075
4076         * src/summaryview.c
4077                 Deletion of duplicates now prefer deleting
4078                 the unread dup (fixes feature-request 638989).
4079
4080 2002-11-24 [paul]       0.8.6claws
4081
4082         * po/es.po
4083           po/pl.po
4084           po/ru.po
4085           po/sr.po
4086                 updated by Ricardo Mones Lastra,
4087                 Witold Wladyslaw Wojciech Wilk,
4088                 Ruslan N. Balkin, and  Urke MMI 
4089                 respectively
4090
4091 2002-11-24 [paul]       0.8.5claws182
4092
4093         * po/bg.po
4094                 updated by George Danchev
4095
4096 2002-11-23 [alfons]     0.8.5claws181
4097
4098         * src/imap.c
4099                 tiny memory leak found by browsing Dimitar's 
4100                 valgrind report
4101
4102 2002-11-23 [paul]       0.8.5claws180
4103
4104         * po/it.po
4105                 updated by Alessandro Maestri
4106
4107 2002-11-22 [christoph]  0.8.5claws179
4108
4109         * src/compose.c
4110         * src/inc.c
4111         * src/prefs_filtering.c
4112         * src/summaryview.c
4113                 more warning fixes
4114
4115 2002-11-22 [alfons]     0.8.5claws178
4116
4117         * src/summaryview.c
4118                 summary_execute_delete_func(): if message is deleted, make 
4119                 sure to also remove its entry in the subject hash table. 
4120                 fixes a corner case bug.
4121
4122 2002-11-22 [paul]       0.8.5claws177
4123
4124         * .cvsignore
4125                 add 'autom4te.cache'
4126                 
4127         * ltconfig      ** REMOVED **
4128                 not needed
4129
4130 2002-11-22 [paul]       0.8.5claws176
4131
4132         * src/textview.c
4133                 textview_set_font(): fix for message display in
4134                 UTF-8 locales (thanks to Sergey Vlasov).
4135                 
4136         * AUTHORS
4137                 add new team members and contributors
4138
4139
4140 2002-11-21 [colin]      0.8.5claws175
4141
4142         * src/procmsg.[ch]
4143                 Add procmsg_remove_special_headers()
4144         * src/mh.c
4145                 Use procmsg_remove_special_headers() for 
4146                 previous fix
4147
4148 2002-11-21 [colin]      0.8.5claws174
4149
4150         * src/mh.c
4151                 Fix moving/copying from queue/draft folders
4152                 for MH folders
4153
4154 2002-11-21 [christoph]  0.8.5claws173
4155
4156         * src/crash.c
4157         * src/filtering.c
4158         * src/logwindow.c
4159         * src/main.c
4160         * src/matcher_parser_lex.[hl]
4161         * src/mbox.c
4162         * src/mbox_folder.[ch]
4163         * src/prefs_filtering.c
4164         * src/procheader.c
4165         * src/quote_fmt_lex.l
4166         * src/ssl.c
4167                 fix all warnings except the warnings in lex and yacc files
4168
4169 2002-11-20 [christoph]  0.8.5claws172
4170
4171         * src/imap.c
4172                 fix MsgInfo retrieval for IMAP draft and queue folders
4173                 (closes bug [ 619558 ] Draft saving on IMAP box issue)
4174
4175 2002-11-19 [christoph]  0.8.5claws171
4176
4177         * src/compose.c
4178                 fix segfault, when draft saving does not get
4179                 the MsgInfo of the new message
4180                 (closes bug [ 640699 ] Claws170: crash drafting mail ( IMAP ))
4181
4182 2002-11-19 [christoph]  0.8.5claws170
4183
4184         * src/procmsg.c
4185                 add parameter check for flag setting function
4186                 (closes bug [ 640619 ] Claws169: crash - drafting a mail (IMAP))
4187
4188 2002-11-18 [paul]       0.8.5claws169
4189
4190         * src/compose.c
4191                 more sensitivity fixes to redirect mode:
4192                 * disable toolbar draft button
4193                 * allow only Address book in the Tools menu
4194                 * disable editing of message by the spell
4195                   checker
4196
4197 2002-11-18 [paul]       0.8.5claws168
4198
4199         * src/compose.c
4200                 fix sensitivity of menu items in compose_redirect():
4201                 allow only the necessary items 
4202
4203 2002-11-18 [paul]       0.8.5claws167
4204
4205         * src/compose.c
4206                 fix bug [ 603259 ] 'attachment got lost on bounce'
4207
4208 2002-11-18 [paul]       0.8.5claws166
4209
4210         * po/ru.po
4211                 updated by Ruslan N. Balkin <baron@dartel.ru>
4212
4213 2002-11-18 [colin]      0.8.5claws165
4214
4215         * src/main.c
4216           src/defs.h
4217                 Remove old filtering stuff
4218
4219
4220 2002-11-17 [oliver]     0.8.5claws164
4221
4222         * src/toolbar.h
4223                 remove not needed typedef 
4224
4225 2002-11-17 [oliver]     0.8.5claws163
4226
4227         * src/toolbar.c
4228                 make toolbar's on click events translatable
4229
4230 2002-11-15 [colin]      0.8.5claws162
4231
4232         * src/summaryview.c
4233                 Revert too-soon integration of a feature
4234
4235 2002-11-15 [christoph]  0.8.5claws161
4236
4237         * src/imap.c
4238                 use main's implementation of imap_get_msginfo
4239
4240 2002-11-15 [christoph]  0.8.5claws160
4241
4242         * src/compose.c
4243         * src/folder.[ch]
4244         * src/imap.c
4245         * src/mbox_folder.c
4246         * src/mh.c
4247         * src/news.c
4248         * src/procmsg.c
4249         * src/summaryview.c
4250                 replace claws' fetch_msginfo with main's get_msginfo
4251                 (use main's implementation where possible)
4252
4253 2002-11-15 [colin]      0.8.5claws159
4254
4255         * src/ssl_certificate.c
4256                 Missed a check
4257
4258 2002-11-16 [melvin]     0.8.5claws158
4259
4260         * po/fr.po
4261                 Updated French translations.
4262
4263 2002-11-16 [colin]      0.8.5claws157
4264
4265         * src/ssl_certificate.c
4266                 Check for missing parts in the certificates
4267
4268 2002-11-15 [colin]      0.8.5claws156
4269
4270         * src/folderview.c
4271                 Preventive fix (missing check) found by
4272                 Alfons
4273
4274 2002-11-15 [paul]
4275
4276         * NEWS
4277                 sync with 0.8.6 release
4278
4279 2002-11-15 [colin]      0.8.5claws155
4280
4281         * src/folder.[ch]
4282           src/folderview.c
4283                 Fix error handling of folder_item_move_to()
4284                 (thanks to Alfons!)
4285
4286 2002-11-15 [colin]      0.8.5claws154
4287
4288         * src/folder.[ch]
4289           src/folderview.c
4290                 folder_item_move_to() sets an error message instead
4291                 of having GUI stuff in folder.c
4292
4293 2002-11-15 [colin]      0.8.5claws153
4294
4295         * src/procmsg.[ch]
4296                 Implemented a callback for MsgInfo updates, 
4297                 heavily copy/pasted from Christoph's folder 
4298                 callback system
4299         * src/summaryview.[ch]
4300                 Register summary_update_msg as callback
4301
4302 2002-11-14 [colin]      0.8.5claws152
4303         
4304         * src/procmsg.c
4305                 Update the FolderItem after sending (fixes 617593)
4306
4307 2002-11-14 [christoph]  0.8.5claws151
4308
4309         * src/folder.c
4310                 fix wrong position of NULL pointer check found
4311                 by Sergey
4312
4313 2002-11-14 [christoph]  0.8.5claws150
4314
4315         * src/folder.c
4316                 fix segfault when deleting messages from IMAP folders
4317                 (closes bug [ 635641 ] Crash deleting mail in IMAP trash)
4318
4319 2002-11-14 [colin]      0.8.5claws149
4320
4321         * src/compose.c
4322                 Forwarding was also ignoring the folder's default account.
4323
4324 2002-11-14 [colin]      0.8.5claws148
4325
4326         * src/compose.c
4327                 Fix sent folder not set to folder properties when 
4328                 forwarding.
4329
4330 2002-11-14 [thorsten]   0.8.5claws147
4331
4332         * src/inc.c
4333                 inc_start(): Files were not moved from .processing to inbox,
4334                 if no global processing rule existed
4335
4336 2002-11-14 [colin]      0.8.5claws146
4337
4338         * src/ssl_certificate
4339                 Fix file operations
4340
4341 2002-11-14 [paul]       0.8.5claws145
4342
4343         * po/it.po
4344                 updated by Alessandro Maestri
4345
4346 2002-11-13 [alfons]     0.8.5claws144
4347
4348         * src/folder.c
4349                 folder_item_close(): only mark messages unread
4350                 when a folder has new messages 
4351
4352 2002-11-13 [keith]      0.8.5claws143
4353
4354         * src/imap.c
4355                 Fix problem moving or copying between
4356                 IMAP folders
4357
4358 2002-11-13 [colin]      0.8.5claws142
4359
4360         * src/matcher_parser_parse.y
4361                 Fix rule problem when " don't match
4362
4363 2002-11-13 [christoph]  0.8.5claws141
4364
4365         * src/folder.c
4366         * src/folderview.c
4367                 moved cache saving to folder_item_close
4368                 the folderview should not have to deal with
4369                 this things
4370
4371 2002-11-13 [christoph]  0.8.5claws140
4372
4373         * src/summaryview.c
4374                 moved setting of important score to
4375                 summary_set_prefs_from_folderitem
4376
4377 2002-11-13 [colin]      0.8.5claws139
4378
4379         * src/matcher_parser_parse.y
4380                 Fix a segfault in the parser (happening when
4381                 a good expression had been tested and a bad 
4382                 one arrives)
4383
4384 2002-11-13 [paul]       0.8.5claws138
4385
4386         * sync with 0.8.5cvs24
4387                 see ChangeLog 2002-11-13
4388                 
4389         * po/pt_BR.po
4390                 updated by Fabio Jr. Beneditto
4391
4392 2002-11-13 [colin]      0.8.5claws137
4393         
4394         * src/msgcache.c
4395           src/defs.h
4396           src/procmsg.[ch]
4397                 Revert last commit, problem
4398
4399 2002-11-13 [colin]      0.8.5claws136
4400
4401         * src/msgcache.c
4402                 Remove duplicated code
4403         * src/defs.h
4404                 Bumped CACHE_VERSION and MARK_VERSION
4405         * src/procmsg.[ch]
4406                 Network endian for cache and mark files
4407
4408 2002-11-12 [colin]      0.8.5claws135
4409
4410         * src/inc.c
4411                 Fix the "socket error" dialog which disappeared
4412
4413 2002-11-12 [colin]      0.8.5claws134
4414
4415         * src/msgcache.c
4416                 Reverse last commit which had performance 
4417                 problems, but still reverse the list
4418
4419 2002-11-12 [colin]      0.8.5claws133
4420
4421         * src/msgcache.c
4422                 Reverse list order
4423
4424 2002-11-12 [melvin]     0.8.5claws132
4425
4426         * src/compose.c
4427                 Added a check for a NULL prefs_common.dictionary
4428
4429 2002-11-12 [colin]      0.8.5claws131
4430
4431         * src/ssl_certificate.[ch]
4432                 Use FQDN hostname
4433
4434 2002-11-12 [colin]      0.8.5claws130
4435
4436         * src/ssl_certificate.[ch]
4437                 Take connection port into account for 
4438                 checking certificates (a single hostname
4439                 could have multiple servers with multiple
4440                 certificates)
4441         * src/ssl.c
4442                 Pass the port to ssl_certificate_check
4443
4444 2002-11-12 [paul]       0.8.5claws129
4445
4446         * src/folder.c
4447                 fix a typo in last commit
4448
4449 2002-11-12 [paul]       0.8.5claws128
4450
4451         * sync with 0.8.5cvs23
4452                 see ChangeLog entry 2002-11-12
4453
4454 2002-11-11 [colin]      0.8.5claws127
4455
4456         * src/ssl_certificate.c
4457                 Cleaner messages
4458                 Don't popup, instead log error, if the 
4459                 corresponding pref is checked
4460         * src/ssl_certificate.h
4461                 include <openssl/objects/h>
4462
4463 2002-11-11 [colin]      0.8.5claws126
4464
4465         * src/ssl_certificate.h
4466                 _Really_ clean it
4467
4468 2002-11-11 [colin]      0.8.5claws125
4469         
4470         * src/ssl_certificate.c
4471                 Fixed leak
4472
4473 2002-11-11 [colin]      0.8.5claws124
4474
4475         * src/ssl.c
4476                 Cleaned a bit
4477         * src/ssl_certificate.[ch]
4478                 Cleaned a bit (better use of SSL API)
4479                 (This will cause non-recognition of saved 
4480                  certificates of claws12[23]...)
4481
4482 2002-11-11 [paul]       0.8.5claws123
4483         
4484         * po/es.po
4485                 updated by Ricardo Mones Lastra
4486
4487 2002-11-11 [colin]      0.8.5claws122
4488
4489         * src/ssl.c
4490                 Fix a typo
4491
4492 2002-11-11 [colin]      0.8.5claws121
4493
4494         * src/ssl_certificate.[ch] ** NEW FILES **
4495         * src/ssl.[ch]
4496                 Check SSL certificates presented to us
4497         * src/Makefile.am
4498                 Add ssl_certificate.[ch]
4499         * po/POTFILES.in
4500                 Add ssl_certificate.c
4501
4502 2002-11-11 [paul]       0.8.5claws120
4503
4504         * sync with 0.8.5cvs22
4505                 see ChangeLog 2002-11-11
4506
4507 2002-11-11 [paul]       0.8.5claws119
4508
4509         * sync with 0.8.5cvs21
4510                 see ChangeLog 2002-11-11
4511
4512 2002-11-10 [jens]       0.8.5claws118
4513
4514         * src/folder.c
4515         * src/folderview.c
4516                 corrected some typing
4517         * po/de.po
4518                 updated german translation
4519         * sylpheed.spec.in
4520                 cleaned up specfile and adjusted it for claws
4521
4522 2002-11-10 [colin]      0.8.5claws117
4523
4524         * src/summaryview.c
4525                 a STATUSBAR_PUSH/POP fix
4526
4527 2002-11-10 [colin]      0.8.5claws116
4528
4529         * src/prefs_folder_item.c
4530                 Fix hanging after opening folder properties
4531
4532 2002-11-10 [hoa]        0.8.5claws115
4533
4534         * src/matcher_parser_lex.l
4535         * src/matcher_parser_parse.y
4536                 config file for scoring and filtering is no more trashed
4537                 when there is a syntax error in a filtering rule when
4538                 editing it in a dialog.
4539
4540 2002-11-09 [colin]      0.8.5claws114
4541
4542         * src/mbox_folder.c
4543                 Added missing initialisation of folder->destroy()
4544
4545 2002-11-09 [colin]      0.8.5claws113
4546
4547         * src/folder.c
4548           src/folderview.c
4549                 Fix the status bar messages
4550
4551 2002-11-09 [colin]      0.8.5claws112
4552
4553         * src/folderview.c
4554                 Fix hangs after folder dnd, happening after 
4555                 claws109.
4556
4557 2002-11-09 [christoph]  0.8.5claws111
4558
4559         * src/folderview.c
4560                 just changed order of calls (reverse order of
4561                 associated calls)
4562         * src/inc.c
4563                 lock inc when checking only one account, otherwise
4564                 inc all could be executed at the same time
4565
4566 2002-11-09 [christoph]  0.8.5claws110
4567
4568         * src/folderview.c
4569                 better unlock the mouse cursor before calling
4570                 summary_show because it changes the cursor too
4571
4572 2002-11-09 [christoph]  0.8.5claws109
4573
4574         * src/folder.[ch]
4575         * src/folderview.c
4576                 add functions to open and close a folder
4577                 o opending will execute scanning for remote folders
4578                   and processing
4579                 o closing will unset new flag for messages
4580
4581 2002-11-09 [colin]      0.8.5claws108
4582
4583         * src/folder.c
4584                 Add a call to prefs_matcher_write_config to 
4585                 avoid non-leaf folders filtering settings to be
4586                 lost
4587
4588 2002-11-09 [paul]       0.8.5claws107
4589
4590         * src/prefs_account.c
4591                 re-word a label
4592
4593 2002-11-09 [colin]      0.8.5claws106
4594
4595         * src/folderview.c
4596                 Minor esthetic fix
4597
4598 2002-11-09 [colin]      0.8.5claws105
4599
4600         * src/folderview.c
4601                 Fix prefs_filtering deletion for MH folders (same
4602                 reason as below)
4603         * src/prefs_filtering.c
4604                 Fix prefs_filtering renaming and deletion for 
4605                 folder-based processing rules.  
4606
4607 2002-11-09 [christoph]  0.8.5claws104
4608
4609         * src/compose.c
4610         * src/folder.[ch]
4611         * src/folderview.[ch]
4612         * src/import.c
4613         * src/inc.c
4614         * src/main.c
4615         * src/mainwindow.c
4616         * src/messageview.c
4617         * src/prefs_folder_item.c
4618         * src/procmsg.c
4619         * src/summaryview.c
4620                 implement a callback system for folder item updates
4621
4622 2002-11-09 [colin]      0.8.5claws103
4623
4624         * src/folderview.c
4625                 Fix prefs_filtering renaming for MH folders (we
4626                 shouldn't rename by path as another folder could
4627                 have the same hierarchy).
4628
4629 2002-11-09 [colin]      0.8.5claws102
4630
4631         * src/folder.c
4632                 Fix a leak found by Christoph, use better variable
4633                 names
4634
4635 2002-11-09 [colin]      0.8.5claws101
4636
4637         * src/folder.c
4638                 One more fix for processing rules
4639
4640 2002-11-08 [colin]      0.8.5claws100
4641         
4642         * src/matcher.c
4643                 Don't copy the compiled regexp (will be reevaluated)
4644         * src/folderview.c
4645                 Lock folderview while moving
4646         * src/folder.c
4647                 Provide info on what's happening to the user
4648
4649 2002-11-08 [colin]      0.8.5claws99
4650
4651         * src/folderview.c
4652                 Fix folder reordering after a move if parent is 
4653                 root
4654         * src/scoring.[ch]
4655                 Add function to copy a ScoringProp
4656         * src/prefs_folder_item.c
4657                 Copy scoring rules when copying a folder prefs
4658
4659 2002-11-08 [colin]      0.8.5claws98
4660
4661         * src/folderview.c
4662                 Fixes in case of failure
4663         * src/filtering.[ch]    
4664                 Add function to duplicate a FilteringProp
4665         * src/matcher.[ch]
4666                 Add function to duplicate a MatcherProp
4667         * src/prefs_folder_item.c
4668                 Save folder's processing rules when copying 
4669                 its prefs
4670
4671 2002-11-08 [colin]      0.8.5claws97
4672         
4673         * src/folderview.c
4674                 Sort after move
4675         * src/folder.c 
4676                 Change a printf to debug_print
4677
4678 2002-11-08 [colin]      0.8.5claws96
4679
4680         * src/folder.c
4681           src/folderview.c
4682                 Fix segfaults, call me stupido
4683         
4684
4685 2002-11-08 [colin]      0.8.5claws95
4686
4687         *src/folder.c
4688                 Added forgotten prefs to save when moving folders
4689
4690 2002-11-08 [colin]      0.8.5claws94
4691
4692         * src/folder.c
4693                 Fixes to folder DND (prefs copy)
4694         * src/folderview.c
4695                 Optimization for folder DND (don't rescan whole tree)
4696                 Added folderview_create_folder_node() for this 
4697                 optimization, so de-duped a bit the code
4698         * src/prefs_folder_item.[ch]
4699                 Added prefs_folder_item_copy_prefs()    
4700           
4701 2002-11-08 [paul]       0.8.5claws93
4702
4703         * src/prefs_account.c
4704           tools/README
4705           tools/kmail2sylpheed_v2.pl
4706                 correct some typos
4707
4708 2002-11-08 [paul]       0.8.5claws92
4709
4710         * src/compose.c
4711           src/prefs_account.[ch]
4712                 remove account options 'clearsign' and 'ascii_armored',
4713                 replace with 'default_gnupg_mode' to prevent mixed-mode
4714                 Privacy settings
4715
4716 2002-11-08 [paul]       0.8.5claws91
4717
4718         * src/compose.[ch]
4719                 re-implement GnuPG 'on-the-fly' mode selection,
4720                 disallow mixed-mode
4721
4722 2002-11-08 [colin]      0.8.5claws90
4723
4724         * src/folderview.c
4725           src/prefs_folder_item.c
4726                 Change "Property" to "Properties"
4727
4728 2002-11-07 [colin]      0.8.5claws89
4729
4730         * src/folderview.c
4731           src/folder.c
4732                 Allow folder dropping to a root folder
4733
4734 2002-11-07 [paul]       0.8.5claws88
4735
4736         * src/compose.c
4737                 revert last commit
4738
4739 2002-11-07 [paul]       0.8.5claws87
4740
4741         * src/compose.c
4742                 fix reply-to-list bug. closes bug report
4743                 "[633382] reply-to-list broken in recent cvs"
4744
4745 2002-11-07 [paul]       0.8.5claws86
4746
4747         * src/compose.c
4748                 add a forgotten '#if USE_GPGME ... #endif'
4749
4750 2002-11-07 [paul]       0.8.5claws85
4751
4752         * sync with 0.8.5cvs20
4753                 see ChangeLog 2002-11-07
4754
4755 2002-11-07 [colin]      0.8.5claws84
4756
4757         * src/folder.[ch]
4758                 Change folder_item_move_to to return the newly 
4759                 created folderitem.
4760         * src/folderview.c
4761                 Select the new folderitem after moving.
4762
4763 2002-11-07 [colin]      0.8.5claws83
4764
4765         * src/prefs_filtering.c
4766                 Fix rule rewriting when moving a leaf folder to a 
4767                 shorter path
4768
4769 2002-11-07 [colin]      0.8.5claws82
4770
4771         * src/prefs_filtering.c
4772                 fix a leak
4773
4774 2002-11-07 [colin]      0.8.5claws81
4775
4776         * src/folder.[ch]
4777                 Add folder_item_move_to() function to move a 
4778                 folderitem into another one (updates matcher etc)
4779         * src/folderview.c
4780                 Add folder drag'n drop (context menu to come)
4781                 [Should be dataloss free, but Please backup before 
4782                  trying !]
4783
4784 2002-11-06 [colin]      0.8.5claws80
4785
4786         * src/mh.c
4787                 mh_create_folder() returns NULL if can't create
4788                 directory hierarchy
4789
4790 2002-11-06 [paul]       0.8.5claws79
4791
4792         * src/compose.[ch]
4793                 allow 'on-the-fly' changing of the type of encryption 
4794                 and/or signing used (mime/ascii) via the compose window
4795
4796 2002-11-06 [paul]       0.8.5claws78
4797
4798         * sync with 0.8.5cvs19
4799                 see ChangeLog 2002-11-06 for src/account.c: 
4800                 account_get_special_folder()
4801                 
4802 2002-11-05 [alfons]     0.8.5claws77
4803
4804         * src/crash.c
4805                 very minor cleanups: nothing to see here, move on. :-)
4806
4807 2002-11-05 [colin]      0.8.5claws76
4808
4809         * src/main.c
4810                 Changes choices if compose windows are opened to
4811                 Discard, Draft, Don't quit
4812
4813 2002-11-05 [thorsten]   0.8.5claws75
4814
4815         * src/compose.c
4816                 reenabled default_reply_to folder option
4817
4818 2002-11-05 [colin]      0.8.5claws74
4819
4820         * src/compose.[ch] 
4821                 add compose_draft()
4822         * src/crash.c
4823                 add SIGTERM handler
4824         * src/main.[ch]
4825                 add clean_quit() for the SIGTERM handler
4826
4827 2002-11-05 [paul]       0.8.5claws73
4828         
4829         * po/es.po
4830                 updated by Ricardo Mones Lastra
4831
4832 2002-11-05 [melvin]     0.8.5claws72
4833
4834         * src/logwindow.c
4835                 Fixed log-clipping bug #616795.
4836                 To stop logging in the log window use 0 length.
4837         * src/prefs_common.c
4838                 Added a label to inform about the 0 log length behaviour.
4839
4840 2002-11-05 [paul]       0.8.5claws71
4841
4842         * sync with 0.8.5cvs17
4843                 see ChangeLog 2002-11-05
4844
4845 2002-11-04 [paul]       0.8.5claws70
4846
4847         * sylpheed-128x128.png
4848           sylpheed-64x64.png
4849           sylpheed.png
4850                 replace with pngcrushed icons. Submitted by Nicolas Kaiser,
4851                 <nikai@users.sourceforge.net>
4852                 
4853         * po/bg.po
4854                 updated by George Danchev
4855
4856 2002-11-03 [thorsten]   0.8.5claws69
4857
4858         * src/main.c
4859           src/mimeview.c
4860           src/rfc2015.h
4861                 add check if gpg is active
4862
4863 2002-11-03 [thorsten]   0.8.5claws68
4864
4865         * src/toolbar.h
4866                 removed GSList declaration causing trouble on MacOS-X
4867                 (submitted by alfons, reported by xfesty)
4868
4869 2002-11-01 [paul]       0.8.5claws67
4870
4871         * src/mainwindow.c
4872                 remove last remnants of main's filter code
4873
4874 2002-11-01 [paul]       0.8.5claws66
4875
4876         * tools/filter_conv.pl
4877                 fix bug where user-defined headers were ignored
4878
4879 2002-11-01 [paul]       0.8.5claws65
4880
4881         * src/logwindow.c
4882                 make a debug_print() not translatable
4883
4884 2002-10-31 [melvin]     0.8.5claws64
4885
4886         * ac/aspell.m4
4887                 Fixed --disable-aspell-test. Now --disable-aspell-test will 
4888                 not run any GNU/aspell test.  The dictionary path will
4889                 be by default /usr/local/lib/aspell/ unless --with-aspell-prefix
4890                 was given, in which case, it will be $prefix/lib/aspell/
4891         * configure.in
4892                 Fixed typo in commentary (Aspell code).
4893
4894 2002-10-31 [paul]       0.8.5claws63
4895
4896         * po/POTFILES.in
4897                 remove src/filter.c and src/prefs_filter.c
4898                 thanks to Ricardo for reminding me
4899
4900 2002-10-31 [colin]      0.8.5claws62
4901
4902         * src/mbox_folder.c
4903                 Plug some leaks
4904
4905 2002-10-31 [paul]       0.8.5claws61
4906
4907         * src/prefs_filter.[ch] ** REMOVED **
4908           src/filter.[ch]       ** REMOVED **
4909           
4910         * src/Makefile.am
4911           src/folderview.c
4912           src/inc.c
4913           src/main.c
4914           src/mainwindow.c
4915           src/mbox.c
4916           src/prefs_common.c
4917           src/prefs_filtering.c
4918           src/summaryview.[ch]
4919                 remove main's 'filter' code
4920                 
4921         README.claws
4922                 update to reflect removal of main's filter
4923
4924 2002-10-31 [paul]       0.8.5claws60
4925
4926         * src/summaryview.c
4927                 remove check for global_processing in summary_filter_open(). 
4928                 This fixes the bug where if the user uses the right-click 
4929                 'Create filter rule...' and doesn't have any filter rules 
4930                 already defined in claws' advanced filtering, the newly 
4931                 created filter rule goes to main's filtering which is 
4932                 inaccessible through the gui. Now the filter rule gets added
4933                 to claws' filtering by default.
4934
4935 2002-10-28 [melvin]     0.8.5claws59
4936
4937         * src/prefs_actions.c
4938                 Fixed bug #627322 where MIME parts were not always
4939                 correctly passed to a %p action
4940                 Display an error dialog when message filename is not found.
4941
4942 2002-10-28 [melvin]     0.8.5claws58
4943
4944         * src/prefs_common.c
4945                 Readded a missing function declaration lost in 0.8.3claws34
4946
4947 2002-10-28 [paul]       0.8.5claws57
4948
4949         * sync with 0.8.5cvs15
4950                 see ChangeLog 2002-10-28 and 2002-10-25
4951                 
4952         Note: ChangeLog entry 2002-10-24 is not sync'ed.
4953
4954 2002-10-27 [oliver]     0.8.5claws56
4955
4956         * src/pop.c
4957                 plug leak in pop3_top_recv
4958
4959 2002-10-26 [christoph]  0.8.5claws55
4960
4961         * src/folder.c
4962                 set need_update folder flag when messages are added
4963                 (closes bug [ 626922 ] folder not updated after receiving)
4964
4965 2002-10-25 [melvin]     0.8.5claws54
4966
4967         * src/imageview.c
4968                 Fixed a memleak introduced in the scaling code.
4969
4970 2002-10-24 [alfons]     0.8.5claws53
4971
4972         * src/filtering.c
4973                 make filtering's forward message action forward from the 
4974                 correct account
4975                 (closes bug [628089 ] Filter -> Forward from address problem
4976                 reported by Oktay)
4977
4978 2002-10-24 [christoph]  0.8.5claws52
4979
4980         * src/mainwindow.c
4981         * src/manual.[ch]
4982                 o use manual of current locale or english if current
4983                   locale is not available (and english is available)
4984                 o also link to sylpheed doc project manuals
4985
4986 2002-10-23 [paul]       0.8.5claws51
4987
4988         * tools/README
4989           tools/kmail2sylpheed_v2.pl
4990                 add new version of kmail addressbook importer script.
4991                 works with newer versions of Kmail/KAddressBook which
4992                 have new and rearranged data.
4993
4994 2002-10-23 [martin]     0.8.5claws50
4995
4996         * src/folderview.c
4997         * src/summaryview.c
4998         * src/utils.h
4999         * src/utils.c
5000                 added length parameter to get_abbrev_newsgroup_name()
5001                 changed this function so that it abbreviates the newsgroup
5002                 names only so long it is smaller than the length parameter
5003                 (for better reading of some newsgroup names and space efficiency)
5004
5005 2002-10-22 [colin]      0.8.5claws49
5006
5007         *src/foldersel.c
5008                 Revert Alfons' last modification (after voting ;-))
5009
5010 2002-10-21 [alfons]     0.8.5claws48
5011
5012         * src/foldersel.c
5013                 folder view in folder selection dialog reflects state of
5014                 folder view in main window
5015
5016 2002-10-18 [alfons]     0.8.5claws47
5017
5018         * src/mbox.c
5019                 drop imported messages in folder selected by user,
5020                 and not in the inbox
5021                 (closes bug [ 625424 ] Import mbox always to "Inbox" folder)
5022
5023 2002-10-18 [alfons]     0.8.5claws46
5024
5025         * src/compose.c
5026                 make automagic reply work correctly for email accounts 
5027                 (whether it's viable to do a full sync with Hiro's 
5028                 compose.c is still under discussion)
5029
5030 2002-10-18 [melvin]     0.8.5claws45
5031
5032         * src/prefs_actions.c
5033                 Fixed bug #622275 where asynchroneous actions left 
5034                 zombies processes
5035                 Made (synchroneous) actions' input be displayed live.
5036
5037 2002-10-18 [christoph]  0.8.5claws44
5038
5039         * src/textview.c
5040                 don't add a newline in the textview in front of the
5041                 first textpart if header display is disabled
5042                 (closes bug [ 603385 ] disabled header display leaves blank
5043                  lin)
5044
5045 2002-10-18 [christoph]  0.8.5claws43
5046
5047         * src/folder.[ch]
5048         * src/imap.c
5049         * src/mbox_folder.c
5050         * src/mh.c
5051         * src/news.c
5052                 folder->get_num_list now returns an error code
5053                 (closes bug [ 609424 ] News cache cleared on failure)
5054                 
5055 2002-10-17 [colin]      0.8.5claws42
5056         
5057         * src/news.c
5058                 Changed a printf by debug_print
5059
5060 2002-10-16 [paul]       
5061
5062         * tools/OOo2sylpheed.pl
5063                 allow for spaces in the name of the
5064                 file to be attached.
5065
5066 2002-10-16 [colin]      0.8.5claws41
5067
5068         * src/main.c
5069                 Use a tristate to change online mode
5070
5071 2002-10-16 [paul]       0.8.5claws40
5072
5073         * po/es.po
5074                 updated by Ricardo Mones Lastra
5075
5076 2002-10-16 [colin]      0.8.5claws39
5077
5078         * src/main.c
5079           src/mainwindow.[ch]
5080                 Added --online and --offline command-line
5081                 switches
5082
5083 2002-10-15 [christoph]  0.8.5claws38
5084
5085         * src/procmime.c
5086                 set mimeinfo->name to NULL after g_free to
5087                 avoid double freeing with g_free
5088
5089 2002-10-14 [christoph]  0.8.5claws37
5090
5091         * src/compose.c
5092         * src/filtering.c
5093         * src/summaryview.c
5094                 remove calls to folder->change_flags that are now
5095                 done by procmsg flag functions (seems it is not
5096                 used by any foldertype anyway)
5097         * src/folder.c
5098                 init folder->change_flags with NULL
5099
5100 2002-10-14 [christoph]  0.8.5claws36
5101
5102         * src/folder.[ch]
5103         * src/imap.[ch]
5104                 use virtual functions for folder item new and destroy
5105                 functions
5106
5107 2002-10-14 [melvin]     0.8.5claws35
5108
5109         * src/compose.c
5110                 Added a test to not run the spell checker if no default
5111                 dictionary is available. No dialog is displayed though.
5112
5113 2002-10-14 [melvin]     0.8.5claws34
5114
5115         * src/gtkaspell.c
5116                 Fixed bug in dictionary list context menu where
5117                 "More..." pointed to an emtpy submenu if the
5118                 number of dictionaries is a multiple of 15
5119                 Removed unneeded code in suggestions list creation
5120
5121 2002-10-14 [paul]       0.8.5claws33
5122
5123         * po/bg.po
5124                 updated by George Danchev
5125
5126 2002-10-13 [hoa]        0.8.5claws32
5127
5128         * src/matcher.[ch]
5129           src/matcher_parser_parser.y
5130                 removed the escaped string from internal structure
5131                 of matcher.
5132
5133 2002-10-12 [colin]      0.8.5claws31
5134
5135         * src/gtksctree.[ch]
5136           src/summaryview.c
5137                 Removed useless function gtksctree_reanchor
5138
5139 2002-10-12 [alfons]     0.8.5claws30
5140         
5141         * sync with remaining main changes 2002-10-09 - 2002-10-11
5142         - drop changes to src/compose.c (requires claws specific changes)
5143         
5144 2002-10-12 [alfons]     0.8.5claws29
5145         
5146         * sync with main changes of 2002-10-08
5147         - drop changes to src/compose.c (requires claws specific changes)
5148         - drop changes to src/summaryview.c (requires changes to compose.c)     
5149
5150 2002-10-12 [alfons]     0.8.5claws28
5151         
5152         * sync with main changes of 2002-10-07
5153
5154 2002-10-12 [alfons]     0.8.5claws27
5155
5156         * sync with main changes of 2002-10-04
5157         - drop changes to src/compose.c (requires claws specific changes)
5158         - drop changes to src/prefs_folder_item.c (claws implementation
5159           seems to be working)
5160
5161 2002-10-12 [colin]      0.8.5claws26
5162
5163         * src/mainwindow.c
5164                 Fix folder-flicker when space-reading, introduced 
5165                 in claws22.
5166
5167 2002-10-12 [colin]      0.8.5claws25
5168
5169         * src/compose.c
5170                 Save account address when saving as draft.
5171                 (closes bug 621838)
5172
5173 2002-10-12 [colin]      0.8.5claws24
5174
5175         * src/summaryview.c
5176                 Fix the problem consisting of no message selected
5177                 after the last message in a folder has been moved.
5178
5179 2002-10-12 [paul]       0.8.5claws23
5180
5181         * src/compose.c
5182           src/prefs_template.c
5183           src/template.[ch]
5184                 add Cc and Bcc to templates. Patch submitted by
5185                 John L. Males.
5186
5187 2002-10-12 [colin]      0.8.5claws22
5188
5189         * src/folderview.c
5190                 Fix a bug after "Check for new messages":
5191                 If a folder was opened, it was still selected at
5192                 the end of the check, but displayed empty.
5193         * src/mainwindow.c
5194                 Remove unnecessary check
5195
5196 2002-10-12 [paul]
5197
5198         * tools/README
5199                 be more verbose in the description of
5200                 OOo2sylpheed.pl
5201                 
5202
5203 2002-10-11 [colin]      0.8.5claws21
5204
5205         * src/mainwindow.c
5206                 Make space work (better) when no mail is selected
5207
5208 2002-10-11 [colin]      0.8.5claws20
5209
5210         * src/inc.c
5211           src/news.c
5212                 fix warnings
5213
5214 2002-10-11 [colin]      0.8.5claws19
5215
5216         * src/mainwindow.c
5217                 revert 0.8.5claws6 changes as i couldn't get to
5218                 anything satisfying
5219
5220 2002-10-11 [melvin]     0.8.5claws18
5221
5222         * src/compose.c
5223                 Removed buggy and unused macro (should have been committed in
5224                 0.8.5claws17)
5225
5226 2002-10-11 [melvin]     0.8.5claws17
5227
5228         * src/compose.c
5229                 Fixed memory leak from bug #622040 (thanks to Martin Kluge)
5230
5231 2002-10-11 [thorsten]   0.8.5claws16 
5232
5233         * src/folderview.c
5234                 remove rescan warning
5235
5236 2002-10-11 [colin]      0.8.5claws15 
5237
5238         * src/procheader.c
5239                 fix a segfault that happens if conv_unmime_header
5240                 fails (should be better to find out why it fails)
5241
5242 2002-10-11 [christoph]  0.8.5claws14
5243
5244         * src/summaryview.c
5245                 update folderview stats after ignore/unignore thread
5246
5247 2002-10-11 [hoa]        0.8.5claws13
5248
5249         * src/quote_fmt_parse.y
5250                 Fixed a yacc/bison syntax error
5251         * src/matcher.c
5252                 Escaping of string is fixed.
5253
5254 2002-10-11 [colin]      0.8.5claws12
5255
5256         * src/imageview.c
5257                 Resize images to fit
5258
5259 2002-10-11 [paul]       0.8.5claws11
5260
5261         * po/es.po
5262                 updated by Ricardo Mones Lastra
5263
5264 2002-10-10 [alfons]     0.8.5claws10
5265
5266         * src/compose.c
5267                 allow dropping files by "moving" files from a file manager,
5268                 not only by the more cumbersome "copying". the latter 
5269                 mostly implies holding down the Control button
5270
5271 2002-10-10 [christoph]  0.8.5claws9
5272
5273         * src/summaryview.c
5274                 update folders after thread building for ignored threads
5275
5276 2002-10-10 [christoph]  0.8.5claws8
5277
5278         * config/.cvsignore
5279                 added Makefile
5280         * src/filtering.[ch]
5281         * src/folder.[ch]
5282         * src/folderview.[ch]
5283         * src/import.c
5284         * src/inc.[ch]
5285         * src/mbox.[ch]
5286         * src/procmsg.c
5287         * src/summaryview.[ch]
5288                 o added new flag need_update to FolderItem
5289                 o removed folder_table from various functions from tracking
5290                   folder updates
5291                 o set need_update flags in folder.c's move, copy and delete
5292                   functions and procmsg's flags functions
5293                 o added function folderview_update_items_when_required that
5294                   updates all folders with need_update set
5295                 o call folderview_update_items_when_required instead of
5296                   folderview_update_item_foreach
5297
5298 2002-10-09 [sergey]     0.8.5claws7
5299
5300         * src/compose.c
5301                 Strip CRs whel loading the text into editor in reedit mode.
5302
5303 2002-10-09 [colin]      0.8.5claws6
5304
5305         * src/mainwindow.c
5306                 Make Space work when no mail is selected
5307
5308 2002-10-09 [colin]      0.8.5claws5
5309
5310         * src/gtksctree.[ch]
5311                 Fix range_select
5312                 Add gtk_sctree_reanchor() 
5313         * src/summaryview.c
5314                 Use gtk_sctree_reanchor() - better fix for 
5315                 bug 60413
5316
5317 2002-10-09 [colin]      0.8.5claws4
5318
5319         * src/summaryview.c
5320                 Fix shift-click select after delete problem
5321                 (closes bug 60413)
5322
5323 2002-10-08 [thorsten]   0.8.5claws3
5324
5325         * src/summaryview.c
5326                 exclude current msg from -hide read messages-
5327
5328 2002-10-08 [colin]      0.8.5claws2
5329
5330         * src/inc.[ch]
5331           src/pop.c
5332           src/recv.c
5333                 Differentiate socket errors from disk full
5334                 errors
5335
5336 2002-10-08 [christoph]  0.8.5claws1
5337
5338         * Makefile.am
5339         * configure.in
5340                 modifications for new config directory
5341
5342         * config.guess  ** REMOVED **
5343         * config.sub    ** REMOVED **
5344         * install-sh    ** REMOVED **
5345         * ltmain.sh     ** REMOVED **
5346         * missing       ** REMOVED **
5347         * mkinstalldirs ** REMOVED **
5348                 these files are autogenerated by automake
5349                 when you run autogen.sh
5350
5351         * config/.cvsignore     ** NEW FILE **
5352         * config/Makefile.am    ** NEW FILE **
5353                 ignore autogenerated files
5354                 create a Makefile in this directory
5355
5356 2002-10-08 [paul]       0.8.5claws
5357
5358         * 0.8.5claws release
5359         
5360         * src/compose.c
5361           src/procheader.c
5362           src/procmsg.c
5363                 fix quote reply format for newsgroups reply bug
5364                 (thanks to Hoa)
5365                 
5366         * po/en_GB.po
5367           po/pl.po
5368                 updated by me and Witold Wladyslaw Wojciech Wilk
5369                 repectively
5370
5371 2002-10-07 [paul]       0.8.3claws53
5372
5373         * po/it.po
5374           po/pt_BR.po
5375           po/sr.po
5376                 updated messages catalogs, submitted by
5377                 Alessandro Maestri, Fabio Jr.Beneditto 
5378                 and Urke MMI, respectively.
5379
5380 2002-10-07 [christoph]  0.8.3claws52
5381
5382         * src/folder.[ch]
5383         * src/folderview.c
5384         * src/mainwindow.c
5385                 fix new folder ghost message bug
5386                 (closes bug [ 619722 ] wrong count for newly created folders)
5387
5388 2002-10-07 [christoph]  0.8.3claws51
5389
5390         * src/compose.c
5391                 fix news posting problem
5392
5393 2002-10-07 [melvin]     0.8.3claws50
5394
5395         * po/fr.po
5396                 Updated French translation
5397
5398 2002-10-05 [christoph]  0.8.3claws49
5399
5400         * src/gtkstext.c
5401                 check if line_start_cache is set in gtk_stext_update_text
5402                 (closes bug [ 618119 ] crash while doing search in folder)
5403
5404 2002-10-05 [christoph]  0.8.3claws48
5405
5406         * src/imap.c
5407         * src/news.c
5408         * src/utils.c
5409         * src/utils.h
5410                 implement cache cleanups for claws' folder system
5411                 (closes bug [ 595916 ] imapcache not cleaned up)
5412
5413 2002-10-05 [melvin]     0.8.3claws47
5414
5415         * src/prefs_actions.c
5416                 Made the help text more clear for the %p token
5417
5418 2002-10-04 [paul]       0.8.3claws46
5419
5420         * sync with 0.8.5
5421                 see ChangeLog 2002-10-02 and 2002-10-03
5422
5423 2002-10-04 [christoph]  0.8.3claws45
5424
5425         * src/inc.c
5426                 fix segfault caused by pop before smtp
5427                 call to inc_account_mail with NULL
5428                 pointer for mainwin
5429
5430 2002-10-04 [paul]       0.8.3claws44
5431
5432         * configure.in
5433                 sync the LDAP detection from 0.8.5cvs1
5434
5435 2002-10-02 [christoph]  0.8.3claws43
5436
5437         * po/de.po
5438                 fix small spelling error
5439
5440 2002-10-02 [melvin]     0.8.3claws42
5441
5442         * ac/aspell.m4
5443                 Behave better and say "no" when test program cannot be run.
5444
5445 2002-10-02 [paul]       0.8.3claws41
5446
5447         * sync with 0.8.4cvs1
5448                 see ChangeLog 2002-09-30, 2002-10-01, 2002-10-02
5449                 
5450         * src/summaryview.c
5451                 toggle the behavior of Reply menuitem between
5452                 normal reply and reply-to-list
5453
5454 2002-10-01 [sergey]     0.8.3claws40
5455
5456         * src/compose.c
5457                 Convert newlines in the message text to the canonical form
5458                 before base64 encoding (RFC2045 compliance, fixes some
5459                 interoperability issues with Evolution 1.0.3)
5460
5461 2002-09-29 [colin]      0.8.3claws39
5462
5463         * src/summaryview.c
5464                 Fix an unwanted copy/paste
5465
5466 2002-09-29 [colin]      0.8.3claws38
5467
5468         * src/mainwindow.c
5469                 Renamed "Custom toolbar" to "Customize toolbar"
5470                 Renamed "Show all header" to "Show all headers"
5471                 Renamed "Set diplay item" to "Set displayed items"
5472         * src/prefs_common.c
5473                 Renamed "Show all header" to "Show all headers"
5474         * src/prefs_summary_column.c
5475                 Renamed "diplay item" to "displayed items"
5476
5477 2002-09-29 [colin]      0.8.3claws37
5478
5479         * src/mainwindow.[ch]
5480                 online/offline status pixmaps follow theme
5481                 changes
5482         * src/summaryview.[ch]
5483                 quicksearch pixmap follows theme changes
5484
5485 2002-09-29 [thorsten]   0.8.3claws36
5486
5487         * src/compose.c
5488           src/prefs_folder_item.[ch]
5489                 add default_reply_to folder option (closes patch 581044)
5490
5491 2002-09-29 [christoph]  0.8.3claws35
5492
5493         * acconfig.h    ** REMOVED **
5494         * configure.in
5495         * ac/aspell.m4
5496         * ac/check-type.m4
5497         * ac/gnupg-check-typedef.m4
5498                 fix autoheader 2.50 warning
5499
5500 2002-09-29 [christoph]  0.8.3claws34
5501
5502         * major code cleanup (part 2)
5503         
5504                 - unused variables removed
5505                 - unused functions removed
5506                 - uninitialized variables checked
5507                 - missing return statements added
5508                 - missing function return types added
5509                 - added parentheses around assignment
5510                   when suggested by gcc
5511
5512 2002-09-29 [alfons]     0.8.3claws33
5513
5514         * src/logwindow.c
5515                 log_window_clear(): only bracket gtk_text_forward_delete() 
5516                 with gtk_text_freeze() / gtk_text_thaw() (see if this
5517                 works around GTK text bug)
5518
5519 2002-09-29 [paul]       0.8.3claws32
5520
5521         * po/bg.po
5522           po/sr.po
5523                 updated by George Danchev and Urke MMI
5524                 respectively
5525
5526 2002-09-27 [christoph]  0.8.3claws31
5527
5528         * doc-src/readme.txt
5529         * doc-src/rfc1806.txt   ** REMOVED **
5530         * doc-src/rfc2183.txt   ** NEW FILE **
5531         * doc-src/rfc2980.txt   ** NEW FILE **
5532                 update rfcs
5533
5534 2002-09-27 [melvin]     0.8.3claws30
5535
5536         * ac/aspell.m4
5537                 Fixed typo which could break linking
5538
5539 2002-09-27 [melvin]     0.8.3claws29
5540
5541         * ac/aspell.m4
5542                 Improved GNU/aspell checking. 
5543                 Fixed bug #614490
5544
5545 2002-09-27 [paul]       0.8.3claws28
5546
5547         * sync with 0.8.3cvs8
5548                 see ChangeLog 2002-09-27
5549
5550 2002-09-26 [colin]      0.8.3claws27
5551
5552         * src/toolbar.[ch]
5553           src/mainwindow.[ch]
5554                 Add "Reply to Mailing-list" to the toolbar
5555
5556 2002-09-26 [christoph]  0.8.3claws26
5557
5558         * src/summaryview.c
5559                 Fix wrong message counts in summaryview status
5560
5561 2002-09-26 [paul]       0.8.3claws25
5562
5563         * sync with 0.8.3cvs7
5564                 see ChangeLog 2002-09-26
5565
5566 2002-09-26 [paul]       0.8.3claws24
5567
5568         * sync with 0.8.3cvs6
5569                 see ChangeLog 2002-09-25
5570
5571 2002-09-25 [christoph]  0.8.3claws23
5572
5573         * src/prefs_common.c
5574         * src/prefs_folder_item.c
5575         * src/prefs_scoring.c
5576                 Renamed "kill score" to "hide score" in GUI
5577                 and prefs files
5578
5579 2002-09-25 [paul]       0.8.3claws22
5580
5581         * sync with 0.8.3cvs5
5582                 see ChangeLog 2002-09-24
5583
5584 2002-09-24 [alfons]     0.8.3claws21
5585
5586         patch by Satoshi Nagayasu: allows appending / saving multiple 
5587         selected files (closes "[ 612279 ] save multiple mesg(s) in 
5588         'Save as ...'")
5589
5590         * AUTHORS
5591                 add Satoshi Nagayasu
5592         * src/summaryview.c
5593                 summary_save_as(): allow saving selected files to
5594                 one file
5595                 summary_set_menu_sensitive: enable "Save As..." when
5596                 multiple files are selected
5597         * src/utils.[ch]
5598                 append_file(): new function
5599
5600 2002-09-24 [colin]      0.8.3claws20
5601
5602         * src/procmime.c
5603                 Fix segfault when mimeinfo doesn't have a 
5604                 content_type. 
5605
5606 2002-09-24 [colin]      0.8.3claws19
5607
5608         * src/prefs_common.[ch]
5609                 Add a preference to display send dialog or not
5610         * src/send.c
5611                 Display send dialog according to preference
5612
5613 2002-09-24 [colin]      0.8.3claws18
5614
5615         * src/compose.[ch]
5616                 Disable user actions when sending
5617
5618 2002-09-24 [colin]      0.8.3claws17
5619
5620         * src/procmime.c
5621                 Do not display name or filename for attachments
5622                 with an application/pgp-signature type
5623                 (security flaw, see bug 537413)
5624
5625 2002-09-23 [colin]      0.8.3claws16
5626
5627         * src/editaddress.c
5628                 Initialize entry_email, entry_alias and 
5629                 entry_remarks to first email address of the list
5630
5631 2002-09-23 [colin]      0.83claws15
5632
5633         * src/compose.c
5634                 Drop pgp-signature when reediting a signed queued
5635                 message
5636
5637 2002-09-23 [melvin]     0.8.3claws14
5638
5639         * po/fr.po
5640                 Updated French translation
5641
5642 2002-09-23 [melvin]     0.8.3claws13
5643
5644         * src/mainwindow.c
5645                 Made custom toolbar menu labels more consistent
5646         * src/prefs_toolbar.c
5647                 Made custom toolbar window title more consistent
5648
5649 2002-09-22 [colin]      0.8.3claws12
5650
5651         * src/inc.c
5652                 Initialize session type to normal before getting 
5653                 mail (fixes strange Get behaviour)
5654         * src/prefs_account.h
5655                 Move STYPE_POP_BEFORE_SMTP to last position to 
5656                 avoid other side-effects
5657
5658 2002-09-22 [colin]      0.8.3claws11
5659
5660         * src/prefs_account.c
5661                 Fix pop_bfr_smtp_tm_entry sensivity when switching
5662                 from pop3 to apop or vice-versa
5663
5664 2002-09-22 [colin]      0.8.3claws10
5665         
5666         * src/prefs_account.[ch]
5667                 Add an option for the POP before SMTP timeout
5668         * src/inc.c
5669                 Remember time of last POP connection
5670         * src/send.c
5671                 Do POP before SMTP only if timeout reached
5672
5673 2002-09-22 [oliver]     0.8.3claws9
5674         
5675         * README.claws
5676                 explain custom toolbar
5677
5678 2002-09-22 [oliver]     0.8.3claws8
5679
5680         * src/prefs_actions.[ch]
5681         custom toolbar for compose      
5682                 actions callback from compose toolbar
5683         * src/folderview.c
5684                 remove include toolbar.h
5685
5686 2002-09-22 [oliver]     0.8.3claws7
5687         
5688         * src/prefs_toolbar.[ch]
5689                 custom toolbar for compose
5690                 - generic prefs_toolbar handles both
5691                   Mainwin's toolbar as well as Compose toolbar          
5692
5693 2002-09-22 [oliver]     0.8.3claws6
5694         
5695         * src/toolbar.[ch]
5696                 custom toolbar for compose
5697                 restructure toolbar.[ch]
5698
5699 2002-09-22 [oliver]     0.8.3claws5
5700
5701         * src/compose.[ch]
5702                 custom toolbar for compose
5703
5704 2002-09-22 [oliver]     0.8.3claws4
5705         
5706         * src/mainwindow.[ch]
5707                 custom toolbar for compose 
5708                 move mainwin toolbar back to mainwindow
5709
5710 2002-09-22 [alfons]     0.8.3claws3
5711
5712         * src/procmsg.c
5713                 :%sno/if(/if (/gc
5714                 :%sno/for(/for (/gc
5715                 (beautify)
5716
5717 2002-09-22 [alfons]     0.8.3claws2
5718         
5719         * src/procmsg.c
5720                 procmsg_save_to_outbox(): don't unlink message file from queue;
5721                 callers should do it using folder_item_remove_msg()
5722
5723 2002-09-22 [colin]      0.8.3claws1
5724
5725         * src/mimeview.[ch]
5726                 Made mimeview_check_signature() public
5727         * src/textview.c
5728                 Made GPG signatures verifiable by clicking
5729                 the [application/pgp-signature] in the Text
5730                 view
5731
5732 2002-09-22 [paul]       0.8.3claws
5733
5734         * po/bg.po
5735           po/en_GB.po
5736           po/es.po
5737           po/it.po
5738           po/pl.po
5739           po/pt_BR.po
5740           po/sr.po
5741                 updated translations, submitted by George Danchev,
5742                 me, Ricardo Mones Lastra, Alessandro Maestri,
5743                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.Beneditto 
5744                 and Urke MMI, respectively.     
5745
5746 2002-09-22 [alfons]     0.8.2claws65
5747
5748         * src/procmsg.c
5749         * src/pgptext.c
5750                 no furry valgrinds have been used to plug these memleaks
5751
5752 2002-09-20 [paul]       0.8.2claws64
5753
5754         * sync with 0.8.3cvs4
5755                 'Select thread' re-implemented 
5756                 see ChangeLog 2002-09-20
5757
5758 2002-09-21 [alfons]     0.8.2claws63
5759
5760         * src/compose.c
5761                 compose_send(): plug unnoticed memleak
5762
5763 2002-09-20 [alfons]     0.8.2claws62
5764
5765         * src/addr_compl.c
5766                 replace_address_in_edit(): strict check for NULL address to
5767                 fix "[ 607348 ] Segfault in address completion". My guess is
5768                 that this happens with an empty address book, but it's good
5769                 to have this check here anyway
5770                 
5771                 completion_window_button_press(): free string returned 
5772                 from the internal cache
5773
5774 2002-09-20 [christoph]  0.8.2claws61
5775
5776         * src/procmime.h
5777                 added ENC_BINARY to EncodingType
5778         * src/procmime.c
5779                 the string returned by procmime_get_encoding_str
5780                 should not depend on the order of values in the
5781                 EncodingType definition
5782         * doc-src/rfc1806.txt   ** NEW FILE **
5783                 Added rfc1806 about MIME Content-Disposition
5784                 Extension
5785
5786 2002-09-19 [paul]       0.8.2claws60
5787
5788         * sync with 0.8.2cvs3
5789                 see ChangeLog 2002-09-19
5790
5791 2002-09-19 [paul]       0.8.2claws59
5792
5793         * src/prefs_folder_item.c
5794                 revert to Darko's original alignment of colour
5795                 selector button
5796                 add a colon to folder_color label
5797                 
5798         * src/compose.c
5799                 add Colin's patch (with Hiro's modifications) to 
5800                 force BASE64 encoding for 8-bit text when signing
5801                 (sync with 0.8.3cvs2)
5802
5803 2002-09-18 [alfons]     0.8.2claws58
5804
5805         * src/compose.c
5806                 :%sno/if(/if (/gc
5807                 :%sno/for(/for (/gc
5808                 (beautify a little bit)
5809
5810 2002-09-18 [christoph]  0.8.2claws57
5811
5812         * src/pine.c
5813                 fix handling of fgetc return value
5814
5815 2002-09-17 [alfons]     0.8.2claws56
5816         
5817         * src/summaryview.c
5818                 summary_sort(): check non-NULL summaryview->folder_item when no 
5819                 folder is selected at all
5820                 (closes "[ 610344 ] sort label make syl Crash")
5821
5822 2002-09-17 [alfons]     0.8.2claws55
5823         
5824         * src/compose.c
5825                 beautify a little bit
5826
5827 2002-09-17 [christoph]  0.8.2claws54
5828
5829         * src/folder.c
5830                 initialize max values for cache and folder
5831                 when cache or folder is empty
5832
5833 2002-09-15 [colin]      0.8.2claws53
5834
5835         * src/compose.c
5836                 Fix a leak (thanks Alfons!) and cleaned
5837                 variables names for custom headers
5838
5839 2002-09-15 [colin]      0.8.2claws52
5840
5841         * src/compose.c
5842                 Fix custom headers recognition when
5843                 prefs_common.trans_hdr is on
5844
5845 2002-09-15 [colin]      0.8.2claws51
5846
5847         * src/compose.c
5848                 Allow dynamically-added custom headers
5849                 Yet not reparsed if reedited
5850
5851 2002-09-15 [alfons]     0.8.2claws50
5852
5853         * src/prefs_account.c
5854                 fix warnings
5855
5856 2002-09-15 [colin]      0.8.2claws49
5857         
5858         * src/prefs_account.c
5859                 fix pop_before_smtp sensitivity
5860
5861 2002-09-15 [colin]      0.8.2claws48
5862
5863         * src/inc.[ch]
5864                 add inc_pop_before_smtp()
5865                 allow MainWindow to be undefined in 
5866                 inc_account_mail() and inc_start()
5867         * src/pop.c
5868           src/prefs_account.h
5869                 add STYPE_POP_BEFORE_SMTP session type
5870         * src/prefs_account.c
5871                 activated pop before smtp option
5872         * src/send.c
5873                 do pop before smtp if the relevant option 
5874                 is set
5875
5876 2002-09-15 [paul]       0.8.2claws47
5877
5878         * sync with 0.8.3
5879                 see ChangeLog 2002-09-15
5880
5881 2002-09-14 [paul]       0.8.2claws46
5882
5883         * po/bg.po
5884                 updated Bulgarian translation, submitted by
5885                 George Danchev
5886
5887 2002-09-13 [paul]       0.8.2claws45
5888
5889         * src/compose.c
5890                 merge claws' select_account() with main's
5891                 (new) compose_select_account(). [sync with
5892                 0.8.2cvs15, see ChangeLog 2002-09-11]
5893
5894 2002-09-12 [christoph]  0.8.2claws44
5895
5896         * src/filter.c
5897                 allocate 1 elements of FolderItem not 0
5898
5899 2002-09-12 [colin]      0.8.2claws43
5900
5901         * src/compose.c
5902                 Fix bug #590825 (obey Follow-up: poster)
5903
5904 2002-09-12 [colin]      0.8.2claws42
5905
5906         * src/procmime.c
5907                 Fix bug #557009 (wrong headers for messages 
5908                 forwarded as attachments)
5909
5910 2002-09-11 [colin]      0.8.2claws41
5911         
5912         * src/compose.c
5913                 Put SCF: pseudo-header on top of message
5914                 Set draft tmp_flag when saved as draft
5915
5916         * src/procmsg.c
5917           src/procheader.c
5918                 Skip after first \n\n for beginning of real message
5919                 for drafts too
5920
5921 2002-09-11 [christoph]  0.8.2claws40
5922
5923         * src/filtering.c
5924                 use procmsg flag functions in filtering or processing
5925                 will cause incorrect folder message counts
5926
5927 2002-09-11 [colin]      0.8.2claws39
5928
5929         * src/compose.c
5930                 Fix bug #550175 - wrong save folder when reediting
5931                 drafts
5932
5933 2002-09-11 [paul]       0.8.2claws38
5934
5935         * sync with 0.8.2cvs14
5936                 see ChangeLog 2002-09-11
5937
5938 2002-09-11 [colin]      0.8.2claws37
5939
5940         * src/folder.c
5941                 Fix a typo (seeming to cause new/unread status to
5942                 be lost)
5943
5944 2002-09-10 [christoph]  0.8.2claws36
5945
5946         * src/compose.c
5947                 compose_redirect should not use compose_generic_new
5948                 because that does more stuff than expected including
5949                 opening the external editor
5950                 (closes bug "[ 526608 ] bounced messages appear blank
5951                  in editor")
5952
5953 2002-09-10 [christoph]  0.8.2claws35
5954
5955         * src/folder.c
5956                 fix problem with too large message number range
5957                 causing a crash in folder_item_scan
5958
5959 2002-09-10 [paul]       0.8.2claws34
5960
5961         * sync with 0.8.2cvs13
5962                 see ChangeLog 2002-09-10
5963
5964 2002-09-10 [christoph]  0.8.2claws33
5965
5966         * src/msgcache.c
5967                 set MsgInfo TmpFlags for queue and draft folders
5968                 (closes bug "[ 591676 ] Queue ignore MIME on restart")
5969
5970 2002-09-10 [paul]       0.8.2claws32
5971
5972         * AUTHORS
5973           po/bg.po      ** NEW FILE **
5974                 new Bulgarian translation submitted by
5975                 George Danchev <danchev@spnet.net>
5976                 
5977         * tools/Makefile.am
5978           tools/README
5979           tools/tb2sylpheed     ** NEW FILE **
5980                 add script that converts an addressbook exported
5981                 from The Bat! into a Sylpheed addressbook. Submitted
5982                 by Urke MMI <urke-kg@eunet.yu>
5983
5984 2002-09-10 [paul]       0.8.2claws31
5985
5986         * sync with 0.8.2cvs12
5987                 see ChangeLog 2002-09-10
5988
5989 2002-09-06 [paul]       0.8.2claws30
5990
5991         * src/prefs_common.c
5992                 sync with 0.8.2cvs11, see ChangeLog 2002-09-06
5993                 
5994         * tools/Makefile.am
5995           tools/README
5996           tools/ldif-to-xml.py  ** REMOVED **
5997                 remove obsolete python script
5998
5999 2002-09-06 [paul]       0.8.2claws29
6000
6001         * sync with 0.8.2cvs10
6002                 see ChangeLog 2002-09-06
6003
6004 2002-09-04 [paul]       0.8.2claws28
6005
6006         * sync with 0.8.2cvs9
6007                 see ChangeLog 2002-08-04
6008
6009 2002-09-04 [colin]      0.8.2claws27 
6010
6011         * src/prefs_common.[ch]
6012                 Added signature color configuration
6013         * src/textview.c
6014                 Use user-specified signature color
6015
6016 2002-09-03 [colin]      0.8.2claws26
6017
6018         * src/prefs_common.[ch]
6019                 Added autosave and autosave_length prefs
6020         * src/compose.c
6021                 Added compose_remove_draft()
6022                 Auto-save drafts according to the prefs
6023         * src/main.c
6024                 Added a crash-indicator file, allowing to check
6025                 for new messages on startup if Sylpheed crashed
6026                 (makes saved drafts "reappear")
6027
6028 2002-09-03 [colin]      0.8.2claws25
6029
6030         * src/textview.[ch]
6031                 Grey the signature
6032
6033 2002-09-03 [paul]       0.8.2claws24
6034
6035         * sync with 0.8.2cvs8
6036                 see ChangeLog 2002-09-02 and 2002-09-03
6037
6038 2002-09-03 [darko]      0.8.2claws23
6039
6040         * src/folderview.c
6041                 use normal style when creating new folder to pick
6042                 proper font size 
6043
6044 2002-09-02 [melvin]     0.8.2claws22
6045
6046         * src/gtkaspell.m4
6047                 removed some obsolete code
6048
6049 2002-09-02 [melvin]     0.8.2claws21
6050
6051         * ac/aspell.m4
6052                 fixed test's equality sign (== to =)
6053
6054 2002-09-02 [alfons]     0.8.2claws20
6055
6056         * src/folder.c
6057         * src/mh.c
6058                 revert change of 0.8.2claws16 and use the mh_folder_destroy
6059                 as folder->destroy virtual as suggested by Hiro
6060                 (the mh.c code seems to have been lost around mh.c.1.21)
6061
6062 2002-09-02 [paul]       0.8.2claws19
6063
6064         * po/pt_BR.po
6065                 updated by Fabio Jr. Beneditto
6066                 
6067         * src/defs.h
6068                 use 'http://claws.sylpheed.org' for homepage link. 
6069                 Domain provided by Oktay Altunergil <oktay@freelinuxcd.org>
6070
6071 2002-09-01 [alfons]     0.8.2claws18
6072
6073         * src/mh.c
6074                 plug memleak related to one Martin Kluge found
6075
6076 2002-08-31 [paul]       0.8.2claws17
6077
6078         * sync with 0.8.2cvs6
6079                 see ChangeLog 2002-08-30
6080
6081 2002-08-31 [alfons]     0.8.2claws16
6082
6083         * src/folder.c
6084                 folder_destroy(): remove mailbox from folderlist even if it has
6085                 no destroy virtual
6086
6087 2002-08-31 [alfons]     0.8.2claws15
6088
6089         * src/folder.c
6090                 :%sno/if(/if (/gc
6091                 :%sno/for(/for (/gc
6092                 (being pedantic I know)
6093
6094 2002-08-31 [alfons]     0.8.2claws14
6095
6096         * src/folder.c
6097                 check for NULL pointers returned from folder->fetch_msginfo virtual
6098                 (should solve some reported crashes)
6099
6100 2002-08-30 [alfons]     0.8.2claws13
6101
6102         * acconfig.h
6103         * configure.in
6104         * src/crash.c
6105                 enable crash dialog on compilation time
6106                 (--enable-crash-dialog configure option)
6107
6108 2002-08-30 [alfons]     0.8.2claws12
6109
6110         * AUTHORS
6111                 add Martin Kluge
6112         * src/mh.c
6113                 apply memory leak plug patch by Martin Kluge
6114                 (closes patch "[ 602568 ] patch for 602441 little memory leak",
6115                 bug "[ 599677 ] Very small memory leak in 0.81claws115",
6116                 and bug "[ 602441 ] memoryleak in filtering 0.8.2claws9?")
6117
6118 2002-08-30 [darko]      0.8.2claws11
6119
6120         * src/folderview.c
6121                 copy Gtk style from normal style to match
6122                 font size for coloured folders
6123
6124 2002-08-29 [alfons]     0.8.2claws10
6125
6126         * sylpheed.desktop
6127                 Type=Internet <- Type=Application
6128                 (reported by Michael Schwendt, see:
6129                 http://sourceforge.net/tracker/index.php?func=detail&aid=599765&group_id=25528&atid=384600
6130                 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=72882)
6131
6132 2002-08-29 [paul]       0.8.2claws9
6133
6134         * sync with 0.8.2cvs5
6135                 see ChangeLog 2002-08-29
6136
6137 2002-08-29 [colin]      0.8.2claws8
6138
6139         * src/summaryview.c
6140                 Added a sanity check in summary_select_thread
6141                 Should fix bug 601605
6142
6143 2002-08-29 [colin]      0.8.2claws7
6144
6145         * src/main.c
6146                 Revert claws6 changes regarding bug #591676
6147
6148 2002-08-28 [colin]      0.8.2claws6
6149         
6150         * src/main.c
6151                 Ignore cache for queue folderitems
6152                 Fix bug #591676
6153
6154 2002-08-28 [melvin]     0.8.2claws5
6155
6156         * README.claws
6157                 Fixed typos.
6158
6159 2002-08-28 [melvin]     0.8.2claws4
6160
6161         * README.claws
6162                 Updated a bit the text concerning the spell checker
6163
6164 2002-08-28 [melvin]     0.8.2claws3
6165
6166         Merged the GNU_aspell_branch:
6167                 Support of new GNU/aspell is now included and the old pspell
6168                 is not supported anymore.
6169                 See README.claws
6170
6171         * README.claws
6172                 Updated spell checker text to reflect the switch to GNU/aspell
6173
6174         * ac/aspell.m4          *** NEW ***
6175         * src/gtkaspell.[ch]    *** NEW *** 
6176         * ac/pspell.m4          *** DELETED *** 
6177         * src/gtkspell.[ch]     *** DELETED ***
6178
6179         * ac/Makefile.am
6180                 Updated for GNU/aspell support
6181
6182         * po/POTFILES.in
6183                 Replaced gtkspell.c by gtkaspell.c
6184
6185         * acconfig.h
6186         * src/Makefile.am
6187         * src/about.c
6188         * src/compose.[ch]
6189         * src/crash.c
6190         * src/main.c
6191         * src/prefs_common.[ch]
6192                 Updated for GNU/aspell support
6193
6194 2002-08-28 [paul]       0.8.2claws2
6195
6196         * sync with 0.8.2cvs4
6197                 see ChangeLog 2002-08-27 and 2002-08-28
6198
6199 2002-08-28 [colin]      0.8.2claws1
6200
6201         * src/summary_search.c
6202                 Added "AND search"
6203
6204 2002-08-28 [jens]       0.8.2claws
6205
6206         *po/de.po
6207                 Updated German translations
6208
6209 2002-08-27 [melvin]     0.8.2claws
6210
6211         * po/fr.po
6212                 Updated French translations
6213
6214 2002-08-27 [paul]       0.8.2claws
6215
6216         * sync with 0.8.2 main release
6217
6218         * po/en_GB.po
6219           po/es.po
6220           po/it.po
6221           po/pl.po
6222           po/pt_BR.po
6223           po/sr.po
6224                 updated message catalogs submitted by
6225                 Ricardo Mones Lastra, Alessandro Maestri,
6226                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.
6227                 Beneditto and Urke MMI  
6228
6229 2002-08-27 [hoa]        0.8.1claws123
6230
6231         * src/mainwindow.[ch]
6232         * src/summaryview.[ch]
6233                 removed the "filter setting" menu option.
6234                 add a "cancel a news message" menu option.
6235
6236 2002-08-26 [martin]     0.8.1claws122
6237
6238         * ChangeLog.claws
6239                 changed string under 0.8.1claws79 changed by myself
6240                 i'm sorry alfons :(
6241
6242 2002-08-26 [martin]     0.8.1claws121
6243
6244         * src/crash.c
6245                 added kill command to debuggerrc to start crash dialog
6246
6247 2002-08-26 [paul]       0.8.1claws120
6248
6249         * sync with 0.8.1cvs31
6250                 see ChangeLog 2002-08-26
6251
6252 2002-08-25 [alfons]     0.8.1claws119
6253
6254         * src/procmsg.c
6255                 fix bug that didn't send out correct headers to news server
6256                 when sending news article and email from queue (bug reported
6257                 and patch provided by Tim Mann; closes bug 
6258                 "[ 583196 ] 0.7.8claws can't post news")
6259
6260 2002-08-25 [alfons]     0.8.1claws118
6261
6262         * src/selective_download.c
6263                 mark two strings as translatable
6264                 (thanks to Urke MMI for pointing this out)
6265
6266 2002-08-25 [alfons]     0.8.1claws117
6267
6268         * src/summaryview.c
6269                 treat sent boxes as special and allow sorting them by addressee
6270                 (closes "[ 589418 ] Sent folder sorting misbehavior"
6271                 submitted by Steve Lamb)
6272
6273 2002-08-24 [alfons]     0.8.1claws116
6274
6275         * src/matcher.c
6276                 fix memleak reported by Martin Kluge
6277                 (see: "[ 599677 ] Very small memory leak in 0.81claws115")
6278
6279 2002-08-24 [oliver]     0.8.1claws115
6280
6281         * src/prefs_toolbar.c
6282                 o code cleanup as suggested by Alfons
6283                 o memleak fix
6284
6285 2002-08-24 [alfons]     0.8.1claws114
6286
6287         * src/summaryview.c
6288                 o fix another memory leak reported by Martin Kluge
6289                   (see "[ 599568 ] Small Memory Leak")
6290                 o remove 'from' variable from 'summary_set_header()'; we can
6291                   do with just 'to' 
6292
6293 2002-08-24 [paul]       0.8.1claws113
6294
6295         * sync with 0.8.1cvs30
6296                 see ChangeLog 2002-08-23
6297
6298 2002-08-24 [alfons]     0.8.1claws112
6299
6300         * src/summaryview.c
6301                 remove unnecessary allocations for search bar fixing leaks
6302                 reported by Martin Kluge
6303                 (see "[ 599451 ] Further memory leaks?")
6304
6305 2002-08-24 [alfons]     0.8.1claws111
6306
6307         * src/main.c
6308                 make get_socket_name() public for crash.c
6309         * src/crash.c
6310                 o make report bug button work (goes to claws' 
6311                   bug tracker at sf.net)
6312                 o introduce function for doing important stuff just
6313                   before claws goes down
6314                 o clean up code 
6315
6316 2002-08-24 [alfons]     0.8.1claws110
6317
6318         * src/compose.c
6319                 move cursor to "To" entry when forwarding as attachment
6320                 (reported and solved by Steve Lamb, closes bug report
6321                 "[ 592880 ] Forward as attachment; cursor not in to")
6322
6323 2002-08-24 [colin]      0.8.1claws109
6324
6325         * src/mainwindow.c
6326                 fix quick search visibility after GUI (de)separations.
6327
6328 2002-08-23 [colin]      0.8.1claws108
6329
6330         * src/mainwindow.c
6331                 fix header pane visibility after folderview or
6332                 messageview (de)separation
6333
6334 2002-08-23 [paul]       0.8.1claws107
6335
6336         * src/mainwindow.[ch]
6337           src/toolbar.c
6338                 give full control of display or non-display 
6339                 of the Execute icon to Custom toolbar settings.
6340                 add new sensitivity condition to maninwindow.h: 
6341                 M_DELAY_EXEC
6342
6343         * ChangeLog
6344           ChangeLog.jp
6345           NEWS
6346                 more sync with 0.8.1cvs29
6347
6348 2002-08-23 [melvin]     0.8.1claws106
6349
6350         * src/alertpanel.c
6351                 Readded support for custom widget in alertpanel lost in last
6352                 sync.
6353
6354 2002-08-23 [paul]       0.8.1claws105
6355
6356         * sync with 0.8.1cvs29
6357                 see ChangeLog 2002-08-23
6358
6359 2002-08-23 [colin]      0.8.1claws104
6360
6361         * src/summaryview.c
6362                 Fix folder and search pixmaps exchanging positions
6363                 after theme or toolbar changes. Thank to Oliver for 
6364                 reporting this.
6365
6366 2002-08-23 [colin]      0.8.1claws103
6367
6368         * src/mainwindow.c
6369           src/messageview.[ch]
6370           src/noticeview.[ch]
6371           src/summaryview.c
6372                 Changed messageview_create() and noticeview_create()
6373                 to avoid the last gdk_warning
6374
6375 2002-08-22 [colin]      0.8.1claws102
6376
6377         * src/summaryview.c
6378                 Fix my new `Creating pixmap from xpm' warning
6379
6380 2002-08-22 [colin]      0.8.1claws101
6381
6382         * src/mainwindow.c
6383                 Fix some of the gdk warnings
6384
6385 2002-08-22 [colin]      0.8.1claws100
6386
6387         * src/Makefile.am
6388         * src/stock_pixmap.c
6389         * src/stock_pixmap.h
6390         * src/pixmaps/quicksearch.xpm *ADDED*
6391                 Add the quicksearch pixmap
6392         * src/mainwindow.c
6393         * src/summaryview.c
6394         * src/summaryview.h
6395                 Make quicksearch bar visible/hidden via a button
6396
6397 2002-08-22 [christoph]  0.8.1claws99
6398
6399         * src/folder.c
6400                 fix folder update for newsgroups with message
6401                 numbers below minimum number of articles to fetch
6402                 (closes bug #598445)
6403
6404 2002-08-22 [paul]       0.8.1claws98
6405
6406         * sync with 0.8.1cvs28
6407                 see ChangeLog 2002-08-22
6408
6409 2002-08-21 [alfons]     0.8.1claws97
6410
6411         * src/crash.c
6412                 use bt instead of bt full which seems to work 
6413                 better, and bt full doesn't give a great deal 
6414                 of information anyway
6415
6416 2002-08-21 [colin]      0.8.1claws96
6417
6418         * src/summaryview.c
6419                 fix summaryview_searchtype_changed prototype
6420
6421 2002-08-21 [christoph]  0.8.1claws95
6422
6423         * src/mainwindow.c
6424                 o fix broken menu update for sorting type, we have to
6425                   get this info from the summaryview now
6426                 o removed setting of threaded state in menu callback
6427         * src/summaryview.[ch]
6428                 more summaryview/folderitem seperation for
6429                 threading option
6430         * configure.in
6431                 removed not required --with-compiler-flags option
6432
6433 2002-08-21 [oliver]     0.8.1claws94
6434         
6435         * src/toolbar.h 
6436                 o rename toolbar.xml to toolbar_main.xml
6437                   since toolbar_compose.xml might come up 
6438                   any time soon
6439         * README.claws
6440                 add custom toolbar              
6441
6442 2002-08-21 [darko]      0.8.1claws93
6443
6444         * src/procmsg.c
6445                 don't reset tmp flags for messages copied
6446                 to sent folder
6447
6448 2002-08-21 [colin]      0.8.1claws92
6449         
6450         * src/prefs_filtering.c
6451                 fix renaming rules on folder rename 
6452                 when folder is not a leaf folder
6453
6454 2002-08-21 [paul]       0.8.1claws91
6455
6456         * src/prefs_folder_item.c
6457                 fix alignment of colour selector
6458
6459 2002-08-21 [paul]       0.8.1claws90
6460
6461         * sync with 0.8.1cvs27
6462                 see ChangeLog 2002-08-21
6463
6464 2002-08-21 [paul]       0.8.1claws89
6465
6466         * src/summaryview.c
6467                 fix crash when changing field type in
6468                 Quick search bar
6469
6470 2002-08-21 [colin]      0.8.1claws88
6471
6472         * src/summaryview.c
6473                 Made quick search case-insensitive
6474
6475 2002-08-21 [paul]       0.8.1claws87
6476
6477         * sync with 0.8.1cvs26
6478                 see ChangeLog 2002-08-21
6479
6480 2002-08-20 [christoph]  0.8.1claws86
6481
6482         * src/folderview.c
6483         * src/main.c
6484         * src/summaryview.[ch]
6485                 more summaryview/folderitem seperation for
6486                 sort_key and sort_type
6487         * src/procmsg.c
6488                 added missing return statement
6489
6490 2002-08-20 [colin]      0.8.1claws85
6491
6492         * src/summaryview.[ch]
6493                 Added a quick search box
6494         * src/mainwindow.c
6495         * src/prefs_common.[ch]
6496                 Added a show/hide option for the quick search
6497
6498 2002-08-20 [oliver]     0.8.1claws84
6499         
6500         * src/mainwindow.c
6501                 remove toolbar_create_popups
6502         * src/toolbar.[ch]
6503                 o remove toolbar_create_popups
6504                 o fix toolbar_set_sensitive 
6505                   (Bug reports #596834 and #596832)     
6506         * src/prefs_toolbar.c
6507                 o add "Set default" button
6508                 o align label and text + combo widgets
6509
6510 2002-08-20 [hoa]        0.8.1claws83bis
6511
6512         * src/imap.c
6513                 fixed a bug in imap_fetch_msginfo() in case there is no
6514                 current folder.
6515
6516 2002-08-20 [darko]      0.8.1claws83
6517
6518         * src/folderview.c
6519                 copy the color style of folder view so it
6520                 works with GTK themes
6521
6522 2002-08-20 [darko]      0.8.1claws82
6523
6524         * src/folder.h
6525         * src/folderview.c
6526         * src/prefs_folder_item.[hc]
6527                 don't use UI stuff in folder.h
6528
6529 2002-08-20 [darko]      0.8.1claws81
6530
6531         * src/folder.h
6532         * src/prefs_folder_item.h
6533         * src/folderview.c
6534         * src/prefs_folder_item.c
6535                 ability to set folder color in folderview
6536
6537 2002-08-19 [alfons]     0.8.1claws80
6538
6539         * src/summaryview.c
6540                 fix one of the earlier memleaks reported by Martin Kluge
6541
6542 2002-08-19 [alfons]     0.8.1claws79
6543
6544         * src/mainwindow.c
6545                 hide notice view when selecting seperate folder
6546                 view (reported by Urke MMI)
6547
6548 2002-08-19 [christoph]  0.8.1claws78
6549
6550         * src/folderview.c
6551         * src/prefs_folder_item.h
6552         * src/summaryview.[ch]
6553                 o add summary_set_prefs_from_folderitem to set
6554                   summaryview prefs (first step to remove all
6555                   references to the folderitem in summaryview)
6556                 o moved compiled regex stuff from folderitem prefs
6557                   to summaryview code
6558
6559 2002-08-19 [paul]       0.8.1claws77
6560
6561         * src/compose.c
6562                 add check for '.' to QUOTE_IF_REQUIRED
6563
6564 2002-08-19 [paul]       0.8.1claws76
6565
6566         * src/inc.c
6567                 sync with 0.8.1cvs25 (plug memory leak)
6568
6569         * src/prefs_toolbar.c
6570                 re-order prefs_toolbar_cancel()
6571
6572 2002-08-18 [alfons]     0.8.1claws75
6573
6574         * src/inc.c
6575         * src/matcher.c
6576                 plug other memleaks reported by Martin Kluge
6577
6578 2002-08-18 [paul]       0.8.1claws74
6579
6580         * po/pt_BR.po
6581                 updated by Fabio Jr. Beneditto
6582
6583 2002-08-18 [paul]       0.8.1claws73
6584
6585         * src/toolbar.[ch]
6586                 fix bug where tooltips were displayed untranslated              
6587
6588         * src/prefs_toolbar.c
6589                 fix bug where clicking 'Cancel' creates an icon & text
6590                 toolbar regardless of prefs
6591         
6592
6593 2002-08-17 [oliver]     0.8.1claws72
6594
6595         * src/prefs_toolbar.c
6596                 update toolbar on CANCEL
6597                 bug reported by Martin Kluge
6598         * src/toolbar.c
6599                 toolbar_destroy memleak fixed           
6600
6601 2002-08-17 [alfons]     0.8.1claws71
6602
6603         * src/toolbar.c
6604                 plug another memleak reported by Martin Kluge
6605
6606 2002-08-16 [alfons]     0.8.1claws70
6607
6608         * src/crash.c
6609                 use execvp() correctly (suggested by wwp; thanks!)
6610
6611 2002-08-16 [alfons]     0.8.1claws69
6612
6613         * src/gtksctree.c
6614                 plug memory leak reported by Kim Schultz & Martin Kluge
6615
6616 2002-08-16 [paul]       0.8.1claws68
6617
6618         * po/es.po
6619                 updated by Ricardo Mones Lastra
6620
6621 2002-08-16 [paul]       0.8.1claws67
6622
6623         * src/toolbar.h
6624                 fix bug where 'Compose News' icon showed wrong
6625                 tooltip
6626
6627 2002-08-16 [paul]       0.8.1claws66
6628
6629         * sync with 0.8.1cvs24
6630                 see ChangeLog 2002-08-16
6631
6632         * po/it.po
6633                 updated by Alessandro Maestri
6634
6635 2002-08-15 [paul]       0.8.1claws65
6636
6637         * po/sr.po
6638                 updated by Urke MMI
6639
6640 2002-08-15 [paul]       0.8.1claws64
6641
6642         * src/*.c
6643                 don't translate debug info
6644
6645         * src/matcher.[ch]
6646                 add copyright info
6647
6648 2002-08-15 [paul]       0.8.1claws63
6649
6650         * src/prefs_toolbar.c
6651                 fix bug where clicking 'OK' creates an icon & text
6652                 toolbar regardless of prefs
6653
6654 2002-08-14 [alfons]     0.8.1claws62
6655
6656         * src/main.c
6657                 add global var that has the full argv[0]
6658         * src/crash.c
6659                 o execvp the correct sylpheed by using argv0
6660                   and setting the correct work dir
6661                 o other tweaks  
6662
6663 2002-08-14 [oliver]     0.8.1claws61
6664         
6665         * enable/disable Toolbar Action Buttons 
6666         * code cleanups
6667         * src/mainwindow.c
6668         * src/toolbar.[ch]      
6669         * src/prefs_toolbar.c   
6670
6671 2002-08-14 [melvin]     0.8.1claws60
6672
6673         * po/fr.po
6674                 Updated French translations
6675
6676 2002-08-14 [melvin]     0.8.1claws59
6677
6678         * src/crash.c
6679                 Made bug report not translatable
6680         * src/exporthtml.c
6681                 Fixed exporthtml_build_filespec() return value
6682         * src/foldersel.c
6683                 Fixed incorrect include file
6684         * src/gtkspell.c
6685         * src/prefs_actions.c
6686         * src/prefs_toolbar.c
6687                 Made debug info not translatable
6688         * src/mutt.c
6689         * src/quote_fmt.c
6690                 Added missing includes
6691         * src/prefs_common.c
6692                 Fixed typo
6693
6694 2002-08-14 [paul]       0.8.1claws58
6695
6696         * faq/es/sylpheed-faq.html
6697           faq/es/sylpheed-faq-[1-3].html
6698           faq/es/sylpheed-faq-4.html     **NEW FILE **
6699                 update Spanish FAQ
6700
6701 2002-08-13 [christoph]  0.8.1claws57
6702
6703         * src/procmsg.c
6704                 ignore thread fix that did not mark all
6705                 child nodes of a ignored thread as
6706                 ignored. Does not work perfectly yet,
6707                 but it is better now
6708
6709 2002-08-13 [alfons]     0.8.1claws56
6710
6711         * src/crash.c
6712                 o implement 'save crash log'
6713                 o some tweaks
6714
6715 2002-08-13 [melvin]     0.8.1claws55
6716
6717         * src/main.c
6718                 removed unrequired "execinfo.h" header
6719
6720 2002-08-12 [paul]       0.8.1claws54
6721
6722         * faq/en/sylpheed-faq.html
6723           faq/en/sylpheed-faq-[1-3].html
6724           faq/en/sylpheed-faq-4.html     **NEW FILE **
6725                 update English FAQ
6726
6727 2002-08-12 [alfons]     0.8.1claws53
6728
6729         * po/POTFILES.in
6730                 add crash.c to translatables
6731         * src/crash.c
6732                 bring in Leandro's crash dialog
6733
6734 2002-08-11 [alfons]     0.8.1claws52
6735
6736         * src/crash.c
6737                 clean up some warnings
6738
6739 2002-08-11 [alfons]     0.8.1claws51
6740
6741         * acconfig.h
6742         * configure.in
6743         * src/crash.[ch]        ** NEW FILES **
6744         * src/main.c            
6745                 initial gdb crash handler
6746
6747 2002-08-11 [paul]       0.8.1claws50
6748
6749         * src/prefs_toolbar.c
6750                 replace Up/Down arrow pixmaps with text to be
6751                 consistent across icon themes
6752
6753 2002-08-11 [paul]       0.8.1claws49
6754
6755         * src/prefs_common.c
6756           src/prefs_toolbar.c
6757                 rename 'Pixmap' -> 'Icon'
6758
6759         * src/toolbar.[ch]
6760                 rename  'A_SEND_QUEUD' -> 'A_SEND_QUEUED'
6761
6762 2002-08-10 [paul]       0.8.1claws48
6763
6764         * src/prefs_toolbar.c
6765                 re-work the UI
6766
6767 2002-08-10 [paul]       0.8.1claws47
6768
6769         * src/main.c
6770                 don't write Processing progress to status bar
6771                 patch submitted by Alexander Evseev
6772
6773         * src/prefs_toolbar.c
6774                 re-position and resize window
6775                 make window assume correct size on first call
6776
6777 2002-08-10 [paul]       0.8.1claws46
6778
6779         * src/mainwindow.c
6780           src/prefs_toolbar.c
6781           src/toolbar.c
6782           src/toolbar.h
6783                 obey coding style
6784                 follow UI text conventions
6785
6786 2002-08-10 [alfons]     0.8.1claws45
6787
6788         * src/toolbar.c
6789                 correct pixmap for delete action
6790
6791 2002-08-10 [paul]       0.8.1claws44
6792
6793         * po/pt_BR.po
6794                 updated by Fabio Jr. Beneditto
6795
6796 2002-08-10 [paul]       0.8.1claws43
6797
6798         * po/POTFILES.in
6799                 add custom toolbar files
6800
6801 2002-08-10 [paul]       0.8.1claws42
6802
6803         * sync with 0.8.1cvs22
6804                 see ChangeLog 2002-08-09
6805
6806 2002-08-09 [paul]       0.8.1claws41
6807
6808         * tools/Makefile.am
6809           tools/README
6810           tools/outlook2sylpheed.pl     ** NEW FILE **
6811                 add script to convert exported Outlook
6812                 contacts list to a Sylpheed addressbook.
6813                 Submitted by Ricardo Mones Lastra.
6814
6815 2002-08-09 [paul]       0.8.1claws40
6816
6817         * AUTHORS
6818           configure.in
6819           po/sr.po      ** NEW FILE **
6820                 add Serbian message catalog. Submitted by
6821                 Urosevic Aleksandar aka Urke MMI <urke-kg@eunet.yu>             
6822
6823 2002-08-09 [paul]       0.8.1claws39
6824
6825         * sync with 0.8.1cvs21
6826                 see ChangeLog 2002-08-08
6827
6828 2002-08-08 [oliver]     0.8.1claws38
6829
6830         * src/mainwindow.c
6831                 move Custom Toolbar to Configuration menu
6832
6833 2002-08-08 [oliver]     0.8.1claws37
6834
6835         * src/prefs_toolbar.c
6836                 fix substitute pixmap bug
6837
6838 2002-08-08 [paul]       0.8.1claws36
6839
6840         * sync with 0.8.1cvs19
6841                 see ChangeLog 2002-08-08
6842
6843 2002-08-07 [christoph]  0.8.1claws35
6844
6845         * src/utils.c
6846                 fixed a memory leak in new canonicalize_file_replace
6847
6848 2002-08-07 [christoph]  0.8.1claws34
6849
6850         * src/utils.[ch]
6851                 o canonicalize_file_replace should create the temporary
6852                   file in the same directory as the original file.
6853                 o added get_tmpfile_in_dir that creates a temorary file
6854                   in a specified directory.
6855
6856 2002-08-07 [melvin]     0.8.1claws33
6857
6858         * src/toolbar.c
6859                 fixed bug where 'Article' button acted as 'Email' button.
6860
6861 2002-08-07 [paul]       0.8.1claws32
6862
6863         * sync with 0.8.1.cvs17
6864                 see ChangeLog 2002-08-07
6865
6866 2002-08-07 [colin]      0.8.1claws31
6867         
6868         * src/news.c
6869                 fix mass-cancel problem
6870
6871 2002-08-07 [thorsten]   0.8.1claws30
6872
6873         * src/prefs_toolbar.c
6874                 fix: crash on replace or add new button
6875         * src/toolbar.c
6876                 fix: close xmlfile after reading
6877         * src/utils.c
6878                 fix: unlink() file before rename()
6879
6880 2002-08-06 [paul]       0.8.1claws29
6881
6882         * sync with 0.8.cvs15
6883                 see ChangeLog 2002-08-06
6884
6885 2002-08-06 [oliver]     0.8.1claws28
6886
6887         * src/toolbar.c
6888         * src/prefs_toolbar.c
6889                 fixed empty toolbar issue
6890
6891 2002-08-06 [oliver]     0.8.1claws27
6892
6893         * Custom Toolbar Final 
6894         * src/folderview.c
6895         * src/inc.c
6896         * src/summaryview.c
6897                 o toolbar stuff now lives in src/toolbar.[ch]
6898                 o main_window_toolbar_* functions are renamed to
6899                   toolbar_* reflecting their new source file
6900         * src/mainwindow.[ch]
6901                 o remove toolbar stuff  
6902
6903 2002-08-06 [oliver]     0.8.1claws26
6904         
6905         * src/Makefile.am
6906         * src/prefs_toolbar.[ch]        **New File**
6907         * src/toolbar.[ch]              **New File**
6908                 o prefs_toolbar.[ch] custom toolbar frontend
6909                 o toolbar.[ch]       backend 
6910
6911 2002-08-06 [oliver]     0.8.1claws25
6912
6913         * src/prefs_actions.[ch]
6914                 o new exported function actions_execute
6915
6916 2002-08-06 [paul]       0.8.1claws24
6917
6918         * sync with 0.8.1cvs4
6919                 see ChangeLog 2002-08-06
6920
6921 2002-08-06 [paul]       0.8.1claws23
6922
6923         * sync with 0.8.1cvs13
6924                 see ChangeLog 2002-08-06
6925
6926 2002-08-06 [paul]       0.8.1claws22
6927
6928         * sync with 0.8.1cvs12
6929                 see ChangeLog 2002-08-05 and 2002-08-06
6930
6931 2002-08-06 [match]      0.8.1claws21
6932
6933         * src/addrclip.c
6934                 improvements to cut/copy/paste address
6935
6936 2002-08-05 [match]      0.8.1claws20
6937
6938         * src/addritem.[ch]
6939         * src/addrcache.c
6940         * src/addrbook.c
6941         * src/editaddress.c
6942         * src/addressbook.c
6943                 fixes to improve cut/copy/paste
6944
6945 2002-08-06 [melvin]     0.8.1claws19
6946
6947         * src/account.[ch]
6948                 account_find_all_from_address(): new function that returns the
6949                 list of all accounts that are matched in an address.
6950         * src/alertpanel.[ch]
6951                 alertpanel() now accepts a custom widget
6952                 alertpanel_with_widget(): new function that pops up a panel with
6953                 a custom widget in it 
6954         * src/gtkutils.[ch]
6955                 gtkut_account_menu_new(): new function that allows the selection
6956                 of an account from a list of accounts.
6957         * src/messageview.c
6958                 Extended Return Receipt notification to select the correct 
6959                 account and to make a security test on the Delivery-Notification
6960                 address which should be the same as the Return-Path.
6961
6962 2002-08-06 [thorsten]   0.8.1claws18
6963
6964         * src/mimeview.c
6965                 attach_all: save unnamed as "noname.%d",
6966                 dont free static dirname
6967
6968 2002-08-05 [alfons]     0.8.1claws17
6969
6970         * configure.in
6971                 detect XIM by trying to link rather than compile a XIM program
6972
6973 2002-08-05 [oliver]     0.8.1claws16
6974                 
6975         * src/stock_pixmap.[ch]
6976                 o add UP_ARROW to available pixmaps (already in pixmap-directory)
6977                 o new func to retrieve pixmaps
6978
6979 2002-08-05 [paul]       0.8.1claws15
6980
6981         * sync with 0.8.1cvs10
6982                 see ChangeLog 2002-08-05
6983
6984 2002-08-04 [alfons]     0.8.1claws14
6985
6986         * src/textview.c
6987                 see if this plugs memleak
6988
6989 2002-08-04 [melvin]     0.8.1claws13
6990
6991         * src/gtkspell.c
6992                 fixed bug that could crash Sylpheed when highlighting
6993                 all misspelled words.
6994
6995 2002-08-03 [melvin]     0.8.1claws12
6996
6997         * src/prefs_actions.c
6998                 removed unnecessary checks for NULL introduced in 0.8.1claws11.
6999         * src/messageview.c
7000                 fixed bug where the Return Receipt was sent to
7001                 Delivery-Notification-To address even if it was not present
7002
7003 2002-08-02 [alfons]     0.8.1claws11
7004
7005         * src/prefs_actions.c
7006                 o more check for NULLs
7007                 o put create_io_dialog() in right conditional block
7008
7009 2002-08-02 [paul]       0.8.1claws10
7010
7011         * po/es.po
7012                 updated by Ricardo Mones Lastra
7013
7014 2002-08-01 [christoph]  0.8.1claws9
7015
7016         * src/folder.c
7017                 don't free the cache of the opened
7018                 folder in the summaryview
7019         * src/summaryview.c
7020                 don't unset flags, if it is not required
7021
7022 2002-08-01 [paul]       0.8.1claws8
7023
7024         * sync with 0.8.1cvs8
7025                 see ChangeLog entry 2002-08-01
7026
7027 2002-08-01 [paul]       0.8.1claws7
7028
7029         * sync with 0.8.1cvs7
7030                 see ChangeLog 2002-07-31 and 2002-08-01
7031
7032 2002-07-31 [christoph]  0.8.1claws6
7033
7034         * src/mainwindow.c
7035                 forgot to update menu sensitivity
7036                 function for new menu entry
7037
7038 2002-07-31 [alfons]     0.8.1claws5
7039
7040         * src/main.c
7041                 check folder item and its path for NULL on
7042                 initial processing
7043
7044 2002-07-31 [christoph]  0.8.1claws4
7045
7046         * src/folder.c
7047                 check if folder_item_get_msginfo in
7048                 folder_item_remove_msg returned NULL
7049         * src/imap.c
7050                 better clear the uid cache in the
7051                 uid validity check function and delete
7052                 cached messages
7053
7054 2002-07-31 [paul]       0.8.1claws3
7055
7056         * man/sylpheed.1
7057                 add the '--attach' option and a few other
7058                 minor changes
7059
7060 2002-07-31 [paul]       0.8.1claws2
7061
7062         * sync with 0.8.1cvs5
7063                 see ChangeLog 2002-07-31
7064
7065 2002-07-31 [christoph]  0.8.1claws1
7066
7067         * src/folderview.[ch]
7068         * src/mainwindow.c
7069                 replace "Rescan all folders..." with
7070                 "Check all folders for new messages..."
7071
7072 2002-07-30 [paul]       0.8.1claws
7073
7074         * version 0.8.1claws released
7075
7076 2002-07-30 [paul]       0.8.0claws29
7077
7078         * tools/OOo2sylpheed.pl ** NEW FILE **
7079           tools/README
7080                 add script to enable sending documents as
7081                 attachments from OpenOffice.org
7082
7083 2002-07-30 [melvin]     0.8.0claws28
7084
7085         * src/prefs_actions.c
7086                 Made the actions' input/output dialog display
7087                 without delay.
7088
7089 2002-07-30 [christoph]  0.8.0claws27
7090
7091         * src/procmsg.c
7092                 check if folder_item_get_msginfo in
7093                 procmsg_save_to_outbox returned NULL
7094
7095 2002-07-30 [paul]       0.8.0claws26
7096
7097         * sync with 0.8.1cvs4
7098                 see ChangeLog 2002-07-29
7099
7100 2002-07-29 [thorsten]   0.8.0claws25
7101
7102         * README.claws
7103                 added selective download, delete on server
7104
7105 2002-07-29 [paul]       0.8.0claws24
7106
7107         * sync with 0.8.1cvs3
7108                 see ChangeLog 2002-07-29
7109
7110 2002-07-27 [christoph]  0.8.0claws23
7111
7112         * src/folder.c
7113                 add extra check if fetching the msginfo
7114                 returned NULL
7115
7116 2002-07-27 [paul]       0.8.0claws22
7117
7118         * sync with 0.8.1cvs2
7119                 see ChangeLog 2002-07-26
7120
7121 2002-07-27 [christoph]  0.8.0claws21
7122
7123         * src/imap.c
7124                 add another check if a valid msginfo
7125                 was returned
7126
7127 2002-07-26 [hoa]        0.8.0claws20
7128
7129         * src/folder.c
7130                 Fixed a condition in folder_item_destroy()
7131
7132         * src/imap.c
7133                 Fixed an error in IMAP protocol
7134
7135 2002-07-26 [alfons]     0.8.0claws19
7136
7137         * src/folder.c
7138                 ofcourse compare with identifier, not the path
7139
7140 2002-07-26 [alfons]     0.8.0claws18
7141
7142         * src/folder.c
7143                 use folder item identifier for saving / restoring
7144                 preferences because folder->path might not be unique
7145
7146 2002-07-26 [melvin]     0.8.0claws17
7147
7148         * src/logwindow.c
7149                 Fixed a crash introduced in 0.8.0claws5 when log is 
7150                 cut under 80 characters.
7151
7152 2002-07-26 [paul]       0.8.0claws16
7153
7154         * sync with 0.8.1cvs1
7155                 see ChangeLog 2002-07-26
7156
7157 2002-07-26 [christoph]  0.8.0claws15
7158
7159         * src/imap.[ch]
7160                 imap folder now remembers the last selected
7161                 folder and imap_fetch_msginfo skips selecting
7162                 the folder if it is already selected
7163
7164 2002-07-26 [christoph]  0.8.0claws14
7165
7166         * src/folder.c
7167         * src/folderview.c
7168         * src/imap.c
7169                 fix imap folder rescanning
7170
7171 2002-07-25 [christoph]  0.8.0claws13
7172
7173         * src/filter.c
7174         * src/folder.[ch]
7175         * src/folderview.c
7176         * src/imap.[ch]
7177         * src/mainwindow.c
7178         * src/mbox_folder.c
7179         * src/mh.c
7180         * src/news.c
7181                 implement imap uid cache and uid validity check
7182
7183 2002-07-25 [alfons]     0.8.0claws12
7184
7185         * src/summaryview.c
7186                 fix a brown paper bag bug, and also add some more
7187                 checks
7188
7189 2002-07-25 [christoph]  0.8.0claws11
7190
7191         * src/folder.c
7192                 don't mix copy, fetch_msginfo and remove
7193                 operations in folder item copy and move
7194                 operations
7195
7196 2002-07-25 [christoph]  0.8.0claws10
7197
7198         * src/folderview.c
7199         * src/mainwindow.c
7200         * src/prefs_folder_item.c
7201         * src/summaryview.[ch]
7202                 remove no longer required parameter update_cache from
7203                 summary_show
7204
7205 2002-07-25 [paul]       0.8.0claws9
7206
7207         * sync with 0.8.1
7208         
7209         * AUTHORS
7210                 a few corrections
7211
7212 2002-07-24 [alfons]     0.8.0claws8
7213
7214         * src/summaryview.c
7215                 sort correctly when using simplified subject line
7216                 (closes feature request "[ 585141 ] applying regexp to subject 
7217                 before sort" submitted by Alexandra Walford)
7218
7219 2002-07-24 [paul]       0.8.0claws7
7220
7221         * sync with 0.8.0cvs3
7222                 see ChangeLog 2002-07-24
7223
7224 2002-07-23 [christoph]  0.8.0claws6
7225
7226         * src/folder.c
7227         * src/folder.h
7228         * src/summaryview.c
7229         * src/summaryview.h
7230         * src/main.c
7231                 o separate processing and summaryview
7232                 o removed summary_write_cache from summaryview
7233                 o removed summaryview->killed_messages, because we don't have
7234                   to keep a list of killed messages anymore. New cache will
7235                   keep the hidden messages in cache anyway
7236         * src/folderview.c
7237         * src/inc.c
7238         * src/selective_download.c
7239                 o removed unnecessary summary_write_cache calls
7240         * src/procmsg.c
7241                 o don't set ignore thread flag in procmsg_get_thread_tree
7242                   if it is already set
7243         * src/mainwindow.c
7244         * src/statusbar.h
7245                 o moved STATUSBAR_PUSH/POP to statusbar.h because
7246                   they are used in different files
7247
7248 2002-07-23 [melvin]     0.8.0claws5
7249
7250         * src/addressbook.c
7251         * src/addrgather.c
7252         * src/editaddress.c
7253         * src/editgroup.c
7254         * src/editldap_basedn.c
7255         * src/importldif.c
7256         * src/prefs_common.c
7257                 Fixed few memory leak (gtk_editable_get_chars returns
7258                 an allocated string)
7259         * src/logwindow.c
7260                 Fixed few memory leak (gtk_editable_get_chars returns
7261                 an allocated string) and modified a little the log cutting
7262                 loop.
7263         * src/compose.c
7264                 Replaced a call to an obsolete function gtk_entry_get_text()
7265                 by gtk_editable_get_chars()
7266         * src/send.c
7267                 Removed a debug printf
7268
7269 2002-07-23 [christoph]  0.8.0claws4
7270
7271         * src/filesel.c
7272                 fix another g_dirname memory leak
7273
7274 2002-07-23 [christoph]  0.8.0claws3
7275
7276         * src/mh.c
7277                 fixed a memory leak in mh_fetch_msginfo
7278                 fixed crash when message header could not be
7279                 parsed
7280
7281 2002-07-23 [paul]       0.8.0claws2
7282
7283         * sync with 0.8.0cvs2
7284                 see ChangeLog 2002-07-23
7285
7286 2002-07-23 [paul]       0.8.0claws1
7287
7288         * sync with 0.8.0cvs1
7289                 see ChangeLog 2002-07-23
7290
7291 2002-07-23 [paul]       0.8.0claws
7292
7293         * release of 0.8.0claws
7294
7295 2002-07-23 [paul]       0.7.8claws99
7296
7297         * po/ru.po
7298                 new Russian translation, submitted by
7299                 Botalov Vyacheslav <botalov_v@upr.uralkaly.ru>
7300
7301 2002-07-22 [jens]       0.7.8claws98
7302
7303         * po/de.po
7304                 Updated German translations.
7305
7306 2002-07-22 [paul]       0.7.8claws97
7307
7308         * po/es.po
7309           po/it.po
7310           po/nl.po
7311           po/pt_BR.po
7312                 updated translations by Ricardo Mones Lastra,
7313                 Alessandro Maestri, Wilbert Berendsen and 
7314                 Fabio Jr. Beneditto respectively
7315
7316 2002-07-22 [christoph]  0.7.8claws96
7317
7318         * src/mimeview.c
7319                 fix memory leak caused by wrong g_dirname usage
7320
7321 2002-07-22 [christoph]  0.7.8claws95
7322
7323         * src/summaryview.c
7324                 update new and unread message counts for summaryview
7325                 summaryview does not get it from the folder anymore
7326                 and has to update the values itself
7327
7328 2002-07-22 [melvin]     0.7.8claws94
7329
7330         * po/fr.po
7331                 Updated French translations.
7332
7333 2002-07-22 [christoph]  0.7.8claws93
7334
7335         * src/matcher.c
7336                 set prop->preg pointer to NULL or following check
7337                 will not fail and regexec will be called with
7338                 invalid pointer
7339
7340 2002-07-21 [alfons]     0.7.8claws92
7341         
7342         * src/prefs_common.[ch]
7343                 remove option "Send return receipt on request"
7344
7345 2002-07-21 [thorsten]   0.7.8claws91
7346
7347         * src/mimeview.c
7348                 fixed memleaks, coding style as pointed out by alfons
7349
7350 2002-07-21 [alfons]     0.7.8claws90
7351
7352         * src/messageview.c
7353         * src/noticeview.[ch]
7354                 o fix bug notice view being displayed when going to empty folder 
7355                   (noticed by Christoph)
7356                 o allow RRR to be sent when restarting sylpheed, or changing folder 
7357                   (noticed by Thorsten)
7358
7359 2002-07-21 [thorsten]   0.7.8claws89
7360
7361         * src/mimeview.c
7362                 Included save_all patch from Xaview FACQ
7363                 added support for pathnames
7364
7365 2002-07-21 [alfons]     0.7.8claws88
7366
7367         * po/POTFILES.in
7368         * src/Makefile.am
7369         * src/mainwindow.c
7370         * src/messageview.[ch]
7371         * src/noticeview.c      ** NEW FILE **
7372         * src/noticeview.h      ** NEW FILE **
7373                 make return receipts work again
7374                 (UI idea by Leandro Pereira)
7375
7376 2002-07-21 [paul]       0.7.8claws87
7377
7378         * src/summaryview.c
7379                 fix sensitivity of 'Select thread'
7380
7381 2002-07-21 [paul]       0.7.8claws86
7382
7383         * src/prefs_common.c
7384                 add browser command line for Galeon
7385
7386 2002-07-21 [paul]       0.7.8claws85
7387
7388         * Makefile.am
7389                 fix 'EXTRA_DIST': remove README.README, add TODO
7390                 and TODO.claws
7391
7392 2002-07-21 [alfons]     0.7.8claws84
7393
7394         * src/gtkstext.c
7395                 make enter clear selection
7396                 (closes "[ 579888 ] Editor selection/entry error"
7397                 reported by Steve Lamb)
7398
7399 2002-07-21 [alfons]     0.7.8claws83
7400         
7401         * src/summaryview.c
7402                 sort message list when selecting unthread messages
7403                 (closes "[ 501593 ] switching threaded view doesn't sort"
7404                 reported by Simon Schubert)
7405
7406 2002-07-20 [alfons]     0.7.8claws82
7407         
7408         * src/matcher.c
7409                 const-correctness
7410
7411 2002-07-20 [thorsten]   0.7.8claws81
7412
7413         * src/matcher.c
7414                 Fixed expansion of empty fields in matchactions
7415
7416 2002-07-19 [melvin]     0.7.8claws80
7417
7418         * src/gtkspell.c
7419                 Removed a duplicate menu entry (fast mode) introduced during
7420                 the new cache merge
7421                 Added a menu separator between 'Use alternate' and 'Fast mode'
7422
7423 2002-07-19 [paul]       0.7.8claws79
7424
7425         * tools/Makefile.am
7426           tools/README
7427                 correct typos
7428
7429 2002-07-19 [thorsten]   0.7.8claws78
7430
7431         * tools/calypso_convert.pl      ** NEW FILE **
7432           tools/README
7433           tools/Makefile.am
7434                 script to import mbox files exported
7435                 by calypso
7436                 o generates folder structure
7437                 o includes attachments
7438
7439 2002-07-19 [melvin]     0.7.8claws77
7440
7441         * src/selective_download.[ch]
7442                 Fixed bug where closing the dialog with the window manager's
7443                 close button will not unlock the summary
7444                 Corrected some function declarations that missed a return value
7445                 Made the source code comply better with coding style.
7446         * src/prefs_common.c
7447                 Added new browser command line for Mozilla.
7448
7449 2002-07-18 [paul]       0.7.8claws76
7450
7451         * src/mainwindow.c
7452           src/selective_download.[ch]
7453                 reflect theme changes, fix Gdk Warning when creating 
7454                 pixmap from NULL window, and minor clean up.
7455                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
7456
7457         * po/en_GB.po
7458                 updated
7459
7460 2002-07-17 [paul]       0.7.8claws75
7461
7462         * INSTALL[.jp]
7463                 sync with 0.8.0
7464         
7465         * po/en_GB.po
7466                 updated
7467
7468 2002-07-16 [paul]       0.7.8claws74
7469
7470         * tools/filter_conv.pl
7471           tools/README
7472                 replace conversion script with reimplemented version, 
7473                 submitted by Torsten Schoenfeld <kaffeetisch@web.de>
7474
7475 2002-07-16 [colin]      0.7.8claws73
7476
7477         * src/summaryview.c
7478                 remove forgotten debug messages - sorry ;-)
7479
7480 2002-07-16 [colin]      0.7.8claws72
7481
7482         * src/mimeview.c
7483           src/summaryview.c
7484           src/textview.c
7485           src/textview.h
7486                 add the ability to select part of a text mime-part 
7487                 to reply.
7488
7489 2002-07-15 [christoph]  0.7.8claws71
7490
7491         * src/folder.c
7492                 fix folder message count for folders without
7493                 msg_is_changed (includes news folders)
7494
7495 2002-07-15 [martin]     0.7.8claws70
7496
7497         * src/summaryview.c
7498                 option "display recipient on 'From'..." now works
7499                 without the need of enabling the option
7500                 "display  sender  using  address  book".
7501
7502 2002-07-15 [christoph]  0.7.8claws69
7503
7504         * src/summaryview.c
7505                 removed setting folder status from summaryview.
7506                 folder.c should update all message counts correctly.
7507
7508 2002-07-15 [paul]       0.7.8claws68
7509
7510         * po/pt_BR.po
7511                 updated by Fabio Junior Beneditto
7512
7513 2002-07-15 [darko]      0.7.8claws67
7514
7515         * src/mh.c
7516                 Fixed target folder colorization, don't decrease op
7517                 number twice
7518
7519 2002-07-14 [paul]       0.7.8claws66
7520
7521         * sync with main 0.8.0
7522                 see ChangeLog 2002-07-14
7523
7524 2002-07-13 [melvin]     0.7.8claws65
7525         
7526         * src/addrbook.c
7527         * src/addressbook.c
7528         * src/addrindex.c
7529                 Replaced sprintf by g_snprintf to prevent possible buffer
7530                 overflow.
7531         * src/news.c
7532                 Corrected a log message output format.
7533                 Added a missing "done" debug output.
7534         * src/compose.c
7535                 Added keyboard accelerator for Priority menu items
7536                 Added missing \n in debug output
7537         * src/logwindow.c
7538         * src/gtkspell.c
7539         * src/rfc2015.c
7540                 Added missing \n in debug output
7541
7542 2002-07-13 [paul]       0.7.8claws64
7543
7544         * man/sylpheed.1
7545                 change Sergey's email address to the sf address
7546
7547         * src/textview.c
7548                 increase show_url_timeout (more useful for long
7549                 urls)
7550
7551 2002-07-12 [sergey]     0.7.8claws63
7552
7553         * src/rfc2015.c
7554                 applied (with some modifications) patch to set the
7555                 micalg parameter for signatures
7556                 (2001-08-28 Werner Koch <wk@gnupg.org>)
7557
7558 2002-07-12 [sergey]     0.7.8claws62
7559
7560         * man/Makefile.am
7561         * configure.in
7562                 fixed man page installation
7563
7564 2002-07-12 [paul]       0.7.8claws61
7565
7566         * sync with 0.7.8cvs26
7567                 see ChangeLog 2002-07-11 and 2002-07-12
7568
7569 2002-07-11 [christoph]  0.7.8claws60
7570
7571         * src/compose.c
7572         * src/procmsg.c
7573                 first use the message number to find the message
7574                 to mark with a reply flag but check the
7575                 message-id if we got the correct message, if not
7576                 try to find it by message-id.
7577                 use new string seperator that is not allowed
7578                 in message-ids.
7579
7580 2002-07-11 [paul]       0.7.8claws59
7581
7582         * sync with 0.7.8cvs23
7583                 see ChangeLog 2002-07-10
7584
7585 2002-07-10 [christoph]  0.7.8claws58
7586
7587         * src/folder.[ch]
7588         * src/msgcache.[ch]
7589                 Added message-id table to the cache in memory
7590                 and functions to msgcache.c and folder.c to
7591                 fetch MsgInfos by message id
7592         * src/compose.c
7593         * src/procmsg.c
7594                 store folder and message-id of message replying
7595                 to in queue header and set reply flag after sending
7596                 (Closes bug #469498)
7597
7598 2002-07-10 [paul]       0.7.8claws57
7599
7600         * AUTHORS
7601           man/sylpheed.1.gz
7602                 add Martin to the list of authors
7603
7604 2002-07-09 [martin]     0.7.8claws56
7605         * src/gtksctree.c
7606                 Added gtk_ctree_last_visible(), tree_update_level(),
7607                 gtk_ctree_link(), gtk_ctree_unlink(), real_sort_list(),
7608                 tree_sort(), gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
7609                 from gtk+ to gtksctree.c for the new sorting code
7610                 Renamed gtk_ctree_sort_recusive() to gtk_sctree_sort_recursive
7611                 Renamed gtk_ctree_sort_node() to gtk_sctree_sort_node
7612         * src/gtksctree.h
7613                 Added declaration for gtk_sctree_sort_recursive() and
7614                 gtk_sctree_sort_node
7615         * src/addressbook.c
7616         * src/foldersel.c
7617         * src/folderview.c
7618         * src/summaryview.c
7619                 changed calls from gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
7620                 to gtk_sctree_sort_recursive() and gtk_sctree_sort_node()
7621
7622 2002-07-08 [paul]       0.7.8claws55
7623
7624         * more sync with 0.7.8cvs21
7625                 see ChangeLog 2002-07-08
7626
7627 2002-07-08 [paul]       0.7.8claws54
7628
7629         * sync with 0.7.8cvs21
7630                 see ChangeLog 2002-07-08
7631
7632 2002-07-07 [alfons]     0.7.8claws53
7633
7634         * src/Makefile.am
7635         * src/stock_pixmap.[ch]
7636         * src/pixmaps/notice_warn.xpm   ** NEW FILE **
7637         * src/pixmaps/notice_error.xpm  ** NEW FILE **
7638         * src/pixmaps/notice_note.xpm   ** NEW FILE **
7639                 add new pixmaps for upcoming notice pane
7640
7641 2002-07-06 [melvin]     0.7.8claws52
7642
7643         * src/gtkspell.[ch]
7644                 Made them a bit closer to Sylpheed's coding style.
7645                 Removed old code.
7646                 Removed possible memory leaks when some errors occurs.
7647
7648 2002-07-06 [melvin]     0.7.8claws51
7649
7650         * po/Makefile.in.in
7651                 Removed --no-location in xgettext command line to help
7652                 translators that use Emacs' po-mode
7653         * src/quote_fmt.c
7654                 Removed unnecessary comments that messed up sylpheed.pot
7655
7656 2002-07-06 [paul]       0.7.8claws50
7657
7658         * sync with 0.7.8cvs19
7659                 see ChangeLog 2002-07-05
7660
7661 2002-07-06 [christoph]  0.7.8claws49
7662
7663         * src/folder.c
7664         * src/mainwindow.c
7665                 fix folder_item_remove_all_msg and folderview
7666                 status for trash folders after emptying trash
7667
7668 2002-07-05 [paul]       0.7.8claws48
7669
7670         * sync with 0.7.8cvs16
7671                 see ChangeLog 2002-07-04 and 2002-07-05
7672
7673 2002-07-04 [paul]       0.7.8claws47
7674
7675         * sync with 0.7.8cvs14
7676                 see  ChangeLog 2002-07-04
7677
7678 2002-07-03 [alfons]     0.7.8claws46
7679
7680         * src/folder.c
7681                 dupe folder item's path because it's being reallocated
7682                 by new folder scanning code
7683
7684 2002-07-03 [christoph]  0.7.8claws45
7685
7686         * src/imap.c
7687                 better IMAP uid fetching using 'FETCH 1:* (UID)'
7688         * src/msgcache.c
7689                 add missing return in msgcache_write
7690
7691 2002-07-02 [thorsten]   0.7.8claws44
7692
7693         * src/jpilot.c
7694         * src/msgcache.c
7695         * src/rfc2015.c
7696                 use binary mode for file access
7697
7698 2002-07-02 [christoph]  0.7.8claws43
7699
7700         * major code cleanup (part 1)
7701         
7702                 - unused variables removed
7703                 - unused functions removed
7704                 - uninitialized variables checked
7705                 - missing return statements added
7706                 - missing function return types added
7707                 - added parentheses around assignment and
7708                   && in || when suggested by gcc
7709               
7710         * src/mh.c
7711         * src/folder.c
7712                 replaced direct calls to folder->scan_tree
7713                 with folder_scan_tree and restore folder
7714                 prefs in this function. The folder should
7715                 not have to deal with them.
7716                 ( Should now work for all folder types )
7717
7718 2002-07-02 [paul]       0.7.8claws42
7719
7720         * sync with 0.7.8cvs13
7721                 see ChangeLog 2002-07-01 and 2002-07-02
7722
7723 2002-07-01 [christoph]  0.7.8claws41
7724
7725         * src/summaryview.c
7726                 fix "goto next/prev unread message" with
7727                 ignored threads
7728
7729 2002-07-01 [paul]       0.7.8claws40
7730
7731         * po/es.po
7732                 updated by Ricardo Mones Lastra
7733
7734 2002-06-30 [match]      0.7.8claws39
7735
7736         * src/jpilot.c
7737                 applied variation of leonerd's patch (566661) to
7738                 allow multiple email addresses per JPilot entry.
7739                 addresses may be separated by space, comma, pipe,
7740                 semi-colon, new-line.
7741
7742 2002-06-30 [alfons]     0.7.8claws38
7743
7744         * src/procmsg.c
7745                 simple fix for putting older nodes before
7746                 newer nodes when threading by subject
7747
7748 2002-06-30 [christoph]  0.7.8claws37
7749
7750         * src/folder.c
7751         * src/folderview.c
7752         * src/mh.c
7753         * src/news.c
7754         * src/procmsg.c
7755                 fix broken folder tree rescaning
7756                 and don't use procmsg_get_mark_sum
7757                 anymore
7758
7759 2002-06-30 [christoph]  0.7.8claws36
7760
7761         * merge new cache branch
7762         * src/imap.c
7763                 fix new cache imap copy bug
7764         * src/folder.c
7765                 improved folder_item_scan
7766                 it should now always set the correct
7767                 new, unread and total message counts
7768
7769 2002-06-29 [paul]       0.7.8claws35
7770
7771         * configure.in
7772                 correct syntax error
7773
7774 2002-06-29 [paul]       0.7.8claws34
7775
7776         * configure.in
7777           Makefile.am
7778           man/Makefile.am       ** NEW FILE **
7779           man/sylpheed.1.gz     ** NEW FILE **
7780                 add Sylpheed man page
7781
7782 2002-06-29 [paul]       0.7.8claws33
7783
7784         * po/pt_BR.po
7785                 updated by Fabio Junior Beneditto
7786
7787 2002-06-28 [jens]       0.7.8claws32
7788
7789         * po/de.po
7790                 translation updated
7791
7792         * src/selective_download.c
7793                 removed gettext for space " "
7794
7795         * src/imap.c
7796                 removed wrong space
7797
7798 2002-06-28 [paul]       0.7.8claws31
7799
7800         * sync with 0.7.8cvs11
7801                 see ChangeLog 2002-06-28
7802
7803 2002-06-28 [paul]       0.7.8claws30
7804
7805         * sync with 0.7.8cvs10
7806                 see ChangeLog 2002-06-27 and 2002-06-28
7807
7808 2002-06-26 [paul]       0.7.8claws29
7809
7810         * src/addrgather.c
7811           src/selective_download.c
7812                 don't gettextise empty strings.
7813                 reserved by gettext. gettext("") returns 
7814                 the header entry with meta information, 
7815                 not the empty string
7816
7817         * po/en_GB.po
7818                 updated
7819
7820 2002-06-26 [paul]       0.7.8claws28
7821
7822         * sync with 0.7.8cvs7
7823                 see ChangeLog 2002-06-25
7824
7825         * src/prefs_common.c
7826                 ...and in the process, tweak the gui a little
7827
7828 2002-06-25 [alfons]     0.7.8claws27
7829         
7830         * configure.in
7831         * src/Makefile.am
7832                 fine tune ldap library detection
7833
7834 2002-06-25 [alfons]     0.7.8claws26
7835
7836         * src/compose.c
7837                 don't allow return receipts when composing a news article
7838
7839 2002-06-25 [paul]       0.7.8claws25
7840
7841         * Makefile.am
7842                 add '$(AMTAR)' to 'release' section to allow for
7843                 new and older autotools
7844
7845 2002-06-25 [paul]       0.7.8claws24
7846
7847         * src/summaryview.c
7848                 fix "No more unread messages" persistant pop-up
7849                 window bug
7850
7851 2002-06-25 [paul]       0.7.8claws23
7852
7853         * po/it.po
7854                 updated by Alessandro Maestri
7855
7856 2002-06-25 [paul]       0.7.8claws22
7857
7858         * sync with 0.7.8cvs6
7859                 see ChangeLog 2002-06-25
7860
7861 2002-06-24 [paul]       0.7.8claws21
7862
7863         * tools/update-po
7864                 add GPL copyright information
7865
7866 2002-06-24 [paul]       0.7.8claws20
7867
7868         * tools/Makefile.am
7869           tools/README
7870           tools/update-po       ** NEW FILE **
7871                 add script that eases the creation of *.po files
7872                 Submitted by Wilbert Berendsen <wilbert@oswf.org>
7873
7874 2002-06-23 [alfons]     0.7.8claws19
7875
7876         * src/messageview.c
7877                 make notification_convert_header obey const correctness
7878                 (next step will be fixing the broken return receipt)
7879
7880 2002-06-23 [paul]       0.7.8claws18
7881
7882         * src/messageview.c
7883                 fix bug introduced in last commit:
7884                 removed too much code in last commit - put back what's
7885                 needed
7886
7887 2002-06-23 [paul]       0.7.8claws17
7888
7889         * src/messageview.[ch]
7890                 remove code committed in error from locally patched
7891                 source
7892
7893 2002-06-23 [colin]      0.7.8claws16
7894
7895         * src/compose.[ch]
7896                 add compose_entry_select(), used to select the default_to
7897                 email address - hopefully avoiding people sending mails to
7898                 wrong recipients.
7899
7900 2002-06-22 [alfons]     0.7.8claws15
7901
7902         * AUTHORS
7903                 add Bram Metsch & Stanislav Karchebny
7904         * src/smtp.[ch]
7905         * src/prefs_account.[ch]
7906         * src/send.c
7907                 - apply and adapt Bram's patch which allows user to set SMTP AUTH 
7908                   options.  (see <http://sourceforge.net/tracker/index.php
7909                   ?func=detail&aid=566937&group_id=25528&atid=384600>);
7910
7911                 - merge Stanislav's fix to make SMTP AUTH work with qmail
7912                   (see <http://www.tmtm.org/cgi-bin/w3ml/msg.cgi?ml=sylpheed&id=14343>)
7913
7914 2002-06-22 [paul]       0.7.8claws14
7915
7916         * sync with 0.7.8cvs5
7917                 see ChangeLog 2002-06-19 and 2002-06-20
7918
7919 2002-06-22 [alfons]     0.7.8claws13
7920
7921         * src/selective_download.c
7922                 fix a stupid mistake I made
7923
7924 2002-06-22 [alfons]     0.7.8claws12
7925
7926         * src/selective_download.[ch]
7927                 fix another unnoticed leak; cleanup code
7928
7929 2002-06-21 [alfons]
7930
7931         * tools/Makefile.am
7932                 gpg-sign <-- gpg-sign-syl
7933
7934 2002-06-21 [alfons]     0.7.8claws11
7935
7936         * src/selective_download.c
7937         * src/selective_download.h
7938                 fix assorted mix of allocation errors (should solve
7939                 problem reported by Philippe Gramoullé, see:
7940                 http://sourceforge.net/mailarchive/forum.php?thread_id=828668&forum_id=2006)
7941
7942 2002-06-20 [melvin]     0.7.8claws10
7943
7944         * tools/gpg-sign *REMOVED*
7945           tools/gpg-sign-syl *ADDED*
7946                 Replaced the gpg clearsigning script with the version using
7947                 xterm instead of ssh-askpass and changed its name.
7948
7949         * README.claws
7950                 Updated actions example to reflect the renaming of the
7951                 gpg clearsigning script.
7952
7953 2002-06-19 [paul]       0.7.8claws9
7954
7955         * sync with 0.7.8claws9
7956                 see ChangeLog 2002-06-18 and 2002-06-19
7957
7958 2002-06-19 [paul]       0.7.8claws8
7959
7960         * sync with 0.7.8cvs1
7961                 see ChangeLog 2002-06-18
7962
7963 2002-06-18 [alfons]     0.7.8claws7
7964
7965         * src/mainwindow.h
7966                 add omitted prototype
7967
7968 2002-06-17 [paul]       0.7.8claws6
7969
7970         * src/mainwindow.c
7971                 fix hiding of exec_btn
7972
7973 2002-06-17 [paul]       0.7.8claws5
7974
7975         * src/pop.c
7976                 remove unneeded code: should_delete() 
7977                 and Pop3State::uidl_todelete_list
7978
7979 2002-06-17 [paul]       0.7.8claws4
7980
7981         * sync with 0.7.8
7982                 see ChangeLog 2002-06-11 and 2002-06-13
7983
7984 2002-06-16 [alfons]     0.7.8claws3
7985         
7986         * src/folder.c
7987                 make sure lock sort mode (claws specific) is
7988                 also persists after a tree rescan
7989
7990 2002-06-16 [alfons]     0.7.8claws2
7991
7992         * src/prefs_folder_item.c
7993         * src/folder.[ch]
7994                 fix persistence of folder sort mode (broken
7995                 by adapting Hiro's new folder persistence code)
7996
7997 2002-06-16 [alfons]     0.7.8claws1
7998
7999         * AUTHORS
8000         * src/logwindow.c
8001         * src/prefscommon.[ch]
8002                 control size of log text in log window; 
8003                 closes patch #569155 submitted by Mitko Haralanov.
8004
8005 2002-06-15 [paul]       0.7.8claws
8006
8007         * release of 0.7.8claws
8008
8009 2002-06-15 [paul]       0.7.7claws
8010
8011         * po/pt_BR.po
8012                 updated by Fabio Junior Beneditto
8013
8014 2002-06-14 [paul]       0.7.6claws49
8015
8016         * po/es.po
8017                 updated by Ricardo Mones Lastra
8018
8019 2002-06-14 [paul]       0.7.6claws48
8020
8021         * po/nl.po
8022                 updated translation by Wilbert Berendsen
8023
8024 2002-06-14 [melvin]     0.7.6claws47
8025
8026         * po/fr.po
8027                 Updated French translation
8028
8029 2002-06-13 [paul]       0.7.6claws46
8030
8031         * src/filesel.c
8032                 allow filename to be typed in, rather than just
8033                 selected by the mouse. Patch by Gustavo Noronha Silva.
8034
8035 2002-06-13 [alfons]     0.7.6claws45
8036
8037         * src/mainwindow.[ch]
8038                 more cleanups (removing unnecessary menu items Expand 
8039                 summary / message view)
8040
8041 2002-06-13 [melvin]     0.7.6claws44
8042
8043         * po/POTFILES.in
8044                 Added src/string_match.c
8045         * src/string_match.c
8046                 Fixed possible buffer overflow.
8047                 Corrected typo.
8048                 Added missing config.h header.
8049         * src/prefs_common.c
8050           src/prefs_matcher.c
8051           src/prefs_scoring.c
8052                 Made some strings translatable (missing _(..)).
8053
8054 2002-06-13 [melvin]     0.7.6claws43
8055
8056         * README.claws
8057                 Corrected action example (verifying clearsigned mail).
8058         * src/prefs_account.c
8059                 Corrected typo.
8060         * src/prefs_common.c
8061                 Removed incorrect line that generated a Gtk-CRITICAL msg.
8062
8063 2002-06-12 [alfons]     0.7.6claws42
8064
8065         * src/summaryview.c
8066                 add init of score column lost in 0.7.6claws42
8067
8068 2002-06-12 [paul]       0.7.6claws41
8069
8070         * src/prefs_account.c
8071                 CREATE_RADIO_BUTTONS(): fixed a typo and corrected the 
8072                 behavior of the radio buttons, (from 0.7.7cvs2)
8073
8074 2002-06-11 [alfons]     0.7.6claws40
8075
8076         * src/messageview.[ch]
8077         * src/summaryview.[ch]
8078         * src/summary_search.c
8079         * src/mainwindow.c
8080                 perform a sync to bring in Hiro's separate view implementation 
8081
8082                 (NOTE: may still be buggy; 0.7.6claws39 marked as LAST_STABLE)
8083
8084 2002-06-11 [paul]       0.7.6claws39
8085         
8086         * src/prefs_account.c
8087                 correct a typo on the Receive tab
8088
8089 2002-06-10 [match]      0.7.6claws38
8090
8091         * src/addressbook.c
8092                 Included address completion patch from Gustavo Noronha.
8093
8094 2002-06-10 [paul]       0.7.6claws37
8095
8096         * src/inc.[ch]
8097           src/pop.c
8098           src/prefs_account.[ch]
8099           src/selective_download.[ch]
8100                 apply PATCH #561712
8101                  NEW:
8102                 - check if POP Account
8103                 - Receive Button renamed to Preview
8104                 - Preview Button Popup: preview new/all messages
8105                 - Download Button
8106                 - Account Preferences-->Receive tab checkbutton if you
8107                   want to remove Mail after Download
8108                 -: default YES
8109                 - Account Preferences-->Receive tab checkbutton use
8110                   filtering rules on preview
8111                   (think of delete_on_server)
8112                 -: default YES
8113                 - Account selectable from SD dialog
8114                 - checkbutton to show already downloaded messages if
8115                   all messages are previewed
8116                 - new clist column showing Date
8117                 - ESC KEY close
8118                 FIXES:
8119                 - play ball with UIDL
8120                 - fault tolerant (?) 
8121                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
8122
8123 2002-06-10 [melvin]     0.7.6claws36
8124
8125         * README.claws
8126                 Added a hint to ac/README in cvs instructions.
8127
8128         * src/prefs_actions.c
8129                 Made it possible to use a more elaborate command line
8130                 for asynchronous actions, too.
8131
8132 2002-06-10 [melvin]     0.7.6claws35
8133         
8134         * src/prefs_actions.c
8135                 Make it possible to use a more elaborate command line
8136                 (e.g. |foo|bar|cat>there;echo Done|)
8137                 Corrected error message when calling %f, %F and %p commands
8138                 from the compose window.
8139
8140 2002-06-09 [colin]      0.7.6claws34
8141
8142         * src/summaryview.c
8143                 Automatically find unread messages in current folder
8144                 before annoying the user.
8145
8146 2002-06-08 [alfons]     0.7.6claws33
8147
8148         * po/it.po
8149                 remove bad formatting string in it.po translation
8150                 (close "[ 548336 ] --debug segfaults!!! with it_IT@euro")
8151
8152 2002-06-08 [paul]       0.7.6claws32
8153
8154         * sync with 0.7.6cvs25
8155                 see ChangeLog 2002-06-07
8156
8157 2002-06-05 [paul]       0.7.6claws31
8158
8159         * src/mainwindow.c
8160                 add 'Sort by locked' and 'Sort by score'
8161
8162 2002-06-05 [paul]       0.7.6claws30
8163
8164         * sync with 0.7.6cvs24
8165                 see ChangeLog 2002-06-04
8166
8167 2002-06-04 [paul]       0.7.6claws29
8168
8169         * po/pt_BR.po
8170                 updated by Fabio Junior Beneditto
8171
8172 2002-06-03 [thorsten]   0.7.6claws28
8173
8174         * src/matcher.c
8175                 fclose() matcherrc after reading
8176
8177 2002-06-03 [paul]       0.7.6claws27
8178
8179         * sync with 0.7.6cvs21
8180                 see ChangeLog 2002-05-31
8181
8182 2002-05-31 [paul]       0.7.6claws26
8183
8184         * sync with 0.7.6cvs20
8185                 see ChangeLog 2002-05-29 and 2002-05-30
8186
8187 2002-05-31 [paul]       0.7.6claws25
8188
8189         * src/imap.c
8190                 hopefully fix last buggy sync
8191
8192         * README.claws
8193                 correct typo in 'Actions' examples
8194
8195 2002-05-29 [paul]       0.7.6claws24
8196
8197         * sync with 0.7.6cvs18
8198                 see ChangeLog 2002-05-28 and 2002-05-29
8199
8200         * src/news.c
8201           src/nntp.[ch]
8202                 sync with above 
8203
8204 2002-05-28 [paul]       0.7.6claws23
8205
8206         * sync with 0.7.6cvs16
8207                 see ChangeLog 2002-05-28
8208
8209 2002-05-27 [thorsten]   0.7.6claws22 
8210
8211         * faq/it/sylpheed-faq-1.html
8212           faq/it/sylpheed-faq-2.html
8213           faq/it/sylpheed-faq-3.html
8214           faq/it/sylpheed-faq.html
8215                 corrected DOS lineendings
8216         * faq/de/sylpheed-faq-1.html
8217           faq/de/sylpheed-faq-2.html
8218           faq/en/sylpheed-faq-1.html
8219           faq/en/sylpheed-faq-2.html
8220           faq/en/sylpheed-faq-3.html
8221           faq/es/sylpheed-faq-1.html
8222           faq/es/sylpheed-faq-2.html
8223           faq/es/sylpheed-faq-3.html
8224           faq/fr/sylpheed-faq-1.html
8225           faq/it/sylpheed-faq-1.html
8226           faq/it/sylpheed-faq-2.html
8227           faq/it/sylpheed-faq-3.html
8228           faq/it/sylpheed-faq.html
8229                 changed ">" to &quot;
8230
8231 2002-05-27 [paul]       0.7.6claws21
8232         
8233         * sync with 0.7.6cvs15
8234                 see ChangeLog 2002-05-27
8235
8236 2002-05-27 [paul]       0.7.6claws20
8237
8238         * src/prefs_account.c
8239                 correct a typo
8240
8241 2002-05-26 [paul]       0.7.6claws19
8242
8243         * tools/README
8244                 correct a typo
8245
8246 2002-05-25 [paul]       0.7.6claws18
8247
8248         * tools/README
8249                 add description of kmail2sylpheed.pl
8250
8251 2002-05-25 [paul]       0.7.6claws17
8252
8253         * tools/kmail2sylpheed.pl       ** NEW FILE **
8254                 perl script that converts an exported Kmail address
8255                 book, converts it to sylpheed addressbook file,
8256                 writes the file to .sylpheed, and updates
8257                 addrbook--index.xml 
8258
8259 2002-05-25 [paul]       0.7.6claws16
8260
8261         * sync with 0.7.6cvs14
8262                 see ChangeLog 2002-05-23
8263
8264 2002-05-24 [paul]       0.7.6claws15
8265
8266         * README.claws
8267                 make a correction and add some more info
8268
8269 2002-05-24 [paul]       0.7.6claws14
8270
8271         * src/compose.c
8272                 fix memory leak in 
8273                 compose_redirect_write_headers_from_headerlist()
8274                 add Subject and Resent-Message-ID to
8275                 compose_redirect_write_headers()
8276                 Received, Subject, and X-UIDL are filtered out in 
8277                 compose_redirect_write_to_file()
8278
8279 2002-05-23 [paul]       0.7.6claws13
8280
8281         * src/compose.[ch]
8282           src/filtering.c
8283           src/mainwindow.c
8284           src/matcher.[ch]
8285           src/matcher_parser_lex.l
8286           src/matcher_parser_parse.y
8287           src/prefs_common.[ch]
8288           src/prefs_filtering.c
8289           src/summaryview.c
8290                 rename 'Bounce' to 'Redirect'
8291
8292 2002-05-23 [paul]       0.7.6claws12
8293
8294         * more sync with 0.7.6cvs13
8295           src/compose.c
8296                 see ChangeLog 2002-05-22
8297
8298 2002-05-22 [paul]       0.7.6claws11
8299
8300         * sync with 0.7.6cvs13
8301           src/codeconv.c
8302                 see ChangeLog 2002-05-20
8303           src/prefs_common.c
8304                 see ChangeLog 2002-05-22
8305
8306 2002-05-21 [melvin]     0.7.6claws10
8307
8308         * src/folderview.c
8309                 Added missing filtering and scoring headers
8310                 Fixed bad function call that showed garbage 
8311                 in Folder->Processing
8312
8313 2002-05-21 [paul]       0.7.6claws9
8314
8315         * tools/Makefile.am
8316                 make all tools executable, (patch by Alfons).
8317
8318 2002-05-20 [alfons]     0.7.6claws8
8319
8320         * src/procheader.c
8321                 don't forget to call mktime() so we have a valid week 
8322                 and year day
8323                 (Bug report by Roger Sondermann <mail@jumaros.de>)
8324
8325 2002-05-20 [paul]       0.7.6claws7
8326
8327         * src/html.c
8328                 fix broken parsing of urls
8329         * src/textview.c
8330                 fix displaying of urls
8331
8332                 both fixes from the patch [547855] by Eugene 
8333                 Brevdo (zonem)
8334
8335 2002-05-19 [alfons]     0.7.6claws6
8336
8337         * configure.in
8338                 make sylpheed configure correctly with the latest
8339                 and greatest of automake / autoconf / gettext
8340
8341 2002-05-19 [alfons]     0.7.6claws5
8342
8343         * src/procheader.c
8344         * src/procheader.h
8345                 add function for returning ime zone offset
8346         * src/quote_fmt.c
8347         * src/quote_fmt_parse.y
8348                 better quotation formatting - does not convert
8349                 to local time, but uses the original date string.
8350                 
8351                 Note: %z inserts the timezone offset (should 
8352                 work also on platforms where strftime does not
8353                 support %z).
8354
8355 2002-05-18 [christoph]  0.7.6claws4
8356
8357         * src/summaryview.c
8358                 fix indentation of some code
8359         * tools/Makefile.am
8360                 fix spaces after \
8361         * src/Makefile.am
8362                 add missing \
8363                 correct path for ignorethread.xpm
8364                 incorrect filename for sylpheed_logo.xpm
8365                 add missing include matcher_parser_parse.h
8366
8367 2002-05-18 [paul]       0.7.6claws3
8368
8369         * sync with 0.7.6cvs8
8370                 see ChangeLog 2002-05-16 and 2002-05-17
8371
8372 2002-05-18 [melvin]     0.7.6claws2
8373
8374         * README.claws
8375                 Corrected an action's definition and fixed some misspellings.
8376
8377 2002-05-18 [paul]       0.7.6claws1
8378
8379         * tools/Makefile.am
8380           tools/gpg-sign        ** new file **
8381           tools/uudec           ** new file **
8382                 add Melvin's Actions scripts
8383
8384         * README.claws
8385                 add Melvin's descriptions for Actions
8386
8387 2002-05-18 [paul]       0.7.6claws
8388
8389         * Version 0.7.6claws released
8390
8391 2002-05-17 [paul]       0.7.5claws32
8392
8393         * po/es.po
8394                 updated by Ricardo Mones Lastra
8395
8396 2002-05-17 [paul]       0.7.5claws31
8397
8398         * src/compose.c
8399                 fix Account prefs default folder for sent/draft/deleted
8400                 messages bug
8401
8402         * po/it.po
8403           po/nl.po
8404                 updated translation by Alessandro Maestri and
8405                 Wilbert Berendsen
8406
8407 2002-05-17 [melvin]     0.7.5claws30
8408
8409         * src/prefs_actions.c
8410                 Fixed bug where using %F not at the end of the command 
8411                 resulted in an additional empty argument being created.
8412                 Thanks to Darko Koruga for reporting the bug.
8413
8414 2002-05-17 [melvin]     0.7.5claws29
8415
8416         * po/fr.po
8417                 Updated French translations.
8418
8419 2002-05-15 [paul]       0.7.5claws28
8420         
8421         * po/es.po
8422                 updated by Ricardo Mones Lastra
8423
8424 2002-05-15 [paul]       0.7.5claws27
8425
8426         * sync with 0.7.6cvs4
8427                 see ChangeLog 2002-05-14 and 2002-05-15
8428
8429 2002-05-14 [paul]       0.7.5claws26
8430
8431         * sync with 0.7.6cvs1
8432                 see ChangeLog 2002-05-13
8433
8434 2002-05-13 [thorsten]   0.7.5claws25
8435
8436         * src/messageview.c
8437                 fix select_all and copy in multipart messages
8438         * src/mainwindow.c
8439                 fix select_all and copy in multipart messages
8440
8441 2002-05-12 [paul]       0.7.5claws24
8442
8443         * src/summaryview.c
8444                 reverse last commit, bug already fixed in 0.7.5claws3
8445
8446 2002-05-12 [netztorte]  0.7.5claws23
8447
8448         * src/summaryview.c
8449                 dont parse empty addressbook (checked in before claws20)
8450
8451 2002-05-12 [melvin]     0.7.5claws22
8452
8453         * src/procmsg.[ch]
8454                 Removed unneeded priority code introduced by the previous 
8455                 commit.
8456
8457 2002-05-12 [melvin]     0.7.5claws21
8458
8459         * src/compose.[ch]
8460                 Added possibility to set message's priority.
8461         * src/procmsg.[ch]
8462                 Added possibility to set message's priority.
8463                 Added missing headers
8464
8465 2002-05-12 [melvin]     0.7.5claws20
8466
8467         * src/prefs_actions.c
8468                 Removed implicitely added quotes around the name
8469                 of the temporary files of mime parts.
8470
8471 2002-05-12 [paul]       0.7.5claws19
8472
8473         * sync with 0.7.5cvs20
8474                 see ChangeLog 2002-05-11
8475
8476 2002-05-12 [alfons]     0.7.5claws18
8477
8478         * src/quote_fmt_lex.l
8479         * src/quote_fmt_parse.y
8480                 allow quote / reply date & time format to be set using
8481                 %D{format}. format is a format string you'd pass to
8482                 strftime() (see man strftime, or the Display tab |
8483                 Date format setting).
8484
8485                 Currently %D converts the date to local time. 
8486
8487 2002-05-11 [paul]       0.7.5claws17
8488
8489         * sync with 0.7.5cvs19 (except src/prefs_folder_item.c)
8490                 see ChangeLog 2002-05-10 and 2002-05-11
8491
8492 2002-05-10 [paul]       0.7.5claws16
8493
8494         * sync with 0.7.5cvs16
8495                 see ChangeLog entries 2002-05-09 and 
8496                 2002-05-10
8497
8498 2002-05-10 [colin]      0.7.5claws15
8499
8500         * src/textview.c
8501                 Corrected a bug that prevented sylpheed to open
8502                 double-clicked URIs.
8503
8504 2002-05-09 [paul]       0.7.5claws14
8505
8506         * sync with 0.7.5cvs14
8507                 see ChangeLog 2002-05-08 and 2002-05-09
8508
8509 2002-05-08 [paul]       0.7.5claws13
8510
8511         * sync with 0.7.5cvs11
8512                 see ChangeLog entry 2002-05-08
8513
8514 2002-05-08 [paul]       0.7.5claws12
8515
8516         * src/mainwindow.c
8517           src/textview.[ch]
8518                 fix segfault on View->Open in new window
8519                 patch submitted by Thorsten Maerz <torte@netztorte.de>
8520
8521 2002-05-07 [paul]       0.7.5claws11
8522
8523         * sync with 0.7.5cvs9
8524                 see ChangeLog entry 2002-05-07
8525
8526 2002-05-06 [paul]       0.7.5claws10
8527
8528         * src/messageview.c
8529           src/textview.c
8530                 display url in statusbar on single-click
8531                 patch submitted by Thorsten Maerz <torte@netztorte.de>
8532
8533 2002-05-06 [match]      0.7.5claws9
8534
8535         * src/addritem.[ch]
8536                 new functions.
8537         * src/addrcache.c
8538                 tidy up.
8539         * src/xmlprops.[ch]
8540                 XML implementation of properties file.
8541         * src/exporthtml.[ch]
8542         * src/expthtmldlg.[ch]
8543         * src/addressbook.c
8544                 export to HTML.
8545
8546 2002-05-02 [sergey]     0.7.5claws8
8547
8548         * src/mainwindow.c (mainwin_entries),
8549           src/prefs_common.c (prefs_send_create()),
8550           src/codeconv.c (locale_table):
8551                 use charset name "Windows-1251" instead of "CP1251".
8552
8553 2002-05-02 [colin]      0.7.5claws7
8554         
8555         * src/compose.c
8556           src/prefs_common.c
8557           src/prefs_folder_item.c
8558                 Fixed cosmetics bugs due to Outbox renamed to Sent.
8559
8560 2002-05-02 [hiro]       0.7.5claws6
8561
8562         * src/imap.c
8563                 sync the change for QUOTE_IF_REQUIRED() macro with 0.7.5cvs7.
8564
8565 2002-05-02 [paul]       0.7.5claws5
8566
8567         * src/compose.c
8568                 more sync with 0.7.5cvs7, see ChangeLog entry
8569                 2002-05-02
8570
8571 2002-05-02 [hiro]       0.7.5claws4
8572
8573         * src/compose.c
8574                 compose_queue_sub():
8575                 check if queue folder exists (closes #550397).
8576                 removed directory creation since it should be handled
8577                 transparently.
8578         * src/imap.c
8579                 imap_add_msg(): return UID for appended message
8580                 (closes #548842).
8581
8582 2002-04-30 [paul]       0.7.5claws3
8583
8584         * src/summaryview.c
8585                 fix account_find_from_address() bug
8586
8587 2002-04-28 [colin]      0.7.5claws2
8588
8589         * src/compose.c
8590           src/textview.c
8591           src/prefs_common.[ch]
8592           src/utils.[ch]
8593                 Added user-definable quotation characters recognition.
8594
8595 2002-04-28 [paul]       0.7.5claws1
8596
8597         * sync with 0.7.5cvs4
8598                 see ChangeLog entry  2002-04-25
8599
8600 2002-04-28 [paul]       0.7.5claws
8601
8602         * po/es.po
8603           po/nl.po
8604           po/pt_BR.po
8605                 updated by Ricardo Mones Lastra, Wilbert Berendsen, and
8606                 Fabio Junior Beneditto
8607
8608 2002-04-27 [jens]       0.7.4claws103
8609
8610         * po/de.po
8611                 updated German translation.
8612
8613 2002-04-27 [hiro]       0.7.4claws102
8614
8615         * src/summaryview.c
8616                 summary_write_cache(): fixed the mark loss of hidden messages.
8617
8618 2002-04-26 [melvin]     0.7.4claws101
8619
8620         * src/procmsg.c
8621                 fixed a second typo (same one)
8622         * po/fr.po
8623           po/it.po
8624           po/pt_BR.po
8625                 fixed the type again...
8626
8627 2002-04-26 [melvin]     0.7.4claws100
8628
8629         * src/procmsg.c
8630                 fixed a typo in an alert message ("temorary").
8631         * po/it.po
8632         * po/pt_BR.po
8633                 corrected the typo  described above.
8634         * po/fr.po
8635                 updated French translation.
8636
8637 2002-04-26 [darko]      0.7.4claws99
8638
8639         * src/summaryview.c
8640                 fix target folder colorization
8641
8642 2002-04-25 [paul]       0.7.4claws98
8643
8644         * po/it.po
8645                 updated by Alessandro Maestri
8646
8647 2002-04-24 [colin]      0.7.4claws97
8648         
8649         * src/compose.c
8650                 Fixed double "subject is empty" question.
8651
8652 2002-04-23 [colin]      0.7.4claws96
8653         
8654         * src/mimeview.c
8655                 Corrected issue when "automatically display images" was
8656                 not set : first image remained after selecting second.
8657
8658 2002-04-23 [melvin]     0.7.4claws95
8659
8660         * src/prefs_actions.c
8661                 Don't display in/out dialog if there is nothing to show.
8662
8663 2002-04-23 [paul]       0.7.4claws94
8664
8665         * sync with 0.7.5cvs3
8666                 bug fixes: see ChangeLog entry 2002-04-23
8667
8668 2002-04-22 [darko]      0.7.4claws93
8669
8670         * src/compose.c
8671                 fix previous check-in which changed code after
8672                 merge from main
8673
8674 2002-04-22 [paul]       0.7.4claws92
8675
8676         * faq/de/*
8677                 add German FAQ
8678         * faq/en/*
8679           faq/es/*
8680           faq/fr/*
8681                 update English, Spanish and French FAQs
8682         * manual/de/*
8683           manual/es/*
8684                 add German and Spanish manuals
8685         * manual/en/*
8686           manual/fr/*
8687                 update English and French manuals
8688
8689         * src/Makefile.am
8690                 add to and re-arrange the pixmap entries
8691
8692 2002-04-22 [darko]      0.7.4claws91
8693
8694         * src/compose.c
8695                 fix sender initials recognition to only allow
8696                 '>' after the initials
8697
8698 2002-04-21 [paul]       0.7.4claws90
8699
8700         * sync with 0.7.5 release
8701                 see ChangeLog entry 2002-04-21
8702
8703 2002-04-21 [alfons]
8704
8705         * src/Makefile.am
8706                 add colin's new pixmaps to EXTRA_DIST
8707
8708 2002-04-21 [colin]      0.7.4claws89
8709         * src/compose.c
8710         * src/inc.c
8711         * src/mainwindow.[ch]
8712         * src/prefs_common.[ch]
8713         * src/stock_pixmap.[ch]
8714                 Added "Work offline" ability.
8715
8716 2002-04-21 [colin]      0.7.4claws88
8717         
8718         * src/mimeview.c
8719         * src/prefs_common.c
8720         * src/prefs_common.h
8721         * src/textview.c : Added an option to common preferences -> display
8722           to allow user not to automatically display images.
8723
8724 2002-04-21 [paul]       0.7.4claws87
8725
8726         * sync with 0.7.4cvs52
8727                 see ChangeLog entry 2002-04-21 (src/imap.c)
8728
8729 2002-04-21 [paul]       0.7.4claws86
8730
8731         * sync with 0.7.4cvs51
8732                 see ChangeLog entry 2002-04-21
8733
8734 2002-04-21 [paul]       0.7.4claws85
8735
8736         * sync with 0.7.4cvs49
8737                 see ChangeLog entries 2002-04-20 and 2002-04-21
8738
8739         * src/Makefile.am
8740                 clean up: remove old 'stock_' element from xpm 
8741                 filenames.
8742
8743 2002-04-21 [alfons]     0.7.4claws84
8744
8745         apply sync patch from Paul
8746
8747         * src/folderview.c
8748                 use old claws prefs_folder_item_create() for now
8749
8750 2002-04-19 [match]      0.7.4claws83
8751
8752         * src/addressbook.[ch]
8753         * src/addrharvest.[ch]
8754         * src/addrgather.[ch]
8755                 recurse folders.
8756         * src/mainwindow.c
8757         * src/summaryview.[ch]
8758                 change menu option.
8759
8760 2002-04-19 [paul]       0.7.4claws82
8761
8762         * po/pt_BR.po
8763                 updated by Fabio Junior Beneditto
8764
8765 2002-04-14 [alfons]     0.7.4claws81
8766
8767         * src/passphrase.c
8768                 add #include <sys/types.h> for mode_t and off_t 
8769
8770 2002-04-13 [paul]       0.7.4claws80
8771         
8772         * src/main.c
8773           src/passphrase.[ch]
8774           src/pgptext.c
8775           src/prefs_common.[ch]
8776           src/rfc2015.c
8777                 enable storing of GnuPG passphrase for the whole 
8778                 session or a user-defined number of minutes. patch 
8779                 submitted by Ravemax <ravemax@dextrose.com>
8780
8781 2002-04-13 [alfons]     0.7.4claws79
8782
8783         * src/textview.c
8784                 make email parser also stop scanning when encountering separators
8785                 ',' and ';' (reported by Fabien Vantard <fvantard@opsion.fr>)
8786
8787 2002-04-13 [paul]       0.7.4claws78
8788
8789         * sync with 0.7.4cvs39
8790                 see ChangeLog entry 2002-04-12
8791
8792 2002-04-11 [paul]       0.7.4claws77
8793
8794         * sync with 0.7.4cvs37
8795                 see ChangeLog entry 2002-04-11
8796
8797 2002-04-11 [paul]       0.7.4claws76
8798
8799         * COPYING 
8800                 re-licensed (removal of "NO-VIRUS CLAUSE" and addition of
8801                 the clause for OpenSSL). sync with sylpheed main
8802
8803 2002-04-09 [melvin]     0.7.4claws75
8804
8805         * src/compose.c
8806                 Made 'Ctrl-Enter' on send ignore some modifiers 
8807                 (LOCK_MASK, MOD2, MOD3, MOD4, MOD5). Make it possible
8808                 to bind other *-Enter (but not Alt-Enter).
8809
8810 2002-04-09 [paul]       0.7.4claws74
8811
8812         * sync with 0.7.4cvs35
8813                 see ChangeLog entries 2002-04-09
8814
8815 2002-04-08 [paul]       0.7.4claws73
8816
8817         * sync with 0.7.4cvs33
8818                 see ChangeLog entry 200-04-08
8819
8820 2002-04-07 [match]      0.7.4claws72
8821
8822         * src/addrharvest.[ch]
8823                 fixed to read all addresses in header, regardless
8824                 of header size. improved name parsing. accommodate
8825                 harvest from folders and selected message.
8826         * src/addritem.[ch]
8827                 included new address parsing function.
8828         * src/addrgather.[ch]
8829         * src/addressbook.[ch]
8830         * src/summaryview.[ch]
8831         * src/mainwindow.c
8832                 allow address harvest of folder as well as selected
8833                 messages.
8834
8835 2002-04-07 [paul]       0.7.4claws71
8836
8837         * src/esmtp.[ch]
8838           src/smtp.c
8839                 don't try to authenticate with CRAM-MD5 in SMTP when 
8840                 SMTP-AUTH enabled if MTA doesn't issue this 
8841                 auth-method in it's ehlo-response. bug item #531364,
8842                 patch item #938910. patch submitted by Colin Leroy 
8843                 <colin@colino.net>
8844
8845 2002-04-07 [paul]       0.7.4claws70
8846
8847         * src/nntp.c
8848                 fix missing MODE_READER bug. patch submitted by
8849                 Colin Leroy <colin@colino.net>
8850
8851 2002-04-07 [alfons]     0.7.4claws69
8852
8853         * src/matcher.[ch]
8854         * src/prefs_filtering.c
8855         * src/summaryview.c
8856                 escape \' and \" in strings passed as filtering strings; bug report by Alex Evseev.
8857                 (see http://www.geocrawler.com/lists/3/SourceForge/11619/25/8279435/)
8858
8859 2002-04-07 [paul]       0.7.4claws68
8860
8861         * sync with 0.7.4cvs32
8862                 see ChangeLog entry 2002-04-06
8863
8864         * tools/filter_conv.pl
8865                 more bug fixes
8866
8867 2002-04-06 [paul]       0.7.4claws67
8868
8869         * tools/filter_conv.pl
8870                 modify to be able to find the name of the first
8871                 mailbox and use that. main's filter does not
8872                 record the full path to the mailbox and therefore
8873                 can only filter to the first mailbox.
8874
8875 2002-04-05 [paul]       0.7.4claws66
8876
8877         * tools/filter_conv.pl
8878                 attempt to make the script all-encompassing and
8879                 be able to convert any main 'filter' rule thrown
8880                 at it
8881
8882 2002-04-05 [paul]       0.7.4claws65
8883
8884         * tools/filter_conv.pl
8885                 allow for collapsed folder trees
8886
8887 2002-04-05 [paul]       0.7.4claws64
8888
8889         * sync with 0.7.4cvs31
8890                 see ChangeLog entries 2002-04-05
8891
8892 2002-04-03 [paul]       0.7.4claws63
8893
8894         * sync with 0.7.4cvs29
8895                 see ChangeLog entries 2002-04-02 and 2002-04-03
8896
8897 2002-04-02 [paul]       0.7.4claws62
8898
8899         * sync with 0.7.4cvs26
8900                 see ChangeLog entry 2002-04-01
8901
8902 2002-04-02 [match]      0.7.4claws61
8903
8904         * src/pine.[ch]
8905         * src/importpine.[ch]
8906         * src/addressbook.c
8907                 import Pine address book.
8908
8909 2002-04-02 [match]      0.7.4claws60
8910
8911         * src/addrharvest.[ch]
8912                 improve address parsing of funky addresses.
8913
8914 2002-04-02 [darko]      0.7.4claws59
8915
8916         * src/compose.c
8917                 wrap on send improvements, it now recognizes quoted
8918                 initials as part of the quotation string, and it
8919                 does not join lines separated by CR
8920
8921 2002-04-01 [match]      0.7.4claws58
8922
8923         * src/mgutils.[ch]
8924                 added new functions.
8925         * src/mutt.[ch]
8926                 remove excessive duplicate address generation
8927                 on import.
8928
8929 2002-04-01 [alfons]     0.7.4claws57
8930         
8931         * src/summaryview.c
8932                 put back g_free() 
8933
8934 2002-04-01 [paul]       0.7.4claws56
8935
8936         * sync with 0.7.4cvs25
8937                 see ChangeLog entry 2002-04-01
8938
8939 2002-04-01 [alfons]     0.7.4aprilfool55
8940
8941         * src/summaryview.c
8942                 honour feature request item #537427 to allow for
8943                 displaying names from address book for sent mail also
8944
8945 2002-03-29 [paul]       0.7.4claws54
8946
8947         * src/mainwindow.c
8948           src/prefs_filtering.[ch]
8949           src/prefs_matcher.c
8950           src/summaryview.c
8951                 add 'fast filter' for claws' filtering,
8952                 /Tools/Create filter rule/... patch submitted
8953                 by Neill Miller <neillm@thecodefactory.org>
8954
8955 2002-03-29 [paul]       0.7.4claws53
8956
8957         * sync with 0.7.4cvs24
8958                 see ChangeLog entry 2002-03-29
8959
8960 2002-03-28 [paul]       0.7.4claws52
8961
8962         * sync with 0.7.4cvs23
8963                 see ChangeLog entry 2002-03-28
8964
8965 2002-03-27 [melvin]     0.7.4claws51
8966
8967         * src/prefs_actions.c
8968                 Added support to pass only one message part (as a
8969                 file) to the command using '%p'. No quotes are needed
8970                 because doubles quotes are automatically added.
8971                 Fixed bug where Sylpheed could block when waiting for
8972                 a child process to finish.
8973                 Changed the help menu to remove quotes around symbols to 
8974                 avoid misinterpretation (they must not be used).
8975
8976 2002-03-27 [melvin]     0.7.4claws50
8977
8978         * src/inc.c
8979                 Made the new mail notification command always 
8980                 execute asynchronously.
8981
8982 2002-03-27 [paul]       0.7.4claws49
8983
8984         * src/compose.c
8985                 fix bug introduced in last commit
8986
8987 2002-03-27 [paul]       0.7.4claws48
8988
8989         * sync with 0.7.4cvs21
8990                 see ChangeLog 2002-03-26 and 2002-03-27
8991
8992 2002-03-26 [hoa]        0.7.4claws47
8993
8994         * src/prefs_folder_item.c
8995                 really fixed the bug #516442 with folder rescan.
8996
8997 2002-03-26 [paul]       0.7.4claws46
8998
8999         * sync with 0.7.4cvs19
9000                 see ChangeLog entries 2002-03-25 and 2002-03-26
9001
9002 2002-03-25 [hoa]        0.7.4claws45
9003
9004         * src/matcher.c
9005         * src/mh.c
9006                 fix the bug #516442 with folder rescan.
9007
9008         * src/prefs_common.[ch]
9009         * src/compose.c
9010                 added an option to enable two different behaviours
9011                 for bounce.
9012
9013
9014 2002-03-25 [paul]       0.7.4claws44
9015
9016         * src/mainwindow.c
9017           src/selective_download.c
9018                 correct a few menuitem labels
9019
9020 2002-03-25 [christoph]  0.7.4claws43
9021
9022         * src/procmsg.c
9023                 fix non deleted tmp message in
9024                 procmsg_save_to_outbox
9025                 fix problems caused by sync with
9026                 main branch's procmsg_send_queue
9027
9028 2002-03-25 [paul]       0.7.4claws42
9029
9030         * src/quote_fmt.c
9031           src/quote_fmt_lex.l
9032           src/quote_fmt_parse.y
9033                 add Last name (%L) placeholder for quoting. 
9034                 patch submitted by Thorsten Thielen 
9035                 <thth@users.sourceforge.net>
9036
9037 2002-03-25 [paul]       0.7.4claws41
9038
9039         * src/utils.c
9040                 get full hostname. patch submitted by
9041                 Bob Woodside <rwoodside1@comcast.net>
9042
9043 2002-03-25 [paul]       0.7.4claws40
9044
9045         * src/account.c
9046           src/news.c
9047           src/nntp.[ch]
9048           src/prefs_account.[ch]
9049                 enable NNTP over SSL. patch submitted by
9050                 Pascal Jermini <pascal@infinity.hn.org>
9051
9052 2002-03-24 [paul]       0.7.4claws39
9053
9054         * src/prefs_common.c
9055                 make the arrangement of the Compose tab more
9056                 coherent
9057
9058         * src/mainwindow.c
9059                 fix some irregularities of style
9060
9061         * po/de.po
9062                 updated by Kilian Krause
9063
9064 2002-03-23 [paul]       0.7.4claws38
9065
9066         * po/pt_BR.po
9067                 updated by Fabio Junior Beneditto
9068
9069 2002-03-23 [paul]       0.7.4claws37
9070
9071         * src/mainwindow.c
9072                 move 'Gather addresses' to 'Tools' menu
9073                 make 'Selective download' sensitive
9074
9075 2002-03-23 [paul]       0.7.4claws36
9076
9077         * sync with 0.7.4cvs16
9078                 see ChangeLog entries 2002-03-23
9079
9080 2002-03-22 [christoph]  0.7.4claws35
9081
9082         * src/quote_fmt_parse.y
9083                 fix include program output
9084
9085 2002-03-22 [alfons]     0.7.4claws34
9086
9087         * src/pop.c
9088                 initialize GDate stack variable correctly (sorry!)
9089
9090 2002-03-22 [paul]       0.7.4claws33
9091
9092         * src/compose.c
9093           src/mainwindow.c
9094           src/prefs_actions.c
9095           src/prefs_common.c
9096                 rename 'Tool' to 'Tools'
9097
9098         * src/mainwindow.c
9099                 move 'Delete duplicated messages' from
9100                 'Message/' to 'Tools/'
9101                 re-arrange the order of 'Tools/' items
9102
9103 2002-03-22 [paul]       0.7.4claws32
9104
9105         * src/addr_compl.c
9106           src/addressbook.[ch]
9107                 auto-address completion now also matches on
9108                 Nickname. patch submitted by Bob Forsman 
9109                 <hammor@users.sourceforge.net>
9110
9111         * src/editaddress.c
9112                 correct a spelling mistake
9113
9114 2002-03-22 [alfons]     0.7.4claws31
9115
9116         * src/pop.c
9117                 fix getting uidl from incorrect string 
9118                 (spotted by Colin)
9119
9120 2002-03-21 [alfons]     0.7.4claws30
9121
9122         * src/pop.c
9123                 more code refactoring
9124                 plug mem leak introduced by delete on server
9125
9126 2002-03-21 [paul]       0.7.4claws29
9127
9128         * sync with 0.7.4cvs11
9129                 see ChangeLog entries 2002-03-20
9130
9131 2002-03-20 [alfons]     0.7.4claws28
9132
9133         * src/inc.c
9134                 apply Colin's patch and refactor
9135
9136 2002-03-20 [paul]       0.7.4claws27
9137
9138         * sync with sylpheed 0.7.4cvs9
9139                 see ChangeLog entry 2002-03-20
9140
9141 2002-03-19 [christoph]  0.7.4claws26
9142
9143         * src/mh.c
9144         * src/procmsg.[ch]
9145         * src/summaryview.c
9146                 revert changes for flag updates
9147                 (does not work correctly and no time to debug)
9148
9149 2002-03-20 [alfons]     0.7.4claws25
9150
9151         * src/pop.c
9152                 refactor should_delete() a little bit 
9153
9154 2002-03-19 [paul]       0.7.4claws24
9155
9156         * src/inc.[ch]
9157           src/pop.c
9158           src/prefs_account.[ch]
9159                 allow the user to leave downloaded mail on the 
9160                 server for n days. Patch submitted by Colin Leroy 
9161                 <colin@colino.net>
9162
9163 2002-02-19 [paul]       0.7.4claws23
9164
9165         * sync with sylpheed 0.7.4cvs8
9166                 see ChangeLog entries 2002-03-19
9167
9168 2002-03-18 [paul]       0.7.4claws22
9169
9170         * sync with sylpheed 0.7.4cvs6
9171                 see ChangeLog entry 2002-03-18
9172
9173 2002-03-18 [paul]       0.7.4claws21
9174
9175         * po/en_GB.po
9176                 add en_GB message catalogue
9177
9178         * src/mbox_folder.c
9179           src/prefs_account.c
9180           src/prefs_actions.c
9181                 correct a few spelling mistakes
9182
9183 2002-03-17 [alfons]     0.7.4claws20
9184
9185         * src/matcher.c
9186                 more stringent checks for NULL params when writing
9187                 filtering actions to a file
9188                 
9189 2002-03-17 [hoa]        0.7.3claws20
9190
9191         * src/news.c
9192                 fixed the count of new messages
9193
9194         * src/compose.c
9195                 fixed the "attachment properties" window
9196
9197 2002-03-17 [paul]       0.7.4claws19
9198
9199         * src/defs.h
9200           src/folder.h
9201           src/news.c
9202           src/prefs_account.[ch]
9203           src/procmsg.[ch]
9204           src/summaryview.c
9205                 automatically mark cross-posted messages as read 
9206                 and (optionally) give them a colour label
9207                 Patch submitted by Stefaan Eeckels <Stefaan.Eeckels@eec.lu>
9208                 
9209
9210 2002-03-17 [paul]       0.7.4claws18
9211
9212         * sync with sylpheed 0.7.4cvs5
9213                 see ChangeLog entry 2002-03-17
9214
9215 2002-03-17 [melvin]     0.7.4claws17
9216         
9217         * src/textview.c
9218                 Worked around a gtktext 'bug': when searching for 
9219                 a text in a long message it was scrolling slowly
9220                 line by line until it hit the searched text.
9221         * po/fr.po
9222                 Updated French translation
9223
9224 2002-03-17 [melvin]     0.7.4claws16
9225
9226         * src/mainwindow.c
9227         * src/compose.c
9228         * src/prefs_actions.c
9229                 Moved "Edit/Actions" to "Tool/Actions"
9230                 Made mainwindow/compose window sensitive as soon as
9231                 no child process is running anymore even if the io dialog
9232                 is open.
9233                 Fixed a struct being initialized with a non constant char*
9234
9235 2002-03-16 [christoph]  0.7.4claws15
9236
9237         * configure.in
9238                 add --with-compiler-flags option
9239                 (only for developer hacking)
9240         * src/mh.c
9241         * src/procmsg.[ch]
9242         * src/summaryview.c
9243                 try to make folder-stats and flag handling more
9244                 independent from the summaryview. msgcounts
9245                 are only set when the folder is opened and
9246                 procmsg_msginfo_(un)set_flags will handle it
9247                 later and summaryview will get the values
9248                 from the folder.
9249
9250 2002-03-16 [paul]       0.7.4claws14
9251
9252         * src/messageview.c
9253                 fix Return-receipt. Patch submitted by Bob
9254                 Woodside <rwoodside1@comcast.net>
9255
9256 2002-03-16 [paul]       0.7.4claws13
9257
9258         * src/compose.c
9259                 fix 'dynamic' signatures, make it work again
9260                 broken during sync on 2002-03-14 (0.7.4claws2)
9261
9262 2002-03-15 [match]      0.7.4claws12
9263
9264         * src/addrharvest.[ch]
9265         * src/addrgather.[ch]
9266         * src/addressbook.[ch]
9267         * src/mainwindow.c
9268                 included address harvester feature. still some
9269                 issues with address parsing that I will fix.
9270
9271 2002-03-15 [match]      0.7.4claws11
9272
9273         * src/addrbook.[ch]
9274         * src/addrcache.[ch]
9275         * src/addressbook.[ch]
9276         * src/addrindex.c
9277         * src/editbook.c
9278         * src/importldif.c
9279         * src/importmutt.c
9280         * src/jpilot.[ch]
9281         * src/main.c
9282         * src/syldap.[ch]
9283         * src/vcard.[ch]
9284                 tidy up. fix memory leaks. moved attribs and methods
9285                 from individual interfaces to addrcache object. prep
9286                 for new stuff to come in.
9287
9288 2002-03-15 [alfons]     0.7.4claws10
9289
9290         * src/matcher.[ch]
9291         * src/matcher_parser_parse.y
9292         * src/matcher_parser_lex.l
9293         * src/prefs_matcher.c
9294                 add filtering conditions message greater than, smaller 
9295                 than, and exactly matching a size in bytes
9296                 (does not work with delete from POP3 server yet)
9297
9298                 this should also give others an idea what you should
9299                 do to add new criterions to claws filtering system
9300                 
9301
9302 2002-03-15 [paul]       0.7.4claws9
9303
9304         * tools/filter_conv.pl
9305                 exit if there are no filter rules to convert
9306                 rename filterrc to filterrc.old after completion
9307
9308 2002-03-15 [paul]       0.7.4claws8
9309
9310         * sync with sylpheed 0.7.4cvs3
9311                 see ChangeLog entry 2002-03-14
9312
9313 2002-03-14 [paul]       0.7.4claws7
9314
9315         * src/compose.c
9316                 clean up the last commit (ahem)
9317
9318 2002-03-14 [paul]       0.7.4claws6
9319
9320         * src/compose.c
9321                 fix bug #515655. honour account preferences
9322                 regarding gpg default signing/encryption when 
9323                 changing account from the compose window.
9324
9325 2002-03-14 [paul]       0.7.4claws5
9326
9327         * src/folderview.c
9328                 remove unnecessary curly brackets
9329
9330 2002-03-14 [paul]       0.7.4claws4
9331
9332         * src/folderview.c
9333           src/prefs_filtering.[ch]
9334                 add filter rename on folder rename and filter
9335                 delete on folder delete. Patch submitted by
9336                 Neill Miller <neillm@thecodefactory.org> 
9337
9338 2002-03-14 [christoph]  0.7.4claws3
9339
9340         * src/procmsg.c
9341         * src/send.c
9342                 fix local delivery
9343                 (patch submitted by "Simon 'corecode' Schubert")
9344         * src/prefs_common.c
9345         * src/procmsg.c
9346                 fix gcc 3.0 warning
9347
9348 2002-03-14 [paul]       0.7.4claws2
9349
9350         * sync with sylpheed 0.7.4cvs2
9351                 see ChangeLog entry 2002-03-13
9352
9353 2002-03-12 [darko]      0.7.4claws1
9354
9355         * src/mainwindow.c
9356                 fix what seems to be a copy and paste error
9357                 when setting color for important messages
9358                 (reported by wwp)
9359
9360 2002-03-11 [paul]       version 0.7.4claws released
9361
9362 2002-03-11 [paul]       0.7.4claws
9363
9364         * po/es.po
9365           po/it.po
9366           po/nl.po
9367           po/pt_BR.po
9368                 update message catalogs. Submitted by Ricardo Mones 
9369                 Lastra, Alessandro Maestri, Wilbert Berendsen, and 
9370                 Fabio Junior Beneditto
9371
9372         * configure.in
9373           faq/Makefile.am
9374           faq/it/Makefile
9375           faq/it/sylpheed-faq*
9376           src/mainwindow.c
9377           src/manual.[ch]
9378                 add FAQ in Italian
9379         
9380
9381 2002-03-11 [jens]       0.7.3claws7
9382
9383         * po/de.po
9384                 updated German translation
9385
9386 2002-03-11 [melvin]     0.7.3claws6
9387
9388         * po/fr.po
9389                 updated and corrected French translation
9390
9391 2002-03-10 [hoa]        0.7.3claws5
9392
9393         * src/account.c
9394         * src/inc.c
9395         * src/prefs_account.c
9396         * src/procmsg.c
9397         * src/send.[ch]
9398                 fixed the local account.
9399                 you have to change the default "/usr/sbin/sendmail"
9400                 to "/usr/sbin/sendmail -t" in the preferences of
9401                 the local account.
9402
9403         * src/procmime.c
9404                 removed some debug display for renderer
9405
9406 2002-03-10 [paul]       0.7.3claws4
9407
9408         * faq/en/sylpheed-faq-1.html
9409           faq/en/sylpheed-faq-2.html
9410                 update
9411
9412 2002-03-09 [paul]       0.7.3claws3
9413
9414         * sync with sylpheed 0.7.4
9415                 see ChangeLog entry 2002-03-09
9416
9417 2002-03-08 [paul]       0.7.3claws2
9418
9419         * faq/en/sylpheed-faq*
9420           faq/es/sylpheed-faq*
9421           faq/fr/sylpheed-faq*
9422                 update the FAQs
9423
9424         * manual/fr/.cvsignore
9425           manual/fr/Makefilea.am
9426           manual/fr/sylpheed*
9427           src/mainwindow.c
9428           src/manual.[ch]
9429                 add the French manual
9430
9431 2002-03-07 [paul]       0.7.3claws1
9432
9433         * sync with sylpheed 0.7.3cvs4
9434                 see ChangeLog entries  2002-03-06 and 2002-03-07
9435         
9436         * po/nl.po
9437                 updated by Wilbert Berendsen
9438
9439 2002-03-07 [melvin]     0.7.2claws34
9440
9441         * src/selective_download.c
9442                 Changed the pixmap of the receive button to MAIL_RECEIVE.
9443
9444 2002-03-06 [paul]       0.7.2claws33
9445
9446         * sync with sylpheed 0.7.3cvs1
9447                 bug fix, see ChangeLog entry 2002-03-05
9448
9449 2002-03-05 [paul]       0.7.2claws32
9450
9451         * src/mimeview.c
9452           src/pgptext.[ch]
9453           src/procmsg.c
9454                 reverse the pgp ascii-armored code implemented in 
9455                 0.7.2claws16. removal of this code until it matures.
9456                 this means that verifying ascii-armored pgp sigs and
9457                 automatic decryption of ascii-armored encrypted
9458                 messages no longer works.
9459
9460 2002-03-05 [paul]       0.7.2claws31
9461
9462         * configure.in
9463           Makefile.am
9464         * faq/Makefile.am
9465         * faq/en/Makefile.am
9466           faq/en/sylpheed-faq.html
9467           faq/en/sylpheed-faq-1.html
9468           faq/en/sylpheed-faq-2.html
9469           faq/en/sylpheed-faq-3.html
9470         * faq/es/Makefile.am
9471           faq/es/sylpheed-faq.html
9472           faq/es/sylpheed-faq-1.html
9473           faq/es/sylpheed-faq-2.html
9474           faq/es/sylpheed-faq-3.html
9475           faq/es/sylpheed-faq-4.html
9476         * faq/fr/Makefile.am
9477           faq/fr/sylpheed-faq.html
9478           faq/fr/sylpheed-faq-1.html
9479           faq/fr/sylpheed-faq-2.html
9480           faq/fr/sylpheed-faq-3.html
9481         * src/Makefile.am
9482           src/defs.h
9483           src/mainwindow.c
9484           src/manual.[ch]
9485                 add FAQs in English, Spanish and French
9486
9487
9488 2002-03-05 [paul]       0.7.2claws30
9489
9490         * manual/en/sylpheed.html
9491           manual/en/sylpheed-XX.html
9492                 updated the English manual
9493
9494 2002-03-05 [hoa]        
9495
9496         * src/summaryview.c
9497                 dialog box pops up if the article can't be deleted.
9498
9499 2002-03-04 [paul]       
9500         
9501         * po/pt_BR.po
9502                 updated by Fabio Junior Benedito
9503
9504 2002-03-04 [hoa]
9505
9506         * removed ac/gpgme.m4
9507                 to avoid autogen common problem
9508                 developers have to install gpgme development package now
9509
9510         * src/compose.c
9511                 encoding to 7bit or 8bit is enabled.
9512
9513 2002-03-03 [alfons]     0.7.2claws29
9514
9515         * src/pop.c
9516                 merge fix by Oliver Haertel for selective
9517                 download buglet
9518
9519 2002-03-03 [paul]       0.7.2claws28
9520         
9521         * sync with sylpheed 0.7.3
9522
9523 2002-03-03 [paul]       0.7.2claws27
9524
9525         * sync with sylpheed 0.7.2cvs24
9526                 see ChangeLog entries 2002-03-02 and 2002-03-03
9527
9528 2002-03-02 [melvin]     0.7.2claws26
9529
9530         * src/inc.[ch]
9531         * src/main.c
9532         * src/mainwindow.c
9533         * src/prefs_common.[ch]
9534                 Added user definable notification on new mail arrival.
9535                 Removed unused variables in spell checker prefs code.
9536
9537 2002-03-02 [melvin]     0.7.2claws25
9538
9539         * src/quote_fmt.c
9540                 Removed unnecessary escape sequences.
9541                 Changed 'Initial...' to 'Initials of Sender'
9542
9543 2002-03-02 [paul]       0.7.2claws24
9544
9545         * sync with sylpheed 0.7.2cvs22
9546                 see ChangeLog entry 2002-03-01
9547
9548 2002-03-01 [hoa]        0.7.2claws23
9549
9550         * src/mainwindow.c
9551                 Set sensitivity of delete actions to active
9552                 even if the folder is a newsgroup.
9553
9554         * src/summaryview.c
9555                 - Set sensitivity of delete actions
9556                 - Added function check_permission() that will check if the
9557                   user is authorized to delete a message. For news, it
9558                   will check if the author is the same.
9559                 - Enabled deletion when there is no trash folder.
9560
9561         * src/news.[ch]
9562                 - Added news_cancel_article() to cancel articles
9563                 - Implemented news_remove_message() (public function)
9564
9565 2002-03-01 [paul]       0.7.2claws22
9566
9567         * src/gtkutils.c
9568           src/textview.c
9569                 recognise urls that that don't include 'http://' and
9570                 simply begin 'www.' 
9571
9572         * AUTHORS
9573                 remove duplicated name
9574
9575 2002-02-28 [paul]       0.7.2claws21
9576
9577         * src/mainwindow.c
9578           src/summaryview.[ch]
9579                 add ability to 'Select thread'
9580                 combines Melvin's "Select thread's head" patch (#510907)
9581                 with Colin Leroy's <colin@colino.net> "Select whole thread" 
9582                 patch (#518514) 
9583
9584 2002-02-28 [paul]       0.7.2claws20
9585
9586         * src/mimeview.c
9587                 hopefully fix segfault on right-clicking a mime part
9588                 that some people have experienced.      
9589                 fix submitted by Fredrik Olofsson <frol@linux.nu>
9590
9591 2002-02-28 [paul]       0.7.2claws19
9592
9593         * sync with sylpheed 0.7.2cvs21
9594                 see ChangeLog entries 2002-02-27 and 2002-02-28
9595
9596 2002-02-27 [paul]       0.7.2claws18
9597
9598         * sync with sylpheed 0.7.2cvs18
9599                 see ChangeLog entries 2002-02-26 and 2002-02-27
9600
9601 2002-02-26 [alfons]     0.7.2claws17
9602
9603         * src/procheader.c
9604                 #undef ALLOW_HEADER_HINT (this was supposed to be undef'ed)
9605                 (spotted by Chris Hessman <idatech@gmx.net>)
9606
9607 2002-02-26 [paul]       0.7.2claws16
9608
9609         * src/mimeview.c
9610           src/pgptext.[ch]
9611           src/procmsg.c
9612                 make decryption of ascii-armored pgp encrypted messages
9613                 and verification of ascii-armored signatures work again.
9614                 slightly altered from the patch by Jens Jahnke 
9615                 <jan0sch@gmx.net>
9616
9617                 ##FIX ME##
9618                 * the checking of plaintext signatures always comes up in 
9619                   a popup box
9620                 * it doesn't work for multipart messages 
9621                 * all lines above "-----BEGIN PGP SIGNED MESSAGE-----\nHash: SHA1",
9622                   including the msg headers and these 2 line themselves, are 
9623                   not displayed
9624
9625         * src/mainwindow.c
9626                 "View/Folder Tree" becomes "View/Separate Folder Tree"
9627                 "View/Message View" becomes "View/Separate Message View"
9628                 because its less ambiguous.
9629
9630         * po/es.po
9631                 updated by Ricardo Mones Lastra
9632
9633 2002-02-26 [paul]       0.7.2claws15
9634
9635         * sync with sylpheed 0.7.2cvs17
9636                 see ChangeLog entries 2002-02-25 and 2002-02-26
9637
9638 2002-02-25 [christoph]  0.7.2claws14
9639
9640         * src/filtering.[ch]
9641         * src/inc.c
9642                 do filtering stuff after all messages have been received
9643                   1. drop all messages to .processing
9644                   2. scan processing folder for messages
9645                   3. filter messages or move to inbox
9646                 this will also find old messages left in processing after
9647                 a crash or something like that and we get a real msginfo
9648                 from folder->get_msg_list and do not have to create our
9649                 own in filter_message
9650         * src/matcher_parser_parse.y
9651                 remove MIX/MAX warning (reordered includes)
9652
9653 2002-02-25 [paul]       0.7.2claws13
9654
9655         * sync with sylpheed 0.7.2cvs15
9656                 see ChangeLog entry 2002-02-24
9657
9658 2002-02-24 [alfons]     0.7.2claws12
9659
9660         * src/filtering.c
9661                 clear old color flags first when applying a new color to
9662                 a message info. 
9663                 (spotted by Lo'oRiS il Kabukimono <lo_oris@libero.it>)
9664
9665 2002-02-24 [alfons]     0.7.2.claws11
9666         
9667         * AUTHORS
9668         * src/prefs_common.c
9669                 add presets for Opera and Konqueror, closes patch #517261,
9670                 submitted by Ville Skyttä <scop@users.sourceforge.net>
9671
9672 2002-02-24 [alfons]     0.7.2.claws10
9673
9674         * AUTHORS
9675         * src/summaryview.c
9676                 fix threading for null message ids, closes patch #521601,
9677                 submitted by Bob Forsman <hammor@users.sourceforge.net>
9678
9679 2002-02-24 [alfons]     0.7.2claws9
9680
9681         * src/summaryview.c
9682         * src/filtering.c
9683                 make Tool | Filter Message work with filtering system so
9684                 setting flags also works
9685
9686                 TODO:
9687
9688                 - Processing uses the same function as Tool | Filter
9689                   Message, but doesn't use the same update proc yet
9690
9691 2002-02-23 [paul]       0.7.2claws8
9692
9693         * sync with sylpheed 0.7.2cvs14
9694                 see ChangeLog entries 2002-02-22 and 2002-02-23
9695
9696 2002-02-22 [christoph]  0.7.2claws7
9697
9698         * src/quote_fmt.c
9699                 Add column space to table
9700         * src/quote_fmt_parse.y
9701                 Close files
9702
9703 2002-02-22 [paul]       0.7.2claws6
9704
9705         * src/Makefile.am
9706           src/defs.h
9707           src/filtering.c
9708           src/inc.[ch]
9709           src/mainwindow.c
9710           src/matcher.[ch]
9711           src/matcher_parser_lex.l
9712           src/matcher_parser_parse.y
9713           src/pop.[ch]
9714           src/prefs_account.h
9715           src/prefs_filtering.c
9716           src/selective_download.[ch]   *** NEW FILES ***
9717           src/utils.[ch]
9718           po/POTFILES.in
9719                 Selective Download added to 'Tool' menu. 
9720                 Retrieves email headers of the currently selected pop3 
9721                 account and allows the user to mark emails for deletion 
9722                 right on the pop3 server. Patch submitted by Oliver Haertel 
9723                 <oha@users.sourceforge.net>.
9724         
9725         * po/POTFILES.in
9726                 add 'src/quote_fmt.c'           
9727
9728 2002-02-22 [christoph]  0.7.2claws5
9729
9730         * src/Makefile.am
9731                 added quote_fmt.c
9732         * src/prefs_common.[ch]
9733         * src/prefs_template.c
9734         * src/quote_fmt.c               *** NEW FILE ***
9735         * src/quote_fmt.h
9736                 move quote format symbol description code
9737                 to it's own file because it is used from
9738                 differnent code parts
9739                 Rewrote symbol description GUI
9740                   + use table
9741                   + add separators
9742                   + get data from array (no more long constant strings)
9743         * src/quote_fmt_lex.l
9744         * src/quote_fmt_parse.y
9745                 Symbol for Literal % changed to \% instead of %%
9746                 (More logical as \ is used for quoting for other symbols)
9747                 Add |f and |p to include files and program output
9748                 Examples:
9749                     |f{/home/.../.signature}
9750                     |p{date}
9751         * po/de.po
9752                 Correct wrong spelling for "Referenzen"
9753
9754 2002-02-21 [paul]       0.7.2claws4
9755
9756         * src/procmsg.c
9757                 forgotten during sync
9758
9759 2002-02-21 [paul]       0.7.2claws3
9760
9761         * sync with sylpheed 0.7.2cvs11
9762                 see ChangeLog entries 2002-02-17, 2002-02-18, 2002-02-19,
9763                 2002-02-20 and 2002-02-21
9764
9765 2002-02-20 [melvin]     0.7.2claws2
9766
9767         * src/prefs_actions.c
9768                 Added error report when child cannot fork or when execvp 
9769                 returns with an error.
9770
9771 2002-02-19 [christoph]  0.7.2claws1
9772
9773         * src/codeconv.c
9774                 return unconverted text if conde conversion is not possible
9775                 when libjconv is used.
9776                 (patch submitted by "Simon 'corecode' Schubert")
9777
9778 2002-02-19 [paul]       
9779
9780         * version 0.7.2claws release
9781
9782 2002-02-19 [paul]       0.7.2claws
9783
9784         * po/nl.po
9785                 updated by Wilbert Berendsen
9786
9787
9788 2002-02-18 [alfons]     0.7.1claws13
9789
9790         * src/syldap.c
9791         * src/jpilot.c
9792                 remove references to dlfcn and explicitly loading functions
9793                 from dynalink libs, because libs linked anyway, and functions
9794                 are loaded explicitly
9795
9796 2002-02-17 [melvin]     0.7.1claws12
9797
9798         * src/prefs_actions.c
9799                 Replaced children wait loop with double fork technique.
9800                 Now, input/output window updated at each new output.
9801                 free_children(): Fixed a memory leak.
9802                 Made input/output window non closable if running children
9803                 still exist.
9804                 Added missing <unistd.h> include.
9805                 Added some --debug outputs.
9806
9807 2002-02-17 [melvin]     0.7.1claws11
9808
9809         * src/summaryview.c
9810                 Fixed bug where descending sort order did not select top
9811                 message.
9812
9813 2002-02-17 [melvin]     0.7.1claws10
9814
9815         * acconfig.h
9816                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
9817         * src/prefs_common.c
9818                 Pspell data package directory no more hard coded but
9819                 set during configuration (PSPELL_PATH). (Thanks to 
9820                                 Gustavo Noronha Silva.)
9821
9822 2002-02-17 [melvin]     0.7.1claws9
9823
9824         * configure.in
9825                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
9826         * src/gtkspell.c
9827                 Fixed compile-time warnings.
9828
9829 2002-02-16 [alfons]     0.7.1claws8
9830
9831         * src/filesel.c
9832                 fix inadvertent free of NULL pointer which caused
9833                 sylpheed to crash when closing the save-as dialog
9834                 using the window close button
9835
9836 2002-02-16 [carsten]    0.7.1claws7
9837         * src/mainwindow.[ch]
9838           src/summaryview.c
9839           src/prefs_common.c
9840                 fixes for pixmap theming code:
9841                         - recently changed mail attributes shouldn't get
9842                           lost any longer
9843                         - theme is only reloaded iff another theme was
9844                           selected
9845
9846 2002-02-16 [paul]       0.7.1claws6
9847
9848         * sync with sylpheed 0.7.2 release
9849                 see ChangeLog entry 2002-02-15 and 2002-02-16
9850
9851 2002-02-15 [paul]       0.7.1claws5
9852
9853         * sync with sylpheed 0.7.1cvs9
9854                 see ChangeLog entry 2002-02-15
9855
9856         * po/POTFILES.in
9857                 remove unneeded headerwindow.c entry
9858
9859 2002-02-14 [carsten]    0.7.1claws4
9860         * src/summaryview.c
9861                 fixed a bug for "Go to next unread message": there was
9862                 an endless loop if NEXTUNREADMSGDIALOG_ASSUME_NO was set
9863                 in the prefs, because of doing "Search again" instead
9864                 "No"
9865
9866 2002-02-14 [carsten]    0.7.1claws3
9867         * src/stock_pixmap.c
9868                 removed 2 more mem leaks; following memprof,
9869                 this code is "leak free" now :)
9870
9871 2002-02-14 [carsten]    0.7.1claws2
9872         * src/stock_pixmap.c
9873                 used opendir/readdir/closedir instead of scandir
9874                 -> code should work now on Solaris
9875
9876 2002-02-14 [paul]       0.7.1claws1
9877
9878         * sync with sylpheed 0.7.1cvs8
9879                 see ChangeLog entries 2002-02-13 and 2002-02-14
9880
9881         * README.claws
9882                 add some description of Actions and Pixmap Themes
9883
9884 2002-02-13 [paul]       
9885
9886         * version 0.7.1claws release
9887
9888 2002-02-13 [paul]       0.7.1claws
9889
9890         * po/es.po
9891           po/it.po
9892           po/pt_BR.po
9893                 updated translations, submitted by Ricardo Mones Lastra,
9894                 Alessandro Maestri and Fabio Junior Beneditto
9895
9896 2002-02-13 [melvin]     0.7.0claws75
9897
9898         * src/prefs_actions.c
9899                 Added missing "signal.h" include
9900
9901 2002-02-13 [melvin]     0.7.0claws74
9902
9903         * src/prefs_folder_item.c
9904                 Added missing "config.h" include
9905         * po/fr.po
9906                 Updated French translation for folder propriety.
9907
9908 2002-02-13 [jens]       0.7.0claws73
9909
9910         * po/POTFILES.in
9911                 Added missing src/prefs_folder_item.c [log added by melvin]
9912         * po/de.po
9913                 Updated German translation.
9914
9915 2002-02-13 [melvin]     0.7.0claws72
9916
9917         * po/fr.po
9918                 Updated French translation.
9919
9920 2002-02-13 [melvin]     0.7.0claws71
9921
9922         * src/gtkutils.c
9923                 Made gtkut_editable_get_selection return NULL if selection
9924                 is of length zero.
9925                 This fixes a bug where selecting part of message A then
9926                 switching to message B and replying to it will not
9927                 quote the message's body.
9928
9929 2002-02-12 [paul]       0.7.0claws70
9930
9931         * src/mainwindow.c
9932                 cosmetic, relating to pixmap themes: on toolbar make 
9933                 updating of 'Exec' and 'Compose news/Compose email'
9934                 icons faster.
9935
9936 2002-02-12 [carsten]    0.7.0claws69
9937         * src/folderview.c
9938           src/mainwindow.[ch]
9939           src/stock_pixmap.c
9940           src/summaryview.c
9941           src/prefs_common.c
9942                 - refreshing after changing pixmap theme better
9943                   now (thanks Paul)
9944                 - wanted to remove some mem leaks, but alfons was
9945                   faster (and had the better solution ;)
9946
9947 2002-02-12 [alfons]     0.7.0claws68
9948
9949         * src/prefs_common.c
9950         * src/stock_pixmap.[ch]
9951                 plug mem leaks, refactor code a little bit
9952
9953
9954 2002-02-12 [sergey]     0.7.0claws67
9955
9956         * src/imap.c
9957                 Fixed problem with copying messages to IMAP folders when the
9958                 server uses something other than '/' as a namespace separator
9959                 (cyrus-imapd uses '.').
9960
9961 2002-02-12 [jens]       0.7.0claws66
9962
9963         * po/de.po
9964                 Updated German Translation
9965
9966 2002-02-12 [paul]       0.7.0claws65
9967
9968         * sync with sylpheed 0.7.1cvs1
9969                 see ChangeLog entry 2002-02-12
9970
9971 2002-02-12 [melvin]     0.7.0claws64
9972
9973         * src/prefs_actions.c
9974                 Fixed "feature" where children's output was duplicated 
9975                 instead of refreshed while monitoring.
9976                 Removed some debug code.
9977
9978 2002-02-12 [christoph]  0.7.0claws63
9979
9980         * src/compose.c
9981                 always delete message from queue after sending/send error
9982                 (closes bug #509601)
9983
9984 2002-02-12 [melvin]     0.7.0claws62
9985
9986         * src/prefs_actions.c
9987                 Children wait loop is now triggered with a timeout of 1s
9988                 Added %F which is replaced with the list of filenames 
9989                 of all selected messages (as suggested by Ricardo Mones Lestra)
9990                 Pipe syntax changed. Prefix with | to send selection, postfix
9991                 with | to retrieve output. Prefix with > or * to send
9992                 user definable input to the command (*: input is hidden)
9993                 Old pipe action should now be postfixed with |, too.
9994
9995 2002-02-12 [carsten]    0.7.0claws61 (more 59.75)
9996         * src/stock_pixmap.c
9997                 fixed a bug: if there's no theme directory don't
9998                 throw an error, just do "nothing" (thanks Alfons)
9999
10000 2002-02-12 [carsten]    0.7.0claws60
10001         * src/folderview.c
10002           src/summaryview.c
10003                 had to write the cache twice (nasty!); some marks would 
10004                 get lost if not
10005
10006 2002-02-11 [carsten]    0.7.0claws59
10007         * acconfig.h
10008           configure.in
10009           doc-src/maintainer_guide.txt
10010           src/compose.[ch]
10011           src/defs.h
10012           src/folderview.[ch]
10013           src/gtkutils.[ch]
10014           src/mainwindow.[ch]
10015           src/prefs_common.[ch]
10016           src/stock_pixmap.[ch]
10017           src/summaryview.[ch]
10018                 pixmap theming and related work on pixmap
10019                 handling on some other places
10020                 (e.g. hrm features for all folder)
10021           src/pixmap/stock_*.xpm -> the stock_ was removed
10022         
10023 2002-02-11 [paul]       0.7.0claws58
10024
10025         * sync with sylpheed 0.7.1 release
10026                 see ChangeLog entries 2002-02-11
10027
10028 2002-02-08 [paul]       0.7.0claws57
10029
10030         * sync with sylpheed 0.7.0cvs39
10031                 see ChangeLog entry 2002-02-07 (last entry) 
10032
10033         * src/prefs_actions.c
10034           src/prefs_filtering.c
10035           src/prefs_matcher.c
10036           src/prefs_scoring.c
10037                 sync: made it compile with C compilers other than gcc
10038
10039 2002-02-07 [paul]       0.7.0claws56
10040
10041         * sync with sylpheed 0.7.0cvs38
10042                 see ChangeLog entries 2002-02-06 (last 2 entries) and
10043                 2002-02-07
10044
10045 2002-02-07 [darko]      0.7.0claws55
10046
10047         * src/gtkutils.[ch]
10048         * src/summaryview.c
10049                 Fix const gchar */gchar * issue (thanks Hiro)
10050
10051 2002-02-07 [darko]      0.7.0claws54
10052
10053         * src/compose.[ch]
10054         * src/filtering.c
10055         * src/gtkutils.[ch]
10056         * src/prefs_template.c
10057         * src/quote_fmt.h
10058         * src/quote_fmt_parse.y
10059         * src/summaryview.c
10060         * src/utils.[ch]
10061                 When replying or forwarding an email don't quote the entire
10062                 mail body but use the part of the message text that is selected
10063
10064 2002-02-06 [melvin]     0.7.0claws53
10065
10066         * src/prefs_common.[ch]
10067         * src/gtkspell.[ch]
10068         * src/compose.c
10069                 Made possible to switch quickly to last used dictionary
10070                 which makes checking bilingual documents easier.
10071
10072 2002-02-06 [melvin]     0.7.0claws52
10073         
10074         * po/POTFILES.in
10075                 Added forgotten new file src/prefs_actions.c
10076
10077 2002-02-06 [melvin]     0.7.0claws51
10078
10079         * src/prefs_actions.c   ** NEW FILE **
10080         * src/prefs_actions.h   ** NEW FILE **
10081                 Added actions to execute on message text view, or on the
10082                         message's file.
10083         * src/Makefile.am
10084                 Added src/prefs_actions.[ch]
10085         * src/compose.c
10086                 Added new menu "Edit/Actions"
10087         * src/defs.h
10088                 Added new actionsrc file.
10089         * src/main.c
10090                 Added actionsrc reading.
10091         * src/mainwindow.c
10092                 Added new menus "Edit/Actions" and "Configuration/Actions..."
10093         * src/prefs_common.h
10094                 Added new element actionslst element to prefs_common.
10095
10096 2002-02-06 [paul]       0.7.0claws50
10097
10098         * sync with sylpheed 0.7.0cvs36
10099                 see ChangeLog entry 2002-02-06
10100
10101 2002-02-05 [paul]
10102
10103         * po/es.po
10104                 updated by Ricardo Mones Lastra
10105
10106 2002-02-05 [paul]       0.7.0claws49
10107
10108         * sync with sylpheed 0.7.0cvs33
10109                 see ChangeLog entries 2002-02-04 (last 4 entries) and 2002-02-05
10110
10111 2002-02-05 [paul]       0.7.0claws48
10112
10113         * src/compose.c
10114                 re-add 'Edit/Advanced/Delete entire line', previously named
10115                 'Delete Line+'
10116
10117 2002-02-04 [paul]       0.7.0claws47
10118
10119         * src/compose.c
10120           src/summaryview.c
10121                 fix bug #494993 (Reply All not taking Reply-To into consi)
10122                 eliminate differences in behaviour of right-click 'Reply to all' 
10123                 in summary view and 'Reply to all' on the toolbar. 
10124                 fix bug where Reply-To gets ignored by 'Reply to all' in summary
10125                 view and From gets ignored by 'Reply to all' on toolbar.
10126                 fix bug where 'Reply to all' on toolbar uses To twice and ignores
10127                 From when no Reply-To header is present.
10128
10129 2002-02-04 [paul]       0.7.0claws46
10130
10131         * sync with sylpheed 0.7.0cvs30
10132                 see ChangeLog entries 2002-02-03 and 2002-02-04
10133
10134 2002-02-03 [melvin]     0.7.0claws45
10135
10136         * src/gtkspell.[ch]
10137                 Readded function to highlight all misspelled words.
10138                 Fixed bug where user-provided-words did not replace
10139                         correctly the misspelled word when using the mouse.
10140                 Fixed bug where checking a region selected from right to left did
10141                         not check the region at all.
10142                 Fixed bug where 'Check backwards' may not check at all. 
10143                 Fixed memory leaks where popup menus and accel_groups were not destroyed.
10144                 Fixed possible buffer overflow when checking for long strings (>1k).
10145                 Made cursor and scrollbar positions non changing after uncheck_all/check_all.
10146                 Accelerators code uses now gtk_widget_add_accel.
10147                 Removed and disabled obsolete and unfinished code.
10148                 Cleaning up.
10149
10150         * src/compose.c
10151                 Added menu item to Highlight all misspelled words.
10152
10153 2002-02-01 [paul]       0.7.0claws44
10154
10155         * src/mainwindow.c
10156                 fix '/View/Hide read messages' sensitivity when all
10157                 messages in a folder are hidden
10158
10159 2002-02-01 [paul]       0.7.0claws43
10160
10161         * src/main.c
10162                 add --send option to command line interface, sends all
10163                 queued mail. Patch submitted by Ricardo Mones Lastra.
10164
10165 2002-01-31 [paul]       0.7.0claws42
10166
10167         * src/mainwindow.c
10168                 add '/View/Hide read messages' to main_window_set_menu_sensitive()
10169
10170 2002-01-31 [paul]       0.7.0claws41
10171
10172         * sync with sylpheed 0.7.0cvs27
10173                 see ChangeLog entries 2002-01-30 (src/mh.c, src/prefs_common.c)
10174                 and 2002-01-31
10175
10176         * src/textview.c
10177                 comment out elements of textview_show_part() as temporary
10178                 workaround for attachment 'Display as text' bug 
10179
10180         * po/pt_BR.po
10181                 updated by Fabio Junior Beneditto
10182
10183 2002-01-30 [paul]       0.7.0claws40
10184
10185         * sync with sylpheed 0.7.0cvs24
10186                 see ChangeLog entries 2002-01-29 (src/prefs_common.c)
10187                 and 2002-01-30
10188
10189         * src/compose.c
10190                 add {N_("/_Spelling"), ... "<Branch>"} to 
10191                 GtkItemFactoryEntry compose_entries[]
10192
10193         * src/prefs_common.c
10194                 add claws menu items to prefs_keybind_apply_clicked()
10195                 and remove non-claws menu items
10196
10197 2002-01-29 [paul]       0.7.0claws39
10198
10199         * sync with sylpheed 0.7.0cvs22
10200                 see ChangeLog entries 2002-01-28 and 2002-01-29
10201
10202 2002-01-28 [melvin]     0.7.0claws38
10203
10204         * src/compose.c
10205                 Added the declartion of compose_send_control_enter.
10206
10207         * src/compose.c
10208         * src/gtkspell.[ch]
10209                 Added in a 'Spelling' menu which includes the configuration menu. 
10210                 Added a real 'Check all' and got rid from the old one which only
10211                 highlited misspelled word.
10212                 Made 'Check while typing' a disableable option.
10213                 Added a dialog when there are no more misspelled word.
10214                 Added a dialog if error occurs when switching to a dictionary.
10215         
10216         * src/prefs_common.[ch]
10217                 Added option for the default 'Check while typing' option.
10218
10219
10220 2002-01-28 [alfons]     0.7.0claws37
10221
10222         * src/compose.c
10223                 fix buglet and make code comply with sylpheed code style
10224
10225 2002-01-28 [paul]       0.7.0claws36
10226
10227         * sync with sylpheed 0.7.0cvs19
10228                 see ChangeLog entries for 2002-01-28
10229
10230 2002-01-28 [hoa]        0.7.0claws35
10231
10232         * src/defs.h
10233                 added rendererrc
10234
10235         * src/main.c
10236                 read the renderer config
10237
10238         * src/procmime.[ch]
10239                 use the renderer config to convert mime attachments
10240
10241         * src/textview.c
10242                 don't use textview_show_html/ertf,
10243                 use get_text_content instead
10244
10245 2002-01-27 [alfons]     0.7.0claws34
10246         
10247         * src/news.c
10248                 make sylpheed believe it can delete a news message...
10249                 (messages are NOT deleted, maybe we should remove
10250                 processing from the folder properties after all.)
10251
10252 2002-01-27 [alfons]     0.7.0claws33
10253
10254         * src/folder.c
10255                 add extra checks
10256         * src/news.c
10257                 implement remove_msg() 
10258
10259 2002-01-27 [alfons]     0.7.0claws32
10260
10261         * src/procmsg.h
10262         * src/procheader.c
10263         * src/messageview.c
10264                 fix return receipt / disposition notification again. this
10265                 stuff seems to break on _every_ major summary UI change, so
10266                 it's now implemented using a flag which is saved in the
10267                 marks cache
10268                 
10269 2002-01-26 [alfons]     0.7.0claws31
10270
10271         * src/import.c
10272                 let import dialog show the destination folder identifier
10273
10274 2002-01-26 [melvin]     0.7.0claws30
10275
10276         * src/folderview.c
10277         * src/summaryview.c
10278                 Readded 'Mark all read' into summary view popup menu
10279                 Added 'Mark all read' in folder view popup menu for IMAP
10280                 and NNTP.
10281                 Made it insensitive if the selected folder is not the shown
10282                 one to avoid 'Mark all read' on the wrong folder.
10283                 
10284 2002-01-26 [paul]       0.7.0claws29
10285
10286         * src/folderview.c
10287           src/summaryview.c
10288                 move 'Mark all read' from summary view to folder view
10289                 menu. (adapted from) patch submitted by Jeremy Andrews,
10290                 <lists@kerneltrap.com>
10291
10292 2002-01-25 [alfons]     0.7.0claws28
10293
10294         * src/gtkstext.c
10295                 put the gtk class name back so GtkSText adapts the 
10296                 settings of GtkText
10297
10298 2002-01-25 [alfons]     0.7.0claws27
10299
10300         * src/folderview.c 
10301                 assimilate Ricardo's patch that shows pixmaps instead of
10302                 plain "new" and "unread" texts in the folder view column
10303                 headers 
10304
10305 2002-01-25 [paul]       0.7.0claws26
10306
10307         * src/Makefile.am
10308                 add $(GPGME_CFLAGS) to INCLUDES so that gpgme can 
10309                 be found in non-standard locations. 
10310                 Closes Patch #507976, submitted by Stoyan Genov, <sdg@rila.bg>
10311
10312 2002-01-25 [paul]       0.7.0claws25
10313
10314         * sync with sylpheed 0.7.0cvs16
10315                 see ChangeLog entry 2002-01-25
10316
10317 2002-01-24 [paul]       0.7.0claws24
10318
10319         * more sync with sylpheed 0.7.0cvs15
10320                 get_file_size_as_clrf(), see ChangeLog entry 2002-01-23
10321
10322 2002-01-23 [sergey]     0.7.0claws23
10323
10324         * src/importldif.c
10325                 Fixed segfault when closing LDIF import wizard with
10326                 the window manager.
10327         * src/imageview.c
10328         * src/imageview.h
10329         * src/messageview.c
10330         * src/mimeview.c
10331                 Fixed wrong scrolling position after switching between
10332                 text and image parts.
10333
10334 2002-01-23 [paul]       0.7.0claws22
10335
10336         * sync with sylpheed 0.7.0cvs15
10337                 see ChangeLog entries 2002-01-22 and 2002-01-23
10338
10339 2002-01-21 [melvin]     0.7.0claws21
10340
10341         * src/prefs_scoring.c
10342         * src/prefs_filtering.c
10343                 Fixed bug where scoring and filtering windows stopped
10344                 autochecking.
10345
10346 2002-01-21 [paul]       0.7.0claws20
10347
10348         * sync with sylpheed 0.7.0cvs12
10349                 see ChangeLog entries 2002-01-20 and 2002-01-21
10350
10351 2002-01-21 [carsten]    0.7.0claws19
10352         * src/mainwindow.c
10353         * src/menu.[ch]
10354         * src/messageview.[ch]
10355         * src/summaryview.[ch]
10356                 changes to shortcuts handling again:
10357                         + "Q" now controled by mainwin
10358                         + v/V are now customizable and have slightly
10359                           different meanings
10360                 the "button" to minimize the messageview (and maximize
10361                 the summary view) is a real button now
10362         * src/compose.c
10363                 "Delete Line+" added to Edit/Advanced (this will also
10364                 delete the '\n')
10365
10366 2002-01-20 [melvin] 0.7.0claws18
10367
10368         * src/addressbook.c
10369                 Made "Bcc" sensitive when addressbook is called from
10370                 compose window (it was a Claws only bug).
10371
10372 2002-01-19 [alfons] 0.7.0claws17
10373
10374         * src/inc.c
10375                 prevent unnecessary updates when currently selected folder has
10376                 no new messages 
10377
10378 2002-01-19 [alfons] 0.7.0claws16
10379         
10380         * src/summaryview.c
10381                 prevent writing the cache based on current message list in summary 
10382                 view when filtering also put messages in currently selected folder
10383
10384 2002-01-19 [paul]
10385
10386         * po/it.po
10387                 Italian translation submitted by Alessandro Maestri
10388                 <a.maestri@cs.tin.it>
10389
10390 2002-01-18 [melvin]     0.7.0claws15
10391
10392         * src/prefs_filters.c
10393                 fixed bug where 'cancel' from 'filters' window stops autochecking
10394                 if the timer timed out  when the window was open.
10395
10396 2002-01-18 [match]      0.7.0claws14
10397
10398         * src/addrclip.[ch]     ** NEW FILE **
10399         * src/addrselect.[ch]   ** NEW FILE **
10400         * src/adbookbase.h      ** NEW FILE **
10401                 addressbook cut, copy and paste
10402         * src/addrbook.[ch]
10403         * src/addrcache.[ch]
10404         * src/addressitem.h
10405         * src/addrindex.[ch]
10406         * src/addritem.[ch]
10407         * src/importldif.c
10408         * src/importmutt.c
10409         * src/jpilot.[ch]
10410         * src/syldap.[ch]
10411         * src/vcard.[ch]
10412         * src/jpilot.[ch]
10413         * src/editbook.c
10414         * src/editjpilot.c
10415         * src/editldap.c
10416         * src/editvcard.c
10417                 support for copy/paste
10418         * src/addressbook.c
10419                 support for copy/paste
10420                 tidy up menu option processing
10421                 correct address list function arguments
10422         * src/editaddress.c
10423                 sort user attributes
10424         * src/ldif.h
10425         * src/mutt.h
10426                 tidy up
10427
10428         * src/addrbook.[ch]
10429         * src/addrbook.[ch]
10430         * src/addrbook.[ch]
10431                 
10432
10433 2002-01-18 [paul]       0.7.0claws13
10434
10435         * sync with sylpheed 0.7.0cvs8
10436                 configure.in: support Mac OS X (Darwin)
10437
10438 2002-01-18 [carsten]    0.7.0claws12
10439         * src/html.c
10440                 small hack to fix a segfault with an empty href
10441                 (reported by Alexandra Walford <deeni@altern.org>)
10442         * src/mainwindow.c
10443         * src/summaryview.c
10444                 the shortcuts for Mark und Mark as unread are hardcoded
10445                 again
10446         * src/compose.c
10447         * src/gtkstext.[ch]
10448                 readded the shortcuts in gtkstext but made them
10449                 customizeable (simply by adding a menu plus a wrapper
10450                 to compose.c)
10451
10452 2002-01-17 [melvin]     0.7.0claws11
10453
10454         * src/gtkspell.c
10455                 fix default dictionary not being saved.
10456
10457 2002-01-16 [darko]      0.7.0claws10
10458
10459         * src/compose.c
10460                 fix wrapping crash with URL longer than wrapping margin
10461
10462 2002-12-08 [hoa]        0.7.0claws10
10463
10464         * src/matcher_parser_parse.y
10465                 fixed some bugs
10466
10467         * src/prefs_filtering.c
10468                 now, we can use bounce action in the dialog box.
10469
10470 2002-01-16 [carsten]    0.7.0claws9
10471         * src/gtkstext.c
10472                 removed the <control> and <alt> shortcuts because they're
10473                 not needed and interefered with the "normal" shortcuts
10474         * src/mainwindow.c
10475         * src/summaryview.c
10476                 removed most of the hardcoded shortcuts and assigned
10477                 them to menu entries making them easy customizable by
10478                 that
10479
10480 2002-01-16 |melvin]     0.7.0claws8
10481
10482         * src/gtkspell.c
10483                 fixed bug where using the mouse and when the compose
10484                 window is not on top may result in a crash.
10485
10486 2002-01-16 [melvin]     0.7.0claws7
10487
10488         * src/compose.c
10489                 fixed a long standingspell checker bug which could 
10490                 cause a crash after sending a message.
10491
10492 2002-01-16 [paul]       0.7.0claws6
10493
10494         * sync with sylpheed 0.7.0cvs7
10495                 see ChangeLog entries 2002-01-10, 2002-01-11, 2002-01-14,
10496                 2002-01-15, and 2002-01-16
10497
10498 2002-01-16 [melvin]     0.7.0claws5
10499
10500         * README.claws
10501         * src/compose.c
10502         * src/gtkspell.[ch]
10503         * src/main.c
10504                 Heavily modified spell checker code to work around
10505                 ispell bug, to add keyboard shortcuts and for future
10506                 enhancements. See README.claws for usage information.
10507
10508 2002-01-15 [alfons]     0.7.0claws4
10509         
10510         * src/summaryview.c
10511                 change gtk_ctree_sort_node() into gtk_ctree_sort_recursive()
10512                 so sorting within threads reflects sort mode
10513
10514 2002-01-15 [christoph]  0.7.0claws3
10515
10516         * src/procmsg.c
10517                 added alertpanel if mail sending failed
10518
10519 2002-01-15 [alfons]     0.7.0claws2
10520         
10521         * src/prefs_filtering.c
10522                 don't stop timer when prefs filtering dialog is opened
10523
10524 2002-01-14 [alfons]     0.7.0claws1
10525
10526         * src/addr_compl.c
10527         * src/prefs.c
10528                 remove debug_print()s for privacy reasons
10529
10530 2002-01-14 [darko]      0.7.0claws
10531
10532         * README.claws
10533                 quotation wrapping is now also in the main branch
10534
10535 2002-01-14 [paul]
10536
10537         * tools/filter_conv.pl
10538                 allow for Boolean Op and case-sensitivity
10539                 this file is included in the release and tagged
10540                 'rel_0_7_0'
10541
10542 2002-01-13 [paul]       0.7.0claws
10543
10544         * release 0.7.0, with cvs tag 'rel_0_7_0'
10545
10546 2002-01-13 [paul]
10547
10548         * tools/filter_conv.pl
10549         * tools/README
10550                 rewritten to output to matcherrc instead of filteringrc
10551
10552         * po/es.po
10553                 updated Spanish translation by Ricardo Mones Lastra
10554
10555 2002-01-13 [alfons]
10556
10557         * po/nl.po
10558                 update dutch translation
10559
10560 2002-01-13 [paul]
10561
10562         * po/pt_BR.po
10563                 Updated by Fabio Junior Beneditto 
10564
10565 2002-01-13 [melvin]     0.6.6claws53
10566
10567         * po/fr.po
10568                 Updated french translation
10569
10570 2002-01-12 [alfons]     0.6.6claws52
10571
10572         * src/filtering.c
10573                 plug mem leak that has been sitting there for ages              
10574
10575 2002-01-12 [alfons]     0.6.6claws51
10576
10577         * src/summaryview.c
10578                 undo melvin's changes from 0.6.6claws48 because summary
10579                 view now refuses to select first unread message when
10580                 selecting a folder 
10581
10582 2002-01-11 [alfons]     0.6.6claws50
10583
10584         * src/import.c
10585                 use claws' semantics for getting folder item when
10586                 importing an mbox file into a folder 
10587                 (submitted by Dale P. Smith)
10588
10589 2002-01-11 [christoph]  0.6.6claws49
10590
10591         * src/prefs.h
10592                 set sensitivity in SET_TOGGLE_SENSITIVITY macro from
10593                 toggle widget, because non static prefs can not use
10594                 prefs_set_* functions
10595         * src/prefs_account.c
10596                 toggle smtp auth password field sensitivity if
10597                 user id is empty and add descrition of usage for
10598                 these fields
10599         * src/prefs_folder_item.c
10600                 use SET_TOGGLE_SENSITIVITY macro to instead of extra
10601                 callbacks
10602
10603 2002-01-11 [melvin]     0.6.6claws48
10604
10605         * src/compose.c
10606                 fix the 'Ctrl-Enter' feature for sending and test really
10607                 for 'Ctrl-Enter' (as Ctrl-Space is also used for activating
10608                 editables which was not documented in Gtk)
10609
10610         * src/summaryview.c
10611                 Made summaryview refresh after sorting and not before.
10612
10613 2002-01-11 [christoph]  0.6.6claws47
10614
10615         * src/compose.c
10616                 select account from account ids if possible and
10617                 correctly set save folder for copy in reedit
10618
10619 2002-01-10 [paul]       0.6.6claws46
10620
10621         * sync with sylpheed 0.7.0 release
10622                 see ChangeLog entries 2002-01-07, 2002-01-08 and
10623                 2002-01-09
10624
10625 2002-01-09 [alfons]
10626
10627         * src/summaryview.c
10628                 remove more dirt traces...
10629
10630 2002-01-09 [alfons]
10631         
10632         * src/summaryview.c
10633                 clean up some traces of my debugging stuff
10634
10635 2002-01-09 [alfons]     0.6.6claws45
10636
10637         * src/filtering.c
10638                 break up filteringprop_apply() in three separate pieces
10639                 so we can drop messages that failed processing in the
10640                 inbox
10641
10642         * src/summaryview.c
10643                 fix bug #469598 "no refresh of inbox after filter" which 
10644                 was introduced by the new summary view locking, and which 
10645                 prevented the summary view to update after a manual filter 
10646                 message. claw's filter message requires a summary_show().
10647                 (aargh, summary_show() again! :-)
10648                 
10649 2002-01-07 [alfons]     0.6.6claws44
10650
10651         * src/headerwindow.c
10652         * src/logwindow.c
10653         * src/messageview.c
10654         * src/sourcewindow.c
10655                 bring in Hiro's last 0.7.0 wm class fixes
10656
10657         * tools/sylprint.pl
10658                 bring in Ricardo's fix for sylprint script
10659
10660         * AUTHORS       
10661         * src/rfc2015.[ch]
10662         * src/prefs_common.[ch]
10663         * src/prefs_account.[ch]
10664         * src/compose.c
10665                 clean up account preference poison in rfc2015,
10666                 and preparation to fix double sign bug 
10667                 (patch submitted by Simon 'corecode' Schubert)
10668
10669 2002-01-07 [christoph]  0.6.6claws43
10670
10671         * src/mh.c
10672                 search for free message number, do not only rely
10673                 on last_num
10674         * src/send.c
10675                 fix smtp auth and use extra account information
10676                 if available, if not use pop3 data instead
10677                 (closes bug #500341)            
10678         * src/ssl.[ch]
10679                 match coding style
10680
10681 2002-01-06 [alfons]     0.6.6claws42
10682
10683         * src/mainwindow.c
10684                 try making the separate windows work again...
10685
10686 2002-01-06 [alfons]     0.6.6claws41
10687
10688         * src/mainwindow.c
10689                 adapt Hiro's separate window menu (to get rid of the funny
10690                 duplicate menu items), and make it work again
10691
10692 2002-01-06 [alfons]     0.6.6claws40
10693
10694         * tools/Makefile.am
10695         * tools/sylprint.rc
10696         * tools/sylprint.pl
10697         * tools/README.sylprint
10698                 add sylprint script for printing mails from Sylpheed
10699                 (contributed by Ricardo Mones Lastra)
10700
10701         * src/acount.c
10702                 clean up
10703
10704 2002-01-06 [melvin]     0.6.6claws39
10705
10706         * src/mainwindow.c
10707         * src/summaryview.c
10708                 Fixed crash introduced in 0.6.6claws38 by the menu
10709                 reorganisation (Hide read messages)
10710         
10711         * ChangeLog.claws 
10712                 Fixed typo (we are now in 2002, alfons ;) )
10713
10714 2002-01-05 [alfons]     0.6.6claws38
10715
10716         * sync with sylpheed 0.6.6cvs10-17
10717                 (last stuff marked as LAST_STABLE)
10718
10719 2002-01-04 [melvin]     0.6.6claws37
10720
10721         * src/account.c
10722                 Made account selection code use strcasestr again instead of
10723                 g_strcasecmp (fixes bug where reediting queued messages
10724                 did not select proper account reported by T. Link).
10725         
10726         * src/folderview.c
10727                 Fix bug where folder icons are not shown when 'hide read messages'
10728                 is on.
10729         
10730         * src/stock_pixmaps.[ch]
10731                 Added folder icons for 'hide read messages'.
10732         
10733         * src/compose.c
10734                 Fixed bug where 'Enter' in a header entry will send the message 
10735                 if 'CTL-Enter' was chosen as a shorcut for sendind. 
10736
10737 2002-01-03 [melvin]     0.6.6claws36
10738         
10739         * src/prefs.[ch]
10740                 Added popup menu for common preferences and
10741                 account preferences (right click on tab displays
10742                                 a menu of all tabs.)
10743
10744 2002-01-02 [melvin]     0.6.6claws35
10745
10746         * src/gtkspell.[ch]
10747                 Made spelling code compatible with undo/redo feature.
10748                 Added creation of suggestion mode menu for the general
10749                         preferences.
10750         
10751         * src/prefs_common.[ch]
10752                 Added option menu for the speller's suggestion mode.
10753                 Added missing spaces in "..." buttons and made a "..."
10754                         button non translatable!
10755         
10756         * src/compose.c
10757                 Made speller use the default suggestion mode.
10758                 Hack to make it possible to choose 'CTRL-Enter' as a
10759                         shortcut for sending (and only for sending).
10760
10761         * src/prefs_folder_item.c
10762                 Changing subject simplification does not update cache 
10763                         anymore (because it is unnecessary).
10764                 Fixed bug where changing subject simplification updated the 
10765                         summaryview even when the viewed folder is not the
10766                         folder which properties are being changed. (E.g. 
10767                                         viewing folder A and changing
10768                                         the subject simplification of 
10769                                         folder B -not being viewed- updated the 
10770                                         summaryview of folder A with data of
10771                                         folder B). (Hope this is clear... )
10772
10773 2001-12-31 [alfons]     0.6.6claws34
10774         
10775         * src/ldif.c
10776         * src/mutt.c
10777                 fgetc() returns a signed integer which doesn't
10778                 fit in a char. so c truncates this to a char
10779                 but we may lose significant bits. i.e. we may
10780                 comparing 0xFF which may not be equal to -1
10781                 unless properly casted to signed char which
10782                 we won't do because fgetc() returns a signed
10783                 integer which doesn't fit in a char. so c 
10784                 truncates this to a char but we may lose 
10785                 significat bits. (you got the idea, thanks
10786                 to Gustavo Noronha Silva <kov@debian.org>
10787                 and the Debian folks!)
10788
10789 2001-12-30 [alfons]     0.6.6claws33
10790
10791         * src/prefs_common.c
10792                 add #ifdef USE_PSPELLs that Melvin forgot               
10793
10794 2001-12-30 [melvin]     0.6.6claws32
10795         
10796         * src/prefs_common.[ch]
10797                 Added configurable color for misspelled words.
10798
10799         * src/gtkspell.[ch]
10800                 Fixed bug of foreground text color (reported by David
10801                                 Mehrmann)
10802                 Added configurable color for misspelled words.
10803
10804 2001-12-30 [alfons]     0.6.6claws31
10805
10806         * src/folder.c
10807                 remove unnecessary things someone put there
10808
10809         * src/mh.c
10810         * src/folder.[ch]
10811                 make folder properties (like threading and sorting) persistent
10812                 (closes bug #497424 "rescan folder tree resets proprieties")
10813                 currently this is only for MH folders. 
10814
10815 2001-12-29 [melvin]     0.6.6claws30
10816
10817         * src/string_match.[ch]
10818                 Optimized a bit: regexp pattern buffer compiled only once, and
10819                   one subroutine call removed. Fixed ^ regexp search: Now, 
10820                   "(^Re: )|(^Hello)" removes only "Re: " from "Re: Hello".
10821         
10822         * src/summaryview.c
10823                 Subject filtering changed to filter summary columns and
10824                   not directly the messages subject cache. The loss in 
10825                   performance is balanced by the improvement of string_match.
10826                 Added an alert panel if there is an error in the regexp.
10827
10828         * src/src/prefs_folder_item.h
10829                 Added a regexp pattern buffer.
10830
10831 2001-12-28 [alfons]     0.6.6claws29
10832
10833         * src/string_match.[ch]
10834                 clean up name space
10835                 allow compilation *BSD
10836
10837 2001-12-27 [alfons]     0.6.6claws28
10838
10839         * src/filter.c
10840                 sync the Hiro's bug fix for BSD
10841
10842 2001-12-27 [melvin]     0.6.6claws27
10843         
10844         * src/compose.c
10845                 Simplify focus to subject entry code.
10846
10847 2001-12-27 [darko]      0.6.6claws26
10848
10849         * src/filtering.c
10850         * src/mbox_folder.c
10851         * src/messageview.c
10852         * src/mh.c
10853         * src/procheader.[ch]
10854         * src/procmsg.h
10855         * src/stock_pixmap.[ch]
10856         * src/summaryview.c
10857                 Show key icon for encrypted mails in summary view
10858
10859         * src/pixmaps/clip.xpm
10860         * src/pixmaps/clipkey.xpm
10861         * src/pixmaps/key.xpm
10862                 New/modified icons for the above
10863
10864 2001-12-27 [melvin]     0.6.6claws25
10865
10866         * src/prefs_common.c
10867                 Put spell checker options in a separate tab to decrease
10868                 the Common Preferences window height.
10869
10870         * README.claws  
10871                 Update spell checker usage instruction about its options
10872                 location.
10873
10874 2001-12-27 [melvin]     0.6.6claws24
10875
10876         * src/compose.c
10877                 Changed subject entry widget position. Initial focus is
10878                 on the To header instead of the subject entry.
10879                 Creating a new header scrolls the header list to make the
10880                 created one visible. Nevertheless, when automatically filling
10881                 headers, the first one is shown.
10882                 A Tab key press in the last empty header entry zips the 
10883                 focus to the subject entry.
10884                 (I did not change the combo boxes, yet)
10885
10886 2001-12-26 [alfons]     0.6.6claws23
10887
10888         * src/prefs_account.c
10889         * src/inc.c
10890                 allow default inbox to reside in another mailbox (only
10891                 works for POP3 accounts)
10892
10893 2001-12-26 [alfons]     0.6.6claws22
10894         
10895         * src/textview.c
10896                 make reply-on-click work with the account of the selected folder
10897         * src/compose.c
10898                 put a fixme here to remind me to fix finding correct default
10899                 account for nested folders
10900
10901 2001-12-25 [alfons]     0.6.6claws21
10902
10903         * src/summaryview.c
10904                 make column headers display locked and mark pixmaps (idea by Melvin) 
10905                 fix bug by adding score and locked column type to sort array
10906
10907 2001-12-25 [alfons]     0.6.6claws20
10908         
10909         * src/summaryview.c
10910                 catch a *potentially* inadvertent write back of  
10911                 the message cache(s) introduced by 0.6.5claws37
10912
10913 2001-12-25 [christoph]  0.6.6claws19
10914
10915         * src/stock_pixmap.[ch]
10916         * src/summaryview.c
10917                 add ignore thread pixmap
10918                 (can someone draw a better icon for this?)
10919
10920 2001-12-24 [alfons]     0.6.6claws18
10921
10922         * src/prefs_folder_item.c
10923                 make address completion actually work for the
10924                 Default To address in the Folder Property dialog.
10925
10926 2001-12-24 [alfons]     0.6.6claws17
10927         
10928         * src/summaryview.c
10929                 use new style regexp for subject stripping 
10930                 (patch submitted by Thomas Link <t.link.tmp200101@gmx.net>)
10931
10932 2001-12-24 [darko]      0.6.6claws16
10933
10934         * src/pgptext.c
10935         * src/rfc2015.c
10936                 move GPG related informational messages to debug mode
10937
10938 2001-12-23 [alfons]     0.6.6claws15
10939
10940         * src/stock_pixmap.[ch]
10941         * src/summaryview.c
10942                 add the forgotten Claws' locked pixmap
10943
10944 2001-12-23 [alfons]     0.6.6claws14
10945
10946         * src/filesel.c
10947                 accept file name typed in entry in multi file
10948                 selector (patch submitted by Gustavo Noronha Silva 
10949                 <kov@debian.org>)
10950
10951 2001-12-23 [alfons]     0.6.6claws13
10952
10953         * src/prefs_filter.c
10954         * src/prefs_filtering.c
10955         * src/matcher.c
10956         * src/importmutt.c
10957                 clean up a little bit
10958         
10959         * src/string_match.c
10960                 validate input strings a little bit more
10961
10962 2001-12-23 [alfons]     0.6.6claws12
10963
10964         * src/Makefile.am
10965         * src/summaryview.c
10966         * src/string_match.[ch]         ** NEW **
10967         * src/folderview.[ch]
10968         * src/headerview.h
10969         * src/folder.[ch]
10970         * src/prefs_folder_item.[ch]
10971                 add subject simplification to strip out strings from
10972                 a subject line (esp. handy for mailing lists). 
10973                 (original patch by by Thomas Link <t.link.tmp200101@gmx.net>,
10974                 but slightly changed things for better integration.)
10975
10976 2001-12-23 [alfons]     0.6.6claws11
10977
10978         * src/mainwindow.c
10979                 fix bug introduced by submission included in 0.6.5claws52.
10980                 ideally this submission should clean the trash if any trash
10981                 folder has a message. however, the hasTrash variable was
10982                 set to false whenever a trash folder was empty (discarding
10983                 a previously found *filled* trash folder.)
10984
10985                 also edited the code a little bit and made it more safe.
10986
10987 2001-12-22 [alfons]     0.6.6claws10
10988
10989         * src/imap.c
10990                 quick fix for Martin Pool's omission of an account
10991                 specific SSL setting
10992
10993 2001-12-22 [alfons]     0.6.6claws9
10994
10995         * src/compose.c
10996         * src/messageview.c
10997         * src/mimeview.c
10998         * src/pgptext.c
10999         * src/procmime.[ch]
11000                 better support for multipart/digest (submitted
11001                 by Fredrik <e98fo@efd.lth.se>)
11002
11003 2001-12-22 [alfons]     0.6.6claws8
11004
11005         * src/addressbook.c
11006                 correct function signature
11007         * src/socket.[ch]
11008         * src/imap.[ch]
11009         * src/prefs_account.[ch]
11010                 allow IMAP over SSH tunnel (patch submitted by 
11011                 Martin Pool <mbp@samba.org>)
11012
11013 2001-12-21 [alfons]     0.6.6claws7
11014
11015         * sync with sylpheed 0.6.6cvs4-9
11016                 (may have forgotten something: LAST_STABLE is 0.6.6claws6)
11017
11018 2001-12-21 [christoph]  0.6.6claws6
11019
11020         * src/compose.c
11021         * src/prefs_folder_item.[ch]
11022                 implement saving of outgoing messages to current folder.
11023                 fix segfault when no default outbox is available
11024                 (closes bug #495683)
11025
11026 2001-12-21 [carsten]    0.6.6claws5
11027         * src/folderview.c
11028         * src/summaryview.c
11029                 pressing CTRL while DND does now the expected thing and
11030                 copies the mail (moving is still the default, as this
11031                 seam more appropriate for handling mails by DND)
11032
11033 2001-12-18 [paul]       0.6.6claws4
11034
11035         * sync with sylpheed 0.6.6cvs3
11036                 see ChangeLog entries 2001-12-18
11037
11038 2001-12-18 [hiro]       0.6.6claws3
11039
11040         * src/undo.c
11041                 fix for multibyte characters (obtain the number of letters
11042                 instead of bytes).
11043
11044 2001-12-17 [paul]       0.6.6claws2
11045
11046         * sync with sylpheed 0.6.6cvs1
11047                 see ChangeLog entry 2001-12-16
11048
11049 2000-12-17 [alfons]     0.6.6claws1
11050
11051         * src/filtering.c
11052                 clean up
11053
11054 2001-12-16 [paul]       0.6.6claws
11055 2001-12-15
11056
11057         * Release version 0.6.6claws, cvs tag: rel_0_6_6
11058
11059         * src/mimeview.c
11060                 last minute sync with main 0.6.6
11061
11062         * po/es.po
11063                 updated by Ricardo Mones Lastra
11064                 update for last minute sync
11065         * po/fr.po
11066         * po/nl.po
11067                 update for last minute sync
11068         * po/de.po
11069                 updated by Jens Oberender
11070         * po/pt_BR.po
11071                 updated by Fabio Junior Beneditto
11072
11073         * src/prefs_common.[ch]
11074         * src/undo.c
11075                 number of undo levels is user configurable
11076                 (squeeze it into the release in the dying
11077                 moments) Submitted by Jens Oberender    
11078
11079 2001-12-15 [melvin]
11080
11081         * po/fr.po
11082                 updated french translation
11083
11084 2001-12-15 [paul]       0.6.5claws92
11085
11086         * sync with sylpheed 0.6.5cvs28
11087                 see ChangeLog entry 2001-12-14 (src/prefs_account.c)
11088
11089         * po/nl.po
11090                 update to allow for sync
11091
11092 2001-12-15 [alfons]
11093         
11094         * po/nl.po
11095                 update dutch translation
11096
11097 2001-12-14 [carsten]    0.6.5claws91
11098         * src/summaryview.c
11099                 fixed bug #473785; also after changing the column order
11100                 the same message will be selected and displayed as before
11101                 the reordering
11102
11103 2001-12-14 [carsten]    0.6.5claws90
11104         * src/folderview.c
11105                 probably found the bug reported by wwb opening or closing
11106                 a folder tree just before dnd (found the solution in the
11107                 balsa source -- thanks to them)
11108
11109 2001-12-14 [carsten]    0.6.5claws89
11110         * src/gtkutils.c
11111         * src/account.c
11112                 moved gtk_clist_moveto to the right place, so that
11113                 only the accounts dialog is effected on opening
11114
11115 2001-12-14 [carsten]    0.6.5claws88
11116         * src/gtkutils.c
11117                 gtkut_clist_set_focus_row does a gtk_clist_moveto
11118                 now, so that the focused row will be seen in any case
11119                 (reported by wwp on sf-claws-user)
11120
11121 2001-12-14 [darko]      0.6.5claws87
11122
11123         * src/compose.c
11124                 remove unnecessary line
11125
11126 2001-12-14 [paul]       0.6.5claws86
11127
11128         * sync with sylpheed 0.6.5cvs27
11129                 see ChangeLog entries 2001-12-14
11130
11131 2001-12-14 [carsten]    0.6.5claws85
11132         * src/mainwindow.c
11133                 following a suggestion of Melvin the rcoabm pops up
11134                 right under the button now and the button is reliefed
11135                 while the popup is open
11136
11137 2001-12-14 [darko]      0.6.5claws84
11138
11139         * src/compose.c
11140                 fix crash when wrapping long lines if linewrap quotation
11141                 is disabled and wrapper encounters a word spanning more
11142                 than one line
11143
11144 2001-12-13 [paul]       0.6.5claws83
11145
11146         * src/compose.c
11147                 prefer 'Reply-To' header over mailing list header when
11148                 replying to a message. Finally prevent all those confirmation 
11149                 messages being sent to the list itself.
11150
11151         * src/summaryview.c
11152                 remove unused summary_set_menu_sensitive() entry
11153
11154 2001-12-13 [paul]       0.6.5claws82
11155
11156         * src/folderview.c
11157         * src/pixmaps/inbox-hrm.xpm     ** NEW FILE **
11158         * src/pixmaps/outbox-hrm.xpm    ** NEW FILE **
11159         * src/pixmaps/trash-hrm.xpm     ** NEW FILE **
11160                 improvements to 'Hide read messages': Inbox, Outbox,
11161                 Trash, Queue, and Draft icons now reveal presence of hidden 
11162                 messages
11163
11164 2001-12-12 [alfons]     0.6.5claws81
11165
11166         0.6.5claws80 was tagged as LAST_STABLE
11167
11168         * src/filtering.[ch]
11169         * src/matcher.[ch]
11170         * src/matcher_parser_lex.c
11171                 fix the filtering; my last attempt to get it right, 
11172                 if it does not work, it's Hoa's turn. ;-)
11173
11174                 for my honourable peers:
11175                 
11176                 the code now makes a clear distinction between
11177                 rules as they are displayed (probably escaped),
11178                 and as they are executed (probably unescaped). the
11179                 parser does *NOT* do any unescaping, this is
11180                 the task of the matcher.c (which breaks up a
11181                 rule into condition) and the filtering.c (which
11182                 breaks up the rule's action). to make this
11183                 run happily we provide an unescaped copy of
11184                 crucial strings to the MatcherProp and 
11185                 FilteringAction structures. note that the only
11186                 exception to this is any REGEXP string. those
11187                 are directly passed to regcomp() and regexp()
11188                 (who have much more powerful unescape functions).
11189                 
11190                 for everyone else:
11191         
11192                 you can escape tab (\t), carriage return (\r),
11193                 linefeed (\n), form feed (\f), quote (\"), 
11194                 single quote (\'), bell (\b) in all the entry
11195                 lines in the scoring & filtering dialogs.
11196                 as an added bonus this should not affect
11197                 existing filtering rules.
11198
11199 2001-12-12 [carsten]    0.6.5claws80
11200
11201         * src/summaryview.c
11202         * po/de.po
11203                 "item(s) selected" is now sensitive to 1 or more
11204                 than one selected (nice for language where simple
11205                 adding of a "s" is not possible as German (Eintrag
11206                 ->Eintr"age)
11207                 
11208                 the "forward as attachment" entry from the right
11209                 click menu removed, "forward" acts following the
11210                 prefs
11211         
11212         * src/textview.c
11213                 reverted my former changes; so compiler warning again
11214                 but there's more GTK_TEXT/GTK_STEXT mixing on other places
11215                 nevertheless
11216
11217         * src/messageview.c
11218                 "search in message" does now *not* only work in MVIEW_TEXT
11219                 messages, but also in a MIMEVIEW_TEXT part of MVIEW_MIME
11220                 message
11221
11222         * src/mainwindow.c
11223                 removed "/File/_Close" as it was the same as "/File/E_xit"
11224                 and we don't need it two times
11225
11226                 the separate folder view and message view now get a distinct
11227                 WMCLASS, just in case someone is using sawfish ;-)
11228
11229                 as the menu entries "/View/Message view" and "/View/Folder tree"
11230                 are only doing something when SEPARATE_MESSAGE or SEPARATE_FOLDER
11231                 make them sensitive accordingly and as these two are "shown"
11232                 after startup anytime check this menuitem at startup
11233
11234 2001-12-12 [paul]       0.6.5claws79
11235
11236         * src/folderview.c
11237                 fix sensitivity of 'Search folder...', broken in
11238                 0.6.5claws75
11239
11240         * src/mainwindow.c
11241                 fix dodgy English
11242
11243 2001-12-11 [carsten]    0.6.5claws78
11244         * src/filtering.c
11245                 fixed two typos returning a wrong FALSE/TRUE
11246         * src/mainwindow.[ch]
11247                 extra menu for email/news button removed
11248
11249 2001-12-11 [alfons]     0.6.5claws77
11250         
11251         * src/matcher.c                 (1.3)
11252         * src/matcher_parser_lex.l      (1.28)
11253                 revert for another attempt
11254                 mark 0.6.5claws77 as LAST_STABLE
11255
11256 2001-12-11 [christoph]  0.6.5claws76
11257
11258         * po/de.po
11259                 fixed wrong translation for prev. unread msg
11260
11261 2001-12-11 [paul]       0.6.5claws75
11262
11263         * src/folder.[ch]
11264         * src/folderview.c
11265         * src/mainwindow.c
11266         * src/summaryview.[ch]
11267         * src/pixmaps/dir-open-hrm.xpm  ** NEW FILE **
11268                 enable ability to hide read messages on per folder basis via 
11269                 '/Summary/Hide read messages'; when selected, a folder will 
11270                 have a red open folder icon, instead of a blue icon, if the 
11271                 folder contains hidden messges
11272                 submitted by Thomas Link <t.link.tmp200101.gmx.net> 
11273
11274         * src/mainwindow.c
11275                 remove '/Message/Forward as attachment' from 
11276                 main_window_set_menu_sensitive() to prevent debug warning
11277
11278         * src/folderview.c
11279         * src/mainwindow.c
11280                 Clean up some of the English
11281
11282         * tools/newscache_clean.pl
11283                 allow for new 'hidereadmsgs' entry in folderlist.xml
11284
11285         * po/es.po
11286                 updated translation, submitted by Ricardo Mones Lastra
11287
11288 2001-12-11 [paul]       0.6.5claws74
11289
11290         * sync with sylpheed 0.6.5cvs25
11291                 see ChangeLog entry 2001-12-11
11292
11293 2001-12-10 [alfons]     0.6.5claws73
11294
11295         * src/matcher.c
11296                 add more control characters
11297         * src/matcher_parser_lex.l
11298                 make escaping / unescaping work again
11299
11300 2001-12-10 [alfons]     0.6.5claws72
11301
11302         * src/imap.c
11303                 clean up warnings "returning value for void function" 
11304         * src/prefs_filtering.c
11305                 make info button for execute action sensitive
11306
11307 2001-12-10 [paul]       0.6.5claws71
11308
11309         * src/compose.c
11310         * src/imap.[ch]
11311         * src/summaryview.c
11312                 fix: imap server now gets informed of MARKED, UNMARKED
11313                 and REPLY events. Now people can use different IMAP-Mail
11314                 clients and have the exact same information about MARKED,
11315                 UNMARKED and REPLY status with all of them. Especially
11316                 useful for imap servers with a web-frontend.
11317                 submitted by Tobias Sandhaas <medlor@web.de>
11318
11319 2001-12-09 [melvin]     0.6.5claws70
11320         
11321         * src/textview.[ch]
11322                 fixed bug #490076 (hunted down by Alfons who implemented
11323                 a workaround in 0.6.5claws65)
11324
11325 2001-12-09 [christoph]  0.6.5claws69
11326
11327         * src/summaryview.c
11328                 set pointer to string in LOCKED column to NULL
11329                 (might fix bug #490800)
11330
11331 2001-12-09 [carsten]    0.6.5claws68
11332
11333         * po/de.po
11334                 resolved some cluttered menu shortcuts 
11335                 ('creating new email' and 'creating news message'
11336                 hade the same)
11337         * src/compose.c
11338                 wmclass now distinc from main window
11339         * src/mainwindow.c
11340           src/mainwindow.h
11341                 email/news and forward button functionality similar
11342                 to the reply buttons; removed the ugly dropdown arrows
11343                 and use instead the right mouse button
11344
11345 2001-12-09 [paul]       0.6.5claws67
11346
11347         * src/imap.c
11348         * src/utils.h
11349                 allow spaces in imap folder names
11350                 submitted by Willem van Engen <wvengen@stack.nl>
11351
11352 2001-12-09 [paul]       0.6.5claws66
11353
11354         * sync with sylpheed 0.6.5cvs24
11355                 see ChangeLog entry 2001-12-09
11356
11357 2001-12-08 [alfons]     0.6.5claws65
11358
11359         * src/textview.c
11360                 prevent secondary selection claim after "add to sender" dialog
11361                 popped up. this is because there's a GDK_BUTTON_RELEASE pending.
11362                 we trick GTK by simulating a click at (0, 0) in the textview.
11363
11364 2001-12-08 [hoa]        0.6.5claws64
11365
11366         * src/folder.c
11367                 fixed a bug about the .processing folder name while filtering
11368
11369 2001-12-08 [alfons]     0.6.5claws63
11370
11371         * src/folderview.c 
11372                 work around problem of not correctly updating folder stats
11373                 when deleting messages. there's some folder scanning evil
11374                 going so the folderview_update_msg_num() does not work
11375                 correctly. need to investigate this.
11376
11377 2001-12-08 [paul]       0.6.5claws62
11378
11379         * sync with sylpheed 0.6.5cvs23
11380                 see ChangeLog entry 2001-12-08
11381
11382 2001-12-07 [christoph]  0.6.5claws61
11383
11384         * src/compose.c
11385                 fix another header translation problem
11386
11387 2001-12-07 [alfons]     0.6.5claws60
11388
11389         * src/mbox.c
11390                 make filtering also work on local spool mbox
11391
11392 2001-12-07 [carsten]    0.6.5claws59
11393         * src/addressbook.c
11394                 addressbook window gets a wmclass distinct from the main
11395                 sylpheed window
11396         * src/compose.h
11397         * src/mainwindow.[ch]
11398                   forward menu item will use mode selected in prefs, forward 
11399                 as attatchment in menu removed (will be substituted in the
11400                 toolbar similar to reply buttons)
11401                   create news message menu entry and news button is now 
11402                 sensitive to the existance of a news account
11403         * src/pixmaps/stock_mail_reply_quote.xpm           ** REMOVED **
11404         * src/pixmaps/stock_mail_reply_to_all_quote.xpm    ** REMOVED **
11405         * src/pixmaps/stock_mail_reply_to_sender_quote.xpm ** REMOVED **
11406                 these are removed because the toolbar buttons don't show
11407                 the quoting modus any longer
11408
11409 2001-12-07 [paul]
11410
11411         * tools/newscache_clean.pl      ** NEW FILE **
11412                 perl script to do some tidying up in the newscache directory 
11413                 
11414         * tools/sylpheed-switcher       ** NEW FILE **
11415                 perl script to enable easy switching between main and claws
11416                 
11417         * tools/README
11418                 added descriptions of the two new perl scripts          
11419
11420
11421 2001-12-07 [melvin]     0.6.5claws58
11422
11423         * src/messageview.c
11424                 fixed a warning during compilation introduced in 0.6.5claws56
11425
11426 2001-12-07 [paul]       0.6.5claws57
11427
11428         * src/mainwindow.[ch]
11429         * src/menu.[ch]
11430                 further usability enhancements to replying with or without 
11431                 quoting via the toolbar, use of Ctrl key is replaced by 
11432                 drop down menu 
11433                 Submitted by Carsten Schurig            
11434
11435 2001-12-07 [melvin]     0.6.5claws56
11436
11437         * src/messageview.c
11438                 hack to fix bug that prevented to make/paste selections
11439                 after switching between MVIEW_TEXT and MVIEW_MIME views
11440                 without deselecting the selection first.
11441
11442 2001-12-06 [alfons]     0.6.5claws55
11443
11444         * src/filtering.[ch]
11445         * src/inc.c
11446                 revise filtering a little bit more, and make sure
11447                 messages are delivered to the appropriate inbox
11448                 (perhaps set per account)
11449
11450 2001-12-06 [paul]       0.6.5claws54
11451
11452         * sync with sylpheed 0.6.5cvs22
11453                 see ChangeLog entry 2001-12-06
11454
11455 2001-12-05 [alfons]     0.6.5claws53
11456
11457         * src/inc.c
11458         * src/folder.[ch]
11459         * src/procmsg.c
11460         * src/filtering.c
11461                 more revisions of filtering system
11462                 (last stable version is marked as LAST_STABLE)
11463                 
11464                 | NOTE 1): the filtering system now uses a local folder called
11465                 | .processing. if filtering fails, check this directory
11466                 | for missing messages.
11467                 |
11468                 | NOTE 2): help us find the filtering actions still missing
11469
11470 2001-12-05 [paul]       0.6.5claws52
11471
11472         * src/mainwindow.c
11473                 fix bug where 'Empty Trash?' pop-up window appears even
11474                 when Trash is empty, submitted by Jesse Skinner         
11475
11476 2001-12-05 [melvin]     0.6.5claws51
11477
11478         * src/compose.c
11479                 fixed bug #486106 to select correct account when reediting 
11480                 a queued message
11481         
11482 2001-12-04 [alfons]     0.6.5claws50
11483
11484         * src/mh.c
11485                 declare markfile in appropriate functions when
11486                 no fchmod() is found (thanks to Mark Heerdink <marc@koelkast.net>
11487                 for spotting this)
11488
11489 2001-12-04 [paul]       0.6.5claws49
11490
11491         * sync with sylpheed 0.6.5cvs21
11492                 see ChangeLog entry 2001-12-04
11493
11494 2001-12-03 [christoph]  0.6.5claws48
11495
11496         * po/de.po
11497                 changed translation of undo
11498         * src/account.c
11499         * src/folder.c
11500                 don't reinvent the wheel to traverse a GNode
11501         * src/compose.[ch]
11502                 seperate code to create the compose gui into functions
11503                 add "Others" page with folder selection for saving copy
11504                 of the message.
11505                 the folder identifier is saved to queue header
11506         * src/procmsg.c
11507                 save message to folder in queue header
11508
11509 2001-12-03 [paul]       0.6.5claws47
11510
11511         * sync with sylpheed 0.6.5cvs20
11512                 see ChangeLog entry 2001-12-03
11513
11514 2001-12-01 [paul]
11515
11516         * more sync with sylpheed 0.6.5cvs19
11517                 see ChangeLog entry 2001-11-29
11518
11519 2001-11-30 [paul]       0.6.5claws46
11520         
11521         * src/compose.c
11522                 remove conflicts introduced by Hoa's last commit
11523          
11524         * src/mainwindow.c
11525                 make 'Message/Bounce' sensitive
11526
11527 2001-11-30 [hoa]        0.6.5claws45
11528
11529         * src/compose.c
11530                 slightly change bounce function to add
11531                 information about the user that bounced the mail
11532                 in the From header line.
11533
11534         * src/folderview.c
11535                 permit the use of processing in outbox folder.
11536
11537 2001-11-29 [paul]       0.6.5claws44
11538
11539         * src/mainwindow.[ch]
11540         * src/prefs_common.c
11541         * src/pixmaps/stock_mail_reply_quote.xpm            ** NEW FILE **
11542         * src/pixmaps/stock_mail_reply_to_all_quote.xpm     ** NEW FILE **
11543         * src/pixmaps/stock_mail_reply_to_author_quote.xpm  ** NEW FILE **
11544                 usability enhancements to the quoting, implements
11545                 use of Ctrl key to toggle quoting settings
11546                 Submitted by Carsten Schurig <Carsten.Schurig@web.de>
11547
11548 2001-11-29 [paul]       0.6.5claws43
11549         
11550         * sync with sylpheed 0.6.5cvs19
11551                 see ChangeLog entry 2001-11-28
11552
11553 2001-11-29 [melvin]     0.6.5claws42
11554         * src/Makefile.am
11555                 added enriched.[ch] to the list of files
11556
11557         * src/textview.c
11558         * src/mimeview.c
11559         * src/procmime.[ch]
11560         * src/enriched.[ch]
11561                 added support to view text/enriched
11562                 added support to show headers in message view for text/enriched and text/html
11563                         in non multipart messages
11564
11565 2001-11-28 [paul]       0.6.5claws41
11566
11567         * more sync with sylpheed 0.6.5cvs18
11568                 see ChangeLog entry 2001-11-27 (src/prefs_common.c)
11569
11570 2001-11-27 [paul]       0.6.5claws40
11571         
11572         * po/pt_BR.po
11573                 updated translation, submitted by Fabio Junior Beneditto
11574                 
11575         * sync with sylpheed 0.6.5cvs18
11576                 see ChangeLog entries 2001-11-26 (src/textview.c) and
11577                 2001-11-27
11578
11579
11580 2001-11-26 [paul]
11581
11582         * po/es.po
11583                 updated translation, submitted by Ricardo Mones Lastra
11584
11585 2001-11-26 [alfons]
11586
11587         * src/matcher.c
11588                 add more translatable strings
11589
11590 2001-11-26 [christoph]  0.6.5claws39
11591
11592         * po/de.po      
11593                 fixed one more umlaut
11594         * src/compose.c
11595                 fix translated header when it should not be translated
11596
11597 2001-11-26 [paul]       0.6.5claws38
11598
11599         * src/mainwindow.c
11600                 remove '/Message/Add Sender to address book' from 
11601                 main_window_set_menu_sensitive(), prevent debug warning
11602                 add 'Message/Mark/Mark all read' to mainwin_entries[]
11603
11604 2001-11-26 [paul]       0.6.5claws37
11605
11606         * src/summaryview.c
11607                 fix 'recurring unread state' bug 
11608
11609         * tools/README 
11610         * tools/filter_conv.pl
11611                 read name of top level mailbox from folderlist.xml
11612                 and presume nothing about its name              
11613
11614 2001-11-26 [darko]      0.6.5claws36
11615
11616         * src/gtkstext.[ch]
11617                 removed functions that are now in gtkutils.c
11618                 use gtkut_text_is_uri_string() from gtkutils.c
11619         * fix my comment on 2001-11-23 (missing gtkutils.[ch])
11620
11621 2001-11-26 [paul]       0.6.5claws35
11622
11623         * sync with sylpheed 0.6.5cvs16
11624                 see ChangeLog entries 2001-11-25 and 2001-11-26
11625
11626 2001-11-25 [alfons]     0.6.5claws34
11627
11628         EXPERIMENTAL!!! Please checkout the last stable version using: 
11629           
11630         % cvs update -r LAST_STABLE -dRAP
11631
11632         (Or help us testing this stuff.)
11633
11634         * src/filtering.c               (1.14)
11635         * src/filtering.h               (1.6)
11636         * src/inc.c                     (1.28)
11637         * src/matcher.c                 (1.20)
11638         * src/mbox.c                    (1.9)
11639         * src/procmsg.h                 (1.14)
11640         * src/summaryview.c             (1.59)
11641         * src/summaryview.h             (dunno)
11642                 revert/merge/sync to as it was before commit 
11643                 on Thu, 19 Jul 2001 10:15:51 -0700.
11644
11645 2001-11-25 [hoa]        0.6.5claws33
11646
11647         * src/main.c
11648                 processing mails at startup
11649
11650         * src/folderview.c
11651         * src/summaryview.[ch]
11652                 processing mails when entering folder
11653
11654         * src/prefs_filtering.c
11655                 fixed some UI bugs
11656
11657 2001-11-24 [alfons]     0.6.5claws32
11658
11659         * src/summaryview.[ch]
11660                 make summary sort headers work, and also make
11661                 sure the sort type is stored
11662
11663 2001-11-23 [alfons]     0.6.5claws31
11664
11665         * src/summaryview.[ch]
11666                 make lock work like mark
11667                 disallow deleting messages marked as locked
11668
11669 2001-11-23 [alfons]     0.6.5claws30
11670
11671         * src/gtkstext.c
11672         * src/compose.[ch]
11673         * src/Makefile.am
11674         * src/undo.[ch]
11675                 merge undo patch submitted by Jens
11676
11677 2001-11-23 [christoph]  0.6.5claws29
11678
11679         * src/.cvsignore
11680                 added ylwrap
11681         * src/compose.c
11682                 fixed gpg signing and encoding
11683         * src/folder.[ch]
11684         * src/main.c
11685                 added --status option to get new, unread and total
11686                 message count from a running sylpheed
11687         * src/prefs_common.c
11688                 temporary fix for reply_with_quote problem
11689                 (don't call functions for non existing widget)
11690         * src/procmsg.c
11691                 one more check for ignored threads but still not
11692                 always working correctly. probably a recursive
11693                 check for all parents is needed
11694
11695 2001-11-23 [darko]      0.6.5claws28
11696
11697         * src/compose.c
11698                 wrapping on send improvements
11699         * src/gtkutils.[ch]
11700                 fix for GtkSText after last sync with main branch
11701                 GTK_TEXT -> GTK_STEXT
11702
11703 2001-11-23 [paul]       0.6.5claws27
11704
11705         * sync with sylpheed 0.6.5cvs14
11706                 see ChangeLog entries 2001-11-22 and 2001-11-23
11707                 
11708         * po/de.po
11709                 fixed the scrambled umlauts 
11710                 submitted by Carsten Schurig <Carsten.Schurig@web.de>
11711
11712 2001-11-21 [paul]       0.6.5claws26
11713
11714         * sync with sylpheed 0.6.5cvs12
11715                 see 2nd ChangeLog entry dated 2001-11-20
11716
11717 2001-11-20 [paul]       0.6.5claws25
11718
11719         * sync with sylpheed 0.6.5cvs11
11720                 see ChangeLog entry 2001-11-19 (src/utils.c)
11721
11722 2001-11-20 [hiro]
11723
11724         * src/compose.c
11725                 GTK_TEXT -> GTK_STEXT
11726                 fix for wrong comment
11727
11728 2001-11-20 [hiro]       0.6.5claws24
11729
11730         * src/compose.[ch]
11731                 more merges from main branch
11732                 removed fatal warnings (uninitialized variables etc.)
11733                 some coding style fix
11734         * src/gtkutils.h
11735                 fixed typo.
11736         * src/addressbook.c
11737           src/addrindex.c
11738                 V-Card -> vCard
11739
11740 2001-11-19 [hoa]        0.6.5claws23
11741
11742         * src/filtering.c
11743         * src/prefs_scoring.c
11744         * src/matcher.[ch]
11745         * src/scoring.c
11746                 cleaning code
11747
11748         * src/matcher_parser_parse.y
11749         * src/prefs_filtering.c
11750                 bouncing
11751
11752 2001-11-19 [alfons]     0.6.5claws22
11753
11754         more of my old things into claws
11755
11756         * src/Makefile.am
11757         * src/prefs_common.c
11758         * src/procmsg.h
11759         * src/summaryview.[ch]
11760         * src/prefs_summary_column.c
11761         * src/pixmaps/locked.xpm
11762                 add indicators for locking of message in summary view
11763                 (does not work yet, only visual indicator)
11764
11765 2001-11-19 [paul]       0.6.5claws21
11766
11767         * sync with sylpheed 0.6.5cvs10
11768                 see ChangeLog entry 2001-11-19
11769
11770 2001-11-18 [alfons]     0.6.5claws20
11771         
11772         * src/filtering.c
11773                 remove an inadvertent free I forgot in previous clean up 
11774
11775 2001-11-18 [alfons]     0.6.5claws19
11776
11777         * src/filtering.[ch]
11778                 clean up & plug leaks
11779
11780 2001-11-18 [paul]       0.6.5claws18
11781
11782         * sync with sylpheed 0.6.5cvs9
11783                 see ChangeLog entries 2001-11-17 and 2001-11-18
11784
11785 2001-11-16 [paul]       0.6.5claws17
11786
11787         * sync with sylpheed 0.6.5cvs8
11788                 see ChangeLog entry 2001-11-16, src/grouplistdialog.c
11789
11790 2001-11-16 [paul]       0.6.5claws16
11791
11792         * sync with sylpheed 0.6.5cvs7
11793                 see ChangeLog entries 2001-11-15 and 2001-11-16
11794
11795 2001-11-15 [hoa]        0.6.5claws15
11796
11797         * src/compose.c
11798                 fix bounce, mails we received couln't be bounced to ourself.
11799
11800         * src/defs.h
11801         * src/filtering.[ch]
11802         * src/matcher.[ch]
11803         * src/matcher_parser.h
11804         * src/matcher_parser_lex.l
11805         * src/matcher_parser_parse.y
11806         * src/inc.c
11807         * src/main.c
11808         * src/mbox.c
11809         * src/prefs_filtering.[ch]
11810         * src/mainwindow.c
11811         * src/prefs_matcher.c
11812         * src/prefs_scoring.c
11813         * src/scoring.[ch]
11814         * src/summaryview.c
11815                 new matcher/filter/score configuration file parser
11816                 one unique configuration file => ~/.sylpheed/matcherrc
11817                 import in currently automatic, then save are made
11818                 in this new file.
11819                 one filter per folder and one global filter
11820                 (filter of a folder will be used as folder processing)
11821
11822         * src/folder.c
11823                 fix a bug in folder_item_get_identifier
11824                 
11825         * src/messageview.c
11826                 receive receipt return are fixed.
11827
11828 2001-11-14 [alfons]     0.6.5claws14
11829
11830         * src/session.h
11831                 add things from main branch to make claws compile
11832
11833 2001-11-14 [paul]       0.6.5claws13
11834
11835         * merge with SYNC-B4-REL and sync with sylpheed 0.6.5cvs5
11836                 see ChangeLog entries 2001-11-08 to 2001-11-14
11837
11838 2001-11-14 [hoa] 0.6.5claws12
11839
11840         * src/compose.[ch]
11841         * src/mainwindow.c
11842         * src/summaryview.c
11843                 add "bounce mail" option
11844
11845 2001-11-13 [christoph]  0.6.5claws11
11846
11847         * src/compose.c
11848                 Cleanup a mess i add before commiting
11849
11850 2001-11-13 [hoa]        0.6.5claws10
11851
11852         * src/compose.c
11853                 some fixes when mail are sent or
11854                 for crossposts
11855
11856 2001-11-13 [christoph]  0.6.5claws9
11857
11858         * po/de.po
11859                 Changed two string with the same translation
11860         * src/compose.c
11861         * src/procmsg.[ch]
11862         * src/send.[ch]
11863                 New mailsending process:
11864                   - Always queue message before sending
11865                     (message will be saved if sylpheed crashed or
11866                      freezes while sending)
11867                   - Allow queuing of newspostings
11868                   - No copy in outbox before sending
11869                     (closes bug #469501)
11870                   - No more redundant code for send and send_later
11871         * src/summaryview.c
11872                 Applied wwp <subscript@free.fr>'s patch that fixes
11873                 marks for multiple forwarded messages (+compose.c)
11874
11875 2001-11-12 [alfons]
11876
11877         * README.claws
11878                 remove things that are now in main branch
11879         
11880         * po/nl.po
11881                 update Dutch translation
11882
11883 2001-11-12 [mhadasht]   0.6.5.claws8
11884
11885         * src/prefs_common.c
11886                 re-enabled account autoselection feature for forward
11887                 and reedit lost during the branch point for SYNC-B4-REL
11888         * src/gtkspell.c
11889                 gtkpspell_get_dict(): more readable code (even if function is
11890                 not used yet)
11891         * ChangeLog.claws
11892                 added version number info to 2001-11-12 [hiro] comment.
11893
11894 2001-11-12 [hiro]       0.6.5.claws7
11895
11896         * src/compose.c
11897                 compose_forward(): fixed a bug that forward quote mark
11898                 wasn't used.
11899                 removed unnecessary code.
11900         * src/template_select.[ch]: removed.
11901
11902 2001-11-11 [alfons]
11903
11904         * src/compose.c
11905                 :%s/GTK_TEXT/GTK_STEXT/g
11906         
11907         * src/compose.[ch]
11908         * src/undo.[ch]
11909         * src/Makefile.am
11910                 revert the undo stuff (this is 0.6.6claws stuff)
11911
11912 2001-11-11 [hoa]        0.6.5.claws6
11913
11914         * src/compose.[ch]
11915                 Insert signature at the end of the text.
11916                 Added undo patch but currently disabled
11917
11918         * src/procmsg.c
11919                 Threading by subject improved.
11920
11921         * added src/undo.[ch]
11922                 Undo module for compose dialog box.
11923
11924 2001-11-11 [alfons]     0.6.5.claws5
11925
11926         * src/procmsg.c
11927                 prevent threading by subject on nodes that have already been
11928                 threaded by in-reply-to (as in "circular references in a tree
11929                 result in a dead branch")
11930
11931 2001-11-09 [hoa]        0.6.5.claws4
11932         
11933         * src/folderview.c
11934                 allows creation of mbox folder item from any files.
11935
11936 2001-11-09 [alfons]     0.6.5.claws3
11937         
11938         * src/utils.c
11939         * src/procmsg.c
11940                 do what I mean and correct threading by subject so it really
11941                 ignores attracting lines without "Re: "
11942
11943 2001-11-07 [alfons]     0.6.5.claws2
11944
11945         * src/procmsg.c
11946         * src/utils.[ch]
11947                 only attract by subject if a subject line starts with a "Re: "
11948         * src/syldap.c
11949                 remove warning
11950
11951 2001-11-07 [paul]       0.6.5claws1
11952
11953         * sync with sylpheed 0.6.5. release
11954                 see ChangeLog entry 2001-11-07
11955
11956 2001-11-07 [paul]       0.6.4claws31
11957
11958         * sync with sylpheed 0.6.4cvs18
11959                 see ChangeLog entries 2001-10-30 to 2001-11-07
11960                 prefs_templates.[ch] renamed prefs_template.[ch]
11961
11962 2001-11-06 [alfons]
11963         
11964         * src/utils.h
11965                 add semicolon Hoa forgot ;-)
11966                 
11967
11968 2001-11-06 [hoa]        0.6.4claws30
11969         
11970         * src/procmsg.c
11971         * src/summaryview.c
11972         * src/utils.c
11973         * src/utils.h
11974                 threading by subject - empty subject are ignored
11975
11976 2001-11-06 [christoph]  0.6.4claws29
11977
11978         * src/socket.c
11979                 use SSL_peek for sock_gets
11980         * src/utils.c
11981                 removed unneeded pointer in extracting quoted
11982                 names implementation
11983
11984 2001-11-06 [melvin]     0.6.4claws28
11985
11986         * src/gtkspell.c
11987                 fixed bug #476792 Selection overtyping with spell checker
11988                 fixed bug which could cause a buffer overflow
11989                 fixed a memory leak
11990
11991 2001-11-06 [hoa]        0.6.4claws27
11992         
11993         * src/procmsg.c
11994         * src/summaryview.c
11995                 threading by subject
11996
11997 2001-11-05 [alfons]     0.6.4claws26
11998         
11999         * README.claws
12000                 Claws -> Sylpheed (vice versa)
12001
12002         * src/compose.c
12003                 :%s/gtk_text/gtk_stext/g
12004                 :%s/GTK_TEXT/GTK_STEXT/g
12005                 (thanks to Jonathan Ware for spotting this)
12006
12007 2001-11-04 [christoph]  0.6.4claws25
12008
12009         * src/summaryview.c
12010                 replace Xalloca + strdup with Xstrdup_a
12011         * src/utils.c
12012                 better implementation of extracting quoted names
12013                 from addresses (remove backlashes and ignore
12014                 quotes after them)
12015
12016 2001-11-04 [alfons]     0.6.4claws24
12017
12018         * src/utils.[ch]
12019                 edit to comply more with coding style
12020
12021         * src/textview.c
12022                 fix bug reported by Kim Schulz. introduced by the patch integrated
12023                 in 0.6.4claws15. the code did not check the return value of
12024                 the html parser.
12025
12026         * AUTHORS
12027                 add Jonathan Ware and close "[ #475955 ] Enhanced Mailto Patch"
12028
12029 2001-11-04 [christoph]  0.6.4claws23
12030
12031         * src/main.c
12032         * src/prefs_common.[ch]
12033                 init some pointers that possibly caused a segfault
12034                 reported in the claws-users ML
12035
12036 2001-11-04 [hoa]        0.6.4claws22
12037
12038         * src/grouplistdialog.c
12039                 change the names of the nodes in the tree
12040
12041         * src/compose.c
12042                 enhanced mailto syntax as described in
12043                 http://developer.netscape.com/viewsource/husted_mailto/mailto.html
12044                 (thanks to Jonathan Ware <jonathan_ware@gmx.co.uk>)
12045
12046         * src/utils.c
12047                 encode and decode URI (useful when opening URL into
12048                 netscape).
12049
12050 2001-11-03 [hoa]        0.6.4claws21
12051
12052         * src/grouplistdialog.c
12053                 a new newsgroups list selection dialog box
12054                 with a CTree instead of a CList
12055
12056 2001-11-03 [hoa]        0.6.4claws20
12057
12058         * src/folderview.c
12059                 enable property and scoring options when right
12060                 click on "inbox"
12061
12062         * src/summaryview.c
12063                 fixed bug when nickname were displayed using
12064                 the address book.
12065
12066 2001-11-02 [darko]      0.6.4claws19
12067
12068         * src/compose.c
12069                 new wrap quotation and URL/long words wrapping implementation
12070         * src/compose.c src/gtkstext.[ch]
12071                 move gtkstext_strncmp() to gtkstext.c
12072
12073 2001-11-01 [christoph]  0.6.4claws18
12074
12075         * src/prefs_account.c
12076                 fixed mess in account settings dialog
12077         * src/prefs_folder_item.c
12078                 added label with folder path to dialog
12079
12080 2001-10-31 [match]      0.6.4claws17
12081
12082         * src/vcard.c
12083                 fix memory leak.
12084         * src/addrbook.c
12085                 fix generation of spurious address book file names.
12086                 remove redundant functions.
12087         * po/POTFILES.in
12088                 added missing file names.
12089
12090 2001-10-30 [paul]       0.6.4claws16
12091
12092         * sync with sylpheed 0.6.4cvs6
12093                 see ChangeLog entries 2001-10-26 to 2001-10-30
12094
12095         * tools/filter_conv.pl
12096                 read folderlist.xml to discover whether the top-level
12097                 folder is called 'Mailbox' or 'Mail' 
12098
12099 2001-10-29 [paul]       0.6.4claws15
12100
12101         * src/html.c, src/textview.c
12102                 activate links in html mail and fix clickable parts
12103                 Submitted by Matthieu Dazy <dazy@t-surf.com>
12104
12105 2001-10-29 [paul]
12106
12107         * po/de.po, po/es.po, po/pt_BR/po
12108                 updated translations, submitted by Jens Oberender,
12109                 Ricardo Mones Lastra, and Fabio Junior Beneditto
12110
12111 2001-10-29 [darko]      0.6.4claws14
12112
12113         * src/compose.c
12114                 fix wrapping for good
12115
12116 2001-10-29 [darko]
12117
12118         * src/compose.c
12119                 undo previous change as it broke the smart wrapping
12120
12121 2001-10-29 [darko]      0.6.4claws13
12122
12123         * src/compose.c
12124                 fix infinite loop when long URL is quoted
12125                 (closes bug #475122.
12126
12127 2001-10-28 [match]
12128
12129         * src/mutt.[ch] src/importmutt.[ch] src/mgutils.[ch] src/addressbook.c src/Makefile.am
12130                 import Mutt address book
12131         * src/ldif.[ch] src/importldif.h
12132                 modified import LDIF handle user attributes
12133
12134 2001-10-28 [christoph]  0.6.4claws12
12135
12136         * src/summaryview.c
12137                 fixed that filtering did not work if there
12138                 were no filter rules
12139                 (closes bug #472003 and better implementation
12140                  of patch #474644)
12141
12142 2001-10-27 [christoph]  0.6.4claws11
12143
12144         * src/compose.c
12145                 make the folder's default account to be used when
12146                 replying. (patch by wwp <subscript@free.fr>)
12147         * src/compose.c
12148                 code cleanup, nearly killed all of wwp's patch
12149                 for folder's default account in compose
12150         * src/folderview.c
12151                 error panel when a folder could not be created
12152                 (closes bug #471080 new folder name & already
12153                  existing file)
12154
12155 2001-10-26 [alfons]
12156
12157         * src/utils.h
12158                 change prototype of strstr2() that Christoph forgot about
12159
12160 2001-10-26 [christoph]  0.6.4claws10
12161
12162         * src/account.c
12163                 made search for accounts by email address not case
12164                 sensitive
12165         * src/folder.c
12166                 fixed memory leak in folder_item_get_identifier
12167         * src/gtkspell.c
12168         * src/utils.c
12169                 fixed wrong strstr2 (should work like strstr)
12170
12171 2001-10-26 [darko]      0.6.4claws9
12172
12173         * src/compose.c src/gtkstext.[ch]
12174         * src/gtkstext.c
12175                 move is_url_string() and gtkstext_str_strcmp() to gtkstext.c
12176
12177 2001-10-26 [paul]       0.6.4claws8
12178
12179         * src/html.c
12180                 ignore css and javascript tags in html mail
12181                 case-insensitive, with or without double-quoted
12182                 strings
12183
12184 2001-10-26 [paul]       0.6.4claws7
12185
12186         * sync with sylpheed 0.6.4cvs1
12187                 see ChangeLog entry 2001-10-26
12188
12189         * src/prefs_account.c, src/prefs_common.c,
12190           src/prefs_summary_column.c
12191                 minor improvements to the English
12192
12193 2001-10-25 [alfons]     0.6.4claws6
12194
12195         * src/gtkstext.c
12196         
12197                 make GtkSText follow style of GtkText (closes bug 
12198                 #469211 "text selection while writing message")
12199                 
12200                 do sync with GTK 1.2.10
12201
12202 2001-10-25 [paul]       0.6.4claws5
12203
12204         * src/html.c
12205                 ignore css tags in html mail
12206
12207 2001-10-25 [darko]      0.6.4claws4
12208
12209         * src/compose.c
12210                 don't declare is_url_string as static function since
12211                 we need it in gtkstext.c
12212         * src/gtkstext.c
12213                 remove unused variable
12214                 don't wrap long URLs while composing a message
12215
12216 2001-10-24 [christoph]  0.6.4claws3
12217
12218         * src/socket.c
12219                 fix ssl deadlock, when peer closes connection
12220
12221 2001-10-24 [paul]       0.6.4claws2
12222
12223         * src/prefs_common.c
12224                 gettextize the gpg ascii-armored warning message
12225
12226         * src/compose.c
12227                 insert a DOS/MAC file into the composed message
12228                 (improvements)
12229
12230         * Both submitted by Thierry Godefroy <godefroy@imaginet.fr>
12231
12232 2001-10-22 [paul]       0.6.4claws1
12233
12234         * sync with sylpheed 0.6.4 release
12235                 see ChangeLog entries 2001-10-21
12236
12237         * po/fr.po, po/pt_BR.po
12238                 updated by Melvin Hadasht and Fabio Junior Beneditto
12239
12240 2001-10-21 [paul]       0.6.3claws30
12241
12242         * src/compose.c
12243                 insert a DOS text file from the compose window
12244                 into the composed message text (removes CRs characters)
12245                 Submitted by Thierry Godefroy <godefroy@imaginet.fr>
12246
12247         * tools/filter_conv.pl, tools/README
12248                 automatically use ~/.sylpheed as working directory
12249                 print out confirmation message on completion
12250
12251         * correct Hoa's last ChangeLog.claws entry
12252
12253 2001-10-20 [hoa]        0.6.3claws29
12254
12255         * src/grouplistdialog.c
12256                 bugfix (another ?) to give the right
12257                 newsgroups list for each news server.
12258
12259         * src/news.c
12260         * src/news.h
12261                 improve the newsgroups list cache
12262
12263 2001-10-20 [paul]       0.6.3claws28
12264
12265         * sync with sylpheed 0.6.3cvs9
12266                 see ChangeLog entry 2001-10-19
12267
12268         * correct Alfons' last ChangeLog.claws entry
12269
12270 2001-10-19 [alfons]
12271
12272         * src/pgptext.[ch]
12273                 fix compilation problems (part of bug #472895)
12274
12275 2001-10-18 [hoa]        0.6.3claws27
12276
12277         * src/grouplistdialog.c
12278                 bugfix when we refresh was clicked (bug 472701)
12279
12280 2001-10-19 [christoph]  0.6.3claws26
12281
12282         * src/compose.c
12283                 last header entry should default to "To:" or
12284                 "Newsgroups:" and not copy the last entry line
12285                 in a new compose window
12286                 (closes bug #472686, #470792)
12287
12288 2001-10-19 [paul]       0.6.3claws25
12289
12290         * sync with Sylpheed 0.6.3cvs8
12291                 see ChangeLog entries 2001-10-18 and 2001-10-19
12292
12293 2001-10-18 [christoph]  0.6.3claws24
12294
12295         * src/procmsg.c
12296                 reimplement ignore thread
12297         
12298 2001-10-18 [hoa]        0.6.3claws23
12299
12300         * src/folderview.c
12301         * src/grouplistdialog.[ch]
12302                 enhanced news subscription interface (feature 469113)
12303
12304         * src/news.c
12305         * src/news.h
12306                 enchanced newsgroup listing,
12307                 now, we can get groups informations
12308                 (NNTPGroupInfo)
12309
12310 2001-10-18 [paul]       0.6.3claws22
12311
12312         * src/summaryview.c
12313                 remove comment (sync with main branch)
12314         * src/mainwindow.c
12315                 fix 'Re-edit' bug in 'Message' menu
12316
12317 2001-10-17 [christoph]  0.6.3claws21
12318
12319         * src/compose.c
12320                 ignore empty or whitespace only header lines
12321
12322 2001-10-17 [paul]       0.6.3claws20
12323
12324         * sync with sylpheed 0.6.3cvs7
12325                 see ChangeLog entries 2001-10-14, 2001-10-16, and
12326                 2001-10-17
12327
12328 2001-10-17 [darko]
12329
12330         * src/compose.c
12331                 wrap long lines without spaces
12332                 don't wrap URLs
12333
12334 2001-10-16 [paul]
12335
12336         * po/es.po, po/nl.po, po/pt_BR.po
12337                 updated by Ricardo Mones Lastra, Alfons,
12338                 and Fabio Junior Beneditto
12339
12340         * sylpheed-0.6.3claws released
12341
12342 2001-10-15 [melvin] 0.6.3claws18
12343
12344         * README.claws
12345                 added summary and detailed installation instructions
12346                 for spell checker
12347         * po/fr.po
12348                 Updated, corrected and completed french translation
12349
12350 2001-10-15 [hoa] 0.6.3claws17
12351         * src/grouplistdialog.c
12352                 we can choose the newsgroups to display with wildcards
12353
12354 2001-10-15 [christoph]  0.6.3claws16
12355
12356         * src/account.c
12357         * src/compose.c
12358         * src/prefs_folder_item.[ch]
12359                 applied wwp <subscript@free.fr>'s folder
12360                 default account patch
12361         * po/de.po
12362                 Fixed wrong translation
12363
12364 2001-10-13 [alfons, christoph, melvin]  
12365                         0.6.3claws15
12366
12367         solution #2 to solve MT-safety problems defers all GUI related calls
12368         to the main thread using a gtk_idle_add() callback. discussed on
12369         ircnet #sylpheed, with christoph spotting some issues with the
12370         original code, and melvin allowing us to lobotomize his sylpheed.
12371
12372         * src/syldap.[ch], src/main.c
12373                 fix race problem in ldap search thread by deferring GUI 
12374                 stuff to main thread using gtk_idle_add()
12375
12376 2001-10-13 [paul]       0.6.3claws14
12377
12378         * src/prefs_account.[ch], src/send.c, src/smtp.[ch]
12379                 add Sergey's smtpcred.patch
12380                 adds separate username/password setting for SMTP Auth
12381                 needed by some servers
12382                 (closes feature request #471659)
12383
12384 2001-10-13 [paul]       0.6.3claws13
12385
12386         * src/pgptext.[ch] **NEW FILES**
12387         * src/Makefile.am, src/messageview.c, src/mimeview.c
12388                 decrypt ascii-armored gpg text embedded in
12389                 the message body.
12390                 Submitted by Jens Jahnke <jan0sch@gmx.net>
12391
12392 2001-10-13 [christoph]  0.6.3claws12
12393
12394         * README.claws
12395                 some more details on default to and
12396                 feature requests
12397         * src/main.c
12398                 init glib threading when ldap is used
12399         * src/syldap.c
12400                 threading fixes
12401         * po/de.po
12402                 fixed a typo
12403
12404 2001-10-12 [paul]       0.6.3claws11
12405
12406         * src/prefs_common.[ch], src/rfc2015.c
12407                 enable ascii-armored gpg text to be embedded in the
12408                 message body, selectable through the 'Privacy'
12409                 preferences. Supports encrypting only.
12410                 Submitted by Ravemax <ravemax@dextrose.com>
12411
12412 2001-10-12 [paul]       0.6.3claws10
12413
12414         * sync with sylpheed 0.6.3cvs6
12415                 see ChangeLog entries 2001-10-11 and 2001-11-12
12416
12417         * src/folderview.c
12418                 incorporated mbox folders, scoring, and folder
12419                 properties into the sync
12420
12421 2001-10-12 [darko]      0.6.3claws9
12422
12423         * README.claws
12424                 describe quotation wrapping
12425         * src/compose.c
12426                 don't treat tab as space to calculate line length properly
12427
12428 2001-10-11 [alfons]
12429
12430         * README.claws
12431                 correct description of how to make new filtering system work,
12432                 add some other things
12433                 
12434         * src/syldap.c
12435                 remove sched_yield() (not necessary / unportable)
12436
12437 2001-10-11 [paul]       0.6.3claws8
12438
12439         * sync with sylpheed 0.6.3cvs3
12440                 see ChangeLog entry 2001-10-10
12441
12442 2001-10-10 [christoph]  0.6.3claws7
12443
12444         * .cvsignore
12445                 ignore 2 files created by newer autotools
12446         * src/prefs_folder_item.c
12447                 using table for widget alignment
12448                 fixed memory leak and broken octal display
12449         * src/filesel.c
12450                 fixed segfault caused by lost filename
12451                 workaround (closes bug #469551)
12452
12453 2001-10-10 [paul]       0.6.3claws6
12454
12455         * sync with sylpheed 0.6.3cvs2
12456                 see ChangeLog entries 2001-10-09 and 2001-10-10
12457
12458 2001-10-10 [darko]      0.6.3.claws5
12459
12460         * src/gtkstext.c
12461                 proper calculation of right margin if smart wrapping is enabled
12462         * src/compose.c
12463                 automatically wrap long lines if wrap quotation is enabled
12464
12465 2001-10-09 [alfons]     0.6.3.claws4
12466
12467         * src/summaryview.c
12468                 select correct row when deleting last row in the summary view (and
12469                 close bug "[ #469104 ] select second last in list when deleting")
12470
12471 2001-10-09 [paul]       0.6.3claws3
12472
12473         * sync with sylpheed 0.6.3cvs1
12474                 updated some autotool scripts
12475
12476 2001-10-09 [darko]      0.6.3claws2
12477
12478         * src/gtkstext.[ch]
12479                 new name and mark with Sylpheed comment
12480         * src/compose.c
12481                 smart quotation wrapping a-la VIM
12482
12483 2001-10-08 [paul]       0.6.3claws1
12484
12485         * sync with sylpheed 0.6.3 release
12486                 see ChangeLog entry 2001-10-08
12487
12488 2001-10-08 [paul]       0.6.2claws24
12489
12490         * src/summaryview.c
12491                 more sync with sylpheed 0.6.2cvs12
12492                 Fixed the bug that didn't select the last row correctly
12493
12494
12495 2001-10-07 [paul]       0.6.2claws23
12496
12497         * sync with sylpheed 0.6.2cvs12
12498                 see ChangeLog entry 2001-10-07
12499
12500 2001-10-06 [match]
12501         * src/jpilot.[ch]
12502                 enable jpilot to read unsynch'ed addresses.
12503
12504         * src/editldap_basedn.c
12505                 fix segfault when opening dialog.
12506
12507 2001-10-06 [alfons]     0.6.2.claws22
12508
12509         * src/summaryview.c
12510                 fix bug with summary view selecting last *inserted*
12511                 node instead of last *visible* node. remember we
12512                 work with a tree
12513
12514 2001-10-06 [paul]       0.6.2claws21
12515
12516         * po/pt_BR.po
12517                 updated translation, contains some fixes and new
12518                 translations, submitted by Gustavo Noronha Silva
12519                 <kov@debian.org>
12520
12521         * src/prefs_common.c
12522                 change 'each' to 'every' - fix dubious English
12523
12524         * sync with sylpheed 0.6.2cvs11
12525
12526 2001-10-05 [alfons]     0.6.2claws20
12527
12528         * src/mainwindow.[ch], src/folderview.c
12529                 make composite tool button switch between "Compose News"
12530                 and "Compose Mail" depending on selected folder
12531                 (nifty idea by Kim Schulz <kim@schulz.dk>)
12532
12533 2001-10-05 [paul]       0.6.2claws19
12534
12535         * src/mainwindow.c, src/summaryview.c
12536                 fix 'Message/Reply to all', broken in last commit
12537
12538         * src/compose.c
12539                 fix X_BEENTHERE seg fault, thanks to Alfons
12540
12541 2001-10-04 [paul]       0.6.2claws18
12542
12543         * src/compose.[ch], src/mainwindow.c
12544                 make "Message/Reply" reply to mailing lists; matches
12545                 'X-Mailing-list:' and 'X-BeenThere:' ML headers.
12546                 based on portions of the patch submitted by
12547                 Junichi Uekawa <dancer@netfort.gr.jp>
12548
12549 2001-10-04 [darko]      0.6.2claws17
12550
12551         * src/compose.c
12552                 better smart wrapping
12553         * src/gtkstext.[hc]
12554                 a function to make text buffer contiguous
12555
12556 2001-10-03 [paul]       0.6.2claws16
12557
12558         * sync with sylpheed 0.6.2cvs10
12559
12560 2001-10-02 [alfons]
12561
12562         * configure.in
12563         * po/zh_CN.GB2312.po, po/zh_TW.Big5.po
12564                 close bug "[ #466566 ] compile error on mdk 8.0" by removing
12565                 references to chinese translations (hope someone picks up
12566                 this)
12567
12568 2001-10-02 [christoph]  0.6.2claws15
12569
12570         * src/compose.c
12571                 fixed non translated header bug
12572         * ChangeLog.claws
12573                 fixed wrong date in alfons last entry ;)
12574
12575 2001-10-02 [alfons]     0.6.2claws14
12576
12577         * src/compose.c, src/prefs_common.[ch]
12578                 add block cursor option
12579
12580 2001-10-02 [paul]       0.6.2claws13
12581
12582         * sync with sylpheed 0.6.2cvs9
12583
12584 2001-09-30 [paul]       0.6.2claws12
12585
12586         * po/de.po, po/es.po, po/fr.po, po/nl.po, po/pt_BR.po
12587                 updated translations
12588
12589         * po/POTFILES.in
12590                 add 'src/importldif.c'
12591
12592         * AUTHORS, tools/README, tools/eud2gc.py, tools/Makefile.am
12593                 added eudora-to-vCard conversion tool
12594                 submitted by Jeroen Versteeg <j.m.versteeg@student.utwente.nl>
12595
12596         * sync with sylpheed 0.6.2cvs8
12597
12598 2001-09-30 [paul]
12599
12600         * sylpheed-0.6.2claws released
12601
12602 2001-09-27 [melvin]     0.6.2claws11
12603
12604         * src/gtkspell.c
12605                 fixed crash when using default path (introduced 
12606                 in 0.6.2claws10)
12607                 fixed tiny bug for initial suggestion mode
12608
12609 2001-09-27 [melvin]     0.6.2claws10
12610         
12611         * src/gtkspell.c
12612                 fixed bug where gtkpspell didn't set the path correctly
12613
12614         * README.claws
12615                 added a paragraph about spell checking
12616                 
12617
12618
12619 2001-09-27 [paul]       0.6.2claws9
12620
12621         * src/addrbook.c, src/addrcache.c, src/addritem.c, src/jpilot.c
12622                 replace '// comments' with '/* comments */' to prevent
12623                 some compiler warnings 
12624
12625         * sync with sylpheed 0.6.2cvs6
12626
12627 2001-09-26 [alfons]     0.6.2claws8
12628
12629         * src/messageview.c
12630                 introduce return receipt request notification again,
12631                 which was lost because of other semantics in 
12632                 procheader_parse() (???)
12633
12634 2001-09-26 [christoph]  0.6.2claws7
12635
12636         * src/compose.c
12637                 replace comments for old code with #if 0
12638                 readded auto cc, bcc and reply-to
12639         * src/prefs_matcher.c
12640         * src/prefs_scoring.c
12641                 removed some definition (was moved to
12642                 prefs.h)
12643
12644 2001-09-26 [paul]       0.6.2claws6
12645
12646         * src/mainwindow.c
12647                 make 'Follow-up and reply to' sensitive
12648
12649         * more sync with sylpheed 0.6.2cvs5
12650
12651 2001-09-25 [melvin]
12652
12653         * 0.6.2claws5
12654
12655         * src/gtkspell.c
12656                 fixed bug for "US-ASCII" introduced by the encoding code
12657
12658 2001-09-25 [paul]
12659
12660         * 0.6.2claws4
12661
12662         * src/prefs_common.[ch], src/summaryview.c
12663                 'next unread msg' 'go to next folder?' dialog can be
12664                 given default behaviour, either always show dialog,
12665                 or assume 'yes', or assume 'no'
12666                 Submitted by wwp <subscript@free.fr>
12667
12668 2001-09-25 [melvin]
12669                 
12670         * src/compose.c src/gtkspell.[ch]
12671                 added support for different encodings
12672
12673 2001-09-25 [paul]
12674
12675         * more sync with sylpheed 0.6.2cvs5
12676
12677 2001-09-24 [alfons]
12678         
12679         * src/prefs_folder_item.c
12680                 add check for item->prefs->default_to string is NULL and
12681                 add another check when freeing this string
12682
12683 2001-09-24 [paul]
12684
12685         * configure.in
12686                 change to version 0.6.2claws3
12687
12688         * sync with sylpheed 0.6.2cvs5 
12689
12690 2001-09-24 [match]
12691         * src/ldif.[ch], src/importldif.[ch], addressbook.c
12692                 import LDIF files.
12693         * src/addrcache.[ch], addrindex.[ch]
12694                 small update for future
12695         * src/addrbook.c
12696                 fix test XML file.
12697
12698 2001-09-24 [melvin]
12699         * src/gtkspell.[ch]
12700                 added 'Learn from mistakes' option
12701                 better handling of quotes in checked words
12702                 sorted dict list
12703         * po/fr.po
12704                 small update for spell checking stuff
12705
12706 2001-09-23 [alfons]
12707         
12708         * src/gtkspell.c
12709                 edit a little bit so it complies more with main coding style
12710
12711 2001-09-23 [alfons]
12712
12713         * src/folder.[ch], prefs_folder_item.c, compose.c
12714                 migrate "request return receipt" folder property
12715                 to folderlist.xml
12716
12717 2001-09-22 [alfons]
12718
12719         * README.claws **NEW**
12720                 (add things of interest for users of main branch 
12721                 and claws here)
12722
12723         * src/folder.[ch], src/mainwindow.c, src/summaryview.c
12724                 re-implement threading per folder option, but store 
12725                 the setting in folderlist.xml (where it belongs)
12726
12727 2001-09-21 [melvin]
12728
12729         * src/gtkspell.[ch]
12730                 fixed bug when compose window is under another window
12731         * src/prefs_common.[ch] src/compose.c
12732                 changed 'dictionary_path' to 'dictionary' to be consistent
12733                 dropped PSPELL_PATH macro (hard coded default to /usr/local/share/pspell)
12734         * ac/pspell.m4 src/Makefile.am 
12735                 dropped PSPELL_PATH macro
12736         * po/fr.po
12737                 updated translations
12738
12739 2001-09-21 [christoph]
12740
12741         * src/compose.c
12742                 added border around header fields
12743                 keep header type when new field is added
12744
12745 2001-09-20 [christoph]
12746
12747         * src/utils.[ch]
12748                 more portable debug_print with source filename
12749                 and linenumber
12750         * src/procmsg.c
12751                 more newlines after debug messages
12752
12753 2001-09-20 [paul]
12754
12755         * configure.in
12756                 change to version 0.6.2claws2
12757
12758         * sync with sylpheed 0.6.2cvs3
12759
12760 2001-09-19 [melvin]
12761
12762         * src/gtkspell.c
12763                 fixed the post-right-click focus pb
12764                 fixed crash when 'Spell check all' after dict change 
12765                         and when cursor is at the end of the text
12766                 shift-right-click pops up config menu even on misspelled words.
12767         * po/POTFILES.in
12768                 added gtkspell.c
12769
12770 2001-09-19 [melvin]
12771
12772         * src/about.c
12773                 added pspell to compiled-in features list
12774
12775 2001-09-18 [melvin]
12776
12777         * switched to pspell and dropped ispell
12778         * ac/pspell.m4
12779                 new file. autoconf macro for pspell
12780         * ac/Makefile.am 
12781         * configure.in acconfig.h
12782                 added pspell support
12783         * src/Makefile.am
12784         * src/main.c src/compose.[ch] src/gtkspell.[ch]
12785         * src/prefs_common.[ch] 
12786                 added pspell support
12787
12788 2001-09-18 [christoph]
12789
12790         * src/addr_compl.c
12791         * src/template.[ch]
12792                 replace LOG_MESSAGE with debug_print
12793         * src/compose.[ch]
12794                 gui improvements
12795         * src/menu.c
12796                 added newline after debug message
12797         * src/utils.h
12798                 using __VA_ARGS__ for debug_print macro
12799         * tools/.cvsignore
12800                 ignore Makefile and Makefile.in
12801
12802 2001-09-18 [paul]
12803
12804         * configure.in
12805                 change to version 0.6.2claws1
12806         * sync with sylpheed 0.6.2cvs1
12807
12808         * src/matcher.c 
12809         * src/prefs_matcher.c
12810                 add 'score equal to' option, submitted by
12811                 Paul Evans <nerd@freeuk.com>
12812
12813 2001-09-15 [christoph]
12814
12815         * src/mainwindow.c
12816                 comment out menu entry not existing in claws
12817         * src/menu.c
12818                 add debug output for non existing menu entries
12819         * src/summaryview.c
12820                 fix next/prev unread message for ignored threads
12821         * src/utils.[ch]
12822                 add sourcefile and line number to debug output
12823                 otherwise it is sometimes hard to find the
12824                 source code part if debug messages are translated
12825
12826 2001-09-14 [darko]
12827         
12828         * src/folderview.c
12829                 refresh target folder style after colour is changed
12830
12831 2001-09-13 [paul]
12832
12833         * configure.in
12834                 change to version 0.6.1claws3
12835
12836         * sync with sylpheed 0.6.1cvs6
12837
12838 2001-09-13 [darko]
12839         
12840         * src/folderview.c
12841                 fix target folder colourization to use user selected colour
12842
12843 2001-09-12 [darko]
12844         
12845         * src/summaryview.c
12846                 fix crash when message that is marked for copy/move is unmarked
12847
12848 2001-09-09 [paul]
12849
12850         * configure.in
12851                 change to version 0.6.1claws2
12852
12853         * sync with sylpheed 0.6.1cvs3
12854
12855 2001-09-09 [alfons]
12856         
12857         * src/folderview.c
12858                 fix bug with default font used for trash folder text
12859
12860 2001-09-06 [paul]
12861
12862         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
12863                 updated translations
12864
12865         * configure.in
12866                 change to version 0.6.1claws1
12867
12868         * sync with sylpheed 0.6.1cvs2
12869
12870 2001-09-03 [paul]
12871
12872         * po/POTFILES.in
12873                 add Match's new addressbook
12874
12875         * po/de.po
12876                 updated translation submitted by Jens Oberender
12877
12878 2001-09-02 [paul]
12879
12880         * configure.in
12881                 change to 0.6.1claws
12882         * sync with sylpheed 0.6.1 release
12883
12884 2001-09-02 [paul]
12885
12886         * configure.in
12887                 change to 0.6.0claws2
12888
12889         * sync with sylpheed 0.6.0cvs4
12890
12891         * po/pt_BR.po
12892                 updated translation submitted by Fabio Junior Beneditto
12893
12894 2001-09-01 [match]
12895         * pixmaps/
12896                 interface.xpm
12897                 book.xpm
12898                 address.xpm
12899         * src/
12900                 Makefile.am
12901                 a ton of new files
12902
12903 2001-08-31 [paul]
12904
12905         * configure.in
12906                 change to version 0.6.0claws1
12907
12908         * sync with sylpheed 0.6.0cvs1
12909
12910         * po/es.po
12911                 updated translation submitted by Ricardo Mones Lastra
12912
12913         * po/POTFILES.in
12914                 add 'src/prefs_templates.c'
12915
12916         * src/compose.c, src/summaryview.c
12917                 fix segfault on 'Re_edit'               
12918
12919 2001-08-30 [alfons]
12920
12921         * configure.in, Makefile.am
12922         * tools/Makefile.am
12923                 add tools directory to source distribution
12924
12925 2001-08-30 [paul]
12926
12927         * configure.in
12928                 change to version 0.6.0claws
12929
12930         * sync with sylpheed 0.6.0 release
12931
12932 2001-08-30 [christoph]
12933
12934         * configure.in
12935                 removed autoconf version check
12936
12937 2001-08-30 [paul]
12938
12939         * src/account.c, src/compose.c, src/prefs_common.[ch]
12940         * src/procheader.[ch] src/utils.[ch]
12941                 Enhanced automatic account selection on replies
12942                 Submitted by Melvin Hadasht <melvin.hadasht@free.fr>
12943
12944         * configure.in
12945                 add LDAP and JPilot to the configuration results output.
12946
12947 2001-08-29 [christoph]
12948
12949         * src/summeryview.c
12950                 no bold font for ignored threads
12951
12952 2001-08-29 [paul]
12953
12954         * configure.in
12955                 change to version 0.5.3claws6
12956
12957         * sync with sylpheed 0.5.3cvs10
12958                 src/stringtable.[ch]: New Files
12959
12960         * src/compose.c, src/gtkutils.c, src/gtkutils.h, src/mainwindow.c
12961         * src/pixmaps/sylpheed.xpm
12962                 add mini-icons to windows (by Alfons)
12963
12964 2001-08-27 [paul]
12965
12966         * src/mainwindow.c
12967                 new functions: next_labeled_cb(), prev_labeled_cb()
12968
12969         * src/summaryview.c
12970                 new functions: summary_find_next_labeled_msg(), summary_find_prev_labeled_msg(),
12971                 summary_select_next_labeled(), summary_select_prev_labeled()
12972
12973         * src/pixmaps/dir-close.xpm, src/pixmaps/dir-open.xpm, src/pixmaps/trash.xpm
12974                 give claws blue folders and a blue trash can
12975
12976 2001-08-27 [paul]
12977
12978         * configure.in
12979                 change to version 0.5.3claws5
12980
12981         * sync with sylpheed 0.5.3cvs9
12982                 src/labelcolors.[ch] renamed to src/colorlabel.[ch] 
12983
12984 2001-08-24 [christoph]
12985
12986         * src/filesel.c
12987                 keep filename when browsing directories
12988                 (not working for user entered filename, but
12989                  for default name and selected filename from
12990                  file list)
12991         * src/mainwindow.c
12992                 fixed wrong spelling "Folllow-up"
12993         * src/mbox_folder.c
12994         * src/procmsg.c
12995         * src/summaryview.c
12996                 fixed new/unread message count with ignored
12997                 threads (2 commits, first didn't notice no
12998                 longer needed decreasing)
12999         * src/inc.c
13000                 readded scrolling of progress dialog
13001                 (lost in sync)
13002
13003 2001-08-24 [paul]
13004
13005         * configure.in
13006                 change to 0.5.3claws4
13007
13008         * sync with sylpheed 0.5.3cvs7
13009
13010 2001-08-24 [christoph]
13011
13012         * src/compose.c
13013                 set request return receipt when replying
13014                 if it is set is the folder prefs of the
13015                 message
13016         * src/inc.c
13017                 disable final error popup if popups are
13018                 disabled in config (again)
13019
13020 2001-08-23 [paul]
13021
13022         * configure.in
13023                 Change version number to 0.5.3claws3
13024
13025         * sync with sylpheed 0.5.3cvs5
13026
13027         * src/mimeview.c
13028                 double quote '%s' in 'gedit %s' to fix bug when
13029                 opening attachment with spaces in the name
13030
13031 2001-08-22 [alte]
13032         * src/Makefile.am, src/compose.[ch], src/defs.h, src/mainwindow.c,
13033           src/prefs_templates.[ch], src/template.[ch], src/template_select.[ch]
13034                 initial message templates support
13035
13036
13037 2001-08-22 [paul]
13038
13039         * configure.in
13040                 change version number to 0.5.3claws2
13041
13042         * sync with sylpheed 0.5.3cvs4
13043
13044         * src/procmsg.h src/summaryview.c
13045                 re-implement (un)ignore thread
13046
13047 2001-08-21 [paul]
13048
13049         * src/summaryview.c
13050                 remove unnecessary code
13051         * src/compose.c
13052                 enable 'dynamic' signatures (submitted by
13053                 Eric Limpens <eric@hscg-internet.nl>)
13054
13055 2001-08-21 [paul]
13056
13057         clean up after sync with sylpheed 0.5.3 release
13058
13059         * src/folderview.c
13060                 fix re-introduced font mess, see Christoph's
13061                 entry 2001-06-24
13062
13063         * src/summaryview.c
13064                 remove prev_msgnum
13065                 use sylpheed's small font instead of
13066                 gtk default font for summary view
13067
13068
13069 2001-08-17 [paul]
13070
13071         * configure.in
13072                 add pl to ALL_LINGUAS - sync with main branch
13073
13074         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
13075                 Updated. Translations by Jens Oberender, Ricardo Mones
13076                 Lastra, Alfons, and Fabio Junior Beneditto respectively.
13077
13078         * po/pl.po  ** NEW FILE **
13079                 sync with the main branch
13080
13081         * src/folderview.c
13082                 fix target folder colorizing and refresh problem
13083
13084
13085 2001-08-17 [christoph]
13086
13087         * src/mainwindow.c
13088                 claws uses 4 colors for target folder coloring.
13089                 arrays were not long enough and destroyed the
13090                 stack causing a segfault.
13091                 target folder colorizing does not work anymore
13092                 for me
13093
13094 2001-08-16 [paul]
13095
13096         * configure.in
13097                 change to version 0.5.3claws1
13098
13099         * src/folder.h, src/folderview.[ch], src/gtkutils.[ch],
13100           src/inc.[ch], src/mainwindow.c, src/pop.c, src/prefs_account.c,
13101           src/prefs_common.[ch], src/summaryview.[ch], src/textview.c, src/utils.c
13102
13103                 sync with sylpheed 0.5.3 release, but keep claws method of
13104                 configuring/saving fonts
13105
13106         * src/addressbook.[ch]
13107                 rename addressbook_add_contact_by_menu() to addressbook_add_submenu()
13108                 in line with a similar change in Hiroyuki's branch
13109
13110         * src/mainwindow.[ch]
13111                 disable main_window_set_thread_option()
13112         * src/prefs_folder_item.c
13113                 comment out &tmps_prefs.enable_thread,
13114         * src/mbox_folder.c, src/procmsg.[ch]
13115                 comment out MSG_IS_IGNORE_THREAD
13116         * src/summaryview.c
13117                 comment out summary_ignore_thread() and summary_unignore_thread()
13118                 comment out MSG_IS_IGNORE_THREAD
13119
13120                 use Hiroyuki's threading instead.
13121
13122
13123
13124 2001-08-15 [paul]
13125
13126         * src/account.c
13127                 use Hiroyuki's 0.5.3 column scheme but also
13128                 include the enable/disable button.
13129         * src/pixmaps/mark.xpm
13130                 add Hiroyuki's amended pixmap
13131
13132 2001-08-13 [christoph]
13133
13134         * src/account.c
13135                 receive at get all column showed wrong state for APOP
13136                 button should only work for POP3 and APOP accounts
13137         * src/prefs_account.c
13138                 added missing preprocessor statement for SSL
13139
13140 2001-08-12 [paul]
13141
13142         * src/account.[ch]
13143                 add 'receive at get all' column and enable/disable
13144                 button.
13145
13146 2001-08-06 [christoph]
13147
13148         * src/account.c
13149                 show usage of SSL in protocol column
13150
13151         * src/imap.c
13152         * src/inc.c
13153                 renamed ssl options
13154
13155         * src/prefs_account.[ch]
13156                 moved ssl options to a new page
13157
13158         * src/send.c
13159         * src/smtp.c
13160         * src/ssl.[ch]
13161                 renamed ssl options
13162                 added support for SMTP STARTTLS command
13163
13164 2001-08-05 [christoph]
13165
13166         * configure.in
13167                 debian autoconf needs version check to find
13168                 correct autoconf version. if the file is
13169                 named configure.in 2.13 is used, which does
13170                 not work with this configure.in script.
13171                 other solution would be to rename the script
13172                 to configure.ac as suggested in the autoconf
13173                 manual.
13174
13175         * src/inc.c
13176                 disable final error popup if popups are
13177                 diabled in config
13178
13179         * src/socket.c
13180                 bugfix in ssl_gets
13181                 fixes IMAP over SSL problem
13182
13183 2001-08-03 [paul]
13184
13185         * configure.in
13186                 change to 0.5.2claws1
13187
13188         * sync with sylpheed 0.5.2cvs1
13189
13190 2001-08-02 [alfons]
13191
13192         * configure.in
13193                 quick fix for ispell detection...
13194
13195 2001-08-01 [paul]
13196
13197         * configure.in
13198                 change to 0.5.1claws4
13199
13200         * sync with sylpheed 0.5.1cvs7
13201
13202 2001-07-31 [alfons]
13203
13204         * src/prefs_common.c, src/prefs_common.h, 
13205           src/gtkspell.c, src/gtkspell.h
13206                 add global spelling checker settings (compose tab) +
13207                 selection of dictionary 
13208           
13209         * configure.in  
13210                 guess valid ispell location
13211
13212 2001-07-31 [paul]
13213
13214         * po/POTFILES.in
13215                 removal of 'src/quote_fmt_parse.c'
13216         * po/de.po
13217                 Updated de.po
13218                 (submitted by Jens Oberender <didge@suse.de>)
13219
13220 2001-07-31 [darko]
13221
13222         * src/folder.[ch]
13223         * src/folderview.[ch]
13224         * src/mainwindow.c
13225         * src/mh.c
13226         * src/prefs_common.[ch]
13227         * src/summaryview.c
13228                 target folder colourization
13229
13230 2001-07-30 [paul]
13231
13232         more sync with Sylpheed 0.5.1cvs6 
13233
13234 2001-07-30 [darko]
13235
13236         * src/mh.c
13237         * src/prefs_folder_item.[hc]
13238         * src/summaryview.c
13239                 shared folders support with a GUI
13240
13241 2001-07-29 [paul]
13242
13243         0.5.1claws3
13244
13245         * sync with Sylpheed 0.5.1cvs6
13246
13247 2001-07-29 [paul]
13248
13249         * po/pt_BR.po
13250                 updated
13251                 (submitted by Fabio Junior Beneditto)
13252
13253 2001-07-28 [paul]
13254
13255         * src/procmime.c
13256         * AUTHORS
13257                 patch to correct bad image mime headers
13258                 (submitted by Don Quijote <dq@searchlores.org>)
13259
13260 2001-07-28 [paul]
13261
13262         * tools/gif2xface.pl   **NEW FILE**
13263         * tools/README
13264                 script to convert file.gif to file.xface for
13265                 use in a custom header.
13266                 (submitted by Ricardo Mones Lastra <mones@aic.uniovi.es>)
13267
13268 2001-07-27 [alfons]
13269         
13270         * configure.in
13271                 change macros for detecting JPilot and LDAP
13272
13273 2001-07-27 [christoph]
13274
13275         * src/filtering.c
13276                 code cleanup (MIN / MAX warning, needed casting)
13277
13278 2001-07-27 [alfons]
13279
13280         * procheader.c
13281                 disallow setting flags when detecting certain headers
13282                 (X-Status, Status, Seen, X-Seen). 
13283         
13284         * sync with Hiroyuki's Sylpheed 0.5.1cvs5
13285
13286 2001-07-27 [christoph]
13287
13288         * src/prefs_filter.c
13289         * src/prefs_filtering.c
13290         * src/prefs_matcher.c
13291         * src/prefs_scoring.c
13292                 scroll list when moving rows up or down
13293
13294         * src/imap.c
13295         * src/imap.h
13296         * src/prefs_account.c
13297         * src/prefs_account.h
13298         * src/send.c
13299                 SMTP over SSL (untested, feedback requested)
13300                 IMAP over SSL
13301
13302         * src/ssl.c
13303                 code cleanup
13304
13305 2001-07-26 [alfons]
13306         
13307         * configure.in, acconfig.h
13308                 define CLAWS (need this for main / claws detection)
13309
13310 2001-07-25 [alfons]
13311
13312         * configure.in
13313                 Sylpheed 0.5.1claws2
13314                 
13315         * sync with Sylpheed 0.5.1cvs4
13316
13317 2001-07-25 [christoph]
13318
13319         * src/scoring.c
13320                 fixed segfault
13321                 item->prefs == NULL (don't know why)
13322
13323 2001-07-25 [alfons]
13324
13325         * configure.in
13326                 Sylpheed 0.5.1claws1
13327
13328         * sync with Sylpheed 0.5.1cvs1-3
13329
13330 2001-07-24 [christoph]
13331
13332         * src/folderview.c
13333         * src/prefs_folder_item.[ch]
13334                 added folderitem preferences dialog with
13335                 default To: and auto request return receipt
13336
13337         * src/compose.[ch]
13338         * src/menu.[ch]
13339                 changes to handle new folderitem preferences
13340
13341         * src/mainwindow.c
13342         * src/summaryview.c
13343                 call compose new mail with current folderitem
13344
13345 2001-07-24 [alfons]
13346
13347         Release Sylpheed 0.5.1claws
13348
13349         * configure.in
13350                 change to release version 0.5.1claws
13351
13352 2001-07-24 [christoph]
13353
13354         * src/summaryview.c
13355                 fixed segfault that happend when the selected
13356                 message was removed while retrieving new messages.
13357
13358         * po/es.po
13359                 updated translation
13360                 (submitted by Ricardo Mones Lastra <mones@trasgu.aic.uniovi.es>)
13361
13362 2001-07-22 [alfons]
13363
13364         add English User Manual for Sylpheed by Paul Kater (paul@nlpagan.net).
13365         this is a work in progress, for more information: http://nlpagan.net/sylman 
13366         
13367         * configure.in, src/mainwindow.c, manual/Makefile.am
13368                 add support for English manual
13369
13370         * AUTHORS
13371                 add authors of user manuals
13372
13373         * manual/en/sylpheed*.html
13374                 add English documentation
13375
13376 2001-07-22 [christoph]
13377
13378         * po/POTFILES.in
13379                 added src/ssl.c
13380         * src/ssl.c
13381                 changed a wrong debug message
13382
13383 2001-07-22 [alfons]
13384
13385         * po/nl.po
13386                 update Dutch translation
13387
13388         * src/prefs_filtering.c, 
13389           src/prefs_matcher.c
13390                 add more translatable strings           
13391
13392 2001-07-21 [alfons]
13393
13394         0.5.0claws7
13395
13396         * configure.in
13397                 change version
13398
13399         * src/inc.c, src/summaryview.[ch]
13400                 prevent update of mark file when filtering has done, by
13401                 using a variable; this affects two functions:
13402                         inc.c::inc_finished()
13403                         summaryview.c::summary_show()
13404
13405 2001-07-20 [alfons]
13406
13407         * src/filtering.[ch], src/prefs_filtering.c, 
13408           src/matcher.[ch]
13409                 add filtering action for label coloring 
13410
13411         * po/POTFILES.in
13412                 add labelcolors.c
13413
13414         * added src/labelcolors.c
13415         * added src/labelcolors.h
13416         * src/Makefile.am, src/summaryview.c
13417                 rearrange label coloring code
13418
13419         * src/procmsg.h
13420                 add more parentheses so label colouring works correctly
13421
13422         * src/filtering.c
13423                 don't really delete message, but move it to Trash
13424
13425         * src/prefs_matcher.c
13426                 add quote options to info dialog
13427
13428 2001-07-20 [christoph]
13429
13430         * src/Makefile.am
13431         * src/inc.c
13432         * src/main.[ch]
13433         * src/socket.h
13434         * src/ssl.[ch] (new)
13435                 moved ssl stuff to a seperate file
13436
13437 2001-07-20 [darko]
13438
13439         * src/summaryview.c
13440                 fix show sender using address book with no e-mail
13441                 address in From: field
13442
13443 2001-07-19 [alfons]
13444
13445         * src/matcher.[ch], src/filtering.c, src/prefs_filtering.c
13446                 fix messy handling of escaping... now at least the
13447                 execute command is useful. escape char is '\', we
13448                 accept \n and \r too. 
13449
13450                 Real life example:
13451                 
13452                 subject match "GIMME YOUR FILTERS" execute "mail -s \"%f don\'t hurt me, please!\" %f < ~/.sylpheed/filteringrc
13453                 subject match "GIMME YOUR FILTERS" execute "mail -s \"mommy, mommy, %f is being mean!\" admin < %F
13454
13455 2001-07-18 [alfons]
13456
13457         0.5.0claws6
13458
13459         * src/summaryview.c
13460                 clean up
13461
13462         * src/matcher.c, src/filtering.[ch], src/inc.c, src/mbox.c,
13463           src/procmsg.[ch]
13464                 revise filtering; currently move, copy, marking have
13465                 been tested. if you like bleeding edge stuff, you
13466                 should definitely go for this version :)
13467
13468         * mark old working stuff as VERSION_0_5_0_CLAWS5        
13469
13470 2001-07-17 [christoph]
13471
13472         * src/utils.c
13473                 timestamp log
13474
13475 2001-07-17 [alfons]
13476
13477         0.5.0claws5
13478
13479         * sync with Hiroyuki's 0.5.0cvs5; this version allows us to put more 
13480           bits in the mark file, without affecting either branch. Lots of
13481           files changed, also in claws branch.
13482
13483           UNTESTED: use of mbox folders
13484
13485         * src/summaryview.c
13486                 added mark all read; however this was a quick hack used for
13487                 cleaning up mess after initial merge with Hiroyuki
13488
13489         * configure.in
13490                 change claws version number back to 0.5.0claws5 to clear up 
13491                 confusion & pretension (recent release was technically 
13492                 0.5.0claws4, so we neatly align with Hiroyuki :-)
13493
13494 2001-07-16 [alfons]
13495
13496         sync with Hiroyuki's 0.5.0cvs4
13497
13498 2001-07-16 [alfons]
13499
13500         0.5.1claws3
13501
13502         * src/filtering.[ch]
13503                 remove invalid updating of mark files for 
13504                 filter actions MATCHING_ACTION_MOVE and 
13505                 MATCHING_ACTION_DELETE; this should fix the
13506                 folder update bug
13507                 
13508         * src/procmsg.c
13509                 revert Christoph's stab at fixing the folder 
13510                 update bug
13511
13512         * po/POTFILES.in
13513                 add missing files with translatable strings
13514
13515         * src/summaryview.c
13516                 remove debug print
13517
13518 2001-07-15 [alfons]
13519
13520         * src/addr_compl.[ch], src/prefs_filtering.c
13521                 make "filtering pref dialog's destination entry" an
13522                 "address completable entry", if filter destination is 
13523                 an email address
13524
13525         0.5.1claws2
13526         
13527         sync with Hiroyuki's 0.5.0cvs2-3
13528
13529 2001-07-15 [christoph]
13530
13531         * src/procmsg.c
13532                 fixed folder stats update after incorporation
13533
13534 2001-07-15 [alfons]
13535
13536         * src/summaryview.c
13537                 * finish label colouring stuff (for now)
13538                 * fix incorrect colour bug (off by one) 
13539
13540 2001-07-14 [alfons]
13541
13542         * src/mainwindow.c
13543                 change text labels for news and mail message so there's
13544                 plenty of toolbar estate left
13545
13546         * configure.in
13547                 0.5.1claws1
13548
13549         * src/folderview.c
13550           src/folder.[ch]
13551                 sync with Hiroyuki's 0.5.0cvs1
13552
13553         * src/summaryview.c
13554                 more rewrite label colouring
13555
13556 2001-07-14 [alfons]
13557
13558         * src/summaryview.[ch]
13559                 * start rewrite label colouring 
13560                 * fix proper location "Add Sender To Addressbook" menu item
13561
13562 2001-07-13
13563
13564         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
13565         (actually this is 0.5.0claws4)
13566
13567 2001-07-13 [alfons]
13568
13569         * po/pt_BR.po
13570                 * fix duplicate message
13571                 * add updated Portugese / Brazilian translation
13572                   submitted by Fabio Junior Beneditto
13573
13574 2001-07-12 [alfons]
13575
13576         * AUTHORS
13577                 add Jens
13578
13579         * po/nl.po
13580                 add updated Dutch translation
13581
13582         * po/de.po
13583                 add updated German translation submitted by Jens
13584
13585 2001-07-11 [alfons]
13586
13587         Prerelease before 0.5.0claws. Please test.
13588         This version is temporarily tagged as VERSION_0_5_0_TEST
13589
13590         * src/matcher.[ch], src/summaryview.c, src/scoring.[ch]
13591           src/prefs_scoring.c, src/prefs_matcher.c, 
13592           src/prefs_filtering.c, src/mbox.c, 
13593           src/main.c, src/inc.c, src/filtering.[ch]
13594                 revert new Hoa's new matcher (does not work yet)
13595
13596         * src/Makefile.am
13597                 clean up
13598
13599 2001-07-10
13600
13601         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
13602
13603
13604 2001-07-10 [alfons]
13605
13606         * Makefile.am
13607                 add ChangeLog.claws to EXTRA_DIST
13608         * src/Makefile.am
13609                 add matcher_parser_parse.h to EXTRA_DIST
13610
13611 2001-07-10 [christoph]
13612
13613         * src/inc.c
13614                 add destination folder to table of
13615                 folders that need to be updated after
13616                 incorporation
13617
13618 2001-07-10 [alfons]
13619
13620         * folder.[ch]
13621           folderview.c
13622                 make collapse state of folders and folder items persistent, i.e.
13623                 if you collapse a folder tree, the next time sylpheed-claws starts 
13624                 up the folder tree remains collapsed.  
13625                 
13626 2001-07-10 [christoph]
13627
13628         * acconfig.h
13629         * configure.in
13630                 added --enable-ssl
13631         * src/md5.[ch]
13632                 renamed MD5_CTX to MD5_CTX_syl
13633                 conflicts with a struct in openssl
13634         * src/inc.c
13635         * src/main.[ch]
13636         * src/prefs_account.[ch]
13637         * src/socket.[ch]
13638                 SSL support for POP
13639         * src/mainwindow.c
13640                 fixed compose with current account
13641                 broken by new compose button stuff
13642
13643 2001-07-09 [hoa]
13644
13645         * AUTHORS
13646                 changed my email address
13647
13648         * src/matcher_parser_parse.y
13649                 clean the parser to remove conflicts
13650
13651 2001-07-09 [alfons]
13652
13653         * AUTHORS
13654                 add Match Grun
13655
13656         * configure.in
13657                 fix incorrect description of --enable-ldap parameter
13658
13659         * src/prefs_common.[ch]
13660           src/compose.c
13661                 add experimental option "smart wrapping" which makes the
13662                 compose editor auto wrap.
13663                 
13664                 | TODO: the problem with the buggy cursor handling is caused |
13665                 | by the GtkText. when deleting / backspacing text its       |
13666                 | wrapping algorithm does not take in account the previous   |
13667                 | line. should find a way to hack this in.                   |
13668                 | or should perhaps combine this with the word wrapping      |
13669                 | patch i wrote in january.                                  |
13670
13671         * src/about.c
13672                 show build parameters for LDAP and JPilot
13673
13674         * src/summaryview.c
13675                 revert Christoph's bugfix for selecting next unread message, 
13676                 because folder stats aren't updated correctly
13677
13678 2001-07-08 [hoa]
13679
13680         * src/filtering.c
13681         * src/mainwindow.c
13682         * src/matcher.c
13683         * src/matcher_parser_lex.l
13684         * src/matcher_parser_parse.y
13685         * src/prefs_filtering.c
13686         * src/prefs_scoring.c
13687         * src/scoring.c
13688                 bugfix of the config file parser
13689
13690 2001-07-08 [alfons]
13691
13692         * src/Makefile.am
13693                 added generated matcher sources to BUILT_SOURCES
13694
13695 2001-07-08 [hoa]
13696
13697         * src/Makefile.am
13698         * src/.cvsignore
13699                 added new config file parser
13700
13701         * src/scoring.[ch]
13702         * src/filtering.[ch]
13703         * src/matcher.[ch]
13704         * src/prefs_filtering.c
13705         * src/prefs_matcher.c
13706         * src/prefs_scoring.c
13707         * added src/matcher_parser.h
13708         * added src/matcher_parser_lex.h
13709         * added src/matcher_parser_lex.l
13710         * added src/matcher_parser_parse.y
13711                 lex & yacc config file parser
13712
13713         * src/mbox.c
13714         * src/inc.c
13715         * src/main.c
13716                 changes prefs_filtering into global_filtering           
13717
13718         * src/summaryview.c
13719                 build threads with subjects only if "Re: " is at the
13720                 beginning of the subject
13721
13722 2001-07-07 [paul]
13723
13724         0.5.0claws
13725
13726         sync with sylpheed 0.5.0
13727                 change of version number only
13728
13729 2001-07-06 [paul]
13730
13731         0.5.0claws5
13732
13733         sync with sylpheed 0.5.0pre5
13734
13735 2001-07-05 [paul]
13736
13737         sync with sylpheed 0.5.0pre4 release
13738                 /po and /manual/ja not sync'ed
13739
13740 2001-07-04 [paul]
13741
13742         more sync with sylpheed 0.5.0pre4
13743
13744 2001-07-03 [christoph]
13745
13746         * src/addressbook.c
13747                 fixed address book broken by address book
13748                 for VCard, JPilot, LDAP
13749
13750 2001-07-03 [alfons]
13751
13752         * src/matcher.c
13753         * src/textview.c
13754                 stopped memory leaks
13755
13756 2001-07-03 [paul]
13757
13758         more sync with sylpheed 0.5.0pre4
13759
13760 2001-07-02 [match]
13761
13762         * included address book patch for VCard, JPilot, LDAP
13763         * pref_common.c - fixed Font options on Display tab (cosmetic)
13764         * alertpanel.c - fixed truncated message
13765
13766 2001-07-02 [christoph]
13767
13768         * src/mbox_folder.c
13769         * src/procmsg.[ch]
13770         * src/summaryview.c
13771                 mark threads for ignoring
13772
13773 2001-07-02 [paul]
13774
13775         0.5.0claws4
13776
13777         * sync with sylpheed 0.5.0pre4
13778                 updated gettext to 0.10.38.
13779
13780 2001-07-01 [paul]
13781
13782         * src/ mainwindow.c
13783         * src/procmsg.h
13784         * src/summaryview.[ch]
13785                 new right-click option: Label.
13786                 substitute for 'Mark-->Mark/Unmark', colours the line.
13787                 (submitted by Satoshi Nagayasu <snaga@snaga.org>)
13788
13789 2001-07-01 [christoph]
13790
13791         * src/folderview.c
13792                 fixed font for trash
13793         * src/summaryview.c
13794                 move ctree to unread message
13795
13796 2001-07-01 [paul]
13797
13798         * sync with sylpheed 0.5.0pre3 release
13799
13800 2001-06-30 [alfons]
13801
13802         * src/filesel.[ch]
13803         * src/compose.c
13804                 allow inserting / attaching multiple files in
13805                 the composer window
13806
13807 2001-06-30 [paul]
13808
13809         * src/codeconv.c
13810                 small change to Alfons' previous stuff so that it
13811                 actually makes
13812
13813 2001-06-30 [alfons]
13814
13815         * lots of files changed; first attempt to merge the changes
13816           and bugfixes submitted by Andre Eibel (ae@baltic-online.de).
13817
13818 2001-06-30 [paul]
13819
13820         * po/pt_BR.po
13821                 updated and completed, translations by Fabio
13822                 Junior Beneditto <fjbeneditto@yahoo.com.br>
13823
13824 2001-06-29 [alfons]
13825
13826         * src/compose.c
13827         * src/mimeproc.[ch]
13828                 allow selecting an attached files' mime type from a 
13829                 list of types.
13830
13831 2001-06-29 [paul]
13832
13833         * more sync with sylpheed 0.5.0pre3
13834
13835 2001-06-29 [paul]
13836
13837         * po/pt_BR.po
13838                 merge with sylpheed.pot and pt_BR.po provided by
13839                 Fabio Junior Beneditto.
13840
13841 2001-06-29 [darko]
13842
13843         * src/procmime.c
13844                 make MIME types case insensitive
13845
13846 2001-06-28 [alfons]
13847
13848         * po/nl.po
13849                 merge with sylpheed.pot and old nl.po; translations added.
13850
13851 2001-06-28 [paul]
13852
13853         * more sync with sylpheed 0.5.0pre3
13854
13855 2001-06-27 [alfons]
13856
13857         * src/summaryview.c
13858                 don't crash when removing parent node of messages
13859                 attracted by subject. this was caused by not deleting
13860                 the parent node from the subject line hash table.
13861
13862 2001-06-27 [alfons]
13863
13864         * src/summaryview.c
13865         * src/compose.[ch]
13866         * src/mainwindow.c
13867                 if there are multiple messages selected, allow forwarding
13868                 them as attachments.
13869
13870 2001-06-27 [paul]
13871
13872         * more sync with sylpheed 0.5.0pre3
13873
13874 2001-06-26 [paul]
13875
13876         0.5.0claws3
13877
13878         * sync with sylpheed 0.5.0pre3
13879
13880 2001-06-25 [paul]
13881
13882         * src/mainwindow.c
13883                 fixed 'compose news article' bug
13884                 from icon-and-text toolbar
13885
13886 2001-06-25 [paul]
13887
13888         * sync with sylpheed 0.5.0pre2 release
13889
13890 2001-06-24 [christoph]
13891
13892         * src/prefs_common.c
13893                 bug fix in font selection
13894         * src/folderview.c
13895                 use sylpheed's normal font instead of
13896                 gtk default font for folders without
13897                 new messages
13898
13899 2001-06-24 [alfons]
13900
13901         * src/mainwindow.[ch]
13902                 added composite compose mail / news button (an idea by Leandro
13903                 Pereira <leandro@linuxmag.com.br>)
13904
13905 2001-06-24 [paul]
13906
13907         Added instructions for ldif-to-xml.py
13908
13909         * tools/README
13910
13911 2001-06-23 [alfons]
13912
13913         Some minor things.
13914
13915         * src/pixmaps/stock_news_compose.xpm
13916                 added pixmap by Leandro
13917         * src/prefs_common.c
13918                 tested built-in spelling checker of GCC 3.0 :)
13919         * po/nl.po
13920                 merged dutch translation of sylpheed-main with
13921                 sylpheed.pot
13922
13923 2001-06-23 [paul]
13924
13925         Added tools directory and files.
13926
13927         * tools/filter_conv.pl
13928                 converts old filter system to new filtering system
13929         * tools/ldif-to-xml.py
13930                 converts netscape addressbook to sylpheed addressbook
13931         * tools/README
13932                 descriptions/instructions for above two files
13933
13934 2001-06-23 [christoph]
13935
13936         * src/inc.c
13937         * src/manage_window.[ch]
13938         * src/prefs_common.[ch]
13939                 mail retrieval dialog can be enabled, disabled
13940                 or hidden if non of sylpheed's windows is active
13941
13942 2001-06-22 [paul]
13943
13944         0.5.0claws2
13945
13946         * sync with sylpheed 0.5.0pre2
13947
13948 2001-06-21 [christoph]
13949
13950         * src/summaryview.c
13951                 show recipient on 'from' for all accounts
13952                 
13953         * src/inc.c
13954         * src/prefs_common.[ch]
13955                 disable error popup on mail receive errors
13956
13957 2001-06-21 [alfons]
13958
13959         * src/compose.c
13960                 made the ruler correctly appear and disappear.
13961
13962         * src/Makefile.am
13963                 removed Hoa's work-in-progress-stuff (interesting!) so 
13964                 claws compiles ok.
13965
13966 2001-06-20 [christoph]
13967
13968         * src/inc.c
13969         * src/progressdialog.c
13970                 added scrolled window for list in progressdialog
13971
13972 2001-06-20 [paul]
13973
13974         sync with sylpheed 0.5.0pre1 release
13975
13976 2001-06-20 [christoph]
13977
13978         * src/summeryview.c
13979                 make building threads by subject work when
13980                 thread view is enabled
13981                 
13982         * src/compose.c
13983         * src/prefs_common.[ch]
13984                 automatically select account for mail replys
13985
13986 2001-06-19 [sergey]
13987
13988         * src/compose.c (compose_create): keep Bcc and Reply-To visible if
13989         they are filled in from the account settings.
13990
13991 2001-06-19 [paul]
13992
13993         * more sync with sylpheed 0.5.0pre1
13994
13995 2001-06-18 [alfons]
13996
13997         * src/Makefile.am,
13998           src/procmime.c
13999                 added --sysconfdir to CPPFLAGS for pointing to the correct
14000                 location of mime.types. 
14001
14002                 NOTE: make sure you use --sysconfdir when running ./autogen.sh
14003                 or ./configure!
14004
14005 2001-06-18 [hoa]
14006
14007         * src/summaryview.c
14008                 fixed some bug when building threads
14009
14010 2001-06-18 [pau]l
14011
14012         * src/prefs_account.c
14013                 UI stuff: More changes to the English
14014
14015 2001-06-18 [paul]
14016
14017         * src/pixmaps/stock_news_compose.xpm: new file
14018         * src/Makefile.am
14019         * src/mainwindow.c
14020         * src/summaryview.c
14021                 Added new icon for Hoa's 'compose a news
14022                 message', plus minor improvements to the
14023                 English
14024
14025         * po/ja.po
14026         * ChangeLog
14027         * ChangeLog.jp
14028                 more sync with sylpheed 0.5.0pre1
14029
14030 2001-06-18 [hoa]
14031
14032         * src/compose.[ch]
14033         * src/mainwindow.c
14034                 Follow-up and reply to
14035
14036         * src/summaryview.[ch]
14037                 Build threads also with subjects
14038
14039 2001-06-17 [hoa]
14040
14041         * src/compose.c
14042                 forwarding use the current account.
14043
14044         * src/mainwindow.c
14045                 the "compose message" button has been replaced with
14046                 "new mail" and "new news" buttons
14047
14048         * src/prefs_common.[ch]
14049                 added a configuration option to use the forward button
14050                 as "forward as attachment"
14051                 changed reply and forward format description
14052
14053         * src/quote_fmt_lex.l
14054         * src/quote_fmt_parse.y
14055                 added message with no signature in format for reply
14056                 and forward.
14057
14058 2001-06-17 [paul]
14059
14060         Minor UI stuff
14061
14062         * src/mainwindow.c
14063         * src/summaryview.c
14064                 Improvements to the English
14065
14066         * src/prefs_common.c
14067                 Improvements to the English and some
14068                 clarity/continuity improvements in the
14069                 description of Quote symbols.
14070
14071 2001-06-17 [paul]
14072
14073         0.5.0claws1
14074
14075         * sync with sylpheed 0.5.0pre1
14076
14077 2001-06-17 [hoa]
14078
14079         * src/compose.c
14080                 Better interface for compose, displayed fields
14081                 are updated whenever we change account.
14082                 Newsgroups field is automatically filled.
14083
14084         * src/mainwindow.c
14085                 Newsgroups field is automatically filled.
14086
14087         * src/prefs_account.c
14088                 Some interface stuff when fields appear and
14089                 disappear.
14090
14091 2001-06-16 [paul]
14092
14093         0.4.99claws
14094
14095         * sync with sylpheed 0.4.99
14096
14097 2001-06-16 [sergey]
14098
14099         * src/base64.c, src/base64.h (Base64Decoder, base64_decoder_new,
14100         base64_decoder_free, base64_decoder_decode): new object and
14101         functions for decoding base64 streams.
14102         * src/procmime.c (procmime_decode_content): modified to use the
14103         new base64 decoder.
14104
14105 2001-06-15 [paul]
14106
14107         0.4.99claws10
14108
14109         * sync with sylpheed 0.4.99cvs11
14110
14111 2001-06-13 [paul]
14112
14113         0.4.99claws9
14114
14115         * sync with sylpheed 0.4.99cvs9
14116
14117 2001-06-13 [hoa]
14118
14119         * src/compose.c
14120         * src/prefs_account.c
14121
14122                 SMTP server can be defined in the news account
14123                 mime type of attachment are kept.
14124
14125         * src/summaryview.c
14126
14127                 now choose the highest important score between default
14128                 and important score of folder.
14129
14130 2001-06-09 [alfons]
14131         
14132         * src/prefs_common.c: 
14133
14134                 (prefs_quote_description_create): corrected description of 
14135                 quote format characters
14136
14137 2001-06-09 [paul]
14138
14139         0.4.99claws8
14140
14141         * sync with sylpheed 0.4.99cvs8
14142
14143 2001-06-08 [sergey]
14144
14145         * src/Makefile.am: fix for "make dist": added quote_fmt_parse.h
14146         and pixmaps/stock_mail_reply_to_author.xpm to EXTRA_DIST.
14147
14148 2001-06-08 [paul]
14149
14150         0.4.99claws7
14151
14152         * sync with sylpheed 0.4.99cvs7
14153
14154 2001-06-06 [sergey]
14155
14156         * src/quote_fmt.h: renamed from src/quote_fmt_parse.h (which
14157         clashes with autogenerated header).
14158         * src/compose.c, src/quote_fmt_parse.y: #include "quote_fmt.h"
14159         * src/Makefile.am: added quote_fmt.h.
14160         * src/.cvsignore: added lex/yacc autogenerated files
14161         (quote_fmt_lex.c, quote_fmt_parse.c, quote_fmt_parse.h).
14162
14163 2001-06-06 [paul]
14164
14165         0.4.99claws6
14166
14167         * sync with sylpheed 0.4.99cvs6
14168
14169 2001-06-06 [hoa]
14170
14171         * added src/quote_fmt_parse.h
14172         * src/compose.c
14173                 removed warnings
14174
14175         * src/prefs.[ch]
14176                 don't modify readonly configuration files
14177
14178         * src/prefs_account.c
14179         * src/prefs_common.c
14180         * src/prefs_customheader.c
14181         * src/prefs_display_header.c
14182         * src/prefs_filter.c
14183         * src/prefs_filtering.c
14184         * src/prefs_scoring.c
14185                 don't open dialog box when configuration files
14186                 are readonly
14187
14188 2001-06-05 [sergey]
14189
14190         * configure.in: added AM_PROG_LEX and AC_PROG_YACC.
14191
14192         * src/Makefile.am: replaced quote_fmt.tab.[ch] by
14193         quote_fmt_lex.[lh], quote_fmt_parse.y; added YFLAGS=-d; added
14194         BUILT_SOURCES to make all files rebuild properly.
14195
14196         * src/compose.c: removed #include "quote_fmt.tab.h".
14197
14198         * src/quote_fmt_lex.l: renamed from quote_fmt.l; changed to return
14199         CHARACTER value in yylval.
14200
14201         * src/quote_fmt_parse.y: renamed from quote_fmt.y; changed to
14202         receive CHARACTER value by documented means (yylval).
14203
14204         * src/lex.quote_fmt.c, src/quote_fmt.{l,y,tab.{c,h}}: removed.
14205
14206 2001-06-05 [hoa]
14207
14208         * src/Makefile.am
14209                 changed quote_fmt.[ch] into quote_fmt.tab.[ch]
14210
14211         * src/filtering.c
14212         * src/matcher.c
14213         * src/matcher.h
14214         * src/prefs_filtering.c
14215                 now keep the configuration for execute action
14216
14217         * src/mbox_folder.c
14218                 fixed a warning
14219
14220 2001-06-05 [paul]
14221
14222         * sync with sylpheed 0.4.99cvs5
14223
14224 2001-06-05 [hoa]
14225
14226         * src/Makefile.am
14227                 added quote_fmt.[ch]
14228
14229         * added src/quote_fmt.y
14230         * added src/quote_fmt.l
14231         * added src/quote_fmt.tab.h
14232         * added src/quote_fmt.tab.c
14233         * added src/lex.quote_fmt.c
14234                 parsing configuration for replying
14235                 and forwarding
14236
14237         * src/prefs_common.[ch]
14238                 added configuration UI for replying
14239                 and forwarding
14240
14241         * src/compose.c
14242                 using configuration for replying
14243                 and forwarding
14244
14245 2001-06-04 [hoa]
14246
14247         * src/filtering.c
14248         * src/matcher.c
14249         * src/matcher.h
14250         * src/prefs_filtering.c
14251         * src/prefs_matcher.c
14252         * src/prefs_matcher.h
14253                 action "run a command" for filtering
14254                 and matching with a command.
14255                 fixed the "whole message" matching
14256
14257         * src/mbox_folder.c
14258                 changed temporary filename for security
14259
14260         * src/messageview.c
14261                 queue the notification if it fails to send.
14262
14263         * src/prefs_common.c
14264         * src/prefs_folder_item.c
14265                 changed the default important score             
14266
14267         * src/prefs_scoring.c
14268         * src/scoring.c
14269                 hide kill score input when the folder is not
14270                 a newsgroup
14271
14272 2001-06-03 [alfons]
14273
14274         * src/prefs_common.c:
14275
14276                 (prefs_font_select): pass font name in font entry box to font
14277                 selection dialog.
14278
14279 2001-06-03 [sergey]
14280
14281         * src/smtp.c (smtp_ok): fixed sock_gets() error handling.
14282
14283 2001-06-03 [paul]
14284
14285         * sync with sylpheed 0.4.99cvs4
14286
14287 2001-06-03 [alfons]
14288
14289         * src/headerwindow.c:
14290
14291                 (headerwindow_show_cb): use the selected summary view item, not
14292                 the displayed item.
14293
14294 2001-06-02 [alfons]
14295
14296         * src/headerwindow.c:
14297
14298                 (headerwindow_show_cb): always try to show msginfo
14299
14300 2001-06-02 [hoa]
14301
14302         * src/compose.c
14303                 keep attached parts when reediting or forwarding.
14304
14305 2001-06-01 [hoa]
14306
14307         * src/folderview.c
14308         * src/prefs_folder_item.[ch]
14309         * src/prefs_scoring.[ch]
14310         * src/scoring.[ch]
14311         * src/summaryview.[ch]
14312         * src/main.c
14313         * src/mainwindow.c
14314         * src/prefs_common.[ch]
14315                 support for folder scoring
14316                 kill score and important score for messages
14317         
14318         * src/prefs_account.c
14319                 some display bug fixed for local account
14320                 preferences
14321
14322 2001-05-31 [alfons]
14323
14324         * src/summaryview.c:
14325
14326                 (add_sender_to_cb): don't crash when no or invalid sender; the add 
14327                 sender to address book menu item is disabled.
14328
14329 2001-05-30 [hoa]
14330
14331         * src/filtering.[ch]
14332         * src/summaryview.c
14333                 handling summary menu / filter messages
14334
14335         * src/folder.[ch]
14336                 add some stuff
14337
14338         * src/foldersel.c
14339                 imap folders now appears in list
14340
14341         * src/mbox_folder.c
14342                 doesn't crash if destination mail is not writeable
14343
14344 2001-05-29 [hoa]
14345
14346         * src/compose.c
14347                 removed some warnings
14348
14349         * src/filtering.c
14350         * src/folder.[ch]
14351         * src/prefs_filtering.c
14352                 global string to identify any folders           
14353                 removed some debug info
14354                 filtering to mbox folders is now possible
14355
14356         * src/mainwindow.c
14357                 removed some warnings
14358
14359         * src/mbox_folder.c
14360                 permission on files are changed to read/write for user only,
14361                 nothing for other.
14362                 creation of subfolder is handled better.
14363
14364 2001-05-28 [alfons]
14365
14366         Verified the sync for src/prefs_common.[ch] and
14367         src/prefs_account.[ch]. I believe there were some
14368         minor indentation differences.
14369
14370 2001-05-28 [paul]
14371
14372         0.4.99claws3
14373
14374         * sync with 0.4.99cvs3
14375
14376 2001-05-28 [hoa]
14377
14378         * src/compose.c
14379                 handling flags for mbox format
14380
14381         * src/filtering.c
14382                 use of mark file only for MH format
14383                 handling flags for mbox format
14384                 filtering cannot yet move or copy mails to mbox folders.
14385
14386         * src/folder.[ch]
14387                 changed move_msg, copy_msg,
14388                 move_msgs_with_dest, copy_msgs_with_dest functions
14389                 uses only folder->copy_msg() function
14390                 uses folder->finished_copy() to handle the destination
14391                 folder at the end of the copy or move operation.
14392
14393         * src/foldersel.c
14394                 included mbox directories.
14395
14396         * src/folderview.[ch]
14397         * src/mainwindow.c
14398                 handle folders operation for mbox format
14399
14400         * src/mbox.c
14401                 disable conversion of "From " header
14402
14403         * src/mbox_folder.[ch]
14404                 completion of mbox format handling
14405
14406         * src/mh.c
14407                 changed mh_copy_msg() function and
14408                 removed mh_move_msg(), mh_move_msgs_with_dest(),
14409                 mh_copy_msgs_with_dest()
14410
14411         * src/prefs_filtering.c
14412                 removed some warnings
14413
14414         * src/prefs_matcher.c
14415                 default boolean operation is AND
14416
14417         * src/procheader.c
14418                 handling flags for mbox format
14419                 handling of "From " header
14420
14421         * src/procmsg.[ch]
14422                 removed data field
14423                 added MSG_REALLY_DELETED flags to handle deletion of
14424                 messages in mbox format.
14425
14426         * src/summaryview.c
14427                 handling flags for mbox format
14428                 disable the MSG_DELETED flags when messages
14429                 are deleted in mbox format
14430
14431         * src/textview.c
14432                 "From " headers display fixed.
14433
14434 2001-05-27 [alfons]
14435
14436         * src/textview.c:
14437                 
14438                 (get_email_part): skip quoted email addresses, like in e.g.
14439                 "'alfons@proteus.demon.nl'".
14440
14441 2001-05-26 [alfons]
14442
14443         Minor GUI fixes adding horizontal scrollbars to Hoa's matcher dialogs,
14444         and fixing the persistence troubles when using separate windows.
14445
14446         * src/mainwindow.c:
14447         
14448             Added #define SEPARATE_ACTION used in the gtk item factory for 
14449             the SEPARATE_FOLDER and SEPARATE_MESSAGE items, so we can
14450                 use gtk_item_factory_get_widget_by_action() to get the items.
14451                 
14452             Removed separate_widget_cb from the gtk item factory data   
14453           
14454             (mainwindow_create): connect separate_widget_cb() to check
14455             menu item "toggled" signal. also passing a MainWindow pointer
14456                 as object data for both check menu items.
14457                 
14458             (separate_widget_cb): definition of separate_widget_cb() to match
14459             GtkCheckMenuItem's "toggled" signal. Now get the pointer to the main 
14460                 window using gtk_object_get_data(). The type of window separation 
14461                 (SEPARATE_MESSAGE or SEPARATE_FOLDER) is passed as the signal's data
14462         
14463         * src/prefs_filtering.c,
14464           src/prefs_matcher.c: added horizontal scrollbars
14465
14466 2001-05-25 [darko]
14467
14468         * src/headerview.c
14469                 fix segfault with invalid bold font
14470         * src/summaryview.c
14471                 correctly display summary stats after row is marked
14472
14473 2001-05-23 [sergey]
14474
14475         * src/codeconv.c (conv_get_code_conv_func): fix for ISO-8859-*
14476         encodings with libjconv.
14477
14478 2001-05-23 [hoa]
14479
14480         * src/Makefile.am
14481                 added mbox_folder.[ch]
14482         * src/defs.h
14483                 mbox temporary folder
14484         * src/folder.[ch]
14485         * added src/mbox_folder.[ch]
14486         * src/folderview.c
14487         * src/procheader.[ch]
14488                 added mbox support
14489         * src/mbox.c
14490                 bugfix for file incorporation filtering
14491         * src/imap.c
14492                 enable creation of MBOX
14493         * src/prefs_display_header.c
14494                 enable use of headers like "From "
14495                 something that should be fixed :
14496                         displaying of such headers add an extra space
14497         * src/prefs_folder_item.c
14498                 don't create folders because it is not necessary
14499         * src/procmsg.h
14500                 added data field to MsgInfo for mbox internal use
14501         * src/summaryview.c
14502                 added some support for mbox
14503         * src/utils.[ch]
14504                 added get_mbox_cache_dir() function
14505
14506 2001-05-23 [hiroyuki]
14507
14508         * src/headerwindow.c
14509           src/inc.c
14510           src/main.c
14511           src/mh.c
14512           src/nntp.c
14513           src/procmsg.h
14514           src/session.h
14515           src/socket.[ch]
14516           src/summaryview.c
14517           src/textview.c
14518           src/automaton.c
14519           src/folderview.c: more sync with 0.4.99cvs2.
14520
14521         * src/headerwindow.c: reverted.
14522
14523 2001-05-22 [paul]
14524
14525         0.4.99claws2
14526
14527         * sync with sylpheed 0.4.99cvs2
14528                 * src/news.[ch]
14529                 * src/nntp.[ch]
14530                 * INSTALL
14531                 * INSTALL.jp
14532
14533 2001-05-22 [alfons]
14534
14535         * src/summaryview.c: bugfixed a premature assignment in  summaryview_add_sender_to_cb()
14536
14537 2001-05-21 [alfons]
14538
14539         Minor things:
14540
14541         * configure.in: if gnome-config not found, "no" is displayed
14542         
14543         * sylpheed.desktop: "Hello World" is replaced with "Sylpheed Mail"
14544
14545         * src/textview.c: now also possible to add mail addresses by right
14546           clicking in the text view
14547
14548         * src/codeconv.c: merged patch which fixes endless loop when encountering
14549           invalid wide characters; from Alte <010@imis.ru>  
14550
14551 2001-05-20 [alfons]
14552
14553         Added installation of gnome specific things:
14554
14555         * Makefile.am: gnome conditional
14556
14557         * configure.in: check for installed gnome
14558
14559         * added sylpheed.png, sylpheed.desktop
14560
14561 2001-05-20 [sergey]
14562
14563         * src/pixmaps/stock_mail_reply_to_author.xpm: new file.
14564
14565         * src/mainwindow.h (main_window_toolbar_create): created a button
14566         for "Reply to all".
14567         (main_window_set_toolbar_sensitive): enable/disable the new button
14568         appropriately.
14569         (toolbar_reply_to_author_cb): handle the new button.
14570
14571         * src/send.c (SEND_EXIT_IF_ERROR, SEND_EXIT_IF_NOTOK): call
14572         send_progress_dialog_destroy() on failure (fixes hang on SMTP
14573         failure).
14574
14575 2001-05-19 [sergey]
14576
14577         * src/compose.h (ComposeReplyMode): new modes
14578         COMPOSE_REPLY_TO_AUTHOR, COMPOSE_REPLY_TO_AUTHOR_WITH_QUOTE,
14579         COMPOSE_REPLY_TO_AUTHOR_WITHOUT_QUOTE.
14580
14581         * src/compose.c
14582         (compose_send): move some code into a new function:
14583         (compose_current_mail_account): new function.
14584         (compose_reply): new argument to_author, all callers changed; if
14585         to_author==TRUE and account->protocol==A_NNTP, find and use an
14586         appropriate mail account for replying.
14587         (compose_reply_set_entry): new argument to_author; ignore
14588         compose->replyto if to_author==TRUE.
14589
14590         * src/mainwindow.c: new command "Message/Reply to author".
14591         (main_window_set_menu_sensitive): enable/disable it.
14592         (reply_cb): handle it.
14593
14594         * src/summaryview.c: new command "Reply to author".
14595         (summary_set_menu_sensitive): enable/disable it.
14596         (summary_reply_cb): handle it.
14597
14598         * src/account.c (account_find_mail_from_address): new function.
14599
14600 2001-05-18 [paul]
14601
14602         0.4.99claws1
14603
14604         * sync with sylpheed 0.4.99cvs1
14605
14606 2001-05-18 [hoa]
14607
14608         * src/compose.[ch]
14609         * src/filtering.c
14610         * src/summaryview.c
14611                 new filtering action : forward and forward as attachment
14612
14613         * src/main.c
14614                 no need for $DISPLAY when we run sylpheed --help
14615                 call to parse_cmd_opt() is moved
14616
14617         * src/mainwindow.[ch]
14618                 execute button is hidden when immediate execute
14619                 is chosen
14620
14621         * src/mh.c
14622         * src/news.c
14623         * src/prefs_folder_item.c
14624         * src/procmsg.c
14625                 better handling of missing directories
14626
14627         * src/summaryview.c
14628                 reedit is enabled in outbox
14629                 reedit is enabled in queue
14630
14631 2001-05-17 [hoa]
14632
14633         * src/filtering.c
14634         * src/matcher.[ch]
14635         * src/prefs_filtering.c
14636                 changed attachement into attachment
14637
14638 2001-05-17 [alfons]
14639
14640         0.4.67claws4    
14641
14642         * sync with sylpheed 0.4.67cvs9
14643         * sync with sylpheed 0.4.67cvs7-8
14644
14645 2001-05-17 [hoa]
14646
14647         * src/Makefile.am
14648                 added prefs_filtering.c
14649
14650         * src/filtering.[ch]
14651         * src/matcher.[ch]
14652                 removed action : forward_news and forward_news_as_attachement
14653                 (forward and forward_as_attachement can be used instead)
14654
14655         * src/mainwindow.c
14656                 added menu option to access filtering configuration
14657
14658         * src/prefs_account.c
14659                 changed mail_command default to /usr/sbin/sendmail
14660
14661         * added src/prefs_filtering.[ch]
14662                 dialog box for filtering configuration
14663
14664         * src/prefs_matcher.c
14665                 added function prefs_matcher_get_criteria_from_matching()
14666
14667         * src/prefs_scoring.c
14668                 reset the dialog when register or substitute is clicked
14669
14670 2001-05-15 [hoa]
14671
14672         * src/Makefile.am
14673                 added filtering.[ch]
14674         * src/inc.c
14675                 using filering.[ch] instead of filter.[ch]
14676         * src/main.c
14677                 reading new filtering configuration
14678         * src/matcher.[ch]
14679                 added some filtering actions
14680                 and fixed a bug for headers and mail body matching
14681         * src/mbox.c
14682                 using filering.[ch] instead of filter.[ch]
14683         * src/mh.c
14684                 handling invalid MsgInfo in mh_copy_msg() and mh_move_msg()
14685         * src/summaryview.c
14686                 some fixes for filtering
14687
14688 2001-05-14 [hiroyuki]
14689
14690         * src/send.c: fixed some weird indentations.
14691           send_message_with_command(): call pclose() only if p != NULL.
14692         * src/textview.c: get_email_part(): modified the code for readability.
14693
14694 2001-05-14 [hiroyuki]
14695
14696         * src/md5global.h
14697           src/md5ify.c
14698           src/md5ify.h: removed from the cvs.
14699
14700 2001-05-13 [sergey]
14701
14702         * src/main.c: include rfc2015.h to avoid compiler warnings.
14703         * src/alertpanel.c (alertpanel_message_with_disable): return 0 if
14704         the panel is already on screen.
14705         * src/prefs_customheader.c (prefs_custom_header_delete_cb): treat
14706         closing the alert window by ESC as "No".
14707         * src/prefs_common.c (prefs_interface_create): moved return
14708         receipt check button to the correct place.
14709
14710 2001-03-13 [alfons]
14711
14712         * src/prefs_common.c: 
14713                 moved return receipt check button to the Send tab. (prefs_send_create)
14714                 removed the date format ui related globals. (prefs_display_create)
14715
14716         0.4.67claws3
14717         
14718         * sync with sylpheed 0.4.67cvs5-6
14719
14720 2001-05-13 [paul]
14721
14722         * added Alfons' font selection patch
14723
14724         * src/defs.h
14725         * src/headerwindow.c
14726         * src/prefs_common.c
14727         * src/prefs_common.h
14728
14729 2001-05-13 [hoa]
14730         * src/defs.h
14731                 changed version of cache
14732         * src/matcher.[ch]
14733         * src/prefs_matcher.c
14734                 added additionnal matching criteria
14735         * src/procheader.c
14736         * src/procmsg.[ch]
14737         * src/news.c
14738                 added references in MsgInfo
14739
14740 2001-05-12 [hoa]
14741
14742         * src/defs.h
14743                 prepared some things for new filtering
14744         * src/matcher.[ch]
14745                 added some matching properties
14746                 inreplyto need to be enhanced
14747                 prepared some things for new filtering
14748         * src/messageview.c
14749                 added Return-Receipt-To handling
14750         * src/prefs_folder_item.c
14751                 changed default value to TRUE
14752         * src/prefs_matcher.c
14753                 added some matching properties
14754         * src/prefs_scoring.[ch]
14755                 the scoring dialog is finished
14756         * src/procheader.c
14757                 added Return-Receipt-To handling
14758                 Reference need to be added
14759         * src/procmsg.[ch]
14760                 added Return-Receipt-To handling
14761                 added threadscore to get a better score sorting when
14762                 threads are enabled
14763         * src/summaryview.c
14764                 suppressed a bug when we sort the list
14765                 when no folder is opened.
14766                 better score sorting when threads are enabled
14767
14768 2001-05-12 [alfons]
14769
14770         * reverted previous patch because of potential errors 
14771
14772         0.4.67claws2
14773         
14774         * src/inc.c, src/prefs_common.c, src/prefs_common.h: 
14775                 applied "toggle mail-retrieval dialog window" patch submitted 
14776                 by Eric Limpens <eric@qnt.net>
14777
14778         * sync with sylpheed 0.4.67cvs4
14779
14780 2001-05-12 [sergey]
14781
14782         * src/matcher.c, src/scoring.c: changed "#ifdef 0" to "#if 0" for
14783         some picky compilers.
14784         * src/rfc2015.h: provide prototype for rfc2015_disable_all().
14785         * src/grouplist_dialog.c: include alertpanel.h.
14786         * src/prefs_headers.c (prefs_headers_deleted): added GTK_BUTTON to
14787         fix compile warning.
14788         * src/scoring.c, src/prefs_folder_item.c, src/matcher.c: brought
14789         #include "defs.h" before others to prevent the warning of `MIN'
14790         and `MAX' redefinition.
14791
14792 2001-05-11 [hoa]
14793
14794         * src/main.c
14795         * src/messageview.c
14796         * src/prefs_account.c
14797         * src/prefs_display_header.c
14798                 removed warning
14799         * src/Makefile.am
14800                 added prefs_scoring.[ch]
14801         * src/grouplist_dialog.c
14802                 display an error dialog box if the group list
14803                 cannot be fetched.
14804         * src/mainwindow.[ch]
14805                 added main_window_set_thread_option() function
14806                 scoring dialog box enabled
14807         * src/matcher.[ch]
14808                 added flags matching unread /new / marked
14809                 / deleted / replied / forwarded
14810         * src/news.c
14811                 newsgroups are now finally in newscache
14812         * src/prefs_matcher.[ch]
14813                 finished preferences for matching dialog
14814         * added src/prefs_scoring.[ch]
14815                 scoring dialog box completed
14816         * src/scoring.[ch]
14817                 conversion to string : added scoringprop_to_string()
14818                 write config for preferences :
14819                 added prefs_scoring_write_config()
14820         * src/summaryview.c
14821                 threads can be enabled/disabled independently
14822                 for each folder
14823
14824 2001-05-10 [alfons]
14825
14826         0.4.67claws1
14827         
14828         * AUTHORS: 
14829                 thought it would be nice to have a list of all
14830                 contributors (used Changelog as a reference)
14831         
14832         * configure.in: 
14833                 messed up version numbering...
14834
14835         0.4.66claws1
14836
14837         * sync with sylpheed 0.4.67cvs1-3
14838
14839 2001-05-10 [darko]
14840
14841         * src/prefs_common.c:
14842                 better UI for strftime format, double clicking
14843                 on format now inserts the format in text entry
14844                 replaced close button with standard OK/Cancel
14845                 moved date format button to the right of the
14846                 text entry field
14847
14848 2001-05-09 [alfons]
14849
14850         * src/gtkstext.c:
14851                 Ctrl-Home / Ctrl-End have proper cursor navigation
14852
14853 2001-05-09 [hoa]
14854
14855         * src/prefs_matcher.c
14856                 finished UI to define matching properties
14857                 added ok and cancel button
14858         * src/prefs_filter.c
14859                 added ok and cancel button
14860         * src/news.c
14861                 fixed some bug in xhdr parsing
14862
14863 2001-05-08 [alfons]
14864
14865         * src/textview.c: 
14866                 fixed a bug in textview_show_header(), which displayed two colons (':');
14867                 cleaned up some warnings
14868
14869 2001-05-08 [hoa]
14870
14871         * src/Makefile.am
14872                 added prefs_matcher.[ch]
14873                 compilation with -W -Wall
14874         * src/alertpanel.c
14875                 ungrab the mouse events if grabbed - does it
14876                 fix the bug for disposition notification ?
14877         * src/mainwindow.c
14878                 added a menu option to open the matching dialog.
14879         * src/matcher.[ch]
14880                 added matcherprop_to_string() and matcherlist_to_string()
14881                 fixed some bugs, changed the name of some options
14882                 age_sup and age_inf becomes age_greater and age_lower,
14883                 body and messageheaders becomes body_part and headers_part,
14884                 changed the names of constants from SCORING_XXX to MATCHING_XXX
14885         * src/prefs_display_header.c
14886         * src/prefs_headers.c
14887                 fixed a bug that accidentally destroyed dialogs
14888                 when closed them with delete_event
14889                 Added *_deleted() which handle delete_event signal correctly.
14890         * src/prefs_folder_item.[ch]
14891                 added "enable_thread" field for future customization
14892         * added src/prefs_matcher.[ch]
14893                 sample of the UI to define matching properties
14894         * src/procheader.c
14895                 using procheader_headername_equal instead of str*cmp functions
14896                 using procheader_parse_header() function
14897         * src/scoring.c
14898                 using MATCHING_XXX instead of SCORING_XXX
14899         * src/summaryview.c
14900                 display the sender of the news even if this is ourself
14901                 when this is a news message.
14902         * src/textview.c
14903                 using headername_equal() instead of str*cmp functions
14904
14905 2001-05-08 [alfons]
14906
14907         0.4.66claws
14908
14909         * sync with sylpheed 0.4.66
14910         * src/gtkstext.c: trace logs added 
14911
14912 2001-05-08 [sergey]
14913
14914         * src/prefs_common.[ch]: added option to enable/disable GnuPG
14915         signature check popup.
14916         * src/rfc2015.c (check_signature): show signature check popup only
14917         if it is enabled in preferences.
14918
14919 2001-05-07 [alfons]
14920
14921         0.4.66claws4
14922         
14923         * sync with sylpheed 0.4.66cvs6
14924
14925 2001-05-07 [darko]
14926
14927         * src/prefs_common.[ch]: added option to enable/disable
14928           looking up sender name in address book for summary pane
14929         * src/summaryview.c: look up sender in the address book
14930           by using Alfons' address completion code
14931
14932 2001-05-07 [hiroyuki]
14933
14934         * src/inc.h
14935           src/pop.c: pop3_retr_recv(): removed cur_msg_bytes from the
14936           member of Pop3State.
14937         * src/news.c: brought #include "defs.h" before #include <glib.h>
14938           to prevent the warning of `MIN' and `MAX' redefinition.
14939
14940 2001-05-06 [hoa]
14941
14942         * removed src/headers_display.[ch]
14943         * removed src/prefs_display_headers.[ch]
14944         * src/inc.c
14945                 use a temporary file in the user directory for mbox import
14946         * src/news.c
14947                 added XHDR support to get "To" and "Cc" headers
14948                 (in order to match news with to or cc field for
14949                 scoring)
14950                 added function news_parse_xhdr() to get XHDR response
14951         * src/nntp.[ch]
14952                 added function nntp_xhdr()
14953         * src/matcher.c
14954                 fetch the message if necessary
14955
14956 2001-05-06 [alfons]
14957
14958         0.4.66claws3
14959
14960         * sync with sylpheed 0.4.66cvs3-5
14961
14962 2001-05-06 [hoa]
14963
14964         * src/utils.[ch]
14965                 added function itos_buf() to enable use of several buffers
14966         * src/summaryview.c
14967                 use of itos_buf() instead of itos() in summary list
14968                 to fix the broken display of message number.
14969
14970 2001-05-06 [alfons]
14971
14972         * src/gtkstext.c: bug in cursor up navigation fixed,
14973                 fixed another unsigned / signed comparison (we're getting there :-)
14974
14975 2001-05-06 [hoa]
14976
14977         * src/Makefile.am
14978                 added scoring.c scoring.h
14979                 prefs_folder_item.c prefs_folder_item.h
14980                 matcher.c matcher.h
14981         * src/defs.h
14982                 added FOLDERITEM_RC SCORING_RC
14983         * src/folder.[ch]
14984                 added prefs field in FolderItem :
14985                 properties for each folder (PrefsFolderItem),
14986                 sorting type and mode were added as the first properties.
14987         * src/main.c
14988                 read config for scoring
14989         * added src/matcher.[ch]
14990                 gives functions to parse configuration file to do
14991                 matching on mails with a list of conditions.
14992         * src/mainwindow.c
14993                 add option to sort by score
14994         * src/prefs_common.[ch]
14995                 added preference option to show score and for
14996                 the score column size
14997         * added src/prefs_folder_item.[ch]
14998                 properties for each folder (PrefsFolderItem),
14999                 sorting type and mode were added as the first properties.
15000         * src/procheader.[ch]
15001                 added procheader_parse_header()
15002                 added procheader_header_free()
15003                 added procheader_headername_equal()
15004                 and made modification to use them.
15005         * src/procmsg.[ch]
15006                 added score field to MsgInfo structure
15007         * added src/scoring.[ch]
15008                 gives functions to parse configuration file to do
15009                 scoring on mails with a list of conditions.
15010         * src/summaryview.[ch]
15011                 save the sorting type and mode for the folder
15012                 added column to display the score of the mail
15013                 added function summary_score_clicked()
15014                 sorting type and mode are restored to the folder
15015                 when it is reopen
15016         * src/textview.c
15017                 use procheader_parse_header(), procheader_headername_equal()
15018                 removed memory leak in text_scan_header when freeing headers
15019         * src/filter.c
15020                 changed the function to match names of headers
15021                 using procheader_headername_equal()
15022
15023         Scoring functions are implemented, an interface is needed
15024         to configure that.
15025
15026 2001-05-04 [alfons]
15027
15028         * src/gtkstext.c: 
15029                 hopefully fixed the row up navigation bug,
15030                 removed adding back / forward lines to cache
15031
15032 2001-05-04 [sergey]
15033
15034         * src/prefs_display_headers.c: user interface changes:
15035         (prefs_display_headers_create): remove unused "Show" check button;
15036         allow reordering of headers by dragging.
15037         (prefs_display_headers_write_config): remove unused variables.
15038         (prefs_display_headers_set_dialog): do not insert "(New)" at top
15039         of lists (not needed with the new UI).
15040         (prefs_display_headers_set_list): scan lists starting from row 0,
15041         not 1 (do not skip "(New)").
15042         (prefs_display_headers_find_header): new function.
15043         (prefs_display_headers_clist_set_row): do not allow duplicates.
15044         (prefs_display_headers_delete_cb): do not skip row 0; treat
15045         closing the alert window by ESC as "No".
15046         (prefs_display_headers_up): do not protect row 0.
15047         (prefs_display_headers_down): do not protect row 0.
15048
15049 2001-05-04 [sergey]
15050
15051         * src/mainwindow.c (next_marked_cb, prev_marked_cb): new
15052         functions.
15053
15054         * src/summaryview.c
15055         (summary_find_next_marked_msg, summary_find_prev_marked_msg,
15056         summary_select_next_marked, summary_select_prev_marked): new
15057         functions.
15058
15059 2001-05-03 [sergey]
15060
15061         * src/news.c: fixed a bug when no article can be fetched after
15062         server timeout if the connection was restored by news_post():
15063         (news_select_group): new function.
15064         (news_fetch_msg): call news_select_group() before fetching
15065         article.
15066         (news_get_uncached_articles): set session->group after successful
15067         GROUP command.
15068
15069 2001-05-03 [hoa]
15070
15071         * src/defs.h
15072         * src/procmsg.[ch]
15073         * src/procheader.c
15074                  changed version of cache, added cc field
15075
15076         * src/prefs_display_headers.c
15077                 the interface was changed
15078
15079         * src/prefs_headers.c
15080                 added cancel button
15081
15082 2001-05-03 [alfons]
15083
15084         * completed sync of sylpheed cvs2
15085         * src/gtkstext.c: updated row up / down cursor navigation
15086         * src/textview.c: re-edited, prepared for fixing the email address
15087                 scanner.
15088
15089 2001-05-03 [darko]
15090
15091         * src/prefs_common.c: use alfons' strftime ui code
15092         entry_datefmt and datefmt_sample widgets have to be
15093         global in this module because of this change
15094
15095 2001-05-03 [hoa]
15096
15097         * src/messageview.c
15098         * src/prefs_common.[ch] added option to activate the return receipt
15099                 feature.
15100
15101 2001-05-02 [alfons]
15102
15103         * src/gtkstext.c: fix for row up/down cursor navigation. 
15104
15105         0.4.66claws2
15106         
15107         * sync with 0.4.66cvs2
15108
15109 2001-05-02 [paul]
15110
15111         added add-sender-to-addressbook patch
15112
15113         * src/addressbook.c
15114         * src/addressbook.h
15115         * src/summaryview.c
15116
15117 2001-05-02 [sergey]
15118
15119         * src/alertpanel.h (AlertValue): added G_ALERT_VALUE_MASK,
15120         G_ALERTDISABLE.
15121
15122         * src/alertpanel.c (alertpanel_create): new argument can_disable,
15123         all existing callers changed to pass FALSE; create a check button
15124         to disable the message.
15125         (alertpanel_message_with_disable): new function.
15126         (alertpanel_show): mask value with G_ALERT_VALUE_MASK.
15127         (alertpanel_button_toggled): new function.
15128         (alertpanel_button_clicked, alertpanel_close): set value using
15129         G_ALERT_VALUE_MASK.
15130
15131         * src/prefs_common.h (PrefsCommon): new field gpgme_warning.
15132
15133         * src/prefs_common.c (prefs_privacy_create): new check button
15134         checkbtn_gpgme_warning.
15135
15136         * src/main.c (main): moved preferences reading before gpgme
15137         initialization; check prefs_common.gpgme_warning before giving the
15138         GnuPG warning and set it to FALSE if the user wants to disable the
15139         warning.
15140
15141 2001-05-02 [hiroyuki]
15142
15143         * src/prefs_display_headers.c: modified the layout and some labels.
15144
15145 2001-05-02 [sergey]
15146
15147         * src/prefs_account.c (prefs_account_fix_size): new function.
15148         (prefs_account_create): call prefs_account_fix_size(); use
15149         gtk_widget_show instead of gtk_widget_show_all (fixes too large
15150         size when the window is shown for the first time).
15151         (prefs_account_basic_create): changed layout of serv_table; moved
15152         localmbox_entry above smtpserv_entry (logically it replaces
15153         POP3/IMAP server).
15154         (prefs_account_protocol_activated): set sensitivity of
15155         nntpauth_chkbtn according to the protocol (in addition to
15156         hide/show); commented out gtk_table_set_row_spacing() calls.
15157         (prefs_account_nntpauth_toggled): do nothing if nntpauth_chkbtn is
15158         not sensitive (fixes a bug with disabled username/password boxes
15159         when editing POP3 account after NNTP with authentication).
15160
15161 2001-05-02 [hoa]
15162
15163         * src/account.c
15164         * src/inc.c
15165         * src/prefs_account.[ch]
15166         * src/send.c
15167                 removed local account without SMTP server
15168                 added option to use mail command instead of a connexion
15169                 to SMTP server when a local account is used
15170         * src/prefs_headers.c
15171                 fixed a bug
15172         * src/news.c
15173                 fixed a bug when connexion immediately closed
15174
15175 2001-05-01 [alfons]
15176
15177         0.4.66claws1
15178         
15179         * sync with 0.4.65
15180
15181 2001-05-01 [sergey]
15182
15183         * src/prefs_account.c (Basic, prefs_account_basic_create): new
15184         widget nntpauth_chkbtn.
15185         (prefs_account_protocol_activated): handle nntpauth_chkbtn
15186         visibility.
15187         (prefs_account_nntpauth_toggled): new function.
15188
15189         * src/news.c (news_session_new_for_folder): use NNTP
15190         authentication only if ac->use_nntp_auth is set.
15191
15192 2001-05-01 [hoa]
15193
15194         * src/Makefile.am changed headers.[ch] in customheader.[ch]
15195         * src/prefs_display_headers.c changed the UI
15196         * src/prefs_headers.c changed account_name to account_id
15197         * src/compose.c using customheader.h
15198
15199 2001-05-01 [hiroyuki]
15200
15201         * src/esmtp.c
15202           src/news.c
15203           src/nntp.c: changed sock_read() to sock_gets(), they've been left
15204           unsynched.
15205
15206 2001-05-01 [hoa]
15207
15208         * src/Makefile.am added prefs_display_headers.[ch] headers_display.[ch]
15209         * src/defs.h added HEADERS_DISPLAY_RC : name of the config file
15210                 for displaying of headers
15211         * src/grouplist_dialog.[ch] minor changes to remove warnings
15212         * src/prefs_display_headers.[ch] dialog to choose the
15213         headers to display in the mail viewer.
15214         * src/headers.h correction of #define
15215         * src/headers_display.[ch] configuration for displaying of headers.
15216         * src/main.c read config of displaying of headers
15217         * src/prefs_common.c add a button to access the config dialog
15218                 for displaying of headers
15219         * src/prefs_display_headers.[ch] dialog for configuration for
15220                 displaying of the headers.
15221         * src/prefs_headers.c cleaning of code
15222         * src/procheader.c comments added to code
15223         * src/textview.c changes to reorder the headers depending
15224                 on the config for displaying of headers
15225
15226 2001-04-30 [alfons]
15227
15228         0.4.65claws7
15229
15230         * sync with 0.4.65cvs12
15231
15232         NOTE: nntp.c and news.c in claws and cvs branch differ significantly!
15233
15234 2001-04-30 [sergey]
15235
15236         * src/nntp.h (NNTPSockInfo): new field auth_failed.
15237
15238         * src/nntp.c (nntp_mode): return NN_AUTHREQ if sock->auth_failed
15239         is set to force reconnection after authentication failure.
15240         (nntp_gen_command): set sock->auth_failed on authentication
15241         failure, or if sock->userid and sock->passwd are not set.
15242
15243         * src/news.c (news_session_new_for_folder): set userid=NULL if
15244         password dialog is cancelled.
15245
15246 2001-04-30 [sergey]
15247
15248         * src/nntp.h (NNTPSockInfo): new type.
15249
15250         * src/nntp.c: all functions updated to use NNTPSockInfo instead of
15251         SockInfo.
15252         (nntp_open_auth, nntp_close): new functions.
15253         (nntp_gen_command): new function to handle authentication; all
15254         NNTP command functions updated to use it.
15255         (nntp_authinfo_user, nntp_authinfo_pass): deleted.
15256         (nntp_list): removed old useless code.
15257
15258         * src/news.h (NNTPSession): new field nntp_sock.
15259
15260         * src/news.c: all functions updated to use NNTPSockInfo instead of
15261         SockInfo.
15262         (news_session_new): new arguments (userid, passwd); made static;
15263         use nntp_open_auth() if needed.
15264         (news_session_destroy): use nntp_close() instead of sock_close().
15265         (news_query_password): changed arguments.
15266         (news_session_new_for_folder): new function.
15267         (news_session_get): use news_session_new_for_folder().
15268         (news_authenticate): deleted.
15269         (news_get_uncached_articles): removed old authentication code.
15270
15271 2001-04-30 [sergey]
15272
15273         * src/news.c: reverted my previous changes (need to do NNTP
15274         authentication in a cleaner way).
15275         
15276 2001-04-29 [sergey]
15277
15278         * src/news.c (news_nntp_group, news_nntp_list, news_nntp_xover,
15279         news_nntp_post, news_nntp_mode): new functions (wrappers with
15280         authentication support).
15281         (news_get_article_cmd, news_get_article, news_get_header): new
15282         argument "folder"; all callers changed.
15283         (news_get_article_cmd): added authentication support.
15284         (news_session_get): use news_nntp_mode() instead of nntp_mode().
15285         (news_post): use news_nntp_post() instead of nntp_post().
15286         (news_get_uncached_articles): use news_nntp_group() instead of
15287         nntp_group() and news_nntp_xover() instead of nntp_xover();
15288         removed old authentication code.
15289         (news_get_group_list): use news_nntp_list() instead of nntp_list().
15290
15291         * src/nntp.c (nntp_list): return real error code instead of
15292         hardcoded NN_ERROR.
15293
15294 2001-04-29 [sergey]
15295
15296         * configure.in: fixed wint_t typedef detection again
15297
15298 2001-04-28 [hoa]
15299
15300         * src/prefs_account.[ch], added A_LOCAL_CMD
15301                 (send mail with mail command)
15302         * src/send.c added function send_message_with_command()
15303         * src/inc.c made a more secure get_spool() function with
15304                 mktemp() but maybe mkstemp() or something more
15305                 secure can be used.
15306
15307 2001-04-28 [alfons]
15308
15309         * src/textview.c, colorization of email addresses in headers
15310
15311         0.4.65claws6
15312
15313         * bug sync with sylpheed
15314         * prefs_common.c: created date format ui for darko
15315         * sync with 0.4.65cvs11
15316         * configure.in: corrected to have the new gpg checks
15317
15318 2001-04-27 [alfons]
15319
15320         * completed sync with 0.4.65cvs10
15321         * minor debug things added to gtkstext.c
15322
15323 2001-04-27 [darko]
15324
15325         * configure.in: remove check for availability of
15326           strftime() as advised by Hiroyuki
15327         * src/prefs_common.[ch], src/procheader.c:
15328           synch strftime() code with Hiroyki's main branch
15329
15330 2001-04-26 [sergey]
15331
15332         * src/news.c: news_query_password(), news_authenticate(): new
15333           functions.
15334           news_get_uncached_articles(): added NNTP authentication
15335           handling.
15336         * src/nntp.[ch]: nntp_authinfo_user(), nntp_authinfo_pass():
15337           new functions.
15338         * src/prefs_account.c: prefs_account_protocol_activated():
15339           enable userid and password fields for NNTP.
15340
15341 2001-04-26
15342
15343         * configure.in: check for availability of strftime()
15344           [darko]
15345         * src/prefs_common.[ch], src/procheader.c: use
15346           strftime() for displaying date in summary pane if it
15347           is available
15348
15349 2001-04-25
15350
15351         * more .cvsignore cleanups [alfons]
15352
15353 2001-04-25
15354
15355         * ac/sv-check-type.m4: new autoconf macro.
15356         * configure.in: fixed wint_t typedef detection (did not work
15357           with gcc-2.96).
15358
15359 2001-04-25
15360
15361         * acconfig.h: added USE_GTKGDK_XIM definition for autoheader.
15362           [hiroyuki]
15363
15364 2001-04-24
15365         * modified gtkstext.c : buggy cursor navigation fixed, 
15366           and font descent also taken in account when drawing
15367           cursor. [alfons]
15368
15369 2001-04-24 [hoa]
15370         * added comments in src/news.c src/nntp.c
15371         * added src/prefs_headers.[ch]
15372         * added src/headers.[ch]
15373         * modified compose.c to activate custom headers
15374                 added function is_in_custom_headers
15375         * modified prefs_account.[ch]
15376                 added function prefs_account_customhdr_edit
15377         * modified src/defs.h :
15378                 added HEADERS_RC : name of the config file
15379                 for the custom headers
15380
15381 2001-04-24
15382
15383     0.4.65claws5
15384
15385         * configure.in
15386           src/gtkstext.[ch]
15387           src/compose.c
15388           src/Makefile.am
15389           
15390           added gtkstext with configure.in patch by Hiroyuki which
15391           should fix the XIM detection [alfons]
15392
15393         * more clean up of cvs [alfons]
15394
15395                  * removed all Makefile.in files to attic.
15396
15397                  * updated all .cvsignores to really ignore things that could
15398                    be unintentionally committed by a recursive commit.
15399
15400 2001-04-23 [hoa]
15401         * added src/grouplist_dialog.[ch]
15402         * changed src/folderview.c to call grouplist_dialog instead
15403                 of inputdialog
15404         * src/news.c :
15405                 added functions news_reset_group_list
15406                 and news_get_group_list
15407         * src/nntp.c :
15408                 added function nntp_list
15409         * src/defs.h :
15410                 added GROUPLIST_FILE : name of the newsgroup list cache file
15411
15412 2001-04-21
15413
15414         * added option to warn about queued messages on exit [sergey]:
15415
15416           * src/compose.c: compose_queue(): call folder_item_scan()
15417             and folderview_update_item() after queueing.
15418           * src/folderview.c: folderview_update_node(): draw the queue
15419             folder in bold font if there are queued messages.
15420           * src/mainwindow.c: queued_messages(): new function.
15421             app_exit_cb(): display warning if there are queued messages
15422             if warn_queued_on_exit is set.
15423           * prefs_common.[ch]: add warn_queued_on_exit option.
15424
15425         * enhanced GnuPG key selection support [sergey]:
15426
15427           * src/select-keys.c: updated to newer version from Win32
15428             branch with support for selecting arbitrary keys.
15429           * src/prefs_account.c: added the Privacy tab to the account
15430             options window.
15431             prefs_account_privacy_create(),
15432             prefs_account_sign_key_set_data_from_radiobtn(),
15433             prefs_account_sign_key_set_radiobtn(): new functions.
15434           * src/prefs_account.h: new preferences sign_key_type, sign_key_id.
15435           * src/rfc2015.c: set_signers(): new function.
15436             pgp_sign(): add the account parameter, call set_signers().
15437             rfc2015_sign(): add the account parameter, pass it to pgp_sign().
15438           * src/rfc2015.h: rfc2015_sign(): updated prototype.
15439           * src/compose.c: pass the current account to rfc2015_sign().
15440
15441         * tag name claws added to prevent confusion with main branch [alfons]
15442
15443         * Sync with sylpheed-0.4.65cvs4 and made it compile. [sergey]
15444
15445         * autogen.sh: Added "--enable-maintainer-mode". [sergey]
15446
15447         * sync with recent sylpheed cvs. Untested though. [alfons]
15448