remove selective download
[claws.git] / ChangeLog.claws
1 2003-03-26 [oliver]     0.8.11claws54
2
3         *src/pop.h
4                 remove POP3_TOP*
5         * README.claws
6                 remove selective donwload readme
7
8 2003-03-26 [oliver]     0.8.11claws53
9         * src/matcher.[ch]
10         * src/matcher_parser_parse.y 
11         * src/pop.c 
12         * src/prefs_account.[ch]
13         * src/prefs_filtering.c
14                 remove selective donwload
15
16 2003-03-26 [oliver]     0.8.11claws52
17
18         * src/inc.[ch] 
19         * src/filtering.c 
20         * src/mainwindow.c 
21                 remove selective donwload
22
23 2003-03-26 [oliver]     0.8.11claws51
24         
25         * src/Makefile.am
26         * src/selective_download.[ch]   ** REMOVE **    
27
28 2003-03-26 [christoph]  0.8.11claws50
29
30         * src/news.c
31                 fix NEWS that got broken by a sync with sylpheed-main
32
33 2003-03-26 [christoph]  0.8.11claws49
34
35         * src/mimeview.c
36                 fix mime type guessing when no mime type is found for a file
37
38 2003-03-25 [christoph]  0.8.11claws48
39
40         * src/mimeview.c
41         * src/procmime.c
42                 remove mime type guessing from mime parser and use
43                 name based mime types in viewer lookup for mime type
44                 application/octet-stream
45
46 2003-03-25 [christoph]  0.8.11claws47
47
48         * doc-src/readme.txt
49         * doc-src/rfc2554.txt
50                 add RFC about SMTP AUTH
51
52         * src/send_message.c
53         * src/common/smtp.[ch]
54                 add extra error code for authentication errors and
55                 clear temporary password when this error occurs
56
57         (closes Bug 84 authentication failure while sending should
58          prompt for password again)
59
60 2003-03-25 [christoph]  0.8.11claws46
61
62         * configure.ac
63         * src/Makefile.am
64         * src/imageview.[ch]                            ** REMOVE **
65         * src/messageview.[ch]
66         * src/mimeview.[ch]
67         * src/prefs_common.[ch]
68         * src/textview.c
69         * src/plugins/Makefile.am
70         * src/plugins/image_viewer/.cvsignore           ** NEW **
71         * src/plugins/image_viewer/Makefile.am          ** NEW **
72         * src/plugins/image_viewer/plugin.c             ** NEW **
73         * src/plugins/image_viewer/viewer.[ch]          ** NEW **
74                 move image viewer into a plugin (building is enabled by default)
75                 [ToDo: Prefs for resize and autoview]
76
77 2003-03-25 [paul]       0.8.11claws45
78
79         * sync with 0.8.11cvs12
80                 see ChangeLog 2003-03-26
81
82 2003-03-25 [paul]       0.8.11claws44
83
84         * sync with 0.8.11cvs11
85                 see ChangeLog 2003-03-22, 2003-03-24 and 2003-03-25
86                 
87         Note: Selective Download is broken.
88                 
89 2003-03-22 [christoph]  0.8.11claws43
90
91         * src/folder.c
92                 code cleanup for flags copying
93
94 2003-03-22 [christoph]  0.8.11claws42
95
96         * src/plugins/trayicon/trayicon.c
97                 fix setting the transparent area when the window size
98                 is forced by the system tray
99
100 2003-03-22 [christoph]  0.8.11claws41
101
102         * src/plugins/trayicon/gnome-mail.xpm           ** REMOVE **
103         * src/plugins/trayicon/gnome-nomail.xpm         ** REMOVE **
104         * src/plugins/trayicon/newmail.xpm              ** NEW **
105         * src/plugins/trayicon/nomail.xpm               ** NEW **
106         * src/plugins/trayicon/trayicon.c
107         * src/plugins/trayicon/unreadmail.xpm           ** NEW **
108                 o replace GBiff icons with KBiff icons resized to 16x16 pixel
109                 o add icon for unread mails
110                 o set transparency for window
111
112 2003-03-22 [christoph]  0.8.11claws40
113
114         * src/news.c
115                 init news session to prevent crash when session is closed
116
117 2003-03-22 [christoph]  0.8.11claws39
118
119         * src/imap.c
120         * src/common/session.[ch]
121                 Init session data to make sure we don't have invalid pointers
122                 for read_ch and write_ch when new multi process sessions are
123                 not used
124
125         * src/main.c
126         * src/common/plugin.c
127         * src/common/sylpheed.c
128         * src/plugins/demo/demo.c
129         * src/plugins/dillo_viewer/dillo_viewer.c
130         * src/plugins/mathml_viewer/mathml_viewer.c
131         * src/plugins/spamassassin/spamassassin.c
132         * src/plugins/spamassassin/spamassassin_gtk.c
133                 add plugin types to allow loading plugins at different times
134                 (and maybe for different frontends), because it's not good to
135                 load GTK-Plugins gefore gtk_init was called
136
137         * configure.ac
138         * src/plugins/Makefile.am
139         * src/plugins/trayicon/.cvsignore               ** NEW **
140         * src/plugins/trayicon/Makefile.am              ** NEW **
141         * src/plugins/trayicon/eggtrayicon.c            ** NEW **
142         * src/plugins/trayicon/eggtrayicon.h            ** NEW **
143         * src/plugins/trayicon/gnome-mail.xpm           ** NEW **
144         * src/plugins/trayicon/gnome-nomail.xpm         ** NEW **
145         * src/plugins/trayicon/trayicon.c               ** NEW **
146                 New Trayicon plugin that shows an icon in a systray that uses
147                 XEMBED protocol like Gnome's systray. Icon shows if there
148                 are new mails and a tooltip shows information about new,
149                 unread and total messages.
150
151 2003-03-22 [paul]       0.8.11claws38
152
153         * src/common/smtp.c
154                 fix ESMTP AUTH CRAM-MD5
155                 [sync with main (still version 0.8.11cvs6), see
156                  ChangeLog 2003-03-22]
157
158 2003-03-21 [colin]      0.8.11claws37
159
160         * src/send_message.c
161                 Fix USE_SSL => USE_OPENSSL
162
163 2003-03-21 [colin]      0.8.11claws36
164
165         * src/folderview.c
166                 Fix counts in drag and dropped subfolders
167
168 2003-03-21 [colin]      0.8.11claws35
169
170         * src/folder.c 
171         * src/folderview.c
172                 speed up a bit folder dnd
173
174 2003-03-20 [alfons]     0.8.11claws34
175
176         * src/main.c
177         * src/toolbar.c
178         * src/procmsg.c
179                 don't send locked queue messages
180                 (feature request "[ 705245 ] Locking message in outbox 
181                  should prevent sending")
182
183 2003-03-20 [christoph]  0.8.11claws33
184
185         * src/folder.c
186                 remove NEW and UNREAD flag in special folders when scanning
187                 
188         * src/common/smtp.c
189                 fix ESMTP AUTH CRAM-MD5
190
191 2003-03-20 [paul]       0.8.11claws32
192
193         * src/prefs_account.c
194                 Re-write 'Tunnel command to open connection' as
195                 'Use command to communicate with server', and disable
196                 it for all except IMAP accounts
197
198 2003-03-20 [paul]       0.8.11claws31
199
200         * sync with 0.8.11cvs6
201                 see ChangeLog 2003-03-20
202
203 2003-03-19 [match]      0.8.11claws30
204
205         * src/addritem.[ch]
206                 include documentation. minor refactoring.
207         * src/addr_compl.[ch]
208         * src/addrindex.[ch]
209         * src/addresbook.[ch]
210         * src/summaryview.c
211                 re-enable address lookup (was disabled in
212                 0.8.11claws20).
213
214 2003-03-19 [christoph]  0.8.11claws29
215
216         * src/procmsg.c
217                 add temp flag handling, will make moving and copying
218                 messages possible again
219
220         * src/folder.c
221                 correct calulation of folder stats
222
223 2003-03-18 [match]      0.8.11claws28
224
225         * src/editgroup.h
226                 remove case sensitive comparison (closes bug 80).
227
228 2003-03-18 [christoph]  0.8.11claws27
229
230         * src/imap.c
231                 fix imap using a tunnel command
232
233         (closes bug 87)
234
235 2003-03-18 [christoph]  0.8.11claws26
236
237         * src/folder.[ch]
238         * src/imap.c
239         * src/procmsg.[ch]
240                 rewrite flag handling for folders
241
242 2003-03-18 [christoph]  0.8.11claws25
243
244         * src/folder.c
245         * src/procmsg.c
246         * src/summaryview.c
247                 unset NEW and UNREAD flags when message is ignored, to make
248                 sure messages don't show up as unread on other IMAP clients,
249                 because the IGNORE_THREAD flag can not be syncronized through
250                 the IMAP folder
251
252 2003-03-17 [christoph]  0.8.11claws24
253
254         * src/imap.c
255                 don't use recursion to fetch uids when the number of messages
256                 does not match. Moved code into subfunction that is used
257                 again when needed, to prevent an endless loop.
258
259 2003-03-17 [thorsten]   0.8.11claws23
260
261         * src/imageview.[ch]
262                 export imageview_get_resized_size() (for plugins)
263         * src/prefs_common.[ch]
264                 added prefs_common_get() (for plugins)
265
266 2003-03-17 [christoph]  0.8.11claws22
267
268         * src/imap.c
269                 o remove UID guessing from copy code
270                 o support UIDPLUS extension for APPEND command
271
272 2003-03-17 [paul]       0.8.11claws21
273
274         * src/gtk/about.c
275                 remove 'Compiled-plugins' section.
276                 
277         * src/plugins/dillo_viewer/dillo_viewer.c
278                 slight change to description text
279
280 2003-03-16 [match]      0.8.11claws20
281         * src/ldapserver.[ch]           ** NEW **
282         * src/ldapctrl.[ch]             ** NEW **
283         * src/ldapquery.[ch]            ** NEW **
284         * src/ldaputil.[ch]             ** NEW **
285         * src/addrcindex.[ch]           ** NEW **
286         * src/addrquery.h               ** NEW **
287         * src/addritem.[ch]
288         * src/addrcache.[ch]
289         * src/addrindex.[ch]
290         * src/addr_compl.[ch]
291         * src/addressbook.[ch]
292         * src/addrbook.[ch]
293         * src/editgroup.c
294         * src/editaddress.c
295         * src/editldap.c
296         * src/editldap_basedn.c
297         * src/vcard.c
298         * src/jpilot.c
299         * src/Makefile.am
300                 included dynamic LDAP queries. improved address
301                 completion.
302
303 2003-03-16 [paul]       0.8.11claws19
304
305         * tools/multiwebsearch.pl
306                 fix a fatal typo
307
308 2003-03-16 [christoph]  0.8.11claws18
309
310         * src/mimeview.c
311         * src/plugins/dillo_viewer/dillo_viewer.c
312         * src/plugins/mathml_viewer/mathml_viewer.c
313                 make unregistering of MimeViewerFactorys possible
314
315 2003-03-16 [alfons]     0.8.11claws17
316
317         * configure.ac
318                 correct typo
319
320 2003-03-16 [melvin]     0.8.11claws16
321
322         * src/plugins/dillo_viewer.c
323                 Fixed bug where it was not possible to view more than
324                 one text/html attachment per message (bug discovered
325                 by Christoph Hohmann).
326
327 2003-03-15 [melvin]     0.8.11claws15
328
329         * src/prefs_actions.c
330                 Fixed compilation warnings.
331
332 2003-03-15 [melvin]     0.8.11claws14
333
334         * src/plugins/Makefile.am
335         * src/plugins/dillo_viewer/.cvsignore                   ** NEW **
336         * src/plugins/dillo_viewer/Makefile.am                  ** NEW **
337         * src/plugins/dillo_viewer/dillo_viewer.c               ** NEW **
338                 Added a html mail viewer plugin that uses Dillo v0.7.0 or
339                 newer (http://dillo.auriga.wearlab.de/).
340
341 2003-03-15 [christoph]  0.8.11claws13
342
343         * src/imap.c
344                 don't query imap folder for attributes because we already
345                 for them from imap_status
346
347         * src/mimeview.[ch]
348                 add support for plugable MimeViewers (unloading Viewers
349                 not yet complete)
350
351         * src/plugins/Makefile.am
352         * src/plugins/mathml_viewer/.cvsignore          ** NEW **
353         * src/plugins/mathml_viewer/Makefile.am         ** NEW **
354         * src/plugins/mathml_viewer/mathml_viewer.c     ** NEW **
355                 add MathML Viewer (Content-Type text/mathml) using GtkMathView
356                 widget from http://helm.cs.unibo.it/mml-widget/
357
358 2003-03-14 [christoph]  0.8.11claws12
359
360         * src/folder.[ch]
361                 o error return code's should better be negative
362                 o replace printf with debug_print
363
364         * src/imap.c
365                 improve IMAP folder scan by checking UID-NEXT
366
367         * src/summaryview.c
368                 remove check that are unnecessary in my opinion
369
370 2003-03-13 [christoph]  0.8.11claws11
371
372         * src/folder.[ch]
373         * src/foldersel.c
374         * src/folderview.c
375         * src/imap.c
376         * src/mbox_folder.c
377         * src/mh.c
378         * src/news.c
379         * src/prefs_scoring.c
380         * src/summaryview.c
381                 use a common function to get a displayable name
382                 for a FolderItem
383
384 2003-03-13 [paul]       0.8.11claws10
385
386         * tools/Makefile.am
387           tools/README
388           tools/multiwebsearch.conf     ** NEW FILE **
389           tools/multiwebsearch.pl       ** NEW FILE **
390                 add multiwebsearch Actions script
391
392 2003-03-13 [colin]      0.8.11claws9
393
394         * src/compose.c
395                 Remove leading emtpy lines from quoted text
396                 before quoting it
397
398 2003-03-13 [melvin]     0.8.11claws8
399
400         * src/prefs_actions.c
401                 Fixed a memory leak
402                 Code clean ups
403                 Added Cancel and OK buttons
404                 Corrected help text
405
406 2003-03-13 [christoph]  0.8.11claws7
407
408         * src/account.c
409         * src/folder.[ch]
410         * src/imap.c
411         * src/mainwindow.c
412         * src/mbox_folder.c
413         * src/mh.c
414         * src/news.c
415         * src/setup.c
416                 replace more folder type stuff with folder class stuff
417
418 2003-03-13 [melvin]     0.8.11claws6
419
420         * src/prefs_actions.c
421                 Added new tokens:
422                 %u: user provided argument
423                 %h: user provided argument (hidden on input)
424                 %s: current text selection in the message view 
425
426 2003-03-13 [paul]       0.8.11claws5
427
428         * sync with 0.8.11cvs5
429                 see ChangeLog 2003-03-11, 2003-03-12
430
431 2003-03-12 [christoph]  0.8.11claws4
432
433         * src/folder.c
434                 use folder class idstr when writing folderlist.xml
435
436         * src/folder.h
437         * src/imap.c
438         * src/news.c
439                 replace folder type checks with folder class checks
440
441 2003-03-12 [christoph]  0.8.11claws3
442
443         * src/folder.[ch]
444         * src/imap.[ch]
445         * src/main.c
446         * src/mbox_folder.[ch]
447         * src/mh.[ch]
448         * src/news.[ch]
449                 o create a list of known folder classes in the folder system
450                 o use folder class id strings for folder item identifiers
451
452 2003-03-12 [christoph]  0.8.11claws2
453
454         * src/imap.c
455                 fix imap uid validity check
456
457 2003-03-12 [christoph]  0.8.11claws1
458
459         * src/account.c
460         * src/folder.[ch]
461         * src/foldersel.c
462         * src/folderview.c
463         * src/imap.c
464         * src/mainwindow.c
465         * src/mbox_folder.c
466         * src/mh.c
467         * src/news.c
468         * src/prefs_scoring.c
469         * src/procmsg.c
470         * src/setup.c
471         * src/summaryview.c
472                 initial restructuring of folder system, seperating
473                 folders and folder classes
474
475 2003-03-12 [paul]       0.8.11claws
476
477         0.8.11claws release
478
479 2003-03-12 [christoph]
480
481         * src/gtk/prefswindow.c
482                 fix translation of "Page Index"
483
484 2003-03-12 [paul]       0.8.10claws110
485
486         a sync from 0.8.11cvs4 before the release
487
488         * src/common/utils.c
489                 subject_compare_for_sort(): allow null strings (fixes
490                 summary sorting).
491
492 2003-03-11 [paul]       0.8.10claws109
493
494         * po/es.po
495                 update Spanish translation, submitted by
496                 Ricardo Mones Lastra
497
498 2003-03-11 [melvin]     0.8.10claws108
499
500         * po/fr.po
501                 Updated French translations
502
503 2003-03-11 [paul]       0.8.10claws107
504
505         * manual/en/Makefile.am
506           manual/en/*.html
507                 update English manual, add a new page
508                 updated by Francois Barriere <fbarriere@atmel.fr>
509                 
510         * po/bg.po
511           po/it.po
512           po/sr.po
513                 update Bulgarian, Italian, and Serbian translations
514                 submitted by George Danchev, Alessandro Maestri, and
515                 Urke MMI
516
517 2003-03-10 [paul]       0.8.10claws106
518
519         * src/gtk/about.c
520           src/gtk/prefswindow.c
521                 make some strings translatable
522
523 2003-03-10 [darko]      0.8.10claws105
524
525         * src/compose.c
526                 code cleanup to make Hiro happy
527
528 2003-03-10 [paul]       0.8.10claws104
529
530         * sync with 0.8.11cvs2
531                 see ChangeLog 2003-03-10
532
533 2003-03-09 [melvin]     0.8.10claws103
534
535         * src/textview.c
536                 textview_set_font(): fix for message display in
537                 UTF-8 locales (thanks to Sergey Vlasov).
538                 (was unintentionnaly reverted in 0.8.6claws6)   
539
540 2003-03-08 [darko]      0.8.10claws102
541
542         * src/compose.c
543                 fix infinite loop in wrapping as reported
544                 by happycactus
545                 obsoletes patch #696482
546
547 2003-03-08 [christoph]  0.8.10claws101
548
549         * src/imap.c
550                 add workaround for IMAP servers that do not
551                 support the "UID SEARCH UID" command
552
553 2003-03-07 [christoph]  0.8.10claws100
554
555         * src/plugins/spamassassin/spamassassin.[ch]
556         * src/plugins/spamassassin/spamassassin_gtk.c
557                 code cleanup
558
559 2003-03-07 [paul]       0.8.10claws99
560
561         * po/es.po
562                 updated Spanish translation, submitted by
563                 Ricardo Mones Lastra
564
565 2003-03-07 [christoph]  0.8.10claws98
566
567         * src/send.c
568                 fix in 0.8.10claws94 was wrong
569                 local delivery does not require escaping, remove escaping
570                 code to make signatures of mails with "." lines valid
571                 
572                 NOTE: requires that sendmail is executed with "-i" option,
573                       what is the default now, but has to be changed in all
574                       exsiting accounts)
575
576 2003-03-07 [paul]       0.8.10claws97
577
578         * sync with 0.8.11 release
579                 see ChangeLog 2003-03-07
580
581 2003-03-06 [paul]       0.8.10claws96
582
583         * src/compose.c
584                 revert commit 0.8.10claws92
585
586 2003-03-06 [paul]       0.8.10claws95
587
588         * src/folderview.c
589                 fix (solaris) bug 73, 'Crash when selecting top-level folder'
590
591         * src/gtkaspell.c
592                 fix bug 74, 'Crash opening editor window with pseudo-color
593                 display'
594                 
595         Patches submitted by Kevin Vigor <kevin@vigor.nu>
596
597 2003-03-06 [christoph]  0.8.10claws94
598
599         * src/send.c
600                 fix rfc2821 (4.5.2) violation in SMTP data sending,
601                 all lines starting with a period get an extra period
602                 inserted
603                 (found by Simon 'corecode' Schubert)
604
605 2003-03-06 [paul]       0.8.10claws93
606
607         * src/folderview.c
608                 if configured font can't be loaded fall back to gtk
609                 default. (with thanks to Christoph)
610                 
611                 closes long-standing bug 15 'Crashes on startup'
612
613 2003-03-06 [paul]       0.8.10claws92
614
615         * src/compose.c
616                 freeze text before autosave and thaw afterwards
617                 fixes bug 67 'autosave make re-rediting message crazy'
618
619 2003-03-06 [christoph]  0.8.10claws91
620
621         * src/compose.c
622                 ignore address comment in dupe check for Cc-list
623
624         (closes reopened bug 47 Replying to message strips name part of
625          e-mail addresses of Cc: lines)
626
627 2003-03-06 [paul]       0.8.10claws90
628
629         * src/Makefile.am
630                 remove reference to gtkxtext.h as its no longer in
631                 the repository
632
633 2003-03-06 [paul]       0.8.10claws89
634
635         * sync with 0.8.10cvs25
636                 see ChangeLog 2003-03-06
637
638 2003-03-06 [oliver]     0.8.10claws88
639         
640         * src/messageview.c
641                 remove include
642
643 2003-03-06 [oliver]     0.8.10claws87
644         
645         * src/folderview.c 
646                 remove changes introduced inclaws74
647         * src/messageview.c
648                 another attempt to sanely delete and update
649                 messages deleted in separate messageview
650
651 2003-03-05 [christoph]  0.8.10claws86
652
653         * src/summaryview.c
654                 check if "From" matches any account's address if
655                 addressbook completion of addresses is disabled too
656
657         (closes Bug 70 "Display recipient in from" doesn't check
658          folder's default account)
659
660 2003-03-05 [christoph]  0.8.10claws85
661
662         * src/compose.c
663         * src/common/utils.[ch]
664                 don't strip address comments when building Cc lists
665
666         (closes Bug 47 Replying to message strips name part of e-mail addresses
667          of Cc: lines)
668
669         * src/folder.c
670                 fix return value of copy function
671
672 2003-03-05 [christoph]  0.8.10claws84
673
674         * src/imap.c
675                 don't ask imap server for non rfc822 headers
676
677         (closes bug 71 IMAP FETCH asks for FROM header field twice)
678
679         * src/imap.c
680                 destroy session on socket error to allow reconnecting
681
682 2003-03-05 [christoph]  0.8.10claws83
683
684         * configure.ac
685                 fix building with gnome when no prefix is set
686
687         (closes bug 66 Gnome directory is set to NONE)
688
689 2003-03-05 [paul]       0.8.10claws82
690
691         * sync with 0.8.10cvs23
692                 see ChangeLog 2003-03-05
693
694 2003-03-04 [christoph]  0.8.10claws81
695
696         * src/folder.c
697                 o fix moving and copying when folder returns 0 for new
698                   message number
699                 o remove some code for single message copy and move
700                   operations and use functions for multiple messages
701
702         (closes bug 63 Strange behaviour MOVING messages from MH to IMAP)
703
704         * src/news.c
705                 remove unused include
706
707 2003-03-04 [paul]       0.8.10claws80
708
709         * src/gtk/about.c
710                 list 'Compiled plugins'
711
712 2003-03-03 [christoph]  0.8.10claws79
713
714         * src/news.[ch]
715                 have to multiply the percentage of the current fetch with
716                 the percentage that it has of the total fetch operation
717                 for correct values
718
719 2003-03-03 [christoph]  0.8.10claws78
720
721         * src/news.c
722                 fix calculation of expected lines for progress indicator
723
724 2003-03-03 [christoph]  0.8.10claws77
725
726         * src/summaryview.c
727         * src/common/utils.c
728                 fix segfault when opening the root news folder
729
730 2003-03-03 [christoph]  0.8.10claws76
731
732         * src/mainwindow.[ch]
733         * src/common/Makefile.am
734         * src/common/progressindicator.[ch]
735                 add UI independent progress indicator handling
736
737         * src/news.[ch]
738                 use new progress indicator for message info fetching
739
740         * src/common/hooks.h
741                 code cleanup
742
743 2003-03-03 [oliver]     0.8.10claws75
744
745         * src/toolbar.c
746         * src/compose.c
747                 removed commented code
748
749 2003-03-03 [oliver]     0.8.10claws74
750
751         * src/toolbar.[ch]
752                 cleanups and refactoring
753         * src/compose.[ch]
754                 compose_reply_mode reply & forwarding interface for
755                 toolbar buttons
756         * src/folderview.c
757                 act on messages marked for deletion in folderview_selected
758                 based on prefs_common.immediate_exec since a message might 
759                 have been deleted by messageview in a folder we are changing 
760                 to (does anybody understand what I'm on about ?)
761
762 2003-03-03 [oliver]     0.8.10claws73
763         
764         * src/messageview.[ch]
765                 new functions
766                 - messageview_delete: delete message shown in messagview
767                 - messageview_update_view: update messageview to currently 
768                   selected summaryview message
769                 - add separate messageview to msgview_list in order to update 
770                   toolbar to new toolbar style on the fly (TOOLBAR_NONE, TOOLBAR_ICON etc.)
771         * src/summaryview.[ch]
772                 summary_get_selection returns a list of selected msgs
773                 in summaryview
774         * src/mainwindow.c
775                 toolbar reply refactoring
776
777 2003-03-03 [paul]       0.8.10claws72
778
779         * sync with 0.8.10cvs21
780                 see ChangeLog 2003-03-03
781
782 2003-03-02 [christoph]  0.8.10claws71
783
784         * src/common/passcrypt.c
785                 use POSIX includes
786
787 2003-03-02 [christoph]  0.8.10claws70
788
789         * configure.ac
790         * src/prefs_account.c
791         * src/prefs_gtk.[ch]
792         * src/common/.cvsignore
793         * src/common/Makefile.am
794         * src/common/passcrypt.c                ** NEW **
795         * src/common/passcrypt.h.in             ** NEW **
796                 Implement password encryption in config files
797                 using unix encrypt and setkey functions. The crypt
798                 key can be set as a configure parameter. Old
799                 passwords will be converted if they do not begin
800                 with '!'
801
802 2003-03-02 [paul]       0.8.10claws69
803
804         * src/prefs_account.c
805                 fix compile error
806
807 2003-03-01 [thorsten]   0.8.10claws68
808
809         * po/el.po
810           po/hr.po
811           po/it.po
812           po/nl.po
813           po/sr.po
814           po/sv.po
815                 corrected format strings
816         * po/en_GB.po
817                 corrected headers
818                 (fix compile errors with GNU gettext-0.11.5)
819
820 2003-03-01 [oliver]     0.8.10claws67
821
822         * src/summaryview.c
823                 menu callbacks call toolbar_menu_reply
824
825 2003-03-01 [oliver]     0.8.10claws66
826
827         * src/mainwindow.c
828         * src/messageview.c
829                 menu callbacks call toolbar_menu_reply
830         * src/toolbar.[ch]
831                 callbacks from menu handled by toolbar_menu_reply
832
833 2003-03-01 [paul]       0.8.10claws65
834
835         * src/addressbook.c
836                 revert commit 0.8.10claws54 - breaks editing of
837                 addressbook.
838                 
839         * po/bg.po
840                 update Bulgarian translation, submitted by
841                 George Danchev
842
843 2003-02-28 [christoph]  0.8.10claws64
844
845         * src/account.c
846         * src/addressadd.c
847         * src/compose.c
848         * src/gtkaspell.c
849         * src/gtkxtext.h                ** REMOVE **
850         * src/imap.c
851         * src/matcher.[ch]
852         * src/mh.c
853         * src/news.c
854         * src/pine.c
855         * src/prefs_common.c
856         * src/prefs_matcher.c
857         * src/procheader.[ch]
858         * src/procmsg.[ch]
859         * src/toolbar.c
860         * src/common/ssl_certificate.c
861         * src/gtk/colorlabel.c
862         * src/gtk/menu.c
863                 o fix warnings
864                 o remove code obsoleted by new cache and folder system rework
865
866 2003-02-28 [oliver]     0.8.10claws63
867         
868         * src/toolbar.[ch]
869                 * fix bug where reply in Messageview replied to 
870                 Message displayed in summaryview
871                 (reportedd via ML by chinatinte at gmx dot ch)
872                 * fix bug where toolbar popups (WITH_QUOTE, WITHOUT_QOUTE)
873                 didn't work in separate MessageView Toolbar
874                 (wondering if anybody uses this at all ?)
875         * src/summaryview.[ch]
876                 use toolbar.c's toolbar_reply instead of summary_reply (removed)
877                 (generalize reply and forward code);
878         * src/messageview.c 
879                 remove focus_in event which updated summaryview to messageview
880
881 2003-02-28 [paul]       0.8.10claws62
882
883         * po/Makefile.in.in
884                 add the --check option
885                 Patch submitted by Ricardo Mones Lastra
886
887 2003-02-28 [paul]       0.8.10claws61
888
889         * src/prefs_account.c
890                 re-order 'Signature' items
891
892 2003-02-28 [paul]       0.8.10claws60
893
894         * sync with 0.8.10cvs20
895                 see ChangeLog 2003-02-28
896
897 2003-02-28 [paul]       0.8.10claws59
898
899         * po/POTFILES.in
900                 update to reflect recent movement of files
901
902 2003-02-28 [paul]       0.8.10claws58
903
904         * sync with 0.8.10cvs19
905                 see ChangeLog 2003-02-28
906
907 2003-02-27 [martin]     0.8.10claws57
908
909         * src/prefs_matcher.c 
910                 fix segfault in prefs_matcher_ok() when the
911                 last entry is deleted and prevents that the
912                 message "entry not saved" comes up after deleting
913                 an entry
914
915 2003-02-27 [martin]     0.8.10claws56
916
917         * src/prefs_filtering.c 
918                 fix segfault in prefs_filtering_ok() when the
919                 last entry is deleted and prevents that the
920                 message "entry not saved" comes up after deleting
921                 an entry
922
923 2003-02-27 [paul]       0.8.10claws55
924
925         * sync with 0.8.10cvs18
926                 see ChangeLog 2003-02-27
927
928 2003-02-27 [paul]       0.8.10claws54
929
930         * src/addressbook.c
931                 fix bug where the address book crashes with 
932                 multiple lookups.
933                 Patch [687729] submitted by David Frager 
934                 <dbfrager@users.sourceforge.net>
935
936 2003-02-25 [christoph]  0.8.10claws53
937
938         * src/Makefile.am
939         * src/colorlabel.[ch]           ** REMOVE **
940         * src/gtk/Makefile.am
941         * src/gtk/colorlabel.[ch]       ** NEW **
942                 move colorlabel files to gtk directory
943
944         * src/esmtp.[ch]                ** REMOVE **
945                 has been merged into smtp.[ch] in 0.7.5
946
947 2003-02-25 [christoph]  0.8.10claws52
948
949         * src/Makefile.am
950         * src/about.[ch]                ** REMOVE **
951         * src/gtk/Makefile.am
952         * src/gtk/about.[ch]            ** NEW **
953                 move about files to gtk directory
954
955 2003-02-25 [christoph]  0.8.10claws51
956
957         * src/folder.c
958                 some code optimization of folder scanning code
959
960         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx> 
961
962 2003-02-25 [christoph]  0.8.10claws50
963
964         * src/main.c
965         * src/common/sylpheed.c
966                 add command line parameter parsing to common code
967
968 2003-02-24 [christoph]
969
970         * Makefile.am
971         * configure.ac
972                 fix gnome prefix problems, the configure script now removed
973                 `gnome-config --prefix` from `gnome-config --datadir`
974                 and adds $(prefix} instead
975
976         (closes Bug 24 Makefile does not respect prefix when installing
977          GNOME data)
978
979 2003-02-24 [christoph]  0.8.10claws49
980
981         * src/news.c
982                 check for valid session before trying to authenticate
983
984         (closes Bug 60 crash if "authenticate on logon" is activated
985          and newsserver-hostname is not valid)
986
987 2003-02-24 [melvin]     0.8.10claws48
988
989         * src/prefs_actions.c
990                 Make sure all user's input is sent to the action and then
991                 close the socket..
992
993 2003-02-23 [alfons]     0.8.10claws46
994
995         * src/summaryview.c
996                 also wait cursor when deleting files
997
998 2003-02-23 [paul]
999
1000         * tools/freshmeat_search.pl
1001           tools/google_search.pl
1002                 scripts should now work for any browser/browser command line
1003
1004 2003-02-22 [christoph]  0.8.10claws45
1005
1006         * src/procmsg.c
1007                 fix IMAP flag setting, IMAP flag is not handled correctly
1008                 anymore by the folder system and information about the
1009                 folder should not be saved in the MsgInfo (in my opinion)
1010
1011         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
1012
1013 2003-02-22 [christoph]  0.8.10claws44
1014
1015         * src/summaryview.c
1016                 fix spelling of "label" ;-)
1017
1018 2003-02-22 [thorsten]   0.8.10claws43
1019
1020         * src/mimeview.c
1021           src/prefs_common.[ch]
1022           src/procmime.[ch]
1023                 do not use description as attachment name
1024
1025 2003-02-22 [alfons]     0.8.10claws42
1026
1027         * src/summaryview.c
1028                 freeze/thaw folder item updates when changing color labels,
1029                 and put a wait cursors on
1030
1031 2003-02-22 [thorsten]   0.8.10claws41
1032
1033         * src/mimeview.c
1034                 save-all fixes: crash if invoked on multipart container,
1035                 mimeinfo access, pathseparators, error dialog
1036
1037 2003-02-21 [alfons]     0.8.10claws40
1038
1039         * src/prefs_gtk.c
1040                 remove unused var
1041
1042 2003-02-21 [colin]      0.8.10claws39
1043
1044         * src/send.c
1045                 Fix smtp logging
1046
1047 2003-02-21 [colin]      0.8.10claws38
1048
1049         * src/summaryview.c
1050                 Freeze/thaw folderItem updates when filtering messages 
1051                 via Tools/Filter messages
1052
1053 2003-02-21 [paul]       0.8.10claws37
1054
1055         * src/compose.c
1056                 revert commit 0.8.10claws26, there are ulterior motives
1057                 for users to set a Reply-To header when posting to
1058                 newsgroups
1059
1060 2003-02-21 [paul]       0.8.10claws36
1061
1062         * sync with 0.8.10cvs17
1063                 see ChangeLog 2003-02-21
1064
1065 2003-02-20 [christoph]  0.8.10claws35
1066
1067         * src/imap.c
1068                 IMAP UID fetch speedup using SEARCH
1069
1070         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
1071
1072         * src/imap.c
1073                 fix problem with UIDs in IMAP UID cache that no longer existed
1074
1075 2003-02-20 [christoph]  0.8.10claws34
1076
1077         * src/imap.c
1078         * src/procheader.c
1079         * src/procheader.h
1080                 IMAP header fetch speedup (fetch only headers cached in MsgInfo)
1081
1082         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
1083
1084         * src/imap.c
1085                 Rewrite imap_cmd_gen_recv use sock_getline instead
1086                 of sock_gets to avoid problems with too long reply
1087                 lines
1088     
1089 2003-02-20 [colin]      0.8.10claws33
1090         
1091         * src/prefs_account.c
1092                 Better wording
1093
1094 2003-02-20 [colin]      0.8.10claws32
1095
1096         * src/compose.c
1097                 Remove useless '&& !to_sender' 
1098
1099 2003-02-20 [darko]
1100
1101         * AUTHORS
1102                 change my e-mail address
1103
1104 2003-02-19 [colin]      0.8.10claws31
1105
1106         * src/prefs_common.c
1107                 X11 style colors for every configurable color
1108
1109 2003-02-19 [alfons]     0.8.10claws30
1110
1111         * src/prefs_gtk.[ch]
1112         * src/prefs_common.c
1113                 for color_new accept both plain integers and X11 style color
1114                 names (as found in /usr/lib/X11/rgb.txt)
1115
1116 2003-02-19 [paul]       0.8.10claws29
1117
1118         * src/mainwindow.c
1119                 add tooltips to online/offline button and account selector
1120                 button
1121
1122 2003-02-19 [paul]       0.8.10claws28
1123
1124         * src/folder.c
1125           src/news.c
1126           src/prefs_account.[ch]
1127           src/prefs_common.[ch]
1128                 move 'Maximum number of articles to download' to
1129                 account prefs.
1130                 clean up account prefs gui a little by hiding entries
1131                 rather then greying out entries
1132
1133 2003-02-19 [hiro]       0.8.10claws27
1134
1135         * src/common/utils.c
1136                 fix bug #54 'yesterdays date is displayed in the message 
1137                 summary window'
1138
1139 2003-02-19 [paul]       0.8.10claws26
1140
1141         * src/compose.c
1142                 fix bug reported in Feature Request [688596] 
1143                 'Reply-to header in news'
1144
1145 2003-02-18 [paul]       0.8.10claws25
1146
1147         * src/select-keys.c
1148                 add a 'List all keys' button to key selection dialog
1149
1150 2003-02-18 [colin]      0.8.10claws24
1151         
1152         * src/stock_pixmap.c
1153                 fix compile error
1154
1155 2003-02-18 [colin]      0.8.10claws23
1156
1157         * src/common/smtp.[ch]
1158           src/prefs_account.c
1159                 Try to starttls if it seems to be the only
1160                 way to authenticate a user
1161
1162 2003-02-18 [paul]       0.8.10claws22
1163
1164         * src/Makefile.am
1165           src/folderview.c
1166           src/stock_pixmap.[ch]
1167           src/pixmaps/drafts_close.xpm  ** NEW FILE **
1168           src/pixmaps/drafts_open.xpm   ** NEW FILE **
1169                 as a Drafts folder is a special folder allow it to have
1170                 its own unique icons
1171
1172 2003-02-18 [colin]      0.8.10claws21
1173
1174         * src/imap.c
1175                 Fix port selection when using starttls
1176
1177 2003-02-18 [paul]       0.8.10claws20
1178
1179         * src/mainwindow.c
1180           src/prefs_common.[ch]
1181                 make blue the default new mail colour
1182
1183 2003-02-18 [paul]       0.8.10claws19
1184
1185         * sync with 0.8.10cvs14
1186                 see ChangeLog 2003-02-18
1187
1188 2003-02-17 [jens]       0.8.10claws18
1189
1190         * src/common/md5.c
1191                 fixed a compile problem with gcc 3.3
1192                 works on 2.95.3 too (testet on PPC as it is big endian)
1193
1194 2003-02-17 [paul]       0.8.10claws17
1195
1196         * sync with 0.8.10cvs13
1197                 see ChangeLog 2003-02-17
1198
1199 2003-02-17 [paul]       0.8.10claws16
1200
1201         * sync with 0.8.10cvs12
1202                 see ChangeLog 2003-02-17
1203
1204 2003-02-16 [match]      0.8.10claws15
1205
1206         * src/addressbook.c
1207                 Eliminates reloading of address data when items
1208                 deleted or added. Applied submitted by
1209                 Luke Plant <lukeplant@softhome.net>
1210
1211 2003-02-16 [paul]       0.8.10claws14
1212
1213         * src/news.c
1214                 when a 'protocol error' is encountered disconnect from
1215                 the server. This means that the user can carry on viewing
1216                 other articles and doesn't have to either wait until the
1217                 server timesout or quit sylpheed.
1218                 Fixes bug #53 'Unable to read messages in newsgroups, 
1219                 displayed message doesn't change'
1220
1221 2003-02-15 [christoph]  0.8.10claws13
1222
1223         * src/imap.c
1224                 fix bug that stopped scanning of folders when an
1225                 IMAP folder was empty
1226
1227         (closes bug 46 stop scan messages in folders after empty folder)
1228
1229 2003-02-15 [paul]
1230
1231         * tools/Makefile.am
1232           tools/README
1233           tools/freshmeat_search.pl     ** NEW FILE **
1234           tools/google_search.pl        ** NEW FILE **
1235                 Add 2 Actions scripts which search freshmeat/google
1236                 for the selected text using the browser configured
1237                 in sylpheedrc.
1238                 
1239         Note: These scripts are very dependent on the format of the
1240         browser command and may not work on every occasion. Testing
1241         is welcome. 
1242
1243 2003-02-14 [alfons]     0.8.10claws12
1244
1245         * src/compose.c
1246                 fix breakage because of uninitialized account pointer.
1247                 please verify.
1248
1249 2003-02-14 [paul]       0.8.10claws11
1250
1251         * src/compose.c
1252           src/prefs_account.[ch]
1253           src/prefs_common.[ch]
1254                 move signature settings to Account Prefs
1255
1256 2003-02-14 [paul]       0.8.10claws10
1257
1258         * sync with 0.8.10cvs11
1259                 see ChangeLog 2003-02-14
1260
1261 2003-02-13 [thorsten]   0.8.10claws9
1262
1263         * src/news.c
1264                 revert news progressbar (GUI separation)
1265
1266 2003-02-13 [paul]       0.8.10claws8
1267
1268         * src/compose.c
1269                 make replies behave correctly, re: RFC 1036, Section 2.2.3,
1270                 paragraph 1
1271
1272 2003-02-13 [paul]       0.8.10claws7
1273
1274         * src/compose.[ch]
1275           src/summaryview.c
1276                 fix 'Follow-up and Reply-to' so that it creates a reply to
1277                 the newsgroup and the sender. If the message has the keyword
1278                 'poster' in the Followup-To header, all replies go to the
1279                 sender, re: RFC 1036, Section 2.2.3
1280                 rename all instances of 'ignore_replyto' to 'to_sender', both
1281                 were previously used, now we use just one.
1282
1283 2003-02-13 [paul]       0.8.10claws6
1284
1285         * sync with 0.8.10cvs9
1286                 see ChangeLog 2003-02-13
1287
1288 2003-02-13 [paul]       0.8.10claws5
1289
1290         * configure.ac
1291                 show which plugins are configured in the configure
1292                 output.
1293
1294 2003-02-12 [thorsten]   0.8.10claws4
1295
1296         * src/news.c
1297                 show progress while fetching news headers
1298
1299 2003-02-12 [christoph]  0.8.10claws3
1300
1301         * configure.ac
1302         * src/plugins/Makefile.am
1303                 use AM_CONDITIONAL to enable plugins, automake correctly
1304                 manages this when creating distdir
1305
1306 2003-02-12 [christoph]  0.8.10claws2
1307
1308         * ac/spamassassin.m4
1309         * src/plugins/spamassassin/Makefile.am
1310                 fix building SpamAssassin plugin without OpenSSL
1311
1312 2003-02-12 [paul]       0.8.10claws1
1313
1314         * ac/Makefile.am
1315           src/Makefile.am
1316           src/plugins/Makefile.am
1317                 fix failure of 'make release'
1318
1319 2003-02-12 [paul]       0.8.10claws
1320
1321         * 0.8.10claws released
1322
1323 2003-02-12 [paul]       0.8.9claws56
1324
1325         * po/bg.po
1326           po/es.po
1327           po/it.po
1328           po/ru.po
1329           po/sr.po
1330                 updated translations by George Danchev, Ricardo Mones Lastra,
1331                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively
1332                 
1333         * sylpheed.spec.in
1334                 Allow the building of RPMs by a regular user. Submitted
1335                 by Sergei Astanin
1336
1337 2003-02-11 [alfons]     0.8.9claws55
1338
1339         * src/colorlabel.c
1340                 don't use pixmaps for label color rect but draw rectangles
1341                 so we can respect the color map of palette based visuals
1342                 (fixes the long time crashes on Suns - thanks to Andreas
1343                 Engel and Steve O'Hara-Smith for testing)
1344
1345 2003-02-11 [christoph]  0.8.9claws54
1346
1347         * src/matcher_parser_parse.y
1348                 correct bug where filering rules of not existing folders in
1349                 matcherrc were added to global filtering
1350                 
1351         (closes Debian Bug #180253 - Directory's filter-rules are merged with
1352          main filter-rules after removing directory, http://bugs.debian.org/180253)
1353         
1354 2003-02-11 [paul]       0.8.9claws53
1355
1356         * sync with 0.8.10cvs7
1357                 see ChangeLog 2003-02-09
1358
1359 2003-02-11 [melvin]     0.8.9claws52
1360
1361         * po/fr.po
1362                 Updated French tranlsations
1363
1364 2003-02-10 [paul]       0.8.9claws51
1365
1366         * sylpheed.spec.in
1367                 correct --enable-openssl
1368                 Fix submitted by Sergei Astanin <asita@users.sourceforge.net>
1369
1370 2003-02-09 [martin]     0.8.9claws50
1371
1372         * src/prefs_matcher.c
1373                 fix segfault in prefs_matcher_substitute_cb() when
1374                 no row is selected
1375
1376 2003-02-09 [paul]       0.8.9claws49
1377
1378         * src/folderview.c
1379                 fix bug where a newsgroup folder's processing rules were
1380                 merged with the global filtering rules when the newsgroup
1381                 folder was deleted, causing some seriously bad results,
1382                 see <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=180253>
1383
1384 2003-02-08 [melvin]     0.8.9claws48
1385
1386         * src/compose.c
1387                 Corrected and modified an alert message.
1388
1389 2003-02-07 [paul]       0.8.9claws47
1390
1391         * src/folderview.c
1392                 fix bug where both an 'Account properties' window and a
1393                 'Folder properties' window were opened when clicking on
1394                 'Properties' in an NNTP or IMAP folder's popup menu.
1395
1396 2003-02-07 [paul]       0.8.9claws46
1397
1398         * sync with 0.8.10cvs6
1399                 see ChangeLog 2003-02-06
1400
1401 2003-02-06 [christoph]  0.8.9claws45
1402
1403         * src/mbox.c
1404                 freeze folder updates while importing mbox files
1405                 (closes bug 43 importing mbox took hours)
1406                 
1407         Patch submitted by Jens Rantil <jens.rantil@telia.com>
1408
1409 2003-02-06 [thorsten]   0.8.9claws44
1410
1411         * po/de.po
1412                 Updated german translations
1413
1414 2003-02-06 [thorsten]   0.8.9claws43
1415
1416         * src/news.h
1417                 use guint for message numbers (fix count in grouplist dialog)
1418
1419 2003-02-05 [paul]       0.8.9claws42
1420
1421         * sync with 0.8.10cvs2
1422                 see ChangeLog 2003-02-05
1423
1424 2003-02-04 [colin]      0.8.9claws41
1425
1426         * src/prefs_common.[ch]
1427           src/procmsg.c
1428           src/summaryview.c
1429                 Add an option to disable threading by subject
1430
1431 2003-02-04 [christoph]  0.8.9claws40
1432
1433         * src/inc.c
1434                 only abort fetching mails from multiple accounts when the
1435                 error is fatal and does not allow to check any more accounts
1436                 (currently only disk full error)
1437
1438         (closes bug 31 after POP3 error: "no such mail" Sylpheed does not
1439          receive mails for other accouts)
1440
1441 2003-02-04 [christoph]  0.8.9claws39
1442
1443         * src/folder.c
1444                 first add the new message to the cache, then
1445                 send the update notification
1446
1447         (closes bug 39 after sending message folderview doesnt get updated)
1448
1449 2003-02-04 [colin]      0.8.9claws38
1450
1451         * src/inc.c
1452                 _really_ fix this Connecting... status
1453
1454 2003-02-04 [paul]       0.8.9claws37
1455
1456         * sync with 0.8.10
1457                 see ChangeLog 2003-02-04
1458
1459 2003-02-04 [paul]       0.8.9claws36
1460
1461         * sync with 0.8.9cvs6
1462                 see ChangeLog 2003-02-03
1463
1464 2003-02-04 [paul]       0.8.9claws35
1465
1466         * po/pt_BR.po
1467                 updated by André Filipe de Assunção e Brito 
1468                 <bedecko@netsite.com.br>
1469
1470 2003-02-03 [thorsten]   0.8.9claws34
1471
1472         * po/de.po
1473                 Updated german translations
1474
1475 2003-02-02 [paul]       0.8.9claws33
1476
1477         * po/es.po
1478                 updated by Ricardo Mones Lastra
1479
1480 2003-02-02 [thorsten]   0.8.9claws32
1481
1482         * src/mh.c
1483                 Fix mh_get_msginfo() segfault if file is inaccessible
1484
1485 2003-01-31 [colin]      0.8.9claws31
1486
1487         * src/procheader.c
1488                 Fix last commit's bug
1489
1490 2003-01-31 [colin]      0.8.9claws30
1491
1492         * src/procheader.c
1493                 Missing a change for gpg-signed messages
1494
1495 2003-01-31 [paul]       0.8.9claws29
1496
1497         * src/pixmaps/gpg_signed.xpm    ** NEW FILE **
1498           src/procheader.c
1499           src/stock_pixmap.[ch]
1500           src/summaryview.c
1501                 indicate GnuPG signed messages by displaying an icon
1502                 in the Attachment column.
1503
1504 2003-01-31 [paul]       0.8.9claws28
1505
1506         * sync with 0.8.9cvs4
1507                 see ChangeLog 2003-01-31
1508
1509 2003-01-31 [alfons]     0.8.9claws27
1510
1511         * src/textview.c
1512                 tune URI parser to accept mailto URLs with a '?'
1513                 (patch from Ruslan Balkin)
1514
1515 2003-01-31 [colin]      0.8.9claws26
1516
1517         * src/summaryview.c
1518                 Fix a leak introduced in claws24
1519
1520 2003-01-31 [colin]      0.8.9claws25
1521
1522         * src/summaryview.c
1523                 Freeze/Thaw folder updates when deleting dups
1524
1525 2003-01-31 [colin]      0.8.9claws24
1526         
1527         * src/addr_compl.c
1528           src/summaryview.c
1529           src/msgcache.c
1530                 little speed improvements
1531
1532 2003-01-31 [colin]      0.8.9claws23
1533
1534         * src/summaryview.c
1535                 Fix segfault when forwarding nothing
1536                 Patch from "Ruslan N. Balkin" <baron@voices.ru>
1537                 
1538 2003-01-30 [paul]       0.8.9claws22
1539
1540         * sync with 0.8.9cvs3
1541                 see ChangeLog 2003-01-30
1542
1543 2003-01-30 [paul]       0.8.9claws21
1544
1545         * sync with 0.8.9cvs2
1546                 see ChangeLog 2003-01-30
1547
1548 2003-01-29 [paul]       0.8.9claws20
1549
1550         * sync with 0.8.9cvs1
1551                 see ChangeLog 2003-01-29
1552
1553 2003-01-28 [paul]       0.8.9claws19
1554
1555         * po/POTFILES.in
1556                 update to reflect changes. 
1557                 thanks to Ricardo Mones Lastra
1558
1559 2003-01-27 [christoph]  0.8.9claws18
1560
1561         * ac/openssl.m4
1562         * ac/spamassassin.m4
1563         * src/plugins/spamassassin/README
1564         * src/plugins/spamassassin/libspamc.[ch]
1565         * src/plugins/spamassassin/utils.[ch]
1566                 updated to latest libspamc
1567
1568 2003-01-27 [christoph]  0.8.9claws17
1569
1570         * src/folder.c
1571                 fix wrong use of procheader_get_header_fields
1572
1573 2003-01-27 [christoph]  0.8.9claws16
1574
1575         * src/news.c
1576         * src/prefs_account.[ch]
1577         * src/common/nntp.[ch]
1578                 allow to force authentication for NNTP servers
1579
1580         Patch submitted by Florian Mickler <dmk@d-labs.de>
1581
1582 2003-01-26 [paul]       0.8.9claws15
1583
1584         * src/summaryview.c
1585                 speed up of marking messages as read
1586                 patch submitted by Jens Rantil <ztyx@users.sourceforge.net>
1587
1588 2003-01-26 [christoph]  0.8.9claws14
1589
1590         * src/Makefile.am
1591         * src/mgutils.[ch]              ** REMOVE **
1592         * src/xml.[ch]                  ** REMOVE **
1593         * src/xmlprops.[ch]             ** REMOVE **
1594         * src/common/Makefile.am
1595         * src/common/mgutils.[ch]       ** NEW **
1596         * src/common/xml.[ch]           ** NEW **
1597         * src/common/xmlprops.[ch]      ** NEW **
1598                 move xml files to common directory
1599
1600 2003-01-26 [christoph]  0.8.9claws13
1601
1602         * src/plugins/spamassassin/spamassassin_gtk.c
1603                 only set gtk entry text if string is available
1604
1605 2003-01-26 [melvin]     0.8.9claws12
1606
1607         * src/description_window.c
1608                 Allow resizing of the window
1609                 Allow automatic horizontal scroll bar
1610                 Do not vertically expand and fill
1611
1612 2003-01-26 [christoph]  0.8.9claws11
1613
1614         * src/Makefile.am
1615         * src/gtkutils.[ch]             ** REMOVE **
1616         * src/common/sylpheed.c
1617         * src/gtk/Makefile.am
1618         * src/gtk/description_window.c
1619         * src/gtk/gtkutils.[ch]         ** NEW **
1620         * src/gtk/prefswindow.c
1621                 move gtkutils to gtk directory
1622
1623 2003-01-26 [paul]       0.8.9claws10
1624
1625         * src/summaryview.c
1626                 rename summary_unread_clicked() to summary_status_clicked()
1627
1628 2003-01-26 [melvin]     0.8.9claws9
1629
1630         * src/prefs_actions.c
1631                 Cosmetical changes to the help text
1632
1633 2003-01-26 [paul]       0.8.9claws8
1634
1635         * src/folder.[ch]
1636           src/mainwindow.c
1637           src/prefs_common.c
1638           src/prefs_sumamry_column.c
1639           summaryview.[ch]
1640                 rename the 'Unread' column to 'Status'
1641
1642 2003-01-25 [match]      0.8.9claws7
1643
1644         * src/mgutils.[ch]
1645                 removed reference to LDAP constants. removed error2string.
1646                 included functions to support LDAP dynamic queries.
1647         * src/syldap.h
1648                 moved LDAP constants here.
1649         * src/addressbook.c
1650         * src/addrindex.c
1651         * src/importldif.c
1652                 removed references to LDAP constants and references to
1653                 error2string.
1654
1655 2003-01-25 [paul]       0.8.9claws6
1656
1657         * src/summaryview.c
1658                 summary_thread_build(), summary_thread_init(): remove 
1659                 unneeded reference to summaryview->folder_item
1660
1661 2003-01-25 [christoph]  0.8.9claws5
1662
1663         * src/gtk/description_window.c
1664                 o allow description texts to expand over multiple columns
1665                 o translate all columns
1666         * src/prefs_actions.c
1667                 change syntax description to use new multi column feature
1668
1669         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
1670
1671 2003-01-25 [match]      0.8.9claws4
1672
1673         * src/vcard.c
1674                 fixed bug with Quoted-Printable
1675
1676 2003-01-25 [paul]       0.8.9claws3
1677
1678         * src/folder.[ch]
1679           src/summaryview.[ch]
1680                 implement per-folder collapsed/expanded threads setting
1681                 
1682         * src/prefs_common.c
1683                 remove global collapsed/expanded threads option
1684
1685 2003-01-25 [christoph]  0.8.9claws2
1686
1687         * po/POTFILES.in
1688                 add pluginwindow and prefswindow
1689         * src/compose.c
1690                 make send respond correctly to messages that could be added
1691                 to the queue folder, but the UID of the message is unknown
1692         * src/folder.c
1693         * src/imap.c
1694                 don't return guessed UIDs in imap_add_msg anymore. We return
1695                 0 to tell the folder system it was appened but the UID is
1696                 unknown. Folder system now get's the UID by scaning the folder
1697                 and searching the cache for the Message-ID
1698                 (closes bug #29 Messages queued, but not sent)
1699
1700 2003-01-25 [paul]       0.8.9claws1
1701
1702         * src/codeconv.c
1703                 conv_encode_header():  fix bug when long headers with 8-bit
1704                 characters are used, so that the encoded words are wrapped.
1705                 If the space in the original text falls on the wrap boundary,
1706                 it can be lost.
1707                 Patch by Sergey Vlasov.
1708                 
1709         * src/folderview.c
1710                  fix bug where a change to the sorting method or thread view
1711                  of a folder's messages is lost if simpify-subject is set and
1712                  toggled on or off.
1713                  Patch by Luke Plant.
1714
1715 2003-01-24 [paul]       0.8.9claws
1716
1717         * sylpheed-0.8.9claws released
1718         
1719         * Makefile.am
1720           sylpheed.spec.in
1721                 remove reference to 'INSTALL.jp'
1722
1723 2003-01-23 [paul]       0.8.8claws128
1724
1725         * po/es.po
1726           po/it.po
1727           po/ru.po
1728           po/sr.po
1729                 updated translations. submitted by Ricardo Mones Lastra,
1730                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively.
1731
1732 2003-01-23 [colin]      0.8.8claws127
1733
1734         * src/compose.c
1735                 Fix drafted and queued news articles re-edition
1736
1737 2003-01-23 [melvin]     0.8.8claws126
1738
1739         * po/fr.po
1740                 Updated French translations
1741
1742 2003-01-23 [colin]      0.8.8claws125
1743
1744         * src/inc.c
1745                 Fix "Connecting to..." status message
1746
1747 2003-01-22 [paul]       0.8.8claws124
1748
1749         * po/bg.po
1750                 updated by George Danchev
1751                 
1752         * src/folder.c
1753                 revert last commit [0.8.8claws111] as it breaks folder d'n'd
1754                 and folder deletion
1755
1756 2003-01-21 [paul]       0.8.8claws123
1757
1758         * po/bg.po
1759                 updated by George Danchev
1760                 
1761         * src/about.c
1762                 its now 2003
1763                 
1764         * src/toolbar.c
1765                 don't translate 'Separator'
1766                 
1767         * src/plugins/spamassassin/Makefile.am
1768                 add aspell to CPPFLAGS
1769                 
1770         * src/plugins/spamassassin/spamassassin.c
1771           src/plugins/spamassassin/spamassassin_gtk.c
1772                 set correct default for spamassassin_receive_spam
1773                 slightly re-word descriptions and some
1774                 other minor changes
1775
1776 2003-01-19 [alfons]     0.8.8claws122
1777                 
1778         * src/mimeview.c
1779                 mimeview_save_as(): we might as well show the file name for
1780                 the single case "Save As" too
1781
1782 2003-01-19 [alfons]     0.8.8claws121
1783
1784         * src/crash.c
1785                 change bug tracker URL to bugzilla URL
1786
1787 2003-01-19 [alfons]     0.8.8claws120
1788
1789         * src/mimeview.c
1790                 mimeview_save_all(): display name of file before overwriting;
1791                 continue saving all, even when one overwrite was cancelled
1792
1793 2003-01-19 [christoph]  0.8.8claws119
1794
1795         * src/summaryview.c
1796         * src/procmsg.[ch]
1797                 fix wrong usage of procmsg_find_children in summaryview
1798                 by using procmsg_update_unread_children instead of
1799                 summaryview_update_unread_children
1800
1801 2003-01-19 [christoph]  0.8.8claws118
1802
1803         * src/procmsg.c
1804                 fix infinite loop in procmsg_find_children
1805                  (closes bug #25 sylpheed crashes on delete.)
1806
1807         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
1808
1809 2003-01-19 [paul]       0.8.8claws117
1810
1811         * po/pt_BR.po
1812                 updated by Ivan Francolin Martinez
1813
1814 2003-01-18 [melvin]     0.8.8claws116
1815
1816         * src/prefs_actions.c
1817                 Removed syntax limitation of only one '&' at the end of command.
1818                         Now actions that contain '>/dev/null 2>&1' are possible.
1819
1820 2003-01-18 [melvin]     0.8.8claws115
1821
1822         * src/prefs_actions.c
1823                 Actions IO dialog: when the action ends
1824                 the "Close" button now has focus and [Escape] closes the
1825                 window.
1826
1827 2003-01-18 [christoph]  0.8.8claws114
1828
1829         * src/procmsg.c
1830                 o add debug output when MsgInfos are really freed
1831                 o free GSLists in procmsg_find_children and
1832                   procmsg_update_unread_children
1833
1834 2003-01-18 [christoph]  0.8.8claws113
1835
1836         * src/mainwindow.c
1837                 reorder Configuration menu
1838
1839 2003-01-18 [christoph]  0.8.8claws112
1840
1841         * src/compose.c
1842                 fix applying templates to forwarded messages
1843
1844         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
1845
1846 2003-01-17 [christoph]  0.8.8claws111
1847
1848         * src/folder.c
1849                 destroy folder items, when a folder item is removed
1850
1851 2003-01-17 [christoph]  0.8.8claws110
1852
1853         * src/folder.c
1854                 fix wrong folder stats update when ignored message is
1855                 deleted
1856
1857 2003-01-17 [colin]      0.8.8claws109
1858         
1859         * src/mainwindow.c
1860         * src/summaryview.c
1861                 Quicksearch bugfixes: 
1862                 - hide help button at startup if not extended
1863                 - switch to extended when looking for replies
1864
1865 2003-01-17 [paul]
1866
1867         * sync with 0.8.9 release
1868
1869 2003-01-17 [paul]       0.8.8claws108
1870
1871         * sync with 0.8.8cvs11
1872                 see ChangeLog 2003-01-17
1873
1874 2003-01-16 [colin]      0.8.8claws107
1875
1876         * src/procmsg.c
1877                 Changed encryption test to re-ask passphrase
1878                 if an encrypted message hasn't been decrypted
1879                 Fixes bug #5
1880
1881 2003-01-16 [christoph]  0.8.8claws106
1882
1883         * src/prefs_gtk.c
1884         * src/prefs_toolbar.c
1885         * src/gtk/prefswindow.h
1886         * src/plugins/spamassassin/spamassassin_gtk.c
1887                 remove page destroy function that is not used anymore
1888
1889 2003-01-16 [paul]       0.8.8claws105
1890
1891         * sync with 0.8.8cvs9
1892                 see ChangeLog 2002-01-16
1893
1894 2003-01-16 [colin]      0.8.8claws104
1895
1896         * src/compose.[ch]
1897                 Fix bug with autosaved drafts for IMAP, when draft
1898                 folder is specified - fixes bugzilla bug #20
1899
1900 2003-01-15 [paul]       0.8.8claws103
1901
1902         * src/compose.[ch]
1903           src/procmsg.c
1904                 store folder and message-id of message forwarding
1905                 in queue header and set forward flag after sending
1906
1907 2003-01-15 [paul]       0.8.8claws102
1908
1909         * sync with 0.8.8cvs8
1910                 see ChangeLog 2002-01-15
1911
1912 2003-01-15 [colin]      0.8.8claws101
1913
1914         * src/Makefile.am
1915                 Fix linking with GNU libiconv
1916
1917 2003-01-15 [darko]      0.8.8claws100
1918
1919         * src/pine.c
1920                 fix crash when importing pine address book
1921                 entry with an empty name (reported by DY
1922                 <dybulk at tri8.net>)
1923
1924 2003-01-14 [paul]       0.8.8claws99
1925
1926         * configure.in  ** REMOVED **
1927           configure.ac  ** NEW FILE **
1928                 rename configure.in to configure.ac, as it is now
1929                 preferred
1930
1931 2003-01-14 [melvin]     0.8.8claws98
1932
1933         * src/folderview.c
1934                 folderview_check_new(): More precise function description
1935
1936 2003-01-14 [melvin]     0.8.8claws97
1937
1938         * src/folderview.c
1939                 folderview_check_new(): return the number of new messages 
1940                         since last check.
1941         * src/inc.c
1942                 inc_account_mail(): Disable counting of new messages for IMAP
1943                         and NNTP until bug [19] and [14] are fixed.
1944
1945 2003-01-14 [paul]       0.8.8claws96
1946
1947         * sync with 0.8.8cvs6
1948                 see ChangeLog 2003-01-14
1949
1950 2003-01-13 [alfons]     0.8.8claws95
1951
1952         * src/textview.c
1953                 tune email address validation (c. 0.8.8claws89): if . is 
1954                 just one char away from @, the address is invalid too 
1955                 (correctly rejects addresses like foo@.com)
1956
1957 2003-01-13 [paul]       0.8.8claws94
1958
1959         * src/messageview.c
1960           src/toolbar.c
1961                 fixes to the Message View toolbar and menu:
1962                 fix non-functioning Forward button
1963                 make Reply button consider default_reply_list
1964                 remove 'Follow-up...' menu entry
1965                 add 'Forward' and 'Redirect' menu entries
1966
1967 2003-01-13 [melvin]     0.8.8claws93
1968
1969         * src/inc.c
1970                 Fixed typo that could make new messages count incorrect.
1971
1972 2003-01-13 [melvin]     0.8.8claws92
1973
1974         * src/folderview.[ch]
1975                 folderview_check_new(): return the number of new messages.
1976         * src/inc.c
1977                 Should fix bug [14] where new mail notification worked 
1978                         incorrectly with IMAP accounts.
1979                 inc_spool_account(): return number of new msgs, or -1 on error
1980                 inc_all_spool(): return number of new msgs
1981                 
1982 2003-01-13 [melvin]     0.8.8claws91
1983
1984         * src/prefs_actions.c
1985                 Justify help text.
1986
1987 2003-01-12 [thorsten]   0.8.8claws90
1988
1989         * src/common/prefs.c
1990                 close file before rename
1991
1992 2003-01-12 [alfons]     0.8.8claws89
1993
1994         * AUTHORS
1995                 add Christian Mertes
1996         * src/common/utils.[ch]
1997                 g_stricase_hash(), g_stricase_equal(): functions for 
1998                 case insensitive hash tables
1999         * src/textview.c
2000                 use top level domain names to validate email address, based
2001                 on a patch by Christian Mertes (thanks!), but changed 
2002                 implementation to use a hash table 
2003
2004 2003-01-12 [paul]       0.8.8claws88
2005
2006         * po/bg.po
2007                 updated by George Danchev
2008
2009 2003-01-12 [alfons]     0.8.8claws87
2010
2011         * src/summaryview.c
2012                 delete / execute performance: use new style folder update
2013
2014 2003-01-12 [paul]       0.8.8claws86
2015
2016         * sync with 0.8.8cvs5
2017                 see ChangeLog 2003-01-13 (!)
2018
2019 2003-01-12 [alfons]     0.8.8claws85
2020
2021         * src/filtering.c
2022         * src/matcher_parser_parse.y
2023                 prepare change_score filtering action
2024         * src/matcher.[ch]
2025                 give up const-correctness on functions that call non-const-correct functions;
2026                 several casts to gpointer in g_free();
2027                 add change_score;
2028
2029 2003-01-12 [christoph]  0.8.8claws84
2030
2031         * src/compose.c
2032                 fix 2 warnings
2033
2034         * src/gtk/prefswindow.[ch]
2035         * src/plugins/spamassassin/spamassassin_gtk.c
2036                 changed the call of the widget create function
2037                 for PrefsPages, because sometimes the widget
2038                 create function needs a widget that already has
2039                 been attached to a window (to create GDK pixmaps
2040                 for exmaple). So we simply pass the GtkWindow as
2041                 the second parameter now.
2042
2043         * src/main.c
2044         * src/mainwindow.c
2045         * src/prefs_toolbar.[ch]
2046                 rewrite Toolbar Preferences using the new
2047                 prefs window
2048
2049 2003-01-11 [alfons]     0.8.8claws83
2050
2051         * src/addressadd.c
2052                 fix crash when adding sender to addressbook because status bar
2053                 isn't there (the status bar doesn't seem to be used though,
2054                 but I'll let Match decide what to do with it)
2055
2056 2003-01-11 [colin]      0.8.8claws82
2057
2058         * src/main.c
2059           src/toolbar.c
2060                 Two useless changes reversed
2061
2062 2003-01-11 [colin]      0.8.8claws81
2063
2064         * src/mainwindow.c
2065           src/mainwindow.h
2066                 Add mainwindow_get_mainwindow()
2067         * src/alertpanel.c
2068           src/alertpanel.h
2069                 Add alertpanel_error_log() 
2070         * src/compose.c
2071           src/inc.c
2072           src/messageview.c
2073           src/toolbar.c
2074           src/main.c
2075           src/procmsg.c
2076                 Network errors get a View Log button
2077
2078 2003-01-10 [alfons]     0.8.8claws80
2079
2080         * src/prefs_toolbar.c
2081         * src/toolbar.c
2082                 use the translatable string for "Separator" as file name for
2083                 separator toolbar items (probably make this uppercase?)
2084
2085 2003-01-10 [alfons]     0.8.8claws79
2086
2087         * src/prefs_toolbar.c
2088                 put right A_SEPARATOR description string in "displayed
2089                 toolbar items list" so manually added separators are
2090                 saved correctly (bug #10, "Adding a separator to the main 
2091                 toolbar fails, entry in xml file is wrong")
2092
2093 2003-01-10 [christoph]  0.8.8claws78
2094
2095         * src/imap.c
2096                 o fix warnings
2097                 o use CAPABILITY to check if NAMESPACE is available
2098
2099 2003-01-10 [christoph]  0.8.8claws77
2100
2101         * src/imap.[ch]
2102                 apply UIDPLUS IMAP extension support patch
2103
2104         Patch submitted by Simon 'corecode' Schubert
2105
2106 2003-01-10 [paul]       0.8.8claws76
2107
2108         * src/folderview.c
2109                 a sync from main which fixes the news account folders'
2110                 Properties bug
2111
2112 2003-01-10 [christoph]  0.8.8claws75
2113
2114         * src/folder.c
2115                 don't accept 0 as a valid uid returned by copy and move
2116                 functions. 0 means the message was copied or moved but the
2117                 new uid could not be fetched. It is not an error condition
2118                 for the copy or move operation.
2119
2120 2003-01-10 [paul]       0.8.8claws74
2121
2122         * src/prefs_filtering.c
2123                 change English used in Alert when entry is not
2124                 saved.
2125                 
2126         * sync with 0.8.8cvs4
2127                 see ChangeLog 2003-01-10
2128
2129 2003-01-10 [darko]      0.8.8claws73
2130
2131         * src/pine.c
2132                 fix crash when importing address book entry
2133                 without a valid address
2134
2135 2003-01-09 [alfons]     0.8.8claws72
2136
2137         * src/inc.c
2138                 filtering performance: use new style folder update
2139
2140 2003-01-09 [christoph]  0.8.8claws71
2141
2142         * src/compose.c
2143         * src/gtk/menu.[ch]
2144                 fix wrong selecting of mime encoding type, when
2145                 opening property dialog of attachments in the
2146                 compose window. 7bit was always selected and that
2147                 destoryed files with 8bit data.
2148                 (closes bug #9 Sylpheed-claws destroys attachments when
2149                  changing MIME-types)
2150
2151 2003-01-09 [paul]       0.8.8claws70
2152
2153         * sync with 0.8.8cvs3
2154                 see ChangeLog 2003-01-09
2155
2156 2003-01-08 [alfons]     0.8.8claws69
2157         
2158         * src/addressadd.c
2159                 apply patch by Kim Schulz to fix build breakage
2160                 because of missing variable
2161
2162 2003-01-08 [paul]       0.8.8claws68
2163
2164         * sync with 0.8.8cvs2
2165                 see ChangeLog 2002-01-08
2166
2167 2003-01-08 [paul]       0.8.8claws67
2168
2169         * po/it.po
2170                 updated by Alessandro Maestri
2171                 
2172         * src/addressadd.c
2173                 when using 'Add sender to addressbook' allow
2174                 name to be edited and remarks to be entered
2175                 Patch submitted by Luke Plant
2176
2177 2003-01-08 [darko]      0.8.8claws66
2178
2179         * README.claws, src/summaryview.c
2180                 fix description for marked messages
2181
2182 2003-01-08 [paul]
2183
2184         * tools/Makefile.am
2185           tools/launch_phoenix  ** NEW FILE **
2186                 add script that enables using Phoenix as the default
2187                 web browser. 
2188                 Submitted by Mohammed Sameer <Uniball@linux-egypt.org>
2189                 
2190         * tools/OOo2sylpheed.pl
2191                 remove full path to sylpheed executable, just 'sylpheed'
2192                 will do
2193                 
2194         * tools/README
2195                 add launch_phoenix informtion and re-arrange and compress
2196                 the data a little
2197
2198 2003-01-07 [christoph]  0.8.8claws65
2199
2200         * src/folder.c
2201                 fix update for source folder when moving messages
2202         * src/procmsg.[ch]
2203         * src/summaryview.c
2204                 use function to set to_folder for message infos and
2205                 automatically update the op_count for old and new
2206                 folder
2207
2208 2003-01-07 [melvin]     0.8.8claws64
2209
2210         * src/prefs_actions.c
2211                 Fixed bug where an '%p' Action on a displayed image crashed 
2212                         Sylpheed
2213                 Code clean up (get rid of duplicated code and removed unnecessary 
2214                                 structure member)
2215
2216 2003-01-07 [christoph]  0.8.8claws63
2217
2218         * src/compose.c
2219         * src/folder.[ch]
2220         * src/folderview.c
2221         * src/import.c
2222         * src/inc.c
2223         * src/main.c
2224         * src/mainwindow.c
2225         * src/messageview.c
2226         * src/prefs_folder_item.c
2227         * src/procmsg.c
2228         * src/summaryview.c
2229         * src/toolbar.c
2230                 o remove all folder update triggering from the UI code. The folder
2231                   system should know much better when a folder needs an update.
2232                 o to prevent multiple updates in a row the folder updates can be
2233                   frozen for some time.
2234
2235                 Note: - Please verify that no updates are missing
2236                       - Check where freeze/thaws should be added
2237
2238 2003-01-07 [christoph]  0.8.8claws62
2239
2240         * src/prefs_actions.c
2241                 don't translate empty strings
2242
2243         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
2244
2245 2003-01-06 [christoph]  0.8.8claws61
2246
2247         * src/prefs_actions.c
2248                 mark strings for gettext
2249         * src/prefs_matcher.c
2250                 use new description window for Execute action and
2251                 match condition in Filtering
2252
2253         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
2254
2255 2003-01-06 [alfons]     0.8.8claws60
2256
2257         keep myself inspired to re-organize matcher part 8; 
2258         yes, more to come (I need to move out the descriptive
2259         text for actions to matcher.c, or at least make it not
2260         depend on the wicked ordering)
2261
2262         * src/prefs_matcher.c
2263                 add documentation so others may comprehend the
2264                 UI part of the conditions
2265                 
2266 2003-01-06 [christoph]  0.8.8claws59
2267
2268         * src/prefs_actions.c
2269                 use new description window for syntax help
2270         * src/gtk/description_window.c
2271                 fix display of descriptions with column count != 2
2272
2273         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
2274
2275 2003-01-06 [christoph]  0.8.8claws58
2276
2277         * src/quote_fmt.c
2278         * src/summaryview.[ch]
2279         * src/gtk/Makefile.am
2280         * src/gtk/description_window.[ch]       ** NEW **
2281                 use a generic window to display syntax descriptions
2282                 currently used in quote_fmt and summaryview (new description
2283                 for extended quick search)
2284
2285         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
2286
2287 2003-01-06 [paul]       0.8.8claws57
2288
2289         * sync with 0.8.8cvs1
2290                 see ChangeLog 2003-01-06
2291
2292 2003-01-06 [christoph]  0.8.8claws56
2293
2294         * src/mainwindow.c
2295         * src/prefs_gtk.[ch]
2296         * src/gtk/prefswindow.[ch]
2297         * src/plugins/spamassassin/spamassassin_gtk.c
2298                 o remove page management from prefswindow, pages
2299                   will be an argument to prefswindow_open
2300                 o prefswindow_open gets a datapointer that is
2301                   passed to the widget_create function to allow
2302                   creation of prefswindow for specific items
2303
2304 2003-01-06 [colin]      0.8.8claws55
2305         
2306         * src/summaryview.c
2307                 We don't want regexp in the reply-finder, 
2308                 because MIDs can contain !,$,. and so on
2309
2310 2003-01-06 [jens]       0.8.8claws54
2311
2312         * src/jpilot.c
2313                 fixed a wrong free in jpilot_read_db_files
2314
2315 2003-01-06 [alfons]     0.8.8claws53
2316
2317         re-organize matcher part 8; more to come
2318        
2319         * src/matcher.c
2320                 matcherprop_to_string(): put g_free()s before the
2321                 switch-case break to fix memleaks                
2322
2323 2003-01-06 [colin]      0.8.8claws52
2324
2325         * src/summaryview.c
2326                 cleanup & reply-finder now displays the first 
2327                 matching message
2328
2329 2003-01-05 [alfons]     0.8.8claws51
2330
2331         re-organize matcher part 7; more to come
2332
2333         * src/matcher.[ch]
2334                 fixes for constant correctness;
2335                 more documentation;
2336
2337 2003-01-05 [alfons]     0.8.8claws50
2338
2339         re-organize matcher part 6; more to come
2340         
2341         * src/matcher.[ch]
2342                 fixes for constant correctness;
2343                 more documentation;
2344         * src/filtering.c
2345                 fix for constant correctness
2346
2347 2003-01-05 [colin]      0.8.8claws49
2348
2349         * src/account.[ch]
2350                 Add account_get_reply_account function
2351         * src/compose.c
2352                 Use account_get_reply_account function 
2353         * src/summaryview.c
2354                 Basic reply-finder - click on the replied
2355                 icon gets you to the outbox using quick-search
2356
2357 2003-01-05 [paul]       0.8.8claws48
2358
2359         * src/prefs_common.c
2360                 small change to English
2361                 
2362         * src/prefs_filtering.c
2363                 prefs_filtering_action_select(): improve logic and uniformity
2364                 of gui
2365
2366 2003-01-05 [alfons]     0.8.8claws47
2367
2368         fine tune solution to focus problems (bug #7)
2369
2370         * src/mainwindow.c
2371                 mainwindow_focus_in_event(): remove grab event check
2372         * src/summaryview.c
2373                 summary_button_pressed(): move selection on right-click
2374                 too. we can't possibly move the selection back after
2375                 canceling a dialog, because gtk's incomplete focus 
2376                 management. whether this is a good solution, only time
2377                 will tell.
2378
2379 2003-01-05 [christoph]  0.8.8claws46
2380
2381         * src/imap.c
2382                 fix crash when no imap connection could be established
2383
2384 2003-01-05 [paul]       0.8.8claws45
2385
2386         * src/mainwindow.c
2387           src/sumamryview.c
2388           src/gtk/menu.[ch]
2389                 fix bug 605957 'shortcuts in popup-menu'
2390                 make user-defined shortcuts work
2391                 show shortcuts that are already defined
2392                 in the main menu
2393                 Patch submitted by Luke Plant
2394
2395 2003-01-05 [alfons]     0.8.8claws44
2396
2397         * src/mainwindow.c
2398                 focus_in_event handler should not select summary view row 
2399                 when another window (menu, dialog) grabbed for events 
2400                 (bug #7, "[0.8.8claws42] Message summary focus") 
2401
2402 2003-01-04 [christoph]  0.8.8claws43
2403
2404         * src/procmsg.c
2405                 update save folder after adding the sent message
2406                  (closes bug #6 Folder View doesn't refresh for "Sent"-messages)
2407
2408 2003-01-02 [christoph]  0.8.8claws42
2409
2410         * src/common/plugin.c
2411                 fix unloading of all plugins and unload
2412                 plugins in reverse order
2413                 
2414         * src/gtk/pluginwindow.c
2415                 implement function of load and unload button
2416
2417         * src/gtk/prefswindow.c
2418         * src/gtk/prefswindow.h
2419                 rename register function and add new unregister
2420                 function
2421
2422         * src/plugins/spamassassin/spamassassin_gtk.c
2423                 unregister prefs page and update for changes in
2424                 src/gtk/prefswindow.c
2425
2426 2003-01-02 [paul]       0.8.8claws41
2427
2428         * po/es.po
2429                 updated by Ricardo Mones Lastra
2430
2431 2003-01-02 [paul]
2432
2433         * tools/tb2sylpheed
2434                 fixes and improvements by Urke MMI
2435
2436 2003-01-02 [thorsten]   0.8.8claws40
2437
2438         * src/procmsg.c
2439                 fixed wrong return value
2440
2441 2003-01-02 [thorsten]   0.8.8claws39
2442
2443         * src/prefs.c
2444                 fixed printing wrong variable
2445
2446 2003-01-02 [thorsten]   0.8.8claws38
2447
2448         * src/prefs.c
2449                 fixed acessing members of freed pfile struct
2450
2451 2003-01-02 [thorsten]   0.8.8claws37
2452
2453         * src/procmsg.c
2454                 detect loops across several messages
2455                 as suggested by Christoph Hohmann
2456
2457 2003-01-01 [match]      0.8.8claws36
2458
2459         * src/addrindex.c
2460                 fixed another memory leak.
2461
2462 2003-01-01 [match]      0.8.8claws35
2463
2464         * src/jpilot.[ch]
2465                 fixed memory leaks. applied Doxygen comments.
2466
2467 2003-01-01 [thorsten]   0.8.8claws34
2468
2469         * src/procmsg.c
2470                 inhibit endless loop if msg references itself
2471                 (closes Bug [ 660477 ] Infinite loop in parent flag search)
2472
2473 2003-01-01 [christoph]  0.8.8claws33
2474
2475         * src/mainwindow.c
2476         * src/gtk/Makefile.am
2477         * src/gtk/pluginwindow.c                ** NEW **
2478         * src/gtk/pluginwindow.h                ** NEW **
2479                 add plugin window
2480
2481         * src/plugins/demo/demo.c
2482         * src/plugins/spamassassin/spamassassin.c
2483         * src/plugins/spamassassin/spamassassin_gtk.c
2484                 write better plugin descriptions
2485
2486 2002-12-31 [christoph]  0.8.8claws32
2487
2488         * src/gtk/prefswindow.c
2489         * src/plugins/spamassassin/spamassassin_gtk.c
2490                 some small improvements to GTK code
2491
2492 2002-12-31 [christoph]  0.8.8claws31
2493
2494         * src/plugins/spamassassin/spamassassin_gtk.c
2495                 enable folder select button
2496
2497 2002-12-31 [christoph]  0.8.8claws30
2498
2499         * src/mainwindow.c
2500         * src/gtk/Makefile.am
2501         * src/gtk/prefswindow.c                         ** NEW **
2502         * src/gtk/prefswindow.h                         ** NEW **
2503                 add new prefs window
2504
2505         * src/common/plugin.c
2506                 don't try to load empty config lines
2507         
2508         * src/plugins/spamassassin/Makefile.am
2509         * src/plugins/spamassassin/spamassassin.c
2510         * src/plugins/spamassassin/spamassassin.h       ** NEW **
2511         * src/plugins/spamassassin/spamassassin_gtk.c   ** NEW **
2512                 GTK config for SpamAssassin Plugin using
2513                 the new prefs window
2514
2515 2002-12-31 [paul]       0.8.8claws29
2516
2517         * po/POTFILES.in
2518                 remove obsolete entry 'src/menu.c'
2519
2520 2002-12-31 [alfons]     0.8.8claws28
2521
2522         * src/matcher.[ch]
2523         * src/matcher_parser_parse.y
2524         * src/prefs_matcher.c
2525                 add "ignore_thread" and "~ignore_thread" condition so it's
2526                 possible to make the actions / scoring operate on the ignore
2527                 thread flag
2528
2529 2002-12-31 [christoph]  0.8.8claws27
2530
2531         * src/addrbook.c
2532         * src/addrindex.c
2533         * src/folder.c
2534         * src/matcher.c
2535         * src/prefs_account.c
2536         * src/prefs_actions.c
2537         * src/prefs_customheader.c
2538         * src/prefs_display_header.c
2539         * src/prefs_gtk.c
2540         * src/procmime.c
2541         * src/toolbar.c
2542         * src/xmlprops.c
2543         * src/common/prefs.[ch]
2544                 extend prefs file handling for reading and automatic handling
2545                 of blocks. When reading prefs_set_block_label will automatically
2546                 move on to the block. When writing it will copy all other blocks
2547                 automatically
2548
2549         * src/common/plugin.c
2550                 Now loading plugin filenames from [Plugins] block in
2551                 sylpheed rc file
2552
2553 2002-12-30 [christoph]  0.8.8claws26
2554
2555         * src/common/hooks.[ch]
2556                 return abort status to caller of hooks_invoke
2557                 
2558         * src/inc.[ch]
2559                 invoke message filtering hook and stop
2560                 default handling when filter returns abort
2561
2562         * src/common/plugin.[ch]
2563         * src/plugins/demo/demo.c
2564                 modify plugin loader, because resolving symbols for strings
2565                 does not work correctly
2566         
2567         * configure.in
2568         * ac/spamassassin.m4                            ** NEW **
2569         * src/plugins/spamassassin/.cvsignore           ** NEW **
2570         * src/plugins/spamassassin/Makefile.am          ** NEW **
2571         * src/plugins/spamassassin/README               ** NEW **
2572         * src/plugins/spamassassin/libspamc.[ch]        ** NEW **
2573         * src/plugins/spamassassin/spamassassin.c       ** NEW **
2574         * src/plugins/spamassassin/utils.[ch]           ** NEW **
2575                 add spamassassin plugin, see src/plugins/spamassassin/README
2576                 for details
2577
2578 2002-12-29 [alfons]     0.8.8claws25
2579
2580         * src/mainwindow.c
2581                 when moving focus from a message view to the main 
2582                 window, don't forget to select the summary node
2583                 of the displayed message. should fix "[ 659103 ] 
2584                 focus-follows-mouse confuses sylpheed"
2585
2586 2002-12-29 [christoph]  0.8.8claws24
2587
2588         * src/Makefile.am
2589         * src/stringtable.[ch]          ** REMOVE **
2590         * src/common/Makefile.am
2591         * src/common/stringtable.[ch]   ** NEW **
2592                 move stringtable files to common directory
2593
2594 2002-12-29 [christoph]  0.8.8claws23
2595
2596         * src/Makefile.am
2597         * src/menu.[ch]                 ** REMOVE **
2598         * src/gtk/Makefile.am
2599         * src/gtk/menu.[ch]             ** NEW **
2600                 move menu files to gtk directory
2601
2602 2002-12-29 [match]      0.8.8claws22
2603
2604         * src/addressbook.c
2605         * src/syldap.c
2606                 moved UI specific code out of LDAP code into addressbook
2607                 UI code. fixed memory leak.
2608
2609 2002-12-29 [christoph]  0.8.8claws21
2610
2611         * src/folder.c
2612                 only check for IGNORED parent message when message is
2613                 not IGNORED itself
2614
2615 2002-12-29 [alfons]     0.8.8claws20
2616
2617         * src/summaryview.c
2618                 set gtksctree's anchor correct (immediate execute
2619                 changes the tree's layout, and anchor points at 
2620                 the incorrect row). fixes "[ 657233 ] multiple msg 
2621                 delete sometimes off by 1".
2622                 we probably have to look for more tree layout /
2623                 anchor glitches.
2624
2625 2002-12-29 [paul]       0.8.8claws19
2626
2627         * src/summaryview.c
2628                 fix bug [ 659054 ] incorrect sorting of 'From' column
2629                 when using 'display sender using address book'
2630                 thanks to Alfons and Luke Plant
2631
2632 2002-12-29 [christoph]  0.8.8claws18
2633
2634         * src/folder.c
2635         * src/procmsg.[ch]
2636                 check parent messages for IGNORE THREAD flag, when adding,
2637                 moving or copying messages to a folder
2638
2639 2002-12-27 [alfons]     0.8.8claws17
2640
2641         re-organize matcher part 5; more to come
2642
2643         * src/matcher.c
2644                 hash keywords in matchparser_tab 
2645
2646 2002-12-27 [alfons]     0.8.8claws16
2647
2648         re-organize matcher part 4; more to come
2649
2650         * src/matcher_parser.h
2651         * src/matcher_parser_lex.l
2652         * src/matcher_parser_parse.y
2653                 cleanup
2654
2655 2002-12-27 [alfons]     0.8.8claws15
2656
2657         re-organize matcher part 3; more to come
2658
2659         * src/matcher.[ch]
2660                 cleanup
2661
2662 2002-12-27 [alfons]     0.8.8claws14
2663
2664         re-organize matcher part 2; more to come but this should
2665         work. cc me if there are any regressions.
2666
2667         * src/matcher.h
2668                 add prototype for get_matchparser_tab_id()
2669         * src/matcher_parser_lex.l
2670                 look up keywords using matchparser_tab_id();
2671
2672 2002-12-27 [alfons]     0.8.8claws12
2673
2674         re-organize matcher part 1
2675
2676         * src/matcher.h
2677                 map yacc generated constants to sylpheed matcher constants
2678         * src/matcher.c
2679                 add function to find a matcher constant from a string
2680
2681 2002-12-27 [christoph]  0.8.8claws11
2682
2683         * src/compose.c
2684                 MENUITEM_ADD casts the 4th argument from integer to pointer
2685                 so it probably should not be a pointer, this means we
2686                 should use account id for it and not the account's pointer
2687
2688 2002-12-27 [paul]       0.8.8claws10
2689
2690         * src/mainwindow.c
2691                 remove unneeded 'GtkWidget *vbox'
2692                 
2693         * src/summaryview.c
2694                 further sync with 0.8.8 - make sort
2695                 by recipient work as expected
2696                 
2697         * NEWS
2698                 sync with 0.8.8
2699
2700 2002-12-27 [paul]       0.8.8claws9
2701
2702         * po/pt_BR.po
2703                 updated by Ivan F. Martinez
2704                 
2705 2002-12-27 [darko]      0.8.8claws8
2706
2707         * src/common/utils.c
2708                 added locked pattern to extended search
2709
2710 2002-12-27 [alfons]     0.8.8claws7
2711
2712         * src/prefs_matcher.[ch]
2713                 clean up
2714
2715 2002-12-26 [alfons]     0.8.8claws6
2716
2717         * src/matcher.[ch]
2718         * src/matcher_parser_lex.l
2719         * src/matcher_parser_parse.y
2720         * src/prefs_matcher.c
2721                 allow color label as a condition in the matcher
2722
2723 2002-12-26 [oliver]     0.8.8claws5
2724         
2725         * src/toolbar.c 
2726                 enable Addressbook for Main and Messageview
2727         * src/prefs_actions.c
2728                 enable actions in Messageview
2729
2730 2002-12-26 [christoph]  0.8.8claws4
2731
2732         * src/common/plugin.c
2733                 add a little debug output
2734         * configure.in
2735         * src/plugins/demo/Makefile.am
2736                 better use of automake
2737
2738 2002-12-26 [christoph]  0.8.8claws3
2739
2740         * src/Makefile.am
2741         * src/common/Makefile.am
2742                 fix "make distdir"
2743
2744 2002-12-26 [christoph]  0.8.8claws2
2745
2746         * configure.in
2747                 sort configure checks into common / gtk / plugins
2748         * po/POTFILES.in
2749                 add src/prefs_gtk.c
2750         * src/Makefile.am
2751                 add plugins SUBDIR
2752         * src/main.c
2753         * src/common/sylpheed.[ch]
2754                 added now sylpheed_done function for shutdown
2755         * src/common/Makefile.am
2756         * src/common/plugin.[ch]                ** NEW **
2757                 plugin loader and unloader
2758         * src/plugins/.cvsignore                ** NEW **
2759         * src/plugins/Makefile.am               ** NEW **
2760                 build plugins
2761         * src/plugins/demo/.cvsignore           ** NEW **
2762         * src/plugins/demo/Makefile.am          ** NEW **
2763         * src/plugins/demo/demo.c               ** NEW **
2764                 small demo plugin that installs a logtext hook and
2765                 outputs the log text to stdout
2766
2767 2002-12-26 [paul]       0.8.8claws1
2768
2769         * po/es.po
2770                 updated by Ricardo Mones Lastra
2771
2772 2002-12-26 [paul]       0.8.8claws
2773
2774         * 0.8.8claws released
2775
2776 2002-12-26 [paul]       0.8.7claws12
2777
2778         * po/bg.po
2779                 updated by George Danchev
2780
2781 2002-12-26 [paul]       0.8.7claws11
2782
2783         * po/POTFILES.in
2784                 remove unneeded 'src/prefs.c' entry 
2785
2786 2002-12-26 [paul]       0.8.7claws10
2787
2788         * src/codeconv.c
2789           src/mainwindow.c
2790                 sync with 0.8.8 release
2791         
2792         * src/folder.[ch]
2793           src/mh.c
2794           src/summaryview.c
2795                 partial sync with 0.8.8 release
2796         
2797
2798 2002-12-25 [alfons]     0.8.7claws9
2799
2800         * src/matcher.[ch]
2801         * src/matcher_parser_lex.l
2802         * src/matcher_parser_parse.y
2803         * src/prefs_matcher.c
2804                 add locked flag to possible filtering / matcher 
2805                 conditions (also a good example what should be
2806                 done to add a simple boolean condition)
2807
2808 2002-12-25 [christoph]  0.8.7claws8
2809
2810         * src/Makefile.am
2811         * src/account.[ch]
2812         * src/addrbook.c
2813         * src/addressbook.c
2814         * src/addrindex.c
2815         * src/filtering.c
2816         * src/folder.c
2817         * src/matcher.c
2818         * src/prefs.[ch]                ** REMOVE **
2819         * src/prefs_account.c
2820         * src/prefs_actions.c
2821         * src/prefs_common.c
2822         * src/prefs_customheader.c
2823         * src/prefs_display_header.c
2824         * src/prefs_filtering.c
2825         * src/prefs_folder_item.c
2826         * src/prefs_gtk.[ch]            ** NEW **
2827         * src/prefs_matcher.c
2828         * src/prefs_scoring.c
2829         * src/prefs_summary_column.c
2830         * src/procmime.c
2831         * src/selective_download.c
2832         * src/toolbar.c
2833         * src/common/Makefile.am
2834         * src/common/prefs.[ch]         ** NEW **
2835                 split prefs.[ch] into prefs_gtk.[ch] and common/prefs.[ch]
2836
2837 2002-12-24 [alfons]     0.8.7claws7
2838
2839         * src/summaryview.c
2840                 summary_thread_build(): fix real cause of the crash mentioned in
2841                 0.8.7claws3. use subject_XXX() and not g_hash_table_XXX() functions,
2842                 this way we get meaningful ctree nodes 
2843
2844 2002-12-24 [oliver]     0.8.7claws6
2845
2846         * src/mainwindow.[ch]
2847         * src/messageview.[ch]
2848         * src/compose.[ch]
2849         * src/inc.c
2850         * src/summaryview.c
2851                 changes to use updated toolbar handling
2852                 
2853 2002-12-24 [oliver]     0.8.7claws5
2854
2855         * src/toolbar.[ch]
2856                 generic toolbar handling
2857                 used ideas from Ivan Francolin Martinez (ivanfm@users.sourceforge.net)
2858         * src/prefs_toolbar.[ch]
2859                 adjust to handling
2860         
2861 2002-12-24 [oliver]     0.8.7claws4
2862         
2863         * src/stock_pixmap.[ch]
2864                 move SYLPHEED_LOGO to end of list in order 
2865                 to remove it from Custom Toolbar`s Icon View
2866
2867 2002-12-24 [alfons]     0.8.7claws3
2868
2869         * src/summaryview.c
2870                 summary_thread_build(): fix crash because of focus != selection 
2871                 after threading. when deleting the selection, gtk tries but fails 
2872                 to find the correct focusable element. we now force the selection
2873                 to be focused. this should solve the infamous bug reported by 
2874                 Jason Wojciechowski (bug "[ 633443 ] Crash on deleting messages"). 
2875                 a test case is available. 
2876
2877 2002-12-24 [darko]      0.8.7claws2
2878
2879         * src/summaryview.c
2880                 don't crash when unmarking message with unread children
2881
2882 2002-12-23 [christoph]  0.8.7claws1
2883
2884         * src/Makefile.am
2885         * src/common/Makefile.am
2886                 update Makefiles for moved intl.h, version.h and defs.h
2887         * src/imap.c
2888                 rewrite imap_session_get to avoid duplicate code
2889
2890 2002-12-23 [paul]       0.8.7claws
2891
2892         * Santa-Claws released
2893         
2894         * po/hu.po
2895           po/ru.po
2896                 squeeze in updated Hungarian and Russian translations.
2897                 Submitted by  Gál Zoltán and Ruslan N. Balkin
2898
2899 2002-12-23 [paul]       0.8.6claws129
2900
2901         * po/pl.po
2902                 updated by Witold Wladyslaw Wojciech Wilk
2903
2904 2002-12-23 [paul]       0.8.6claws128
2905
2906         * src/quote_fmt_parse.y
2907                 fix typo and add licence header
2908
2909 2002-12-23 [paul]       0.8.6claws127
2910
2911         * po/en_GB.po
2912                 updated
2913
2914 2002-12-23 [paul]       0.8.6claws126
2915
2916         * po/it.po
2917                 updated translation, submitted by Alessandro Maestri
2918                 
2919 2002-12-23 [paul]       0.8.6claws125
2920
2921         * src/quote_fmt_parse.y
2922                 fix signature-stripping on replies bug. match
2923                 '-- \n' and not '-- '.
2924
2925 2002-12-22 [paul]       0.8.6claws124
2926
2927         * po/bg.po
2928           po/es.po
2929           po/sr.po
2930                 updated translations. submitted by George Danchev,
2931                 Ricardo Mones Lastra, and Urke MMI respectively
2932
2933 2002-12-21 [paul]       0.8.6claws123
2934
2935         * src/addrbook.c
2936                 fix coding style
2937
2938 2002-12-21 [paul]       0.8.6claws122
2939
2940         * src/addrbook.c
2941                 fix bug [643638] where if a person is in one or more
2942                 addressbook groups editing that person's email 
2943                 address results in removal from those groups.
2944                 Patch submitted by Luke Plant.
2945
2946 2002-12-20 [christoph]  0.8.6claws121
2947
2948         * src/common/utils.c
2949         * src/summaryview.c
2950                 reimplement expand_search_string using GString to
2951                 prevent crashs caused by miscalculated string
2952                 lengths reported by Paul
2953
2954 2002-12-20 [christoph]  0.8.6claws120
2955
2956         * src/summaryview.c
2957                 don't use "changed" to check if op_count has to be changed as it
2958                 is also set when the message has unread children
2959                 (closes bug [ 653221 ] crash while deleting duplicates)
2960
2961 2002-12-20 [paul]       0.8.6claws119
2962
2963         * sync with 0.8.6cvs27
2964                 see ChangeLog 2002-12-20
2965
2966 2002-12-20 [paul]       0.8.6claws118
2967
2968         * sync with 0.8.6cvs26
2969                 see ChangeLog 2002-12-19 and 2002-12-20
2970
2971 2002-12-19 [alfons]     0.8.6claws117
2972
2973         * src/textview.c
2974                 fix incorrect parsing of email addresses, submitted by 
2975                 Luke Plant (thanks!). Closes bug "[ 565480 ] duplicate 
2976                 name display if it contains @".
2977
2978 2002-12-18 [paul]       0.8.6claws116
2979
2980         * sync with 0.8.6cvs23
2981                 see ChangeLog 2002-12-18
2982
2983 2002-12-18 [paul]       0.8.6claws115
2984
2985         * src/Makefile.am
2986         * src/account.c
2987         * src/codeconv.c
2988         * src/gtkutils.[ch]
2989         * src/imap.c
2990                 sync with 0.8.6cvs22.
2991                 see ChangeLog 2002-12-17 and 2002-12-18
2992
2993 2002-12-17 [christoph]  0.8.6claws114
2994
2995         * src/imap.c
2996                 o don't create a session if imap greeting fails
2997                 o don't close socket when authentication fails
2998                   this is done by imap_session_destroy
2999
3000 2002-12-17 [thorsten]   0.8.6claws113
3001
3002         * tools/Makefile.am
3003           tools/README
3004           tools/google_msgid.pl ** NEW FILE **
3005                 Added "search for message-id" script and doc
3006
3007 2002-12-17 [thorsten]   0.8.6claws112
3008
3009         * po/hu.po
3010                 Updated hungarian translation
3011                 (updated by Gal Zoltan)
3012
3013 2002-12-16 [christoph]  0.8.6claws111
3014
3015         * src/addr_compl.c
3016                 remove stupid addressbook dump to debug output
3017         * src/mh.c
3018                 fix memory leak found by Hiro
3019
3020 2002-12-14 [paul]       0.8.6claws110
3021
3022         * src/compose.c
3023                 fix menubar sensitivity on send
3024                 
3025         * src/prefs_filtering.c
3026         * src/prefs_matcher.c
3027         * src/prefs_scoring.c
3028                 Fix english ;)
3029                 
3030         * src/common/quoted-printable.h
3031                 sync: fix typo
3032         
3033 2002-12-13 [christoph]  0.8.6claws109
3034
3035         * src/Makefile.am
3036         * src/manage_window.[ch]        ** REMOVE **
3037         * src/gtk/Makefile.am
3038         * src/gtk/manage_window.[ch]    ** NEW **
3039                 move manage_window files to gtk directory
3040
3041 2002-12-13 [christoph]  0.8.6claws108
3042
3043         * src/Makefile.am
3044         * src/gtkshruler.[ch]           ** REMOVE **
3045         * src/gtk/Makefile.am
3046         * src/gtk/gtkshruler.[ch]       ** NEW **
3047                 move gtkshruler files to gtk directory
3048
3049 2002-12-13 [christoph]  0.8.6claws107
3050
3051         * src/Makefile.am
3052         * src/compose.c
3053         * src/gtkstext.[ch]             ** REMOVE **
3054         * src/gtkutils.[ch]
3055         * src/textview.c
3056         * src/gtk/gtkstext.[ch]         ** NEW **
3057         * src/gtk/Makefile.am
3058                 o move stext functions to gtkstext.c to remove
3059                   dependency of gtkutils
3060                 o move gtkstext files to gtk directory
3061
3062         * src/gtk/Makefile.am
3063         * src/gtk/sslcertwindow.[ch]
3064                 UI stuff can always depend on common code so
3065                 it's ok to add ../common to include path
3066
3067 2002-12-13 [colin]      0.8.6claws106
3068
3069         * src/summaryview.c
3070                 Disconnect sighandlers for mainwindow when
3071                 quicksearch has the focus
3072                 Fix bug #653231
3073         * src/mainwindow.[ch]
3074                 Make key_pressed callback public, to be able
3075                 to disconnect it
3076
3077 2002-12-13 [christoph]  0.8.6claws105
3078
3079         * src/mh.c
3080                 create .mh_sequences file in new MH folders
3081                 (closes feature request [ 523162 ] MH folders should
3082                  get a .mh_sequences)
3083
3084 2002-12-13 [colin]      0.8.6claws104
3085
3086         * src/summaryview.c
3087                 Better handling of quicksearch show/hide
3088                 (basically the button stays under the mouse 
3089                  when toggled)
3090
3091 2002-12-13 [paul]       0.8.6claws103
3092
3093         * sync with 0.8.6cvs17
3094                 see ChangeLog 2002-12-13
3095
3096 2002-12-13 [paul]       0.8.6claws102
3097
3098         * po/es.po
3099                 updated by Ricardo Mones Lastra
3100
3101 2002-12-11 [colin]       0.8.6claws101
3102
3103         * src/folder.c
3104                 remove statusbar stuff
3105           src/folderview.c
3106                 set statusbar verbosity when moving folders
3107
3108 2002-12-11 [colin]       0.8.6claws100
3109         * src/prefs_filtering.c
3110         * src/prefs_matcher.c
3111         * src/prefs_scoring.c
3112                 Fix english ;)
3113
3114 2002-12-11 [colin]       0.8.6claws99
3115
3116         * src/prefs_common.[ch]
3117                 Add summary_quicksearch_type
3118         * src/summaryview.c
3119                 Save last used quicksearch type
3120
3121 2002-12-11 [jens]       0.8.6claws98
3122         * src/prefs_filtering.c
3123         * src/prefs_matcher.c
3124         * src/prefs_scoring.c
3125                 added dialog for incomplete rules in scoring, filtering and
3126                 matcher to ask wheather really close
3127
3128 2002-12-11 [colin]      0.8.6claws97
3129
3130         * src/folder.c
3131                 Fix folder dnd statusbar logging
3132
3133 2002-12-10 [christoph]  0.8.6claws96
3134
3135         * src/compose.c
3136         * src/folder.c
3137         * src/imap.c
3138         * src/inc.c
3139         * src/main.c
3140         * src/mainwindow.c
3141         * src/news.c
3142         * src/send.c
3143         * src/statusbar.[ch]
3144         * src/common/hooks.c
3145         * src/common/log.[ch]
3146                 o handle verbose logging in statusbar directly in statusbar code
3147                   and common code does not need any knowledge about a statusbar
3148                 o remove direct calls to statusbar_(puts|pop)_all functions
3149
3150 2002-12-10 [jens]       0.8.6claws95
3151
3152         * src/*.c
3153                 removed gettext from g_warnings
3154         * po/POTFILES.in
3155                 cleaned and updated
3156         * po/de.po
3157                 updated
3158
3159 2002-12-10 [colin]      0.8.6claws94
3160
3161         * src/main.c
3162                 finish crash dialog fix
3163
3164 2002-12-10 [colin]      0.8.6claws93
3165
3166         * src/main.c
3167                 "Fix" "sylpheed already running" instead of
3168                 crash dialog appearing after a crash
3169
3170 2002-12-10 [colin]      0.8.6claws92
3171
3172         * po/POTFILES.in
3173                 add src/gtk/sslcertwindow.c
3174
3175 2002-12-10 [paul]       0.8.6claws91
3176
3177         * po/POTFILES.in
3178                 updated to reflect recent changes
3179                 submitted by Alessandro Maestri
3180
3181 2002-12-09 [christoph]  0.8.6claws90
3182
3183         * src/Makefile.am
3184         * src/smtp.[ch]                 ** REMOVE **
3185         * src/common/Makefile.am
3186         * src/common/smtp.[ch]          ** NEW **
3187                 move smtp files to common directory
3188
3189 2002-12-09 [christoph]  0.8.6claws89
3190
3191         * src/Makefile.am
3192         * src/session.[ch]              ** REMOVE **
3193         * src/common/Makefile.am
3194         * src/common/session.[ch]       ** NEW **
3195                 move session files to common directory
3196
3197 2002-12-09 [paul]       0.8.6claws88
3198
3199         * src/account.c
3200                 fix bug [649746] edit accounts: move account reverted
3201                 Patch submitted by Luke Plant <lukeplant@users.sourceforge.net>
3202
3203 2002-12-09 [colin]      0.8.6claws87
3204
3205         * src/ssl_certificate.c
3206                 cleanup
3207
3208 2002-12-09 [colin]      0.8.6claws86
3209
3210         * src/ssl.c
3211                 Try to open the cert.pem database and 
3212                 issue a warning if it isn't there
3213
3214 2002-12-09 [colin]      0.8.6claws85
3215
3216         * src/common/ssl_certificate.c
3217         * src/gtk/sslcertwindow.c
3218                 Warning fixes
3219
3220 2002-12-09 [colin]      0.8.6claws84
3221
3222         * src/ssl_certificate.[ch] ** REMOVED **
3223         * src/common/ssl_certificate.[ch] ** NEW **
3224         * src/Makefile.am
3225         * src/common/Makefile.am
3226                 Moved ssl_certificate.[ch] to common
3227         * src/common/ssl.c 
3228                 Put back needed include
3229         * src/gtk/sslcertwindow.[ch]
3230                 Changed ssl_certificate.h include
3231         
3232 2002-12-09 [colin]      0.8.6claws83
3233
3234         * src/gtk/sslcertwindow.[ch]
3235                 Implement hook for certificate acception
3236         * src/ssl_certificate.[ch]
3237                 Implement hook for certificate acception
3238         * src/common/ssl.c
3239                 Reenable certificate acception check
3240         * src/mainwindow.c
3241                 Register sslcertwindow's hook
3242         
3243 2002-12-08 [christoph]  0.8.6claws82
3244
3245         * src/about.c
3246         * src/addr_compl.c
3247         * src/codeconv.c
3248         * src/manual.c
3249         * src/undo.c
3250         * src/common/utils.c
3251                 o add missing includes
3252                 o fix warnings
3253         * src/.cvsignore
3254         * src/common/.cvsignore
3255         * src/common/version.h          ** REMOVE **
3256                 remove autogenerated file
3257
3258 2002-12-08 [paul]       0.8.6claws81
3259
3260         * src/stringtable.c
3261                 put back needed include
3262
3263 2002-12-08 [colin]      0.8.6claws80
3264         
3265         * src/gtk/sslcertwindow.c
3266                 Cleaner popups when asking
3267         * src/ssl_certificate.c
3268         * src/prefs_common.[ch]
3269                 remove ssl certificate pref
3270                 put back needed include
3271         * src/undo.c
3272                 put back needed include
3273
3274 2002-12-08 [christoph]  0.8.6claws79
3275
3276         * src/folderview.c
3277         * src/logwindow.c
3278         * src/statusbar.c
3279         * src/summaryview.c
3280                 only abort hook invokation if required data is missing not
3281                 if our own data pointer is NULL, update hookfunction for
3282                 log window
3283
3284 2002-12-08 [paul]       0.8.6claws78
3285
3286         * src/about.c
3287         * src/addrcache.c
3288         * src/addrclip.c
3289         * src/addr_compl.c
3290         * src/addrselect.c
3291         * src/codeconv.c
3292         * src/colorlabel.c
3293         * src/enriched.c
3294         * src/esmtp.c
3295         * src/exporthtml.c
3296         * src/headerview.c
3297         * src/imageview.c
3298         * src/manual.c
3299         * src/noticeview.c
3300         * src/pgptext.c
3301         * src/scoring.c
3302         * src/sourcewindow.c
3303         * src/stringtable.c
3304         * src/undo.c
3305                 clean up: remove unneccesary includes
3306
3307 2002-12-08 [christoph]  0.8.6claws77
3308
3309         * src/folderview.c
3310         * src/statusbar.c
3311         * src/summaryview.c
3312         * src/common/hooks.[ch]
3313                 hook functions now have a gboolean return value, if a hook
3314                 returns TRUE it will stop executing of any more hooks in
3315                 the same hooklist for this invokation
3316
3317 2002-12-08 [colin]      0.8.6claws76
3318         
3319         * src/main.c
3320                 put back argv0 for CRASH_DIALOG
3321
3322 2002-12-08 [christoph]  0.8.6claws75
3323
3324         * src/Makefile.am
3325         * src/about.c
3326         * src/account.c
3327         * src/crash.c
3328         * src/esmtp.h
3329         * src/imap.[ch]
3330         * src/inc.c
3331         * src/main.c
3332         * src/mainwindow.c
3333         * src/news.c
3334         * src/pop.[ch]
3335         * src/prefs_account.[ch]
3336         * src/prefs_common.[ch]
3337         * src/send.[ch]
3338         * src/smtp.[ch]
3339         * src/ssl_certificate.[ch]
3340         * src/ssl_manager.[ch]
3341         * src/common/Makefile.am
3342         * src/common/log.c
3343         * src/common/nntp.[ch]
3344         * src/common/socket.[ch]
3345         * src/common/ssl.[ch]
3346         * src/gtk/sslcertwindow.[ch]
3347         * ac/openssl.m4
3348                 use new autoconf script to detect OpenSSL with extra parameters
3349                 to specify the location of libs and includes, also remove USE_SSL
3350                 to USE_OPENSSL
3351
3352         * src/common/sylpheed.[ch]
3353         * src/common/version.h.in
3354                 start seperation of common code initialization seperated from gui
3355
3356         * src/summaryview.c
3357                 The function that is called when a color label changes
3358                 should not change the color lable again
3359
3360 2002-12-08 [colin]      0.8.6claws74
3361
3362         * src/gtk/sslcertwindow.c
3363                 warning fixes
3364
3365 2002-12-08 [colin]      0.8.6claws73
3366
3367         * src/statusbar.c
3368           src/common/log.h
3369                 Register a hook for statusbar_puts_all
3370         * src/common/log.c
3371                 invoke statusbar_puts_all's hook
3372         
3373 2002-12-08 [colin]      0.8.6claws72
3374
3375         * src/ssl_certificate.c
3376                 Put back a badly-removed include
3377
3378 2002-12-08 [colin]      0.8.6claws71
3379
3380         * src/gtk/sslcertwindow.[ch]    ** NEW **
3381                 new certificate presentation
3382         * src/gtk/Makefile.am
3383                 add new files
3384         * src/ssl_certificate.[ch]
3385                 gtk cleanup, made utility functions public
3386         * src/ssl_manager.c
3387                 use new cert presentation
3388
3389 2002-12-07 [christoph]  0.8.6claws70
3390
3391         * src/Makefile.am
3392         * src/nntp.[ch]                 ** REMOVE **
3393         * src/common/Makefile.am
3394         * src/common/nntp.[ch]          ** NEW **
3395                 move nntp files to common directory
3396
3397 2002-12-07 [christoph]  0.8.6claws69
3398
3399         * src/procmsg.[ch]
3400         * src/summaryview.c
3401                 implement msginfo update callback using sylpheed's new
3402                 hook system. Invoke hooks from procmsg_msginfo_[un]set_flags.
3403
3404 2002-12-06 [christoph]  0.8.6claws68
3405
3406         * src/editgroup.c
3407                 This patch changes the 'Edit Group Details' dialog to
3408                 allow extended selections in either pane, so that
3409                 addresses can be added or removed from a group more
3410                 quickly and easily. (it actually is a net decrease in
3411                 file size, as some unnecessary functions have been
3412                 removed). 
3413                 (patch submitted by Luke Plant <lukeplant@users.sourceforge.net>)
3414
3415 2002-12-06 [christoph]  0.8.6claws67
3416
3417         * src/Makefile.am
3418         * src/template.[ch]             ** REMOVE **
3419         * src/common/Makefile.am
3420         * src/common/template.[ch]      ** NEW **
3421                 move template files to common directory
3422
3423         * src/nntp.c
3424                 add missing log.h include
3425
3426 2002-12-06 [melvin]     0.8.6claws66
3427
3428         * src/prefs_actions.c
3429                 Added the trailing ">" syntax to insert command's output
3430                 without replacing old text (in contrast to trailing "|").
3431
3432 2002-12-05 [colin]      0.8.6claws65
3433         
3434         * src/common/utils.c
3435                 Don't modify original search_string or it'll change
3436                 the next iterations in the for()
3437
3438 2002-12-05 [darko]      0.8.6claws64
3439
3440         * src/common/utils.c
3441                 proper check for filtering commands, found by Colin
3442
3443 2002-12-05 [darko]      0.8.6claws63
3444
3445         * src/common/utils.c
3446                 check proper string for NULL pointer, found by Colin
3447
3448 2002-12-05 [darko]      0.8.6claws62
3449
3450         * src/common/utils.[ch]
3451                 expand_search_string(): new function
3452                 converts Mutt-like patterns to Sylpheed's
3453                 filtering engine
3454         * src/summaryview.c
3455                 use expand_search_string() to allow Mutt-like
3456                 patterns in extended search
3457         * README.claws
3458                 document extended option in quick search
3459
3460 2002-12-05 [paul]       0.8.6claws61
3461
3462         * sync with 0.8.6cvs16
3463                 see ChangeLog 2002-12-05
3464                 
3465         * po/POTFILES.in
3466                 clean up
3467
3468 2002-12-04 [christoph]  0.8.6claws60
3469
3470         * src/imap.[ch]
3471                 put imap authentication code into a new function and
3472                 remove it from imap_session_new that will allow to
3473                 send other commands before authentication
3474
3475 2002-12-04 [christoph]  0.8.6claws59
3476
3477         * src/imap.[ch]
3478                 use already existing method to prevent unneeded IMAP
3479                 folder selects. Set imap_select parameters to NULL
3480                 in some functions if the values are not required.
3481
3482         * src/xml.h
3483                 remove no longer required include
3484
3485 2002-12-04 [paul]       0.8.6claws58
3486
3487         * po/es.po
3488                 updated by Ricardo Mones Lastra
3489                 
3490         * configure.in
3491           po/hu.po      ** NEW FILE **
3492                 initial Hungarian translation, submitted
3493                 by Gál Zoltán <galzoli@hu.inter.net>
3494
3495 2002-12-03 [christoph]  0.8.6claws57
3496
3497         * src/Makefile.am
3498         * src/gtksctree.[ch]            ** REMOVE **
3499         * src/gtk/Makefile.am
3500         * src/gtk/gtksctree.[ch]        ** NEW **
3501                 move gtksctree files to gtk directory
3502
3503 2002-12-03 [christoph]  0.8.6claws56
3504
3505         * src/Makefile.am
3506         * src/md5.[ch]                  ** REMOVE **
3507         * srm/common/Makefile.am
3508         * src/common/md5.[ch]           ** NEW **
3509                 move md5 files to common directory
3510
3511         * src/gtkstext.c
3512                 remove not required #include
3513
3514 2002-12-03 [sergey]     0.8.6claws55
3515
3516         * src/gtkutils.c
3517         * src/gtkutils.h
3518                 gtkut_window_popup(): new function.
3519         * src/mainwindow.c
3520                 main_window_popup(): use gtkut_window_popup() to raise
3521                 window without changing its position.
3522                 (see sylpheed-main ML message [sylpheed:17247])
3523
3524 2002-12-03 [sergey]     0.8.6claws54
3525
3526         * src/send.c
3527                 send_message_local(): removed first-dot escaping
3528                 (SMTP-only, not needed for sending through pipe)
3529
3530 2002-12-03 [paul]       0.8.6claws53
3531
3532         * po/POTFILES.in
3533                 update to reflect recent changes (thanks
3534                 to Ricardo Mones Lastra)
3535                 
3536         * tools/filter_conv.pl
3537                  fix problem with quoted strings. Patch submitted
3538                  by Luke Plant <lukeplant@softhome.net>
3539
3540 2002-12-03 [paul]       0.8.6claws52
3541
3542         * sync with 0.8.6cvs15
3543                 see ChangeLog 2002-12-03
3544
3545 2002-12-02 [christoph]  0.8.6claws51
3546
3547         * src/logwindow.[ch]
3548         * src/common/log.[ch]
3549                 implement logging using a hook function
3550
3551         * src/folderview.c
3552         * src/folder.[ch]
3553                 define hooklist name in header file to avoid
3554                 errors caused by wrong spelling of hooklist names
3555
3556         * src/toolbar.c
3557                 fix warnings
3558
3559 2002-12-02 [christoph]  0.8.6claws50
3560
3561         * src/common/Makefile.am
3562                 add src/common/hooks.[ch]
3563
3564         * src/common/hooks.[ch]
3565                 implement a simple hook system using glib's hook functions
3566
3567         * src/folder.[ch]
3568         * src/folderview.c
3569                 use new hook system for folder item updates
3570
3571 2002-12-02 [christoph]  0.8.6claws49
3572
3573         * doc-src/ui_seperation.txt     ** NEW **
3574                 information for ui seperation
3575
3576         * src/Makefile.am
3577                 remove files that were moved to common
3578                 include common directory by default for the header files
3579
3580         * src/inc.c
3581         * src/common/socket.c
3582         * src/automaton.[ch]
3583                 implement automaton using g_io_*-functions instead of
3584                 gdk_input_add to make it ui independent
3585
3586         * src/codeconv.c
3587         * src/compose.c
3588         * src/ldif.c
3589         * src/pgptext.c
3590         * src/procmime.c
3591         * src/rfc2015.c
3592         * src/smtp.c
3593         * src/unmime.c
3594                 remove common/ prefix because directory is now in
3595                 include path
3596
3597         * src/compose.c
3598         * src/folder.c
3599         * src/folderview.c
3600         * src/mainwindow.c
3601         * src/messageview.c
3602         * src/prefs_common.c
3603         * src/procmsg.c
3604         * src/rfc2015.c
3605                 fix warnings
3606
3607         * src/imap.c
3608         * src/inc.c
3609         * src/news.c
3610         * src/pop.c
3611         * src/send.c
3612         * src/smtp.c
3613         * src/ssl_certificate.c
3614                 add log.h header file for logging functions
3615
3616         * src/main.c
3617         * src/common/utils.c
3618         * src/summaryview.c
3619         * src/xml.c
3620                 o move debug_mode to common/utils.c
3621                 o add functions to set and get debug_mode
3622
3623         * src/defs.h                    ** REMOVE **
3624         * src/intl.h                    ** REMOVE **
3625         * src/socket.[ch]               ** REMOVE **
3626         * src/ssl.[ch]                  ** REMOVE **
3627         * src/utils.[ch]                ** REMOVE **
3628                 replaced by new files in src/common/
3629         
3630         * src/common/Makefile.am
3631                 add new files in src/common/
3632
3633         * src/common/defs.h             ** NEW **
3634         * src/common/intl.h             ** NEW **
3635         * src/common/log.[ch]           ** NEW **
3636         * src/common/socket.[ch]        ** NEW **
3637         * src/common/ssl.[ch]           ** NEW **
3638         * src/common/utils.[ch]         ** NEW **
3639                 replacement for files in src/
3640
3641 2002-12-02 [colin]      0.8.6claws48
3642
3643         * src/folderview.c
3644                 Scroll folderview if necessary during dnd
3645
3646 2002-12-02 [colin]      0.8.6claws47
3647
3648         * src/folder.[ch]
3649                 Add check to verify a move is within a single mailbox
3650         * src/folderview.c
3651                 Add specific error string for this check
3652
3653 2002-12-02 [colin]      0.8.6claws46
3654
3655         * src/folder.c
3656                 Add a test to folder moving, remove a statusbar_print
3657         * src/folderview.c
3658                 Add Move folder... context-menu item
3659                 Factorize folder moving code
3660                 Enable folder DND for mbox
3661
3662 2002-12-01 [christoph]  0.8.6claws45
3663
3664         * ac/aspell.m4
3665                 remove conf.aspelltest if the version check fails
3666
3667 2002-11-30 [christoph]  0.8.6claws44
3668
3669         * autogen.sh
3670                 run libtoolize --force in autogen to create missing
3671                 libtool scripts
3672
3673 2002-11-30 [christoph]  0.8.6claws43
3674
3675         * src/Makefile.am
3676         * src/pgptext.c
3677         * src/procmime.c
3678         * src/rfc2015.c
3679         * src/uuencode.[ch]             ** REMOVED **
3680         * src/common/Makefile.am
3681         * src/common/uuencode.[ch]      ** NEW **
3682                 move uuen/decoder to common directory
3683
3684 2002-11-30 [christoph]  0.8.6claws42
3685
3686         * src/Makefile.am
3687         * src/base64.[ch]               ** REMOVED **
3688         * src/codeconv.c
3689         * src/compose.c
3690         * src/ldif.c
3691         * src/pgptext.c
3692         * src/procmime.c
3693         * src/rfc2015.c
3694         * src/smtp.c
3695         * src/unmime.c
3696         * src/common/Makefile.am
3697         * src/common/base64.[ch]        ** NEW **
3698                 move base64 en/decoder to common directory
3699
3700 2002-11-30 [christoph]  0.8.6claws41
3701
3702         * src/common                    ** NEW **
3703                 new directory for UI independent code
3704         * src/gtk                       ** NEW **
3705                 new directory for GTK frontend
3706         * src/common/.cvsignore         ** NEW **
3707         * src/gtk/.cvsignore            ** NEW **
3708                 ignore build files
3709         * src/common/Makefile.am        ** NEW **
3710         * src/gtk/Makefile.am           ** NEW **
3711                 automake files to build new seperated stuff
3712         * src/Makefile.am
3713                 the binary will currently still be build with the
3714                 files in src, so we include the code from the
3715                 subdirs for now after building the libs there
3716
3717 2002-11-30 [paul]       0.8.6claws40
3718
3719         * src/compose.c
3720                 fix bug [642731] 'Wrong selected account with drafted mail'
3721
3722 2002-11-29 [oliver]     0.8.6claws39
3723         
3724         * src/messageview.c
3725                 o update summaryview when switching between different
3726                   messageviews          
3727         * src/toolbar.c  
3728                 o check if messageview holds already removed msg
3729                   from summaryview
3730                 
3731
3732 2002-11-29 [oliver]     0.8.6claws38
3733
3734         * src/toolbar.c 
3735                 remove not needed variables and includes
3736                 make messageview stay opened and move to next when msgs are deleted 
3737
3738 2002-11-29 [oliver]     0.8.6claws37
3739         
3740         * src/toolbar.c 
3741                 disable compose button (messageview toolbar) by default
3742                 deleted msgs are moved to trash
3743         
3744 2002-11-29 [melvin]     0.8.6claws36
3745
3746         * configure.in
3747                 Increased minimal gpgme version to 0.3.10 (Zombies out)
3748                 and to detect signatures expirations (gpgme 0.3.6)
3749
3750         * src/main.c
3751                 Use non obsolescent function for Gpgme engine checking.
3752
3753         * src/rfc2015.c
3754                 Inform about expired signatures or signatures which key
3755                 has expired. Expiration date is displayed.
3756
3757         * src/sigstatus.c
3758                 Inform about expired signatures or signatures which key
3759                 has expired.
3760
3761 2002-11-28 [paul]       0.8.6claws35
3762
3763         * src/folderview.c
3764                 re-instate 'Check for new messages' in Newsgroup
3765                 folders right-click menu, after a suggestion from
3766                 Tim Mann <timmann@users.sourceforge.net>
3767
3768         * src/main.c
3769                 after a crash check only local folders for new
3770                 messages
3771
3772 2002-11-28 [paul]       0.8.6claws34
3773
3774         * configure.in
3775                 apply patch that fixes the checking of GTK with XIM 
3776                 support on different OSs, such as FreeBSD. Patch 
3777                 submitted by Topia <topia@users.sourceforge.net>
3778                 
3779 2002-11-28 [paul]       0.8.6claws33
3780
3781         * src/mainwindow.c
3782           src/prefs_common.c
3783           src/prefs_toolbar.c
3784                 more changes to the English
3785
3786 2002-11-28 [paul]       0.8.6claws32
3787
3788         * sync with 0.8.6cvs13
3789                 see ChangeLog 2002-11-28 (no sync needed
3790                 for src/compose.c)
3791
3792 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws31
3793         
3794         * src/mainwindow.[ch]
3795                 add patch by Ivan F. Martinez introducing messageview Toolbar
3796                 some changes and committed by oliver    
3797
3798 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws30
3799
3800         * src/messageview.[ch]
3801                 add patch by Ivan F. Martinez introducing messageview Toolbar
3802                 some changes and committed by oliver    
3803
3804 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws29
3805
3806         * src/compose.[ch]
3807                 add patch by Ivan F. Martinez introducing messageview Toolbar
3808                 some changes and committed by oliver    
3809
3810 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws28
3811         
3812         * src/toolbar.[ch]
3813                 add patch by Ivan F. Martinez introducing messageview Toolbar
3814                 some changes and committed by oliver
3815
3816 2002-11-28 [oliver]     0.8.6claws27
3817         
3818         * src/prefs_toolbar.[ch]
3819                 getting ready for messageview toolbar
3820                 free mem allocated by gettext
3821                 change prefs_toolbar to prefs_toolbar_open
3822  
3823 2002-11-28 [thorsten]   0.8.6claws26
3824
3825         * src/imageview.[ch]
3826                 cleaned up conflicting declarations of
3827                 imageview_show_image()
3828
3829 2002-11-28 [paul]       0.8.6claws25
3830
3831         * src/grouplistdialog.c
3832           src/prefs_common.c
3833           src/prefs_summary_column.c
3834                 a few more improvements to the English
3835
3836 2002-11-28 [colin]      0.8.6claws24
3837
3838         * man/sylpheed.1
3839                 A few updates to command-line parameters
3840
3841 2002-11-28 [colin]      0.8.6claws23
3842
3843         * src/prefs_filtering.c
3844                 Fix problems with prefs_filtering_delete_path:
3845                 a) if the first rule is removed, original pointers
3846                    weren't updated (leading to segfaults)
3847                 b) it was always global_processing updated in case
3848                    of removed path was parent of rule path
3849
3850 2002-11-27 [paul]       0.8.6claws22
3851
3852         * src/mainwindow.c
3853           src/prefs_account.c
3854           src/prefs_actions.c
3855           src/prefs_common.c
3856           src/prefs_customheader.c
3857           src/prefs_display_header.c
3858           src/prefs_filtering.c
3859           src/prefs_folder_item.c
3860           src/prefs_matcher.c
3861           src/prefs_scoring.c
3862           src/prefs_summary_column.c
3863           src/prefs_template.c
3864           src/prefs_toolbar.c
3865                  improve the English in the GUI
3866
3867 2002-11-27 [colin]      0.8.6claws21
3868
3869         * src/folder.c
3870                 Fix processing renaming problems happening after
3871                 last commit
3872
3873 2002-11-27 [colin]      0.8.6claws20
3874
3875         * src/folder.c
3876                 recursive move now deletes src each subfolder after 
3877                 having moved it
3878         * src/folderview.c
3879                 Use identifier instead of path during dnd (enables
3880                 IMAP folder dnd)
3881
3882 2002-11-27 [paul]       0.8.6claws19
3883
3884         * src/main.c
3885                 apply patch that does command-line processing 
3886                 BEFORE gtk_init, allowing claws to run from 
3887                 shell-scripts in non-X environment (e.g. crontab 
3888                 or ip-up, ip-down scripts). Patch submitted by
3889                 Ruslan N. Balkin <baron@dartel.ru>
3890                 
3891         * po/it.po
3892                 updated by Alessandro Maestri
3893
3894 2002-11-27 [paul]       0.8.6claws18
3895
3896         * sync with 0.8.6cvs12
3897           src/prefs_common.c
3898                 Differences are that main uses a 'Receive dialog'
3899                 frame on the Interface tab, whereas claws groups all 
3900                 the dialogs together in a 'Dialogs' frame.
3901
3902 2002-11-27 [colin]      0.8.6claws17
3903
3904         * src/prefs_matcher.c
3905                 Fix Execute criteria's NOT flag
3906
3907
3908 2002-11-26 [christoph]  0.8.6claws16
3909
3910         * src/ssl.c
3911                 rewrite the ssl code a little bit, only use one
3912                 SSL context, set default certificates' file/path
3913
3914 2002-11-26 [thorsten]   0.8.6claws15
3915
3916         * src/compose.c
3917                 default-reply-to didn't work for ml-reply
3918
3919 2002-11-26 [melvin]     0.8.6claws14
3920
3921         * src/prefs_actions.c
3922                 Made pipe-actions ignore short headers in message view
3923                 Made trailing-pipe-actions write in the message view with
3924                 the same font as the original message
3925
3926 2002-11-26 [paul]       0.8.6claws13
3927
3928         * src/compose.c
3929                 this time commit the correct file
3930
3931 2002-11-26 [paul]       0.8.6claws12
3932
3933         * sync with 0.8.6cvs11
3934           src/quote_fmt_parse.y  
3935                 no sync needed
3936           src/account.[ch]       
3937                 not sync'ed
3938           src/compose.c
3939                 compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
3940                 on draft mode.
3941                 compose_reedit(): add check for 'X-Sylpheed-Account-Id:' 
3942                 header
3943                 
3944         see ChangeLog 2002-11-25 and 2002-11-26
3945
3946 2002-11-26 [colin]      0.8.6claws11
3947
3948         * src/folderview.c
3949                 Fix collapsed folder not auto-expanding during
3950                 mail dnd, if it was the source folder.
3951
3952 2002-11-25 [colin]      0.8.6claws10
3953
3954         * src/folderview.[ch]
3955                 Variable renaming and cleaning (slist of nodes 
3956                 to be re-collapsed is stored in FolderView)
3957
3958 2002-11-25 [paul]       0.8.6claws9
3959
3960         * src/prefs_common.[ch]
3961                 fix breakage caused by last commit
3962
3963 2002-11-25 [paul]       0.8.6claws8
3964
3965         * sync with 0.8.6cvs4
3966                 see ChangeLog 2002-11-21
3967
3968 2002-11-25 [paul]       0.8.6claws7
3969
3970         * sync with 0.8.6cvs4
3971                 see ChangeLog 2002-11-20
3972
3973 2002-11-25 [paul]       0.8.6claws6
3974
3975         * sync with 0.8.6cvs3
3976                 see ChangeLog 2002-11-18
3977
3978 2002-11-25 [colin]      0.8.6claws5
3979
3980         * src/gtkutils.[ch]
3981                 Add gtkut_ctree_node_is_parent()
3982         * src/folderview.c
3983                 Spring-loaded folders
3984
3985 2002-11-25 [colin]      0.8.6claws4
3986
3987         * src/utils.[ch]
3988                 Add slist_concat_unique(), function to merge
3989                 two GSList filtering dups
3990         * src/folder.[ch]
3991         * src/summaryview.[ch]
3992         * src/folderview.c
3993         * src/main.c
3994                 Add detection/update/display of unread answers
3995                 to marked mails
3996         * src/procmsg.[ch]
3997                 Add procmsg_find_children()
3998                 Add procmsg_msg_has_marked_parent()
3999
4000 2002-11-25 [colin]      0.8.6claws3
4001
4002         * src/ssl_certificate.[ch]
4003                 Allow checking a certificate without a DNS
4004                 lookup
4005                 Allow to forget a cert (by deleting it)
4006                 Make ssl_certificate_destroy_public
4007         * src/ssl_manager.[ch] ** NEW FILES **
4008                 Gui to manage (display/remove) certificates
4009         * src/prefs_common.[ch]
4010                 Add a pref to allow silent acceptation of
4011                 trusted certificates or not (based on the
4012                 "I want to know what's going on" principle)
4013         * src/mainwindow.c
4014                 Add SSL manager in Tools menu
4015         * src/Makefile.am
4016                 Add the new files to the build
4017         * po/POTFILES.in
4018                 Add ssl_manager.c to translations
4019
4020 2002-11-25 [colin]      0.8.6claws2
4021
4022         * src/summaryview.[ch]
4023                 Add S_SEARCH_EXTENDED to the quick search, which 
4024                 allows to search using filtering syntax.
4025
4026 2002-11-25 [colin]      0.8.6claws1
4027
4028         * src/summaryview.c
4029                 Deletion of duplicates now prefer deleting
4030                 the unread dup (fixes feature-request 638989).
4031
4032 2002-11-24 [paul]       0.8.6claws
4033
4034         * po/es.po
4035           po/pl.po
4036           po/ru.po
4037           po/sr.po
4038                 updated by Ricardo Mones Lastra,
4039                 Witold Wladyslaw Wojciech Wilk,
4040                 Ruslan N. Balkin, and  Urke MMI 
4041                 respectively
4042
4043 2002-11-24 [paul]       0.8.5claws182
4044
4045         * po/bg.po
4046                 updated by George Danchev
4047
4048 2002-11-23 [alfons]     0.8.5claws181
4049
4050         * src/imap.c
4051                 tiny memory leak found by browsing Dimitar's 
4052                 valgrind report
4053
4054 2002-11-23 [paul]       0.8.5claws180
4055
4056         * po/it.po
4057                 updated by Alessandro Maestri
4058
4059 2002-11-22 [christoph]  0.8.5claws179
4060
4061         * src/compose.c
4062         * src/inc.c
4063         * src/prefs_filtering.c
4064         * src/summaryview.c
4065                 more warning fixes
4066
4067 2002-11-22 [alfons]     0.8.5claws178
4068
4069         * src/summaryview.c
4070                 summary_execute_delete_func(): if message is deleted, make 
4071                 sure to also remove its entry in the subject hash table. 
4072                 fixes a corner case bug.
4073
4074 2002-11-22 [paul]       0.8.5claws177
4075
4076         * .cvsignore
4077                 add 'autom4te.cache'
4078                 
4079         * ltconfig      ** REMOVED **
4080                 not needed
4081
4082 2002-11-22 [paul]       0.8.5claws176
4083
4084         * src/textview.c
4085                 textview_set_font(): fix for message display in
4086                 UTF-8 locales (thanks to Sergey Vlasov).
4087                 
4088         * AUTHORS
4089                 add new team members and contributors
4090
4091
4092 2002-11-21 [colin]      0.8.5claws175
4093
4094         * src/procmsg.[ch]
4095                 Add procmsg_remove_special_headers()
4096         * src/mh.c
4097                 Use procmsg_remove_special_headers() for 
4098                 previous fix
4099
4100 2002-11-21 [colin]      0.8.5claws174
4101
4102         * src/mh.c
4103                 Fix moving/copying from queue/draft folders
4104                 for MH folders
4105
4106 2002-11-21 [christoph]  0.8.5claws173
4107
4108         * src/crash.c
4109         * src/filtering.c
4110         * src/logwindow.c
4111         * src/main.c
4112         * src/matcher_parser_lex.[hl]
4113         * src/mbox.c
4114         * src/mbox_folder.[ch]
4115         * src/prefs_filtering.c
4116         * src/procheader.c
4117         * src/quote_fmt_lex.l
4118         * src/ssl.c
4119                 fix all warnings except the warnings in lex and yacc files
4120
4121 2002-11-20 [christoph]  0.8.5claws172
4122
4123         * src/imap.c
4124                 fix MsgInfo retrieval for IMAP draft and queue folders
4125                 (closes bug [ 619558 ] Draft saving on IMAP box issue)
4126
4127 2002-11-19 [christoph]  0.8.5claws171
4128
4129         * src/compose.c
4130                 fix segfault, when draft saving does not get
4131                 the MsgInfo of the new message
4132                 (closes bug [ 640699 ] Claws170: crash drafting mail ( IMAP ))
4133
4134 2002-11-19 [christoph]  0.8.5claws170
4135
4136         * src/procmsg.c
4137                 add parameter check for flag setting function
4138                 (closes bug [ 640619 ] Claws169: crash - drafting a mail (IMAP))
4139
4140 2002-11-18 [paul]       0.8.5claws169
4141
4142         * src/compose.c
4143                 more sensitivity fixes to redirect mode:
4144                 * disable toolbar draft button
4145                 * allow only Address book in the Tools menu
4146                 * disable editing of message by the spell
4147                   checker
4148
4149 2002-11-18 [paul]       0.8.5claws168
4150
4151         * src/compose.c
4152                 fix sensitivity of menu items in compose_redirect():
4153                 allow only the necessary items 
4154
4155 2002-11-18 [paul]       0.8.5claws167
4156
4157         * src/compose.c
4158                 fix bug [ 603259 ] 'attachment got lost on bounce'
4159
4160 2002-11-18 [paul]       0.8.5claws166
4161
4162         * po/ru.po
4163                 updated by Ruslan N. Balkin <baron@dartel.ru>
4164
4165 2002-11-18 [colin]      0.8.5claws165
4166
4167         * src/main.c
4168           src/defs.h
4169                 Remove old filtering stuff
4170
4171
4172 2002-11-17 [oliver]     0.8.5claws164
4173
4174         * src/toolbar.h
4175                 remove not needed typedef 
4176
4177 2002-11-17 [oliver]     0.8.5claws163
4178
4179         * src/toolbar.c
4180                 make toolbar's on click events translatable
4181
4182 2002-11-15 [colin]      0.8.5claws162
4183
4184         * src/summaryview.c
4185                 Revert too-soon integration of a feature
4186
4187 2002-11-15 [christoph]  0.8.5claws161
4188
4189         * src/imap.c
4190                 use main's implementation of imap_get_msginfo
4191
4192 2002-11-15 [christoph]  0.8.5claws160
4193
4194         * src/compose.c
4195         * src/folder.[ch]
4196         * src/imap.c
4197         * src/mbox_folder.c
4198         * src/mh.c
4199         * src/news.c
4200         * src/procmsg.c
4201         * src/summaryview.c
4202                 replace claws' fetch_msginfo with main's get_msginfo
4203                 (use main's implementation where possible)
4204
4205 2002-11-15 [colin]      0.8.5claws159
4206
4207         * src/ssl_certificate.c
4208                 Missed a check
4209
4210 2002-11-16 [melvin]     0.8.5claws158
4211
4212         * po/fr.po
4213                 Updated French translations.
4214
4215 2002-11-16 [colin]      0.8.5claws157
4216
4217         * src/ssl_certificate.c
4218                 Check for missing parts in the certificates
4219
4220 2002-11-15 [colin]      0.8.5claws156
4221
4222         * src/folderview.c
4223                 Preventive fix (missing check) found by
4224                 Alfons
4225
4226 2002-11-15 [paul]
4227
4228         * NEWS
4229                 sync with 0.8.6 release
4230
4231 2002-11-15 [colin]      0.8.5claws155
4232
4233         * src/folder.[ch]
4234           src/folderview.c
4235                 Fix error handling of folder_item_move_to()
4236                 (thanks to Alfons!)
4237
4238 2002-11-15 [colin]      0.8.5claws154
4239
4240         * src/folder.[ch]
4241           src/folderview.c
4242                 folder_item_move_to() sets an error message instead
4243                 of having GUI stuff in folder.c
4244
4245 2002-11-15 [colin]      0.8.5claws153
4246
4247         * src/procmsg.[ch]
4248                 Implemented a callback for MsgInfo updates, 
4249                 heavily copy/pasted from Christoph's folder 
4250                 callback system
4251         * src/summaryview.[ch]
4252                 Register summary_update_msg as callback
4253
4254 2002-11-14 [colin]      0.8.5claws152
4255         
4256         * src/procmsg.c
4257                 Update the FolderItem after sending (fixes 617593)
4258
4259 2002-11-14 [christoph]  0.8.5claws151
4260
4261         * src/folder.c
4262                 fix wrong position of NULL pointer check found
4263                 by Sergey
4264
4265 2002-11-14 [christoph]  0.8.5claws150
4266
4267         * src/folder.c
4268                 fix segfault when deleting messages from IMAP folders
4269                 (closes bug [ 635641 ] Crash deleting mail in IMAP trash)
4270
4271 2002-11-14 [colin]      0.8.5claws149
4272
4273         * src/compose.c
4274                 Forwarding was also ignoring the folder's default account.
4275
4276 2002-11-14 [colin]      0.8.5claws148
4277
4278         * src/compose.c
4279                 Fix sent folder not set to folder properties when 
4280                 forwarding.
4281
4282 2002-11-14 [thorsten]   0.8.5claws147
4283
4284         * src/inc.c
4285                 inc_start(): Files were not moved from .processing to inbox,
4286                 if no global processing rule existed
4287
4288 2002-11-14 [colin]      0.8.5claws146
4289
4290         * src/ssl_certificate
4291                 Fix file operations
4292
4293 2002-11-14 [paul]       0.8.5claws145
4294
4295         * po/it.po
4296                 updated by Alessandro Maestri
4297
4298 2002-11-13 [alfons]     0.8.5claws144
4299
4300         * src/folder.c
4301                 folder_item_close(): only mark messages unread
4302                 when a folder has new messages 
4303
4304 2002-11-13 [keith]      0.8.5claws143
4305
4306         * src/imap.c
4307                 Fix problem moving or copying between
4308                 IMAP folders
4309
4310 2002-11-13 [colin]      0.8.5claws142
4311
4312         * src/matcher_parser_parse.y
4313                 Fix rule problem when " don't match
4314
4315 2002-11-13 [christoph]  0.8.5claws141
4316
4317         * src/folder.c
4318         * src/folderview.c
4319                 moved cache saving to folder_item_close
4320                 the folderview should not have to deal with
4321                 this things
4322
4323 2002-11-13 [christoph]  0.8.5claws140
4324
4325         * src/summaryview.c
4326                 moved setting of important score to
4327                 summary_set_prefs_from_folderitem
4328
4329 2002-11-13 [colin]      0.8.5claws139
4330
4331         * src/matcher_parser_parse.y
4332                 Fix a segfault in the parser (happening when
4333                 a good expression had been tested and a bad 
4334                 one arrives)
4335
4336 2002-11-13 [paul]       0.8.5claws138
4337
4338         * sync with 0.8.5cvs24
4339                 see ChangeLog 2002-11-13
4340                 
4341         * po/pt_BR.po
4342                 updated by Fabio Jr. Beneditto
4343
4344 2002-11-13 [colin]      0.8.5claws137
4345         
4346         * src/msgcache.c
4347           src/defs.h
4348           src/procmsg.[ch]
4349                 Revert last commit, problem
4350
4351 2002-11-13 [colin]      0.8.5claws136
4352
4353         * src/msgcache.c
4354                 Remove duplicated code
4355         * src/defs.h
4356                 Bumped CACHE_VERSION and MARK_VERSION
4357         * src/procmsg.[ch]
4358                 Network endian for cache and mark files
4359
4360 2002-11-12 [colin]      0.8.5claws135
4361
4362         * src/inc.c
4363                 Fix the "socket error" dialog which disappeared
4364
4365 2002-11-12 [colin]      0.8.5claws134
4366
4367         * src/msgcache.c
4368                 Reverse last commit which had performance 
4369                 problems, but still reverse the list
4370
4371 2002-11-12 [colin]      0.8.5claws133
4372
4373         * src/msgcache.c
4374                 Reverse list order
4375
4376 2002-11-12 [melvin]     0.8.5claws132
4377
4378         * src/compose.c
4379                 Added a check for a NULL prefs_common.dictionary
4380
4381 2002-11-12 [colin]      0.8.5claws131
4382
4383         * src/ssl_certificate.[ch]
4384                 Use FQDN hostname
4385
4386 2002-11-12 [colin]      0.8.5claws130
4387
4388         * src/ssl_certificate.[ch]
4389                 Take connection port into account for 
4390                 checking certificates (a single hostname
4391                 could have multiple servers with multiple
4392                 certificates)
4393         * src/ssl.c
4394                 Pass the port to ssl_certificate_check
4395
4396 2002-11-12 [paul]       0.8.5claws129
4397
4398         * src/folder.c
4399                 fix a typo in last commit
4400
4401 2002-11-12 [paul]       0.8.5claws128
4402
4403         * sync with 0.8.5cvs23
4404                 see ChangeLog entry 2002-11-12
4405
4406 2002-11-11 [colin]      0.8.5claws127
4407
4408         * src/ssl_certificate.c
4409                 Cleaner messages
4410                 Don't popup, instead log error, if the 
4411                 corresponding pref is checked
4412         * src/ssl_certificate.h
4413                 include <openssl/objects/h>
4414
4415 2002-11-11 [colin]      0.8.5claws126
4416
4417         * src/ssl_certificate.h
4418                 _Really_ clean it
4419
4420 2002-11-11 [colin]      0.8.5claws125
4421         
4422         * src/ssl_certificate.c
4423                 Fixed leak
4424
4425 2002-11-11 [colin]      0.8.5claws124
4426
4427         * src/ssl.c
4428                 Cleaned a bit
4429         * src/ssl_certificate.[ch]
4430                 Cleaned a bit (better use of SSL API)
4431                 (This will cause non-recognition of saved 
4432                  certificates of claws12[23]...)
4433
4434 2002-11-11 [paul]       0.8.5claws123
4435         
4436         * po/es.po
4437                 updated by Ricardo Mones Lastra
4438
4439 2002-11-11 [colin]      0.8.5claws122
4440
4441         * src/ssl.c
4442                 Fix a typo
4443
4444 2002-11-11 [colin]      0.8.5claws121
4445
4446         * src/ssl_certificate.[ch] ** NEW FILES **
4447         * src/ssl.[ch]
4448                 Check SSL certificates presented to us
4449         * src/Makefile.am
4450                 Add ssl_certificate.[ch]
4451         * po/POTFILES.in
4452                 Add ssl_certificate.c
4453
4454 2002-11-11 [paul]       0.8.5claws120
4455
4456         * sync with 0.8.5cvs22
4457                 see ChangeLog 2002-11-11
4458
4459 2002-11-11 [paul]       0.8.5claws119
4460
4461         * sync with 0.8.5cvs21
4462                 see ChangeLog 2002-11-11
4463
4464 2002-11-10 [jens]       0.8.5claws118
4465
4466         * src/folder.c
4467         * src/folderview.c
4468                 corrected some typing
4469         * po/de.po
4470                 updated german translation
4471         * sylpheed.spec.in
4472                 cleaned up specfile and adjusted it for claws
4473
4474 2002-11-10 [colin]      0.8.5claws117
4475
4476         * src/summaryview.c
4477                 a STATUSBAR_PUSH/POP fix
4478
4479 2002-11-10 [colin]      0.8.5claws116
4480
4481         * src/prefs_folder_item.c
4482                 Fix hanging after opening folder properties
4483
4484 2002-11-10 [hoa]        0.8.5claws115
4485
4486         * src/matcher_parser_lex.l
4487         * src/matcher_parser_parse.y
4488                 config file for scoring and filtering is no more trashed
4489                 when there is a syntax error in a filtering rule when
4490                 editing it in a dialog.
4491
4492 2002-11-09 [colin]      0.8.5claws114
4493
4494         * src/mbox_folder.c
4495                 Added missing initialisation of folder->destroy()
4496
4497 2002-11-09 [colin]      0.8.5claws113
4498
4499         * src/folder.c
4500           src/folderview.c
4501                 Fix the status bar messages
4502
4503 2002-11-09 [colin]      0.8.5claws112
4504
4505         * src/folderview.c
4506                 Fix hangs after folder dnd, happening after 
4507                 claws109.
4508
4509 2002-11-09 [christoph]  0.8.5claws111
4510
4511         * src/folderview.c
4512                 just changed order of calls (reverse order of
4513                 associated calls)
4514         * src/inc.c
4515                 lock inc when checking only one account, otherwise
4516                 inc all could be executed at the same time
4517
4518 2002-11-09 [christoph]  0.8.5claws110
4519
4520         * src/folderview.c
4521                 better unlock the mouse cursor before calling
4522                 summary_show because it changes the cursor too
4523
4524 2002-11-09 [christoph]  0.8.5claws109
4525
4526         * src/folder.[ch]
4527         * src/folderview.c
4528                 add functions to open and close a folder
4529                 o opending will execute scanning for remote folders
4530                   and processing
4531                 o closing will unset new flag for messages
4532
4533 2002-11-09 [colin]      0.8.5claws108
4534
4535         * src/folder.c
4536                 Add a call to prefs_matcher_write_config to 
4537                 avoid non-leaf folders filtering settings to be
4538                 lost
4539
4540 2002-11-09 [paul]       0.8.5claws107
4541
4542         * src/prefs_account.c
4543                 re-word a label
4544
4545 2002-11-09 [colin]      0.8.5claws106
4546
4547         * src/folderview.c
4548                 Minor esthetic fix
4549
4550 2002-11-09 [colin]      0.8.5claws105
4551
4552         * src/folderview.c
4553                 Fix prefs_filtering deletion for MH folders (same
4554                 reason as below)
4555         * src/prefs_filtering.c
4556                 Fix prefs_filtering renaming and deletion for 
4557                 folder-based processing rules.  
4558
4559 2002-11-09 [christoph]  0.8.5claws104
4560
4561         * src/compose.c
4562         * src/folder.[ch]
4563         * src/folderview.[ch]
4564         * src/import.c
4565         * src/inc.c
4566         * src/main.c
4567         * src/mainwindow.c
4568         * src/messageview.c
4569         * src/prefs_folder_item.c
4570         * src/procmsg.c
4571         * src/summaryview.c
4572                 implement a callback system for folder item updates
4573
4574 2002-11-09 [colin]      0.8.5claws103
4575
4576         * src/folderview.c
4577                 Fix prefs_filtering renaming for MH folders (we
4578                 shouldn't rename by path as another folder could
4579                 have the same hierarchy).
4580
4581 2002-11-09 [colin]      0.8.5claws102
4582
4583         * src/folder.c
4584                 Fix a leak found by Christoph, use better variable
4585                 names
4586
4587 2002-11-09 [colin]      0.8.5claws101
4588
4589         * src/folder.c
4590                 One more fix for processing rules
4591
4592 2002-11-08 [colin]      0.8.5claws100
4593         
4594         * src/matcher.c
4595                 Don't copy the compiled regexp (will be reevaluated)
4596         * src/folderview.c
4597                 Lock folderview while moving
4598         * src/folder.c
4599                 Provide info on what's happening to the user
4600
4601 2002-11-08 [colin]      0.8.5claws99
4602
4603         * src/folderview.c
4604                 Fix folder reordering after a move if parent is 
4605                 root
4606         * src/scoring.[ch]
4607                 Add function to copy a ScoringProp
4608         * src/prefs_folder_item.c
4609                 Copy scoring rules when copying a folder prefs
4610
4611 2002-11-08 [colin]      0.8.5claws98
4612
4613         * src/folderview.c
4614                 Fixes in case of failure
4615         * src/filtering.[ch]    
4616                 Add function to duplicate a FilteringProp
4617         * src/matcher.[ch]
4618                 Add function to duplicate a MatcherProp
4619         * src/prefs_folder_item.c
4620                 Save folder's processing rules when copying 
4621                 its prefs
4622
4623 2002-11-08 [colin]      0.8.5claws97
4624         
4625         * src/folderview.c
4626                 Sort after move
4627         * src/folder.c 
4628                 Change a printf to debug_print
4629
4630 2002-11-08 [colin]      0.8.5claws96
4631
4632         * src/folder.c
4633           src/folderview.c
4634                 Fix segfaults, call me stupido
4635         
4636
4637 2002-11-08 [colin]      0.8.5claws95
4638
4639         *src/folder.c
4640                 Added forgotten prefs to save when moving folders
4641
4642 2002-11-08 [colin]      0.8.5claws94
4643
4644         * src/folder.c
4645                 Fixes to folder DND (prefs copy)
4646         * src/folderview.c
4647                 Optimization for folder DND (don't rescan whole tree)
4648                 Added folderview_create_folder_node() for this 
4649                 optimization, so de-duped a bit the code
4650         * src/prefs_folder_item.[ch]
4651                 Added prefs_folder_item_copy_prefs()    
4652           
4653 2002-11-08 [paul]       0.8.5claws93
4654
4655         * src/prefs_account.c
4656           tools/README
4657           tools/kmail2sylpheed_v2.pl
4658                 correct some typos
4659
4660 2002-11-08 [paul]       0.8.5claws92
4661
4662         * src/compose.c
4663           src/prefs_account.[ch]
4664                 remove account options 'clearsign' and 'ascii_armored',
4665                 replace with 'default_gnupg_mode' to prevent mixed-mode
4666                 Privacy settings
4667
4668 2002-11-08 [paul]       0.8.5claws91
4669
4670         * src/compose.[ch]
4671                 re-implement GnuPG 'on-the-fly' mode selection,
4672                 disallow mixed-mode
4673
4674 2002-11-08 [colin]      0.8.5claws90
4675
4676         * src/folderview.c
4677           src/prefs_folder_item.c
4678                 Change "Property" to "Properties"
4679
4680 2002-11-07 [colin]      0.8.5claws89
4681
4682         * src/folderview.c
4683           src/folder.c
4684                 Allow folder dropping to a root folder
4685
4686 2002-11-07 [paul]       0.8.5claws88
4687
4688         * src/compose.c
4689                 revert last commit
4690
4691 2002-11-07 [paul]       0.8.5claws87
4692
4693         * src/compose.c
4694                 fix reply-to-list bug. closes bug report
4695                 "[633382] reply-to-list broken in recent cvs"
4696
4697 2002-11-07 [paul]       0.8.5claws86
4698
4699         * src/compose.c
4700                 add a forgotten '#if USE_GPGME ... #endif'
4701
4702 2002-11-07 [paul]       0.8.5claws85
4703
4704         * sync with 0.8.5cvs20
4705                 see ChangeLog 2002-11-07
4706
4707 2002-11-07 [colin]      0.8.5claws84
4708
4709         * src/folder.[ch]
4710                 Change folder_item_move_to to return the newly 
4711                 created folderitem.
4712         * src/folderview.c
4713                 Select the new folderitem after moving.
4714
4715 2002-11-07 [colin]      0.8.5claws83
4716
4717         * src/prefs_filtering.c
4718                 Fix rule rewriting when moving a leaf folder to a 
4719                 shorter path
4720
4721 2002-11-07 [colin]      0.8.5claws82
4722
4723         * src/prefs_filtering.c
4724                 fix a leak
4725
4726 2002-11-07 [colin]      0.8.5claws81
4727
4728         * src/folder.[ch]
4729                 Add folder_item_move_to() function to move a 
4730                 folderitem into another one (updates matcher etc)
4731         * src/folderview.c
4732                 Add folder drag'n drop (context menu to come)
4733                 [Should be dataloss free, but Please backup before 
4734                  trying !]
4735
4736 2002-11-06 [colin]      0.8.5claws80
4737
4738         * src/mh.c
4739                 mh_create_folder() returns NULL if can't create
4740                 directory hierarchy
4741
4742 2002-11-06 [paul]       0.8.5claws79
4743
4744         * src/compose.[ch]
4745                 allow 'on-the-fly' changing of the type of encryption 
4746                 and/or signing used (mime/ascii) via the compose window
4747
4748 2002-11-06 [paul]       0.8.5claws78
4749
4750         * sync with 0.8.5cvs19
4751                 see ChangeLog 2002-11-06 for src/account.c: 
4752                 account_get_special_folder()
4753                 
4754 2002-11-05 [alfons]     0.8.5claws77
4755
4756         * src/crash.c
4757                 very minor cleanups: nothing to see here, move on. :-)
4758
4759 2002-11-05 [colin]      0.8.5claws76
4760
4761         * src/main.c
4762                 Changes choices if compose windows are opened to
4763                 Discard, Draft, Don't quit
4764
4765 2002-11-05 [thorsten]   0.8.5claws75
4766
4767         * src/compose.c
4768                 reenabled default_reply_to folder option
4769
4770 2002-11-05 [colin]      0.8.5claws74
4771
4772         * src/compose.[ch] 
4773                 add compose_draft()
4774         * src/crash.c
4775                 add SIGTERM handler
4776         * src/main.[ch]
4777                 add clean_quit() for the SIGTERM handler
4778
4779 2002-11-05 [paul]       0.8.5claws73
4780         
4781         * po/es.po
4782                 updated by Ricardo Mones Lastra
4783
4784 2002-11-05 [melvin]     0.8.5claws72
4785
4786         * src/logwindow.c
4787                 Fixed log-clipping bug #616795.
4788                 To stop logging in the log window use 0 length.
4789         * src/prefs_common.c
4790                 Added a label to inform about the 0 log length behaviour.
4791
4792 2002-11-05 [paul]       0.8.5claws71
4793
4794         * sync with 0.8.5cvs17
4795                 see ChangeLog 2002-11-05
4796
4797 2002-11-04 [paul]       0.8.5claws70
4798
4799         * sylpheed-128x128.png
4800           sylpheed-64x64.png
4801           sylpheed.png
4802                 replace with pngcrushed icons. Submitted by Nicolas Kaiser,
4803                 <nikai@users.sourceforge.net>
4804                 
4805         * po/bg.po
4806                 updated by George Danchev
4807
4808 2002-11-03 [thorsten]   0.8.5claws69
4809
4810         * src/main.c
4811           src/mimeview.c
4812           src/rfc2015.h
4813                 add check if gpg is active
4814
4815 2002-11-03 [thorsten]   0.8.5claws68
4816
4817         * src/toolbar.h
4818                 removed GSList declaration causing trouble on MacOS-X
4819                 (submitted by alfons, reported by xfesty)
4820
4821 2002-11-01 [paul]       0.8.5claws67
4822
4823         * src/mainwindow.c
4824                 remove last remnants of main's filter code
4825
4826 2002-11-01 [paul]       0.8.5claws66
4827
4828         * tools/filter_conv.pl
4829                 fix bug where user-defined headers were ignored
4830
4831 2002-11-01 [paul]       0.8.5claws65
4832
4833         * src/logwindow.c
4834                 make a debug_print() not translatable
4835
4836 2002-10-31 [melvin]     0.8.5claws64
4837
4838         * ac/aspell.m4
4839                 Fixed --disable-aspell-test. Now --disable-aspell-test will 
4840                 not run any GNU/aspell test.  The dictionary path will
4841                 be by default /usr/local/lib/aspell/ unless --with-aspell-prefix
4842                 was given, in which case, it will be $prefix/lib/aspell/
4843         * configure.in
4844                 Fixed typo in commentary (Aspell code).
4845
4846 2002-10-31 [paul]       0.8.5claws63
4847
4848         * po/POTFILES.in
4849                 remove src/filter.c and src/prefs_filter.c
4850                 thanks to Ricardo for reminding me
4851
4852 2002-10-31 [colin]      0.8.5claws62
4853
4854         * src/mbox_folder.c
4855                 Plug some leaks
4856
4857 2002-10-31 [paul]       0.8.5claws61
4858
4859         * src/prefs_filter.[ch] ** REMOVED **
4860           src/filter.[ch]       ** REMOVED **
4861           
4862         * src/Makefile.am
4863           src/folderview.c
4864           src/inc.c
4865           src/main.c
4866           src/mainwindow.c
4867           src/mbox.c
4868           src/prefs_common.c
4869           src/prefs_filtering.c
4870           src/summaryview.[ch]
4871                 remove main's 'filter' code
4872                 
4873         README.claws
4874                 update to reflect removal of main's filter
4875
4876 2002-10-31 [paul]       0.8.5claws60
4877
4878         * src/summaryview.c
4879                 remove check for global_processing in summary_filter_open(). 
4880                 This fixes the bug where if the user uses the right-click 
4881                 'Create filter rule...' and doesn't have any filter rules 
4882                 already defined in claws' advanced filtering, the newly 
4883                 created filter rule goes to main's filtering which is 
4884                 inaccessible through the gui. Now the filter rule gets added
4885                 to claws' filtering by default.
4886
4887 2002-10-28 [melvin]     0.8.5claws59
4888
4889         * src/prefs_actions.c
4890                 Fixed bug #627322 where MIME parts were not always
4891                 correctly passed to a %p action
4892                 Display an error dialog when message filename is not found.
4893
4894 2002-10-28 [melvin]     0.8.5claws58
4895
4896         * src/prefs_common.c
4897                 Readded a missing function declaration lost in 0.8.3claws34
4898
4899 2002-10-28 [paul]       0.8.5claws57
4900
4901         * sync with 0.8.5cvs15
4902                 see ChangeLog 2002-10-28 and 2002-10-25
4903                 
4904         Note: ChangeLog entry 2002-10-24 is not sync'ed.
4905
4906 2002-10-27 [oliver]     0.8.5claws56
4907
4908         * src/pop.c
4909                 plug leak in pop3_top_recv
4910
4911 2002-10-26 [christoph]  0.8.5claws55
4912
4913         * src/folder.c
4914                 set need_update folder flag when messages are added
4915                 (closes bug [ 626922 ] folder not updated after receiving)
4916
4917 2002-10-25 [melvin]     0.8.5claws54
4918
4919         * src/imageview.c
4920                 Fixed a memleak introduced in the scaling code.
4921
4922 2002-10-24 [alfons]     0.8.5claws53
4923
4924         * src/filtering.c
4925                 make filtering's forward message action forward from the 
4926                 correct account
4927                 (closes bug [628089 ] Filter -> Forward from address problem
4928                 reported by Oktay)
4929
4930 2002-10-24 [christoph]  0.8.5claws52
4931
4932         * src/mainwindow.c
4933         * src/manual.[ch]
4934                 o use manual of current locale or english if current
4935                   locale is not available (and english is available)
4936                 o also link to sylpheed doc project manuals
4937
4938 2002-10-23 [paul]       0.8.5claws51
4939
4940         * tools/README
4941           tools/kmail2sylpheed_v2.pl
4942                 add new version of kmail addressbook importer script.
4943                 works with newer versions of Kmail/KAddressBook which
4944                 have new and rearranged data.
4945
4946 2002-10-23 [martin]     0.8.5claws50
4947
4948         * src/folderview.c
4949         * src/summaryview.c
4950         * src/utils.h
4951         * src/utils.c
4952                 added length parameter to get_abbrev_newsgroup_name()
4953                 changed this function so that it abbreviates the newsgroup
4954                 names only so long it is smaller than the length parameter
4955                 (for better reading of some newsgroup names and space efficiency)
4956
4957 2002-10-22 [colin]      0.8.5claws49
4958
4959         *src/foldersel.c
4960                 Revert Alfons' last modification (after voting ;-))
4961
4962 2002-10-21 [alfons]     0.8.5claws48
4963
4964         * src/foldersel.c
4965                 folder view in folder selection dialog reflects state of
4966                 folder view in main window
4967
4968 2002-10-18 [alfons]     0.8.5claws47
4969
4970         * src/mbox.c
4971                 drop imported messages in folder selected by user,
4972                 and not in the inbox
4973                 (closes bug [ 625424 ] Import mbox always to "Inbox" folder)
4974
4975 2002-10-18 [alfons]     0.8.5claws46
4976
4977         * src/compose.c
4978                 make automagic reply work correctly for email accounts 
4979                 (whether it's viable to do a full sync with Hiro's 
4980                 compose.c is still under discussion)
4981
4982 2002-10-18 [melvin]     0.8.5claws45
4983
4984         * src/prefs_actions.c
4985                 Fixed bug #622275 where asynchroneous actions left 
4986                 zombies processes
4987                 Made (synchroneous) actions' input be displayed live.
4988
4989 2002-10-18 [christoph]  0.8.5claws44
4990
4991         * src/textview.c
4992                 don't add a newline in the textview in front of the
4993                 first textpart if header display is disabled
4994                 (closes bug [ 603385 ] disabled header display leaves blank
4995                  lin)
4996
4997 2002-10-18 [christoph]  0.8.5claws43
4998
4999         * src/folder.[ch]
5000         * src/imap.c
5001         * src/mbox_folder.c
5002         * src/mh.c
5003         * src/news.c
5004                 folder->get_num_list now returns an error code
5005                 (closes bug [ 609424 ] News cache cleared on failure)
5006                 
5007 2002-10-17 [colin]      0.8.5claws42
5008         
5009         * src/news.c
5010                 Changed a printf by debug_print
5011
5012 2002-10-16 [paul]       
5013
5014         * tools/OOo2sylpheed.pl
5015                 allow for spaces in the name of the
5016                 file to be attached.
5017
5018 2002-10-16 [colin]      0.8.5claws41
5019
5020         * src/main.c
5021                 Use a tristate to change online mode
5022
5023 2002-10-16 [paul]       0.8.5claws40
5024
5025         * po/es.po
5026                 updated by Ricardo Mones Lastra
5027
5028 2002-10-16 [colin]      0.8.5claws39
5029
5030         * src/main.c
5031           src/mainwindow.[ch]
5032                 Added --online and --offline command-line
5033                 switches
5034
5035 2002-10-15 [christoph]  0.8.5claws38
5036
5037         * src/procmime.c
5038                 set mimeinfo->name to NULL after g_free to
5039                 avoid double freeing with g_free
5040
5041 2002-10-14 [christoph]  0.8.5claws37
5042
5043         * src/compose.c
5044         * src/filtering.c
5045         * src/summaryview.c
5046                 remove calls to folder->change_flags that are now
5047                 done by procmsg flag functions (seems it is not
5048                 used by any foldertype anyway)
5049         * src/folder.c
5050                 init folder->change_flags with NULL
5051
5052 2002-10-14 [christoph]  0.8.5claws36
5053
5054         * src/folder.[ch]
5055         * src/imap.[ch]
5056                 use virtual functions for folder item new and destroy
5057                 functions
5058
5059 2002-10-14 [melvin]     0.8.5claws35
5060
5061         * src/compose.c
5062                 Added a test to not run the spell checker if no default
5063                 dictionary is available. No dialog is displayed though.
5064
5065 2002-10-14 [melvin]     0.8.5claws34
5066
5067         * src/gtkaspell.c
5068                 Fixed bug in dictionary list context menu where
5069                 "More..." pointed to an emtpy submenu if the
5070                 number of dictionaries is a multiple of 15
5071                 Removed unneeded code in suggestions list creation
5072
5073 2002-10-14 [paul]       0.8.5claws33
5074
5075         * po/bg.po
5076                 updated by George Danchev
5077
5078 2002-10-13 [hoa]        0.8.5claws32
5079
5080         * src/matcher.[ch]
5081           src/matcher_parser_parser.y
5082                 removed the escaped string from internal structure
5083                 of matcher.
5084
5085 2002-10-12 [colin]      0.8.5claws31
5086
5087         * src/gtksctree.[ch]
5088           src/summaryview.c
5089                 Removed useless function gtksctree_reanchor
5090
5091 2002-10-12 [alfons]     0.8.5claws30
5092         
5093         * sync with remaining main changes 2002-10-09 - 2002-10-11
5094         - drop changes to src/compose.c (requires claws specific changes)
5095         
5096 2002-10-12 [alfons]     0.8.5claws29
5097         
5098         * sync with main changes of 2002-10-08
5099         - drop changes to src/compose.c (requires claws specific changes)
5100         - drop changes to src/summaryview.c (requires changes to compose.c)     
5101
5102 2002-10-12 [alfons]     0.8.5claws28
5103         
5104         * sync with main changes of 2002-10-07
5105
5106 2002-10-12 [alfons]     0.8.5claws27
5107
5108         * sync with main changes of 2002-10-04
5109         - drop changes to src/compose.c (requires claws specific changes)
5110         - drop changes to src/prefs_folder_item.c (claws implementation
5111           seems to be working)
5112
5113 2002-10-12 [colin]      0.8.5claws26
5114
5115         * src/mainwindow.c
5116                 Fix folder-flicker when space-reading, introduced 
5117                 in claws22.
5118
5119 2002-10-12 [colin]      0.8.5claws25
5120
5121         * src/compose.c
5122                 Save account address when saving as draft.
5123                 (closes bug 621838)
5124
5125 2002-10-12 [colin]      0.8.5claws24
5126
5127         * src/summaryview.c
5128                 Fix the problem consisting of no message selected
5129                 after the last message in a folder has been moved.
5130
5131 2002-10-12 [paul]       0.8.5claws23
5132
5133         * src/compose.c
5134           src/prefs_template.c
5135           src/template.[ch]
5136                 add Cc and Bcc to templates. Patch submitted by
5137                 John L. Males.
5138
5139 2002-10-12 [colin]      0.8.5claws22
5140
5141         * src/folderview.c
5142                 Fix a bug after "Check for new messages":
5143                 If a folder was opened, it was still selected at
5144                 the end of the check, but displayed empty.
5145         * src/mainwindow.c
5146                 Remove unnecessary check
5147
5148 2002-10-12 [paul]
5149
5150         * tools/README
5151                 be more verbose in the description of
5152                 OOo2sylpheed.pl
5153                 
5154
5155 2002-10-11 [colin]      0.8.5claws21
5156
5157         * src/mainwindow.c
5158                 Make space work (better) when no mail is selected
5159
5160 2002-10-11 [colin]      0.8.5claws20
5161
5162         * src/inc.c
5163           src/news.c
5164                 fix warnings
5165
5166 2002-10-11 [colin]      0.8.5claws19
5167
5168         * src/mainwindow.c
5169                 revert 0.8.5claws6 changes as i couldn't get to
5170                 anything satisfying
5171
5172 2002-10-11 [melvin]     0.8.5claws18
5173
5174         * src/compose.c
5175                 Removed buggy and unused macro (should have been committed in
5176                 0.8.5claws17)
5177
5178 2002-10-11 [melvin]     0.8.5claws17
5179
5180         * src/compose.c
5181                 Fixed memory leak from bug #622040 (thanks to Martin Kluge)
5182
5183 2002-10-11 [thorsten]   0.8.5claws16 
5184
5185         * src/folderview.c
5186                 remove rescan warning
5187
5188 2002-10-11 [colin]      0.8.5claws15 
5189
5190         * src/procheader.c
5191                 fix a segfault that happens if conv_unmime_header
5192                 fails (should be better to find out why it fails)
5193
5194 2002-10-11 [christoph]  0.8.5claws14
5195
5196         * src/summaryview.c
5197                 update folderview stats after ignore/unignore thread
5198
5199 2002-10-11 [hoa]        0.8.5claws13
5200
5201         * src/quote_fmt_parse.y
5202                 Fixed a yacc/bison syntax error
5203         * src/matcher.c
5204                 Escaping of string is fixed.
5205
5206 2002-10-11 [colin]      0.8.5claws12
5207
5208         * src/imageview.c
5209                 Resize images to fit
5210
5211 2002-10-11 [paul]       0.8.5claws11
5212
5213         * po/es.po
5214                 updated by Ricardo Mones Lastra
5215
5216 2002-10-10 [alfons]     0.8.5claws10
5217
5218         * src/compose.c
5219                 allow dropping files by "moving" files from a file manager,
5220                 not only by the more cumbersome "copying". the latter 
5221                 mostly implies holding down the Control button
5222
5223 2002-10-10 [christoph]  0.8.5claws9
5224
5225         * src/summaryview.c
5226                 update folders after thread building for ignored threads
5227
5228 2002-10-10 [christoph]  0.8.5claws8
5229
5230         * config/.cvsignore
5231                 added Makefile
5232         * src/filtering.[ch]
5233         * src/folder.[ch]
5234         * src/folderview.[ch]
5235         * src/import.c
5236         * src/inc.[ch]
5237         * src/mbox.[ch]
5238         * src/procmsg.c
5239         * src/summaryview.[ch]
5240                 o added new flag need_update to FolderItem
5241                 o removed folder_table from various functions from tracking
5242                   folder updates
5243                 o set need_update flags in folder.c's move, copy and delete
5244                   functions and procmsg's flags functions
5245                 o added function folderview_update_items_when_required that
5246                   updates all folders with need_update set
5247                 o call folderview_update_items_when_required instead of
5248                   folderview_update_item_foreach
5249
5250 2002-10-09 [sergey]     0.8.5claws7
5251
5252         * src/compose.c
5253                 Strip CRs whel loading the text into editor in reedit mode.
5254
5255 2002-10-09 [colin]      0.8.5claws6
5256
5257         * src/mainwindow.c
5258                 Make Space work when no mail is selected
5259
5260 2002-10-09 [colin]      0.8.5claws5
5261
5262         * src/gtksctree.[ch]
5263                 Fix range_select
5264                 Add gtk_sctree_reanchor() 
5265         * src/summaryview.c
5266                 Use gtk_sctree_reanchor() - better fix for 
5267                 bug 60413
5268
5269 2002-10-09 [colin]      0.8.5claws4
5270
5271         * src/summaryview.c
5272                 Fix shift-click select after delete problem
5273                 (closes bug 60413)
5274
5275 2002-10-08 [thorsten]   0.8.5claws3
5276
5277         * src/summaryview.c
5278                 exclude current msg from -hide read messages-
5279
5280 2002-10-08 [colin]      0.8.5claws2
5281
5282         * src/inc.[ch]
5283           src/pop.c
5284           src/recv.c
5285                 Differentiate socket errors from disk full
5286                 errors
5287
5288 2002-10-08 [christoph]  0.8.5claws1
5289
5290         * Makefile.am
5291         * configure.in
5292                 modifications for new config directory
5293
5294         * config.guess  ** REMOVED **
5295         * config.sub    ** REMOVED **
5296         * install-sh    ** REMOVED **
5297         * ltmain.sh     ** REMOVED **
5298         * missing       ** REMOVED **
5299         * mkinstalldirs ** REMOVED **
5300                 these files are autogenerated by automake
5301                 when you run autogen.sh
5302
5303         * config/.cvsignore     ** NEW FILE **
5304         * config/Makefile.am    ** NEW FILE **
5305                 ignore autogenerated files
5306                 create a Makefile in this directory
5307
5308 2002-10-08 [paul]       0.8.5claws
5309
5310         * 0.8.5claws release
5311         
5312         * src/compose.c
5313           src/procheader.c
5314           src/procmsg.c
5315                 fix quote reply format for newsgroups reply bug
5316                 (thanks to Hoa)
5317                 
5318         * po/en_GB.po
5319           po/pl.po
5320                 updated by me and Witold Wladyslaw Wojciech Wilk
5321                 repectively
5322
5323 2002-10-07 [paul]       0.8.3claws53
5324
5325         * po/it.po
5326           po/pt_BR.po
5327           po/sr.po
5328                 updated messages catalogs, submitted by
5329                 Alessandro Maestri, Fabio Jr.Beneditto 
5330                 and Urke MMI, respectively.
5331
5332 2002-10-07 [christoph]  0.8.3claws52
5333
5334         * src/folder.[ch]
5335         * src/folderview.c
5336         * src/mainwindow.c
5337                 fix new folder ghost message bug
5338                 (closes bug [ 619722 ] wrong count for newly created folders)
5339
5340 2002-10-07 [christoph]  0.8.3claws51
5341
5342         * src/compose.c
5343                 fix news posting problem
5344
5345 2002-10-07 [melvin]     0.8.3claws50
5346
5347         * po/fr.po
5348                 Updated French translation
5349
5350 2002-10-05 [christoph]  0.8.3claws49
5351
5352         * src/gtkstext.c
5353                 check if line_start_cache is set in gtk_stext_update_text
5354                 (closes bug [ 618119 ] crash while doing search in folder)
5355
5356 2002-10-05 [christoph]  0.8.3claws48
5357
5358         * src/imap.c
5359         * src/news.c
5360         * src/utils.c
5361         * src/utils.h
5362                 implement cache cleanups for claws' folder system
5363                 (closes bug [ 595916 ] imapcache not cleaned up)
5364
5365 2002-10-05 [melvin]     0.8.3claws47
5366
5367         * src/prefs_actions.c
5368                 Made the help text more clear for the %p token
5369
5370 2002-10-04 [paul]       0.8.3claws46
5371
5372         * sync with 0.8.5
5373                 see ChangeLog 2002-10-02 and 2002-10-03
5374
5375 2002-10-04 [christoph]  0.8.3claws45
5376
5377         * src/inc.c
5378                 fix segfault caused by pop before smtp
5379                 call to inc_account_mail with NULL
5380                 pointer for mainwin
5381
5382 2002-10-04 [paul]       0.8.3claws44
5383
5384         * configure.in
5385                 sync the LDAP detection from 0.8.5cvs1
5386
5387 2002-10-02 [christoph]  0.8.3claws43
5388
5389         * po/de.po
5390                 fix small spelling error
5391
5392 2002-10-02 [melvin]     0.8.3claws42
5393
5394         * ac/aspell.m4
5395                 Behave better and say "no" when test program cannot be run.
5396
5397 2002-10-02 [paul]       0.8.3claws41
5398
5399         * sync with 0.8.4cvs1
5400                 see ChangeLog 2002-09-30, 2002-10-01, 2002-10-02
5401                 
5402         * src/summaryview.c
5403                 toggle the behavior of Reply menuitem between
5404                 normal reply and reply-to-list
5405
5406 2002-10-01 [sergey]     0.8.3claws40
5407
5408         * src/compose.c
5409                 Convert newlines in the message text to the canonical form
5410                 before base64 encoding (RFC2045 compliance, fixes some
5411                 interoperability issues with Evolution 1.0.3)
5412
5413 2002-09-29 [colin]      0.8.3claws39
5414
5415         * src/summaryview.c
5416                 Fix an unwanted copy/paste
5417
5418 2002-09-29 [colin]      0.8.3claws38
5419
5420         * src/mainwindow.c
5421                 Renamed "Custom toolbar" to "Customize toolbar"
5422                 Renamed "Show all header" to "Show all headers"
5423                 Renamed "Set diplay item" to "Set displayed items"
5424         * src/prefs_common.c
5425                 Renamed "Show all header" to "Show all headers"
5426         * src/prefs_summary_column.c
5427                 Renamed "diplay item" to "displayed items"
5428
5429 2002-09-29 [colin]      0.8.3claws37
5430
5431         * src/mainwindow.[ch]
5432                 online/offline status pixmaps follow theme
5433                 changes
5434         * src/summaryview.[ch]
5435                 quicksearch pixmap follows theme changes
5436
5437 2002-09-29 [thorsten]   0.8.3claws36
5438
5439         * src/compose.c
5440           src/prefs_folder_item.[ch]
5441                 add default_reply_to folder option (closes patch 581044)
5442
5443 2002-09-29 [christoph]  0.8.3claws35
5444
5445         * acconfig.h    ** REMOVED **
5446         * configure.in
5447         * ac/aspell.m4
5448         * ac/check-type.m4
5449         * ac/gnupg-check-typedef.m4
5450                 fix autoheader 2.50 warning
5451
5452 2002-09-29 [christoph]  0.8.3claws34
5453
5454         * major code cleanup (part 2)
5455         
5456                 - unused variables removed
5457                 - unused functions removed
5458                 - uninitialized variables checked
5459                 - missing return statements added
5460                 - missing function return types added
5461                 - added parentheses around assignment
5462                   when suggested by gcc
5463
5464 2002-09-29 [alfons]     0.8.3claws33
5465
5466         * src/logwindow.c
5467                 log_window_clear(): only bracket gtk_text_forward_delete() 
5468                 with gtk_text_freeze() / gtk_text_thaw() (see if this
5469                 works around GTK text bug)
5470
5471 2002-09-29 [paul]       0.8.3claws32
5472
5473         * po/bg.po
5474           po/sr.po
5475                 updated by George Danchev and Urke MMI
5476                 respectively
5477
5478 2002-09-27 [christoph]  0.8.3claws31
5479
5480         * doc-src/readme.txt
5481         * doc-src/rfc1806.txt   ** REMOVED **
5482         * doc-src/rfc2183.txt   ** NEW FILE **
5483         * doc-src/rfc2980.txt   ** NEW FILE **
5484                 update rfcs
5485
5486 2002-09-27 [melvin]     0.8.3claws30
5487
5488         * ac/aspell.m4
5489                 Fixed typo which could break linking
5490
5491 2002-09-27 [melvin]     0.8.3claws29
5492
5493         * ac/aspell.m4
5494                 Improved GNU/aspell checking. 
5495                 Fixed bug #614490
5496
5497 2002-09-27 [paul]       0.8.3claws28
5498
5499         * sync with 0.8.3cvs8
5500                 see ChangeLog 2002-09-27
5501
5502 2002-09-26 [colin]      0.8.3claws27
5503
5504         * src/toolbar.[ch]
5505           src/mainwindow.[ch]
5506                 Add "Reply to Mailing-list" to the toolbar
5507
5508 2002-09-26 [christoph]  0.8.3claws26
5509
5510         * src/summaryview.c
5511                 Fix wrong message counts in summaryview status
5512
5513 2002-09-26 [paul]       0.8.3claws25
5514
5515         * sync with 0.8.3cvs7
5516                 see ChangeLog 2002-09-26
5517
5518 2002-09-26 [paul]       0.8.3claws24
5519
5520         * sync with 0.8.3cvs6
5521                 see ChangeLog 2002-09-25
5522
5523 2002-09-25 [christoph]  0.8.3claws23
5524
5525         * src/prefs_common.c
5526         * src/prefs_folder_item.c
5527         * src/prefs_scoring.c
5528                 Renamed "kill score" to "hide score" in GUI
5529                 and prefs files
5530
5531 2002-09-25 [paul]       0.8.3claws22
5532
5533         * sync with 0.8.3cvs5
5534                 see ChangeLog 2002-09-24
5535
5536 2002-09-24 [alfons]     0.8.3claws21
5537
5538         patch by Satoshi Nagayasu: allows appending / saving multiple 
5539         selected files (closes "[ 612279 ] save multiple mesg(s) in 
5540         'Save as ...'")
5541
5542         * AUTHORS
5543                 add Satoshi Nagayasu
5544         * src/summaryview.c
5545                 summary_save_as(): allow saving selected files to
5546                 one file
5547                 summary_set_menu_sensitive: enable "Save As..." when
5548                 multiple files are selected
5549         * src/utils.[ch]
5550                 append_file(): new function
5551
5552 2002-09-24 [colin]      0.8.3claws20
5553
5554         * src/procmime.c
5555                 Fix segfault when mimeinfo doesn't have a 
5556                 content_type. 
5557
5558 2002-09-24 [colin]      0.8.3claws19
5559
5560         * src/prefs_common.[ch]
5561                 Add a preference to display send dialog or not
5562         * src/send.c
5563                 Display send dialog according to preference
5564
5565 2002-09-24 [colin]      0.8.3claws18
5566
5567         * src/compose.[ch]
5568                 Disable user actions when sending
5569
5570 2002-09-24 [colin]      0.8.3claws17
5571
5572         * src/procmime.c
5573                 Do not display name or filename for attachments
5574                 with an application/pgp-signature type
5575                 (security flaw, see bug 537413)
5576
5577 2002-09-23 [colin]      0.8.3claws16
5578
5579         * src/editaddress.c
5580                 Initialize entry_email, entry_alias and 
5581                 entry_remarks to first email address of the list
5582
5583 2002-09-23 [colin]      0.83claws15
5584
5585         * src/compose.c
5586                 Drop pgp-signature when reediting a signed queued
5587                 message
5588
5589 2002-09-23 [melvin]     0.8.3claws14
5590
5591         * po/fr.po
5592                 Updated French translation
5593
5594 2002-09-23 [melvin]     0.8.3claws13
5595
5596         * src/mainwindow.c
5597                 Made custom toolbar menu labels more consistent
5598         * src/prefs_toolbar.c
5599                 Made custom toolbar window title more consistent
5600
5601 2002-09-22 [colin]      0.8.3claws12
5602
5603         * src/inc.c
5604                 Initialize session type to normal before getting 
5605                 mail (fixes strange Get behaviour)
5606         * src/prefs_account.h
5607                 Move STYPE_POP_BEFORE_SMTP to last position to 
5608                 avoid other side-effects
5609
5610 2002-09-22 [colin]      0.8.3claws11
5611
5612         * src/prefs_account.c
5613                 Fix pop_bfr_smtp_tm_entry sensivity when switching
5614                 from pop3 to apop or vice-versa
5615
5616 2002-09-22 [colin]      0.8.3claws10
5617         
5618         * src/prefs_account.[ch]
5619                 Add an option for the POP before SMTP timeout
5620         * src/inc.c
5621                 Remember time of last POP connection
5622         * src/send.c
5623                 Do POP before SMTP only if timeout reached
5624
5625 2002-09-22 [oliver]     0.8.3claws9
5626         
5627         * README.claws
5628                 explain custom toolbar
5629
5630 2002-09-22 [oliver]     0.8.3claws8
5631
5632         * src/prefs_actions.[ch]
5633         custom toolbar for compose      
5634                 actions callback from compose toolbar
5635         * src/folderview.c
5636                 remove include toolbar.h
5637
5638 2002-09-22 [oliver]     0.8.3claws7
5639         
5640         * src/prefs_toolbar.[ch]
5641                 custom toolbar for compose
5642                 - generic prefs_toolbar handles both
5643                   Mainwin's toolbar as well as Compose toolbar          
5644
5645 2002-09-22 [oliver]     0.8.3claws6
5646         
5647         * src/toolbar.[ch]
5648                 custom toolbar for compose
5649                 restructure toolbar.[ch]
5650
5651 2002-09-22 [oliver]     0.8.3claws5
5652
5653         * src/compose.[ch]
5654                 custom toolbar for compose
5655
5656 2002-09-22 [oliver]     0.8.3claws4
5657         
5658         * src/mainwindow.[ch]
5659                 custom toolbar for compose 
5660                 move mainwin toolbar back to mainwindow
5661
5662 2002-09-22 [alfons]     0.8.3claws3
5663
5664         * src/procmsg.c
5665                 :%sno/if(/if (/gc
5666                 :%sno/for(/for (/gc
5667                 (beautify)
5668
5669 2002-09-22 [alfons]     0.8.3claws2
5670         
5671         * src/procmsg.c
5672                 procmsg_save_to_outbox(): don't unlink message file from queue;
5673                 callers should do it using folder_item_remove_msg()
5674
5675 2002-09-22 [colin]      0.8.3claws1
5676
5677         * src/mimeview.[ch]
5678                 Made mimeview_check_signature() public
5679         * src/textview.c
5680                 Made GPG signatures verifiable by clicking
5681                 the [application/pgp-signature] in the Text
5682                 view
5683
5684 2002-09-22 [paul]       0.8.3claws
5685
5686         * po/bg.po
5687           po/en_GB.po
5688           po/es.po
5689           po/it.po
5690           po/pl.po
5691           po/pt_BR.po
5692           po/sr.po
5693                 updated translations, submitted by George Danchev,
5694                 me, Ricardo Mones Lastra, Alessandro Maestri,
5695                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.Beneditto 
5696                 and Urke MMI, respectively.     
5697
5698 2002-09-22 [alfons]     0.8.2claws65
5699
5700         * src/procmsg.c
5701         * src/pgptext.c
5702                 no furry valgrinds have been used to plug these memleaks
5703
5704 2002-09-20 [paul]       0.8.2claws64
5705
5706         * sync with 0.8.3cvs4
5707                 'Select thread' re-implemented 
5708                 see ChangeLog 2002-09-20
5709
5710 2002-09-21 [alfons]     0.8.2claws63
5711
5712         * src/compose.c
5713                 compose_send(): plug unnoticed memleak
5714
5715 2002-09-20 [alfons]     0.8.2claws62
5716
5717         * src/addr_compl.c
5718                 replace_address_in_edit(): strict check for NULL address to
5719                 fix "[ 607348 ] Segfault in address completion". My guess is
5720                 that this happens with an empty address book, but it's good
5721                 to have this check here anyway
5722                 
5723                 completion_window_button_press(): free string returned 
5724                 from the internal cache
5725
5726 2002-09-20 [christoph]  0.8.2claws61
5727
5728         * src/procmime.h
5729                 added ENC_BINARY to EncodingType
5730         * src/procmime.c
5731                 the string returned by procmime_get_encoding_str
5732                 should not depend on the order of values in the
5733                 EncodingType definition
5734         * doc-src/rfc1806.txt   ** NEW FILE **
5735                 Added rfc1806 about MIME Content-Disposition
5736                 Extension
5737
5738 2002-09-19 [paul]       0.8.2claws60
5739
5740         * sync with 0.8.2cvs3
5741                 see ChangeLog 2002-09-19
5742
5743 2002-09-19 [paul]       0.8.2claws59
5744
5745         * src/prefs_folder_item.c
5746                 revert to Darko's original alignment of colour
5747                 selector button
5748                 add a colon to folder_color label
5749                 
5750         * src/compose.c
5751                 add Colin's patch (with Hiro's modifications) to 
5752                 force BASE64 encoding for 8-bit text when signing
5753                 (sync with 0.8.3cvs2)
5754
5755 2002-09-18 [alfons]     0.8.2claws58
5756
5757         * src/compose.c
5758                 :%sno/if(/if (/gc
5759                 :%sno/for(/for (/gc
5760                 (beautify a little bit)
5761
5762 2002-09-18 [christoph]  0.8.2claws57
5763
5764         * src/pine.c
5765                 fix handling of fgetc return value
5766
5767 2002-09-17 [alfons]     0.8.2claws56
5768         
5769         * src/summaryview.c
5770                 summary_sort(): check non-NULL summaryview->folder_item when no 
5771                 folder is selected at all
5772                 (closes "[ 610344 ] sort label make syl Crash")
5773
5774 2002-09-17 [alfons]     0.8.2claws55
5775         
5776         * src/compose.c
5777                 beautify a little bit
5778
5779 2002-09-17 [christoph]  0.8.2claws54
5780
5781         * src/folder.c
5782                 initialize max values for cache and folder
5783                 when cache or folder is empty
5784
5785 2002-09-15 [colin]      0.8.2claws53
5786
5787         * src/compose.c
5788                 Fix a leak (thanks Alfons!) and cleaned
5789                 variables names for custom headers
5790
5791 2002-09-15 [colin]      0.8.2claws52
5792
5793         * src/compose.c
5794                 Fix custom headers recognition when
5795                 prefs_common.trans_hdr is on
5796
5797 2002-09-15 [colin]      0.8.2claws51
5798
5799         * src/compose.c
5800                 Allow dynamically-added custom headers
5801                 Yet not reparsed if reedited
5802
5803 2002-09-15 [alfons]     0.8.2claws50
5804
5805         * src/prefs_account.c
5806                 fix warnings
5807
5808 2002-09-15 [colin]      0.8.2claws49
5809         
5810         * src/prefs_account.c
5811                 fix pop_before_smtp sensitivity
5812
5813 2002-09-15 [colin]      0.8.2claws48
5814
5815         * src/inc.[ch]
5816                 add inc_pop_before_smtp()
5817                 allow MainWindow to be undefined in 
5818                 inc_account_mail() and inc_start()
5819         * src/pop.c
5820           src/prefs_account.h
5821                 add STYPE_POP_BEFORE_SMTP session type
5822         * src/prefs_account.c
5823                 activated pop before smtp option
5824         * src/send.c
5825                 do pop before smtp if the relevant option 
5826                 is set
5827
5828 2002-09-15 [paul]       0.8.2claws47
5829
5830         * sync with 0.8.3
5831                 see ChangeLog 2002-09-15
5832
5833 2002-09-14 [paul]       0.8.2claws46
5834
5835         * po/bg.po
5836                 updated Bulgarian translation, submitted by
5837                 George Danchev
5838
5839 2002-09-13 [paul]       0.8.2claws45
5840
5841         * src/compose.c
5842                 merge claws' select_account() with main's
5843                 (new) compose_select_account(). [sync with
5844                 0.8.2cvs15, see ChangeLog 2002-09-11]
5845
5846 2002-09-12 [christoph]  0.8.2claws44
5847
5848         * src/filter.c
5849                 allocate 1 elements of FolderItem not 0
5850
5851 2002-09-12 [colin]      0.8.2claws43
5852
5853         * src/compose.c
5854                 Fix bug #590825 (obey Follow-up: poster)
5855
5856 2002-09-12 [colin]      0.8.2claws42
5857
5858         * src/procmime.c
5859                 Fix bug #557009 (wrong headers for messages 
5860                 forwarded as attachments)
5861
5862 2002-09-11 [colin]      0.8.2claws41
5863         
5864         * src/compose.c
5865                 Put SCF: pseudo-header on top of message
5866                 Set draft tmp_flag when saved as draft
5867
5868         * src/procmsg.c
5869           src/procheader.c
5870                 Skip after first \n\n for beginning of real message
5871                 for drafts too
5872
5873 2002-09-11 [christoph]  0.8.2claws40
5874
5875         * src/filtering.c
5876                 use procmsg flag functions in filtering or processing
5877                 will cause incorrect folder message counts
5878
5879 2002-09-11 [colin]      0.8.2claws39
5880
5881         * src/compose.c
5882                 Fix bug #550175 - wrong save folder when reediting
5883                 drafts
5884
5885 2002-09-11 [paul]       0.8.2claws38
5886
5887         * sync with 0.8.2cvs14
5888                 see ChangeLog 2002-09-11
5889
5890 2002-09-11 [colin]      0.8.2claws37
5891
5892         * src/folder.c
5893                 Fix a typo (seeming to cause new/unread status to
5894                 be lost)
5895
5896 2002-09-10 [christoph]  0.8.2claws36
5897
5898         * src/compose.c
5899                 compose_redirect should not use compose_generic_new
5900                 because that does more stuff than expected including
5901                 opening the external editor
5902                 (closes bug "[ 526608 ] bounced messages appear blank
5903                  in editor")
5904
5905 2002-09-10 [christoph]  0.8.2claws35
5906
5907         * src/folder.c
5908                 fix problem with too large message number range
5909                 causing a crash in folder_item_scan
5910
5911 2002-09-10 [paul]       0.8.2claws34
5912
5913         * sync with 0.8.2cvs13
5914                 see ChangeLog 2002-09-10
5915
5916 2002-09-10 [christoph]  0.8.2claws33
5917
5918         * src/msgcache.c
5919                 set MsgInfo TmpFlags for queue and draft folders
5920                 (closes bug "[ 591676 ] Queue ignore MIME on restart")
5921
5922 2002-09-10 [paul]       0.8.2claws32
5923
5924         * AUTHORS
5925           po/bg.po      ** NEW FILE **
5926                 new Bulgarian translation submitted by
5927                 George Danchev <danchev@spnet.net>
5928                 
5929         * tools/Makefile.am
5930           tools/README
5931           tools/tb2sylpheed     ** NEW FILE **
5932                 add script that converts an addressbook exported
5933                 from The Bat! into a Sylpheed addressbook. Submitted
5934                 by Urke MMI <urke-kg@eunet.yu>
5935
5936 2002-09-10 [paul]       0.8.2claws31
5937
5938         * sync with 0.8.2cvs12
5939                 see ChangeLog 2002-09-10
5940
5941 2002-09-06 [paul]       0.8.2claws30
5942
5943         * src/prefs_common.c
5944                 sync with 0.8.2cvs11, see ChangeLog 2002-09-06
5945                 
5946         * tools/Makefile.am
5947           tools/README
5948           tools/ldif-to-xml.py  ** REMOVED **
5949                 remove obsolete python script
5950
5951 2002-09-06 [paul]       0.8.2claws29
5952
5953         * sync with 0.8.2cvs10
5954                 see ChangeLog 2002-09-06
5955
5956 2002-09-04 [paul]       0.8.2claws28
5957
5958         * sync with 0.8.2cvs9
5959                 see ChangeLog 2002-08-04
5960
5961 2002-09-04 [colin]      0.8.2claws27 
5962
5963         * src/prefs_common.[ch]
5964                 Added signature color configuration
5965         * src/textview.c
5966                 Use user-specified signature color
5967
5968 2002-09-03 [colin]      0.8.2claws26
5969
5970         * src/prefs_common.[ch]
5971                 Added autosave and autosave_length prefs
5972         * src/compose.c
5973                 Added compose_remove_draft()
5974                 Auto-save drafts according to the prefs
5975         * src/main.c
5976                 Added a crash-indicator file, allowing to check
5977                 for new messages on startup if Sylpheed crashed
5978                 (makes saved drafts "reappear")
5979
5980 2002-09-03 [colin]      0.8.2claws25
5981
5982         * src/textview.[ch]
5983                 Grey the signature
5984
5985 2002-09-03 [paul]       0.8.2claws24
5986
5987         * sync with 0.8.2cvs8
5988                 see ChangeLog 2002-09-02 and 2002-09-03
5989
5990 2002-09-03 [darko]      0.8.2claws23
5991
5992         * src/folderview.c
5993                 use normal style when creating new folder to pick
5994                 proper font size 
5995
5996 2002-09-02 [melvin]     0.8.2claws22
5997
5998         * src/gtkaspell.m4
5999                 removed some obsolete code
6000
6001 2002-09-02 [melvin]     0.8.2claws21
6002
6003         * ac/aspell.m4
6004                 fixed test's equality sign (== to =)
6005
6006 2002-09-02 [alfons]     0.8.2claws20
6007
6008         * src/folder.c
6009         * src/mh.c
6010                 revert change of 0.8.2claws16 and use the mh_folder_destroy
6011                 as folder->destroy virtual as suggested by Hiro
6012                 (the mh.c code seems to have been lost around mh.c.1.21)
6013
6014 2002-09-02 [paul]       0.8.2claws19
6015
6016         * po/pt_BR.po
6017                 updated by Fabio Jr. Beneditto
6018                 
6019         * src/defs.h
6020                 use 'http://claws.sylpheed.org' for homepage link. 
6021                 Domain provided by Oktay Altunergil <oktay@freelinuxcd.org>
6022
6023 2002-09-01 [alfons]     0.8.2claws18
6024
6025         * src/mh.c
6026                 plug memleak related to one Martin Kluge found
6027
6028 2002-08-31 [paul]       0.8.2claws17
6029
6030         * sync with 0.8.2cvs6
6031                 see ChangeLog 2002-08-30
6032
6033 2002-08-31 [alfons]     0.8.2claws16
6034
6035         * src/folder.c
6036                 folder_destroy(): remove mailbox from folderlist even if it has
6037                 no destroy virtual
6038
6039 2002-08-31 [alfons]     0.8.2claws15
6040
6041         * src/folder.c
6042                 :%sno/if(/if (/gc
6043                 :%sno/for(/for (/gc
6044                 (being pedantic I know)
6045
6046 2002-08-31 [alfons]     0.8.2claws14
6047
6048         * src/folder.c
6049                 check for NULL pointers returned from folder->fetch_msginfo virtual
6050                 (should solve some reported crashes)
6051
6052 2002-08-30 [alfons]     0.8.2claws13
6053
6054         * acconfig.h
6055         * configure.in
6056         * src/crash.c
6057                 enable crash dialog on compilation time
6058                 (--enable-crash-dialog configure option)
6059
6060 2002-08-30 [alfons]     0.8.2claws12
6061
6062         * AUTHORS
6063                 add Martin Kluge
6064         * src/mh.c
6065                 apply memory leak plug patch by Martin Kluge
6066                 (closes patch "[ 602568 ] patch for 602441 little memory leak",
6067                 bug "[ 599677 ] Very small memory leak in 0.81claws115",
6068                 and bug "[ 602441 ] memoryleak in filtering 0.8.2claws9?")
6069
6070 2002-08-30 [darko]      0.8.2claws11
6071
6072         * src/folderview.c
6073                 copy Gtk style from normal style to match
6074                 font size for coloured folders
6075
6076 2002-08-29 [alfons]     0.8.2claws10
6077
6078         * sylpheed.desktop
6079                 Type=Internet <- Type=Application
6080                 (reported by Michael Schwendt, see:
6081                 http://sourceforge.net/tracker/index.php?func=detail&aid=599765&group_id=25528&atid=384600
6082                 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=72882)
6083
6084 2002-08-29 [paul]       0.8.2claws9
6085
6086         * sync with 0.8.2cvs5
6087                 see ChangeLog 2002-08-29
6088
6089 2002-08-29 [colin]      0.8.2claws8
6090
6091         * src/summaryview.c
6092                 Added a sanity check in summary_select_thread
6093                 Should fix bug 601605
6094
6095 2002-08-29 [colin]      0.8.2claws7
6096
6097         * src/main.c
6098                 Revert claws6 changes regarding bug #591676
6099
6100 2002-08-28 [colin]      0.8.2claws6
6101         
6102         * src/main.c
6103                 Ignore cache for queue folderitems
6104                 Fix bug #591676
6105
6106 2002-08-28 [melvin]     0.8.2claws5
6107
6108         * README.claws
6109                 Fixed typos.
6110
6111 2002-08-28 [melvin]     0.8.2claws4
6112
6113         * README.claws
6114                 Updated a bit the text concerning the spell checker
6115
6116 2002-08-28 [melvin]     0.8.2claws3
6117
6118         Merged the GNU_aspell_branch:
6119                 Support of new GNU/aspell is now included and the old pspell
6120                 is not supported anymore.
6121                 See README.claws
6122
6123         * README.claws
6124                 Updated spell checker text to reflect the switch to GNU/aspell
6125
6126         * ac/aspell.m4          *** NEW ***
6127         * src/gtkaspell.[ch]    *** NEW *** 
6128         * ac/pspell.m4          *** DELETED *** 
6129         * src/gtkspell.[ch]     *** DELETED ***
6130
6131         * ac/Makefile.am
6132                 Updated for GNU/aspell support
6133
6134         * po/POTFILES.in
6135                 Replaced gtkspell.c by gtkaspell.c
6136
6137         * acconfig.h
6138         * src/Makefile.am
6139         * src/about.c
6140         * src/compose.[ch]
6141         * src/crash.c
6142         * src/main.c
6143         * src/prefs_common.[ch]
6144                 Updated for GNU/aspell support
6145
6146 2002-08-28 [paul]       0.8.2claws2
6147
6148         * sync with 0.8.2cvs4
6149                 see ChangeLog 2002-08-27 and 2002-08-28
6150
6151 2002-08-28 [colin]      0.8.2claws1
6152
6153         * src/summary_search.c
6154                 Added "AND search"
6155
6156 2002-08-28 [jens]       0.8.2claws
6157
6158         *po/de.po
6159                 Updated German translations
6160
6161 2002-08-27 [melvin]     0.8.2claws
6162
6163         * po/fr.po
6164                 Updated French translations
6165
6166 2002-08-27 [paul]       0.8.2claws
6167
6168         * sync with 0.8.2 main release
6169
6170         * po/en_GB.po
6171           po/es.po
6172           po/it.po
6173           po/pl.po
6174           po/pt_BR.po
6175           po/sr.po
6176                 updated message catalogs submitted by
6177                 Ricardo Mones Lastra, Alessandro Maestri,
6178                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.
6179                 Beneditto and Urke MMI  
6180
6181 2002-08-27 [hoa]        0.8.1claws123
6182
6183         * src/mainwindow.[ch]
6184         * src/summaryview.[ch]
6185                 removed the "filter setting" menu option.
6186                 add a "cancel a news message" menu option.
6187
6188 2002-08-26 [martin]     0.8.1claws122
6189
6190         * ChangeLog.claws
6191                 changed string under 0.8.1claws79 changed by myself
6192                 i'm sorry alfons :(
6193
6194 2002-08-26 [martin]     0.8.1claws121
6195
6196         * src/crash.c
6197                 added kill command to debuggerrc to start crash dialog
6198
6199 2002-08-26 [paul]       0.8.1claws120
6200
6201         * sync with 0.8.1cvs31
6202                 see ChangeLog 2002-08-26
6203
6204 2002-08-25 [alfons]     0.8.1claws119
6205
6206         * src/procmsg.c
6207                 fix bug that didn't send out correct headers to news server
6208                 when sending news article and email from queue (bug reported
6209                 and patch provided by Tim Mann; closes bug 
6210                 "[ 583196 ] 0.7.8claws can't post news")
6211
6212 2002-08-25 [alfons]     0.8.1claws118
6213
6214         * src/selective_download.c
6215                 mark two strings as translatable
6216                 (thanks to Urke MMI for pointing this out)
6217
6218 2002-08-25 [alfons]     0.8.1claws117
6219
6220         * src/summaryview.c
6221                 treat sent boxes as special and allow sorting them by addressee
6222                 (closes "[ 589418 ] Sent folder sorting misbehavior"
6223                 submitted by Steve Lamb)
6224
6225 2002-08-24 [alfons]     0.8.1claws116
6226
6227         * src/matcher.c
6228                 fix memleak reported by Martin Kluge
6229                 (see: "[ 599677 ] Very small memory leak in 0.81claws115")
6230
6231 2002-08-24 [oliver]     0.8.1claws115
6232
6233         * src/prefs_toolbar.c
6234                 o code cleanup as suggested by Alfons
6235                 o memleak fix
6236
6237 2002-08-24 [alfons]     0.8.1claws114
6238
6239         * src/summaryview.c
6240                 o fix another memory leak reported by Martin Kluge
6241                   (see "[ 599568 ] Small Memory Leak")
6242                 o remove 'from' variable from 'summary_set_header()'; we can
6243                   do with just 'to' 
6244
6245 2002-08-24 [paul]       0.8.1claws113
6246
6247         * sync with 0.8.1cvs30
6248                 see ChangeLog 2002-08-23
6249
6250 2002-08-24 [alfons]     0.8.1claws112
6251
6252         * src/summaryview.c
6253                 remove unnecessary allocations for search bar fixing leaks
6254                 reported by Martin Kluge
6255                 (see "[ 599451 ] Further memory leaks?")
6256
6257 2002-08-24 [alfons]     0.8.1claws111
6258
6259         * src/main.c
6260                 make get_socket_name() public for crash.c
6261         * src/crash.c
6262                 o make report bug button work (goes to claws' 
6263                   bug tracker at sf.net)
6264                 o introduce function for doing important stuff just
6265                   before claws goes down
6266                 o clean up code 
6267
6268 2002-08-24 [alfons]     0.8.1claws110
6269
6270         * src/compose.c
6271                 move cursor to "To" entry when forwarding as attachment
6272                 (reported and solved by Steve Lamb, closes bug report
6273                 "[ 592880 ] Forward as attachment; cursor not in to")
6274
6275 2002-08-24 [colin]      0.8.1claws109
6276
6277         * src/mainwindow.c
6278                 fix quick search visibility after GUI (de)separations.
6279
6280 2002-08-23 [colin]      0.8.1claws108
6281
6282         * src/mainwindow.c
6283                 fix header pane visibility after folderview or
6284                 messageview (de)separation
6285
6286 2002-08-23 [paul]       0.8.1claws107
6287
6288         * src/mainwindow.[ch]
6289           src/toolbar.c
6290                 give full control of display or non-display 
6291                 of the Execute icon to Custom toolbar settings.
6292                 add new sensitivity condition to maninwindow.h: 
6293                 M_DELAY_EXEC
6294
6295         * ChangeLog
6296           ChangeLog.jp
6297           NEWS
6298                 more sync with 0.8.1cvs29
6299
6300 2002-08-23 [melvin]     0.8.1claws106
6301
6302         * src/alertpanel.c
6303                 Readded support for custom widget in alertpanel lost in last
6304                 sync.
6305
6306 2002-08-23 [paul]       0.8.1claws105
6307
6308         * sync with 0.8.1cvs29
6309                 see ChangeLog 2002-08-23
6310
6311 2002-08-23 [colin]      0.8.1claws104
6312
6313         * src/summaryview.c
6314                 Fix folder and search pixmaps exchanging positions
6315                 after theme or toolbar changes. Thank to Oliver for 
6316                 reporting this.
6317
6318 2002-08-23 [colin]      0.8.1claws103
6319
6320         * src/mainwindow.c
6321           src/messageview.[ch]
6322           src/noticeview.[ch]
6323           src/summaryview.c
6324                 Changed messageview_create() and noticeview_create()
6325                 to avoid the last gdk_warning
6326
6327 2002-08-22 [colin]      0.8.1claws102
6328
6329         * src/summaryview.c
6330                 Fix my new `Creating pixmap from xpm' warning
6331
6332 2002-08-22 [colin]      0.8.1claws101
6333
6334         * src/mainwindow.c
6335                 Fix some of the gdk warnings
6336
6337 2002-08-22 [colin]      0.8.1claws100
6338
6339         * src/Makefile.am
6340         * src/stock_pixmap.c
6341         * src/stock_pixmap.h
6342         * src/pixmaps/quicksearch.xpm *ADDED*
6343                 Add the quicksearch pixmap
6344         * src/mainwindow.c
6345         * src/summaryview.c
6346         * src/summaryview.h
6347                 Make quicksearch bar visible/hidden via a button
6348
6349 2002-08-22 [christoph]  0.8.1claws99
6350
6351         * src/folder.c
6352                 fix folder update for newsgroups with message
6353                 numbers below minimum number of articles to fetch
6354                 (closes bug #598445)
6355
6356 2002-08-22 [paul]       0.8.1claws98
6357
6358         * sync with 0.8.1cvs28
6359                 see ChangeLog 2002-08-22
6360
6361 2002-08-21 [alfons]     0.8.1claws97
6362
6363         * src/crash.c
6364                 use bt instead of bt full which seems to work 
6365                 better, and bt full doesn't give a great deal 
6366                 of information anyway
6367
6368 2002-08-21 [colin]      0.8.1claws96
6369
6370         * src/summaryview.c
6371                 fix summaryview_searchtype_changed prototype
6372
6373 2002-08-21 [christoph]  0.8.1claws95
6374
6375         * src/mainwindow.c
6376                 o fix broken menu update for sorting type, we have to
6377                   get this info from the summaryview now
6378                 o removed setting of threaded state in menu callback
6379         * src/summaryview.[ch]
6380                 more summaryview/folderitem seperation for
6381                 threading option
6382         * configure.in
6383                 removed not required --with-compiler-flags option
6384
6385 2002-08-21 [oliver]     0.8.1claws94
6386         
6387         * src/toolbar.h 
6388                 o rename toolbar.xml to toolbar_main.xml
6389                   since toolbar_compose.xml might come up 
6390                   any time soon
6391         * README.claws
6392                 add custom toolbar              
6393
6394 2002-08-21 [darko]      0.8.1claws93
6395
6396         * src/procmsg.c
6397                 don't reset tmp flags for messages copied
6398                 to sent folder
6399
6400 2002-08-21 [colin]      0.8.1claws92
6401         
6402         * src/prefs_filtering.c
6403                 fix renaming rules on folder rename 
6404                 when folder is not a leaf folder
6405
6406 2002-08-21 [paul]       0.8.1claws91
6407
6408         * src/prefs_folder_item.c
6409                 fix alignment of colour selector
6410
6411 2002-08-21 [paul]       0.8.1claws90
6412
6413         * sync with 0.8.1cvs27
6414                 see ChangeLog 2002-08-21
6415
6416 2002-08-21 [paul]       0.8.1claws89
6417
6418         * src/summaryview.c
6419                 fix crash when changing field type in
6420                 Quick search bar
6421
6422 2002-08-21 [colin]      0.8.1claws88
6423
6424         * src/summaryview.c
6425                 Made quick search case-insensitive
6426
6427 2002-08-21 [paul]       0.8.1claws87
6428
6429         * sync with 0.8.1cvs26
6430                 see ChangeLog 2002-08-21
6431
6432 2002-08-20 [christoph]  0.8.1claws86
6433
6434         * src/folderview.c
6435         * src/main.c
6436         * src/summaryview.[ch]
6437                 more summaryview/folderitem seperation for
6438                 sort_key and sort_type
6439         * src/procmsg.c
6440                 added missing return statement
6441
6442 2002-08-20 [colin]      0.8.1claws85
6443
6444         * src/summaryview.[ch]
6445                 Added a quick search box
6446         * src/mainwindow.c
6447         * src/prefs_common.[ch]
6448                 Added a show/hide option for the quick search
6449
6450 2002-08-20 [oliver]     0.8.1claws84
6451         
6452         * src/mainwindow.c
6453                 remove toolbar_create_popups
6454         * src/toolbar.[ch]
6455                 o remove toolbar_create_popups
6456                 o fix toolbar_set_sensitive 
6457                   (Bug reports #596834 and #596832)     
6458         * src/prefs_toolbar.c
6459                 o add "Set default" button
6460                 o align label and text + combo widgets
6461
6462 2002-08-20 [hoa]        0.8.1claws83bis
6463
6464         * src/imap.c
6465                 fixed a bug in imap_fetch_msginfo() in case there is no
6466                 current folder.
6467
6468 2002-08-20 [darko]      0.8.1claws83
6469
6470         * src/folderview.c
6471                 copy the color style of folder view so it
6472                 works with GTK themes
6473
6474 2002-08-20 [darko]      0.8.1claws82
6475
6476         * src/folder.h
6477         * src/folderview.c
6478         * src/prefs_folder_item.[hc]
6479                 don't use UI stuff in folder.h
6480
6481 2002-08-20 [darko]      0.8.1claws81
6482
6483         * src/folder.h
6484         * src/prefs_folder_item.h
6485         * src/folderview.c
6486         * src/prefs_folder_item.c
6487                 ability to set folder color in folderview
6488
6489 2002-08-19 [alfons]     0.8.1claws80
6490
6491         * src/summaryview.c
6492                 fix one of the earlier memleaks reported by Martin Kluge
6493
6494 2002-08-19 [alfons]     0.8.1claws79
6495
6496         * src/mainwindow.c
6497                 hide notice view when selecting seperate folder
6498                 view (reported by Urke MMI)
6499
6500 2002-08-19 [christoph]  0.8.1claws78
6501
6502         * src/folderview.c
6503         * src/prefs_folder_item.h
6504         * src/summaryview.[ch]
6505                 o add summary_set_prefs_from_folderitem to set
6506                   summaryview prefs (first step to remove all
6507                   references to the folderitem in summaryview)
6508                 o moved compiled regex stuff from folderitem prefs
6509                   to summaryview code
6510
6511 2002-08-19 [paul]       0.8.1claws77
6512
6513         * src/compose.c
6514                 add check for '.' to QUOTE_IF_REQUIRED
6515
6516 2002-08-19 [paul]       0.8.1claws76
6517
6518         * src/inc.c
6519                 sync with 0.8.1cvs25 (plug memory leak)
6520
6521         * src/prefs_toolbar.c
6522                 re-order prefs_toolbar_cancel()
6523
6524 2002-08-18 [alfons]     0.8.1claws75
6525
6526         * src/inc.c
6527         * src/matcher.c
6528                 plug other memleaks reported by Martin Kluge
6529
6530 2002-08-18 [paul]       0.8.1claws74
6531
6532         * po/pt_BR.po
6533                 updated by Fabio Jr. Beneditto
6534
6535 2002-08-18 [paul]       0.8.1claws73
6536
6537         * src/toolbar.[ch]
6538                 fix bug where tooltips were displayed untranslated              
6539
6540         * src/prefs_toolbar.c
6541                 fix bug where clicking 'Cancel' creates an icon & text
6542                 toolbar regardless of prefs
6543         
6544
6545 2002-08-17 [oliver]     0.8.1claws72
6546
6547         * src/prefs_toolbar.c
6548                 update toolbar on CANCEL
6549                 bug reported by Martin Kluge
6550         * src/toolbar.c
6551                 toolbar_destroy memleak fixed           
6552
6553 2002-08-17 [alfons]     0.8.1claws71
6554
6555         * src/toolbar.c
6556                 plug another memleak reported by Martin Kluge
6557
6558 2002-08-16 [alfons]     0.8.1claws70
6559
6560         * src/crash.c
6561                 use execvp() correctly (suggested by wwp; thanks!)
6562
6563 2002-08-16 [alfons]     0.8.1claws69
6564
6565         * src/gtksctree.c
6566                 plug memory leak reported by Kim Schultz & Martin Kluge
6567
6568 2002-08-16 [paul]       0.8.1claws68
6569
6570         * po/es.po
6571                 updated by Ricardo Mones Lastra
6572
6573 2002-08-16 [paul]       0.8.1claws67
6574
6575         * src/toolbar.h
6576                 fix bug where 'Compose News' icon showed wrong
6577                 tooltip
6578
6579 2002-08-16 [paul]       0.8.1claws66
6580
6581         * sync with 0.8.1cvs24
6582                 see ChangeLog 2002-08-16
6583
6584         * po/it.po
6585                 updated by Alessandro Maestri
6586
6587 2002-08-15 [paul]       0.8.1claws65
6588
6589         * po/sr.po
6590                 updated by Urke MMI
6591
6592 2002-08-15 [paul]       0.8.1claws64
6593
6594         * src/*.c
6595                 don't translate debug info
6596
6597         * src/matcher.[ch]
6598                 add copyright info
6599
6600 2002-08-15 [paul]       0.8.1claws63
6601
6602         * src/prefs_toolbar.c
6603                 fix bug where clicking 'OK' creates an icon & text
6604                 toolbar regardless of prefs
6605
6606 2002-08-14 [alfons]     0.8.1claws62
6607
6608         * src/main.c
6609                 add global var that has the full argv[0]
6610         * src/crash.c
6611                 o execvp the correct sylpheed by using argv0
6612                   and setting the correct work dir
6613                 o other tweaks  
6614
6615 2002-08-14 [oliver]     0.8.1claws61
6616         
6617         * enable/disable Toolbar Action Buttons 
6618         * code cleanups
6619         * src/mainwindow.c
6620         * src/toolbar.[ch]      
6621         * src/prefs_toolbar.c   
6622
6623 2002-08-14 [melvin]     0.8.1claws60
6624
6625         * po/fr.po
6626                 Updated French translations
6627
6628 2002-08-14 [melvin]     0.8.1claws59
6629
6630         * src/crash.c
6631                 Made bug report not translatable
6632         * src/exporthtml.c
6633                 Fixed exporthtml_build_filespec() return value
6634         * src/foldersel.c
6635                 Fixed incorrect include file
6636         * src/gtkspell.c
6637         * src/prefs_actions.c
6638         * src/prefs_toolbar.c
6639                 Made debug info not translatable
6640         * src/mutt.c
6641         * src/quote_fmt.c
6642                 Added missing includes
6643         * src/prefs_common.c
6644                 Fixed typo
6645
6646 2002-08-14 [paul]       0.8.1claws58
6647
6648         * faq/es/sylpheed-faq.html
6649           faq/es/sylpheed-faq-[1-3].html
6650           faq/es/sylpheed-faq-4.html     **NEW FILE **
6651                 update Spanish FAQ
6652
6653 2002-08-13 [christoph]  0.8.1claws57
6654
6655         * src/procmsg.c
6656                 ignore thread fix that did not mark all
6657                 child nodes of a ignored thread as
6658                 ignored. Does not work perfectly yet,
6659                 but it is better now
6660
6661 2002-08-13 [alfons]     0.8.1claws56
6662
6663         * src/crash.c
6664                 o implement 'save crash log'
6665                 o some tweaks
6666
6667 2002-08-13 [melvin]     0.8.1claws55
6668
6669         * src/main.c
6670                 removed unrequired "execinfo.h" header
6671
6672 2002-08-12 [paul]       0.8.1claws54
6673
6674         * faq/en/sylpheed-faq.html
6675           faq/en/sylpheed-faq-[1-3].html
6676           faq/en/sylpheed-faq-4.html     **NEW FILE **
6677                 update English FAQ
6678
6679 2002-08-12 [alfons]     0.8.1claws53
6680
6681         * po/POTFILES.in
6682                 add crash.c to translatables
6683         * src/crash.c
6684                 bring in Leandro's crash dialog
6685
6686 2002-08-11 [alfons]     0.8.1claws52
6687
6688         * src/crash.c
6689                 clean up some warnings
6690
6691 2002-08-11 [alfons]     0.8.1claws51
6692
6693         * acconfig.h
6694         * configure.in
6695         * src/crash.[ch]        ** NEW FILES **
6696         * src/main.c            
6697                 initial gdb crash handler
6698
6699 2002-08-11 [paul]       0.8.1claws50
6700
6701         * src/prefs_toolbar.c
6702                 replace Up/Down arrow pixmaps with text to be
6703                 consistent across icon themes
6704
6705 2002-08-11 [paul]       0.8.1claws49
6706
6707         * src/prefs_common.c
6708           src/prefs_toolbar.c
6709                 rename 'Pixmap' -> 'Icon'
6710
6711         * src/toolbar.[ch]
6712                 rename  'A_SEND_QUEUD' -> 'A_SEND_QUEUED'
6713
6714 2002-08-10 [paul]       0.8.1claws48
6715
6716         * src/prefs_toolbar.c
6717                 re-work the UI
6718
6719 2002-08-10 [paul]       0.8.1claws47
6720
6721         * src/main.c
6722                 don't write Processing progress to status bar
6723                 patch submitted by Alexander Evseev
6724
6725         * src/prefs_toolbar.c
6726                 re-position and resize window
6727                 make window assume correct size on first call
6728
6729 2002-08-10 [paul]       0.8.1claws46
6730
6731         * src/mainwindow.c
6732           src/prefs_toolbar.c
6733           src/toolbar.c
6734           src/toolbar.h
6735                 obey coding style
6736                 follow UI text conventions
6737
6738 2002-08-10 [alfons]     0.8.1claws45
6739
6740         * src/toolbar.c
6741                 correct pixmap for delete action
6742
6743 2002-08-10 [paul]       0.8.1claws44
6744
6745         * po/pt_BR.po
6746                 updated by Fabio Jr. Beneditto
6747
6748 2002-08-10 [paul]       0.8.1claws43
6749
6750         * po/POTFILES.in
6751                 add custom toolbar files
6752
6753 2002-08-10 [paul]       0.8.1claws42
6754
6755         * sync with 0.8.1cvs22
6756                 see ChangeLog 2002-08-09
6757
6758 2002-08-09 [paul]       0.8.1claws41
6759
6760         * tools/Makefile.am
6761           tools/README
6762           tools/outlook2sylpheed.pl     ** NEW FILE **
6763                 add script to convert exported Outlook
6764                 contacts list to a Sylpheed addressbook.
6765                 Submitted by Ricardo Mones Lastra.
6766
6767 2002-08-09 [paul]       0.8.1claws40
6768
6769         * AUTHORS
6770           configure.in
6771           po/sr.po      ** NEW FILE **
6772                 add Serbian message catalog. Submitted by
6773                 Urosevic Aleksandar aka Urke MMI <urke-kg@eunet.yu>             
6774
6775 2002-08-09 [paul]       0.8.1claws39
6776
6777         * sync with 0.8.1cvs21
6778                 see ChangeLog 2002-08-08
6779
6780 2002-08-08 [oliver]     0.8.1claws38
6781
6782         * src/mainwindow.c
6783                 move Custom Toolbar to Configuration menu
6784
6785 2002-08-08 [oliver]     0.8.1claws37
6786
6787         * src/prefs_toolbar.c
6788                 fix substitute pixmap bug
6789
6790 2002-08-08 [paul]       0.8.1claws36
6791
6792         * sync with 0.8.1cvs19
6793                 see ChangeLog 2002-08-08
6794
6795 2002-08-07 [christoph]  0.8.1claws35
6796
6797         * src/utils.c
6798                 fixed a memory leak in new canonicalize_file_replace
6799
6800 2002-08-07 [christoph]  0.8.1claws34
6801
6802         * src/utils.[ch]
6803                 o canonicalize_file_replace should create the temporary
6804                   file in the same directory as the original file.
6805                 o added get_tmpfile_in_dir that creates a temorary file
6806                   in a specified directory.
6807
6808 2002-08-07 [melvin]     0.8.1claws33
6809
6810         * src/toolbar.c
6811                 fixed bug where 'Article' button acted as 'Email' button.
6812
6813 2002-08-07 [paul]       0.8.1claws32
6814
6815         * sync with 0.8.1.cvs17
6816                 see ChangeLog 2002-08-07
6817
6818 2002-08-07 [colin]      0.8.1claws31
6819         
6820         * src/news.c
6821                 fix mass-cancel problem
6822
6823 2002-08-07 [thorsten]   0.8.1claws30
6824
6825         * src/prefs_toolbar.c
6826                 fix: crash on replace or add new button
6827         * src/toolbar.c
6828                 fix: close xmlfile after reading
6829         * src/utils.c
6830                 fix: unlink() file before rename()
6831
6832 2002-08-06 [paul]       0.8.1claws29
6833
6834         * sync with 0.8.cvs15
6835                 see ChangeLog 2002-08-06
6836
6837 2002-08-06 [oliver]     0.8.1claws28
6838
6839         * src/toolbar.c
6840         * src/prefs_toolbar.c
6841                 fixed empty toolbar issue
6842
6843 2002-08-06 [oliver]     0.8.1claws27
6844
6845         * Custom Toolbar Final 
6846         * src/folderview.c
6847         * src/inc.c
6848         * src/summaryview.c
6849                 o toolbar stuff now lives in src/toolbar.[ch]
6850                 o main_window_toolbar_* functions are renamed to
6851                   toolbar_* reflecting their new source file
6852         * src/mainwindow.[ch]
6853                 o remove toolbar stuff  
6854
6855 2002-08-06 [oliver]     0.8.1claws26
6856         
6857         * src/Makefile.am
6858         * src/prefs_toolbar.[ch]        **New File**
6859         * src/toolbar.[ch]              **New File**
6860                 o prefs_toolbar.[ch] custom toolbar frontend
6861                 o toolbar.[ch]       backend 
6862
6863 2002-08-06 [oliver]     0.8.1claws25
6864
6865         * src/prefs_actions.[ch]
6866                 o new exported function actions_execute
6867
6868 2002-08-06 [paul]       0.8.1claws24
6869
6870         * sync with 0.8.1cvs4
6871                 see ChangeLog 2002-08-06
6872
6873 2002-08-06 [paul]       0.8.1claws23
6874
6875         * sync with 0.8.1cvs13
6876                 see ChangeLog 2002-08-06
6877
6878 2002-08-06 [paul]       0.8.1claws22
6879
6880         * sync with 0.8.1cvs12
6881                 see ChangeLog 2002-08-05 and 2002-08-06
6882
6883 2002-08-06 [match]      0.8.1claws21
6884
6885         * src/addrclip.c
6886                 improvements to cut/copy/paste address
6887
6888 2002-08-05 [match]      0.8.1claws20
6889
6890         * src/addritem.[ch]
6891         * src/addrcache.c
6892         * src/addrbook.c
6893         * src/editaddress.c
6894         * src/addressbook.c
6895                 fixes to improve cut/copy/paste
6896
6897 2002-08-06 [melvin]     0.8.1claws19
6898
6899         * src/account.[ch]
6900                 account_find_all_from_address(): new function that returns the
6901                 list of all accounts that are matched in an address.
6902         * src/alertpanel.[ch]
6903                 alertpanel() now accepts a custom widget
6904                 alertpanel_with_widget(): new function that pops up a panel with
6905                 a custom widget in it 
6906         * src/gtkutils.[ch]
6907                 gtkut_account_menu_new(): new function that allows the selection
6908                 of an account from a list of accounts.
6909         * src/messageview.c
6910                 Extended Return Receipt notification to select the correct 
6911                 account and to make a security test on the Delivery-Notification
6912                 address which should be the same as the Return-Path.
6913
6914 2002-08-06 [thorsten]   0.8.1claws18
6915
6916         * src/mimeview.c
6917                 attach_all: save unnamed as "noname.%d",
6918                 dont free static dirname
6919
6920 2002-08-05 [alfons]     0.8.1claws17
6921
6922         * configure.in
6923                 detect XIM by trying to link rather than compile a XIM program
6924
6925 2002-08-05 [oliver]     0.8.1claws16
6926                 
6927         * src/stock_pixmap.[ch]
6928                 o add UP_ARROW to available pixmaps (already in pixmap-directory)
6929                 o new func to retrieve pixmaps
6930
6931 2002-08-05 [paul]       0.8.1claws15
6932
6933         * sync with 0.8.1cvs10
6934                 see ChangeLog 2002-08-05
6935
6936 2002-08-04 [alfons]     0.8.1claws14
6937
6938         * src/textview.c
6939                 see if this plugs memleak
6940
6941 2002-08-04 [melvin]     0.8.1claws13
6942
6943         * src/gtkspell.c
6944                 fixed bug that could crash Sylpheed when highlighting
6945                 all misspelled words.
6946
6947 2002-08-03 [melvin]     0.8.1claws12
6948
6949         * src/prefs_actions.c
6950                 removed unnecessary checks for NULL introduced in 0.8.1claws11.
6951         * src/messageview.c
6952                 fixed bug where the Return Receipt was sent to
6953                 Delivery-Notification-To address even if it was not present
6954
6955 2002-08-02 [alfons]     0.8.1claws11
6956
6957         * src/prefs_actions.c
6958                 o more check for NULLs
6959                 o put create_io_dialog() in right conditional block
6960
6961 2002-08-02 [paul]       0.8.1claws10
6962
6963         * po/es.po
6964                 updated by Ricardo Mones Lastra
6965
6966 2002-08-01 [christoph]  0.8.1claws9
6967
6968         * src/folder.c
6969                 don't free the cache of the opened
6970                 folder in the summaryview
6971         * src/summaryview.c
6972                 don't unset flags, if it is not required
6973
6974 2002-08-01 [paul]       0.8.1claws8
6975
6976         * sync with 0.8.1cvs8
6977                 see ChangeLog entry 2002-08-01
6978
6979 2002-08-01 [paul]       0.8.1claws7
6980
6981         * sync with 0.8.1cvs7
6982                 see ChangeLog 2002-07-31 and 2002-08-01
6983
6984 2002-07-31 [christoph]  0.8.1claws6
6985
6986         * src/mainwindow.c
6987                 forgot to update menu sensitivity
6988                 function for new menu entry
6989
6990 2002-07-31 [alfons]     0.8.1claws5
6991
6992         * src/main.c
6993                 check folder item and its path for NULL on
6994                 initial processing
6995
6996 2002-07-31 [christoph]  0.8.1claws4
6997
6998         * src/folder.c
6999                 check if folder_item_get_msginfo in
7000                 folder_item_remove_msg returned NULL
7001         * src/imap.c
7002                 better clear the uid cache in the
7003                 uid validity check function and delete
7004                 cached messages
7005
7006 2002-07-31 [paul]       0.8.1claws3
7007
7008         * man/sylpheed.1
7009                 add the '--attach' option and a few other
7010                 minor changes
7011
7012 2002-07-31 [paul]       0.8.1claws2
7013
7014         * sync with 0.8.1cvs5
7015                 see ChangeLog 2002-07-31
7016
7017 2002-07-31 [christoph]  0.8.1claws1
7018
7019         * src/folderview.[ch]
7020         * src/mainwindow.c
7021                 replace "Rescan all folders..." with
7022                 "Check all folders for new messages..."
7023
7024 2002-07-30 [paul]       0.8.1claws
7025
7026         * version 0.8.1claws released
7027
7028 2002-07-30 [paul]       0.8.0claws29
7029
7030         * tools/OOo2sylpheed.pl ** NEW FILE **
7031           tools/README
7032                 add script to enable sending documents as
7033                 attachments from OpenOffice.org
7034
7035 2002-07-30 [melvin]     0.8.0claws28
7036
7037         * src/prefs_actions.c
7038                 Made the actions' input/output dialog display
7039                 without delay.
7040
7041 2002-07-30 [christoph]  0.8.0claws27
7042
7043         * src/procmsg.c
7044                 check if folder_item_get_msginfo in
7045                 procmsg_save_to_outbox returned NULL
7046
7047 2002-07-30 [paul]       0.8.0claws26
7048
7049         * sync with 0.8.1cvs4
7050                 see ChangeLog 2002-07-29
7051
7052 2002-07-29 [thorsten]   0.8.0claws25
7053
7054         * README.claws
7055                 added selective download, delete on server
7056
7057 2002-07-29 [paul]       0.8.0claws24
7058
7059         * sync with 0.8.1cvs3
7060                 see ChangeLog 2002-07-29
7061
7062 2002-07-27 [christoph]  0.8.0claws23
7063
7064         * src/folder.c
7065                 add extra check if fetching the msginfo
7066                 returned NULL
7067
7068 2002-07-27 [paul]       0.8.0claws22
7069
7070         * sync with 0.8.1cvs2
7071                 see ChangeLog 2002-07-26
7072
7073 2002-07-27 [christoph]  0.8.0claws21
7074
7075         * src/imap.c
7076                 add another check if a valid msginfo
7077                 was returned
7078
7079 2002-07-26 [hoa]        0.8.0claws20
7080
7081         * src/folder.c
7082                 Fixed a condition in folder_item_destroy()
7083
7084         * src/imap.c
7085                 Fixed an error in IMAP protocol
7086
7087 2002-07-26 [alfons]     0.8.0claws19
7088
7089         * src/folder.c
7090                 ofcourse compare with identifier, not the path
7091
7092 2002-07-26 [alfons]     0.8.0claws18
7093
7094         * src/folder.c
7095                 use folder item identifier for saving / restoring
7096                 preferences because folder->path might not be unique
7097
7098 2002-07-26 [melvin]     0.8.0claws17
7099
7100         * src/logwindow.c
7101                 Fixed a crash introduced in 0.8.0claws5 when log is 
7102                 cut under 80 characters.
7103
7104 2002-07-26 [paul]       0.8.0claws16
7105
7106         * sync with 0.8.1cvs1
7107                 see ChangeLog 2002-07-26
7108
7109 2002-07-26 [christoph]  0.8.0claws15
7110
7111         * src/imap.[ch]
7112                 imap folder now remembers the last selected
7113                 folder and imap_fetch_msginfo skips selecting
7114                 the folder if it is already selected
7115
7116 2002-07-26 [christoph]  0.8.0claws14
7117
7118         * src/folder.c
7119         * src/folderview.c
7120         * src/imap.c
7121                 fix imap folder rescanning
7122
7123 2002-07-25 [christoph]  0.8.0claws13
7124
7125         * src/filter.c
7126         * src/folder.[ch]
7127         * src/folderview.c
7128         * src/imap.[ch]
7129         * src/mainwindow.c
7130         * src/mbox_folder.c
7131         * src/mh.c
7132         * src/news.c
7133                 implement imap uid cache and uid validity check
7134
7135 2002-07-25 [alfons]     0.8.0claws12
7136
7137         * src/summaryview.c
7138                 fix a brown paper bag bug, and also add some more
7139                 checks
7140
7141 2002-07-25 [christoph]  0.8.0claws11
7142
7143         * src/folder.c
7144                 don't mix copy, fetch_msginfo and remove
7145                 operations in folder item copy and move
7146                 operations
7147
7148 2002-07-25 [christoph]  0.8.0claws10
7149
7150         * src/folderview.c
7151         * src/mainwindow.c
7152         * src/prefs_folder_item.c
7153         * src/summaryview.[ch]
7154                 remove no longer required parameter update_cache from
7155                 summary_show
7156
7157 2002-07-25 [paul]       0.8.0claws9
7158
7159         * sync with 0.8.1
7160         
7161         * AUTHORS
7162                 a few corrections
7163
7164 2002-07-24 [alfons]     0.8.0claws8
7165
7166         * src/summaryview.c
7167                 sort correctly when using simplified subject line
7168                 (closes feature request "[ 585141 ] applying regexp to subject 
7169                 before sort" submitted by Alexandra Walford)
7170
7171 2002-07-24 [paul]       0.8.0claws7
7172
7173         * sync with 0.8.0cvs3
7174                 see ChangeLog 2002-07-24
7175
7176 2002-07-23 [christoph]  0.8.0claws6
7177
7178         * src/folder.c
7179         * src/folder.h
7180         * src/summaryview.c
7181         * src/summaryview.h
7182         * src/main.c
7183                 o separate processing and summaryview
7184                 o removed summary_write_cache from summaryview
7185                 o removed summaryview->killed_messages, because we don't have
7186                   to keep a list of killed messages anymore. New cache will
7187                   keep the hidden messages in cache anyway
7188         * src/folderview.c
7189         * src/inc.c
7190         * src/selective_download.c
7191                 o removed unnecessary summary_write_cache calls
7192         * src/procmsg.c
7193                 o don't set ignore thread flag in procmsg_get_thread_tree
7194                   if it is already set
7195         * src/mainwindow.c
7196         * src/statusbar.h
7197                 o moved STATUSBAR_PUSH/POP to statusbar.h because
7198                   they are used in different files
7199
7200 2002-07-23 [melvin]     0.8.0claws5
7201
7202         * src/addressbook.c
7203         * src/addrgather.c
7204         * src/editaddress.c
7205         * src/editgroup.c
7206         * src/editldap_basedn.c
7207         * src/importldif.c
7208         * src/prefs_common.c
7209                 Fixed few memory leak (gtk_editable_get_chars returns
7210                 an allocated string)
7211         * src/logwindow.c
7212                 Fixed few memory leak (gtk_editable_get_chars returns
7213                 an allocated string) and modified a little the log cutting
7214                 loop.
7215         * src/compose.c
7216                 Replaced a call to an obsolete function gtk_entry_get_text()
7217                 by gtk_editable_get_chars()
7218         * src/send.c
7219                 Removed a debug printf
7220
7221 2002-07-23 [christoph]  0.8.0claws4
7222
7223         * src/filesel.c
7224                 fix another g_dirname memory leak
7225
7226 2002-07-23 [christoph]  0.8.0claws3
7227
7228         * src/mh.c
7229                 fixed a memory leak in mh_fetch_msginfo
7230                 fixed crash when message header could not be
7231                 parsed
7232
7233 2002-07-23 [paul]       0.8.0claws2
7234
7235         * sync with 0.8.0cvs2
7236                 see ChangeLog 2002-07-23
7237
7238 2002-07-23 [paul]       0.8.0claws1
7239
7240         * sync with 0.8.0cvs1
7241                 see ChangeLog 2002-07-23
7242
7243 2002-07-23 [paul]       0.8.0claws
7244
7245         * release of 0.8.0claws
7246
7247 2002-07-23 [paul]       0.7.8claws99
7248
7249         * po/ru.po
7250                 new Russian translation, submitted by
7251                 Botalov Vyacheslav <botalov_v@upr.uralkaly.ru>
7252
7253 2002-07-22 [jens]       0.7.8claws98
7254
7255         * po/de.po
7256                 Updated German translations.
7257
7258 2002-07-22 [paul]       0.7.8claws97
7259
7260         * po/es.po
7261           po/it.po
7262           po/nl.po
7263           po/pt_BR.po
7264                 updated translations by Ricardo Mones Lastra,
7265                 Alessandro Maestri, Wilbert Berendsen and 
7266                 Fabio Jr. Beneditto respectively
7267
7268 2002-07-22 [christoph]  0.7.8claws96
7269
7270         * src/mimeview.c
7271                 fix memory leak caused by wrong g_dirname usage
7272
7273 2002-07-22 [christoph]  0.7.8claws95
7274
7275         * src/summaryview.c
7276                 update new and unread message counts for summaryview
7277                 summaryview does not get it from the folder anymore
7278                 and has to update the values itself
7279
7280 2002-07-22 [melvin]     0.7.8claws94
7281
7282         * po/fr.po
7283                 Updated French translations.
7284
7285 2002-07-22 [christoph]  0.7.8claws93
7286
7287         * src/matcher.c
7288                 set prop->preg pointer to NULL or following check
7289                 will not fail and regexec will be called with
7290                 invalid pointer
7291
7292 2002-07-21 [alfons]     0.7.8claws92
7293         
7294         * src/prefs_common.[ch]
7295                 remove option "Send return receipt on request"
7296
7297 2002-07-21 [thorsten]   0.7.8claws91
7298
7299         * src/mimeview.c
7300                 fixed memleaks, coding style as pointed out by alfons
7301
7302 2002-07-21 [alfons]     0.7.8claws90
7303
7304         * src/messageview.c
7305         * src/noticeview.[ch]
7306                 o fix bug notice view being displayed when going to empty folder 
7307                   (noticed by Christoph)
7308                 o allow RRR to be sent when restarting sylpheed, or changing folder 
7309                   (noticed by Thorsten)
7310
7311 2002-07-21 [thorsten]   0.7.8claws89
7312
7313         * src/mimeview.c
7314                 Included save_all patch from Xaview FACQ
7315                 added support for pathnames
7316
7317 2002-07-21 [alfons]     0.7.8claws88
7318
7319         * po/POTFILES.in
7320         * src/Makefile.am
7321         * src/mainwindow.c
7322         * src/messageview.[ch]
7323         * src/noticeview.c      ** NEW FILE **
7324         * src/noticeview.h      ** NEW FILE **
7325                 make return receipts work again
7326                 (UI idea by Leandro Pereira)
7327
7328 2002-07-21 [paul]       0.7.8claws87
7329
7330         * src/summaryview.c
7331                 fix sensitivity of 'Select thread'
7332
7333 2002-07-21 [paul]       0.7.8claws86
7334
7335         * src/prefs_common.c
7336                 add browser command line for Galeon
7337
7338 2002-07-21 [paul]       0.7.8claws85
7339
7340         * Makefile.am
7341                 fix 'EXTRA_DIST': remove README.README, add TODO
7342                 and TODO.claws
7343
7344 2002-07-21 [alfons]     0.7.8claws84
7345
7346         * src/gtkstext.c
7347                 make enter clear selection
7348                 (closes "[ 579888 ] Editor selection/entry error"
7349                 reported by Steve Lamb)
7350
7351 2002-07-21 [alfons]     0.7.8claws83
7352         
7353         * src/summaryview.c
7354                 sort message list when selecting unthread messages
7355                 (closes "[ 501593 ] switching threaded view doesn't sort"
7356                 reported by Simon Schubert)
7357
7358 2002-07-20 [alfons]     0.7.8claws82
7359         
7360         * src/matcher.c
7361                 const-correctness
7362
7363 2002-07-20 [thorsten]   0.7.8claws81
7364
7365         * src/matcher.c
7366                 Fixed expansion of empty fields in matchactions
7367
7368 2002-07-19 [melvin]     0.7.8claws80
7369
7370         * src/gtkspell.c
7371                 Removed a duplicate menu entry (fast mode) introduced during
7372                 the new cache merge
7373                 Added a menu separator between 'Use alternate' and 'Fast mode'
7374
7375 2002-07-19 [paul]       0.7.8claws79
7376
7377         * tools/Makefile.am
7378           tools/README
7379                 correct typos
7380
7381 2002-07-19 [thorsten]   0.7.8claws78
7382
7383         * tools/calypso_convert.pl      ** NEW FILE **
7384           tools/README
7385           tools/Makefile.am
7386                 script to import mbox files exported
7387                 by calypso
7388                 o generates folder structure
7389                 o includes attachments
7390
7391 2002-07-19 [melvin]     0.7.8claws77
7392
7393         * src/selective_download.[ch]
7394                 Fixed bug where closing the dialog with the window manager's
7395                 close button will not unlock the summary
7396                 Corrected some function declarations that missed a return value
7397                 Made the source code comply better with coding style.
7398         * src/prefs_common.c
7399                 Added new browser command line for Mozilla.
7400
7401 2002-07-18 [paul]       0.7.8claws76
7402
7403         * src/mainwindow.c
7404           src/selective_download.[ch]
7405                 reflect theme changes, fix Gdk Warning when creating 
7406                 pixmap from NULL window, and minor clean up.
7407                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
7408
7409         * po/en_GB.po
7410                 updated
7411
7412 2002-07-17 [paul]       0.7.8claws75
7413
7414         * INSTALL[.jp]
7415                 sync with 0.8.0
7416         
7417         * po/en_GB.po
7418                 updated
7419
7420 2002-07-16 [paul]       0.7.8claws74
7421
7422         * tools/filter_conv.pl
7423           tools/README
7424                 replace conversion script with reimplemented version, 
7425                 submitted by Torsten Schoenfeld <kaffeetisch@web.de>
7426
7427 2002-07-16 [colin]      0.7.8claws73
7428
7429         * src/summaryview.c
7430                 remove forgotten debug messages - sorry ;-)
7431
7432 2002-07-16 [colin]      0.7.8claws72
7433
7434         * src/mimeview.c
7435           src/summaryview.c
7436           src/textview.c
7437           src/textview.h
7438                 add the ability to select part of a text mime-part 
7439                 to reply.
7440
7441 2002-07-15 [christoph]  0.7.8claws71
7442
7443         * src/folder.c
7444                 fix folder message count for folders without
7445                 msg_is_changed (includes news folders)
7446
7447 2002-07-15 [martin]     0.7.8claws70
7448
7449         * src/summaryview.c
7450                 option "display recipient on 'From'..." now works
7451                 without the need of enabling the option
7452                 "display  sender  using  address  book".
7453
7454 2002-07-15 [christoph]  0.7.8claws69
7455
7456         * src/summaryview.c
7457                 removed setting folder status from summaryview.
7458                 folder.c should update all message counts correctly.
7459
7460 2002-07-15 [paul]       0.7.8claws68
7461
7462         * po/pt_BR.po
7463                 updated by Fabio Junior Beneditto
7464
7465 2002-07-15 [darko]      0.7.8claws67
7466
7467         * src/mh.c
7468                 Fixed target folder colorization, don't decrease op
7469                 number twice
7470
7471 2002-07-14 [paul]       0.7.8claws66
7472
7473         * sync with main 0.8.0
7474                 see ChangeLog 2002-07-14
7475
7476 2002-07-13 [melvin]     0.7.8claws65
7477         
7478         * src/addrbook.c
7479         * src/addressbook.c
7480         * src/addrindex.c
7481                 Replaced sprintf by g_snprintf to prevent possible buffer
7482                 overflow.
7483         * src/news.c
7484                 Corrected a log message output format.
7485                 Added a missing "done" debug output.
7486         * src/compose.c
7487                 Added keyboard accelerator for Priority menu items
7488                 Added missing \n in debug output
7489         * src/logwindow.c
7490         * src/gtkspell.c
7491         * src/rfc2015.c
7492                 Added missing \n in debug output
7493
7494 2002-07-13 [paul]       0.7.8claws64
7495
7496         * man/sylpheed.1
7497                 change Sergey's email address to the sf address
7498
7499         * src/textview.c
7500                 increase show_url_timeout (more useful for long
7501                 urls)
7502
7503 2002-07-12 [sergey]     0.7.8claws63
7504
7505         * src/rfc2015.c
7506                 applied (with some modifications) patch to set the
7507                 micalg parameter for signatures
7508                 (2001-08-28 Werner Koch <wk@gnupg.org>)
7509
7510 2002-07-12 [sergey]     0.7.8claws62
7511
7512         * man/Makefile.am
7513         * configure.in
7514                 fixed man page installation
7515
7516 2002-07-12 [paul]       0.7.8claws61
7517
7518         * sync with 0.7.8cvs26
7519                 see ChangeLog 2002-07-11 and 2002-07-12
7520
7521 2002-07-11 [christoph]  0.7.8claws60
7522
7523         * src/compose.c
7524         * src/procmsg.c
7525                 first use the message number to find the message
7526                 to mark with a reply flag but check the
7527                 message-id if we got the correct message, if not
7528                 try to find it by message-id.
7529                 use new string seperator that is not allowed
7530                 in message-ids.
7531
7532 2002-07-11 [paul]       0.7.8claws59
7533
7534         * sync with 0.7.8cvs23
7535                 see ChangeLog 2002-07-10
7536
7537 2002-07-10 [christoph]  0.7.8claws58
7538
7539         * src/folder.[ch]
7540         * src/msgcache.[ch]
7541                 Added message-id table to the cache in memory
7542                 and functions to msgcache.c and folder.c to
7543                 fetch MsgInfos by message id
7544         * src/compose.c
7545         * src/procmsg.c
7546                 store folder and message-id of message replying
7547                 to in queue header and set reply flag after sending
7548                 (Closes bug #469498)
7549
7550 2002-07-10 [paul]       0.7.8claws57
7551
7552         * AUTHORS
7553           man/sylpheed.1.gz
7554                 add Martin to the list of authors
7555
7556 2002-07-09 [martin]     0.7.8claws56
7557         * src/gtksctree.c
7558                 Added gtk_ctree_last_visible(), tree_update_level(),
7559                 gtk_ctree_link(), gtk_ctree_unlink(), real_sort_list(),
7560                 tree_sort(), gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
7561                 from gtk+ to gtksctree.c for the new sorting code
7562                 Renamed gtk_ctree_sort_recusive() to gtk_sctree_sort_recursive
7563                 Renamed gtk_ctree_sort_node() to gtk_sctree_sort_node
7564         * src/gtksctree.h
7565                 Added declaration for gtk_sctree_sort_recursive() and
7566                 gtk_sctree_sort_node
7567         * src/addressbook.c
7568         * src/foldersel.c
7569         * src/folderview.c
7570         * src/summaryview.c
7571                 changed calls from gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
7572                 to gtk_sctree_sort_recursive() and gtk_sctree_sort_node()
7573
7574 2002-07-08 [paul]       0.7.8claws55
7575
7576         * more sync with 0.7.8cvs21
7577                 see ChangeLog 2002-07-08
7578
7579 2002-07-08 [paul]       0.7.8claws54
7580
7581         * sync with 0.7.8cvs21
7582                 see ChangeLog 2002-07-08
7583
7584 2002-07-07 [alfons]     0.7.8claws53
7585
7586         * src/Makefile.am
7587         * src/stock_pixmap.[ch]
7588         * src/pixmaps/notice_warn.xpm   ** NEW FILE **
7589         * src/pixmaps/notice_error.xpm  ** NEW FILE **
7590         * src/pixmaps/notice_note.xpm   ** NEW FILE **
7591                 add new pixmaps for upcoming notice pane
7592
7593 2002-07-06 [melvin]     0.7.8claws52
7594
7595         * src/gtkspell.[ch]
7596                 Made them a bit closer to Sylpheed's coding style.
7597                 Removed old code.
7598                 Removed possible memory leaks when some errors occurs.
7599
7600 2002-07-06 [melvin]     0.7.8claws51
7601
7602         * po/Makefile.in.in
7603                 Removed --no-location in xgettext command line to help
7604                 translators that use Emacs' po-mode
7605         * src/quote_fmt.c
7606                 Removed unnecessary comments that messed up sylpheed.pot
7607
7608 2002-07-06 [paul]       0.7.8claws50
7609
7610         * sync with 0.7.8cvs19
7611                 see ChangeLog 2002-07-05
7612
7613 2002-07-06 [christoph]  0.7.8claws49
7614
7615         * src/folder.c
7616         * src/mainwindow.c
7617                 fix folder_item_remove_all_msg and folderview
7618                 status for trash folders after emptying trash
7619
7620 2002-07-05 [paul]       0.7.8claws48
7621
7622         * sync with 0.7.8cvs16
7623                 see ChangeLog 2002-07-04 and 2002-07-05
7624
7625 2002-07-04 [paul]       0.7.8claws47
7626
7627         * sync with 0.7.8cvs14
7628                 see  ChangeLog 2002-07-04
7629
7630 2002-07-03 [alfons]     0.7.8claws46
7631
7632         * src/folder.c
7633                 dupe folder item's path because it's being reallocated
7634                 by new folder scanning code
7635
7636 2002-07-03 [christoph]  0.7.8claws45
7637
7638         * src/imap.c
7639                 better IMAP uid fetching using 'FETCH 1:* (UID)'
7640         * src/msgcache.c
7641                 add missing return in msgcache_write
7642
7643 2002-07-02 [thorsten]   0.7.8claws44
7644
7645         * src/jpilot.c
7646         * src/msgcache.c
7647         * src/rfc2015.c
7648                 use binary mode for file access
7649
7650 2002-07-02 [christoph]  0.7.8claws43
7651
7652         * major code cleanup (part 1)
7653         
7654                 - unused variables removed
7655                 - unused functions removed
7656                 - uninitialized variables checked
7657                 - missing return statements added
7658                 - missing function return types added
7659                 - added parentheses around assignment and
7660                   && in || when suggested by gcc
7661               
7662         * src/mh.c
7663         * src/folder.c
7664                 replaced direct calls to folder->scan_tree
7665                 with folder_scan_tree and restore folder
7666                 prefs in this function. The folder should
7667                 not have to deal with them.
7668                 ( Should now work for all folder types )
7669
7670 2002-07-02 [paul]       0.7.8claws42
7671
7672         * sync with 0.7.8cvs13
7673                 see ChangeLog 2002-07-01 and 2002-07-02
7674
7675 2002-07-01 [christoph]  0.7.8claws41
7676
7677         * src/summaryview.c
7678                 fix "goto next/prev unread message" with
7679                 ignored threads
7680
7681 2002-07-01 [paul]       0.7.8claws40
7682
7683         * po/es.po
7684                 updated by Ricardo Mones Lastra
7685
7686 2002-06-30 [match]      0.7.8claws39
7687
7688         * src/jpilot.c
7689                 applied variation of leonerd's patch (566661) to
7690                 allow multiple email addresses per JPilot entry.
7691                 addresses may be separated by space, comma, pipe,
7692                 semi-colon, new-line.
7693
7694 2002-06-30 [alfons]     0.7.8claws38
7695
7696         * src/procmsg.c
7697                 simple fix for putting older nodes before
7698                 newer nodes when threading by subject
7699
7700 2002-06-30 [christoph]  0.7.8claws37
7701
7702         * src/folder.c
7703         * src/folderview.c
7704         * src/mh.c
7705         * src/news.c
7706         * src/procmsg.c
7707                 fix broken folder tree rescaning
7708                 and don't use procmsg_get_mark_sum
7709                 anymore
7710
7711 2002-06-30 [christoph]  0.7.8claws36
7712
7713         * merge new cache branch
7714         * src/imap.c
7715                 fix new cache imap copy bug
7716         * src/folder.c
7717                 improved folder_item_scan
7718                 it should now always set the correct
7719                 new, unread and total message counts
7720
7721 2002-06-29 [paul]       0.7.8claws35
7722
7723         * configure.in
7724                 correct syntax error
7725
7726 2002-06-29 [paul]       0.7.8claws34
7727
7728         * configure.in
7729           Makefile.am
7730           man/Makefile.am       ** NEW FILE **
7731           man/sylpheed.1.gz     ** NEW FILE **
7732                 add Sylpheed man page
7733
7734 2002-06-29 [paul]       0.7.8claws33
7735
7736         * po/pt_BR.po
7737                 updated by Fabio Junior Beneditto
7738
7739 2002-06-28 [jens]       0.7.8claws32
7740
7741         * po/de.po
7742                 translation updated
7743
7744         * src/selective_download.c
7745                 removed gettext for space " "
7746
7747         * src/imap.c
7748                 removed wrong space
7749
7750 2002-06-28 [paul]       0.7.8claws31
7751
7752         * sync with 0.7.8cvs11
7753                 see ChangeLog 2002-06-28
7754
7755 2002-06-28 [paul]       0.7.8claws30
7756
7757         * sync with 0.7.8cvs10
7758                 see ChangeLog 2002-06-27 and 2002-06-28
7759
7760 2002-06-26 [paul]       0.7.8claws29
7761
7762         * src/addrgather.c
7763           src/selective_download.c
7764                 don't gettextise empty strings.
7765                 reserved by gettext. gettext("") returns 
7766                 the header entry with meta information, 
7767                 not the empty string
7768
7769         * po/en_GB.po
7770                 updated
7771
7772 2002-06-26 [paul]       0.7.8claws28
7773
7774         * sync with 0.7.8cvs7
7775                 see ChangeLog 2002-06-25
7776
7777         * src/prefs_common.c
7778                 ...and in the process, tweak the gui a little
7779
7780 2002-06-25 [alfons]     0.7.8claws27
7781         
7782         * configure.in
7783         * src/Makefile.am
7784                 fine tune ldap library detection
7785
7786 2002-06-25 [alfons]     0.7.8claws26
7787
7788         * src/compose.c
7789                 don't allow return receipts when composing a news article
7790
7791 2002-06-25 [paul]       0.7.8claws25
7792
7793         * Makefile.am
7794                 add '$(AMTAR)' to 'release' section to allow for
7795                 new and older autotools
7796
7797 2002-06-25 [paul]       0.7.8claws24
7798
7799         * src/summaryview.c
7800                 fix "No more unread messages" persistant pop-up
7801                 window bug
7802
7803 2002-06-25 [paul]       0.7.8claws23
7804
7805         * po/it.po
7806                 updated by Alessandro Maestri
7807
7808 2002-06-25 [paul]       0.7.8claws22
7809
7810         * sync with 0.7.8cvs6
7811                 see ChangeLog 2002-06-25
7812
7813 2002-06-24 [paul]       0.7.8claws21
7814
7815         * tools/update-po
7816                 add GPL copyright information
7817
7818 2002-06-24 [paul]       0.7.8claws20
7819
7820         * tools/Makefile.am
7821           tools/README
7822           tools/update-po       ** NEW FILE **
7823                 add script that eases the creation of *.po files
7824                 Submitted by Wilbert Berendsen <wilbert@oswf.org>
7825
7826 2002-06-23 [alfons]     0.7.8claws19
7827
7828         * src/messageview.c
7829                 make notification_convert_header obey const correctness
7830                 (next step will be fixing the broken return receipt)
7831
7832 2002-06-23 [paul]       0.7.8claws18
7833
7834         * src/messageview.c
7835                 fix bug introduced in last commit:
7836                 removed too much code in last commit - put back what's
7837                 needed
7838
7839 2002-06-23 [paul]       0.7.8claws17
7840
7841         * src/messageview.[ch]
7842                 remove code committed in error from locally patched
7843                 source
7844
7845 2002-06-23 [colin]      0.7.8claws16
7846
7847         * src/compose.[ch]
7848                 add compose_entry_select(), used to select the default_to
7849                 email address - hopefully avoiding people sending mails to
7850                 wrong recipients.
7851
7852 2002-06-22 [alfons]     0.7.8claws15
7853
7854         * AUTHORS
7855                 add Bram Metsch & Stanislav Karchebny
7856         * src/smtp.[ch]
7857         * src/prefs_account.[ch]
7858         * src/send.c
7859                 - apply and adapt Bram's patch which allows user to set SMTP AUTH 
7860                   options.  (see <http://sourceforge.net/tracker/index.php
7861                   ?func=detail&aid=566937&group_id=25528&atid=384600>);
7862
7863                 - merge Stanislav's fix to make SMTP AUTH work with qmail
7864                   (see <http://www.tmtm.org/cgi-bin/w3ml/msg.cgi?ml=sylpheed&id=14343>)
7865
7866 2002-06-22 [paul]       0.7.8claws14
7867
7868         * sync with 0.7.8cvs5
7869                 see ChangeLog 2002-06-19 and 2002-06-20
7870
7871 2002-06-22 [alfons]     0.7.8claws13
7872
7873         * src/selective_download.c
7874                 fix a stupid mistake I made
7875
7876 2002-06-22 [alfons]     0.7.8claws12
7877
7878         * src/selective_download.[ch]
7879                 fix another unnoticed leak; cleanup code
7880
7881 2002-06-21 [alfons]
7882
7883         * tools/Makefile.am
7884                 gpg-sign <-- gpg-sign-syl
7885
7886 2002-06-21 [alfons]     0.7.8claws11
7887
7888         * src/selective_download.c
7889         * src/selective_download.h
7890                 fix assorted mix of allocation errors (should solve
7891                 problem reported by Philippe Gramoullé, see:
7892                 http://sourceforge.net/mailarchive/forum.php?thread_id=828668&forum_id=2006)
7893
7894 2002-06-20 [melvin]     0.7.8claws10
7895
7896         * tools/gpg-sign *REMOVED*
7897           tools/gpg-sign-syl *ADDED*
7898                 Replaced the gpg clearsigning script with the version using
7899                 xterm instead of ssh-askpass and changed its name.
7900
7901         * README.claws
7902                 Updated actions example to reflect the renaming of the
7903                 gpg clearsigning script.
7904
7905 2002-06-19 [paul]       0.7.8claws9
7906
7907         * sync with 0.7.8claws9
7908                 see ChangeLog 2002-06-18 and 2002-06-19
7909
7910 2002-06-19 [paul]       0.7.8claws8
7911
7912         * sync with 0.7.8cvs1
7913                 see ChangeLog 2002-06-18
7914
7915 2002-06-18 [alfons]     0.7.8claws7
7916
7917         * src/mainwindow.h
7918                 add omitted prototype
7919
7920 2002-06-17 [paul]       0.7.8claws6
7921
7922         * src/mainwindow.c
7923                 fix hiding of exec_btn
7924
7925 2002-06-17 [paul]       0.7.8claws5
7926
7927         * src/pop.c
7928                 remove unneeded code: should_delete() 
7929                 and Pop3State::uidl_todelete_list
7930
7931 2002-06-17 [paul]       0.7.8claws4
7932
7933         * sync with 0.7.8
7934                 see ChangeLog 2002-06-11 and 2002-06-13
7935
7936 2002-06-16 [alfons]     0.7.8claws3
7937         
7938         * src/folder.c
7939                 make sure lock sort mode (claws specific) is
7940                 also persists after a tree rescan
7941
7942 2002-06-16 [alfons]     0.7.8claws2
7943
7944         * src/prefs_folder_item.c
7945         * src/folder.[ch]
7946                 fix persistence of folder sort mode (broken
7947                 by adapting Hiro's new folder persistence code)
7948
7949 2002-06-16 [alfons]     0.7.8claws1
7950
7951         * AUTHORS
7952         * src/logwindow.c
7953         * src/prefscommon.[ch]
7954                 control size of log text in log window; 
7955                 closes patch #569155 submitted by Mitko Haralanov.
7956
7957 2002-06-15 [paul]       0.7.8claws
7958
7959         * release of 0.7.8claws
7960
7961 2002-06-15 [paul]       0.7.7claws
7962
7963         * po/pt_BR.po
7964                 updated by Fabio Junior Beneditto
7965
7966 2002-06-14 [paul]       0.7.6claws49
7967
7968         * po/es.po
7969                 updated by Ricardo Mones Lastra
7970
7971 2002-06-14 [paul]       0.7.6claws48
7972
7973         * po/nl.po
7974                 updated translation by Wilbert Berendsen
7975
7976 2002-06-14 [melvin]     0.7.6claws47
7977
7978         * po/fr.po
7979                 Updated French translation
7980
7981 2002-06-13 [paul]       0.7.6claws46
7982
7983         * src/filesel.c
7984                 allow filename to be typed in, rather than just
7985                 selected by the mouse. Patch by Gustavo Noronha Silva.
7986
7987 2002-06-13 [alfons]     0.7.6claws45
7988
7989         * src/mainwindow.[ch]
7990                 more cleanups (removing unnecessary menu items Expand 
7991                 summary / message view)
7992
7993 2002-06-13 [melvin]     0.7.6claws44
7994
7995         * po/POTFILES.in
7996                 Added src/string_match.c
7997         * src/string_match.c
7998                 Fixed possible buffer overflow.
7999                 Corrected typo.
8000                 Added missing config.h header.
8001         * src/prefs_common.c
8002           src/prefs_matcher.c
8003           src/prefs_scoring.c
8004                 Made some strings translatable (missing _(..)).
8005
8006 2002-06-13 [melvin]     0.7.6claws43
8007
8008         * README.claws
8009                 Corrected action example (verifying clearsigned mail).
8010         * src/prefs_account.c
8011                 Corrected typo.
8012         * src/prefs_common.c
8013                 Removed incorrect line that generated a Gtk-CRITICAL msg.
8014
8015 2002-06-12 [alfons]     0.7.6claws42
8016
8017         * src/summaryview.c
8018                 add init of score column lost in 0.7.6claws42
8019
8020 2002-06-12 [paul]       0.7.6claws41
8021
8022         * src/prefs_account.c
8023                 CREATE_RADIO_BUTTONS(): fixed a typo and corrected the 
8024                 behavior of the radio buttons, (from 0.7.7cvs2)
8025
8026 2002-06-11 [alfons]     0.7.6claws40
8027
8028         * src/messageview.[ch]
8029         * src/summaryview.[ch]
8030         * src/summary_search.c
8031         * src/mainwindow.c
8032                 perform a sync to bring in Hiro's separate view implementation 
8033
8034                 (NOTE: may still be buggy; 0.7.6claws39 marked as LAST_STABLE)
8035
8036 2002-06-11 [paul]       0.7.6claws39
8037         
8038         * src/prefs_account.c
8039                 correct a typo on the Receive tab
8040
8041 2002-06-10 [match]      0.7.6claws38
8042
8043         * src/addressbook.c
8044                 Included address completion patch from Gustavo Noronha.
8045
8046 2002-06-10 [paul]       0.7.6claws37
8047
8048         * src/inc.[ch]
8049           src/pop.c
8050           src/prefs_account.[ch]
8051           src/selective_download.[ch]
8052                 apply PATCH #561712
8053                  NEW:
8054                 - check if POP Account
8055                 - Receive Button renamed to Preview
8056                 - Preview Button Popup: preview new/all messages
8057                 - Download Button
8058                 - Account Preferences-->Receive tab checkbutton if you
8059                   want to remove Mail after Download
8060                 -: default YES
8061                 - Account Preferences-->Receive tab checkbutton use
8062                   filtering rules on preview
8063                   (think of delete_on_server)
8064                 -: default YES
8065                 - Account selectable from SD dialog
8066                 - checkbutton to show already downloaded messages if
8067                   all messages are previewed
8068                 - new clist column showing Date
8069                 - ESC KEY close
8070                 FIXES:
8071                 - play ball with UIDL
8072                 - fault tolerant (?) 
8073                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
8074
8075 2002-06-10 [melvin]     0.7.6claws36
8076
8077         * README.claws
8078                 Added a hint to ac/README in cvs instructions.
8079
8080         * src/prefs_actions.c
8081                 Made it possible to use a more elaborate command line
8082                 for asynchronous actions, too.
8083
8084 2002-06-10 [melvin]     0.7.6claws35
8085         
8086         * src/prefs_actions.c
8087                 Make it possible to use a more elaborate command line
8088                 (e.g. |foo|bar|cat>there;echo Done|)
8089                 Corrected error message when calling %f, %F and %p commands
8090                 from the compose window.
8091
8092 2002-06-09 [colin]      0.7.6claws34
8093
8094         * src/summaryview.c
8095                 Automatically find unread messages in current folder
8096                 before annoying the user.
8097
8098 2002-06-08 [alfons]     0.7.6claws33
8099
8100         * po/it.po
8101                 remove bad formatting string in it.po translation
8102                 (close "[ 548336 ] --debug segfaults!!! with it_IT@euro")
8103
8104 2002-06-08 [paul]       0.7.6claws32
8105
8106         * sync with 0.7.6cvs25
8107                 see ChangeLog 2002-06-07
8108
8109 2002-06-05 [paul]       0.7.6claws31
8110
8111         * src/mainwindow.c
8112                 add 'Sort by locked' and 'Sort by score'
8113
8114 2002-06-05 [paul]       0.7.6claws30
8115
8116         * sync with 0.7.6cvs24
8117                 see ChangeLog 2002-06-04
8118
8119 2002-06-04 [paul]       0.7.6claws29
8120
8121         * po/pt_BR.po
8122                 updated by Fabio Junior Beneditto
8123
8124 2002-06-03 [thorsten]   0.7.6claws28
8125
8126         * src/matcher.c
8127                 fclose() matcherrc after reading
8128
8129 2002-06-03 [paul]       0.7.6claws27
8130
8131         * sync with 0.7.6cvs21
8132                 see ChangeLog 2002-05-31
8133
8134 2002-05-31 [paul]       0.7.6claws26
8135
8136         * sync with 0.7.6cvs20
8137                 see ChangeLog 2002-05-29 and 2002-05-30
8138
8139 2002-05-31 [paul]       0.7.6claws25
8140
8141         * src/imap.c
8142                 hopefully fix last buggy sync
8143
8144         * README.claws
8145                 correct typo in 'Actions' examples
8146
8147 2002-05-29 [paul]       0.7.6claws24
8148
8149         * sync with 0.7.6cvs18
8150                 see ChangeLog 2002-05-28 and 2002-05-29
8151
8152         * src/news.c
8153           src/nntp.[ch]
8154                 sync with above 
8155
8156 2002-05-28 [paul]       0.7.6claws23
8157
8158         * sync with 0.7.6cvs16
8159                 see ChangeLog 2002-05-28
8160
8161 2002-05-27 [thorsten]   0.7.6claws22 
8162
8163         * faq/it/sylpheed-faq-1.html
8164           faq/it/sylpheed-faq-2.html
8165           faq/it/sylpheed-faq-3.html
8166           faq/it/sylpheed-faq.html
8167                 corrected DOS lineendings
8168         * faq/de/sylpheed-faq-1.html
8169           faq/de/sylpheed-faq-2.html
8170           faq/en/sylpheed-faq-1.html
8171           faq/en/sylpheed-faq-2.html
8172           faq/en/sylpheed-faq-3.html
8173           faq/es/sylpheed-faq-1.html
8174           faq/es/sylpheed-faq-2.html
8175           faq/es/sylpheed-faq-3.html
8176           faq/fr/sylpheed-faq-1.html
8177           faq/it/sylpheed-faq-1.html
8178           faq/it/sylpheed-faq-2.html
8179           faq/it/sylpheed-faq-3.html
8180           faq/it/sylpheed-faq.html
8181                 changed ">" to &quot;
8182
8183 2002-05-27 [paul]       0.7.6claws21
8184         
8185         * sync with 0.7.6cvs15
8186                 see ChangeLog 2002-05-27
8187
8188 2002-05-27 [paul]       0.7.6claws20
8189
8190         * src/prefs_account.c
8191                 correct a typo
8192
8193 2002-05-26 [paul]       0.7.6claws19
8194
8195         * tools/README
8196                 correct a typo
8197
8198 2002-05-25 [paul]       0.7.6claws18
8199
8200         * tools/README
8201                 add description of kmail2sylpheed.pl
8202
8203 2002-05-25 [paul]       0.7.6claws17
8204
8205         * tools/kmail2sylpheed.pl       ** NEW FILE **
8206                 perl script that converts an exported Kmail address
8207                 book, converts it to sylpheed addressbook file,
8208                 writes the file to .sylpheed, and updates
8209                 addrbook--index.xml 
8210
8211 2002-05-25 [paul]       0.7.6claws16
8212
8213         * sync with 0.7.6cvs14
8214                 see ChangeLog 2002-05-23
8215
8216 2002-05-24 [paul]       0.7.6claws15
8217
8218         * README.claws
8219                 make a correction and add some more info
8220
8221 2002-05-24 [paul]       0.7.6claws14
8222
8223         * src/compose.c
8224                 fix memory leak in 
8225                 compose_redirect_write_headers_from_headerlist()
8226                 add Subject and Resent-Message-ID to
8227                 compose_redirect_write_headers()
8228                 Received, Subject, and X-UIDL are filtered out in 
8229                 compose_redirect_write_to_file()
8230
8231 2002-05-23 [paul]       0.7.6claws13
8232
8233         * src/compose.[ch]
8234           src/filtering.c
8235           src/mainwindow.c
8236           src/matcher.[ch]
8237           src/matcher_parser_lex.l
8238           src/matcher_parser_parse.y
8239           src/prefs_common.[ch]
8240           src/prefs_filtering.c
8241           src/summaryview.c
8242                 rename 'Bounce' to 'Redirect'
8243
8244 2002-05-23 [paul]       0.7.6claws12
8245
8246         * more sync with 0.7.6cvs13
8247           src/compose.c
8248                 see ChangeLog 2002-05-22
8249
8250 2002-05-22 [paul]       0.7.6claws11
8251
8252         * sync with 0.7.6cvs13
8253           src/codeconv.c
8254                 see ChangeLog 2002-05-20
8255           src/prefs_common.c
8256                 see ChangeLog 2002-05-22
8257
8258 2002-05-21 [melvin]     0.7.6claws10
8259
8260         * src/folderview.c
8261                 Added missing filtering and scoring headers
8262                 Fixed bad function call that showed garbage 
8263                 in Folder->Processing
8264
8265 2002-05-21 [paul]       0.7.6claws9
8266
8267         * tools/Makefile.am
8268                 make all tools executable, (patch by Alfons).
8269
8270 2002-05-20 [alfons]     0.7.6claws8
8271
8272         * src/procheader.c
8273                 don't forget to call mktime() so we have a valid week 
8274                 and year day
8275                 (Bug report by Roger Sondermann <mail@jumaros.de>)
8276
8277 2002-05-20 [paul]       0.7.6claws7
8278
8279         * src/html.c
8280                 fix broken parsing of urls
8281         * src/textview.c
8282                 fix displaying of urls
8283
8284                 both fixes from the patch [547855] by Eugene 
8285                 Brevdo (zonem)
8286
8287 2002-05-19 [alfons]     0.7.6claws6
8288
8289         * configure.in
8290                 make sylpheed configure correctly with the latest
8291                 and greatest of automake / autoconf / gettext
8292
8293 2002-05-19 [alfons]     0.7.6claws5
8294
8295         * src/procheader.c
8296         * src/procheader.h
8297                 add function for returning ime zone offset
8298         * src/quote_fmt.c
8299         * src/quote_fmt_parse.y
8300                 better quotation formatting - does not convert
8301                 to local time, but uses the original date string.
8302                 
8303                 Note: %z inserts the timezone offset (should 
8304                 work also on platforms where strftime does not
8305                 support %z).
8306
8307 2002-05-18 [christoph]  0.7.6claws4
8308
8309         * src/summaryview.c
8310                 fix indentation of some code
8311         * tools/Makefile.am
8312                 fix spaces after \
8313         * src/Makefile.am
8314                 add missing \
8315                 correct path for ignorethread.xpm
8316                 incorrect filename for sylpheed_logo.xpm
8317                 add missing include matcher_parser_parse.h
8318
8319 2002-05-18 [paul]       0.7.6claws3
8320
8321         * sync with 0.7.6cvs8
8322                 see ChangeLog 2002-05-16 and 2002-05-17
8323
8324 2002-05-18 [melvin]     0.7.6claws2
8325
8326         * README.claws
8327                 Corrected an action's definition and fixed some misspellings.
8328
8329 2002-05-18 [paul]       0.7.6claws1
8330
8331         * tools/Makefile.am
8332           tools/gpg-sign        ** new file **
8333           tools/uudec           ** new file **
8334                 add Melvin's Actions scripts
8335
8336         * README.claws
8337                 add Melvin's descriptions for Actions
8338
8339 2002-05-18 [paul]       0.7.6claws
8340
8341         * Version 0.7.6claws released
8342
8343 2002-05-17 [paul]       0.7.5claws32
8344
8345         * po/es.po
8346                 updated by Ricardo Mones Lastra
8347
8348 2002-05-17 [paul]       0.7.5claws31
8349
8350         * src/compose.c
8351                 fix Account prefs default folder for sent/draft/deleted
8352                 messages bug
8353
8354         * po/it.po
8355           po/nl.po
8356                 updated translation by Alessandro Maestri and
8357                 Wilbert Berendsen
8358
8359 2002-05-17 [melvin]     0.7.5claws30
8360
8361         * src/prefs_actions.c
8362                 Fixed bug where using %F not at the end of the command 
8363                 resulted in an additional empty argument being created.
8364                 Thanks to Darko Koruga for reporting the bug.
8365
8366 2002-05-17 [melvin]     0.7.5claws29
8367
8368         * po/fr.po
8369                 Updated French translations.
8370
8371 2002-05-15 [paul]       0.7.5claws28
8372         
8373         * po/es.po
8374                 updated by Ricardo Mones Lastra
8375
8376 2002-05-15 [paul]       0.7.5claws27
8377
8378         * sync with 0.7.6cvs4
8379                 see ChangeLog 2002-05-14 and 2002-05-15
8380
8381 2002-05-14 [paul]       0.7.5claws26
8382
8383         * sync with 0.7.6cvs1
8384                 see ChangeLog 2002-05-13
8385
8386 2002-05-13 [thorsten]   0.7.5claws25
8387
8388         * src/messageview.c
8389                 fix select_all and copy in multipart messages
8390         * src/mainwindow.c
8391                 fix select_all and copy in multipart messages
8392
8393 2002-05-12 [paul]       0.7.5claws24
8394
8395         * src/summaryview.c
8396                 reverse last commit, bug already fixed in 0.7.5claws3
8397
8398 2002-05-12 [netztorte]  0.7.5claws23
8399
8400         * src/summaryview.c
8401                 dont parse empty addressbook (checked in before claws20)
8402
8403 2002-05-12 [melvin]     0.7.5claws22
8404
8405         * src/procmsg.[ch]
8406                 Removed unneeded priority code introduced by the previous 
8407                 commit.
8408
8409 2002-05-12 [melvin]     0.7.5claws21
8410
8411         * src/compose.[ch]
8412                 Added possibility to set message's priority.
8413         * src/procmsg.[ch]
8414                 Added possibility to set message's priority.
8415                 Added missing headers
8416
8417 2002-05-12 [melvin]     0.7.5claws20
8418
8419         * src/prefs_actions.c
8420                 Removed implicitely added quotes around the name
8421                 of the temporary files of mime parts.
8422
8423 2002-05-12 [paul]       0.7.5claws19
8424
8425         * sync with 0.7.5cvs20
8426                 see ChangeLog 2002-05-11
8427
8428 2002-05-12 [alfons]     0.7.5claws18
8429
8430         * src/quote_fmt_lex.l
8431         * src/quote_fmt_parse.y
8432                 allow quote / reply date & time format to be set using
8433                 %D{format}. format is a format string you'd pass to
8434                 strftime() (see man strftime, or the Display tab |
8435                 Date format setting).
8436
8437                 Currently %D converts the date to local time. 
8438
8439 2002-05-11 [paul]       0.7.5claws17
8440
8441         * sync with 0.7.5cvs19 (except src/prefs_folder_item.c)
8442                 see ChangeLog 2002-05-10 and 2002-05-11
8443
8444 2002-05-10 [paul]       0.7.5claws16
8445
8446         * sync with 0.7.5cvs16
8447                 see ChangeLog entries 2002-05-09 and 
8448                 2002-05-10
8449
8450 2002-05-10 [colin]      0.7.5claws15
8451
8452         * src/textview.c
8453                 Corrected a bug that prevented sylpheed to open
8454                 double-clicked URIs.
8455
8456 2002-05-09 [paul]       0.7.5claws14
8457
8458         * sync with 0.7.5cvs14
8459                 see ChangeLog 2002-05-08 and 2002-05-09
8460
8461 2002-05-08 [paul]       0.7.5claws13
8462
8463         * sync with 0.7.5cvs11
8464                 see ChangeLog entry 2002-05-08
8465
8466 2002-05-08 [paul]       0.7.5claws12
8467
8468         * src/mainwindow.c
8469           src/textview.[ch]
8470                 fix segfault on View->Open in new window
8471                 patch submitted by Thorsten Maerz <torte@netztorte.de>
8472
8473 2002-05-07 [paul]       0.7.5claws11
8474
8475         * sync with 0.7.5cvs9
8476                 see ChangeLog entry 2002-05-07
8477
8478 2002-05-06 [paul]       0.7.5claws10
8479
8480         * src/messageview.c
8481           src/textview.c
8482                 display url in statusbar on single-click
8483                 patch submitted by Thorsten Maerz <torte@netztorte.de>
8484
8485 2002-05-06 [match]      0.7.5claws9
8486
8487         * src/addritem.[ch]
8488                 new functions.
8489         * src/addrcache.c
8490                 tidy up.
8491         * src/xmlprops.[ch]
8492                 XML implementation of properties file.
8493         * src/exporthtml.[ch]
8494         * src/expthtmldlg.[ch]
8495         * src/addressbook.c
8496                 export to HTML.
8497
8498 2002-05-02 [sergey]     0.7.5claws8
8499
8500         * src/mainwindow.c (mainwin_entries),
8501           src/prefs_common.c (prefs_send_create()),
8502           src/codeconv.c (locale_table):
8503                 use charset name "Windows-1251" instead of "CP1251".
8504
8505 2002-05-02 [colin]      0.7.5claws7
8506         
8507         * src/compose.c
8508           src/prefs_common.c
8509           src/prefs_folder_item.c
8510                 Fixed cosmetics bugs due to Outbox renamed to Sent.
8511
8512 2002-05-02 [hiro]       0.7.5claws6
8513
8514         * src/imap.c
8515                 sync the change for QUOTE_IF_REQUIRED() macro with 0.7.5cvs7.
8516
8517 2002-05-02 [paul]       0.7.5claws5
8518
8519         * src/compose.c
8520                 more sync with 0.7.5cvs7, see ChangeLog entry
8521                 2002-05-02
8522
8523 2002-05-02 [hiro]       0.7.5claws4
8524
8525         * src/compose.c
8526                 compose_queue_sub():
8527                 check if queue folder exists (closes #550397).
8528                 removed directory creation since it should be handled
8529                 transparently.
8530         * src/imap.c
8531                 imap_add_msg(): return UID for appended message
8532                 (closes #548842).
8533
8534 2002-04-30 [paul]       0.7.5claws3
8535
8536         * src/summaryview.c
8537                 fix account_find_from_address() bug
8538
8539 2002-04-28 [colin]      0.7.5claws2
8540
8541         * src/compose.c
8542           src/textview.c
8543           src/prefs_common.[ch]
8544           src/utils.[ch]
8545                 Added user-definable quotation characters recognition.
8546
8547 2002-04-28 [paul]       0.7.5claws1
8548
8549         * sync with 0.7.5cvs4
8550                 see ChangeLog entry  2002-04-25
8551
8552 2002-04-28 [paul]       0.7.5claws
8553
8554         * po/es.po
8555           po/nl.po
8556           po/pt_BR.po
8557                 updated by Ricardo Mones Lastra, Wilbert Berendsen, and
8558                 Fabio Junior Beneditto
8559
8560 2002-04-27 [jens]       0.7.4claws103
8561
8562         * po/de.po
8563                 updated German translation.
8564
8565 2002-04-27 [hiro]       0.7.4claws102
8566
8567         * src/summaryview.c
8568                 summary_write_cache(): fixed the mark loss of hidden messages.
8569
8570 2002-04-26 [melvin]     0.7.4claws101
8571
8572         * src/procmsg.c
8573                 fixed a second typo (same one)
8574         * po/fr.po
8575           po/it.po
8576           po/pt_BR.po
8577                 fixed the type again...
8578
8579 2002-04-26 [melvin]     0.7.4claws100
8580
8581         * src/procmsg.c
8582                 fixed a typo in an alert message ("temorary").
8583         * po/it.po
8584         * po/pt_BR.po
8585                 corrected the typo  described above.
8586         * po/fr.po
8587                 updated French translation.
8588
8589 2002-04-26 [darko]      0.7.4claws99
8590
8591         * src/summaryview.c
8592                 fix target folder colorization
8593
8594 2002-04-25 [paul]       0.7.4claws98
8595
8596         * po/it.po
8597                 updated by Alessandro Maestri
8598
8599 2002-04-24 [colin]      0.7.4claws97
8600         
8601         * src/compose.c
8602                 Fixed double "subject is empty" question.
8603
8604 2002-04-23 [colin]      0.7.4claws96
8605         
8606         * src/mimeview.c
8607                 Corrected issue when "automatically display images" was
8608                 not set : first image remained after selecting second.
8609
8610 2002-04-23 [melvin]     0.7.4claws95
8611
8612         * src/prefs_actions.c
8613                 Don't display in/out dialog if there is nothing to show.
8614
8615 2002-04-23 [paul]       0.7.4claws94
8616
8617         * sync with 0.7.5cvs3
8618                 bug fixes: see ChangeLog entry 2002-04-23
8619
8620 2002-04-22 [darko]      0.7.4claws93
8621
8622         * src/compose.c
8623                 fix previous check-in which changed code after
8624                 merge from main
8625
8626 2002-04-22 [paul]       0.7.4claws92
8627
8628         * faq/de/*
8629                 add German FAQ
8630         * faq/en/*
8631           faq/es/*
8632           faq/fr/*
8633                 update English, Spanish and French FAQs
8634         * manual/de/*
8635           manual/es/*
8636                 add German and Spanish manuals
8637         * manual/en/*
8638           manual/fr/*
8639                 update English and French manuals
8640
8641         * src/Makefile.am
8642                 add to and re-arrange the pixmap entries
8643
8644 2002-04-22 [darko]      0.7.4claws91
8645
8646         * src/compose.c
8647                 fix sender initials recognition to only allow
8648                 '>' after the initials
8649
8650 2002-04-21 [paul]       0.7.4claws90
8651
8652         * sync with 0.7.5 release
8653                 see ChangeLog entry 2002-04-21
8654
8655 2002-04-21 [alfons]
8656
8657         * src/Makefile.am
8658                 add colin's new pixmaps to EXTRA_DIST
8659
8660 2002-04-21 [colin]      0.7.4claws89
8661         * src/compose.c
8662         * src/inc.c
8663         * src/mainwindow.[ch]
8664         * src/prefs_common.[ch]
8665         * src/stock_pixmap.[ch]
8666                 Added "Work offline" ability.
8667
8668 2002-04-21 [colin]      0.7.4claws88
8669         
8670         * src/mimeview.c
8671         * src/prefs_common.c
8672         * src/prefs_common.h
8673         * src/textview.c : Added an option to common preferences -> display
8674           to allow user not to automatically display images.
8675
8676 2002-04-21 [paul]       0.7.4claws87
8677
8678         * sync with 0.7.4cvs52
8679                 see ChangeLog entry 2002-04-21 (src/imap.c)
8680
8681 2002-04-21 [paul]       0.7.4claws86
8682
8683         * sync with 0.7.4cvs51
8684                 see ChangeLog entry 2002-04-21
8685
8686 2002-04-21 [paul]       0.7.4claws85
8687
8688         * sync with 0.7.4cvs49
8689                 see ChangeLog entries 2002-04-20 and 2002-04-21
8690
8691         * src/Makefile.am
8692                 clean up: remove old 'stock_' element from xpm 
8693                 filenames.
8694
8695 2002-04-21 [alfons]     0.7.4claws84
8696
8697         apply sync patch from Paul
8698
8699         * src/folderview.c
8700                 use old claws prefs_folder_item_create() for now
8701
8702 2002-04-19 [match]      0.7.4claws83
8703
8704         * src/addressbook.[ch]
8705         * src/addrharvest.[ch]
8706         * src/addrgather.[ch]
8707                 recurse folders.
8708         * src/mainwindow.c
8709         * src/summaryview.[ch]
8710                 change menu option.
8711
8712 2002-04-19 [paul]       0.7.4claws82
8713
8714         * po/pt_BR.po
8715                 updated by Fabio Junior Beneditto
8716
8717 2002-04-14 [alfons]     0.7.4claws81
8718
8719         * src/passphrase.c
8720                 add #include <sys/types.h> for mode_t and off_t 
8721
8722 2002-04-13 [paul]       0.7.4claws80
8723         
8724         * src/main.c
8725           src/passphrase.[ch]
8726           src/pgptext.c
8727           src/prefs_common.[ch]
8728           src/rfc2015.c
8729                 enable storing of GnuPG passphrase for the whole 
8730                 session or a user-defined number of minutes. patch 
8731                 submitted by Ravemax <ravemax@dextrose.com>
8732
8733 2002-04-13 [alfons]     0.7.4claws79
8734
8735         * src/textview.c
8736                 make email parser also stop scanning when encountering separators
8737                 ',' and ';' (reported by Fabien Vantard <fvantard@opsion.fr>)
8738
8739 2002-04-13 [paul]       0.7.4claws78
8740
8741         * sync with 0.7.4cvs39
8742                 see ChangeLog entry 2002-04-12
8743
8744 2002-04-11 [paul]       0.7.4claws77
8745
8746         * sync with 0.7.4cvs37
8747                 see ChangeLog entry 2002-04-11
8748
8749 2002-04-11 [paul]       0.7.4claws76
8750
8751         * COPYING 
8752                 re-licensed (removal of "NO-VIRUS CLAUSE" and addition of
8753                 the clause for OpenSSL). sync with sylpheed main
8754
8755 2002-04-09 [melvin]     0.7.4claws75
8756
8757         * src/compose.c
8758                 Made 'Ctrl-Enter' on send ignore some modifiers 
8759                 (LOCK_MASK, MOD2, MOD3, MOD4, MOD5). Make it possible
8760                 to bind other *-Enter (but not Alt-Enter).
8761
8762 2002-04-09 [paul]       0.7.4claws74
8763
8764         * sync with 0.7.4cvs35
8765                 see ChangeLog entries 2002-04-09
8766
8767 2002-04-08 [paul]       0.7.4claws73
8768
8769         * sync with 0.7.4cvs33
8770                 see ChangeLog entry 200-04-08
8771
8772 2002-04-07 [match]      0.7.4claws72
8773
8774         * src/addrharvest.[ch]
8775                 fixed to read all addresses in header, regardless
8776                 of header size. improved name parsing. accommodate
8777                 harvest from folders and selected message.
8778         * src/addritem.[ch]
8779                 included new address parsing function.
8780         * src/addrgather.[ch]
8781         * src/addressbook.[ch]
8782         * src/summaryview.[ch]
8783         * src/mainwindow.c
8784                 allow address harvest of folder as well as selected
8785                 messages.
8786
8787 2002-04-07 [paul]       0.7.4claws71
8788
8789         * src/esmtp.[ch]
8790           src/smtp.c
8791                 don't try to authenticate with CRAM-MD5 in SMTP when 
8792                 SMTP-AUTH enabled if MTA doesn't issue this 
8793                 auth-method in it's ehlo-response. bug item #531364,
8794                 patch item #938910. patch submitted by Colin Leroy 
8795                 <colin@colino.net>
8796
8797 2002-04-07 [paul]       0.7.4claws70
8798
8799         * src/nntp.c
8800                 fix missing MODE_READER bug. patch submitted by
8801                 Colin Leroy <colin@colino.net>
8802
8803 2002-04-07 [alfons]     0.7.4claws69
8804
8805         * src/matcher.[ch]
8806         * src/prefs_filtering.c
8807         * src/summaryview.c
8808                 escape \' and \" in strings passed as filtering strings; bug report by Alex Evseev.
8809                 (see http://www.geocrawler.com/lists/3/SourceForge/11619/25/8279435/)
8810
8811 2002-04-07 [paul]       0.7.4claws68
8812
8813         * sync with 0.7.4cvs32
8814                 see ChangeLog entry 2002-04-06
8815
8816         * tools/filter_conv.pl
8817                 more bug fixes
8818
8819 2002-04-06 [paul]       0.7.4claws67
8820
8821         * tools/filter_conv.pl
8822                 modify to be able to find the name of the first
8823                 mailbox and use that. main's filter does not
8824                 record the full path to the mailbox and therefore
8825                 can only filter to the first mailbox.
8826
8827 2002-04-05 [paul]       0.7.4claws66
8828
8829         * tools/filter_conv.pl
8830                 attempt to make the script all-encompassing and
8831                 be able to convert any main 'filter' rule thrown
8832                 at it
8833
8834 2002-04-05 [paul]       0.7.4claws65
8835
8836         * tools/filter_conv.pl
8837                 allow for collapsed folder trees
8838
8839 2002-04-05 [paul]       0.7.4claws64
8840
8841         * sync with 0.7.4cvs31
8842                 see ChangeLog entries 2002-04-05
8843
8844 2002-04-03 [paul]       0.7.4claws63
8845
8846         * sync with 0.7.4cvs29
8847                 see ChangeLog entries 2002-04-02 and 2002-04-03
8848
8849 2002-04-02 [paul]       0.7.4claws62
8850
8851         * sync with 0.7.4cvs26
8852                 see ChangeLog entry 2002-04-01
8853
8854 2002-04-02 [match]      0.7.4claws61
8855
8856         * src/pine.[ch]
8857         * src/importpine.[ch]
8858         * src/addressbook.c
8859                 import Pine address book.
8860
8861 2002-04-02 [match]      0.7.4claws60
8862
8863         * src/addrharvest.[ch]
8864                 improve address parsing of funky addresses.
8865
8866 2002-04-02 [darko]      0.7.4claws59
8867
8868         * src/compose.c
8869                 wrap on send improvements, it now recognizes quoted
8870                 initials as part of the quotation string, and it
8871                 does not join lines separated by CR
8872
8873 2002-04-01 [match]      0.7.4claws58
8874
8875         * src/mgutils.[ch]
8876                 added new functions.
8877         * src/mutt.[ch]
8878                 remove excessive duplicate address generation
8879                 on import.
8880
8881 2002-04-01 [alfons]     0.7.4claws57
8882         
8883         * src/summaryview.c
8884                 put back g_free() 
8885
8886 2002-04-01 [paul]       0.7.4claws56
8887
8888         * sync with 0.7.4cvs25
8889                 see ChangeLog entry 2002-04-01
8890
8891 2002-04-01 [alfons]     0.7.4aprilfool55
8892
8893         * src/summaryview.c
8894                 honour feature request item #537427 to allow for
8895                 displaying names from address book for sent mail also
8896
8897 2002-03-29 [paul]       0.7.4claws54
8898
8899         * src/mainwindow.c
8900           src/prefs_filtering.[ch]
8901           src/prefs_matcher.c
8902           src/summaryview.c
8903                 add 'fast filter' for claws' filtering,
8904                 /Tools/Create filter rule/... patch submitted
8905                 by Neill Miller <neillm@thecodefactory.org>
8906
8907 2002-03-29 [paul]       0.7.4claws53
8908
8909         * sync with 0.7.4cvs24
8910                 see ChangeLog entry 2002-03-29
8911
8912 2002-03-28 [paul]       0.7.4claws52
8913
8914         * sync with 0.7.4cvs23
8915                 see ChangeLog entry 2002-03-28
8916
8917 2002-03-27 [melvin]     0.7.4claws51
8918
8919         * src/prefs_actions.c
8920                 Added support to pass only one message part (as a
8921                 file) to the command using '%p'. No quotes are needed
8922                 because doubles quotes are automatically added.
8923                 Fixed bug where Sylpheed could block when waiting for
8924                 a child process to finish.
8925                 Changed the help menu to remove quotes around symbols to 
8926                 avoid misinterpretation (they must not be used).
8927
8928 2002-03-27 [melvin]     0.7.4claws50
8929
8930         * src/inc.c
8931                 Made the new mail notification command always 
8932                 execute asynchronously.
8933
8934 2002-03-27 [paul]       0.7.4claws49
8935
8936         * src/compose.c
8937                 fix bug introduced in last commit
8938
8939 2002-03-27 [paul]       0.7.4claws48
8940
8941         * sync with 0.7.4cvs21
8942                 see ChangeLog 2002-03-26 and 2002-03-27
8943
8944 2002-03-26 [hoa]        0.7.4claws47
8945
8946         * src/prefs_folder_item.c
8947                 really fixed the bug #516442 with folder rescan.
8948
8949 2002-03-26 [paul]       0.7.4claws46
8950
8951         * sync with 0.7.4cvs19
8952                 see ChangeLog entries 2002-03-25 and 2002-03-26
8953
8954 2002-03-25 [hoa]        0.7.4claws45
8955
8956         * src/matcher.c
8957         * src/mh.c
8958                 fix the bug #516442 with folder rescan.
8959
8960         * src/prefs_common.[ch]
8961         * src/compose.c
8962                 added an option to enable two different behaviours
8963                 for bounce.
8964
8965
8966 2002-03-25 [paul]       0.7.4claws44
8967
8968         * src/mainwindow.c
8969           src/selective_download.c
8970                 correct a few menuitem labels
8971
8972 2002-03-25 [christoph]  0.7.4claws43
8973
8974         * src/procmsg.c
8975                 fix non deleted tmp message in
8976                 procmsg_save_to_outbox
8977                 fix problems caused by sync with
8978                 main branch's procmsg_send_queue
8979
8980 2002-03-25 [paul]       0.7.4claws42
8981
8982         * src/quote_fmt.c
8983           src/quote_fmt_lex.l
8984           src/quote_fmt_parse.y
8985                 add Last name (%L) placeholder for quoting. 
8986                 patch submitted by Thorsten Thielen 
8987                 <thth@users.sourceforge.net>
8988
8989 2002-03-25 [paul]       0.7.4claws41
8990
8991         * src/utils.c
8992                 get full hostname. patch submitted by
8993                 Bob Woodside <rwoodside1@comcast.net>
8994
8995 2002-03-25 [paul]       0.7.4claws40
8996
8997         * src/account.c
8998           src/news.c
8999           src/nntp.[ch]
9000           src/prefs_account.[ch]
9001                 enable NNTP over SSL. patch submitted by
9002                 Pascal Jermini <pascal@infinity.hn.org>
9003
9004 2002-03-24 [paul]       0.7.4claws39
9005
9006         * src/prefs_common.c
9007                 make the arrangement of the Compose tab more
9008                 coherent
9009
9010         * src/mainwindow.c
9011                 fix some irregularities of style
9012
9013         * po/de.po
9014                 updated by Kilian Krause
9015
9016 2002-03-23 [paul]       0.7.4claws38
9017
9018         * po/pt_BR.po
9019                 updated by Fabio Junior Beneditto
9020
9021 2002-03-23 [paul]       0.7.4claws37
9022
9023         * src/mainwindow.c
9024                 move 'Gather addresses' to 'Tools' menu
9025                 make 'Selective download' sensitive
9026
9027 2002-03-23 [paul]       0.7.4claws36
9028
9029         * sync with 0.7.4cvs16
9030                 see ChangeLog entries 2002-03-23
9031
9032 2002-03-22 [christoph]  0.7.4claws35
9033
9034         * src/quote_fmt_parse.y
9035                 fix include program output
9036
9037 2002-03-22 [alfons]     0.7.4claws34
9038
9039         * src/pop.c
9040                 initialize GDate stack variable correctly (sorry!)
9041
9042 2002-03-22 [paul]       0.7.4claws33
9043
9044         * src/compose.c
9045           src/mainwindow.c
9046           src/prefs_actions.c
9047           src/prefs_common.c
9048                 rename 'Tool' to 'Tools'
9049
9050         * src/mainwindow.c
9051                 move 'Delete duplicated messages' from
9052                 'Message/' to 'Tools/'
9053                 re-arrange the order of 'Tools/' items
9054
9055 2002-03-22 [paul]       0.7.4claws32
9056
9057         * src/addr_compl.c
9058           src/addressbook.[ch]
9059                 auto-address completion now also matches on
9060                 Nickname. patch submitted by Bob Forsman 
9061                 <hammor@users.sourceforge.net>
9062
9063         * src/editaddress.c
9064                 correct a spelling mistake
9065
9066 2002-03-22 [alfons]     0.7.4claws31
9067
9068         * src/pop.c
9069                 fix getting uidl from incorrect string 
9070                 (spotted by Colin)
9071
9072 2002-03-21 [alfons]     0.7.4claws30
9073
9074         * src/pop.c
9075                 more code refactoring
9076                 plug mem leak introduced by delete on server
9077
9078 2002-03-21 [paul]       0.7.4claws29
9079
9080         * sync with 0.7.4cvs11
9081                 see ChangeLog entries 2002-03-20
9082
9083 2002-03-20 [alfons]     0.7.4claws28
9084
9085         * src/inc.c
9086                 apply Colin's patch and refactor
9087
9088 2002-03-20 [paul]       0.7.4claws27
9089
9090         * sync with sylpheed 0.7.4cvs9
9091                 see ChangeLog entry 2002-03-20
9092
9093 2002-03-19 [christoph]  0.7.4claws26
9094
9095         * src/mh.c
9096         * src/procmsg.[ch]
9097         * src/summaryview.c
9098                 revert changes for flag updates
9099                 (does not work correctly and no time to debug)
9100
9101 2002-03-20 [alfons]     0.7.4claws25
9102
9103         * src/pop.c
9104                 refactor should_delete() a little bit 
9105
9106 2002-03-19 [paul]       0.7.4claws24
9107
9108         * src/inc.[ch]
9109           src/pop.c
9110           src/prefs_account.[ch]
9111                 allow the user to leave downloaded mail on the 
9112                 server for n days. Patch submitted by Colin Leroy 
9113                 <colin@colino.net>
9114
9115 2002-02-19 [paul]       0.7.4claws23
9116
9117         * sync with sylpheed 0.7.4cvs8
9118                 see ChangeLog entries 2002-03-19
9119
9120 2002-03-18 [paul]       0.7.4claws22
9121
9122         * sync with sylpheed 0.7.4cvs6
9123                 see ChangeLog entry 2002-03-18
9124
9125 2002-03-18 [paul]       0.7.4claws21
9126
9127         * po/en_GB.po
9128                 add en_GB message catalogue
9129
9130         * src/mbox_folder.c
9131           src/prefs_account.c
9132           src/prefs_actions.c
9133                 correct a few spelling mistakes
9134
9135 2002-03-17 [alfons]     0.7.4claws20
9136
9137         * src/matcher.c
9138                 more stringent checks for NULL params when writing
9139                 filtering actions to a file
9140                 
9141 2002-03-17 [hoa]        0.7.3claws20
9142
9143         * src/news.c
9144                 fixed the count of new messages
9145
9146         * src/compose.c
9147                 fixed the "attachment properties" window
9148
9149 2002-03-17 [paul]       0.7.4claws19
9150
9151         * src/defs.h
9152           src/folder.h
9153           src/news.c
9154           src/prefs_account.[ch]
9155           src/procmsg.[ch]
9156           src/summaryview.c
9157                 automatically mark cross-posted messages as read 
9158                 and (optionally) give them a colour label
9159                 Patch submitted by Stefaan Eeckels <Stefaan.Eeckels@eec.lu>
9160                 
9161
9162 2002-03-17 [paul]       0.7.4claws18
9163
9164         * sync with sylpheed 0.7.4cvs5
9165                 see ChangeLog entry 2002-03-17
9166
9167 2002-03-17 [melvin]     0.7.4claws17
9168         
9169         * src/textview.c
9170                 Worked around a gtktext 'bug': when searching for 
9171                 a text in a long message it was scrolling slowly
9172                 line by line until it hit the searched text.
9173         * po/fr.po
9174                 Updated French translation
9175
9176 2002-03-17 [melvin]     0.7.4claws16
9177
9178         * src/mainwindow.c
9179         * src/compose.c
9180         * src/prefs_actions.c
9181                 Moved "Edit/Actions" to "Tool/Actions"
9182                 Made mainwindow/compose window sensitive as soon as
9183                 no child process is running anymore even if the io dialog
9184                 is open.
9185                 Fixed a struct being initialized with a non constant char*
9186
9187 2002-03-16 [christoph]  0.7.4claws15
9188
9189         * configure.in
9190                 add --with-compiler-flags option
9191                 (only for developer hacking)
9192         * src/mh.c
9193         * src/procmsg.[ch]
9194         * src/summaryview.c
9195                 try to make folder-stats and flag handling more
9196                 independent from the summaryview. msgcounts
9197                 are only set when the folder is opened and
9198                 procmsg_msginfo_(un)set_flags will handle it
9199                 later and summaryview will get the values
9200                 from the folder.
9201
9202 2002-03-16 [paul]       0.7.4claws14
9203
9204         * src/messageview.c
9205                 fix Return-receipt. Patch submitted by Bob
9206                 Woodside <rwoodside1@comcast.net>
9207
9208 2002-03-16 [paul]       0.7.4claws13
9209
9210         * src/compose.c
9211                 fix 'dynamic' signatures, make it work again
9212                 broken during sync on 2002-03-14 (0.7.4claws2)
9213
9214 2002-03-15 [match]      0.7.4claws12
9215
9216         * src/addrharvest.[ch]
9217         * src/addrgather.[ch]
9218         * src/addressbook.[ch]
9219         * src/mainwindow.c
9220                 included address harvester feature. still some
9221                 issues with address parsing that I will fix.
9222
9223 2002-03-15 [match]      0.7.4claws11
9224
9225         * src/addrbook.[ch]
9226         * src/addrcache.[ch]
9227         * src/addressbook.[ch]
9228         * src/addrindex.c
9229         * src/editbook.c
9230         * src/importldif.c
9231         * src/importmutt.c
9232         * src/jpilot.[ch]
9233         * src/main.c
9234         * src/syldap.[ch]
9235         * src/vcard.[ch]
9236                 tidy up. fix memory leaks. moved attribs and methods
9237                 from individual interfaces to addrcache object. prep
9238                 for new stuff to come in.
9239
9240 2002-03-15 [alfons]     0.7.4claws10
9241
9242         * src/matcher.[ch]
9243         * src/matcher_parser_parse.y
9244         * src/matcher_parser_lex.l
9245         * src/prefs_matcher.c
9246                 add filtering conditions message greater than, smaller 
9247                 than, and exactly matching a size in bytes
9248                 (does not work with delete from POP3 server yet)
9249
9250                 this should also give others an idea what you should
9251                 do to add new criterions to claws filtering system
9252                 
9253
9254 2002-03-15 [paul]       0.7.4claws9
9255
9256         * tools/filter_conv.pl
9257                 exit if there are no filter rules to convert
9258                 rename filterrc to filterrc.old after completion
9259
9260 2002-03-15 [paul]       0.7.4claws8
9261
9262         * sync with sylpheed 0.7.4cvs3
9263                 see ChangeLog entry 2002-03-14
9264
9265 2002-03-14 [paul]       0.7.4claws7
9266
9267         * src/compose.c
9268                 clean up the last commit (ahem)
9269
9270 2002-03-14 [paul]       0.7.4claws6
9271
9272         * src/compose.c
9273                 fix bug #515655. honour account preferences
9274                 regarding gpg default signing/encryption when 
9275                 changing account from the compose window.
9276
9277 2002-03-14 [paul]       0.7.4claws5
9278
9279         * src/folderview.c
9280                 remove unnecessary curly brackets
9281
9282 2002-03-14 [paul]       0.7.4claws4
9283
9284         * src/folderview.c
9285           src/prefs_filtering.[ch]
9286                 add filter rename on folder rename and filter
9287                 delete on folder delete. Patch submitted by
9288                 Neill Miller <neillm@thecodefactory.org> 
9289
9290 2002-03-14 [christoph]  0.7.4claws3
9291
9292         * src/procmsg.c
9293         * src/send.c
9294                 fix local delivery
9295                 (patch submitted by "Simon 'corecode' Schubert")
9296         * src/prefs_common.c
9297         * src/procmsg.c
9298                 fix gcc 3.0 warning
9299
9300 2002-03-14 [paul]       0.7.4claws2
9301
9302         * sync with sylpheed 0.7.4cvs2
9303                 see ChangeLog entry 2002-03-13
9304
9305 2002-03-12 [darko]      0.7.4claws1
9306
9307         * src/mainwindow.c
9308                 fix what seems to be a copy and paste error
9309                 when setting color for important messages
9310                 (reported by wwp)
9311
9312 2002-03-11 [paul]       version 0.7.4claws released
9313
9314 2002-03-11 [paul]       0.7.4claws
9315
9316         * po/es.po
9317           po/it.po
9318           po/nl.po
9319           po/pt_BR.po
9320                 update message catalogs. Submitted by Ricardo Mones 
9321                 Lastra, Alessandro Maestri, Wilbert Berendsen, and 
9322                 Fabio Junior Beneditto
9323
9324         * configure.in
9325           faq/Makefile.am
9326           faq/it/Makefile
9327           faq/it/sylpheed-faq*
9328           src/mainwindow.c
9329           src/manual.[ch]
9330                 add FAQ in Italian
9331         
9332
9333 2002-03-11 [jens]       0.7.3claws7
9334
9335         * po/de.po
9336                 updated German translation
9337
9338 2002-03-11 [melvin]     0.7.3claws6
9339
9340         * po/fr.po
9341                 updated and corrected French translation
9342
9343 2002-03-10 [hoa]        0.7.3claws5
9344
9345         * src/account.c
9346         * src/inc.c
9347         * src/prefs_account.c
9348         * src/procmsg.c
9349         * src/send.[ch]
9350                 fixed the local account.
9351                 you have to change the default "/usr/sbin/sendmail"
9352                 to "/usr/sbin/sendmail -t" in the preferences of
9353                 the local account.
9354
9355         * src/procmime.c
9356                 removed some debug display for renderer
9357
9358 2002-03-10 [paul]       0.7.3claws4
9359
9360         * faq/en/sylpheed-faq-1.html
9361           faq/en/sylpheed-faq-2.html
9362                 update
9363
9364 2002-03-09 [paul]       0.7.3claws3
9365
9366         * sync with sylpheed 0.7.4
9367                 see ChangeLog entry 2002-03-09
9368
9369 2002-03-08 [paul]       0.7.3claws2
9370
9371         * faq/en/sylpheed-faq*
9372           faq/es/sylpheed-faq*
9373           faq/fr/sylpheed-faq*
9374                 update the FAQs
9375
9376         * manual/fr/.cvsignore
9377           manual/fr/Makefilea.am
9378           manual/fr/sylpheed*
9379           src/mainwindow.c
9380           src/manual.[ch]
9381                 add the French manual
9382
9383 2002-03-07 [paul]       0.7.3claws1
9384
9385         * sync with sylpheed 0.7.3cvs4
9386                 see ChangeLog entries  2002-03-06 and 2002-03-07
9387         
9388         * po/nl.po
9389                 updated by Wilbert Berendsen
9390
9391 2002-03-07 [melvin]     0.7.2claws34
9392
9393         * src/selective_download.c
9394                 Changed the pixmap of the receive button to MAIL_RECEIVE.
9395
9396 2002-03-06 [paul]       0.7.2claws33
9397
9398         * sync with sylpheed 0.7.3cvs1
9399                 bug fix, see ChangeLog entry 2002-03-05
9400
9401 2002-03-05 [paul]       0.7.2claws32
9402
9403         * src/mimeview.c
9404           src/pgptext.[ch]
9405           src/procmsg.c
9406                 reverse the pgp ascii-armored code implemented in 
9407                 0.7.2claws16. removal of this code until it matures.
9408                 this means that verifying ascii-armored pgp sigs and
9409                 automatic decryption of ascii-armored encrypted
9410                 messages no longer works.
9411
9412 2002-03-05 [paul]       0.7.2claws31
9413
9414         * configure.in
9415           Makefile.am
9416         * faq/Makefile.am
9417         * faq/en/Makefile.am
9418           faq/en/sylpheed-faq.html
9419           faq/en/sylpheed-faq-1.html
9420           faq/en/sylpheed-faq-2.html
9421           faq/en/sylpheed-faq-3.html
9422         * faq/es/Makefile.am
9423           faq/es/sylpheed-faq.html
9424           faq/es/sylpheed-faq-1.html
9425           faq/es/sylpheed-faq-2.html
9426           faq/es/sylpheed-faq-3.html
9427           faq/es/sylpheed-faq-4.html
9428         * faq/fr/Makefile.am
9429           faq/fr/sylpheed-faq.html
9430           faq/fr/sylpheed-faq-1.html
9431           faq/fr/sylpheed-faq-2.html
9432           faq/fr/sylpheed-faq-3.html
9433         * src/Makefile.am
9434           src/defs.h
9435           src/mainwindow.c
9436           src/manual.[ch]
9437                 add FAQs in English, Spanish and French
9438
9439
9440 2002-03-05 [paul]       0.7.2claws30
9441
9442         * manual/en/sylpheed.html
9443           manual/en/sylpheed-XX.html
9444                 updated the English manual
9445
9446 2002-03-05 [hoa]        
9447
9448         * src/summaryview.c
9449                 dialog box pops up if the article can't be deleted.
9450
9451 2002-03-04 [paul]       
9452         
9453         * po/pt_BR.po
9454                 updated by Fabio Junior Benedito
9455
9456 2002-03-04 [hoa]
9457
9458         * removed ac/gpgme.m4
9459                 to avoid autogen common problem
9460                 developers have to install gpgme development package now
9461
9462         * src/compose.c
9463                 encoding to 7bit or 8bit is enabled.
9464
9465 2002-03-03 [alfons]     0.7.2claws29
9466
9467         * src/pop.c
9468                 merge fix by Oliver Haertel for selective
9469                 download buglet
9470
9471 2002-03-03 [paul]       0.7.2claws28
9472         
9473         * sync with sylpheed 0.7.3
9474
9475 2002-03-03 [paul]       0.7.2claws27
9476
9477         * sync with sylpheed 0.7.2cvs24
9478                 see ChangeLog entries 2002-03-02 and 2002-03-03
9479
9480 2002-03-02 [melvin]     0.7.2claws26
9481
9482         * src/inc.[ch]
9483         * src/main.c
9484         * src/mainwindow.c
9485         * src/prefs_common.[ch]
9486                 Added user definable notification on new mail arrival.
9487                 Removed unused variables in spell checker prefs code.
9488
9489 2002-03-02 [melvin]     0.7.2claws25
9490
9491         * src/quote_fmt.c
9492                 Removed unnecessary escape sequences.
9493                 Changed 'Initial...' to 'Initials of Sender'
9494
9495 2002-03-02 [paul]       0.7.2claws24
9496
9497         * sync with sylpheed 0.7.2cvs22
9498                 see ChangeLog entry 2002-03-01
9499
9500 2002-03-01 [hoa]        0.7.2claws23
9501
9502         * src/mainwindow.c
9503                 Set sensitivity of delete actions to active
9504                 even if the folder is a newsgroup.
9505
9506         * src/summaryview.c
9507                 - Set sensitivity of delete actions
9508                 - Added function check_permission() that will check if the
9509                   user is authorized to delete a message. For news, it
9510                   will check if the author is the same.
9511                 - Enabled deletion when there is no trash folder.
9512
9513         * src/news.[ch]
9514                 - Added news_cancel_article() to cancel articles
9515                 - Implemented news_remove_message() (public function)
9516
9517 2002-03-01 [paul]       0.7.2claws22
9518
9519         * src/gtkutils.c
9520           src/textview.c
9521                 recognise urls that that don't include 'http://' and
9522                 simply begin 'www.' 
9523
9524         * AUTHORS
9525                 remove duplicated name
9526
9527 2002-02-28 [paul]       0.7.2claws21
9528
9529         * src/mainwindow.c
9530           src/summaryview.[ch]
9531                 add ability to 'Select thread'
9532                 combines Melvin's "Select thread's head" patch (#510907)
9533                 with Colin Leroy's <colin@colino.net> "Select whole thread" 
9534                 patch (#518514) 
9535
9536 2002-02-28 [paul]       0.7.2claws20
9537
9538         * src/mimeview.c
9539                 hopefully fix segfault on right-clicking a mime part
9540                 that some people have experienced.      
9541                 fix submitted by Fredrik Olofsson <frol@linux.nu>
9542
9543 2002-02-28 [paul]       0.7.2claws19
9544
9545         * sync with sylpheed 0.7.2cvs21
9546                 see ChangeLog entries 2002-02-27 and 2002-02-28
9547
9548 2002-02-27 [paul]       0.7.2claws18
9549
9550         * sync with sylpheed 0.7.2cvs18
9551                 see ChangeLog entries 2002-02-26 and 2002-02-27
9552
9553 2002-02-26 [alfons]     0.7.2claws17
9554
9555         * src/procheader.c
9556                 #undef ALLOW_HEADER_HINT (this was supposed to be undef'ed)
9557                 (spotted by Chris Hessman <idatech@gmx.net>)
9558
9559 2002-02-26 [paul]       0.7.2claws16
9560
9561         * src/mimeview.c
9562           src/pgptext.[ch]
9563           src/procmsg.c
9564                 make decryption of ascii-armored pgp encrypted messages
9565                 and verification of ascii-armored signatures work again.
9566                 slightly altered from the patch by Jens Jahnke 
9567                 <jan0sch@gmx.net>
9568
9569                 ##FIX ME##
9570                 * the checking of plaintext signatures always comes up in 
9571                   a popup box
9572                 * it doesn't work for multipart messages 
9573                 * all lines above "-----BEGIN PGP SIGNED MESSAGE-----\nHash: SHA1",
9574                   including the msg headers and these 2 line themselves, are 
9575                   not displayed
9576
9577         * src/mainwindow.c
9578                 "View/Folder Tree" becomes "View/Separate Folder Tree"
9579                 "View/Message View" becomes "View/Separate Message View"
9580                 because its less ambiguous.
9581
9582         * po/es.po
9583                 updated by Ricardo Mones Lastra
9584
9585 2002-02-26 [paul]       0.7.2claws15
9586
9587         * sync with sylpheed 0.7.2cvs17
9588                 see ChangeLog entries 2002-02-25 and 2002-02-26
9589
9590 2002-02-25 [christoph]  0.7.2claws14
9591
9592         * src/filtering.[ch]
9593         * src/inc.c
9594                 do filtering stuff after all messages have been received
9595                   1. drop all messages to .processing
9596                   2. scan processing folder for messages
9597                   3. filter messages or move to inbox
9598                 this will also find old messages left in processing after
9599                 a crash or something like that and we get a real msginfo
9600                 from folder->get_msg_list and do not have to create our
9601                 own in filter_message
9602         * src/matcher_parser_parse.y
9603                 remove MIX/MAX warning (reordered includes)
9604
9605 2002-02-25 [paul]       0.7.2claws13
9606
9607         * sync with sylpheed 0.7.2cvs15
9608                 see ChangeLog entry 2002-02-24
9609
9610 2002-02-24 [alfons]     0.7.2claws12
9611
9612         * src/filtering.c
9613                 clear old color flags first when applying a new color to
9614                 a message info. 
9615                 (spotted by Lo'oRiS il Kabukimono <lo_oris@libero.it>)
9616
9617 2002-02-24 [alfons]     0.7.2.claws11
9618         
9619         * AUTHORS
9620         * src/prefs_common.c
9621                 add presets for Opera and Konqueror, closes patch #517261,
9622                 submitted by Ville Skyttä <scop@users.sourceforge.net>
9623
9624 2002-02-24 [alfons]     0.7.2.claws10
9625
9626         * AUTHORS
9627         * src/summaryview.c
9628                 fix threading for null message ids, closes patch #521601,
9629                 submitted by Bob Forsman <hammor@users.sourceforge.net>
9630
9631 2002-02-24 [alfons]     0.7.2claws9
9632
9633         * src/summaryview.c
9634         * src/filtering.c
9635                 make Tool | Filter Message work with filtering system so
9636                 setting flags also works
9637
9638                 TODO:
9639
9640                 - Processing uses the same function as Tool | Filter
9641                   Message, but doesn't use the same update proc yet
9642
9643 2002-02-23 [paul]       0.7.2claws8
9644
9645         * sync with sylpheed 0.7.2cvs14
9646                 see ChangeLog entries 2002-02-22 and 2002-02-23
9647
9648 2002-02-22 [christoph]  0.7.2claws7
9649
9650         * src/quote_fmt.c
9651                 Add column space to table
9652         * src/quote_fmt_parse.y
9653                 Close files
9654
9655 2002-02-22 [paul]       0.7.2claws6
9656
9657         * src/Makefile.am
9658           src/defs.h
9659           src/filtering.c
9660           src/inc.[ch]
9661           src/mainwindow.c
9662           src/matcher.[ch]
9663           src/matcher_parser_lex.l
9664           src/matcher_parser_parse.y
9665           src/pop.[ch]
9666           src/prefs_account.h
9667           src/prefs_filtering.c
9668           src/selective_download.[ch]   *** NEW FILES ***
9669           src/utils.[ch]
9670           po/POTFILES.in
9671                 Selective Download added to 'Tool' menu. 
9672                 Retrieves email headers of the currently selected pop3 
9673                 account and allows the user to mark emails for deletion 
9674                 right on the pop3 server. Patch submitted by Oliver Haertel 
9675                 <oha@users.sourceforge.net>.
9676         
9677         * po/POTFILES.in
9678                 add 'src/quote_fmt.c'           
9679
9680 2002-02-22 [christoph]  0.7.2claws5
9681
9682         * src/Makefile.am
9683                 added quote_fmt.c
9684         * src/prefs_common.[ch]
9685         * src/prefs_template.c
9686         * src/quote_fmt.c               *** NEW FILE ***
9687         * src/quote_fmt.h
9688                 move quote format symbol description code
9689                 to it's own file because it is used from
9690                 differnent code parts
9691                 Rewrote symbol description GUI
9692                   + use table
9693                   + add separators
9694                   + get data from array (no more long constant strings)
9695         * src/quote_fmt_lex.l
9696         * src/quote_fmt_parse.y
9697                 Symbol for Literal % changed to \% instead of %%
9698                 (More logical as \ is used for quoting for other symbols)
9699                 Add |f and |p to include files and program output
9700                 Examples:
9701                     |f{/home/.../.signature}
9702                     |p{date}
9703         * po/de.po
9704                 Correct wrong spelling for "Referenzen"
9705
9706 2002-02-21 [paul]       0.7.2claws4
9707
9708         * src/procmsg.c
9709                 forgotten during sync
9710
9711 2002-02-21 [paul]       0.7.2claws3
9712
9713         * sync with sylpheed 0.7.2cvs11
9714                 see ChangeLog entries 2002-02-17, 2002-02-18, 2002-02-19,
9715                 2002-02-20 and 2002-02-21
9716
9717 2002-02-20 [melvin]     0.7.2claws2
9718
9719         * src/prefs_actions.c
9720                 Added error report when child cannot fork or when execvp 
9721                 returns with an error.
9722
9723 2002-02-19 [christoph]  0.7.2claws1
9724
9725         * src/codeconv.c
9726                 return unconverted text if conde conversion is not possible
9727                 when libjconv is used.
9728                 (patch submitted by "Simon 'corecode' Schubert")
9729
9730 2002-02-19 [paul]       
9731
9732         * version 0.7.2claws release
9733
9734 2002-02-19 [paul]       0.7.2claws
9735
9736         * po/nl.po
9737                 updated by Wilbert Berendsen
9738
9739
9740 2002-02-18 [alfons]     0.7.1claws13
9741
9742         * src/syldap.c
9743         * src/jpilot.c
9744                 remove references to dlfcn and explicitly loading functions
9745                 from dynalink libs, because libs linked anyway, and functions
9746                 are loaded explicitly
9747
9748 2002-02-17 [melvin]     0.7.1claws12
9749
9750         * src/prefs_actions.c
9751                 Replaced children wait loop with double fork technique.
9752                 Now, input/output window updated at each new output.
9753                 free_children(): Fixed a memory leak.
9754                 Made input/output window non closable if running children
9755                 still exist.
9756                 Added missing <unistd.h> include.
9757                 Added some --debug outputs.
9758
9759 2002-02-17 [melvin]     0.7.1claws11
9760
9761         * src/summaryview.c
9762                 Fixed bug where descending sort order did not select top
9763                 message.
9764
9765 2002-02-17 [melvin]     0.7.1claws10
9766
9767         * acconfig.h
9768                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
9769         * src/prefs_common.c
9770                 Pspell data package directory no more hard coded but
9771                 set during configuration (PSPELL_PATH). (Thanks to 
9772                                 Gustavo Noronha Silva.)
9773
9774 2002-02-17 [melvin]     0.7.1claws9
9775
9776         * configure.in
9777                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
9778         * src/gtkspell.c
9779                 Fixed compile-time warnings.
9780
9781 2002-02-16 [alfons]     0.7.1claws8
9782
9783         * src/filesel.c
9784                 fix inadvertent free of NULL pointer which caused
9785                 sylpheed to crash when closing the save-as dialog
9786                 using the window close button
9787
9788 2002-02-16 [carsten]    0.7.1claws7
9789         * src/mainwindow.[ch]
9790           src/summaryview.c
9791           src/prefs_common.c
9792                 fixes for pixmap theming code:
9793                         - recently changed mail attributes shouldn't get
9794                           lost any longer
9795                         - theme is only reloaded iff another theme was
9796                           selected
9797
9798 2002-02-16 [paul]       0.7.1claws6
9799
9800         * sync with sylpheed 0.7.2 release
9801                 see ChangeLog entry 2002-02-15 and 2002-02-16
9802
9803 2002-02-15 [paul]       0.7.1claws5
9804
9805         * sync with sylpheed 0.7.1cvs9
9806                 see ChangeLog entry 2002-02-15
9807
9808         * po/POTFILES.in
9809                 remove unneeded headerwindow.c entry
9810
9811 2002-02-14 [carsten]    0.7.1claws4
9812         * src/summaryview.c
9813                 fixed a bug for "Go to next unread message": there was
9814                 an endless loop if NEXTUNREADMSGDIALOG_ASSUME_NO was set
9815                 in the prefs, because of doing "Search again" instead
9816                 "No"
9817
9818 2002-02-14 [carsten]    0.7.1claws3
9819         * src/stock_pixmap.c
9820                 removed 2 more mem leaks; following memprof,
9821                 this code is "leak free" now :)
9822
9823 2002-02-14 [carsten]    0.7.1claws2
9824         * src/stock_pixmap.c
9825                 used opendir/readdir/closedir instead of scandir
9826                 -> code should work now on Solaris
9827
9828 2002-02-14 [paul]       0.7.1claws1
9829
9830         * sync with sylpheed 0.7.1cvs8
9831                 see ChangeLog entries 2002-02-13 and 2002-02-14
9832
9833         * README.claws
9834                 add some description of Actions and Pixmap Themes
9835
9836 2002-02-13 [paul]       
9837
9838         * version 0.7.1claws release
9839
9840 2002-02-13 [paul]       0.7.1claws
9841
9842         * po/es.po
9843           po/it.po
9844           po/pt_BR.po
9845                 updated translations, submitted by Ricardo Mones Lastra,
9846                 Alessandro Maestri and Fabio Junior Beneditto
9847
9848 2002-02-13 [melvin]     0.7.0claws75
9849
9850         * src/prefs_actions.c
9851                 Added missing "signal.h" include
9852
9853 2002-02-13 [melvin]     0.7.0claws74
9854
9855         * src/prefs_folder_item.c
9856                 Added missing "config.h" include
9857         * po/fr.po
9858                 Updated French translation for folder propriety.
9859
9860 2002-02-13 [jens]       0.7.0claws73
9861
9862         * po/POTFILES.in
9863                 Added missing src/prefs_folder_item.c [log added by melvin]
9864         * po/de.po
9865                 Updated German translation.
9866
9867 2002-02-13 [melvin]     0.7.0claws72
9868
9869         * po/fr.po
9870                 Updated French translation.
9871
9872 2002-02-13 [melvin]     0.7.0claws71
9873
9874         * src/gtkutils.c
9875                 Made gtkut_editable_get_selection return NULL if selection
9876                 is of length zero.
9877                 This fixes a bug where selecting part of message A then
9878                 switching to message B and replying to it will not
9879                 quote the message's body.
9880
9881 2002-02-12 [paul]       0.7.0claws70
9882
9883         * src/mainwindow.c
9884                 cosmetic, relating to pixmap themes: on toolbar make 
9885                 updating of 'Exec' and 'Compose news/Compose email'
9886                 icons faster.
9887
9888 2002-02-12 [carsten]    0.7.0claws69
9889         * src/folderview.c
9890           src/mainwindow.[ch]
9891           src/stock_pixmap.c
9892           src/summaryview.c
9893           src/prefs_common.c
9894                 - refreshing after changing pixmap theme better
9895                   now (thanks Paul)
9896                 - wanted to remove some mem leaks, but alfons was
9897                   faster (and had the better solution ;)
9898
9899 2002-02-12 [alfons]     0.7.0claws68
9900
9901         * src/prefs_common.c
9902         * src/stock_pixmap.[ch]
9903                 plug mem leaks, refactor code a little bit
9904
9905
9906 2002-02-12 [sergey]     0.7.0claws67
9907
9908         * src/imap.c
9909                 Fixed problem with copying messages to IMAP folders when the
9910                 server uses something other than '/' as a namespace separator
9911                 (cyrus-imapd uses '.').
9912
9913 2002-02-12 [jens]       0.7.0claws66
9914
9915         * po/de.po
9916                 Updated German Translation
9917
9918 2002-02-12 [paul]       0.7.0claws65
9919
9920         * sync with sylpheed 0.7.1cvs1
9921                 see ChangeLog entry 2002-02-12
9922
9923 2002-02-12 [melvin]     0.7.0claws64
9924
9925         * src/prefs_actions.c
9926                 Fixed "feature" where children's output was duplicated 
9927                 instead of refreshed while monitoring.
9928                 Removed some debug code.
9929
9930 2002-02-12 [christoph]  0.7.0claws63
9931
9932         * src/compose.c
9933                 always delete message from queue after sending/send error
9934                 (closes bug #509601)
9935
9936 2002-02-12 [melvin]     0.7.0claws62
9937
9938         * src/prefs_actions.c
9939                 Children wait loop is now triggered with a timeout of 1s
9940                 Added %F which is replaced with the list of filenames 
9941                 of all selected messages (as suggested by Ricardo Mones Lestra)
9942                 Pipe syntax changed. Prefix with | to send selection, postfix
9943                 with | to retrieve output. Prefix with > or * to send
9944                 user definable input to the command (*: input is hidden)
9945                 Old pipe action should now be postfixed with |, too.
9946
9947 2002-02-12 [carsten]    0.7.0claws61 (more 59.75)
9948         * src/stock_pixmap.c
9949                 fixed a bug: if there's no theme directory don't
9950                 throw an error, just do "nothing" (thanks Alfons)
9951
9952 2002-02-12 [carsten]    0.7.0claws60
9953         * src/folderview.c
9954           src/summaryview.c
9955                 had to write the cache twice (nasty!); some marks would 
9956                 get lost if not
9957
9958 2002-02-11 [carsten]    0.7.0claws59
9959         * acconfig.h
9960           configure.in
9961           doc-src/maintainer_guide.txt
9962           src/compose.[ch]
9963           src/defs.h
9964           src/folderview.[ch]
9965           src/gtkutils.[ch]
9966           src/mainwindow.[ch]
9967           src/prefs_common.[ch]
9968           src/stock_pixmap.[ch]
9969           src/summaryview.[ch]
9970                 pixmap theming and related work on pixmap
9971                 handling on some other places
9972                 (e.g. hrm features for all folder)
9973           src/pixmap/stock_*.xpm -> the stock_ was removed
9974         
9975 2002-02-11 [paul]       0.7.0claws58
9976
9977         * sync with sylpheed 0.7.1 release
9978                 see ChangeLog entries 2002-02-11
9979
9980 2002-02-08 [paul]       0.7.0claws57
9981
9982         * sync with sylpheed 0.7.0cvs39
9983                 see ChangeLog entry 2002-02-07 (last entry) 
9984
9985         * src/prefs_actions.c
9986           src/prefs_filtering.c
9987           src/prefs_matcher.c
9988           src/prefs_scoring.c
9989                 sync: made it compile with C compilers other than gcc
9990
9991 2002-02-07 [paul]       0.7.0claws56
9992
9993         * sync with sylpheed 0.7.0cvs38
9994                 see ChangeLog entries 2002-02-06 (last 2 entries) and
9995                 2002-02-07
9996
9997 2002-02-07 [darko]      0.7.0claws55
9998
9999         * src/gtkutils.[ch]
10000         * src/summaryview.c
10001                 Fix const gchar */gchar * issue (thanks Hiro)
10002
10003 2002-02-07 [darko]      0.7.0claws54
10004
10005         * src/compose.[ch]
10006         * src/filtering.c
10007         * src/gtkutils.[ch]
10008         * src/prefs_template.c
10009         * src/quote_fmt.h
10010         * src/quote_fmt_parse.y
10011         * src/summaryview.c
10012         * src/utils.[ch]
10013                 When replying or forwarding an email don't quote the entire
10014                 mail body but use the part of the message text that is selected
10015
10016 2002-02-06 [melvin]     0.7.0claws53
10017
10018         * src/prefs_common.[ch]
10019         * src/gtkspell.[ch]
10020         * src/compose.c
10021                 Made possible to switch quickly to last used dictionary
10022                 which makes checking bilingual documents easier.
10023
10024 2002-02-06 [melvin]     0.7.0claws52
10025         
10026         * po/POTFILES.in
10027                 Added forgotten new file src/prefs_actions.c
10028
10029 2002-02-06 [melvin]     0.7.0claws51
10030
10031         * src/prefs_actions.c   ** NEW FILE **
10032         * src/prefs_actions.h   ** NEW FILE **
10033                 Added actions to execute on message text view, or on the
10034                         message's file.
10035         * src/Makefile.am
10036                 Added src/prefs_actions.[ch]
10037         * src/compose.c
10038                 Added new menu "Edit/Actions"
10039         * src/defs.h
10040                 Added new actionsrc file.
10041         * src/main.c
10042                 Added actionsrc reading.
10043         * src/mainwindow.c
10044                 Added new menus "Edit/Actions" and "Configuration/Actions..."
10045         * src/prefs_common.h
10046                 Added new element actionslst element to prefs_common.
10047
10048 2002-02-06 [paul]       0.7.0claws50
10049
10050         * sync with sylpheed 0.7.0cvs36
10051                 see ChangeLog entry 2002-02-06
10052
10053 2002-02-05 [paul]
10054
10055         * po/es.po
10056                 updated by Ricardo Mones Lastra
10057
10058 2002-02-05 [paul]       0.7.0claws49
10059
10060         * sync with sylpheed 0.7.0cvs33
10061                 see ChangeLog entries 2002-02-04 (last 4 entries) and 2002-02-05
10062
10063 2002-02-05 [paul]       0.7.0claws48
10064
10065         * src/compose.c
10066                 re-add 'Edit/Advanced/Delete entire line', previously named
10067                 'Delete Line+'
10068
10069 2002-02-04 [paul]       0.7.0claws47
10070
10071         * src/compose.c
10072           src/summaryview.c
10073                 fix bug #494993 (Reply All not taking Reply-To into consi)
10074                 eliminate differences in behaviour of right-click 'Reply to all' 
10075                 in summary view and 'Reply to all' on the toolbar. 
10076                 fix bug where Reply-To gets ignored by 'Reply to all' in summary
10077                 view and From gets ignored by 'Reply to all' on toolbar.
10078                 fix bug where 'Reply to all' on toolbar uses To twice and ignores
10079                 From when no Reply-To header is present.
10080
10081 2002-02-04 [paul]       0.7.0claws46
10082
10083         * sync with sylpheed 0.7.0cvs30
10084                 see ChangeLog entries 2002-02-03 and 2002-02-04
10085
10086 2002-02-03 [melvin]     0.7.0claws45
10087
10088         * src/gtkspell.[ch]
10089                 Readded function to highlight all misspelled words.
10090                 Fixed bug where user-provided-words did not replace
10091                         correctly the misspelled word when using the mouse.
10092                 Fixed bug where checking a region selected from right to left did
10093                         not check the region at all.
10094                 Fixed bug where 'Check backwards' may not check at all. 
10095                 Fixed memory leaks where popup menus and accel_groups were not destroyed.
10096                 Fixed possible buffer overflow when checking for long strings (>1k).
10097                 Made cursor and scrollbar positions non changing after uncheck_all/check_all.
10098                 Accelerators code uses now gtk_widget_add_accel.
10099                 Removed and disabled obsolete and unfinished code.
10100                 Cleaning up.
10101
10102         * src/compose.c
10103                 Added menu item to Highlight all misspelled words.
10104
10105 2002-02-01 [paul]       0.7.0claws44
10106
10107         * src/mainwindow.c
10108                 fix '/View/Hide read messages' sensitivity when all
10109                 messages in a folder are hidden
10110
10111 2002-02-01 [paul]       0.7.0claws43
10112
10113         * src/main.c
10114                 add --send option to command line interface, sends all
10115                 queued mail. Patch submitted by Ricardo Mones Lastra.
10116
10117 2002-01-31 [paul]       0.7.0claws42
10118
10119         * src/mainwindow.c
10120                 add '/View/Hide read messages' to main_window_set_menu_sensitive()
10121
10122 2002-01-31 [paul]       0.7.0claws41
10123
10124         * sync with sylpheed 0.7.0cvs27
10125                 see ChangeLog entries 2002-01-30 (src/mh.c, src/prefs_common.c)
10126                 and 2002-01-31
10127
10128         * src/textview.c
10129                 comment out elements of textview_show_part() as temporary
10130                 workaround for attachment 'Display as text' bug 
10131
10132         * po/pt_BR.po
10133                 updated by Fabio Junior Beneditto
10134
10135 2002-01-30 [paul]       0.7.0claws40
10136
10137         * sync with sylpheed 0.7.0cvs24
10138                 see ChangeLog entries 2002-01-29 (src/prefs_common.c)
10139                 and 2002-01-30
10140
10141         * src/compose.c
10142                 add {N_("/_Spelling"), ... "<Branch>"} to 
10143                 GtkItemFactoryEntry compose_entries[]
10144
10145         * src/prefs_common.c
10146                 add claws menu items to prefs_keybind_apply_clicked()
10147                 and remove non-claws menu items
10148
10149 2002-01-29 [paul]       0.7.0claws39
10150
10151         * sync with sylpheed 0.7.0cvs22
10152                 see ChangeLog entries 2002-01-28 and 2002-01-29
10153
10154 2002-01-28 [melvin]     0.7.0claws38
10155
10156         * src/compose.c
10157                 Added the declartion of compose_send_control_enter.
10158
10159         * src/compose.c
10160         * src/gtkspell.[ch]
10161                 Added in a 'Spelling' menu which includes the configuration menu. 
10162                 Added a real 'Check all' and got rid from the old one which only
10163                 highlited misspelled word.
10164                 Made 'Check while typing' a disableable option.
10165                 Added a dialog when there are no more misspelled word.
10166                 Added a dialog if error occurs when switching to a dictionary.
10167         
10168         * src/prefs_common.[ch]
10169                 Added option for the default 'Check while typing' option.
10170
10171
10172 2002-01-28 [alfons]     0.7.0claws37
10173
10174         * src/compose.c
10175                 fix buglet and make code comply with sylpheed code style
10176
10177 2002-01-28 [paul]       0.7.0claws36
10178
10179         * sync with sylpheed 0.7.0cvs19
10180                 see ChangeLog entries for 2002-01-28
10181
10182 2002-01-28 [hoa]        0.7.0claws35
10183
10184         * src/defs.h
10185                 added rendererrc
10186
10187         * src/main.c
10188                 read the renderer config
10189
10190         * src/procmime.[ch]
10191                 use the renderer config to convert mime attachments
10192
10193         * src/textview.c
10194                 don't use textview_show_html/ertf,
10195                 use get_text_content instead
10196
10197 2002-01-27 [alfons]     0.7.0claws34
10198         
10199         * src/news.c
10200                 make sylpheed believe it can delete a news message...
10201                 (messages are NOT deleted, maybe we should remove
10202                 processing from the folder properties after all.)
10203
10204 2002-01-27 [alfons]     0.7.0claws33
10205
10206         * src/folder.c
10207                 add extra checks
10208         * src/news.c
10209                 implement remove_msg() 
10210
10211 2002-01-27 [alfons]     0.7.0claws32
10212
10213         * src/procmsg.h
10214         * src/procheader.c
10215         * src/messageview.c
10216                 fix return receipt / disposition notification again. this
10217                 stuff seems to break on _every_ major summary UI change, so
10218                 it's now implemented using a flag which is saved in the
10219                 marks cache
10220                 
10221 2002-01-26 [alfons]     0.7.0claws31
10222
10223         * src/import.c
10224                 let import dialog show the destination folder identifier
10225
10226 2002-01-26 [melvin]     0.7.0claws30
10227
10228         * src/folderview.c
10229         * src/summaryview.c
10230                 Readded 'Mark all read' into summary view popup menu
10231                 Added 'Mark all read' in folder view popup menu for IMAP
10232                 and NNTP.
10233                 Made it insensitive if the selected folder is not the shown
10234                 one to avoid 'Mark all read' on the wrong folder.
10235                 
10236 2002-01-26 [paul]       0.7.0claws29
10237
10238         * src/folderview.c
10239           src/summaryview.c
10240                 move 'Mark all read' from summary view to folder view
10241                 menu. (adapted from) patch submitted by Jeremy Andrews,
10242                 <lists@kerneltrap.com>
10243
10244 2002-01-25 [alfons]     0.7.0claws28
10245
10246         * src/gtkstext.c
10247                 put the gtk class name back so GtkSText adapts the 
10248                 settings of GtkText
10249
10250 2002-01-25 [alfons]     0.7.0claws27
10251
10252         * src/folderview.c 
10253                 assimilate Ricardo's patch that shows pixmaps instead of
10254                 plain "new" and "unread" texts in the folder view column
10255                 headers 
10256
10257 2002-01-25 [paul]       0.7.0claws26
10258
10259         * src/Makefile.am
10260                 add $(GPGME_CFLAGS) to INCLUDES so that gpgme can 
10261                 be found in non-standard locations. 
10262                 Closes Patch #507976, submitted by Stoyan Genov, <sdg@rila.bg>
10263
10264 2002-01-25 [paul]       0.7.0claws25
10265
10266         * sync with sylpheed 0.7.0cvs16
10267                 see ChangeLog entry 2002-01-25
10268
10269 2002-01-24 [paul]       0.7.0claws24
10270
10271         * more sync with sylpheed 0.7.0cvs15
10272                 get_file_size_as_clrf(), see ChangeLog entry 2002-01-23
10273
10274 2002-01-23 [sergey]     0.7.0claws23
10275
10276         * src/importldif.c
10277                 Fixed segfault when closing LDIF import wizard with
10278                 the window manager.
10279         * src/imageview.c
10280         * src/imageview.h
10281         * src/messageview.c
10282         * src/mimeview.c
10283                 Fixed wrong scrolling position after switching between
10284                 text and image parts.
10285
10286 2002-01-23 [paul]       0.7.0claws22
10287
10288         * sync with sylpheed 0.7.0cvs15
10289                 see ChangeLog entries 2002-01-22 and 2002-01-23
10290
10291 2002-01-21 [melvin]     0.7.0claws21
10292
10293         * src/prefs_scoring.c
10294         * src/prefs_filtering.c
10295                 Fixed bug where scoring and filtering windows stopped
10296                 autochecking.
10297
10298 2002-01-21 [paul]       0.7.0claws20
10299
10300         * sync with sylpheed 0.7.0cvs12
10301                 see ChangeLog entries 2002-01-20 and 2002-01-21
10302
10303 2002-01-21 [carsten]    0.7.0claws19
10304         * src/mainwindow.c
10305         * src/menu.[ch]
10306         * src/messageview.[ch]
10307         * src/summaryview.[ch]
10308                 changes to shortcuts handling again:
10309                         + "Q" now controled by mainwin
10310                         + v/V are now customizable and have slightly
10311                           different meanings
10312                 the "button" to minimize the messageview (and maximize
10313                 the summary view) is a real button now
10314         * src/compose.c
10315                 "Delete Line+" added to Edit/Advanced (this will also
10316                 delete the '\n')
10317
10318 2002-01-20 [melvin] 0.7.0claws18
10319
10320         * src/addressbook.c
10321                 Made "Bcc" sensitive when addressbook is called from
10322                 compose window (it was a Claws only bug).
10323
10324 2002-01-19 [alfons] 0.7.0claws17
10325
10326         * src/inc.c
10327                 prevent unnecessary updates when currently selected folder has
10328                 no new messages 
10329
10330 2002-01-19 [alfons] 0.7.0claws16
10331         
10332         * src/summaryview.c
10333                 prevent writing the cache based on current message list in summary 
10334                 view when filtering also put messages in currently selected folder
10335
10336 2002-01-19 [paul]
10337
10338         * po/it.po
10339                 Italian translation submitted by Alessandro Maestri
10340                 <a.maestri@cs.tin.it>
10341
10342 2002-01-18 [melvin]     0.7.0claws15
10343
10344         * src/prefs_filters.c
10345                 fixed bug where 'cancel' from 'filters' window stops autochecking
10346                 if the timer timed out  when the window was open.
10347
10348 2002-01-18 [match]      0.7.0claws14
10349
10350         * src/addrclip.[ch]     ** NEW FILE **
10351         * src/addrselect.[ch]   ** NEW FILE **
10352         * src/adbookbase.h      ** NEW FILE **
10353                 addressbook cut, copy and paste
10354         * src/addrbook.[ch]
10355         * src/addrcache.[ch]
10356         * src/addressitem.h
10357         * src/addrindex.[ch]
10358         * src/addritem.[ch]
10359         * src/importldif.c
10360         * src/importmutt.c
10361         * src/jpilot.[ch]
10362         * src/syldap.[ch]
10363         * src/vcard.[ch]
10364         * src/jpilot.[ch]
10365         * src/editbook.c
10366         * src/editjpilot.c
10367         * src/editldap.c
10368         * src/editvcard.c
10369                 support for copy/paste
10370         * src/addressbook.c
10371                 support for copy/paste
10372                 tidy up menu option processing
10373                 correct address list function arguments
10374         * src/editaddress.c
10375                 sort user attributes
10376         * src/ldif.h
10377         * src/mutt.h
10378                 tidy up
10379
10380         * src/addrbook.[ch]
10381         * src/addrbook.[ch]
10382         * src/addrbook.[ch]
10383                 
10384
10385 2002-01-18 [paul]       0.7.0claws13
10386
10387         * sync with sylpheed 0.7.0cvs8
10388                 configure.in: support Mac OS X (Darwin)
10389
10390 2002-01-18 [carsten]    0.7.0claws12
10391         * src/html.c
10392                 small hack to fix a segfault with an empty href
10393                 (reported by Alexandra Walford <deeni@altern.org>)
10394         * src/mainwindow.c
10395         * src/summaryview.c
10396                 the shortcuts for Mark und Mark as unread are hardcoded
10397                 again
10398         * src/compose.c
10399         * src/gtkstext.[ch]
10400                 readded the shortcuts in gtkstext but made them
10401                 customizeable (simply by adding a menu plus a wrapper
10402                 to compose.c)
10403
10404 2002-01-17 [melvin]     0.7.0claws11
10405
10406         * src/gtkspell.c
10407                 fix default dictionary not being saved.
10408
10409 2002-01-16 [darko]      0.7.0claws10
10410
10411         * src/compose.c
10412                 fix wrapping crash with URL longer than wrapping margin
10413
10414 2002-12-08 [hoa]        0.7.0claws10
10415
10416         * src/matcher_parser_parse.y
10417                 fixed some bugs
10418
10419         * src/prefs_filtering.c
10420                 now, we can use bounce action in the dialog box.
10421
10422 2002-01-16 [carsten]    0.7.0claws9
10423         * src/gtkstext.c
10424                 removed the <control> and <alt> shortcuts because they're
10425                 not needed and interefered with the "normal" shortcuts
10426         * src/mainwindow.c
10427         * src/summaryview.c
10428                 removed most of the hardcoded shortcuts and assigned
10429                 them to menu entries making them easy customizable by
10430                 that
10431
10432 2002-01-16 |melvin]     0.7.0claws8
10433
10434         * src/gtkspell.c
10435                 fixed bug where using the mouse and when the compose
10436                 window is not on top may result in a crash.
10437
10438 2002-01-16 [melvin]     0.7.0claws7
10439
10440         * src/compose.c
10441                 fixed a long standingspell checker bug which could 
10442                 cause a crash after sending a message.
10443
10444 2002-01-16 [paul]       0.7.0claws6
10445
10446         * sync with sylpheed 0.7.0cvs7
10447                 see ChangeLog entries 2002-01-10, 2002-01-11, 2002-01-14,
10448                 2002-01-15, and 2002-01-16
10449
10450 2002-01-16 [melvin]     0.7.0claws5
10451
10452         * README.claws
10453         * src/compose.c
10454         * src/gtkspell.[ch]
10455         * src/main.c
10456                 Heavily modified spell checker code to work around
10457                 ispell bug, to add keyboard shortcuts and for future
10458                 enhancements. See README.claws for usage information.
10459
10460 2002-01-15 [alfons]     0.7.0claws4
10461         
10462         * src/summaryview.c
10463                 change gtk_ctree_sort_node() into gtk_ctree_sort_recursive()
10464                 so sorting within threads reflects sort mode
10465
10466 2002-01-15 [christoph]  0.7.0claws3
10467
10468         * src/procmsg.c
10469                 added alertpanel if mail sending failed
10470
10471 2002-01-15 [alfons]     0.7.0claws2
10472         
10473         * src/prefs_filtering.c
10474                 don't stop timer when prefs filtering dialog is opened
10475
10476 2002-01-14 [alfons]     0.7.0claws1
10477
10478         * src/addr_compl.c
10479         * src/prefs.c
10480                 remove debug_print()s for privacy reasons
10481
10482 2002-01-14 [darko]      0.7.0claws
10483
10484         * README.claws
10485                 quotation wrapping is now also in the main branch
10486
10487 2002-01-14 [paul]
10488
10489         * tools/filter_conv.pl
10490                 allow for Boolean Op and case-sensitivity
10491                 this file is included in the release and tagged
10492                 'rel_0_7_0'
10493
10494 2002-01-13 [paul]       0.7.0claws
10495
10496         * release 0.7.0, with cvs tag 'rel_0_7_0'
10497
10498 2002-01-13 [paul]
10499
10500         * tools/filter_conv.pl
10501         * tools/README
10502                 rewritten to output to matcherrc instead of filteringrc
10503
10504         * po/es.po
10505                 updated Spanish translation by Ricardo Mones Lastra
10506
10507 2002-01-13 [alfons]
10508
10509         * po/nl.po
10510                 update dutch translation
10511
10512 2002-01-13 [paul]
10513
10514         * po/pt_BR.po
10515                 Updated by Fabio Junior Beneditto 
10516
10517 2002-01-13 [melvin]     0.6.6claws53
10518
10519         * po/fr.po
10520                 Updated french translation
10521
10522 2002-01-12 [alfons]     0.6.6claws52
10523
10524         * src/filtering.c
10525                 plug mem leak that has been sitting there for ages              
10526
10527 2002-01-12 [alfons]     0.6.6claws51
10528
10529         * src/summaryview.c
10530                 undo melvin's changes from 0.6.6claws48 because summary
10531                 view now refuses to select first unread message when
10532                 selecting a folder 
10533
10534 2002-01-11 [alfons]     0.6.6claws50
10535
10536         * src/import.c
10537                 use claws' semantics for getting folder item when
10538                 importing an mbox file into a folder 
10539                 (submitted by Dale P. Smith)
10540
10541 2002-01-11 [christoph]  0.6.6claws49
10542
10543         * src/prefs.h
10544                 set sensitivity in SET_TOGGLE_SENSITIVITY macro from
10545                 toggle widget, because non static prefs can not use
10546                 prefs_set_* functions
10547         * src/prefs_account.c
10548                 toggle smtp auth password field sensitivity if
10549                 user id is empty and add descrition of usage for
10550                 these fields
10551         * src/prefs_folder_item.c
10552                 use SET_TOGGLE_SENSITIVITY macro to instead of extra
10553                 callbacks
10554
10555 2002-01-11 [melvin]     0.6.6claws48
10556
10557         * src/compose.c
10558                 fix the 'Ctrl-Enter' feature for sending and test really
10559                 for 'Ctrl-Enter' (as Ctrl-Space is also used for activating
10560                 editables which was not documented in Gtk)
10561
10562         * src/summaryview.c
10563                 Made summaryview refresh after sorting and not before.
10564
10565 2002-01-11 [christoph]  0.6.6claws47
10566
10567         * src/compose.c
10568                 select account from account ids if possible and
10569                 correctly set save folder for copy in reedit
10570
10571 2002-01-10 [paul]       0.6.6claws46
10572
10573         * sync with sylpheed 0.7.0 release
10574                 see ChangeLog entries 2002-01-07, 2002-01-08 and
10575                 2002-01-09
10576
10577 2002-01-09 [alfons]
10578
10579         * src/summaryview.c
10580                 remove more dirt traces...
10581
10582 2002-01-09 [alfons]
10583         
10584         * src/summaryview.c
10585                 clean up some traces of my debugging stuff
10586
10587 2002-01-09 [alfons]     0.6.6claws45
10588
10589         * src/filtering.c
10590                 break up filteringprop_apply() in three separate pieces
10591                 so we can drop messages that failed processing in the
10592                 inbox
10593
10594         * src/summaryview.c
10595                 fix bug #469598 "no refresh of inbox after filter" which 
10596                 was introduced by the new summary view locking, and which 
10597                 prevented the summary view to update after a manual filter 
10598                 message. claw's filter message requires a summary_show().
10599                 (aargh, summary_show() again! :-)
10600                 
10601 2002-01-07 [alfons]     0.6.6claws44
10602
10603         * src/headerwindow.c
10604         * src/logwindow.c
10605         * src/messageview.c
10606         * src/sourcewindow.c
10607                 bring in Hiro's last 0.7.0 wm class fixes
10608
10609         * tools/sylprint.pl
10610                 bring in Ricardo's fix for sylprint script
10611
10612         * AUTHORS       
10613         * src/rfc2015.[ch]
10614         * src/prefs_common.[ch]
10615         * src/prefs_account.[ch]
10616         * src/compose.c
10617                 clean up account preference poison in rfc2015,
10618                 and preparation to fix double sign bug 
10619                 (patch submitted by Simon 'corecode' Schubert)
10620
10621 2002-01-07 [christoph]  0.6.6claws43
10622
10623         * src/mh.c
10624                 search for free message number, do not only rely
10625                 on last_num
10626         * src/send.c
10627                 fix smtp auth and use extra account information
10628                 if available, if not use pop3 data instead
10629                 (closes bug #500341)            
10630         * src/ssl.[ch]
10631                 match coding style
10632
10633 2002-01-06 [alfons]     0.6.6claws42
10634
10635         * src/mainwindow.c
10636                 try making the separate windows work again...
10637
10638 2002-01-06 [alfons]     0.6.6claws41
10639
10640         * src/mainwindow.c
10641                 adapt Hiro's separate window menu (to get rid of the funny
10642                 duplicate menu items), and make it work again
10643
10644 2002-01-06 [alfons]     0.6.6claws40
10645
10646         * tools/Makefile.am
10647         * tools/sylprint.rc
10648         * tools/sylprint.pl
10649         * tools/README.sylprint
10650                 add sylprint script for printing mails from Sylpheed
10651                 (contributed by Ricardo Mones Lastra)
10652
10653         * src/acount.c
10654                 clean up
10655
10656 2002-01-06 [melvin]     0.6.6claws39
10657
10658         * src/mainwindow.c
10659         * src/summaryview.c
10660                 Fixed crash introduced in 0.6.6claws38 by the menu
10661                 reorganisation (Hide read messages)
10662         
10663         * ChangeLog.claws 
10664                 Fixed typo (we are now in 2002, alfons ;) )
10665
10666 2002-01-05 [alfons]     0.6.6claws38
10667
10668         * sync with sylpheed 0.6.6cvs10-17
10669                 (last stuff marked as LAST_STABLE)
10670
10671 2002-01-04 [melvin]     0.6.6claws37
10672
10673         * src/account.c
10674                 Made account selection code use strcasestr again instead of
10675                 g_strcasecmp (fixes bug where reediting queued messages
10676                 did not select proper account reported by T. Link).
10677         
10678         * src/folderview.c
10679                 Fix bug where folder icons are not shown when 'hide read messages'
10680                 is on.
10681         
10682         * src/stock_pixmaps.[ch]
10683                 Added folder icons for 'hide read messages'.
10684         
10685         * src/compose.c
10686                 Fixed bug where 'Enter' in a header entry will send the message 
10687                 if 'CTL-Enter' was chosen as a shorcut for sendind. 
10688
10689 2002-01-03 [melvin]     0.6.6claws36
10690         
10691         * src/prefs.[ch]
10692                 Added popup menu for common preferences and
10693                 account preferences (right click on tab displays
10694                                 a menu of all tabs.)
10695
10696 2002-01-02 [melvin]     0.6.6claws35
10697
10698         * src/gtkspell.[ch]
10699                 Made spelling code compatible with undo/redo feature.
10700                 Added creation of suggestion mode menu for the general
10701                         preferences.
10702         
10703         * src/prefs_common.[ch]
10704                 Added option menu for the speller's suggestion mode.
10705                 Added missing spaces in "..." buttons and made a "..."
10706                         button non translatable!
10707         
10708         * src/compose.c
10709                 Made speller use the default suggestion mode.
10710                 Hack to make it possible to choose 'CTRL-Enter' as a
10711                         shortcut for sending (and only for sending).
10712
10713         * src/prefs_folder_item.c
10714                 Changing subject simplification does not update cache 
10715                         anymore (because it is unnecessary).
10716                 Fixed bug where changing subject simplification updated the 
10717                         summaryview even when the viewed folder is not the
10718                         folder which properties are being changed. (E.g. 
10719                                         viewing folder A and changing
10720                                         the subject simplification of 
10721                                         folder B -not being viewed- updated the 
10722                                         summaryview of folder A with data of
10723                                         folder B). (Hope this is clear... )
10724
10725 2001-12-31 [alfons]     0.6.6claws34
10726         
10727         * src/ldif.c
10728         * src/mutt.c
10729                 fgetc() returns a signed integer which doesn't
10730                 fit in a char. so c truncates this to a char
10731                 but we may lose significant bits. i.e. we may
10732                 comparing 0xFF which may not be equal to -1
10733                 unless properly casted to signed char which
10734                 we won't do because fgetc() returns a signed
10735                 integer which doesn't fit in a char. so c 
10736                 truncates this to a char but we may lose 
10737                 significat bits. (you got the idea, thanks
10738                 to Gustavo Noronha Silva <kov@debian.org>
10739                 and the Debian folks!)
10740
10741 2001-12-30 [alfons]     0.6.6claws33
10742
10743         * src/prefs_common.c
10744                 add #ifdef USE_PSPELLs that Melvin forgot               
10745
10746 2001-12-30 [melvin]     0.6.6claws32
10747         
10748         * src/prefs_common.[ch]
10749                 Added configurable color for misspelled words.
10750
10751         * src/gtkspell.[ch]
10752                 Fixed bug of foreground text color (reported by David
10753                                 Mehrmann)
10754                 Added configurable color for misspelled words.
10755
10756 2001-12-30 [alfons]     0.6.6claws31
10757
10758         * src/folder.c
10759                 remove unnecessary things someone put there
10760
10761         * src/mh.c
10762         * src/folder.[ch]
10763                 make folder properties (like threading and sorting) persistent
10764                 (closes bug #497424 "rescan folder tree resets proprieties")
10765                 currently this is only for MH folders. 
10766
10767 2001-12-29 [melvin]     0.6.6claws30
10768
10769         * src/string_match.[ch]
10770                 Optimized a bit: regexp pattern buffer compiled only once, and
10771                   one subroutine call removed. Fixed ^ regexp search: Now, 
10772                   "(^Re: )|(^Hello)" removes only "Re: " from "Re: Hello".
10773         
10774         * src/summaryview.c
10775                 Subject filtering changed to filter summary columns and
10776                   not directly the messages subject cache. The loss in 
10777                   performance is balanced by the improvement of string_match.
10778                 Added an alert panel if there is an error in the regexp.
10779
10780         * src/src/prefs_folder_item.h
10781                 Added a regexp pattern buffer.
10782
10783 2001-12-28 [alfons]     0.6.6claws29
10784
10785         * src/string_match.[ch]
10786                 clean up name space
10787                 allow compilation *BSD
10788
10789 2001-12-27 [alfons]     0.6.6claws28
10790
10791         * src/filter.c
10792                 sync the Hiro's bug fix for BSD
10793
10794 2001-12-27 [melvin]     0.6.6claws27
10795         
10796         * src/compose.c
10797                 Simplify focus to subject entry code.
10798
10799 2001-12-27 [darko]      0.6.6claws26
10800
10801         * src/filtering.c
10802         * src/mbox_folder.c
10803         * src/messageview.c
10804         * src/mh.c
10805         * src/procheader.[ch]
10806         * src/procmsg.h
10807         * src/stock_pixmap.[ch]
10808         * src/summaryview.c
10809                 Show key icon for encrypted mails in summary view
10810
10811         * src/pixmaps/clip.xpm
10812         * src/pixmaps/clipkey.xpm
10813         * src/pixmaps/key.xpm
10814                 New/modified icons for the above
10815
10816 2001-12-27 [melvin]     0.6.6claws25
10817
10818         * src/prefs_common.c
10819                 Put spell checker options in a separate tab to decrease
10820                 the Common Preferences window height.
10821
10822         * README.claws  
10823                 Update spell checker usage instruction about its options
10824                 location.
10825
10826 2001-12-27 [melvin]     0.6.6claws24
10827
10828         * src/compose.c
10829                 Changed subject entry widget position. Initial focus is
10830                 on the To header instead of the subject entry.
10831                 Creating a new header scrolls the header list to make the
10832                 created one visible. Nevertheless, when automatically filling
10833                 headers, the first one is shown.
10834                 A Tab key press in the last empty header entry zips the 
10835                 focus to the subject entry.
10836                 (I did not change the combo boxes, yet)
10837
10838 2001-12-26 [alfons]     0.6.6claws23
10839
10840         * src/prefs_account.c
10841         * src/inc.c
10842                 allow default inbox to reside in another mailbox (only
10843                 works for POP3 accounts)
10844
10845 2001-12-26 [alfons]     0.6.6claws22
10846         
10847         * src/textview.c
10848                 make reply-on-click work with the account of the selected folder
10849         * src/compose.c
10850                 put a fixme here to remind me to fix finding correct default
10851                 account for nested folders
10852
10853 2001-12-25 [alfons]     0.6.6claws21
10854
10855         * src/summaryview.c
10856                 make column headers display locked and mark pixmaps (idea by Melvin) 
10857                 fix bug by adding score and locked column type to sort array
10858
10859 2001-12-25 [alfons]     0.6.6claws20
10860         
10861         * src/summaryview.c
10862                 catch a *potentially* inadvertent write back of  
10863                 the message cache(s) introduced by 0.6.5claws37
10864
10865 2001-12-25 [christoph]  0.6.6claws19
10866
10867         * src/stock_pixmap.[ch]
10868         * src/summaryview.c
10869                 add ignore thread pixmap
10870                 (can someone draw a better icon for this?)
10871
10872 2001-12-24 [alfons]     0.6.6claws18
10873
10874         * src/prefs_folder_item.c
10875                 make address completion actually work for the
10876                 Default To address in the Folder Property dialog.
10877
10878 2001-12-24 [alfons]     0.6.6claws17
10879         
10880         * src/summaryview.c
10881                 use new style regexp for subject stripping 
10882                 (patch submitted by Thomas Link <t.link.tmp200101@gmx.net>)
10883
10884 2001-12-24 [darko]      0.6.6claws16
10885
10886         * src/pgptext.c
10887         * src/rfc2015.c
10888                 move GPG related informational messages to debug mode
10889
10890 2001-12-23 [alfons]     0.6.6claws15
10891
10892         * src/stock_pixmap.[ch]
10893         * src/summaryview.c
10894                 add the forgotten Claws' locked pixmap
10895
10896 2001-12-23 [alfons]     0.6.6claws14
10897
10898         * src/filesel.c
10899                 accept file name typed in entry in multi file
10900                 selector (patch submitted by Gustavo Noronha Silva 
10901                 <kov@debian.org>)
10902
10903 2001-12-23 [alfons]     0.6.6claws13
10904
10905         * src/prefs_filter.c
10906         * src/prefs_filtering.c
10907         * src/matcher.c
10908         * src/importmutt.c
10909                 clean up a little bit
10910         
10911         * src/string_match.c
10912                 validate input strings a little bit more
10913
10914 2001-12-23 [alfons]     0.6.6claws12
10915
10916         * src/Makefile.am
10917         * src/summaryview.c
10918         * src/string_match.[ch]         ** NEW **
10919         * src/folderview.[ch]
10920         * src/headerview.h
10921         * src/folder.[ch]
10922         * src/prefs_folder_item.[ch]
10923                 add subject simplification to strip out strings from
10924                 a subject line (esp. handy for mailing lists). 
10925                 (original patch by by Thomas Link <t.link.tmp200101@gmx.net>,
10926                 but slightly changed things for better integration.)
10927
10928 2001-12-23 [alfons]     0.6.6claws11
10929
10930         * src/mainwindow.c
10931                 fix bug introduced by submission included in 0.6.5claws52.
10932                 ideally this submission should clean the trash if any trash
10933                 folder has a message. however, the hasTrash variable was
10934                 set to false whenever a trash folder was empty (discarding
10935                 a previously found *filled* trash folder.)
10936
10937                 also edited the code a little bit and made it more safe.
10938
10939 2001-12-22 [alfons]     0.6.6claws10
10940
10941         * src/imap.c
10942                 quick fix for Martin Pool's omission of an account
10943                 specific SSL setting
10944
10945 2001-12-22 [alfons]     0.6.6claws9
10946
10947         * src/compose.c
10948         * src/messageview.c
10949         * src/mimeview.c
10950         * src/pgptext.c
10951         * src/procmime.[ch]
10952                 better support for multipart/digest (submitted
10953                 by Fredrik <e98fo@efd.lth.se>)
10954
10955 2001-12-22 [alfons]     0.6.6claws8
10956
10957         * src/addressbook.c
10958                 correct function signature
10959         * src/socket.[ch]
10960         * src/imap.[ch]
10961         * src/prefs_account.[ch]
10962                 allow IMAP over SSH tunnel (patch submitted by 
10963                 Martin Pool <mbp@samba.org>)
10964
10965 2001-12-21 [alfons]     0.6.6claws7
10966
10967         * sync with sylpheed 0.6.6cvs4-9
10968                 (may have forgotten something: LAST_STABLE is 0.6.6claws6)
10969
10970 2001-12-21 [christoph]  0.6.6claws6
10971
10972         * src/compose.c
10973         * src/prefs_folder_item.[ch]
10974                 implement saving of outgoing messages to current folder.
10975                 fix segfault when no default outbox is available
10976                 (closes bug #495683)
10977
10978 2001-12-21 [carsten]    0.6.6claws5
10979         * src/folderview.c
10980         * src/summaryview.c
10981                 pressing CTRL while DND does now the expected thing and
10982                 copies the mail (moving is still the default, as this
10983                 seam more appropriate for handling mails by DND)
10984
10985 2001-12-18 [paul]       0.6.6claws4
10986
10987         * sync with sylpheed 0.6.6cvs3
10988                 see ChangeLog entries 2001-12-18
10989
10990 2001-12-18 [hiro]       0.6.6claws3
10991
10992         * src/undo.c
10993                 fix for multibyte characters (obtain the number of letters
10994                 instead of bytes).
10995
10996 2001-12-17 [paul]       0.6.6claws2
10997
10998         * sync with sylpheed 0.6.6cvs1
10999                 see ChangeLog entry 2001-12-16
11000
11001 2000-12-17 [alfons]     0.6.6claws1
11002
11003         * src/filtering.c
11004                 clean up
11005
11006 2001-12-16 [paul]       0.6.6claws
11007 2001-12-15
11008
11009         * Release version 0.6.6claws, cvs tag: rel_0_6_6
11010
11011         * src/mimeview.c
11012                 last minute sync with main 0.6.6
11013
11014         * po/es.po
11015                 updated by Ricardo Mones Lastra
11016                 update for last minute sync
11017         * po/fr.po
11018         * po/nl.po
11019                 update for last minute sync
11020         * po/de.po
11021                 updated by Jens Oberender
11022         * po/pt_BR.po
11023                 updated by Fabio Junior Beneditto
11024
11025         * src/prefs_common.[ch]
11026         * src/undo.c
11027                 number of undo levels is user configurable
11028                 (squeeze it into the release in the dying
11029                 moments) Submitted by Jens Oberender    
11030
11031 2001-12-15 [melvin]
11032
11033         * po/fr.po
11034                 updated french translation
11035
11036 2001-12-15 [paul]       0.6.5claws92
11037
11038         * sync with sylpheed 0.6.5cvs28
11039                 see ChangeLog entry 2001-12-14 (src/prefs_account.c)
11040
11041         * po/nl.po
11042                 update to allow for sync
11043
11044 2001-12-15 [alfons]
11045         
11046         * po/nl.po
11047                 update dutch translation
11048
11049 2001-12-14 [carsten]    0.6.5claws91
11050         * src/summaryview.c
11051                 fixed bug #473785; also after changing the column order
11052                 the same message will be selected and displayed as before
11053                 the reordering
11054
11055 2001-12-14 [carsten]    0.6.5claws90
11056         * src/folderview.c
11057                 probably found the bug reported by wwb opening or closing
11058                 a folder tree just before dnd (found the solution in the
11059                 balsa source -- thanks to them)
11060
11061 2001-12-14 [carsten]    0.6.5claws89
11062         * src/gtkutils.c
11063         * src/account.c
11064                 moved gtk_clist_moveto to the right place, so that
11065                 only the accounts dialog is effected on opening
11066
11067 2001-12-14 [carsten]    0.6.5claws88
11068         * src/gtkutils.c
11069                 gtkut_clist_set_focus_row does a gtk_clist_moveto
11070                 now, so that the focused row will be seen in any case
11071                 (reported by wwp on sf-claws-user)
11072
11073 2001-12-14 [darko]      0.6.5claws87
11074
11075         * src/compose.c
11076                 remove unnecessary line
11077
11078 2001-12-14 [paul]       0.6.5claws86
11079
11080         * sync with sylpheed 0.6.5cvs27
11081                 see ChangeLog entries 2001-12-14
11082
11083 2001-12-14 [carsten]    0.6.5claws85
11084         * src/mainwindow.c
11085                 following a suggestion of Melvin the rcoabm pops up
11086                 right under the button now and the button is reliefed
11087                 while the popup is open
11088
11089 2001-12-14 [darko]      0.6.5claws84
11090
11091         * src/compose.c
11092                 fix crash when wrapping long lines if linewrap quotation
11093                 is disabled and wrapper encounters a word spanning more
11094                 than one line
11095
11096 2001-12-13 [paul]       0.6.5claws83
11097
11098         * src/compose.c
11099                 prefer 'Reply-To' header over mailing list header when
11100                 replying to a message. Finally prevent all those confirmation 
11101                 messages being sent to the list itself.
11102
11103         * src/summaryview.c
11104                 remove unused summary_set_menu_sensitive() entry
11105
11106 2001-12-13 [paul]       0.6.5claws82
11107
11108         * src/folderview.c
11109         * src/pixmaps/inbox-hrm.xpm     ** NEW FILE **
11110         * src/pixmaps/outbox-hrm.xpm    ** NEW FILE **
11111         * src/pixmaps/trash-hrm.xpm     ** NEW FILE **
11112                 improvements to 'Hide read messages': Inbox, Outbox,
11113                 Trash, Queue, and Draft icons now reveal presence of hidden 
11114                 messages
11115
11116 2001-12-12 [alfons]     0.6.5claws81
11117
11118         0.6.5claws80 was tagged as LAST_STABLE
11119
11120         * src/filtering.[ch]
11121         * src/matcher.[ch]
11122         * src/matcher_parser_lex.c
11123                 fix the filtering; my last attempt to get it right, 
11124                 if it does not work, it's Hoa's turn. ;-)
11125
11126                 for my honourable peers:
11127                 
11128                 the code now makes a clear distinction between
11129                 rules as they are displayed (probably escaped),
11130                 and as they are executed (probably unescaped). the
11131                 parser does *NOT* do any unescaping, this is
11132                 the task of the matcher.c (which breaks up a
11133                 rule into condition) and the filtering.c (which
11134                 breaks up the rule's action). to make this
11135                 run happily we provide an unescaped copy of
11136                 crucial strings to the MatcherProp and 
11137                 FilteringAction structures. note that the only
11138                 exception to this is any REGEXP string. those
11139                 are directly passed to regcomp() and regexp()
11140                 (who have much more powerful unescape functions).
11141                 
11142                 for everyone else:
11143         
11144                 you can escape tab (\t), carriage return (\r),
11145                 linefeed (\n), form feed (\f), quote (\"), 
11146                 single quote (\'), bell (\b) in all the entry
11147                 lines in the scoring & filtering dialogs.
11148                 as an added bonus this should not affect
11149                 existing filtering rules.
11150
11151 2001-12-12 [carsten]    0.6.5claws80
11152
11153         * src/summaryview.c
11154         * po/de.po
11155                 "item(s) selected" is now sensitive to 1 or more
11156                 than one selected (nice for language where simple
11157                 adding of a "s" is not possible as German (Eintrag
11158                 ->Eintr"age)
11159                 
11160                 the "forward as attachment" entry from the right
11161                 click menu removed, "forward" acts following the
11162                 prefs
11163         
11164         * src/textview.c
11165                 reverted my former changes; so compiler warning again
11166                 but there's more GTK_TEXT/GTK_STEXT mixing on other places
11167                 nevertheless
11168
11169         * src/messageview.c
11170                 "search in message" does now *not* only work in MVIEW_TEXT
11171                 messages, but also in a MIMEVIEW_TEXT part of MVIEW_MIME
11172                 message
11173
11174         * src/mainwindow.c
11175                 removed "/File/_Close" as it was the same as "/File/E_xit"
11176                 and we don't need it two times
11177
11178                 the separate folder view and message view now get a distinct
11179                 WMCLASS, just in case someone is using sawfish ;-)
11180
11181                 as the menu entries "/View/Message view" and "/View/Folder tree"
11182                 are only doing something when SEPARATE_MESSAGE or SEPARATE_FOLDER
11183                 make them sensitive accordingly and as these two are "shown"
11184                 after startup anytime check this menuitem at startup
11185
11186 2001-12-12 [paul]       0.6.5claws79
11187
11188         * src/folderview.c
11189                 fix sensitivity of 'Search folder...', broken in
11190                 0.6.5claws75
11191
11192         * src/mainwindow.c
11193                 fix dodgy English
11194
11195 2001-12-11 [carsten]    0.6.5claws78
11196         * src/filtering.c
11197                 fixed two typos returning a wrong FALSE/TRUE
11198         * src/mainwindow.[ch]
11199                 extra menu for email/news button removed
11200
11201 2001-12-11 [alfons]     0.6.5claws77
11202         
11203         * src/matcher.c                 (1.3)
11204         * src/matcher_parser_lex.l      (1.28)
11205                 revert for another attempt
11206                 mark 0.6.5claws77 as LAST_STABLE
11207
11208 2001-12-11 [christoph]  0.6.5claws76
11209
11210         * po/de.po
11211                 fixed wrong translation for prev. unread msg
11212
11213 2001-12-11 [paul]       0.6.5claws75
11214
11215         * src/folder.[ch]
11216         * src/folderview.c
11217         * src/mainwindow.c
11218         * src/summaryview.[ch]
11219         * src/pixmaps/dir-open-hrm.xpm  ** NEW FILE **
11220                 enable ability to hide read messages on per folder basis via 
11221                 '/Summary/Hide read messages'; when selected, a folder will 
11222                 have a red open folder icon, instead of a blue icon, if the 
11223                 folder contains hidden messges
11224                 submitted by Thomas Link <t.link.tmp200101.gmx.net> 
11225
11226         * src/mainwindow.c
11227                 remove '/Message/Forward as attachment' from 
11228                 main_window_set_menu_sensitive() to prevent debug warning
11229
11230         * src/folderview.c
11231         * src/mainwindow.c
11232                 Clean up some of the English
11233
11234         * tools/newscache_clean.pl
11235                 allow for new 'hidereadmsgs' entry in folderlist.xml
11236
11237         * po/es.po
11238                 updated translation, submitted by Ricardo Mones Lastra
11239
11240 2001-12-11 [paul]       0.6.5claws74
11241
11242         * sync with sylpheed 0.6.5cvs25
11243                 see ChangeLog entry 2001-12-11
11244
11245 2001-12-10 [alfons]     0.6.5claws73
11246
11247         * src/matcher.c
11248                 add more control characters
11249         * src/matcher_parser_lex.l
11250                 make escaping / unescaping work again
11251
11252 2001-12-10 [alfons]     0.6.5claws72
11253
11254         * src/imap.c
11255                 clean up warnings "returning value for void function" 
11256         * src/prefs_filtering.c
11257                 make info button for execute action sensitive
11258
11259 2001-12-10 [paul]       0.6.5claws71
11260
11261         * src/compose.c
11262         * src/imap.[ch]
11263         * src/summaryview.c
11264                 fix: imap server now gets informed of MARKED, UNMARKED
11265                 and REPLY events. Now people can use different IMAP-Mail
11266                 clients and have the exact same information about MARKED,
11267                 UNMARKED and REPLY status with all of them. Especially
11268                 useful for imap servers with a web-frontend.
11269                 submitted by Tobias Sandhaas <medlor@web.de>
11270
11271 2001-12-09 [melvin]     0.6.5claws70
11272         
11273         * src/textview.[ch]
11274                 fixed bug #490076 (hunted down by Alfons who implemented
11275                 a workaround in 0.6.5claws65)
11276
11277 2001-12-09 [christoph]  0.6.5claws69
11278
11279         * src/summaryview.c
11280                 set pointer to string in LOCKED column to NULL
11281                 (might fix bug #490800)
11282
11283 2001-12-09 [carsten]    0.6.5claws68
11284
11285         * po/de.po
11286                 resolved some cluttered menu shortcuts 
11287                 ('creating new email' and 'creating news message'
11288                 hade the same)
11289         * src/compose.c
11290                 wmclass now distinc from main window
11291         * src/mainwindow.c
11292           src/mainwindow.h
11293                 email/news and forward button functionality similar
11294                 to the reply buttons; removed the ugly dropdown arrows
11295                 and use instead the right mouse button
11296
11297 2001-12-09 [paul]       0.6.5claws67
11298
11299         * src/imap.c
11300         * src/utils.h
11301                 allow spaces in imap folder names
11302                 submitted by Willem van Engen <wvengen@stack.nl>
11303
11304 2001-12-09 [paul]       0.6.5claws66
11305
11306         * sync with sylpheed 0.6.5cvs24
11307                 see ChangeLog entry 2001-12-09
11308
11309 2001-12-08 [alfons]     0.6.5claws65
11310
11311         * src/textview.c
11312                 prevent secondary selection claim after "add to sender" dialog
11313                 popped up. this is because there's a GDK_BUTTON_RELEASE pending.
11314                 we trick GTK by simulating a click at (0, 0) in the textview.
11315
11316 2001-12-08 [hoa]        0.6.5claws64
11317
11318         * src/folder.c
11319                 fixed a bug about the .processing folder name while filtering
11320
11321 2001-12-08 [alfons]     0.6.5claws63
11322
11323         * src/folderview.c 
11324                 work around problem of not correctly updating folder stats
11325                 when deleting messages. there's some folder scanning evil
11326                 going so the folderview_update_msg_num() does not work
11327                 correctly. need to investigate this.
11328
11329 2001-12-08 [paul]       0.6.5claws62
11330
11331         * sync with sylpheed 0.6.5cvs23
11332                 see ChangeLog entry 2001-12-08
11333
11334 2001-12-07 [christoph]  0.6.5claws61
11335
11336         * src/compose.c
11337                 fix another header translation problem
11338
11339 2001-12-07 [alfons]     0.6.5claws60
11340
11341         * src/mbox.c
11342                 make filtering also work on local spool mbox
11343
11344 2001-12-07 [carsten]    0.6.5claws59
11345         * src/addressbook.c
11346                 addressbook window gets a wmclass distinct from the main
11347                 sylpheed window
11348         * src/compose.h
11349         * src/mainwindow.[ch]
11350                   forward menu item will use mode selected in prefs, forward 
11351                 as attatchment in menu removed (will be substituted in the
11352                 toolbar similar to reply buttons)
11353                   create news message menu entry and news button is now 
11354                 sensitive to the existance of a news account
11355         * src/pixmaps/stock_mail_reply_quote.xpm           ** REMOVED **
11356         * src/pixmaps/stock_mail_reply_to_all_quote.xpm    ** REMOVED **
11357         * src/pixmaps/stock_mail_reply_to_sender_quote.xpm ** REMOVED **
11358                 these are removed because the toolbar buttons don't show
11359                 the quoting modus any longer
11360
11361 2001-12-07 [paul]
11362
11363         * tools/newscache_clean.pl      ** NEW FILE **
11364                 perl script to do some tidying up in the newscache directory 
11365                 
11366         * tools/sylpheed-switcher       ** NEW FILE **
11367                 perl script to enable easy switching between main and claws
11368                 
11369         * tools/README
11370                 added descriptions of the two new perl scripts          
11371
11372
11373 2001-12-07 [melvin]     0.6.5claws58
11374
11375         * src/messageview.c
11376                 fixed a warning during compilation introduced in 0.6.5claws56
11377
11378 2001-12-07 [paul]       0.6.5claws57
11379
11380         * src/mainwindow.[ch]
11381         * src/menu.[ch]
11382                 further usability enhancements to replying with or without 
11383                 quoting via the toolbar, use of Ctrl key is replaced by 
11384                 drop down menu 
11385                 Submitted by Carsten Schurig            
11386
11387 2001-12-07 [melvin]     0.6.5claws56
11388
11389         * src/messageview.c
11390                 hack to fix bug that prevented to make/paste selections
11391                 after switching between MVIEW_TEXT and MVIEW_MIME views
11392                 without deselecting the selection first.
11393
11394 2001-12-06 [alfons]     0.6.5claws55
11395
11396         * src/filtering.[ch]
11397         * src/inc.c
11398                 revise filtering a little bit more, and make sure
11399                 messages are delivered to the appropriate inbox
11400                 (perhaps set per account)
11401
11402 2001-12-06 [paul]       0.6.5claws54
11403
11404         * sync with sylpheed 0.6.5cvs22
11405                 see ChangeLog entry 2001-12-06
11406
11407 2001-12-05 [alfons]     0.6.5claws53
11408
11409         * src/inc.c
11410         * src/folder.[ch]
11411         * src/procmsg.c
11412         * src/filtering.c
11413                 more revisions of filtering system
11414                 (last stable version is marked as LAST_STABLE)
11415                 
11416                 | NOTE 1): the filtering system now uses a local folder called
11417                 | .processing. if filtering fails, check this directory
11418                 | for missing messages.
11419                 |
11420                 | NOTE 2): help us find the filtering actions still missing
11421
11422 2001-12-05 [paul]       0.6.5claws52
11423
11424         * src/mainwindow.c
11425                 fix bug where 'Empty Trash?' pop-up window appears even
11426                 when Trash is empty, submitted by Jesse Skinner         
11427
11428 2001-12-05 [melvin]     0.6.5claws51
11429
11430         * src/compose.c
11431                 fixed bug #486106 to select correct account when reediting 
11432                 a queued message
11433         
11434 2001-12-04 [alfons]     0.6.5claws50
11435
11436         * src/mh.c
11437                 declare markfile in appropriate functions when
11438                 no fchmod() is found (thanks to Mark Heerdink <marc@koelkast.net>
11439                 for spotting this)
11440
11441 2001-12-04 [paul]       0.6.5claws49
11442
11443         * sync with sylpheed 0.6.5cvs21
11444                 see ChangeLog entry 2001-12-04
11445
11446 2001-12-03 [christoph]  0.6.5claws48
11447
11448         * po/de.po
11449                 changed translation of undo
11450         * src/account.c
11451         * src/folder.c
11452                 don't reinvent the wheel to traverse a GNode
11453         * src/compose.[ch]
11454                 seperate code to create the compose gui into functions
11455                 add "Others" page with folder selection for saving copy
11456                 of the message.
11457                 the folder identifier is saved to queue header
11458         * src/procmsg.c
11459                 save message to folder in queue header
11460
11461 2001-12-03 [paul]       0.6.5claws47
11462
11463         * sync with sylpheed 0.6.5cvs20
11464                 see ChangeLog entry 2001-12-03
11465
11466 2001-12-01 [paul]
11467
11468         * more sync with sylpheed 0.6.5cvs19
11469                 see ChangeLog entry 2001-11-29
11470
11471 2001-11-30 [paul]       0.6.5claws46
11472         
11473         * src/compose.c
11474                 remove conflicts introduced by Hoa's last commit
11475          
11476         * src/mainwindow.c
11477                 make 'Message/Bounce' sensitive
11478
11479 2001-11-30 [hoa]        0.6.5claws45
11480
11481         * src/compose.c
11482                 slightly change bounce function to add
11483                 information about the user that bounced the mail
11484                 in the From header line.
11485
11486         * src/folderview.c
11487                 permit the use of processing in outbox folder.
11488
11489 2001-11-29 [paul]       0.6.5claws44
11490
11491         * src/mainwindow.[ch]
11492         * src/prefs_common.c
11493         * src/pixmaps/stock_mail_reply_quote.xpm            ** NEW FILE **
11494         * src/pixmaps/stock_mail_reply_to_all_quote.xpm     ** NEW FILE **
11495         * src/pixmaps/stock_mail_reply_to_author_quote.xpm  ** NEW FILE **
11496                 usability enhancements to the quoting, implements
11497                 use of Ctrl key to toggle quoting settings
11498                 Submitted by Carsten Schurig <Carsten.Schurig@web.de>
11499
11500 2001-11-29 [paul]       0.6.5claws43
11501         
11502         * sync with sylpheed 0.6.5cvs19
11503                 see ChangeLog entry 2001-11-28
11504
11505 2001-11-29 [melvin]     0.6.5claws42
11506         * src/Makefile.am
11507                 added enriched.[ch] to the list of files
11508
11509         * src/textview.c
11510         * src/mimeview.c
11511         * src/procmime.[ch]
11512         * src/enriched.[ch]
11513                 added support to view text/enriched
11514                 added support to show headers in message view for text/enriched and text/html
11515                         in non multipart messages
11516
11517 2001-11-28 [paul]       0.6.5claws41
11518
11519         * more sync with sylpheed 0.6.5cvs18
11520                 see ChangeLog entry 2001-11-27 (src/prefs_common.c)
11521
11522 2001-11-27 [paul]       0.6.5claws40
11523         
11524         * po/pt_BR.po
11525                 updated translation, submitted by Fabio Junior Beneditto
11526                 
11527         * sync with sylpheed 0.6.5cvs18
11528                 see ChangeLog entries 2001-11-26 (src/textview.c) and
11529                 2001-11-27
11530
11531
11532 2001-11-26 [paul]
11533
11534         * po/es.po
11535                 updated translation, submitted by Ricardo Mones Lastra
11536
11537 2001-11-26 [alfons]
11538
11539         * src/matcher.c
11540                 add more translatable strings
11541
11542 2001-11-26 [christoph]  0.6.5claws39
11543
11544         * po/de.po      
11545                 fixed one more umlaut
11546         * src/compose.c
11547                 fix translated header when it should not be translated
11548
11549 2001-11-26 [paul]       0.6.5claws38
11550
11551         * src/mainwindow.c
11552                 remove '/Message/Add Sender to address book' from 
11553                 main_window_set_menu_sensitive(), prevent debug warning
11554                 add 'Message/Mark/Mark all read' to mainwin_entries[]
11555
11556 2001-11-26 [paul]       0.6.5claws37
11557
11558         * src/summaryview.c
11559                 fix 'recurring unread state' bug 
11560
11561         * tools/README 
11562         * tools/filter_conv.pl
11563                 read name of top level mailbox from folderlist.xml
11564                 and presume nothing about its name              
11565
11566 2001-11-26 [darko]      0.6.5claws36
11567
11568         * src/gtkstext.[ch]
11569                 removed functions that are now in gtkutils.c
11570                 use gtkut_text_is_uri_string() from gtkutils.c
11571         * fix my comment on 2001-11-23 (missing gtkutils.[ch])
11572
11573 2001-11-26 [paul]       0.6.5claws35
11574
11575         * sync with sylpheed 0.6.5cvs16
11576                 see ChangeLog entries 2001-11-25 and 2001-11-26
11577
11578 2001-11-25 [alfons]     0.6.5claws34
11579
11580         EXPERIMENTAL!!! Please checkout the last stable version using: 
11581           
11582         % cvs update -r LAST_STABLE -dRAP
11583
11584         (Or help us testing this stuff.)
11585
11586         * src/filtering.c               (1.14)
11587         * src/filtering.h               (1.6)
11588         * src/inc.c                     (1.28)
11589         * src/matcher.c                 (1.20)
11590         * src/mbox.c                    (1.9)
11591         * src/procmsg.h                 (1.14)
11592         * src/summaryview.c             (1.59)
11593         * src/summaryview.h             (dunno)
11594                 revert/merge/sync to as it was before commit 
11595                 on Thu, 19 Jul 2001 10:15:51 -0700.
11596
11597 2001-11-25 [hoa]        0.6.5claws33
11598
11599         * src/main.c
11600                 processing mails at startup
11601
11602         * src/folderview.c
11603         * src/summaryview.[ch]
11604                 processing mails when entering folder
11605
11606         * src/prefs_filtering.c
11607                 fixed some UI bugs
11608
11609 2001-11-24 [alfons]     0.6.5claws32
11610
11611         * src/summaryview.[ch]
11612                 make summary sort headers work, and also make
11613                 sure the sort type is stored
11614
11615 2001-11-23 [alfons]     0.6.5claws31
11616
11617         * src/summaryview.[ch]
11618                 make lock work like mark
11619                 disallow deleting messages marked as locked
11620
11621 2001-11-23 [alfons]     0.6.5claws30
11622
11623         * src/gtkstext.c
11624         * src/compose.[ch]
11625         * src/Makefile.am
11626         * src/undo.[ch]
11627                 merge undo patch submitted by Jens
11628
11629 2001-11-23 [christoph]  0.6.5claws29
11630
11631         * src/.cvsignore
11632                 added ylwrap
11633         * src/compose.c
11634                 fixed gpg signing and encoding
11635         * src/folder.[ch]
11636         * src/main.c
11637                 added --status option to get new, unread and total
11638                 message count from a running sylpheed
11639         * src/prefs_common.c
11640                 temporary fix for reply_with_quote problem
11641                 (don't call functions for non existing widget)
11642         * src/procmsg.c
11643                 one more check for ignored threads but still not
11644                 always working correctly. probably a recursive
11645                 check for all parents is needed
11646
11647 2001-11-23 [darko]      0.6.5claws28
11648
11649         * src/compose.c
11650                 wrapping on send improvements
11651         * src/gtkutils.[ch]
11652                 fix for GtkSText after last sync with main branch
11653                 GTK_TEXT -> GTK_STEXT
11654
11655 2001-11-23 [paul]       0.6.5claws27
11656
11657         * sync with sylpheed 0.6.5cvs14
11658                 see ChangeLog entries 2001-11-22 and 2001-11-23
11659                 
11660         * po/de.po
11661                 fixed the scrambled umlauts 
11662                 submitted by Carsten Schurig <Carsten.Schurig@web.de>
11663
11664 2001-11-21 [paul]       0.6.5claws26
11665
11666         * sync with sylpheed 0.6.5cvs12
11667                 see 2nd ChangeLog entry dated 2001-11-20
11668
11669 2001-11-20 [paul]       0.6.5claws25
11670
11671         * sync with sylpheed 0.6.5cvs11
11672                 see ChangeLog entry 2001-11-19 (src/utils.c)
11673
11674 2001-11-20 [hiro]
11675
11676         * src/compose.c
11677                 GTK_TEXT -> GTK_STEXT
11678                 fix for wrong comment
11679
11680 2001-11-20 [hiro]       0.6.5claws24
11681
11682         * src/compose.[ch]
11683                 more merges from main branch
11684                 removed fatal warnings (uninitialized variables etc.)
11685                 some coding style fix
11686         * src/gtkutils.h
11687                 fixed typo.
11688         * src/addressbook.c
11689           src/addrindex.c
11690                 V-Card -> vCard
11691
11692 2001-11-19 [hoa]        0.6.5claws23
11693
11694         * src/filtering.c
11695         * src/prefs_scoring.c
11696         * src/matcher.[ch]
11697         * src/scoring.c
11698                 cleaning code
11699
11700         * src/matcher_parser_parse.y
11701         * src/prefs_filtering.c
11702                 bouncing
11703
11704 2001-11-19 [alfons]     0.6.5claws22
11705
11706         more of my old things into claws
11707
11708         * src/Makefile.am
11709         * src/prefs_common.c
11710         * src/procmsg.h
11711         * src/summaryview.[ch]
11712         * src/prefs_summary_column.c
11713         * src/pixmaps/locked.xpm
11714                 add indicators for locking of message in summary view
11715                 (does not work yet, only visual indicator)
11716
11717 2001-11-19 [paul]       0.6.5claws21
11718
11719         * sync with sylpheed 0.6.5cvs10
11720                 see ChangeLog entry 2001-11-19
11721
11722 2001-11-18 [alfons]     0.6.5claws20
11723         
11724         * src/filtering.c
11725                 remove an inadvertent free I forgot in previous clean up 
11726
11727 2001-11-18 [alfons]     0.6.5claws19
11728
11729         * src/filtering.[ch]
11730                 clean up & plug leaks
11731
11732 2001-11-18 [paul]       0.6.5claws18
11733
11734         * sync with sylpheed 0.6.5cvs9
11735                 see ChangeLog entries 2001-11-17 and 2001-11-18
11736
11737 2001-11-16 [paul]       0.6.5claws17
11738
11739         * sync with sylpheed 0.6.5cvs8
11740                 see ChangeLog entry 2001-11-16, src/grouplistdialog.c
11741
11742 2001-11-16 [paul]       0.6.5claws16
11743
11744         * sync with sylpheed 0.6.5cvs7
11745                 see ChangeLog entries 2001-11-15 and 2001-11-16
11746
11747 2001-11-15 [hoa]        0.6.5claws15
11748
11749         * src/compose.c
11750                 fix bounce, mails we received couln't be bounced to ourself.
11751
11752         * src/defs.h
11753         * src/filtering.[ch]
11754         * src/matcher.[ch]
11755         * src/matcher_parser.h
11756         * src/matcher_parser_lex.l
11757         * src/matcher_parser_parse.y
11758         * src/inc.c
11759         * src/main.c
11760         * src/mbox.c
11761         * src/prefs_filtering.[ch]
11762         * src/mainwindow.c
11763         * src/prefs_matcher.c
11764         * src/prefs_scoring.c
11765         * src/scoring.[ch]
11766         * src/summaryview.c
11767                 new matcher/filter/score configuration file parser
11768                 one unique configuration file => ~/.sylpheed/matcherrc
11769                 import in currently automatic, then save are made
11770                 in this new file.
11771                 one filter per folder and one global filter
11772                 (filter of a folder will be used as folder processing)
11773
11774         * src/folder.c
11775                 fix a bug in folder_item_get_identifier
11776                 
11777         * src/messageview.c
11778                 receive receipt return are fixed.
11779
11780 2001-11-14 [alfons]     0.6.5claws14
11781
11782         * src/session.h
11783                 add things from main branch to make claws compile
11784
11785 2001-11-14 [paul]       0.6.5claws13
11786
11787         * merge with SYNC-B4-REL and sync with sylpheed 0.6.5cvs5
11788                 see ChangeLog entries 2001-11-08 to 2001-11-14
11789
11790 2001-11-14 [hoa] 0.6.5claws12
11791
11792         * src/compose.[ch]
11793         * src/mainwindow.c
11794         * src/summaryview.c
11795                 add "bounce mail" option
11796
11797 2001-11-13 [christoph]  0.6.5claws11
11798
11799         * src/compose.c
11800                 Cleanup a mess i add before commiting
11801
11802 2001-11-13 [hoa]        0.6.5claws10
11803
11804         * src/compose.c
11805                 some fixes when mail are sent or
11806                 for crossposts
11807
11808 2001-11-13 [christoph]  0.6.5claws9
11809
11810         * po/de.po
11811                 Changed two string with the same translation
11812         * src/compose.c
11813         * src/procmsg.[ch]
11814         * src/send.[ch]
11815                 New mailsending process:
11816                   - Always queue message before sending
11817                     (message will be saved if sylpheed crashed or
11818                      freezes while sending)
11819                   - Allow queuing of newspostings
11820                   - No copy in outbox before sending
11821                     (closes bug #469501)
11822                   - No more redundant code for send and send_later
11823         * src/summaryview.c
11824                 Applied wwp <subscript@free.fr>'s patch that fixes
11825                 marks for multiple forwarded messages (+compose.c)
11826
11827 2001-11-12 [alfons]
11828
11829         * README.claws
11830                 remove things that are now in main branch
11831         
11832         * po/nl.po
11833                 update Dutch translation
11834
11835 2001-11-12 [mhadasht]   0.6.5.claws8
11836
11837         * src/prefs_common.c
11838                 re-enabled account autoselection feature for forward
11839                 and reedit lost during the branch point for SYNC-B4-REL
11840         * src/gtkspell.c
11841                 gtkpspell_get_dict(): more readable code (even if function is
11842                 not used yet)
11843         * ChangeLog.claws
11844                 added version number info to 2001-11-12 [hiro] comment.
11845
11846 2001-11-12 [hiro]       0.6.5.claws7
11847
11848         * src/compose.c
11849                 compose_forward(): fixed a bug that forward quote mark
11850                 wasn't used.
11851                 removed unnecessary code.
11852         * src/template_select.[ch]: removed.
11853
11854 2001-11-11 [alfons]
11855
11856         * src/compose.c
11857                 :%s/GTK_TEXT/GTK_STEXT/g
11858         
11859         * src/compose.[ch]
11860         * src/undo.[ch]
11861         * src/Makefile.am
11862                 revert the undo stuff (this is 0.6.6claws stuff)
11863
11864 2001-11-11 [hoa]        0.6.5.claws6
11865
11866         * src/compose.[ch]
11867                 Insert signature at the end of the text.
11868                 Added undo patch but currently disabled
11869
11870         * src/procmsg.c
11871                 Threading by subject improved.
11872
11873         * added src/undo.[ch]
11874                 Undo module for compose dialog box.
11875
11876 2001-11-11 [alfons]     0.6.5.claws5
11877
11878         * src/procmsg.c
11879                 prevent threading by subject on nodes that have already been
11880                 threaded by in-reply-to (as in "circular references in a tree
11881                 result in a dead branch")
11882
11883 2001-11-09 [hoa]        0.6.5.claws4
11884         
11885         * src/folderview.c
11886                 allows creation of mbox folder item from any files.
11887
11888 2001-11-09 [alfons]     0.6.5.claws3
11889         
11890         * src/utils.c
11891         * src/procmsg.c
11892                 do what I mean and correct threading by subject so it really
11893                 ignores attracting lines without "Re: "
11894
11895 2001-11-07 [alfons]     0.6.5.claws2
11896
11897         * src/procmsg.c
11898         * src/utils.[ch]
11899                 only attract by subject if a subject line starts with a "Re: "
11900         * src/syldap.c
11901                 remove warning
11902
11903 2001-11-07 [paul]       0.6.5claws1
11904
11905         * sync with sylpheed 0.6.5. release
11906                 see ChangeLog entry 2001-11-07
11907
11908 2001-11-07 [paul]       0.6.4claws31
11909
11910         * sync with sylpheed 0.6.4cvs18
11911                 see ChangeLog entries 2001-10-30 to 2001-11-07
11912                 prefs_templates.[ch] renamed prefs_template.[ch]
11913
11914 2001-11-06 [alfons]
11915         
11916         * src/utils.h
11917                 add semicolon Hoa forgot ;-)
11918                 
11919
11920 2001-11-06 [hoa]        0.6.4claws30
11921         
11922         * src/procmsg.c
11923         * src/summaryview.c
11924         * src/utils.c
11925         * src/utils.h
11926                 threading by subject - empty subject are ignored
11927
11928 2001-11-06 [christoph]  0.6.4claws29
11929
11930         * src/socket.c
11931                 use SSL_peek for sock_gets
11932         * src/utils.c
11933                 removed unneeded pointer in extracting quoted
11934                 names implementation
11935
11936 2001-11-06 [melvin]     0.6.4claws28
11937
11938         * src/gtkspell.c
11939                 fixed bug #476792 Selection overtyping with spell checker
11940                 fixed bug which could cause a buffer overflow
11941                 fixed a memory leak
11942
11943 2001-11-06 [hoa]        0.6.4claws27
11944         
11945         * src/procmsg.c
11946         * src/summaryview.c
11947                 threading by subject
11948
11949 2001-11-05 [alfons]     0.6.4claws26
11950         
11951         * README.claws
11952                 Claws -> Sylpheed (vice versa)
11953
11954         * src/compose.c
11955                 :%s/gtk_text/gtk_stext/g
11956                 :%s/GTK_TEXT/GTK_STEXT/g
11957                 (thanks to Jonathan Ware for spotting this)
11958
11959 2001-11-04 [christoph]  0.6.4claws25
11960
11961         * src/summaryview.c
11962                 replace Xalloca + strdup with Xstrdup_a
11963         * src/utils.c
11964                 better implementation of extracting quoted names
11965                 from addresses (remove backlashes and ignore
11966                 quotes after them)
11967
11968 2001-11-04 [alfons]     0.6.4claws24
11969
11970         * src/utils.[ch]
11971                 edit to comply more with coding style
11972
11973         * src/textview.c
11974                 fix bug reported by Kim Schulz. introduced by the patch integrated
11975                 in 0.6.4claws15. the code did not check the return value of
11976                 the html parser.
11977
11978         * AUTHORS
11979                 add Jonathan Ware and close "[ #475955 ] Enhanced Mailto Patch"
11980
11981 2001-11-04 [christoph]  0.6.4claws23
11982
11983         * src/main.c
11984         * src/prefs_common.[ch]
11985                 init some pointers that possibly caused a segfault
11986                 reported in the claws-users ML
11987
11988 2001-11-04 [hoa]        0.6.4claws22
11989
11990         * src/grouplistdialog.c
11991                 change the names of the nodes in the tree
11992
11993         * src/compose.c
11994                 enhanced mailto syntax as described in
11995                 http://developer.netscape.com/viewsource/husted_mailto/mailto.html
11996                 (thanks to Jonathan Ware <jonathan_ware@gmx.co.uk>)
11997
11998         * src/utils.c
11999                 encode and decode URI (useful when opening URL into
12000                 netscape).
12001
12002 2001-11-03 [hoa]        0.6.4claws21
12003
12004         * src/grouplistdialog.c
12005                 a new newsgroups list selection dialog box
12006                 with a CTree instead of a CList
12007
12008 2001-11-03 [hoa]        0.6.4claws20
12009
12010         * src/folderview.c
12011                 enable property and scoring options when right
12012                 click on "inbox"
12013
12014         * src/summaryview.c
12015                 fixed bug when nickname were displayed using
12016                 the address book.
12017
12018 2001-11-02 [darko]      0.6.4claws19
12019
12020         * src/compose.c
12021                 new wrap quotation and URL/long words wrapping implementation
12022         * src/compose.c src/gtkstext.[ch]
12023                 move gtkstext_strncmp() to gtkstext.c
12024
12025 2001-11-01 [christoph]  0.6.4claws18
12026
12027         * src/prefs_account.c
12028                 fixed mess in account settings dialog
12029         * src/prefs_folder_item.c
12030                 added label with folder path to dialog
12031
12032 2001-10-31 [match]      0.6.4claws17
12033
12034         * src/vcard.c
12035                 fix memory leak.
12036         * src/addrbook.c
12037                 fix generation of spurious address book file names.
12038                 remove redundant functions.
12039         * po/POTFILES.in
12040                 added missing file names.
12041
12042 2001-10-30 [paul]       0.6.4claws16
12043
12044         * sync with sylpheed 0.6.4cvs6
12045                 see ChangeLog entries 2001-10-26 to 2001-10-30
12046
12047         * tools/filter_conv.pl
12048                 read folderlist.xml to discover whether the top-level
12049                 folder is called 'Mailbox' or 'Mail' 
12050
12051 2001-10-29 [paul]       0.6.4claws15
12052
12053         * src/html.c, src/textview.c
12054                 activate links in html mail and fix clickable parts
12055                 Submitted by Matthieu Dazy <dazy@t-surf.com>
12056
12057 2001-10-29 [paul]
12058
12059         * po/de.po, po/es.po, po/pt_BR/po
12060                 updated translations, submitted by Jens Oberender,
12061                 Ricardo Mones Lastra, and Fabio Junior Beneditto
12062
12063 2001-10-29 [darko]      0.6.4claws14
12064
12065         * src/compose.c
12066                 fix wrapping for good
12067
12068 2001-10-29 [darko]
12069
12070         * src/compose.c
12071                 undo previous change as it broke the smart wrapping
12072
12073 2001-10-29 [darko]      0.6.4claws13
12074
12075         * src/compose.c
12076                 fix infinite loop when long URL is quoted
12077                 (closes bug #475122.
12078
12079 2001-10-28 [match]
12080
12081         * src/mutt.[ch] src/importmutt.[ch] src/mgutils.[ch] src/addressbook.c src/Makefile.am
12082                 import Mutt address book
12083         * src/ldif.[ch] src/importldif.h
12084                 modified import LDIF handle user attributes
12085
12086 2001-10-28 [christoph]  0.6.4claws12
12087
12088         * src/summaryview.c
12089                 fixed that filtering did not work if there
12090                 were no filter rules
12091                 (closes bug #472003 and better implementation
12092                  of patch #474644)
12093
12094 2001-10-27 [christoph]  0.6.4claws11
12095
12096         * src/compose.c
12097                 make the folder's default account to be used when
12098                 replying. (patch by wwp <subscript@free.fr>)
12099         * src/compose.c
12100                 code cleanup, nearly killed all of wwp's patch
12101                 for folder's default account in compose
12102         * src/folderview.c
12103                 error panel when a folder could not be created
12104                 (closes bug #471080 new folder name & already
12105                  existing file)
12106
12107 2001-10-26 [alfons]
12108
12109         * src/utils.h
12110                 change prototype of strstr2() that Christoph forgot about
12111
12112 2001-10-26 [christoph]  0.6.4claws10
12113
12114         * src/account.c
12115                 made search for accounts by email address not case
12116                 sensitive
12117         * src/folder.c
12118                 fixed memory leak in folder_item_get_identifier
12119         * src/gtkspell.c
12120         * src/utils.c
12121                 fixed wrong strstr2 (should work like strstr)
12122
12123 2001-10-26 [darko]      0.6.4claws9
12124
12125         * src/compose.c src/gtkstext.[ch]
12126         * src/gtkstext.c
12127                 move is_url_string() and gtkstext_str_strcmp() to gtkstext.c
12128
12129 2001-10-26 [paul]       0.6.4claws8
12130
12131         * src/html.c
12132                 ignore css and javascript tags in html mail
12133                 case-insensitive, with or without double-quoted
12134                 strings
12135
12136 2001-10-26 [paul]       0.6.4claws7
12137
12138         * sync with sylpheed 0.6.4cvs1
12139                 see ChangeLog entry 2001-10-26
12140
12141         * src/prefs_account.c, src/prefs_common.c,
12142           src/prefs_summary_column.c
12143                 minor improvements to the English
12144
12145 2001-10-25 [alfons]     0.6.4claws6
12146
12147         * src/gtkstext.c
12148         
12149                 make GtkSText follow style of GtkText (closes bug 
12150                 #469211 "text selection while writing message")
12151                 
12152                 do sync with GTK 1.2.10
12153
12154 2001-10-25 [paul]       0.6.4claws5
12155
12156         * src/html.c
12157                 ignore css tags in html mail
12158
12159 2001-10-25 [darko]      0.6.4claws4
12160
12161         * src/compose.c
12162                 don't declare is_url_string as static function since
12163                 we need it in gtkstext.c
12164         * src/gtkstext.c
12165                 remove unused variable
12166                 don't wrap long URLs while composing a message
12167
12168 2001-10-24 [christoph]  0.6.4claws3
12169
12170         * src/socket.c
12171                 fix ssl deadlock, when peer closes connection
12172
12173 2001-10-24 [paul]       0.6.4claws2
12174
12175         * src/prefs_common.c
12176                 gettextize the gpg ascii-armored warning message
12177
12178         * src/compose.c
12179                 insert a DOS/MAC file into the composed message
12180                 (improvements)
12181
12182         * Both submitted by Thierry Godefroy <godefroy@imaginet.fr>
12183
12184 2001-10-22 [paul]       0.6.4claws1
12185
12186         * sync with sylpheed 0.6.4 release
12187                 see ChangeLog entries 2001-10-21
12188
12189         * po/fr.po, po/pt_BR.po
12190                 updated by Melvin Hadasht and Fabio Junior Beneditto
12191
12192 2001-10-21 [paul]       0.6.3claws30
12193
12194         * src/compose.c
12195                 insert a DOS text file from the compose window
12196                 into the composed message text (removes CRs characters)
12197                 Submitted by Thierry Godefroy <godefroy@imaginet.fr>
12198
12199         * tools/filter_conv.pl, tools/README
12200                 automatically use ~/.sylpheed as working directory
12201                 print out confirmation message on completion
12202
12203         * correct Hoa's last ChangeLog.claws entry
12204
12205 2001-10-20 [hoa]        0.6.3claws29
12206
12207         * src/grouplistdialog.c
12208                 bugfix (another ?) to give the right
12209                 newsgroups list for each news server.
12210
12211         * src/news.c
12212         * src/news.h
12213                 improve the newsgroups list cache
12214
12215 2001-10-20 [paul]       0.6.3claws28
12216
12217         * sync with sylpheed 0.6.3cvs9
12218                 see ChangeLog entry 2001-10-19
12219
12220         * correct Alfons' last ChangeLog.claws entry
12221
12222 2001-10-19 [alfons]
12223
12224         * src/pgptext.[ch]
12225                 fix compilation problems (part of bug #472895)
12226
12227 2001-10-18 [hoa]        0.6.3claws27
12228
12229         * src/grouplistdialog.c
12230                 bugfix when we refresh was clicked (bug 472701)
12231
12232 2001-10-19 [christoph]  0.6.3claws26
12233
12234         * src/compose.c
12235                 last header entry should default to "To:" or
12236                 "Newsgroups:" and not copy the last entry line
12237                 in a new compose window
12238                 (closes bug #472686, #470792)
12239
12240 2001-10-19 [paul]       0.6.3claws25
12241
12242         * sync with Sylpheed 0.6.3cvs8
12243                 see ChangeLog entries 2001-10-18 and 2001-10-19
12244
12245 2001-10-18 [christoph]  0.6.3claws24
12246
12247         * src/procmsg.c
12248                 reimplement ignore thread
12249         
12250 2001-10-18 [hoa]        0.6.3claws23
12251
12252         * src/folderview.c
12253         * src/grouplistdialog.[ch]
12254                 enhanced news subscription interface (feature 469113)
12255
12256         * src/news.c
12257         * src/news.h
12258                 enchanced newsgroup listing,
12259                 now, we can get groups informations
12260                 (NNTPGroupInfo)
12261
12262 2001-10-18 [paul]       0.6.3claws22
12263
12264         * src/summaryview.c
12265                 remove comment (sync with main branch)
12266         * src/mainwindow.c
12267                 fix 'Re-edit' bug in 'Message' menu
12268
12269 2001-10-17 [christoph]  0.6.3claws21
12270
12271         * src/compose.c
12272                 ignore empty or whitespace only header lines
12273
12274 2001-10-17 [paul]       0.6.3claws20
12275
12276         * sync with sylpheed 0.6.3cvs7
12277                 see ChangeLog entries 2001-10-14, 2001-10-16, and
12278                 2001-10-17
12279
12280 2001-10-17 [darko]
12281
12282         * src/compose.c
12283                 wrap long lines without spaces
12284                 don't wrap URLs
12285
12286 2001-10-16 [paul]
12287
12288         * po/es.po, po/nl.po, po/pt_BR.po
12289                 updated by Ricardo Mones Lastra, Alfons,
12290                 and Fabio Junior Beneditto
12291
12292         * sylpheed-0.6.3claws released
12293
12294 2001-10-15 [melvin] 0.6.3claws18
12295
12296         * README.claws
12297                 added summary and detailed installation instructions
12298                 for spell checker
12299         * po/fr.po
12300                 Updated, corrected and completed french translation
12301
12302 2001-10-15 [hoa] 0.6.3claws17
12303         * src/grouplistdialog.c
12304                 we can choose the newsgroups to display with wildcards
12305
12306 2001-10-15 [christoph]  0.6.3claws16
12307
12308         * src/account.c
12309         * src/compose.c
12310         * src/prefs_folder_item.[ch]
12311                 applied wwp <subscript@free.fr>'s folder
12312                 default account patch
12313         * po/de.po
12314                 Fixed wrong translation
12315
12316 2001-10-13 [alfons, christoph, melvin]  
12317                         0.6.3claws15
12318
12319         solution #2 to solve MT-safety problems defers all GUI related calls
12320         to the main thread using a gtk_idle_add() callback. discussed on
12321         ircnet #sylpheed, with christoph spotting some issues with the
12322         original code, and melvin allowing us to lobotomize his sylpheed.
12323
12324         * src/syldap.[ch], src/main.c
12325                 fix race problem in ldap search thread by deferring GUI 
12326                 stuff to main thread using gtk_idle_add()
12327
12328 2001-10-13 [paul]       0.6.3claws14
12329
12330         * src/prefs_account.[ch], src/send.c, src/smtp.[ch]
12331                 add Sergey's smtpcred.patch
12332                 adds separate username/password setting for SMTP Auth
12333                 needed by some servers
12334                 (closes feature request #471659)
12335
12336 2001-10-13 [paul]       0.6.3claws13
12337
12338         * src/pgptext.[ch] **NEW FILES**
12339         * src/Makefile.am, src/messageview.c, src/mimeview.c
12340                 decrypt ascii-armored gpg text embedded in
12341                 the message body.
12342                 Submitted by Jens Jahnke <jan0sch@gmx.net>
12343
12344 2001-10-13 [christoph]  0.6.3claws12
12345
12346         * README.claws
12347                 some more details on default to and
12348                 feature requests
12349         * src/main.c
12350                 init glib threading when ldap is used
12351         * src/syldap.c
12352                 threading fixes
12353         * po/de.po
12354                 fixed a typo
12355
12356 2001-10-12 [paul]       0.6.3claws11
12357
12358         * src/prefs_common.[ch], src/rfc2015.c
12359                 enable ascii-armored gpg text to be embedded in the
12360                 message body, selectable through the 'Privacy'
12361                 preferences. Supports encrypting only.
12362                 Submitted by Ravemax <ravemax@dextrose.com>
12363
12364 2001-10-12 [paul]       0.6.3claws10
12365
12366         * sync with sylpheed 0.6.3cvs6
12367                 see ChangeLog entries 2001-10-11 and 2001-11-12
12368
12369         * src/folderview.c
12370                 incorporated mbox folders, scoring, and folder
12371                 properties into the sync
12372
12373 2001-10-12 [darko]      0.6.3claws9
12374
12375         * README.claws
12376                 describe quotation wrapping
12377         * src/compose.c
12378                 don't treat tab as space to calculate line length properly
12379
12380 2001-10-11 [alfons]
12381
12382         * README.claws
12383                 correct description of how to make new filtering system work,
12384                 add some other things
12385                 
12386         * src/syldap.c
12387                 remove sched_yield() (not necessary / unportable)
12388
12389 2001-10-11 [paul]       0.6.3claws8
12390
12391         * sync with sylpheed 0.6.3cvs3
12392                 see ChangeLog entry 2001-10-10
12393
12394 2001-10-10 [christoph]  0.6.3claws7
12395
12396         * .cvsignore
12397                 ignore 2 files created by newer autotools
12398         * src/prefs_folder_item.c
12399                 using table for widget alignment
12400                 fixed memory leak and broken octal display
12401         * src/filesel.c
12402                 fixed segfault caused by lost filename
12403                 workaround (closes bug #469551)
12404
12405 2001-10-10 [paul]       0.6.3claws6
12406
12407         * sync with sylpheed 0.6.3cvs2
12408                 see ChangeLog entries 2001-10-09 and 2001-10-10
12409
12410 2001-10-10 [darko]      0.6.3.claws5
12411
12412         * src/gtkstext.c
12413                 proper calculation of right margin if smart wrapping is enabled
12414         * src/compose.c
12415                 automatically wrap long lines if wrap quotation is enabled
12416
12417 2001-10-09 [alfons]     0.6.3.claws4
12418
12419         * src/summaryview.c
12420                 select correct row when deleting last row in the summary view (and
12421                 close bug "[ #469104 ] select second last in list when deleting")
12422
12423 2001-10-09 [paul]       0.6.3claws3
12424
12425         * sync with sylpheed 0.6.3cvs1
12426                 updated some autotool scripts
12427
12428 2001-10-09 [darko]      0.6.3claws2
12429
12430         * src/gtkstext.[ch]
12431                 new name and mark with Sylpheed comment
12432         * src/compose.c
12433                 smart quotation wrapping a-la VIM
12434
12435 2001-10-08 [paul]       0.6.3claws1
12436
12437         * sync with sylpheed 0.6.3 release
12438                 see ChangeLog entry 2001-10-08
12439
12440 2001-10-08 [paul]       0.6.2claws24
12441
12442         * src/summaryview.c
12443                 more sync with sylpheed 0.6.2cvs12
12444                 Fixed the bug that didn't select the last row correctly
12445
12446
12447 2001-10-07 [paul]       0.6.2claws23
12448
12449         * sync with sylpheed 0.6.2cvs12
12450                 see ChangeLog entry 2001-10-07
12451
12452 2001-10-06 [match]
12453         * src/jpilot.[ch]
12454                 enable jpilot to read unsynch'ed addresses.
12455
12456         * src/editldap_basedn.c
12457                 fix segfault when opening dialog.
12458
12459 2001-10-06 [alfons]     0.6.2.claws22
12460
12461         * src/summaryview.c
12462                 fix bug with summary view selecting last *inserted*
12463                 node instead of last *visible* node. remember we
12464                 work with a tree
12465
12466 2001-10-06 [paul]       0.6.2claws21
12467
12468         * po/pt_BR.po
12469                 updated translation, contains some fixes and new
12470                 translations, submitted by Gustavo Noronha Silva
12471                 <kov@debian.org>
12472
12473         * src/prefs_common.c
12474                 change 'each' to 'every' - fix dubious English
12475
12476         * sync with sylpheed 0.6.2cvs11
12477
12478 2001-10-05 [alfons]     0.6.2claws20
12479
12480         * src/mainwindow.[ch], src/folderview.c
12481                 make composite tool button switch between "Compose News"
12482                 and "Compose Mail" depending on selected folder
12483                 (nifty idea by Kim Schulz <kim@schulz.dk>)
12484
12485 2001-10-05 [paul]       0.6.2claws19
12486
12487         * src/mainwindow.c, src/summaryview.c
12488                 fix 'Message/Reply to all', broken in last commit
12489
12490         * src/compose.c
12491                 fix X_BEENTHERE seg fault, thanks to Alfons
12492
12493 2001-10-04 [paul]       0.6.2claws18
12494
12495         * src/compose.[ch], src/mainwindow.c
12496                 make "Message/Reply" reply to mailing lists; matches
12497                 'X-Mailing-list:' and 'X-BeenThere:' ML headers.
12498                 based on portions of the patch submitted by
12499                 Junichi Uekawa <dancer@netfort.gr.jp>
12500
12501 2001-10-04 [darko]      0.6.2claws17
12502
12503         * src/compose.c
12504                 better smart wrapping
12505         * src/gtkstext.[hc]
12506                 a function to make text buffer contiguous
12507
12508 2001-10-03 [paul]       0.6.2claws16
12509
12510         * sync with sylpheed 0.6.2cvs10
12511
12512 2001-10-02 [alfons]
12513
12514         * configure.in
12515         * po/zh_CN.GB2312.po, po/zh_TW.Big5.po
12516                 close bug "[ #466566 ] compile error on mdk 8.0" by removing
12517                 references to chinese translations (hope someone picks up
12518                 this)
12519
12520 2001-10-02 [christoph]  0.6.2claws15
12521
12522         * src/compose.c
12523                 fixed non translated header bug
12524         * ChangeLog.claws
12525                 fixed wrong date in alfons last entry ;)
12526
12527 2001-10-02 [alfons]     0.6.2claws14
12528
12529         * src/compose.c, src/prefs_common.[ch]
12530                 add block cursor option
12531
12532 2001-10-02 [paul]       0.6.2claws13
12533
12534         * sync with sylpheed 0.6.2cvs9
12535
12536 2001-09-30 [paul]       0.6.2claws12
12537
12538         * po/de.po, po/es.po, po/fr.po, po/nl.po, po/pt_BR.po
12539                 updated translations
12540
12541         * po/POTFILES.in
12542                 add 'src/importldif.c'
12543
12544         * AUTHORS, tools/README, tools/eud2gc.py, tools/Makefile.am
12545                 added eudora-to-vCard conversion tool
12546                 submitted by Jeroen Versteeg <j.m.versteeg@student.utwente.nl>
12547
12548         * sync with sylpheed 0.6.2cvs8
12549
12550 2001-09-30 [paul]
12551
12552         * sylpheed-0.6.2claws released
12553
12554 2001-09-27 [melvin]     0.6.2claws11
12555
12556         * src/gtkspell.c
12557                 fixed crash when using default path (introduced 
12558                 in 0.6.2claws10)
12559                 fixed tiny bug for initial suggestion mode
12560
12561 2001-09-27 [melvin]     0.6.2claws10
12562         
12563         * src/gtkspell.c
12564                 fixed bug where gtkpspell didn't set the path correctly
12565
12566         * README.claws
12567                 added a paragraph about spell checking
12568                 
12569
12570
12571 2001-09-27 [paul]       0.6.2claws9
12572
12573         * src/addrbook.c, src/addrcache.c, src/addritem.c, src/jpilot.c
12574                 replace '// comments' with '/* comments */' to prevent
12575                 some compiler warnings 
12576
12577         * sync with sylpheed 0.6.2cvs6
12578
12579 2001-09-26 [alfons]     0.6.2claws8
12580
12581         * src/messageview.c
12582                 introduce return receipt request notification again,
12583                 which was lost because of other semantics in 
12584                 procheader_parse() (???)
12585
12586 2001-09-26 [christoph]  0.6.2claws7
12587
12588         * src/compose.c
12589                 replace comments for old code with #if 0
12590                 readded auto cc, bcc and reply-to
12591         * src/prefs_matcher.c
12592         * src/prefs_scoring.c
12593                 removed some definition (was moved to
12594                 prefs.h)
12595
12596 2001-09-26 [paul]       0.6.2claws6
12597
12598         * src/mainwindow.c
12599                 make 'Follow-up and reply to' sensitive
12600
12601         * more sync with sylpheed 0.6.2cvs5
12602
12603 2001-09-25 [melvin]
12604
12605         * 0.6.2claws5
12606
12607         * src/gtkspell.c
12608                 fixed bug for "US-ASCII" introduced by the encoding code
12609
12610 2001-09-25 [paul]
12611
12612         * 0.6.2claws4
12613
12614         * src/prefs_common.[ch], src/summaryview.c
12615                 'next unread msg' 'go to next folder?' dialog can be
12616                 given default behaviour, either always show dialog,
12617                 or assume 'yes', or assume 'no'
12618                 Submitted by wwp <subscript@free.fr>
12619
12620 2001-09-25 [melvin]
12621                 
12622         * src/compose.c src/gtkspell.[ch]
12623                 added support for different encodings
12624
12625 2001-09-25 [paul]
12626
12627         * more sync with sylpheed 0.6.2cvs5
12628
12629 2001-09-24 [alfons]
12630         
12631         * src/prefs_folder_item.c
12632                 add check for item->prefs->default_to string is NULL and
12633                 add another check when freeing this string
12634
12635 2001-09-24 [paul]
12636
12637         * configure.in
12638                 change to version 0.6.2claws3
12639
12640         * sync with sylpheed 0.6.2cvs5 
12641
12642 2001-09-24 [match]
12643         * src/ldif.[ch], src/importldif.[ch], addressbook.c
12644                 import LDIF files.
12645         * src/addrcache.[ch], addrindex.[ch]
12646                 small update for future
12647         * src/addrbook.c
12648                 fix test XML file.
12649
12650 2001-09-24 [melvin]
12651         * src/gtkspell.[ch]
12652                 added 'Learn from mistakes' option
12653                 better handling of quotes in checked words
12654                 sorted dict list
12655         * po/fr.po
12656                 small update for spell checking stuff
12657
12658 2001-09-23 [alfons]
12659         
12660         * src/gtkspell.c
12661                 edit a little bit so it complies more with main coding style
12662
12663 2001-09-23 [alfons]
12664
12665         * src/folder.[ch], prefs_folder_item.c, compose.c
12666                 migrate "request return receipt" folder property
12667                 to folderlist.xml
12668
12669 2001-09-22 [alfons]
12670
12671         * README.claws **NEW**
12672                 (add things of interest for users of main branch 
12673                 and claws here)
12674
12675         * src/folder.[ch], src/mainwindow.c, src/summaryview.c
12676                 re-implement threading per folder option, but store 
12677                 the setting in folderlist.xml (where it belongs)
12678
12679 2001-09-21 [melvin]
12680
12681         * src/gtkspell.[ch]
12682                 fixed bug when compose window is under another window
12683         * src/prefs_common.[ch] src/compose.c
12684                 changed 'dictionary_path' to 'dictionary' to be consistent
12685                 dropped PSPELL_PATH macro (hard coded default to /usr/local/share/pspell)
12686         * ac/pspell.m4 src/Makefile.am 
12687                 dropped PSPELL_PATH macro
12688         * po/fr.po
12689                 updated translations
12690
12691 2001-09-21 [christoph]
12692
12693         * src/compose.c
12694                 added border around header fields
12695                 keep header type when new field is added
12696
12697 2001-09-20 [christoph]
12698
12699         * src/utils.[ch]
12700                 more portable debug_print with source filename
12701                 and linenumber
12702         * src/procmsg.c
12703                 more newlines after debug messages
12704
12705 2001-09-20 [paul]
12706
12707         * configure.in
12708                 change to version 0.6.2claws2
12709
12710         * sync with sylpheed 0.6.2cvs3
12711
12712 2001-09-19 [melvin]
12713
12714         * src/gtkspell.c
12715                 fixed the post-right-click focus pb
12716                 fixed crash when 'Spell check all' after dict change 
12717                         and when cursor is at the end of the text
12718                 shift-right-click pops up config menu even on misspelled words.
12719         * po/POTFILES.in
12720                 added gtkspell.c
12721
12722 2001-09-19 [melvin]
12723
12724         * src/about.c
12725                 added pspell to compiled-in features list
12726
12727 2001-09-18 [melvin]
12728
12729         * switched to pspell and dropped ispell
12730         * ac/pspell.m4
12731                 new file. autoconf macro for pspell
12732         * ac/Makefile.am 
12733         * configure.in acconfig.h
12734                 added pspell support
12735         * src/Makefile.am
12736         * src/main.c src/compose.[ch] src/gtkspell.[ch]
12737         * src/prefs_common.[ch] 
12738                 added pspell support
12739
12740 2001-09-18 [christoph]
12741
12742         * src/addr_compl.c
12743         * src/template.[ch]
12744                 replace LOG_MESSAGE with debug_print
12745         * src/compose.[ch]
12746                 gui improvements
12747         * src/menu.c
12748                 added newline after debug message
12749         * src/utils.h
12750                 using __VA_ARGS__ for debug_print macro
12751         * tools/.cvsignore
12752                 ignore Makefile and Makefile.in
12753
12754 2001-09-18 [paul]
12755
12756         * configure.in
12757                 change to version 0.6.2claws1
12758         * sync with sylpheed 0.6.2cvs1
12759
12760         * src/matcher.c 
12761         * src/prefs_matcher.c
12762                 add 'score equal to' option, submitted by
12763                 Paul Evans <nerd@freeuk.com>
12764
12765 2001-09-15 [christoph]
12766
12767         * src/mainwindow.c
12768                 comment out menu entry not existing in claws
12769         * src/menu.c
12770                 add debug output for non existing menu entries
12771         * src/summaryview.c
12772                 fix next/prev unread message for ignored threads
12773         * src/utils.[ch]
12774                 add sourcefile and line number to debug output
12775                 otherwise it is sometimes hard to find the
12776                 source code part if debug messages are translated
12777
12778 2001-09-14 [darko]
12779         
12780         * src/folderview.c
12781                 refresh target folder style after colour is changed
12782
12783 2001-09-13 [paul]
12784
12785         * configure.in
12786                 change to version 0.6.1claws3
12787
12788         * sync with sylpheed 0.6.1cvs6
12789
12790 2001-09-13 [darko]
12791         
12792         * src/folderview.c
12793                 fix target folder colourization to use user selected colour
12794
12795 2001-09-12 [darko]
12796         
12797         * src/summaryview.c
12798                 fix crash when message that is marked for copy/move is unmarked
12799
12800 2001-09-09 [paul]
12801
12802         * configure.in
12803                 change to version 0.6.1claws2
12804
12805         * sync with sylpheed 0.6.1cvs3
12806
12807 2001-09-09 [alfons]
12808         
12809         * src/folderview.c
12810                 fix bug with default font used for trash folder text
12811
12812 2001-09-06 [paul]
12813
12814         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
12815                 updated translations
12816
12817         * configure.in
12818                 change to version 0.6.1claws1
12819
12820         * sync with sylpheed 0.6.1cvs2
12821
12822 2001-09-03 [paul]
12823
12824         * po/POTFILES.in
12825                 add Match's new addressbook
12826
12827         * po/de.po
12828                 updated translation submitted by Jens Oberender
12829
12830 2001-09-02 [paul]
12831
12832         * configure.in
12833                 change to 0.6.1claws
12834         * sync with sylpheed 0.6.1 release
12835
12836 2001-09-02 [paul]
12837
12838         * configure.in
12839                 change to 0.6.0claws2
12840
12841         * sync with sylpheed 0.6.0cvs4
12842
12843         * po/pt_BR.po
12844                 updated translation submitted by Fabio Junior Beneditto
12845
12846 2001-09-01 [match]
12847         * pixmaps/
12848                 interface.xpm
12849                 book.xpm
12850                 address.xpm
12851         * src/
12852                 Makefile.am
12853                 a ton of new files
12854
12855 2001-08-31 [paul]
12856
12857         * configure.in
12858                 change to version 0.6.0claws1
12859
12860         * sync with sylpheed 0.6.0cvs1
12861
12862         * po/es.po
12863                 updated translation submitted by Ricardo Mones Lastra
12864
12865         * po/POTFILES.in
12866                 add 'src/prefs_templates.c'
12867
12868         * src/compose.c, src/summaryview.c
12869                 fix segfault on 'Re_edit'               
12870
12871 2001-08-30 [alfons]
12872
12873         * configure.in, Makefile.am
12874         * tools/Makefile.am
12875                 add tools directory to source distribution
12876
12877 2001-08-30 [paul]
12878
12879         * configure.in
12880                 change to version 0.6.0claws
12881
12882         * sync with sylpheed 0.6.0 release
12883
12884 2001-08-30 [christoph]
12885
12886         * configure.in
12887                 removed autoconf version check
12888
12889 2001-08-30 [paul]
12890
12891         * src/account.c, src/compose.c, src/prefs_common.[ch]
12892         * src/procheader.[ch] src/utils.[ch]
12893                 Enhanced automatic account selection on replies
12894                 Submitted by Melvin Hadasht <melvin.hadasht@free.fr>
12895
12896         * configure.in
12897                 add LDAP and JPilot to the configuration results output.
12898
12899 2001-08-29 [christoph]
12900
12901         * src/summeryview.c
12902                 no bold font for ignored threads
12903
12904 2001-08-29 [paul]
12905
12906         * configure.in
12907                 change to version 0.5.3claws6
12908
12909         * sync with sylpheed 0.5.3cvs10
12910                 src/stringtable.[ch]: New Files
12911
12912         * src/compose.c, src/gtkutils.c, src/gtkutils.h, src/mainwindow.c
12913         * src/pixmaps/sylpheed.xpm
12914                 add mini-icons to windows (by Alfons)
12915
12916 2001-08-27 [paul]
12917
12918         * src/mainwindow.c
12919                 new functions: next_labeled_cb(), prev_labeled_cb()
12920
12921         * src/summaryview.c
12922                 new functions: summary_find_next_labeled_msg(), summary_find_prev_labeled_msg(),
12923                 summary_select_next_labeled(), summary_select_prev_labeled()
12924
12925         * src/pixmaps/dir-close.xpm, src/pixmaps/dir-open.xpm, src/pixmaps/trash.xpm
12926                 give claws blue folders and a blue trash can
12927
12928 2001-08-27 [paul]
12929
12930         * configure.in
12931                 change to version 0.5.3claws5
12932
12933         * sync with sylpheed 0.5.3cvs9
12934                 src/labelcolors.[ch] renamed to src/colorlabel.[ch] 
12935
12936 2001-08-24 [christoph]
12937
12938         * src/filesel.c
12939                 keep filename when browsing directories
12940                 (not working for user entered filename, but
12941                  for default name and selected filename from
12942                  file list)
12943         * src/mainwindow.c
12944                 fixed wrong spelling "Folllow-up"
12945         * src/mbox_folder.c
12946         * src/procmsg.c
12947         * src/summaryview.c
12948                 fixed new/unread message count with ignored
12949                 threads (2 commits, first didn't notice no
12950                 longer needed decreasing)
12951         * src/inc.c
12952                 readded scrolling of progress dialog
12953                 (lost in sync)
12954
12955 2001-08-24 [paul]
12956
12957         * configure.in
12958                 change to 0.5.3claws4
12959
12960         * sync with sylpheed 0.5.3cvs7
12961
12962 2001-08-24 [christoph]
12963
12964         * src/compose.c
12965                 set request return receipt when replying
12966                 if it is set is the folder prefs of the
12967                 message
12968         * src/inc.c
12969                 disable final error popup if popups are
12970                 disabled in config (again)
12971
12972 2001-08-23 [paul]
12973
12974         * configure.in
12975                 Change version number to 0.5.3claws3
12976
12977         * sync with sylpheed 0.5.3cvs5
12978
12979         * src/mimeview.c
12980                 double quote '%s' in 'gedit %s' to fix bug when
12981                 opening attachment with spaces in the name
12982
12983 2001-08-22 [alte]
12984         * src/Makefile.am, src/compose.[ch], src/defs.h, src/mainwindow.c,
12985           src/prefs_templates.[ch], src/template.[ch], src/template_select.[ch]
12986                 initial message templates support
12987
12988
12989 2001-08-22 [paul]
12990
12991         * configure.in
12992                 change version number to 0.5.3claws2
12993
12994         * sync with sylpheed 0.5.3cvs4
12995
12996         * src/procmsg.h src/summaryview.c
12997                 re-implement (un)ignore thread
12998
12999 2001-08-21 [paul]
13000
13001         * src/summaryview.c
13002                 remove unnecessary code
13003         * src/compose.c
13004                 enable 'dynamic' signatures (submitted by
13005                 Eric Limpens <eric@hscg-internet.nl>)
13006
13007 2001-08-21 [paul]
13008
13009         clean up after sync with sylpheed 0.5.3 release
13010
13011         * src/folderview.c
13012                 fix re-introduced font mess, see Christoph's
13013                 entry 2001-06-24
13014
13015         * src/summaryview.c
13016                 remove prev_msgnum
13017                 use sylpheed's small font instead of
13018                 gtk default font for summary view
13019
13020
13021 2001-08-17 [paul]
13022
13023         * configure.in
13024                 add pl to ALL_LINGUAS - sync with main branch
13025
13026         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
13027                 Updated. Translations by Jens Oberender, Ricardo Mones
13028                 Lastra, Alfons, and Fabio Junior Beneditto respectively.
13029
13030         * po/pl.po  ** NEW FILE **
13031                 sync with the main branch
13032
13033         * src/folderview.c
13034                 fix target folder colorizing and refresh problem
13035
13036
13037 2001-08-17 [christoph]
13038
13039         * src/mainwindow.c
13040                 claws uses 4 colors for target folder coloring.
13041                 arrays were not long enough and destroyed the
13042                 stack causing a segfault.
13043                 target folder colorizing does not work anymore
13044                 for me
13045
13046 2001-08-16 [paul]
13047
13048         * configure.in
13049                 change to version 0.5.3claws1
13050
13051         * src/folder.h, src/folderview.[ch], src/gtkutils.[ch],
13052           src/inc.[ch], src/mainwindow.c, src/pop.c, src/prefs_account.c,
13053           src/prefs_common.[ch], src/summaryview.[ch], src/textview.c, src/utils.c
13054
13055                 sync with sylpheed 0.5.3 release, but keep claws method of
13056                 configuring/saving fonts
13057
13058         * src/addressbook.[ch]
13059                 rename addressbook_add_contact_by_menu() to addressbook_add_submenu()
13060                 in line with a similar change in Hiroyuki's branch
13061
13062         * src/mainwindow.[ch]
13063                 disable main_window_set_thread_option()
13064         * src/prefs_folder_item.c
13065                 comment out &tmps_prefs.enable_thread,
13066         * src/mbox_folder.c, src/procmsg.[ch]
13067                 comment out MSG_IS_IGNORE_THREAD
13068         * src/summaryview.c
13069                 comment out summary_ignore_thread() and summary_unignore_thread()
13070                 comment out MSG_IS_IGNORE_THREAD
13071
13072                 use Hiroyuki's threading instead.
13073
13074
13075
13076 2001-08-15 [paul]
13077
13078         * src/account.c
13079                 use Hiroyuki's 0.5.3 column scheme but also
13080                 include the enable/disable button.
13081         * src/pixmaps/mark.xpm
13082                 add Hiroyuki's amended pixmap
13083
13084 2001-08-13 [christoph]
13085
13086         * src/account.c
13087                 receive at get all column showed wrong state for APOP
13088                 button should only work for POP3 and APOP accounts
13089         * src/prefs_account.c
13090                 added missing preprocessor statement for SSL
13091
13092 2001-08-12 [paul]
13093
13094         * src/account.[ch]
13095                 add 'receive at get all' column and enable/disable
13096                 button.
13097
13098 2001-08-06 [christoph]
13099
13100         * src/account.c
13101                 show usage of SSL in protocol column
13102
13103         * src/imap.c
13104         * src/inc.c
13105                 renamed ssl options
13106
13107         * src/prefs_account.[ch]
13108                 moved ssl options to a new page
13109
13110         * src/send.c
13111         * src/smtp.c
13112         * src/ssl.[ch]
13113                 renamed ssl options
13114                 added support for SMTP STARTTLS command
13115
13116 2001-08-05 [christoph]
13117
13118         * configure.in
13119                 debian autoconf needs version check to find
13120                 correct autoconf version. if the file is
13121                 named configure.in 2.13 is used, which does
13122                 not work with this configure.in script.
13123                 other solution would be to rename the script
13124                 to configure.ac as suggested in the autoconf
13125                 manual.
13126
13127         * src/inc.c
13128                 disable final error popup if popups are
13129                 diabled in config
13130
13131         * src/socket.c
13132                 bugfix in ssl_gets
13133                 fixes IMAP over SSL problem
13134
13135 2001-08-03 [paul]
13136
13137         * configure.in
13138                 change to 0.5.2claws1
13139
13140         * sync with sylpheed 0.5.2cvs1
13141
13142 2001-08-02 [alfons]
13143
13144         * configure.in
13145                 quick fix for ispell detection...
13146
13147 2001-08-01 [paul]
13148
13149         * configure.in
13150                 change to 0.5.1claws4
13151
13152         * sync with sylpheed 0.5.1cvs7
13153
13154 2001-07-31 [alfons]
13155
13156         * src/prefs_common.c, src/prefs_common.h, 
13157           src/gtkspell.c, src/gtkspell.h
13158                 add global spelling checker settings (compose tab) +
13159                 selection of dictionary 
13160           
13161         * configure.in  
13162                 guess valid ispell location
13163
13164 2001-07-31 [paul]
13165
13166         * po/POTFILES.in
13167                 removal of 'src/quote_fmt_parse.c'
13168         * po/de.po
13169                 Updated de.po
13170                 (submitted by Jens Oberender <didge@suse.de>)
13171
13172 2001-07-31 [darko]
13173
13174         * src/folder.[ch]
13175         * src/folderview.[ch]
13176         * src/mainwindow.c
13177         * src/mh.c
13178         * src/prefs_common.[ch]
13179         * src/summaryview.c
13180                 target folder colourization
13181
13182 2001-07-30 [paul]
13183
13184         more sync with Sylpheed 0.5.1cvs6 
13185
13186 2001-07-30 [darko]
13187
13188         * src/mh.c
13189         * src/prefs_folder_item.[hc]
13190         * src/summaryview.c
13191                 shared folders support with a GUI
13192
13193 2001-07-29 [paul]
13194
13195         0.5.1claws3
13196
13197         * sync with Sylpheed 0.5.1cvs6
13198
13199 2001-07-29 [paul]
13200
13201         * po/pt_BR.po
13202                 updated
13203                 (submitted by Fabio Junior Beneditto)
13204
13205 2001-07-28 [paul]
13206
13207         * src/procmime.c
13208         * AUTHORS
13209                 patch to correct bad image mime headers
13210                 (submitted by Don Quijote <dq@searchlores.org>)
13211
13212 2001-07-28 [paul]
13213
13214         * tools/gif2xface.pl   **NEW FILE**
13215         * tools/README
13216                 script to convert file.gif to file.xface for
13217                 use in a custom header.
13218                 (submitted by Ricardo Mones Lastra <mones@aic.uniovi.es>)
13219
13220 2001-07-27 [alfons]
13221         
13222         * configure.in
13223                 change macros for detecting JPilot and LDAP
13224
13225 2001-07-27 [christoph]
13226
13227         * src/filtering.c
13228                 code cleanup (MIN / MAX warning, needed casting)
13229
13230 2001-07-27 [alfons]
13231
13232         * procheader.c
13233                 disallow setting flags when detecting certain headers
13234                 (X-Status, Status, Seen, X-Seen). 
13235         
13236         * sync with Hiroyuki's Sylpheed 0.5.1cvs5
13237
13238 2001-07-27 [christoph]
13239
13240         * src/prefs_filter.c
13241         * src/prefs_filtering.c
13242         * src/prefs_matcher.c
13243         * src/prefs_scoring.c
13244                 scroll list when moving rows up or down
13245
13246         * src/imap.c
13247         * src/imap.h
13248         * src/prefs_account.c
13249         * src/prefs_account.h
13250         * src/send.c
13251                 SMTP over SSL (untested, feedback requested)
13252                 IMAP over SSL
13253
13254         * src/ssl.c
13255                 code cleanup
13256
13257 2001-07-26 [alfons]
13258         
13259         * configure.in, acconfig.h
13260                 define CLAWS (need this for main / claws detection)
13261
13262 2001-07-25 [alfons]
13263
13264         * configure.in
13265                 Sylpheed 0.5.1claws2
13266                 
13267         * sync with Sylpheed 0.5.1cvs4
13268
13269 2001-07-25 [christoph]
13270
13271         * src/scoring.c
13272                 fixed segfault
13273                 item->prefs == NULL (don't know why)
13274
13275 2001-07-25 [alfons]
13276
13277         * configure.in
13278                 Sylpheed 0.5.1claws1
13279
13280         * sync with Sylpheed 0.5.1cvs1-3
13281
13282 2001-07-24 [christoph]
13283
13284         * src/folderview.c
13285         * src/prefs_folder_item.[ch]
13286                 added folderitem preferences dialog with
13287                 default To: and auto request return receipt
13288
13289         * src/compose.[ch]
13290         * src/menu.[ch]
13291                 changes to handle new folderitem preferences
13292
13293         * src/mainwindow.c
13294         * src/summaryview.c
13295                 call compose new mail with current folderitem
13296
13297 2001-07-24 [alfons]
13298
13299         Release Sylpheed 0.5.1claws
13300
13301         * configure.in
13302                 change to release version 0.5.1claws
13303
13304 2001-07-24 [christoph]
13305
13306         * src/summaryview.c
13307                 fixed segfault that happend when the selected
13308                 message was removed while retrieving new messages.
13309
13310         * po/es.po
13311                 updated translation
13312                 (submitted by Ricardo Mones Lastra <mones@trasgu.aic.uniovi.es>)
13313
13314 2001-07-22 [alfons]
13315
13316         add English User Manual for Sylpheed by Paul Kater (paul@nlpagan.net).
13317         this is a work in progress, for more information: http://nlpagan.net/sylman 
13318         
13319         * configure.in, src/mainwindow.c, manual/Makefile.am
13320                 add support for English manual
13321
13322         * AUTHORS
13323                 add authors of user manuals
13324
13325         * manual/en/sylpheed*.html
13326                 add English documentation
13327
13328 2001-07-22 [christoph]
13329
13330         * po/POTFILES.in
13331                 added src/ssl.c
13332         * src/ssl.c
13333                 changed a wrong debug message
13334
13335 2001-07-22 [alfons]
13336
13337         * po/nl.po
13338                 update Dutch translation
13339
13340         * src/prefs_filtering.c, 
13341           src/prefs_matcher.c
13342                 add more translatable strings           
13343
13344 2001-07-21 [alfons]
13345
13346         0.5.0claws7
13347
13348         * configure.in
13349                 change version
13350
13351         * src/inc.c, src/summaryview.[ch]
13352                 prevent update of mark file when filtering has done, by
13353                 using a variable; this affects two functions:
13354                         inc.c::inc_finished()
13355                         summaryview.c::summary_show()
13356
13357 2001-07-20 [alfons]
13358
13359         * src/filtering.[ch], src/prefs_filtering.c, 
13360           src/matcher.[ch]
13361                 add filtering action for label coloring 
13362
13363         * po/POTFILES.in
13364                 add labelcolors.c
13365
13366         * added src/labelcolors.c
13367         * added src/labelcolors.h
13368         * src/Makefile.am, src/summaryview.c
13369                 rearrange label coloring code
13370
13371         * src/procmsg.h
13372                 add more parentheses so label colouring works correctly
13373
13374         * src/filtering.c
13375                 don't really delete message, but move it to Trash
13376
13377         * src/prefs_matcher.c
13378                 add quote options to info dialog
13379
13380 2001-07-20 [christoph]
13381
13382         * src/Makefile.am
13383         * src/inc.c
13384         * src/main.[ch]
13385         * src/socket.h
13386         * src/ssl.[ch] (new)
13387                 moved ssl stuff to a seperate file
13388
13389 2001-07-20 [darko]
13390
13391         * src/summaryview.c
13392                 fix show sender using address book with no e-mail
13393                 address in From: field
13394
13395 2001-07-19 [alfons]
13396
13397         * src/matcher.[ch], src/filtering.c, src/prefs_filtering.c
13398                 fix messy handling of escaping... now at least the
13399                 execute command is useful. escape char is '\', we
13400                 accept \n and \r too. 
13401
13402                 Real life example:
13403                 
13404                 subject match "GIMME YOUR FILTERS" execute "mail -s \"%f don\'t hurt me, please!\" %f < ~/.sylpheed/filteringrc
13405                 subject match "GIMME YOUR FILTERS" execute "mail -s \"mommy, mommy, %f is being mean!\" admin < %F
13406
13407 2001-07-18 [alfons]
13408
13409         0.5.0claws6
13410
13411         * src/summaryview.c
13412                 clean up
13413
13414         * src/matcher.c, src/filtering.[ch], src/inc.c, src/mbox.c,
13415           src/procmsg.[ch]
13416                 revise filtering; currently move, copy, marking have
13417                 been tested. if you like bleeding edge stuff, you
13418                 should definitely go for this version :)
13419
13420         * mark old working stuff as VERSION_0_5_0_CLAWS5        
13421
13422 2001-07-17 [christoph]
13423
13424         * src/utils.c
13425                 timestamp log
13426
13427 2001-07-17 [alfons]
13428
13429         0.5.0claws5
13430
13431         * sync with Hiroyuki's 0.5.0cvs5; this version allows us to put more 
13432           bits in the mark file, without affecting either branch. Lots of
13433           files changed, also in claws branch.
13434
13435           UNTESTED: use of mbox folders
13436
13437         * src/summaryview.c
13438                 added mark all read; however this was a quick hack used for
13439                 cleaning up mess after initial merge with Hiroyuki
13440
13441         * configure.in
13442                 change claws version number back to 0.5.0claws5 to clear up 
13443                 confusion & pretension (recent release was technically 
13444                 0.5.0claws4, so we neatly align with Hiroyuki :-)
13445
13446 2001-07-16 [alfons]
13447
13448         sync with Hiroyuki's 0.5.0cvs4
13449
13450 2001-07-16 [alfons]
13451
13452         0.5.1claws3
13453
13454         * src/filtering.[ch]
13455                 remove invalid updating of mark files for 
13456                 filter actions MATCHING_ACTION_MOVE and 
13457                 MATCHING_ACTION_DELETE; this should fix the
13458                 folder update bug
13459                 
13460         * src/procmsg.c
13461                 revert Christoph's stab at fixing the folder 
13462                 update bug
13463
13464         * po/POTFILES.in
13465                 add missing files with translatable strings
13466
13467         * src/summaryview.c
13468                 remove debug print
13469
13470 2001-07-15 [alfons]
13471
13472         * src/addr_compl.[ch], src/prefs_filtering.c
13473                 make "filtering pref dialog's destination entry" an
13474                 "address completable entry", if filter destination is 
13475                 an email address
13476
13477         0.5.1claws2
13478         
13479         sync with Hiroyuki's 0.5.0cvs2-3
13480
13481 2001-07-15 [christoph]
13482
13483         * src/procmsg.c
13484                 fixed folder stats update after incorporation
13485
13486 2001-07-15 [alfons]
13487
13488         * src/summaryview.c
13489                 * finish label colouring stuff (for now)
13490                 * fix incorrect colour bug (off by one) 
13491
13492 2001-07-14 [alfons]
13493
13494         * src/mainwindow.c
13495                 change text labels for news and mail message so there's
13496                 plenty of toolbar estate left
13497
13498         * configure.in
13499                 0.5.1claws1
13500
13501         * src/folderview.c
13502           src/folder.[ch]
13503                 sync with Hiroyuki's 0.5.0cvs1
13504
13505         * src/summaryview.c
13506                 more rewrite label colouring
13507
13508 2001-07-14 [alfons]
13509
13510         * src/summaryview.[ch]
13511                 * start rewrite label colouring 
13512                 * fix proper location "Add Sender To Addressbook" menu item
13513
13514 2001-07-13
13515
13516         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
13517         (actually this is 0.5.0claws4)
13518
13519 2001-07-13 [alfons]
13520
13521         * po/pt_BR.po
13522                 * fix duplicate message
13523                 * add updated Portugese / Brazilian translation
13524                   submitted by Fabio Junior Beneditto
13525
13526 2001-07-12 [alfons]
13527
13528         * AUTHORS
13529                 add Jens
13530
13531         * po/nl.po
13532                 add updated Dutch translation
13533
13534         * po/de.po
13535                 add updated German translation submitted by Jens
13536
13537 2001-07-11 [alfons]
13538
13539         Prerelease before 0.5.0claws. Please test.
13540         This version is temporarily tagged as VERSION_0_5_0_TEST
13541
13542         * src/matcher.[ch], src/summaryview.c, src/scoring.[ch]
13543           src/prefs_scoring.c, src/prefs_matcher.c, 
13544           src/prefs_filtering.c, src/mbox.c, 
13545           src/main.c, src/inc.c, src/filtering.[ch]
13546                 revert new Hoa's new matcher (does not work yet)
13547
13548         * src/Makefile.am
13549                 clean up
13550
13551 2001-07-10
13552
13553         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
13554
13555
13556 2001-07-10 [alfons]
13557
13558         * Makefile.am
13559                 add ChangeLog.claws to EXTRA_DIST
13560         * src/Makefile.am
13561                 add matcher_parser_parse.h to EXTRA_DIST
13562
13563 2001-07-10 [christoph]
13564
13565         * src/inc.c
13566                 add destination folder to table of
13567                 folders that need to be updated after
13568                 incorporation
13569
13570 2001-07-10 [alfons]
13571
13572         * folder.[ch]
13573           folderview.c
13574                 make collapse state of folders and folder items persistent, i.e.
13575                 if you collapse a folder tree, the next time sylpheed-claws starts 
13576                 up the folder tree remains collapsed.  
13577                 
13578 2001-07-10 [christoph]
13579
13580         * acconfig.h
13581         * configure.in
13582                 added --enable-ssl
13583         * src/md5.[ch]
13584                 renamed MD5_CTX to MD5_CTX_syl
13585                 conflicts with a struct in openssl
13586         * src/inc.c
13587         * src/main.[ch]
13588         * src/prefs_account.[ch]
13589         * src/socket.[ch]
13590                 SSL support for POP
13591         * src/mainwindow.c
13592                 fixed compose with current account
13593                 broken by new compose button stuff
13594
13595 2001-07-09 [hoa]
13596
13597         * AUTHORS
13598                 changed my email address
13599
13600         * src/matcher_parser_parse.y
13601                 clean the parser to remove conflicts
13602
13603 2001-07-09 [alfons]
13604
13605         * AUTHORS
13606                 add Match Grun
13607
13608         * configure.in
13609                 fix incorrect description of --enable-ldap parameter
13610
13611         * src/prefs_common.[ch]
13612           src/compose.c
13613                 add experimental option "smart wrapping" which makes the
13614                 compose editor auto wrap.
13615                 
13616                 | TODO: the problem with the buggy cursor handling is caused |
13617                 | by the GtkText. when deleting / backspacing text its       |
13618                 | wrapping algorithm does not take in account the previous   |
13619                 | line. should find a way to hack this in.                   |
13620                 | or should perhaps combine this with the word wrapping      |
13621                 | patch i wrote in january.                                  |
13622
13623         * src/about.c
13624                 show build parameters for LDAP and JPilot
13625
13626         * src/summaryview.c
13627                 revert Christoph's bugfix for selecting next unread message, 
13628                 because folder stats aren't updated correctly
13629
13630 2001-07-08 [hoa]
13631
13632         * src/filtering.c
13633         * src/mainwindow.c
13634         * src/matcher.c
13635         * src/matcher_parser_lex.l
13636         * src/matcher_parser_parse.y
13637         * src/prefs_filtering.c
13638         * src/prefs_scoring.c
13639         * src/scoring.c
13640                 bugfix of the config file parser
13641
13642 2001-07-08 [alfons]
13643
13644         * src/Makefile.am
13645                 added generated matcher sources to BUILT_SOURCES
13646
13647 2001-07-08 [hoa]
13648
13649         * src/Makefile.am
13650         * src/.cvsignore
13651                 added new config file parser
13652
13653         * src/scoring.[ch]
13654         * src/filtering.[ch]
13655         * src/matcher.[ch]
13656         * src/prefs_filtering.c
13657         * src/prefs_matcher.c
13658         * src/prefs_scoring.c
13659         * added src/matcher_parser.h
13660         * added src/matcher_parser_lex.h
13661         * added src/matcher_parser_lex.l
13662         * added src/matcher_parser_parse.y
13663                 lex & yacc config file parser
13664
13665         * src/mbox.c
13666         * src/inc.c
13667         * src/main.c
13668                 changes prefs_filtering into global_filtering           
13669
13670         * src/summaryview.c
13671                 build threads with subjects only if "Re: " is at the
13672                 beginning of the subject
13673
13674 2001-07-07 [paul]
13675
13676         0.5.0claws
13677
13678         sync with sylpheed 0.5.0
13679                 change of version number only
13680
13681 2001-07-06 [paul]
13682
13683         0.5.0claws5
13684
13685         sync with sylpheed 0.5.0pre5
13686
13687 2001-07-05 [paul]
13688
13689         sync with sylpheed 0.5.0pre4 release
13690                 /po and /manual/ja not sync'ed
13691
13692 2001-07-04 [paul]
13693
13694         more sync with sylpheed 0.5.0pre4
13695
13696 2001-07-03 [christoph]
13697
13698         * src/addressbook.c
13699                 fixed address book broken by address book
13700                 for VCard, JPilot, LDAP
13701
13702 2001-07-03 [alfons]
13703
13704         * src/matcher.c
13705         * src/textview.c
13706                 stopped memory leaks
13707
13708 2001-07-03 [paul]
13709
13710         more sync with sylpheed 0.5.0pre4
13711
13712 2001-07-02 [match]
13713
13714         * included address book patch for VCard, JPilot, LDAP
13715         * pref_common.c - fixed Font options on Display tab (cosmetic)
13716         * alertpanel.c - fixed truncated message
13717
13718 2001-07-02 [christoph]
13719
13720         * src/mbox_folder.c
13721         * src/procmsg.[ch]
13722         * src/summaryview.c
13723                 mark threads for ignoring
13724
13725 2001-07-02 [paul]
13726
13727         0.5.0claws4
13728
13729         * sync with sylpheed 0.5.0pre4
13730                 updated gettext to 0.10.38.
13731
13732 2001-07-01 [paul]
13733
13734         * src/ mainwindow.c
13735         * src/procmsg.h
13736         * src/summaryview.[ch]
13737                 new right-click option: Label.
13738                 substitute for 'Mark-->Mark/Unmark', colours the line.
13739                 (submitted by Satoshi Nagayasu <snaga@snaga.org>)
13740
13741 2001-07-01 [christoph]
13742
13743         * src/folderview.c
13744                 fixed font for trash
13745         * src/summaryview.c
13746                 move ctree to unread message
13747
13748 2001-07-01 [paul]
13749
13750         * sync with sylpheed 0.5.0pre3 release
13751
13752 2001-06-30 [alfons]
13753
13754         * src/filesel.[ch]
13755         * src/compose.c
13756                 allow inserting / attaching multiple files in
13757                 the composer window
13758
13759 2001-06-30 [paul]
13760
13761         * src/codeconv.c
13762                 small change to Alfons' previous stuff so that it
13763                 actually makes
13764
13765 2001-06-30 [alfons]
13766
13767         * lots of files changed; first attempt to merge the changes
13768           and bugfixes submitted by Andre Eibel (ae@baltic-online.de).
13769
13770 2001-06-30 [paul]
13771
13772         * po/pt_BR.po
13773                 updated and completed, translations by Fabio
13774                 Junior Beneditto <fjbeneditto@yahoo.com.br>
13775
13776 2001-06-29 [alfons]
13777
13778         * src/compose.c
13779         * src/mimeproc.[ch]
13780                 allow selecting an attached files' mime type from a 
13781                 list of types.
13782
13783 2001-06-29 [paul]
13784
13785         * more sync with sylpheed 0.5.0pre3
13786
13787 2001-06-29 [paul]
13788
13789         * po/pt_BR.po
13790                 merge with sylpheed.pot and pt_BR.po provided by
13791                 Fabio Junior Beneditto.
13792
13793 2001-06-29 [darko]
13794
13795         * src/procmime.c
13796                 make MIME types case insensitive
13797
13798 2001-06-28 [alfons]
13799
13800         * po/nl.po
13801                 merge with sylpheed.pot and old nl.po; translations added.
13802
13803 2001-06-28 [paul]
13804
13805         * more sync with sylpheed 0.5.0pre3
13806
13807 2001-06-27 [alfons]
13808
13809         * src/summaryview.c
13810                 don't crash when removing parent node of messages
13811                 attracted by subject. this was caused by not deleting
13812                 the parent node from the subject line hash table.
13813
13814 2001-06-27 [alfons]
13815
13816         * src/summaryview.c
13817         * src/compose.[ch]
13818         * src/mainwindow.c
13819                 if there are multiple messages selected, allow forwarding
13820                 them as attachments.
13821
13822 2001-06-27 [paul]
13823
13824         * more sync with sylpheed 0.5.0pre3
13825
13826 2001-06-26 [paul]
13827
13828         0.5.0claws3
13829
13830         * sync with sylpheed 0.5.0pre3
13831
13832 2001-06-25 [paul]
13833
13834         * src/mainwindow.c
13835                 fixed 'compose news article' bug
13836                 from icon-and-text toolbar
13837
13838 2001-06-25 [paul]
13839
13840         * sync with sylpheed 0.5.0pre2 release
13841
13842 2001-06-24 [christoph]
13843
13844         * src/prefs_common.c
13845                 bug fix in font selection
13846         * src/folderview.c
13847                 use sylpheed's normal font instead of
13848                 gtk default font for folders without
13849                 new messages
13850
13851 2001-06-24 [alfons]
13852
13853         * src/mainwindow.[ch]
13854                 added composite compose mail / news button (an idea by Leandro
13855                 Pereira <leandro@linuxmag.com.br>)
13856
13857 2001-06-24 [paul]
13858
13859         Added instructions for ldif-to-xml.py
13860
13861         * tools/README
13862
13863 2001-06-23 [alfons]
13864
13865         Some minor things.
13866
13867         * src/pixmaps/stock_news_compose.xpm
13868                 added pixmap by Leandro
13869         * src/prefs_common.c
13870                 tested built-in spelling checker of GCC 3.0 :)
13871         * po/nl.po
13872                 merged dutch translation of sylpheed-main with
13873                 sylpheed.pot
13874
13875 2001-06-23 [paul]
13876
13877         Added tools directory and files.
13878
13879         * tools/filter_conv.pl
13880                 converts old filter system to new filtering system
13881         * tools/ldif-to-xml.py
13882                 converts netscape addressbook to sylpheed addressbook
13883         * tools/README
13884                 descriptions/instructions for above two files
13885
13886 2001-06-23 [christoph]
13887
13888         * src/inc.c
13889         * src/manage_window.[ch]
13890         * src/prefs_common.[ch]
13891                 mail retrieval dialog can be enabled, disabled
13892                 or hidden if non of sylpheed's windows is active
13893
13894 2001-06-22 [paul]
13895
13896         0.5.0claws2
13897
13898         * sync with sylpheed 0.5.0pre2
13899
13900 2001-06-21 [christoph]
13901
13902         * src/summaryview.c
13903                 show recipient on 'from' for all accounts
13904                 
13905         * src/inc.c
13906         * src/prefs_common.[ch]
13907                 disable error popup on mail receive errors
13908
13909 2001-06-21 [alfons]
13910
13911         * src/compose.c
13912                 made the ruler correctly appear and disappear.
13913
13914         * src/Makefile.am
13915                 removed Hoa's work-in-progress-stuff (interesting!) so 
13916                 claws compiles ok.
13917
13918 2001-06-20 [christoph]
13919
13920         * src/inc.c
13921         * src/progressdialog.c
13922                 added scrolled window for list in progressdialog
13923
13924 2001-06-20 [paul]
13925
13926         sync with sylpheed 0.5.0pre1 release
13927
13928 2001-06-20 [christoph]
13929
13930         * src/summeryview.c
13931                 make building threads by subject work when
13932                 thread view is enabled
13933                 
13934         * src/compose.c
13935         * src/prefs_common.[ch]
13936                 automatically select account for mail replys
13937
13938 2001-06-19 [sergey]
13939
13940         * src/compose.c (compose_create): keep Bcc and Reply-To visible if
13941         they are filled in from the account settings.
13942
13943 2001-06-19 [paul]
13944
13945         * more sync with sylpheed 0.5.0pre1
13946
13947 2001-06-18 [alfons]
13948
13949         * src/Makefile.am,
13950           src/procmime.c
13951                 added --sysconfdir to CPPFLAGS for pointing to the correct
13952                 location of mime.types. 
13953
13954                 NOTE: make sure you use --sysconfdir when running ./autogen.sh
13955                 or ./configure!
13956
13957 2001-06-18 [hoa]
13958
13959         * src/summaryview.c
13960                 fixed some bug when building threads
13961
13962 2001-06-18 [pau]l
13963
13964         * src/prefs_account.c
13965                 UI stuff: More changes to the English
13966
13967 2001-06-18 [paul]
13968
13969         * src/pixmaps/stock_news_compose.xpm: new file
13970         * src/Makefile.am
13971         * src/mainwindow.c
13972         * src/summaryview.c
13973                 Added new icon for Hoa's 'compose a news
13974                 message', plus minor improvements to the
13975                 English
13976
13977         * po/ja.po
13978         * ChangeLog
13979         * ChangeLog.jp
13980                 more sync with sylpheed 0.5.0pre1
13981
13982 2001-06-18 [hoa]
13983
13984         * src/compose.[ch]
13985         * src/mainwindow.c
13986                 Follow-up and reply to
13987
13988         * src/summaryview.[ch]
13989                 Build threads also with subjects
13990
13991 2001-06-17 [hoa]
13992
13993         * src/compose.c
13994                 forwarding use the current account.
13995
13996         * src/mainwindow.c
13997                 the "compose message" button has been replaced with
13998                 "new mail" and "new news" buttons
13999
14000         * src/prefs_common.[ch]
14001                 added a configuration option to use the forward button
14002                 as "forward as attachment"
14003                 changed reply and forward format description
14004
14005         * src/quote_fmt_lex.l
14006         * src/quote_fmt_parse.y
14007                 added message with no signature in format for reply
14008                 and forward.
14009
14010 2001-06-17 [paul]
14011
14012         Minor UI stuff
14013
14014         * src/mainwindow.c
14015         * src/summaryview.c
14016                 Improvements to the English
14017
14018         * src/prefs_common.c
14019                 Improvements to the English and some
14020                 clarity/continuity improvements in the
14021                 description of Quote symbols.
14022
14023 2001-06-17 [paul]
14024
14025         0.5.0claws1
14026
14027         * sync with sylpheed 0.5.0pre1
14028
14029 2001-06-17 [hoa]
14030
14031         * src/compose.c
14032                 Better interface for compose, displayed fields
14033                 are updated whenever we change account.
14034                 Newsgroups field is automatically filled.
14035
14036         * src/mainwindow.c
14037                 Newsgroups field is automatically filled.
14038
14039         * src/prefs_account.c
14040                 Some interface stuff when fields appear and
14041                 disappear.
14042
14043 2001-06-16 [paul]
14044
14045         0.4.99claws
14046
14047         * sync with sylpheed 0.4.99
14048
14049 2001-06-16 [sergey]
14050
14051         * src/base64.c, src/base64.h (Base64Decoder, base64_decoder_new,
14052         base64_decoder_free, base64_decoder_decode): new object and
14053         functions for decoding base64 streams.
14054         * src/procmime.c (procmime_decode_content): modified to use the
14055         new base64 decoder.
14056
14057 2001-06-15 [paul]
14058
14059         0.4.99claws10
14060
14061         * sync with sylpheed 0.4.99cvs11
14062
14063 2001-06-13 [paul]
14064
14065         0.4.99claws9
14066
14067         * sync with sylpheed 0.4.99cvs9
14068
14069 2001-06-13 [hoa]
14070
14071         * src/compose.c
14072         * src/prefs_account.c
14073
14074                 SMTP server can be defined in the news account
14075                 mime type of attachment are kept.
14076
14077         * src/summaryview.c
14078
14079                 now choose the highest important score between default
14080                 and important score of folder.
14081
14082 2001-06-09 [alfons]
14083         
14084         * src/prefs_common.c: 
14085
14086                 (prefs_quote_description_create): corrected description of 
14087                 quote format characters
14088
14089 2001-06-09 [paul]
14090
14091         0.4.99claws8
14092
14093         * sync with sylpheed 0.4.99cvs8
14094
14095 2001-06-08 [sergey]
14096
14097         * src/Makefile.am: fix for "make dist": added quote_fmt_parse.h
14098         and pixmaps/stock_mail_reply_to_author.xpm to EXTRA_DIST.
14099
14100 2001-06-08 [paul]
14101
14102         0.4.99claws7
14103
14104         * sync with sylpheed 0.4.99cvs7
14105
14106 2001-06-06 [sergey]
14107
14108         * src/quote_fmt.h: renamed from src/quote_fmt_parse.h (which
14109         clashes with autogenerated header).
14110         * src/compose.c, src/quote_fmt_parse.y: #include "quote_fmt.h"
14111         * src/Makefile.am: added quote_fmt.h.
14112         * src/.cvsignore: added lex/yacc autogenerated files
14113         (quote_fmt_lex.c, quote_fmt_parse.c, quote_fmt_parse.h).
14114
14115 2001-06-06 [paul]
14116
14117         0.4.99claws6
14118
14119         * sync with sylpheed 0.4.99cvs6
14120
14121 2001-06-06 [hoa]
14122
14123         * added src/quote_fmt_parse.h
14124         * src/compose.c
14125                 removed warnings
14126
14127         * src/prefs.[ch]
14128                 don't modify readonly configuration files
14129
14130         * src/prefs_account.c
14131         * src/prefs_common.c
14132         * src/prefs_customheader.c
14133         * src/prefs_display_header.c
14134         * src/prefs_filter.c
14135         * src/prefs_filtering.c
14136         * src/prefs_scoring.c
14137                 don't open dialog box when configuration files
14138                 are readonly
14139
14140 2001-06-05 [sergey]
14141
14142         * configure.in: added AM_PROG_LEX and AC_PROG_YACC.
14143
14144         * src/Makefile.am: replaced quote_fmt.tab.[ch] by
14145         quote_fmt_lex.[lh], quote_fmt_parse.y; added YFLAGS=-d; added
14146         BUILT_SOURCES to make all files rebuild properly.
14147
14148         * src/compose.c: removed #include "quote_fmt.tab.h".
14149
14150         * src/quote_fmt_lex.l: renamed from quote_fmt.l; changed to return
14151         CHARACTER value in yylval.
14152
14153         * src/quote_fmt_parse.y: renamed from quote_fmt.y; changed to
14154         receive CHARACTER value by documented means (yylval).
14155
14156         * src/lex.quote_fmt.c, src/quote_fmt.{l,y,tab.{c,h}}: removed.
14157
14158 2001-06-05 [hoa]
14159
14160         * src/Makefile.am
14161                 changed quote_fmt.[ch] into quote_fmt.tab.[ch]
14162
14163         * src/filtering.c
14164         * src/matcher.c
14165         * src/matcher.h
14166         * src/prefs_filtering.c
14167                 now keep the configuration for execute action
14168
14169         * src/mbox_folder.c
14170                 fixed a warning
14171
14172 2001-06-05 [paul]
14173
14174         * sync with sylpheed 0.4.99cvs5
14175
14176 2001-06-05 [hoa]
14177
14178         * src/Makefile.am
14179                 added quote_fmt.[ch]
14180
14181         * added src/quote_fmt.y
14182         * added src/quote_fmt.l
14183         * added src/quote_fmt.tab.h
14184         * added src/quote_fmt.tab.c
14185         * added src/lex.quote_fmt.c
14186                 parsing configuration for replying
14187                 and forwarding
14188
14189         * src/prefs_common.[ch]
14190                 added configuration UI for replying
14191                 and forwarding
14192
14193         * src/compose.c
14194                 using configuration for replying
14195                 and forwarding
14196
14197 2001-06-04 [hoa]
14198
14199         * src/filtering.c
14200         * src/matcher.c
14201         * src/matcher.h
14202         * src/prefs_filtering.c
14203         * src/prefs_matcher.c
14204         * src/prefs_matcher.h
14205                 action "run a command" for filtering
14206                 and matching with a command.
14207                 fixed the "whole message" matching
14208
14209         * src/mbox_folder.c
14210                 changed temporary filename for security
14211
14212         * src/messageview.c
14213                 queue the notification if it fails to send.
14214
14215         * src/prefs_common.c
14216         * src/prefs_folder_item.c
14217                 changed the default important score             
14218
14219         * src/prefs_scoring.c
14220         * src/scoring.c
14221                 hide kill score input when the folder is not
14222                 a newsgroup
14223
14224 2001-06-03 [alfons]
14225
14226         * src/prefs_common.c:
14227
14228                 (prefs_font_select): pass font name in font entry box to font
14229                 selection dialog.
14230
14231 2001-06-03 [sergey]
14232
14233         * src/smtp.c (smtp_ok): fixed sock_gets() error handling.
14234
14235 2001-06-03 [paul]
14236
14237         * sync with sylpheed 0.4.99cvs4
14238
14239 2001-06-03 [alfons]
14240
14241         * src/headerwindow.c:
14242
14243                 (headerwindow_show_cb): use the selected summary view item, not
14244                 the displayed item.
14245
14246 2001-06-02 [alfons]
14247
14248         * src/headerwindow.c:
14249
14250                 (headerwindow_show_cb): always try to show msginfo
14251
14252 2001-06-02 [hoa]
14253
14254         * src/compose.c
14255                 keep attached parts when reediting or forwarding.
14256
14257 2001-06-01 [hoa]
14258
14259         * src/folderview.c
14260         * src/prefs_folder_item.[ch]
14261         * src/prefs_scoring.[ch]
14262         * src/scoring.[ch]
14263         * src/summaryview.[ch]
14264         * src/main.c
14265         * src/mainwindow.c
14266         * src/prefs_common.[ch]
14267                 support for folder scoring
14268                 kill score and important score for messages
14269         
14270         * src/prefs_account.c
14271                 some display bug fixed for local account
14272                 preferences
14273
14274 2001-05-31 [alfons]
14275
14276         * src/summaryview.c:
14277
14278                 (add_sender_to_cb): don't crash when no or invalid sender; the add 
14279                 sender to address book menu item is disabled.
14280
14281 2001-05-30 [hoa]
14282
14283         * src/filtering.[ch]
14284         * src/summaryview.c
14285                 handling summary menu / filter messages
14286
14287         * src/folder.[ch]
14288                 add some stuff
14289
14290         * src/foldersel.c
14291                 imap folders now appears in list
14292
14293         * src/mbox_folder.c
14294                 doesn't crash if destination mail is not writeable
14295
14296 2001-05-29 [hoa]
14297
14298         * src/compose.c
14299                 removed some warnings
14300
14301         * src/filtering.c
14302         * src/folder.[ch]
14303         * src/prefs_filtering.c
14304                 global string to identify any folders           
14305                 removed some debug info
14306                 filtering to mbox folders is now possible
14307
14308         * src/mainwindow.c
14309                 removed some warnings
14310
14311         * src/mbox_folder.c
14312                 permission on files are changed to read/write for user only,
14313                 nothing for other.
14314                 creation of subfolder is handled better.
14315
14316 2001-05-28 [alfons]
14317
14318         Verified the sync for src/prefs_common.[ch] and
14319         src/prefs_account.[ch]. I believe there were some
14320         minor indentation differences.
14321
14322 2001-05-28 [paul]
14323
14324         0.4.99claws3
14325
14326         * sync with 0.4.99cvs3
14327
14328 2001-05-28 [hoa]
14329
14330         * src/compose.c
14331                 handling flags for mbox format
14332
14333         * src/filtering.c
14334                 use of mark file only for MH format
14335                 handling flags for mbox format
14336                 filtering cannot yet move or copy mails to mbox folders.
14337
14338         * src/folder.[ch]
14339                 changed move_msg, copy_msg,
14340                 move_msgs_with_dest, copy_msgs_with_dest functions
14341                 uses only folder->copy_msg() function
14342                 uses folder->finished_copy() to handle the destination
14343                 folder at the end of the copy or move operation.
14344
14345         * src/foldersel.c
14346                 included mbox directories.
14347
14348         * src/folderview.[ch]
14349         * src/mainwindow.c
14350                 handle folders operation for mbox format
14351
14352         * src/mbox.c
14353                 disable conversion of "From " header
14354
14355         * src/mbox_folder.[ch]
14356                 completion of mbox format handling
14357
14358         * src/mh.c
14359                 changed mh_copy_msg() function and
14360                 removed mh_move_msg(), mh_move_msgs_with_dest(),
14361                 mh_copy_msgs_with_dest()
14362
14363         * src/prefs_filtering.c
14364                 removed some warnings
14365
14366         * src/prefs_matcher.c
14367                 default boolean operation is AND
14368
14369         * src/procheader.c
14370                 handling flags for mbox format
14371                 handling of "From " header
14372
14373         * src/procmsg.[ch]
14374                 removed data field
14375                 added MSG_REALLY_DELETED flags to handle deletion of
14376                 messages in mbox format.
14377
14378         * src/summaryview.c
14379                 handling flags for mbox format
14380                 disable the MSG_DELETED flags when messages
14381                 are deleted in mbox format
14382
14383         * src/textview.c
14384                 "From " headers display fixed.
14385
14386 2001-05-27 [alfons]
14387
14388         * src/textview.c:
14389                 
14390                 (get_email_part): skip quoted email addresses, like in e.g.
14391                 "'alfons@proteus.demon.nl'".
14392
14393 2001-05-26 [alfons]
14394
14395         Minor GUI fixes adding horizontal scrollbars to Hoa's matcher dialogs,
14396         and fixing the persistence troubles when using separate windows.
14397
14398         * src/mainwindow.c:
14399         
14400             Added #define SEPARATE_ACTION used in the gtk item factory for 
14401             the SEPARATE_FOLDER and SEPARATE_MESSAGE items, so we can
14402                 use gtk_item_factory_get_widget_by_action() to get the items.
14403                 
14404             Removed separate_widget_cb from the gtk item factory data   
14405           
14406             (mainwindow_create): connect separate_widget_cb() to check
14407             menu item "toggled" signal. also passing a MainWindow pointer
14408                 as object data for both check menu items.
14409                 
14410             (separate_widget_cb): definition of separate_widget_cb() to match
14411             GtkCheckMenuItem's "toggled" signal. Now get the pointer to the main 
14412                 window using gtk_object_get_data(). The type of window separation 
14413                 (SEPARATE_MESSAGE or SEPARATE_FOLDER) is passed as the signal's data
14414         
14415         * src/prefs_filtering.c,
14416           src/prefs_matcher.c: added horizontal scrollbars
14417
14418 2001-05-25 [darko]
14419
14420         * src/headerview.c
14421                 fix segfault with invalid bold font
14422         * src/summaryview.c
14423                 correctly display summary stats after row is marked
14424
14425 2001-05-23 [sergey]
14426
14427         * src/codeconv.c (conv_get_code_conv_func): fix for ISO-8859-*
14428         encodings with libjconv.
14429
14430 2001-05-23 [hoa]
14431
14432         * src/Makefile.am
14433                 added mbox_folder.[ch]
14434         * src/defs.h
14435                 mbox temporary folder
14436         * src/folder.[ch]
14437         * added src/mbox_folder.[ch]
14438         * src/folderview.c
14439         * src/procheader.[ch]
14440                 added mbox support
14441         * src/mbox.c
14442                 bugfix for file incorporation filtering
14443         * src/imap.c
14444                 enable creation of MBOX
14445         * src/prefs_display_header.c
14446                 enable use of headers like "From "
14447                 something that should be fixed :
14448                         displaying of such headers add an extra space
14449         * src/prefs_folder_item.c
14450                 don't create folders because it is not necessary
14451         * src/procmsg.h
14452                 added data field to MsgInfo for mbox internal use
14453         * src/summaryview.c
14454                 added some support for mbox
14455         * src/utils.[ch]
14456                 added get_mbox_cache_dir() function
14457
14458 2001-05-23 [hiroyuki]
14459
14460         * src/headerwindow.c
14461           src/inc.c
14462           src/main.c
14463           src/mh.c
14464           src/nntp.c
14465           src/procmsg.h
14466           src/session.h
14467           src/socket.[ch]
14468           src/summaryview.c
14469           src/textview.c
14470           src/automaton.c
14471           src/folderview.c: more sync with 0.4.99cvs2.
14472
14473         * src/headerwindow.c: reverted.
14474
14475 2001-05-22 [paul]
14476
14477         0.4.99claws2
14478
14479         * sync with sylpheed 0.4.99cvs2
14480                 * src/news.[ch]
14481                 * src/nntp.[ch]
14482                 * INSTALL
14483                 * INSTALL.jp
14484
14485 2001-05-22 [alfons]
14486
14487         * src/summaryview.c: bugfixed a premature assignment in  summaryview_add_sender_to_cb()
14488
14489 2001-05-21 [alfons]
14490
14491         Minor things:
14492
14493         * configure.in: if gnome-config not found, "no" is displayed
14494         
14495         * sylpheed.desktop: "Hello World" is replaced with "Sylpheed Mail"
14496
14497         * src/textview.c: now also possible to add mail addresses by right
14498           clicking in the text view
14499
14500         * src/codeconv.c: merged patch which fixes endless loop when encountering
14501           invalid wide characters; from Alte <010@imis.ru>  
14502
14503 2001-05-20 [alfons]
14504
14505         Added installation of gnome specific things:
14506
14507         * Makefile.am: gnome conditional
14508
14509         * configure.in: check for installed gnome
14510
14511         * added sylpheed.png, sylpheed.desktop
14512
14513 2001-05-20 [sergey]
14514
14515         * src/pixmaps/stock_mail_reply_to_author.xpm: new file.
14516
14517         * src/mainwindow.h (main_window_toolbar_create): created a button
14518         for "Reply to all".
14519         (main_window_set_toolbar_sensitive): enable/disable the new button
14520         appropriately.
14521         (toolbar_reply_to_author_cb): handle the new button.
14522
14523         * src/send.c (SEND_EXIT_IF_ERROR, SEND_EXIT_IF_NOTOK): call
14524         send_progress_dialog_destroy() on failure (fixes hang on SMTP
14525         failure).
14526
14527 2001-05-19 [sergey]
14528
14529         * src/compose.h (ComposeReplyMode): new modes
14530         COMPOSE_REPLY_TO_AUTHOR, COMPOSE_REPLY_TO_AUTHOR_WITH_QUOTE,
14531         COMPOSE_REPLY_TO_AUTHOR_WITHOUT_QUOTE.
14532
14533         * src/compose.c
14534         (compose_send): move some code into a new function:
14535         (compose_current_mail_account): new function.
14536         (compose_reply): new argument to_author, all callers changed; if
14537         to_author==TRUE and account->protocol==A_NNTP, find and use an
14538         appropriate mail account for replying.
14539         (compose_reply_set_entry): new argument to_author; ignore
14540         compose->replyto if to_author==TRUE.
14541
14542         * src/mainwindow.c: new command "Message/Reply to author".
14543         (main_window_set_menu_sensitive): enable/disable it.
14544         (reply_cb): handle it.
14545
14546         * src/summaryview.c: new command "Reply to author".
14547         (summary_set_menu_sensitive): enable/disable it.
14548         (summary_reply_cb): handle it.
14549
14550         * src/account.c (account_find_mail_from_address): new function.
14551
14552 2001-05-18 [paul]
14553
14554         0.4.99claws1
14555
14556         * sync with sylpheed 0.4.99cvs1
14557
14558 2001-05-18 [hoa]
14559
14560         * src/compose.[ch]
14561         * src/filtering.c
14562         * src/summaryview.c
14563                 new filtering action : forward and forward as attachment
14564
14565         * src/main.c
14566                 no need for $DISPLAY when we run sylpheed --help
14567                 call to parse_cmd_opt() is moved
14568
14569         * src/mainwindow.[ch]
14570                 execute button is hidden when immediate execute
14571                 is chosen
14572
14573         * src/mh.c
14574         * src/news.c
14575         * src/prefs_folder_item.c
14576         * src/procmsg.c
14577                 better handling of missing directories
14578
14579         * src/summaryview.c
14580                 reedit is enabled in outbox
14581                 reedit is enabled in queue
14582
14583 2001-05-17 [hoa]
14584
14585         * src/filtering.c
14586         * src/matcher.[ch]
14587         * src/prefs_filtering.c
14588                 changed attachement into attachment
14589
14590 2001-05-17 [alfons]
14591
14592         0.4.67claws4    
14593
14594         * sync with sylpheed 0.4.67cvs9
14595         * sync with sylpheed 0.4.67cvs7-8
14596
14597 2001-05-17 [hoa]
14598
14599         * src/Makefile.am
14600                 added prefs_filtering.c
14601
14602         * src/filtering.[ch]
14603         * src/matcher.[ch]
14604                 removed action : forward_news and forward_news_as_attachement
14605                 (forward and forward_as_attachement can be used instead)
14606
14607         * src/mainwindow.c
14608                 added menu option to access filtering configuration
14609
14610         * src/prefs_account.c
14611                 changed mail_command default to /usr/sbin/sendmail
14612
14613         * added src/prefs_filtering.[ch]
14614                 dialog box for filtering configuration
14615
14616         * src/prefs_matcher.c
14617                 added function prefs_matcher_get_criteria_from_matching()
14618
14619         * src/prefs_scoring.c
14620                 reset the dialog when register or substitute is clicked
14621
14622 2001-05-15 [hoa]
14623
14624         * src/Makefile.am
14625                 added filtering.[ch]
14626         * src/inc.c
14627                 using filering.[ch] instead of filter.[ch]
14628         * src/main.c
14629                 reading new filtering configuration
14630         * src/matcher.[ch]
14631                 added some filtering actions
14632                 and fixed a bug for headers and mail body matching
14633         * src/mbox.c
14634                 using filering.[ch] instead of filter.[ch]
14635         * src/mh.c
14636                 handling invalid MsgInfo in mh_copy_msg() and mh_move_msg()
14637         * src/summaryview.c
14638                 some fixes for filtering
14639
14640 2001-05-14 [hiroyuki]
14641
14642         * src/send.c: fixed some weird indentations.
14643           send_message_with_command(): call pclose() only if p != NULL.
14644         * src/textview.c: get_email_part(): modified the code for readability.
14645
14646 2001-05-14 [hiroyuki]
14647
14648         * src/md5global.h
14649           src/md5ify.c
14650           src/md5ify.h: removed from the cvs.
14651
14652 2001-05-13 [sergey]
14653
14654         * src/main.c: include rfc2015.h to avoid compiler warnings.
14655         * src/alertpanel.c (alertpanel_message_with_disable): return 0 if
14656         the panel is already on screen.
14657         * src/prefs_customheader.c (prefs_custom_header_delete_cb): treat
14658         closing the alert window by ESC as "No".
14659         * src/prefs_common.c (prefs_interface_create): moved return
14660         receipt check button to the correct place.
14661
14662 2001-03-13 [alfons]
14663
14664         * src/prefs_common.c: 
14665                 moved return receipt check button to the Send tab. (prefs_send_create)
14666                 removed the date format ui related globals. (prefs_display_create)
14667
14668         0.4.67claws3
14669         
14670         * sync with sylpheed 0.4.67cvs5-6
14671
14672 2001-05-13 [paul]
14673
14674         * added Alfons' font selection patch
14675
14676         * src/defs.h
14677         * src/headerwindow.c
14678         * src/prefs_common.c
14679         * src/prefs_common.h
14680
14681 2001-05-13 [hoa]
14682         * src/defs.h
14683                 changed version of cache
14684         * src/matcher.[ch]
14685         * src/prefs_matcher.c
14686                 added additionnal matching criteria
14687         * src/procheader.c
14688         * src/procmsg.[ch]
14689         * src/news.c
14690                 added references in MsgInfo
14691
14692 2001-05-12 [hoa]
14693
14694         * src/defs.h
14695                 prepared some things for new filtering
14696         * src/matcher.[ch]
14697                 added some matching properties
14698                 inreplyto need to be enhanced
14699                 prepared some things for new filtering
14700         * src/messageview.c
14701                 added Return-Receipt-To handling
14702         * src/prefs_folder_item.c
14703                 changed default value to TRUE
14704         * src/prefs_matcher.c
14705                 added some matching properties
14706         * src/prefs_scoring.[ch]
14707                 the scoring dialog is finished
14708         * src/procheader.c
14709                 added Return-Receipt-To handling
14710                 Reference need to be added
14711         * src/procmsg.[ch]
14712                 added Return-Receipt-To handling
14713                 added threadscore to get a better score sorting when
14714                 threads are enabled
14715         * src/summaryview.c
14716                 suppressed a bug when we sort the list
14717                 when no folder is opened.
14718                 better score sorting when threads are enabled
14719
14720 2001-05-12 [alfons]
14721
14722         * reverted previous patch because of potential errors 
14723
14724         0.4.67claws2
14725         
14726         * src/inc.c, src/prefs_common.c, src/prefs_common.h: 
14727                 applied "toggle mail-retrieval dialog window" patch submitted 
14728                 by Eric Limpens <eric@qnt.net>
14729
14730         * sync with sylpheed 0.4.67cvs4
14731
14732 2001-05-12 [sergey]
14733
14734         * src/matcher.c, src/scoring.c: changed "#ifdef 0" to "#if 0" for
14735         some picky compilers.
14736         * src/rfc2015.h: provide prototype for rfc2015_disable_all().
14737         * src/grouplist_dialog.c: include alertpanel.h.
14738         * src/prefs_headers.c (prefs_headers_deleted): added GTK_BUTTON to
14739         fix compile warning.
14740         * src/scoring.c, src/prefs_folder_item.c, src/matcher.c: brought
14741         #include "defs.h" before others to prevent the warning of `MIN'
14742         and `MAX' redefinition.
14743
14744 2001-05-11 [hoa]
14745
14746         * src/main.c
14747         * src/messageview.c
14748         * src/prefs_account.c
14749         * src/prefs_display_header.c
14750                 removed warning
14751         * src/Makefile.am
14752                 added prefs_scoring.[ch]
14753         * src/grouplist_dialog.c
14754                 display an error dialog box if the group list
14755                 cannot be fetched.
14756         * src/mainwindow.[ch]
14757                 added main_window_set_thread_option() function
14758                 scoring dialog box enabled
14759         * src/matcher.[ch]
14760                 added flags matching unread /new / marked
14761                 / deleted / replied / forwarded
14762         * src/news.c
14763                 newsgroups are now finally in newscache
14764         * src/prefs_matcher.[ch]
14765                 finished preferences for matching dialog
14766         * added src/prefs_scoring.[ch]
14767                 scoring dialog box completed
14768         * src/scoring.[ch]
14769                 conversion to string : added scoringprop_to_string()
14770                 write config for preferences :
14771                 added prefs_scoring_write_config()
14772         * src/summaryview.c
14773                 threads can be enabled/disabled independently
14774                 for each folder
14775
14776 2001-05-10 [alfons]
14777
14778         0.4.67claws1
14779         
14780         * AUTHORS: 
14781                 thought it would be nice to have a list of all
14782                 contributors (used Changelog as a reference)
14783         
14784         * configure.in: 
14785                 messed up version numbering...
14786
14787         0.4.66claws1
14788
14789         * sync with sylpheed 0.4.67cvs1-3
14790
14791 2001-05-10 [darko]
14792
14793         * src/prefs_common.c:
14794                 better UI for strftime format, double clicking
14795                 on format now inserts the format in text entry
14796                 replaced close button with standard OK/Cancel
14797                 moved date format button to the right of the
14798                 text entry field
14799
14800 2001-05-09 [alfons]
14801
14802         * src/gtkstext.c:
14803                 Ctrl-Home / Ctrl-End have proper cursor navigation
14804
14805 2001-05-09 [hoa]
14806
14807         * src/prefs_matcher.c
14808                 finished UI to define matching properties
14809                 added ok and cancel button
14810         * src/prefs_filter.c
14811                 added ok and cancel button
14812         * src/news.c
14813                 fixed some bug in xhdr parsing
14814
14815 2001-05-08 [alfons]
14816
14817         * src/textview.c: 
14818                 fixed a bug in textview_show_header(), which displayed two colons (':');
14819                 cleaned up some warnings
14820
14821 2001-05-08 [hoa]
14822
14823         * src/Makefile.am
14824                 added prefs_matcher.[ch]
14825                 compilation with -W -Wall
14826         * src/alertpanel.c
14827                 ungrab the mouse events if grabbed - does it
14828                 fix the bug for disposition notification ?
14829         * src/mainwindow.c
14830                 added a menu option to open the matching dialog.
14831         * src/matcher.[ch]
14832                 added matcherprop_to_string() and matcherlist_to_string()
14833                 fixed some bugs, changed the name of some options
14834                 age_sup and age_inf becomes age_greater and age_lower,
14835                 body and messageheaders becomes body_part and headers_part,
14836                 changed the names of constants from SCORING_XXX to MATCHING_XXX
14837         * src/prefs_display_header.c
14838         * src/prefs_headers.c
14839                 fixed a bug that accidentally destroyed dialogs
14840                 when closed them with delete_event
14841                 Added *_deleted() which handle delete_event signal correctly.
14842         * src/prefs_folder_item.[ch]
14843                 added "enable_thread" field for future customization
14844         * added src/prefs_matcher.[ch]
14845                 sample of the UI to define matching properties
14846         * src/procheader.c
14847                 using procheader_headername_equal instead of str*cmp functions
14848                 using procheader_parse_header() function
14849         * src/scoring.c
14850                 using MATCHING_XXX instead of SCORING_XXX
14851         * src/summaryview.c
14852                 display the sender of the news even if this is ourself
14853                 when this is a news message.
14854         * src/textview.c
14855                 using headername_equal() instead of str*cmp functions
14856
14857 2001-05-08 [alfons]
14858
14859         0.4.66claws
14860
14861         * sync with sylpheed 0.4.66
14862         * src/gtkstext.c: trace logs added 
14863
14864 2001-05-08 [sergey]
14865
14866         * src/prefs_common.[ch]: added option to enable/disable GnuPG
14867         signature check popup.
14868         * src/rfc2015.c (check_signature): show signature check popup only
14869         if it is enabled in preferences.
14870
14871 2001-05-07 [alfons]
14872
14873         0.4.66claws4
14874         
14875         * sync with sylpheed 0.4.66cvs6
14876
14877 2001-05-07 [darko]
14878
14879         * src/prefs_common.[ch]: added option to enable/disable
14880           looking up sender name in address book for summary pane
14881         * src/summaryview.c: look up sender in the address book
14882           by using Alfons' address completion code
14883
14884 2001-05-07 [hiroyuki]
14885
14886         * src/inc.h
14887           src/pop.c: pop3_retr_recv(): removed cur_msg_bytes from the
14888           member of Pop3State.
14889         * src/news.c: brought #include "defs.h" before #include <glib.h>
14890           to prevent the warning of `MIN' and `MAX' redefinition.
14891
14892 2001-05-06 [hoa]
14893
14894         * removed src/headers_display.[ch]
14895         * removed src/prefs_display_headers.[ch]
14896         * src/inc.c
14897                 use a temporary file in the user directory for mbox import
14898         * src/news.c
14899                 added XHDR support to get "To" and "Cc" headers
14900                 (in order to match news with to or cc field for
14901                 scoring)
14902                 added function news_parse_xhdr() to get XHDR response
14903         * src/nntp.[ch]
14904                 added function nntp_xhdr()
14905         * src/matcher.c
14906                 fetch the message if necessary
14907
14908 2001-05-06 [alfons]
14909
14910         0.4.66claws3
14911
14912         * sync with sylpheed 0.4.66cvs3-5
14913
14914 2001-05-06 [hoa]
14915
14916         * src/utils.[ch]
14917                 added function itos_buf() to enable use of several buffers
14918         * src/summaryview.c
14919                 use of itos_buf() instead of itos() in summary list
14920                 to fix the broken display of message number.
14921
14922 2001-05-06 [alfons]
14923
14924         * src/gtkstext.c: bug in cursor up navigation fixed,
14925                 fixed another unsigned / signed comparison (we're getting there :-)
14926
14927 2001-05-06 [hoa]
14928
14929         * src/Makefile.am
14930                 added scoring.c scoring.h
14931                 prefs_folder_item.c prefs_folder_item.h
14932                 matcher.c matcher.h
14933         * src/defs.h
14934                 added FOLDERITEM_RC SCORING_RC
14935         * src/folder.[ch]
14936                 added prefs field in FolderItem :
14937                 properties for each folder (PrefsFolderItem),
14938                 sorting type and mode were added as the first properties.
14939         * src/main.c
14940                 read config for scoring
14941         * added src/matcher.[ch]
14942                 gives functions to parse configuration file to do
14943                 matching on mails with a list of conditions.
14944         * src/mainwindow.c
14945                 add option to sort by score
14946         * src/prefs_common.[ch]
14947                 added preference option to show score and for
14948                 the score column size
14949         * added src/prefs_folder_item.[ch]
14950                 properties for each folder (PrefsFolderItem),
14951                 sorting type and mode were added as the first properties.
14952         * src/procheader.[ch]
14953                 added procheader_parse_header()
14954                 added procheader_header_free()
14955                 added procheader_headername_equal()
14956                 and made modification to use them.
14957         * src/procmsg.[ch]
14958                 added score field to MsgInfo structure
14959         * added src/scoring.[ch]
14960                 gives functions to parse configuration file to do
14961                 scoring on mails with a list of conditions.
14962         * src/summaryview.[ch]
14963                 save the sorting type and mode for the folder
14964                 added column to display the score of the mail
14965                 added function summary_score_clicked()
14966                 sorting type and mode are restored to the folder
14967                 when it is reopen
14968         * src/textview.c
14969                 use procheader_parse_header(), procheader_headername_equal()
14970                 removed memory leak in text_scan_header when freeing headers
14971         * src/filter.c
14972                 changed the function to match names of headers
14973                 using procheader_headername_equal()
14974
14975         Scoring functions are implemented, an interface is needed
14976         to configure that.
14977
14978 2001-05-04 [alfons]
14979
14980         * src/gtkstext.c: 
14981                 hopefully fixed the row up navigation bug,
14982                 removed adding back / forward lines to cache
14983
14984 2001-05-04 [sergey]
14985
14986         * src/prefs_display_headers.c: user interface changes:
14987         (prefs_display_headers_create): remove unused "Show" check button;
14988         allow reordering of headers by dragging.
14989         (prefs_display_headers_write_config): remove unused variables.
14990         (prefs_display_headers_set_dialog): do not insert "(New)" at top
14991         of lists (not needed with the new UI).
14992         (prefs_display_headers_set_list): scan lists starting from row 0,
14993         not 1 (do not skip "(New)").
14994         (prefs_display_headers_find_header): new function.
14995         (prefs_display_headers_clist_set_row): do not allow duplicates.
14996         (prefs_display_headers_delete_cb): do not skip row 0; treat
14997         closing the alert window by ESC as "No".
14998         (prefs_display_headers_up): do not protect row 0.
14999         (prefs_display_headers_down): do not protect row 0.
15000
15001 2001-05-04 [sergey]
15002
15003         * src/mainwindow.c (next_marked_cb, prev_marked_cb): new
15004         functions.
15005
15006         * src/summaryview.c
15007         (summary_find_next_marked_msg, summary_find_prev_marked_msg,
15008         summary_select_next_marked, summary_select_prev_marked): new
15009         functions.
15010
15011 2001-05-03 [sergey]
15012
15013         * src/news.c: fixed a bug when no article can be fetched after
15014         server timeout if the connection was restored by news_post():
15015         (news_select_group): new function.
15016         (news_fetch_msg): call news_select_group() before fetching
15017         article.
15018         (news_get_uncached_articles): set session->group after successful
15019         GROUP command.
15020
15021 2001-05-03 [hoa]
15022
15023         * src/defs.h
15024         * src/procmsg.[ch]
15025         * src/procheader.c
15026                  changed version of cache, added cc field
15027
15028         * src/prefs_display_headers.c
15029                 the interface was changed
15030
15031         * src/prefs_headers.c
15032                 added cancel button
15033
15034 2001-05-03 [alfons]
15035
15036         * completed sync of sylpheed cvs2
15037         * src/gtkstext.c: updated row up / down cursor navigation
15038         * src/textview.c: re-edited, prepared for fixing the email address
15039                 scanner.
15040
15041 2001-05-03 [darko]
15042
15043         * src/prefs_common.c: use alfons' strftime ui code
15044         entry_datefmt and datefmt_sample widgets have to be
15045         global in this module because of this change
15046
15047 2001-05-03 [hoa]
15048
15049         * src/messageview.c
15050         * src/prefs_common.[ch] added option to activate the return receipt
15051                 feature.
15052
15053 2001-05-02 [alfons]
15054
15055         * src/gtkstext.c: fix for row up/down cursor navigation. 
15056
15057         0.4.66claws2
15058         
15059         * sync with 0.4.66cvs2
15060
15061 2001-05-02 [paul]
15062
15063         added add-sender-to-addressbook patch
15064
15065         * src/addressbook.c
15066         * src/addressbook.h
15067         * src/summaryview.c
15068
15069 2001-05-02 [sergey]
15070
15071         * src/alertpanel.h (AlertValue): added G_ALERT_VALUE_MASK,
15072         G_ALERTDISABLE.
15073
15074         * src/alertpanel.c (alertpanel_create): new argument can_disable,
15075         all existing callers changed to pass FALSE; create a check button
15076         to disable the message.
15077         (alertpanel_message_with_disable): new function.
15078         (alertpanel_show): mask value with G_ALERT_VALUE_MASK.
15079         (alertpanel_button_toggled): new function.
15080         (alertpanel_button_clicked, alertpanel_close): set value using
15081         G_ALERT_VALUE_MASK.
15082
15083         * src/prefs_common.h (PrefsCommon): new field gpgme_warning.
15084
15085         * src/prefs_common.c (prefs_privacy_create): new check button
15086         checkbtn_gpgme_warning.
15087
15088         * src/main.c (main): moved preferences reading before gpgme
15089         initialization; check prefs_common.gpgme_warning before giving the
15090         GnuPG warning and set it to FALSE if the user wants to disable the
15091         warning.
15092
15093 2001-05-02 [hiroyuki]
15094
15095         * src/prefs_display_headers.c: modified the layout and some labels.
15096
15097 2001-05-02 [sergey]
15098
15099         * src/prefs_account.c (prefs_account_fix_size): new function.
15100         (prefs_account_create): call prefs_account_fix_size(); use
15101         gtk_widget_show instead of gtk_widget_show_all (fixes too large
15102         size when the window is shown for the first time).
15103         (prefs_account_basic_create): changed layout of serv_table; moved
15104         localmbox_entry above smtpserv_entry (logically it replaces
15105         POP3/IMAP server).
15106         (prefs_account_protocol_activated): set sensitivity of
15107         nntpauth_chkbtn according to the protocol (in addition to
15108         hide/show); commented out gtk_table_set_row_spacing() calls.
15109         (prefs_account_nntpauth_toggled): do nothing if nntpauth_chkbtn is
15110         not sensitive (fixes a bug with disabled username/password boxes
15111         when editing POP3 account after NNTP with authentication).
15112
15113 2001-05-02 [hoa]
15114
15115         * src/account.c
15116         * src/inc.c
15117         * src/prefs_account.[ch]
15118         * src/send.c
15119                 removed local account without SMTP server
15120                 added option to use mail command instead of a connexion
15121                 to SMTP server when a local account is used
15122         * src/prefs_headers.c
15123                 fixed a bug
15124         * src/news.c
15125                 fixed a bug when connexion immediately closed
15126
15127 2001-05-01 [alfons]
15128
15129         0.4.66claws1
15130         
15131         * sync with 0.4.65
15132
15133 2001-05-01 [sergey]
15134
15135         * src/prefs_account.c (Basic, prefs_account_basic_create): new
15136         widget nntpauth_chkbtn.
15137         (prefs_account_protocol_activated): handle nntpauth_chkbtn
15138         visibility.
15139         (prefs_account_nntpauth_toggled): new function.
15140
15141         * src/news.c (news_session_new_for_folder): use NNTP
15142         authentication only if ac->use_nntp_auth is set.
15143
15144 2001-05-01 [hoa]
15145
15146         * src/Makefile.am changed headers.[ch] in customheader.[ch]
15147         * src/prefs_display_headers.c changed the UI
15148         * src/prefs_headers.c changed account_name to account_id
15149         * src/compose.c using customheader.h
15150
15151 2001-05-01 [hiroyuki]
15152
15153         * src/esmtp.c
15154           src/news.c
15155           src/nntp.c: changed sock_read() to sock_gets(), they've been left
15156           unsynched.
15157
15158 2001-05-01 [hoa]
15159
15160         * src/Makefile.am added prefs_display_headers.[ch] headers_display.[ch]
15161         * src/defs.h added HEADERS_DISPLAY_RC : name of the config file
15162                 for displaying of headers
15163         * src/grouplist_dialog.[ch] minor changes to remove warnings
15164         * src/prefs_display_headers.[ch] dialog to choose the
15165         headers to display in the mail viewer.
15166         * src/headers.h correction of #define
15167         * src/headers_display.[ch] configuration for displaying of headers.
15168         * src/main.c read config of displaying of headers
15169         * src/prefs_common.c add a button to access the config dialog
15170                 for displaying of headers
15171         * src/prefs_display_headers.[ch] dialog for configuration for
15172                 displaying of the headers.
15173         * src/prefs_headers.c cleaning of code
15174         * src/procheader.c comments added to code
15175         * src/textview.c changes to reorder the headers depending
15176                 on the config for displaying of headers
15177
15178 2001-04-30 [alfons]
15179
15180         0.4.65claws7
15181
15182         * sync with 0.4.65cvs12
15183
15184         NOTE: nntp.c and news.c in claws and cvs branch differ significantly!
15185
15186 2001-04-30 [sergey]
15187
15188         * src/nntp.h (NNTPSockInfo): new field auth_failed.
15189
15190         * src/nntp.c (nntp_mode): return NN_AUTHREQ if sock->auth_failed
15191         is set to force reconnection after authentication failure.
15192         (nntp_gen_command): set sock->auth_failed on authentication
15193         failure, or if sock->userid and sock->passwd are not set.
15194
15195         * src/news.c (news_session_new_for_folder): set userid=NULL if
15196         password dialog is cancelled.
15197
15198 2001-04-30 [sergey]
15199
15200         * src/nntp.h (NNTPSockInfo): new type.
15201
15202         * src/nntp.c: all functions updated to use NNTPSockInfo instead of
15203         SockInfo.
15204         (nntp_open_auth, nntp_close): new functions.
15205         (nntp_gen_command): new function to handle authentication; all
15206         NNTP command functions updated to use it.
15207         (nntp_authinfo_user, nntp_authinfo_pass): deleted.
15208         (nntp_list): removed old useless code.
15209
15210         * src/news.h (NNTPSession): new field nntp_sock.
15211
15212         * src/news.c: all functions updated to use NNTPSockInfo instead of
15213         SockInfo.
15214         (news_session_new): new arguments (userid, passwd); made static;
15215         use nntp_open_auth() if needed.
15216         (news_session_destroy): use nntp_close() instead of sock_close().
15217         (news_query_password): changed arguments.
15218         (news_session_new_for_folder): new function.
15219         (news_session_get): use news_session_new_for_folder().
15220         (news_authenticate): deleted.
15221         (news_get_uncached_articles): removed old authentication code.
15222
15223 2001-04-30 [sergey]
15224
15225         * src/news.c: reverted my previous changes (need to do NNTP
15226         authentication in a cleaner way).
15227         
15228 2001-04-29 [sergey]
15229
15230         * src/news.c (news_nntp_group, news_nntp_list, news_nntp_xover,
15231         news_nntp_post, news_nntp_mode): new functions (wrappers with
15232         authentication support).
15233         (news_get_article_cmd, news_get_article, news_get_header): new
15234         argument "folder"; all callers changed.
15235         (news_get_article_cmd): added authentication support.
15236         (news_session_get): use news_nntp_mode() instead of nntp_mode().
15237         (news_post): use news_nntp_post() instead of nntp_post().
15238         (news_get_uncached_articles): use news_nntp_group() instead of
15239         nntp_group() and news_nntp_xover() instead of nntp_xover();
15240         removed old authentication code.
15241         (news_get_group_list): use news_nntp_list() instead of nntp_list().
15242
15243         * src/nntp.c (nntp_list): return real error code instead of
15244         hardcoded NN_ERROR.
15245
15246 2001-04-29 [sergey]
15247
15248         * configure.in: fixed wint_t typedef detection again
15249
15250 2001-04-28 [hoa]
15251
15252         * src/prefs_account.[ch], added A_LOCAL_CMD
15253                 (send mail with mail command)
15254         * src/send.c added function send_message_with_command()
15255         * src/inc.c made a more secure get_spool() function with
15256                 mktemp() but maybe mkstemp() or something more
15257                 secure can be used.
15258
15259 2001-04-28 [alfons]
15260
15261         * src/textview.c, colorization of email addresses in headers
15262
15263         0.4.65claws6
15264
15265         * bug sync with sylpheed
15266         * prefs_common.c: created date format ui for darko
15267         * sync with 0.4.65cvs11
15268         * configure.in: corrected to have the new gpg checks
15269
15270 2001-04-27 [alfons]
15271
15272         * completed sync with 0.4.65cvs10
15273         * minor debug things added to gtkstext.c
15274
15275 2001-04-27 [darko]
15276
15277         * configure.in: remove check for availability of
15278           strftime() as advised by Hiroyuki
15279         * src/prefs_common.[ch], src/procheader.c:
15280           synch strftime() code with Hiroyki's main branch
15281
15282 2001-04-26 [sergey]
15283
15284         * src/news.c: news_query_password(), news_authenticate(): new
15285           functions.
15286           news_get_uncached_articles(): added NNTP authentication
15287           handling.
15288         * src/nntp.[ch]: nntp_authinfo_user(), nntp_authinfo_pass():
15289           new functions.
15290         * src/prefs_account.c: prefs_account_protocol_activated():
15291           enable userid and password fields for NNTP.
15292
15293 2001-04-26
15294
15295         * configure.in: check for availability of strftime()
15296           [darko]
15297         * src/prefs_common.[ch], src/procheader.c: use
15298           strftime() for displaying date in summary pane if it
15299           is available
15300
15301 2001-04-25
15302
15303         * more .cvsignore cleanups [alfons]
15304
15305 2001-04-25
15306
15307         * ac/sv-check-type.m4: new autoconf macro.
15308         * configure.in: fixed wint_t typedef detection (did not work
15309           with gcc-2.96).
15310
15311 2001-04-25
15312
15313         * acconfig.h: added USE_GTKGDK_XIM definition for autoheader.
15314           [hiroyuki]
15315
15316 2001-04-24
15317         * modified gtkstext.c : buggy cursor navigation fixed, 
15318           and font descent also taken in account when drawing
15319           cursor. [alfons]
15320
15321 2001-04-24 [hoa]
15322         * added comments in src/news.c src/nntp.c
15323         * added src/prefs_headers.[ch]
15324         * added src/headers.[ch]
15325         * modified compose.c to activate custom headers
15326                 added function is_in_custom_headers
15327         * modified prefs_account.[ch]
15328                 added function prefs_account_customhdr_edit
15329         * modified src/defs.h :
15330                 added HEADERS_RC : name of the config file
15331                 for the custom headers
15332
15333 2001-04-24
15334
15335     0.4.65claws5
15336
15337         * configure.in
15338           src/gtkstext.[ch]
15339           src/compose.c
15340           src/Makefile.am
15341           
15342           added gtkstext with configure.in patch by Hiroyuki which
15343           should fix the XIM detection [alfons]
15344
15345         * more clean up of cvs [alfons]
15346
15347                  * removed all Makefile.in files to attic.
15348
15349                  * updated all .cvsignores to really ignore things that could
15350                    be unintentionally committed by a recursive commit.
15351
15352 2001-04-23 [hoa]
15353         * added src/grouplist_dialog.[ch]
15354         * changed src/folderview.c to call grouplist_dialog instead
15355                 of inputdialog
15356         * src/news.c :
15357                 added functions news_reset_group_list
15358                 and news_get_group_list
15359         * src/nntp.c :
15360                 added function nntp_list
15361         * src/defs.h :
15362                 added GROUPLIST_FILE : name of the newsgroup list cache file
15363
15364 2001-04-21
15365
15366         * added option to warn about queued messages on exit [sergey]:
15367
15368           * src/compose.c: compose_queue(): call folder_item_scan()
15369             and folderview_update_item() after queueing.
15370           * src/folderview.c: folderview_update_node(): draw the queue
15371             folder in bold font if there are queued messages.
15372           * src/mainwindow.c: queued_messages(): new function.
15373             app_exit_cb(): display warning if there are queued messages
15374             if warn_queued_on_exit is set.
15375           * prefs_common.[ch]: add warn_queued_on_exit option.
15376
15377         * enhanced GnuPG key selection support [sergey]:
15378
15379           * src/select-keys.c: updated to newer version from Win32
15380             branch with support for selecting arbitrary keys.
15381           * src/prefs_account.c: added the Privacy tab to the account
15382             options window.
15383             prefs_account_privacy_create(),
15384             prefs_account_sign_key_set_data_from_radiobtn(),
15385             prefs_account_sign_key_set_radiobtn(): new functions.
15386           * src/prefs_account.h: new preferences sign_key_type, sign_key_id.
15387           * src/rfc2015.c: set_signers(): new function.
15388             pgp_sign(): add the account parameter, call set_signers().
15389             rfc2015_sign(): add the account parameter, pass it to pgp_sign().
15390           * src/rfc2015.h: rfc2015_sign(): updated prototype.
15391           * src/compose.c: pass the current account to rfc2015_sign().
15392
15393         * tag name claws added to prevent confusion with main branch [alfons]
15394
15395         * Sync with sylpheed-0.4.65cvs4 and made it compile. [sergey]
15396
15397         * autogen.sh: Added "--enable-maintainer-mode". [sergey]
15398
15399         * sync with recent sylpheed cvs. Untested though. [alfons]
15400