0.8.11claws60
[claws.git] / ChangeLog.claws
1 2003-03-27 [christoph]  0.8.11claws60
2
3         * src/folder.c
4         * src/imap.c
5         * src/common/socket.[ch]
6                 set socket state to DISCONNECTED when any operation
7                 fails to allow reconnecting in IMAP code without
8                 checking the return code of all calls to the command
9                 functions
10
11         * src/folderview.c
12         * src/summaryview.c
13                 remove some more stuff that depends on specific
14                 folder types
15
16 2003-03-27 [paul]       0.8.11claws59
17
18         * sync with 0.8.11cvs14
19                 see ChangeLog 2003-03-27
20                 
21         * src/selective_download.[ch]   ** REMOVED **
22                 really removed
23
24 2003-03-27 [christoph]  0.8.11claws58
25
26         * src/folder.c
27                 fix handling of tmp_flags in flag copy function
28
29 2003-03-27 [paul]       0.8.11claws57
30
31         * sync with 0.8.11cvs13
32                 see ChangeLog 2003-03-27
33
34 2003-03-27 [oliver]     0.8.11claws56
35
36         * src/maiwindow.c
37                 remove sel_download_cb
38
39 2003-03-27 [oliver]     0.8.11claws55
40         
41         * src/inc.c
42                 remove POP3_TOP
43         
44 2003-03-26 [oliver]     0.8.11claws54
45
46         *src/pop.h
47                 remove POP3_TOP*
48         * README.claws
49                 remove selective donwload readme
50
51 2003-03-26 [oliver]     0.8.11claws53
52         * src/matcher.[ch]
53         * src/matcher_parser_parse.y 
54         * src/pop.c 
55         * src/prefs_account.[ch]
56         * src/prefs_filtering.c
57                 remove selective donwload
58
59 2003-03-26 [oliver]     0.8.11claws52
60
61         * src/inc.[ch] 
62         * src/filtering.c 
63         * src/mainwindow.c 
64                 remove selective donwload
65
66 2003-03-26 [oliver]     0.8.11claws51
67         
68         * src/Makefile.am
69         * src/selective_download.[ch]   ** REMOVE **    
70
71 2003-03-26 [christoph]  0.8.11claws50
72
73         * src/news.c
74                 fix NEWS that got broken by a sync with sylpheed-main
75
76 2003-03-26 [christoph]  0.8.11claws49
77
78         * src/mimeview.c
79                 fix mime type guessing when no mime type is found for a file
80
81 2003-03-25 [christoph]  0.8.11claws48
82
83         * src/mimeview.c
84         * src/procmime.c
85                 remove mime type guessing from mime parser and use
86                 name based mime types in viewer lookup for mime type
87                 application/octet-stream
88
89 2003-03-25 [christoph]  0.8.11claws47
90
91         * doc-src/readme.txt
92         * doc-src/rfc2554.txt
93                 add RFC about SMTP AUTH
94
95         * src/send_message.c
96         * src/common/smtp.[ch]
97                 add extra error code for authentication errors and
98                 clear temporary password when this error occurs
99
100         (closes Bug 84 authentication failure while sending should
101          prompt for password again)
102
103 2003-03-25 [christoph]  0.8.11claws46
104
105         * configure.ac
106         * src/Makefile.am
107         * src/imageview.[ch]                            ** REMOVE **
108         * src/messageview.[ch]
109         * src/mimeview.[ch]
110         * src/prefs_common.[ch]
111         * src/textview.c
112         * src/plugins/Makefile.am
113         * src/plugins/image_viewer/.cvsignore           ** NEW **
114         * src/plugins/image_viewer/Makefile.am          ** NEW **
115         * src/plugins/image_viewer/plugin.c             ** NEW **
116         * src/plugins/image_viewer/viewer.[ch]          ** NEW **
117                 move image viewer into a plugin (building is enabled by default)
118                 [ToDo: Prefs for resize and autoview]
119
120 2003-03-25 [paul]       0.8.11claws45
121
122         * sync with 0.8.11cvs12
123                 see ChangeLog 2003-03-26
124
125 2003-03-25 [paul]       0.8.11claws44
126
127         * sync with 0.8.11cvs11
128                 see ChangeLog 2003-03-22, 2003-03-24 and 2003-03-25
129                 
130         Note: Selective Download is broken.
131                 
132 2003-03-22 [christoph]  0.8.11claws43
133
134         * src/folder.c
135                 code cleanup for flags copying
136
137 2003-03-22 [christoph]  0.8.11claws42
138
139         * src/plugins/trayicon/trayicon.c
140                 fix setting the transparent area when the window size
141                 is forced by the system tray
142
143 2003-03-22 [christoph]  0.8.11claws41
144
145         * src/plugins/trayicon/gnome-mail.xpm           ** REMOVE **
146         * src/plugins/trayicon/gnome-nomail.xpm         ** REMOVE **
147         * src/plugins/trayicon/newmail.xpm              ** NEW **
148         * src/plugins/trayicon/nomail.xpm               ** NEW **
149         * src/plugins/trayicon/trayicon.c
150         * src/plugins/trayicon/unreadmail.xpm           ** NEW **
151                 o replace GBiff icons with KBiff icons resized to 16x16 pixel
152                 o add icon for unread mails
153                 o set transparency for window
154
155 2003-03-22 [christoph]  0.8.11claws40
156
157         * src/news.c
158                 init news session to prevent crash when session is closed
159
160 2003-03-22 [christoph]  0.8.11claws39
161
162         * src/imap.c
163         * src/common/session.[ch]
164                 Init session data to make sure we don't have invalid pointers
165                 for read_ch and write_ch when new multi process sessions are
166                 not used
167
168         * src/main.c
169         * src/common/plugin.c
170         * src/common/sylpheed.c
171         * src/plugins/demo/demo.c
172         * src/plugins/dillo_viewer/dillo_viewer.c
173         * src/plugins/mathml_viewer/mathml_viewer.c
174         * src/plugins/spamassassin/spamassassin.c
175         * src/plugins/spamassassin/spamassassin_gtk.c
176                 add plugin types to allow loading plugins at different times
177                 (and maybe for different frontends), because it's not good to
178                 load GTK-Plugins gefore gtk_init was called
179
180         * configure.ac
181         * src/plugins/Makefile.am
182         * src/plugins/trayicon/.cvsignore               ** NEW **
183         * src/plugins/trayicon/Makefile.am              ** NEW **
184         * src/plugins/trayicon/eggtrayicon.c            ** NEW **
185         * src/plugins/trayicon/eggtrayicon.h            ** NEW **
186         * src/plugins/trayicon/gnome-mail.xpm           ** NEW **
187         * src/plugins/trayicon/gnome-nomail.xpm         ** NEW **
188         * src/plugins/trayicon/trayicon.c               ** NEW **
189                 New Trayicon plugin that shows an icon in a systray that uses
190                 XEMBED protocol like Gnome's systray. Icon shows if there
191                 are new mails and a tooltip shows information about new,
192                 unread and total messages.
193
194 2003-03-22 [paul]       0.8.11claws38
195
196         * src/common/smtp.c
197                 fix ESMTP AUTH CRAM-MD5
198                 [sync with main (still version 0.8.11cvs6), see
199                  ChangeLog 2003-03-22]
200
201 2003-03-21 [colin]      0.8.11claws37
202
203         * src/send_message.c
204                 Fix USE_SSL => USE_OPENSSL
205
206 2003-03-21 [colin]      0.8.11claws36
207
208         * src/folderview.c
209                 Fix counts in drag and dropped subfolders
210
211 2003-03-21 [colin]      0.8.11claws35
212
213         * src/folder.c 
214         * src/folderview.c
215                 speed up a bit folder dnd
216
217 2003-03-20 [alfons]     0.8.11claws34
218
219         * src/main.c
220         * src/toolbar.c
221         * src/procmsg.c
222                 don't send locked queue messages
223                 (feature request "[ 705245 ] Locking message in outbox 
224                  should prevent sending")
225
226 2003-03-20 [christoph]  0.8.11claws33
227
228         * src/folder.c
229                 remove NEW and UNREAD flag in special folders when scanning
230                 
231         * src/common/smtp.c
232                 fix ESMTP AUTH CRAM-MD5
233
234 2003-03-20 [paul]       0.8.11claws32
235
236         * src/prefs_account.c
237                 Re-write 'Tunnel command to open connection' as
238                 'Use command to communicate with server', and disable
239                 it for all except IMAP accounts
240
241 2003-03-20 [paul]       0.8.11claws31
242
243         * sync with 0.8.11cvs6
244                 see ChangeLog 2003-03-20
245
246 2003-03-19 [match]      0.8.11claws30
247
248         * src/addritem.[ch]
249                 include documentation. minor refactoring.
250         * src/addr_compl.[ch]
251         * src/addrindex.[ch]
252         * src/addresbook.[ch]
253         * src/summaryview.c
254                 re-enable address lookup (was disabled in
255                 0.8.11claws20).
256
257 2003-03-19 [christoph]  0.8.11claws29
258
259         * src/procmsg.c
260                 add temp flag handling, will make moving and copying
261                 messages possible again
262
263         * src/folder.c
264                 correct calulation of folder stats
265
266 2003-03-18 [match]      0.8.11claws28
267
268         * src/editgroup.h
269                 remove case sensitive comparison (closes bug 80).
270
271 2003-03-18 [christoph]  0.8.11claws27
272
273         * src/imap.c
274                 fix imap using a tunnel command
275
276         (closes bug 87)
277
278 2003-03-18 [christoph]  0.8.11claws26
279
280         * src/folder.[ch]
281         * src/imap.c
282         * src/procmsg.[ch]
283                 rewrite flag handling for folders
284
285 2003-03-18 [christoph]  0.8.11claws25
286
287         * src/folder.c
288         * src/procmsg.c
289         * src/summaryview.c
290                 unset NEW and UNREAD flags when message is ignored, to make
291                 sure messages don't show up as unread on other IMAP clients,
292                 because the IGNORE_THREAD flag can not be syncronized through
293                 the IMAP folder
294
295 2003-03-17 [christoph]  0.8.11claws24
296
297         * src/imap.c
298                 don't use recursion to fetch uids when the number of messages
299                 does not match. Moved code into subfunction that is used
300                 again when needed, to prevent an endless loop.
301
302 2003-03-17 [thorsten]   0.8.11claws23
303
304         * src/imageview.[ch]
305                 export imageview_get_resized_size() (for plugins)
306         * src/prefs_common.[ch]
307                 added prefs_common_get() (for plugins)
308
309 2003-03-17 [christoph]  0.8.11claws22
310
311         * src/imap.c
312                 o remove UID guessing from copy code
313                 o support UIDPLUS extension for APPEND command
314
315 2003-03-17 [paul]       0.8.11claws21
316
317         * src/gtk/about.c
318                 remove 'Compiled-plugins' section.
319                 
320         * src/plugins/dillo_viewer/dillo_viewer.c
321                 slight change to description text
322
323 2003-03-16 [match]      0.8.11claws20
324         * src/ldapserver.[ch]           ** NEW **
325         * src/ldapctrl.[ch]             ** NEW **
326         * src/ldapquery.[ch]            ** NEW **
327         * src/ldaputil.[ch]             ** NEW **
328         * src/addrcindex.[ch]           ** NEW **
329         * src/addrquery.h               ** NEW **
330         * src/addritem.[ch]
331         * src/addrcache.[ch]
332         * src/addrindex.[ch]
333         * src/addr_compl.[ch]
334         * src/addressbook.[ch]
335         * src/addrbook.[ch]
336         * src/editgroup.c
337         * src/editaddress.c
338         * src/editldap.c
339         * src/editldap_basedn.c
340         * src/vcard.c
341         * src/jpilot.c
342         * src/Makefile.am
343                 included dynamic LDAP queries. improved address
344                 completion.
345
346 2003-03-16 [paul]       0.8.11claws19
347
348         * tools/multiwebsearch.pl
349                 fix a fatal typo
350
351 2003-03-16 [christoph]  0.8.11claws18
352
353         * src/mimeview.c
354         * src/plugins/dillo_viewer/dillo_viewer.c
355         * src/plugins/mathml_viewer/mathml_viewer.c
356                 make unregistering of MimeViewerFactorys possible
357
358 2003-03-16 [alfons]     0.8.11claws17
359
360         * configure.ac
361                 correct typo
362
363 2003-03-16 [melvin]     0.8.11claws16
364
365         * src/plugins/dillo_viewer.c
366                 Fixed bug where it was not possible to view more than
367                 one text/html attachment per message (bug discovered
368                 by Christoph Hohmann).
369
370 2003-03-15 [melvin]     0.8.11claws15
371
372         * src/prefs_actions.c
373                 Fixed compilation warnings.
374
375 2003-03-15 [melvin]     0.8.11claws14
376
377         * src/plugins/Makefile.am
378         * src/plugins/dillo_viewer/.cvsignore                   ** NEW **
379         * src/plugins/dillo_viewer/Makefile.am                  ** NEW **
380         * src/plugins/dillo_viewer/dillo_viewer.c               ** NEW **
381                 Added a html mail viewer plugin that uses Dillo v0.7.0 or
382                 newer (http://dillo.auriga.wearlab.de/).
383
384 2003-03-15 [christoph]  0.8.11claws13
385
386         * src/imap.c
387                 don't query imap folder for attributes because we already
388                 for them from imap_status
389
390         * src/mimeview.[ch]
391                 add support for plugable MimeViewers (unloading Viewers
392                 not yet complete)
393
394         * src/plugins/Makefile.am
395         * src/plugins/mathml_viewer/.cvsignore          ** NEW **
396         * src/plugins/mathml_viewer/Makefile.am         ** NEW **
397         * src/plugins/mathml_viewer/mathml_viewer.c     ** NEW **
398                 add MathML Viewer (Content-Type text/mathml) using GtkMathView
399                 widget from http://helm.cs.unibo.it/mml-widget/
400
401 2003-03-14 [christoph]  0.8.11claws12
402
403         * src/folder.[ch]
404                 o error return code's should better be negative
405                 o replace printf with debug_print
406
407         * src/imap.c
408                 improve IMAP folder scan by checking UID-NEXT
409
410         * src/summaryview.c
411                 remove check that are unnecessary in my opinion
412
413 2003-03-13 [christoph]  0.8.11claws11
414
415         * src/folder.[ch]
416         * src/foldersel.c
417         * src/folderview.c
418         * src/imap.c
419         * src/mbox_folder.c
420         * src/mh.c
421         * src/news.c
422         * src/prefs_scoring.c
423         * src/summaryview.c
424                 use a common function to get a displayable name
425                 for a FolderItem
426
427 2003-03-13 [paul]       0.8.11claws10
428
429         * tools/Makefile.am
430           tools/README
431           tools/multiwebsearch.conf     ** NEW FILE **
432           tools/multiwebsearch.pl       ** NEW FILE **
433                 add multiwebsearch Actions script
434
435 2003-03-13 [colin]      0.8.11claws9
436
437         * src/compose.c
438                 Remove leading emtpy lines from quoted text
439                 before quoting it
440
441 2003-03-13 [melvin]     0.8.11claws8
442
443         * src/prefs_actions.c
444                 Fixed a memory leak
445                 Code clean ups
446                 Added Cancel and OK buttons
447                 Corrected help text
448
449 2003-03-13 [christoph]  0.8.11claws7
450
451         * src/account.c
452         * src/folder.[ch]
453         * src/imap.c
454         * src/mainwindow.c
455         * src/mbox_folder.c
456         * src/mh.c
457         * src/news.c
458         * src/setup.c
459                 replace more folder type stuff with folder class stuff
460
461 2003-03-13 [melvin]     0.8.11claws6
462
463         * src/prefs_actions.c
464                 Added new tokens:
465                 %u: user provided argument
466                 %h: user provided argument (hidden on input)
467                 %s: current text selection in the message view 
468
469 2003-03-13 [paul]       0.8.11claws5
470
471         * sync with 0.8.11cvs5
472                 see ChangeLog 2003-03-11, 2003-03-12
473
474 2003-03-12 [christoph]  0.8.11claws4
475
476         * src/folder.c
477                 use folder class idstr when writing folderlist.xml
478
479         * src/folder.h
480         * src/imap.c
481         * src/news.c
482                 replace folder type checks with folder class checks
483
484 2003-03-12 [christoph]  0.8.11claws3
485
486         * src/folder.[ch]
487         * src/imap.[ch]
488         * src/main.c
489         * src/mbox_folder.[ch]
490         * src/mh.[ch]
491         * src/news.[ch]
492                 o create a list of known folder classes in the folder system
493                 o use folder class id strings for folder item identifiers
494
495 2003-03-12 [christoph]  0.8.11claws2
496
497         * src/imap.c
498                 fix imap uid validity check
499
500 2003-03-12 [christoph]  0.8.11claws1
501
502         * src/account.c
503         * src/folder.[ch]
504         * src/foldersel.c
505         * src/folderview.c
506         * src/imap.c
507         * src/mainwindow.c
508         * src/mbox_folder.c
509         * src/mh.c
510         * src/news.c
511         * src/prefs_scoring.c
512         * src/procmsg.c
513         * src/setup.c
514         * src/summaryview.c
515                 initial restructuring of folder system, seperating
516                 folders and folder classes
517
518 2003-03-12 [paul]       0.8.11claws
519
520         0.8.11claws release
521
522 2003-03-12 [christoph]
523
524         * src/gtk/prefswindow.c
525                 fix translation of "Page Index"
526
527 2003-03-12 [paul]       0.8.10claws110
528
529         a sync from 0.8.11cvs4 before the release
530
531         * src/common/utils.c
532                 subject_compare_for_sort(): allow null strings (fixes
533                 summary sorting).
534
535 2003-03-11 [paul]       0.8.10claws109
536
537         * po/es.po
538                 update Spanish translation, submitted by
539                 Ricardo Mones Lastra
540
541 2003-03-11 [melvin]     0.8.10claws108
542
543         * po/fr.po
544                 Updated French translations
545
546 2003-03-11 [paul]       0.8.10claws107
547
548         * manual/en/Makefile.am
549           manual/en/*.html
550                 update English manual, add a new page
551                 updated by Francois Barriere <fbarriere@atmel.fr>
552                 
553         * po/bg.po
554           po/it.po
555           po/sr.po
556                 update Bulgarian, Italian, and Serbian translations
557                 submitted by George Danchev, Alessandro Maestri, and
558                 Urke MMI
559
560 2003-03-10 [paul]       0.8.10claws106
561
562         * src/gtk/about.c
563           src/gtk/prefswindow.c
564                 make some strings translatable
565
566 2003-03-10 [darko]      0.8.10claws105
567
568         * src/compose.c
569                 code cleanup to make Hiro happy
570
571 2003-03-10 [paul]       0.8.10claws104
572
573         * sync with 0.8.11cvs2
574                 see ChangeLog 2003-03-10
575
576 2003-03-09 [melvin]     0.8.10claws103
577
578         * src/textview.c
579                 textview_set_font(): fix for message display in
580                 UTF-8 locales (thanks to Sergey Vlasov).
581                 (was unintentionnaly reverted in 0.8.6claws6)   
582
583 2003-03-08 [darko]      0.8.10claws102
584
585         * src/compose.c
586                 fix infinite loop in wrapping as reported
587                 by happycactus
588                 obsoletes patch #696482
589
590 2003-03-08 [christoph]  0.8.10claws101
591
592         * src/imap.c
593                 add workaround for IMAP servers that do not
594                 support the "UID SEARCH UID" command
595
596 2003-03-07 [christoph]  0.8.10claws100
597
598         * src/plugins/spamassassin/spamassassin.[ch]
599         * src/plugins/spamassassin/spamassassin_gtk.c
600                 code cleanup
601
602 2003-03-07 [paul]       0.8.10claws99
603
604         * po/es.po
605                 updated Spanish translation, submitted by
606                 Ricardo Mones Lastra
607
608 2003-03-07 [christoph]  0.8.10claws98
609
610         * src/send.c
611                 fix in 0.8.10claws94 was wrong
612                 local delivery does not require escaping, remove escaping
613                 code to make signatures of mails with "." lines valid
614                 
615                 NOTE: requires that sendmail is executed with "-i" option,
616                       what is the default now, but has to be changed in all
617                       exsiting accounts)
618
619 2003-03-07 [paul]       0.8.10claws97
620
621         * sync with 0.8.11 release
622                 see ChangeLog 2003-03-07
623
624 2003-03-06 [paul]       0.8.10claws96
625
626         * src/compose.c
627                 revert commit 0.8.10claws92
628
629 2003-03-06 [paul]       0.8.10claws95
630
631         * src/folderview.c
632                 fix (solaris) bug 73, 'Crash when selecting top-level folder'
633
634         * src/gtkaspell.c
635                 fix bug 74, 'Crash opening editor window with pseudo-color
636                 display'
637                 
638         Patches submitted by Kevin Vigor <kevin@vigor.nu>
639
640 2003-03-06 [christoph]  0.8.10claws94
641
642         * src/send.c
643                 fix rfc2821 (4.5.2) violation in SMTP data sending,
644                 all lines starting with a period get an extra period
645                 inserted
646                 (found by Simon 'corecode' Schubert)
647
648 2003-03-06 [paul]       0.8.10claws93
649
650         * src/folderview.c
651                 if configured font can't be loaded fall back to gtk
652                 default. (with thanks to Christoph)
653                 
654                 closes long-standing bug 15 'Crashes on startup'
655
656 2003-03-06 [paul]       0.8.10claws92
657
658         * src/compose.c
659                 freeze text before autosave and thaw afterwards
660                 fixes bug 67 'autosave make re-rediting message crazy'
661
662 2003-03-06 [christoph]  0.8.10claws91
663
664         * src/compose.c
665                 ignore address comment in dupe check for Cc-list
666
667         (closes reopened bug 47 Replying to message strips name part of
668          e-mail addresses of Cc: lines)
669
670 2003-03-06 [paul]       0.8.10claws90
671
672         * src/Makefile.am
673                 remove reference to gtkxtext.h as its no longer in
674                 the repository
675
676 2003-03-06 [paul]       0.8.10claws89
677
678         * sync with 0.8.10cvs25
679                 see ChangeLog 2003-03-06
680
681 2003-03-06 [oliver]     0.8.10claws88
682         
683         * src/messageview.c
684                 remove include
685
686 2003-03-06 [oliver]     0.8.10claws87
687         
688         * src/folderview.c 
689                 remove changes introduced inclaws74
690         * src/messageview.c
691                 another attempt to sanely delete and update
692                 messages deleted in separate messageview
693
694 2003-03-05 [christoph]  0.8.10claws86
695
696         * src/summaryview.c
697                 check if "From" matches any account's address if
698                 addressbook completion of addresses is disabled too
699
700         (closes Bug 70 "Display recipient in from" doesn't check
701          folder's default account)
702
703 2003-03-05 [christoph]  0.8.10claws85
704
705         * src/compose.c
706         * src/common/utils.[ch]
707                 don't strip address comments when building Cc lists
708
709         (closes Bug 47 Replying to message strips name part of e-mail addresses
710          of Cc: lines)
711
712         * src/folder.c
713                 fix return value of copy function
714
715 2003-03-05 [christoph]  0.8.10claws84
716
717         * src/imap.c
718                 don't ask imap server for non rfc822 headers
719
720         (closes bug 71 IMAP FETCH asks for FROM header field twice)
721
722         * src/imap.c
723                 destroy session on socket error to allow reconnecting
724
725 2003-03-05 [christoph]  0.8.10claws83
726
727         * configure.ac
728                 fix building with gnome when no prefix is set
729
730         (closes bug 66 Gnome directory is set to NONE)
731
732 2003-03-05 [paul]       0.8.10claws82
733
734         * sync with 0.8.10cvs23
735                 see ChangeLog 2003-03-05
736
737 2003-03-04 [christoph]  0.8.10claws81
738
739         * src/folder.c
740                 o fix moving and copying when folder returns 0 for new
741                   message number
742                 o remove some code for single message copy and move
743                   operations and use functions for multiple messages
744
745         (closes bug 63 Strange behaviour MOVING messages from MH to IMAP)
746
747         * src/news.c
748                 remove unused include
749
750 2003-03-04 [paul]       0.8.10claws80
751
752         * src/gtk/about.c
753                 list 'Compiled plugins'
754
755 2003-03-03 [christoph]  0.8.10claws79
756
757         * src/news.[ch]
758                 have to multiply the percentage of the current fetch with
759                 the percentage that it has of the total fetch operation
760                 for correct values
761
762 2003-03-03 [christoph]  0.8.10claws78
763
764         * src/news.c
765                 fix calculation of expected lines for progress indicator
766
767 2003-03-03 [christoph]  0.8.10claws77
768
769         * src/summaryview.c
770         * src/common/utils.c
771                 fix segfault when opening the root news folder
772
773 2003-03-03 [christoph]  0.8.10claws76
774
775         * src/mainwindow.[ch]
776         * src/common/Makefile.am
777         * src/common/progressindicator.[ch]
778                 add UI independent progress indicator handling
779
780         * src/news.[ch]
781                 use new progress indicator for message info fetching
782
783         * src/common/hooks.h
784                 code cleanup
785
786 2003-03-03 [oliver]     0.8.10claws75
787
788         * src/toolbar.c
789         * src/compose.c
790                 removed commented code
791
792 2003-03-03 [oliver]     0.8.10claws74
793
794         * src/toolbar.[ch]
795                 cleanups and refactoring
796         * src/compose.[ch]
797                 compose_reply_mode reply & forwarding interface for
798                 toolbar buttons
799         * src/folderview.c
800                 act on messages marked for deletion in folderview_selected
801                 based on prefs_common.immediate_exec since a message might 
802                 have been deleted by messageview in a folder we are changing 
803                 to (does anybody understand what I'm on about ?)
804
805 2003-03-03 [oliver]     0.8.10claws73
806         
807         * src/messageview.[ch]
808                 new functions
809                 - messageview_delete: delete message shown in messagview
810                 - messageview_update_view: update messageview to currently 
811                   selected summaryview message
812                 - add separate messageview to msgview_list in order to update 
813                   toolbar to new toolbar style on the fly (TOOLBAR_NONE, TOOLBAR_ICON etc.)
814         * src/summaryview.[ch]
815                 summary_get_selection returns a list of selected msgs
816                 in summaryview
817         * src/mainwindow.c
818                 toolbar reply refactoring
819
820 2003-03-03 [paul]       0.8.10claws72
821
822         * sync with 0.8.10cvs21
823                 see ChangeLog 2003-03-03
824
825 2003-03-02 [christoph]  0.8.10claws71
826
827         * src/common/passcrypt.c
828                 use POSIX includes
829
830 2003-03-02 [christoph]  0.8.10claws70
831
832         * configure.ac
833         * src/prefs_account.c
834         * src/prefs_gtk.[ch]
835         * src/common/.cvsignore
836         * src/common/Makefile.am
837         * src/common/passcrypt.c                ** NEW **
838         * src/common/passcrypt.h.in             ** NEW **
839                 Implement password encryption in config files
840                 using unix encrypt and setkey functions. The crypt
841                 key can be set as a configure parameter. Old
842                 passwords will be converted if they do not begin
843                 with '!'
844
845 2003-03-02 [paul]       0.8.10claws69
846
847         * src/prefs_account.c
848                 fix compile error
849
850 2003-03-01 [thorsten]   0.8.10claws68
851
852         * po/el.po
853           po/hr.po
854           po/it.po
855           po/nl.po
856           po/sr.po
857           po/sv.po
858                 corrected format strings
859         * po/en_GB.po
860                 corrected headers
861                 (fix compile errors with GNU gettext-0.11.5)
862
863 2003-03-01 [oliver]     0.8.10claws67
864
865         * src/summaryview.c
866                 menu callbacks call toolbar_menu_reply
867
868 2003-03-01 [oliver]     0.8.10claws66
869
870         * src/mainwindow.c
871         * src/messageview.c
872                 menu callbacks call toolbar_menu_reply
873         * src/toolbar.[ch]
874                 callbacks from menu handled by toolbar_menu_reply
875
876 2003-03-01 [paul]       0.8.10claws65
877
878         * src/addressbook.c
879                 revert commit 0.8.10claws54 - breaks editing of
880                 addressbook.
881                 
882         * po/bg.po
883                 update Bulgarian translation, submitted by
884                 George Danchev
885
886 2003-02-28 [christoph]  0.8.10claws64
887
888         * src/account.c
889         * src/addressadd.c
890         * src/compose.c
891         * src/gtkaspell.c
892         * src/gtkxtext.h                ** REMOVE **
893         * src/imap.c
894         * src/matcher.[ch]
895         * src/mh.c
896         * src/news.c
897         * src/pine.c
898         * src/prefs_common.c
899         * src/prefs_matcher.c
900         * src/procheader.[ch]
901         * src/procmsg.[ch]
902         * src/toolbar.c
903         * src/common/ssl_certificate.c
904         * src/gtk/colorlabel.c
905         * src/gtk/menu.c
906                 o fix warnings
907                 o remove code obsoleted by new cache and folder system rework
908
909 2003-02-28 [oliver]     0.8.10claws63
910         
911         * src/toolbar.[ch]
912                 * fix bug where reply in Messageview replied to 
913                 Message displayed in summaryview
914                 (reportedd via ML by chinatinte at gmx dot ch)
915                 * fix bug where toolbar popups (WITH_QUOTE, WITHOUT_QOUTE)
916                 didn't work in separate MessageView Toolbar
917                 (wondering if anybody uses this at all ?)
918         * src/summaryview.[ch]
919                 use toolbar.c's toolbar_reply instead of summary_reply (removed)
920                 (generalize reply and forward code);
921         * src/messageview.c 
922                 remove focus_in event which updated summaryview to messageview
923
924 2003-02-28 [paul]       0.8.10claws62
925
926         * po/Makefile.in.in
927                 add the --check option
928                 Patch submitted by Ricardo Mones Lastra
929
930 2003-02-28 [paul]       0.8.10claws61
931
932         * src/prefs_account.c
933                 re-order 'Signature' items
934
935 2003-02-28 [paul]       0.8.10claws60
936
937         * sync with 0.8.10cvs20
938                 see ChangeLog 2003-02-28
939
940 2003-02-28 [paul]       0.8.10claws59
941
942         * po/POTFILES.in
943                 update to reflect recent movement of files
944
945 2003-02-28 [paul]       0.8.10claws58
946
947         * sync with 0.8.10cvs19
948                 see ChangeLog 2003-02-28
949
950 2003-02-27 [martin]     0.8.10claws57
951
952         * src/prefs_matcher.c 
953                 fix segfault in prefs_matcher_ok() when the
954                 last entry is deleted and prevents that the
955                 message "entry not saved" comes up after deleting
956                 an entry
957
958 2003-02-27 [martin]     0.8.10claws56
959
960         * src/prefs_filtering.c 
961                 fix segfault in prefs_filtering_ok() when the
962                 last entry is deleted and prevents that the
963                 message "entry not saved" comes up after deleting
964                 an entry
965
966 2003-02-27 [paul]       0.8.10claws55
967
968         * sync with 0.8.10cvs18
969                 see ChangeLog 2003-02-27
970
971 2003-02-27 [paul]       0.8.10claws54
972
973         * src/addressbook.c
974                 fix bug where the address book crashes with 
975                 multiple lookups.
976                 Patch [687729] submitted by David Frager 
977                 <dbfrager@users.sourceforge.net>
978
979 2003-02-25 [christoph]  0.8.10claws53
980
981         * src/Makefile.am
982         * src/colorlabel.[ch]           ** REMOVE **
983         * src/gtk/Makefile.am
984         * src/gtk/colorlabel.[ch]       ** NEW **
985                 move colorlabel files to gtk directory
986
987         * src/esmtp.[ch]                ** REMOVE **
988                 has been merged into smtp.[ch] in 0.7.5
989
990 2003-02-25 [christoph]  0.8.10claws52
991
992         * src/Makefile.am
993         * src/about.[ch]                ** REMOVE **
994         * src/gtk/Makefile.am
995         * src/gtk/about.[ch]            ** NEW **
996                 move about files to gtk directory
997
998 2003-02-25 [christoph]  0.8.10claws51
999
1000         * src/folder.c
1001                 some code optimization of folder scanning code
1002
1003         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx> 
1004
1005 2003-02-25 [christoph]  0.8.10claws50
1006
1007         * src/main.c
1008         * src/common/sylpheed.c
1009                 add command line parameter parsing to common code
1010
1011 2003-02-24 [christoph]
1012
1013         * Makefile.am
1014         * configure.ac
1015                 fix gnome prefix problems, the configure script now removed
1016                 `gnome-config --prefix` from `gnome-config --datadir`
1017                 and adds $(prefix} instead
1018
1019         (closes Bug 24 Makefile does not respect prefix when installing
1020          GNOME data)
1021
1022 2003-02-24 [christoph]  0.8.10claws49
1023
1024         * src/news.c
1025                 check for valid session before trying to authenticate
1026
1027         (closes Bug 60 crash if "authenticate on logon" is activated
1028          and newsserver-hostname is not valid)
1029
1030 2003-02-24 [melvin]     0.8.10claws48
1031
1032         * src/prefs_actions.c
1033                 Make sure all user's input is sent to the action and then
1034                 close the socket..
1035
1036 2003-02-23 [alfons]     0.8.10claws46
1037
1038         * src/summaryview.c
1039                 also wait cursor when deleting files
1040
1041 2003-02-23 [paul]
1042
1043         * tools/freshmeat_search.pl
1044           tools/google_search.pl
1045                 scripts should now work for any browser/browser command line
1046
1047 2003-02-22 [christoph]  0.8.10claws45
1048
1049         * src/procmsg.c
1050                 fix IMAP flag setting, IMAP flag is not handled correctly
1051                 anymore by the folder system and information about the
1052                 folder should not be saved in the MsgInfo (in my opinion)
1053
1054         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
1055
1056 2003-02-22 [christoph]  0.8.10claws44
1057
1058         * src/summaryview.c
1059                 fix spelling of "label" ;-)
1060
1061 2003-02-22 [thorsten]   0.8.10claws43
1062
1063         * src/mimeview.c
1064           src/prefs_common.[ch]
1065           src/procmime.[ch]
1066                 do not use description as attachment name
1067
1068 2003-02-22 [alfons]     0.8.10claws42
1069
1070         * src/summaryview.c
1071                 freeze/thaw folder item updates when changing color labels,
1072                 and put a wait cursors on
1073
1074 2003-02-22 [thorsten]   0.8.10claws41
1075
1076         * src/mimeview.c
1077                 save-all fixes: crash if invoked on multipart container,
1078                 mimeinfo access, pathseparators, error dialog
1079
1080 2003-02-21 [alfons]     0.8.10claws40
1081
1082         * src/prefs_gtk.c
1083                 remove unused var
1084
1085 2003-02-21 [colin]      0.8.10claws39
1086
1087         * src/send.c
1088                 Fix smtp logging
1089
1090 2003-02-21 [colin]      0.8.10claws38
1091
1092         * src/summaryview.c
1093                 Freeze/thaw folderItem updates when filtering messages 
1094                 via Tools/Filter messages
1095
1096 2003-02-21 [paul]       0.8.10claws37
1097
1098         * src/compose.c
1099                 revert commit 0.8.10claws26, there are ulterior motives
1100                 for users to set a Reply-To header when posting to
1101                 newsgroups
1102
1103 2003-02-21 [paul]       0.8.10claws36
1104
1105         * sync with 0.8.10cvs17
1106                 see ChangeLog 2003-02-21
1107
1108 2003-02-20 [christoph]  0.8.10claws35
1109
1110         * src/imap.c
1111                 IMAP UID fetch speedup using SEARCH
1112
1113         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
1114
1115         * src/imap.c
1116                 fix problem with UIDs in IMAP UID cache that no longer existed
1117
1118 2003-02-20 [christoph]  0.8.10claws34
1119
1120         * src/imap.c
1121         * src/procheader.c
1122         * src/procheader.h
1123                 IMAP header fetch speedup (fetch only headers cached in MsgInfo)
1124
1125         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
1126
1127         * src/imap.c
1128                 Rewrite imap_cmd_gen_recv use sock_getline instead
1129                 of sock_gets to avoid problems with too long reply
1130                 lines
1131     
1132 2003-02-20 [colin]      0.8.10claws33
1133         
1134         * src/prefs_account.c
1135                 Better wording
1136
1137 2003-02-20 [colin]      0.8.10claws32
1138
1139         * src/compose.c
1140                 Remove useless '&& !to_sender' 
1141
1142 2003-02-20 [darko]
1143
1144         * AUTHORS
1145                 change my e-mail address
1146
1147 2003-02-19 [colin]      0.8.10claws31
1148
1149         * src/prefs_common.c
1150                 X11 style colors for every configurable color
1151
1152 2003-02-19 [alfons]     0.8.10claws30
1153
1154         * src/prefs_gtk.[ch]
1155         * src/prefs_common.c
1156                 for color_new accept both plain integers and X11 style color
1157                 names (as found in /usr/lib/X11/rgb.txt)
1158
1159 2003-02-19 [paul]       0.8.10claws29
1160
1161         * src/mainwindow.c
1162                 add tooltips to online/offline button and account selector
1163                 button
1164
1165 2003-02-19 [paul]       0.8.10claws28
1166
1167         * src/folder.c
1168           src/news.c
1169           src/prefs_account.[ch]
1170           src/prefs_common.[ch]
1171                 move 'Maximum number of articles to download' to
1172                 account prefs.
1173                 clean up account prefs gui a little by hiding entries
1174                 rather then greying out entries
1175
1176 2003-02-19 [hiro]       0.8.10claws27
1177
1178         * src/common/utils.c
1179                 fix bug #54 'yesterdays date is displayed in the message 
1180                 summary window'
1181
1182 2003-02-19 [paul]       0.8.10claws26
1183
1184         * src/compose.c
1185                 fix bug reported in Feature Request [688596] 
1186                 'Reply-to header in news'
1187
1188 2003-02-18 [paul]       0.8.10claws25
1189
1190         * src/select-keys.c
1191                 add a 'List all keys' button to key selection dialog
1192
1193 2003-02-18 [colin]      0.8.10claws24
1194         
1195         * src/stock_pixmap.c
1196                 fix compile error
1197
1198 2003-02-18 [colin]      0.8.10claws23
1199
1200         * src/common/smtp.[ch]
1201           src/prefs_account.c
1202                 Try to starttls if it seems to be the only
1203                 way to authenticate a user
1204
1205 2003-02-18 [paul]       0.8.10claws22
1206
1207         * src/Makefile.am
1208           src/folderview.c
1209           src/stock_pixmap.[ch]
1210           src/pixmaps/drafts_close.xpm  ** NEW FILE **
1211           src/pixmaps/drafts_open.xpm   ** NEW FILE **
1212                 as a Drafts folder is a special folder allow it to have
1213                 its own unique icons
1214
1215 2003-02-18 [colin]      0.8.10claws21
1216
1217         * src/imap.c
1218                 Fix port selection when using starttls
1219
1220 2003-02-18 [paul]       0.8.10claws20
1221
1222         * src/mainwindow.c
1223           src/prefs_common.[ch]
1224                 make blue the default new mail colour
1225
1226 2003-02-18 [paul]       0.8.10claws19
1227
1228         * sync with 0.8.10cvs14
1229                 see ChangeLog 2003-02-18
1230
1231 2003-02-17 [jens]       0.8.10claws18
1232
1233         * src/common/md5.c
1234                 fixed a compile problem with gcc 3.3
1235                 works on 2.95.3 too (testet on PPC as it is big endian)
1236
1237 2003-02-17 [paul]       0.8.10claws17
1238
1239         * sync with 0.8.10cvs13
1240                 see ChangeLog 2003-02-17
1241
1242 2003-02-17 [paul]       0.8.10claws16
1243
1244         * sync with 0.8.10cvs12
1245                 see ChangeLog 2003-02-17
1246
1247 2003-02-16 [match]      0.8.10claws15
1248
1249         * src/addressbook.c
1250                 Eliminates reloading of address data when items
1251                 deleted or added. Applied submitted by
1252                 Luke Plant <lukeplant@softhome.net>
1253
1254 2003-02-16 [paul]       0.8.10claws14
1255
1256         * src/news.c
1257                 when a 'protocol error' is encountered disconnect from
1258                 the server. This means that the user can carry on viewing
1259                 other articles and doesn't have to either wait until the
1260                 server timesout or quit sylpheed.
1261                 Fixes bug #53 'Unable to read messages in newsgroups, 
1262                 displayed message doesn't change'
1263
1264 2003-02-15 [christoph]  0.8.10claws13
1265
1266         * src/imap.c
1267                 fix bug that stopped scanning of folders when an
1268                 IMAP folder was empty
1269
1270         (closes bug 46 stop scan messages in folders after empty folder)
1271
1272 2003-02-15 [paul]
1273
1274         * tools/Makefile.am
1275           tools/README
1276           tools/freshmeat_search.pl     ** NEW FILE **
1277           tools/google_search.pl        ** NEW FILE **
1278                 Add 2 Actions scripts which search freshmeat/google
1279                 for the selected text using the browser configured
1280                 in sylpheedrc.
1281                 
1282         Note: These scripts are very dependent on the format of the
1283         browser command and may not work on every occasion. Testing
1284         is welcome. 
1285
1286 2003-02-14 [alfons]     0.8.10claws12
1287
1288         * src/compose.c
1289                 fix breakage because of uninitialized account pointer.
1290                 please verify.
1291
1292 2003-02-14 [paul]       0.8.10claws11
1293
1294         * src/compose.c
1295           src/prefs_account.[ch]
1296           src/prefs_common.[ch]
1297                 move signature settings to Account Prefs
1298
1299 2003-02-14 [paul]       0.8.10claws10
1300
1301         * sync with 0.8.10cvs11
1302                 see ChangeLog 2003-02-14
1303
1304 2003-02-13 [thorsten]   0.8.10claws9
1305
1306         * src/news.c
1307                 revert news progressbar (GUI separation)
1308
1309 2003-02-13 [paul]       0.8.10claws8
1310
1311         * src/compose.c
1312                 make replies behave correctly, re: RFC 1036, Section 2.2.3,
1313                 paragraph 1
1314
1315 2003-02-13 [paul]       0.8.10claws7
1316
1317         * src/compose.[ch]
1318           src/summaryview.c
1319                 fix 'Follow-up and Reply-to' so that it creates a reply to
1320                 the newsgroup and the sender. If the message has the keyword
1321                 'poster' in the Followup-To header, all replies go to the
1322                 sender, re: RFC 1036, Section 2.2.3
1323                 rename all instances of 'ignore_replyto' to 'to_sender', both
1324                 were previously used, now we use just one.
1325
1326 2003-02-13 [paul]       0.8.10claws6
1327
1328         * sync with 0.8.10cvs9
1329                 see ChangeLog 2003-02-13
1330
1331 2003-02-13 [paul]       0.8.10claws5
1332
1333         * configure.ac
1334                 show which plugins are configured in the configure
1335                 output.
1336
1337 2003-02-12 [thorsten]   0.8.10claws4
1338
1339         * src/news.c
1340                 show progress while fetching news headers
1341
1342 2003-02-12 [christoph]  0.8.10claws3
1343
1344         * configure.ac
1345         * src/plugins/Makefile.am
1346                 use AM_CONDITIONAL to enable plugins, automake correctly
1347                 manages this when creating distdir
1348
1349 2003-02-12 [christoph]  0.8.10claws2
1350
1351         * ac/spamassassin.m4
1352         * src/plugins/spamassassin/Makefile.am
1353                 fix building SpamAssassin plugin without OpenSSL
1354
1355 2003-02-12 [paul]       0.8.10claws1
1356
1357         * ac/Makefile.am
1358           src/Makefile.am
1359           src/plugins/Makefile.am
1360                 fix failure of 'make release'
1361
1362 2003-02-12 [paul]       0.8.10claws
1363
1364         * 0.8.10claws released
1365
1366 2003-02-12 [paul]       0.8.9claws56
1367
1368         * po/bg.po
1369           po/es.po
1370           po/it.po
1371           po/ru.po
1372           po/sr.po
1373                 updated translations by George Danchev, Ricardo Mones Lastra,
1374                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively
1375                 
1376         * sylpheed.spec.in
1377                 Allow the building of RPMs by a regular user. Submitted
1378                 by Sergei Astanin
1379
1380 2003-02-11 [alfons]     0.8.9claws55
1381
1382         * src/colorlabel.c
1383                 don't use pixmaps for label color rect but draw rectangles
1384                 so we can respect the color map of palette based visuals
1385                 (fixes the long time crashes on Suns - thanks to Andreas
1386                 Engel and Steve O'Hara-Smith for testing)
1387
1388 2003-02-11 [christoph]  0.8.9claws54
1389
1390         * src/matcher_parser_parse.y
1391                 correct bug where filering rules of not existing folders in
1392                 matcherrc were added to global filtering
1393                 
1394         (closes Debian Bug #180253 - Directory's filter-rules are merged with
1395          main filter-rules after removing directory, http://bugs.debian.org/180253)
1396         
1397 2003-02-11 [paul]       0.8.9claws53
1398
1399         * sync with 0.8.10cvs7
1400                 see ChangeLog 2003-02-09
1401
1402 2003-02-11 [melvin]     0.8.9claws52
1403
1404         * po/fr.po
1405                 Updated French tranlsations
1406
1407 2003-02-10 [paul]       0.8.9claws51
1408
1409         * sylpheed.spec.in
1410                 correct --enable-openssl
1411                 Fix submitted by Sergei Astanin <asita@users.sourceforge.net>
1412
1413 2003-02-09 [martin]     0.8.9claws50
1414
1415         * src/prefs_matcher.c
1416                 fix segfault in prefs_matcher_substitute_cb() when
1417                 no row is selected
1418
1419 2003-02-09 [paul]       0.8.9claws49
1420
1421         * src/folderview.c
1422                 fix bug where a newsgroup folder's processing rules were
1423                 merged with the global filtering rules when the newsgroup
1424                 folder was deleted, causing some seriously bad results,
1425                 see <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=180253>
1426
1427 2003-02-08 [melvin]     0.8.9claws48
1428
1429         * src/compose.c
1430                 Corrected and modified an alert message.
1431
1432 2003-02-07 [paul]       0.8.9claws47
1433
1434         * src/folderview.c
1435                 fix bug where both an 'Account properties' window and a
1436                 'Folder properties' window were opened when clicking on
1437                 'Properties' in an NNTP or IMAP folder's popup menu.
1438
1439 2003-02-07 [paul]       0.8.9claws46
1440
1441         * sync with 0.8.10cvs6
1442                 see ChangeLog 2003-02-06
1443
1444 2003-02-06 [christoph]  0.8.9claws45
1445
1446         * src/mbox.c
1447                 freeze folder updates while importing mbox files
1448                 (closes bug 43 importing mbox took hours)
1449                 
1450         Patch submitted by Jens Rantil <jens.rantil@telia.com>
1451
1452 2003-02-06 [thorsten]   0.8.9claws44
1453
1454         * po/de.po
1455                 Updated german translations
1456
1457 2003-02-06 [thorsten]   0.8.9claws43
1458
1459         * src/news.h
1460                 use guint for message numbers (fix count in grouplist dialog)
1461
1462 2003-02-05 [paul]       0.8.9claws42
1463
1464         * sync with 0.8.10cvs2
1465                 see ChangeLog 2003-02-05
1466
1467 2003-02-04 [colin]      0.8.9claws41
1468
1469         * src/prefs_common.[ch]
1470           src/procmsg.c
1471           src/summaryview.c
1472                 Add an option to disable threading by subject
1473
1474 2003-02-04 [christoph]  0.8.9claws40
1475
1476         * src/inc.c
1477                 only abort fetching mails from multiple accounts when the
1478                 error is fatal and does not allow to check any more accounts
1479                 (currently only disk full error)
1480
1481         (closes bug 31 after POP3 error: "no such mail" Sylpheed does not
1482          receive mails for other accouts)
1483
1484 2003-02-04 [christoph]  0.8.9claws39
1485
1486         * src/folder.c
1487                 first add the new message to the cache, then
1488                 send the update notification
1489
1490         (closes bug 39 after sending message folderview doesnt get updated)
1491
1492 2003-02-04 [colin]      0.8.9claws38
1493
1494         * src/inc.c
1495                 _really_ fix this Connecting... status
1496
1497 2003-02-04 [paul]       0.8.9claws37
1498
1499         * sync with 0.8.10
1500                 see ChangeLog 2003-02-04
1501
1502 2003-02-04 [paul]       0.8.9claws36
1503
1504         * sync with 0.8.9cvs6
1505                 see ChangeLog 2003-02-03
1506
1507 2003-02-04 [paul]       0.8.9claws35
1508
1509         * po/pt_BR.po
1510                 updated by André Filipe de Assunção e Brito 
1511                 <bedecko@netsite.com.br>
1512
1513 2003-02-03 [thorsten]   0.8.9claws34
1514
1515         * po/de.po
1516                 Updated german translations
1517
1518 2003-02-02 [paul]       0.8.9claws33
1519
1520         * po/es.po
1521                 updated by Ricardo Mones Lastra
1522
1523 2003-02-02 [thorsten]   0.8.9claws32
1524
1525         * src/mh.c
1526                 Fix mh_get_msginfo() segfault if file is inaccessible
1527
1528 2003-01-31 [colin]      0.8.9claws31
1529
1530         * src/procheader.c
1531                 Fix last commit's bug
1532
1533 2003-01-31 [colin]      0.8.9claws30
1534
1535         * src/procheader.c
1536                 Missing a change for gpg-signed messages
1537
1538 2003-01-31 [paul]       0.8.9claws29
1539
1540         * src/pixmaps/gpg_signed.xpm    ** NEW FILE **
1541           src/procheader.c
1542           src/stock_pixmap.[ch]
1543           src/summaryview.c
1544                 indicate GnuPG signed messages by displaying an icon
1545                 in the Attachment column.
1546
1547 2003-01-31 [paul]       0.8.9claws28
1548
1549         * sync with 0.8.9cvs4
1550                 see ChangeLog 2003-01-31
1551
1552 2003-01-31 [alfons]     0.8.9claws27
1553
1554         * src/textview.c
1555                 tune URI parser to accept mailto URLs with a '?'
1556                 (patch from Ruslan Balkin)
1557
1558 2003-01-31 [colin]      0.8.9claws26
1559
1560         * src/summaryview.c
1561                 Fix a leak introduced in claws24
1562
1563 2003-01-31 [colin]      0.8.9claws25
1564
1565         * src/summaryview.c
1566                 Freeze/Thaw folder updates when deleting dups
1567
1568 2003-01-31 [colin]      0.8.9claws24
1569         
1570         * src/addr_compl.c
1571           src/summaryview.c
1572           src/msgcache.c
1573                 little speed improvements
1574
1575 2003-01-31 [colin]      0.8.9claws23
1576
1577         * src/summaryview.c
1578                 Fix segfault when forwarding nothing
1579                 Patch from "Ruslan N. Balkin" <baron@voices.ru>
1580                 
1581 2003-01-30 [paul]       0.8.9claws22
1582
1583         * sync with 0.8.9cvs3
1584                 see ChangeLog 2003-01-30
1585
1586 2003-01-30 [paul]       0.8.9claws21
1587
1588         * sync with 0.8.9cvs2
1589                 see ChangeLog 2003-01-30
1590
1591 2003-01-29 [paul]       0.8.9claws20
1592
1593         * sync with 0.8.9cvs1
1594                 see ChangeLog 2003-01-29
1595
1596 2003-01-28 [paul]       0.8.9claws19
1597
1598         * po/POTFILES.in
1599                 update to reflect changes. 
1600                 thanks to Ricardo Mones Lastra
1601
1602 2003-01-27 [christoph]  0.8.9claws18
1603
1604         * ac/openssl.m4
1605         * ac/spamassassin.m4
1606         * src/plugins/spamassassin/README
1607         * src/plugins/spamassassin/libspamc.[ch]
1608         * src/plugins/spamassassin/utils.[ch]
1609                 updated to latest libspamc
1610
1611 2003-01-27 [christoph]  0.8.9claws17
1612
1613         * src/folder.c
1614                 fix wrong use of procheader_get_header_fields
1615
1616 2003-01-27 [christoph]  0.8.9claws16
1617
1618         * src/news.c
1619         * src/prefs_account.[ch]
1620         * src/common/nntp.[ch]
1621                 allow to force authentication for NNTP servers
1622
1623         Patch submitted by Florian Mickler <dmk@d-labs.de>
1624
1625 2003-01-26 [paul]       0.8.9claws15
1626
1627         * src/summaryview.c
1628                 speed up of marking messages as read
1629                 patch submitted by Jens Rantil <ztyx@users.sourceforge.net>
1630
1631 2003-01-26 [christoph]  0.8.9claws14
1632
1633         * src/Makefile.am
1634         * src/mgutils.[ch]              ** REMOVE **
1635         * src/xml.[ch]                  ** REMOVE **
1636         * src/xmlprops.[ch]             ** REMOVE **
1637         * src/common/Makefile.am
1638         * src/common/mgutils.[ch]       ** NEW **
1639         * src/common/xml.[ch]           ** NEW **
1640         * src/common/xmlprops.[ch]      ** NEW **
1641                 move xml files to common directory
1642
1643 2003-01-26 [christoph]  0.8.9claws13
1644
1645         * src/plugins/spamassassin/spamassassin_gtk.c
1646                 only set gtk entry text if string is available
1647
1648 2003-01-26 [melvin]     0.8.9claws12
1649
1650         * src/description_window.c
1651                 Allow resizing of the window
1652                 Allow automatic horizontal scroll bar
1653                 Do not vertically expand and fill
1654
1655 2003-01-26 [christoph]  0.8.9claws11
1656
1657         * src/Makefile.am
1658         * src/gtkutils.[ch]             ** REMOVE **
1659         * src/common/sylpheed.c
1660         * src/gtk/Makefile.am
1661         * src/gtk/description_window.c
1662         * src/gtk/gtkutils.[ch]         ** NEW **
1663         * src/gtk/prefswindow.c
1664                 move gtkutils to gtk directory
1665
1666 2003-01-26 [paul]       0.8.9claws10
1667
1668         * src/summaryview.c
1669                 rename summary_unread_clicked() to summary_status_clicked()
1670
1671 2003-01-26 [melvin]     0.8.9claws9
1672
1673         * src/prefs_actions.c
1674                 Cosmetical changes to the help text
1675
1676 2003-01-26 [paul]       0.8.9claws8
1677
1678         * src/folder.[ch]
1679           src/mainwindow.c
1680           src/prefs_common.c
1681           src/prefs_sumamry_column.c
1682           summaryview.[ch]
1683                 rename the 'Unread' column to 'Status'
1684
1685 2003-01-25 [match]      0.8.9claws7
1686
1687         * src/mgutils.[ch]
1688                 removed reference to LDAP constants. removed error2string.
1689                 included functions to support LDAP dynamic queries.
1690         * src/syldap.h
1691                 moved LDAP constants here.
1692         * src/addressbook.c
1693         * src/addrindex.c
1694         * src/importldif.c
1695                 removed references to LDAP constants and references to
1696                 error2string.
1697
1698 2003-01-25 [paul]       0.8.9claws6
1699
1700         * src/summaryview.c
1701                 summary_thread_build(), summary_thread_init(): remove 
1702                 unneeded reference to summaryview->folder_item
1703
1704 2003-01-25 [christoph]  0.8.9claws5
1705
1706         * src/gtk/description_window.c
1707                 o allow description texts to expand over multiple columns
1708                 o translate all columns
1709         * src/prefs_actions.c
1710                 change syntax description to use new multi column feature
1711
1712         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
1713
1714 2003-01-25 [match]      0.8.9claws4
1715
1716         * src/vcard.c
1717                 fixed bug with Quoted-Printable
1718
1719 2003-01-25 [paul]       0.8.9claws3
1720
1721         * src/folder.[ch]
1722           src/summaryview.[ch]
1723                 implement per-folder collapsed/expanded threads setting
1724                 
1725         * src/prefs_common.c
1726                 remove global collapsed/expanded threads option
1727
1728 2003-01-25 [christoph]  0.8.9claws2
1729
1730         * po/POTFILES.in
1731                 add pluginwindow and prefswindow
1732         * src/compose.c
1733                 make send respond correctly to messages that could be added
1734                 to the queue folder, but the UID of the message is unknown
1735         * src/folder.c
1736         * src/imap.c
1737                 don't return guessed UIDs in imap_add_msg anymore. We return
1738                 0 to tell the folder system it was appened but the UID is
1739                 unknown. Folder system now get's the UID by scaning the folder
1740                 and searching the cache for the Message-ID
1741                 (closes bug #29 Messages queued, but not sent)
1742
1743 2003-01-25 [paul]       0.8.9claws1
1744
1745         * src/codeconv.c
1746                 conv_encode_header():  fix bug when long headers with 8-bit
1747                 characters are used, so that the encoded words are wrapped.
1748                 If the space in the original text falls on the wrap boundary,
1749                 it can be lost.
1750                 Patch by Sergey Vlasov.
1751                 
1752         * src/folderview.c
1753                  fix bug where a change to the sorting method or thread view
1754                  of a folder's messages is lost if simpify-subject is set and
1755                  toggled on or off.
1756                  Patch by Luke Plant.
1757
1758 2003-01-24 [paul]       0.8.9claws
1759
1760         * sylpheed-0.8.9claws released
1761         
1762         * Makefile.am
1763           sylpheed.spec.in
1764                 remove reference to 'INSTALL.jp'
1765
1766 2003-01-23 [paul]       0.8.8claws128
1767
1768         * po/es.po
1769           po/it.po
1770           po/ru.po
1771           po/sr.po
1772                 updated translations. submitted by Ricardo Mones Lastra,
1773                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively.
1774
1775 2003-01-23 [colin]      0.8.8claws127
1776
1777         * src/compose.c
1778                 Fix drafted and queued news articles re-edition
1779
1780 2003-01-23 [melvin]     0.8.8claws126
1781
1782         * po/fr.po
1783                 Updated French translations
1784
1785 2003-01-23 [colin]      0.8.8claws125
1786
1787         * src/inc.c
1788                 Fix "Connecting to..." status message
1789
1790 2003-01-22 [paul]       0.8.8claws124
1791
1792         * po/bg.po
1793                 updated by George Danchev
1794                 
1795         * src/folder.c
1796                 revert last commit [0.8.8claws111] as it breaks folder d'n'd
1797                 and folder deletion
1798
1799 2003-01-21 [paul]       0.8.8claws123
1800
1801         * po/bg.po
1802                 updated by George Danchev
1803                 
1804         * src/about.c
1805                 its now 2003
1806                 
1807         * src/toolbar.c
1808                 don't translate 'Separator'
1809                 
1810         * src/plugins/spamassassin/Makefile.am
1811                 add aspell to CPPFLAGS
1812                 
1813         * src/plugins/spamassassin/spamassassin.c
1814           src/plugins/spamassassin/spamassassin_gtk.c
1815                 set correct default for spamassassin_receive_spam
1816                 slightly re-word descriptions and some
1817                 other minor changes
1818
1819 2003-01-19 [alfons]     0.8.8claws122
1820                 
1821         * src/mimeview.c
1822                 mimeview_save_as(): we might as well show the file name for
1823                 the single case "Save As" too
1824
1825 2003-01-19 [alfons]     0.8.8claws121
1826
1827         * src/crash.c
1828                 change bug tracker URL to bugzilla URL
1829
1830 2003-01-19 [alfons]     0.8.8claws120
1831
1832         * src/mimeview.c
1833                 mimeview_save_all(): display name of file before overwriting;
1834                 continue saving all, even when one overwrite was cancelled
1835
1836 2003-01-19 [christoph]  0.8.8claws119
1837
1838         * src/summaryview.c
1839         * src/procmsg.[ch]
1840                 fix wrong usage of procmsg_find_children in summaryview
1841                 by using procmsg_update_unread_children instead of
1842                 summaryview_update_unread_children
1843
1844 2003-01-19 [christoph]  0.8.8claws118
1845
1846         * src/procmsg.c
1847                 fix infinite loop in procmsg_find_children
1848                  (closes bug #25 sylpheed crashes on delete.)
1849
1850         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
1851
1852 2003-01-19 [paul]       0.8.8claws117
1853
1854         * po/pt_BR.po
1855                 updated by Ivan Francolin Martinez
1856
1857 2003-01-18 [melvin]     0.8.8claws116
1858
1859         * src/prefs_actions.c
1860                 Removed syntax limitation of only one '&' at the end of command.
1861                         Now actions that contain '>/dev/null 2>&1' are possible.
1862
1863 2003-01-18 [melvin]     0.8.8claws115
1864
1865         * src/prefs_actions.c
1866                 Actions IO dialog: when the action ends
1867                 the "Close" button now has focus and [Escape] closes the
1868                 window.
1869
1870 2003-01-18 [christoph]  0.8.8claws114
1871
1872         * src/procmsg.c
1873                 o add debug output when MsgInfos are really freed
1874                 o free GSLists in procmsg_find_children and
1875                   procmsg_update_unread_children
1876
1877 2003-01-18 [christoph]  0.8.8claws113
1878
1879         * src/mainwindow.c
1880                 reorder Configuration menu
1881
1882 2003-01-18 [christoph]  0.8.8claws112
1883
1884         * src/compose.c
1885                 fix applying templates to forwarded messages
1886
1887         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
1888
1889 2003-01-17 [christoph]  0.8.8claws111
1890
1891         * src/folder.c
1892                 destroy folder items, when a folder item is removed
1893
1894 2003-01-17 [christoph]  0.8.8claws110
1895
1896         * src/folder.c
1897                 fix wrong folder stats update when ignored message is
1898                 deleted
1899
1900 2003-01-17 [colin]      0.8.8claws109
1901         
1902         * src/mainwindow.c
1903         * src/summaryview.c
1904                 Quicksearch bugfixes: 
1905                 - hide help button at startup if not extended
1906                 - switch to extended when looking for replies
1907
1908 2003-01-17 [paul]
1909
1910         * sync with 0.8.9 release
1911
1912 2003-01-17 [paul]       0.8.8claws108
1913
1914         * sync with 0.8.8cvs11
1915                 see ChangeLog 2003-01-17
1916
1917 2003-01-16 [colin]      0.8.8claws107
1918
1919         * src/procmsg.c
1920                 Changed encryption test to re-ask passphrase
1921                 if an encrypted message hasn't been decrypted
1922                 Fixes bug #5
1923
1924 2003-01-16 [christoph]  0.8.8claws106
1925
1926         * src/prefs_gtk.c
1927         * src/prefs_toolbar.c
1928         * src/gtk/prefswindow.h
1929         * src/plugins/spamassassin/spamassassin_gtk.c
1930                 remove page destroy function that is not used anymore
1931
1932 2003-01-16 [paul]       0.8.8claws105
1933
1934         * sync with 0.8.8cvs9
1935                 see ChangeLog 2002-01-16
1936
1937 2003-01-16 [colin]      0.8.8claws104
1938
1939         * src/compose.[ch]
1940                 Fix bug with autosaved drafts for IMAP, when draft
1941                 folder is specified - fixes bugzilla bug #20
1942
1943 2003-01-15 [paul]       0.8.8claws103
1944
1945         * src/compose.[ch]
1946           src/procmsg.c
1947                 store folder and message-id of message forwarding
1948                 in queue header and set forward flag after sending
1949
1950 2003-01-15 [paul]       0.8.8claws102
1951
1952         * sync with 0.8.8cvs8
1953                 see ChangeLog 2002-01-15
1954
1955 2003-01-15 [colin]      0.8.8claws101
1956
1957         * src/Makefile.am
1958                 Fix linking with GNU libiconv
1959
1960 2003-01-15 [darko]      0.8.8claws100
1961
1962         * src/pine.c
1963                 fix crash when importing pine address book
1964                 entry with an empty name (reported by DY
1965                 <dybulk at tri8.net>)
1966
1967 2003-01-14 [paul]       0.8.8claws99
1968
1969         * configure.in  ** REMOVED **
1970           configure.ac  ** NEW FILE **
1971                 rename configure.in to configure.ac, as it is now
1972                 preferred
1973
1974 2003-01-14 [melvin]     0.8.8claws98
1975
1976         * src/folderview.c
1977                 folderview_check_new(): More precise function description
1978
1979 2003-01-14 [melvin]     0.8.8claws97
1980
1981         * src/folderview.c
1982                 folderview_check_new(): return the number of new messages 
1983                         since last check.
1984         * src/inc.c
1985                 inc_account_mail(): Disable counting of new messages for IMAP
1986                         and NNTP until bug [19] and [14] are fixed.
1987
1988 2003-01-14 [paul]       0.8.8claws96
1989
1990         * sync with 0.8.8cvs6
1991                 see ChangeLog 2003-01-14
1992
1993 2003-01-13 [alfons]     0.8.8claws95
1994
1995         * src/textview.c
1996                 tune email address validation (c. 0.8.8claws89): if . is 
1997                 just one char away from @, the address is invalid too 
1998                 (correctly rejects addresses like foo@.com)
1999
2000 2003-01-13 [paul]       0.8.8claws94
2001
2002         * src/messageview.c
2003           src/toolbar.c
2004                 fixes to the Message View toolbar and menu:
2005                 fix non-functioning Forward button
2006                 make Reply button consider default_reply_list
2007                 remove 'Follow-up...' menu entry
2008                 add 'Forward' and 'Redirect' menu entries
2009
2010 2003-01-13 [melvin]     0.8.8claws93
2011
2012         * src/inc.c
2013                 Fixed typo that could make new messages count incorrect.
2014
2015 2003-01-13 [melvin]     0.8.8claws92
2016
2017         * src/folderview.[ch]
2018                 folderview_check_new(): return the number of new messages.
2019         * src/inc.c
2020                 Should fix bug [14] where new mail notification worked 
2021                         incorrectly with IMAP accounts.
2022                 inc_spool_account(): return number of new msgs, or -1 on error
2023                 inc_all_spool(): return number of new msgs
2024                 
2025 2003-01-13 [melvin]     0.8.8claws91
2026
2027         * src/prefs_actions.c
2028                 Justify help text.
2029
2030 2003-01-12 [thorsten]   0.8.8claws90
2031
2032         * src/common/prefs.c
2033                 close file before rename
2034
2035 2003-01-12 [alfons]     0.8.8claws89
2036
2037         * AUTHORS
2038                 add Christian Mertes
2039         * src/common/utils.[ch]
2040                 g_stricase_hash(), g_stricase_equal(): functions for 
2041                 case insensitive hash tables
2042         * src/textview.c
2043                 use top level domain names to validate email address, based
2044                 on a patch by Christian Mertes (thanks!), but changed 
2045                 implementation to use a hash table 
2046
2047 2003-01-12 [paul]       0.8.8claws88
2048
2049         * po/bg.po
2050                 updated by George Danchev
2051
2052 2003-01-12 [alfons]     0.8.8claws87
2053
2054         * src/summaryview.c
2055                 delete / execute performance: use new style folder update
2056
2057 2003-01-12 [paul]       0.8.8claws86
2058
2059         * sync with 0.8.8cvs5
2060                 see ChangeLog 2003-01-13 (!)
2061
2062 2003-01-12 [alfons]     0.8.8claws85
2063
2064         * src/filtering.c
2065         * src/matcher_parser_parse.y
2066                 prepare change_score filtering action
2067         * src/matcher.[ch]
2068                 give up const-correctness on functions that call non-const-correct functions;
2069                 several casts to gpointer in g_free();
2070                 add change_score;
2071
2072 2003-01-12 [christoph]  0.8.8claws84
2073
2074         * src/compose.c
2075                 fix 2 warnings
2076
2077         * src/gtk/prefswindow.[ch]
2078         * src/plugins/spamassassin/spamassassin_gtk.c
2079                 changed the call of the widget create function
2080                 for PrefsPages, because sometimes the widget
2081                 create function needs a widget that already has
2082                 been attached to a window (to create GDK pixmaps
2083                 for exmaple). So we simply pass the GtkWindow as
2084                 the second parameter now.
2085
2086         * src/main.c
2087         * src/mainwindow.c
2088         * src/prefs_toolbar.[ch]
2089                 rewrite Toolbar Preferences using the new
2090                 prefs window
2091
2092 2003-01-11 [alfons]     0.8.8claws83
2093
2094         * src/addressadd.c
2095                 fix crash when adding sender to addressbook because status bar
2096                 isn't there (the status bar doesn't seem to be used though,
2097                 but I'll let Match decide what to do with it)
2098
2099 2003-01-11 [colin]      0.8.8claws82
2100
2101         * src/main.c
2102           src/toolbar.c
2103                 Two useless changes reversed
2104
2105 2003-01-11 [colin]      0.8.8claws81
2106
2107         * src/mainwindow.c
2108           src/mainwindow.h
2109                 Add mainwindow_get_mainwindow()
2110         * src/alertpanel.c
2111           src/alertpanel.h
2112                 Add alertpanel_error_log() 
2113         * src/compose.c
2114           src/inc.c
2115           src/messageview.c
2116           src/toolbar.c
2117           src/main.c
2118           src/procmsg.c
2119                 Network errors get a View Log button
2120
2121 2003-01-10 [alfons]     0.8.8claws80
2122
2123         * src/prefs_toolbar.c
2124         * src/toolbar.c
2125                 use the translatable string for "Separator" as file name for
2126                 separator toolbar items (probably make this uppercase?)
2127
2128 2003-01-10 [alfons]     0.8.8claws79
2129
2130         * src/prefs_toolbar.c
2131                 put right A_SEPARATOR description string in "displayed
2132                 toolbar items list" so manually added separators are
2133                 saved correctly (bug #10, "Adding a separator to the main 
2134                 toolbar fails, entry in xml file is wrong")
2135
2136 2003-01-10 [christoph]  0.8.8claws78
2137
2138         * src/imap.c
2139                 o fix warnings
2140                 o use CAPABILITY to check if NAMESPACE is available
2141
2142 2003-01-10 [christoph]  0.8.8claws77
2143
2144         * src/imap.[ch]
2145                 apply UIDPLUS IMAP extension support patch
2146
2147         Patch submitted by Simon 'corecode' Schubert
2148
2149 2003-01-10 [paul]       0.8.8claws76
2150
2151         * src/folderview.c
2152                 a sync from main which fixes the news account folders'
2153                 Properties bug
2154
2155 2003-01-10 [christoph]  0.8.8claws75
2156
2157         * src/folder.c
2158                 don't accept 0 as a valid uid returned by copy and move
2159                 functions. 0 means the message was copied or moved but the
2160                 new uid could not be fetched. It is not an error condition
2161                 for the copy or move operation.
2162
2163 2003-01-10 [paul]       0.8.8claws74
2164
2165         * src/prefs_filtering.c
2166                 change English used in Alert when entry is not
2167                 saved.
2168                 
2169         * sync with 0.8.8cvs4
2170                 see ChangeLog 2003-01-10
2171
2172 2003-01-10 [darko]      0.8.8claws73
2173
2174         * src/pine.c
2175                 fix crash when importing address book entry
2176                 without a valid address
2177
2178 2003-01-09 [alfons]     0.8.8claws72
2179
2180         * src/inc.c
2181                 filtering performance: use new style folder update
2182
2183 2003-01-09 [christoph]  0.8.8claws71
2184
2185         * src/compose.c
2186         * src/gtk/menu.[ch]
2187                 fix wrong selecting of mime encoding type, when
2188                 opening property dialog of attachments in the
2189                 compose window. 7bit was always selected and that
2190                 destoryed files with 8bit data.
2191                 (closes bug #9 Sylpheed-claws destroys attachments when
2192                  changing MIME-types)
2193
2194 2003-01-09 [paul]       0.8.8claws70
2195
2196         * sync with 0.8.8cvs3
2197                 see ChangeLog 2003-01-09
2198
2199 2003-01-08 [alfons]     0.8.8claws69
2200         
2201         * src/addressadd.c
2202                 apply patch by Kim Schulz to fix build breakage
2203                 because of missing variable
2204
2205 2003-01-08 [paul]       0.8.8claws68
2206
2207         * sync with 0.8.8cvs2
2208                 see ChangeLog 2002-01-08
2209
2210 2003-01-08 [paul]       0.8.8claws67
2211
2212         * po/it.po
2213                 updated by Alessandro Maestri
2214                 
2215         * src/addressadd.c
2216                 when using 'Add sender to addressbook' allow
2217                 name to be edited and remarks to be entered
2218                 Patch submitted by Luke Plant
2219
2220 2003-01-08 [darko]      0.8.8claws66
2221
2222         * README.claws, src/summaryview.c
2223                 fix description for marked messages
2224
2225 2003-01-08 [paul]
2226
2227         * tools/Makefile.am
2228           tools/launch_phoenix  ** NEW FILE **
2229                 add script that enables using Phoenix as the default
2230                 web browser. 
2231                 Submitted by Mohammed Sameer <Uniball@linux-egypt.org>
2232                 
2233         * tools/OOo2sylpheed.pl
2234                 remove full path to sylpheed executable, just 'sylpheed'
2235                 will do
2236                 
2237         * tools/README
2238                 add launch_phoenix informtion and re-arrange and compress
2239                 the data a little
2240
2241 2003-01-07 [christoph]  0.8.8claws65
2242
2243         * src/folder.c
2244                 fix update for source folder when moving messages
2245         * src/procmsg.[ch]
2246         * src/summaryview.c
2247                 use function to set to_folder for message infos and
2248                 automatically update the op_count for old and new
2249                 folder
2250
2251 2003-01-07 [melvin]     0.8.8claws64
2252
2253         * src/prefs_actions.c
2254                 Fixed bug where an '%p' Action on a displayed image crashed 
2255                         Sylpheed
2256                 Code clean up (get rid of duplicated code and removed unnecessary 
2257                                 structure member)
2258
2259 2003-01-07 [christoph]  0.8.8claws63
2260
2261         * src/compose.c
2262         * src/folder.[ch]
2263         * src/folderview.c
2264         * src/import.c
2265         * src/inc.c
2266         * src/main.c
2267         * src/mainwindow.c
2268         * src/messageview.c
2269         * src/prefs_folder_item.c
2270         * src/procmsg.c
2271         * src/summaryview.c
2272         * src/toolbar.c
2273                 o remove all folder update triggering from the UI code. The folder
2274                   system should know much better when a folder needs an update.
2275                 o to prevent multiple updates in a row the folder updates can be
2276                   frozen for some time.
2277
2278                 Note: - Please verify that no updates are missing
2279                       - Check where freeze/thaws should be added
2280
2281 2003-01-07 [christoph]  0.8.8claws62
2282
2283         * src/prefs_actions.c
2284                 don't translate empty strings
2285
2286         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
2287
2288 2003-01-06 [christoph]  0.8.8claws61
2289
2290         * src/prefs_actions.c
2291                 mark strings for gettext
2292         * src/prefs_matcher.c
2293                 use new description window for Execute action and
2294                 match condition in Filtering
2295
2296         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
2297
2298 2003-01-06 [alfons]     0.8.8claws60
2299
2300         keep myself inspired to re-organize matcher part 8; 
2301         yes, more to come (I need to move out the descriptive
2302         text for actions to matcher.c, or at least make it not
2303         depend on the wicked ordering)
2304
2305         * src/prefs_matcher.c
2306                 add documentation so others may comprehend the
2307                 UI part of the conditions
2308                 
2309 2003-01-06 [christoph]  0.8.8claws59
2310
2311         * src/prefs_actions.c
2312                 use new description window for syntax help
2313         * src/gtk/description_window.c
2314                 fix display of descriptions with column count != 2
2315
2316         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
2317
2318 2003-01-06 [christoph]  0.8.8claws58
2319
2320         * src/quote_fmt.c
2321         * src/summaryview.[ch]
2322         * src/gtk/Makefile.am
2323         * src/gtk/description_window.[ch]       ** NEW **
2324                 use a generic window to display syntax descriptions
2325                 currently used in quote_fmt and summaryview (new description
2326                 for extended quick search)
2327
2328         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
2329
2330 2003-01-06 [paul]       0.8.8claws57
2331
2332         * sync with 0.8.8cvs1
2333                 see ChangeLog 2003-01-06
2334
2335 2003-01-06 [christoph]  0.8.8claws56
2336
2337         * src/mainwindow.c
2338         * src/prefs_gtk.[ch]
2339         * src/gtk/prefswindow.[ch]
2340         * src/plugins/spamassassin/spamassassin_gtk.c
2341                 o remove page management from prefswindow, pages
2342                   will be an argument to prefswindow_open
2343                 o prefswindow_open gets a datapointer that is
2344                   passed to the widget_create function to allow
2345                   creation of prefswindow for specific items
2346
2347 2003-01-06 [colin]      0.8.8claws55
2348         
2349         * src/summaryview.c
2350                 We don't want regexp in the reply-finder, 
2351                 because MIDs can contain !,$,. and so on
2352
2353 2003-01-06 [jens]       0.8.8claws54
2354
2355         * src/jpilot.c
2356                 fixed a wrong free in jpilot_read_db_files
2357
2358 2003-01-06 [alfons]     0.8.8claws53
2359
2360         re-organize matcher part 8; more to come
2361        
2362         * src/matcher.c
2363                 matcherprop_to_string(): put g_free()s before the
2364                 switch-case break to fix memleaks                
2365
2366 2003-01-06 [colin]      0.8.8claws52
2367
2368         * src/summaryview.c
2369                 cleanup & reply-finder now displays the first 
2370                 matching message
2371
2372 2003-01-05 [alfons]     0.8.8claws51
2373
2374         re-organize matcher part 7; more to come
2375
2376         * src/matcher.[ch]
2377                 fixes for constant correctness;
2378                 more documentation;
2379
2380 2003-01-05 [alfons]     0.8.8claws50
2381
2382         re-organize matcher part 6; more to come
2383         
2384         * src/matcher.[ch]
2385                 fixes for constant correctness;
2386                 more documentation;
2387         * src/filtering.c
2388                 fix for constant correctness
2389
2390 2003-01-05 [colin]      0.8.8claws49
2391
2392         * src/account.[ch]
2393                 Add account_get_reply_account function
2394         * src/compose.c
2395                 Use account_get_reply_account function 
2396         * src/summaryview.c
2397                 Basic reply-finder - click on the replied
2398                 icon gets you to the outbox using quick-search
2399
2400 2003-01-05 [paul]       0.8.8claws48
2401
2402         * src/prefs_common.c
2403                 small change to English
2404                 
2405         * src/prefs_filtering.c
2406                 prefs_filtering_action_select(): improve logic and uniformity
2407                 of gui
2408
2409 2003-01-05 [alfons]     0.8.8claws47
2410
2411         fine tune solution to focus problems (bug #7)
2412
2413         * src/mainwindow.c
2414                 mainwindow_focus_in_event(): remove grab event check
2415         * src/summaryview.c
2416                 summary_button_pressed(): move selection on right-click
2417                 too. we can't possibly move the selection back after
2418                 canceling a dialog, because gtk's incomplete focus 
2419                 management. whether this is a good solution, only time
2420                 will tell.
2421
2422 2003-01-05 [christoph]  0.8.8claws46
2423
2424         * src/imap.c
2425                 fix crash when no imap connection could be established
2426
2427 2003-01-05 [paul]       0.8.8claws45
2428
2429         * src/mainwindow.c
2430           src/sumamryview.c
2431           src/gtk/menu.[ch]
2432                 fix bug 605957 'shortcuts in popup-menu'
2433                 make user-defined shortcuts work
2434                 show shortcuts that are already defined
2435                 in the main menu
2436                 Patch submitted by Luke Plant
2437
2438 2003-01-05 [alfons]     0.8.8claws44
2439
2440         * src/mainwindow.c
2441                 focus_in_event handler should not select summary view row 
2442                 when another window (menu, dialog) grabbed for events 
2443                 (bug #7, "[0.8.8claws42] Message summary focus") 
2444
2445 2003-01-04 [christoph]  0.8.8claws43
2446
2447         * src/procmsg.c
2448                 update save folder after adding the sent message
2449                  (closes bug #6 Folder View doesn't refresh for "Sent"-messages)
2450
2451 2003-01-02 [christoph]  0.8.8claws42
2452
2453         * src/common/plugin.c
2454                 fix unloading of all plugins and unload
2455                 plugins in reverse order
2456                 
2457         * src/gtk/pluginwindow.c
2458                 implement function of load and unload button
2459
2460         * src/gtk/prefswindow.c
2461         * src/gtk/prefswindow.h
2462                 rename register function and add new unregister
2463                 function
2464
2465         * src/plugins/spamassassin/spamassassin_gtk.c
2466                 unregister prefs page and update for changes in
2467                 src/gtk/prefswindow.c
2468
2469 2003-01-02 [paul]       0.8.8claws41
2470
2471         * po/es.po
2472                 updated by Ricardo Mones Lastra
2473
2474 2003-01-02 [paul]
2475
2476         * tools/tb2sylpheed
2477                 fixes and improvements by Urke MMI
2478
2479 2003-01-02 [thorsten]   0.8.8claws40
2480
2481         * src/procmsg.c
2482                 fixed wrong return value
2483
2484 2003-01-02 [thorsten]   0.8.8claws39
2485
2486         * src/prefs.c
2487                 fixed printing wrong variable
2488
2489 2003-01-02 [thorsten]   0.8.8claws38
2490
2491         * src/prefs.c
2492                 fixed acessing members of freed pfile struct
2493
2494 2003-01-02 [thorsten]   0.8.8claws37
2495
2496         * src/procmsg.c
2497                 detect loops across several messages
2498                 as suggested by Christoph Hohmann
2499
2500 2003-01-01 [match]      0.8.8claws36
2501
2502         * src/addrindex.c
2503                 fixed another memory leak.
2504
2505 2003-01-01 [match]      0.8.8claws35
2506
2507         * src/jpilot.[ch]
2508                 fixed memory leaks. applied Doxygen comments.
2509
2510 2003-01-01 [thorsten]   0.8.8claws34
2511
2512         * src/procmsg.c
2513                 inhibit endless loop if msg references itself
2514                 (closes Bug [ 660477 ] Infinite loop in parent flag search)
2515
2516 2003-01-01 [christoph]  0.8.8claws33
2517
2518         * src/mainwindow.c
2519         * src/gtk/Makefile.am
2520         * src/gtk/pluginwindow.c                ** NEW **
2521         * src/gtk/pluginwindow.h                ** NEW **
2522                 add plugin window
2523
2524         * src/plugins/demo/demo.c
2525         * src/plugins/spamassassin/spamassassin.c
2526         * src/plugins/spamassassin/spamassassin_gtk.c
2527                 write better plugin descriptions
2528
2529 2002-12-31 [christoph]  0.8.8claws32
2530
2531         * src/gtk/prefswindow.c
2532         * src/plugins/spamassassin/spamassassin_gtk.c
2533                 some small improvements to GTK code
2534
2535 2002-12-31 [christoph]  0.8.8claws31
2536
2537         * src/plugins/spamassassin/spamassassin_gtk.c
2538                 enable folder select button
2539
2540 2002-12-31 [christoph]  0.8.8claws30
2541
2542         * src/mainwindow.c
2543         * src/gtk/Makefile.am
2544         * src/gtk/prefswindow.c                         ** NEW **
2545         * src/gtk/prefswindow.h                         ** NEW **
2546                 add new prefs window
2547
2548         * src/common/plugin.c
2549                 don't try to load empty config lines
2550         
2551         * src/plugins/spamassassin/Makefile.am
2552         * src/plugins/spamassassin/spamassassin.c
2553         * src/plugins/spamassassin/spamassassin.h       ** NEW **
2554         * src/plugins/spamassassin/spamassassin_gtk.c   ** NEW **
2555                 GTK config for SpamAssassin Plugin using
2556                 the new prefs window
2557
2558 2002-12-31 [paul]       0.8.8claws29
2559
2560         * po/POTFILES.in
2561                 remove obsolete entry 'src/menu.c'
2562
2563 2002-12-31 [alfons]     0.8.8claws28
2564
2565         * src/matcher.[ch]
2566         * src/matcher_parser_parse.y
2567         * src/prefs_matcher.c
2568                 add "ignore_thread" and "~ignore_thread" condition so it's
2569                 possible to make the actions / scoring operate on the ignore
2570                 thread flag
2571
2572 2002-12-31 [christoph]  0.8.8claws27
2573
2574         * src/addrbook.c
2575         * src/addrindex.c
2576         * src/folder.c
2577         * src/matcher.c
2578         * src/prefs_account.c
2579         * src/prefs_actions.c
2580         * src/prefs_customheader.c
2581         * src/prefs_display_header.c
2582         * src/prefs_gtk.c
2583         * src/procmime.c
2584         * src/toolbar.c
2585         * src/xmlprops.c
2586         * src/common/prefs.[ch]
2587                 extend prefs file handling for reading and automatic handling
2588                 of blocks. When reading prefs_set_block_label will automatically
2589                 move on to the block. When writing it will copy all other blocks
2590                 automatically
2591
2592         * src/common/plugin.c
2593                 Now loading plugin filenames from [Plugins] block in
2594                 sylpheed rc file
2595
2596 2002-12-30 [christoph]  0.8.8claws26
2597
2598         * src/common/hooks.[ch]
2599                 return abort status to caller of hooks_invoke
2600                 
2601         * src/inc.[ch]
2602                 invoke message filtering hook and stop
2603                 default handling when filter returns abort
2604
2605         * src/common/plugin.[ch]
2606         * src/plugins/demo/demo.c
2607                 modify plugin loader, because resolving symbols for strings
2608                 does not work correctly
2609         
2610         * configure.in
2611         * ac/spamassassin.m4                            ** NEW **
2612         * src/plugins/spamassassin/.cvsignore           ** NEW **
2613         * src/plugins/spamassassin/Makefile.am          ** NEW **
2614         * src/plugins/spamassassin/README               ** NEW **
2615         * src/plugins/spamassassin/libspamc.[ch]        ** NEW **
2616         * src/plugins/spamassassin/spamassassin.c       ** NEW **
2617         * src/plugins/spamassassin/utils.[ch]           ** NEW **
2618                 add spamassassin plugin, see src/plugins/spamassassin/README
2619                 for details
2620
2621 2002-12-29 [alfons]     0.8.8claws25
2622
2623         * src/mainwindow.c
2624                 when moving focus from a message view to the main 
2625                 window, don't forget to select the summary node
2626                 of the displayed message. should fix "[ 659103 ] 
2627                 focus-follows-mouse confuses sylpheed"
2628
2629 2002-12-29 [christoph]  0.8.8claws24
2630
2631         * src/Makefile.am
2632         * src/stringtable.[ch]          ** REMOVE **
2633         * src/common/Makefile.am
2634         * src/common/stringtable.[ch]   ** NEW **
2635                 move stringtable files to common directory
2636
2637 2002-12-29 [christoph]  0.8.8claws23
2638
2639         * src/Makefile.am
2640         * src/menu.[ch]                 ** REMOVE **
2641         * src/gtk/Makefile.am
2642         * src/gtk/menu.[ch]             ** NEW **
2643                 move menu files to gtk directory
2644
2645 2002-12-29 [match]      0.8.8claws22
2646
2647         * src/addressbook.c
2648         * src/syldap.c
2649                 moved UI specific code out of LDAP code into addressbook
2650                 UI code. fixed memory leak.
2651
2652 2002-12-29 [christoph]  0.8.8claws21
2653
2654         * src/folder.c
2655                 only check for IGNORED parent message when message is
2656                 not IGNORED itself
2657
2658 2002-12-29 [alfons]     0.8.8claws20
2659
2660         * src/summaryview.c
2661                 set gtksctree's anchor correct (immediate execute
2662                 changes the tree's layout, and anchor points at 
2663                 the incorrect row). fixes "[ 657233 ] multiple msg 
2664                 delete sometimes off by 1".
2665                 we probably have to look for more tree layout /
2666                 anchor glitches.
2667
2668 2002-12-29 [paul]       0.8.8claws19
2669
2670         * src/summaryview.c
2671                 fix bug [ 659054 ] incorrect sorting of 'From' column
2672                 when using 'display sender using address book'
2673                 thanks to Alfons and Luke Plant
2674
2675 2002-12-29 [christoph]  0.8.8claws18
2676
2677         * src/folder.c
2678         * src/procmsg.[ch]
2679                 check parent messages for IGNORE THREAD flag, when adding,
2680                 moving or copying messages to a folder
2681
2682 2002-12-27 [alfons]     0.8.8claws17
2683
2684         re-organize matcher part 5; more to come
2685
2686         * src/matcher.c
2687                 hash keywords in matchparser_tab 
2688
2689 2002-12-27 [alfons]     0.8.8claws16
2690
2691         re-organize matcher part 4; more to come
2692
2693         * src/matcher_parser.h
2694         * src/matcher_parser_lex.l
2695         * src/matcher_parser_parse.y
2696                 cleanup
2697
2698 2002-12-27 [alfons]     0.8.8claws15
2699
2700         re-organize matcher part 3; more to come
2701
2702         * src/matcher.[ch]
2703                 cleanup
2704
2705 2002-12-27 [alfons]     0.8.8claws14
2706
2707         re-organize matcher part 2; more to come but this should
2708         work. cc me if there are any regressions.
2709
2710         * src/matcher.h
2711                 add prototype for get_matchparser_tab_id()
2712         * src/matcher_parser_lex.l
2713                 look up keywords using matchparser_tab_id();
2714
2715 2002-12-27 [alfons]     0.8.8claws12
2716
2717         re-organize matcher part 1
2718
2719         * src/matcher.h
2720                 map yacc generated constants to sylpheed matcher constants
2721         * src/matcher.c
2722                 add function to find a matcher constant from a string
2723
2724 2002-12-27 [christoph]  0.8.8claws11
2725
2726         * src/compose.c
2727                 MENUITEM_ADD casts the 4th argument from integer to pointer
2728                 so it probably should not be a pointer, this means we
2729                 should use account id for it and not the account's pointer
2730
2731 2002-12-27 [paul]       0.8.8claws10
2732
2733         * src/mainwindow.c
2734                 remove unneeded 'GtkWidget *vbox'
2735                 
2736         * src/summaryview.c
2737                 further sync with 0.8.8 - make sort
2738                 by recipient work as expected
2739                 
2740         * NEWS
2741                 sync with 0.8.8
2742
2743 2002-12-27 [paul]       0.8.8claws9
2744
2745         * po/pt_BR.po
2746                 updated by Ivan F. Martinez
2747                 
2748 2002-12-27 [darko]      0.8.8claws8
2749
2750         * src/common/utils.c
2751                 added locked pattern to extended search
2752
2753 2002-12-27 [alfons]     0.8.8claws7
2754
2755         * src/prefs_matcher.[ch]
2756                 clean up
2757
2758 2002-12-26 [alfons]     0.8.8claws6
2759
2760         * src/matcher.[ch]
2761         * src/matcher_parser_lex.l
2762         * src/matcher_parser_parse.y
2763         * src/prefs_matcher.c
2764                 allow color label as a condition in the matcher
2765
2766 2002-12-26 [oliver]     0.8.8claws5
2767         
2768         * src/toolbar.c 
2769                 enable Addressbook for Main and Messageview
2770         * src/prefs_actions.c
2771                 enable actions in Messageview
2772
2773 2002-12-26 [christoph]  0.8.8claws4
2774
2775         * src/common/plugin.c
2776                 add a little debug output
2777         * configure.in
2778         * src/plugins/demo/Makefile.am
2779                 better use of automake
2780
2781 2002-12-26 [christoph]  0.8.8claws3
2782
2783         * src/Makefile.am
2784         * src/common/Makefile.am
2785                 fix "make distdir"
2786
2787 2002-12-26 [christoph]  0.8.8claws2
2788
2789         * configure.in
2790                 sort configure checks into common / gtk / plugins
2791         * po/POTFILES.in
2792                 add src/prefs_gtk.c
2793         * src/Makefile.am
2794                 add plugins SUBDIR
2795         * src/main.c
2796         * src/common/sylpheed.[ch]
2797                 added now sylpheed_done function for shutdown
2798         * src/common/Makefile.am
2799         * src/common/plugin.[ch]                ** NEW **
2800                 plugin loader and unloader
2801         * src/plugins/.cvsignore                ** NEW **
2802         * src/plugins/Makefile.am               ** NEW **
2803                 build plugins
2804         * src/plugins/demo/.cvsignore           ** NEW **
2805         * src/plugins/demo/Makefile.am          ** NEW **
2806         * src/plugins/demo/demo.c               ** NEW **
2807                 small demo plugin that installs a logtext hook and
2808                 outputs the log text to stdout
2809
2810 2002-12-26 [paul]       0.8.8claws1
2811
2812         * po/es.po
2813                 updated by Ricardo Mones Lastra
2814
2815 2002-12-26 [paul]       0.8.8claws
2816
2817         * 0.8.8claws released
2818
2819 2002-12-26 [paul]       0.8.7claws12
2820
2821         * po/bg.po
2822                 updated by George Danchev
2823
2824 2002-12-26 [paul]       0.8.7claws11
2825
2826         * po/POTFILES.in
2827                 remove unneeded 'src/prefs.c' entry 
2828
2829 2002-12-26 [paul]       0.8.7claws10
2830
2831         * src/codeconv.c
2832           src/mainwindow.c
2833                 sync with 0.8.8 release
2834         
2835         * src/folder.[ch]
2836           src/mh.c
2837           src/summaryview.c
2838                 partial sync with 0.8.8 release
2839         
2840
2841 2002-12-25 [alfons]     0.8.7claws9
2842
2843         * src/matcher.[ch]
2844         * src/matcher_parser_lex.l
2845         * src/matcher_parser_parse.y
2846         * src/prefs_matcher.c
2847                 add locked flag to possible filtering / matcher 
2848                 conditions (also a good example what should be
2849                 done to add a simple boolean condition)
2850
2851 2002-12-25 [christoph]  0.8.7claws8
2852
2853         * src/Makefile.am
2854         * src/account.[ch]
2855         * src/addrbook.c
2856         * src/addressbook.c
2857         * src/addrindex.c
2858         * src/filtering.c
2859         * src/folder.c
2860         * src/matcher.c
2861         * src/prefs.[ch]                ** REMOVE **
2862         * src/prefs_account.c
2863         * src/prefs_actions.c
2864         * src/prefs_common.c
2865         * src/prefs_customheader.c
2866         * src/prefs_display_header.c
2867         * src/prefs_filtering.c
2868         * src/prefs_folder_item.c
2869         * src/prefs_gtk.[ch]            ** NEW **
2870         * src/prefs_matcher.c
2871         * src/prefs_scoring.c
2872         * src/prefs_summary_column.c
2873         * src/procmime.c
2874         * src/selective_download.c
2875         * src/toolbar.c
2876         * src/common/Makefile.am
2877         * src/common/prefs.[ch]         ** NEW **
2878                 split prefs.[ch] into prefs_gtk.[ch] and common/prefs.[ch]
2879
2880 2002-12-24 [alfons]     0.8.7claws7
2881
2882         * src/summaryview.c
2883                 summary_thread_build(): fix real cause of the crash mentioned in
2884                 0.8.7claws3. use subject_XXX() and not g_hash_table_XXX() functions,
2885                 this way we get meaningful ctree nodes 
2886
2887 2002-12-24 [oliver]     0.8.7claws6
2888
2889         * src/mainwindow.[ch]
2890         * src/messageview.[ch]
2891         * src/compose.[ch]
2892         * src/inc.c
2893         * src/summaryview.c
2894                 changes to use updated toolbar handling
2895                 
2896 2002-12-24 [oliver]     0.8.7claws5
2897
2898         * src/toolbar.[ch]
2899                 generic toolbar handling
2900                 used ideas from Ivan Francolin Martinez (ivanfm@users.sourceforge.net)
2901         * src/prefs_toolbar.[ch]
2902                 adjust to handling
2903         
2904 2002-12-24 [oliver]     0.8.7claws4
2905         
2906         * src/stock_pixmap.[ch]
2907                 move SYLPHEED_LOGO to end of list in order 
2908                 to remove it from Custom Toolbar`s Icon View
2909
2910 2002-12-24 [alfons]     0.8.7claws3
2911
2912         * src/summaryview.c
2913                 summary_thread_build(): fix crash because of focus != selection 
2914                 after threading. when deleting the selection, gtk tries but fails 
2915                 to find the correct focusable element. we now force the selection
2916                 to be focused. this should solve the infamous bug reported by 
2917                 Jason Wojciechowski (bug "[ 633443 ] Crash on deleting messages"). 
2918                 a test case is available. 
2919
2920 2002-12-24 [darko]      0.8.7claws2
2921
2922         * src/summaryview.c
2923                 don't crash when unmarking message with unread children
2924
2925 2002-12-23 [christoph]  0.8.7claws1
2926
2927         * src/Makefile.am
2928         * src/common/Makefile.am
2929                 update Makefiles for moved intl.h, version.h and defs.h
2930         * src/imap.c
2931                 rewrite imap_session_get to avoid duplicate code
2932
2933 2002-12-23 [paul]       0.8.7claws
2934
2935         * Santa-Claws released
2936         
2937         * po/hu.po
2938           po/ru.po
2939                 squeeze in updated Hungarian and Russian translations.
2940                 Submitted by  Gál Zoltán and Ruslan N. Balkin
2941
2942 2002-12-23 [paul]       0.8.6claws129
2943
2944         * po/pl.po
2945                 updated by Witold Wladyslaw Wojciech Wilk
2946
2947 2002-12-23 [paul]       0.8.6claws128
2948
2949         * src/quote_fmt_parse.y
2950                 fix typo and add licence header
2951
2952 2002-12-23 [paul]       0.8.6claws127
2953
2954         * po/en_GB.po
2955                 updated
2956
2957 2002-12-23 [paul]       0.8.6claws126
2958
2959         * po/it.po
2960                 updated translation, submitted by Alessandro Maestri
2961                 
2962 2002-12-23 [paul]       0.8.6claws125
2963
2964         * src/quote_fmt_parse.y
2965                 fix signature-stripping on replies bug. match
2966                 '-- \n' and not '-- '.
2967
2968 2002-12-22 [paul]       0.8.6claws124
2969
2970         * po/bg.po
2971           po/es.po
2972           po/sr.po
2973                 updated translations. submitted by George Danchev,
2974                 Ricardo Mones Lastra, and Urke MMI respectively
2975
2976 2002-12-21 [paul]       0.8.6claws123
2977
2978         * src/addrbook.c
2979                 fix coding style
2980
2981 2002-12-21 [paul]       0.8.6claws122
2982
2983         * src/addrbook.c
2984                 fix bug [643638] where if a person is in one or more
2985                 addressbook groups editing that person's email 
2986                 address results in removal from those groups.
2987                 Patch submitted by Luke Plant.
2988
2989 2002-12-20 [christoph]  0.8.6claws121
2990
2991         * src/common/utils.c
2992         * src/summaryview.c
2993                 reimplement expand_search_string using GString to
2994                 prevent crashs caused by miscalculated string
2995                 lengths reported by Paul
2996
2997 2002-12-20 [christoph]  0.8.6claws120
2998
2999         * src/summaryview.c
3000                 don't use "changed" to check if op_count has to be changed as it
3001                 is also set when the message has unread children
3002                 (closes bug [ 653221 ] crash while deleting duplicates)
3003
3004 2002-12-20 [paul]       0.8.6claws119
3005
3006         * sync with 0.8.6cvs27
3007                 see ChangeLog 2002-12-20
3008
3009 2002-12-20 [paul]       0.8.6claws118
3010
3011         * sync with 0.8.6cvs26
3012                 see ChangeLog 2002-12-19 and 2002-12-20
3013
3014 2002-12-19 [alfons]     0.8.6claws117
3015
3016         * src/textview.c
3017                 fix incorrect parsing of email addresses, submitted by 
3018                 Luke Plant (thanks!). Closes bug "[ 565480 ] duplicate 
3019                 name display if it contains @".
3020
3021 2002-12-18 [paul]       0.8.6claws116
3022
3023         * sync with 0.8.6cvs23
3024                 see ChangeLog 2002-12-18
3025
3026 2002-12-18 [paul]       0.8.6claws115
3027
3028         * src/Makefile.am
3029         * src/account.c
3030         * src/codeconv.c
3031         * src/gtkutils.[ch]
3032         * src/imap.c
3033                 sync with 0.8.6cvs22.
3034                 see ChangeLog 2002-12-17 and 2002-12-18
3035
3036 2002-12-17 [christoph]  0.8.6claws114
3037
3038         * src/imap.c
3039                 o don't create a session if imap greeting fails
3040                 o don't close socket when authentication fails
3041                   this is done by imap_session_destroy
3042
3043 2002-12-17 [thorsten]   0.8.6claws113
3044
3045         * tools/Makefile.am
3046           tools/README
3047           tools/google_msgid.pl ** NEW FILE **
3048                 Added "search for message-id" script and doc
3049
3050 2002-12-17 [thorsten]   0.8.6claws112
3051
3052         * po/hu.po
3053                 Updated hungarian translation
3054                 (updated by Gal Zoltan)
3055
3056 2002-12-16 [christoph]  0.8.6claws111
3057
3058         * src/addr_compl.c
3059                 remove stupid addressbook dump to debug output
3060         * src/mh.c
3061                 fix memory leak found by Hiro
3062
3063 2002-12-14 [paul]       0.8.6claws110
3064
3065         * src/compose.c
3066                 fix menubar sensitivity on send
3067                 
3068         * src/prefs_filtering.c
3069         * src/prefs_matcher.c
3070         * src/prefs_scoring.c
3071                 Fix english ;)
3072                 
3073         * src/common/quoted-printable.h
3074                 sync: fix typo
3075         
3076 2002-12-13 [christoph]  0.8.6claws109
3077
3078         * src/Makefile.am
3079         * src/manage_window.[ch]        ** REMOVE **
3080         * src/gtk/Makefile.am
3081         * src/gtk/manage_window.[ch]    ** NEW **
3082                 move manage_window files to gtk directory
3083
3084 2002-12-13 [christoph]  0.8.6claws108
3085
3086         * src/Makefile.am
3087         * src/gtkshruler.[ch]           ** REMOVE **
3088         * src/gtk/Makefile.am
3089         * src/gtk/gtkshruler.[ch]       ** NEW **
3090                 move gtkshruler files to gtk directory
3091
3092 2002-12-13 [christoph]  0.8.6claws107
3093
3094         * src/Makefile.am
3095         * src/compose.c
3096         * src/gtkstext.[ch]             ** REMOVE **
3097         * src/gtkutils.[ch]
3098         * src/textview.c
3099         * src/gtk/gtkstext.[ch]         ** NEW **
3100         * src/gtk/Makefile.am
3101                 o move stext functions to gtkstext.c to remove
3102                   dependency of gtkutils
3103                 o move gtkstext files to gtk directory
3104
3105         * src/gtk/Makefile.am
3106         * src/gtk/sslcertwindow.[ch]
3107                 UI stuff can always depend on common code so
3108                 it's ok to add ../common to include path
3109
3110 2002-12-13 [colin]      0.8.6claws106
3111
3112         * src/summaryview.c
3113                 Disconnect sighandlers for mainwindow when
3114                 quicksearch has the focus
3115                 Fix bug #653231
3116         * src/mainwindow.[ch]
3117                 Make key_pressed callback public, to be able
3118                 to disconnect it
3119
3120 2002-12-13 [christoph]  0.8.6claws105
3121
3122         * src/mh.c
3123                 create .mh_sequences file in new MH folders
3124                 (closes feature request [ 523162 ] MH folders should
3125                  get a .mh_sequences)
3126
3127 2002-12-13 [colin]      0.8.6claws104
3128
3129         * src/summaryview.c
3130                 Better handling of quicksearch show/hide
3131                 (basically the button stays under the mouse 
3132                  when toggled)
3133
3134 2002-12-13 [paul]       0.8.6claws103
3135
3136         * sync with 0.8.6cvs17
3137                 see ChangeLog 2002-12-13
3138
3139 2002-12-13 [paul]       0.8.6claws102
3140
3141         * po/es.po
3142                 updated by Ricardo Mones Lastra
3143
3144 2002-12-11 [colin]       0.8.6claws101
3145
3146         * src/folder.c
3147                 remove statusbar stuff
3148           src/folderview.c
3149                 set statusbar verbosity when moving folders
3150
3151 2002-12-11 [colin]       0.8.6claws100
3152         * src/prefs_filtering.c
3153         * src/prefs_matcher.c
3154         * src/prefs_scoring.c
3155                 Fix english ;)
3156
3157 2002-12-11 [colin]       0.8.6claws99
3158
3159         * src/prefs_common.[ch]
3160                 Add summary_quicksearch_type
3161         * src/summaryview.c
3162                 Save last used quicksearch type
3163
3164 2002-12-11 [jens]       0.8.6claws98
3165         * src/prefs_filtering.c
3166         * src/prefs_matcher.c
3167         * src/prefs_scoring.c
3168                 added dialog for incomplete rules in scoring, filtering and
3169                 matcher to ask wheather really close
3170
3171 2002-12-11 [colin]      0.8.6claws97
3172
3173         * src/folder.c
3174                 Fix folder dnd statusbar logging
3175
3176 2002-12-10 [christoph]  0.8.6claws96
3177
3178         * src/compose.c
3179         * src/folder.c
3180         * src/imap.c
3181         * src/inc.c
3182         * src/main.c
3183         * src/mainwindow.c
3184         * src/news.c
3185         * src/send.c
3186         * src/statusbar.[ch]
3187         * src/common/hooks.c
3188         * src/common/log.[ch]
3189                 o handle verbose logging in statusbar directly in statusbar code
3190                   and common code does not need any knowledge about a statusbar
3191                 o remove direct calls to statusbar_(puts|pop)_all functions
3192
3193 2002-12-10 [jens]       0.8.6claws95
3194
3195         * src/*.c
3196                 removed gettext from g_warnings
3197         * po/POTFILES.in
3198                 cleaned and updated
3199         * po/de.po
3200                 updated
3201
3202 2002-12-10 [colin]      0.8.6claws94
3203
3204         * src/main.c
3205                 finish crash dialog fix
3206
3207 2002-12-10 [colin]      0.8.6claws93
3208
3209         * src/main.c
3210                 "Fix" "sylpheed already running" instead of
3211                 crash dialog appearing after a crash
3212
3213 2002-12-10 [colin]      0.8.6claws92
3214
3215         * po/POTFILES.in
3216                 add src/gtk/sslcertwindow.c
3217
3218 2002-12-10 [paul]       0.8.6claws91
3219
3220         * po/POTFILES.in
3221                 updated to reflect recent changes
3222                 submitted by Alessandro Maestri
3223
3224 2002-12-09 [christoph]  0.8.6claws90
3225
3226         * src/Makefile.am
3227         * src/smtp.[ch]                 ** REMOVE **
3228         * src/common/Makefile.am
3229         * src/common/smtp.[ch]          ** NEW **
3230                 move smtp files to common directory
3231
3232 2002-12-09 [christoph]  0.8.6claws89
3233
3234         * src/Makefile.am
3235         * src/session.[ch]              ** REMOVE **
3236         * src/common/Makefile.am
3237         * src/common/session.[ch]       ** NEW **
3238                 move session files to common directory
3239
3240 2002-12-09 [paul]       0.8.6claws88
3241
3242         * src/account.c
3243                 fix bug [649746] edit accounts: move account reverted
3244                 Patch submitted by Luke Plant <lukeplant@users.sourceforge.net>
3245
3246 2002-12-09 [colin]      0.8.6claws87
3247
3248         * src/ssl_certificate.c
3249                 cleanup
3250
3251 2002-12-09 [colin]      0.8.6claws86
3252
3253         * src/ssl.c
3254                 Try to open the cert.pem database and 
3255                 issue a warning if it isn't there
3256
3257 2002-12-09 [colin]      0.8.6claws85
3258
3259         * src/common/ssl_certificate.c
3260         * src/gtk/sslcertwindow.c
3261                 Warning fixes
3262
3263 2002-12-09 [colin]      0.8.6claws84
3264
3265         * src/ssl_certificate.[ch] ** REMOVED **
3266         * src/common/ssl_certificate.[ch] ** NEW **
3267         * src/Makefile.am
3268         * src/common/Makefile.am
3269                 Moved ssl_certificate.[ch] to common
3270         * src/common/ssl.c 
3271                 Put back needed include
3272         * src/gtk/sslcertwindow.[ch]
3273                 Changed ssl_certificate.h include
3274         
3275 2002-12-09 [colin]      0.8.6claws83
3276
3277         * src/gtk/sslcertwindow.[ch]
3278                 Implement hook for certificate acception
3279         * src/ssl_certificate.[ch]
3280                 Implement hook for certificate acception
3281         * src/common/ssl.c
3282                 Reenable certificate acception check
3283         * src/mainwindow.c
3284                 Register sslcertwindow's hook
3285         
3286 2002-12-08 [christoph]  0.8.6claws82
3287
3288         * src/about.c
3289         * src/addr_compl.c
3290         * src/codeconv.c
3291         * src/manual.c
3292         * src/undo.c
3293         * src/common/utils.c
3294                 o add missing includes
3295                 o fix warnings
3296         * src/.cvsignore
3297         * src/common/.cvsignore
3298         * src/common/version.h          ** REMOVE **
3299                 remove autogenerated file
3300
3301 2002-12-08 [paul]       0.8.6claws81
3302
3303         * src/stringtable.c
3304                 put back needed include
3305
3306 2002-12-08 [colin]      0.8.6claws80
3307         
3308         * src/gtk/sslcertwindow.c
3309                 Cleaner popups when asking
3310         * src/ssl_certificate.c
3311         * src/prefs_common.[ch]
3312                 remove ssl certificate pref
3313                 put back needed include
3314         * src/undo.c
3315                 put back needed include
3316
3317 2002-12-08 [christoph]  0.8.6claws79
3318
3319         * src/folderview.c
3320         * src/logwindow.c
3321         * src/statusbar.c
3322         * src/summaryview.c
3323                 only abort hook invokation if required data is missing not
3324                 if our own data pointer is NULL, update hookfunction for
3325                 log window
3326
3327 2002-12-08 [paul]       0.8.6claws78
3328
3329         * src/about.c
3330         * src/addrcache.c
3331         * src/addrclip.c
3332         * src/addr_compl.c
3333         * src/addrselect.c
3334         * src/codeconv.c
3335         * src/colorlabel.c
3336         * src/enriched.c
3337         * src/esmtp.c
3338         * src/exporthtml.c
3339         * src/headerview.c
3340         * src/imageview.c
3341         * src/manual.c
3342         * src/noticeview.c
3343         * src/pgptext.c
3344         * src/scoring.c
3345         * src/sourcewindow.c
3346         * src/stringtable.c
3347         * src/undo.c
3348                 clean up: remove unneccesary includes
3349
3350 2002-12-08 [christoph]  0.8.6claws77
3351
3352         * src/folderview.c
3353         * src/statusbar.c
3354         * src/summaryview.c
3355         * src/common/hooks.[ch]
3356                 hook functions now have a gboolean return value, if a hook
3357                 returns TRUE it will stop executing of any more hooks in
3358                 the same hooklist for this invokation
3359
3360 2002-12-08 [colin]      0.8.6claws76
3361         
3362         * src/main.c
3363                 put back argv0 for CRASH_DIALOG
3364
3365 2002-12-08 [christoph]  0.8.6claws75
3366
3367         * src/Makefile.am
3368         * src/about.c
3369         * src/account.c
3370         * src/crash.c
3371         * src/esmtp.h
3372         * src/imap.[ch]
3373         * src/inc.c
3374         * src/main.c
3375         * src/mainwindow.c
3376         * src/news.c
3377         * src/pop.[ch]
3378         * src/prefs_account.[ch]
3379         * src/prefs_common.[ch]
3380         * src/send.[ch]
3381         * src/smtp.[ch]
3382         * src/ssl_certificate.[ch]
3383         * src/ssl_manager.[ch]
3384         * src/common/Makefile.am
3385         * src/common/log.c
3386         * src/common/nntp.[ch]
3387         * src/common/socket.[ch]
3388         * src/common/ssl.[ch]
3389         * src/gtk/sslcertwindow.[ch]
3390         * ac/openssl.m4
3391                 use new autoconf script to detect OpenSSL with extra parameters
3392                 to specify the location of libs and includes, also remove USE_SSL
3393                 to USE_OPENSSL
3394
3395         * src/common/sylpheed.[ch]
3396         * src/common/version.h.in
3397                 start seperation of common code initialization seperated from gui
3398
3399         * src/summaryview.c
3400                 The function that is called when a color label changes
3401                 should not change the color lable again
3402
3403 2002-12-08 [colin]      0.8.6claws74
3404
3405         * src/gtk/sslcertwindow.c
3406                 warning fixes
3407
3408 2002-12-08 [colin]      0.8.6claws73
3409
3410         * src/statusbar.c
3411           src/common/log.h
3412                 Register a hook for statusbar_puts_all
3413         * src/common/log.c
3414                 invoke statusbar_puts_all's hook
3415         
3416 2002-12-08 [colin]      0.8.6claws72
3417
3418         * src/ssl_certificate.c
3419                 Put back a badly-removed include
3420
3421 2002-12-08 [colin]      0.8.6claws71
3422
3423         * src/gtk/sslcertwindow.[ch]    ** NEW **
3424                 new certificate presentation
3425         * src/gtk/Makefile.am
3426                 add new files
3427         * src/ssl_certificate.[ch]
3428                 gtk cleanup, made utility functions public
3429         * src/ssl_manager.c
3430                 use new cert presentation
3431
3432 2002-12-07 [christoph]  0.8.6claws70
3433
3434         * src/Makefile.am
3435         * src/nntp.[ch]                 ** REMOVE **
3436         * src/common/Makefile.am
3437         * src/common/nntp.[ch]          ** NEW **
3438                 move nntp files to common directory
3439
3440 2002-12-07 [christoph]  0.8.6claws69
3441
3442         * src/procmsg.[ch]
3443         * src/summaryview.c
3444                 implement msginfo update callback using sylpheed's new
3445                 hook system. Invoke hooks from procmsg_msginfo_[un]set_flags.
3446
3447 2002-12-06 [christoph]  0.8.6claws68
3448
3449         * src/editgroup.c
3450                 This patch changes the 'Edit Group Details' dialog to
3451                 allow extended selections in either pane, so that
3452                 addresses can be added or removed from a group more
3453                 quickly and easily. (it actually is a net decrease in
3454                 file size, as some unnecessary functions have been
3455                 removed). 
3456                 (patch submitted by Luke Plant <lukeplant@users.sourceforge.net>)
3457
3458 2002-12-06 [christoph]  0.8.6claws67
3459
3460         * src/Makefile.am
3461         * src/template.[ch]             ** REMOVE **
3462         * src/common/Makefile.am
3463         * src/common/template.[ch]      ** NEW **
3464                 move template files to common directory
3465
3466         * src/nntp.c
3467                 add missing log.h include
3468
3469 2002-12-06 [melvin]     0.8.6claws66
3470
3471         * src/prefs_actions.c
3472                 Added the trailing ">" syntax to insert command's output
3473                 without replacing old text (in contrast to trailing "|").
3474
3475 2002-12-05 [colin]      0.8.6claws65
3476         
3477         * src/common/utils.c
3478                 Don't modify original search_string or it'll change
3479                 the next iterations in the for()
3480
3481 2002-12-05 [darko]      0.8.6claws64
3482
3483         * src/common/utils.c
3484                 proper check for filtering commands, found by Colin
3485
3486 2002-12-05 [darko]      0.8.6claws63
3487
3488         * src/common/utils.c
3489                 check proper string for NULL pointer, found by Colin
3490
3491 2002-12-05 [darko]      0.8.6claws62
3492
3493         * src/common/utils.[ch]
3494                 expand_search_string(): new function
3495                 converts Mutt-like patterns to Sylpheed's
3496                 filtering engine
3497         * src/summaryview.c
3498                 use expand_search_string() to allow Mutt-like
3499                 patterns in extended search
3500         * README.claws
3501                 document extended option in quick search
3502
3503 2002-12-05 [paul]       0.8.6claws61
3504
3505         * sync with 0.8.6cvs16
3506                 see ChangeLog 2002-12-05
3507                 
3508         * po/POTFILES.in
3509                 clean up
3510
3511 2002-12-04 [christoph]  0.8.6claws60
3512
3513         * src/imap.[ch]
3514                 put imap authentication code into a new function and
3515                 remove it from imap_session_new that will allow to
3516                 send other commands before authentication
3517
3518 2002-12-04 [christoph]  0.8.6claws59
3519
3520         * src/imap.[ch]
3521                 use already existing method to prevent unneeded IMAP
3522                 folder selects. Set imap_select parameters to NULL
3523                 in some functions if the values are not required.
3524
3525         * src/xml.h
3526                 remove no longer required include
3527
3528 2002-12-04 [paul]       0.8.6claws58
3529
3530         * po/es.po
3531                 updated by Ricardo Mones Lastra
3532                 
3533         * configure.in
3534           po/hu.po      ** NEW FILE **
3535                 initial Hungarian translation, submitted
3536                 by Gál Zoltán <galzoli@hu.inter.net>
3537
3538 2002-12-03 [christoph]  0.8.6claws57
3539
3540         * src/Makefile.am
3541         * src/gtksctree.[ch]            ** REMOVE **
3542         * src/gtk/Makefile.am
3543         * src/gtk/gtksctree.[ch]        ** NEW **
3544                 move gtksctree files to gtk directory
3545
3546 2002-12-03 [christoph]  0.8.6claws56
3547
3548         * src/Makefile.am
3549         * src/md5.[ch]                  ** REMOVE **
3550         * srm/common/Makefile.am
3551         * src/common/md5.[ch]           ** NEW **
3552                 move md5 files to common directory
3553
3554         * src/gtkstext.c
3555                 remove not required #include
3556
3557 2002-12-03 [sergey]     0.8.6claws55
3558
3559         * src/gtkutils.c
3560         * src/gtkutils.h
3561                 gtkut_window_popup(): new function.
3562         * src/mainwindow.c
3563                 main_window_popup(): use gtkut_window_popup() to raise
3564                 window without changing its position.
3565                 (see sylpheed-main ML message [sylpheed:17247])
3566
3567 2002-12-03 [sergey]     0.8.6claws54
3568
3569         * src/send.c
3570                 send_message_local(): removed first-dot escaping
3571                 (SMTP-only, not needed for sending through pipe)
3572
3573 2002-12-03 [paul]       0.8.6claws53
3574
3575         * po/POTFILES.in
3576                 update to reflect recent changes (thanks
3577                 to Ricardo Mones Lastra)
3578                 
3579         * tools/filter_conv.pl
3580                  fix problem with quoted strings. Patch submitted
3581                  by Luke Plant <lukeplant@softhome.net>
3582
3583 2002-12-03 [paul]       0.8.6claws52
3584
3585         * sync with 0.8.6cvs15
3586                 see ChangeLog 2002-12-03
3587
3588 2002-12-02 [christoph]  0.8.6claws51
3589
3590         * src/logwindow.[ch]
3591         * src/common/log.[ch]
3592                 implement logging using a hook function
3593
3594         * src/folderview.c
3595         * src/folder.[ch]
3596                 define hooklist name in header file to avoid
3597                 errors caused by wrong spelling of hooklist names
3598
3599         * src/toolbar.c
3600                 fix warnings
3601
3602 2002-12-02 [christoph]  0.8.6claws50
3603
3604         * src/common/Makefile.am
3605                 add src/common/hooks.[ch]
3606
3607         * src/common/hooks.[ch]
3608                 implement a simple hook system using glib's hook functions
3609
3610         * src/folder.[ch]
3611         * src/folderview.c
3612                 use new hook system for folder item updates
3613
3614 2002-12-02 [christoph]  0.8.6claws49
3615
3616         * doc-src/ui_seperation.txt     ** NEW **
3617                 information for ui seperation
3618
3619         * src/Makefile.am
3620                 remove files that were moved to common
3621                 include common directory by default for the header files
3622
3623         * src/inc.c
3624         * src/common/socket.c
3625         * src/automaton.[ch]
3626                 implement automaton using g_io_*-functions instead of
3627                 gdk_input_add to make it ui independent
3628
3629         * src/codeconv.c
3630         * src/compose.c
3631         * src/ldif.c
3632         * src/pgptext.c
3633         * src/procmime.c
3634         * src/rfc2015.c
3635         * src/smtp.c
3636         * src/unmime.c
3637                 remove common/ prefix because directory is now in
3638                 include path
3639
3640         * src/compose.c
3641         * src/folder.c
3642         * src/folderview.c
3643         * src/mainwindow.c
3644         * src/messageview.c
3645         * src/prefs_common.c
3646         * src/procmsg.c
3647         * src/rfc2015.c
3648                 fix warnings
3649
3650         * src/imap.c
3651         * src/inc.c
3652         * src/news.c
3653         * src/pop.c
3654         * src/send.c
3655         * src/smtp.c
3656         * src/ssl_certificate.c
3657                 add log.h header file for logging functions
3658
3659         * src/main.c
3660         * src/common/utils.c
3661         * src/summaryview.c
3662         * src/xml.c
3663                 o move debug_mode to common/utils.c
3664                 o add functions to set and get debug_mode
3665
3666         * src/defs.h                    ** REMOVE **
3667         * src/intl.h                    ** REMOVE **
3668         * src/socket.[ch]               ** REMOVE **
3669         * src/ssl.[ch]                  ** REMOVE **
3670         * src/utils.[ch]                ** REMOVE **
3671                 replaced by new files in src/common/
3672         
3673         * src/common/Makefile.am
3674                 add new files in src/common/
3675
3676         * src/common/defs.h             ** NEW **
3677         * src/common/intl.h             ** NEW **
3678         * src/common/log.[ch]           ** NEW **
3679         * src/common/socket.[ch]        ** NEW **
3680         * src/common/ssl.[ch]           ** NEW **
3681         * src/common/utils.[ch]         ** NEW **
3682                 replacement for files in src/
3683
3684 2002-12-02 [colin]      0.8.6claws48
3685
3686         * src/folderview.c
3687                 Scroll folderview if necessary during dnd
3688
3689 2002-12-02 [colin]      0.8.6claws47
3690
3691         * src/folder.[ch]
3692                 Add check to verify a move is within a single mailbox
3693         * src/folderview.c
3694                 Add specific error string for this check
3695
3696 2002-12-02 [colin]      0.8.6claws46
3697
3698         * src/folder.c
3699                 Add a test to folder moving, remove a statusbar_print
3700         * src/folderview.c
3701                 Add Move folder... context-menu item
3702                 Factorize folder moving code
3703                 Enable folder DND for mbox
3704
3705 2002-12-01 [christoph]  0.8.6claws45
3706
3707         * ac/aspell.m4
3708                 remove conf.aspelltest if the version check fails
3709
3710 2002-11-30 [christoph]  0.8.6claws44
3711
3712         * autogen.sh
3713                 run libtoolize --force in autogen to create missing
3714                 libtool scripts
3715
3716 2002-11-30 [christoph]  0.8.6claws43
3717
3718         * src/Makefile.am
3719         * src/pgptext.c
3720         * src/procmime.c
3721         * src/rfc2015.c
3722         * src/uuencode.[ch]             ** REMOVED **
3723         * src/common/Makefile.am
3724         * src/common/uuencode.[ch]      ** NEW **
3725                 move uuen/decoder to common directory
3726
3727 2002-11-30 [christoph]  0.8.6claws42
3728
3729         * src/Makefile.am
3730         * src/base64.[ch]               ** REMOVED **
3731         * src/codeconv.c
3732         * src/compose.c
3733         * src/ldif.c
3734         * src/pgptext.c
3735         * src/procmime.c
3736         * src/rfc2015.c
3737         * src/smtp.c
3738         * src/unmime.c
3739         * src/common/Makefile.am
3740         * src/common/base64.[ch]        ** NEW **
3741                 move base64 en/decoder to common directory
3742
3743 2002-11-30 [christoph]  0.8.6claws41
3744
3745         * src/common                    ** NEW **
3746                 new directory for UI independent code
3747         * src/gtk                       ** NEW **
3748                 new directory for GTK frontend
3749         * src/common/.cvsignore         ** NEW **
3750         * src/gtk/.cvsignore            ** NEW **
3751                 ignore build files
3752         * src/common/Makefile.am        ** NEW **
3753         * src/gtk/Makefile.am           ** NEW **
3754                 automake files to build new seperated stuff
3755         * src/Makefile.am
3756                 the binary will currently still be build with the
3757                 files in src, so we include the code from the
3758                 subdirs for now after building the libs there
3759
3760 2002-11-30 [paul]       0.8.6claws40
3761
3762         * src/compose.c
3763                 fix bug [642731] 'Wrong selected account with drafted mail'
3764
3765 2002-11-29 [oliver]     0.8.6claws39
3766         
3767         * src/messageview.c
3768                 o update summaryview when switching between different
3769                   messageviews          
3770         * src/toolbar.c  
3771                 o check if messageview holds already removed msg
3772                   from summaryview
3773                 
3774
3775 2002-11-29 [oliver]     0.8.6claws38
3776
3777         * src/toolbar.c 
3778                 remove not needed variables and includes
3779                 make messageview stay opened and move to next when msgs are deleted 
3780
3781 2002-11-29 [oliver]     0.8.6claws37
3782         
3783         * src/toolbar.c 
3784                 disable compose button (messageview toolbar) by default
3785                 deleted msgs are moved to trash
3786         
3787 2002-11-29 [melvin]     0.8.6claws36
3788
3789         * configure.in
3790                 Increased minimal gpgme version to 0.3.10 (Zombies out)
3791                 and to detect signatures expirations (gpgme 0.3.6)
3792
3793         * src/main.c
3794                 Use non obsolescent function for Gpgme engine checking.
3795
3796         * src/rfc2015.c
3797                 Inform about expired signatures or signatures which key
3798                 has expired. Expiration date is displayed.
3799
3800         * src/sigstatus.c
3801                 Inform about expired signatures or signatures which key
3802                 has expired.
3803
3804 2002-11-28 [paul]       0.8.6claws35
3805
3806         * src/folderview.c
3807                 re-instate 'Check for new messages' in Newsgroup
3808                 folders right-click menu, after a suggestion from
3809                 Tim Mann <timmann@users.sourceforge.net>
3810
3811         * src/main.c
3812                 after a crash check only local folders for new
3813                 messages
3814
3815 2002-11-28 [paul]       0.8.6claws34
3816
3817         * configure.in
3818                 apply patch that fixes the checking of GTK with XIM 
3819                 support on different OSs, such as FreeBSD. Patch 
3820                 submitted by Topia <topia@users.sourceforge.net>
3821                 
3822 2002-11-28 [paul]       0.8.6claws33
3823
3824         * src/mainwindow.c
3825           src/prefs_common.c
3826           src/prefs_toolbar.c
3827                 more changes to the English
3828
3829 2002-11-28 [paul]       0.8.6claws32
3830
3831         * sync with 0.8.6cvs13
3832                 see ChangeLog 2002-11-28 (no sync needed
3833                 for src/compose.c)
3834
3835 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws31
3836         
3837         * src/mainwindow.[ch]
3838                 add patch by Ivan F. Martinez introducing messageview Toolbar
3839                 some changes and committed by oliver    
3840
3841 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws30
3842
3843         * src/messageview.[ch]
3844                 add patch by Ivan F. Martinez introducing messageview Toolbar
3845                 some changes and committed by oliver    
3846
3847 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws29
3848
3849         * src/compose.[ch]
3850                 add patch by Ivan F. Martinez introducing messageview Toolbar
3851                 some changes and committed by oliver    
3852
3853 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws28
3854         
3855         * src/toolbar.[ch]
3856                 add patch by Ivan F. Martinez introducing messageview Toolbar
3857                 some changes and committed by oliver
3858
3859 2002-11-28 [oliver]     0.8.6claws27
3860         
3861         * src/prefs_toolbar.[ch]
3862                 getting ready for messageview toolbar
3863                 free mem allocated by gettext
3864                 change prefs_toolbar to prefs_toolbar_open
3865  
3866 2002-11-28 [thorsten]   0.8.6claws26
3867
3868         * src/imageview.[ch]
3869                 cleaned up conflicting declarations of
3870                 imageview_show_image()
3871
3872 2002-11-28 [paul]       0.8.6claws25
3873
3874         * src/grouplistdialog.c
3875           src/prefs_common.c
3876           src/prefs_summary_column.c
3877                 a few more improvements to the English
3878
3879 2002-11-28 [colin]      0.8.6claws24
3880
3881         * man/sylpheed.1
3882                 A few updates to command-line parameters
3883
3884 2002-11-28 [colin]      0.8.6claws23
3885
3886         * src/prefs_filtering.c
3887                 Fix problems with prefs_filtering_delete_path:
3888                 a) if the first rule is removed, original pointers
3889                    weren't updated (leading to segfaults)
3890                 b) it was always global_processing updated in case
3891                    of removed path was parent of rule path
3892
3893 2002-11-27 [paul]       0.8.6claws22
3894
3895         * src/mainwindow.c
3896           src/prefs_account.c
3897           src/prefs_actions.c
3898           src/prefs_common.c
3899           src/prefs_customheader.c
3900           src/prefs_display_header.c
3901           src/prefs_filtering.c
3902           src/prefs_folder_item.c
3903           src/prefs_matcher.c
3904           src/prefs_scoring.c
3905           src/prefs_summary_column.c
3906           src/prefs_template.c
3907           src/prefs_toolbar.c
3908                  improve the English in the GUI
3909
3910 2002-11-27 [colin]      0.8.6claws21
3911
3912         * src/folder.c
3913                 Fix processing renaming problems happening after
3914                 last commit
3915
3916 2002-11-27 [colin]      0.8.6claws20
3917
3918         * src/folder.c
3919                 recursive move now deletes src each subfolder after 
3920                 having moved it
3921         * src/folderview.c
3922                 Use identifier instead of path during dnd (enables
3923                 IMAP folder dnd)
3924
3925 2002-11-27 [paul]       0.8.6claws19
3926
3927         * src/main.c
3928                 apply patch that does command-line processing 
3929                 BEFORE gtk_init, allowing claws to run from 
3930                 shell-scripts in non-X environment (e.g. crontab 
3931                 or ip-up, ip-down scripts). Patch submitted by
3932                 Ruslan N. Balkin <baron@dartel.ru>
3933                 
3934         * po/it.po
3935                 updated by Alessandro Maestri
3936
3937 2002-11-27 [paul]       0.8.6claws18
3938
3939         * sync with 0.8.6cvs12
3940           src/prefs_common.c
3941                 Differences are that main uses a 'Receive dialog'
3942                 frame on the Interface tab, whereas claws groups all 
3943                 the dialogs together in a 'Dialogs' frame.
3944
3945 2002-11-27 [colin]      0.8.6claws17
3946
3947         * src/prefs_matcher.c
3948                 Fix Execute criteria's NOT flag
3949
3950
3951 2002-11-26 [christoph]  0.8.6claws16
3952
3953         * src/ssl.c
3954                 rewrite the ssl code a little bit, only use one
3955                 SSL context, set default certificates' file/path
3956
3957 2002-11-26 [thorsten]   0.8.6claws15
3958
3959         * src/compose.c
3960                 default-reply-to didn't work for ml-reply
3961
3962 2002-11-26 [melvin]     0.8.6claws14
3963
3964         * src/prefs_actions.c
3965                 Made pipe-actions ignore short headers in message view
3966                 Made trailing-pipe-actions write in the message view with
3967                 the same font as the original message
3968
3969 2002-11-26 [paul]       0.8.6claws13
3970
3971         * src/compose.c
3972                 this time commit the correct file
3973
3974 2002-11-26 [paul]       0.8.6claws12
3975
3976         * sync with 0.8.6cvs11
3977           src/quote_fmt_parse.y  
3978                 no sync needed
3979           src/account.[ch]       
3980                 not sync'ed
3981           src/compose.c
3982                 compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
3983                 on draft mode.
3984                 compose_reedit(): add check for 'X-Sylpheed-Account-Id:' 
3985                 header
3986                 
3987         see ChangeLog 2002-11-25 and 2002-11-26
3988
3989 2002-11-26 [colin]      0.8.6claws11
3990
3991         * src/folderview.c
3992                 Fix collapsed folder not auto-expanding during
3993                 mail dnd, if it was the source folder.
3994
3995 2002-11-25 [colin]      0.8.6claws10
3996
3997         * src/folderview.[ch]
3998                 Variable renaming and cleaning (slist of nodes 
3999                 to be re-collapsed is stored in FolderView)
4000
4001 2002-11-25 [paul]       0.8.6claws9
4002
4003         * src/prefs_common.[ch]
4004                 fix breakage caused by last commit
4005
4006 2002-11-25 [paul]       0.8.6claws8
4007
4008         * sync with 0.8.6cvs4
4009                 see ChangeLog 2002-11-21
4010
4011 2002-11-25 [paul]       0.8.6claws7
4012
4013         * sync with 0.8.6cvs4
4014                 see ChangeLog 2002-11-20
4015
4016 2002-11-25 [paul]       0.8.6claws6
4017
4018         * sync with 0.8.6cvs3
4019                 see ChangeLog 2002-11-18
4020
4021 2002-11-25 [colin]      0.8.6claws5
4022
4023         * src/gtkutils.[ch]
4024                 Add gtkut_ctree_node_is_parent()
4025         * src/folderview.c
4026                 Spring-loaded folders
4027
4028 2002-11-25 [colin]      0.8.6claws4
4029
4030         * src/utils.[ch]
4031                 Add slist_concat_unique(), function to merge
4032                 two GSList filtering dups
4033         * src/folder.[ch]
4034         * src/summaryview.[ch]
4035         * src/folderview.c
4036         * src/main.c
4037                 Add detection/update/display of unread answers
4038                 to marked mails
4039         * src/procmsg.[ch]
4040                 Add procmsg_find_children()
4041                 Add procmsg_msg_has_marked_parent()
4042
4043 2002-11-25 [colin]      0.8.6claws3
4044
4045         * src/ssl_certificate.[ch]
4046                 Allow checking a certificate without a DNS
4047                 lookup
4048                 Allow to forget a cert (by deleting it)
4049                 Make ssl_certificate_destroy_public
4050         * src/ssl_manager.[ch] ** NEW FILES **
4051                 Gui to manage (display/remove) certificates
4052         * src/prefs_common.[ch]
4053                 Add a pref to allow silent acceptation of
4054                 trusted certificates or not (based on the
4055                 "I want to know what's going on" principle)
4056         * src/mainwindow.c
4057                 Add SSL manager in Tools menu
4058         * src/Makefile.am
4059                 Add the new files to the build
4060         * po/POTFILES.in
4061                 Add ssl_manager.c to translations
4062
4063 2002-11-25 [colin]      0.8.6claws2
4064
4065         * src/summaryview.[ch]
4066                 Add S_SEARCH_EXTENDED to the quick search, which 
4067                 allows to search using filtering syntax.
4068
4069 2002-11-25 [colin]      0.8.6claws1
4070
4071         * src/summaryview.c
4072                 Deletion of duplicates now prefer deleting
4073                 the unread dup (fixes feature-request 638989).
4074
4075 2002-11-24 [paul]       0.8.6claws
4076
4077         * po/es.po
4078           po/pl.po
4079           po/ru.po
4080           po/sr.po
4081                 updated by Ricardo Mones Lastra,
4082                 Witold Wladyslaw Wojciech Wilk,
4083                 Ruslan N. Balkin, and  Urke MMI 
4084                 respectively
4085
4086 2002-11-24 [paul]       0.8.5claws182
4087
4088         * po/bg.po
4089                 updated by George Danchev
4090
4091 2002-11-23 [alfons]     0.8.5claws181
4092
4093         * src/imap.c
4094                 tiny memory leak found by browsing Dimitar's 
4095                 valgrind report
4096
4097 2002-11-23 [paul]       0.8.5claws180
4098
4099         * po/it.po
4100                 updated by Alessandro Maestri
4101
4102 2002-11-22 [christoph]  0.8.5claws179
4103
4104         * src/compose.c
4105         * src/inc.c
4106         * src/prefs_filtering.c
4107         * src/summaryview.c
4108                 more warning fixes
4109
4110 2002-11-22 [alfons]     0.8.5claws178
4111
4112         * src/summaryview.c
4113                 summary_execute_delete_func(): if message is deleted, make 
4114                 sure to also remove its entry in the subject hash table. 
4115                 fixes a corner case bug.
4116
4117 2002-11-22 [paul]       0.8.5claws177
4118
4119         * .cvsignore
4120                 add 'autom4te.cache'
4121                 
4122         * ltconfig      ** REMOVED **
4123                 not needed
4124
4125 2002-11-22 [paul]       0.8.5claws176
4126
4127         * src/textview.c
4128                 textview_set_font(): fix for message display in
4129                 UTF-8 locales (thanks to Sergey Vlasov).
4130                 
4131         * AUTHORS
4132                 add new team members and contributors
4133
4134
4135 2002-11-21 [colin]      0.8.5claws175
4136
4137         * src/procmsg.[ch]
4138                 Add procmsg_remove_special_headers()
4139         * src/mh.c
4140                 Use procmsg_remove_special_headers() for 
4141                 previous fix
4142
4143 2002-11-21 [colin]      0.8.5claws174
4144
4145         * src/mh.c
4146                 Fix moving/copying from queue/draft folders
4147                 for MH folders
4148
4149 2002-11-21 [christoph]  0.8.5claws173
4150
4151         * src/crash.c
4152         * src/filtering.c
4153         * src/logwindow.c
4154         * src/main.c
4155         * src/matcher_parser_lex.[hl]
4156         * src/mbox.c
4157         * src/mbox_folder.[ch]
4158         * src/prefs_filtering.c
4159         * src/procheader.c
4160         * src/quote_fmt_lex.l
4161         * src/ssl.c
4162                 fix all warnings except the warnings in lex and yacc files
4163
4164 2002-11-20 [christoph]  0.8.5claws172
4165
4166         * src/imap.c
4167                 fix MsgInfo retrieval for IMAP draft and queue folders
4168                 (closes bug [ 619558 ] Draft saving on IMAP box issue)
4169
4170 2002-11-19 [christoph]  0.8.5claws171
4171
4172         * src/compose.c
4173                 fix segfault, when draft saving does not get
4174                 the MsgInfo of the new message
4175                 (closes bug [ 640699 ] Claws170: crash drafting mail ( IMAP ))
4176
4177 2002-11-19 [christoph]  0.8.5claws170
4178
4179         * src/procmsg.c
4180                 add parameter check for flag setting function
4181                 (closes bug [ 640619 ] Claws169: crash - drafting a mail (IMAP))
4182
4183 2002-11-18 [paul]       0.8.5claws169
4184
4185         * src/compose.c
4186                 more sensitivity fixes to redirect mode:
4187                 * disable toolbar draft button
4188                 * allow only Address book in the Tools menu
4189                 * disable editing of message by the spell
4190                   checker
4191
4192 2002-11-18 [paul]       0.8.5claws168
4193
4194         * src/compose.c
4195                 fix sensitivity of menu items in compose_redirect():
4196                 allow only the necessary items 
4197
4198 2002-11-18 [paul]       0.8.5claws167
4199
4200         * src/compose.c
4201                 fix bug [ 603259 ] 'attachment got lost on bounce'
4202
4203 2002-11-18 [paul]       0.8.5claws166
4204
4205         * po/ru.po
4206                 updated by Ruslan N. Balkin <baron@dartel.ru>
4207
4208 2002-11-18 [colin]      0.8.5claws165
4209
4210         * src/main.c
4211           src/defs.h
4212                 Remove old filtering stuff
4213
4214
4215 2002-11-17 [oliver]     0.8.5claws164
4216
4217         * src/toolbar.h
4218                 remove not needed typedef 
4219
4220 2002-11-17 [oliver]     0.8.5claws163
4221
4222         * src/toolbar.c
4223                 make toolbar's on click events translatable
4224
4225 2002-11-15 [colin]      0.8.5claws162
4226
4227         * src/summaryview.c
4228                 Revert too-soon integration of a feature
4229
4230 2002-11-15 [christoph]  0.8.5claws161
4231
4232         * src/imap.c
4233                 use main's implementation of imap_get_msginfo
4234
4235 2002-11-15 [christoph]  0.8.5claws160
4236
4237         * src/compose.c
4238         * src/folder.[ch]
4239         * src/imap.c
4240         * src/mbox_folder.c
4241         * src/mh.c
4242         * src/news.c
4243         * src/procmsg.c
4244         * src/summaryview.c
4245                 replace claws' fetch_msginfo with main's get_msginfo
4246                 (use main's implementation where possible)
4247
4248 2002-11-15 [colin]      0.8.5claws159
4249
4250         * src/ssl_certificate.c
4251                 Missed a check
4252
4253 2002-11-16 [melvin]     0.8.5claws158
4254
4255         * po/fr.po
4256                 Updated French translations.
4257
4258 2002-11-16 [colin]      0.8.5claws157
4259
4260         * src/ssl_certificate.c
4261                 Check for missing parts in the certificates
4262
4263 2002-11-15 [colin]      0.8.5claws156
4264
4265         * src/folderview.c
4266                 Preventive fix (missing check) found by
4267                 Alfons
4268
4269 2002-11-15 [paul]
4270
4271         * NEWS
4272                 sync with 0.8.6 release
4273
4274 2002-11-15 [colin]      0.8.5claws155
4275
4276         * src/folder.[ch]
4277           src/folderview.c
4278                 Fix error handling of folder_item_move_to()
4279                 (thanks to Alfons!)
4280
4281 2002-11-15 [colin]      0.8.5claws154
4282
4283         * src/folder.[ch]
4284           src/folderview.c
4285                 folder_item_move_to() sets an error message instead
4286                 of having GUI stuff in folder.c
4287
4288 2002-11-15 [colin]      0.8.5claws153
4289
4290         * src/procmsg.[ch]
4291                 Implemented a callback for MsgInfo updates, 
4292                 heavily copy/pasted from Christoph's folder 
4293                 callback system
4294         * src/summaryview.[ch]
4295                 Register summary_update_msg as callback
4296
4297 2002-11-14 [colin]      0.8.5claws152
4298         
4299         * src/procmsg.c
4300                 Update the FolderItem after sending (fixes 617593)
4301
4302 2002-11-14 [christoph]  0.8.5claws151
4303
4304         * src/folder.c
4305                 fix wrong position of NULL pointer check found
4306                 by Sergey
4307
4308 2002-11-14 [christoph]  0.8.5claws150
4309
4310         * src/folder.c
4311                 fix segfault when deleting messages from IMAP folders
4312                 (closes bug [ 635641 ] Crash deleting mail in IMAP trash)
4313
4314 2002-11-14 [colin]      0.8.5claws149
4315
4316         * src/compose.c
4317                 Forwarding was also ignoring the folder's default account.
4318
4319 2002-11-14 [colin]      0.8.5claws148
4320
4321         * src/compose.c
4322                 Fix sent folder not set to folder properties when 
4323                 forwarding.
4324
4325 2002-11-14 [thorsten]   0.8.5claws147
4326
4327         * src/inc.c
4328                 inc_start(): Files were not moved from .processing to inbox,
4329                 if no global processing rule existed
4330
4331 2002-11-14 [colin]      0.8.5claws146
4332
4333         * src/ssl_certificate
4334                 Fix file operations
4335
4336 2002-11-14 [paul]       0.8.5claws145
4337
4338         * po/it.po
4339                 updated by Alessandro Maestri
4340
4341 2002-11-13 [alfons]     0.8.5claws144
4342
4343         * src/folder.c
4344                 folder_item_close(): only mark messages unread
4345                 when a folder has new messages 
4346
4347 2002-11-13 [keith]      0.8.5claws143
4348
4349         * src/imap.c
4350                 Fix problem moving or copying between
4351                 IMAP folders
4352
4353 2002-11-13 [colin]      0.8.5claws142
4354
4355         * src/matcher_parser_parse.y
4356                 Fix rule problem when " don't match
4357
4358 2002-11-13 [christoph]  0.8.5claws141
4359
4360         * src/folder.c
4361         * src/folderview.c
4362                 moved cache saving to folder_item_close
4363                 the folderview should not have to deal with
4364                 this things
4365
4366 2002-11-13 [christoph]  0.8.5claws140
4367
4368         * src/summaryview.c
4369                 moved setting of important score to
4370                 summary_set_prefs_from_folderitem
4371
4372 2002-11-13 [colin]      0.8.5claws139
4373
4374         * src/matcher_parser_parse.y
4375                 Fix a segfault in the parser (happening when
4376                 a good expression had been tested and a bad 
4377                 one arrives)
4378
4379 2002-11-13 [paul]       0.8.5claws138
4380
4381         * sync with 0.8.5cvs24
4382                 see ChangeLog 2002-11-13
4383                 
4384         * po/pt_BR.po
4385                 updated by Fabio Jr. Beneditto
4386
4387 2002-11-13 [colin]      0.8.5claws137
4388         
4389         * src/msgcache.c
4390           src/defs.h
4391           src/procmsg.[ch]
4392                 Revert last commit, problem
4393
4394 2002-11-13 [colin]      0.8.5claws136
4395
4396         * src/msgcache.c
4397                 Remove duplicated code
4398         * src/defs.h
4399                 Bumped CACHE_VERSION and MARK_VERSION
4400         * src/procmsg.[ch]
4401                 Network endian for cache and mark files
4402
4403 2002-11-12 [colin]      0.8.5claws135
4404
4405         * src/inc.c
4406                 Fix the "socket error" dialog which disappeared
4407
4408 2002-11-12 [colin]      0.8.5claws134
4409
4410         * src/msgcache.c
4411                 Reverse last commit which had performance 
4412                 problems, but still reverse the list
4413
4414 2002-11-12 [colin]      0.8.5claws133
4415
4416         * src/msgcache.c
4417                 Reverse list order
4418
4419 2002-11-12 [melvin]     0.8.5claws132
4420
4421         * src/compose.c
4422                 Added a check for a NULL prefs_common.dictionary
4423
4424 2002-11-12 [colin]      0.8.5claws131
4425
4426         * src/ssl_certificate.[ch]
4427                 Use FQDN hostname
4428
4429 2002-11-12 [colin]      0.8.5claws130
4430
4431         * src/ssl_certificate.[ch]
4432                 Take connection port into account for 
4433                 checking certificates (a single hostname
4434                 could have multiple servers with multiple
4435                 certificates)
4436         * src/ssl.c
4437                 Pass the port to ssl_certificate_check
4438
4439 2002-11-12 [paul]       0.8.5claws129
4440
4441         * src/folder.c
4442                 fix a typo in last commit
4443
4444 2002-11-12 [paul]       0.8.5claws128
4445
4446         * sync with 0.8.5cvs23
4447                 see ChangeLog entry 2002-11-12
4448
4449 2002-11-11 [colin]      0.8.5claws127
4450
4451         * src/ssl_certificate.c
4452                 Cleaner messages
4453                 Don't popup, instead log error, if the 
4454                 corresponding pref is checked
4455         * src/ssl_certificate.h
4456                 include <openssl/objects/h>
4457
4458 2002-11-11 [colin]      0.8.5claws126
4459
4460         * src/ssl_certificate.h
4461                 _Really_ clean it
4462
4463 2002-11-11 [colin]      0.8.5claws125
4464         
4465         * src/ssl_certificate.c
4466                 Fixed leak
4467
4468 2002-11-11 [colin]      0.8.5claws124
4469
4470         * src/ssl.c
4471                 Cleaned a bit
4472         * src/ssl_certificate.[ch]
4473                 Cleaned a bit (better use of SSL API)
4474                 (This will cause non-recognition of saved 
4475                  certificates of claws12[23]...)
4476
4477 2002-11-11 [paul]       0.8.5claws123
4478         
4479         * po/es.po
4480                 updated by Ricardo Mones Lastra
4481
4482 2002-11-11 [colin]      0.8.5claws122
4483
4484         * src/ssl.c
4485                 Fix a typo
4486
4487 2002-11-11 [colin]      0.8.5claws121
4488
4489         * src/ssl_certificate.[ch] ** NEW FILES **
4490         * src/ssl.[ch]
4491                 Check SSL certificates presented to us
4492         * src/Makefile.am
4493                 Add ssl_certificate.[ch]
4494         * po/POTFILES.in
4495                 Add ssl_certificate.c
4496
4497 2002-11-11 [paul]       0.8.5claws120
4498
4499         * sync with 0.8.5cvs22
4500                 see ChangeLog 2002-11-11
4501
4502 2002-11-11 [paul]       0.8.5claws119
4503
4504         * sync with 0.8.5cvs21
4505                 see ChangeLog 2002-11-11
4506
4507 2002-11-10 [jens]       0.8.5claws118
4508
4509         * src/folder.c
4510         * src/folderview.c
4511                 corrected some typing
4512         * po/de.po
4513                 updated german translation
4514         * sylpheed.spec.in
4515                 cleaned up specfile and adjusted it for claws
4516
4517 2002-11-10 [colin]      0.8.5claws117
4518
4519         * src/summaryview.c
4520                 a STATUSBAR_PUSH/POP fix
4521
4522 2002-11-10 [colin]      0.8.5claws116
4523
4524         * src/prefs_folder_item.c
4525                 Fix hanging after opening folder properties
4526
4527 2002-11-10 [hoa]        0.8.5claws115
4528
4529         * src/matcher_parser_lex.l
4530         * src/matcher_parser_parse.y
4531                 config file for scoring and filtering is no more trashed
4532                 when there is a syntax error in a filtering rule when
4533                 editing it in a dialog.
4534
4535 2002-11-09 [colin]      0.8.5claws114
4536
4537         * src/mbox_folder.c
4538                 Added missing initialisation of folder->destroy()
4539
4540 2002-11-09 [colin]      0.8.5claws113
4541
4542         * src/folder.c
4543           src/folderview.c
4544                 Fix the status bar messages
4545
4546 2002-11-09 [colin]      0.8.5claws112
4547
4548         * src/folderview.c
4549                 Fix hangs after folder dnd, happening after 
4550                 claws109.
4551
4552 2002-11-09 [christoph]  0.8.5claws111
4553
4554         * src/folderview.c
4555                 just changed order of calls (reverse order of
4556                 associated calls)
4557         * src/inc.c
4558                 lock inc when checking only one account, otherwise
4559                 inc all could be executed at the same time
4560
4561 2002-11-09 [christoph]  0.8.5claws110
4562
4563         * src/folderview.c
4564                 better unlock the mouse cursor before calling
4565                 summary_show because it changes the cursor too
4566
4567 2002-11-09 [christoph]  0.8.5claws109
4568
4569         * src/folder.[ch]
4570         * src/folderview.c
4571                 add functions to open and close a folder
4572                 o opending will execute scanning for remote folders
4573                   and processing
4574                 o closing will unset new flag for messages
4575
4576 2002-11-09 [colin]      0.8.5claws108
4577
4578         * src/folder.c
4579                 Add a call to prefs_matcher_write_config to 
4580                 avoid non-leaf folders filtering settings to be
4581                 lost
4582
4583 2002-11-09 [paul]       0.8.5claws107
4584
4585         * src/prefs_account.c
4586                 re-word a label
4587
4588 2002-11-09 [colin]      0.8.5claws106
4589
4590         * src/folderview.c
4591                 Minor esthetic fix
4592
4593 2002-11-09 [colin]      0.8.5claws105
4594
4595         * src/folderview.c
4596                 Fix prefs_filtering deletion for MH folders (same
4597                 reason as below)
4598         * src/prefs_filtering.c
4599                 Fix prefs_filtering renaming and deletion for 
4600                 folder-based processing rules.  
4601
4602 2002-11-09 [christoph]  0.8.5claws104
4603
4604         * src/compose.c
4605         * src/folder.[ch]
4606         * src/folderview.[ch]
4607         * src/import.c
4608         * src/inc.c
4609         * src/main.c
4610         * src/mainwindow.c
4611         * src/messageview.c
4612         * src/prefs_folder_item.c
4613         * src/procmsg.c
4614         * src/summaryview.c
4615                 implement a callback system for folder item updates
4616
4617 2002-11-09 [colin]      0.8.5claws103
4618
4619         * src/folderview.c
4620                 Fix prefs_filtering renaming for MH folders (we
4621                 shouldn't rename by path as another folder could
4622                 have the same hierarchy).
4623
4624 2002-11-09 [colin]      0.8.5claws102
4625
4626         * src/folder.c
4627                 Fix a leak found by Christoph, use better variable
4628                 names
4629
4630 2002-11-09 [colin]      0.8.5claws101
4631
4632         * src/folder.c
4633                 One more fix for processing rules
4634
4635 2002-11-08 [colin]      0.8.5claws100
4636         
4637         * src/matcher.c
4638                 Don't copy the compiled regexp (will be reevaluated)
4639         * src/folderview.c
4640                 Lock folderview while moving
4641         * src/folder.c
4642                 Provide info on what's happening to the user
4643
4644 2002-11-08 [colin]      0.8.5claws99
4645
4646         * src/folderview.c
4647                 Fix folder reordering after a move if parent is 
4648                 root
4649         * src/scoring.[ch]
4650                 Add function to copy a ScoringProp
4651         * src/prefs_folder_item.c
4652                 Copy scoring rules when copying a folder prefs
4653
4654 2002-11-08 [colin]      0.8.5claws98
4655
4656         * src/folderview.c
4657                 Fixes in case of failure
4658         * src/filtering.[ch]    
4659                 Add function to duplicate a FilteringProp
4660         * src/matcher.[ch]
4661                 Add function to duplicate a MatcherProp
4662         * src/prefs_folder_item.c
4663                 Save folder's processing rules when copying 
4664                 its prefs
4665
4666 2002-11-08 [colin]      0.8.5claws97
4667         
4668         * src/folderview.c
4669                 Sort after move
4670         * src/folder.c 
4671                 Change a printf to debug_print
4672
4673 2002-11-08 [colin]      0.8.5claws96
4674
4675         * src/folder.c
4676           src/folderview.c
4677                 Fix segfaults, call me stupido
4678         
4679
4680 2002-11-08 [colin]      0.8.5claws95
4681
4682         *src/folder.c
4683                 Added forgotten prefs to save when moving folders
4684
4685 2002-11-08 [colin]      0.8.5claws94
4686
4687         * src/folder.c
4688                 Fixes to folder DND (prefs copy)
4689         * src/folderview.c
4690                 Optimization for folder DND (don't rescan whole tree)
4691                 Added folderview_create_folder_node() for this 
4692                 optimization, so de-duped a bit the code
4693         * src/prefs_folder_item.[ch]
4694                 Added prefs_folder_item_copy_prefs()    
4695           
4696 2002-11-08 [paul]       0.8.5claws93
4697
4698         * src/prefs_account.c
4699           tools/README
4700           tools/kmail2sylpheed_v2.pl
4701                 correct some typos
4702
4703 2002-11-08 [paul]       0.8.5claws92
4704
4705         * src/compose.c
4706           src/prefs_account.[ch]
4707                 remove account options 'clearsign' and 'ascii_armored',
4708                 replace with 'default_gnupg_mode' to prevent mixed-mode
4709                 Privacy settings
4710
4711 2002-11-08 [paul]       0.8.5claws91
4712
4713         * src/compose.[ch]
4714                 re-implement GnuPG 'on-the-fly' mode selection,
4715                 disallow mixed-mode
4716
4717 2002-11-08 [colin]      0.8.5claws90
4718
4719         * src/folderview.c
4720           src/prefs_folder_item.c
4721                 Change "Property" to "Properties"
4722
4723 2002-11-07 [colin]      0.8.5claws89
4724
4725         * src/folderview.c
4726           src/folder.c
4727                 Allow folder dropping to a root folder
4728
4729 2002-11-07 [paul]       0.8.5claws88
4730
4731         * src/compose.c
4732                 revert last commit
4733
4734 2002-11-07 [paul]       0.8.5claws87
4735
4736         * src/compose.c
4737                 fix reply-to-list bug. closes bug report
4738                 "[633382] reply-to-list broken in recent cvs"
4739
4740 2002-11-07 [paul]       0.8.5claws86
4741
4742         * src/compose.c
4743                 add a forgotten '#if USE_GPGME ... #endif'
4744
4745 2002-11-07 [paul]       0.8.5claws85
4746
4747         * sync with 0.8.5cvs20
4748                 see ChangeLog 2002-11-07
4749
4750 2002-11-07 [colin]      0.8.5claws84
4751
4752         * src/folder.[ch]
4753                 Change folder_item_move_to to return the newly 
4754                 created folderitem.
4755         * src/folderview.c
4756                 Select the new folderitem after moving.
4757
4758 2002-11-07 [colin]      0.8.5claws83
4759
4760         * src/prefs_filtering.c
4761                 Fix rule rewriting when moving a leaf folder to a 
4762                 shorter path
4763
4764 2002-11-07 [colin]      0.8.5claws82
4765
4766         * src/prefs_filtering.c
4767                 fix a leak
4768
4769 2002-11-07 [colin]      0.8.5claws81
4770
4771         * src/folder.[ch]
4772                 Add folder_item_move_to() function to move a 
4773                 folderitem into another one (updates matcher etc)
4774         * src/folderview.c
4775                 Add folder drag'n drop (context menu to come)
4776                 [Should be dataloss free, but Please backup before 
4777                  trying !]
4778
4779 2002-11-06 [colin]      0.8.5claws80
4780
4781         * src/mh.c
4782                 mh_create_folder() returns NULL if can't create
4783                 directory hierarchy
4784
4785 2002-11-06 [paul]       0.8.5claws79
4786
4787         * src/compose.[ch]
4788                 allow 'on-the-fly' changing of the type of encryption 
4789                 and/or signing used (mime/ascii) via the compose window
4790
4791 2002-11-06 [paul]       0.8.5claws78
4792
4793         * sync with 0.8.5cvs19
4794                 see ChangeLog 2002-11-06 for src/account.c: 
4795                 account_get_special_folder()
4796                 
4797 2002-11-05 [alfons]     0.8.5claws77
4798
4799         * src/crash.c
4800                 very minor cleanups: nothing to see here, move on. :-)
4801
4802 2002-11-05 [colin]      0.8.5claws76
4803
4804         * src/main.c
4805                 Changes choices if compose windows are opened to
4806                 Discard, Draft, Don't quit
4807
4808 2002-11-05 [thorsten]   0.8.5claws75
4809
4810         * src/compose.c
4811                 reenabled default_reply_to folder option
4812
4813 2002-11-05 [colin]      0.8.5claws74
4814
4815         * src/compose.[ch] 
4816                 add compose_draft()
4817         * src/crash.c
4818                 add SIGTERM handler
4819         * src/main.[ch]
4820                 add clean_quit() for the SIGTERM handler
4821
4822 2002-11-05 [paul]       0.8.5claws73
4823         
4824         * po/es.po
4825                 updated by Ricardo Mones Lastra
4826
4827 2002-11-05 [melvin]     0.8.5claws72
4828
4829         * src/logwindow.c
4830                 Fixed log-clipping bug #616795.
4831                 To stop logging in the log window use 0 length.
4832         * src/prefs_common.c
4833                 Added a label to inform about the 0 log length behaviour.
4834
4835 2002-11-05 [paul]       0.8.5claws71
4836
4837         * sync with 0.8.5cvs17
4838                 see ChangeLog 2002-11-05
4839
4840 2002-11-04 [paul]       0.8.5claws70
4841
4842         * sylpheed-128x128.png
4843           sylpheed-64x64.png
4844           sylpheed.png
4845                 replace with pngcrushed icons. Submitted by Nicolas Kaiser,
4846                 <nikai@users.sourceforge.net>
4847                 
4848         * po/bg.po
4849                 updated by George Danchev
4850
4851 2002-11-03 [thorsten]   0.8.5claws69
4852
4853         * src/main.c
4854           src/mimeview.c
4855           src/rfc2015.h
4856                 add check if gpg is active
4857
4858 2002-11-03 [thorsten]   0.8.5claws68
4859
4860         * src/toolbar.h
4861                 removed GSList declaration causing trouble on MacOS-X
4862                 (submitted by alfons, reported by xfesty)
4863
4864 2002-11-01 [paul]       0.8.5claws67
4865
4866         * src/mainwindow.c
4867                 remove last remnants of main's filter code
4868
4869 2002-11-01 [paul]       0.8.5claws66
4870
4871         * tools/filter_conv.pl
4872                 fix bug where user-defined headers were ignored
4873
4874 2002-11-01 [paul]       0.8.5claws65
4875
4876         * src/logwindow.c
4877                 make a debug_print() not translatable
4878
4879 2002-10-31 [melvin]     0.8.5claws64
4880
4881         * ac/aspell.m4
4882                 Fixed --disable-aspell-test. Now --disable-aspell-test will 
4883                 not run any GNU/aspell test.  The dictionary path will
4884                 be by default /usr/local/lib/aspell/ unless --with-aspell-prefix
4885                 was given, in which case, it will be $prefix/lib/aspell/
4886         * configure.in
4887                 Fixed typo in commentary (Aspell code).
4888
4889 2002-10-31 [paul]       0.8.5claws63
4890
4891         * po/POTFILES.in
4892                 remove src/filter.c and src/prefs_filter.c
4893                 thanks to Ricardo for reminding me
4894
4895 2002-10-31 [colin]      0.8.5claws62
4896
4897         * src/mbox_folder.c
4898                 Plug some leaks
4899
4900 2002-10-31 [paul]       0.8.5claws61
4901
4902         * src/prefs_filter.[ch] ** REMOVED **
4903           src/filter.[ch]       ** REMOVED **
4904           
4905         * src/Makefile.am
4906           src/folderview.c
4907           src/inc.c
4908           src/main.c
4909           src/mainwindow.c
4910           src/mbox.c
4911           src/prefs_common.c
4912           src/prefs_filtering.c
4913           src/summaryview.[ch]
4914                 remove main's 'filter' code
4915                 
4916         README.claws
4917                 update to reflect removal of main's filter
4918
4919 2002-10-31 [paul]       0.8.5claws60
4920
4921         * src/summaryview.c
4922                 remove check for global_processing in summary_filter_open(). 
4923                 This fixes the bug where if the user uses the right-click 
4924                 'Create filter rule...' and doesn't have any filter rules 
4925                 already defined in claws' advanced filtering, the newly 
4926                 created filter rule goes to main's filtering which is 
4927                 inaccessible through the gui. Now the filter rule gets added
4928                 to claws' filtering by default.
4929
4930 2002-10-28 [melvin]     0.8.5claws59
4931
4932         * src/prefs_actions.c
4933                 Fixed bug #627322 where MIME parts were not always
4934                 correctly passed to a %p action
4935                 Display an error dialog when message filename is not found.
4936
4937 2002-10-28 [melvin]     0.8.5claws58
4938
4939         * src/prefs_common.c
4940                 Readded a missing function declaration lost in 0.8.3claws34
4941
4942 2002-10-28 [paul]       0.8.5claws57
4943
4944         * sync with 0.8.5cvs15
4945                 see ChangeLog 2002-10-28 and 2002-10-25
4946                 
4947         Note: ChangeLog entry 2002-10-24 is not sync'ed.
4948
4949 2002-10-27 [oliver]     0.8.5claws56
4950
4951         * src/pop.c
4952                 plug leak in pop3_top_recv
4953
4954 2002-10-26 [christoph]  0.8.5claws55
4955
4956         * src/folder.c
4957                 set need_update folder flag when messages are added
4958                 (closes bug [ 626922 ] folder not updated after receiving)
4959
4960 2002-10-25 [melvin]     0.8.5claws54
4961
4962         * src/imageview.c
4963                 Fixed a memleak introduced in the scaling code.
4964
4965 2002-10-24 [alfons]     0.8.5claws53
4966
4967         * src/filtering.c
4968                 make filtering's forward message action forward from the 
4969                 correct account
4970                 (closes bug [628089 ] Filter -> Forward from address problem
4971                 reported by Oktay)
4972
4973 2002-10-24 [christoph]  0.8.5claws52
4974
4975         * src/mainwindow.c
4976         * src/manual.[ch]
4977                 o use manual of current locale or english if current
4978                   locale is not available (and english is available)
4979                 o also link to sylpheed doc project manuals
4980
4981 2002-10-23 [paul]       0.8.5claws51
4982
4983         * tools/README
4984           tools/kmail2sylpheed_v2.pl
4985                 add new version of kmail addressbook importer script.
4986                 works with newer versions of Kmail/KAddressBook which
4987                 have new and rearranged data.
4988
4989 2002-10-23 [martin]     0.8.5claws50
4990
4991         * src/folderview.c
4992         * src/summaryview.c
4993         * src/utils.h
4994         * src/utils.c
4995                 added length parameter to get_abbrev_newsgroup_name()
4996                 changed this function so that it abbreviates the newsgroup
4997                 names only so long it is smaller than the length parameter
4998                 (for better reading of some newsgroup names and space efficiency)
4999
5000 2002-10-22 [colin]      0.8.5claws49
5001
5002         *src/foldersel.c
5003                 Revert Alfons' last modification (after voting ;-))
5004
5005 2002-10-21 [alfons]     0.8.5claws48
5006
5007         * src/foldersel.c
5008                 folder view in folder selection dialog reflects state of
5009                 folder view in main window
5010
5011 2002-10-18 [alfons]     0.8.5claws47
5012
5013         * src/mbox.c
5014                 drop imported messages in folder selected by user,
5015                 and not in the inbox
5016                 (closes bug [ 625424 ] Import mbox always to "Inbox" folder)
5017
5018 2002-10-18 [alfons]     0.8.5claws46
5019
5020         * src/compose.c
5021                 make automagic reply work correctly for email accounts 
5022                 (whether it's viable to do a full sync with Hiro's 
5023                 compose.c is still under discussion)
5024
5025 2002-10-18 [melvin]     0.8.5claws45
5026
5027         * src/prefs_actions.c
5028                 Fixed bug #622275 where asynchroneous actions left 
5029                 zombies processes
5030                 Made (synchroneous) actions' input be displayed live.
5031
5032 2002-10-18 [christoph]  0.8.5claws44
5033
5034         * src/textview.c
5035                 don't add a newline in the textview in front of the
5036                 first textpart if header display is disabled
5037                 (closes bug [ 603385 ] disabled header display leaves blank
5038                  lin)
5039
5040 2002-10-18 [christoph]  0.8.5claws43
5041
5042         * src/folder.[ch]
5043         * src/imap.c
5044         * src/mbox_folder.c
5045         * src/mh.c
5046         * src/news.c
5047                 folder->get_num_list now returns an error code
5048                 (closes bug [ 609424 ] News cache cleared on failure)
5049                 
5050 2002-10-17 [colin]      0.8.5claws42
5051         
5052         * src/news.c
5053                 Changed a printf by debug_print
5054
5055 2002-10-16 [paul]       
5056
5057         * tools/OOo2sylpheed.pl
5058                 allow for spaces in the name of the
5059                 file to be attached.
5060
5061 2002-10-16 [colin]      0.8.5claws41
5062
5063         * src/main.c
5064                 Use a tristate to change online mode
5065
5066 2002-10-16 [paul]       0.8.5claws40
5067
5068         * po/es.po
5069                 updated by Ricardo Mones Lastra
5070
5071 2002-10-16 [colin]      0.8.5claws39
5072
5073         * src/main.c
5074           src/mainwindow.[ch]
5075                 Added --online and --offline command-line
5076                 switches
5077
5078 2002-10-15 [christoph]  0.8.5claws38
5079
5080         * src/procmime.c
5081                 set mimeinfo->name to NULL after g_free to
5082                 avoid double freeing with g_free
5083
5084 2002-10-14 [christoph]  0.8.5claws37
5085
5086         * src/compose.c
5087         * src/filtering.c
5088         * src/summaryview.c
5089                 remove calls to folder->change_flags that are now
5090                 done by procmsg flag functions (seems it is not
5091                 used by any foldertype anyway)
5092         * src/folder.c
5093                 init folder->change_flags with NULL
5094
5095 2002-10-14 [christoph]  0.8.5claws36
5096
5097         * src/folder.[ch]
5098         * src/imap.[ch]
5099                 use virtual functions for folder item new and destroy
5100                 functions
5101
5102 2002-10-14 [melvin]     0.8.5claws35
5103
5104         * src/compose.c
5105                 Added a test to not run the spell checker if no default
5106                 dictionary is available. No dialog is displayed though.
5107
5108 2002-10-14 [melvin]     0.8.5claws34
5109
5110         * src/gtkaspell.c
5111                 Fixed bug in dictionary list context menu where
5112                 "More..." pointed to an emtpy submenu if the
5113                 number of dictionaries is a multiple of 15
5114                 Removed unneeded code in suggestions list creation
5115
5116 2002-10-14 [paul]       0.8.5claws33
5117
5118         * po/bg.po
5119                 updated by George Danchev
5120
5121 2002-10-13 [hoa]        0.8.5claws32
5122
5123         * src/matcher.[ch]
5124           src/matcher_parser_parser.y
5125                 removed the escaped string from internal structure
5126                 of matcher.
5127
5128 2002-10-12 [colin]      0.8.5claws31
5129
5130         * src/gtksctree.[ch]
5131           src/summaryview.c
5132                 Removed useless function gtksctree_reanchor
5133
5134 2002-10-12 [alfons]     0.8.5claws30
5135         
5136         * sync with remaining main changes 2002-10-09 - 2002-10-11
5137         - drop changes to src/compose.c (requires claws specific changes)
5138         
5139 2002-10-12 [alfons]     0.8.5claws29
5140         
5141         * sync with main changes of 2002-10-08
5142         - drop changes to src/compose.c (requires claws specific changes)
5143         - drop changes to src/summaryview.c (requires changes to compose.c)     
5144
5145 2002-10-12 [alfons]     0.8.5claws28
5146         
5147         * sync with main changes of 2002-10-07
5148
5149 2002-10-12 [alfons]     0.8.5claws27
5150
5151         * sync with main changes of 2002-10-04
5152         - drop changes to src/compose.c (requires claws specific changes)
5153         - drop changes to src/prefs_folder_item.c (claws implementation
5154           seems to be working)
5155
5156 2002-10-12 [colin]      0.8.5claws26
5157
5158         * src/mainwindow.c
5159                 Fix folder-flicker when space-reading, introduced 
5160                 in claws22.
5161
5162 2002-10-12 [colin]      0.8.5claws25
5163
5164         * src/compose.c
5165                 Save account address when saving as draft.
5166                 (closes bug 621838)
5167
5168 2002-10-12 [colin]      0.8.5claws24
5169
5170         * src/summaryview.c
5171                 Fix the problem consisting of no message selected
5172                 after the last message in a folder has been moved.
5173
5174 2002-10-12 [paul]       0.8.5claws23
5175
5176         * src/compose.c
5177           src/prefs_template.c
5178           src/template.[ch]
5179                 add Cc and Bcc to templates. Patch submitted by
5180                 John L. Males.
5181
5182 2002-10-12 [colin]      0.8.5claws22
5183
5184         * src/folderview.c
5185                 Fix a bug after "Check for new messages":
5186                 If a folder was opened, it was still selected at
5187                 the end of the check, but displayed empty.
5188         * src/mainwindow.c
5189                 Remove unnecessary check
5190
5191 2002-10-12 [paul]
5192
5193         * tools/README
5194                 be more verbose in the description of
5195                 OOo2sylpheed.pl
5196                 
5197
5198 2002-10-11 [colin]      0.8.5claws21
5199
5200         * src/mainwindow.c
5201                 Make space work (better) when no mail is selected
5202
5203 2002-10-11 [colin]      0.8.5claws20
5204
5205         * src/inc.c
5206           src/news.c
5207                 fix warnings
5208
5209 2002-10-11 [colin]      0.8.5claws19
5210
5211         * src/mainwindow.c
5212                 revert 0.8.5claws6 changes as i couldn't get to
5213                 anything satisfying
5214
5215 2002-10-11 [melvin]     0.8.5claws18
5216
5217         * src/compose.c
5218                 Removed buggy and unused macro (should have been committed in
5219                 0.8.5claws17)
5220
5221 2002-10-11 [melvin]     0.8.5claws17
5222
5223         * src/compose.c
5224                 Fixed memory leak from bug #622040 (thanks to Martin Kluge)
5225
5226 2002-10-11 [thorsten]   0.8.5claws16 
5227
5228         * src/folderview.c
5229                 remove rescan warning
5230
5231 2002-10-11 [colin]      0.8.5claws15 
5232
5233         * src/procheader.c
5234                 fix a segfault that happens if conv_unmime_header
5235                 fails (should be better to find out why it fails)
5236
5237 2002-10-11 [christoph]  0.8.5claws14
5238
5239         * src/summaryview.c
5240                 update folderview stats after ignore/unignore thread
5241
5242 2002-10-11 [hoa]        0.8.5claws13
5243
5244         * src/quote_fmt_parse.y
5245                 Fixed a yacc/bison syntax error
5246         * src/matcher.c
5247                 Escaping of string is fixed.
5248
5249 2002-10-11 [colin]      0.8.5claws12
5250
5251         * src/imageview.c
5252                 Resize images to fit
5253
5254 2002-10-11 [paul]       0.8.5claws11
5255
5256         * po/es.po
5257                 updated by Ricardo Mones Lastra
5258
5259 2002-10-10 [alfons]     0.8.5claws10
5260
5261         * src/compose.c
5262                 allow dropping files by "moving" files from a file manager,
5263                 not only by the more cumbersome "copying". the latter 
5264                 mostly implies holding down the Control button
5265
5266 2002-10-10 [christoph]  0.8.5claws9
5267
5268         * src/summaryview.c
5269                 update folders after thread building for ignored threads
5270
5271 2002-10-10 [christoph]  0.8.5claws8
5272
5273         * config/.cvsignore
5274                 added Makefile
5275         * src/filtering.[ch]
5276         * src/folder.[ch]
5277         * src/folderview.[ch]
5278         * src/import.c
5279         * src/inc.[ch]
5280         * src/mbox.[ch]
5281         * src/procmsg.c
5282         * src/summaryview.[ch]
5283                 o added new flag need_update to FolderItem
5284                 o removed folder_table from various functions from tracking
5285                   folder updates
5286                 o set need_update flags in folder.c's move, copy and delete
5287                   functions and procmsg's flags functions
5288                 o added function folderview_update_items_when_required that
5289                   updates all folders with need_update set
5290                 o call folderview_update_items_when_required instead of
5291                   folderview_update_item_foreach
5292
5293 2002-10-09 [sergey]     0.8.5claws7
5294
5295         * src/compose.c
5296                 Strip CRs whel loading the text into editor in reedit mode.
5297
5298 2002-10-09 [colin]      0.8.5claws6
5299
5300         * src/mainwindow.c
5301                 Make Space work when no mail is selected
5302
5303 2002-10-09 [colin]      0.8.5claws5
5304
5305         * src/gtksctree.[ch]
5306                 Fix range_select
5307                 Add gtk_sctree_reanchor() 
5308         * src/summaryview.c
5309                 Use gtk_sctree_reanchor() - better fix for 
5310                 bug 60413
5311
5312 2002-10-09 [colin]      0.8.5claws4
5313
5314         * src/summaryview.c
5315                 Fix shift-click select after delete problem
5316                 (closes bug 60413)
5317
5318 2002-10-08 [thorsten]   0.8.5claws3
5319
5320         * src/summaryview.c
5321                 exclude current msg from -hide read messages-
5322
5323 2002-10-08 [colin]      0.8.5claws2
5324
5325         * src/inc.[ch]
5326           src/pop.c
5327           src/recv.c
5328                 Differentiate socket errors from disk full
5329                 errors
5330
5331 2002-10-08 [christoph]  0.8.5claws1
5332
5333         * Makefile.am
5334         * configure.in
5335                 modifications for new config directory
5336
5337         * config.guess  ** REMOVED **
5338         * config.sub    ** REMOVED **
5339         * install-sh    ** REMOVED **
5340         * ltmain.sh     ** REMOVED **
5341         * missing       ** REMOVED **
5342         * mkinstalldirs ** REMOVED **
5343                 these files are autogenerated by automake
5344                 when you run autogen.sh
5345
5346         * config/.cvsignore     ** NEW FILE **
5347         * config/Makefile.am    ** NEW FILE **
5348                 ignore autogenerated files
5349                 create a Makefile in this directory
5350
5351 2002-10-08 [paul]       0.8.5claws
5352
5353         * 0.8.5claws release
5354         
5355         * src/compose.c
5356           src/procheader.c
5357           src/procmsg.c
5358                 fix quote reply format for newsgroups reply bug
5359                 (thanks to Hoa)
5360                 
5361         * po/en_GB.po
5362           po/pl.po
5363                 updated by me and Witold Wladyslaw Wojciech Wilk
5364                 repectively
5365
5366 2002-10-07 [paul]       0.8.3claws53
5367
5368         * po/it.po
5369           po/pt_BR.po
5370           po/sr.po
5371                 updated messages catalogs, submitted by
5372                 Alessandro Maestri, Fabio Jr.Beneditto 
5373                 and Urke MMI, respectively.
5374
5375 2002-10-07 [christoph]  0.8.3claws52
5376
5377         * src/folder.[ch]
5378         * src/folderview.c
5379         * src/mainwindow.c
5380                 fix new folder ghost message bug
5381                 (closes bug [ 619722 ] wrong count for newly created folders)
5382
5383 2002-10-07 [christoph]  0.8.3claws51
5384
5385         * src/compose.c
5386                 fix news posting problem
5387
5388 2002-10-07 [melvin]     0.8.3claws50
5389
5390         * po/fr.po
5391                 Updated French translation
5392
5393 2002-10-05 [christoph]  0.8.3claws49
5394
5395         * src/gtkstext.c
5396                 check if line_start_cache is set in gtk_stext_update_text
5397                 (closes bug [ 618119 ] crash while doing search in folder)
5398
5399 2002-10-05 [christoph]  0.8.3claws48
5400
5401         * src/imap.c
5402         * src/news.c
5403         * src/utils.c
5404         * src/utils.h
5405                 implement cache cleanups for claws' folder system
5406                 (closes bug [ 595916 ] imapcache not cleaned up)
5407
5408 2002-10-05 [melvin]     0.8.3claws47
5409
5410         * src/prefs_actions.c
5411                 Made the help text more clear for the %p token
5412
5413 2002-10-04 [paul]       0.8.3claws46
5414
5415         * sync with 0.8.5
5416                 see ChangeLog 2002-10-02 and 2002-10-03
5417
5418 2002-10-04 [christoph]  0.8.3claws45
5419
5420         * src/inc.c
5421                 fix segfault caused by pop before smtp
5422                 call to inc_account_mail with NULL
5423                 pointer for mainwin
5424
5425 2002-10-04 [paul]       0.8.3claws44
5426
5427         * configure.in
5428                 sync the LDAP detection from 0.8.5cvs1
5429
5430 2002-10-02 [christoph]  0.8.3claws43
5431
5432         * po/de.po
5433                 fix small spelling error
5434
5435 2002-10-02 [melvin]     0.8.3claws42
5436
5437         * ac/aspell.m4
5438                 Behave better and say "no" when test program cannot be run.
5439
5440 2002-10-02 [paul]       0.8.3claws41
5441
5442         * sync with 0.8.4cvs1
5443                 see ChangeLog 2002-09-30, 2002-10-01, 2002-10-02
5444                 
5445         * src/summaryview.c
5446                 toggle the behavior of Reply menuitem between
5447                 normal reply and reply-to-list
5448
5449 2002-10-01 [sergey]     0.8.3claws40
5450
5451         * src/compose.c
5452                 Convert newlines in the message text to the canonical form
5453                 before base64 encoding (RFC2045 compliance, fixes some
5454                 interoperability issues with Evolution 1.0.3)
5455
5456 2002-09-29 [colin]      0.8.3claws39
5457
5458         * src/summaryview.c
5459                 Fix an unwanted copy/paste
5460
5461 2002-09-29 [colin]      0.8.3claws38
5462
5463         * src/mainwindow.c
5464                 Renamed "Custom toolbar" to "Customize toolbar"
5465                 Renamed "Show all header" to "Show all headers"
5466                 Renamed "Set diplay item" to "Set displayed items"
5467         * src/prefs_common.c
5468                 Renamed "Show all header" to "Show all headers"
5469         * src/prefs_summary_column.c
5470                 Renamed "diplay item" to "displayed items"
5471
5472 2002-09-29 [colin]      0.8.3claws37
5473
5474         * src/mainwindow.[ch]
5475                 online/offline status pixmaps follow theme
5476                 changes
5477         * src/summaryview.[ch]
5478                 quicksearch pixmap follows theme changes
5479
5480 2002-09-29 [thorsten]   0.8.3claws36
5481
5482         * src/compose.c
5483           src/prefs_folder_item.[ch]
5484                 add default_reply_to folder option (closes patch 581044)
5485
5486 2002-09-29 [christoph]  0.8.3claws35
5487
5488         * acconfig.h    ** REMOVED **
5489         * configure.in
5490         * ac/aspell.m4
5491         * ac/check-type.m4
5492         * ac/gnupg-check-typedef.m4
5493                 fix autoheader 2.50 warning
5494
5495 2002-09-29 [christoph]  0.8.3claws34
5496
5497         * major code cleanup (part 2)
5498         
5499                 - unused variables removed
5500                 - unused functions removed
5501                 - uninitialized variables checked
5502                 - missing return statements added
5503                 - missing function return types added
5504                 - added parentheses around assignment
5505                   when suggested by gcc
5506
5507 2002-09-29 [alfons]     0.8.3claws33
5508
5509         * src/logwindow.c
5510                 log_window_clear(): only bracket gtk_text_forward_delete() 
5511                 with gtk_text_freeze() / gtk_text_thaw() (see if this
5512                 works around GTK text bug)
5513
5514 2002-09-29 [paul]       0.8.3claws32
5515
5516         * po/bg.po
5517           po/sr.po
5518                 updated by George Danchev and Urke MMI
5519                 respectively
5520
5521 2002-09-27 [christoph]  0.8.3claws31
5522
5523         * doc-src/readme.txt
5524         * doc-src/rfc1806.txt   ** REMOVED **
5525         * doc-src/rfc2183.txt   ** NEW FILE **
5526         * doc-src/rfc2980.txt   ** NEW FILE **
5527                 update rfcs
5528
5529 2002-09-27 [melvin]     0.8.3claws30
5530
5531         * ac/aspell.m4
5532                 Fixed typo which could break linking
5533
5534 2002-09-27 [melvin]     0.8.3claws29
5535
5536         * ac/aspell.m4
5537                 Improved GNU/aspell checking. 
5538                 Fixed bug #614490
5539
5540 2002-09-27 [paul]       0.8.3claws28
5541
5542         * sync with 0.8.3cvs8
5543                 see ChangeLog 2002-09-27
5544
5545 2002-09-26 [colin]      0.8.3claws27
5546
5547         * src/toolbar.[ch]
5548           src/mainwindow.[ch]
5549                 Add "Reply to Mailing-list" to the toolbar
5550
5551 2002-09-26 [christoph]  0.8.3claws26
5552
5553         * src/summaryview.c
5554                 Fix wrong message counts in summaryview status
5555
5556 2002-09-26 [paul]       0.8.3claws25
5557
5558         * sync with 0.8.3cvs7
5559                 see ChangeLog 2002-09-26
5560
5561 2002-09-26 [paul]       0.8.3claws24
5562
5563         * sync with 0.8.3cvs6
5564                 see ChangeLog 2002-09-25
5565
5566 2002-09-25 [christoph]  0.8.3claws23
5567
5568         * src/prefs_common.c
5569         * src/prefs_folder_item.c
5570         * src/prefs_scoring.c
5571                 Renamed "kill score" to "hide score" in GUI
5572                 and prefs files
5573
5574 2002-09-25 [paul]       0.8.3claws22
5575
5576         * sync with 0.8.3cvs5
5577                 see ChangeLog 2002-09-24
5578
5579 2002-09-24 [alfons]     0.8.3claws21
5580
5581         patch by Satoshi Nagayasu: allows appending / saving multiple 
5582         selected files (closes "[ 612279 ] save multiple mesg(s) in 
5583         'Save as ...'")
5584
5585         * AUTHORS
5586                 add Satoshi Nagayasu
5587         * src/summaryview.c
5588                 summary_save_as(): allow saving selected files to
5589                 one file
5590                 summary_set_menu_sensitive: enable "Save As..." when
5591                 multiple files are selected
5592         * src/utils.[ch]
5593                 append_file(): new function
5594
5595 2002-09-24 [colin]      0.8.3claws20
5596
5597         * src/procmime.c
5598                 Fix segfault when mimeinfo doesn't have a 
5599                 content_type. 
5600
5601 2002-09-24 [colin]      0.8.3claws19
5602
5603         * src/prefs_common.[ch]
5604                 Add a preference to display send dialog or not
5605         * src/send.c
5606                 Display send dialog according to preference
5607
5608 2002-09-24 [colin]      0.8.3claws18
5609
5610         * src/compose.[ch]
5611                 Disable user actions when sending
5612
5613 2002-09-24 [colin]      0.8.3claws17
5614
5615         * src/procmime.c
5616                 Do not display name or filename for attachments
5617                 with an application/pgp-signature type
5618                 (security flaw, see bug 537413)
5619
5620 2002-09-23 [colin]      0.8.3claws16
5621
5622         * src/editaddress.c
5623                 Initialize entry_email, entry_alias and 
5624                 entry_remarks to first email address of the list
5625
5626 2002-09-23 [colin]      0.83claws15
5627
5628         * src/compose.c
5629                 Drop pgp-signature when reediting a signed queued
5630                 message
5631
5632 2002-09-23 [melvin]     0.8.3claws14
5633
5634         * po/fr.po
5635                 Updated French translation
5636
5637 2002-09-23 [melvin]     0.8.3claws13
5638
5639         * src/mainwindow.c
5640                 Made custom toolbar menu labels more consistent
5641         * src/prefs_toolbar.c
5642                 Made custom toolbar window title more consistent
5643
5644 2002-09-22 [colin]      0.8.3claws12
5645
5646         * src/inc.c
5647                 Initialize session type to normal before getting 
5648                 mail (fixes strange Get behaviour)
5649         * src/prefs_account.h
5650                 Move STYPE_POP_BEFORE_SMTP to last position to 
5651                 avoid other side-effects
5652
5653 2002-09-22 [colin]      0.8.3claws11
5654
5655         * src/prefs_account.c
5656                 Fix pop_bfr_smtp_tm_entry sensivity when switching
5657                 from pop3 to apop or vice-versa
5658
5659 2002-09-22 [colin]      0.8.3claws10
5660         
5661         * src/prefs_account.[ch]
5662                 Add an option for the POP before SMTP timeout
5663         * src/inc.c
5664                 Remember time of last POP connection
5665         * src/send.c
5666                 Do POP before SMTP only if timeout reached
5667
5668 2002-09-22 [oliver]     0.8.3claws9
5669         
5670         * README.claws
5671                 explain custom toolbar
5672
5673 2002-09-22 [oliver]     0.8.3claws8
5674
5675         * src/prefs_actions.[ch]
5676         custom toolbar for compose      
5677                 actions callback from compose toolbar
5678         * src/folderview.c
5679                 remove include toolbar.h
5680
5681 2002-09-22 [oliver]     0.8.3claws7
5682         
5683         * src/prefs_toolbar.[ch]
5684                 custom toolbar for compose
5685                 - generic prefs_toolbar handles both
5686                   Mainwin's toolbar as well as Compose toolbar          
5687
5688 2002-09-22 [oliver]     0.8.3claws6
5689         
5690         * src/toolbar.[ch]
5691                 custom toolbar for compose
5692                 restructure toolbar.[ch]
5693
5694 2002-09-22 [oliver]     0.8.3claws5
5695
5696         * src/compose.[ch]
5697                 custom toolbar for compose
5698
5699 2002-09-22 [oliver]     0.8.3claws4
5700         
5701         * src/mainwindow.[ch]
5702                 custom toolbar for compose 
5703                 move mainwin toolbar back to mainwindow
5704
5705 2002-09-22 [alfons]     0.8.3claws3
5706
5707         * src/procmsg.c
5708                 :%sno/if(/if (/gc
5709                 :%sno/for(/for (/gc
5710                 (beautify)
5711
5712 2002-09-22 [alfons]     0.8.3claws2
5713         
5714         * src/procmsg.c
5715                 procmsg_save_to_outbox(): don't unlink message file from queue;
5716                 callers should do it using folder_item_remove_msg()
5717
5718 2002-09-22 [colin]      0.8.3claws1
5719
5720         * src/mimeview.[ch]
5721                 Made mimeview_check_signature() public
5722         * src/textview.c
5723                 Made GPG signatures verifiable by clicking
5724                 the [application/pgp-signature] in the Text
5725                 view
5726
5727 2002-09-22 [paul]       0.8.3claws
5728
5729         * po/bg.po
5730           po/en_GB.po
5731           po/es.po
5732           po/it.po
5733           po/pl.po
5734           po/pt_BR.po
5735           po/sr.po
5736                 updated translations, submitted by George Danchev,
5737                 me, Ricardo Mones Lastra, Alessandro Maestri,
5738                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.Beneditto 
5739                 and Urke MMI, respectively.     
5740
5741 2002-09-22 [alfons]     0.8.2claws65
5742
5743         * src/procmsg.c
5744         * src/pgptext.c
5745                 no furry valgrinds have been used to plug these memleaks
5746
5747 2002-09-20 [paul]       0.8.2claws64
5748
5749         * sync with 0.8.3cvs4
5750                 'Select thread' re-implemented 
5751                 see ChangeLog 2002-09-20
5752
5753 2002-09-21 [alfons]     0.8.2claws63
5754
5755         * src/compose.c
5756                 compose_send(): plug unnoticed memleak
5757
5758 2002-09-20 [alfons]     0.8.2claws62
5759
5760         * src/addr_compl.c
5761                 replace_address_in_edit(): strict check for NULL address to
5762                 fix "[ 607348 ] Segfault in address completion". My guess is
5763                 that this happens with an empty address book, but it's good
5764                 to have this check here anyway
5765                 
5766                 completion_window_button_press(): free string returned 
5767                 from the internal cache
5768
5769 2002-09-20 [christoph]  0.8.2claws61
5770
5771         * src/procmime.h
5772                 added ENC_BINARY to EncodingType
5773         * src/procmime.c
5774                 the string returned by procmime_get_encoding_str
5775                 should not depend on the order of values in the
5776                 EncodingType definition
5777         * doc-src/rfc1806.txt   ** NEW FILE **
5778                 Added rfc1806 about MIME Content-Disposition
5779                 Extension
5780
5781 2002-09-19 [paul]       0.8.2claws60
5782
5783         * sync with 0.8.2cvs3
5784                 see ChangeLog 2002-09-19
5785
5786 2002-09-19 [paul]       0.8.2claws59
5787
5788         * src/prefs_folder_item.c
5789                 revert to Darko's original alignment of colour
5790                 selector button
5791                 add a colon to folder_color label
5792                 
5793         * src/compose.c
5794                 add Colin's patch (with Hiro's modifications) to 
5795                 force BASE64 encoding for 8-bit text when signing
5796                 (sync with 0.8.3cvs2)
5797
5798 2002-09-18 [alfons]     0.8.2claws58
5799
5800         * src/compose.c
5801                 :%sno/if(/if (/gc
5802                 :%sno/for(/for (/gc
5803                 (beautify a little bit)
5804
5805 2002-09-18 [christoph]  0.8.2claws57
5806
5807         * src/pine.c
5808                 fix handling of fgetc return value
5809
5810 2002-09-17 [alfons]     0.8.2claws56
5811         
5812         * src/summaryview.c
5813                 summary_sort(): check non-NULL summaryview->folder_item when no 
5814                 folder is selected at all
5815                 (closes "[ 610344 ] sort label make syl Crash")
5816
5817 2002-09-17 [alfons]     0.8.2claws55
5818         
5819         * src/compose.c
5820                 beautify a little bit
5821
5822 2002-09-17 [christoph]  0.8.2claws54
5823
5824         * src/folder.c
5825                 initialize max values for cache and folder
5826                 when cache or folder is empty
5827
5828 2002-09-15 [colin]      0.8.2claws53
5829
5830         * src/compose.c
5831                 Fix a leak (thanks Alfons!) and cleaned
5832                 variables names for custom headers
5833
5834 2002-09-15 [colin]      0.8.2claws52
5835
5836         * src/compose.c
5837                 Fix custom headers recognition when
5838                 prefs_common.trans_hdr is on
5839
5840 2002-09-15 [colin]      0.8.2claws51
5841
5842         * src/compose.c
5843                 Allow dynamically-added custom headers
5844                 Yet not reparsed if reedited
5845
5846 2002-09-15 [alfons]     0.8.2claws50
5847
5848         * src/prefs_account.c
5849                 fix warnings
5850
5851 2002-09-15 [colin]      0.8.2claws49
5852         
5853         * src/prefs_account.c
5854                 fix pop_before_smtp sensitivity
5855
5856 2002-09-15 [colin]      0.8.2claws48
5857
5858         * src/inc.[ch]
5859                 add inc_pop_before_smtp()
5860                 allow MainWindow to be undefined in 
5861                 inc_account_mail() and inc_start()
5862         * src/pop.c
5863           src/prefs_account.h
5864                 add STYPE_POP_BEFORE_SMTP session type
5865         * src/prefs_account.c
5866                 activated pop before smtp option
5867         * src/send.c
5868                 do pop before smtp if the relevant option 
5869                 is set
5870
5871 2002-09-15 [paul]       0.8.2claws47
5872
5873         * sync with 0.8.3
5874                 see ChangeLog 2002-09-15
5875
5876 2002-09-14 [paul]       0.8.2claws46
5877
5878         * po/bg.po
5879                 updated Bulgarian translation, submitted by
5880                 George Danchev
5881
5882 2002-09-13 [paul]       0.8.2claws45
5883
5884         * src/compose.c
5885                 merge claws' select_account() with main's
5886                 (new) compose_select_account(). [sync with
5887                 0.8.2cvs15, see ChangeLog 2002-09-11]
5888
5889 2002-09-12 [christoph]  0.8.2claws44
5890
5891         * src/filter.c
5892                 allocate 1 elements of FolderItem not 0
5893
5894 2002-09-12 [colin]      0.8.2claws43
5895
5896         * src/compose.c
5897                 Fix bug #590825 (obey Follow-up: poster)
5898
5899 2002-09-12 [colin]      0.8.2claws42
5900
5901         * src/procmime.c
5902                 Fix bug #557009 (wrong headers for messages 
5903                 forwarded as attachments)
5904
5905 2002-09-11 [colin]      0.8.2claws41
5906         
5907         * src/compose.c
5908                 Put SCF: pseudo-header on top of message
5909                 Set draft tmp_flag when saved as draft
5910
5911         * src/procmsg.c
5912           src/procheader.c
5913                 Skip after first \n\n for beginning of real message
5914                 for drafts too
5915
5916 2002-09-11 [christoph]  0.8.2claws40
5917
5918         * src/filtering.c
5919                 use procmsg flag functions in filtering or processing
5920                 will cause incorrect folder message counts
5921
5922 2002-09-11 [colin]      0.8.2claws39
5923
5924         * src/compose.c
5925                 Fix bug #550175 - wrong save folder when reediting
5926                 drafts
5927
5928 2002-09-11 [paul]       0.8.2claws38
5929
5930         * sync with 0.8.2cvs14
5931                 see ChangeLog 2002-09-11
5932
5933 2002-09-11 [colin]      0.8.2claws37
5934
5935         * src/folder.c
5936                 Fix a typo (seeming to cause new/unread status to
5937                 be lost)
5938
5939 2002-09-10 [christoph]  0.8.2claws36
5940
5941         * src/compose.c
5942                 compose_redirect should not use compose_generic_new
5943                 because that does more stuff than expected including
5944                 opening the external editor
5945                 (closes bug "[ 526608 ] bounced messages appear blank
5946                  in editor")
5947
5948 2002-09-10 [christoph]  0.8.2claws35
5949
5950         * src/folder.c
5951                 fix problem with too large message number range
5952                 causing a crash in folder_item_scan
5953
5954 2002-09-10 [paul]       0.8.2claws34
5955
5956         * sync with 0.8.2cvs13
5957                 see ChangeLog 2002-09-10
5958
5959 2002-09-10 [christoph]  0.8.2claws33
5960
5961         * src/msgcache.c
5962                 set MsgInfo TmpFlags for queue and draft folders
5963                 (closes bug "[ 591676 ] Queue ignore MIME on restart")
5964
5965 2002-09-10 [paul]       0.8.2claws32
5966
5967         * AUTHORS
5968           po/bg.po      ** NEW FILE **
5969                 new Bulgarian translation submitted by
5970                 George Danchev <danchev@spnet.net>
5971                 
5972         * tools/Makefile.am
5973           tools/README
5974           tools/tb2sylpheed     ** NEW FILE **
5975                 add script that converts an addressbook exported
5976                 from The Bat! into a Sylpheed addressbook. Submitted
5977                 by Urke MMI <urke-kg@eunet.yu>
5978
5979 2002-09-10 [paul]       0.8.2claws31
5980
5981         * sync with 0.8.2cvs12
5982                 see ChangeLog 2002-09-10
5983
5984 2002-09-06 [paul]       0.8.2claws30
5985
5986         * src/prefs_common.c
5987                 sync with 0.8.2cvs11, see ChangeLog 2002-09-06
5988                 
5989         * tools/Makefile.am
5990           tools/README
5991           tools/ldif-to-xml.py  ** REMOVED **
5992                 remove obsolete python script
5993
5994 2002-09-06 [paul]       0.8.2claws29
5995
5996         * sync with 0.8.2cvs10
5997                 see ChangeLog 2002-09-06
5998
5999 2002-09-04 [paul]       0.8.2claws28
6000
6001         * sync with 0.8.2cvs9
6002                 see ChangeLog 2002-08-04
6003
6004 2002-09-04 [colin]      0.8.2claws27 
6005
6006         * src/prefs_common.[ch]
6007                 Added signature color configuration
6008         * src/textview.c
6009                 Use user-specified signature color
6010
6011 2002-09-03 [colin]      0.8.2claws26
6012
6013         * src/prefs_common.[ch]
6014                 Added autosave and autosave_length prefs
6015         * src/compose.c
6016                 Added compose_remove_draft()
6017                 Auto-save drafts according to the prefs
6018         * src/main.c
6019                 Added a crash-indicator file, allowing to check
6020                 for new messages on startup if Sylpheed crashed
6021                 (makes saved drafts "reappear")
6022
6023 2002-09-03 [colin]      0.8.2claws25
6024
6025         * src/textview.[ch]
6026                 Grey the signature
6027
6028 2002-09-03 [paul]       0.8.2claws24
6029
6030         * sync with 0.8.2cvs8
6031                 see ChangeLog 2002-09-02 and 2002-09-03
6032
6033 2002-09-03 [darko]      0.8.2claws23
6034
6035         * src/folderview.c
6036                 use normal style when creating new folder to pick
6037                 proper font size 
6038
6039 2002-09-02 [melvin]     0.8.2claws22
6040
6041         * src/gtkaspell.m4
6042                 removed some obsolete code
6043
6044 2002-09-02 [melvin]     0.8.2claws21
6045
6046         * ac/aspell.m4
6047                 fixed test's equality sign (== to =)
6048
6049 2002-09-02 [alfons]     0.8.2claws20
6050
6051         * src/folder.c
6052         * src/mh.c
6053                 revert change of 0.8.2claws16 and use the mh_folder_destroy
6054                 as folder->destroy virtual as suggested by Hiro
6055                 (the mh.c code seems to have been lost around mh.c.1.21)
6056
6057 2002-09-02 [paul]       0.8.2claws19
6058
6059         * po/pt_BR.po
6060                 updated by Fabio Jr. Beneditto
6061                 
6062         * src/defs.h
6063                 use 'http://claws.sylpheed.org' for homepage link. 
6064                 Domain provided by Oktay Altunergil <oktay@freelinuxcd.org>
6065
6066 2002-09-01 [alfons]     0.8.2claws18
6067
6068         * src/mh.c
6069                 plug memleak related to one Martin Kluge found
6070
6071 2002-08-31 [paul]       0.8.2claws17
6072
6073         * sync with 0.8.2cvs6
6074                 see ChangeLog 2002-08-30
6075
6076 2002-08-31 [alfons]     0.8.2claws16
6077
6078         * src/folder.c
6079                 folder_destroy(): remove mailbox from folderlist even if it has
6080                 no destroy virtual
6081
6082 2002-08-31 [alfons]     0.8.2claws15
6083
6084         * src/folder.c
6085                 :%sno/if(/if (/gc
6086                 :%sno/for(/for (/gc
6087                 (being pedantic I know)
6088
6089 2002-08-31 [alfons]     0.8.2claws14
6090
6091         * src/folder.c
6092                 check for NULL pointers returned from folder->fetch_msginfo virtual
6093                 (should solve some reported crashes)
6094
6095 2002-08-30 [alfons]     0.8.2claws13
6096
6097         * acconfig.h
6098         * configure.in
6099         * src/crash.c
6100                 enable crash dialog on compilation time
6101                 (--enable-crash-dialog configure option)
6102
6103 2002-08-30 [alfons]     0.8.2claws12
6104
6105         * AUTHORS
6106                 add Martin Kluge
6107         * src/mh.c
6108                 apply memory leak plug patch by Martin Kluge
6109                 (closes patch "[ 602568 ] patch for 602441 little memory leak",
6110                 bug "[ 599677 ] Very small memory leak in 0.81claws115",
6111                 and bug "[ 602441 ] memoryleak in filtering 0.8.2claws9?")
6112
6113 2002-08-30 [darko]      0.8.2claws11
6114
6115         * src/folderview.c
6116                 copy Gtk style from normal style to match
6117                 font size for coloured folders
6118
6119 2002-08-29 [alfons]     0.8.2claws10
6120
6121         * sylpheed.desktop
6122                 Type=Internet <- Type=Application
6123                 (reported by Michael Schwendt, see:
6124                 http://sourceforge.net/tracker/index.php?func=detail&aid=599765&group_id=25528&atid=384600
6125                 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=72882)
6126
6127 2002-08-29 [paul]       0.8.2claws9
6128
6129         * sync with 0.8.2cvs5
6130                 see ChangeLog 2002-08-29
6131
6132 2002-08-29 [colin]      0.8.2claws8
6133
6134         * src/summaryview.c
6135                 Added a sanity check in summary_select_thread
6136                 Should fix bug 601605
6137
6138 2002-08-29 [colin]      0.8.2claws7
6139
6140         * src/main.c
6141                 Revert claws6 changes regarding bug #591676
6142
6143 2002-08-28 [colin]      0.8.2claws6
6144         
6145         * src/main.c
6146                 Ignore cache for queue folderitems
6147                 Fix bug #591676
6148
6149 2002-08-28 [melvin]     0.8.2claws5
6150
6151         * README.claws
6152                 Fixed typos.
6153
6154 2002-08-28 [melvin]     0.8.2claws4
6155
6156         * README.claws
6157                 Updated a bit the text concerning the spell checker
6158
6159 2002-08-28 [melvin]     0.8.2claws3
6160
6161         Merged the GNU_aspell_branch:
6162                 Support of new GNU/aspell is now included and the old pspell
6163                 is not supported anymore.
6164                 See README.claws
6165
6166         * README.claws
6167                 Updated spell checker text to reflect the switch to GNU/aspell
6168
6169         * ac/aspell.m4          *** NEW ***
6170         * src/gtkaspell.[ch]    *** NEW *** 
6171         * ac/pspell.m4          *** DELETED *** 
6172         * src/gtkspell.[ch]     *** DELETED ***
6173
6174         * ac/Makefile.am
6175                 Updated for GNU/aspell support
6176
6177         * po/POTFILES.in
6178                 Replaced gtkspell.c by gtkaspell.c
6179
6180         * acconfig.h
6181         * src/Makefile.am
6182         * src/about.c
6183         * src/compose.[ch]
6184         * src/crash.c
6185         * src/main.c
6186         * src/prefs_common.[ch]
6187                 Updated for GNU/aspell support
6188
6189 2002-08-28 [paul]       0.8.2claws2
6190
6191         * sync with 0.8.2cvs4
6192                 see ChangeLog 2002-08-27 and 2002-08-28
6193
6194 2002-08-28 [colin]      0.8.2claws1
6195
6196         * src/summary_search.c
6197                 Added "AND search"
6198
6199 2002-08-28 [jens]       0.8.2claws
6200
6201         *po/de.po
6202                 Updated German translations
6203
6204 2002-08-27 [melvin]     0.8.2claws
6205
6206         * po/fr.po
6207                 Updated French translations
6208
6209 2002-08-27 [paul]       0.8.2claws
6210
6211         * sync with 0.8.2 main release
6212
6213         * po/en_GB.po
6214           po/es.po
6215           po/it.po
6216           po/pl.po
6217           po/pt_BR.po
6218           po/sr.po
6219                 updated message catalogs submitted by
6220                 Ricardo Mones Lastra, Alessandro Maestri,
6221                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.
6222                 Beneditto and Urke MMI  
6223
6224 2002-08-27 [hoa]        0.8.1claws123
6225
6226         * src/mainwindow.[ch]
6227         * src/summaryview.[ch]
6228                 removed the "filter setting" menu option.
6229                 add a "cancel a news message" menu option.
6230
6231 2002-08-26 [martin]     0.8.1claws122
6232
6233         * ChangeLog.claws
6234                 changed string under 0.8.1claws79 changed by myself
6235                 i'm sorry alfons :(
6236
6237 2002-08-26 [martin]     0.8.1claws121
6238
6239         * src/crash.c
6240                 added kill command to debuggerrc to start crash dialog
6241
6242 2002-08-26 [paul]       0.8.1claws120
6243
6244         * sync with 0.8.1cvs31
6245                 see ChangeLog 2002-08-26
6246
6247 2002-08-25 [alfons]     0.8.1claws119
6248
6249         * src/procmsg.c
6250                 fix bug that didn't send out correct headers to news server
6251                 when sending news article and email from queue (bug reported
6252                 and patch provided by Tim Mann; closes bug 
6253                 "[ 583196 ] 0.7.8claws can't post news")
6254
6255 2002-08-25 [alfons]     0.8.1claws118
6256
6257         * src/selective_download.c
6258                 mark two strings as translatable
6259                 (thanks to Urke MMI for pointing this out)
6260
6261 2002-08-25 [alfons]     0.8.1claws117
6262
6263         * src/summaryview.c
6264                 treat sent boxes as special and allow sorting them by addressee
6265                 (closes "[ 589418 ] Sent folder sorting misbehavior"
6266                 submitted by Steve Lamb)
6267
6268 2002-08-24 [alfons]     0.8.1claws116
6269
6270         * src/matcher.c
6271                 fix memleak reported by Martin Kluge
6272                 (see: "[ 599677 ] Very small memory leak in 0.81claws115")
6273
6274 2002-08-24 [oliver]     0.8.1claws115
6275
6276         * src/prefs_toolbar.c
6277                 o code cleanup as suggested by Alfons
6278                 o memleak fix
6279
6280 2002-08-24 [alfons]     0.8.1claws114
6281
6282         * src/summaryview.c
6283                 o fix another memory leak reported by Martin Kluge
6284                   (see "[ 599568 ] Small Memory Leak")
6285                 o remove 'from' variable from 'summary_set_header()'; we can
6286                   do with just 'to' 
6287
6288 2002-08-24 [paul]       0.8.1claws113
6289
6290         * sync with 0.8.1cvs30
6291                 see ChangeLog 2002-08-23
6292
6293 2002-08-24 [alfons]     0.8.1claws112
6294
6295         * src/summaryview.c
6296                 remove unnecessary allocations for search bar fixing leaks
6297                 reported by Martin Kluge
6298                 (see "[ 599451 ] Further memory leaks?")
6299
6300 2002-08-24 [alfons]     0.8.1claws111
6301
6302         * src/main.c
6303                 make get_socket_name() public for crash.c
6304         * src/crash.c
6305                 o make report bug button work (goes to claws' 
6306                   bug tracker at sf.net)
6307                 o introduce function for doing important stuff just
6308                   before claws goes down
6309                 o clean up code 
6310
6311 2002-08-24 [alfons]     0.8.1claws110
6312
6313         * src/compose.c
6314                 move cursor to "To" entry when forwarding as attachment
6315                 (reported and solved by Steve Lamb, closes bug report
6316                 "[ 592880 ] Forward as attachment; cursor not in to")
6317
6318 2002-08-24 [colin]      0.8.1claws109
6319
6320         * src/mainwindow.c
6321                 fix quick search visibility after GUI (de)separations.
6322
6323 2002-08-23 [colin]      0.8.1claws108
6324
6325         * src/mainwindow.c
6326                 fix header pane visibility after folderview or
6327                 messageview (de)separation
6328
6329 2002-08-23 [paul]       0.8.1claws107
6330
6331         * src/mainwindow.[ch]
6332           src/toolbar.c
6333                 give full control of display or non-display 
6334                 of the Execute icon to Custom toolbar settings.
6335                 add new sensitivity condition to maninwindow.h: 
6336                 M_DELAY_EXEC
6337
6338         * ChangeLog
6339           ChangeLog.jp
6340           NEWS
6341                 more sync with 0.8.1cvs29
6342
6343 2002-08-23 [melvin]     0.8.1claws106
6344
6345         * src/alertpanel.c
6346                 Readded support for custom widget in alertpanel lost in last
6347                 sync.
6348
6349 2002-08-23 [paul]       0.8.1claws105
6350
6351         * sync with 0.8.1cvs29
6352                 see ChangeLog 2002-08-23
6353
6354 2002-08-23 [colin]      0.8.1claws104
6355
6356         * src/summaryview.c
6357                 Fix folder and search pixmaps exchanging positions
6358                 after theme or toolbar changes. Thank to Oliver for 
6359                 reporting this.
6360
6361 2002-08-23 [colin]      0.8.1claws103
6362
6363         * src/mainwindow.c
6364           src/messageview.[ch]
6365           src/noticeview.[ch]
6366           src/summaryview.c
6367                 Changed messageview_create() and noticeview_create()
6368                 to avoid the last gdk_warning
6369
6370 2002-08-22 [colin]      0.8.1claws102
6371
6372         * src/summaryview.c
6373                 Fix my new `Creating pixmap from xpm' warning
6374
6375 2002-08-22 [colin]      0.8.1claws101
6376
6377         * src/mainwindow.c
6378                 Fix some of the gdk warnings
6379
6380 2002-08-22 [colin]      0.8.1claws100
6381
6382         * src/Makefile.am
6383         * src/stock_pixmap.c
6384         * src/stock_pixmap.h
6385         * src/pixmaps/quicksearch.xpm *ADDED*
6386                 Add the quicksearch pixmap
6387         * src/mainwindow.c
6388         * src/summaryview.c
6389         * src/summaryview.h
6390                 Make quicksearch bar visible/hidden via a button
6391
6392 2002-08-22 [christoph]  0.8.1claws99
6393
6394         * src/folder.c
6395                 fix folder update for newsgroups with message
6396                 numbers below minimum number of articles to fetch
6397                 (closes bug #598445)
6398
6399 2002-08-22 [paul]       0.8.1claws98
6400
6401         * sync with 0.8.1cvs28
6402                 see ChangeLog 2002-08-22
6403
6404 2002-08-21 [alfons]     0.8.1claws97
6405
6406         * src/crash.c
6407                 use bt instead of bt full which seems to work 
6408                 better, and bt full doesn't give a great deal 
6409                 of information anyway
6410
6411 2002-08-21 [colin]      0.8.1claws96
6412
6413         * src/summaryview.c
6414                 fix summaryview_searchtype_changed prototype
6415
6416 2002-08-21 [christoph]  0.8.1claws95
6417
6418         * src/mainwindow.c
6419                 o fix broken menu update for sorting type, we have to
6420                   get this info from the summaryview now
6421                 o removed setting of threaded state in menu callback
6422         * src/summaryview.[ch]
6423                 more summaryview/folderitem seperation for
6424                 threading option
6425         * configure.in
6426                 removed not required --with-compiler-flags option
6427
6428 2002-08-21 [oliver]     0.8.1claws94
6429         
6430         * src/toolbar.h 
6431                 o rename toolbar.xml to toolbar_main.xml
6432                   since toolbar_compose.xml might come up 
6433                   any time soon
6434         * README.claws
6435                 add custom toolbar              
6436
6437 2002-08-21 [darko]      0.8.1claws93
6438
6439         * src/procmsg.c
6440                 don't reset tmp flags for messages copied
6441                 to sent folder
6442
6443 2002-08-21 [colin]      0.8.1claws92
6444         
6445         * src/prefs_filtering.c
6446                 fix renaming rules on folder rename 
6447                 when folder is not a leaf folder
6448
6449 2002-08-21 [paul]       0.8.1claws91
6450
6451         * src/prefs_folder_item.c
6452                 fix alignment of colour selector
6453
6454 2002-08-21 [paul]       0.8.1claws90
6455
6456         * sync with 0.8.1cvs27
6457                 see ChangeLog 2002-08-21
6458
6459 2002-08-21 [paul]       0.8.1claws89
6460
6461         * src/summaryview.c
6462                 fix crash when changing field type in
6463                 Quick search bar
6464
6465 2002-08-21 [colin]      0.8.1claws88
6466
6467         * src/summaryview.c
6468                 Made quick search case-insensitive
6469
6470 2002-08-21 [paul]       0.8.1claws87
6471
6472         * sync with 0.8.1cvs26
6473                 see ChangeLog 2002-08-21
6474
6475 2002-08-20 [christoph]  0.8.1claws86
6476
6477         * src/folderview.c
6478         * src/main.c
6479         * src/summaryview.[ch]
6480                 more summaryview/folderitem seperation for
6481                 sort_key and sort_type
6482         * src/procmsg.c
6483                 added missing return statement
6484
6485 2002-08-20 [colin]      0.8.1claws85
6486
6487         * src/summaryview.[ch]
6488                 Added a quick search box
6489         * src/mainwindow.c
6490         * src/prefs_common.[ch]
6491                 Added a show/hide option for the quick search
6492
6493 2002-08-20 [oliver]     0.8.1claws84
6494         
6495         * src/mainwindow.c
6496                 remove toolbar_create_popups
6497         * src/toolbar.[ch]
6498                 o remove toolbar_create_popups
6499                 o fix toolbar_set_sensitive 
6500                   (Bug reports #596834 and #596832)     
6501         * src/prefs_toolbar.c
6502                 o add "Set default" button
6503                 o align label and text + combo widgets
6504
6505 2002-08-20 [hoa]        0.8.1claws83bis
6506
6507         * src/imap.c
6508                 fixed a bug in imap_fetch_msginfo() in case there is no
6509                 current folder.
6510
6511 2002-08-20 [darko]      0.8.1claws83
6512
6513         * src/folderview.c
6514                 copy the color style of folder view so it
6515                 works with GTK themes
6516
6517 2002-08-20 [darko]      0.8.1claws82
6518
6519         * src/folder.h
6520         * src/folderview.c
6521         * src/prefs_folder_item.[hc]
6522                 don't use UI stuff in folder.h
6523
6524 2002-08-20 [darko]      0.8.1claws81
6525
6526         * src/folder.h
6527         * src/prefs_folder_item.h
6528         * src/folderview.c
6529         * src/prefs_folder_item.c
6530                 ability to set folder color in folderview
6531
6532 2002-08-19 [alfons]     0.8.1claws80
6533
6534         * src/summaryview.c
6535                 fix one of the earlier memleaks reported by Martin Kluge
6536
6537 2002-08-19 [alfons]     0.8.1claws79
6538
6539         * src/mainwindow.c
6540                 hide notice view when selecting seperate folder
6541                 view (reported by Urke MMI)
6542
6543 2002-08-19 [christoph]  0.8.1claws78
6544
6545         * src/folderview.c
6546         * src/prefs_folder_item.h
6547         * src/summaryview.[ch]
6548                 o add summary_set_prefs_from_folderitem to set
6549                   summaryview prefs (first step to remove all
6550                   references to the folderitem in summaryview)
6551                 o moved compiled regex stuff from folderitem prefs
6552                   to summaryview code
6553
6554 2002-08-19 [paul]       0.8.1claws77
6555
6556         * src/compose.c
6557                 add check for '.' to QUOTE_IF_REQUIRED
6558
6559 2002-08-19 [paul]       0.8.1claws76
6560
6561         * src/inc.c
6562                 sync with 0.8.1cvs25 (plug memory leak)
6563
6564         * src/prefs_toolbar.c
6565                 re-order prefs_toolbar_cancel()
6566
6567 2002-08-18 [alfons]     0.8.1claws75
6568
6569         * src/inc.c
6570         * src/matcher.c
6571                 plug other memleaks reported by Martin Kluge
6572
6573 2002-08-18 [paul]       0.8.1claws74
6574
6575         * po/pt_BR.po
6576                 updated by Fabio Jr. Beneditto
6577
6578 2002-08-18 [paul]       0.8.1claws73
6579
6580         * src/toolbar.[ch]
6581                 fix bug where tooltips were displayed untranslated              
6582
6583         * src/prefs_toolbar.c
6584                 fix bug where clicking 'Cancel' creates an icon & text
6585                 toolbar regardless of prefs
6586         
6587
6588 2002-08-17 [oliver]     0.8.1claws72
6589
6590         * src/prefs_toolbar.c
6591                 update toolbar on CANCEL
6592                 bug reported by Martin Kluge
6593         * src/toolbar.c
6594                 toolbar_destroy memleak fixed           
6595
6596 2002-08-17 [alfons]     0.8.1claws71
6597
6598         * src/toolbar.c
6599                 plug another memleak reported by Martin Kluge
6600
6601 2002-08-16 [alfons]     0.8.1claws70
6602
6603         * src/crash.c
6604                 use execvp() correctly (suggested by wwp; thanks!)
6605
6606 2002-08-16 [alfons]     0.8.1claws69
6607
6608         * src/gtksctree.c
6609                 plug memory leak reported by Kim Schultz & Martin Kluge
6610
6611 2002-08-16 [paul]       0.8.1claws68
6612
6613         * po/es.po
6614                 updated by Ricardo Mones Lastra
6615
6616 2002-08-16 [paul]       0.8.1claws67
6617
6618         * src/toolbar.h
6619                 fix bug where 'Compose News' icon showed wrong
6620                 tooltip
6621
6622 2002-08-16 [paul]       0.8.1claws66
6623
6624         * sync with 0.8.1cvs24
6625                 see ChangeLog 2002-08-16
6626
6627         * po/it.po
6628                 updated by Alessandro Maestri
6629
6630 2002-08-15 [paul]       0.8.1claws65
6631
6632         * po/sr.po
6633                 updated by Urke MMI
6634
6635 2002-08-15 [paul]       0.8.1claws64
6636
6637         * src/*.c
6638                 don't translate debug info
6639
6640         * src/matcher.[ch]
6641                 add copyright info
6642
6643 2002-08-15 [paul]       0.8.1claws63
6644
6645         * src/prefs_toolbar.c
6646                 fix bug where clicking 'OK' creates an icon & text
6647                 toolbar regardless of prefs
6648
6649 2002-08-14 [alfons]     0.8.1claws62
6650
6651         * src/main.c
6652                 add global var that has the full argv[0]
6653         * src/crash.c
6654                 o execvp the correct sylpheed by using argv0
6655                   and setting the correct work dir
6656                 o other tweaks  
6657
6658 2002-08-14 [oliver]     0.8.1claws61
6659         
6660         * enable/disable Toolbar Action Buttons 
6661         * code cleanups
6662         * src/mainwindow.c
6663         * src/toolbar.[ch]      
6664         * src/prefs_toolbar.c   
6665
6666 2002-08-14 [melvin]     0.8.1claws60
6667
6668         * po/fr.po
6669                 Updated French translations
6670
6671 2002-08-14 [melvin]     0.8.1claws59
6672
6673         * src/crash.c
6674                 Made bug report not translatable
6675         * src/exporthtml.c
6676                 Fixed exporthtml_build_filespec() return value
6677         * src/foldersel.c
6678                 Fixed incorrect include file
6679         * src/gtkspell.c
6680         * src/prefs_actions.c
6681         * src/prefs_toolbar.c
6682                 Made debug info not translatable
6683         * src/mutt.c
6684         * src/quote_fmt.c
6685                 Added missing includes
6686         * src/prefs_common.c
6687                 Fixed typo
6688
6689 2002-08-14 [paul]       0.8.1claws58
6690
6691         * faq/es/sylpheed-faq.html
6692           faq/es/sylpheed-faq-[1-3].html
6693           faq/es/sylpheed-faq-4.html     **NEW FILE **
6694                 update Spanish FAQ
6695
6696 2002-08-13 [christoph]  0.8.1claws57
6697
6698         * src/procmsg.c
6699                 ignore thread fix that did not mark all
6700                 child nodes of a ignored thread as
6701                 ignored. Does not work perfectly yet,
6702                 but it is better now
6703
6704 2002-08-13 [alfons]     0.8.1claws56
6705
6706         * src/crash.c
6707                 o implement 'save crash log'
6708                 o some tweaks
6709
6710 2002-08-13 [melvin]     0.8.1claws55
6711
6712         * src/main.c
6713                 removed unrequired "execinfo.h" header
6714
6715 2002-08-12 [paul]       0.8.1claws54
6716
6717         * faq/en/sylpheed-faq.html
6718           faq/en/sylpheed-faq-[1-3].html
6719           faq/en/sylpheed-faq-4.html     **NEW FILE **
6720                 update English FAQ
6721
6722 2002-08-12 [alfons]     0.8.1claws53
6723
6724         * po/POTFILES.in
6725                 add crash.c to translatables
6726         * src/crash.c
6727                 bring in Leandro's crash dialog
6728
6729 2002-08-11 [alfons]     0.8.1claws52
6730
6731         * src/crash.c
6732                 clean up some warnings
6733
6734 2002-08-11 [alfons]     0.8.1claws51
6735
6736         * acconfig.h
6737         * configure.in
6738         * src/crash.[ch]        ** NEW FILES **
6739         * src/main.c            
6740                 initial gdb crash handler
6741
6742 2002-08-11 [paul]       0.8.1claws50
6743
6744         * src/prefs_toolbar.c
6745                 replace Up/Down arrow pixmaps with text to be
6746                 consistent across icon themes
6747
6748 2002-08-11 [paul]       0.8.1claws49
6749
6750         * src/prefs_common.c
6751           src/prefs_toolbar.c
6752                 rename 'Pixmap' -> 'Icon'
6753
6754         * src/toolbar.[ch]
6755                 rename  'A_SEND_QUEUD' -> 'A_SEND_QUEUED'
6756
6757 2002-08-10 [paul]       0.8.1claws48
6758
6759         * src/prefs_toolbar.c
6760                 re-work the UI
6761
6762 2002-08-10 [paul]       0.8.1claws47
6763
6764         * src/main.c
6765                 don't write Processing progress to status bar
6766                 patch submitted by Alexander Evseev
6767
6768         * src/prefs_toolbar.c
6769                 re-position and resize window
6770                 make window assume correct size on first call
6771
6772 2002-08-10 [paul]       0.8.1claws46
6773
6774         * src/mainwindow.c
6775           src/prefs_toolbar.c
6776           src/toolbar.c
6777           src/toolbar.h
6778                 obey coding style
6779                 follow UI text conventions
6780
6781 2002-08-10 [alfons]     0.8.1claws45
6782
6783         * src/toolbar.c
6784                 correct pixmap for delete action
6785
6786 2002-08-10 [paul]       0.8.1claws44
6787
6788         * po/pt_BR.po
6789                 updated by Fabio Jr. Beneditto
6790
6791 2002-08-10 [paul]       0.8.1claws43
6792
6793         * po/POTFILES.in
6794                 add custom toolbar files
6795
6796 2002-08-10 [paul]       0.8.1claws42
6797
6798         * sync with 0.8.1cvs22
6799                 see ChangeLog 2002-08-09
6800
6801 2002-08-09 [paul]       0.8.1claws41
6802
6803         * tools/Makefile.am
6804           tools/README
6805           tools/outlook2sylpheed.pl     ** NEW FILE **
6806                 add script to convert exported Outlook
6807                 contacts list to a Sylpheed addressbook.
6808                 Submitted by Ricardo Mones Lastra.
6809
6810 2002-08-09 [paul]       0.8.1claws40
6811
6812         * AUTHORS
6813           configure.in
6814           po/sr.po      ** NEW FILE **
6815                 add Serbian message catalog. Submitted by
6816                 Urosevic Aleksandar aka Urke MMI <urke-kg@eunet.yu>             
6817
6818 2002-08-09 [paul]       0.8.1claws39
6819
6820         * sync with 0.8.1cvs21
6821                 see ChangeLog 2002-08-08
6822
6823 2002-08-08 [oliver]     0.8.1claws38
6824
6825         * src/mainwindow.c
6826                 move Custom Toolbar to Configuration menu
6827
6828 2002-08-08 [oliver]     0.8.1claws37
6829
6830         * src/prefs_toolbar.c
6831                 fix substitute pixmap bug
6832
6833 2002-08-08 [paul]       0.8.1claws36
6834
6835         * sync with 0.8.1cvs19
6836                 see ChangeLog 2002-08-08
6837
6838 2002-08-07 [christoph]  0.8.1claws35
6839
6840         * src/utils.c
6841                 fixed a memory leak in new canonicalize_file_replace
6842
6843 2002-08-07 [christoph]  0.8.1claws34
6844
6845         * src/utils.[ch]
6846                 o canonicalize_file_replace should create the temporary
6847                   file in the same directory as the original file.
6848                 o added get_tmpfile_in_dir that creates a temorary file
6849                   in a specified directory.
6850
6851 2002-08-07 [melvin]     0.8.1claws33
6852
6853         * src/toolbar.c
6854                 fixed bug where 'Article' button acted as 'Email' button.
6855
6856 2002-08-07 [paul]       0.8.1claws32
6857
6858         * sync with 0.8.1.cvs17
6859                 see ChangeLog 2002-08-07
6860
6861 2002-08-07 [colin]      0.8.1claws31
6862         
6863         * src/news.c
6864                 fix mass-cancel problem
6865
6866 2002-08-07 [thorsten]   0.8.1claws30
6867
6868         * src/prefs_toolbar.c
6869                 fix: crash on replace or add new button
6870         * src/toolbar.c
6871                 fix: close xmlfile after reading
6872         * src/utils.c
6873                 fix: unlink() file before rename()
6874
6875 2002-08-06 [paul]       0.8.1claws29
6876
6877         * sync with 0.8.cvs15
6878                 see ChangeLog 2002-08-06
6879
6880 2002-08-06 [oliver]     0.8.1claws28
6881
6882         * src/toolbar.c
6883         * src/prefs_toolbar.c
6884                 fixed empty toolbar issue
6885
6886 2002-08-06 [oliver]     0.8.1claws27
6887
6888         * Custom Toolbar Final 
6889         * src/folderview.c
6890         * src/inc.c
6891         * src/summaryview.c
6892                 o toolbar stuff now lives in src/toolbar.[ch]
6893                 o main_window_toolbar_* functions are renamed to
6894                   toolbar_* reflecting their new source file
6895         * src/mainwindow.[ch]
6896                 o remove toolbar stuff  
6897
6898 2002-08-06 [oliver]     0.8.1claws26
6899         
6900         * src/Makefile.am
6901         * src/prefs_toolbar.[ch]        **New File**
6902         * src/toolbar.[ch]              **New File**
6903                 o prefs_toolbar.[ch] custom toolbar frontend
6904                 o toolbar.[ch]       backend 
6905
6906 2002-08-06 [oliver]     0.8.1claws25
6907
6908         * src/prefs_actions.[ch]
6909                 o new exported function actions_execute
6910
6911 2002-08-06 [paul]       0.8.1claws24
6912
6913         * sync with 0.8.1cvs4
6914                 see ChangeLog 2002-08-06
6915
6916 2002-08-06 [paul]       0.8.1claws23
6917
6918         * sync with 0.8.1cvs13
6919                 see ChangeLog 2002-08-06
6920
6921 2002-08-06 [paul]       0.8.1claws22
6922
6923         * sync with 0.8.1cvs12
6924                 see ChangeLog 2002-08-05 and 2002-08-06
6925
6926 2002-08-06 [match]      0.8.1claws21
6927
6928         * src/addrclip.c
6929                 improvements to cut/copy/paste address
6930
6931 2002-08-05 [match]      0.8.1claws20
6932
6933         * src/addritem.[ch]
6934         * src/addrcache.c
6935         * src/addrbook.c
6936         * src/editaddress.c
6937         * src/addressbook.c
6938                 fixes to improve cut/copy/paste
6939
6940 2002-08-06 [melvin]     0.8.1claws19
6941
6942         * src/account.[ch]
6943                 account_find_all_from_address(): new function that returns the
6944                 list of all accounts that are matched in an address.
6945         * src/alertpanel.[ch]
6946                 alertpanel() now accepts a custom widget
6947                 alertpanel_with_widget(): new function that pops up a panel with
6948                 a custom widget in it 
6949         * src/gtkutils.[ch]
6950                 gtkut_account_menu_new(): new function that allows the selection
6951                 of an account from a list of accounts.
6952         * src/messageview.c
6953                 Extended Return Receipt notification to select the correct 
6954                 account and to make a security test on the Delivery-Notification
6955                 address which should be the same as the Return-Path.
6956
6957 2002-08-06 [thorsten]   0.8.1claws18
6958
6959         * src/mimeview.c
6960                 attach_all: save unnamed as "noname.%d",
6961                 dont free static dirname
6962
6963 2002-08-05 [alfons]     0.8.1claws17
6964
6965         * configure.in
6966                 detect XIM by trying to link rather than compile a XIM program
6967
6968 2002-08-05 [oliver]     0.8.1claws16
6969                 
6970         * src/stock_pixmap.[ch]
6971                 o add UP_ARROW to available pixmaps (already in pixmap-directory)
6972                 o new func to retrieve pixmaps
6973
6974 2002-08-05 [paul]       0.8.1claws15
6975
6976         * sync with 0.8.1cvs10
6977                 see ChangeLog 2002-08-05
6978
6979 2002-08-04 [alfons]     0.8.1claws14
6980
6981         * src/textview.c
6982                 see if this plugs memleak
6983
6984 2002-08-04 [melvin]     0.8.1claws13
6985
6986         * src/gtkspell.c
6987                 fixed bug that could crash Sylpheed when highlighting
6988                 all misspelled words.
6989
6990 2002-08-03 [melvin]     0.8.1claws12
6991
6992         * src/prefs_actions.c
6993                 removed unnecessary checks for NULL introduced in 0.8.1claws11.
6994         * src/messageview.c
6995                 fixed bug where the Return Receipt was sent to
6996                 Delivery-Notification-To address even if it was not present
6997
6998 2002-08-02 [alfons]     0.8.1claws11
6999
7000         * src/prefs_actions.c
7001                 o more check for NULLs
7002                 o put create_io_dialog() in right conditional block
7003
7004 2002-08-02 [paul]       0.8.1claws10
7005
7006         * po/es.po
7007                 updated by Ricardo Mones Lastra
7008
7009 2002-08-01 [christoph]  0.8.1claws9
7010
7011         * src/folder.c
7012                 don't free the cache of the opened
7013                 folder in the summaryview
7014         * src/summaryview.c
7015                 don't unset flags, if it is not required
7016
7017 2002-08-01 [paul]       0.8.1claws8
7018
7019         * sync with 0.8.1cvs8
7020                 see ChangeLog entry 2002-08-01
7021
7022 2002-08-01 [paul]       0.8.1claws7
7023
7024         * sync with 0.8.1cvs7
7025                 see ChangeLog 2002-07-31 and 2002-08-01
7026
7027 2002-07-31 [christoph]  0.8.1claws6
7028
7029         * src/mainwindow.c
7030                 forgot to update menu sensitivity
7031                 function for new menu entry
7032
7033 2002-07-31 [alfons]     0.8.1claws5
7034
7035         * src/main.c
7036                 check folder item and its path for NULL on
7037                 initial processing
7038
7039 2002-07-31 [christoph]  0.8.1claws4
7040
7041         * src/folder.c
7042                 check if folder_item_get_msginfo in
7043                 folder_item_remove_msg returned NULL
7044         * src/imap.c
7045                 better clear the uid cache in the
7046                 uid validity check function and delete
7047                 cached messages
7048
7049 2002-07-31 [paul]       0.8.1claws3
7050
7051         * man/sylpheed.1
7052                 add the '--attach' option and a few other
7053                 minor changes
7054
7055 2002-07-31 [paul]       0.8.1claws2
7056
7057         * sync with 0.8.1cvs5
7058                 see ChangeLog 2002-07-31
7059
7060 2002-07-31 [christoph]  0.8.1claws1
7061
7062         * src/folderview.[ch]
7063         * src/mainwindow.c
7064                 replace "Rescan all folders..." with
7065                 "Check all folders for new messages..."
7066
7067 2002-07-30 [paul]       0.8.1claws
7068
7069         * version 0.8.1claws released
7070
7071 2002-07-30 [paul]       0.8.0claws29
7072
7073         * tools/OOo2sylpheed.pl ** NEW FILE **
7074           tools/README
7075                 add script to enable sending documents as
7076                 attachments from OpenOffice.org
7077
7078 2002-07-30 [melvin]     0.8.0claws28
7079
7080         * src/prefs_actions.c
7081                 Made the actions' input/output dialog display
7082                 without delay.
7083
7084 2002-07-30 [christoph]  0.8.0claws27
7085
7086         * src/procmsg.c
7087                 check if folder_item_get_msginfo in
7088                 procmsg_save_to_outbox returned NULL
7089
7090 2002-07-30 [paul]       0.8.0claws26
7091
7092         * sync with 0.8.1cvs4
7093                 see ChangeLog 2002-07-29
7094
7095 2002-07-29 [thorsten]   0.8.0claws25
7096
7097         * README.claws
7098                 added selective download, delete on server
7099
7100 2002-07-29 [paul]       0.8.0claws24
7101
7102         * sync with 0.8.1cvs3
7103                 see ChangeLog 2002-07-29
7104
7105 2002-07-27 [christoph]  0.8.0claws23
7106
7107         * src/folder.c
7108                 add extra check if fetching the msginfo
7109                 returned NULL
7110
7111 2002-07-27 [paul]       0.8.0claws22
7112
7113         * sync with 0.8.1cvs2
7114                 see ChangeLog 2002-07-26
7115
7116 2002-07-27 [christoph]  0.8.0claws21
7117
7118         * src/imap.c
7119                 add another check if a valid msginfo
7120                 was returned
7121
7122 2002-07-26 [hoa]        0.8.0claws20
7123
7124         * src/folder.c
7125                 Fixed a condition in folder_item_destroy()
7126
7127         * src/imap.c
7128                 Fixed an error in IMAP protocol
7129
7130 2002-07-26 [alfons]     0.8.0claws19
7131
7132         * src/folder.c
7133                 ofcourse compare with identifier, not the path
7134
7135 2002-07-26 [alfons]     0.8.0claws18
7136
7137         * src/folder.c
7138                 use folder item identifier for saving / restoring
7139                 preferences because folder->path might not be unique
7140
7141 2002-07-26 [melvin]     0.8.0claws17
7142
7143         * src/logwindow.c
7144                 Fixed a crash introduced in 0.8.0claws5 when log is 
7145                 cut under 80 characters.
7146
7147 2002-07-26 [paul]       0.8.0claws16
7148
7149         * sync with 0.8.1cvs1
7150                 see ChangeLog 2002-07-26
7151
7152 2002-07-26 [christoph]  0.8.0claws15
7153
7154         * src/imap.[ch]
7155                 imap folder now remembers the last selected
7156                 folder and imap_fetch_msginfo skips selecting
7157                 the folder if it is already selected
7158
7159 2002-07-26 [christoph]  0.8.0claws14
7160
7161         * src/folder.c
7162         * src/folderview.c
7163         * src/imap.c
7164                 fix imap folder rescanning
7165
7166 2002-07-25 [christoph]  0.8.0claws13
7167
7168         * src/filter.c
7169         * src/folder.[ch]
7170         * src/folderview.c
7171         * src/imap.[ch]
7172         * src/mainwindow.c
7173         * src/mbox_folder.c
7174         * src/mh.c
7175         * src/news.c
7176                 implement imap uid cache and uid validity check
7177
7178 2002-07-25 [alfons]     0.8.0claws12
7179
7180         * src/summaryview.c
7181                 fix a brown paper bag bug, and also add some more
7182                 checks
7183
7184 2002-07-25 [christoph]  0.8.0claws11
7185
7186         * src/folder.c
7187                 don't mix copy, fetch_msginfo and remove
7188                 operations in folder item copy and move
7189                 operations
7190
7191 2002-07-25 [christoph]  0.8.0claws10
7192
7193         * src/folderview.c
7194         * src/mainwindow.c
7195         * src/prefs_folder_item.c
7196         * src/summaryview.[ch]
7197                 remove no longer required parameter update_cache from
7198                 summary_show
7199
7200 2002-07-25 [paul]       0.8.0claws9
7201
7202         * sync with 0.8.1
7203         
7204         * AUTHORS
7205                 a few corrections
7206
7207 2002-07-24 [alfons]     0.8.0claws8
7208
7209         * src/summaryview.c
7210                 sort correctly when using simplified subject line
7211                 (closes feature request "[ 585141 ] applying regexp to subject 
7212                 before sort" submitted by Alexandra Walford)
7213
7214 2002-07-24 [paul]       0.8.0claws7
7215
7216         * sync with 0.8.0cvs3
7217                 see ChangeLog 2002-07-24
7218
7219 2002-07-23 [christoph]  0.8.0claws6
7220
7221         * src/folder.c
7222         * src/folder.h
7223         * src/summaryview.c
7224         * src/summaryview.h
7225         * src/main.c
7226                 o separate processing and summaryview
7227                 o removed summary_write_cache from summaryview
7228                 o removed summaryview->killed_messages, because we don't have
7229                   to keep a list of killed messages anymore. New cache will
7230                   keep the hidden messages in cache anyway
7231         * src/folderview.c
7232         * src/inc.c
7233         * src/selective_download.c
7234                 o removed unnecessary summary_write_cache calls
7235         * src/procmsg.c
7236                 o don't set ignore thread flag in procmsg_get_thread_tree
7237                   if it is already set
7238         * src/mainwindow.c
7239         * src/statusbar.h
7240                 o moved STATUSBAR_PUSH/POP to statusbar.h because
7241                   they are used in different files
7242
7243 2002-07-23 [melvin]     0.8.0claws5
7244
7245         * src/addressbook.c
7246         * src/addrgather.c
7247         * src/editaddress.c
7248         * src/editgroup.c
7249         * src/editldap_basedn.c
7250         * src/importldif.c
7251         * src/prefs_common.c
7252                 Fixed few memory leak (gtk_editable_get_chars returns
7253                 an allocated string)
7254         * src/logwindow.c
7255                 Fixed few memory leak (gtk_editable_get_chars returns
7256                 an allocated string) and modified a little the log cutting
7257                 loop.
7258         * src/compose.c
7259                 Replaced a call to an obsolete function gtk_entry_get_text()
7260                 by gtk_editable_get_chars()
7261         * src/send.c
7262                 Removed a debug printf
7263
7264 2002-07-23 [christoph]  0.8.0claws4
7265
7266         * src/filesel.c
7267                 fix another g_dirname memory leak
7268
7269 2002-07-23 [christoph]  0.8.0claws3
7270
7271         * src/mh.c
7272                 fixed a memory leak in mh_fetch_msginfo
7273                 fixed crash when message header could not be
7274                 parsed
7275
7276 2002-07-23 [paul]       0.8.0claws2
7277
7278         * sync with 0.8.0cvs2
7279                 see ChangeLog 2002-07-23
7280
7281 2002-07-23 [paul]       0.8.0claws1
7282
7283         * sync with 0.8.0cvs1
7284                 see ChangeLog 2002-07-23
7285
7286 2002-07-23 [paul]       0.8.0claws
7287
7288         * release of 0.8.0claws
7289
7290 2002-07-23 [paul]       0.7.8claws99
7291
7292         * po/ru.po
7293                 new Russian translation, submitted by
7294                 Botalov Vyacheslav <botalov_v@upr.uralkaly.ru>
7295
7296 2002-07-22 [jens]       0.7.8claws98
7297
7298         * po/de.po
7299                 Updated German translations.
7300
7301 2002-07-22 [paul]       0.7.8claws97
7302
7303         * po/es.po
7304           po/it.po
7305           po/nl.po
7306           po/pt_BR.po
7307                 updated translations by Ricardo Mones Lastra,
7308                 Alessandro Maestri, Wilbert Berendsen and 
7309                 Fabio Jr. Beneditto respectively
7310
7311 2002-07-22 [christoph]  0.7.8claws96
7312
7313         * src/mimeview.c
7314                 fix memory leak caused by wrong g_dirname usage
7315
7316 2002-07-22 [christoph]  0.7.8claws95
7317
7318         * src/summaryview.c
7319                 update new and unread message counts for summaryview
7320                 summaryview does not get it from the folder anymore
7321                 and has to update the values itself
7322
7323 2002-07-22 [melvin]     0.7.8claws94
7324
7325         * po/fr.po
7326                 Updated French translations.
7327
7328 2002-07-22 [christoph]  0.7.8claws93
7329
7330         * src/matcher.c
7331                 set prop->preg pointer to NULL or following check
7332                 will not fail and regexec will be called with
7333                 invalid pointer
7334
7335 2002-07-21 [alfons]     0.7.8claws92
7336         
7337         * src/prefs_common.[ch]
7338                 remove option "Send return receipt on request"
7339
7340 2002-07-21 [thorsten]   0.7.8claws91
7341
7342         * src/mimeview.c
7343                 fixed memleaks, coding style as pointed out by alfons
7344
7345 2002-07-21 [alfons]     0.7.8claws90
7346
7347         * src/messageview.c
7348         * src/noticeview.[ch]
7349                 o fix bug notice view being displayed when going to empty folder 
7350                   (noticed by Christoph)
7351                 o allow RRR to be sent when restarting sylpheed, or changing folder 
7352                   (noticed by Thorsten)
7353
7354 2002-07-21 [thorsten]   0.7.8claws89
7355
7356         * src/mimeview.c
7357                 Included save_all patch from Xaview FACQ
7358                 added support for pathnames
7359
7360 2002-07-21 [alfons]     0.7.8claws88
7361
7362         * po/POTFILES.in
7363         * src/Makefile.am
7364         * src/mainwindow.c
7365         * src/messageview.[ch]
7366         * src/noticeview.c      ** NEW FILE **
7367         * src/noticeview.h      ** NEW FILE **
7368                 make return receipts work again
7369                 (UI idea by Leandro Pereira)
7370
7371 2002-07-21 [paul]       0.7.8claws87
7372
7373         * src/summaryview.c
7374                 fix sensitivity of 'Select thread'
7375
7376 2002-07-21 [paul]       0.7.8claws86
7377
7378         * src/prefs_common.c
7379                 add browser command line for Galeon
7380
7381 2002-07-21 [paul]       0.7.8claws85
7382
7383         * Makefile.am
7384                 fix 'EXTRA_DIST': remove README.README, add TODO
7385                 and TODO.claws
7386
7387 2002-07-21 [alfons]     0.7.8claws84
7388
7389         * src/gtkstext.c
7390                 make enter clear selection
7391                 (closes "[ 579888 ] Editor selection/entry error"
7392                 reported by Steve Lamb)
7393
7394 2002-07-21 [alfons]     0.7.8claws83
7395         
7396         * src/summaryview.c
7397                 sort message list when selecting unthread messages
7398                 (closes "[ 501593 ] switching threaded view doesn't sort"
7399                 reported by Simon Schubert)
7400
7401 2002-07-20 [alfons]     0.7.8claws82
7402         
7403         * src/matcher.c
7404                 const-correctness
7405
7406 2002-07-20 [thorsten]   0.7.8claws81
7407
7408         * src/matcher.c
7409                 Fixed expansion of empty fields in matchactions
7410
7411 2002-07-19 [melvin]     0.7.8claws80
7412
7413         * src/gtkspell.c
7414                 Removed a duplicate menu entry (fast mode) introduced during
7415                 the new cache merge
7416                 Added a menu separator between 'Use alternate' and 'Fast mode'
7417
7418 2002-07-19 [paul]       0.7.8claws79
7419
7420         * tools/Makefile.am
7421           tools/README
7422                 correct typos
7423
7424 2002-07-19 [thorsten]   0.7.8claws78
7425
7426         * tools/calypso_convert.pl      ** NEW FILE **
7427           tools/README
7428           tools/Makefile.am
7429                 script to import mbox files exported
7430                 by calypso
7431                 o generates folder structure
7432                 o includes attachments
7433
7434 2002-07-19 [melvin]     0.7.8claws77
7435
7436         * src/selective_download.[ch]
7437                 Fixed bug where closing the dialog with the window manager's
7438                 close button will not unlock the summary
7439                 Corrected some function declarations that missed a return value
7440                 Made the source code comply better with coding style.
7441         * src/prefs_common.c
7442                 Added new browser command line for Mozilla.
7443
7444 2002-07-18 [paul]       0.7.8claws76
7445
7446         * src/mainwindow.c
7447           src/selective_download.[ch]
7448                 reflect theme changes, fix Gdk Warning when creating 
7449                 pixmap from NULL window, and minor clean up.
7450                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
7451
7452         * po/en_GB.po
7453                 updated
7454
7455 2002-07-17 [paul]       0.7.8claws75
7456
7457         * INSTALL[.jp]
7458                 sync with 0.8.0
7459         
7460         * po/en_GB.po
7461                 updated
7462
7463 2002-07-16 [paul]       0.7.8claws74
7464
7465         * tools/filter_conv.pl
7466           tools/README
7467                 replace conversion script with reimplemented version, 
7468                 submitted by Torsten Schoenfeld <kaffeetisch@web.de>
7469
7470 2002-07-16 [colin]      0.7.8claws73
7471
7472         * src/summaryview.c
7473                 remove forgotten debug messages - sorry ;-)
7474
7475 2002-07-16 [colin]      0.7.8claws72
7476
7477         * src/mimeview.c
7478           src/summaryview.c
7479           src/textview.c
7480           src/textview.h
7481                 add the ability to select part of a text mime-part 
7482                 to reply.
7483
7484 2002-07-15 [christoph]  0.7.8claws71
7485
7486         * src/folder.c
7487                 fix folder message count for folders without
7488                 msg_is_changed (includes news folders)
7489
7490 2002-07-15 [martin]     0.7.8claws70
7491
7492         * src/summaryview.c
7493                 option "display recipient on 'From'..." now works
7494                 without the need of enabling the option
7495                 "display  sender  using  address  book".
7496
7497 2002-07-15 [christoph]  0.7.8claws69
7498
7499         * src/summaryview.c
7500                 removed setting folder status from summaryview.
7501                 folder.c should update all message counts correctly.
7502
7503 2002-07-15 [paul]       0.7.8claws68
7504
7505         * po/pt_BR.po
7506                 updated by Fabio Junior Beneditto
7507
7508 2002-07-15 [darko]      0.7.8claws67
7509
7510         * src/mh.c
7511                 Fixed target folder colorization, don't decrease op
7512                 number twice
7513
7514 2002-07-14 [paul]       0.7.8claws66
7515
7516         * sync with main 0.8.0
7517                 see ChangeLog 2002-07-14
7518
7519 2002-07-13 [melvin]     0.7.8claws65
7520         
7521         * src/addrbook.c
7522         * src/addressbook.c
7523         * src/addrindex.c
7524                 Replaced sprintf by g_snprintf to prevent possible buffer
7525                 overflow.
7526         * src/news.c
7527                 Corrected a log message output format.
7528                 Added a missing "done" debug output.
7529         * src/compose.c
7530                 Added keyboard accelerator for Priority menu items
7531                 Added missing \n in debug output
7532         * src/logwindow.c
7533         * src/gtkspell.c
7534         * src/rfc2015.c
7535                 Added missing \n in debug output
7536
7537 2002-07-13 [paul]       0.7.8claws64
7538
7539         * man/sylpheed.1
7540                 change Sergey's email address to the sf address
7541
7542         * src/textview.c
7543                 increase show_url_timeout (more useful for long
7544                 urls)
7545
7546 2002-07-12 [sergey]     0.7.8claws63
7547
7548         * src/rfc2015.c
7549                 applied (with some modifications) patch to set the
7550                 micalg parameter for signatures
7551                 (2001-08-28 Werner Koch <wk@gnupg.org>)
7552
7553 2002-07-12 [sergey]     0.7.8claws62
7554
7555         * man/Makefile.am
7556         * configure.in
7557                 fixed man page installation
7558
7559 2002-07-12 [paul]       0.7.8claws61
7560
7561         * sync with 0.7.8cvs26
7562                 see ChangeLog 2002-07-11 and 2002-07-12
7563
7564 2002-07-11 [christoph]  0.7.8claws60
7565
7566         * src/compose.c
7567         * src/procmsg.c
7568                 first use the message number to find the message
7569                 to mark with a reply flag but check the
7570                 message-id if we got the correct message, if not
7571                 try to find it by message-id.
7572                 use new string seperator that is not allowed
7573                 in message-ids.
7574
7575 2002-07-11 [paul]       0.7.8claws59
7576
7577         * sync with 0.7.8cvs23
7578                 see ChangeLog 2002-07-10
7579
7580 2002-07-10 [christoph]  0.7.8claws58
7581
7582         * src/folder.[ch]
7583         * src/msgcache.[ch]
7584                 Added message-id table to the cache in memory
7585                 and functions to msgcache.c and folder.c to
7586                 fetch MsgInfos by message id
7587         * src/compose.c
7588         * src/procmsg.c
7589                 store folder and message-id of message replying
7590                 to in queue header and set reply flag after sending
7591                 (Closes bug #469498)
7592
7593 2002-07-10 [paul]       0.7.8claws57
7594
7595         * AUTHORS
7596           man/sylpheed.1.gz
7597                 add Martin to the list of authors
7598
7599 2002-07-09 [martin]     0.7.8claws56
7600         * src/gtksctree.c
7601                 Added gtk_ctree_last_visible(), tree_update_level(),
7602                 gtk_ctree_link(), gtk_ctree_unlink(), real_sort_list(),
7603                 tree_sort(), gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
7604                 from gtk+ to gtksctree.c for the new sorting code
7605                 Renamed gtk_ctree_sort_recusive() to gtk_sctree_sort_recursive
7606                 Renamed gtk_ctree_sort_node() to gtk_sctree_sort_node
7607         * src/gtksctree.h
7608                 Added declaration for gtk_sctree_sort_recursive() and
7609                 gtk_sctree_sort_node
7610         * src/addressbook.c
7611         * src/foldersel.c
7612         * src/folderview.c
7613         * src/summaryview.c
7614                 changed calls from gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
7615                 to gtk_sctree_sort_recursive() and gtk_sctree_sort_node()
7616
7617 2002-07-08 [paul]       0.7.8claws55
7618
7619         * more sync with 0.7.8cvs21
7620                 see ChangeLog 2002-07-08
7621
7622 2002-07-08 [paul]       0.7.8claws54
7623
7624         * sync with 0.7.8cvs21
7625                 see ChangeLog 2002-07-08
7626
7627 2002-07-07 [alfons]     0.7.8claws53
7628
7629         * src/Makefile.am
7630         * src/stock_pixmap.[ch]
7631         * src/pixmaps/notice_warn.xpm   ** NEW FILE **
7632         * src/pixmaps/notice_error.xpm  ** NEW FILE **
7633         * src/pixmaps/notice_note.xpm   ** NEW FILE **
7634                 add new pixmaps for upcoming notice pane
7635
7636 2002-07-06 [melvin]     0.7.8claws52
7637
7638         * src/gtkspell.[ch]
7639                 Made them a bit closer to Sylpheed's coding style.
7640                 Removed old code.
7641                 Removed possible memory leaks when some errors occurs.
7642
7643 2002-07-06 [melvin]     0.7.8claws51
7644
7645         * po/Makefile.in.in
7646                 Removed --no-location in xgettext command line to help
7647                 translators that use Emacs' po-mode
7648         * src/quote_fmt.c
7649                 Removed unnecessary comments that messed up sylpheed.pot
7650
7651 2002-07-06 [paul]       0.7.8claws50
7652
7653         * sync with 0.7.8cvs19
7654                 see ChangeLog 2002-07-05
7655
7656 2002-07-06 [christoph]  0.7.8claws49
7657
7658         * src/folder.c
7659         * src/mainwindow.c
7660                 fix folder_item_remove_all_msg and folderview
7661                 status for trash folders after emptying trash
7662
7663 2002-07-05 [paul]       0.7.8claws48
7664
7665         * sync with 0.7.8cvs16
7666                 see ChangeLog 2002-07-04 and 2002-07-05
7667
7668 2002-07-04 [paul]       0.7.8claws47
7669
7670         * sync with 0.7.8cvs14
7671                 see  ChangeLog 2002-07-04
7672
7673 2002-07-03 [alfons]     0.7.8claws46
7674
7675         * src/folder.c
7676                 dupe folder item's path because it's being reallocated
7677                 by new folder scanning code
7678
7679 2002-07-03 [christoph]  0.7.8claws45
7680
7681         * src/imap.c
7682                 better IMAP uid fetching using 'FETCH 1:* (UID)'
7683         * src/msgcache.c
7684                 add missing return in msgcache_write
7685
7686 2002-07-02 [thorsten]   0.7.8claws44
7687
7688         * src/jpilot.c
7689         * src/msgcache.c
7690         * src/rfc2015.c
7691                 use binary mode for file access
7692
7693 2002-07-02 [christoph]  0.7.8claws43
7694
7695         * major code cleanup (part 1)
7696         
7697                 - unused variables removed
7698                 - unused functions removed
7699                 - uninitialized variables checked
7700                 - missing return statements added
7701                 - missing function return types added
7702                 - added parentheses around assignment and
7703                   && in || when suggested by gcc
7704               
7705         * src/mh.c
7706         * src/folder.c
7707                 replaced direct calls to folder->scan_tree
7708                 with folder_scan_tree and restore folder
7709                 prefs in this function. The folder should
7710                 not have to deal with them.
7711                 ( Should now work for all folder types )
7712
7713 2002-07-02 [paul]       0.7.8claws42
7714
7715         * sync with 0.7.8cvs13
7716                 see ChangeLog 2002-07-01 and 2002-07-02
7717
7718 2002-07-01 [christoph]  0.7.8claws41
7719
7720         * src/summaryview.c
7721                 fix "goto next/prev unread message" with
7722                 ignored threads
7723
7724 2002-07-01 [paul]       0.7.8claws40
7725
7726         * po/es.po
7727                 updated by Ricardo Mones Lastra
7728
7729 2002-06-30 [match]      0.7.8claws39
7730
7731         * src/jpilot.c
7732                 applied variation of leonerd's patch (566661) to
7733                 allow multiple email addresses per JPilot entry.
7734                 addresses may be separated by space, comma, pipe,
7735                 semi-colon, new-line.
7736
7737 2002-06-30 [alfons]     0.7.8claws38
7738
7739         * src/procmsg.c
7740                 simple fix for putting older nodes before
7741                 newer nodes when threading by subject
7742
7743 2002-06-30 [christoph]  0.7.8claws37
7744
7745         * src/folder.c
7746         * src/folderview.c
7747         * src/mh.c
7748         * src/news.c
7749         * src/procmsg.c
7750                 fix broken folder tree rescaning
7751                 and don't use procmsg_get_mark_sum
7752                 anymore
7753
7754 2002-06-30 [christoph]  0.7.8claws36
7755
7756         * merge new cache branch
7757         * src/imap.c
7758                 fix new cache imap copy bug
7759         * src/folder.c
7760                 improved folder_item_scan
7761                 it should now always set the correct
7762                 new, unread and total message counts
7763
7764 2002-06-29 [paul]       0.7.8claws35
7765
7766         * configure.in
7767                 correct syntax error
7768
7769 2002-06-29 [paul]       0.7.8claws34
7770
7771         * configure.in
7772           Makefile.am
7773           man/Makefile.am       ** NEW FILE **
7774           man/sylpheed.1.gz     ** NEW FILE **
7775                 add Sylpheed man page
7776
7777 2002-06-29 [paul]       0.7.8claws33
7778
7779         * po/pt_BR.po
7780                 updated by Fabio Junior Beneditto
7781
7782 2002-06-28 [jens]       0.7.8claws32
7783
7784         * po/de.po
7785                 translation updated
7786
7787         * src/selective_download.c
7788                 removed gettext for space " "
7789
7790         * src/imap.c
7791                 removed wrong space
7792
7793 2002-06-28 [paul]       0.7.8claws31
7794
7795         * sync with 0.7.8cvs11
7796                 see ChangeLog 2002-06-28
7797
7798 2002-06-28 [paul]       0.7.8claws30
7799
7800         * sync with 0.7.8cvs10
7801                 see ChangeLog 2002-06-27 and 2002-06-28
7802
7803 2002-06-26 [paul]       0.7.8claws29
7804
7805         * src/addrgather.c
7806           src/selective_download.c
7807                 don't gettextise empty strings.
7808                 reserved by gettext. gettext("") returns 
7809                 the header entry with meta information, 
7810                 not the empty string
7811
7812         * po/en_GB.po
7813                 updated
7814
7815 2002-06-26 [paul]       0.7.8claws28
7816
7817         * sync with 0.7.8cvs7
7818                 see ChangeLog 2002-06-25
7819
7820         * src/prefs_common.c
7821                 ...and in the process, tweak the gui a little
7822
7823 2002-06-25 [alfons]     0.7.8claws27
7824         
7825         * configure.in
7826         * src/Makefile.am
7827                 fine tune ldap library detection
7828
7829 2002-06-25 [alfons]     0.7.8claws26
7830
7831         * src/compose.c
7832                 don't allow return receipts when composing a news article
7833
7834 2002-06-25 [paul]       0.7.8claws25
7835
7836         * Makefile.am
7837                 add '$(AMTAR)' to 'release' section to allow for
7838                 new and older autotools
7839
7840 2002-06-25 [paul]       0.7.8claws24
7841
7842         * src/summaryview.c
7843                 fix "No more unread messages" persistant pop-up
7844                 window bug
7845
7846 2002-06-25 [paul]       0.7.8claws23
7847
7848         * po/it.po
7849                 updated by Alessandro Maestri
7850
7851 2002-06-25 [paul]       0.7.8claws22
7852
7853         * sync with 0.7.8cvs6
7854                 see ChangeLog 2002-06-25
7855
7856 2002-06-24 [paul]       0.7.8claws21
7857
7858         * tools/update-po
7859                 add GPL copyright information
7860
7861 2002-06-24 [paul]       0.7.8claws20
7862
7863         * tools/Makefile.am
7864           tools/README
7865           tools/update-po       ** NEW FILE **
7866                 add script that eases the creation of *.po files
7867                 Submitted by Wilbert Berendsen <wilbert@oswf.org>
7868
7869 2002-06-23 [alfons]     0.7.8claws19
7870
7871         * src/messageview.c
7872                 make notification_convert_header obey const correctness
7873                 (next step will be fixing the broken return receipt)
7874
7875 2002-06-23 [paul]       0.7.8claws18
7876
7877         * src/messageview.c
7878                 fix bug introduced in last commit:
7879                 removed too much code in last commit - put back what's
7880                 needed
7881
7882 2002-06-23 [paul]       0.7.8claws17
7883
7884         * src/messageview.[ch]
7885                 remove code committed in error from locally patched
7886                 source
7887
7888 2002-06-23 [colin]      0.7.8claws16
7889
7890         * src/compose.[ch]
7891                 add compose_entry_select(), used to select the default_to
7892                 email address - hopefully avoiding people sending mails to
7893                 wrong recipients.
7894
7895 2002-06-22 [alfons]     0.7.8claws15
7896
7897         * AUTHORS
7898                 add Bram Metsch & Stanislav Karchebny
7899         * src/smtp.[ch]
7900         * src/prefs_account.[ch]
7901         * src/send.c
7902                 - apply and adapt Bram's patch which allows user to set SMTP AUTH 
7903                   options.  (see <http://sourceforge.net/tracker/index.php
7904                   ?func=detail&aid=566937&group_id=25528&atid=384600>);
7905
7906                 - merge Stanislav's fix to make SMTP AUTH work with qmail
7907                   (see <http://www.tmtm.org/cgi-bin/w3ml/msg.cgi?ml=sylpheed&id=14343>)
7908
7909 2002-06-22 [paul]       0.7.8claws14
7910
7911         * sync with 0.7.8cvs5
7912                 see ChangeLog 2002-06-19 and 2002-06-20
7913
7914 2002-06-22 [alfons]     0.7.8claws13
7915
7916         * src/selective_download.c
7917                 fix a stupid mistake I made
7918
7919 2002-06-22 [alfons]     0.7.8claws12
7920
7921         * src/selective_download.[ch]
7922                 fix another unnoticed leak; cleanup code
7923
7924 2002-06-21 [alfons]
7925
7926         * tools/Makefile.am
7927                 gpg-sign <-- gpg-sign-syl
7928
7929 2002-06-21 [alfons]     0.7.8claws11
7930
7931         * src/selective_download.c
7932         * src/selective_download.h
7933                 fix assorted mix of allocation errors (should solve
7934                 problem reported by Philippe Gramoullé, see:
7935                 http://sourceforge.net/mailarchive/forum.php?thread_id=828668&forum_id=2006)
7936
7937 2002-06-20 [melvin]     0.7.8claws10
7938
7939         * tools/gpg-sign *REMOVED*
7940           tools/gpg-sign-syl *ADDED*
7941                 Replaced the gpg clearsigning script with the version using
7942                 xterm instead of ssh-askpass and changed its name.
7943
7944         * README.claws
7945                 Updated actions example to reflect the renaming of the
7946                 gpg clearsigning script.
7947
7948 2002-06-19 [paul]       0.7.8claws9
7949
7950         * sync with 0.7.8claws9
7951                 see ChangeLog 2002-06-18 and 2002-06-19
7952
7953 2002-06-19 [paul]       0.7.8claws8
7954
7955         * sync with 0.7.8cvs1
7956                 see ChangeLog 2002-06-18
7957
7958 2002-06-18 [alfons]     0.7.8claws7
7959
7960         * src/mainwindow.h
7961                 add omitted prototype
7962
7963 2002-06-17 [paul]       0.7.8claws6
7964
7965         * src/mainwindow.c
7966                 fix hiding of exec_btn
7967
7968 2002-06-17 [paul]       0.7.8claws5
7969
7970         * src/pop.c
7971                 remove unneeded code: should_delete() 
7972                 and Pop3State::uidl_todelete_list
7973
7974 2002-06-17 [paul]       0.7.8claws4
7975
7976         * sync with 0.7.8
7977                 see ChangeLog 2002-06-11 and 2002-06-13
7978
7979 2002-06-16 [alfons]     0.7.8claws3
7980         
7981         * src/folder.c
7982                 make sure lock sort mode (claws specific) is
7983                 also persists after a tree rescan
7984
7985 2002-06-16 [alfons]     0.7.8claws2
7986
7987         * src/prefs_folder_item.c
7988         * src/folder.[ch]
7989                 fix persistence of folder sort mode (broken
7990                 by adapting Hiro's new folder persistence code)
7991
7992 2002-06-16 [alfons]     0.7.8claws1
7993
7994         * AUTHORS
7995         * src/logwindow.c
7996         * src/prefscommon.[ch]
7997                 control size of log text in log window; 
7998                 closes patch #569155 submitted by Mitko Haralanov.
7999
8000 2002-06-15 [paul]       0.7.8claws
8001
8002         * release of 0.7.8claws
8003
8004 2002-06-15 [paul]       0.7.7claws
8005
8006         * po/pt_BR.po
8007                 updated by Fabio Junior Beneditto
8008
8009 2002-06-14 [paul]       0.7.6claws49
8010
8011         * po/es.po
8012                 updated by Ricardo Mones Lastra
8013
8014 2002-06-14 [paul]       0.7.6claws48
8015
8016         * po/nl.po
8017                 updated translation by Wilbert Berendsen
8018
8019 2002-06-14 [melvin]     0.7.6claws47
8020
8021         * po/fr.po
8022                 Updated French translation
8023
8024 2002-06-13 [paul]       0.7.6claws46
8025
8026         * src/filesel.c
8027                 allow filename to be typed in, rather than just
8028                 selected by the mouse. Patch by Gustavo Noronha Silva.
8029
8030 2002-06-13 [alfons]     0.7.6claws45
8031
8032         * src/mainwindow.[ch]
8033                 more cleanups (removing unnecessary menu items Expand 
8034                 summary / message view)
8035
8036 2002-06-13 [melvin]     0.7.6claws44
8037
8038         * po/POTFILES.in
8039                 Added src/string_match.c
8040         * src/string_match.c
8041                 Fixed possible buffer overflow.
8042                 Corrected typo.
8043                 Added missing config.h header.
8044         * src/prefs_common.c
8045           src/prefs_matcher.c
8046           src/prefs_scoring.c
8047                 Made some strings translatable (missing _(..)).
8048
8049 2002-06-13 [melvin]     0.7.6claws43
8050
8051         * README.claws
8052                 Corrected action example (verifying clearsigned mail).
8053         * src/prefs_account.c
8054                 Corrected typo.
8055         * src/prefs_common.c
8056                 Removed incorrect line that generated a Gtk-CRITICAL msg.
8057
8058 2002-06-12 [alfons]     0.7.6claws42
8059
8060         * src/summaryview.c
8061                 add init of score column lost in 0.7.6claws42
8062
8063 2002-06-12 [paul]       0.7.6claws41
8064
8065         * src/prefs_account.c
8066                 CREATE_RADIO_BUTTONS(): fixed a typo and corrected the 
8067                 behavior of the radio buttons, (from 0.7.7cvs2)
8068
8069 2002-06-11 [alfons]     0.7.6claws40
8070
8071         * src/messageview.[ch]
8072         * src/summaryview.[ch]
8073         * src/summary_search.c
8074         * src/mainwindow.c
8075                 perform a sync to bring in Hiro's separate view implementation 
8076
8077                 (NOTE: may still be buggy; 0.7.6claws39 marked as LAST_STABLE)
8078
8079 2002-06-11 [paul]       0.7.6claws39
8080         
8081         * src/prefs_account.c
8082                 correct a typo on the Receive tab
8083
8084 2002-06-10 [match]      0.7.6claws38
8085
8086         * src/addressbook.c
8087                 Included address completion patch from Gustavo Noronha.
8088
8089 2002-06-10 [paul]       0.7.6claws37
8090
8091         * src/inc.[ch]
8092           src/pop.c
8093           src/prefs_account.[ch]
8094           src/selective_download.[ch]
8095                 apply PATCH #561712
8096                  NEW:
8097                 - check if POP Account
8098                 - Receive Button renamed to Preview
8099                 - Preview Button Popup: preview new/all messages
8100                 - Download Button
8101                 - Account Preferences-->Receive tab checkbutton if you
8102                   want to remove Mail after Download
8103                 -: default YES
8104                 - Account Preferences-->Receive tab checkbutton use
8105                   filtering rules on preview
8106                   (think of delete_on_server)
8107                 -: default YES
8108                 - Account selectable from SD dialog
8109                 - checkbutton to show already downloaded messages if
8110                   all messages are previewed
8111                 - new clist column showing Date
8112                 - ESC KEY close
8113                 FIXES:
8114                 - play ball with UIDL
8115                 - fault tolerant (?) 
8116                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
8117
8118 2002-06-10 [melvin]     0.7.6claws36
8119
8120         * README.claws
8121                 Added a hint to ac/README in cvs instructions.
8122
8123         * src/prefs_actions.c
8124                 Made it possible to use a more elaborate command line
8125                 for asynchronous actions, too.
8126
8127 2002-06-10 [melvin]     0.7.6claws35
8128         
8129         * src/prefs_actions.c
8130                 Make it possible to use a more elaborate command line
8131                 (e.g. |foo|bar|cat>there;echo Done|)
8132                 Corrected error message when calling %f, %F and %p commands
8133                 from the compose window.
8134
8135 2002-06-09 [colin]      0.7.6claws34
8136
8137         * src/summaryview.c
8138                 Automatically find unread messages in current folder
8139                 before annoying the user.
8140
8141 2002-06-08 [alfons]     0.7.6claws33
8142
8143         * po/it.po
8144                 remove bad formatting string in it.po translation
8145                 (close "[ 548336 ] --debug segfaults!!! with it_IT@euro")
8146
8147 2002-06-08 [paul]       0.7.6claws32
8148
8149         * sync with 0.7.6cvs25
8150                 see ChangeLog 2002-06-07
8151
8152 2002-06-05 [paul]       0.7.6claws31
8153
8154         * src/mainwindow.c
8155                 add 'Sort by locked' and 'Sort by score'
8156
8157 2002-06-05 [paul]       0.7.6claws30
8158
8159         * sync with 0.7.6cvs24
8160                 see ChangeLog 2002-06-04
8161
8162 2002-06-04 [paul]       0.7.6claws29
8163
8164         * po/pt_BR.po
8165                 updated by Fabio Junior Beneditto
8166
8167 2002-06-03 [thorsten]   0.7.6claws28
8168
8169         * src/matcher.c
8170                 fclose() matcherrc after reading
8171
8172 2002-06-03 [paul]       0.7.6claws27
8173
8174         * sync with 0.7.6cvs21
8175                 see ChangeLog 2002-05-31
8176
8177 2002-05-31 [paul]       0.7.6claws26
8178
8179         * sync with 0.7.6cvs20
8180                 see ChangeLog 2002-05-29 and 2002-05-30
8181
8182 2002-05-31 [paul]       0.7.6claws25
8183
8184         * src/imap.c
8185                 hopefully fix last buggy sync
8186
8187         * README.claws
8188                 correct typo in 'Actions' examples
8189
8190 2002-05-29 [paul]       0.7.6claws24
8191
8192         * sync with 0.7.6cvs18
8193                 see ChangeLog 2002-05-28 and 2002-05-29
8194
8195         * src/news.c
8196           src/nntp.[ch]
8197                 sync with above 
8198
8199 2002-05-28 [paul]       0.7.6claws23
8200
8201         * sync with 0.7.6cvs16
8202                 see ChangeLog 2002-05-28
8203
8204 2002-05-27 [thorsten]   0.7.6claws22 
8205
8206         * faq/it/sylpheed-faq-1.html
8207           faq/it/sylpheed-faq-2.html
8208           faq/it/sylpheed-faq-3.html
8209           faq/it/sylpheed-faq.html
8210                 corrected DOS lineendings
8211         * faq/de/sylpheed-faq-1.html
8212           faq/de/sylpheed-faq-2.html
8213           faq/en/sylpheed-faq-1.html
8214           faq/en/sylpheed-faq-2.html
8215           faq/en/sylpheed-faq-3.html
8216           faq/es/sylpheed-faq-1.html
8217           faq/es/sylpheed-faq-2.html
8218           faq/es/sylpheed-faq-3.html
8219           faq/fr/sylpheed-faq-1.html
8220           faq/it/sylpheed-faq-1.html
8221           faq/it/sylpheed-faq-2.html
8222           faq/it/sylpheed-faq-3.html
8223           faq/it/sylpheed-faq.html
8224                 changed ">" to &quot;
8225
8226 2002-05-27 [paul]       0.7.6claws21
8227         
8228         * sync with 0.7.6cvs15
8229                 see ChangeLog 2002-05-27
8230
8231 2002-05-27 [paul]       0.7.6claws20
8232
8233         * src/prefs_account.c
8234                 correct a typo
8235
8236 2002-05-26 [paul]       0.7.6claws19
8237
8238         * tools/README
8239                 correct a typo
8240
8241 2002-05-25 [paul]       0.7.6claws18
8242
8243         * tools/README
8244                 add description of kmail2sylpheed.pl
8245
8246 2002-05-25 [paul]       0.7.6claws17
8247
8248         * tools/kmail2sylpheed.pl       ** NEW FILE **
8249                 perl script that converts an exported Kmail address
8250                 book, converts it to sylpheed addressbook file,
8251                 writes the file to .sylpheed, and updates
8252                 addrbook--index.xml 
8253
8254 2002-05-25 [paul]       0.7.6claws16
8255
8256         * sync with 0.7.6cvs14
8257                 see ChangeLog 2002-05-23
8258
8259 2002-05-24 [paul]       0.7.6claws15
8260
8261         * README.claws
8262                 make a correction and add some more info
8263
8264 2002-05-24 [paul]       0.7.6claws14
8265
8266         * src/compose.c
8267                 fix memory leak in 
8268                 compose_redirect_write_headers_from_headerlist()
8269                 add Subject and Resent-Message-ID to
8270                 compose_redirect_write_headers()
8271                 Received, Subject, and X-UIDL are filtered out in 
8272                 compose_redirect_write_to_file()
8273
8274 2002-05-23 [paul]       0.7.6claws13
8275
8276         * src/compose.[ch]
8277           src/filtering.c
8278           src/mainwindow.c
8279           src/matcher.[ch]
8280           src/matcher_parser_lex.l
8281           src/matcher_parser_parse.y
8282           src/prefs_common.[ch]
8283           src/prefs_filtering.c
8284           src/summaryview.c
8285                 rename 'Bounce' to 'Redirect'
8286
8287 2002-05-23 [paul]       0.7.6claws12
8288
8289         * more sync with 0.7.6cvs13
8290           src/compose.c
8291                 see ChangeLog 2002-05-22
8292
8293 2002-05-22 [paul]       0.7.6claws11
8294
8295         * sync with 0.7.6cvs13
8296           src/codeconv.c
8297                 see ChangeLog 2002-05-20
8298           src/prefs_common.c
8299                 see ChangeLog 2002-05-22
8300
8301 2002-05-21 [melvin]     0.7.6claws10
8302
8303         * src/folderview.c
8304                 Added missing filtering and scoring headers
8305                 Fixed bad function call that showed garbage 
8306                 in Folder->Processing
8307
8308 2002-05-21 [paul]       0.7.6claws9
8309
8310         * tools/Makefile.am
8311                 make all tools executable, (patch by Alfons).
8312
8313 2002-05-20 [alfons]     0.7.6claws8
8314
8315         * src/procheader.c
8316                 don't forget to call mktime() so we have a valid week 
8317                 and year day
8318                 (Bug report by Roger Sondermann <mail@jumaros.de>)
8319
8320 2002-05-20 [paul]       0.7.6claws7
8321
8322         * src/html.c
8323                 fix broken parsing of urls
8324         * src/textview.c
8325                 fix displaying of urls
8326
8327                 both fixes from the patch [547855] by Eugene 
8328                 Brevdo (zonem)
8329
8330 2002-05-19 [alfons]     0.7.6claws6
8331
8332         * configure.in
8333                 make sylpheed configure correctly with the latest
8334                 and greatest of automake / autoconf / gettext
8335
8336 2002-05-19 [alfons]     0.7.6claws5
8337
8338         * src/procheader.c
8339         * src/procheader.h
8340                 add function for returning ime zone offset
8341         * src/quote_fmt.c
8342         * src/quote_fmt_parse.y
8343                 better quotation formatting - does not convert
8344                 to local time, but uses the original date string.
8345                 
8346                 Note: %z inserts the timezone offset (should 
8347                 work also on platforms where strftime does not
8348                 support %z).
8349
8350 2002-05-18 [christoph]  0.7.6claws4
8351
8352         * src/summaryview.c
8353                 fix indentation of some code
8354         * tools/Makefile.am
8355                 fix spaces after \
8356         * src/Makefile.am
8357                 add missing \
8358                 correct path for ignorethread.xpm
8359                 incorrect filename for sylpheed_logo.xpm
8360                 add missing include matcher_parser_parse.h
8361
8362 2002-05-18 [paul]       0.7.6claws3
8363
8364         * sync with 0.7.6cvs8
8365                 see ChangeLog 2002-05-16 and 2002-05-17
8366
8367 2002-05-18 [melvin]     0.7.6claws2
8368
8369         * README.claws
8370                 Corrected an action's definition and fixed some misspellings.
8371
8372 2002-05-18 [paul]       0.7.6claws1
8373
8374         * tools/Makefile.am
8375           tools/gpg-sign        ** new file **
8376           tools/uudec           ** new file **
8377                 add Melvin's Actions scripts
8378
8379         * README.claws
8380                 add Melvin's descriptions for Actions
8381
8382 2002-05-18 [paul]       0.7.6claws
8383
8384         * Version 0.7.6claws released
8385
8386 2002-05-17 [paul]       0.7.5claws32
8387
8388         * po/es.po
8389                 updated by Ricardo Mones Lastra
8390
8391 2002-05-17 [paul]       0.7.5claws31
8392
8393         * src/compose.c
8394                 fix Account prefs default folder for sent/draft/deleted
8395                 messages bug
8396
8397         * po/it.po
8398           po/nl.po
8399                 updated translation by Alessandro Maestri and
8400                 Wilbert Berendsen
8401
8402 2002-05-17 [melvin]     0.7.5claws30
8403
8404         * src/prefs_actions.c
8405                 Fixed bug where using %F not at the end of the command 
8406                 resulted in an additional empty argument being created.
8407                 Thanks to Darko Koruga for reporting the bug.
8408
8409 2002-05-17 [melvin]     0.7.5claws29
8410
8411         * po/fr.po
8412                 Updated French translations.
8413
8414 2002-05-15 [paul]       0.7.5claws28
8415         
8416         * po/es.po
8417                 updated by Ricardo Mones Lastra
8418
8419 2002-05-15 [paul]       0.7.5claws27
8420
8421         * sync with 0.7.6cvs4
8422                 see ChangeLog 2002-05-14 and 2002-05-15
8423
8424 2002-05-14 [paul]       0.7.5claws26
8425
8426         * sync with 0.7.6cvs1
8427                 see ChangeLog 2002-05-13
8428
8429 2002-05-13 [thorsten]   0.7.5claws25
8430
8431         * src/messageview.c
8432                 fix select_all and copy in multipart messages
8433         * src/mainwindow.c
8434                 fix select_all and copy in multipart messages
8435
8436 2002-05-12 [paul]       0.7.5claws24
8437
8438         * src/summaryview.c
8439                 reverse last commit, bug already fixed in 0.7.5claws3
8440
8441 2002-05-12 [netztorte]  0.7.5claws23
8442
8443         * src/summaryview.c
8444                 dont parse empty addressbook (checked in before claws20)
8445
8446 2002-05-12 [melvin]     0.7.5claws22
8447
8448         * src/procmsg.[ch]
8449                 Removed unneeded priority code introduced by the previous 
8450                 commit.
8451
8452 2002-05-12 [melvin]     0.7.5claws21
8453
8454         * src/compose.[ch]
8455                 Added possibility to set message's priority.
8456         * src/procmsg.[ch]
8457                 Added possibility to set message's priority.
8458                 Added missing headers
8459
8460 2002-05-12 [melvin]     0.7.5claws20
8461
8462         * src/prefs_actions.c
8463                 Removed implicitely added quotes around the name
8464                 of the temporary files of mime parts.
8465
8466 2002-05-12 [paul]       0.7.5claws19
8467
8468         * sync with 0.7.5cvs20
8469                 see ChangeLog 2002-05-11
8470
8471 2002-05-12 [alfons]     0.7.5claws18
8472
8473         * src/quote_fmt_lex.l
8474         * src/quote_fmt_parse.y
8475                 allow quote / reply date & time format to be set using
8476                 %D{format}. format is a format string you'd pass to
8477                 strftime() (see man strftime, or the Display tab |
8478                 Date format setting).
8479
8480                 Currently %D converts the date to local time. 
8481
8482 2002-05-11 [paul]       0.7.5claws17
8483
8484         * sync with 0.7.5cvs19 (except src/prefs_folder_item.c)
8485                 see ChangeLog 2002-05-10 and 2002-05-11
8486
8487 2002-05-10 [paul]       0.7.5claws16
8488
8489         * sync with 0.7.5cvs16
8490                 see ChangeLog entries 2002-05-09 and 
8491                 2002-05-10
8492
8493 2002-05-10 [colin]      0.7.5claws15
8494
8495         * src/textview.c
8496                 Corrected a bug that prevented sylpheed to open
8497                 double-clicked URIs.
8498
8499 2002-05-09 [paul]       0.7.5claws14
8500
8501         * sync with 0.7.5cvs14
8502                 see ChangeLog 2002-05-08 and 2002-05-09
8503
8504 2002-05-08 [paul]       0.7.5claws13
8505
8506         * sync with 0.7.5cvs11
8507                 see ChangeLog entry 2002-05-08
8508
8509 2002-05-08 [paul]       0.7.5claws12
8510
8511         * src/mainwindow.c
8512           src/textview.[ch]
8513                 fix segfault on View->Open in new window
8514                 patch submitted by Thorsten Maerz <torte@netztorte.de>
8515
8516 2002-05-07 [paul]       0.7.5claws11
8517
8518         * sync with 0.7.5cvs9
8519                 see ChangeLog entry 2002-05-07
8520
8521 2002-05-06 [paul]       0.7.5claws10
8522
8523         * src/messageview.c
8524           src/textview.c
8525                 display url in statusbar on single-click
8526                 patch submitted by Thorsten Maerz <torte@netztorte.de>
8527
8528 2002-05-06 [match]      0.7.5claws9
8529
8530         * src/addritem.[ch]
8531                 new functions.
8532         * src/addrcache.c
8533                 tidy up.
8534         * src/xmlprops.[ch]
8535                 XML implementation of properties file.
8536         * src/exporthtml.[ch]
8537         * src/expthtmldlg.[ch]
8538         * src/addressbook.c
8539                 export to HTML.
8540
8541 2002-05-02 [sergey]     0.7.5claws8
8542
8543         * src/mainwindow.c (mainwin_entries),
8544           src/prefs_common.c (prefs_send_create()),
8545           src/codeconv.c (locale_table):
8546                 use charset name "Windows-1251" instead of "CP1251".
8547
8548 2002-05-02 [colin]      0.7.5claws7
8549         
8550         * src/compose.c
8551           src/prefs_common.c
8552           src/prefs_folder_item.c
8553                 Fixed cosmetics bugs due to Outbox renamed to Sent.
8554
8555 2002-05-02 [hiro]       0.7.5claws6
8556
8557         * src/imap.c
8558                 sync the change for QUOTE_IF_REQUIRED() macro with 0.7.5cvs7.
8559
8560 2002-05-02 [paul]       0.7.5claws5
8561
8562         * src/compose.c
8563                 more sync with 0.7.5cvs7, see ChangeLog entry
8564                 2002-05-02
8565
8566 2002-05-02 [hiro]       0.7.5claws4
8567
8568         * src/compose.c
8569                 compose_queue_sub():
8570                 check if queue folder exists (closes #550397).
8571                 removed directory creation since it should be handled
8572                 transparently.
8573         * src/imap.c
8574                 imap_add_msg(): return UID for appended message
8575                 (closes #548842).
8576
8577 2002-04-30 [paul]       0.7.5claws3
8578
8579         * src/summaryview.c
8580                 fix account_find_from_address() bug
8581
8582 2002-04-28 [colin]      0.7.5claws2
8583
8584         * src/compose.c
8585           src/textview.c
8586           src/prefs_common.[ch]
8587           src/utils.[ch]
8588                 Added user-definable quotation characters recognition.
8589
8590 2002-04-28 [paul]       0.7.5claws1
8591
8592         * sync with 0.7.5cvs4
8593                 see ChangeLog entry  2002-04-25
8594
8595 2002-04-28 [paul]       0.7.5claws
8596
8597         * po/es.po
8598           po/nl.po
8599           po/pt_BR.po
8600                 updated by Ricardo Mones Lastra, Wilbert Berendsen, and
8601                 Fabio Junior Beneditto
8602
8603 2002-04-27 [jens]       0.7.4claws103
8604
8605         * po/de.po
8606                 updated German translation.
8607
8608 2002-04-27 [hiro]       0.7.4claws102
8609
8610         * src/summaryview.c
8611                 summary_write_cache(): fixed the mark loss of hidden messages.
8612
8613 2002-04-26 [melvin]     0.7.4claws101
8614
8615         * src/procmsg.c
8616                 fixed a second typo (same one)
8617         * po/fr.po
8618           po/it.po
8619           po/pt_BR.po
8620                 fixed the type again...
8621
8622 2002-04-26 [melvin]     0.7.4claws100
8623
8624         * src/procmsg.c
8625                 fixed a typo in an alert message ("temorary").
8626         * po/it.po
8627         * po/pt_BR.po
8628                 corrected the typo  described above.
8629         * po/fr.po
8630                 updated French translation.
8631
8632 2002-04-26 [darko]      0.7.4claws99
8633
8634         * src/summaryview.c
8635                 fix target folder colorization
8636
8637 2002-04-25 [paul]       0.7.4claws98
8638
8639         * po/it.po
8640                 updated by Alessandro Maestri
8641
8642 2002-04-24 [colin]      0.7.4claws97
8643         
8644         * src/compose.c
8645                 Fixed double "subject is empty" question.
8646
8647 2002-04-23 [colin]      0.7.4claws96
8648         
8649         * src/mimeview.c
8650                 Corrected issue when "automatically display images" was
8651                 not set : first image remained after selecting second.
8652
8653 2002-04-23 [melvin]     0.7.4claws95
8654
8655         * src/prefs_actions.c
8656                 Don't display in/out dialog if there is nothing to show.
8657
8658 2002-04-23 [paul]       0.7.4claws94
8659
8660         * sync with 0.7.5cvs3
8661                 bug fixes: see ChangeLog entry 2002-04-23
8662
8663 2002-04-22 [darko]      0.7.4claws93
8664
8665         * src/compose.c
8666                 fix previous check-in which changed code after
8667                 merge from main
8668
8669 2002-04-22 [paul]       0.7.4claws92
8670
8671         * faq/de/*
8672                 add German FAQ
8673         * faq/en/*
8674           faq/es/*
8675           faq/fr/*
8676                 update English, Spanish and French FAQs
8677         * manual/de/*
8678           manual/es/*
8679                 add German and Spanish manuals
8680         * manual/en/*
8681           manual/fr/*
8682                 update English and French manuals
8683
8684         * src/Makefile.am
8685                 add to and re-arrange the pixmap entries
8686
8687 2002-04-22 [darko]      0.7.4claws91
8688
8689         * src/compose.c
8690                 fix sender initials recognition to only allow
8691                 '>' after the initials
8692
8693 2002-04-21 [paul]       0.7.4claws90
8694
8695         * sync with 0.7.5 release
8696                 see ChangeLog entry 2002-04-21
8697
8698 2002-04-21 [alfons]
8699
8700         * src/Makefile.am
8701                 add colin's new pixmaps to EXTRA_DIST
8702
8703 2002-04-21 [colin]      0.7.4claws89
8704         * src/compose.c
8705         * src/inc.c
8706         * src/mainwindow.[ch]
8707         * src/prefs_common.[ch]
8708         * src/stock_pixmap.[ch]
8709                 Added "Work offline" ability.
8710
8711 2002-04-21 [colin]      0.7.4claws88
8712         
8713         * src/mimeview.c
8714         * src/prefs_common.c
8715         * src/prefs_common.h
8716         * src/textview.c : Added an option to common preferences -> display
8717           to allow user not to automatically display images.
8718
8719 2002-04-21 [paul]       0.7.4claws87
8720
8721         * sync with 0.7.4cvs52
8722                 see ChangeLog entry 2002-04-21 (src/imap.c)
8723
8724 2002-04-21 [paul]       0.7.4claws86
8725
8726         * sync with 0.7.4cvs51
8727                 see ChangeLog entry 2002-04-21
8728
8729 2002-04-21 [paul]       0.7.4claws85
8730
8731         * sync with 0.7.4cvs49
8732                 see ChangeLog entries 2002-04-20 and 2002-04-21
8733
8734         * src/Makefile.am
8735                 clean up: remove old 'stock_' element from xpm 
8736                 filenames.
8737
8738 2002-04-21 [alfons]     0.7.4claws84
8739
8740         apply sync patch from Paul
8741
8742         * src/folderview.c
8743                 use old claws prefs_folder_item_create() for now
8744
8745 2002-04-19 [match]      0.7.4claws83
8746
8747         * src/addressbook.[ch]
8748         * src/addrharvest.[ch]
8749         * src/addrgather.[ch]
8750                 recurse folders.
8751         * src/mainwindow.c
8752         * src/summaryview.[ch]
8753                 change menu option.
8754
8755 2002-04-19 [paul]       0.7.4claws82
8756
8757         * po/pt_BR.po
8758                 updated by Fabio Junior Beneditto
8759
8760 2002-04-14 [alfons]     0.7.4claws81
8761
8762         * src/passphrase.c
8763                 add #include <sys/types.h> for mode_t and off_t 
8764
8765 2002-04-13 [paul]       0.7.4claws80
8766         
8767         * src/main.c
8768           src/passphrase.[ch]
8769           src/pgptext.c
8770           src/prefs_common.[ch]
8771           src/rfc2015.c
8772                 enable storing of GnuPG passphrase for the whole 
8773                 session or a user-defined number of minutes. patch 
8774                 submitted by Ravemax <ravemax@dextrose.com>
8775
8776 2002-04-13 [alfons]     0.7.4claws79
8777
8778         * src/textview.c
8779                 make email parser also stop scanning when encountering separators
8780                 ',' and ';' (reported by Fabien Vantard <fvantard@opsion.fr>)
8781
8782 2002-04-13 [paul]       0.7.4claws78
8783
8784         * sync with 0.7.4cvs39
8785                 see ChangeLog entry 2002-04-12
8786
8787 2002-04-11 [paul]       0.7.4claws77
8788
8789         * sync with 0.7.4cvs37
8790                 see ChangeLog entry 2002-04-11
8791
8792 2002-04-11 [paul]       0.7.4claws76
8793
8794         * COPYING 
8795                 re-licensed (removal of "NO-VIRUS CLAUSE" and addition of
8796                 the clause for OpenSSL). sync with sylpheed main
8797
8798 2002-04-09 [melvin]     0.7.4claws75
8799
8800         * src/compose.c
8801                 Made 'Ctrl-Enter' on send ignore some modifiers 
8802                 (LOCK_MASK, MOD2, MOD3, MOD4, MOD5). Make it possible
8803                 to bind other *-Enter (but not Alt-Enter).
8804
8805 2002-04-09 [paul]       0.7.4claws74
8806
8807         * sync with 0.7.4cvs35
8808                 see ChangeLog entries 2002-04-09
8809
8810 2002-04-08 [paul]       0.7.4claws73
8811
8812         * sync with 0.7.4cvs33
8813                 see ChangeLog entry 200-04-08
8814
8815 2002-04-07 [match]      0.7.4claws72
8816
8817         * src/addrharvest.[ch]
8818                 fixed to read all addresses in header, regardless
8819                 of header size. improved name parsing. accommodate
8820                 harvest from folders and selected message.
8821         * src/addritem.[ch]
8822                 included new address parsing function.
8823         * src/addrgather.[ch]
8824         * src/addressbook.[ch]
8825         * src/summaryview.[ch]
8826         * src/mainwindow.c
8827                 allow address harvest of folder as well as selected
8828                 messages.
8829
8830 2002-04-07 [paul]       0.7.4claws71
8831
8832         * src/esmtp.[ch]
8833           src/smtp.c
8834                 don't try to authenticate with CRAM-MD5 in SMTP when 
8835                 SMTP-AUTH enabled if MTA doesn't issue this 
8836                 auth-method in it's ehlo-response. bug item #531364,
8837                 patch item #938910. patch submitted by Colin Leroy 
8838                 <colin@colino.net>
8839
8840 2002-04-07 [paul]       0.7.4claws70
8841
8842         * src/nntp.c
8843                 fix missing MODE_READER bug. patch submitted by
8844                 Colin Leroy <colin@colino.net>
8845
8846 2002-04-07 [alfons]     0.7.4claws69
8847
8848         * src/matcher.[ch]
8849         * src/prefs_filtering.c
8850         * src/summaryview.c
8851                 escape \' and \" in strings passed as filtering strings; bug report by Alex Evseev.
8852                 (see http://www.geocrawler.com/lists/3/SourceForge/11619/25/8279435/)
8853
8854 2002-04-07 [paul]       0.7.4claws68
8855
8856         * sync with 0.7.4cvs32
8857                 see ChangeLog entry 2002-04-06
8858
8859         * tools/filter_conv.pl
8860                 more bug fixes
8861
8862 2002-04-06 [paul]       0.7.4claws67
8863
8864         * tools/filter_conv.pl
8865                 modify to be able to find the name of the first
8866                 mailbox and use that. main's filter does not
8867                 record the full path to the mailbox and therefore
8868                 can only filter to the first mailbox.
8869
8870 2002-04-05 [paul]       0.7.4claws66
8871
8872         * tools/filter_conv.pl
8873                 attempt to make the script all-encompassing and
8874                 be able to convert any main 'filter' rule thrown
8875                 at it
8876
8877 2002-04-05 [paul]       0.7.4claws65
8878
8879         * tools/filter_conv.pl
8880                 allow for collapsed folder trees
8881
8882 2002-04-05 [paul]       0.7.4claws64
8883
8884         * sync with 0.7.4cvs31
8885                 see ChangeLog entries 2002-04-05
8886
8887 2002-04-03 [paul]       0.7.4claws63
8888
8889         * sync with 0.7.4cvs29
8890                 see ChangeLog entries 2002-04-02 and 2002-04-03
8891
8892 2002-04-02 [paul]       0.7.4claws62
8893
8894         * sync with 0.7.4cvs26
8895                 see ChangeLog entry 2002-04-01
8896
8897 2002-04-02 [match]      0.7.4claws61
8898
8899         * src/pine.[ch]
8900         * src/importpine.[ch]
8901         * src/addressbook.c
8902                 import Pine address book.
8903
8904 2002-04-02 [match]      0.7.4claws60
8905
8906         * src/addrharvest.[ch]
8907                 improve address parsing of funky addresses.
8908
8909 2002-04-02 [darko]      0.7.4claws59
8910
8911         * src/compose.c
8912                 wrap on send improvements, it now recognizes quoted
8913                 initials as part of the quotation string, and it
8914                 does not join lines separated by CR
8915
8916 2002-04-01 [match]      0.7.4claws58
8917
8918         * src/mgutils.[ch]
8919                 added new functions.
8920         * src/mutt.[ch]
8921                 remove excessive duplicate address generation
8922                 on import.
8923
8924 2002-04-01 [alfons]     0.7.4claws57
8925         
8926         * src/summaryview.c
8927                 put back g_free() 
8928
8929 2002-04-01 [paul]       0.7.4claws56
8930
8931         * sync with 0.7.4cvs25
8932                 see ChangeLog entry 2002-04-01
8933
8934 2002-04-01 [alfons]     0.7.4aprilfool55
8935
8936         * src/summaryview.c
8937                 honour feature request item #537427 to allow for
8938                 displaying names from address book for sent mail also
8939
8940 2002-03-29 [paul]       0.7.4claws54
8941
8942         * src/mainwindow.c
8943           src/prefs_filtering.[ch]
8944           src/prefs_matcher.c
8945           src/summaryview.c
8946                 add 'fast filter' for claws' filtering,
8947                 /Tools/Create filter rule/... patch submitted
8948                 by Neill Miller <neillm@thecodefactory.org>
8949
8950 2002-03-29 [paul]       0.7.4claws53
8951
8952         * sync with 0.7.4cvs24
8953                 see ChangeLog entry 2002-03-29
8954
8955 2002-03-28 [paul]       0.7.4claws52
8956
8957         * sync with 0.7.4cvs23
8958                 see ChangeLog entry 2002-03-28
8959
8960 2002-03-27 [melvin]     0.7.4claws51
8961
8962         * src/prefs_actions.c
8963                 Added support to pass only one message part (as a
8964                 file) to the command using '%p'. No quotes are needed
8965                 because doubles quotes are automatically added.
8966                 Fixed bug where Sylpheed could block when waiting for
8967                 a child process to finish.
8968                 Changed the help menu to remove quotes around symbols to 
8969                 avoid misinterpretation (they must not be used).
8970
8971 2002-03-27 [melvin]     0.7.4claws50
8972
8973         * src/inc.c
8974                 Made the new mail notification command always 
8975                 execute asynchronously.
8976
8977 2002-03-27 [paul]       0.7.4claws49
8978
8979         * src/compose.c
8980                 fix bug introduced in last commit
8981
8982 2002-03-27 [paul]       0.7.4claws48
8983
8984         * sync with 0.7.4cvs21
8985                 see ChangeLog 2002-03-26 and 2002-03-27
8986
8987 2002-03-26 [hoa]        0.7.4claws47
8988
8989         * src/prefs_folder_item.c
8990                 really fixed the bug #516442 with folder rescan.
8991
8992 2002-03-26 [paul]       0.7.4claws46
8993
8994         * sync with 0.7.4cvs19
8995                 see ChangeLog entries 2002-03-25 and 2002-03-26
8996
8997 2002-03-25 [hoa]        0.7.4claws45
8998
8999         * src/matcher.c
9000         * src/mh.c
9001                 fix the bug #516442 with folder rescan.
9002
9003         * src/prefs_common.[ch]
9004         * src/compose.c
9005                 added an option to enable two different behaviours
9006                 for bounce.
9007
9008
9009 2002-03-25 [paul]       0.7.4claws44
9010
9011         * src/mainwindow.c
9012           src/selective_download.c
9013                 correct a few menuitem labels
9014
9015 2002-03-25 [christoph]  0.7.4claws43
9016
9017         * src/procmsg.c
9018                 fix non deleted tmp message in
9019                 procmsg_save_to_outbox
9020                 fix problems caused by sync with
9021                 main branch's procmsg_send_queue
9022
9023 2002-03-25 [paul]       0.7.4claws42
9024
9025         * src/quote_fmt.c
9026           src/quote_fmt_lex.l
9027           src/quote_fmt_parse.y
9028                 add Last name (%L) placeholder for quoting. 
9029                 patch submitted by Thorsten Thielen 
9030                 <thth@users.sourceforge.net>
9031
9032 2002-03-25 [paul]       0.7.4claws41
9033
9034         * src/utils.c
9035                 get full hostname. patch submitted by
9036                 Bob Woodside <rwoodside1@comcast.net>
9037
9038 2002-03-25 [paul]       0.7.4claws40
9039
9040         * src/account.c
9041           src/news.c
9042           src/nntp.[ch]
9043           src/prefs_account.[ch]
9044                 enable NNTP over SSL. patch submitted by
9045                 Pascal Jermini <pascal@infinity.hn.org>
9046
9047 2002-03-24 [paul]       0.7.4claws39
9048
9049         * src/prefs_common.c
9050                 make the arrangement of the Compose tab more
9051                 coherent
9052
9053         * src/mainwindow.c
9054                 fix some irregularities of style
9055
9056         * po/de.po
9057                 updated by Kilian Krause
9058
9059 2002-03-23 [paul]       0.7.4claws38
9060
9061         * po/pt_BR.po
9062                 updated by Fabio Junior Beneditto
9063
9064 2002-03-23 [paul]       0.7.4claws37
9065
9066         * src/mainwindow.c
9067                 move 'Gather addresses' to 'Tools' menu
9068                 make 'Selective download' sensitive
9069
9070 2002-03-23 [paul]       0.7.4claws36
9071
9072         * sync with 0.7.4cvs16
9073                 see ChangeLog entries 2002-03-23
9074
9075 2002-03-22 [christoph]  0.7.4claws35
9076
9077         * src/quote_fmt_parse.y
9078                 fix include program output
9079
9080 2002-03-22 [alfons]     0.7.4claws34
9081
9082         * src/pop.c
9083                 initialize GDate stack variable correctly (sorry!)
9084
9085 2002-03-22 [paul]       0.7.4claws33
9086
9087         * src/compose.c
9088           src/mainwindow.c
9089           src/prefs_actions.c
9090           src/prefs_common.c
9091                 rename 'Tool' to 'Tools'
9092
9093         * src/mainwindow.c
9094                 move 'Delete duplicated messages' from
9095                 'Message/' to 'Tools/'
9096                 re-arrange the order of 'Tools/' items
9097
9098 2002-03-22 [paul]       0.7.4claws32
9099
9100         * src/addr_compl.c
9101           src/addressbook.[ch]
9102                 auto-address completion now also matches on
9103                 Nickname. patch submitted by Bob Forsman 
9104                 <hammor@users.sourceforge.net>
9105
9106         * src/editaddress.c
9107                 correct a spelling mistake
9108
9109 2002-03-22 [alfons]     0.7.4claws31
9110
9111         * src/pop.c
9112                 fix getting uidl from incorrect string 
9113                 (spotted by Colin)
9114
9115 2002-03-21 [alfons]     0.7.4claws30
9116
9117         * src/pop.c
9118                 more code refactoring
9119                 plug mem leak introduced by delete on server
9120
9121 2002-03-21 [paul]       0.7.4claws29
9122
9123         * sync with 0.7.4cvs11
9124                 see ChangeLog entries 2002-03-20
9125
9126 2002-03-20 [alfons]     0.7.4claws28
9127
9128         * src/inc.c
9129                 apply Colin's patch and refactor
9130
9131 2002-03-20 [paul]       0.7.4claws27
9132
9133         * sync with sylpheed 0.7.4cvs9
9134                 see ChangeLog entry 2002-03-20
9135
9136 2002-03-19 [christoph]  0.7.4claws26
9137
9138         * src/mh.c
9139         * src/procmsg.[ch]
9140         * src/summaryview.c
9141                 revert changes for flag updates
9142                 (does not work correctly and no time to debug)
9143
9144 2002-03-20 [alfons]     0.7.4claws25
9145
9146         * src/pop.c
9147                 refactor should_delete() a little bit 
9148
9149 2002-03-19 [paul]       0.7.4claws24
9150
9151         * src/inc.[ch]
9152           src/pop.c
9153           src/prefs_account.[ch]
9154                 allow the user to leave downloaded mail on the 
9155                 server for n days. Patch submitted by Colin Leroy 
9156                 <colin@colino.net>
9157
9158 2002-02-19 [paul]       0.7.4claws23
9159
9160         * sync with sylpheed 0.7.4cvs8
9161                 see ChangeLog entries 2002-03-19
9162
9163 2002-03-18 [paul]       0.7.4claws22
9164
9165         * sync with sylpheed 0.7.4cvs6
9166                 see ChangeLog entry 2002-03-18
9167
9168 2002-03-18 [paul]       0.7.4claws21
9169
9170         * po/en_GB.po
9171                 add en_GB message catalogue
9172
9173         * src/mbox_folder.c
9174           src/prefs_account.c
9175           src/prefs_actions.c
9176                 correct a few spelling mistakes
9177
9178 2002-03-17 [alfons]     0.7.4claws20
9179
9180         * src/matcher.c
9181                 more stringent checks for NULL params when writing
9182                 filtering actions to a file
9183                 
9184 2002-03-17 [hoa]        0.7.3claws20
9185
9186         * src/news.c
9187                 fixed the count of new messages
9188
9189         * src/compose.c
9190                 fixed the "attachment properties" window
9191
9192 2002-03-17 [paul]       0.7.4claws19
9193
9194         * src/defs.h
9195           src/folder.h
9196           src/news.c
9197           src/prefs_account.[ch]
9198           src/procmsg.[ch]
9199           src/summaryview.c
9200                 automatically mark cross-posted messages as read 
9201                 and (optionally) give them a colour label
9202                 Patch submitted by Stefaan Eeckels <Stefaan.Eeckels@eec.lu>
9203                 
9204
9205 2002-03-17 [paul]       0.7.4claws18
9206
9207         * sync with sylpheed 0.7.4cvs5
9208                 see ChangeLog entry 2002-03-17
9209
9210 2002-03-17 [melvin]     0.7.4claws17
9211         
9212         * src/textview.c
9213                 Worked around a gtktext 'bug': when searching for 
9214                 a text in a long message it was scrolling slowly
9215                 line by line until it hit the searched text.
9216         * po/fr.po
9217                 Updated French translation
9218
9219 2002-03-17 [melvin]     0.7.4claws16
9220
9221         * src/mainwindow.c
9222         * src/compose.c
9223         * src/prefs_actions.c
9224                 Moved "Edit/Actions" to "Tool/Actions"
9225                 Made mainwindow/compose window sensitive as soon as
9226                 no child process is running anymore even if the io dialog
9227                 is open.
9228                 Fixed a struct being initialized with a non constant char*
9229
9230 2002-03-16 [christoph]  0.7.4claws15
9231
9232         * configure.in
9233                 add --with-compiler-flags option
9234                 (only for developer hacking)
9235         * src/mh.c
9236         * src/procmsg.[ch]
9237         * src/summaryview.c
9238                 try to make folder-stats and flag handling more
9239                 independent from the summaryview. msgcounts
9240                 are only set when the folder is opened and
9241                 procmsg_msginfo_(un)set_flags will handle it
9242                 later and summaryview will get the values
9243                 from the folder.
9244
9245 2002-03-16 [paul]       0.7.4claws14
9246
9247         * src/messageview.c
9248                 fix Return-receipt. Patch submitted by Bob
9249                 Woodside <rwoodside1@comcast.net>
9250
9251 2002-03-16 [paul]       0.7.4claws13
9252
9253         * src/compose.c
9254                 fix 'dynamic' signatures, make it work again
9255                 broken during sync on 2002-03-14 (0.7.4claws2)
9256
9257 2002-03-15 [match]      0.7.4claws12
9258
9259         * src/addrharvest.[ch]
9260         * src/addrgather.[ch]
9261         * src/addressbook.[ch]
9262         * src/mainwindow.c
9263                 included address harvester feature. still some
9264                 issues with address parsing that I will fix.
9265
9266 2002-03-15 [match]      0.7.4claws11
9267
9268         * src/addrbook.[ch]
9269         * src/addrcache.[ch]
9270         * src/addressbook.[ch]
9271         * src/addrindex.c
9272         * src/editbook.c
9273         * src/importldif.c
9274         * src/importmutt.c
9275         * src/jpilot.[ch]
9276         * src/main.c
9277         * src/syldap.[ch]
9278         * src/vcard.[ch]
9279                 tidy up. fix memory leaks. moved attribs and methods
9280                 from individual interfaces to addrcache object. prep
9281                 for new stuff to come in.
9282
9283 2002-03-15 [alfons]     0.7.4claws10
9284
9285         * src/matcher.[ch]
9286         * src/matcher_parser_parse.y
9287         * src/matcher_parser_lex.l
9288         * src/prefs_matcher.c
9289                 add filtering conditions message greater than, smaller 
9290                 than, and exactly matching a size in bytes
9291                 (does not work with delete from POP3 server yet)
9292
9293                 this should also give others an idea what you should
9294                 do to add new criterions to claws filtering system
9295                 
9296
9297 2002-03-15 [paul]       0.7.4claws9
9298
9299         * tools/filter_conv.pl
9300                 exit if there are no filter rules to convert
9301                 rename filterrc to filterrc.old after completion
9302
9303 2002-03-15 [paul]       0.7.4claws8
9304
9305         * sync with sylpheed 0.7.4cvs3
9306                 see ChangeLog entry 2002-03-14
9307
9308 2002-03-14 [paul]       0.7.4claws7
9309
9310         * src/compose.c
9311                 clean up the last commit (ahem)
9312
9313 2002-03-14 [paul]       0.7.4claws6
9314
9315         * src/compose.c
9316                 fix bug #515655. honour account preferences
9317                 regarding gpg default signing/encryption when 
9318                 changing account from the compose window.
9319
9320 2002-03-14 [paul]       0.7.4claws5
9321
9322         * src/folderview.c
9323                 remove unnecessary curly brackets
9324
9325 2002-03-14 [paul]       0.7.4claws4
9326
9327         * src/folderview.c
9328           src/prefs_filtering.[ch]
9329                 add filter rename on folder rename and filter
9330                 delete on folder delete. Patch submitted by
9331                 Neill Miller <neillm@thecodefactory.org> 
9332
9333 2002-03-14 [christoph]  0.7.4claws3
9334
9335         * src/procmsg.c
9336         * src/send.c
9337                 fix local delivery
9338                 (patch submitted by "Simon 'corecode' Schubert")
9339         * src/prefs_common.c
9340         * src/procmsg.c
9341                 fix gcc 3.0 warning
9342
9343 2002-03-14 [paul]       0.7.4claws2
9344
9345         * sync with sylpheed 0.7.4cvs2
9346                 see ChangeLog entry 2002-03-13
9347
9348 2002-03-12 [darko]      0.7.4claws1
9349
9350         * src/mainwindow.c
9351                 fix what seems to be a copy and paste error
9352                 when setting color for important messages
9353                 (reported by wwp)
9354
9355 2002-03-11 [paul]       version 0.7.4claws released
9356
9357 2002-03-11 [paul]       0.7.4claws
9358
9359         * po/es.po
9360           po/it.po
9361           po/nl.po
9362           po/pt_BR.po
9363                 update message catalogs. Submitted by Ricardo Mones 
9364                 Lastra, Alessandro Maestri, Wilbert Berendsen, and 
9365                 Fabio Junior Beneditto
9366
9367         * configure.in
9368           faq/Makefile.am
9369           faq/it/Makefile
9370           faq/it/sylpheed-faq*
9371           src/mainwindow.c
9372           src/manual.[ch]
9373                 add FAQ in Italian
9374         
9375
9376 2002-03-11 [jens]       0.7.3claws7
9377
9378         * po/de.po
9379                 updated German translation
9380
9381 2002-03-11 [melvin]     0.7.3claws6
9382
9383         * po/fr.po
9384                 updated and corrected French translation
9385
9386 2002-03-10 [hoa]        0.7.3claws5
9387
9388         * src/account.c
9389         * src/inc.c
9390         * src/prefs_account.c
9391         * src/procmsg.c
9392         * src/send.[ch]
9393                 fixed the local account.
9394                 you have to change the default "/usr/sbin/sendmail"
9395                 to "/usr/sbin/sendmail -t" in the preferences of
9396                 the local account.
9397
9398         * src/procmime.c
9399                 removed some debug display for renderer
9400
9401 2002-03-10 [paul]       0.7.3claws4
9402
9403         * faq/en/sylpheed-faq-1.html
9404           faq/en/sylpheed-faq-2.html
9405                 update
9406
9407 2002-03-09 [paul]       0.7.3claws3
9408
9409         * sync with sylpheed 0.7.4
9410                 see ChangeLog entry 2002-03-09
9411
9412 2002-03-08 [paul]       0.7.3claws2
9413
9414         * faq/en/sylpheed-faq*
9415           faq/es/sylpheed-faq*
9416           faq/fr/sylpheed-faq*
9417                 update the FAQs
9418
9419         * manual/fr/.cvsignore
9420           manual/fr/Makefilea.am
9421           manual/fr/sylpheed*
9422           src/mainwindow.c
9423           src/manual.[ch]
9424                 add the French manual
9425
9426 2002-03-07 [paul]       0.7.3claws1
9427
9428         * sync with sylpheed 0.7.3cvs4
9429                 see ChangeLog entries  2002-03-06 and 2002-03-07
9430         
9431         * po/nl.po
9432                 updated by Wilbert Berendsen
9433
9434 2002-03-07 [melvin]     0.7.2claws34
9435
9436         * src/selective_download.c
9437                 Changed the pixmap of the receive button to MAIL_RECEIVE.
9438
9439 2002-03-06 [paul]       0.7.2claws33
9440
9441         * sync with sylpheed 0.7.3cvs1
9442                 bug fix, see ChangeLog entry 2002-03-05
9443
9444 2002-03-05 [paul]       0.7.2claws32
9445
9446         * src/mimeview.c
9447           src/pgptext.[ch]
9448           src/procmsg.c
9449                 reverse the pgp ascii-armored code implemented in 
9450                 0.7.2claws16. removal of this code until it matures.
9451                 this means that verifying ascii-armored pgp sigs and
9452                 automatic decryption of ascii-armored encrypted
9453                 messages no longer works.
9454
9455 2002-03-05 [paul]       0.7.2claws31
9456
9457         * configure.in
9458           Makefile.am
9459         * faq/Makefile.am
9460         * faq/en/Makefile.am
9461           faq/en/sylpheed-faq.html
9462           faq/en/sylpheed-faq-1.html
9463           faq/en/sylpheed-faq-2.html
9464           faq/en/sylpheed-faq-3.html
9465         * faq/es/Makefile.am
9466           faq/es/sylpheed-faq.html
9467           faq/es/sylpheed-faq-1.html
9468           faq/es/sylpheed-faq-2.html
9469           faq/es/sylpheed-faq-3.html
9470           faq/es/sylpheed-faq-4.html
9471         * faq/fr/Makefile.am
9472           faq/fr/sylpheed-faq.html
9473           faq/fr/sylpheed-faq-1.html
9474           faq/fr/sylpheed-faq-2.html
9475           faq/fr/sylpheed-faq-3.html
9476         * src/Makefile.am
9477           src/defs.h
9478           src/mainwindow.c
9479           src/manual.[ch]
9480                 add FAQs in English, Spanish and French
9481
9482
9483 2002-03-05 [paul]       0.7.2claws30
9484
9485         * manual/en/sylpheed.html
9486           manual/en/sylpheed-XX.html
9487                 updated the English manual
9488
9489 2002-03-05 [hoa]        
9490
9491         * src/summaryview.c
9492                 dialog box pops up if the article can't be deleted.
9493
9494 2002-03-04 [paul]       
9495         
9496         * po/pt_BR.po
9497                 updated by Fabio Junior Benedito
9498
9499 2002-03-04 [hoa]
9500
9501         * removed ac/gpgme.m4
9502                 to avoid autogen common problem
9503                 developers have to install gpgme development package now
9504
9505         * src/compose.c
9506                 encoding to 7bit or 8bit is enabled.
9507
9508 2002-03-03 [alfons]     0.7.2claws29
9509
9510         * src/pop.c
9511                 merge fix by Oliver Haertel for selective
9512                 download buglet
9513
9514 2002-03-03 [paul]       0.7.2claws28
9515         
9516         * sync with sylpheed 0.7.3
9517
9518 2002-03-03 [paul]       0.7.2claws27
9519
9520         * sync with sylpheed 0.7.2cvs24
9521                 see ChangeLog entries 2002-03-02 and 2002-03-03
9522
9523 2002-03-02 [melvin]     0.7.2claws26
9524
9525         * src/inc.[ch]
9526         * src/main.c
9527         * src/mainwindow.c
9528         * src/prefs_common.[ch]
9529                 Added user definable notification on new mail arrival.
9530                 Removed unused variables in spell checker prefs code.
9531
9532 2002-03-02 [melvin]     0.7.2claws25
9533
9534         * src/quote_fmt.c
9535                 Removed unnecessary escape sequences.
9536                 Changed 'Initial...' to 'Initials of Sender'
9537
9538 2002-03-02 [paul]       0.7.2claws24
9539
9540         * sync with sylpheed 0.7.2cvs22
9541                 see ChangeLog entry 2002-03-01
9542
9543 2002-03-01 [hoa]        0.7.2claws23
9544
9545         * src/mainwindow.c
9546                 Set sensitivity of delete actions to active
9547                 even if the folder is a newsgroup.
9548
9549         * src/summaryview.c
9550                 - Set sensitivity of delete actions
9551                 - Added function check_permission() that will check if the
9552                   user is authorized to delete a message. For news, it
9553                   will check if the author is the same.
9554                 - Enabled deletion when there is no trash folder.
9555
9556         * src/news.[ch]
9557                 - Added news_cancel_article() to cancel articles
9558                 - Implemented news_remove_message() (public function)
9559
9560 2002-03-01 [paul]       0.7.2claws22
9561
9562         * src/gtkutils.c
9563           src/textview.c
9564                 recognise urls that that don't include 'http://' and
9565                 simply begin 'www.' 
9566
9567         * AUTHORS
9568                 remove duplicated name
9569
9570 2002-02-28 [paul]       0.7.2claws21
9571
9572         * src/mainwindow.c
9573           src/summaryview.[ch]
9574                 add ability to 'Select thread'
9575                 combines Melvin's "Select thread's head" patch (#510907)
9576                 with Colin Leroy's <colin@colino.net> "Select whole thread" 
9577                 patch (#518514) 
9578
9579 2002-02-28 [paul]       0.7.2claws20
9580
9581         * src/mimeview.c
9582                 hopefully fix segfault on right-clicking a mime part
9583                 that some people have experienced.      
9584                 fix submitted by Fredrik Olofsson <frol@linux.nu>
9585
9586 2002-02-28 [paul]       0.7.2claws19
9587
9588         * sync with sylpheed 0.7.2cvs21
9589                 see ChangeLog entries 2002-02-27 and 2002-02-28
9590
9591 2002-02-27 [paul]       0.7.2claws18
9592
9593         * sync with sylpheed 0.7.2cvs18
9594                 see ChangeLog entries 2002-02-26 and 2002-02-27
9595
9596 2002-02-26 [alfons]     0.7.2claws17
9597
9598         * src/procheader.c
9599                 #undef ALLOW_HEADER_HINT (this was supposed to be undef'ed)
9600                 (spotted by Chris Hessman <idatech@gmx.net>)
9601
9602 2002-02-26 [paul]       0.7.2claws16
9603
9604         * src/mimeview.c
9605           src/pgptext.[ch]
9606           src/procmsg.c
9607                 make decryption of ascii-armored pgp encrypted messages
9608                 and verification of ascii-armored signatures work again.
9609                 slightly altered from the patch by Jens Jahnke 
9610                 <jan0sch@gmx.net>
9611
9612                 ##FIX ME##
9613                 * the checking of plaintext signatures always comes up in 
9614                   a popup box
9615                 * it doesn't work for multipart messages 
9616                 * all lines above "-----BEGIN PGP SIGNED MESSAGE-----\nHash: SHA1",
9617                   including the msg headers and these 2 line themselves, are 
9618                   not displayed
9619
9620         * src/mainwindow.c
9621                 "View/Folder Tree" becomes "View/Separate Folder Tree"
9622                 "View/Message View" becomes "View/Separate Message View"
9623                 because its less ambiguous.
9624
9625         * po/es.po
9626                 updated by Ricardo Mones Lastra
9627
9628 2002-02-26 [paul]       0.7.2claws15
9629
9630         * sync with sylpheed 0.7.2cvs17
9631                 see ChangeLog entries 2002-02-25 and 2002-02-26
9632
9633 2002-02-25 [christoph]  0.7.2claws14
9634
9635         * src/filtering.[ch]
9636         * src/inc.c
9637                 do filtering stuff after all messages have been received
9638                   1. drop all messages to .processing
9639                   2. scan processing folder for messages
9640                   3. filter messages or move to inbox
9641                 this will also find old messages left in processing after
9642                 a crash or something like that and we get a real msginfo
9643                 from folder->get_msg_list and do not have to create our
9644                 own in filter_message
9645         * src/matcher_parser_parse.y
9646                 remove MIX/MAX warning (reordered includes)
9647
9648 2002-02-25 [paul]       0.7.2claws13
9649
9650         * sync with sylpheed 0.7.2cvs15
9651                 see ChangeLog entry 2002-02-24
9652
9653 2002-02-24 [alfons]     0.7.2claws12
9654
9655         * src/filtering.c
9656                 clear old color flags first when applying a new color to
9657                 a message info. 
9658                 (spotted by Lo'oRiS il Kabukimono <lo_oris@libero.it>)
9659
9660 2002-02-24 [alfons]     0.7.2.claws11
9661         
9662         * AUTHORS
9663         * src/prefs_common.c
9664                 add presets for Opera and Konqueror, closes patch #517261,
9665                 submitted by Ville Skyttä <scop@users.sourceforge.net>
9666
9667 2002-02-24 [alfons]     0.7.2.claws10
9668
9669         * AUTHORS
9670         * src/summaryview.c
9671                 fix threading for null message ids, closes patch #521601,
9672                 submitted by Bob Forsman <hammor@users.sourceforge.net>
9673
9674 2002-02-24 [alfons]     0.7.2claws9
9675
9676         * src/summaryview.c
9677         * src/filtering.c
9678                 make Tool | Filter Message work with filtering system so
9679                 setting flags also works
9680
9681                 TODO:
9682
9683                 - Processing uses the same function as Tool | Filter
9684                   Message, but doesn't use the same update proc yet
9685
9686 2002-02-23 [paul]       0.7.2claws8
9687
9688         * sync with sylpheed 0.7.2cvs14
9689                 see ChangeLog entries 2002-02-22 and 2002-02-23
9690
9691 2002-02-22 [christoph]  0.7.2claws7
9692
9693         * src/quote_fmt.c
9694                 Add column space to table
9695         * src/quote_fmt_parse.y
9696                 Close files
9697
9698 2002-02-22 [paul]       0.7.2claws6
9699
9700         * src/Makefile.am
9701           src/defs.h
9702           src/filtering.c
9703           src/inc.[ch]
9704           src/mainwindow.c
9705           src/matcher.[ch]
9706           src/matcher_parser_lex.l
9707           src/matcher_parser_parse.y
9708           src/pop.[ch]
9709           src/prefs_account.h
9710           src/prefs_filtering.c
9711           src/selective_download.[ch]   *** NEW FILES ***
9712           src/utils.[ch]
9713           po/POTFILES.in
9714                 Selective Download added to 'Tool' menu. 
9715                 Retrieves email headers of the currently selected pop3 
9716                 account and allows the user to mark emails for deletion 
9717                 right on the pop3 server. Patch submitted by Oliver Haertel 
9718                 <oha@users.sourceforge.net>.
9719         
9720         * po/POTFILES.in
9721                 add 'src/quote_fmt.c'           
9722
9723 2002-02-22 [christoph]  0.7.2claws5
9724
9725         * src/Makefile.am
9726                 added quote_fmt.c
9727         * src/prefs_common.[ch]
9728         * src/prefs_template.c
9729         * src/quote_fmt.c               *** NEW FILE ***
9730         * src/quote_fmt.h
9731                 move quote format symbol description code
9732                 to it's own file because it is used from
9733                 differnent code parts
9734                 Rewrote symbol description GUI
9735                   + use table
9736                   + add separators
9737                   + get data from array (no more long constant strings)
9738         * src/quote_fmt_lex.l
9739         * src/quote_fmt_parse.y
9740                 Symbol for Literal % changed to \% instead of %%
9741                 (More logical as \ is used for quoting for other symbols)
9742                 Add |f and |p to include files and program output
9743                 Examples:
9744                     |f{/home/.../.signature}
9745                     |p{date}
9746         * po/de.po
9747                 Correct wrong spelling for "Referenzen"
9748
9749 2002-02-21 [paul]       0.7.2claws4
9750
9751         * src/procmsg.c
9752                 forgotten during sync
9753
9754 2002-02-21 [paul]       0.7.2claws3
9755
9756         * sync with sylpheed 0.7.2cvs11
9757                 see ChangeLog entries 2002-02-17, 2002-02-18, 2002-02-19,
9758                 2002-02-20 and 2002-02-21
9759
9760 2002-02-20 [melvin]     0.7.2claws2
9761
9762         * src/prefs_actions.c
9763                 Added error report when child cannot fork or when execvp 
9764                 returns with an error.
9765
9766 2002-02-19 [christoph]  0.7.2claws1
9767
9768         * src/codeconv.c
9769                 return unconverted text if conde conversion is not possible
9770                 when libjconv is used.
9771                 (patch submitted by "Simon 'corecode' Schubert")
9772
9773 2002-02-19 [paul]       
9774
9775         * version 0.7.2claws release
9776
9777 2002-02-19 [paul]       0.7.2claws
9778
9779         * po/nl.po
9780                 updated by Wilbert Berendsen
9781
9782
9783 2002-02-18 [alfons]     0.7.1claws13
9784
9785         * src/syldap.c
9786         * src/jpilot.c
9787                 remove references to dlfcn and explicitly loading functions
9788                 from dynalink libs, because libs linked anyway, and functions
9789                 are loaded explicitly
9790
9791 2002-02-17 [melvin]     0.7.1claws12
9792
9793         * src/prefs_actions.c
9794                 Replaced children wait loop with double fork technique.
9795                 Now, input/output window updated at each new output.
9796                 free_children(): Fixed a memory leak.
9797                 Made input/output window non closable if running children
9798                 still exist.
9799                 Added missing <unistd.h> include.
9800                 Added some --debug outputs.
9801
9802 2002-02-17 [melvin]     0.7.1claws11
9803
9804         * src/summaryview.c
9805                 Fixed bug where descending sort order did not select top
9806                 message.
9807
9808 2002-02-17 [melvin]     0.7.1claws10
9809
9810         * acconfig.h
9811                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
9812         * src/prefs_common.c
9813                 Pspell data package directory no more hard coded but
9814                 set during configuration (PSPELL_PATH). (Thanks to 
9815                                 Gustavo Noronha Silva.)
9816
9817 2002-02-17 [melvin]     0.7.1claws9
9818
9819         * configure.in
9820                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
9821         * src/gtkspell.c
9822                 Fixed compile-time warnings.
9823
9824 2002-02-16 [alfons]     0.7.1claws8
9825
9826         * src/filesel.c
9827                 fix inadvertent free of NULL pointer which caused
9828                 sylpheed to crash when closing the save-as dialog
9829                 using the window close button
9830
9831 2002-02-16 [carsten]    0.7.1claws7
9832         * src/mainwindow.[ch]
9833           src/summaryview.c
9834           src/prefs_common.c
9835                 fixes for pixmap theming code:
9836                         - recently changed mail attributes shouldn't get
9837                           lost any longer
9838                         - theme is only reloaded iff another theme was
9839                           selected
9840
9841 2002-02-16 [paul]       0.7.1claws6
9842
9843         * sync with sylpheed 0.7.2 release
9844                 see ChangeLog entry 2002-02-15 and 2002-02-16
9845
9846 2002-02-15 [paul]       0.7.1claws5
9847
9848         * sync with sylpheed 0.7.1cvs9
9849                 see ChangeLog entry 2002-02-15
9850
9851         * po/POTFILES.in
9852                 remove unneeded headerwindow.c entry
9853
9854 2002-02-14 [carsten]    0.7.1claws4
9855         * src/summaryview.c
9856                 fixed a bug for "Go to next unread message": there was
9857                 an endless loop if NEXTUNREADMSGDIALOG_ASSUME_NO was set
9858                 in the prefs, because of doing "Search again" instead
9859                 "No"
9860
9861 2002-02-14 [carsten]    0.7.1claws3
9862         * src/stock_pixmap.c
9863                 removed 2 more mem leaks; following memprof,
9864                 this code is "leak free" now :)
9865
9866 2002-02-14 [carsten]    0.7.1claws2
9867         * src/stock_pixmap.c
9868                 used opendir/readdir/closedir instead of scandir
9869                 -> code should work now on Solaris
9870
9871 2002-02-14 [paul]       0.7.1claws1
9872
9873         * sync with sylpheed 0.7.1cvs8
9874                 see ChangeLog entries 2002-02-13 and 2002-02-14
9875
9876         * README.claws
9877                 add some description of Actions and Pixmap Themes
9878
9879 2002-02-13 [paul]       
9880
9881         * version 0.7.1claws release
9882
9883 2002-02-13 [paul]       0.7.1claws
9884
9885         * po/es.po
9886           po/it.po
9887           po/pt_BR.po
9888                 updated translations, submitted by Ricardo Mones Lastra,
9889                 Alessandro Maestri and Fabio Junior Beneditto
9890
9891 2002-02-13 [melvin]     0.7.0claws75
9892
9893         * src/prefs_actions.c
9894                 Added missing "signal.h" include
9895
9896 2002-02-13 [melvin]     0.7.0claws74
9897
9898         * src/prefs_folder_item.c
9899                 Added missing "config.h" include
9900         * po/fr.po
9901                 Updated French translation for folder propriety.
9902
9903 2002-02-13 [jens]       0.7.0claws73
9904
9905         * po/POTFILES.in
9906                 Added missing src/prefs_folder_item.c [log added by melvin]
9907         * po/de.po
9908                 Updated German translation.
9909
9910 2002-02-13 [melvin]     0.7.0claws72
9911
9912         * po/fr.po
9913                 Updated French translation.
9914
9915 2002-02-13 [melvin]     0.7.0claws71
9916
9917         * src/gtkutils.c
9918                 Made gtkut_editable_get_selection return NULL if selection
9919                 is of length zero.
9920                 This fixes a bug where selecting part of message A then
9921                 switching to message B and replying to it will not
9922                 quote the message's body.
9923
9924 2002-02-12 [paul]       0.7.0claws70
9925
9926         * src/mainwindow.c
9927                 cosmetic, relating to pixmap themes: on toolbar make 
9928                 updating of 'Exec' and 'Compose news/Compose email'
9929                 icons faster.
9930
9931 2002-02-12 [carsten]    0.7.0claws69
9932         * src/folderview.c
9933           src/mainwindow.[ch]
9934           src/stock_pixmap.c
9935           src/summaryview.c
9936           src/prefs_common.c
9937                 - refreshing after changing pixmap theme better
9938                   now (thanks Paul)
9939                 - wanted to remove some mem leaks, but alfons was
9940                   faster (and had the better solution ;)
9941
9942 2002-02-12 [alfons]     0.7.0claws68
9943
9944         * src/prefs_common.c
9945         * src/stock_pixmap.[ch]
9946                 plug mem leaks, refactor code a little bit
9947
9948
9949 2002-02-12 [sergey]     0.7.0claws67
9950
9951         * src/imap.c
9952                 Fixed problem with copying messages to IMAP folders when the
9953                 server uses something other than '/' as a namespace separator
9954                 (cyrus-imapd uses '.').
9955
9956 2002-02-12 [jens]       0.7.0claws66
9957
9958         * po/de.po
9959                 Updated German Translation
9960
9961 2002-02-12 [paul]       0.7.0claws65
9962
9963         * sync with sylpheed 0.7.1cvs1
9964                 see ChangeLog entry 2002-02-12
9965
9966 2002-02-12 [melvin]     0.7.0claws64
9967
9968         * src/prefs_actions.c
9969                 Fixed "feature" where children's output was duplicated 
9970                 instead of refreshed while monitoring.
9971                 Removed some debug code.
9972
9973 2002-02-12 [christoph]  0.7.0claws63
9974
9975         * src/compose.c
9976                 always delete message from queue after sending/send error
9977                 (closes bug #509601)
9978
9979 2002-02-12 [melvin]     0.7.0claws62
9980
9981         * src/prefs_actions.c
9982                 Children wait loop is now triggered with a timeout of 1s
9983                 Added %F which is replaced with the list of filenames 
9984                 of all selected messages (as suggested by Ricardo Mones Lestra)
9985                 Pipe syntax changed. Prefix with | to send selection, postfix
9986                 with | to retrieve output. Prefix with > or * to send
9987                 user definable input to the command (*: input is hidden)
9988                 Old pipe action should now be postfixed with |, too.
9989
9990 2002-02-12 [carsten]    0.7.0claws61 (more 59.75)
9991         * src/stock_pixmap.c
9992                 fixed a bug: if there's no theme directory don't
9993                 throw an error, just do "nothing" (thanks Alfons)
9994
9995 2002-02-12 [carsten]    0.7.0claws60
9996         * src/folderview.c
9997           src/summaryview.c
9998                 had to write the cache twice (nasty!); some marks would 
9999                 get lost if not
10000
10001 2002-02-11 [carsten]    0.7.0claws59
10002         * acconfig.h
10003           configure.in
10004           doc-src/maintainer_guide.txt
10005           src/compose.[ch]
10006           src/defs.h
10007           src/folderview.[ch]
10008           src/gtkutils.[ch]
10009           src/mainwindow.[ch]
10010           src/prefs_common.[ch]
10011           src/stock_pixmap.[ch]
10012           src/summaryview.[ch]
10013                 pixmap theming and related work on pixmap
10014                 handling on some other places
10015                 (e.g. hrm features for all folder)
10016           src/pixmap/stock_*.xpm -> the stock_ was removed
10017         
10018 2002-02-11 [paul]       0.7.0claws58
10019
10020         * sync with sylpheed 0.7.1 release
10021                 see ChangeLog entries 2002-02-11
10022
10023 2002-02-08 [paul]       0.7.0claws57
10024
10025         * sync with sylpheed 0.7.0cvs39
10026                 see ChangeLog entry 2002-02-07 (last entry) 
10027
10028         * src/prefs_actions.c
10029           src/prefs_filtering.c
10030           src/prefs_matcher.c
10031           src/prefs_scoring.c
10032                 sync: made it compile with C compilers other than gcc
10033
10034 2002-02-07 [paul]       0.7.0claws56
10035
10036         * sync with sylpheed 0.7.0cvs38
10037                 see ChangeLog entries 2002-02-06 (last 2 entries) and
10038                 2002-02-07
10039
10040 2002-02-07 [darko]      0.7.0claws55
10041
10042         * src/gtkutils.[ch]
10043         * src/summaryview.c
10044                 Fix const gchar */gchar * issue (thanks Hiro)
10045
10046 2002-02-07 [darko]      0.7.0claws54
10047
10048         * src/compose.[ch]
10049         * src/filtering.c
10050         * src/gtkutils.[ch]
10051         * src/prefs_template.c
10052         * src/quote_fmt.h
10053         * src/quote_fmt_parse.y
10054         * src/summaryview.c
10055         * src/utils.[ch]
10056                 When replying or forwarding an email don't quote the entire
10057                 mail body but use the part of the message text that is selected
10058
10059 2002-02-06 [melvin]     0.7.0claws53
10060
10061         * src/prefs_common.[ch]
10062         * src/gtkspell.[ch]
10063         * src/compose.c
10064                 Made possible to switch quickly to last used dictionary
10065                 which makes checking bilingual documents easier.
10066
10067 2002-02-06 [melvin]     0.7.0claws52
10068         
10069         * po/POTFILES.in
10070                 Added forgotten new file src/prefs_actions.c
10071
10072 2002-02-06 [melvin]     0.7.0claws51
10073
10074         * src/prefs_actions.c   ** NEW FILE **
10075         * src/prefs_actions.h   ** NEW FILE **
10076                 Added actions to execute on message text view, or on the
10077                         message's file.
10078         * src/Makefile.am
10079                 Added src/prefs_actions.[ch]
10080         * src/compose.c
10081                 Added new menu "Edit/Actions"
10082         * src/defs.h
10083                 Added new actionsrc file.
10084         * src/main.c
10085                 Added actionsrc reading.
10086         * src/mainwindow.c
10087                 Added new menus "Edit/Actions" and "Configuration/Actions..."
10088         * src/prefs_common.h
10089                 Added new element actionslst element to prefs_common.
10090
10091 2002-02-06 [paul]       0.7.0claws50
10092
10093         * sync with sylpheed 0.7.0cvs36
10094                 see ChangeLog entry 2002-02-06
10095
10096 2002-02-05 [paul]
10097
10098         * po/es.po
10099                 updated by Ricardo Mones Lastra
10100
10101 2002-02-05 [paul]       0.7.0claws49
10102
10103         * sync with sylpheed 0.7.0cvs33
10104                 see ChangeLog entries 2002-02-04 (last 4 entries) and 2002-02-05
10105
10106 2002-02-05 [paul]       0.7.0claws48
10107
10108         * src/compose.c
10109                 re-add 'Edit/Advanced/Delete entire line', previously named
10110                 'Delete Line+'
10111
10112 2002-02-04 [paul]       0.7.0claws47
10113
10114         * src/compose.c
10115           src/summaryview.c
10116                 fix bug #494993 (Reply All not taking Reply-To into consi)
10117                 eliminate differences in behaviour of right-click 'Reply to all' 
10118                 in summary view and 'Reply to all' on the toolbar. 
10119                 fix bug where Reply-To gets ignored by 'Reply to all' in summary
10120                 view and From gets ignored by 'Reply to all' on toolbar.
10121                 fix bug where 'Reply to all' on toolbar uses To twice and ignores
10122                 From when no Reply-To header is present.
10123
10124 2002-02-04 [paul]       0.7.0claws46
10125
10126         * sync with sylpheed 0.7.0cvs30
10127                 see ChangeLog entries 2002-02-03 and 2002-02-04
10128
10129 2002-02-03 [melvin]     0.7.0claws45
10130
10131         * src/gtkspell.[ch]
10132                 Readded function to highlight all misspelled words.
10133                 Fixed bug where user-provided-words did not replace
10134                         correctly the misspelled word when using the mouse.
10135                 Fixed bug where checking a region selected from right to left did
10136                         not check the region at all.
10137                 Fixed bug where 'Check backwards' may not check at all. 
10138                 Fixed memory leaks where popup menus and accel_groups were not destroyed.
10139                 Fixed possible buffer overflow when checking for long strings (>1k).
10140                 Made cursor and scrollbar positions non changing after uncheck_all/check_all.
10141                 Accelerators code uses now gtk_widget_add_accel.
10142                 Removed and disabled obsolete and unfinished code.
10143                 Cleaning up.
10144
10145         * src/compose.c
10146                 Added menu item to Highlight all misspelled words.
10147
10148 2002-02-01 [paul]       0.7.0claws44
10149
10150         * src/mainwindow.c
10151                 fix '/View/Hide read messages' sensitivity when all
10152                 messages in a folder are hidden
10153
10154 2002-02-01 [paul]       0.7.0claws43
10155
10156         * src/main.c
10157                 add --send option to command line interface, sends all
10158                 queued mail. Patch submitted by Ricardo Mones Lastra.
10159
10160 2002-01-31 [paul]       0.7.0claws42
10161
10162         * src/mainwindow.c
10163                 add '/View/Hide read messages' to main_window_set_menu_sensitive()
10164
10165 2002-01-31 [paul]       0.7.0claws41
10166
10167         * sync with sylpheed 0.7.0cvs27
10168                 see ChangeLog entries 2002-01-30 (src/mh.c, src/prefs_common.c)
10169                 and 2002-01-31
10170
10171         * src/textview.c
10172                 comment out elements of textview_show_part() as temporary
10173                 workaround for attachment 'Display as text' bug 
10174
10175         * po/pt_BR.po
10176                 updated by Fabio Junior Beneditto
10177
10178 2002-01-30 [paul]       0.7.0claws40
10179
10180         * sync with sylpheed 0.7.0cvs24
10181                 see ChangeLog entries 2002-01-29 (src/prefs_common.c)
10182                 and 2002-01-30
10183
10184         * src/compose.c
10185                 add {N_("/_Spelling"), ... "<Branch>"} to 
10186                 GtkItemFactoryEntry compose_entries[]
10187
10188         * src/prefs_common.c
10189                 add claws menu items to prefs_keybind_apply_clicked()
10190                 and remove non-claws menu items
10191
10192 2002-01-29 [paul]       0.7.0claws39
10193
10194         * sync with sylpheed 0.7.0cvs22
10195                 see ChangeLog entries 2002-01-28 and 2002-01-29
10196
10197 2002-01-28 [melvin]     0.7.0claws38
10198
10199         * src/compose.c
10200                 Added the declartion of compose_send_control_enter.
10201
10202         * src/compose.c
10203         * src/gtkspell.[ch]
10204                 Added in a 'Spelling' menu which includes the configuration menu. 
10205                 Added a real 'Check all' and got rid from the old one which only
10206                 highlited misspelled word.
10207                 Made 'Check while typing' a disableable option.
10208                 Added a dialog when there are no more misspelled word.
10209                 Added a dialog if error occurs when switching to a dictionary.
10210         
10211         * src/prefs_common.[ch]
10212                 Added option for the default 'Check while typing' option.
10213
10214
10215 2002-01-28 [alfons]     0.7.0claws37
10216
10217         * src/compose.c
10218                 fix buglet and make code comply with sylpheed code style
10219
10220 2002-01-28 [paul]       0.7.0claws36
10221
10222         * sync with sylpheed 0.7.0cvs19
10223                 see ChangeLog entries for 2002-01-28
10224
10225 2002-01-28 [hoa]        0.7.0claws35
10226
10227         * src/defs.h
10228                 added rendererrc
10229
10230         * src/main.c
10231                 read the renderer config
10232
10233         * src/procmime.[ch]
10234                 use the renderer config to convert mime attachments
10235
10236         * src/textview.c
10237                 don't use textview_show_html/ertf,
10238                 use get_text_content instead
10239
10240 2002-01-27 [alfons]     0.7.0claws34
10241         
10242         * src/news.c
10243                 make sylpheed believe it can delete a news message...
10244                 (messages are NOT deleted, maybe we should remove
10245                 processing from the folder properties after all.)
10246
10247 2002-01-27 [alfons]     0.7.0claws33
10248
10249         * src/folder.c
10250                 add extra checks
10251         * src/news.c
10252                 implement remove_msg() 
10253
10254 2002-01-27 [alfons]     0.7.0claws32
10255
10256         * src/procmsg.h
10257         * src/procheader.c
10258         * src/messageview.c
10259                 fix return receipt / disposition notification again. this
10260                 stuff seems to break on _every_ major summary UI change, so
10261                 it's now implemented using a flag which is saved in the
10262                 marks cache
10263                 
10264 2002-01-26 [alfons]     0.7.0claws31
10265
10266         * src/import.c
10267                 let import dialog show the destination folder identifier
10268
10269 2002-01-26 [melvin]     0.7.0claws30
10270
10271         * src/folderview.c
10272         * src/summaryview.c
10273                 Readded 'Mark all read' into summary view popup menu
10274                 Added 'Mark all read' in folder view popup menu for IMAP
10275                 and NNTP.
10276                 Made it insensitive if the selected folder is not the shown
10277                 one to avoid 'Mark all read' on the wrong folder.
10278                 
10279 2002-01-26 [paul]       0.7.0claws29
10280
10281         * src/folderview.c
10282           src/summaryview.c
10283                 move 'Mark all read' from summary view to folder view
10284                 menu. (adapted from) patch submitted by Jeremy Andrews,
10285                 <lists@kerneltrap.com>
10286
10287 2002-01-25 [alfons]     0.7.0claws28
10288
10289         * src/gtkstext.c
10290                 put the gtk class name back so GtkSText adapts the 
10291                 settings of GtkText
10292
10293 2002-01-25 [alfons]     0.7.0claws27
10294
10295         * src/folderview.c 
10296                 assimilate Ricardo's patch that shows pixmaps instead of
10297                 plain "new" and "unread" texts in the folder view column
10298                 headers 
10299
10300 2002-01-25 [paul]       0.7.0claws26
10301
10302         * src/Makefile.am
10303                 add $(GPGME_CFLAGS) to INCLUDES so that gpgme can 
10304                 be found in non-standard locations. 
10305                 Closes Patch #507976, submitted by Stoyan Genov, <sdg@rila.bg>
10306
10307 2002-01-25 [paul]       0.7.0claws25
10308
10309         * sync with sylpheed 0.7.0cvs16
10310                 see ChangeLog entry 2002-01-25
10311
10312 2002-01-24 [paul]       0.7.0claws24
10313
10314         * more sync with sylpheed 0.7.0cvs15
10315                 get_file_size_as_clrf(), see ChangeLog entry 2002-01-23
10316
10317 2002-01-23 [sergey]     0.7.0claws23
10318
10319         * src/importldif.c
10320                 Fixed segfault when closing LDIF import wizard with
10321                 the window manager.
10322         * src/imageview.c
10323         * src/imageview.h
10324         * src/messageview.c
10325         * src/mimeview.c
10326                 Fixed wrong scrolling position after switching between
10327                 text and image parts.
10328
10329 2002-01-23 [paul]       0.7.0claws22
10330
10331         * sync with sylpheed 0.7.0cvs15
10332                 see ChangeLog entries 2002-01-22 and 2002-01-23
10333
10334 2002-01-21 [melvin]     0.7.0claws21
10335
10336         * src/prefs_scoring.c
10337         * src/prefs_filtering.c
10338                 Fixed bug where scoring and filtering windows stopped
10339                 autochecking.
10340
10341 2002-01-21 [paul]       0.7.0claws20
10342
10343         * sync with sylpheed 0.7.0cvs12
10344                 see ChangeLog entries 2002-01-20 and 2002-01-21
10345
10346 2002-01-21 [carsten]    0.7.0claws19
10347         * src/mainwindow.c
10348         * src/menu.[ch]
10349         * src/messageview.[ch]
10350         * src/summaryview.[ch]
10351                 changes to shortcuts handling again:
10352                         + "Q" now controled by mainwin
10353                         + v/V are now customizable and have slightly
10354                           different meanings
10355                 the "button" to minimize the messageview (and maximize
10356                 the summary view) is a real button now
10357         * src/compose.c
10358                 "Delete Line+" added to Edit/Advanced (this will also
10359                 delete the '\n')
10360
10361 2002-01-20 [melvin] 0.7.0claws18
10362
10363         * src/addressbook.c
10364                 Made "Bcc" sensitive when addressbook is called from
10365                 compose window (it was a Claws only bug).
10366
10367 2002-01-19 [alfons] 0.7.0claws17
10368
10369         * src/inc.c
10370                 prevent unnecessary updates when currently selected folder has
10371                 no new messages 
10372
10373 2002-01-19 [alfons] 0.7.0claws16
10374         
10375         * src/summaryview.c
10376                 prevent writing the cache based on current message list in summary 
10377                 view when filtering also put messages in currently selected folder
10378
10379 2002-01-19 [paul]
10380
10381         * po/it.po
10382                 Italian translation submitted by Alessandro Maestri
10383                 <a.maestri@cs.tin.it>
10384
10385 2002-01-18 [melvin]     0.7.0claws15
10386
10387         * src/prefs_filters.c
10388                 fixed bug where 'cancel' from 'filters' window stops autochecking
10389                 if the timer timed out  when the window was open.
10390
10391 2002-01-18 [match]      0.7.0claws14
10392
10393         * src/addrclip.[ch]     ** NEW FILE **
10394         * src/addrselect.[ch]   ** NEW FILE **
10395         * src/adbookbase.h      ** NEW FILE **
10396                 addressbook cut, copy and paste
10397         * src/addrbook.[ch]
10398         * src/addrcache.[ch]
10399         * src/addressitem.h
10400         * src/addrindex.[ch]
10401         * src/addritem.[ch]
10402         * src/importldif.c
10403         * src/importmutt.c
10404         * src/jpilot.[ch]
10405         * src/syldap.[ch]
10406         * src/vcard.[ch]
10407         * src/jpilot.[ch]
10408         * src/editbook.c
10409         * src/editjpilot.c
10410         * src/editldap.c
10411         * src/editvcard.c
10412                 support for copy/paste
10413         * src/addressbook.c
10414                 support for copy/paste
10415                 tidy up menu option processing
10416                 correct address list function arguments
10417         * src/editaddress.c
10418                 sort user attributes
10419         * src/ldif.h
10420         * src/mutt.h
10421                 tidy up
10422
10423         * src/addrbook.[ch]
10424         * src/addrbook.[ch]
10425         * src/addrbook.[ch]
10426                 
10427
10428 2002-01-18 [paul]       0.7.0claws13
10429
10430         * sync with sylpheed 0.7.0cvs8
10431                 configure.in: support Mac OS X (Darwin)
10432
10433 2002-01-18 [carsten]    0.7.0claws12
10434         * src/html.c
10435                 small hack to fix a segfault with an empty href
10436                 (reported by Alexandra Walford <deeni@altern.org>)
10437         * src/mainwindow.c
10438         * src/summaryview.c
10439                 the shortcuts for Mark und Mark as unread are hardcoded
10440                 again
10441         * src/compose.c
10442         * src/gtkstext.[ch]
10443                 readded the shortcuts in gtkstext but made them
10444                 customizeable (simply by adding a menu plus a wrapper
10445                 to compose.c)
10446
10447 2002-01-17 [melvin]     0.7.0claws11
10448
10449         * src/gtkspell.c
10450                 fix default dictionary not being saved.
10451
10452 2002-01-16 [darko]      0.7.0claws10
10453
10454         * src/compose.c
10455                 fix wrapping crash with URL longer than wrapping margin
10456
10457 2002-12-08 [hoa]        0.7.0claws10
10458
10459         * src/matcher_parser_parse.y
10460                 fixed some bugs
10461
10462         * src/prefs_filtering.c
10463                 now, we can use bounce action in the dialog box.
10464
10465 2002-01-16 [carsten]    0.7.0claws9
10466         * src/gtkstext.c
10467                 removed the <control> and <alt> shortcuts because they're
10468                 not needed and interefered with the "normal" shortcuts
10469         * src/mainwindow.c
10470         * src/summaryview.c
10471                 removed most of the hardcoded shortcuts and assigned
10472                 them to menu entries making them easy customizable by
10473                 that
10474
10475 2002-01-16 |melvin]     0.7.0claws8
10476
10477         * src/gtkspell.c
10478                 fixed bug where using the mouse and when the compose
10479                 window is not on top may result in a crash.
10480
10481 2002-01-16 [melvin]     0.7.0claws7
10482
10483         * src/compose.c
10484                 fixed a long standingspell checker bug which could 
10485                 cause a crash after sending a message.
10486
10487 2002-01-16 [paul]       0.7.0claws6
10488
10489         * sync with sylpheed 0.7.0cvs7
10490                 see ChangeLog entries 2002-01-10, 2002-01-11, 2002-01-14,
10491                 2002-01-15, and 2002-01-16
10492
10493 2002-01-16 [melvin]     0.7.0claws5
10494
10495         * README.claws
10496         * src/compose.c
10497         * src/gtkspell.[ch]
10498         * src/main.c
10499                 Heavily modified spell checker code to work around
10500                 ispell bug, to add keyboard shortcuts and for future
10501                 enhancements. See README.claws for usage information.
10502
10503 2002-01-15 [alfons]     0.7.0claws4
10504         
10505         * src/summaryview.c
10506                 change gtk_ctree_sort_node() into gtk_ctree_sort_recursive()
10507                 so sorting within threads reflects sort mode
10508
10509 2002-01-15 [christoph]  0.7.0claws3
10510
10511         * src/procmsg.c
10512                 added alertpanel if mail sending failed
10513
10514 2002-01-15 [alfons]     0.7.0claws2
10515         
10516         * src/prefs_filtering.c
10517                 don't stop timer when prefs filtering dialog is opened
10518
10519 2002-01-14 [alfons]     0.7.0claws1
10520
10521         * src/addr_compl.c
10522         * src/prefs.c
10523                 remove debug_print()s for privacy reasons
10524
10525 2002-01-14 [darko]      0.7.0claws
10526
10527         * README.claws
10528                 quotation wrapping is now also in the main branch
10529
10530 2002-01-14 [paul]
10531
10532         * tools/filter_conv.pl
10533                 allow for Boolean Op and case-sensitivity
10534                 this file is included in the release and tagged
10535                 'rel_0_7_0'
10536
10537 2002-01-13 [paul]       0.7.0claws
10538
10539         * release 0.7.0, with cvs tag 'rel_0_7_0'
10540
10541 2002-01-13 [paul]
10542
10543         * tools/filter_conv.pl
10544         * tools/README
10545                 rewritten to output to matcherrc instead of filteringrc
10546
10547         * po/es.po
10548                 updated Spanish translation by Ricardo Mones Lastra
10549
10550 2002-01-13 [alfons]
10551
10552         * po/nl.po
10553                 update dutch translation
10554
10555 2002-01-13 [paul]
10556
10557         * po/pt_BR.po
10558                 Updated by Fabio Junior Beneditto 
10559
10560 2002-01-13 [melvin]     0.6.6claws53
10561
10562         * po/fr.po
10563                 Updated french translation
10564
10565 2002-01-12 [alfons]     0.6.6claws52
10566
10567         * src/filtering.c
10568                 plug mem leak that has been sitting there for ages              
10569
10570 2002-01-12 [alfons]     0.6.6claws51
10571
10572         * src/summaryview.c
10573                 undo melvin's changes from 0.6.6claws48 because summary
10574                 view now refuses to select first unread message when
10575                 selecting a folder 
10576
10577 2002-01-11 [alfons]     0.6.6claws50
10578
10579         * src/import.c
10580                 use claws' semantics for getting folder item when
10581                 importing an mbox file into a folder 
10582                 (submitted by Dale P. Smith)
10583
10584 2002-01-11 [christoph]  0.6.6claws49
10585
10586         * src/prefs.h
10587                 set sensitivity in SET_TOGGLE_SENSITIVITY macro from
10588                 toggle widget, because non static prefs can not use
10589                 prefs_set_* functions
10590         * src/prefs_account.c
10591                 toggle smtp auth password field sensitivity if
10592                 user id is empty and add descrition of usage for
10593                 these fields
10594         * src/prefs_folder_item.c
10595                 use SET_TOGGLE_SENSITIVITY macro to instead of extra
10596                 callbacks
10597
10598 2002-01-11 [melvin]     0.6.6claws48
10599
10600         * src/compose.c
10601                 fix the 'Ctrl-Enter' feature for sending and test really
10602                 for 'Ctrl-Enter' (as Ctrl-Space is also used for activating
10603                 editables which was not documented in Gtk)
10604
10605         * src/summaryview.c
10606                 Made summaryview refresh after sorting and not before.
10607
10608 2002-01-11 [christoph]  0.6.6claws47
10609
10610         * src/compose.c
10611                 select account from account ids if possible and
10612                 correctly set save folder for copy in reedit
10613
10614 2002-01-10 [paul]       0.6.6claws46
10615
10616         * sync with sylpheed 0.7.0 release
10617                 see ChangeLog entries 2002-01-07, 2002-01-08 and
10618                 2002-01-09
10619
10620 2002-01-09 [alfons]
10621
10622         * src/summaryview.c
10623                 remove more dirt traces...
10624
10625 2002-01-09 [alfons]
10626         
10627         * src/summaryview.c
10628                 clean up some traces of my debugging stuff
10629
10630 2002-01-09 [alfons]     0.6.6claws45
10631
10632         * src/filtering.c
10633                 break up filteringprop_apply() in three separate pieces
10634                 so we can drop messages that failed processing in the
10635                 inbox
10636
10637         * src/summaryview.c
10638                 fix bug #469598 "no refresh of inbox after filter" which 
10639                 was introduced by the new summary view locking, and which 
10640                 prevented the summary view to update after a manual filter 
10641                 message. claw's filter message requires a summary_show().
10642                 (aargh, summary_show() again! :-)
10643                 
10644 2002-01-07 [alfons]     0.6.6claws44
10645
10646         * src/headerwindow.c
10647         * src/logwindow.c
10648         * src/messageview.c
10649         * src/sourcewindow.c
10650                 bring in Hiro's last 0.7.0 wm class fixes
10651
10652         * tools/sylprint.pl
10653                 bring in Ricardo's fix for sylprint script
10654
10655         * AUTHORS       
10656         * src/rfc2015.[ch]
10657         * src/prefs_common.[ch]
10658         * src/prefs_account.[ch]
10659         * src/compose.c
10660                 clean up account preference poison in rfc2015,
10661                 and preparation to fix double sign bug 
10662                 (patch submitted by Simon 'corecode' Schubert)
10663
10664 2002-01-07 [christoph]  0.6.6claws43
10665
10666         * src/mh.c
10667                 search for free message number, do not only rely
10668                 on last_num
10669         * src/send.c
10670                 fix smtp auth and use extra account information
10671                 if available, if not use pop3 data instead
10672                 (closes bug #500341)            
10673         * src/ssl.[ch]
10674                 match coding style
10675
10676 2002-01-06 [alfons]     0.6.6claws42
10677
10678         * src/mainwindow.c
10679                 try making the separate windows work again...
10680
10681 2002-01-06 [alfons]     0.6.6claws41
10682
10683         * src/mainwindow.c
10684                 adapt Hiro's separate window menu (to get rid of the funny
10685                 duplicate menu items), and make it work again
10686
10687 2002-01-06 [alfons]     0.6.6claws40
10688
10689         * tools/Makefile.am
10690         * tools/sylprint.rc
10691         * tools/sylprint.pl
10692         * tools/README.sylprint
10693                 add sylprint script for printing mails from Sylpheed
10694                 (contributed by Ricardo Mones Lastra)
10695
10696         * src/acount.c
10697                 clean up
10698
10699 2002-01-06 [melvin]     0.6.6claws39
10700
10701         * src/mainwindow.c
10702         * src/summaryview.c
10703                 Fixed crash introduced in 0.6.6claws38 by the menu
10704                 reorganisation (Hide read messages)
10705         
10706         * ChangeLog.claws 
10707                 Fixed typo (we are now in 2002, alfons ;) )
10708
10709 2002-01-05 [alfons]     0.6.6claws38
10710
10711         * sync with sylpheed 0.6.6cvs10-17
10712                 (last stuff marked as LAST_STABLE)
10713
10714 2002-01-04 [melvin]     0.6.6claws37
10715
10716         * src/account.c
10717                 Made account selection code use strcasestr again instead of
10718                 g_strcasecmp (fixes bug where reediting queued messages
10719                 did not select proper account reported by T. Link).
10720         
10721         * src/folderview.c
10722                 Fix bug where folder icons are not shown when 'hide read messages'
10723                 is on.
10724         
10725         * src/stock_pixmaps.[ch]
10726                 Added folder icons for 'hide read messages'.
10727         
10728         * src/compose.c
10729                 Fixed bug where 'Enter' in a header entry will send the message 
10730                 if 'CTL-Enter' was chosen as a shorcut for sendind. 
10731
10732 2002-01-03 [melvin]     0.6.6claws36
10733         
10734         * src/prefs.[ch]
10735                 Added popup menu for common preferences and
10736                 account preferences (right click on tab displays
10737                                 a menu of all tabs.)
10738
10739 2002-01-02 [melvin]     0.6.6claws35
10740
10741         * src/gtkspell.[ch]
10742                 Made spelling code compatible with undo/redo feature.
10743                 Added creation of suggestion mode menu for the general
10744                         preferences.
10745         
10746         * src/prefs_common.[ch]
10747                 Added option menu for the speller's suggestion mode.
10748                 Added missing spaces in "..." buttons and made a "..."
10749                         button non translatable!
10750         
10751         * src/compose.c
10752                 Made speller use the default suggestion mode.
10753                 Hack to make it possible to choose 'CTRL-Enter' as a
10754                         shortcut for sending (and only for sending).
10755
10756         * src/prefs_folder_item.c
10757                 Changing subject simplification does not update cache 
10758                         anymore (because it is unnecessary).
10759                 Fixed bug where changing subject simplification updated the 
10760                         summaryview even when the viewed folder is not the
10761                         folder which properties are being changed. (E.g. 
10762                                         viewing folder A and changing
10763                                         the subject simplification of 
10764                                         folder B -not being viewed- updated the 
10765                                         summaryview of folder A with data of
10766                                         folder B). (Hope this is clear... )
10767
10768 2001-12-31 [alfons]     0.6.6claws34
10769         
10770         * src/ldif.c
10771         * src/mutt.c
10772                 fgetc() returns a signed integer which doesn't
10773                 fit in a char. so c truncates this to a char
10774                 but we may lose significant bits. i.e. we may
10775                 comparing 0xFF which may not be equal to -1
10776                 unless properly casted to signed char which
10777                 we won't do because fgetc() returns a signed
10778                 integer which doesn't fit in a char. so c 
10779                 truncates this to a char but we may lose 
10780                 significat bits. (you got the idea, thanks
10781                 to Gustavo Noronha Silva <kov@debian.org>
10782                 and the Debian folks!)
10783
10784 2001-12-30 [alfons]     0.6.6claws33
10785
10786         * src/prefs_common.c
10787                 add #ifdef USE_PSPELLs that Melvin forgot               
10788
10789 2001-12-30 [melvin]     0.6.6claws32
10790         
10791         * src/prefs_common.[ch]
10792                 Added configurable color for misspelled words.
10793
10794         * src/gtkspell.[ch]
10795                 Fixed bug of foreground text color (reported by David
10796                                 Mehrmann)
10797                 Added configurable color for misspelled words.
10798
10799 2001-12-30 [alfons]     0.6.6claws31
10800
10801         * src/folder.c
10802                 remove unnecessary things someone put there
10803
10804         * src/mh.c
10805         * src/folder.[ch]
10806                 make folder properties (like threading and sorting) persistent
10807                 (closes bug #497424 "rescan folder tree resets proprieties")
10808                 currently this is only for MH folders. 
10809
10810 2001-12-29 [melvin]     0.6.6claws30
10811
10812         * src/string_match.[ch]
10813                 Optimized a bit: regexp pattern buffer compiled only once, and
10814                   one subroutine call removed. Fixed ^ regexp search: Now, 
10815                   "(^Re: )|(^Hello)" removes only "Re: " from "Re: Hello".
10816         
10817         * src/summaryview.c
10818                 Subject filtering changed to filter summary columns and
10819                   not directly the messages subject cache. The loss in 
10820                   performance is balanced by the improvement of string_match.
10821                 Added an alert panel if there is an error in the regexp.
10822
10823         * src/src/prefs_folder_item.h
10824                 Added a regexp pattern buffer.
10825
10826 2001-12-28 [alfons]     0.6.6claws29
10827
10828         * src/string_match.[ch]
10829                 clean up name space
10830                 allow compilation *BSD
10831
10832 2001-12-27 [alfons]     0.6.6claws28
10833
10834         * src/filter.c
10835                 sync the Hiro's bug fix for BSD
10836
10837 2001-12-27 [melvin]     0.6.6claws27
10838         
10839         * src/compose.c
10840                 Simplify focus to subject entry code.
10841
10842 2001-12-27 [darko]      0.6.6claws26
10843
10844         * src/filtering.c
10845         * src/mbox_folder.c
10846         * src/messageview.c
10847         * src/mh.c
10848         * src/procheader.[ch]
10849         * src/procmsg.h
10850         * src/stock_pixmap.[ch]
10851         * src/summaryview.c
10852                 Show key icon for encrypted mails in summary view
10853
10854         * src/pixmaps/clip.xpm
10855         * src/pixmaps/clipkey.xpm
10856         * src/pixmaps/key.xpm
10857                 New/modified icons for the above
10858
10859 2001-12-27 [melvin]     0.6.6claws25
10860
10861         * src/prefs_common.c
10862                 Put spell checker options in a separate tab to decrease
10863                 the Common Preferences window height.
10864
10865         * README.claws  
10866                 Update spell checker usage instruction about its options
10867                 location.
10868
10869 2001-12-27 [melvin]     0.6.6claws24
10870
10871         * src/compose.c
10872                 Changed subject entry widget position. Initial focus is
10873                 on the To header instead of the subject entry.
10874                 Creating a new header scrolls the header list to make the
10875                 created one visible. Nevertheless, when automatically filling
10876                 headers, the first one is shown.
10877                 A Tab key press in the last empty header entry zips the 
10878                 focus to the subject entry.
10879                 (I did not change the combo boxes, yet)
10880
10881 2001-12-26 [alfons]     0.6.6claws23
10882
10883         * src/prefs_account.c
10884         * src/inc.c
10885                 allow default inbox to reside in another mailbox (only
10886                 works for POP3 accounts)
10887
10888 2001-12-26 [alfons]     0.6.6claws22
10889         
10890         * src/textview.c
10891                 make reply-on-click work with the account of the selected folder
10892         * src/compose.c
10893                 put a fixme here to remind me to fix finding correct default
10894                 account for nested folders
10895
10896 2001-12-25 [alfons]     0.6.6claws21
10897
10898         * src/summaryview.c
10899                 make column headers display locked and mark pixmaps (idea by Melvin) 
10900                 fix bug by adding score and locked column type to sort array
10901
10902 2001-12-25 [alfons]     0.6.6claws20
10903         
10904         * src/summaryview.c
10905                 catch a *potentially* inadvertent write back of  
10906                 the message cache(s) introduced by 0.6.5claws37
10907
10908 2001-12-25 [christoph]  0.6.6claws19
10909
10910         * src/stock_pixmap.[ch]
10911         * src/summaryview.c
10912                 add ignore thread pixmap
10913                 (can someone draw a better icon for this?)
10914
10915 2001-12-24 [alfons]     0.6.6claws18
10916
10917         * src/prefs_folder_item.c
10918                 make address completion actually work for the
10919                 Default To address in the Folder Property dialog.
10920
10921 2001-12-24 [alfons]     0.6.6claws17
10922         
10923         * src/summaryview.c
10924                 use new style regexp for subject stripping 
10925                 (patch submitted by Thomas Link <t.link.tmp200101@gmx.net>)
10926
10927 2001-12-24 [darko]      0.6.6claws16
10928
10929         * src/pgptext.c
10930         * src/rfc2015.c
10931                 move GPG related informational messages to debug mode
10932
10933 2001-12-23 [alfons]     0.6.6claws15
10934
10935         * src/stock_pixmap.[ch]
10936         * src/summaryview.c
10937                 add the forgotten Claws' locked pixmap
10938
10939 2001-12-23 [alfons]     0.6.6claws14
10940
10941         * src/filesel.c
10942                 accept file name typed in entry in multi file
10943                 selector (patch submitted by Gustavo Noronha Silva 
10944                 <kov@debian.org>)
10945
10946 2001-12-23 [alfons]     0.6.6claws13
10947
10948         * src/prefs_filter.c
10949         * src/prefs_filtering.c
10950         * src/matcher.c
10951         * src/importmutt.c
10952                 clean up a little bit
10953         
10954         * src/string_match.c
10955                 validate input strings a little bit more
10956
10957 2001-12-23 [alfons]     0.6.6claws12
10958
10959         * src/Makefile.am
10960         * src/summaryview.c
10961         * src/string_match.[ch]         ** NEW **
10962         * src/folderview.[ch]
10963         * src/headerview.h
10964         * src/folder.[ch]
10965         * src/prefs_folder_item.[ch]
10966                 add subject simplification to strip out strings from
10967                 a subject line (esp. handy for mailing lists). 
10968                 (original patch by by Thomas Link <t.link.tmp200101@gmx.net>,
10969                 but slightly changed things for better integration.)
10970
10971 2001-12-23 [alfons]     0.6.6claws11
10972
10973         * src/mainwindow.c
10974                 fix bug introduced by submission included in 0.6.5claws52.
10975                 ideally this submission should clean the trash if any trash
10976                 folder has a message. however, the hasTrash variable was
10977                 set to false whenever a trash folder was empty (discarding
10978                 a previously found *filled* trash folder.)
10979
10980                 also edited the code a little bit and made it more safe.
10981
10982 2001-12-22 [alfons]     0.6.6claws10
10983
10984         * src/imap.c
10985                 quick fix for Martin Pool's omission of an account
10986                 specific SSL setting
10987
10988 2001-12-22 [alfons]     0.6.6claws9
10989
10990         * src/compose.c
10991         * src/messageview.c
10992         * src/mimeview.c
10993         * src/pgptext.c
10994         * src/procmime.[ch]
10995                 better support for multipart/digest (submitted
10996                 by Fredrik <e98fo@efd.lth.se>)
10997
10998 2001-12-22 [alfons]     0.6.6claws8
10999
11000         * src/addressbook.c
11001                 correct function signature
11002         * src/socket.[ch]
11003         * src/imap.[ch]
11004         * src/prefs_account.[ch]
11005                 allow IMAP over SSH tunnel (patch submitted by 
11006                 Martin Pool <mbp@samba.org>)
11007
11008 2001-12-21 [alfons]     0.6.6claws7
11009
11010         * sync with sylpheed 0.6.6cvs4-9
11011                 (may have forgotten something: LAST_STABLE is 0.6.6claws6)
11012
11013 2001-12-21 [christoph]  0.6.6claws6
11014
11015         * src/compose.c
11016         * src/prefs_folder_item.[ch]
11017                 implement saving of outgoing messages to current folder.
11018                 fix segfault when no default outbox is available
11019                 (closes bug #495683)
11020
11021 2001-12-21 [carsten]    0.6.6claws5
11022         * src/folderview.c
11023         * src/summaryview.c
11024                 pressing CTRL while DND does now the expected thing and
11025                 copies the mail (moving is still the default, as this
11026                 seam more appropriate for handling mails by DND)
11027
11028 2001-12-18 [paul]       0.6.6claws4
11029
11030         * sync with sylpheed 0.6.6cvs3
11031                 see ChangeLog entries 2001-12-18
11032
11033 2001-12-18 [hiro]       0.6.6claws3
11034
11035         * src/undo.c
11036                 fix for multibyte characters (obtain the number of letters
11037                 instead of bytes).
11038
11039 2001-12-17 [paul]       0.6.6claws2
11040
11041         * sync with sylpheed 0.6.6cvs1
11042                 see ChangeLog entry 2001-12-16
11043
11044 2000-12-17 [alfons]     0.6.6claws1
11045
11046         * src/filtering.c
11047                 clean up
11048
11049 2001-12-16 [paul]       0.6.6claws
11050 2001-12-15
11051
11052         * Release version 0.6.6claws, cvs tag: rel_0_6_6
11053
11054         * src/mimeview.c
11055                 last minute sync with main 0.6.6
11056
11057         * po/es.po
11058                 updated by Ricardo Mones Lastra
11059                 update for last minute sync
11060         * po/fr.po
11061         * po/nl.po
11062                 update for last minute sync
11063         * po/de.po
11064                 updated by Jens Oberender
11065         * po/pt_BR.po
11066                 updated by Fabio Junior Beneditto
11067
11068         * src/prefs_common.[ch]
11069         * src/undo.c
11070                 number of undo levels is user configurable
11071                 (squeeze it into the release in the dying
11072                 moments) Submitted by Jens Oberender    
11073
11074 2001-12-15 [melvin]
11075
11076         * po/fr.po
11077                 updated french translation
11078
11079 2001-12-15 [paul]       0.6.5claws92
11080
11081         * sync with sylpheed 0.6.5cvs28
11082                 see ChangeLog entry 2001-12-14 (src/prefs_account.c)
11083
11084         * po/nl.po
11085                 update to allow for sync
11086
11087 2001-12-15 [alfons]
11088         
11089         * po/nl.po
11090                 update dutch translation
11091
11092 2001-12-14 [carsten]    0.6.5claws91
11093         * src/summaryview.c
11094                 fixed bug #473785; also after changing the column order
11095                 the same message will be selected and displayed as before
11096                 the reordering
11097
11098 2001-12-14 [carsten]    0.6.5claws90
11099         * src/folderview.c
11100                 probably found the bug reported by wwb opening or closing
11101                 a folder tree just before dnd (found the solution in the
11102                 balsa source -- thanks to them)
11103
11104 2001-12-14 [carsten]    0.6.5claws89
11105         * src/gtkutils.c
11106         * src/account.c
11107                 moved gtk_clist_moveto to the right place, so that
11108                 only the accounts dialog is effected on opening
11109
11110 2001-12-14 [carsten]    0.6.5claws88
11111         * src/gtkutils.c
11112                 gtkut_clist_set_focus_row does a gtk_clist_moveto
11113                 now, so that the focused row will be seen in any case
11114                 (reported by wwp on sf-claws-user)
11115
11116 2001-12-14 [darko]      0.6.5claws87
11117
11118         * src/compose.c
11119                 remove unnecessary line
11120
11121 2001-12-14 [paul]       0.6.5claws86
11122
11123         * sync with sylpheed 0.6.5cvs27
11124                 see ChangeLog entries 2001-12-14
11125
11126 2001-12-14 [carsten]    0.6.5claws85
11127         * src/mainwindow.c
11128                 following a suggestion of Melvin the rcoabm pops up
11129                 right under the button now and the button is reliefed
11130                 while the popup is open
11131
11132 2001-12-14 [darko]      0.6.5claws84
11133
11134         * src/compose.c
11135                 fix crash when wrapping long lines if linewrap quotation
11136                 is disabled and wrapper encounters a word spanning more
11137                 than one line
11138
11139 2001-12-13 [paul]       0.6.5claws83
11140
11141         * src/compose.c
11142                 prefer 'Reply-To' header over mailing list header when
11143                 replying to a message. Finally prevent all those confirmation 
11144                 messages being sent to the list itself.
11145
11146         * src/summaryview.c
11147                 remove unused summary_set_menu_sensitive() entry
11148
11149 2001-12-13 [paul]       0.6.5claws82
11150
11151         * src/folderview.c
11152         * src/pixmaps/inbox-hrm.xpm     ** NEW FILE **
11153         * src/pixmaps/outbox-hrm.xpm    ** NEW FILE **
11154         * src/pixmaps/trash-hrm.xpm     ** NEW FILE **
11155                 improvements to 'Hide read messages': Inbox, Outbox,
11156                 Trash, Queue, and Draft icons now reveal presence of hidden 
11157                 messages
11158
11159 2001-12-12 [alfons]     0.6.5claws81
11160
11161         0.6.5claws80 was tagged as LAST_STABLE
11162
11163         * src/filtering.[ch]
11164         * src/matcher.[ch]
11165         * src/matcher_parser_lex.c
11166                 fix the filtering; my last attempt to get it right, 
11167                 if it does not work, it's Hoa's turn. ;-)
11168
11169                 for my honourable peers:
11170                 
11171                 the code now makes a clear distinction between
11172                 rules as they are displayed (probably escaped),
11173                 and as they are executed (probably unescaped). the
11174                 parser does *NOT* do any unescaping, this is
11175                 the task of the matcher.c (which breaks up a
11176                 rule into condition) and the filtering.c (which
11177                 breaks up the rule's action). to make this
11178                 run happily we provide an unescaped copy of
11179                 crucial strings to the MatcherProp and 
11180                 FilteringAction structures. note that the only
11181                 exception to this is any REGEXP string. those
11182                 are directly passed to regcomp() and regexp()
11183                 (who have much more powerful unescape functions).
11184                 
11185                 for everyone else:
11186         
11187                 you can escape tab (\t), carriage return (\r),
11188                 linefeed (\n), form feed (\f), quote (\"), 
11189                 single quote (\'), bell (\b) in all the entry
11190                 lines in the scoring & filtering dialogs.
11191                 as an added bonus this should not affect
11192                 existing filtering rules.
11193
11194 2001-12-12 [carsten]    0.6.5claws80
11195
11196         * src/summaryview.c
11197         * po/de.po
11198                 "item(s) selected" is now sensitive to 1 or more
11199                 than one selected (nice for language where simple
11200                 adding of a "s" is not possible as German (Eintrag
11201                 ->Eintr"age)
11202                 
11203                 the "forward as attachment" entry from the right
11204                 click menu removed, "forward" acts following the
11205                 prefs
11206         
11207         * src/textview.c
11208                 reverted my former changes; so compiler warning again
11209                 but there's more GTK_TEXT/GTK_STEXT mixing on other places
11210                 nevertheless
11211
11212         * src/messageview.c
11213                 "search in message" does now *not* only work in MVIEW_TEXT
11214                 messages, but also in a MIMEVIEW_TEXT part of MVIEW_MIME
11215                 message
11216
11217         * src/mainwindow.c
11218                 removed "/File/_Close" as it was the same as "/File/E_xit"
11219                 and we don't need it two times
11220
11221                 the separate folder view and message view now get a distinct
11222                 WMCLASS, just in case someone is using sawfish ;-)
11223
11224                 as the menu entries "/View/Message view" and "/View/Folder tree"
11225                 are only doing something when SEPARATE_MESSAGE or SEPARATE_FOLDER
11226                 make them sensitive accordingly and as these two are "shown"
11227                 after startup anytime check this menuitem at startup
11228
11229 2001-12-12 [paul]       0.6.5claws79
11230
11231         * src/folderview.c
11232                 fix sensitivity of 'Search folder...', broken in
11233                 0.6.5claws75
11234
11235         * src/mainwindow.c
11236                 fix dodgy English
11237
11238 2001-12-11 [carsten]    0.6.5claws78
11239         * src/filtering.c
11240                 fixed two typos returning a wrong FALSE/TRUE
11241         * src/mainwindow.[ch]
11242                 extra menu for email/news button removed
11243
11244 2001-12-11 [alfons]     0.6.5claws77
11245         
11246         * src/matcher.c                 (1.3)
11247         * src/matcher_parser_lex.l      (1.28)
11248                 revert for another attempt
11249                 mark 0.6.5claws77 as LAST_STABLE
11250
11251 2001-12-11 [christoph]  0.6.5claws76
11252
11253         * po/de.po
11254                 fixed wrong translation for prev. unread msg
11255
11256 2001-12-11 [paul]       0.6.5claws75
11257
11258         * src/folder.[ch]
11259         * src/folderview.c
11260         * src/mainwindow.c
11261         * src/summaryview.[ch]
11262         * src/pixmaps/dir-open-hrm.xpm  ** NEW FILE **
11263                 enable ability to hide read messages on per folder basis via 
11264                 '/Summary/Hide read messages'; when selected, a folder will 
11265                 have a red open folder icon, instead of a blue icon, if the 
11266                 folder contains hidden messges
11267                 submitted by Thomas Link <t.link.tmp200101.gmx.net> 
11268
11269         * src/mainwindow.c
11270                 remove '/Message/Forward as attachment' from 
11271                 main_window_set_menu_sensitive() to prevent debug warning
11272
11273         * src/folderview.c
11274         * src/mainwindow.c
11275                 Clean up some of the English
11276
11277         * tools/newscache_clean.pl
11278                 allow for new 'hidereadmsgs' entry in folderlist.xml
11279
11280         * po/es.po
11281                 updated translation, submitted by Ricardo Mones Lastra
11282
11283 2001-12-11 [paul]       0.6.5claws74
11284
11285         * sync with sylpheed 0.6.5cvs25
11286                 see ChangeLog entry 2001-12-11
11287
11288 2001-12-10 [alfons]     0.6.5claws73
11289
11290         * src/matcher.c
11291                 add more control characters
11292         * src/matcher_parser_lex.l
11293                 make escaping / unescaping work again
11294
11295 2001-12-10 [alfons]     0.6.5claws72
11296
11297         * src/imap.c
11298                 clean up warnings "returning value for void function" 
11299         * src/prefs_filtering.c
11300                 make info button for execute action sensitive
11301
11302 2001-12-10 [paul]       0.6.5claws71
11303
11304         * src/compose.c
11305         * src/imap.[ch]
11306         * src/summaryview.c
11307                 fix: imap server now gets informed of MARKED, UNMARKED
11308                 and REPLY events. Now people can use different IMAP-Mail
11309                 clients and have the exact same information about MARKED,
11310                 UNMARKED and REPLY status with all of them. Especially
11311                 useful for imap servers with a web-frontend.
11312                 submitted by Tobias Sandhaas <medlor@web.de>
11313
11314 2001-12-09 [melvin]     0.6.5claws70
11315         
11316         * src/textview.[ch]
11317                 fixed bug #490076 (hunted down by Alfons who implemented
11318                 a workaround in 0.6.5claws65)
11319
11320 2001-12-09 [christoph]  0.6.5claws69
11321
11322         * src/summaryview.c
11323                 set pointer to string in LOCKED column to NULL
11324                 (might fix bug #490800)
11325
11326 2001-12-09 [carsten]    0.6.5claws68
11327
11328         * po/de.po
11329                 resolved some cluttered menu shortcuts 
11330                 ('creating new email' and 'creating news message'
11331                 hade the same)
11332         * src/compose.c
11333                 wmclass now distinc from main window
11334         * src/mainwindow.c
11335           src/mainwindow.h
11336                 email/news and forward button functionality similar
11337                 to the reply buttons; removed the ugly dropdown arrows
11338                 and use instead the right mouse button
11339
11340 2001-12-09 [paul]       0.6.5claws67
11341
11342         * src/imap.c
11343         * src/utils.h
11344                 allow spaces in imap folder names
11345                 submitted by Willem van Engen <wvengen@stack.nl>
11346
11347 2001-12-09 [paul]       0.6.5claws66
11348
11349         * sync with sylpheed 0.6.5cvs24
11350                 see ChangeLog entry 2001-12-09
11351
11352 2001-12-08 [alfons]     0.6.5claws65
11353
11354         * src/textview.c
11355                 prevent secondary selection claim after "add to sender" dialog
11356                 popped up. this is because there's a GDK_BUTTON_RELEASE pending.
11357                 we trick GTK by simulating a click at (0, 0) in the textview.
11358
11359 2001-12-08 [hoa]        0.6.5claws64
11360
11361         * src/folder.c
11362                 fixed a bug about the .processing folder name while filtering
11363
11364 2001-12-08 [alfons]     0.6.5claws63
11365
11366         * src/folderview.c 
11367                 work around problem of not correctly updating folder stats
11368                 when deleting messages. there's some folder scanning evil
11369                 going so the folderview_update_msg_num() does not work
11370                 correctly. need to investigate this.
11371
11372 2001-12-08 [paul]       0.6.5claws62
11373
11374         * sync with sylpheed 0.6.5cvs23
11375                 see ChangeLog entry 2001-12-08
11376
11377 2001-12-07 [christoph]  0.6.5claws61
11378
11379         * src/compose.c
11380                 fix another header translation problem
11381
11382 2001-12-07 [alfons]     0.6.5claws60
11383
11384         * src/mbox.c
11385                 make filtering also work on local spool mbox
11386
11387 2001-12-07 [carsten]    0.6.5claws59
11388         * src/addressbook.c
11389                 addressbook window gets a wmclass distinct from the main
11390                 sylpheed window
11391         * src/compose.h
11392         * src/mainwindow.[ch]
11393                   forward menu item will use mode selected in prefs, forward 
11394                 as attatchment in menu removed (will be substituted in the
11395                 toolbar similar to reply buttons)
11396                   create news message menu entry and news button is now 
11397                 sensitive to the existance of a news account
11398         * src/pixmaps/stock_mail_reply_quote.xpm           ** REMOVED **
11399         * src/pixmaps/stock_mail_reply_to_all_quote.xpm    ** REMOVED **
11400         * src/pixmaps/stock_mail_reply_to_sender_quote.xpm ** REMOVED **
11401                 these are removed because the toolbar buttons don't show
11402                 the quoting modus any longer
11403
11404 2001-12-07 [paul]
11405
11406         * tools/newscache_clean.pl      ** NEW FILE **
11407                 perl script to do some tidying up in the newscache directory 
11408                 
11409         * tools/sylpheed-switcher       ** NEW FILE **
11410                 perl script to enable easy switching between main and claws
11411                 
11412         * tools/README
11413                 added descriptions of the two new perl scripts          
11414
11415
11416 2001-12-07 [melvin]     0.6.5claws58
11417
11418         * src/messageview.c
11419                 fixed a warning during compilation introduced in 0.6.5claws56
11420
11421 2001-12-07 [paul]       0.6.5claws57
11422
11423         * src/mainwindow.[ch]
11424         * src/menu.[ch]
11425                 further usability enhancements to replying with or without 
11426                 quoting via the toolbar, use of Ctrl key is replaced by 
11427                 drop down menu 
11428                 Submitted by Carsten Schurig            
11429
11430 2001-12-07 [melvin]     0.6.5claws56
11431
11432         * src/messageview.c
11433                 hack to fix bug that prevented to make/paste selections
11434                 after switching between MVIEW_TEXT and MVIEW_MIME views
11435                 without deselecting the selection first.
11436
11437 2001-12-06 [alfons]     0.6.5claws55
11438
11439         * src/filtering.[ch]
11440         * src/inc.c
11441                 revise filtering a little bit more, and make sure
11442                 messages are delivered to the appropriate inbox
11443                 (perhaps set per account)
11444
11445 2001-12-06 [paul]       0.6.5claws54
11446
11447         * sync with sylpheed 0.6.5cvs22
11448                 see ChangeLog entry 2001-12-06
11449
11450 2001-12-05 [alfons]     0.6.5claws53
11451
11452         * src/inc.c
11453         * src/folder.[ch]
11454         * src/procmsg.c
11455         * src/filtering.c
11456                 more revisions of filtering system
11457                 (last stable version is marked as LAST_STABLE)
11458                 
11459                 | NOTE 1): the filtering system now uses a local folder called
11460                 | .processing. if filtering fails, check this directory
11461                 | for missing messages.
11462                 |
11463                 | NOTE 2): help us find the filtering actions still missing
11464
11465 2001-12-05 [paul]       0.6.5claws52
11466
11467         * src/mainwindow.c
11468                 fix bug where 'Empty Trash?' pop-up window appears even
11469                 when Trash is empty, submitted by Jesse Skinner         
11470
11471 2001-12-05 [melvin]     0.6.5claws51
11472
11473         * src/compose.c
11474                 fixed bug #486106 to select correct account when reediting 
11475                 a queued message
11476         
11477 2001-12-04 [alfons]     0.6.5claws50
11478
11479         * src/mh.c
11480                 declare markfile in appropriate functions when
11481                 no fchmod() is found (thanks to Mark Heerdink <marc@koelkast.net>
11482                 for spotting this)
11483
11484 2001-12-04 [paul]       0.6.5claws49
11485
11486         * sync with sylpheed 0.6.5cvs21
11487                 see ChangeLog entry 2001-12-04
11488
11489 2001-12-03 [christoph]  0.6.5claws48
11490
11491         * po/de.po
11492                 changed translation of undo
11493         * src/account.c
11494         * src/folder.c
11495                 don't reinvent the wheel to traverse a GNode
11496         * src/compose.[ch]
11497                 seperate code to create the compose gui into functions
11498                 add "Others" page with folder selection for saving copy
11499                 of the message.
11500                 the folder identifier is saved to queue header
11501         * src/procmsg.c
11502                 save message to folder in queue header
11503
11504 2001-12-03 [paul]       0.6.5claws47
11505
11506         * sync with sylpheed 0.6.5cvs20
11507                 see ChangeLog entry 2001-12-03
11508
11509 2001-12-01 [paul]
11510
11511         * more sync with sylpheed 0.6.5cvs19
11512                 see ChangeLog entry 2001-11-29
11513
11514 2001-11-30 [paul]       0.6.5claws46
11515         
11516         * src/compose.c
11517                 remove conflicts introduced by Hoa's last commit
11518          
11519         * src/mainwindow.c
11520                 make 'Message/Bounce' sensitive
11521
11522 2001-11-30 [hoa]        0.6.5claws45
11523
11524         * src/compose.c
11525                 slightly change bounce function to add
11526                 information about the user that bounced the mail
11527                 in the From header line.
11528
11529         * src/folderview.c
11530                 permit the use of processing in outbox folder.
11531
11532 2001-11-29 [paul]       0.6.5claws44
11533
11534         * src/mainwindow.[ch]
11535         * src/prefs_common.c
11536         * src/pixmaps/stock_mail_reply_quote.xpm            ** NEW FILE **
11537         * src/pixmaps/stock_mail_reply_to_all_quote.xpm     ** NEW FILE **
11538         * src/pixmaps/stock_mail_reply_to_author_quote.xpm  ** NEW FILE **
11539                 usability enhancements to the quoting, implements
11540                 use of Ctrl key to toggle quoting settings
11541                 Submitted by Carsten Schurig <Carsten.Schurig@web.de>
11542
11543 2001-11-29 [paul]       0.6.5claws43
11544         
11545         * sync with sylpheed 0.6.5cvs19
11546                 see ChangeLog entry 2001-11-28
11547
11548 2001-11-29 [melvin]     0.6.5claws42
11549         * src/Makefile.am
11550                 added enriched.[ch] to the list of files
11551
11552         * src/textview.c
11553         * src/mimeview.c
11554         * src/procmime.[ch]
11555         * src/enriched.[ch]
11556                 added support to view text/enriched
11557                 added support to show headers in message view for text/enriched and text/html
11558                         in non multipart messages
11559
11560 2001-11-28 [paul]       0.6.5claws41
11561
11562         * more sync with sylpheed 0.6.5cvs18
11563                 see ChangeLog entry 2001-11-27 (src/prefs_common.c)
11564
11565 2001-11-27 [paul]       0.6.5claws40
11566         
11567         * po/pt_BR.po
11568                 updated translation, submitted by Fabio Junior Beneditto
11569                 
11570         * sync with sylpheed 0.6.5cvs18
11571                 see ChangeLog entries 2001-11-26 (src/textview.c) and
11572                 2001-11-27
11573
11574
11575 2001-11-26 [paul]
11576
11577         * po/es.po
11578                 updated translation, submitted by Ricardo Mones Lastra
11579
11580 2001-11-26 [alfons]
11581
11582         * src/matcher.c
11583                 add more translatable strings
11584
11585 2001-11-26 [christoph]  0.6.5claws39
11586
11587         * po/de.po      
11588                 fixed one more umlaut
11589         * src/compose.c
11590                 fix translated header when it should not be translated
11591
11592 2001-11-26 [paul]       0.6.5claws38
11593
11594         * src/mainwindow.c
11595                 remove '/Message/Add Sender to address book' from 
11596                 main_window_set_menu_sensitive(), prevent debug warning
11597                 add 'Message/Mark/Mark all read' to mainwin_entries[]
11598
11599 2001-11-26 [paul]       0.6.5claws37
11600
11601         * src/summaryview.c
11602                 fix 'recurring unread state' bug 
11603
11604         * tools/README 
11605         * tools/filter_conv.pl
11606                 read name of top level mailbox from folderlist.xml
11607                 and presume nothing about its name              
11608
11609 2001-11-26 [darko]      0.6.5claws36
11610
11611         * src/gtkstext.[ch]
11612                 removed functions that are now in gtkutils.c
11613                 use gtkut_text_is_uri_string() from gtkutils.c
11614         * fix my comment on 2001-11-23 (missing gtkutils.[ch])
11615
11616 2001-11-26 [paul]       0.6.5claws35
11617
11618         * sync with sylpheed 0.6.5cvs16
11619                 see ChangeLog entries 2001-11-25 and 2001-11-26
11620
11621 2001-11-25 [alfons]     0.6.5claws34
11622
11623         EXPERIMENTAL!!! Please checkout the last stable version using: 
11624           
11625         % cvs update -r LAST_STABLE -dRAP
11626
11627         (Or help us testing this stuff.)
11628
11629         * src/filtering.c               (1.14)
11630         * src/filtering.h               (1.6)
11631         * src/inc.c                     (1.28)
11632         * src/matcher.c                 (1.20)
11633         * src/mbox.c                    (1.9)
11634         * src/procmsg.h                 (1.14)
11635         * src/summaryview.c             (1.59)
11636         * src/summaryview.h             (dunno)
11637                 revert/merge/sync to as it was before commit 
11638                 on Thu, 19 Jul 2001 10:15:51 -0700.
11639
11640 2001-11-25 [hoa]        0.6.5claws33
11641
11642         * src/main.c
11643                 processing mails at startup
11644
11645         * src/folderview.c
11646         * src/summaryview.[ch]
11647                 processing mails when entering folder
11648
11649         * src/prefs_filtering.c
11650                 fixed some UI bugs
11651
11652 2001-11-24 [alfons]     0.6.5claws32
11653
11654         * src/summaryview.[ch]
11655                 make summary sort headers work, and also make
11656                 sure the sort type is stored
11657
11658 2001-11-23 [alfons]     0.6.5claws31
11659
11660         * src/summaryview.[ch]
11661                 make lock work like mark
11662                 disallow deleting messages marked as locked
11663
11664 2001-11-23 [alfons]     0.6.5claws30
11665
11666         * src/gtkstext.c
11667         * src/compose.[ch]
11668         * src/Makefile.am
11669         * src/undo.[ch]
11670                 merge undo patch submitted by Jens
11671
11672 2001-11-23 [christoph]  0.6.5claws29
11673
11674         * src/.cvsignore
11675                 added ylwrap
11676         * src/compose.c
11677                 fixed gpg signing and encoding
11678         * src/folder.[ch]
11679         * src/main.c
11680                 added --status option to get new, unread and total
11681                 message count from a running sylpheed
11682         * src/prefs_common.c
11683                 temporary fix for reply_with_quote problem
11684                 (don't call functions for non existing widget)
11685         * src/procmsg.c
11686                 one more check for ignored threads but still not
11687                 always working correctly. probably a recursive
11688                 check for all parents is needed
11689
11690 2001-11-23 [darko]      0.6.5claws28
11691
11692         * src/compose.c
11693                 wrapping on send improvements
11694         * src/gtkutils.[ch]
11695                 fix for GtkSText after last sync with main branch
11696                 GTK_TEXT -> GTK_STEXT
11697
11698 2001-11-23 [paul]       0.6.5claws27
11699
11700         * sync with sylpheed 0.6.5cvs14
11701                 see ChangeLog entries 2001-11-22 and 2001-11-23
11702                 
11703         * po/de.po
11704                 fixed the scrambled umlauts 
11705                 submitted by Carsten Schurig <Carsten.Schurig@web.de>
11706
11707 2001-11-21 [paul]       0.6.5claws26
11708
11709         * sync with sylpheed 0.6.5cvs12
11710                 see 2nd ChangeLog entry dated 2001-11-20
11711
11712 2001-11-20 [paul]       0.6.5claws25
11713
11714         * sync with sylpheed 0.6.5cvs11
11715                 see ChangeLog entry 2001-11-19 (src/utils.c)
11716
11717 2001-11-20 [hiro]
11718
11719         * src/compose.c
11720                 GTK_TEXT -> GTK_STEXT
11721                 fix for wrong comment
11722
11723 2001-11-20 [hiro]       0.6.5claws24
11724
11725         * src/compose.[ch]
11726                 more merges from main branch
11727                 removed fatal warnings (uninitialized variables etc.)
11728                 some coding style fix
11729         * src/gtkutils.h
11730                 fixed typo.
11731         * src/addressbook.c
11732           src/addrindex.c
11733                 V-Card -> vCard
11734
11735 2001-11-19 [hoa]        0.6.5claws23
11736
11737         * src/filtering.c
11738         * src/prefs_scoring.c
11739         * src/matcher.[ch]
11740         * src/scoring.c
11741                 cleaning code
11742
11743         * src/matcher_parser_parse.y
11744         * src/prefs_filtering.c
11745                 bouncing
11746
11747 2001-11-19 [alfons]     0.6.5claws22
11748
11749         more of my old things into claws
11750
11751         * src/Makefile.am
11752         * src/prefs_common.c
11753         * src/procmsg.h
11754         * src/summaryview.[ch]
11755         * src/prefs_summary_column.c
11756         * src/pixmaps/locked.xpm
11757                 add indicators for locking of message in summary view
11758                 (does not work yet, only visual indicator)
11759
11760 2001-11-19 [paul]       0.6.5claws21
11761
11762         * sync with sylpheed 0.6.5cvs10
11763                 see ChangeLog entry 2001-11-19
11764
11765 2001-11-18 [alfons]     0.6.5claws20
11766         
11767         * src/filtering.c
11768                 remove an inadvertent free I forgot in previous clean up 
11769
11770 2001-11-18 [alfons]     0.6.5claws19
11771
11772         * src/filtering.[ch]
11773                 clean up & plug leaks
11774
11775 2001-11-18 [paul]       0.6.5claws18
11776
11777         * sync with sylpheed 0.6.5cvs9
11778                 see ChangeLog entries 2001-11-17 and 2001-11-18
11779
11780 2001-11-16 [paul]       0.6.5claws17
11781
11782         * sync with sylpheed 0.6.5cvs8
11783                 see ChangeLog entry 2001-11-16, src/grouplistdialog.c
11784
11785 2001-11-16 [paul]       0.6.5claws16
11786
11787         * sync with sylpheed 0.6.5cvs7
11788                 see ChangeLog entries 2001-11-15 and 2001-11-16
11789
11790 2001-11-15 [hoa]        0.6.5claws15
11791
11792         * src/compose.c
11793                 fix bounce, mails we received couln't be bounced to ourself.
11794
11795         * src/defs.h
11796         * src/filtering.[ch]
11797         * src/matcher.[ch]
11798         * src/matcher_parser.h
11799         * src/matcher_parser_lex.l
11800         * src/matcher_parser_parse.y
11801         * src/inc.c
11802         * src/main.c
11803         * src/mbox.c
11804         * src/prefs_filtering.[ch]
11805         * src/mainwindow.c
11806         * src/prefs_matcher.c
11807         * src/prefs_scoring.c
11808         * src/scoring.[ch]
11809         * src/summaryview.c
11810                 new matcher/filter/score configuration file parser
11811                 one unique configuration file => ~/.sylpheed/matcherrc
11812                 import in currently automatic, then save are made
11813                 in this new file.
11814                 one filter per folder and one global filter
11815                 (filter of a folder will be used as folder processing)
11816
11817         * src/folder.c
11818                 fix a bug in folder_item_get_identifier
11819                 
11820         * src/messageview.c
11821                 receive receipt return are fixed.
11822
11823 2001-11-14 [alfons]     0.6.5claws14
11824
11825         * src/session.h
11826                 add things from main branch to make claws compile
11827
11828 2001-11-14 [paul]       0.6.5claws13
11829
11830         * merge with SYNC-B4-REL and sync with sylpheed 0.6.5cvs5
11831                 see ChangeLog entries 2001-11-08 to 2001-11-14
11832
11833 2001-11-14 [hoa] 0.6.5claws12
11834
11835         * src/compose.[ch]
11836         * src/mainwindow.c
11837         * src/summaryview.c
11838                 add "bounce mail" option
11839
11840 2001-11-13 [christoph]  0.6.5claws11
11841
11842         * src/compose.c
11843                 Cleanup a mess i add before commiting
11844
11845 2001-11-13 [hoa]        0.6.5claws10
11846
11847         * src/compose.c
11848                 some fixes when mail are sent or
11849                 for crossposts
11850
11851 2001-11-13 [christoph]  0.6.5claws9
11852
11853         * po/de.po
11854                 Changed two string with the same translation
11855         * src/compose.c
11856         * src/procmsg.[ch]
11857         * src/send.[ch]
11858                 New mailsending process:
11859                   - Always queue message before sending
11860                     (message will be saved if sylpheed crashed or
11861                      freezes while sending)
11862                   - Allow queuing of newspostings
11863                   - No copy in outbox before sending
11864                     (closes bug #469501)
11865                   - No more redundant code for send and send_later
11866         * src/summaryview.c
11867                 Applied wwp <subscript@free.fr>'s patch that fixes
11868                 marks for multiple forwarded messages (+compose.c)
11869
11870 2001-11-12 [alfons]
11871
11872         * README.claws
11873                 remove things that are now in main branch
11874         
11875         * po/nl.po
11876                 update Dutch translation
11877
11878 2001-11-12 [mhadasht]   0.6.5.claws8
11879
11880         * src/prefs_common.c
11881                 re-enabled account autoselection feature for forward
11882                 and reedit lost during the branch point for SYNC-B4-REL
11883         * src/gtkspell.c
11884                 gtkpspell_get_dict(): more readable code (even if function is
11885                 not used yet)
11886         * ChangeLog.claws
11887                 added version number info to 2001-11-12 [hiro] comment.
11888
11889 2001-11-12 [hiro]       0.6.5.claws7
11890
11891         * src/compose.c
11892                 compose_forward(): fixed a bug that forward quote mark
11893                 wasn't used.
11894                 removed unnecessary code.
11895         * src/template_select.[ch]: removed.
11896
11897 2001-11-11 [alfons]
11898
11899         * src/compose.c
11900                 :%s/GTK_TEXT/GTK_STEXT/g
11901         
11902         * src/compose.[ch]
11903         * src/undo.[ch]
11904         * src/Makefile.am
11905                 revert the undo stuff (this is 0.6.6claws stuff)
11906
11907 2001-11-11 [hoa]        0.6.5.claws6
11908
11909         * src/compose.[ch]
11910                 Insert signature at the end of the text.
11911                 Added undo patch but currently disabled
11912
11913         * src/procmsg.c
11914                 Threading by subject improved.
11915
11916         * added src/undo.[ch]
11917                 Undo module for compose dialog box.
11918
11919 2001-11-11 [alfons]     0.6.5.claws5
11920
11921         * src/procmsg.c
11922                 prevent threading by subject on nodes that have already been
11923                 threaded by in-reply-to (as in "circular references in a tree
11924                 result in a dead branch")
11925
11926 2001-11-09 [hoa]        0.6.5.claws4
11927         
11928         * src/folderview.c
11929                 allows creation of mbox folder item from any files.
11930
11931 2001-11-09 [alfons]     0.6.5.claws3
11932         
11933         * src/utils.c
11934         * src/procmsg.c
11935                 do what I mean and correct threading by subject so it really
11936                 ignores attracting lines without "Re: "
11937
11938 2001-11-07 [alfons]     0.6.5.claws2
11939
11940         * src/procmsg.c
11941         * src/utils.[ch]
11942                 only attract by subject if a subject line starts with a "Re: "
11943         * src/syldap.c
11944                 remove warning
11945
11946 2001-11-07 [paul]       0.6.5claws1
11947
11948         * sync with sylpheed 0.6.5. release
11949                 see ChangeLog entry 2001-11-07
11950
11951 2001-11-07 [paul]       0.6.4claws31
11952
11953         * sync with sylpheed 0.6.4cvs18
11954                 see ChangeLog entries 2001-10-30 to 2001-11-07
11955                 prefs_templates.[ch] renamed prefs_template.[ch]
11956
11957 2001-11-06 [alfons]
11958         
11959         * src/utils.h
11960                 add semicolon Hoa forgot ;-)
11961                 
11962
11963 2001-11-06 [hoa]        0.6.4claws30
11964         
11965         * src/procmsg.c
11966         * src/summaryview.c
11967         * src/utils.c
11968         * src/utils.h
11969                 threading by subject - empty subject are ignored
11970
11971 2001-11-06 [christoph]  0.6.4claws29
11972
11973         * src/socket.c
11974                 use SSL_peek for sock_gets
11975         * src/utils.c
11976                 removed unneeded pointer in extracting quoted
11977                 names implementation
11978
11979 2001-11-06 [melvin]     0.6.4claws28
11980
11981         * src/gtkspell.c
11982                 fixed bug #476792 Selection overtyping with spell checker
11983                 fixed bug which could cause a buffer overflow
11984                 fixed a memory leak
11985
11986 2001-11-06 [hoa]        0.6.4claws27
11987         
11988         * src/procmsg.c
11989         * src/summaryview.c
11990                 threading by subject
11991
11992 2001-11-05 [alfons]     0.6.4claws26
11993         
11994         * README.claws
11995                 Claws -> Sylpheed (vice versa)
11996
11997         * src/compose.c
11998                 :%s/gtk_text/gtk_stext/g
11999                 :%s/GTK_TEXT/GTK_STEXT/g
12000                 (thanks to Jonathan Ware for spotting this)
12001
12002 2001-11-04 [christoph]  0.6.4claws25
12003
12004         * src/summaryview.c
12005                 replace Xalloca + strdup with Xstrdup_a
12006         * src/utils.c
12007                 better implementation of extracting quoted names
12008                 from addresses (remove backlashes and ignore
12009                 quotes after them)
12010
12011 2001-11-04 [alfons]     0.6.4claws24
12012
12013         * src/utils.[ch]
12014                 edit to comply more with coding style
12015
12016         * src/textview.c
12017                 fix bug reported by Kim Schulz. introduced by the patch integrated
12018                 in 0.6.4claws15. the code did not check the return value of
12019                 the html parser.
12020
12021         * AUTHORS
12022                 add Jonathan Ware and close "[ #475955 ] Enhanced Mailto Patch"
12023
12024 2001-11-04 [christoph]  0.6.4claws23
12025
12026         * src/main.c
12027         * src/prefs_common.[ch]
12028                 init some pointers that possibly caused a segfault
12029                 reported in the claws-users ML
12030
12031 2001-11-04 [hoa]        0.6.4claws22
12032
12033         * src/grouplistdialog.c
12034                 change the names of the nodes in the tree
12035
12036         * src/compose.c
12037                 enhanced mailto syntax as described in
12038                 http://developer.netscape.com/viewsource/husted_mailto/mailto.html
12039                 (thanks to Jonathan Ware <jonathan_ware@gmx.co.uk>)
12040
12041         * src/utils.c
12042                 encode and decode URI (useful when opening URL into
12043                 netscape).
12044
12045 2001-11-03 [hoa]        0.6.4claws21
12046
12047         * src/grouplistdialog.c
12048                 a new newsgroups list selection dialog box
12049                 with a CTree instead of a CList
12050
12051 2001-11-03 [hoa]        0.6.4claws20
12052
12053         * src/folderview.c
12054                 enable property and scoring options when right
12055                 click on "inbox"
12056
12057         * src/summaryview.c
12058                 fixed bug when nickname were displayed using
12059                 the address book.
12060
12061 2001-11-02 [darko]      0.6.4claws19
12062
12063         * src/compose.c
12064                 new wrap quotation and URL/long words wrapping implementation
12065         * src/compose.c src/gtkstext.[ch]
12066                 move gtkstext_strncmp() to gtkstext.c
12067
12068 2001-11-01 [christoph]  0.6.4claws18
12069
12070         * src/prefs_account.c
12071                 fixed mess in account settings dialog
12072         * src/prefs_folder_item.c
12073                 added label with folder path to dialog
12074
12075 2001-10-31 [match]      0.6.4claws17
12076
12077         * src/vcard.c
12078                 fix memory leak.
12079         * src/addrbook.c
12080                 fix generation of spurious address book file names.
12081                 remove redundant functions.
12082         * po/POTFILES.in
12083                 added missing file names.
12084
12085 2001-10-30 [paul]       0.6.4claws16
12086
12087         * sync with sylpheed 0.6.4cvs6
12088                 see ChangeLog entries 2001-10-26 to 2001-10-30
12089
12090         * tools/filter_conv.pl
12091                 read folderlist.xml to discover whether the top-level
12092                 folder is called 'Mailbox' or 'Mail' 
12093
12094 2001-10-29 [paul]       0.6.4claws15
12095
12096         * src/html.c, src/textview.c
12097                 activate links in html mail and fix clickable parts
12098                 Submitted by Matthieu Dazy <dazy@t-surf.com>
12099
12100 2001-10-29 [paul]
12101
12102         * po/de.po, po/es.po, po/pt_BR/po
12103                 updated translations, submitted by Jens Oberender,
12104                 Ricardo Mones Lastra, and Fabio Junior Beneditto
12105
12106 2001-10-29 [darko]      0.6.4claws14
12107
12108         * src/compose.c
12109                 fix wrapping for good
12110
12111 2001-10-29 [darko]
12112
12113         * src/compose.c
12114                 undo previous change as it broke the smart wrapping
12115
12116 2001-10-29 [darko]      0.6.4claws13
12117
12118         * src/compose.c
12119                 fix infinite loop when long URL is quoted
12120                 (closes bug #475122.
12121
12122 2001-10-28 [match]
12123
12124         * src/mutt.[ch] src/importmutt.[ch] src/mgutils.[ch] src/addressbook.c src/Makefile.am
12125                 import Mutt address book
12126         * src/ldif.[ch] src/importldif.h
12127                 modified import LDIF handle user attributes
12128
12129 2001-10-28 [christoph]  0.6.4claws12
12130
12131         * src/summaryview.c
12132                 fixed that filtering did not work if there
12133                 were no filter rules
12134                 (closes bug #472003 and better implementation
12135                  of patch #474644)
12136
12137 2001-10-27 [christoph]  0.6.4claws11
12138
12139         * src/compose.c
12140                 make the folder's default account to be used when
12141                 replying. (patch by wwp <subscript@free.fr>)
12142         * src/compose.c
12143                 code cleanup, nearly killed all of wwp's patch
12144                 for folder's default account in compose
12145         * src/folderview.c
12146                 error panel when a folder could not be created
12147                 (closes bug #471080 new folder name & already
12148                  existing file)
12149
12150 2001-10-26 [alfons]
12151
12152         * src/utils.h
12153                 change prototype of strstr2() that Christoph forgot about
12154
12155 2001-10-26 [christoph]  0.6.4claws10
12156
12157         * src/account.c
12158                 made search for accounts by email address not case
12159                 sensitive
12160         * src/folder.c
12161                 fixed memory leak in folder_item_get_identifier
12162         * src/gtkspell.c
12163         * src/utils.c
12164                 fixed wrong strstr2 (should work like strstr)
12165
12166 2001-10-26 [darko]      0.6.4claws9
12167
12168         * src/compose.c src/gtkstext.[ch]
12169         * src/gtkstext.c
12170                 move is_url_string() and gtkstext_str_strcmp() to gtkstext.c
12171
12172 2001-10-26 [paul]       0.6.4claws8
12173
12174         * src/html.c
12175                 ignore css and javascript tags in html mail
12176                 case-insensitive, with or without double-quoted
12177                 strings
12178
12179 2001-10-26 [paul]       0.6.4claws7
12180
12181         * sync with sylpheed 0.6.4cvs1
12182                 see ChangeLog entry 2001-10-26
12183
12184         * src/prefs_account.c, src/prefs_common.c,
12185           src/prefs_summary_column.c
12186                 minor improvements to the English
12187
12188 2001-10-25 [alfons]     0.6.4claws6
12189
12190         * src/gtkstext.c
12191         
12192                 make GtkSText follow style of GtkText (closes bug 
12193                 #469211 "text selection while writing message")
12194                 
12195                 do sync with GTK 1.2.10
12196
12197 2001-10-25 [paul]       0.6.4claws5
12198
12199         * src/html.c
12200                 ignore css tags in html mail
12201
12202 2001-10-25 [darko]      0.6.4claws4
12203
12204         * src/compose.c
12205                 don't declare is_url_string as static function since
12206                 we need it in gtkstext.c
12207         * src/gtkstext.c
12208                 remove unused variable
12209                 don't wrap long URLs while composing a message
12210
12211 2001-10-24 [christoph]  0.6.4claws3
12212
12213         * src/socket.c
12214                 fix ssl deadlock, when peer closes connection
12215
12216 2001-10-24 [paul]       0.6.4claws2
12217
12218         * src/prefs_common.c
12219                 gettextize the gpg ascii-armored warning message
12220
12221         * src/compose.c
12222                 insert a DOS/MAC file into the composed message
12223                 (improvements)
12224
12225         * Both submitted by Thierry Godefroy <godefroy@imaginet.fr>
12226
12227 2001-10-22 [paul]       0.6.4claws1
12228
12229         * sync with sylpheed 0.6.4 release
12230                 see ChangeLog entries 2001-10-21
12231
12232         * po/fr.po, po/pt_BR.po
12233                 updated by Melvin Hadasht and Fabio Junior Beneditto
12234
12235 2001-10-21 [paul]       0.6.3claws30
12236
12237         * src/compose.c
12238                 insert a DOS text file from the compose window
12239                 into the composed message text (removes CRs characters)
12240                 Submitted by Thierry Godefroy <godefroy@imaginet.fr>
12241
12242         * tools/filter_conv.pl, tools/README
12243                 automatically use ~/.sylpheed as working directory
12244                 print out confirmation message on completion
12245
12246         * correct Hoa's last ChangeLog.claws entry
12247
12248 2001-10-20 [hoa]        0.6.3claws29
12249
12250         * src/grouplistdialog.c
12251                 bugfix (another ?) to give the right
12252                 newsgroups list for each news server.
12253
12254         * src/news.c
12255         * src/news.h
12256                 improve the newsgroups list cache
12257
12258 2001-10-20 [paul]       0.6.3claws28
12259
12260         * sync with sylpheed 0.6.3cvs9
12261                 see ChangeLog entry 2001-10-19
12262
12263         * correct Alfons' last ChangeLog.claws entry
12264
12265 2001-10-19 [alfons]
12266
12267         * src/pgptext.[ch]
12268                 fix compilation problems (part of bug #472895)
12269
12270 2001-10-18 [hoa]        0.6.3claws27
12271
12272         * src/grouplistdialog.c
12273                 bugfix when we refresh was clicked (bug 472701)
12274
12275 2001-10-19 [christoph]  0.6.3claws26
12276
12277         * src/compose.c
12278                 last header entry should default to "To:" or
12279                 "Newsgroups:" and not copy the last entry line
12280                 in a new compose window
12281                 (closes bug #472686, #470792)
12282
12283 2001-10-19 [paul]       0.6.3claws25
12284
12285         * sync with Sylpheed 0.6.3cvs8
12286                 see ChangeLog entries 2001-10-18 and 2001-10-19
12287
12288 2001-10-18 [christoph]  0.6.3claws24
12289
12290         * src/procmsg.c
12291                 reimplement ignore thread
12292         
12293 2001-10-18 [hoa]        0.6.3claws23
12294
12295         * src/folderview.c
12296         * src/grouplistdialog.[ch]
12297                 enhanced news subscription interface (feature 469113)
12298
12299         * src/news.c
12300         * src/news.h
12301                 enchanced newsgroup listing,
12302                 now, we can get groups informations
12303                 (NNTPGroupInfo)
12304
12305 2001-10-18 [paul]       0.6.3claws22
12306
12307         * src/summaryview.c
12308                 remove comment (sync with main branch)
12309         * src/mainwindow.c
12310                 fix 'Re-edit' bug in 'Message' menu
12311
12312 2001-10-17 [christoph]  0.6.3claws21
12313
12314         * src/compose.c
12315                 ignore empty or whitespace only header lines
12316
12317 2001-10-17 [paul]       0.6.3claws20
12318
12319         * sync with sylpheed 0.6.3cvs7
12320                 see ChangeLog entries 2001-10-14, 2001-10-16, and
12321                 2001-10-17
12322
12323 2001-10-17 [darko]
12324
12325         * src/compose.c
12326                 wrap long lines without spaces
12327                 don't wrap URLs
12328
12329 2001-10-16 [paul]
12330
12331         * po/es.po, po/nl.po, po/pt_BR.po
12332                 updated by Ricardo Mones Lastra, Alfons,
12333                 and Fabio Junior Beneditto
12334
12335         * sylpheed-0.6.3claws released
12336
12337 2001-10-15 [melvin] 0.6.3claws18
12338
12339         * README.claws
12340                 added summary and detailed installation instructions
12341                 for spell checker
12342         * po/fr.po
12343                 Updated, corrected and completed french translation
12344
12345 2001-10-15 [hoa] 0.6.3claws17
12346         * src/grouplistdialog.c
12347                 we can choose the newsgroups to display with wildcards
12348
12349 2001-10-15 [christoph]  0.6.3claws16
12350
12351         * src/account.c
12352         * src/compose.c
12353         * src/prefs_folder_item.[ch]
12354                 applied wwp <subscript@free.fr>'s folder
12355                 default account patch
12356         * po/de.po
12357                 Fixed wrong translation
12358
12359 2001-10-13 [alfons, christoph, melvin]  
12360                         0.6.3claws15
12361
12362         solution #2 to solve MT-safety problems defers all GUI related calls
12363         to the main thread using a gtk_idle_add() callback. discussed on
12364         ircnet #sylpheed, with christoph spotting some issues with the
12365         original code, and melvin allowing us to lobotomize his sylpheed.
12366
12367         * src/syldap.[ch], src/main.c
12368                 fix race problem in ldap search thread by deferring GUI 
12369                 stuff to main thread using gtk_idle_add()
12370
12371 2001-10-13 [paul]       0.6.3claws14
12372
12373         * src/prefs_account.[ch], src/send.c, src/smtp.[ch]
12374                 add Sergey's smtpcred.patch
12375                 adds separate username/password setting for SMTP Auth
12376                 needed by some servers
12377                 (closes feature request #471659)
12378
12379 2001-10-13 [paul]       0.6.3claws13
12380
12381         * src/pgptext.[ch] **NEW FILES**
12382         * src/Makefile.am, src/messageview.c, src/mimeview.c
12383                 decrypt ascii-armored gpg text embedded in
12384                 the message body.
12385                 Submitted by Jens Jahnke <jan0sch@gmx.net>
12386
12387 2001-10-13 [christoph]  0.6.3claws12
12388
12389         * README.claws
12390                 some more details on default to and
12391                 feature requests
12392         * src/main.c
12393                 init glib threading when ldap is used
12394         * src/syldap.c
12395                 threading fixes
12396         * po/de.po
12397                 fixed a typo
12398
12399 2001-10-12 [paul]       0.6.3claws11
12400
12401         * src/prefs_common.[ch], src/rfc2015.c
12402                 enable ascii-armored gpg text to be embedded in the
12403                 message body, selectable through the 'Privacy'
12404                 preferences. Supports encrypting only.
12405                 Submitted by Ravemax <ravemax@dextrose.com>
12406
12407 2001-10-12 [paul]       0.6.3claws10
12408
12409         * sync with sylpheed 0.6.3cvs6
12410                 see ChangeLog entries 2001-10-11 and 2001-11-12
12411
12412         * src/folderview.c
12413                 incorporated mbox folders, scoring, and folder
12414                 properties into the sync
12415
12416 2001-10-12 [darko]      0.6.3claws9
12417
12418         * README.claws
12419                 describe quotation wrapping
12420         * src/compose.c
12421                 don't treat tab as space to calculate line length properly
12422
12423 2001-10-11 [alfons]
12424
12425         * README.claws
12426                 correct description of how to make new filtering system work,
12427                 add some other things
12428                 
12429         * src/syldap.c
12430                 remove sched_yield() (not necessary / unportable)
12431
12432 2001-10-11 [paul]       0.6.3claws8
12433
12434         * sync with sylpheed 0.6.3cvs3
12435                 see ChangeLog entry 2001-10-10
12436
12437 2001-10-10 [christoph]  0.6.3claws7
12438
12439         * .cvsignore
12440                 ignore 2 files created by newer autotools
12441         * src/prefs_folder_item.c
12442                 using table for widget alignment
12443                 fixed memory leak and broken octal display
12444         * src/filesel.c
12445                 fixed segfault caused by lost filename
12446                 workaround (closes bug #469551)
12447
12448 2001-10-10 [paul]       0.6.3claws6
12449
12450         * sync with sylpheed 0.6.3cvs2
12451                 see ChangeLog entries 2001-10-09 and 2001-10-10
12452
12453 2001-10-10 [darko]      0.6.3.claws5
12454
12455         * src/gtkstext.c
12456                 proper calculation of right margin if smart wrapping is enabled
12457         * src/compose.c
12458                 automatically wrap long lines if wrap quotation is enabled
12459
12460 2001-10-09 [alfons]     0.6.3.claws4
12461
12462         * src/summaryview.c
12463                 select correct row when deleting last row in the summary view (and
12464                 close bug "[ #469104 ] select second last in list when deleting")
12465
12466 2001-10-09 [paul]       0.6.3claws3
12467
12468         * sync with sylpheed 0.6.3cvs1
12469                 updated some autotool scripts
12470
12471 2001-10-09 [darko]      0.6.3claws2
12472
12473         * src/gtkstext.[ch]
12474                 new name and mark with Sylpheed comment
12475         * src/compose.c
12476                 smart quotation wrapping a-la VIM
12477
12478 2001-10-08 [paul]       0.6.3claws1
12479
12480         * sync with sylpheed 0.6.3 release
12481                 see ChangeLog entry 2001-10-08
12482
12483 2001-10-08 [paul]       0.6.2claws24
12484
12485         * src/summaryview.c
12486                 more sync with sylpheed 0.6.2cvs12
12487                 Fixed the bug that didn't select the last row correctly
12488
12489
12490 2001-10-07 [paul]       0.6.2claws23
12491
12492         * sync with sylpheed 0.6.2cvs12
12493                 see ChangeLog entry 2001-10-07
12494
12495 2001-10-06 [match]
12496         * src/jpilot.[ch]
12497                 enable jpilot to read unsynch'ed addresses.
12498
12499         * src/editldap_basedn.c
12500                 fix segfault when opening dialog.
12501
12502 2001-10-06 [alfons]     0.6.2.claws22
12503
12504         * src/summaryview.c
12505                 fix bug with summary view selecting last *inserted*
12506                 node instead of last *visible* node. remember we
12507                 work with a tree
12508
12509 2001-10-06 [paul]       0.6.2claws21
12510
12511         * po/pt_BR.po
12512                 updated translation, contains some fixes and new
12513                 translations, submitted by Gustavo Noronha Silva
12514                 <kov@debian.org>
12515
12516         * src/prefs_common.c
12517                 change 'each' to 'every' - fix dubious English
12518
12519         * sync with sylpheed 0.6.2cvs11
12520
12521 2001-10-05 [alfons]     0.6.2claws20
12522
12523         * src/mainwindow.[ch], src/folderview.c
12524                 make composite tool button switch between "Compose News"
12525                 and "Compose Mail" depending on selected folder
12526                 (nifty idea by Kim Schulz <kim@schulz.dk>)
12527
12528 2001-10-05 [paul]       0.6.2claws19
12529
12530         * src/mainwindow.c, src/summaryview.c
12531                 fix 'Message/Reply to all', broken in last commit
12532
12533         * src/compose.c
12534                 fix X_BEENTHERE seg fault, thanks to Alfons
12535
12536 2001-10-04 [paul]       0.6.2claws18
12537
12538         * src/compose.[ch], src/mainwindow.c
12539                 make "Message/Reply" reply to mailing lists; matches
12540                 'X-Mailing-list:' and 'X-BeenThere:' ML headers.
12541                 based on portions of the patch submitted by
12542                 Junichi Uekawa <dancer@netfort.gr.jp>
12543
12544 2001-10-04 [darko]      0.6.2claws17
12545
12546         * src/compose.c
12547                 better smart wrapping
12548         * src/gtkstext.[hc]
12549                 a function to make text buffer contiguous
12550
12551 2001-10-03 [paul]       0.6.2claws16
12552
12553         * sync with sylpheed 0.6.2cvs10
12554
12555 2001-10-02 [alfons]
12556
12557         * configure.in
12558         * po/zh_CN.GB2312.po, po/zh_TW.Big5.po
12559                 close bug "[ #466566 ] compile error on mdk 8.0" by removing
12560                 references to chinese translations (hope someone picks up
12561                 this)
12562
12563 2001-10-02 [christoph]  0.6.2claws15
12564
12565         * src/compose.c
12566                 fixed non translated header bug
12567         * ChangeLog.claws
12568                 fixed wrong date in alfons last entry ;)
12569
12570 2001-10-02 [alfons]     0.6.2claws14
12571
12572         * src/compose.c, src/prefs_common.[ch]
12573                 add block cursor option
12574
12575 2001-10-02 [paul]       0.6.2claws13
12576
12577         * sync with sylpheed 0.6.2cvs9
12578
12579 2001-09-30 [paul]       0.6.2claws12
12580
12581         * po/de.po, po/es.po, po/fr.po, po/nl.po, po/pt_BR.po
12582                 updated translations
12583
12584         * po/POTFILES.in
12585                 add 'src/importldif.c'
12586
12587         * AUTHORS, tools/README, tools/eud2gc.py, tools/Makefile.am
12588                 added eudora-to-vCard conversion tool
12589                 submitted by Jeroen Versteeg <j.m.versteeg@student.utwente.nl>
12590
12591         * sync with sylpheed 0.6.2cvs8
12592
12593 2001-09-30 [paul]
12594
12595         * sylpheed-0.6.2claws released
12596
12597 2001-09-27 [melvin]     0.6.2claws11
12598
12599         * src/gtkspell.c
12600                 fixed crash when using default path (introduced 
12601                 in 0.6.2claws10)
12602                 fixed tiny bug for initial suggestion mode
12603
12604 2001-09-27 [melvin]     0.6.2claws10
12605         
12606         * src/gtkspell.c
12607                 fixed bug where gtkpspell didn't set the path correctly
12608
12609         * README.claws
12610                 added a paragraph about spell checking
12611                 
12612
12613
12614 2001-09-27 [paul]       0.6.2claws9
12615
12616         * src/addrbook.c, src/addrcache.c, src/addritem.c, src/jpilot.c
12617                 replace '// comments' with '/* comments */' to prevent
12618                 some compiler warnings 
12619
12620         * sync with sylpheed 0.6.2cvs6
12621
12622 2001-09-26 [alfons]     0.6.2claws8
12623
12624         * src/messageview.c
12625                 introduce return receipt request notification again,
12626                 which was lost because of other semantics in 
12627                 procheader_parse() (???)
12628
12629 2001-09-26 [christoph]  0.6.2claws7
12630
12631         * src/compose.c
12632                 replace comments for old code with #if 0
12633                 readded auto cc, bcc and reply-to
12634         * src/prefs_matcher.c
12635         * src/prefs_scoring.c
12636                 removed some definition (was moved to
12637                 prefs.h)
12638
12639 2001-09-26 [paul]       0.6.2claws6
12640
12641         * src/mainwindow.c
12642                 make 'Follow-up and reply to' sensitive
12643
12644         * more sync with sylpheed 0.6.2cvs5
12645
12646 2001-09-25 [melvin]
12647
12648         * 0.6.2claws5
12649
12650         * src/gtkspell.c
12651                 fixed bug for "US-ASCII" introduced by the encoding code
12652
12653 2001-09-25 [paul]
12654
12655         * 0.6.2claws4
12656
12657         * src/prefs_common.[ch], src/summaryview.c
12658                 'next unread msg' 'go to next folder?' dialog can be
12659                 given default behaviour, either always show dialog,
12660                 or assume 'yes', or assume 'no'
12661                 Submitted by wwp <subscript@free.fr>
12662
12663 2001-09-25 [melvin]
12664                 
12665         * src/compose.c src/gtkspell.[ch]
12666                 added support for different encodings
12667
12668 2001-09-25 [paul]
12669
12670         * more sync with sylpheed 0.6.2cvs5
12671
12672 2001-09-24 [alfons]
12673         
12674         * src/prefs_folder_item.c
12675                 add check for item->prefs->default_to string is NULL and
12676                 add another check when freeing this string
12677
12678 2001-09-24 [paul]
12679
12680         * configure.in
12681                 change to version 0.6.2claws3
12682
12683         * sync with sylpheed 0.6.2cvs5 
12684
12685 2001-09-24 [match]
12686         * src/ldif.[ch], src/importldif.[ch], addressbook.c
12687                 import LDIF files.
12688         * src/addrcache.[ch], addrindex.[ch]
12689                 small update for future
12690         * src/addrbook.c
12691                 fix test XML file.
12692
12693 2001-09-24 [melvin]
12694         * src/gtkspell.[ch]
12695                 added 'Learn from mistakes' option
12696                 better handling of quotes in checked words
12697                 sorted dict list
12698         * po/fr.po
12699                 small update for spell checking stuff
12700
12701 2001-09-23 [alfons]
12702         
12703         * src/gtkspell.c
12704                 edit a little bit so it complies more with main coding style
12705
12706 2001-09-23 [alfons]
12707
12708         * src/folder.[ch], prefs_folder_item.c, compose.c
12709                 migrate "request return receipt" folder property
12710                 to folderlist.xml
12711
12712 2001-09-22 [alfons]
12713
12714         * README.claws **NEW**
12715                 (add things of interest for users of main branch 
12716                 and claws here)
12717
12718         * src/folder.[ch], src/mainwindow.c, src/summaryview.c
12719                 re-implement threading per folder option, but store 
12720                 the setting in folderlist.xml (where it belongs)
12721
12722 2001-09-21 [melvin]
12723
12724         * src/gtkspell.[ch]
12725                 fixed bug when compose window is under another window
12726         * src/prefs_common.[ch] src/compose.c
12727                 changed 'dictionary_path' to 'dictionary' to be consistent
12728                 dropped PSPELL_PATH macro (hard coded default to /usr/local/share/pspell)
12729         * ac/pspell.m4 src/Makefile.am 
12730                 dropped PSPELL_PATH macro
12731         * po/fr.po
12732                 updated translations
12733
12734 2001-09-21 [christoph]
12735
12736         * src/compose.c
12737                 added border around header fields
12738                 keep header type when new field is added
12739
12740 2001-09-20 [christoph]
12741
12742         * src/utils.[ch]
12743                 more portable debug_print with source filename
12744                 and linenumber
12745         * src/procmsg.c
12746                 more newlines after debug messages
12747
12748 2001-09-20 [paul]
12749
12750         * configure.in
12751                 change to version 0.6.2claws2
12752
12753         * sync with sylpheed 0.6.2cvs3
12754
12755 2001-09-19 [melvin]
12756
12757         * src/gtkspell.c
12758                 fixed the post-right-click focus pb
12759                 fixed crash when 'Spell check all' after dict change 
12760                         and when cursor is at the end of the text
12761                 shift-right-click pops up config menu even on misspelled words.
12762         * po/POTFILES.in
12763                 added gtkspell.c
12764
12765 2001-09-19 [melvin]
12766
12767         * src/about.c
12768                 added pspell to compiled-in features list
12769
12770 2001-09-18 [melvin]
12771
12772         * switched to pspell and dropped ispell
12773         * ac/pspell.m4
12774                 new file. autoconf macro for pspell
12775         * ac/Makefile.am 
12776         * configure.in acconfig.h
12777                 added pspell support
12778         * src/Makefile.am
12779         * src/main.c src/compose.[ch] src/gtkspell.[ch]
12780         * src/prefs_common.[ch] 
12781                 added pspell support
12782
12783 2001-09-18 [christoph]
12784
12785         * src/addr_compl.c
12786         * src/template.[ch]
12787                 replace LOG_MESSAGE with debug_print
12788         * src/compose.[ch]
12789                 gui improvements
12790         * src/menu.c
12791                 added newline after debug message
12792         * src/utils.h
12793                 using __VA_ARGS__ for debug_print macro
12794         * tools/.cvsignore
12795                 ignore Makefile and Makefile.in
12796
12797 2001-09-18 [paul]
12798
12799         * configure.in
12800                 change to version 0.6.2claws1
12801         * sync with sylpheed 0.6.2cvs1
12802
12803         * src/matcher.c 
12804         * src/prefs_matcher.c
12805                 add 'score equal to' option, submitted by
12806                 Paul Evans <nerd@freeuk.com>
12807
12808 2001-09-15 [christoph]
12809
12810         * src/mainwindow.c
12811                 comment out menu entry not existing in claws
12812         * src/menu.c
12813                 add debug output for non existing menu entries
12814         * src/summaryview.c
12815                 fix next/prev unread message for ignored threads
12816         * src/utils.[ch]
12817                 add sourcefile and line number to debug output
12818                 otherwise it is sometimes hard to find the
12819                 source code part if debug messages are translated
12820
12821 2001-09-14 [darko]
12822         
12823         * src/folderview.c
12824                 refresh target folder style after colour is changed
12825
12826 2001-09-13 [paul]
12827
12828         * configure.in
12829                 change to version 0.6.1claws3
12830
12831         * sync with sylpheed 0.6.1cvs6
12832
12833 2001-09-13 [darko]
12834         
12835         * src/folderview.c
12836                 fix target folder colourization to use user selected colour
12837
12838 2001-09-12 [darko]
12839         
12840         * src/summaryview.c
12841                 fix crash when message that is marked for copy/move is unmarked
12842
12843 2001-09-09 [paul]
12844
12845         * configure.in
12846                 change to version 0.6.1claws2
12847
12848         * sync with sylpheed 0.6.1cvs3
12849
12850 2001-09-09 [alfons]
12851         
12852         * src/folderview.c
12853                 fix bug with default font used for trash folder text
12854
12855 2001-09-06 [paul]
12856
12857         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
12858                 updated translations
12859
12860         * configure.in
12861                 change to version 0.6.1claws1
12862
12863         * sync with sylpheed 0.6.1cvs2
12864
12865 2001-09-03 [paul]
12866
12867         * po/POTFILES.in
12868                 add Match's new addressbook
12869
12870         * po/de.po
12871                 updated translation submitted by Jens Oberender
12872
12873 2001-09-02 [paul]
12874
12875         * configure.in
12876                 change to 0.6.1claws
12877         * sync with sylpheed 0.6.1 release
12878
12879 2001-09-02 [paul]
12880
12881         * configure.in
12882                 change to 0.6.0claws2
12883
12884         * sync with sylpheed 0.6.0cvs4
12885
12886         * po/pt_BR.po
12887                 updated translation submitted by Fabio Junior Beneditto
12888
12889 2001-09-01 [match]
12890         * pixmaps/
12891                 interface.xpm
12892                 book.xpm
12893                 address.xpm
12894         * src/
12895                 Makefile.am
12896                 a ton of new files
12897
12898 2001-08-31 [paul]
12899
12900         * configure.in
12901                 change to version 0.6.0claws1
12902
12903         * sync with sylpheed 0.6.0cvs1
12904
12905         * po/es.po
12906                 updated translation submitted by Ricardo Mones Lastra
12907
12908         * po/POTFILES.in
12909                 add 'src/prefs_templates.c'
12910
12911         * src/compose.c, src/summaryview.c
12912                 fix segfault on 'Re_edit'               
12913
12914 2001-08-30 [alfons]
12915
12916         * configure.in, Makefile.am
12917         * tools/Makefile.am
12918                 add tools directory to source distribution
12919
12920 2001-08-30 [paul]
12921
12922         * configure.in
12923                 change to version 0.6.0claws
12924
12925         * sync with sylpheed 0.6.0 release
12926
12927 2001-08-30 [christoph]
12928
12929         * configure.in
12930                 removed autoconf version check
12931
12932 2001-08-30 [paul]
12933
12934         * src/account.c, src/compose.c, src/prefs_common.[ch]
12935         * src/procheader.[ch] src/utils.[ch]
12936                 Enhanced automatic account selection on replies
12937                 Submitted by Melvin Hadasht <melvin.hadasht@free.fr>
12938
12939         * configure.in
12940                 add LDAP and JPilot to the configuration results output.
12941
12942 2001-08-29 [christoph]
12943
12944         * src/summeryview.c
12945                 no bold font for ignored threads
12946
12947 2001-08-29 [paul]
12948
12949         * configure.in
12950                 change to version 0.5.3claws6
12951
12952         * sync with sylpheed 0.5.3cvs10
12953                 src/stringtable.[ch]: New Files
12954
12955         * src/compose.c, src/gtkutils.c, src/gtkutils.h, src/mainwindow.c
12956         * src/pixmaps/sylpheed.xpm
12957                 add mini-icons to windows (by Alfons)
12958
12959 2001-08-27 [paul]
12960
12961         * src/mainwindow.c
12962                 new functions: next_labeled_cb(), prev_labeled_cb()
12963
12964         * src/summaryview.c
12965                 new functions: summary_find_next_labeled_msg(), summary_find_prev_labeled_msg(),
12966                 summary_select_next_labeled(), summary_select_prev_labeled()
12967
12968         * src/pixmaps/dir-close.xpm, src/pixmaps/dir-open.xpm, src/pixmaps/trash.xpm
12969                 give claws blue folders and a blue trash can
12970
12971 2001-08-27 [paul]
12972
12973         * configure.in
12974                 change to version 0.5.3claws5
12975
12976         * sync with sylpheed 0.5.3cvs9
12977                 src/labelcolors.[ch] renamed to src/colorlabel.[ch] 
12978
12979 2001-08-24 [christoph]
12980
12981         * src/filesel.c
12982                 keep filename when browsing directories
12983                 (not working for user entered filename, but
12984                  for default name and selected filename from
12985                  file list)
12986         * src/mainwindow.c
12987                 fixed wrong spelling "Folllow-up"
12988         * src/mbox_folder.c
12989         * src/procmsg.c
12990         * src/summaryview.c
12991                 fixed new/unread message count with ignored
12992                 threads (2 commits, first didn't notice no
12993                 longer needed decreasing)
12994         * src/inc.c
12995                 readded scrolling of progress dialog
12996                 (lost in sync)
12997
12998 2001-08-24 [paul]
12999
13000         * configure.in
13001                 change to 0.5.3claws4
13002
13003         * sync with sylpheed 0.5.3cvs7
13004
13005 2001-08-24 [christoph]
13006
13007         * src/compose.c
13008                 set request return receipt when replying
13009                 if it is set is the folder prefs of the
13010                 message
13011         * src/inc.c
13012                 disable final error popup if popups are
13013                 disabled in config (again)
13014
13015 2001-08-23 [paul]
13016
13017         * configure.in
13018                 Change version number to 0.5.3claws3
13019
13020         * sync with sylpheed 0.5.3cvs5
13021
13022         * src/mimeview.c
13023                 double quote '%s' in 'gedit %s' to fix bug when
13024                 opening attachment with spaces in the name
13025
13026 2001-08-22 [alte]
13027         * src/Makefile.am, src/compose.[ch], src/defs.h, src/mainwindow.c,
13028           src/prefs_templates.[ch], src/template.[ch], src/template_select.[ch]
13029                 initial message templates support
13030
13031
13032 2001-08-22 [paul]
13033
13034         * configure.in
13035                 change version number to 0.5.3claws2
13036
13037         * sync with sylpheed 0.5.3cvs4
13038
13039         * src/procmsg.h src/summaryview.c
13040                 re-implement (un)ignore thread
13041
13042 2001-08-21 [paul]
13043
13044         * src/summaryview.c
13045                 remove unnecessary code
13046         * src/compose.c
13047                 enable 'dynamic' signatures (submitted by
13048                 Eric Limpens <eric@hscg-internet.nl>)
13049
13050 2001-08-21 [paul]
13051
13052         clean up after sync with sylpheed 0.5.3 release
13053
13054         * src/folderview.c
13055                 fix re-introduced font mess, see Christoph's
13056                 entry 2001-06-24
13057
13058         * src/summaryview.c
13059                 remove prev_msgnum
13060                 use sylpheed's small font instead of
13061                 gtk default font for summary view
13062
13063
13064 2001-08-17 [paul]
13065
13066         * configure.in
13067                 add pl to ALL_LINGUAS - sync with main branch
13068
13069         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
13070                 Updated. Translations by Jens Oberender, Ricardo Mones
13071                 Lastra, Alfons, and Fabio Junior Beneditto respectively.
13072
13073         * po/pl.po  ** NEW FILE **
13074                 sync with the main branch
13075
13076         * src/folderview.c
13077                 fix target folder colorizing and refresh problem
13078
13079
13080 2001-08-17 [christoph]
13081
13082         * src/mainwindow.c
13083                 claws uses 4 colors for target folder coloring.
13084                 arrays were not long enough and destroyed the
13085                 stack causing a segfault.
13086                 target folder colorizing does not work anymore
13087                 for me
13088
13089 2001-08-16 [paul]
13090
13091         * configure.in
13092                 change to version 0.5.3claws1
13093
13094         * src/folder.h, src/folderview.[ch], src/gtkutils.[ch],
13095           src/inc.[ch], src/mainwindow.c, src/pop.c, src/prefs_account.c,
13096           src/prefs_common.[ch], src/summaryview.[ch], src/textview.c, src/utils.c
13097
13098                 sync with sylpheed 0.5.3 release, but keep claws method of
13099                 configuring/saving fonts
13100
13101         * src/addressbook.[ch]
13102                 rename addressbook_add_contact_by_menu() to addressbook_add_submenu()
13103                 in line with a similar change in Hiroyuki's branch
13104
13105         * src/mainwindow.[ch]
13106                 disable main_window_set_thread_option()
13107         * src/prefs_folder_item.c
13108                 comment out &tmps_prefs.enable_thread,
13109         * src/mbox_folder.c, src/procmsg.[ch]
13110                 comment out MSG_IS_IGNORE_THREAD
13111         * src/summaryview.c
13112                 comment out summary_ignore_thread() and summary_unignore_thread()
13113                 comment out MSG_IS_IGNORE_THREAD
13114
13115                 use Hiroyuki's threading instead.
13116
13117
13118
13119 2001-08-15 [paul]
13120
13121         * src/account.c
13122                 use Hiroyuki's 0.5.3 column scheme but also
13123                 include the enable/disable button.
13124         * src/pixmaps/mark.xpm
13125                 add Hiroyuki's amended pixmap
13126
13127 2001-08-13 [christoph]
13128
13129         * src/account.c
13130                 receive at get all column showed wrong state for APOP
13131                 button should only work for POP3 and APOP accounts
13132         * src/prefs_account.c
13133                 added missing preprocessor statement for SSL
13134
13135 2001-08-12 [paul]
13136
13137         * src/account.[ch]
13138                 add 'receive at get all' column and enable/disable
13139                 button.
13140
13141 2001-08-06 [christoph]
13142
13143         * src/account.c
13144                 show usage of SSL in protocol column
13145
13146         * src/imap.c
13147         * src/inc.c
13148                 renamed ssl options
13149
13150         * src/prefs_account.[ch]
13151                 moved ssl options to a new page
13152
13153         * src/send.c
13154         * src/smtp.c
13155         * src/ssl.[ch]
13156                 renamed ssl options
13157                 added support for SMTP STARTTLS command
13158
13159 2001-08-05 [christoph]
13160
13161         * configure.in
13162                 debian autoconf needs version check to find
13163                 correct autoconf version. if the file is
13164                 named configure.in 2.13 is used, which does
13165                 not work with this configure.in script.
13166                 other solution would be to rename the script
13167                 to configure.ac as suggested in the autoconf
13168                 manual.
13169
13170         * src/inc.c
13171                 disable final error popup if popups are
13172                 diabled in config
13173
13174         * src/socket.c
13175                 bugfix in ssl_gets
13176                 fixes IMAP over SSL problem
13177
13178 2001-08-03 [paul]
13179
13180         * configure.in
13181                 change to 0.5.2claws1
13182
13183         * sync with sylpheed 0.5.2cvs1
13184
13185 2001-08-02 [alfons]
13186
13187         * configure.in
13188                 quick fix for ispell detection...
13189
13190 2001-08-01 [paul]
13191
13192         * configure.in
13193                 change to 0.5.1claws4
13194
13195         * sync with sylpheed 0.5.1cvs7
13196
13197 2001-07-31 [alfons]
13198
13199         * src/prefs_common.c, src/prefs_common.h, 
13200           src/gtkspell.c, src/gtkspell.h
13201                 add global spelling checker settings (compose tab) +
13202                 selection of dictionary 
13203           
13204         * configure.in  
13205                 guess valid ispell location
13206
13207 2001-07-31 [paul]
13208
13209         * po/POTFILES.in
13210                 removal of 'src/quote_fmt_parse.c'
13211         * po/de.po
13212                 Updated de.po
13213                 (submitted by Jens Oberender <didge@suse.de>)
13214
13215 2001-07-31 [darko]
13216
13217         * src/folder.[ch]
13218         * src/folderview.[ch]
13219         * src/mainwindow.c
13220         * src/mh.c
13221         * src/prefs_common.[ch]
13222         * src/summaryview.c
13223                 target folder colourization
13224
13225 2001-07-30 [paul]
13226
13227         more sync with Sylpheed 0.5.1cvs6 
13228
13229 2001-07-30 [darko]
13230
13231         * src/mh.c
13232         * src/prefs_folder_item.[hc]
13233         * src/summaryview.c
13234                 shared folders support with a GUI
13235
13236 2001-07-29 [paul]
13237
13238         0.5.1claws3
13239
13240         * sync with Sylpheed 0.5.1cvs6
13241
13242 2001-07-29 [paul]
13243
13244         * po/pt_BR.po
13245                 updated
13246                 (submitted by Fabio Junior Beneditto)
13247
13248 2001-07-28 [paul]
13249
13250         * src/procmime.c
13251         * AUTHORS
13252                 patch to correct bad image mime headers
13253                 (submitted by Don Quijote <dq@searchlores.org>)
13254
13255 2001-07-28 [paul]
13256
13257         * tools/gif2xface.pl   **NEW FILE**
13258         * tools/README
13259                 script to convert file.gif to file.xface for
13260                 use in a custom header.
13261                 (submitted by Ricardo Mones Lastra <mones@aic.uniovi.es>)
13262
13263 2001-07-27 [alfons]
13264         
13265         * configure.in
13266                 change macros for detecting JPilot and LDAP
13267
13268 2001-07-27 [christoph]
13269
13270         * src/filtering.c
13271                 code cleanup (MIN / MAX warning, needed casting)
13272
13273 2001-07-27 [alfons]
13274
13275         * procheader.c
13276                 disallow setting flags when detecting certain headers
13277                 (X-Status, Status, Seen, X-Seen). 
13278         
13279         * sync with Hiroyuki's Sylpheed 0.5.1cvs5
13280
13281 2001-07-27 [christoph]
13282
13283         * src/prefs_filter.c
13284         * src/prefs_filtering.c
13285         * src/prefs_matcher.c
13286         * src/prefs_scoring.c
13287                 scroll list when moving rows up or down
13288
13289         * src/imap.c
13290         * src/imap.h
13291         * src/prefs_account.c
13292         * src/prefs_account.h
13293         * src/send.c
13294                 SMTP over SSL (untested, feedback requested)
13295                 IMAP over SSL
13296
13297         * src/ssl.c
13298                 code cleanup
13299
13300 2001-07-26 [alfons]
13301         
13302         * configure.in, acconfig.h
13303                 define CLAWS (need this for main / claws detection)
13304
13305 2001-07-25 [alfons]
13306
13307         * configure.in
13308                 Sylpheed 0.5.1claws2
13309                 
13310         * sync with Sylpheed 0.5.1cvs4
13311
13312 2001-07-25 [christoph]
13313
13314         * src/scoring.c
13315                 fixed segfault
13316                 item->prefs == NULL (don't know why)
13317
13318 2001-07-25 [alfons]
13319
13320         * configure.in
13321                 Sylpheed 0.5.1claws1
13322
13323         * sync with Sylpheed 0.5.1cvs1-3
13324
13325 2001-07-24 [christoph]
13326
13327         * src/folderview.c
13328         * src/prefs_folder_item.[ch]
13329                 added folderitem preferences dialog with
13330                 default To: and auto request return receipt
13331
13332         * src/compose.[ch]
13333         * src/menu.[ch]
13334                 changes to handle new folderitem preferences
13335
13336         * src/mainwindow.c
13337         * src/summaryview.c
13338                 call compose new mail with current folderitem
13339
13340 2001-07-24 [alfons]
13341
13342         Release Sylpheed 0.5.1claws
13343
13344         * configure.in
13345                 change to release version 0.5.1claws
13346
13347 2001-07-24 [christoph]
13348
13349         * src/summaryview.c
13350                 fixed segfault that happend when the selected
13351                 message was removed while retrieving new messages.
13352
13353         * po/es.po
13354                 updated translation
13355                 (submitted by Ricardo Mones Lastra <mones@trasgu.aic.uniovi.es>)
13356
13357 2001-07-22 [alfons]
13358
13359         add English User Manual for Sylpheed by Paul Kater (paul@nlpagan.net).
13360         this is a work in progress, for more information: http://nlpagan.net/sylman 
13361         
13362         * configure.in, src/mainwindow.c, manual/Makefile.am
13363                 add support for English manual
13364
13365         * AUTHORS
13366                 add authors of user manuals
13367
13368         * manual/en/sylpheed*.html
13369                 add English documentation
13370
13371 2001-07-22 [christoph]
13372
13373         * po/POTFILES.in
13374                 added src/ssl.c
13375         * src/ssl.c
13376                 changed a wrong debug message
13377
13378 2001-07-22 [alfons]
13379
13380         * po/nl.po
13381                 update Dutch translation
13382
13383         * src/prefs_filtering.c, 
13384           src/prefs_matcher.c
13385                 add more translatable strings           
13386
13387 2001-07-21 [alfons]
13388
13389         0.5.0claws7
13390
13391         * configure.in
13392                 change version
13393
13394         * src/inc.c, src/summaryview.[ch]
13395                 prevent update of mark file when filtering has done, by
13396                 using a variable; this affects two functions:
13397                         inc.c::inc_finished()
13398                         summaryview.c::summary_show()
13399
13400 2001-07-20 [alfons]
13401
13402         * src/filtering.[ch], src/prefs_filtering.c, 
13403           src/matcher.[ch]
13404                 add filtering action for label coloring 
13405
13406         * po/POTFILES.in
13407                 add labelcolors.c
13408
13409         * added src/labelcolors.c
13410         * added src/labelcolors.h
13411         * src/Makefile.am, src/summaryview.c
13412                 rearrange label coloring code
13413
13414         * src/procmsg.h
13415                 add more parentheses so label colouring works correctly
13416
13417         * src/filtering.c
13418                 don't really delete message, but move it to Trash
13419
13420         * src/prefs_matcher.c
13421                 add quote options to info dialog
13422
13423 2001-07-20 [christoph]
13424
13425         * src/Makefile.am
13426         * src/inc.c
13427         * src/main.[ch]
13428         * src/socket.h
13429         * src/ssl.[ch] (new)
13430                 moved ssl stuff to a seperate file
13431
13432 2001-07-20 [darko]
13433
13434         * src/summaryview.c
13435                 fix show sender using address book with no e-mail
13436                 address in From: field
13437
13438 2001-07-19 [alfons]
13439
13440         * src/matcher.[ch], src/filtering.c, src/prefs_filtering.c
13441                 fix messy handling of escaping... now at least the
13442                 execute command is useful. escape char is '\', we
13443                 accept \n and \r too. 
13444
13445                 Real life example:
13446                 
13447                 subject match "GIMME YOUR FILTERS" execute "mail -s \"%f don\'t hurt me, please!\" %f < ~/.sylpheed/filteringrc
13448                 subject match "GIMME YOUR FILTERS" execute "mail -s \"mommy, mommy, %f is being mean!\" admin < %F
13449
13450 2001-07-18 [alfons]
13451
13452         0.5.0claws6
13453
13454         * src/summaryview.c
13455                 clean up
13456
13457         * src/matcher.c, src/filtering.[ch], src/inc.c, src/mbox.c,
13458           src/procmsg.[ch]
13459                 revise filtering; currently move, copy, marking have
13460                 been tested. if you like bleeding edge stuff, you
13461                 should definitely go for this version :)
13462
13463         * mark old working stuff as VERSION_0_5_0_CLAWS5        
13464
13465 2001-07-17 [christoph]
13466
13467         * src/utils.c
13468                 timestamp log
13469
13470 2001-07-17 [alfons]
13471
13472         0.5.0claws5
13473
13474         * sync with Hiroyuki's 0.5.0cvs5; this version allows us to put more 
13475           bits in the mark file, without affecting either branch. Lots of
13476           files changed, also in claws branch.
13477
13478           UNTESTED: use of mbox folders
13479
13480         * src/summaryview.c
13481                 added mark all read; however this was a quick hack used for
13482                 cleaning up mess after initial merge with Hiroyuki
13483
13484         * configure.in
13485                 change claws version number back to 0.5.0claws5 to clear up 
13486                 confusion & pretension (recent release was technically 
13487                 0.5.0claws4, so we neatly align with Hiroyuki :-)
13488
13489 2001-07-16 [alfons]
13490
13491         sync with Hiroyuki's 0.5.0cvs4
13492
13493 2001-07-16 [alfons]
13494
13495         0.5.1claws3
13496
13497         * src/filtering.[ch]
13498                 remove invalid updating of mark files for 
13499                 filter actions MATCHING_ACTION_MOVE and 
13500                 MATCHING_ACTION_DELETE; this should fix the
13501                 folder update bug
13502                 
13503         * src/procmsg.c
13504                 revert Christoph's stab at fixing the folder 
13505                 update bug
13506
13507         * po/POTFILES.in
13508                 add missing files with translatable strings
13509
13510         * src/summaryview.c
13511                 remove debug print
13512
13513 2001-07-15 [alfons]
13514
13515         * src/addr_compl.[ch], src/prefs_filtering.c
13516                 make "filtering pref dialog's destination entry" an
13517                 "address completable entry", if filter destination is 
13518                 an email address
13519
13520         0.5.1claws2
13521         
13522         sync with Hiroyuki's 0.5.0cvs2-3
13523
13524 2001-07-15 [christoph]
13525
13526         * src/procmsg.c
13527                 fixed folder stats update after incorporation
13528
13529 2001-07-15 [alfons]
13530
13531         * src/summaryview.c
13532                 * finish label colouring stuff (for now)
13533                 * fix incorrect colour bug (off by one) 
13534
13535 2001-07-14 [alfons]
13536
13537         * src/mainwindow.c
13538                 change text labels for news and mail message so there's
13539                 plenty of toolbar estate left
13540
13541         * configure.in
13542                 0.5.1claws1
13543
13544         * src/folderview.c
13545           src/folder.[ch]
13546                 sync with Hiroyuki's 0.5.0cvs1
13547
13548         * src/summaryview.c
13549                 more rewrite label colouring
13550
13551 2001-07-14 [alfons]
13552
13553         * src/summaryview.[ch]
13554                 * start rewrite label colouring 
13555                 * fix proper location "Add Sender To Addressbook" menu item
13556
13557 2001-07-13
13558
13559         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
13560         (actually this is 0.5.0claws4)
13561
13562 2001-07-13 [alfons]
13563
13564         * po/pt_BR.po
13565                 * fix duplicate message
13566                 * add updated Portugese / Brazilian translation
13567                   submitted by Fabio Junior Beneditto
13568
13569 2001-07-12 [alfons]
13570
13571         * AUTHORS
13572                 add Jens
13573
13574         * po/nl.po
13575                 add updated Dutch translation
13576
13577         * po/de.po
13578                 add updated German translation submitted by Jens
13579
13580 2001-07-11 [alfons]
13581
13582         Prerelease before 0.5.0claws. Please test.
13583         This version is temporarily tagged as VERSION_0_5_0_TEST
13584
13585         * src/matcher.[ch], src/summaryview.c, src/scoring.[ch]
13586           src/prefs_scoring.c, src/prefs_matcher.c, 
13587           src/prefs_filtering.c, src/mbox.c, 
13588           src/main.c, src/inc.c, src/filtering.[ch]
13589                 revert new Hoa's new matcher (does not work yet)
13590
13591         * src/Makefile.am
13592                 clean up
13593
13594 2001-07-10
13595
13596         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
13597
13598
13599 2001-07-10 [alfons]
13600
13601         * Makefile.am
13602                 add ChangeLog.claws to EXTRA_DIST
13603         * src/Makefile.am
13604                 add matcher_parser_parse.h to EXTRA_DIST
13605
13606 2001-07-10 [christoph]
13607
13608         * src/inc.c
13609                 add destination folder to table of
13610                 folders that need to be updated after
13611                 incorporation
13612
13613 2001-07-10 [alfons]
13614
13615         * folder.[ch]
13616           folderview.c
13617                 make collapse state of folders and folder items persistent, i.e.
13618                 if you collapse a folder tree, the next time sylpheed-claws starts 
13619                 up the folder tree remains collapsed.  
13620                 
13621 2001-07-10 [christoph]
13622
13623         * acconfig.h
13624         * configure.in
13625                 added --enable-ssl
13626         * src/md5.[ch]
13627                 renamed MD5_CTX to MD5_CTX_syl
13628                 conflicts with a struct in openssl
13629         * src/inc.c
13630         * src/main.[ch]
13631         * src/prefs_account.[ch]
13632         * src/socket.[ch]
13633                 SSL support for POP
13634         * src/mainwindow.c
13635                 fixed compose with current account
13636                 broken by new compose button stuff
13637
13638 2001-07-09 [hoa]
13639
13640         * AUTHORS
13641                 changed my email address
13642
13643         * src/matcher_parser_parse.y
13644                 clean the parser to remove conflicts
13645
13646 2001-07-09 [alfons]
13647
13648         * AUTHORS
13649                 add Match Grun
13650
13651         * configure.in
13652                 fix incorrect description of --enable-ldap parameter
13653
13654         * src/prefs_common.[ch]
13655           src/compose.c
13656                 add experimental option "smart wrapping" which makes the
13657                 compose editor auto wrap.
13658                 
13659                 | TODO: the problem with the buggy cursor handling is caused |
13660                 | by the GtkText. when deleting / backspacing text its       |
13661                 | wrapping algorithm does not take in account the previous   |
13662                 | line. should find a way to hack this in.                   |
13663                 | or should perhaps combine this with the word wrapping      |
13664                 | patch i wrote in january.                                  |
13665
13666         * src/about.c
13667                 show build parameters for LDAP and JPilot
13668
13669         * src/summaryview.c
13670                 revert Christoph's bugfix for selecting next unread message, 
13671                 because folder stats aren't updated correctly
13672
13673 2001-07-08 [hoa]
13674
13675         * src/filtering.c
13676         * src/mainwindow.c
13677         * src/matcher.c
13678         * src/matcher_parser_lex.l
13679         * src/matcher_parser_parse.y
13680         * src/prefs_filtering.c
13681         * src/prefs_scoring.c
13682         * src/scoring.c
13683                 bugfix of the config file parser
13684
13685 2001-07-08 [alfons]
13686
13687         * src/Makefile.am
13688                 added generated matcher sources to BUILT_SOURCES
13689
13690 2001-07-08 [hoa]
13691
13692         * src/Makefile.am
13693         * src/.cvsignore
13694                 added new config file parser
13695
13696         * src/scoring.[ch]
13697         * src/filtering.[ch]
13698         * src/matcher.[ch]
13699         * src/prefs_filtering.c
13700         * src/prefs_matcher.c
13701         * src/prefs_scoring.c
13702         * added src/matcher_parser.h
13703         * added src/matcher_parser_lex.h
13704         * added src/matcher_parser_lex.l
13705         * added src/matcher_parser_parse.y
13706                 lex & yacc config file parser
13707
13708         * src/mbox.c
13709         * src/inc.c
13710         * src/main.c
13711                 changes prefs_filtering into global_filtering           
13712
13713         * src/summaryview.c
13714                 build threads with subjects only if "Re: " is at the
13715                 beginning of the subject
13716
13717 2001-07-07 [paul]
13718
13719         0.5.0claws
13720
13721         sync with sylpheed 0.5.0
13722                 change of version number only
13723
13724 2001-07-06 [paul]
13725
13726         0.5.0claws5
13727
13728         sync with sylpheed 0.5.0pre5
13729
13730 2001-07-05 [paul]
13731
13732         sync with sylpheed 0.5.0pre4 release
13733                 /po and /manual/ja not sync'ed
13734
13735 2001-07-04 [paul]
13736
13737         more sync with sylpheed 0.5.0pre4
13738
13739 2001-07-03 [christoph]
13740
13741         * src/addressbook.c
13742                 fixed address book broken by address book
13743                 for VCard, JPilot, LDAP
13744
13745 2001-07-03 [alfons]
13746
13747         * src/matcher.c
13748         * src/textview.c
13749                 stopped memory leaks
13750
13751 2001-07-03 [paul]
13752
13753         more sync with sylpheed 0.5.0pre4
13754
13755 2001-07-02 [match]
13756
13757         * included address book patch for VCard, JPilot, LDAP
13758         * pref_common.c - fixed Font options on Display tab (cosmetic)
13759         * alertpanel.c - fixed truncated message
13760
13761 2001-07-02 [christoph]
13762
13763         * src/mbox_folder.c
13764         * src/procmsg.[ch]
13765         * src/summaryview.c
13766                 mark threads for ignoring
13767
13768 2001-07-02 [paul]
13769
13770         0.5.0claws4
13771
13772         * sync with sylpheed 0.5.0pre4
13773                 updated gettext to 0.10.38.
13774
13775 2001-07-01 [paul]
13776
13777         * src/ mainwindow.c
13778         * src/procmsg.h
13779         * src/summaryview.[ch]
13780                 new right-click option: Label.
13781                 substitute for 'Mark-->Mark/Unmark', colours the line.
13782                 (submitted by Satoshi Nagayasu <snaga@snaga.org>)
13783
13784 2001-07-01 [christoph]
13785
13786         * src/folderview.c
13787                 fixed font for trash
13788         * src/summaryview.c
13789                 move ctree to unread message
13790
13791 2001-07-01 [paul]
13792
13793         * sync with sylpheed 0.5.0pre3 release
13794
13795 2001-06-30 [alfons]
13796
13797         * src/filesel.[ch]
13798         * src/compose.c
13799                 allow inserting / attaching multiple files in
13800                 the composer window
13801
13802 2001-06-30 [paul]
13803
13804         * src/codeconv.c
13805                 small change to Alfons' previous stuff so that it
13806                 actually makes
13807
13808 2001-06-30 [alfons]
13809
13810         * lots of files changed; first attempt to merge the changes
13811           and bugfixes submitted by Andre Eibel (ae@baltic-online.de).
13812
13813 2001-06-30 [paul]
13814
13815         * po/pt_BR.po
13816                 updated and completed, translations by Fabio
13817                 Junior Beneditto <fjbeneditto@yahoo.com.br>
13818
13819 2001-06-29 [alfons]
13820
13821         * src/compose.c
13822         * src/mimeproc.[ch]
13823                 allow selecting an attached files' mime type from a 
13824                 list of types.
13825
13826 2001-06-29 [paul]
13827
13828         * more sync with sylpheed 0.5.0pre3
13829
13830 2001-06-29 [paul]
13831
13832         * po/pt_BR.po
13833                 merge with sylpheed.pot and pt_BR.po provided by
13834                 Fabio Junior Beneditto.
13835
13836 2001-06-29 [darko]
13837
13838         * src/procmime.c
13839                 make MIME types case insensitive
13840
13841 2001-06-28 [alfons]
13842
13843         * po/nl.po
13844                 merge with sylpheed.pot and old nl.po; translations added.
13845
13846 2001-06-28 [paul]
13847
13848         * more sync with sylpheed 0.5.0pre3
13849
13850 2001-06-27 [alfons]
13851
13852         * src/summaryview.c
13853                 don't crash when removing parent node of messages
13854                 attracted by subject. this was caused by not deleting
13855                 the parent node from the subject line hash table.
13856
13857 2001-06-27 [alfons]
13858
13859         * src/summaryview.c
13860         * src/compose.[ch]
13861         * src/mainwindow.c
13862                 if there are multiple messages selected, allow forwarding
13863                 them as attachments.
13864
13865 2001-06-27 [paul]
13866
13867         * more sync with sylpheed 0.5.0pre3
13868
13869 2001-06-26 [paul]
13870
13871         0.5.0claws3
13872
13873         * sync with sylpheed 0.5.0pre3
13874
13875 2001-06-25 [paul]
13876
13877         * src/mainwindow.c
13878                 fixed 'compose news article' bug
13879                 from icon-and-text toolbar
13880
13881 2001-06-25 [paul]
13882
13883         * sync with sylpheed 0.5.0pre2 release
13884
13885 2001-06-24 [christoph]
13886
13887         * src/prefs_common.c
13888                 bug fix in font selection
13889         * src/folderview.c
13890                 use sylpheed's normal font instead of
13891                 gtk default font for folders without
13892                 new messages
13893
13894 2001-06-24 [alfons]
13895
13896         * src/mainwindow.[ch]
13897                 added composite compose mail / news button (an idea by Leandro
13898                 Pereira <leandro@linuxmag.com.br>)
13899
13900 2001-06-24 [paul]
13901
13902         Added instructions for ldif-to-xml.py
13903
13904         * tools/README
13905
13906 2001-06-23 [alfons]
13907
13908         Some minor things.
13909
13910         * src/pixmaps/stock_news_compose.xpm
13911                 added pixmap by Leandro
13912         * src/prefs_common.c
13913                 tested built-in spelling checker of GCC 3.0 :)
13914         * po/nl.po
13915                 merged dutch translation of sylpheed-main with
13916                 sylpheed.pot
13917
13918 2001-06-23 [paul]
13919
13920         Added tools directory and files.
13921
13922         * tools/filter_conv.pl
13923                 converts old filter system to new filtering system
13924         * tools/ldif-to-xml.py
13925                 converts netscape addressbook to sylpheed addressbook
13926         * tools/README
13927                 descriptions/instructions for above two files
13928
13929 2001-06-23 [christoph]
13930
13931         * src/inc.c
13932         * src/manage_window.[ch]
13933         * src/prefs_common.[ch]
13934                 mail retrieval dialog can be enabled, disabled
13935                 or hidden if non of sylpheed's windows is active
13936
13937 2001-06-22 [paul]
13938
13939         0.5.0claws2
13940
13941         * sync with sylpheed 0.5.0pre2
13942
13943 2001-06-21 [christoph]
13944
13945         * src/summaryview.c
13946                 show recipient on 'from' for all accounts
13947                 
13948         * src/inc.c
13949         * src/prefs_common.[ch]
13950                 disable error popup on mail receive errors
13951
13952 2001-06-21 [alfons]
13953
13954         * src/compose.c
13955                 made the ruler correctly appear and disappear.
13956
13957         * src/Makefile.am
13958                 removed Hoa's work-in-progress-stuff (interesting!) so 
13959                 claws compiles ok.
13960
13961 2001-06-20 [christoph]
13962
13963         * src/inc.c
13964         * src/progressdialog.c
13965                 added scrolled window for list in progressdialog
13966
13967 2001-06-20 [paul]
13968
13969         sync with sylpheed 0.5.0pre1 release
13970
13971 2001-06-20 [christoph]
13972
13973         * src/summeryview.c
13974                 make building threads by subject work when
13975                 thread view is enabled
13976                 
13977         * src/compose.c
13978         * src/prefs_common.[ch]
13979                 automatically select account for mail replys
13980
13981 2001-06-19 [sergey]
13982
13983         * src/compose.c (compose_create): keep Bcc and Reply-To visible if
13984         they are filled in from the account settings.
13985
13986 2001-06-19 [paul]
13987
13988         * more sync with sylpheed 0.5.0pre1
13989
13990 2001-06-18 [alfons]
13991
13992         * src/Makefile.am,
13993           src/procmime.c
13994                 added --sysconfdir to CPPFLAGS for pointing to the correct
13995                 location of mime.types. 
13996
13997                 NOTE: make sure you use --sysconfdir when running ./autogen.sh
13998                 or ./configure!
13999
14000 2001-06-18 [hoa]
14001
14002         * src/summaryview.c
14003                 fixed some bug when building threads
14004
14005 2001-06-18 [pau]l
14006
14007         * src/prefs_account.c
14008                 UI stuff: More changes to the English
14009
14010 2001-06-18 [paul]
14011
14012         * src/pixmaps/stock_news_compose.xpm: new file
14013         * src/Makefile.am
14014         * src/mainwindow.c
14015         * src/summaryview.c
14016                 Added new icon for Hoa's 'compose a news
14017                 message', plus minor improvements to the
14018                 English
14019
14020         * po/ja.po
14021         * ChangeLog
14022         * ChangeLog.jp
14023                 more sync with sylpheed 0.5.0pre1
14024
14025 2001-06-18 [hoa]
14026
14027         * src/compose.[ch]
14028         * src/mainwindow.c
14029                 Follow-up and reply to
14030
14031         * src/summaryview.[ch]
14032                 Build threads also with subjects
14033
14034 2001-06-17 [hoa]
14035
14036         * src/compose.c
14037                 forwarding use the current account.
14038
14039         * src/mainwindow.c
14040                 the "compose message" button has been replaced with
14041                 "new mail" and "new news" buttons
14042
14043         * src/prefs_common.[ch]
14044                 added a configuration option to use the forward button
14045                 as "forward as attachment"
14046                 changed reply and forward format description
14047
14048         * src/quote_fmt_lex.l
14049         * src/quote_fmt_parse.y
14050                 added message with no signature in format for reply
14051                 and forward.
14052
14053 2001-06-17 [paul]
14054
14055         Minor UI stuff
14056
14057         * src/mainwindow.c
14058         * src/summaryview.c
14059                 Improvements to the English
14060
14061         * src/prefs_common.c
14062                 Improvements to the English and some
14063                 clarity/continuity improvements in the
14064                 description of Quote symbols.
14065
14066 2001-06-17 [paul]
14067
14068         0.5.0claws1
14069
14070         * sync with sylpheed 0.5.0pre1
14071
14072 2001-06-17 [hoa]
14073
14074         * src/compose.c
14075                 Better interface for compose, displayed fields
14076                 are updated whenever we change account.
14077                 Newsgroups field is automatically filled.
14078
14079         * src/mainwindow.c
14080                 Newsgroups field is automatically filled.
14081
14082         * src/prefs_account.c
14083                 Some interface stuff when fields appear and
14084                 disappear.
14085
14086 2001-06-16 [paul]
14087
14088         0.4.99claws
14089
14090         * sync with sylpheed 0.4.99
14091
14092 2001-06-16 [sergey]
14093
14094         * src/base64.c, src/base64.h (Base64Decoder, base64_decoder_new,
14095         base64_decoder_free, base64_decoder_decode): new object and
14096         functions for decoding base64 streams.
14097         * src/procmime.c (procmime_decode_content): modified to use the
14098         new base64 decoder.
14099
14100 2001-06-15 [paul]
14101
14102         0.4.99claws10
14103
14104         * sync with sylpheed 0.4.99cvs11
14105
14106 2001-06-13 [paul]
14107
14108         0.4.99claws9
14109
14110         * sync with sylpheed 0.4.99cvs9
14111
14112 2001-06-13 [hoa]
14113
14114         * src/compose.c
14115         * src/prefs_account.c
14116
14117                 SMTP server can be defined in the news account
14118                 mime type of attachment are kept.
14119
14120         * src/summaryview.c
14121
14122                 now choose the highest important score between default
14123                 and important score of folder.
14124
14125 2001-06-09 [alfons]
14126         
14127         * src/prefs_common.c: 
14128
14129                 (prefs_quote_description_create): corrected description of 
14130                 quote format characters
14131
14132 2001-06-09 [paul]
14133
14134         0.4.99claws8
14135
14136         * sync with sylpheed 0.4.99cvs8
14137
14138 2001-06-08 [sergey]
14139
14140         * src/Makefile.am: fix for "make dist": added quote_fmt_parse.h
14141         and pixmaps/stock_mail_reply_to_author.xpm to EXTRA_DIST.
14142
14143 2001-06-08 [paul]
14144
14145         0.4.99claws7
14146
14147         * sync with sylpheed 0.4.99cvs7
14148
14149 2001-06-06 [sergey]
14150
14151         * src/quote_fmt.h: renamed from src/quote_fmt_parse.h (which
14152         clashes with autogenerated header).
14153         * src/compose.c, src/quote_fmt_parse.y: #include "quote_fmt.h"
14154         * src/Makefile.am: added quote_fmt.h.
14155         * src/.cvsignore: added lex/yacc autogenerated files
14156         (quote_fmt_lex.c, quote_fmt_parse.c, quote_fmt_parse.h).
14157
14158 2001-06-06 [paul]
14159
14160         0.4.99claws6
14161
14162         * sync with sylpheed 0.4.99cvs6
14163
14164 2001-06-06 [hoa]
14165
14166         * added src/quote_fmt_parse.h
14167         * src/compose.c
14168                 removed warnings
14169
14170         * src/prefs.[ch]
14171                 don't modify readonly configuration files
14172
14173         * src/prefs_account.c
14174         * src/prefs_common.c
14175         * src/prefs_customheader.c
14176         * src/prefs_display_header.c
14177         * src/prefs_filter.c
14178         * src/prefs_filtering.c
14179         * src/prefs_scoring.c
14180                 don't open dialog box when configuration files
14181                 are readonly
14182
14183 2001-06-05 [sergey]
14184
14185         * configure.in: added AM_PROG_LEX and AC_PROG_YACC.
14186
14187         * src/Makefile.am: replaced quote_fmt.tab.[ch] by
14188         quote_fmt_lex.[lh], quote_fmt_parse.y; added YFLAGS=-d; added
14189         BUILT_SOURCES to make all files rebuild properly.
14190
14191         * src/compose.c: removed #include "quote_fmt.tab.h".
14192
14193         * src/quote_fmt_lex.l: renamed from quote_fmt.l; changed to return
14194         CHARACTER value in yylval.
14195
14196         * src/quote_fmt_parse.y: renamed from quote_fmt.y; changed to
14197         receive CHARACTER value by documented means (yylval).
14198
14199         * src/lex.quote_fmt.c, src/quote_fmt.{l,y,tab.{c,h}}: removed.
14200
14201 2001-06-05 [hoa]
14202
14203         * src/Makefile.am
14204                 changed quote_fmt.[ch] into quote_fmt.tab.[ch]
14205
14206         * src/filtering.c
14207         * src/matcher.c
14208         * src/matcher.h
14209         * src/prefs_filtering.c
14210                 now keep the configuration for execute action
14211
14212         * src/mbox_folder.c
14213                 fixed a warning
14214
14215 2001-06-05 [paul]
14216
14217         * sync with sylpheed 0.4.99cvs5
14218
14219 2001-06-05 [hoa]
14220
14221         * src/Makefile.am
14222                 added quote_fmt.[ch]
14223
14224         * added src/quote_fmt.y
14225         * added src/quote_fmt.l
14226         * added src/quote_fmt.tab.h
14227         * added src/quote_fmt.tab.c
14228         * added src/lex.quote_fmt.c
14229                 parsing configuration for replying
14230                 and forwarding
14231
14232         * src/prefs_common.[ch]
14233                 added configuration UI for replying
14234                 and forwarding
14235
14236         * src/compose.c
14237                 using configuration for replying
14238                 and forwarding
14239
14240 2001-06-04 [hoa]
14241
14242         * src/filtering.c
14243         * src/matcher.c
14244         * src/matcher.h
14245         * src/prefs_filtering.c
14246         * src/prefs_matcher.c
14247         * src/prefs_matcher.h
14248                 action "run a command" for filtering
14249                 and matching with a command.
14250                 fixed the "whole message" matching
14251
14252         * src/mbox_folder.c
14253                 changed temporary filename for security
14254
14255         * src/messageview.c
14256                 queue the notification if it fails to send.
14257
14258         * src/prefs_common.c
14259         * src/prefs_folder_item.c
14260                 changed the default important score             
14261
14262         * src/prefs_scoring.c
14263         * src/scoring.c
14264                 hide kill score input when the folder is not
14265                 a newsgroup
14266
14267 2001-06-03 [alfons]
14268
14269         * src/prefs_common.c:
14270
14271                 (prefs_font_select): pass font name in font entry box to font
14272                 selection dialog.
14273
14274 2001-06-03 [sergey]
14275
14276         * src/smtp.c (smtp_ok): fixed sock_gets() error handling.
14277
14278 2001-06-03 [paul]
14279
14280         * sync with sylpheed 0.4.99cvs4
14281
14282 2001-06-03 [alfons]
14283
14284         * src/headerwindow.c:
14285
14286                 (headerwindow_show_cb): use the selected summary view item, not
14287                 the displayed item.
14288
14289 2001-06-02 [alfons]
14290
14291         * src/headerwindow.c:
14292
14293                 (headerwindow_show_cb): always try to show msginfo
14294
14295 2001-06-02 [hoa]
14296
14297         * src/compose.c
14298                 keep attached parts when reediting or forwarding.
14299
14300 2001-06-01 [hoa]
14301
14302         * src/folderview.c
14303         * src/prefs_folder_item.[ch]
14304         * src/prefs_scoring.[ch]
14305         * src/scoring.[ch]
14306         * src/summaryview.[ch]
14307         * src/main.c
14308         * src/mainwindow.c
14309         * src/prefs_common.[ch]
14310                 support for folder scoring
14311                 kill score and important score for messages
14312         
14313         * src/prefs_account.c
14314                 some display bug fixed for local account
14315                 preferences
14316
14317 2001-05-31 [alfons]
14318
14319         * src/summaryview.c:
14320
14321                 (add_sender_to_cb): don't crash when no or invalid sender; the add 
14322                 sender to address book menu item is disabled.
14323
14324 2001-05-30 [hoa]
14325
14326         * src/filtering.[ch]
14327         * src/summaryview.c
14328                 handling summary menu / filter messages
14329
14330         * src/folder.[ch]
14331                 add some stuff
14332
14333         * src/foldersel.c
14334                 imap folders now appears in list
14335
14336         * src/mbox_folder.c
14337                 doesn't crash if destination mail is not writeable
14338
14339 2001-05-29 [hoa]
14340
14341         * src/compose.c
14342                 removed some warnings
14343
14344         * src/filtering.c
14345         * src/folder.[ch]
14346         * src/prefs_filtering.c
14347                 global string to identify any folders           
14348                 removed some debug info
14349                 filtering to mbox folders is now possible
14350
14351         * src/mainwindow.c
14352                 removed some warnings
14353
14354         * src/mbox_folder.c
14355                 permission on files are changed to read/write for user only,
14356                 nothing for other.
14357                 creation of subfolder is handled better.
14358
14359 2001-05-28 [alfons]
14360
14361         Verified the sync for src/prefs_common.[ch] and
14362         src/prefs_account.[ch]. I believe there were some
14363         minor indentation differences.
14364
14365 2001-05-28 [paul]
14366
14367         0.4.99claws3
14368
14369         * sync with 0.4.99cvs3
14370
14371 2001-05-28 [hoa]
14372
14373         * src/compose.c
14374                 handling flags for mbox format
14375
14376         * src/filtering.c
14377                 use of mark file only for MH format
14378                 handling flags for mbox format
14379                 filtering cannot yet move or copy mails to mbox folders.
14380
14381         * src/folder.[ch]
14382                 changed move_msg, copy_msg,
14383                 move_msgs_with_dest, copy_msgs_with_dest functions
14384                 uses only folder->copy_msg() function
14385                 uses folder->finished_copy() to handle the destination
14386                 folder at the end of the copy or move operation.
14387
14388         * src/foldersel.c
14389                 included mbox directories.
14390
14391         * src/folderview.[ch]
14392         * src/mainwindow.c
14393                 handle folders operation for mbox format
14394
14395         * src/mbox.c
14396                 disable conversion of "From " header
14397
14398         * src/mbox_folder.[ch]
14399                 completion of mbox format handling
14400
14401         * src/mh.c
14402                 changed mh_copy_msg() function and
14403                 removed mh_move_msg(), mh_move_msgs_with_dest(),
14404                 mh_copy_msgs_with_dest()
14405
14406         * src/prefs_filtering.c
14407                 removed some warnings
14408
14409         * src/prefs_matcher.c
14410                 default boolean operation is AND
14411
14412         * src/procheader.c
14413                 handling flags for mbox format
14414                 handling of "From " header
14415
14416         * src/procmsg.[ch]
14417                 removed data field
14418                 added MSG_REALLY_DELETED flags to handle deletion of
14419                 messages in mbox format.
14420
14421         * src/summaryview.c
14422                 handling flags for mbox format
14423                 disable the MSG_DELETED flags when messages
14424                 are deleted in mbox format
14425
14426         * src/textview.c
14427                 "From " headers display fixed.
14428
14429 2001-05-27 [alfons]
14430
14431         * src/textview.c:
14432                 
14433                 (get_email_part): skip quoted email addresses, like in e.g.
14434                 "'alfons@proteus.demon.nl'".
14435
14436 2001-05-26 [alfons]
14437
14438         Minor GUI fixes adding horizontal scrollbars to Hoa's matcher dialogs,
14439         and fixing the persistence troubles when using separate windows.
14440
14441         * src/mainwindow.c:
14442         
14443             Added #define SEPARATE_ACTION used in the gtk item factory for 
14444             the SEPARATE_FOLDER and SEPARATE_MESSAGE items, so we can
14445                 use gtk_item_factory_get_widget_by_action() to get the items.
14446                 
14447             Removed separate_widget_cb from the gtk item factory data   
14448           
14449             (mainwindow_create): connect separate_widget_cb() to check
14450             menu item "toggled" signal. also passing a MainWindow pointer
14451                 as object data for both check menu items.
14452                 
14453             (separate_widget_cb): definition of separate_widget_cb() to match
14454             GtkCheckMenuItem's "toggled" signal. Now get the pointer to the main 
14455                 window using gtk_object_get_data(). The type of window separation 
14456                 (SEPARATE_MESSAGE or SEPARATE_FOLDER) is passed as the signal's data
14457         
14458         * src/prefs_filtering.c,
14459           src/prefs_matcher.c: added horizontal scrollbars
14460
14461 2001-05-25 [darko]
14462
14463         * src/headerview.c
14464                 fix segfault with invalid bold font
14465         * src/summaryview.c
14466                 correctly display summary stats after row is marked
14467
14468 2001-05-23 [sergey]
14469
14470         * src/codeconv.c (conv_get_code_conv_func): fix for ISO-8859-*
14471         encodings with libjconv.
14472
14473 2001-05-23 [hoa]
14474
14475         * src/Makefile.am
14476                 added mbox_folder.[ch]
14477         * src/defs.h
14478                 mbox temporary folder
14479         * src/folder.[ch]
14480         * added src/mbox_folder.[ch]
14481         * src/folderview.c
14482         * src/procheader.[ch]
14483                 added mbox support
14484         * src/mbox.c
14485                 bugfix for file incorporation filtering
14486         * src/imap.c
14487                 enable creation of MBOX
14488         * src/prefs_display_header.c
14489                 enable use of headers like "From "
14490                 something that should be fixed :
14491                         displaying of such headers add an extra space
14492         * src/prefs_folder_item.c
14493                 don't create folders because it is not necessary
14494         * src/procmsg.h
14495                 added data field to MsgInfo for mbox internal use
14496         * src/summaryview.c
14497                 added some support for mbox
14498         * src/utils.[ch]
14499                 added get_mbox_cache_dir() function
14500
14501 2001-05-23 [hiroyuki]
14502
14503         * src/headerwindow.c
14504           src/inc.c
14505           src/main.c
14506           src/mh.c
14507           src/nntp.c
14508           src/procmsg.h
14509           src/session.h
14510           src/socket.[ch]
14511           src/summaryview.c
14512           src/textview.c
14513           src/automaton.c
14514           src/folderview.c: more sync with 0.4.99cvs2.
14515
14516         * src/headerwindow.c: reverted.
14517
14518 2001-05-22 [paul]
14519
14520         0.4.99claws2
14521
14522         * sync with sylpheed 0.4.99cvs2
14523                 * src/news.[ch]
14524                 * src/nntp.[ch]
14525                 * INSTALL
14526                 * INSTALL.jp
14527
14528 2001-05-22 [alfons]
14529
14530         * src/summaryview.c: bugfixed a premature assignment in  summaryview_add_sender_to_cb()
14531
14532 2001-05-21 [alfons]
14533
14534         Minor things:
14535
14536         * configure.in: if gnome-config not found, "no" is displayed
14537         
14538         * sylpheed.desktop: "Hello World" is replaced with "Sylpheed Mail"
14539
14540         * src/textview.c: now also possible to add mail addresses by right
14541           clicking in the text view
14542
14543         * src/codeconv.c: merged patch which fixes endless loop when encountering
14544           invalid wide characters; from Alte <010@imis.ru>  
14545
14546 2001-05-20 [alfons]
14547
14548         Added installation of gnome specific things:
14549
14550         * Makefile.am: gnome conditional
14551
14552         * configure.in: check for installed gnome
14553
14554         * added sylpheed.png, sylpheed.desktop
14555
14556 2001-05-20 [sergey]
14557
14558         * src/pixmaps/stock_mail_reply_to_author.xpm: new file.
14559
14560         * src/mainwindow.h (main_window_toolbar_create): created a button
14561         for "Reply to all".
14562         (main_window_set_toolbar_sensitive): enable/disable the new button
14563         appropriately.
14564         (toolbar_reply_to_author_cb): handle the new button.
14565
14566         * src/send.c (SEND_EXIT_IF_ERROR, SEND_EXIT_IF_NOTOK): call
14567         send_progress_dialog_destroy() on failure (fixes hang on SMTP
14568         failure).
14569
14570 2001-05-19 [sergey]
14571
14572         * src/compose.h (ComposeReplyMode): new modes
14573         COMPOSE_REPLY_TO_AUTHOR, COMPOSE_REPLY_TO_AUTHOR_WITH_QUOTE,
14574         COMPOSE_REPLY_TO_AUTHOR_WITHOUT_QUOTE.
14575
14576         * src/compose.c
14577         (compose_send): move some code into a new function:
14578         (compose_current_mail_account): new function.
14579         (compose_reply): new argument to_author, all callers changed; if
14580         to_author==TRUE and account->protocol==A_NNTP, find and use an
14581         appropriate mail account for replying.
14582         (compose_reply_set_entry): new argument to_author; ignore
14583         compose->replyto if to_author==TRUE.
14584
14585         * src/mainwindow.c: new command "Message/Reply to author".
14586         (main_window_set_menu_sensitive): enable/disable it.
14587         (reply_cb): handle it.
14588
14589         * src/summaryview.c: new command "Reply to author".
14590         (summary_set_menu_sensitive): enable/disable it.
14591         (summary_reply_cb): handle it.
14592
14593         * src/account.c (account_find_mail_from_address): new function.
14594
14595 2001-05-18 [paul]
14596
14597         0.4.99claws1
14598
14599         * sync with sylpheed 0.4.99cvs1
14600
14601 2001-05-18 [hoa]
14602
14603         * src/compose.[ch]
14604         * src/filtering.c
14605         * src/summaryview.c
14606                 new filtering action : forward and forward as attachment
14607
14608         * src/main.c
14609                 no need for $DISPLAY when we run sylpheed --help
14610                 call to parse_cmd_opt() is moved
14611
14612         * src/mainwindow.[ch]
14613                 execute button is hidden when immediate execute
14614                 is chosen
14615
14616         * src/mh.c
14617         * src/news.c
14618         * src/prefs_folder_item.c
14619         * src/procmsg.c
14620                 better handling of missing directories
14621
14622         * src/summaryview.c
14623                 reedit is enabled in outbox
14624                 reedit is enabled in queue
14625
14626 2001-05-17 [hoa]
14627
14628         * src/filtering.c
14629         * src/matcher.[ch]
14630         * src/prefs_filtering.c
14631                 changed attachement into attachment
14632
14633 2001-05-17 [alfons]
14634
14635         0.4.67claws4    
14636
14637         * sync with sylpheed 0.4.67cvs9
14638         * sync with sylpheed 0.4.67cvs7-8
14639
14640 2001-05-17 [hoa]
14641
14642         * src/Makefile.am
14643                 added prefs_filtering.c
14644
14645         * src/filtering.[ch]
14646         * src/matcher.[ch]
14647                 removed action : forward_news and forward_news_as_attachement
14648                 (forward and forward_as_attachement can be used instead)
14649
14650         * src/mainwindow.c
14651                 added menu option to access filtering configuration
14652
14653         * src/prefs_account.c
14654                 changed mail_command default to /usr/sbin/sendmail
14655
14656         * added src/prefs_filtering.[ch]
14657                 dialog box for filtering configuration
14658
14659         * src/prefs_matcher.c
14660                 added function prefs_matcher_get_criteria_from_matching()
14661
14662         * src/prefs_scoring.c
14663                 reset the dialog when register or substitute is clicked
14664
14665 2001-05-15 [hoa]
14666
14667         * src/Makefile.am
14668                 added filtering.[ch]
14669         * src/inc.c
14670                 using filering.[ch] instead of filter.[ch]
14671         * src/main.c
14672                 reading new filtering configuration
14673         * src/matcher.[ch]
14674                 added some filtering actions
14675                 and fixed a bug for headers and mail body matching
14676         * src/mbox.c
14677                 using filering.[ch] instead of filter.[ch]
14678         * src/mh.c
14679                 handling invalid MsgInfo in mh_copy_msg() and mh_move_msg()
14680         * src/summaryview.c
14681                 some fixes for filtering
14682
14683 2001-05-14 [hiroyuki]
14684
14685         * src/send.c: fixed some weird indentations.
14686           send_message_with_command(): call pclose() only if p != NULL.
14687         * src/textview.c: get_email_part(): modified the code for readability.
14688
14689 2001-05-14 [hiroyuki]
14690
14691         * src/md5global.h
14692           src/md5ify.c
14693           src/md5ify.h: removed from the cvs.
14694
14695 2001-05-13 [sergey]
14696
14697         * src/main.c: include rfc2015.h to avoid compiler warnings.
14698         * src/alertpanel.c (alertpanel_message_with_disable): return 0 if
14699         the panel is already on screen.
14700         * src/prefs_customheader.c (prefs_custom_header_delete_cb): treat
14701         closing the alert window by ESC as "No".
14702         * src/prefs_common.c (prefs_interface_create): moved return
14703         receipt check button to the correct place.
14704
14705 2001-03-13 [alfons]
14706
14707         * src/prefs_common.c: 
14708                 moved return receipt check button to the Send tab. (prefs_send_create)
14709                 removed the date format ui related globals. (prefs_display_create)
14710
14711         0.4.67claws3
14712         
14713         * sync with sylpheed 0.4.67cvs5-6
14714
14715 2001-05-13 [paul]
14716
14717         * added Alfons' font selection patch
14718
14719         * src/defs.h
14720         * src/headerwindow.c
14721         * src/prefs_common.c
14722         * src/prefs_common.h
14723
14724 2001-05-13 [hoa]
14725         * src/defs.h
14726                 changed version of cache
14727         * src/matcher.[ch]
14728         * src/prefs_matcher.c
14729                 added additionnal matching criteria
14730         * src/procheader.c
14731         * src/procmsg.[ch]
14732         * src/news.c
14733                 added references in MsgInfo
14734
14735 2001-05-12 [hoa]
14736
14737         * src/defs.h
14738                 prepared some things for new filtering
14739         * src/matcher.[ch]
14740                 added some matching properties
14741                 inreplyto need to be enhanced
14742                 prepared some things for new filtering
14743         * src/messageview.c
14744                 added Return-Receipt-To handling
14745         * src/prefs_folder_item.c
14746                 changed default value to TRUE
14747         * src/prefs_matcher.c
14748                 added some matching properties
14749         * src/prefs_scoring.[ch]
14750                 the scoring dialog is finished
14751         * src/procheader.c
14752                 added Return-Receipt-To handling
14753                 Reference need to be added
14754         * src/procmsg.[ch]
14755                 added Return-Receipt-To handling
14756                 added threadscore to get a better score sorting when
14757                 threads are enabled
14758         * src/summaryview.c
14759                 suppressed a bug when we sort the list
14760                 when no folder is opened.
14761                 better score sorting when threads are enabled
14762
14763 2001-05-12 [alfons]
14764
14765         * reverted previous patch because of potential errors 
14766
14767         0.4.67claws2
14768         
14769         * src/inc.c, src/prefs_common.c, src/prefs_common.h: 
14770                 applied "toggle mail-retrieval dialog window" patch submitted 
14771                 by Eric Limpens <eric@qnt.net>
14772
14773         * sync with sylpheed 0.4.67cvs4
14774
14775 2001-05-12 [sergey]
14776
14777         * src/matcher.c, src/scoring.c: changed "#ifdef 0" to "#if 0" for
14778         some picky compilers.
14779         * src/rfc2015.h: provide prototype for rfc2015_disable_all().
14780         * src/grouplist_dialog.c: include alertpanel.h.
14781         * src/prefs_headers.c (prefs_headers_deleted): added GTK_BUTTON to
14782         fix compile warning.
14783         * src/scoring.c, src/prefs_folder_item.c, src/matcher.c: brought
14784         #include "defs.h" before others to prevent the warning of `MIN'
14785         and `MAX' redefinition.
14786
14787 2001-05-11 [hoa]
14788
14789         * src/main.c
14790         * src/messageview.c
14791         * src/prefs_account.c
14792         * src/prefs_display_header.c
14793                 removed warning
14794         * src/Makefile.am
14795                 added prefs_scoring.[ch]
14796         * src/grouplist_dialog.c
14797                 display an error dialog box if the group list
14798                 cannot be fetched.
14799         * src/mainwindow.[ch]
14800                 added main_window_set_thread_option() function
14801                 scoring dialog box enabled
14802         * src/matcher.[ch]
14803                 added flags matching unread /new / marked
14804                 / deleted / replied / forwarded
14805         * src/news.c
14806                 newsgroups are now finally in newscache
14807         * src/prefs_matcher.[ch]
14808                 finished preferences for matching dialog
14809         * added src/prefs_scoring.[ch]
14810                 scoring dialog box completed
14811         * src/scoring.[ch]
14812                 conversion to string : added scoringprop_to_string()
14813                 write config for preferences :
14814                 added prefs_scoring_write_config()
14815         * src/summaryview.c
14816                 threads can be enabled/disabled independently
14817                 for each folder
14818
14819 2001-05-10 [alfons]
14820
14821         0.4.67claws1
14822         
14823         * AUTHORS: 
14824                 thought it would be nice to have a list of all
14825                 contributors (used Changelog as a reference)
14826         
14827         * configure.in: 
14828                 messed up version numbering...
14829
14830         0.4.66claws1
14831
14832         * sync with sylpheed 0.4.67cvs1-3
14833
14834 2001-05-10 [darko]
14835
14836         * src/prefs_common.c:
14837                 better UI for strftime format, double clicking
14838                 on format now inserts the format in text entry
14839                 replaced close button with standard OK/Cancel
14840                 moved date format button to the right of the
14841                 text entry field
14842
14843 2001-05-09 [alfons]
14844
14845         * src/gtkstext.c:
14846                 Ctrl-Home / Ctrl-End have proper cursor navigation
14847
14848 2001-05-09 [hoa]
14849
14850         * src/prefs_matcher.c
14851                 finished UI to define matching properties
14852                 added ok and cancel button
14853         * src/prefs_filter.c
14854                 added ok and cancel button
14855         * src/news.c
14856                 fixed some bug in xhdr parsing
14857
14858 2001-05-08 [alfons]
14859
14860         * src/textview.c: 
14861                 fixed a bug in textview_show_header(), which displayed two colons (':');
14862                 cleaned up some warnings
14863
14864 2001-05-08 [hoa]
14865
14866         * src/Makefile.am
14867                 added prefs_matcher.[ch]
14868                 compilation with -W -Wall
14869         * src/alertpanel.c
14870                 ungrab the mouse events if grabbed - does it
14871                 fix the bug for disposition notification ?
14872         * src/mainwindow.c
14873                 added a menu option to open the matching dialog.
14874         * src/matcher.[ch]
14875                 added matcherprop_to_string() and matcherlist_to_string()
14876                 fixed some bugs, changed the name of some options
14877                 age_sup and age_inf becomes age_greater and age_lower,
14878                 body and messageheaders becomes body_part and headers_part,
14879                 changed the names of constants from SCORING_XXX to MATCHING_XXX
14880         * src/prefs_display_header.c
14881         * src/prefs_headers.c
14882                 fixed a bug that accidentally destroyed dialogs
14883                 when closed them with delete_event
14884                 Added *_deleted() which handle delete_event signal correctly.
14885         * src/prefs_folder_item.[ch]
14886                 added "enable_thread" field for future customization
14887         * added src/prefs_matcher.[ch]
14888                 sample of the UI to define matching properties
14889         * src/procheader.c
14890                 using procheader_headername_equal instead of str*cmp functions
14891                 using procheader_parse_header() function
14892         * src/scoring.c
14893                 using MATCHING_XXX instead of SCORING_XXX
14894         * src/summaryview.c
14895                 display the sender of the news even if this is ourself
14896                 when this is a news message.
14897         * src/textview.c
14898                 using headername_equal() instead of str*cmp functions
14899
14900 2001-05-08 [alfons]
14901
14902         0.4.66claws
14903
14904         * sync with sylpheed 0.4.66
14905         * src/gtkstext.c: trace logs added 
14906
14907 2001-05-08 [sergey]
14908
14909         * src/prefs_common.[ch]: added option to enable/disable GnuPG
14910         signature check popup.
14911         * src/rfc2015.c (check_signature): show signature check popup only
14912         if it is enabled in preferences.
14913
14914 2001-05-07 [alfons]
14915
14916         0.4.66claws4
14917         
14918         * sync with sylpheed 0.4.66cvs6
14919
14920 2001-05-07 [darko]
14921
14922         * src/prefs_common.[ch]: added option to enable/disable
14923           looking up sender name in address book for summary pane
14924         * src/summaryview.c: look up sender in the address book
14925           by using Alfons' address completion code
14926
14927 2001-05-07 [hiroyuki]
14928
14929         * src/inc.h
14930           src/pop.c: pop3_retr_recv(): removed cur_msg_bytes from the
14931           member of Pop3State.
14932         * src/news.c: brought #include "defs.h" before #include <glib.h>
14933           to prevent the warning of `MIN' and `MAX' redefinition.
14934
14935 2001-05-06 [hoa]
14936
14937         * removed src/headers_display.[ch]
14938         * removed src/prefs_display_headers.[ch]
14939         * src/inc.c
14940                 use a temporary file in the user directory for mbox import
14941         * src/news.c
14942                 added XHDR support to get "To" and "Cc" headers
14943                 (in order to match news with to or cc field for
14944                 scoring)
14945                 added function news_parse_xhdr() to get XHDR response
14946         * src/nntp.[ch]
14947                 added function nntp_xhdr()
14948         * src/matcher.c
14949                 fetch the message if necessary
14950
14951 2001-05-06 [alfons]
14952
14953         0.4.66claws3
14954
14955         * sync with sylpheed 0.4.66cvs3-5
14956
14957 2001-05-06 [hoa]
14958
14959         * src/utils.[ch]
14960                 added function itos_buf() to enable use of several buffers
14961         * src/summaryview.c
14962                 use of itos_buf() instead of itos() in summary list
14963                 to fix the broken display of message number.
14964
14965 2001-05-06 [alfons]
14966
14967         * src/gtkstext.c: bug in cursor up navigation fixed,
14968                 fixed another unsigned / signed comparison (we're getting there :-)
14969
14970 2001-05-06 [hoa]
14971
14972         * src/Makefile.am
14973                 added scoring.c scoring.h
14974                 prefs_folder_item.c prefs_folder_item.h
14975                 matcher.c matcher.h
14976         * src/defs.h
14977                 added FOLDERITEM_RC SCORING_RC
14978         * src/folder.[ch]
14979                 added prefs field in FolderItem :
14980                 properties for each folder (PrefsFolderItem),
14981                 sorting type and mode were added as the first properties.
14982         * src/main.c
14983                 read config for scoring
14984         * added src/matcher.[ch]
14985                 gives functions to parse configuration file to do
14986                 matching on mails with a list of conditions.
14987         * src/mainwindow.c
14988                 add option to sort by score
14989         * src/prefs_common.[ch]
14990                 added preference option to show score and for
14991                 the score column size
14992         * added src/prefs_folder_item.[ch]
14993                 properties for each folder (PrefsFolderItem),
14994                 sorting type and mode were added as the first properties.
14995         * src/procheader.[ch]
14996                 added procheader_parse_header()
14997                 added procheader_header_free()
14998                 added procheader_headername_equal()
14999                 and made modification to use them.
15000         * src/procmsg.[ch]
15001                 added score field to MsgInfo structure
15002         * added src/scoring.[ch]
15003                 gives functions to parse configuration file to do
15004                 scoring on mails with a list of conditions.
15005         * src/summaryview.[ch]
15006                 save the sorting type and mode for the folder
15007                 added column to display the score of the mail
15008                 added function summary_score_clicked()
15009                 sorting type and mode are restored to the folder
15010                 when it is reopen
15011         * src/textview.c
15012                 use procheader_parse_header(), procheader_headername_equal()
15013                 removed memory leak in text_scan_header when freeing headers
15014         * src/filter.c
15015                 changed the function to match names of headers
15016                 using procheader_headername_equal()
15017
15018         Scoring functions are implemented, an interface is needed
15019         to configure that.
15020
15021 2001-05-04 [alfons]
15022
15023         * src/gtkstext.c: 
15024                 hopefully fixed the row up navigation bug,
15025                 removed adding back / forward lines to cache
15026
15027 2001-05-04 [sergey]
15028
15029         * src/prefs_display_headers.c: user interface changes:
15030         (prefs_display_headers_create): remove unused "Show" check button;
15031         allow reordering of headers by dragging.
15032         (prefs_display_headers_write_config): remove unused variables.
15033         (prefs_display_headers_set_dialog): do not insert "(New)" at top
15034         of lists (not needed with the new UI).
15035         (prefs_display_headers_set_list): scan lists starting from row 0,
15036         not 1 (do not skip "(New)").
15037         (prefs_display_headers_find_header): new function.
15038         (prefs_display_headers_clist_set_row): do not allow duplicates.
15039         (prefs_display_headers_delete_cb): do not skip row 0; treat
15040         closing the alert window by ESC as "No".
15041         (prefs_display_headers_up): do not protect row 0.
15042         (prefs_display_headers_down): do not protect row 0.
15043
15044 2001-05-04 [sergey]
15045
15046         * src/mainwindow.c (next_marked_cb, prev_marked_cb): new
15047         functions.
15048
15049         * src/summaryview.c
15050         (summary_find_next_marked_msg, summary_find_prev_marked_msg,
15051         summary_select_next_marked, summary_select_prev_marked): new
15052         functions.
15053
15054 2001-05-03 [sergey]
15055
15056         * src/news.c: fixed a bug when no article can be fetched after
15057         server timeout if the connection was restored by news_post():
15058         (news_select_group): new function.
15059         (news_fetch_msg): call news_select_group() before fetching
15060         article.
15061         (news_get_uncached_articles): set session->group after successful
15062         GROUP command.
15063
15064 2001-05-03 [hoa]
15065
15066         * src/defs.h
15067         * src/procmsg.[ch]
15068         * src/procheader.c
15069                  changed version of cache, added cc field
15070
15071         * src/prefs_display_headers.c
15072                 the interface was changed
15073
15074         * src/prefs_headers.c
15075                 added cancel button
15076
15077 2001-05-03 [alfons]
15078
15079         * completed sync of sylpheed cvs2
15080         * src/gtkstext.c: updated row up / down cursor navigation
15081         * src/textview.c: re-edited, prepared for fixing the email address
15082                 scanner.
15083
15084 2001-05-03 [darko]
15085
15086         * src/prefs_common.c: use alfons' strftime ui code
15087         entry_datefmt and datefmt_sample widgets have to be
15088         global in this module because of this change
15089
15090 2001-05-03 [hoa]
15091
15092         * src/messageview.c
15093         * src/prefs_common.[ch] added option to activate the return receipt
15094                 feature.
15095
15096 2001-05-02 [alfons]
15097
15098         * src/gtkstext.c: fix for row up/down cursor navigation. 
15099
15100         0.4.66claws2
15101         
15102         * sync with 0.4.66cvs2
15103
15104 2001-05-02 [paul]
15105
15106         added add-sender-to-addressbook patch
15107
15108         * src/addressbook.c
15109         * src/addressbook.h
15110         * src/summaryview.c
15111
15112 2001-05-02 [sergey]
15113
15114         * src/alertpanel.h (AlertValue): added G_ALERT_VALUE_MASK,
15115         G_ALERTDISABLE.
15116
15117         * src/alertpanel.c (alertpanel_create): new argument can_disable,
15118         all existing callers changed to pass FALSE; create a check button
15119         to disable the message.
15120         (alertpanel_message_with_disable): new function.
15121         (alertpanel_show): mask value with G_ALERT_VALUE_MASK.
15122         (alertpanel_button_toggled): new function.
15123         (alertpanel_button_clicked, alertpanel_close): set value using
15124         G_ALERT_VALUE_MASK.
15125
15126         * src/prefs_common.h (PrefsCommon): new field gpgme_warning.
15127
15128         * src/prefs_common.c (prefs_privacy_create): new check button
15129         checkbtn_gpgme_warning.
15130
15131         * src/main.c (main): moved preferences reading before gpgme
15132         initialization; check prefs_common.gpgme_warning before giving the
15133         GnuPG warning and set it to FALSE if the user wants to disable the
15134         warning.
15135
15136 2001-05-02 [hiroyuki]
15137
15138         * src/prefs_display_headers.c: modified the layout and some labels.
15139
15140 2001-05-02 [sergey]
15141
15142         * src/prefs_account.c (prefs_account_fix_size): new function.
15143         (prefs_account_create): call prefs_account_fix_size(); use
15144         gtk_widget_show instead of gtk_widget_show_all (fixes too large
15145         size when the window is shown for the first time).
15146         (prefs_account_basic_create): changed layout of serv_table; moved
15147         localmbox_entry above smtpserv_entry (logically it replaces
15148         POP3/IMAP server).
15149         (prefs_account_protocol_activated): set sensitivity of
15150         nntpauth_chkbtn according to the protocol (in addition to
15151         hide/show); commented out gtk_table_set_row_spacing() calls.
15152         (prefs_account_nntpauth_toggled): do nothing if nntpauth_chkbtn is
15153         not sensitive (fixes a bug with disabled username/password boxes
15154         when editing POP3 account after NNTP with authentication).
15155
15156 2001-05-02 [hoa]
15157
15158         * src/account.c
15159         * src/inc.c
15160         * src/prefs_account.[ch]
15161         * src/send.c
15162                 removed local account without SMTP server
15163                 added option to use mail command instead of a connexion
15164                 to SMTP server when a local account is used
15165         * src/prefs_headers.c
15166                 fixed a bug
15167         * src/news.c
15168                 fixed a bug when connexion immediately closed
15169
15170 2001-05-01 [alfons]
15171
15172         0.4.66claws1
15173         
15174         * sync with 0.4.65
15175
15176 2001-05-01 [sergey]
15177
15178         * src/prefs_account.c (Basic, prefs_account_basic_create): new
15179         widget nntpauth_chkbtn.
15180         (prefs_account_protocol_activated): handle nntpauth_chkbtn
15181         visibility.
15182         (prefs_account_nntpauth_toggled): new function.
15183
15184         * src/news.c (news_session_new_for_folder): use NNTP
15185         authentication only if ac->use_nntp_auth is set.
15186
15187 2001-05-01 [hoa]
15188
15189         * src/Makefile.am changed headers.[ch] in customheader.[ch]
15190         * src/prefs_display_headers.c changed the UI
15191         * src/prefs_headers.c changed account_name to account_id
15192         * src/compose.c using customheader.h
15193
15194 2001-05-01 [hiroyuki]
15195
15196         * src/esmtp.c
15197           src/news.c
15198           src/nntp.c: changed sock_read() to sock_gets(), they've been left
15199           unsynched.
15200
15201 2001-05-01 [hoa]
15202
15203         * src/Makefile.am added prefs_display_headers.[ch] headers_display.[ch]
15204         * src/defs.h added HEADERS_DISPLAY_RC : name of the config file
15205                 for displaying of headers
15206         * src/grouplist_dialog.[ch] minor changes to remove warnings
15207         * src/prefs_display_headers.[ch] dialog to choose the
15208         headers to display in the mail viewer.
15209         * src/headers.h correction of #define
15210         * src/headers_display.[ch] configuration for displaying of headers.
15211         * src/main.c read config of displaying of headers
15212         * src/prefs_common.c add a button to access the config dialog
15213                 for displaying of headers
15214         * src/prefs_display_headers.[ch] dialog for configuration for
15215                 displaying of the headers.
15216         * src/prefs_headers.c cleaning of code
15217         * src/procheader.c comments added to code
15218         * src/textview.c changes to reorder the headers depending
15219                 on the config for displaying of headers
15220
15221 2001-04-30 [alfons]
15222
15223         0.4.65claws7
15224
15225         * sync with 0.4.65cvs12
15226
15227         NOTE: nntp.c and news.c in claws and cvs branch differ significantly!
15228
15229 2001-04-30 [sergey]
15230
15231         * src/nntp.h (NNTPSockInfo): new field auth_failed.
15232
15233         * src/nntp.c (nntp_mode): return NN_AUTHREQ if sock->auth_failed
15234         is set to force reconnection after authentication failure.
15235         (nntp_gen_command): set sock->auth_failed on authentication
15236         failure, or if sock->userid and sock->passwd are not set.
15237
15238         * src/news.c (news_session_new_for_folder): set userid=NULL if
15239         password dialog is cancelled.
15240
15241 2001-04-30 [sergey]
15242
15243         * src/nntp.h (NNTPSockInfo): new type.
15244
15245         * src/nntp.c: all functions updated to use NNTPSockInfo instead of
15246         SockInfo.
15247         (nntp_open_auth, nntp_close): new functions.
15248         (nntp_gen_command): new function to handle authentication; all
15249         NNTP command functions updated to use it.
15250         (nntp_authinfo_user, nntp_authinfo_pass): deleted.
15251         (nntp_list): removed old useless code.
15252
15253         * src/news.h (NNTPSession): new field nntp_sock.
15254
15255         * src/news.c: all functions updated to use NNTPSockInfo instead of
15256         SockInfo.
15257         (news_session_new): new arguments (userid, passwd); made static;
15258         use nntp_open_auth() if needed.
15259         (news_session_destroy): use nntp_close() instead of sock_close().
15260         (news_query_password): changed arguments.
15261         (news_session_new_for_folder): new function.
15262         (news_session_get): use news_session_new_for_folder().
15263         (news_authenticate): deleted.
15264         (news_get_uncached_articles): removed old authentication code.
15265
15266 2001-04-30 [sergey]
15267
15268         * src/news.c: reverted my previous changes (need to do NNTP
15269         authentication in a cleaner way).
15270         
15271 2001-04-29 [sergey]
15272
15273         * src/news.c (news_nntp_group, news_nntp_list, news_nntp_xover,
15274         news_nntp_post, news_nntp_mode): new functions (wrappers with
15275         authentication support).
15276         (news_get_article_cmd, news_get_article, news_get_header): new
15277         argument "folder"; all callers changed.
15278         (news_get_article_cmd): added authentication support.
15279         (news_session_get): use news_nntp_mode() instead of nntp_mode().
15280         (news_post): use news_nntp_post() instead of nntp_post().
15281         (news_get_uncached_articles): use news_nntp_group() instead of
15282         nntp_group() and news_nntp_xover() instead of nntp_xover();
15283         removed old authentication code.
15284         (news_get_group_list): use news_nntp_list() instead of nntp_list().
15285
15286         * src/nntp.c (nntp_list): return real error code instead of
15287         hardcoded NN_ERROR.
15288
15289 2001-04-29 [sergey]
15290
15291         * configure.in: fixed wint_t typedef detection again
15292
15293 2001-04-28 [hoa]
15294
15295         * src/prefs_account.[ch], added A_LOCAL_CMD
15296                 (send mail with mail command)
15297         * src/send.c added function send_message_with_command()
15298         * src/inc.c made a more secure get_spool() function with
15299                 mktemp() but maybe mkstemp() or something more
15300                 secure can be used.
15301
15302 2001-04-28 [alfons]
15303
15304         * src/textview.c, colorization of email addresses in headers
15305
15306         0.4.65claws6
15307
15308         * bug sync with sylpheed
15309         * prefs_common.c: created date format ui for darko
15310         * sync with 0.4.65cvs11
15311         * configure.in: corrected to have the new gpg checks
15312
15313 2001-04-27 [alfons]
15314
15315         * completed sync with 0.4.65cvs10
15316         * minor debug things added to gtkstext.c
15317
15318 2001-04-27 [darko]
15319
15320         * configure.in: remove check for availability of
15321           strftime() as advised by Hiroyuki
15322         * src/prefs_common.[ch], src/procheader.c:
15323           synch strftime() code with Hiroyki's main branch
15324
15325 2001-04-26 [sergey]
15326
15327         * src/news.c: news_query_password(), news_authenticate(): new
15328           functions.
15329           news_get_uncached_articles(): added NNTP authentication
15330           handling.
15331         * src/nntp.[ch]: nntp_authinfo_user(), nntp_authinfo_pass():
15332           new functions.
15333         * src/prefs_account.c: prefs_account_protocol_activated():
15334           enable userid and password fields for NNTP.
15335
15336 2001-04-26
15337
15338         * configure.in: check for availability of strftime()
15339           [darko]
15340         * src/prefs_common.[ch], src/procheader.c: use
15341           strftime() for displaying date in summary pane if it
15342           is available
15343
15344 2001-04-25
15345
15346         * more .cvsignore cleanups [alfons]
15347
15348 2001-04-25
15349
15350         * ac/sv-check-type.m4: new autoconf macro.
15351         * configure.in: fixed wint_t typedef detection (did not work
15352           with gcc-2.96).
15353
15354 2001-04-25
15355
15356         * acconfig.h: added USE_GTKGDK_XIM definition for autoheader.
15357           [hiroyuki]
15358
15359 2001-04-24
15360         * modified gtkstext.c : buggy cursor navigation fixed, 
15361           and font descent also taken in account when drawing
15362           cursor. [alfons]
15363
15364 2001-04-24 [hoa]
15365         * added comments in src/news.c src/nntp.c
15366         * added src/prefs_headers.[ch]
15367         * added src/headers.[ch]
15368         * modified compose.c to activate custom headers
15369                 added function is_in_custom_headers
15370         * modified prefs_account.[ch]
15371                 added function prefs_account_customhdr_edit
15372         * modified src/defs.h :
15373                 added HEADERS_RC : name of the config file
15374                 for the custom headers
15375
15376 2001-04-24
15377
15378     0.4.65claws5
15379
15380         * configure.in
15381           src/gtkstext.[ch]
15382           src/compose.c
15383           src/Makefile.am
15384           
15385           added gtkstext with configure.in patch by Hiroyuki which
15386           should fix the XIM detection [alfons]
15387
15388         * more clean up of cvs [alfons]
15389
15390                  * removed all Makefile.in files to attic.
15391
15392                  * updated all .cvsignores to really ignore things that could
15393                    be unintentionally committed by a recursive commit.
15394
15395 2001-04-23 [hoa]
15396         * added src/grouplist_dialog.[ch]
15397         * changed src/folderview.c to call grouplist_dialog instead
15398                 of inputdialog
15399         * src/news.c :
15400                 added functions news_reset_group_list
15401                 and news_get_group_list
15402         * src/nntp.c :
15403                 added function nntp_list
15404         * src/defs.h :
15405                 added GROUPLIST_FILE : name of the newsgroup list cache file
15406
15407 2001-04-21
15408
15409         * added option to warn about queued messages on exit [sergey]:
15410
15411           * src/compose.c: compose_queue(): call folder_item_scan()
15412             and folderview_update_item() after queueing.
15413           * src/folderview.c: folderview_update_node(): draw the queue
15414             folder in bold font if there are queued messages.
15415           * src/mainwindow.c: queued_messages(): new function.
15416             app_exit_cb(): display warning if there are queued messages
15417             if warn_queued_on_exit is set.
15418           * prefs_common.[ch]: add warn_queued_on_exit option.
15419
15420         * enhanced GnuPG key selection support [sergey]:
15421
15422           * src/select-keys.c: updated to newer version from Win32
15423             branch with support for selecting arbitrary keys.
15424           * src/prefs_account.c: added the Privacy tab to the account
15425             options window.
15426             prefs_account_privacy_create(),
15427             prefs_account_sign_key_set_data_from_radiobtn(),
15428             prefs_account_sign_key_set_radiobtn(): new functions.
15429           * src/prefs_account.h: new preferences sign_key_type, sign_key_id.
15430           * src/rfc2015.c: set_signers(): new function.
15431             pgp_sign(): add the account parameter, call set_signers().
15432             rfc2015_sign(): add the account parameter, pass it to pgp_sign().
15433           * src/rfc2015.h: rfc2015_sign(): updated prototype.
15434           * src/compose.c: pass the current account to rfc2015_sign().
15435
15436         * tag name claws added to prevent confusion with main branch [alfons]
15437
15438         * Sync with sylpheed-0.4.65cvs4 and made it compile. [sergey]
15439
15440         * autogen.sh: Added "--enable-maintainer-mode". [sergey]
15441
15442         * sync with recent sylpheed cvs. Untested though. [alfons]
15443