0.8.11claws41
[claws.git] / ChangeLog.claws
1 2003-03-22 [christoph]  0.8.11claws41
2
3         * src/plugins/trayicon/gnome-mail.xpm           ** REMOVE **
4         * src/plugins/trayicon/gnome-nomail.xpm         ** REMOVE **
5         * src/plugins/trayicon/newmail.xpm              ** NEW **
6         * src/plugins/trayicon/nomail.xpm               ** NEW **
7         * src/plugins/trayicon/trayicon.c
8         * src/plugins/trayicon/unreadmail.xpm           ** NEW **
9                 o replace GBiff icons with KBiff icons resized to 16x16 pixel
10                 o add icon for unread mails
11                 o set transparency for window
12
13 2003-03-22 [christoph]  0.8.11claws40
14
15         * src/news.c
16                 init news session to prevent crash when session is closed
17
18 2003-03-22 [christoph]  0.8.11claws39
19
20         * src/imap.c
21         * src/common/session.[ch]
22                 Init session data to make sure we don't have invalid pointers
23                 for read_ch and write_ch when new multi process sessions are
24                 not used
25
26         * src/main.c
27         * src/common/plugin.c
28         * src/common/sylpheed.c
29         * src/plugins/demo/demo.c
30         * src/plugins/dillo_viewer/dillo_viewer.c
31         * src/plugins/mathml_viewer/mathml_viewer.c
32         * src/plugins/spamassassin/spamassassin.c
33         * src/plugins/spamassassin/spamassassin_gtk.c
34                 add plugin types to allow loading plugins at different times
35                 (and maybe for different frontends), because it's not good to
36                 load GTK-Plugins gefore gtk_init was called
37
38         * configure.ac
39         * src/plugins/Makefile.am
40         * src/plugins/trayicon/.cvsignore               ** NEW **
41         * src/plugins/trayicon/Makefile.am              ** NEW **
42         * src/plugins/trayicon/eggtrayicon.c            ** NEW **
43         * src/plugins/trayicon/eggtrayicon.h            ** NEW **
44         * src/plugins/trayicon/gnome-mail.xpm           ** NEW **
45         * src/plugins/trayicon/gnome-nomail.xpm         ** NEW **
46         * src/plugins/trayicon/trayicon.c               ** NEW **
47                 New Trayicon plugin that shows an icon in a systray that uses
48                 XEMBED protocol like Gnome's systray. Icon shows if there
49                 are new mails and a tooltip shows information about new,
50                 unread and total messages.
51
52 2003-03-22 [paul]       0.8.11claws38
53
54         * src/common/smtp.c
55                 fix ESMTP AUTH CRAM-MD5
56                 [sync with main (still version 0.8.11cvs6), see
57                  ChangeLog 2003-03-22]
58
59 2003-03-21 [colin]      0.8.11claws37
60
61         * src/send_message.c
62                 Fix USE_SSL => USE_OPENSSL
63
64 2003-03-21 [colin]      0.8.11claws36
65
66         * src/folderview.c
67                 Fix counts in drag and dropped subfolders
68
69 2003-03-21 [colin]      0.8.11claws35
70
71         * src/folder.c 
72         * src/folderview.c
73                 speed up a bit folder dnd
74
75 2003-03-20 [alfons]     0.8.11claws34
76
77         * src/main.c
78         * src/toolbar.c
79         * src/procmsg.c
80                 don't send locked queue messages
81                 (feature request "[ 705245 ] Locking message in outbox 
82                  should prevent sending")
83
84 2003-03-20 [christoph]  0.8.11claws33
85
86         * src/folder.c
87                 remove NEW and UNREAD flag in special folders when scanning
88                 
89         * src/common/smtp.c
90                 fix ESMTP AUTH CRAM-MD5
91
92 2003-03-20 [paul]       0.8.11claws32
93
94         * src/prefs_account.c
95                 Re-write 'Tunnel command to open connection' as
96                 'Use command to communicate with server', and disable
97                 it for all except IMAP accounts
98
99 2003-03-20 [paul]       0.8.11claws31
100
101         * sync with 0.8.11cvs6
102                 see ChangeLog 2003-03-20
103
104 2003-03-19 [match]      0.8.11claws30
105
106         * src/addritem.[ch]
107                 include documentation. minor refactoring.
108         * src/addr_compl.[ch]
109         * src/addrindex.[ch]
110         * src/addresbook.[ch]
111         * src/summaryview.c
112                 re-enable address lookup (was disabled in
113                 0.8.11claws20).
114
115 2003-03-19 [christoph]  0.8.11claws29
116
117         * src/procmsg.c
118                 add temp flag handling, will make moving and copying
119                 messages possible again
120
121         * src/folder.c
122                 correct calulation of folder stats
123
124 2003-03-18 [match]      0.8.11claws28
125
126         * src/editgroup.h
127                 remove case sensitive comparison (closes bug 80).
128
129 2003-03-18 [christoph]  0.8.11claws27
130
131         * src/imap.c
132                 fix imap using a tunnel command
133
134         (closes bug 87)
135
136 2003-03-18 [christoph]  0.8.11claws26
137
138         * src/folder.[ch]
139         * src/imap.c
140         * src/procmsg.[ch]
141                 rewrite flag handling for folders
142
143 2003-03-18 [christoph]  0.8.11claws25
144
145         * src/folder.c
146         * src/procmsg.c
147         * src/summaryview.c
148                 unset NEW and UNREAD flags when message is ignored, to make
149                 sure messages don't show up as unread on other IMAP clients,
150                 because the IGNORE_THREAD flag can not be syncronized through
151                 the IMAP folder
152
153 2003-03-17 [christoph]  0.8.11claws24
154
155         * src/imap.c
156                 don't use recursion to fetch uids when the number of messages
157                 does not match. Moved code into subfunction that is used
158                 again when needed, to prevent an endless loop.
159
160 2003-03-17 [thorsten]   0.8.11claws23
161
162         * src/imageview.[ch]
163                 export imageview_get_resized_size() (for plugins)
164         * src/prefs_common.[ch]
165                 added prefs_common_get() (for plugins)
166
167 2003-03-17 [christoph]  0.8.11claws22
168
169         * src/imap.c
170                 o remove UID guessing from copy code
171                 o support UIDPLUS extension for APPEND command
172
173 2003-03-17 [paul]       0.8.11claws21
174
175         * src/gtk/about.c
176                 remove 'Compiled-plugins' section.
177                 
178         * src/plugins/dillo_viewer/dillo_viewer.c
179                 slight change to description text
180
181 2003-03-16 [match]      0.8.11claws20
182         * src/ldapserver.[ch]           ** NEW **
183         * src/ldapctrl.[ch]             ** NEW **
184         * src/ldapquery.[ch]            ** NEW **
185         * src/ldaputil.[ch]             ** NEW **
186         * src/addrcindex.[ch]           ** NEW **
187         * src/addrquery.h               ** NEW **
188         * src/addritem.[ch]
189         * src/addrcache.[ch]
190         * src/addrindex.[ch]
191         * src/addr_compl.[ch]
192         * src/addressbook.[ch]
193         * src/addrbook.[ch]
194         * src/editgroup.c
195         * src/editaddress.c
196         * src/editldap.c
197         * src/editldap_basedn.c
198         * src/vcard.c
199         * src/jpilot.c
200         * src/Makefile.am
201                 included dynamic LDAP queries. improved address
202                 completion.
203
204 2003-03-16 [paul]       0.8.11claws19
205
206         * tools/multiwebsearch.pl
207                 fix a fatal typo
208
209 2003-03-16 [christoph]  0.8.11claws18
210
211         * src/mimeview.c
212         * src/plugins/dillo_viewer/dillo_viewer.c
213         * src/plugins/mathml_viewer/mathml_viewer.c
214                 make unregistering of MimeViewerFactorys possible
215
216 2003-03-16 [alfons]     0.8.11claws17
217
218         * configure.ac
219                 correct typo
220
221 2003-03-16 [melvin]     0.8.11claws16
222
223         * src/plugins/dillo_viewer.c
224                 Fixed bug where it was not possible to view more than
225                 one text/html attachment per message (bug discovered
226                 by Christoph Hohmann).
227
228 2003-03-15 [melvin]     0.8.11claws15
229
230         * src/prefs_actions.c
231                 Fixed compilation warnings.
232
233 2003-03-15 [melvin]     0.8.11claws14
234
235         * src/plugins/Makefile.am
236         * src/plugins/dillo_viewer/.cvsignore                   ** NEW **
237         * src/plugins/dillo_viewer/Makefile.am                  ** NEW **
238         * src/plugins/dillo_viewer/dillo_viewer.c               ** NEW **
239                 Added a html mail viewer plugin that uses Dillo v0.7.0 or
240                 newer (http://dillo.auriga.wearlab.de/).
241
242 2003-03-15 [christoph]  0.8.11claws13
243
244         * src/imap.c
245                 don't query imap folder for attributes because we already
246                 for them from imap_status
247
248         * src/mimeview.[ch]
249                 add support for plugable MimeViewers (unloading Viewers
250                 not yet complete)
251
252         * src/plugins/Makefile.am
253         * src/plugins/mathml_viewer/.cvsignore          ** NEW **
254         * src/plugins/mathml_viewer/Makefile.am         ** NEW **
255         * src/plugins/mathml_viewer/mathml_viewer.c     ** NEW **
256                 add MathML Viewer (Content-Type text/mathml) using GtkMathView
257                 widget from http://helm.cs.unibo.it/mml-widget/
258
259 2003-03-14 [christoph]  0.8.11claws12
260
261         * src/folder.[ch]
262                 o error return code's should better be negative
263                 o replace printf with debug_print
264
265         * src/imap.c
266                 improve IMAP folder scan by checking UID-NEXT
267
268         * src/summaryview.c
269                 remove check that are unnecessary in my opinion
270
271 2003-03-13 [christoph]  0.8.11claws11
272
273         * src/folder.[ch]
274         * src/foldersel.c
275         * src/folderview.c
276         * src/imap.c
277         * src/mbox_folder.c
278         * src/mh.c
279         * src/news.c
280         * src/prefs_scoring.c
281         * src/summaryview.c
282                 use a common function to get a displayable name
283                 for a FolderItem
284
285 2003-03-13 [paul]       0.8.11claws10
286
287         * tools/Makefile.am
288           tools/README
289           tools/multiwebsearch.conf     ** NEW FILE **
290           tools/multiwebsearch.pl       ** NEW FILE **
291                 add multiwebsearch Actions script
292
293 2003-03-13 [colin]      0.8.11claws9
294
295         * src/compose.c
296                 Remove leading emtpy lines from quoted text
297                 before quoting it
298
299 2003-03-13 [melvin]     0.8.11claws8
300
301         * src/prefs_actions.c
302                 Fixed a memory leak
303                 Code clean ups
304                 Added Cancel and OK buttons
305                 Corrected help text
306
307 2003-03-13 [christoph]  0.8.11claws7
308
309         * src/account.c
310         * src/folder.[ch]
311         * src/imap.c
312         * src/mainwindow.c
313         * src/mbox_folder.c
314         * src/mh.c
315         * src/news.c
316         * src/setup.c
317                 replace more folder type stuff with folder class stuff
318
319 2003-03-13 [melvin]     0.8.11claws6
320
321         * src/prefs_actions.c
322                 Added new tokens:
323                 %u: user provided argument
324                 %h: user provided argument (hidden on input)
325                 %s: current text selection in the message view 
326
327 2003-03-13 [paul]       0.8.11claws5
328
329         * sync with 0.8.11cvs5
330                 see ChangeLog 2003-03-11, 2003-03-12
331
332 2003-03-12 [christoph]  0.8.11claws4
333
334         * src/folder.c
335                 use folder class idstr when writing folderlist.xml
336
337         * src/folder.h
338         * src/imap.c
339         * src/news.c
340                 replace folder type checks with folder class checks
341
342 2003-03-12 [christoph]  0.8.11claws3
343
344         * src/folder.[ch]
345         * src/imap.[ch]
346         * src/main.c
347         * src/mbox_folder.[ch]
348         * src/mh.[ch]
349         * src/news.[ch]
350                 o create a list of known folder classes in the folder system
351                 o use folder class id strings for folder item identifiers
352
353 2003-03-12 [christoph]  0.8.11claws2
354
355         * src/imap.c
356                 fix imap uid validity check
357
358 2003-03-12 [christoph]  0.8.11claws1
359
360         * src/account.c
361         * src/folder.[ch]
362         * src/foldersel.c
363         * src/folderview.c
364         * src/imap.c
365         * src/mainwindow.c
366         * src/mbox_folder.c
367         * src/mh.c
368         * src/news.c
369         * src/prefs_scoring.c
370         * src/procmsg.c
371         * src/setup.c
372         * src/summaryview.c
373                 initial restructuring of folder system, seperating
374                 folders and folder classes
375
376 2003-03-12 [paul]       0.8.11claws
377
378         0.8.11claws release
379
380 2003-03-12 [christoph]
381
382         * src/gtk/prefswindow.c
383                 fix translation of "Page Index"
384
385 2003-03-12 [paul]       0.8.10claws110
386
387         a sync from 0.8.11cvs4 before the release
388
389         * src/common/utils.c
390                 subject_compare_for_sort(): allow null strings (fixes
391                 summary sorting).
392
393 2003-03-11 [paul]       0.8.10claws109
394
395         * po/es.po
396                 update Spanish translation, submitted by
397                 Ricardo Mones Lastra
398
399 2003-03-11 [melvin]     0.8.10claws108
400
401         * po/fr.po
402                 Updated French translations
403
404 2003-03-11 [paul]       0.8.10claws107
405
406         * manual/en/Makefile.am
407           manual/en/*.html
408                 update English manual, add a new page
409                 updated by Francois Barriere <fbarriere@atmel.fr>
410                 
411         * po/bg.po
412           po/it.po
413           po/sr.po
414                 update Bulgarian, Italian, and Serbian translations
415                 submitted by George Danchev, Alessandro Maestri, and
416                 Urke MMI
417
418 2003-03-10 [paul]       0.8.10claws106
419
420         * src/gtk/about.c
421           src/gtk/prefswindow.c
422                 make some strings translatable
423
424 2003-03-10 [darko]      0.8.10claws105
425
426         * src/compose.c
427                 code cleanup to make Hiro happy
428
429 2003-03-10 [paul]       0.8.10claws104
430
431         * sync with 0.8.11cvs2
432                 see ChangeLog 2003-03-10
433
434 2003-03-09 [melvin]     0.8.10claws103
435
436         * src/textview.c
437                 textview_set_font(): fix for message display in
438                 UTF-8 locales (thanks to Sergey Vlasov).
439                 (was unintentionnaly reverted in 0.8.6claws6)   
440
441 2003-03-08 [darko]      0.8.10claws102
442
443         * src/compose.c
444                 fix infinite loop in wrapping as reported
445                 by happycactus
446                 obsoletes patch #696482
447
448 2003-03-08 [christoph]  0.8.10claws101
449
450         * src/imap.c
451                 add workaround for IMAP servers that do not
452                 support the "UID SEARCH UID" command
453
454 2003-03-07 [christoph]  0.8.10claws100
455
456         * src/plugins/spamassassin/spamassassin.[ch]
457         * src/plugins/spamassassin/spamassassin_gtk.c
458                 code cleanup
459
460 2003-03-07 [paul]       0.8.10claws99
461
462         * po/es.po
463                 updated Spanish translation, submitted by
464                 Ricardo Mones Lastra
465
466 2003-03-07 [christoph]  0.8.10claws98
467
468         * src/send.c
469                 fix in 0.8.10claws94 was wrong
470                 local delivery does not require escaping, remove escaping
471                 code to make signatures of mails with "." lines valid
472                 
473                 NOTE: requires that sendmail is executed with "-i" option,
474                       what is the default now, but has to be changed in all
475                       exsiting accounts)
476
477 2003-03-07 [paul]       0.8.10claws97
478
479         * sync with 0.8.11 release
480                 see ChangeLog 2003-03-07
481
482 2003-03-06 [paul]       0.8.10claws96
483
484         * src/compose.c
485                 revert commit 0.8.10claws92
486
487 2003-03-06 [paul]       0.8.10claws95
488
489         * src/folderview.c
490                 fix (solaris) bug 73, 'Crash when selecting top-level folder'
491
492         * src/gtkaspell.c
493                 fix bug 74, 'Crash opening editor window with pseudo-color
494                 display'
495                 
496         Patches submitted by Kevin Vigor <kevin@vigor.nu>
497
498 2003-03-06 [christoph]  0.8.10claws94
499
500         * src/send.c
501                 fix rfc2821 (4.5.2) violation in SMTP data sending,
502                 all lines starting with a period get an extra period
503                 inserted
504                 (found by Simon 'corecode' Schubert)
505
506 2003-03-06 [paul]       0.8.10claws93
507
508         * src/folderview.c
509                 if configured font can't be loaded fall back to gtk
510                 default. (with thanks to Christoph)
511                 
512                 closes long-standing bug 15 'Crashes on startup'
513
514 2003-03-06 [paul]       0.8.10claws92
515
516         * src/compose.c
517                 freeze text before autosave and thaw afterwards
518                 fixes bug 67 'autosave make re-rediting message crazy'
519
520 2003-03-06 [christoph]  0.8.10claws91
521
522         * src/compose.c
523                 ignore address comment in dupe check for Cc-list
524
525         (closes reopened bug 47 Replying to message strips name part of
526          e-mail addresses of Cc: lines)
527
528 2003-03-06 [paul]       0.8.10claws90
529
530         * src/Makefile.am
531                 remove reference to gtkxtext.h as its no longer in
532                 the repository
533
534 2003-03-06 [paul]       0.8.10claws89
535
536         * sync with 0.8.10cvs25
537                 see ChangeLog 2003-03-06
538
539 2003-03-06 [oliver]     0.8.10claws88
540         
541         * src/messageview.c
542                 remove include
543
544 2003-03-06 [oliver]     0.8.10claws87
545         
546         * src/folderview.c 
547                 remove changes introduced inclaws74
548         * src/messageview.c
549                 another attempt to sanely delete and update
550                 messages deleted in separate messageview
551
552 2003-03-05 [christoph]  0.8.10claws86
553
554         * src/summaryview.c
555                 check if "From" matches any account's address if
556                 addressbook completion of addresses is disabled too
557
558         (closes Bug 70 "Display recipient in from" doesn't check
559          folder's default account)
560
561 2003-03-05 [christoph]  0.8.10claws85
562
563         * src/compose.c
564         * src/common/utils.[ch]
565                 don't strip address comments when building Cc lists
566
567         (closes Bug 47 Replying to message strips name part of e-mail addresses
568          of Cc: lines)
569
570         * src/folder.c
571                 fix return value of copy function
572
573 2003-03-05 [christoph]  0.8.10claws84
574
575         * src/imap.c
576                 don't ask imap server for non rfc822 headers
577
578         (closes bug 71 IMAP FETCH asks for FROM header field twice)
579
580         * src/imap.c
581                 destroy session on socket error to allow reconnecting
582
583 2003-03-05 [christoph]  0.8.10claws83
584
585         * configure.ac
586                 fix building with gnome when no prefix is set
587
588         (closes bug 66 Gnome directory is set to NONE)
589
590 2003-03-05 [paul]       0.8.10claws82
591
592         * sync with 0.8.10cvs23
593                 see ChangeLog 2003-03-05
594
595 2003-03-04 [christoph]  0.8.10claws81
596
597         * src/folder.c
598                 o fix moving and copying when folder returns 0 for new
599                   message number
600                 o remove some code for single message copy and move
601                   operations and use functions for multiple messages
602
603         (closes bug 63 Strange behaviour MOVING messages from MH to IMAP)
604
605         * src/news.c
606                 remove unused include
607
608 2003-03-04 [paul]       0.8.10claws80
609
610         * src/gtk/about.c
611                 list 'Compiled plugins'
612
613 2003-03-03 [christoph]  0.8.10claws79
614
615         * src/news.[ch]
616                 have to multiply the percentage of the current fetch with
617                 the percentage that it has of the total fetch operation
618                 for correct values
619
620 2003-03-03 [christoph]  0.8.10claws78
621
622         * src/news.c
623                 fix calculation of expected lines for progress indicator
624
625 2003-03-03 [christoph]  0.8.10claws77
626
627         * src/summaryview.c
628         * src/common/utils.c
629                 fix segfault when opening the root news folder
630
631 2003-03-03 [christoph]  0.8.10claws76
632
633         * src/mainwindow.[ch]
634         * src/common/Makefile.am
635         * src/common/progressindicator.[ch]
636                 add UI independent progress indicator handling
637
638         * src/news.[ch]
639                 use new progress indicator for message info fetching
640
641         * src/common/hooks.h
642                 code cleanup
643
644 2003-03-03 [oliver]     0.8.10claws75
645
646         * src/toolbar.c
647         * src/compose.c
648                 removed commented code
649
650 2003-03-03 [oliver]     0.8.10claws74
651
652         * src/toolbar.[ch]
653                 cleanups and refactoring
654         * src/compose.[ch]
655                 compose_reply_mode reply & forwarding interface for
656                 toolbar buttons
657         * src/folderview.c
658                 act on messages marked for deletion in folderview_selected
659                 based on prefs_common.immediate_exec since a message might 
660                 have been deleted by messageview in a folder we are changing 
661                 to (does anybody understand what I'm on about ?)
662
663 2003-03-03 [oliver]     0.8.10claws73
664         
665         * src/messageview.[ch]
666                 new functions
667                 - messageview_delete: delete message shown in messagview
668                 - messageview_update_view: update messageview to currently 
669                   selected summaryview message
670                 - add separate messageview to msgview_list in order to update 
671                   toolbar to new toolbar style on the fly (TOOLBAR_NONE, TOOLBAR_ICON etc.)
672         * src/summaryview.[ch]
673                 summary_get_selection returns a list of selected msgs
674                 in summaryview
675         * src/mainwindow.c
676                 toolbar reply refactoring
677
678 2003-03-03 [paul]       0.8.10claws72
679
680         * sync with 0.8.10cvs21
681                 see ChangeLog 2003-03-03
682
683 2003-03-02 [christoph]  0.8.10claws71
684
685         * src/common/passcrypt.c
686                 use POSIX includes
687
688 2003-03-02 [christoph]  0.8.10claws70
689
690         * configure.ac
691         * src/prefs_account.c
692         * src/prefs_gtk.[ch]
693         * src/common/.cvsignore
694         * src/common/Makefile.am
695         * src/common/passcrypt.c                ** NEW **
696         * src/common/passcrypt.h.in             ** NEW **
697                 Implement password encryption in config files
698                 using unix encrypt and setkey functions. The crypt
699                 key can be set as a configure parameter. Old
700                 passwords will be converted if they do not begin
701                 with '!'
702
703 2003-03-02 [paul]       0.8.10claws69
704
705         * src/prefs_account.c
706                 fix compile error
707
708 2003-03-01 [thorsten]   0.8.10claws68
709
710         * po/el.po
711           po/hr.po
712           po/it.po
713           po/nl.po
714           po/sr.po
715           po/sv.po
716                 corrected format strings
717         * po/en_GB.po
718                 corrected headers
719                 (fix compile errors with GNU gettext-0.11.5)
720
721 2003-03-01 [oliver]     0.8.10claws67
722
723         * src/summaryview.c
724                 menu callbacks call toolbar_menu_reply
725
726 2003-03-01 [oliver]     0.8.10claws66
727
728         * src/mainwindow.c
729         * src/messageview.c
730                 menu callbacks call toolbar_menu_reply
731         * src/toolbar.[ch]
732                 callbacks from menu handled by toolbar_menu_reply
733
734 2003-03-01 [paul]       0.8.10claws65
735
736         * src/addressbook.c
737                 revert commit 0.8.10claws54 - breaks editing of
738                 addressbook.
739                 
740         * po/bg.po
741                 update Bulgarian translation, submitted by
742                 George Danchev
743
744 2003-02-28 [christoph]  0.8.10claws64
745
746         * src/account.c
747         * src/addressadd.c
748         * src/compose.c
749         * src/gtkaspell.c
750         * src/gtkxtext.h                ** REMOVE **
751         * src/imap.c
752         * src/matcher.[ch]
753         * src/mh.c
754         * src/news.c
755         * src/pine.c
756         * src/prefs_common.c
757         * src/prefs_matcher.c
758         * src/procheader.[ch]
759         * src/procmsg.[ch]
760         * src/toolbar.c
761         * src/common/ssl_certificate.c
762         * src/gtk/colorlabel.c
763         * src/gtk/menu.c
764                 o fix warnings
765                 o remove code obsoleted by new cache and folder system rework
766
767 2003-02-28 [oliver]     0.8.10claws63
768         
769         * src/toolbar.[ch]
770                 * fix bug where reply in Messageview replied to 
771                 Message displayed in summaryview
772                 (reportedd via ML by chinatinte at gmx dot ch)
773                 * fix bug where toolbar popups (WITH_QUOTE, WITHOUT_QOUTE)
774                 didn't work in separate MessageView Toolbar
775                 (wondering if anybody uses this at all ?)
776         * src/summaryview.[ch]
777                 use toolbar.c's toolbar_reply instead of summary_reply (removed)
778                 (generalize reply and forward code);
779         * src/messageview.c 
780                 remove focus_in event which updated summaryview to messageview
781
782 2003-02-28 [paul]       0.8.10claws62
783
784         * po/Makefile.in.in
785                 add the --check option
786                 Patch submitted by Ricardo Mones Lastra
787
788 2003-02-28 [paul]       0.8.10claws61
789
790         * src/prefs_account.c
791                 re-order 'Signature' items
792
793 2003-02-28 [paul]       0.8.10claws60
794
795         * sync with 0.8.10cvs20
796                 see ChangeLog 2003-02-28
797
798 2003-02-28 [paul]       0.8.10claws59
799
800         * po/POTFILES.in
801                 update to reflect recent movement of files
802
803 2003-02-28 [paul]       0.8.10claws58
804
805         * sync with 0.8.10cvs19
806                 see ChangeLog 2003-02-28
807
808 2003-02-27 [martin]     0.8.10claws57
809
810         * src/prefs_matcher.c 
811                 fix segfault in prefs_matcher_ok() when the
812                 last entry is deleted and prevents that the
813                 message "entry not saved" comes up after deleting
814                 an entry
815
816 2003-02-27 [martin]     0.8.10claws56
817
818         * src/prefs_filtering.c 
819                 fix segfault in prefs_filtering_ok() when the
820                 last entry is deleted and prevents that the
821                 message "entry not saved" comes up after deleting
822                 an entry
823
824 2003-02-27 [paul]       0.8.10claws55
825
826         * sync with 0.8.10cvs18
827                 see ChangeLog 2003-02-27
828
829 2003-02-27 [paul]       0.8.10claws54
830
831         * src/addressbook.c
832                 fix bug where the address book crashes with 
833                 multiple lookups.
834                 Patch [687729] submitted by David Frager 
835                 <dbfrager@users.sourceforge.net>
836
837 2003-02-25 [christoph]  0.8.10claws53
838
839         * src/Makefile.am
840         * src/colorlabel.[ch]           ** REMOVE **
841         * src/gtk/Makefile.am
842         * src/gtk/colorlabel.[ch]       ** NEW **
843                 move colorlabel files to gtk directory
844
845         * src/esmtp.[ch]                ** REMOVE **
846                 has been merged into smtp.[ch] in 0.7.5
847
848 2003-02-25 [christoph]  0.8.10claws52
849
850         * src/Makefile.am
851         * src/about.[ch]                ** REMOVE **
852         * src/gtk/Makefile.am
853         * src/gtk/about.[ch]            ** NEW **
854                 move about files to gtk directory
855
856 2003-02-25 [christoph]  0.8.10claws51
857
858         * src/folder.c
859                 some code optimization of folder scanning code
860
861         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx> 
862
863 2003-02-25 [christoph]  0.8.10claws50
864
865         * src/main.c
866         * src/common/sylpheed.c
867                 add command line parameter parsing to common code
868
869 2003-02-24 [christoph]
870
871         * Makefile.am
872         * configure.ac
873                 fix gnome prefix problems, the configure script now removed
874                 `gnome-config --prefix` from `gnome-config --datadir`
875                 and adds $(prefix} instead
876
877         (closes Bug 24 Makefile does not respect prefix when installing
878          GNOME data)
879
880 2003-02-24 [christoph]  0.8.10claws49
881
882         * src/news.c
883                 check for valid session before trying to authenticate
884
885         (closes Bug 60 crash if "authenticate on logon" is activated
886          and newsserver-hostname is not valid)
887
888 2003-02-24 [melvin]     0.8.10claws48
889
890         * src/prefs_actions.c
891                 Make sure all user's input is sent to the action and then
892                 close the socket..
893
894 2003-02-23 [alfons]     0.8.10claws46
895
896         * src/summaryview.c
897                 also wait cursor when deleting files
898
899 2003-02-23 [paul]
900
901         * tools/freshmeat_search.pl
902           tools/google_search.pl
903                 scripts should now work for any browser/browser command line
904
905 2003-02-22 [christoph]  0.8.10claws45
906
907         * src/procmsg.c
908                 fix IMAP flag setting, IMAP flag is not handled correctly
909                 anymore by the folder system and information about the
910                 folder should not be saved in the MsgInfo (in my opinion)
911
912         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
913
914 2003-02-22 [christoph]  0.8.10claws44
915
916         * src/summaryview.c
917                 fix spelling of "label" ;-)
918
919 2003-02-22 [thorsten]   0.8.10claws43
920
921         * src/mimeview.c
922           src/prefs_common.[ch]
923           src/procmime.[ch]
924                 do not use description as attachment name
925
926 2003-02-22 [alfons]     0.8.10claws42
927
928         * src/summaryview.c
929                 freeze/thaw folder item updates when changing color labels,
930                 and put a wait cursors on
931
932 2003-02-22 [thorsten]   0.8.10claws41
933
934         * src/mimeview.c
935                 save-all fixes: crash if invoked on multipart container,
936                 mimeinfo access, pathseparators, error dialog
937
938 2003-02-21 [alfons]     0.8.10claws40
939
940         * src/prefs_gtk.c
941                 remove unused var
942
943 2003-02-21 [colin]      0.8.10claws39
944
945         * src/send.c
946                 Fix smtp logging
947
948 2003-02-21 [colin]      0.8.10claws38
949
950         * src/summaryview.c
951                 Freeze/thaw folderItem updates when filtering messages 
952                 via Tools/Filter messages
953
954 2003-02-21 [paul]       0.8.10claws37
955
956         * src/compose.c
957                 revert commit 0.8.10claws26, there are ulterior motives
958                 for users to set a Reply-To header when posting to
959                 newsgroups
960
961 2003-02-21 [paul]       0.8.10claws36
962
963         * sync with 0.8.10cvs17
964                 see ChangeLog 2003-02-21
965
966 2003-02-20 [christoph]  0.8.10claws35
967
968         * src/imap.c
969                 IMAP UID fetch speedup using SEARCH
970
971         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
972
973         * src/imap.c
974                 fix problem with UIDs in IMAP UID cache that no longer existed
975
976 2003-02-20 [christoph]  0.8.10claws34
977
978         * src/imap.c
979         * src/procheader.c
980         * src/procheader.h
981                 IMAP header fetch speedup (fetch only headers cached in MsgInfo)
982
983         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
984
985         * src/imap.c
986                 Rewrite imap_cmd_gen_recv use sock_getline instead
987                 of sock_gets to avoid problems with too long reply
988                 lines
989     
990 2003-02-20 [colin]      0.8.10claws33
991         
992         * src/prefs_account.c
993                 Better wording
994
995 2003-02-20 [colin]      0.8.10claws32
996
997         * src/compose.c
998                 Remove useless '&& !to_sender' 
999
1000 2003-02-20 [darko]
1001
1002         * AUTHORS
1003                 change my e-mail address
1004
1005 2003-02-19 [colin]      0.8.10claws31
1006
1007         * src/prefs_common.c
1008                 X11 style colors for every configurable color
1009
1010 2003-02-19 [alfons]     0.8.10claws30
1011
1012         * src/prefs_gtk.[ch]
1013         * src/prefs_common.c
1014                 for color_new accept both plain integers and X11 style color
1015                 names (as found in /usr/lib/X11/rgb.txt)
1016
1017 2003-02-19 [paul]       0.8.10claws29
1018
1019         * src/mainwindow.c
1020                 add tooltips to online/offline button and account selector
1021                 button
1022
1023 2003-02-19 [paul]       0.8.10claws28
1024
1025         * src/folder.c
1026           src/news.c
1027           src/prefs_account.[ch]
1028           src/prefs_common.[ch]
1029                 move 'Maximum number of articles to download' to
1030                 account prefs.
1031                 clean up account prefs gui a little by hiding entries
1032                 rather then greying out entries
1033
1034 2003-02-19 [hiro]       0.8.10claws27
1035
1036         * src/common/utils.c
1037                 fix bug #54 'yesterdays date is displayed in the message 
1038                 summary window'
1039
1040 2003-02-19 [paul]       0.8.10claws26
1041
1042         * src/compose.c
1043                 fix bug reported in Feature Request [688596] 
1044                 'Reply-to header in news'
1045
1046 2003-02-18 [paul]       0.8.10claws25
1047
1048         * src/select-keys.c
1049                 add a 'List all keys' button to key selection dialog
1050
1051 2003-02-18 [colin]      0.8.10claws24
1052         
1053         * src/stock_pixmap.c
1054                 fix compile error
1055
1056 2003-02-18 [colin]      0.8.10claws23
1057
1058         * src/common/smtp.[ch]
1059           src/prefs_account.c
1060                 Try to starttls if it seems to be the only
1061                 way to authenticate a user
1062
1063 2003-02-18 [paul]       0.8.10claws22
1064
1065         * src/Makefile.am
1066           src/folderview.c
1067           src/stock_pixmap.[ch]
1068           src/pixmaps/drafts_close.xpm  ** NEW FILE **
1069           src/pixmaps/drafts_open.xpm   ** NEW FILE **
1070                 as a Drafts folder is a special folder allow it to have
1071                 its own unique icons
1072
1073 2003-02-18 [colin]      0.8.10claws21
1074
1075         * src/imap.c
1076                 Fix port selection when using starttls
1077
1078 2003-02-18 [paul]       0.8.10claws20
1079
1080         * src/mainwindow.c
1081           src/prefs_common.[ch]
1082                 make blue the default new mail colour
1083
1084 2003-02-18 [paul]       0.8.10claws19
1085
1086         * sync with 0.8.10cvs14
1087                 see ChangeLog 2003-02-18
1088
1089 2003-02-17 [jens]       0.8.10claws18
1090
1091         * src/common/md5.c
1092                 fixed a compile problem with gcc 3.3
1093                 works on 2.95.3 too (testet on PPC as it is big endian)
1094
1095 2003-02-17 [paul]       0.8.10claws17
1096
1097         * sync with 0.8.10cvs13
1098                 see ChangeLog 2003-02-17
1099
1100 2003-02-17 [paul]       0.8.10claws16
1101
1102         * sync with 0.8.10cvs12
1103                 see ChangeLog 2003-02-17
1104
1105 2003-02-16 [match]      0.8.10claws15
1106
1107         * src/addressbook.c
1108                 Eliminates reloading of address data when items
1109                 deleted or added. Applied submitted by
1110                 Luke Plant <lukeplant@softhome.net>
1111
1112 2003-02-16 [paul]       0.8.10claws14
1113
1114         * src/news.c
1115                 when a 'protocol error' is encountered disconnect from
1116                 the server. This means that the user can carry on viewing
1117                 other articles and doesn't have to either wait until the
1118                 server timesout or quit sylpheed.
1119                 Fixes bug #53 'Unable to read messages in newsgroups, 
1120                 displayed message doesn't change'
1121
1122 2003-02-15 [christoph]  0.8.10claws13
1123
1124         * src/imap.c
1125                 fix bug that stopped scanning of folders when an
1126                 IMAP folder was empty
1127
1128         (closes bug 46 stop scan messages in folders after empty folder)
1129
1130 2003-02-15 [paul]
1131
1132         * tools/Makefile.am
1133           tools/README
1134           tools/freshmeat_search.pl     ** NEW FILE **
1135           tools/google_search.pl        ** NEW FILE **
1136                 Add 2 Actions scripts which search freshmeat/google
1137                 for the selected text using the browser configured
1138                 in sylpheedrc.
1139                 
1140         Note: These scripts are very dependent on the format of the
1141         browser command and may not work on every occasion. Testing
1142         is welcome. 
1143
1144 2003-02-14 [alfons]     0.8.10claws12
1145
1146         * src/compose.c
1147                 fix breakage because of uninitialized account pointer.
1148                 please verify.
1149
1150 2003-02-14 [paul]       0.8.10claws11
1151
1152         * src/compose.c
1153           src/prefs_account.[ch]
1154           src/prefs_common.[ch]
1155                 move signature settings to Account Prefs
1156
1157 2003-02-14 [paul]       0.8.10claws10
1158
1159         * sync with 0.8.10cvs11
1160                 see ChangeLog 2003-02-14
1161
1162 2003-02-13 [thorsten]   0.8.10claws9
1163
1164         * src/news.c
1165                 revert news progressbar (GUI separation)
1166
1167 2003-02-13 [paul]       0.8.10claws8
1168
1169         * src/compose.c
1170                 make replies behave correctly, re: RFC 1036, Section 2.2.3,
1171                 paragraph 1
1172
1173 2003-02-13 [paul]       0.8.10claws7
1174
1175         * src/compose.[ch]
1176           src/summaryview.c
1177                 fix 'Follow-up and Reply-to' so that it creates a reply to
1178                 the newsgroup and the sender. If the message has the keyword
1179                 'poster' in the Followup-To header, all replies go to the
1180                 sender, re: RFC 1036, Section 2.2.3
1181                 rename all instances of 'ignore_replyto' to 'to_sender', both
1182                 were previously used, now we use just one.
1183
1184 2003-02-13 [paul]       0.8.10claws6
1185
1186         * sync with 0.8.10cvs9
1187                 see ChangeLog 2003-02-13
1188
1189 2003-02-13 [paul]       0.8.10claws5
1190
1191         * configure.ac
1192                 show which plugins are configured in the configure
1193                 output.
1194
1195 2003-02-12 [thorsten]   0.8.10claws4
1196
1197         * src/news.c
1198                 show progress while fetching news headers
1199
1200 2003-02-12 [christoph]  0.8.10claws3
1201
1202         * configure.ac
1203         * src/plugins/Makefile.am
1204                 use AM_CONDITIONAL to enable plugins, automake correctly
1205                 manages this when creating distdir
1206
1207 2003-02-12 [christoph]  0.8.10claws2
1208
1209         * ac/spamassassin.m4
1210         * src/plugins/spamassassin/Makefile.am
1211                 fix building SpamAssassin plugin without OpenSSL
1212
1213 2003-02-12 [paul]       0.8.10claws1
1214
1215         * ac/Makefile.am
1216           src/Makefile.am
1217           src/plugins/Makefile.am
1218                 fix failure of 'make release'
1219
1220 2003-02-12 [paul]       0.8.10claws
1221
1222         * 0.8.10claws released
1223
1224 2003-02-12 [paul]       0.8.9claws56
1225
1226         * po/bg.po
1227           po/es.po
1228           po/it.po
1229           po/ru.po
1230           po/sr.po
1231                 updated translations by George Danchev, Ricardo Mones Lastra,
1232                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively
1233                 
1234         * sylpheed.spec.in
1235                 Allow the building of RPMs by a regular user. Submitted
1236                 by Sergei Astanin
1237
1238 2003-02-11 [alfons]     0.8.9claws55
1239
1240         * src/colorlabel.c
1241                 don't use pixmaps for label color rect but draw rectangles
1242                 so we can respect the color map of palette based visuals
1243                 (fixes the long time crashes on Suns - thanks to Andreas
1244                 Engel and Steve O'Hara-Smith for testing)
1245
1246 2003-02-11 [christoph]  0.8.9claws54
1247
1248         * src/matcher_parser_parse.y
1249                 correct bug where filering rules of not existing folders in
1250                 matcherrc were added to global filtering
1251                 
1252         (closes Debian Bug #180253 - Directory's filter-rules are merged with
1253          main filter-rules after removing directory, http://bugs.debian.org/180253)
1254         
1255 2003-02-11 [paul]       0.8.9claws53
1256
1257         * sync with 0.8.10cvs7
1258                 see ChangeLog 2003-02-09
1259
1260 2003-02-11 [melvin]     0.8.9claws52
1261
1262         * po/fr.po
1263                 Updated French tranlsations
1264
1265 2003-02-10 [paul]       0.8.9claws51
1266
1267         * sylpheed.spec.in
1268                 correct --enable-openssl
1269                 Fix submitted by Sergei Astanin <asita@users.sourceforge.net>
1270
1271 2003-02-09 [martin]     0.8.9claws50
1272
1273         * src/prefs_matcher.c
1274                 fix segfault in prefs_matcher_substitute_cb() when
1275                 no row is selected
1276
1277 2003-02-09 [paul]       0.8.9claws49
1278
1279         * src/folderview.c
1280                 fix bug where a newsgroup folder's processing rules were
1281                 merged with the global filtering rules when the newsgroup
1282                 folder was deleted, causing some seriously bad results,
1283                 see <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=180253>
1284
1285 2003-02-08 [melvin]     0.8.9claws48
1286
1287         * src/compose.c
1288                 Corrected and modified an alert message.
1289
1290 2003-02-07 [paul]       0.8.9claws47
1291
1292         * src/folderview.c
1293                 fix bug where both an 'Account properties' window and a
1294                 'Folder properties' window were opened when clicking on
1295                 'Properties' in an NNTP or IMAP folder's popup menu.
1296
1297 2003-02-07 [paul]       0.8.9claws46
1298
1299         * sync with 0.8.10cvs6
1300                 see ChangeLog 2003-02-06
1301
1302 2003-02-06 [christoph]  0.8.9claws45
1303
1304         * src/mbox.c
1305                 freeze folder updates while importing mbox files
1306                 (closes bug 43 importing mbox took hours)
1307                 
1308         Patch submitted by Jens Rantil <jens.rantil@telia.com>
1309
1310 2003-02-06 [thorsten]   0.8.9claws44
1311
1312         * po/de.po
1313                 Updated german translations
1314
1315 2003-02-06 [thorsten]   0.8.9claws43
1316
1317         * src/news.h
1318                 use guint for message numbers (fix count in grouplist dialog)
1319
1320 2003-02-05 [paul]       0.8.9claws42
1321
1322         * sync with 0.8.10cvs2
1323                 see ChangeLog 2003-02-05
1324
1325 2003-02-04 [colin]      0.8.9claws41
1326
1327         * src/prefs_common.[ch]
1328           src/procmsg.c
1329           src/summaryview.c
1330                 Add an option to disable threading by subject
1331
1332 2003-02-04 [christoph]  0.8.9claws40
1333
1334         * src/inc.c
1335                 only abort fetching mails from multiple accounts when the
1336                 error is fatal and does not allow to check any more accounts
1337                 (currently only disk full error)
1338
1339         (closes bug 31 after POP3 error: "no such mail" Sylpheed does not
1340          receive mails for other accouts)
1341
1342 2003-02-04 [christoph]  0.8.9claws39
1343
1344         * src/folder.c
1345                 first add the new message to the cache, then
1346                 send the update notification
1347
1348         (closes bug 39 after sending message folderview doesnt get updated)
1349
1350 2003-02-04 [colin]      0.8.9claws38
1351
1352         * src/inc.c
1353                 _really_ fix this Connecting... status
1354
1355 2003-02-04 [paul]       0.8.9claws37
1356
1357         * sync with 0.8.10
1358                 see ChangeLog 2003-02-04
1359
1360 2003-02-04 [paul]       0.8.9claws36
1361
1362         * sync with 0.8.9cvs6
1363                 see ChangeLog 2003-02-03
1364
1365 2003-02-04 [paul]       0.8.9claws35
1366
1367         * po/pt_BR.po
1368                 updated by André Filipe de Assunção e Brito 
1369                 <bedecko@netsite.com.br>
1370
1371 2003-02-03 [thorsten]   0.8.9claws34
1372
1373         * po/de.po
1374                 Updated german translations
1375
1376 2003-02-02 [paul]       0.8.9claws33
1377
1378         * po/es.po
1379                 updated by Ricardo Mones Lastra
1380
1381 2003-02-02 [thorsten]   0.8.9claws32
1382
1383         * src/mh.c
1384                 Fix mh_get_msginfo() segfault if file is inaccessible
1385
1386 2003-01-31 [colin]      0.8.9claws31
1387
1388         * src/procheader.c
1389                 Fix last commit's bug
1390
1391 2003-01-31 [colin]      0.8.9claws30
1392
1393         * src/procheader.c
1394                 Missing a change for gpg-signed messages
1395
1396 2003-01-31 [paul]       0.8.9claws29
1397
1398         * src/pixmaps/gpg_signed.xpm    ** NEW FILE **
1399           src/procheader.c
1400           src/stock_pixmap.[ch]
1401           src/summaryview.c
1402                 indicate GnuPG signed messages by displaying an icon
1403                 in the Attachment column.
1404
1405 2003-01-31 [paul]       0.8.9claws28
1406
1407         * sync with 0.8.9cvs4
1408                 see ChangeLog 2003-01-31
1409
1410 2003-01-31 [alfons]     0.8.9claws27
1411
1412         * src/textview.c
1413                 tune URI parser to accept mailto URLs with a '?'
1414                 (patch from Ruslan Balkin)
1415
1416 2003-01-31 [colin]      0.8.9claws26
1417
1418         * src/summaryview.c
1419                 Fix a leak introduced in claws24
1420
1421 2003-01-31 [colin]      0.8.9claws25
1422
1423         * src/summaryview.c
1424                 Freeze/Thaw folder updates when deleting dups
1425
1426 2003-01-31 [colin]      0.8.9claws24
1427         
1428         * src/addr_compl.c
1429           src/summaryview.c
1430           src/msgcache.c
1431                 little speed improvements
1432
1433 2003-01-31 [colin]      0.8.9claws23
1434
1435         * src/summaryview.c
1436                 Fix segfault when forwarding nothing
1437                 Patch from "Ruslan N. Balkin" <baron@voices.ru>
1438                 
1439 2003-01-30 [paul]       0.8.9claws22
1440
1441         * sync with 0.8.9cvs3
1442                 see ChangeLog 2003-01-30
1443
1444 2003-01-30 [paul]       0.8.9claws21
1445
1446         * sync with 0.8.9cvs2
1447                 see ChangeLog 2003-01-30
1448
1449 2003-01-29 [paul]       0.8.9claws20
1450
1451         * sync with 0.8.9cvs1
1452                 see ChangeLog 2003-01-29
1453
1454 2003-01-28 [paul]       0.8.9claws19
1455
1456         * po/POTFILES.in
1457                 update to reflect changes. 
1458                 thanks to Ricardo Mones Lastra
1459
1460 2003-01-27 [christoph]  0.8.9claws18
1461
1462         * ac/openssl.m4
1463         * ac/spamassassin.m4
1464         * src/plugins/spamassassin/README
1465         * src/plugins/spamassassin/libspamc.[ch]
1466         * src/plugins/spamassassin/utils.[ch]
1467                 updated to latest libspamc
1468
1469 2003-01-27 [christoph]  0.8.9claws17
1470
1471         * src/folder.c
1472                 fix wrong use of procheader_get_header_fields
1473
1474 2003-01-27 [christoph]  0.8.9claws16
1475
1476         * src/news.c
1477         * src/prefs_account.[ch]
1478         * src/common/nntp.[ch]
1479                 allow to force authentication for NNTP servers
1480
1481         Patch submitted by Florian Mickler <dmk@d-labs.de>
1482
1483 2003-01-26 [paul]       0.8.9claws15
1484
1485         * src/summaryview.c
1486                 speed up of marking messages as read
1487                 patch submitted by Jens Rantil <ztyx@users.sourceforge.net>
1488
1489 2003-01-26 [christoph]  0.8.9claws14
1490
1491         * src/Makefile.am
1492         * src/mgutils.[ch]              ** REMOVE **
1493         * src/xml.[ch]                  ** REMOVE **
1494         * src/xmlprops.[ch]             ** REMOVE **
1495         * src/common/Makefile.am
1496         * src/common/mgutils.[ch]       ** NEW **
1497         * src/common/xml.[ch]           ** NEW **
1498         * src/common/xmlprops.[ch]      ** NEW **
1499                 move xml files to common directory
1500
1501 2003-01-26 [christoph]  0.8.9claws13
1502
1503         * src/plugins/spamassassin/spamassassin_gtk.c
1504                 only set gtk entry text if string is available
1505
1506 2003-01-26 [melvin]     0.8.9claws12
1507
1508         * src/description_window.c
1509                 Allow resizing of the window
1510                 Allow automatic horizontal scroll bar
1511                 Do not vertically expand and fill
1512
1513 2003-01-26 [christoph]  0.8.9claws11
1514
1515         * src/Makefile.am
1516         * src/gtkutils.[ch]             ** REMOVE **
1517         * src/common/sylpheed.c
1518         * src/gtk/Makefile.am
1519         * src/gtk/description_window.c
1520         * src/gtk/gtkutils.[ch]         ** NEW **
1521         * src/gtk/prefswindow.c
1522                 move gtkutils to gtk directory
1523
1524 2003-01-26 [paul]       0.8.9claws10
1525
1526         * src/summaryview.c
1527                 rename summary_unread_clicked() to summary_status_clicked()
1528
1529 2003-01-26 [melvin]     0.8.9claws9
1530
1531         * src/prefs_actions.c
1532                 Cosmetical changes to the help text
1533
1534 2003-01-26 [paul]       0.8.9claws8
1535
1536         * src/folder.[ch]
1537           src/mainwindow.c
1538           src/prefs_common.c
1539           src/prefs_sumamry_column.c
1540           summaryview.[ch]
1541                 rename the 'Unread' column to 'Status'
1542
1543 2003-01-25 [match]      0.8.9claws7
1544
1545         * src/mgutils.[ch]
1546                 removed reference to LDAP constants. removed error2string.
1547                 included functions to support LDAP dynamic queries.
1548         * src/syldap.h
1549                 moved LDAP constants here.
1550         * src/addressbook.c
1551         * src/addrindex.c
1552         * src/importldif.c
1553                 removed references to LDAP constants and references to
1554                 error2string.
1555
1556 2003-01-25 [paul]       0.8.9claws6
1557
1558         * src/summaryview.c
1559                 summary_thread_build(), summary_thread_init(): remove 
1560                 unneeded reference to summaryview->folder_item
1561
1562 2003-01-25 [christoph]  0.8.9claws5
1563
1564         * src/gtk/description_window.c
1565                 o allow description texts to expand over multiple columns
1566                 o translate all columns
1567         * src/prefs_actions.c
1568                 change syntax description to use new multi column feature
1569
1570         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
1571
1572 2003-01-25 [match]      0.8.9claws4
1573
1574         * src/vcard.c
1575                 fixed bug with Quoted-Printable
1576
1577 2003-01-25 [paul]       0.8.9claws3
1578
1579         * src/folder.[ch]
1580           src/summaryview.[ch]
1581                 implement per-folder collapsed/expanded threads setting
1582                 
1583         * src/prefs_common.c
1584                 remove global collapsed/expanded threads option
1585
1586 2003-01-25 [christoph]  0.8.9claws2
1587
1588         * po/POTFILES.in
1589                 add pluginwindow and prefswindow
1590         * src/compose.c
1591                 make send respond correctly to messages that could be added
1592                 to the queue folder, but the UID of the message is unknown
1593         * src/folder.c
1594         * src/imap.c
1595                 don't return guessed UIDs in imap_add_msg anymore. We return
1596                 0 to tell the folder system it was appened but the UID is
1597                 unknown. Folder system now get's the UID by scaning the folder
1598                 and searching the cache for the Message-ID
1599                 (closes bug #29 Messages queued, but not sent)
1600
1601 2003-01-25 [paul]       0.8.9claws1
1602
1603         * src/codeconv.c
1604                 conv_encode_header():  fix bug when long headers with 8-bit
1605                 characters are used, so that the encoded words are wrapped.
1606                 If the space in the original text falls on the wrap boundary,
1607                 it can be lost.
1608                 Patch by Sergey Vlasov.
1609                 
1610         * src/folderview.c
1611                  fix bug where a change to the sorting method or thread view
1612                  of a folder's messages is lost if simpify-subject is set and
1613                  toggled on or off.
1614                  Patch by Luke Plant.
1615
1616 2003-01-24 [paul]       0.8.9claws
1617
1618         * sylpheed-0.8.9claws released
1619         
1620         * Makefile.am
1621           sylpheed.spec.in
1622                 remove reference to 'INSTALL.jp'
1623
1624 2003-01-23 [paul]       0.8.8claws128
1625
1626         * po/es.po
1627           po/it.po
1628           po/ru.po
1629           po/sr.po
1630                 updated translations. submitted by Ricardo Mones Lastra,
1631                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively.
1632
1633 2003-01-23 [colin]      0.8.8claws127
1634
1635         * src/compose.c
1636                 Fix drafted and queued news articles re-edition
1637
1638 2003-01-23 [melvin]     0.8.8claws126
1639
1640         * po/fr.po
1641                 Updated French translations
1642
1643 2003-01-23 [colin]      0.8.8claws125
1644
1645         * src/inc.c
1646                 Fix "Connecting to..." status message
1647
1648 2003-01-22 [paul]       0.8.8claws124
1649
1650         * po/bg.po
1651                 updated by George Danchev
1652                 
1653         * src/folder.c
1654                 revert last commit [0.8.8claws111] as it breaks folder d'n'd
1655                 and folder deletion
1656
1657 2003-01-21 [paul]       0.8.8claws123
1658
1659         * po/bg.po
1660                 updated by George Danchev
1661                 
1662         * src/about.c
1663                 its now 2003
1664                 
1665         * src/toolbar.c
1666                 don't translate 'Separator'
1667                 
1668         * src/plugins/spamassassin/Makefile.am
1669                 add aspell to CPPFLAGS
1670                 
1671         * src/plugins/spamassassin/spamassassin.c
1672           src/plugins/spamassassin/spamassassin_gtk.c
1673                 set correct default for spamassassin_receive_spam
1674                 slightly re-word descriptions and some
1675                 other minor changes
1676
1677 2003-01-19 [alfons]     0.8.8claws122
1678                 
1679         * src/mimeview.c
1680                 mimeview_save_as(): we might as well show the file name for
1681                 the single case "Save As" too
1682
1683 2003-01-19 [alfons]     0.8.8claws121
1684
1685         * src/crash.c
1686                 change bug tracker URL to bugzilla URL
1687
1688 2003-01-19 [alfons]     0.8.8claws120
1689
1690         * src/mimeview.c
1691                 mimeview_save_all(): display name of file before overwriting;
1692                 continue saving all, even when one overwrite was cancelled
1693
1694 2003-01-19 [christoph]  0.8.8claws119
1695
1696         * src/summaryview.c
1697         * src/procmsg.[ch]
1698                 fix wrong usage of procmsg_find_children in summaryview
1699                 by using procmsg_update_unread_children instead of
1700                 summaryview_update_unread_children
1701
1702 2003-01-19 [christoph]  0.8.8claws118
1703
1704         * src/procmsg.c
1705                 fix infinite loop in procmsg_find_children
1706                  (closes bug #25 sylpheed crashes on delete.)
1707
1708         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
1709
1710 2003-01-19 [paul]       0.8.8claws117
1711
1712         * po/pt_BR.po
1713                 updated by Ivan Francolin Martinez
1714
1715 2003-01-18 [melvin]     0.8.8claws116
1716
1717         * src/prefs_actions.c
1718                 Removed syntax limitation of only one '&' at the end of command.
1719                         Now actions that contain '>/dev/null 2>&1' are possible.
1720
1721 2003-01-18 [melvin]     0.8.8claws115
1722
1723         * src/prefs_actions.c
1724                 Actions IO dialog: when the action ends
1725                 the "Close" button now has focus and [Escape] closes the
1726                 window.
1727
1728 2003-01-18 [christoph]  0.8.8claws114
1729
1730         * src/procmsg.c
1731                 o add debug output when MsgInfos are really freed
1732                 o free GSLists in procmsg_find_children and
1733                   procmsg_update_unread_children
1734
1735 2003-01-18 [christoph]  0.8.8claws113
1736
1737         * src/mainwindow.c
1738                 reorder Configuration menu
1739
1740 2003-01-18 [christoph]  0.8.8claws112
1741
1742         * src/compose.c
1743                 fix applying templates to forwarded messages
1744
1745         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
1746
1747 2003-01-17 [christoph]  0.8.8claws111
1748
1749         * src/folder.c
1750                 destroy folder items, when a folder item is removed
1751
1752 2003-01-17 [christoph]  0.8.8claws110
1753
1754         * src/folder.c
1755                 fix wrong folder stats update when ignored message is
1756                 deleted
1757
1758 2003-01-17 [colin]      0.8.8claws109
1759         
1760         * src/mainwindow.c
1761         * src/summaryview.c
1762                 Quicksearch bugfixes: 
1763                 - hide help button at startup if not extended
1764                 - switch to extended when looking for replies
1765
1766 2003-01-17 [paul]
1767
1768         * sync with 0.8.9 release
1769
1770 2003-01-17 [paul]       0.8.8claws108
1771
1772         * sync with 0.8.8cvs11
1773                 see ChangeLog 2003-01-17
1774
1775 2003-01-16 [colin]      0.8.8claws107
1776
1777         * src/procmsg.c
1778                 Changed encryption test to re-ask passphrase
1779                 if an encrypted message hasn't been decrypted
1780                 Fixes bug #5
1781
1782 2003-01-16 [christoph]  0.8.8claws106
1783
1784         * src/prefs_gtk.c
1785         * src/prefs_toolbar.c
1786         * src/gtk/prefswindow.h
1787         * src/plugins/spamassassin/spamassassin_gtk.c
1788                 remove page destroy function that is not used anymore
1789
1790 2003-01-16 [paul]       0.8.8claws105
1791
1792         * sync with 0.8.8cvs9
1793                 see ChangeLog 2002-01-16
1794
1795 2003-01-16 [colin]      0.8.8claws104
1796
1797         * src/compose.[ch]
1798                 Fix bug with autosaved drafts for IMAP, when draft
1799                 folder is specified - fixes bugzilla bug #20
1800
1801 2003-01-15 [paul]       0.8.8claws103
1802
1803         * src/compose.[ch]
1804           src/procmsg.c
1805                 store folder and message-id of message forwarding
1806                 in queue header and set forward flag after sending
1807
1808 2003-01-15 [paul]       0.8.8claws102
1809
1810         * sync with 0.8.8cvs8
1811                 see ChangeLog 2002-01-15
1812
1813 2003-01-15 [colin]      0.8.8claws101
1814
1815         * src/Makefile.am
1816                 Fix linking with GNU libiconv
1817
1818 2003-01-15 [darko]      0.8.8claws100
1819
1820         * src/pine.c
1821                 fix crash when importing pine address book
1822                 entry with an empty name (reported by DY
1823                 <dybulk at tri8.net>)
1824
1825 2003-01-14 [paul]       0.8.8claws99
1826
1827         * configure.in  ** REMOVED **
1828           configure.ac  ** NEW FILE **
1829                 rename configure.in to configure.ac, as it is now
1830                 preferred
1831
1832 2003-01-14 [melvin]     0.8.8claws98
1833
1834         * src/folderview.c
1835                 folderview_check_new(): More precise function description
1836
1837 2003-01-14 [melvin]     0.8.8claws97
1838
1839         * src/folderview.c
1840                 folderview_check_new(): return the number of new messages 
1841                         since last check.
1842         * src/inc.c
1843                 inc_account_mail(): Disable counting of new messages for IMAP
1844                         and NNTP until bug [19] and [14] are fixed.
1845
1846 2003-01-14 [paul]       0.8.8claws96
1847
1848         * sync with 0.8.8cvs6
1849                 see ChangeLog 2003-01-14
1850
1851 2003-01-13 [alfons]     0.8.8claws95
1852
1853         * src/textview.c
1854                 tune email address validation (c. 0.8.8claws89): if . is 
1855                 just one char away from @, the address is invalid too 
1856                 (correctly rejects addresses like foo@.com)
1857
1858 2003-01-13 [paul]       0.8.8claws94
1859
1860         * src/messageview.c
1861           src/toolbar.c
1862                 fixes to the Message View toolbar and menu:
1863                 fix non-functioning Forward button
1864                 make Reply button consider default_reply_list
1865                 remove 'Follow-up...' menu entry
1866                 add 'Forward' and 'Redirect' menu entries
1867
1868 2003-01-13 [melvin]     0.8.8claws93
1869
1870         * src/inc.c
1871                 Fixed typo that could make new messages count incorrect.
1872
1873 2003-01-13 [melvin]     0.8.8claws92
1874
1875         * src/folderview.[ch]
1876                 folderview_check_new(): return the number of new messages.
1877         * src/inc.c
1878                 Should fix bug [14] where new mail notification worked 
1879                         incorrectly with IMAP accounts.
1880                 inc_spool_account(): return number of new msgs, or -1 on error
1881                 inc_all_spool(): return number of new msgs
1882                 
1883 2003-01-13 [melvin]     0.8.8claws91
1884
1885         * src/prefs_actions.c
1886                 Justify help text.
1887
1888 2003-01-12 [thorsten]   0.8.8claws90
1889
1890         * src/common/prefs.c
1891                 close file before rename
1892
1893 2003-01-12 [alfons]     0.8.8claws89
1894
1895         * AUTHORS
1896                 add Christian Mertes
1897         * src/common/utils.[ch]
1898                 g_stricase_hash(), g_stricase_equal(): functions for 
1899                 case insensitive hash tables
1900         * src/textview.c
1901                 use top level domain names to validate email address, based
1902                 on a patch by Christian Mertes (thanks!), but changed 
1903                 implementation to use a hash table 
1904
1905 2003-01-12 [paul]       0.8.8claws88
1906
1907         * po/bg.po
1908                 updated by George Danchev
1909
1910 2003-01-12 [alfons]     0.8.8claws87
1911
1912         * src/summaryview.c
1913                 delete / execute performance: use new style folder update
1914
1915 2003-01-12 [paul]       0.8.8claws86
1916
1917         * sync with 0.8.8cvs5
1918                 see ChangeLog 2003-01-13 (!)
1919
1920 2003-01-12 [alfons]     0.8.8claws85
1921
1922         * src/filtering.c
1923         * src/matcher_parser_parse.y
1924                 prepare change_score filtering action
1925         * src/matcher.[ch]
1926                 give up const-correctness on functions that call non-const-correct functions;
1927                 several casts to gpointer in g_free();
1928                 add change_score;
1929
1930 2003-01-12 [christoph]  0.8.8claws84
1931
1932         * src/compose.c
1933                 fix 2 warnings
1934
1935         * src/gtk/prefswindow.[ch]
1936         * src/plugins/spamassassin/spamassassin_gtk.c
1937                 changed the call of the widget create function
1938                 for PrefsPages, because sometimes the widget
1939                 create function needs a widget that already has
1940                 been attached to a window (to create GDK pixmaps
1941                 for exmaple). So we simply pass the GtkWindow as
1942                 the second parameter now.
1943
1944         * src/main.c
1945         * src/mainwindow.c
1946         * src/prefs_toolbar.[ch]
1947                 rewrite Toolbar Preferences using the new
1948                 prefs window
1949
1950 2003-01-11 [alfons]     0.8.8claws83
1951
1952         * src/addressadd.c
1953                 fix crash when adding sender to addressbook because status bar
1954                 isn't there (the status bar doesn't seem to be used though,
1955                 but I'll let Match decide what to do with it)
1956
1957 2003-01-11 [colin]      0.8.8claws82
1958
1959         * src/main.c
1960           src/toolbar.c
1961                 Two useless changes reversed
1962
1963 2003-01-11 [colin]      0.8.8claws81
1964
1965         * src/mainwindow.c
1966           src/mainwindow.h
1967                 Add mainwindow_get_mainwindow()
1968         * src/alertpanel.c
1969           src/alertpanel.h
1970                 Add alertpanel_error_log() 
1971         * src/compose.c
1972           src/inc.c
1973           src/messageview.c
1974           src/toolbar.c
1975           src/main.c
1976           src/procmsg.c
1977                 Network errors get a View Log button
1978
1979 2003-01-10 [alfons]     0.8.8claws80
1980
1981         * src/prefs_toolbar.c
1982         * src/toolbar.c
1983                 use the translatable string for "Separator" as file name for
1984                 separator toolbar items (probably make this uppercase?)
1985
1986 2003-01-10 [alfons]     0.8.8claws79
1987
1988         * src/prefs_toolbar.c
1989                 put right A_SEPARATOR description string in "displayed
1990                 toolbar items list" so manually added separators are
1991                 saved correctly (bug #10, "Adding a separator to the main 
1992                 toolbar fails, entry in xml file is wrong")
1993
1994 2003-01-10 [christoph]  0.8.8claws78
1995
1996         * src/imap.c
1997                 o fix warnings
1998                 o use CAPABILITY to check if NAMESPACE is available
1999
2000 2003-01-10 [christoph]  0.8.8claws77
2001
2002         * src/imap.[ch]
2003                 apply UIDPLUS IMAP extension support patch
2004
2005         Patch submitted by Simon 'corecode' Schubert
2006
2007 2003-01-10 [paul]       0.8.8claws76
2008
2009         * src/folderview.c
2010                 a sync from main which fixes the news account folders'
2011                 Properties bug
2012
2013 2003-01-10 [christoph]  0.8.8claws75
2014
2015         * src/folder.c
2016                 don't accept 0 as a valid uid returned by copy and move
2017                 functions. 0 means the message was copied or moved but the
2018                 new uid could not be fetched. It is not an error condition
2019                 for the copy or move operation.
2020
2021 2003-01-10 [paul]       0.8.8claws74
2022
2023         * src/prefs_filtering.c
2024                 change English used in Alert when entry is not
2025                 saved.
2026                 
2027         * sync with 0.8.8cvs4
2028                 see ChangeLog 2003-01-10
2029
2030 2003-01-10 [darko]      0.8.8claws73
2031
2032         * src/pine.c
2033                 fix crash when importing address book entry
2034                 without a valid address
2035
2036 2003-01-09 [alfons]     0.8.8claws72
2037
2038         * src/inc.c
2039                 filtering performance: use new style folder update
2040
2041 2003-01-09 [christoph]  0.8.8claws71
2042
2043         * src/compose.c
2044         * src/gtk/menu.[ch]
2045                 fix wrong selecting of mime encoding type, when
2046                 opening property dialog of attachments in the
2047                 compose window. 7bit was always selected and that
2048                 destoryed files with 8bit data.
2049                 (closes bug #9 Sylpheed-claws destroys attachments when
2050                  changing MIME-types)
2051
2052 2003-01-09 [paul]       0.8.8claws70
2053
2054         * sync with 0.8.8cvs3
2055                 see ChangeLog 2003-01-09
2056
2057 2003-01-08 [alfons]     0.8.8claws69
2058         
2059         * src/addressadd.c
2060                 apply patch by Kim Schulz to fix build breakage
2061                 because of missing variable
2062
2063 2003-01-08 [paul]       0.8.8claws68
2064
2065         * sync with 0.8.8cvs2
2066                 see ChangeLog 2002-01-08
2067
2068 2003-01-08 [paul]       0.8.8claws67
2069
2070         * po/it.po
2071                 updated by Alessandro Maestri
2072                 
2073         * src/addressadd.c
2074                 when using 'Add sender to addressbook' allow
2075                 name to be edited and remarks to be entered
2076                 Patch submitted by Luke Plant
2077
2078 2003-01-08 [darko]      0.8.8claws66
2079
2080         * README.claws, src/summaryview.c
2081                 fix description for marked messages
2082
2083 2003-01-08 [paul]
2084
2085         * tools/Makefile.am
2086           tools/launch_phoenix  ** NEW FILE **
2087                 add script that enables using Phoenix as the default
2088                 web browser. 
2089                 Submitted by Mohammed Sameer <Uniball@linux-egypt.org>
2090                 
2091         * tools/OOo2sylpheed.pl
2092                 remove full path to sylpheed executable, just 'sylpheed'
2093                 will do
2094                 
2095         * tools/README
2096                 add launch_phoenix informtion and re-arrange and compress
2097                 the data a little
2098
2099 2003-01-07 [christoph]  0.8.8claws65
2100
2101         * src/folder.c
2102                 fix update for source folder when moving messages
2103         * src/procmsg.[ch]
2104         * src/summaryview.c
2105                 use function to set to_folder for message infos and
2106                 automatically update the op_count for old and new
2107                 folder
2108
2109 2003-01-07 [melvin]     0.8.8claws64
2110
2111         * src/prefs_actions.c
2112                 Fixed bug where an '%p' Action on a displayed image crashed 
2113                         Sylpheed
2114                 Code clean up (get rid of duplicated code and removed unnecessary 
2115                                 structure member)
2116
2117 2003-01-07 [christoph]  0.8.8claws63
2118
2119         * src/compose.c
2120         * src/folder.[ch]
2121         * src/folderview.c
2122         * src/import.c
2123         * src/inc.c
2124         * src/main.c
2125         * src/mainwindow.c
2126         * src/messageview.c
2127         * src/prefs_folder_item.c
2128         * src/procmsg.c
2129         * src/summaryview.c
2130         * src/toolbar.c
2131                 o remove all folder update triggering from the UI code. The folder
2132                   system should know much better when a folder needs an update.
2133                 o to prevent multiple updates in a row the folder updates can be
2134                   frozen for some time.
2135
2136                 Note: - Please verify that no updates are missing
2137                       - Check where freeze/thaws should be added
2138
2139 2003-01-07 [christoph]  0.8.8claws62
2140
2141         * src/prefs_actions.c
2142                 don't translate empty strings
2143
2144         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
2145
2146 2003-01-06 [christoph]  0.8.8claws61
2147
2148         * src/prefs_actions.c
2149                 mark strings for gettext
2150         * src/prefs_matcher.c
2151                 use new description window for Execute action and
2152                 match condition in Filtering
2153
2154         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
2155
2156 2003-01-06 [alfons]     0.8.8claws60
2157
2158         keep myself inspired to re-organize matcher part 8; 
2159         yes, more to come (I need to move out the descriptive
2160         text for actions to matcher.c, or at least make it not
2161         depend on the wicked ordering)
2162
2163         * src/prefs_matcher.c
2164                 add documentation so others may comprehend the
2165                 UI part of the conditions
2166                 
2167 2003-01-06 [christoph]  0.8.8claws59
2168
2169         * src/prefs_actions.c
2170                 use new description window for syntax help
2171         * src/gtk/description_window.c
2172                 fix display of descriptions with column count != 2
2173
2174         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
2175
2176 2003-01-06 [christoph]  0.8.8claws58
2177
2178         * src/quote_fmt.c
2179         * src/summaryview.[ch]
2180         * src/gtk/Makefile.am
2181         * src/gtk/description_window.[ch]       ** NEW **
2182                 use a generic window to display syntax descriptions
2183                 currently used in quote_fmt and summaryview (new description
2184                 for extended quick search)
2185
2186         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
2187
2188 2003-01-06 [paul]       0.8.8claws57
2189
2190         * sync with 0.8.8cvs1
2191                 see ChangeLog 2003-01-06
2192
2193 2003-01-06 [christoph]  0.8.8claws56
2194
2195         * src/mainwindow.c
2196         * src/prefs_gtk.[ch]
2197         * src/gtk/prefswindow.[ch]
2198         * src/plugins/spamassassin/spamassassin_gtk.c
2199                 o remove page management from prefswindow, pages
2200                   will be an argument to prefswindow_open
2201                 o prefswindow_open gets a datapointer that is
2202                   passed to the widget_create function to allow
2203                   creation of prefswindow for specific items
2204
2205 2003-01-06 [colin]      0.8.8claws55
2206         
2207         * src/summaryview.c
2208                 We don't want regexp in the reply-finder, 
2209                 because MIDs can contain !,$,. and so on
2210
2211 2003-01-06 [jens]       0.8.8claws54
2212
2213         * src/jpilot.c
2214                 fixed a wrong free in jpilot_read_db_files
2215
2216 2003-01-06 [alfons]     0.8.8claws53
2217
2218         re-organize matcher part 8; more to come
2219        
2220         * src/matcher.c
2221                 matcherprop_to_string(): put g_free()s before the
2222                 switch-case break to fix memleaks                
2223
2224 2003-01-06 [colin]      0.8.8claws52
2225
2226         * src/summaryview.c
2227                 cleanup & reply-finder now displays the first 
2228                 matching message
2229
2230 2003-01-05 [alfons]     0.8.8claws51
2231
2232         re-organize matcher part 7; more to come
2233
2234         * src/matcher.[ch]
2235                 fixes for constant correctness;
2236                 more documentation;
2237
2238 2003-01-05 [alfons]     0.8.8claws50
2239
2240         re-organize matcher part 6; more to come
2241         
2242         * src/matcher.[ch]
2243                 fixes for constant correctness;
2244                 more documentation;
2245         * src/filtering.c
2246                 fix for constant correctness
2247
2248 2003-01-05 [colin]      0.8.8claws49
2249
2250         * src/account.[ch]
2251                 Add account_get_reply_account function
2252         * src/compose.c
2253                 Use account_get_reply_account function 
2254         * src/summaryview.c
2255                 Basic reply-finder - click on the replied
2256                 icon gets you to the outbox using quick-search
2257
2258 2003-01-05 [paul]       0.8.8claws48
2259
2260         * src/prefs_common.c
2261                 small change to English
2262                 
2263         * src/prefs_filtering.c
2264                 prefs_filtering_action_select(): improve logic and uniformity
2265                 of gui
2266
2267 2003-01-05 [alfons]     0.8.8claws47
2268
2269         fine tune solution to focus problems (bug #7)
2270
2271         * src/mainwindow.c
2272                 mainwindow_focus_in_event(): remove grab event check
2273         * src/summaryview.c
2274                 summary_button_pressed(): move selection on right-click
2275                 too. we can't possibly move the selection back after
2276                 canceling a dialog, because gtk's incomplete focus 
2277                 management. whether this is a good solution, only time
2278                 will tell.
2279
2280 2003-01-05 [christoph]  0.8.8claws46
2281
2282         * src/imap.c
2283                 fix crash when no imap connection could be established
2284
2285 2003-01-05 [paul]       0.8.8claws45
2286
2287         * src/mainwindow.c
2288           src/sumamryview.c
2289           src/gtk/menu.[ch]
2290                 fix bug 605957 'shortcuts in popup-menu'
2291                 make user-defined shortcuts work
2292                 show shortcuts that are already defined
2293                 in the main menu
2294                 Patch submitted by Luke Plant
2295
2296 2003-01-05 [alfons]     0.8.8claws44
2297
2298         * src/mainwindow.c
2299                 focus_in_event handler should not select summary view row 
2300                 when another window (menu, dialog) grabbed for events 
2301                 (bug #7, "[0.8.8claws42] Message summary focus") 
2302
2303 2003-01-04 [christoph]  0.8.8claws43
2304
2305         * src/procmsg.c
2306                 update save folder after adding the sent message
2307                  (closes bug #6 Folder View doesn't refresh for "Sent"-messages)
2308
2309 2003-01-02 [christoph]  0.8.8claws42
2310
2311         * src/common/plugin.c
2312                 fix unloading of all plugins and unload
2313                 plugins in reverse order
2314                 
2315         * src/gtk/pluginwindow.c
2316                 implement function of load and unload button
2317
2318         * src/gtk/prefswindow.c
2319         * src/gtk/prefswindow.h
2320                 rename register function and add new unregister
2321                 function
2322
2323         * src/plugins/spamassassin/spamassassin_gtk.c
2324                 unregister prefs page and update for changes in
2325                 src/gtk/prefswindow.c
2326
2327 2003-01-02 [paul]       0.8.8claws41
2328
2329         * po/es.po
2330                 updated by Ricardo Mones Lastra
2331
2332 2003-01-02 [paul]
2333
2334         * tools/tb2sylpheed
2335                 fixes and improvements by Urke MMI
2336
2337 2003-01-02 [thorsten]   0.8.8claws40
2338
2339         * src/procmsg.c
2340                 fixed wrong return value
2341
2342 2003-01-02 [thorsten]   0.8.8claws39
2343
2344         * src/prefs.c
2345                 fixed printing wrong variable
2346
2347 2003-01-02 [thorsten]   0.8.8claws38
2348
2349         * src/prefs.c
2350                 fixed acessing members of freed pfile struct
2351
2352 2003-01-02 [thorsten]   0.8.8claws37
2353
2354         * src/procmsg.c
2355                 detect loops across several messages
2356                 as suggested by Christoph Hohmann
2357
2358 2003-01-01 [match]      0.8.8claws36
2359
2360         * src/addrindex.c
2361                 fixed another memory leak.
2362
2363 2003-01-01 [match]      0.8.8claws35
2364
2365         * src/jpilot.[ch]
2366                 fixed memory leaks. applied Doxygen comments.
2367
2368 2003-01-01 [thorsten]   0.8.8claws34
2369
2370         * src/procmsg.c
2371                 inhibit endless loop if msg references itself
2372                 (closes Bug [ 660477 ] Infinite loop in parent flag search)
2373
2374 2003-01-01 [christoph]  0.8.8claws33
2375
2376         * src/mainwindow.c
2377         * src/gtk/Makefile.am
2378         * src/gtk/pluginwindow.c                ** NEW **
2379         * src/gtk/pluginwindow.h                ** NEW **
2380                 add plugin window
2381
2382         * src/plugins/demo/demo.c
2383         * src/plugins/spamassassin/spamassassin.c
2384         * src/plugins/spamassassin/spamassassin_gtk.c
2385                 write better plugin descriptions
2386
2387 2002-12-31 [christoph]  0.8.8claws32
2388
2389         * src/gtk/prefswindow.c
2390         * src/plugins/spamassassin/spamassassin_gtk.c
2391                 some small improvements to GTK code
2392
2393 2002-12-31 [christoph]  0.8.8claws31
2394
2395         * src/plugins/spamassassin/spamassassin_gtk.c
2396                 enable folder select button
2397
2398 2002-12-31 [christoph]  0.8.8claws30
2399
2400         * src/mainwindow.c
2401         * src/gtk/Makefile.am
2402         * src/gtk/prefswindow.c                         ** NEW **
2403         * src/gtk/prefswindow.h                         ** NEW **
2404                 add new prefs window
2405
2406         * src/common/plugin.c
2407                 don't try to load empty config lines
2408         
2409         * src/plugins/spamassassin/Makefile.am
2410         * src/plugins/spamassassin/spamassassin.c
2411         * src/plugins/spamassassin/spamassassin.h       ** NEW **
2412         * src/plugins/spamassassin/spamassassin_gtk.c   ** NEW **
2413                 GTK config for SpamAssassin Plugin using
2414                 the new prefs window
2415
2416 2002-12-31 [paul]       0.8.8claws29
2417
2418         * po/POTFILES.in
2419                 remove obsolete entry 'src/menu.c'
2420
2421 2002-12-31 [alfons]     0.8.8claws28
2422
2423         * src/matcher.[ch]
2424         * src/matcher_parser_parse.y
2425         * src/prefs_matcher.c
2426                 add "ignore_thread" and "~ignore_thread" condition so it's
2427                 possible to make the actions / scoring operate on the ignore
2428                 thread flag
2429
2430 2002-12-31 [christoph]  0.8.8claws27
2431
2432         * src/addrbook.c
2433         * src/addrindex.c
2434         * src/folder.c
2435         * src/matcher.c
2436         * src/prefs_account.c
2437         * src/prefs_actions.c
2438         * src/prefs_customheader.c
2439         * src/prefs_display_header.c
2440         * src/prefs_gtk.c
2441         * src/procmime.c
2442         * src/toolbar.c
2443         * src/xmlprops.c
2444         * src/common/prefs.[ch]
2445                 extend prefs file handling for reading and automatic handling
2446                 of blocks. When reading prefs_set_block_label will automatically
2447                 move on to the block. When writing it will copy all other blocks
2448                 automatically
2449
2450         * src/common/plugin.c
2451                 Now loading plugin filenames from [Plugins] block in
2452                 sylpheed rc file
2453
2454 2002-12-30 [christoph]  0.8.8claws26
2455
2456         * src/common/hooks.[ch]
2457                 return abort status to caller of hooks_invoke
2458                 
2459         * src/inc.[ch]
2460                 invoke message filtering hook and stop
2461                 default handling when filter returns abort
2462
2463         * src/common/plugin.[ch]
2464         * src/plugins/demo/demo.c
2465                 modify plugin loader, because resolving symbols for strings
2466                 does not work correctly
2467         
2468         * configure.in
2469         * ac/spamassassin.m4                            ** NEW **
2470         * src/plugins/spamassassin/.cvsignore           ** NEW **
2471         * src/plugins/spamassassin/Makefile.am          ** NEW **
2472         * src/plugins/spamassassin/README               ** NEW **
2473         * src/plugins/spamassassin/libspamc.[ch]        ** NEW **
2474         * src/plugins/spamassassin/spamassassin.c       ** NEW **
2475         * src/plugins/spamassassin/utils.[ch]           ** NEW **
2476                 add spamassassin plugin, see src/plugins/spamassassin/README
2477                 for details
2478
2479 2002-12-29 [alfons]     0.8.8claws25
2480
2481         * src/mainwindow.c
2482                 when moving focus from a message view to the main 
2483                 window, don't forget to select the summary node
2484                 of the displayed message. should fix "[ 659103 ] 
2485                 focus-follows-mouse confuses sylpheed"
2486
2487 2002-12-29 [christoph]  0.8.8claws24
2488
2489         * src/Makefile.am
2490         * src/stringtable.[ch]          ** REMOVE **
2491         * src/common/Makefile.am
2492         * src/common/stringtable.[ch]   ** NEW **
2493                 move stringtable files to common directory
2494
2495 2002-12-29 [christoph]  0.8.8claws23
2496
2497         * src/Makefile.am
2498         * src/menu.[ch]                 ** REMOVE **
2499         * src/gtk/Makefile.am
2500         * src/gtk/menu.[ch]             ** NEW **
2501                 move menu files to gtk directory
2502
2503 2002-12-29 [match]      0.8.8claws22
2504
2505         * src/addressbook.c
2506         * src/syldap.c
2507                 moved UI specific code out of LDAP code into addressbook
2508                 UI code. fixed memory leak.
2509
2510 2002-12-29 [christoph]  0.8.8claws21
2511
2512         * src/folder.c
2513                 only check for IGNORED parent message when message is
2514                 not IGNORED itself
2515
2516 2002-12-29 [alfons]     0.8.8claws20
2517
2518         * src/summaryview.c
2519                 set gtksctree's anchor correct (immediate execute
2520                 changes the tree's layout, and anchor points at 
2521                 the incorrect row). fixes "[ 657233 ] multiple msg 
2522                 delete sometimes off by 1".
2523                 we probably have to look for more tree layout /
2524                 anchor glitches.
2525
2526 2002-12-29 [paul]       0.8.8claws19
2527
2528         * src/summaryview.c
2529                 fix bug [ 659054 ] incorrect sorting of 'From' column
2530                 when using 'display sender using address book'
2531                 thanks to Alfons and Luke Plant
2532
2533 2002-12-29 [christoph]  0.8.8claws18
2534
2535         * src/folder.c
2536         * src/procmsg.[ch]
2537                 check parent messages for IGNORE THREAD flag, when adding,
2538                 moving or copying messages to a folder
2539
2540 2002-12-27 [alfons]     0.8.8claws17
2541
2542         re-organize matcher part 5; more to come
2543
2544         * src/matcher.c
2545                 hash keywords in matchparser_tab 
2546
2547 2002-12-27 [alfons]     0.8.8claws16
2548
2549         re-organize matcher part 4; more to come
2550
2551         * src/matcher_parser.h
2552         * src/matcher_parser_lex.l
2553         * src/matcher_parser_parse.y
2554                 cleanup
2555
2556 2002-12-27 [alfons]     0.8.8claws15
2557
2558         re-organize matcher part 3; more to come
2559
2560         * src/matcher.[ch]
2561                 cleanup
2562
2563 2002-12-27 [alfons]     0.8.8claws14
2564
2565         re-organize matcher part 2; more to come but this should
2566         work. cc me if there are any regressions.
2567
2568         * src/matcher.h
2569                 add prototype for get_matchparser_tab_id()
2570         * src/matcher_parser_lex.l
2571                 look up keywords using matchparser_tab_id();
2572
2573 2002-12-27 [alfons]     0.8.8claws12
2574
2575         re-organize matcher part 1
2576
2577         * src/matcher.h
2578                 map yacc generated constants to sylpheed matcher constants
2579         * src/matcher.c
2580                 add function to find a matcher constant from a string
2581
2582 2002-12-27 [christoph]  0.8.8claws11
2583
2584         * src/compose.c
2585                 MENUITEM_ADD casts the 4th argument from integer to pointer
2586                 so it probably should not be a pointer, this means we
2587                 should use account id for it and not the account's pointer
2588
2589 2002-12-27 [paul]       0.8.8claws10
2590
2591         * src/mainwindow.c
2592                 remove unneeded 'GtkWidget *vbox'
2593                 
2594         * src/summaryview.c
2595                 further sync with 0.8.8 - make sort
2596                 by recipient work as expected
2597                 
2598         * NEWS
2599                 sync with 0.8.8
2600
2601 2002-12-27 [paul]       0.8.8claws9
2602
2603         * po/pt_BR.po
2604                 updated by Ivan F. Martinez
2605                 
2606 2002-12-27 [darko]      0.8.8claws8
2607
2608         * src/common/utils.c
2609                 added locked pattern to extended search
2610
2611 2002-12-27 [alfons]     0.8.8claws7
2612
2613         * src/prefs_matcher.[ch]
2614                 clean up
2615
2616 2002-12-26 [alfons]     0.8.8claws6
2617
2618         * src/matcher.[ch]
2619         * src/matcher_parser_lex.l
2620         * src/matcher_parser_parse.y
2621         * src/prefs_matcher.c
2622                 allow color label as a condition in the matcher
2623
2624 2002-12-26 [oliver]     0.8.8claws5
2625         
2626         * src/toolbar.c 
2627                 enable Addressbook for Main and Messageview
2628         * src/prefs_actions.c
2629                 enable actions in Messageview
2630
2631 2002-12-26 [christoph]  0.8.8claws4
2632
2633         * src/common/plugin.c
2634                 add a little debug output
2635         * configure.in
2636         * src/plugins/demo/Makefile.am
2637                 better use of automake
2638
2639 2002-12-26 [christoph]  0.8.8claws3
2640
2641         * src/Makefile.am
2642         * src/common/Makefile.am
2643                 fix "make distdir"
2644
2645 2002-12-26 [christoph]  0.8.8claws2
2646
2647         * configure.in
2648                 sort configure checks into common / gtk / plugins
2649         * po/POTFILES.in
2650                 add src/prefs_gtk.c
2651         * src/Makefile.am
2652                 add plugins SUBDIR
2653         * src/main.c
2654         * src/common/sylpheed.[ch]
2655                 added now sylpheed_done function for shutdown
2656         * src/common/Makefile.am
2657         * src/common/plugin.[ch]                ** NEW **
2658                 plugin loader and unloader
2659         * src/plugins/.cvsignore                ** NEW **
2660         * src/plugins/Makefile.am               ** NEW **
2661                 build plugins
2662         * src/plugins/demo/.cvsignore           ** NEW **
2663         * src/plugins/demo/Makefile.am          ** NEW **
2664         * src/plugins/demo/demo.c               ** NEW **
2665                 small demo plugin that installs a logtext hook and
2666                 outputs the log text to stdout
2667
2668 2002-12-26 [paul]       0.8.8claws1
2669
2670         * po/es.po
2671                 updated by Ricardo Mones Lastra
2672
2673 2002-12-26 [paul]       0.8.8claws
2674
2675         * 0.8.8claws released
2676
2677 2002-12-26 [paul]       0.8.7claws12
2678
2679         * po/bg.po
2680                 updated by George Danchev
2681
2682 2002-12-26 [paul]       0.8.7claws11
2683
2684         * po/POTFILES.in
2685                 remove unneeded 'src/prefs.c' entry 
2686
2687 2002-12-26 [paul]       0.8.7claws10
2688
2689         * src/codeconv.c
2690           src/mainwindow.c
2691                 sync with 0.8.8 release
2692         
2693         * src/folder.[ch]
2694           src/mh.c
2695           src/summaryview.c
2696                 partial sync with 0.8.8 release
2697         
2698
2699 2002-12-25 [alfons]     0.8.7claws9
2700
2701         * src/matcher.[ch]
2702         * src/matcher_parser_lex.l
2703         * src/matcher_parser_parse.y
2704         * src/prefs_matcher.c
2705                 add locked flag to possible filtering / matcher 
2706                 conditions (also a good example what should be
2707                 done to add a simple boolean condition)
2708
2709 2002-12-25 [christoph]  0.8.7claws8
2710
2711         * src/Makefile.am
2712         * src/account.[ch]
2713         * src/addrbook.c
2714         * src/addressbook.c
2715         * src/addrindex.c
2716         * src/filtering.c
2717         * src/folder.c
2718         * src/matcher.c
2719         * src/prefs.[ch]                ** REMOVE **
2720         * src/prefs_account.c
2721         * src/prefs_actions.c
2722         * src/prefs_common.c
2723         * src/prefs_customheader.c
2724         * src/prefs_display_header.c
2725         * src/prefs_filtering.c
2726         * src/prefs_folder_item.c
2727         * src/prefs_gtk.[ch]            ** NEW **
2728         * src/prefs_matcher.c
2729         * src/prefs_scoring.c
2730         * src/prefs_summary_column.c
2731         * src/procmime.c
2732         * src/selective_download.c
2733         * src/toolbar.c
2734         * src/common/Makefile.am
2735         * src/common/prefs.[ch]         ** NEW **
2736                 split prefs.[ch] into prefs_gtk.[ch] and common/prefs.[ch]
2737
2738 2002-12-24 [alfons]     0.8.7claws7
2739
2740         * src/summaryview.c
2741                 summary_thread_build(): fix real cause of the crash mentioned in
2742                 0.8.7claws3. use subject_XXX() and not g_hash_table_XXX() functions,
2743                 this way we get meaningful ctree nodes 
2744
2745 2002-12-24 [oliver]     0.8.7claws6
2746
2747         * src/mainwindow.[ch]
2748         * src/messageview.[ch]
2749         * src/compose.[ch]
2750         * src/inc.c
2751         * src/summaryview.c
2752                 changes to use updated toolbar handling
2753                 
2754 2002-12-24 [oliver]     0.8.7claws5
2755
2756         * src/toolbar.[ch]
2757                 generic toolbar handling
2758                 used ideas from Ivan Francolin Martinez (ivanfm@users.sourceforge.net)
2759         * src/prefs_toolbar.[ch]
2760                 adjust to handling
2761         
2762 2002-12-24 [oliver]     0.8.7claws4
2763         
2764         * src/stock_pixmap.[ch]
2765                 move SYLPHEED_LOGO to end of list in order 
2766                 to remove it from Custom Toolbar`s Icon View
2767
2768 2002-12-24 [alfons]     0.8.7claws3
2769
2770         * src/summaryview.c
2771                 summary_thread_build(): fix crash because of focus != selection 
2772                 after threading. when deleting the selection, gtk tries but fails 
2773                 to find the correct focusable element. we now force the selection
2774                 to be focused. this should solve the infamous bug reported by 
2775                 Jason Wojciechowski (bug "[ 633443 ] Crash on deleting messages"). 
2776                 a test case is available. 
2777
2778 2002-12-24 [darko]      0.8.7claws2
2779
2780         * src/summaryview.c
2781                 don't crash when unmarking message with unread children
2782
2783 2002-12-23 [christoph]  0.8.7claws1
2784
2785         * src/Makefile.am
2786         * src/common/Makefile.am
2787                 update Makefiles for moved intl.h, version.h and defs.h
2788         * src/imap.c
2789                 rewrite imap_session_get to avoid duplicate code
2790
2791 2002-12-23 [paul]       0.8.7claws
2792
2793         * Santa-Claws released
2794         
2795         * po/hu.po
2796           po/ru.po
2797                 squeeze in updated Hungarian and Russian translations.
2798                 Submitted by  Gál Zoltán and Ruslan N. Balkin
2799
2800 2002-12-23 [paul]       0.8.6claws129
2801
2802         * po/pl.po
2803                 updated by Witold Wladyslaw Wojciech Wilk
2804
2805 2002-12-23 [paul]       0.8.6claws128
2806
2807         * src/quote_fmt_parse.y
2808                 fix typo and add licence header
2809
2810 2002-12-23 [paul]       0.8.6claws127
2811
2812         * po/en_GB.po
2813                 updated
2814
2815 2002-12-23 [paul]       0.8.6claws126
2816
2817         * po/it.po
2818                 updated translation, submitted by Alessandro Maestri
2819                 
2820 2002-12-23 [paul]       0.8.6claws125
2821
2822         * src/quote_fmt_parse.y
2823                 fix signature-stripping on replies bug. match
2824                 '-- \n' and not '-- '.
2825
2826 2002-12-22 [paul]       0.8.6claws124
2827
2828         * po/bg.po
2829           po/es.po
2830           po/sr.po
2831                 updated translations. submitted by George Danchev,
2832                 Ricardo Mones Lastra, and Urke MMI respectively
2833
2834 2002-12-21 [paul]       0.8.6claws123
2835
2836         * src/addrbook.c
2837                 fix coding style
2838
2839 2002-12-21 [paul]       0.8.6claws122
2840
2841         * src/addrbook.c
2842                 fix bug [643638] where if a person is in one or more
2843                 addressbook groups editing that person's email 
2844                 address results in removal from those groups.
2845                 Patch submitted by Luke Plant.
2846
2847 2002-12-20 [christoph]  0.8.6claws121
2848
2849         * src/common/utils.c
2850         * src/summaryview.c
2851                 reimplement expand_search_string using GString to
2852                 prevent crashs caused by miscalculated string
2853                 lengths reported by Paul
2854
2855 2002-12-20 [christoph]  0.8.6claws120
2856
2857         * src/summaryview.c
2858                 don't use "changed" to check if op_count has to be changed as it
2859                 is also set when the message has unread children
2860                 (closes bug [ 653221 ] crash while deleting duplicates)
2861
2862 2002-12-20 [paul]       0.8.6claws119
2863
2864         * sync with 0.8.6cvs27
2865                 see ChangeLog 2002-12-20
2866
2867 2002-12-20 [paul]       0.8.6claws118
2868
2869         * sync with 0.8.6cvs26
2870                 see ChangeLog 2002-12-19 and 2002-12-20
2871
2872 2002-12-19 [alfons]     0.8.6claws117
2873
2874         * src/textview.c
2875                 fix incorrect parsing of email addresses, submitted by 
2876                 Luke Plant (thanks!). Closes bug "[ 565480 ] duplicate 
2877                 name display if it contains @".
2878
2879 2002-12-18 [paul]       0.8.6claws116
2880
2881         * sync with 0.8.6cvs23
2882                 see ChangeLog 2002-12-18
2883
2884 2002-12-18 [paul]       0.8.6claws115
2885
2886         * src/Makefile.am
2887         * src/account.c
2888         * src/codeconv.c
2889         * src/gtkutils.[ch]
2890         * src/imap.c
2891                 sync with 0.8.6cvs22.
2892                 see ChangeLog 2002-12-17 and 2002-12-18
2893
2894 2002-12-17 [christoph]  0.8.6claws114
2895
2896         * src/imap.c
2897                 o don't create a session if imap greeting fails
2898                 o don't close socket when authentication fails
2899                   this is done by imap_session_destroy
2900
2901 2002-12-17 [thorsten]   0.8.6claws113
2902
2903         * tools/Makefile.am
2904           tools/README
2905           tools/google_msgid.pl ** NEW FILE **
2906                 Added "search for message-id" script and doc
2907
2908 2002-12-17 [thorsten]   0.8.6claws112
2909
2910         * po/hu.po
2911                 Updated hungarian translation
2912                 (updated by Gal Zoltan)
2913
2914 2002-12-16 [christoph]  0.8.6claws111
2915
2916         * src/addr_compl.c
2917                 remove stupid addressbook dump to debug output
2918         * src/mh.c
2919                 fix memory leak found by Hiro
2920
2921 2002-12-14 [paul]       0.8.6claws110
2922
2923         * src/compose.c
2924                 fix menubar sensitivity on send
2925                 
2926         * src/prefs_filtering.c
2927         * src/prefs_matcher.c
2928         * src/prefs_scoring.c
2929                 Fix english ;)
2930                 
2931         * src/common/quoted-printable.h
2932                 sync: fix typo
2933         
2934 2002-12-13 [christoph]  0.8.6claws109
2935
2936         * src/Makefile.am
2937         * src/manage_window.[ch]        ** REMOVE **
2938         * src/gtk/Makefile.am
2939         * src/gtk/manage_window.[ch]    ** NEW **
2940                 move manage_window files to gtk directory
2941
2942 2002-12-13 [christoph]  0.8.6claws108
2943
2944         * src/Makefile.am
2945         * src/gtkshruler.[ch]           ** REMOVE **
2946         * src/gtk/Makefile.am
2947         * src/gtk/gtkshruler.[ch]       ** NEW **
2948                 move gtkshruler files to gtk directory
2949
2950 2002-12-13 [christoph]  0.8.6claws107
2951
2952         * src/Makefile.am
2953         * src/compose.c
2954         * src/gtkstext.[ch]             ** REMOVE **
2955         * src/gtkutils.[ch]
2956         * src/textview.c
2957         * src/gtk/gtkstext.[ch]         ** NEW **
2958         * src/gtk/Makefile.am
2959                 o move stext functions to gtkstext.c to remove
2960                   dependency of gtkutils
2961                 o move gtkstext files to gtk directory
2962
2963         * src/gtk/Makefile.am
2964         * src/gtk/sslcertwindow.[ch]
2965                 UI stuff can always depend on common code so
2966                 it's ok to add ../common to include path
2967
2968 2002-12-13 [colin]      0.8.6claws106
2969
2970         * src/summaryview.c
2971                 Disconnect sighandlers for mainwindow when
2972                 quicksearch has the focus
2973                 Fix bug #653231
2974         * src/mainwindow.[ch]
2975                 Make key_pressed callback public, to be able
2976                 to disconnect it
2977
2978 2002-12-13 [christoph]  0.8.6claws105
2979
2980         * src/mh.c
2981                 create .mh_sequences file in new MH folders
2982                 (closes feature request [ 523162 ] MH folders should
2983                  get a .mh_sequences)
2984
2985 2002-12-13 [colin]      0.8.6claws104
2986
2987         * src/summaryview.c
2988                 Better handling of quicksearch show/hide
2989                 (basically the button stays under the mouse 
2990                  when toggled)
2991
2992 2002-12-13 [paul]       0.8.6claws103
2993
2994         * sync with 0.8.6cvs17
2995                 see ChangeLog 2002-12-13
2996
2997 2002-12-13 [paul]       0.8.6claws102
2998
2999         * po/es.po
3000                 updated by Ricardo Mones Lastra
3001
3002 2002-12-11 [colin]       0.8.6claws101
3003
3004         * src/folder.c
3005                 remove statusbar stuff
3006           src/folderview.c
3007                 set statusbar verbosity when moving folders
3008
3009 2002-12-11 [colin]       0.8.6claws100
3010         * src/prefs_filtering.c
3011         * src/prefs_matcher.c
3012         * src/prefs_scoring.c
3013                 Fix english ;)
3014
3015 2002-12-11 [colin]       0.8.6claws99
3016
3017         * src/prefs_common.[ch]
3018                 Add summary_quicksearch_type
3019         * src/summaryview.c
3020                 Save last used quicksearch type
3021
3022 2002-12-11 [jens]       0.8.6claws98
3023         * src/prefs_filtering.c
3024         * src/prefs_matcher.c
3025         * src/prefs_scoring.c
3026                 added dialog for incomplete rules in scoring, filtering and
3027                 matcher to ask wheather really close
3028
3029 2002-12-11 [colin]      0.8.6claws97
3030
3031         * src/folder.c
3032                 Fix folder dnd statusbar logging
3033
3034 2002-12-10 [christoph]  0.8.6claws96
3035
3036         * src/compose.c
3037         * src/folder.c
3038         * src/imap.c
3039         * src/inc.c
3040         * src/main.c
3041         * src/mainwindow.c
3042         * src/news.c
3043         * src/send.c
3044         * src/statusbar.[ch]
3045         * src/common/hooks.c
3046         * src/common/log.[ch]
3047                 o handle verbose logging in statusbar directly in statusbar code
3048                   and common code does not need any knowledge about a statusbar
3049                 o remove direct calls to statusbar_(puts|pop)_all functions
3050
3051 2002-12-10 [jens]       0.8.6claws95
3052
3053         * src/*.c
3054                 removed gettext from g_warnings
3055         * po/POTFILES.in
3056                 cleaned and updated
3057         * po/de.po
3058                 updated
3059
3060 2002-12-10 [colin]      0.8.6claws94
3061
3062         * src/main.c
3063                 finish crash dialog fix
3064
3065 2002-12-10 [colin]      0.8.6claws93
3066
3067         * src/main.c
3068                 "Fix" "sylpheed already running" instead of
3069                 crash dialog appearing after a crash
3070
3071 2002-12-10 [colin]      0.8.6claws92
3072
3073         * po/POTFILES.in
3074                 add src/gtk/sslcertwindow.c
3075
3076 2002-12-10 [paul]       0.8.6claws91
3077
3078         * po/POTFILES.in
3079                 updated to reflect recent changes
3080                 submitted by Alessandro Maestri
3081
3082 2002-12-09 [christoph]  0.8.6claws90
3083
3084         * src/Makefile.am
3085         * src/smtp.[ch]                 ** REMOVE **
3086         * src/common/Makefile.am
3087         * src/common/smtp.[ch]          ** NEW **
3088                 move smtp files to common directory
3089
3090 2002-12-09 [christoph]  0.8.6claws89
3091
3092         * src/Makefile.am
3093         * src/session.[ch]              ** REMOVE **
3094         * src/common/Makefile.am
3095         * src/common/session.[ch]       ** NEW **
3096                 move session files to common directory
3097
3098 2002-12-09 [paul]       0.8.6claws88
3099
3100         * src/account.c
3101                 fix bug [649746] edit accounts: move account reverted
3102                 Patch submitted by Luke Plant <lukeplant@users.sourceforge.net>
3103
3104 2002-12-09 [colin]      0.8.6claws87
3105
3106         * src/ssl_certificate.c
3107                 cleanup
3108
3109 2002-12-09 [colin]      0.8.6claws86
3110
3111         * src/ssl.c
3112                 Try to open the cert.pem database and 
3113                 issue a warning if it isn't there
3114
3115 2002-12-09 [colin]      0.8.6claws85
3116
3117         * src/common/ssl_certificate.c
3118         * src/gtk/sslcertwindow.c
3119                 Warning fixes
3120
3121 2002-12-09 [colin]      0.8.6claws84
3122
3123         * src/ssl_certificate.[ch] ** REMOVED **
3124         * src/common/ssl_certificate.[ch] ** NEW **
3125         * src/Makefile.am
3126         * src/common/Makefile.am
3127                 Moved ssl_certificate.[ch] to common
3128         * src/common/ssl.c 
3129                 Put back needed include
3130         * src/gtk/sslcertwindow.[ch]
3131                 Changed ssl_certificate.h include
3132         
3133 2002-12-09 [colin]      0.8.6claws83
3134
3135         * src/gtk/sslcertwindow.[ch]
3136                 Implement hook for certificate acception
3137         * src/ssl_certificate.[ch]
3138                 Implement hook for certificate acception
3139         * src/common/ssl.c
3140                 Reenable certificate acception check
3141         * src/mainwindow.c
3142                 Register sslcertwindow's hook
3143         
3144 2002-12-08 [christoph]  0.8.6claws82
3145
3146         * src/about.c
3147         * src/addr_compl.c
3148         * src/codeconv.c
3149         * src/manual.c
3150         * src/undo.c
3151         * src/common/utils.c
3152                 o add missing includes
3153                 o fix warnings
3154         * src/.cvsignore
3155         * src/common/.cvsignore
3156         * src/common/version.h          ** REMOVE **
3157                 remove autogenerated file
3158
3159 2002-12-08 [paul]       0.8.6claws81
3160
3161         * src/stringtable.c
3162                 put back needed include
3163
3164 2002-12-08 [colin]      0.8.6claws80
3165         
3166         * src/gtk/sslcertwindow.c
3167                 Cleaner popups when asking
3168         * src/ssl_certificate.c
3169         * src/prefs_common.[ch]
3170                 remove ssl certificate pref
3171                 put back needed include
3172         * src/undo.c
3173                 put back needed include
3174
3175 2002-12-08 [christoph]  0.8.6claws79
3176
3177         * src/folderview.c
3178         * src/logwindow.c
3179         * src/statusbar.c
3180         * src/summaryview.c
3181                 only abort hook invokation if required data is missing not
3182                 if our own data pointer is NULL, update hookfunction for
3183                 log window
3184
3185 2002-12-08 [paul]       0.8.6claws78
3186
3187         * src/about.c
3188         * src/addrcache.c
3189         * src/addrclip.c
3190         * src/addr_compl.c
3191         * src/addrselect.c
3192         * src/codeconv.c
3193         * src/colorlabel.c
3194         * src/enriched.c
3195         * src/esmtp.c
3196         * src/exporthtml.c
3197         * src/headerview.c
3198         * src/imageview.c
3199         * src/manual.c
3200         * src/noticeview.c
3201         * src/pgptext.c
3202         * src/scoring.c
3203         * src/sourcewindow.c
3204         * src/stringtable.c
3205         * src/undo.c
3206                 clean up: remove unneccesary includes
3207
3208 2002-12-08 [christoph]  0.8.6claws77
3209
3210         * src/folderview.c
3211         * src/statusbar.c
3212         * src/summaryview.c
3213         * src/common/hooks.[ch]
3214                 hook functions now have a gboolean return value, if a hook
3215                 returns TRUE it will stop executing of any more hooks in
3216                 the same hooklist for this invokation
3217
3218 2002-12-08 [colin]      0.8.6claws76
3219         
3220         * src/main.c
3221                 put back argv0 for CRASH_DIALOG
3222
3223 2002-12-08 [christoph]  0.8.6claws75
3224
3225         * src/Makefile.am
3226         * src/about.c
3227         * src/account.c
3228         * src/crash.c
3229         * src/esmtp.h
3230         * src/imap.[ch]
3231         * src/inc.c
3232         * src/main.c
3233         * src/mainwindow.c
3234         * src/news.c
3235         * src/pop.[ch]
3236         * src/prefs_account.[ch]
3237         * src/prefs_common.[ch]
3238         * src/send.[ch]
3239         * src/smtp.[ch]
3240         * src/ssl_certificate.[ch]
3241         * src/ssl_manager.[ch]
3242         * src/common/Makefile.am
3243         * src/common/log.c
3244         * src/common/nntp.[ch]
3245         * src/common/socket.[ch]
3246         * src/common/ssl.[ch]
3247         * src/gtk/sslcertwindow.[ch]
3248         * ac/openssl.m4
3249                 use new autoconf script to detect OpenSSL with extra parameters
3250                 to specify the location of libs and includes, also remove USE_SSL
3251                 to USE_OPENSSL
3252
3253         * src/common/sylpheed.[ch]
3254         * src/common/version.h.in
3255                 start seperation of common code initialization seperated from gui
3256
3257         * src/summaryview.c
3258                 The function that is called when a color label changes
3259                 should not change the color lable again
3260
3261 2002-12-08 [colin]      0.8.6claws74
3262
3263         * src/gtk/sslcertwindow.c
3264                 warning fixes
3265
3266 2002-12-08 [colin]      0.8.6claws73
3267
3268         * src/statusbar.c
3269           src/common/log.h
3270                 Register a hook for statusbar_puts_all
3271         * src/common/log.c
3272                 invoke statusbar_puts_all's hook
3273         
3274 2002-12-08 [colin]      0.8.6claws72
3275
3276         * src/ssl_certificate.c
3277                 Put back a badly-removed include
3278
3279 2002-12-08 [colin]      0.8.6claws71
3280
3281         * src/gtk/sslcertwindow.[ch]    ** NEW **
3282                 new certificate presentation
3283         * src/gtk/Makefile.am
3284                 add new files
3285         * src/ssl_certificate.[ch]
3286                 gtk cleanup, made utility functions public
3287         * src/ssl_manager.c
3288                 use new cert presentation
3289
3290 2002-12-07 [christoph]  0.8.6claws70
3291
3292         * src/Makefile.am
3293         * src/nntp.[ch]                 ** REMOVE **
3294         * src/common/Makefile.am
3295         * src/common/nntp.[ch]          ** NEW **
3296                 move nntp files to common directory
3297
3298 2002-12-07 [christoph]  0.8.6claws69
3299
3300         * src/procmsg.[ch]
3301         * src/summaryview.c
3302                 implement msginfo update callback using sylpheed's new
3303                 hook system. Invoke hooks from procmsg_msginfo_[un]set_flags.
3304
3305 2002-12-06 [christoph]  0.8.6claws68
3306
3307         * src/editgroup.c
3308                 This patch changes the 'Edit Group Details' dialog to
3309                 allow extended selections in either pane, so that
3310                 addresses can be added or removed from a group more
3311                 quickly and easily. (it actually is a net decrease in
3312                 file size, as some unnecessary functions have been
3313                 removed). 
3314                 (patch submitted by Luke Plant <lukeplant@users.sourceforge.net>)
3315
3316 2002-12-06 [christoph]  0.8.6claws67
3317
3318         * src/Makefile.am
3319         * src/template.[ch]             ** REMOVE **
3320         * src/common/Makefile.am
3321         * src/common/template.[ch]      ** NEW **
3322                 move template files to common directory
3323
3324         * src/nntp.c
3325                 add missing log.h include
3326
3327 2002-12-06 [melvin]     0.8.6claws66
3328
3329         * src/prefs_actions.c
3330                 Added the trailing ">" syntax to insert command's output
3331                 without replacing old text (in contrast to trailing "|").
3332
3333 2002-12-05 [colin]      0.8.6claws65
3334         
3335         * src/common/utils.c
3336                 Don't modify original search_string or it'll change
3337                 the next iterations in the for()
3338
3339 2002-12-05 [darko]      0.8.6claws64
3340
3341         * src/common/utils.c
3342                 proper check for filtering commands, found by Colin
3343
3344 2002-12-05 [darko]      0.8.6claws63
3345
3346         * src/common/utils.c
3347                 check proper string for NULL pointer, found by Colin
3348
3349 2002-12-05 [darko]      0.8.6claws62
3350
3351         * src/common/utils.[ch]
3352                 expand_search_string(): new function
3353                 converts Mutt-like patterns to Sylpheed's
3354                 filtering engine
3355         * src/summaryview.c
3356                 use expand_search_string() to allow Mutt-like
3357                 patterns in extended search
3358         * README.claws
3359                 document extended option in quick search
3360
3361 2002-12-05 [paul]       0.8.6claws61
3362
3363         * sync with 0.8.6cvs16
3364                 see ChangeLog 2002-12-05
3365                 
3366         * po/POTFILES.in
3367                 clean up
3368
3369 2002-12-04 [christoph]  0.8.6claws60
3370
3371         * src/imap.[ch]
3372                 put imap authentication code into a new function and
3373                 remove it from imap_session_new that will allow to
3374                 send other commands before authentication
3375
3376 2002-12-04 [christoph]  0.8.6claws59
3377
3378         * src/imap.[ch]
3379                 use already existing method to prevent unneeded IMAP
3380                 folder selects. Set imap_select parameters to NULL
3381                 in some functions if the values are not required.
3382
3383         * src/xml.h
3384                 remove no longer required include
3385
3386 2002-12-04 [paul]       0.8.6claws58
3387
3388         * po/es.po
3389                 updated by Ricardo Mones Lastra
3390                 
3391         * configure.in
3392           po/hu.po      ** NEW FILE **
3393                 initial Hungarian translation, submitted
3394                 by Gál Zoltán <galzoli@hu.inter.net>
3395
3396 2002-12-03 [christoph]  0.8.6claws57
3397
3398         * src/Makefile.am
3399         * src/gtksctree.[ch]            ** REMOVE **
3400         * src/gtk/Makefile.am
3401         * src/gtk/gtksctree.[ch]        ** NEW **
3402                 move gtksctree files to gtk directory
3403
3404 2002-12-03 [christoph]  0.8.6claws56
3405
3406         * src/Makefile.am
3407         * src/md5.[ch]                  ** REMOVE **
3408         * srm/common/Makefile.am
3409         * src/common/md5.[ch]           ** NEW **
3410                 move md5 files to common directory
3411
3412         * src/gtkstext.c
3413                 remove not required #include
3414
3415 2002-12-03 [sergey]     0.8.6claws55
3416
3417         * src/gtkutils.c
3418         * src/gtkutils.h
3419                 gtkut_window_popup(): new function.
3420         * src/mainwindow.c
3421                 main_window_popup(): use gtkut_window_popup() to raise
3422                 window without changing its position.
3423                 (see sylpheed-main ML message [sylpheed:17247])
3424
3425 2002-12-03 [sergey]     0.8.6claws54
3426
3427         * src/send.c
3428                 send_message_local(): removed first-dot escaping
3429                 (SMTP-only, not needed for sending through pipe)
3430
3431 2002-12-03 [paul]       0.8.6claws53
3432
3433         * po/POTFILES.in
3434                 update to reflect recent changes (thanks
3435                 to Ricardo Mones Lastra)
3436                 
3437         * tools/filter_conv.pl
3438                  fix problem with quoted strings. Patch submitted
3439                  by Luke Plant <lukeplant@softhome.net>
3440
3441 2002-12-03 [paul]       0.8.6claws52
3442
3443         * sync with 0.8.6cvs15
3444                 see ChangeLog 2002-12-03
3445
3446 2002-12-02 [christoph]  0.8.6claws51
3447
3448         * src/logwindow.[ch]
3449         * src/common/log.[ch]
3450                 implement logging using a hook function
3451
3452         * src/folderview.c
3453         * src/folder.[ch]
3454                 define hooklist name in header file to avoid
3455                 errors caused by wrong spelling of hooklist names
3456
3457         * src/toolbar.c
3458                 fix warnings
3459
3460 2002-12-02 [christoph]  0.8.6claws50
3461
3462         * src/common/Makefile.am
3463                 add src/common/hooks.[ch]
3464
3465         * src/common/hooks.[ch]
3466                 implement a simple hook system using glib's hook functions
3467
3468         * src/folder.[ch]
3469         * src/folderview.c
3470                 use new hook system for folder item updates
3471
3472 2002-12-02 [christoph]  0.8.6claws49
3473
3474         * doc-src/ui_seperation.txt     ** NEW **
3475                 information for ui seperation
3476
3477         * src/Makefile.am
3478                 remove files that were moved to common
3479                 include common directory by default for the header files
3480
3481         * src/inc.c
3482         * src/common/socket.c
3483         * src/automaton.[ch]
3484                 implement automaton using g_io_*-functions instead of
3485                 gdk_input_add to make it ui independent
3486
3487         * src/codeconv.c
3488         * src/compose.c
3489         * src/ldif.c
3490         * src/pgptext.c
3491         * src/procmime.c
3492         * src/rfc2015.c
3493         * src/smtp.c
3494         * src/unmime.c
3495                 remove common/ prefix because directory is now in
3496                 include path
3497
3498         * src/compose.c
3499         * src/folder.c
3500         * src/folderview.c
3501         * src/mainwindow.c
3502         * src/messageview.c
3503         * src/prefs_common.c
3504         * src/procmsg.c
3505         * src/rfc2015.c
3506                 fix warnings
3507
3508         * src/imap.c
3509         * src/inc.c
3510         * src/news.c
3511         * src/pop.c
3512         * src/send.c
3513         * src/smtp.c
3514         * src/ssl_certificate.c
3515                 add log.h header file for logging functions
3516
3517         * src/main.c
3518         * src/common/utils.c
3519         * src/summaryview.c
3520         * src/xml.c
3521                 o move debug_mode to common/utils.c
3522                 o add functions to set and get debug_mode
3523
3524         * src/defs.h                    ** REMOVE **
3525         * src/intl.h                    ** REMOVE **
3526         * src/socket.[ch]               ** REMOVE **
3527         * src/ssl.[ch]                  ** REMOVE **
3528         * src/utils.[ch]                ** REMOVE **
3529                 replaced by new files in src/common/
3530         
3531         * src/common/Makefile.am
3532                 add new files in src/common/
3533
3534         * src/common/defs.h             ** NEW **
3535         * src/common/intl.h             ** NEW **
3536         * src/common/log.[ch]           ** NEW **
3537         * src/common/socket.[ch]        ** NEW **
3538         * src/common/ssl.[ch]           ** NEW **
3539         * src/common/utils.[ch]         ** NEW **
3540                 replacement for files in src/
3541
3542 2002-12-02 [colin]      0.8.6claws48
3543
3544         * src/folderview.c
3545                 Scroll folderview if necessary during dnd
3546
3547 2002-12-02 [colin]      0.8.6claws47
3548
3549         * src/folder.[ch]
3550                 Add check to verify a move is within a single mailbox
3551         * src/folderview.c
3552                 Add specific error string for this check
3553
3554 2002-12-02 [colin]      0.8.6claws46
3555
3556         * src/folder.c
3557                 Add a test to folder moving, remove a statusbar_print
3558         * src/folderview.c
3559                 Add Move folder... context-menu item
3560                 Factorize folder moving code
3561                 Enable folder DND for mbox
3562
3563 2002-12-01 [christoph]  0.8.6claws45
3564
3565         * ac/aspell.m4
3566                 remove conf.aspelltest if the version check fails
3567
3568 2002-11-30 [christoph]  0.8.6claws44
3569
3570         * autogen.sh
3571                 run libtoolize --force in autogen to create missing
3572                 libtool scripts
3573
3574 2002-11-30 [christoph]  0.8.6claws43
3575
3576         * src/Makefile.am
3577         * src/pgptext.c
3578         * src/procmime.c
3579         * src/rfc2015.c
3580         * src/uuencode.[ch]             ** REMOVED **
3581         * src/common/Makefile.am
3582         * src/common/uuencode.[ch]      ** NEW **
3583                 move uuen/decoder to common directory
3584
3585 2002-11-30 [christoph]  0.8.6claws42
3586
3587         * src/Makefile.am
3588         * src/base64.[ch]               ** REMOVED **
3589         * src/codeconv.c
3590         * src/compose.c
3591         * src/ldif.c
3592         * src/pgptext.c
3593         * src/procmime.c
3594         * src/rfc2015.c
3595         * src/smtp.c
3596         * src/unmime.c
3597         * src/common/Makefile.am
3598         * src/common/base64.[ch]        ** NEW **
3599                 move base64 en/decoder to common directory
3600
3601 2002-11-30 [christoph]  0.8.6claws41
3602
3603         * src/common                    ** NEW **
3604                 new directory for UI independent code
3605         * src/gtk                       ** NEW **
3606                 new directory for GTK frontend
3607         * src/common/.cvsignore         ** NEW **
3608         * src/gtk/.cvsignore            ** NEW **
3609                 ignore build files
3610         * src/common/Makefile.am        ** NEW **
3611         * src/gtk/Makefile.am           ** NEW **
3612                 automake files to build new seperated stuff
3613         * src/Makefile.am
3614                 the binary will currently still be build with the
3615                 files in src, so we include the code from the
3616                 subdirs for now after building the libs there
3617
3618 2002-11-30 [paul]       0.8.6claws40
3619
3620         * src/compose.c
3621                 fix bug [642731] 'Wrong selected account with drafted mail'
3622
3623 2002-11-29 [oliver]     0.8.6claws39
3624         
3625         * src/messageview.c
3626                 o update summaryview when switching between different
3627                   messageviews          
3628         * src/toolbar.c  
3629                 o check if messageview holds already removed msg
3630                   from summaryview
3631                 
3632
3633 2002-11-29 [oliver]     0.8.6claws38
3634
3635         * src/toolbar.c 
3636                 remove not needed variables and includes
3637                 make messageview stay opened and move to next when msgs are deleted 
3638
3639 2002-11-29 [oliver]     0.8.6claws37
3640         
3641         * src/toolbar.c 
3642                 disable compose button (messageview toolbar) by default
3643                 deleted msgs are moved to trash
3644         
3645 2002-11-29 [melvin]     0.8.6claws36
3646
3647         * configure.in
3648                 Increased minimal gpgme version to 0.3.10 (Zombies out)
3649                 and to detect signatures expirations (gpgme 0.3.6)
3650
3651         * src/main.c
3652                 Use non obsolescent function for Gpgme engine checking.
3653
3654         * src/rfc2015.c
3655                 Inform about expired signatures or signatures which key
3656                 has expired. Expiration date is displayed.
3657
3658         * src/sigstatus.c
3659                 Inform about expired signatures or signatures which key
3660                 has expired.
3661
3662 2002-11-28 [paul]       0.8.6claws35
3663
3664         * src/folderview.c
3665                 re-instate 'Check for new messages' in Newsgroup
3666                 folders right-click menu, after a suggestion from
3667                 Tim Mann <timmann@users.sourceforge.net>
3668
3669         * src/main.c
3670                 after a crash check only local folders for new
3671                 messages
3672
3673 2002-11-28 [paul]       0.8.6claws34
3674
3675         * configure.in
3676                 apply patch that fixes the checking of GTK with XIM 
3677                 support on different OSs, such as FreeBSD. Patch 
3678                 submitted by Topia <topia@users.sourceforge.net>
3679                 
3680 2002-11-28 [paul]       0.8.6claws33
3681
3682         * src/mainwindow.c
3683           src/prefs_common.c
3684           src/prefs_toolbar.c
3685                 more changes to the English
3686
3687 2002-11-28 [paul]       0.8.6claws32
3688
3689         * sync with 0.8.6cvs13
3690                 see ChangeLog 2002-11-28 (no sync needed
3691                 for src/compose.c)
3692
3693 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws31
3694         
3695         * src/mainwindow.[ch]
3696                 add patch by Ivan F. Martinez introducing messageview Toolbar
3697                 some changes and committed by oliver    
3698
3699 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws30
3700
3701         * src/messageview.[ch]
3702                 add patch by Ivan F. Martinez introducing messageview Toolbar
3703                 some changes and committed by oliver    
3704
3705 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws29
3706
3707         * src/compose.[ch]
3708                 add patch by Ivan F. Martinez introducing messageview Toolbar
3709                 some changes and committed by oliver    
3710
3711 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws28
3712         
3713         * src/toolbar.[ch]
3714                 add patch by Ivan F. Martinez introducing messageview Toolbar
3715                 some changes and committed by oliver
3716
3717 2002-11-28 [oliver]     0.8.6claws27
3718         
3719         * src/prefs_toolbar.[ch]
3720                 getting ready for messageview toolbar
3721                 free mem allocated by gettext
3722                 change prefs_toolbar to prefs_toolbar_open
3723  
3724 2002-11-28 [thorsten]   0.8.6claws26
3725
3726         * src/imageview.[ch]
3727                 cleaned up conflicting declarations of
3728                 imageview_show_image()
3729
3730 2002-11-28 [paul]       0.8.6claws25
3731
3732         * src/grouplistdialog.c
3733           src/prefs_common.c
3734           src/prefs_summary_column.c
3735                 a few more improvements to the English
3736
3737 2002-11-28 [colin]      0.8.6claws24
3738
3739         * man/sylpheed.1
3740                 A few updates to command-line parameters
3741
3742 2002-11-28 [colin]      0.8.6claws23
3743
3744         * src/prefs_filtering.c
3745                 Fix problems with prefs_filtering_delete_path:
3746                 a) if the first rule is removed, original pointers
3747                    weren't updated (leading to segfaults)
3748                 b) it was always global_processing updated in case
3749                    of removed path was parent of rule path
3750
3751 2002-11-27 [paul]       0.8.6claws22
3752
3753         * src/mainwindow.c
3754           src/prefs_account.c
3755           src/prefs_actions.c
3756           src/prefs_common.c
3757           src/prefs_customheader.c
3758           src/prefs_display_header.c
3759           src/prefs_filtering.c
3760           src/prefs_folder_item.c
3761           src/prefs_matcher.c
3762           src/prefs_scoring.c
3763           src/prefs_summary_column.c
3764           src/prefs_template.c
3765           src/prefs_toolbar.c
3766                  improve the English in the GUI
3767
3768 2002-11-27 [colin]      0.8.6claws21
3769
3770         * src/folder.c
3771                 Fix processing renaming problems happening after
3772                 last commit
3773
3774 2002-11-27 [colin]      0.8.6claws20
3775
3776         * src/folder.c
3777                 recursive move now deletes src each subfolder after 
3778                 having moved it
3779         * src/folderview.c
3780                 Use identifier instead of path during dnd (enables
3781                 IMAP folder dnd)
3782
3783 2002-11-27 [paul]       0.8.6claws19
3784
3785         * src/main.c
3786                 apply patch that does command-line processing 
3787                 BEFORE gtk_init, allowing claws to run from 
3788                 shell-scripts in non-X environment (e.g. crontab 
3789                 or ip-up, ip-down scripts). Patch submitted by
3790                 Ruslan N. Balkin <baron@dartel.ru>
3791                 
3792         * po/it.po
3793                 updated by Alessandro Maestri
3794
3795 2002-11-27 [paul]       0.8.6claws18
3796
3797         * sync with 0.8.6cvs12
3798           src/prefs_common.c
3799                 Differences are that main uses a 'Receive dialog'
3800                 frame on the Interface tab, whereas claws groups all 
3801                 the dialogs together in a 'Dialogs' frame.
3802
3803 2002-11-27 [colin]      0.8.6claws17
3804
3805         * src/prefs_matcher.c
3806                 Fix Execute criteria's NOT flag
3807
3808
3809 2002-11-26 [christoph]  0.8.6claws16
3810
3811         * src/ssl.c
3812                 rewrite the ssl code a little bit, only use one
3813                 SSL context, set default certificates' file/path
3814
3815 2002-11-26 [thorsten]   0.8.6claws15
3816
3817         * src/compose.c
3818                 default-reply-to didn't work for ml-reply
3819
3820 2002-11-26 [melvin]     0.8.6claws14
3821
3822         * src/prefs_actions.c
3823                 Made pipe-actions ignore short headers in message view
3824                 Made trailing-pipe-actions write in the message view with
3825                 the same font as the original message
3826
3827 2002-11-26 [paul]       0.8.6claws13
3828
3829         * src/compose.c
3830                 this time commit the correct file
3831
3832 2002-11-26 [paul]       0.8.6claws12
3833
3834         * sync with 0.8.6cvs11
3835           src/quote_fmt_parse.y  
3836                 no sync needed
3837           src/account.[ch]       
3838                 not sync'ed
3839           src/compose.c
3840                 compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
3841                 on draft mode.
3842                 compose_reedit(): add check for 'X-Sylpheed-Account-Id:' 
3843                 header
3844                 
3845         see ChangeLog 2002-11-25 and 2002-11-26
3846
3847 2002-11-26 [colin]      0.8.6claws11
3848
3849         * src/folderview.c
3850                 Fix collapsed folder not auto-expanding during
3851                 mail dnd, if it was the source folder.
3852
3853 2002-11-25 [colin]      0.8.6claws10
3854
3855         * src/folderview.[ch]
3856                 Variable renaming and cleaning (slist of nodes 
3857                 to be re-collapsed is stored in FolderView)
3858
3859 2002-11-25 [paul]       0.8.6claws9
3860
3861         * src/prefs_common.[ch]
3862                 fix breakage caused by last commit
3863
3864 2002-11-25 [paul]       0.8.6claws8
3865
3866         * sync with 0.8.6cvs4
3867                 see ChangeLog 2002-11-21
3868
3869 2002-11-25 [paul]       0.8.6claws7
3870
3871         * sync with 0.8.6cvs4
3872                 see ChangeLog 2002-11-20
3873
3874 2002-11-25 [paul]       0.8.6claws6
3875
3876         * sync with 0.8.6cvs3
3877                 see ChangeLog 2002-11-18
3878
3879 2002-11-25 [colin]      0.8.6claws5
3880
3881         * src/gtkutils.[ch]
3882                 Add gtkut_ctree_node_is_parent()
3883         * src/folderview.c
3884                 Spring-loaded folders
3885
3886 2002-11-25 [colin]      0.8.6claws4
3887
3888         * src/utils.[ch]
3889                 Add slist_concat_unique(), function to merge
3890                 two GSList filtering dups
3891         * src/folder.[ch]
3892         * src/summaryview.[ch]
3893         * src/folderview.c
3894         * src/main.c
3895                 Add detection/update/display of unread answers
3896                 to marked mails
3897         * src/procmsg.[ch]
3898                 Add procmsg_find_children()
3899                 Add procmsg_msg_has_marked_parent()
3900
3901 2002-11-25 [colin]      0.8.6claws3
3902
3903         * src/ssl_certificate.[ch]
3904                 Allow checking a certificate without a DNS
3905                 lookup
3906                 Allow to forget a cert (by deleting it)
3907                 Make ssl_certificate_destroy_public
3908         * src/ssl_manager.[ch] ** NEW FILES **
3909                 Gui to manage (display/remove) certificates
3910         * src/prefs_common.[ch]
3911                 Add a pref to allow silent acceptation of
3912                 trusted certificates or not (based on the
3913                 "I want to know what's going on" principle)
3914         * src/mainwindow.c
3915                 Add SSL manager in Tools menu
3916         * src/Makefile.am
3917                 Add the new files to the build
3918         * po/POTFILES.in
3919                 Add ssl_manager.c to translations
3920
3921 2002-11-25 [colin]      0.8.6claws2
3922
3923         * src/summaryview.[ch]
3924                 Add S_SEARCH_EXTENDED to the quick search, which 
3925                 allows to search using filtering syntax.
3926
3927 2002-11-25 [colin]      0.8.6claws1
3928
3929         * src/summaryview.c
3930                 Deletion of duplicates now prefer deleting
3931                 the unread dup (fixes feature-request 638989).
3932
3933 2002-11-24 [paul]       0.8.6claws
3934
3935         * po/es.po
3936           po/pl.po
3937           po/ru.po
3938           po/sr.po
3939                 updated by Ricardo Mones Lastra,
3940                 Witold Wladyslaw Wojciech Wilk,
3941                 Ruslan N. Balkin, and  Urke MMI 
3942                 respectively
3943
3944 2002-11-24 [paul]       0.8.5claws182
3945
3946         * po/bg.po
3947                 updated by George Danchev
3948
3949 2002-11-23 [alfons]     0.8.5claws181
3950
3951         * src/imap.c
3952                 tiny memory leak found by browsing Dimitar's 
3953                 valgrind report
3954
3955 2002-11-23 [paul]       0.8.5claws180
3956
3957         * po/it.po
3958                 updated by Alessandro Maestri
3959
3960 2002-11-22 [christoph]  0.8.5claws179
3961
3962         * src/compose.c
3963         * src/inc.c
3964         * src/prefs_filtering.c
3965         * src/summaryview.c
3966                 more warning fixes
3967
3968 2002-11-22 [alfons]     0.8.5claws178
3969
3970         * src/summaryview.c
3971                 summary_execute_delete_func(): if message is deleted, make 
3972                 sure to also remove its entry in the subject hash table. 
3973                 fixes a corner case bug.
3974
3975 2002-11-22 [paul]       0.8.5claws177
3976
3977         * .cvsignore
3978                 add 'autom4te.cache'
3979                 
3980         * ltconfig      ** REMOVED **
3981                 not needed
3982
3983 2002-11-22 [paul]       0.8.5claws176
3984
3985         * src/textview.c
3986                 textview_set_font(): fix for message display in
3987                 UTF-8 locales (thanks to Sergey Vlasov).
3988                 
3989         * AUTHORS
3990                 add new team members and contributors
3991
3992
3993 2002-11-21 [colin]      0.8.5claws175
3994
3995         * src/procmsg.[ch]
3996                 Add procmsg_remove_special_headers()
3997         * src/mh.c
3998                 Use procmsg_remove_special_headers() for 
3999                 previous fix
4000
4001 2002-11-21 [colin]      0.8.5claws174
4002
4003         * src/mh.c
4004                 Fix moving/copying from queue/draft folders
4005                 for MH folders
4006
4007 2002-11-21 [christoph]  0.8.5claws173
4008
4009         * src/crash.c
4010         * src/filtering.c
4011         * src/logwindow.c
4012         * src/main.c
4013         * src/matcher_parser_lex.[hl]
4014         * src/mbox.c
4015         * src/mbox_folder.[ch]
4016         * src/prefs_filtering.c
4017         * src/procheader.c
4018         * src/quote_fmt_lex.l
4019         * src/ssl.c
4020                 fix all warnings except the warnings in lex and yacc files
4021
4022 2002-11-20 [christoph]  0.8.5claws172
4023
4024         * src/imap.c
4025                 fix MsgInfo retrieval for IMAP draft and queue folders
4026                 (closes bug [ 619558 ] Draft saving on IMAP box issue)
4027
4028 2002-11-19 [christoph]  0.8.5claws171
4029
4030         * src/compose.c
4031                 fix segfault, when draft saving does not get
4032                 the MsgInfo of the new message
4033                 (closes bug [ 640699 ] Claws170: crash drafting mail ( IMAP ))
4034
4035 2002-11-19 [christoph]  0.8.5claws170
4036
4037         * src/procmsg.c
4038                 add parameter check for flag setting function
4039                 (closes bug [ 640619 ] Claws169: crash - drafting a mail (IMAP))
4040
4041 2002-11-18 [paul]       0.8.5claws169
4042
4043         * src/compose.c
4044                 more sensitivity fixes to redirect mode:
4045                 * disable toolbar draft button
4046                 * allow only Address book in the Tools menu
4047                 * disable editing of message by the spell
4048                   checker
4049
4050 2002-11-18 [paul]       0.8.5claws168
4051
4052         * src/compose.c
4053                 fix sensitivity of menu items in compose_redirect():
4054                 allow only the necessary items 
4055
4056 2002-11-18 [paul]       0.8.5claws167
4057
4058         * src/compose.c
4059                 fix bug [ 603259 ] 'attachment got lost on bounce'
4060
4061 2002-11-18 [paul]       0.8.5claws166
4062
4063         * po/ru.po
4064                 updated by Ruslan N. Balkin <baron@dartel.ru>
4065
4066 2002-11-18 [colin]      0.8.5claws165
4067
4068         * src/main.c
4069           src/defs.h
4070                 Remove old filtering stuff
4071
4072
4073 2002-11-17 [oliver]     0.8.5claws164
4074
4075         * src/toolbar.h
4076                 remove not needed typedef 
4077
4078 2002-11-17 [oliver]     0.8.5claws163
4079
4080         * src/toolbar.c
4081                 make toolbar's on click events translatable
4082
4083 2002-11-15 [colin]      0.8.5claws162
4084
4085         * src/summaryview.c
4086                 Revert too-soon integration of a feature
4087
4088 2002-11-15 [christoph]  0.8.5claws161
4089
4090         * src/imap.c
4091                 use main's implementation of imap_get_msginfo
4092
4093 2002-11-15 [christoph]  0.8.5claws160
4094
4095         * src/compose.c
4096         * src/folder.[ch]
4097         * src/imap.c
4098         * src/mbox_folder.c
4099         * src/mh.c
4100         * src/news.c
4101         * src/procmsg.c
4102         * src/summaryview.c
4103                 replace claws' fetch_msginfo with main's get_msginfo
4104                 (use main's implementation where possible)
4105
4106 2002-11-15 [colin]      0.8.5claws159
4107
4108         * src/ssl_certificate.c
4109                 Missed a check
4110
4111 2002-11-16 [melvin]     0.8.5claws158
4112
4113         * po/fr.po
4114                 Updated French translations.
4115
4116 2002-11-16 [colin]      0.8.5claws157
4117
4118         * src/ssl_certificate.c
4119                 Check for missing parts in the certificates
4120
4121 2002-11-15 [colin]      0.8.5claws156
4122
4123         * src/folderview.c
4124                 Preventive fix (missing check) found by
4125                 Alfons
4126
4127 2002-11-15 [paul]
4128
4129         * NEWS
4130                 sync with 0.8.6 release
4131
4132 2002-11-15 [colin]      0.8.5claws155
4133
4134         * src/folder.[ch]
4135           src/folderview.c
4136                 Fix error handling of folder_item_move_to()
4137                 (thanks to Alfons!)
4138
4139 2002-11-15 [colin]      0.8.5claws154
4140
4141         * src/folder.[ch]
4142           src/folderview.c
4143                 folder_item_move_to() sets an error message instead
4144                 of having GUI stuff in folder.c
4145
4146 2002-11-15 [colin]      0.8.5claws153
4147
4148         * src/procmsg.[ch]
4149                 Implemented a callback for MsgInfo updates, 
4150                 heavily copy/pasted from Christoph's folder 
4151                 callback system
4152         * src/summaryview.[ch]
4153                 Register summary_update_msg as callback
4154
4155 2002-11-14 [colin]      0.8.5claws152
4156         
4157         * src/procmsg.c
4158                 Update the FolderItem after sending (fixes 617593)
4159
4160 2002-11-14 [christoph]  0.8.5claws151
4161
4162         * src/folder.c
4163                 fix wrong position of NULL pointer check found
4164                 by Sergey
4165
4166 2002-11-14 [christoph]  0.8.5claws150
4167
4168         * src/folder.c
4169                 fix segfault when deleting messages from IMAP folders
4170                 (closes bug [ 635641 ] Crash deleting mail in IMAP trash)
4171
4172 2002-11-14 [colin]      0.8.5claws149
4173
4174         * src/compose.c
4175                 Forwarding was also ignoring the folder's default account.
4176
4177 2002-11-14 [colin]      0.8.5claws148
4178
4179         * src/compose.c
4180                 Fix sent folder not set to folder properties when 
4181                 forwarding.
4182
4183 2002-11-14 [thorsten]   0.8.5claws147
4184
4185         * src/inc.c
4186                 inc_start(): Files were not moved from .processing to inbox,
4187                 if no global processing rule existed
4188
4189 2002-11-14 [colin]      0.8.5claws146
4190
4191         * src/ssl_certificate
4192                 Fix file operations
4193
4194 2002-11-14 [paul]       0.8.5claws145
4195
4196         * po/it.po
4197                 updated by Alessandro Maestri
4198
4199 2002-11-13 [alfons]     0.8.5claws144
4200
4201         * src/folder.c
4202                 folder_item_close(): only mark messages unread
4203                 when a folder has new messages 
4204
4205 2002-11-13 [keith]      0.8.5claws143
4206
4207         * src/imap.c
4208                 Fix problem moving or copying between
4209                 IMAP folders
4210
4211 2002-11-13 [colin]      0.8.5claws142
4212
4213         * src/matcher_parser_parse.y
4214                 Fix rule problem when " don't match
4215
4216 2002-11-13 [christoph]  0.8.5claws141
4217
4218         * src/folder.c
4219         * src/folderview.c
4220                 moved cache saving to folder_item_close
4221                 the folderview should not have to deal with
4222                 this things
4223
4224 2002-11-13 [christoph]  0.8.5claws140
4225
4226         * src/summaryview.c
4227                 moved setting of important score to
4228                 summary_set_prefs_from_folderitem
4229
4230 2002-11-13 [colin]      0.8.5claws139
4231
4232         * src/matcher_parser_parse.y
4233                 Fix a segfault in the parser (happening when
4234                 a good expression had been tested and a bad 
4235                 one arrives)
4236
4237 2002-11-13 [paul]       0.8.5claws138
4238
4239         * sync with 0.8.5cvs24
4240                 see ChangeLog 2002-11-13
4241                 
4242         * po/pt_BR.po
4243                 updated by Fabio Jr. Beneditto
4244
4245 2002-11-13 [colin]      0.8.5claws137
4246         
4247         * src/msgcache.c
4248           src/defs.h
4249           src/procmsg.[ch]
4250                 Revert last commit, problem
4251
4252 2002-11-13 [colin]      0.8.5claws136
4253
4254         * src/msgcache.c
4255                 Remove duplicated code
4256         * src/defs.h
4257                 Bumped CACHE_VERSION and MARK_VERSION
4258         * src/procmsg.[ch]
4259                 Network endian for cache and mark files
4260
4261 2002-11-12 [colin]      0.8.5claws135
4262
4263         * src/inc.c
4264                 Fix the "socket error" dialog which disappeared
4265
4266 2002-11-12 [colin]      0.8.5claws134
4267
4268         * src/msgcache.c
4269                 Reverse last commit which had performance 
4270                 problems, but still reverse the list
4271
4272 2002-11-12 [colin]      0.8.5claws133
4273
4274         * src/msgcache.c
4275                 Reverse list order
4276
4277 2002-11-12 [melvin]     0.8.5claws132
4278
4279         * src/compose.c
4280                 Added a check for a NULL prefs_common.dictionary
4281
4282 2002-11-12 [colin]      0.8.5claws131
4283
4284         * src/ssl_certificate.[ch]
4285                 Use FQDN hostname
4286
4287 2002-11-12 [colin]      0.8.5claws130
4288
4289         * src/ssl_certificate.[ch]
4290                 Take connection port into account for 
4291                 checking certificates (a single hostname
4292                 could have multiple servers with multiple
4293                 certificates)
4294         * src/ssl.c
4295                 Pass the port to ssl_certificate_check
4296
4297 2002-11-12 [paul]       0.8.5claws129
4298
4299         * src/folder.c
4300                 fix a typo in last commit
4301
4302 2002-11-12 [paul]       0.8.5claws128
4303
4304         * sync with 0.8.5cvs23
4305                 see ChangeLog entry 2002-11-12
4306
4307 2002-11-11 [colin]      0.8.5claws127
4308
4309         * src/ssl_certificate.c
4310                 Cleaner messages
4311                 Don't popup, instead log error, if the 
4312                 corresponding pref is checked
4313         * src/ssl_certificate.h
4314                 include <openssl/objects/h>
4315
4316 2002-11-11 [colin]      0.8.5claws126
4317
4318         * src/ssl_certificate.h
4319                 _Really_ clean it
4320
4321 2002-11-11 [colin]      0.8.5claws125
4322         
4323         * src/ssl_certificate.c
4324                 Fixed leak
4325
4326 2002-11-11 [colin]      0.8.5claws124
4327
4328         * src/ssl.c
4329                 Cleaned a bit
4330         * src/ssl_certificate.[ch]
4331                 Cleaned a bit (better use of SSL API)
4332                 (This will cause non-recognition of saved 
4333                  certificates of claws12[23]...)
4334
4335 2002-11-11 [paul]       0.8.5claws123
4336         
4337         * po/es.po
4338                 updated by Ricardo Mones Lastra
4339
4340 2002-11-11 [colin]      0.8.5claws122
4341
4342         * src/ssl.c
4343                 Fix a typo
4344
4345 2002-11-11 [colin]      0.8.5claws121
4346
4347         * src/ssl_certificate.[ch] ** NEW FILES **
4348         * src/ssl.[ch]
4349                 Check SSL certificates presented to us
4350         * src/Makefile.am
4351                 Add ssl_certificate.[ch]
4352         * po/POTFILES.in
4353                 Add ssl_certificate.c
4354
4355 2002-11-11 [paul]       0.8.5claws120
4356
4357         * sync with 0.8.5cvs22
4358                 see ChangeLog 2002-11-11
4359
4360 2002-11-11 [paul]       0.8.5claws119
4361
4362         * sync with 0.8.5cvs21
4363                 see ChangeLog 2002-11-11
4364
4365 2002-11-10 [jens]       0.8.5claws118
4366
4367         * src/folder.c
4368         * src/folderview.c
4369                 corrected some typing
4370         * po/de.po
4371                 updated german translation
4372         * sylpheed.spec.in
4373                 cleaned up specfile and adjusted it for claws
4374
4375 2002-11-10 [colin]      0.8.5claws117
4376
4377         * src/summaryview.c
4378                 a STATUSBAR_PUSH/POP fix
4379
4380 2002-11-10 [colin]      0.8.5claws116
4381
4382         * src/prefs_folder_item.c
4383                 Fix hanging after opening folder properties
4384
4385 2002-11-10 [hoa]        0.8.5claws115
4386
4387         * src/matcher_parser_lex.l
4388         * src/matcher_parser_parse.y
4389                 config file for scoring and filtering is no more trashed
4390                 when there is a syntax error in a filtering rule when
4391                 editing it in a dialog.
4392
4393 2002-11-09 [colin]      0.8.5claws114
4394
4395         * src/mbox_folder.c
4396                 Added missing initialisation of folder->destroy()
4397
4398 2002-11-09 [colin]      0.8.5claws113
4399
4400         * src/folder.c
4401           src/folderview.c
4402                 Fix the status bar messages
4403
4404 2002-11-09 [colin]      0.8.5claws112
4405
4406         * src/folderview.c
4407                 Fix hangs after folder dnd, happening after 
4408                 claws109.
4409
4410 2002-11-09 [christoph]  0.8.5claws111
4411
4412         * src/folderview.c
4413                 just changed order of calls (reverse order of
4414                 associated calls)
4415         * src/inc.c
4416                 lock inc when checking only one account, otherwise
4417                 inc all could be executed at the same time
4418
4419 2002-11-09 [christoph]  0.8.5claws110
4420
4421         * src/folderview.c
4422                 better unlock the mouse cursor before calling
4423                 summary_show because it changes the cursor too
4424
4425 2002-11-09 [christoph]  0.8.5claws109
4426
4427         * src/folder.[ch]
4428         * src/folderview.c
4429                 add functions to open and close a folder
4430                 o opending will execute scanning for remote folders
4431                   and processing
4432                 o closing will unset new flag for messages
4433
4434 2002-11-09 [colin]      0.8.5claws108
4435
4436         * src/folder.c
4437                 Add a call to prefs_matcher_write_config to 
4438                 avoid non-leaf folders filtering settings to be
4439                 lost
4440
4441 2002-11-09 [paul]       0.8.5claws107
4442
4443         * src/prefs_account.c
4444                 re-word a label
4445
4446 2002-11-09 [colin]      0.8.5claws106
4447
4448         * src/folderview.c
4449                 Minor esthetic fix
4450
4451 2002-11-09 [colin]      0.8.5claws105
4452
4453         * src/folderview.c
4454                 Fix prefs_filtering deletion for MH folders (same
4455                 reason as below)
4456         * src/prefs_filtering.c
4457                 Fix prefs_filtering renaming and deletion for 
4458                 folder-based processing rules.  
4459
4460 2002-11-09 [christoph]  0.8.5claws104
4461
4462         * src/compose.c
4463         * src/folder.[ch]
4464         * src/folderview.[ch]
4465         * src/import.c
4466         * src/inc.c
4467         * src/main.c
4468         * src/mainwindow.c
4469         * src/messageview.c
4470         * src/prefs_folder_item.c
4471         * src/procmsg.c
4472         * src/summaryview.c
4473                 implement a callback system for folder item updates
4474
4475 2002-11-09 [colin]      0.8.5claws103
4476
4477         * src/folderview.c
4478                 Fix prefs_filtering renaming for MH folders (we
4479                 shouldn't rename by path as another folder could
4480                 have the same hierarchy).
4481
4482 2002-11-09 [colin]      0.8.5claws102
4483
4484         * src/folder.c
4485                 Fix a leak found by Christoph, use better variable
4486                 names
4487
4488 2002-11-09 [colin]      0.8.5claws101
4489
4490         * src/folder.c
4491                 One more fix for processing rules
4492
4493 2002-11-08 [colin]      0.8.5claws100
4494         
4495         * src/matcher.c
4496                 Don't copy the compiled regexp (will be reevaluated)
4497         * src/folderview.c
4498                 Lock folderview while moving
4499         * src/folder.c
4500                 Provide info on what's happening to the user
4501
4502 2002-11-08 [colin]      0.8.5claws99
4503
4504         * src/folderview.c
4505                 Fix folder reordering after a move if parent is 
4506                 root
4507         * src/scoring.[ch]
4508                 Add function to copy a ScoringProp
4509         * src/prefs_folder_item.c
4510                 Copy scoring rules when copying a folder prefs
4511
4512 2002-11-08 [colin]      0.8.5claws98
4513
4514         * src/folderview.c
4515                 Fixes in case of failure
4516         * src/filtering.[ch]    
4517                 Add function to duplicate a FilteringProp
4518         * src/matcher.[ch]
4519                 Add function to duplicate a MatcherProp
4520         * src/prefs_folder_item.c
4521                 Save folder's processing rules when copying 
4522                 its prefs
4523
4524 2002-11-08 [colin]      0.8.5claws97
4525         
4526         * src/folderview.c
4527                 Sort after move
4528         * src/folder.c 
4529                 Change a printf to debug_print
4530
4531 2002-11-08 [colin]      0.8.5claws96
4532
4533         * src/folder.c
4534           src/folderview.c
4535                 Fix segfaults, call me stupido
4536         
4537
4538 2002-11-08 [colin]      0.8.5claws95
4539
4540         *src/folder.c
4541                 Added forgotten prefs to save when moving folders
4542
4543 2002-11-08 [colin]      0.8.5claws94
4544
4545         * src/folder.c
4546                 Fixes to folder DND (prefs copy)
4547         * src/folderview.c
4548                 Optimization for folder DND (don't rescan whole tree)
4549                 Added folderview_create_folder_node() for this 
4550                 optimization, so de-duped a bit the code
4551         * src/prefs_folder_item.[ch]
4552                 Added prefs_folder_item_copy_prefs()    
4553           
4554 2002-11-08 [paul]       0.8.5claws93
4555
4556         * src/prefs_account.c
4557           tools/README
4558           tools/kmail2sylpheed_v2.pl
4559                 correct some typos
4560
4561 2002-11-08 [paul]       0.8.5claws92
4562
4563         * src/compose.c
4564           src/prefs_account.[ch]
4565                 remove account options 'clearsign' and 'ascii_armored',
4566                 replace with 'default_gnupg_mode' to prevent mixed-mode
4567                 Privacy settings
4568
4569 2002-11-08 [paul]       0.8.5claws91
4570
4571         * src/compose.[ch]
4572                 re-implement GnuPG 'on-the-fly' mode selection,
4573                 disallow mixed-mode
4574
4575 2002-11-08 [colin]      0.8.5claws90
4576
4577         * src/folderview.c
4578           src/prefs_folder_item.c
4579                 Change "Property" to "Properties"
4580
4581 2002-11-07 [colin]      0.8.5claws89
4582
4583         * src/folderview.c
4584           src/folder.c
4585                 Allow folder dropping to a root folder
4586
4587 2002-11-07 [paul]       0.8.5claws88
4588
4589         * src/compose.c
4590                 revert last commit
4591
4592 2002-11-07 [paul]       0.8.5claws87
4593
4594         * src/compose.c
4595                 fix reply-to-list bug. closes bug report
4596                 "[633382] reply-to-list broken in recent cvs"
4597
4598 2002-11-07 [paul]       0.8.5claws86
4599
4600         * src/compose.c
4601                 add a forgotten '#if USE_GPGME ... #endif'
4602
4603 2002-11-07 [paul]       0.8.5claws85
4604
4605         * sync with 0.8.5cvs20
4606                 see ChangeLog 2002-11-07
4607
4608 2002-11-07 [colin]      0.8.5claws84
4609
4610         * src/folder.[ch]
4611                 Change folder_item_move_to to return the newly 
4612                 created folderitem.
4613         * src/folderview.c
4614                 Select the new folderitem after moving.
4615
4616 2002-11-07 [colin]      0.8.5claws83
4617
4618         * src/prefs_filtering.c
4619                 Fix rule rewriting when moving a leaf folder to a 
4620                 shorter path
4621
4622 2002-11-07 [colin]      0.8.5claws82
4623
4624         * src/prefs_filtering.c
4625                 fix a leak
4626
4627 2002-11-07 [colin]      0.8.5claws81
4628
4629         * src/folder.[ch]
4630                 Add folder_item_move_to() function to move a 
4631                 folderitem into another one (updates matcher etc)
4632         * src/folderview.c
4633                 Add folder drag'n drop (context menu to come)
4634                 [Should be dataloss free, but Please backup before 
4635                  trying !]
4636
4637 2002-11-06 [colin]      0.8.5claws80
4638
4639         * src/mh.c
4640                 mh_create_folder() returns NULL if can't create
4641                 directory hierarchy
4642
4643 2002-11-06 [paul]       0.8.5claws79
4644
4645         * src/compose.[ch]
4646                 allow 'on-the-fly' changing of the type of encryption 
4647                 and/or signing used (mime/ascii) via the compose window
4648
4649 2002-11-06 [paul]       0.8.5claws78
4650
4651         * sync with 0.8.5cvs19
4652                 see ChangeLog 2002-11-06 for src/account.c: 
4653                 account_get_special_folder()
4654                 
4655 2002-11-05 [alfons]     0.8.5claws77
4656
4657         * src/crash.c
4658                 very minor cleanups: nothing to see here, move on. :-)
4659
4660 2002-11-05 [colin]      0.8.5claws76
4661
4662         * src/main.c
4663                 Changes choices if compose windows are opened to
4664                 Discard, Draft, Don't quit
4665
4666 2002-11-05 [thorsten]   0.8.5claws75
4667
4668         * src/compose.c
4669                 reenabled default_reply_to folder option
4670
4671 2002-11-05 [colin]      0.8.5claws74
4672
4673         * src/compose.[ch] 
4674                 add compose_draft()
4675         * src/crash.c
4676                 add SIGTERM handler
4677         * src/main.[ch]
4678                 add clean_quit() for the SIGTERM handler
4679
4680 2002-11-05 [paul]       0.8.5claws73
4681         
4682         * po/es.po
4683                 updated by Ricardo Mones Lastra
4684
4685 2002-11-05 [melvin]     0.8.5claws72
4686
4687         * src/logwindow.c
4688                 Fixed log-clipping bug #616795.
4689                 To stop logging in the log window use 0 length.
4690         * src/prefs_common.c
4691                 Added a label to inform about the 0 log length behaviour.
4692
4693 2002-11-05 [paul]       0.8.5claws71
4694
4695         * sync with 0.8.5cvs17
4696                 see ChangeLog 2002-11-05
4697
4698 2002-11-04 [paul]       0.8.5claws70
4699
4700         * sylpheed-128x128.png
4701           sylpheed-64x64.png
4702           sylpheed.png
4703                 replace with pngcrushed icons. Submitted by Nicolas Kaiser,
4704                 <nikai@users.sourceforge.net>
4705                 
4706         * po/bg.po
4707                 updated by George Danchev
4708
4709 2002-11-03 [thorsten]   0.8.5claws69
4710
4711         * src/main.c
4712           src/mimeview.c
4713           src/rfc2015.h
4714                 add check if gpg is active
4715
4716 2002-11-03 [thorsten]   0.8.5claws68
4717
4718         * src/toolbar.h
4719                 removed GSList declaration causing trouble on MacOS-X
4720                 (submitted by alfons, reported by xfesty)
4721
4722 2002-11-01 [paul]       0.8.5claws67
4723
4724         * src/mainwindow.c
4725                 remove last remnants of main's filter code
4726
4727 2002-11-01 [paul]       0.8.5claws66
4728
4729         * tools/filter_conv.pl
4730                 fix bug where user-defined headers were ignored
4731
4732 2002-11-01 [paul]       0.8.5claws65
4733
4734         * src/logwindow.c
4735                 make a debug_print() not translatable
4736
4737 2002-10-31 [melvin]     0.8.5claws64
4738
4739         * ac/aspell.m4
4740                 Fixed --disable-aspell-test. Now --disable-aspell-test will 
4741                 not run any GNU/aspell test.  The dictionary path will
4742                 be by default /usr/local/lib/aspell/ unless --with-aspell-prefix
4743                 was given, in which case, it will be $prefix/lib/aspell/
4744         * configure.in
4745                 Fixed typo in commentary (Aspell code).
4746
4747 2002-10-31 [paul]       0.8.5claws63
4748
4749         * po/POTFILES.in
4750                 remove src/filter.c and src/prefs_filter.c
4751                 thanks to Ricardo for reminding me
4752
4753 2002-10-31 [colin]      0.8.5claws62
4754
4755         * src/mbox_folder.c
4756                 Plug some leaks
4757
4758 2002-10-31 [paul]       0.8.5claws61
4759
4760         * src/prefs_filter.[ch] ** REMOVED **
4761           src/filter.[ch]       ** REMOVED **
4762           
4763         * src/Makefile.am
4764           src/folderview.c
4765           src/inc.c
4766           src/main.c
4767           src/mainwindow.c
4768           src/mbox.c
4769           src/prefs_common.c
4770           src/prefs_filtering.c
4771           src/summaryview.[ch]
4772                 remove main's 'filter' code
4773                 
4774         README.claws
4775                 update to reflect removal of main's filter
4776
4777 2002-10-31 [paul]       0.8.5claws60
4778
4779         * src/summaryview.c
4780                 remove check for global_processing in summary_filter_open(). 
4781                 This fixes the bug where if the user uses the right-click 
4782                 'Create filter rule...' and doesn't have any filter rules 
4783                 already defined in claws' advanced filtering, the newly 
4784                 created filter rule goes to main's filtering which is 
4785                 inaccessible through the gui. Now the filter rule gets added
4786                 to claws' filtering by default.
4787
4788 2002-10-28 [melvin]     0.8.5claws59
4789
4790         * src/prefs_actions.c
4791                 Fixed bug #627322 where MIME parts were not always
4792                 correctly passed to a %p action
4793                 Display an error dialog when message filename is not found.
4794
4795 2002-10-28 [melvin]     0.8.5claws58
4796
4797         * src/prefs_common.c
4798                 Readded a missing function declaration lost in 0.8.3claws34
4799
4800 2002-10-28 [paul]       0.8.5claws57
4801
4802         * sync with 0.8.5cvs15
4803                 see ChangeLog 2002-10-28 and 2002-10-25
4804                 
4805         Note: ChangeLog entry 2002-10-24 is not sync'ed.
4806
4807 2002-10-27 [oliver]     0.8.5claws56
4808
4809         * src/pop.c
4810                 plug leak in pop3_top_recv
4811
4812 2002-10-26 [christoph]  0.8.5claws55
4813
4814         * src/folder.c
4815                 set need_update folder flag when messages are added
4816                 (closes bug [ 626922 ] folder not updated after receiving)
4817
4818 2002-10-25 [melvin]     0.8.5claws54
4819
4820         * src/imageview.c
4821                 Fixed a memleak introduced in the scaling code.
4822
4823 2002-10-24 [alfons]     0.8.5claws53
4824
4825         * src/filtering.c
4826                 make filtering's forward message action forward from the 
4827                 correct account
4828                 (closes bug [628089 ] Filter -> Forward from address problem
4829                 reported by Oktay)
4830
4831 2002-10-24 [christoph]  0.8.5claws52
4832
4833         * src/mainwindow.c
4834         * src/manual.[ch]
4835                 o use manual of current locale or english if current
4836                   locale is not available (and english is available)
4837                 o also link to sylpheed doc project manuals
4838
4839 2002-10-23 [paul]       0.8.5claws51
4840
4841         * tools/README
4842           tools/kmail2sylpheed_v2.pl
4843                 add new version of kmail addressbook importer script.
4844                 works with newer versions of Kmail/KAddressBook which
4845                 have new and rearranged data.
4846
4847 2002-10-23 [martin]     0.8.5claws50
4848
4849         * src/folderview.c
4850         * src/summaryview.c
4851         * src/utils.h
4852         * src/utils.c
4853                 added length parameter to get_abbrev_newsgroup_name()
4854                 changed this function so that it abbreviates the newsgroup
4855                 names only so long it is smaller than the length parameter
4856                 (for better reading of some newsgroup names and space efficiency)
4857
4858 2002-10-22 [colin]      0.8.5claws49
4859
4860         *src/foldersel.c
4861                 Revert Alfons' last modification (after voting ;-))
4862
4863 2002-10-21 [alfons]     0.8.5claws48
4864
4865         * src/foldersel.c
4866                 folder view in folder selection dialog reflects state of
4867                 folder view in main window
4868
4869 2002-10-18 [alfons]     0.8.5claws47
4870
4871         * src/mbox.c
4872                 drop imported messages in folder selected by user,
4873                 and not in the inbox
4874                 (closes bug [ 625424 ] Import mbox always to "Inbox" folder)
4875
4876 2002-10-18 [alfons]     0.8.5claws46
4877
4878         * src/compose.c
4879                 make automagic reply work correctly for email accounts 
4880                 (whether it's viable to do a full sync with Hiro's 
4881                 compose.c is still under discussion)
4882
4883 2002-10-18 [melvin]     0.8.5claws45
4884
4885         * src/prefs_actions.c
4886                 Fixed bug #622275 where asynchroneous actions left 
4887                 zombies processes
4888                 Made (synchroneous) actions' input be displayed live.
4889
4890 2002-10-18 [christoph]  0.8.5claws44
4891
4892         * src/textview.c
4893                 don't add a newline in the textview in front of the
4894                 first textpart if header display is disabled
4895                 (closes bug [ 603385 ] disabled header display leaves blank
4896                  lin)
4897
4898 2002-10-18 [christoph]  0.8.5claws43
4899
4900         * src/folder.[ch]
4901         * src/imap.c
4902         * src/mbox_folder.c
4903         * src/mh.c
4904         * src/news.c
4905                 folder->get_num_list now returns an error code
4906                 (closes bug [ 609424 ] News cache cleared on failure)
4907                 
4908 2002-10-17 [colin]      0.8.5claws42
4909         
4910         * src/news.c
4911                 Changed a printf by debug_print
4912
4913 2002-10-16 [paul]       
4914
4915         * tools/OOo2sylpheed.pl
4916                 allow for spaces in the name of the
4917                 file to be attached.
4918
4919 2002-10-16 [colin]      0.8.5claws41
4920
4921         * src/main.c
4922                 Use a tristate to change online mode
4923
4924 2002-10-16 [paul]       0.8.5claws40
4925
4926         * po/es.po
4927                 updated by Ricardo Mones Lastra
4928
4929 2002-10-16 [colin]      0.8.5claws39
4930
4931         * src/main.c
4932           src/mainwindow.[ch]
4933                 Added --online and --offline command-line
4934                 switches
4935
4936 2002-10-15 [christoph]  0.8.5claws38
4937
4938         * src/procmime.c
4939                 set mimeinfo->name to NULL after g_free to
4940                 avoid double freeing with g_free
4941
4942 2002-10-14 [christoph]  0.8.5claws37
4943
4944         * src/compose.c
4945         * src/filtering.c
4946         * src/summaryview.c
4947                 remove calls to folder->change_flags that are now
4948                 done by procmsg flag functions (seems it is not
4949                 used by any foldertype anyway)
4950         * src/folder.c
4951                 init folder->change_flags with NULL
4952
4953 2002-10-14 [christoph]  0.8.5claws36
4954
4955         * src/folder.[ch]
4956         * src/imap.[ch]
4957                 use virtual functions for folder item new and destroy
4958                 functions
4959
4960 2002-10-14 [melvin]     0.8.5claws35
4961
4962         * src/compose.c
4963                 Added a test to not run the spell checker if no default
4964                 dictionary is available. No dialog is displayed though.
4965
4966 2002-10-14 [melvin]     0.8.5claws34
4967
4968         * src/gtkaspell.c
4969                 Fixed bug in dictionary list context menu where
4970                 "More..." pointed to an emtpy submenu if the
4971                 number of dictionaries is a multiple of 15
4972                 Removed unneeded code in suggestions list creation
4973
4974 2002-10-14 [paul]       0.8.5claws33
4975
4976         * po/bg.po
4977                 updated by George Danchev
4978
4979 2002-10-13 [hoa]        0.8.5claws32
4980
4981         * src/matcher.[ch]
4982           src/matcher_parser_parser.y
4983                 removed the escaped string from internal structure
4984                 of matcher.
4985
4986 2002-10-12 [colin]      0.8.5claws31
4987
4988         * src/gtksctree.[ch]
4989           src/summaryview.c
4990                 Removed useless function gtksctree_reanchor
4991
4992 2002-10-12 [alfons]     0.8.5claws30
4993         
4994         * sync with remaining main changes 2002-10-09 - 2002-10-11
4995         - drop changes to src/compose.c (requires claws specific changes)
4996         
4997 2002-10-12 [alfons]     0.8.5claws29
4998         
4999         * sync with main changes of 2002-10-08
5000         - drop changes to src/compose.c (requires claws specific changes)
5001         - drop changes to src/summaryview.c (requires changes to compose.c)     
5002
5003 2002-10-12 [alfons]     0.8.5claws28
5004         
5005         * sync with main changes of 2002-10-07
5006
5007 2002-10-12 [alfons]     0.8.5claws27
5008
5009         * sync with main changes of 2002-10-04
5010         - drop changes to src/compose.c (requires claws specific changes)
5011         - drop changes to src/prefs_folder_item.c (claws implementation
5012           seems to be working)
5013
5014 2002-10-12 [colin]      0.8.5claws26
5015
5016         * src/mainwindow.c
5017                 Fix folder-flicker when space-reading, introduced 
5018                 in claws22.
5019
5020 2002-10-12 [colin]      0.8.5claws25
5021
5022         * src/compose.c
5023                 Save account address when saving as draft.
5024                 (closes bug 621838)
5025
5026 2002-10-12 [colin]      0.8.5claws24
5027
5028         * src/summaryview.c
5029                 Fix the problem consisting of no message selected
5030                 after the last message in a folder has been moved.
5031
5032 2002-10-12 [paul]       0.8.5claws23
5033
5034         * src/compose.c
5035           src/prefs_template.c
5036           src/template.[ch]
5037                 add Cc and Bcc to templates. Patch submitted by
5038                 John L. Males.
5039
5040 2002-10-12 [colin]      0.8.5claws22
5041
5042         * src/folderview.c
5043                 Fix a bug after "Check for new messages":
5044                 If a folder was opened, it was still selected at
5045                 the end of the check, but displayed empty.
5046         * src/mainwindow.c
5047                 Remove unnecessary check
5048
5049 2002-10-12 [paul]
5050
5051         * tools/README
5052                 be more verbose in the description of
5053                 OOo2sylpheed.pl
5054                 
5055
5056 2002-10-11 [colin]      0.8.5claws21
5057
5058         * src/mainwindow.c
5059                 Make space work (better) when no mail is selected
5060
5061 2002-10-11 [colin]      0.8.5claws20
5062
5063         * src/inc.c
5064           src/news.c
5065                 fix warnings
5066
5067 2002-10-11 [colin]      0.8.5claws19
5068
5069         * src/mainwindow.c
5070                 revert 0.8.5claws6 changes as i couldn't get to
5071                 anything satisfying
5072
5073 2002-10-11 [melvin]     0.8.5claws18
5074
5075         * src/compose.c
5076                 Removed buggy and unused macro (should have been committed in
5077                 0.8.5claws17)
5078
5079 2002-10-11 [melvin]     0.8.5claws17
5080
5081         * src/compose.c
5082                 Fixed memory leak from bug #622040 (thanks to Martin Kluge)
5083
5084 2002-10-11 [thorsten]   0.8.5claws16 
5085
5086         * src/folderview.c
5087                 remove rescan warning
5088
5089 2002-10-11 [colin]      0.8.5claws15 
5090
5091         * src/procheader.c
5092                 fix a segfault that happens if conv_unmime_header
5093                 fails (should be better to find out why it fails)
5094
5095 2002-10-11 [christoph]  0.8.5claws14
5096
5097         * src/summaryview.c
5098                 update folderview stats after ignore/unignore thread
5099
5100 2002-10-11 [hoa]        0.8.5claws13
5101
5102         * src/quote_fmt_parse.y
5103                 Fixed a yacc/bison syntax error
5104         * src/matcher.c
5105                 Escaping of string is fixed.
5106
5107 2002-10-11 [colin]      0.8.5claws12
5108
5109         * src/imageview.c
5110                 Resize images to fit
5111
5112 2002-10-11 [paul]       0.8.5claws11
5113
5114         * po/es.po
5115                 updated by Ricardo Mones Lastra
5116
5117 2002-10-10 [alfons]     0.8.5claws10
5118
5119         * src/compose.c
5120                 allow dropping files by "moving" files from a file manager,
5121                 not only by the more cumbersome "copying". the latter 
5122                 mostly implies holding down the Control button
5123
5124 2002-10-10 [christoph]  0.8.5claws9
5125
5126         * src/summaryview.c
5127                 update folders after thread building for ignored threads
5128
5129 2002-10-10 [christoph]  0.8.5claws8
5130
5131         * config/.cvsignore
5132                 added Makefile
5133         * src/filtering.[ch]
5134         * src/folder.[ch]
5135         * src/folderview.[ch]
5136         * src/import.c
5137         * src/inc.[ch]
5138         * src/mbox.[ch]
5139         * src/procmsg.c
5140         * src/summaryview.[ch]
5141                 o added new flag need_update to FolderItem
5142                 o removed folder_table from various functions from tracking
5143                   folder updates
5144                 o set need_update flags in folder.c's move, copy and delete
5145                   functions and procmsg's flags functions
5146                 o added function folderview_update_items_when_required that
5147                   updates all folders with need_update set
5148                 o call folderview_update_items_when_required instead of
5149                   folderview_update_item_foreach
5150
5151 2002-10-09 [sergey]     0.8.5claws7
5152
5153         * src/compose.c
5154                 Strip CRs whel loading the text into editor in reedit mode.
5155
5156 2002-10-09 [colin]      0.8.5claws6
5157
5158         * src/mainwindow.c
5159                 Make Space work when no mail is selected
5160
5161 2002-10-09 [colin]      0.8.5claws5
5162
5163         * src/gtksctree.[ch]
5164                 Fix range_select
5165                 Add gtk_sctree_reanchor() 
5166         * src/summaryview.c
5167                 Use gtk_sctree_reanchor() - better fix for 
5168                 bug 60413
5169
5170 2002-10-09 [colin]      0.8.5claws4
5171
5172         * src/summaryview.c
5173                 Fix shift-click select after delete problem
5174                 (closes bug 60413)
5175
5176 2002-10-08 [thorsten]   0.8.5claws3
5177
5178         * src/summaryview.c
5179                 exclude current msg from -hide read messages-
5180
5181 2002-10-08 [colin]      0.8.5claws2
5182
5183         * src/inc.[ch]
5184           src/pop.c
5185           src/recv.c
5186                 Differentiate socket errors from disk full
5187                 errors
5188
5189 2002-10-08 [christoph]  0.8.5claws1
5190
5191         * Makefile.am
5192         * configure.in
5193                 modifications for new config directory
5194
5195         * config.guess  ** REMOVED **
5196         * config.sub    ** REMOVED **
5197         * install-sh    ** REMOVED **
5198         * ltmain.sh     ** REMOVED **
5199         * missing       ** REMOVED **
5200         * mkinstalldirs ** REMOVED **
5201                 these files are autogenerated by automake
5202                 when you run autogen.sh
5203
5204         * config/.cvsignore     ** NEW FILE **
5205         * config/Makefile.am    ** NEW FILE **
5206                 ignore autogenerated files
5207                 create a Makefile in this directory
5208
5209 2002-10-08 [paul]       0.8.5claws
5210
5211         * 0.8.5claws release
5212         
5213         * src/compose.c
5214           src/procheader.c
5215           src/procmsg.c
5216                 fix quote reply format for newsgroups reply bug
5217                 (thanks to Hoa)
5218                 
5219         * po/en_GB.po
5220           po/pl.po
5221                 updated by me and Witold Wladyslaw Wojciech Wilk
5222                 repectively
5223
5224 2002-10-07 [paul]       0.8.3claws53
5225
5226         * po/it.po
5227           po/pt_BR.po
5228           po/sr.po
5229                 updated messages catalogs, submitted by
5230                 Alessandro Maestri, Fabio Jr.Beneditto 
5231                 and Urke MMI, respectively.
5232
5233 2002-10-07 [christoph]  0.8.3claws52
5234
5235         * src/folder.[ch]
5236         * src/folderview.c
5237         * src/mainwindow.c
5238                 fix new folder ghost message bug
5239                 (closes bug [ 619722 ] wrong count for newly created folders)
5240
5241 2002-10-07 [christoph]  0.8.3claws51
5242
5243         * src/compose.c
5244                 fix news posting problem
5245
5246 2002-10-07 [melvin]     0.8.3claws50
5247
5248         * po/fr.po
5249                 Updated French translation
5250
5251 2002-10-05 [christoph]  0.8.3claws49
5252
5253         * src/gtkstext.c
5254                 check if line_start_cache is set in gtk_stext_update_text
5255                 (closes bug [ 618119 ] crash while doing search in folder)
5256
5257 2002-10-05 [christoph]  0.8.3claws48
5258
5259         * src/imap.c
5260         * src/news.c
5261         * src/utils.c
5262         * src/utils.h
5263                 implement cache cleanups for claws' folder system
5264                 (closes bug [ 595916 ] imapcache not cleaned up)
5265
5266 2002-10-05 [melvin]     0.8.3claws47
5267
5268         * src/prefs_actions.c
5269                 Made the help text more clear for the %p token
5270
5271 2002-10-04 [paul]       0.8.3claws46
5272
5273         * sync with 0.8.5
5274                 see ChangeLog 2002-10-02 and 2002-10-03
5275
5276 2002-10-04 [christoph]  0.8.3claws45
5277
5278         * src/inc.c
5279                 fix segfault caused by pop before smtp
5280                 call to inc_account_mail with NULL
5281                 pointer for mainwin
5282
5283 2002-10-04 [paul]       0.8.3claws44
5284
5285         * configure.in
5286                 sync the LDAP detection from 0.8.5cvs1
5287
5288 2002-10-02 [christoph]  0.8.3claws43
5289
5290         * po/de.po
5291                 fix small spelling error
5292
5293 2002-10-02 [melvin]     0.8.3claws42
5294
5295         * ac/aspell.m4
5296                 Behave better and say "no" when test program cannot be run.
5297
5298 2002-10-02 [paul]       0.8.3claws41
5299
5300         * sync with 0.8.4cvs1
5301                 see ChangeLog 2002-09-30, 2002-10-01, 2002-10-02
5302                 
5303         * src/summaryview.c
5304                 toggle the behavior of Reply menuitem between
5305                 normal reply and reply-to-list
5306
5307 2002-10-01 [sergey]     0.8.3claws40
5308
5309         * src/compose.c
5310                 Convert newlines in the message text to the canonical form
5311                 before base64 encoding (RFC2045 compliance, fixes some
5312                 interoperability issues with Evolution 1.0.3)
5313
5314 2002-09-29 [colin]      0.8.3claws39
5315
5316         * src/summaryview.c
5317                 Fix an unwanted copy/paste
5318
5319 2002-09-29 [colin]      0.8.3claws38
5320
5321         * src/mainwindow.c
5322                 Renamed "Custom toolbar" to "Customize toolbar"
5323                 Renamed "Show all header" to "Show all headers"
5324                 Renamed "Set diplay item" to "Set displayed items"
5325         * src/prefs_common.c
5326                 Renamed "Show all header" to "Show all headers"
5327         * src/prefs_summary_column.c
5328                 Renamed "diplay item" to "displayed items"
5329
5330 2002-09-29 [colin]      0.8.3claws37
5331
5332         * src/mainwindow.[ch]
5333                 online/offline status pixmaps follow theme
5334                 changes
5335         * src/summaryview.[ch]
5336                 quicksearch pixmap follows theme changes
5337
5338 2002-09-29 [thorsten]   0.8.3claws36
5339
5340         * src/compose.c
5341           src/prefs_folder_item.[ch]
5342                 add default_reply_to folder option (closes patch 581044)
5343
5344 2002-09-29 [christoph]  0.8.3claws35
5345
5346         * acconfig.h    ** REMOVED **
5347         * configure.in
5348         * ac/aspell.m4
5349         * ac/check-type.m4
5350         * ac/gnupg-check-typedef.m4
5351                 fix autoheader 2.50 warning
5352
5353 2002-09-29 [christoph]  0.8.3claws34
5354
5355         * major code cleanup (part 2)
5356         
5357                 - unused variables removed
5358                 - unused functions removed
5359                 - uninitialized variables checked
5360                 - missing return statements added
5361                 - missing function return types added
5362                 - added parentheses around assignment
5363                   when suggested by gcc
5364
5365 2002-09-29 [alfons]     0.8.3claws33
5366
5367         * src/logwindow.c
5368                 log_window_clear(): only bracket gtk_text_forward_delete() 
5369                 with gtk_text_freeze() / gtk_text_thaw() (see if this
5370                 works around GTK text bug)
5371
5372 2002-09-29 [paul]       0.8.3claws32
5373
5374         * po/bg.po
5375           po/sr.po
5376                 updated by George Danchev and Urke MMI
5377                 respectively
5378
5379 2002-09-27 [christoph]  0.8.3claws31
5380
5381         * doc-src/readme.txt
5382         * doc-src/rfc1806.txt   ** REMOVED **
5383         * doc-src/rfc2183.txt   ** NEW FILE **
5384         * doc-src/rfc2980.txt   ** NEW FILE **
5385                 update rfcs
5386
5387 2002-09-27 [melvin]     0.8.3claws30
5388
5389         * ac/aspell.m4
5390                 Fixed typo which could break linking
5391
5392 2002-09-27 [melvin]     0.8.3claws29
5393
5394         * ac/aspell.m4
5395                 Improved GNU/aspell checking. 
5396                 Fixed bug #614490
5397
5398 2002-09-27 [paul]       0.8.3claws28
5399
5400         * sync with 0.8.3cvs8
5401                 see ChangeLog 2002-09-27
5402
5403 2002-09-26 [colin]      0.8.3claws27
5404
5405         * src/toolbar.[ch]
5406           src/mainwindow.[ch]
5407                 Add "Reply to Mailing-list" to the toolbar
5408
5409 2002-09-26 [christoph]  0.8.3claws26
5410
5411         * src/summaryview.c
5412                 Fix wrong message counts in summaryview status
5413
5414 2002-09-26 [paul]       0.8.3claws25
5415
5416         * sync with 0.8.3cvs7
5417                 see ChangeLog 2002-09-26
5418
5419 2002-09-26 [paul]       0.8.3claws24
5420
5421         * sync with 0.8.3cvs6
5422                 see ChangeLog 2002-09-25
5423
5424 2002-09-25 [christoph]  0.8.3claws23
5425
5426         * src/prefs_common.c
5427         * src/prefs_folder_item.c
5428         * src/prefs_scoring.c
5429                 Renamed "kill score" to "hide score" in GUI
5430                 and prefs files
5431
5432 2002-09-25 [paul]       0.8.3claws22
5433
5434         * sync with 0.8.3cvs5
5435                 see ChangeLog 2002-09-24
5436
5437 2002-09-24 [alfons]     0.8.3claws21
5438
5439         patch by Satoshi Nagayasu: allows appending / saving multiple 
5440         selected files (closes "[ 612279 ] save multiple mesg(s) in 
5441         'Save as ...'")
5442
5443         * AUTHORS
5444                 add Satoshi Nagayasu
5445         * src/summaryview.c
5446                 summary_save_as(): allow saving selected files to
5447                 one file
5448                 summary_set_menu_sensitive: enable "Save As..." when
5449                 multiple files are selected
5450         * src/utils.[ch]
5451                 append_file(): new function
5452
5453 2002-09-24 [colin]      0.8.3claws20
5454
5455         * src/procmime.c
5456                 Fix segfault when mimeinfo doesn't have a 
5457                 content_type. 
5458
5459 2002-09-24 [colin]      0.8.3claws19
5460
5461         * src/prefs_common.[ch]
5462                 Add a preference to display send dialog or not
5463         * src/send.c
5464                 Display send dialog according to preference
5465
5466 2002-09-24 [colin]      0.8.3claws18
5467
5468         * src/compose.[ch]
5469                 Disable user actions when sending
5470
5471 2002-09-24 [colin]      0.8.3claws17
5472
5473         * src/procmime.c
5474                 Do not display name or filename for attachments
5475                 with an application/pgp-signature type
5476                 (security flaw, see bug 537413)
5477
5478 2002-09-23 [colin]      0.8.3claws16
5479
5480         * src/editaddress.c
5481                 Initialize entry_email, entry_alias and 
5482                 entry_remarks to first email address of the list
5483
5484 2002-09-23 [colin]      0.83claws15
5485
5486         * src/compose.c
5487                 Drop pgp-signature when reediting a signed queued
5488                 message
5489
5490 2002-09-23 [melvin]     0.8.3claws14
5491
5492         * po/fr.po
5493                 Updated French translation
5494
5495 2002-09-23 [melvin]     0.8.3claws13
5496
5497         * src/mainwindow.c
5498                 Made custom toolbar menu labels more consistent
5499         * src/prefs_toolbar.c
5500                 Made custom toolbar window title more consistent
5501
5502 2002-09-22 [colin]      0.8.3claws12
5503
5504         * src/inc.c
5505                 Initialize session type to normal before getting 
5506                 mail (fixes strange Get behaviour)
5507         * src/prefs_account.h
5508                 Move STYPE_POP_BEFORE_SMTP to last position to 
5509                 avoid other side-effects
5510
5511 2002-09-22 [colin]      0.8.3claws11
5512
5513         * src/prefs_account.c
5514                 Fix pop_bfr_smtp_tm_entry sensivity when switching
5515                 from pop3 to apop or vice-versa
5516
5517 2002-09-22 [colin]      0.8.3claws10
5518         
5519         * src/prefs_account.[ch]
5520                 Add an option for the POP before SMTP timeout
5521         * src/inc.c
5522                 Remember time of last POP connection
5523         * src/send.c
5524                 Do POP before SMTP only if timeout reached
5525
5526 2002-09-22 [oliver]     0.8.3claws9
5527         
5528         * README.claws
5529                 explain custom toolbar
5530
5531 2002-09-22 [oliver]     0.8.3claws8
5532
5533         * src/prefs_actions.[ch]
5534         custom toolbar for compose      
5535                 actions callback from compose toolbar
5536         * src/folderview.c
5537                 remove include toolbar.h
5538
5539 2002-09-22 [oliver]     0.8.3claws7
5540         
5541         * src/prefs_toolbar.[ch]
5542                 custom toolbar for compose
5543                 - generic prefs_toolbar handles both
5544                   Mainwin's toolbar as well as Compose toolbar          
5545
5546 2002-09-22 [oliver]     0.8.3claws6
5547         
5548         * src/toolbar.[ch]
5549                 custom toolbar for compose
5550                 restructure toolbar.[ch]
5551
5552 2002-09-22 [oliver]     0.8.3claws5
5553
5554         * src/compose.[ch]
5555                 custom toolbar for compose
5556
5557 2002-09-22 [oliver]     0.8.3claws4
5558         
5559         * src/mainwindow.[ch]
5560                 custom toolbar for compose 
5561                 move mainwin toolbar back to mainwindow
5562
5563 2002-09-22 [alfons]     0.8.3claws3
5564
5565         * src/procmsg.c
5566                 :%sno/if(/if (/gc
5567                 :%sno/for(/for (/gc
5568                 (beautify)
5569
5570 2002-09-22 [alfons]     0.8.3claws2
5571         
5572         * src/procmsg.c
5573                 procmsg_save_to_outbox(): don't unlink message file from queue;
5574                 callers should do it using folder_item_remove_msg()
5575
5576 2002-09-22 [colin]      0.8.3claws1
5577
5578         * src/mimeview.[ch]
5579                 Made mimeview_check_signature() public
5580         * src/textview.c
5581                 Made GPG signatures verifiable by clicking
5582                 the [application/pgp-signature] in the Text
5583                 view
5584
5585 2002-09-22 [paul]       0.8.3claws
5586
5587         * po/bg.po
5588           po/en_GB.po
5589           po/es.po
5590           po/it.po
5591           po/pl.po
5592           po/pt_BR.po
5593           po/sr.po
5594                 updated translations, submitted by George Danchev,
5595                 me, Ricardo Mones Lastra, Alessandro Maestri,
5596                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.Beneditto 
5597                 and Urke MMI, respectively.     
5598
5599 2002-09-22 [alfons]     0.8.2claws65
5600
5601         * src/procmsg.c
5602         * src/pgptext.c
5603                 no furry valgrinds have been used to plug these memleaks
5604
5605 2002-09-20 [paul]       0.8.2claws64
5606
5607         * sync with 0.8.3cvs4
5608                 'Select thread' re-implemented 
5609                 see ChangeLog 2002-09-20
5610
5611 2002-09-21 [alfons]     0.8.2claws63
5612
5613         * src/compose.c
5614                 compose_send(): plug unnoticed memleak
5615
5616 2002-09-20 [alfons]     0.8.2claws62
5617
5618         * src/addr_compl.c
5619                 replace_address_in_edit(): strict check for NULL address to
5620                 fix "[ 607348 ] Segfault in address completion". My guess is
5621                 that this happens with an empty address book, but it's good
5622                 to have this check here anyway
5623                 
5624                 completion_window_button_press(): free string returned 
5625                 from the internal cache
5626
5627 2002-09-20 [christoph]  0.8.2claws61
5628
5629         * src/procmime.h
5630                 added ENC_BINARY to EncodingType
5631         * src/procmime.c
5632                 the string returned by procmime_get_encoding_str
5633                 should not depend on the order of values in the
5634                 EncodingType definition
5635         * doc-src/rfc1806.txt   ** NEW FILE **
5636                 Added rfc1806 about MIME Content-Disposition
5637                 Extension
5638
5639 2002-09-19 [paul]       0.8.2claws60
5640
5641         * sync with 0.8.2cvs3
5642                 see ChangeLog 2002-09-19
5643
5644 2002-09-19 [paul]       0.8.2claws59
5645
5646         * src/prefs_folder_item.c
5647                 revert to Darko's original alignment of colour
5648                 selector button
5649                 add a colon to folder_color label
5650                 
5651         * src/compose.c
5652                 add Colin's patch (with Hiro's modifications) to 
5653                 force BASE64 encoding for 8-bit text when signing
5654                 (sync with 0.8.3cvs2)
5655
5656 2002-09-18 [alfons]     0.8.2claws58
5657
5658         * src/compose.c
5659                 :%sno/if(/if (/gc
5660                 :%sno/for(/for (/gc
5661                 (beautify a little bit)
5662
5663 2002-09-18 [christoph]  0.8.2claws57
5664
5665         * src/pine.c
5666                 fix handling of fgetc return value
5667
5668 2002-09-17 [alfons]     0.8.2claws56
5669         
5670         * src/summaryview.c
5671                 summary_sort(): check non-NULL summaryview->folder_item when no 
5672                 folder is selected at all
5673                 (closes "[ 610344 ] sort label make syl Crash")
5674
5675 2002-09-17 [alfons]     0.8.2claws55
5676         
5677         * src/compose.c
5678                 beautify a little bit
5679
5680 2002-09-17 [christoph]  0.8.2claws54
5681
5682         * src/folder.c
5683                 initialize max values for cache and folder
5684                 when cache or folder is empty
5685
5686 2002-09-15 [colin]      0.8.2claws53
5687
5688         * src/compose.c
5689                 Fix a leak (thanks Alfons!) and cleaned
5690                 variables names for custom headers
5691
5692 2002-09-15 [colin]      0.8.2claws52
5693
5694         * src/compose.c
5695                 Fix custom headers recognition when
5696                 prefs_common.trans_hdr is on
5697
5698 2002-09-15 [colin]      0.8.2claws51
5699
5700         * src/compose.c
5701                 Allow dynamically-added custom headers
5702                 Yet not reparsed if reedited
5703
5704 2002-09-15 [alfons]     0.8.2claws50
5705
5706         * src/prefs_account.c
5707                 fix warnings
5708
5709 2002-09-15 [colin]      0.8.2claws49
5710         
5711         * src/prefs_account.c
5712                 fix pop_before_smtp sensitivity
5713
5714 2002-09-15 [colin]      0.8.2claws48
5715
5716         * src/inc.[ch]
5717                 add inc_pop_before_smtp()
5718                 allow MainWindow to be undefined in 
5719                 inc_account_mail() and inc_start()
5720         * src/pop.c
5721           src/prefs_account.h
5722                 add STYPE_POP_BEFORE_SMTP session type
5723         * src/prefs_account.c
5724                 activated pop before smtp option
5725         * src/send.c
5726                 do pop before smtp if the relevant option 
5727                 is set
5728
5729 2002-09-15 [paul]       0.8.2claws47
5730
5731         * sync with 0.8.3
5732                 see ChangeLog 2002-09-15
5733
5734 2002-09-14 [paul]       0.8.2claws46
5735
5736         * po/bg.po
5737                 updated Bulgarian translation, submitted by
5738                 George Danchev
5739
5740 2002-09-13 [paul]       0.8.2claws45
5741
5742         * src/compose.c
5743                 merge claws' select_account() with main's
5744                 (new) compose_select_account(). [sync with
5745                 0.8.2cvs15, see ChangeLog 2002-09-11]
5746
5747 2002-09-12 [christoph]  0.8.2claws44
5748
5749         * src/filter.c
5750                 allocate 1 elements of FolderItem not 0
5751
5752 2002-09-12 [colin]      0.8.2claws43
5753
5754         * src/compose.c
5755                 Fix bug #590825 (obey Follow-up: poster)
5756
5757 2002-09-12 [colin]      0.8.2claws42
5758
5759         * src/procmime.c
5760                 Fix bug #557009 (wrong headers for messages 
5761                 forwarded as attachments)
5762
5763 2002-09-11 [colin]      0.8.2claws41
5764         
5765         * src/compose.c
5766                 Put SCF: pseudo-header on top of message
5767                 Set draft tmp_flag when saved as draft
5768
5769         * src/procmsg.c
5770           src/procheader.c
5771                 Skip after first \n\n for beginning of real message
5772                 for drafts too
5773
5774 2002-09-11 [christoph]  0.8.2claws40
5775
5776         * src/filtering.c
5777                 use procmsg flag functions in filtering or processing
5778                 will cause incorrect folder message counts
5779
5780 2002-09-11 [colin]      0.8.2claws39
5781
5782         * src/compose.c
5783                 Fix bug #550175 - wrong save folder when reediting
5784                 drafts
5785
5786 2002-09-11 [paul]       0.8.2claws38
5787
5788         * sync with 0.8.2cvs14
5789                 see ChangeLog 2002-09-11
5790
5791 2002-09-11 [colin]      0.8.2claws37
5792
5793         * src/folder.c
5794                 Fix a typo (seeming to cause new/unread status to
5795                 be lost)
5796
5797 2002-09-10 [christoph]  0.8.2claws36
5798
5799         * src/compose.c
5800                 compose_redirect should not use compose_generic_new
5801                 because that does more stuff than expected including
5802                 opening the external editor
5803                 (closes bug "[ 526608 ] bounced messages appear blank
5804                  in editor")
5805
5806 2002-09-10 [christoph]  0.8.2claws35
5807
5808         * src/folder.c
5809                 fix problem with too large message number range
5810                 causing a crash in folder_item_scan
5811
5812 2002-09-10 [paul]       0.8.2claws34
5813
5814         * sync with 0.8.2cvs13
5815                 see ChangeLog 2002-09-10
5816
5817 2002-09-10 [christoph]  0.8.2claws33
5818
5819         * src/msgcache.c
5820                 set MsgInfo TmpFlags for queue and draft folders
5821                 (closes bug "[ 591676 ] Queue ignore MIME on restart")
5822
5823 2002-09-10 [paul]       0.8.2claws32
5824
5825         * AUTHORS
5826           po/bg.po      ** NEW FILE **
5827                 new Bulgarian translation submitted by
5828                 George Danchev <danchev@spnet.net>
5829                 
5830         * tools/Makefile.am
5831           tools/README
5832           tools/tb2sylpheed     ** NEW FILE **
5833                 add script that converts an addressbook exported
5834                 from The Bat! into a Sylpheed addressbook. Submitted
5835                 by Urke MMI <urke-kg@eunet.yu>
5836
5837 2002-09-10 [paul]       0.8.2claws31
5838
5839         * sync with 0.8.2cvs12
5840                 see ChangeLog 2002-09-10
5841
5842 2002-09-06 [paul]       0.8.2claws30
5843
5844         * src/prefs_common.c
5845                 sync with 0.8.2cvs11, see ChangeLog 2002-09-06
5846                 
5847         * tools/Makefile.am
5848           tools/README
5849           tools/ldif-to-xml.py  ** REMOVED **
5850                 remove obsolete python script
5851
5852 2002-09-06 [paul]       0.8.2claws29
5853
5854         * sync with 0.8.2cvs10
5855                 see ChangeLog 2002-09-06
5856
5857 2002-09-04 [paul]       0.8.2claws28
5858
5859         * sync with 0.8.2cvs9
5860                 see ChangeLog 2002-08-04
5861
5862 2002-09-04 [colin]      0.8.2claws27 
5863
5864         * src/prefs_common.[ch]
5865                 Added signature color configuration
5866         * src/textview.c
5867                 Use user-specified signature color
5868
5869 2002-09-03 [colin]      0.8.2claws26
5870
5871         * src/prefs_common.[ch]
5872                 Added autosave and autosave_length prefs
5873         * src/compose.c
5874                 Added compose_remove_draft()
5875                 Auto-save drafts according to the prefs
5876         * src/main.c
5877                 Added a crash-indicator file, allowing to check
5878                 for new messages on startup if Sylpheed crashed
5879                 (makes saved drafts "reappear")
5880
5881 2002-09-03 [colin]      0.8.2claws25
5882
5883         * src/textview.[ch]
5884                 Grey the signature
5885
5886 2002-09-03 [paul]       0.8.2claws24
5887
5888         * sync with 0.8.2cvs8
5889                 see ChangeLog 2002-09-02 and 2002-09-03
5890
5891 2002-09-03 [darko]      0.8.2claws23
5892
5893         * src/folderview.c
5894                 use normal style when creating new folder to pick
5895                 proper font size 
5896
5897 2002-09-02 [melvin]     0.8.2claws22
5898
5899         * src/gtkaspell.m4
5900                 removed some obsolete code
5901
5902 2002-09-02 [melvin]     0.8.2claws21
5903
5904         * ac/aspell.m4
5905                 fixed test's equality sign (== to =)
5906
5907 2002-09-02 [alfons]     0.8.2claws20
5908
5909         * src/folder.c
5910         * src/mh.c
5911                 revert change of 0.8.2claws16 and use the mh_folder_destroy
5912                 as folder->destroy virtual as suggested by Hiro
5913                 (the mh.c code seems to have been lost around mh.c.1.21)
5914
5915 2002-09-02 [paul]       0.8.2claws19
5916
5917         * po/pt_BR.po
5918                 updated by Fabio Jr. Beneditto
5919                 
5920         * src/defs.h
5921                 use 'http://claws.sylpheed.org' for homepage link. 
5922                 Domain provided by Oktay Altunergil <oktay@freelinuxcd.org>
5923
5924 2002-09-01 [alfons]     0.8.2claws18
5925
5926         * src/mh.c
5927                 plug memleak related to one Martin Kluge found
5928
5929 2002-08-31 [paul]       0.8.2claws17
5930
5931         * sync with 0.8.2cvs6
5932                 see ChangeLog 2002-08-30
5933
5934 2002-08-31 [alfons]     0.8.2claws16
5935
5936         * src/folder.c
5937                 folder_destroy(): remove mailbox from folderlist even if it has
5938                 no destroy virtual
5939
5940 2002-08-31 [alfons]     0.8.2claws15
5941
5942         * src/folder.c
5943                 :%sno/if(/if (/gc
5944                 :%sno/for(/for (/gc
5945                 (being pedantic I know)
5946
5947 2002-08-31 [alfons]     0.8.2claws14
5948
5949         * src/folder.c
5950                 check for NULL pointers returned from folder->fetch_msginfo virtual
5951                 (should solve some reported crashes)
5952
5953 2002-08-30 [alfons]     0.8.2claws13
5954
5955         * acconfig.h
5956         * configure.in
5957         * src/crash.c
5958                 enable crash dialog on compilation time
5959                 (--enable-crash-dialog configure option)
5960
5961 2002-08-30 [alfons]     0.8.2claws12
5962
5963         * AUTHORS
5964                 add Martin Kluge
5965         * src/mh.c
5966                 apply memory leak plug patch by Martin Kluge
5967                 (closes patch "[ 602568 ] patch for 602441 little memory leak",
5968                 bug "[ 599677 ] Very small memory leak in 0.81claws115",
5969                 and bug "[ 602441 ] memoryleak in filtering 0.8.2claws9?")
5970
5971 2002-08-30 [darko]      0.8.2claws11
5972
5973         * src/folderview.c
5974                 copy Gtk style from normal style to match
5975                 font size for coloured folders
5976
5977 2002-08-29 [alfons]     0.8.2claws10
5978
5979         * sylpheed.desktop
5980                 Type=Internet <- Type=Application
5981                 (reported by Michael Schwendt, see:
5982                 http://sourceforge.net/tracker/index.php?func=detail&aid=599765&group_id=25528&atid=384600
5983                 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=72882)
5984
5985 2002-08-29 [paul]       0.8.2claws9
5986
5987         * sync with 0.8.2cvs5
5988                 see ChangeLog 2002-08-29
5989
5990 2002-08-29 [colin]      0.8.2claws8
5991
5992         * src/summaryview.c
5993                 Added a sanity check in summary_select_thread
5994                 Should fix bug 601605
5995
5996 2002-08-29 [colin]      0.8.2claws7
5997
5998         * src/main.c
5999                 Revert claws6 changes regarding bug #591676
6000
6001 2002-08-28 [colin]      0.8.2claws6
6002         
6003         * src/main.c
6004                 Ignore cache for queue folderitems
6005                 Fix bug #591676
6006
6007 2002-08-28 [melvin]     0.8.2claws5
6008
6009         * README.claws
6010                 Fixed typos.
6011
6012 2002-08-28 [melvin]     0.8.2claws4
6013
6014         * README.claws
6015                 Updated a bit the text concerning the spell checker
6016
6017 2002-08-28 [melvin]     0.8.2claws3
6018
6019         Merged the GNU_aspell_branch:
6020                 Support of new GNU/aspell is now included and the old pspell
6021                 is not supported anymore.
6022                 See README.claws
6023
6024         * README.claws
6025                 Updated spell checker text to reflect the switch to GNU/aspell
6026
6027         * ac/aspell.m4          *** NEW ***
6028         * src/gtkaspell.[ch]    *** NEW *** 
6029         * ac/pspell.m4          *** DELETED *** 
6030         * src/gtkspell.[ch]     *** DELETED ***
6031
6032         * ac/Makefile.am
6033                 Updated for GNU/aspell support
6034
6035         * po/POTFILES.in
6036                 Replaced gtkspell.c by gtkaspell.c
6037
6038         * acconfig.h
6039         * src/Makefile.am
6040         * src/about.c
6041         * src/compose.[ch]
6042         * src/crash.c
6043         * src/main.c
6044         * src/prefs_common.[ch]
6045                 Updated for GNU/aspell support
6046
6047 2002-08-28 [paul]       0.8.2claws2
6048
6049         * sync with 0.8.2cvs4
6050                 see ChangeLog 2002-08-27 and 2002-08-28
6051
6052 2002-08-28 [colin]      0.8.2claws1
6053
6054         * src/summary_search.c
6055                 Added "AND search"
6056
6057 2002-08-28 [jens]       0.8.2claws
6058
6059         *po/de.po
6060                 Updated German translations
6061
6062 2002-08-27 [melvin]     0.8.2claws
6063
6064         * po/fr.po
6065                 Updated French translations
6066
6067 2002-08-27 [paul]       0.8.2claws
6068
6069         * sync with 0.8.2 main release
6070
6071         * po/en_GB.po
6072           po/es.po
6073           po/it.po
6074           po/pl.po
6075           po/pt_BR.po
6076           po/sr.po
6077                 updated message catalogs submitted by
6078                 Ricardo Mones Lastra, Alessandro Maestri,
6079                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.
6080                 Beneditto and Urke MMI  
6081
6082 2002-08-27 [hoa]        0.8.1claws123
6083
6084         * src/mainwindow.[ch]
6085         * src/summaryview.[ch]
6086                 removed the "filter setting" menu option.
6087                 add a "cancel a news message" menu option.
6088
6089 2002-08-26 [martin]     0.8.1claws122
6090
6091         * ChangeLog.claws
6092                 changed string under 0.8.1claws79 changed by myself
6093                 i'm sorry alfons :(
6094
6095 2002-08-26 [martin]     0.8.1claws121
6096
6097         * src/crash.c
6098                 added kill command to debuggerrc to start crash dialog
6099
6100 2002-08-26 [paul]       0.8.1claws120
6101
6102         * sync with 0.8.1cvs31
6103                 see ChangeLog 2002-08-26
6104
6105 2002-08-25 [alfons]     0.8.1claws119
6106
6107         * src/procmsg.c
6108                 fix bug that didn't send out correct headers to news server
6109                 when sending news article and email from queue (bug reported
6110                 and patch provided by Tim Mann; closes bug 
6111                 "[ 583196 ] 0.7.8claws can't post news")
6112
6113 2002-08-25 [alfons]     0.8.1claws118
6114
6115         * src/selective_download.c
6116                 mark two strings as translatable
6117                 (thanks to Urke MMI for pointing this out)
6118
6119 2002-08-25 [alfons]     0.8.1claws117
6120
6121         * src/summaryview.c
6122                 treat sent boxes as special and allow sorting them by addressee
6123                 (closes "[ 589418 ] Sent folder sorting misbehavior"
6124                 submitted by Steve Lamb)
6125
6126 2002-08-24 [alfons]     0.8.1claws116
6127
6128         * src/matcher.c
6129                 fix memleak reported by Martin Kluge
6130                 (see: "[ 599677 ] Very small memory leak in 0.81claws115")
6131
6132 2002-08-24 [oliver]     0.8.1claws115
6133
6134         * src/prefs_toolbar.c
6135                 o code cleanup as suggested by Alfons
6136                 o memleak fix
6137
6138 2002-08-24 [alfons]     0.8.1claws114
6139
6140         * src/summaryview.c
6141                 o fix another memory leak reported by Martin Kluge
6142                   (see "[ 599568 ] Small Memory Leak")
6143                 o remove 'from' variable from 'summary_set_header()'; we can
6144                   do with just 'to' 
6145
6146 2002-08-24 [paul]       0.8.1claws113
6147
6148         * sync with 0.8.1cvs30
6149                 see ChangeLog 2002-08-23
6150
6151 2002-08-24 [alfons]     0.8.1claws112
6152
6153         * src/summaryview.c
6154                 remove unnecessary allocations for search bar fixing leaks
6155                 reported by Martin Kluge
6156                 (see "[ 599451 ] Further memory leaks?")
6157
6158 2002-08-24 [alfons]     0.8.1claws111
6159
6160         * src/main.c
6161                 make get_socket_name() public for crash.c
6162         * src/crash.c
6163                 o make report bug button work (goes to claws' 
6164                   bug tracker at sf.net)
6165                 o introduce function for doing important stuff just
6166                   before claws goes down
6167                 o clean up code 
6168
6169 2002-08-24 [alfons]     0.8.1claws110
6170
6171         * src/compose.c
6172                 move cursor to "To" entry when forwarding as attachment
6173                 (reported and solved by Steve Lamb, closes bug report
6174                 "[ 592880 ] Forward as attachment; cursor not in to")
6175
6176 2002-08-24 [colin]      0.8.1claws109
6177
6178         * src/mainwindow.c
6179                 fix quick search visibility after GUI (de)separations.
6180
6181 2002-08-23 [colin]      0.8.1claws108
6182
6183         * src/mainwindow.c
6184                 fix header pane visibility after folderview or
6185                 messageview (de)separation
6186
6187 2002-08-23 [paul]       0.8.1claws107
6188
6189         * src/mainwindow.[ch]
6190           src/toolbar.c
6191                 give full control of display or non-display 
6192                 of the Execute icon to Custom toolbar settings.
6193                 add new sensitivity condition to maninwindow.h: 
6194                 M_DELAY_EXEC
6195
6196         * ChangeLog
6197           ChangeLog.jp
6198           NEWS
6199                 more sync with 0.8.1cvs29
6200
6201 2002-08-23 [melvin]     0.8.1claws106
6202
6203         * src/alertpanel.c
6204                 Readded support for custom widget in alertpanel lost in last
6205                 sync.
6206
6207 2002-08-23 [paul]       0.8.1claws105
6208
6209         * sync with 0.8.1cvs29
6210                 see ChangeLog 2002-08-23
6211
6212 2002-08-23 [colin]      0.8.1claws104
6213
6214         * src/summaryview.c
6215                 Fix folder and search pixmaps exchanging positions
6216                 after theme or toolbar changes. Thank to Oliver for 
6217                 reporting this.
6218
6219 2002-08-23 [colin]      0.8.1claws103
6220
6221         * src/mainwindow.c
6222           src/messageview.[ch]
6223           src/noticeview.[ch]
6224           src/summaryview.c
6225                 Changed messageview_create() and noticeview_create()
6226                 to avoid the last gdk_warning
6227
6228 2002-08-22 [colin]      0.8.1claws102
6229
6230         * src/summaryview.c
6231                 Fix my new `Creating pixmap from xpm' warning
6232
6233 2002-08-22 [colin]      0.8.1claws101
6234
6235         * src/mainwindow.c
6236                 Fix some of the gdk warnings
6237
6238 2002-08-22 [colin]      0.8.1claws100
6239
6240         * src/Makefile.am
6241         * src/stock_pixmap.c
6242         * src/stock_pixmap.h
6243         * src/pixmaps/quicksearch.xpm *ADDED*
6244                 Add the quicksearch pixmap
6245         * src/mainwindow.c
6246         * src/summaryview.c
6247         * src/summaryview.h
6248                 Make quicksearch bar visible/hidden via a button
6249
6250 2002-08-22 [christoph]  0.8.1claws99
6251
6252         * src/folder.c
6253                 fix folder update for newsgroups with message
6254                 numbers below minimum number of articles to fetch
6255                 (closes bug #598445)
6256
6257 2002-08-22 [paul]       0.8.1claws98
6258
6259         * sync with 0.8.1cvs28
6260                 see ChangeLog 2002-08-22
6261
6262 2002-08-21 [alfons]     0.8.1claws97
6263
6264         * src/crash.c
6265                 use bt instead of bt full which seems to work 
6266                 better, and bt full doesn't give a great deal 
6267                 of information anyway
6268
6269 2002-08-21 [colin]      0.8.1claws96
6270
6271         * src/summaryview.c
6272                 fix summaryview_searchtype_changed prototype
6273
6274 2002-08-21 [christoph]  0.8.1claws95
6275
6276         * src/mainwindow.c
6277                 o fix broken menu update for sorting type, we have to
6278                   get this info from the summaryview now
6279                 o removed setting of threaded state in menu callback
6280         * src/summaryview.[ch]
6281                 more summaryview/folderitem seperation for
6282                 threading option
6283         * configure.in
6284                 removed not required --with-compiler-flags option
6285
6286 2002-08-21 [oliver]     0.8.1claws94
6287         
6288         * src/toolbar.h 
6289                 o rename toolbar.xml to toolbar_main.xml
6290                   since toolbar_compose.xml might come up 
6291                   any time soon
6292         * README.claws
6293                 add custom toolbar              
6294
6295 2002-08-21 [darko]      0.8.1claws93
6296
6297         * src/procmsg.c
6298                 don't reset tmp flags for messages copied
6299                 to sent folder
6300
6301 2002-08-21 [colin]      0.8.1claws92
6302         
6303         * src/prefs_filtering.c
6304                 fix renaming rules on folder rename 
6305                 when folder is not a leaf folder
6306
6307 2002-08-21 [paul]       0.8.1claws91
6308
6309         * src/prefs_folder_item.c
6310                 fix alignment of colour selector
6311
6312 2002-08-21 [paul]       0.8.1claws90
6313
6314         * sync with 0.8.1cvs27
6315                 see ChangeLog 2002-08-21
6316
6317 2002-08-21 [paul]       0.8.1claws89
6318
6319         * src/summaryview.c
6320                 fix crash when changing field type in
6321                 Quick search bar
6322
6323 2002-08-21 [colin]      0.8.1claws88
6324
6325         * src/summaryview.c
6326                 Made quick search case-insensitive
6327
6328 2002-08-21 [paul]       0.8.1claws87
6329
6330         * sync with 0.8.1cvs26
6331                 see ChangeLog 2002-08-21
6332
6333 2002-08-20 [christoph]  0.8.1claws86
6334
6335         * src/folderview.c
6336         * src/main.c
6337         * src/summaryview.[ch]
6338                 more summaryview/folderitem seperation for
6339                 sort_key and sort_type
6340         * src/procmsg.c
6341                 added missing return statement
6342
6343 2002-08-20 [colin]      0.8.1claws85
6344
6345         * src/summaryview.[ch]
6346                 Added a quick search box
6347         * src/mainwindow.c
6348         * src/prefs_common.[ch]
6349                 Added a show/hide option for the quick search
6350
6351 2002-08-20 [oliver]     0.8.1claws84
6352         
6353         * src/mainwindow.c
6354                 remove toolbar_create_popups
6355         * src/toolbar.[ch]
6356                 o remove toolbar_create_popups
6357                 o fix toolbar_set_sensitive 
6358                   (Bug reports #596834 and #596832)     
6359         * src/prefs_toolbar.c
6360                 o add "Set default" button
6361                 o align label and text + combo widgets
6362
6363 2002-08-20 [hoa]        0.8.1claws83bis
6364
6365         * src/imap.c
6366                 fixed a bug in imap_fetch_msginfo() in case there is no
6367                 current folder.
6368
6369 2002-08-20 [darko]      0.8.1claws83
6370
6371         * src/folderview.c
6372                 copy the color style of folder view so it
6373                 works with GTK themes
6374
6375 2002-08-20 [darko]      0.8.1claws82
6376
6377         * src/folder.h
6378         * src/folderview.c
6379         * src/prefs_folder_item.[hc]
6380                 don't use UI stuff in folder.h
6381
6382 2002-08-20 [darko]      0.8.1claws81
6383
6384         * src/folder.h
6385         * src/prefs_folder_item.h
6386         * src/folderview.c
6387         * src/prefs_folder_item.c
6388                 ability to set folder color in folderview
6389
6390 2002-08-19 [alfons]     0.8.1claws80
6391
6392         * src/summaryview.c
6393                 fix one of the earlier memleaks reported by Martin Kluge
6394
6395 2002-08-19 [alfons]     0.8.1claws79
6396
6397         * src/mainwindow.c
6398                 hide notice view when selecting seperate folder
6399                 view (reported by Urke MMI)
6400
6401 2002-08-19 [christoph]  0.8.1claws78
6402
6403         * src/folderview.c
6404         * src/prefs_folder_item.h
6405         * src/summaryview.[ch]
6406                 o add summary_set_prefs_from_folderitem to set
6407                   summaryview prefs (first step to remove all
6408                   references to the folderitem in summaryview)
6409                 o moved compiled regex stuff from folderitem prefs
6410                   to summaryview code
6411
6412 2002-08-19 [paul]       0.8.1claws77
6413
6414         * src/compose.c
6415                 add check for '.' to QUOTE_IF_REQUIRED
6416
6417 2002-08-19 [paul]       0.8.1claws76
6418
6419         * src/inc.c
6420                 sync with 0.8.1cvs25 (plug memory leak)
6421
6422         * src/prefs_toolbar.c
6423                 re-order prefs_toolbar_cancel()
6424
6425 2002-08-18 [alfons]     0.8.1claws75
6426
6427         * src/inc.c
6428         * src/matcher.c
6429                 plug other memleaks reported by Martin Kluge
6430
6431 2002-08-18 [paul]       0.8.1claws74
6432
6433         * po/pt_BR.po
6434                 updated by Fabio Jr. Beneditto
6435
6436 2002-08-18 [paul]       0.8.1claws73
6437
6438         * src/toolbar.[ch]
6439                 fix bug where tooltips were displayed untranslated              
6440
6441         * src/prefs_toolbar.c
6442                 fix bug where clicking 'Cancel' creates an icon & text
6443                 toolbar regardless of prefs
6444         
6445
6446 2002-08-17 [oliver]     0.8.1claws72
6447
6448         * src/prefs_toolbar.c
6449                 update toolbar on CANCEL
6450                 bug reported by Martin Kluge
6451         * src/toolbar.c
6452                 toolbar_destroy memleak fixed           
6453
6454 2002-08-17 [alfons]     0.8.1claws71
6455
6456         * src/toolbar.c
6457                 plug another memleak reported by Martin Kluge
6458
6459 2002-08-16 [alfons]     0.8.1claws70
6460
6461         * src/crash.c
6462                 use execvp() correctly (suggested by wwp; thanks!)
6463
6464 2002-08-16 [alfons]     0.8.1claws69
6465
6466         * src/gtksctree.c
6467                 plug memory leak reported by Kim Schultz & Martin Kluge
6468
6469 2002-08-16 [paul]       0.8.1claws68
6470
6471         * po/es.po
6472                 updated by Ricardo Mones Lastra
6473
6474 2002-08-16 [paul]       0.8.1claws67
6475
6476         * src/toolbar.h
6477                 fix bug where 'Compose News' icon showed wrong
6478                 tooltip
6479
6480 2002-08-16 [paul]       0.8.1claws66
6481
6482         * sync with 0.8.1cvs24
6483                 see ChangeLog 2002-08-16
6484
6485         * po/it.po
6486                 updated by Alessandro Maestri
6487
6488 2002-08-15 [paul]       0.8.1claws65
6489
6490         * po/sr.po
6491                 updated by Urke MMI
6492
6493 2002-08-15 [paul]       0.8.1claws64
6494
6495         * src/*.c
6496                 don't translate debug info
6497
6498         * src/matcher.[ch]
6499                 add copyright info
6500
6501 2002-08-15 [paul]       0.8.1claws63
6502
6503         * src/prefs_toolbar.c
6504                 fix bug where clicking 'OK' creates an icon & text
6505                 toolbar regardless of prefs
6506
6507 2002-08-14 [alfons]     0.8.1claws62
6508
6509         * src/main.c
6510                 add global var that has the full argv[0]
6511         * src/crash.c
6512                 o execvp the correct sylpheed by using argv0
6513                   and setting the correct work dir
6514                 o other tweaks  
6515
6516 2002-08-14 [oliver]     0.8.1claws61
6517         
6518         * enable/disable Toolbar Action Buttons 
6519         * code cleanups
6520         * src/mainwindow.c
6521         * src/toolbar.[ch]      
6522         * src/prefs_toolbar.c   
6523
6524 2002-08-14 [melvin]     0.8.1claws60
6525
6526         * po/fr.po
6527                 Updated French translations
6528
6529 2002-08-14 [melvin]     0.8.1claws59
6530
6531         * src/crash.c
6532                 Made bug report not translatable
6533         * src/exporthtml.c
6534                 Fixed exporthtml_build_filespec() return value
6535         * src/foldersel.c
6536                 Fixed incorrect include file
6537         * src/gtkspell.c
6538         * src/prefs_actions.c
6539         * src/prefs_toolbar.c
6540                 Made debug info not translatable
6541         * src/mutt.c
6542         * src/quote_fmt.c
6543                 Added missing includes
6544         * src/prefs_common.c
6545                 Fixed typo
6546
6547 2002-08-14 [paul]       0.8.1claws58
6548
6549         * faq/es/sylpheed-faq.html
6550           faq/es/sylpheed-faq-[1-3].html
6551           faq/es/sylpheed-faq-4.html     **NEW FILE **
6552                 update Spanish FAQ
6553
6554 2002-08-13 [christoph]  0.8.1claws57
6555
6556         * src/procmsg.c
6557                 ignore thread fix that did not mark all
6558                 child nodes of a ignored thread as
6559                 ignored. Does not work perfectly yet,
6560                 but it is better now
6561
6562 2002-08-13 [alfons]     0.8.1claws56
6563
6564         * src/crash.c
6565                 o implement 'save crash log'
6566                 o some tweaks
6567
6568 2002-08-13 [melvin]     0.8.1claws55
6569
6570         * src/main.c
6571                 removed unrequired "execinfo.h" header
6572
6573 2002-08-12 [paul]       0.8.1claws54
6574
6575         * faq/en/sylpheed-faq.html
6576           faq/en/sylpheed-faq-[1-3].html
6577           faq/en/sylpheed-faq-4.html     **NEW FILE **
6578                 update English FAQ
6579
6580 2002-08-12 [alfons]     0.8.1claws53
6581
6582         * po/POTFILES.in
6583                 add crash.c to translatables
6584         * src/crash.c
6585                 bring in Leandro's crash dialog
6586
6587 2002-08-11 [alfons]     0.8.1claws52
6588
6589         * src/crash.c
6590                 clean up some warnings
6591
6592 2002-08-11 [alfons]     0.8.1claws51
6593
6594         * acconfig.h
6595         * configure.in
6596         * src/crash.[ch]        ** NEW FILES **
6597         * src/main.c            
6598                 initial gdb crash handler
6599
6600 2002-08-11 [paul]       0.8.1claws50
6601
6602         * src/prefs_toolbar.c
6603                 replace Up/Down arrow pixmaps with text to be
6604                 consistent across icon themes
6605
6606 2002-08-11 [paul]       0.8.1claws49
6607
6608         * src/prefs_common.c
6609           src/prefs_toolbar.c
6610                 rename 'Pixmap' -> 'Icon'
6611
6612         * src/toolbar.[ch]
6613                 rename  'A_SEND_QUEUD' -> 'A_SEND_QUEUED'
6614
6615 2002-08-10 [paul]       0.8.1claws48
6616
6617         * src/prefs_toolbar.c
6618                 re-work the UI
6619
6620 2002-08-10 [paul]       0.8.1claws47
6621
6622         * src/main.c
6623                 don't write Processing progress to status bar
6624                 patch submitted by Alexander Evseev
6625
6626         * src/prefs_toolbar.c
6627                 re-position and resize window
6628                 make window assume correct size on first call
6629
6630 2002-08-10 [paul]       0.8.1claws46
6631
6632         * src/mainwindow.c
6633           src/prefs_toolbar.c
6634           src/toolbar.c
6635           src/toolbar.h
6636                 obey coding style
6637                 follow UI text conventions
6638
6639 2002-08-10 [alfons]     0.8.1claws45
6640
6641         * src/toolbar.c
6642                 correct pixmap for delete action
6643
6644 2002-08-10 [paul]       0.8.1claws44
6645
6646         * po/pt_BR.po
6647                 updated by Fabio Jr. Beneditto
6648
6649 2002-08-10 [paul]       0.8.1claws43
6650
6651         * po/POTFILES.in
6652                 add custom toolbar files
6653
6654 2002-08-10 [paul]       0.8.1claws42
6655
6656         * sync with 0.8.1cvs22
6657                 see ChangeLog 2002-08-09
6658
6659 2002-08-09 [paul]       0.8.1claws41
6660
6661         * tools/Makefile.am
6662           tools/README
6663           tools/outlook2sylpheed.pl     ** NEW FILE **
6664                 add script to convert exported Outlook
6665                 contacts list to a Sylpheed addressbook.
6666                 Submitted by Ricardo Mones Lastra.
6667
6668 2002-08-09 [paul]       0.8.1claws40
6669
6670         * AUTHORS
6671           configure.in
6672           po/sr.po      ** NEW FILE **
6673                 add Serbian message catalog. Submitted by
6674                 Urosevic Aleksandar aka Urke MMI <urke-kg@eunet.yu>             
6675
6676 2002-08-09 [paul]       0.8.1claws39
6677
6678         * sync with 0.8.1cvs21
6679                 see ChangeLog 2002-08-08
6680
6681 2002-08-08 [oliver]     0.8.1claws38
6682
6683         * src/mainwindow.c
6684                 move Custom Toolbar to Configuration menu
6685
6686 2002-08-08 [oliver]     0.8.1claws37
6687
6688         * src/prefs_toolbar.c
6689                 fix substitute pixmap bug
6690
6691 2002-08-08 [paul]       0.8.1claws36
6692
6693         * sync with 0.8.1cvs19
6694                 see ChangeLog 2002-08-08
6695
6696 2002-08-07 [christoph]  0.8.1claws35
6697
6698         * src/utils.c
6699                 fixed a memory leak in new canonicalize_file_replace
6700
6701 2002-08-07 [christoph]  0.8.1claws34
6702
6703         * src/utils.[ch]
6704                 o canonicalize_file_replace should create the temporary
6705                   file in the same directory as the original file.
6706                 o added get_tmpfile_in_dir that creates a temorary file
6707                   in a specified directory.
6708
6709 2002-08-07 [melvin]     0.8.1claws33
6710
6711         * src/toolbar.c
6712                 fixed bug where 'Article' button acted as 'Email' button.
6713
6714 2002-08-07 [paul]       0.8.1claws32
6715
6716         * sync with 0.8.1.cvs17
6717                 see ChangeLog 2002-08-07
6718
6719 2002-08-07 [colin]      0.8.1claws31
6720         
6721         * src/news.c
6722                 fix mass-cancel problem
6723
6724 2002-08-07 [thorsten]   0.8.1claws30
6725
6726         * src/prefs_toolbar.c
6727                 fix: crash on replace or add new button
6728         * src/toolbar.c
6729                 fix: close xmlfile after reading
6730         * src/utils.c
6731                 fix: unlink() file before rename()
6732
6733 2002-08-06 [paul]       0.8.1claws29
6734
6735         * sync with 0.8.cvs15
6736                 see ChangeLog 2002-08-06
6737
6738 2002-08-06 [oliver]     0.8.1claws28
6739
6740         * src/toolbar.c
6741         * src/prefs_toolbar.c
6742                 fixed empty toolbar issue
6743
6744 2002-08-06 [oliver]     0.8.1claws27
6745
6746         * Custom Toolbar Final 
6747         * src/folderview.c
6748         * src/inc.c
6749         * src/summaryview.c
6750                 o toolbar stuff now lives in src/toolbar.[ch]
6751                 o main_window_toolbar_* functions are renamed to
6752                   toolbar_* reflecting their new source file
6753         * src/mainwindow.[ch]
6754                 o remove toolbar stuff  
6755
6756 2002-08-06 [oliver]     0.8.1claws26
6757         
6758         * src/Makefile.am
6759         * src/prefs_toolbar.[ch]        **New File**
6760         * src/toolbar.[ch]              **New File**
6761                 o prefs_toolbar.[ch] custom toolbar frontend
6762                 o toolbar.[ch]       backend 
6763
6764 2002-08-06 [oliver]     0.8.1claws25
6765
6766         * src/prefs_actions.[ch]
6767                 o new exported function actions_execute
6768
6769 2002-08-06 [paul]       0.8.1claws24
6770
6771         * sync with 0.8.1cvs4
6772                 see ChangeLog 2002-08-06
6773
6774 2002-08-06 [paul]       0.8.1claws23
6775
6776         * sync with 0.8.1cvs13
6777                 see ChangeLog 2002-08-06
6778
6779 2002-08-06 [paul]       0.8.1claws22
6780
6781         * sync with 0.8.1cvs12
6782                 see ChangeLog 2002-08-05 and 2002-08-06
6783
6784 2002-08-06 [match]      0.8.1claws21
6785
6786         * src/addrclip.c
6787                 improvements to cut/copy/paste address
6788
6789 2002-08-05 [match]      0.8.1claws20
6790
6791         * src/addritem.[ch]
6792         * src/addrcache.c
6793         * src/addrbook.c
6794         * src/editaddress.c
6795         * src/addressbook.c
6796                 fixes to improve cut/copy/paste
6797
6798 2002-08-06 [melvin]     0.8.1claws19
6799
6800         * src/account.[ch]
6801                 account_find_all_from_address(): new function that returns the
6802                 list of all accounts that are matched in an address.
6803         * src/alertpanel.[ch]
6804                 alertpanel() now accepts a custom widget
6805                 alertpanel_with_widget(): new function that pops up a panel with
6806                 a custom widget in it 
6807         * src/gtkutils.[ch]
6808                 gtkut_account_menu_new(): new function that allows the selection
6809                 of an account from a list of accounts.
6810         * src/messageview.c
6811                 Extended Return Receipt notification to select the correct 
6812                 account and to make a security test on the Delivery-Notification
6813                 address which should be the same as the Return-Path.
6814
6815 2002-08-06 [thorsten]   0.8.1claws18
6816
6817         * src/mimeview.c
6818                 attach_all: save unnamed as "noname.%d",
6819                 dont free static dirname
6820
6821 2002-08-05 [alfons]     0.8.1claws17
6822
6823         * configure.in
6824                 detect XIM by trying to link rather than compile a XIM program
6825
6826 2002-08-05 [oliver]     0.8.1claws16
6827                 
6828         * src/stock_pixmap.[ch]
6829                 o add UP_ARROW to available pixmaps (already in pixmap-directory)
6830                 o new func to retrieve pixmaps
6831
6832 2002-08-05 [paul]       0.8.1claws15
6833
6834         * sync with 0.8.1cvs10
6835                 see ChangeLog 2002-08-05
6836
6837 2002-08-04 [alfons]     0.8.1claws14
6838
6839         * src/textview.c
6840                 see if this plugs memleak
6841
6842 2002-08-04 [melvin]     0.8.1claws13
6843
6844         * src/gtkspell.c
6845                 fixed bug that could crash Sylpheed when highlighting
6846                 all misspelled words.
6847
6848 2002-08-03 [melvin]     0.8.1claws12
6849
6850         * src/prefs_actions.c
6851                 removed unnecessary checks for NULL introduced in 0.8.1claws11.
6852         * src/messageview.c
6853                 fixed bug where the Return Receipt was sent to
6854                 Delivery-Notification-To address even if it was not present
6855
6856 2002-08-02 [alfons]     0.8.1claws11
6857
6858         * src/prefs_actions.c
6859                 o more check for NULLs
6860                 o put create_io_dialog() in right conditional block
6861
6862 2002-08-02 [paul]       0.8.1claws10
6863
6864         * po/es.po
6865                 updated by Ricardo Mones Lastra
6866
6867 2002-08-01 [christoph]  0.8.1claws9
6868
6869         * src/folder.c
6870                 don't free the cache of the opened
6871                 folder in the summaryview
6872         * src/summaryview.c
6873                 don't unset flags, if it is not required
6874
6875 2002-08-01 [paul]       0.8.1claws8
6876
6877         * sync with 0.8.1cvs8
6878                 see ChangeLog entry 2002-08-01
6879
6880 2002-08-01 [paul]       0.8.1claws7
6881
6882         * sync with 0.8.1cvs7
6883                 see ChangeLog 2002-07-31 and 2002-08-01
6884
6885 2002-07-31 [christoph]  0.8.1claws6
6886
6887         * src/mainwindow.c
6888                 forgot to update menu sensitivity
6889                 function for new menu entry
6890
6891 2002-07-31 [alfons]     0.8.1claws5
6892
6893         * src/main.c
6894                 check folder item and its path for NULL on
6895                 initial processing
6896
6897 2002-07-31 [christoph]  0.8.1claws4
6898
6899         * src/folder.c
6900                 check if folder_item_get_msginfo in
6901                 folder_item_remove_msg returned NULL
6902         * src/imap.c
6903                 better clear the uid cache in the
6904                 uid validity check function and delete
6905                 cached messages
6906
6907 2002-07-31 [paul]       0.8.1claws3
6908
6909         * man/sylpheed.1
6910                 add the '--attach' option and a few other
6911                 minor changes
6912
6913 2002-07-31 [paul]       0.8.1claws2
6914
6915         * sync with 0.8.1cvs5
6916                 see ChangeLog 2002-07-31
6917
6918 2002-07-31 [christoph]  0.8.1claws1
6919
6920         * src/folderview.[ch]
6921         * src/mainwindow.c
6922                 replace "Rescan all folders..." with
6923                 "Check all folders for new messages..."
6924
6925 2002-07-30 [paul]       0.8.1claws
6926
6927         * version 0.8.1claws released
6928
6929 2002-07-30 [paul]       0.8.0claws29
6930
6931         * tools/OOo2sylpheed.pl ** NEW FILE **
6932           tools/README
6933                 add script to enable sending documents as
6934                 attachments from OpenOffice.org
6935
6936 2002-07-30 [melvin]     0.8.0claws28
6937
6938         * src/prefs_actions.c
6939                 Made the actions' input/output dialog display
6940                 without delay.
6941
6942 2002-07-30 [christoph]  0.8.0claws27
6943
6944         * src/procmsg.c
6945                 check if folder_item_get_msginfo in
6946                 procmsg_save_to_outbox returned NULL
6947
6948 2002-07-30 [paul]       0.8.0claws26
6949
6950         * sync with 0.8.1cvs4
6951                 see ChangeLog 2002-07-29
6952
6953 2002-07-29 [thorsten]   0.8.0claws25
6954
6955         * README.claws
6956                 added selective download, delete on server
6957
6958 2002-07-29 [paul]       0.8.0claws24
6959
6960         * sync with 0.8.1cvs3
6961                 see ChangeLog 2002-07-29
6962
6963 2002-07-27 [christoph]  0.8.0claws23
6964
6965         * src/folder.c
6966                 add extra check if fetching the msginfo
6967                 returned NULL
6968
6969 2002-07-27 [paul]       0.8.0claws22
6970
6971         * sync with 0.8.1cvs2
6972                 see ChangeLog 2002-07-26
6973
6974 2002-07-27 [christoph]  0.8.0claws21
6975
6976         * src/imap.c
6977                 add another check if a valid msginfo
6978                 was returned
6979
6980 2002-07-26 [hoa]        0.8.0claws20
6981
6982         * src/folder.c
6983                 Fixed a condition in folder_item_destroy()
6984
6985         * src/imap.c
6986                 Fixed an error in IMAP protocol
6987
6988 2002-07-26 [alfons]     0.8.0claws19
6989
6990         * src/folder.c
6991                 ofcourse compare with identifier, not the path
6992
6993 2002-07-26 [alfons]     0.8.0claws18
6994
6995         * src/folder.c
6996                 use folder item identifier for saving / restoring
6997                 preferences because folder->path might not be unique
6998
6999 2002-07-26 [melvin]     0.8.0claws17
7000
7001         * src/logwindow.c
7002                 Fixed a crash introduced in 0.8.0claws5 when log is 
7003                 cut under 80 characters.
7004
7005 2002-07-26 [paul]       0.8.0claws16
7006
7007         * sync with 0.8.1cvs1
7008                 see ChangeLog 2002-07-26
7009
7010 2002-07-26 [christoph]  0.8.0claws15
7011
7012         * src/imap.[ch]
7013                 imap folder now remembers the last selected
7014                 folder and imap_fetch_msginfo skips selecting
7015                 the folder if it is already selected
7016
7017 2002-07-26 [christoph]  0.8.0claws14
7018
7019         * src/folder.c
7020         * src/folderview.c
7021         * src/imap.c
7022                 fix imap folder rescanning
7023
7024 2002-07-25 [christoph]  0.8.0claws13
7025
7026         * src/filter.c
7027         * src/folder.[ch]
7028         * src/folderview.c
7029         * src/imap.[ch]
7030         * src/mainwindow.c
7031         * src/mbox_folder.c
7032         * src/mh.c
7033         * src/news.c
7034                 implement imap uid cache and uid validity check
7035
7036 2002-07-25 [alfons]     0.8.0claws12
7037
7038         * src/summaryview.c
7039                 fix a brown paper bag bug, and also add some more
7040                 checks
7041
7042 2002-07-25 [christoph]  0.8.0claws11
7043
7044         * src/folder.c
7045                 don't mix copy, fetch_msginfo and remove
7046                 operations in folder item copy and move
7047                 operations
7048
7049 2002-07-25 [christoph]  0.8.0claws10
7050
7051         * src/folderview.c
7052         * src/mainwindow.c
7053         * src/prefs_folder_item.c
7054         * src/summaryview.[ch]
7055                 remove no longer required parameter update_cache from
7056                 summary_show
7057
7058 2002-07-25 [paul]       0.8.0claws9
7059
7060         * sync with 0.8.1
7061         
7062         * AUTHORS
7063                 a few corrections
7064
7065 2002-07-24 [alfons]     0.8.0claws8
7066
7067         * src/summaryview.c
7068                 sort correctly when using simplified subject line
7069                 (closes feature request "[ 585141 ] applying regexp to subject 
7070                 before sort" submitted by Alexandra Walford)
7071
7072 2002-07-24 [paul]       0.8.0claws7
7073
7074         * sync with 0.8.0cvs3
7075                 see ChangeLog 2002-07-24
7076
7077 2002-07-23 [christoph]  0.8.0claws6
7078
7079         * src/folder.c
7080         * src/folder.h
7081         * src/summaryview.c
7082         * src/summaryview.h
7083         * src/main.c
7084                 o separate processing and summaryview
7085                 o removed summary_write_cache from summaryview
7086                 o removed summaryview->killed_messages, because we don't have
7087                   to keep a list of killed messages anymore. New cache will
7088                   keep the hidden messages in cache anyway
7089         * src/folderview.c
7090         * src/inc.c
7091         * src/selective_download.c
7092                 o removed unnecessary summary_write_cache calls
7093         * src/procmsg.c
7094                 o don't set ignore thread flag in procmsg_get_thread_tree
7095                   if it is already set
7096         * src/mainwindow.c
7097         * src/statusbar.h
7098                 o moved STATUSBAR_PUSH/POP to statusbar.h because
7099                   they are used in different files
7100
7101 2002-07-23 [melvin]     0.8.0claws5
7102
7103         * src/addressbook.c
7104         * src/addrgather.c
7105         * src/editaddress.c
7106         * src/editgroup.c
7107         * src/editldap_basedn.c
7108         * src/importldif.c
7109         * src/prefs_common.c
7110                 Fixed few memory leak (gtk_editable_get_chars returns
7111                 an allocated string)
7112         * src/logwindow.c
7113                 Fixed few memory leak (gtk_editable_get_chars returns
7114                 an allocated string) and modified a little the log cutting
7115                 loop.
7116         * src/compose.c
7117                 Replaced a call to an obsolete function gtk_entry_get_text()
7118                 by gtk_editable_get_chars()
7119         * src/send.c
7120                 Removed a debug printf
7121
7122 2002-07-23 [christoph]  0.8.0claws4
7123
7124         * src/filesel.c
7125                 fix another g_dirname memory leak
7126
7127 2002-07-23 [christoph]  0.8.0claws3
7128
7129         * src/mh.c
7130                 fixed a memory leak in mh_fetch_msginfo
7131                 fixed crash when message header could not be
7132                 parsed
7133
7134 2002-07-23 [paul]       0.8.0claws2
7135
7136         * sync with 0.8.0cvs2
7137                 see ChangeLog 2002-07-23
7138
7139 2002-07-23 [paul]       0.8.0claws1
7140
7141         * sync with 0.8.0cvs1
7142                 see ChangeLog 2002-07-23
7143
7144 2002-07-23 [paul]       0.8.0claws
7145
7146         * release of 0.8.0claws
7147
7148 2002-07-23 [paul]       0.7.8claws99
7149
7150         * po/ru.po
7151                 new Russian translation, submitted by
7152                 Botalov Vyacheslav <botalov_v@upr.uralkaly.ru>
7153
7154 2002-07-22 [jens]       0.7.8claws98
7155
7156         * po/de.po
7157                 Updated German translations.
7158
7159 2002-07-22 [paul]       0.7.8claws97
7160
7161         * po/es.po
7162           po/it.po
7163           po/nl.po
7164           po/pt_BR.po
7165                 updated translations by Ricardo Mones Lastra,
7166                 Alessandro Maestri, Wilbert Berendsen and 
7167                 Fabio Jr. Beneditto respectively
7168
7169 2002-07-22 [christoph]  0.7.8claws96
7170
7171         * src/mimeview.c
7172                 fix memory leak caused by wrong g_dirname usage
7173
7174 2002-07-22 [christoph]  0.7.8claws95
7175
7176         * src/summaryview.c
7177                 update new and unread message counts for summaryview
7178                 summaryview does not get it from the folder anymore
7179                 and has to update the values itself
7180
7181 2002-07-22 [melvin]     0.7.8claws94
7182
7183         * po/fr.po
7184                 Updated French translations.
7185
7186 2002-07-22 [christoph]  0.7.8claws93
7187
7188         * src/matcher.c
7189                 set prop->preg pointer to NULL or following check
7190                 will not fail and regexec will be called with
7191                 invalid pointer
7192
7193 2002-07-21 [alfons]     0.7.8claws92
7194         
7195         * src/prefs_common.[ch]
7196                 remove option "Send return receipt on request"
7197
7198 2002-07-21 [thorsten]   0.7.8claws91
7199
7200         * src/mimeview.c
7201                 fixed memleaks, coding style as pointed out by alfons
7202
7203 2002-07-21 [alfons]     0.7.8claws90
7204
7205         * src/messageview.c
7206         * src/noticeview.[ch]
7207                 o fix bug notice view being displayed when going to empty folder 
7208                   (noticed by Christoph)
7209                 o allow RRR to be sent when restarting sylpheed, or changing folder 
7210                   (noticed by Thorsten)
7211
7212 2002-07-21 [thorsten]   0.7.8claws89
7213
7214         * src/mimeview.c
7215                 Included save_all patch from Xaview FACQ
7216                 added support for pathnames
7217
7218 2002-07-21 [alfons]     0.7.8claws88
7219
7220         * po/POTFILES.in
7221         * src/Makefile.am
7222         * src/mainwindow.c
7223         * src/messageview.[ch]
7224         * src/noticeview.c      ** NEW FILE **
7225         * src/noticeview.h      ** NEW FILE **
7226                 make return receipts work again
7227                 (UI idea by Leandro Pereira)
7228
7229 2002-07-21 [paul]       0.7.8claws87
7230
7231         * src/summaryview.c
7232                 fix sensitivity of 'Select thread'
7233
7234 2002-07-21 [paul]       0.7.8claws86
7235
7236         * src/prefs_common.c
7237                 add browser command line for Galeon
7238
7239 2002-07-21 [paul]       0.7.8claws85
7240
7241         * Makefile.am
7242                 fix 'EXTRA_DIST': remove README.README, add TODO
7243                 and TODO.claws
7244
7245 2002-07-21 [alfons]     0.7.8claws84
7246
7247         * src/gtkstext.c
7248                 make enter clear selection
7249                 (closes "[ 579888 ] Editor selection/entry error"
7250                 reported by Steve Lamb)
7251
7252 2002-07-21 [alfons]     0.7.8claws83
7253         
7254         * src/summaryview.c
7255                 sort message list when selecting unthread messages
7256                 (closes "[ 501593 ] switching threaded view doesn't sort"
7257                 reported by Simon Schubert)
7258
7259 2002-07-20 [alfons]     0.7.8claws82
7260         
7261         * src/matcher.c
7262                 const-correctness
7263
7264 2002-07-20 [thorsten]   0.7.8claws81
7265
7266         * src/matcher.c
7267                 Fixed expansion of empty fields in matchactions
7268
7269 2002-07-19 [melvin]     0.7.8claws80
7270
7271         * src/gtkspell.c
7272                 Removed a duplicate menu entry (fast mode) introduced during
7273                 the new cache merge
7274                 Added a menu separator between 'Use alternate' and 'Fast mode'
7275
7276 2002-07-19 [paul]       0.7.8claws79
7277
7278         * tools/Makefile.am
7279           tools/README
7280                 correct typos
7281
7282 2002-07-19 [thorsten]   0.7.8claws78
7283
7284         * tools/calypso_convert.pl      ** NEW FILE **
7285           tools/README
7286           tools/Makefile.am
7287                 script to import mbox files exported
7288                 by calypso
7289                 o generates folder structure
7290                 o includes attachments
7291
7292 2002-07-19 [melvin]     0.7.8claws77
7293
7294         * src/selective_download.[ch]
7295                 Fixed bug where closing the dialog with the window manager's
7296                 close button will not unlock the summary
7297                 Corrected some function declarations that missed a return value
7298                 Made the source code comply better with coding style.
7299         * src/prefs_common.c
7300                 Added new browser command line for Mozilla.
7301
7302 2002-07-18 [paul]       0.7.8claws76
7303
7304         * src/mainwindow.c
7305           src/selective_download.[ch]
7306                 reflect theme changes, fix Gdk Warning when creating 
7307                 pixmap from NULL window, and minor clean up.
7308                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
7309
7310         * po/en_GB.po
7311                 updated
7312
7313 2002-07-17 [paul]       0.7.8claws75
7314
7315         * INSTALL[.jp]
7316                 sync with 0.8.0
7317         
7318         * po/en_GB.po
7319                 updated
7320
7321 2002-07-16 [paul]       0.7.8claws74
7322
7323         * tools/filter_conv.pl
7324           tools/README
7325                 replace conversion script with reimplemented version, 
7326                 submitted by Torsten Schoenfeld <kaffeetisch@web.de>
7327
7328 2002-07-16 [colin]      0.7.8claws73
7329
7330         * src/summaryview.c
7331                 remove forgotten debug messages - sorry ;-)
7332
7333 2002-07-16 [colin]      0.7.8claws72
7334
7335         * src/mimeview.c
7336           src/summaryview.c
7337           src/textview.c
7338           src/textview.h
7339                 add the ability to select part of a text mime-part 
7340                 to reply.
7341
7342 2002-07-15 [christoph]  0.7.8claws71
7343
7344         * src/folder.c
7345                 fix folder message count for folders without
7346                 msg_is_changed (includes news folders)
7347
7348 2002-07-15 [martin]     0.7.8claws70
7349
7350         * src/summaryview.c
7351                 option "display recipient on 'From'..." now works
7352                 without the need of enabling the option
7353                 "display  sender  using  address  book".
7354
7355 2002-07-15 [christoph]  0.7.8claws69
7356
7357         * src/summaryview.c
7358                 removed setting folder status from summaryview.
7359                 folder.c should update all message counts correctly.
7360
7361 2002-07-15 [paul]       0.7.8claws68
7362
7363         * po/pt_BR.po
7364                 updated by Fabio Junior Beneditto
7365
7366 2002-07-15 [darko]      0.7.8claws67
7367
7368         * src/mh.c
7369                 Fixed target folder colorization, don't decrease op
7370                 number twice
7371
7372 2002-07-14 [paul]       0.7.8claws66
7373
7374         * sync with main 0.8.0
7375                 see ChangeLog 2002-07-14
7376
7377 2002-07-13 [melvin]     0.7.8claws65
7378         
7379         * src/addrbook.c
7380         * src/addressbook.c
7381         * src/addrindex.c
7382                 Replaced sprintf by g_snprintf to prevent possible buffer
7383                 overflow.
7384         * src/news.c
7385                 Corrected a log message output format.
7386                 Added a missing "done" debug output.
7387         * src/compose.c
7388                 Added keyboard accelerator for Priority menu items
7389                 Added missing \n in debug output
7390         * src/logwindow.c
7391         * src/gtkspell.c
7392         * src/rfc2015.c
7393                 Added missing \n in debug output
7394
7395 2002-07-13 [paul]       0.7.8claws64
7396
7397         * man/sylpheed.1
7398                 change Sergey's email address to the sf address
7399
7400         * src/textview.c
7401                 increase show_url_timeout (more useful for long
7402                 urls)
7403
7404 2002-07-12 [sergey]     0.7.8claws63
7405
7406         * src/rfc2015.c
7407                 applied (with some modifications) patch to set the
7408                 micalg parameter for signatures
7409                 (2001-08-28 Werner Koch <wk@gnupg.org>)
7410
7411 2002-07-12 [sergey]     0.7.8claws62
7412
7413         * man/Makefile.am
7414         * configure.in
7415                 fixed man page installation
7416
7417 2002-07-12 [paul]       0.7.8claws61
7418
7419         * sync with 0.7.8cvs26
7420                 see ChangeLog 2002-07-11 and 2002-07-12
7421
7422 2002-07-11 [christoph]  0.7.8claws60
7423
7424         * src/compose.c
7425         * src/procmsg.c
7426                 first use the message number to find the message
7427                 to mark with a reply flag but check the
7428                 message-id if we got the correct message, if not
7429                 try to find it by message-id.
7430                 use new string seperator that is not allowed
7431                 in message-ids.
7432
7433 2002-07-11 [paul]       0.7.8claws59
7434
7435         * sync with 0.7.8cvs23
7436                 see ChangeLog 2002-07-10
7437
7438 2002-07-10 [christoph]  0.7.8claws58
7439
7440         * src/folder.[ch]
7441         * src/msgcache.[ch]
7442                 Added message-id table to the cache in memory
7443                 and functions to msgcache.c and folder.c to
7444                 fetch MsgInfos by message id
7445         * src/compose.c
7446         * src/procmsg.c
7447                 store folder and message-id of message replying
7448                 to in queue header and set reply flag after sending
7449                 (Closes bug #469498)
7450
7451 2002-07-10 [paul]       0.7.8claws57
7452
7453         * AUTHORS
7454           man/sylpheed.1.gz
7455                 add Martin to the list of authors
7456
7457 2002-07-09 [martin]     0.7.8claws56
7458         * src/gtksctree.c
7459                 Added gtk_ctree_last_visible(), tree_update_level(),
7460                 gtk_ctree_link(), gtk_ctree_unlink(), real_sort_list(),
7461                 tree_sort(), gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
7462                 from gtk+ to gtksctree.c for the new sorting code
7463                 Renamed gtk_ctree_sort_recusive() to gtk_sctree_sort_recursive
7464                 Renamed gtk_ctree_sort_node() to gtk_sctree_sort_node
7465         * src/gtksctree.h
7466                 Added declaration for gtk_sctree_sort_recursive() and
7467                 gtk_sctree_sort_node
7468         * src/addressbook.c
7469         * src/foldersel.c
7470         * src/folderview.c
7471         * src/summaryview.c
7472                 changed calls from gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
7473                 to gtk_sctree_sort_recursive() and gtk_sctree_sort_node()
7474
7475 2002-07-08 [paul]       0.7.8claws55
7476
7477         * more sync with 0.7.8cvs21
7478                 see ChangeLog 2002-07-08
7479
7480 2002-07-08 [paul]       0.7.8claws54
7481
7482         * sync with 0.7.8cvs21
7483                 see ChangeLog 2002-07-08
7484
7485 2002-07-07 [alfons]     0.7.8claws53
7486
7487         * src/Makefile.am
7488         * src/stock_pixmap.[ch]
7489         * src/pixmaps/notice_warn.xpm   ** NEW FILE **
7490         * src/pixmaps/notice_error.xpm  ** NEW FILE **
7491         * src/pixmaps/notice_note.xpm   ** NEW FILE **
7492                 add new pixmaps for upcoming notice pane
7493
7494 2002-07-06 [melvin]     0.7.8claws52
7495
7496         * src/gtkspell.[ch]
7497                 Made them a bit closer to Sylpheed's coding style.
7498                 Removed old code.
7499                 Removed possible memory leaks when some errors occurs.
7500
7501 2002-07-06 [melvin]     0.7.8claws51
7502
7503         * po/Makefile.in.in
7504                 Removed --no-location in xgettext command line to help
7505                 translators that use Emacs' po-mode
7506         * src/quote_fmt.c
7507                 Removed unnecessary comments that messed up sylpheed.pot
7508
7509 2002-07-06 [paul]       0.7.8claws50
7510
7511         * sync with 0.7.8cvs19
7512                 see ChangeLog 2002-07-05
7513
7514 2002-07-06 [christoph]  0.7.8claws49
7515
7516         * src/folder.c
7517         * src/mainwindow.c
7518                 fix folder_item_remove_all_msg and folderview
7519                 status for trash folders after emptying trash
7520
7521 2002-07-05 [paul]       0.7.8claws48
7522
7523         * sync with 0.7.8cvs16
7524                 see ChangeLog 2002-07-04 and 2002-07-05
7525
7526 2002-07-04 [paul]       0.7.8claws47
7527
7528         * sync with 0.7.8cvs14
7529                 see  ChangeLog 2002-07-04
7530
7531 2002-07-03 [alfons]     0.7.8claws46
7532
7533         * src/folder.c
7534                 dupe folder item's path because it's being reallocated
7535                 by new folder scanning code
7536
7537 2002-07-03 [christoph]  0.7.8claws45
7538
7539         * src/imap.c
7540                 better IMAP uid fetching using 'FETCH 1:* (UID)'
7541         * src/msgcache.c
7542                 add missing return in msgcache_write
7543
7544 2002-07-02 [thorsten]   0.7.8claws44
7545
7546         * src/jpilot.c
7547         * src/msgcache.c
7548         * src/rfc2015.c
7549                 use binary mode for file access
7550
7551 2002-07-02 [christoph]  0.7.8claws43
7552
7553         * major code cleanup (part 1)
7554         
7555                 - unused variables removed
7556                 - unused functions removed
7557                 - uninitialized variables checked
7558                 - missing return statements added
7559                 - missing function return types added
7560                 - added parentheses around assignment and
7561                   && in || when suggested by gcc
7562               
7563         * src/mh.c
7564         * src/folder.c
7565                 replaced direct calls to folder->scan_tree
7566                 with folder_scan_tree and restore folder
7567                 prefs in this function. The folder should
7568                 not have to deal with them.
7569                 ( Should now work for all folder types )
7570
7571 2002-07-02 [paul]       0.7.8claws42
7572
7573         * sync with 0.7.8cvs13
7574                 see ChangeLog 2002-07-01 and 2002-07-02
7575
7576 2002-07-01 [christoph]  0.7.8claws41
7577
7578         * src/summaryview.c
7579                 fix "goto next/prev unread message" with
7580                 ignored threads
7581
7582 2002-07-01 [paul]       0.7.8claws40
7583
7584         * po/es.po
7585                 updated by Ricardo Mones Lastra
7586
7587 2002-06-30 [match]      0.7.8claws39
7588
7589         * src/jpilot.c
7590                 applied variation of leonerd's patch (566661) to
7591                 allow multiple email addresses per JPilot entry.
7592                 addresses may be separated by space, comma, pipe,
7593                 semi-colon, new-line.
7594
7595 2002-06-30 [alfons]     0.7.8claws38
7596
7597         * src/procmsg.c
7598                 simple fix for putting older nodes before
7599                 newer nodes when threading by subject
7600
7601 2002-06-30 [christoph]  0.7.8claws37
7602
7603         * src/folder.c
7604         * src/folderview.c
7605         * src/mh.c
7606         * src/news.c
7607         * src/procmsg.c
7608                 fix broken folder tree rescaning
7609                 and don't use procmsg_get_mark_sum
7610                 anymore
7611
7612 2002-06-30 [christoph]  0.7.8claws36
7613
7614         * merge new cache branch
7615         * src/imap.c
7616                 fix new cache imap copy bug
7617         * src/folder.c
7618                 improved folder_item_scan
7619                 it should now always set the correct
7620                 new, unread and total message counts
7621
7622 2002-06-29 [paul]       0.7.8claws35
7623
7624         * configure.in
7625                 correct syntax error
7626
7627 2002-06-29 [paul]       0.7.8claws34
7628
7629         * configure.in
7630           Makefile.am
7631           man/Makefile.am       ** NEW FILE **
7632           man/sylpheed.1.gz     ** NEW FILE **
7633                 add Sylpheed man page
7634
7635 2002-06-29 [paul]       0.7.8claws33
7636
7637         * po/pt_BR.po
7638                 updated by Fabio Junior Beneditto
7639
7640 2002-06-28 [jens]       0.7.8claws32
7641
7642         * po/de.po
7643                 translation updated
7644
7645         * src/selective_download.c
7646                 removed gettext for space " "
7647
7648         * src/imap.c
7649                 removed wrong space
7650
7651 2002-06-28 [paul]       0.7.8claws31
7652
7653         * sync with 0.7.8cvs11
7654                 see ChangeLog 2002-06-28
7655
7656 2002-06-28 [paul]       0.7.8claws30
7657
7658         * sync with 0.7.8cvs10
7659                 see ChangeLog 2002-06-27 and 2002-06-28
7660
7661 2002-06-26 [paul]       0.7.8claws29
7662
7663         * src/addrgather.c
7664           src/selective_download.c
7665                 don't gettextise empty strings.
7666                 reserved by gettext. gettext("") returns 
7667                 the header entry with meta information, 
7668                 not the empty string
7669
7670         * po/en_GB.po
7671                 updated
7672
7673 2002-06-26 [paul]       0.7.8claws28
7674
7675         * sync with 0.7.8cvs7
7676                 see ChangeLog 2002-06-25
7677
7678         * src/prefs_common.c
7679                 ...and in the process, tweak the gui a little
7680
7681 2002-06-25 [alfons]     0.7.8claws27
7682         
7683         * configure.in
7684         * src/Makefile.am
7685                 fine tune ldap library detection
7686
7687 2002-06-25 [alfons]     0.7.8claws26
7688
7689         * src/compose.c
7690                 don't allow return receipts when composing a news article
7691
7692 2002-06-25 [paul]       0.7.8claws25
7693
7694         * Makefile.am
7695                 add '$(AMTAR)' to 'release' section to allow for
7696                 new and older autotools
7697
7698 2002-06-25 [paul]       0.7.8claws24
7699
7700         * src/summaryview.c
7701                 fix "No more unread messages" persistant pop-up
7702                 window bug
7703
7704 2002-06-25 [paul]       0.7.8claws23
7705
7706         * po/it.po
7707                 updated by Alessandro Maestri
7708
7709 2002-06-25 [paul]       0.7.8claws22
7710
7711         * sync with 0.7.8cvs6
7712                 see ChangeLog 2002-06-25
7713
7714 2002-06-24 [paul]       0.7.8claws21
7715
7716         * tools/update-po
7717                 add GPL copyright information
7718
7719 2002-06-24 [paul]       0.7.8claws20
7720
7721         * tools/Makefile.am
7722           tools/README
7723           tools/update-po       ** NEW FILE **
7724                 add script that eases the creation of *.po files
7725                 Submitted by Wilbert Berendsen <wilbert@oswf.org>
7726
7727 2002-06-23 [alfons]     0.7.8claws19
7728
7729         * src/messageview.c
7730                 make notification_convert_header obey const correctness
7731                 (next step will be fixing the broken return receipt)
7732
7733 2002-06-23 [paul]       0.7.8claws18
7734
7735         * src/messageview.c
7736                 fix bug introduced in last commit:
7737                 removed too much code in last commit - put back what's
7738                 needed
7739
7740 2002-06-23 [paul]       0.7.8claws17
7741
7742         * src/messageview.[ch]
7743                 remove code committed in error from locally patched
7744                 source
7745
7746 2002-06-23 [colin]      0.7.8claws16
7747
7748         * src/compose.[ch]
7749                 add compose_entry_select(), used to select the default_to
7750                 email address - hopefully avoiding people sending mails to
7751                 wrong recipients.
7752
7753 2002-06-22 [alfons]     0.7.8claws15
7754
7755         * AUTHORS
7756                 add Bram Metsch & Stanislav Karchebny
7757         * src/smtp.[ch]
7758         * src/prefs_account.[ch]
7759         * src/send.c
7760                 - apply and adapt Bram's patch which allows user to set SMTP AUTH 
7761                   options.  (see <http://sourceforge.net/tracker/index.php
7762                   ?func=detail&aid=566937&group_id=25528&atid=384600>);
7763
7764                 - merge Stanislav's fix to make SMTP AUTH work with qmail
7765                   (see <http://www.tmtm.org/cgi-bin/w3ml/msg.cgi?ml=sylpheed&id=14343>)
7766
7767 2002-06-22 [paul]       0.7.8claws14
7768
7769         * sync with 0.7.8cvs5
7770                 see ChangeLog 2002-06-19 and 2002-06-20
7771
7772 2002-06-22 [alfons]     0.7.8claws13
7773
7774         * src/selective_download.c
7775                 fix a stupid mistake I made
7776
7777 2002-06-22 [alfons]     0.7.8claws12
7778
7779         * src/selective_download.[ch]
7780                 fix another unnoticed leak; cleanup code
7781
7782 2002-06-21 [alfons]
7783
7784         * tools/Makefile.am
7785                 gpg-sign <-- gpg-sign-syl
7786
7787 2002-06-21 [alfons]     0.7.8claws11
7788
7789         * src/selective_download.c
7790         * src/selective_download.h
7791                 fix assorted mix of allocation errors (should solve
7792                 problem reported by Philippe Gramoullé, see:
7793                 http://sourceforge.net/mailarchive/forum.php?thread_id=828668&forum_id=2006)
7794
7795 2002-06-20 [melvin]     0.7.8claws10
7796
7797         * tools/gpg-sign *REMOVED*
7798           tools/gpg-sign-syl *ADDED*
7799                 Replaced the gpg clearsigning script with the version using
7800                 xterm instead of ssh-askpass and changed its name.
7801
7802         * README.claws
7803                 Updated actions example to reflect the renaming of the
7804                 gpg clearsigning script.
7805
7806 2002-06-19 [paul]       0.7.8claws9
7807
7808         * sync with 0.7.8claws9
7809                 see ChangeLog 2002-06-18 and 2002-06-19
7810
7811 2002-06-19 [paul]       0.7.8claws8
7812
7813         * sync with 0.7.8cvs1
7814                 see ChangeLog 2002-06-18
7815
7816 2002-06-18 [alfons]     0.7.8claws7
7817
7818         * src/mainwindow.h
7819                 add omitted prototype
7820
7821 2002-06-17 [paul]       0.7.8claws6
7822
7823         * src/mainwindow.c
7824                 fix hiding of exec_btn
7825
7826 2002-06-17 [paul]       0.7.8claws5
7827
7828         * src/pop.c
7829                 remove unneeded code: should_delete() 
7830                 and Pop3State::uidl_todelete_list
7831
7832 2002-06-17 [paul]       0.7.8claws4
7833
7834         * sync with 0.7.8
7835                 see ChangeLog 2002-06-11 and 2002-06-13
7836
7837 2002-06-16 [alfons]     0.7.8claws3
7838         
7839         * src/folder.c
7840                 make sure lock sort mode (claws specific) is
7841                 also persists after a tree rescan
7842
7843 2002-06-16 [alfons]     0.7.8claws2
7844
7845         * src/prefs_folder_item.c
7846         * src/folder.[ch]
7847                 fix persistence of folder sort mode (broken
7848                 by adapting Hiro's new folder persistence code)
7849
7850 2002-06-16 [alfons]     0.7.8claws1
7851
7852         * AUTHORS
7853         * src/logwindow.c
7854         * src/prefscommon.[ch]
7855                 control size of log text in log window; 
7856                 closes patch #569155 submitted by Mitko Haralanov.
7857
7858 2002-06-15 [paul]       0.7.8claws
7859
7860         * release of 0.7.8claws
7861
7862 2002-06-15 [paul]       0.7.7claws
7863
7864         * po/pt_BR.po
7865                 updated by Fabio Junior Beneditto
7866
7867 2002-06-14 [paul]       0.7.6claws49
7868
7869         * po/es.po
7870                 updated by Ricardo Mones Lastra
7871
7872 2002-06-14 [paul]       0.7.6claws48
7873
7874         * po/nl.po
7875                 updated translation by Wilbert Berendsen
7876
7877 2002-06-14 [melvin]     0.7.6claws47
7878
7879         * po/fr.po
7880                 Updated French translation
7881
7882 2002-06-13 [paul]       0.7.6claws46
7883
7884         * src/filesel.c
7885                 allow filename to be typed in, rather than just
7886                 selected by the mouse. Patch by Gustavo Noronha Silva.
7887
7888 2002-06-13 [alfons]     0.7.6claws45
7889
7890         * src/mainwindow.[ch]
7891                 more cleanups (removing unnecessary menu items Expand 
7892                 summary / message view)
7893
7894 2002-06-13 [melvin]     0.7.6claws44
7895
7896         * po/POTFILES.in
7897                 Added src/string_match.c
7898         * src/string_match.c
7899                 Fixed possible buffer overflow.
7900                 Corrected typo.
7901                 Added missing config.h header.
7902         * src/prefs_common.c
7903           src/prefs_matcher.c
7904           src/prefs_scoring.c
7905                 Made some strings translatable (missing _(..)).
7906
7907 2002-06-13 [melvin]     0.7.6claws43
7908
7909         * README.claws
7910                 Corrected action example (verifying clearsigned mail).
7911         * src/prefs_account.c
7912                 Corrected typo.
7913         * src/prefs_common.c
7914                 Removed incorrect line that generated a Gtk-CRITICAL msg.
7915
7916 2002-06-12 [alfons]     0.7.6claws42
7917
7918         * src/summaryview.c
7919                 add init of score column lost in 0.7.6claws42
7920
7921 2002-06-12 [paul]       0.7.6claws41
7922
7923         * src/prefs_account.c
7924                 CREATE_RADIO_BUTTONS(): fixed a typo and corrected the 
7925                 behavior of the radio buttons, (from 0.7.7cvs2)
7926
7927 2002-06-11 [alfons]     0.7.6claws40
7928
7929         * src/messageview.[ch]
7930         * src/summaryview.[ch]
7931         * src/summary_search.c
7932         * src/mainwindow.c
7933                 perform a sync to bring in Hiro's separate view implementation 
7934
7935                 (NOTE: may still be buggy; 0.7.6claws39 marked as LAST_STABLE)
7936
7937 2002-06-11 [paul]       0.7.6claws39
7938         
7939         * src/prefs_account.c
7940                 correct a typo on the Receive tab
7941
7942 2002-06-10 [match]      0.7.6claws38
7943
7944         * src/addressbook.c
7945                 Included address completion patch from Gustavo Noronha.
7946
7947 2002-06-10 [paul]       0.7.6claws37
7948
7949         * src/inc.[ch]
7950           src/pop.c
7951           src/prefs_account.[ch]
7952           src/selective_download.[ch]
7953                 apply PATCH #561712
7954                  NEW:
7955                 - check if POP Account
7956                 - Receive Button renamed to Preview
7957                 - Preview Button Popup: preview new/all messages
7958                 - Download Button
7959                 - Account Preferences-->Receive tab checkbutton if you
7960                   want to remove Mail after Download
7961                 -: default YES
7962                 - Account Preferences-->Receive tab checkbutton use
7963                   filtering rules on preview
7964                   (think of delete_on_server)
7965                 -: default YES
7966                 - Account selectable from SD dialog
7967                 - checkbutton to show already downloaded messages if
7968                   all messages are previewed
7969                 - new clist column showing Date
7970                 - ESC KEY close
7971                 FIXES:
7972                 - play ball with UIDL
7973                 - fault tolerant (?) 
7974                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
7975
7976 2002-06-10 [melvin]     0.7.6claws36
7977
7978         * README.claws
7979                 Added a hint to ac/README in cvs instructions.
7980
7981         * src/prefs_actions.c
7982                 Made it possible to use a more elaborate command line
7983                 for asynchronous actions, too.
7984
7985 2002-06-10 [melvin]     0.7.6claws35
7986         
7987         * src/prefs_actions.c
7988                 Make it possible to use a more elaborate command line
7989                 (e.g. |foo|bar|cat>there;echo Done|)
7990                 Corrected error message when calling %f, %F and %p commands
7991                 from the compose window.
7992
7993 2002-06-09 [colin]      0.7.6claws34
7994
7995         * src/summaryview.c
7996                 Automatically find unread messages in current folder
7997                 before annoying the user.
7998
7999 2002-06-08 [alfons]     0.7.6claws33
8000
8001         * po/it.po
8002                 remove bad formatting string in it.po translation
8003                 (close "[ 548336 ] --debug segfaults!!! with it_IT@euro")
8004
8005 2002-06-08 [paul]       0.7.6claws32
8006
8007         * sync with 0.7.6cvs25
8008                 see ChangeLog 2002-06-07
8009
8010 2002-06-05 [paul]       0.7.6claws31
8011
8012         * src/mainwindow.c
8013                 add 'Sort by locked' and 'Sort by score'
8014
8015 2002-06-05 [paul]       0.7.6claws30
8016
8017         * sync with 0.7.6cvs24
8018                 see ChangeLog 2002-06-04
8019
8020 2002-06-04 [paul]       0.7.6claws29
8021
8022         * po/pt_BR.po
8023                 updated by Fabio Junior Beneditto
8024
8025 2002-06-03 [thorsten]   0.7.6claws28
8026
8027         * src/matcher.c
8028                 fclose() matcherrc after reading
8029
8030 2002-06-03 [paul]       0.7.6claws27
8031
8032         * sync with 0.7.6cvs21
8033                 see ChangeLog 2002-05-31
8034
8035 2002-05-31 [paul]       0.7.6claws26
8036
8037         * sync with 0.7.6cvs20
8038                 see ChangeLog 2002-05-29 and 2002-05-30
8039
8040 2002-05-31 [paul]       0.7.6claws25
8041
8042         * src/imap.c
8043                 hopefully fix last buggy sync
8044
8045         * README.claws
8046                 correct typo in 'Actions' examples
8047
8048 2002-05-29 [paul]       0.7.6claws24
8049
8050         * sync with 0.7.6cvs18
8051                 see ChangeLog 2002-05-28 and 2002-05-29
8052
8053         * src/news.c
8054           src/nntp.[ch]
8055                 sync with above 
8056
8057 2002-05-28 [paul]       0.7.6claws23
8058
8059         * sync with 0.7.6cvs16
8060                 see ChangeLog 2002-05-28
8061
8062 2002-05-27 [thorsten]   0.7.6claws22 
8063
8064         * faq/it/sylpheed-faq-1.html
8065           faq/it/sylpheed-faq-2.html
8066           faq/it/sylpheed-faq-3.html
8067           faq/it/sylpheed-faq.html
8068                 corrected DOS lineendings
8069         * faq/de/sylpheed-faq-1.html
8070           faq/de/sylpheed-faq-2.html
8071           faq/en/sylpheed-faq-1.html
8072           faq/en/sylpheed-faq-2.html
8073           faq/en/sylpheed-faq-3.html
8074           faq/es/sylpheed-faq-1.html
8075           faq/es/sylpheed-faq-2.html
8076           faq/es/sylpheed-faq-3.html
8077           faq/fr/sylpheed-faq-1.html
8078           faq/it/sylpheed-faq-1.html
8079           faq/it/sylpheed-faq-2.html
8080           faq/it/sylpheed-faq-3.html
8081           faq/it/sylpheed-faq.html
8082                 changed ">" to &quot;
8083
8084 2002-05-27 [paul]       0.7.6claws21
8085         
8086         * sync with 0.7.6cvs15
8087                 see ChangeLog 2002-05-27
8088
8089 2002-05-27 [paul]       0.7.6claws20
8090
8091         * src/prefs_account.c
8092                 correct a typo
8093
8094 2002-05-26 [paul]       0.7.6claws19
8095
8096         * tools/README
8097                 correct a typo
8098
8099 2002-05-25 [paul]       0.7.6claws18
8100
8101         * tools/README
8102                 add description of kmail2sylpheed.pl
8103
8104 2002-05-25 [paul]       0.7.6claws17
8105
8106         * tools/kmail2sylpheed.pl       ** NEW FILE **
8107                 perl script that converts an exported Kmail address
8108                 book, converts it to sylpheed addressbook file,
8109                 writes the file to .sylpheed, and updates
8110                 addrbook--index.xml 
8111
8112 2002-05-25 [paul]       0.7.6claws16
8113
8114         * sync with 0.7.6cvs14
8115                 see ChangeLog 2002-05-23
8116
8117 2002-05-24 [paul]       0.7.6claws15
8118
8119         * README.claws
8120                 make a correction and add some more info
8121
8122 2002-05-24 [paul]       0.7.6claws14
8123
8124         * src/compose.c
8125                 fix memory leak in 
8126                 compose_redirect_write_headers_from_headerlist()
8127                 add Subject and Resent-Message-ID to
8128                 compose_redirect_write_headers()
8129                 Received, Subject, and X-UIDL are filtered out in 
8130                 compose_redirect_write_to_file()
8131
8132 2002-05-23 [paul]       0.7.6claws13
8133
8134         * src/compose.[ch]
8135           src/filtering.c
8136           src/mainwindow.c
8137           src/matcher.[ch]
8138           src/matcher_parser_lex.l
8139           src/matcher_parser_parse.y
8140           src/prefs_common.[ch]
8141           src/prefs_filtering.c
8142           src/summaryview.c
8143                 rename 'Bounce' to 'Redirect'
8144
8145 2002-05-23 [paul]       0.7.6claws12
8146
8147         * more sync with 0.7.6cvs13
8148           src/compose.c
8149                 see ChangeLog 2002-05-22
8150
8151 2002-05-22 [paul]       0.7.6claws11
8152
8153         * sync with 0.7.6cvs13
8154           src/codeconv.c
8155                 see ChangeLog 2002-05-20
8156           src/prefs_common.c
8157                 see ChangeLog 2002-05-22
8158
8159 2002-05-21 [melvin]     0.7.6claws10
8160
8161         * src/folderview.c
8162                 Added missing filtering and scoring headers
8163                 Fixed bad function call that showed garbage 
8164                 in Folder->Processing
8165
8166 2002-05-21 [paul]       0.7.6claws9
8167
8168         * tools/Makefile.am
8169                 make all tools executable, (patch by Alfons).
8170
8171 2002-05-20 [alfons]     0.7.6claws8
8172
8173         * src/procheader.c
8174                 don't forget to call mktime() so we have a valid week 
8175                 and year day
8176                 (Bug report by Roger Sondermann <mail@jumaros.de>)
8177
8178 2002-05-20 [paul]       0.7.6claws7
8179
8180         * src/html.c
8181                 fix broken parsing of urls
8182         * src/textview.c
8183                 fix displaying of urls
8184
8185                 both fixes from the patch [547855] by Eugene 
8186                 Brevdo (zonem)
8187
8188 2002-05-19 [alfons]     0.7.6claws6
8189
8190         * configure.in
8191                 make sylpheed configure correctly with the latest
8192                 and greatest of automake / autoconf / gettext
8193
8194 2002-05-19 [alfons]     0.7.6claws5
8195
8196         * src/procheader.c
8197         * src/procheader.h
8198                 add function for returning ime zone offset
8199         * src/quote_fmt.c
8200         * src/quote_fmt_parse.y
8201                 better quotation formatting - does not convert
8202                 to local time, but uses the original date string.
8203                 
8204                 Note: %z inserts the timezone offset (should 
8205                 work also on platforms where strftime does not
8206                 support %z).
8207
8208 2002-05-18 [christoph]  0.7.6claws4
8209
8210         * src/summaryview.c
8211                 fix indentation of some code
8212         * tools/Makefile.am
8213                 fix spaces after \
8214         * src/Makefile.am
8215                 add missing \
8216                 correct path for ignorethread.xpm
8217                 incorrect filename for sylpheed_logo.xpm
8218                 add missing include matcher_parser_parse.h
8219
8220 2002-05-18 [paul]       0.7.6claws3
8221
8222         * sync with 0.7.6cvs8
8223                 see ChangeLog 2002-05-16 and 2002-05-17
8224
8225 2002-05-18 [melvin]     0.7.6claws2
8226
8227         * README.claws
8228                 Corrected an action's definition and fixed some misspellings.
8229
8230 2002-05-18 [paul]       0.7.6claws1
8231
8232         * tools/Makefile.am
8233           tools/gpg-sign        ** new file **
8234           tools/uudec           ** new file **
8235                 add Melvin's Actions scripts
8236
8237         * README.claws
8238                 add Melvin's descriptions for Actions
8239
8240 2002-05-18 [paul]       0.7.6claws
8241
8242         * Version 0.7.6claws released
8243
8244 2002-05-17 [paul]       0.7.5claws32
8245
8246         * po/es.po
8247                 updated by Ricardo Mones Lastra
8248
8249 2002-05-17 [paul]       0.7.5claws31
8250
8251         * src/compose.c
8252                 fix Account prefs default folder for sent/draft/deleted
8253                 messages bug
8254
8255         * po/it.po
8256           po/nl.po
8257                 updated translation by Alessandro Maestri and
8258                 Wilbert Berendsen
8259
8260 2002-05-17 [melvin]     0.7.5claws30
8261
8262         * src/prefs_actions.c
8263                 Fixed bug where using %F not at the end of the command 
8264                 resulted in an additional empty argument being created.
8265                 Thanks to Darko Koruga for reporting the bug.
8266
8267 2002-05-17 [melvin]     0.7.5claws29
8268
8269         * po/fr.po
8270                 Updated French translations.
8271
8272 2002-05-15 [paul]       0.7.5claws28
8273         
8274         * po/es.po
8275                 updated by Ricardo Mones Lastra
8276
8277 2002-05-15 [paul]       0.7.5claws27
8278
8279         * sync with 0.7.6cvs4
8280                 see ChangeLog 2002-05-14 and 2002-05-15
8281
8282 2002-05-14 [paul]       0.7.5claws26
8283
8284         * sync with 0.7.6cvs1
8285                 see ChangeLog 2002-05-13
8286
8287 2002-05-13 [thorsten]   0.7.5claws25
8288
8289         * src/messageview.c
8290                 fix select_all and copy in multipart messages
8291         * src/mainwindow.c
8292                 fix select_all and copy in multipart messages
8293
8294 2002-05-12 [paul]       0.7.5claws24
8295
8296         * src/summaryview.c
8297                 reverse last commit, bug already fixed in 0.7.5claws3
8298
8299 2002-05-12 [netztorte]  0.7.5claws23
8300
8301         * src/summaryview.c
8302                 dont parse empty addressbook (checked in before claws20)
8303
8304 2002-05-12 [melvin]     0.7.5claws22
8305
8306         * src/procmsg.[ch]
8307                 Removed unneeded priority code introduced by the previous 
8308                 commit.
8309
8310 2002-05-12 [melvin]     0.7.5claws21
8311
8312         * src/compose.[ch]
8313                 Added possibility to set message's priority.
8314         * src/procmsg.[ch]
8315                 Added possibility to set message's priority.
8316                 Added missing headers
8317
8318 2002-05-12 [melvin]     0.7.5claws20
8319
8320         * src/prefs_actions.c
8321                 Removed implicitely added quotes around the name
8322                 of the temporary files of mime parts.
8323
8324 2002-05-12 [paul]       0.7.5claws19
8325
8326         * sync with 0.7.5cvs20
8327                 see ChangeLog 2002-05-11
8328
8329 2002-05-12 [alfons]     0.7.5claws18
8330
8331         * src/quote_fmt_lex.l
8332         * src/quote_fmt_parse.y
8333                 allow quote / reply date & time format to be set using
8334                 %D{format}. format is a format string you'd pass to
8335                 strftime() (see man strftime, or the Display tab |
8336                 Date format setting).
8337
8338                 Currently %D converts the date to local time. 
8339
8340 2002-05-11 [paul]       0.7.5claws17
8341
8342         * sync with 0.7.5cvs19 (except src/prefs_folder_item.c)
8343                 see ChangeLog 2002-05-10 and 2002-05-11
8344
8345 2002-05-10 [paul]       0.7.5claws16
8346
8347         * sync with 0.7.5cvs16
8348                 see ChangeLog entries 2002-05-09 and 
8349                 2002-05-10
8350
8351 2002-05-10 [colin]      0.7.5claws15
8352
8353         * src/textview.c
8354                 Corrected a bug that prevented sylpheed to open
8355                 double-clicked URIs.
8356
8357 2002-05-09 [paul]       0.7.5claws14
8358
8359         * sync with 0.7.5cvs14
8360                 see ChangeLog 2002-05-08 and 2002-05-09
8361
8362 2002-05-08 [paul]       0.7.5claws13
8363
8364         * sync with 0.7.5cvs11
8365                 see ChangeLog entry 2002-05-08
8366
8367 2002-05-08 [paul]       0.7.5claws12
8368
8369         * src/mainwindow.c
8370           src/textview.[ch]
8371                 fix segfault on View->Open in new window
8372                 patch submitted by Thorsten Maerz <torte@netztorte.de>
8373
8374 2002-05-07 [paul]       0.7.5claws11
8375
8376         * sync with 0.7.5cvs9
8377                 see ChangeLog entry 2002-05-07
8378
8379 2002-05-06 [paul]       0.7.5claws10
8380
8381         * src/messageview.c
8382           src/textview.c
8383                 display url in statusbar on single-click
8384                 patch submitted by Thorsten Maerz <torte@netztorte.de>
8385
8386 2002-05-06 [match]      0.7.5claws9
8387
8388         * src/addritem.[ch]
8389                 new functions.
8390         * src/addrcache.c
8391                 tidy up.
8392         * src/xmlprops.[ch]
8393                 XML implementation of properties file.
8394         * src/exporthtml.[ch]
8395         * src/expthtmldlg.[ch]
8396         * src/addressbook.c
8397                 export to HTML.
8398
8399 2002-05-02 [sergey]     0.7.5claws8
8400
8401         * src/mainwindow.c (mainwin_entries),
8402           src/prefs_common.c (prefs_send_create()),
8403           src/codeconv.c (locale_table):
8404                 use charset name "Windows-1251" instead of "CP1251".
8405
8406 2002-05-02 [colin]      0.7.5claws7
8407         
8408         * src/compose.c
8409           src/prefs_common.c
8410           src/prefs_folder_item.c
8411                 Fixed cosmetics bugs due to Outbox renamed to Sent.
8412
8413 2002-05-02 [hiro]       0.7.5claws6
8414
8415         * src/imap.c
8416                 sync the change for QUOTE_IF_REQUIRED() macro with 0.7.5cvs7.
8417
8418 2002-05-02 [paul]       0.7.5claws5
8419
8420         * src/compose.c
8421                 more sync with 0.7.5cvs7, see ChangeLog entry
8422                 2002-05-02
8423
8424 2002-05-02 [hiro]       0.7.5claws4
8425
8426         * src/compose.c
8427                 compose_queue_sub():
8428                 check if queue folder exists (closes #550397).
8429                 removed directory creation since it should be handled
8430                 transparently.
8431         * src/imap.c
8432                 imap_add_msg(): return UID for appended message
8433                 (closes #548842).
8434
8435 2002-04-30 [paul]       0.7.5claws3
8436
8437         * src/summaryview.c
8438                 fix account_find_from_address() bug
8439
8440 2002-04-28 [colin]      0.7.5claws2
8441
8442         * src/compose.c
8443           src/textview.c
8444           src/prefs_common.[ch]
8445           src/utils.[ch]
8446                 Added user-definable quotation characters recognition.
8447
8448 2002-04-28 [paul]       0.7.5claws1
8449
8450         * sync with 0.7.5cvs4
8451                 see ChangeLog entry  2002-04-25
8452
8453 2002-04-28 [paul]       0.7.5claws
8454
8455         * po/es.po
8456           po/nl.po
8457           po/pt_BR.po
8458                 updated by Ricardo Mones Lastra, Wilbert Berendsen, and
8459                 Fabio Junior Beneditto
8460
8461 2002-04-27 [jens]       0.7.4claws103
8462
8463         * po/de.po
8464                 updated German translation.
8465
8466 2002-04-27 [hiro]       0.7.4claws102
8467
8468         * src/summaryview.c
8469                 summary_write_cache(): fixed the mark loss of hidden messages.
8470
8471 2002-04-26 [melvin]     0.7.4claws101
8472
8473         * src/procmsg.c
8474                 fixed a second typo (same one)
8475         * po/fr.po
8476           po/it.po
8477           po/pt_BR.po
8478                 fixed the type again...
8479
8480 2002-04-26 [melvin]     0.7.4claws100
8481
8482         * src/procmsg.c
8483                 fixed a typo in an alert message ("temorary").
8484         * po/it.po
8485         * po/pt_BR.po
8486                 corrected the typo  described above.
8487         * po/fr.po
8488                 updated French translation.
8489
8490 2002-04-26 [darko]      0.7.4claws99
8491
8492         * src/summaryview.c
8493                 fix target folder colorization
8494
8495 2002-04-25 [paul]       0.7.4claws98
8496
8497         * po/it.po
8498                 updated by Alessandro Maestri
8499
8500 2002-04-24 [colin]      0.7.4claws97
8501         
8502         * src/compose.c
8503                 Fixed double "subject is empty" question.
8504
8505 2002-04-23 [colin]      0.7.4claws96
8506         
8507         * src/mimeview.c
8508                 Corrected issue when "automatically display images" was
8509                 not set : first image remained after selecting second.
8510
8511 2002-04-23 [melvin]     0.7.4claws95
8512
8513         * src/prefs_actions.c
8514                 Don't display in/out dialog if there is nothing to show.
8515
8516 2002-04-23 [paul]       0.7.4claws94
8517
8518         * sync with 0.7.5cvs3
8519                 bug fixes: see ChangeLog entry 2002-04-23
8520
8521 2002-04-22 [darko]      0.7.4claws93
8522
8523         * src/compose.c
8524                 fix previous check-in which changed code after
8525                 merge from main
8526
8527 2002-04-22 [paul]       0.7.4claws92
8528
8529         * faq/de/*
8530                 add German FAQ
8531         * faq/en/*
8532           faq/es/*
8533           faq/fr/*
8534                 update English, Spanish and French FAQs
8535         * manual/de/*
8536           manual/es/*
8537                 add German and Spanish manuals
8538         * manual/en/*
8539           manual/fr/*
8540                 update English and French manuals
8541
8542         * src/Makefile.am
8543                 add to and re-arrange the pixmap entries
8544
8545 2002-04-22 [darko]      0.7.4claws91
8546
8547         * src/compose.c
8548                 fix sender initials recognition to only allow
8549                 '>' after the initials
8550
8551 2002-04-21 [paul]       0.7.4claws90
8552
8553         * sync with 0.7.5 release
8554                 see ChangeLog entry 2002-04-21
8555
8556 2002-04-21 [alfons]
8557
8558         * src/Makefile.am
8559                 add colin's new pixmaps to EXTRA_DIST
8560
8561 2002-04-21 [colin]      0.7.4claws89
8562         * src/compose.c
8563         * src/inc.c
8564         * src/mainwindow.[ch]
8565         * src/prefs_common.[ch]
8566         * src/stock_pixmap.[ch]
8567                 Added "Work offline" ability.
8568
8569 2002-04-21 [colin]      0.7.4claws88
8570         
8571         * src/mimeview.c
8572         * src/prefs_common.c
8573         * src/prefs_common.h
8574         * src/textview.c : Added an option to common preferences -> display
8575           to allow user not to automatically display images.
8576
8577 2002-04-21 [paul]       0.7.4claws87
8578
8579         * sync with 0.7.4cvs52
8580                 see ChangeLog entry 2002-04-21 (src/imap.c)
8581
8582 2002-04-21 [paul]       0.7.4claws86
8583
8584         * sync with 0.7.4cvs51
8585                 see ChangeLog entry 2002-04-21
8586
8587 2002-04-21 [paul]       0.7.4claws85
8588
8589         * sync with 0.7.4cvs49
8590                 see ChangeLog entries 2002-04-20 and 2002-04-21
8591
8592         * src/Makefile.am
8593                 clean up: remove old 'stock_' element from xpm 
8594                 filenames.
8595
8596 2002-04-21 [alfons]     0.7.4claws84
8597
8598         apply sync patch from Paul
8599
8600         * src/folderview.c
8601                 use old claws prefs_folder_item_create() for now
8602
8603 2002-04-19 [match]      0.7.4claws83
8604
8605         * src/addressbook.[ch]
8606         * src/addrharvest.[ch]
8607         * src/addrgather.[ch]
8608                 recurse folders.
8609         * src/mainwindow.c
8610         * src/summaryview.[ch]
8611                 change menu option.
8612
8613 2002-04-19 [paul]       0.7.4claws82
8614
8615         * po/pt_BR.po
8616                 updated by Fabio Junior Beneditto
8617
8618 2002-04-14 [alfons]     0.7.4claws81
8619
8620         * src/passphrase.c
8621                 add #include <sys/types.h> for mode_t and off_t 
8622
8623 2002-04-13 [paul]       0.7.4claws80
8624         
8625         * src/main.c
8626           src/passphrase.[ch]
8627           src/pgptext.c
8628           src/prefs_common.[ch]
8629           src/rfc2015.c
8630                 enable storing of GnuPG passphrase for the whole 
8631                 session or a user-defined number of minutes. patch 
8632                 submitted by Ravemax <ravemax@dextrose.com>
8633
8634 2002-04-13 [alfons]     0.7.4claws79
8635
8636         * src/textview.c
8637                 make email parser also stop scanning when encountering separators
8638                 ',' and ';' (reported by Fabien Vantard <fvantard@opsion.fr>)
8639
8640 2002-04-13 [paul]       0.7.4claws78
8641
8642         * sync with 0.7.4cvs39
8643                 see ChangeLog entry 2002-04-12
8644
8645 2002-04-11 [paul]       0.7.4claws77
8646
8647         * sync with 0.7.4cvs37
8648                 see ChangeLog entry 2002-04-11
8649
8650 2002-04-11 [paul]       0.7.4claws76
8651
8652         * COPYING 
8653                 re-licensed (removal of "NO-VIRUS CLAUSE" and addition of
8654                 the clause for OpenSSL). sync with sylpheed main
8655
8656 2002-04-09 [melvin]     0.7.4claws75
8657
8658         * src/compose.c
8659                 Made 'Ctrl-Enter' on send ignore some modifiers 
8660                 (LOCK_MASK, MOD2, MOD3, MOD4, MOD5). Make it possible
8661                 to bind other *-Enter (but not Alt-Enter).
8662
8663 2002-04-09 [paul]       0.7.4claws74
8664
8665         * sync with 0.7.4cvs35
8666                 see ChangeLog entries 2002-04-09
8667
8668 2002-04-08 [paul]       0.7.4claws73
8669
8670         * sync with 0.7.4cvs33
8671                 see ChangeLog entry 200-04-08
8672
8673 2002-04-07 [match]      0.7.4claws72
8674
8675         * src/addrharvest.[ch]
8676                 fixed to read all addresses in header, regardless
8677                 of header size. improved name parsing. accommodate
8678                 harvest from folders and selected message.
8679         * src/addritem.[ch]
8680                 included new address parsing function.
8681         * src/addrgather.[ch]
8682         * src/addressbook.[ch]
8683         * src/summaryview.[ch]
8684         * src/mainwindow.c
8685                 allow address harvest of folder as well as selected
8686                 messages.
8687
8688 2002-04-07 [paul]       0.7.4claws71
8689
8690         * src/esmtp.[ch]
8691           src/smtp.c
8692                 don't try to authenticate with CRAM-MD5 in SMTP when 
8693                 SMTP-AUTH enabled if MTA doesn't issue this 
8694                 auth-method in it's ehlo-response. bug item #531364,
8695                 patch item #938910. patch submitted by Colin Leroy 
8696                 <colin@colino.net>
8697
8698 2002-04-07 [paul]       0.7.4claws70
8699
8700         * src/nntp.c
8701                 fix missing MODE_READER bug. patch submitted by
8702                 Colin Leroy <colin@colino.net>
8703
8704 2002-04-07 [alfons]     0.7.4claws69
8705
8706         * src/matcher.[ch]
8707         * src/prefs_filtering.c
8708         * src/summaryview.c
8709                 escape \' and \" in strings passed as filtering strings; bug report by Alex Evseev.
8710                 (see http://www.geocrawler.com/lists/3/SourceForge/11619/25/8279435/)
8711
8712 2002-04-07 [paul]       0.7.4claws68
8713
8714         * sync with 0.7.4cvs32
8715                 see ChangeLog entry 2002-04-06
8716
8717         * tools/filter_conv.pl
8718                 more bug fixes
8719
8720 2002-04-06 [paul]       0.7.4claws67
8721
8722         * tools/filter_conv.pl
8723                 modify to be able to find the name of the first
8724                 mailbox and use that. main's filter does not
8725                 record the full path to the mailbox and therefore
8726                 can only filter to the first mailbox.
8727
8728 2002-04-05 [paul]       0.7.4claws66
8729
8730         * tools/filter_conv.pl
8731                 attempt to make the script all-encompassing and
8732                 be able to convert any main 'filter' rule thrown
8733                 at it
8734
8735 2002-04-05 [paul]       0.7.4claws65
8736
8737         * tools/filter_conv.pl
8738                 allow for collapsed folder trees
8739
8740 2002-04-05 [paul]       0.7.4claws64
8741
8742         * sync with 0.7.4cvs31
8743                 see ChangeLog entries 2002-04-05
8744
8745 2002-04-03 [paul]       0.7.4claws63
8746
8747         * sync with 0.7.4cvs29
8748                 see ChangeLog entries 2002-04-02 and 2002-04-03
8749
8750 2002-04-02 [paul]       0.7.4claws62
8751
8752         * sync with 0.7.4cvs26
8753                 see ChangeLog entry 2002-04-01
8754
8755 2002-04-02 [match]      0.7.4claws61
8756
8757         * src/pine.[ch]
8758         * src/importpine.[ch]
8759         * src/addressbook.c
8760                 import Pine address book.
8761
8762 2002-04-02 [match]      0.7.4claws60
8763
8764         * src/addrharvest.[ch]
8765                 improve address parsing of funky addresses.
8766
8767 2002-04-02 [darko]      0.7.4claws59
8768
8769         * src/compose.c
8770                 wrap on send improvements, it now recognizes quoted
8771                 initials as part of the quotation string, and it
8772                 does not join lines separated by CR
8773
8774 2002-04-01 [match]      0.7.4claws58
8775
8776         * src/mgutils.[ch]
8777                 added new functions.
8778         * src/mutt.[ch]
8779                 remove excessive duplicate address generation
8780                 on import.
8781
8782 2002-04-01 [alfons]     0.7.4claws57
8783         
8784         * src/summaryview.c
8785                 put back g_free() 
8786
8787 2002-04-01 [paul]       0.7.4claws56
8788
8789         * sync with 0.7.4cvs25
8790                 see ChangeLog entry 2002-04-01
8791
8792 2002-04-01 [alfons]     0.7.4aprilfool55
8793
8794         * src/summaryview.c
8795                 honour feature request item #537427 to allow for
8796                 displaying names from address book for sent mail also
8797
8798 2002-03-29 [paul]       0.7.4claws54
8799
8800         * src/mainwindow.c
8801           src/prefs_filtering.[ch]
8802           src/prefs_matcher.c
8803           src/summaryview.c
8804                 add 'fast filter' for claws' filtering,
8805                 /Tools/Create filter rule/... patch submitted
8806                 by Neill Miller <neillm@thecodefactory.org>
8807
8808 2002-03-29 [paul]       0.7.4claws53
8809
8810         * sync with 0.7.4cvs24
8811                 see ChangeLog entry 2002-03-29
8812
8813 2002-03-28 [paul]       0.7.4claws52
8814
8815         * sync with 0.7.4cvs23
8816                 see ChangeLog entry 2002-03-28
8817
8818 2002-03-27 [melvin]     0.7.4claws51
8819
8820         * src/prefs_actions.c
8821                 Added support to pass only one message part (as a
8822                 file) to the command using '%p'. No quotes are needed
8823                 because doubles quotes are automatically added.
8824                 Fixed bug where Sylpheed could block when waiting for
8825                 a child process to finish.
8826                 Changed the help menu to remove quotes around symbols to 
8827                 avoid misinterpretation (they must not be used).
8828
8829 2002-03-27 [melvin]     0.7.4claws50
8830
8831         * src/inc.c
8832                 Made the new mail notification command always 
8833                 execute asynchronously.
8834
8835 2002-03-27 [paul]       0.7.4claws49
8836
8837         * src/compose.c
8838                 fix bug introduced in last commit
8839
8840 2002-03-27 [paul]       0.7.4claws48
8841
8842         * sync with 0.7.4cvs21
8843                 see ChangeLog 2002-03-26 and 2002-03-27
8844
8845 2002-03-26 [hoa]        0.7.4claws47
8846
8847         * src/prefs_folder_item.c
8848                 really fixed the bug #516442 with folder rescan.
8849
8850 2002-03-26 [paul]       0.7.4claws46
8851
8852         * sync with 0.7.4cvs19
8853                 see ChangeLog entries 2002-03-25 and 2002-03-26
8854
8855 2002-03-25 [hoa]        0.7.4claws45
8856
8857         * src/matcher.c
8858         * src/mh.c
8859                 fix the bug #516442 with folder rescan.
8860
8861         * src/prefs_common.[ch]
8862         * src/compose.c
8863                 added an option to enable two different behaviours
8864                 for bounce.
8865
8866
8867 2002-03-25 [paul]       0.7.4claws44
8868
8869         * src/mainwindow.c
8870           src/selective_download.c
8871                 correct a few menuitem labels
8872
8873 2002-03-25 [christoph]  0.7.4claws43
8874
8875         * src/procmsg.c
8876                 fix non deleted tmp message in
8877                 procmsg_save_to_outbox
8878                 fix problems caused by sync with
8879                 main branch's procmsg_send_queue
8880
8881 2002-03-25 [paul]       0.7.4claws42
8882
8883         * src/quote_fmt.c
8884           src/quote_fmt_lex.l
8885           src/quote_fmt_parse.y
8886                 add Last name (%L) placeholder for quoting. 
8887                 patch submitted by Thorsten Thielen 
8888                 <thth@users.sourceforge.net>
8889
8890 2002-03-25 [paul]       0.7.4claws41
8891
8892         * src/utils.c
8893                 get full hostname. patch submitted by
8894                 Bob Woodside <rwoodside1@comcast.net>
8895
8896 2002-03-25 [paul]       0.7.4claws40
8897
8898         * src/account.c
8899           src/news.c
8900           src/nntp.[ch]
8901           src/prefs_account.[ch]
8902                 enable NNTP over SSL. patch submitted by
8903                 Pascal Jermini <pascal@infinity.hn.org>
8904
8905 2002-03-24 [paul]       0.7.4claws39
8906
8907         * src/prefs_common.c
8908                 make the arrangement of the Compose tab more
8909                 coherent
8910
8911         * src/mainwindow.c
8912                 fix some irregularities of style
8913
8914         * po/de.po
8915                 updated by Kilian Krause
8916
8917 2002-03-23 [paul]       0.7.4claws38
8918
8919         * po/pt_BR.po
8920                 updated by Fabio Junior Beneditto
8921
8922 2002-03-23 [paul]       0.7.4claws37
8923
8924         * src/mainwindow.c
8925                 move 'Gather addresses' to 'Tools' menu
8926                 make 'Selective download' sensitive
8927
8928 2002-03-23 [paul]       0.7.4claws36
8929
8930         * sync with 0.7.4cvs16
8931                 see ChangeLog entries 2002-03-23
8932
8933 2002-03-22 [christoph]  0.7.4claws35
8934
8935         * src/quote_fmt_parse.y
8936                 fix include program output
8937
8938 2002-03-22 [alfons]     0.7.4claws34
8939
8940         * src/pop.c
8941                 initialize GDate stack variable correctly (sorry!)
8942
8943 2002-03-22 [paul]       0.7.4claws33
8944
8945         * src/compose.c
8946           src/mainwindow.c
8947           src/prefs_actions.c
8948           src/prefs_common.c
8949                 rename 'Tool' to 'Tools'
8950
8951         * src/mainwindow.c
8952                 move 'Delete duplicated messages' from
8953                 'Message/' to 'Tools/'
8954                 re-arrange the order of 'Tools/' items
8955
8956 2002-03-22 [paul]       0.7.4claws32
8957
8958         * src/addr_compl.c
8959           src/addressbook.[ch]
8960                 auto-address completion now also matches on
8961                 Nickname. patch submitted by Bob Forsman 
8962                 <hammor@users.sourceforge.net>
8963
8964         * src/editaddress.c
8965                 correct a spelling mistake
8966
8967 2002-03-22 [alfons]     0.7.4claws31
8968
8969         * src/pop.c
8970                 fix getting uidl from incorrect string 
8971                 (spotted by Colin)
8972
8973 2002-03-21 [alfons]     0.7.4claws30
8974
8975         * src/pop.c
8976                 more code refactoring
8977                 plug mem leak introduced by delete on server
8978
8979 2002-03-21 [paul]       0.7.4claws29
8980
8981         * sync with 0.7.4cvs11
8982                 see ChangeLog entries 2002-03-20
8983
8984 2002-03-20 [alfons]     0.7.4claws28
8985
8986         * src/inc.c
8987                 apply Colin's patch and refactor
8988
8989 2002-03-20 [paul]       0.7.4claws27
8990
8991         * sync with sylpheed 0.7.4cvs9
8992                 see ChangeLog entry 2002-03-20
8993
8994 2002-03-19 [christoph]  0.7.4claws26
8995
8996         * src/mh.c
8997         * src/procmsg.[ch]
8998         * src/summaryview.c
8999                 revert changes for flag updates
9000                 (does not work correctly and no time to debug)
9001
9002 2002-03-20 [alfons]     0.7.4claws25
9003
9004         * src/pop.c
9005                 refactor should_delete() a little bit 
9006
9007 2002-03-19 [paul]       0.7.4claws24
9008
9009         * src/inc.[ch]
9010           src/pop.c
9011           src/prefs_account.[ch]
9012                 allow the user to leave downloaded mail on the 
9013                 server for n days. Patch submitted by Colin Leroy 
9014                 <colin@colino.net>
9015
9016 2002-02-19 [paul]       0.7.4claws23
9017
9018         * sync with sylpheed 0.7.4cvs8
9019                 see ChangeLog entries 2002-03-19
9020
9021 2002-03-18 [paul]       0.7.4claws22
9022
9023         * sync with sylpheed 0.7.4cvs6
9024                 see ChangeLog entry 2002-03-18
9025
9026 2002-03-18 [paul]       0.7.4claws21
9027
9028         * po/en_GB.po
9029                 add en_GB message catalogue
9030
9031         * src/mbox_folder.c
9032           src/prefs_account.c
9033           src/prefs_actions.c
9034                 correct a few spelling mistakes
9035
9036 2002-03-17 [alfons]     0.7.4claws20
9037
9038         * src/matcher.c
9039                 more stringent checks for NULL params when writing
9040                 filtering actions to a file
9041                 
9042 2002-03-17 [hoa]        0.7.3claws20
9043
9044         * src/news.c
9045                 fixed the count of new messages
9046
9047         * src/compose.c
9048                 fixed the "attachment properties" window
9049
9050 2002-03-17 [paul]       0.7.4claws19
9051
9052         * src/defs.h
9053           src/folder.h
9054           src/news.c
9055           src/prefs_account.[ch]
9056           src/procmsg.[ch]
9057           src/summaryview.c
9058                 automatically mark cross-posted messages as read 
9059                 and (optionally) give them a colour label
9060                 Patch submitted by Stefaan Eeckels <Stefaan.Eeckels@eec.lu>
9061                 
9062
9063 2002-03-17 [paul]       0.7.4claws18
9064
9065         * sync with sylpheed 0.7.4cvs5
9066                 see ChangeLog entry 2002-03-17
9067
9068 2002-03-17 [melvin]     0.7.4claws17
9069         
9070         * src/textview.c
9071                 Worked around a gtktext 'bug': when searching for 
9072                 a text in a long message it was scrolling slowly
9073                 line by line until it hit the searched text.
9074         * po/fr.po
9075                 Updated French translation
9076
9077 2002-03-17 [melvin]     0.7.4claws16
9078
9079         * src/mainwindow.c
9080         * src/compose.c
9081         * src/prefs_actions.c
9082                 Moved "Edit/Actions" to "Tool/Actions"
9083                 Made mainwindow/compose window sensitive as soon as
9084                 no child process is running anymore even if the io dialog
9085                 is open.
9086                 Fixed a struct being initialized with a non constant char*
9087
9088 2002-03-16 [christoph]  0.7.4claws15
9089
9090         * configure.in
9091                 add --with-compiler-flags option
9092                 (only for developer hacking)
9093         * src/mh.c
9094         * src/procmsg.[ch]
9095         * src/summaryview.c
9096                 try to make folder-stats and flag handling more
9097                 independent from the summaryview. msgcounts
9098                 are only set when the folder is opened and
9099                 procmsg_msginfo_(un)set_flags will handle it
9100                 later and summaryview will get the values
9101                 from the folder.
9102
9103 2002-03-16 [paul]       0.7.4claws14
9104
9105         * src/messageview.c
9106                 fix Return-receipt. Patch submitted by Bob
9107                 Woodside <rwoodside1@comcast.net>
9108
9109 2002-03-16 [paul]       0.7.4claws13
9110
9111         * src/compose.c
9112                 fix 'dynamic' signatures, make it work again
9113                 broken during sync on 2002-03-14 (0.7.4claws2)
9114
9115 2002-03-15 [match]      0.7.4claws12
9116
9117         * src/addrharvest.[ch]
9118         * src/addrgather.[ch]
9119         * src/addressbook.[ch]
9120         * src/mainwindow.c
9121                 included address harvester feature. still some
9122                 issues with address parsing that I will fix.
9123
9124 2002-03-15 [match]      0.7.4claws11
9125
9126         * src/addrbook.[ch]
9127         * src/addrcache.[ch]
9128         * src/addressbook.[ch]
9129         * src/addrindex.c
9130         * src/editbook.c
9131         * src/importldif.c
9132         * src/importmutt.c
9133         * src/jpilot.[ch]
9134         * src/main.c
9135         * src/syldap.[ch]
9136         * src/vcard.[ch]
9137                 tidy up. fix memory leaks. moved attribs and methods
9138                 from individual interfaces to addrcache object. prep
9139                 for new stuff to come in.
9140
9141 2002-03-15 [alfons]     0.7.4claws10
9142
9143         * src/matcher.[ch]
9144         * src/matcher_parser_parse.y
9145         * src/matcher_parser_lex.l
9146         * src/prefs_matcher.c
9147                 add filtering conditions message greater than, smaller 
9148                 than, and exactly matching a size in bytes
9149                 (does not work with delete from POP3 server yet)
9150
9151                 this should also give others an idea what you should
9152                 do to add new criterions to claws filtering system
9153                 
9154
9155 2002-03-15 [paul]       0.7.4claws9
9156
9157         * tools/filter_conv.pl
9158                 exit if there are no filter rules to convert
9159                 rename filterrc to filterrc.old after completion
9160
9161 2002-03-15 [paul]       0.7.4claws8
9162
9163         * sync with sylpheed 0.7.4cvs3
9164                 see ChangeLog entry 2002-03-14
9165
9166 2002-03-14 [paul]       0.7.4claws7
9167
9168         * src/compose.c
9169                 clean up the last commit (ahem)
9170
9171 2002-03-14 [paul]       0.7.4claws6
9172
9173         * src/compose.c
9174                 fix bug #515655. honour account preferences
9175                 regarding gpg default signing/encryption when 
9176                 changing account from the compose window.
9177
9178 2002-03-14 [paul]       0.7.4claws5
9179
9180         * src/folderview.c
9181                 remove unnecessary curly brackets
9182
9183 2002-03-14 [paul]       0.7.4claws4
9184
9185         * src/folderview.c
9186           src/prefs_filtering.[ch]
9187                 add filter rename on folder rename and filter
9188                 delete on folder delete. Patch submitted by
9189                 Neill Miller <neillm@thecodefactory.org> 
9190
9191 2002-03-14 [christoph]  0.7.4claws3
9192
9193         * src/procmsg.c
9194         * src/send.c
9195                 fix local delivery
9196                 (patch submitted by "Simon 'corecode' Schubert")
9197         * src/prefs_common.c
9198         * src/procmsg.c
9199                 fix gcc 3.0 warning
9200
9201 2002-03-14 [paul]       0.7.4claws2
9202
9203         * sync with sylpheed 0.7.4cvs2
9204                 see ChangeLog entry 2002-03-13
9205
9206 2002-03-12 [darko]      0.7.4claws1
9207
9208         * src/mainwindow.c
9209                 fix what seems to be a copy and paste error
9210                 when setting color for important messages
9211                 (reported by wwp)
9212
9213 2002-03-11 [paul]       version 0.7.4claws released
9214
9215 2002-03-11 [paul]       0.7.4claws
9216
9217         * po/es.po
9218           po/it.po
9219           po/nl.po
9220           po/pt_BR.po
9221                 update message catalogs. Submitted by Ricardo Mones 
9222                 Lastra, Alessandro Maestri, Wilbert Berendsen, and 
9223                 Fabio Junior Beneditto
9224
9225         * configure.in
9226           faq/Makefile.am
9227           faq/it/Makefile
9228           faq/it/sylpheed-faq*
9229           src/mainwindow.c
9230           src/manual.[ch]
9231                 add FAQ in Italian
9232         
9233
9234 2002-03-11 [jens]       0.7.3claws7
9235
9236         * po/de.po
9237                 updated German translation
9238
9239 2002-03-11 [melvin]     0.7.3claws6
9240
9241         * po/fr.po
9242                 updated and corrected French translation
9243
9244 2002-03-10 [hoa]        0.7.3claws5
9245
9246         * src/account.c
9247         * src/inc.c
9248         * src/prefs_account.c
9249         * src/procmsg.c
9250         * src/send.[ch]
9251                 fixed the local account.
9252                 you have to change the default "/usr/sbin/sendmail"
9253                 to "/usr/sbin/sendmail -t" in the preferences of
9254                 the local account.
9255
9256         * src/procmime.c
9257                 removed some debug display for renderer
9258
9259 2002-03-10 [paul]       0.7.3claws4
9260
9261         * faq/en/sylpheed-faq-1.html
9262           faq/en/sylpheed-faq-2.html
9263                 update
9264
9265 2002-03-09 [paul]       0.7.3claws3
9266
9267         * sync with sylpheed 0.7.4
9268                 see ChangeLog entry 2002-03-09
9269
9270 2002-03-08 [paul]       0.7.3claws2
9271
9272         * faq/en/sylpheed-faq*
9273           faq/es/sylpheed-faq*
9274           faq/fr/sylpheed-faq*
9275                 update the FAQs
9276
9277         * manual/fr/.cvsignore
9278           manual/fr/Makefilea.am
9279           manual/fr/sylpheed*
9280           src/mainwindow.c
9281           src/manual.[ch]
9282                 add the French manual
9283
9284 2002-03-07 [paul]       0.7.3claws1
9285
9286         * sync with sylpheed 0.7.3cvs4
9287                 see ChangeLog entries  2002-03-06 and 2002-03-07
9288         
9289         * po/nl.po
9290                 updated by Wilbert Berendsen
9291
9292 2002-03-07 [melvin]     0.7.2claws34
9293
9294         * src/selective_download.c
9295                 Changed the pixmap of the receive button to MAIL_RECEIVE.
9296
9297 2002-03-06 [paul]       0.7.2claws33
9298
9299         * sync with sylpheed 0.7.3cvs1
9300                 bug fix, see ChangeLog entry 2002-03-05
9301
9302 2002-03-05 [paul]       0.7.2claws32
9303
9304         * src/mimeview.c
9305           src/pgptext.[ch]
9306           src/procmsg.c
9307                 reverse the pgp ascii-armored code implemented in 
9308                 0.7.2claws16. removal of this code until it matures.
9309                 this means that verifying ascii-armored pgp sigs and
9310                 automatic decryption of ascii-armored encrypted
9311                 messages no longer works.
9312
9313 2002-03-05 [paul]       0.7.2claws31
9314
9315         * configure.in
9316           Makefile.am
9317         * faq/Makefile.am
9318         * faq/en/Makefile.am
9319           faq/en/sylpheed-faq.html
9320           faq/en/sylpheed-faq-1.html
9321           faq/en/sylpheed-faq-2.html
9322           faq/en/sylpheed-faq-3.html
9323         * faq/es/Makefile.am
9324           faq/es/sylpheed-faq.html
9325           faq/es/sylpheed-faq-1.html
9326           faq/es/sylpheed-faq-2.html
9327           faq/es/sylpheed-faq-3.html
9328           faq/es/sylpheed-faq-4.html
9329         * faq/fr/Makefile.am
9330           faq/fr/sylpheed-faq.html
9331           faq/fr/sylpheed-faq-1.html
9332           faq/fr/sylpheed-faq-2.html
9333           faq/fr/sylpheed-faq-3.html
9334         * src/Makefile.am
9335           src/defs.h
9336           src/mainwindow.c
9337           src/manual.[ch]
9338                 add FAQs in English, Spanish and French
9339
9340
9341 2002-03-05 [paul]       0.7.2claws30
9342
9343         * manual/en/sylpheed.html
9344           manual/en/sylpheed-XX.html
9345                 updated the English manual
9346
9347 2002-03-05 [hoa]        
9348
9349         * src/summaryview.c
9350                 dialog box pops up if the article can't be deleted.
9351
9352 2002-03-04 [paul]       
9353         
9354         * po/pt_BR.po
9355                 updated by Fabio Junior Benedito
9356
9357 2002-03-04 [hoa]
9358
9359         * removed ac/gpgme.m4
9360                 to avoid autogen common problem
9361                 developers have to install gpgme development package now
9362
9363         * src/compose.c
9364                 encoding to 7bit or 8bit is enabled.
9365
9366 2002-03-03 [alfons]     0.7.2claws29
9367
9368         * src/pop.c
9369                 merge fix by Oliver Haertel for selective
9370                 download buglet
9371
9372 2002-03-03 [paul]       0.7.2claws28
9373         
9374         * sync with sylpheed 0.7.3
9375
9376 2002-03-03 [paul]       0.7.2claws27
9377
9378         * sync with sylpheed 0.7.2cvs24
9379                 see ChangeLog entries 2002-03-02 and 2002-03-03
9380
9381 2002-03-02 [melvin]     0.7.2claws26
9382
9383         * src/inc.[ch]
9384         * src/main.c
9385         * src/mainwindow.c
9386         * src/prefs_common.[ch]
9387                 Added user definable notification on new mail arrival.
9388                 Removed unused variables in spell checker prefs code.
9389
9390 2002-03-02 [melvin]     0.7.2claws25
9391
9392         * src/quote_fmt.c
9393                 Removed unnecessary escape sequences.
9394                 Changed 'Initial...' to 'Initials of Sender'
9395
9396 2002-03-02 [paul]       0.7.2claws24
9397
9398         * sync with sylpheed 0.7.2cvs22
9399                 see ChangeLog entry 2002-03-01
9400
9401 2002-03-01 [hoa]        0.7.2claws23
9402
9403         * src/mainwindow.c
9404                 Set sensitivity of delete actions to active
9405                 even if the folder is a newsgroup.
9406
9407         * src/summaryview.c
9408                 - Set sensitivity of delete actions
9409                 - Added function check_permission() that will check if the
9410                   user is authorized to delete a message. For news, it
9411                   will check if the author is the same.
9412                 - Enabled deletion when there is no trash folder.
9413
9414         * src/news.[ch]
9415                 - Added news_cancel_article() to cancel articles
9416                 - Implemented news_remove_message() (public function)
9417
9418 2002-03-01 [paul]       0.7.2claws22
9419
9420         * src/gtkutils.c
9421           src/textview.c
9422                 recognise urls that that don't include 'http://' and
9423                 simply begin 'www.' 
9424
9425         * AUTHORS
9426                 remove duplicated name
9427
9428 2002-02-28 [paul]       0.7.2claws21
9429
9430         * src/mainwindow.c
9431           src/summaryview.[ch]
9432                 add ability to 'Select thread'
9433                 combines Melvin's "Select thread's head" patch (#510907)
9434                 with Colin Leroy's <colin@colino.net> "Select whole thread" 
9435                 patch (#518514) 
9436
9437 2002-02-28 [paul]       0.7.2claws20
9438
9439         * src/mimeview.c
9440                 hopefully fix segfault on right-clicking a mime part
9441                 that some people have experienced.      
9442                 fix submitted by Fredrik Olofsson <frol@linux.nu>
9443
9444 2002-02-28 [paul]       0.7.2claws19
9445
9446         * sync with sylpheed 0.7.2cvs21
9447                 see ChangeLog entries 2002-02-27 and 2002-02-28
9448
9449 2002-02-27 [paul]       0.7.2claws18
9450
9451         * sync with sylpheed 0.7.2cvs18
9452                 see ChangeLog entries 2002-02-26 and 2002-02-27
9453
9454 2002-02-26 [alfons]     0.7.2claws17
9455
9456         * src/procheader.c
9457                 #undef ALLOW_HEADER_HINT (this was supposed to be undef'ed)
9458                 (spotted by Chris Hessman <idatech@gmx.net>)
9459
9460 2002-02-26 [paul]       0.7.2claws16
9461
9462         * src/mimeview.c
9463           src/pgptext.[ch]
9464           src/procmsg.c
9465                 make decryption of ascii-armored pgp encrypted messages
9466                 and verification of ascii-armored signatures work again.
9467                 slightly altered from the patch by Jens Jahnke 
9468                 <jan0sch@gmx.net>
9469
9470                 ##FIX ME##
9471                 * the checking of plaintext signatures always comes up in 
9472                   a popup box
9473                 * it doesn't work for multipart messages 
9474                 * all lines above "-----BEGIN PGP SIGNED MESSAGE-----\nHash: SHA1",
9475                   including the msg headers and these 2 line themselves, are 
9476                   not displayed
9477
9478         * src/mainwindow.c
9479                 "View/Folder Tree" becomes "View/Separate Folder Tree"
9480                 "View/Message View" becomes "View/Separate Message View"
9481                 because its less ambiguous.
9482
9483         * po/es.po
9484                 updated by Ricardo Mones Lastra
9485
9486 2002-02-26 [paul]       0.7.2claws15
9487
9488         * sync with sylpheed 0.7.2cvs17
9489                 see ChangeLog entries 2002-02-25 and 2002-02-26
9490
9491 2002-02-25 [christoph]  0.7.2claws14
9492
9493         * src/filtering.[ch]
9494         * src/inc.c
9495                 do filtering stuff after all messages have been received
9496                   1. drop all messages to .processing
9497                   2. scan processing folder for messages
9498                   3. filter messages or move to inbox
9499                 this will also find old messages left in processing after
9500                 a crash or something like that and we get a real msginfo
9501                 from folder->get_msg_list and do not have to create our
9502                 own in filter_message
9503         * src/matcher_parser_parse.y
9504                 remove MIX/MAX warning (reordered includes)
9505
9506 2002-02-25 [paul]       0.7.2claws13
9507
9508         * sync with sylpheed 0.7.2cvs15
9509                 see ChangeLog entry 2002-02-24
9510
9511 2002-02-24 [alfons]     0.7.2claws12
9512
9513         * src/filtering.c
9514                 clear old color flags first when applying a new color to
9515                 a message info. 
9516                 (spotted by Lo'oRiS il Kabukimono <lo_oris@libero.it>)
9517
9518 2002-02-24 [alfons]     0.7.2.claws11
9519         
9520         * AUTHORS
9521         * src/prefs_common.c
9522                 add presets for Opera and Konqueror, closes patch #517261,
9523                 submitted by Ville Skyttä <scop@users.sourceforge.net>
9524
9525 2002-02-24 [alfons]     0.7.2.claws10
9526
9527         * AUTHORS
9528         * src/summaryview.c
9529                 fix threading for null message ids, closes patch #521601,
9530                 submitted by Bob Forsman <hammor@users.sourceforge.net>
9531
9532 2002-02-24 [alfons]     0.7.2claws9
9533
9534         * src/summaryview.c
9535         * src/filtering.c
9536                 make Tool | Filter Message work with filtering system so
9537                 setting flags also works
9538
9539                 TODO:
9540
9541                 - Processing uses the same function as Tool | Filter
9542                   Message, but doesn't use the same update proc yet
9543
9544 2002-02-23 [paul]       0.7.2claws8
9545
9546         * sync with sylpheed 0.7.2cvs14
9547                 see ChangeLog entries 2002-02-22 and 2002-02-23
9548
9549 2002-02-22 [christoph]  0.7.2claws7
9550
9551         * src/quote_fmt.c
9552                 Add column space to table
9553         * src/quote_fmt_parse.y
9554                 Close files
9555
9556 2002-02-22 [paul]       0.7.2claws6
9557
9558         * src/Makefile.am
9559           src/defs.h
9560           src/filtering.c
9561           src/inc.[ch]
9562           src/mainwindow.c
9563           src/matcher.[ch]
9564           src/matcher_parser_lex.l
9565           src/matcher_parser_parse.y
9566           src/pop.[ch]
9567           src/prefs_account.h
9568           src/prefs_filtering.c
9569           src/selective_download.[ch]   *** NEW FILES ***
9570           src/utils.[ch]
9571           po/POTFILES.in
9572                 Selective Download added to 'Tool' menu. 
9573                 Retrieves email headers of the currently selected pop3 
9574                 account and allows the user to mark emails for deletion 
9575                 right on the pop3 server. Patch submitted by Oliver Haertel 
9576                 <oha@users.sourceforge.net>.
9577         
9578         * po/POTFILES.in
9579                 add 'src/quote_fmt.c'           
9580
9581 2002-02-22 [christoph]  0.7.2claws5
9582
9583         * src/Makefile.am
9584                 added quote_fmt.c
9585         * src/prefs_common.[ch]
9586         * src/prefs_template.c
9587         * src/quote_fmt.c               *** NEW FILE ***
9588         * src/quote_fmt.h
9589                 move quote format symbol description code
9590                 to it's own file because it is used from
9591                 differnent code parts
9592                 Rewrote symbol description GUI
9593                   + use table
9594                   + add separators
9595                   + get data from array (no more long constant strings)
9596         * src/quote_fmt_lex.l
9597         * src/quote_fmt_parse.y
9598                 Symbol for Literal % changed to \% instead of %%
9599                 (More logical as \ is used for quoting for other symbols)
9600                 Add |f and |p to include files and program output
9601                 Examples:
9602                     |f{/home/.../.signature}
9603                     |p{date}
9604         * po/de.po
9605                 Correct wrong spelling for "Referenzen"
9606
9607 2002-02-21 [paul]       0.7.2claws4
9608
9609         * src/procmsg.c
9610                 forgotten during sync
9611
9612 2002-02-21 [paul]       0.7.2claws3
9613
9614         * sync with sylpheed 0.7.2cvs11
9615                 see ChangeLog entries 2002-02-17, 2002-02-18, 2002-02-19,
9616                 2002-02-20 and 2002-02-21
9617
9618 2002-02-20 [melvin]     0.7.2claws2
9619
9620         * src/prefs_actions.c
9621                 Added error report when child cannot fork or when execvp 
9622                 returns with an error.
9623
9624 2002-02-19 [christoph]  0.7.2claws1
9625
9626         * src/codeconv.c
9627                 return unconverted text if conde conversion is not possible
9628                 when libjconv is used.
9629                 (patch submitted by "Simon 'corecode' Schubert")
9630
9631 2002-02-19 [paul]       
9632
9633         * version 0.7.2claws release
9634
9635 2002-02-19 [paul]       0.7.2claws
9636
9637         * po/nl.po
9638                 updated by Wilbert Berendsen
9639
9640
9641 2002-02-18 [alfons]     0.7.1claws13
9642
9643         * src/syldap.c
9644         * src/jpilot.c
9645                 remove references to dlfcn and explicitly loading functions
9646                 from dynalink libs, because libs linked anyway, and functions
9647                 are loaded explicitly
9648
9649 2002-02-17 [melvin]     0.7.1claws12
9650
9651         * src/prefs_actions.c
9652                 Replaced children wait loop with double fork technique.
9653                 Now, input/output window updated at each new output.
9654                 free_children(): Fixed a memory leak.
9655                 Made input/output window non closable if running children
9656                 still exist.
9657                 Added missing <unistd.h> include.
9658                 Added some --debug outputs.
9659
9660 2002-02-17 [melvin]     0.7.1claws11
9661
9662         * src/summaryview.c
9663                 Fixed bug where descending sort order did not select top
9664                 message.
9665
9666 2002-02-17 [melvin]     0.7.1claws10
9667
9668         * acconfig.h
9669                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
9670         * src/prefs_common.c
9671                 Pspell data package directory no more hard coded but
9672                 set during configuration (PSPELL_PATH). (Thanks to 
9673                                 Gustavo Noronha Silva.)
9674
9675 2002-02-17 [melvin]     0.7.1claws9
9676
9677         * configure.in
9678                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
9679         * src/gtkspell.c
9680                 Fixed compile-time warnings.
9681
9682 2002-02-16 [alfons]     0.7.1claws8
9683
9684         * src/filesel.c
9685                 fix inadvertent free of NULL pointer which caused
9686                 sylpheed to crash when closing the save-as dialog
9687                 using the window close button
9688
9689 2002-02-16 [carsten]    0.7.1claws7
9690         * src/mainwindow.[ch]
9691           src/summaryview.c
9692           src/prefs_common.c
9693                 fixes for pixmap theming code:
9694                         - recently changed mail attributes shouldn't get
9695                           lost any longer
9696                         - theme is only reloaded iff another theme was
9697                           selected
9698
9699 2002-02-16 [paul]       0.7.1claws6
9700
9701         * sync with sylpheed 0.7.2 release
9702                 see ChangeLog entry 2002-02-15 and 2002-02-16
9703
9704 2002-02-15 [paul]       0.7.1claws5
9705
9706         * sync with sylpheed 0.7.1cvs9
9707                 see ChangeLog entry 2002-02-15
9708
9709         * po/POTFILES.in
9710                 remove unneeded headerwindow.c entry
9711
9712 2002-02-14 [carsten]    0.7.1claws4
9713         * src/summaryview.c
9714                 fixed a bug for "Go to next unread message": there was
9715                 an endless loop if NEXTUNREADMSGDIALOG_ASSUME_NO was set
9716                 in the prefs, because of doing "Search again" instead
9717                 "No"
9718
9719 2002-02-14 [carsten]    0.7.1claws3
9720         * src/stock_pixmap.c
9721                 removed 2 more mem leaks; following memprof,
9722                 this code is "leak free" now :)
9723
9724 2002-02-14 [carsten]    0.7.1claws2
9725         * src/stock_pixmap.c
9726                 used opendir/readdir/closedir instead of scandir
9727                 -> code should work now on Solaris
9728
9729 2002-02-14 [paul]       0.7.1claws1
9730
9731         * sync with sylpheed 0.7.1cvs8
9732                 see ChangeLog entries 2002-02-13 and 2002-02-14
9733
9734         * README.claws
9735                 add some description of Actions and Pixmap Themes
9736
9737 2002-02-13 [paul]       
9738
9739         * version 0.7.1claws release
9740
9741 2002-02-13 [paul]       0.7.1claws
9742
9743         * po/es.po
9744           po/it.po
9745           po/pt_BR.po
9746                 updated translations, submitted by Ricardo Mones Lastra,
9747                 Alessandro Maestri and Fabio Junior Beneditto
9748
9749 2002-02-13 [melvin]     0.7.0claws75
9750
9751         * src/prefs_actions.c
9752                 Added missing "signal.h" include
9753
9754 2002-02-13 [melvin]     0.7.0claws74
9755
9756         * src/prefs_folder_item.c
9757                 Added missing "config.h" include
9758         * po/fr.po
9759                 Updated French translation for folder propriety.
9760
9761 2002-02-13 [jens]       0.7.0claws73
9762
9763         * po/POTFILES.in
9764                 Added missing src/prefs_folder_item.c [log added by melvin]
9765         * po/de.po
9766                 Updated German translation.
9767
9768 2002-02-13 [melvin]     0.7.0claws72
9769
9770         * po/fr.po
9771                 Updated French translation.
9772
9773 2002-02-13 [melvin]     0.7.0claws71
9774
9775         * src/gtkutils.c
9776                 Made gtkut_editable_get_selection return NULL if selection
9777                 is of length zero.
9778                 This fixes a bug where selecting part of message A then
9779                 switching to message B and replying to it will not
9780                 quote the message's body.
9781
9782 2002-02-12 [paul]       0.7.0claws70
9783
9784         * src/mainwindow.c
9785                 cosmetic, relating to pixmap themes: on toolbar make 
9786                 updating of 'Exec' and 'Compose news/Compose email'
9787                 icons faster.
9788
9789 2002-02-12 [carsten]    0.7.0claws69
9790         * src/folderview.c
9791           src/mainwindow.[ch]
9792           src/stock_pixmap.c
9793           src/summaryview.c
9794           src/prefs_common.c
9795                 - refreshing after changing pixmap theme better
9796                   now (thanks Paul)
9797                 - wanted to remove some mem leaks, but alfons was
9798                   faster (and had the better solution ;)
9799
9800 2002-02-12 [alfons]     0.7.0claws68
9801
9802         * src/prefs_common.c
9803         * src/stock_pixmap.[ch]
9804                 plug mem leaks, refactor code a little bit
9805
9806
9807 2002-02-12 [sergey]     0.7.0claws67
9808
9809         * src/imap.c
9810                 Fixed problem with copying messages to IMAP folders when the
9811                 server uses something other than '/' as a namespace separator
9812                 (cyrus-imapd uses '.').
9813
9814 2002-02-12 [jens]       0.7.0claws66
9815
9816         * po/de.po
9817                 Updated German Translation
9818
9819 2002-02-12 [paul]       0.7.0claws65
9820
9821         * sync with sylpheed 0.7.1cvs1
9822                 see ChangeLog entry 2002-02-12
9823
9824 2002-02-12 [melvin]     0.7.0claws64
9825
9826         * src/prefs_actions.c
9827                 Fixed "feature" where children's output was duplicated 
9828                 instead of refreshed while monitoring.
9829                 Removed some debug code.
9830
9831 2002-02-12 [christoph]  0.7.0claws63
9832
9833         * src/compose.c
9834                 always delete message from queue after sending/send error
9835                 (closes bug #509601)
9836
9837 2002-02-12 [melvin]     0.7.0claws62
9838
9839         * src/prefs_actions.c
9840                 Children wait loop is now triggered with a timeout of 1s
9841                 Added %F which is replaced with the list of filenames 
9842                 of all selected messages (as suggested by Ricardo Mones Lestra)
9843                 Pipe syntax changed. Prefix with | to send selection, postfix
9844                 with | to retrieve output. Prefix with > or * to send
9845                 user definable input to the command (*: input is hidden)
9846                 Old pipe action should now be postfixed with |, too.
9847
9848 2002-02-12 [carsten]    0.7.0claws61 (more 59.75)
9849         * src/stock_pixmap.c
9850                 fixed a bug: if there's no theme directory don't
9851                 throw an error, just do "nothing" (thanks Alfons)
9852
9853 2002-02-12 [carsten]    0.7.0claws60
9854         * src/folderview.c
9855           src/summaryview.c
9856                 had to write the cache twice (nasty!); some marks would 
9857                 get lost if not
9858
9859 2002-02-11 [carsten]    0.7.0claws59
9860         * acconfig.h
9861           configure.in
9862           doc-src/maintainer_guide.txt
9863           src/compose.[ch]
9864           src/defs.h
9865           src/folderview.[ch]
9866           src/gtkutils.[ch]
9867           src/mainwindow.[ch]
9868           src/prefs_common.[ch]
9869           src/stock_pixmap.[ch]
9870           src/summaryview.[ch]
9871                 pixmap theming and related work on pixmap
9872                 handling on some other places
9873                 (e.g. hrm features for all folder)
9874           src/pixmap/stock_*.xpm -> the stock_ was removed
9875         
9876 2002-02-11 [paul]       0.7.0claws58
9877
9878         * sync with sylpheed 0.7.1 release
9879                 see ChangeLog entries 2002-02-11
9880
9881 2002-02-08 [paul]       0.7.0claws57
9882
9883         * sync with sylpheed 0.7.0cvs39
9884                 see ChangeLog entry 2002-02-07 (last entry) 
9885
9886         * src/prefs_actions.c
9887           src/prefs_filtering.c
9888           src/prefs_matcher.c
9889           src/prefs_scoring.c
9890                 sync: made it compile with C compilers other than gcc
9891
9892 2002-02-07 [paul]       0.7.0claws56
9893
9894         * sync with sylpheed 0.7.0cvs38
9895                 see ChangeLog entries 2002-02-06 (last 2 entries) and
9896                 2002-02-07
9897
9898 2002-02-07 [darko]      0.7.0claws55
9899
9900         * src/gtkutils.[ch]
9901         * src/summaryview.c
9902                 Fix const gchar */gchar * issue (thanks Hiro)
9903
9904 2002-02-07 [darko]      0.7.0claws54
9905
9906         * src/compose.[ch]
9907         * src/filtering.c
9908         * src/gtkutils.[ch]
9909         * src/prefs_template.c
9910         * src/quote_fmt.h
9911         * src/quote_fmt_parse.y
9912         * src/summaryview.c
9913         * src/utils.[ch]
9914                 When replying or forwarding an email don't quote the entire
9915                 mail body but use the part of the message text that is selected
9916
9917 2002-02-06 [melvin]     0.7.0claws53
9918
9919         * src/prefs_common.[ch]
9920         * src/gtkspell.[ch]
9921         * src/compose.c
9922                 Made possible to switch quickly to last used dictionary
9923                 which makes checking bilingual documents easier.
9924
9925 2002-02-06 [melvin]     0.7.0claws52
9926         
9927         * po/POTFILES.in
9928                 Added forgotten new file src/prefs_actions.c
9929
9930 2002-02-06 [melvin]     0.7.0claws51
9931
9932         * src/prefs_actions.c   ** NEW FILE **
9933         * src/prefs_actions.h   ** NEW FILE **
9934                 Added actions to execute on message text view, or on the
9935                         message's file.
9936         * src/Makefile.am
9937                 Added src/prefs_actions.[ch]
9938         * src/compose.c
9939                 Added new menu "Edit/Actions"
9940         * src/defs.h
9941                 Added new actionsrc file.
9942         * src/main.c
9943                 Added actionsrc reading.
9944         * src/mainwindow.c
9945                 Added new menus "Edit/Actions" and "Configuration/Actions..."
9946         * src/prefs_common.h
9947                 Added new element actionslst element to prefs_common.
9948
9949 2002-02-06 [paul]       0.7.0claws50
9950
9951         * sync with sylpheed 0.7.0cvs36
9952                 see ChangeLog entry 2002-02-06
9953
9954 2002-02-05 [paul]
9955
9956         * po/es.po
9957                 updated by Ricardo Mones Lastra
9958
9959 2002-02-05 [paul]       0.7.0claws49
9960
9961         * sync with sylpheed 0.7.0cvs33
9962                 see ChangeLog entries 2002-02-04 (last 4 entries) and 2002-02-05
9963
9964 2002-02-05 [paul]       0.7.0claws48
9965
9966         * src/compose.c
9967                 re-add 'Edit/Advanced/Delete entire line', previously named
9968                 'Delete Line+'
9969
9970 2002-02-04 [paul]       0.7.0claws47
9971
9972         * src/compose.c
9973           src/summaryview.c
9974                 fix bug #494993 (Reply All not taking Reply-To into consi)
9975                 eliminate differences in behaviour of right-click 'Reply to all' 
9976                 in summary view and 'Reply to all' on the toolbar. 
9977                 fix bug where Reply-To gets ignored by 'Reply to all' in summary
9978                 view and From gets ignored by 'Reply to all' on toolbar.
9979                 fix bug where 'Reply to all' on toolbar uses To twice and ignores
9980                 From when no Reply-To header is present.
9981
9982 2002-02-04 [paul]       0.7.0claws46
9983
9984         * sync with sylpheed 0.7.0cvs30
9985                 see ChangeLog entries 2002-02-03 and 2002-02-04
9986
9987 2002-02-03 [melvin]     0.7.0claws45
9988
9989         * src/gtkspell.[ch]
9990                 Readded function to highlight all misspelled words.
9991                 Fixed bug where user-provided-words did not replace
9992                         correctly the misspelled word when using the mouse.
9993                 Fixed bug where checking a region selected from right to left did
9994                         not check the region at all.
9995                 Fixed bug where 'Check backwards' may not check at all. 
9996                 Fixed memory leaks where popup menus and accel_groups were not destroyed.
9997                 Fixed possible buffer overflow when checking for long strings (>1k).
9998                 Made cursor and scrollbar positions non changing after uncheck_all/check_all.
9999                 Accelerators code uses now gtk_widget_add_accel.
10000                 Removed and disabled obsolete and unfinished code.
10001                 Cleaning up.
10002
10003         * src/compose.c
10004                 Added menu item to Highlight all misspelled words.
10005
10006 2002-02-01 [paul]       0.7.0claws44
10007
10008         * src/mainwindow.c
10009                 fix '/View/Hide read messages' sensitivity when all
10010                 messages in a folder are hidden
10011
10012 2002-02-01 [paul]       0.7.0claws43
10013
10014         * src/main.c
10015                 add --send option to command line interface, sends all
10016                 queued mail. Patch submitted by Ricardo Mones Lastra.
10017
10018 2002-01-31 [paul]       0.7.0claws42
10019
10020         * src/mainwindow.c
10021                 add '/View/Hide read messages' to main_window_set_menu_sensitive()
10022
10023 2002-01-31 [paul]       0.7.0claws41
10024
10025         * sync with sylpheed 0.7.0cvs27
10026                 see ChangeLog entries 2002-01-30 (src/mh.c, src/prefs_common.c)
10027                 and 2002-01-31
10028
10029         * src/textview.c
10030                 comment out elements of textview_show_part() as temporary
10031                 workaround for attachment 'Display as text' bug 
10032
10033         * po/pt_BR.po
10034                 updated by Fabio Junior Beneditto
10035
10036 2002-01-30 [paul]       0.7.0claws40
10037
10038         * sync with sylpheed 0.7.0cvs24
10039                 see ChangeLog entries 2002-01-29 (src/prefs_common.c)
10040                 and 2002-01-30
10041
10042         * src/compose.c
10043                 add {N_("/_Spelling"), ... "<Branch>"} to 
10044                 GtkItemFactoryEntry compose_entries[]
10045
10046         * src/prefs_common.c
10047                 add claws menu items to prefs_keybind_apply_clicked()
10048                 and remove non-claws menu items
10049
10050 2002-01-29 [paul]       0.7.0claws39
10051
10052         * sync with sylpheed 0.7.0cvs22
10053                 see ChangeLog entries 2002-01-28 and 2002-01-29
10054
10055 2002-01-28 [melvin]     0.7.0claws38
10056
10057         * src/compose.c
10058                 Added the declartion of compose_send_control_enter.
10059
10060         * src/compose.c
10061         * src/gtkspell.[ch]
10062                 Added in a 'Spelling' menu which includes the configuration menu. 
10063                 Added a real 'Check all' and got rid from the old one which only
10064                 highlited misspelled word.
10065                 Made 'Check while typing' a disableable option.
10066                 Added a dialog when there are no more misspelled word.
10067                 Added a dialog if error occurs when switching to a dictionary.
10068         
10069         * src/prefs_common.[ch]
10070                 Added option for the default 'Check while typing' option.
10071
10072
10073 2002-01-28 [alfons]     0.7.0claws37
10074
10075         * src/compose.c
10076                 fix buglet and make code comply with sylpheed code style
10077
10078 2002-01-28 [paul]       0.7.0claws36
10079
10080         * sync with sylpheed 0.7.0cvs19
10081                 see ChangeLog entries for 2002-01-28
10082
10083 2002-01-28 [hoa]        0.7.0claws35
10084
10085         * src/defs.h
10086                 added rendererrc
10087
10088         * src/main.c
10089                 read the renderer config
10090
10091         * src/procmime.[ch]
10092                 use the renderer config to convert mime attachments
10093
10094         * src/textview.c
10095                 don't use textview_show_html/ertf,
10096                 use get_text_content instead
10097
10098 2002-01-27 [alfons]     0.7.0claws34
10099         
10100         * src/news.c
10101                 make sylpheed believe it can delete a news message...
10102                 (messages are NOT deleted, maybe we should remove
10103                 processing from the folder properties after all.)
10104
10105 2002-01-27 [alfons]     0.7.0claws33
10106
10107         * src/folder.c
10108                 add extra checks
10109         * src/news.c
10110                 implement remove_msg() 
10111
10112 2002-01-27 [alfons]     0.7.0claws32
10113
10114         * src/procmsg.h
10115         * src/procheader.c
10116         * src/messageview.c
10117                 fix return receipt / disposition notification again. this
10118                 stuff seems to break on _every_ major summary UI change, so
10119                 it's now implemented using a flag which is saved in the
10120                 marks cache
10121                 
10122 2002-01-26 [alfons]     0.7.0claws31
10123
10124         * src/import.c
10125                 let import dialog show the destination folder identifier
10126
10127 2002-01-26 [melvin]     0.7.0claws30
10128
10129         * src/folderview.c
10130         * src/summaryview.c
10131                 Readded 'Mark all read' into summary view popup menu
10132                 Added 'Mark all read' in folder view popup menu for IMAP
10133                 and NNTP.
10134                 Made it insensitive if the selected folder is not the shown
10135                 one to avoid 'Mark all read' on the wrong folder.
10136                 
10137 2002-01-26 [paul]       0.7.0claws29
10138
10139         * src/folderview.c
10140           src/summaryview.c
10141                 move 'Mark all read' from summary view to folder view
10142                 menu. (adapted from) patch submitted by Jeremy Andrews,
10143                 <lists@kerneltrap.com>
10144
10145 2002-01-25 [alfons]     0.7.0claws28
10146
10147         * src/gtkstext.c
10148                 put the gtk class name back so GtkSText adapts the 
10149                 settings of GtkText
10150
10151 2002-01-25 [alfons]     0.7.0claws27
10152
10153         * src/folderview.c 
10154                 assimilate Ricardo's patch that shows pixmaps instead of
10155                 plain "new" and "unread" texts in the folder view column
10156                 headers 
10157
10158 2002-01-25 [paul]       0.7.0claws26
10159
10160         * src/Makefile.am
10161                 add $(GPGME_CFLAGS) to INCLUDES so that gpgme can 
10162                 be found in non-standard locations. 
10163                 Closes Patch #507976, submitted by Stoyan Genov, <sdg@rila.bg>
10164
10165 2002-01-25 [paul]       0.7.0claws25
10166
10167         * sync with sylpheed 0.7.0cvs16
10168                 see ChangeLog entry 2002-01-25
10169
10170 2002-01-24 [paul]       0.7.0claws24
10171
10172         * more sync with sylpheed 0.7.0cvs15
10173                 get_file_size_as_clrf(), see ChangeLog entry 2002-01-23
10174
10175 2002-01-23 [sergey]     0.7.0claws23
10176
10177         * src/importldif.c
10178                 Fixed segfault when closing LDIF import wizard with
10179                 the window manager.
10180         * src/imageview.c
10181         * src/imageview.h
10182         * src/messageview.c
10183         * src/mimeview.c
10184                 Fixed wrong scrolling position after switching between
10185                 text and image parts.
10186
10187 2002-01-23 [paul]       0.7.0claws22
10188
10189         * sync with sylpheed 0.7.0cvs15
10190                 see ChangeLog entries 2002-01-22 and 2002-01-23
10191
10192 2002-01-21 [melvin]     0.7.0claws21
10193
10194         * src/prefs_scoring.c
10195         * src/prefs_filtering.c
10196                 Fixed bug where scoring and filtering windows stopped
10197                 autochecking.
10198
10199 2002-01-21 [paul]       0.7.0claws20
10200
10201         * sync with sylpheed 0.7.0cvs12
10202                 see ChangeLog entries 2002-01-20 and 2002-01-21
10203
10204 2002-01-21 [carsten]    0.7.0claws19
10205         * src/mainwindow.c
10206         * src/menu.[ch]
10207         * src/messageview.[ch]
10208         * src/summaryview.[ch]
10209                 changes to shortcuts handling again:
10210                         + "Q" now controled by mainwin
10211                         + v/V are now customizable and have slightly
10212                           different meanings
10213                 the "button" to minimize the messageview (and maximize
10214                 the summary view) is a real button now
10215         * src/compose.c
10216                 "Delete Line+" added to Edit/Advanced (this will also
10217                 delete the '\n')
10218
10219 2002-01-20 [melvin] 0.7.0claws18
10220
10221         * src/addressbook.c
10222                 Made "Bcc" sensitive when addressbook is called from
10223                 compose window (it was a Claws only bug).
10224
10225 2002-01-19 [alfons] 0.7.0claws17
10226
10227         * src/inc.c
10228                 prevent unnecessary updates when currently selected folder has
10229                 no new messages 
10230
10231 2002-01-19 [alfons] 0.7.0claws16
10232         
10233         * src/summaryview.c
10234                 prevent writing the cache based on current message list in summary 
10235                 view when filtering also put messages in currently selected folder
10236
10237 2002-01-19 [paul]
10238
10239         * po/it.po
10240                 Italian translation submitted by Alessandro Maestri
10241                 <a.maestri@cs.tin.it>
10242
10243 2002-01-18 [melvin]     0.7.0claws15
10244
10245         * src/prefs_filters.c
10246                 fixed bug where 'cancel' from 'filters' window stops autochecking
10247                 if the timer timed out  when the window was open.
10248
10249 2002-01-18 [match]      0.7.0claws14
10250
10251         * src/addrclip.[ch]     ** NEW FILE **
10252         * src/addrselect.[ch]   ** NEW FILE **
10253         * src/adbookbase.h      ** NEW FILE **
10254                 addressbook cut, copy and paste
10255         * src/addrbook.[ch]
10256         * src/addrcache.[ch]
10257         * src/addressitem.h
10258         * src/addrindex.[ch]
10259         * src/addritem.[ch]
10260         * src/importldif.c
10261         * src/importmutt.c
10262         * src/jpilot.[ch]
10263         * src/syldap.[ch]
10264         * src/vcard.[ch]
10265         * src/jpilot.[ch]
10266         * src/editbook.c
10267         * src/editjpilot.c
10268         * src/editldap.c
10269         * src/editvcard.c
10270                 support for copy/paste
10271         * src/addressbook.c
10272                 support for copy/paste
10273                 tidy up menu option processing
10274                 correct address list function arguments
10275         * src/editaddress.c
10276                 sort user attributes
10277         * src/ldif.h
10278         * src/mutt.h
10279                 tidy up
10280
10281         * src/addrbook.[ch]
10282         * src/addrbook.[ch]
10283         * src/addrbook.[ch]
10284                 
10285
10286 2002-01-18 [paul]       0.7.0claws13
10287
10288         * sync with sylpheed 0.7.0cvs8
10289                 configure.in: support Mac OS X (Darwin)
10290
10291 2002-01-18 [carsten]    0.7.0claws12
10292         * src/html.c
10293                 small hack to fix a segfault with an empty href
10294                 (reported by Alexandra Walford <deeni@altern.org>)
10295         * src/mainwindow.c
10296         * src/summaryview.c
10297                 the shortcuts for Mark und Mark as unread are hardcoded
10298                 again
10299         * src/compose.c
10300         * src/gtkstext.[ch]
10301                 readded the shortcuts in gtkstext but made them
10302                 customizeable (simply by adding a menu plus a wrapper
10303                 to compose.c)
10304
10305 2002-01-17 [melvin]     0.7.0claws11
10306
10307         * src/gtkspell.c
10308                 fix default dictionary not being saved.
10309
10310 2002-01-16 [darko]      0.7.0claws10
10311
10312         * src/compose.c
10313                 fix wrapping crash with URL longer than wrapping margin
10314
10315 2002-12-08 [hoa]        0.7.0claws10
10316
10317         * src/matcher_parser_parse.y
10318                 fixed some bugs
10319
10320         * src/prefs_filtering.c
10321                 now, we can use bounce action in the dialog box.
10322
10323 2002-01-16 [carsten]    0.7.0claws9
10324         * src/gtkstext.c
10325                 removed the <control> and <alt> shortcuts because they're
10326                 not needed and interefered with the "normal" shortcuts
10327         * src/mainwindow.c
10328         * src/summaryview.c
10329                 removed most of the hardcoded shortcuts and assigned
10330                 them to menu entries making them easy customizable by
10331                 that
10332
10333 2002-01-16 |melvin]     0.7.0claws8
10334
10335         * src/gtkspell.c
10336                 fixed bug where using the mouse and when the compose
10337                 window is not on top may result in a crash.
10338
10339 2002-01-16 [melvin]     0.7.0claws7
10340
10341         * src/compose.c
10342                 fixed a long standingspell checker bug which could 
10343                 cause a crash after sending a message.
10344
10345 2002-01-16 [paul]       0.7.0claws6
10346
10347         * sync with sylpheed 0.7.0cvs7
10348                 see ChangeLog entries 2002-01-10, 2002-01-11, 2002-01-14,
10349                 2002-01-15, and 2002-01-16
10350
10351 2002-01-16 [melvin]     0.7.0claws5
10352
10353         * README.claws
10354         * src/compose.c
10355         * src/gtkspell.[ch]
10356         * src/main.c
10357                 Heavily modified spell checker code to work around
10358                 ispell bug, to add keyboard shortcuts and for future
10359                 enhancements. See README.claws for usage information.
10360
10361 2002-01-15 [alfons]     0.7.0claws4
10362         
10363         * src/summaryview.c
10364                 change gtk_ctree_sort_node() into gtk_ctree_sort_recursive()
10365                 so sorting within threads reflects sort mode
10366
10367 2002-01-15 [christoph]  0.7.0claws3
10368
10369         * src/procmsg.c
10370                 added alertpanel if mail sending failed
10371
10372 2002-01-15 [alfons]     0.7.0claws2
10373         
10374         * src/prefs_filtering.c
10375                 don't stop timer when prefs filtering dialog is opened
10376
10377 2002-01-14 [alfons]     0.7.0claws1
10378
10379         * src/addr_compl.c
10380         * src/prefs.c
10381                 remove debug_print()s for privacy reasons
10382
10383 2002-01-14 [darko]      0.7.0claws
10384
10385         * README.claws
10386                 quotation wrapping is now also in the main branch
10387
10388 2002-01-14 [paul]
10389
10390         * tools/filter_conv.pl
10391                 allow for Boolean Op and case-sensitivity
10392                 this file is included in the release and tagged
10393                 'rel_0_7_0'
10394
10395 2002-01-13 [paul]       0.7.0claws
10396
10397         * release 0.7.0, with cvs tag 'rel_0_7_0'
10398
10399 2002-01-13 [paul]
10400
10401         * tools/filter_conv.pl
10402         * tools/README
10403                 rewritten to output to matcherrc instead of filteringrc
10404
10405         * po/es.po
10406                 updated Spanish translation by Ricardo Mones Lastra
10407
10408 2002-01-13 [alfons]
10409
10410         * po/nl.po
10411                 update dutch translation
10412
10413 2002-01-13 [paul]
10414
10415         * po/pt_BR.po
10416                 Updated by Fabio Junior Beneditto 
10417
10418 2002-01-13 [melvin]     0.6.6claws53
10419
10420         * po/fr.po
10421                 Updated french translation
10422
10423 2002-01-12 [alfons]     0.6.6claws52
10424
10425         * src/filtering.c
10426                 plug mem leak that has been sitting there for ages              
10427
10428 2002-01-12 [alfons]     0.6.6claws51
10429
10430         * src/summaryview.c
10431                 undo melvin's changes from 0.6.6claws48 because summary
10432                 view now refuses to select first unread message when
10433                 selecting a folder 
10434
10435 2002-01-11 [alfons]     0.6.6claws50
10436
10437         * src/import.c
10438                 use claws' semantics for getting folder item when
10439                 importing an mbox file into a folder 
10440                 (submitted by Dale P. Smith)
10441
10442 2002-01-11 [christoph]  0.6.6claws49
10443
10444         * src/prefs.h
10445                 set sensitivity in SET_TOGGLE_SENSITIVITY macro from
10446                 toggle widget, because non static prefs can not use
10447                 prefs_set_* functions
10448         * src/prefs_account.c
10449                 toggle smtp auth password field sensitivity if
10450                 user id is empty and add descrition of usage for
10451                 these fields
10452         * src/prefs_folder_item.c
10453                 use SET_TOGGLE_SENSITIVITY macro to instead of extra
10454                 callbacks
10455
10456 2002-01-11 [melvin]     0.6.6claws48
10457
10458         * src/compose.c
10459                 fix the 'Ctrl-Enter' feature for sending and test really
10460                 for 'Ctrl-Enter' (as Ctrl-Space is also used for activating
10461                 editables which was not documented in Gtk)
10462
10463         * src/summaryview.c
10464                 Made summaryview refresh after sorting and not before.
10465
10466 2002-01-11 [christoph]  0.6.6claws47
10467
10468         * src/compose.c
10469                 select account from account ids if possible and
10470                 correctly set save folder for copy in reedit
10471
10472 2002-01-10 [paul]       0.6.6claws46
10473
10474         * sync with sylpheed 0.7.0 release
10475                 see ChangeLog entries 2002-01-07, 2002-01-08 and
10476                 2002-01-09
10477
10478 2002-01-09 [alfons]
10479
10480         * src/summaryview.c
10481                 remove more dirt traces...
10482
10483 2002-01-09 [alfons]
10484         
10485         * src/summaryview.c
10486                 clean up some traces of my debugging stuff
10487
10488 2002-01-09 [alfons]     0.6.6claws45
10489
10490         * src/filtering.c
10491                 break up filteringprop_apply() in three separate pieces
10492                 so we can drop messages that failed processing in the
10493                 inbox
10494
10495         * src/summaryview.c
10496                 fix bug #469598 "no refresh of inbox after filter" which 
10497                 was introduced by the new summary view locking, and which 
10498                 prevented the summary view to update after a manual filter 
10499                 message. claw's filter message requires a summary_show().
10500                 (aargh, summary_show() again! :-)
10501                 
10502 2002-01-07 [alfons]     0.6.6claws44
10503
10504         * src/headerwindow.c
10505         * src/logwindow.c
10506         * src/messageview.c
10507         * src/sourcewindow.c
10508                 bring in Hiro's last 0.7.0 wm class fixes
10509
10510         * tools/sylprint.pl
10511                 bring in Ricardo's fix for sylprint script
10512
10513         * AUTHORS       
10514         * src/rfc2015.[ch]
10515         * src/prefs_common.[ch]
10516         * src/prefs_account.[ch]
10517         * src/compose.c
10518                 clean up account preference poison in rfc2015,
10519                 and preparation to fix double sign bug 
10520                 (patch submitted by Simon 'corecode' Schubert)
10521
10522 2002-01-07 [christoph]  0.6.6claws43
10523
10524         * src/mh.c
10525                 search for free message number, do not only rely
10526                 on last_num
10527         * src/send.c
10528                 fix smtp auth and use extra account information
10529                 if available, if not use pop3 data instead
10530                 (closes bug #500341)            
10531         * src/ssl.[ch]
10532                 match coding style
10533
10534 2002-01-06 [alfons]     0.6.6claws42
10535
10536         * src/mainwindow.c
10537                 try making the separate windows work again...
10538
10539 2002-01-06 [alfons]     0.6.6claws41
10540
10541         * src/mainwindow.c
10542                 adapt Hiro's separate window menu (to get rid of the funny
10543                 duplicate menu items), and make it work again
10544
10545 2002-01-06 [alfons]     0.6.6claws40
10546
10547         * tools/Makefile.am
10548         * tools/sylprint.rc
10549         * tools/sylprint.pl
10550         * tools/README.sylprint
10551                 add sylprint script for printing mails from Sylpheed
10552                 (contributed by Ricardo Mones Lastra)
10553
10554         * src/acount.c
10555                 clean up
10556
10557 2002-01-06 [melvin]     0.6.6claws39
10558
10559         * src/mainwindow.c
10560         * src/summaryview.c
10561                 Fixed crash introduced in 0.6.6claws38 by the menu
10562                 reorganisation (Hide read messages)
10563         
10564         * ChangeLog.claws 
10565                 Fixed typo (we are now in 2002, alfons ;) )
10566
10567 2002-01-05 [alfons]     0.6.6claws38
10568
10569         * sync with sylpheed 0.6.6cvs10-17
10570                 (last stuff marked as LAST_STABLE)
10571
10572 2002-01-04 [melvin]     0.6.6claws37
10573
10574         * src/account.c
10575                 Made account selection code use strcasestr again instead of
10576                 g_strcasecmp (fixes bug where reediting queued messages
10577                 did not select proper account reported by T. Link).
10578         
10579         * src/folderview.c
10580                 Fix bug where folder icons are not shown when 'hide read messages'
10581                 is on.
10582         
10583         * src/stock_pixmaps.[ch]
10584                 Added folder icons for 'hide read messages'.
10585         
10586         * src/compose.c
10587                 Fixed bug where 'Enter' in a header entry will send the message 
10588                 if 'CTL-Enter' was chosen as a shorcut for sendind. 
10589
10590 2002-01-03 [melvin]     0.6.6claws36
10591         
10592         * src/prefs.[ch]
10593                 Added popup menu for common preferences and
10594                 account preferences (right click on tab displays
10595                                 a menu of all tabs.)
10596
10597 2002-01-02 [melvin]     0.6.6claws35
10598
10599         * src/gtkspell.[ch]
10600                 Made spelling code compatible with undo/redo feature.
10601                 Added creation of suggestion mode menu for the general
10602                         preferences.
10603         
10604         * src/prefs_common.[ch]
10605                 Added option menu for the speller's suggestion mode.
10606                 Added missing spaces in "..." buttons and made a "..."
10607                         button non translatable!
10608         
10609         * src/compose.c
10610                 Made speller use the default suggestion mode.
10611                 Hack to make it possible to choose 'CTRL-Enter' as a
10612                         shortcut for sending (and only for sending).
10613
10614         * src/prefs_folder_item.c
10615                 Changing subject simplification does not update cache 
10616                         anymore (because it is unnecessary).
10617                 Fixed bug where changing subject simplification updated the 
10618                         summaryview even when the viewed folder is not the
10619                         folder which properties are being changed. (E.g. 
10620                                         viewing folder A and changing
10621                                         the subject simplification of 
10622                                         folder B -not being viewed- updated the 
10623                                         summaryview of folder A with data of
10624                                         folder B). (Hope this is clear... )
10625
10626 2001-12-31 [alfons]     0.6.6claws34
10627         
10628         * src/ldif.c
10629         * src/mutt.c
10630                 fgetc() returns a signed integer which doesn't
10631                 fit in a char. so c truncates this to a char
10632                 but we may lose significant bits. i.e. we may
10633                 comparing 0xFF which may not be equal to -1
10634                 unless properly casted to signed char which
10635                 we won't do because fgetc() returns a signed
10636                 integer which doesn't fit in a char. so c 
10637                 truncates this to a char but we may lose 
10638                 significat bits. (you got the idea, thanks
10639                 to Gustavo Noronha Silva <kov@debian.org>
10640                 and the Debian folks!)
10641
10642 2001-12-30 [alfons]     0.6.6claws33
10643
10644         * src/prefs_common.c
10645                 add #ifdef USE_PSPELLs that Melvin forgot               
10646
10647 2001-12-30 [melvin]     0.6.6claws32
10648         
10649         * src/prefs_common.[ch]
10650                 Added configurable color for misspelled words.
10651
10652         * src/gtkspell.[ch]
10653                 Fixed bug of foreground text color (reported by David
10654                                 Mehrmann)
10655                 Added configurable color for misspelled words.
10656
10657 2001-12-30 [alfons]     0.6.6claws31
10658
10659         * src/folder.c
10660                 remove unnecessary things someone put there
10661
10662         * src/mh.c
10663         * src/folder.[ch]
10664                 make folder properties (like threading and sorting) persistent
10665                 (closes bug #497424 "rescan folder tree resets proprieties")
10666                 currently this is only for MH folders. 
10667
10668 2001-12-29 [melvin]     0.6.6claws30
10669
10670         * src/string_match.[ch]
10671                 Optimized a bit: regexp pattern buffer compiled only once, and
10672                   one subroutine call removed. Fixed ^ regexp search: Now, 
10673                   "(^Re: )|(^Hello)" removes only "Re: " from "Re: Hello".
10674         
10675         * src/summaryview.c
10676                 Subject filtering changed to filter summary columns and
10677                   not directly the messages subject cache. The loss in 
10678                   performance is balanced by the improvement of string_match.
10679                 Added an alert panel if there is an error in the regexp.
10680
10681         * src/src/prefs_folder_item.h
10682                 Added a regexp pattern buffer.
10683
10684 2001-12-28 [alfons]     0.6.6claws29
10685
10686         * src/string_match.[ch]
10687                 clean up name space
10688                 allow compilation *BSD
10689
10690 2001-12-27 [alfons]     0.6.6claws28
10691
10692         * src/filter.c
10693                 sync the Hiro's bug fix for BSD
10694
10695 2001-12-27 [melvin]     0.6.6claws27
10696         
10697         * src/compose.c
10698                 Simplify focus to subject entry code.
10699
10700 2001-12-27 [darko]      0.6.6claws26
10701
10702         * src/filtering.c
10703         * src/mbox_folder.c
10704         * src/messageview.c
10705         * src/mh.c
10706         * src/procheader.[ch]
10707         * src/procmsg.h
10708         * src/stock_pixmap.[ch]
10709         * src/summaryview.c
10710                 Show key icon for encrypted mails in summary view
10711
10712         * src/pixmaps/clip.xpm
10713         * src/pixmaps/clipkey.xpm
10714         * src/pixmaps/key.xpm
10715                 New/modified icons for the above
10716
10717 2001-12-27 [melvin]     0.6.6claws25
10718
10719         * src/prefs_common.c
10720                 Put spell checker options in a separate tab to decrease
10721                 the Common Preferences window height.
10722
10723         * README.claws  
10724                 Update spell checker usage instruction about its options
10725                 location.
10726
10727 2001-12-27 [melvin]     0.6.6claws24
10728
10729         * src/compose.c
10730                 Changed subject entry widget position. Initial focus is
10731                 on the To header instead of the subject entry.
10732                 Creating a new header scrolls the header list to make the
10733                 created one visible. Nevertheless, when automatically filling
10734                 headers, the first one is shown.
10735                 A Tab key press in the last empty header entry zips the 
10736                 focus to the subject entry.
10737                 (I did not change the combo boxes, yet)
10738
10739 2001-12-26 [alfons]     0.6.6claws23
10740
10741         * src/prefs_account.c
10742         * src/inc.c
10743                 allow default inbox to reside in another mailbox (only
10744                 works for POP3 accounts)
10745
10746 2001-12-26 [alfons]     0.6.6claws22
10747         
10748         * src/textview.c
10749                 make reply-on-click work with the account of the selected folder
10750         * src/compose.c
10751                 put a fixme here to remind me to fix finding correct default
10752                 account for nested folders
10753
10754 2001-12-25 [alfons]     0.6.6claws21
10755
10756         * src/summaryview.c
10757                 make column headers display locked and mark pixmaps (idea by Melvin) 
10758                 fix bug by adding score and locked column type to sort array
10759
10760 2001-12-25 [alfons]     0.6.6claws20
10761         
10762         * src/summaryview.c
10763                 catch a *potentially* inadvertent write back of  
10764                 the message cache(s) introduced by 0.6.5claws37
10765
10766 2001-12-25 [christoph]  0.6.6claws19
10767
10768         * src/stock_pixmap.[ch]
10769         * src/summaryview.c
10770                 add ignore thread pixmap
10771                 (can someone draw a better icon for this?)
10772
10773 2001-12-24 [alfons]     0.6.6claws18
10774
10775         * src/prefs_folder_item.c
10776                 make address completion actually work for the
10777                 Default To address in the Folder Property dialog.
10778
10779 2001-12-24 [alfons]     0.6.6claws17
10780         
10781         * src/summaryview.c
10782                 use new style regexp for subject stripping 
10783                 (patch submitted by Thomas Link <t.link.tmp200101@gmx.net>)
10784
10785 2001-12-24 [darko]      0.6.6claws16
10786
10787         * src/pgptext.c
10788         * src/rfc2015.c
10789                 move GPG related informational messages to debug mode
10790
10791 2001-12-23 [alfons]     0.6.6claws15
10792
10793         * src/stock_pixmap.[ch]
10794         * src/summaryview.c
10795                 add the forgotten Claws' locked pixmap
10796
10797 2001-12-23 [alfons]     0.6.6claws14
10798
10799         * src/filesel.c
10800                 accept file name typed in entry in multi file
10801                 selector (patch submitted by Gustavo Noronha Silva 
10802                 <kov@debian.org>)
10803
10804 2001-12-23 [alfons]     0.6.6claws13
10805
10806         * src/prefs_filter.c
10807         * src/prefs_filtering.c
10808         * src/matcher.c
10809         * src/importmutt.c
10810                 clean up a little bit
10811         
10812         * src/string_match.c
10813                 validate input strings a little bit more
10814
10815 2001-12-23 [alfons]     0.6.6claws12
10816
10817         * src/Makefile.am
10818         * src/summaryview.c
10819         * src/string_match.[ch]         ** NEW **
10820         * src/folderview.[ch]
10821         * src/headerview.h
10822         * src/folder.[ch]
10823         * src/prefs_folder_item.[ch]
10824                 add subject simplification to strip out strings from
10825                 a subject line (esp. handy for mailing lists). 
10826                 (original patch by by Thomas Link <t.link.tmp200101@gmx.net>,
10827                 but slightly changed things for better integration.)
10828
10829 2001-12-23 [alfons]     0.6.6claws11
10830
10831         * src/mainwindow.c
10832                 fix bug introduced by submission included in 0.6.5claws52.
10833                 ideally this submission should clean the trash if any trash
10834                 folder has a message. however, the hasTrash variable was
10835                 set to false whenever a trash folder was empty (discarding
10836                 a previously found *filled* trash folder.)
10837
10838                 also edited the code a little bit and made it more safe.
10839
10840 2001-12-22 [alfons]     0.6.6claws10
10841
10842         * src/imap.c
10843                 quick fix for Martin Pool's omission of an account
10844                 specific SSL setting
10845
10846 2001-12-22 [alfons]     0.6.6claws9
10847
10848         * src/compose.c
10849         * src/messageview.c
10850         * src/mimeview.c
10851         * src/pgptext.c
10852         * src/procmime.[ch]
10853                 better support for multipart/digest (submitted
10854                 by Fredrik <e98fo@efd.lth.se>)
10855
10856 2001-12-22 [alfons]     0.6.6claws8
10857
10858         * src/addressbook.c
10859                 correct function signature
10860         * src/socket.[ch]
10861         * src/imap.[ch]
10862         * src/prefs_account.[ch]
10863                 allow IMAP over SSH tunnel (patch submitted by 
10864                 Martin Pool <mbp@samba.org>)
10865
10866 2001-12-21 [alfons]     0.6.6claws7
10867
10868         * sync with sylpheed 0.6.6cvs4-9
10869                 (may have forgotten something: LAST_STABLE is 0.6.6claws6)
10870
10871 2001-12-21 [christoph]  0.6.6claws6
10872
10873         * src/compose.c
10874         * src/prefs_folder_item.[ch]
10875                 implement saving of outgoing messages to current folder.
10876                 fix segfault when no default outbox is available
10877                 (closes bug #495683)
10878
10879 2001-12-21 [carsten]    0.6.6claws5
10880         * src/folderview.c
10881         * src/summaryview.c
10882                 pressing CTRL while DND does now the expected thing and
10883                 copies the mail (moving is still the default, as this
10884                 seam more appropriate for handling mails by DND)
10885
10886 2001-12-18 [paul]       0.6.6claws4
10887
10888         * sync with sylpheed 0.6.6cvs3
10889                 see ChangeLog entries 2001-12-18
10890
10891 2001-12-18 [hiro]       0.6.6claws3
10892
10893         * src/undo.c
10894                 fix for multibyte characters (obtain the number of letters
10895                 instead of bytes).
10896
10897 2001-12-17 [paul]       0.6.6claws2
10898
10899         * sync with sylpheed 0.6.6cvs1
10900                 see ChangeLog entry 2001-12-16
10901
10902 2000-12-17 [alfons]     0.6.6claws1
10903
10904         * src/filtering.c
10905                 clean up
10906
10907 2001-12-16 [paul]       0.6.6claws
10908 2001-12-15
10909
10910         * Release version 0.6.6claws, cvs tag: rel_0_6_6
10911
10912         * src/mimeview.c
10913                 last minute sync with main 0.6.6
10914
10915         * po/es.po
10916                 updated by Ricardo Mones Lastra
10917                 update for last minute sync
10918         * po/fr.po
10919         * po/nl.po
10920                 update for last minute sync
10921         * po/de.po
10922                 updated by Jens Oberender
10923         * po/pt_BR.po
10924                 updated by Fabio Junior Beneditto
10925
10926         * src/prefs_common.[ch]
10927         * src/undo.c
10928                 number of undo levels is user configurable
10929                 (squeeze it into the release in the dying
10930                 moments) Submitted by Jens Oberender    
10931
10932 2001-12-15 [melvin]
10933
10934         * po/fr.po
10935                 updated french translation
10936
10937 2001-12-15 [paul]       0.6.5claws92
10938
10939         * sync with sylpheed 0.6.5cvs28
10940                 see ChangeLog entry 2001-12-14 (src/prefs_account.c)
10941
10942         * po/nl.po
10943                 update to allow for sync
10944
10945 2001-12-15 [alfons]
10946         
10947         * po/nl.po
10948                 update dutch translation
10949
10950 2001-12-14 [carsten]    0.6.5claws91
10951         * src/summaryview.c
10952                 fixed bug #473785; also after changing the column order
10953                 the same message will be selected and displayed as before
10954                 the reordering
10955
10956 2001-12-14 [carsten]    0.6.5claws90
10957         * src/folderview.c
10958                 probably found the bug reported by wwb opening or closing
10959                 a folder tree just before dnd (found the solution in the
10960                 balsa source -- thanks to them)
10961
10962 2001-12-14 [carsten]    0.6.5claws89
10963         * src/gtkutils.c
10964         * src/account.c
10965                 moved gtk_clist_moveto to the right place, so that
10966                 only the accounts dialog is effected on opening
10967
10968 2001-12-14 [carsten]    0.6.5claws88
10969         * src/gtkutils.c
10970                 gtkut_clist_set_focus_row does a gtk_clist_moveto
10971                 now, so that the focused row will be seen in any case
10972                 (reported by wwp on sf-claws-user)
10973
10974 2001-12-14 [darko]      0.6.5claws87
10975
10976         * src/compose.c
10977                 remove unnecessary line
10978
10979 2001-12-14 [paul]       0.6.5claws86
10980
10981         * sync with sylpheed 0.6.5cvs27
10982                 see ChangeLog entries 2001-12-14
10983
10984 2001-12-14 [carsten]    0.6.5claws85
10985         * src/mainwindow.c
10986                 following a suggestion of Melvin the rcoabm pops up
10987                 right under the button now and the button is reliefed
10988                 while the popup is open
10989
10990 2001-12-14 [darko]      0.6.5claws84
10991
10992         * src/compose.c
10993                 fix crash when wrapping long lines if linewrap quotation
10994                 is disabled and wrapper encounters a word spanning more
10995                 than one line
10996
10997 2001-12-13 [paul]       0.6.5claws83
10998
10999         * src/compose.c
11000                 prefer 'Reply-To' header over mailing list header when
11001                 replying to a message. Finally prevent all those confirmation 
11002                 messages being sent to the list itself.
11003
11004         * src/summaryview.c
11005                 remove unused summary_set_menu_sensitive() entry
11006
11007 2001-12-13 [paul]       0.6.5claws82
11008
11009         * src/folderview.c
11010         * src/pixmaps/inbox-hrm.xpm     ** NEW FILE **
11011         * src/pixmaps/outbox-hrm.xpm    ** NEW FILE **
11012         * src/pixmaps/trash-hrm.xpm     ** NEW FILE **
11013                 improvements to 'Hide read messages': Inbox, Outbox,
11014                 Trash, Queue, and Draft icons now reveal presence of hidden 
11015                 messages
11016
11017 2001-12-12 [alfons]     0.6.5claws81
11018
11019         0.6.5claws80 was tagged as LAST_STABLE
11020
11021         * src/filtering.[ch]
11022         * src/matcher.[ch]
11023         * src/matcher_parser_lex.c
11024                 fix the filtering; my last attempt to get it right, 
11025                 if it does not work, it's Hoa's turn. ;-)
11026
11027                 for my honourable peers:
11028                 
11029                 the code now makes a clear distinction between
11030                 rules as they are displayed (probably escaped),
11031                 and as they are executed (probably unescaped). the
11032                 parser does *NOT* do any unescaping, this is
11033                 the task of the matcher.c (which breaks up a
11034                 rule into condition) and the filtering.c (which
11035                 breaks up the rule's action). to make this
11036                 run happily we provide an unescaped copy of
11037                 crucial strings to the MatcherProp and 
11038                 FilteringAction structures. note that the only
11039                 exception to this is any REGEXP string. those
11040                 are directly passed to regcomp() and regexp()
11041                 (who have much more powerful unescape functions).
11042                 
11043                 for everyone else:
11044         
11045                 you can escape tab (\t), carriage return (\r),
11046                 linefeed (\n), form feed (\f), quote (\"), 
11047                 single quote (\'), bell (\b) in all the entry
11048                 lines in the scoring & filtering dialogs.
11049                 as an added bonus this should not affect
11050                 existing filtering rules.
11051
11052 2001-12-12 [carsten]    0.6.5claws80
11053
11054         * src/summaryview.c
11055         * po/de.po
11056                 "item(s) selected" is now sensitive to 1 or more
11057                 than one selected (nice for language where simple
11058                 adding of a "s" is not possible as German (Eintrag
11059                 ->Eintr"age)
11060                 
11061                 the "forward as attachment" entry from the right
11062                 click menu removed, "forward" acts following the
11063                 prefs
11064         
11065         * src/textview.c
11066                 reverted my former changes; so compiler warning again
11067                 but there's more GTK_TEXT/GTK_STEXT mixing on other places
11068                 nevertheless
11069
11070         * src/messageview.c
11071                 "search in message" does now *not* only work in MVIEW_TEXT
11072                 messages, but also in a MIMEVIEW_TEXT part of MVIEW_MIME
11073                 message
11074
11075         * src/mainwindow.c
11076                 removed "/File/_Close" as it was the same as "/File/E_xit"
11077                 and we don't need it two times
11078
11079                 the separate folder view and message view now get a distinct
11080                 WMCLASS, just in case someone is using sawfish ;-)
11081
11082                 as the menu entries "/View/Message view" and "/View/Folder tree"
11083                 are only doing something when SEPARATE_MESSAGE or SEPARATE_FOLDER
11084                 make them sensitive accordingly and as these two are "shown"
11085                 after startup anytime check this menuitem at startup
11086
11087 2001-12-12 [paul]       0.6.5claws79
11088
11089         * src/folderview.c
11090                 fix sensitivity of 'Search folder...', broken in
11091                 0.6.5claws75
11092
11093         * src/mainwindow.c
11094                 fix dodgy English
11095
11096 2001-12-11 [carsten]    0.6.5claws78
11097         * src/filtering.c
11098                 fixed two typos returning a wrong FALSE/TRUE
11099         * src/mainwindow.[ch]
11100                 extra menu for email/news button removed
11101
11102 2001-12-11 [alfons]     0.6.5claws77
11103         
11104         * src/matcher.c                 (1.3)
11105         * src/matcher_parser_lex.l      (1.28)
11106                 revert for another attempt
11107                 mark 0.6.5claws77 as LAST_STABLE
11108
11109 2001-12-11 [christoph]  0.6.5claws76
11110
11111         * po/de.po
11112                 fixed wrong translation for prev. unread msg
11113
11114 2001-12-11 [paul]       0.6.5claws75
11115
11116         * src/folder.[ch]
11117         * src/folderview.c
11118         * src/mainwindow.c
11119         * src/summaryview.[ch]
11120         * src/pixmaps/dir-open-hrm.xpm  ** NEW FILE **
11121                 enable ability to hide read messages on per folder basis via 
11122                 '/Summary/Hide read messages'; when selected, a folder will 
11123                 have a red open folder icon, instead of a blue icon, if the 
11124                 folder contains hidden messges
11125                 submitted by Thomas Link <t.link.tmp200101.gmx.net> 
11126
11127         * src/mainwindow.c
11128                 remove '/Message/Forward as attachment' from 
11129                 main_window_set_menu_sensitive() to prevent debug warning
11130
11131         * src/folderview.c
11132         * src/mainwindow.c
11133                 Clean up some of the English
11134
11135         * tools/newscache_clean.pl
11136                 allow for new 'hidereadmsgs' entry in folderlist.xml
11137
11138         * po/es.po
11139                 updated translation, submitted by Ricardo Mones Lastra
11140
11141 2001-12-11 [paul]       0.6.5claws74
11142
11143         * sync with sylpheed 0.6.5cvs25
11144                 see ChangeLog entry 2001-12-11
11145
11146 2001-12-10 [alfons]     0.6.5claws73
11147
11148         * src/matcher.c
11149                 add more control characters
11150         * src/matcher_parser_lex.l
11151                 make escaping / unescaping work again
11152
11153 2001-12-10 [alfons]     0.6.5claws72
11154
11155         * src/imap.c
11156                 clean up warnings "returning value for void function" 
11157         * src/prefs_filtering.c
11158                 make info button for execute action sensitive
11159
11160 2001-12-10 [paul]       0.6.5claws71
11161
11162         * src/compose.c
11163         * src/imap.[ch]
11164         * src/summaryview.c
11165                 fix: imap server now gets informed of MARKED, UNMARKED
11166                 and REPLY events. Now people can use different IMAP-Mail
11167                 clients and have the exact same information about MARKED,
11168                 UNMARKED and REPLY status with all of them. Especially
11169                 useful for imap servers with a web-frontend.
11170                 submitted by Tobias Sandhaas <medlor@web.de>
11171
11172 2001-12-09 [melvin]     0.6.5claws70
11173         
11174         * src/textview.[ch]
11175                 fixed bug #490076 (hunted down by Alfons who implemented
11176                 a workaround in 0.6.5claws65)
11177
11178 2001-12-09 [christoph]  0.6.5claws69
11179
11180         * src/summaryview.c
11181                 set pointer to string in LOCKED column to NULL
11182                 (might fix bug #490800)
11183
11184 2001-12-09 [carsten]    0.6.5claws68
11185
11186         * po/de.po
11187                 resolved some cluttered menu shortcuts 
11188                 ('creating new email' and 'creating news message'
11189                 hade the same)
11190         * src/compose.c
11191                 wmclass now distinc from main window
11192         * src/mainwindow.c
11193           src/mainwindow.h
11194                 email/news and forward button functionality similar
11195                 to the reply buttons; removed the ugly dropdown arrows
11196                 and use instead the right mouse button
11197
11198 2001-12-09 [paul]       0.6.5claws67
11199
11200         * src/imap.c
11201         * src/utils.h
11202                 allow spaces in imap folder names
11203                 submitted by Willem van Engen <wvengen@stack.nl>
11204
11205 2001-12-09 [paul]       0.6.5claws66
11206
11207         * sync with sylpheed 0.6.5cvs24
11208                 see ChangeLog entry 2001-12-09
11209
11210 2001-12-08 [alfons]     0.6.5claws65
11211
11212         * src/textview.c
11213                 prevent secondary selection claim after "add to sender" dialog
11214                 popped up. this is because there's a GDK_BUTTON_RELEASE pending.
11215                 we trick GTK by simulating a click at (0, 0) in the textview.
11216
11217 2001-12-08 [hoa]        0.6.5claws64
11218
11219         * src/folder.c
11220                 fixed a bug about the .processing folder name while filtering
11221
11222 2001-12-08 [alfons]     0.6.5claws63
11223
11224         * src/folderview.c 
11225                 work around problem of not correctly updating folder stats
11226                 when deleting messages. there's some folder scanning evil
11227                 going so the folderview_update_msg_num() does not work
11228                 correctly. need to investigate this.
11229
11230 2001-12-08 [paul]       0.6.5claws62
11231
11232         * sync with sylpheed 0.6.5cvs23
11233                 see ChangeLog entry 2001-12-08
11234
11235 2001-12-07 [christoph]  0.6.5claws61
11236
11237         * src/compose.c
11238                 fix another header translation problem
11239
11240 2001-12-07 [alfons]     0.6.5claws60
11241
11242         * src/mbox.c
11243                 make filtering also work on local spool mbox
11244
11245 2001-12-07 [carsten]    0.6.5claws59
11246         * src/addressbook.c
11247                 addressbook window gets a wmclass distinct from the main
11248                 sylpheed window
11249         * src/compose.h
11250         * src/mainwindow.[ch]
11251                   forward menu item will use mode selected in prefs, forward 
11252                 as attatchment in menu removed (will be substituted in the
11253                 toolbar similar to reply buttons)
11254                   create news message menu entry and news button is now 
11255                 sensitive to the existance of a news account
11256         * src/pixmaps/stock_mail_reply_quote.xpm           ** REMOVED **
11257         * src/pixmaps/stock_mail_reply_to_all_quote.xpm    ** REMOVED **
11258         * src/pixmaps/stock_mail_reply_to_sender_quote.xpm ** REMOVED **
11259                 these are removed because the toolbar buttons don't show
11260                 the quoting modus any longer
11261
11262 2001-12-07 [paul]
11263
11264         * tools/newscache_clean.pl      ** NEW FILE **
11265                 perl script to do some tidying up in the newscache directory 
11266                 
11267         * tools/sylpheed-switcher       ** NEW FILE **
11268                 perl script to enable easy switching between main and claws
11269                 
11270         * tools/README
11271                 added descriptions of the two new perl scripts          
11272
11273
11274 2001-12-07 [melvin]     0.6.5claws58
11275
11276         * src/messageview.c
11277                 fixed a warning during compilation introduced in 0.6.5claws56
11278
11279 2001-12-07 [paul]       0.6.5claws57
11280
11281         * src/mainwindow.[ch]
11282         * src/menu.[ch]
11283                 further usability enhancements to replying with or without 
11284                 quoting via the toolbar, use of Ctrl key is replaced by 
11285                 drop down menu 
11286                 Submitted by Carsten Schurig            
11287
11288 2001-12-07 [melvin]     0.6.5claws56
11289
11290         * src/messageview.c
11291                 hack to fix bug that prevented to make/paste selections
11292                 after switching between MVIEW_TEXT and MVIEW_MIME views
11293                 without deselecting the selection first.
11294
11295 2001-12-06 [alfons]     0.6.5claws55
11296
11297         * src/filtering.[ch]
11298         * src/inc.c
11299                 revise filtering a little bit more, and make sure
11300                 messages are delivered to the appropriate inbox
11301                 (perhaps set per account)
11302
11303 2001-12-06 [paul]       0.6.5claws54
11304
11305         * sync with sylpheed 0.6.5cvs22
11306                 see ChangeLog entry 2001-12-06
11307
11308 2001-12-05 [alfons]     0.6.5claws53
11309
11310         * src/inc.c
11311         * src/folder.[ch]
11312         * src/procmsg.c
11313         * src/filtering.c
11314                 more revisions of filtering system
11315                 (last stable version is marked as LAST_STABLE)
11316                 
11317                 | NOTE 1): the filtering system now uses a local folder called
11318                 | .processing. if filtering fails, check this directory
11319                 | for missing messages.
11320                 |
11321                 | NOTE 2): help us find the filtering actions still missing
11322
11323 2001-12-05 [paul]       0.6.5claws52
11324
11325         * src/mainwindow.c
11326                 fix bug where 'Empty Trash?' pop-up window appears even
11327                 when Trash is empty, submitted by Jesse Skinner         
11328
11329 2001-12-05 [melvin]     0.6.5claws51
11330
11331         * src/compose.c
11332                 fixed bug #486106 to select correct account when reediting 
11333                 a queued message
11334         
11335 2001-12-04 [alfons]     0.6.5claws50
11336
11337         * src/mh.c
11338                 declare markfile in appropriate functions when
11339                 no fchmod() is found (thanks to Mark Heerdink <marc@koelkast.net>
11340                 for spotting this)
11341
11342 2001-12-04 [paul]       0.6.5claws49
11343
11344         * sync with sylpheed 0.6.5cvs21
11345                 see ChangeLog entry 2001-12-04
11346
11347 2001-12-03 [christoph]  0.6.5claws48
11348
11349         * po/de.po
11350                 changed translation of undo
11351         * src/account.c
11352         * src/folder.c
11353                 don't reinvent the wheel to traverse a GNode
11354         * src/compose.[ch]
11355                 seperate code to create the compose gui into functions
11356                 add "Others" page with folder selection for saving copy
11357                 of the message.
11358                 the folder identifier is saved to queue header
11359         * src/procmsg.c
11360                 save message to folder in queue header
11361
11362 2001-12-03 [paul]       0.6.5claws47
11363
11364         * sync with sylpheed 0.6.5cvs20
11365                 see ChangeLog entry 2001-12-03
11366
11367 2001-12-01 [paul]
11368
11369         * more sync with sylpheed 0.6.5cvs19
11370                 see ChangeLog entry 2001-11-29
11371
11372 2001-11-30 [paul]       0.6.5claws46
11373         
11374         * src/compose.c
11375                 remove conflicts introduced by Hoa's last commit
11376          
11377         * src/mainwindow.c
11378                 make 'Message/Bounce' sensitive
11379
11380 2001-11-30 [hoa]        0.6.5claws45
11381
11382         * src/compose.c
11383                 slightly change bounce function to add
11384                 information about the user that bounced the mail
11385                 in the From header line.
11386
11387         * src/folderview.c
11388                 permit the use of processing in outbox folder.
11389
11390 2001-11-29 [paul]       0.6.5claws44
11391
11392         * src/mainwindow.[ch]
11393         * src/prefs_common.c
11394         * src/pixmaps/stock_mail_reply_quote.xpm            ** NEW FILE **
11395         * src/pixmaps/stock_mail_reply_to_all_quote.xpm     ** NEW FILE **
11396         * src/pixmaps/stock_mail_reply_to_author_quote.xpm  ** NEW FILE **
11397                 usability enhancements to the quoting, implements
11398                 use of Ctrl key to toggle quoting settings
11399                 Submitted by Carsten Schurig <Carsten.Schurig@web.de>
11400
11401 2001-11-29 [paul]       0.6.5claws43
11402         
11403         * sync with sylpheed 0.6.5cvs19
11404                 see ChangeLog entry 2001-11-28
11405
11406 2001-11-29 [melvin]     0.6.5claws42
11407         * src/Makefile.am
11408                 added enriched.[ch] to the list of files
11409
11410         * src/textview.c
11411         * src/mimeview.c
11412         * src/procmime.[ch]
11413         * src/enriched.[ch]
11414                 added support to view text/enriched
11415                 added support to show headers in message view for text/enriched and text/html
11416                         in non multipart messages
11417
11418 2001-11-28 [paul]       0.6.5claws41
11419
11420         * more sync with sylpheed 0.6.5cvs18
11421                 see ChangeLog entry 2001-11-27 (src/prefs_common.c)
11422
11423 2001-11-27 [paul]       0.6.5claws40
11424         
11425         * po/pt_BR.po
11426                 updated translation, submitted by Fabio Junior Beneditto
11427                 
11428         * sync with sylpheed 0.6.5cvs18
11429                 see ChangeLog entries 2001-11-26 (src/textview.c) and
11430                 2001-11-27
11431
11432
11433 2001-11-26 [paul]
11434
11435         * po/es.po
11436                 updated translation, submitted by Ricardo Mones Lastra
11437
11438 2001-11-26 [alfons]
11439
11440         * src/matcher.c
11441                 add more translatable strings
11442
11443 2001-11-26 [christoph]  0.6.5claws39
11444
11445         * po/de.po      
11446                 fixed one more umlaut
11447         * src/compose.c
11448                 fix translated header when it should not be translated
11449
11450 2001-11-26 [paul]       0.6.5claws38
11451
11452         * src/mainwindow.c
11453                 remove '/Message/Add Sender to address book' from 
11454                 main_window_set_menu_sensitive(), prevent debug warning
11455                 add 'Message/Mark/Mark all read' to mainwin_entries[]
11456
11457 2001-11-26 [paul]       0.6.5claws37
11458
11459         * src/summaryview.c
11460                 fix 'recurring unread state' bug 
11461
11462         * tools/README 
11463         * tools/filter_conv.pl
11464                 read name of top level mailbox from folderlist.xml
11465                 and presume nothing about its name              
11466
11467 2001-11-26 [darko]      0.6.5claws36
11468
11469         * src/gtkstext.[ch]
11470                 removed functions that are now in gtkutils.c
11471                 use gtkut_text_is_uri_string() from gtkutils.c
11472         * fix my comment on 2001-11-23 (missing gtkutils.[ch])
11473
11474 2001-11-26 [paul]       0.6.5claws35
11475
11476         * sync with sylpheed 0.6.5cvs16
11477                 see ChangeLog entries 2001-11-25 and 2001-11-26
11478
11479 2001-11-25 [alfons]     0.6.5claws34
11480
11481         EXPERIMENTAL!!! Please checkout the last stable version using: 
11482           
11483         % cvs update -r LAST_STABLE -dRAP
11484
11485         (Or help us testing this stuff.)
11486
11487         * src/filtering.c               (1.14)
11488         * src/filtering.h               (1.6)
11489         * src/inc.c                     (1.28)
11490         * src/matcher.c                 (1.20)
11491         * src/mbox.c                    (1.9)
11492         * src/procmsg.h                 (1.14)
11493         * src/summaryview.c             (1.59)
11494         * src/summaryview.h             (dunno)
11495                 revert/merge/sync to as it was before commit 
11496                 on Thu, 19 Jul 2001 10:15:51 -0700.
11497
11498 2001-11-25 [hoa]        0.6.5claws33
11499
11500         * src/main.c
11501                 processing mails at startup
11502
11503         * src/folderview.c
11504         * src/summaryview.[ch]
11505                 processing mails when entering folder
11506
11507         * src/prefs_filtering.c
11508                 fixed some UI bugs
11509
11510 2001-11-24 [alfons]     0.6.5claws32
11511
11512         * src/summaryview.[ch]
11513                 make summary sort headers work, and also make
11514                 sure the sort type is stored
11515
11516 2001-11-23 [alfons]     0.6.5claws31
11517
11518         * src/summaryview.[ch]
11519                 make lock work like mark
11520                 disallow deleting messages marked as locked
11521
11522 2001-11-23 [alfons]     0.6.5claws30
11523
11524         * src/gtkstext.c
11525         * src/compose.[ch]
11526         * src/Makefile.am
11527         * src/undo.[ch]
11528                 merge undo patch submitted by Jens
11529
11530 2001-11-23 [christoph]  0.6.5claws29
11531
11532         * src/.cvsignore
11533                 added ylwrap
11534         * src/compose.c
11535                 fixed gpg signing and encoding
11536         * src/folder.[ch]
11537         * src/main.c
11538                 added --status option to get new, unread and total
11539                 message count from a running sylpheed
11540         * src/prefs_common.c
11541                 temporary fix for reply_with_quote problem
11542                 (don't call functions for non existing widget)
11543         * src/procmsg.c
11544                 one more check for ignored threads but still not
11545                 always working correctly. probably a recursive
11546                 check for all parents is needed
11547
11548 2001-11-23 [darko]      0.6.5claws28
11549
11550         * src/compose.c
11551                 wrapping on send improvements
11552         * src/gtkutils.[ch]
11553                 fix for GtkSText after last sync with main branch
11554                 GTK_TEXT -> GTK_STEXT
11555
11556 2001-11-23 [paul]       0.6.5claws27
11557
11558         * sync with sylpheed 0.6.5cvs14
11559                 see ChangeLog entries 2001-11-22 and 2001-11-23
11560                 
11561         * po/de.po
11562                 fixed the scrambled umlauts 
11563                 submitted by Carsten Schurig <Carsten.Schurig@web.de>
11564
11565 2001-11-21 [paul]       0.6.5claws26
11566
11567         * sync with sylpheed 0.6.5cvs12
11568                 see 2nd ChangeLog entry dated 2001-11-20
11569
11570 2001-11-20 [paul]       0.6.5claws25
11571
11572         * sync with sylpheed 0.6.5cvs11
11573                 see ChangeLog entry 2001-11-19 (src/utils.c)
11574
11575 2001-11-20 [hiro]
11576
11577         * src/compose.c
11578                 GTK_TEXT -> GTK_STEXT
11579                 fix for wrong comment
11580
11581 2001-11-20 [hiro]       0.6.5claws24
11582
11583         * src/compose.[ch]
11584                 more merges from main branch
11585                 removed fatal warnings (uninitialized variables etc.)
11586                 some coding style fix
11587         * src/gtkutils.h
11588                 fixed typo.
11589         * src/addressbook.c
11590           src/addrindex.c
11591                 V-Card -> vCard
11592
11593 2001-11-19 [hoa]        0.6.5claws23
11594
11595         * src/filtering.c
11596         * src/prefs_scoring.c
11597         * src/matcher.[ch]
11598         * src/scoring.c
11599                 cleaning code
11600
11601         * src/matcher_parser_parse.y
11602         * src/prefs_filtering.c
11603                 bouncing
11604
11605 2001-11-19 [alfons]     0.6.5claws22
11606
11607         more of my old things into claws
11608
11609         * src/Makefile.am
11610         * src/prefs_common.c
11611         * src/procmsg.h
11612         * src/summaryview.[ch]
11613         * src/prefs_summary_column.c
11614         * src/pixmaps/locked.xpm
11615                 add indicators for locking of message in summary view
11616                 (does not work yet, only visual indicator)
11617
11618 2001-11-19 [paul]       0.6.5claws21
11619
11620         * sync with sylpheed 0.6.5cvs10
11621                 see ChangeLog entry 2001-11-19
11622
11623 2001-11-18 [alfons]     0.6.5claws20
11624         
11625         * src/filtering.c
11626                 remove an inadvertent free I forgot in previous clean up 
11627
11628 2001-11-18 [alfons]     0.6.5claws19
11629
11630         * src/filtering.[ch]
11631                 clean up & plug leaks
11632
11633 2001-11-18 [paul]       0.6.5claws18
11634
11635         * sync with sylpheed 0.6.5cvs9
11636                 see ChangeLog entries 2001-11-17 and 2001-11-18
11637
11638 2001-11-16 [paul]       0.6.5claws17
11639
11640         * sync with sylpheed 0.6.5cvs8
11641                 see ChangeLog entry 2001-11-16, src/grouplistdialog.c
11642
11643 2001-11-16 [paul]       0.6.5claws16
11644
11645         * sync with sylpheed 0.6.5cvs7
11646                 see ChangeLog entries 2001-11-15 and 2001-11-16
11647
11648 2001-11-15 [hoa]        0.6.5claws15
11649
11650         * src/compose.c
11651                 fix bounce, mails we received couln't be bounced to ourself.
11652
11653         * src/defs.h
11654         * src/filtering.[ch]
11655         * src/matcher.[ch]
11656         * src/matcher_parser.h
11657         * src/matcher_parser_lex.l
11658         * src/matcher_parser_parse.y
11659         * src/inc.c
11660         * src/main.c
11661         * src/mbox.c
11662         * src/prefs_filtering.[ch]
11663         * src/mainwindow.c
11664         * src/prefs_matcher.c
11665         * src/prefs_scoring.c
11666         * src/scoring.[ch]
11667         * src/summaryview.c
11668                 new matcher/filter/score configuration file parser
11669                 one unique configuration file => ~/.sylpheed/matcherrc
11670                 import in currently automatic, then save are made
11671                 in this new file.
11672                 one filter per folder and one global filter
11673                 (filter of a folder will be used as folder processing)
11674
11675         * src/folder.c
11676                 fix a bug in folder_item_get_identifier
11677                 
11678         * src/messageview.c
11679                 receive receipt return are fixed.
11680
11681 2001-11-14 [alfons]     0.6.5claws14
11682
11683         * src/session.h
11684                 add things from main branch to make claws compile
11685
11686 2001-11-14 [paul]       0.6.5claws13
11687
11688         * merge with SYNC-B4-REL and sync with sylpheed 0.6.5cvs5
11689                 see ChangeLog entries 2001-11-08 to 2001-11-14
11690
11691 2001-11-14 [hoa] 0.6.5claws12
11692
11693         * src/compose.[ch]
11694         * src/mainwindow.c
11695         * src/summaryview.c
11696                 add "bounce mail" option
11697
11698 2001-11-13 [christoph]  0.6.5claws11
11699
11700         * src/compose.c
11701                 Cleanup a mess i add before commiting
11702
11703 2001-11-13 [hoa]        0.6.5claws10
11704
11705         * src/compose.c
11706                 some fixes when mail are sent or
11707                 for crossposts
11708
11709 2001-11-13 [christoph]  0.6.5claws9
11710
11711         * po/de.po
11712                 Changed two string with the same translation
11713         * src/compose.c
11714         * src/procmsg.[ch]
11715         * src/send.[ch]
11716                 New mailsending process:
11717                   - Always queue message before sending
11718                     (message will be saved if sylpheed crashed or
11719                      freezes while sending)
11720                   - Allow queuing of newspostings
11721                   - No copy in outbox before sending
11722                     (closes bug #469501)
11723                   - No more redundant code for send and send_later
11724         * src/summaryview.c
11725                 Applied wwp <subscript@free.fr>'s patch that fixes
11726                 marks for multiple forwarded messages (+compose.c)
11727
11728 2001-11-12 [alfons]
11729
11730         * README.claws
11731                 remove things that are now in main branch
11732         
11733         * po/nl.po
11734                 update Dutch translation
11735
11736 2001-11-12 [mhadasht]   0.6.5.claws8
11737
11738         * src/prefs_common.c
11739                 re-enabled account autoselection feature for forward
11740                 and reedit lost during the branch point for SYNC-B4-REL
11741         * src/gtkspell.c
11742                 gtkpspell_get_dict(): more readable code (even if function is
11743                 not used yet)
11744         * ChangeLog.claws
11745                 added version number info to 2001-11-12 [hiro] comment.
11746
11747 2001-11-12 [hiro]       0.6.5.claws7
11748
11749         * src/compose.c
11750                 compose_forward(): fixed a bug that forward quote mark
11751                 wasn't used.
11752                 removed unnecessary code.
11753         * src/template_select.[ch]: removed.
11754
11755 2001-11-11 [alfons]
11756
11757         * src/compose.c
11758                 :%s/GTK_TEXT/GTK_STEXT/g
11759         
11760         * src/compose.[ch]
11761         * src/undo.[ch]
11762         * src/Makefile.am
11763                 revert the undo stuff (this is 0.6.6claws stuff)
11764
11765 2001-11-11 [hoa]        0.6.5.claws6
11766
11767         * src/compose.[ch]
11768                 Insert signature at the end of the text.
11769                 Added undo patch but currently disabled
11770
11771         * src/procmsg.c
11772                 Threading by subject improved.
11773
11774         * added src/undo.[ch]
11775                 Undo module for compose dialog box.
11776
11777 2001-11-11 [alfons]     0.6.5.claws5
11778
11779         * src/procmsg.c
11780                 prevent threading by subject on nodes that have already been
11781                 threaded by in-reply-to (as in "circular references in a tree
11782                 result in a dead branch")
11783
11784 2001-11-09 [hoa]        0.6.5.claws4
11785         
11786         * src/folderview.c
11787                 allows creation of mbox folder item from any files.
11788
11789 2001-11-09 [alfons]     0.6.5.claws3
11790         
11791         * src/utils.c
11792         * src/procmsg.c
11793                 do what I mean and correct threading by subject so it really
11794                 ignores attracting lines without "Re: "
11795
11796 2001-11-07 [alfons]     0.6.5.claws2
11797
11798         * src/procmsg.c
11799         * src/utils.[ch]
11800                 only attract by subject if a subject line starts with a "Re: "
11801         * src/syldap.c
11802                 remove warning
11803
11804 2001-11-07 [paul]       0.6.5claws1
11805
11806         * sync with sylpheed 0.6.5. release
11807                 see ChangeLog entry 2001-11-07
11808
11809 2001-11-07 [paul]       0.6.4claws31
11810
11811         * sync with sylpheed 0.6.4cvs18
11812                 see ChangeLog entries 2001-10-30 to 2001-11-07
11813                 prefs_templates.[ch] renamed prefs_template.[ch]
11814
11815 2001-11-06 [alfons]
11816         
11817         * src/utils.h
11818                 add semicolon Hoa forgot ;-)
11819                 
11820
11821 2001-11-06 [hoa]        0.6.4claws30
11822         
11823         * src/procmsg.c
11824         * src/summaryview.c
11825         * src/utils.c
11826         * src/utils.h
11827                 threading by subject - empty subject are ignored
11828
11829 2001-11-06 [christoph]  0.6.4claws29
11830
11831         * src/socket.c
11832                 use SSL_peek for sock_gets
11833         * src/utils.c
11834                 removed unneeded pointer in extracting quoted
11835                 names implementation
11836
11837 2001-11-06 [melvin]     0.6.4claws28
11838
11839         * src/gtkspell.c
11840                 fixed bug #476792 Selection overtyping with spell checker
11841                 fixed bug which could cause a buffer overflow
11842                 fixed a memory leak
11843
11844 2001-11-06 [hoa]        0.6.4claws27
11845         
11846         * src/procmsg.c
11847         * src/summaryview.c
11848                 threading by subject
11849
11850 2001-11-05 [alfons]     0.6.4claws26
11851         
11852         * README.claws
11853                 Claws -> Sylpheed (vice versa)
11854
11855         * src/compose.c
11856                 :%s/gtk_text/gtk_stext/g
11857                 :%s/GTK_TEXT/GTK_STEXT/g
11858                 (thanks to Jonathan Ware for spotting this)
11859
11860 2001-11-04 [christoph]  0.6.4claws25
11861
11862         * src/summaryview.c
11863                 replace Xalloca + strdup with Xstrdup_a
11864         * src/utils.c
11865                 better implementation of extracting quoted names
11866                 from addresses (remove backlashes and ignore
11867                 quotes after them)
11868
11869 2001-11-04 [alfons]     0.6.4claws24
11870
11871         * src/utils.[ch]
11872                 edit to comply more with coding style
11873
11874         * src/textview.c
11875                 fix bug reported by Kim Schulz. introduced by the patch integrated
11876                 in 0.6.4claws15. the code did not check the return value of
11877                 the html parser.
11878
11879         * AUTHORS
11880                 add Jonathan Ware and close "[ #475955 ] Enhanced Mailto Patch"
11881
11882 2001-11-04 [christoph]  0.6.4claws23
11883
11884         * src/main.c
11885         * src/prefs_common.[ch]
11886                 init some pointers that possibly caused a segfault
11887                 reported in the claws-users ML
11888
11889 2001-11-04 [hoa]        0.6.4claws22
11890
11891         * src/grouplistdialog.c
11892                 change the names of the nodes in the tree
11893
11894         * src/compose.c
11895                 enhanced mailto syntax as described in
11896                 http://developer.netscape.com/viewsource/husted_mailto/mailto.html
11897                 (thanks to Jonathan Ware <jonathan_ware@gmx.co.uk>)
11898
11899         * src/utils.c
11900                 encode and decode URI (useful when opening URL into
11901                 netscape).
11902
11903 2001-11-03 [hoa]        0.6.4claws21
11904
11905         * src/grouplistdialog.c
11906                 a new newsgroups list selection dialog box
11907                 with a CTree instead of a CList
11908
11909 2001-11-03 [hoa]        0.6.4claws20
11910
11911         * src/folderview.c
11912                 enable property and scoring options when right
11913                 click on "inbox"
11914
11915         * src/summaryview.c
11916                 fixed bug when nickname were displayed using
11917                 the address book.
11918
11919 2001-11-02 [darko]      0.6.4claws19
11920
11921         * src/compose.c
11922                 new wrap quotation and URL/long words wrapping implementation
11923         * src/compose.c src/gtkstext.[ch]
11924                 move gtkstext_strncmp() to gtkstext.c
11925
11926 2001-11-01 [christoph]  0.6.4claws18
11927
11928         * src/prefs_account.c
11929                 fixed mess in account settings dialog
11930         * src/prefs_folder_item.c
11931                 added label with folder path to dialog
11932
11933 2001-10-31 [match]      0.6.4claws17
11934
11935         * src/vcard.c
11936                 fix memory leak.
11937         * src/addrbook.c
11938                 fix generation of spurious address book file names.
11939                 remove redundant functions.
11940         * po/POTFILES.in
11941                 added missing file names.
11942
11943 2001-10-30 [paul]       0.6.4claws16
11944
11945         * sync with sylpheed 0.6.4cvs6
11946                 see ChangeLog entries 2001-10-26 to 2001-10-30
11947
11948         * tools/filter_conv.pl
11949                 read folderlist.xml to discover whether the top-level
11950                 folder is called 'Mailbox' or 'Mail' 
11951
11952 2001-10-29 [paul]       0.6.4claws15
11953
11954         * src/html.c, src/textview.c
11955                 activate links in html mail and fix clickable parts
11956                 Submitted by Matthieu Dazy <dazy@t-surf.com>
11957
11958 2001-10-29 [paul]
11959
11960         * po/de.po, po/es.po, po/pt_BR/po
11961                 updated translations, submitted by Jens Oberender,
11962                 Ricardo Mones Lastra, and Fabio Junior Beneditto
11963
11964 2001-10-29 [darko]      0.6.4claws14
11965
11966         * src/compose.c
11967                 fix wrapping for good
11968
11969 2001-10-29 [darko]
11970
11971         * src/compose.c
11972                 undo previous change as it broke the smart wrapping
11973
11974 2001-10-29 [darko]      0.6.4claws13
11975
11976         * src/compose.c
11977                 fix infinite loop when long URL is quoted
11978                 (closes bug #475122.
11979
11980 2001-10-28 [match]
11981
11982         * src/mutt.[ch] src/importmutt.[ch] src/mgutils.[ch] src/addressbook.c src/Makefile.am
11983                 import Mutt address book
11984         * src/ldif.[ch] src/importldif.h
11985                 modified import LDIF handle user attributes
11986
11987 2001-10-28 [christoph]  0.6.4claws12
11988
11989         * src/summaryview.c
11990                 fixed that filtering did not work if there
11991                 were no filter rules
11992                 (closes bug #472003 and better implementation
11993                  of patch #474644)
11994
11995 2001-10-27 [christoph]  0.6.4claws11
11996
11997         * src/compose.c
11998                 make the folder's default account to be used when
11999                 replying. (patch by wwp <subscript@free.fr>)
12000         * src/compose.c
12001                 code cleanup, nearly killed all of wwp's patch
12002                 for folder's default account in compose
12003         * src/folderview.c
12004                 error panel when a folder could not be created
12005                 (closes bug #471080 new folder name & already
12006                  existing file)
12007
12008 2001-10-26 [alfons]
12009
12010         * src/utils.h
12011                 change prototype of strstr2() that Christoph forgot about
12012
12013 2001-10-26 [christoph]  0.6.4claws10
12014
12015         * src/account.c
12016                 made search for accounts by email address not case
12017                 sensitive
12018         * src/folder.c
12019                 fixed memory leak in folder_item_get_identifier
12020         * src/gtkspell.c
12021         * src/utils.c
12022                 fixed wrong strstr2 (should work like strstr)
12023
12024 2001-10-26 [darko]      0.6.4claws9
12025
12026         * src/compose.c src/gtkstext.[ch]
12027         * src/gtkstext.c
12028                 move is_url_string() and gtkstext_str_strcmp() to gtkstext.c
12029
12030 2001-10-26 [paul]       0.6.4claws8
12031
12032         * src/html.c
12033                 ignore css and javascript tags in html mail
12034                 case-insensitive, with or without double-quoted
12035                 strings
12036
12037 2001-10-26 [paul]       0.6.4claws7
12038
12039         * sync with sylpheed 0.6.4cvs1
12040                 see ChangeLog entry 2001-10-26
12041
12042         * src/prefs_account.c, src/prefs_common.c,
12043           src/prefs_summary_column.c
12044                 minor improvements to the English
12045
12046 2001-10-25 [alfons]     0.6.4claws6
12047
12048         * src/gtkstext.c
12049         
12050                 make GtkSText follow style of GtkText (closes bug 
12051                 #469211 "text selection while writing message")
12052                 
12053                 do sync with GTK 1.2.10
12054
12055 2001-10-25 [paul]       0.6.4claws5
12056
12057         * src/html.c
12058                 ignore css tags in html mail
12059
12060 2001-10-25 [darko]      0.6.4claws4
12061
12062         * src/compose.c
12063                 don't declare is_url_string as static function since
12064                 we need it in gtkstext.c
12065         * src/gtkstext.c
12066                 remove unused variable
12067                 don't wrap long URLs while composing a message
12068
12069 2001-10-24 [christoph]  0.6.4claws3
12070
12071         * src/socket.c
12072                 fix ssl deadlock, when peer closes connection
12073
12074 2001-10-24 [paul]       0.6.4claws2
12075
12076         * src/prefs_common.c
12077                 gettextize the gpg ascii-armored warning message
12078
12079         * src/compose.c
12080                 insert a DOS/MAC file into the composed message
12081                 (improvements)
12082
12083         * Both submitted by Thierry Godefroy <godefroy@imaginet.fr>
12084
12085 2001-10-22 [paul]       0.6.4claws1
12086
12087         * sync with sylpheed 0.6.4 release
12088                 see ChangeLog entries 2001-10-21
12089
12090         * po/fr.po, po/pt_BR.po
12091                 updated by Melvin Hadasht and Fabio Junior Beneditto
12092
12093 2001-10-21 [paul]       0.6.3claws30
12094
12095         * src/compose.c
12096                 insert a DOS text file from the compose window
12097                 into the composed message text (removes CRs characters)
12098                 Submitted by Thierry Godefroy <godefroy@imaginet.fr>
12099
12100         * tools/filter_conv.pl, tools/README
12101                 automatically use ~/.sylpheed as working directory
12102                 print out confirmation message on completion
12103
12104         * correct Hoa's last ChangeLog.claws entry
12105
12106 2001-10-20 [hoa]        0.6.3claws29
12107
12108         * src/grouplistdialog.c
12109                 bugfix (another ?) to give the right
12110                 newsgroups list for each news server.
12111
12112         * src/news.c
12113         * src/news.h
12114                 improve the newsgroups list cache
12115
12116 2001-10-20 [paul]       0.6.3claws28
12117
12118         * sync with sylpheed 0.6.3cvs9
12119                 see ChangeLog entry 2001-10-19
12120
12121         * correct Alfons' last ChangeLog.claws entry
12122
12123 2001-10-19 [alfons]
12124
12125         * src/pgptext.[ch]
12126                 fix compilation problems (part of bug #472895)
12127
12128 2001-10-18 [hoa]        0.6.3claws27
12129
12130         * src/grouplistdialog.c
12131                 bugfix when we refresh was clicked (bug 472701)
12132
12133 2001-10-19 [christoph]  0.6.3claws26
12134
12135         * src/compose.c
12136                 last header entry should default to "To:" or
12137                 "Newsgroups:" and not copy the last entry line
12138                 in a new compose window
12139                 (closes bug #472686, #470792)
12140
12141 2001-10-19 [paul]       0.6.3claws25
12142
12143         * sync with Sylpheed 0.6.3cvs8
12144                 see ChangeLog entries 2001-10-18 and 2001-10-19
12145
12146 2001-10-18 [christoph]  0.6.3claws24
12147
12148         * src/procmsg.c
12149                 reimplement ignore thread
12150         
12151 2001-10-18 [hoa]        0.6.3claws23
12152
12153         * src/folderview.c
12154         * src/grouplistdialog.[ch]
12155                 enhanced news subscription interface (feature 469113)
12156
12157         * src/news.c
12158         * src/news.h
12159                 enchanced newsgroup listing,
12160                 now, we can get groups informations
12161                 (NNTPGroupInfo)
12162
12163 2001-10-18 [paul]       0.6.3claws22
12164
12165         * src/summaryview.c
12166                 remove comment (sync with main branch)
12167         * src/mainwindow.c
12168                 fix 'Re-edit' bug in 'Message' menu
12169
12170 2001-10-17 [christoph]  0.6.3claws21
12171
12172         * src/compose.c
12173                 ignore empty or whitespace only header lines
12174
12175 2001-10-17 [paul]       0.6.3claws20
12176
12177         * sync with sylpheed 0.6.3cvs7
12178                 see ChangeLog entries 2001-10-14, 2001-10-16, and
12179                 2001-10-17
12180
12181 2001-10-17 [darko]
12182
12183         * src/compose.c
12184                 wrap long lines without spaces
12185                 don't wrap URLs
12186
12187 2001-10-16 [paul]
12188
12189         * po/es.po, po/nl.po, po/pt_BR.po
12190                 updated by Ricardo Mones Lastra, Alfons,
12191                 and Fabio Junior Beneditto
12192
12193         * sylpheed-0.6.3claws released
12194
12195 2001-10-15 [melvin] 0.6.3claws18
12196
12197         * README.claws
12198                 added summary and detailed installation instructions
12199                 for spell checker
12200         * po/fr.po
12201                 Updated, corrected and completed french translation
12202
12203 2001-10-15 [hoa] 0.6.3claws17
12204         * src/grouplistdialog.c
12205                 we can choose the newsgroups to display with wildcards
12206
12207 2001-10-15 [christoph]  0.6.3claws16
12208
12209         * src/account.c
12210         * src/compose.c
12211         * src/prefs_folder_item.[ch]
12212                 applied wwp <subscript@free.fr>'s folder
12213                 default account patch
12214         * po/de.po
12215                 Fixed wrong translation
12216
12217 2001-10-13 [alfons, christoph, melvin]  
12218                         0.6.3claws15
12219
12220         solution #2 to solve MT-safety problems defers all GUI related calls
12221         to the main thread using a gtk_idle_add() callback. discussed on
12222         ircnet #sylpheed, with christoph spotting some issues with the
12223         original code, and melvin allowing us to lobotomize his sylpheed.
12224
12225         * src/syldap.[ch], src/main.c
12226                 fix race problem in ldap search thread by deferring GUI 
12227                 stuff to main thread using gtk_idle_add()
12228
12229 2001-10-13 [paul]       0.6.3claws14
12230
12231         * src/prefs_account.[ch], src/send.c, src/smtp.[ch]
12232                 add Sergey's smtpcred.patch
12233                 adds separate username/password setting for SMTP Auth
12234                 needed by some servers
12235                 (closes feature request #471659)
12236
12237 2001-10-13 [paul]       0.6.3claws13
12238
12239         * src/pgptext.[ch] **NEW FILES**
12240         * src/Makefile.am, src/messageview.c, src/mimeview.c
12241                 decrypt ascii-armored gpg text embedded in
12242                 the message body.
12243                 Submitted by Jens Jahnke <jan0sch@gmx.net>
12244
12245 2001-10-13 [christoph]  0.6.3claws12
12246
12247         * README.claws
12248                 some more details on default to and
12249                 feature requests
12250         * src/main.c
12251                 init glib threading when ldap is used
12252         * src/syldap.c
12253                 threading fixes
12254         * po/de.po
12255                 fixed a typo
12256
12257 2001-10-12 [paul]       0.6.3claws11
12258
12259         * src/prefs_common.[ch], src/rfc2015.c
12260                 enable ascii-armored gpg text to be embedded in the
12261                 message body, selectable through the 'Privacy'
12262                 preferences. Supports encrypting only.
12263                 Submitted by Ravemax <ravemax@dextrose.com>
12264
12265 2001-10-12 [paul]       0.6.3claws10
12266
12267         * sync with sylpheed 0.6.3cvs6
12268                 see ChangeLog entries 2001-10-11 and 2001-11-12
12269
12270         * src/folderview.c
12271                 incorporated mbox folders, scoring, and folder
12272                 properties into the sync
12273
12274 2001-10-12 [darko]      0.6.3claws9
12275
12276         * README.claws
12277                 describe quotation wrapping
12278         * src/compose.c
12279                 don't treat tab as space to calculate line length properly
12280
12281 2001-10-11 [alfons]
12282
12283         * README.claws
12284                 correct description of how to make new filtering system work,
12285                 add some other things
12286                 
12287         * src/syldap.c
12288                 remove sched_yield() (not necessary / unportable)
12289
12290 2001-10-11 [paul]       0.6.3claws8
12291
12292         * sync with sylpheed 0.6.3cvs3
12293                 see ChangeLog entry 2001-10-10
12294
12295 2001-10-10 [christoph]  0.6.3claws7
12296
12297         * .cvsignore
12298                 ignore 2 files created by newer autotools
12299         * src/prefs_folder_item.c
12300                 using table for widget alignment
12301                 fixed memory leak and broken octal display
12302         * src/filesel.c
12303                 fixed segfault caused by lost filename
12304                 workaround (closes bug #469551)
12305
12306 2001-10-10 [paul]       0.6.3claws6
12307
12308         * sync with sylpheed 0.6.3cvs2
12309                 see ChangeLog entries 2001-10-09 and 2001-10-10
12310
12311 2001-10-10 [darko]      0.6.3.claws5
12312
12313         * src/gtkstext.c
12314                 proper calculation of right margin if smart wrapping is enabled
12315         * src/compose.c
12316                 automatically wrap long lines if wrap quotation is enabled
12317
12318 2001-10-09 [alfons]     0.6.3.claws4
12319
12320         * src/summaryview.c
12321                 select correct row when deleting last row in the summary view (and
12322                 close bug "[ #469104 ] select second last in list when deleting")
12323
12324 2001-10-09 [paul]       0.6.3claws3
12325
12326         * sync with sylpheed 0.6.3cvs1
12327                 updated some autotool scripts
12328
12329 2001-10-09 [darko]      0.6.3claws2
12330
12331         * src/gtkstext.[ch]
12332                 new name and mark with Sylpheed comment
12333         * src/compose.c
12334                 smart quotation wrapping a-la VIM
12335
12336 2001-10-08 [paul]       0.6.3claws1
12337
12338         * sync with sylpheed 0.6.3 release
12339                 see ChangeLog entry 2001-10-08
12340
12341 2001-10-08 [paul]       0.6.2claws24
12342
12343         * src/summaryview.c
12344                 more sync with sylpheed 0.6.2cvs12
12345                 Fixed the bug that didn't select the last row correctly
12346
12347
12348 2001-10-07 [paul]       0.6.2claws23
12349
12350         * sync with sylpheed 0.6.2cvs12
12351                 see ChangeLog entry 2001-10-07
12352
12353 2001-10-06 [match]
12354         * src/jpilot.[ch]
12355                 enable jpilot to read unsynch'ed addresses.
12356
12357         * src/editldap_basedn.c
12358                 fix segfault when opening dialog.
12359
12360 2001-10-06 [alfons]     0.6.2.claws22
12361
12362         * src/summaryview.c
12363                 fix bug with summary view selecting last *inserted*
12364                 node instead of last *visible* node. remember we
12365                 work with a tree
12366
12367 2001-10-06 [paul]       0.6.2claws21
12368
12369         * po/pt_BR.po
12370                 updated translation, contains some fixes and new
12371                 translations, submitted by Gustavo Noronha Silva
12372                 <kov@debian.org>
12373
12374         * src/prefs_common.c
12375                 change 'each' to 'every' - fix dubious English
12376
12377         * sync with sylpheed 0.6.2cvs11
12378
12379 2001-10-05 [alfons]     0.6.2claws20
12380
12381         * src/mainwindow.[ch], src/folderview.c
12382                 make composite tool button switch between "Compose News"
12383                 and "Compose Mail" depending on selected folder
12384                 (nifty idea by Kim Schulz <kim@schulz.dk>)
12385
12386 2001-10-05 [paul]       0.6.2claws19
12387
12388         * src/mainwindow.c, src/summaryview.c
12389                 fix 'Message/Reply to all', broken in last commit
12390
12391         * src/compose.c
12392                 fix X_BEENTHERE seg fault, thanks to Alfons
12393
12394 2001-10-04 [paul]       0.6.2claws18
12395
12396         * src/compose.[ch], src/mainwindow.c
12397                 make "Message/Reply" reply to mailing lists; matches
12398                 'X-Mailing-list:' and 'X-BeenThere:' ML headers.
12399                 based on portions of the patch submitted by
12400                 Junichi Uekawa <dancer@netfort.gr.jp>
12401
12402 2001-10-04 [darko]      0.6.2claws17
12403
12404         * src/compose.c
12405                 better smart wrapping
12406         * src/gtkstext.[hc]
12407                 a function to make text buffer contiguous
12408
12409 2001-10-03 [paul]       0.6.2claws16
12410
12411         * sync with sylpheed 0.6.2cvs10
12412
12413 2001-10-02 [alfons]
12414
12415         * configure.in
12416         * po/zh_CN.GB2312.po, po/zh_TW.Big5.po
12417                 close bug "[ #466566 ] compile error on mdk 8.0" by removing
12418                 references to chinese translations (hope someone picks up
12419                 this)
12420
12421 2001-10-02 [christoph]  0.6.2claws15
12422
12423         * src/compose.c
12424                 fixed non translated header bug
12425         * ChangeLog.claws
12426                 fixed wrong date in alfons last entry ;)
12427
12428 2001-10-02 [alfons]     0.6.2claws14
12429
12430         * src/compose.c, src/prefs_common.[ch]
12431                 add block cursor option
12432
12433 2001-10-02 [paul]       0.6.2claws13
12434
12435         * sync with sylpheed 0.6.2cvs9
12436
12437 2001-09-30 [paul]       0.6.2claws12
12438
12439         * po/de.po, po/es.po, po/fr.po, po/nl.po, po/pt_BR.po
12440                 updated translations
12441
12442         * po/POTFILES.in
12443                 add 'src/importldif.c'
12444
12445         * AUTHORS, tools/README, tools/eud2gc.py, tools/Makefile.am
12446                 added eudora-to-vCard conversion tool
12447                 submitted by Jeroen Versteeg <j.m.versteeg@student.utwente.nl>
12448
12449         * sync with sylpheed 0.6.2cvs8
12450
12451 2001-09-30 [paul]
12452
12453         * sylpheed-0.6.2claws released
12454
12455 2001-09-27 [melvin]     0.6.2claws11
12456
12457         * src/gtkspell.c
12458                 fixed crash when using default path (introduced 
12459                 in 0.6.2claws10)
12460                 fixed tiny bug for initial suggestion mode
12461
12462 2001-09-27 [melvin]     0.6.2claws10
12463         
12464         * src/gtkspell.c
12465                 fixed bug where gtkpspell didn't set the path correctly
12466
12467         * README.claws
12468                 added a paragraph about spell checking
12469                 
12470
12471
12472 2001-09-27 [paul]       0.6.2claws9
12473
12474         * src/addrbook.c, src/addrcache.c, src/addritem.c, src/jpilot.c
12475                 replace '// comments' with '/* comments */' to prevent
12476                 some compiler warnings 
12477
12478         * sync with sylpheed 0.6.2cvs6
12479
12480 2001-09-26 [alfons]     0.6.2claws8
12481
12482         * src/messageview.c
12483                 introduce return receipt request notification again,
12484                 which was lost because of other semantics in 
12485                 procheader_parse() (???)
12486
12487 2001-09-26 [christoph]  0.6.2claws7
12488
12489         * src/compose.c
12490                 replace comments for old code with #if 0
12491                 readded auto cc, bcc and reply-to
12492         * src/prefs_matcher.c
12493         * src/prefs_scoring.c
12494                 removed some definition (was moved to
12495                 prefs.h)
12496
12497 2001-09-26 [paul]       0.6.2claws6
12498
12499         * src/mainwindow.c
12500                 make 'Follow-up and reply to' sensitive
12501
12502         * more sync with sylpheed 0.6.2cvs5
12503
12504 2001-09-25 [melvin]
12505
12506         * 0.6.2claws5
12507
12508         * src/gtkspell.c
12509                 fixed bug for "US-ASCII" introduced by the encoding code
12510
12511 2001-09-25 [paul]
12512
12513         * 0.6.2claws4
12514
12515         * src/prefs_common.[ch], src/summaryview.c
12516                 'next unread msg' 'go to next folder?' dialog can be
12517                 given default behaviour, either always show dialog,
12518                 or assume 'yes', or assume 'no'
12519                 Submitted by wwp <subscript@free.fr>
12520
12521 2001-09-25 [melvin]
12522                 
12523         * src/compose.c src/gtkspell.[ch]
12524                 added support for different encodings
12525
12526 2001-09-25 [paul]
12527
12528         * more sync with sylpheed 0.6.2cvs5
12529
12530 2001-09-24 [alfons]
12531         
12532         * src/prefs_folder_item.c
12533                 add check for item->prefs->default_to string is NULL and
12534                 add another check when freeing this string
12535
12536 2001-09-24 [paul]
12537
12538         * configure.in
12539                 change to version 0.6.2claws3
12540
12541         * sync with sylpheed 0.6.2cvs5 
12542
12543 2001-09-24 [match]
12544         * src/ldif.[ch], src/importldif.[ch], addressbook.c
12545                 import LDIF files.
12546         * src/addrcache.[ch], addrindex.[ch]
12547                 small update for future
12548         * src/addrbook.c
12549                 fix test XML file.
12550
12551 2001-09-24 [melvin]
12552         * src/gtkspell.[ch]
12553                 added 'Learn from mistakes' option
12554                 better handling of quotes in checked words
12555                 sorted dict list
12556         * po/fr.po
12557                 small update for spell checking stuff
12558
12559 2001-09-23 [alfons]
12560         
12561         * src/gtkspell.c
12562                 edit a little bit so it complies more with main coding style
12563
12564 2001-09-23 [alfons]
12565
12566         * src/folder.[ch], prefs_folder_item.c, compose.c
12567                 migrate "request return receipt" folder property
12568                 to folderlist.xml
12569
12570 2001-09-22 [alfons]
12571
12572         * README.claws **NEW**
12573                 (add things of interest for users of main branch 
12574                 and claws here)
12575
12576         * src/folder.[ch], src/mainwindow.c, src/summaryview.c
12577                 re-implement threading per folder option, but store 
12578                 the setting in folderlist.xml (where it belongs)
12579
12580 2001-09-21 [melvin]
12581
12582         * src/gtkspell.[ch]
12583                 fixed bug when compose window is under another window
12584         * src/prefs_common.[ch] src/compose.c
12585                 changed 'dictionary_path' to 'dictionary' to be consistent
12586                 dropped PSPELL_PATH macro (hard coded default to /usr/local/share/pspell)
12587         * ac/pspell.m4 src/Makefile.am 
12588                 dropped PSPELL_PATH macro
12589         * po/fr.po
12590                 updated translations
12591
12592 2001-09-21 [christoph]
12593
12594         * src/compose.c
12595                 added border around header fields
12596                 keep header type when new field is added
12597
12598 2001-09-20 [christoph]
12599
12600         * src/utils.[ch]
12601                 more portable debug_print with source filename
12602                 and linenumber
12603         * src/procmsg.c
12604                 more newlines after debug messages
12605
12606 2001-09-20 [paul]
12607
12608         * configure.in
12609                 change to version 0.6.2claws2
12610
12611         * sync with sylpheed 0.6.2cvs3
12612
12613 2001-09-19 [melvin]
12614
12615         * src/gtkspell.c
12616                 fixed the post-right-click focus pb
12617                 fixed crash when 'Spell check all' after dict change 
12618                         and when cursor is at the end of the text
12619                 shift-right-click pops up config menu even on misspelled words.
12620         * po/POTFILES.in
12621                 added gtkspell.c
12622
12623 2001-09-19 [melvin]
12624
12625         * src/about.c
12626                 added pspell to compiled-in features list
12627
12628 2001-09-18 [melvin]
12629
12630         * switched to pspell and dropped ispell
12631         * ac/pspell.m4
12632                 new file. autoconf macro for pspell
12633         * ac/Makefile.am 
12634         * configure.in acconfig.h
12635                 added pspell support
12636         * src/Makefile.am
12637         * src/main.c src/compose.[ch] src/gtkspell.[ch]
12638         * src/prefs_common.[ch] 
12639                 added pspell support
12640
12641 2001-09-18 [christoph]
12642
12643         * src/addr_compl.c
12644         * src/template.[ch]
12645                 replace LOG_MESSAGE with debug_print
12646         * src/compose.[ch]
12647                 gui improvements
12648         * src/menu.c
12649                 added newline after debug message
12650         * src/utils.h
12651                 using __VA_ARGS__ for debug_print macro
12652         * tools/.cvsignore
12653                 ignore Makefile and Makefile.in
12654
12655 2001-09-18 [paul]
12656
12657         * configure.in
12658                 change to version 0.6.2claws1
12659         * sync with sylpheed 0.6.2cvs1
12660
12661         * src/matcher.c 
12662         * src/prefs_matcher.c
12663                 add 'score equal to' option, submitted by
12664                 Paul Evans <nerd@freeuk.com>
12665
12666 2001-09-15 [christoph]
12667
12668         * src/mainwindow.c
12669                 comment out menu entry not existing in claws
12670         * src/menu.c
12671                 add debug output for non existing menu entries
12672         * src/summaryview.c
12673                 fix next/prev unread message for ignored threads
12674         * src/utils.[ch]
12675                 add sourcefile and line number to debug output
12676                 otherwise it is sometimes hard to find the
12677                 source code part if debug messages are translated
12678
12679 2001-09-14 [darko]
12680         
12681         * src/folderview.c
12682                 refresh target folder style after colour is changed
12683
12684 2001-09-13 [paul]
12685
12686         * configure.in
12687                 change to version 0.6.1claws3
12688
12689         * sync with sylpheed 0.6.1cvs6
12690
12691 2001-09-13 [darko]
12692         
12693         * src/folderview.c
12694                 fix target folder colourization to use user selected colour
12695
12696 2001-09-12 [darko]
12697         
12698         * src/summaryview.c
12699                 fix crash when message that is marked for copy/move is unmarked
12700
12701 2001-09-09 [paul]
12702
12703         * configure.in
12704                 change to version 0.6.1claws2
12705
12706         * sync with sylpheed 0.6.1cvs3
12707
12708 2001-09-09 [alfons]
12709         
12710         * src/folderview.c
12711                 fix bug with default font used for trash folder text
12712
12713 2001-09-06 [paul]
12714
12715         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
12716                 updated translations
12717
12718         * configure.in
12719                 change to version 0.6.1claws1
12720
12721         * sync with sylpheed 0.6.1cvs2
12722
12723 2001-09-03 [paul]
12724
12725         * po/POTFILES.in
12726                 add Match's new addressbook
12727
12728         * po/de.po
12729                 updated translation submitted by Jens Oberender
12730
12731 2001-09-02 [paul]
12732
12733         * configure.in
12734                 change to 0.6.1claws
12735         * sync with sylpheed 0.6.1 release
12736
12737 2001-09-02 [paul]
12738
12739         * configure.in
12740                 change to 0.6.0claws2
12741
12742         * sync with sylpheed 0.6.0cvs4
12743
12744         * po/pt_BR.po
12745                 updated translation submitted by Fabio Junior Beneditto
12746
12747 2001-09-01 [match]
12748         * pixmaps/
12749                 interface.xpm
12750                 book.xpm
12751                 address.xpm
12752         * src/
12753                 Makefile.am
12754                 a ton of new files
12755
12756 2001-08-31 [paul]
12757
12758         * configure.in
12759                 change to version 0.6.0claws1
12760
12761         * sync with sylpheed 0.6.0cvs1
12762
12763         * po/es.po
12764                 updated translation submitted by Ricardo Mones Lastra
12765
12766         * po/POTFILES.in
12767                 add 'src/prefs_templates.c'
12768
12769         * src/compose.c, src/summaryview.c
12770                 fix segfault on 'Re_edit'               
12771
12772 2001-08-30 [alfons]
12773
12774         * configure.in, Makefile.am
12775         * tools/Makefile.am
12776                 add tools directory to source distribution
12777
12778 2001-08-30 [paul]
12779
12780         * configure.in
12781                 change to version 0.6.0claws
12782
12783         * sync with sylpheed 0.6.0 release
12784
12785 2001-08-30 [christoph]
12786
12787         * configure.in
12788                 removed autoconf version check
12789
12790 2001-08-30 [paul]
12791
12792         * src/account.c, src/compose.c, src/prefs_common.[ch]
12793         * src/procheader.[ch] src/utils.[ch]
12794                 Enhanced automatic account selection on replies
12795                 Submitted by Melvin Hadasht <melvin.hadasht@free.fr>
12796
12797         * configure.in
12798                 add LDAP and JPilot to the configuration results output.
12799
12800 2001-08-29 [christoph]
12801
12802         * src/summeryview.c
12803                 no bold font for ignored threads
12804
12805 2001-08-29 [paul]
12806
12807         * configure.in
12808                 change to version 0.5.3claws6
12809
12810         * sync with sylpheed 0.5.3cvs10
12811                 src/stringtable.[ch]: New Files
12812
12813         * src/compose.c, src/gtkutils.c, src/gtkutils.h, src/mainwindow.c
12814         * src/pixmaps/sylpheed.xpm
12815                 add mini-icons to windows (by Alfons)
12816
12817 2001-08-27 [paul]
12818
12819         * src/mainwindow.c
12820                 new functions: next_labeled_cb(), prev_labeled_cb()
12821
12822         * src/summaryview.c
12823                 new functions: summary_find_next_labeled_msg(), summary_find_prev_labeled_msg(),
12824                 summary_select_next_labeled(), summary_select_prev_labeled()
12825
12826         * src/pixmaps/dir-close.xpm, src/pixmaps/dir-open.xpm, src/pixmaps/trash.xpm
12827                 give claws blue folders and a blue trash can
12828
12829 2001-08-27 [paul]
12830
12831         * configure.in
12832                 change to version 0.5.3claws5
12833
12834         * sync with sylpheed 0.5.3cvs9
12835                 src/labelcolors.[ch] renamed to src/colorlabel.[ch] 
12836
12837 2001-08-24 [christoph]
12838
12839         * src/filesel.c
12840                 keep filename when browsing directories
12841                 (not working for user entered filename, but
12842                  for default name and selected filename from
12843                  file list)
12844         * src/mainwindow.c
12845                 fixed wrong spelling "Folllow-up"
12846         * src/mbox_folder.c
12847         * src/procmsg.c
12848         * src/summaryview.c
12849                 fixed new/unread message count with ignored
12850                 threads (2 commits, first didn't notice no
12851                 longer needed decreasing)
12852         * src/inc.c
12853                 readded scrolling of progress dialog
12854                 (lost in sync)
12855
12856 2001-08-24 [paul]
12857
12858         * configure.in
12859                 change to 0.5.3claws4
12860
12861         * sync with sylpheed 0.5.3cvs7
12862
12863 2001-08-24 [christoph]
12864
12865         * src/compose.c
12866                 set request return receipt when replying
12867                 if it is set is the folder prefs of the
12868                 message
12869         * src/inc.c
12870                 disable final error popup if popups are
12871                 disabled in config (again)
12872
12873 2001-08-23 [paul]
12874
12875         * configure.in
12876                 Change version number to 0.5.3claws3
12877
12878         * sync with sylpheed 0.5.3cvs5
12879
12880         * src/mimeview.c
12881                 double quote '%s' in 'gedit %s' to fix bug when
12882                 opening attachment with spaces in the name
12883
12884 2001-08-22 [alte]
12885         * src/Makefile.am, src/compose.[ch], src/defs.h, src/mainwindow.c,
12886           src/prefs_templates.[ch], src/template.[ch], src/template_select.[ch]
12887                 initial message templates support
12888
12889
12890 2001-08-22 [paul]
12891
12892         * configure.in
12893                 change version number to 0.5.3claws2
12894
12895         * sync with sylpheed 0.5.3cvs4
12896
12897         * src/procmsg.h src/summaryview.c
12898                 re-implement (un)ignore thread
12899
12900 2001-08-21 [paul]
12901
12902         * src/summaryview.c
12903                 remove unnecessary code
12904         * src/compose.c
12905                 enable 'dynamic' signatures (submitted by
12906                 Eric Limpens <eric@hscg-internet.nl>)
12907
12908 2001-08-21 [paul]
12909
12910         clean up after sync with sylpheed 0.5.3 release
12911
12912         * src/folderview.c
12913                 fix re-introduced font mess, see Christoph's
12914                 entry 2001-06-24
12915
12916         * src/summaryview.c
12917                 remove prev_msgnum
12918                 use sylpheed's small font instead of
12919                 gtk default font for summary view
12920
12921
12922 2001-08-17 [paul]
12923
12924         * configure.in
12925                 add pl to ALL_LINGUAS - sync with main branch
12926
12927         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
12928                 Updated. Translations by Jens Oberender, Ricardo Mones
12929                 Lastra, Alfons, and Fabio Junior Beneditto respectively.
12930
12931         * po/pl.po  ** NEW FILE **
12932                 sync with the main branch
12933
12934         * src/folderview.c
12935                 fix target folder colorizing and refresh problem
12936
12937
12938 2001-08-17 [christoph]
12939
12940         * src/mainwindow.c
12941                 claws uses 4 colors for target folder coloring.
12942                 arrays were not long enough and destroyed the
12943                 stack causing a segfault.
12944                 target folder colorizing does not work anymore
12945                 for me
12946
12947 2001-08-16 [paul]
12948
12949         * configure.in
12950                 change to version 0.5.3claws1
12951
12952         * src/folder.h, src/folderview.[ch], src/gtkutils.[ch],
12953           src/inc.[ch], src/mainwindow.c, src/pop.c, src/prefs_account.c,
12954           src/prefs_common.[ch], src/summaryview.[ch], src/textview.c, src/utils.c
12955
12956                 sync with sylpheed 0.5.3 release, but keep claws method of
12957                 configuring/saving fonts
12958
12959         * src/addressbook.[ch]
12960                 rename addressbook_add_contact_by_menu() to addressbook_add_submenu()
12961                 in line with a similar change in Hiroyuki's branch
12962
12963         * src/mainwindow.[ch]
12964                 disable main_window_set_thread_option()
12965         * src/prefs_folder_item.c
12966                 comment out &tmps_prefs.enable_thread,
12967         * src/mbox_folder.c, src/procmsg.[ch]
12968                 comment out MSG_IS_IGNORE_THREAD
12969         * src/summaryview.c
12970                 comment out summary_ignore_thread() and summary_unignore_thread()
12971                 comment out MSG_IS_IGNORE_THREAD
12972
12973                 use Hiroyuki's threading instead.
12974
12975
12976
12977 2001-08-15 [paul]
12978
12979         * src/account.c
12980                 use Hiroyuki's 0.5.3 column scheme but also
12981                 include the enable/disable button.
12982         * src/pixmaps/mark.xpm
12983                 add Hiroyuki's amended pixmap
12984
12985 2001-08-13 [christoph]
12986
12987         * src/account.c
12988                 receive at get all column showed wrong state for APOP
12989                 button should only work for POP3 and APOP accounts
12990         * src/prefs_account.c
12991                 added missing preprocessor statement for SSL
12992
12993 2001-08-12 [paul]
12994
12995         * src/account.[ch]
12996                 add 'receive at get all' column and enable/disable
12997                 button.
12998
12999 2001-08-06 [christoph]
13000
13001         * src/account.c
13002                 show usage of SSL in protocol column
13003
13004         * src/imap.c
13005         * src/inc.c
13006                 renamed ssl options
13007
13008         * src/prefs_account.[ch]
13009                 moved ssl options to a new page
13010
13011         * src/send.c
13012         * src/smtp.c
13013         * src/ssl.[ch]
13014                 renamed ssl options
13015                 added support for SMTP STARTTLS command
13016
13017 2001-08-05 [christoph]
13018
13019         * configure.in
13020                 debian autoconf needs version check to find
13021                 correct autoconf version. if the file is
13022                 named configure.in 2.13 is used, which does
13023                 not work with this configure.in script.
13024                 other solution would be to rename the script
13025                 to configure.ac as suggested in the autoconf
13026                 manual.
13027
13028         * src/inc.c
13029                 disable final error popup if popups are
13030                 diabled in config
13031
13032         * src/socket.c
13033                 bugfix in ssl_gets
13034                 fixes IMAP over SSL problem
13035
13036 2001-08-03 [paul]
13037
13038         * configure.in
13039                 change to 0.5.2claws1
13040
13041         * sync with sylpheed 0.5.2cvs1
13042
13043 2001-08-02 [alfons]
13044
13045         * configure.in
13046                 quick fix for ispell detection...
13047
13048 2001-08-01 [paul]
13049
13050         * configure.in
13051                 change to 0.5.1claws4
13052
13053         * sync with sylpheed 0.5.1cvs7
13054
13055 2001-07-31 [alfons]
13056
13057         * src/prefs_common.c, src/prefs_common.h, 
13058           src/gtkspell.c, src/gtkspell.h
13059                 add global spelling checker settings (compose tab) +
13060                 selection of dictionary 
13061           
13062         * configure.in  
13063                 guess valid ispell location
13064
13065 2001-07-31 [paul]
13066
13067         * po/POTFILES.in
13068                 removal of 'src/quote_fmt_parse.c'
13069         * po/de.po
13070                 Updated de.po
13071                 (submitted by Jens Oberender <didge@suse.de>)
13072
13073 2001-07-31 [darko]
13074
13075         * src/folder.[ch]
13076         * src/folderview.[ch]
13077         * src/mainwindow.c
13078         * src/mh.c
13079         * src/prefs_common.[ch]
13080         * src/summaryview.c
13081                 target folder colourization
13082
13083 2001-07-30 [paul]
13084
13085         more sync with Sylpheed 0.5.1cvs6 
13086
13087 2001-07-30 [darko]
13088
13089         * src/mh.c
13090         * src/prefs_folder_item.[hc]
13091         * src/summaryview.c
13092                 shared folders support with a GUI
13093
13094 2001-07-29 [paul]
13095
13096         0.5.1claws3
13097
13098         * sync with Sylpheed 0.5.1cvs6
13099
13100 2001-07-29 [paul]
13101
13102         * po/pt_BR.po
13103                 updated
13104                 (submitted by Fabio Junior Beneditto)
13105
13106 2001-07-28 [paul]
13107
13108         * src/procmime.c
13109         * AUTHORS
13110                 patch to correct bad image mime headers
13111                 (submitted by Don Quijote <dq@searchlores.org>)
13112
13113 2001-07-28 [paul]
13114
13115         * tools/gif2xface.pl   **NEW FILE**
13116         * tools/README
13117                 script to convert file.gif to file.xface for
13118                 use in a custom header.
13119                 (submitted by Ricardo Mones Lastra <mones@aic.uniovi.es>)
13120
13121 2001-07-27 [alfons]
13122         
13123         * configure.in
13124                 change macros for detecting JPilot and LDAP
13125
13126 2001-07-27 [christoph]
13127
13128         * src/filtering.c
13129                 code cleanup (MIN / MAX warning, needed casting)
13130
13131 2001-07-27 [alfons]
13132
13133         * procheader.c
13134                 disallow setting flags when detecting certain headers
13135                 (X-Status, Status, Seen, X-Seen). 
13136         
13137         * sync with Hiroyuki's Sylpheed 0.5.1cvs5
13138
13139 2001-07-27 [christoph]
13140
13141         * src/prefs_filter.c
13142         * src/prefs_filtering.c
13143         * src/prefs_matcher.c
13144         * src/prefs_scoring.c
13145                 scroll list when moving rows up or down
13146
13147         * src/imap.c
13148         * src/imap.h
13149         * src/prefs_account.c
13150         * src/prefs_account.h
13151         * src/send.c
13152                 SMTP over SSL (untested, feedback requested)
13153                 IMAP over SSL
13154
13155         * src/ssl.c
13156                 code cleanup
13157
13158 2001-07-26 [alfons]
13159         
13160         * configure.in, acconfig.h
13161                 define CLAWS (need this for main / claws detection)
13162
13163 2001-07-25 [alfons]
13164
13165         * configure.in
13166                 Sylpheed 0.5.1claws2
13167                 
13168         * sync with Sylpheed 0.5.1cvs4
13169
13170 2001-07-25 [christoph]
13171
13172         * src/scoring.c
13173                 fixed segfault
13174                 item->prefs == NULL (don't know why)
13175
13176 2001-07-25 [alfons]
13177
13178         * configure.in
13179                 Sylpheed 0.5.1claws1
13180
13181         * sync with Sylpheed 0.5.1cvs1-3
13182
13183 2001-07-24 [christoph]
13184
13185         * src/folderview.c
13186         * src/prefs_folder_item.[ch]
13187                 added folderitem preferences dialog with
13188                 default To: and auto request return receipt
13189
13190         * src/compose.[ch]
13191         * src/menu.[ch]
13192                 changes to handle new folderitem preferences
13193
13194         * src/mainwindow.c
13195         * src/summaryview.c
13196                 call compose new mail with current folderitem
13197
13198 2001-07-24 [alfons]
13199
13200         Release Sylpheed 0.5.1claws
13201
13202         * configure.in
13203                 change to release version 0.5.1claws
13204
13205 2001-07-24 [christoph]
13206
13207         * src/summaryview.c
13208                 fixed segfault that happend when the selected
13209                 message was removed while retrieving new messages.
13210
13211         * po/es.po
13212                 updated translation
13213                 (submitted by Ricardo Mones Lastra <mones@trasgu.aic.uniovi.es>)
13214
13215 2001-07-22 [alfons]
13216
13217         add English User Manual for Sylpheed by Paul Kater (paul@nlpagan.net).
13218         this is a work in progress, for more information: http://nlpagan.net/sylman 
13219         
13220         * configure.in, src/mainwindow.c, manual/Makefile.am
13221                 add support for English manual
13222
13223         * AUTHORS
13224                 add authors of user manuals
13225
13226         * manual/en/sylpheed*.html
13227                 add English documentation
13228
13229 2001-07-22 [christoph]
13230
13231         * po/POTFILES.in
13232                 added src/ssl.c
13233         * src/ssl.c
13234                 changed a wrong debug message
13235
13236 2001-07-22 [alfons]
13237
13238         * po/nl.po
13239                 update Dutch translation
13240
13241         * src/prefs_filtering.c, 
13242           src/prefs_matcher.c
13243                 add more translatable strings           
13244
13245 2001-07-21 [alfons]
13246
13247         0.5.0claws7
13248
13249         * configure.in
13250                 change version
13251
13252         * src/inc.c, src/summaryview.[ch]
13253                 prevent update of mark file when filtering has done, by
13254                 using a variable; this affects two functions:
13255                         inc.c::inc_finished()
13256                         summaryview.c::summary_show()
13257
13258 2001-07-20 [alfons]
13259
13260         * src/filtering.[ch], src/prefs_filtering.c, 
13261           src/matcher.[ch]
13262                 add filtering action for label coloring 
13263
13264         * po/POTFILES.in
13265                 add labelcolors.c
13266
13267         * added src/labelcolors.c
13268         * added src/labelcolors.h
13269         * src/Makefile.am, src/summaryview.c
13270                 rearrange label coloring code
13271
13272         * src/procmsg.h
13273                 add more parentheses so label colouring works correctly
13274
13275         * src/filtering.c
13276                 don't really delete message, but move it to Trash
13277
13278         * src/prefs_matcher.c
13279                 add quote options to info dialog
13280
13281 2001-07-20 [christoph]
13282
13283         * src/Makefile.am
13284         * src/inc.c
13285         * src/main.[ch]
13286         * src/socket.h
13287         * src/ssl.[ch] (new)
13288                 moved ssl stuff to a seperate file
13289
13290 2001-07-20 [darko]
13291
13292         * src/summaryview.c
13293                 fix show sender using address book with no e-mail
13294                 address in From: field
13295
13296 2001-07-19 [alfons]
13297
13298         * src/matcher.[ch], src/filtering.c, src/prefs_filtering.c
13299                 fix messy handling of escaping... now at least the
13300                 execute command is useful. escape char is '\', we
13301                 accept \n and \r too. 
13302
13303                 Real life example:
13304                 
13305                 subject match "GIMME YOUR FILTERS" execute "mail -s \"%f don\'t hurt me, please!\" %f < ~/.sylpheed/filteringrc
13306                 subject match "GIMME YOUR FILTERS" execute "mail -s \"mommy, mommy, %f is being mean!\" admin < %F
13307
13308 2001-07-18 [alfons]
13309
13310         0.5.0claws6
13311
13312         * src/summaryview.c
13313                 clean up
13314
13315         * src/matcher.c, src/filtering.[ch], src/inc.c, src/mbox.c,
13316           src/procmsg.[ch]
13317                 revise filtering; currently move, copy, marking have
13318                 been tested. if you like bleeding edge stuff, you
13319                 should definitely go for this version :)
13320
13321         * mark old working stuff as VERSION_0_5_0_CLAWS5        
13322
13323 2001-07-17 [christoph]
13324
13325         * src/utils.c
13326                 timestamp log
13327
13328 2001-07-17 [alfons]
13329
13330         0.5.0claws5
13331
13332         * sync with Hiroyuki's 0.5.0cvs5; this version allows us to put more 
13333           bits in the mark file, without affecting either branch. Lots of
13334           files changed, also in claws branch.
13335
13336           UNTESTED: use of mbox folders
13337
13338         * src/summaryview.c
13339                 added mark all read; however this was a quick hack used for
13340                 cleaning up mess after initial merge with Hiroyuki
13341
13342         * configure.in
13343                 change claws version number back to 0.5.0claws5 to clear up 
13344                 confusion & pretension (recent release was technically 
13345                 0.5.0claws4, so we neatly align with Hiroyuki :-)
13346
13347 2001-07-16 [alfons]
13348
13349         sync with Hiroyuki's 0.5.0cvs4
13350
13351 2001-07-16 [alfons]
13352
13353         0.5.1claws3
13354
13355         * src/filtering.[ch]
13356                 remove invalid updating of mark files for 
13357                 filter actions MATCHING_ACTION_MOVE and 
13358                 MATCHING_ACTION_DELETE; this should fix the
13359                 folder update bug
13360                 
13361         * src/procmsg.c
13362                 revert Christoph's stab at fixing the folder 
13363                 update bug
13364
13365         * po/POTFILES.in
13366                 add missing files with translatable strings
13367
13368         * src/summaryview.c
13369                 remove debug print
13370
13371 2001-07-15 [alfons]
13372
13373         * src/addr_compl.[ch], src/prefs_filtering.c
13374                 make "filtering pref dialog's destination entry" an
13375                 "address completable entry", if filter destination is 
13376                 an email address
13377
13378         0.5.1claws2
13379         
13380         sync with Hiroyuki's 0.5.0cvs2-3
13381
13382 2001-07-15 [christoph]
13383
13384         * src/procmsg.c
13385                 fixed folder stats update after incorporation
13386
13387 2001-07-15 [alfons]
13388
13389         * src/summaryview.c
13390                 * finish label colouring stuff (for now)
13391                 * fix incorrect colour bug (off by one) 
13392
13393 2001-07-14 [alfons]
13394
13395         * src/mainwindow.c
13396                 change text labels for news and mail message so there's
13397                 plenty of toolbar estate left
13398
13399         * configure.in
13400                 0.5.1claws1
13401
13402         * src/folderview.c
13403           src/folder.[ch]
13404                 sync with Hiroyuki's 0.5.0cvs1
13405
13406         * src/summaryview.c
13407                 more rewrite label colouring
13408
13409 2001-07-14 [alfons]
13410
13411         * src/summaryview.[ch]
13412                 * start rewrite label colouring 
13413                 * fix proper location "Add Sender To Addressbook" menu item
13414
13415 2001-07-13
13416
13417         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
13418         (actually this is 0.5.0claws4)
13419
13420 2001-07-13 [alfons]
13421
13422         * po/pt_BR.po
13423                 * fix duplicate message
13424                 * add updated Portugese / Brazilian translation
13425                   submitted by Fabio Junior Beneditto
13426
13427 2001-07-12 [alfons]
13428
13429         * AUTHORS
13430                 add Jens
13431
13432         * po/nl.po
13433                 add updated Dutch translation
13434
13435         * po/de.po
13436                 add updated German translation submitted by Jens
13437
13438 2001-07-11 [alfons]
13439
13440         Prerelease before 0.5.0claws. Please test.
13441         This version is temporarily tagged as VERSION_0_5_0_TEST
13442
13443         * src/matcher.[ch], src/summaryview.c, src/scoring.[ch]
13444           src/prefs_scoring.c, src/prefs_matcher.c, 
13445           src/prefs_filtering.c, src/mbox.c, 
13446           src/main.c, src/inc.c, src/filtering.[ch]
13447                 revert new Hoa's new matcher (does not work yet)
13448
13449         * src/Makefile.am
13450                 clean up
13451
13452 2001-07-10
13453
13454         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
13455
13456
13457 2001-07-10 [alfons]
13458
13459         * Makefile.am
13460                 add ChangeLog.claws to EXTRA_DIST
13461         * src/Makefile.am
13462                 add matcher_parser_parse.h to EXTRA_DIST
13463
13464 2001-07-10 [christoph]
13465
13466         * src/inc.c
13467                 add destination folder to table of
13468                 folders that need to be updated after
13469                 incorporation
13470
13471 2001-07-10 [alfons]
13472
13473         * folder.[ch]
13474           folderview.c
13475                 make collapse state of folders and folder items persistent, i.e.
13476                 if you collapse a folder tree, the next time sylpheed-claws starts 
13477                 up the folder tree remains collapsed.  
13478                 
13479 2001-07-10 [christoph]
13480
13481         * acconfig.h
13482         * configure.in
13483                 added --enable-ssl
13484         * src/md5.[ch]
13485                 renamed MD5_CTX to MD5_CTX_syl
13486                 conflicts with a struct in openssl
13487         * src/inc.c
13488         * src/main.[ch]
13489         * src/prefs_account.[ch]
13490         * src/socket.[ch]
13491                 SSL support for POP
13492         * src/mainwindow.c
13493                 fixed compose with current account
13494                 broken by new compose button stuff
13495
13496 2001-07-09 [hoa]
13497
13498         * AUTHORS
13499                 changed my email address
13500
13501         * src/matcher_parser_parse.y
13502                 clean the parser to remove conflicts
13503
13504 2001-07-09 [alfons]
13505
13506         * AUTHORS
13507                 add Match Grun
13508
13509         * configure.in
13510                 fix incorrect description of --enable-ldap parameter
13511
13512         * src/prefs_common.[ch]
13513           src/compose.c
13514                 add experimental option "smart wrapping" which makes the
13515                 compose editor auto wrap.
13516                 
13517                 | TODO: the problem with the buggy cursor handling is caused |
13518                 | by the GtkText. when deleting / backspacing text its       |
13519                 | wrapping algorithm does not take in account the previous   |
13520                 | line. should find a way to hack this in.                   |
13521                 | or should perhaps combine this with the word wrapping      |
13522                 | patch i wrote in january.                                  |
13523
13524         * src/about.c
13525                 show build parameters for LDAP and JPilot
13526
13527         * src/summaryview.c
13528                 revert Christoph's bugfix for selecting next unread message, 
13529                 because folder stats aren't updated correctly
13530
13531 2001-07-08 [hoa]
13532
13533         * src/filtering.c
13534         * src/mainwindow.c
13535         * src/matcher.c
13536         * src/matcher_parser_lex.l
13537         * src/matcher_parser_parse.y
13538         * src/prefs_filtering.c
13539         * src/prefs_scoring.c
13540         * src/scoring.c
13541                 bugfix of the config file parser
13542
13543 2001-07-08 [alfons]
13544
13545         * src/Makefile.am
13546                 added generated matcher sources to BUILT_SOURCES
13547
13548 2001-07-08 [hoa]
13549
13550         * src/Makefile.am
13551         * src/.cvsignore
13552                 added new config file parser
13553
13554         * src/scoring.[ch]
13555         * src/filtering.[ch]
13556         * src/matcher.[ch]
13557         * src/prefs_filtering.c
13558         * src/prefs_matcher.c
13559         * src/prefs_scoring.c
13560         * added src/matcher_parser.h
13561         * added src/matcher_parser_lex.h
13562         * added src/matcher_parser_lex.l
13563         * added src/matcher_parser_parse.y
13564                 lex & yacc config file parser
13565
13566         * src/mbox.c
13567         * src/inc.c
13568         * src/main.c
13569                 changes prefs_filtering into global_filtering           
13570
13571         * src/summaryview.c
13572                 build threads with subjects only if "Re: " is at the
13573                 beginning of the subject
13574
13575 2001-07-07 [paul]
13576
13577         0.5.0claws
13578
13579         sync with sylpheed 0.5.0
13580                 change of version number only
13581
13582 2001-07-06 [paul]
13583
13584         0.5.0claws5
13585
13586         sync with sylpheed 0.5.0pre5
13587
13588 2001-07-05 [paul]
13589
13590         sync with sylpheed 0.5.0pre4 release
13591                 /po and /manual/ja not sync'ed
13592
13593 2001-07-04 [paul]
13594
13595         more sync with sylpheed 0.5.0pre4
13596
13597 2001-07-03 [christoph]
13598
13599         * src/addressbook.c
13600                 fixed address book broken by address book
13601                 for VCard, JPilot, LDAP
13602
13603 2001-07-03 [alfons]
13604
13605         * src/matcher.c
13606         * src/textview.c
13607                 stopped memory leaks
13608
13609 2001-07-03 [paul]
13610
13611         more sync with sylpheed 0.5.0pre4
13612
13613 2001-07-02 [match]
13614
13615         * included address book patch for VCard, JPilot, LDAP
13616         * pref_common.c - fixed Font options on Display tab (cosmetic)
13617         * alertpanel.c - fixed truncated message
13618
13619 2001-07-02 [christoph]
13620
13621         * src/mbox_folder.c
13622         * src/procmsg.[ch]
13623         * src/summaryview.c
13624                 mark threads for ignoring
13625
13626 2001-07-02 [paul]
13627
13628         0.5.0claws4
13629
13630         * sync with sylpheed 0.5.0pre4
13631                 updated gettext to 0.10.38.
13632
13633 2001-07-01 [paul]
13634
13635         * src/ mainwindow.c
13636         * src/procmsg.h
13637         * src/summaryview.[ch]
13638                 new right-click option: Label.
13639                 substitute for 'Mark-->Mark/Unmark', colours the line.
13640                 (submitted by Satoshi Nagayasu <snaga@snaga.org>)
13641
13642 2001-07-01 [christoph]
13643
13644         * src/folderview.c
13645                 fixed font for trash
13646         * src/summaryview.c
13647                 move ctree to unread message
13648
13649 2001-07-01 [paul]
13650
13651         * sync with sylpheed 0.5.0pre3 release
13652
13653 2001-06-30 [alfons]
13654
13655         * src/filesel.[ch]
13656         * src/compose.c
13657                 allow inserting / attaching multiple files in
13658                 the composer window
13659
13660 2001-06-30 [paul]
13661
13662         * src/codeconv.c
13663                 small change to Alfons' previous stuff so that it
13664                 actually makes
13665
13666 2001-06-30 [alfons]
13667
13668         * lots of files changed; first attempt to merge the changes
13669           and bugfixes submitted by Andre Eibel (ae@baltic-online.de).
13670
13671 2001-06-30 [paul]
13672
13673         * po/pt_BR.po
13674                 updated and completed, translations by Fabio
13675                 Junior Beneditto <fjbeneditto@yahoo.com.br>
13676
13677 2001-06-29 [alfons]
13678
13679         * src/compose.c
13680         * src/mimeproc.[ch]
13681                 allow selecting an attached files' mime type from a 
13682                 list of types.
13683
13684 2001-06-29 [paul]
13685
13686         * more sync with sylpheed 0.5.0pre3
13687
13688 2001-06-29 [paul]
13689
13690         * po/pt_BR.po
13691                 merge with sylpheed.pot and pt_BR.po provided by
13692                 Fabio Junior Beneditto.
13693
13694 2001-06-29 [darko]
13695
13696         * src/procmime.c
13697                 make MIME types case insensitive
13698
13699 2001-06-28 [alfons]
13700
13701         * po/nl.po
13702                 merge with sylpheed.pot and old nl.po; translations added.
13703
13704 2001-06-28 [paul]
13705
13706         * more sync with sylpheed 0.5.0pre3
13707
13708 2001-06-27 [alfons]
13709
13710         * src/summaryview.c
13711                 don't crash when removing parent node of messages
13712                 attracted by subject. this was caused by not deleting
13713                 the parent node from the subject line hash table.
13714
13715 2001-06-27 [alfons]
13716
13717         * src/summaryview.c
13718         * src/compose.[ch]
13719         * src/mainwindow.c
13720                 if there are multiple messages selected, allow forwarding
13721                 them as attachments.
13722
13723 2001-06-27 [paul]
13724
13725         * more sync with sylpheed 0.5.0pre3
13726
13727 2001-06-26 [paul]
13728
13729         0.5.0claws3
13730
13731         * sync with sylpheed 0.5.0pre3
13732
13733 2001-06-25 [paul]
13734
13735         * src/mainwindow.c
13736                 fixed 'compose news article' bug
13737                 from icon-and-text toolbar
13738
13739 2001-06-25 [paul]
13740
13741         * sync with sylpheed 0.5.0pre2 release
13742
13743 2001-06-24 [christoph]
13744
13745         * src/prefs_common.c
13746                 bug fix in font selection
13747         * src/folderview.c
13748                 use sylpheed's normal font instead of
13749                 gtk default font for folders without
13750                 new messages
13751
13752 2001-06-24 [alfons]
13753
13754         * src/mainwindow.[ch]
13755                 added composite compose mail / news button (an idea by Leandro
13756                 Pereira <leandro@linuxmag.com.br>)
13757
13758 2001-06-24 [paul]
13759
13760         Added instructions for ldif-to-xml.py
13761
13762         * tools/README
13763
13764 2001-06-23 [alfons]
13765
13766         Some minor things.
13767
13768         * src/pixmaps/stock_news_compose.xpm
13769                 added pixmap by Leandro
13770         * src/prefs_common.c
13771                 tested built-in spelling checker of GCC 3.0 :)
13772         * po/nl.po
13773                 merged dutch translation of sylpheed-main with
13774                 sylpheed.pot
13775
13776 2001-06-23 [paul]
13777
13778         Added tools directory and files.
13779
13780         * tools/filter_conv.pl
13781                 converts old filter system to new filtering system
13782         * tools/ldif-to-xml.py
13783                 converts netscape addressbook to sylpheed addressbook
13784         * tools/README
13785                 descriptions/instructions for above two files
13786
13787 2001-06-23 [christoph]
13788
13789         * src/inc.c
13790         * src/manage_window.[ch]
13791         * src/prefs_common.[ch]
13792                 mail retrieval dialog can be enabled, disabled
13793                 or hidden if non of sylpheed's windows is active
13794
13795 2001-06-22 [paul]
13796
13797         0.5.0claws2
13798
13799         * sync with sylpheed 0.5.0pre2
13800
13801 2001-06-21 [christoph]
13802
13803         * src/summaryview.c
13804                 show recipient on 'from' for all accounts
13805                 
13806         * src/inc.c
13807         * src/prefs_common.[ch]
13808                 disable error popup on mail receive errors
13809
13810 2001-06-21 [alfons]
13811
13812         * src/compose.c
13813                 made the ruler correctly appear and disappear.
13814
13815         * src/Makefile.am
13816                 removed Hoa's work-in-progress-stuff (interesting!) so 
13817                 claws compiles ok.
13818
13819 2001-06-20 [christoph]
13820
13821         * src/inc.c
13822         * src/progressdialog.c
13823                 added scrolled window for list in progressdialog
13824
13825 2001-06-20 [paul]
13826
13827         sync with sylpheed 0.5.0pre1 release
13828
13829 2001-06-20 [christoph]
13830
13831         * src/summeryview.c
13832                 make building threads by subject work when
13833                 thread view is enabled
13834                 
13835         * src/compose.c
13836         * src/prefs_common.[ch]
13837                 automatically select account for mail replys
13838
13839 2001-06-19 [sergey]
13840
13841         * src/compose.c (compose_create): keep Bcc and Reply-To visible if
13842         they are filled in from the account settings.
13843
13844 2001-06-19 [paul]
13845
13846         * more sync with sylpheed 0.5.0pre1
13847
13848 2001-06-18 [alfons]
13849
13850         * src/Makefile.am,
13851           src/procmime.c
13852                 added --sysconfdir to CPPFLAGS for pointing to the correct
13853                 location of mime.types. 
13854
13855                 NOTE: make sure you use --sysconfdir when running ./autogen.sh
13856                 or ./configure!
13857
13858 2001-06-18 [hoa]
13859
13860         * src/summaryview.c
13861                 fixed some bug when building threads
13862
13863 2001-06-18 [pau]l
13864
13865         * src/prefs_account.c
13866                 UI stuff: More changes to the English
13867
13868 2001-06-18 [paul]
13869
13870         * src/pixmaps/stock_news_compose.xpm: new file
13871         * src/Makefile.am
13872         * src/mainwindow.c
13873         * src/summaryview.c
13874                 Added new icon for Hoa's 'compose a news
13875                 message', plus minor improvements to the
13876                 English
13877
13878         * po/ja.po
13879         * ChangeLog
13880         * ChangeLog.jp
13881                 more sync with sylpheed 0.5.0pre1
13882
13883 2001-06-18 [hoa]
13884
13885         * src/compose.[ch]
13886         * src/mainwindow.c
13887                 Follow-up and reply to
13888
13889         * src/summaryview.[ch]
13890                 Build threads also with subjects
13891
13892 2001-06-17 [hoa]
13893
13894         * src/compose.c
13895                 forwarding use the current account.
13896
13897         * src/mainwindow.c
13898                 the "compose message" button has been replaced with
13899                 "new mail" and "new news" buttons
13900
13901         * src/prefs_common.[ch]
13902                 added a configuration option to use the forward button
13903                 as "forward as attachment"
13904                 changed reply and forward format description
13905
13906         * src/quote_fmt_lex.l
13907         * src/quote_fmt_parse.y
13908                 added message with no signature in format for reply
13909                 and forward.
13910
13911 2001-06-17 [paul]
13912
13913         Minor UI stuff
13914
13915         * src/mainwindow.c
13916         * src/summaryview.c
13917                 Improvements to the English
13918
13919         * src/prefs_common.c
13920                 Improvements to the English and some
13921                 clarity/continuity improvements in the
13922                 description of Quote symbols.
13923
13924 2001-06-17 [paul]
13925
13926         0.5.0claws1
13927
13928         * sync with sylpheed 0.5.0pre1
13929
13930 2001-06-17 [hoa]
13931
13932         * src/compose.c
13933                 Better interface for compose, displayed fields
13934                 are updated whenever we change account.
13935                 Newsgroups field is automatically filled.
13936
13937         * src/mainwindow.c
13938                 Newsgroups field is automatically filled.
13939
13940         * src/prefs_account.c
13941                 Some interface stuff when fields appear and
13942                 disappear.
13943
13944 2001-06-16 [paul]
13945
13946         0.4.99claws
13947
13948         * sync with sylpheed 0.4.99
13949
13950 2001-06-16 [sergey]
13951
13952         * src/base64.c, src/base64.h (Base64Decoder, base64_decoder_new,
13953         base64_decoder_free, base64_decoder_decode): new object and
13954         functions for decoding base64 streams.
13955         * src/procmime.c (procmime_decode_content): modified to use the
13956         new base64 decoder.
13957
13958 2001-06-15 [paul]
13959
13960         0.4.99claws10
13961
13962         * sync with sylpheed 0.4.99cvs11
13963
13964 2001-06-13 [paul]
13965
13966         0.4.99claws9
13967
13968         * sync with sylpheed 0.4.99cvs9
13969
13970 2001-06-13 [hoa]
13971
13972         * src/compose.c
13973         * src/prefs_account.c
13974
13975                 SMTP server can be defined in the news account
13976                 mime type of attachment are kept.
13977
13978         * src/summaryview.c
13979
13980                 now choose the highest important score between default
13981                 and important score of folder.
13982
13983 2001-06-09 [alfons]
13984         
13985         * src/prefs_common.c: 
13986
13987                 (prefs_quote_description_create): corrected description of 
13988                 quote format characters
13989
13990 2001-06-09 [paul]
13991
13992         0.4.99claws8
13993
13994         * sync with sylpheed 0.4.99cvs8
13995
13996 2001-06-08 [sergey]
13997
13998         * src/Makefile.am: fix for "make dist": added quote_fmt_parse.h
13999         and pixmaps/stock_mail_reply_to_author.xpm to EXTRA_DIST.
14000
14001 2001-06-08 [paul]
14002
14003         0.4.99claws7
14004
14005         * sync with sylpheed 0.4.99cvs7
14006
14007 2001-06-06 [sergey]
14008
14009         * src/quote_fmt.h: renamed from src/quote_fmt_parse.h (which
14010         clashes with autogenerated header).
14011         * src/compose.c, src/quote_fmt_parse.y: #include "quote_fmt.h"
14012         * src/Makefile.am: added quote_fmt.h.
14013         * src/.cvsignore: added lex/yacc autogenerated files
14014         (quote_fmt_lex.c, quote_fmt_parse.c, quote_fmt_parse.h).
14015
14016 2001-06-06 [paul]
14017
14018         0.4.99claws6
14019
14020         * sync with sylpheed 0.4.99cvs6
14021
14022 2001-06-06 [hoa]
14023
14024         * added src/quote_fmt_parse.h
14025         * src/compose.c
14026                 removed warnings
14027
14028         * src/prefs.[ch]
14029                 don't modify readonly configuration files
14030
14031         * src/prefs_account.c
14032         * src/prefs_common.c
14033         * src/prefs_customheader.c
14034         * src/prefs_display_header.c
14035         * src/prefs_filter.c
14036         * src/prefs_filtering.c
14037         * src/prefs_scoring.c
14038                 don't open dialog box when configuration files
14039                 are readonly
14040
14041 2001-06-05 [sergey]
14042
14043         * configure.in: added AM_PROG_LEX and AC_PROG_YACC.
14044
14045         * src/Makefile.am: replaced quote_fmt.tab.[ch] by
14046         quote_fmt_lex.[lh], quote_fmt_parse.y; added YFLAGS=-d; added
14047         BUILT_SOURCES to make all files rebuild properly.
14048
14049         * src/compose.c: removed #include "quote_fmt.tab.h".
14050
14051         * src/quote_fmt_lex.l: renamed from quote_fmt.l; changed to return
14052         CHARACTER value in yylval.
14053
14054         * src/quote_fmt_parse.y: renamed from quote_fmt.y; changed to
14055         receive CHARACTER value by documented means (yylval).
14056
14057         * src/lex.quote_fmt.c, src/quote_fmt.{l,y,tab.{c,h}}: removed.
14058
14059 2001-06-05 [hoa]
14060
14061         * src/Makefile.am
14062                 changed quote_fmt.[ch] into quote_fmt.tab.[ch]
14063
14064         * src/filtering.c
14065         * src/matcher.c
14066         * src/matcher.h
14067         * src/prefs_filtering.c
14068                 now keep the configuration for execute action
14069
14070         * src/mbox_folder.c
14071                 fixed a warning
14072
14073 2001-06-05 [paul]
14074
14075         * sync with sylpheed 0.4.99cvs5
14076
14077 2001-06-05 [hoa]
14078
14079         * src/Makefile.am
14080                 added quote_fmt.[ch]
14081
14082         * added src/quote_fmt.y
14083         * added src/quote_fmt.l
14084         * added src/quote_fmt.tab.h
14085         * added src/quote_fmt.tab.c
14086         * added src/lex.quote_fmt.c
14087                 parsing configuration for replying
14088                 and forwarding
14089
14090         * src/prefs_common.[ch]
14091                 added configuration UI for replying
14092                 and forwarding
14093
14094         * src/compose.c
14095                 using configuration for replying
14096                 and forwarding
14097
14098 2001-06-04 [hoa]
14099
14100         * src/filtering.c
14101         * src/matcher.c
14102         * src/matcher.h
14103         * src/prefs_filtering.c
14104         * src/prefs_matcher.c
14105         * src/prefs_matcher.h
14106                 action "run a command" for filtering
14107                 and matching with a command.
14108                 fixed the "whole message" matching
14109
14110         * src/mbox_folder.c
14111                 changed temporary filename for security
14112
14113         * src/messageview.c
14114                 queue the notification if it fails to send.
14115
14116         * src/prefs_common.c
14117         * src/prefs_folder_item.c
14118                 changed the default important score             
14119
14120         * src/prefs_scoring.c
14121         * src/scoring.c
14122                 hide kill score input when the folder is not
14123                 a newsgroup
14124
14125 2001-06-03 [alfons]
14126
14127         * src/prefs_common.c:
14128
14129                 (prefs_font_select): pass font name in font entry box to font
14130                 selection dialog.
14131
14132 2001-06-03 [sergey]
14133
14134         * src/smtp.c (smtp_ok): fixed sock_gets() error handling.
14135
14136 2001-06-03 [paul]
14137
14138         * sync with sylpheed 0.4.99cvs4
14139
14140 2001-06-03 [alfons]
14141
14142         * src/headerwindow.c:
14143
14144                 (headerwindow_show_cb): use the selected summary view item, not
14145                 the displayed item.
14146
14147 2001-06-02 [alfons]
14148
14149         * src/headerwindow.c:
14150
14151                 (headerwindow_show_cb): always try to show msginfo
14152
14153 2001-06-02 [hoa]
14154
14155         * src/compose.c
14156                 keep attached parts when reediting or forwarding.
14157
14158 2001-06-01 [hoa]
14159
14160         * src/folderview.c
14161         * src/prefs_folder_item.[ch]
14162         * src/prefs_scoring.[ch]
14163         * src/scoring.[ch]
14164         * src/summaryview.[ch]
14165         * src/main.c
14166         * src/mainwindow.c
14167         * src/prefs_common.[ch]
14168                 support for folder scoring
14169                 kill score and important score for messages
14170         
14171         * src/prefs_account.c
14172                 some display bug fixed for local account
14173                 preferences
14174
14175 2001-05-31 [alfons]
14176
14177         * src/summaryview.c:
14178
14179                 (add_sender_to_cb): don't crash when no or invalid sender; the add 
14180                 sender to address book menu item is disabled.
14181
14182 2001-05-30 [hoa]
14183
14184         * src/filtering.[ch]
14185         * src/summaryview.c
14186                 handling summary menu / filter messages
14187
14188         * src/folder.[ch]
14189                 add some stuff
14190
14191         * src/foldersel.c
14192                 imap folders now appears in list
14193
14194         * src/mbox_folder.c
14195                 doesn't crash if destination mail is not writeable
14196
14197 2001-05-29 [hoa]
14198
14199         * src/compose.c
14200                 removed some warnings
14201
14202         * src/filtering.c
14203         * src/folder.[ch]
14204         * src/prefs_filtering.c
14205                 global string to identify any folders           
14206                 removed some debug info
14207                 filtering to mbox folders is now possible
14208
14209         * src/mainwindow.c
14210                 removed some warnings
14211
14212         * src/mbox_folder.c
14213                 permission on files are changed to read/write for user only,
14214                 nothing for other.
14215                 creation of subfolder is handled better.
14216
14217 2001-05-28 [alfons]
14218
14219         Verified the sync for src/prefs_common.[ch] and
14220         src/prefs_account.[ch]. I believe there were some
14221         minor indentation differences.
14222
14223 2001-05-28 [paul]
14224
14225         0.4.99claws3
14226
14227         * sync with 0.4.99cvs3
14228
14229 2001-05-28 [hoa]
14230
14231         * src/compose.c
14232                 handling flags for mbox format
14233
14234         * src/filtering.c
14235                 use of mark file only for MH format
14236                 handling flags for mbox format
14237                 filtering cannot yet move or copy mails to mbox folders.
14238
14239         * src/folder.[ch]
14240                 changed move_msg, copy_msg,
14241                 move_msgs_with_dest, copy_msgs_with_dest functions
14242                 uses only folder->copy_msg() function
14243                 uses folder->finished_copy() to handle the destination
14244                 folder at the end of the copy or move operation.
14245
14246         * src/foldersel.c
14247                 included mbox directories.
14248
14249         * src/folderview.[ch]
14250         * src/mainwindow.c
14251                 handle folders operation for mbox format
14252
14253         * src/mbox.c
14254                 disable conversion of "From " header
14255
14256         * src/mbox_folder.[ch]
14257                 completion of mbox format handling
14258
14259         * src/mh.c
14260                 changed mh_copy_msg() function and
14261                 removed mh_move_msg(), mh_move_msgs_with_dest(),
14262                 mh_copy_msgs_with_dest()
14263
14264         * src/prefs_filtering.c
14265                 removed some warnings
14266
14267         * src/prefs_matcher.c
14268                 default boolean operation is AND
14269
14270         * src/procheader.c
14271                 handling flags for mbox format
14272                 handling of "From " header
14273
14274         * src/procmsg.[ch]
14275                 removed data field
14276                 added MSG_REALLY_DELETED flags to handle deletion of
14277                 messages in mbox format.
14278
14279         * src/summaryview.c
14280                 handling flags for mbox format
14281                 disable the MSG_DELETED flags when messages
14282                 are deleted in mbox format
14283
14284         * src/textview.c
14285                 "From " headers display fixed.
14286
14287 2001-05-27 [alfons]
14288
14289         * src/textview.c:
14290                 
14291                 (get_email_part): skip quoted email addresses, like in e.g.
14292                 "'alfons@proteus.demon.nl'".
14293
14294 2001-05-26 [alfons]
14295
14296         Minor GUI fixes adding horizontal scrollbars to Hoa's matcher dialogs,
14297         and fixing the persistence troubles when using separate windows.
14298
14299         * src/mainwindow.c:
14300         
14301             Added #define SEPARATE_ACTION used in the gtk item factory for 
14302             the SEPARATE_FOLDER and SEPARATE_MESSAGE items, so we can
14303                 use gtk_item_factory_get_widget_by_action() to get the items.
14304                 
14305             Removed separate_widget_cb from the gtk item factory data   
14306           
14307             (mainwindow_create): connect separate_widget_cb() to check
14308             menu item "toggled" signal. also passing a MainWindow pointer
14309                 as object data for both check menu items.
14310                 
14311             (separate_widget_cb): definition of separate_widget_cb() to match
14312             GtkCheckMenuItem's "toggled" signal. Now get the pointer to the main 
14313                 window using gtk_object_get_data(). The type of window separation 
14314                 (SEPARATE_MESSAGE or SEPARATE_FOLDER) is passed as the signal's data
14315         
14316         * src/prefs_filtering.c,
14317           src/prefs_matcher.c: added horizontal scrollbars
14318
14319 2001-05-25 [darko]
14320
14321         * src/headerview.c
14322                 fix segfault with invalid bold font
14323         * src/summaryview.c
14324                 correctly display summary stats after row is marked
14325
14326 2001-05-23 [sergey]
14327
14328         * src/codeconv.c (conv_get_code_conv_func): fix for ISO-8859-*
14329         encodings with libjconv.
14330
14331 2001-05-23 [hoa]
14332
14333         * src/Makefile.am
14334                 added mbox_folder.[ch]
14335         * src/defs.h
14336                 mbox temporary folder
14337         * src/folder.[ch]
14338         * added src/mbox_folder.[ch]
14339         * src/folderview.c
14340         * src/procheader.[ch]
14341                 added mbox support
14342         * src/mbox.c
14343                 bugfix for file incorporation filtering
14344         * src/imap.c
14345                 enable creation of MBOX
14346         * src/prefs_display_header.c
14347                 enable use of headers like "From "
14348                 something that should be fixed :
14349                         displaying of such headers add an extra space
14350         * src/prefs_folder_item.c
14351                 don't create folders because it is not necessary
14352         * src/procmsg.h
14353                 added data field to MsgInfo for mbox internal use
14354         * src/summaryview.c
14355                 added some support for mbox
14356         * src/utils.[ch]
14357                 added get_mbox_cache_dir() function
14358
14359 2001-05-23 [hiroyuki]
14360
14361         * src/headerwindow.c
14362           src/inc.c
14363           src/main.c
14364           src/mh.c
14365           src/nntp.c
14366           src/procmsg.h
14367           src/session.h
14368           src/socket.[ch]
14369           src/summaryview.c
14370           src/textview.c
14371           src/automaton.c
14372           src/folderview.c: more sync with 0.4.99cvs2.
14373
14374         * src/headerwindow.c: reverted.
14375
14376 2001-05-22 [paul]
14377
14378         0.4.99claws2
14379
14380         * sync with sylpheed 0.4.99cvs2
14381                 * src/news.[ch]
14382                 * src/nntp.[ch]
14383                 * INSTALL
14384                 * INSTALL.jp
14385
14386 2001-05-22 [alfons]
14387
14388         * src/summaryview.c: bugfixed a premature assignment in  summaryview_add_sender_to_cb()
14389
14390 2001-05-21 [alfons]
14391
14392         Minor things:
14393
14394         * configure.in: if gnome-config not found, "no" is displayed
14395         
14396         * sylpheed.desktop: "Hello World" is replaced with "Sylpheed Mail"
14397
14398         * src/textview.c: now also possible to add mail addresses by right
14399           clicking in the text view
14400
14401         * src/codeconv.c: merged patch which fixes endless loop when encountering
14402           invalid wide characters; from Alte <010@imis.ru>  
14403
14404 2001-05-20 [alfons]
14405
14406         Added installation of gnome specific things:
14407
14408         * Makefile.am: gnome conditional
14409
14410         * configure.in: check for installed gnome
14411
14412         * added sylpheed.png, sylpheed.desktop
14413
14414 2001-05-20 [sergey]
14415
14416         * src/pixmaps/stock_mail_reply_to_author.xpm: new file.
14417
14418         * src/mainwindow.h (main_window_toolbar_create): created a button
14419         for "Reply to all".
14420         (main_window_set_toolbar_sensitive): enable/disable the new button
14421         appropriately.
14422         (toolbar_reply_to_author_cb): handle the new button.
14423
14424         * src/send.c (SEND_EXIT_IF_ERROR, SEND_EXIT_IF_NOTOK): call
14425         send_progress_dialog_destroy() on failure (fixes hang on SMTP
14426         failure).
14427
14428 2001-05-19 [sergey]
14429
14430         * src/compose.h (ComposeReplyMode): new modes
14431         COMPOSE_REPLY_TO_AUTHOR, COMPOSE_REPLY_TO_AUTHOR_WITH_QUOTE,
14432         COMPOSE_REPLY_TO_AUTHOR_WITHOUT_QUOTE.
14433
14434         * src/compose.c
14435         (compose_send): move some code into a new function:
14436         (compose_current_mail_account): new function.
14437         (compose_reply): new argument to_author, all callers changed; if
14438         to_author==TRUE and account->protocol==A_NNTP, find and use an
14439         appropriate mail account for replying.
14440         (compose_reply_set_entry): new argument to_author; ignore
14441         compose->replyto if to_author==TRUE.
14442
14443         * src/mainwindow.c: new command "Message/Reply to author".
14444         (main_window_set_menu_sensitive): enable/disable it.
14445         (reply_cb): handle it.
14446
14447         * src/summaryview.c: new command "Reply to author".
14448         (summary_set_menu_sensitive): enable/disable it.
14449         (summary_reply_cb): handle it.
14450
14451         * src/account.c (account_find_mail_from_address): new function.
14452
14453 2001-05-18 [paul]
14454
14455         0.4.99claws1
14456
14457         * sync with sylpheed 0.4.99cvs1
14458
14459 2001-05-18 [hoa]
14460
14461         * src/compose.[ch]
14462         * src/filtering.c
14463         * src/summaryview.c
14464                 new filtering action : forward and forward as attachment
14465
14466         * src/main.c
14467                 no need for $DISPLAY when we run sylpheed --help
14468                 call to parse_cmd_opt() is moved
14469
14470         * src/mainwindow.[ch]
14471                 execute button is hidden when immediate execute
14472                 is chosen
14473
14474         * src/mh.c
14475         * src/news.c
14476         * src/prefs_folder_item.c
14477         * src/procmsg.c
14478                 better handling of missing directories
14479
14480         * src/summaryview.c
14481                 reedit is enabled in outbox
14482                 reedit is enabled in queue
14483
14484 2001-05-17 [hoa]
14485
14486         * src/filtering.c
14487         * src/matcher.[ch]
14488         * src/prefs_filtering.c
14489                 changed attachement into attachment
14490
14491 2001-05-17 [alfons]
14492
14493         0.4.67claws4    
14494
14495         * sync with sylpheed 0.4.67cvs9
14496         * sync with sylpheed 0.4.67cvs7-8
14497
14498 2001-05-17 [hoa]
14499
14500         * src/Makefile.am
14501                 added prefs_filtering.c
14502
14503         * src/filtering.[ch]
14504         * src/matcher.[ch]
14505                 removed action : forward_news and forward_news_as_attachement
14506                 (forward and forward_as_attachement can be used instead)
14507
14508         * src/mainwindow.c
14509                 added menu option to access filtering configuration
14510
14511         * src/prefs_account.c
14512                 changed mail_command default to /usr/sbin/sendmail
14513
14514         * added src/prefs_filtering.[ch]
14515                 dialog box for filtering configuration
14516
14517         * src/prefs_matcher.c
14518                 added function prefs_matcher_get_criteria_from_matching()
14519
14520         * src/prefs_scoring.c
14521                 reset the dialog when register or substitute is clicked
14522
14523 2001-05-15 [hoa]
14524
14525         * src/Makefile.am
14526                 added filtering.[ch]
14527         * src/inc.c
14528                 using filering.[ch] instead of filter.[ch]
14529         * src/main.c
14530                 reading new filtering configuration
14531         * src/matcher.[ch]
14532                 added some filtering actions
14533                 and fixed a bug for headers and mail body matching
14534         * src/mbox.c
14535                 using filering.[ch] instead of filter.[ch]
14536         * src/mh.c
14537                 handling invalid MsgInfo in mh_copy_msg() and mh_move_msg()
14538         * src/summaryview.c
14539                 some fixes for filtering
14540
14541 2001-05-14 [hiroyuki]
14542
14543         * src/send.c: fixed some weird indentations.
14544           send_message_with_command(): call pclose() only if p != NULL.
14545         * src/textview.c: get_email_part(): modified the code for readability.
14546
14547 2001-05-14 [hiroyuki]
14548
14549         * src/md5global.h
14550           src/md5ify.c
14551           src/md5ify.h: removed from the cvs.
14552
14553 2001-05-13 [sergey]
14554
14555         * src/main.c: include rfc2015.h to avoid compiler warnings.
14556         * src/alertpanel.c (alertpanel_message_with_disable): return 0 if
14557         the panel is already on screen.
14558         * src/prefs_customheader.c (prefs_custom_header_delete_cb): treat
14559         closing the alert window by ESC as "No".
14560         * src/prefs_common.c (prefs_interface_create): moved return
14561         receipt check button to the correct place.
14562
14563 2001-03-13 [alfons]
14564
14565         * src/prefs_common.c: 
14566                 moved return receipt check button to the Send tab. (prefs_send_create)
14567                 removed the date format ui related globals. (prefs_display_create)
14568
14569         0.4.67claws3
14570         
14571         * sync with sylpheed 0.4.67cvs5-6
14572
14573 2001-05-13 [paul]
14574
14575         * added Alfons' font selection patch
14576
14577         * src/defs.h
14578         * src/headerwindow.c
14579         * src/prefs_common.c
14580         * src/prefs_common.h
14581
14582 2001-05-13 [hoa]
14583         * src/defs.h
14584                 changed version of cache
14585         * src/matcher.[ch]
14586         * src/prefs_matcher.c
14587                 added additionnal matching criteria
14588         * src/procheader.c
14589         * src/procmsg.[ch]
14590         * src/news.c
14591                 added references in MsgInfo
14592
14593 2001-05-12 [hoa]
14594
14595         * src/defs.h
14596                 prepared some things for new filtering
14597         * src/matcher.[ch]
14598                 added some matching properties
14599                 inreplyto need to be enhanced
14600                 prepared some things for new filtering
14601         * src/messageview.c
14602                 added Return-Receipt-To handling
14603         * src/prefs_folder_item.c
14604                 changed default value to TRUE
14605         * src/prefs_matcher.c
14606                 added some matching properties
14607         * src/prefs_scoring.[ch]
14608                 the scoring dialog is finished
14609         * src/procheader.c
14610                 added Return-Receipt-To handling
14611                 Reference need to be added
14612         * src/procmsg.[ch]
14613                 added Return-Receipt-To handling
14614                 added threadscore to get a better score sorting when
14615                 threads are enabled
14616         * src/summaryview.c
14617                 suppressed a bug when we sort the list
14618                 when no folder is opened.
14619                 better score sorting when threads are enabled
14620
14621 2001-05-12 [alfons]
14622
14623         * reverted previous patch because of potential errors 
14624
14625         0.4.67claws2
14626         
14627         * src/inc.c, src/prefs_common.c, src/prefs_common.h: 
14628                 applied "toggle mail-retrieval dialog window" patch submitted 
14629                 by Eric Limpens <eric@qnt.net>
14630
14631         * sync with sylpheed 0.4.67cvs4
14632
14633 2001-05-12 [sergey]
14634
14635         * src/matcher.c, src/scoring.c: changed "#ifdef 0" to "#if 0" for
14636         some picky compilers.
14637         * src/rfc2015.h: provide prototype for rfc2015_disable_all().
14638         * src/grouplist_dialog.c: include alertpanel.h.
14639         * src/prefs_headers.c (prefs_headers_deleted): added GTK_BUTTON to
14640         fix compile warning.
14641         * src/scoring.c, src/prefs_folder_item.c, src/matcher.c: brought
14642         #include "defs.h" before others to prevent the warning of `MIN'
14643         and `MAX' redefinition.
14644
14645 2001-05-11 [hoa]
14646
14647         * src/main.c
14648         * src/messageview.c
14649         * src/prefs_account.c
14650         * src/prefs_display_header.c
14651                 removed warning
14652         * src/Makefile.am
14653                 added prefs_scoring.[ch]
14654         * src/grouplist_dialog.c
14655                 display an error dialog box if the group list
14656                 cannot be fetched.
14657         * src/mainwindow.[ch]
14658                 added main_window_set_thread_option() function
14659                 scoring dialog box enabled
14660         * src/matcher.[ch]
14661                 added flags matching unread /new / marked
14662                 / deleted / replied / forwarded
14663         * src/news.c
14664                 newsgroups are now finally in newscache
14665         * src/prefs_matcher.[ch]
14666                 finished preferences for matching dialog
14667         * added src/prefs_scoring.[ch]
14668                 scoring dialog box completed
14669         * src/scoring.[ch]
14670                 conversion to string : added scoringprop_to_string()
14671                 write config for preferences :
14672                 added prefs_scoring_write_config()
14673         * src/summaryview.c
14674                 threads can be enabled/disabled independently
14675                 for each folder
14676
14677 2001-05-10 [alfons]
14678
14679         0.4.67claws1
14680         
14681         * AUTHORS: 
14682                 thought it would be nice to have a list of all
14683                 contributors (used Changelog as a reference)
14684         
14685         * configure.in: 
14686                 messed up version numbering...
14687
14688         0.4.66claws1
14689
14690         * sync with sylpheed 0.4.67cvs1-3
14691
14692 2001-05-10 [darko]
14693
14694         * src/prefs_common.c:
14695                 better UI for strftime format, double clicking
14696                 on format now inserts the format in text entry
14697                 replaced close button with standard OK/Cancel
14698                 moved date format button to the right of the
14699                 text entry field
14700
14701 2001-05-09 [alfons]
14702
14703         * src/gtkstext.c:
14704                 Ctrl-Home / Ctrl-End have proper cursor navigation
14705
14706 2001-05-09 [hoa]
14707
14708         * src/prefs_matcher.c
14709                 finished UI to define matching properties
14710                 added ok and cancel button
14711         * src/prefs_filter.c
14712                 added ok and cancel button
14713         * src/news.c
14714                 fixed some bug in xhdr parsing
14715
14716 2001-05-08 [alfons]
14717
14718         * src/textview.c: 
14719                 fixed a bug in textview_show_header(), which displayed two colons (':');
14720                 cleaned up some warnings
14721
14722 2001-05-08 [hoa]
14723
14724         * src/Makefile.am
14725                 added prefs_matcher.[ch]
14726                 compilation with -W -Wall
14727         * src/alertpanel.c
14728                 ungrab the mouse events if grabbed - does it
14729                 fix the bug for disposition notification ?
14730         * src/mainwindow.c
14731                 added a menu option to open the matching dialog.
14732         * src/matcher.[ch]
14733                 added matcherprop_to_string() and matcherlist_to_string()
14734                 fixed some bugs, changed the name of some options
14735                 age_sup and age_inf becomes age_greater and age_lower,
14736                 body and messageheaders becomes body_part and headers_part,
14737                 changed the names of constants from SCORING_XXX to MATCHING_XXX
14738         * src/prefs_display_header.c
14739         * src/prefs_headers.c
14740                 fixed a bug that accidentally destroyed dialogs
14741                 when closed them with delete_event
14742                 Added *_deleted() which handle delete_event signal correctly.
14743         * src/prefs_folder_item.[ch]
14744                 added "enable_thread" field for future customization
14745         * added src/prefs_matcher.[ch]
14746                 sample of the UI to define matching properties
14747         * src/procheader.c
14748                 using procheader_headername_equal instead of str*cmp functions
14749                 using procheader_parse_header() function
14750         * src/scoring.c
14751                 using MATCHING_XXX instead of SCORING_XXX
14752         * src/summaryview.c
14753                 display the sender of the news even if this is ourself
14754                 when this is a news message.
14755         * src/textview.c
14756                 using headername_equal() instead of str*cmp functions
14757
14758 2001-05-08 [alfons]
14759
14760         0.4.66claws
14761
14762         * sync with sylpheed 0.4.66
14763         * src/gtkstext.c: trace logs added 
14764
14765 2001-05-08 [sergey]
14766
14767         * src/prefs_common.[ch]: added option to enable/disable GnuPG
14768         signature check popup.
14769         * src/rfc2015.c (check_signature): show signature check popup only
14770         if it is enabled in preferences.
14771
14772 2001-05-07 [alfons]
14773
14774         0.4.66claws4
14775         
14776         * sync with sylpheed 0.4.66cvs6
14777
14778 2001-05-07 [darko]
14779
14780         * src/prefs_common.[ch]: added option to enable/disable
14781           looking up sender name in address book for summary pane
14782         * src/summaryview.c: look up sender in the address book
14783           by using Alfons' address completion code
14784
14785 2001-05-07 [hiroyuki]
14786
14787         * src/inc.h
14788           src/pop.c: pop3_retr_recv(): removed cur_msg_bytes from the
14789           member of Pop3State.
14790         * src/news.c: brought #include "defs.h" before #include <glib.h>
14791           to prevent the warning of `MIN' and `MAX' redefinition.
14792
14793 2001-05-06 [hoa]
14794
14795         * removed src/headers_display.[ch]
14796         * removed src/prefs_display_headers.[ch]
14797         * src/inc.c
14798                 use a temporary file in the user directory for mbox import
14799         * src/news.c
14800                 added XHDR support to get "To" and "Cc" headers
14801                 (in order to match news with to or cc field for
14802                 scoring)
14803                 added function news_parse_xhdr() to get XHDR response
14804         * src/nntp.[ch]
14805                 added function nntp_xhdr()
14806         * src/matcher.c
14807                 fetch the message if necessary
14808
14809 2001-05-06 [alfons]
14810
14811         0.4.66claws3
14812
14813         * sync with sylpheed 0.4.66cvs3-5
14814
14815 2001-05-06 [hoa]
14816
14817         * src/utils.[ch]
14818                 added function itos_buf() to enable use of several buffers
14819         * src/summaryview.c
14820                 use of itos_buf() instead of itos() in summary list
14821                 to fix the broken display of message number.
14822
14823 2001-05-06 [alfons]
14824
14825         * src/gtkstext.c: bug in cursor up navigation fixed,
14826                 fixed another unsigned / signed comparison (we're getting there :-)
14827
14828 2001-05-06 [hoa]
14829
14830         * src/Makefile.am
14831                 added scoring.c scoring.h
14832                 prefs_folder_item.c prefs_folder_item.h
14833                 matcher.c matcher.h
14834         * src/defs.h
14835                 added FOLDERITEM_RC SCORING_RC
14836         * src/folder.[ch]
14837                 added prefs field in FolderItem :
14838                 properties for each folder (PrefsFolderItem),
14839                 sorting type and mode were added as the first properties.
14840         * src/main.c
14841                 read config for scoring
14842         * added src/matcher.[ch]
14843                 gives functions to parse configuration file to do
14844                 matching on mails with a list of conditions.
14845         * src/mainwindow.c
14846                 add option to sort by score
14847         * src/prefs_common.[ch]
14848                 added preference option to show score and for
14849                 the score column size
14850         * added src/prefs_folder_item.[ch]
14851                 properties for each folder (PrefsFolderItem),
14852                 sorting type and mode were added as the first properties.
14853         * src/procheader.[ch]
14854                 added procheader_parse_header()
14855                 added procheader_header_free()
14856                 added procheader_headername_equal()
14857                 and made modification to use them.
14858         * src/procmsg.[ch]
14859                 added score field to MsgInfo structure
14860         * added src/scoring.[ch]
14861                 gives functions to parse configuration file to do
14862                 scoring on mails with a list of conditions.
14863         * src/summaryview.[ch]
14864                 save the sorting type and mode for the folder
14865                 added column to display the score of the mail
14866                 added function summary_score_clicked()
14867                 sorting type and mode are restored to the folder
14868                 when it is reopen
14869         * src/textview.c
14870                 use procheader_parse_header(), procheader_headername_equal()
14871                 removed memory leak in text_scan_header when freeing headers
14872         * src/filter.c
14873                 changed the function to match names of headers
14874                 using procheader_headername_equal()
14875
14876         Scoring functions are implemented, an interface is needed
14877         to configure that.
14878
14879 2001-05-04 [alfons]
14880
14881         * src/gtkstext.c: 
14882                 hopefully fixed the row up navigation bug,
14883                 removed adding back / forward lines to cache
14884
14885 2001-05-04 [sergey]
14886
14887         * src/prefs_display_headers.c: user interface changes:
14888         (prefs_display_headers_create): remove unused "Show" check button;
14889         allow reordering of headers by dragging.
14890         (prefs_display_headers_write_config): remove unused variables.
14891         (prefs_display_headers_set_dialog): do not insert "(New)" at top
14892         of lists (not needed with the new UI).
14893         (prefs_display_headers_set_list): scan lists starting from row 0,
14894         not 1 (do not skip "(New)").
14895         (prefs_display_headers_find_header): new function.
14896         (prefs_display_headers_clist_set_row): do not allow duplicates.
14897         (prefs_display_headers_delete_cb): do not skip row 0; treat
14898         closing the alert window by ESC as "No".
14899         (prefs_display_headers_up): do not protect row 0.
14900         (prefs_display_headers_down): do not protect row 0.
14901
14902 2001-05-04 [sergey]
14903
14904         * src/mainwindow.c (next_marked_cb, prev_marked_cb): new
14905         functions.
14906
14907         * src/summaryview.c
14908         (summary_find_next_marked_msg, summary_find_prev_marked_msg,
14909         summary_select_next_marked, summary_select_prev_marked): new
14910         functions.
14911
14912 2001-05-03 [sergey]
14913
14914         * src/news.c: fixed a bug when no article can be fetched after
14915         server timeout if the connection was restored by news_post():
14916         (news_select_group): new function.
14917         (news_fetch_msg): call news_select_group() before fetching
14918         article.
14919         (news_get_uncached_articles): set session->group after successful
14920         GROUP command.
14921
14922 2001-05-03 [hoa]
14923
14924         * src/defs.h
14925         * src/procmsg.[ch]
14926         * src/procheader.c
14927                  changed version of cache, added cc field
14928
14929         * src/prefs_display_headers.c
14930                 the interface was changed
14931
14932         * src/prefs_headers.c
14933                 added cancel button
14934
14935 2001-05-03 [alfons]
14936
14937         * completed sync of sylpheed cvs2
14938         * src/gtkstext.c: updated row up / down cursor navigation
14939         * src/textview.c: re-edited, prepared for fixing the email address
14940                 scanner.
14941
14942 2001-05-03 [darko]
14943
14944         * src/prefs_common.c: use alfons' strftime ui code
14945         entry_datefmt and datefmt_sample widgets have to be
14946         global in this module because of this change
14947
14948 2001-05-03 [hoa]
14949
14950         * src/messageview.c
14951         * src/prefs_common.[ch] added option to activate the return receipt
14952                 feature.
14953
14954 2001-05-02 [alfons]
14955
14956         * src/gtkstext.c: fix for row up/down cursor navigation. 
14957
14958         0.4.66claws2
14959         
14960         * sync with 0.4.66cvs2
14961
14962 2001-05-02 [paul]
14963
14964         added add-sender-to-addressbook patch
14965
14966         * src/addressbook.c
14967         * src/addressbook.h
14968         * src/summaryview.c
14969
14970 2001-05-02 [sergey]
14971
14972         * src/alertpanel.h (AlertValue): added G_ALERT_VALUE_MASK,
14973         G_ALERTDISABLE.
14974
14975         * src/alertpanel.c (alertpanel_create): new argument can_disable,
14976         all existing callers changed to pass FALSE; create a check button
14977         to disable the message.
14978         (alertpanel_message_with_disable): new function.
14979         (alertpanel_show): mask value with G_ALERT_VALUE_MASK.
14980         (alertpanel_button_toggled): new function.
14981         (alertpanel_button_clicked, alertpanel_close): set value using
14982         G_ALERT_VALUE_MASK.
14983
14984         * src/prefs_common.h (PrefsCommon): new field gpgme_warning.
14985
14986         * src/prefs_common.c (prefs_privacy_create): new check button
14987         checkbtn_gpgme_warning.
14988
14989         * src/main.c (main): moved preferences reading before gpgme
14990         initialization; check prefs_common.gpgme_warning before giving the
14991         GnuPG warning and set it to FALSE if the user wants to disable the
14992         warning.
14993
14994 2001-05-02 [hiroyuki]
14995
14996         * src/prefs_display_headers.c: modified the layout and some labels.
14997
14998 2001-05-02 [sergey]
14999
15000         * src/prefs_account.c (prefs_account_fix_size): new function.
15001         (prefs_account_create): call prefs_account_fix_size(); use
15002         gtk_widget_show instead of gtk_widget_show_all (fixes too large
15003         size when the window is shown for the first time).
15004         (prefs_account_basic_create): changed layout of serv_table; moved
15005         localmbox_entry above smtpserv_entry (logically it replaces
15006         POP3/IMAP server).
15007         (prefs_account_protocol_activated): set sensitivity of
15008         nntpauth_chkbtn according to the protocol (in addition to
15009         hide/show); commented out gtk_table_set_row_spacing() calls.
15010         (prefs_account_nntpauth_toggled): do nothing if nntpauth_chkbtn is
15011         not sensitive (fixes a bug with disabled username/password boxes
15012         when editing POP3 account after NNTP with authentication).
15013
15014 2001-05-02 [hoa]
15015
15016         * src/account.c
15017         * src/inc.c
15018         * src/prefs_account.[ch]
15019         * src/send.c
15020                 removed local account without SMTP server
15021                 added option to use mail command instead of a connexion
15022                 to SMTP server when a local account is used
15023         * src/prefs_headers.c
15024                 fixed a bug
15025         * src/news.c
15026                 fixed a bug when connexion immediately closed
15027
15028 2001-05-01 [alfons]
15029
15030         0.4.66claws1
15031         
15032         * sync with 0.4.65
15033
15034 2001-05-01 [sergey]
15035
15036         * src/prefs_account.c (Basic, prefs_account_basic_create): new
15037         widget nntpauth_chkbtn.
15038         (prefs_account_protocol_activated): handle nntpauth_chkbtn
15039         visibility.
15040         (prefs_account_nntpauth_toggled): new function.
15041
15042         * src/news.c (news_session_new_for_folder): use NNTP
15043         authentication only if ac->use_nntp_auth is set.
15044
15045 2001-05-01 [hoa]
15046
15047         * src/Makefile.am changed headers.[ch] in customheader.[ch]
15048         * src/prefs_display_headers.c changed the UI
15049         * src/prefs_headers.c changed account_name to account_id
15050         * src/compose.c using customheader.h
15051
15052 2001-05-01 [hiroyuki]
15053
15054         * src/esmtp.c
15055           src/news.c
15056           src/nntp.c: changed sock_read() to sock_gets(), they've been left
15057           unsynched.
15058
15059 2001-05-01 [hoa]
15060
15061         * src/Makefile.am added prefs_display_headers.[ch] headers_display.[ch]
15062         * src/defs.h added HEADERS_DISPLAY_RC : name of the config file
15063                 for displaying of headers
15064         * src/grouplist_dialog.[ch] minor changes to remove warnings
15065         * src/prefs_display_headers.[ch] dialog to choose the
15066         headers to display in the mail viewer.
15067         * src/headers.h correction of #define
15068         * src/headers_display.[ch] configuration for displaying of headers.
15069         * src/main.c read config of displaying of headers
15070         * src/prefs_common.c add a button to access the config dialog
15071                 for displaying of headers
15072         * src/prefs_display_headers.[ch] dialog for configuration for
15073                 displaying of the headers.
15074         * src/prefs_headers.c cleaning of code
15075         * src/procheader.c comments added to code
15076         * src/textview.c changes to reorder the headers depending
15077                 on the config for displaying of headers
15078
15079 2001-04-30 [alfons]
15080
15081         0.4.65claws7
15082
15083         * sync with 0.4.65cvs12
15084
15085         NOTE: nntp.c and news.c in claws and cvs branch differ significantly!
15086
15087 2001-04-30 [sergey]
15088
15089         * src/nntp.h (NNTPSockInfo): new field auth_failed.
15090
15091         * src/nntp.c (nntp_mode): return NN_AUTHREQ if sock->auth_failed
15092         is set to force reconnection after authentication failure.
15093         (nntp_gen_command): set sock->auth_failed on authentication
15094         failure, or if sock->userid and sock->passwd are not set.
15095
15096         * src/news.c (news_session_new_for_folder): set userid=NULL if
15097         password dialog is cancelled.
15098
15099 2001-04-30 [sergey]
15100
15101         * src/nntp.h (NNTPSockInfo): new type.
15102
15103         * src/nntp.c: all functions updated to use NNTPSockInfo instead of
15104         SockInfo.
15105         (nntp_open_auth, nntp_close): new functions.
15106         (nntp_gen_command): new function to handle authentication; all
15107         NNTP command functions updated to use it.
15108         (nntp_authinfo_user, nntp_authinfo_pass): deleted.
15109         (nntp_list): removed old useless code.
15110
15111         * src/news.h (NNTPSession): new field nntp_sock.
15112
15113         * src/news.c: all functions updated to use NNTPSockInfo instead of
15114         SockInfo.
15115         (news_session_new): new arguments (userid, passwd); made static;
15116         use nntp_open_auth() if needed.
15117         (news_session_destroy): use nntp_close() instead of sock_close().
15118         (news_query_password): changed arguments.
15119         (news_session_new_for_folder): new function.
15120         (news_session_get): use news_session_new_for_folder().
15121         (news_authenticate): deleted.
15122         (news_get_uncached_articles): removed old authentication code.
15123
15124 2001-04-30 [sergey]
15125
15126         * src/news.c: reverted my previous changes (need to do NNTP
15127         authentication in a cleaner way).
15128         
15129 2001-04-29 [sergey]
15130
15131         * src/news.c (news_nntp_group, news_nntp_list, news_nntp_xover,
15132         news_nntp_post, news_nntp_mode): new functions (wrappers with
15133         authentication support).
15134         (news_get_article_cmd, news_get_article, news_get_header): new
15135         argument "folder"; all callers changed.
15136         (news_get_article_cmd): added authentication support.
15137         (news_session_get): use news_nntp_mode() instead of nntp_mode().
15138         (news_post): use news_nntp_post() instead of nntp_post().
15139         (news_get_uncached_articles): use news_nntp_group() instead of
15140         nntp_group() and news_nntp_xover() instead of nntp_xover();
15141         removed old authentication code.
15142         (news_get_group_list): use news_nntp_list() instead of nntp_list().
15143
15144         * src/nntp.c (nntp_list): return real error code instead of
15145         hardcoded NN_ERROR.
15146
15147 2001-04-29 [sergey]
15148
15149         * configure.in: fixed wint_t typedef detection again
15150
15151 2001-04-28 [hoa]
15152
15153         * src/prefs_account.[ch], added A_LOCAL_CMD
15154                 (send mail with mail command)
15155         * src/send.c added function send_message_with_command()
15156         * src/inc.c made a more secure get_spool() function with
15157                 mktemp() but maybe mkstemp() or something more
15158                 secure can be used.
15159
15160 2001-04-28 [alfons]
15161
15162         * src/textview.c, colorization of email addresses in headers
15163
15164         0.4.65claws6
15165
15166         * bug sync with sylpheed
15167         * prefs_common.c: created date format ui for darko
15168         * sync with 0.4.65cvs11
15169         * configure.in: corrected to have the new gpg checks
15170
15171 2001-04-27 [alfons]
15172
15173         * completed sync with 0.4.65cvs10
15174         * minor debug things added to gtkstext.c
15175
15176 2001-04-27 [darko]
15177
15178         * configure.in: remove check for availability of
15179           strftime() as advised by Hiroyuki
15180         * src/prefs_common.[ch], src/procheader.c:
15181           synch strftime() code with Hiroyki's main branch
15182
15183 2001-04-26 [sergey]
15184
15185         * src/news.c: news_query_password(), news_authenticate(): new
15186           functions.
15187           news_get_uncached_articles(): added NNTP authentication
15188           handling.
15189         * src/nntp.[ch]: nntp_authinfo_user(), nntp_authinfo_pass():
15190           new functions.
15191         * src/prefs_account.c: prefs_account_protocol_activated():
15192           enable userid and password fields for NNTP.
15193
15194 2001-04-26
15195
15196         * configure.in: check for availability of strftime()
15197           [darko]
15198         * src/prefs_common.[ch], src/procheader.c: use
15199           strftime() for displaying date in summary pane if it
15200           is available
15201
15202 2001-04-25
15203
15204         * more .cvsignore cleanups [alfons]
15205
15206 2001-04-25
15207
15208         * ac/sv-check-type.m4: new autoconf macro.
15209         * configure.in: fixed wint_t typedef detection (did not work
15210           with gcc-2.96).
15211
15212 2001-04-25
15213
15214         * acconfig.h: added USE_GTKGDK_XIM definition for autoheader.
15215           [hiroyuki]
15216
15217 2001-04-24
15218         * modified gtkstext.c : buggy cursor navigation fixed, 
15219           and font descent also taken in account when drawing
15220           cursor. [alfons]
15221
15222 2001-04-24 [hoa]
15223         * added comments in src/news.c src/nntp.c
15224         * added src/prefs_headers.[ch]
15225         * added src/headers.[ch]
15226         * modified compose.c to activate custom headers
15227                 added function is_in_custom_headers
15228         * modified prefs_account.[ch]
15229                 added function prefs_account_customhdr_edit
15230         * modified src/defs.h :
15231                 added HEADERS_RC : name of the config file
15232                 for the custom headers
15233
15234 2001-04-24
15235
15236     0.4.65claws5
15237
15238         * configure.in
15239           src/gtkstext.[ch]
15240           src/compose.c
15241           src/Makefile.am
15242           
15243           added gtkstext with configure.in patch by Hiroyuki which
15244           should fix the XIM detection [alfons]
15245
15246         * more clean up of cvs [alfons]
15247
15248                  * removed all Makefile.in files to attic.
15249
15250                  * updated all .cvsignores to really ignore things that could
15251                    be unintentionally committed by a recursive commit.
15252
15253 2001-04-23 [hoa]
15254         * added src/grouplist_dialog.[ch]
15255         * changed src/folderview.c to call grouplist_dialog instead
15256                 of inputdialog
15257         * src/news.c :
15258                 added functions news_reset_group_list
15259                 and news_get_group_list
15260         * src/nntp.c :
15261                 added function nntp_list
15262         * src/defs.h :
15263                 added GROUPLIST_FILE : name of the newsgroup list cache file
15264
15265 2001-04-21
15266
15267         * added option to warn about queued messages on exit [sergey]:
15268
15269           * src/compose.c: compose_queue(): call folder_item_scan()
15270             and folderview_update_item() after queueing.
15271           * src/folderview.c: folderview_update_node(): draw the queue
15272             folder in bold font if there are queued messages.
15273           * src/mainwindow.c: queued_messages(): new function.
15274             app_exit_cb(): display warning if there are queued messages
15275             if warn_queued_on_exit is set.
15276           * prefs_common.[ch]: add warn_queued_on_exit option.
15277
15278         * enhanced GnuPG key selection support [sergey]:
15279
15280           * src/select-keys.c: updated to newer version from Win32
15281             branch with support for selecting arbitrary keys.
15282           * src/prefs_account.c: added the Privacy tab to the account
15283             options window.
15284             prefs_account_privacy_create(),
15285             prefs_account_sign_key_set_data_from_radiobtn(),
15286             prefs_account_sign_key_set_radiobtn(): new functions.
15287           * src/prefs_account.h: new preferences sign_key_type, sign_key_id.
15288           * src/rfc2015.c: set_signers(): new function.
15289             pgp_sign(): add the account parameter, call set_signers().
15290             rfc2015_sign(): add the account parameter, pass it to pgp_sign().
15291           * src/rfc2015.h: rfc2015_sign(): updated prototype.
15292           * src/compose.c: pass the current account to rfc2015_sign().
15293
15294         * tag name claws added to prevent confusion with main branch [alfons]
15295
15296         * Sync with sylpheed-0.4.65cvs4 and made it compile. [sergey]
15297
15298         * autogen.sh: Added "--enable-maintainer-mode". [sergey]
15299
15300         * sync with recent sylpheed cvs. Untested though. [alfons]
15301