8149c2d2f9e42250c83592f3de89bb4c6900d762
[claws.git] / ChangeLog.claws
1 2003-03-28 [thorsten]   0.8.11claws63
2
3         * src/common/session.c
4                 added some comments
5
6 2003-03-28 [paul]       0.8.11claws62
7
8         * sync with 0.8.11cvs16
9                 see ChangeLog 2003-03-28
10
11 2003-03-28 [paul]       0.8.11claws61
12
13         * sync with 0.8.11cvs15
14                 see ChangeLog 2003-03-28
15
16 2003-03-27 [christoph]  0.8.11claws60
17
18         * src/folder.c
19         * src/imap.c
20         * src/common/socket.[ch]
21                 set socket state to DISCONNECTED when any operation
22                 fails to allow reconnecting in IMAP code without
23                 checking the return code of all calls to the command
24                 functions
25
26         * src/folderview.c
27         * src/summaryview.c
28                 remove some more stuff that depends on specific
29                 folder types
30
31 2003-03-27 [paul]       0.8.11claws59
32
33         * sync with 0.8.11cvs14
34                 see ChangeLog 2003-03-27
35                 
36         * src/selective_download.[ch]   ** REMOVED **
37                 really removed
38
39 2003-03-27 [christoph]  0.8.11claws58
40
41         * src/folder.c
42                 fix handling of tmp_flags in flag copy function
43
44 2003-03-27 [paul]       0.8.11claws57
45
46         * sync with 0.8.11cvs13
47                 see ChangeLog 2003-03-27
48
49 2003-03-27 [oliver]     0.8.11claws56
50
51         * src/maiwindow.c
52                 remove sel_download_cb
53
54 2003-03-27 [oliver]     0.8.11claws55
55         
56         * src/inc.c
57                 remove POP3_TOP
58         
59 2003-03-26 [oliver]     0.8.11claws54
60
61         *src/pop.h
62                 remove POP3_TOP*
63         * README.claws
64                 remove selective donwload readme
65
66 2003-03-26 [oliver]     0.8.11claws53
67         * src/matcher.[ch]
68         * src/matcher_parser_parse.y 
69         * src/pop.c 
70         * src/prefs_account.[ch]
71         * src/prefs_filtering.c
72                 remove selective donwload
73
74 2003-03-26 [oliver]     0.8.11claws52
75
76         * src/inc.[ch] 
77         * src/filtering.c 
78         * src/mainwindow.c 
79                 remove selective donwload
80
81 2003-03-26 [oliver]     0.8.11claws51
82         
83         * src/Makefile.am
84         * src/selective_download.[ch]   ** REMOVE **    
85
86 2003-03-26 [christoph]  0.8.11claws50
87
88         * src/news.c
89                 fix NEWS that got broken by a sync with sylpheed-main
90
91 2003-03-26 [christoph]  0.8.11claws49
92
93         * src/mimeview.c
94                 fix mime type guessing when no mime type is found for a file
95
96 2003-03-25 [christoph]  0.8.11claws48
97
98         * src/mimeview.c
99         * src/procmime.c
100                 remove mime type guessing from mime parser and use
101                 name based mime types in viewer lookup for mime type
102                 application/octet-stream
103
104 2003-03-25 [christoph]  0.8.11claws47
105
106         * doc-src/readme.txt
107         * doc-src/rfc2554.txt
108                 add RFC about SMTP AUTH
109
110         * src/send_message.c
111         * src/common/smtp.[ch]
112                 add extra error code for authentication errors and
113                 clear temporary password when this error occurs
114
115         (closes Bug 84 authentication failure while sending should
116          prompt for password again)
117
118 2003-03-25 [christoph]  0.8.11claws46
119
120         * configure.ac
121         * src/Makefile.am
122         * src/imageview.[ch]                            ** REMOVE **
123         * src/messageview.[ch]
124         * src/mimeview.[ch]
125         * src/prefs_common.[ch]
126         * src/textview.c
127         * src/plugins/Makefile.am
128         * src/plugins/image_viewer/.cvsignore           ** NEW **
129         * src/plugins/image_viewer/Makefile.am          ** NEW **
130         * src/plugins/image_viewer/plugin.c             ** NEW **
131         * src/plugins/image_viewer/viewer.[ch]          ** NEW **
132                 move image viewer into a plugin (building is enabled by default)
133                 [ToDo: Prefs for resize and autoview]
134
135 2003-03-25 [paul]       0.8.11claws45
136
137         * sync with 0.8.11cvs12
138                 see ChangeLog 2003-03-26
139
140 2003-03-25 [paul]       0.8.11claws44
141
142         * sync with 0.8.11cvs11
143                 see ChangeLog 2003-03-22, 2003-03-24 and 2003-03-25
144                 
145         Note: Selective Download is broken.
146                 
147 2003-03-22 [christoph]  0.8.11claws43
148
149         * src/folder.c
150                 code cleanup for flags copying
151
152 2003-03-22 [christoph]  0.8.11claws42
153
154         * src/plugins/trayicon/trayicon.c
155                 fix setting the transparent area when the window size
156                 is forced by the system tray
157
158 2003-03-22 [christoph]  0.8.11claws41
159
160         * src/plugins/trayicon/gnome-mail.xpm           ** REMOVE **
161         * src/plugins/trayicon/gnome-nomail.xpm         ** REMOVE **
162         * src/plugins/trayicon/newmail.xpm              ** NEW **
163         * src/plugins/trayicon/nomail.xpm               ** NEW **
164         * src/plugins/trayicon/trayicon.c
165         * src/plugins/trayicon/unreadmail.xpm           ** NEW **
166                 o replace GBiff icons with KBiff icons resized to 16x16 pixel
167                 o add icon for unread mails
168                 o set transparency for window
169
170 2003-03-22 [christoph]  0.8.11claws40
171
172         * src/news.c
173                 init news session to prevent crash when session is closed
174
175 2003-03-22 [christoph]  0.8.11claws39
176
177         * src/imap.c
178         * src/common/session.[ch]
179                 Init session data to make sure we don't have invalid pointers
180                 for read_ch and write_ch when new multi process sessions are
181                 not used
182
183         * src/main.c
184         * src/common/plugin.c
185         * src/common/sylpheed.c
186         * src/plugins/demo/demo.c
187         * src/plugins/dillo_viewer/dillo_viewer.c
188         * src/plugins/mathml_viewer/mathml_viewer.c
189         * src/plugins/spamassassin/spamassassin.c
190         * src/plugins/spamassassin/spamassassin_gtk.c
191                 add plugin types to allow loading plugins at different times
192                 (and maybe for different frontends), because it's not good to
193                 load GTK-Plugins gefore gtk_init was called
194
195         * configure.ac
196         * src/plugins/Makefile.am
197         * src/plugins/trayicon/.cvsignore               ** NEW **
198         * src/plugins/trayicon/Makefile.am              ** NEW **
199         * src/plugins/trayicon/eggtrayicon.c            ** NEW **
200         * src/plugins/trayicon/eggtrayicon.h            ** NEW **
201         * src/plugins/trayicon/gnome-mail.xpm           ** NEW **
202         * src/plugins/trayicon/gnome-nomail.xpm         ** NEW **
203         * src/plugins/trayicon/trayicon.c               ** NEW **
204                 New Trayicon plugin that shows an icon in a systray that uses
205                 XEMBED protocol like Gnome's systray. Icon shows if there
206                 are new mails and a tooltip shows information about new,
207                 unread and total messages.
208
209 2003-03-22 [paul]       0.8.11claws38
210
211         * src/common/smtp.c
212                 fix ESMTP AUTH CRAM-MD5
213                 [sync with main (still version 0.8.11cvs6), see
214                  ChangeLog 2003-03-22]
215
216 2003-03-21 [colin]      0.8.11claws37
217
218         * src/send_message.c
219                 Fix USE_SSL => USE_OPENSSL
220
221 2003-03-21 [colin]      0.8.11claws36
222
223         * src/folderview.c
224                 Fix counts in drag and dropped subfolders
225
226 2003-03-21 [colin]      0.8.11claws35
227
228         * src/folder.c 
229         * src/folderview.c
230                 speed up a bit folder dnd
231
232 2003-03-20 [alfons]     0.8.11claws34
233
234         * src/main.c
235         * src/toolbar.c
236         * src/procmsg.c
237                 don't send locked queue messages
238                 (feature request "[ 705245 ] Locking message in outbox 
239                  should prevent sending")
240
241 2003-03-20 [christoph]  0.8.11claws33
242
243         * src/folder.c
244                 remove NEW and UNREAD flag in special folders when scanning
245                 
246         * src/common/smtp.c
247                 fix ESMTP AUTH CRAM-MD5
248
249 2003-03-20 [paul]       0.8.11claws32
250
251         * src/prefs_account.c
252                 Re-write 'Tunnel command to open connection' as
253                 'Use command to communicate with server', and disable
254                 it for all except IMAP accounts
255
256 2003-03-20 [paul]       0.8.11claws31
257
258         * sync with 0.8.11cvs6
259                 see ChangeLog 2003-03-20
260
261 2003-03-19 [match]      0.8.11claws30
262
263         * src/addritem.[ch]
264                 include documentation. minor refactoring.
265         * src/addr_compl.[ch]
266         * src/addrindex.[ch]
267         * src/addresbook.[ch]
268         * src/summaryview.c
269                 re-enable address lookup (was disabled in
270                 0.8.11claws20).
271
272 2003-03-19 [christoph]  0.8.11claws29
273
274         * src/procmsg.c
275                 add temp flag handling, will make moving and copying
276                 messages possible again
277
278         * src/folder.c
279                 correct calulation of folder stats
280
281 2003-03-18 [match]      0.8.11claws28
282
283         * src/editgroup.h
284                 remove case sensitive comparison (closes bug 80).
285
286 2003-03-18 [christoph]  0.8.11claws27
287
288         * src/imap.c
289                 fix imap using a tunnel command
290
291         (closes bug 87)
292
293 2003-03-18 [christoph]  0.8.11claws26
294
295         * src/folder.[ch]
296         * src/imap.c
297         * src/procmsg.[ch]
298                 rewrite flag handling for folders
299
300 2003-03-18 [christoph]  0.8.11claws25
301
302         * src/folder.c
303         * src/procmsg.c
304         * src/summaryview.c
305                 unset NEW and UNREAD flags when message is ignored, to make
306                 sure messages don't show up as unread on other IMAP clients,
307                 because the IGNORE_THREAD flag can not be syncronized through
308                 the IMAP folder
309
310 2003-03-17 [christoph]  0.8.11claws24
311
312         * src/imap.c
313                 don't use recursion to fetch uids when the number of messages
314                 does not match. Moved code into subfunction that is used
315                 again when needed, to prevent an endless loop.
316
317 2003-03-17 [thorsten]   0.8.11claws23
318
319         * src/imageview.[ch]
320                 export imageview_get_resized_size() (for plugins)
321         * src/prefs_common.[ch]
322                 added prefs_common_get() (for plugins)
323
324 2003-03-17 [christoph]  0.8.11claws22
325
326         * src/imap.c
327                 o remove UID guessing from copy code
328                 o support UIDPLUS extension for APPEND command
329
330 2003-03-17 [paul]       0.8.11claws21
331
332         * src/gtk/about.c
333                 remove 'Compiled-plugins' section.
334                 
335         * src/plugins/dillo_viewer/dillo_viewer.c
336                 slight change to description text
337
338 2003-03-16 [match]      0.8.11claws20
339         * src/ldapserver.[ch]           ** NEW **
340         * src/ldapctrl.[ch]             ** NEW **
341         * src/ldapquery.[ch]            ** NEW **
342         * src/ldaputil.[ch]             ** NEW **
343         * src/addrcindex.[ch]           ** NEW **
344         * src/addrquery.h               ** NEW **
345         * src/addritem.[ch]
346         * src/addrcache.[ch]
347         * src/addrindex.[ch]
348         * src/addr_compl.[ch]
349         * src/addressbook.[ch]
350         * src/addrbook.[ch]
351         * src/editgroup.c
352         * src/editaddress.c
353         * src/editldap.c
354         * src/editldap_basedn.c
355         * src/vcard.c
356         * src/jpilot.c
357         * src/Makefile.am
358                 included dynamic LDAP queries. improved address
359                 completion.
360
361 2003-03-16 [paul]       0.8.11claws19
362
363         * tools/multiwebsearch.pl
364                 fix a fatal typo
365
366 2003-03-16 [christoph]  0.8.11claws18
367
368         * src/mimeview.c
369         * src/plugins/dillo_viewer/dillo_viewer.c
370         * src/plugins/mathml_viewer/mathml_viewer.c
371                 make unregistering of MimeViewerFactorys possible
372
373 2003-03-16 [alfons]     0.8.11claws17
374
375         * configure.ac
376                 correct typo
377
378 2003-03-16 [melvin]     0.8.11claws16
379
380         * src/plugins/dillo_viewer.c
381                 Fixed bug where it was not possible to view more than
382                 one text/html attachment per message (bug discovered
383                 by Christoph Hohmann).
384
385 2003-03-15 [melvin]     0.8.11claws15
386
387         * src/prefs_actions.c
388                 Fixed compilation warnings.
389
390 2003-03-15 [melvin]     0.8.11claws14
391
392         * src/plugins/Makefile.am
393         * src/plugins/dillo_viewer/.cvsignore                   ** NEW **
394         * src/plugins/dillo_viewer/Makefile.am                  ** NEW **
395         * src/plugins/dillo_viewer/dillo_viewer.c               ** NEW **
396                 Added a html mail viewer plugin that uses Dillo v0.7.0 or
397                 newer (http://dillo.auriga.wearlab.de/).
398
399 2003-03-15 [christoph]  0.8.11claws13
400
401         * src/imap.c
402                 don't query imap folder for attributes because we already
403                 for them from imap_status
404
405         * src/mimeview.[ch]
406                 add support for plugable MimeViewers (unloading Viewers
407                 not yet complete)
408
409         * src/plugins/Makefile.am
410         * src/plugins/mathml_viewer/.cvsignore          ** NEW **
411         * src/plugins/mathml_viewer/Makefile.am         ** NEW **
412         * src/plugins/mathml_viewer/mathml_viewer.c     ** NEW **
413                 add MathML Viewer (Content-Type text/mathml) using GtkMathView
414                 widget from http://helm.cs.unibo.it/mml-widget/
415
416 2003-03-14 [christoph]  0.8.11claws12
417
418         * src/folder.[ch]
419                 o error return code's should better be negative
420                 o replace printf with debug_print
421
422         * src/imap.c
423                 improve IMAP folder scan by checking UID-NEXT
424
425         * src/summaryview.c
426                 remove check that are unnecessary in my opinion
427
428 2003-03-13 [christoph]  0.8.11claws11
429
430         * src/folder.[ch]
431         * src/foldersel.c
432         * src/folderview.c
433         * src/imap.c
434         * src/mbox_folder.c
435         * src/mh.c
436         * src/news.c
437         * src/prefs_scoring.c
438         * src/summaryview.c
439                 use a common function to get a displayable name
440                 for a FolderItem
441
442 2003-03-13 [paul]       0.8.11claws10
443
444         * tools/Makefile.am
445           tools/README
446           tools/multiwebsearch.conf     ** NEW FILE **
447           tools/multiwebsearch.pl       ** NEW FILE **
448                 add multiwebsearch Actions script
449
450 2003-03-13 [colin]      0.8.11claws9
451
452         * src/compose.c
453                 Remove leading emtpy lines from quoted text
454                 before quoting it
455
456 2003-03-13 [melvin]     0.8.11claws8
457
458         * src/prefs_actions.c
459                 Fixed a memory leak
460                 Code clean ups
461                 Added Cancel and OK buttons
462                 Corrected help text
463
464 2003-03-13 [christoph]  0.8.11claws7
465
466         * src/account.c
467         * src/folder.[ch]
468         * src/imap.c
469         * src/mainwindow.c
470         * src/mbox_folder.c
471         * src/mh.c
472         * src/news.c
473         * src/setup.c
474                 replace more folder type stuff with folder class stuff
475
476 2003-03-13 [melvin]     0.8.11claws6
477
478         * src/prefs_actions.c
479                 Added new tokens:
480                 %u: user provided argument
481                 %h: user provided argument (hidden on input)
482                 %s: current text selection in the message view 
483
484 2003-03-13 [paul]       0.8.11claws5
485
486         * sync with 0.8.11cvs5
487                 see ChangeLog 2003-03-11, 2003-03-12
488
489 2003-03-12 [christoph]  0.8.11claws4
490
491         * src/folder.c
492                 use folder class idstr when writing folderlist.xml
493
494         * src/folder.h
495         * src/imap.c
496         * src/news.c
497                 replace folder type checks with folder class checks
498
499 2003-03-12 [christoph]  0.8.11claws3
500
501         * src/folder.[ch]
502         * src/imap.[ch]
503         * src/main.c
504         * src/mbox_folder.[ch]
505         * src/mh.[ch]
506         * src/news.[ch]
507                 o create a list of known folder classes in the folder system
508                 o use folder class id strings for folder item identifiers
509
510 2003-03-12 [christoph]  0.8.11claws2
511
512         * src/imap.c
513                 fix imap uid validity check
514
515 2003-03-12 [christoph]  0.8.11claws1
516
517         * src/account.c
518         * src/folder.[ch]
519         * src/foldersel.c
520         * src/folderview.c
521         * src/imap.c
522         * src/mainwindow.c
523         * src/mbox_folder.c
524         * src/mh.c
525         * src/news.c
526         * src/prefs_scoring.c
527         * src/procmsg.c
528         * src/setup.c
529         * src/summaryview.c
530                 initial restructuring of folder system, seperating
531                 folders and folder classes
532
533 2003-03-12 [paul]       0.8.11claws
534
535         0.8.11claws release
536
537 2003-03-12 [christoph]
538
539         * src/gtk/prefswindow.c
540                 fix translation of "Page Index"
541
542 2003-03-12 [paul]       0.8.10claws110
543
544         a sync from 0.8.11cvs4 before the release
545
546         * src/common/utils.c
547                 subject_compare_for_sort(): allow null strings (fixes
548                 summary sorting).
549
550 2003-03-11 [paul]       0.8.10claws109
551
552         * po/es.po
553                 update Spanish translation, submitted by
554                 Ricardo Mones Lastra
555
556 2003-03-11 [melvin]     0.8.10claws108
557
558         * po/fr.po
559                 Updated French translations
560
561 2003-03-11 [paul]       0.8.10claws107
562
563         * manual/en/Makefile.am
564           manual/en/*.html
565                 update English manual, add a new page
566                 updated by Francois Barriere <fbarriere@atmel.fr>
567                 
568         * po/bg.po
569           po/it.po
570           po/sr.po
571                 update Bulgarian, Italian, and Serbian translations
572                 submitted by George Danchev, Alessandro Maestri, and
573                 Urke MMI
574
575 2003-03-10 [paul]       0.8.10claws106
576
577         * src/gtk/about.c
578           src/gtk/prefswindow.c
579                 make some strings translatable
580
581 2003-03-10 [darko]      0.8.10claws105
582
583         * src/compose.c
584                 code cleanup to make Hiro happy
585
586 2003-03-10 [paul]       0.8.10claws104
587
588         * sync with 0.8.11cvs2
589                 see ChangeLog 2003-03-10
590
591 2003-03-09 [melvin]     0.8.10claws103
592
593         * src/textview.c
594                 textview_set_font(): fix for message display in
595                 UTF-8 locales (thanks to Sergey Vlasov).
596                 (was unintentionnaly reverted in 0.8.6claws6)   
597
598 2003-03-08 [darko]      0.8.10claws102
599
600         * src/compose.c
601                 fix infinite loop in wrapping as reported
602                 by happycactus
603                 obsoletes patch #696482
604
605 2003-03-08 [christoph]  0.8.10claws101
606
607         * src/imap.c
608                 add workaround for IMAP servers that do not
609                 support the "UID SEARCH UID" command
610
611 2003-03-07 [christoph]  0.8.10claws100
612
613         * src/plugins/spamassassin/spamassassin.[ch]
614         * src/plugins/spamassassin/spamassassin_gtk.c
615                 code cleanup
616
617 2003-03-07 [paul]       0.8.10claws99
618
619         * po/es.po
620                 updated Spanish translation, submitted by
621                 Ricardo Mones Lastra
622
623 2003-03-07 [christoph]  0.8.10claws98
624
625         * src/send.c
626                 fix in 0.8.10claws94 was wrong
627                 local delivery does not require escaping, remove escaping
628                 code to make signatures of mails with "." lines valid
629                 
630                 NOTE: requires that sendmail is executed with "-i" option,
631                       what is the default now, but has to be changed in all
632                       exsiting accounts)
633
634 2003-03-07 [paul]       0.8.10claws97
635
636         * sync with 0.8.11 release
637                 see ChangeLog 2003-03-07
638
639 2003-03-06 [paul]       0.8.10claws96
640
641         * src/compose.c
642                 revert commit 0.8.10claws92
643
644 2003-03-06 [paul]       0.8.10claws95
645
646         * src/folderview.c
647                 fix (solaris) bug 73, 'Crash when selecting top-level folder'
648
649         * src/gtkaspell.c
650                 fix bug 74, 'Crash opening editor window with pseudo-color
651                 display'
652                 
653         Patches submitted by Kevin Vigor <kevin@vigor.nu>
654
655 2003-03-06 [christoph]  0.8.10claws94
656
657         * src/send.c
658                 fix rfc2821 (4.5.2) violation in SMTP data sending,
659                 all lines starting with a period get an extra period
660                 inserted
661                 (found by Simon 'corecode' Schubert)
662
663 2003-03-06 [paul]       0.8.10claws93
664
665         * src/folderview.c
666                 if configured font can't be loaded fall back to gtk
667                 default. (with thanks to Christoph)
668                 
669                 closes long-standing bug 15 'Crashes on startup'
670
671 2003-03-06 [paul]       0.8.10claws92
672
673         * src/compose.c
674                 freeze text before autosave and thaw afterwards
675                 fixes bug 67 'autosave make re-rediting message crazy'
676
677 2003-03-06 [christoph]  0.8.10claws91
678
679         * src/compose.c
680                 ignore address comment in dupe check for Cc-list
681
682         (closes reopened bug 47 Replying to message strips name part of
683          e-mail addresses of Cc: lines)
684
685 2003-03-06 [paul]       0.8.10claws90
686
687         * src/Makefile.am
688                 remove reference to gtkxtext.h as its no longer in
689                 the repository
690
691 2003-03-06 [paul]       0.8.10claws89
692
693         * sync with 0.8.10cvs25
694                 see ChangeLog 2003-03-06
695
696 2003-03-06 [oliver]     0.8.10claws88
697         
698         * src/messageview.c
699                 remove include
700
701 2003-03-06 [oliver]     0.8.10claws87
702         
703         * src/folderview.c 
704                 remove changes introduced inclaws74
705         * src/messageview.c
706                 another attempt to sanely delete and update
707                 messages deleted in separate messageview
708
709 2003-03-05 [christoph]  0.8.10claws86
710
711         * src/summaryview.c
712                 check if "From" matches any account's address if
713                 addressbook completion of addresses is disabled too
714
715         (closes Bug 70 "Display recipient in from" doesn't check
716          folder's default account)
717
718 2003-03-05 [christoph]  0.8.10claws85
719
720         * src/compose.c
721         * src/common/utils.[ch]
722                 don't strip address comments when building Cc lists
723
724         (closes Bug 47 Replying to message strips name part of e-mail addresses
725          of Cc: lines)
726
727         * src/folder.c
728                 fix return value of copy function
729
730 2003-03-05 [christoph]  0.8.10claws84
731
732         * src/imap.c
733                 don't ask imap server for non rfc822 headers
734
735         (closes bug 71 IMAP FETCH asks for FROM header field twice)
736
737         * src/imap.c
738                 destroy session on socket error to allow reconnecting
739
740 2003-03-05 [christoph]  0.8.10claws83
741
742         * configure.ac
743                 fix building with gnome when no prefix is set
744
745         (closes bug 66 Gnome directory is set to NONE)
746
747 2003-03-05 [paul]       0.8.10claws82
748
749         * sync with 0.8.10cvs23
750                 see ChangeLog 2003-03-05
751
752 2003-03-04 [christoph]  0.8.10claws81
753
754         * src/folder.c
755                 o fix moving and copying when folder returns 0 for new
756                   message number
757                 o remove some code for single message copy and move
758                   operations and use functions for multiple messages
759
760         (closes bug 63 Strange behaviour MOVING messages from MH to IMAP)
761
762         * src/news.c
763                 remove unused include
764
765 2003-03-04 [paul]       0.8.10claws80
766
767         * src/gtk/about.c
768                 list 'Compiled plugins'
769
770 2003-03-03 [christoph]  0.8.10claws79
771
772         * src/news.[ch]
773                 have to multiply the percentage of the current fetch with
774                 the percentage that it has of the total fetch operation
775                 for correct values
776
777 2003-03-03 [christoph]  0.8.10claws78
778
779         * src/news.c
780                 fix calculation of expected lines for progress indicator
781
782 2003-03-03 [christoph]  0.8.10claws77
783
784         * src/summaryview.c
785         * src/common/utils.c
786                 fix segfault when opening the root news folder
787
788 2003-03-03 [christoph]  0.8.10claws76
789
790         * src/mainwindow.[ch]
791         * src/common/Makefile.am
792         * src/common/progressindicator.[ch]
793                 add UI independent progress indicator handling
794
795         * src/news.[ch]
796                 use new progress indicator for message info fetching
797
798         * src/common/hooks.h
799                 code cleanup
800
801 2003-03-03 [oliver]     0.8.10claws75
802
803         * src/toolbar.c
804         * src/compose.c
805                 removed commented code
806
807 2003-03-03 [oliver]     0.8.10claws74
808
809         * src/toolbar.[ch]
810                 cleanups and refactoring
811         * src/compose.[ch]
812                 compose_reply_mode reply & forwarding interface for
813                 toolbar buttons
814         * src/folderview.c
815                 act on messages marked for deletion in folderview_selected
816                 based on prefs_common.immediate_exec since a message might 
817                 have been deleted by messageview in a folder we are changing 
818                 to (does anybody understand what I'm on about ?)
819
820 2003-03-03 [oliver]     0.8.10claws73
821         
822         * src/messageview.[ch]
823                 new functions
824                 - messageview_delete: delete message shown in messagview
825                 - messageview_update_view: update messageview to currently 
826                   selected summaryview message
827                 - add separate messageview to msgview_list in order to update 
828                   toolbar to new toolbar style on the fly (TOOLBAR_NONE, TOOLBAR_ICON etc.)
829         * src/summaryview.[ch]
830                 summary_get_selection returns a list of selected msgs
831                 in summaryview
832         * src/mainwindow.c
833                 toolbar reply refactoring
834
835 2003-03-03 [paul]       0.8.10claws72
836
837         * sync with 0.8.10cvs21
838                 see ChangeLog 2003-03-03
839
840 2003-03-02 [christoph]  0.8.10claws71
841
842         * src/common/passcrypt.c
843                 use POSIX includes
844
845 2003-03-02 [christoph]  0.8.10claws70
846
847         * configure.ac
848         * src/prefs_account.c
849         * src/prefs_gtk.[ch]
850         * src/common/.cvsignore
851         * src/common/Makefile.am
852         * src/common/passcrypt.c                ** NEW **
853         * src/common/passcrypt.h.in             ** NEW **
854                 Implement password encryption in config files
855                 using unix encrypt and setkey functions. The crypt
856                 key can be set as a configure parameter. Old
857                 passwords will be converted if they do not begin
858                 with '!'
859
860 2003-03-02 [paul]       0.8.10claws69
861
862         * src/prefs_account.c
863                 fix compile error
864
865 2003-03-01 [thorsten]   0.8.10claws68
866
867         * po/el.po
868           po/hr.po
869           po/it.po
870           po/nl.po
871           po/sr.po
872           po/sv.po
873                 corrected format strings
874         * po/en_GB.po
875                 corrected headers
876                 (fix compile errors with GNU gettext-0.11.5)
877
878 2003-03-01 [oliver]     0.8.10claws67
879
880         * src/summaryview.c
881                 menu callbacks call toolbar_menu_reply
882
883 2003-03-01 [oliver]     0.8.10claws66
884
885         * src/mainwindow.c
886         * src/messageview.c
887                 menu callbacks call toolbar_menu_reply
888         * src/toolbar.[ch]
889                 callbacks from menu handled by toolbar_menu_reply
890
891 2003-03-01 [paul]       0.8.10claws65
892
893         * src/addressbook.c
894                 revert commit 0.8.10claws54 - breaks editing of
895                 addressbook.
896                 
897         * po/bg.po
898                 update Bulgarian translation, submitted by
899                 George Danchev
900
901 2003-02-28 [christoph]  0.8.10claws64
902
903         * src/account.c
904         * src/addressadd.c
905         * src/compose.c
906         * src/gtkaspell.c
907         * src/gtkxtext.h                ** REMOVE **
908         * src/imap.c
909         * src/matcher.[ch]
910         * src/mh.c
911         * src/news.c
912         * src/pine.c
913         * src/prefs_common.c
914         * src/prefs_matcher.c
915         * src/procheader.[ch]
916         * src/procmsg.[ch]
917         * src/toolbar.c
918         * src/common/ssl_certificate.c
919         * src/gtk/colorlabel.c
920         * src/gtk/menu.c
921                 o fix warnings
922                 o remove code obsoleted by new cache and folder system rework
923
924 2003-02-28 [oliver]     0.8.10claws63
925         
926         * src/toolbar.[ch]
927                 * fix bug where reply in Messageview replied to 
928                 Message displayed in summaryview
929                 (reportedd via ML by chinatinte at gmx dot ch)
930                 * fix bug where toolbar popups (WITH_QUOTE, WITHOUT_QOUTE)
931                 didn't work in separate MessageView Toolbar
932                 (wondering if anybody uses this at all ?)
933         * src/summaryview.[ch]
934                 use toolbar.c's toolbar_reply instead of summary_reply (removed)
935                 (generalize reply and forward code);
936         * src/messageview.c 
937                 remove focus_in event which updated summaryview to messageview
938
939 2003-02-28 [paul]       0.8.10claws62
940
941         * po/Makefile.in.in
942                 add the --check option
943                 Patch submitted by Ricardo Mones Lastra
944
945 2003-02-28 [paul]       0.8.10claws61
946
947         * src/prefs_account.c
948                 re-order 'Signature' items
949
950 2003-02-28 [paul]       0.8.10claws60
951
952         * sync with 0.8.10cvs20
953                 see ChangeLog 2003-02-28
954
955 2003-02-28 [paul]       0.8.10claws59
956
957         * po/POTFILES.in
958                 update to reflect recent movement of files
959
960 2003-02-28 [paul]       0.8.10claws58
961
962         * sync with 0.8.10cvs19
963                 see ChangeLog 2003-02-28
964
965 2003-02-27 [martin]     0.8.10claws57
966
967         * src/prefs_matcher.c 
968                 fix segfault in prefs_matcher_ok() when the
969                 last entry is deleted and prevents that the
970                 message "entry not saved" comes up after deleting
971                 an entry
972
973 2003-02-27 [martin]     0.8.10claws56
974
975         * src/prefs_filtering.c 
976                 fix segfault in prefs_filtering_ok() when the
977                 last entry is deleted and prevents that the
978                 message "entry not saved" comes up after deleting
979                 an entry
980
981 2003-02-27 [paul]       0.8.10claws55
982
983         * sync with 0.8.10cvs18
984                 see ChangeLog 2003-02-27
985
986 2003-02-27 [paul]       0.8.10claws54
987
988         * src/addressbook.c
989                 fix bug where the address book crashes with 
990                 multiple lookups.
991                 Patch [687729] submitted by David Frager 
992                 <dbfrager@users.sourceforge.net>
993
994 2003-02-25 [christoph]  0.8.10claws53
995
996         * src/Makefile.am
997         * src/colorlabel.[ch]           ** REMOVE **
998         * src/gtk/Makefile.am
999         * src/gtk/colorlabel.[ch]       ** NEW **
1000                 move colorlabel files to gtk directory
1001
1002         * src/esmtp.[ch]                ** REMOVE **
1003                 has been merged into smtp.[ch] in 0.7.5
1004
1005 2003-02-25 [christoph]  0.8.10claws52
1006
1007         * src/Makefile.am
1008         * src/about.[ch]                ** REMOVE **
1009         * src/gtk/Makefile.am
1010         * src/gtk/about.[ch]            ** NEW **
1011                 move about files to gtk directory
1012
1013 2003-02-25 [christoph]  0.8.10claws51
1014
1015         * src/folder.c
1016                 some code optimization of folder scanning code
1017
1018         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx> 
1019
1020 2003-02-25 [christoph]  0.8.10claws50
1021
1022         * src/main.c
1023         * src/common/sylpheed.c
1024                 add command line parameter parsing to common code
1025
1026 2003-02-24 [christoph]
1027
1028         * Makefile.am
1029         * configure.ac
1030                 fix gnome prefix problems, the configure script now removed
1031                 `gnome-config --prefix` from `gnome-config --datadir`
1032                 and adds $(prefix} instead
1033
1034         (closes Bug 24 Makefile does not respect prefix when installing
1035          GNOME data)
1036
1037 2003-02-24 [christoph]  0.8.10claws49
1038
1039         * src/news.c
1040                 check for valid session before trying to authenticate
1041
1042         (closes Bug 60 crash if "authenticate on logon" is activated
1043          and newsserver-hostname is not valid)
1044
1045 2003-02-24 [melvin]     0.8.10claws48
1046
1047         * src/prefs_actions.c
1048                 Make sure all user's input is sent to the action and then
1049                 close the socket..
1050
1051 2003-02-23 [alfons]     0.8.10claws46
1052
1053         * src/summaryview.c
1054                 also wait cursor when deleting files
1055
1056 2003-02-23 [paul]
1057
1058         * tools/freshmeat_search.pl
1059           tools/google_search.pl
1060                 scripts should now work for any browser/browser command line
1061
1062 2003-02-22 [christoph]  0.8.10claws45
1063
1064         * src/procmsg.c
1065                 fix IMAP flag setting, IMAP flag is not handled correctly
1066                 anymore by the folder system and information about the
1067                 folder should not be saved in the MsgInfo (in my opinion)
1068
1069         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
1070
1071 2003-02-22 [christoph]  0.8.10claws44
1072
1073         * src/summaryview.c
1074                 fix spelling of "label" ;-)
1075
1076 2003-02-22 [thorsten]   0.8.10claws43
1077
1078         * src/mimeview.c
1079           src/prefs_common.[ch]
1080           src/procmime.[ch]
1081                 do not use description as attachment name
1082
1083 2003-02-22 [alfons]     0.8.10claws42
1084
1085         * src/summaryview.c
1086                 freeze/thaw folder item updates when changing color labels,
1087                 and put a wait cursors on
1088
1089 2003-02-22 [thorsten]   0.8.10claws41
1090
1091         * src/mimeview.c
1092                 save-all fixes: crash if invoked on multipart container,
1093                 mimeinfo access, pathseparators, error dialog
1094
1095 2003-02-21 [alfons]     0.8.10claws40
1096
1097         * src/prefs_gtk.c
1098                 remove unused var
1099
1100 2003-02-21 [colin]      0.8.10claws39
1101
1102         * src/send.c
1103                 Fix smtp logging
1104
1105 2003-02-21 [colin]      0.8.10claws38
1106
1107         * src/summaryview.c
1108                 Freeze/thaw folderItem updates when filtering messages 
1109                 via Tools/Filter messages
1110
1111 2003-02-21 [paul]       0.8.10claws37
1112
1113         * src/compose.c
1114                 revert commit 0.8.10claws26, there are ulterior motives
1115                 for users to set a Reply-To header when posting to
1116                 newsgroups
1117
1118 2003-02-21 [paul]       0.8.10claws36
1119
1120         * sync with 0.8.10cvs17
1121                 see ChangeLog 2003-02-21
1122
1123 2003-02-20 [christoph]  0.8.10claws35
1124
1125         * src/imap.c
1126                 IMAP UID fetch speedup using SEARCH
1127
1128         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
1129
1130         * src/imap.c
1131                 fix problem with UIDs in IMAP UID cache that no longer existed
1132
1133 2003-02-20 [christoph]  0.8.10claws34
1134
1135         * src/imap.c
1136         * src/procheader.c
1137         * src/procheader.h
1138                 IMAP header fetch speedup (fetch only headers cached in MsgInfo)
1139
1140         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
1141
1142         * src/imap.c
1143                 Rewrite imap_cmd_gen_recv use sock_getline instead
1144                 of sock_gets to avoid problems with too long reply
1145                 lines
1146     
1147 2003-02-20 [colin]      0.8.10claws33
1148         
1149         * src/prefs_account.c
1150                 Better wording
1151
1152 2003-02-20 [colin]      0.8.10claws32
1153
1154         * src/compose.c
1155                 Remove useless '&& !to_sender' 
1156
1157 2003-02-20 [darko]
1158
1159         * AUTHORS
1160                 change my e-mail address
1161
1162 2003-02-19 [colin]      0.8.10claws31
1163
1164         * src/prefs_common.c
1165                 X11 style colors for every configurable color
1166
1167 2003-02-19 [alfons]     0.8.10claws30
1168
1169         * src/prefs_gtk.[ch]
1170         * src/prefs_common.c
1171                 for color_new accept both plain integers and X11 style color
1172                 names (as found in /usr/lib/X11/rgb.txt)
1173
1174 2003-02-19 [paul]       0.8.10claws29
1175
1176         * src/mainwindow.c
1177                 add tooltips to online/offline button and account selector
1178                 button
1179
1180 2003-02-19 [paul]       0.8.10claws28
1181
1182         * src/folder.c
1183           src/news.c
1184           src/prefs_account.[ch]
1185           src/prefs_common.[ch]
1186                 move 'Maximum number of articles to download' to
1187                 account prefs.
1188                 clean up account prefs gui a little by hiding entries
1189                 rather then greying out entries
1190
1191 2003-02-19 [hiro]       0.8.10claws27
1192
1193         * src/common/utils.c
1194                 fix bug #54 'yesterdays date is displayed in the message 
1195                 summary window'
1196
1197 2003-02-19 [paul]       0.8.10claws26
1198
1199         * src/compose.c
1200                 fix bug reported in Feature Request [688596] 
1201                 'Reply-to header in news'
1202
1203 2003-02-18 [paul]       0.8.10claws25
1204
1205         * src/select-keys.c
1206                 add a 'List all keys' button to key selection dialog
1207
1208 2003-02-18 [colin]      0.8.10claws24
1209         
1210         * src/stock_pixmap.c
1211                 fix compile error
1212
1213 2003-02-18 [colin]      0.8.10claws23
1214
1215         * src/common/smtp.[ch]
1216           src/prefs_account.c
1217                 Try to starttls if it seems to be the only
1218                 way to authenticate a user
1219
1220 2003-02-18 [paul]       0.8.10claws22
1221
1222         * src/Makefile.am
1223           src/folderview.c
1224           src/stock_pixmap.[ch]
1225           src/pixmaps/drafts_close.xpm  ** NEW FILE **
1226           src/pixmaps/drafts_open.xpm   ** NEW FILE **
1227                 as a Drafts folder is a special folder allow it to have
1228                 its own unique icons
1229
1230 2003-02-18 [colin]      0.8.10claws21
1231
1232         * src/imap.c
1233                 Fix port selection when using starttls
1234
1235 2003-02-18 [paul]       0.8.10claws20
1236
1237         * src/mainwindow.c
1238           src/prefs_common.[ch]
1239                 make blue the default new mail colour
1240
1241 2003-02-18 [paul]       0.8.10claws19
1242
1243         * sync with 0.8.10cvs14
1244                 see ChangeLog 2003-02-18
1245
1246 2003-02-17 [jens]       0.8.10claws18
1247
1248         * src/common/md5.c
1249                 fixed a compile problem with gcc 3.3
1250                 works on 2.95.3 too (testet on PPC as it is big endian)
1251
1252 2003-02-17 [paul]       0.8.10claws17
1253
1254         * sync with 0.8.10cvs13
1255                 see ChangeLog 2003-02-17
1256
1257 2003-02-17 [paul]       0.8.10claws16
1258
1259         * sync with 0.8.10cvs12
1260                 see ChangeLog 2003-02-17
1261
1262 2003-02-16 [match]      0.8.10claws15
1263
1264         * src/addressbook.c
1265                 Eliminates reloading of address data when items
1266                 deleted or added. Applied submitted by
1267                 Luke Plant <lukeplant@softhome.net>
1268
1269 2003-02-16 [paul]       0.8.10claws14
1270
1271         * src/news.c
1272                 when a 'protocol error' is encountered disconnect from
1273                 the server. This means that the user can carry on viewing
1274                 other articles and doesn't have to either wait until the
1275                 server timesout or quit sylpheed.
1276                 Fixes bug #53 'Unable to read messages in newsgroups, 
1277                 displayed message doesn't change'
1278
1279 2003-02-15 [christoph]  0.8.10claws13
1280
1281         * src/imap.c
1282                 fix bug that stopped scanning of folders when an
1283                 IMAP folder was empty
1284
1285         (closes bug 46 stop scan messages in folders after empty folder)
1286
1287 2003-02-15 [paul]
1288
1289         * tools/Makefile.am
1290           tools/README
1291           tools/freshmeat_search.pl     ** NEW FILE **
1292           tools/google_search.pl        ** NEW FILE **
1293                 Add 2 Actions scripts which search freshmeat/google
1294                 for the selected text using the browser configured
1295                 in sylpheedrc.
1296                 
1297         Note: These scripts are very dependent on the format of the
1298         browser command and may not work on every occasion. Testing
1299         is welcome. 
1300
1301 2003-02-14 [alfons]     0.8.10claws12
1302
1303         * src/compose.c
1304                 fix breakage because of uninitialized account pointer.
1305                 please verify.
1306
1307 2003-02-14 [paul]       0.8.10claws11
1308
1309         * src/compose.c
1310           src/prefs_account.[ch]
1311           src/prefs_common.[ch]
1312                 move signature settings to Account Prefs
1313
1314 2003-02-14 [paul]       0.8.10claws10
1315
1316         * sync with 0.8.10cvs11
1317                 see ChangeLog 2003-02-14
1318
1319 2003-02-13 [thorsten]   0.8.10claws9
1320
1321         * src/news.c
1322                 revert news progressbar (GUI separation)
1323
1324 2003-02-13 [paul]       0.8.10claws8
1325
1326         * src/compose.c
1327                 make replies behave correctly, re: RFC 1036, Section 2.2.3,
1328                 paragraph 1
1329
1330 2003-02-13 [paul]       0.8.10claws7
1331
1332         * src/compose.[ch]
1333           src/summaryview.c
1334                 fix 'Follow-up and Reply-to' so that it creates a reply to
1335                 the newsgroup and the sender. If the message has the keyword
1336                 'poster' in the Followup-To header, all replies go to the
1337                 sender, re: RFC 1036, Section 2.2.3
1338                 rename all instances of 'ignore_replyto' to 'to_sender', both
1339                 were previously used, now we use just one.
1340
1341 2003-02-13 [paul]       0.8.10claws6
1342
1343         * sync with 0.8.10cvs9
1344                 see ChangeLog 2003-02-13
1345
1346 2003-02-13 [paul]       0.8.10claws5
1347
1348         * configure.ac
1349                 show which plugins are configured in the configure
1350                 output.
1351
1352 2003-02-12 [thorsten]   0.8.10claws4
1353
1354         * src/news.c
1355                 show progress while fetching news headers
1356
1357 2003-02-12 [christoph]  0.8.10claws3
1358
1359         * configure.ac
1360         * src/plugins/Makefile.am
1361                 use AM_CONDITIONAL to enable plugins, automake correctly
1362                 manages this when creating distdir
1363
1364 2003-02-12 [christoph]  0.8.10claws2
1365
1366         * ac/spamassassin.m4
1367         * src/plugins/spamassassin/Makefile.am
1368                 fix building SpamAssassin plugin without OpenSSL
1369
1370 2003-02-12 [paul]       0.8.10claws1
1371
1372         * ac/Makefile.am
1373           src/Makefile.am
1374           src/plugins/Makefile.am
1375                 fix failure of 'make release'
1376
1377 2003-02-12 [paul]       0.8.10claws
1378
1379         * 0.8.10claws released
1380
1381 2003-02-12 [paul]       0.8.9claws56
1382
1383         * po/bg.po
1384           po/es.po
1385           po/it.po
1386           po/ru.po
1387           po/sr.po
1388                 updated translations by George Danchev, Ricardo Mones Lastra,
1389                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively
1390                 
1391         * sylpheed.spec.in
1392                 Allow the building of RPMs by a regular user. Submitted
1393                 by Sergei Astanin
1394
1395 2003-02-11 [alfons]     0.8.9claws55
1396
1397         * src/colorlabel.c
1398                 don't use pixmaps for label color rect but draw rectangles
1399                 so we can respect the color map of palette based visuals
1400                 (fixes the long time crashes on Suns - thanks to Andreas
1401                 Engel and Steve O'Hara-Smith for testing)
1402
1403 2003-02-11 [christoph]  0.8.9claws54
1404
1405         * src/matcher_parser_parse.y
1406                 correct bug where filering rules of not existing folders in
1407                 matcherrc were added to global filtering
1408                 
1409         (closes Debian Bug #180253 - Directory's filter-rules are merged with
1410          main filter-rules after removing directory, http://bugs.debian.org/180253)
1411         
1412 2003-02-11 [paul]       0.8.9claws53
1413
1414         * sync with 0.8.10cvs7
1415                 see ChangeLog 2003-02-09
1416
1417 2003-02-11 [melvin]     0.8.9claws52
1418
1419         * po/fr.po
1420                 Updated French tranlsations
1421
1422 2003-02-10 [paul]       0.8.9claws51
1423
1424         * sylpheed.spec.in
1425                 correct --enable-openssl
1426                 Fix submitted by Sergei Astanin <asita@users.sourceforge.net>
1427
1428 2003-02-09 [martin]     0.8.9claws50
1429
1430         * src/prefs_matcher.c
1431                 fix segfault in prefs_matcher_substitute_cb() when
1432                 no row is selected
1433
1434 2003-02-09 [paul]       0.8.9claws49
1435
1436         * src/folderview.c
1437                 fix bug where a newsgroup folder's processing rules were
1438                 merged with the global filtering rules when the newsgroup
1439                 folder was deleted, causing some seriously bad results,
1440                 see <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=180253>
1441
1442 2003-02-08 [melvin]     0.8.9claws48
1443
1444         * src/compose.c
1445                 Corrected and modified an alert message.
1446
1447 2003-02-07 [paul]       0.8.9claws47
1448
1449         * src/folderview.c
1450                 fix bug where both an 'Account properties' window and a
1451                 'Folder properties' window were opened when clicking on
1452                 'Properties' in an NNTP or IMAP folder's popup menu.
1453
1454 2003-02-07 [paul]       0.8.9claws46
1455
1456         * sync with 0.8.10cvs6
1457                 see ChangeLog 2003-02-06
1458
1459 2003-02-06 [christoph]  0.8.9claws45
1460
1461         * src/mbox.c
1462                 freeze folder updates while importing mbox files
1463                 (closes bug 43 importing mbox took hours)
1464                 
1465         Patch submitted by Jens Rantil <jens.rantil@telia.com>
1466
1467 2003-02-06 [thorsten]   0.8.9claws44
1468
1469         * po/de.po
1470                 Updated german translations
1471
1472 2003-02-06 [thorsten]   0.8.9claws43
1473
1474         * src/news.h
1475                 use guint for message numbers (fix count in grouplist dialog)
1476
1477 2003-02-05 [paul]       0.8.9claws42
1478
1479         * sync with 0.8.10cvs2
1480                 see ChangeLog 2003-02-05
1481
1482 2003-02-04 [colin]      0.8.9claws41
1483
1484         * src/prefs_common.[ch]
1485           src/procmsg.c
1486           src/summaryview.c
1487                 Add an option to disable threading by subject
1488
1489 2003-02-04 [christoph]  0.8.9claws40
1490
1491         * src/inc.c
1492                 only abort fetching mails from multiple accounts when the
1493                 error is fatal and does not allow to check any more accounts
1494                 (currently only disk full error)
1495
1496         (closes bug 31 after POP3 error: "no such mail" Sylpheed does not
1497          receive mails for other accouts)
1498
1499 2003-02-04 [christoph]  0.8.9claws39
1500
1501         * src/folder.c
1502                 first add the new message to the cache, then
1503                 send the update notification
1504
1505         (closes bug 39 after sending message folderview doesnt get updated)
1506
1507 2003-02-04 [colin]      0.8.9claws38
1508
1509         * src/inc.c
1510                 _really_ fix this Connecting... status
1511
1512 2003-02-04 [paul]       0.8.9claws37
1513
1514         * sync with 0.8.10
1515                 see ChangeLog 2003-02-04
1516
1517 2003-02-04 [paul]       0.8.9claws36
1518
1519         * sync with 0.8.9cvs6
1520                 see ChangeLog 2003-02-03
1521
1522 2003-02-04 [paul]       0.8.9claws35
1523
1524         * po/pt_BR.po
1525                 updated by André Filipe de Assunção e Brito 
1526                 <bedecko@netsite.com.br>
1527
1528 2003-02-03 [thorsten]   0.8.9claws34
1529
1530         * po/de.po
1531                 Updated german translations
1532
1533 2003-02-02 [paul]       0.8.9claws33
1534
1535         * po/es.po
1536                 updated by Ricardo Mones Lastra
1537
1538 2003-02-02 [thorsten]   0.8.9claws32
1539
1540         * src/mh.c
1541                 Fix mh_get_msginfo() segfault if file is inaccessible
1542
1543 2003-01-31 [colin]      0.8.9claws31
1544
1545         * src/procheader.c
1546                 Fix last commit's bug
1547
1548 2003-01-31 [colin]      0.8.9claws30
1549
1550         * src/procheader.c
1551                 Missing a change for gpg-signed messages
1552
1553 2003-01-31 [paul]       0.8.9claws29
1554
1555         * src/pixmaps/gpg_signed.xpm    ** NEW FILE **
1556           src/procheader.c
1557           src/stock_pixmap.[ch]
1558           src/summaryview.c
1559                 indicate GnuPG signed messages by displaying an icon
1560                 in the Attachment column.
1561
1562 2003-01-31 [paul]       0.8.9claws28
1563
1564         * sync with 0.8.9cvs4
1565                 see ChangeLog 2003-01-31
1566
1567 2003-01-31 [alfons]     0.8.9claws27
1568
1569         * src/textview.c
1570                 tune URI parser to accept mailto URLs with a '?'
1571                 (patch from Ruslan Balkin)
1572
1573 2003-01-31 [colin]      0.8.9claws26
1574
1575         * src/summaryview.c
1576                 Fix a leak introduced in claws24
1577
1578 2003-01-31 [colin]      0.8.9claws25
1579
1580         * src/summaryview.c
1581                 Freeze/Thaw folder updates when deleting dups
1582
1583 2003-01-31 [colin]      0.8.9claws24
1584         
1585         * src/addr_compl.c
1586           src/summaryview.c
1587           src/msgcache.c
1588                 little speed improvements
1589
1590 2003-01-31 [colin]      0.8.9claws23
1591
1592         * src/summaryview.c
1593                 Fix segfault when forwarding nothing
1594                 Patch from "Ruslan N. Balkin" <baron@voices.ru>
1595                 
1596 2003-01-30 [paul]       0.8.9claws22
1597
1598         * sync with 0.8.9cvs3
1599                 see ChangeLog 2003-01-30
1600
1601 2003-01-30 [paul]       0.8.9claws21
1602
1603         * sync with 0.8.9cvs2
1604                 see ChangeLog 2003-01-30
1605
1606 2003-01-29 [paul]       0.8.9claws20
1607
1608         * sync with 0.8.9cvs1
1609                 see ChangeLog 2003-01-29
1610
1611 2003-01-28 [paul]       0.8.9claws19
1612
1613         * po/POTFILES.in
1614                 update to reflect changes. 
1615                 thanks to Ricardo Mones Lastra
1616
1617 2003-01-27 [christoph]  0.8.9claws18
1618
1619         * ac/openssl.m4
1620         * ac/spamassassin.m4
1621         * src/plugins/spamassassin/README
1622         * src/plugins/spamassassin/libspamc.[ch]
1623         * src/plugins/spamassassin/utils.[ch]
1624                 updated to latest libspamc
1625
1626 2003-01-27 [christoph]  0.8.9claws17
1627
1628         * src/folder.c
1629                 fix wrong use of procheader_get_header_fields
1630
1631 2003-01-27 [christoph]  0.8.9claws16
1632
1633         * src/news.c
1634         * src/prefs_account.[ch]
1635         * src/common/nntp.[ch]
1636                 allow to force authentication for NNTP servers
1637
1638         Patch submitted by Florian Mickler <dmk@d-labs.de>
1639
1640 2003-01-26 [paul]       0.8.9claws15
1641
1642         * src/summaryview.c
1643                 speed up of marking messages as read
1644                 patch submitted by Jens Rantil <ztyx@users.sourceforge.net>
1645
1646 2003-01-26 [christoph]  0.8.9claws14
1647
1648         * src/Makefile.am
1649         * src/mgutils.[ch]              ** REMOVE **
1650         * src/xml.[ch]                  ** REMOVE **
1651         * src/xmlprops.[ch]             ** REMOVE **
1652         * src/common/Makefile.am
1653         * src/common/mgutils.[ch]       ** NEW **
1654         * src/common/xml.[ch]           ** NEW **
1655         * src/common/xmlprops.[ch]      ** NEW **
1656                 move xml files to common directory
1657
1658 2003-01-26 [christoph]  0.8.9claws13
1659
1660         * src/plugins/spamassassin/spamassassin_gtk.c
1661                 only set gtk entry text if string is available
1662
1663 2003-01-26 [melvin]     0.8.9claws12
1664
1665         * src/description_window.c
1666                 Allow resizing of the window
1667                 Allow automatic horizontal scroll bar
1668                 Do not vertically expand and fill
1669
1670 2003-01-26 [christoph]  0.8.9claws11
1671
1672         * src/Makefile.am
1673         * src/gtkutils.[ch]             ** REMOVE **
1674         * src/common/sylpheed.c
1675         * src/gtk/Makefile.am
1676         * src/gtk/description_window.c
1677         * src/gtk/gtkutils.[ch]         ** NEW **
1678         * src/gtk/prefswindow.c
1679                 move gtkutils to gtk directory
1680
1681 2003-01-26 [paul]       0.8.9claws10
1682
1683         * src/summaryview.c
1684                 rename summary_unread_clicked() to summary_status_clicked()
1685
1686 2003-01-26 [melvin]     0.8.9claws9
1687
1688         * src/prefs_actions.c
1689                 Cosmetical changes to the help text
1690
1691 2003-01-26 [paul]       0.8.9claws8
1692
1693         * src/folder.[ch]
1694           src/mainwindow.c
1695           src/prefs_common.c
1696           src/prefs_sumamry_column.c
1697           summaryview.[ch]
1698                 rename the 'Unread' column to 'Status'
1699
1700 2003-01-25 [match]      0.8.9claws7
1701
1702         * src/mgutils.[ch]
1703                 removed reference to LDAP constants. removed error2string.
1704                 included functions to support LDAP dynamic queries.
1705         * src/syldap.h
1706                 moved LDAP constants here.
1707         * src/addressbook.c
1708         * src/addrindex.c
1709         * src/importldif.c
1710                 removed references to LDAP constants and references to
1711                 error2string.
1712
1713 2003-01-25 [paul]       0.8.9claws6
1714
1715         * src/summaryview.c
1716                 summary_thread_build(), summary_thread_init(): remove 
1717                 unneeded reference to summaryview->folder_item
1718
1719 2003-01-25 [christoph]  0.8.9claws5
1720
1721         * src/gtk/description_window.c
1722                 o allow description texts to expand over multiple columns
1723                 o translate all columns
1724         * src/prefs_actions.c
1725                 change syntax description to use new multi column feature
1726
1727         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
1728
1729 2003-01-25 [match]      0.8.9claws4
1730
1731         * src/vcard.c
1732                 fixed bug with Quoted-Printable
1733
1734 2003-01-25 [paul]       0.8.9claws3
1735
1736         * src/folder.[ch]
1737           src/summaryview.[ch]
1738                 implement per-folder collapsed/expanded threads setting
1739                 
1740         * src/prefs_common.c
1741                 remove global collapsed/expanded threads option
1742
1743 2003-01-25 [christoph]  0.8.9claws2
1744
1745         * po/POTFILES.in
1746                 add pluginwindow and prefswindow
1747         * src/compose.c
1748                 make send respond correctly to messages that could be added
1749                 to the queue folder, but the UID of the message is unknown
1750         * src/folder.c
1751         * src/imap.c
1752                 don't return guessed UIDs in imap_add_msg anymore. We return
1753                 0 to tell the folder system it was appened but the UID is
1754                 unknown. Folder system now get's the UID by scaning the folder
1755                 and searching the cache for the Message-ID
1756                 (closes bug #29 Messages queued, but not sent)
1757
1758 2003-01-25 [paul]       0.8.9claws1
1759
1760         * src/codeconv.c
1761                 conv_encode_header():  fix bug when long headers with 8-bit
1762                 characters are used, so that the encoded words are wrapped.
1763                 If the space in the original text falls on the wrap boundary,
1764                 it can be lost.
1765                 Patch by Sergey Vlasov.
1766                 
1767         * src/folderview.c
1768                  fix bug where a change to the sorting method or thread view
1769                  of a folder's messages is lost if simpify-subject is set and
1770                  toggled on or off.
1771                  Patch by Luke Plant.
1772
1773 2003-01-24 [paul]       0.8.9claws
1774
1775         * sylpheed-0.8.9claws released
1776         
1777         * Makefile.am
1778           sylpheed.spec.in
1779                 remove reference to 'INSTALL.jp'
1780
1781 2003-01-23 [paul]       0.8.8claws128
1782
1783         * po/es.po
1784           po/it.po
1785           po/ru.po
1786           po/sr.po
1787                 updated translations. submitted by Ricardo Mones Lastra,
1788                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively.
1789
1790 2003-01-23 [colin]      0.8.8claws127
1791
1792         * src/compose.c
1793                 Fix drafted and queued news articles re-edition
1794
1795 2003-01-23 [melvin]     0.8.8claws126
1796
1797         * po/fr.po
1798                 Updated French translations
1799
1800 2003-01-23 [colin]      0.8.8claws125
1801
1802         * src/inc.c
1803                 Fix "Connecting to..." status message
1804
1805 2003-01-22 [paul]       0.8.8claws124
1806
1807         * po/bg.po
1808                 updated by George Danchev
1809                 
1810         * src/folder.c
1811                 revert last commit [0.8.8claws111] as it breaks folder d'n'd
1812                 and folder deletion
1813
1814 2003-01-21 [paul]       0.8.8claws123
1815
1816         * po/bg.po
1817                 updated by George Danchev
1818                 
1819         * src/about.c
1820                 its now 2003
1821                 
1822         * src/toolbar.c
1823                 don't translate 'Separator'
1824                 
1825         * src/plugins/spamassassin/Makefile.am
1826                 add aspell to CPPFLAGS
1827                 
1828         * src/plugins/spamassassin/spamassassin.c
1829           src/plugins/spamassassin/spamassassin_gtk.c
1830                 set correct default for spamassassin_receive_spam
1831                 slightly re-word descriptions and some
1832                 other minor changes
1833
1834 2003-01-19 [alfons]     0.8.8claws122
1835                 
1836         * src/mimeview.c
1837                 mimeview_save_as(): we might as well show the file name for
1838                 the single case "Save As" too
1839
1840 2003-01-19 [alfons]     0.8.8claws121
1841
1842         * src/crash.c
1843                 change bug tracker URL to bugzilla URL
1844
1845 2003-01-19 [alfons]     0.8.8claws120
1846
1847         * src/mimeview.c
1848                 mimeview_save_all(): display name of file before overwriting;
1849                 continue saving all, even when one overwrite was cancelled
1850
1851 2003-01-19 [christoph]  0.8.8claws119
1852
1853         * src/summaryview.c
1854         * src/procmsg.[ch]
1855                 fix wrong usage of procmsg_find_children in summaryview
1856                 by using procmsg_update_unread_children instead of
1857                 summaryview_update_unread_children
1858
1859 2003-01-19 [christoph]  0.8.8claws118
1860
1861         * src/procmsg.c
1862                 fix infinite loop in procmsg_find_children
1863                  (closes bug #25 sylpheed crashes on delete.)
1864
1865         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
1866
1867 2003-01-19 [paul]       0.8.8claws117
1868
1869         * po/pt_BR.po
1870                 updated by Ivan Francolin Martinez
1871
1872 2003-01-18 [melvin]     0.8.8claws116
1873
1874         * src/prefs_actions.c
1875                 Removed syntax limitation of only one '&' at the end of command.
1876                         Now actions that contain '>/dev/null 2>&1' are possible.
1877
1878 2003-01-18 [melvin]     0.8.8claws115
1879
1880         * src/prefs_actions.c
1881                 Actions IO dialog: when the action ends
1882                 the "Close" button now has focus and [Escape] closes the
1883                 window.
1884
1885 2003-01-18 [christoph]  0.8.8claws114
1886
1887         * src/procmsg.c
1888                 o add debug output when MsgInfos are really freed
1889                 o free GSLists in procmsg_find_children and
1890                   procmsg_update_unread_children
1891
1892 2003-01-18 [christoph]  0.8.8claws113
1893
1894         * src/mainwindow.c
1895                 reorder Configuration menu
1896
1897 2003-01-18 [christoph]  0.8.8claws112
1898
1899         * src/compose.c
1900                 fix applying templates to forwarded messages
1901
1902         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
1903
1904 2003-01-17 [christoph]  0.8.8claws111
1905
1906         * src/folder.c
1907                 destroy folder items, when a folder item is removed
1908
1909 2003-01-17 [christoph]  0.8.8claws110
1910
1911         * src/folder.c
1912                 fix wrong folder stats update when ignored message is
1913                 deleted
1914
1915 2003-01-17 [colin]      0.8.8claws109
1916         
1917         * src/mainwindow.c
1918         * src/summaryview.c
1919                 Quicksearch bugfixes: 
1920                 - hide help button at startup if not extended
1921                 - switch to extended when looking for replies
1922
1923 2003-01-17 [paul]
1924
1925         * sync with 0.8.9 release
1926
1927 2003-01-17 [paul]       0.8.8claws108
1928
1929         * sync with 0.8.8cvs11
1930                 see ChangeLog 2003-01-17
1931
1932 2003-01-16 [colin]      0.8.8claws107
1933
1934         * src/procmsg.c
1935                 Changed encryption test to re-ask passphrase
1936                 if an encrypted message hasn't been decrypted
1937                 Fixes bug #5
1938
1939 2003-01-16 [christoph]  0.8.8claws106
1940
1941         * src/prefs_gtk.c
1942         * src/prefs_toolbar.c
1943         * src/gtk/prefswindow.h
1944         * src/plugins/spamassassin/spamassassin_gtk.c
1945                 remove page destroy function that is not used anymore
1946
1947 2003-01-16 [paul]       0.8.8claws105
1948
1949         * sync with 0.8.8cvs9
1950                 see ChangeLog 2002-01-16
1951
1952 2003-01-16 [colin]      0.8.8claws104
1953
1954         * src/compose.[ch]
1955                 Fix bug with autosaved drafts for IMAP, when draft
1956                 folder is specified - fixes bugzilla bug #20
1957
1958 2003-01-15 [paul]       0.8.8claws103
1959
1960         * src/compose.[ch]
1961           src/procmsg.c
1962                 store folder and message-id of message forwarding
1963                 in queue header and set forward flag after sending
1964
1965 2003-01-15 [paul]       0.8.8claws102
1966
1967         * sync with 0.8.8cvs8
1968                 see ChangeLog 2002-01-15
1969
1970 2003-01-15 [colin]      0.8.8claws101
1971
1972         * src/Makefile.am
1973                 Fix linking with GNU libiconv
1974
1975 2003-01-15 [darko]      0.8.8claws100
1976
1977         * src/pine.c
1978                 fix crash when importing pine address book
1979                 entry with an empty name (reported by DY
1980                 <dybulk at tri8.net>)
1981
1982 2003-01-14 [paul]       0.8.8claws99
1983
1984         * configure.in  ** REMOVED **
1985           configure.ac  ** NEW FILE **
1986                 rename configure.in to configure.ac, as it is now
1987                 preferred
1988
1989 2003-01-14 [melvin]     0.8.8claws98
1990
1991         * src/folderview.c
1992                 folderview_check_new(): More precise function description
1993
1994 2003-01-14 [melvin]     0.8.8claws97
1995
1996         * src/folderview.c
1997                 folderview_check_new(): return the number of new messages 
1998                         since last check.
1999         * src/inc.c
2000                 inc_account_mail(): Disable counting of new messages for IMAP
2001                         and NNTP until bug [19] and [14] are fixed.
2002
2003 2003-01-14 [paul]       0.8.8claws96
2004
2005         * sync with 0.8.8cvs6
2006                 see ChangeLog 2003-01-14
2007
2008 2003-01-13 [alfons]     0.8.8claws95
2009
2010         * src/textview.c
2011                 tune email address validation (c. 0.8.8claws89): if . is 
2012                 just one char away from @, the address is invalid too 
2013                 (correctly rejects addresses like foo@.com)
2014
2015 2003-01-13 [paul]       0.8.8claws94
2016
2017         * src/messageview.c
2018           src/toolbar.c
2019                 fixes to the Message View toolbar and menu:
2020                 fix non-functioning Forward button
2021                 make Reply button consider default_reply_list
2022                 remove 'Follow-up...' menu entry
2023                 add 'Forward' and 'Redirect' menu entries
2024
2025 2003-01-13 [melvin]     0.8.8claws93
2026
2027         * src/inc.c
2028                 Fixed typo that could make new messages count incorrect.
2029
2030 2003-01-13 [melvin]     0.8.8claws92
2031
2032         * src/folderview.[ch]
2033                 folderview_check_new(): return the number of new messages.
2034         * src/inc.c
2035                 Should fix bug [14] where new mail notification worked 
2036                         incorrectly with IMAP accounts.
2037                 inc_spool_account(): return number of new msgs, or -1 on error
2038                 inc_all_spool(): return number of new msgs
2039                 
2040 2003-01-13 [melvin]     0.8.8claws91
2041
2042         * src/prefs_actions.c
2043                 Justify help text.
2044
2045 2003-01-12 [thorsten]   0.8.8claws90
2046
2047         * src/common/prefs.c
2048                 close file before rename
2049
2050 2003-01-12 [alfons]     0.8.8claws89
2051
2052         * AUTHORS
2053                 add Christian Mertes
2054         * src/common/utils.[ch]
2055                 g_stricase_hash(), g_stricase_equal(): functions for 
2056                 case insensitive hash tables
2057         * src/textview.c
2058                 use top level domain names to validate email address, based
2059                 on a patch by Christian Mertes (thanks!), but changed 
2060                 implementation to use a hash table 
2061
2062 2003-01-12 [paul]       0.8.8claws88
2063
2064         * po/bg.po
2065                 updated by George Danchev
2066
2067 2003-01-12 [alfons]     0.8.8claws87
2068
2069         * src/summaryview.c
2070                 delete / execute performance: use new style folder update
2071
2072 2003-01-12 [paul]       0.8.8claws86
2073
2074         * sync with 0.8.8cvs5
2075                 see ChangeLog 2003-01-13 (!)
2076
2077 2003-01-12 [alfons]     0.8.8claws85
2078
2079         * src/filtering.c
2080         * src/matcher_parser_parse.y
2081                 prepare change_score filtering action
2082         * src/matcher.[ch]
2083                 give up const-correctness on functions that call non-const-correct functions;
2084                 several casts to gpointer in g_free();
2085                 add change_score;
2086
2087 2003-01-12 [christoph]  0.8.8claws84
2088
2089         * src/compose.c
2090                 fix 2 warnings
2091
2092         * src/gtk/prefswindow.[ch]
2093         * src/plugins/spamassassin/spamassassin_gtk.c
2094                 changed the call of the widget create function
2095                 for PrefsPages, because sometimes the widget
2096                 create function needs a widget that already has
2097                 been attached to a window (to create GDK pixmaps
2098                 for exmaple). So we simply pass the GtkWindow as
2099                 the second parameter now.
2100
2101         * src/main.c
2102         * src/mainwindow.c
2103         * src/prefs_toolbar.[ch]
2104                 rewrite Toolbar Preferences using the new
2105                 prefs window
2106
2107 2003-01-11 [alfons]     0.8.8claws83
2108
2109         * src/addressadd.c
2110                 fix crash when adding sender to addressbook because status bar
2111                 isn't there (the status bar doesn't seem to be used though,
2112                 but I'll let Match decide what to do with it)
2113
2114 2003-01-11 [colin]      0.8.8claws82
2115
2116         * src/main.c
2117           src/toolbar.c
2118                 Two useless changes reversed
2119
2120 2003-01-11 [colin]      0.8.8claws81
2121
2122         * src/mainwindow.c
2123           src/mainwindow.h
2124                 Add mainwindow_get_mainwindow()
2125         * src/alertpanel.c
2126           src/alertpanel.h
2127                 Add alertpanel_error_log() 
2128         * src/compose.c
2129           src/inc.c
2130           src/messageview.c
2131           src/toolbar.c
2132           src/main.c
2133           src/procmsg.c
2134                 Network errors get a View Log button
2135
2136 2003-01-10 [alfons]     0.8.8claws80
2137
2138         * src/prefs_toolbar.c
2139         * src/toolbar.c
2140                 use the translatable string for "Separator" as file name for
2141                 separator toolbar items (probably make this uppercase?)
2142
2143 2003-01-10 [alfons]     0.8.8claws79
2144
2145         * src/prefs_toolbar.c
2146                 put right A_SEPARATOR description string in "displayed
2147                 toolbar items list" so manually added separators are
2148                 saved correctly (bug #10, "Adding a separator to the main 
2149                 toolbar fails, entry in xml file is wrong")
2150
2151 2003-01-10 [christoph]  0.8.8claws78
2152
2153         * src/imap.c
2154                 o fix warnings
2155                 o use CAPABILITY to check if NAMESPACE is available
2156
2157 2003-01-10 [christoph]  0.8.8claws77
2158
2159         * src/imap.[ch]
2160                 apply UIDPLUS IMAP extension support patch
2161
2162         Patch submitted by Simon 'corecode' Schubert
2163
2164 2003-01-10 [paul]       0.8.8claws76
2165
2166         * src/folderview.c
2167                 a sync from main which fixes the news account folders'
2168                 Properties bug
2169
2170 2003-01-10 [christoph]  0.8.8claws75
2171
2172         * src/folder.c
2173                 don't accept 0 as a valid uid returned by copy and move
2174                 functions. 0 means the message was copied or moved but the
2175                 new uid could not be fetched. It is not an error condition
2176                 for the copy or move operation.
2177
2178 2003-01-10 [paul]       0.8.8claws74
2179
2180         * src/prefs_filtering.c
2181                 change English used in Alert when entry is not
2182                 saved.
2183                 
2184         * sync with 0.8.8cvs4
2185                 see ChangeLog 2003-01-10
2186
2187 2003-01-10 [darko]      0.8.8claws73
2188
2189         * src/pine.c
2190                 fix crash when importing address book entry
2191                 without a valid address
2192
2193 2003-01-09 [alfons]     0.8.8claws72
2194
2195         * src/inc.c
2196                 filtering performance: use new style folder update
2197
2198 2003-01-09 [christoph]  0.8.8claws71
2199
2200         * src/compose.c
2201         * src/gtk/menu.[ch]
2202                 fix wrong selecting of mime encoding type, when
2203                 opening property dialog of attachments in the
2204                 compose window. 7bit was always selected and that
2205                 destoryed files with 8bit data.
2206                 (closes bug #9 Sylpheed-claws destroys attachments when
2207                  changing MIME-types)
2208
2209 2003-01-09 [paul]       0.8.8claws70
2210
2211         * sync with 0.8.8cvs3
2212                 see ChangeLog 2003-01-09
2213
2214 2003-01-08 [alfons]     0.8.8claws69
2215         
2216         * src/addressadd.c
2217                 apply patch by Kim Schulz to fix build breakage
2218                 because of missing variable
2219
2220 2003-01-08 [paul]       0.8.8claws68
2221
2222         * sync with 0.8.8cvs2
2223                 see ChangeLog 2002-01-08
2224
2225 2003-01-08 [paul]       0.8.8claws67
2226
2227         * po/it.po
2228                 updated by Alessandro Maestri
2229                 
2230         * src/addressadd.c
2231                 when using 'Add sender to addressbook' allow
2232                 name to be edited and remarks to be entered
2233                 Patch submitted by Luke Plant
2234
2235 2003-01-08 [darko]      0.8.8claws66
2236
2237         * README.claws, src/summaryview.c
2238                 fix description for marked messages
2239
2240 2003-01-08 [paul]
2241
2242         * tools/Makefile.am
2243           tools/launch_phoenix  ** NEW FILE **
2244                 add script that enables using Phoenix as the default
2245                 web browser. 
2246                 Submitted by Mohammed Sameer <Uniball@linux-egypt.org>
2247                 
2248         * tools/OOo2sylpheed.pl
2249                 remove full path to sylpheed executable, just 'sylpheed'
2250                 will do
2251                 
2252         * tools/README
2253                 add launch_phoenix informtion and re-arrange and compress
2254                 the data a little
2255
2256 2003-01-07 [christoph]  0.8.8claws65
2257
2258         * src/folder.c
2259                 fix update for source folder when moving messages
2260         * src/procmsg.[ch]
2261         * src/summaryview.c
2262                 use function to set to_folder for message infos and
2263                 automatically update the op_count for old and new
2264                 folder
2265
2266 2003-01-07 [melvin]     0.8.8claws64
2267
2268         * src/prefs_actions.c
2269                 Fixed bug where an '%p' Action on a displayed image crashed 
2270                         Sylpheed
2271                 Code clean up (get rid of duplicated code and removed unnecessary 
2272                                 structure member)
2273
2274 2003-01-07 [christoph]  0.8.8claws63
2275
2276         * src/compose.c
2277         * src/folder.[ch]
2278         * src/folderview.c
2279         * src/import.c
2280         * src/inc.c
2281         * src/main.c
2282         * src/mainwindow.c
2283         * src/messageview.c
2284         * src/prefs_folder_item.c
2285         * src/procmsg.c
2286         * src/summaryview.c
2287         * src/toolbar.c
2288                 o remove all folder update triggering from the UI code. The folder
2289                   system should know much better when a folder needs an update.
2290                 o to prevent multiple updates in a row the folder updates can be
2291                   frozen for some time.
2292
2293                 Note: - Please verify that no updates are missing
2294                       - Check where freeze/thaws should be added
2295
2296 2003-01-07 [christoph]  0.8.8claws62
2297
2298         * src/prefs_actions.c
2299                 don't translate empty strings
2300
2301         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
2302
2303 2003-01-06 [christoph]  0.8.8claws61
2304
2305         * src/prefs_actions.c
2306                 mark strings for gettext
2307         * src/prefs_matcher.c
2308                 use new description window for Execute action and
2309                 match condition in Filtering
2310
2311         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
2312
2313 2003-01-06 [alfons]     0.8.8claws60
2314
2315         keep myself inspired to re-organize matcher part 8; 
2316         yes, more to come (I need to move out the descriptive
2317         text for actions to matcher.c, or at least make it not
2318         depend on the wicked ordering)
2319
2320         * src/prefs_matcher.c
2321                 add documentation so others may comprehend the
2322                 UI part of the conditions
2323                 
2324 2003-01-06 [christoph]  0.8.8claws59
2325
2326         * src/prefs_actions.c
2327                 use new description window for syntax help
2328         * src/gtk/description_window.c
2329                 fix display of descriptions with column count != 2
2330
2331         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
2332
2333 2003-01-06 [christoph]  0.8.8claws58
2334
2335         * src/quote_fmt.c
2336         * src/summaryview.[ch]
2337         * src/gtk/Makefile.am
2338         * src/gtk/description_window.[ch]       ** NEW **
2339                 use a generic window to display syntax descriptions
2340                 currently used in quote_fmt and summaryview (new description
2341                 for extended quick search)
2342
2343         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
2344
2345 2003-01-06 [paul]       0.8.8claws57
2346
2347         * sync with 0.8.8cvs1
2348                 see ChangeLog 2003-01-06
2349
2350 2003-01-06 [christoph]  0.8.8claws56
2351
2352         * src/mainwindow.c
2353         * src/prefs_gtk.[ch]
2354         * src/gtk/prefswindow.[ch]
2355         * src/plugins/spamassassin/spamassassin_gtk.c
2356                 o remove page management from prefswindow, pages
2357                   will be an argument to prefswindow_open
2358                 o prefswindow_open gets a datapointer that is
2359                   passed to the widget_create function to allow
2360                   creation of prefswindow for specific items
2361
2362 2003-01-06 [colin]      0.8.8claws55
2363         
2364         * src/summaryview.c
2365                 We don't want regexp in the reply-finder, 
2366                 because MIDs can contain !,$,. and so on
2367
2368 2003-01-06 [jens]       0.8.8claws54
2369
2370         * src/jpilot.c
2371                 fixed a wrong free in jpilot_read_db_files
2372
2373 2003-01-06 [alfons]     0.8.8claws53
2374
2375         re-organize matcher part 8; more to come
2376        
2377         * src/matcher.c
2378                 matcherprop_to_string(): put g_free()s before the
2379                 switch-case break to fix memleaks                
2380
2381 2003-01-06 [colin]      0.8.8claws52
2382
2383         * src/summaryview.c
2384                 cleanup & reply-finder now displays the first 
2385                 matching message
2386
2387 2003-01-05 [alfons]     0.8.8claws51
2388
2389         re-organize matcher part 7; more to come
2390
2391         * src/matcher.[ch]
2392                 fixes for constant correctness;
2393                 more documentation;
2394
2395 2003-01-05 [alfons]     0.8.8claws50
2396
2397         re-organize matcher part 6; more to come
2398         
2399         * src/matcher.[ch]
2400                 fixes for constant correctness;
2401                 more documentation;
2402         * src/filtering.c
2403                 fix for constant correctness
2404
2405 2003-01-05 [colin]      0.8.8claws49
2406
2407         * src/account.[ch]
2408                 Add account_get_reply_account function
2409         * src/compose.c
2410                 Use account_get_reply_account function 
2411         * src/summaryview.c
2412                 Basic reply-finder - click on the replied
2413                 icon gets you to the outbox using quick-search
2414
2415 2003-01-05 [paul]       0.8.8claws48
2416
2417         * src/prefs_common.c
2418                 small change to English
2419                 
2420         * src/prefs_filtering.c
2421                 prefs_filtering_action_select(): improve logic and uniformity
2422                 of gui
2423
2424 2003-01-05 [alfons]     0.8.8claws47
2425
2426         fine tune solution to focus problems (bug #7)
2427
2428         * src/mainwindow.c
2429                 mainwindow_focus_in_event(): remove grab event check
2430         * src/summaryview.c
2431                 summary_button_pressed(): move selection on right-click
2432                 too. we can't possibly move the selection back after
2433                 canceling a dialog, because gtk's incomplete focus 
2434                 management. whether this is a good solution, only time
2435                 will tell.
2436
2437 2003-01-05 [christoph]  0.8.8claws46
2438
2439         * src/imap.c
2440                 fix crash when no imap connection could be established
2441
2442 2003-01-05 [paul]       0.8.8claws45
2443
2444         * src/mainwindow.c
2445           src/sumamryview.c
2446           src/gtk/menu.[ch]
2447                 fix bug 605957 'shortcuts in popup-menu'
2448                 make user-defined shortcuts work
2449                 show shortcuts that are already defined
2450                 in the main menu
2451                 Patch submitted by Luke Plant
2452
2453 2003-01-05 [alfons]     0.8.8claws44
2454
2455         * src/mainwindow.c
2456                 focus_in_event handler should not select summary view row 
2457                 when another window (menu, dialog) grabbed for events 
2458                 (bug #7, "[0.8.8claws42] Message summary focus") 
2459
2460 2003-01-04 [christoph]  0.8.8claws43
2461
2462         * src/procmsg.c
2463                 update save folder after adding the sent message
2464                  (closes bug #6 Folder View doesn't refresh for "Sent"-messages)
2465
2466 2003-01-02 [christoph]  0.8.8claws42
2467
2468         * src/common/plugin.c
2469                 fix unloading of all plugins and unload
2470                 plugins in reverse order
2471                 
2472         * src/gtk/pluginwindow.c
2473                 implement function of load and unload button
2474
2475         * src/gtk/prefswindow.c
2476         * src/gtk/prefswindow.h
2477                 rename register function and add new unregister
2478                 function
2479
2480         * src/plugins/spamassassin/spamassassin_gtk.c
2481                 unregister prefs page and update for changes in
2482                 src/gtk/prefswindow.c
2483
2484 2003-01-02 [paul]       0.8.8claws41
2485
2486         * po/es.po
2487                 updated by Ricardo Mones Lastra
2488
2489 2003-01-02 [paul]
2490
2491         * tools/tb2sylpheed
2492                 fixes and improvements by Urke MMI
2493
2494 2003-01-02 [thorsten]   0.8.8claws40
2495
2496         * src/procmsg.c
2497                 fixed wrong return value
2498
2499 2003-01-02 [thorsten]   0.8.8claws39
2500
2501         * src/prefs.c
2502                 fixed printing wrong variable
2503
2504 2003-01-02 [thorsten]   0.8.8claws38
2505
2506         * src/prefs.c
2507                 fixed acessing members of freed pfile struct
2508
2509 2003-01-02 [thorsten]   0.8.8claws37
2510
2511         * src/procmsg.c
2512                 detect loops across several messages
2513                 as suggested by Christoph Hohmann
2514
2515 2003-01-01 [match]      0.8.8claws36
2516
2517         * src/addrindex.c
2518                 fixed another memory leak.
2519
2520 2003-01-01 [match]      0.8.8claws35
2521
2522         * src/jpilot.[ch]
2523                 fixed memory leaks. applied Doxygen comments.
2524
2525 2003-01-01 [thorsten]   0.8.8claws34
2526
2527         * src/procmsg.c
2528                 inhibit endless loop if msg references itself
2529                 (closes Bug [ 660477 ] Infinite loop in parent flag search)
2530
2531 2003-01-01 [christoph]  0.8.8claws33
2532
2533         * src/mainwindow.c
2534         * src/gtk/Makefile.am
2535         * src/gtk/pluginwindow.c                ** NEW **
2536         * src/gtk/pluginwindow.h                ** NEW **
2537                 add plugin window
2538
2539         * src/plugins/demo/demo.c
2540         * src/plugins/spamassassin/spamassassin.c
2541         * src/plugins/spamassassin/spamassassin_gtk.c
2542                 write better plugin descriptions
2543
2544 2002-12-31 [christoph]  0.8.8claws32
2545
2546         * src/gtk/prefswindow.c
2547         * src/plugins/spamassassin/spamassassin_gtk.c
2548                 some small improvements to GTK code
2549
2550 2002-12-31 [christoph]  0.8.8claws31
2551
2552         * src/plugins/spamassassin/spamassassin_gtk.c
2553                 enable folder select button
2554
2555 2002-12-31 [christoph]  0.8.8claws30
2556
2557         * src/mainwindow.c
2558         * src/gtk/Makefile.am
2559         * src/gtk/prefswindow.c                         ** NEW **
2560         * src/gtk/prefswindow.h                         ** NEW **
2561                 add new prefs window
2562
2563         * src/common/plugin.c
2564                 don't try to load empty config lines
2565         
2566         * src/plugins/spamassassin/Makefile.am
2567         * src/plugins/spamassassin/spamassassin.c
2568         * src/plugins/spamassassin/spamassassin.h       ** NEW **
2569         * src/plugins/spamassassin/spamassassin_gtk.c   ** NEW **
2570                 GTK config for SpamAssassin Plugin using
2571                 the new prefs window
2572
2573 2002-12-31 [paul]       0.8.8claws29
2574
2575         * po/POTFILES.in
2576                 remove obsolete entry 'src/menu.c'
2577
2578 2002-12-31 [alfons]     0.8.8claws28
2579
2580         * src/matcher.[ch]
2581         * src/matcher_parser_parse.y
2582         * src/prefs_matcher.c
2583                 add "ignore_thread" and "~ignore_thread" condition so it's
2584                 possible to make the actions / scoring operate on the ignore
2585                 thread flag
2586
2587 2002-12-31 [christoph]  0.8.8claws27
2588
2589         * src/addrbook.c
2590         * src/addrindex.c
2591         * src/folder.c
2592         * src/matcher.c
2593         * src/prefs_account.c
2594         * src/prefs_actions.c
2595         * src/prefs_customheader.c
2596         * src/prefs_display_header.c
2597         * src/prefs_gtk.c
2598         * src/procmime.c
2599         * src/toolbar.c
2600         * src/xmlprops.c
2601         * src/common/prefs.[ch]
2602                 extend prefs file handling for reading and automatic handling
2603                 of blocks. When reading prefs_set_block_label will automatically
2604                 move on to the block. When writing it will copy all other blocks
2605                 automatically
2606
2607         * src/common/plugin.c
2608                 Now loading plugin filenames from [Plugins] block in
2609                 sylpheed rc file
2610
2611 2002-12-30 [christoph]  0.8.8claws26
2612
2613         * src/common/hooks.[ch]
2614                 return abort status to caller of hooks_invoke
2615                 
2616         * src/inc.[ch]
2617                 invoke message filtering hook and stop
2618                 default handling when filter returns abort
2619
2620         * src/common/plugin.[ch]
2621         * src/plugins/demo/demo.c
2622                 modify plugin loader, because resolving symbols for strings
2623                 does not work correctly
2624         
2625         * configure.in
2626         * ac/spamassassin.m4                            ** NEW **
2627         * src/plugins/spamassassin/.cvsignore           ** NEW **
2628         * src/plugins/spamassassin/Makefile.am          ** NEW **
2629         * src/plugins/spamassassin/README               ** NEW **
2630         * src/plugins/spamassassin/libspamc.[ch]        ** NEW **
2631         * src/plugins/spamassassin/spamassassin.c       ** NEW **
2632         * src/plugins/spamassassin/utils.[ch]           ** NEW **
2633                 add spamassassin plugin, see src/plugins/spamassassin/README
2634                 for details
2635
2636 2002-12-29 [alfons]     0.8.8claws25
2637
2638         * src/mainwindow.c
2639                 when moving focus from a message view to the main 
2640                 window, don't forget to select the summary node
2641                 of the displayed message. should fix "[ 659103 ] 
2642                 focus-follows-mouse confuses sylpheed"
2643
2644 2002-12-29 [christoph]  0.8.8claws24
2645
2646         * src/Makefile.am
2647         * src/stringtable.[ch]          ** REMOVE **
2648         * src/common/Makefile.am
2649         * src/common/stringtable.[ch]   ** NEW **
2650                 move stringtable files to common directory
2651
2652 2002-12-29 [christoph]  0.8.8claws23
2653
2654         * src/Makefile.am
2655         * src/menu.[ch]                 ** REMOVE **
2656         * src/gtk/Makefile.am
2657         * src/gtk/menu.[ch]             ** NEW **
2658                 move menu files to gtk directory
2659
2660 2002-12-29 [match]      0.8.8claws22
2661
2662         * src/addressbook.c
2663         * src/syldap.c
2664                 moved UI specific code out of LDAP code into addressbook
2665                 UI code. fixed memory leak.
2666
2667 2002-12-29 [christoph]  0.8.8claws21
2668
2669         * src/folder.c
2670                 only check for IGNORED parent message when message is
2671                 not IGNORED itself
2672
2673 2002-12-29 [alfons]     0.8.8claws20
2674
2675         * src/summaryview.c
2676                 set gtksctree's anchor correct (immediate execute
2677                 changes the tree's layout, and anchor points at 
2678                 the incorrect row). fixes "[ 657233 ] multiple msg 
2679                 delete sometimes off by 1".
2680                 we probably have to look for more tree layout /
2681                 anchor glitches.
2682
2683 2002-12-29 [paul]       0.8.8claws19
2684
2685         * src/summaryview.c
2686                 fix bug [ 659054 ] incorrect sorting of 'From' column
2687                 when using 'display sender using address book'
2688                 thanks to Alfons and Luke Plant
2689
2690 2002-12-29 [christoph]  0.8.8claws18
2691
2692         * src/folder.c
2693         * src/procmsg.[ch]
2694                 check parent messages for IGNORE THREAD flag, when adding,
2695                 moving or copying messages to a folder
2696
2697 2002-12-27 [alfons]     0.8.8claws17
2698
2699         re-organize matcher part 5; more to come
2700
2701         * src/matcher.c
2702                 hash keywords in matchparser_tab 
2703
2704 2002-12-27 [alfons]     0.8.8claws16
2705
2706         re-organize matcher part 4; more to come
2707
2708         * src/matcher_parser.h
2709         * src/matcher_parser_lex.l
2710         * src/matcher_parser_parse.y
2711                 cleanup
2712
2713 2002-12-27 [alfons]     0.8.8claws15
2714
2715         re-organize matcher part 3; more to come
2716
2717         * src/matcher.[ch]
2718                 cleanup
2719
2720 2002-12-27 [alfons]     0.8.8claws14
2721
2722         re-organize matcher part 2; more to come but this should
2723         work. cc me if there are any regressions.
2724
2725         * src/matcher.h
2726                 add prototype for get_matchparser_tab_id()
2727         * src/matcher_parser_lex.l
2728                 look up keywords using matchparser_tab_id();
2729
2730 2002-12-27 [alfons]     0.8.8claws12
2731
2732         re-organize matcher part 1
2733
2734         * src/matcher.h
2735                 map yacc generated constants to sylpheed matcher constants
2736         * src/matcher.c
2737                 add function to find a matcher constant from a string
2738
2739 2002-12-27 [christoph]  0.8.8claws11
2740
2741         * src/compose.c
2742                 MENUITEM_ADD casts the 4th argument from integer to pointer
2743                 so it probably should not be a pointer, this means we
2744                 should use account id for it and not the account's pointer
2745
2746 2002-12-27 [paul]       0.8.8claws10
2747
2748         * src/mainwindow.c
2749                 remove unneeded 'GtkWidget *vbox'
2750                 
2751         * src/summaryview.c
2752                 further sync with 0.8.8 - make sort
2753                 by recipient work as expected
2754                 
2755         * NEWS
2756                 sync with 0.8.8
2757
2758 2002-12-27 [paul]       0.8.8claws9
2759
2760         * po/pt_BR.po
2761                 updated by Ivan F. Martinez
2762                 
2763 2002-12-27 [darko]      0.8.8claws8
2764
2765         * src/common/utils.c
2766                 added locked pattern to extended search
2767
2768 2002-12-27 [alfons]     0.8.8claws7
2769
2770         * src/prefs_matcher.[ch]
2771                 clean up
2772
2773 2002-12-26 [alfons]     0.8.8claws6
2774
2775         * src/matcher.[ch]
2776         * src/matcher_parser_lex.l
2777         * src/matcher_parser_parse.y
2778         * src/prefs_matcher.c
2779                 allow color label as a condition in the matcher
2780
2781 2002-12-26 [oliver]     0.8.8claws5
2782         
2783         * src/toolbar.c 
2784                 enable Addressbook for Main and Messageview
2785         * src/prefs_actions.c
2786                 enable actions in Messageview
2787
2788 2002-12-26 [christoph]  0.8.8claws4
2789
2790         * src/common/plugin.c
2791                 add a little debug output
2792         * configure.in
2793         * src/plugins/demo/Makefile.am
2794                 better use of automake
2795
2796 2002-12-26 [christoph]  0.8.8claws3
2797
2798         * src/Makefile.am
2799         * src/common/Makefile.am
2800                 fix "make distdir"
2801
2802 2002-12-26 [christoph]  0.8.8claws2
2803
2804         * configure.in
2805                 sort configure checks into common / gtk / plugins
2806         * po/POTFILES.in
2807                 add src/prefs_gtk.c
2808         * src/Makefile.am
2809                 add plugins SUBDIR
2810         * src/main.c
2811         * src/common/sylpheed.[ch]
2812                 added now sylpheed_done function for shutdown
2813         * src/common/Makefile.am
2814         * src/common/plugin.[ch]                ** NEW **
2815                 plugin loader and unloader
2816         * src/plugins/.cvsignore                ** NEW **
2817         * src/plugins/Makefile.am               ** NEW **
2818                 build plugins
2819         * src/plugins/demo/.cvsignore           ** NEW **
2820         * src/plugins/demo/Makefile.am          ** NEW **
2821         * src/plugins/demo/demo.c               ** NEW **
2822                 small demo plugin that installs a logtext hook and
2823                 outputs the log text to stdout
2824
2825 2002-12-26 [paul]       0.8.8claws1
2826
2827         * po/es.po
2828                 updated by Ricardo Mones Lastra
2829
2830 2002-12-26 [paul]       0.8.8claws
2831
2832         * 0.8.8claws released
2833
2834 2002-12-26 [paul]       0.8.7claws12
2835
2836         * po/bg.po
2837                 updated by George Danchev
2838
2839 2002-12-26 [paul]       0.8.7claws11
2840
2841         * po/POTFILES.in
2842                 remove unneeded 'src/prefs.c' entry 
2843
2844 2002-12-26 [paul]       0.8.7claws10
2845
2846         * src/codeconv.c
2847           src/mainwindow.c
2848                 sync with 0.8.8 release
2849         
2850         * src/folder.[ch]
2851           src/mh.c
2852           src/summaryview.c
2853                 partial sync with 0.8.8 release
2854         
2855
2856 2002-12-25 [alfons]     0.8.7claws9
2857
2858         * src/matcher.[ch]
2859         * src/matcher_parser_lex.l
2860         * src/matcher_parser_parse.y
2861         * src/prefs_matcher.c
2862                 add locked flag to possible filtering / matcher 
2863                 conditions (also a good example what should be
2864                 done to add a simple boolean condition)
2865
2866 2002-12-25 [christoph]  0.8.7claws8
2867
2868         * src/Makefile.am
2869         * src/account.[ch]
2870         * src/addrbook.c
2871         * src/addressbook.c
2872         * src/addrindex.c
2873         * src/filtering.c
2874         * src/folder.c
2875         * src/matcher.c
2876         * src/prefs.[ch]                ** REMOVE **
2877         * src/prefs_account.c
2878         * src/prefs_actions.c
2879         * src/prefs_common.c
2880         * src/prefs_customheader.c
2881         * src/prefs_display_header.c
2882         * src/prefs_filtering.c
2883         * src/prefs_folder_item.c
2884         * src/prefs_gtk.[ch]            ** NEW **
2885         * src/prefs_matcher.c
2886         * src/prefs_scoring.c
2887         * src/prefs_summary_column.c
2888         * src/procmime.c
2889         * src/selective_download.c
2890         * src/toolbar.c
2891         * src/common/Makefile.am
2892         * src/common/prefs.[ch]         ** NEW **
2893                 split prefs.[ch] into prefs_gtk.[ch] and common/prefs.[ch]
2894
2895 2002-12-24 [alfons]     0.8.7claws7
2896
2897         * src/summaryview.c
2898                 summary_thread_build(): fix real cause of the crash mentioned in
2899                 0.8.7claws3. use subject_XXX() and not g_hash_table_XXX() functions,
2900                 this way we get meaningful ctree nodes 
2901
2902 2002-12-24 [oliver]     0.8.7claws6
2903
2904         * src/mainwindow.[ch]
2905         * src/messageview.[ch]
2906         * src/compose.[ch]
2907         * src/inc.c
2908         * src/summaryview.c
2909                 changes to use updated toolbar handling
2910                 
2911 2002-12-24 [oliver]     0.8.7claws5
2912
2913         * src/toolbar.[ch]
2914                 generic toolbar handling
2915                 used ideas from Ivan Francolin Martinez (ivanfm@users.sourceforge.net)
2916         * src/prefs_toolbar.[ch]
2917                 adjust to handling
2918         
2919 2002-12-24 [oliver]     0.8.7claws4
2920         
2921         * src/stock_pixmap.[ch]
2922                 move SYLPHEED_LOGO to end of list in order 
2923                 to remove it from Custom Toolbar`s Icon View
2924
2925 2002-12-24 [alfons]     0.8.7claws3
2926
2927         * src/summaryview.c
2928                 summary_thread_build(): fix crash because of focus != selection 
2929                 after threading. when deleting the selection, gtk tries but fails 
2930                 to find the correct focusable element. we now force the selection
2931                 to be focused. this should solve the infamous bug reported by 
2932                 Jason Wojciechowski (bug "[ 633443 ] Crash on deleting messages"). 
2933                 a test case is available. 
2934
2935 2002-12-24 [darko]      0.8.7claws2
2936
2937         * src/summaryview.c
2938                 don't crash when unmarking message with unread children
2939
2940 2002-12-23 [christoph]  0.8.7claws1
2941
2942         * src/Makefile.am
2943         * src/common/Makefile.am
2944                 update Makefiles for moved intl.h, version.h and defs.h
2945         * src/imap.c
2946                 rewrite imap_session_get to avoid duplicate code
2947
2948 2002-12-23 [paul]       0.8.7claws
2949
2950         * Santa-Claws released
2951         
2952         * po/hu.po
2953           po/ru.po
2954                 squeeze in updated Hungarian and Russian translations.
2955                 Submitted by  Gál Zoltán and Ruslan N. Balkin
2956
2957 2002-12-23 [paul]       0.8.6claws129
2958
2959         * po/pl.po
2960                 updated by Witold Wladyslaw Wojciech Wilk
2961
2962 2002-12-23 [paul]       0.8.6claws128
2963
2964         * src/quote_fmt_parse.y
2965                 fix typo and add licence header
2966
2967 2002-12-23 [paul]       0.8.6claws127
2968
2969         * po/en_GB.po
2970                 updated
2971
2972 2002-12-23 [paul]       0.8.6claws126
2973
2974         * po/it.po
2975                 updated translation, submitted by Alessandro Maestri
2976                 
2977 2002-12-23 [paul]       0.8.6claws125
2978
2979         * src/quote_fmt_parse.y
2980                 fix signature-stripping on replies bug. match
2981                 '-- \n' and not '-- '.
2982
2983 2002-12-22 [paul]       0.8.6claws124
2984
2985         * po/bg.po
2986           po/es.po
2987           po/sr.po
2988                 updated translations. submitted by George Danchev,
2989                 Ricardo Mones Lastra, and Urke MMI respectively
2990
2991 2002-12-21 [paul]       0.8.6claws123
2992
2993         * src/addrbook.c
2994                 fix coding style
2995
2996 2002-12-21 [paul]       0.8.6claws122
2997
2998         * src/addrbook.c
2999                 fix bug [643638] where if a person is in one or more
3000                 addressbook groups editing that person's email 
3001                 address results in removal from those groups.
3002                 Patch submitted by Luke Plant.
3003
3004 2002-12-20 [christoph]  0.8.6claws121
3005
3006         * src/common/utils.c
3007         * src/summaryview.c
3008                 reimplement expand_search_string using GString to
3009                 prevent crashs caused by miscalculated string
3010                 lengths reported by Paul
3011
3012 2002-12-20 [christoph]  0.8.6claws120
3013
3014         * src/summaryview.c
3015                 don't use "changed" to check if op_count has to be changed as it
3016                 is also set when the message has unread children
3017                 (closes bug [ 653221 ] crash while deleting duplicates)
3018
3019 2002-12-20 [paul]       0.8.6claws119
3020
3021         * sync with 0.8.6cvs27
3022                 see ChangeLog 2002-12-20
3023
3024 2002-12-20 [paul]       0.8.6claws118
3025
3026         * sync with 0.8.6cvs26
3027                 see ChangeLog 2002-12-19 and 2002-12-20
3028
3029 2002-12-19 [alfons]     0.8.6claws117
3030
3031         * src/textview.c
3032                 fix incorrect parsing of email addresses, submitted by 
3033                 Luke Plant (thanks!). Closes bug "[ 565480 ] duplicate 
3034                 name display if it contains @".
3035
3036 2002-12-18 [paul]       0.8.6claws116
3037
3038         * sync with 0.8.6cvs23
3039                 see ChangeLog 2002-12-18
3040
3041 2002-12-18 [paul]       0.8.6claws115
3042
3043         * src/Makefile.am
3044         * src/account.c
3045         * src/codeconv.c
3046         * src/gtkutils.[ch]
3047         * src/imap.c
3048                 sync with 0.8.6cvs22.
3049                 see ChangeLog 2002-12-17 and 2002-12-18
3050
3051 2002-12-17 [christoph]  0.8.6claws114
3052
3053         * src/imap.c
3054                 o don't create a session if imap greeting fails
3055                 o don't close socket when authentication fails
3056                   this is done by imap_session_destroy
3057
3058 2002-12-17 [thorsten]   0.8.6claws113
3059
3060         * tools/Makefile.am
3061           tools/README
3062           tools/google_msgid.pl ** NEW FILE **
3063                 Added "search for message-id" script and doc
3064
3065 2002-12-17 [thorsten]   0.8.6claws112
3066
3067         * po/hu.po
3068                 Updated hungarian translation
3069                 (updated by Gal Zoltan)
3070
3071 2002-12-16 [christoph]  0.8.6claws111
3072
3073         * src/addr_compl.c
3074                 remove stupid addressbook dump to debug output
3075         * src/mh.c
3076                 fix memory leak found by Hiro
3077
3078 2002-12-14 [paul]       0.8.6claws110
3079
3080         * src/compose.c
3081                 fix menubar sensitivity on send
3082                 
3083         * src/prefs_filtering.c
3084         * src/prefs_matcher.c
3085         * src/prefs_scoring.c
3086                 Fix english ;)
3087                 
3088         * src/common/quoted-printable.h
3089                 sync: fix typo
3090         
3091 2002-12-13 [christoph]  0.8.6claws109
3092
3093         * src/Makefile.am
3094         * src/manage_window.[ch]        ** REMOVE **
3095         * src/gtk/Makefile.am
3096         * src/gtk/manage_window.[ch]    ** NEW **
3097                 move manage_window files to gtk directory
3098
3099 2002-12-13 [christoph]  0.8.6claws108
3100
3101         * src/Makefile.am
3102         * src/gtkshruler.[ch]           ** REMOVE **
3103         * src/gtk/Makefile.am
3104         * src/gtk/gtkshruler.[ch]       ** NEW **
3105                 move gtkshruler files to gtk directory
3106
3107 2002-12-13 [christoph]  0.8.6claws107
3108
3109         * src/Makefile.am
3110         * src/compose.c
3111         * src/gtkstext.[ch]             ** REMOVE **
3112         * src/gtkutils.[ch]
3113         * src/textview.c
3114         * src/gtk/gtkstext.[ch]         ** NEW **
3115         * src/gtk/Makefile.am
3116                 o move stext functions to gtkstext.c to remove
3117                   dependency of gtkutils
3118                 o move gtkstext files to gtk directory
3119
3120         * src/gtk/Makefile.am
3121         * src/gtk/sslcertwindow.[ch]
3122                 UI stuff can always depend on common code so
3123                 it's ok to add ../common to include path
3124
3125 2002-12-13 [colin]      0.8.6claws106
3126
3127         * src/summaryview.c
3128                 Disconnect sighandlers for mainwindow when
3129                 quicksearch has the focus
3130                 Fix bug #653231
3131         * src/mainwindow.[ch]
3132                 Make key_pressed callback public, to be able
3133                 to disconnect it
3134
3135 2002-12-13 [christoph]  0.8.6claws105
3136
3137         * src/mh.c
3138                 create .mh_sequences file in new MH folders
3139                 (closes feature request [ 523162 ] MH folders should
3140                  get a .mh_sequences)
3141
3142 2002-12-13 [colin]      0.8.6claws104
3143
3144         * src/summaryview.c
3145                 Better handling of quicksearch show/hide
3146                 (basically the button stays under the mouse 
3147                  when toggled)
3148
3149 2002-12-13 [paul]       0.8.6claws103
3150
3151         * sync with 0.8.6cvs17
3152                 see ChangeLog 2002-12-13
3153
3154 2002-12-13 [paul]       0.8.6claws102
3155
3156         * po/es.po
3157                 updated by Ricardo Mones Lastra
3158
3159 2002-12-11 [colin]       0.8.6claws101
3160
3161         * src/folder.c
3162                 remove statusbar stuff
3163           src/folderview.c
3164                 set statusbar verbosity when moving folders
3165
3166 2002-12-11 [colin]       0.8.6claws100
3167         * src/prefs_filtering.c
3168         * src/prefs_matcher.c
3169         * src/prefs_scoring.c
3170                 Fix english ;)
3171
3172 2002-12-11 [colin]       0.8.6claws99
3173
3174         * src/prefs_common.[ch]
3175                 Add summary_quicksearch_type
3176         * src/summaryview.c
3177                 Save last used quicksearch type
3178
3179 2002-12-11 [jens]       0.8.6claws98
3180         * src/prefs_filtering.c
3181         * src/prefs_matcher.c
3182         * src/prefs_scoring.c
3183                 added dialog for incomplete rules in scoring, filtering and
3184                 matcher to ask wheather really close
3185
3186 2002-12-11 [colin]      0.8.6claws97
3187
3188         * src/folder.c
3189                 Fix folder dnd statusbar logging
3190
3191 2002-12-10 [christoph]  0.8.6claws96
3192
3193         * src/compose.c
3194         * src/folder.c
3195         * src/imap.c
3196         * src/inc.c
3197         * src/main.c
3198         * src/mainwindow.c
3199         * src/news.c
3200         * src/send.c
3201         * src/statusbar.[ch]
3202         * src/common/hooks.c
3203         * src/common/log.[ch]
3204                 o handle verbose logging in statusbar directly in statusbar code
3205                   and common code does not need any knowledge about a statusbar
3206                 o remove direct calls to statusbar_(puts|pop)_all functions
3207
3208 2002-12-10 [jens]       0.8.6claws95
3209
3210         * src/*.c
3211                 removed gettext from g_warnings
3212         * po/POTFILES.in
3213                 cleaned and updated
3214         * po/de.po
3215                 updated
3216
3217 2002-12-10 [colin]      0.8.6claws94
3218
3219         * src/main.c
3220                 finish crash dialog fix
3221
3222 2002-12-10 [colin]      0.8.6claws93
3223
3224         * src/main.c
3225                 "Fix" "sylpheed already running" instead of
3226                 crash dialog appearing after a crash
3227
3228 2002-12-10 [colin]      0.8.6claws92
3229
3230         * po/POTFILES.in
3231                 add src/gtk/sslcertwindow.c
3232
3233 2002-12-10 [paul]       0.8.6claws91
3234
3235         * po/POTFILES.in
3236                 updated to reflect recent changes
3237                 submitted by Alessandro Maestri
3238
3239 2002-12-09 [christoph]  0.8.6claws90
3240
3241         * src/Makefile.am
3242         * src/smtp.[ch]                 ** REMOVE **
3243         * src/common/Makefile.am
3244         * src/common/smtp.[ch]          ** NEW **
3245                 move smtp files to common directory
3246
3247 2002-12-09 [christoph]  0.8.6claws89
3248
3249         * src/Makefile.am
3250         * src/session.[ch]              ** REMOVE **
3251         * src/common/Makefile.am
3252         * src/common/session.[ch]       ** NEW **
3253                 move session files to common directory
3254
3255 2002-12-09 [paul]       0.8.6claws88
3256
3257         * src/account.c
3258                 fix bug [649746] edit accounts: move account reverted
3259                 Patch submitted by Luke Plant <lukeplant@users.sourceforge.net>
3260
3261 2002-12-09 [colin]      0.8.6claws87
3262
3263         * src/ssl_certificate.c
3264                 cleanup
3265
3266 2002-12-09 [colin]      0.8.6claws86
3267
3268         * src/ssl.c
3269                 Try to open the cert.pem database and 
3270                 issue a warning if it isn't there
3271
3272 2002-12-09 [colin]      0.8.6claws85
3273
3274         * src/common/ssl_certificate.c
3275         * src/gtk/sslcertwindow.c
3276                 Warning fixes
3277
3278 2002-12-09 [colin]      0.8.6claws84
3279
3280         * src/ssl_certificate.[ch] ** REMOVED **
3281         * src/common/ssl_certificate.[ch] ** NEW **
3282         * src/Makefile.am
3283         * src/common/Makefile.am
3284                 Moved ssl_certificate.[ch] to common
3285         * src/common/ssl.c 
3286                 Put back needed include
3287         * src/gtk/sslcertwindow.[ch]
3288                 Changed ssl_certificate.h include
3289         
3290 2002-12-09 [colin]      0.8.6claws83
3291
3292         * src/gtk/sslcertwindow.[ch]
3293                 Implement hook for certificate acception
3294         * src/ssl_certificate.[ch]
3295                 Implement hook for certificate acception
3296         * src/common/ssl.c
3297                 Reenable certificate acception check
3298         * src/mainwindow.c
3299                 Register sslcertwindow's hook
3300         
3301 2002-12-08 [christoph]  0.8.6claws82
3302
3303         * src/about.c
3304         * src/addr_compl.c
3305         * src/codeconv.c
3306         * src/manual.c
3307         * src/undo.c
3308         * src/common/utils.c
3309                 o add missing includes
3310                 o fix warnings
3311         * src/.cvsignore
3312         * src/common/.cvsignore
3313         * src/common/version.h          ** REMOVE **
3314                 remove autogenerated file
3315
3316 2002-12-08 [paul]       0.8.6claws81
3317
3318         * src/stringtable.c
3319                 put back needed include
3320
3321 2002-12-08 [colin]      0.8.6claws80
3322         
3323         * src/gtk/sslcertwindow.c
3324                 Cleaner popups when asking
3325         * src/ssl_certificate.c
3326         * src/prefs_common.[ch]
3327                 remove ssl certificate pref
3328                 put back needed include
3329         * src/undo.c
3330                 put back needed include
3331
3332 2002-12-08 [christoph]  0.8.6claws79
3333
3334         * src/folderview.c
3335         * src/logwindow.c
3336         * src/statusbar.c
3337         * src/summaryview.c
3338                 only abort hook invokation if required data is missing not
3339                 if our own data pointer is NULL, update hookfunction for
3340                 log window
3341
3342 2002-12-08 [paul]       0.8.6claws78
3343
3344         * src/about.c
3345         * src/addrcache.c
3346         * src/addrclip.c
3347         * src/addr_compl.c
3348         * src/addrselect.c
3349         * src/codeconv.c
3350         * src/colorlabel.c
3351         * src/enriched.c
3352         * src/esmtp.c
3353         * src/exporthtml.c
3354         * src/headerview.c
3355         * src/imageview.c
3356         * src/manual.c
3357         * src/noticeview.c
3358         * src/pgptext.c
3359         * src/scoring.c
3360         * src/sourcewindow.c
3361         * src/stringtable.c
3362         * src/undo.c
3363                 clean up: remove unneccesary includes
3364
3365 2002-12-08 [christoph]  0.8.6claws77
3366
3367         * src/folderview.c
3368         * src/statusbar.c
3369         * src/summaryview.c
3370         * src/common/hooks.[ch]
3371                 hook functions now have a gboolean return value, if a hook
3372                 returns TRUE it will stop executing of any more hooks in
3373                 the same hooklist for this invokation
3374
3375 2002-12-08 [colin]      0.8.6claws76
3376         
3377         * src/main.c
3378                 put back argv0 for CRASH_DIALOG
3379
3380 2002-12-08 [christoph]  0.8.6claws75
3381
3382         * src/Makefile.am
3383         * src/about.c
3384         * src/account.c
3385         * src/crash.c
3386         * src/esmtp.h
3387         * src/imap.[ch]
3388         * src/inc.c
3389         * src/main.c
3390         * src/mainwindow.c
3391         * src/news.c
3392         * src/pop.[ch]
3393         * src/prefs_account.[ch]
3394         * src/prefs_common.[ch]
3395         * src/send.[ch]
3396         * src/smtp.[ch]
3397         * src/ssl_certificate.[ch]
3398         * src/ssl_manager.[ch]
3399         * src/common/Makefile.am
3400         * src/common/log.c
3401         * src/common/nntp.[ch]
3402         * src/common/socket.[ch]
3403         * src/common/ssl.[ch]
3404         * src/gtk/sslcertwindow.[ch]
3405         * ac/openssl.m4
3406                 use new autoconf script to detect OpenSSL with extra parameters
3407                 to specify the location of libs and includes, also remove USE_SSL
3408                 to USE_OPENSSL
3409
3410         * src/common/sylpheed.[ch]
3411         * src/common/version.h.in
3412                 start seperation of common code initialization seperated from gui
3413
3414         * src/summaryview.c
3415                 The function that is called when a color label changes
3416                 should not change the color lable again
3417
3418 2002-12-08 [colin]      0.8.6claws74
3419
3420         * src/gtk/sslcertwindow.c
3421                 warning fixes
3422
3423 2002-12-08 [colin]      0.8.6claws73
3424
3425         * src/statusbar.c
3426           src/common/log.h
3427                 Register a hook for statusbar_puts_all
3428         * src/common/log.c
3429                 invoke statusbar_puts_all's hook
3430         
3431 2002-12-08 [colin]      0.8.6claws72
3432
3433         * src/ssl_certificate.c
3434                 Put back a badly-removed include
3435
3436 2002-12-08 [colin]      0.8.6claws71
3437
3438         * src/gtk/sslcertwindow.[ch]    ** NEW **
3439                 new certificate presentation
3440         * src/gtk/Makefile.am
3441                 add new files
3442         * src/ssl_certificate.[ch]
3443                 gtk cleanup, made utility functions public
3444         * src/ssl_manager.c
3445                 use new cert presentation
3446
3447 2002-12-07 [christoph]  0.8.6claws70
3448
3449         * src/Makefile.am
3450         * src/nntp.[ch]                 ** REMOVE **
3451         * src/common/Makefile.am
3452         * src/common/nntp.[ch]          ** NEW **
3453                 move nntp files to common directory
3454
3455 2002-12-07 [christoph]  0.8.6claws69
3456
3457         * src/procmsg.[ch]
3458         * src/summaryview.c
3459                 implement msginfo update callback using sylpheed's new
3460                 hook system. Invoke hooks from procmsg_msginfo_[un]set_flags.
3461
3462 2002-12-06 [christoph]  0.8.6claws68
3463
3464         * src/editgroup.c
3465                 This patch changes the 'Edit Group Details' dialog to
3466                 allow extended selections in either pane, so that
3467                 addresses can be added or removed from a group more
3468                 quickly and easily. (it actually is a net decrease in
3469                 file size, as some unnecessary functions have been
3470                 removed). 
3471                 (patch submitted by Luke Plant <lukeplant@users.sourceforge.net>)
3472
3473 2002-12-06 [christoph]  0.8.6claws67
3474
3475         * src/Makefile.am
3476         * src/template.[ch]             ** REMOVE **
3477         * src/common/Makefile.am
3478         * src/common/template.[ch]      ** NEW **
3479                 move template files to common directory
3480
3481         * src/nntp.c
3482                 add missing log.h include
3483
3484 2002-12-06 [melvin]     0.8.6claws66
3485
3486         * src/prefs_actions.c
3487                 Added the trailing ">" syntax to insert command's output
3488                 without replacing old text (in contrast to trailing "|").
3489
3490 2002-12-05 [colin]      0.8.6claws65
3491         
3492         * src/common/utils.c
3493                 Don't modify original search_string or it'll change
3494                 the next iterations in the for()
3495
3496 2002-12-05 [darko]      0.8.6claws64
3497
3498         * src/common/utils.c
3499                 proper check for filtering commands, found by Colin
3500
3501 2002-12-05 [darko]      0.8.6claws63
3502
3503         * src/common/utils.c
3504                 check proper string for NULL pointer, found by Colin
3505
3506 2002-12-05 [darko]      0.8.6claws62
3507
3508         * src/common/utils.[ch]
3509                 expand_search_string(): new function
3510                 converts Mutt-like patterns to Sylpheed's
3511                 filtering engine
3512         * src/summaryview.c
3513                 use expand_search_string() to allow Mutt-like
3514                 patterns in extended search
3515         * README.claws
3516                 document extended option in quick search
3517
3518 2002-12-05 [paul]       0.8.6claws61
3519
3520         * sync with 0.8.6cvs16
3521                 see ChangeLog 2002-12-05
3522                 
3523         * po/POTFILES.in
3524                 clean up
3525
3526 2002-12-04 [christoph]  0.8.6claws60
3527
3528         * src/imap.[ch]
3529                 put imap authentication code into a new function and
3530                 remove it from imap_session_new that will allow to
3531                 send other commands before authentication
3532
3533 2002-12-04 [christoph]  0.8.6claws59
3534
3535         * src/imap.[ch]
3536                 use already existing method to prevent unneeded IMAP
3537                 folder selects. Set imap_select parameters to NULL
3538                 in some functions if the values are not required.
3539
3540         * src/xml.h
3541                 remove no longer required include
3542
3543 2002-12-04 [paul]       0.8.6claws58
3544
3545         * po/es.po
3546                 updated by Ricardo Mones Lastra
3547                 
3548         * configure.in
3549           po/hu.po      ** NEW FILE **
3550                 initial Hungarian translation, submitted
3551                 by Gál Zoltán <galzoli@hu.inter.net>
3552
3553 2002-12-03 [christoph]  0.8.6claws57
3554
3555         * src/Makefile.am
3556         * src/gtksctree.[ch]            ** REMOVE **
3557         * src/gtk/Makefile.am
3558         * src/gtk/gtksctree.[ch]        ** NEW **
3559                 move gtksctree files to gtk directory
3560
3561 2002-12-03 [christoph]  0.8.6claws56
3562
3563         * src/Makefile.am
3564         * src/md5.[ch]                  ** REMOVE **
3565         * srm/common/Makefile.am
3566         * src/common/md5.[ch]           ** NEW **
3567                 move md5 files to common directory
3568
3569         * src/gtkstext.c
3570                 remove not required #include
3571
3572 2002-12-03 [sergey]     0.8.6claws55
3573
3574         * src/gtkutils.c
3575         * src/gtkutils.h
3576                 gtkut_window_popup(): new function.
3577         * src/mainwindow.c
3578                 main_window_popup(): use gtkut_window_popup() to raise
3579                 window without changing its position.
3580                 (see sylpheed-main ML message [sylpheed:17247])
3581
3582 2002-12-03 [sergey]     0.8.6claws54
3583
3584         * src/send.c
3585                 send_message_local(): removed first-dot escaping
3586                 (SMTP-only, not needed for sending through pipe)
3587
3588 2002-12-03 [paul]       0.8.6claws53
3589
3590         * po/POTFILES.in
3591                 update to reflect recent changes (thanks
3592                 to Ricardo Mones Lastra)
3593                 
3594         * tools/filter_conv.pl
3595                  fix problem with quoted strings. Patch submitted
3596                  by Luke Plant <lukeplant@softhome.net>
3597
3598 2002-12-03 [paul]       0.8.6claws52
3599
3600         * sync with 0.8.6cvs15
3601                 see ChangeLog 2002-12-03
3602
3603 2002-12-02 [christoph]  0.8.6claws51
3604
3605         * src/logwindow.[ch]
3606         * src/common/log.[ch]
3607                 implement logging using a hook function
3608
3609         * src/folderview.c
3610         * src/folder.[ch]
3611                 define hooklist name in header file to avoid
3612                 errors caused by wrong spelling of hooklist names
3613
3614         * src/toolbar.c
3615                 fix warnings
3616
3617 2002-12-02 [christoph]  0.8.6claws50
3618
3619         * src/common/Makefile.am
3620                 add src/common/hooks.[ch]
3621
3622         * src/common/hooks.[ch]
3623                 implement a simple hook system using glib's hook functions
3624
3625         * src/folder.[ch]
3626         * src/folderview.c
3627                 use new hook system for folder item updates
3628
3629 2002-12-02 [christoph]  0.8.6claws49
3630
3631         * doc-src/ui_seperation.txt     ** NEW **
3632                 information for ui seperation
3633
3634         * src/Makefile.am
3635                 remove files that were moved to common
3636                 include common directory by default for the header files
3637
3638         * src/inc.c
3639         * src/common/socket.c
3640         * src/automaton.[ch]
3641                 implement automaton using g_io_*-functions instead of
3642                 gdk_input_add to make it ui independent
3643
3644         * src/codeconv.c
3645         * src/compose.c
3646         * src/ldif.c
3647         * src/pgptext.c
3648         * src/procmime.c
3649         * src/rfc2015.c
3650         * src/smtp.c
3651         * src/unmime.c
3652                 remove common/ prefix because directory is now in
3653                 include path
3654
3655         * src/compose.c
3656         * src/folder.c
3657         * src/folderview.c
3658         * src/mainwindow.c
3659         * src/messageview.c
3660         * src/prefs_common.c
3661         * src/procmsg.c
3662         * src/rfc2015.c
3663                 fix warnings
3664
3665         * src/imap.c
3666         * src/inc.c
3667         * src/news.c
3668         * src/pop.c
3669         * src/send.c
3670         * src/smtp.c
3671         * src/ssl_certificate.c
3672                 add log.h header file for logging functions
3673
3674         * src/main.c
3675         * src/common/utils.c
3676         * src/summaryview.c
3677         * src/xml.c
3678                 o move debug_mode to common/utils.c
3679                 o add functions to set and get debug_mode
3680
3681         * src/defs.h                    ** REMOVE **
3682         * src/intl.h                    ** REMOVE **
3683         * src/socket.[ch]               ** REMOVE **
3684         * src/ssl.[ch]                  ** REMOVE **
3685         * src/utils.[ch]                ** REMOVE **
3686                 replaced by new files in src/common/
3687         
3688         * src/common/Makefile.am
3689                 add new files in src/common/
3690
3691         * src/common/defs.h             ** NEW **
3692         * src/common/intl.h             ** NEW **
3693         * src/common/log.[ch]           ** NEW **
3694         * src/common/socket.[ch]        ** NEW **
3695         * src/common/ssl.[ch]           ** NEW **
3696         * src/common/utils.[ch]         ** NEW **
3697                 replacement for files in src/
3698
3699 2002-12-02 [colin]      0.8.6claws48
3700
3701         * src/folderview.c
3702                 Scroll folderview if necessary during dnd
3703
3704 2002-12-02 [colin]      0.8.6claws47
3705
3706         * src/folder.[ch]
3707                 Add check to verify a move is within a single mailbox
3708         * src/folderview.c
3709                 Add specific error string for this check
3710
3711 2002-12-02 [colin]      0.8.6claws46
3712
3713         * src/folder.c
3714                 Add a test to folder moving, remove a statusbar_print
3715         * src/folderview.c
3716                 Add Move folder... context-menu item
3717                 Factorize folder moving code
3718                 Enable folder DND for mbox
3719
3720 2002-12-01 [christoph]  0.8.6claws45
3721
3722         * ac/aspell.m4
3723                 remove conf.aspelltest if the version check fails
3724
3725 2002-11-30 [christoph]  0.8.6claws44
3726
3727         * autogen.sh
3728                 run libtoolize --force in autogen to create missing
3729                 libtool scripts
3730
3731 2002-11-30 [christoph]  0.8.6claws43
3732
3733         * src/Makefile.am
3734         * src/pgptext.c
3735         * src/procmime.c
3736         * src/rfc2015.c
3737         * src/uuencode.[ch]             ** REMOVED **
3738         * src/common/Makefile.am
3739         * src/common/uuencode.[ch]      ** NEW **
3740                 move uuen/decoder to common directory
3741
3742 2002-11-30 [christoph]  0.8.6claws42
3743
3744         * src/Makefile.am
3745         * src/base64.[ch]               ** REMOVED **
3746         * src/codeconv.c
3747         * src/compose.c
3748         * src/ldif.c
3749         * src/pgptext.c
3750         * src/procmime.c
3751         * src/rfc2015.c
3752         * src/smtp.c
3753         * src/unmime.c
3754         * src/common/Makefile.am
3755         * src/common/base64.[ch]        ** NEW **
3756                 move base64 en/decoder to common directory
3757
3758 2002-11-30 [christoph]  0.8.6claws41
3759
3760         * src/common                    ** NEW **
3761                 new directory for UI independent code
3762         * src/gtk                       ** NEW **
3763                 new directory for GTK frontend
3764         * src/common/.cvsignore         ** NEW **
3765         * src/gtk/.cvsignore            ** NEW **
3766                 ignore build files
3767         * src/common/Makefile.am        ** NEW **
3768         * src/gtk/Makefile.am           ** NEW **
3769                 automake files to build new seperated stuff
3770         * src/Makefile.am
3771                 the binary will currently still be build with the
3772                 files in src, so we include the code from the
3773                 subdirs for now after building the libs there
3774
3775 2002-11-30 [paul]       0.8.6claws40
3776
3777         * src/compose.c
3778                 fix bug [642731] 'Wrong selected account with drafted mail'
3779
3780 2002-11-29 [oliver]     0.8.6claws39
3781         
3782         * src/messageview.c
3783                 o update summaryview when switching between different
3784                   messageviews          
3785         * src/toolbar.c  
3786                 o check if messageview holds already removed msg
3787                   from summaryview
3788                 
3789
3790 2002-11-29 [oliver]     0.8.6claws38
3791
3792         * src/toolbar.c 
3793                 remove not needed variables and includes
3794                 make messageview stay opened and move to next when msgs are deleted 
3795
3796 2002-11-29 [oliver]     0.8.6claws37
3797         
3798         * src/toolbar.c 
3799                 disable compose button (messageview toolbar) by default
3800                 deleted msgs are moved to trash
3801         
3802 2002-11-29 [melvin]     0.8.6claws36
3803
3804         * configure.in
3805                 Increased minimal gpgme version to 0.3.10 (Zombies out)
3806                 and to detect signatures expirations (gpgme 0.3.6)
3807
3808         * src/main.c
3809                 Use non obsolescent function for Gpgme engine checking.
3810
3811         * src/rfc2015.c
3812                 Inform about expired signatures or signatures which key
3813                 has expired. Expiration date is displayed.
3814
3815         * src/sigstatus.c
3816                 Inform about expired signatures or signatures which key
3817                 has expired.
3818
3819 2002-11-28 [paul]       0.8.6claws35
3820
3821         * src/folderview.c
3822                 re-instate 'Check for new messages' in Newsgroup
3823                 folders right-click menu, after a suggestion from
3824                 Tim Mann <timmann@users.sourceforge.net>
3825
3826         * src/main.c
3827                 after a crash check only local folders for new
3828                 messages
3829
3830 2002-11-28 [paul]       0.8.6claws34
3831
3832         * configure.in
3833                 apply patch that fixes the checking of GTK with XIM 
3834                 support on different OSs, such as FreeBSD. Patch 
3835                 submitted by Topia <topia@users.sourceforge.net>
3836                 
3837 2002-11-28 [paul]       0.8.6claws33
3838
3839         * src/mainwindow.c
3840           src/prefs_common.c
3841           src/prefs_toolbar.c
3842                 more changes to the English
3843
3844 2002-11-28 [paul]       0.8.6claws32
3845
3846         * sync with 0.8.6cvs13
3847                 see ChangeLog 2002-11-28 (no sync needed
3848                 for src/compose.c)
3849
3850 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws31
3851         
3852         * src/mainwindow.[ch]
3853                 add patch by Ivan F. Martinez introducing messageview Toolbar
3854                 some changes and committed by oliver    
3855
3856 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws30
3857
3858         * src/messageview.[ch]
3859                 add patch by Ivan F. Martinez introducing messageview Toolbar
3860                 some changes and committed by oliver    
3861
3862 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws29
3863
3864         * src/compose.[ch]
3865                 add patch by Ivan F. Martinez introducing messageview Toolbar
3866                 some changes and committed by oliver    
3867
3868 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws28
3869         
3870         * src/toolbar.[ch]
3871                 add patch by Ivan F. Martinez introducing messageview Toolbar
3872                 some changes and committed by oliver
3873
3874 2002-11-28 [oliver]     0.8.6claws27
3875         
3876         * src/prefs_toolbar.[ch]
3877                 getting ready for messageview toolbar
3878                 free mem allocated by gettext
3879                 change prefs_toolbar to prefs_toolbar_open
3880  
3881 2002-11-28 [thorsten]   0.8.6claws26
3882
3883         * src/imageview.[ch]
3884                 cleaned up conflicting declarations of
3885                 imageview_show_image()
3886
3887 2002-11-28 [paul]       0.8.6claws25
3888
3889         * src/grouplistdialog.c
3890           src/prefs_common.c
3891           src/prefs_summary_column.c
3892                 a few more improvements to the English
3893
3894 2002-11-28 [colin]      0.8.6claws24
3895
3896         * man/sylpheed.1
3897                 A few updates to command-line parameters
3898
3899 2002-11-28 [colin]      0.8.6claws23
3900
3901         * src/prefs_filtering.c
3902                 Fix problems with prefs_filtering_delete_path:
3903                 a) if the first rule is removed, original pointers
3904                    weren't updated (leading to segfaults)
3905                 b) it was always global_processing updated in case
3906                    of removed path was parent of rule path
3907
3908 2002-11-27 [paul]       0.8.6claws22
3909
3910         * src/mainwindow.c
3911           src/prefs_account.c
3912           src/prefs_actions.c
3913           src/prefs_common.c
3914           src/prefs_customheader.c
3915           src/prefs_display_header.c
3916           src/prefs_filtering.c
3917           src/prefs_folder_item.c
3918           src/prefs_matcher.c
3919           src/prefs_scoring.c
3920           src/prefs_summary_column.c
3921           src/prefs_template.c
3922           src/prefs_toolbar.c
3923                  improve the English in the GUI
3924
3925 2002-11-27 [colin]      0.8.6claws21
3926
3927         * src/folder.c
3928                 Fix processing renaming problems happening after
3929                 last commit
3930
3931 2002-11-27 [colin]      0.8.6claws20
3932
3933         * src/folder.c
3934                 recursive move now deletes src each subfolder after 
3935                 having moved it
3936         * src/folderview.c
3937                 Use identifier instead of path during dnd (enables
3938                 IMAP folder dnd)
3939
3940 2002-11-27 [paul]       0.8.6claws19
3941
3942         * src/main.c
3943                 apply patch that does command-line processing 
3944                 BEFORE gtk_init, allowing claws to run from 
3945                 shell-scripts in non-X environment (e.g. crontab 
3946                 or ip-up, ip-down scripts). Patch submitted by
3947                 Ruslan N. Balkin <baron@dartel.ru>
3948                 
3949         * po/it.po
3950                 updated by Alessandro Maestri
3951
3952 2002-11-27 [paul]       0.8.6claws18
3953
3954         * sync with 0.8.6cvs12
3955           src/prefs_common.c
3956                 Differences are that main uses a 'Receive dialog'
3957                 frame on the Interface tab, whereas claws groups all 
3958                 the dialogs together in a 'Dialogs' frame.
3959
3960 2002-11-27 [colin]      0.8.6claws17
3961
3962         * src/prefs_matcher.c
3963                 Fix Execute criteria's NOT flag
3964
3965
3966 2002-11-26 [christoph]  0.8.6claws16
3967
3968         * src/ssl.c
3969                 rewrite the ssl code a little bit, only use one
3970                 SSL context, set default certificates' file/path
3971
3972 2002-11-26 [thorsten]   0.8.6claws15
3973
3974         * src/compose.c
3975                 default-reply-to didn't work for ml-reply
3976
3977 2002-11-26 [melvin]     0.8.6claws14
3978
3979         * src/prefs_actions.c
3980                 Made pipe-actions ignore short headers in message view
3981                 Made trailing-pipe-actions write in the message view with
3982                 the same font as the original message
3983
3984 2002-11-26 [paul]       0.8.6claws13
3985
3986         * src/compose.c
3987                 this time commit the correct file
3988
3989 2002-11-26 [paul]       0.8.6claws12
3990
3991         * sync with 0.8.6cvs11
3992           src/quote_fmt_parse.y  
3993                 no sync needed
3994           src/account.[ch]       
3995                 not sync'ed
3996           src/compose.c
3997                 compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
3998                 on draft mode.
3999                 compose_reedit(): add check for 'X-Sylpheed-Account-Id:' 
4000                 header
4001                 
4002         see ChangeLog 2002-11-25 and 2002-11-26
4003
4004 2002-11-26 [colin]      0.8.6claws11
4005
4006         * src/folderview.c
4007                 Fix collapsed folder not auto-expanding during
4008                 mail dnd, if it was the source folder.
4009
4010 2002-11-25 [colin]      0.8.6claws10
4011
4012         * src/folderview.[ch]
4013                 Variable renaming and cleaning (slist of nodes 
4014                 to be re-collapsed is stored in FolderView)
4015
4016 2002-11-25 [paul]       0.8.6claws9
4017
4018         * src/prefs_common.[ch]
4019                 fix breakage caused by last commit
4020
4021 2002-11-25 [paul]       0.8.6claws8
4022
4023         * sync with 0.8.6cvs4
4024                 see ChangeLog 2002-11-21
4025
4026 2002-11-25 [paul]       0.8.6claws7
4027
4028         * sync with 0.8.6cvs4
4029                 see ChangeLog 2002-11-20
4030
4031 2002-11-25 [paul]       0.8.6claws6
4032
4033         * sync with 0.8.6cvs3
4034                 see ChangeLog 2002-11-18
4035
4036 2002-11-25 [colin]      0.8.6claws5
4037
4038         * src/gtkutils.[ch]
4039                 Add gtkut_ctree_node_is_parent()
4040         * src/folderview.c
4041                 Spring-loaded folders
4042
4043 2002-11-25 [colin]      0.8.6claws4
4044
4045         * src/utils.[ch]
4046                 Add slist_concat_unique(), function to merge
4047                 two GSList filtering dups
4048         * src/folder.[ch]
4049         * src/summaryview.[ch]
4050         * src/folderview.c
4051         * src/main.c
4052                 Add detection/update/display of unread answers
4053                 to marked mails
4054         * src/procmsg.[ch]
4055                 Add procmsg_find_children()
4056                 Add procmsg_msg_has_marked_parent()
4057
4058 2002-11-25 [colin]      0.8.6claws3
4059
4060         * src/ssl_certificate.[ch]
4061                 Allow checking a certificate without a DNS
4062                 lookup
4063                 Allow to forget a cert (by deleting it)
4064                 Make ssl_certificate_destroy_public
4065         * src/ssl_manager.[ch] ** NEW FILES **
4066                 Gui to manage (display/remove) certificates
4067         * src/prefs_common.[ch]
4068                 Add a pref to allow silent acceptation of
4069                 trusted certificates or not (based on the
4070                 "I want to know what's going on" principle)
4071         * src/mainwindow.c
4072                 Add SSL manager in Tools menu
4073         * src/Makefile.am
4074                 Add the new files to the build
4075         * po/POTFILES.in
4076                 Add ssl_manager.c to translations
4077
4078 2002-11-25 [colin]      0.8.6claws2
4079
4080         * src/summaryview.[ch]
4081                 Add S_SEARCH_EXTENDED to the quick search, which 
4082                 allows to search using filtering syntax.
4083
4084 2002-11-25 [colin]      0.8.6claws1
4085
4086         * src/summaryview.c
4087                 Deletion of duplicates now prefer deleting
4088                 the unread dup (fixes feature-request 638989).
4089
4090 2002-11-24 [paul]       0.8.6claws
4091
4092         * po/es.po
4093           po/pl.po
4094           po/ru.po
4095           po/sr.po
4096                 updated by Ricardo Mones Lastra,
4097                 Witold Wladyslaw Wojciech Wilk,
4098                 Ruslan N. Balkin, and  Urke MMI 
4099                 respectively
4100
4101 2002-11-24 [paul]       0.8.5claws182
4102
4103         * po/bg.po
4104                 updated by George Danchev
4105
4106 2002-11-23 [alfons]     0.8.5claws181
4107
4108         * src/imap.c
4109                 tiny memory leak found by browsing Dimitar's 
4110                 valgrind report
4111
4112 2002-11-23 [paul]       0.8.5claws180
4113
4114         * po/it.po
4115                 updated by Alessandro Maestri
4116
4117 2002-11-22 [christoph]  0.8.5claws179
4118
4119         * src/compose.c
4120         * src/inc.c
4121         * src/prefs_filtering.c
4122         * src/summaryview.c
4123                 more warning fixes
4124
4125 2002-11-22 [alfons]     0.8.5claws178
4126
4127         * src/summaryview.c
4128                 summary_execute_delete_func(): if message is deleted, make 
4129                 sure to also remove its entry in the subject hash table. 
4130                 fixes a corner case bug.
4131
4132 2002-11-22 [paul]       0.8.5claws177
4133
4134         * .cvsignore
4135                 add 'autom4te.cache'
4136                 
4137         * ltconfig      ** REMOVED **
4138                 not needed
4139
4140 2002-11-22 [paul]       0.8.5claws176
4141
4142         * src/textview.c
4143                 textview_set_font(): fix for message display in
4144                 UTF-8 locales (thanks to Sergey Vlasov).
4145                 
4146         * AUTHORS
4147                 add new team members and contributors
4148
4149
4150 2002-11-21 [colin]      0.8.5claws175
4151
4152         * src/procmsg.[ch]
4153                 Add procmsg_remove_special_headers()
4154         * src/mh.c
4155                 Use procmsg_remove_special_headers() for 
4156                 previous fix
4157
4158 2002-11-21 [colin]      0.8.5claws174
4159
4160         * src/mh.c
4161                 Fix moving/copying from queue/draft folders
4162                 for MH folders
4163
4164 2002-11-21 [christoph]  0.8.5claws173
4165
4166         * src/crash.c
4167         * src/filtering.c
4168         * src/logwindow.c
4169         * src/main.c
4170         * src/matcher_parser_lex.[hl]
4171         * src/mbox.c
4172         * src/mbox_folder.[ch]
4173         * src/prefs_filtering.c
4174         * src/procheader.c
4175         * src/quote_fmt_lex.l
4176         * src/ssl.c
4177                 fix all warnings except the warnings in lex and yacc files
4178
4179 2002-11-20 [christoph]  0.8.5claws172
4180
4181         * src/imap.c
4182                 fix MsgInfo retrieval for IMAP draft and queue folders
4183                 (closes bug [ 619558 ] Draft saving on IMAP box issue)
4184
4185 2002-11-19 [christoph]  0.8.5claws171
4186
4187         * src/compose.c
4188                 fix segfault, when draft saving does not get
4189                 the MsgInfo of the new message
4190                 (closes bug [ 640699 ] Claws170: crash drafting mail ( IMAP ))
4191
4192 2002-11-19 [christoph]  0.8.5claws170
4193
4194         * src/procmsg.c
4195                 add parameter check for flag setting function
4196                 (closes bug [ 640619 ] Claws169: crash - drafting a mail (IMAP))
4197
4198 2002-11-18 [paul]       0.8.5claws169
4199
4200         * src/compose.c
4201                 more sensitivity fixes to redirect mode:
4202                 * disable toolbar draft button
4203                 * allow only Address book in the Tools menu
4204                 * disable editing of message by the spell
4205                   checker
4206
4207 2002-11-18 [paul]       0.8.5claws168
4208
4209         * src/compose.c
4210                 fix sensitivity of menu items in compose_redirect():
4211                 allow only the necessary items 
4212
4213 2002-11-18 [paul]       0.8.5claws167
4214
4215         * src/compose.c
4216                 fix bug [ 603259 ] 'attachment got lost on bounce'
4217
4218 2002-11-18 [paul]       0.8.5claws166
4219
4220         * po/ru.po
4221                 updated by Ruslan N. Balkin <baron@dartel.ru>
4222
4223 2002-11-18 [colin]      0.8.5claws165
4224
4225         * src/main.c
4226           src/defs.h
4227                 Remove old filtering stuff
4228
4229
4230 2002-11-17 [oliver]     0.8.5claws164
4231
4232         * src/toolbar.h
4233                 remove not needed typedef 
4234
4235 2002-11-17 [oliver]     0.8.5claws163
4236
4237         * src/toolbar.c
4238                 make toolbar's on click events translatable
4239
4240 2002-11-15 [colin]      0.8.5claws162
4241
4242         * src/summaryview.c
4243                 Revert too-soon integration of a feature
4244
4245 2002-11-15 [christoph]  0.8.5claws161
4246
4247         * src/imap.c
4248                 use main's implementation of imap_get_msginfo
4249
4250 2002-11-15 [christoph]  0.8.5claws160
4251
4252         * src/compose.c
4253         * src/folder.[ch]
4254         * src/imap.c
4255         * src/mbox_folder.c
4256         * src/mh.c
4257         * src/news.c
4258         * src/procmsg.c
4259         * src/summaryview.c
4260                 replace claws' fetch_msginfo with main's get_msginfo
4261                 (use main's implementation where possible)
4262
4263 2002-11-15 [colin]      0.8.5claws159
4264
4265         * src/ssl_certificate.c
4266                 Missed a check
4267
4268 2002-11-16 [melvin]     0.8.5claws158
4269
4270         * po/fr.po
4271                 Updated French translations.
4272
4273 2002-11-16 [colin]      0.8.5claws157
4274
4275         * src/ssl_certificate.c
4276                 Check for missing parts in the certificates
4277
4278 2002-11-15 [colin]      0.8.5claws156
4279
4280         * src/folderview.c
4281                 Preventive fix (missing check) found by
4282                 Alfons
4283
4284 2002-11-15 [paul]
4285
4286         * NEWS
4287                 sync with 0.8.6 release
4288
4289 2002-11-15 [colin]      0.8.5claws155
4290
4291         * src/folder.[ch]
4292           src/folderview.c
4293                 Fix error handling of folder_item_move_to()
4294                 (thanks to Alfons!)
4295
4296 2002-11-15 [colin]      0.8.5claws154
4297
4298         * src/folder.[ch]
4299           src/folderview.c
4300                 folder_item_move_to() sets an error message instead
4301                 of having GUI stuff in folder.c
4302
4303 2002-11-15 [colin]      0.8.5claws153
4304
4305         * src/procmsg.[ch]
4306                 Implemented a callback for MsgInfo updates, 
4307                 heavily copy/pasted from Christoph's folder 
4308                 callback system
4309         * src/summaryview.[ch]
4310                 Register summary_update_msg as callback
4311
4312 2002-11-14 [colin]      0.8.5claws152
4313         
4314         * src/procmsg.c
4315                 Update the FolderItem after sending (fixes 617593)
4316
4317 2002-11-14 [christoph]  0.8.5claws151
4318
4319         * src/folder.c
4320                 fix wrong position of NULL pointer check found
4321                 by Sergey
4322
4323 2002-11-14 [christoph]  0.8.5claws150
4324
4325         * src/folder.c
4326                 fix segfault when deleting messages from IMAP folders
4327                 (closes bug [ 635641 ] Crash deleting mail in IMAP trash)
4328
4329 2002-11-14 [colin]      0.8.5claws149
4330
4331         * src/compose.c
4332                 Forwarding was also ignoring the folder's default account.
4333
4334 2002-11-14 [colin]      0.8.5claws148
4335
4336         * src/compose.c
4337                 Fix sent folder not set to folder properties when 
4338                 forwarding.
4339
4340 2002-11-14 [thorsten]   0.8.5claws147
4341
4342         * src/inc.c
4343                 inc_start(): Files were not moved from .processing to inbox,
4344                 if no global processing rule existed
4345
4346 2002-11-14 [colin]      0.8.5claws146
4347
4348         * src/ssl_certificate
4349                 Fix file operations
4350
4351 2002-11-14 [paul]       0.8.5claws145
4352
4353         * po/it.po
4354                 updated by Alessandro Maestri
4355
4356 2002-11-13 [alfons]     0.8.5claws144
4357
4358         * src/folder.c
4359                 folder_item_close(): only mark messages unread
4360                 when a folder has new messages 
4361
4362 2002-11-13 [keith]      0.8.5claws143
4363
4364         * src/imap.c
4365                 Fix problem moving or copying between
4366                 IMAP folders
4367
4368 2002-11-13 [colin]      0.8.5claws142
4369
4370         * src/matcher_parser_parse.y
4371                 Fix rule problem when " don't match
4372
4373 2002-11-13 [christoph]  0.8.5claws141
4374
4375         * src/folder.c
4376         * src/folderview.c
4377                 moved cache saving to folder_item_close
4378                 the folderview should not have to deal with
4379                 this things
4380
4381 2002-11-13 [christoph]  0.8.5claws140
4382
4383         * src/summaryview.c
4384                 moved setting of important score to
4385                 summary_set_prefs_from_folderitem
4386
4387 2002-11-13 [colin]      0.8.5claws139
4388
4389         * src/matcher_parser_parse.y
4390                 Fix a segfault in the parser (happening when
4391                 a good expression had been tested and a bad 
4392                 one arrives)
4393
4394 2002-11-13 [paul]       0.8.5claws138
4395
4396         * sync with 0.8.5cvs24
4397                 see ChangeLog 2002-11-13
4398                 
4399         * po/pt_BR.po
4400                 updated by Fabio Jr. Beneditto
4401
4402 2002-11-13 [colin]      0.8.5claws137
4403         
4404         * src/msgcache.c
4405           src/defs.h
4406           src/procmsg.[ch]
4407                 Revert last commit, problem
4408
4409 2002-11-13 [colin]      0.8.5claws136
4410
4411         * src/msgcache.c
4412                 Remove duplicated code
4413         * src/defs.h
4414                 Bumped CACHE_VERSION and MARK_VERSION
4415         * src/procmsg.[ch]
4416                 Network endian for cache and mark files
4417
4418 2002-11-12 [colin]      0.8.5claws135
4419
4420         * src/inc.c
4421                 Fix the "socket error" dialog which disappeared
4422
4423 2002-11-12 [colin]      0.8.5claws134
4424
4425         * src/msgcache.c
4426                 Reverse last commit which had performance 
4427                 problems, but still reverse the list
4428
4429 2002-11-12 [colin]      0.8.5claws133
4430
4431         * src/msgcache.c
4432                 Reverse list order
4433
4434 2002-11-12 [melvin]     0.8.5claws132
4435
4436         * src/compose.c
4437                 Added a check for a NULL prefs_common.dictionary
4438
4439 2002-11-12 [colin]      0.8.5claws131
4440
4441         * src/ssl_certificate.[ch]
4442                 Use FQDN hostname
4443
4444 2002-11-12 [colin]      0.8.5claws130
4445
4446         * src/ssl_certificate.[ch]
4447                 Take connection port into account for 
4448                 checking certificates (a single hostname
4449                 could have multiple servers with multiple
4450                 certificates)
4451         * src/ssl.c
4452                 Pass the port to ssl_certificate_check
4453
4454 2002-11-12 [paul]       0.8.5claws129
4455
4456         * src/folder.c
4457                 fix a typo in last commit
4458
4459 2002-11-12 [paul]       0.8.5claws128
4460
4461         * sync with 0.8.5cvs23
4462                 see ChangeLog entry 2002-11-12
4463
4464 2002-11-11 [colin]      0.8.5claws127
4465
4466         * src/ssl_certificate.c
4467                 Cleaner messages
4468                 Don't popup, instead log error, if the 
4469                 corresponding pref is checked
4470         * src/ssl_certificate.h
4471                 include <openssl/objects/h>
4472
4473 2002-11-11 [colin]      0.8.5claws126
4474
4475         * src/ssl_certificate.h
4476                 _Really_ clean it
4477
4478 2002-11-11 [colin]      0.8.5claws125
4479         
4480         * src/ssl_certificate.c
4481                 Fixed leak
4482
4483 2002-11-11 [colin]      0.8.5claws124
4484
4485         * src/ssl.c
4486                 Cleaned a bit
4487         * src/ssl_certificate.[ch]
4488                 Cleaned a bit (better use of SSL API)
4489                 (This will cause non-recognition of saved 
4490                  certificates of claws12[23]...)
4491
4492 2002-11-11 [paul]       0.8.5claws123
4493         
4494         * po/es.po
4495                 updated by Ricardo Mones Lastra
4496
4497 2002-11-11 [colin]      0.8.5claws122
4498
4499         * src/ssl.c
4500                 Fix a typo
4501
4502 2002-11-11 [colin]      0.8.5claws121
4503
4504         * src/ssl_certificate.[ch] ** NEW FILES **
4505         * src/ssl.[ch]
4506                 Check SSL certificates presented to us
4507         * src/Makefile.am
4508                 Add ssl_certificate.[ch]
4509         * po/POTFILES.in
4510                 Add ssl_certificate.c
4511
4512 2002-11-11 [paul]       0.8.5claws120
4513
4514         * sync with 0.8.5cvs22
4515                 see ChangeLog 2002-11-11
4516
4517 2002-11-11 [paul]       0.8.5claws119
4518
4519         * sync with 0.8.5cvs21
4520                 see ChangeLog 2002-11-11
4521
4522 2002-11-10 [jens]       0.8.5claws118
4523
4524         * src/folder.c
4525         * src/folderview.c
4526                 corrected some typing
4527         * po/de.po
4528                 updated german translation
4529         * sylpheed.spec.in
4530                 cleaned up specfile and adjusted it for claws
4531
4532 2002-11-10 [colin]      0.8.5claws117
4533
4534         * src/summaryview.c
4535                 a STATUSBAR_PUSH/POP fix
4536
4537 2002-11-10 [colin]      0.8.5claws116
4538
4539         * src/prefs_folder_item.c
4540                 Fix hanging after opening folder properties
4541
4542 2002-11-10 [hoa]        0.8.5claws115
4543
4544         * src/matcher_parser_lex.l
4545         * src/matcher_parser_parse.y
4546                 config file for scoring and filtering is no more trashed
4547                 when there is a syntax error in a filtering rule when
4548                 editing it in a dialog.
4549
4550 2002-11-09 [colin]      0.8.5claws114
4551
4552         * src/mbox_folder.c
4553                 Added missing initialisation of folder->destroy()
4554
4555 2002-11-09 [colin]      0.8.5claws113
4556
4557         * src/folder.c
4558           src/folderview.c
4559                 Fix the status bar messages
4560
4561 2002-11-09 [colin]      0.8.5claws112
4562
4563         * src/folderview.c
4564                 Fix hangs after folder dnd, happening after 
4565                 claws109.
4566
4567 2002-11-09 [christoph]  0.8.5claws111
4568
4569         * src/folderview.c
4570                 just changed order of calls (reverse order of
4571                 associated calls)
4572         * src/inc.c
4573                 lock inc when checking only one account, otherwise
4574                 inc all could be executed at the same time
4575
4576 2002-11-09 [christoph]  0.8.5claws110
4577
4578         * src/folderview.c
4579                 better unlock the mouse cursor before calling
4580                 summary_show because it changes the cursor too
4581
4582 2002-11-09 [christoph]  0.8.5claws109
4583
4584         * src/folder.[ch]
4585         * src/folderview.c
4586                 add functions to open and close a folder
4587                 o opending will execute scanning for remote folders
4588                   and processing
4589                 o closing will unset new flag for messages
4590
4591 2002-11-09 [colin]      0.8.5claws108
4592
4593         * src/folder.c
4594                 Add a call to prefs_matcher_write_config to 
4595                 avoid non-leaf folders filtering settings to be
4596                 lost
4597
4598 2002-11-09 [paul]       0.8.5claws107
4599
4600         * src/prefs_account.c
4601                 re-word a label
4602
4603 2002-11-09 [colin]      0.8.5claws106
4604
4605         * src/folderview.c
4606                 Minor esthetic fix
4607
4608 2002-11-09 [colin]      0.8.5claws105
4609
4610         * src/folderview.c
4611                 Fix prefs_filtering deletion for MH folders (same
4612                 reason as below)
4613         * src/prefs_filtering.c
4614                 Fix prefs_filtering renaming and deletion for 
4615                 folder-based processing rules.  
4616
4617 2002-11-09 [christoph]  0.8.5claws104
4618
4619         * src/compose.c
4620         * src/folder.[ch]
4621         * src/folderview.[ch]
4622         * src/import.c
4623         * src/inc.c
4624         * src/main.c
4625         * src/mainwindow.c
4626         * src/messageview.c
4627         * src/prefs_folder_item.c
4628         * src/procmsg.c
4629         * src/summaryview.c
4630                 implement a callback system for folder item updates
4631
4632 2002-11-09 [colin]      0.8.5claws103
4633
4634         * src/folderview.c
4635                 Fix prefs_filtering renaming for MH folders (we
4636                 shouldn't rename by path as another folder could
4637                 have the same hierarchy).
4638
4639 2002-11-09 [colin]      0.8.5claws102
4640
4641         * src/folder.c
4642                 Fix a leak found by Christoph, use better variable
4643                 names
4644
4645 2002-11-09 [colin]      0.8.5claws101
4646
4647         * src/folder.c
4648                 One more fix for processing rules
4649
4650 2002-11-08 [colin]      0.8.5claws100
4651         
4652         * src/matcher.c
4653                 Don't copy the compiled regexp (will be reevaluated)
4654         * src/folderview.c
4655                 Lock folderview while moving
4656         * src/folder.c
4657                 Provide info on what's happening to the user
4658
4659 2002-11-08 [colin]      0.8.5claws99
4660
4661         * src/folderview.c
4662                 Fix folder reordering after a move if parent is 
4663                 root
4664         * src/scoring.[ch]
4665                 Add function to copy a ScoringProp
4666         * src/prefs_folder_item.c
4667                 Copy scoring rules when copying a folder prefs
4668
4669 2002-11-08 [colin]      0.8.5claws98
4670
4671         * src/folderview.c
4672                 Fixes in case of failure
4673         * src/filtering.[ch]    
4674                 Add function to duplicate a FilteringProp
4675         * src/matcher.[ch]
4676                 Add function to duplicate a MatcherProp
4677         * src/prefs_folder_item.c
4678                 Save folder's processing rules when copying 
4679                 its prefs
4680
4681 2002-11-08 [colin]      0.8.5claws97
4682         
4683         * src/folderview.c
4684                 Sort after move
4685         * src/folder.c 
4686                 Change a printf to debug_print
4687
4688 2002-11-08 [colin]      0.8.5claws96
4689
4690         * src/folder.c
4691           src/folderview.c
4692                 Fix segfaults, call me stupido
4693         
4694
4695 2002-11-08 [colin]      0.8.5claws95
4696
4697         *src/folder.c
4698                 Added forgotten prefs to save when moving folders
4699
4700 2002-11-08 [colin]      0.8.5claws94
4701
4702         * src/folder.c
4703                 Fixes to folder DND (prefs copy)
4704         * src/folderview.c
4705                 Optimization for folder DND (don't rescan whole tree)
4706                 Added folderview_create_folder_node() for this 
4707                 optimization, so de-duped a bit the code
4708         * src/prefs_folder_item.[ch]
4709                 Added prefs_folder_item_copy_prefs()    
4710           
4711 2002-11-08 [paul]       0.8.5claws93
4712
4713         * src/prefs_account.c
4714           tools/README
4715           tools/kmail2sylpheed_v2.pl
4716                 correct some typos
4717
4718 2002-11-08 [paul]       0.8.5claws92
4719
4720         * src/compose.c
4721           src/prefs_account.[ch]
4722                 remove account options 'clearsign' and 'ascii_armored',
4723                 replace with 'default_gnupg_mode' to prevent mixed-mode
4724                 Privacy settings
4725
4726 2002-11-08 [paul]       0.8.5claws91
4727
4728         * src/compose.[ch]
4729                 re-implement GnuPG 'on-the-fly' mode selection,
4730                 disallow mixed-mode
4731
4732 2002-11-08 [colin]      0.8.5claws90
4733
4734         * src/folderview.c
4735           src/prefs_folder_item.c
4736                 Change "Property" to "Properties"
4737
4738 2002-11-07 [colin]      0.8.5claws89
4739
4740         * src/folderview.c
4741           src/folder.c
4742                 Allow folder dropping to a root folder
4743
4744 2002-11-07 [paul]       0.8.5claws88
4745
4746         * src/compose.c
4747                 revert last commit
4748
4749 2002-11-07 [paul]       0.8.5claws87
4750
4751         * src/compose.c
4752                 fix reply-to-list bug. closes bug report
4753                 "[633382] reply-to-list broken in recent cvs"
4754
4755 2002-11-07 [paul]       0.8.5claws86
4756
4757         * src/compose.c
4758                 add a forgotten '#if USE_GPGME ... #endif'
4759
4760 2002-11-07 [paul]       0.8.5claws85
4761
4762         * sync with 0.8.5cvs20
4763                 see ChangeLog 2002-11-07
4764
4765 2002-11-07 [colin]      0.8.5claws84
4766
4767         * src/folder.[ch]
4768                 Change folder_item_move_to to return the newly 
4769                 created folderitem.
4770         * src/folderview.c
4771                 Select the new folderitem after moving.
4772
4773 2002-11-07 [colin]      0.8.5claws83
4774
4775         * src/prefs_filtering.c
4776                 Fix rule rewriting when moving a leaf folder to a 
4777                 shorter path
4778
4779 2002-11-07 [colin]      0.8.5claws82
4780
4781         * src/prefs_filtering.c
4782                 fix a leak
4783
4784 2002-11-07 [colin]      0.8.5claws81
4785
4786         * src/folder.[ch]
4787                 Add folder_item_move_to() function to move a 
4788                 folderitem into another one (updates matcher etc)
4789         * src/folderview.c
4790                 Add folder drag'n drop (context menu to come)
4791                 [Should be dataloss free, but Please backup before 
4792                  trying !]
4793
4794 2002-11-06 [colin]      0.8.5claws80
4795
4796         * src/mh.c
4797                 mh_create_folder() returns NULL if can't create
4798                 directory hierarchy
4799
4800 2002-11-06 [paul]       0.8.5claws79
4801
4802         * src/compose.[ch]
4803                 allow 'on-the-fly' changing of the type of encryption 
4804                 and/or signing used (mime/ascii) via the compose window
4805
4806 2002-11-06 [paul]       0.8.5claws78
4807
4808         * sync with 0.8.5cvs19
4809                 see ChangeLog 2002-11-06 for src/account.c: 
4810                 account_get_special_folder()
4811                 
4812 2002-11-05 [alfons]     0.8.5claws77
4813
4814         * src/crash.c
4815                 very minor cleanups: nothing to see here, move on. :-)
4816
4817 2002-11-05 [colin]      0.8.5claws76
4818
4819         * src/main.c
4820                 Changes choices if compose windows are opened to
4821                 Discard, Draft, Don't quit
4822
4823 2002-11-05 [thorsten]   0.8.5claws75
4824
4825         * src/compose.c
4826                 reenabled default_reply_to folder option
4827
4828 2002-11-05 [colin]      0.8.5claws74
4829
4830         * src/compose.[ch] 
4831                 add compose_draft()
4832         * src/crash.c
4833                 add SIGTERM handler
4834         * src/main.[ch]
4835                 add clean_quit() for the SIGTERM handler
4836
4837 2002-11-05 [paul]       0.8.5claws73
4838         
4839         * po/es.po
4840                 updated by Ricardo Mones Lastra
4841
4842 2002-11-05 [melvin]     0.8.5claws72
4843
4844         * src/logwindow.c
4845                 Fixed log-clipping bug #616795.
4846                 To stop logging in the log window use 0 length.
4847         * src/prefs_common.c
4848                 Added a label to inform about the 0 log length behaviour.
4849
4850 2002-11-05 [paul]       0.8.5claws71
4851
4852         * sync with 0.8.5cvs17
4853                 see ChangeLog 2002-11-05
4854
4855 2002-11-04 [paul]       0.8.5claws70
4856
4857         * sylpheed-128x128.png
4858           sylpheed-64x64.png
4859           sylpheed.png
4860                 replace with pngcrushed icons. Submitted by Nicolas Kaiser,
4861                 <nikai@users.sourceforge.net>
4862                 
4863         * po/bg.po
4864                 updated by George Danchev
4865
4866 2002-11-03 [thorsten]   0.8.5claws69
4867
4868         * src/main.c
4869           src/mimeview.c
4870           src/rfc2015.h
4871                 add check if gpg is active
4872
4873 2002-11-03 [thorsten]   0.8.5claws68
4874
4875         * src/toolbar.h
4876                 removed GSList declaration causing trouble on MacOS-X
4877                 (submitted by alfons, reported by xfesty)
4878
4879 2002-11-01 [paul]       0.8.5claws67
4880
4881         * src/mainwindow.c
4882                 remove last remnants of main's filter code
4883
4884 2002-11-01 [paul]       0.8.5claws66
4885
4886         * tools/filter_conv.pl
4887                 fix bug where user-defined headers were ignored
4888
4889 2002-11-01 [paul]       0.8.5claws65
4890
4891         * src/logwindow.c
4892                 make a debug_print() not translatable
4893
4894 2002-10-31 [melvin]     0.8.5claws64
4895
4896         * ac/aspell.m4
4897                 Fixed --disable-aspell-test. Now --disable-aspell-test will 
4898                 not run any GNU/aspell test.  The dictionary path will
4899                 be by default /usr/local/lib/aspell/ unless --with-aspell-prefix
4900                 was given, in which case, it will be $prefix/lib/aspell/
4901         * configure.in
4902                 Fixed typo in commentary (Aspell code).
4903
4904 2002-10-31 [paul]       0.8.5claws63
4905
4906         * po/POTFILES.in
4907                 remove src/filter.c and src/prefs_filter.c
4908                 thanks to Ricardo for reminding me
4909
4910 2002-10-31 [colin]      0.8.5claws62
4911
4912         * src/mbox_folder.c
4913                 Plug some leaks
4914
4915 2002-10-31 [paul]       0.8.5claws61
4916
4917         * src/prefs_filter.[ch] ** REMOVED **
4918           src/filter.[ch]       ** REMOVED **
4919           
4920         * src/Makefile.am
4921           src/folderview.c
4922           src/inc.c
4923           src/main.c
4924           src/mainwindow.c
4925           src/mbox.c
4926           src/prefs_common.c
4927           src/prefs_filtering.c
4928           src/summaryview.[ch]
4929                 remove main's 'filter' code
4930                 
4931         README.claws
4932                 update to reflect removal of main's filter
4933
4934 2002-10-31 [paul]       0.8.5claws60
4935
4936         * src/summaryview.c
4937                 remove check for global_processing in summary_filter_open(). 
4938                 This fixes the bug where if the user uses the right-click 
4939                 'Create filter rule...' and doesn't have any filter rules 
4940                 already defined in claws' advanced filtering, the newly 
4941                 created filter rule goes to main's filtering which is 
4942                 inaccessible through the gui. Now the filter rule gets added
4943                 to claws' filtering by default.
4944
4945 2002-10-28 [melvin]     0.8.5claws59
4946
4947         * src/prefs_actions.c
4948                 Fixed bug #627322 where MIME parts were not always
4949                 correctly passed to a %p action
4950                 Display an error dialog when message filename is not found.
4951
4952 2002-10-28 [melvin]     0.8.5claws58
4953
4954         * src/prefs_common.c
4955                 Readded a missing function declaration lost in 0.8.3claws34
4956
4957 2002-10-28 [paul]       0.8.5claws57
4958
4959         * sync with 0.8.5cvs15
4960                 see ChangeLog 2002-10-28 and 2002-10-25
4961                 
4962         Note: ChangeLog entry 2002-10-24 is not sync'ed.
4963
4964 2002-10-27 [oliver]     0.8.5claws56
4965
4966         * src/pop.c
4967                 plug leak in pop3_top_recv
4968
4969 2002-10-26 [christoph]  0.8.5claws55
4970
4971         * src/folder.c
4972                 set need_update folder flag when messages are added
4973                 (closes bug [ 626922 ] folder not updated after receiving)
4974
4975 2002-10-25 [melvin]     0.8.5claws54
4976
4977         * src/imageview.c
4978                 Fixed a memleak introduced in the scaling code.
4979
4980 2002-10-24 [alfons]     0.8.5claws53
4981
4982         * src/filtering.c
4983                 make filtering's forward message action forward from the 
4984                 correct account
4985                 (closes bug [628089 ] Filter -> Forward from address problem
4986                 reported by Oktay)
4987
4988 2002-10-24 [christoph]  0.8.5claws52
4989
4990         * src/mainwindow.c
4991         * src/manual.[ch]
4992                 o use manual of current locale or english if current
4993                   locale is not available (and english is available)
4994                 o also link to sylpheed doc project manuals
4995
4996 2002-10-23 [paul]       0.8.5claws51
4997
4998         * tools/README
4999           tools/kmail2sylpheed_v2.pl
5000                 add new version of kmail addressbook importer script.
5001                 works with newer versions of Kmail/KAddressBook which
5002                 have new and rearranged data.
5003
5004 2002-10-23 [martin]     0.8.5claws50
5005
5006         * src/folderview.c
5007         * src/summaryview.c
5008         * src/utils.h
5009         * src/utils.c
5010                 added length parameter to get_abbrev_newsgroup_name()
5011                 changed this function so that it abbreviates the newsgroup
5012                 names only so long it is smaller than the length parameter
5013                 (for better reading of some newsgroup names and space efficiency)
5014
5015 2002-10-22 [colin]      0.8.5claws49
5016
5017         *src/foldersel.c
5018                 Revert Alfons' last modification (after voting ;-))
5019
5020 2002-10-21 [alfons]     0.8.5claws48
5021
5022         * src/foldersel.c
5023                 folder view in folder selection dialog reflects state of
5024                 folder view in main window
5025
5026 2002-10-18 [alfons]     0.8.5claws47
5027
5028         * src/mbox.c
5029                 drop imported messages in folder selected by user,
5030                 and not in the inbox
5031                 (closes bug [ 625424 ] Import mbox always to "Inbox" folder)
5032
5033 2002-10-18 [alfons]     0.8.5claws46
5034
5035         * src/compose.c
5036                 make automagic reply work correctly for email accounts 
5037                 (whether it's viable to do a full sync with Hiro's 
5038                 compose.c is still under discussion)
5039
5040 2002-10-18 [melvin]     0.8.5claws45
5041
5042         * src/prefs_actions.c
5043                 Fixed bug #622275 where asynchroneous actions left 
5044                 zombies processes
5045                 Made (synchroneous) actions' input be displayed live.
5046
5047 2002-10-18 [christoph]  0.8.5claws44
5048
5049         * src/textview.c
5050                 don't add a newline in the textview in front of the
5051                 first textpart if header display is disabled
5052                 (closes bug [ 603385 ] disabled header display leaves blank
5053                  lin)
5054
5055 2002-10-18 [christoph]  0.8.5claws43
5056
5057         * src/folder.[ch]
5058         * src/imap.c
5059         * src/mbox_folder.c
5060         * src/mh.c
5061         * src/news.c
5062                 folder->get_num_list now returns an error code
5063                 (closes bug [ 609424 ] News cache cleared on failure)
5064                 
5065 2002-10-17 [colin]      0.8.5claws42
5066         
5067         * src/news.c
5068                 Changed a printf by debug_print
5069
5070 2002-10-16 [paul]       
5071
5072         * tools/OOo2sylpheed.pl
5073                 allow for spaces in the name of the
5074                 file to be attached.
5075
5076 2002-10-16 [colin]      0.8.5claws41
5077
5078         * src/main.c
5079                 Use a tristate to change online mode
5080
5081 2002-10-16 [paul]       0.8.5claws40
5082
5083         * po/es.po
5084                 updated by Ricardo Mones Lastra
5085
5086 2002-10-16 [colin]      0.8.5claws39
5087
5088         * src/main.c
5089           src/mainwindow.[ch]
5090                 Added --online and --offline command-line
5091                 switches
5092
5093 2002-10-15 [christoph]  0.8.5claws38
5094
5095         * src/procmime.c
5096                 set mimeinfo->name to NULL after g_free to
5097                 avoid double freeing with g_free
5098
5099 2002-10-14 [christoph]  0.8.5claws37
5100
5101         * src/compose.c
5102         * src/filtering.c
5103         * src/summaryview.c
5104                 remove calls to folder->change_flags that are now
5105                 done by procmsg flag functions (seems it is not
5106                 used by any foldertype anyway)
5107         * src/folder.c
5108                 init folder->change_flags with NULL
5109
5110 2002-10-14 [christoph]  0.8.5claws36
5111
5112         * src/folder.[ch]
5113         * src/imap.[ch]
5114                 use virtual functions for folder item new and destroy
5115                 functions
5116
5117 2002-10-14 [melvin]     0.8.5claws35
5118
5119         * src/compose.c
5120                 Added a test to not run the spell checker if no default
5121                 dictionary is available. No dialog is displayed though.
5122
5123 2002-10-14 [melvin]     0.8.5claws34
5124
5125         * src/gtkaspell.c
5126                 Fixed bug in dictionary list context menu where
5127                 "More..." pointed to an emtpy submenu if the
5128                 number of dictionaries is a multiple of 15
5129                 Removed unneeded code in suggestions list creation
5130
5131 2002-10-14 [paul]       0.8.5claws33
5132
5133         * po/bg.po
5134                 updated by George Danchev
5135
5136 2002-10-13 [hoa]        0.8.5claws32
5137
5138         * src/matcher.[ch]
5139           src/matcher_parser_parser.y
5140                 removed the escaped string from internal structure
5141                 of matcher.
5142
5143 2002-10-12 [colin]      0.8.5claws31
5144
5145         * src/gtksctree.[ch]
5146           src/summaryview.c
5147                 Removed useless function gtksctree_reanchor
5148
5149 2002-10-12 [alfons]     0.8.5claws30
5150         
5151         * sync with remaining main changes 2002-10-09 - 2002-10-11
5152         - drop changes to src/compose.c (requires claws specific changes)
5153         
5154 2002-10-12 [alfons]     0.8.5claws29
5155         
5156         * sync with main changes of 2002-10-08
5157         - drop changes to src/compose.c (requires claws specific changes)
5158         - drop changes to src/summaryview.c (requires changes to compose.c)     
5159
5160 2002-10-12 [alfons]     0.8.5claws28
5161         
5162         * sync with main changes of 2002-10-07
5163
5164 2002-10-12 [alfons]     0.8.5claws27
5165
5166         * sync with main changes of 2002-10-04
5167         - drop changes to src/compose.c (requires claws specific changes)
5168         - drop changes to src/prefs_folder_item.c (claws implementation
5169           seems to be working)
5170
5171 2002-10-12 [colin]      0.8.5claws26
5172
5173         * src/mainwindow.c
5174                 Fix folder-flicker when space-reading, introduced 
5175                 in claws22.
5176
5177 2002-10-12 [colin]      0.8.5claws25
5178
5179         * src/compose.c
5180                 Save account address when saving as draft.
5181                 (closes bug 621838)
5182
5183 2002-10-12 [colin]      0.8.5claws24
5184
5185         * src/summaryview.c
5186                 Fix the problem consisting of no message selected
5187                 after the last message in a folder has been moved.
5188
5189 2002-10-12 [paul]       0.8.5claws23
5190
5191         * src/compose.c
5192           src/prefs_template.c
5193           src/template.[ch]
5194                 add Cc and Bcc to templates. Patch submitted by
5195                 John L. Males.
5196
5197 2002-10-12 [colin]      0.8.5claws22
5198
5199         * src/folderview.c
5200                 Fix a bug after "Check for new messages":
5201                 If a folder was opened, it was still selected at
5202                 the end of the check, but displayed empty.
5203         * src/mainwindow.c
5204                 Remove unnecessary check
5205
5206 2002-10-12 [paul]
5207
5208         * tools/README
5209                 be more verbose in the description of
5210                 OOo2sylpheed.pl
5211                 
5212
5213 2002-10-11 [colin]      0.8.5claws21
5214
5215         * src/mainwindow.c
5216                 Make space work (better) when no mail is selected
5217
5218 2002-10-11 [colin]      0.8.5claws20
5219
5220         * src/inc.c
5221           src/news.c
5222                 fix warnings
5223
5224 2002-10-11 [colin]      0.8.5claws19
5225
5226         * src/mainwindow.c
5227                 revert 0.8.5claws6 changes as i couldn't get to
5228                 anything satisfying
5229
5230 2002-10-11 [melvin]     0.8.5claws18
5231
5232         * src/compose.c
5233                 Removed buggy and unused macro (should have been committed in
5234                 0.8.5claws17)
5235
5236 2002-10-11 [melvin]     0.8.5claws17
5237
5238         * src/compose.c
5239                 Fixed memory leak from bug #622040 (thanks to Martin Kluge)
5240
5241 2002-10-11 [thorsten]   0.8.5claws16 
5242
5243         * src/folderview.c
5244                 remove rescan warning
5245
5246 2002-10-11 [colin]      0.8.5claws15 
5247
5248         * src/procheader.c
5249                 fix a segfault that happens if conv_unmime_header
5250                 fails (should be better to find out why it fails)
5251
5252 2002-10-11 [christoph]  0.8.5claws14
5253
5254         * src/summaryview.c
5255                 update folderview stats after ignore/unignore thread
5256
5257 2002-10-11 [hoa]        0.8.5claws13
5258
5259         * src/quote_fmt_parse.y
5260                 Fixed a yacc/bison syntax error
5261         * src/matcher.c
5262                 Escaping of string is fixed.
5263
5264 2002-10-11 [colin]      0.8.5claws12
5265
5266         * src/imageview.c
5267                 Resize images to fit
5268
5269 2002-10-11 [paul]       0.8.5claws11
5270
5271         * po/es.po
5272                 updated by Ricardo Mones Lastra
5273
5274 2002-10-10 [alfons]     0.8.5claws10
5275
5276         * src/compose.c
5277                 allow dropping files by "moving" files from a file manager,
5278                 not only by the more cumbersome "copying". the latter 
5279                 mostly implies holding down the Control button
5280
5281 2002-10-10 [christoph]  0.8.5claws9
5282
5283         * src/summaryview.c
5284                 update folders after thread building for ignored threads
5285
5286 2002-10-10 [christoph]  0.8.5claws8
5287
5288         * config/.cvsignore
5289                 added Makefile
5290         * src/filtering.[ch]
5291         * src/folder.[ch]
5292         * src/folderview.[ch]
5293         * src/import.c
5294         * src/inc.[ch]
5295         * src/mbox.[ch]
5296         * src/procmsg.c
5297         * src/summaryview.[ch]
5298                 o added new flag need_update to FolderItem
5299                 o removed folder_table from various functions from tracking
5300                   folder updates
5301                 o set need_update flags in folder.c's move, copy and delete
5302                   functions and procmsg's flags functions
5303                 o added function folderview_update_items_when_required that
5304                   updates all folders with need_update set
5305                 o call folderview_update_items_when_required instead of
5306                   folderview_update_item_foreach
5307
5308 2002-10-09 [sergey]     0.8.5claws7
5309
5310         * src/compose.c
5311                 Strip CRs whel loading the text into editor in reedit mode.
5312
5313 2002-10-09 [colin]      0.8.5claws6
5314
5315         * src/mainwindow.c
5316                 Make Space work when no mail is selected
5317
5318 2002-10-09 [colin]      0.8.5claws5
5319
5320         * src/gtksctree.[ch]
5321                 Fix range_select
5322                 Add gtk_sctree_reanchor() 
5323         * src/summaryview.c
5324                 Use gtk_sctree_reanchor() - better fix for 
5325                 bug 60413
5326
5327 2002-10-09 [colin]      0.8.5claws4
5328
5329         * src/summaryview.c
5330                 Fix shift-click select after delete problem
5331                 (closes bug 60413)
5332
5333 2002-10-08 [thorsten]   0.8.5claws3
5334
5335         * src/summaryview.c
5336                 exclude current msg from -hide read messages-
5337
5338 2002-10-08 [colin]      0.8.5claws2
5339
5340         * src/inc.[ch]
5341           src/pop.c
5342           src/recv.c
5343                 Differentiate socket errors from disk full
5344                 errors
5345
5346 2002-10-08 [christoph]  0.8.5claws1
5347
5348         * Makefile.am
5349         * configure.in
5350                 modifications for new config directory
5351
5352         * config.guess  ** REMOVED **
5353         * config.sub    ** REMOVED **
5354         * install-sh    ** REMOVED **
5355         * ltmain.sh     ** REMOVED **
5356         * missing       ** REMOVED **
5357         * mkinstalldirs ** REMOVED **
5358                 these files are autogenerated by automake
5359                 when you run autogen.sh
5360
5361         * config/.cvsignore     ** NEW FILE **
5362         * config/Makefile.am    ** NEW FILE **
5363                 ignore autogenerated files
5364                 create a Makefile in this directory
5365
5366 2002-10-08 [paul]       0.8.5claws
5367
5368         * 0.8.5claws release
5369         
5370         * src/compose.c
5371           src/procheader.c
5372           src/procmsg.c
5373                 fix quote reply format for newsgroups reply bug
5374                 (thanks to Hoa)
5375                 
5376         * po/en_GB.po
5377           po/pl.po
5378                 updated by me and Witold Wladyslaw Wojciech Wilk
5379                 repectively
5380
5381 2002-10-07 [paul]       0.8.3claws53
5382
5383         * po/it.po
5384           po/pt_BR.po
5385           po/sr.po
5386                 updated messages catalogs, submitted by
5387                 Alessandro Maestri, Fabio Jr.Beneditto 
5388                 and Urke MMI, respectively.
5389
5390 2002-10-07 [christoph]  0.8.3claws52
5391
5392         * src/folder.[ch]
5393         * src/folderview.c
5394         * src/mainwindow.c
5395                 fix new folder ghost message bug
5396                 (closes bug [ 619722 ] wrong count for newly created folders)
5397
5398 2002-10-07 [christoph]  0.8.3claws51
5399
5400         * src/compose.c
5401                 fix news posting problem
5402
5403 2002-10-07 [melvin]     0.8.3claws50
5404
5405         * po/fr.po
5406                 Updated French translation
5407
5408 2002-10-05 [christoph]  0.8.3claws49
5409
5410         * src/gtkstext.c
5411                 check if line_start_cache is set in gtk_stext_update_text
5412                 (closes bug [ 618119 ] crash while doing search in folder)
5413
5414 2002-10-05 [christoph]  0.8.3claws48
5415
5416         * src/imap.c
5417         * src/news.c
5418         * src/utils.c
5419         * src/utils.h
5420                 implement cache cleanups for claws' folder system
5421                 (closes bug [ 595916 ] imapcache not cleaned up)
5422
5423 2002-10-05 [melvin]     0.8.3claws47
5424
5425         * src/prefs_actions.c
5426                 Made the help text more clear for the %p token
5427
5428 2002-10-04 [paul]       0.8.3claws46
5429
5430         * sync with 0.8.5
5431                 see ChangeLog 2002-10-02 and 2002-10-03
5432
5433 2002-10-04 [christoph]  0.8.3claws45
5434
5435         * src/inc.c
5436                 fix segfault caused by pop before smtp
5437                 call to inc_account_mail with NULL
5438                 pointer for mainwin
5439
5440 2002-10-04 [paul]       0.8.3claws44
5441
5442         * configure.in
5443                 sync the LDAP detection from 0.8.5cvs1
5444
5445 2002-10-02 [christoph]  0.8.3claws43
5446
5447         * po/de.po
5448                 fix small spelling error
5449
5450 2002-10-02 [melvin]     0.8.3claws42
5451
5452         * ac/aspell.m4
5453                 Behave better and say "no" when test program cannot be run.
5454
5455 2002-10-02 [paul]       0.8.3claws41
5456
5457         * sync with 0.8.4cvs1
5458                 see ChangeLog 2002-09-30, 2002-10-01, 2002-10-02
5459                 
5460         * src/summaryview.c
5461                 toggle the behavior of Reply menuitem between
5462                 normal reply and reply-to-list
5463
5464 2002-10-01 [sergey]     0.8.3claws40
5465
5466         * src/compose.c
5467                 Convert newlines in the message text to the canonical form
5468                 before base64 encoding (RFC2045 compliance, fixes some
5469                 interoperability issues with Evolution 1.0.3)
5470
5471 2002-09-29 [colin]      0.8.3claws39
5472
5473         * src/summaryview.c
5474                 Fix an unwanted copy/paste
5475
5476 2002-09-29 [colin]      0.8.3claws38
5477
5478         * src/mainwindow.c
5479                 Renamed "Custom toolbar" to "Customize toolbar"
5480                 Renamed "Show all header" to "Show all headers"
5481                 Renamed "Set diplay item" to "Set displayed items"
5482         * src/prefs_common.c
5483                 Renamed "Show all header" to "Show all headers"
5484         * src/prefs_summary_column.c
5485                 Renamed "diplay item" to "displayed items"
5486
5487 2002-09-29 [colin]      0.8.3claws37
5488
5489         * src/mainwindow.[ch]
5490                 online/offline status pixmaps follow theme
5491                 changes
5492         * src/summaryview.[ch]
5493                 quicksearch pixmap follows theme changes
5494
5495 2002-09-29 [thorsten]   0.8.3claws36
5496
5497         * src/compose.c
5498           src/prefs_folder_item.[ch]
5499                 add default_reply_to folder option (closes patch 581044)
5500
5501 2002-09-29 [christoph]  0.8.3claws35
5502
5503         * acconfig.h    ** REMOVED **
5504         * configure.in
5505         * ac/aspell.m4
5506         * ac/check-type.m4
5507         * ac/gnupg-check-typedef.m4
5508                 fix autoheader 2.50 warning
5509
5510 2002-09-29 [christoph]  0.8.3claws34
5511
5512         * major code cleanup (part 2)
5513         
5514                 - unused variables removed
5515                 - unused functions removed
5516                 - uninitialized variables checked
5517                 - missing return statements added
5518                 - missing function return types added
5519                 - added parentheses around assignment
5520                   when suggested by gcc
5521
5522 2002-09-29 [alfons]     0.8.3claws33
5523
5524         * src/logwindow.c
5525                 log_window_clear(): only bracket gtk_text_forward_delete() 
5526                 with gtk_text_freeze() / gtk_text_thaw() (see if this
5527                 works around GTK text bug)
5528
5529 2002-09-29 [paul]       0.8.3claws32
5530
5531         * po/bg.po
5532           po/sr.po
5533                 updated by George Danchev and Urke MMI
5534                 respectively
5535
5536 2002-09-27 [christoph]  0.8.3claws31
5537
5538         * doc-src/readme.txt
5539         * doc-src/rfc1806.txt   ** REMOVED **
5540         * doc-src/rfc2183.txt   ** NEW FILE **
5541         * doc-src/rfc2980.txt   ** NEW FILE **
5542                 update rfcs
5543
5544 2002-09-27 [melvin]     0.8.3claws30
5545
5546         * ac/aspell.m4
5547                 Fixed typo which could break linking
5548
5549 2002-09-27 [melvin]     0.8.3claws29
5550
5551         * ac/aspell.m4
5552                 Improved GNU/aspell checking. 
5553                 Fixed bug #614490
5554
5555 2002-09-27 [paul]       0.8.3claws28
5556
5557         * sync with 0.8.3cvs8
5558                 see ChangeLog 2002-09-27
5559
5560 2002-09-26 [colin]      0.8.3claws27
5561
5562         * src/toolbar.[ch]
5563           src/mainwindow.[ch]
5564                 Add "Reply to Mailing-list" to the toolbar
5565
5566 2002-09-26 [christoph]  0.8.3claws26
5567
5568         * src/summaryview.c
5569                 Fix wrong message counts in summaryview status
5570
5571 2002-09-26 [paul]       0.8.3claws25
5572
5573         * sync with 0.8.3cvs7
5574                 see ChangeLog 2002-09-26
5575
5576 2002-09-26 [paul]       0.8.3claws24
5577
5578         * sync with 0.8.3cvs6
5579                 see ChangeLog 2002-09-25
5580
5581 2002-09-25 [christoph]  0.8.3claws23
5582
5583         * src/prefs_common.c
5584         * src/prefs_folder_item.c
5585         * src/prefs_scoring.c
5586                 Renamed "kill score" to "hide score" in GUI
5587                 and prefs files
5588
5589 2002-09-25 [paul]       0.8.3claws22
5590
5591         * sync with 0.8.3cvs5
5592                 see ChangeLog 2002-09-24
5593
5594 2002-09-24 [alfons]     0.8.3claws21
5595
5596         patch by Satoshi Nagayasu: allows appending / saving multiple 
5597         selected files (closes "[ 612279 ] save multiple mesg(s) in 
5598         'Save as ...'")
5599
5600         * AUTHORS
5601                 add Satoshi Nagayasu
5602         * src/summaryview.c
5603                 summary_save_as(): allow saving selected files to
5604                 one file
5605                 summary_set_menu_sensitive: enable "Save As..." when
5606                 multiple files are selected
5607         * src/utils.[ch]
5608                 append_file(): new function
5609
5610 2002-09-24 [colin]      0.8.3claws20
5611
5612         * src/procmime.c
5613                 Fix segfault when mimeinfo doesn't have a 
5614                 content_type. 
5615
5616 2002-09-24 [colin]      0.8.3claws19
5617
5618         * src/prefs_common.[ch]
5619                 Add a preference to display send dialog or not
5620         * src/send.c
5621                 Display send dialog according to preference
5622
5623 2002-09-24 [colin]      0.8.3claws18
5624
5625         * src/compose.[ch]
5626                 Disable user actions when sending
5627
5628 2002-09-24 [colin]      0.8.3claws17
5629
5630         * src/procmime.c
5631                 Do not display name or filename for attachments
5632                 with an application/pgp-signature type
5633                 (security flaw, see bug 537413)
5634
5635 2002-09-23 [colin]      0.8.3claws16
5636
5637         * src/editaddress.c
5638                 Initialize entry_email, entry_alias and 
5639                 entry_remarks to first email address of the list
5640
5641 2002-09-23 [colin]      0.83claws15
5642
5643         * src/compose.c
5644                 Drop pgp-signature when reediting a signed queued
5645                 message
5646
5647 2002-09-23 [melvin]     0.8.3claws14
5648
5649         * po/fr.po
5650                 Updated French translation
5651
5652 2002-09-23 [melvin]     0.8.3claws13
5653
5654         * src/mainwindow.c
5655                 Made custom toolbar menu labels more consistent
5656         * src/prefs_toolbar.c
5657                 Made custom toolbar window title more consistent
5658
5659 2002-09-22 [colin]      0.8.3claws12
5660
5661         * src/inc.c
5662                 Initialize session type to normal before getting 
5663                 mail (fixes strange Get behaviour)
5664         * src/prefs_account.h
5665                 Move STYPE_POP_BEFORE_SMTP to last position to 
5666                 avoid other side-effects
5667
5668 2002-09-22 [colin]      0.8.3claws11
5669
5670         * src/prefs_account.c
5671                 Fix pop_bfr_smtp_tm_entry sensivity when switching
5672                 from pop3 to apop or vice-versa
5673
5674 2002-09-22 [colin]      0.8.3claws10
5675         
5676         * src/prefs_account.[ch]
5677                 Add an option for the POP before SMTP timeout
5678         * src/inc.c
5679                 Remember time of last POP connection
5680         * src/send.c
5681                 Do POP before SMTP only if timeout reached
5682
5683 2002-09-22 [oliver]     0.8.3claws9
5684         
5685         * README.claws
5686                 explain custom toolbar
5687
5688 2002-09-22 [oliver]     0.8.3claws8
5689
5690         * src/prefs_actions.[ch]
5691         custom toolbar for compose      
5692                 actions callback from compose toolbar
5693         * src/folderview.c
5694                 remove include toolbar.h
5695
5696 2002-09-22 [oliver]     0.8.3claws7
5697         
5698         * src/prefs_toolbar.[ch]
5699                 custom toolbar for compose
5700                 - generic prefs_toolbar handles both
5701                   Mainwin's toolbar as well as Compose toolbar          
5702
5703 2002-09-22 [oliver]     0.8.3claws6
5704         
5705         * src/toolbar.[ch]
5706                 custom toolbar for compose
5707                 restructure toolbar.[ch]
5708
5709 2002-09-22 [oliver]     0.8.3claws5
5710
5711         * src/compose.[ch]
5712                 custom toolbar for compose
5713
5714 2002-09-22 [oliver]     0.8.3claws4
5715         
5716         * src/mainwindow.[ch]
5717                 custom toolbar for compose 
5718                 move mainwin toolbar back to mainwindow
5719
5720 2002-09-22 [alfons]     0.8.3claws3
5721
5722         * src/procmsg.c
5723                 :%sno/if(/if (/gc
5724                 :%sno/for(/for (/gc
5725                 (beautify)
5726
5727 2002-09-22 [alfons]     0.8.3claws2
5728         
5729         * src/procmsg.c
5730                 procmsg_save_to_outbox(): don't unlink message file from queue;
5731                 callers should do it using folder_item_remove_msg()
5732
5733 2002-09-22 [colin]      0.8.3claws1
5734
5735         * src/mimeview.[ch]
5736                 Made mimeview_check_signature() public
5737         * src/textview.c
5738                 Made GPG signatures verifiable by clicking
5739                 the [application/pgp-signature] in the Text
5740                 view
5741
5742 2002-09-22 [paul]       0.8.3claws
5743
5744         * po/bg.po
5745           po/en_GB.po
5746           po/es.po
5747           po/it.po
5748           po/pl.po
5749           po/pt_BR.po
5750           po/sr.po
5751                 updated translations, submitted by George Danchev,
5752                 me, Ricardo Mones Lastra, Alessandro Maestri,
5753                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.Beneditto 
5754                 and Urke MMI, respectively.     
5755
5756 2002-09-22 [alfons]     0.8.2claws65
5757
5758         * src/procmsg.c
5759         * src/pgptext.c
5760                 no furry valgrinds have been used to plug these memleaks
5761
5762 2002-09-20 [paul]       0.8.2claws64
5763
5764         * sync with 0.8.3cvs4
5765                 'Select thread' re-implemented 
5766                 see ChangeLog 2002-09-20
5767
5768 2002-09-21 [alfons]     0.8.2claws63
5769
5770         * src/compose.c
5771                 compose_send(): plug unnoticed memleak
5772
5773 2002-09-20 [alfons]     0.8.2claws62
5774
5775         * src/addr_compl.c
5776                 replace_address_in_edit(): strict check for NULL address to
5777                 fix "[ 607348 ] Segfault in address completion". My guess is
5778                 that this happens with an empty address book, but it's good
5779                 to have this check here anyway
5780                 
5781                 completion_window_button_press(): free string returned 
5782                 from the internal cache
5783
5784 2002-09-20 [christoph]  0.8.2claws61
5785
5786         * src/procmime.h
5787                 added ENC_BINARY to EncodingType
5788         * src/procmime.c
5789                 the string returned by procmime_get_encoding_str
5790                 should not depend on the order of values in the
5791                 EncodingType definition
5792         * doc-src/rfc1806.txt   ** NEW FILE **
5793                 Added rfc1806 about MIME Content-Disposition
5794                 Extension
5795
5796 2002-09-19 [paul]       0.8.2claws60
5797
5798         * sync with 0.8.2cvs3
5799                 see ChangeLog 2002-09-19
5800
5801 2002-09-19 [paul]       0.8.2claws59
5802
5803         * src/prefs_folder_item.c
5804                 revert to Darko's original alignment of colour
5805                 selector button
5806                 add a colon to folder_color label
5807                 
5808         * src/compose.c
5809                 add Colin's patch (with Hiro's modifications) to 
5810                 force BASE64 encoding for 8-bit text when signing
5811                 (sync with 0.8.3cvs2)
5812
5813 2002-09-18 [alfons]     0.8.2claws58
5814
5815         * src/compose.c
5816                 :%sno/if(/if (/gc
5817                 :%sno/for(/for (/gc
5818                 (beautify a little bit)
5819
5820 2002-09-18 [christoph]  0.8.2claws57
5821
5822         * src/pine.c
5823                 fix handling of fgetc return value
5824
5825 2002-09-17 [alfons]     0.8.2claws56
5826         
5827         * src/summaryview.c
5828                 summary_sort(): check non-NULL summaryview->folder_item when no 
5829                 folder is selected at all
5830                 (closes "[ 610344 ] sort label make syl Crash")
5831
5832 2002-09-17 [alfons]     0.8.2claws55
5833         
5834         * src/compose.c
5835                 beautify a little bit
5836
5837 2002-09-17 [christoph]  0.8.2claws54
5838
5839         * src/folder.c
5840                 initialize max values for cache and folder
5841                 when cache or folder is empty
5842
5843 2002-09-15 [colin]      0.8.2claws53
5844
5845         * src/compose.c
5846                 Fix a leak (thanks Alfons!) and cleaned
5847                 variables names for custom headers
5848
5849 2002-09-15 [colin]      0.8.2claws52
5850
5851         * src/compose.c
5852                 Fix custom headers recognition when
5853                 prefs_common.trans_hdr is on
5854
5855 2002-09-15 [colin]      0.8.2claws51
5856
5857         * src/compose.c
5858                 Allow dynamically-added custom headers
5859                 Yet not reparsed if reedited
5860
5861 2002-09-15 [alfons]     0.8.2claws50
5862
5863         * src/prefs_account.c
5864                 fix warnings
5865
5866 2002-09-15 [colin]      0.8.2claws49
5867         
5868         * src/prefs_account.c
5869                 fix pop_before_smtp sensitivity
5870
5871 2002-09-15 [colin]      0.8.2claws48
5872
5873         * src/inc.[ch]
5874                 add inc_pop_before_smtp()
5875                 allow MainWindow to be undefined in 
5876                 inc_account_mail() and inc_start()
5877         * src/pop.c
5878           src/prefs_account.h
5879                 add STYPE_POP_BEFORE_SMTP session type
5880         * src/prefs_account.c
5881                 activated pop before smtp option
5882         * src/send.c
5883                 do pop before smtp if the relevant option 
5884                 is set
5885
5886 2002-09-15 [paul]       0.8.2claws47
5887
5888         * sync with 0.8.3
5889                 see ChangeLog 2002-09-15
5890
5891 2002-09-14 [paul]       0.8.2claws46
5892
5893         * po/bg.po
5894                 updated Bulgarian translation, submitted by
5895                 George Danchev
5896
5897 2002-09-13 [paul]       0.8.2claws45
5898
5899         * src/compose.c
5900                 merge claws' select_account() with main's
5901                 (new) compose_select_account(). [sync with
5902                 0.8.2cvs15, see ChangeLog 2002-09-11]
5903
5904 2002-09-12 [christoph]  0.8.2claws44
5905
5906         * src/filter.c
5907                 allocate 1 elements of FolderItem not 0
5908
5909 2002-09-12 [colin]      0.8.2claws43
5910
5911         * src/compose.c
5912                 Fix bug #590825 (obey Follow-up: poster)
5913
5914 2002-09-12 [colin]      0.8.2claws42
5915
5916         * src/procmime.c
5917                 Fix bug #557009 (wrong headers for messages 
5918                 forwarded as attachments)
5919
5920 2002-09-11 [colin]      0.8.2claws41
5921         
5922         * src/compose.c
5923                 Put SCF: pseudo-header on top of message
5924                 Set draft tmp_flag when saved as draft
5925
5926         * src/procmsg.c
5927           src/procheader.c
5928                 Skip after first \n\n for beginning of real message
5929                 for drafts too
5930
5931 2002-09-11 [christoph]  0.8.2claws40
5932
5933         * src/filtering.c
5934                 use procmsg flag functions in filtering or processing
5935                 will cause incorrect folder message counts
5936
5937 2002-09-11 [colin]      0.8.2claws39
5938
5939         * src/compose.c
5940                 Fix bug #550175 - wrong save folder when reediting
5941                 drafts
5942
5943 2002-09-11 [paul]       0.8.2claws38
5944
5945         * sync with 0.8.2cvs14
5946                 see ChangeLog 2002-09-11
5947
5948 2002-09-11 [colin]      0.8.2claws37
5949
5950         * src/folder.c
5951                 Fix a typo (seeming to cause new/unread status to
5952                 be lost)
5953
5954 2002-09-10 [christoph]  0.8.2claws36
5955
5956         * src/compose.c
5957                 compose_redirect should not use compose_generic_new
5958                 because that does more stuff than expected including
5959                 opening the external editor
5960                 (closes bug "[ 526608 ] bounced messages appear blank
5961                  in editor")
5962
5963 2002-09-10 [christoph]  0.8.2claws35
5964
5965         * src/folder.c
5966                 fix problem with too large message number range
5967                 causing a crash in folder_item_scan
5968
5969 2002-09-10 [paul]       0.8.2claws34
5970
5971         * sync with 0.8.2cvs13
5972                 see ChangeLog 2002-09-10
5973
5974 2002-09-10 [christoph]  0.8.2claws33
5975
5976         * src/msgcache.c
5977                 set MsgInfo TmpFlags for queue and draft folders
5978                 (closes bug "[ 591676 ] Queue ignore MIME on restart")
5979
5980 2002-09-10 [paul]       0.8.2claws32
5981
5982         * AUTHORS
5983           po/bg.po      ** NEW FILE **
5984                 new Bulgarian translation submitted by
5985                 George Danchev <danchev@spnet.net>
5986                 
5987         * tools/Makefile.am
5988           tools/README
5989           tools/tb2sylpheed     ** NEW FILE **
5990                 add script that converts an addressbook exported
5991                 from The Bat! into a Sylpheed addressbook. Submitted
5992                 by Urke MMI <urke-kg@eunet.yu>
5993
5994 2002-09-10 [paul]       0.8.2claws31
5995
5996         * sync with 0.8.2cvs12
5997                 see ChangeLog 2002-09-10
5998
5999 2002-09-06 [paul]       0.8.2claws30
6000
6001         * src/prefs_common.c
6002                 sync with 0.8.2cvs11, see ChangeLog 2002-09-06
6003                 
6004         * tools/Makefile.am
6005           tools/README
6006           tools/ldif-to-xml.py  ** REMOVED **
6007                 remove obsolete python script
6008
6009 2002-09-06 [paul]       0.8.2claws29
6010
6011         * sync with 0.8.2cvs10
6012                 see ChangeLog 2002-09-06
6013
6014 2002-09-04 [paul]       0.8.2claws28
6015
6016         * sync with 0.8.2cvs9
6017                 see ChangeLog 2002-08-04
6018
6019 2002-09-04 [colin]      0.8.2claws27 
6020
6021         * src/prefs_common.[ch]
6022                 Added signature color configuration
6023         * src/textview.c
6024                 Use user-specified signature color
6025
6026 2002-09-03 [colin]      0.8.2claws26
6027
6028         * src/prefs_common.[ch]
6029                 Added autosave and autosave_length prefs
6030         * src/compose.c
6031                 Added compose_remove_draft()
6032                 Auto-save drafts according to the prefs
6033         * src/main.c
6034                 Added a crash-indicator file, allowing to check
6035                 for new messages on startup if Sylpheed crashed
6036                 (makes saved drafts "reappear")
6037
6038 2002-09-03 [colin]      0.8.2claws25
6039
6040         * src/textview.[ch]
6041                 Grey the signature
6042
6043 2002-09-03 [paul]       0.8.2claws24
6044
6045         * sync with 0.8.2cvs8
6046                 see ChangeLog 2002-09-02 and 2002-09-03
6047
6048 2002-09-03 [darko]      0.8.2claws23
6049
6050         * src/folderview.c
6051                 use normal style when creating new folder to pick
6052                 proper font size 
6053
6054 2002-09-02 [melvin]     0.8.2claws22
6055
6056         * src/gtkaspell.m4
6057                 removed some obsolete code
6058
6059 2002-09-02 [melvin]     0.8.2claws21
6060
6061         * ac/aspell.m4
6062                 fixed test's equality sign (== to =)
6063
6064 2002-09-02 [alfons]     0.8.2claws20
6065
6066         * src/folder.c
6067         * src/mh.c
6068                 revert change of 0.8.2claws16 and use the mh_folder_destroy
6069                 as folder->destroy virtual as suggested by Hiro
6070                 (the mh.c code seems to have been lost around mh.c.1.21)
6071
6072 2002-09-02 [paul]       0.8.2claws19
6073
6074         * po/pt_BR.po
6075                 updated by Fabio Jr. Beneditto
6076                 
6077         * src/defs.h
6078                 use 'http://claws.sylpheed.org' for homepage link. 
6079                 Domain provided by Oktay Altunergil <oktay@freelinuxcd.org>
6080
6081 2002-09-01 [alfons]     0.8.2claws18
6082
6083         * src/mh.c
6084                 plug memleak related to one Martin Kluge found
6085
6086 2002-08-31 [paul]       0.8.2claws17
6087
6088         * sync with 0.8.2cvs6
6089                 see ChangeLog 2002-08-30
6090
6091 2002-08-31 [alfons]     0.8.2claws16
6092
6093         * src/folder.c
6094                 folder_destroy(): remove mailbox from folderlist even if it has
6095                 no destroy virtual
6096
6097 2002-08-31 [alfons]     0.8.2claws15
6098
6099         * src/folder.c
6100                 :%sno/if(/if (/gc
6101                 :%sno/for(/for (/gc
6102                 (being pedantic I know)
6103
6104 2002-08-31 [alfons]     0.8.2claws14
6105
6106         * src/folder.c
6107                 check for NULL pointers returned from folder->fetch_msginfo virtual
6108                 (should solve some reported crashes)
6109
6110 2002-08-30 [alfons]     0.8.2claws13
6111
6112         * acconfig.h
6113         * configure.in
6114         * src/crash.c
6115                 enable crash dialog on compilation time
6116                 (--enable-crash-dialog configure option)
6117
6118 2002-08-30 [alfons]     0.8.2claws12
6119
6120         * AUTHORS
6121                 add Martin Kluge
6122         * src/mh.c
6123                 apply memory leak plug patch by Martin Kluge
6124                 (closes patch "[ 602568 ] patch for 602441 little memory leak",
6125                 bug "[ 599677 ] Very small memory leak in 0.81claws115",
6126                 and bug "[ 602441 ] memoryleak in filtering 0.8.2claws9?")
6127
6128 2002-08-30 [darko]      0.8.2claws11
6129
6130         * src/folderview.c
6131                 copy Gtk style from normal style to match
6132                 font size for coloured folders
6133
6134 2002-08-29 [alfons]     0.8.2claws10
6135
6136         * sylpheed.desktop
6137                 Type=Internet <- Type=Application
6138                 (reported by Michael Schwendt, see:
6139                 http://sourceforge.net/tracker/index.php?func=detail&aid=599765&group_id=25528&atid=384600
6140                 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=72882)
6141
6142 2002-08-29 [paul]       0.8.2claws9
6143
6144         * sync with 0.8.2cvs5
6145                 see ChangeLog 2002-08-29
6146
6147 2002-08-29 [colin]      0.8.2claws8
6148
6149         * src/summaryview.c
6150                 Added a sanity check in summary_select_thread
6151                 Should fix bug 601605
6152
6153 2002-08-29 [colin]      0.8.2claws7
6154
6155         * src/main.c
6156                 Revert claws6 changes regarding bug #591676
6157
6158 2002-08-28 [colin]      0.8.2claws6
6159         
6160         * src/main.c
6161                 Ignore cache for queue folderitems
6162                 Fix bug #591676
6163
6164 2002-08-28 [melvin]     0.8.2claws5
6165
6166         * README.claws
6167                 Fixed typos.
6168
6169 2002-08-28 [melvin]     0.8.2claws4
6170
6171         * README.claws
6172                 Updated a bit the text concerning the spell checker
6173
6174 2002-08-28 [melvin]     0.8.2claws3
6175
6176         Merged the GNU_aspell_branch:
6177                 Support of new GNU/aspell is now included and the old pspell
6178                 is not supported anymore.
6179                 See README.claws
6180
6181         * README.claws
6182                 Updated spell checker text to reflect the switch to GNU/aspell
6183
6184         * ac/aspell.m4          *** NEW ***
6185         * src/gtkaspell.[ch]    *** NEW *** 
6186         * ac/pspell.m4          *** DELETED *** 
6187         * src/gtkspell.[ch]     *** DELETED ***
6188
6189         * ac/Makefile.am
6190                 Updated for GNU/aspell support
6191
6192         * po/POTFILES.in
6193                 Replaced gtkspell.c by gtkaspell.c
6194
6195         * acconfig.h
6196         * src/Makefile.am
6197         * src/about.c
6198         * src/compose.[ch]
6199         * src/crash.c
6200         * src/main.c
6201         * src/prefs_common.[ch]
6202                 Updated for GNU/aspell support
6203
6204 2002-08-28 [paul]       0.8.2claws2
6205
6206         * sync with 0.8.2cvs4
6207                 see ChangeLog 2002-08-27 and 2002-08-28
6208
6209 2002-08-28 [colin]      0.8.2claws1
6210
6211         * src/summary_search.c
6212                 Added "AND search"
6213
6214 2002-08-28 [jens]       0.8.2claws
6215
6216         *po/de.po
6217                 Updated German translations
6218
6219 2002-08-27 [melvin]     0.8.2claws
6220
6221         * po/fr.po
6222                 Updated French translations
6223
6224 2002-08-27 [paul]       0.8.2claws
6225
6226         * sync with 0.8.2 main release
6227
6228         * po/en_GB.po
6229           po/es.po
6230           po/it.po
6231           po/pl.po
6232           po/pt_BR.po
6233           po/sr.po
6234                 updated message catalogs submitted by
6235                 Ricardo Mones Lastra, Alessandro Maestri,
6236                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.
6237                 Beneditto and Urke MMI  
6238
6239 2002-08-27 [hoa]        0.8.1claws123
6240
6241         * src/mainwindow.[ch]
6242         * src/summaryview.[ch]
6243                 removed the "filter setting" menu option.
6244                 add a "cancel a news message" menu option.
6245
6246 2002-08-26 [martin]     0.8.1claws122
6247
6248         * ChangeLog.claws
6249                 changed string under 0.8.1claws79 changed by myself
6250                 i'm sorry alfons :(
6251
6252 2002-08-26 [martin]     0.8.1claws121
6253
6254         * src/crash.c
6255                 added kill command to debuggerrc to start crash dialog
6256
6257 2002-08-26 [paul]       0.8.1claws120
6258
6259         * sync with 0.8.1cvs31
6260                 see ChangeLog 2002-08-26
6261
6262 2002-08-25 [alfons]     0.8.1claws119
6263
6264         * src/procmsg.c
6265                 fix bug that didn't send out correct headers to news server
6266                 when sending news article and email from queue (bug reported
6267                 and patch provided by Tim Mann; closes bug 
6268                 "[ 583196 ] 0.7.8claws can't post news")
6269
6270 2002-08-25 [alfons]     0.8.1claws118
6271
6272         * src/selective_download.c
6273                 mark two strings as translatable
6274                 (thanks to Urke MMI for pointing this out)
6275
6276 2002-08-25 [alfons]     0.8.1claws117
6277
6278         * src/summaryview.c
6279                 treat sent boxes as special and allow sorting them by addressee
6280                 (closes "[ 589418 ] Sent folder sorting misbehavior"
6281                 submitted by Steve Lamb)
6282
6283 2002-08-24 [alfons]     0.8.1claws116
6284
6285         * src/matcher.c
6286                 fix memleak reported by Martin Kluge
6287                 (see: "[ 599677 ] Very small memory leak in 0.81claws115")
6288
6289 2002-08-24 [oliver]     0.8.1claws115
6290
6291         * src/prefs_toolbar.c
6292                 o code cleanup as suggested by Alfons
6293                 o memleak fix
6294
6295 2002-08-24 [alfons]     0.8.1claws114
6296
6297         * src/summaryview.c
6298                 o fix another memory leak reported by Martin Kluge
6299                   (see "[ 599568 ] Small Memory Leak")
6300                 o remove 'from' variable from 'summary_set_header()'; we can
6301                   do with just 'to' 
6302
6303 2002-08-24 [paul]       0.8.1claws113
6304
6305         * sync with 0.8.1cvs30
6306                 see ChangeLog 2002-08-23
6307
6308 2002-08-24 [alfons]     0.8.1claws112
6309
6310         * src/summaryview.c
6311                 remove unnecessary allocations for search bar fixing leaks
6312                 reported by Martin Kluge
6313                 (see "[ 599451 ] Further memory leaks?")
6314
6315 2002-08-24 [alfons]     0.8.1claws111
6316
6317         * src/main.c
6318                 make get_socket_name() public for crash.c
6319         * src/crash.c
6320                 o make report bug button work (goes to claws' 
6321                   bug tracker at sf.net)
6322                 o introduce function for doing important stuff just
6323                   before claws goes down
6324                 o clean up code 
6325
6326 2002-08-24 [alfons]     0.8.1claws110
6327
6328         * src/compose.c
6329                 move cursor to "To" entry when forwarding as attachment
6330                 (reported and solved by Steve Lamb, closes bug report
6331                 "[ 592880 ] Forward as attachment; cursor not in to")
6332
6333 2002-08-24 [colin]      0.8.1claws109
6334
6335         * src/mainwindow.c
6336                 fix quick search visibility after GUI (de)separations.
6337
6338 2002-08-23 [colin]      0.8.1claws108
6339
6340         * src/mainwindow.c
6341                 fix header pane visibility after folderview or
6342                 messageview (de)separation
6343
6344 2002-08-23 [paul]       0.8.1claws107
6345
6346         * src/mainwindow.[ch]
6347           src/toolbar.c
6348                 give full control of display or non-display 
6349                 of the Execute icon to Custom toolbar settings.
6350                 add new sensitivity condition to maninwindow.h: 
6351                 M_DELAY_EXEC
6352
6353         * ChangeLog
6354           ChangeLog.jp
6355           NEWS
6356                 more sync with 0.8.1cvs29
6357
6358 2002-08-23 [melvin]     0.8.1claws106
6359
6360         * src/alertpanel.c
6361                 Readded support for custom widget in alertpanel lost in last
6362                 sync.
6363
6364 2002-08-23 [paul]       0.8.1claws105
6365
6366         * sync with 0.8.1cvs29
6367                 see ChangeLog 2002-08-23
6368
6369 2002-08-23 [colin]      0.8.1claws104
6370
6371         * src/summaryview.c
6372                 Fix folder and search pixmaps exchanging positions
6373                 after theme or toolbar changes. Thank to Oliver for 
6374                 reporting this.
6375
6376 2002-08-23 [colin]      0.8.1claws103
6377
6378         * src/mainwindow.c
6379           src/messageview.[ch]
6380           src/noticeview.[ch]
6381           src/summaryview.c
6382                 Changed messageview_create() and noticeview_create()
6383                 to avoid the last gdk_warning
6384
6385 2002-08-22 [colin]      0.8.1claws102
6386
6387         * src/summaryview.c
6388                 Fix my new `Creating pixmap from xpm' warning
6389
6390 2002-08-22 [colin]      0.8.1claws101
6391
6392         * src/mainwindow.c
6393                 Fix some of the gdk warnings
6394
6395 2002-08-22 [colin]      0.8.1claws100
6396
6397         * src/Makefile.am
6398         * src/stock_pixmap.c
6399         * src/stock_pixmap.h
6400         * src/pixmaps/quicksearch.xpm *ADDED*
6401                 Add the quicksearch pixmap
6402         * src/mainwindow.c
6403         * src/summaryview.c
6404         * src/summaryview.h
6405                 Make quicksearch bar visible/hidden via a button
6406
6407 2002-08-22 [christoph]  0.8.1claws99
6408
6409         * src/folder.c
6410                 fix folder update for newsgroups with message
6411                 numbers below minimum number of articles to fetch
6412                 (closes bug #598445)
6413
6414 2002-08-22 [paul]       0.8.1claws98
6415
6416         * sync with 0.8.1cvs28
6417                 see ChangeLog 2002-08-22
6418
6419 2002-08-21 [alfons]     0.8.1claws97
6420
6421         * src/crash.c
6422                 use bt instead of bt full which seems to work 
6423                 better, and bt full doesn't give a great deal 
6424                 of information anyway
6425
6426 2002-08-21 [colin]      0.8.1claws96
6427
6428         * src/summaryview.c
6429                 fix summaryview_searchtype_changed prototype
6430
6431 2002-08-21 [christoph]  0.8.1claws95
6432
6433         * src/mainwindow.c
6434                 o fix broken menu update for sorting type, we have to
6435                   get this info from the summaryview now
6436                 o removed setting of threaded state in menu callback
6437         * src/summaryview.[ch]
6438                 more summaryview/folderitem seperation for
6439                 threading option
6440         * configure.in
6441                 removed not required --with-compiler-flags option
6442
6443 2002-08-21 [oliver]     0.8.1claws94
6444         
6445         * src/toolbar.h 
6446                 o rename toolbar.xml to toolbar_main.xml
6447                   since toolbar_compose.xml might come up 
6448                   any time soon
6449         * README.claws
6450                 add custom toolbar              
6451
6452 2002-08-21 [darko]      0.8.1claws93
6453
6454         * src/procmsg.c
6455                 don't reset tmp flags for messages copied
6456                 to sent folder
6457
6458 2002-08-21 [colin]      0.8.1claws92
6459         
6460         * src/prefs_filtering.c
6461                 fix renaming rules on folder rename 
6462                 when folder is not a leaf folder
6463
6464 2002-08-21 [paul]       0.8.1claws91
6465
6466         * src/prefs_folder_item.c
6467                 fix alignment of colour selector
6468
6469 2002-08-21 [paul]       0.8.1claws90
6470
6471         * sync with 0.8.1cvs27
6472                 see ChangeLog 2002-08-21
6473
6474 2002-08-21 [paul]       0.8.1claws89
6475
6476         * src/summaryview.c
6477                 fix crash when changing field type in
6478                 Quick search bar
6479
6480 2002-08-21 [colin]      0.8.1claws88
6481
6482         * src/summaryview.c
6483                 Made quick search case-insensitive
6484
6485 2002-08-21 [paul]       0.8.1claws87
6486
6487         * sync with 0.8.1cvs26
6488                 see ChangeLog 2002-08-21
6489
6490 2002-08-20 [christoph]  0.8.1claws86
6491
6492         * src/folderview.c
6493         * src/main.c
6494         * src/summaryview.[ch]
6495                 more summaryview/folderitem seperation for
6496                 sort_key and sort_type
6497         * src/procmsg.c
6498                 added missing return statement
6499
6500 2002-08-20 [colin]      0.8.1claws85
6501
6502         * src/summaryview.[ch]
6503                 Added a quick search box
6504         * src/mainwindow.c
6505         * src/prefs_common.[ch]
6506                 Added a show/hide option for the quick search
6507
6508 2002-08-20 [oliver]     0.8.1claws84
6509         
6510         * src/mainwindow.c
6511                 remove toolbar_create_popups
6512         * src/toolbar.[ch]
6513                 o remove toolbar_create_popups
6514                 o fix toolbar_set_sensitive 
6515                   (Bug reports #596834 and #596832)     
6516         * src/prefs_toolbar.c
6517                 o add "Set default" button
6518                 o align label and text + combo widgets
6519
6520 2002-08-20 [hoa]        0.8.1claws83bis
6521
6522         * src/imap.c
6523                 fixed a bug in imap_fetch_msginfo() in case there is no
6524                 current folder.
6525
6526 2002-08-20 [darko]      0.8.1claws83
6527
6528         * src/folderview.c
6529                 copy the color style of folder view so it
6530                 works with GTK themes
6531
6532 2002-08-20 [darko]      0.8.1claws82
6533
6534         * src/folder.h
6535         * src/folderview.c
6536         * src/prefs_folder_item.[hc]
6537                 don't use UI stuff in folder.h
6538
6539 2002-08-20 [darko]      0.8.1claws81
6540
6541         * src/folder.h
6542         * src/prefs_folder_item.h
6543         * src/folderview.c
6544         * src/prefs_folder_item.c
6545                 ability to set folder color in folderview
6546
6547 2002-08-19 [alfons]     0.8.1claws80
6548
6549         * src/summaryview.c
6550                 fix one of the earlier memleaks reported by Martin Kluge
6551
6552 2002-08-19 [alfons]     0.8.1claws79
6553
6554         * src/mainwindow.c
6555                 hide notice view when selecting seperate folder
6556                 view (reported by Urke MMI)
6557
6558 2002-08-19 [christoph]  0.8.1claws78
6559
6560         * src/folderview.c
6561         * src/prefs_folder_item.h
6562         * src/summaryview.[ch]
6563                 o add summary_set_prefs_from_folderitem to set
6564                   summaryview prefs (first step to remove all
6565                   references to the folderitem in summaryview)
6566                 o moved compiled regex stuff from folderitem prefs
6567                   to summaryview code
6568
6569 2002-08-19 [paul]       0.8.1claws77
6570
6571         * src/compose.c
6572                 add check for '.' to QUOTE_IF_REQUIRED
6573
6574 2002-08-19 [paul]       0.8.1claws76
6575
6576         * src/inc.c
6577                 sync with 0.8.1cvs25 (plug memory leak)
6578
6579         * src/prefs_toolbar.c
6580                 re-order prefs_toolbar_cancel()
6581
6582 2002-08-18 [alfons]     0.8.1claws75
6583
6584         * src/inc.c
6585         * src/matcher.c
6586                 plug other memleaks reported by Martin Kluge
6587
6588 2002-08-18 [paul]       0.8.1claws74
6589
6590         * po/pt_BR.po
6591                 updated by Fabio Jr. Beneditto
6592
6593 2002-08-18 [paul]       0.8.1claws73
6594
6595         * src/toolbar.[ch]
6596                 fix bug where tooltips were displayed untranslated              
6597
6598         * src/prefs_toolbar.c
6599                 fix bug where clicking 'Cancel' creates an icon & text
6600                 toolbar regardless of prefs
6601         
6602
6603 2002-08-17 [oliver]     0.8.1claws72
6604
6605         * src/prefs_toolbar.c
6606                 update toolbar on CANCEL
6607                 bug reported by Martin Kluge
6608         * src/toolbar.c
6609                 toolbar_destroy memleak fixed           
6610
6611 2002-08-17 [alfons]     0.8.1claws71
6612
6613         * src/toolbar.c
6614                 plug another memleak reported by Martin Kluge
6615
6616 2002-08-16 [alfons]     0.8.1claws70
6617
6618         * src/crash.c
6619                 use execvp() correctly (suggested by wwp; thanks!)
6620
6621 2002-08-16 [alfons]     0.8.1claws69
6622
6623         * src/gtksctree.c
6624                 plug memory leak reported by Kim Schultz & Martin Kluge
6625
6626 2002-08-16 [paul]       0.8.1claws68
6627
6628         * po/es.po
6629                 updated by Ricardo Mones Lastra
6630
6631 2002-08-16 [paul]       0.8.1claws67
6632
6633         * src/toolbar.h
6634                 fix bug where 'Compose News' icon showed wrong
6635                 tooltip
6636
6637 2002-08-16 [paul]       0.8.1claws66
6638
6639         * sync with 0.8.1cvs24
6640                 see ChangeLog 2002-08-16
6641
6642         * po/it.po
6643                 updated by Alessandro Maestri
6644
6645 2002-08-15 [paul]       0.8.1claws65
6646
6647         * po/sr.po
6648                 updated by Urke MMI
6649
6650 2002-08-15 [paul]       0.8.1claws64
6651
6652         * src/*.c
6653                 don't translate debug info
6654
6655         * src/matcher.[ch]
6656                 add copyright info
6657
6658 2002-08-15 [paul]       0.8.1claws63
6659
6660         * src/prefs_toolbar.c
6661                 fix bug where clicking 'OK' creates an icon & text
6662                 toolbar regardless of prefs
6663
6664 2002-08-14 [alfons]     0.8.1claws62
6665
6666         * src/main.c
6667                 add global var that has the full argv[0]
6668         * src/crash.c
6669                 o execvp the correct sylpheed by using argv0
6670                   and setting the correct work dir
6671                 o other tweaks  
6672
6673 2002-08-14 [oliver]     0.8.1claws61
6674         
6675         * enable/disable Toolbar Action Buttons 
6676         * code cleanups
6677         * src/mainwindow.c
6678         * src/toolbar.[ch]      
6679         * src/prefs_toolbar.c   
6680
6681 2002-08-14 [melvin]     0.8.1claws60
6682
6683         * po/fr.po
6684                 Updated French translations
6685
6686 2002-08-14 [melvin]     0.8.1claws59
6687
6688         * src/crash.c
6689                 Made bug report not translatable
6690         * src/exporthtml.c
6691                 Fixed exporthtml_build_filespec() return value
6692         * src/foldersel.c
6693                 Fixed incorrect include file
6694         * src/gtkspell.c
6695         * src/prefs_actions.c
6696         * src/prefs_toolbar.c
6697                 Made debug info not translatable
6698         * src/mutt.c
6699         * src/quote_fmt.c
6700                 Added missing includes
6701         * src/prefs_common.c
6702                 Fixed typo
6703
6704 2002-08-14 [paul]       0.8.1claws58
6705
6706         * faq/es/sylpheed-faq.html
6707           faq/es/sylpheed-faq-[1-3].html
6708           faq/es/sylpheed-faq-4.html     **NEW FILE **
6709                 update Spanish FAQ
6710
6711 2002-08-13 [christoph]  0.8.1claws57
6712
6713         * src/procmsg.c
6714                 ignore thread fix that did not mark all
6715                 child nodes of a ignored thread as
6716                 ignored. Does not work perfectly yet,
6717                 but it is better now
6718
6719 2002-08-13 [alfons]     0.8.1claws56
6720
6721         * src/crash.c
6722                 o implement 'save crash log'
6723                 o some tweaks
6724
6725 2002-08-13 [melvin]     0.8.1claws55
6726
6727         * src/main.c
6728                 removed unrequired "execinfo.h" header
6729
6730 2002-08-12 [paul]       0.8.1claws54
6731
6732         * faq/en/sylpheed-faq.html
6733           faq/en/sylpheed-faq-[1-3].html
6734           faq/en/sylpheed-faq-4.html     **NEW FILE **
6735                 update English FAQ
6736
6737 2002-08-12 [alfons]     0.8.1claws53
6738
6739         * po/POTFILES.in
6740                 add crash.c to translatables
6741         * src/crash.c
6742                 bring in Leandro's crash dialog
6743
6744 2002-08-11 [alfons]     0.8.1claws52
6745
6746         * src/crash.c
6747                 clean up some warnings
6748
6749 2002-08-11 [alfons]     0.8.1claws51
6750
6751         * acconfig.h
6752         * configure.in
6753         * src/crash.[ch]        ** NEW FILES **
6754         * src/main.c            
6755                 initial gdb crash handler
6756
6757 2002-08-11 [paul]       0.8.1claws50
6758
6759         * src/prefs_toolbar.c
6760                 replace Up/Down arrow pixmaps with text to be
6761                 consistent across icon themes
6762
6763 2002-08-11 [paul]       0.8.1claws49
6764
6765         * src/prefs_common.c
6766           src/prefs_toolbar.c
6767                 rename 'Pixmap' -> 'Icon'
6768
6769         * src/toolbar.[ch]
6770                 rename  'A_SEND_QUEUD' -> 'A_SEND_QUEUED'
6771
6772 2002-08-10 [paul]       0.8.1claws48
6773
6774         * src/prefs_toolbar.c
6775                 re-work the UI
6776
6777 2002-08-10 [paul]       0.8.1claws47
6778
6779         * src/main.c
6780                 don't write Processing progress to status bar
6781                 patch submitted by Alexander Evseev
6782
6783         * src/prefs_toolbar.c
6784                 re-position and resize window
6785                 make window assume correct size on first call
6786
6787 2002-08-10 [paul]       0.8.1claws46
6788
6789         * src/mainwindow.c
6790           src/prefs_toolbar.c
6791           src/toolbar.c
6792           src/toolbar.h
6793                 obey coding style
6794                 follow UI text conventions
6795
6796 2002-08-10 [alfons]     0.8.1claws45
6797
6798         * src/toolbar.c
6799                 correct pixmap for delete action
6800
6801 2002-08-10 [paul]       0.8.1claws44
6802
6803         * po/pt_BR.po
6804                 updated by Fabio Jr. Beneditto
6805
6806 2002-08-10 [paul]       0.8.1claws43
6807
6808         * po/POTFILES.in
6809                 add custom toolbar files
6810
6811 2002-08-10 [paul]       0.8.1claws42
6812
6813         * sync with 0.8.1cvs22
6814                 see ChangeLog 2002-08-09
6815
6816 2002-08-09 [paul]       0.8.1claws41
6817
6818         * tools/Makefile.am
6819           tools/README
6820           tools/outlook2sylpheed.pl     ** NEW FILE **
6821                 add script to convert exported Outlook
6822                 contacts list to a Sylpheed addressbook.
6823                 Submitted by Ricardo Mones Lastra.
6824
6825 2002-08-09 [paul]       0.8.1claws40
6826
6827         * AUTHORS
6828           configure.in
6829           po/sr.po      ** NEW FILE **
6830                 add Serbian message catalog. Submitted by
6831                 Urosevic Aleksandar aka Urke MMI <urke-kg@eunet.yu>             
6832
6833 2002-08-09 [paul]       0.8.1claws39
6834
6835         * sync with 0.8.1cvs21
6836                 see ChangeLog 2002-08-08
6837
6838 2002-08-08 [oliver]     0.8.1claws38
6839
6840         * src/mainwindow.c
6841                 move Custom Toolbar to Configuration menu
6842
6843 2002-08-08 [oliver]     0.8.1claws37
6844
6845         * src/prefs_toolbar.c
6846                 fix substitute pixmap bug
6847
6848 2002-08-08 [paul]       0.8.1claws36
6849
6850         * sync with 0.8.1cvs19
6851                 see ChangeLog 2002-08-08
6852
6853 2002-08-07 [christoph]  0.8.1claws35
6854
6855         * src/utils.c
6856                 fixed a memory leak in new canonicalize_file_replace
6857
6858 2002-08-07 [christoph]  0.8.1claws34
6859
6860         * src/utils.[ch]
6861                 o canonicalize_file_replace should create the temporary
6862                   file in the same directory as the original file.
6863                 o added get_tmpfile_in_dir that creates a temorary file
6864                   in a specified directory.
6865
6866 2002-08-07 [melvin]     0.8.1claws33
6867
6868         * src/toolbar.c
6869                 fixed bug where 'Article' button acted as 'Email' button.
6870
6871 2002-08-07 [paul]       0.8.1claws32
6872
6873         * sync with 0.8.1.cvs17
6874                 see ChangeLog 2002-08-07
6875
6876 2002-08-07 [colin]      0.8.1claws31
6877         
6878         * src/news.c
6879                 fix mass-cancel problem
6880
6881 2002-08-07 [thorsten]   0.8.1claws30
6882
6883         * src/prefs_toolbar.c
6884                 fix: crash on replace or add new button
6885         * src/toolbar.c
6886                 fix: close xmlfile after reading
6887         * src/utils.c
6888                 fix: unlink() file before rename()
6889
6890 2002-08-06 [paul]       0.8.1claws29
6891
6892         * sync with 0.8.cvs15
6893                 see ChangeLog 2002-08-06
6894
6895 2002-08-06 [oliver]     0.8.1claws28
6896
6897         * src/toolbar.c
6898         * src/prefs_toolbar.c
6899                 fixed empty toolbar issue
6900
6901 2002-08-06 [oliver]     0.8.1claws27
6902
6903         * Custom Toolbar Final 
6904         * src/folderview.c
6905         * src/inc.c
6906         * src/summaryview.c
6907                 o toolbar stuff now lives in src/toolbar.[ch]
6908                 o main_window_toolbar_* functions are renamed to
6909                   toolbar_* reflecting their new source file
6910         * src/mainwindow.[ch]
6911                 o remove toolbar stuff  
6912
6913 2002-08-06 [oliver]     0.8.1claws26
6914         
6915         * src/Makefile.am
6916         * src/prefs_toolbar.[ch]        **New File**
6917         * src/toolbar.[ch]              **New File**
6918                 o prefs_toolbar.[ch] custom toolbar frontend
6919                 o toolbar.[ch]       backend 
6920
6921 2002-08-06 [oliver]     0.8.1claws25
6922
6923         * src/prefs_actions.[ch]
6924                 o new exported function actions_execute
6925
6926 2002-08-06 [paul]       0.8.1claws24
6927
6928         * sync with 0.8.1cvs4
6929                 see ChangeLog 2002-08-06
6930
6931 2002-08-06 [paul]       0.8.1claws23
6932
6933         * sync with 0.8.1cvs13
6934                 see ChangeLog 2002-08-06
6935
6936 2002-08-06 [paul]       0.8.1claws22
6937
6938         * sync with 0.8.1cvs12
6939                 see ChangeLog 2002-08-05 and 2002-08-06
6940
6941 2002-08-06 [match]      0.8.1claws21
6942
6943         * src/addrclip.c
6944                 improvements to cut/copy/paste address
6945
6946 2002-08-05 [match]      0.8.1claws20
6947
6948         * src/addritem.[ch]
6949         * src/addrcache.c
6950         * src/addrbook.c
6951         * src/editaddress.c
6952         * src/addressbook.c
6953                 fixes to improve cut/copy/paste
6954
6955 2002-08-06 [melvin]     0.8.1claws19
6956
6957         * src/account.[ch]
6958                 account_find_all_from_address(): new function that returns the
6959                 list of all accounts that are matched in an address.
6960         * src/alertpanel.[ch]
6961                 alertpanel() now accepts a custom widget
6962                 alertpanel_with_widget(): new function that pops up a panel with
6963                 a custom widget in it 
6964         * src/gtkutils.[ch]
6965                 gtkut_account_menu_new(): new function that allows the selection
6966                 of an account from a list of accounts.
6967         * src/messageview.c
6968                 Extended Return Receipt notification to select the correct 
6969                 account and to make a security test on the Delivery-Notification
6970                 address which should be the same as the Return-Path.
6971
6972 2002-08-06 [thorsten]   0.8.1claws18
6973
6974         * src/mimeview.c
6975                 attach_all: save unnamed as "noname.%d",
6976                 dont free static dirname
6977
6978 2002-08-05 [alfons]     0.8.1claws17
6979
6980         * configure.in
6981                 detect XIM by trying to link rather than compile a XIM program
6982
6983 2002-08-05 [oliver]     0.8.1claws16
6984                 
6985         * src/stock_pixmap.[ch]
6986                 o add UP_ARROW to available pixmaps (already in pixmap-directory)
6987                 o new func to retrieve pixmaps
6988
6989 2002-08-05 [paul]       0.8.1claws15
6990
6991         * sync with 0.8.1cvs10
6992                 see ChangeLog 2002-08-05
6993
6994 2002-08-04 [alfons]     0.8.1claws14
6995
6996         * src/textview.c
6997                 see if this plugs memleak
6998
6999 2002-08-04 [melvin]     0.8.1claws13
7000
7001         * src/gtkspell.c
7002                 fixed bug that could crash Sylpheed when highlighting
7003                 all misspelled words.
7004
7005 2002-08-03 [melvin]     0.8.1claws12
7006
7007         * src/prefs_actions.c
7008                 removed unnecessary checks for NULL introduced in 0.8.1claws11.
7009         * src/messageview.c
7010                 fixed bug where the Return Receipt was sent to
7011                 Delivery-Notification-To address even if it was not present
7012
7013 2002-08-02 [alfons]     0.8.1claws11
7014
7015         * src/prefs_actions.c
7016                 o more check for NULLs
7017                 o put create_io_dialog() in right conditional block
7018
7019 2002-08-02 [paul]       0.8.1claws10
7020
7021         * po/es.po
7022                 updated by Ricardo Mones Lastra
7023
7024 2002-08-01 [christoph]  0.8.1claws9
7025
7026         * src/folder.c
7027                 don't free the cache of the opened
7028                 folder in the summaryview
7029         * src/summaryview.c
7030                 don't unset flags, if it is not required
7031
7032 2002-08-01 [paul]       0.8.1claws8
7033
7034         * sync with 0.8.1cvs8
7035                 see ChangeLog entry 2002-08-01
7036
7037 2002-08-01 [paul]       0.8.1claws7
7038
7039         * sync with 0.8.1cvs7
7040                 see ChangeLog 2002-07-31 and 2002-08-01
7041
7042 2002-07-31 [christoph]  0.8.1claws6
7043
7044         * src/mainwindow.c
7045                 forgot to update menu sensitivity
7046                 function for new menu entry
7047
7048 2002-07-31 [alfons]     0.8.1claws5
7049
7050         * src/main.c
7051                 check folder item and its path for NULL on
7052                 initial processing
7053
7054 2002-07-31 [christoph]  0.8.1claws4
7055
7056         * src/folder.c
7057                 check if folder_item_get_msginfo in
7058                 folder_item_remove_msg returned NULL
7059         * src/imap.c
7060                 better clear the uid cache in the
7061                 uid validity check function and delete
7062                 cached messages
7063
7064 2002-07-31 [paul]       0.8.1claws3
7065
7066         * man/sylpheed.1
7067                 add the '--attach' option and a few other
7068                 minor changes
7069
7070 2002-07-31 [paul]       0.8.1claws2
7071
7072         * sync with 0.8.1cvs5
7073                 see ChangeLog 2002-07-31
7074
7075 2002-07-31 [christoph]  0.8.1claws1
7076
7077         * src/folderview.[ch]
7078         * src/mainwindow.c
7079                 replace "Rescan all folders..." with
7080                 "Check all folders for new messages..."
7081
7082 2002-07-30 [paul]       0.8.1claws
7083
7084         * version 0.8.1claws released
7085
7086 2002-07-30 [paul]       0.8.0claws29
7087
7088         * tools/OOo2sylpheed.pl ** NEW FILE **
7089           tools/README
7090                 add script to enable sending documents as
7091                 attachments from OpenOffice.org
7092
7093 2002-07-30 [melvin]     0.8.0claws28
7094
7095         * src/prefs_actions.c
7096                 Made the actions' input/output dialog display
7097                 without delay.
7098
7099 2002-07-30 [christoph]  0.8.0claws27
7100
7101         * src/procmsg.c
7102                 check if folder_item_get_msginfo in
7103                 procmsg_save_to_outbox returned NULL
7104
7105 2002-07-30 [paul]       0.8.0claws26
7106
7107         * sync with 0.8.1cvs4
7108                 see ChangeLog 2002-07-29
7109
7110 2002-07-29 [thorsten]   0.8.0claws25
7111
7112         * README.claws
7113                 added selective download, delete on server
7114
7115 2002-07-29 [paul]       0.8.0claws24
7116
7117         * sync with 0.8.1cvs3
7118                 see ChangeLog 2002-07-29
7119
7120 2002-07-27 [christoph]  0.8.0claws23
7121
7122         * src/folder.c
7123                 add extra check if fetching the msginfo
7124                 returned NULL
7125
7126 2002-07-27 [paul]       0.8.0claws22
7127
7128         * sync with 0.8.1cvs2
7129                 see ChangeLog 2002-07-26
7130
7131 2002-07-27 [christoph]  0.8.0claws21
7132
7133         * src/imap.c
7134                 add another check if a valid msginfo
7135                 was returned
7136
7137 2002-07-26 [hoa]        0.8.0claws20
7138
7139         * src/folder.c
7140                 Fixed a condition in folder_item_destroy()
7141
7142         * src/imap.c
7143                 Fixed an error in IMAP protocol
7144
7145 2002-07-26 [alfons]     0.8.0claws19
7146
7147         * src/folder.c
7148                 ofcourse compare with identifier, not the path
7149
7150 2002-07-26 [alfons]     0.8.0claws18
7151
7152         * src/folder.c
7153                 use folder item identifier for saving / restoring
7154                 preferences because folder->path might not be unique
7155
7156 2002-07-26 [melvin]     0.8.0claws17
7157
7158         * src/logwindow.c
7159                 Fixed a crash introduced in 0.8.0claws5 when log is 
7160                 cut under 80 characters.
7161
7162 2002-07-26 [paul]       0.8.0claws16
7163
7164         * sync with 0.8.1cvs1
7165                 see ChangeLog 2002-07-26
7166
7167 2002-07-26 [christoph]  0.8.0claws15
7168
7169         * src/imap.[ch]
7170                 imap folder now remembers the last selected
7171                 folder and imap_fetch_msginfo skips selecting
7172                 the folder if it is already selected
7173
7174 2002-07-26 [christoph]  0.8.0claws14
7175
7176         * src/folder.c
7177         * src/folderview.c
7178         * src/imap.c
7179                 fix imap folder rescanning
7180
7181 2002-07-25 [christoph]  0.8.0claws13
7182
7183         * src/filter.c
7184         * src/folder.[ch]
7185         * src/folderview.c
7186         * src/imap.[ch]
7187         * src/mainwindow.c
7188         * src/mbox_folder.c
7189         * src/mh.c
7190         * src/news.c
7191                 implement imap uid cache and uid validity check
7192
7193 2002-07-25 [alfons]     0.8.0claws12
7194
7195         * src/summaryview.c
7196                 fix a brown paper bag bug, and also add some more
7197                 checks
7198
7199 2002-07-25 [christoph]  0.8.0claws11
7200
7201         * src/folder.c
7202                 don't mix copy, fetch_msginfo and remove
7203                 operations in folder item copy and move
7204                 operations
7205
7206 2002-07-25 [christoph]  0.8.0claws10
7207
7208         * src/folderview.c
7209         * src/mainwindow.c
7210         * src/prefs_folder_item.c
7211         * src/summaryview.[ch]
7212                 remove no longer required parameter update_cache from
7213                 summary_show
7214
7215 2002-07-25 [paul]       0.8.0claws9
7216
7217         * sync with 0.8.1
7218         
7219         * AUTHORS
7220                 a few corrections
7221
7222 2002-07-24 [alfons]     0.8.0claws8
7223
7224         * src/summaryview.c
7225                 sort correctly when using simplified subject line
7226                 (closes feature request "[ 585141 ] applying regexp to subject 
7227                 before sort" submitted by Alexandra Walford)
7228
7229 2002-07-24 [paul]       0.8.0claws7
7230
7231         * sync with 0.8.0cvs3
7232                 see ChangeLog 2002-07-24
7233
7234 2002-07-23 [christoph]  0.8.0claws6
7235
7236         * src/folder.c
7237         * src/folder.h
7238         * src/summaryview.c
7239         * src/summaryview.h
7240         * src/main.c
7241                 o separate processing and summaryview
7242                 o removed summary_write_cache from summaryview
7243                 o removed summaryview->killed_messages, because we don't have
7244                   to keep a list of killed messages anymore. New cache will
7245                   keep the hidden messages in cache anyway
7246         * src/folderview.c
7247         * src/inc.c
7248         * src/selective_download.c
7249                 o removed unnecessary summary_write_cache calls
7250         * src/procmsg.c
7251                 o don't set ignore thread flag in procmsg_get_thread_tree
7252                   if it is already set
7253         * src/mainwindow.c
7254         * src/statusbar.h
7255                 o moved STATUSBAR_PUSH/POP to statusbar.h because
7256                   they are used in different files
7257
7258 2002-07-23 [melvin]     0.8.0claws5
7259
7260         * src/addressbook.c
7261         * src/addrgather.c
7262         * src/editaddress.c
7263         * src/editgroup.c
7264         * src/editldap_basedn.c
7265         * src/importldif.c
7266         * src/prefs_common.c
7267                 Fixed few memory leak (gtk_editable_get_chars returns
7268                 an allocated string)
7269         * src/logwindow.c
7270                 Fixed few memory leak (gtk_editable_get_chars returns
7271                 an allocated string) and modified a little the log cutting
7272                 loop.
7273         * src/compose.c
7274                 Replaced a call to an obsolete function gtk_entry_get_text()
7275                 by gtk_editable_get_chars()
7276         * src/send.c
7277                 Removed a debug printf
7278
7279 2002-07-23 [christoph]  0.8.0claws4
7280
7281         * src/filesel.c
7282                 fix another g_dirname memory leak
7283
7284 2002-07-23 [christoph]  0.8.0claws3
7285
7286         * src/mh.c
7287                 fixed a memory leak in mh_fetch_msginfo
7288                 fixed crash when message header could not be
7289                 parsed
7290
7291 2002-07-23 [paul]       0.8.0claws2
7292
7293         * sync with 0.8.0cvs2
7294                 see ChangeLog 2002-07-23
7295
7296 2002-07-23 [paul]       0.8.0claws1
7297
7298         * sync with 0.8.0cvs1
7299                 see ChangeLog 2002-07-23
7300
7301 2002-07-23 [paul]       0.8.0claws
7302
7303         * release of 0.8.0claws
7304
7305 2002-07-23 [paul]       0.7.8claws99
7306
7307         * po/ru.po
7308                 new Russian translation, submitted by
7309                 Botalov Vyacheslav <botalov_v@upr.uralkaly.ru>
7310
7311 2002-07-22 [jens]       0.7.8claws98
7312
7313         * po/de.po
7314                 Updated German translations.
7315
7316 2002-07-22 [paul]       0.7.8claws97
7317
7318         * po/es.po
7319           po/it.po
7320           po/nl.po
7321           po/pt_BR.po
7322                 updated translations by Ricardo Mones Lastra,
7323                 Alessandro Maestri, Wilbert Berendsen and 
7324                 Fabio Jr. Beneditto respectively
7325
7326 2002-07-22 [christoph]  0.7.8claws96
7327
7328         * src/mimeview.c
7329                 fix memory leak caused by wrong g_dirname usage
7330
7331 2002-07-22 [christoph]  0.7.8claws95
7332
7333         * src/summaryview.c
7334                 update new and unread message counts for summaryview
7335                 summaryview does not get it from the folder anymore
7336                 and has to update the values itself
7337
7338 2002-07-22 [melvin]     0.7.8claws94
7339
7340         * po/fr.po
7341                 Updated French translations.
7342
7343 2002-07-22 [christoph]  0.7.8claws93
7344
7345         * src/matcher.c
7346                 set prop->preg pointer to NULL or following check
7347                 will not fail and regexec will be called with
7348                 invalid pointer
7349
7350 2002-07-21 [alfons]     0.7.8claws92
7351         
7352         * src/prefs_common.[ch]
7353                 remove option "Send return receipt on request"
7354
7355 2002-07-21 [thorsten]   0.7.8claws91
7356
7357         * src/mimeview.c
7358                 fixed memleaks, coding style as pointed out by alfons
7359
7360 2002-07-21 [alfons]     0.7.8claws90
7361
7362         * src/messageview.c
7363         * src/noticeview.[ch]
7364                 o fix bug notice view being displayed when going to empty folder 
7365                   (noticed by Christoph)
7366                 o allow RRR to be sent when restarting sylpheed, or changing folder 
7367                   (noticed by Thorsten)
7368
7369 2002-07-21 [thorsten]   0.7.8claws89
7370
7371         * src/mimeview.c
7372                 Included save_all patch from Xaview FACQ
7373                 added support for pathnames
7374
7375 2002-07-21 [alfons]     0.7.8claws88
7376
7377         * po/POTFILES.in
7378         * src/Makefile.am
7379         * src/mainwindow.c
7380         * src/messageview.[ch]
7381         * src/noticeview.c      ** NEW FILE **
7382         * src/noticeview.h      ** NEW FILE **
7383                 make return receipts work again
7384                 (UI idea by Leandro Pereira)
7385
7386 2002-07-21 [paul]       0.7.8claws87
7387
7388         * src/summaryview.c
7389                 fix sensitivity of 'Select thread'
7390
7391 2002-07-21 [paul]       0.7.8claws86
7392
7393         * src/prefs_common.c
7394                 add browser command line for Galeon
7395
7396 2002-07-21 [paul]       0.7.8claws85
7397
7398         * Makefile.am
7399                 fix 'EXTRA_DIST': remove README.README, add TODO
7400                 and TODO.claws
7401
7402 2002-07-21 [alfons]     0.7.8claws84
7403
7404         * src/gtkstext.c
7405                 make enter clear selection
7406                 (closes "[ 579888 ] Editor selection/entry error"
7407                 reported by Steve Lamb)
7408
7409 2002-07-21 [alfons]     0.7.8claws83
7410         
7411         * src/summaryview.c
7412                 sort message list when selecting unthread messages
7413                 (closes "[ 501593 ] switching threaded view doesn't sort"
7414                 reported by Simon Schubert)
7415
7416 2002-07-20 [alfons]     0.7.8claws82
7417         
7418         * src/matcher.c
7419                 const-correctness
7420
7421 2002-07-20 [thorsten]   0.7.8claws81
7422
7423         * src/matcher.c
7424                 Fixed expansion of empty fields in matchactions
7425
7426 2002-07-19 [melvin]     0.7.8claws80
7427
7428         * src/gtkspell.c
7429                 Removed a duplicate menu entry (fast mode) introduced during
7430                 the new cache merge
7431                 Added a menu separator between 'Use alternate' and 'Fast mode'
7432
7433 2002-07-19 [paul]       0.7.8claws79
7434
7435         * tools/Makefile.am
7436           tools/README
7437                 correct typos
7438
7439 2002-07-19 [thorsten]   0.7.8claws78
7440
7441         * tools/calypso_convert.pl      ** NEW FILE **
7442           tools/README
7443           tools/Makefile.am
7444                 script to import mbox files exported
7445                 by calypso
7446                 o generates folder structure
7447                 o includes attachments
7448
7449 2002-07-19 [melvin]     0.7.8claws77
7450
7451         * src/selective_download.[ch]
7452                 Fixed bug where closing the dialog with the window manager's
7453                 close button will not unlock the summary
7454                 Corrected some function declarations that missed a return value
7455                 Made the source code comply better with coding style.
7456         * src/prefs_common.c
7457                 Added new browser command line for Mozilla.
7458
7459 2002-07-18 [paul]       0.7.8claws76
7460
7461         * src/mainwindow.c
7462           src/selective_download.[ch]
7463                 reflect theme changes, fix Gdk Warning when creating 
7464                 pixmap from NULL window, and minor clean up.
7465                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
7466
7467         * po/en_GB.po
7468                 updated
7469
7470 2002-07-17 [paul]       0.7.8claws75
7471
7472         * INSTALL[.jp]
7473                 sync with 0.8.0
7474         
7475         * po/en_GB.po
7476                 updated
7477
7478 2002-07-16 [paul]       0.7.8claws74
7479
7480         * tools/filter_conv.pl
7481           tools/README
7482                 replace conversion script with reimplemented version, 
7483                 submitted by Torsten Schoenfeld <kaffeetisch@web.de>
7484
7485 2002-07-16 [colin]      0.7.8claws73
7486
7487         * src/summaryview.c
7488                 remove forgotten debug messages - sorry ;-)
7489
7490 2002-07-16 [colin]      0.7.8claws72
7491
7492         * src/mimeview.c
7493           src/summaryview.c
7494           src/textview.c
7495           src/textview.h
7496                 add the ability to select part of a text mime-part 
7497                 to reply.
7498
7499 2002-07-15 [christoph]  0.7.8claws71
7500
7501         * src/folder.c
7502                 fix folder message count for folders without
7503                 msg_is_changed (includes news folders)
7504
7505 2002-07-15 [martin]     0.7.8claws70
7506
7507         * src/summaryview.c
7508                 option "display recipient on 'From'..." now works
7509                 without the need of enabling the option
7510                 "display  sender  using  address  book".
7511
7512 2002-07-15 [christoph]  0.7.8claws69
7513
7514         * src/summaryview.c
7515                 removed setting folder status from summaryview.
7516                 folder.c should update all message counts correctly.
7517
7518 2002-07-15 [paul]       0.7.8claws68
7519
7520         * po/pt_BR.po
7521                 updated by Fabio Junior Beneditto
7522
7523 2002-07-15 [darko]      0.7.8claws67
7524
7525         * src/mh.c
7526                 Fixed target folder colorization, don't decrease op
7527                 number twice
7528
7529 2002-07-14 [paul]       0.7.8claws66
7530
7531         * sync with main 0.8.0
7532                 see ChangeLog 2002-07-14
7533
7534 2002-07-13 [melvin]     0.7.8claws65
7535         
7536         * src/addrbook.c
7537         * src/addressbook.c
7538         * src/addrindex.c
7539                 Replaced sprintf by g_snprintf to prevent possible buffer
7540                 overflow.
7541         * src/news.c
7542                 Corrected a log message output format.
7543                 Added a missing "done" debug output.
7544         * src/compose.c
7545                 Added keyboard accelerator for Priority menu items
7546                 Added missing \n in debug output
7547         * src/logwindow.c
7548         * src/gtkspell.c
7549         * src/rfc2015.c
7550                 Added missing \n in debug output
7551
7552 2002-07-13 [paul]       0.7.8claws64
7553
7554         * man/sylpheed.1
7555                 change Sergey's email address to the sf address
7556
7557         * src/textview.c
7558                 increase show_url_timeout (more useful for long
7559                 urls)
7560
7561 2002-07-12 [sergey]     0.7.8claws63
7562
7563         * src/rfc2015.c
7564                 applied (with some modifications) patch to set the
7565                 micalg parameter for signatures
7566                 (2001-08-28 Werner Koch <wk@gnupg.org>)
7567
7568 2002-07-12 [sergey]     0.7.8claws62
7569
7570         * man/Makefile.am
7571         * configure.in
7572                 fixed man page installation
7573
7574 2002-07-12 [paul]       0.7.8claws61
7575
7576         * sync with 0.7.8cvs26
7577                 see ChangeLog 2002-07-11 and 2002-07-12
7578
7579 2002-07-11 [christoph]  0.7.8claws60
7580
7581         * src/compose.c
7582         * src/procmsg.c
7583                 first use the message number to find the message
7584                 to mark with a reply flag but check the
7585                 message-id if we got the correct message, if not
7586                 try to find it by message-id.
7587                 use new string seperator that is not allowed
7588                 in message-ids.
7589
7590 2002-07-11 [paul]       0.7.8claws59
7591
7592         * sync with 0.7.8cvs23
7593                 see ChangeLog 2002-07-10
7594
7595 2002-07-10 [christoph]  0.7.8claws58
7596
7597         * src/folder.[ch]
7598         * src/msgcache.[ch]
7599                 Added message-id table to the cache in memory
7600                 and functions to msgcache.c and folder.c to
7601                 fetch MsgInfos by message id
7602         * src/compose.c
7603         * src/procmsg.c
7604                 store folder and message-id of message replying
7605                 to in queue header and set reply flag after sending
7606                 (Closes bug #469498)
7607
7608 2002-07-10 [paul]       0.7.8claws57
7609
7610         * AUTHORS
7611           man/sylpheed.1.gz
7612                 add Martin to the list of authors
7613
7614 2002-07-09 [martin]     0.7.8claws56
7615         * src/gtksctree.c
7616                 Added gtk_ctree_last_visible(), tree_update_level(),
7617                 gtk_ctree_link(), gtk_ctree_unlink(), real_sort_list(),
7618                 tree_sort(), gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
7619                 from gtk+ to gtksctree.c for the new sorting code
7620                 Renamed gtk_ctree_sort_recusive() to gtk_sctree_sort_recursive
7621                 Renamed gtk_ctree_sort_node() to gtk_sctree_sort_node
7622         * src/gtksctree.h
7623                 Added declaration for gtk_sctree_sort_recursive() and
7624                 gtk_sctree_sort_node
7625         * src/addressbook.c
7626         * src/foldersel.c
7627         * src/folderview.c
7628         * src/summaryview.c
7629                 changed calls from gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
7630                 to gtk_sctree_sort_recursive() and gtk_sctree_sort_node()
7631
7632 2002-07-08 [paul]       0.7.8claws55
7633
7634         * more sync with 0.7.8cvs21
7635                 see ChangeLog 2002-07-08
7636
7637 2002-07-08 [paul]       0.7.8claws54
7638
7639         * sync with 0.7.8cvs21
7640                 see ChangeLog 2002-07-08
7641
7642 2002-07-07 [alfons]     0.7.8claws53
7643
7644         * src/Makefile.am
7645         * src/stock_pixmap.[ch]
7646         * src/pixmaps/notice_warn.xpm   ** NEW FILE **
7647         * src/pixmaps/notice_error.xpm  ** NEW FILE **
7648         * src/pixmaps/notice_note.xpm   ** NEW FILE **
7649                 add new pixmaps for upcoming notice pane
7650
7651 2002-07-06 [melvin]     0.7.8claws52
7652
7653         * src/gtkspell.[ch]
7654                 Made them a bit closer to Sylpheed's coding style.
7655                 Removed old code.
7656                 Removed possible memory leaks when some errors occurs.
7657
7658 2002-07-06 [melvin]     0.7.8claws51
7659
7660         * po/Makefile.in.in
7661                 Removed --no-location in xgettext command line to help
7662                 translators that use Emacs' po-mode
7663         * src/quote_fmt.c
7664                 Removed unnecessary comments that messed up sylpheed.pot
7665
7666 2002-07-06 [paul]       0.7.8claws50
7667
7668         * sync with 0.7.8cvs19
7669                 see ChangeLog 2002-07-05
7670
7671 2002-07-06 [christoph]  0.7.8claws49
7672
7673         * src/folder.c
7674         * src/mainwindow.c
7675                 fix folder_item_remove_all_msg and folderview
7676                 status for trash folders after emptying trash
7677
7678 2002-07-05 [paul]       0.7.8claws48
7679
7680         * sync with 0.7.8cvs16
7681                 see ChangeLog 2002-07-04 and 2002-07-05
7682
7683 2002-07-04 [paul]       0.7.8claws47
7684
7685         * sync with 0.7.8cvs14
7686                 see  ChangeLog 2002-07-04
7687
7688 2002-07-03 [alfons]     0.7.8claws46
7689
7690         * src/folder.c
7691                 dupe folder item's path because it's being reallocated
7692                 by new folder scanning code
7693
7694 2002-07-03 [christoph]  0.7.8claws45
7695
7696         * src/imap.c
7697                 better IMAP uid fetching using 'FETCH 1:* (UID)'
7698         * src/msgcache.c
7699                 add missing return in msgcache_write
7700
7701 2002-07-02 [thorsten]   0.7.8claws44
7702
7703         * src/jpilot.c
7704         * src/msgcache.c
7705         * src/rfc2015.c
7706                 use binary mode for file access
7707
7708 2002-07-02 [christoph]  0.7.8claws43
7709
7710         * major code cleanup (part 1)
7711         
7712                 - unused variables removed
7713                 - unused functions removed
7714                 - uninitialized variables checked
7715                 - missing return statements added
7716                 - missing function return types added
7717                 - added parentheses around assignment and
7718                   && in || when suggested by gcc
7719               
7720         * src/mh.c
7721         * src/folder.c
7722                 replaced direct calls to folder->scan_tree
7723                 with folder_scan_tree and restore folder
7724                 prefs in this function. The folder should
7725                 not have to deal with them.
7726                 ( Should now work for all folder types )
7727
7728 2002-07-02 [paul]       0.7.8claws42
7729
7730         * sync with 0.7.8cvs13
7731                 see ChangeLog 2002-07-01 and 2002-07-02
7732
7733 2002-07-01 [christoph]  0.7.8claws41
7734
7735         * src/summaryview.c
7736                 fix "goto next/prev unread message" with
7737                 ignored threads
7738
7739 2002-07-01 [paul]       0.7.8claws40
7740
7741         * po/es.po
7742                 updated by Ricardo Mones Lastra
7743
7744 2002-06-30 [match]      0.7.8claws39
7745
7746         * src/jpilot.c
7747                 applied variation of leonerd's patch (566661) to
7748                 allow multiple email addresses per JPilot entry.
7749                 addresses may be separated by space, comma, pipe,
7750                 semi-colon, new-line.
7751
7752 2002-06-30 [alfons]     0.7.8claws38
7753
7754         * src/procmsg.c
7755                 simple fix for putting older nodes before
7756                 newer nodes when threading by subject
7757
7758 2002-06-30 [christoph]  0.7.8claws37
7759
7760         * src/folder.c
7761         * src/folderview.c
7762         * src/mh.c
7763         * src/news.c
7764         * src/procmsg.c
7765                 fix broken folder tree rescaning
7766                 and don't use procmsg_get_mark_sum
7767                 anymore
7768
7769 2002-06-30 [christoph]  0.7.8claws36
7770
7771         * merge new cache branch
7772         * src/imap.c
7773                 fix new cache imap copy bug
7774         * src/folder.c
7775                 improved folder_item_scan
7776                 it should now always set the correct
7777                 new, unread and total message counts
7778
7779 2002-06-29 [paul]       0.7.8claws35
7780
7781         * configure.in
7782                 correct syntax error
7783
7784 2002-06-29 [paul]       0.7.8claws34
7785
7786         * configure.in
7787           Makefile.am
7788           man/Makefile.am       ** NEW FILE **
7789           man/sylpheed.1.gz     ** NEW FILE **
7790                 add Sylpheed man page
7791
7792 2002-06-29 [paul]       0.7.8claws33
7793
7794         * po/pt_BR.po
7795                 updated by Fabio Junior Beneditto
7796
7797 2002-06-28 [jens]       0.7.8claws32
7798
7799         * po/de.po
7800                 translation updated
7801
7802         * src/selective_download.c
7803                 removed gettext for space " "
7804
7805         * src/imap.c
7806                 removed wrong space
7807
7808 2002-06-28 [paul]       0.7.8claws31
7809
7810         * sync with 0.7.8cvs11
7811                 see ChangeLog 2002-06-28
7812
7813 2002-06-28 [paul]       0.7.8claws30
7814
7815         * sync with 0.7.8cvs10
7816                 see ChangeLog 2002-06-27 and 2002-06-28
7817
7818 2002-06-26 [paul]       0.7.8claws29
7819
7820         * src/addrgather.c
7821           src/selective_download.c
7822                 don't gettextise empty strings.
7823                 reserved by gettext. gettext("") returns 
7824                 the header entry with meta information, 
7825                 not the empty string
7826
7827         * po/en_GB.po
7828                 updated
7829
7830 2002-06-26 [paul]       0.7.8claws28
7831
7832         * sync with 0.7.8cvs7
7833                 see ChangeLog 2002-06-25
7834
7835         * src/prefs_common.c
7836                 ...and in the process, tweak the gui a little
7837
7838 2002-06-25 [alfons]     0.7.8claws27
7839         
7840         * configure.in
7841         * src/Makefile.am
7842                 fine tune ldap library detection
7843
7844 2002-06-25 [alfons]     0.7.8claws26
7845
7846         * src/compose.c
7847                 don't allow return receipts when composing a news article
7848
7849 2002-06-25 [paul]       0.7.8claws25
7850
7851         * Makefile.am
7852                 add '$(AMTAR)' to 'release' section to allow for
7853                 new and older autotools
7854
7855 2002-06-25 [paul]       0.7.8claws24
7856
7857         * src/summaryview.c
7858                 fix "No more unread messages" persistant pop-up
7859                 window bug
7860
7861 2002-06-25 [paul]       0.7.8claws23
7862
7863         * po/it.po
7864                 updated by Alessandro Maestri
7865
7866 2002-06-25 [paul]       0.7.8claws22
7867
7868         * sync with 0.7.8cvs6
7869                 see ChangeLog 2002-06-25
7870
7871 2002-06-24 [paul]       0.7.8claws21
7872
7873         * tools/update-po
7874                 add GPL copyright information
7875
7876 2002-06-24 [paul]       0.7.8claws20
7877
7878         * tools/Makefile.am
7879           tools/README
7880           tools/update-po       ** NEW FILE **
7881                 add script that eases the creation of *.po files
7882                 Submitted by Wilbert Berendsen <wilbert@oswf.org>
7883
7884 2002-06-23 [alfons]     0.7.8claws19
7885
7886         * src/messageview.c
7887                 make notification_convert_header obey const correctness
7888                 (next step will be fixing the broken return receipt)
7889
7890 2002-06-23 [paul]       0.7.8claws18
7891
7892         * src/messageview.c
7893                 fix bug introduced in last commit:
7894                 removed too much code in last commit - put back what's
7895                 needed
7896
7897 2002-06-23 [paul]       0.7.8claws17
7898
7899         * src/messageview.[ch]
7900                 remove code committed in error from locally patched
7901                 source
7902
7903 2002-06-23 [colin]      0.7.8claws16
7904
7905         * src/compose.[ch]
7906                 add compose_entry_select(), used to select the default_to
7907                 email address - hopefully avoiding people sending mails to
7908                 wrong recipients.
7909
7910 2002-06-22 [alfons]     0.7.8claws15
7911
7912         * AUTHORS
7913                 add Bram Metsch & Stanislav Karchebny
7914         * src/smtp.[ch]
7915         * src/prefs_account.[ch]
7916         * src/send.c
7917                 - apply and adapt Bram's patch which allows user to set SMTP AUTH 
7918                   options.  (see <http://sourceforge.net/tracker/index.php
7919                   ?func=detail&aid=566937&group_id=25528&atid=384600>);
7920
7921                 - merge Stanislav's fix to make SMTP AUTH work with qmail
7922                   (see <http://www.tmtm.org/cgi-bin/w3ml/msg.cgi?ml=sylpheed&id=14343>)
7923
7924 2002-06-22 [paul]       0.7.8claws14
7925
7926         * sync with 0.7.8cvs5
7927                 see ChangeLog 2002-06-19 and 2002-06-20
7928
7929 2002-06-22 [alfons]     0.7.8claws13
7930
7931         * src/selective_download.c
7932                 fix a stupid mistake I made
7933
7934 2002-06-22 [alfons]     0.7.8claws12
7935
7936         * src/selective_download.[ch]
7937                 fix another unnoticed leak; cleanup code
7938
7939 2002-06-21 [alfons]
7940
7941         * tools/Makefile.am
7942                 gpg-sign <-- gpg-sign-syl
7943
7944 2002-06-21 [alfons]     0.7.8claws11
7945
7946         * src/selective_download.c
7947         * src/selective_download.h
7948                 fix assorted mix of allocation errors (should solve
7949                 problem reported by Philippe Gramoullé, see:
7950                 http://sourceforge.net/mailarchive/forum.php?thread_id=828668&forum_id=2006)
7951
7952 2002-06-20 [melvin]     0.7.8claws10
7953
7954         * tools/gpg-sign *REMOVED*
7955           tools/gpg-sign-syl *ADDED*
7956                 Replaced the gpg clearsigning script with the version using
7957                 xterm instead of ssh-askpass and changed its name.
7958
7959         * README.claws
7960                 Updated actions example to reflect the renaming of the
7961                 gpg clearsigning script.
7962
7963 2002-06-19 [paul]       0.7.8claws9
7964
7965         * sync with 0.7.8claws9
7966                 see ChangeLog 2002-06-18 and 2002-06-19
7967
7968 2002-06-19 [paul]       0.7.8claws8
7969
7970         * sync with 0.7.8cvs1
7971                 see ChangeLog 2002-06-18
7972
7973 2002-06-18 [alfons]     0.7.8claws7
7974
7975         * src/mainwindow.h
7976                 add omitted prototype
7977
7978 2002-06-17 [paul]       0.7.8claws6
7979
7980         * src/mainwindow.c
7981                 fix hiding of exec_btn
7982
7983 2002-06-17 [paul]       0.7.8claws5
7984
7985         * src/pop.c
7986                 remove unneeded code: should_delete() 
7987                 and Pop3State::uidl_todelete_list
7988
7989 2002-06-17 [paul]       0.7.8claws4
7990
7991         * sync with 0.7.8
7992                 see ChangeLog 2002-06-11 and 2002-06-13
7993
7994 2002-06-16 [alfons]     0.7.8claws3
7995         
7996         * src/folder.c
7997                 make sure lock sort mode (claws specific) is
7998                 also persists after a tree rescan
7999
8000 2002-06-16 [alfons]     0.7.8claws2
8001
8002         * src/prefs_folder_item.c
8003         * src/folder.[ch]
8004                 fix persistence of folder sort mode (broken
8005                 by adapting Hiro's new folder persistence code)
8006
8007 2002-06-16 [alfons]     0.7.8claws1
8008
8009         * AUTHORS
8010         * src/logwindow.c
8011         * src/prefscommon.[ch]
8012                 control size of log text in log window; 
8013                 closes patch #569155 submitted by Mitko Haralanov.
8014
8015 2002-06-15 [paul]       0.7.8claws
8016
8017         * release of 0.7.8claws
8018
8019 2002-06-15 [paul]       0.7.7claws
8020
8021         * po/pt_BR.po
8022                 updated by Fabio Junior Beneditto
8023
8024 2002-06-14 [paul]       0.7.6claws49
8025
8026         * po/es.po
8027                 updated by Ricardo Mones Lastra
8028
8029 2002-06-14 [paul]       0.7.6claws48
8030
8031         * po/nl.po
8032                 updated translation by Wilbert Berendsen
8033
8034 2002-06-14 [melvin]     0.7.6claws47
8035
8036         * po/fr.po
8037                 Updated French translation
8038
8039 2002-06-13 [paul]       0.7.6claws46
8040
8041         * src/filesel.c
8042                 allow filename to be typed in, rather than just
8043                 selected by the mouse. Patch by Gustavo Noronha Silva.
8044
8045 2002-06-13 [alfons]     0.7.6claws45
8046
8047         * src/mainwindow.[ch]
8048                 more cleanups (removing unnecessary menu items Expand 
8049                 summary / message view)
8050
8051 2002-06-13 [melvin]     0.7.6claws44
8052
8053         * po/POTFILES.in
8054                 Added src/string_match.c
8055         * src/string_match.c
8056                 Fixed possible buffer overflow.
8057                 Corrected typo.
8058                 Added missing config.h header.
8059         * src/prefs_common.c
8060           src/prefs_matcher.c
8061           src/prefs_scoring.c
8062                 Made some strings translatable (missing _(..)).
8063
8064 2002-06-13 [melvin]     0.7.6claws43
8065
8066         * README.claws
8067                 Corrected action example (verifying clearsigned mail).
8068         * src/prefs_account.c
8069                 Corrected typo.
8070         * src/prefs_common.c
8071                 Removed incorrect line that generated a Gtk-CRITICAL msg.
8072
8073 2002-06-12 [alfons]     0.7.6claws42
8074
8075         * src/summaryview.c
8076                 add init of score column lost in 0.7.6claws42
8077
8078 2002-06-12 [paul]       0.7.6claws41
8079
8080         * src/prefs_account.c
8081                 CREATE_RADIO_BUTTONS(): fixed a typo and corrected the 
8082                 behavior of the radio buttons, (from 0.7.7cvs2)
8083
8084 2002-06-11 [alfons]     0.7.6claws40
8085
8086         * src/messageview.[ch]
8087         * src/summaryview.[ch]
8088         * src/summary_search.c
8089         * src/mainwindow.c
8090                 perform a sync to bring in Hiro's separate view implementation 
8091
8092                 (NOTE: may still be buggy; 0.7.6claws39 marked as LAST_STABLE)
8093
8094 2002-06-11 [paul]       0.7.6claws39
8095         
8096         * src/prefs_account.c
8097                 correct a typo on the Receive tab
8098
8099 2002-06-10 [match]      0.7.6claws38
8100
8101         * src/addressbook.c
8102                 Included address completion patch from Gustavo Noronha.
8103
8104 2002-06-10 [paul]       0.7.6claws37
8105
8106         * src/inc.[ch]
8107           src/pop.c
8108           src/prefs_account.[ch]
8109           src/selective_download.[ch]
8110                 apply PATCH #561712
8111                  NEW:
8112                 - check if POP Account
8113                 - Receive Button renamed to Preview
8114                 - Preview Button Popup: preview new/all messages
8115                 - Download Button
8116                 - Account Preferences-->Receive tab checkbutton if you
8117                   want to remove Mail after Download
8118                 -: default YES
8119                 - Account Preferences-->Receive tab checkbutton use
8120                   filtering rules on preview
8121                   (think of delete_on_server)
8122                 -: default YES
8123                 - Account selectable from SD dialog
8124                 - checkbutton to show already downloaded messages if
8125                   all messages are previewed
8126                 - new clist column showing Date
8127                 - ESC KEY close
8128                 FIXES:
8129                 - play ball with UIDL
8130                 - fault tolerant (?) 
8131                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
8132
8133 2002-06-10 [melvin]     0.7.6claws36
8134
8135         * README.claws
8136                 Added a hint to ac/README in cvs instructions.
8137
8138         * src/prefs_actions.c
8139                 Made it possible to use a more elaborate command line
8140                 for asynchronous actions, too.
8141
8142 2002-06-10 [melvin]     0.7.6claws35
8143         
8144         * src/prefs_actions.c
8145                 Make it possible to use a more elaborate command line
8146                 (e.g. |foo|bar|cat>there;echo Done|)
8147                 Corrected error message when calling %f, %F and %p commands
8148                 from the compose window.
8149
8150 2002-06-09 [colin]      0.7.6claws34
8151
8152         * src/summaryview.c
8153                 Automatically find unread messages in current folder
8154                 before annoying the user.
8155
8156 2002-06-08 [alfons]     0.7.6claws33
8157
8158         * po/it.po
8159                 remove bad formatting string in it.po translation
8160                 (close "[ 548336 ] --debug segfaults!!! with it_IT@euro")
8161
8162 2002-06-08 [paul]       0.7.6claws32
8163
8164         * sync with 0.7.6cvs25
8165                 see ChangeLog 2002-06-07
8166
8167 2002-06-05 [paul]       0.7.6claws31
8168
8169         * src/mainwindow.c
8170                 add 'Sort by locked' and 'Sort by score'
8171
8172 2002-06-05 [paul]       0.7.6claws30
8173
8174         * sync with 0.7.6cvs24
8175                 see ChangeLog 2002-06-04
8176
8177 2002-06-04 [paul]       0.7.6claws29
8178
8179         * po/pt_BR.po
8180                 updated by Fabio Junior Beneditto
8181
8182 2002-06-03 [thorsten]   0.7.6claws28
8183
8184         * src/matcher.c
8185                 fclose() matcherrc after reading
8186
8187 2002-06-03 [paul]       0.7.6claws27
8188
8189         * sync with 0.7.6cvs21
8190                 see ChangeLog 2002-05-31
8191
8192 2002-05-31 [paul]       0.7.6claws26
8193
8194         * sync with 0.7.6cvs20
8195                 see ChangeLog 2002-05-29 and 2002-05-30
8196
8197 2002-05-31 [paul]       0.7.6claws25
8198
8199         * src/imap.c
8200                 hopefully fix last buggy sync
8201
8202         * README.claws
8203                 correct typo in 'Actions' examples
8204
8205 2002-05-29 [paul]       0.7.6claws24
8206
8207         * sync with 0.7.6cvs18
8208                 see ChangeLog 2002-05-28 and 2002-05-29
8209
8210         * src/news.c
8211           src/nntp.[ch]
8212                 sync with above 
8213
8214 2002-05-28 [paul]       0.7.6claws23
8215
8216         * sync with 0.7.6cvs16
8217                 see ChangeLog 2002-05-28
8218
8219 2002-05-27 [thorsten]   0.7.6claws22 
8220
8221         * faq/it/sylpheed-faq-1.html
8222           faq/it/sylpheed-faq-2.html
8223           faq/it/sylpheed-faq-3.html
8224           faq/it/sylpheed-faq.html
8225                 corrected DOS lineendings
8226         * faq/de/sylpheed-faq-1.html
8227           faq/de/sylpheed-faq-2.html
8228           faq/en/sylpheed-faq-1.html
8229           faq/en/sylpheed-faq-2.html
8230           faq/en/sylpheed-faq-3.html
8231           faq/es/sylpheed-faq-1.html
8232           faq/es/sylpheed-faq-2.html
8233           faq/es/sylpheed-faq-3.html
8234           faq/fr/sylpheed-faq-1.html
8235           faq/it/sylpheed-faq-1.html
8236           faq/it/sylpheed-faq-2.html
8237           faq/it/sylpheed-faq-3.html
8238           faq/it/sylpheed-faq.html
8239                 changed ">" to &quot;
8240
8241 2002-05-27 [paul]       0.7.6claws21
8242         
8243         * sync with 0.7.6cvs15
8244                 see ChangeLog 2002-05-27
8245
8246 2002-05-27 [paul]       0.7.6claws20
8247
8248         * src/prefs_account.c
8249                 correct a typo
8250
8251 2002-05-26 [paul]       0.7.6claws19
8252
8253         * tools/README
8254                 correct a typo
8255
8256 2002-05-25 [paul]       0.7.6claws18
8257
8258         * tools/README
8259                 add description of kmail2sylpheed.pl
8260
8261 2002-05-25 [paul]       0.7.6claws17
8262
8263         * tools/kmail2sylpheed.pl       ** NEW FILE **
8264                 perl script that converts an exported Kmail address
8265                 book, converts it to sylpheed addressbook file,
8266                 writes the file to .sylpheed, and updates
8267                 addrbook--index.xml 
8268
8269 2002-05-25 [paul]       0.7.6claws16
8270
8271         * sync with 0.7.6cvs14
8272                 see ChangeLog 2002-05-23
8273
8274 2002-05-24 [paul]       0.7.6claws15
8275
8276         * README.claws
8277                 make a correction and add some more info
8278
8279 2002-05-24 [paul]       0.7.6claws14
8280
8281         * src/compose.c
8282                 fix memory leak in 
8283                 compose_redirect_write_headers_from_headerlist()
8284                 add Subject and Resent-Message-ID to
8285                 compose_redirect_write_headers()
8286                 Received, Subject, and X-UIDL are filtered out in 
8287                 compose_redirect_write_to_file()
8288
8289 2002-05-23 [paul]       0.7.6claws13
8290
8291         * src/compose.[ch]
8292           src/filtering.c
8293           src/mainwindow.c
8294           src/matcher.[ch]
8295           src/matcher_parser_lex.l
8296           src/matcher_parser_parse.y
8297           src/prefs_common.[ch]
8298           src/prefs_filtering.c
8299           src/summaryview.c
8300                 rename 'Bounce' to 'Redirect'
8301
8302 2002-05-23 [paul]       0.7.6claws12
8303
8304         * more sync with 0.7.6cvs13
8305           src/compose.c
8306                 see ChangeLog 2002-05-22
8307
8308 2002-05-22 [paul]       0.7.6claws11
8309
8310         * sync with 0.7.6cvs13
8311           src/codeconv.c
8312                 see ChangeLog 2002-05-20
8313           src/prefs_common.c
8314                 see ChangeLog 2002-05-22
8315
8316 2002-05-21 [melvin]     0.7.6claws10
8317
8318         * src/folderview.c
8319                 Added missing filtering and scoring headers
8320                 Fixed bad function call that showed garbage 
8321                 in Folder->Processing
8322
8323 2002-05-21 [paul]       0.7.6claws9
8324
8325         * tools/Makefile.am
8326                 make all tools executable, (patch by Alfons).
8327
8328 2002-05-20 [alfons]     0.7.6claws8
8329
8330         * src/procheader.c
8331                 don't forget to call mktime() so we have a valid week 
8332                 and year day
8333                 (Bug report by Roger Sondermann <mail@jumaros.de>)
8334
8335 2002-05-20 [paul]       0.7.6claws7
8336
8337         * src/html.c
8338                 fix broken parsing of urls
8339         * src/textview.c
8340                 fix displaying of urls
8341
8342                 both fixes from the patch [547855] by Eugene 
8343                 Brevdo (zonem)
8344
8345 2002-05-19 [alfons]     0.7.6claws6
8346
8347         * configure.in
8348                 make sylpheed configure correctly with the latest
8349                 and greatest of automake / autoconf / gettext
8350
8351 2002-05-19 [alfons]     0.7.6claws5
8352
8353         * src/procheader.c
8354         * src/procheader.h
8355                 add function for returning ime zone offset
8356         * src/quote_fmt.c
8357         * src/quote_fmt_parse.y
8358                 better quotation formatting - does not convert
8359                 to local time, but uses the original date string.
8360                 
8361                 Note: %z inserts the timezone offset (should 
8362                 work also on platforms where strftime does not
8363                 support %z).
8364
8365 2002-05-18 [christoph]  0.7.6claws4
8366
8367         * src/summaryview.c
8368                 fix indentation of some code
8369         * tools/Makefile.am
8370                 fix spaces after \
8371         * src/Makefile.am
8372                 add missing \
8373                 correct path for ignorethread.xpm
8374                 incorrect filename for sylpheed_logo.xpm
8375                 add missing include matcher_parser_parse.h
8376
8377 2002-05-18 [paul]       0.7.6claws3
8378
8379         * sync with 0.7.6cvs8
8380                 see ChangeLog 2002-05-16 and 2002-05-17
8381
8382 2002-05-18 [melvin]     0.7.6claws2
8383
8384         * README.claws
8385                 Corrected an action's definition and fixed some misspellings.
8386
8387 2002-05-18 [paul]       0.7.6claws1
8388
8389         * tools/Makefile.am
8390           tools/gpg-sign        ** new file **
8391           tools/uudec           ** new file **
8392                 add Melvin's Actions scripts
8393
8394         * README.claws
8395                 add Melvin's descriptions for Actions
8396
8397 2002-05-18 [paul]       0.7.6claws
8398
8399         * Version 0.7.6claws released
8400
8401 2002-05-17 [paul]       0.7.5claws32
8402
8403         * po/es.po
8404                 updated by Ricardo Mones Lastra
8405
8406 2002-05-17 [paul]       0.7.5claws31
8407
8408         * src/compose.c
8409                 fix Account prefs default folder for sent/draft/deleted
8410                 messages bug
8411
8412         * po/it.po
8413           po/nl.po
8414                 updated translation by Alessandro Maestri and
8415                 Wilbert Berendsen
8416
8417 2002-05-17 [melvin]     0.7.5claws30
8418
8419         * src/prefs_actions.c
8420                 Fixed bug where using %F not at the end of the command 
8421                 resulted in an additional empty argument being created.
8422                 Thanks to Darko Koruga for reporting the bug.
8423
8424 2002-05-17 [melvin]     0.7.5claws29
8425
8426         * po/fr.po
8427                 Updated French translations.
8428
8429 2002-05-15 [paul]       0.7.5claws28
8430         
8431         * po/es.po
8432                 updated by Ricardo Mones Lastra
8433
8434 2002-05-15 [paul]       0.7.5claws27
8435
8436         * sync with 0.7.6cvs4
8437                 see ChangeLog 2002-05-14 and 2002-05-15
8438
8439 2002-05-14 [paul]       0.7.5claws26
8440
8441         * sync with 0.7.6cvs1
8442                 see ChangeLog 2002-05-13
8443
8444 2002-05-13 [thorsten]   0.7.5claws25
8445
8446         * src/messageview.c
8447                 fix select_all and copy in multipart messages
8448         * src/mainwindow.c
8449                 fix select_all and copy in multipart messages
8450
8451 2002-05-12 [paul]       0.7.5claws24
8452
8453         * src/summaryview.c
8454                 reverse last commit, bug already fixed in 0.7.5claws3
8455
8456 2002-05-12 [netztorte]  0.7.5claws23
8457
8458         * src/summaryview.c
8459                 dont parse empty addressbook (checked in before claws20)
8460
8461 2002-05-12 [melvin]     0.7.5claws22
8462
8463         * src/procmsg.[ch]
8464                 Removed unneeded priority code introduced by the previous 
8465                 commit.
8466
8467 2002-05-12 [melvin]     0.7.5claws21
8468
8469         * src/compose.[ch]
8470                 Added possibility to set message's priority.
8471         * src/procmsg.[ch]
8472                 Added possibility to set message's priority.
8473                 Added missing headers
8474
8475 2002-05-12 [melvin]     0.7.5claws20
8476
8477         * src/prefs_actions.c
8478                 Removed implicitely added quotes around the name
8479                 of the temporary files of mime parts.
8480
8481 2002-05-12 [paul]       0.7.5claws19
8482
8483         * sync with 0.7.5cvs20
8484                 see ChangeLog 2002-05-11
8485
8486 2002-05-12 [alfons]     0.7.5claws18
8487
8488         * src/quote_fmt_lex.l
8489         * src/quote_fmt_parse.y
8490                 allow quote / reply date & time format to be set using
8491                 %D{format}. format is a format string you'd pass to
8492                 strftime() (see man strftime, or the Display tab |
8493                 Date format setting).
8494
8495                 Currently %D converts the date to local time. 
8496
8497 2002-05-11 [paul]       0.7.5claws17
8498
8499         * sync with 0.7.5cvs19 (except src/prefs_folder_item.c)
8500                 see ChangeLog 2002-05-10 and 2002-05-11
8501
8502 2002-05-10 [paul]       0.7.5claws16
8503
8504         * sync with 0.7.5cvs16
8505                 see ChangeLog entries 2002-05-09 and 
8506                 2002-05-10
8507
8508 2002-05-10 [colin]      0.7.5claws15
8509
8510         * src/textview.c
8511                 Corrected a bug that prevented sylpheed to open
8512                 double-clicked URIs.
8513
8514 2002-05-09 [paul]       0.7.5claws14
8515
8516         * sync with 0.7.5cvs14
8517                 see ChangeLog 2002-05-08 and 2002-05-09
8518
8519 2002-05-08 [paul]       0.7.5claws13
8520
8521         * sync with 0.7.5cvs11
8522                 see ChangeLog entry 2002-05-08
8523
8524 2002-05-08 [paul]       0.7.5claws12
8525
8526         * src/mainwindow.c
8527           src/textview.[ch]
8528                 fix segfault on View->Open in new window
8529                 patch submitted by Thorsten Maerz <torte@netztorte.de>
8530
8531 2002-05-07 [paul]       0.7.5claws11
8532
8533         * sync with 0.7.5cvs9
8534                 see ChangeLog entry 2002-05-07
8535
8536 2002-05-06 [paul]       0.7.5claws10
8537
8538         * src/messageview.c
8539           src/textview.c
8540                 display url in statusbar on single-click
8541                 patch submitted by Thorsten Maerz <torte@netztorte.de>
8542
8543 2002-05-06 [match]      0.7.5claws9
8544
8545         * src/addritem.[ch]
8546                 new functions.
8547         * src/addrcache.c
8548                 tidy up.
8549         * src/xmlprops.[ch]
8550                 XML implementation of properties file.
8551         * src/exporthtml.[ch]
8552         * src/expthtmldlg.[ch]
8553         * src/addressbook.c
8554                 export to HTML.
8555
8556 2002-05-02 [sergey]     0.7.5claws8
8557
8558         * src/mainwindow.c (mainwin_entries),
8559           src/prefs_common.c (prefs_send_create()),
8560           src/codeconv.c (locale_table):
8561                 use charset name "Windows-1251" instead of "CP1251".
8562
8563 2002-05-02 [colin]      0.7.5claws7
8564         
8565         * src/compose.c
8566           src/prefs_common.c
8567           src/prefs_folder_item.c
8568                 Fixed cosmetics bugs due to Outbox renamed to Sent.
8569
8570 2002-05-02 [hiro]       0.7.5claws6
8571
8572         * src/imap.c
8573                 sync the change for QUOTE_IF_REQUIRED() macro with 0.7.5cvs7.
8574
8575 2002-05-02 [paul]       0.7.5claws5
8576
8577         * src/compose.c
8578                 more sync with 0.7.5cvs7, see ChangeLog entry
8579                 2002-05-02
8580
8581 2002-05-02 [hiro]       0.7.5claws4
8582
8583         * src/compose.c
8584                 compose_queue_sub():
8585                 check if queue folder exists (closes #550397).
8586                 removed directory creation since it should be handled
8587                 transparently.
8588         * src/imap.c
8589                 imap_add_msg(): return UID for appended message
8590                 (closes #548842).
8591
8592 2002-04-30 [paul]       0.7.5claws3
8593
8594         * src/summaryview.c
8595                 fix account_find_from_address() bug
8596
8597 2002-04-28 [colin]      0.7.5claws2
8598
8599         * src/compose.c
8600           src/textview.c
8601           src/prefs_common.[ch]
8602           src/utils.[ch]
8603                 Added user-definable quotation characters recognition.
8604
8605 2002-04-28 [paul]       0.7.5claws1
8606
8607         * sync with 0.7.5cvs4
8608                 see ChangeLog entry  2002-04-25
8609
8610 2002-04-28 [paul]       0.7.5claws
8611
8612         * po/es.po
8613           po/nl.po
8614           po/pt_BR.po
8615                 updated by Ricardo Mones Lastra, Wilbert Berendsen, and
8616                 Fabio Junior Beneditto
8617
8618 2002-04-27 [jens]       0.7.4claws103
8619
8620         * po/de.po
8621                 updated German translation.
8622
8623 2002-04-27 [hiro]       0.7.4claws102
8624
8625         * src/summaryview.c
8626                 summary_write_cache(): fixed the mark loss of hidden messages.
8627
8628 2002-04-26 [melvin]     0.7.4claws101
8629
8630         * src/procmsg.c
8631                 fixed a second typo (same one)
8632         * po/fr.po
8633           po/it.po
8634           po/pt_BR.po
8635                 fixed the type again...
8636
8637 2002-04-26 [melvin]     0.7.4claws100
8638
8639         * src/procmsg.c
8640                 fixed a typo in an alert message ("temorary").
8641         * po/it.po
8642         * po/pt_BR.po
8643                 corrected the typo  described above.
8644         * po/fr.po
8645                 updated French translation.
8646
8647 2002-04-26 [darko]      0.7.4claws99
8648
8649         * src/summaryview.c
8650                 fix target folder colorization
8651
8652 2002-04-25 [paul]       0.7.4claws98
8653
8654         * po/it.po
8655                 updated by Alessandro Maestri
8656
8657 2002-04-24 [colin]      0.7.4claws97
8658         
8659         * src/compose.c
8660                 Fixed double "subject is empty" question.
8661
8662 2002-04-23 [colin]      0.7.4claws96
8663         
8664         * src/mimeview.c
8665                 Corrected issue when "automatically display images" was
8666                 not set : first image remained after selecting second.
8667
8668 2002-04-23 [melvin]     0.7.4claws95
8669
8670         * src/prefs_actions.c
8671                 Don't display in/out dialog if there is nothing to show.
8672
8673 2002-04-23 [paul]       0.7.4claws94
8674
8675         * sync with 0.7.5cvs3
8676                 bug fixes: see ChangeLog entry 2002-04-23
8677
8678 2002-04-22 [darko]      0.7.4claws93
8679
8680         * src/compose.c
8681                 fix previous check-in which changed code after
8682                 merge from main
8683
8684 2002-04-22 [paul]       0.7.4claws92
8685
8686         * faq/de/*
8687                 add German FAQ
8688         * faq/en/*
8689           faq/es/*
8690           faq/fr/*
8691                 update English, Spanish and French FAQs
8692         * manual/de/*
8693           manual/es/*
8694                 add German and Spanish manuals
8695         * manual/en/*
8696           manual/fr/*
8697                 update English and French manuals
8698
8699         * src/Makefile.am
8700                 add to and re-arrange the pixmap entries
8701
8702 2002-04-22 [darko]      0.7.4claws91
8703
8704         * src/compose.c
8705                 fix sender initials recognition to only allow
8706                 '>' after the initials
8707
8708 2002-04-21 [paul]       0.7.4claws90
8709
8710         * sync with 0.7.5 release
8711                 see ChangeLog entry 2002-04-21
8712
8713 2002-04-21 [alfons]
8714
8715         * src/Makefile.am
8716                 add colin's new pixmaps to EXTRA_DIST
8717
8718 2002-04-21 [colin]      0.7.4claws89
8719         * src/compose.c
8720         * src/inc.c
8721         * src/mainwindow.[ch]
8722         * src/prefs_common.[ch]
8723         * src/stock_pixmap.[ch]
8724                 Added "Work offline" ability.
8725
8726 2002-04-21 [colin]      0.7.4claws88
8727         
8728         * src/mimeview.c
8729         * src/prefs_common.c
8730         * src/prefs_common.h
8731         * src/textview.c : Added an option to common preferences -> display
8732           to allow user not to automatically display images.
8733
8734 2002-04-21 [paul]       0.7.4claws87
8735
8736         * sync with 0.7.4cvs52
8737                 see ChangeLog entry 2002-04-21 (src/imap.c)
8738
8739 2002-04-21 [paul]       0.7.4claws86
8740
8741         * sync with 0.7.4cvs51
8742                 see ChangeLog entry 2002-04-21
8743
8744 2002-04-21 [paul]       0.7.4claws85
8745
8746         * sync with 0.7.4cvs49
8747                 see ChangeLog entries 2002-04-20 and 2002-04-21
8748
8749         * src/Makefile.am
8750                 clean up: remove old 'stock_' element from xpm 
8751                 filenames.
8752
8753 2002-04-21 [alfons]     0.7.4claws84
8754
8755         apply sync patch from Paul
8756
8757         * src/folderview.c
8758                 use old claws prefs_folder_item_create() for now
8759
8760 2002-04-19 [match]      0.7.4claws83
8761
8762         * src/addressbook.[ch]
8763         * src/addrharvest.[ch]
8764         * src/addrgather.[ch]
8765                 recurse folders.
8766         * src/mainwindow.c
8767         * src/summaryview.[ch]
8768                 change menu option.
8769
8770 2002-04-19 [paul]       0.7.4claws82
8771
8772         * po/pt_BR.po
8773                 updated by Fabio Junior Beneditto
8774
8775 2002-04-14 [alfons]     0.7.4claws81
8776
8777         * src/passphrase.c
8778                 add #include <sys/types.h> for mode_t and off_t 
8779
8780 2002-04-13 [paul]       0.7.4claws80
8781         
8782         * src/main.c
8783           src/passphrase.[ch]
8784           src/pgptext.c
8785           src/prefs_common.[ch]
8786           src/rfc2015.c
8787                 enable storing of GnuPG passphrase for the whole 
8788                 session or a user-defined number of minutes. patch 
8789                 submitted by Ravemax <ravemax@dextrose.com>
8790
8791 2002-04-13 [alfons]     0.7.4claws79
8792
8793         * src/textview.c
8794                 make email parser also stop scanning when encountering separators
8795                 ',' and ';' (reported by Fabien Vantard <fvantard@opsion.fr>)
8796
8797 2002-04-13 [paul]       0.7.4claws78
8798
8799         * sync with 0.7.4cvs39
8800                 see ChangeLog entry 2002-04-12
8801
8802 2002-04-11 [paul]       0.7.4claws77
8803
8804         * sync with 0.7.4cvs37
8805                 see ChangeLog entry 2002-04-11
8806
8807 2002-04-11 [paul]       0.7.4claws76
8808
8809         * COPYING 
8810                 re-licensed (removal of "NO-VIRUS CLAUSE" and addition of
8811                 the clause for OpenSSL). sync with sylpheed main
8812
8813 2002-04-09 [melvin]     0.7.4claws75
8814
8815         * src/compose.c
8816                 Made 'Ctrl-Enter' on send ignore some modifiers 
8817                 (LOCK_MASK, MOD2, MOD3, MOD4, MOD5). Make it possible
8818                 to bind other *-Enter (but not Alt-Enter).
8819
8820 2002-04-09 [paul]       0.7.4claws74
8821
8822         * sync with 0.7.4cvs35
8823                 see ChangeLog entries 2002-04-09
8824
8825 2002-04-08 [paul]       0.7.4claws73
8826
8827         * sync with 0.7.4cvs33
8828                 see ChangeLog entry 200-04-08
8829
8830 2002-04-07 [match]      0.7.4claws72
8831
8832         * src/addrharvest.[ch]
8833                 fixed to read all addresses in header, regardless
8834                 of header size. improved name parsing. accommodate
8835                 harvest from folders and selected message.
8836         * src/addritem.[ch]
8837                 included new address parsing function.
8838         * src/addrgather.[ch]
8839         * src/addressbook.[ch]
8840         * src/summaryview.[ch]
8841         * src/mainwindow.c
8842                 allow address harvest of folder as well as selected
8843                 messages.
8844
8845 2002-04-07 [paul]       0.7.4claws71
8846
8847         * src/esmtp.[ch]
8848           src/smtp.c
8849                 don't try to authenticate with CRAM-MD5 in SMTP when 
8850                 SMTP-AUTH enabled if MTA doesn't issue this 
8851                 auth-method in it's ehlo-response. bug item #531364,
8852                 patch item #938910. patch submitted by Colin Leroy 
8853                 <colin@colino.net>
8854
8855 2002-04-07 [paul]       0.7.4claws70
8856
8857         * src/nntp.c
8858                 fix missing MODE_READER bug. patch submitted by
8859                 Colin Leroy <colin@colino.net>
8860
8861 2002-04-07 [alfons]     0.7.4claws69
8862
8863         * src/matcher.[ch]
8864         * src/prefs_filtering.c
8865         * src/summaryview.c
8866                 escape \' and \" in strings passed as filtering strings; bug report by Alex Evseev.
8867                 (see http://www.geocrawler.com/lists/3/SourceForge/11619/25/8279435/)
8868
8869 2002-04-07 [paul]       0.7.4claws68
8870
8871         * sync with 0.7.4cvs32
8872                 see ChangeLog entry 2002-04-06
8873
8874         * tools/filter_conv.pl
8875                 more bug fixes
8876
8877 2002-04-06 [paul]       0.7.4claws67
8878
8879         * tools/filter_conv.pl
8880                 modify to be able to find the name of the first
8881                 mailbox and use that. main's filter does not
8882                 record the full path to the mailbox and therefore
8883                 can only filter to the first mailbox.
8884
8885 2002-04-05 [paul]       0.7.4claws66
8886
8887         * tools/filter_conv.pl
8888                 attempt to make the script all-encompassing and
8889                 be able to convert any main 'filter' rule thrown
8890                 at it
8891
8892 2002-04-05 [paul]       0.7.4claws65
8893
8894         * tools/filter_conv.pl
8895                 allow for collapsed folder trees
8896
8897 2002-04-05 [paul]       0.7.4claws64
8898
8899         * sync with 0.7.4cvs31
8900                 see ChangeLog entries 2002-04-05
8901
8902 2002-04-03 [paul]       0.7.4claws63
8903
8904         * sync with 0.7.4cvs29
8905                 see ChangeLog entries 2002-04-02 and 2002-04-03
8906
8907 2002-04-02 [paul]       0.7.4claws62
8908
8909         * sync with 0.7.4cvs26
8910                 see ChangeLog entry 2002-04-01
8911
8912 2002-04-02 [match]      0.7.4claws61
8913
8914         * src/pine.[ch]
8915         * src/importpine.[ch]
8916         * src/addressbook.c
8917                 import Pine address book.
8918
8919 2002-04-02 [match]      0.7.4claws60
8920
8921         * src/addrharvest.[ch]
8922                 improve address parsing of funky addresses.
8923
8924 2002-04-02 [darko]      0.7.4claws59
8925
8926         * src/compose.c
8927                 wrap on send improvements, it now recognizes quoted
8928                 initials as part of the quotation string, and it
8929                 does not join lines separated by CR
8930
8931 2002-04-01 [match]      0.7.4claws58
8932
8933         * src/mgutils.[ch]
8934                 added new functions.
8935         * src/mutt.[ch]
8936                 remove excessive duplicate address generation
8937                 on import.
8938
8939 2002-04-01 [alfons]     0.7.4claws57
8940         
8941         * src/summaryview.c
8942                 put back g_free() 
8943
8944 2002-04-01 [paul]       0.7.4claws56
8945
8946         * sync with 0.7.4cvs25
8947                 see ChangeLog entry 2002-04-01
8948
8949 2002-04-01 [alfons]     0.7.4aprilfool55
8950
8951         * src/summaryview.c
8952                 honour feature request item #537427 to allow for
8953                 displaying names from address book for sent mail also
8954
8955 2002-03-29 [paul]       0.7.4claws54
8956
8957         * src/mainwindow.c
8958           src/prefs_filtering.[ch]
8959           src/prefs_matcher.c
8960           src/summaryview.c
8961                 add 'fast filter' for claws' filtering,
8962                 /Tools/Create filter rule/... patch submitted
8963                 by Neill Miller <neillm@thecodefactory.org>
8964
8965 2002-03-29 [paul]       0.7.4claws53
8966
8967         * sync with 0.7.4cvs24
8968                 see ChangeLog entry 2002-03-29
8969
8970 2002-03-28 [paul]       0.7.4claws52
8971
8972         * sync with 0.7.4cvs23
8973                 see ChangeLog entry 2002-03-28
8974
8975 2002-03-27 [melvin]     0.7.4claws51
8976
8977         * src/prefs_actions.c
8978                 Added support to pass only one message part (as a
8979                 file) to the command using '%p'. No quotes are needed
8980                 because doubles quotes are automatically added.
8981                 Fixed bug where Sylpheed could block when waiting for
8982                 a child process to finish.
8983                 Changed the help menu to remove quotes around symbols to 
8984                 avoid misinterpretation (they must not be used).
8985
8986 2002-03-27 [melvin]     0.7.4claws50
8987
8988         * src/inc.c
8989                 Made the new mail notification command always 
8990                 execute asynchronously.
8991
8992 2002-03-27 [paul]       0.7.4claws49
8993
8994         * src/compose.c
8995                 fix bug introduced in last commit
8996
8997 2002-03-27 [paul]       0.7.4claws48
8998
8999         * sync with 0.7.4cvs21
9000                 see ChangeLog 2002-03-26 and 2002-03-27
9001
9002 2002-03-26 [hoa]        0.7.4claws47
9003
9004         * src/prefs_folder_item.c
9005                 really fixed the bug #516442 with folder rescan.
9006
9007 2002-03-26 [paul]       0.7.4claws46
9008
9009         * sync with 0.7.4cvs19
9010                 see ChangeLog entries 2002-03-25 and 2002-03-26
9011
9012 2002-03-25 [hoa]        0.7.4claws45
9013
9014         * src/matcher.c
9015         * src/mh.c
9016                 fix the bug #516442 with folder rescan.
9017
9018         * src/prefs_common.[ch]
9019         * src/compose.c
9020                 added an option to enable two different behaviours
9021                 for bounce.
9022
9023
9024 2002-03-25 [paul]       0.7.4claws44
9025
9026         * src/mainwindow.c
9027           src/selective_download.c
9028                 correct a few menuitem labels
9029
9030 2002-03-25 [christoph]  0.7.4claws43
9031
9032         * src/procmsg.c
9033                 fix non deleted tmp message in
9034                 procmsg_save_to_outbox
9035                 fix problems caused by sync with
9036                 main branch's procmsg_send_queue
9037
9038 2002-03-25 [paul]       0.7.4claws42
9039
9040         * src/quote_fmt.c
9041           src/quote_fmt_lex.l
9042           src/quote_fmt_parse.y
9043                 add Last name (%L) placeholder for quoting. 
9044                 patch submitted by Thorsten Thielen 
9045                 <thth@users.sourceforge.net>
9046
9047 2002-03-25 [paul]       0.7.4claws41
9048
9049         * src/utils.c
9050                 get full hostname. patch submitted by
9051                 Bob Woodside <rwoodside1@comcast.net>
9052
9053 2002-03-25 [paul]       0.7.4claws40
9054
9055         * src/account.c
9056           src/news.c
9057           src/nntp.[ch]
9058           src/prefs_account.[ch]
9059                 enable NNTP over SSL. patch submitted by
9060                 Pascal Jermini <pascal@infinity.hn.org>
9061
9062 2002-03-24 [paul]       0.7.4claws39
9063
9064         * src/prefs_common.c
9065                 make the arrangement of the Compose tab more
9066                 coherent
9067
9068         * src/mainwindow.c
9069                 fix some irregularities of style
9070
9071         * po/de.po
9072                 updated by Kilian Krause
9073
9074 2002-03-23 [paul]       0.7.4claws38
9075
9076         * po/pt_BR.po
9077                 updated by Fabio Junior Beneditto
9078
9079 2002-03-23 [paul]       0.7.4claws37
9080
9081         * src/mainwindow.c
9082                 move 'Gather addresses' to 'Tools' menu
9083                 make 'Selective download' sensitive
9084
9085 2002-03-23 [paul]       0.7.4claws36
9086
9087         * sync with 0.7.4cvs16
9088                 see ChangeLog entries 2002-03-23
9089
9090 2002-03-22 [christoph]  0.7.4claws35
9091
9092         * src/quote_fmt_parse.y
9093                 fix include program output
9094
9095 2002-03-22 [alfons]     0.7.4claws34
9096
9097         * src/pop.c
9098                 initialize GDate stack variable correctly (sorry!)
9099
9100 2002-03-22 [paul]       0.7.4claws33
9101
9102         * src/compose.c
9103           src/mainwindow.c
9104           src/prefs_actions.c
9105           src/prefs_common.c
9106                 rename 'Tool' to 'Tools'
9107
9108         * src/mainwindow.c
9109                 move 'Delete duplicated messages' from
9110                 'Message/' to 'Tools/'
9111                 re-arrange the order of 'Tools/' items
9112
9113 2002-03-22 [paul]       0.7.4claws32
9114
9115         * src/addr_compl.c
9116           src/addressbook.[ch]
9117                 auto-address completion now also matches on
9118                 Nickname. patch submitted by Bob Forsman 
9119                 <hammor@users.sourceforge.net>
9120
9121         * src/editaddress.c
9122                 correct a spelling mistake
9123
9124 2002-03-22 [alfons]     0.7.4claws31
9125
9126         * src/pop.c
9127                 fix getting uidl from incorrect string 
9128                 (spotted by Colin)
9129
9130 2002-03-21 [alfons]     0.7.4claws30
9131
9132         * src/pop.c
9133                 more code refactoring
9134                 plug mem leak introduced by delete on server
9135
9136 2002-03-21 [paul]       0.7.4claws29
9137
9138         * sync with 0.7.4cvs11
9139                 see ChangeLog entries 2002-03-20
9140
9141 2002-03-20 [alfons]     0.7.4claws28
9142
9143         * src/inc.c
9144                 apply Colin's patch and refactor
9145
9146 2002-03-20 [paul]       0.7.4claws27
9147
9148         * sync with sylpheed 0.7.4cvs9
9149                 see ChangeLog entry 2002-03-20
9150
9151 2002-03-19 [christoph]  0.7.4claws26
9152
9153         * src/mh.c
9154         * src/procmsg.[ch]
9155         * src/summaryview.c
9156                 revert changes for flag updates
9157                 (does not work correctly and no time to debug)
9158
9159 2002-03-20 [alfons]     0.7.4claws25
9160
9161         * src/pop.c
9162                 refactor should_delete() a little bit 
9163
9164 2002-03-19 [paul]       0.7.4claws24
9165
9166         * src/inc.[ch]
9167           src/pop.c
9168           src/prefs_account.[ch]
9169                 allow the user to leave downloaded mail on the 
9170                 server for n days. Patch submitted by Colin Leroy 
9171                 <colin@colino.net>
9172
9173 2002-02-19 [paul]       0.7.4claws23
9174
9175         * sync with sylpheed 0.7.4cvs8
9176                 see ChangeLog entries 2002-03-19
9177
9178 2002-03-18 [paul]       0.7.4claws22
9179
9180         * sync with sylpheed 0.7.4cvs6
9181                 see ChangeLog entry 2002-03-18
9182
9183 2002-03-18 [paul]       0.7.4claws21
9184
9185         * po/en_GB.po
9186                 add en_GB message catalogue
9187
9188         * src/mbox_folder.c
9189           src/prefs_account.c
9190           src/prefs_actions.c
9191                 correct a few spelling mistakes
9192
9193 2002-03-17 [alfons]     0.7.4claws20
9194
9195         * src/matcher.c
9196                 more stringent checks for NULL params when writing
9197                 filtering actions to a file
9198                 
9199 2002-03-17 [hoa]        0.7.3claws20
9200
9201         * src/news.c
9202                 fixed the count of new messages
9203
9204         * src/compose.c
9205                 fixed the "attachment properties" window
9206
9207 2002-03-17 [paul]       0.7.4claws19
9208
9209         * src/defs.h
9210           src/folder.h
9211           src/news.c
9212           src/prefs_account.[ch]
9213           src/procmsg.[ch]
9214           src/summaryview.c
9215                 automatically mark cross-posted messages as read 
9216                 and (optionally) give them a colour label
9217                 Patch submitted by Stefaan Eeckels <Stefaan.Eeckels@eec.lu>
9218                 
9219
9220 2002-03-17 [paul]       0.7.4claws18
9221
9222         * sync with sylpheed 0.7.4cvs5
9223                 see ChangeLog entry 2002-03-17
9224
9225 2002-03-17 [melvin]     0.7.4claws17
9226         
9227         * src/textview.c
9228                 Worked around a gtktext 'bug': when searching for 
9229                 a text in a long message it was scrolling slowly
9230                 line by line until it hit the searched text.
9231         * po/fr.po
9232                 Updated French translation
9233
9234 2002-03-17 [melvin]     0.7.4claws16
9235
9236         * src/mainwindow.c
9237         * src/compose.c
9238         * src/prefs_actions.c
9239                 Moved "Edit/Actions" to "Tool/Actions"
9240                 Made mainwindow/compose window sensitive as soon as
9241                 no child process is running anymore even if the io dialog
9242                 is open.
9243                 Fixed a struct being initialized with a non constant char*
9244
9245 2002-03-16 [christoph]  0.7.4claws15
9246
9247         * configure.in
9248                 add --with-compiler-flags option
9249                 (only for developer hacking)
9250         * src/mh.c
9251         * src/procmsg.[ch]
9252         * src/summaryview.c
9253                 try to make folder-stats and flag handling more
9254                 independent from the summaryview. msgcounts
9255                 are only set when the folder is opened and
9256                 procmsg_msginfo_(un)set_flags will handle it
9257                 later and summaryview will get the values
9258                 from the folder.
9259
9260 2002-03-16 [paul]       0.7.4claws14
9261
9262         * src/messageview.c
9263                 fix Return-receipt. Patch submitted by Bob
9264                 Woodside <rwoodside1@comcast.net>
9265
9266 2002-03-16 [paul]       0.7.4claws13
9267
9268         * src/compose.c
9269                 fix 'dynamic' signatures, make it work again
9270                 broken during sync on 2002-03-14 (0.7.4claws2)
9271
9272 2002-03-15 [match]      0.7.4claws12
9273
9274         * src/addrharvest.[ch]
9275         * src/addrgather.[ch]
9276         * src/addressbook.[ch]
9277         * src/mainwindow.c
9278                 included address harvester feature. still some
9279                 issues with address parsing that I will fix.
9280
9281 2002-03-15 [match]      0.7.4claws11
9282
9283         * src/addrbook.[ch]
9284         * src/addrcache.[ch]
9285         * src/addressbook.[ch]
9286         * src/addrindex.c
9287         * src/editbook.c
9288         * src/importldif.c
9289         * src/importmutt.c
9290         * src/jpilot.[ch]
9291         * src/main.c
9292         * src/syldap.[ch]
9293         * src/vcard.[ch]
9294                 tidy up. fix memory leaks. moved attribs and methods
9295                 from individual interfaces to addrcache object. prep
9296                 for new stuff to come in.
9297
9298 2002-03-15 [alfons]     0.7.4claws10
9299
9300         * src/matcher.[ch]
9301         * src/matcher_parser_parse.y
9302         * src/matcher_parser_lex.l
9303         * src/prefs_matcher.c
9304                 add filtering conditions message greater than, smaller 
9305                 than, and exactly matching a size in bytes
9306                 (does not work with delete from POP3 server yet)
9307
9308                 this should also give others an idea what you should
9309                 do to add new criterions to claws filtering system
9310                 
9311
9312 2002-03-15 [paul]       0.7.4claws9
9313
9314         * tools/filter_conv.pl
9315                 exit if there are no filter rules to convert
9316                 rename filterrc to filterrc.old after completion
9317
9318 2002-03-15 [paul]       0.7.4claws8
9319
9320         * sync with sylpheed 0.7.4cvs3
9321                 see ChangeLog entry 2002-03-14
9322
9323 2002-03-14 [paul]       0.7.4claws7
9324
9325         * src/compose.c
9326                 clean up the last commit (ahem)
9327
9328 2002-03-14 [paul]       0.7.4claws6
9329
9330         * src/compose.c
9331                 fix bug #515655. honour account preferences
9332                 regarding gpg default signing/encryption when 
9333                 changing account from the compose window.
9334
9335 2002-03-14 [paul]       0.7.4claws5
9336
9337         * src/folderview.c
9338                 remove unnecessary curly brackets
9339
9340 2002-03-14 [paul]       0.7.4claws4
9341
9342         * src/folderview.c
9343           src/prefs_filtering.[ch]
9344                 add filter rename on folder rename and filter
9345                 delete on folder delete. Patch submitted by
9346                 Neill Miller <neillm@thecodefactory.org> 
9347
9348 2002-03-14 [christoph]  0.7.4claws3
9349
9350         * src/procmsg.c
9351         * src/send.c
9352                 fix local delivery
9353                 (patch submitted by "Simon 'corecode' Schubert")
9354         * src/prefs_common.c
9355         * src/procmsg.c
9356                 fix gcc 3.0 warning
9357
9358 2002-03-14 [paul]       0.7.4claws2
9359
9360         * sync with sylpheed 0.7.4cvs2
9361                 see ChangeLog entry 2002-03-13
9362
9363 2002-03-12 [darko]      0.7.4claws1
9364
9365         * src/mainwindow.c
9366                 fix what seems to be a copy and paste error
9367                 when setting color for important messages
9368                 (reported by wwp)
9369
9370 2002-03-11 [paul]       version 0.7.4claws released
9371
9372 2002-03-11 [paul]       0.7.4claws
9373
9374         * po/es.po
9375           po/it.po
9376           po/nl.po
9377           po/pt_BR.po
9378                 update message catalogs. Submitted by Ricardo Mones 
9379                 Lastra, Alessandro Maestri, Wilbert Berendsen, and 
9380                 Fabio Junior Beneditto
9381
9382         * configure.in
9383           faq/Makefile.am
9384           faq/it/Makefile
9385           faq/it/sylpheed-faq*
9386           src/mainwindow.c
9387           src/manual.[ch]
9388                 add FAQ in Italian
9389         
9390
9391 2002-03-11 [jens]       0.7.3claws7
9392
9393         * po/de.po
9394                 updated German translation
9395
9396 2002-03-11 [melvin]     0.7.3claws6
9397
9398         * po/fr.po
9399                 updated and corrected French translation
9400
9401 2002-03-10 [hoa]        0.7.3claws5
9402
9403         * src/account.c
9404         * src/inc.c
9405         * src/prefs_account.c
9406         * src/procmsg.c
9407         * src/send.[ch]
9408                 fixed the local account.
9409                 you have to change the default "/usr/sbin/sendmail"
9410                 to "/usr/sbin/sendmail -t" in the preferences of
9411                 the local account.
9412
9413         * src/procmime.c
9414                 removed some debug display for renderer
9415
9416 2002-03-10 [paul]       0.7.3claws4
9417
9418         * faq/en/sylpheed-faq-1.html
9419           faq/en/sylpheed-faq-2.html
9420                 update
9421
9422 2002-03-09 [paul]       0.7.3claws3
9423
9424         * sync with sylpheed 0.7.4
9425                 see ChangeLog entry 2002-03-09
9426
9427 2002-03-08 [paul]       0.7.3claws2
9428
9429         * faq/en/sylpheed-faq*
9430           faq/es/sylpheed-faq*
9431           faq/fr/sylpheed-faq*
9432                 update the FAQs
9433
9434         * manual/fr/.cvsignore
9435           manual/fr/Makefilea.am
9436           manual/fr/sylpheed*
9437           src/mainwindow.c
9438           src/manual.[ch]
9439                 add the French manual
9440
9441 2002-03-07 [paul]       0.7.3claws1
9442
9443         * sync with sylpheed 0.7.3cvs4
9444                 see ChangeLog entries  2002-03-06 and 2002-03-07
9445         
9446         * po/nl.po
9447                 updated by Wilbert Berendsen
9448
9449 2002-03-07 [melvin]     0.7.2claws34
9450
9451         * src/selective_download.c
9452                 Changed the pixmap of the receive button to MAIL_RECEIVE.
9453
9454 2002-03-06 [paul]       0.7.2claws33
9455
9456         * sync with sylpheed 0.7.3cvs1
9457                 bug fix, see ChangeLog entry 2002-03-05
9458
9459 2002-03-05 [paul]       0.7.2claws32
9460
9461         * src/mimeview.c
9462           src/pgptext.[ch]
9463           src/procmsg.c
9464                 reverse the pgp ascii-armored code implemented in 
9465                 0.7.2claws16. removal of this code until it matures.
9466                 this means that verifying ascii-armored pgp sigs and
9467                 automatic decryption of ascii-armored encrypted
9468                 messages no longer works.
9469
9470 2002-03-05 [paul]       0.7.2claws31
9471
9472         * configure.in
9473           Makefile.am
9474         * faq/Makefile.am
9475         * faq/en/Makefile.am
9476           faq/en/sylpheed-faq.html
9477           faq/en/sylpheed-faq-1.html
9478           faq/en/sylpheed-faq-2.html
9479           faq/en/sylpheed-faq-3.html
9480         * faq/es/Makefile.am
9481           faq/es/sylpheed-faq.html
9482           faq/es/sylpheed-faq-1.html
9483           faq/es/sylpheed-faq-2.html
9484           faq/es/sylpheed-faq-3.html
9485           faq/es/sylpheed-faq-4.html
9486         * faq/fr/Makefile.am
9487           faq/fr/sylpheed-faq.html
9488           faq/fr/sylpheed-faq-1.html
9489           faq/fr/sylpheed-faq-2.html
9490           faq/fr/sylpheed-faq-3.html
9491         * src/Makefile.am
9492           src/defs.h
9493           src/mainwindow.c
9494           src/manual.[ch]
9495                 add FAQs in English, Spanish and French
9496
9497
9498 2002-03-05 [paul]       0.7.2claws30
9499
9500         * manual/en/sylpheed.html
9501           manual/en/sylpheed-XX.html
9502                 updated the English manual
9503
9504 2002-03-05 [hoa]        
9505
9506         * src/summaryview.c
9507                 dialog box pops up if the article can't be deleted.
9508
9509 2002-03-04 [paul]       
9510         
9511         * po/pt_BR.po
9512                 updated by Fabio Junior Benedito
9513
9514 2002-03-04 [hoa]
9515
9516         * removed ac/gpgme.m4
9517                 to avoid autogen common problem
9518                 developers have to install gpgme development package now
9519
9520         * src/compose.c
9521                 encoding to 7bit or 8bit is enabled.
9522
9523 2002-03-03 [alfons]     0.7.2claws29
9524
9525         * src/pop.c
9526                 merge fix by Oliver Haertel for selective
9527                 download buglet
9528
9529 2002-03-03 [paul]       0.7.2claws28
9530         
9531         * sync with sylpheed 0.7.3
9532
9533 2002-03-03 [paul]       0.7.2claws27
9534
9535         * sync with sylpheed 0.7.2cvs24
9536                 see ChangeLog entries 2002-03-02 and 2002-03-03
9537
9538 2002-03-02 [melvin]     0.7.2claws26
9539
9540         * src/inc.[ch]
9541         * src/main.c
9542         * src/mainwindow.c
9543         * src/prefs_common.[ch]
9544                 Added user definable notification on new mail arrival.
9545                 Removed unused variables in spell checker prefs code.
9546
9547 2002-03-02 [melvin]     0.7.2claws25
9548
9549         * src/quote_fmt.c
9550                 Removed unnecessary escape sequences.
9551                 Changed 'Initial...' to 'Initials of Sender'
9552
9553 2002-03-02 [paul]       0.7.2claws24
9554
9555         * sync with sylpheed 0.7.2cvs22
9556                 see ChangeLog entry 2002-03-01
9557
9558 2002-03-01 [hoa]        0.7.2claws23
9559
9560         * src/mainwindow.c
9561                 Set sensitivity of delete actions to active
9562                 even if the folder is a newsgroup.
9563
9564         * src/summaryview.c
9565                 - Set sensitivity of delete actions
9566                 - Added function check_permission() that will check if the
9567                   user is authorized to delete a message. For news, it
9568                   will check if the author is the same.
9569                 - Enabled deletion when there is no trash folder.
9570
9571         * src/news.[ch]
9572                 - Added news_cancel_article() to cancel articles
9573                 - Implemented news_remove_message() (public function)
9574
9575 2002-03-01 [paul]       0.7.2claws22
9576
9577         * src/gtkutils.c
9578           src/textview.c
9579                 recognise urls that that don't include 'http://' and
9580                 simply begin 'www.' 
9581
9582         * AUTHORS
9583                 remove duplicated name
9584
9585 2002-02-28 [paul]       0.7.2claws21
9586
9587         * src/mainwindow.c
9588           src/summaryview.[ch]
9589                 add ability to 'Select thread'
9590                 combines Melvin's "Select thread's head" patch (#510907)
9591                 with Colin Leroy's <colin@colino.net> "Select whole thread" 
9592                 patch (#518514) 
9593
9594 2002-02-28 [paul]       0.7.2claws20
9595
9596         * src/mimeview.c
9597                 hopefully fix segfault on right-clicking a mime part
9598                 that some people have experienced.      
9599                 fix submitted by Fredrik Olofsson <frol@linux.nu>
9600
9601 2002-02-28 [paul]       0.7.2claws19
9602
9603         * sync with sylpheed 0.7.2cvs21
9604                 see ChangeLog entries 2002-02-27 and 2002-02-28
9605
9606 2002-02-27 [paul]       0.7.2claws18
9607
9608         * sync with sylpheed 0.7.2cvs18
9609                 see ChangeLog entries 2002-02-26 and 2002-02-27
9610
9611 2002-02-26 [alfons]     0.7.2claws17
9612
9613         * src/procheader.c
9614                 #undef ALLOW_HEADER_HINT (this was supposed to be undef'ed)
9615                 (spotted by Chris Hessman <idatech@gmx.net>)
9616
9617 2002-02-26 [paul]       0.7.2claws16
9618
9619         * src/mimeview.c
9620           src/pgptext.[ch]
9621           src/procmsg.c
9622                 make decryption of ascii-armored pgp encrypted messages
9623                 and verification of ascii-armored signatures work again.
9624                 slightly altered from the patch by Jens Jahnke 
9625                 <jan0sch@gmx.net>
9626
9627                 ##FIX ME##
9628                 * the checking of plaintext signatures always comes up in 
9629                   a popup box
9630                 * it doesn't work for multipart messages 
9631                 * all lines above "-----BEGIN PGP SIGNED MESSAGE-----\nHash: SHA1",
9632                   including the msg headers and these 2 line themselves, are 
9633                   not displayed
9634
9635         * src/mainwindow.c
9636                 "View/Folder Tree" becomes "View/Separate Folder Tree"
9637                 "View/Message View" becomes "View/Separate Message View"
9638                 because its less ambiguous.
9639
9640         * po/es.po
9641                 updated by Ricardo Mones Lastra
9642
9643 2002-02-26 [paul]       0.7.2claws15
9644
9645         * sync with sylpheed 0.7.2cvs17
9646                 see ChangeLog entries 2002-02-25 and 2002-02-26
9647
9648 2002-02-25 [christoph]  0.7.2claws14
9649
9650         * src/filtering.[ch]
9651         * src/inc.c
9652                 do filtering stuff after all messages have been received
9653                   1. drop all messages to .processing
9654                   2. scan processing folder for messages
9655                   3. filter messages or move to inbox
9656                 this will also find old messages left in processing after
9657                 a crash or something like that and we get a real msginfo
9658                 from folder->get_msg_list and do not have to create our
9659                 own in filter_message
9660         * src/matcher_parser_parse.y
9661                 remove MIX/MAX warning (reordered includes)
9662
9663 2002-02-25 [paul]       0.7.2claws13
9664
9665         * sync with sylpheed 0.7.2cvs15
9666                 see ChangeLog entry 2002-02-24
9667
9668 2002-02-24 [alfons]     0.7.2claws12
9669
9670         * src/filtering.c
9671                 clear old color flags first when applying a new color to
9672                 a message info. 
9673                 (spotted by Lo'oRiS il Kabukimono <lo_oris@libero.it>)
9674
9675 2002-02-24 [alfons]     0.7.2.claws11
9676         
9677         * AUTHORS
9678         * src/prefs_common.c
9679                 add presets for Opera and Konqueror, closes patch #517261,
9680                 submitted by Ville Skyttä <scop@users.sourceforge.net>
9681
9682 2002-02-24 [alfons]     0.7.2.claws10
9683
9684         * AUTHORS
9685         * src/summaryview.c
9686                 fix threading for null message ids, closes patch #521601,
9687                 submitted by Bob Forsman <hammor@users.sourceforge.net>
9688
9689 2002-02-24 [alfons]     0.7.2claws9
9690
9691         * src/summaryview.c
9692         * src/filtering.c
9693                 make Tool | Filter Message work with filtering system so
9694                 setting flags also works
9695
9696                 TODO:
9697
9698                 - Processing uses the same function as Tool | Filter
9699                   Message, but doesn't use the same update proc yet
9700
9701 2002-02-23 [paul]       0.7.2claws8
9702
9703         * sync with sylpheed 0.7.2cvs14
9704                 see ChangeLog entries 2002-02-22 and 2002-02-23
9705
9706 2002-02-22 [christoph]  0.7.2claws7
9707
9708         * src/quote_fmt.c
9709                 Add column space to table
9710         * src/quote_fmt_parse.y
9711                 Close files
9712
9713 2002-02-22 [paul]       0.7.2claws6
9714
9715         * src/Makefile.am
9716           src/defs.h
9717           src/filtering.c
9718           src/inc.[ch]
9719           src/mainwindow.c
9720           src/matcher.[ch]
9721           src/matcher_parser_lex.l
9722           src/matcher_parser_parse.y
9723           src/pop.[ch]
9724           src/prefs_account.h
9725           src/prefs_filtering.c
9726           src/selective_download.[ch]   *** NEW FILES ***
9727           src/utils.[ch]
9728           po/POTFILES.in
9729                 Selective Download added to 'Tool' menu. 
9730                 Retrieves email headers of the currently selected pop3 
9731                 account and allows the user to mark emails for deletion 
9732                 right on the pop3 server. Patch submitted by Oliver Haertel 
9733                 <oha@users.sourceforge.net>.
9734         
9735         * po/POTFILES.in
9736                 add 'src/quote_fmt.c'           
9737
9738 2002-02-22 [christoph]  0.7.2claws5
9739
9740         * src/Makefile.am
9741                 added quote_fmt.c
9742         * src/prefs_common.[ch]
9743         * src/prefs_template.c
9744         * src/quote_fmt.c               *** NEW FILE ***
9745         * src/quote_fmt.h
9746                 move quote format symbol description code
9747                 to it's own file because it is used from
9748                 differnent code parts
9749                 Rewrote symbol description GUI
9750                   + use table
9751                   + add separators
9752                   + get data from array (no more long constant strings)
9753         * src/quote_fmt_lex.l
9754         * src/quote_fmt_parse.y
9755                 Symbol for Literal % changed to \% instead of %%
9756                 (More logical as \ is used for quoting for other symbols)
9757                 Add |f and |p to include files and program output
9758                 Examples:
9759                     |f{/home/.../.signature}
9760                     |p{date}
9761         * po/de.po
9762                 Correct wrong spelling for "Referenzen"
9763
9764 2002-02-21 [paul]       0.7.2claws4
9765
9766         * src/procmsg.c
9767                 forgotten during sync
9768
9769 2002-02-21 [paul]       0.7.2claws3
9770
9771         * sync with sylpheed 0.7.2cvs11
9772                 see ChangeLog entries 2002-02-17, 2002-02-18, 2002-02-19,
9773                 2002-02-20 and 2002-02-21
9774
9775 2002-02-20 [melvin]     0.7.2claws2
9776
9777         * src/prefs_actions.c
9778                 Added error report when child cannot fork or when execvp 
9779                 returns with an error.
9780
9781 2002-02-19 [christoph]  0.7.2claws1
9782
9783         * src/codeconv.c
9784                 return unconverted text if conde conversion is not possible
9785                 when libjconv is used.
9786                 (patch submitted by "Simon 'corecode' Schubert")
9787
9788 2002-02-19 [paul]       
9789
9790         * version 0.7.2claws release
9791
9792 2002-02-19 [paul]       0.7.2claws
9793
9794         * po/nl.po
9795                 updated by Wilbert Berendsen
9796
9797
9798 2002-02-18 [alfons]     0.7.1claws13
9799
9800         * src/syldap.c
9801         * src/jpilot.c
9802                 remove references to dlfcn and explicitly loading functions
9803                 from dynalink libs, because libs linked anyway, and functions
9804                 are loaded explicitly
9805
9806 2002-02-17 [melvin]     0.7.1claws12
9807
9808         * src/prefs_actions.c
9809                 Replaced children wait loop with double fork technique.
9810                 Now, input/output window updated at each new output.
9811                 free_children(): Fixed a memory leak.
9812                 Made input/output window non closable if running children
9813                 still exist.
9814                 Added missing <unistd.h> include.
9815                 Added some --debug outputs.
9816
9817 2002-02-17 [melvin]     0.7.1claws11
9818
9819         * src/summaryview.c
9820                 Fixed bug where descending sort order did not select top
9821                 message.
9822
9823 2002-02-17 [melvin]     0.7.1claws10
9824
9825         * acconfig.h
9826                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
9827         * src/prefs_common.c
9828                 Pspell data package directory no more hard coded but
9829                 set during configuration (PSPELL_PATH). (Thanks to 
9830                                 Gustavo Noronha Silva.)
9831
9832 2002-02-17 [melvin]     0.7.1claws9
9833
9834         * configure.in
9835                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
9836         * src/gtkspell.c
9837                 Fixed compile-time warnings.
9838
9839 2002-02-16 [alfons]     0.7.1claws8
9840
9841         * src/filesel.c
9842                 fix inadvertent free of NULL pointer which caused
9843                 sylpheed to crash when closing the save-as dialog
9844                 using the window close button
9845
9846 2002-02-16 [carsten]    0.7.1claws7
9847         * src/mainwindow.[ch]
9848           src/summaryview.c
9849           src/prefs_common.c
9850                 fixes for pixmap theming code:
9851                         - recently changed mail attributes shouldn't get
9852                           lost any longer
9853                         - theme is only reloaded iff another theme was
9854                           selected
9855
9856 2002-02-16 [paul]       0.7.1claws6
9857
9858         * sync with sylpheed 0.7.2 release
9859                 see ChangeLog entry 2002-02-15 and 2002-02-16
9860
9861 2002-02-15 [paul]       0.7.1claws5
9862
9863         * sync with sylpheed 0.7.1cvs9
9864                 see ChangeLog entry 2002-02-15
9865
9866         * po/POTFILES.in
9867                 remove unneeded headerwindow.c entry
9868
9869 2002-02-14 [carsten]    0.7.1claws4
9870         * src/summaryview.c
9871                 fixed a bug for "Go to next unread message": there was
9872                 an endless loop if NEXTUNREADMSGDIALOG_ASSUME_NO was set
9873                 in the prefs, because of doing "Search again" instead
9874                 "No"
9875
9876 2002-02-14 [carsten]    0.7.1claws3
9877         * src/stock_pixmap.c
9878                 removed 2 more mem leaks; following memprof,
9879                 this code is "leak free" now :)
9880
9881 2002-02-14 [carsten]    0.7.1claws2
9882         * src/stock_pixmap.c
9883                 used opendir/readdir/closedir instead of scandir
9884                 -> code should work now on Solaris
9885
9886 2002-02-14 [paul]       0.7.1claws1
9887
9888         * sync with sylpheed 0.7.1cvs8
9889                 see ChangeLog entries 2002-02-13 and 2002-02-14
9890
9891         * README.claws
9892                 add some description of Actions and Pixmap Themes
9893
9894 2002-02-13 [paul]       
9895
9896         * version 0.7.1claws release
9897
9898 2002-02-13 [paul]       0.7.1claws
9899
9900         * po/es.po
9901           po/it.po
9902           po/pt_BR.po
9903                 updated translations, submitted by Ricardo Mones Lastra,
9904                 Alessandro Maestri and Fabio Junior Beneditto
9905
9906 2002-02-13 [melvin]     0.7.0claws75
9907
9908         * src/prefs_actions.c
9909                 Added missing "signal.h" include
9910
9911 2002-02-13 [melvin]     0.7.0claws74
9912
9913         * src/prefs_folder_item.c
9914                 Added missing "config.h" include
9915         * po/fr.po
9916                 Updated French translation for folder propriety.
9917
9918 2002-02-13 [jens]       0.7.0claws73
9919
9920         * po/POTFILES.in
9921                 Added missing src/prefs_folder_item.c [log added by melvin]
9922         * po/de.po
9923                 Updated German translation.
9924
9925 2002-02-13 [melvin]     0.7.0claws72
9926
9927         * po/fr.po
9928                 Updated French translation.
9929
9930 2002-02-13 [melvin]     0.7.0claws71
9931
9932         * src/gtkutils.c
9933                 Made gtkut_editable_get_selection return NULL if selection
9934                 is of length zero.
9935                 This fixes a bug where selecting part of message A then
9936                 switching to message B and replying to it will not
9937                 quote the message's body.
9938
9939 2002-02-12 [paul]       0.7.0claws70
9940
9941         * src/mainwindow.c
9942                 cosmetic, relating to pixmap themes: on toolbar make 
9943                 updating of 'Exec' and 'Compose news/Compose email'
9944                 icons faster.
9945
9946 2002-02-12 [carsten]    0.7.0claws69
9947         * src/folderview.c
9948           src/mainwindow.[ch]
9949           src/stock_pixmap.c
9950           src/summaryview.c
9951           src/prefs_common.c
9952                 - refreshing after changing pixmap theme better
9953                   now (thanks Paul)
9954                 - wanted to remove some mem leaks, but alfons was
9955                   faster (and had the better solution ;)
9956
9957 2002-02-12 [alfons]     0.7.0claws68
9958
9959         * src/prefs_common.c
9960         * src/stock_pixmap.[ch]
9961                 plug mem leaks, refactor code a little bit
9962
9963
9964 2002-02-12 [sergey]     0.7.0claws67
9965
9966         * src/imap.c
9967                 Fixed problem with copying messages to IMAP folders when the
9968                 server uses something other than '/' as a namespace separator
9969                 (cyrus-imapd uses '.').
9970
9971 2002-02-12 [jens]       0.7.0claws66
9972
9973         * po/de.po
9974                 Updated German Translation
9975
9976 2002-02-12 [paul]       0.7.0claws65
9977
9978         * sync with sylpheed 0.7.1cvs1
9979                 see ChangeLog entry 2002-02-12
9980
9981 2002-02-12 [melvin]     0.7.0claws64
9982
9983         * src/prefs_actions.c
9984                 Fixed "feature" where children's output was duplicated 
9985                 instead of refreshed while monitoring.
9986                 Removed some debug code.
9987
9988 2002-02-12 [christoph]  0.7.0claws63
9989
9990         * src/compose.c
9991                 always delete message from queue after sending/send error
9992                 (closes bug #509601)
9993
9994 2002-02-12 [melvin]     0.7.0claws62
9995
9996         * src/prefs_actions.c
9997                 Children wait loop is now triggered with a timeout of 1s
9998                 Added %F which is replaced with the list of filenames 
9999                 of all selected messages (as suggested by Ricardo Mones Lestra)
10000                 Pipe syntax changed. Prefix with | to send selection, postfix
10001                 with | to retrieve output. Prefix with > or * to send
10002                 user definable input to the command (*: input is hidden)
10003                 Old pipe action should now be postfixed with |, too.
10004
10005 2002-02-12 [carsten]    0.7.0claws61 (more 59.75)
10006         * src/stock_pixmap.c
10007                 fixed a bug: if there's no theme directory don't
10008                 throw an error, just do "nothing" (thanks Alfons)
10009
10010 2002-02-12 [carsten]    0.7.0claws60
10011         * src/folderview.c
10012           src/summaryview.c
10013                 had to write the cache twice (nasty!); some marks would 
10014                 get lost if not
10015
10016 2002-02-11 [carsten]    0.7.0claws59
10017         * acconfig.h
10018           configure.in
10019           doc-src/maintainer_guide.txt
10020           src/compose.[ch]
10021           src/defs.h
10022           src/folderview.[ch]
10023           src/gtkutils.[ch]
10024           src/mainwindow.[ch]
10025           src/prefs_common.[ch]
10026           src/stock_pixmap.[ch]
10027           src/summaryview.[ch]
10028                 pixmap theming and related work on pixmap
10029                 handling on some other places
10030                 (e.g. hrm features for all folder)
10031           src/pixmap/stock_*.xpm -> the stock_ was removed
10032         
10033 2002-02-11 [paul]       0.7.0claws58
10034
10035         * sync with sylpheed 0.7.1 release
10036                 see ChangeLog entries 2002-02-11
10037
10038 2002-02-08 [paul]       0.7.0claws57
10039
10040         * sync with sylpheed 0.7.0cvs39
10041                 see ChangeLog entry 2002-02-07 (last entry) 
10042
10043         * src/prefs_actions.c
10044           src/prefs_filtering.c
10045           src/prefs_matcher.c
10046           src/prefs_scoring.c
10047                 sync: made it compile with C compilers other than gcc
10048
10049 2002-02-07 [paul]       0.7.0claws56
10050
10051         * sync with sylpheed 0.7.0cvs38
10052                 see ChangeLog entries 2002-02-06 (last 2 entries) and
10053                 2002-02-07
10054
10055 2002-02-07 [darko]      0.7.0claws55
10056
10057         * src/gtkutils.[ch]
10058         * src/summaryview.c
10059                 Fix const gchar */gchar * issue (thanks Hiro)
10060
10061 2002-02-07 [darko]      0.7.0claws54
10062
10063         * src/compose.[ch]
10064         * src/filtering.c
10065         * src/gtkutils.[ch]
10066         * src/prefs_template.c
10067         * src/quote_fmt.h
10068         * src/quote_fmt_parse.y
10069         * src/summaryview.c
10070         * src/utils.[ch]
10071                 When replying or forwarding an email don't quote the entire
10072                 mail body but use the part of the message text that is selected
10073
10074 2002-02-06 [melvin]     0.7.0claws53
10075
10076         * src/prefs_common.[ch]
10077         * src/gtkspell.[ch]
10078         * src/compose.c
10079                 Made possible to switch quickly to last used dictionary
10080                 which makes checking bilingual documents easier.
10081
10082 2002-02-06 [melvin]     0.7.0claws52
10083         
10084         * po/POTFILES.in
10085                 Added forgotten new file src/prefs_actions.c
10086
10087 2002-02-06 [melvin]     0.7.0claws51
10088
10089         * src/prefs_actions.c   ** NEW FILE **
10090         * src/prefs_actions.h   ** NEW FILE **
10091                 Added actions to execute on message text view, or on the
10092                         message's file.
10093         * src/Makefile.am
10094                 Added src/prefs_actions.[ch]
10095         * src/compose.c
10096                 Added new menu "Edit/Actions"
10097         * src/defs.h
10098                 Added new actionsrc file.
10099         * src/main.c
10100                 Added actionsrc reading.
10101         * src/mainwindow.c
10102                 Added new menus "Edit/Actions" and "Configuration/Actions..."
10103         * src/prefs_common.h
10104                 Added new element actionslst element to prefs_common.
10105
10106 2002-02-06 [paul]       0.7.0claws50
10107
10108         * sync with sylpheed 0.7.0cvs36
10109                 see ChangeLog entry 2002-02-06
10110
10111 2002-02-05 [paul]
10112
10113         * po/es.po
10114                 updated by Ricardo Mones Lastra
10115
10116 2002-02-05 [paul]       0.7.0claws49
10117
10118         * sync with sylpheed 0.7.0cvs33
10119                 see ChangeLog entries 2002-02-04 (last 4 entries) and 2002-02-05
10120
10121 2002-02-05 [paul]       0.7.0claws48
10122
10123         * src/compose.c
10124                 re-add 'Edit/Advanced/Delete entire line', previously named
10125                 'Delete Line+'
10126
10127 2002-02-04 [paul]       0.7.0claws47
10128
10129         * src/compose.c
10130           src/summaryview.c
10131                 fix bug #494993 (Reply All not taking Reply-To into consi)
10132                 eliminate differences in behaviour of right-click 'Reply to all' 
10133                 in summary view and 'Reply to all' on the toolbar. 
10134                 fix bug where Reply-To gets ignored by 'Reply to all' in summary
10135                 view and From gets ignored by 'Reply to all' on toolbar.
10136                 fix bug where 'Reply to all' on toolbar uses To twice and ignores
10137                 From when no Reply-To header is present.
10138
10139 2002-02-04 [paul]       0.7.0claws46
10140
10141         * sync with sylpheed 0.7.0cvs30
10142                 see ChangeLog entries 2002-02-03 and 2002-02-04
10143
10144 2002-02-03 [melvin]     0.7.0claws45
10145
10146         * src/gtkspell.[ch]
10147                 Readded function to highlight all misspelled words.
10148                 Fixed bug where user-provided-words did not replace
10149                         correctly the misspelled word when using the mouse.
10150                 Fixed bug where checking a region selected from right to left did
10151                         not check the region at all.
10152                 Fixed bug where 'Check backwards' may not check at all. 
10153                 Fixed memory leaks where popup menus and accel_groups were not destroyed.
10154                 Fixed possible buffer overflow when checking for long strings (>1k).
10155                 Made cursor and scrollbar positions non changing after uncheck_all/check_all.
10156                 Accelerators code uses now gtk_widget_add_accel.
10157                 Removed and disabled obsolete and unfinished code.
10158                 Cleaning up.
10159
10160         * src/compose.c
10161                 Added menu item to Highlight all misspelled words.
10162
10163 2002-02-01 [paul]       0.7.0claws44
10164
10165         * src/mainwindow.c
10166                 fix '/View/Hide read messages' sensitivity when all
10167                 messages in a folder are hidden
10168
10169 2002-02-01 [paul]       0.7.0claws43
10170
10171         * src/main.c
10172                 add --send option to command line interface, sends all
10173                 queued mail. Patch submitted by Ricardo Mones Lastra.
10174
10175 2002-01-31 [paul]       0.7.0claws42
10176
10177         * src/mainwindow.c
10178                 add '/View/Hide read messages' to main_window_set_menu_sensitive()
10179
10180 2002-01-31 [paul]       0.7.0claws41
10181
10182         * sync with sylpheed 0.7.0cvs27
10183                 see ChangeLog entries 2002-01-30 (src/mh.c, src/prefs_common.c)
10184                 and 2002-01-31
10185
10186         * src/textview.c
10187                 comment out elements of textview_show_part() as temporary
10188                 workaround for attachment 'Display as text' bug 
10189
10190         * po/pt_BR.po
10191                 updated by Fabio Junior Beneditto
10192
10193 2002-01-30 [paul]       0.7.0claws40
10194
10195         * sync with sylpheed 0.7.0cvs24
10196                 see ChangeLog entries 2002-01-29 (src/prefs_common.c)
10197                 and 2002-01-30
10198
10199         * src/compose.c
10200                 add {N_("/_Spelling"), ... "<Branch>"} to 
10201                 GtkItemFactoryEntry compose_entries[]
10202
10203         * src/prefs_common.c
10204                 add claws menu items to prefs_keybind_apply_clicked()
10205                 and remove non-claws menu items
10206
10207 2002-01-29 [paul]       0.7.0claws39
10208
10209         * sync with sylpheed 0.7.0cvs22
10210                 see ChangeLog entries 2002-01-28 and 2002-01-29
10211
10212 2002-01-28 [melvin]     0.7.0claws38
10213
10214         * src/compose.c
10215                 Added the declartion of compose_send_control_enter.
10216
10217         * src/compose.c
10218         * src/gtkspell.[ch]
10219                 Added in a 'Spelling' menu which includes the configuration menu. 
10220                 Added a real 'Check all' and got rid from the old one which only
10221                 highlited misspelled word.
10222                 Made 'Check while typing' a disableable option.
10223                 Added a dialog when there are no more misspelled word.
10224                 Added a dialog if error occurs when switching to a dictionary.
10225         
10226         * src/prefs_common.[ch]
10227                 Added option for the default 'Check while typing' option.
10228
10229
10230 2002-01-28 [alfons]     0.7.0claws37
10231
10232         * src/compose.c
10233                 fix buglet and make code comply with sylpheed code style
10234
10235 2002-01-28 [paul]       0.7.0claws36
10236
10237         * sync with sylpheed 0.7.0cvs19
10238                 see ChangeLog entries for 2002-01-28
10239
10240 2002-01-28 [hoa]        0.7.0claws35
10241
10242         * src/defs.h
10243                 added rendererrc
10244
10245         * src/main.c
10246                 read the renderer config
10247
10248         * src/procmime.[ch]
10249                 use the renderer config to convert mime attachments
10250
10251         * src/textview.c
10252                 don't use textview_show_html/ertf,
10253                 use get_text_content instead
10254
10255 2002-01-27 [alfons]     0.7.0claws34
10256         
10257         * src/news.c
10258                 make sylpheed believe it can delete a news message...
10259                 (messages are NOT deleted, maybe we should remove
10260                 processing from the folder properties after all.)
10261
10262 2002-01-27 [alfons]     0.7.0claws33
10263
10264         * src/folder.c
10265                 add extra checks
10266         * src/news.c
10267                 implement remove_msg() 
10268
10269 2002-01-27 [alfons]     0.7.0claws32
10270
10271         * src/procmsg.h
10272         * src/procheader.c
10273         * src/messageview.c
10274                 fix return receipt / disposition notification again. this
10275                 stuff seems to break on _every_ major summary UI change, so
10276                 it's now implemented using a flag which is saved in the
10277                 marks cache
10278                 
10279 2002-01-26 [alfons]     0.7.0claws31
10280
10281         * src/import.c
10282                 let import dialog show the destination folder identifier
10283
10284 2002-01-26 [melvin]     0.7.0claws30
10285
10286         * src/folderview.c
10287         * src/summaryview.c
10288                 Readded 'Mark all read' into summary view popup menu
10289                 Added 'Mark all read' in folder view popup menu for IMAP
10290                 and NNTP.
10291                 Made it insensitive if the selected folder is not the shown
10292                 one to avoid 'Mark all read' on the wrong folder.
10293                 
10294 2002-01-26 [paul]       0.7.0claws29
10295
10296         * src/folderview.c
10297           src/summaryview.c
10298                 move 'Mark all read' from summary view to folder view
10299                 menu. (adapted from) patch submitted by Jeremy Andrews,
10300                 <lists@kerneltrap.com>
10301
10302 2002-01-25 [alfons]     0.7.0claws28
10303
10304         * src/gtkstext.c
10305                 put the gtk class name back so GtkSText adapts the 
10306                 settings of GtkText
10307
10308 2002-01-25 [alfons]     0.7.0claws27
10309
10310         * src/folderview.c 
10311                 assimilate Ricardo's patch that shows pixmaps instead of
10312                 plain "new" and "unread" texts in the folder view column
10313                 headers 
10314
10315 2002-01-25 [paul]       0.7.0claws26
10316
10317         * src/Makefile.am
10318                 add $(GPGME_CFLAGS) to INCLUDES so that gpgme can 
10319                 be found in non-standard locations. 
10320                 Closes Patch #507976, submitted by Stoyan Genov, <sdg@rila.bg>
10321
10322 2002-01-25 [paul]       0.7.0claws25
10323
10324         * sync with sylpheed 0.7.0cvs16
10325                 see ChangeLog entry 2002-01-25
10326
10327 2002-01-24 [paul]       0.7.0claws24
10328
10329         * more sync with sylpheed 0.7.0cvs15
10330                 get_file_size_as_clrf(), see ChangeLog entry 2002-01-23
10331
10332 2002-01-23 [sergey]     0.7.0claws23
10333
10334         * src/importldif.c
10335                 Fixed segfault when closing LDIF import wizard with
10336                 the window manager.
10337         * src/imageview.c
10338         * src/imageview.h
10339         * src/messageview.c
10340         * src/mimeview.c
10341                 Fixed wrong scrolling position after switching between
10342                 text and image parts.
10343
10344 2002-01-23 [paul]       0.7.0claws22
10345
10346         * sync with sylpheed 0.7.0cvs15
10347                 see ChangeLog entries 2002-01-22 and 2002-01-23
10348
10349 2002-01-21 [melvin]     0.7.0claws21
10350
10351         * src/prefs_scoring.c
10352         * src/prefs_filtering.c
10353                 Fixed bug where scoring and filtering windows stopped
10354                 autochecking.
10355
10356 2002-01-21 [paul]       0.7.0claws20
10357
10358         * sync with sylpheed 0.7.0cvs12
10359                 see ChangeLog entries 2002-01-20 and 2002-01-21
10360
10361 2002-01-21 [carsten]    0.7.0claws19
10362         * src/mainwindow.c
10363         * src/menu.[ch]
10364         * src/messageview.[ch]
10365         * src/summaryview.[ch]
10366                 changes to shortcuts handling again:
10367                         + "Q" now controled by mainwin
10368                         + v/V are now customizable and have slightly
10369                           different meanings
10370                 the "button" to minimize the messageview (and maximize
10371                 the summary view) is a real button now
10372         * src/compose.c
10373                 "Delete Line+" added to Edit/Advanced (this will also
10374                 delete the '\n')
10375
10376 2002-01-20 [melvin] 0.7.0claws18
10377
10378         * src/addressbook.c
10379                 Made "Bcc" sensitive when addressbook is called from
10380                 compose window (it was a Claws only bug).
10381
10382 2002-01-19 [alfons] 0.7.0claws17
10383
10384         * src/inc.c
10385                 prevent unnecessary updates when currently selected folder has
10386                 no new messages 
10387
10388 2002-01-19 [alfons] 0.7.0claws16
10389         
10390         * src/summaryview.c
10391                 prevent writing the cache based on current message list in summary 
10392                 view when filtering also put messages in currently selected folder
10393
10394 2002-01-19 [paul]
10395
10396         * po/it.po
10397                 Italian translation submitted by Alessandro Maestri
10398                 <a.maestri@cs.tin.it>
10399
10400 2002-01-18 [melvin]     0.7.0claws15
10401
10402         * src/prefs_filters.c
10403                 fixed bug where 'cancel' from 'filters' window stops autochecking
10404                 if the timer timed out  when the window was open.
10405
10406 2002-01-18 [match]      0.7.0claws14
10407
10408         * src/addrclip.[ch]     ** NEW FILE **
10409         * src/addrselect.[ch]   ** NEW FILE **
10410         * src/adbookbase.h      ** NEW FILE **
10411                 addressbook cut, copy and paste
10412         * src/addrbook.[ch]
10413         * src/addrcache.[ch]
10414         * src/addressitem.h
10415         * src/addrindex.[ch]
10416         * src/addritem.[ch]
10417         * src/importldif.c
10418         * src/importmutt.c
10419         * src/jpilot.[ch]
10420         * src/syldap.[ch]
10421         * src/vcard.[ch]
10422         * src/jpilot.[ch]
10423         * src/editbook.c
10424         * src/editjpilot.c
10425         * src/editldap.c
10426         * src/editvcard.c
10427                 support for copy/paste
10428         * src/addressbook.c
10429                 support for copy/paste
10430                 tidy up menu option processing
10431                 correct address list function arguments
10432         * src/editaddress.c
10433                 sort user attributes
10434         * src/ldif.h
10435         * src/mutt.h
10436                 tidy up
10437
10438         * src/addrbook.[ch]
10439         * src/addrbook.[ch]
10440         * src/addrbook.[ch]
10441                 
10442
10443 2002-01-18 [paul]       0.7.0claws13
10444
10445         * sync with sylpheed 0.7.0cvs8
10446                 configure.in: support Mac OS X (Darwin)
10447
10448 2002-01-18 [carsten]    0.7.0claws12
10449         * src/html.c
10450                 small hack to fix a segfault with an empty href
10451                 (reported by Alexandra Walford <deeni@altern.org>)
10452         * src/mainwindow.c
10453         * src/summaryview.c
10454                 the shortcuts for Mark und Mark as unread are hardcoded
10455                 again
10456         * src/compose.c
10457         * src/gtkstext.[ch]
10458                 readded the shortcuts in gtkstext but made them
10459                 customizeable (simply by adding a menu plus a wrapper
10460                 to compose.c)
10461
10462 2002-01-17 [melvin]     0.7.0claws11
10463
10464         * src/gtkspell.c
10465                 fix default dictionary not being saved.
10466
10467 2002-01-16 [darko]      0.7.0claws10
10468
10469         * src/compose.c
10470                 fix wrapping crash with URL longer than wrapping margin
10471
10472 2002-12-08 [hoa]        0.7.0claws10
10473
10474         * src/matcher_parser_parse.y
10475                 fixed some bugs
10476
10477         * src/prefs_filtering.c
10478                 now, we can use bounce action in the dialog box.
10479
10480 2002-01-16 [carsten]    0.7.0claws9
10481         * src/gtkstext.c
10482                 removed the <control> and <alt> shortcuts because they're
10483                 not needed and interefered with the "normal" shortcuts
10484         * src/mainwindow.c
10485         * src/summaryview.c
10486                 removed most of the hardcoded shortcuts and assigned
10487                 them to menu entries making them easy customizable by
10488                 that
10489
10490 2002-01-16 |melvin]     0.7.0claws8
10491
10492         * src/gtkspell.c
10493                 fixed bug where using the mouse and when the compose
10494                 window is not on top may result in a crash.
10495
10496 2002-01-16 [melvin]     0.7.0claws7
10497
10498         * src/compose.c
10499                 fixed a long standingspell checker bug which could 
10500                 cause a crash after sending a message.
10501
10502 2002-01-16 [paul]       0.7.0claws6
10503
10504         * sync with sylpheed 0.7.0cvs7
10505                 see ChangeLog entries 2002-01-10, 2002-01-11, 2002-01-14,
10506                 2002-01-15, and 2002-01-16
10507
10508 2002-01-16 [melvin]     0.7.0claws5
10509
10510         * README.claws
10511         * src/compose.c
10512         * src/gtkspell.[ch]
10513         * src/main.c
10514                 Heavily modified spell checker code to work around
10515                 ispell bug, to add keyboard shortcuts and for future
10516                 enhancements. See README.claws for usage information.
10517
10518 2002-01-15 [alfons]     0.7.0claws4
10519         
10520         * src/summaryview.c
10521                 change gtk_ctree_sort_node() into gtk_ctree_sort_recursive()
10522                 so sorting within threads reflects sort mode
10523
10524 2002-01-15 [christoph]  0.7.0claws3
10525
10526         * src/procmsg.c
10527                 added alertpanel if mail sending failed
10528
10529 2002-01-15 [alfons]     0.7.0claws2
10530         
10531         * src/prefs_filtering.c
10532                 don't stop timer when prefs filtering dialog is opened
10533
10534 2002-01-14 [alfons]     0.7.0claws1
10535
10536         * src/addr_compl.c
10537         * src/prefs.c
10538                 remove debug_print()s for privacy reasons
10539
10540 2002-01-14 [darko]      0.7.0claws
10541
10542         * README.claws
10543                 quotation wrapping is now also in the main branch
10544
10545 2002-01-14 [paul]
10546
10547         * tools/filter_conv.pl
10548                 allow for Boolean Op and case-sensitivity
10549                 this file is included in the release and tagged
10550                 'rel_0_7_0'
10551
10552 2002-01-13 [paul]       0.7.0claws
10553
10554         * release 0.7.0, with cvs tag 'rel_0_7_0'
10555
10556 2002-01-13 [paul]
10557
10558         * tools/filter_conv.pl
10559         * tools/README
10560                 rewritten to output to matcherrc instead of filteringrc
10561
10562         * po/es.po
10563                 updated Spanish translation by Ricardo Mones Lastra
10564
10565 2002-01-13 [alfons]
10566
10567         * po/nl.po
10568                 update dutch translation
10569
10570 2002-01-13 [paul]
10571
10572         * po/pt_BR.po
10573                 Updated by Fabio Junior Beneditto 
10574
10575 2002-01-13 [melvin]     0.6.6claws53
10576
10577         * po/fr.po
10578                 Updated french translation
10579
10580 2002-01-12 [alfons]     0.6.6claws52
10581
10582         * src/filtering.c
10583                 plug mem leak that has been sitting there for ages              
10584
10585 2002-01-12 [alfons]     0.6.6claws51
10586
10587         * src/summaryview.c
10588                 undo melvin's changes from 0.6.6claws48 because summary
10589                 view now refuses to select first unread message when
10590                 selecting a folder 
10591
10592 2002-01-11 [alfons]     0.6.6claws50
10593
10594         * src/import.c
10595                 use claws' semantics for getting folder item when
10596                 importing an mbox file into a folder 
10597                 (submitted by Dale P. Smith)
10598
10599 2002-01-11 [christoph]  0.6.6claws49
10600
10601         * src/prefs.h
10602                 set sensitivity in SET_TOGGLE_SENSITIVITY macro from
10603                 toggle widget, because non static prefs can not use
10604                 prefs_set_* functions
10605         * src/prefs_account.c
10606                 toggle smtp auth password field sensitivity if
10607                 user id is empty and add descrition of usage for
10608                 these fields
10609         * src/prefs_folder_item.c
10610                 use SET_TOGGLE_SENSITIVITY macro to instead of extra
10611                 callbacks
10612
10613 2002-01-11 [melvin]     0.6.6claws48
10614
10615         * src/compose.c
10616                 fix the 'Ctrl-Enter' feature for sending and test really
10617                 for 'Ctrl-Enter' (as Ctrl-Space is also used for activating
10618                 editables which was not documented in Gtk)
10619
10620         * src/summaryview.c
10621                 Made summaryview refresh after sorting and not before.
10622
10623 2002-01-11 [christoph]  0.6.6claws47
10624
10625         * src/compose.c
10626                 select account from account ids if possible and
10627                 correctly set save folder for copy in reedit
10628
10629 2002-01-10 [paul]       0.6.6claws46
10630
10631         * sync with sylpheed 0.7.0 release
10632                 see ChangeLog entries 2002-01-07, 2002-01-08 and
10633                 2002-01-09
10634
10635 2002-01-09 [alfons]
10636
10637         * src/summaryview.c
10638                 remove more dirt traces...
10639
10640 2002-01-09 [alfons]
10641         
10642         * src/summaryview.c
10643                 clean up some traces of my debugging stuff
10644
10645 2002-01-09 [alfons]     0.6.6claws45
10646
10647         * src/filtering.c
10648                 break up filteringprop_apply() in three separate pieces
10649                 so we can drop messages that failed processing in the
10650                 inbox
10651
10652         * src/summaryview.c
10653                 fix bug #469598 "no refresh of inbox after filter" which 
10654                 was introduced by the new summary view locking, and which 
10655                 prevented the summary view to update after a manual filter 
10656                 message. claw's filter message requires a summary_show().
10657                 (aargh, summary_show() again! :-)
10658                 
10659 2002-01-07 [alfons]     0.6.6claws44
10660
10661         * src/headerwindow.c
10662         * src/logwindow.c
10663         * src/messageview.c
10664         * src/sourcewindow.c
10665                 bring in Hiro's last 0.7.0 wm class fixes
10666
10667         * tools/sylprint.pl
10668                 bring in Ricardo's fix for sylprint script
10669
10670         * AUTHORS       
10671         * src/rfc2015.[ch]
10672         * src/prefs_common.[ch]
10673         * src/prefs_account.[ch]
10674         * src/compose.c
10675                 clean up account preference poison in rfc2015,
10676                 and preparation to fix double sign bug 
10677                 (patch submitted by Simon 'corecode' Schubert)
10678
10679 2002-01-07 [christoph]  0.6.6claws43
10680
10681         * src/mh.c
10682                 search for free message number, do not only rely
10683                 on last_num
10684         * src/send.c
10685                 fix smtp auth and use extra account information
10686                 if available, if not use pop3 data instead
10687                 (closes bug #500341)            
10688         * src/ssl.[ch]
10689                 match coding style
10690
10691 2002-01-06 [alfons]     0.6.6claws42
10692
10693         * src/mainwindow.c
10694                 try making the separate windows work again...
10695
10696 2002-01-06 [alfons]     0.6.6claws41
10697
10698         * src/mainwindow.c
10699                 adapt Hiro's separate window menu (to get rid of the funny
10700                 duplicate menu items), and make it work again
10701
10702 2002-01-06 [alfons]     0.6.6claws40
10703
10704         * tools/Makefile.am
10705         * tools/sylprint.rc
10706         * tools/sylprint.pl
10707         * tools/README.sylprint
10708                 add sylprint script for printing mails from Sylpheed
10709                 (contributed by Ricardo Mones Lastra)
10710
10711         * src/acount.c
10712                 clean up
10713
10714 2002-01-06 [melvin]     0.6.6claws39
10715
10716         * src/mainwindow.c
10717         * src/summaryview.c
10718                 Fixed crash introduced in 0.6.6claws38 by the menu
10719                 reorganisation (Hide read messages)
10720         
10721         * ChangeLog.claws 
10722                 Fixed typo (we are now in 2002, alfons ;) )
10723
10724 2002-01-05 [alfons]     0.6.6claws38
10725
10726         * sync with sylpheed 0.6.6cvs10-17
10727                 (last stuff marked as LAST_STABLE)
10728
10729 2002-01-04 [melvin]     0.6.6claws37
10730
10731         * src/account.c
10732                 Made account selection code use strcasestr again instead of
10733                 g_strcasecmp (fixes bug where reediting queued messages
10734                 did not select proper account reported by T. Link).
10735         
10736         * src/folderview.c
10737                 Fix bug where folder icons are not shown when 'hide read messages'
10738                 is on.
10739         
10740         * src/stock_pixmaps.[ch]
10741                 Added folder icons for 'hide read messages'.
10742         
10743         * src/compose.c
10744                 Fixed bug where 'Enter' in a header entry will send the message 
10745                 if 'CTL-Enter' was chosen as a shorcut for sendind. 
10746
10747 2002-01-03 [melvin]     0.6.6claws36
10748         
10749         * src/prefs.[ch]
10750                 Added popup menu for common preferences and
10751                 account preferences (right click on tab displays
10752                                 a menu of all tabs.)
10753
10754 2002-01-02 [melvin]     0.6.6claws35
10755
10756         * src/gtkspell.[ch]
10757                 Made spelling code compatible with undo/redo feature.
10758                 Added creation of suggestion mode menu for the general
10759                         preferences.
10760         
10761         * src/prefs_common.[ch]
10762                 Added option menu for the speller's suggestion mode.
10763                 Added missing spaces in "..." buttons and made a "..."
10764                         button non translatable!
10765         
10766         * src/compose.c
10767                 Made speller use the default suggestion mode.
10768                 Hack to make it possible to choose 'CTRL-Enter' as a
10769                         shortcut for sending (and only for sending).
10770
10771         * src/prefs_folder_item.c
10772                 Changing subject simplification does not update cache 
10773                         anymore (because it is unnecessary).
10774                 Fixed bug where changing subject simplification updated the 
10775                         summaryview even when the viewed folder is not the
10776                         folder which properties are being changed. (E.g. 
10777                                         viewing folder A and changing
10778                                         the subject simplification of 
10779                                         folder B -not being viewed- updated the 
10780                                         summaryview of folder A with data of
10781                                         folder B). (Hope this is clear... )
10782
10783 2001-12-31 [alfons]     0.6.6claws34
10784         
10785         * src/ldif.c
10786         * src/mutt.c
10787                 fgetc() returns a signed integer which doesn't
10788                 fit in a char. so c truncates this to a char
10789                 but we may lose significant bits. i.e. we may
10790                 comparing 0xFF which may not be equal to -1
10791                 unless properly casted to signed char which
10792                 we won't do because fgetc() returns a signed
10793                 integer which doesn't fit in a char. so c 
10794                 truncates this to a char but we may lose 
10795                 significat bits. (you got the idea, thanks
10796                 to Gustavo Noronha Silva <kov@debian.org>
10797                 and the Debian folks!)
10798
10799 2001-12-30 [alfons]     0.6.6claws33
10800
10801         * src/prefs_common.c
10802                 add #ifdef USE_PSPELLs that Melvin forgot               
10803
10804 2001-12-30 [melvin]     0.6.6claws32
10805         
10806         * src/prefs_common.[ch]
10807                 Added configurable color for misspelled words.
10808
10809         * src/gtkspell.[ch]
10810                 Fixed bug of foreground text color (reported by David
10811                                 Mehrmann)
10812                 Added configurable color for misspelled words.
10813
10814 2001-12-30 [alfons]     0.6.6claws31
10815
10816         * src/folder.c
10817                 remove unnecessary things someone put there
10818
10819         * src/mh.c
10820         * src/folder.[ch]
10821                 make folder properties (like threading and sorting) persistent
10822                 (closes bug #497424 "rescan folder tree resets proprieties")
10823                 currently this is only for MH folders. 
10824
10825 2001-12-29 [melvin]     0.6.6claws30
10826
10827         * src/string_match.[ch]
10828                 Optimized a bit: regexp pattern buffer compiled only once, and
10829                   one subroutine call removed. Fixed ^ regexp search: Now, 
10830                   "(^Re: )|(^Hello)" removes only "Re: " from "Re: Hello".
10831         
10832         * src/summaryview.c
10833                 Subject filtering changed to filter summary columns and
10834                   not directly the messages subject cache. The loss in 
10835                   performance is balanced by the improvement of string_match.
10836                 Added an alert panel if there is an error in the regexp.
10837
10838         * src/src/prefs_folder_item.h
10839                 Added a regexp pattern buffer.
10840
10841 2001-12-28 [alfons]     0.6.6claws29
10842
10843         * src/string_match.[ch]
10844                 clean up name space
10845                 allow compilation *BSD
10846
10847 2001-12-27 [alfons]     0.6.6claws28
10848
10849         * src/filter.c
10850                 sync the Hiro's bug fix for BSD
10851
10852 2001-12-27 [melvin]     0.6.6claws27
10853         
10854         * src/compose.c
10855                 Simplify focus to subject entry code.
10856
10857 2001-12-27 [darko]      0.6.6claws26
10858
10859         * src/filtering.c
10860         * src/mbox_folder.c
10861         * src/messageview.c
10862         * src/mh.c
10863         * src/procheader.[ch]
10864         * src/procmsg.h
10865         * src/stock_pixmap.[ch]
10866         * src/summaryview.c
10867                 Show key icon for encrypted mails in summary view
10868
10869         * src/pixmaps/clip.xpm
10870         * src/pixmaps/clipkey.xpm
10871         * src/pixmaps/key.xpm
10872                 New/modified icons for the above
10873
10874 2001-12-27 [melvin]     0.6.6claws25
10875
10876         * src/prefs_common.c
10877                 Put spell checker options in a separate tab to decrease
10878                 the Common Preferences window height.
10879
10880         * README.claws  
10881                 Update spell checker usage instruction about its options
10882                 location.
10883
10884 2001-12-27 [melvin]     0.6.6claws24
10885
10886         * src/compose.c
10887                 Changed subject entry widget position. Initial focus is
10888                 on the To header instead of the subject entry.
10889                 Creating a new header scrolls the header list to make the
10890                 created one visible. Nevertheless, when automatically filling
10891                 headers, the first one is shown.
10892                 A Tab key press in the last empty header entry zips the 
10893                 focus to the subject entry.
10894                 (I did not change the combo boxes, yet)
10895
10896 2001-12-26 [alfons]     0.6.6claws23
10897
10898         * src/prefs_account.c
10899         * src/inc.c
10900                 allow default inbox to reside in another mailbox (only
10901                 works for POP3 accounts)
10902
10903 2001-12-26 [alfons]     0.6.6claws22
10904         
10905         * src/textview.c
10906                 make reply-on-click work with the account of the selected folder
10907         * src/compose.c
10908                 put a fixme here to remind me to fix finding correct default
10909                 account for nested folders
10910
10911 2001-12-25 [alfons]     0.6.6claws21
10912
10913         * src/summaryview.c
10914                 make column headers display locked and mark pixmaps (idea by Melvin) 
10915                 fix bug by adding score and locked column type to sort array
10916
10917 2001-12-25 [alfons]     0.6.6claws20
10918         
10919         * src/summaryview.c
10920                 catch a *potentially* inadvertent write back of  
10921                 the message cache(s) introduced by 0.6.5claws37
10922
10923 2001-12-25 [christoph]  0.6.6claws19
10924
10925         * src/stock_pixmap.[ch]
10926         * src/summaryview.c
10927                 add ignore thread pixmap
10928                 (can someone draw a better icon for this?)
10929
10930 2001-12-24 [alfons]     0.6.6claws18
10931
10932         * src/prefs_folder_item.c
10933                 make address completion actually work for the
10934                 Default To address in the Folder Property dialog.
10935
10936 2001-12-24 [alfons]     0.6.6claws17
10937         
10938         * src/summaryview.c
10939                 use new style regexp for subject stripping 
10940                 (patch submitted by Thomas Link <t.link.tmp200101@gmx.net>)
10941
10942 2001-12-24 [darko]      0.6.6claws16
10943
10944         * src/pgptext.c
10945         * src/rfc2015.c
10946                 move GPG related informational messages to debug mode
10947
10948 2001-12-23 [alfons]     0.6.6claws15
10949
10950         * src/stock_pixmap.[ch]
10951         * src/summaryview.c
10952                 add the forgotten Claws' locked pixmap
10953
10954 2001-12-23 [alfons]     0.6.6claws14
10955
10956         * src/filesel.c
10957                 accept file name typed in entry in multi file
10958                 selector (patch submitted by Gustavo Noronha Silva 
10959                 <kov@debian.org>)
10960
10961 2001-12-23 [alfons]     0.6.6claws13
10962
10963         * src/prefs_filter.c
10964         * src/prefs_filtering.c
10965         * src/matcher.c
10966         * src/importmutt.c
10967                 clean up a little bit
10968         
10969         * src/string_match.c
10970                 validate input strings a little bit more
10971
10972 2001-12-23 [alfons]     0.6.6claws12
10973
10974         * src/Makefile.am
10975         * src/summaryview.c
10976         * src/string_match.[ch]         ** NEW **
10977         * src/folderview.[ch]
10978         * src/headerview.h
10979         * src/folder.[ch]
10980         * src/prefs_folder_item.[ch]
10981                 add subject simplification to strip out strings from
10982                 a subject line (esp. handy for mailing lists). 
10983                 (original patch by by Thomas Link <t.link.tmp200101@gmx.net>,
10984                 but slightly changed things for better integration.)
10985
10986 2001-12-23 [alfons]     0.6.6claws11
10987
10988         * src/mainwindow.c
10989                 fix bug introduced by submission included in 0.6.5claws52.
10990                 ideally this submission should clean the trash if any trash
10991                 folder has a message. however, the hasTrash variable was
10992                 set to false whenever a trash folder was empty (discarding
10993                 a previously found *filled* trash folder.)
10994
10995                 also edited the code a little bit and made it more safe.
10996
10997 2001-12-22 [alfons]     0.6.6claws10
10998
10999         * src/imap.c
11000                 quick fix for Martin Pool's omission of an account
11001                 specific SSL setting
11002
11003 2001-12-22 [alfons]     0.6.6claws9
11004
11005         * src/compose.c
11006         * src/messageview.c
11007         * src/mimeview.c
11008         * src/pgptext.c
11009         * src/procmime.[ch]
11010                 better support for multipart/digest (submitted
11011                 by Fredrik <e98fo@efd.lth.se>)
11012
11013 2001-12-22 [alfons]     0.6.6claws8
11014
11015         * src/addressbook.c
11016                 correct function signature
11017         * src/socket.[ch]
11018         * src/imap.[ch]
11019         * src/prefs_account.[ch]
11020                 allow IMAP over SSH tunnel (patch submitted by 
11021                 Martin Pool <mbp@samba.org>)
11022
11023 2001-12-21 [alfons]     0.6.6claws7
11024
11025         * sync with sylpheed 0.6.6cvs4-9
11026                 (may have forgotten something: LAST_STABLE is 0.6.6claws6)
11027
11028 2001-12-21 [christoph]  0.6.6claws6
11029
11030         * src/compose.c
11031         * src/prefs_folder_item.[ch]
11032                 implement saving of outgoing messages to current folder.
11033                 fix segfault when no default outbox is available
11034                 (closes bug #495683)
11035
11036 2001-12-21 [carsten]    0.6.6claws5
11037         * src/folderview.c
11038         * src/summaryview.c
11039                 pressing CTRL while DND does now the expected thing and
11040                 copies the mail (moving is still the default, as this
11041                 seam more appropriate for handling mails by DND)
11042
11043 2001-12-18 [paul]       0.6.6claws4
11044
11045         * sync with sylpheed 0.6.6cvs3
11046                 see ChangeLog entries 2001-12-18
11047
11048 2001-12-18 [hiro]       0.6.6claws3
11049
11050         * src/undo.c
11051                 fix for multibyte characters (obtain the number of letters
11052                 instead of bytes).
11053
11054 2001-12-17 [paul]       0.6.6claws2
11055
11056         * sync with sylpheed 0.6.6cvs1
11057                 see ChangeLog entry 2001-12-16
11058
11059 2000-12-17 [alfons]     0.6.6claws1
11060
11061         * src/filtering.c
11062                 clean up
11063
11064 2001-12-16 [paul]       0.6.6claws
11065 2001-12-15
11066
11067         * Release version 0.6.6claws, cvs tag: rel_0_6_6
11068
11069         * src/mimeview.c
11070                 last minute sync with main 0.6.6
11071
11072         * po/es.po
11073                 updated by Ricardo Mones Lastra
11074                 update for last minute sync
11075         * po/fr.po
11076         * po/nl.po
11077                 update for last minute sync
11078         * po/de.po
11079                 updated by Jens Oberender
11080         * po/pt_BR.po
11081                 updated by Fabio Junior Beneditto
11082
11083         * src/prefs_common.[ch]
11084         * src/undo.c
11085                 number of undo levels is user configurable
11086                 (squeeze it into the release in the dying
11087                 moments) Submitted by Jens Oberender    
11088
11089 2001-12-15 [melvin]
11090
11091         * po/fr.po
11092                 updated french translation
11093
11094 2001-12-15 [paul]       0.6.5claws92
11095
11096         * sync with sylpheed 0.6.5cvs28
11097                 see ChangeLog entry 2001-12-14 (src/prefs_account.c)
11098
11099         * po/nl.po
11100                 update to allow for sync
11101
11102 2001-12-15 [alfons]
11103         
11104         * po/nl.po
11105                 update dutch translation
11106
11107 2001-12-14 [carsten]    0.6.5claws91
11108         * src/summaryview.c
11109                 fixed bug #473785; also after changing the column order
11110                 the same message will be selected and displayed as before
11111                 the reordering
11112
11113 2001-12-14 [carsten]    0.6.5claws90
11114         * src/folderview.c
11115                 probably found the bug reported by wwb opening or closing
11116                 a folder tree just before dnd (found the solution in the
11117                 balsa source -- thanks to them)
11118
11119 2001-12-14 [carsten]    0.6.5claws89
11120         * src/gtkutils.c
11121         * src/account.c
11122                 moved gtk_clist_moveto to the right place, so that
11123                 only the accounts dialog is effected on opening
11124
11125 2001-12-14 [carsten]    0.6.5claws88
11126         * src/gtkutils.c
11127                 gtkut_clist_set_focus_row does a gtk_clist_moveto
11128                 now, so that the focused row will be seen in any case
11129                 (reported by wwp on sf-claws-user)
11130
11131 2001-12-14 [darko]      0.6.5claws87
11132
11133         * src/compose.c
11134                 remove unnecessary line
11135
11136 2001-12-14 [paul]       0.6.5claws86
11137
11138         * sync with sylpheed 0.6.5cvs27
11139                 see ChangeLog entries 2001-12-14
11140
11141 2001-12-14 [carsten]    0.6.5claws85
11142         * src/mainwindow.c
11143                 following a suggestion of Melvin the rcoabm pops up
11144                 right under the button now and the button is reliefed
11145                 while the popup is open
11146
11147 2001-12-14 [darko]      0.6.5claws84
11148
11149         * src/compose.c
11150                 fix crash when wrapping long lines if linewrap quotation
11151                 is disabled and wrapper encounters a word spanning more
11152                 than one line
11153
11154 2001-12-13 [paul]       0.6.5claws83
11155
11156         * src/compose.c
11157                 prefer 'Reply-To' header over mailing list header when
11158                 replying to a message. Finally prevent all those confirmation 
11159                 messages being sent to the list itself.
11160
11161         * src/summaryview.c
11162                 remove unused summary_set_menu_sensitive() entry
11163
11164 2001-12-13 [paul]       0.6.5claws82
11165
11166         * src/folderview.c
11167         * src/pixmaps/inbox-hrm.xpm     ** NEW FILE **
11168         * src/pixmaps/outbox-hrm.xpm    ** NEW FILE **
11169         * src/pixmaps/trash-hrm.xpm     ** NEW FILE **
11170                 improvements to 'Hide read messages': Inbox, Outbox,
11171                 Trash, Queue, and Draft icons now reveal presence of hidden 
11172                 messages
11173
11174 2001-12-12 [alfons]     0.6.5claws81
11175
11176         0.6.5claws80 was tagged as LAST_STABLE
11177
11178         * src/filtering.[ch]
11179         * src/matcher.[ch]
11180         * src/matcher_parser_lex.c
11181                 fix the filtering; my last attempt to get it right, 
11182                 if it does not work, it's Hoa's turn. ;-)
11183
11184                 for my honourable peers:
11185                 
11186                 the code now makes a clear distinction between
11187                 rules as they are displayed (probably escaped),
11188                 and as they are executed (probably unescaped). the
11189                 parser does *NOT* do any unescaping, this is
11190                 the task of the matcher.c (which breaks up a
11191                 rule into condition) and the filtering.c (which
11192                 breaks up the rule's action). to make this
11193                 run happily we provide an unescaped copy of
11194                 crucial strings to the MatcherProp and 
11195                 FilteringAction structures. note that the only
11196                 exception to this is any REGEXP string. those
11197                 are directly passed to regcomp() and regexp()
11198                 (who have much more powerful unescape functions).
11199                 
11200                 for everyone else:
11201         
11202                 you can escape tab (\t), carriage return (\r),
11203                 linefeed (\n), form feed (\f), quote (\"), 
11204                 single quote (\'), bell (\b) in all the entry
11205                 lines in the scoring & filtering dialogs.
11206                 as an added bonus this should not affect
11207                 existing filtering rules.
11208
11209 2001-12-12 [carsten]    0.6.5claws80
11210
11211         * src/summaryview.c
11212         * po/de.po
11213                 "item(s) selected" is now sensitive to 1 or more
11214                 than one selected (nice for language where simple
11215                 adding of a "s" is not possible as German (Eintrag
11216                 ->Eintr"age)
11217                 
11218                 the "forward as attachment" entry from the right
11219                 click menu removed, "forward" acts following the
11220                 prefs
11221         
11222         * src/textview.c
11223                 reverted my former changes; so compiler warning again
11224                 but there's more GTK_TEXT/GTK_STEXT mixing on other places
11225                 nevertheless
11226
11227         * src/messageview.c
11228                 "search in message" does now *not* only work in MVIEW_TEXT
11229                 messages, but also in a MIMEVIEW_TEXT part of MVIEW_MIME
11230                 message
11231
11232         * src/mainwindow.c
11233                 removed "/File/_Close" as it was the same as "/File/E_xit"
11234                 and we don't need it two times
11235
11236                 the separate folder view and message view now get a distinct
11237                 WMCLASS, just in case someone is using sawfish ;-)
11238
11239                 as the menu entries "/View/Message view" and "/View/Folder tree"
11240                 are only doing something when SEPARATE_MESSAGE or SEPARATE_FOLDER
11241                 make them sensitive accordingly and as these two are "shown"
11242                 after startup anytime check this menuitem at startup
11243
11244 2001-12-12 [paul]       0.6.5claws79
11245
11246         * src/folderview.c
11247                 fix sensitivity of 'Search folder...', broken in
11248                 0.6.5claws75
11249
11250         * src/mainwindow.c
11251                 fix dodgy English
11252
11253 2001-12-11 [carsten]    0.6.5claws78
11254         * src/filtering.c
11255                 fixed two typos returning a wrong FALSE/TRUE
11256         * src/mainwindow.[ch]
11257                 extra menu for email/news button removed
11258
11259 2001-12-11 [alfons]     0.6.5claws77
11260         
11261         * src/matcher.c                 (1.3)
11262         * src/matcher_parser_lex.l      (1.28)
11263                 revert for another attempt
11264                 mark 0.6.5claws77 as LAST_STABLE
11265
11266 2001-12-11 [christoph]  0.6.5claws76
11267
11268         * po/de.po
11269                 fixed wrong translation for prev. unread msg
11270
11271 2001-12-11 [paul]       0.6.5claws75
11272
11273         * src/folder.[ch]
11274         * src/folderview.c
11275         * src/mainwindow.c
11276         * src/summaryview.[ch]
11277         * src/pixmaps/dir-open-hrm.xpm  ** NEW FILE **
11278                 enable ability to hide read messages on per folder basis via 
11279                 '/Summary/Hide read messages'; when selected, a folder will 
11280                 have a red open folder icon, instead of a blue icon, if the 
11281                 folder contains hidden messges
11282                 submitted by Thomas Link <t.link.tmp200101.gmx.net> 
11283
11284         * src/mainwindow.c
11285                 remove '/Message/Forward as attachment' from 
11286                 main_window_set_menu_sensitive() to prevent debug warning
11287
11288         * src/folderview.c
11289         * src/mainwindow.c
11290                 Clean up some of the English
11291
11292         * tools/newscache_clean.pl
11293                 allow for new 'hidereadmsgs' entry in folderlist.xml
11294
11295         * po/es.po
11296                 updated translation, submitted by Ricardo Mones Lastra
11297
11298 2001-12-11 [paul]       0.6.5claws74
11299
11300         * sync with sylpheed 0.6.5cvs25
11301                 see ChangeLog entry 2001-12-11
11302
11303 2001-12-10 [alfons]     0.6.5claws73
11304
11305         * src/matcher.c
11306                 add more control characters
11307         * src/matcher_parser_lex.l
11308                 make escaping / unescaping work again
11309
11310 2001-12-10 [alfons]     0.6.5claws72
11311
11312         * src/imap.c
11313                 clean up warnings "returning value for void function" 
11314         * src/prefs_filtering.c
11315                 make info button for execute action sensitive
11316
11317 2001-12-10 [paul]       0.6.5claws71
11318
11319         * src/compose.c
11320         * src/imap.[ch]
11321         * src/summaryview.c
11322                 fix: imap server now gets informed of MARKED, UNMARKED
11323                 and REPLY events. Now people can use different IMAP-Mail
11324                 clients and have the exact same information about MARKED,
11325                 UNMARKED and REPLY status with all of them. Especially
11326                 useful for imap servers with a web-frontend.
11327                 submitted by Tobias Sandhaas <medlor@web.de>
11328
11329 2001-12-09 [melvin]     0.6.5claws70
11330         
11331         * src/textview.[ch]
11332                 fixed bug #490076 (hunted down by Alfons who implemented
11333                 a workaround in 0.6.5claws65)
11334
11335 2001-12-09 [christoph]  0.6.5claws69
11336
11337         * src/summaryview.c
11338                 set pointer to string in LOCKED column to NULL
11339                 (might fix bug #490800)
11340
11341 2001-12-09 [carsten]    0.6.5claws68
11342
11343         * po/de.po
11344                 resolved some cluttered menu shortcuts 
11345                 ('creating new email' and 'creating news message'
11346                 hade the same)
11347         * src/compose.c
11348                 wmclass now distinc from main window
11349         * src/mainwindow.c
11350           src/mainwindow.h
11351                 email/news and forward button functionality similar
11352                 to the reply buttons; removed the ugly dropdown arrows
11353                 and use instead the right mouse button
11354
11355 2001-12-09 [paul]       0.6.5claws67
11356
11357         * src/imap.c
11358         * src/utils.h
11359                 allow spaces in imap folder names
11360                 submitted by Willem van Engen <wvengen@stack.nl>
11361
11362 2001-12-09 [paul]       0.6.5claws66
11363
11364         * sync with sylpheed 0.6.5cvs24
11365                 see ChangeLog entry 2001-12-09
11366
11367 2001-12-08 [alfons]     0.6.5claws65
11368
11369         * src/textview.c
11370                 prevent secondary selection claim after "add to sender" dialog
11371                 popped up. this is because there's a GDK_BUTTON_RELEASE pending.
11372                 we trick GTK by simulating a click at (0, 0) in the textview.
11373
11374 2001-12-08 [hoa]        0.6.5claws64
11375
11376         * src/folder.c
11377                 fixed a bug about the .processing folder name while filtering
11378
11379 2001-12-08 [alfons]     0.6.5claws63
11380
11381         * src/folderview.c 
11382                 work around problem of not correctly updating folder stats
11383                 when deleting messages. there's some folder scanning evil
11384                 going so the folderview_update_msg_num() does not work
11385                 correctly. need to investigate this.
11386
11387 2001-12-08 [paul]       0.6.5claws62
11388
11389         * sync with sylpheed 0.6.5cvs23
11390                 see ChangeLog entry 2001-12-08
11391
11392 2001-12-07 [christoph]  0.6.5claws61
11393
11394         * src/compose.c
11395                 fix another header translation problem
11396
11397 2001-12-07 [alfons]     0.6.5claws60
11398
11399         * src/mbox.c
11400                 make filtering also work on local spool mbox
11401
11402 2001-12-07 [carsten]    0.6.5claws59
11403         * src/addressbook.c
11404                 addressbook window gets a wmclass distinct from the main
11405                 sylpheed window
11406         * src/compose.h
11407         * src/mainwindow.[ch]
11408                   forward menu item will use mode selected in prefs, forward 
11409                 as attatchment in menu removed (will be substituted in the
11410                 toolbar similar to reply buttons)
11411                   create news message menu entry and news button is now 
11412                 sensitive to the existance of a news account
11413         * src/pixmaps/stock_mail_reply_quote.xpm           ** REMOVED **
11414         * src/pixmaps/stock_mail_reply_to_all_quote.xpm    ** REMOVED **
11415         * src/pixmaps/stock_mail_reply_to_sender_quote.xpm ** REMOVED **
11416                 these are removed because the toolbar buttons don't show
11417                 the quoting modus any longer
11418
11419 2001-12-07 [paul]
11420
11421         * tools/newscache_clean.pl      ** NEW FILE **
11422                 perl script to do some tidying up in the newscache directory 
11423                 
11424         * tools/sylpheed-switcher       ** NEW FILE **
11425                 perl script to enable easy switching between main and claws
11426                 
11427         * tools/README
11428                 added descriptions of the two new perl scripts          
11429
11430
11431 2001-12-07 [melvin]     0.6.5claws58
11432
11433         * src/messageview.c
11434                 fixed a warning during compilation introduced in 0.6.5claws56
11435
11436 2001-12-07 [paul]       0.6.5claws57
11437
11438         * src/mainwindow.[ch]
11439         * src/menu.[ch]
11440                 further usability enhancements to replying with or without 
11441                 quoting via the toolbar, use of Ctrl key is replaced by 
11442                 drop down menu 
11443                 Submitted by Carsten Schurig            
11444
11445 2001-12-07 [melvin]     0.6.5claws56
11446
11447         * src/messageview.c
11448                 hack to fix bug that prevented to make/paste selections
11449                 after switching between MVIEW_TEXT and MVIEW_MIME views
11450                 without deselecting the selection first.
11451
11452 2001-12-06 [alfons]     0.6.5claws55
11453
11454         * src/filtering.[ch]
11455         * src/inc.c
11456                 revise filtering a little bit more, and make sure
11457                 messages are delivered to the appropriate inbox
11458                 (perhaps set per account)
11459
11460 2001-12-06 [paul]       0.6.5claws54
11461
11462         * sync with sylpheed 0.6.5cvs22
11463                 see ChangeLog entry 2001-12-06
11464
11465 2001-12-05 [alfons]     0.6.5claws53
11466
11467         * src/inc.c
11468         * src/folder.[ch]
11469         * src/procmsg.c
11470         * src/filtering.c
11471                 more revisions of filtering system
11472                 (last stable version is marked as LAST_STABLE)
11473                 
11474                 | NOTE 1): the filtering system now uses a local folder called
11475                 | .processing. if filtering fails, check this directory
11476                 | for missing messages.
11477                 |
11478                 | NOTE 2): help us find the filtering actions still missing
11479
11480 2001-12-05 [paul]       0.6.5claws52
11481
11482         * src/mainwindow.c
11483                 fix bug where 'Empty Trash?' pop-up window appears even
11484                 when Trash is empty, submitted by Jesse Skinner         
11485
11486 2001-12-05 [melvin]     0.6.5claws51
11487
11488         * src/compose.c
11489                 fixed bug #486106 to select correct account when reediting 
11490                 a queued message
11491         
11492 2001-12-04 [alfons]     0.6.5claws50
11493
11494         * src/mh.c
11495                 declare markfile in appropriate functions when
11496                 no fchmod() is found (thanks to Mark Heerdink <marc@koelkast.net>
11497                 for spotting this)
11498
11499 2001-12-04 [paul]       0.6.5claws49
11500
11501         * sync with sylpheed 0.6.5cvs21
11502                 see ChangeLog entry 2001-12-04
11503
11504 2001-12-03 [christoph]  0.6.5claws48
11505
11506         * po/de.po
11507                 changed translation of undo
11508         * src/account.c
11509         * src/folder.c
11510                 don't reinvent the wheel to traverse a GNode
11511         * src/compose.[ch]
11512                 seperate code to create the compose gui into functions
11513                 add "Others" page with folder selection for saving copy
11514                 of the message.
11515                 the folder identifier is saved to queue header
11516         * src/procmsg.c
11517                 save message to folder in queue header
11518
11519 2001-12-03 [paul]       0.6.5claws47
11520
11521         * sync with sylpheed 0.6.5cvs20
11522                 see ChangeLog entry 2001-12-03
11523
11524 2001-12-01 [paul]
11525
11526         * more sync with sylpheed 0.6.5cvs19
11527                 see ChangeLog entry 2001-11-29
11528
11529 2001-11-30 [paul]       0.6.5claws46
11530         
11531         * src/compose.c
11532                 remove conflicts introduced by Hoa's last commit
11533          
11534         * src/mainwindow.c
11535                 make 'Message/Bounce' sensitive
11536
11537 2001-11-30 [hoa]        0.6.5claws45
11538
11539         * src/compose.c
11540                 slightly change bounce function to add
11541                 information about the user that bounced the mail
11542                 in the From header line.
11543
11544         * src/folderview.c
11545                 permit the use of processing in outbox folder.
11546
11547 2001-11-29 [paul]       0.6.5claws44
11548
11549         * src/mainwindow.[ch]
11550         * src/prefs_common.c
11551         * src/pixmaps/stock_mail_reply_quote.xpm            ** NEW FILE **
11552         * src/pixmaps/stock_mail_reply_to_all_quote.xpm     ** NEW FILE **
11553         * src/pixmaps/stock_mail_reply_to_author_quote.xpm  ** NEW FILE **
11554                 usability enhancements to the quoting, implements
11555                 use of Ctrl key to toggle quoting settings
11556                 Submitted by Carsten Schurig <Carsten.Schurig@web.de>
11557
11558 2001-11-29 [paul]       0.6.5claws43
11559         
11560         * sync with sylpheed 0.6.5cvs19
11561                 see ChangeLog entry 2001-11-28
11562
11563 2001-11-29 [melvin]     0.6.5claws42
11564         * src/Makefile.am
11565                 added enriched.[ch] to the list of files
11566
11567         * src/textview.c
11568         * src/mimeview.c
11569         * src/procmime.[ch]
11570         * src/enriched.[ch]
11571                 added support to view text/enriched
11572                 added support to show headers in message view for text/enriched and text/html
11573                         in non multipart messages
11574
11575 2001-11-28 [paul]       0.6.5claws41
11576
11577         * more sync with sylpheed 0.6.5cvs18
11578                 see ChangeLog entry 2001-11-27 (src/prefs_common.c)
11579
11580 2001-11-27 [paul]       0.6.5claws40
11581         
11582         * po/pt_BR.po
11583                 updated translation, submitted by Fabio Junior Beneditto
11584                 
11585         * sync with sylpheed 0.6.5cvs18
11586                 see ChangeLog entries 2001-11-26 (src/textview.c) and
11587                 2001-11-27
11588
11589
11590 2001-11-26 [paul]
11591
11592         * po/es.po
11593                 updated translation, submitted by Ricardo Mones Lastra
11594
11595 2001-11-26 [alfons]
11596
11597         * src/matcher.c
11598                 add more translatable strings
11599
11600 2001-11-26 [christoph]  0.6.5claws39
11601
11602         * po/de.po      
11603                 fixed one more umlaut
11604         * src/compose.c
11605                 fix translated header when it should not be translated
11606
11607 2001-11-26 [paul]       0.6.5claws38
11608
11609         * src/mainwindow.c
11610                 remove '/Message/Add Sender to address book' from 
11611                 main_window_set_menu_sensitive(), prevent debug warning
11612                 add 'Message/Mark/Mark all read' to mainwin_entries[]
11613
11614 2001-11-26 [paul]       0.6.5claws37
11615
11616         * src/summaryview.c
11617                 fix 'recurring unread state' bug 
11618
11619         * tools/README 
11620         * tools/filter_conv.pl
11621                 read name of top level mailbox from folderlist.xml
11622                 and presume nothing about its name              
11623
11624 2001-11-26 [darko]      0.6.5claws36
11625
11626         * src/gtkstext.[ch]
11627                 removed functions that are now in gtkutils.c
11628                 use gtkut_text_is_uri_string() from gtkutils.c
11629         * fix my comment on 2001-11-23 (missing gtkutils.[ch])
11630
11631 2001-11-26 [paul]       0.6.5claws35
11632
11633         * sync with sylpheed 0.6.5cvs16
11634                 see ChangeLog entries 2001-11-25 and 2001-11-26
11635
11636 2001-11-25 [alfons]     0.6.5claws34
11637
11638         EXPERIMENTAL!!! Please checkout the last stable version using: 
11639           
11640         % cvs update -r LAST_STABLE -dRAP
11641
11642         (Or help us testing this stuff.)
11643
11644         * src/filtering.c               (1.14)
11645         * src/filtering.h               (1.6)
11646         * src/inc.c                     (1.28)
11647         * src/matcher.c                 (1.20)
11648         * src/mbox.c                    (1.9)
11649         * src/procmsg.h                 (1.14)
11650         * src/summaryview.c             (1.59)
11651         * src/summaryview.h             (dunno)
11652                 revert/merge/sync to as it was before commit 
11653                 on Thu, 19 Jul 2001 10:15:51 -0700.
11654
11655 2001-11-25 [hoa]        0.6.5claws33
11656
11657         * src/main.c
11658                 processing mails at startup
11659
11660         * src/folderview.c
11661         * src/summaryview.[ch]
11662                 processing mails when entering folder
11663
11664         * src/prefs_filtering.c
11665                 fixed some UI bugs
11666
11667 2001-11-24 [alfons]     0.6.5claws32
11668
11669         * src/summaryview.[ch]
11670                 make summary sort headers work, and also make
11671                 sure the sort type is stored
11672
11673 2001-11-23 [alfons]     0.6.5claws31
11674
11675         * src/summaryview.[ch]
11676                 make lock work like mark
11677                 disallow deleting messages marked as locked
11678
11679 2001-11-23 [alfons]     0.6.5claws30
11680
11681         * src/gtkstext.c
11682         * src/compose.[ch]
11683         * src/Makefile.am
11684         * src/undo.[ch]
11685                 merge undo patch submitted by Jens
11686
11687 2001-11-23 [christoph]  0.6.5claws29
11688
11689         * src/.cvsignore
11690                 added ylwrap
11691         * src/compose.c
11692                 fixed gpg signing and encoding
11693         * src/folder.[ch]
11694         * src/main.c
11695                 added --status option to get new, unread and total
11696                 message count from a running sylpheed
11697         * src/prefs_common.c
11698                 temporary fix for reply_with_quote problem
11699                 (don't call functions for non existing widget)
11700         * src/procmsg.c
11701                 one more check for ignored threads but still not
11702                 always working correctly. probably a recursive
11703                 check for all parents is needed
11704
11705 2001-11-23 [darko]      0.6.5claws28
11706
11707         * src/compose.c
11708                 wrapping on send improvements
11709         * src/gtkutils.[ch]
11710                 fix for GtkSText after last sync with main branch
11711                 GTK_TEXT -> GTK_STEXT
11712
11713 2001-11-23 [paul]       0.6.5claws27
11714
11715         * sync with sylpheed 0.6.5cvs14
11716                 see ChangeLog entries 2001-11-22 and 2001-11-23
11717                 
11718         * po/de.po
11719                 fixed the scrambled umlauts 
11720                 submitted by Carsten Schurig <Carsten.Schurig@web.de>
11721
11722 2001-11-21 [paul]       0.6.5claws26
11723
11724         * sync with sylpheed 0.6.5cvs12
11725                 see 2nd ChangeLog entry dated 2001-11-20
11726
11727 2001-11-20 [paul]       0.6.5claws25
11728
11729         * sync with sylpheed 0.6.5cvs11
11730                 see ChangeLog entry 2001-11-19 (src/utils.c)
11731
11732 2001-11-20 [hiro]
11733
11734         * src/compose.c
11735                 GTK_TEXT -> GTK_STEXT
11736                 fix for wrong comment
11737
11738 2001-11-20 [hiro]       0.6.5claws24
11739
11740         * src/compose.[ch]
11741                 more merges from main branch
11742                 removed fatal warnings (uninitialized variables etc.)
11743                 some coding style fix
11744         * src/gtkutils.h
11745                 fixed typo.
11746         * src/addressbook.c
11747           src/addrindex.c
11748                 V-Card -> vCard
11749
11750 2001-11-19 [hoa]        0.6.5claws23
11751
11752         * src/filtering.c
11753         * src/prefs_scoring.c
11754         * src/matcher.[ch]
11755         * src/scoring.c
11756                 cleaning code
11757
11758         * src/matcher_parser_parse.y
11759         * src/prefs_filtering.c
11760                 bouncing
11761
11762 2001-11-19 [alfons]     0.6.5claws22
11763
11764         more of my old things into claws
11765
11766         * src/Makefile.am
11767         * src/prefs_common.c
11768         * src/procmsg.h
11769         * src/summaryview.[ch]
11770         * src/prefs_summary_column.c
11771         * src/pixmaps/locked.xpm
11772                 add indicators for locking of message in summary view
11773                 (does not work yet, only visual indicator)
11774
11775 2001-11-19 [paul]       0.6.5claws21
11776
11777         * sync with sylpheed 0.6.5cvs10
11778                 see ChangeLog entry 2001-11-19
11779
11780 2001-11-18 [alfons]     0.6.5claws20
11781         
11782         * src/filtering.c
11783                 remove an inadvertent free I forgot in previous clean up 
11784
11785 2001-11-18 [alfons]     0.6.5claws19
11786
11787         * src/filtering.[ch]
11788                 clean up & plug leaks
11789
11790 2001-11-18 [paul]       0.6.5claws18
11791
11792         * sync with sylpheed 0.6.5cvs9
11793                 see ChangeLog entries 2001-11-17 and 2001-11-18
11794
11795 2001-11-16 [paul]       0.6.5claws17
11796
11797         * sync with sylpheed 0.6.5cvs8
11798                 see ChangeLog entry 2001-11-16, src/grouplistdialog.c
11799
11800 2001-11-16 [paul]       0.6.5claws16
11801
11802         * sync with sylpheed 0.6.5cvs7
11803                 see ChangeLog entries 2001-11-15 and 2001-11-16
11804
11805 2001-11-15 [hoa]        0.6.5claws15
11806
11807         * src/compose.c
11808                 fix bounce, mails we received couln't be bounced to ourself.
11809
11810         * src/defs.h
11811         * src/filtering.[ch]
11812         * src/matcher.[ch]
11813         * src/matcher_parser.h
11814         * src/matcher_parser_lex.l
11815         * src/matcher_parser_parse.y
11816         * src/inc.c
11817         * src/main.c
11818         * src/mbox.c
11819         * src/prefs_filtering.[ch]
11820         * src/mainwindow.c
11821         * src/prefs_matcher.c
11822         * src/prefs_scoring.c
11823         * src/scoring.[ch]
11824         * src/summaryview.c
11825                 new matcher/filter/score configuration file parser
11826                 one unique configuration file => ~/.sylpheed/matcherrc
11827                 import in currently automatic, then save are made
11828                 in this new file.
11829                 one filter per folder and one global filter
11830                 (filter of a folder will be used as folder processing)
11831
11832         * src/folder.c
11833                 fix a bug in folder_item_get_identifier
11834                 
11835         * src/messageview.c
11836                 receive receipt return are fixed.
11837
11838 2001-11-14 [alfons]     0.6.5claws14
11839
11840         * src/session.h
11841                 add things from main branch to make claws compile
11842
11843 2001-11-14 [paul]       0.6.5claws13
11844
11845         * merge with SYNC-B4-REL and sync with sylpheed 0.6.5cvs5
11846                 see ChangeLog entries 2001-11-08 to 2001-11-14
11847
11848 2001-11-14 [hoa] 0.6.5claws12
11849
11850         * src/compose.[ch]
11851         * src/mainwindow.c
11852         * src/summaryview.c
11853                 add "bounce mail" option
11854
11855 2001-11-13 [christoph]  0.6.5claws11
11856
11857         * src/compose.c
11858                 Cleanup a mess i add before commiting
11859
11860 2001-11-13 [hoa]        0.6.5claws10
11861
11862         * src/compose.c
11863                 some fixes when mail are sent or
11864                 for crossposts
11865
11866 2001-11-13 [christoph]  0.6.5claws9
11867
11868         * po/de.po
11869                 Changed two string with the same translation
11870         * src/compose.c
11871         * src/procmsg.[ch]
11872         * src/send.[ch]
11873                 New mailsending process:
11874                   - Always queue message before sending
11875                     (message will be saved if sylpheed crashed or
11876                      freezes while sending)
11877                   - Allow queuing of newspostings
11878                   - No copy in outbox before sending
11879                     (closes bug #469501)
11880                   - No more redundant code for send and send_later
11881         * src/summaryview.c
11882                 Applied wwp <subscript@free.fr>'s patch that fixes
11883                 marks for multiple forwarded messages (+compose.c)
11884
11885 2001-11-12 [alfons]
11886
11887         * README.claws
11888                 remove things that are now in main branch
11889         
11890         * po/nl.po
11891                 update Dutch translation
11892
11893 2001-11-12 [mhadasht]   0.6.5.claws8
11894
11895         * src/prefs_common.c
11896                 re-enabled account autoselection feature for forward
11897                 and reedit lost during the branch point for SYNC-B4-REL
11898         * src/gtkspell.c
11899                 gtkpspell_get_dict(): more readable code (even if function is
11900                 not used yet)
11901         * ChangeLog.claws
11902                 added version number info to 2001-11-12 [hiro] comment.
11903
11904 2001-11-12 [hiro]       0.6.5.claws7
11905
11906         * src/compose.c
11907                 compose_forward(): fixed a bug that forward quote mark
11908                 wasn't used.
11909                 removed unnecessary code.
11910         * src/template_select.[ch]: removed.
11911
11912 2001-11-11 [alfons]
11913
11914         * src/compose.c
11915                 :%s/GTK_TEXT/GTK_STEXT/g
11916         
11917         * src/compose.[ch]
11918         * src/undo.[ch]
11919         * src/Makefile.am
11920                 revert the undo stuff (this is 0.6.6claws stuff)
11921
11922 2001-11-11 [hoa]        0.6.5.claws6
11923
11924         * src/compose.[ch]
11925                 Insert signature at the end of the text.
11926                 Added undo patch but currently disabled
11927
11928         * src/procmsg.c
11929                 Threading by subject improved.
11930
11931         * added src/undo.[ch]
11932                 Undo module for compose dialog box.
11933
11934 2001-11-11 [alfons]     0.6.5.claws5
11935
11936         * src/procmsg.c
11937                 prevent threading by subject on nodes that have already been
11938                 threaded by in-reply-to (as in "circular references in a tree
11939                 result in a dead branch")
11940
11941 2001-11-09 [hoa]        0.6.5.claws4
11942         
11943         * src/folderview.c
11944                 allows creation of mbox folder item from any files.
11945
11946 2001-11-09 [alfons]     0.6.5.claws3
11947         
11948         * src/utils.c
11949         * src/procmsg.c
11950                 do what I mean and correct threading by subject so it really
11951                 ignores attracting lines without "Re: "
11952
11953 2001-11-07 [alfons]     0.6.5.claws2
11954
11955         * src/procmsg.c
11956         * src/utils.[ch]
11957                 only attract by subject if a subject line starts with a "Re: "
11958         * src/syldap.c
11959                 remove warning
11960
11961 2001-11-07 [paul]       0.6.5claws1
11962
11963         * sync with sylpheed 0.6.5. release
11964                 see ChangeLog entry 2001-11-07
11965
11966 2001-11-07 [paul]       0.6.4claws31
11967
11968         * sync with sylpheed 0.6.4cvs18
11969                 see ChangeLog entries 2001-10-30 to 2001-11-07
11970                 prefs_templates.[ch] renamed prefs_template.[ch]
11971
11972 2001-11-06 [alfons]
11973         
11974         * src/utils.h
11975                 add semicolon Hoa forgot ;-)
11976                 
11977
11978 2001-11-06 [hoa]        0.6.4claws30
11979         
11980         * src/procmsg.c
11981         * src/summaryview.c
11982         * src/utils.c
11983         * src/utils.h
11984                 threading by subject - empty subject are ignored
11985
11986 2001-11-06 [christoph]  0.6.4claws29
11987
11988         * src/socket.c
11989                 use SSL_peek for sock_gets
11990         * src/utils.c
11991                 removed unneeded pointer in extracting quoted
11992                 names implementation
11993
11994 2001-11-06 [melvin]     0.6.4claws28
11995
11996         * src/gtkspell.c
11997                 fixed bug #476792 Selection overtyping with spell checker
11998                 fixed bug which could cause a buffer overflow
11999                 fixed a memory leak
12000
12001 2001-11-06 [hoa]        0.6.4claws27
12002         
12003         * src/procmsg.c
12004         * src/summaryview.c
12005                 threading by subject
12006
12007 2001-11-05 [alfons]     0.6.4claws26
12008         
12009         * README.claws
12010                 Claws -> Sylpheed (vice versa)
12011
12012         * src/compose.c
12013                 :%s/gtk_text/gtk_stext/g
12014                 :%s/GTK_TEXT/GTK_STEXT/g
12015                 (thanks to Jonathan Ware for spotting this)
12016
12017 2001-11-04 [christoph]  0.6.4claws25
12018
12019         * src/summaryview.c
12020                 replace Xalloca + strdup with Xstrdup_a
12021         * src/utils.c
12022                 better implementation of extracting quoted names
12023                 from addresses (remove backlashes and ignore
12024                 quotes after them)
12025
12026 2001-11-04 [alfons]     0.6.4claws24
12027
12028         * src/utils.[ch]
12029                 edit to comply more with coding style
12030
12031         * src/textview.c
12032                 fix bug reported by Kim Schulz. introduced by the patch integrated
12033                 in 0.6.4claws15. the code did not check the return value of
12034                 the html parser.
12035
12036         * AUTHORS
12037                 add Jonathan Ware and close "[ #475955 ] Enhanced Mailto Patch"
12038
12039 2001-11-04 [christoph]  0.6.4claws23
12040
12041         * src/main.c
12042         * src/prefs_common.[ch]
12043                 init some pointers that possibly caused a segfault
12044                 reported in the claws-users ML
12045
12046 2001-11-04 [hoa]        0.6.4claws22
12047
12048         * src/grouplistdialog.c
12049                 change the names of the nodes in the tree
12050
12051         * src/compose.c
12052                 enhanced mailto syntax as described in
12053                 http://developer.netscape.com/viewsource/husted_mailto/mailto.html
12054                 (thanks to Jonathan Ware <jonathan_ware@gmx.co.uk>)
12055
12056         * src/utils.c
12057                 encode and decode URI (useful when opening URL into
12058                 netscape).
12059
12060 2001-11-03 [hoa]        0.6.4claws21
12061
12062         * src/grouplistdialog.c
12063                 a new newsgroups list selection dialog box
12064                 with a CTree instead of a CList
12065
12066 2001-11-03 [hoa]        0.6.4claws20
12067
12068         * src/folderview.c
12069                 enable property and scoring options when right
12070                 click on "inbox"
12071
12072         * src/summaryview.c
12073                 fixed bug when nickname were displayed using
12074                 the address book.
12075
12076 2001-11-02 [darko]      0.6.4claws19
12077
12078         * src/compose.c
12079                 new wrap quotation and URL/long words wrapping implementation
12080         * src/compose.c src/gtkstext.[ch]
12081                 move gtkstext_strncmp() to gtkstext.c
12082
12083 2001-11-01 [christoph]  0.6.4claws18
12084
12085         * src/prefs_account.c
12086                 fixed mess in account settings dialog
12087         * src/prefs_folder_item.c
12088                 added label with folder path to dialog
12089
12090 2001-10-31 [match]      0.6.4claws17
12091
12092         * src/vcard.c
12093                 fix memory leak.
12094         * src/addrbook.c
12095                 fix generation of spurious address book file names.
12096                 remove redundant functions.
12097         * po/POTFILES.in
12098                 added missing file names.
12099
12100 2001-10-30 [paul]       0.6.4claws16
12101
12102         * sync with sylpheed 0.6.4cvs6
12103                 see ChangeLog entries 2001-10-26 to 2001-10-30
12104
12105         * tools/filter_conv.pl
12106                 read folderlist.xml to discover whether the top-level
12107                 folder is called 'Mailbox' or 'Mail' 
12108
12109 2001-10-29 [paul]       0.6.4claws15
12110
12111         * src/html.c, src/textview.c
12112                 activate links in html mail and fix clickable parts
12113                 Submitted by Matthieu Dazy <dazy@t-surf.com>
12114
12115 2001-10-29 [paul]
12116
12117         * po/de.po, po/es.po, po/pt_BR/po
12118                 updated translations, submitted by Jens Oberender,
12119                 Ricardo Mones Lastra, and Fabio Junior Beneditto
12120
12121 2001-10-29 [darko]      0.6.4claws14
12122
12123         * src/compose.c
12124                 fix wrapping for good
12125
12126 2001-10-29 [darko]
12127
12128         * src/compose.c
12129                 undo previous change as it broke the smart wrapping
12130
12131 2001-10-29 [darko]      0.6.4claws13
12132
12133         * src/compose.c
12134                 fix infinite loop when long URL is quoted
12135                 (closes bug #475122.
12136
12137 2001-10-28 [match]
12138
12139         * src/mutt.[ch] src/importmutt.[ch] src/mgutils.[ch] src/addressbook.c src/Makefile.am
12140                 import Mutt address book
12141         * src/ldif.[ch] src/importldif.h
12142                 modified import LDIF handle user attributes
12143
12144 2001-10-28 [christoph]  0.6.4claws12
12145
12146         * src/summaryview.c
12147                 fixed that filtering did not work if there
12148                 were no filter rules
12149                 (closes bug #472003 and better implementation
12150                  of patch #474644)
12151
12152 2001-10-27 [christoph]  0.6.4claws11
12153
12154         * src/compose.c
12155                 make the folder's default account to be used when
12156                 replying. (patch by wwp <subscript@free.fr>)
12157         * src/compose.c
12158                 code cleanup, nearly killed all of wwp's patch
12159                 for folder's default account in compose
12160         * src/folderview.c
12161                 error panel when a folder could not be created
12162                 (closes bug #471080 new folder name & already
12163                  existing file)
12164
12165 2001-10-26 [alfons]
12166
12167         * src/utils.h
12168                 change prototype of strstr2() that Christoph forgot about
12169
12170 2001-10-26 [christoph]  0.6.4claws10
12171
12172         * src/account.c
12173                 made search for accounts by email address not case
12174                 sensitive
12175         * src/folder.c
12176                 fixed memory leak in folder_item_get_identifier
12177         * src/gtkspell.c
12178         * src/utils.c
12179                 fixed wrong strstr2 (should work like strstr)
12180
12181 2001-10-26 [darko]      0.6.4claws9
12182
12183         * src/compose.c src/gtkstext.[ch]
12184         * src/gtkstext.c
12185                 move is_url_string() and gtkstext_str_strcmp() to gtkstext.c
12186
12187 2001-10-26 [paul]       0.6.4claws8
12188
12189         * src/html.c
12190                 ignore css and javascript tags in html mail
12191                 case-insensitive, with or without double-quoted
12192                 strings
12193
12194 2001-10-26 [paul]       0.6.4claws7
12195
12196         * sync with sylpheed 0.6.4cvs1
12197                 see ChangeLog entry 2001-10-26
12198
12199         * src/prefs_account.c, src/prefs_common.c,
12200           src/prefs_summary_column.c
12201                 minor improvements to the English
12202
12203 2001-10-25 [alfons]     0.6.4claws6
12204
12205         * src/gtkstext.c
12206         
12207                 make GtkSText follow style of GtkText (closes bug 
12208                 #469211 "text selection while writing message")
12209                 
12210                 do sync with GTK 1.2.10
12211
12212 2001-10-25 [paul]       0.6.4claws5
12213
12214         * src/html.c
12215                 ignore css tags in html mail
12216
12217 2001-10-25 [darko]      0.6.4claws4
12218
12219         * src/compose.c
12220                 don't declare is_url_string as static function since
12221                 we need it in gtkstext.c
12222         * src/gtkstext.c
12223                 remove unused variable
12224                 don't wrap long URLs while composing a message
12225
12226 2001-10-24 [christoph]  0.6.4claws3
12227
12228         * src/socket.c
12229                 fix ssl deadlock, when peer closes connection
12230
12231 2001-10-24 [paul]       0.6.4claws2
12232
12233         * src/prefs_common.c
12234                 gettextize the gpg ascii-armored warning message
12235
12236         * src/compose.c
12237                 insert a DOS/MAC file into the composed message
12238                 (improvements)
12239
12240         * Both submitted by Thierry Godefroy <godefroy@imaginet.fr>
12241
12242 2001-10-22 [paul]       0.6.4claws1
12243
12244         * sync with sylpheed 0.6.4 release
12245                 see ChangeLog entries 2001-10-21
12246
12247         * po/fr.po, po/pt_BR.po
12248                 updated by Melvin Hadasht and Fabio Junior Beneditto
12249
12250 2001-10-21 [paul]       0.6.3claws30
12251
12252         * src/compose.c
12253                 insert a DOS text file from the compose window
12254                 into the composed message text (removes CRs characters)
12255                 Submitted by Thierry Godefroy <godefroy@imaginet.fr>
12256
12257         * tools/filter_conv.pl, tools/README
12258                 automatically use ~/.sylpheed as working directory
12259                 print out confirmation message on completion
12260
12261         * correct Hoa's last ChangeLog.claws entry
12262
12263 2001-10-20 [hoa]        0.6.3claws29
12264
12265         * src/grouplistdialog.c
12266                 bugfix (another ?) to give the right
12267                 newsgroups list for each news server.
12268
12269         * src/news.c
12270         * src/news.h
12271                 improve the newsgroups list cache
12272
12273 2001-10-20 [paul]       0.6.3claws28
12274
12275         * sync with sylpheed 0.6.3cvs9
12276                 see ChangeLog entry 2001-10-19
12277
12278         * correct Alfons' last ChangeLog.claws entry
12279
12280 2001-10-19 [alfons]
12281
12282         * src/pgptext.[ch]
12283                 fix compilation problems (part of bug #472895)
12284
12285 2001-10-18 [hoa]        0.6.3claws27
12286
12287         * src/grouplistdialog.c
12288                 bugfix when we refresh was clicked (bug 472701)
12289
12290 2001-10-19 [christoph]  0.6.3claws26
12291
12292         * src/compose.c
12293                 last header entry should default to "To:" or
12294                 "Newsgroups:" and not copy the last entry line
12295                 in a new compose window
12296                 (closes bug #472686, #470792)
12297
12298 2001-10-19 [paul]       0.6.3claws25
12299
12300         * sync with Sylpheed 0.6.3cvs8
12301                 see ChangeLog entries 2001-10-18 and 2001-10-19
12302
12303 2001-10-18 [christoph]  0.6.3claws24
12304
12305         * src/procmsg.c
12306                 reimplement ignore thread
12307         
12308 2001-10-18 [hoa]        0.6.3claws23
12309
12310         * src/folderview.c
12311         * src/grouplistdialog.[ch]
12312                 enhanced news subscription interface (feature 469113)
12313
12314         * src/news.c
12315         * src/news.h
12316                 enchanced newsgroup listing,
12317                 now, we can get groups informations
12318                 (NNTPGroupInfo)
12319
12320 2001-10-18 [paul]       0.6.3claws22
12321
12322         * src/summaryview.c
12323                 remove comment (sync with main branch)
12324         * src/mainwindow.c
12325                 fix 'Re-edit' bug in 'Message' menu
12326
12327 2001-10-17 [christoph]  0.6.3claws21
12328
12329         * src/compose.c
12330                 ignore empty or whitespace only header lines
12331
12332 2001-10-17 [paul]       0.6.3claws20
12333
12334         * sync with sylpheed 0.6.3cvs7
12335                 see ChangeLog entries 2001-10-14, 2001-10-16, and
12336                 2001-10-17
12337
12338 2001-10-17 [darko]
12339
12340         * src/compose.c
12341                 wrap long lines without spaces
12342                 don't wrap URLs
12343
12344 2001-10-16 [paul]
12345
12346         * po/es.po, po/nl.po, po/pt_BR.po
12347                 updated by Ricardo Mones Lastra, Alfons,
12348                 and Fabio Junior Beneditto
12349
12350         * sylpheed-0.6.3claws released
12351
12352 2001-10-15 [melvin] 0.6.3claws18
12353
12354         * README.claws
12355                 added summary and detailed installation instructions
12356                 for spell checker
12357         * po/fr.po
12358                 Updated, corrected and completed french translation
12359
12360 2001-10-15 [hoa] 0.6.3claws17
12361         * src/grouplistdialog.c
12362                 we can choose the newsgroups to display with wildcards
12363
12364 2001-10-15 [christoph]  0.6.3claws16
12365
12366         * src/account.c
12367         * src/compose.c
12368         * src/prefs_folder_item.[ch]
12369                 applied wwp <subscript@free.fr>'s folder
12370                 default account patch
12371         * po/de.po
12372                 Fixed wrong translation
12373
12374 2001-10-13 [alfons, christoph, melvin]  
12375                         0.6.3claws15
12376
12377         solution #2 to solve MT-safety problems defers all GUI related calls
12378         to the main thread using a gtk_idle_add() callback. discussed on
12379         ircnet #sylpheed, with christoph spotting some issues with the
12380         original code, and melvin allowing us to lobotomize his sylpheed.
12381
12382         * src/syldap.[ch], src/main.c
12383                 fix race problem in ldap search thread by deferring GUI 
12384                 stuff to main thread using gtk_idle_add()
12385
12386 2001-10-13 [paul]       0.6.3claws14
12387
12388         * src/prefs_account.[ch], src/send.c, src/smtp.[ch]
12389                 add Sergey's smtpcred.patch
12390                 adds separate username/password setting for SMTP Auth
12391                 needed by some servers
12392                 (closes feature request #471659)
12393
12394 2001-10-13 [paul]       0.6.3claws13
12395
12396         * src/pgptext.[ch] **NEW FILES**
12397         * src/Makefile.am, src/messageview.c, src/mimeview.c
12398                 decrypt ascii-armored gpg text embedded in
12399                 the message body.
12400                 Submitted by Jens Jahnke <jan0sch@gmx.net>
12401
12402 2001-10-13 [christoph]  0.6.3claws12
12403
12404         * README.claws
12405                 some more details on default to and
12406                 feature requests
12407         * src/main.c
12408                 init glib threading when ldap is used
12409         * src/syldap.c
12410                 threading fixes
12411         * po/de.po
12412                 fixed a typo
12413
12414 2001-10-12 [paul]       0.6.3claws11
12415
12416         * src/prefs_common.[ch], src/rfc2015.c
12417                 enable ascii-armored gpg text to be embedded in the
12418                 message body, selectable through the 'Privacy'
12419                 preferences. Supports encrypting only.
12420                 Submitted by Ravemax <ravemax@dextrose.com>
12421
12422 2001-10-12 [paul]       0.6.3claws10
12423
12424         * sync with sylpheed 0.6.3cvs6
12425                 see ChangeLog entries 2001-10-11 and 2001-11-12
12426
12427         * src/folderview.c
12428                 incorporated mbox folders, scoring, and folder
12429                 properties into the sync
12430
12431 2001-10-12 [darko]      0.6.3claws9
12432
12433         * README.claws
12434                 describe quotation wrapping
12435         * src/compose.c
12436                 don't treat tab as space to calculate line length properly
12437
12438 2001-10-11 [alfons]
12439
12440         * README.claws
12441                 correct description of how to make new filtering system work,
12442                 add some other things
12443                 
12444         * src/syldap.c
12445                 remove sched_yield() (not necessary / unportable)
12446
12447 2001-10-11 [paul]       0.6.3claws8
12448
12449         * sync with sylpheed 0.6.3cvs3
12450                 see ChangeLog entry 2001-10-10
12451
12452 2001-10-10 [christoph]  0.6.3claws7
12453
12454         * .cvsignore
12455                 ignore 2 files created by newer autotools
12456         * src/prefs_folder_item.c
12457                 using table for widget alignment
12458                 fixed memory leak and broken octal display
12459         * src/filesel.c
12460                 fixed segfault caused by lost filename
12461                 workaround (closes bug #469551)
12462
12463 2001-10-10 [paul]       0.6.3claws6
12464
12465         * sync with sylpheed 0.6.3cvs2
12466                 see ChangeLog entries 2001-10-09 and 2001-10-10
12467
12468 2001-10-10 [darko]      0.6.3.claws5
12469
12470         * src/gtkstext.c
12471                 proper calculation of right margin if smart wrapping is enabled
12472         * src/compose.c
12473                 automatically wrap long lines if wrap quotation is enabled
12474
12475 2001-10-09 [alfons]     0.6.3.claws4
12476
12477         * src/summaryview.c
12478                 select correct row when deleting last row in the summary view (and
12479                 close bug "[ #469104 ] select second last in list when deleting")
12480
12481 2001-10-09 [paul]       0.6.3claws3
12482
12483         * sync with sylpheed 0.6.3cvs1
12484                 updated some autotool scripts
12485
12486 2001-10-09 [darko]      0.6.3claws2
12487
12488         * src/gtkstext.[ch]
12489                 new name and mark with Sylpheed comment
12490         * src/compose.c
12491                 smart quotation wrapping a-la VIM
12492
12493 2001-10-08 [paul]       0.6.3claws1
12494
12495         * sync with sylpheed 0.6.3 release
12496                 see ChangeLog entry 2001-10-08
12497
12498 2001-10-08 [paul]       0.6.2claws24
12499
12500         * src/summaryview.c
12501                 more sync with sylpheed 0.6.2cvs12
12502                 Fixed the bug that didn't select the last row correctly
12503
12504
12505 2001-10-07 [paul]       0.6.2claws23
12506
12507         * sync with sylpheed 0.6.2cvs12
12508                 see ChangeLog entry 2001-10-07
12509
12510 2001-10-06 [match]
12511         * src/jpilot.[ch]
12512                 enable jpilot to read unsynch'ed addresses.
12513
12514         * src/editldap_basedn.c
12515                 fix segfault when opening dialog.
12516
12517 2001-10-06 [alfons]     0.6.2.claws22
12518
12519         * src/summaryview.c
12520                 fix bug with summary view selecting last *inserted*
12521                 node instead of last *visible* node. remember we
12522                 work with a tree
12523
12524 2001-10-06 [paul]       0.6.2claws21
12525
12526         * po/pt_BR.po
12527                 updated translation, contains some fixes and new
12528                 translations, submitted by Gustavo Noronha Silva
12529                 <kov@debian.org>
12530
12531         * src/prefs_common.c
12532                 change 'each' to 'every' - fix dubious English
12533
12534         * sync with sylpheed 0.6.2cvs11
12535
12536 2001-10-05 [alfons]     0.6.2claws20
12537
12538         * src/mainwindow.[ch], src/folderview.c
12539                 make composite tool button switch between "Compose News"
12540                 and "Compose Mail" depending on selected folder
12541                 (nifty idea by Kim Schulz <kim@schulz.dk>)
12542
12543 2001-10-05 [paul]       0.6.2claws19
12544
12545         * src/mainwindow.c, src/summaryview.c
12546                 fix 'Message/Reply to all', broken in last commit
12547
12548         * src/compose.c
12549                 fix X_BEENTHERE seg fault, thanks to Alfons
12550
12551 2001-10-04 [paul]       0.6.2claws18
12552
12553         * src/compose.[ch], src/mainwindow.c
12554                 make "Message/Reply" reply to mailing lists; matches
12555                 'X-Mailing-list:' and 'X-BeenThere:' ML headers.
12556                 based on portions of the patch submitted by
12557                 Junichi Uekawa <dancer@netfort.gr.jp>
12558
12559 2001-10-04 [darko]      0.6.2claws17
12560
12561         * src/compose.c
12562                 better smart wrapping
12563         * src/gtkstext.[hc]
12564                 a function to make text buffer contiguous
12565
12566 2001-10-03 [paul]       0.6.2claws16
12567
12568         * sync with sylpheed 0.6.2cvs10
12569
12570 2001-10-02 [alfons]
12571
12572         * configure.in
12573         * po/zh_CN.GB2312.po, po/zh_TW.Big5.po
12574                 close bug "[ #466566 ] compile error on mdk 8.0" by removing
12575                 references to chinese translations (hope someone picks up
12576                 this)
12577
12578 2001-10-02 [christoph]  0.6.2claws15
12579
12580         * src/compose.c
12581                 fixed non translated header bug
12582         * ChangeLog.claws
12583                 fixed wrong date in alfons last entry ;)
12584
12585 2001-10-02 [alfons]     0.6.2claws14
12586
12587         * src/compose.c, src/prefs_common.[ch]
12588                 add block cursor option
12589
12590 2001-10-02 [paul]       0.6.2claws13
12591
12592         * sync with sylpheed 0.6.2cvs9
12593
12594 2001-09-30 [paul]       0.6.2claws12
12595
12596         * po/de.po, po/es.po, po/fr.po, po/nl.po, po/pt_BR.po
12597                 updated translations
12598
12599         * po/POTFILES.in
12600                 add 'src/importldif.c'
12601
12602         * AUTHORS, tools/README, tools/eud2gc.py, tools/Makefile.am
12603                 added eudora-to-vCard conversion tool
12604                 submitted by Jeroen Versteeg <j.m.versteeg@student.utwente.nl>
12605
12606         * sync with sylpheed 0.6.2cvs8
12607
12608 2001-09-30 [paul]
12609
12610         * sylpheed-0.6.2claws released
12611
12612 2001-09-27 [melvin]     0.6.2claws11
12613
12614         * src/gtkspell.c
12615                 fixed crash when using default path (introduced 
12616                 in 0.6.2claws10)
12617                 fixed tiny bug for initial suggestion mode
12618
12619 2001-09-27 [melvin]     0.6.2claws10
12620         
12621         * src/gtkspell.c
12622                 fixed bug where gtkpspell didn't set the path correctly
12623
12624         * README.claws
12625                 added a paragraph about spell checking
12626                 
12627
12628
12629 2001-09-27 [paul]       0.6.2claws9
12630
12631         * src/addrbook.c, src/addrcache.c, src/addritem.c, src/jpilot.c
12632                 replace '// comments' with '/* comments */' to prevent
12633                 some compiler warnings 
12634
12635         * sync with sylpheed 0.6.2cvs6
12636
12637 2001-09-26 [alfons]     0.6.2claws8
12638
12639         * src/messageview.c
12640                 introduce return receipt request notification again,
12641                 which was lost because of other semantics in 
12642                 procheader_parse() (???)
12643
12644 2001-09-26 [christoph]  0.6.2claws7
12645
12646         * src/compose.c
12647                 replace comments for old code with #if 0
12648                 readded auto cc, bcc and reply-to
12649         * src/prefs_matcher.c
12650         * src/prefs_scoring.c
12651                 removed some definition (was moved to
12652                 prefs.h)
12653
12654 2001-09-26 [paul]       0.6.2claws6
12655
12656         * src/mainwindow.c
12657                 make 'Follow-up and reply to' sensitive
12658
12659         * more sync with sylpheed 0.6.2cvs5
12660
12661 2001-09-25 [melvin]
12662
12663         * 0.6.2claws5
12664
12665         * src/gtkspell.c
12666                 fixed bug for "US-ASCII" introduced by the encoding code
12667
12668 2001-09-25 [paul]
12669
12670         * 0.6.2claws4
12671
12672         * src/prefs_common.[ch], src/summaryview.c
12673                 'next unread msg' 'go to next folder?' dialog can be
12674                 given default behaviour, either always show dialog,
12675                 or assume 'yes', or assume 'no'
12676                 Submitted by wwp <subscript@free.fr>
12677
12678 2001-09-25 [melvin]
12679                 
12680         * src/compose.c src/gtkspell.[ch]
12681                 added support for different encodings
12682
12683 2001-09-25 [paul]
12684
12685         * more sync with sylpheed 0.6.2cvs5
12686
12687 2001-09-24 [alfons]
12688         
12689         * src/prefs_folder_item.c
12690                 add check for item->prefs->default_to string is NULL and
12691                 add another check when freeing this string
12692
12693 2001-09-24 [paul]
12694
12695         * configure.in
12696                 change to version 0.6.2claws3
12697
12698         * sync with sylpheed 0.6.2cvs5 
12699
12700 2001-09-24 [match]
12701         * src/ldif.[ch], src/importldif.[ch], addressbook.c
12702                 import LDIF files.
12703         * src/addrcache.[ch], addrindex.[ch]
12704                 small update for future
12705         * src/addrbook.c
12706                 fix test XML file.
12707
12708 2001-09-24 [melvin]
12709         * src/gtkspell.[ch]
12710                 added 'Learn from mistakes' option
12711                 better handling of quotes in checked words
12712                 sorted dict list
12713         * po/fr.po
12714                 small update for spell checking stuff
12715
12716 2001-09-23 [alfons]
12717         
12718         * src/gtkspell.c
12719                 edit a little bit so it complies more with main coding style
12720
12721 2001-09-23 [alfons]
12722
12723         * src/folder.[ch], prefs_folder_item.c, compose.c
12724                 migrate "request return receipt" folder property
12725                 to folderlist.xml
12726
12727 2001-09-22 [alfons]
12728
12729         * README.claws **NEW**
12730                 (add things of interest for users of main branch 
12731                 and claws here)
12732
12733         * src/folder.[ch], src/mainwindow.c, src/summaryview.c
12734                 re-implement threading per folder option, but store 
12735                 the setting in folderlist.xml (where it belongs)
12736
12737 2001-09-21 [melvin]
12738
12739         * src/gtkspell.[ch]
12740                 fixed bug when compose window is under another window
12741         * src/prefs_common.[ch] src/compose.c
12742                 changed 'dictionary_path' to 'dictionary' to be consistent
12743                 dropped PSPELL_PATH macro (hard coded default to /usr/local/share/pspell)
12744         * ac/pspell.m4 src/Makefile.am 
12745                 dropped PSPELL_PATH macro
12746         * po/fr.po
12747                 updated translations
12748
12749 2001-09-21 [christoph]
12750
12751         * src/compose.c
12752                 added border around header fields
12753                 keep header type when new field is added
12754
12755 2001-09-20 [christoph]
12756
12757         * src/utils.[ch]
12758                 more portable debug_print with source filename
12759                 and linenumber
12760         * src/procmsg.c
12761                 more newlines after debug messages
12762
12763 2001-09-20 [paul]
12764
12765         * configure.in
12766                 change to version 0.6.2claws2
12767
12768         * sync with sylpheed 0.6.2cvs3
12769
12770 2001-09-19 [melvin]
12771
12772         * src/gtkspell.c
12773                 fixed the post-right-click focus pb
12774                 fixed crash when 'Spell check all' after dict change 
12775                         and when cursor is at the end of the text
12776                 shift-right-click pops up config menu even on misspelled words.
12777         * po/POTFILES.in
12778                 added gtkspell.c
12779
12780 2001-09-19 [melvin]
12781
12782         * src/about.c
12783                 added pspell to compiled-in features list
12784
12785 2001-09-18 [melvin]
12786
12787         * switched to pspell and dropped ispell
12788         * ac/pspell.m4
12789                 new file. autoconf macro for pspell
12790         * ac/Makefile.am 
12791         * configure.in acconfig.h
12792                 added pspell support
12793         * src/Makefile.am
12794         * src/main.c src/compose.[ch] src/gtkspell.[ch]
12795         * src/prefs_common.[ch] 
12796                 added pspell support
12797
12798 2001-09-18 [christoph]
12799
12800         * src/addr_compl.c
12801         * src/template.[ch]
12802                 replace LOG_MESSAGE with debug_print
12803         * src/compose.[ch]
12804                 gui improvements
12805         * src/menu.c
12806                 added newline after debug message
12807         * src/utils.h
12808                 using __VA_ARGS__ for debug_print macro
12809         * tools/.cvsignore
12810                 ignore Makefile and Makefile.in
12811
12812 2001-09-18 [paul]
12813
12814         * configure.in
12815                 change to version 0.6.2claws1
12816         * sync with sylpheed 0.6.2cvs1
12817
12818         * src/matcher.c 
12819         * src/prefs_matcher.c
12820                 add 'score equal to' option, submitted by
12821                 Paul Evans <nerd@freeuk.com>
12822
12823 2001-09-15 [christoph]
12824
12825         * src/mainwindow.c
12826                 comment out menu entry not existing in claws
12827         * src/menu.c
12828                 add debug output for non existing menu entries
12829         * src/summaryview.c
12830                 fix next/prev unread message for ignored threads
12831         * src/utils.[ch]
12832                 add sourcefile and line number to debug output
12833                 otherwise it is sometimes hard to find the
12834                 source code part if debug messages are translated
12835
12836 2001-09-14 [darko]
12837         
12838         * src/folderview.c
12839                 refresh target folder style after colour is changed
12840
12841 2001-09-13 [paul]
12842
12843         * configure.in
12844                 change to version 0.6.1claws3
12845
12846         * sync with sylpheed 0.6.1cvs6
12847
12848 2001-09-13 [darko]
12849         
12850         * src/folderview.c
12851                 fix target folder colourization to use user selected colour
12852
12853 2001-09-12 [darko]
12854         
12855         * src/summaryview.c
12856                 fix crash when message that is marked for copy/move is unmarked
12857
12858 2001-09-09 [paul]
12859
12860         * configure.in
12861                 change to version 0.6.1claws2
12862
12863         * sync with sylpheed 0.6.1cvs3
12864
12865 2001-09-09 [alfons]
12866         
12867         * src/folderview.c
12868                 fix bug with default font used for trash folder text
12869
12870 2001-09-06 [paul]
12871
12872         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
12873                 updated translations
12874
12875         * configure.in
12876                 change to version 0.6.1claws1
12877
12878         * sync with sylpheed 0.6.1cvs2
12879
12880 2001-09-03 [paul]
12881
12882         * po/POTFILES.in
12883                 add Match's new addressbook
12884
12885         * po/de.po
12886                 updated translation submitted by Jens Oberender
12887
12888 2001-09-02 [paul]
12889
12890         * configure.in
12891                 change to 0.6.1claws
12892         * sync with sylpheed 0.6.1 release
12893
12894 2001-09-02 [paul]
12895
12896         * configure.in
12897                 change to 0.6.0claws2
12898
12899         * sync with sylpheed 0.6.0cvs4
12900
12901         * po/pt_BR.po
12902                 updated translation submitted by Fabio Junior Beneditto
12903
12904 2001-09-01 [match]
12905         * pixmaps/
12906                 interface.xpm
12907                 book.xpm
12908                 address.xpm
12909         * src/
12910                 Makefile.am
12911                 a ton of new files
12912
12913 2001-08-31 [paul]
12914
12915         * configure.in
12916                 change to version 0.6.0claws1
12917
12918         * sync with sylpheed 0.6.0cvs1
12919
12920         * po/es.po
12921                 updated translation submitted by Ricardo Mones Lastra
12922
12923         * po/POTFILES.in
12924                 add 'src/prefs_templates.c'
12925
12926         * src/compose.c, src/summaryview.c
12927                 fix segfault on 'Re_edit'               
12928
12929 2001-08-30 [alfons]
12930
12931         * configure.in, Makefile.am
12932         * tools/Makefile.am
12933                 add tools directory to source distribution
12934
12935 2001-08-30 [paul]
12936
12937         * configure.in
12938                 change to version 0.6.0claws
12939
12940         * sync with sylpheed 0.6.0 release
12941
12942 2001-08-30 [christoph]
12943
12944         * configure.in
12945                 removed autoconf version check
12946
12947 2001-08-30 [paul]
12948
12949         * src/account.c, src/compose.c, src/prefs_common.[ch]
12950         * src/procheader.[ch] src/utils.[ch]
12951                 Enhanced automatic account selection on replies
12952                 Submitted by Melvin Hadasht <melvin.hadasht@free.fr>
12953
12954         * configure.in
12955                 add LDAP and JPilot to the configuration results output.
12956
12957 2001-08-29 [christoph]
12958
12959         * src/summeryview.c
12960                 no bold font for ignored threads
12961
12962 2001-08-29 [paul]
12963
12964         * configure.in
12965                 change to version 0.5.3claws6
12966
12967         * sync with sylpheed 0.5.3cvs10
12968                 src/stringtable.[ch]: New Files
12969
12970         * src/compose.c, src/gtkutils.c, src/gtkutils.h, src/mainwindow.c
12971         * src/pixmaps/sylpheed.xpm
12972                 add mini-icons to windows (by Alfons)
12973
12974 2001-08-27 [paul]
12975
12976         * src/mainwindow.c
12977                 new functions: next_labeled_cb(), prev_labeled_cb()
12978
12979         * src/summaryview.c
12980                 new functions: summary_find_next_labeled_msg(), summary_find_prev_labeled_msg(),
12981                 summary_select_next_labeled(), summary_select_prev_labeled()
12982
12983         * src/pixmaps/dir-close.xpm, src/pixmaps/dir-open.xpm, src/pixmaps/trash.xpm
12984                 give claws blue folders and a blue trash can
12985
12986 2001-08-27 [paul]
12987
12988         * configure.in
12989                 change to version 0.5.3claws5
12990
12991         * sync with sylpheed 0.5.3cvs9
12992                 src/labelcolors.[ch] renamed to src/colorlabel.[ch] 
12993
12994 2001-08-24 [christoph]
12995
12996         * src/filesel.c
12997                 keep filename when browsing directories
12998                 (not working for user entered filename, but
12999                  for default name and selected filename from
13000                  file list)
13001         * src/mainwindow.c
13002                 fixed wrong spelling "Folllow-up"
13003         * src/mbox_folder.c
13004         * src/procmsg.c
13005         * src/summaryview.c
13006                 fixed new/unread message count with ignored
13007                 threads (2 commits, first didn't notice no
13008                 longer needed decreasing)
13009         * src/inc.c
13010                 readded scrolling of progress dialog
13011                 (lost in sync)
13012
13013 2001-08-24 [paul]
13014
13015         * configure.in
13016                 change to 0.5.3claws4
13017
13018         * sync with sylpheed 0.5.3cvs7
13019
13020 2001-08-24 [christoph]
13021
13022         * src/compose.c
13023                 set request return receipt when replying
13024                 if it is set is the folder prefs of the
13025                 message
13026         * src/inc.c
13027                 disable final error popup if popups are
13028                 disabled in config (again)
13029
13030 2001-08-23 [paul]
13031
13032         * configure.in
13033                 Change version number to 0.5.3claws3
13034
13035         * sync with sylpheed 0.5.3cvs5
13036
13037         * src/mimeview.c
13038                 double quote '%s' in 'gedit %s' to fix bug when
13039                 opening attachment with spaces in the name
13040
13041 2001-08-22 [alte]
13042         * src/Makefile.am, src/compose.[ch], src/defs.h, src/mainwindow.c,
13043           src/prefs_templates.[ch], src/template.[ch], src/template_select.[ch]
13044                 initial message templates support
13045
13046
13047 2001-08-22 [paul]
13048
13049         * configure.in
13050                 change version number to 0.5.3claws2
13051
13052         * sync with sylpheed 0.5.3cvs4
13053
13054         * src/procmsg.h src/summaryview.c
13055                 re-implement (un)ignore thread
13056
13057 2001-08-21 [paul]
13058
13059         * src/summaryview.c
13060                 remove unnecessary code
13061         * src/compose.c
13062                 enable 'dynamic' signatures (submitted by
13063                 Eric Limpens <eric@hscg-internet.nl>)
13064
13065 2001-08-21 [paul]
13066
13067         clean up after sync with sylpheed 0.5.3 release
13068
13069         * src/folderview.c
13070                 fix re-introduced font mess, see Christoph's
13071                 entry 2001-06-24
13072
13073         * src/summaryview.c
13074                 remove prev_msgnum
13075                 use sylpheed's small font instead of
13076                 gtk default font for summary view
13077
13078
13079 2001-08-17 [paul]
13080
13081         * configure.in
13082                 add pl to ALL_LINGUAS - sync with main branch
13083
13084         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
13085                 Updated. Translations by Jens Oberender, Ricardo Mones
13086                 Lastra, Alfons, and Fabio Junior Beneditto respectively.
13087
13088         * po/pl.po  ** NEW FILE **
13089                 sync with the main branch
13090
13091         * src/folderview.c
13092                 fix target folder colorizing and refresh problem
13093
13094
13095 2001-08-17 [christoph]
13096
13097         * src/mainwindow.c
13098                 claws uses 4 colors for target folder coloring.
13099                 arrays were not long enough and destroyed the
13100                 stack causing a segfault.
13101                 target folder colorizing does not work anymore
13102                 for me
13103
13104 2001-08-16 [paul]
13105
13106         * configure.in
13107                 change to version 0.5.3claws1
13108
13109         * src/folder.h, src/folderview.[ch], src/gtkutils.[ch],
13110           src/inc.[ch], src/mainwindow.c, src/pop.c, src/prefs_account.c,
13111           src/prefs_common.[ch], src/summaryview.[ch], src/textview.c, src/utils.c
13112
13113                 sync with sylpheed 0.5.3 release, but keep claws method of
13114                 configuring/saving fonts
13115
13116         * src/addressbook.[ch]
13117                 rename addressbook_add_contact_by_menu() to addressbook_add_submenu()
13118                 in line with a similar change in Hiroyuki's branch
13119
13120         * src/mainwindow.[ch]
13121                 disable main_window_set_thread_option()
13122         * src/prefs_folder_item.c
13123                 comment out &tmps_prefs.enable_thread,
13124         * src/mbox_folder.c, src/procmsg.[ch]
13125                 comment out MSG_IS_IGNORE_THREAD
13126         * src/summaryview.c
13127                 comment out summary_ignore_thread() and summary_unignore_thread()
13128                 comment out MSG_IS_IGNORE_THREAD
13129
13130                 use Hiroyuki's threading instead.
13131
13132
13133
13134 2001-08-15 [paul]
13135
13136         * src/account.c
13137                 use Hiroyuki's 0.5.3 column scheme but also
13138                 include the enable/disable button.
13139         * src/pixmaps/mark.xpm
13140                 add Hiroyuki's amended pixmap
13141
13142 2001-08-13 [christoph]
13143
13144         * src/account.c
13145                 receive at get all column showed wrong state for APOP
13146                 button should only work for POP3 and APOP accounts
13147         * src/prefs_account.c
13148                 added missing preprocessor statement for SSL
13149
13150 2001-08-12 [paul]
13151
13152         * src/account.[ch]
13153                 add 'receive at get all' column and enable/disable
13154                 button.
13155
13156 2001-08-06 [christoph]
13157
13158         * src/account.c
13159                 show usage of SSL in protocol column
13160
13161         * src/imap.c
13162         * src/inc.c
13163                 renamed ssl options
13164
13165         * src/prefs_account.[ch]
13166                 moved ssl options to a new page
13167
13168         * src/send.c
13169         * src/smtp.c
13170         * src/ssl.[ch]
13171                 renamed ssl options
13172                 added support for SMTP STARTTLS command
13173
13174 2001-08-05 [christoph]
13175
13176         * configure.in
13177                 debian autoconf needs version check to find
13178                 correct autoconf version. if the file is
13179                 named configure.in 2.13 is used, which does
13180                 not work with this configure.in script.
13181                 other solution would be to rename the script
13182                 to configure.ac as suggested in the autoconf
13183                 manual.
13184
13185         * src/inc.c
13186                 disable final error popup if popups are
13187                 diabled in config
13188
13189         * src/socket.c
13190                 bugfix in ssl_gets
13191                 fixes IMAP over SSL problem
13192
13193 2001-08-03 [paul]
13194
13195         * configure.in
13196                 change to 0.5.2claws1
13197
13198         * sync with sylpheed 0.5.2cvs1
13199
13200 2001-08-02 [alfons]
13201
13202         * configure.in
13203                 quick fix for ispell detection...
13204
13205 2001-08-01 [paul]
13206
13207         * configure.in
13208                 change to 0.5.1claws4
13209
13210         * sync with sylpheed 0.5.1cvs7
13211
13212 2001-07-31 [alfons]
13213
13214         * src/prefs_common.c, src/prefs_common.h, 
13215           src/gtkspell.c, src/gtkspell.h
13216                 add global spelling checker settings (compose tab) +
13217                 selection of dictionary 
13218           
13219         * configure.in  
13220                 guess valid ispell location
13221
13222 2001-07-31 [paul]
13223
13224         * po/POTFILES.in
13225                 removal of 'src/quote_fmt_parse.c'
13226         * po/de.po
13227                 Updated de.po
13228                 (submitted by Jens Oberender <didge@suse.de>)
13229
13230 2001-07-31 [darko]
13231
13232         * src/folder.[ch]
13233         * src/folderview.[ch]
13234         * src/mainwindow.c
13235         * src/mh.c
13236         * src/prefs_common.[ch]
13237         * src/summaryview.c
13238                 target folder colourization
13239
13240 2001-07-30 [paul]
13241
13242         more sync with Sylpheed 0.5.1cvs6 
13243
13244 2001-07-30 [darko]
13245
13246         * src/mh.c
13247         * src/prefs_folder_item.[hc]
13248         * src/summaryview.c
13249                 shared folders support with a GUI
13250
13251 2001-07-29 [paul]
13252
13253         0.5.1claws3
13254
13255         * sync with Sylpheed 0.5.1cvs6
13256
13257 2001-07-29 [paul]
13258
13259         * po/pt_BR.po
13260                 updated
13261                 (submitted by Fabio Junior Beneditto)
13262
13263 2001-07-28 [paul]
13264
13265         * src/procmime.c
13266         * AUTHORS
13267                 patch to correct bad image mime headers
13268                 (submitted by Don Quijote <dq@searchlores.org>)
13269
13270 2001-07-28 [paul]
13271
13272         * tools/gif2xface.pl   **NEW FILE**
13273         * tools/README
13274                 script to convert file.gif to file.xface for
13275                 use in a custom header.
13276                 (submitted by Ricardo Mones Lastra <mones@aic.uniovi.es>)
13277
13278 2001-07-27 [alfons]
13279         
13280         * configure.in
13281                 change macros for detecting JPilot and LDAP
13282
13283 2001-07-27 [christoph]
13284
13285         * src/filtering.c
13286                 code cleanup (MIN / MAX warning, needed casting)
13287
13288 2001-07-27 [alfons]
13289
13290         * procheader.c
13291                 disallow setting flags when detecting certain headers
13292                 (X-Status, Status, Seen, X-Seen). 
13293         
13294         * sync with Hiroyuki's Sylpheed 0.5.1cvs5
13295
13296 2001-07-27 [christoph]
13297
13298         * src/prefs_filter.c
13299         * src/prefs_filtering.c
13300         * src/prefs_matcher.c
13301         * src/prefs_scoring.c
13302                 scroll list when moving rows up or down
13303
13304         * src/imap.c
13305         * src/imap.h
13306         * src/prefs_account.c
13307         * src/prefs_account.h
13308         * src/send.c
13309                 SMTP over SSL (untested, feedback requested)
13310                 IMAP over SSL
13311
13312         * src/ssl.c
13313                 code cleanup
13314
13315 2001-07-26 [alfons]
13316         
13317         * configure.in, acconfig.h
13318                 define CLAWS (need this for main / claws detection)
13319
13320 2001-07-25 [alfons]
13321
13322         * configure.in
13323                 Sylpheed 0.5.1claws2
13324                 
13325         * sync with Sylpheed 0.5.1cvs4
13326
13327 2001-07-25 [christoph]
13328
13329         * src/scoring.c
13330                 fixed segfault
13331                 item->prefs == NULL (don't know why)
13332
13333 2001-07-25 [alfons]
13334
13335         * configure.in
13336                 Sylpheed 0.5.1claws1
13337
13338         * sync with Sylpheed 0.5.1cvs1-3
13339
13340 2001-07-24 [christoph]
13341
13342         * src/folderview.c
13343         * src/prefs_folder_item.[ch]
13344                 added folderitem preferences dialog with
13345                 default To: and auto request return receipt
13346
13347         * src/compose.[ch]
13348         * src/menu.[ch]
13349                 changes to handle new folderitem preferences
13350
13351         * src/mainwindow.c
13352         * src/summaryview.c
13353                 call compose new mail with current folderitem
13354
13355 2001-07-24 [alfons]
13356
13357         Release Sylpheed 0.5.1claws
13358
13359         * configure.in
13360                 change to release version 0.5.1claws
13361
13362 2001-07-24 [christoph]
13363
13364         * src/summaryview.c
13365                 fixed segfault that happend when the selected
13366                 message was removed while retrieving new messages.
13367
13368         * po/es.po
13369                 updated translation
13370                 (submitted by Ricardo Mones Lastra <mones@trasgu.aic.uniovi.es>)
13371
13372 2001-07-22 [alfons]
13373
13374         add English User Manual for Sylpheed by Paul Kater (paul@nlpagan.net).
13375         this is a work in progress, for more information: http://nlpagan.net/sylman 
13376         
13377         * configure.in, src/mainwindow.c, manual/Makefile.am
13378                 add support for English manual
13379
13380         * AUTHORS
13381                 add authors of user manuals
13382
13383         * manual/en/sylpheed*.html
13384                 add English documentation
13385
13386 2001-07-22 [christoph]
13387
13388         * po/POTFILES.in
13389                 added src/ssl.c
13390         * src/ssl.c
13391                 changed a wrong debug message
13392
13393 2001-07-22 [alfons]
13394
13395         * po/nl.po
13396                 update Dutch translation
13397
13398         * src/prefs_filtering.c, 
13399           src/prefs_matcher.c
13400                 add more translatable strings           
13401
13402 2001-07-21 [alfons]
13403
13404         0.5.0claws7
13405
13406         * configure.in
13407                 change version
13408
13409         * src/inc.c, src/summaryview.[ch]
13410                 prevent update of mark file when filtering has done, by
13411                 using a variable; this affects two functions:
13412                         inc.c::inc_finished()
13413                         summaryview.c::summary_show()
13414
13415 2001-07-20 [alfons]
13416
13417         * src/filtering.[ch], src/prefs_filtering.c, 
13418           src/matcher.[ch]
13419                 add filtering action for label coloring 
13420
13421         * po/POTFILES.in
13422                 add labelcolors.c
13423
13424         * added src/labelcolors.c
13425         * added src/labelcolors.h
13426         * src/Makefile.am, src/summaryview.c
13427                 rearrange label coloring code
13428
13429         * src/procmsg.h
13430                 add more parentheses so label colouring works correctly
13431
13432         * src/filtering.c
13433                 don't really delete message, but move it to Trash
13434
13435         * src/prefs_matcher.c
13436                 add quote options to info dialog
13437
13438 2001-07-20 [christoph]
13439
13440         * src/Makefile.am
13441         * src/inc.c
13442         * src/main.[ch]
13443         * src/socket.h
13444         * src/ssl.[ch] (new)
13445                 moved ssl stuff to a seperate file
13446
13447 2001-07-20 [darko]
13448
13449         * src/summaryview.c
13450                 fix show sender using address book with no e-mail
13451                 address in From: field
13452
13453 2001-07-19 [alfons]
13454
13455         * src/matcher.[ch], src/filtering.c, src/prefs_filtering.c
13456                 fix messy handling of escaping... now at least the
13457                 execute command is useful. escape char is '\', we
13458                 accept \n and \r too. 
13459
13460                 Real life example:
13461                 
13462                 subject match "GIMME YOUR FILTERS" execute "mail -s \"%f don\'t hurt me, please!\" %f < ~/.sylpheed/filteringrc
13463                 subject match "GIMME YOUR FILTERS" execute "mail -s \"mommy, mommy, %f is being mean!\" admin < %F
13464
13465 2001-07-18 [alfons]
13466
13467         0.5.0claws6
13468
13469         * src/summaryview.c
13470                 clean up
13471
13472         * src/matcher.c, src/filtering.[ch], src/inc.c, src/mbox.c,
13473           src/procmsg.[ch]
13474                 revise filtering; currently move, copy, marking have
13475                 been tested. if you like bleeding edge stuff, you
13476                 should definitely go for this version :)
13477
13478         * mark old working stuff as VERSION_0_5_0_CLAWS5        
13479
13480 2001-07-17 [christoph]
13481
13482         * src/utils.c
13483                 timestamp log
13484
13485 2001-07-17 [alfons]
13486
13487         0.5.0claws5
13488
13489         * sync with Hiroyuki's 0.5.0cvs5; this version allows us to put more 
13490           bits in the mark file, without affecting either branch. Lots of
13491           files changed, also in claws branch.
13492
13493           UNTESTED: use of mbox folders
13494
13495         * src/summaryview.c
13496                 added mark all read; however this was a quick hack used for
13497                 cleaning up mess after initial merge with Hiroyuki
13498
13499         * configure.in
13500                 change claws version number back to 0.5.0claws5 to clear up 
13501                 confusion & pretension (recent release was technically 
13502                 0.5.0claws4, so we neatly align with Hiroyuki :-)
13503
13504 2001-07-16 [alfons]
13505
13506         sync with Hiroyuki's 0.5.0cvs4
13507
13508 2001-07-16 [alfons]
13509
13510         0.5.1claws3
13511
13512         * src/filtering.[ch]
13513                 remove invalid updating of mark files for 
13514                 filter actions MATCHING_ACTION_MOVE and 
13515                 MATCHING_ACTION_DELETE; this should fix the
13516                 folder update bug
13517                 
13518         * src/procmsg.c
13519                 revert Christoph's stab at fixing the folder 
13520                 update bug
13521
13522         * po/POTFILES.in
13523                 add missing files with translatable strings
13524
13525         * src/summaryview.c
13526                 remove debug print
13527
13528 2001-07-15 [alfons]
13529
13530         * src/addr_compl.[ch], src/prefs_filtering.c
13531                 make "filtering pref dialog's destination entry" an
13532                 "address completable entry", if filter destination is 
13533                 an email address
13534
13535         0.5.1claws2
13536         
13537         sync with Hiroyuki's 0.5.0cvs2-3
13538
13539 2001-07-15 [christoph]
13540
13541         * src/procmsg.c
13542                 fixed folder stats update after incorporation
13543
13544 2001-07-15 [alfons]
13545
13546         * src/summaryview.c
13547                 * finish label colouring stuff (for now)
13548                 * fix incorrect colour bug (off by one) 
13549
13550 2001-07-14 [alfons]
13551
13552         * src/mainwindow.c
13553                 change text labels for news and mail message so there's
13554                 plenty of toolbar estate left
13555
13556         * configure.in
13557                 0.5.1claws1
13558
13559         * src/folderview.c
13560           src/folder.[ch]
13561                 sync with Hiroyuki's 0.5.0cvs1
13562
13563         * src/summaryview.c
13564                 more rewrite label colouring
13565
13566 2001-07-14 [alfons]
13567
13568         * src/summaryview.[ch]
13569                 * start rewrite label colouring 
13570                 * fix proper location "Add Sender To Addressbook" menu item
13571
13572 2001-07-13
13573
13574         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
13575         (actually this is 0.5.0claws4)
13576
13577 2001-07-13 [alfons]
13578
13579         * po/pt_BR.po
13580                 * fix duplicate message
13581                 * add updated Portugese / Brazilian translation
13582                   submitted by Fabio Junior Beneditto
13583
13584 2001-07-12 [alfons]
13585
13586         * AUTHORS
13587                 add Jens
13588
13589         * po/nl.po
13590                 add updated Dutch translation
13591
13592         * po/de.po
13593                 add updated German translation submitted by Jens
13594
13595 2001-07-11 [alfons]
13596
13597         Prerelease before 0.5.0claws. Please test.
13598         This version is temporarily tagged as VERSION_0_5_0_TEST
13599
13600         * src/matcher.[ch], src/summaryview.c, src/scoring.[ch]
13601           src/prefs_scoring.c, src/prefs_matcher.c, 
13602           src/prefs_filtering.c, src/mbox.c, 
13603           src/main.c, src/inc.c, src/filtering.[ch]
13604                 revert new Hoa's new matcher (does not work yet)
13605
13606         * src/Makefile.am
13607                 clean up
13608
13609 2001-07-10
13610
13611         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
13612
13613
13614 2001-07-10 [alfons]
13615
13616         * Makefile.am
13617                 add ChangeLog.claws to EXTRA_DIST
13618         * src/Makefile.am
13619                 add matcher_parser_parse.h to EXTRA_DIST
13620
13621 2001-07-10 [christoph]
13622
13623         * src/inc.c
13624                 add destination folder to table of
13625                 folders that need to be updated after
13626                 incorporation
13627
13628 2001-07-10 [alfons]
13629
13630         * folder.[ch]
13631           folderview.c
13632                 make collapse state of folders and folder items persistent, i.e.
13633                 if you collapse a folder tree, the next time sylpheed-claws starts 
13634                 up the folder tree remains collapsed.  
13635                 
13636 2001-07-10 [christoph]
13637
13638         * acconfig.h
13639         * configure.in
13640                 added --enable-ssl
13641         * src/md5.[ch]
13642                 renamed MD5_CTX to MD5_CTX_syl
13643                 conflicts with a struct in openssl
13644         * src/inc.c
13645         * src/main.[ch]
13646         * src/prefs_account.[ch]
13647         * src/socket.[ch]
13648                 SSL support for POP
13649         * src/mainwindow.c
13650                 fixed compose with current account
13651                 broken by new compose button stuff
13652
13653 2001-07-09 [hoa]
13654
13655         * AUTHORS
13656                 changed my email address
13657
13658         * src/matcher_parser_parse.y
13659                 clean the parser to remove conflicts
13660
13661 2001-07-09 [alfons]
13662
13663         * AUTHORS
13664                 add Match Grun
13665
13666         * configure.in
13667                 fix incorrect description of --enable-ldap parameter
13668
13669         * src/prefs_common.[ch]
13670           src/compose.c
13671                 add experimental option "smart wrapping" which makes the
13672                 compose editor auto wrap.
13673                 
13674                 | TODO: the problem with the buggy cursor handling is caused |
13675                 | by the GtkText. when deleting / backspacing text its       |
13676                 | wrapping algorithm does not take in account the previous   |
13677                 | line. should find a way to hack this in.                   |
13678                 | or should perhaps combine this with the word wrapping      |
13679                 | patch i wrote in january.                                  |
13680
13681         * src/about.c
13682                 show build parameters for LDAP and JPilot
13683
13684         * src/summaryview.c
13685                 revert Christoph's bugfix for selecting next unread message, 
13686                 because folder stats aren't updated correctly
13687
13688 2001-07-08 [hoa]
13689
13690         * src/filtering.c
13691         * src/mainwindow.c
13692         * src/matcher.c
13693         * src/matcher_parser_lex.l
13694         * src/matcher_parser_parse.y
13695         * src/prefs_filtering.c
13696         * src/prefs_scoring.c
13697         * src/scoring.c
13698                 bugfix of the config file parser
13699
13700 2001-07-08 [alfons]
13701
13702         * src/Makefile.am
13703                 added generated matcher sources to BUILT_SOURCES
13704
13705 2001-07-08 [hoa]
13706
13707         * src/Makefile.am
13708         * src/.cvsignore
13709                 added new config file parser
13710
13711         * src/scoring.[ch]
13712         * src/filtering.[ch]
13713         * src/matcher.[ch]
13714         * src/prefs_filtering.c
13715         * src/prefs_matcher.c
13716         * src/prefs_scoring.c
13717         * added src/matcher_parser.h
13718         * added src/matcher_parser_lex.h
13719         * added src/matcher_parser_lex.l
13720         * added src/matcher_parser_parse.y
13721                 lex & yacc config file parser
13722
13723         * src/mbox.c
13724         * src/inc.c
13725         * src/main.c
13726                 changes prefs_filtering into global_filtering           
13727
13728         * src/summaryview.c
13729                 build threads with subjects only if "Re: " is at the
13730                 beginning of the subject
13731
13732 2001-07-07 [paul]
13733
13734         0.5.0claws
13735
13736         sync with sylpheed 0.5.0
13737                 change of version number only
13738
13739 2001-07-06 [paul]
13740
13741         0.5.0claws5
13742
13743         sync with sylpheed 0.5.0pre5
13744
13745 2001-07-05 [paul]
13746
13747         sync with sylpheed 0.5.0pre4 release
13748                 /po and /manual/ja not sync'ed
13749
13750 2001-07-04 [paul]
13751
13752         more sync with sylpheed 0.5.0pre4
13753
13754 2001-07-03 [christoph]
13755
13756         * src/addressbook.c
13757                 fixed address book broken by address book
13758                 for VCard, JPilot, LDAP
13759
13760 2001-07-03 [alfons]
13761
13762         * src/matcher.c
13763         * src/textview.c
13764                 stopped memory leaks
13765
13766 2001-07-03 [paul]
13767
13768         more sync with sylpheed 0.5.0pre4
13769
13770 2001-07-02 [match]
13771
13772         * included address book patch for VCard, JPilot, LDAP
13773         * pref_common.c - fixed Font options on Display tab (cosmetic)
13774         * alertpanel.c - fixed truncated message
13775
13776 2001-07-02 [christoph]
13777
13778         * src/mbox_folder.c
13779         * src/procmsg.[ch]
13780         * src/summaryview.c
13781                 mark threads for ignoring
13782
13783 2001-07-02 [paul]
13784
13785         0.5.0claws4
13786
13787         * sync with sylpheed 0.5.0pre4
13788                 updated gettext to 0.10.38.
13789
13790 2001-07-01 [paul]
13791
13792         * src/ mainwindow.c
13793         * src/procmsg.h
13794         * src/summaryview.[ch]
13795                 new right-click option: Label.
13796                 substitute for 'Mark-->Mark/Unmark', colours the line.
13797                 (submitted by Satoshi Nagayasu <snaga@snaga.org>)
13798
13799 2001-07-01 [christoph]
13800
13801         * src/folderview.c
13802                 fixed font for trash
13803         * src/summaryview.c
13804                 move ctree to unread message
13805
13806 2001-07-01 [paul]
13807
13808         * sync with sylpheed 0.5.0pre3 release
13809
13810 2001-06-30 [alfons]
13811
13812         * src/filesel.[ch]
13813         * src/compose.c
13814                 allow inserting / attaching multiple files in
13815                 the composer window
13816
13817 2001-06-30 [paul]
13818
13819         * src/codeconv.c
13820                 small change to Alfons' previous stuff so that it
13821                 actually makes
13822
13823 2001-06-30 [alfons]
13824
13825         * lots of files changed; first attempt to merge the changes
13826           and bugfixes submitted by Andre Eibel (ae@baltic-online.de).
13827
13828 2001-06-30 [paul]
13829
13830         * po/pt_BR.po
13831                 updated and completed, translations by Fabio
13832                 Junior Beneditto <fjbeneditto@yahoo.com.br>
13833
13834 2001-06-29 [alfons]
13835
13836         * src/compose.c
13837         * src/mimeproc.[ch]
13838                 allow selecting an attached files' mime type from a 
13839                 list of types.
13840
13841 2001-06-29 [paul]
13842
13843         * more sync with sylpheed 0.5.0pre3
13844
13845 2001-06-29 [paul]
13846
13847         * po/pt_BR.po
13848                 merge with sylpheed.pot and pt_BR.po provided by
13849                 Fabio Junior Beneditto.
13850
13851 2001-06-29 [darko]
13852
13853         * src/procmime.c
13854                 make MIME types case insensitive
13855
13856 2001-06-28 [alfons]
13857
13858         * po/nl.po
13859                 merge with sylpheed.pot and old nl.po; translations added.
13860
13861 2001-06-28 [paul]
13862
13863         * more sync with sylpheed 0.5.0pre3
13864
13865 2001-06-27 [alfons]
13866
13867         * src/summaryview.c
13868                 don't crash when removing parent node of messages
13869                 attracted by subject. this was caused by not deleting
13870                 the parent node from the subject line hash table.
13871
13872 2001-06-27 [alfons]
13873
13874         * src/summaryview.c
13875         * src/compose.[ch]
13876         * src/mainwindow.c
13877                 if there are multiple messages selected, allow forwarding
13878                 them as attachments.
13879
13880 2001-06-27 [paul]
13881
13882         * more sync with sylpheed 0.5.0pre3
13883
13884 2001-06-26 [paul]
13885
13886         0.5.0claws3
13887
13888         * sync with sylpheed 0.5.0pre3
13889
13890 2001-06-25 [paul]
13891
13892         * src/mainwindow.c
13893                 fixed 'compose news article' bug
13894                 from icon-and-text toolbar
13895
13896 2001-06-25 [paul]
13897
13898         * sync with sylpheed 0.5.0pre2 release
13899
13900 2001-06-24 [christoph]
13901
13902         * src/prefs_common.c
13903                 bug fix in font selection
13904         * src/folderview.c
13905                 use sylpheed's normal font instead of
13906                 gtk default font for folders without
13907                 new messages
13908
13909 2001-06-24 [alfons]
13910
13911         * src/mainwindow.[ch]
13912                 added composite compose mail / news button (an idea by Leandro
13913                 Pereira <leandro@linuxmag.com.br>)
13914
13915 2001-06-24 [paul]
13916
13917         Added instructions for ldif-to-xml.py
13918
13919         * tools/README
13920
13921 2001-06-23 [alfons]
13922
13923         Some minor things.
13924
13925         * src/pixmaps/stock_news_compose.xpm
13926                 added pixmap by Leandro
13927         * src/prefs_common.c
13928                 tested built-in spelling checker of GCC 3.0 :)
13929         * po/nl.po
13930                 merged dutch translation of sylpheed-main with
13931                 sylpheed.pot
13932
13933 2001-06-23 [paul]
13934
13935         Added tools directory and files.
13936
13937         * tools/filter_conv.pl
13938                 converts old filter system to new filtering system
13939         * tools/ldif-to-xml.py
13940                 converts netscape addressbook to sylpheed addressbook
13941         * tools/README
13942                 descriptions/instructions for above two files
13943
13944 2001-06-23 [christoph]
13945
13946         * src/inc.c
13947         * src/manage_window.[ch]
13948         * src/prefs_common.[ch]
13949                 mail retrieval dialog can be enabled, disabled
13950                 or hidden if non of sylpheed's windows is active
13951
13952 2001-06-22 [paul]
13953
13954         0.5.0claws2
13955
13956         * sync with sylpheed 0.5.0pre2
13957
13958 2001-06-21 [christoph]
13959
13960         * src/summaryview.c
13961                 show recipient on 'from' for all accounts
13962                 
13963         * src/inc.c
13964         * src/prefs_common.[ch]
13965                 disable error popup on mail receive errors
13966
13967 2001-06-21 [alfons]
13968
13969         * src/compose.c
13970                 made the ruler correctly appear and disappear.
13971
13972         * src/Makefile.am
13973                 removed Hoa's work-in-progress-stuff (interesting!) so 
13974                 claws compiles ok.
13975
13976 2001-06-20 [christoph]
13977
13978         * src/inc.c
13979         * src/progressdialog.c
13980                 added scrolled window for list in progressdialog
13981
13982 2001-06-20 [paul]
13983
13984         sync with sylpheed 0.5.0pre1 release
13985
13986 2001-06-20 [christoph]
13987
13988         * src/summeryview.c
13989                 make building threads by subject work when
13990                 thread view is enabled
13991                 
13992         * src/compose.c
13993         * src/prefs_common.[ch]
13994                 automatically select account for mail replys
13995
13996 2001-06-19 [sergey]
13997
13998         * src/compose.c (compose_create): keep Bcc and Reply-To visible if
13999         they are filled in from the account settings.
14000
14001 2001-06-19 [paul]
14002
14003         * more sync with sylpheed 0.5.0pre1
14004
14005 2001-06-18 [alfons]
14006
14007         * src/Makefile.am,
14008           src/procmime.c
14009                 added --sysconfdir to CPPFLAGS for pointing to the correct
14010                 location of mime.types. 
14011
14012                 NOTE: make sure you use --sysconfdir when running ./autogen.sh
14013                 or ./configure!
14014
14015 2001-06-18 [hoa]
14016
14017         * src/summaryview.c
14018                 fixed some bug when building threads
14019
14020 2001-06-18 [pau]l
14021
14022         * src/prefs_account.c
14023                 UI stuff: More changes to the English
14024
14025 2001-06-18 [paul]
14026
14027         * src/pixmaps/stock_news_compose.xpm: new file
14028         * src/Makefile.am
14029         * src/mainwindow.c
14030         * src/summaryview.c
14031                 Added new icon for Hoa's 'compose a news
14032                 message', plus minor improvements to the
14033                 English
14034
14035         * po/ja.po
14036         * ChangeLog
14037         * ChangeLog.jp
14038                 more sync with sylpheed 0.5.0pre1
14039
14040 2001-06-18 [hoa]
14041
14042         * src/compose.[ch]
14043         * src/mainwindow.c
14044                 Follow-up and reply to
14045
14046         * src/summaryview.[ch]
14047                 Build threads also with subjects
14048
14049 2001-06-17 [hoa]
14050
14051         * src/compose.c
14052                 forwarding use the current account.
14053
14054         * src/mainwindow.c
14055                 the "compose message" button has been replaced with
14056                 "new mail" and "new news" buttons
14057
14058         * src/prefs_common.[ch]
14059                 added a configuration option to use the forward button
14060                 as "forward as attachment"
14061                 changed reply and forward format description
14062
14063         * src/quote_fmt_lex.l
14064         * src/quote_fmt_parse.y
14065                 added message with no signature in format for reply
14066                 and forward.
14067
14068 2001-06-17 [paul]
14069
14070         Minor UI stuff
14071
14072         * src/mainwindow.c
14073         * src/summaryview.c
14074                 Improvements to the English
14075
14076         * src/prefs_common.c
14077                 Improvements to the English and some
14078                 clarity/continuity improvements in the
14079                 description of Quote symbols.
14080
14081 2001-06-17 [paul]
14082
14083         0.5.0claws1
14084
14085         * sync with sylpheed 0.5.0pre1
14086
14087 2001-06-17 [hoa]
14088
14089         * src/compose.c
14090                 Better interface for compose, displayed fields
14091                 are updated whenever we change account.
14092                 Newsgroups field is automatically filled.
14093
14094         * src/mainwindow.c
14095                 Newsgroups field is automatically filled.
14096
14097         * src/prefs_account.c
14098                 Some interface stuff when fields appear and
14099                 disappear.
14100
14101 2001-06-16 [paul]
14102
14103         0.4.99claws
14104
14105         * sync with sylpheed 0.4.99
14106
14107 2001-06-16 [sergey]
14108
14109         * src/base64.c, src/base64.h (Base64Decoder, base64_decoder_new,
14110         base64_decoder_free, base64_decoder_decode): new object and
14111         functions for decoding base64 streams.
14112         * src/procmime.c (procmime_decode_content): modified to use the
14113         new base64 decoder.
14114
14115 2001-06-15 [paul]
14116
14117         0.4.99claws10
14118
14119         * sync with sylpheed 0.4.99cvs11
14120
14121 2001-06-13 [paul]
14122
14123         0.4.99claws9
14124
14125         * sync with sylpheed 0.4.99cvs9
14126
14127 2001-06-13 [hoa]
14128
14129         * src/compose.c
14130         * src/prefs_account.c
14131
14132                 SMTP server can be defined in the news account
14133                 mime type of attachment are kept.
14134
14135         * src/summaryview.c
14136
14137                 now choose the highest important score between default
14138                 and important score of folder.
14139
14140 2001-06-09 [alfons]
14141         
14142         * src/prefs_common.c: 
14143
14144                 (prefs_quote_description_create): corrected description of 
14145                 quote format characters
14146
14147 2001-06-09 [paul]
14148
14149         0.4.99claws8
14150
14151         * sync with sylpheed 0.4.99cvs8
14152
14153 2001-06-08 [sergey]
14154
14155         * src/Makefile.am: fix for "make dist": added quote_fmt_parse.h
14156         and pixmaps/stock_mail_reply_to_author.xpm to EXTRA_DIST.
14157
14158 2001-06-08 [paul]
14159
14160         0.4.99claws7
14161
14162         * sync with sylpheed 0.4.99cvs7
14163
14164 2001-06-06 [sergey]
14165
14166         * src/quote_fmt.h: renamed from src/quote_fmt_parse.h (which
14167         clashes with autogenerated header).
14168         * src/compose.c, src/quote_fmt_parse.y: #include "quote_fmt.h"
14169         * src/Makefile.am: added quote_fmt.h.
14170         * src/.cvsignore: added lex/yacc autogenerated files
14171         (quote_fmt_lex.c, quote_fmt_parse.c, quote_fmt_parse.h).
14172
14173 2001-06-06 [paul]
14174
14175         0.4.99claws6
14176
14177         * sync with sylpheed 0.4.99cvs6
14178
14179 2001-06-06 [hoa]
14180
14181         * added src/quote_fmt_parse.h
14182         * src/compose.c
14183                 removed warnings
14184
14185         * src/prefs.[ch]
14186                 don't modify readonly configuration files
14187
14188         * src/prefs_account.c
14189         * src/prefs_common.c
14190         * src/prefs_customheader.c
14191         * src/prefs_display_header.c
14192         * src/prefs_filter.c
14193         * src/prefs_filtering.c
14194         * src/prefs_scoring.c
14195                 don't open dialog box when configuration files
14196                 are readonly
14197
14198 2001-06-05 [sergey]
14199
14200         * configure.in: added AM_PROG_LEX and AC_PROG_YACC.
14201
14202         * src/Makefile.am: replaced quote_fmt.tab.[ch] by
14203         quote_fmt_lex.[lh], quote_fmt_parse.y; added YFLAGS=-d; added
14204         BUILT_SOURCES to make all files rebuild properly.
14205
14206         * src/compose.c: removed #include "quote_fmt.tab.h".
14207
14208         * src/quote_fmt_lex.l: renamed from quote_fmt.l; changed to return
14209         CHARACTER value in yylval.
14210
14211         * src/quote_fmt_parse.y: renamed from quote_fmt.y; changed to
14212         receive CHARACTER value by documented means (yylval).
14213
14214         * src/lex.quote_fmt.c, src/quote_fmt.{l,y,tab.{c,h}}: removed.
14215
14216 2001-06-05 [hoa]
14217
14218         * src/Makefile.am
14219                 changed quote_fmt.[ch] into quote_fmt.tab.[ch]
14220
14221         * src/filtering.c
14222         * src/matcher.c
14223         * src/matcher.h
14224         * src/prefs_filtering.c
14225                 now keep the configuration for execute action
14226
14227         * src/mbox_folder.c
14228                 fixed a warning
14229
14230 2001-06-05 [paul]
14231
14232         * sync with sylpheed 0.4.99cvs5
14233
14234 2001-06-05 [hoa]
14235
14236         * src/Makefile.am
14237                 added quote_fmt.[ch]
14238
14239         * added src/quote_fmt.y
14240         * added src/quote_fmt.l
14241         * added src/quote_fmt.tab.h
14242         * added src/quote_fmt.tab.c
14243         * added src/lex.quote_fmt.c
14244                 parsing configuration for replying
14245                 and forwarding
14246
14247         * src/prefs_common.[ch]
14248                 added configuration UI for replying
14249                 and forwarding
14250
14251         * src/compose.c
14252                 using configuration for replying
14253                 and forwarding
14254
14255 2001-06-04 [hoa]
14256
14257         * src/filtering.c
14258         * src/matcher.c
14259         * src/matcher.h
14260         * src/prefs_filtering.c
14261         * src/prefs_matcher.c
14262         * src/prefs_matcher.h
14263                 action "run a command" for filtering
14264                 and matching with a command.
14265                 fixed the "whole message" matching
14266
14267         * src/mbox_folder.c
14268                 changed temporary filename for security
14269
14270         * src/messageview.c
14271                 queue the notification if it fails to send.
14272
14273         * src/prefs_common.c
14274         * src/prefs_folder_item.c
14275                 changed the default important score             
14276
14277         * src/prefs_scoring.c
14278         * src/scoring.c
14279                 hide kill score input when the folder is not
14280                 a newsgroup
14281
14282 2001-06-03 [alfons]
14283
14284         * src/prefs_common.c:
14285
14286                 (prefs_font_select): pass font name in font entry box to font
14287                 selection dialog.
14288
14289 2001-06-03 [sergey]
14290
14291         * src/smtp.c (smtp_ok): fixed sock_gets() error handling.
14292
14293 2001-06-03 [paul]
14294
14295         * sync with sylpheed 0.4.99cvs4
14296
14297 2001-06-03 [alfons]
14298
14299         * src/headerwindow.c:
14300
14301                 (headerwindow_show_cb): use the selected summary view item, not
14302                 the displayed item.
14303
14304 2001-06-02 [alfons]
14305
14306         * src/headerwindow.c:
14307
14308                 (headerwindow_show_cb): always try to show msginfo
14309
14310 2001-06-02 [hoa]
14311
14312         * src/compose.c
14313                 keep attached parts when reediting or forwarding.
14314
14315 2001-06-01 [hoa]
14316
14317         * src/folderview.c
14318         * src/prefs_folder_item.[ch]
14319         * src/prefs_scoring.[ch]
14320         * src/scoring.[ch]
14321         * src/summaryview.[ch]
14322         * src/main.c
14323         * src/mainwindow.c
14324         * src/prefs_common.[ch]
14325                 support for folder scoring
14326                 kill score and important score for messages
14327         
14328         * src/prefs_account.c
14329                 some display bug fixed for local account
14330                 preferences
14331
14332 2001-05-31 [alfons]
14333
14334         * src/summaryview.c:
14335
14336                 (add_sender_to_cb): don't crash when no or invalid sender; the add 
14337                 sender to address book menu item is disabled.
14338
14339 2001-05-30 [hoa]
14340
14341         * src/filtering.[ch]
14342         * src/summaryview.c
14343                 handling summary menu / filter messages
14344
14345         * src/folder.[ch]
14346                 add some stuff
14347
14348         * src/foldersel.c
14349                 imap folders now appears in list
14350
14351         * src/mbox_folder.c
14352                 doesn't crash if destination mail is not writeable
14353
14354 2001-05-29 [hoa]
14355
14356         * src/compose.c
14357                 removed some warnings
14358
14359         * src/filtering.c
14360         * src/folder.[ch]
14361         * src/prefs_filtering.c
14362                 global string to identify any folders           
14363                 removed some debug info
14364                 filtering to mbox folders is now possible
14365
14366         * src/mainwindow.c
14367                 removed some warnings
14368
14369         * src/mbox_folder.c
14370                 permission on files are changed to read/write for user only,
14371                 nothing for other.
14372                 creation of subfolder is handled better.
14373
14374 2001-05-28 [alfons]
14375
14376         Verified the sync for src/prefs_common.[ch] and
14377         src/prefs_account.[ch]. I believe there were some
14378         minor indentation differences.
14379
14380 2001-05-28 [paul]
14381
14382         0.4.99claws3
14383
14384         * sync with 0.4.99cvs3
14385
14386 2001-05-28 [hoa]
14387
14388         * src/compose.c
14389                 handling flags for mbox format
14390
14391         * src/filtering.c
14392                 use of mark file only for MH format
14393                 handling flags for mbox format
14394                 filtering cannot yet move or copy mails to mbox folders.
14395
14396         * src/folder.[ch]
14397                 changed move_msg, copy_msg,
14398                 move_msgs_with_dest, copy_msgs_with_dest functions
14399                 uses only folder->copy_msg() function
14400                 uses folder->finished_copy() to handle the destination
14401                 folder at the end of the copy or move operation.
14402
14403         * src/foldersel.c
14404                 included mbox directories.
14405
14406         * src/folderview.[ch]
14407         * src/mainwindow.c
14408                 handle folders operation for mbox format
14409
14410         * src/mbox.c
14411                 disable conversion of "From " header
14412
14413         * src/mbox_folder.[ch]
14414                 completion of mbox format handling
14415
14416         * src/mh.c
14417                 changed mh_copy_msg() function and
14418                 removed mh_move_msg(), mh_move_msgs_with_dest(),
14419                 mh_copy_msgs_with_dest()
14420
14421         * src/prefs_filtering.c
14422                 removed some warnings
14423
14424         * src/prefs_matcher.c
14425                 default boolean operation is AND
14426
14427         * src/procheader.c
14428                 handling flags for mbox format
14429                 handling of "From " header
14430
14431         * src/procmsg.[ch]
14432                 removed data field
14433                 added MSG_REALLY_DELETED flags to handle deletion of
14434                 messages in mbox format.
14435
14436         * src/summaryview.c
14437                 handling flags for mbox format
14438                 disable the MSG_DELETED flags when messages
14439                 are deleted in mbox format
14440
14441         * src/textview.c
14442                 "From " headers display fixed.
14443
14444 2001-05-27 [alfons]
14445
14446         * src/textview.c:
14447                 
14448                 (get_email_part): skip quoted email addresses, like in e.g.
14449                 "'alfons@proteus.demon.nl'".
14450
14451 2001-05-26 [alfons]
14452
14453         Minor GUI fixes adding horizontal scrollbars to Hoa's matcher dialogs,
14454         and fixing the persistence troubles when using separate windows.
14455
14456         * src/mainwindow.c:
14457         
14458             Added #define SEPARATE_ACTION used in the gtk item factory for 
14459             the SEPARATE_FOLDER and SEPARATE_MESSAGE items, so we can
14460                 use gtk_item_factory_get_widget_by_action() to get the items.
14461                 
14462             Removed separate_widget_cb from the gtk item factory data   
14463           
14464             (mainwindow_create): connect separate_widget_cb() to check
14465             menu item "toggled" signal. also passing a MainWindow pointer
14466                 as object data for both check menu items.
14467                 
14468             (separate_widget_cb): definition of separate_widget_cb() to match
14469             GtkCheckMenuItem's "toggled" signal. Now get the pointer to the main 
14470                 window using gtk_object_get_data(). The type of window separation 
14471                 (SEPARATE_MESSAGE or SEPARATE_FOLDER) is passed as the signal's data
14472         
14473         * src/prefs_filtering.c,
14474           src/prefs_matcher.c: added horizontal scrollbars
14475
14476 2001-05-25 [darko]
14477
14478         * src/headerview.c
14479                 fix segfault with invalid bold font
14480         * src/summaryview.c
14481                 correctly display summary stats after row is marked
14482
14483 2001-05-23 [sergey]
14484
14485         * src/codeconv.c (conv_get_code_conv_func): fix for ISO-8859-*
14486         encodings with libjconv.
14487
14488 2001-05-23 [hoa]
14489
14490         * src/Makefile.am
14491                 added mbox_folder.[ch]
14492         * src/defs.h
14493                 mbox temporary folder
14494         * src/folder.[ch]
14495         * added src/mbox_folder.[ch]
14496         * src/folderview.c
14497         * src/procheader.[ch]
14498                 added mbox support
14499         * src/mbox.c
14500                 bugfix for file incorporation filtering
14501         * src/imap.c
14502                 enable creation of MBOX
14503         * src/prefs_display_header.c
14504                 enable use of headers like "From "
14505                 something that should be fixed :
14506                         displaying of such headers add an extra space
14507         * src/prefs_folder_item.c
14508                 don't create folders because it is not necessary
14509         * src/procmsg.h
14510                 added data field to MsgInfo for mbox internal use
14511         * src/summaryview.c
14512                 added some support for mbox
14513         * src/utils.[ch]
14514                 added get_mbox_cache_dir() function
14515
14516 2001-05-23 [hiroyuki]
14517
14518         * src/headerwindow.c
14519           src/inc.c
14520           src/main.c
14521           src/mh.c
14522           src/nntp.c
14523           src/procmsg.h
14524           src/session.h
14525           src/socket.[ch]
14526           src/summaryview.c
14527           src/textview.c
14528           src/automaton.c
14529           src/folderview.c: more sync with 0.4.99cvs2.
14530
14531         * src/headerwindow.c: reverted.
14532
14533 2001-05-22 [paul]
14534
14535         0.4.99claws2
14536
14537         * sync with sylpheed 0.4.99cvs2
14538                 * src/news.[ch]
14539                 * src/nntp.[ch]
14540                 * INSTALL
14541                 * INSTALL.jp
14542
14543 2001-05-22 [alfons]
14544
14545         * src/summaryview.c: bugfixed a premature assignment in  summaryview_add_sender_to_cb()
14546
14547 2001-05-21 [alfons]
14548
14549         Minor things:
14550
14551         * configure.in: if gnome-config not found, "no" is displayed
14552         
14553         * sylpheed.desktop: "Hello World" is replaced with "Sylpheed Mail"
14554
14555         * src/textview.c: now also possible to add mail addresses by right
14556           clicking in the text view
14557
14558         * src/codeconv.c: merged patch which fixes endless loop when encountering
14559           invalid wide characters; from Alte <010@imis.ru>  
14560
14561 2001-05-20 [alfons]
14562
14563         Added installation of gnome specific things:
14564
14565         * Makefile.am: gnome conditional
14566
14567         * configure.in: check for installed gnome
14568
14569         * added sylpheed.png, sylpheed.desktop
14570
14571 2001-05-20 [sergey]
14572
14573         * src/pixmaps/stock_mail_reply_to_author.xpm: new file.
14574
14575         * src/mainwindow.h (main_window_toolbar_create): created a button
14576         for "Reply to all".
14577         (main_window_set_toolbar_sensitive): enable/disable the new button
14578         appropriately.
14579         (toolbar_reply_to_author_cb): handle the new button.
14580
14581         * src/send.c (SEND_EXIT_IF_ERROR, SEND_EXIT_IF_NOTOK): call
14582         send_progress_dialog_destroy() on failure (fixes hang on SMTP
14583         failure).
14584
14585 2001-05-19 [sergey]
14586
14587         * src/compose.h (ComposeReplyMode): new modes
14588         COMPOSE_REPLY_TO_AUTHOR, COMPOSE_REPLY_TO_AUTHOR_WITH_QUOTE,
14589         COMPOSE_REPLY_TO_AUTHOR_WITHOUT_QUOTE.
14590
14591         * src/compose.c
14592         (compose_send): move some code into a new function:
14593         (compose_current_mail_account): new function.
14594         (compose_reply): new argument to_author, all callers changed; if
14595         to_author==TRUE and account->protocol==A_NNTP, find and use an
14596         appropriate mail account for replying.
14597         (compose_reply_set_entry): new argument to_author; ignore
14598         compose->replyto if to_author==TRUE.
14599
14600         * src/mainwindow.c: new command "Message/Reply to author".
14601         (main_window_set_menu_sensitive): enable/disable it.
14602         (reply_cb): handle it.
14603
14604         * src/summaryview.c: new command "Reply to author".
14605         (summary_set_menu_sensitive): enable/disable it.
14606         (summary_reply_cb): handle it.
14607
14608         * src/account.c (account_find_mail_from_address): new function.
14609
14610 2001-05-18 [paul]
14611
14612         0.4.99claws1
14613
14614         * sync with sylpheed 0.4.99cvs1
14615
14616 2001-05-18 [hoa]
14617
14618         * src/compose.[ch]
14619         * src/filtering.c
14620         * src/summaryview.c
14621                 new filtering action : forward and forward as attachment
14622
14623         * src/main.c
14624                 no need for $DISPLAY when we run sylpheed --help
14625                 call to parse_cmd_opt() is moved
14626
14627         * src/mainwindow.[ch]
14628                 execute button is hidden when immediate execute
14629                 is chosen
14630
14631         * src/mh.c
14632         * src/news.c
14633         * src/prefs_folder_item.c
14634         * src/procmsg.c
14635                 better handling of missing directories
14636
14637         * src/summaryview.c
14638                 reedit is enabled in outbox
14639                 reedit is enabled in queue
14640
14641 2001-05-17 [hoa]
14642
14643         * src/filtering.c
14644         * src/matcher.[ch]
14645         * src/prefs_filtering.c
14646                 changed attachement into attachment
14647
14648 2001-05-17 [alfons]
14649
14650         0.4.67claws4    
14651
14652         * sync with sylpheed 0.4.67cvs9
14653         * sync with sylpheed 0.4.67cvs7-8
14654
14655 2001-05-17 [hoa]
14656
14657         * src/Makefile.am
14658                 added prefs_filtering.c
14659
14660         * src/filtering.[ch]
14661         * src/matcher.[ch]
14662                 removed action : forward_news and forward_news_as_attachement
14663                 (forward and forward_as_attachement can be used instead)
14664
14665         * src/mainwindow.c
14666                 added menu option to access filtering configuration
14667
14668         * src/prefs_account.c
14669                 changed mail_command default to /usr/sbin/sendmail
14670
14671         * added src/prefs_filtering.[ch]
14672                 dialog box for filtering configuration
14673
14674         * src/prefs_matcher.c
14675                 added function prefs_matcher_get_criteria_from_matching()
14676
14677         * src/prefs_scoring.c
14678                 reset the dialog when register or substitute is clicked
14679
14680 2001-05-15 [hoa]
14681
14682         * src/Makefile.am
14683                 added filtering.[ch]
14684         * src/inc.c
14685                 using filering.[ch] instead of filter.[ch]
14686         * src/main.c
14687                 reading new filtering configuration
14688         * src/matcher.[ch]
14689                 added some filtering actions
14690                 and fixed a bug for headers and mail body matching
14691         * src/mbox.c
14692                 using filering.[ch] instead of filter.[ch]
14693         * src/mh.c
14694                 handling invalid MsgInfo in mh_copy_msg() and mh_move_msg()
14695         * src/summaryview.c
14696                 some fixes for filtering
14697
14698 2001-05-14 [hiroyuki]
14699
14700         * src/send.c: fixed some weird indentations.
14701           send_message_with_command(): call pclose() only if p != NULL.
14702         * src/textview.c: get_email_part(): modified the code for readability.
14703
14704 2001-05-14 [hiroyuki]
14705
14706         * src/md5global.h
14707           src/md5ify.c
14708           src/md5ify.h: removed from the cvs.
14709
14710 2001-05-13 [sergey]
14711
14712         * src/main.c: include rfc2015.h to avoid compiler warnings.
14713         * src/alertpanel.c (alertpanel_message_with_disable): return 0 if
14714         the panel is already on screen.
14715         * src/prefs_customheader.c (prefs_custom_header_delete_cb): treat
14716         closing the alert window by ESC as "No".
14717         * src/prefs_common.c (prefs_interface_create): moved return
14718         receipt check button to the correct place.
14719
14720 2001-03-13 [alfons]
14721
14722         * src/prefs_common.c: 
14723                 moved return receipt check button to the Send tab. (prefs_send_create)
14724                 removed the date format ui related globals. (prefs_display_create)
14725
14726         0.4.67claws3
14727         
14728         * sync with sylpheed 0.4.67cvs5-6
14729
14730 2001-05-13 [paul]
14731
14732         * added Alfons' font selection patch
14733
14734         * src/defs.h
14735         * src/headerwindow.c
14736         * src/prefs_common.c
14737         * src/prefs_common.h
14738
14739 2001-05-13 [hoa]
14740         * src/defs.h
14741                 changed version of cache
14742         * src/matcher.[ch]
14743         * src/prefs_matcher.c
14744                 added additionnal matching criteria
14745         * src/procheader.c
14746         * src/procmsg.[ch]
14747         * src/news.c
14748                 added references in MsgInfo
14749
14750 2001-05-12 [hoa]
14751
14752         * src/defs.h
14753                 prepared some things for new filtering
14754         * src/matcher.[ch]
14755                 added some matching properties
14756                 inreplyto need to be enhanced
14757                 prepared some things for new filtering
14758         * src/messageview.c
14759                 added Return-Receipt-To handling
14760         * src/prefs_folder_item.c
14761                 changed default value to TRUE
14762         * src/prefs_matcher.c
14763                 added some matching properties
14764         * src/prefs_scoring.[ch]
14765                 the scoring dialog is finished
14766         * src/procheader.c
14767                 added Return-Receipt-To handling
14768                 Reference need to be added
14769         * src/procmsg.[ch]
14770                 added Return-Receipt-To handling
14771                 added threadscore to get a better score sorting when
14772                 threads are enabled
14773         * src/summaryview.c
14774                 suppressed a bug when we sort the list
14775                 when no folder is opened.
14776                 better score sorting when threads are enabled
14777
14778 2001-05-12 [alfons]
14779
14780         * reverted previous patch because of potential errors 
14781
14782         0.4.67claws2
14783         
14784         * src/inc.c, src/prefs_common.c, src/prefs_common.h: 
14785                 applied "toggle mail-retrieval dialog window" patch submitted 
14786                 by Eric Limpens <eric@qnt.net>
14787
14788         * sync with sylpheed 0.4.67cvs4
14789
14790 2001-05-12 [sergey]
14791
14792         * src/matcher.c, src/scoring.c: changed "#ifdef 0" to "#if 0" for
14793         some picky compilers.
14794         * src/rfc2015.h: provide prototype for rfc2015_disable_all().
14795         * src/grouplist_dialog.c: include alertpanel.h.
14796         * src/prefs_headers.c (prefs_headers_deleted): added GTK_BUTTON to
14797         fix compile warning.
14798         * src/scoring.c, src/prefs_folder_item.c, src/matcher.c: brought
14799         #include "defs.h" before others to prevent the warning of `MIN'
14800         and `MAX' redefinition.
14801
14802 2001-05-11 [hoa]
14803
14804         * src/main.c
14805         * src/messageview.c
14806         * src/prefs_account.c
14807         * src/prefs_display_header.c
14808                 removed warning
14809         * src/Makefile.am
14810                 added prefs_scoring.[ch]
14811         * src/grouplist_dialog.c
14812                 display an error dialog box if the group list
14813                 cannot be fetched.
14814         * src/mainwindow.[ch]
14815                 added main_window_set_thread_option() function
14816                 scoring dialog box enabled
14817         * src/matcher.[ch]
14818                 added flags matching unread /new / marked
14819                 / deleted / replied / forwarded
14820         * src/news.c
14821                 newsgroups are now finally in newscache
14822         * src/prefs_matcher.[ch]
14823                 finished preferences for matching dialog
14824         * added src/prefs_scoring.[ch]
14825                 scoring dialog box completed
14826         * src/scoring.[ch]
14827                 conversion to string : added scoringprop_to_string()
14828                 write config for preferences :
14829                 added prefs_scoring_write_config()
14830         * src/summaryview.c
14831                 threads can be enabled/disabled independently
14832                 for each folder
14833
14834 2001-05-10 [alfons]
14835
14836         0.4.67claws1
14837         
14838         * AUTHORS: 
14839                 thought it would be nice to have a list of all
14840                 contributors (used Changelog as a reference)
14841         
14842         * configure.in: 
14843                 messed up version numbering...
14844
14845         0.4.66claws1
14846
14847         * sync with sylpheed 0.4.67cvs1-3
14848
14849 2001-05-10 [darko]
14850
14851         * src/prefs_common.c:
14852                 better UI for strftime format, double clicking
14853                 on format now inserts the format in text entry
14854                 replaced close button with standard OK/Cancel
14855                 moved date format button to the right of the
14856                 text entry field
14857
14858 2001-05-09 [alfons]
14859
14860         * src/gtkstext.c:
14861                 Ctrl-Home / Ctrl-End have proper cursor navigation
14862
14863 2001-05-09 [hoa]
14864
14865         * src/prefs_matcher.c
14866                 finished UI to define matching properties
14867                 added ok and cancel button
14868         * src/prefs_filter.c
14869                 added ok and cancel button
14870         * src/news.c
14871                 fixed some bug in xhdr parsing
14872
14873 2001-05-08 [alfons]
14874
14875         * src/textview.c: 
14876                 fixed a bug in textview_show_header(), which displayed two colons (':');
14877                 cleaned up some warnings
14878
14879 2001-05-08 [hoa]
14880
14881         * src/Makefile.am
14882                 added prefs_matcher.[ch]
14883                 compilation with -W -Wall
14884         * src/alertpanel.c
14885                 ungrab the mouse events if grabbed - does it
14886                 fix the bug for disposition notification ?
14887         * src/mainwindow.c
14888                 added a menu option to open the matching dialog.
14889         * src/matcher.[ch]
14890                 added matcherprop_to_string() and matcherlist_to_string()
14891                 fixed some bugs, changed the name of some options
14892                 age_sup and age_inf becomes age_greater and age_lower,
14893                 body and messageheaders becomes body_part and headers_part,
14894                 changed the names of constants from SCORING_XXX to MATCHING_XXX
14895         * src/prefs_display_header.c
14896         * src/prefs_headers.c
14897                 fixed a bug that accidentally destroyed dialogs
14898                 when closed them with delete_event
14899                 Added *_deleted() which handle delete_event signal correctly.
14900         * src/prefs_folder_item.[ch]
14901                 added "enable_thread" field for future customization
14902         * added src/prefs_matcher.[ch]
14903                 sample of the UI to define matching properties
14904         * src/procheader.c
14905                 using procheader_headername_equal instead of str*cmp functions
14906                 using procheader_parse_header() function
14907         * src/scoring.c
14908                 using MATCHING_XXX instead of SCORING_XXX
14909         * src/summaryview.c
14910                 display the sender of the news even if this is ourself
14911                 when this is a news message.
14912         * src/textview.c
14913                 using headername_equal() instead of str*cmp functions
14914
14915 2001-05-08 [alfons]
14916
14917         0.4.66claws
14918
14919         * sync with sylpheed 0.4.66
14920         * src/gtkstext.c: trace logs added 
14921
14922 2001-05-08 [sergey]
14923
14924         * src/prefs_common.[ch]: added option to enable/disable GnuPG
14925         signature check popup.
14926         * src/rfc2015.c (check_signature): show signature check popup only
14927         if it is enabled in preferences.
14928
14929 2001-05-07 [alfons]
14930
14931         0.4.66claws4
14932         
14933         * sync with sylpheed 0.4.66cvs6
14934
14935 2001-05-07 [darko]
14936
14937         * src/prefs_common.[ch]: added option to enable/disable
14938           looking up sender name in address book for summary pane
14939         * src/summaryview.c: look up sender in the address book
14940           by using Alfons' address completion code
14941
14942 2001-05-07 [hiroyuki]
14943
14944         * src/inc.h
14945           src/pop.c: pop3_retr_recv(): removed cur_msg_bytes from the
14946           member of Pop3State.
14947         * src/news.c: brought #include "defs.h" before #include <glib.h>
14948           to prevent the warning of `MIN' and `MAX' redefinition.
14949
14950 2001-05-06 [hoa]
14951
14952         * removed src/headers_display.[ch]
14953         * removed src/prefs_display_headers.[ch]
14954         * src/inc.c
14955                 use a temporary file in the user directory for mbox import
14956         * src/news.c
14957                 added XHDR support to get "To" and "Cc" headers
14958                 (in order to match news with to or cc field for
14959                 scoring)
14960                 added function news_parse_xhdr() to get XHDR response
14961         * src/nntp.[ch]
14962                 added function nntp_xhdr()
14963         * src/matcher.c
14964                 fetch the message if necessary
14965
14966 2001-05-06 [alfons]
14967
14968         0.4.66claws3
14969
14970         * sync with sylpheed 0.4.66cvs3-5
14971
14972 2001-05-06 [hoa]
14973
14974         * src/utils.[ch]
14975                 added function itos_buf() to enable use of several buffers
14976         * src/summaryview.c
14977                 use of itos_buf() instead of itos() in summary list
14978                 to fix the broken display of message number.
14979
14980 2001-05-06 [alfons]
14981
14982         * src/gtkstext.c: bug in cursor up navigation fixed,
14983                 fixed another unsigned / signed comparison (we're getting there :-)
14984
14985 2001-05-06 [hoa]
14986
14987         * src/Makefile.am
14988                 added scoring.c scoring.h
14989                 prefs_folder_item.c prefs_folder_item.h
14990                 matcher.c matcher.h
14991         * src/defs.h
14992                 added FOLDERITEM_RC SCORING_RC
14993         * src/folder.[ch]
14994                 added prefs field in FolderItem :
14995                 properties for each folder (PrefsFolderItem),
14996                 sorting type and mode were added as the first properties.
14997         * src/main.c
14998                 read config for scoring
14999         * added src/matcher.[ch]
15000                 gives functions to parse configuration file to do
15001                 matching on mails with a list of conditions.
15002         * src/mainwindow.c
15003                 add option to sort by score
15004         * src/prefs_common.[ch]
15005                 added preference option to show score and for
15006                 the score column size
15007         * added src/prefs_folder_item.[ch]
15008                 properties for each folder (PrefsFolderItem),
15009                 sorting type and mode were added as the first properties.
15010         * src/procheader.[ch]
15011                 added procheader_parse_header()
15012                 added procheader_header_free()
15013                 added procheader_headername_equal()
15014                 and made modification to use them.
15015         * src/procmsg.[ch]
15016                 added score field to MsgInfo structure
15017         * added src/scoring.[ch]
15018                 gives functions to parse configuration file to do
15019                 scoring on mails with a list of conditions.
15020         * src/summaryview.[ch]
15021                 save the sorting type and mode for the folder
15022                 added column to display the score of the mail
15023                 added function summary_score_clicked()
15024                 sorting type and mode are restored to the folder
15025                 when it is reopen
15026         * src/textview.c
15027                 use procheader_parse_header(), procheader_headername_equal()
15028                 removed memory leak in text_scan_header when freeing headers
15029         * src/filter.c
15030                 changed the function to match names of headers
15031                 using procheader_headername_equal()
15032
15033         Scoring functions are implemented, an interface is needed
15034         to configure that.
15035
15036 2001-05-04 [alfons]
15037
15038         * src/gtkstext.c: 
15039                 hopefully fixed the row up navigation bug,
15040                 removed adding back / forward lines to cache
15041
15042 2001-05-04 [sergey]
15043
15044         * src/prefs_display_headers.c: user interface changes:
15045         (prefs_display_headers_create): remove unused "Show" check button;
15046         allow reordering of headers by dragging.
15047         (prefs_display_headers_write_config): remove unused variables.
15048         (prefs_display_headers_set_dialog): do not insert "(New)" at top
15049         of lists (not needed with the new UI).
15050         (prefs_display_headers_set_list): scan lists starting from row 0,
15051         not 1 (do not skip "(New)").
15052         (prefs_display_headers_find_header): new function.
15053         (prefs_display_headers_clist_set_row): do not allow duplicates.
15054         (prefs_display_headers_delete_cb): do not skip row 0; treat
15055         closing the alert window by ESC as "No".
15056         (prefs_display_headers_up): do not protect row 0.
15057         (prefs_display_headers_down): do not protect row 0.
15058
15059 2001-05-04 [sergey]
15060
15061         * src/mainwindow.c (next_marked_cb, prev_marked_cb): new
15062         functions.
15063
15064         * src/summaryview.c
15065         (summary_find_next_marked_msg, summary_find_prev_marked_msg,
15066         summary_select_next_marked, summary_select_prev_marked): new
15067         functions.
15068
15069 2001-05-03 [sergey]
15070
15071         * src/news.c: fixed a bug when no article can be fetched after
15072         server timeout if the connection was restored by news_post():
15073         (news_select_group): new function.
15074         (news_fetch_msg): call news_select_group() before fetching
15075         article.
15076         (news_get_uncached_articles): set session->group after successful
15077         GROUP command.
15078
15079 2001-05-03 [hoa]
15080
15081         * src/defs.h
15082         * src/procmsg.[ch]
15083         * src/procheader.c
15084                  changed version of cache, added cc field
15085
15086         * src/prefs_display_headers.c
15087                 the interface was changed
15088
15089         * src/prefs_headers.c
15090                 added cancel button
15091
15092 2001-05-03 [alfons]
15093
15094         * completed sync of sylpheed cvs2
15095         * src/gtkstext.c: updated row up / down cursor navigation
15096         * src/textview.c: re-edited, prepared for fixing the email address
15097                 scanner.
15098
15099 2001-05-03 [darko]
15100
15101         * src/prefs_common.c: use alfons' strftime ui code
15102         entry_datefmt and datefmt_sample widgets have to be
15103         global in this module because of this change
15104
15105 2001-05-03 [hoa]
15106
15107         * src/messageview.c
15108         * src/prefs_common.[ch] added option to activate the return receipt
15109                 feature.
15110
15111 2001-05-02 [alfons]
15112
15113         * src/gtkstext.c: fix for row up/down cursor navigation. 
15114
15115         0.4.66claws2
15116         
15117         * sync with 0.4.66cvs2
15118
15119 2001-05-02 [paul]
15120
15121         added add-sender-to-addressbook patch
15122
15123         * src/addressbook.c
15124         * src/addressbook.h
15125         * src/summaryview.c
15126
15127 2001-05-02 [sergey]
15128
15129         * src/alertpanel.h (AlertValue): added G_ALERT_VALUE_MASK,
15130         G_ALERTDISABLE.
15131
15132         * src/alertpanel.c (alertpanel_create): new argument can_disable,
15133         all existing callers changed to pass FALSE; create a check button
15134         to disable the message.
15135         (alertpanel_message_with_disable): new function.
15136         (alertpanel_show): mask value with G_ALERT_VALUE_MASK.
15137         (alertpanel_button_toggled): new function.
15138         (alertpanel_button_clicked, alertpanel_close): set value using
15139         G_ALERT_VALUE_MASK.
15140
15141         * src/prefs_common.h (PrefsCommon): new field gpgme_warning.
15142
15143         * src/prefs_common.c (prefs_privacy_create): new check button
15144         checkbtn_gpgme_warning.
15145
15146         * src/main.c (main): moved preferences reading before gpgme
15147         initialization; check prefs_common.gpgme_warning before giving the
15148         GnuPG warning and set it to FALSE if the user wants to disable the
15149         warning.
15150
15151 2001-05-02 [hiroyuki]
15152
15153         * src/prefs_display_headers.c: modified the layout and some labels.
15154
15155 2001-05-02 [sergey]
15156
15157         * src/prefs_account.c (prefs_account_fix_size): new function.
15158         (prefs_account_create): call prefs_account_fix_size(); use
15159         gtk_widget_show instead of gtk_widget_show_all (fixes too large
15160         size when the window is shown for the first time).
15161         (prefs_account_basic_create): changed layout of serv_table; moved
15162         localmbox_entry above smtpserv_entry (logically it replaces
15163         POP3/IMAP server).
15164         (prefs_account_protocol_activated): set sensitivity of
15165         nntpauth_chkbtn according to the protocol (in addition to
15166         hide/show); commented out gtk_table_set_row_spacing() calls.
15167         (prefs_account_nntpauth_toggled): do nothing if nntpauth_chkbtn is
15168         not sensitive (fixes a bug with disabled username/password boxes
15169         when editing POP3 account after NNTP with authentication).
15170
15171 2001-05-02 [hoa]
15172
15173         * src/account.c
15174         * src/inc.c
15175         * src/prefs_account.[ch]
15176         * src/send.c
15177                 removed local account without SMTP server
15178                 added option to use mail command instead of a connexion
15179                 to SMTP server when a local account is used
15180         * src/prefs_headers.c
15181                 fixed a bug
15182         * src/news.c
15183                 fixed a bug when connexion immediately closed
15184
15185 2001-05-01 [alfons]
15186
15187         0.4.66claws1
15188         
15189         * sync with 0.4.65
15190
15191 2001-05-01 [sergey]
15192
15193         * src/prefs_account.c (Basic, prefs_account_basic_create): new
15194         widget nntpauth_chkbtn.
15195         (prefs_account_protocol_activated): handle nntpauth_chkbtn
15196         visibility.
15197         (prefs_account_nntpauth_toggled): new function.
15198
15199         * src/news.c (news_session_new_for_folder): use NNTP
15200         authentication only if ac->use_nntp_auth is set.
15201
15202 2001-05-01 [hoa]
15203
15204         * src/Makefile.am changed headers.[ch] in customheader.[ch]
15205         * src/prefs_display_headers.c changed the UI
15206         * src/prefs_headers.c changed account_name to account_id
15207         * src/compose.c using customheader.h
15208
15209 2001-05-01 [hiroyuki]
15210
15211         * src/esmtp.c
15212           src/news.c
15213           src/nntp.c: changed sock_read() to sock_gets(), they've been left
15214           unsynched.
15215
15216 2001-05-01 [hoa]
15217
15218         * src/Makefile.am added prefs_display_headers.[ch] headers_display.[ch]
15219         * src/defs.h added HEADERS_DISPLAY_RC : name of the config file
15220                 for displaying of headers
15221         * src/grouplist_dialog.[ch] minor changes to remove warnings
15222         * src/prefs_display_headers.[ch] dialog to choose the
15223         headers to display in the mail viewer.
15224         * src/headers.h correction of #define
15225         * src/headers_display.[ch] configuration for displaying of headers.
15226         * src/main.c read config of displaying of headers
15227         * src/prefs_common.c add a button to access the config dialog
15228                 for displaying of headers
15229         * src/prefs_display_headers.[ch] dialog for configuration for
15230                 displaying of the headers.
15231         * src/prefs_headers.c cleaning of code
15232         * src/procheader.c comments added to code
15233         * src/textview.c changes to reorder the headers depending
15234                 on the config for displaying of headers
15235
15236 2001-04-30 [alfons]
15237
15238         0.4.65claws7
15239
15240         * sync with 0.4.65cvs12
15241
15242         NOTE: nntp.c and news.c in claws and cvs branch differ significantly!
15243
15244 2001-04-30 [sergey]
15245
15246         * src/nntp.h (NNTPSockInfo): new field auth_failed.
15247
15248         * src/nntp.c (nntp_mode): return NN_AUTHREQ if sock->auth_failed
15249         is set to force reconnection after authentication failure.
15250         (nntp_gen_command): set sock->auth_failed on authentication
15251         failure, or if sock->userid and sock->passwd are not set.
15252
15253         * src/news.c (news_session_new_for_folder): set userid=NULL if
15254         password dialog is cancelled.
15255
15256 2001-04-30 [sergey]
15257
15258         * src/nntp.h (NNTPSockInfo): new type.
15259
15260         * src/nntp.c: all functions updated to use NNTPSockInfo instead of
15261         SockInfo.
15262         (nntp_open_auth, nntp_close): new functions.
15263         (nntp_gen_command): new function to handle authentication; all
15264         NNTP command functions updated to use it.
15265         (nntp_authinfo_user, nntp_authinfo_pass): deleted.
15266         (nntp_list): removed old useless code.
15267
15268         * src/news.h (NNTPSession): new field nntp_sock.
15269
15270         * src/news.c: all functions updated to use NNTPSockInfo instead of
15271         SockInfo.
15272         (news_session_new): new arguments (userid, passwd); made static;
15273         use nntp_open_auth() if needed.
15274         (news_session_destroy): use nntp_close() instead of sock_close().
15275         (news_query_password): changed arguments.
15276         (news_session_new_for_folder): new function.
15277         (news_session_get): use news_session_new_for_folder().
15278         (news_authenticate): deleted.
15279         (news_get_uncached_articles): removed old authentication code.
15280
15281 2001-04-30 [sergey]
15282
15283         * src/news.c: reverted my previous changes (need to do NNTP
15284         authentication in a cleaner way).
15285         
15286 2001-04-29 [sergey]
15287
15288         * src/news.c (news_nntp_group, news_nntp_list, news_nntp_xover,
15289         news_nntp_post, news_nntp_mode): new functions (wrappers with
15290         authentication support).
15291         (news_get_article_cmd, news_get_article, news_get_header): new
15292         argument "folder"; all callers changed.
15293         (news_get_article_cmd): added authentication support.
15294         (news_session_get): use news_nntp_mode() instead of nntp_mode().
15295         (news_post): use news_nntp_post() instead of nntp_post().
15296         (news_get_uncached_articles): use news_nntp_group() instead of
15297         nntp_group() and news_nntp_xover() instead of nntp_xover();
15298         removed old authentication code.
15299         (news_get_group_list): use news_nntp_list() instead of nntp_list().
15300
15301         * src/nntp.c (nntp_list): return real error code instead of
15302         hardcoded NN_ERROR.
15303
15304 2001-04-29 [sergey]
15305
15306         * configure.in: fixed wint_t typedef detection again
15307
15308 2001-04-28 [hoa]
15309
15310         * src/prefs_account.[ch], added A_LOCAL_CMD
15311                 (send mail with mail command)
15312         * src/send.c added function send_message_with_command()
15313         * src/inc.c made a more secure get_spool() function with
15314                 mktemp() but maybe mkstemp() or something more
15315                 secure can be used.
15316
15317 2001-04-28 [alfons]
15318
15319         * src/textview.c, colorization of email addresses in headers
15320
15321         0.4.65claws6
15322
15323         * bug sync with sylpheed
15324         * prefs_common.c: created date format ui for darko
15325         * sync with 0.4.65cvs11
15326         * configure.in: corrected to have the new gpg checks
15327
15328 2001-04-27 [alfons]
15329
15330         * completed sync with 0.4.65cvs10
15331         * minor debug things added to gtkstext.c
15332
15333 2001-04-27 [darko]
15334
15335         * configure.in: remove check for availability of
15336           strftime() as advised by Hiroyuki
15337         * src/prefs_common.[ch], src/procheader.c:
15338           synch strftime() code with Hiroyki's main branch
15339
15340 2001-04-26 [sergey]
15341
15342         * src/news.c: news_query_password(), news_authenticate(): new
15343           functions.
15344           news_get_uncached_articles(): added NNTP authentication
15345           handling.
15346         * src/nntp.[ch]: nntp_authinfo_user(), nntp_authinfo_pass():
15347           new functions.
15348         * src/prefs_account.c: prefs_account_protocol_activated():
15349           enable userid and password fields for NNTP.
15350
15351 2001-04-26
15352
15353         * configure.in: check for availability of strftime()
15354           [darko]
15355         * src/prefs_common.[ch], src/procheader.c: use
15356           strftime() for displaying date in summary pane if it
15357           is available
15358
15359 2001-04-25
15360
15361         * more .cvsignore cleanups [alfons]
15362
15363 2001-04-25
15364
15365         * ac/sv-check-type.m4: new autoconf macro.
15366         * configure.in: fixed wint_t typedef detection (did not work
15367           with gcc-2.96).
15368
15369 2001-04-25
15370
15371         * acconfig.h: added USE_GTKGDK_XIM definition for autoheader.
15372           [hiroyuki]
15373
15374 2001-04-24
15375         * modified gtkstext.c : buggy cursor navigation fixed, 
15376           and font descent also taken in account when drawing
15377           cursor. [alfons]
15378
15379 2001-04-24 [hoa]
15380         * added comments in src/news.c src/nntp.c
15381         * added src/prefs_headers.[ch]
15382         * added src/headers.[ch]
15383         * modified compose.c to activate custom headers
15384                 added function is_in_custom_headers
15385         * modified prefs_account.[ch]
15386                 added function prefs_account_customhdr_edit
15387         * modified src/defs.h :
15388                 added HEADERS_RC : name of the config file
15389                 for the custom headers
15390
15391 2001-04-24
15392
15393     0.4.65claws5
15394
15395         * configure.in
15396           src/gtkstext.[ch]
15397           src/compose.c
15398           src/Makefile.am
15399           
15400           added gtkstext with configure.in patch by Hiroyuki which
15401           should fix the XIM detection [alfons]
15402
15403         * more clean up of cvs [alfons]
15404
15405                  * removed all Makefile.in files to attic.
15406
15407                  * updated all .cvsignores to really ignore things that could
15408                    be unintentionally committed by a recursive commit.
15409
15410 2001-04-23 [hoa]
15411         * added src/grouplist_dialog.[ch]
15412         * changed src/folderview.c to call grouplist_dialog instead
15413                 of inputdialog
15414         * src/news.c :
15415                 added functions news_reset_group_list
15416                 and news_get_group_list
15417         * src/nntp.c :
15418                 added function nntp_list
15419         * src/defs.h :
15420                 added GROUPLIST_FILE : name of the newsgroup list cache file
15421
15422 2001-04-21
15423
15424         * added option to warn about queued messages on exit [sergey]:
15425
15426           * src/compose.c: compose_queue(): call folder_item_scan()
15427             and folderview_update_item() after queueing.
15428           * src/folderview.c: folderview_update_node(): draw the queue
15429             folder in bold font if there are queued messages.
15430           * src/mainwindow.c: queued_messages(): new function.
15431             app_exit_cb(): display warning if there are queued messages
15432             if warn_queued_on_exit is set.
15433           * prefs_common.[ch]: add warn_queued_on_exit option.
15434
15435         * enhanced GnuPG key selection support [sergey]:
15436
15437           * src/select-keys.c: updated to newer version from Win32
15438             branch with support for selecting arbitrary keys.
15439           * src/prefs_account.c: added the Privacy tab to the account
15440             options window.
15441             prefs_account_privacy_create(),
15442             prefs_account_sign_key_set_data_from_radiobtn(),
15443             prefs_account_sign_key_set_radiobtn(): new functions.
15444           * src/prefs_account.h: new preferences sign_key_type, sign_key_id.
15445           * src/rfc2015.c: set_signers(): new function.
15446             pgp_sign(): add the account parameter, call set_signers().
15447             rfc2015_sign(): add the account parameter, pass it to pgp_sign().
15448           * src/rfc2015.h: rfc2015_sign(): updated prototype.
15449           * src/compose.c: pass the current account to rfc2015_sign().
15450
15451         * tag name claws added to prevent confusion with main branch [alfons]
15452
15453         * Sync with sylpheed-0.4.65cvs4 and made it compile. [sergey]
15454
15455         * autogen.sh: Added "--enable-maintainer-mode". [sergey]
15456
15457         * sync with recent sylpheed cvs. Untested though. [alfons]
15458