b07dbcc0fe2bcd1017256f4694931434af4a598e
[claws.git] / ChangeLog.claws
1 2003-03-30 [alfons]     0.8.11claws69
2
3         * src/send_message.c
4                 remove two debug traces and see if people still report
5                 errors
6
7 2003-03-30 [alfons]     0.8.11claws68
8
9         * src/send_message.c
10         * src/commons/session.c
11                 add more debug traces
12
13 2003-03-30 [christoph]  0.8.11claws67
14
15         * src/folder.c
16                 change processing folder name from .processing to processing
17
18         * src/common/ssl.c
19                 disable SSL certificate check because it causes Xlib error
20                 when the child process want's to open an GTK window
21
22 2003-03-30 [christoph]  0.8.11claws66
23
24         * src/folder.c
25                 don't use default folder for processing folder item because
26                 it can be a non local folder
27
28         (fixes bug reported by Stephen Lewis <slewis@paradise.net.nz>)
29
30 2003-03-30 [alfons]     0.8.11claws65
31
32         * src/send_message.c
33                 try fixing crashes when sending messages: my gcc 2.95.4 seems 
34                 to generate bad code for 'send_send_data_progressive': When
35                 called from 'send_send_data_finished', the 'data' pointer is
36                 cleared just before the assignment to the dialog pointer
37
38 2003-03-29 [christoph]  0.8.11claws64
39
40         * src/common/prefs.h
41         * src/plugins/image_viewer/Makefile.am
42         * src/plugins/image_viewer/plugin.c
43         * src/plugins/image_viewer/viewer.[ch]
44         * src/plugins/image_viewer/viewerprefs.[ch]     ** NEW **
45                 add PrefsPage for ImageViewer
46
47 2003-03-28 [thorsten]   0.8.11claws63
48
49         * src/common/session.c
50                 added some comments
51
52 2003-03-28 [paul]       0.8.11claws62
53
54         * sync with 0.8.11cvs16
55                 see ChangeLog 2003-03-28
56
57 2003-03-28 [paul]       0.8.11claws61
58
59         * sync with 0.8.11cvs15
60                 see ChangeLog 2003-03-28
61
62 2003-03-27 [christoph]  0.8.11claws60
63
64         * src/folder.c
65         * src/imap.c
66         * src/common/socket.[ch]
67                 set socket state to DISCONNECTED when any operation
68                 fails to allow reconnecting in IMAP code without
69                 checking the return code of all calls to the command
70                 functions
71
72         * src/folderview.c
73         * src/summaryview.c
74                 remove some more stuff that depends on specific
75                 folder types
76
77 2003-03-27 [paul]       0.8.11claws59
78
79         * sync with 0.8.11cvs14
80                 see ChangeLog 2003-03-27
81                 
82         * src/selective_download.[ch]   ** REMOVED **
83                 really removed
84
85 2003-03-27 [christoph]  0.8.11claws58
86
87         * src/folder.c
88                 fix handling of tmp_flags in flag copy function
89
90 2003-03-27 [paul]       0.8.11claws57
91
92         * sync with 0.8.11cvs13
93                 see ChangeLog 2003-03-27
94
95 2003-03-27 [oliver]     0.8.11claws56
96
97         * src/maiwindow.c
98                 remove sel_download_cb
99
100 2003-03-27 [oliver]     0.8.11claws55
101         
102         * src/inc.c
103                 remove POP3_TOP
104         
105 2003-03-26 [oliver]     0.8.11claws54
106
107         *src/pop.h
108                 remove POP3_TOP*
109         * README.claws
110                 remove selective donwload readme
111
112 2003-03-26 [oliver]     0.8.11claws53
113         * src/matcher.[ch]
114         * src/matcher_parser_parse.y 
115         * src/pop.c 
116         * src/prefs_account.[ch]
117         * src/prefs_filtering.c
118                 remove selective donwload
119
120 2003-03-26 [oliver]     0.8.11claws52
121
122         * src/inc.[ch] 
123         * src/filtering.c 
124         * src/mainwindow.c 
125                 remove selective donwload
126
127 2003-03-26 [oliver]     0.8.11claws51
128         
129         * src/Makefile.am
130         * src/selective_download.[ch]   ** REMOVE **    
131
132 2003-03-26 [christoph]  0.8.11claws50
133
134         * src/news.c
135                 fix NEWS that got broken by a sync with sylpheed-main
136
137 2003-03-26 [christoph]  0.8.11claws49
138
139         * src/mimeview.c
140                 fix mime type guessing when no mime type is found for a file
141
142 2003-03-25 [christoph]  0.8.11claws48
143
144         * src/mimeview.c
145         * src/procmime.c
146                 remove mime type guessing from mime parser and use
147                 name based mime types in viewer lookup for mime type
148                 application/octet-stream
149
150 2003-03-25 [christoph]  0.8.11claws47
151
152         * doc-src/readme.txt
153         * doc-src/rfc2554.txt
154                 add RFC about SMTP AUTH
155
156         * src/send_message.c
157         * src/common/smtp.[ch]
158                 add extra error code for authentication errors and
159                 clear temporary password when this error occurs
160
161         (closes Bug 84 authentication failure while sending should
162          prompt for password again)
163
164 2003-03-25 [christoph]  0.8.11claws46
165
166         * configure.ac
167         * src/Makefile.am
168         * src/imageview.[ch]                            ** REMOVE **
169         * src/messageview.[ch]
170         * src/mimeview.[ch]
171         * src/prefs_common.[ch]
172         * src/textview.c
173         * src/plugins/Makefile.am
174         * src/plugins/image_viewer/.cvsignore           ** NEW **
175         * src/plugins/image_viewer/Makefile.am          ** NEW **
176         * src/plugins/image_viewer/plugin.c             ** NEW **
177         * src/plugins/image_viewer/viewer.[ch]          ** NEW **
178                 move image viewer into a plugin (building is enabled by default)
179                 [ToDo: Prefs for resize and autoview]
180
181 2003-03-25 [paul]       0.8.11claws45
182
183         * sync with 0.8.11cvs12
184                 see ChangeLog 2003-03-26
185
186 2003-03-25 [paul]       0.8.11claws44
187
188         * sync with 0.8.11cvs11
189                 see ChangeLog 2003-03-22, 2003-03-24 and 2003-03-25
190                 
191         Note: Selective Download is broken.
192                 
193 2003-03-22 [christoph]  0.8.11claws43
194
195         * src/folder.c
196                 code cleanup for flags copying
197
198 2003-03-22 [christoph]  0.8.11claws42
199
200         * src/plugins/trayicon/trayicon.c
201                 fix setting the transparent area when the window size
202                 is forced by the system tray
203
204 2003-03-22 [christoph]  0.8.11claws41
205
206         * src/plugins/trayicon/gnome-mail.xpm           ** REMOVE **
207         * src/plugins/trayicon/gnome-nomail.xpm         ** REMOVE **
208         * src/plugins/trayicon/newmail.xpm              ** NEW **
209         * src/plugins/trayicon/nomail.xpm               ** NEW **
210         * src/plugins/trayicon/trayicon.c
211         * src/plugins/trayicon/unreadmail.xpm           ** NEW **
212                 o replace GBiff icons with KBiff icons resized to 16x16 pixel
213                 o add icon for unread mails
214                 o set transparency for window
215
216 2003-03-22 [christoph]  0.8.11claws40
217
218         * src/news.c
219                 init news session to prevent crash when session is closed
220
221 2003-03-22 [christoph]  0.8.11claws39
222
223         * src/imap.c
224         * src/common/session.[ch]
225                 Init session data to make sure we don't have invalid pointers
226                 for read_ch and write_ch when new multi process sessions are
227                 not used
228
229         * src/main.c
230         * src/common/plugin.c
231         * src/common/sylpheed.c
232         * src/plugins/demo/demo.c
233         * src/plugins/dillo_viewer/dillo_viewer.c
234         * src/plugins/mathml_viewer/mathml_viewer.c
235         * src/plugins/spamassassin/spamassassin.c
236         * src/plugins/spamassassin/spamassassin_gtk.c
237                 add plugin types to allow loading plugins at different times
238                 (and maybe for different frontends), because it's not good to
239                 load GTK-Plugins gefore gtk_init was called
240
241         * configure.ac
242         * src/plugins/Makefile.am
243         * src/plugins/trayicon/.cvsignore               ** NEW **
244         * src/plugins/trayicon/Makefile.am              ** NEW **
245         * src/plugins/trayicon/eggtrayicon.c            ** NEW **
246         * src/plugins/trayicon/eggtrayicon.h            ** NEW **
247         * src/plugins/trayicon/gnome-mail.xpm           ** NEW **
248         * src/plugins/trayicon/gnome-nomail.xpm         ** NEW **
249         * src/plugins/trayicon/trayicon.c               ** NEW **
250                 New Trayicon plugin that shows an icon in a systray that uses
251                 XEMBED protocol like Gnome's systray. Icon shows if there
252                 are new mails and a tooltip shows information about new,
253                 unread and total messages.
254
255 2003-03-22 [paul]       0.8.11claws38
256
257         * src/common/smtp.c
258                 fix ESMTP AUTH CRAM-MD5
259                 [sync with main (still version 0.8.11cvs6), see
260                  ChangeLog 2003-03-22]
261
262 2003-03-21 [colin]      0.8.11claws37
263
264         * src/send_message.c
265                 Fix USE_SSL => USE_OPENSSL
266
267 2003-03-21 [colin]      0.8.11claws36
268
269         * src/folderview.c
270                 Fix counts in drag and dropped subfolders
271
272 2003-03-21 [colin]      0.8.11claws35
273
274         * src/folder.c 
275         * src/folderview.c
276                 speed up a bit folder dnd
277
278 2003-03-20 [alfons]     0.8.11claws34
279
280         * src/main.c
281         * src/toolbar.c
282         * src/procmsg.c
283                 don't send locked queue messages
284                 (feature request "[ 705245 ] Locking message in outbox 
285                  should prevent sending")
286
287 2003-03-20 [christoph]  0.8.11claws33
288
289         * src/folder.c
290                 remove NEW and UNREAD flag in special folders when scanning
291                 
292         * src/common/smtp.c
293                 fix ESMTP AUTH CRAM-MD5
294
295 2003-03-20 [paul]       0.8.11claws32
296
297         * src/prefs_account.c
298                 Re-write 'Tunnel command to open connection' as
299                 'Use command to communicate with server', and disable
300                 it for all except IMAP accounts
301
302 2003-03-20 [paul]       0.8.11claws31
303
304         * sync with 0.8.11cvs6
305                 see ChangeLog 2003-03-20
306
307 2003-03-19 [match]      0.8.11claws30
308
309         * src/addritem.[ch]
310                 include documentation. minor refactoring.
311         * src/addr_compl.[ch]
312         * src/addrindex.[ch]
313         * src/addresbook.[ch]
314         * src/summaryview.c
315                 re-enable address lookup (was disabled in
316                 0.8.11claws20).
317
318 2003-03-19 [christoph]  0.8.11claws29
319
320         * src/procmsg.c
321                 add temp flag handling, will make moving and copying
322                 messages possible again
323
324         * src/folder.c
325                 correct calulation of folder stats
326
327 2003-03-18 [match]      0.8.11claws28
328
329         * src/editgroup.h
330                 remove case sensitive comparison (closes bug 80).
331
332 2003-03-18 [christoph]  0.8.11claws27
333
334         * src/imap.c
335                 fix imap using a tunnel command
336
337         (closes bug 87)
338
339 2003-03-18 [christoph]  0.8.11claws26
340
341         * src/folder.[ch]
342         * src/imap.c
343         * src/procmsg.[ch]
344                 rewrite flag handling for folders
345
346 2003-03-18 [christoph]  0.8.11claws25
347
348         * src/folder.c
349         * src/procmsg.c
350         * src/summaryview.c
351                 unset NEW and UNREAD flags when message is ignored, to make
352                 sure messages don't show up as unread on other IMAP clients,
353                 because the IGNORE_THREAD flag can not be syncronized through
354                 the IMAP folder
355
356 2003-03-17 [christoph]  0.8.11claws24
357
358         * src/imap.c
359                 don't use recursion to fetch uids when the number of messages
360                 does not match. Moved code into subfunction that is used
361                 again when needed, to prevent an endless loop.
362
363 2003-03-17 [thorsten]   0.8.11claws23
364
365         * src/imageview.[ch]
366                 export imageview_get_resized_size() (for plugins)
367         * src/prefs_common.[ch]
368                 added prefs_common_get() (for plugins)
369
370 2003-03-17 [christoph]  0.8.11claws22
371
372         * src/imap.c
373                 o remove UID guessing from copy code
374                 o support UIDPLUS extension for APPEND command
375
376 2003-03-17 [paul]       0.8.11claws21
377
378         * src/gtk/about.c
379                 remove 'Compiled-plugins' section.
380                 
381         * src/plugins/dillo_viewer/dillo_viewer.c
382                 slight change to description text
383
384 2003-03-16 [match]      0.8.11claws20
385         * src/ldapserver.[ch]           ** NEW **
386         * src/ldapctrl.[ch]             ** NEW **
387         * src/ldapquery.[ch]            ** NEW **
388         * src/ldaputil.[ch]             ** NEW **
389         * src/addrcindex.[ch]           ** NEW **
390         * src/addrquery.h               ** NEW **
391         * src/addritem.[ch]
392         * src/addrcache.[ch]
393         * src/addrindex.[ch]
394         * src/addr_compl.[ch]
395         * src/addressbook.[ch]
396         * src/addrbook.[ch]
397         * src/editgroup.c
398         * src/editaddress.c
399         * src/editldap.c
400         * src/editldap_basedn.c
401         * src/vcard.c
402         * src/jpilot.c
403         * src/Makefile.am
404                 included dynamic LDAP queries. improved address
405                 completion.
406
407 2003-03-16 [paul]       0.8.11claws19
408
409         * tools/multiwebsearch.pl
410                 fix a fatal typo
411
412 2003-03-16 [christoph]  0.8.11claws18
413
414         * src/mimeview.c
415         * src/plugins/dillo_viewer/dillo_viewer.c
416         * src/plugins/mathml_viewer/mathml_viewer.c
417                 make unregistering of MimeViewerFactorys possible
418
419 2003-03-16 [alfons]     0.8.11claws17
420
421         * configure.ac
422                 correct typo
423
424 2003-03-16 [melvin]     0.8.11claws16
425
426         * src/plugins/dillo_viewer.c
427                 Fixed bug where it was not possible to view more than
428                 one text/html attachment per message (bug discovered
429                 by Christoph Hohmann).
430
431 2003-03-15 [melvin]     0.8.11claws15
432
433         * src/prefs_actions.c
434                 Fixed compilation warnings.
435
436 2003-03-15 [melvin]     0.8.11claws14
437
438         * src/plugins/Makefile.am
439         * src/plugins/dillo_viewer/.cvsignore                   ** NEW **
440         * src/plugins/dillo_viewer/Makefile.am                  ** NEW **
441         * src/plugins/dillo_viewer/dillo_viewer.c               ** NEW **
442                 Added a html mail viewer plugin that uses Dillo v0.7.0 or
443                 newer (http://dillo.auriga.wearlab.de/).
444
445 2003-03-15 [christoph]  0.8.11claws13
446
447         * src/imap.c
448                 don't query imap folder for attributes because we already
449                 for them from imap_status
450
451         * src/mimeview.[ch]
452                 add support for plugable MimeViewers (unloading Viewers
453                 not yet complete)
454
455         * src/plugins/Makefile.am
456         * src/plugins/mathml_viewer/.cvsignore          ** NEW **
457         * src/plugins/mathml_viewer/Makefile.am         ** NEW **
458         * src/plugins/mathml_viewer/mathml_viewer.c     ** NEW **
459                 add MathML Viewer (Content-Type text/mathml) using GtkMathView
460                 widget from http://helm.cs.unibo.it/mml-widget/
461
462 2003-03-14 [christoph]  0.8.11claws12
463
464         * src/folder.[ch]
465                 o error return code's should better be negative
466                 o replace printf with debug_print
467
468         * src/imap.c
469                 improve IMAP folder scan by checking UID-NEXT
470
471         * src/summaryview.c
472                 remove check that are unnecessary in my opinion
473
474 2003-03-13 [christoph]  0.8.11claws11
475
476         * src/folder.[ch]
477         * src/foldersel.c
478         * src/folderview.c
479         * src/imap.c
480         * src/mbox_folder.c
481         * src/mh.c
482         * src/news.c
483         * src/prefs_scoring.c
484         * src/summaryview.c
485                 use a common function to get a displayable name
486                 for a FolderItem
487
488 2003-03-13 [paul]       0.8.11claws10
489
490         * tools/Makefile.am
491           tools/README
492           tools/multiwebsearch.conf     ** NEW FILE **
493           tools/multiwebsearch.pl       ** NEW FILE **
494                 add multiwebsearch Actions script
495
496 2003-03-13 [colin]      0.8.11claws9
497
498         * src/compose.c
499                 Remove leading emtpy lines from quoted text
500                 before quoting it
501
502 2003-03-13 [melvin]     0.8.11claws8
503
504         * src/prefs_actions.c
505                 Fixed a memory leak
506                 Code clean ups
507                 Added Cancel and OK buttons
508                 Corrected help text
509
510 2003-03-13 [christoph]  0.8.11claws7
511
512         * src/account.c
513         * src/folder.[ch]
514         * src/imap.c
515         * src/mainwindow.c
516         * src/mbox_folder.c
517         * src/mh.c
518         * src/news.c
519         * src/setup.c
520                 replace more folder type stuff with folder class stuff
521
522 2003-03-13 [melvin]     0.8.11claws6
523
524         * src/prefs_actions.c
525                 Added new tokens:
526                 %u: user provided argument
527                 %h: user provided argument (hidden on input)
528                 %s: current text selection in the message view 
529
530 2003-03-13 [paul]       0.8.11claws5
531
532         * sync with 0.8.11cvs5
533                 see ChangeLog 2003-03-11, 2003-03-12
534
535 2003-03-12 [christoph]  0.8.11claws4
536
537         * src/folder.c
538                 use folder class idstr when writing folderlist.xml
539
540         * src/folder.h
541         * src/imap.c
542         * src/news.c
543                 replace folder type checks with folder class checks
544
545 2003-03-12 [christoph]  0.8.11claws3
546
547         * src/folder.[ch]
548         * src/imap.[ch]
549         * src/main.c
550         * src/mbox_folder.[ch]
551         * src/mh.[ch]
552         * src/news.[ch]
553                 o create a list of known folder classes in the folder system
554                 o use folder class id strings for folder item identifiers
555
556 2003-03-12 [christoph]  0.8.11claws2
557
558         * src/imap.c
559                 fix imap uid validity check
560
561 2003-03-12 [christoph]  0.8.11claws1
562
563         * src/account.c
564         * src/folder.[ch]
565         * src/foldersel.c
566         * src/folderview.c
567         * src/imap.c
568         * src/mainwindow.c
569         * src/mbox_folder.c
570         * src/mh.c
571         * src/news.c
572         * src/prefs_scoring.c
573         * src/procmsg.c
574         * src/setup.c
575         * src/summaryview.c
576                 initial restructuring of folder system, seperating
577                 folders and folder classes
578
579 2003-03-12 [paul]       0.8.11claws
580
581         0.8.11claws release
582
583 2003-03-12 [christoph]
584
585         * src/gtk/prefswindow.c
586                 fix translation of "Page Index"
587
588 2003-03-12 [paul]       0.8.10claws110
589
590         a sync from 0.8.11cvs4 before the release
591
592         * src/common/utils.c
593                 subject_compare_for_sort(): allow null strings (fixes
594                 summary sorting).
595
596 2003-03-11 [paul]       0.8.10claws109
597
598         * po/es.po
599                 update Spanish translation, submitted by
600                 Ricardo Mones Lastra
601
602 2003-03-11 [melvin]     0.8.10claws108
603
604         * po/fr.po
605                 Updated French translations
606
607 2003-03-11 [paul]       0.8.10claws107
608
609         * manual/en/Makefile.am
610           manual/en/*.html
611                 update English manual, add a new page
612                 updated by Francois Barriere <fbarriere@atmel.fr>
613                 
614         * po/bg.po
615           po/it.po
616           po/sr.po
617                 update Bulgarian, Italian, and Serbian translations
618                 submitted by George Danchev, Alessandro Maestri, and
619                 Urke MMI
620
621 2003-03-10 [paul]       0.8.10claws106
622
623         * src/gtk/about.c
624           src/gtk/prefswindow.c
625                 make some strings translatable
626
627 2003-03-10 [darko]      0.8.10claws105
628
629         * src/compose.c
630                 code cleanup to make Hiro happy
631
632 2003-03-10 [paul]       0.8.10claws104
633
634         * sync with 0.8.11cvs2
635                 see ChangeLog 2003-03-10
636
637 2003-03-09 [melvin]     0.8.10claws103
638
639         * src/textview.c
640                 textview_set_font(): fix for message display in
641                 UTF-8 locales (thanks to Sergey Vlasov).
642                 (was unintentionnaly reverted in 0.8.6claws6)   
643
644 2003-03-08 [darko]      0.8.10claws102
645
646         * src/compose.c
647                 fix infinite loop in wrapping as reported
648                 by happycactus
649                 obsoletes patch #696482
650
651 2003-03-08 [christoph]  0.8.10claws101
652
653         * src/imap.c
654                 add workaround for IMAP servers that do not
655                 support the "UID SEARCH UID" command
656
657 2003-03-07 [christoph]  0.8.10claws100
658
659         * src/plugins/spamassassin/spamassassin.[ch]
660         * src/plugins/spamassassin/spamassassin_gtk.c
661                 code cleanup
662
663 2003-03-07 [paul]       0.8.10claws99
664
665         * po/es.po
666                 updated Spanish translation, submitted by
667                 Ricardo Mones Lastra
668
669 2003-03-07 [christoph]  0.8.10claws98
670
671         * src/send.c
672                 fix in 0.8.10claws94 was wrong
673                 local delivery does not require escaping, remove escaping
674                 code to make signatures of mails with "." lines valid
675                 
676                 NOTE: requires that sendmail is executed with "-i" option,
677                       what is the default now, but has to be changed in all
678                       exsiting accounts)
679
680 2003-03-07 [paul]       0.8.10claws97
681
682         * sync with 0.8.11 release
683                 see ChangeLog 2003-03-07
684
685 2003-03-06 [paul]       0.8.10claws96
686
687         * src/compose.c
688                 revert commit 0.8.10claws92
689
690 2003-03-06 [paul]       0.8.10claws95
691
692         * src/folderview.c
693                 fix (solaris) bug 73, 'Crash when selecting top-level folder'
694
695         * src/gtkaspell.c
696                 fix bug 74, 'Crash opening editor window with pseudo-color
697                 display'
698                 
699         Patches submitted by Kevin Vigor <kevin@vigor.nu>
700
701 2003-03-06 [christoph]  0.8.10claws94
702
703         * src/send.c
704                 fix rfc2821 (4.5.2) violation in SMTP data sending,
705                 all lines starting with a period get an extra period
706                 inserted
707                 (found by Simon 'corecode' Schubert)
708
709 2003-03-06 [paul]       0.8.10claws93
710
711         * src/folderview.c
712                 if configured font can't be loaded fall back to gtk
713                 default. (with thanks to Christoph)
714                 
715                 closes long-standing bug 15 'Crashes on startup'
716
717 2003-03-06 [paul]       0.8.10claws92
718
719         * src/compose.c
720                 freeze text before autosave and thaw afterwards
721                 fixes bug 67 'autosave make re-rediting message crazy'
722
723 2003-03-06 [christoph]  0.8.10claws91
724
725         * src/compose.c
726                 ignore address comment in dupe check for Cc-list
727
728         (closes reopened bug 47 Replying to message strips name part of
729          e-mail addresses of Cc: lines)
730
731 2003-03-06 [paul]       0.8.10claws90
732
733         * src/Makefile.am
734                 remove reference to gtkxtext.h as its no longer in
735                 the repository
736
737 2003-03-06 [paul]       0.8.10claws89
738
739         * sync with 0.8.10cvs25
740                 see ChangeLog 2003-03-06
741
742 2003-03-06 [oliver]     0.8.10claws88
743         
744         * src/messageview.c
745                 remove include
746
747 2003-03-06 [oliver]     0.8.10claws87
748         
749         * src/folderview.c 
750                 remove changes introduced inclaws74
751         * src/messageview.c
752                 another attempt to sanely delete and update
753                 messages deleted in separate messageview
754
755 2003-03-05 [christoph]  0.8.10claws86
756
757         * src/summaryview.c
758                 check if "From" matches any account's address if
759                 addressbook completion of addresses is disabled too
760
761         (closes Bug 70 "Display recipient in from" doesn't check
762          folder's default account)
763
764 2003-03-05 [christoph]  0.8.10claws85
765
766         * src/compose.c
767         * src/common/utils.[ch]
768                 don't strip address comments when building Cc lists
769
770         (closes Bug 47 Replying to message strips name part of e-mail addresses
771          of Cc: lines)
772
773         * src/folder.c
774                 fix return value of copy function
775
776 2003-03-05 [christoph]  0.8.10claws84
777
778         * src/imap.c
779                 don't ask imap server for non rfc822 headers
780
781         (closes bug 71 IMAP FETCH asks for FROM header field twice)
782
783         * src/imap.c
784                 destroy session on socket error to allow reconnecting
785
786 2003-03-05 [christoph]  0.8.10claws83
787
788         * configure.ac
789                 fix building with gnome when no prefix is set
790
791         (closes bug 66 Gnome directory is set to NONE)
792
793 2003-03-05 [paul]       0.8.10claws82
794
795         * sync with 0.8.10cvs23
796                 see ChangeLog 2003-03-05
797
798 2003-03-04 [christoph]  0.8.10claws81
799
800         * src/folder.c
801                 o fix moving and copying when folder returns 0 for new
802                   message number
803                 o remove some code for single message copy and move
804                   operations and use functions for multiple messages
805
806         (closes bug 63 Strange behaviour MOVING messages from MH to IMAP)
807
808         * src/news.c
809                 remove unused include
810
811 2003-03-04 [paul]       0.8.10claws80
812
813         * src/gtk/about.c
814                 list 'Compiled plugins'
815
816 2003-03-03 [christoph]  0.8.10claws79
817
818         * src/news.[ch]
819                 have to multiply the percentage of the current fetch with
820                 the percentage that it has of the total fetch operation
821                 for correct values
822
823 2003-03-03 [christoph]  0.8.10claws78
824
825         * src/news.c
826                 fix calculation of expected lines for progress indicator
827
828 2003-03-03 [christoph]  0.8.10claws77
829
830         * src/summaryview.c
831         * src/common/utils.c
832                 fix segfault when opening the root news folder
833
834 2003-03-03 [christoph]  0.8.10claws76
835
836         * src/mainwindow.[ch]
837         * src/common/Makefile.am
838         * src/common/progressindicator.[ch]
839                 add UI independent progress indicator handling
840
841         * src/news.[ch]
842                 use new progress indicator for message info fetching
843
844         * src/common/hooks.h
845                 code cleanup
846
847 2003-03-03 [oliver]     0.8.10claws75
848
849         * src/toolbar.c
850         * src/compose.c
851                 removed commented code
852
853 2003-03-03 [oliver]     0.8.10claws74
854
855         * src/toolbar.[ch]
856                 cleanups and refactoring
857         * src/compose.[ch]
858                 compose_reply_mode reply & forwarding interface for
859                 toolbar buttons
860         * src/folderview.c
861                 act on messages marked for deletion in folderview_selected
862                 based on prefs_common.immediate_exec since a message might 
863                 have been deleted by messageview in a folder we are changing 
864                 to (does anybody understand what I'm on about ?)
865
866 2003-03-03 [oliver]     0.8.10claws73
867         
868         * src/messageview.[ch]
869                 new functions
870                 - messageview_delete: delete message shown in messagview
871                 - messageview_update_view: update messageview to currently 
872                   selected summaryview message
873                 - add separate messageview to msgview_list in order to update 
874                   toolbar to new toolbar style on the fly (TOOLBAR_NONE, TOOLBAR_ICON etc.)
875         * src/summaryview.[ch]
876                 summary_get_selection returns a list of selected msgs
877                 in summaryview
878         * src/mainwindow.c
879                 toolbar reply refactoring
880
881 2003-03-03 [paul]       0.8.10claws72
882
883         * sync with 0.8.10cvs21
884                 see ChangeLog 2003-03-03
885
886 2003-03-02 [christoph]  0.8.10claws71
887
888         * src/common/passcrypt.c
889                 use POSIX includes
890
891 2003-03-02 [christoph]  0.8.10claws70
892
893         * configure.ac
894         * src/prefs_account.c
895         * src/prefs_gtk.[ch]
896         * src/common/.cvsignore
897         * src/common/Makefile.am
898         * src/common/passcrypt.c                ** NEW **
899         * src/common/passcrypt.h.in             ** NEW **
900                 Implement password encryption in config files
901                 using unix encrypt and setkey functions. The crypt
902                 key can be set as a configure parameter. Old
903                 passwords will be converted if they do not begin
904                 with '!'
905
906 2003-03-02 [paul]       0.8.10claws69
907
908         * src/prefs_account.c
909                 fix compile error
910
911 2003-03-01 [thorsten]   0.8.10claws68
912
913         * po/el.po
914           po/hr.po
915           po/it.po
916           po/nl.po
917           po/sr.po
918           po/sv.po
919                 corrected format strings
920         * po/en_GB.po
921                 corrected headers
922                 (fix compile errors with GNU gettext-0.11.5)
923
924 2003-03-01 [oliver]     0.8.10claws67
925
926         * src/summaryview.c
927                 menu callbacks call toolbar_menu_reply
928
929 2003-03-01 [oliver]     0.8.10claws66
930
931         * src/mainwindow.c
932         * src/messageview.c
933                 menu callbacks call toolbar_menu_reply
934         * src/toolbar.[ch]
935                 callbacks from menu handled by toolbar_menu_reply
936
937 2003-03-01 [paul]       0.8.10claws65
938
939         * src/addressbook.c
940                 revert commit 0.8.10claws54 - breaks editing of
941                 addressbook.
942                 
943         * po/bg.po
944                 update Bulgarian translation, submitted by
945                 George Danchev
946
947 2003-02-28 [christoph]  0.8.10claws64
948
949         * src/account.c
950         * src/addressadd.c
951         * src/compose.c
952         * src/gtkaspell.c
953         * src/gtkxtext.h                ** REMOVE **
954         * src/imap.c
955         * src/matcher.[ch]
956         * src/mh.c
957         * src/news.c
958         * src/pine.c
959         * src/prefs_common.c
960         * src/prefs_matcher.c
961         * src/procheader.[ch]
962         * src/procmsg.[ch]
963         * src/toolbar.c
964         * src/common/ssl_certificate.c
965         * src/gtk/colorlabel.c
966         * src/gtk/menu.c
967                 o fix warnings
968                 o remove code obsoleted by new cache and folder system rework
969
970 2003-02-28 [oliver]     0.8.10claws63
971         
972         * src/toolbar.[ch]
973                 * fix bug where reply in Messageview replied to 
974                 Message displayed in summaryview
975                 (reportedd via ML by chinatinte at gmx dot ch)
976                 * fix bug where toolbar popups (WITH_QUOTE, WITHOUT_QOUTE)
977                 didn't work in separate MessageView Toolbar
978                 (wondering if anybody uses this at all ?)
979         * src/summaryview.[ch]
980                 use toolbar.c's toolbar_reply instead of summary_reply (removed)
981                 (generalize reply and forward code);
982         * src/messageview.c 
983                 remove focus_in event which updated summaryview to messageview
984
985 2003-02-28 [paul]       0.8.10claws62
986
987         * po/Makefile.in.in
988                 add the --check option
989                 Patch submitted by Ricardo Mones Lastra
990
991 2003-02-28 [paul]       0.8.10claws61
992
993         * src/prefs_account.c
994                 re-order 'Signature' items
995
996 2003-02-28 [paul]       0.8.10claws60
997
998         * sync with 0.8.10cvs20
999                 see ChangeLog 2003-02-28
1000
1001 2003-02-28 [paul]       0.8.10claws59
1002
1003         * po/POTFILES.in
1004                 update to reflect recent movement of files
1005
1006 2003-02-28 [paul]       0.8.10claws58
1007
1008         * sync with 0.8.10cvs19
1009                 see ChangeLog 2003-02-28
1010
1011 2003-02-27 [martin]     0.8.10claws57
1012
1013         * src/prefs_matcher.c 
1014                 fix segfault in prefs_matcher_ok() when the
1015                 last entry is deleted and prevents that the
1016                 message "entry not saved" comes up after deleting
1017                 an entry
1018
1019 2003-02-27 [martin]     0.8.10claws56
1020
1021         * src/prefs_filtering.c 
1022                 fix segfault in prefs_filtering_ok() when the
1023                 last entry is deleted and prevents that the
1024                 message "entry not saved" comes up after deleting
1025                 an entry
1026
1027 2003-02-27 [paul]       0.8.10claws55
1028
1029         * sync with 0.8.10cvs18
1030                 see ChangeLog 2003-02-27
1031
1032 2003-02-27 [paul]       0.8.10claws54
1033
1034         * src/addressbook.c
1035                 fix bug where the address book crashes with 
1036                 multiple lookups.
1037                 Patch [687729] submitted by David Frager 
1038                 <dbfrager@users.sourceforge.net>
1039
1040 2003-02-25 [christoph]  0.8.10claws53
1041
1042         * src/Makefile.am
1043         * src/colorlabel.[ch]           ** REMOVE **
1044         * src/gtk/Makefile.am
1045         * src/gtk/colorlabel.[ch]       ** NEW **
1046                 move colorlabel files to gtk directory
1047
1048         * src/esmtp.[ch]                ** REMOVE **
1049                 has been merged into smtp.[ch] in 0.7.5
1050
1051 2003-02-25 [christoph]  0.8.10claws52
1052
1053         * src/Makefile.am
1054         * src/about.[ch]                ** REMOVE **
1055         * src/gtk/Makefile.am
1056         * src/gtk/about.[ch]            ** NEW **
1057                 move about files to gtk directory
1058
1059 2003-02-25 [christoph]  0.8.10claws51
1060
1061         * src/folder.c
1062                 some code optimization of folder scanning code
1063
1064         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx> 
1065
1066 2003-02-25 [christoph]  0.8.10claws50
1067
1068         * src/main.c
1069         * src/common/sylpheed.c
1070                 add command line parameter parsing to common code
1071
1072 2003-02-24 [christoph]
1073
1074         * Makefile.am
1075         * configure.ac
1076                 fix gnome prefix problems, the configure script now removed
1077                 `gnome-config --prefix` from `gnome-config --datadir`
1078                 and adds $(prefix} instead
1079
1080         (closes Bug 24 Makefile does not respect prefix when installing
1081          GNOME data)
1082
1083 2003-02-24 [christoph]  0.8.10claws49
1084
1085         * src/news.c
1086                 check for valid session before trying to authenticate
1087
1088         (closes Bug 60 crash if "authenticate on logon" is activated
1089          and newsserver-hostname is not valid)
1090
1091 2003-02-24 [melvin]     0.8.10claws48
1092
1093         * src/prefs_actions.c
1094                 Make sure all user's input is sent to the action and then
1095                 close the socket..
1096
1097 2003-02-23 [alfons]     0.8.10claws46
1098
1099         * src/summaryview.c
1100                 also wait cursor when deleting files
1101
1102 2003-02-23 [paul]
1103
1104         * tools/freshmeat_search.pl
1105           tools/google_search.pl
1106                 scripts should now work for any browser/browser command line
1107
1108 2003-02-22 [christoph]  0.8.10claws45
1109
1110         * src/procmsg.c
1111                 fix IMAP flag setting, IMAP flag is not handled correctly
1112                 anymore by the folder system and information about the
1113                 folder should not be saved in the MsgInfo (in my opinion)
1114
1115         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
1116
1117 2003-02-22 [christoph]  0.8.10claws44
1118
1119         * src/summaryview.c
1120                 fix spelling of "label" ;-)
1121
1122 2003-02-22 [thorsten]   0.8.10claws43
1123
1124         * src/mimeview.c
1125           src/prefs_common.[ch]
1126           src/procmime.[ch]
1127                 do not use description as attachment name
1128
1129 2003-02-22 [alfons]     0.8.10claws42
1130
1131         * src/summaryview.c
1132                 freeze/thaw folder item updates when changing color labels,
1133                 and put a wait cursors on
1134
1135 2003-02-22 [thorsten]   0.8.10claws41
1136
1137         * src/mimeview.c
1138                 save-all fixes: crash if invoked on multipart container,
1139                 mimeinfo access, pathseparators, error dialog
1140
1141 2003-02-21 [alfons]     0.8.10claws40
1142
1143         * src/prefs_gtk.c
1144                 remove unused var
1145
1146 2003-02-21 [colin]      0.8.10claws39
1147
1148         * src/send.c
1149                 Fix smtp logging
1150
1151 2003-02-21 [colin]      0.8.10claws38
1152
1153         * src/summaryview.c
1154                 Freeze/thaw folderItem updates when filtering messages 
1155                 via Tools/Filter messages
1156
1157 2003-02-21 [paul]       0.8.10claws37
1158
1159         * src/compose.c
1160                 revert commit 0.8.10claws26, there are ulterior motives
1161                 for users to set a Reply-To header when posting to
1162                 newsgroups
1163
1164 2003-02-21 [paul]       0.8.10claws36
1165
1166         * sync with 0.8.10cvs17
1167                 see ChangeLog 2003-02-21
1168
1169 2003-02-20 [christoph]  0.8.10claws35
1170
1171         * src/imap.c
1172                 IMAP UID fetch speedup using SEARCH
1173
1174         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
1175
1176         * src/imap.c
1177                 fix problem with UIDs in IMAP UID cache that no longer existed
1178
1179 2003-02-20 [christoph]  0.8.10claws34
1180
1181         * src/imap.c
1182         * src/procheader.c
1183         * src/procheader.h
1184                 IMAP header fetch speedup (fetch only headers cached in MsgInfo)
1185
1186         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
1187
1188         * src/imap.c
1189                 Rewrite imap_cmd_gen_recv use sock_getline instead
1190                 of sock_gets to avoid problems with too long reply
1191                 lines
1192     
1193 2003-02-20 [colin]      0.8.10claws33
1194         
1195         * src/prefs_account.c
1196                 Better wording
1197
1198 2003-02-20 [colin]      0.8.10claws32
1199
1200         * src/compose.c
1201                 Remove useless '&& !to_sender' 
1202
1203 2003-02-20 [darko]
1204
1205         * AUTHORS
1206                 change my e-mail address
1207
1208 2003-02-19 [colin]      0.8.10claws31
1209
1210         * src/prefs_common.c
1211                 X11 style colors for every configurable color
1212
1213 2003-02-19 [alfons]     0.8.10claws30
1214
1215         * src/prefs_gtk.[ch]
1216         * src/prefs_common.c
1217                 for color_new accept both plain integers and X11 style color
1218                 names (as found in /usr/lib/X11/rgb.txt)
1219
1220 2003-02-19 [paul]       0.8.10claws29
1221
1222         * src/mainwindow.c
1223                 add tooltips to online/offline button and account selector
1224                 button
1225
1226 2003-02-19 [paul]       0.8.10claws28
1227
1228         * src/folder.c
1229           src/news.c
1230           src/prefs_account.[ch]
1231           src/prefs_common.[ch]
1232                 move 'Maximum number of articles to download' to
1233                 account prefs.
1234                 clean up account prefs gui a little by hiding entries
1235                 rather then greying out entries
1236
1237 2003-02-19 [hiro]       0.8.10claws27
1238
1239         * src/common/utils.c
1240                 fix bug #54 'yesterdays date is displayed in the message 
1241                 summary window'
1242
1243 2003-02-19 [paul]       0.8.10claws26
1244
1245         * src/compose.c
1246                 fix bug reported in Feature Request [688596] 
1247                 'Reply-to header in news'
1248
1249 2003-02-18 [paul]       0.8.10claws25
1250
1251         * src/select-keys.c
1252                 add a 'List all keys' button to key selection dialog
1253
1254 2003-02-18 [colin]      0.8.10claws24
1255         
1256         * src/stock_pixmap.c
1257                 fix compile error
1258
1259 2003-02-18 [colin]      0.8.10claws23
1260
1261         * src/common/smtp.[ch]
1262           src/prefs_account.c
1263                 Try to starttls if it seems to be the only
1264                 way to authenticate a user
1265
1266 2003-02-18 [paul]       0.8.10claws22
1267
1268         * src/Makefile.am
1269           src/folderview.c
1270           src/stock_pixmap.[ch]
1271           src/pixmaps/drafts_close.xpm  ** NEW FILE **
1272           src/pixmaps/drafts_open.xpm   ** NEW FILE **
1273                 as a Drafts folder is a special folder allow it to have
1274                 its own unique icons
1275
1276 2003-02-18 [colin]      0.8.10claws21
1277
1278         * src/imap.c
1279                 Fix port selection when using starttls
1280
1281 2003-02-18 [paul]       0.8.10claws20
1282
1283         * src/mainwindow.c
1284           src/prefs_common.[ch]
1285                 make blue the default new mail colour
1286
1287 2003-02-18 [paul]       0.8.10claws19
1288
1289         * sync with 0.8.10cvs14
1290                 see ChangeLog 2003-02-18
1291
1292 2003-02-17 [jens]       0.8.10claws18
1293
1294         * src/common/md5.c
1295                 fixed a compile problem with gcc 3.3
1296                 works on 2.95.3 too (testet on PPC as it is big endian)
1297
1298 2003-02-17 [paul]       0.8.10claws17
1299
1300         * sync with 0.8.10cvs13
1301                 see ChangeLog 2003-02-17
1302
1303 2003-02-17 [paul]       0.8.10claws16
1304
1305         * sync with 0.8.10cvs12
1306                 see ChangeLog 2003-02-17
1307
1308 2003-02-16 [match]      0.8.10claws15
1309
1310         * src/addressbook.c
1311                 Eliminates reloading of address data when items
1312                 deleted or added. Applied submitted by
1313                 Luke Plant <lukeplant@softhome.net>
1314
1315 2003-02-16 [paul]       0.8.10claws14
1316
1317         * src/news.c
1318                 when a 'protocol error' is encountered disconnect from
1319                 the server. This means that the user can carry on viewing
1320                 other articles and doesn't have to either wait until the
1321                 server timesout or quit sylpheed.
1322                 Fixes bug #53 'Unable to read messages in newsgroups, 
1323                 displayed message doesn't change'
1324
1325 2003-02-15 [christoph]  0.8.10claws13
1326
1327         * src/imap.c
1328                 fix bug that stopped scanning of folders when an
1329                 IMAP folder was empty
1330
1331         (closes bug 46 stop scan messages in folders after empty folder)
1332
1333 2003-02-15 [paul]
1334
1335         * tools/Makefile.am
1336           tools/README
1337           tools/freshmeat_search.pl     ** NEW FILE **
1338           tools/google_search.pl        ** NEW FILE **
1339                 Add 2 Actions scripts which search freshmeat/google
1340                 for the selected text using the browser configured
1341                 in sylpheedrc.
1342                 
1343         Note: These scripts are very dependent on the format of the
1344         browser command and may not work on every occasion. Testing
1345         is welcome. 
1346
1347 2003-02-14 [alfons]     0.8.10claws12
1348
1349         * src/compose.c
1350                 fix breakage because of uninitialized account pointer.
1351                 please verify.
1352
1353 2003-02-14 [paul]       0.8.10claws11
1354
1355         * src/compose.c
1356           src/prefs_account.[ch]
1357           src/prefs_common.[ch]
1358                 move signature settings to Account Prefs
1359
1360 2003-02-14 [paul]       0.8.10claws10
1361
1362         * sync with 0.8.10cvs11
1363                 see ChangeLog 2003-02-14
1364
1365 2003-02-13 [thorsten]   0.8.10claws9
1366
1367         * src/news.c
1368                 revert news progressbar (GUI separation)
1369
1370 2003-02-13 [paul]       0.8.10claws8
1371
1372         * src/compose.c
1373                 make replies behave correctly, re: RFC 1036, Section 2.2.3,
1374                 paragraph 1
1375
1376 2003-02-13 [paul]       0.8.10claws7
1377
1378         * src/compose.[ch]
1379           src/summaryview.c
1380                 fix 'Follow-up and Reply-to' so that it creates a reply to
1381                 the newsgroup and the sender. If the message has the keyword
1382                 'poster' in the Followup-To header, all replies go to the
1383                 sender, re: RFC 1036, Section 2.2.3
1384                 rename all instances of 'ignore_replyto' to 'to_sender', both
1385                 were previously used, now we use just one.
1386
1387 2003-02-13 [paul]       0.8.10claws6
1388
1389         * sync with 0.8.10cvs9
1390                 see ChangeLog 2003-02-13
1391
1392 2003-02-13 [paul]       0.8.10claws5
1393
1394         * configure.ac
1395                 show which plugins are configured in the configure
1396                 output.
1397
1398 2003-02-12 [thorsten]   0.8.10claws4
1399
1400         * src/news.c
1401                 show progress while fetching news headers
1402
1403 2003-02-12 [christoph]  0.8.10claws3
1404
1405         * configure.ac
1406         * src/plugins/Makefile.am
1407                 use AM_CONDITIONAL to enable plugins, automake correctly
1408                 manages this when creating distdir
1409
1410 2003-02-12 [christoph]  0.8.10claws2
1411
1412         * ac/spamassassin.m4
1413         * src/plugins/spamassassin/Makefile.am
1414                 fix building SpamAssassin plugin without OpenSSL
1415
1416 2003-02-12 [paul]       0.8.10claws1
1417
1418         * ac/Makefile.am
1419           src/Makefile.am
1420           src/plugins/Makefile.am
1421                 fix failure of 'make release'
1422
1423 2003-02-12 [paul]       0.8.10claws
1424
1425         * 0.8.10claws released
1426
1427 2003-02-12 [paul]       0.8.9claws56
1428
1429         * po/bg.po
1430           po/es.po
1431           po/it.po
1432           po/ru.po
1433           po/sr.po
1434                 updated translations by George Danchev, Ricardo Mones Lastra,
1435                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively
1436                 
1437         * sylpheed.spec.in
1438                 Allow the building of RPMs by a regular user. Submitted
1439                 by Sergei Astanin
1440
1441 2003-02-11 [alfons]     0.8.9claws55
1442
1443         * src/colorlabel.c
1444                 don't use pixmaps for label color rect but draw rectangles
1445                 so we can respect the color map of palette based visuals
1446                 (fixes the long time crashes on Suns - thanks to Andreas
1447                 Engel and Steve O'Hara-Smith for testing)
1448
1449 2003-02-11 [christoph]  0.8.9claws54
1450
1451         * src/matcher_parser_parse.y
1452                 correct bug where filering rules of not existing folders in
1453                 matcherrc were added to global filtering
1454                 
1455         (closes Debian Bug #180253 - Directory's filter-rules are merged with
1456          main filter-rules after removing directory, http://bugs.debian.org/180253)
1457         
1458 2003-02-11 [paul]       0.8.9claws53
1459
1460         * sync with 0.8.10cvs7
1461                 see ChangeLog 2003-02-09
1462
1463 2003-02-11 [melvin]     0.8.9claws52
1464
1465         * po/fr.po
1466                 Updated French tranlsations
1467
1468 2003-02-10 [paul]       0.8.9claws51
1469
1470         * sylpheed.spec.in
1471                 correct --enable-openssl
1472                 Fix submitted by Sergei Astanin <asita@users.sourceforge.net>
1473
1474 2003-02-09 [martin]     0.8.9claws50
1475
1476         * src/prefs_matcher.c
1477                 fix segfault in prefs_matcher_substitute_cb() when
1478                 no row is selected
1479
1480 2003-02-09 [paul]       0.8.9claws49
1481
1482         * src/folderview.c
1483                 fix bug where a newsgroup folder's processing rules were
1484                 merged with the global filtering rules when the newsgroup
1485                 folder was deleted, causing some seriously bad results,
1486                 see <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=180253>
1487
1488 2003-02-08 [melvin]     0.8.9claws48
1489
1490         * src/compose.c
1491                 Corrected and modified an alert message.
1492
1493 2003-02-07 [paul]       0.8.9claws47
1494
1495         * src/folderview.c
1496                 fix bug where both an 'Account properties' window and a
1497                 'Folder properties' window were opened when clicking on
1498                 'Properties' in an NNTP or IMAP folder's popup menu.
1499
1500 2003-02-07 [paul]       0.8.9claws46
1501
1502         * sync with 0.8.10cvs6
1503                 see ChangeLog 2003-02-06
1504
1505 2003-02-06 [christoph]  0.8.9claws45
1506
1507         * src/mbox.c
1508                 freeze folder updates while importing mbox files
1509                 (closes bug 43 importing mbox took hours)
1510                 
1511         Patch submitted by Jens Rantil <jens.rantil@telia.com>
1512
1513 2003-02-06 [thorsten]   0.8.9claws44
1514
1515         * po/de.po
1516                 Updated german translations
1517
1518 2003-02-06 [thorsten]   0.8.9claws43
1519
1520         * src/news.h
1521                 use guint for message numbers (fix count in grouplist dialog)
1522
1523 2003-02-05 [paul]       0.8.9claws42
1524
1525         * sync with 0.8.10cvs2
1526                 see ChangeLog 2003-02-05
1527
1528 2003-02-04 [colin]      0.8.9claws41
1529
1530         * src/prefs_common.[ch]
1531           src/procmsg.c
1532           src/summaryview.c
1533                 Add an option to disable threading by subject
1534
1535 2003-02-04 [christoph]  0.8.9claws40
1536
1537         * src/inc.c
1538                 only abort fetching mails from multiple accounts when the
1539                 error is fatal and does not allow to check any more accounts
1540                 (currently only disk full error)
1541
1542         (closes bug 31 after POP3 error: "no such mail" Sylpheed does not
1543          receive mails for other accouts)
1544
1545 2003-02-04 [christoph]  0.8.9claws39
1546
1547         * src/folder.c
1548                 first add the new message to the cache, then
1549                 send the update notification
1550
1551         (closes bug 39 after sending message folderview doesnt get updated)
1552
1553 2003-02-04 [colin]      0.8.9claws38
1554
1555         * src/inc.c
1556                 _really_ fix this Connecting... status
1557
1558 2003-02-04 [paul]       0.8.9claws37
1559
1560         * sync with 0.8.10
1561                 see ChangeLog 2003-02-04
1562
1563 2003-02-04 [paul]       0.8.9claws36
1564
1565         * sync with 0.8.9cvs6
1566                 see ChangeLog 2003-02-03
1567
1568 2003-02-04 [paul]       0.8.9claws35
1569
1570         * po/pt_BR.po
1571                 updated by André Filipe de Assunção e Brito 
1572                 <bedecko@netsite.com.br>
1573
1574 2003-02-03 [thorsten]   0.8.9claws34
1575
1576         * po/de.po
1577                 Updated german translations
1578
1579 2003-02-02 [paul]       0.8.9claws33
1580
1581         * po/es.po
1582                 updated by Ricardo Mones Lastra
1583
1584 2003-02-02 [thorsten]   0.8.9claws32
1585
1586         * src/mh.c
1587                 Fix mh_get_msginfo() segfault if file is inaccessible
1588
1589 2003-01-31 [colin]      0.8.9claws31
1590
1591         * src/procheader.c
1592                 Fix last commit's bug
1593
1594 2003-01-31 [colin]      0.8.9claws30
1595
1596         * src/procheader.c
1597                 Missing a change for gpg-signed messages
1598
1599 2003-01-31 [paul]       0.8.9claws29
1600
1601         * src/pixmaps/gpg_signed.xpm    ** NEW FILE **
1602           src/procheader.c
1603           src/stock_pixmap.[ch]
1604           src/summaryview.c
1605                 indicate GnuPG signed messages by displaying an icon
1606                 in the Attachment column.
1607
1608 2003-01-31 [paul]       0.8.9claws28
1609
1610         * sync with 0.8.9cvs4
1611                 see ChangeLog 2003-01-31
1612
1613 2003-01-31 [alfons]     0.8.9claws27
1614
1615         * src/textview.c
1616                 tune URI parser to accept mailto URLs with a '?'
1617                 (patch from Ruslan Balkin)
1618
1619 2003-01-31 [colin]      0.8.9claws26
1620
1621         * src/summaryview.c
1622                 Fix a leak introduced in claws24
1623
1624 2003-01-31 [colin]      0.8.9claws25
1625
1626         * src/summaryview.c
1627                 Freeze/Thaw folder updates when deleting dups
1628
1629 2003-01-31 [colin]      0.8.9claws24
1630         
1631         * src/addr_compl.c
1632           src/summaryview.c
1633           src/msgcache.c
1634                 little speed improvements
1635
1636 2003-01-31 [colin]      0.8.9claws23
1637
1638         * src/summaryview.c
1639                 Fix segfault when forwarding nothing
1640                 Patch from "Ruslan N. Balkin" <baron@voices.ru>
1641                 
1642 2003-01-30 [paul]       0.8.9claws22
1643
1644         * sync with 0.8.9cvs3
1645                 see ChangeLog 2003-01-30
1646
1647 2003-01-30 [paul]       0.8.9claws21
1648
1649         * sync with 0.8.9cvs2
1650                 see ChangeLog 2003-01-30
1651
1652 2003-01-29 [paul]       0.8.9claws20
1653
1654         * sync with 0.8.9cvs1
1655                 see ChangeLog 2003-01-29
1656
1657 2003-01-28 [paul]       0.8.9claws19
1658
1659         * po/POTFILES.in
1660                 update to reflect changes. 
1661                 thanks to Ricardo Mones Lastra
1662
1663 2003-01-27 [christoph]  0.8.9claws18
1664
1665         * ac/openssl.m4
1666         * ac/spamassassin.m4
1667         * src/plugins/spamassassin/README
1668         * src/plugins/spamassassin/libspamc.[ch]
1669         * src/plugins/spamassassin/utils.[ch]
1670                 updated to latest libspamc
1671
1672 2003-01-27 [christoph]  0.8.9claws17
1673
1674         * src/folder.c
1675                 fix wrong use of procheader_get_header_fields
1676
1677 2003-01-27 [christoph]  0.8.9claws16
1678
1679         * src/news.c
1680         * src/prefs_account.[ch]
1681         * src/common/nntp.[ch]
1682                 allow to force authentication for NNTP servers
1683
1684         Patch submitted by Florian Mickler <dmk@d-labs.de>
1685
1686 2003-01-26 [paul]       0.8.9claws15
1687
1688         * src/summaryview.c
1689                 speed up of marking messages as read
1690                 patch submitted by Jens Rantil <ztyx@users.sourceforge.net>
1691
1692 2003-01-26 [christoph]  0.8.9claws14
1693
1694         * src/Makefile.am
1695         * src/mgutils.[ch]              ** REMOVE **
1696         * src/xml.[ch]                  ** REMOVE **
1697         * src/xmlprops.[ch]             ** REMOVE **
1698         * src/common/Makefile.am
1699         * src/common/mgutils.[ch]       ** NEW **
1700         * src/common/xml.[ch]           ** NEW **
1701         * src/common/xmlprops.[ch]      ** NEW **
1702                 move xml files to common directory
1703
1704 2003-01-26 [christoph]  0.8.9claws13
1705
1706         * src/plugins/spamassassin/spamassassin_gtk.c
1707                 only set gtk entry text if string is available
1708
1709 2003-01-26 [melvin]     0.8.9claws12
1710
1711         * src/description_window.c
1712                 Allow resizing of the window
1713                 Allow automatic horizontal scroll bar
1714                 Do not vertically expand and fill
1715
1716 2003-01-26 [christoph]  0.8.9claws11
1717
1718         * src/Makefile.am
1719         * src/gtkutils.[ch]             ** REMOVE **
1720         * src/common/sylpheed.c
1721         * src/gtk/Makefile.am
1722         * src/gtk/description_window.c
1723         * src/gtk/gtkutils.[ch]         ** NEW **
1724         * src/gtk/prefswindow.c
1725                 move gtkutils to gtk directory
1726
1727 2003-01-26 [paul]       0.8.9claws10
1728
1729         * src/summaryview.c
1730                 rename summary_unread_clicked() to summary_status_clicked()
1731
1732 2003-01-26 [melvin]     0.8.9claws9
1733
1734         * src/prefs_actions.c
1735                 Cosmetical changes to the help text
1736
1737 2003-01-26 [paul]       0.8.9claws8
1738
1739         * src/folder.[ch]
1740           src/mainwindow.c
1741           src/prefs_common.c
1742           src/prefs_sumamry_column.c
1743           summaryview.[ch]
1744                 rename the 'Unread' column to 'Status'
1745
1746 2003-01-25 [match]      0.8.9claws7
1747
1748         * src/mgutils.[ch]
1749                 removed reference to LDAP constants. removed error2string.
1750                 included functions to support LDAP dynamic queries.
1751         * src/syldap.h
1752                 moved LDAP constants here.
1753         * src/addressbook.c
1754         * src/addrindex.c
1755         * src/importldif.c
1756                 removed references to LDAP constants and references to
1757                 error2string.
1758
1759 2003-01-25 [paul]       0.8.9claws6
1760
1761         * src/summaryview.c
1762                 summary_thread_build(), summary_thread_init(): remove 
1763                 unneeded reference to summaryview->folder_item
1764
1765 2003-01-25 [christoph]  0.8.9claws5
1766
1767         * src/gtk/description_window.c
1768                 o allow description texts to expand over multiple columns
1769                 o translate all columns
1770         * src/prefs_actions.c
1771                 change syntax description to use new multi column feature
1772
1773         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
1774
1775 2003-01-25 [match]      0.8.9claws4
1776
1777         * src/vcard.c
1778                 fixed bug with Quoted-Printable
1779
1780 2003-01-25 [paul]       0.8.9claws3
1781
1782         * src/folder.[ch]
1783           src/summaryview.[ch]
1784                 implement per-folder collapsed/expanded threads setting
1785                 
1786         * src/prefs_common.c
1787                 remove global collapsed/expanded threads option
1788
1789 2003-01-25 [christoph]  0.8.9claws2
1790
1791         * po/POTFILES.in
1792                 add pluginwindow and prefswindow
1793         * src/compose.c
1794                 make send respond correctly to messages that could be added
1795                 to the queue folder, but the UID of the message is unknown
1796         * src/folder.c
1797         * src/imap.c
1798                 don't return guessed UIDs in imap_add_msg anymore. We return
1799                 0 to tell the folder system it was appened but the UID is
1800                 unknown. Folder system now get's the UID by scaning the folder
1801                 and searching the cache for the Message-ID
1802                 (closes bug #29 Messages queued, but not sent)
1803
1804 2003-01-25 [paul]       0.8.9claws1
1805
1806         * src/codeconv.c
1807                 conv_encode_header():  fix bug when long headers with 8-bit
1808                 characters are used, so that the encoded words are wrapped.
1809                 If the space in the original text falls on the wrap boundary,
1810                 it can be lost.
1811                 Patch by Sergey Vlasov.
1812                 
1813         * src/folderview.c
1814                  fix bug where a change to the sorting method or thread view
1815                  of a folder's messages is lost if simpify-subject is set and
1816                  toggled on or off.
1817                  Patch by Luke Plant.
1818
1819 2003-01-24 [paul]       0.8.9claws
1820
1821         * sylpheed-0.8.9claws released
1822         
1823         * Makefile.am
1824           sylpheed.spec.in
1825                 remove reference to 'INSTALL.jp'
1826
1827 2003-01-23 [paul]       0.8.8claws128
1828
1829         * po/es.po
1830           po/it.po
1831           po/ru.po
1832           po/sr.po
1833                 updated translations. submitted by Ricardo Mones Lastra,
1834                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively.
1835
1836 2003-01-23 [colin]      0.8.8claws127
1837
1838         * src/compose.c
1839                 Fix drafted and queued news articles re-edition
1840
1841 2003-01-23 [melvin]     0.8.8claws126
1842
1843         * po/fr.po
1844                 Updated French translations
1845
1846 2003-01-23 [colin]      0.8.8claws125
1847
1848         * src/inc.c
1849                 Fix "Connecting to..." status message
1850
1851 2003-01-22 [paul]       0.8.8claws124
1852
1853         * po/bg.po
1854                 updated by George Danchev
1855                 
1856         * src/folder.c
1857                 revert last commit [0.8.8claws111] as it breaks folder d'n'd
1858                 and folder deletion
1859
1860 2003-01-21 [paul]       0.8.8claws123
1861
1862         * po/bg.po
1863                 updated by George Danchev
1864                 
1865         * src/about.c
1866                 its now 2003
1867                 
1868         * src/toolbar.c
1869                 don't translate 'Separator'
1870                 
1871         * src/plugins/spamassassin/Makefile.am
1872                 add aspell to CPPFLAGS
1873                 
1874         * src/plugins/spamassassin/spamassassin.c
1875           src/plugins/spamassassin/spamassassin_gtk.c
1876                 set correct default for spamassassin_receive_spam
1877                 slightly re-word descriptions and some
1878                 other minor changes
1879
1880 2003-01-19 [alfons]     0.8.8claws122
1881                 
1882         * src/mimeview.c
1883                 mimeview_save_as(): we might as well show the file name for
1884                 the single case "Save As" too
1885
1886 2003-01-19 [alfons]     0.8.8claws121
1887
1888         * src/crash.c
1889                 change bug tracker URL to bugzilla URL
1890
1891 2003-01-19 [alfons]     0.8.8claws120
1892
1893         * src/mimeview.c
1894                 mimeview_save_all(): display name of file before overwriting;
1895                 continue saving all, even when one overwrite was cancelled
1896
1897 2003-01-19 [christoph]  0.8.8claws119
1898
1899         * src/summaryview.c
1900         * src/procmsg.[ch]
1901                 fix wrong usage of procmsg_find_children in summaryview
1902                 by using procmsg_update_unread_children instead of
1903                 summaryview_update_unread_children
1904
1905 2003-01-19 [christoph]  0.8.8claws118
1906
1907         * src/procmsg.c
1908                 fix infinite loop in procmsg_find_children
1909                  (closes bug #25 sylpheed crashes on delete.)
1910
1911         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
1912
1913 2003-01-19 [paul]       0.8.8claws117
1914
1915         * po/pt_BR.po
1916                 updated by Ivan Francolin Martinez
1917
1918 2003-01-18 [melvin]     0.8.8claws116
1919
1920         * src/prefs_actions.c
1921                 Removed syntax limitation of only one '&' at the end of command.
1922                         Now actions that contain '>/dev/null 2>&1' are possible.
1923
1924 2003-01-18 [melvin]     0.8.8claws115
1925
1926         * src/prefs_actions.c
1927                 Actions IO dialog: when the action ends
1928                 the "Close" button now has focus and [Escape] closes the
1929                 window.
1930
1931 2003-01-18 [christoph]  0.8.8claws114
1932
1933         * src/procmsg.c
1934                 o add debug output when MsgInfos are really freed
1935                 o free GSLists in procmsg_find_children and
1936                   procmsg_update_unread_children
1937
1938 2003-01-18 [christoph]  0.8.8claws113
1939
1940         * src/mainwindow.c
1941                 reorder Configuration menu
1942
1943 2003-01-18 [christoph]  0.8.8claws112
1944
1945         * src/compose.c
1946                 fix applying templates to forwarded messages
1947
1948         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
1949
1950 2003-01-17 [christoph]  0.8.8claws111
1951
1952         * src/folder.c
1953                 destroy folder items, when a folder item is removed
1954
1955 2003-01-17 [christoph]  0.8.8claws110
1956
1957         * src/folder.c
1958                 fix wrong folder stats update when ignored message is
1959                 deleted
1960
1961 2003-01-17 [colin]      0.8.8claws109
1962         
1963         * src/mainwindow.c
1964         * src/summaryview.c
1965                 Quicksearch bugfixes: 
1966                 - hide help button at startup if not extended
1967                 - switch to extended when looking for replies
1968
1969 2003-01-17 [paul]
1970
1971         * sync with 0.8.9 release
1972
1973 2003-01-17 [paul]       0.8.8claws108
1974
1975         * sync with 0.8.8cvs11
1976                 see ChangeLog 2003-01-17
1977
1978 2003-01-16 [colin]      0.8.8claws107
1979
1980         * src/procmsg.c
1981                 Changed encryption test to re-ask passphrase
1982                 if an encrypted message hasn't been decrypted
1983                 Fixes bug #5
1984
1985 2003-01-16 [christoph]  0.8.8claws106
1986
1987         * src/prefs_gtk.c
1988         * src/prefs_toolbar.c
1989         * src/gtk/prefswindow.h
1990         * src/plugins/spamassassin/spamassassin_gtk.c
1991                 remove page destroy function that is not used anymore
1992
1993 2003-01-16 [paul]       0.8.8claws105
1994
1995         * sync with 0.8.8cvs9
1996                 see ChangeLog 2002-01-16
1997
1998 2003-01-16 [colin]      0.8.8claws104
1999
2000         * src/compose.[ch]
2001                 Fix bug with autosaved drafts for IMAP, when draft
2002                 folder is specified - fixes bugzilla bug #20
2003
2004 2003-01-15 [paul]       0.8.8claws103
2005
2006         * src/compose.[ch]
2007           src/procmsg.c
2008                 store folder and message-id of message forwarding
2009                 in queue header and set forward flag after sending
2010
2011 2003-01-15 [paul]       0.8.8claws102
2012
2013         * sync with 0.8.8cvs8
2014                 see ChangeLog 2002-01-15
2015
2016 2003-01-15 [colin]      0.8.8claws101
2017
2018         * src/Makefile.am
2019                 Fix linking with GNU libiconv
2020
2021 2003-01-15 [darko]      0.8.8claws100
2022
2023         * src/pine.c
2024                 fix crash when importing pine address book
2025                 entry with an empty name (reported by DY
2026                 <dybulk at tri8.net>)
2027
2028 2003-01-14 [paul]       0.8.8claws99
2029
2030         * configure.in  ** REMOVED **
2031           configure.ac  ** NEW FILE **
2032                 rename configure.in to configure.ac, as it is now
2033                 preferred
2034
2035 2003-01-14 [melvin]     0.8.8claws98
2036
2037         * src/folderview.c
2038                 folderview_check_new(): More precise function description
2039
2040 2003-01-14 [melvin]     0.8.8claws97
2041
2042         * src/folderview.c
2043                 folderview_check_new(): return the number of new messages 
2044                         since last check.
2045         * src/inc.c
2046                 inc_account_mail(): Disable counting of new messages for IMAP
2047                         and NNTP until bug [19] and [14] are fixed.
2048
2049 2003-01-14 [paul]       0.8.8claws96
2050
2051         * sync with 0.8.8cvs6
2052                 see ChangeLog 2003-01-14
2053
2054 2003-01-13 [alfons]     0.8.8claws95
2055
2056         * src/textview.c
2057                 tune email address validation (c. 0.8.8claws89): if . is 
2058                 just one char away from @, the address is invalid too 
2059                 (correctly rejects addresses like foo@.com)
2060
2061 2003-01-13 [paul]       0.8.8claws94
2062
2063         * src/messageview.c
2064           src/toolbar.c
2065                 fixes to the Message View toolbar and menu:
2066                 fix non-functioning Forward button
2067                 make Reply button consider default_reply_list
2068                 remove 'Follow-up...' menu entry
2069                 add 'Forward' and 'Redirect' menu entries
2070
2071 2003-01-13 [melvin]     0.8.8claws93
2072
2073         * src/inc.c
2074                 Fixed typo that could make new messages count incorrect.
2075
2076 2003-01-13 [melvin]     0.8.8claws92
2077
2078         * src/folderview.[ch]
2079                 folderview_check_new(): return the number of new messages.
2080         * src/inc.c
2081                 Should fix bug [14] where new mail notification worked 
2082                         incorrectly with IMAP accounts.
2083                 inc_spool_account(): return number of new msgs, or -1 on error
2084                 inc_all_spool(): return number of new msgs
2085                 
2086 2003-01-13 [melvin]     0.8.8claws91
2087
2088         * src/prefs_actions.c
2089                 Justify help text.
2090
2091 2003-01-12 [thorsten]   0.8.8claws90
2092
2093         * src/common/prefs.c
2094                 close file before rename
2095
2096 2003-01-12 [alfons]     0.8.8claws89
2097
2098         * AUTHORS
2099                 add Christian Mertes
2100         * src/common/utils.[ch]
2101                 g_stricase_hash(), g_stricase_equal(): functions for 
2102                 case insensitive hash tables
2103         * src/textview.c
2104                 use top level domain names to validate email address, based
2105                 on a patch by Christian Mertes (thanks!), but changed 
2106                 implementation to use a hash table 
2107
2108 2003-01-12 [paul]       0.8.8claws88
2109
2110         * po/bg.po
2111                 updated by George Danchev
2112
2113 2003-01-12 [alfons]     0.8.8claws87
2114
2115         * src/summaryview.c
2116                 delete / execute performance: use new style folder update
2117
2118 2003-01-12 [paul]       0.8.8claws86
2119
2120         * sync with 0.8.8cvs5
2121                 see ChangeLog 2003-01-13 (!)
2122
2123 2003-01-12 [alfons]     0.8.8claws85
2124
2125         * src/filtering.c
2126         * src/matcher_parser_parse.y
2127                 prepare change_score filtering action
2128         * src/matcher.[ch]
2129                 give up const-correctness on functions that call non-const-correct functions;
2130                 several casts to gpointer in g_free();
2131                 add change_score;
2132
2133 2003-01-12 [christoph]  0.8.8claws84
2134
2135         * src/compose.c
2136                 fix 2 warnings
2137
2138         * src/gtk/prefswindow.[ch]
2139         * src/plugins/spamassassin/spamassassin_gtk.c
2140                 changed the call of the widget create function
2141                 for PrefsPages, because sometimes the widget
2142                 create function needs a widget that already has
2143                 been attached to a window (to create GDK pixmaps
2144                 for exmaple). So we simply pass the GtkWindow as
2145                 the second parameter now.
2146
2147         * src/main.c
2148         * src/mainwindow.c
2149         * src/prefs_toolbar.[ch]
2150                 rewrite Toolbar Preferences using the new
2151                 prefs window
2152
2153 2003-01-11 [alfons]     0.8.8claws83
2154
2155         * src/addressadd.c
2156                 fix crash when adding sender to addressbook because status bar
2157                 isn't there (the status bar doesn't seem to be used though,
2158                 but I'll let Match decide what to do with it)
2159
2160 2003-01-11 [colin]      0.8.8claws82
2161
2162         * src/main.c
2163           src/toolbar.c
2164                 Two useless changes reversed
2165
2166 2003-01-11 [colin]      0.8.8claws81
2167
2168         * src/mainwindow.c
2169           src/mainwindow.h
2170                 Add mainwindow_get_mainwindow()
2171         * src/alertpanel.c
2172           src/alertpanel.h
2173                 Add alertpanel_error_log() 
2174         * src/compose.c
2175           src/inc.c
2176           src/messageview.c
2177           src/toolbar.c
2178           src/main.c
2179           src/procmsg.c
2180                 Network errors get a View Log button
2181
2182 2003-01-10 [alfons]     0.8.8claws80
2183
2184         * src/prefs_toolbar.c
2185         * src/toolbar.c
2186                 use the translatable string for "Separator" as file name for
2187                 separator toolbar items (probably make this uppercase?)
2188
2189 2003-01-10 [alfons]     0.8.8claws79
2190
2191         * src/prefs_toolbar.c
2192                 put right A_SEPARATOR description string in "displayed
2193                 toolbar items list" so manually added separators are
2194                 saved correctly (bug #10, "Adding a separator to the main 
2195                 toolbar fails, entry in xml file is wrong")
2196
2197 2003-01-10 [christoph]  0.8.8claws78
2198
2199         * src/imap.c
2200                 o fix warnings
2201                 o use CAPABILITY to check if NAMESPACE is available
2202
2203 2003-01-10 [christoph]  0.8.8claws77
2204
2205         * src/imap.[ch]
2206                 apply UIDPLUS IMAP extension support patch
2207
2208         Patch submitted by Simon 'corecode' Schubert
2209
2210 2003-01-10 [paul]       0.8.8claws76
2211
2212         * src/folderview.c
2213                 a sync from main which fixes the news account folders'
2214                 Properties bug
2215
2216 2003-01-10 [christoph]  0.8.8claws75
2217
2218         * src/folder.c
2219                 don't accept 0 as a valid uid returned by copy and move
2220                 functions. 0 means the message was copied or moved but the
2221                 new uid could not be fetched. It is not an error condition
2222                 for the copy or move operation.
2223
2224 2003-01-10 [paul]       0.8.8claws74
2225
2226         * src/prefs_filtering.c
2227                 change English used in Alert when entry is not
2228                 saved.
2229                 
2230         * sync with 0.8.8cvs4
2231                 see ChangeLog 2003-01-10
2232
2233 2003-01-10 [darko]      0.8.8claws73
2234
2235         * src/pine.c
2236                 fix crash when importing address book entry
2237                 without a valid address
2238
2239 2003-01-09 [alfons]     0.8.8claws72
2240
2241         * src/inc.c
2242                 filtering performance: use new style folder update
2243
2244 2003-01-09 [christoph]  0.8.8claws71
2245
2246         * src/compose.c
2247         * src/gtk/menu.[ch]
2248                 fix wrong selecting of mime encoding type, when
2249                 opening property dialog of attachments in the
2250                 compose window. 7bit was always selected and that
2251                 destoryed files with 8bit data.
2252                 (closes bug #9 Sylpheed-claws destroys attachments when
2253                  changing MIME-types)
2254
2255 2003-01-09 [paul]       0.8.8claws70
2256
2257         * sync with 0.8.8cvs3
2258                 see ChangeLog 2003-01-09
2259
2260 2003-01-08 [alfons]     0.8.8claws69
2261         
2262         * src/addressadd.c
2263                 apply patch by Kim Schulz to fix build breakage
2264                 because of missing variable
2265
2266 2003-01-08 [paul]       0.8.8claws68
2267
2268         * sync with 0.8.8cvs2
2269                 see ChangeLog 2002-01-08
2270
2271 2003-01-08 [paul]       0.8.8claws67
2272
2273         * po/it.po
2274                 updated by Alessandro Maestri
2275                 
2276         * src/addressadd.c
2277                 when using 'Add sender to addressbook' allow
2278                 name to be edited and remarks to be entered
2279                 Patch submitted by Luke Plant
2280
2281 2003-01-08 [darko]      0.8.8claws66
2282
2283         * README.claws, src/summaryview.c
2284                 fix description for marked messages
2285
2286 2003-01-08 [paul]
2287
2288         * tools/Makefile.am
2289           tools/launch_phoenix  ** NEW FILE **
2290                 add script that enables using Phoenix as the default
2291                 web browser. 
2292                 Submitted by Mohammed Sameer <Uniball@linux-egypt.org>
2293                 
2294         * tools/OOo2sylpheed.pl
2295                 remove full path to sylpheed executable, just 'sylpheed'
2296                 will do
2297                 
2298         * tools/README
2299                 add launch_phoenix informtion and re-arrange and compress
2300                 the data a little
2301
2302 2003-01-07 [christoph]  0.8.8claws65
2303
2304         * src/folder.c
2305                 fix update for source folder when moving messages
2306         * src/procmsg.[ch]
2307         * src/summaryview.c
2308                 use function to set to_folder for message infos and
2309                 automatically update the op_count for old and new
2310                 folder
2311
2312 2003-01-07 [melvin]     0.8.8claws64
2313
2314         * src/prefs_actions.c
2315                 Fixed bug where an '%p' Action on a displayed image crashed 
2316                         Sylpheed
2317                 Code clean up (get rid of duplicated code and removed unnecessary 
2318                                 structure member)
2319
2320 2003-01-07 [christoph]  0.8.8claws63
2321
2322         * src/compose.c
2323         * src/folder.[ch]
2324         * src/folderview.c
2325         * src/import.c
2326         * src/inc.c
2327         * src/main.c
2328         * src/mainwindow.c
2329         * src/messageview.c
2330         * src/prefs_folder_item.c
2331         * src/procmsg.c
2332         * src/summaryview.c
2333         * src/toolbar.c
2334                 o remove all folder update triggering from the UI code. The folder
2335                   system should know much better when a folder needs an update.
2336                 o to prevent multiple updates in a row the folder updates can be
2337                   frozen for some time.
2338
2339                 Note: - Please verify that no updates are missing
2340                       - Check where freeze/thaws should be added
2341
2342 2003-01-07 [christoph]  0.8.8claws62
2343
2344         * src/prefs_actions.c
2345                 don't translate empty strings
2346
2347         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
2348
2349 2003-01-06 [christoph]  0.8.8claws61
2350
2351         * src/prefs_actions.c
2352                 mark strings for gettext
2353         * src/prefs_matcher.c
2354                 use new description window for Execute action and
2355                 match condition in Filtering
2356
2357         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
2358
2359 2003-01-06 [alfons]     0.8.8claws60
2360
2361         keep myself inspired to re-organize matcher part 8; 
2362         yes, more to come (I need to move out the descriptive
2363         text for actions to matcher.c, or at least make it not
2364         depend on the wicked ordering)
2365
2366         * src/prefs_matcher.c
2367                 add documentation so others may comprehend the
2368                 UI part of the conditions
2369                 
2370 2003-01-06 [christoph]  0.8.8claws59
2371
2372         * src/prefs_actions.c
2373                 use new description window for syntax help
2374         * src/gtk/description_window.c
2375                 fix display of descriptions with column count != 2
2376
2377         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
2378
2379 2003-01-06 [christoph]  0.8.8claws58
2380
2381         * src/quote_fmt.c
2382         * src/summaryview.[ch]
2383         * src/gtk/Makefile.am
2384         * src/gtk/description_window.[ch]       ** NEW **
2385                 use a generic window to display syntax descriptions
2386                 currently used in quote_fmt and summaryview (new description
2387                 for extended quick search)
2388
2389         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
2390
2391 2003-01-06 [paul]       0.8.8claws57
2392
2393         * sync with 0.8.8cvs1
2394                 see ChangeLog 2003-01-06
2395
2396 2003-01-06 [christoph]  0.8.8claws56
2397
2398         * src/mainwindow.c
2399         * src/prefs_gtk.[ch]
2400         * src/gtk/prefswindow.[ch]
2401         * src/plugins/spamassassin/spamassassin_gtk.c
2402                 o remove page management from prefswindow, pages
2403                   will be an argument to prefswindow_open
2404                 o prefswindow_open gets a datapointer that is
2405                   passed to the widget_create function to allow
2406                   creation of prefswindow for specific items
2407
2408 2003-01-06 [colin]      0.8.8claws55
2409         
2410         * src/summaryview.c
2411                 We don't want regexp in the reply-finder, 
2412                 because MIDs can contain !,$,. and so on
2413
2414 2003-01-06 [jens]       0.8.8claws54
2415
2416         * src/jpilot.c
2417                 fixed a wrong free in jpilot_read_db_files
2418
2419 2003-01-06 [alfons]     0.8.8claws53
2420
2421         re-organize matcher part 8; more to come
2422        
2423         * src/matcher.c
2424                 matcherprop_to_string(): put g_free()s before the
2425                 switch-case break to fix memleaks                
2426
2427 2003-01-06 [colin]      0.8.8claws52
2428
2429         * src/summaryview.c
2430                 cleanup & reply-finder now displays the first 
2431                 matching message
2432
2433 2003-01-05 [alfons]     0.8.8claws51
2434
2435         re-organize matcher part 7; more to come
2436
2437         * src/matcher.[ch]
2438                 fixes for constant correctness;
2439                 more documentation;
2440
2441 2003-01-05 [alfons]     0.8.8claws50
2442
2443         re-organize matcher part 6; more to come
2444         
2445         * src/matcher.[ch]
2446                 fixes for constant correctness;
2447                 more documentation;
2448         * src/filtering.c
2449                 fix for constant correctness
2450
2451 2003-01-05 [colin]      0.8.8claws49
2452
2453         * src/account.[ch]
2454                 Add account_get_reply_account function
2455         * src/compose.c
2456                 Use account_get_reply_account function 
2457         * src/summaryview.c
2458                 Basic reply-finder - click on the replied
2459                 icon gets you to the outbox using quick-search
2460
2461 2003-01-05 [paul]       0.8.8claws48
2462
2463         * src/prefs_common.c
2464                 small change to English
2465                 
2466         * src/prefs_filtering.c
2467                 prefs_filtering_action_select(): improve logic and uniformity
2468                 of gui
2469
2470 2003-01-05 [alfons]     0.8.8claws47
2471
2472         fine tune solution to focus problems (bug #7)
2473
2474         * src/mainwindow.c
2475                 mainwindow_focus_in_event(): remove grab event check
2476         * src/summaryview.c
2477                 summary_button_pressed(): move selection on right-click
2478                 too. we can't possibly move the selection back after
2479                 canceling a dialog, because gtk's incomplete focus 
2480                 management. whether this is a good solution, only time
2481                 will tell.
2482
2483 2003-01-05 [christoph]  0.8.8claws46
2484
2485         * src/imap.c
2486                 fix crash when no imap connection could be established
2487
2488 2003-01-05 [paul]       0.8.8claws45
2489
2490         * src/mainwindow.c
2491           src/sumamryview.c
2492           src/gtk/menu.[ch]
2493                 fix bug 605957 'shortcuts in popup-menu'
2494                 make user-defined shortcuts work
2495                 show shortcuts that are already defined
2496                 in the main menu
2497                 Patch submitted by Luke Plant
2498
2499 2003-01-05 [alfons]     0.8.8claws44
2500
2501         * src/mainwindow.c
2502                 focus_in_event handler should not select summary view row 
2503                 when another window (menu, dialog) grabbed for events 
2504                 (bug #7, "[0.8.8claws42] Message summary focus") 
2505
2506 2003-01-04 [christoph]  0.8.8claws43
2507
2508         * src/procmsg.c
2509                 update save folder after adding the sent message
2510                  (closes bug #6 Folder View doesn't refresh for "Sent"-messages)
2511
2512 2003-01-02 [christoph]  0.8.8claws42
2513
2514         * src/common/plugin.c
2515                 fix unloading of all plugins and unload
2516                 plugins in reverse order
2517                 
2518         * src/gtk/pluginwindow.c
2519                 implement function of load and unload button
2520
2521         * src/gtk/prefswindow.c
2522         * src/gtk/prefswindow.h
2523                 rename register function and add new unregister
2524                 function
2525
2526         * src/plugins/spamassassin/spamassassin_gtk.c
2527                 unregister prefs page and update for changes in
2528                 src/gtk/prefswindow.c
2529
2530 2003-01-02 [paul]       0.8.8claws41
2531
2532         * po/es.po
2533                 updated by Ricardo Mones Lastra
2534
2535 2003-01-02 [paul]
2536
2537         * tools/tb2sylpheed
2538                 fixes and improvements by Urke MMI
2539
2540 2003-01-02 [thorsten]   0.8.8claws40
2541
2542         * src/procmsg.c
2543                 fixed wrong return value
2544
2545 2003-01-02 [thorsten]   0.8.8claws39
2546
2547         * src/prefs.c
2548                 fixed printing wrong variable
2549
2550 2003-01-02 [thorsten]   0.8.8claws38
2551
2552         * src/prefs.c
2553                 fixed acessing members of freed pfile struct
2554
2555 2003-01-02 [thorsten]   0.8.8claws37
2556
2557         * src/procmsg.c
2558                 detect loops across several messages
2559                 as suggested by Christoph Hohmann
2560
2561 2003-01-01 [match]      0.8.8claws36
2562
2563         * src/addrindex.c
2564                 fixed another memory leak.
2565
2566 2003-01-01 [match]      0.8.8claws35
2567
2568         * src/jpilot.[ch]
2569                 fixed memory leaks. applied Doxygen comments.
2570
2571 2003-01-01 [thorsten]   0.8.8claws34
2572
2573         * src/procmsg.c
2574                 inhibit endless loop if msg references itself
2575                 (closes Bug [ 660477 ] Infinite loop in parent flag search)
2576
2577 2003-01-01 [christoph]  0.8.8claws33
2578
2579         * src/mainwindow.c
2580         * src/gtk/Makefile.am
2581         * src/gtk/pluginwindow.c                ** NEW **
2582         * src/gtk/pluginwindow.h                ** NEW **
2583                 add plugin window
2584
2585         * src/plugins/demo/demo.c
2586         * src/plugins/spamassassin/spamassassin.c
2587         * src/plugins/spamassassin/spamassassin_gtk.c
2588                 write better plugin descriptions
2589
2590 2002-12-31 [christoph]  0.8.8claws32
2591
2592         * src/gtk/prefswindow.c
2593         * src/plugins/spamassassin/spamassassin_gtk.c
2594                 some small improvements to GTK code
2595
2596 2002-12-31 [christoph]  0.8.8claws31
2597
2598         * src/plugins/spamassassin/spamassassin_gtk.c
2599                 enable folder select button
2600
2601 2002-12-31 [christoph]  0.8.8claws30
2602
2603         * src/mainwindow.c
2604         * src/gtk/Makefile.am
2605         * src/gtk/prefswindow.c                         ** NEW **
2606         * src/gtk/prefswindow.h                         ** NEW **
2607                 add new prefs window
2608
2609         * src/common/plugin.c
2610                 don't try to load empty config lines
2611         
2612         * src/plugins/spamassassin/Makefile.am
2613         * src/plugins/spamassassin/spamassassin.c
2614         * src/plugins/spamassassin/spamassassin.h       ** NEW **
2615         * src/plugins/spamassassin/spamassassin_gtk.c   ** NEW **
2616                 GTK config for SpamAssassin Plugin using
2617                 the new prefs window
2618
2619 2002-12-31 [paul]       0.8.8claws29
2620
2621         * po/POTFILES.in
2622                 remove obsolete entry 'src/menu.c'
2623
2624 2002-12-31 [alfons]     0.8.8claws28
2625
2626         * src/matcher.[ch]
2627         * src/matcher_parser_parse.y
2628         * src/prefs_matcher.c
2629                 add "ignore_thread" and "~ignore_thread" condition so it's
2630                 possible to make the actions / scoring operate on the ignore
2631                 thread flag
2632
2633 2002-12-31 [christoph]  0.8.8claws27
2634
2635         * src/addrbook.c
2636         * src/addrindex.c
2637         * src/folder.c
2638         * src/matcher.c
2639         * src/prefs_account.c
2640         * src/prefs_actions.c
2641         * src/prefs_customheader.c
2642         * src/prefs_display_header.c
2643         * src/prefs_gtk.c
2644         * src/procmime.c
2645         * src/toolbar.c
2646         * src/xmlprops.c
2647         * src/common/prefs.[ch]
2648                 extend prefs file handling for reading and automatic handling
2649                 of blocks. When reading prefs_set_block_label will automatically
2650                 move on to the block. When writing it will copy all other blocks
2651                 automatically
2652
2653         * src/common/plugin.c
2654                 Now loading plugin filenames from [Plugins] block in
2655                 sylpheed rc file
2656
2657 2002-12-30 [christoph]  0.8.8claws26
2658
2659         * src/common/hooks.[ch]
2660                 return abort status to caller of hooks_invoke
2661                 
2662         * src/inc.[ch]
2663                 invoke message filtering hook and stop
2664                 default handling when filter returns abort
2665
2666         * src/common/plugin.[ch]
2667         * src/plugins/demo/demo.c
2668                 modify plugin loader, because resolving symbols for strings
2669                 does not work correctly
2670         
2671         * configure.in
2672         * ac/spamassassin.m4                            ** NEW **
2673         * src/plugins/spamassassin/.cvsignore           ** NEW **
2674         * src/plugins/spamassassin/Makefile.am          ** NEW **
2675         * src/plugins/spamassassin/README               ** NEW **
2676         * src/plugins/spamassassin/libspamc.[ch]        ** NEW **
2677         * src/plugins/spamassassin/spamassassin.c       ** NEW **
2678         * src/plugins/spamassassin/utils.[ch]           ** NEW **
2679                 add spamassassin plugin, see src/plugins/spamassassin/README
2680                 for details
2681
2682 2002-12-29 [alfons]     0.8.8claws25
2683
2684         * src/mainwindow.c
2685                 when moving focus from a message view to the main 
2686                 window, don't forget to select the summary node
2687                 of the displayed message. should fix "[ 659103 ] 
2688                 focus-follows-mouse confuses sylpheed"
2689
2690 2002-12-29 [christoph]  0.8.8claws24
2691
2692         * src/Makefile.am
2693         * src/stringtable.[ch]          ** REMOVE **
2694         * src/common/Makefile.am
2695         * src/common/stringtable.[ch]   ** NEW **
2696                 move stringtable files to common directory
2697
2698 2002-12-29 [christoph]  0.8.8claws23
2699
2700         * src/Makefile.am
2701         * src/menu.[ch]                 ** REMOVE **
2702         * src/gtk/Makefile.am
2703         * src/gtk/menu.[ch]             ** NEW **
2704                 move menu files to gtk directory
2705
2706 2002-12-29 [match]      0.8.8claws22
2707
2708         * src/addressbook.c
2709         * src/syldap.c
2710                 moved UI specific code out of LDAP code into addressbook
2711                 UI code. fixed memory leak.
2712
2713 2002-12-29 [christoph]  0.8.8claws21
2714
2715         * src/folder.c
2716                 only check for IGNORED parent message when message is
2717                 not IGNORED itself
2718
2719 2002-12-29 [alfons]     0.8.8claws20
2720
2721         * src/summaryview.c
2722                 set gtksctree's anchor correct (immediate execute
2723                 changes the tree's layout, and anchor points at 
2724                 the incorrect row). fixes "[ 657233 ] multiple msg 
2725                 delete sometimes off by 1".
2726                 we probably have to look for more tree layout /
2727                 anchor glitches.
2728
2729 2002-12-29 [paul]       0.8.8claws19
2730
2731         * src/summaryview.c
2732                 fix bug [ 659054 ] incorrect sorting of 'From' column
2733                 when using 'display sender using address book'
2734                 thanks to Alfons and Luke Plant
2735
2736 2002-12-29 [christoph]  0.8.8claws18
2737
2738         * src/folder.c
2739         * src/procmsg.[ch]
2740                 check parent messages for IGNORE THREAD flag, when adding,
2741                 moving or copying messages to a folder
2742
2743 2002-12-27 [alfons]     0.8.8claws17
2744
2745         re-organize matcher part 5; more to come
2746
2747         * src/matcher.c
2748                 hash keywords in matchparser_tab 
2749
2750 2002-12-27 [alfons]     0.8.8claws16
2751
2752         re-organize matcher part 4; more to come
2753
2754         * src/matcher_parser.h
2755         * src/matcher_parser_lex.l
2756         * src/matcher_parser_parse.y
2757                 cleanup
2758
2759 2002-12-27 [alfons]     0.8.8claws15
2760
2761         re-organize matcher part 3; more to come
2762
2763         * src/matcher.[ch]
2764                 cleanup
2765
2766 2002-12-27 [alfons]     0.8.8claws14
2767
2768         re-organize matcher part 2; more to come but this should
2769         work. cc me if there are any regressions.
2770
2771         * src/matcher.h
2772                 add prototype for get_matchparser_tab_id()
2773         * src/matcher_parser_lex.l
2774                 look up keywords using matchparser_tab_id();
2775
2776 2002-12-27 [alfons]     0.8.8claws12
2777
2778         re-organize matcher part 1
2779
2780         * src/matcher.h
2781                 map yacc generated constants to sylpheed matcher constants
2782         * src/matcher.c
2783                 add function to find a matcher constant from a string
2784
2785 2002-12-27 [christoph]  0.8.8claws11
2786
2787         * src/compose.c
2788                 MENUITEM_ADD casts the 4th argument from integer to pointer
2789                 so it probably should not be a pointer, this means we
2790                 should use account id for it and not the account's pointer
2791
2792 2002-12-27 [paul]       0.8.8claws10
2793
2794         * src/mainwindow.c
2795                 remove unneeded 'GtkWidget *vbox'
2796                 
2797         * src/summaryview.c
2798                 further sync with 0.8.8 - make sort
2799                 by recipient work as expected
2800                 
2801         * NEWS
2802                 sync with 0.8.8
2803
2804 2002-12-27 [paul]       0.8.8claws9
2805
2806         * po/pt_BR.po
2807                 updated by Ivan F. Martinez
2808                 
2809 2002-12-27 [darko]      0.8.8claws8
2810
2811         * src/common/utils.c
2812                 added locked pattern to extended search
2813
2814 2002-12-27 [alfons]     0.8.8claws7
2815
2816         * src/prefs_matcher.[ch]
2817                 clean up
2818
2819 2002-12-26 [alfons]     0.8.8claws6
2820
2821         * src/matcher.[ch]
2822         * src/matcher_parser_lex.l
2823         * src/matcher_parser_parse.y
2824         * src/prefs_matcher.c
2825                 allow color label as a condition in the matcher
2826
2827 2002-12-26 [oliver]     0.8.8claws5
2828         
2829         * src/toolbar.c 
2830                 enable Addressbook for Main and Messageview
2831         * src/prefs_actions.c
2832                 enable actions in Messageview
2833
2834 2002-12-26 [christoph]  0.8.8claws4
2835
2836         * src/common/plugin.c
2837                 add a little debug output
2838         * configure.in
2839         * src/plugins/demo/Makefile.am
2840                 better use of automake
2841
2842 2002-12-26 [christoph]  0.8.8claws3
2843
2844         * src/Makefile.am
2845         * src/common/Makefile.am
2846                 fix "make distdir"
2847
2848 2002-12-26 [christoph]  0.8.8claws2
2849
2850         * configure.in
2851                 sort configure checks into common / gtk / plugins
2852         * po/POTFILES.in
2853                 add src/prefs_gtk.c
2854         * src/Makefile.am
2855                 add plugins SUBDIR
2856         * src/main.c
2857         * src/common/sylpheed.[ch]
2858                 added now sylpheed_done function for shutdown
2859         * src/common/Makefile.am
2860         * src/common/plugin.[ch]                ** NEW **
2861                 plugin loader and unloader
2862         * src/plugins/.cvsignore                ** NEW **
2863         * src/plugins/Makefile.am               ** NEW **
2864                 build plugins
2865         * src/plugins/demo/.cvsignore           ** NEW **
2866         * src/plugins/demo/Makefile.am          ** NEW **
2867         * src/plugins/demo/demo.c               ** NEW **
2868                 small demo plugin that installs a logtext hook and
2869                 outputs the log text to stdout
2870
2871 2002-12-26 [paul]       0.8.8claws1
2872
2873         * po/es.po
2874                 updated by Ricardo Mones Lastra
2875
2876 2002-12-26 [paul]       0.8.8claws
2877
2878         * 0.8.8claws released
2879
2880 2002-12-26 [paul]       0.8.7claws12
2881
2882         * po/bg.po
2883                 updated by George Danchev
2884
2885 2002-12-26 [paul]       0.8.7claws11
2886
2887         * po/POTFILES.in
2888                 remove unneeded 'src/prefs.c' entry 
2889
2890 2002-12-26 [paul]       0.8.7claws10
2891
2892         * src/codeconv.c
2893           src/mainwindow.c
2894                 sync with 0.8.8 release
2895         
2896         * src/folder.[ch]
2897           src/mh.c
2898           src/summaryview.c
2899                 partial sync with 0.8.8 release
2900         
2901
2902 2002-12-25 [alfons]     0.8.7claws9
2903
2904         * src/matcher.[ch]
2905         * src/matcher_parser_lex.l
2906         * src/matcher_parser_parse.y
2907         * src/prefs_matcher.c
2908                 add locked flag to possible filtering / matcher 
2909                 conditions (also a good example what should be
2910                 done to add a simple boolean condition)
2911
2912 2002-12-25 [christoph]  0.8.7claws8
2913
2914         * src/Makefile.am
2915         * src/account.[ch]
2916         * src/addrbook.c
2917         * src/addressbook.c
2918         * src/addrindex.c
2919         * src/filtering.c
2920         * src/folder.c
2921         * src/matcher.c
2922         * src/prefs.[ch]                ** REMOVE **
2923         * src/prefs_account.c
2924         * src/prefs_actions.c
2925         * src/prefs_common.c
2926         * src/prefs_customheader.c
2927         * src/prefs_display_header.c
2928         * src/prefs_filtering.c
2929         * src/prefs_folder_item.c
2930         * src/prefs_gtk.[ch]            ** NEW **
2931         * src/prefs_matcher.c
2932         * src/prefs_scoring.c
2933         * src/prefs_summary_column.c
2934         * src/procmime.c
2935         * src/selective_download.c
2936         * src/toolbar.c
2937         * src/common/Makefile.am
2938         * src/common/prefs.[ch]         ** NEW **
2939                 split prefs.[ch] into prefs_gtk.[ch] and common/prefs.[ch]
2940
2941 2002-12-24 [alfons]     0.8.7claws7
2942
2943         * src/summaryview.c
2944                 summary_thread_build(): fix real cause of the crash mentioned in
2945                 0.8.7claws3. use subject_XXX() and not g_hash_table_XXX() functions,
2946                 this way we get meaningful ctree nodes 
2947
2948 2002-12-24 [oliver]     0.8.7claws6
2949
2950         * src/mainwindow.[ch]
2951         * src/messageview.[ch]
2952         * src/compose.[ch]
2953         * src/inc.c
2954         * src/summaryview.c
2955                 changes to use updated toolbar handling
2956                 
2957 2002-12-24 [oliver]     0.8.7claws5
2958
2959         * src/toolbar.[ch]
2960                 generic toolbar handling
2961                 used ideas from Ivan Francolin Martinez (ivanfm@users.sourceforge.net)
2962         * src/prefs_toolbar.[ch]
2963                 adjust to handling
2964         
2965 2002-12-24 [oliver]     0.8.7claws4
2966         
2967         * src/stock_pixmap.[ch]
2968                 move SYLPHEED_LOGO to end of list in order 
2969                 to remove it from Custom Toolbar`s Icon View
2970
2971 2002-12-24 [alfons]     0.8.7claws3
2972
2973         * src/summaryview.c
2974                 summary_thread_build(): fix crash because of focus != selection 
2975                 after threading. when deleting the selection, gtk tries but fails 
2976                 to find the correct focusable element. we now force the selection
2977                 to be focused. this should solve the infamous bug reported by 
2978                 Jason Wojciechowski (bug "[ 633443 ] Crash on deleting messages"). 
2979                 a test case is available. 
2980
2981 2002-12-24 [darko]      0.8.7claws2
2982
2983         * src/summaryview.c
2984                 don't crash when unmarking message with unread children
2985
2986 2002-12-23 [christoph]  0.8.7claws1
2987
2988         * src/Makefile.am
2989         * src/common/Makefile.am
2990                 update Makefiles for moved intl.h, version.h and defs.h
2991         * src/imap.c
2992                 rewrite imap_session_get to avoid duplicate code
2993
2994 2002-12-23 [paul]       0.8.7claws
2995
2996         * Santa-Claws released
2997         
2998         * po/hu.po
2999           po/ru.po
3000                 squeeze in updated Hungarian and Russian translations.
3001                 Submitted by  Gál Zoltán and Ruslan N. Balkin
3002
3003 2002-12-23 [paul]       0.8.6claws129
3004
3005         * po/pl.po
3006                 updated by Witold Wladyslaw Wojciech Wilk
3007
3008 2002-12-23 [paul]       0.8.6claws128
3009
3010         * src/quote_fmt_parse.y
3011                 fix typo and add licence header
3012
3013 2002-12-23 [paul]       0.8.6claws127
3014
3015         * po/en_GB.po
3016                 updated
3017
3018 2002-12-23 [paul]       0.8.6claws126
3019
3020         * po/it.po
3021                 updated translation, submitted by Alessandro Maestri
3022                 
3023 2002-12-23 [paul]       0.8.6claws125
3024
3025         * src/quote_fmt_parse.y
3026                 fix signature-stripping on replies bug. match
3027                 '-- \n' and not '-- '.
3028
3029 2002-12-22 [paul]       0.8.6claws124
3030
3031         * po/bg.po
3032           po/es.po
3033           po/sr.po
3034                 updated translations. submitted by George Danchev,
3035                 Ricardo Mones Lastra, and Urke MMI respectively
3036
3037 2002-12-21 [paul]       0.8.6claws123
3038
3039         * src/addrbook.c
3040                 fix coding style
3041
3042 2002-12-21 [paul]       0.8.6claws122
3043
3044         * src/addrbook.c
3045                 fix bug [643638] where if a person is in one or more
3046                 addressbook groups editing that person's email 
3047                 address results in removal from those groups.
3048                 Patch submitted by Luke Plant.
3049
3050 2002-12-20 [christoph]  0.8.6claws121
3051
3052         * src/common/utils.c
3053         * src/summaryview.c
3054                 reimplement expand_search_string using GString to
3055                 prevent crashs caused by miscalculated string
3056                 lengths reported by Paul
3057
3058 2002-12-20 [christoph]  0.8.6claws120
3059
3060         * src/summaryview.c
3061                 don't use "changed" to check if op_count has to be changed as it
3062                 is also set when the message has unread children
3063                 (closes bug [ 653221 ] crash while deleting duplicates)
3064
3065 2002-12-20 [paul]       0.8.6claws119
3066
3067         * sync with 0.8.6cvs27
3068                 see ChangeLog 2002-12-20
3069
3070 2002-12-20 [paul]       0.8.6claws118
3071
3072         * sync with 0.8.6cvs26
3073                 see ChangeLog 2002-12-19 and 2002-12-20
3074
3075 2002-12-19 [alfons]     0.8.6claws117
3076
3077         * src/textview.c
3078                 fix incorrect parsing of email addresses, submitted by 
3079                 Luke Plant (thanks!). Closes bug "[ 565480 ] duplicate 
3080                 name display if it contains @".
3081
3082 2002-12-18 [paul]       0.8.6claws116
3083
3084         * sync with 0.8.6cvs23
3085                 see ChangeLog 2002-12-18
3086
3087 2002-12-18 [paul]       0.8.6claws115
3088
3089         * src/Makefile.am
3090         * src/account.c
3091         * src/codeconv.c
3092         * src/gtkutils.[ch]
3093         * src/imap.c
3094                 sync with 0.8.6cvs22.
3095                 see ChangeLog 2002-12-17 and 2002-12-18
3096
3097 2002-12-17 [christoph]  0.8.6claws114
3098
3099         * src/imap.c
3100                 o don't create a session if imap greeting fails
3101                 o don't close socket when authentication fails
3102                   this is done by imap_session_destroy
3103
3104 2002-12-17 [thorsten]   0.8.6claws113
3105
3106         * tools/Makefile.am
3107           tools/README
3108           tools/google_msgid.pl ** NEW FILE **
3109                 Added "search for message-id" script and doc
3110
3111 2002-12-17 [thorsten]   0.8.6claws112
3112
3113         * po/hu.po
3114                 Updated hungarian translation
3115                 (updated by Gal Zoltan)
3116
3117 2002-12-16 [christoph]  0.8.6claws111
3118
3119         * src/addr_compl.c
3120                 remove stupid addressbook dump to debug output
3121         * src/mh.c
3122                 fix memory leak found by Hiro
3123
3124 2002-12-14 [paul]       0.8.6claws110
3125
3126         * src/compose.c
3127                 fix menubar sensitivity on send
3128                 
3129         * src/prefs_filtering.c
3130         * src/prefs_matcher.c
3131         * src/prefs_scoring.c
3132                 Fix english ;)
3133                 
3134         * src/common/quoted-printable.h
3135                 sync: fix typo
3136         
3137 2002-12-13 [christoph]  0.8.6claws109
3138
3139         * src/Makefile.am
3140         * src/manage_window.[ch]        ** REMOVE **
3141         * src/gtk/Makefile.am
3142         * src/gtk/manage_window.[ch]    ** NEW **
3143                 move manage_window files to gtk directory
3144
3145 2002-12-13 [christoph]  0.8.6claws108
3146
3147         * src/Makefile.am
3148         * src/gtkshruler.[ch]           ** REMOVE **
3149         * src/gtk/Makefile.am
3150         * src/gtk/gtkshruler.[ch]       ** NEW **
3151                 move gtkshruler files to gtk directory
3152
3153 2002-12-13 [christoph]  0.8.6claws107
3154
3155         * src/Makefile.am
3156         * src/compose.c
3157         * src/gtkstext.[ch]             ** REMOVE **
3158         * src/gtkutils.[ch]
3159         * src/textview.c
3160         * src/gtk/gtkstext.[ch]         ** NEW **
3161         * src/gtk/Makefile.am
3162                 o move stext functions to gtkstext.c to remove
3163                   dependency of gtkutils
3164                 o move gtkstext files to gtk directory
3165
3166         * src/gtk/Makefile.am
3167         * src/gtk/sslcertwindow.[ch]
3168                 UI stuff can always depend on common code so
3169                 it's ok to add ../common to include path
3170
3171 2002-12-13 [colin]      0.8.6claws106
3172
3173         * src/summaryview.c
3174                 Disconnect sighandlers for mainwindow when
3175                 quicksearch has the focus
3176                 Fix bug #653231
3177         * src/mainwindow.[ch]
3178                 Make key_pressed callback public, to be able
3179                 to disconnect it
3180
3181 2002-12-13 [christoph]  0.8.6claws105
3182
3183         * src/mh.c
3184                 create .mh_sequences file in new MH folders
3185                 (closes feature request [ 523162 ] MH folders should
3186                  get a .mh_sequences)
3187
3188 2002-12-13 [colin]      0.8.6claws104
3189
3190         * src/summaryview.c
3191                 Better handling of quicksearch show/hide
3192                 (basically the button stays under the mouse 
3193                  when toggled)
3194
3195 2002-12-13 [paul]       0.8.6claws103
3196
3197         * sync with 0.8.6cvs17
3198                 see ChangeLog 2002-12-13
3199
3200 2002-12-13 [paul]       0.8.6claws102
3201
3202         * po/es.po
3203                 updated by Ricardo Mones Lastra
3204
3205 2002-12-11 [colin]       0.8.6claws101
3206
3207         * src/folder.c
3208                 remove statusbar stuff
3209           src/folderview.c
3210                 set statusbar verbosity when moving folders
3211
3212 2002-12-11 [colin]       0.8.6claws100
3213         * src/prefs_filtering.c
3214         * src/prefs_matcher.c
3215         * src/prefs_scoring.c
3216                 Fix english ;)
3217
3218 2002-12-11 [colin]       0.8.6claws99
3219
3220         * src/prefs_common.[ch]
3221                 Add summary_quicksearch_type
3222         * src/summaryview.c
3223                 Save last used quicksearch type
3224
3225 2002-12-11 [jens]       0.8.6claws98
3226         * src/prefs_filtering.c
3227         * src/prefs_matcher.c
3228         * src/prefs_scoring.c
3229                 added dialog for incomplete rules in scoring, filtering and
3230                 matcher to ask wheather really close
3231
3232 2002-12-11 [colin]      0.8.6claws97
3233
3234         * src/folder.c
3235                 Fix folder dnd statusbar logging
3236
3237 2002-12-10 [christoph]  0.8.6claws96
3238
3239         * src/compose.c
3240         * src/folder.c
3241         * src/imap.c
3242         * src/inc.c
3243         * src/main.c
3244         * src/mainwindow.c
3245         * src/news.c
3246         * src/send.c
3247         * src/statusbar.[ch]
3248         * src/common/hooks.c
3249         * src/common/log.[ch]
3250                 o handle verbose logging in statusbar directly in statusbar code
3251                   and common code does not need any knowledge about a statusbar
3252                 o remove direct calls to statusbar_(puts|pop)_all functions
3253
3254 2002-12-10 [jens]       0.8.6claws95
3255
3256         * src/*.c
3257                 removed gettext from g_warnings
3258         * po/POTFILES.in
3259                 cleaned and updated
3260         * po/de.po
3261                 updated
3262
3263 2002-12-10 [colin]      0.8.6claws94
3264
3265         * src/main.c
3266                 finish crash dialog fix
3267
3268 2002-12-10 [colin]      0.8.6claws93
3269
3270         * src/main.c
3271                 "Fix" "sylpheed already running" instead of
3272                 crash dialog appearing after a crash
3273
3274 2002-12-10 [colin]      0.8.6claws92
3275
3276         * po/POTFILES.in
3277                 add src/gtk/sslcertwindow.c
3278
3279 2002-12-10 [paul]       0.8.6claws91
3280
3281         * po/POTFILES.in
3282                 updated to reflect recent changes
3283                 submitted by Alessandro Maestri
3284
3285 2002-12-09 [christoph]  0.8.6claws90
3286
3287         * src/Makefile.am
3288         * src/smtp.[ch]                 ** REMOVE **
3289         * src/common/Makefile.am
3290         * src/common/smtp.[ch]          ** NEW **
3291                 move smtp files to common directory
3292
3293 2002-12-09 [christoph]  0.8.6claws89
3294
3295         * src/Makefile.am
3296         * src/session.[ch]              ** REMOVE **
3297         * src/common/Makefile.am
3298         * src/common/session.[ch]       ** NEW **
3299                 move session files to common directory
3300
3301 2002-12-09 [paul]       0.8.6claws88
3302
3303         * src/account.c
3304                 fix bug [649746] edit accounts: move account reverted
3305                 Patch submitted by Luke Plant <lukeplant@users.sourceforge.net>
3306
3307 2002-12-09 [colin]      0.8.6claws87
3308
3309         * src/ssl_certificate.c
3310                 cleanup
3311
3312 2002-12-09 [colin]      0.8.6claws86
3313
3314         * src/ssl.c
3315                 Try to open the cert.pem database and 
3316                 issue a warning if it isn't there
3317
3318 2002-12-09 [colin]      0.8.6claws85
3319
3320         * src/common/ssl_certificate.c
3321         * src/gtk/sslcertwindow.c
3322                 Warning fixes
3323
3324 2002-12-09 [colin]      0.8.6claws84
3325
3326         * src/ssl_certificate.[ch] ** REMOVED **
3327         * src/common/ssl_certificate.[ch] ** NEW **
3328         * src/Makefile.am
3329         * src/common/Makefile.am
3330                 Moved ssl_certificate.[ch] to common
3331         * src/common/ssl.c 
3332                 Put back needed include
3333         * src/gtk/sslcertwindow.[ch]
3334                 Changed ssl_certificate.h include
3335         
3336 2002-12-09 [colin]      0.8.6claws83
3337
3338         * src/gtk/sslcertwindow.[ch]
3339                 Implement hook for certificate acception
3340         * src/ssl_certificate.[ch]
3341                 Implement hook for certificate acception
3342         * src/common/ssl.c
3343                 Reenable certificate acception check
3344         * src/mainwindow.c
3345                 Register sslcertwindow's hook
3346         
3347 2002-12-08 [christoph]  0.8.6claws82
3348
3349         * src/about.c
3350         * src/addr_compl.c
3351         * src/codeconv.c
3352         * src/manual.c
3353         * src/undo.c
3354         * src/common/utils.c
3355                 o add missing includes
3356                 o fix warnings
3357         * src/.cvsignore
3358         * src/common/.cvsignore
3359         * src/common/version.h          ** REMOVE **
3360                 remove autogenerated file
3361
3362 2002-12-08 [paul]       0.8.6claws81
3363
3364         * src/stringtable.c
3365                 put back needed include
3366
3367 2002-12-08 [colin]      0.8.6claws80
3368         
3369         * src/gtk/sslcertwindow.c
3370                 Cleaner popups when asking
3371         * src/ssl_certificate.c
3372         * src/prefs_common.[ch]
3373                 remove ssl certificate pref
3374                 put back needed include
3375         * src/undo.c
3376                 put back needed include
3377
3378 2002-12-08 [christoph]  0.8.6claws79
3379
3380         * src/folderview.c
3381         * src/logwindow.c
3382         * src/statusbar.c
3383         * src/summaryview.c
3384                 only abort hook invokation if required data is missing not
3385                 if our own data pointer is NULL, update hookfunction for
3386                 log window
3387
3388 2002-12-08 [paul]       0.8.6claws78
3389
3390         * src/about.c
3391         * src/addrcache.c
3392         * src/addrclip.c
3393         * src/addr_compl.c
3394         * src/addrselect.c
3395         * src/codeconv.c
3396         * src/colorlabel.c
3397         * src/enriched.c
3398         * src/esmtp.c
3399         * src/exporthtml.c
3400         * src/headerview.c
3401         * src/imageview.c
3402         * src/manual.c
3403         * src/noticeview.c
3404         * src/pgptext.c
3405         * src/scoring.c
3406         * src/sourcewindow.c
3407         * src/stringtable.c
3408         * src/undo.c
3409                 clean up: remove unneccesary includes
3410
3411 2002-12-08 [christoph]  0.8.6claws77
3412
3413         * src/folderview.c
3414         * src/statusbar.c
3415         * src/summaryview.c
3416         * src/common/hooks.[ch]
3417                 hook functions now have a gboolean return value, if a hook
3418                 returns TRUE it will stop executing of any more hooks in
3419                 the same hooklist for this invokation
3420
3421 2002-12-08 [colin]      0.8.6claws76
3422         
3423         * src/main.c
3424                 put back argv0 for CRASH_DIALOG
3425
3426 2002-12-08 [christoph]  0.8.6claws75
3427
3428         * src/Makefile.am
3429         * src/about.c
3430         * src/account.c
3431         * src/crash.c
3432         * src/esmtp.h
3433         * src/imap.[ch]
3434         * src/inc.c
3435         * src/main.c
3436         * src/mainwindow.c
3437         * src/news.c
3438         * src/pop.[ch]
3439         * src/prefs_account.[ch]
3440         * src/prefs_common.[ch]
3441         * src/send.[ch]
3442         * src/smtp.[ch]
3443         * src/ssl_certificate.[ch]
3444         * src/ssl_manager.[ch]
3445         * src/common/Makefile.am
3446         * src/common/log.c
3447         * src/common/nntp.[ch]
3448         * src/common/socket.[ch]
3449         * src/common/ssl.[ch]
3450         * src/gtk/sslcertwindow.[ch]
3451         * ac/openssl.m4
3452                 use new autoconf script to detect OpenSSL with extra parameters
3453                 to specify the location of libs and includes, also remove USE_SSL
3454                 to USE_OPENSSL
3455
3456         * src/common/sylpheed.[ch]
3457         * src/common/version.h.in
3458                 start seperation of common code initialization seperated from gui
3459
3460         * src/summaryview.c
3461                 The function that is called when a color label changes
3462                 should not change the color lable again
3463
3464 2002-12-08 [colin]      0.8.6claws74
3465
3466         * src/gtk/sslcertwindow.c
3467                 warning fixes
3468
3469 2002-12-08 [colin]      0.8.6claws73
3470
3471         * src/statusbar.c
3472           src/common/log.h
3473                 Register a hook for statusbar_puts_all
3474         * src/common/log.c
3475                 invoke statusbar_puts_all's hook
3476         
3477 2002-12-08 [colin]      0.8.6claws72
3478
3479         * src/ssl_certificate.c
3480                 Put back a badly-removed include
3481
3482 2002-12-08 [colin]      0.8.6claws71
3483
3484         * src/gtk/sslcertwindow.[ch]    ** NEW **
3485                 new certificate presentation
3486         * src/gtk/Makefile.am
3487                 add new files
3488         * src/ssl_certificate.[ch]
3489                 gtk cleanup, made utility functions public
3490         * src/ssl_manager.c
3491                 use new cert presentation
3492
3493 2002-12-07 [christoph]  0.8.6claws70
3494
3495         * src/Makefile.am
3496         * src/nntp.[ch]                 ** REMOVE **
3497         * src/common/Makefile.am
3498         * src/common/nntp.[ch]          ** NEW **
3499                 move nntp files to common directory
3500
3501 2002-12-07 [christoph]  0.8.6claws69
3502
3503         * src/procmsg.[ch]
3504         * src/summaryview.c
3505                 implement msginfo update callback using sylpheed's new
3506                 hook system. Invoke hooks from procmsg_msginfo_[un]set_flags.
3507
3508 2002-12-06 [christoph]  0.8.6claws68
3509
3510         * src/editgroup.c
3511                 This patch changes the 'Edit Group Details' dialog to
3512                 allow extended selections in either pane, so that
3513                 addresses can be added or removed from a group more
3514                 quickly and easily. (it actually is a net decrease in
3515                 file size, as some unnecessary functions have been
3516                 removed). 
3517                 (patch submitted by Luke Plant <lukeplant@users.sourceforge.net>)
3518
3519 2002-12-06 [christoph]  0.8.6claws67
3520
3521         * src/Makefile.am
3522         * src/template.[ch]             ** REMOVE **
3523         * src/common/Makefile.am
3524         * src/common/template.[ch]      ** NEW **
3525                 move template files to common directory
3526
3527         * src/nntp.c
3528                 add missing log.h include
3529
3530 2002-12-06 [melvin]     0.8.6claws66
3531
3532         * src/prefs_actions.c
3533                 Added the trailing ">" syntax to insert command's output
3534                 without replacing old text (in contrast to trailing "|").
3535
3536 2002-12-05 [colin]      0.8.6claws65
3537         
3538         * src/common/utils.c
3539                 Don't modify original search_string or it'll change
3540                 the next iterations in the for()
3541
3542 2002-12-05 [darko]      0.8.6claws64
3543
3544         * src/common/utils.c
3545                 proper check for filtering commands, found by Colin
3546
3547 2002-12-05 [darko]      0.8.6claws63
3548
3549         * src/common/utils.c
3550                 check proper string for NULL pointer, found by Colin
3551
3552 2002-12-05 [darko]      0.8.6claws62
3553
3554         * src/common/utils.[ch]
3555                 expand_search_string(): new function
3556                 converts Mutt-like patterns to Sylpheed's
3557                 filtering engine
3558         * src/summaryview.c
3559                 use expand_search_string() to allow Mutt-like
3560                 patterns in extended search
3561         * README.claws
3562                 document extended option in quick search
3563
3564 2002-12-05 [paul]       0.8.6claws61
3565
3566         * sync with 0.8.6cvs16
3567                 see ChangeLog 2002-12-05
3568                 
3569         * po/POTFILES.in
3570                 clean up
3571
3572 2002-12-04 [christoph]  0.8.6claws60
3573
3574         * src/imap.[ch]
3575                 put imap authentication code into a new function and
3576                 remove it from imap_session_new that will allow to
3577                 send other commands before authentication
3578
3579 2002-12-04 [christoph]  0.8.6claws59
3580
3581         * src/imap.[ch]
3582                 use already existing method to prevent unneeded IMAP
3583                 folder selects. Set imap_select parameters to NULL
3584                 in some functions if the values are not required.
3585
3586         * src/xml.h
3587                 remove no longer required include
3588
3589 2002-12-04 [paul]       0.8.6claws58
3590
3591         * po/es.po
3592                 updated by Ricardo Mones Lastra
3593                 
3594         * configure.in
3595           po/hu.po      ** NEW FILE **
3596                 initial Hungarian translation, submitted
3597                 by Gál Zoltán <galzoli@hu.inter.net>
3598
3599 2002-12-03 [christoph]  0.8.6claws57
3600
3601         * src/Makefile.am
3602         * src/gtksctree.[ch]            ** REMOVE **
3603         * src/gtk/Makefile.am
3604         * src/gtk/gtksctree.[ch]        ** NEW **
3605                 move gtksctree files to gtk directory
3606
3607 2002-12-03 [christoph]  0.8.6claws56
3608
3609         * src/Makefile.am
3610         * src/md5.[ch]                  ** REMOVE **
3611         * srm/common/Makefile.am
3612         * src/common/md5.[ch]           ** NEW **
3613                 move md5 files to common directory
3614
3615         * src/gtkstext.c
3616                 remove not required #include
3617
3618 2002-12-03 [sergey]     0.8.6claws55
3619
3620         * src/gtkutils.c
3621         * src/gtkutils.h
3622                 gtkut_window_popup(): new function.
3623         * src/mainwindow.c
3624                 main_window_popup(): use gtkut_window_popup() to raise
3625                 window without changing its position.
3626                 (see sylpheed-main ML message [sylpheed:17247])
3627
3628 2002-12-03 [sergey]     0.8.6claws54
3629
3630         * src/send.c
3631                 send_message_local(): removed first-dot escaping
3632                 (SMTP-only, not needed for sending through pipe)
3633
3634 2002-12-03 [paul]       0.8.6claws53
3635
3636         * po/POTFILES.in
3637                 update to reflect recent changes (thanks
3638                 to Ricardo Mones Lastra)
3639                 
3640         * tools/filter_conv.pl
3641                  fix problem with quoted strings. Patch submitted
3642                  by Luke Plant <lukeplant@softhome.net>
3643
3644 2002-12-03 [paul]       0.8.6claws52
3645
3646         * sync with 0.8.6cvs15
3647                 see ChangeLog 2002-12-03
3648
3649 2002-12-02 [christoph]  0.8.6claws51
3650
3651         * src/logwindow.[ch]
3652         * src/common/log.[ch]
3653                 implement logging using a hook function
3654
3655         * src/folderview.c
3656         * src/folder.[ch]
3657                 define hooklist name in header file to avoid
3658                 errors caused by wrong spelling of hooklist names
3659
3660         * src/toolbar.c
3661                 fix warnings
3662
3663 2002-12-02 [christoph]  0.8.6claws50
3664
3665         * src/common/Makefile.am
3666                 add src/common/hooks.[ch]
3667
3668         * src/common/hooks.[ch]
3669                 implement a simple hook system using glib's hook functions
3670
3671         * src/folder.[ch]
3672         * src/folderview.c
3673                 use new hook system for folder item updates
3674
3675 2002-12-02 [christoph]  0.8.6claws49
3676
3677         * doc-src/ui_seperation.txt     ** NEW **
3678                 information for ui seperation
3679
3680         * src/Makefile.am
3681                 remove files that were moved to common
3682                 include common directory by default for the header files
3683
3684         * src/inc.c
3685         * src/common/socket.c
3686         * src/automaton.[ch]
3687                 implement automaton using g_io_*-functions instead of
3688                 gdk_input_add to make it ui independent
3689
3690         * src/codeconv.c
3691         * src/compose.c
3692         * src/ldif.c
3693         * src/pgptext.c
3694         * src/procmime.c
3695         * src/rfc2015.c
3696         * src/smtp.c
3697         * src/unmime.c
3698                 remove common/ prefix because directory is now in
3699                 include path
3700
3701         * src/compose.c
3702         * src/folder.c
3703         * src/folderview.c
3704         * src/mainwindow.c
3705         * src/messageview.c
3706         * src/prefs_common.c
3707         * src/procmsg.c
3708         * src/rfc2015.c
3709                 fix warnings
3710
3711         * src/imap.c
3712         * src/inc.c
3713         * src/news.c
3714         * src/pop.c
3715         * src/send.c
3716         * src/smtp.c
3717         * src/ssl_certificate.c
3718                 add log.h header file for logging functions
3719
3720         * src/main.c
3721         * src/common/utils.c
3722         * src/summaryview.c
3723         * src/xml.c
3724                 o move debug_mode to common/utils.c
3725                 o add functions to set and get debug_mode
3726
3727         * src/defs.h                    ** REMOVE **
3728         * src/intl.h                    ** REMOVE **
3729         * src/socket.[ch]               ** REMOVE **
3730         * src/ssl.[ch]                  ** REMOVE **
3731         * src/utils.[ch]                ** REMOVE **
3732                 replaced by new files in src/common/
3733         
3734         * src/common/Makefile.am
3735                 add new files in src/common/
3736
3737         * src/common/defs.h             ** NEW **
3738         * src/common/intl.h             ** NEW **
3739         * src/common/log.[ch]           ** NEW **
3740         * src/common/socket.[ch]        ** NEW **
3741         * src/common/ssl.[ch]           ** NEW **
3742         * src/common/utils.[ch]         ** NEW **
3743                 replacement for files in src/
3744
3745 2002-12-02 [colin]      0.8.6claws48
3746
3747         * src/folderview.c
3748                 Scroll folderview if necessary during dnd
3749
3750 2002-12-02 [colin]      0.8.6claws47
3751
3752         * src/folder.[ch]
3753                 Add check to verify a move is within a single mailbox
3754         * src/folderview.c
3755                 Add specific error string for this check
3756
3757 2002-12-02 [colin]      0.8.6claws46
3758
3759         * src/folder.c
3760                 Add a test to folder moving, remove a statusbar_print
3761         * src/folderview.c
3762                 Add Move folder... context-menu item
3763                 Factorize folder moving code
3764                 Enable folder DND for mbox
3765
3766 2002-12-01 [christoph]  0.8.6claws45
3767
3768         * ac/aspell.m4
3769                 remove conf.aspelltest if the version check fails
3770
3771 2002-11-30 [christoph]  0.8.6claws44
3772
3773         * autogen.sh
3774                 run libtoolize --force in autogen to create missing
3775                 libtool scripts
3776
3777 2002-11-30 [christoph]  0.8.6claws43
3778
3779         * src/Makefile.am
3780         * src/pgptext.c
3781         * src/procmime.c
3782         * src/rfc2015.c
3783         * src/uuencode.[ch]             ** REMOVED **
3784         * src/common/Makefile.am
3785         * src/common/uuencode.[ch]      ** NEW **
3786                 move uuen/decoder to common directory
3787
3788 2002-11-30 [christoph]  0.8.6claws42
3789
3790         * src/Makefile.am
3791         * src/base64.[ch]               ** REMOVED **
3792         * src/codeconv.c
3793         * src/compose.c
3794         * src/ldif.c
3795         * src/pgptext.c
3796         * src/procmime.c
3797         * src/rfc2015.c
3798         * src/smtp.c
3799         * src/unmime.c
3800         * src/common/Makefile.am
3801         * src/common/base64.[ch]        ** NEW **
3802                 move base64 en/decoder to common directory
3803
3804 2002-11-30 [christoph]  0.8.6claws41
3805
3806         * src/common                    ** NEW **
3807                 new directory for UI independent code
3808         * src/gtk                       ** NEW **
3809                 new directory for GTK frontend
3810         * src/common/.cvsignore         ** NEW **
3811         * src/gtk/.cvsignore            ** NEW **
3812                 ignore build files
3813         * src/common/Makefile.am        ** NEW **
3814         * src/gtk/Makefile.am           ** NEW **
3815                 automake files to build new seperated stuff
3816         * src/Makefile.am
3817                 the binary will currently still be build with the
3818                 files in src, so we include the code from the
3819                 subdirs for now after building the libs there
3820
3821 2002-11-30 [paul]       0.8.6claws40
3822
3823         * src/compose.c
3824                 fix bug [642731] 'Wrong selected account with drafted mail'
3825
3826 2002-11-29 [oliver]     0.8.6claws39
3827         
3828         * src/messageview.c
3829                 o update summaryview when switching between different
3830                   messageviews          
3831         * src/toolbar.c  
3832                 o check if messageview holds already removed msg
3833                   from summaryview
3834                 
3835
3836 2002-11-29 [oliver]     0.8.6claws38
3837
3838         * src/toolbar.c 
3839                 remove not needed variables and includes
3840                 make messageview stay opened and move to next when msgs are deleted 
3841
3842 2002-11-29 [oliver]     0.8.6claws37
3843         
3844         * src/toolbar.c 
3845                 disable compose button (messageview toolbar) by default
3846                 deleted msgs are moved to trash
3847         
3848 2002-11-29 [melvin]     0.8.6claws36
3849
3850         * configure.in
3851                 Increased minimal gpgme version to 0.3.10 (Zombies out)
3852                 and to detect signatures expirations (gpgme 0.3.6)
3853
3854         * src/main.c
3855                 Use non obsolescent function for Gpgme engine checking.
3856
3857         * src/rfc2015.c
3858                 Inform about expired signatures or signatures which key
3859                 has expired. Expiration date is displayed.
3860
3861         * src/sigstatus.c
3862                 Inform about expired signatures or signatures which key
3863                 has expired.
3864
3865 2002-11-28 [paul]       0.8.6claws35
3866
3867         * src/folderview.c
3868                 re-instate 'Check for new messages' in Newsgroup
3869                 folders right-click menu, after a suggestion from
3870                 Tim Mann <timmann@users.sourceforge.net>
3871
3872         * src/main.c
3873                 after a crash check only local folders for new
3874                 messages
3875
3876 2002-11-28 [paul]       0.8.6claws34
3877
3878         * configure.in
3879                 apply patch that fixes the checking of GTK with XIM 
3880                 support on different OSs, such as FreeBSD. Patch 
3881                 submitted by Topia <topia@users.sourceforge.net>
3882                 
3883 2002-11-28 [paul]       0.8.6claws33
3884
3885         * src/mainwindow.c
3886           src/prefs_common.c
3887           src/prefs_toolbar.c
3888                 more changes to the English
3889
3890 2002-11-28 [paul]       0.8.6claws32
3891
3892         * sync with 0.8.6cvs13
3893                 see ChangeLog 2002-11-28 (no sync needed
3894                 for src/compose.c)
3895
3896 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws31
3897         
3898         * src/mainwindow.[ch]
3899                 add patch by Ivan F. Martinez introducing messageview Toolbar
3900                 some changes and committed by oliver    
3901
3902 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws30
3903
3904         * src/messageview.[ch]
3905                 add patch by Ivan F. Martinez introducing messageview Toolbar
3906                 some changes and committed by oliver    
3907
3908 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws29
3909
3910         * src/compose.[ch]
3911                 add patch by Ivan F. Martinez introducing messageview Toolbar
3912                 some changes and committed by oliver    
3913
3914 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws28
3915         
3916         * src/toolbar.[ch]
3917                 add patch by Ivan F. Martinez introducing messageview Toolbar
3918                 some changes and committed by oliver
3919
3920 2002-11-28 [oliver]     0.8.6claws27
3921         
3922         * src/prefs_toolbar.[ch]
3923                 getting ready for messageview toolbar
3924                 free mem allocated by gettext
3925                 change prefs_toolbar to prefs_toolbar_open
3926  
3927 2002-11-28 [thorsten]   0.8.6claws26
3928
3929         * src/imageview.[ch]
3930                 cleaned up conflicting declarations of
3931                 imageview_show_image()
3932
3933 2002-11-28 [paul]       0.8.6claws25
3934
3935         * src/grouplistdialog.c
3936           src/prefs_common.c
3937           src/prefs_summary_column.c
3938                 a few more improvements to the English
3939
3940 2002-11-28 [colin]      0.8.6claws24
3941
3942         * man/sylpheed.1
3943                 A few updates to command-line parameters
3944
3945 2002-11-28 [colin]      0.8.6claws23
3946
3947         * src/prefs_filtering.c
3948                 Fix problems with prefs_filtering_delete_path:
3949                 a) if the first rule is removed, original pointers
3950                    weren't updated (leading to segfaults)
3951                 b) it was always global_processing updated in case
3952                    of removed path was parent of rule path
3953
3954 2002-11-27 [paul]       0.8.6claws22
3955
3956         * src/mainwindow.c
3957           src/prefs_account.c
3958           src/prefs_actions.c
3959           src/prefs_common.c
3960           src/prefs_customheader.c
3961           src/prefs_display_header.c
3962           src/prefs_filtering.c
3963           src/prefs_folder_item.c
3964           src/prefs_matcher.c
3965           src/prefs_scoring.c
3966           src/prefs_summary_column.c
3967           src/prefs_template.c
3968           src/prefs_toolbar.c
3969                  improve the English in the GUI
3970
3971 2002-11-27 [colin]      0.8.6claws21
3972
3973         * src/folder.c
3974                 Fix processing renaming problems happening after
3975                 last commit
3976
3977 2002-11-27 [colin]      0.8.6claws20
3978
3979         * src/folder.c
3980                 recursive move now deletes src each subfolder after 
3981                 having moved it
3982         * src/folderview.c
3983                 Use identifier instead of path during dnd (enables
3984                 IMAP folder dnd)
3985
3986 2002-11-27 [paul]       0.8.6claws19
3987
3988         * src/main.c
3989                 apply patch that does command-line processing 
3990                 BEFORE gtk_init, allowing claws to run from 
3991                 shell-scripts in non-X environment (e.g. crontab 
3992                 or ip-up, ip-down scripts). Patch submitted by
3993                 Ruslan N. Balkin <baron@dartel.ru>
3994                 
3995         * po/it.po
3996                 updated by Alessandro Maestri
3997
3998 2002-11-27 [paul]       0.8.6claws18
3999
4000         * sync with 0.8.6cvs12
4001           src/prefs_common.c
4002                 Differences are that main uses a 'Receive dialog'
4003                 frame on the Interface tab, whereas claws groups all 
4004                 the dialogs together in a 'Dialogs' frame.
4005
4006 2002-11-27 [colin]      0.8.6claws17
4007
4008         * src/prefs_matcher.c
4009                 Fix Execute criteria's NOT flag
4010
4011
4012 2002-11-26 [christoph]  0.8.6claws16
4013
4014         * src/ssl.c
4015                 rewrite the ssl code a little bit, only use one
4016                 SSL context, set default certificates' file/path
4017
4018 2002-11-26 [thorsten]   0.8.6claws15
4019
4020         * src/compose.c
4021                 default-reply-to didn't work for ml-reply
4022
4023 2002-11-26 [melvin]     0.8.6claws14
4024
4025         * src/prefs_actions.c
4026                 Made pipe-actions ignore short headers in message view
4027                 Made trailing-pipe-actions write in the message view with
4028                 the same font as the original message
4029
4030 2002-11-26 [paul]       0.8.6claws13
4031
4032         * src/compose.c
4033                 this time commit the correct file
4034
4035 2002-11-26 [paul]       0.8.6claws12
4036
4037         * sync with 0.8.6cvs11
4038           src/quote_fmt_parse.y  
4039                 no sync needed
4040           src/account.[ch]       
4041                 not sync'ed
4042           src/compose.c
4043                 compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
4044                 on draft mode.
4045                 compose_reedit(): add check for 'X-Sylpheed-Account-Id:' 
4046                 header
4047                 
4048         see ChangeLog 2002-11-25 and 2002-11-26
4049
4050 2002-11-26 [colin]      0.8.6claws11
4051
4052         * src/folderview.c
4053                 Fix collapsed folder not auto-expanding during
4054                 mail dnd, if it was the source folder.
4055
4056 2002-11-25 [colin]      0.8.6claws10
4057
4058         * src/folderview.[ch]
4059                 Variable renaming and cleaning (slist of nodes 
4060                 to be re-collapsed is stored in FolderView)
4061
4062 2002-11-25 [paul]       0.8.6claws9
4063
4064         * src/prefs_common.[ch]
4065                 fix breakage caused by last commit
4066
4067 2002-11-25 [paul]       0.8.6claws8
4068
4069         * sync with 0.8.6cvs4
4070                 see ChangeLog 2002-11-21
4071
4072 2002-11-25 [paul]       0.8.6claws7
4073
4074         * sync with 0.8.6cvs4
4075                 see ChangeLog 2002-11-20
4076
4077 2002-11-25 [paul]       0.8.6claws6
4078
4079         * sync with 0.8.6cvs3
4080                 see ChangeLog 2002-11-18
4081
4082 2002-11-25 [colin]      0.8.6claws5
4083
4084         * src/gtkutils.[ch]
4085                 Add gtkut_ctree_node_is_parent()
4086         * src/folderview.c
4087                 Spring-loaded folders
4088
4089 2002-11-25 [colin]      0.8.6claws4
4090
4091         * src/utils.[ch]
4092                 Add slist_concat_unique(), function to merge
4093                 two GSList filtering dups
4094         * src/folder.[ch]
4095         * src/summaryview.[ch]
4096         * src/folderview.c
4097         * src/main.c
4098                 Add detection/update/display of unread answers
4099                 to marked mails
4100         * src/procmsg.[ch]
4101                 Add procmsg_find_children()
4102                 Add procmsg_msg_has_marked_parent()
4103
4104 2002-11-25 [colin]      0.8.6claws3
4105
4106         * src/ssl_certificate.[ch]
4107                 Allow checking a certificate without a DNS
4108                 lookup
4109                 Allow to forget a cert (by deleting it)
4110                 Make ssl_certificate_destroy_public
4111         * src/ssl_manager.[ch] ** NEW FILES **
4112                 Gui to manage (display/remove) certificates
4113         * src/prefs_common.[ch]
4114                 Add a pref to allow silent acceptation of
4115                 trusted certificates or not (based on the
4116                 "I want to know what's going on" principle)
4117         * src/mainwindow.c
4118                 Add SSL manager in Tools menu
4119         * src/Makefile.am
4120                 Add the new files to the build
4121         * po/POTFILES.in
4122                 Add ssl_manager.c to translations
4123
4124 2002-11-25 [colin]      0.8.6claws2
4125
4126         * src/summaryview.[ch]
4127                 Add S_SEARCH_EXTENDED to the quick search, which 
4128                 allows to search using filtering syntax.
4129
4130 2002-11-25 [colin]      0.8.6claws1
4131
4132         * src/summaryview.c
4133                 Deletion of duplicates now prefer deleting
4134                 the unread dup (fixes feature-request 638989).
4135
4136 2002-11-24 [paul]       0.8.6claws
4137
4138         * po/es.po
4139           po/pl.po
4140           po/ru.po
4141           po/sr.po
4142                 updated by Ricardo Mones Lastra,
4143                 Witold Wladyslaw Wojciech Wilk,
4144                 Ruslan N. Balkin, and  Urke MMI 
4145                 respectively
4146
4147 2002-11-24 [paul]       0.8.5claws182
4148
4149         * po/bg.po
4150                 updated by George Danchev
4151
4152 2002-11-23 [alfons]     0.8.5claws181
4153
4154         * src/imap.c
4155                 tiny memory leak found by browsing Dimitar's 
4156                 valgrind report
4157
4158 2002-11-23 [paul]       0.8.5claws180
4159
4160         * po/it.po
4161                 updated by Alessandro Maestri
4162
4163 2002-11-22 [christoph]  0.8.5claws179
4164
4165         * src/compose.c
4166         * src/inc.c
4167         * src/prefs_filtering.c
4168         * src/summaryview.c
4169                 more warning fixes
4170
4171 2002-11-22 [alfons]     0.8.5claws178
4172
4173         * src/summaryview.c
4174                 summary_execute_delete_func(): if message is deleted, make 
4175                 sure to also remove its entry in the subject hash table. 
4176                 fixes a corner case bug.
4177
4178 2002-11-22 [paul]       0.8.5claws177
4179
4180         * .cvsignore
4181                 add 'autom4te.cache'
4182                 
4183         * ltconfig      ** REMOVED **
4184                 not needed
4185
4186 2002-11-22 [paul]       0.8.5claws176
4187
4188         * src/textview.c
4189                 textview_set_font(): fix for message display in
4190                 UTF-8 locales (thanks to Sergey Vlasov).
4191                 
4192         * AUTHORS
4193                 add new team members and contributors
4194
4195
4196 2002-11-21 [colin]      0.8.5claws175
4197
4198         * src/procmsg.[ch]
4199                 Add procmsg_remove_special_headers()
4200         * src/mh.c
4201                 Use procmsg_remove_special_headers() for 
4202                 previous fix
4203
4204 2002-11-21 [colin]      0.8.5claws174
4205
4206         * src/mh.c
4207                 Fix moving/copying from queue/draft folders
4208                 for MH folders
4209
4210 2002-11-21 [christoph]  0.8.5claws173
4211
4212         * src/crash.c
4213         * src/filtering.c
4214         * src/logwindow.c
4215         * src/main.c
4216         * src/matcher_parser_lex.[hl]
4217         * src/mbox.c
4218         * src/mbox_folder.[ch]
4219         * src/prefs_filtering.c
4220         * src/procheader.c
4221         * src/quote_fmt_lex.l
4222         * src/ssl.c
4223                 fix all warnings except the warnings in lex and yacc files
4224
4225 2002-11-20 [christoph]  0.8.5claws172
4226
4227         * src/imap.c
4228                 fix MsgInfo retrieval for IMAP draft and queue folders
4229                 (closes bug [ 619558 ] Draft saving on IMAP box issue)
4230
4231 2002-11-19 [christoph]  0.8.5claws171
4232
4233         * src/compose.c
4234                 fix segfault, when draft saving does not get
4235                 the MsgInfo of the new message
4236                 (closes bug [ 640699 ] Claws170: crash drafting mail ( IMAP ))
4237
4238 2002-11-19 [christoph]  0.8.5claws170
4239
4240         * src/procmsg.c
4241                 add parameter check for flag setting function
4242                 (closes bug [ 640619 ] Claws169: crash - drafting a mail (IMAP))
4243
4244 2002-11-18 [paul]       0.8.5claws169
4245
4246         * src/compose.c
4247                 more sensitivity fixes to redirect mode:
4248                 * disable toolbar draft button
4249                 * allow only Address book in the Tools menu
4250                 * disable editing of message by the spell
4251                   checker
4252
4253 2002-11-18 [paul]       0.8.5claws168
4254
4255         * src/compose.c
4256                 fix sensitivity of menu items in compose_redirect():
4257                 allow only the necessary items 
4258
4259 2002-11-18 [paul]       0.8.5claws167
4260
4261         * src/compose.c
4262                 fix bug [ 603259 ] 'attachment got lost on bounce'
4263
4264 2002-11-18 [paul]       0.8.5claws166
4265
4266         * po/ru.po
4267                 updated by Ruslan N. Balkin <baron@dartel.ru>
4268
4269 2002-11-18 [colin]      0.8.5claws165
4270
4271         * src/main.c
4272           src/defs.h
4273                 Remove old filtering stuff
4274
4275
4276 2002-11-17 [oliver]     0.8.5claws164
4277
4278         * src/toolbar.h
4279                 remove not needed typedef 
4280
4281 2002-11-17 [oliver]     0.8.5claws163
4282
4283         * src/toolbar.c
4284                 make toolbar's on click events translatable
4285
4286 2002-11-15 [colin]      0.8.5claws162
4287
4288         * src/summaryview.c
4289                 Revert too-soon integration of a feature
4290
4291 2002-11-15 [christoph]  0.8.5claws161
4292
4293         * src/imap.c
4294                 use main's implementation of imap_get_msginfo
4295
4296 2002-11-15 [christoph]  0.8.5claws160
4297
4298         * src/compose.c
4299         * src/folder.[ch]
4300         * src/imap.c
4301         * src/mbox_folder.c
4302         * src/mh.c
4303         * src/news.c
4304         * src/procmsg.c
4305         * src/summaryview.c
4306                 replace claws' fetch_msginfo with main's get_msginfo
4307                 (use main's implementation where possible)
4308
4309 2002-11-15 [colin]      0.8.5claws159
4310
4311         * src/ssl_certificate.c
4312                 Missed a check
4313
4314 2002-11-16 [melvin]     0.8.5claws158
4315
4316         * po/fr.po
4317                 Updated French translations.
4318
4319 2002-11-16 [colin]      0.8.5claws157
4320
4321         * src/ssl_certificate.c
4322                 Check for missing parts in the certificates
4323
4324 2002-11-15 [colin]      0.8.5claws156
4325
4326         * src/folderview.c
4327                 Preventive fix (missing check) found by
4328                 Alfons
4329
4330 2002-11-15 [paul]
4331
4332         * NEWS
4333                 sync with 0.8.6 release
4334
4335 2002-11-15 [colin]      0.8.5claws155
4336
4337         * src/folder.[ch]
4338           src/folderview.c
4339                 Fix error handling of folder_item_move_to()
4340                 (thanks to Alfons!)
4341
4342 2002-11-15 [colin]      0.8.5claws154
4343
4344         * src/folder.[ch]
4345           src/folderview.c
4346                 folder_item_move_to() sets an error message instead
4347                 of having GUI stuff in folder.c
4348
4349 2002-11-15 [colin]      0.8.5claws153
4350
4351         * src/procmsg.[ch]
4352                 Implemented a callback for MsgInfo updates, 
4353                 heavily copy/pasted from Christoph's folder 
4354                 callback system
4355         * src/summaryview.[ch]
4356                 Register summary_update_msg as callback
4357
4358 2002-11-14 [colin]      0.8.5claws152
4359         
4360         * src/procmsg.c
4361                 Update the FolderItem after sending (fixes 617593)
4362
4363 2002-11-14 [christoph]  0.8.5claws151
4364
4365         * src/folder.c
4366                 fix wrong position of NULL pointer check found
4367                 by Sergey
4368
4369 2002-11-14 [christoph]  0.8.5claws150
4370
4371         * src/folder.c
4372                 fix segfault when deleting messages from IMAP folders
4373                 (closes bug [ 635641 ] Crash deleting mail in IMAP trash)
4374
4375 2002-11-14 [colin]      0.8.5claws149
4376
4377         * src/compose.c
4378                 Forwarding was also ignoring the folder's default account.
4379
4380 2002-11-14 [colin]      0.8.5claws148
4381
4382         * src/compose.c
4383                 Fix sent folder not set to folder properties when 
4384                 forwarding.
4385
4386 2002-11-14 [thorsten]   0.8.5claws147
4387
4388         * src/inc.c
4389                 inc_start(): Files were not moved from .processing to inbox,
4390                 if no global processing rule existed
4391
4392 2002-11-14 [colin]      0.8.5claws146
4393
4394         * src/ssl_certificate
4395                 Fix file operations
4396
4397 2002-11-14 [paul]       0.8.5claws145
4398
4399         * po/it.po
4400                 updated by Alessandro Maestri
4401
4402 2002-11-13 [alfons]     0.8.5claws144
4403
4404         * src/folder.c
4405                 folder_item_close(): only mark messages unread
4406                 when a folder has new messages 
4407
4408 2002-11-13 [keith]      0.8.5claws143
4409
4410         * src/imap.c
4411                 Fix problem moving or copying between
4412                 IMAP folders
4413
4414 2002-11-13 [colin]      0.8.5claws142
4415
4416         * src/matcher_parser_parse.y
4417                 Fix rule problem when " don't match
4418
4419 2002-11-13 [christoph]  0.8.5claws141
4420
4421         * src/folder.c
4422         * src/folderview.c
4423                 moved cache saving to folder_item_close
4424                 the folderview should not have to deal with
4425                 this things
4426
4427 2002-11-13 [christoph]  0.8.5claws140
4428
4429         * src/summaryview.c
4430                 moved setting of important score to
4431                 summary_set_prefs_from_folderitem
4432
4433 2002-11-13 [colin]      0.8.5claws139
4434
4435         * src/matcher_parser_parse.y
4436                 Fix a segfault in the parser (happening when
4437                 a good expression had been tested and a bad 
4438                 one arrives)
4439
4440 2002-11-13 [paul]       0.8.5claws138
4441
4442         * sync with 0.8.5cvs24
4443                 see ChangeLog 2002-11-13
4444                 
4445         * po/pt_BR.po
4446                 updated by Fabio Jr. Beneditto
4447
4448 2002-11-13 [colin]      0.8.5claws137
4449         
4450         * src/msgcache.c
4451           src/defs.h
4452           src/procmsg.[ch]
4453                 Revert last commit, problem
4454
4455 2002-11-13 [colin]      0.8.5claws136
4456
4457         * src/msgcache.c
4458                 Remove duplicated code
4459         * src/defs.h
4460                 Bumped CACHE_VERSION and MARK_VERSION
4461         * src/procmsg.[ch]
4462                 Network endian for cache and mark files
4463
4464 2002-11-12 [colin]      0.8.5claws135
4465
4466         * src/inc.c
4467                 Fix the "socket error" dialog which disappeared
4468
4469 2002-11-12 [colin]      0.8.5claws134
4470
4471         * src/msgcache.c
4472                 Reverse last commit which had performance 
4473                 problems, but still reverse the list
4474
4475 2002-11-12 [colin]      0.8.5claws133
4476
4477         * src/msgcache.c
4478                 Reverse list order
4479
4480 2002-11-12 [melvin]     0.8.5claws132
4481
4482         * src/compose.c
4483                 Added a check for a NULL prefs_common.dictionary
4484
4485 2002-11-12 [colin]      0.8.5claws131
4486
4487         * src/ssl_certificate.[ch]
4488                 Use FQDN hostname
4489
4490 2002-11-12 [colin]      0.8.5claws130
4491
4492         * src/ssl_certificate.[ch]
4493                 Take connection port into account for 
4494                 checking certificates (a single hostname
4495                 could have multiple servers with multiple
4496                 certificates)
4497         * src/ssl.c
4498                 Pass the port to ssl_certificate_check
4499
4500 2002-11-12 [paul]       0.8.5claws129
4501
4502         * src/folder.c
4503                 fix a typo in last commit
4504
4505 2002-11-12 [paul]       0.8.5claws128
4506
4507         * sync with 0.8.5cvs23
4508                 see ChangeLog entry 2002-11-12
4509
4510 2002-11-11 [colin]      0.8.5claws127
4511
4512         * src/ssl_certificate.c
4513                 Cleaner messages
4514                 Don't popup, instead log error, if the 
4515                 corresponding pref is checked
4516         * src/ssl_certificate.h
4517                 include <openssl/objects/h>
4518
4519 2002-11-11 [colin]      0.8.5claws126
4520
4521         * src/ssl_certificate.h
4522                 _Really_ clean it
4523
4524 2002-11-11 [colin]      0.8.5claws125
4525         
4526         * src/ssl_certificate.c
4527                 Fixed leak
4528
4529 2002-11-11 [colin]      0.8.5claws124
4530
4531         * src/ssl.c
4532                 Cleaned a bit
4533         * src/ssl_certificate.[ch]
4534                 Cleaned a bit (better use of SSL API)
4535                 (This will cause non-recognition of saved 
4536                  certificates of claws12[23]...)
4537
4538 2002-11-11 [paul]       0.8.5claws123
4539         
4540         * po/es.po
4541                 updated by Ricardo Mones Lastra
4542
4543 2002-11-11 [colin]      0.8.5claws122
4544
4545         * src/ssl.c
4546                 Fix a typo
4547
4548 2002-11-11 [colin]      0.8.5claws121
4549
4550         * src/ssl_certificate.[ch] ** NEW FILES **
4551         * src/ssl.[ch]
4552                 Check SSL certificates presented to us
4553         * src/Makefile.am
4554                 Add ssl_certificate.[ch]
4555         * po/POTFILES.in
4556                 Add ssl_certificate.c
4557
4558 2002-11-11 [paul]       0.8.5claws120
4559
4560         * sync with 0.8.5cvs22
4561                 see ChangeLog 2002-11-11
4562
4563 2002-11-11 [paul]       0.8.5claws119
4564
4565         * sync with 0.8.5cvs21
4566                 see ChangeLog 2002-11-11
4567
4568 2002-11-10 [jens]       0.8.5claws118
4569
4570         * src/folder.c
4571         * src/folderview.c
4572                 corrected some typing
4573         * po/de.po
4574                 updated german translation
4575         * sylpheed.spec.in
4576                 cleaned up specfile and adjusted it for claws
4577
4578 2002-11-10 [colin]      0.8.5claws117
4579
4580         * src/summaryview.c
4581                 a STATUSBAR_PUSH/POP fix
4582
4583 2002-11-10 [colin]      0.8.5claws116
4584
4585         * src/prefs_folder_item.c
4586                 Fix hanging after opening folder properties
4587
4588 2002-11-10 [hoa]        0.8.5claws115
4589
4590         * src/matcher_parser_lex.l
4591         * src/matcher_parser_parse.y
4592                 config file for scoring and filtering is no more trashed
4593                 when there is a syntax error in a filtering rule when
4594                 editing it in a dialog.
4595
4596 2002-11-09 [colin]      0.8.5claws114
4597
4598         * src/mbox_folder.c
4599                 Added missing initialisation of folder->destroy()
4600
4601 2002-11-09 [colin]      0.8.5claws113
4602
4603         * src/folder.c
4604           src/folderview.c
4605                 Fix the status bar messages
4606
4607 2002-11-09 [colin]      0.8.5claws112
4608
4609         * src/folderview.c
4610                 Fix hangs after folder dnd, happening after 
4611                 claws109.
4612
4613 2002-11-09 [christoph]  0.8.5claws111
4614
4615         * src/folderview.c
4616                 just changed order of calls (reverse order of
4617                 associated calls)
4618         * src/inc.c
4619                 lock inc when checking only one account, otherwise
4620                 inc all could be executed at the same time
4621
4622 2002-11-09 [christoph]  0.8.5claws110
4623
4624         * src/folderview.c
4625                 better unlock the mouse cursor before calling
4626                 summary_show because it changes the cursor too
4627
4628 2002-11-09 [christoph]  0.8.5claws109
4629
4630         * src/folder.[ch]
4631         * src/folderview.c
4632                 add functions to open and close a folder
4633                 o opending will execute scanning for remote folders
4634                   and processing
4635                 o closing will unset new flag for messages
4636
4637 2002-11-09 [colin]      0.8.5claws108
4638
4639         * src/folder.c
4640                 Add a call to prefs_matcher_write_config to 
4641                 avoid non-leaf folders filtering settings to be
4642                 lost
4643
4644 2002-11-09 [paul]       0.8.5claws107
4645
4646         * src/prefs_account.c
4647                 re-word a label
4648
4649 2002-11-09 [colin]      0.8.5claws106
4650
4651         * src/folderview.c
4652                 Minor esthetic fix
4653
4654 2002-11-09 [colin]      0.8.5claws105
4655
4656         * src/folderview.c
4657                 Fix prefs_filtering deletion for MH folders (same
4658                 reason as below)
4659         * src/prefs_filtering.c
4660                 Fix prefs_filtering renaming and deletion for 
4661                 folder-based processing rules.  
4662
4663 2002-11-09 [christoph]  0.8.5claws104
4664
4665         * src/compose.c
4666         * src/folder.[ch]
4667         * src/folderview.[ch]
4668         * src/import.c
4669         * src/inc.c
4670         * src/main.c
4671         * src/mainwindow.c
4672         * src/messageview.c
4673         * src/prefs_folder_item.c
4674         * src/procmsg.c
4675         * src/summaryview.c
4676                 implement a callback system for folder item updates
4677
4678 2002-11-09 [colin]      0.8.5claws103
4679
4680         * src/folderview.c
4681                 Fix prefs_filtering renaming for MH folders (we
4682                 shouldn't rename by path as another folder could
4683                 have the same hierarchy).
4684
4685 2002-11-09 [colin]      0.8.5claws102
4686
4687         * src/folder.c
4688                 Fix a leak found by Christoph, use better variable
4689                 names
4690
4691 2002-11-09 [colin]      0.8.5claws101
4692
4693         * src/folder.c
4694                 One more fix for processing rules
4695
4696 2002-11-08 [colin]      0.8.5claws100
4697         
4698         * src/matcher.c
4699                 Don't copy the compiled regexp (will be reevaluated)
4700         * src/folderview.c
4701                 Lock folderview while moving
4702         * src/folder.c
4703                 Provide info on what's happening to the user
4704
4705 2002-11-08 [colin]      0.8.5claws99
4706
4707         * src/folderview.c
4708                 Fix folder reordering after a move if parent is 
4709                 root
4710         * src/scoring.[ch]
4711                 Add function to copy a ScoringProp
4712         * src/prefs_folder_item.c
4713                 Copy scoring rules when copying a folder prefs
4714
4715 2002-11-08 [colin]      0.8.5claws98
4716
4717         * src/folderview.c
4718                 Fixes in case of failure
4719         * src/filtering.[ch]    
4720                 Add function to duplicate a FilteringProp
4721         * src/matcher.[ch]
4722                 Add function to duplicate a MatcherProp
4723         * src/prefs_folder_item.c
4724                 Save folder's processing rules when copying 
4725                 its prefs
4726
4727 2002-11-08 [colin]      0.8.5claws97
4728         
4729         * src/folderview.c
4730                 Sort after move
4731         * src/folder.c 
4732                 Change a printf to debug_print
4733
4734 2002-11-08 [colin]      0.8.5claws96
4735
4736         * src/folder.c
4737           src/folderview.c
4738                 Fix segfaults, call me stupido
4739         
4740
4741 2002-11-08 [colin]      0.8.5claws95
4742
4743         *src/folder.c
4744                 Added forgotten prefs to save when moving folders
4745
4746 2002-11-08 [colin]      0.8.5claws94
4747
4748         * src/folder.c
4749                 Fixes to folder DND (prefs copy)
4750         * src/folderview.c
4751                 Optimization for folder DND (don't rescan whole tree)
4752                 Added folderview_create_folder_node() for this 
4753                 optimization, so de-duped a bit the code
4754         * src/prefs_folder_item.[ch]
4755                 Added prefs_folder_item_copy_prefs()    
4756           
4757 2002-11-08 [paul]       0.8.5claws93
4758
4759         * src/prefs_account.c
4760           tools/README
4761           tools/kmail2sylpheed_v2.pl
4762                 correct some typos
4763
4764 2002-11-08 [paul]       0.8.5claws92
4765
4766         * src/compose.c
4767           src/prefs_account.[ch]
4768                 remove account options 'clearsign' and 'ascii_armored',
4769                 replace with 'default_gnupg_mode' to prevent mixed-mode
4770                 Privacy settings
4771
4772 2002-11-08 [paul]       0.8.5claws91
4773
4774         * src/compose.[ch]
4775                 re-implement GnuPG 'on-the-fly' mode selection,
4776                 disallow mixed-mode
4777
4778 2002-11-08 [colin]      0.8.5claws90
4779
4780         * src/folderview.c
4781           src/prefs_folder_item.c
4782                 Change "Property" to "Properties"
4783
4784 2002-11-07 [colin]      0.8.5claws89
4785
4786         * src/folderview.c
4787           src/folder.c
4788                 Allow folder dropping to a root folder
4789
4790 2002-11-07 [paul]       0.8.5claws88
4791
4792         * src/compose.c
4793                 revert last commit
4794
4795 2002-11-07 [paul]       0.8.5claws87
4796
4797         * src/compose.c
4798                 fix reply-to-list bug. closes bug report
4799                 "[633382] reply-to-list broken in recent cvs"
4800
4801 2002-11-07 [paul]       0.8.5claws86
4802
4803         * src/compose.c
4804                 add a forgotten '#if USE_GPGME ... #endif'
4805
4806 2002-11-07 [paul]       0.8.5claws85
4807
4808         * sync with 0.8.5cvs20
4809                 see ChangeLog 2002-11-07
4810
4811 2002-11-07 [colin]      0.8.5claws84
4812
4813         * src/folder.[ch]
4814                 Change folder_item_move_to to return the newly 
4815                 created folderitem.
4816         * src/folderview.c
4817                 Select the new folderitem after moving.
4818
4819 2002-11-07 [colin]      0.8.5claws83
4820
4821         * src/prefs_filtering.c
4822                 Fix rule rewriting when moving a leaf folder to a 
4823                 shorter path
4824
4825 2002-11-07 [colin]      0.8.5claws82
4826
4827         * src/prefs_filtering.c
4828                 fix a leak
4829
4830 2002-11-07 [colin]      0.8.5claws81
4831
4832         * src/folder.[ch]
4833                 Add folder_item_move_to() function to move a 
4834                 folderitem into another one (updates matcher etc)
4835         * src/folderview.c
4836                 Add folder drag'n drop (context menu to come)
4837                 [Should be dataloss free, but Please backup before 
4838                  trying !]
4839
4840 2002-11-06 [colin]      0.8.5claws80
4841
4842         * src/mh.c
4843                 mh_create_folder() returns NULL if can't create
4844                 directory hierarchy
4845
4846 2002-11-06 [paul]       0.8.5claws79
4847
4848         * src/compose.[ch]
4849                 allow 'on-the-fly' changing of the type of encryption 
4850                 and/or signing used (mime/ascii) via the compose window
4851
4852 2002-11-06 [paul]       0.8.5claws78
4853
4854         * sync with 0.8.5cvs19
4855                 see ChangeLog 2002-11-06 for src/account.c: 
4856                 account_get_special_folder()
4857                 
4858 2002-11-05 [alfons]     0.8.5claws77
4859
4860         * src/crash.c
4861                 very minor cleanups: nothing to see here, move on. :-)
4862
4863 2002-11-05 [colin]      0.8.5claws76
4864
4865         * src/main.c
4866                 Changes choices if compose windows are opened to
4867                 Discard, Draft, Don't quit
4868
4869 2002-11-05 [thorsten]   0.8.5claws75
4870
4871         * src/compose.c
4872                 reenabled default_reply_to folder option
4873
4874 2002-11-05 [colin]      0.8.5claws74
4875
4876         * src/compose.[ch] 
4877                 add compose_draft()
4878         * src/crash.c
4879                 add SIGTERM handler
4880         * src/main.[ch]
4881                 add clean_quit() for the SIGTERM handler
4882
4883 2002-11-05 [paul]       0.8.5claws73
4884         
4885         * po/es.po
4886                 updated by Ricardo Mones Lastra
4887
4888 2002-11-05 [melvin]     0.8.5claws72
4889
4890         * src/logwindow.c
4891                 Fixed log-clipping bug #616795.
4892                 To stop logging in the log window use 0 length.
4893         * src/prefs_common.c
4894                 Added a label to inform about the 0 log length behaviour.
4895
4896 2002-11-05 [paul]       0.8.5claws71
4897
4898         * sync with 0.8.5cvs17
4899                 see ChangeLog 2002-11-05
4900
4901 2002-11-04 [paul]       0.8.5claws70
4902
4903         * sylpheed-128x128.png
4904           sylpheed-64x64.png
4905           sylpheed.png
4906                 replace with pngcrushed icons. Submitted by Nicolas Kaiser,
4907                 <nikai@users.sourceforge.net>
4908                 
4909         * po/bg.po
4910                 updated by George Danchev
4911
4912 2002-11-03 [thorsten]   0.8.5claws69
4913
4914         * src/main.c
4915           src/mimeview.c
4916           src/rfc2015.h
4917                 add check if gpg is active
4918
4919 2002-11-03 [thorsten]   0.8.5claws68
4920
4921         * src/toolbar.h
4922                 removed GSList declaration causing trouble on MacOS-X
4923                 (submitted by alfons, reported by xfesty)
4924
4925 2002-11-01 [paul]       0.8.5claws67
4926
4927         * src/mainwindow.c
4928                 remove last remnants of main's filter code
4929
4930 2002-11-01 [paul]       0.8.5claws66
4931
4932         * tools/filter_conv.pl
4933                 fix bug where user-defined headers were ignored
4934
4935 2002-11-01 [paul]       0.8.5claws65
4936
4937         * src/logwindow.c
4938                 make a debug_print() not translatable
4939
4940 2002-10-31 [melvin]     0.8.5claws64
4941
4942         * ac/aspell.m4
4943                 Fixed --disable-aspell-test. Now --disable-aspell-test will 
4944                 not run any GNU/aspell test.  The dictionary path will
4945                 be by default /usr/local/lib/aspell/ unless --with-aspell-prefix
4946                 was given, in which case, it will be $prefix/lib/aspell/
4947         * configure.in
4948                 Fixed typo in commentary (Aspell code).
4949
4950 2002-10-31 [paul]       0.8.5claws63
4951
4952         * po/POTFILES.in
4953                 remove src/filter.c and src/prefs_filter.c
4954                 thanks to Ricardo for reminding me
4955
4956 2002-10-31 [colin]      0.8.5claws62
4957
4958         * src/mbox_folder.c
4959                 Plug some leaks
4960
4961 2002-10-31 [paul]       0.8.5claws61
4962
4963         * src/prefs_filter.[ch] ** REMOVED **
4964           src/filter.[ch]       ** REMOVED **
4965           
4966         * src/Makefile.am
4967           src/folderview.c
4968           src/inc.c
4969           src/main.c
4970           src/mainwindow.c
4971           src/mbox.c
4972           src/prefs_common.c
4973           src/prefs_filtering.c
4974           src/summaryview.[ch]
4975                 remove main's 'filter' code
4976                 
4977         README.claws
4978                 update to reflect removal of main's filter
4979
4980 2002-10-31 [paul]       0.8.5claws60
4981
4982         * src/summaryview.c
4983                 remove check for global_processing in summary_filter_open(). 
4984                 This fixes the bug where if the user uses the right-click 
4985                 'Create filter rule...' and doesn't have any filter rules 
4986                 already defined in claws' advanced filtering, the newly 
4987                 created filter rule goes to main's filtering which is 
4988                 inaccessible through the gui. Now the filter rule gets added
4989                 to claws' filtering by default.
4990
4991 2002-10-28 [melvin]     0.8.5claws59
4992
4993         * src/prefs_actions.c
4994                 Fixed bug #627322 where MIME parts were not always
4995                 correctly passed to a %p action
4996                 Display an error dialog when message filename is not found.
4997
4998 2002-10-28 [melvin]     0.8.5claws58
4999
5000         * src/prefs_common.c
5001                 Readded a missing function declaration lost in 0.8.3claws34
5002
5003 2002-10-28 [paul]       0.8.5claws57
5004
5005         * sync with 0.8.5cvs15
5006                 see ChangeLog 2002-10-28 and 2002-10-25
5007                 
5008         Note: ChangeLog entry 2002-10-24 is not sync'ed.
5009
5010 2002-10-27 [oliver]     0.8.5claws56
5011
5012         * src/pop.c
5013                 plug leak in pop3_top_recv
5014
5015 2002-10-26 [christoph]  0.8.5claws55
5016
5017         * src/folder.c
5018                 set need_update folder flag when messages are added
5019                 (closes bug [ 626922 ] folder not updated after receiving)
5020
5021 2002-10-25 [melvin]     0.8.5claws54
5022
5023         * src/imageview.c
5024                 Fixed a memleak introduced in the scaling code.
5025
5026 2002-10-24 [alfons]     0.8.5claws53
5027
5028         * src/filtering.c
5029                 make filtering's forward message action forward from the 
5030                 correct account
5031                 (closes bug [628089 ] Filter -> Forward from address problem
5032                 reported by Oktay)
5033
5034 2002-10-24 [christoph]  0.8.5claws52
5035
5036         * src/mainwindow.c
5037         * src/manual.[ch]
5038                 o use manual of current locale or english if current
5039                   locale is not available (and english is available)
5040                 o also link to sylpheed doc project manuals
5041
5042 2002-10-23 [paul]       0.8.5claws51
5043
5044         * tools/README
5045           tools/kmail2sylpheed_v2.pl
5046                 add new version of kmail addressbook importer script.
5047                 works with newer versions of Kmail/KAddressBook which
5048                 have new and rearranged data.
5049
5050 2002-10-23 [martin]     0.8.5claws50
5051
5052         * src/folderview.c
5053         * src/summaryview.c
5054         * src/utils.h
5055         * src/utils.c
5056                 added length parameter to get_abbrev_newsgroup_name()
5057                 changed this function so that it abbreviates the newsgroup
5058                 names only so long it is smaller than the length parameter
5059                 (for better reading of some newsgroup names and space efficiency)
5060
5061 2002-10-22 [colin]      0.8.5claws49
5062
5063         *src/foldersel.c
5064                 Revert Alfons' last modification (after voting ;-))
5065
5066 2002-10-21 [alfons]     0.8.5claws48
5067
5068         * src/foldersel.c
5069                 folder view in folder selection dialog reflects state of
5070                 folder view in main window
5071
5072 2002-10-18 [alfons]     0.8.5claws47
5073
5074         * src/mbox.c
5075                 drop imported messages in folder selected by user,
5076                 and not in the inbox
5077                 (closes bug [ 625424 ] Import mbox always to "Inbox" folder)
5078
5079 2002-10-18 [alfons]     0.8.5claws46
5080
5081         * src/compose.c
5082                 make automagic reply work correctly for email accounts 
5083                 (whether it's viable to do a full sync with Hiro's 
5084                 compose.c is still under discussion)
5085
5086 2002-10-18 [melvin]     0.8.5claws45
5087
5088         * src/prefs_actions.c
5089                 Fixed bug #622275 where asynchroneous actions left 
5090                 zombies processes
5091                 Made (synchroneous) actions' input be displayed live.
5092
5093 2002-10-18 [christoph]  0.8.5claws44
5094
5095         * src/textview.c
5096                 don't add a newline in the textview in front of the
5097                 first textpart if header display is disabled
5098                 (closes bug [ 603385 ] disabled header display leaves blank
5099                  lin)
5100
5101 2002-10-18 [christoph]  0.8.5claws43
5102
5103         * src/folder.[ch]
5104         * src/imap.c
5105         * src/mbox_folder.c
5106         * src/mh.c
5107         * src/news.c
5108                 folder->get_num_list now returns an error code
5109                 (closes bug [ 609424 ] News cache cleared on failure)
5110                 
5111 2002-10-17 [colin]      0.8.5claws42
5112         
5113         * src/news.c
5114                 Changed a printf by debug_print
5115
5116 2002-10-16 [paul]       
5117
5118         * tools/OOo2sylpheed.pl
5119                 allow for spaces in the name of the
5120                 file to be attached.
5121
5122 2002-10-16 [colin]      0.8.5claws41
5123
5124         * src/main.c
5125                 Use a tristate to change online mode
5126
5127 2002-10-16 [paul]       0.8.5claws40
5128
5129         * po/es.po
5130                 updated by Ricardo Mones Lastra
5131
5132 2002-10-16 [colin]      0.8.5claws39
5133
5134         * src/main.c
5135           src/mainwindow.[ch]
5136                 Added --online and --offline command-line
5137                 switches
5138
5139 2002-10-15 [christoph]  0.8.5claws38
5140
5141         * src/procmime.c
5142                 set mimeinfo->name to NULL after g_free to
5143                 avoid double freeing with g_free
5144
5145 2002-10-14 [christoph]  0.8.5claws37
5146
5147         * src/compose.c
5148         * src/filtering.c
5149         * src/summaryview.c
5150                 remove calls to folder->change_flags that are now
5151                 done by procmsg flag functions (seems it is not
5152                 used by any foldertype anyway)
5153         * src/folder.c
5154                 init folder->change_flags with NULL
5155
5156 2002-10-14 [christoph]  0.8.5claws36
5157
5158         * src/folder.[ch]
5159         * src/imap.[ch]
5160                 use virtual functions for folder item new and destroy
5161                 functions
5162
5163 2002-10-14 [melvin]     0.8.5claws35
5164
5165         * src/compose.c
5166                 Added a test to not run the spell checker if no default
5167                 dictionary is available. No dialog is displayed though.
5168
5169 2002-10-14 [melvin]     0.8.5claws34
5170
5171         * src/gtkaspell.c
5172                 Fixed bug in dictionary list context menu where
5173                 "More..." pointed to an emtpy submenu if the
5174                 number of dictionaries is a multiple of 15
5175                 Removed unneeded code in suggestions list creation
5176
5177 2002-10-14 [paul]       0.8.5claws33
5178
5179         * po/bg.po
5180                 updated by George Danchev
5181
5182 2002-10-13 [hoa]        0.8.5claws32
5183
5184         * src/matcher.[ch]
5185           src/matcher_parser_parser.y
5186                 removed the escaped string from internal structure
5187                 of matcher.
5188
5189 2002-10-12 [colin]      0.8.5claws31
5190
5191         * src/gtksctree.[ch]
5192           src/summaryview.c
5193                 Removed useless function gtksctree_reanchor
5194
5195 2002-10-12 [alfons]     0.8.5claws30
5196         
5197         * sync with remaining main changes 2002-10-09 - 2002-10-11
5198         - drop changes to src/compose.c (requires claws specific changes)
5199         
5200 2002-10-12 [alfons]     0.8.5claws29
5201         
5202         * sync with main changes of 2002-10-08
5203         - drop changes to src/compose.c (requires claws specific changes)
5204         - drop changes to src/summaryview.c (requires changes to compose.c)     
5205
5206 2002-10-12 [alfons]     0.8.5claws28
5207         
5208         * sync with main changes of 2002-10-07
5209
5210 2002-10-12 [alfons]     0.8.5claws27
5211
5212         * sync with main changes of 2002-10-04
5213         - drop changes to src/compose.c (requires claws specific changes)
5214         - drop changes to src/prefs_folder_item.c (claws implementation
5215           seems to be working)
5216
5217 2002-10-12 [colin]      0.8.5claws26
5218
5219         * src/mainwindow.c
5220                 Fix folder-flicker when space-reading, introduced 
5221                 in claws22.
5222
5223 2002-10-12 [colin]      0.8.5claws25
5224
5225         * src/compose.c
5226                 Save account address when saving as draft.
5227                 (closes bug 621838)
5228
5229 2002-10-12 [colin]      0.8.5claws24
5230
5231         * src/summaryview.c
5232                 Fix the problem consisting of no message selected
5233                 after the last message in a folder has been moved.
5234
5235 2002-10-12 [paul]       0.8.5claws23
5236
5237         * src/compose.c
5238           src/prefs_template.c
5239           src/template.[ch]
5240                 add Cc and Bcc to templates. Patch submitted by
5241                 John L. Males.
5242
5243 2002-10-12 [colin]      0.8.5claws22
5244
5245         * src/folderview.c
5246                 Fix a bug after "Check for new messages":
5247                 If a folder was opened, it was still selected at
5248                 the end of the check, but displayed empty.
5249         * src/mainwindow.c
5250                 Remove unnecessary check
5251
5252 2002-10-12 [paul]
5253
5254         * tools/README
5255                 be more verbose in the description of
5256                 OOo2sylpheed.pl
5257                 
5258
5259 2002-10-11 [colin]      0.8.5claws21
5260
5261         * src/mainwindow.c
5262                 Make space work (better) when no mail is selected
5263
5264 2002-10-11 [colin]      0.8.5claws20
5265
5266         * src/inc.c
5267           src/news.c
5268                 fix warnings
5269
5270 2002-10-11 [colin]      0.8.5claws19
5271
5272         * src/mainwindow.c
5273                 revert 0.8.5claws6 changes as i couldn't get to
5274                 anything satisfying
5275
5276 2002-10-11 [melvin]     0.8.5claws18
5277
5278         * src/compose.c
5279                 Removed buggy and unused macro (should have been committed in
5280                 0.8.5claws17)
5281
5282 2002-10-11 [melvin]     0.8.5claws17
5283
5284         * src/compose.c
5285                 Fixed memory leak from bug #622040 (thanks to Martin Kluge)
5286
5287 2002-10-11 [thorsten]   0.8.5claws16 
5288
5289         * src/folderview.c
5290                 remove rescan warning
5291
5292 2002-10-11 [colin]      0.8.5claws15 
5293
5294         * src/procheader.c
5295                 fix a segfault that happens if conv_unmime_header
5296                 fails (should be better to find out why it fails)
5297
5298 2002-10-11 [christoph]  0.8.5claws14
5299
5300         * src/summaryview.c
5301                 update folderview stats after ignore/unignore thread
5302
5303 2002-10-11 [hoa]        0.8.5claws13
5304
5305         * src/quote_fmt_parse.y
5306                 Fixed a yacc/bison syntax error
5307         * src/matcher.c
5308                 Escaping of string is fixed.
5309
5310 2002-10-11 [colin]      0.8.5claws12
5311
5312         * src/imageview.c
5313                 Resize images to fit
5314
5315 2002-10-11 [paul]       0.8.5claws11
5316
5317         * po/es.po
5318                 updated by Ricardo Mones Lastra
5319
5320 2002-10-10 [alfons]     0.8.5claws10
5321
5322         * src/compose.c
5323                 allow dropping files by "moving" files from a file manager,
5324                 not only by the more cumbersome "copying". the latter 
5325                 mostly implies holding down the Control button
5326
5327 2002-10-10 [christoph]  0.8.5claws9
5328
5329         * src/summaryview.c
5330                 update folders after thread building for ignored threads
5331
5332 2002-10-10 [christoph]  0.8.5claws8
5333
5334         * config/.cvsignore
5335                 added Makefile
5336         * src/filtering.[ch]
5337         * src/folder.[ch]
5338         * src/folderview.[ch]
5339         * src/import.c
5340         * src/inc.[ch]
5341         * src/mbox.[ch]
5342         * src/procmsg.c
5343         * src/summaryview.[ch]
5344                 o added new flag need_update to FolderItem
5345                 o removed folder_table from various functions from tracking
5346                   folder updates
5347                 o set need_update flags in folder.c's move, copy and delete
5348                   functions and procmsg's flags functions
5349                 o added function folderview_update_items_when_required that
5350                   updates all folders with need_update set
5351                 o call folderview_update_items_when_required instead of
5352                   folderview_update_item_foreach
5353
5354 2002-10-09 [sergey]     0.8.5claws7
5355
5356         * src/compose.c
5357                 Strip CRs whel loading the text into editor in reedit mode.
5358
5359 2002-10-09 [colin]      0.8.5claws6
5360
5361         * src/mainwindow.c
5362                 Make Space work when no mail is selected
5363
5364 2002-10-09 [colin]      0.8.5claws5
5365
5366         * src/gtksctree.[ch]
5367                 Fix range_select
5368                 Add gtk_sctree_reanchor() 
5369         * src/summaryview.c
5370                 Use gtk_sctree_reanchor() - better fix for 
5371                 bug 60413
5372
5373 2002-10-09 [colin]      0.8.5claws4
5374
5375         * src/summaryview.c
5376                 Fix shift-click select after delete problem
5377                 (closes bug 60413)
5378
5379 2002-10-08 [thorsten]   0.8.5claws3
5380
5381         * src/summaryview.c
5382                 exclude current msg from -hide read messages-
5383
5384 2002-10-08 [colin]      0.8.5claws2
5385
5386         * src/inc.[ch]
5387           src/pop.c
5388           src/recv.c
5389                 Differentiate socket errors from disk full
5390                 errors
5391
5392 2002-10-08 [christoph]  0.8.5claws1
5393
5394         * Makefile.am
5395         * configure.in
5396                 modifications for new config directory
5397
5398         * config.guess  ** REMOVED **
5399         * config.sub    ** REMOVED **
5400         * install-sh    ** REMOVED **
5401         * ltmain.sh     ** REMOVED **
5402         * missing       ** REMOVED **
5403         * mkinstalldirs ** REMOVED **
5404                 these files are autogenerated by automake
5405                 when you run autogen.sh
5406
5407         * config/.cvsignore     ** NEW FILE **
5408         * config/Makefile.am    ** NEW FILE **
5409                 ignore autogenerated files
5410                 create a Makefile in this directory
5411
5412 2002-10-08 [paul]       0.8.5claws
5413
5414         * 0.8.5claws release
5415         
5416         * src/compose.c
5417           src/procheader.c
5418           src/procmsg.c
5419                 fix quote reply format for newsgroups reply bug
5420                 (thanks to Hoa)
5421                 
5422         * po/en_GB.po
5423           po/pl.po
5424                 updated by me and Witold Wladyslaw Wojciech Wilk
5425                 repectively
5426
5427 2002-10-07 [paul]       0.8.3claws53
5428
5429         * po/it.po
5430           po/pt_BR.po
5431           po/sr.po
5432                 updated messages catalogs, submitted by
5433                 Alessandro Maestri, Fabio Jr.Beneditto 
5434                 and Urke MMI, respectively.
5435
5436 2002-10-07 [christoph]  0.8.3claws52
5437
5438         * src/folder.[ch]
5439         * src/folderview.c
5440         * src/mainwindow.c
5441                 fix new folder ghost message bug
5442                 (closes bug [ 619722 ] wrong count for newly created folders)
5443
5444 2002-10-07 [christoph]  0.8.3claws51
5445
5446         * src/compose.c
5447                 fix news posting problem
5448
5449 2002-10-07 [melvin]     0.8.3claws50
5450
5451         * po/fr.po
5452                 Updated French translation
5453
5454 2002-10-05 [christoph]  0.8.3claws49
5455
5456         * src/gtkstext.c
5457                 check if line_start_cache is set in gtk_stext_update_text
5458                 (closes bug [ 618119 ] crash while doing search in folder)
5459
5460 2002-10-05 [christoph]  0.8.3claws48
5461
5462         * src/imap.c
5463         * src/news.c
5464         * src/utils.c
5465         * src/utils.h
5466                 implement cache cleanups for claws' folder system
5467                 (closes bug [ 595916 ] imapcache not cleaned up)
5468
5469 2002-10-05 [melvin]     0.8.3claws47
5470
5471         * src/prefs_actions.c
5472                 Made the help text more clear for the %p token
5473
5474 2002-10-04 [paul]       0.8.3claws46
5475
5476         * sync with 0.8.5
5477                 see ChangeLog 2002-10-02 and 2002-10-03
5478
5479 2002-10-04 [christoph]  0.8.3claws45
5480
5481         * src/inc.c
5482                 fix segfault caused by pop before smtp
5483                 call to inc_account_mail with NULL
5484                 pointer for mainwin
5485
5486 2002-10-04 [paul]       0.8.3claws44
5487
5488         * configure.in
5489                 sync the LDAP detection from 0.8.5cvs1
5490
5491 2002-10-02 [christoph]  0.8.3claws43
5492
5493         * po/de.po
5494                 fix small spelling error
5495
5496 2002-10-02 [melvin]     0.8.3claws42
5497
5498         * ac/aspell.m4
5499                 Behave better and say "no" when test program cannot be run.
5500
5501 2002-10-02 [paul]       0.8.3claws41
5502
5503         * sync with 0.8.4cvs1
5504                 see ChangeLog 2002-09-30, 2002-10-01, 2002-10-02
5505                 
5506         * src/summaryview.c
5507                 toggle the behavior of Reply menuitem between
5508                 normal reply and reply-to-list
5509
5510 2002-10-01 [sergey]     0.8.3claws40
5511
5512         * src/compose.c
5513                 Convert newlines in the message text to the canonical form
5514                 before base64 encoding (RFC2045 compliance, fixes some
5515                 interoperability issues with Evolution 1.0.3)
5516
5517 2002-09-29 [colin]      0.8.3claws39
5518
5519         * src/summaryview.c
5520                 Fix an unwanted copy/paste
5521
5522 2002-09-29 [colin]      0.8.3claws38
5523
5524         * src/mainwindow.c
5525                 Renamed "Custom toolbar" to "Customize toolbar"
5526                 Renamed "Show all header" to "Show all headers"
5527                 Renamed "Set diplay item" to "Set displayed items"
5528         * src/prefs_common.c
5529                 Renamed "Show all header" to "Show all headers"
5530         * src/prefs_summary_column.c
5531                 Renamed "diplay item" to "displayed items"
5532
5533 2002-09-29 [colin]      0.8.3claws37
5534
5535         * src/mainwindow.[ch]
5536                 online/offline status pixmaps follow theme
5537                 changes
5538         * src/summaryview.[ch]
5539                 quicksearch pixmap follows theme changes
5540
5541 2002-09-29 [thorsten]   0.8.3claws36
5542
5543         * src/compose.c
5544           src/prefs_folder_item.[ch]
5545                 add default_reply_to folder option (closes patch 581044)
5546
5547 2002-09-29 [christoph]  0.8.3claws35
5548
5549         * acconfig.h    ** REMOVED **
5550         * configure.in
5551         * ac/aspell.m4
5552         * ac/check-type.m4
5553         * ac/gnupg-check-typedef.m4
5554                 fix autoheader 2.50 warning
5555
5556 2002-09-29 [christoph]  0.8.3claws34
5557
5558         * major code cleanup (part 2)
5559         
5560                 - unused variables removed
5561                 - unused functions removed
5562                 - uninitialized variables checked
5563                 - missing return statements added
5564                 - missing function return types added
5565                 - added parentheses around assignment
5566                   when suggested by gcc
5567
5568 2002-09-29 [alfons]     0.8.3claws33
5569
5570         * src/logwindow.c
5571                 log_window_clear(): only bracket gtk_text_forward_delete() 
5572                 with gtk_text_freeze() / gtk_text_thaw() (see if this
5573                 works around GTK text bug)
5574
5575 2002-09-29 [paul]       0.8.3claws32
5576
5577         * po/bg.po
5578           po/sr.po
5579                 updated by George Danchev and Urke MMI
5580                 respectively
5581
5582 2002-09-27 [christoph]  0.8.3claws31
5583
5584         * doc-src/readme.txt
5585         * doc-src/rfc1806.txt   ** REMOVED **
5586         * doc-src/rfc2183.txt   ** NEW FILE **
5587         * doc-src/rfc2980.txt   ** NEW FILE **
5588                 update rfcs
5589
5590 2002-09-27 [melvin]     0.8.3claws30
5591
5592         * ac/aspell.m4
5593                 Fixed typo which could break linking
5594
5595 2002-09-27 [melvin]     0.8.3claws29
5596
5597         * ac/aspell.m4
5598                 Improved GNU/aspell checking. 
5599                 Fixed bug #614490
5600
5601 2002-09-27 [paul]       0.8.3claws28
5602
5603         * sync with 0.8.3cvs8
5604                 see ChangeLog 2002-09-27
5605
5606 2002-09-26 [colin]      0.8.3claws27
5607
5608         * src/toolbar.[ch]
5609           src/mainwindow.[ch]
5610                 Add "Reply to Mailing-list" to the toolbar
5611
5612 2002-09-26 [christoph]  0.8.3claws26
5613
5614         * src/summaryview.c
5615                 Fix wrong message counts in summaryview status
5616
5617 2002-09-26 [paul]       0.8.3claws25
5618
5619         * sync with 0.8.3cvs7
5620                 see ChangeLog 2002-09-26
5621
5622 2002-09-26 [paul]       0.8.3claws24
5623
5624         * sync with 0.8.3cvs6
5625                 see ChangeLog 2002-09-25
5626
5627 2002-09-25 [christoph]  0.8.3claws23
5628
5629         * src/prefs_common.c
5630         * src/prefs_folder_item.c
5631         * src/prefs_scoring.c
5632                 Renamed "kill score" to "hide score" in GUI
5633                 and prefs files
5634
5635 2002-09-25 [paul]       0.8.3claws22
5636
5637         * sync with 0.8.3cvs5
5638                 see ChangeLog 2002-09-24
5639
5640 2002-09-24 [alfons]     0.8.3claws21
5641
5642         patch by Satoshi Nagayasu: allows appending / saving multiple 
5643         selected files (closes "[ 612279 ] save multiple mesg(s) in 
5644         'Save as ...'")
5645
5646         * AUTHORS
5647                 add Satoshi Nagayasu
5648         * src/summaryview.c
5649                 summary_save_as(): allow saving selected files to
5650                 one file
5651                 summary_set_menu_sensitive: enable "Save As..." when
5652                 multiple files are selected
5653         * src/utils.[ch]
5654                 append_file(): new function
5655
5656 2002-09-24 [colin]      0.8.3claws20
5657
5658         * src/procmime.c
5659                 Fix segfault when mimeinfo doesn't have a 
5660                 content_type. 
5661
5662 2002-09-24 [colin]      0.8.3claws19
5663
5664         * src/prefs_common.[ch]
5665                 Add a preference to display send dialog or not
5666         * src/send.c
5667                 Display send dialog according to preference
5668
5669 2002-09-24 [colin]      0.8.3claws18
5670
5671         * src/compose.[ch]
5672                 Disable user actions when sending
5673
5674 2002-09-24 [colin]      0.8.3claws17
5675
5676         * src/procmime.c
5677                 Do not display name or filename for attachments
5678                 with an application/pgp-signature type
5679                 (security flaw, see bug 537413)
5680
5681 2002-09-23 [colin]      0.8.3claws16
5682
5683         * src/editaddress.c
5684                 Initialize entry_email, entry_alias and 
5685                 entry_remarks to first email address of the list
5686
5687 2002-09-23 [colin]      0.83claws15
5688
5689         * src/compose.c
5690                 Drop pgp-signature when reediting a signed queued
5691                 message
5692
5693 2002-09-23 [melvin]     0.8.3claws14
5694
5695         * po/fr.po
5696                 Updated French translation
5697
5698 2002-09-23 [melvin]     0.8.3claws13
5699
5700         * src/mainwindow.c
5701                 Made custom toolbar menu labels more consistent
5702         * src/prefs_toolbar.c
5703                 Made custom toolbar window title more consistent
5704
5705 2002-09-22 [colin]      0.8.3claws12
5706
5707         * src/inc.c
5708                 Initialize session type to normal before getting 
5709                 mail (fixes strange Get behaviour)
5710         * src/prefs_account.h
5711                 Move STYPE_POP_BEFORE_SMTP to last position to 
5712                 avoid other side-effects
5713
5714 2002-09-22 [colin]      0.8.3claws11
5715
5716         * src/prefs_account.c
5717                 Fix pop_bfr_smtp_tm_entry sensivity when switching
5718                 from pop3 to apop or vice-versa
5719
5720 2002-09-22 [colin]      0.8.3claws10
5721         
5722         * src/prefs_account.[ch]
5723                 Add an option for the POP before SMTP timeout
5724         * src/inc.c
5725                 Remember time of last POP connection
5726         * src/send.c
5727                 Do POP before SMTP only if timeout reached
5728
5729 2002-09-22 [oliver]     0.8.3claws9
5730         
5731         * README.claws
5732                 explain custom toolbar
5733
5734 2002-09-22 [oliver]     0.8.3claws8
5735
5736         * src/prefs_actions.[ch]
5737         custom toolbar for compose      
5738                 actions callback from compose toolbar
5739         * src/folderview.c
5740                 remove include toolbar.h
5741
5742 2002-09-22 [oliver]     0.8.3claws7
5743         
5744         * src/prefs_toolbar.[ch]
5745                 custom toolbar for compose
5746                 - generic prefs_toolbar handles both
5747                   Mainwin's toolbar as well as Compose toolbar          
5748
5749 2002-09-22 [oliver]     0.8.3claws6
5750         
5751         * src/toolbar.[ch]
5752                 custom toolbar for compose
5753                 restructure toolbar.[ch]
5754
5755 2002-09-22 [oliver]     0.8.3claws5
5756
5757         * src/compose.[ch]
5758                 custom toolbar for compose
5759
5760 2002-09-22 [oliver]     0.8.3claws4
5761         
5762         * src/mainwindow.[ch]
5763                 custom toolbar for compose 
5764                 move mainwin toolbar back to mainwindow
5765
5766 2002-09-22 [alfons]     0.8.3claws3
5767
5768         * src/procmsg.c
5769                 :%sno/if(/if (/gc
5770                 :%sno/for(/for (/gc
5771                 (beautify)
5772
5773 2002-09-22 [alfons]     0.8.3claws2
5774         
5775         * src/procmsg.c
5776                 procmsg_save_to_outbox(): don't unlink message file from queue;
5777                 callers should do it using folder_item_remove_msg()
5778
5779 2002-09-22 [colin]      0.8.3claws1
5780
5781         * src/mimeview.[ch]
5782                 Made mimeview_check_signature() public
5783         * src/textview.c
5784                 Made GPG signatures verifiable by clicking
5785                 the [application/pgp-signature] in the Text
5786                 view
5787
5788 2002-09-22 [paul]       0.8.3claws
5789
5790         * po/bg.po
5791           po/en_GB.po
5792           po/es.po
5793           po/it.po
5794           po/pl.po
5795           po/pt_BR.po
5796           po/sr.po
5797                 updated translations, submitted by George Danchev,
5798                 me, Ricardo Mones Lastra, Alessandro Maestri,
5799                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.Beneditto 
5800                 and Urke MMI, respectively.     
5801
5802 2002-09-22 [alfons]     0.8.2claws65
5803
5804         * src/procmsg.c
5805         * src/pgptext.c
5806                 no furry valgrinds have been used to plug these memleaks
5807
5808 2002-09-20 [paul]       0.8.2claws64
5809
5810         * sync with 0.8.3cvs4
5811                 'Select thread' re-implemented 
5812                 see ChangeLog 2002-09-20
5813
5814 2002-09-21 [alfons]     0.8.2claws63
5815
5816         * src/compose.c
5817                 compose_send(): plug unnoticed memleak
5818
5819 2002-09-20 [alfons]     0.8.2claws62
5820
5821         * src/addr_compl.c
5822                 replace_address_in_edit(): strict check for NULL address to
5823                 fix "[ 607348 ] Segfault in address completion". My guess is
5824                 that this happens with an empty address book, but it's good
5825                 to have this check here anyway
5826                 
5827                 completion_window_button_press(): free string returned 
5828                 from the internal cache
5829
5830 2002-09-20 [christoph]  0.8.2claws61
5831
5832         * src/procmime.h
5833                 added ENC_BINARY to EncodingType
5834         * src/procmime.c
5835                 the string returned by procmime_get_encoding_str
5836                 should not depend on the order of values in the
5837                 EncodingType definition
5838         * doc-src/rfc1806.txt   ** NEW FILE **
5839                 Added rfc1806 about MIME Content-Disposition
5840                 Extension
5841
5842 2002-09-19 [paul]       0.8.2claws60
5843
5844         * sync with 0.8.2cvs3
5845                 see ChangeLog 2002-09-19
5846
5847 2002-09-19 [paul]       0.8.2claws59
5848
5849         * src/prefs_folder_item.c
5850                 revert to Darko's original alignment of colour
5851                 selector button
5852                 add a colon to folder_color label
5853                 
5854         * src/compose.c
5855                 add Colin's patch (with Hiro's modifications) to 
5856                 force BASE64 encoding for 8-bit text when signing
5857                 (sync with 0.8.3cvs2)
5858
5859 2002-09-18 [alfons]     0.8.2claws58
5860
5861         * src/compose.c
5862                 :%sno/if(/if (/gc
5863                 :%sno/for(/for (/gc
5864                 (beautify a little bit)
5865
5866 2002-09-18 [christoph]  0.8.2claws57
5867
5868         * src/pine.c
5869                 fix handling of fgetc return value
5870
5871 2002-09-17 [alfons]     0.8.2claws56
5872         
5873         * src/summaryview.c
5874                 summary_sort(): check non-NULL summaryview->folder_item when no 
5875                 folder is selected at all
5876                 (closes "[ 610344 ] sort label make syl Crash")
5877
5878 2002-09-17 [alfons]     0.8.2claws55
5879         
5880         * src/compose.c
5881                 beautify a little bit
5882
5883 2002-09-17 [christoph]  0.8.2claws54
5884
5885         * src/folder.c
5886                 initialize max values for cache and folder
5887                 when cache or folder is empty
5888
5889 2002-09-15 [colin]      0.8.2claws53
5890
5891         * src/compose.c
5892                 Fix a leak (thanks Alfons!) and cleaned
5893                 variables names for custom headers
5894
5895 2002-09-15 [colin]      0.8.2claws52
5896
5897         * src/compose.c
5898                 Fix custom headers recognition when
5899                 prefs_common.trans_hdr is on
5900
5901 2002-09-15 [colin]      0.8.2claws51
5902
5903         * src/compose.c
5904                 Allow dynamically-added custom headers
5905                 Yet not reparsed if reedited
5906
5907 2002-09-15 [alfons]     0.8.2claws50
5908
5909         * src/prefs_account.c
5910                 fix warnings
5911
5912 2002-09-15 [colin]      0.8.2claws49
5913         
5914         * src/prefs_account.c
5915                 fix pop_before_smtp sensitivity
5916
5917 2002-09-15 [colin]      0.8.2claws48
5918
5919         * src/inc.[ch]
5920                 add inc_pop_before_smtp()
5921                 allow MainWindow to be undefined in 
5922                 inc_account_mail() and inc_start()
5923         * src/pop.c
5924           src/prefs_account.h
5925                 add STYPE_POP_BEFORE_SMTP session type
5926         * src/prefs_account.c
5927                 activated pop before smtp option
5928         * src/send.c
5929                 do pop before smtp if the relevant option 
5930                 is set
5931
5932 2002-09-15 [paul]       0.8.2claws47
5933
5934         * sync with 0.8.3
5935                 see ChangeLog 2002-09-15
5936
5937 2002-09-14 [paul]       0.8.2claws46
5938
5939         * po/bg.po
5940                 updated Bulgarian translation, submitted by
5941                 George Danchev
5942
5943 2002-09-13 [paul]       0.8.2claws45
5944
5945         * src/compose.c
5946                 merge claws' select_account() with main's
5947                 (new) compose_select_account(). [sync with
5948                 0.8.2cvs15, see ChangeLog 2002-09-11]
5949
5950 2002-09-12 [christoph]  0.8.2claws44
5951
5952         * src/filter.c
5953                 allocate 1 elements of FolderItem not 0
5954
5955 2002-09-12 [colin]      0.8.2claws43
5956
5957         * src/compose.c
5958                 Fix bug #590825 (obey Follow-up: poster)
5959
5960 2002-09-12 [colin]      0.8.2claws42
5961
5962         * src/procmime.c
5963                 Fix bug #557009 (wrong headers for messages 
5964                 forwarded as attachments)
5965
5966 2002-09-11 [colin]      0.8.2claws41
5967         
5968         * src/compose.c
5969                 Put SCF: pseudo-header on top of message
5970                 Set draft tmp_flag when saved as draft
5971
5972         * src/procmsg.c
5973           src/procheader.c
5974                 Skip after first \n\n for beginning of real message
5975                 for drafts too
5976
5977 2002-09-11 [christoph]  0.8.2claws40
5978
5979         * src/filtering.c
5980                 use procmsg flag functions in filtering or processing
5981                 will cause incorrect folder message counts
5982
5983 2002-09-11 [colin]      0.8.2claws39
5984
5985         * src/compose.c
5986                 Fix bug #550175 - wrong save folder when reediting
5987                 drafts
5988
5989 2002-09-11 [paul]       0.8.2claws38
5990
5991         * sync with 0.8.2cvs14
5992                 see ChangeLog 2002-09-11
5993
5994 2002-09-11 [colin]      0.8.2claws37
5995
5996         * src/folder.c
5997                 Fix a typo (seeming to cause new/unread status to
5998                 be lost)
5999
6000 2002-09-10 [christoph]  0.8.2claws36
6001
6002         * src/compose.c
6003                 compose_redirect should not use compose_generic_new
6004                 because that does more stuff than expected including
6005                 opening the external editor
6006                 (closes bug "[ 526608 ] bounced messages appear blank
6007                  in editor")
6008
6009 2002-09-10 [christoph]  0.8.2claws35
6010
6011         * src/folder.c
6012                 fix problem with too large message number range
6013                 causing a crash in folder_item_scan
6014
6015 2002-09-10 [paul]       0.8.2claws34
6016
6017         * sync with 0.8.2cvs13
6018                 see ChangeLog 2002-09-10
6019
6020 2002-09-10 [christoph]  0.8.2claws33
6021
6022         * src/msgcache.c
6023                 set MsgInfo TmpFlags for queue and draft folders
6024                 (closes bug "[ 591676 ] Queue ignore MIME on restart")
6025
6026 2002-09-10 [paul]       0.8.2claws32
6027
6028         * AUTHORS
6029           po/bg.po      ** NEW FILE **
6030                 new Bulgarian translation submitted by
6031                 George Danchev <danchev@spnet.net>
6032                 
6033         * tools/Makefile.am
6034           tools/README
6035           tools/tb2sylpheed     ** NEW FILE **
6036                 add script that converts an addressbook exported
6037                 from The Bat! into a Sylpheed addressbook. Submitted
6038                 by Urke MMI <urke-kg@eunet.yu>
6039
6040 2002-09-10 [paul]       0.8.2claws31
6041
6042         * sync with 0.8.2cvs12
6043                 see ChangeLog 2002-09-10
6044
6045 2002-09-06 [paul]       0.8.2claws30
6046
6047         * src/prefs_common.c
6048                 sync with 0.8.2cvs11, see ChangeLog 2002-09-06
6049                 
6050         * tools/Makefile.am
6051           tools/README
6052           tools/ldif-to-xml.py  ** REMOVED **
6053                 remove obsolete python script
6054
6055 2002-09-06 [paul]       0.8.2claws29
6056
6057         * sync with 0.8.2cvs10
6058                 see ChangeLog 2002-09-06
6059
6060 2002-09-04 [paul]       0.8.2claws28
6061
6062         * sync with 0.8.2cvs9
6063                 see ChangeLog 2002-08-04
6064
6065 2002-09-04 [colin]      0.8.2claws27 
6066
6067         * src/prefs_common.[ch]
6068                 Added signature color configuration
6069         * src/textview.c
6070                 Use user-specified signature color
6071
6072 2002-09-03 [colin]      0.8.2claws26
6073
6074         * src/prefs_common.[ch]
6075                 Added autosave and autosave_length prefs
6076         * src/compose.c
6077                 Added compose_remove_draft()
6078                 Auto-save drafts according to the prefs
6079         * src/main.c
6080                 Added a crash-indicator file, allowing to check
6081                 for new messages on startup if Sylpheed crashed
6082                 (makes saved drafts "reappear")
6083
6084 2002-09-03 [colin]      0.8.2claws25
6085
6086         * src/textview.[ch]
6087                 Grey the signature
6088
6089 2002-09-03 [paul]       0.8.2claws24
6090
6091         * sync with 0.8.2cvs8
6092                 see ChangeLog 2002-09-02 and 2002-09-03
6093
6094 2002-09-03 [darko]      0.8.2claws23
6095
6096         * src/folderview.c
6097                 use normal style when creating new folder to pick
6098                 proper font size 
6099
6100 2002-09-02 [melvin]     0.8.2claws22
6101
6102         * src/gtkaspell.m4
6103                 removed some obsolete code
6104
6105 2002-09-02 [melvin]     0.8.2claws21
6106
6107         * ac/aspell.m4
6108                 fixed test's equality sign (== to =)
6109
6110 2002-09-02 [alfons]     0.8.2claws20
6111
6112         * src/folder.c
6113         * src/mh.c
6114                 revert change of 0.8.2claws16 and use the mh_folder_destroy
6115                 as folder->destroy virtual as suggested by Hiro
6116                 (the mh.c code seems to have been lost around mh.c.1.21)
6117
6118 2002-09-02 [paul]       0.8.2claws19
6119
6120         * po/pt_BR.po
6121                 updated by Fabio Jr. Beneditto
6122                 
6123         * src/defs.h
6124                 use 'http://claws.sylpheed.org' for homepage link. 
6125                 Domain provided by Oktay Altunergil <oktay@freelinuxcd.org>
6126
6127 2002-09-01 [alfons]     0.8.2claws18
6128
6129         * src/mh.c
6130                 plug memleak related to one Martin Kluge found
6131
6132 2002-08-31 [paul]       0.8.2claws17
6133
6134         * sync with 0.8.2cvs6
6135                 see ChangeLog 2002-08-30
6136
6137 2002-08-31 [alfons]     0.8.2claws16
6138
6139         * src/folder.c
6140                 folder_destroy(): remove mailbox from folderlist even if it has
6141                 no destroy virtual
6142
6143 2002-08-31 [alfons]     0.8.2claws15
6144
6145         * src/folder.c
6146                 :%sno/if(/if (/gc
6147                 :%sno/for(/for (/gc
6148                 (being pedantic I know)
6149
6150 2002-08-31 [alfons]     0.8.2claws14
6151
6152         * src/folder.c
6153                 check for NULL pointers returned from folder->fetch_msginfo virtual
6154                 (should solve some reported crashes)
6155
6156 2002-08-30 [alfons]     0.8.2claws13
6157
6158         * acconfig.h
6159         * configure.in
6160         * src/crash.c
6161                 enable crash dialog on compilation time
6162                 (--enable-crash-dialog configure option)
6163
6164 2002-08-30 [alfons]     0.8.2claws12
6165
6166         * AUTHORS
6167                 add Martin Kluge
6168         * src/mh.c
6169                 apply memory leak plug patch by Martin Kluge
6170                 (closes patch "[ 602568 ] patch for 602441 little memory leak",
6171                 bug "[ 599677 ] Very small memory leak in 0.81claws115",
6172                 and bug "[ 602441 ] memoryleak in filtering 0.8.2claws9?")
6173
6174 2002-08-30 [darko]      0.8.2claws11
6175
6176         * src/folderview.c
6177                 copy Gtk style from normal style to match
6178                 font size for coloured folders
6179
6180 2002-08-29 [alfons]     0.8.2claws10
6181
6182         * sylpheed.desktop
6183                 Type=Internet <- Type=Application
6184                 (reported by Michael Schwendt, see:
6185                 http://sourceforge.net/tracker/index.php?func=detail&aid=599765&group_id=25528&atid=384600
6186                 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=72882)
6187
6188 2002-08-29 [paul]       0.8.2claws9
6189
6190         * sync with 0.8.2cvs5
6191                 see ChangeLog 2002-08-29
6192
6193 2002-08-29 [colin]      0.8.2claws8
6194
6195         * src/summaryview.c
6196                 Added a sanity check in summary_select_thread
6197                 Should fix bug 601605
6198
6199 2002-08-29 [colin]      0.8.2claws7
6200
6201         * src/main.c
6202                 Revert claws6 changes regarding bug #591676
6203
6204 2002-08-28 [colin]      0.8.2claws6
6205         
6206         * src/main.c
6207                 Ignore cache for queue folderitems
6208                 Fix bug #591676
6209
6210 2002-08-28 [melvin]     0.8.2claws5
6211
6212         * README.claws
6213                 Fixed typos.
6214
6215 2002-08-28 [melvin]     0.8.2claws4
6216
6217         * README.claws
6218                 Updated a bit the text concerning the spell checker
6219
6220 2002-08-28 [melvin]     0.8.2claws3
6221
6222         Merged the GNU_aspell_branch:
6223                 Support of new GNU/aspell is now included and the old pspell
6224                 is not supported anymore.
6225                 See README.claws
6226
6227         * README.claws
6228                 Updated spell checker text to reflect the switch to GNU/aspell
6229
6230         * ac/aspell.m4          *** NEW ***
6231         * src/gtkaspell.[ch]    *** NEW *** 
6232         * ac/pspell.m4          *** DELETED *** 
6233         * src/gtkspell.[ch]     *** DELETED ***
6234
6235         * ac/Makefile.am
6236                 Updated for GNU/aspell support
6237
6238         * po/POTFILES.in
6239                 Replaced gtkspell.c by gtkaspell.c
6240
6241         * acconfig.h
6242         * src/Makefile.am
6243         * src/about.c
6244         * src/compose.[ch]
6245         * src/crash.c
6246         * src/main.c
6247         * src/prefs_common.[ch]
6248                 Updated for GNU/aspell support
6249
6250 2002-08-28 [paul]       0.8.2claws2
6251
6252         * sync with 0.8.2cvs4
6253                 see ChangeLog 2002-08-27 and 2002-08-28
6254
6255 2002-08-28 [colin]      0.8.2claws1
6256
6257         * src/summary_search.c
6258                 Added "AND search"
6259
6260 2002-08-28 [jens]       0.8.2claws
6261
6262         *po/de.po
6263                 Updated German translations
6264
6265 2002-08-27 [melvin]     0.8.2claws
6266
6267         * po/fr.po
6268                 Updated French translations
6269
6270 2002-08-27 [paul]       0.8.2claws
6271
6272         * sync with 0.8.2 main release
6273
6274         * po/en_GB.po
6275           po/es.po
6276           po/it.po
6277           po/pl.po
6278           po/pt_BR.po
6279           po/sr.po
6280                 updated message catalogs submitted by
6281                 Ricardo Mones Lastra, Alessandro Maestri,
6282                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.
6283                 Beneditto and Urke MMI  
6284
6285 2002-08-27 [hoa]        0.8.1claws123
6286
6287         * src/mainwindow.[ch]
6288         * src/summaryview.[ch]
6289                 removed the "filter setting" menu option.
6290                 add a "cancel a news message" menu option.
6291
6292 2002-08-26 [martin]     0.8.1claws122
6293
6294         * ChangeLog.claws
6295                 changed string under 0.8.1claws79 changed by myself
6296                 i'm sorry alfons :(
6297
6298 2002-08-26 [martin]     0.8.1claws121
6299
6300         * src/crash.c
6301                 added kill command to debuggerrc to start crash dialog
6302
6303 2002-08-26 [paul]       0.8.1claws120
6304
6305         * sync with 0.8.1cvs31
6306                 see ChangeLog 2002-08-26
6307
6308 2002-08-25 [alfons]     0.8.1claws119
6309
6310         * src/procmsg.c
6311                 fix bug that didn't send out correct headers to news server
6312                 when sending news article and email from queue (bug reported
6313                 and patch provided by Tim Mann; closes bug 
6314                 "[ 583196 ] 0.7.8claws can't post news")
6315
6316 2002-08-25 [alfons]     0.8.1claws118
6317
6318         * src/selective_download.c
6319                 mark two strings as translatable
6320                 (thanks to Urke MMI for pointing this out)
6321
6322 2002-08-25 [alfons]     0.8.1claws117
6323
6324         * src/summaryview.c
6325                 treat sent boxes as special and allow sorting them by addressee
6326                 (closes "[ 589418 ] Sent folder sorting misbehavior"
6327                 submitted by Steve Lamb)
6328
6329 2002-08-24 [alfons]     0.8.1claws116
6330
6331         * src/matcher.c
6332                 fix memleak reported by Martin Kluge
6333                 (see: "[ 599677 ] Very small memory leak in 0.81claws115")
6334
6335 2002-08-24 [oliver]     0.8.1claws115
6336
6337         * src/prefs_toolbar.c
6338                 o code cleanup as suggested by Alfons
6339                 o memleak fix
6340
6341 2002-08-24 [alfons]     0.8.1claws114
6342
6343         * src/summaryview.c
6344                 o fix another memory leak reported by Martin Kluge
6345                   (see "[ 599568 ] Small Memory Leak")
6346                 o remove 'from' variable from 'summary_set_header()'; we can
6347                   do with just 'to' 
6348
6349 2002-08-24 [paul]       0.8.1claws113
6350
6351         * sync with 0.8.1cvs30
6352                 see ChangeLog 2002-08-23
6353
6354 2002-08-24 [alfons]     0.8.1claws112
6355
6356         * src/summaryview.c
6357                 remove unnecessary allocations for search bar fixing leaks
6358                 reported by Martin Kluge
6359                 (see "[ 599451 ] Further memory leaks?")
6360
6361 2002-08-24 [alfons]     0.8.1claws111
6362
6363         * src/main.c
6364                 make get_socket_name() public for crash.c
6365         * src/crash.c
6366                 o make report bug button work (goes to claws' 
6367                   bug tracker at sf.net)
6368                 o introduce function for doing important stuff just
6369                   before claws goes down
6370                 o clean up code 
6371
6372 2002-08-24 [alfons]     0.8.1claws110
6373
6374         * src/compose.c
6375                 move cursor to "To" entry when forwarding as attachment
6376                 (reported and solved by Steve Lamb, closes bug report
6377                 "[ 592880 ] Forward as attachment; cursor not in to")
6378
6379 2002-08-24 [colin]      0.8.1claws109
6380
6381         * src/mainwindow.c
6382                 fix quick search visibility after GUI (de)separations.
6383
6384 2002-08-23 [colin]      0.8.1claws108
6385
6386         * src/mainwindow.c
6387                 fix header pane visibility after folderview or
6388                 messageview (de)separation
6389
6390 2002-08-23 [paul]       0.8.1claws107
6391
6392         * src/mainwindow.[ch]
6393           src/toolbar.c
6394                 give full control of display or non-display 
6395                 of the Execute icon to Custom toolbar settings.
6396                 add new sensitivity condition to maninwindow.h: 
6397                 M_DELAY_EXEC
6398
6399         * ChangeLog
6400           ChangeLog.jp
6401           NEWS
6402                 more sync with 0.8.1cvs29
6403
6404 2002-08-23 [melvin]     0.8.1claws106
6405
6406         * src/alertpanel.c
6407                 Readded support for custom widget in alertpanel lost in last
6408                 sync.
6409
6410 2002-08-23 [paul]       0.8.1claws105
6411
6412         * sync with 0.8.1cvs29
6413                 see ChangeLog 2002-08-23
6414
6415 2002-08-23 [colin]      0.8.1claws104
6416
6417         * src/summaryview.c
6418                 Fix folder and search pixmaps exchanging positions
6419                 after theme or toolbar changes. Thank to Oliver for 
6420                 reporting this.
6421
6422 2002-08-23 [colin]      0.8.1claws103
6423
6424         * src/mainwindow.c
6425           src/messageview.[ch]
6426           src/noticeview.[ch]
6427           src/summaryview.c
6428                 Changed messageview_create() and noticeview_create()
6429                 to avoid the last gdk_warning
6430
6431 2002-08-22 [colin]      0.8.1claws102
6432
6433         * src/summaryview.c
6434                 Fix my new `Creating pixmap from xpm' warning
6435
6436 2002-08-22 [colin]      0.8.1claws101
6437
6438         * src/mainwindow.c
6439                 Fix some of the gdk warnings
6440
6441 2002-08-22 [colin]      0.8.1claws100
6442
6443         * src/Makefile.am
6444         * src/stock_pixmap.c
6445         * src/stock_pixmap.h
6446         * src/pixmaps/quicksearch.xpm *ADDED*
6447                 Add the quicksearch pixmap
6448         * src/mainwindow.c
6449         * src/summaryview.c
6450         * src/summaryview.h
6451                 Make quicksearch bar visible/hidden via a button
6452
6453 2002-08-22 [christoph]  0.8.1claws99
6454
6455         * src/folder.c
6456                 fix folder update for newsgroups with message
6457                 numbers below minimum number of articles to fetch
6458                 (closes bug #598445)
6459
6460 2002-08-22 [paul]       0.8.1claws98
6461
6462         * sync with 0.8.1cvs28
6463                 see ChangeLog 2002-08-22
6464
6465 2002-08-21 [alfons]     0.8.1claws97
6466
6467         * src/crash.c
6468                 use bt instead of bt full which seems to work 
6469                 better, and bt full doesn't give a great deal 
6470                 of information anyway
6471
6472 2002-08-21 [colin]      0.8.1claws96
6473
6474         * src/summaryview.c
6475                 fix summaryview_searchtype_changed prototype
6476
6477 2002-08-21 [christoph]  0.8.1claws95
6478
6479         * src/mainwindow.c
6480                 o fix broken menu update for sorting type, we have to
6481                   get this info from the summaryview now
6482                 o removed setting of threaded state in menu callback
6483         * src/summaryview.[ch]
6484                 more summaryview/folderitem seperation for
6485                 threading option
6486         * configure.in
6487                 removed not required --with-compiler-flags option
6488
6489 2002-08-21 [oliver]     0.8.1claws94
6490         
6491         * src/toolbar.h 
6492                 o rename toolbar.xml to toolbar_main.xml
6493                   since toolbar_compose.xml might come up 
6494                   any time soon
6495         * README.claws
6496                 add custom toolbar              
6497
6498 2002-08-21 [darko]      0.8.1claws93
6499
6500         * src/procmsg.c
6501                 don't reset tmp flags for messages copied
6502                 to sent folder
6503
6504 2002-08-21 [colin]      0.8.1claws92
6505         
6506         * src/prefs_filtering.c
6507                 fix renaming rules on folder rename 
6508                 when folder is not a leaf folder
6509
6510 2002-08-21 [paul]       0.8.1claws91
6511
6512         * src/prefs_folder_item.c
6513                 fix alignment of colour selector
6514
6515 2002-08-21 [paul]       0.8.1claws90
6516
6517         * sync with 0.8.1cvs27
6518                 see ChangeLog 2002-08-21
6519
6520 2002-08-21 [paul]       0.8.1claws89
6521
6522         * src/summaryview.c
6523                 fix crash when changing field type in
6524                 Quick search bar
6525
6526 2002-08-21 [colin]      0.8.1claws88
6527
6528         * src/summaryview.c
6529                 Made quick search case-insensitive
6530
6531 2002-08-21 [paul]       0.8.1claws87
6532
6533         * sync with 0.8.1cvs26
6534                 see ChangeLog 2002-08-21
6535
6536 2002-08-20 [christoph]  0.8.1claws86
6537
6538         * src/folderview.c
6539         * src/main.c
6540         * src/summaryview.[ch]
6541                 more summaryview/folderitem seperation for
6542                 sort_key and sort_type
6543         * src/procmsg.c
6544                 added missing return statement
6545
6546 2002-08-20 [colin]      0.8.1claws85
6547
6548         * src/summaryview.[ch]
6549                 Added a quick search box
6550         * src/mainwindow.c
6551         * src/prefs_common.[ch]
6552                 Added a show/hide option for the quick search
6553
6554 2002-08-20 [oliver]     0.8.1claws84
6555         
6556         * src/mainwindow.c
6557                 remove toolbar_create_popups
6558         * src/toolbar.[ch]
6559                 o remove toolbar_create_popups
6560                 o fix toolbar_set_sensitive 
6561                   (Bug reports #596834 and #596832)     
6562         * src/prefs_toolbar.c
6563                 o add "Set default" button
6564                 o align label and text + combo widgets
6565
6566 2002-08-20 [hoa]        0.8.1claws83bis
6567
6568         * src/imap.c
6569                 fixed a bug in imap_fetch_msginfo() in case there is no
6570                 current folder.
6571
6572 2002-08-20 [darko]      0.8.1claws83
6573
6574         * src/folderview.c
6575                 copy the color style of folder view so it
6576                 works with GTK themes
6577
6578 2002-08-20 [darko]      0.8.1claws82
6579
6580         * src/folder.h
6581         * src/folderview.c
6582         * src/prefs_folder_item.[hc]
6583                 don't use UI stuff in folder.h
6584
6585 2002-08-20 [darko]      0.8.1claws81
6586
6587         * src/folder.h
6588         * src/prefs_folder_item.h
6589         * src/folderview.c
6590         * src/prefs_folder_item.c
6591                 ability to set folder color in folderview
6592
6593 2002-08-19 [alfons]     0.8.1claws80
6594
6595         * src/summaryview.c
6596                 fix one of the earlier memleaks reported by Martin Kluge
6597
6598 2002-08-19 [alfons]     0.8.1claws79
6599
6600         * src/mainwindow.c
6601                 hide notice view when selecting seperate folder
6602                 view (reported by Urke MMI)
6603
6604 2002-08-19 [christoph]  0.8.1claws78
6605
6606         * src/folderview.c
6607         * src/prefs_folder_item.h
6608         * src/summaryview.[ch]
6609                 o add summary_set_prefs_from_folderitem to set
6610                   summaryview prefs (first step to remove all
6611                   references to the folderitem in summaryview)
6612                 o moved compiled regex stuff from folderitem prefs
6613                   to summaryview code
6614
6615 2002-08-19 [paul]       0.8.1claws77
6616
6617         * src/compose.c
6618                 add check for '.' to QUOTE_IF_REQUIRED
6619
6620 2002-08-19 [paul]       0.8.1claws76
6621
6622         * src/inc.c
6623                 sync with 0.8.1cvs25 (plug memory leak)
6624
6625         * src/prefs_toolbar.c
6626                 re-order prefs_toolbar_cancel()
6627
6628 2002-08-18 [alfons]     0.8.1claws75
6629
6630         * src/inc.c
6631         * src/matcher.c
6632                 plug other memleaks reported by Martin Kluge
6633
6634 2002-08-18 [paul]       0.8.1claws74
6635
6636         * po/pt_BR.po
6637                 updated by Fabio Jr. Beneditto
6638
6639 2002-08-18 [paul]       0.8.1claws73
6640
6641         * src/toolbar.[ch]
6642                 fix bug where tooltips were displayed untranslated              
6643
6644         * src/prefs_toolbar.c
6645                 fix bug where clicking 'Cancel' creates an icon & text
6646                 toolbar regardless of prefs
6647         
6648
6649 2002-08-17 [oliver]     0.8.1claws72
6650
6651         * src/prefs_toolbar.c
6652                 update toolbar on CANCEL
6653                 bug reported by Martin Kluge
6654         * src/toolbar.c
6655                 toolbar_destroy memleak fixed           
6656
6657 2002-08-17 [alfons]     0.8.1claws71
6658
6659         * src/toolbar.c
6660                 plug another memleak reported by Martin Kluge
6661
6662 2002-08-16 [alfons]     0.8.1claws70
6663
6664         * src/crash.c
6665                 use execvp() correctly (suggested by wwp; thanks!)
6666
6667 2002-08-16 [alfons]     0.8.1claws69
6668
6669         * src/gtksctree.c
6670                 plug memory leak reported by Kim Schultz & Martin Kluge
6671
6672 2002-08-16 [paul]       0.8.1claws68
6673
6674         * po/es.po
6675                 updated by Ricardo Mones Lastra
6676
6677 2002-08-16 [paul]       0.8.1claws67
6678
6679         * src/toolbar.h
6680                 fix bug where 'Compose News' icon showed wrong
6681                 tooltip
6682
6683 2002-08-16 [paul]       0.8.1claws66
6684
6685         * sync with 0.8.1cvs24
6686                 see ChangeLog 2002-08-16
6687
6688         * po/it.po
6689                 updated by Alessandro Maestri
6690
6691 2002-08-15 [paul]       0.8.1claws65
6692
6693         * po/sr.po
6694                 updated by Urke MMI
6695
6696 2002-08-15 [paul]       0.8.1claws64
6697
6698         * src/*.c
6699                 don't translate debug info
6700
6701         * src/matcher.[ch]
6702                 add copyright info
6703
6704 2002-08-15 [paul]       0.8.1claws63
6705
6706         * src/prefs_toolbar.c
6707                 fix bug where clicking 'OK' creates an icon & text
6708                 toolbar regardless of prefs
6709
6710 2002-08-14 [alfons]     0.8.1claws62
6711
6712         * src/main.c
6713                 add global var that has the full argv[0]
6714         * src/crash.c
6715                 o execvp the correct sylpheed by using argv0
6716                   and setting the correct work dir
6717                 o other tweaks  
6718
6719 2002-08-14 [oliver]     0.8.1claws61
6720         
6721         * enable/disable Toolbar Action Buttons 
6722         * code cleanups
6723         * src/mainwindow.c
6724         * src/toolbar.[ch]      
6725         * src/prefs_toolbar.c   
6726
6727 2002-08-14 [melvin]     0.8.1claws60
6728
6729         * po/fr.po
6730                 Updated French translations
6731
6732 2002-08-14 [melvin]     0.8.1claws59
6733
6734         * src/crash.c
6735                 Made bug report not translatable
6736         * src/exporthtml.c
6737                 Fixed exporthtml_build_filespec() return value
6738         * src/foldersel.c
6739                 Fixed incorrect include file
6740         * src/gtkspell.c
6741         * src/prefs_actions.c
6742         * src/prefs_toolbar.c
6743                 Made debug info not translatable
6744         * src/mutt.c
6745         * src/quote_fmt.c
6746                 Added missing includes
6747         * src/prefs_common.c
6748                 Fixed typo
6749
6750 2002-08-14 [paul]       0.8.1claws58
6751
6752         * faq/es/sylpheed-faq.html
6753           faq/es/sylpheed-faq-[1-3].html
6754           faq/es/sylpheed-faq-4.html     **NEW FILE **
6755                 update Spanish FAQ
6756
6757 2002-08-13 [christoph]  0.8.1claws57
6758
6759         * src/procmsg.c
6760                 ignore thread fix that did not mark all
6761                 child nodes of a ignored thread as
6762                 ignored. Does not work perfectly yet,
6763                 but it is better now
6764
6765 2002-08-13 [alfons]     0.8.1claws56
6766
6767         * src/crash.c
6768                 o implement 'save crash log'
6769                 o some tweaks
6770
6771 2002-08-13 [melvin]     0.8.1claws55
6772
6773         * src/main.c
6774                 removed unrequired "execinfo.h" header
6775
6776 2002-08-12 [paul]       0.8.1claws54
6777
6778         * faq/en/sylpheed-faq.html
6779           faq/en/sylpheed-faq-[1-3].html
6780           faq/en/sylpheed-faq-4.html     **NEW FILE **
6781                 update English FAQ
6782
6783 2002-08-12 [alfons]     0.8.1claws53
6784
6785         * po/POTFILES.in
6786                 add crash.c to translatables
6787         * src/crash.c
6788                 bring in Leandro's crash dialog
6789
6790 2002-08-11 [alfons]     0.8.1claws52
6791
6792         * src/crash.c
6793                 clean up some warnings
6794
6795 2002-08-11 [alfons]     0.8.1claws51
6796
6797         * acconfig.h
6798         * configure.in
6799         * src/crash.[ch]        ** NEW FILES **
6800         * src/main.c            
6801                 initial gdb crash handler
6802
6803 2002-08-11 [paul]       0.8.1claws50
6804
6805         * src/prefs_toolbar.c
6806                 replace Up/Down arrow pixmaps with text to be
6807                 consistent across icon themes
6808
6809 2002-08-11 [paul]       0.8.1claws49
6810
6811         * src/prefs_common.c
6812           src/prefs_toolbar.c
6813                 rename 'Pixmap' -> 'Icon'
6814
6815         * src/toolbar.[ch]
6816                 rename  'A_SEND_QUEUD' -> 'A_SEND_QUEUED'
6817
6818 2002-08-10 [paul]       0.8.1claws48
6819
6820         * src/prefs_toolbar.c
6821                 re-work the UI
6822
6823 2002-08-10 [paul]       0.8.1claws47
6824
6825         * src/main.c
6826                 don't write Processing progress to status bar
6827                 patch submitted by Alexander Evseev
6828
6829         * src/prefs_toolbar.c
6830                 re-position and resize window
6831                 make window assume correct size on first call
6832
6833 2002-08-10 [paul]       0.8.1claws46
6834
6835         * src/mainwindow.c
6836           src/prefs_toolbar.c
6837           src/toolbar.c
6838           src/toolbar.h
6839                 obey coding style
6840                 follow UI text conventions
6841
6842 2002-08-10 [alfons]     0.8.1claws45
6843
6844         * src/toolbar.c
6845                 correct pixmap for delete action
6846
6847 2002-08-10 [paul]       0.8.1claws44
6848
6849         * po/pt_BR.po
6850                 updated by Fabio Jr. Beneditto
6851
6852 2002-08-10 [paul]       0.8.1claws43
6853
6854         * po/POTFILES.in
6855                 add custom toolbar files
6856
6857 2002-08-10 [paul]       0.8.1claws42
6858
6859         * sync with 0.8.1cvs22
6860                 see ChangeLog 2002-08-09
6861
6862 2002-08-09 [paul]       0.8.1claws41
6863
6864         * tools/Makefile.am
6865           tools/README
6866           tools/outlook2sylpheed.pl     ** NEW FILE **
6867                 add script to convert exported Outlook
6868                 contacts list to a Sylpheed addressbook.
6869                 Submitted by Ricardo Mones Lastra.
6870
6871 2002-08-09 [paul]       0.8.1claws40
6872
6873         * AUTHORS
6874           configure.in
6875           po/sr.po      ** NEW FILE **
6876                 add Serbian message catalog. Submitted by
6877                 Urosevic Aleksandar aka Urke MMI <urke-kg@eunet.yu>             
6878
6879 2002-08-09 [paul]       0.8.1claws39
6880
6881         * sync with 0.8.1cvs21
6882                 see ChangeLog 2002-08-08
6883
6884 2002-08-08 [oliver]     0.8.1claws38
6885
6886         * src/mainwindow.c
6887                 move Custom Toolbar to Configuration menu
6888
6889 2002-08-08 [oliver]     0.8.1claws37
6890
6891         * src/prefs_toolbar.c
6892                 fix substitute pixmap bug
6893
6894 2002-08-08 [paul]       0.8.1claws36
6895
6896         * sync with 0.8.1cvs19
6897                 see ChangeLog 2002-08-08
6898
6899 2002-08-07 [christoph]  0.8.1claws35
6900
6901         * src/utils.c
6902                 fixed a memory leak in new canonicalize_file_replace
6903
6904 2002-08-07 [christoph]  0.8.1claws34
6905
6906         * src/utils.[ch]
6907                 o canonicalize_file_replace should create the temporary
6908                   file in the same directory as the original file.
6909                 o added get_tmpfile_in_dir that creates a temorary file
6910                   in a specified directory.
6911
6912 2002-08-07 [melvin]     0.8.1claws33
6913
6914         * src/toolbar.c
6915                 fixed bug where 'Article' button acted as 'Email' button.
6916
6917 2002-08-07 [paul]       0.8.1claws32
6918
6919         * sync with 0.8.1.cvs17
6920                 see ChangeLog 2002-08-07
6921
6922 2002-08-07 [colin]      0.8.1claws31
6923         
6924         * src/news.c
6925                 fix mass-cancel problem
6926
6927 2002-08-07 [thorsten]   0.8.1claws30
6928
6929         * src/prefs_toolbar.c
6930                 fix: crash on replace or add new button
6931         * src/toolbar.c
6932                 fix: close xmlfile after reading
6933         * src/utils.c
6934                 fix: unlink() file before rename()
6935
6936 2002-08-06 [paul]       0.8.1claws29
6937
6938         * sync with 0.8.cvs15
6939                 see ChangeLog 2002-08-06
6940
6941 2002-08-06 [oliver]     0.8.1claws28
6942
6943         * src/toolbar.c
6944         * src/prefs_toolbar.c
6945                 fixed empty toolbar issue
6946
6947 2002-08-06 [oliver]     0.8.1claws27
6948
6949         * Custom Toolbar Final 
6950         * src/folderview.c
6951         * src/inc.c
6952         * src/summaryview.c
6953                 o toolbar stuff now lives in src/toolbar.[ch]
6954                 o main_window_toolbar_* functions are renamed to
6955                   toolbar_* reflecting their new source file
6956         * src/mainwindow.[ch]
6957                 o remove toolbar stuff  
6958
6959 2002-08-06 [oliver]     0.8.1claws26
6960         
6961         * src/Makefile.am
6962         * src/prefs_toolbar.[ch]        **New File**
6963         * src/toolbar.[ch]              **New File**
6964                 o prefs_toolbar.[ch] custom toolbar frontend
6965                 o toolbar.[ch]       backend 
6966
6967 2002-08-06 [oliver]     0.8.1claws25
6968
6969         * src/prefs_actions.[ch]
6970                 o new exported function actions_execute
6971
6972 2002-08-06 [paul]       0.8.1claws24
6973
6974         * sync with 0.8.1cvs4
6975                 see ChangeLog 2002-08-06
6976
6977 2002-08-06 [paul]       0.8.1claws23
6978
6979         * sync with 0.8.1cvs13
6980                 see ChangeLog 2002-08-06
6981
6982 2002-08-06 [paul]       0.8.1claws22
6983
6984         * sync with 0.8.1cvs12
6985                 see ChangeLog 2002-08-05 and 2002-08-06
6986
6987 2002-08-06 [match]      0.8.1claws21
6988
6989         * src/addrclip.c
6990                 improvements to cut/copy/paste address
6991
6992 2002-08-05 [match]      0.8.1claws20
6993
6994         * src/addritem.[ch]
6995         * src/addrcache.c
6996         * src/addrbook.c
6997         * src/editaddress.c
6998         * src/addressbook.c
6999                 fixes to improve cut/copy/paste
7000
7001 2002-08-06 [melvin]     0.8.1claws19
7002
7003         * src/account.[ch]
7004                 account_find_all_from_address(): new function that returns the
7005                 list of all accounts that are matched in an address.
7006         * src/alertpanel.[ch]
7007                 alertpanel() now accepts a custom widget
7008                 alertpanel_with_widget(): new function that pops up a panel with
7009                 a custom widget in it 
7010         * src/gtkutils.[ch]
7011                 gtkut_account_menu_new(): new function that allows the selection
7012                 of an account from a list of accounts.
7013         * src/messageview.c
7014                 Extended Return Receipt notification to select the correct 
7015                 account and to make a security test on the Delivery-Notification
7016                 address which should be the same as the Return-Path.
7017
7018 2002-08-06 [thorsten]   0.8.1claws18
7019
7020         * src/mimeview.c
7021                 attach_all: save unnamed as "noname.%d",
7022                 dont free static dirname
7023
7024 2002-08-05 [alfons]     0.8.1claws17
7025
7026         * configure.in
7027                 detect XIM by trying to link rather than compile a XIM program
7028
7029 2002-08-05 [oliver]     0.8.1claws16
7030                 
7031         * src/stock_pixmap.[ch]
7032                 o add UP_ARROW to available pixmaps (already in pixmap-directory)
7033                 o new func to retrieve pixmaps
7034
7035 2002-08-05 [paul]       0.8.1claws15
7036
7037         * sync with 0.8.1cvs10
7038                 see ChangeLog 2002-08-05
7039
7040 2002-08-04 [alfons]     0.8.1claws14
7041
7042         * src/textview.c
7043                 see if this plugs memleak
7044
7045 2002-08-04 [melvin]     0.8.1claws13
7046
7047         * src/gtkspell.c
7048                 fixed bug that could crash Sylpheed when highlighting
7049                 all misspelled words.
7050
7051 2002-08-03 [melvin]     0.8.1claws12
7052
7053         * src/prefs_actions.c
7054                 removed unnecessary checks for NULL introduced in 0.8.1claws11.
7055         * src/messageview.c
7056                 fixed bug where the Return Receipt was sent to
7057                 Delivery-Notification-To address even if it was not present
7058
7059 2002-08-02 [alfons]     0.8.1claws11
7060
7061         * src/prefs_actions.c
7062                 o more check for NULLs
7063                 o put create_io_dialog() in right conditional block
7064
7065 2002-08-02 [paul]       0.8.1claws10
7066
7067         * po/es.po
7068                 updated by Ricardo Mones Lastra
7069
7070 2002-08-01 [christoph]  0.8.1claws9
7071
7072         * src/folder.c
7073                 don't free the cache of the opened
7074                 folder in the summaryview
7075         * src/summaryview.c
7076                 don't unset flags, if it is not required
7077
7078 2002-08-01 [paul]       0.8.1claws8
7079
7080         * sync with 0.8.1cvs8
7081                 see ChangeLog entry 2002-08-01
7082
7083 2002-08-01 [paul]       0.8.1claws7
7084
7085         * sync with 0.8.1cvs7
7086                 see ChangeLog 2002-07-31 and 2002-08-01
7087
7088 2002-07-31 [christoph]  0.8.1claws6
7089
7090         * src/mainwindow.c
7091                 forgot to update menu sensitivity
7092                 function for new menu entry
7093
7094 2002-07-31 [alfons]     0.8.1claws5
7095
7096         * src/main.c
7097                 check folder item and its path for NULL on
7098                 initial processing
7099
7100 2002-07-31 [christoph]  0.8.1claws4
7101
7102         * src/folder.c
7103                 check if folder_item_get_msginfo in
7104                 folder_item_remove_msg returned NULL
7105         * src/imap.c
7106                 better clear the uid cache in the
7107                 uid validity check function and delete
7108                 cached messages
7109
7110 2002-07-31 [paul]       0.8.1claws3
7111
7112         * man/sylpheed.1
7113                 add the '--attach' option and a few other
7114                 minor changes
7115
7116 2002-07-31 [paul]       0.8.1claws2
7117
7118         * sync with 0.8.1cvs5
7119                 see ChangeLog 2002-07-31
7120
7121 2002-07-31 [christoph]  0.8.1claws1
7122
7123         * src/folderview.[ch]
7124         * src/mainwindow.c
7125                 replace "Rescan all folders..." with
7126                 "Check all folders for new messages..."
7127
7128 2002-07-30 [paul]       0.8.1claws
7129
7130         * version 0.8.1claws released
7131
7132 2002-07-30 [paul]       0.8.0claws29
7133
7134         * tools/OOo2sylpheed.pl ** NEW FILE **
7135           tools/README
7136                 add script to enable sending documents as
7137                 attachments from OpenOffice.org
7138
7139 2002-07-30 [melvin]     0.8.0claws28
7140
7141         * src/prefs_actions.c
7142                 Made the actions' input/output dialog display
7143                 without delay.
7144
7145 2002-07-30 [christoph]  0.8.0claws27
7146
7147         * src/procmsg.c
7148                 check if folder_item_get_msginfo in
7149                 procmsg_save_to_outbox returned NULL
7150
7151 2002-07-30 [paul]       0.8.0claws26
7152
7153         * sync with 0.8.1cvs4
7154                 see ChangeLog 2002-07-29
7155
7156 2002-07-29 [thorsten]   0.8.0claws25
7157
7158         * README.claws
7159                 added selective download, delete on server
7160
7161 2002-07-29 [paul]       0.8.0claws24
7162
7163         * sync with 0.8.1cvs3
7164                 see ChangeLog 2002-07-29
7165
7166 2002-07-27 [christoph]  0.8.0claws23
7167
7168         * src/folder.c
7169                 add extra check if fetching the msginfo
7170                 returned NULL
7171
7172 2002-07-27 [paul]       0.8.0claws22
7173
7174         * sync with 0.8.1cvs2
7175                 see ChangeLog 2002-07-26
7176
7177 2002-07-27 [christoph]  0.8.0claws21
7178
7179         * src/imap.c
7180                 add another check if a valid msginfo
7181                 was returned
7182
7183 2002-07-26 [hoa]        0.8.0claws20
7184
7185         * src/folder.c
7186                 Fixed a condition in folder_item_destroy()
7187
7188         * src/imap.c
7189                 Fixed an error in IMAP protocol
7190
7191 2002-07-26 [alfons]     0.8.0claws19
7192
7193         * src/folder.c
7194                 ofcourse compare with identifier, not the path
7195
7196 2002-07-26 [alfons]     0.8.0claws18
7197
7198         * src/folder.c
7199                 use folder item identifier for saving / restoring
7200                 preferences because folder->path might not be unique
7201
7202 2002-07-26 [melvin]     0.8.0claws17
7203
7204         * src/logwindow.c
7205                 Fixed a crash introduced in 0.8.0claws5 when log is 
7206                 cut under 80 characters.
7207
7208 2002-07-26 [paul]       0.8.0claws16
7209
7210         * sync with 0.8.1cvs1
7211                 see ChangeLog 2002-07-26
7212
7213 2002-07-26 [christoph]  0.8.0claws15
7214
7215         * src/imap.[ch]
7216                 imap folder now remembers the last selected
7217                 folder and imap_fetch_msginfo skips selecting
7218                 the folder if it is already selected
7219
7220 2002-07-26 [christoph]  0.8.0claws14
7221
7222         * src/folder.c
7223         * src/folderview.c
7224         * src/imap.c
7225                 fix imap folder rescanning
7226
7227 2002-07-25 [christoph]  0.8.0claws13
7228
7229         * src/filter.c
7230         * src/folder.[ch]
7231         * src/folderview.c
7232         * src/imap.[ch]
7233         * src/mainwindow.c
7234         * src/mbox_folder.c
7235         * src/mh.c
7236         * src/news.c
7237                 implement imap uid cache and uid validity check
7238
7239 2002-07-25 [alfons]     0.8.0claws12
7240
7241         * src/summaryview.c
7242                 fix a brown paper bag bug, and also add some more
7243                 checks
7244
7245 2002-07-25 [christoph]  0.8.0claws11
7246
7247         * src/folder.c
7248                 don't mix copy, fetch_msginfo and remove
7249                 operations in folder item copy and move
7250                 operations
7251
7252 2002-07-25 [christoph]  0.8.0claws10
7253
7254         * src/folderview.c
7255         * src/mainwindow.c
7256         * src/prefs_folder_item.c
7257         * src/summaryview.[ch]
7258                 remove no longer required parameter update_cache from
7259                 summary_show
7260
7261 2002-07-25 [paul]       0.8.0claws9
7262
7263         * sync with 0.8.1
7264         
7265         * AUTHORS
7266                 a few corrections
7267
7268 2002-07-24 [alfons]     0.8.0claws8
7269
7270         * src/summaryview.c
7271                 sort correctly when using simplified subject line
7272                 (closes feature request "[ 585141 ] applying regexp to subject 
7273                 before sort" submitted by Alexandra Walford)
7274
7275 2002-07-24 [paul]       0.8.0claws7
7276
7277         * sync with 0.8.0cvs3
7278                 see ChangeLog 2002-07-24
7279
7280 2002-07-23 [christoph]  0.8.0claws6
7281
7282         * src/folder.c
7283         * src/folder.h
7284         * src/summaryview.c
7285         * src/summaryview.h
7286         * src/main.c
7287                 o separate processing and summaryview
7288                 o removed summary_write_cache from summaryview
7289                 o removed summaryview->killed_messages, because we don't have
7290                   to keep a list of killed messages anymore. New cache will
7291                   keep the hidden messages in cache anyway
7292         * src/folderview.c
7293         * src/inc.c
7294         * src/selective_download.c
7295                 o removed unnecessary summary_write_cache calls
7296         * src/procmsg.c
7297                 o don't set ignore thread flag in procmsg_get_thread_tree
7298                   if it is already set
7299         * src/mainwindow.c
7300         * src/statusbar.h
7301                 o moved STATUSBAR_PUSH/POP to statusbar.h because
7302                   they are used in different files
7303
7304 2002-07-23 [melvin]     0.8.0claws5
7305
7306         * src/addressbook.c
7307         * src/addrgather.c
7308         * src/editaddress.c
7309         * src/editgroup.c
7310         * src/editldap_basedn.c
7311         * src/importldif.c
7312         * src/prefs_common.c
7313                 Fixed few memory leak (gtk_editable_get_chars returns
7314                 an allocated string)
7315         * src/logwindow.c
7316                 Fixed few memory leak (gtk_editable_get_chars returns
7317                 an allocated string) and modified a little the log cutting
7318                 loop.
7319         * src/compose.c
7320                 Replaced a call to an obsolete function gtk_entry_get_text()
7321                 by gtk_editable_get_chars()
7322         * src/send.c
7323                 Removed a debug printf
7324
7325 2002-07-23 [christoph]  0.8.0claws4
7326
7327         * src/filesel.c
7328                 fix another g_dirname memory leak
7329
7330 2002-07-23 [christoph]  0.8.0claws3
7331
7332         * src/mh.c
7333                 fixed a memory leak in mh_fetch_msginfo
7334                 fixed crash when message header could not be
7335                 parsed
7336
7337 2002-07-23 [paul]       0.8.0claws2
7338
7339         * sync with 0.8.0cvs2
7340                 see ChangeLog 2002-07-23
7341
7342 2002-07-23 [paul]       0.8.0claws1
7343
7344         * sync with 0.8.0cvs1
7345                 see ChangeLog 2002-07-23
7346
7347 2002-07-23 [paul]       0.8.0claws
7348
7349         * release of 0.8.0claws
7350
7351 2002-07-23 [paul]       0.7.8claws99
7352
7353         * po/ru.po
7354                 new Russian translation, submitted by
7355                 Botalov Vyacheslav <botalov_v@upr.uralkaly.ru>
7356
7357 2002-07-22 [jens]       0.7.8claws98
7358
7359         * po/de.po
7360                 Updated German translations.
7361
7362 2002-07-22 [paul]       0.7.8claws97
7363
7364         * po/es.po
7365           po/it.po
7366           po/nl.po
7367           po/pt_BR.po
7368                 updated translations by Ricardo Mones Lastra,
7369                 Alessandro Maestri, Wilbert Berendsen and 
7370                 Fabio Jr. Beneditto respectively
7371
7372 2002-07-22 [christoph]  0.7.8claws96
7373
7374         * src/mimeview.c
7375                 fix memory leak caused by wrong g_dirname usage
7376
7377 2002-07-22 [christoph]  0.7.8claws95
7378
7379         * src/summaryview.c
7380                 update new and unread message counts for summaryview
7381                 summaryview does not get it from the folder anymore
7382                 and has to update the values itself
7383
7384 2002-07-22 [melvin]     0.7.8claws94
7385
7386         * po/fr.po
7387                 Updated French translations.
7388
7389 2002-07-22 [christoph]  0.7.8claws93
7390
7391         * src/matcher.c
7392                 set prop->preg pointer to NULL or following check
7393                 will not fail and regexec will be called with
7394                 invalid pointer
7395
7396 2002-07-21 [alfons]     0.7.8claws92
7397         
7398         * src/prefs_common.[ch]
7399                 remove option "Send return receipt on request"
7400
7401 2002-07-21 [thorsten]   0.7.8claws91
7402
7403         * src/mimeview.c
7404                 fixed memleaks, coding style as pointed out by alfons
7405
7406 2002-07-21 [alfons]     0.7.8claws90
7407
7408         * src/messageview.c
7409         * src/noticeview.[ch]
7410                 o fix bug notice view being displayed when going to empty folder 
7411                   (noticed by Christoph)
7412                 o allow RRR to be sent when restarting sylpheed, or changing folder 
7413                   (noticed by Thorsten)
7414
7415 2002-07-21 [thorsten]   0.7.8claws89
7416
7417         * src/mimeview.c
7418                 Included save_all patch from Xaview FACQ
7419                 added support for pathnames
7420
7421 2002-07-21 [alfons]     0.7.8claws88
7422
7423         * po/POTFILES.in
7424         * src/Makefile.am
7425         * src/mainwindow.c
7426         * src/messageview.[ch]
7427         * src/noticeview.c      ** NEW FILE **
7428         * src/noticeview.h      ** NEW FILE **
7429                 make return receipts work again
7430                 (UI idea by Leandro Pereira)
7431
7432 2002-07-21 [paul]       0.7.8claws87
7433
7434         * src/summaryview.c
7435                 fix sensitivity of 'Select thread'
7436
7437 2002-07-21 [paul]       0.7.8claws86
7438
7439         * src/prefs_common.c
7440                 add browser command line for Galeon
7441
7442 2002-07-21 [paul]       0.7.8claws85
7443
7444         * Makefile.am
7445                 fix 'EXTRA_DIST': remove README.README, add TODO
7446                 and TODO.claws
7447
7448 2002-07-21 [alfons]     0.7.8claws84
7449
7450         * src/gtkstext.c
7451                 make enter clear selection
7452                 (closes "[ 579888 ] Editor selection/entry error"
7453                 reported by Steve Lamb)
7454
7455 2002-07-21 [alfons]     0.7.8claws83
7456         
7457         * src/summaryview.c
7458                 sort message list when selecting unthread messages
7459                 (closes "[ 501593 ] switching threaded view doesn't sort"
7460                 reported by Simon Schubert)
7461
7462 2002-07-20 [alfons]     0.7.8claws82
7463         
7464         * src/matcher.c
7465                 const-correctness
7466
7467 2002-07-20 [thorsten]   0.7.8claws81
7468
7469         * src/matcher.c
7470                 Fixed expansion of empty fields in matchactions
7471
7472 2002-07-19 [melvin]     0.7.8claws80
7473
7474         * src/gtkspell.c
7475                 Removed a duplicate menu entry (fast mode) introduced during
7476                 the new cache merge
7477                 Added a menu separator between 'Use alternate' and 'Fast mode'
7478
7479 2002-07-19 [paul]       0.7.8claws79
7480
7481         * tools/Makefile.am
7482           tools/README
7483                 correct typos
7484
7485 2002-07-19 [thorsten]   0.7.8claws78
7486
7487         * tools/calypso_convert.pl      ** NEW FILE **
7488           tools/README
7489           tools/Makefile.am
7490                 script to import mbox files exported
7491                 by calypso
7492                 o generates folder structure
7493                 o includes attachments
7494
7495 2002-07-19 [melvin]     0.7.8claws77
7496
7497         * src/selective_download.[ch]
7498                 Fixed bug where closing the dialog with the window manager's
7499                 close button will not unlock the summary
7500                 Corrected some function declarations that missed a return value
7501                 Made the source code comply better with coding style.
7502         * src/prefs_common.c
7503                 Added new browser command line for Mozilla.
7504
7505 2002-07-18 [paul]       0.7.8claws76
7506
7507         * src/mainwindow.c
7508           src/selective_download.[ch]
7509                 reflect theme changes, fix Gdk Warning when creating 
7510                 pixmap from NULL window, and minor clean up.
7511                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
7512
7513         * po/en_GB.po
7514                 updated
7515
7516 2002-07-17 [paul]       0.7.8claws75
7517
7518         * INSTALL[.jp]
7519                 sync with 0.8.0
7520         
7521         * po/en_GB.po
7522                 updated
7523
7524 2002-07-16 [paul]       0.7.8claws74
7525
7526         * tools/filter_conv.pl
7527           tools/README
7528                 replace conversion script with reimplemented version, 
7529                 submitted by Torsten Schoenfeld <kaffeetisch@web.de>
7530
7531 2002-07-16 [colin]      0.7.8claws73
7532
7533         * src/summaryview.c
7534                 remove forgotten debug messages - sorry ;-)
7535
7536 2002-07-16 [colin]      0.7.8claws72
7537
7538         * src/mimeview.c
7539           src/summaryview.c
7540           src/textview.c
7541           src/textview.h
7542                 add the ability to select part of a text mime-part 
7543                 to reply.
7544
7545 2002-07-15 [christoph]  0.7.8claws71
7546
7547         * src/folder.c
7548                 fix folder message count for folders without
7549                 msg_is_changed (includes news folders)
7550
7551 2002-07-15 [martin]     0.7.8claws70
7552
7553         * src/summaryview.c
7554                 option "display recipient on 'From'..." now works
7555                 without the need of enabling the option
7556                 "display  sender  using  address  book".
7557
7558 2002-07-15 [christoph]  0.7.8claws69
7559
7560         * src/summaryview.c
7561                 removed setting folder status from summaryview.
7562                 folder.c should update all message counts correctly.
7563
7564 2002-07-15 [paul]       0.7.8claws68
7565
7566         * po/pt_BR.po
7567                 updated by Fabio Junior Beneditto
7568
7569 2002-07-15 [darko]      0.7.8claws67
7570
7571         * src/mh.c
7572                 Fixed target folder colorization, don't decrease op
7573                 number twice
7574
7575 2002-07-14 [paul]       0.7.8claws66
7576
7577         * sync with main 0.8.0
7578                 see ChangeLog 2002-07-14
7579
7580 2002-07-13 [melvin]     0.7.8claws65
7581         
7582         * src/addrbook.c
7583         * src/addressbook.c
7584         * src/addrindex.c
7585                 Replaced sprintf by g_snprintf to prevent possible buffer
7586                 overflow.
7587         * src/news.c
7588                 Corrected a log message output format.
7589                 Added a missing "done" debug output.
7590         * src/compose.c
7591                 Added keyboard accelerator for Priority menu items
7592                 Added missing \n in debug output
7593         * src/logwindow.c
7594         * src/gtkspell.c
7595         * src/rfc2015.c
7596                 Added missing \n in debug output
7597
7598 2002-07-13 [paul]       0.7.8claws64
7599
7600         * man/sylpheed.1
7601                 change Sergey's email address to the sf address
7602
7603         * src/textview.c
7604                 increase show_url_timeout (more useful for long
7605                 urls)
7606
7607 2002-07-12 [sergey]     0.7.8claws63
7608
7609         * src/rfc2015.c
7610                 applied (with some modifications) patch to set the
7611                 micalg parameter for signatures
7612                 (2001-08-28 Werner Koch <wk@gnupg.org>)
7613
7614 2002-07-12 [sergey]     0.7.8claws62
7615
7616         * man/Makefile.am
7617         * configure.in
7618                 fixed man page installation
7619
7620 2002-07-12 [paul]       0.7.8claws61
7621
7622         * sync with 0.7.8cvs26
7623                 see ChangeLog 2002-07-11 and 2002-07-12
7624
7625 2002-07-11 [christoph]  0.7.8claws60
7626
7627         * src/compose.c
7628         * src/procmsg.c
7629                 first use the message number to find the message
7630                 to mark with a reply flag but check the
7631                 message-id if we got the correct message, if not
7632                 try to find it by message-id.
7633                 use new string seperator that is not allowed
7634                 in message-ids.
7635
7636 2002-07-11 [paul]       0.7.8claws59
7637
7638         * sync with 0.7.8cvs23
7639                 see ChangeLog 2002-07-10
7640
7641 2002-07-10 [christoph]  0.7.8claws58
7642
7643         * src/folder.[ch]
7644         * src/msgcache.[ch]
7645                 Added message-id table to the cache in memory
7646                 and functions to msgcache.c and folder.c to
7647                 fetch MsgInfos by message id
7648         * src/compose.c
7649         * src/procmsg.c
7650                 store folder and message-id of message replying
7651                 to in queue header and set reply flag after sending
7652                 (Closes bug #469498)
7653
7654 2002-07-10 [paul]       0.7.8claws57
7655
7656         * AUTHORS
7657           man/sylpheed.1.gz
7658                 add Martin to the list of authors
7659
7660 2002-07-09 [martin]     0.7.8claws56
7661         * src/gtksctree.c
7662                 Added gtk_ctree_last_visible(), tree_update_level(),
7663                 gtk_ctree_link(), gtk_ctree_unlink(), real_sort_list(),
7664                 tree_sort(), gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
7665                 from gtk+ to gtksctree.c for the new sorting code
7666                 Renamed gtk_ctree_sort_recusive() to gtk_sctree_sort_recursive
7667                 Renamed gtk_ctree_sort_node() to gtk_sctree_sort_node
7668         * src/gtksctree.h
7669                 Added declaration for gtk_sctree_sort_recursive() and
7670                 gtk_sctree_sort_node
7671         * src/addressbook.c
7672         * src/foldersel.c
7673         * src/folderview.c
7674         * src/summaryview.c
7675                 changed calls from gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
7676                 to gtk_sctree_sort_recursive() and gtk_sctree_sort_node()
7677
7678 2002-07-08 [paul]       0.7.8claws55
7679
7680         * more sync with 0.7.8cvs21
7681                 see ChangeLog 2002-07-08
7682
7683 2002-07-08 [paul]       0.7.8claws54
7684
7685         * sync with 0.7.8cvs21
7686                 see ChangeLog 2002-07-08
7687
7688 2002-07-07 [alfons]     0.7.8claws53
7689
7690         * src/Makefile.am
7691         * src/stock_pixmap.[ch]
7692         * src/pixmaps/notice_warn.xpm   ** NEW FILE **
7693         * src/pixmaps/notice_error.xpm  ** NEW FILE **
7694         * src/pixmaps/notice_note.xpm   ** NEW FILE **
7695                 add new pixmaps for upcoming notice pane
7696
7697 2002-07-06 [melvin]     0.7.8claws52
7698
7699         * src/gtkspell.[ch]
7700                 Made them a bit closer to Sylpheed's coding style.
7701                 Removed old code.
7702                 Removed possible memory leaks when some errors occurs.
7703
7704 2002-07-06 [melvin]     0.7.8claws51
7705
7706         * po/Makefile.in.in
7707                 Removed --no-location in xgettext command line to help
7708                 translators that use Emacs' po-mode
7709         * src/quote_fmt.c
7710                 Removed unnecessary comments that messed up sylpheed.pot
7711
7712 2002-07-06 [paul]       0.7.8claws50
7713
7714         * sync with 0.7.8cvs19
7715                 see ChangeLog 2002-07-05
7716
7717 2002-07-06 [christoph]  0.7.8claws49
7718
7719         * src/folder.c
7720         * src/mainwindow.c
7721                 fix folder_item_remove_all_msg and folderview
7722                 status for trash folders after emptying trash
7723
7724 2002-07-05 [paul]       0.7.8claws48
7725
7726         * sync with 0.7.8cvs16
7727                 see ChangeLog 2002-07-04 and 2002-07-05
7728
7729 2002-07-04 [paul]       0.7.8claws47
7730
7731         * sync with 0.7.8cvs14
7732                 see  ChangeLog 2002-07-04
7733
7734 2002-07-03 [alfons]     0.7.8claws46
7735
7736         * src/folder.c
7737                 dupe folder item's path because it's being reallocated
7738                 by new folder scanning code
7739
7740 2002-07-03 [christoph]  0.7.8claws45
7741
7742         * src/imap.c
7743                 better IMAP uid fetching using 'FETCH 1:* (UID)'
7744         * src/msgcache.c
7745                 add missing return in msgcache_write
7746
7747 2002-07-02 [thorsten]   0.7.8claws44
7748
7749         * src/jpilot.c
7750         * src/msgcache.c
7751         * src/rfc2015.c
7752                 use binary mode for file access
7753
7754 2002-07-02 [christoph]  0.7.8claws43
7755
7756         * major code cleanup (part 1)
7757         
7758                 - unused variables removed
7759                 - unused functions removed
7760                 - uninitialized variables checked
7761                 - missing return statements added
7762                 - missing function return types added
7763                 - added parentheses around assignment and
7764                   && in || when suggested by gcc
7765               
7766         * src/mh.c
7767         * src/folder.c
7768                 replaced direct calls to folder->scan_tree
7769                 with folder_scan_tree and restore folder
7770                 prefs in this function. The folder should
7771                 not have to deal with them.
7772                 ( Should now work for all folder types )
7773
7774 2002-07-02 [paul]       0.7.8claws42
7775
7776         * sync with 0.7.8cvs13
7777                 see ChangeLog 2002-07-01 and 2002-07-02
7778
7779 2002-07-01 [christoph]  0.7.8claws41
7780
7781         * src/summaryview.c
7782                 fix "goto next/prev unread message" with
7783                 ignored threads
7784
7785 2002-07-01 [paul]       0.7.8claws40
7786
7787         * po/es.po
7788                 updated by Ricardo Mones Lastra
7789
7790 2002-06-30 [match]      0.7.8claws39
7791
7792         * src/jpilot.c
7793                 applied variation of leonerd's patch (566661) to
7794                 allow multiple email addresses per JPilot entry.
7795                 addresses may be separated by space, comma, pipe,
7796                 semi-colon, new-line.
7797
7798 2002-06-30 [alfons]     0.7.8claws38
7799
7800         * src/procmsg.c
7801                 simple fix for putting older nodes before
7802                 newer nodes when threading by subject
7803
7804 2002-06-30 [christoph]  0.7.8claws37
7805
7806         * src/folder.c
7807         * src/folderview.c
7808         * src/mh.c
7809         * src/news.c
7810         * src/procmsg.c
7811                 fix broken folder tree rescaning
7812                 and don't use procmsg_get_mark_sum
7813                 anymore
7814
7815 2002-06-30 [christoph]  0.7.8claws36
7816
7817         * merge new cache branch
7818         * src/imap.c
7819                 fix new cache imap copy bug
7820         * src/folder.c
7821                 improved folder_item_scan
7822                 it should now always set the correct
7823                 new, unread and total message counts
7824
7825 2002-06-29 [paul]       0.7.8claws35
7826
7827         * configure.in
7828                 correct syntax error
7829
7830 2002-06-29 [paul]       0.7.8claws34
7831
7832         * configure.in
7833           Makefile.am
7834           man/Makefile.am       ** NEW FILE **
7835           man/sylpheed.1.gz     ** NEW FILE **
7836                 add Sylpheed man page
7837
7838 2002-06-29 [paul]       0.7.8claws33
7839
7840         * po/pt_BR.po
7841                 updated by Fabio Junior Beneditto
7842
7843 2002-06-28 [jens]       0.7.8claws32
7844
7845         * po/de.po
7846                 translation updated
7847
7848         * src/selective_download.c
7849                 removed gettext for space " "
7850
7851         * src/imap.c
7852                 removed wrong space
7853
7854 2002-06-28 [paul]       0.7.8claws31
7855
7856         * sync with 0.7.8cvs11
7857                 see ChangeLog 2002-06-28
7858
7859 2002-06-28 [paul]       0.7.8claws30
7860
7861         * sync with 0.7.8cvs10
7862                 see ChangeLog 2002-06-27 and 2002-06-28
7863
7864 2002-06-26 [paul]       0.7.8claws29
7865
7866         * src/addrgather.c
7867           src/selective_download.c
7868                 don't gettextise empty strings.
7869                 reserved by gettext. gettext("") returns 
7870                 the header entry with meta information, 
7871                 not the empty string
7872
7873         * po/en_GB.po
7874                 updated
7875
7876 2002-06-26 [paul]       0.7.8claws28
7877
7878         * sync with 0.7.8cvs7
7879                 see ChangeLog 2002-06-25
7880
7881         * src/prefs_common.c
7882                 ...and in the process, tweak the gui a little
7883
7884 2002-06-25 [alfons]     0.7.8claws27
7885         
7886         * configure.in
7887         * src/Makefile.am
7888                 fine tune ldap library detection
7889
7890 2002-06-25 [alfons]     0.7.8claws26
7891
7892         * src/compose.c
7893                 don't allow return receipts when composing a news article
7894
7895 2002-06-25 [paul]       0.7.8claws25
7896
7897         * Makefile.am
7898                 add '$(AMTAR)' to 'release' section to allow for
7899                 new and older autotools
7900
7901 2002-06-25 [paul]       0.7.8claws24
7902
7903         * src/summaryview.c
7904                 fix "No more unread messages" persistant pop-up
7905                 window bug
7906
7907 2002-06-25 [paul]       0.7.8claws23
7908
7909         * po/it.po
7910                 updated by Alessandro Maestri
7911
7912 2002-06-25 [paul]       0.7.8claws22
7913
7914         * sync with 0.7.8cvs6
7915                 see ChangeLog 2002-06-25
7916
7917 2002-06-24 [paul]       0.7.8claws21
7918
7919         * tools/update-po
7920                 add GPL copyright information
7921
7922 2002-06-24 [paul]       0.7.8claws20
7923
7924         * tools/Makefile.am
7925           tools/README
7926           tools/update-po       ** NEW FILE **
7927                 add script that eases the creation of *.po files
7928                 Submitted by Wilbert Berendsen <wilbert@oswf.org>
7929
7930 2002-06-23 [alfons]     0.7.8claws19
7931
7932         * src/messageview.c
7933                 make notification_convert_header obey const correctness
7934                 (next step will be fixing the broken return receipt)
7935
7936 2002-06-23 [paul]       0.7.8claws18
7937
7938         * src/messageview.c
7939                 fix bug introduced in last commit:
7940                 removed too much code in last commit - put back what's
7941                 needed
7942
7943 2002-06-23 [paul]       0.7.8claws17
7944
7945         * src/messageview.[ch]
7946                 remove code committed in error from locally patched
7947                 source
7948
7949 2002-06-23 [colin]      0.7.8claws16
7950
7951         * src/compose.[ch]
7952                 add compose_entry_select(), used to select the default_to
7953                 email address - hopefully avoiding people sending mails to
7954                 wrong recipients.
7955
7956 2002-06-22 [alfons]     0.7.8claws15
7957
7958         * AUTHORS
7959                 add Bram Metsch & Stanislav Karchebny
7960         * src/smtp.[ch]
7961         * src/prefs_account.[ch]
7962         * src/send.c
7963                 - apply and adapt Bram's patch which allows user to set SMTP AUTH 
7964                   options.  (see <http://sourceforge.net/tracker/index.php
7965                   ?func=detail&aid=566937&group_id=25528&atid=384600>);
7966
7967                 - merge Stanislav's fix to make SMTP AUTH work with qmail
7968                   (see <http://www.tmtm.org/cgi-bin/w3ml/msg.cgi?ml=sylpheed&id=14343>)
7969
7970 2002-06-22 [paul]       0.7.8claws14
7971
7972         * sync with 0.7.8cvs5
7973                 see ChangeLog 2002-06-19 and 2002-06-20
7974
7975 2002-06-22 [alfons]     0.7.8claws13
7976
7977         * src/selective_download.c
7978                 fix a stupid mistake I made
7979
7980 2002-06-22 [alfons]     0.7.8claws12
7981
7982         * src/selective_download.[ch]
7983                 fix another unnoticed leak; cleanup code
7984
7985 2002-06-21 [alfons]
7986
7987         * tools/Makefile.am
7988                 gpg-sign <-- gpg-sign-syl
7989
7990 2002-06-21 [alfons]     0.7.8claws11
7991
7992         * src/selective_download.c
7993         * src/selective_download.h
7994                 fix assorted mix of allocation errors (should solve
7995                 problem reported by Philippe Gramoullé, see:
7996                 http://sourceforge.net/mailarchive/forum.php?thread_id=828668&forum_id=2006)
7997
7998 2002-06-20 [melvin]     0.7.8claws10
7999
8000         * tools/gpg-sign *REMOVED*
8001           tools/gpg-sign-syl *ADDED*
8002                 Replaced the gpg clearsigning script with the version using
8003                 xterm instead of ssh-askpass and changed its name.
8004
8005         * README.claws
8006                 Updated actions example to reflect the renaming of the
8007                 gpg clearsigning script.
8008
8009 2002-06-19 [paul]       0.7.8claws9
8010
8011         * sync with 0.7.8claws9
8012                 see ChangeLog 2002-06-18 and 2002-06-19
8013
8014 2002-06-19 [paul]       0.7.8claws8
8015
8016         * sync with 0.7.8cvs1
8017                 see ChangeLog 2002-06-18
8018
8019 2002-06-18 [alfons]     0.7.8claws7
8020
8021         * src/mainwindow.h
8022                 add omitted prototype
8023
8024 2002-06-17 [paul]       0.7.8claws6
8025
8026         * src/mainwindow.c
8027                 fix hiding of exec_btn
8028
8029 2002-06-17 [paul]       0.7.8claws5
8030
8031         * src/pop.c
8032                 remove unneeded code: should_delete() 
8033                 and Pop3State::uidl_todelete_list
8034
8035 2002-06-17 [paul]       0.7.8claws4
8036
8037         * sync with 0.7.8
8038                 see ChangeLog 2002-06-11 and 2002-06-13
8039
8040 2002-06-16 [alfons]     0.7.8claws3
8041         
8042         * src/folder.c
8043                 make sure lock sort mode (claws specific) is
8044                 also persists after a tree rescan
8045
8046 2002-06-16 [alfons]     0.7.8claws2
8047
8048         * src/prefs_folder_item.c
8049         * src/folder.[ch]
8050                 fix persistence of folder sort mode (broken
8051                 by adapting Hiro's new folder persistence code)
8052
8053 2002-06-16 [alfons]     0.7.8claws1
8054
8055         * AUTHORS
8056         * src/logwindow.c
8057         * src/prefscommon.[ch]
8058                 control size of log text in log window; 
8059                 closes patch #569155 submitted by Mitko Haralanov.
8060
8061 2002-06-15 [paul]       0.7.8claws
8062
8063         * release of 0.7.8claws
8064
8065 2002-06-15 [paul]       0.7.7claws
8066
8067         * po/pt_BR.po
8068                 updated by Fabio Junior Beneditto
8069
8070 2002-06-14 [paul]       0.7.6claws49
8071
8072         * po/es.po
8073                 updated by Ricardo Mones Lastra
8074
8075 2002-06-14 [paul]       0.7.6claws48
8076
8077         * po/nl.po
8078                 updated translation by Wilbert Berendsen
8079
8080 2002-06-14 [melvin]     0.7.6claws47
8081
8082         * po/fr.po
8083                 Updated French translation
8084
8085 2002-06-13 [paul]       0.7.6claws46
8086
8087         * src/filesel.c
8088                 allow filename to be typed in, rather than just
8089                 selected by the mouse. Patch by Gustavo Noronha Silva.
8090
8091 2002-06-13 [alfons]     0.7.6claws45
8092
8093         * src/mainwindow.[ch]
8094                 more cleanups (removing unnecessary menu items Expand 
8095                 summary / message view)
8096
8097 2002-06-13 [melvin]     0.7.6claws44
8098
8099         * po/POTFILES.in
8100                 Added src/string_match.c
8101         * src/string_match.c
8102                 Fixed possible buffer overflow.
8103                 Corrected typo.
8104                 Added missing config.h header.
8105         * src/prefs_common.c
8106           src/prefs_matcher.c
8107           src/prefs_scoring.c
8108                 Made some strings translatable (missing _(..)).
8109
8110 2002-06-13 [melvin]     0.7.6claws43
8111
8112         * README.claws
8113                 Corrected action example (verifying clearsigned mail).
8114         * src/prefs_account.c
8115                 Corrected typo.
8116         * src/prefs_common.c
8117                 Removed incorrect line that generated a Gtk-CRITICAL msg.
8118
8119 2002-06-12 [alfons]     0.7.6claws42
8120
8121         * src/summaryview.c
8122                 add init of score column lost in 0.7.6claws42
8123
8124 2002-06-12 [paul]       0.7.6claws41
8125
8126         * src/prefs_account.c
8127                 CREATE_RADIO_BUTTONS(): fixed a typo and corrected the 
8128                 behavior of the radio buttons, (from 0.7.7cvs2)
8129
8130 2002-06-11 [alfons]     0.7.6claws40
8131
8132         * src/messageview.[ch]
8133         * src/summaryview.[ch]
8134         * src/summary_search.c
8135         * src/mainwindow.c
8136                 perform a sync to bring in Hiro's separate view implementation 
8137
8138                 (NOTE: may still be buggy; 0.7.6claws39 marked as LAST_STABLE)
8139
8140 2002-06-11 [paul]       0.7.6claws39
8141         
8142         * src/prefs_account.c
8143                 correct a typo on the Receive tab
8144
8145 2002-06-10 [match]      0.7.6claws38
8146
8147         * src/addressbook.c
8148                 Included address completion patch from Gustavo Noronha.
8149
8150 2002-06-10 [paul]       0.7.6claws37
8151
8152         * src/inc.[ch]
8153           src/pop.c
8154           src/prefs_account.[ch]
8155           src/selective_download.[ch]
8156                 apply PATCH #561712
8157                  NEW:
8158                 - check if POP Account
8159                 - Receive Button renamed to Preview
8160                 - Preview Button Popup: preview new/all messages
8161                 - Download Button
8162                 - Account Preferences-->Receive tab checkbutton if you
8163                   want to remove Mail after Download
8164                 -: default YES
8165                 - Account Preferences-->Receive tab checkbutton use
8166                   filtering rules on preview
8167                   (think of delete_on_server)
8168                 -: default YES
8169                 - Account selectable from SD dialog
8170                 - checkbutton to show already downloaded messages if
8171                   all messages are previewed
8172                 - new clist column showing Date
8173                 - ESC KEY close
8174                 FIXES:
8175                 - play ball with UIDL
8176                 - fault tolerant (?) 
8177                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
8178
8179 2002-06-10 [melvin]     0.7.6claws36
8180
8181         * README.claws
8182                 Added a hint to ac/README in cvs instructions.
8183
8184         * src/prefs_actions.c
8185                 Made it possible to use a more elaborate command line
8186                 for asynchronous actions, too.
8187
8188 2002-06-10 [melvin]     0.7.6claws35
8189         
8190         * src/prefs_actions.c
8191                 Make it possible to use a more elaborate command line
8192                 (e.g. |foo|bar|cat>there;echo Done|)
8193                 Corrected error message when calling %f, %F and %p commands
8194                 from the compose window.
8195
8196 2002-06-09 [colin]      0.7.6claws34
8197
8198         * src/summaryview.c
8199                 Automatically find unread messages in current folder
8200                 before annoying the user.
8201
8202 2002-06-08 [alfons]     0.7.6claws33
8203
8204         * po/it.po
8205                 remove bad formatting string in it.po translation
8206                 (close "[ 548336 ] --debug segfaults!!! with it_IT@euro")
8207
8208 2002-06-08 [paul]       0.7.6claws32
8209
8210         * sync with 0.7.6cvs25
8211                 see ChangeLog 2002-06-07
8212
8213 2002-06-05 [paul]       0.7.6claws31
8214
8215         * src/mainwindow.c
8216                 add 'Sort by locked' and 'Sort by score'
8217
8218 2002-06-05 [paul]       0.7.6claws30
8219
8220         * sync with 0.7.6cvs24
8221                 see ChangeLog 2002-06-04
8222
8223 2002-06-04 [paul]       0.7.6claws29
8224
8225         * po/pt_BR.po
8226                 updated by Fabio Junior Beneditto
8227
8228 2002-06-03 [thorsten]   0.7.6claws28
8229
8230         * src/matcher.c
8231                 fclose() matcherrc after reading
8232
8233 2002-06-03 [paul]       0.7.6claws27
8234
8235         * sync with 0.7.6cvs21
8236                 see ChangeLog 2002-05-31
8237
8238 2002-05-31 [paul]       0.7.6claws26
8239
8240         * sync with 0.7.6cvs20
8241                 see ChangeLog 2002-05-29 and 2002-05-30
8242
8243 2002-05-31 [paul]       0.7.6claws25
8244
8245         * src/imap.c
8246                 hopefully fix last buggy sync
8247
8248         * README.claws
8249                 correct typo in 'Actions' examples
8250
8251 2002-05-29 [paul]       0.7.6claws24
8252
8253         * sync with 0.7.6cvs18
8254                 see ChangeLog 2002-05-28 and 2002-05-29
8255
8256         * src/news.c
8257           src/nntp.[ch]
8258                 sync with above 
8259
8260 2002-05-28 [paul]       0.7.6claws23
8261
8262         * sync with 0.7.6cvs16
8263                 see ChangeLog 2002-05-28
8264
8265 2002-05-27 [thorsten]   0.7.6claws22 
8266
8267         * faq/it/sylpheed-faq-1.html
8268           faq/it/sylpheed-faq-2.html
8269           faq/it/sylpheed-faq-3.html
8270           faq/it/sylpheed-faq.html
8271                 corrected DOS lineendings
8272         * faq/de/sylpheed-faq-1.html
8273           faq/de/sylpheed-faq-2.html
8274           faq/en/sylpheed-faq-1.html
8275           faq/en/sylpheed-faq-2.html
8276           faq/en/sylpheed-faq-3.html
8277           faq/es/sylpheed-faq-1.html
8278           faq/es/sylpheed-faq-2.html
8279           faq/es/sylpheed-faq-3.html
8280           faq/fr/sylpheed-faq-1.html
8281           faq/it/sylpheed-faq-1.html
8282           faq/it/sylpheed-faq-2.html
8283           faq/it/sylpheed-faq-3.html
8284           faq/it/sylpheed-faq.html
8285                 changed ">" to &quot;
8286
8287 2002-05-27 [paul]       0.7.6claws21
8288         
8289         * sync with 0.7.6cvs15
8290                 see ChangeLog 2002-05-27
8291
8292 2002-05-27 [paul]       0.7.6claws20
8293
8294         * src/prefs_account.c
8295                 correct a typo
8296
8297 2002-05-26 [paul]       0.7.6claws19
8298
8299         * tools/README
8300                 correct a typo
8301
8302 2002-05-25 [paul]       0.7.6claws18
8303
8304         * tools/README
8305                 add description of kmail2sylpheed.pl
8306
8307 2002-05-25 [paul]       0.7.6claws17
8308
8309         * tools/kmail2sylpheed.pl       ** NEW FILE **
8310                 perl script that converts an exported Kmail address
8311                 book, converts it to sylpheed addressbook file,
8312                 writes the file to .sylpheed, and updates
8313                 addrbook--index.xml 
8314
8315 2002-05-25 [paul]       0.7.6claws16
8316
8317         * sync with 0.7.6cvs14
8318                 see ChangeLog 2002-05-23
8319
8320 2002-05-24 [paul]       0.7.6claws15
8321
8322         * README.claws
8323                 make a correction and add some more info
8324
8325 2002-05-24 [paul]       0.7.6claws14
8326
8327         * src/compose.c
8328                 fix memory leak in 
8329                 compose_redirect_write_headers_from_headerlist()
8330                 add Subject and Resent-Message-ID to
8331                 compose_redirect_write_headers()
8332                 Received, Subject, and X-UIDL are filtered out in 
8333                 compose_redirect_write_to_file()
8334
8335 2002-05-23 [paul]       0.7.6claws13
8336
8337         * src/compose.[ch]
8338           src/filtering.c
8339           src/mainwindow.c
8340           src/matcher.[ch]
8341           src/matcher_parser_lex.l
8342           src/matcher_parser_parse.y
8343           src/prefs_common.[ch]
8344           src/prefs_filtering.c
8345           src/summaryview.c
8346                 rename 'Bounce' to 'Redirect'
8347
8348 2002-05-23 [paul]       0.7.6claws12
8349
8350         * more sync with 0.7.6cvs13
8351           src/compose.c
8352                 see ChangeLog 2002-05-22
8353
8354 2002-05-22 [paul]       0.7.6claws11
8355
8356         * sync with 0.7.6cvs13
8357           src/codeconv.c
8358                 see ChangeLog 2002-05-20
8359           src/prefs_common.c
8360                 see ChangeLog 2002-05-22
8361
8362 2002-05-21 [melvin]     0.7.6claws10
8363
8364         * src/folderview.c
8365                 Added missing filtering and scoring headers
8366                 Fixed bad function call that showed garbage 
8367                 in Folder->Processing
8368
8369 2002-05-21 [paul]       0.7.6claws9
8370
8371         * tools/Makefile.am
8372                 make all tools executable, (patch by Alfons).
8373
8374 2002-05-20 [alfons]     0.7.6claws8
8375
8376         * src/procheader.c
8377                 don't forget to call mktime() so we have a valid week 
8378                 and year day
8379                 (Bug report by Roger Sondermann <mail@jumaros.de>)
8380
8381 2002-05-20 [paul]       0.7.6claws7
8382
8383         * src/html.c
8384                 fix broken parsing of urls
8385         * src/textview.c
8386                 fix displaying of urls
8387
8388                 both fixes from the patch [547855] by Eugene 
8389                 Brevdo (zonem)
8390
8391 2002-05-19 [alfons]     0.7.6claws6
8392
8393         * configure.in
8394                 make sylpheed configure correctly with the latest
8395                 and greatest of automake / autoconf / gettext
8396
8397 2002-05-19 [alfons]     0.7.6claws5
8398
8399         * src/procheader.c
8400         * src/procheader.h
8401                 add function for returning ime zone offset
8402         * src/quote_fmt.c
8403         * src/quote_fmt_parse.y
8404                 better quotation formatting - does not convert
8405                 to local time, but uses the original date string.
8406                 
8407                 Note: %z inserts the timezone offset (should 
8408                 work also on platforms where strftime does not
8409                 support %z).
8410
8411 2002-05-18 [christoph]  0.7.6claws4
8412
8413         * src/summaryview.c
8414                 fix indentation of some code
8415         * tools/Makefile.am
8416                 fix spaces after \
8417         * src/Makefile.am
8418                 add missing \
8419                 correct path for ignorethread.xpm
8420                 incorrect filename for sylpheed_logo.xpm
8421                 add missing include matcher_parser_parse.h
8422
8423 2002-05-18 [paul]       0.7.6claws3
8424
8425         * sync with 0.7.6cvs8
8426                 see ChangeLog 2002-05-16 and 2002-05-17
8427
8428 2002-05-18 [melvin]     0.7.6claws2
8429
8430         * README.claws
8431                 Corrected an action's definition and fixed some misspellings.
8432
8433 2002-05-18 [paul]       0.7.6claws1
8434
8435         * tools/Makefile.am
8436           tools/gpg-sign        ** new file **
8437           tools/uudec           ** new file **
8438                 add Melvin's Actions scripts
8439
8440         * README.claws
8441                 add Melvin's descriptions for Actions
8442
8443 2002-05-18 [paul]       0.7.6claws
8444
8445         * Version 0.7.6claws released
8446
8447 2002-05-17 [paul]       0.7.5claws32
8448
8449         * po/es.po
8450                 updated by Ricardo Mones Lastra
8451
8452 2002-05-17 [paul]       0.7.5claws31
8453
8454         * src/compose.c
8455                 fix Account prefs default folder for sent/draft/deleted
8456                 messages bug
8457
8458         * po/it.po
8459           po/nl.po
8460                 updated translation by Alessandro Maestri and
8461                 Wilbert Berendsen
8462
8463 2002-05-17 [melvin]     0.7.5claws30
8464
8465         * src/prefs_actions.c
8466                 Fixed bug where using %F not at the end of the command 
8467                 resulted in an additional empty argument being created.
8468                 Thanks to Darko Koruga for reporting the bug.
8469
8470 2002-05-17 [melvin]     0.7.5claws29
8471
8472         * po/fr.po
8473                 Updated French translations.
8474
8475 2002-05-15 [paul]       0.7.5claws28
8476         
8477         * po/es.po
8478                 updated by Ricardo Mones Lastra
8479
8480 2002-05-15 [paul]       0.7.5claws27
8481
8482         * sync with 0.7.6cvs4
8483                 see ChangeLog 2002-05-14 and 2002-05-15
8484
8485 2002-05-14 [paul]       0.7.5claws26
8486
8487         * sync with 0.7.6cvs1
8488                 see ChangeLog 2002-05-13
8489
8490 2002-05-13 [thorsten]   0.7.5claws25
8491
8492         * src/messageview.c
8493                 fix select_all and copy in multipart messages
8494         * src/mainwindow.c
8495                 fix select_all and copy in multipart messages
8496
8497 2002-05-12 [paul]       0.7.5claws24
8498
8499         * src/summaryview.c
8500                 reverse last commit, bug already fixed in 0.7.5claws3
8501
8502 2002-05-12 [netztorte]  0.7.5claws23
8503
8504         * src/summaryview.c
8505                 dont parse empty addressbook (checked in before claws20)
8506
8507 2002-05-12 [melvin]     0.7.5claws22
8508
8509         * src/procmsg.[ch]
8510                 Removed unneeded priority code introduced by the previous 
8511                 commit.
8512
8513 2002-05-12 [melvin]     0.7.5claws21
8514
8515         * src/compose.[ch]
8516                 Added possibility to set message's priority.
8517         * src/procmsg.[ch]
8518                 Added possibility to set message's priority.
8519                 Added missing headers
8520
8521 2002-05-12 [melvin]     0.7.5claws20
8522
8523         * src/prefs_actions.c
8524                 Removed implicitely added quotes around the name
8525                 of the temporary files of mime parts.
8526
8527 2002-05-12 [paul]       0.7.5claws19
8528
8529         * sync with 0.7.5cvs20
8530                 see ChangeLog 2002-05-11
8531
8532 2002-05-12 [alfons]     0.7.5claws18
8533
8534         * src/quote_fmt_lex.l
8535         * src/quote_fmt_parse.y
8536                 allow quote / reply date & time format to be set using
8537                 %D{format}. format is a format string you'd pass to
8538                 strftime() (see man strftime, or the Display tab |
8539                 Date format setting).
8540
8541                 Currently %D converts the date to local time. 
8542
8543 2002-05-11 [paul]       0.7.5claws17
8544
8545         * sync with 0.7.5cvs19 (except src/prefs_folder_item.c)
8546                 see ChangeLog 2002-05-10 and 2002-05-11
8547
8548 2002-05-10 [paul]       0.7.5claws16
8549
8550         * sync with 0.7.5cvs16
8551                 see ChangeLog entries 2002-05-09 and 
8552                 2002-05-10
8553
8554 2002-05-10 [colin]      0.7.5claws15
8555
8556         * src/textview.c
8557                 Corrected a bug that prevented sylpheed to open
8558                 double-clicked URIs.
8559
8560 2002-05-09 [paul]       0.7.5claws14
8561
8562         * sync with 0.7.5cvs14
8563                 see ChangeLog 2002-05-08 and 2002-05-09
8564
8565 2002-05-08 [paul]       0.7.5claws13
8566
8567         * sync with 0.7.5cvs11
8568                 see ChangeLog entry 2002-05-08
8569
8570 2002-05-08 [paul]       0.7.5claws12
8571
8572         * src/mainwindow.c
8573           src/textview.[ch]
8574                 fix segfault on View->Open in new window
8575                 patch submitted by Thorsten Maerz <torte@netztorte.de>
8576
8577 2002-05-07 [paul]       0.7.5claws11
8578
8579         * sync with 0.7.5cvs9
8580                 see ChangeLog entry 2002-05-07
8581
8582 2002-05-06 [paul]       0.7.5claws10
8583
8584         * src/messageview.c
8585           src/textview.c
8586                 display url in statusbar on single-click
8587                 patch submitted by Thorsten Maerz <torte@netztorte.de>
8588
8589 2002-05-06 [match]      0.7.5claws9
8590
8591         * src/addritem.[ch]
8592                 new functions.
8593         * src/addrcache.c
8594                 tidy up.
8595         * src/xmlprops.[ch]
8596                 XML implementation of properties file.
8597         * src/exporthtml.[ch]
8598         * src/expthtmldlg.[ch]
8599         * src/addressbook.c
8600                 export to HTML.
8601
8602 2002-05-02 [sergey]     0.7.5claws8
8603
8604         * src/mainwindow.c (mainwin_entries),
8605           src/prefs_common.c (prefs_send_create()),
8606           src/codeconv.c (locale_table):
8607                 use charset name "Windows-1251" instead of "CP1251".
8608
8609 2002-05-02 [colin]      0.7.5claws7
8610         
8611         * src/compose.c
8612           src/prefs_common.c
8613           src/prefs_folder_item.c
8614                 Fixed cosmetics bugs due to Outbox renamed to Sent.
8615
8616 2002-05-02 [hiro]       0.7.5claws6
8617
8618         * src/imap.c
8619                 sync the change for QUOTE_IF_REQUIRED() macro with 0.7.5cvs7.
8620
8621 2002-05-02 [paul]       0.7.5claws5
8622
8623         * src/compose.c
8624                 more sync with 0.7.5cvs7, see ChangeLog entry
8625                 2002-05-02
8626
8627 2002-05-02 [hiro]       0.7.5claws4
8628
8629         * src/compose.c
8630                 compose_queue_sub():
8631                 check if queue folder exists (closes #550397).
8632                 removed directory creation since it should be handled
8633                 transparently.
8634         * src/imap.c
8635                 imap_add_msg(): return UID for appended message
8636                 (closes #548842).
8637
8638 2002-04-30 [paul]       0.7.5claws3
8639
8640         * src/summaryview.c
8641                 fix account_find_from_address() bug
8642
8643 2002-04-28 [colin]      0.7.5claws2
8644
8645         * src/compose.c
8646           src/textview.c
8647           src/prefs_common.[ch]
8648           src/utils.[ch]
8649                 Added user-definable quotation characters recognition.
8650
8651 2002-04-28 [paul]       0.7.5claws1
8652
8653         * sync with 0.7.5cvs4
8654                 see ChangeLog entry  2002-04-25
8655
8656 2002-04-28 [paul]       0.7.5claws
8657
8658         * po/es.po
8659           po/nl.po
8660           po/pt_BR.po
8661                 updated by Ricardo Mones Lastra, Wilbert Berendsen, and
8662                 Fabio Junior Beneditto
8663
8664 2002-04-27 [jens]       0.7.4claws103
8665
8666         * po/de.po
8667                 updated German translation.
8668
8669 2002-04-27 [hiro]       0.7.4claws102
8670
8671         * src/summaryview.c
8672                 summary_write_cache(): fixed the mark loss of hidden messages.
8673
8674 2002-04-26 [melvin]     0.7.4claws101
8675
8676         * src/procmsg.c
8677                 fixed a second typo (same one)
8678         * po/fr.po
8679           po/it.po
8680           po/pt_BR.po
8681                 fixed the type again...
8682
8683 2002-04-26 [melvin]     0.7.4claws100
8684
8685         * src/procmsg.c
8686                 fixed a typo in an alert message ("temorary").
8687         * po/it.po
8688         * po/pt_BR.po
8689                 corrected the typo  described above.
8690         * po/fr.po
8691                 updated French translation.
8692
8693 2002-04-26 [darko]      0.7.4claws99
8694
8695         * src/summaryview.c
8696                 fix target folder colorization
8697
8698 2002-04-25 [paul]       0.7.4claws98
8699
8700         * po/it.po
8701                 updated by Alessandro Maestri
8702
8703 2002-04-24 [colin]      0.7.4claws97
8704         
8705         * src/compose.c
8706                 Fixed double "subject is empty" question.
8707
8708 2002-04-23 [colin]      0.7.4claws96
8709         
8710         * src/mimeview.c
8711                 Corrected issue when "automatically display images" was
8712                 not set : first image remained after selecting second.
8713
8714 2002-04-23 [melvin]     0.7.4claws95
8715
8716         * src/prefs_actions.c
8717                 Don't display in/out dialog if there is nothing to show.
8718
8719 2002-04-23 [paul]       0.7.4claws94
8720
8721         * sync with 0.7.5cvs3
8722                 bug fixes: see ChangeLog entry 2002-04-23
8723
8724 2002-04-22 [darko]      0.7.4claws93
8725
8726         * src/compose.c
8727                 fix previous check-in which changed code after
8728                 merge from main
8729
8730 2002-04-22 [paul]       0.7.4claws92
8731
8732         * faq/de/*
8733                 add German FAQ
8734         * faq/en/*
8735           faq/es/*
8736           faq/fr/*
8737                 update English, Spanish and French FAQs
8738         * manual/de/*
8739           manual/es/*
8740                 add German and Spanish manuals
8741         * manual/en/*
8742           manual/fr/*
8743                 update English and French manuals
8744
8745         * src/Makefile.am
8746                 add to and re-arrange the pixmap entries
8747
8748 2002-04-22 [darko]      0.7.4claws91
8749
8750         * src/compose.c
8751                 fix sender initials recognition to only allow
8752                 '>' after the initials
8753
8754 2002-04-21 [paul]       0.7.4claws90
8755
8756         * sync with 0.7.5 release
8757                 see ChangeLog entry 2002-04-21
8758
8759 2002-04-21 [alfons]
8760
8761         * src/Makefile.am
8762                 add colin's new pixmaps to EXTRA_DIST
8763
8764 2002-04-21 [colin]      0.7.4claws89
8765         * src/compose.c
8766         * src/inc.c
8767         * src/mainwindow.[ch]
8768         * src/prefs_common.[ch]
8769         * src/stock_pixmap.[ch]
8770                 Added "Work offline" ability.
8771
8772 2002-04-21 [colin]      0.7.4claws88
8773         
8774         * src/mimeview.c
8775         * src/prefs_common.c
8776         * src/prefs_common.h
8777         * src/textview.c : Added an option to common preferences -> display
8778           to allow user not to automatically display images.
8779
8780 2002-04-21 [paul]       0.7.4claws87
8781
8782         * sync with 0.7.4cvs52
8783                 see ChangeLog entry 2002-04-21 (src/imap.c)
8784
8785 2002-04-21 [paul]       0.7.4claws86
8786
8787         * sync with 0.7.4cvs51
8788                 see ChangeLog entry 2002-04-21
8789
8790 2002-04-21 [paul]       0.7.4claws85
8791
8792         * sync with 0.7.4cvs49
8793                 see ChangeLog entries 2002-04-20 and 2002-04-21
8794
8795         * src/Makefile.am
8796                 clean up: remove old 'stock_' element from xpm 
8797                 filenames.
8798
8799 2002-04-21 [alfons]     0.7.4claws84
8800
8801         apply sync patch from Paul
8802
8803         * src/folderview.c
8804                 use old claws prefs_folder_item_create() for now
8805
8806 2002-04-19 [match]      0.7.4claws83
8807
8808         * src/addressbook.[ch]
8809         * src/addrharvest.[ch]
8810         * src/addrgather.[ch]
8811                 recurse folders.
8812         * src/mainwindow.c
8813         * src/summaryview.[ch]
8814                 change menu option.
8815
8816 2002-04-19 [paul]       0.7.4claws82
8817
8818         * po/pt_BR.po
8819                 updated by Fabio Junior Beneditto
8820
8821 2002-04-14 [alfons]     0.7.4claws81
8822
8823         * src/passphrase.c
8824                 add #include <sys/types.h> for mode_t and off_t 
8825
8826 2002-04-13 [paul]       0.7.4claws80
8827         
8828         * src/main.c
8829           src/passphrase.[ch]
8830           src/pgptext.c
8831           src/prefs_common.[ch]
8832           src/rfc2015.c
8833                 enable storing of GnuPG passphrase for the whole 
8834                 session or a user-defined number of minutes. patch 
8835                 submitted by Ravemax <ravemax@dextrose.com>
8836
8837 2002-04-13 [alfons]     0.7.4claws79
8838
8839         * src/textview.c
8840                 make email parser also stop scanning when encountering separators
8841                 ',' and ';' (reported by Fabien Vantard <fvantard@opsion.fr>)
8842
8843 2002-04-13 [paul]       0.7.4claws78
8844
8845         * sync with 0.7.4cvs39
8846                 see ChangeLog entry 2002-04-12
8847
8848 2002-04-11 [paul]       0.7.4claws77
8849
8850         * sync with 0.7.4cvs37
8851                 see ChangeLog entry 2002-04-11
8852
8853 2002-04-11 [paul]       0.7.4claws76
8854
8855         * COPYING 
8856                 re-licensed (removal of "NO-VIRUS CLAUSE" and addition of
8857                 the clause for OpenSSL). sync with sylpheed main
8858
8859 2002-04-09 [melvin]     0.7.4claws75
8860
8861         * src/compose.c
8862                 Made 'Ctrl-Enter' on send ignore some modifiers 
8863                 (LOCK_MASK, MOD2, MOD3, MOD4, MOD5). Make it possible
8864                 to bind other *-Enter (but not Alt-Enter).
8865
8866 2002-04-09 [paul]       0.7.4claws74
8867
8868         * sync with 0.7.4cvs35
8869                 see ChangeLog entries 2002-04-09
8870
8871 2002-04-08 [paul]       0.7.4claws73
8872
8873         * sync with 0.7.4cvs33
8874                 see ChangeLog entry 200-04-08
8875
8876 2002-04-07 [match]      0.7.4claws72
8877
8878         * src/addrharvest.[ch]
8879                 fixed to read all addresses in header, regardless
8880                 of header size. improved name parsing. accommodate
8881                 harvest from folders and selected message.
8882         * src/addritem.[ch]
8883                 included new address parsing function.
8884         * src/addrgather.[ch]
8885         * src/addressbook.[ch]
8886         * src/summaryview.[ch]
8887         * src/mainwindow.c
8888                 allow address harvest of folder as well as selected
8889                 messages.
8890
8891 2002-04-07 [paul]       0.7.4claws71
8892
8893         * src/esmtp.[ch]
8894           src/smtp.c
8895                 don't try to authenticate with CRAM-MD5 in SMTP when 
8896                 SMTP-AUTH enabled if MTA doesn't issue this 
8897                 auth-method in it's ehlo-response. bug item #531364,
8898                 patch item #938910. patch submitted by Colin Leroy 
8899                 <colin@colino.net>
8900
8901 2002-04-07 [paul]       0.7.4claws70
8902
8903         * src/nntp.c
8904                 fix missing MODE_READER bug. patch submitted by
8905                 Colin Leroy <colin@colino.net>
8906
8907 2002-04-07 [alfons]     0.7.4claws69
8908
8909         * src/matcher.[ch]
8910         * src/prefs_filtering.c
8911         * src/summaryview.c
8912                 escape \' and \" in strings passed as filtering strings; bug report by Alex Evseev.
8913                 (see http://www.geocrawler.com/lists/3/SourceForge/11619/25/8279435/)
8914
8915 2002-04-07 [paul]       0.7.4claws68
8916
8917         * sync with 0.7.4cvs32
8918                 see ChangeLog entry 2002-04-06
8919
8920         * tools/filter_conv.pl
8921                 more bug fixes
8922
8923 2002-04-06 [paul]       0.7.4claws67
8924
8925         * tools/filter_conv.pl
8926                 modify to be able to find the name of the first
8927                 mailbox and use that. main's filter does not
8928                 record the full path to the mailbox and therefore
8929                 can only filter to the first mailbox.
8930
8931 2002-04-05 [paul]       0.7.4claws66
8932
8933         * tools/filter_conv.pl
8934                 attempt to make the script all-encompassing and
8935                 be able to convert any main 'filter' rule thrown
8936                 at it
8937
8938 2002-04-05 [paul]       0.7.4claws65
8939
8940         * tools/filter_conv.pl
8941                 allow for collapsed folder trees
8942
8943 2002-04-05 [paul]       0.7.4claws64
8944
8945         * sync with 0.7.4cvs31
8946                 see ChangeLog entries 2002-04-05
8947
8948 2002-04-03 [paul]       0.7.4claws63
8949
8950         * sync with 0.7.4cvs29
8951                 see ChangeLog entries 2002-04-02 and 2002-04-03
8952
8953 2002-04-02 [paul]       0.7.4claws62
8954
8955         * sync with 0.7.4cvs26
8956                 see ChangeLog entry 2002-04-01
8957
8958 2002-04-02 [match]      0.7.4claws61
8959
8960         * src/pine.[ch]
8961         * src/importpine.[ch]
8962         * src/addressbook.c
8963                 import Pine address book.
8964
8965 2002-04-02 [match]      0.7.4claws60
8966
8967         * src/addrharvest.[ch]
8968                 improve address parsing of funky addresses.
8969
8970 2002-04-02 [darko]      0.7.4claws59
8971
8972         * src/compose.c
8973                 wrap on send improvements, it now recognizes quoted
8974                 initials as part of the quotation string, and it
8975                 does not join lines separated by CR
8976
8977 2002-04-01 [match]      0.7.4claws58
8978
8979         * src/mgutils.[ch]
8980                 added new functions.
8981         * src/mutt.[ch]
8982                 remove excessive duplicate address generation
8983                 on import.
8984
8985 2002-04-01 [alfons]     0.7.4claws57
8986         
8987         * src/summaryview.c
8988                 put back g_free() 
8989
8990 2002-04-01 [paul]       0.7.4claws56
8991
8992         * sync with 0.7.4cvs25
8993                 see ChangeLog entry 2002-04-01
8994
8995 2002-04-01 [alfons]     0.7.4aprilfool55
8996
8997         * src/summaryview.c
8998                 honour feature request item #537427 to allow for
8999                 displaying names from address book for sent mail also
9000
9001 2002-03-29 [paul]       0.7.4claws54
9002
9003         * src/mainwindow.c
9004           src/prefs_filtering.[ch]
9005           src/prefs_matcher.c
9006           src/summaryview.c
9007                 add 'fast filter' for claws' filtering,
9008                 /Tools/Create filter rule/... patch submitted
9009                 by Neill Miller <neillm@thecodefactory.org>
9010
9011 2002-03-29 [paul]       0.7.4claws53
9012
9013         * sync with 0.7.4cvs24
9014                 see ChangeLog entry 2002-03-29
9015
9016 2002-03-28 [paul]       0.7.4claws52
9017
9018         * sync with 0.7.4cvs23
9019                 see ChangeLog entry 2002-03-28
9020
9021 2002-03-27 [melvin]     0.7.4claws51
9022
9023         * src/prefs_actions.c
9024                 Added support to pass only one message part (as a
9025                 file) to the command using '%p'. No quotes are needed
9026                 because doubles quotes are automatically added.
9027                 Fixed bug where Sylpheed could block when waiting for
9028                 a child process to finish.
9029                 Changed the help menu to remove quotes around symbols to 
9030                 avoid misinterpretation (they must not be used).
9031
9032 2002-03-27 [melvin]     0.7.4claws50
9033
9034         * src/inc.c
9035                 Made the new mail notification command always 
9036                 execute asynchronously.
9037
9038 2002-03-27 [paul]       0.7.4claws49
9039
9040         * src/compose.c
9041                 fix bug introduced in last commit
9042
9043 2002-03-27 [paul]       0.7.4claws48
9044
9045         * sync with 0.7.4cvs21
9046                 see ChangeLog 2002-03-26 and 2002-03-27
9047
9048 2002-03-26 [hoa]        0.7.4claws47
9049
9050         * src/prefs_folder_item.c
9051                 really fixed the bug #516442 with folder rescan.
9052
9053 2002-03-26 [paul]       0.7.4claws46
9054
9055         * sync with 0.7.4cvs19
9056                 see ChangeLog entries 2002-03-25 and 2002-03-26
9057
9058 2002-03-25 [hoa]        0.7.4claws45
9059
9060         * src/matcher.c
9061         * src/mh.c
9062                 fix the bug #516442 with folder rescan.
9063
9064         * src/prefs_common.[ch]
9065         * src/compose.c
9066                 added an option to enable two different behaviours
9067                 for bounce.
9068
9069
9070 2002-03-25 [paul]       0.7.4claws44
9071
9072         * src/mainwindow.c
9073           src/selective_download.c
9074                 correct a few menuitem labels
9075
9076 2002-03-25 [christoph]  0.7.4claws43
9077
9078         * src/procmsg.c
9079                 fix non deleted tmp message in
9080                 procmsg_save_to_outbox
9081                 fix problems caused by sync with
9082                 main branch's procmsg_send_queue
9083
9084 2002-03-25 [paul]       0.7.4claws42
9085
9086         * src/quote_fmt.c
9087           src/quote_fmt_lex.l
9088           src/quote_fmt_parse.y
9089                 add Last name (%L) placeholder for quoting. 
9090                 patch submitted by Thorsten Thielen 
9091                 <thth@users.sourceforge.net>
9092
9093 2002-03-25 [paul]       0.7.4claws41
9094
9095         * src/utils.c
9096                 get full hostname. patch submitted by
9097                 Bob Woodside <rwoodside1@comcast.net>
9098
9099 2002-03-25 [paul]       0.7.4claws40
9100
9101         * src/account.c
9102           src/news.c
9103           src/nntp.[ch]
9104           src/prefs_account.[ch]
9105                 enable NNTP over SSL. patch submitted by
9106                 Pascal Jermini <pascal@infinity.hn.org>
9107
9108 2002-03-24 [paul]       0.7.4claws39
9109
9110         * src/prefs_common.c
9111                 make the arrangement of the Compose tab more
9112                 coherent
9113
9114         * src/mainwindow.c
9115                 fix some irregularities of style
9116
9117         * po/de.po
9118                 updated by Kilian Krause
9119
9120 2002-03-23 [paul]       0.7.4claws38
9121
9122         * po/pt_BR.po
9123                 updated by Fabio Junior Beneditto
9124
9125 2002-03-23 [paul]       0.7.4claws37
9126
9127         * src/mainwindow.c
9128                 move 'Gather addresses' to 'Tools' menu
9129                 make 'Selective download' sensitive
9130
9131 2002-03-23 [paul]       0.7.4claws36
9132
9133         * sync with 0.7.4cvs16
9134                 see ChangeLog entries 2002-03-23
9135
9136 2002-03-22 [christoph]  0.7.4claws35
9137
9138         * src/quote_fmt_parse.y
9139                 fix include program output
9140
9141 2002-03-22 [alfons]     0.7.4claws34
9142
9143         * src/pop.c
9144                 initialize GDate stack variable correctly (sorry!)
9145
9146 2002-03-22 [paul]       0.7.4claws33
9147
9148         * src/compose.c
9149           src/mainwindow.c
9150           src/prefs_actions.c
9151           src/prefs_common.c
9152                 rename 'Tool' to 'Tools'
9153
9154         * src/mainwindow.c
9155                 move 'Delete duplicated messages' from
9156                 'Message/' to 'Tools/'
9157                 re-arrange the order of 'Tools/' items
9158
9159 2002-03-22 [paul]       0.7.4claws32
9160
9161         * src/addr_compl.c
9162           src/addressbook.[ch]
9163                 auto-address completion now also matches on
9164                 Nickname. patch submitted by Bob Forsman 
9165                 <hammor@users.sourceforge.net>
9166
9167         * src/editaddress.c
9168                 correct a spelling mistake
9169
9170 2002-03-22 [alfons]     0.7.4claws31
9171
9172         * src/pop.c
9173                 fix getting uidl from incorrect string 
9174                 (spotted by Colin)
9175
9176 2002-03-21 [alfons]     0.7.4claws30
9177
9178         * src/pop.c
9179                 more code refactoring
9180                 plug mem leak introduced by delete on server
9181
9182 2002-03-21 [paul]       0.7.4claws29
9183
9184         * sync with 0.7.4cvs11
9185                 see ChangeLog entries 2002-03-20
9186
9187 2002-03-20 [alfons]     0.7.4claws28
9188
9189         * src/inc.c
9190                 apply Colin's patch and refactor
9191
9192 2002-03-20 [paul]       0.7.4claws27
9193
9194         * sync with sylpheed 0.7.4cvs9
9195                 see ChangeLog entry 2002-03-20
9196
9197 2002-03-19 [christoph]  0.7.4claws26
9198
9199         * src/mh.c
9200         * src/procmsg.[ch]
9201         * src/summaryview.c
9202                 revert changes for flag updates
9203                 (does not work correctly and no time to debug)
9204
9205 2002-03-20 [alfons]     0.7.4claws25
9206
9207         * src/pop.c
9208                 refactor should_delete() a little bit 
9209
9210 2002-03-19 [paul]       0.7.4claws24
9211
9212         * src/inc.[ch]
9213           src/pop.c
9214           src/prefs_account.[ch]
9215                 allow the user to leave downloaded mail on the 
9216                 server for n days. Patch submitted by Colin Leroy 
9217                 <colin@colino.net>
9218
9219 2002-02-19 [paul]       0.7.4claws23
9220
9221         * sync with sylpheed 0.7.4cvs8
9222                 see ChangeLog entries 2002-03-19
9223
9224 2002-03-18 [paul]       0.7.4claws22
9225
9226         * sync with sylpheed 0.7.4cvs6
9227                 see ChangeLog entry 2002-03-18
9228
9229 2002-03-18 [paul]       0.7.4claws21
9230
9231         * po/en_GB.po
9232                 add en_GB message catalogue
9233
9234         * src/mbox_folder.c
9235           src/prefs_account.c
9236           src/prefs_actions.c
9237                 correct a few spelling mistakes
9238
9239 2002-03-17 [alfons]     0.7.4claws20
9240
9241         * src/matcher.c
9242                 more stringent checks for NULL params when writing
9243                 filtering actions to a file
9244                 
9245 2002-03-17 [hoa]        0.7.3claws20
9246
9247         * src/news.c
9248                 fixed the count of new messages
9249
9250         * src/compose.c
9251                 fixed the "attachment properties" window
9252
9253 2002-03-17 [paul]       0.7.4claws19
9254
9255         * src/defs.h
9256           src/folder.h
9257           src/news.c
9258           src/prefs_account.[ch]
9259           src/procmsg.[ch]
9260           src/summaryview.c
9261                 automatically mark cross-posted messages as read 
9262                 and (optionally) give them a colour label
9263                 Patch submitted by Stefaan Eeckels <Stefaan.Eeckels@eec.lu>
9264                 
9265
9266 2002-03-17 [paul]       0.7.4claws18
9267
9268         * sync with sylpheed 0.7.4cvs5
9269                 see ChangeLog entry 2002-03-17
9270
9271 2002-03-17 [melvin]     0.7.4claws17
9272         
9273         * src/textview.c
9274                 Worked around a gtktext 'bug': when searching for 
9275                 a text in a long message it was scrolling slowly
9276                 line by line until it hit the searched text.
9277         * po/fr.po
9278                 Updated French translation
9279
9280 2002-03-17 [melvin]     0.7.4claws16
9281
9282         * src/mainwindow.c
9283         * src/compose.c
9284         * src/prefs_actions.c
9285                 Moved "Edit/Actions" to "Tool/Actions"
9286                 Made mainwindow/compose window sensitive as soon as
9287                 no child process is running anymore even if the io dialog
9288                 is open.
9289                 Fixed a struct being initialized with a non constant char*
9290
9291 2002-03-16 [christoph]  0.7.4claws15
9292
9293         * configure.in
9294                 add --with-compiler-flags option
9295                 (only for developer hacking)
9296         * src/mh.c
9297         * src/procmsg.[ch]
9298         * src/summaryview.c
9299                 try to make folder-stats and flag handling more
9300                 independent from the summaryview. msgcounts
9301                 are only set when the folder is opened and
9302                 procmsg_msginfo_(un)set_flags will handle it
9303                 later and summaryview will get the values
9304                 from the folder.
9305
9306 2002-03-16 [paul]       0.7.4claws14
9307
9308         * src/messageview.c
9309                 fix Return-receipt. Patch submitted by Bob
9310                 Woodside <rwoodside1@comcast.net>
9311
9312 2002-03-16 [paul]       0.7.4claws13
9313
9314         * src/compose.c
9315                 fix 'dynamic' signatures, make it work again
9316                 broken during sync on 2002-03-14 (0.7.4claws2)
9317
9318 2002-03-15 [match]      0.7.4claws12
9319
9320         * src/addrharvest.[ch]
9321         * src/addrgather.[ch]
9322         * src/addressbook.[ch]
9323         * src/mainwindow.c
9324                 included address harvester feature. still some
9325                 issues with address parsing that I will fix.
9326
9327 2002-03-15 [match]      0.7.4claws11
9328
9329         * src/addrbook.[ch]
9330         * src/addrcache.[ch]
9331         * src/addressbook.[ch]
9332         * src/addrindex.c
9333         * src/editbook.c
9334         * src/importldif.c
9335         * src/importmutt.c
9336         * src/jpilot.[ch]
9337         * src/main.c
9338         * src/syldap.[ch]
9339         * src/vcard.[ch]
9340                 tidy up. fix memory leaks. moved attribs and methods
9341                 from individual interfaces to addrcache object. prep
9342                 for new stuff to come in.
9343
9344 2002-03-15 [alfons]     0.7.4claws10
9345
9346         * src/matcher.[ch]
9347         * src/matcher_parser_parse.y
9348         * src/matcher_parser_lex.l
9349         * src/prefs_matcher.c
9350                 add filtering conditions message greater than, smaller 
9351                 than, and exactly matching a size in bytes
9352                 (does not work with delete from POP3 server yet)
9353
9354                 this should also give others an idea what you should
9355                 do to add new criterions to claws filtering system
9356                 
9357
9358 2002-03-15 [paul]       0.7.4claws9
9359
9360         * tools/filter_conv.pl
9361                 exit if there are no filter rules to convert
9362                 rename filterrc to filterrc.old after completion
9363
9364 2002-03-15 [paul]       0.7.4claws8
9365
9366         * sync with sylpheed 0.7.4cvs3
9367                 see ChangeLog entry 2002-03-14
9368
9369 2002-03-14 [paul]       0.7.4claws7
9370
9371         * src/compose.c
9372                 clean up the last commit (ahem)
9373
9374 2002-03-14 [paul]       0.7.4claws6
9375
9376         * src/compose.c
9377                 fix bug #515655. honour account preferences
9378                 regarding gpg default signing/encryption when 
9379                 changing account from the compose window.
9380
9381 2002-03-14 [paul]       0.7.4claws5
9382
9383         * src/folderview.c
9384                 remove unnecessary curly brackets
9385
9386 2002-03-14 [paul]       0.7.4claws4
9387
9388         * src/folderview.c
9389           src/prefs_filtering.[ch]
9390                 add filter rename on folder rename and filter
9391                 delete on folder delete. Patch submitted by
9392                 Neill Miller <neillm@thecodefactory.org> 
9393
9394 2002-03-14 [christoph]  0.7.4claws3
9395
9396         * src/procmsg.c
9397         * src/send.c
9398                 fix local delivery
9399                 (patch submitted by "Simon 'corecode' Schubert")
9400         * src/prefs_common.c
9401         * src/procmsg.c
9402                 fix gcc 3.0 warning
9403
9404 2002-03-14 [paul]       0.7.4claws2
9405
9406         * sync with sylpheed 0.7.4cvs2
9407                 see ChangeLog entry 2002-03-13
9408
9409 2002-03-12 [darko]      0.7.4claws1
9410
9411         * src/mainwindow.c
9412                 fix what seems to be a copy and paste error
9413                 when setting color for important messages
9414                 (reported by wwp)
9415
9416 2002-03-11 [paul]       version 0.7.4claws released
9417
9418 2002-03-11 [paul]       0.7.4claws
9419
9420         * po/es.po
9421           po/it.po
9422           po/nl.po
9423           po/pt_BR.po
9424                 update message catalogs. Submitted by Ricardo Mones 
9425                 Lastra, Alessandro Maestri, Wilbert Berendsen, and 
9426                 Fabio Junior Beneditto
9427
9428         * configure.in
9429           faq/Makefile.am
9430           faq/it/Makefile
9431           faq/it/sylpheed-faq*
9432           src/mainwindow.c
9433           src/manual.[ch]
9434                 add FAQ in Italian
9435         
9436
9437 2002-03-11 [jens]       0.7.3claws7
9438
9439         * po/de.po
9440                 updated German translation
9441
9442 2002-03-11 [melvin]     0.7.3claws6
9443
9444         * po/fr.po
9445                 updated and corrected French translation
9446
9447 2002-03-10 [hoa]        0.7.3claws5
9448
9449         * src/account.c
9450         * src/inc.c
9451         * src/prefs_account.c
9452         * src/procmsg.c
9453         * src/send.[ch]
9454                 fixed the local account.
9455                 you have to change the default "/usr/sbin/sendmail"
9456                 to "/usr/sbin/sendmail -t" in the preferences of
9457                 the local account.
9458
9459         * src/procmime.c
9460                 removed some debug display for renderer
9461
9462 2002-03-10 [paul]       0.7.3claws4
9463
9464         * faq/en/sylpheed-faq-1.html
9465           faq/en/sylpheed-faq-2.html
9466                 update
9467
9468 2002-03-09 [paul]       0.7.3claws3
9469
9470         * sync with sylpheed 0.7.4
9471                 see ChangeLog entry 2002-03-09
9472
9473 2002-03-08 [paul]       0.7.3claws2
9474
9475         * faq/en/sylpheed-faq*
9476           faq/es/sylpheed-faq*
9477           faq/fr/sylpheed-faq*
9478                 update the FAQs
9479
9480         * manual/fr/.cvsignore
9481           manual/fr/Makefilea.am
9482           manual/fr/sylpheed*
9483           src/mainwindow.c
9484           src/manual.[ch]
9485                 add the French manual
9486
9487 2002-03-07 [paul]       0.7.3claws1
9488
9489         * sync with sylpheed 0.7.3cvs4
9490                 see ChangeLog entries  2002-03-06 and 2002-03-07
9491         
9492         * po/nl.po
9493                 updated by Wilbert Berendsen
9494
9495 2002-03-07 [melvin]     0.7.2claws34
9496
9497         * src/selective_download.c
9498                 Changed the pixmap of the receive button to MAIL_RECEIVE.
9499
9500 2002-03-06 [paul]       0.7.2claws33
9501
9502         * sync with sylpheed 0.7.3cvs1
9503                 bug fix, see ChangeLog entry 2002-03-05
9504
9505 2002-03-05 [paul]       0.7.2claws32
9506
9507         * src/mimeview.c
9508           src/pgptext.[ch]
9509           src/procmsg.c
9510                 reverse the pgp ascii-armored code implemented in 
9511                 0.7.2claws16. removal of this code until it matures.
9512                 this means that verifying ascii-armored pgp sigs and
9513                 automatic decryption of ascii-armored encrypted
9514                 messages no longer works.
9515
9516 2002-03-05 [paul]       0.7.2claws31
9517
9518         * configure.in
9519           Makefile.am
9520         * faq/Makefile.am
9521         * faq/en/Makefile.am
9522           faq/en/sylpheed-faq.html
9523           faq/en/sylpheed-faq-1.html
9524           faq/en/sylpheed-faq-2.html
9525           faq/en/sylpheed-faq-3.html
9526         * faq/es/Makefile.am
9527           faq/es/sylpheed-faq.html
9528           faq/es/sylpheed-faq-1.html
9529           faq/es/sylpheed-faq-2.html
9530           faq/es/sylpheed-faq-3.html
9531           faq/es/sylpheed-faq-4.html
9532         * faq/fr/Makefile.am
9533           faq/fr/sylpheed-faq.html
9534           faq/fr/sylpheed-faq-1.html
9535           faq/fr/sylpheed-faq-2.html
9536           faq/fr/sylpheed-faq-3.html
9537         * src/Makefile.am
9538           src/defs.h
9539           src/mainwindow.c
9540           src/manual.[ch]
9541                 add FAQs in English, Spanish and French
9542
9543
9544 2002-03-05 [paul]       0.7.2claws30
9545
9546         * manual/en/sylpheed.html
9547           manual/en/sylpheed-XX.html
9548                 updated the English manual
9549
9550 2002-03-05 [hoa]        
9551
9552         * src/summaryview.c
9553                 dialog box pops up if the article can't be deleted.
9554
9555 2002-03-04 [paul]       
9556         
9557         * po/pt_BR.po
9558                 updated by Fabio Junior Benedito
9559
9560 2002-03-04 [hoa]
9561
9562         * removed ac/gpgme.m4
9563                 to avoid autogen common problem
9564                 developers have to install gpgme development package now
9565
9566         * src/compose.c
9567                 encoding to 7bit or 8bit is enabled.
9568
9569 2002-03-03 [alfons]     0.7.2claws29
9570
9571         * src/pop.c
9572                 merge fix by Oliver Haertel for selective
9573                 download buglet
9574
9575 2002-03-03 [paul]       0.7.2claws28
9576         
9577         * sync with sylpheed 0.7.3
9578
9579 2002-03-03 [paul]       0.7.2claws27
9580
9581         * sync with sylpheed 0.7.2cvs24
9582                 see ChangeLog entries 2002-03-02 and 2002-03-03
9583
9584 2002-03-02 [melvin]     0.7.2claws26
9585
9586         * src/inc.[ch]
9587         * src/main.c
9588         * src/mainwindow.c
9589         * src/prefs_common.[ch]
9590                 Added user definable notification on new mail arrival.
9591                 Removed unused variables in spell checker prefs code.
9592
9593 2002-03-02 [melvin]     0.7.2claws25
9594
9595         * src/quote_fmt.c
9596                 Removed unnecessary escape sequences.
9597                 Changed 'Initial...' to 'Initials of Sender'
9598
9599 2002-03-02 [paul]       0.7.2claws24
9600
9601         * sync with sylpheed 0.7.2cvs22
9602                 see ChangeLog entry 2002-03-01
9603
9604 2002-03-01 [hoa]        0.7.2claws23
9605
9606         * src/mainwindow.c
9607                 Set sensitivity of delete actions to active
9608                 even if the folder is a newsgroup.
9609
9610         * src/summaryview.c
9611                 - Set sensitivity of delete actions
9612                 - Added function check_permission() that will check if the
9613                   user is authorized to delete a message. For news, it
9614                   will check if the author is the same.
9615                 - Enabled deletion when there is no trash folder.
9616
9617         * src/news.[ch]
9618                 - Added news_cancel_article() to cancel articles
9619                 - Implemented news_remove_message() (public function)
9620
9621 2002-03-01 [paul]       0.7.2claws22
9622
9623         * src/gtkutils.c
9624           src/textview.c
9625                 recognise urls that that don't include 'http://' and
9626                 simply begin 'www.' 
9627
9628         * AUTHORS
9629                 remove duplicated name
9630
9631 2002-02-28 [paul]       0.7.2claws21
9632
9633         * src/mainwindow.c
9634           src/summaryview.[ch]
9635                 add ability to 'Select thread'
9636                 combines Melvin's "Select thread's head" patch (#510907)
9637                 with Colin Leroy's <colin@colino.net> "Select whole thread" 
9638                 patch (#518514) 
9639
9640 2002-02-28 [paul]       0.7.2claws20
9641
9642         * src/mimeview.c
9643                 hopefully fix segfault on right-clicking a mime part
9644                 that some people have experienced.      
9645                 fix submitted by Fredrik Olofsson <frol@linux.nu>
9646
9647 2002-02-28 [paul]       0.7.2claws19
9648
9649         * sync with sylpheed 0.7.2cvs21
9650                 see ChangeLog entries 2002-02-27 and 2002-02-28
9651
9652 2002-02-27 [paul]       0.7.2claws18
9653
9654         * sync with sylpheed 0.7.2cvs18
9655                 see ChangeLog entries 2002-02-26 and 2002-02-27
9656
9657 2002-02-26 [alfons]     0.7.2claws17
9658
9659         * src/procheader.c
9660                 #undef ALLOW_HEADER_HINT (this was supposed to be undef'ed)
9661                 (spotted by Chris Hessman <idatech@gmx.net>)
9662
9663 2002-02-26 [paul]       0.7.2claws16
9664
9665         * src/mimeview.c
9666           src/pgptext.[ch]
9667           src/procmsg.c
9668                 make decryption of ascii-armored pgp encrypted messages
9669                 and verification of ascii-armored signatures work again.
9670                 slightly altered from the patch by Jens Jahnke 
9671                 <jan0sch@gmx.net>
9672
9673                 ##FIX ME##
9674                 * the checking of plaintext signatures always comes up in 
9675                   a popup box
9676                 * it doesn't work for multipart messages 
9677                 * all lines above "-----BEGIN PGP SIGNED MESSAGE-----\nHash: SHA1",
9678                   including the msg headers and these 2 line themselves, are 
9679                   not displayed
9680
9681         * src/mainwindow.c
9682                 "View/Folder Tree" becomes "View/Separate Folder Tree"
9683                 "View/Message View" becomes "View/Separate Message View"
9684                 because its less ambiguous.
9685
9686         * po/es.po
9687                 updated by Ricardo Mones Lastra
9688
9689 2002-02-26 [paul]       0.7.2claws15
9690
9691         * sync with sylpheed 0.7.2cvs17
9692                 see ChangeLog entries 2002-02-25 and 2002-02-26
9693
9694 2002-02-25 [christoph]  0.7.2claws14
9695
9696         * src/filtering.[ch]
9697         * src/inc.c
9698                 do filtering stuff after all messages have been received
9699                   1. drop all messages to .processing
9700                   2. scan processing folder for messages
9701                   3. filter messages or move to inbox
9702                 this will also find old messages left in processing after
9703                 a crash or something like that and we get a real msginfo
9704                 from folder->get_msg_list and do not have to create our
9705                 own in filter_message
9706         * src/matcher_parser_parse.y
9707                 remove MIX/MAX warning (reordered includes)
9708
9709 2002-02-25 [paul]       0.7.2claws13
9710
9711         * sync with sylpheed 0.7.2cvs15
9712                 see ChangeLog entry 2002-02-24
9713
9714 2002-02-24 [alfons]     0.7.2claws12
9715
9716         * src/filtering.c
9717                 clear old color flags first when applying a new color to
9718                 a message info. 
9719                 (spotted by Lo'oRiS il Kabukimono <lo_oris@libero.it>)
9720
9721 2002-02-24 [alfons]     0.7.2.claws11
9722         
9723         * AUTHORS
9724         * src/prefs_common.c
9725                 add presets for Opera and Konqueror, closes patch #517261,
9726                 submitted by Ville Skyttä <scop@users.sourceforge.net>
9727
9728 2002-02-24 [alfons]     0.7.2.claws10
9729
9730         * AUTHORS
9731         * src/summaryview.c
9732                 fix threading for null message ids, closes patch #521601,
9733                 submitted by Bob Forsman <hammor@users.sourceforge.net>
9734
9735 2002-02-24 [alfons]     0.7.2claws9
9736
9737         * src/summaryview.c
9738         * src/filtering.c
9739                 make Tool | Filter Message work with filtering system so
9740                 setting flags also works
9741
9742                 TODO:
9743
9744                 - Processing uses the same function as Tool | Filter
9745                   Message, but doesn't use the same update proc yet
9746
9747 2002-02-23 [paul]       0.7.2claws8
9748
9749         * sync with sylpheed 0.7.2cvs14
9750                 see ChangeLog entries 2002-02-22 and 2002-02-23
9751
9752 2002-02-22 [christoph]  0.7.2claws7
9753
9754         * src/quote_fmt.c
9755                 Add column space to table
9756         * src/quote_fmt_parse.y
9757                 Close files
9758
9759 2002-02-22 [paul]       0.7.2claws6
9760
9761         * src/Makefile.am
9762           src/defs.h
9763           src/filtering.c
9764           src/inc.[ch]
9765           src/mainwindow.c
9766           src/matcher.[ch]
9767           src/matcher_parser_lex.l
9768           src/matcher_parser_parse.y
9769           src/pop.[ch]
9770           src/prefs_account.h
9771           src/prefs_filtering.c
9772           src/selective_download.[ch]   *** NEW FILES ***
9773           src/utils.[ch]
9774           po/POTFILES.in
9775                 Selective Download added to 'Tool' menu. 
9776                 Retrieves email headers of the currently selected pop3 
9777                 account and allows the user to mark emails for deletion 
9778                 right on the pop3 server. Patch submitted by Oliver Haertel 
9779                 <oha@users.sourceforge.net>.
9780         
9781         * po/POTFILES.in
9782                 add 'src/quote_fmt.c'           
9783
9784 2002-02-22 [christoph]  0.7.2claws5
9785
9786         * src/Makefile.am
9787                 added quote_fmt.c
9788         * src/prefs_common.[ch]
9789         * src/prefs_template.c
9790         * src/quote_fmt.c               *** NEW FILE ***
9791         * src/quote_fmt.h
9792                 move quote format symbol description code
9793                 to it's own file because it is used from
9794                 differnent code parts
9795                 Rewrote symbol description GUI
9796                   + use table
9797                   + add separators
9798                   + get data from array (no more long constant strings)
9799         * src/quote_fmt_lex.l
9800         * src/quote_fmt_parse.y
9801                 Symbol for Literal % changed to \% instead of %%
9802                 (More logical as \ is used for quoting for other symbols)
9803                 Add |f and |p to include files and program output
9804                 Examples:
9805                     |f{/home/.../.signature}
9806                     |p{date}
9807         * po/de.po
9808                 Correct wrong spelling for "Referenzen"
9809
9810 2002-02-21 [paul]       0.7.2claws4
9811
9812         * src/procmsg.c
9813                 forgotten during sync
9814
9815 2002-02-21 [paul]       0.7.2claws3
9816
9817         * sync with sylpheed 0.7.2cvs11
9818                 see ChangeLog entries 2002-02-17, 2002-02-18, 2002-02-19,
9819                 2002-02-20 and 2002-02-21
9820
9821 2002-02-20 [melvin]     0.7.2claws2
9822
9823         * src/prefs_actions.c
9824                 Added error report when child cannot fork or when execvp 
9825                 returns with an error.
9826
9827 2002-02-19 [christoph]  0.7.2claws1
9828
9829         * src/codeconv.c
9830                 return unconverted text if conde conversion is not possible
9831                 when libjconv is used.
9832                 (patch submitted by "Simon 'corecode' Schubert")
9833
9834 2002-02-19 [paul]       
9835
9836         * version 0.7.2claws release
9837
9838 2002-02-19 [paul]       0.7.2claws
9839
9840         * po/nl.po
9841                 updated by Wilbert Berendsen
9842
9843
9844 2002-02-18 [alfons]     0.7.1claws13
9845
9846         * src/syldap.c
9847         * src/jpilot.c
9848                 remove references to dlfcn and explicitly loading functions
9849                 from dynalink libs, because libs linked anyway, and functions
9850                 are loaded explicitly
9851
9852 2002-02-17 [melvin]     0.7.1claws12
9853
9854         * src/prefs_actions.c
9855                 Replaced children wait loop with double fork technique.
9856                 Now, input/output window updated at each new output.
9857                 free_children(): Fixed a memory leak.
9858                 Made input/output window non closable if running children
9859                 still exist.
9860                 Added missing <unistd.h> include.
9861                 Added some --debug outputs.
9862
9863 2002-02-17 [melvin]     0.7.1claws11
9864
9865         * src/summaryview.c
9866                 Fixed bug where descending sort order did not select top
9867                 message.
9868
9869 2002-02-17 [melvin]     0.7.1claws10
9870
9871         * acconfig.h
9872                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
9873         * src/prefs_common.c
9874                 Pspell data package directory no more hard coded but
9875                 set during configuration (PSPELL_PATH). (Thanks to 
9876                                 Gustavo Noronha Silva.)
9877
9878 2002-02-17 [melvin]     0.7.1claws9
9879
9880         * configure.in
9881                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
9882         * src/gtkspell.c
9883                 Fixed compile-time warnings.
9884
9885 2002-02-16 [alfons]     0.7.1claws8
9886
9887         * src/filesel.c
9888                 fix inadvertent free of NULL pointer which caused
9889                 sylpheed to crash when closing the save-as dialog
9890                 using the window close button
9891
9892 2002-02-16 [carsten]    0.7.1claws7
9893         * src/mainwindow.[ch]
9894           src/summaryview.c
9895           src/prefs_common.c
9896                 fixes for pixmap theming code:
9897                         - recently changed mail attributes shouldn't get
9898                           lost any longer
9899                         - theme is only reloaded iff another theme was
9900                           selected
9901
9902 2002-02-16 [paul]       0.7.1claws6
9903
9904         * sync with sylpheed 0.7.2 release
9905                 see ChangeLog entry 2002-02-15 and 2002-02-16
9906
9907 2002-02-15 [paul]       0.7.1claws5
9908
9909         * sync with sylpheed 0.7.1cvs9
9910                 see ChangeLog entry 2002-02-15
9911
9912         * po/POTFILES.in
9913                 remove unneeded headerwindow.c entry
9914
9915 2002-02-14 [carsten]    0.7.1claws4
9916         * src/summaryview.c
9917                 fixed a bug for "Go to next unread message": there was
9918                 an endless loop if NEXTUNREADMSGDIALOG_ASSUME_NO was set
9919                 in the prefs, because of doing "Search again" instead
9920                 "No"
9921
9922 2002-02-14 [carsten]    0.7.1claws3
9923         * src/stock_pixmap.c
9924                 removed 2 more mem leaks; following memprof,
9925                 this code is "leak free" now :)
9926
9927 2002-02-14 [carsten]    0.7.1claws2
9928         * src/stock_pixmap.c
9929                 used opendir/readdir/closedir instead of scandir
9930                 -> code should work now on Solaris
9931
9932 2002-02-14 [paul]       0.7.1claws1
9933
9934         * sync with sylpheed 0.7.1cvs8
9935                 see ChangeLog entries 2002-02-13 and 2002-02-14
9936
9937         * README.claws
9938                 add some description of Actions and Pixmap Themes
9939
9940 2002-02-13 [paul]       
9941
9942         * version 0.7.1claws release
9943
9944 2002-02-13 [paul]       0.7.1claws
9945
9946         * po/es.po
9947           po/it.po
9948           po/pt_BR.po
9949                 updated translations, submitted by Ricardo Mones Lastra,
9950                 Alessandro Maestri and Fabio Junior Beneditto
9951
9952 2002-02-13 [melvin]     0.7.0claws75
9953
9954         * src/prefs_actions.c
9955                 Added missing "signal.h" include
9956
9957 2002-02-13 [melvin]     0.7.0claws74
9958
9959         * src/prefs_folder_item.c
9960                 Added missing "config.h" include
9961         * po/fr.po
9962                 Updated French translation for folder propriety.
9963
9964 2002-02-13 [jens]       0.7.0claws73
9965
9966         * po/POTFILES.in
9967                 Added missing src/prefs_folder_item.c [log added by melvin]
9968         * po/de.po
9969                 Updated German translation.
9970
9971 2002-02-13 [melvin]     0.7.0claws72
9972
9973         * po/fr.po
9974                 Updated French translation.
9975
9976 2002-02-13 [melvin]     0.7.0claws71
9977
9978         * src/gtkutils.c
9979                 Made gtkut_editable_get_selection return NULL if selection
9980                 is of length zero.
9981                 This fixes a bug where selecting part of message A then
9982                 switching to message B and replying to it will not
9983                 quote the message's body.
9984
9985 2002-02-12 [paul]       0.7.0claws70
9986
9987         * src/mainwindow.c
9988                 cosmetic, relating to pixmap themes: on toolbar make 
9989                 updating of 'Exec' and 'Compose news/Compose email'
9990                 icons faster.
9991
9992 2002-02-12 [carsten]    0.7.0claws69
9993         * src/folderview.c
9994           src/mainwindow.[ch]
9995           src/stock_pixmap.c
9996           src/summaryview.c
9997           src/prefs_common.c
9998                 - refreshing after changing pixmap theme better
9999                   now (thanks Paul)
10000                 - wanted to remove some mem leaks, but alfons was
10001                   faster (and had the better solution ;)
10002
10003 2002-02-12 [alfons]     0.7.0claws68
10004
10005         * src/prefs_common.c
10006         * src/stock_pixmap.[ch]
10007                 plug mem leaks, refactor code a little bit
10008
10009
10010 2002-02-12 [sergey]     0.7.0claws67
10011
10012         * src/imap.c
10013                 Fixed problem with copying messages to IMAP folders when the
10014                 server uses something other than '/' as a namespace separator
10015                 (cyrus-imapd uses '.').
10016
10017 2002-02-12 [jens]       0.7.0claws66
10018
10019         * po/de.po
10020                 Updated German Translation
10021
10022 2002-02-12 [paul]       0.7.0claws65
10023
10024         * sync with sylpheed 0.7.1cvs1
10025                 see ChangeLog entry 2002-02-12
10026
10027 2002-02-12 [melvin]     0.7.0claws64
10028
10029         * src/prefs_actions.c
10030                 Fixed "feature" where children's output was duplicated 
10031                 instead of refreshed while monitoring.
10032                 Removed some debug code.
10033
10034 2002-02-12 [christoph]  0.7.0claws63
10035
10036         * src/compose.c
10037                 always delete message from queue after sending/send error
10038                 (closes bug #509601)
10039
10040 2002-02-12 [melvin]     0.7.0claws62
10041
10042         * src/prefs_actions.c
10043                 Children wait loop is now triggered with a timeout of 1s
10044                 Added %F which is replaced with the list of filenames 
10045                 of all selected messages (as suggested by Ricardo Mones Lestra)
10046                 Pipe syntax changed. Prefix with | to send selection, postfix
10047                 with | to retrieve output. Prefix with > or * to send
10048                 user definable input to the command (*: input is hidden)
10049                 Old pipe action should now be postfixed with |, too.
10050
10051 2002-02-12 [carsten]    0.7.0claws61 (more 59.75)
10052         * src/stock_pixmap.c
10053                 fixed a bug: if there's no theme directory don't
10054                 throw an error, just do "nothing" (thanks Alfons)
10055
10056 2002-02-12 [carsten]    0.7.0claws60
10057         * src/folderview.c
10058           src/summaryview.c
10059                 had to write the cache twice (nasty!); some marks would 
10060                 get lost if not
10061
10062 2002-02-11 [carsten]    0.7.0claws59
10063         * acconfig.h
10064           configure.in
10065           doc-src/maintainer_guide.txt
10066           src/compose.[ch]
10067           src/defs.h
10068           src/folderview.[ch]
10069           src/gtkutils.[ch]
10070           src/mainwindow.[ch]
10071           src/prefs_common.[ch]
10072           src/stock_pixmap.[ch]
10073           src/summaryview.[ch]
10074                 pixmap theming and related work on pixmap
10075                 handling on some other places
10076                 (e.g. hrm features for all folder)
10077           src/pixmap/stock_*.xpm -> the stock_ was removed
10078         
10079 2002-02-11 [paul]       0.7.0claws58
10080
10081         * sync with sylpheed 0.7.1 release
10082                 see ChangeLog entries 2002-02-11
10083
10084 2002-02-08 [paul]       0.7.0claws57
10085
10086         * sync with sylpheed 0.7.0cvs39
10087                 see ChangeLog entry 2002-02-07 (last entry) 
10088
10089         * src/prefs_actions.c
10090           src/prefs_filtering.c
10091           src/prefs_matcher.c
10092           src/prefs_scoring.c
10093                 sync: made it compile with C compilers other than gcc
10094
10095 2002-02-07 [paul]       0.7.0claws56
10096
10097         * sync with sylpheed 0.7.0cvs38
10098                 see ChangeLog entries 2002-02-06 (last 2 entries) and
10099                 2002-02-07
10100
10101 2002-02-07 [darko]      0.7.0claws55
10102
10103         * src/gtkutils.[ch]
10104         * src/summaryview.c
10105                 Fix const gchar */gchar * issue (thanks Hiro)
10106
10107 2002-02-07 [darko]      0.7.0claws54
10108
10109         * src/compose.[ch]
10110         * src/filtering.c
10111         * src/gtkutils.[ch]
10112         * src/prefs_template.c
10113         * src/quote_fmt.h
10114         * src/quote_fmt_parse.y
10115         * src/summaryview.c
10116         * src/utils.[ch]
10117                 When replying or forwarding an email don't quote the entire
10118                 mail body but use the part of the message text that is selected
10119
10120 2002-02-06 [melvin]     0.7.0claws53
10121
10122         * src/prefs_common.[ch]
10123         * src/gtkspell.[ch]
10124         * src/compose.c
10125                 Made possible to switch quickly to last used dictionary
10126                 which makes checking bilingual documents easier.
10127
10128 2002-02-06 [melvin]     0.7.0claws52
10129         
10130         * po/POTFILES.in
10131                 Added forgotten new file src/prefs_actions.c
10132
10133 2002-02-06 [melvin]     0.7.0claws51
10134
10135         * src/prefs_actions.c   ** NEW FILE **
10136         * src/prefs_actions.h   ** NEW FILE **
10137                 Added actions to execute on message text view, or on the
10138                         message's file.
10139         * src/Makefile.am
10140                 Added src/prefs_actions.[ch]
10141         * src/compose.c
10142                 Added new menu "Edit/Actions"
10143         * src/defs.h
10144                 Added new actionsrc file.
10145         * src/main.c
10146                 Added actionsrc reading.
10147         * src/mainwindow.c
10148                 Added new menus "Edit/Actions" and "Configuration/Actions..."
10149         * src/prefs_common.h
10150                 Added new element actionslst element to prefs_common.
10151
10152 2002-02-06 [paul]       0.7.0claws50
10153
10154         * sync with sylpheed 0.7.0cvs36
10155                 see ChangeLog entry 2002-02-06
10156
10157 2002-02-05 [paul]
10158
10159         * po/es.po
10160                 updated by Ricardo Mones Lastra
10161
10162 2002-02-05 [paul]       0.7.0claws49
10163
10164         * sync with sylpheed 0.7.0cvs33
10165                 see ChangeLog entries 2002-02-04 (last 4 entries) and 2002-02-05
10166
10167 2002-02-05 [paul]       0.7.0claws48
10168
10169         * src/compose.c
10170                 re-add 'Edit/Advanced/Delete entire line', previously named
10171                 'Delete Line+'
10172
10173 2002-02-04 [paul]       0.7.0claws47
10174
10175         * src/compose.c
10176           src/summaryview.c
10177                 fix bug #494993 (Reply All not taking Reply-To into consi)
10178                 eliminate differences in behaviour of right-click 'Reply to all' 
10179                 in summary view and 'Reply to all' on the toolbar. 
10180                 fix bug where Reply-To gets ignored by 'Reply to all' in summary
10181                 view and From gets ignored by 'Reply to all' on toolbar.
10182                 fix bug where 'Reply to all' on toolbar uses To twice and ignores
10183                 From when no Reply-To header is present.
10184
10185 2002-02-04 [paul]       0.7.0claws46
10186
10187         * sync with sylpheed 0.7.0cvs30
10188                 see ChangeLog entries 2002-02-03 and 2002-02-04
10189
10190 2002-02-03 [melvin]     0.7.0claws45
10191
10192         * src/gtkspell.[ch]
10193                 Readded function to highlight all misspelled words.
10194                 Fixed bug where user-provided-words did not replace
10195                         correctly the misspelled word when using the mouse.
10196                 Fixed bug where checking a region selected from right to left did
10197                         not check the region at all.
10198                 Fixed bug where 'Check backwards' may not check at all. 
10199                 Fixed memory leaks where popup menus and accel_groups were not destroyed.
10200                 Fixed possible buffer overflow when checking for long strings (>1k).
10201                 Made cursor and scrollbar positions non changing after uncheck_all/check_all.
10202                 Accelerators code uses now gtk_widget_add_accel.
10203                 Removed and disabled obsolete and unfinished code.
10204                 Cleaning up.
10205
10206         * src/compose.c
10207                 Added menu item to Highlight all misspelled words.
10208
10209 2002-02-01 [paul]       0.7.0claws44
10210
10211         * src/mainwindow.c
10212                 fix '/View/Hide read messages' sensitivity when all
10213                 messages in a folder are hidden
10214
10215 2002-02-01 [paul]       0.7.0claws43
10216
10217         * src/main.c
10218                 add --send option to command line interface, sends all
10219                 queued mail. Patch submitted by Ricardo Mones Lastra.
10220
10221 2002-01-31 [paul]       0.7.0claws42
10222
10223         * src/mainwindow.c
10224                 add '/View/Hide read messages' to main_window_set_menu_sensitive()
10225
10226 2002-01-31 [paul]       0.7.0claws41
10227
10228         * sync with sylpheed 0.7.0cvs27
10229                 see ChangeLog entries 2002-01-30 (src/mh.c, src/prefs_common.c)
10230                 and 2002-01-31
10231
10232         * src/textview.c
10233                 comment out elements of textview_show_part() as temporary
10234                 workaround for attachment 'Display as text' bug 
10235
10236         * po/pt_BR.po
10237                 updated by Fabio Junior Beneditto
10238
10239 2002-01-30 [paul]       0.7.0claws40
10240
10241         * sync with sylpheed 0.7.0cvs24
10242                 see ChangeLog entries 2002-01-29 (src/prefs_common.c)
10243                 and 2002-01-30
10244
10245         * src/compose.c
10246                 add {N_("/_Spelling"), ... "<Branch>"} to 
10247                 GtkItemFactoryEntry compose_entries[]
10248
10249         * src/prefs_common.c
10250                 add claws menu items to prefs_keybind_apply_clicked()
10251                 and remove non-claws menu items
10252
10253 2002-01-29 [paul]       0.7.0claws39
10254
10255         * sync with sylpheed 0.7.0cvs22
10256                 see ChangeLog entries 2002-01-28 and 2002-01-29
10257
10258 2002-01-28 [melvin]     0.7.0claws38
10259
10260         * src/compose.c
10261                 Added the declartion of compose_send_control_enter.
10262
10263         * src/compose.c
10264         * src/gtkspell.[ch]
10265                 Added in a 'Spelling' menu which includes the configuration menu. 
10266                 Added a real 'Check all' and got rid from the old one which only
10267                 highlited misspelled word.
10268                 Made 'Check while typing' a disableable option.
10269                 Added a dialog when there are no more misspelled word.
10270                 Added a dialog if error occurs when switching to a dictionary.
10271         
10272         * src/prefs_common.[ch]
10273                 Added option for the default 'Check while typing' option.
10274
10275
10276 2002-01-28 [alfons]     0.7.0claws37
10277
10278         * src/compose.c
10279                 fix buglet and make code comply with sylpheed code style
10280
10281 2002-01-28 [paul]       0.7.0claws36
10282
10283         * sync with sylpheed 0.7.0cvs19
10284                 see ChangeLog entries for 2002-01-28
10285
10286 2002-01-28 [hoa]        0.7.0claws35
10287
10288         * src/defs.h
10289                 added rendererrc
10290
10291         * src/main.c
10292                 read the renderer config
10293
10294         * src/procmime.[ch]
10295                 use the renderer config to convert mime attachments
10296
10297         * src/textview.c
10298                 don't use textview_show_html/ertf,
10299                 use get_text_content instead
10300
10301 2002-01-27 [alfons]     0.7.0claws34
10302         
10303         * src/news.c
10304                 make sylpheed believe it can delete a news message...
10305                 (messages are NOT deleted, maybe we should remove
10306                 processing from the folder properties after all.)
10307
10308 2002-01-27 [alfons]     0.7.0claws33
10309
10310         * src/folder.c
10311                 add extra checks
10312         * src/news.c
10313                 implement remove_msg() 
10314
10315 2002-01-27 [alfons]     0.7.0claws32
10316
10317         * src/procmsg.h
10318         * src/procheader.c
10319         * src/messageview.c
10320                 fix return receipt / disposition notification again. this
10321                 stuff seems to break on _every_ major summary UI change, so
10322                 it's now implemented using a flag which is saved in the
10323                 marks cache
10324                 
10325 2002-01-26 [alfons]     0.7.0claws31
10326
10327         * src/import.c
10328                 let import dialog show the destination folder identifier
10329
10330 2002-01-26 [melvin]     0.7.0claws30
10331
10332         * src/folderview.c
10333         * src/summaryview.c
10334                 Readded 'Mark all read' into summary view popup menu
10335                 Added 'Mark all read' in folder view popup menu for IMAP
10336                 and NNTP.
10337                 Made it insensitive if the selected folder is not the shown
10338                 one to avoid 'Mark all read' on the wrong folder.
10339                 
10340 2002-01-26 [paul]       0.7.0claws29
10341
10342         * src/folderview.c
10343           src/summaryview.c
10344                 move 'Mark all read' from summary view to folder view
10345                 menu. (adapted from) patch submitted by Jeremy Andrews,
10346                 <lists@kerneltrap.com>
10347
10348 2002-01-25 [alfons]     0.7.0claws28
10349
10350         * src/gtkstext.c
10351                 put the gtk class name back so GtkSText adapts the 
10352                 settings of GtkText
10353
10354 2002-01-25 [alfons]     0.7.0claws27
10355
10356         * src/folderview.c 
10357                 assimilate Ricardo's patch that shows pixmaps instead of
10358                 plain "new" and "unread" texts in the folder view column
10359                 headers 
10360
10361 2002-01-25 [paul]       0.7.0claws26
10362
10363         * src/Makefile.am
10364                 add $(GPGME_CFLAGS) to INCLUDES so that gpgme can 
10365                 be found in non-standard locations. 
10366                 Closes Patch #507976, submitted by Stoyan Genov, <sdg@rila.bg>
10367
10368 2002-01-25 [paul]       0.7.0claws25
10369
10370         * sync with sylpheed 0.7.0cvs16
10371                 see ChangeLog entry 2002-01-25
10372
10373 2002-01-24 [paul]       0.7.0claws24
10374
10375         * more sync with sylpheed 0.7.0cvs15
10376                 get_file_size_as_clrf(), see ChangeLog entry 2002-01-23
10377
10378 2002-01-23 [sergey]     0.7.0claws23
10379
10380         * src/importldif.c
10381                 Fixed segfault when closing LDIF import wizard with
10382                 the window manager.
10383         * src/imageview.c
10384         * src/imageview.h
10385         * src/messageview.c
10386         * src/mimeview.c
10387                 Fixed wrong scrolling position after switching between
10388                 text and image parts.
10389
10390 2002-01-23 [paul]       0.7.0claws22
10391
10392         * sync with sylpheed 0.7.0cvs15
10393                 see ChangeLog entries 2002-01-22 and 2002-01-23
10394
10395 2002-01-21 [melvin]     0.7.0claws21
10396
10397         * src/prefs_scoring.c
10398         * src/prefs_filtering.c
10399                 Fixed bug where scoring and filtering windows stopped
10400                 autochecking.
10401
10402 2002-01-21 [paul]       0.7.0claws20
10403
10404         * sync with sylpheed 0.7.0cvs12
10405                 see ChangeLog entries 2002-01-20 and 2002-01-21
10406
10407 2002-01-21 [carsten]    0.7.0claws19
10408         * src/mainwindow.c
10409         * src/menu.[ch]
10410         * src/messageview.[ch]
10411         * src/summaryview.[ch]
10412                 changes to shortcuts handling again:
10413                         + "Q" now controled by mainwin
10414                         + v/V are now customizable and have slightly
10415                           different meanings
10416                 the "button" to minimize the messageview (and maximize
10417                 the summary view) is a real button now
10418         * src/compose.c
10419                 "Delete Line+" added to Edit/Advanced (this will also
10420                 delete the '\n')
10421
10422 2002-01-20 [melvin] 0.7.0claws18
10423
10424         * src/addressbook.c
10425                 Made "Bcc" sensitive when addressbook is called from
10426                 compose window (it was a Claws only bug).
10427
10428 2002-01-19 [alfons] 0.7.0claws17
10429
10430         * src/inc.c
10431                 prevent unnecessary updates when currently selected folder has
10432                 no new messages 
10433
10434 2002-01-19 [alfons] 0.7.0claws16
10435         
10436         * src/summaryview.c
10437                 prevent writing the cache based on current message list in summary 
10438                 view when filtering also put messages in currently selected folder
10439
10440 2002-01-19 [paul]
10441
10442         * po/it.po
10443                 Italian translation submitted by Alessandro Maestri
10444                 <a.maestri@cs.tin.it>
10445
10446 2002-01-18 [melvin]     0.7.0claws15
10447
10448         * src/prefs_filters.c
10449                 fixed bug where 'cancel' from 'filters' window stops autochecking
10450                 if the timer timed out  when the window was open.
10451
10452 2002-01-18 [match]      0.7.0claws14
10453
10454         * src/addrclip.[ch]     ** NEW FILE **
10455         * src/addrselect.[ch]   ** NEW FILE **
10456         * src/adbookbase.h      ** NEW FILE **
10457                 addressbook cut, copy and paste
10458         * src/addrbook.[ch]
10459         * src/addrcache.[ch]
10460         * src/addressitem.h
10461         * src/addrindex.[ch]
10462         * src/addritem.[ch]
10463         * src/importldif.c
10464         * src/importmutt.c
10465         * src/jpilot.[ch]
10466         * src/syldap.[ch]
10467         * src/vcard.[ch]
10468         * src/jpilot.[ch]
10469         * src/editbook.c
10470         * src/editjpilot.c
10471         * src/editldap.c
10472         * src/editvcard.c
10473                 support for copy/paste
10474         * src/addressbook.c
10475                 support for copy/paste
10476                 tidy up menu option processing
10477                 correct address list function arguments
10478         * src/editaddress.c
10479                 sort user attributes
10480         * src/ldif.h
10481         * src/mutt.h
10482                 tidy up
10483
10484         * src/addrbook.[ch]
10485         * src/addrbook.[ch]
10486         * src/addrbook.[ch]
10487                 
10488
10489 2002-01-18 [paul]       0.7.0claws13
10490
10491         * sync with sylpheed 0.7.0cvs8
10492                 configure.in: support Mac OS X (Darwin)
10493
10494 2002-01-18 [carsten]    0.7.0claws12
10495         * src/html.c
10496                 small hack to fix a segfault with an empty href
10497                 (reported by Alexandra Walford <deeni@altern.org>)
10498         * src/mainwindow.c
10499         * src/summaryview.c
10500                 the shortcuts for Mark und Mark as unread are hardcoded
10501                 again
10502         * src/compose.c
10503         * src/gtkstext.[ch]
10504                 readded the shortcuts in gtkstext but made them
10505                 customizeable (simply by adding a menu plus a wrapper
10506                 to compose.c)
10507
10508 2002-01-17 [melvin]     0.7.0claws11
10509
10510         * src/gtkspell.c
10511                 fix default dictionary not being saved.
10512
10513 2002-01-16 [darko]      0.7.0claws10
10514
10515         * src/compose.c
10516                 fix wrapping crash with URL longer than wrapping margin
10517
10518 2002-12-08 [hoa]        0.7.0claws10
10519
10520         * src/matcher_parser_parse.y
10521                 fixed some bugs
10522
10523         * src/prefs_filtering.c
10524                 now, we can use bounce action in the dialog box.
10525
10526 2002-01-16 [carsten]    0.7.0claws9
10527         * src/gtkstext.c
10528                 removed the <control> and <alt> shortcuts because they're
10529                 not needed and interefered with the "normal" shortcuts
10530         * src/mainwindow.c
10531         * src/summaryview.c
10532                 removed most of the hardcoded shortcuts and assigned
10533                 them to menu entries making them easy customizable by
10534                 that
10535
10536 2002-01-16 |melvin]     0.7.0claws8
10537
10538         * src/gtkspell.c
10539                 fixed bug where using the mouse and when the compose
10540                 window is not on top may result in a crash.
10541
10542 2002-01-16 [melvin]     0.7.0claws7
10543
10544         * src/compose.c
10545                 fixed a long standingspell checker bug which could 
10546                 cause a crash after sending a message.
10547
10548 2002-01-16 [paul]       0.7.0claws6
10549
10550         * sync with sylpheed 0.7.0cvs7
10551                 see ChangeLog entries 2002-01-10, 2002-01-11, 2002-01-14,
10552                 2002-01-15, and 2002-01-16
10553
10554 2002-01-16 [melvin]     0.7.0claws5
10555
10556         * README.claws
10557         * src/compose.c
10558         * src/gtkspell.[ch]
10559         * src/main.c
10560                 Heavily modified spell checker code to work around
10561                 ispell bug, to add keyboard shortcuts and for future
10562                 enhancements. See README.claws for usage information.
10563
10564 2002-01-15 [alfons]     0.7.0claws4
10565         
10566         * src/summaryview.c
10567                 change gtk_ctree_sort_node() into gtk_ctree_sort_recursive()
10568                 so sorting within threads reflects sort mode
10569
10570 2002-01-15 [christoph]  0.7.0claws3
10571
10572         * src/procmsg.c
10573                 added alertpanel if mail sending failed
10574
10575 2002-01-15 [alfons]     0.7.0claws2
10576         
10577         * src/prefs_filtering.c
10578                 don't stop timer when prefs filtering dialog is opened
10579
10580 2002-01-14 [alfons]     0.7.0claws1
10581
10582         * src/addr_compl.c
10583         * src/prefs.c
10584                 remove debug_print()s for privacy reasons
10585
10586 2002-01-14 [darko]      0.7.0claws
10587
10588         * README.claws
10589                 quotation wrapping is now also in the main branch
10590
10591 2002-01-14 [paul]
10592
10593         * tools/filter_conv.pl
10594                 allow for Boolean Op and case-sensitivity
10595                 this file is included in the release and tagged
10596                 'rel_0_7_0'
10597
10598 2002-01-13 [paul]       0.7.0claws
10599
10600         * release 0.7.0, with cvs tag 'rel_0_7_0'
10601
10602 2002-01-13 [paul]
10603
10604         * tools/filter_conv.pl
10605         * tools/README
10606                 rewritten to output to matcherrc instead of filteringrc
10607
10608         * po/es.po
10609                 updated Spanish translation by Ricardo Mones Lastra
10610
10611 2002-01-13 [alfons]
10612
10613         * po/nl.po
10614                 update dutch translation
10615
10616 2002-01-13 [paul]
10617
10618         * po/pt_BR.po
10619                 Updated by Fabio Junior Beneditto 
10620
10621 2002-01-13 [melvin]     0.6.6claws53
10622
10623         * po/fr.po
10624                 Updated french translation
10625
10626 2002-01-12 [alfons]     0.6.6claws52
10627
10628         * src/filtering.c
10629                 plug mem leak that has been sitting there for ages              
10630
10631 2002-01-12 [alfons]     0.6.6claws51
10632
10633         * src/summaryview.c
10634                 undo melvin's changes from 0.6.6claws48 because summary
10635                 view now refuses to select first unread message when
10636                 selecting a folder 
10637
10638 2002-01-11 [alfons]     0.6.6claws50
10639
10640         * src/import.c
10641                 use claws' semantics for getting folder item when
10642                 importing an mbox file into a folder 
10643                 (submitted by Dale P. Smith)
10644
10645 2002-01-11 [christoph]  0.6.6claws49
10646
10647         * src/prefs.h
10648                 set sensitivity in SET_TOGGLE_SENSITIVITY macro from
10649                 toggle widget, because non static prefs can not use
10650                 prefs_set_* functions
10651         * src/prefs_account.c
10652                 toggle smtp auth password field sensitivity if
10653                 user id is empty and add descrition of usage for
10654                 these fields
10655         * src/prefs_folder_item.c
10656                 use SET_TOGGLE_SENSITIVITY macro to instead of extra
10657                 callbacks
10658
10659 2002-01-11 [melvin]     0.6.6claws48
10660
10661         * src/compose.c
10662                 fix the 'Ctrl-Enter' feature for sending and test really
10663                 for 'Ctrl-Enter' (as Ctrl-Space is also used for activating
10664                 editables which was not documented in Gtk)
10665
10666         * src/summaryview.c
10667                 Made summaryview refresh after sorting and not before.
10668
10669 2002-01-11 [christoph]  0.6.6claws47
10670
10671         * src/compose.c
10672                 select account from account ids if possible and
10673                 correctly set save folder for copy in reedit
10674
10675 2002-01-10 [paul]       0.6.6claws46
10676
10677         * sync with sylpheed 0.7.0 release
10678                 see ChangeLog entries 2002-01-07, 2002-01-08 and
10679                 2002-01-09
10680
10681 2002-01-09 [alfons]
10682
10683         * src/summaryview.c
10684                 remove more dirt traces...
10685
10686 2002-01-09 [alfons]
10687         
10688         * src/summaryview.c
10689                 clean up some traces of my debugging stuff
10690
10691 2002-01-09 [alfons]     0.6.6claws45
10692
10693         * src/filtering.c
10694                 break up filteringprop_apply() in three separate pieces
10695                 so we can drop messages that failed processing in the
10696                 inbox
10697
10698         * src/summaryview.c
10699                 fix bug #469598 "no refresh of inbox after filter" which 
10700                 was introduced by the new summary view locking, and which 
10701                 prevented the summary view to update after a manual filter 
10702                 message. claw's filter message requires a summary_show().
10703                 (aargh, summary_show() again! :-)
10704                 
10705 2002-01-07 [alfons]     0.6.6claws44
10706
10707         * src/headerwindow.c
10708         * src/logwindow.c
10709         * src/messageview.c
10710         * src/sourcewindow.c
10711                 bring in Hiro's last 0.7.0 wm class fixes
10712
10713         * tools/sylprint.pl
10714                 bring in Ricardo's fix for sylprint script
10715
10716         * AUTHORS       
10717         * src/rfc2015.[ch]
10718         * src/prefs_common.[ch]
10719         * src/prefs_account.[ch]
10720         * src/compose.c
10721                 clean up account preference poison in rfc2015,
10722                 and preparation to fix double sign bug 
10723                 (patch submitted by Simon 'corecode' Schubert)
10724
10725 2002-01-07 [christoph]  0.6.6claws43
10726
10727         * src/mh.c
10728                 search for free message number, do not only rely
10729                 on last_num
10730         * src/send.c
10731                 fix smtp auth and use extra account information
10732                 if available, if not use pop3 data instead
10733                 (closes bug #500341)            
10734         * src/ssl.[ch]
10735                 match coding style
10736
10737 2002-01-06 [alfons]     0.6.6claws42
10738
10739         * src/mainwindow.c
10740                 try making the separate windows work again...
10741
10742 2002-01-06 [alfons]     0.6.6claws41
10743
10744         * src/mainwindow.c
10745                 adapt Hiro's separate window menu (to get rid of the funny
10746                 duplicate menu items), and make it work again
10747
10748 2002-01-06 [alfons]     0.6.6claws40
10749
10750         * tools/Makefile.am
10751         * tools/sylprint.rc
10752         * tools/sylprint.pl
10753         * tools/README.sylprint
10754                 add sylprint script for printing mails from Sylpheed
10755                 (contributed by Ricardo Mones Lastra)
10756
10757         * src/acount.c
10758                 clean up
10759
10760 2002-01-06 [melvin]     0.6.6claws39
10761
10762         * src/mainwindow.c
10763         * src/summaryview.c
10764                 Fixed crash introduced in 0.6.6claws38 by the menu
10765                 reorganisation (Hide read messages)
10766         
10767         * ChangeLog.claws 
10768                 Fixed typo (we are now in 2002, alfons ;) )
10769
10770 2002-01-05 [alfons]     0.6.6claws38
10771
10772         * sync with sylpheed 0.6.6cvs10-17
10773                 (last stuff marked as LAST_STABLE)
10774
10775 2002-01-04 [melvin]     0.6.6claws37
10776
10777         * src/account.c
10778                 Made account selection code use strcasestr again instead of
10779                 g_strcasecmp (fixes bug where reediting queued messages
10780                 did not select proper account reported by T. Link).
10781         
10782         * src/folderview.c
10783                 Fix bug where folder icons are not shown when 'hide read messages'
10784                 is on.
10785         
10786         * src/stock_pixmaps.[ch]
10787                 Added folder icons for 'hide read messages'.
10788         
10789         * src/compose.c
10790                 Fixed bug where 'Enter' in a header entry will send the message 
10791                 if 'CTL-Enter' was chosen as a shorcut for sendind. 
10792
10793 2002-01-03 [melvin]     0.6.6claws36
10794         
10795         * src/prefs.[ch]
10796                 Added popup menu for common preferences and
10797                 account preferences (right click on tab displays
10798                                 a menu of all tabs.)
10799
10800 2002-01-02 [melvin]     0.6.6claws35
10801
10802         * src/gtkspell.[ch]
10803                 Made spelling code compatible with undo/redo feature.
10804                 Added creation of suggestion mode menu for the general
10805                         preferences.
10806         
10807         * src/prefs_common.[ch]
10808                 Added option menu for the speller's suggestion mode.
10809                 Added missing spaces in "..." buttons and made a "..."
10810                         button non translatable!
10811         
10812         * src/compose.c
10813                 Made speller use the default suggestion mode.
10814                 Hack to make it possible to choose 'CTRL-Enter' as a
10815                         shortcut for sending (and only for sending).
10816
10817         * src/prefs_folder_item.c
10818                 Changing subject simplification does not update cache 
10819                         anymore (because it is unnecessary).
10820                 Fixed bug where changing subject simplification updated the 
10821                         summaryview even when the viewed folder is not the
10822                         folder which properties are being changed. (E.g. 
10823                                         viewing folder A and changing
10824                                         the subject simplification of 
10825                                         folder B -not being viewed- updated the 
10826                                         summaryview of folder A with data of
10827                                         folder B). (Hope this is clear... )
10828
10829 2001-12-31 [alfons]     0.6.6claws34
10830         
10831         * src/ldif.c
10832         * src/mutt.c
10833                 fgetc() returns a signed integer which doesn't
10834                 fit in a char. so c truncates this to a char
10835                 but we may lose significant bits. i.e. we may
10836                 comparing 0xFF which may not be equal to -1
10837                 unless properly casted to signed char which
10838                 we won't do because fgetc() returns a signed
10839                 integer which doesn't fit in a char. so c 
10840                 truncates this to a char but we may lose 
10841                 significat bits. (you got the idea, thanks
10842                 to Gustavo Noronha Silva <kov@debian.org>
10843                 and the Debian folks!)
10844
10845 2001-12-30 [alfons]     0.6.6claws33
10846
10847         * src/prefs_common.c
10848                 add #ifdef USE_PSPELLs that Melvin forgot               
10849
10850 2001-12-30 [melvin]     0.6.6claws32
10851         
10852         * src/prefs_common.[ch]
10853                 Added configurable color for misspelled words.
10854
10855         * src/gtkspell.[ch]
10856                 Fixed bug of foreground text color (reported by David
10857                                 Mehrmann)
10858                 Added configurable color for misspelled words.
10859
10860 2001-12-30 [alfons]     0.6.6claws31
10861
10862         * src/folder.c
10863                 remove unnecessary things someone put there
10864
10865         * src/mh.c
10866         * src/folder.[ch]
10867                 make folder properties (like threading and sorting) persistent
10868                 (closes bug #497424 "rescan folder tree resets proprieties")
10869                 currently this is only for MH folders. 
10870
10871 2001-12-29 [melvin]     0.6.6claws30
10872
10873         * src/string_match.[ch]
10874                 Optimized a bit: regexp pattern buffer compiled only once, and
10875                   one subroutine call removed. Fixed ^ regexp search: Now, 
10876                   "(^Re: )|(^Hello)" removes only "Re: " from "Re: Hello".
10877         
10878         * src/summaryview.c
10879                 Subject filtering changed to filter summary columns and
10880                   not directly the messages subject cache. The loss in 
10881                   performance is balanced by the improvement of string_match.
10882                 Added an alert panel if there is an error in the regexp.
10883
10884         * src/src/prefs_folder_item.h
10885                 Added a regexp pattern buffer.
10886
10887 2001-12-28 [alfons]     0.6.6claws29
10888
10889         * src/string_match.[ch]
10890                 clean up name space
10891                 allow compilation *BSD
10892
10893 2001-12-27 [alfons]     0.6.6claws28
10894
10895         * src/filter.c
10896                 sync the Hiro's bug fix for BSD
10897
10898 2001-12-27 [melvin]     0.6.6claws27
10899         
10900         * src/compose.c
10901                 Simplify focus to subject entry code.
10902
10903 2001-12-27 [darko]      0.6.6claws26
10904
10905         * src/filtering.c
10906         * src/mbox_folder.c
10907         * src/messageview.c
10908         * src/mh.c
10909         * src/procheader.[ch]
10910         * src/procmsg.h
10911         * src/stock_pixmap.[ch]
10912         * src/summaryview.c
10913                 Show key icon for encrypted mails in summary view
10914
10915         * src/pixmaps/clip.xpm
10916         * src/pixmaps/clipkey.xpm
10917         * src/pixmaps/key.xpm
10918                 New/modified icons for the above
10919
10920 2001-12-27 [melvin]     0.6.6claws25
10921
10922         * src/prefs_common.c
10923                 Put spell checker options in a separate tab to decrease
10924                 the Common Preferences window height.
10925
10926         * README.claws  
10927                 Update spell checker usage instruction about its options
10928                 location.
10929
10930 2001-12-27 [melvin]     0.6.6claws24
10931
10932         * src/compose.c
10933                 Changed subject entry widget position. Initial focus is
10934                 on the To header instead of the subject entry.
10935                 Creating a new header scrolls the header list to make the
10936                 created one visible. Nevertheless, when automatically filling
10937                 headers, the first one is shown.
10938                 A Tab key press in the last empty header entry zips the 
10939                 focus to the subject entry.
10940                 (I did not change the combo boxes, yet)
10941
10942 2001-12-26 [alfons]     0.6.6claws23
10943
10944         * src/prefs_account.c
10945         * src/inc.c
10946                 allow default inbox to reside in another mailbox (only
10947                 works for POP3 accounts)
10948
10949 2001-12-26 [alfons]     0.6.6claws22
10950         
10951         * src/textview.c
10952                 make reply-on-click work with the account of the selected folder
10953         * src/compose.c
10954                 put a fixme here to remind me to fix finding correct default
10955                 account for nested folders
10956
10957 2001-12-25 [alfons]     0.6.6claws21
10958
10959         * src/summaryview.c
10960                 make column headers display locked and mark pixmaps (idea by Melvin) 
10961                 fix bug by adding score and locked column type to sort array
10962
10963 2001-12-25 [alfons]     0.6.6claws20
10964         
10965         * src/summaryview.c
10966                 catch a *potentially* inadvertent write back of  
10967                 the message cache(s) introduced by 0.6.5claws37
10968
10969 2001-12-25 [christoph]  0.6.6claws19
10970
10971         * src/stock_pixmap.[ch]
10972         * src/summaryview.c
10973                 add ignore thread pixmap
10974                 (can someone draw a better icon for this?)
10975
10976 2001-12-24 [alfons]     0.6.6claws18
10977
10978         * src/prefs_folder_item.c
10979                 make address completion actually work for the
10980                 Default To address in the Folder Property dialog.
10981
10982 2001-12-24 [alfons]     0.6.6claws17
10983         
10984         * src/summaryview.c
10985                 use new style regexp for subject stripping 
10986                 (patch submitted by Thomas Link <t.link.tmp200101@gmx.net>)
10987
10988 2001-12-24 [darko]      0.6.6claws16
10989
10990         * src/pgptext.c
10991         * src/rfc2015.c
10992                 move GPG related informational messages to debug mode
10993
10994 2001-12-23 [alfons]     0.6.6claws15
10995
10996         * src/stock_pixmap.[ch]
10997         * src/summaryview.c
10998                 add the forgotten Claws' locked pixmap
10999
11000 2001-12-23 [alfons]     0.6.6claws14
11001
11002         * src/filesel.c
11003                 accept file name typed in entry in multi file
11004                 selector (patch submitted by Gustavo Noronha Silva 
11005                 <kov@debian.org>)
11006
11007 2001-12-23 [alfons]     0.6.6claws13
11008
11009         * src/prefs_filter.c
11010         * src/prefs_filtering.c
11011         * src/matcher.c
11012         * src/importmutt.c
11013                 clean up a little bit
11014         
11015         * src/string_match.c
11016                 validate input strings a little bit more
11017
11018 2001-12-23 [alfons]     0.6.6claws12
11019
11020         * src/Makefile.am
11021         * src/summaryview.c
11022         * src/string_match.[ch]         ** NEW **
11023         * src/folderview.[ch]
11024         * src/headerview.h
11025         * src/folder.[ch]
11026         * src/prefs_folder_item.[ch]
11027                 add subject simplification to strip out strings from
11028                 a subject line (esp. handy for mailing lists). 
11029                 (original patch by by Thomas Link <t.link.tmp200101@gmx.net>,
11030                 but slightly changed things for better integration.)
11031
11032 2001-12-23 [alfons]     0.6.6claws11
11033
11034         * src/mainwindow.c
11035                 fix bug introduced by submission included in 0.6.5claws52.
11036                 ideally this submission should clean the trash if any trash
11037                 folder has a message. however, the hasTrash variable was
11038                 set to false whenever a trash folder was empty (discarding
11039                 a previously found *filled* trash folder.)
11040
11041                 also edited the code a little bit and made it more safe.
11042
11043 2001-12-22 [alfons]     0.6.6claws10
11044
11045         * src/imap.c
11046                 quick fix for Martin Pool's omission of an account
11047                 specific SSL setting
11048
11049 2001-12-22 [alfons]     0.6.6claws9
11050
11051         * src/compose.c
11052         * src/messageview.c
11053         * src/mimeview.c
11054         * src/pgptext.c
11055         * src/procmime.[ch]
11056                 better support for multipart/digest (submitted
11057                 by Fredrik <e98fo@efd.lth.se>)
11058
11059 2001-12-22 [alfons]     0.6.6claws8
11060
11061         * src/addressbook.c
11062                 correct function signature
11063         * src/socket.[ch]
11064         * src/imap.[ch]
11065         * src/prefs_account.[ch]
11066                 allow IMAP over SSH tunnel (patch submitted by 
11067                 Martin Pool <mbp@samba.org>)
11068
11069 2001-12-21 [alfons]     0.6.6claws7
11070
11071         * sync with sylpheed 0.6.6cvs4-9
11072                 (may have forgotten something: LAST_STABLE is 0.6.6claws6)
11073
11074 2001-12-21 [christoph]  0.6.6claws6
11075
11076         * src/compose.c
11077         * src/prefs_folder_item.[ch]
11078                 implement saving of outgoing messages to current folder.
11079                 fix segfault when no default outbox is available
11080                 (closes bug #495683)
11081
11082 2001-12-21 [carsten]    0.6.6claws5
11083         * src/folderview.c
11084         * src/summaryview.c
11085                 pressing CTRL while DND does now the expected thing and
11086                 copies the mail (moving is still the default, as this
11087                 seam more appropriate for handling mails by DND)
11088
11089 2001-12-18 [paul]       0.6.6claws4
11090
11091         * sync with sylpheed 0.6.6cvs3
11092                 see ChangeLog entries 2001-12-18
11093
11094 2001-12-18 [hiro]       0.6.6claws3
11095
11096         * src/undo.c
11097                 fix for multibyte characters (obtain the number of letters
11098                 instead of bytes).
11099
11100 2001-12-17 [paul]       0.6.6claws2
11101
11102         * sync with sylpheed 0.6.6cvs1
11103                 see ChangeLog entry 2001-12-16
11104
11105 2000-12-17 [alfons]     0.6.6claws1
11106
11107         * src/filtering.c
11108                 clean up
11109
11110 2001-12-16 [paul]       0.6.6claws
11111 2001-12-15
11112
11113         * Release version 0.6.6claws, cvs tag: rel_0_6_6
11114
11115         * src/mimeview.c
11116                 last minute sync with main 0.6.6
11117
11118         * po/es.po
11119                 updated by Ricardo Mones Lastra
11120                 update for last minute sync
11121         * po/fr.po
11122         * po/nl.po
11123                 update for last minute sync
11124         * po/de.po
11125                 updated by Jens Oberender
11126         * po/pt_BR.po
11127                 updated by Fabio Junior Beneditto
11128
11129         * src/prefs_common.[ch]
11130         * src/undo.c
11131                 number of undo levels is user configurable
11132                 (squeeze it into the release in the dying
11133                 moments) Submitted by Jens Oberender    
11134
11135 2001-12-15 [melvin]
11136
11137         * po/fr.po
11138                 updated french translation
11139
11140 2001-12-15 [paul]       0.6.5claws92
11141
11142         * sync with sylpheed 0.6.5cvs28
11143                 see ChangeLog entry 2001-12-14 (src/prefs_account.c)
11144
11145         * po/nl.po
11146                 update to allow for sync
11147
11148 2001-12-15 [alfons]
11149         
11150         * po/nl.po
11151                 update dutch translation
11152
11153 2001-12-14 [carsten]    0.6.5claws91
11154         * src/summaryview.c
11155                 fixed bug #473785; also after changing the column order
11156                 the same message will be selected and displayed as before
11157                 the reordering
11158
11159 2001-12-14 [carsten]    0.6.5claws90
11160         * src/folderview.c
11161                 probably found the bug reported by wwb opening or closing
11162                 a folder tree just before dnd (found the solution in the
11163                 balsa source -- thanks to them)
11164
11165 2001-12-14 [carsten]    0.6.5claws89
11166         * src/gtkutils.c
11167         * src/account.c
11168                 moved gtk_clist_moveto to the right place, so that
11169                 only the accounts dialog is effected on opening
11170
11171 2001-12-14 [carsten]    0.6.5claws88
11172         * src/gtkutils.c
11173                 gtkut_clist_set_focus_row does a gtk_clist_moveto
11174                 now, so that the focused row will be seen in any case
11175                 (reported by wwp on sf-claws-user)
11176
11177 2001-12-14 [darko]      0.6.5claws87
11178
11179         * src/compose.c
11180                 remove unnecessary line
11181
11182 2001-12-14 [paul]       0.6.5claws86
11183
11184         * sync with sylpheed 0.6.5cvs27
11185                 see ChangeLog entries 2001-12-14
11186
11187 2001-12-14 [carsten]    0.6.5claws85
11188         * src/mainwindow.c
11189                 following a suggestion of Melvin the rcoabm pops up
11190                 right under the button now and the button is reliefed
11191                 while the popup is open
11192
11193 2001-12-14 [darko]      0.6.5claws84
11194
11195         * src/compose.c
11196                 fix crash when wrapping long lines if linewrap quotation
11197                 is disabled and wrapper encounters a word spanning more
11198                 than one line
11199
11200 2001-12-13 [paul]       0.6.5claws83
11201
11202         * src/compose.c
11203                 prefer 'Reply-To' header over mailing list header when
11204                 replying to a message. Finally prevent all those confirmation 
11205                 messages being sent to the list itself.
11206
11207         * src/summaryview.c
11208                 remove unused summary_set_menu_sensitive() entry
11209
11210 2001-12-13 [paul]       0.6.5claws82
11211
11212         * src/folderview.c
11213         * src/pixmaps/inbox-hrm.xpm     ** NEW FILE **
11214         * src/pixmaps/outbox-hrm.xpm    ** NEW FILE **
11215         * src/pixmaps/trash-hrm.xpm     ** NEW FILE **
11216                 improvements to 'Hide read messages': Inbox, Outbox,
11217                 Trash, Queue, and Draft icons now reveal presence of hidden 
11218                 messages
11219
11220 2001-12-12 [alfons]     0.6.5claws81
11221
11222         0.6.5claws80 was tagged as LAST_STABLE
11223
11224         * src/filtering.[ch]
11225         * src/matcher.[ch]
11226         * src/matcher_parser_lex.c
11227                 fix the filtering; my last attempt to get it right, 
11228                 if it does not work, it's Hoa's turn. ;-)
11229
11230                 for my honourable peers:
11231                 
11232                 the code now makes a clear distinction between
11233                 rules as they are displayed (probably escaped),
11234                 and as they are executed (probably unescaped). the
11235                 parser does *NOT* do any unescaping, this is
11236                 the task of the matcher.c (which breaks up a
11237                 rule into condition) and the filtering.c (which
11238                 breaks up the rule's action). to make this
11239                 run happily we provide an unescaped copy of
11240                 crucial strings to the MatcherProp and 
11241                 FilteringAction structures. note that the only
11242                 exception to this is any REGEXP string. those
11243                 are directly passed to regcomp() and regexp()
11244                 (who have much more powerful unescape functions).
11245                 
11246                 for everyone else:
11247         
11248                 you can escape tab (\t), carriage return (\r),
11249                 linefeed (\n), form feed (\f), quote (\"), 
11250                 single quote (\'), bell (\b) in all the entry
11251                 lines in the scoring & filtering dialogs.
11252                 as an added bonus this should not affect
11253                 existing filtering rules.
11254
11255 2001-12-12 [carsten]    0.6.5claws80
11256
11257         * src/summaryview.c
11258         * po/de.po
11259                 "item(s) selected" is now sensitive to 1 or more
11260                 than one selected (nice for language where simple
11261                 adding of a "s" is not possible as German (Eintrag
11262                 ->Eintr"age)
11263                 
11264                 the "forward as attachment" entry from the right
11265                 click menu removed, "forward" acts following the
11266                 prefs
11267         
11268         * src/textview.c
11269                 reverted my former changes; so compiler warning again
11270                 but there's more GTK_TEXT/GTK_STEXT mixing on other places
11271                 nevertheless
11272
11273         * src/messageview.c
11274                 "search in message" does now *not* only work in MVIEW_TEXT
11275                 messages, but also in a MIMEVIEW_TEXT part of MVIEW_MIME
11276                 message
11277
11278         * src/mainwindow.c
11279                 removed "/File/_Close" as it was the same as "/File/E_xit"
11280                 and we don't need it two times
11281
11282                 the separate folder view and message view now get a distinct
11283                 WMCLASS, just in case someone is using sawfish ;-)
11284
11285                 as the menu entries "/View/Message view" and "/View/Folder tree"
11286                 are only doing something when SEPARATE_MESSAGE or SEPARATE_FOLDER
11287                 make them sensitive accordingly and as these two are "shown"
11288                 after startup anytime check this menuitem at startup
11289
11290 2001-12-12 [paul]       0.6.5claws79
11291
11292         * src/folderview.c
11293                 fix sensitivity of 'Search folder...', broken in
11294                 0.6.5claws75
11295
11296         * src/mainwindow.c
11297                 fix dodgy English
11298
11299 2001-12-11 [carsten]    0.6.5claws78
11300         * src/filtering.c
11301                 fixed two typos returning a wrong FALSE/TRUE
11302         * src/mainwindow.[ch]
11303                 extra menu for email/news button removed
11304
11305 2001-12-11 [alfons]     0.6.5claws77
11306         
11307         * src/matcher.c                 (1.3)
11308         * src/matcher_parser_lex.l      (1.28)
11309                 revert for another attempt
11310                 mark 0.6.5claws77 as LAST_STABLE
11311
11312 2001-12-11 [christoph]  0.6.5claws76
11313
11314         * po/de.po
11315                 fixed wrong translation for prev. unread msg
11316
11317 2001-12-11 [paul]       0.6.5claws75
11318
11319         * src/folder.[ch]
11320         * src/folderview.c
11321         * src/mainwindow.c
11322         * src/summaryview.[ch]
11323         * src/pixmaps/dir-open-hrm.xpm  ** NEW FILE **
11324                 enable ability to hide read messages on per folder basis via 
11325                 '/Summary/Hide read messages'; when selected, a folder will 
11326                 have a red open folder icon, instead of a blue icon, if the 
11327                 folder contains hidden messges
11328                 submitted by Thomas Link <t.link.tmp200101.gmx.net> 
11329
11330         * src/mainwindow.c
11331                 remove '/Message/Forward as attachment' from 
11332                 main_window_set_menu_sensitive() to prevent debug warning
11333
11334         * src/folderview.c
11335         * src/mainwindow.c
11336                 Clean up some of the English
11337
11338         * tools/newscache_clean.pl
11339                 allow for new 'hidereadmsgs' entry in folderlist.xml
11340
11341         * po/es.po
11342                 updated translation, submitted by Ricardo Mones Lastra
11343
11344 2001-12-11 [paul]       0.6.5claws74
11345
11346         * sync with sylpheed 0.6.5cvs25
11347                 see ChangeLog entry 2001-12-11
11348
11349 2001-12-10 [alfons]     0.6.5claws73
11350
11351         * src/matcher.c
11352                 add more control characters
11353         * src/matcher_parser_lex.l
11354                 make escaping / unescaping work again
11355
11356 2001-12-10 [alfons]     0.6.5claws72
11357
11358         * src/imap.c
11359                 clean up warnings "returning value for void function" 
11360         * src/prefs_filtering.c
11361                 make info button for execute action sensitive
11362
11363 2001-12-10 [paul]       0.6.5claws71
11364
11365         * src/compose.c
11366         * src/imap.[ch]
11367         * src/summaryview.c
11368                 fix: imap server now gets informed of MARKED, UNMARKED
11369                 and REPLY events. Now people can use different IMAP-Mail
11370                 clients and have the exact same information about MARKED,
11371                 UNMARKED and REPLY status with all of them. Especially
11372                 useful for imap servers with a web-frontend.
11373                 submitted by Tobias Sandhaas <medlor@web.de>
11374
11375 2001-12-09 [melvin]     0.6.5claws70
11376         
11377         * src/textview.[ch]
11378                 fixed bug #490076 (hunted down by Alfons who implemented
11379                 a workaround in 0.6.5claws65)
11380
11381 2001-12-09 [christoph]  0.6.5claws69
11382
11383         * src/summaryview.c
11384                 set pointer to string in LOCKED column to NULL
11385                 (might fix bug #490800)
11386
11387 2001-12-09 [carsten]    0.6.5claws68
11388
11389         * po/de.po
11390                 resolved some cluttered menu shortcuts 
11391                 ('creating new email' and 'creating news message'
11392                 hade the same)
11393         * src/compose.c
11394                 wmclass now distinc from main window
11395         * src/mainwindow.c
11396           src/mainwindow.h
11397                 email/news and forward button functionality similar
11398                 to the reply buttons; removed the ugly dropdown arrows
11399                 and use instead the right mouse button
11400
11401 2001-12-09 [paul]       0.6.5claws67
11402
11403         * src/imap.c
11404         * src/utils.h
11405                 allow spaces in imap folder names
11406                 submitted by Willem van Engen <wvengen@stack.nl>
11407
11408 2001-12-09 [paul]       0.6.5claws66
11409
11410         * sync with sylpheed 0.6.5cvs24
11411                 see ChangeLog entry 2001-12-09
11412
11413 2001-12-08 [alfons]     0.6.5claws65
11414
11415         * src/textview.c
11416                 prevent secondary selection claim after "add to sender" dialog
11417                 popped up. this is because there's a GDK_BUTTON_RELEASE pending.
11418                 we trick GTK by simulating a click at (0, 0) in the textview.
11419
11420 2001-12-08 [hoa]        0.6.5claws64
11421
11422         * src/folder.c
11423                 fixed a bug about the .processing folder name while filtering
11424
11425 2001-12-08 [alfons]     0.6.5claws63
11426
11427         * src/folderview.c 
11428                 work around problem of not correctly updating folder stats
11429                 when deleting messages. there's some folder scanning evil
11430                 going so the folderview_update_msg_num() does not work
11431                 correctly. need to investigate this.
11432
11433 2001-12-08 [paul]       0.6.5claws62
11434
11435         * sync with sylpheed 0.6.5cvs23
11436                 see ChangeLog entry 2001-12-08
11437
11438 2001-12-07 [christoph]  0.6.5claws61
11439
11440         * src/compose.c
11441                 fix another header translation problem
11442
11443 2001-12-07 [alfons]     0.6.5claws60
11444
11445         * src/mbox.c
11446                 make filtering also work on local spool mbox
11447
11448 2001-12-07 [carsten]    0.6.5claws59
11449         * src/addressbook.c
11450                 addressbook window gets a wmclass distinct from the main
11451                 sylpheed window
11452         * src/compose.h
11453         * src/mainwindow.[ch]
11454                   forward menu item will use mode selected in prefs, forward 
11455                 as attatchment in menu removed (will be substituted in the
11456                 toolbar similar to reply buttons)
11457                   create news message menu entry and news button is now 
11458                 sensitive to the existance of a news account
11459         * src/pixmaps/stock_mail_reply_quote.xpm           ** REMOVED **
11460         * src/pixmaps/stock_mail_reply_to_all_quote.xpm    ** REMOVED **
11461         * src/pixmaps/stock_mail_reply_to_sender_quote.xpm ** REMOVED **
11462                 these are removed because the toolbar buttons don't show
11463                 the quoting modus any longer
11464
11465 2001-12-07 [paul]
11466
11467         * tools/newscache_clean.pl      ** NEW FILE **
11468                 perl script to do some tidying up in the newscache directory 
11469                 
11470         * tools/sylpheed-switcher       ** NEW FILE **
11471                 perl script to enable easy switching between main and claws
11472                 
11473         * tools/README
11474                 added descriptions of the two new perl scripts          
11475
11476
11477 2001-12-07 [melvin]     0.6.5claws58
11478
11479         * src/messageview.c
11480                 fixed a warning during compilation introduced in 0.6.5claws56
11481
11482 2001-12-07 [paul]       0.6.5claws57
11483
11484         * src/mainwindow.[ch]
11485         * src/menu.[ch]
11486                 further usability enhancements to replying with or without 
11487                 quoting via the toolbar, use of Ctrl key is replaced by 
11488                 drop down menu 
11489                 Submitted by Carsten Schurig            
11490
11491 2001-12-07 [melvin]     0.6.5claws56
11492
11493         * src/messageview.c
11494                 hack to fix bug that prevented to make/paste selections
11495                 after switching between MVIEW_TEXT and MVIEW_MIME views
11496                 without deselecting the selection first.
11497
11498 2001-12-06 [alfons]     0.6.5claws55
11499
11500         * src/filtering.[ch]
11501         * src/inc.c
11502                 revise filtering a little bit more, and make sure
11503                 messages are delivered to the appropriate inbox
11504                 (perhaps set per account)
11505
11506 2001-12-06 [paul]       0.6.5claws54
11507
11508         * sync with sylpheed 0.6.5cvs22
11509                 see ChangeLog entry 2001-12-06
11510
11511 2001-12-05 [alfons]     0.6.5claws53
11512
11513         * src/inc.c
11514         * src/folder.[ch]
11515         * src/procmsg.c
11516         * src/filtering.c
11517                 more revisions of filtering system
11518                 (last stable version is marked as LAST_STABLE)
11519                 
11520                 | NOTE 1): the filtering system now uses a local folder called
11521                 | .processing. if filtering fails, check this directory
11522                 | for missing messages.
11523                 |
11524                 | NOTE 2): help us find the filtering actions still missing
11525
11526 2001-12-05 [paul]       0.6.5claws52
11527
11528         * src/mainwindow.c
11529                 fix bug where 'Empty Trash?' pop-up window appears even
11530                 when Trash is empty, submitted by Jesse Skinner         
11531
11532 2001-12-05 [melvin]     0.6.5claws51
11533
11534         * src/compose.c
11535                 fixed bug #486106 to select correct account when reediting 
11536                 a queued message
11537         
11538 2001-12-04 [alfons]     0.6.5claws50
11539
11540         * src/mh.c
11541                 declare markfile in appropriate functions when
11542                 no fchmod() is found (thanks to Mark Heerdink <marc@koelkast.net>
11543                 for spotting this)
11544
11545 2001-12-04 [paul]       0.6.5claws49
11546
11547         * sync with sylpheed 0.6.5cvs21
11548                 see ChangeLog entry 2001-12-04
11549
11550 2001-12-03 [christoph]  0.6.5claws48
11551
11552         * po/de.po
11553                 changed translation of undo
11554         * src/account.c
11555         * src/folder.c
11556                 don't reinvent the wheel to traverse a GNode
11557         * src/compose.[ch]
11558                 seperate code to create the compose gui into functions
11559                 add "Others" page with folder selection for saving copy
11560                 of the message.
11561                 the folder identifier is saved to queue header
11562         * src/procmsg.c
11563                 save message to folder in queue header
11564
11565 2001-12-03 [paul]       0.6.5claws47
11566
11567         * sync with sylpheed 0.6.5cvs20
11568                 see ChangeLog entry 2001-12-03
11569
11570 2001-12-01 [paul]
11571
11572         * more sync with sylpheed 0.6.5cvs19
11573                 see ChangeLog entry 2001-11-29
11574
11575 2001-11-30 [paul]       0.6.5claws46
11576         
11577         * src/compose.c
11578                 remove conflicts introduced by Hoa's last commit
11579          
11580         * src/mainwindow.c
11581                 make 'Message/Bounce' sensitive
11582
11583 2001-11-30 [hoa]        0.6.5claws45
11584
11585         * src/compose.c
11586                 slightly change bounce function to add
11587                 information about the user that bounced the mail
11588                 in the From header line.
11589
11590         * src/folderview.c
11591                 permit the use of processing in outbox folder.
11592
11593 2001-11-29 [paul]       0.6.5claws44
11594
11595         * src/mainwindow.[ch]
11596         * src/prefs_common.c
11597         * src/pixmaps/stock_mail_reply_quote.xpm            ** NEW FILE **
11598         * src/pixmaps/stock_mail_reply_to_all_quote.xpm     ** NEW FILE **
11599         * src/pixmaps/stock_mail_reply_to_author_quote.xpm  ** NEW FILE **
11600                 usability enhancements to the quoting, implements
11601                 use of Ctrl key to toggle quoting settings
11602                 Submitted by Carsten Schurig <Carsten.Schurig@web.de>
11603
11604 2001-11-29 [paul]       0.6.5claws43
11605         
11606         * sync with sylpheed 0.6.5cvs19
11607                 see ChangeLog entry 2001-11-28
11608
11609 2001-11-29 [melvin]     0.6.5claws42
11610         * src/Makefile.am
11611                 added enriched.[ch] to the list of files
11612
11613         * src/textview.c
11614         * src/mimeview.c
11615         * src/procmime.[ch]
11616         * src/enriched.[ch]
11617                 added support to view text/enriched
11618                 added support to show headers in message view for text/enriched and text/html
11619                         in non multipart messages
11620
11621 2001-11-28 [paul]       0.6.5claws41
11622
11623         * more sync with sylpheed 0.6.5cvs18
11624                 see ChangeLog entry 2001-11-27 (src/prefs_common.c)
11625
11626 2001-11-27 [paul]       0.6.5claws40
11627         
11628         * po/pt_BR.po
11629                 updated translation, submitted by Fabio Junior Beneditto
11630                 
11631         * sync with sylpheed 0.6.5cvs18
11632                 see ChangeLog entries 2001-11-26 (src/textview.c) and
11633                 2001-11-27
11634
11635
11636 2001-11-26 [paul]
11637
11638         * po/es.po
11639                 updated translation, submitted by Ricardo Mones Lastra
11640
11641 2001-11-26 [alfons]
11642
11643         * src/matcher.c
11644                 add more translatable strings
11645
11646 2001-11-26 [christoph]  0.6.5claws39
11647
11648         * po/de.po      
11649                 fixed one more umlaut
11650         * src/compose.c
11651                 fix translated header when it should not be translated
11652
11653 2001-11-26 [paul]       0.6.5claws38
11654
11655         * src/mainwindow.c
11656                 remove '/Message/Add Sender to address book' from 
11657                 main_window_set_menu_sensitive(), prevent debug warning
11658                 add 'Message/Mark/Mark all read' to mainwin_entries[]
11659
11660 2001-11-26 [paul]       0.6.5claws37
11661
11662         * src/summaryview.c
11663                 fix 'recurring unread state' bug 
11664
11665         * tools/README 
11666         * tools/filter_conv.pl
11667                 read name of top level mailbox from folderlist.xml
11668                 and presume nothing about its name              
11669
11670 2001-11-26 [darko]      0.6.5claws36
11671
11672         * src/gtkstext.[ch]
11673                 removed functions that are now in gtkutils.c
11674                 use gtkut_text_is_uri_string() from gtkutils.c
11675         * fix my comment on 2001-11-23 (missing gtkutils.[ch])
11676
11677 2001-11-26 [paul]       0.6.5claws35
11678
11679         * sync with sylpheed 0.6.5cvs16
11680                 see ChangeLog entries 2001-11-25 and 2001-11-26
11681
11682 2001-11-25 [alfons]     0.6.5claws34
11683
11684         EXPERIMENTAL!!! Please checkout the last stable version using: 
11685           
11686         % cvs update -r LAST_STABLE -dRAP
11687
11688         (Or help us testing this stuff.)
11689
11690         * src/filtering.c               (1.14)
11691         * src/filtering.h               (1.6)
11692         * src/inc.c                     (1.28)
11693         * src/matcher.c                 (1.20)
11694         * src/mbox.c                    (1.9)
11695         * src/procmsg.h                 (1.14)
11696         * src/summaryview.c             (1.59)
11697         * src/summaryview.h             (dunno)
11698                 revert/merge/sync to as it was before commit 
11699                 on Thu, 19 Jul 2001 10:15:51 -0700.
11700
11701 2001-11-25 [hoa]        0.6.5claws33
11702
11703         * src/main.c
11704                 processing mails at startup
11705
11706         * src/folderview.c
11707         * src/summaryview.[ch]
11708                 processing mails when entering folder
11709
11710         * src/prefs_filtering.c
11711                 fixed some UI bugs
11712
11713 2001-11-24 [alfons]     0.6.5claws32
11714
11715         * src/summaryview.[ch]
11716                 make summary sort headers work, and also make
11717                 sure the sort type is stored
11718
11719 2001-11-23 [alfons]     0.6.5claws31
11720
11721         * src/summaryview.[ch]
11722                 make lock work like mark
11723                 disallow deleting messages marked as locked
11724
11725 2001-11-23 [alfons]     0.6.5claws30
11726
11727         * src/gtkstext.c
11728         * src/compose.[ch]
11729         * src/Makefile.am
11730         * src/undo.[ch]
11731                 merge undo patch submitted by Jens
11732
11733 2001-11-23 [christoph]  0.6.5claws29
11734
11735         * src/.cvsignore
11736                 added ylwrap
11737         * src/compose.c
11738                 fixed gpg signing and encoding
11739         * src/folder.[ch]
11740         * src/main.c
11741                 added --status option to get new, unread and total
11742                 message count from a running sylpheed
11743         * src/prefs_common.c
11744                 temporary fix for reply_with_quote problem
11745                 (don't call functions for non existing widget)
11746         * src/procmsg.c
11747                 one more check for ignored threads but still not
11748                 always working correctly. probably a recursive
11749                 check for all parents is needed
11750
11751 2001-11-23 [darko]      0.6.5claws28
11752
11753         * src/compose.c
11754                 wrapping on send improvements
11755         * src/gtkutils.[ch]
11756                 fix for GtkSText after last sync with main branch
11757                 GTK_TEXT -> GTK_STEXT
11758
11759 2001-11-23 [paul]       0.6.5claws27
11760
11761         * sync with sylpheed 0.6.5cvs14
11762                 see ChangeLog entries 2001-11-22 and 2001-11-23
11763                 
11764         * po/de.po
11765                 fixed the scrambled umlauts 
11766                 submitted by Carsten Schurig <Carsten.Schurig@web.de>
11767
11768 2001-11-21 [paul]       0.6.5claws26
11769
11770         * sync with sylpheed 0.6.5cvs12
11771                 see 2nd ChangeLog entry dated 2001-11-20
11772
11773 2001-11-20 [paul]       0.6.5claws25
11774
11775         * sync with sylpheed 0.6.5cvs11
11776                 see ChangeLog entry 2001-11-19 (src/utils.c)
11777
11778 2001-11-20 [hiro]
11779
11780         * src/compose.c
11781                 GTK_TEXT -> GTK_STEXT
11782                 fix for wrong comment
11783
11784 2001-11-20 [hiro]       0.6.5claws24
11785
11786         * src/compose.[ch]
11787                 more merges from main branch
11788                 removed fatal warnings (uninitialized variables etc.)
11789                 some coding style fix
11790         * src/gtkutils.h
11791                 fixed typo.
11792         * src/addressbook.c
11793           src/addrindex.c
11794                 V-Card -> vCard
11795
11796 2001-11-19 [hoa]        0.6.5claws23
11797
11798         * src/filtering.c
11799         * src/prefs_scoring.c
11800         * src/matcher.[ch]
11801         * src/scoring.c
11802                 cleaning code
11803
11804         * src/matcher_parser_parse.y
11805         * src/prefs_filtering.c
11806                 bouncing
11807
11808 2001-11-19 [alfons]     0.6.5claws22
11809
11810         more of my old things into claws
11811
11812         * src/Makefile.am
11813         * src/prefs_common.c
11814         * src/procmsg.h
11815         * src/summaryview.[ch]
11816         * src/prefs_summary_column.c
11817         * src/pixmaps/locked.xpm
11818                 add indicators for locking of message in summary view
11819                 (does not work yet, only visual indicator)
11820
11821 2001-11-19 [paul]       0.6.5claws21
11822
11823         * sync with sylpheed 0.6.5cvs10
11824                 see ChangeLog entry 2001-11-19
11825
11826 2001-11-18 [alfons]     0.6.5claws20
11827         
11828         * src/filtering.c
11829                 remove an inadvertent free I forgot in previous clean up 
11830
11831 2001-11-18 [alfons]     0.6.5claws19
11832
11833         * src/filtering.[ch]
11834                 clean up & plug leaks
11835
11836 2001-11-18 [paul]       0.6.5claws18
11837
11838         * sync with sylpheed 0.6.5cvs9
11839                 see ChangeLog entries 2001-11-17 and 2001-11-18
11840
11841 2001-11-16 [paul]       0.6.5claws17
11842
11843         * sync with sylpheed 0.6.5cvs8
11844                 see ChangeLog entry 2001-11-16, src/grouplistdialog.c
11845
11846 2001-11-16 [paul]       0.6.5claws16
11847
11848         * sync with sylpheed 0.6.5cvs7
11849                 see ChangeLog entries 2001-11-15 and 2001-11-16
11850
11851 2001-11-15 [hoa]        0.6.5claws15
11852
11853         * src/compose.c
11854                 fix bounce, mails we received couln't be bounced to ourself.
11855
11856         * src/defs.h
11857         * src/filtering.[ch]
11858         * src/matcher.[ch]
11859         * src/matcher_parser.h
11860         * src/matcher_parser_lex.l
11861         * src/matcher_parser_parse.y
11862         * src/inc.c
11863         * src/main.c
11864         * src/mbox.c
11865         * src/prefs_filtering.[ch]
11866         * src/mainwindow.c
11867         * src/prefs_matcher.c
11868         * src/prefs_scoring.c
11869         * src/scoring.[ch]
11870         * src/summaryview.c
11871                 new matcher/filter/score configuration file parser
11872                 one unique configuration file => ~/.sylpheed/matcherrc
11873                 import in currently automatic, then save are made
11874                 in this new file.
11875                 one filter per folder and one global filter
11876                 (filter of a folder will be used as folder processing)
11877
11878         * src/folder.c
11879                 fix a bug in folder_item_get_identifier
11880                 
11881         * src/messageview.c
11882                 receive receipt return are fixed.
11883
11884 2001-11-14 [alfons]     0.6.5claws14
11885
11886         * src/session.h
11887                 add things from main branch to make claws compile
11888
11889 2001-11-14 [paul]       0.6.5claws13
11890
11891         * merge with SYNC-B4-REL and sync with sylpheed 0.6.5cvs5
11892                 see ChangeLog entries 2001-11-08 to 2001-11-14
11893
11894 2001-11-14 [hoa] 0.6.5claws12
11895
11896         * src/compose.[ch]
11897         * src/mainwindow.c
11898         * src/summaryview.c
11899                 add "bounce mail" option
11900
11901 2001-11-13 [christoph]  0.6.5claws11
11902
11903         * src/compose.c
11904                 Cleanup a mess i add before commiting
11905
11906 2001-11-13 [hoa]        0.6.5claws10
11907
11908         * src/compose.c
11909                 some fixes when mail are sent or
11910                 for crossposts
11911
11912 2001-11-13 [christoph]  0.6.5claws9
11913
11914         * po/de.po
11915                 Changed two string with the same translation
11916         * src/compose.c
11917         * src/procmsg.[ch]
11918         * src/send.[ch]
11919                 New mailsending process:
11920                   - Always queue message before sending
11921                     (message will be saved if sylpheed crashed or
11922                      freezes while sending)
11923                   - Allow queuing of newspostings
11924                   - No copy in outbox before sending
11925                     (closes bug #469501)
11926                   - No more redundant code for send and send_later
11927         * src/summaryview.c
11928                 Applied wwp <subscript@free.fr>'s patch that fixes
11929                 marks for multiple forwarded messages (+compose.c)
11930
11931 2001-11-12 [alfons]
11932
11933         * README.claws
11934                 remove things that are now in main branch
11935         
11936         * po/nl.po
11937                 update Dutch translation
11938
11939 2001-11-12 [mhadasht]   0.6.5.claws8
11940
11941         * src/prefs_common.c
11942                 re-enabled account autoselection feature for forward
11943                 and reedit lost during the branch point for SYNC-B4-REL
11944         * src/gtkspell.c
11945                 gtkpspell_get_dict(): more readable code (even if function is
11946                 not used yet)
11947         * ChangeLog.claws
11948                 added version number info to 2001-11-12 [hiro] comment.
11949
11950 2001-11-12 [hiro]       0.6.5.claws7
11951
11952         * src/compose.c
11953                 compose_forward(): fixed a bug that forward quote mark
11954                 wasn't used.
11955                 removed unnecessary code.
11956         * src/template_select.[ch]: removed.
11957
11958 2001-11-11 [alfons]
11959
11960         * src/compose.c
11961                 :%s/GTK_TEXT/GTK_STEXT/g
11962         
11963         * src/compose.[ch]
11964         * src/undo.[ch]
11965         * src/Makefile.am
11966                 revert the undo stuff (this is 0.6.6claws stuff)
11967
11968 2001-11-11 [hoa]        0.6.5.claws6
11969
11970         * src/compose.[ch]
11971                 Insert signature at the end of the text.
11972                 Added undo patch but currently disabled
11973
11974         * src/procmsg.c
11975                 Threading by subject improved.
11976
11977         * added src/undo.[ch]
11978                 Undo module for compose dialog box.
11979
11980 2001-11-11 [alfons]     0.6.5.claws5
11981
11982         * src/procmsg.c
11983                 prevent threading by subject on nodes that have already been
11984                 threaded by in-reply-to (as in "circular references in a tree
11985                 result in a dead branch")
11986
11987 2001-11-09 [hoa]        0.6.5.claws4
11988         
11989         * src/folderview.c
11990                 allows creation of mbox folder item from any files.
11991
11992 2001-11-09 [alfons]     0.6.5.claws3
11993         
11994         * src/utils.c
11995         * src/procmsg.c
11996                 do what I mean and correct threading by subject so it really
11997                 ignores attracting lines without "Re: "
11998
11999 2001-11-07 [alfons]     0.6.5.claws2
12000
12001         * src/procmsg.c
12002         * src/utils.[ch]
12003                 only attract by subject if a subject line starts with a "Re: "
12004         * src/syldap.c
12005                 remove warning
12006
12007 2001-11-07 [paul]       0.6.5claws1
12008
12009         * sync with sylpheed 0.6.5. release
12010                 see ChangeLog entry 2001-11-07
12011
12012 2001-11-07 [paul]       0.6.4claws31
12013
12014         * sync with sylpheed 0.6.4cvs18
12015                 see ChangeLog entries 2001-10-30 to 2001-11-07
12016                 prefs_templates.[ch] renamed prefs_template.[ch]
12017
12018 2001-11-06 [alfons]
12019         
12020         * src/utils.h
12021                 add semicolon Hoa forgot ;-)
12022                 
12023
12024 2001-11-06 [hoa]        0.6.4claws30
12025         
12026         * src/procmsg.c
12027         * src/summaryview.c
12028         * src/utils.c
12029         * src/utils.h
12030                 threading by subject - empty subject are ignored
12031
12032 2001-11-06 [christoph]  0.6.4claws29
12033
12034         * src/socket.c
12035                 use SSL_peek for sock_gets
12036         * src/utils.c
12037                 removed unneeded pointer in extracting quoted
12038                 names implementation
12039
12040 2001-11-06 [melvin]     0.6.4claws28
12041
12042         * src/gtkspell.c
12043                 fixed bug #476792 Selection overtyping with spell checker
12044                 fixed bug which could cause a buffer overflow
12045                 fixed a memory leak
12046
12047 2001-11-06 [hoa]        0.6.4claws27
12048         
12049         * src/procmsg.c
12050         * src/summaryview.c
12051                 threading by subject
12052
12053 2001-11-05 [alfons]     0.6.4claws26
12054         
12055         * README.claws
12056                 Claws -> Sylpheed (vice versa)
12057
12058         * src/compose.c
12059                 :%s/gtk_text/gtk_stext/g
12060                 :%s/GTK_TEXT/GTK_STEXT/g
12061                 (thanks to Jonathan Ware for spotting this)
12062
12063 2001-11-04 [christoph]  0.6.4claws25
12064
12065         * src/summaryview.c
12066                 replace Xalloca + strdup with Xstrdup_a
12067         * src/utils.c
12068                 better implementation of extracting quoted names
12069                 from addresses (remove backlashes and ignore
12070                 quotes after them)
12071
12072 2001-11-04 [alfons]     0.6.4claws24
12073
12074         * src/utils.[ch]
12075                 edit to comply more with coding style
12076
12077         * src/textview.c
12078                 fix bug reported by Kim Schulz. introduced by the patch integrated
12079                 in 0.6.4claws15. the code did not check the return value of
12080                 the html parser.
12081
12082         * AUTHORS
12083                 add Jonathan Ware and close "[ #475955 ] Enhanced Mailto Patch"
12084
12085 2001-11-04 [christoph]  0.6.4claws23
12086
12087         * src/main.c
12088         * src/prefs_common.[ch]
12089                 init some pointers that possibly caused a segfault
12090                 reported in the claws-users ML
12091
12092 2001-11-04 [hoa]        0.6.4claws22
12093
12094         * src/grouplistdialog.c
12095                 change the names of the nodes in the tree
12096
12097         * src/compose.c
12098                 enhanced mailto syntax as described in
12099                 http://developer.netscape.com/viewsource/husted_mailto/mailto.html
12100                 (thanks to Jonathan Ware <jonathan_ware@gmx.co.uk>)
12101
12102         * src/utils.c
12103                 encode and decode URI (useful when opening URL into
12104                 netscape).
12105
12106 2001-11-03 [hoa]        0.6.4claws21
12107
12108         * src/grouplistdialog.c
12109                 a new newsgroups list selection dialog box
12110                 with a CTree instead of a CList
12111
12112 2001-11-03 [hoa]        0.6.4claws20
12113
12114         * src/folderview.c
12115                 enable property and scoring options when right
12116                 click on "inbox"
12117
12118         * src/summaryview.c
12119                 fixed bug when nickname were displayed using
12120                 the address book.
12121
12122 2001-11-02 [darko]      0.6.4claws19
12123
12124         * src/compose.c
12125                 new wrap quotation and URL/long words wrapping implementation
12126         * src/compose.c src/gtkstext.[ch]
12127                 move gtkstext_strncmp() to gtkstext.c
12128
12129 2001-11-01 [christoph]  0.6.4claws18
12130
12131         * src/prefs_account.c
12132                 fixed mess in account settings dialog
12133         * src/prefs_folder_item.c
12134                 added label with folder path to dialog
12135
12136 2001-10-31 [match]      0.6.4claws17
12137
12138         * src/vcard.c
12139                 fix memory leak.
12140         * src/addrbook.c
12141                 fix generation of spurious address book file names.
12142                 remove redundant functions.
12143         * po/POTFILES.in
12144                 added missing file names.
12145
12146 2001-10-30 [paul]       0.6.4claws16
12147
12148         * sync with sylpheed 0.6.4cvs6
12149                 see ChangeLog entries 2001-10-26 to 2001-10-30
12150
12151         * tools/filter_conv.pl
12152                 read folderlist.xml to discover whether the top-level
12153                 folder is called 'Mailbox' or 'Mail' 
12154
12155 2001-10-29 [paul]       0.6.4claws15
12156
12157         * src/html.c, src/textview.c
12158                 activate links in html mail and fix clickable parts
12159                 Submitted by Matthieu Dazy <dazy@t-surf.com>
12160
12161 2001-10-29 [paul]
12162
12163         * po/de.po, po/es.po, po/pt_BR/po
12164                 updated translations, submitted by Jens Oberender,
12165                 Ricardo Mones Lastra, and Fabio Junior Beneditto
12166
12167 2001-10-29 [darko]      0.6.4claws14
12168
12169         * src/compose.c
12170                 fix wrapping for good
12171
12172 2001-10-29 [darko]
12173
12174         * src/compose.c
12175                 undo previous change as it broke the smart wrapping
12176
12177 2001-10-29 [darko]      0.6.4claws13
12178
12179         * src/compose.c
12180                 fix infinite loop when long URL is quoted
12181                 (closes bug #475122.
12182
12183 2001-10-28 [match]
12184
12185         * src/mutt.[ch] src/importmutt.[ch] src/mgutils.[ch] src/addressbook.c src/Makefile.am
12186                 import Mutt address book
12187         * src/ldif.[ch] src/importldif.h
12188                 modified import LDIF handle user attributes
12189
12190 2001-10-28 [christoph]  0.6.4claws12
12191
12192         * src/summaryview.c
12193                 fixed that filtering did not work if there
12194                 were no filter rules
12195                 (closes bug #472003 and better implementation
12196                  of patch #474644)
12197
12198 2001-10-27 [christoph]  0.6.4claws11
12199
12200         * src/compose.c
12201                 make the folder's default account to be used when
12202                 replying. (patch by wwp <subscript@free.fr>)
12203         * src/compose.c
12204                 code cleanup, nearly killed all of wwp's patch
12205                 for folder's default account in compose
12206         * src/folderview.c
12207                 error panel when a folder could not be created
12208                 (closes bug #471080 new folder name & already
12209                  existing file)
12210
12211 2001-10-26 [alfons]
12212
12213         * src/utils.h
12214                 change prototype of strstr2() that Christoph forgot about
12215
12216 2001-10-26 [christoph]  0.6.4claws10
12217
12218         * src/account.c
12219                 made search for accounts by email address not case
12220                 sensitive
12221         * src/folder.c
12222                 fixed memory leak in folder_item_get_identifier
12223         * src/gtkspell.c
12224         * src/utils.c
12225                 fixed wrong strstr2 (should work like strstr)
12226
12227 2001-10-26 [darko]      0.6.4claws9
12228
12229         * src/compose.c src/gtkstext.[ch]
12230         * src/gtkstext.c
12231                 move is_url_string() and gtkstext_str_strcmp() to gtkstext.c
12232
12233 2001-10-26 [paul]       0.6.4claws8
12234
12235         * src/html.c
12236                 ignore css and javascript tags in html mail
12237                 case-insensitive, with or without double-quoted
12238                 strings
12239
12240 2001-10-26 [paul]       0.6.4claws7
12241
12242         * sync with sylpheed 0.6.4cvs1
12243                 see ChangeLog entry 2001-10-26
12244
12245         * src/prefs_account.c, src/prefs_common.c,
12246           src/prefs_summary_column.c
12247                 minor improvements to the English
12248
12249 2001-10-25 [alfons]     0.6.4claws6
12250
12251         * src/gtkstext.c
12252         
12253                 make GtkSText follow style of GtkText (closes bug 
12254                 #469211 "text selection while writing message")
12255                 
12256                 do sync with GTK 1.2.10
12257
12258 2001-10-25 [paul]       0.6.4claws5
12259
12260         * src/html.c
12261                 ignore css tags in html mail
12262
12263 2001-10-25 [darko]      0.6.4claws4
12264
12265         * src/compose.c
12266                 don't declare is_url_string as static function since
12267                 we need it in gtkstext.c
12268         * src/gtkstext.c
12269                 remove unused variable
12270                 don't wrap long URLs while composing a message
12271
12272 2001-10-24 [christoph]  0.6.4claws3
12273
12274         * src/socket.c
12275                 fix ssl deadlock, when peer closes connection
12276
12277 2001-10-24 [paul]       0.6.4claws2
12278
12279         * src/prefs_common.c
12280                 gettextize the gpg ascii-armored warning message
12281
12282         * src/compose.c
12283                 insert a DOS/MAC file into the composed message
12284                 (improvements)
12285
12286         * Both submitted by Thierry Godefroy <godefroy@imaginet.fr>
12287
12288 2001-10-22 [paul]       0.6.4claws1
12289
12290         * sync with sylpheed 0.6.4 release
12291                 see ChangeLog entries 2001-10-21
12292
12293         * po/fr.po, po/pt_BR.po
12294                 updated by Melvin Hadasht and Fabio Junior Beneditto
12295
12296 2001-10-21 [paul]       0.6.3claws30
12297
12298         * src/compose.c
12299                 insert a DOS text file from the compose window
12300                 into the composed message text (removes CRs characters)
12301                 Submitted by Thierry Godefroy <godefroy@imaginet.fr>
12302
12303         * tools/filter_conv.pl, tools/README
12304                 automatically use ~/.sylpheed as working directory
12305                 print out confirmation message on completion
12306
12307         * correct Hoa's last ChangeLog.claws entry
12308
12309 2001-10-20 [hoa]        0.6.3claws29
12310
12311         * src/grouplistdialog.c
12312                 bugfix (another ?) to give the right
12313                 newsgroups list for each news server.
12314
12315         * src/news.c
12316         * src/news.h
12317                 improve the newsgroups list cache
12318
12319 2001-10-20 [paul]       0.6.3claws28
12320
12321         * sync with sylpheed 0.6.3cvs9
12322                 see ChangeLog entry 2001-10-19
12323
12324         * correct Alfons' last ChangeLog.claws entry
12325
12326 2001-10-19 [alfons]
12327
12328         * src/pgptext.[ch]
12329                 fix compilation problems (part of bug #472895)
12330
12331 2001-10-18 [hoa]        0.6.3claws27
12332
12333         * src/grouplistdialog.c
12334                 bugfix when we refresh was clicked (bug 472701)
12335
12336 2001-10-19 [christoph]  0.6.3claws26
12337
12338         * src/compose.c
12339                 last header entry should default to "To:" or
12340                 "Newsgroups:" and not copy the last entry line
12341                 in a new compose window
12342                 (closes bug #472686, #470792)
12343
12344 2001-10-19 [paul]       0.6.3claws25
12345
12346         * sync with Sylpheed 0.6.3cvs8
12347                 see ChangeLog entries 2001-10-18 and 2001-10-19
12348
12349 2001-10-18 [christoph]  0.6.3claws24
12350
12351         * src/procmsg.c
12352                 reimplement ignore thread
12353         
12354 2001-10-18 [hoa]        0.6.3claws23
12355
12356         * src/folderview.c
12357         * src/grouplistdialog.[ch]
12358                 enhanced news subscription interface (feature 469113)
12359
12360         * src/news.c
12361         * src/news.h
12362                 enchanced newsgroup listing,
12363                 now, we can get groups informations
12364                 (NNTPGroupInfo)
12365
12366 2001-10-18 [paul]       0.6.3claws22
12367
12368         * src/summaryview.c
12369                 remove comment (sync with main branch)
12370         * src/mainwindow.c
12371                 fix 'Re-edit' bug in 'Message' menu
12372
12373 2001-10-17 [christoph]  0.6.3claws21
12374
12375         * src/compose.c
12376                 ignore empty or whitespace only header lines
12377
12378 2001-10-17 [paul]       0.6.3claws20
12379
12380         * sync with sylpheed 0.6.3cvs7
12381                 see ChangeLog entries 2001-10-14, 2001-10-16, and
12382                 2001-10-17
12383
12384 2001-10-17 [darko]
12385
12386         * src/compose.c
12387                 wrap long lines without spaces
12388                 don't wrap URLs
12389
12390 2001-10-16 [paul]
12391
12392         * po/es.po, po/nl.po, po/pt_BR.po
12393                 updated by Ricardo Mones Lastra, Alfons,
12394                 and Fabio Junior Beneditto
12395
12396         * sylpheed-0.6.3claws released
12397
12398 2001-10-15 [melvin] 0.6.3claws18
12399
12400         * README.claws
12401                 added summary and detailed installation instructions
12402                 for spell checker
12403         * po/fr.po
12404                 Updated, corrected and completed french translation
12405
12406 2001-10-15 [hoa] 0.6.3claws17
12407         * src/grouplistdialog.c
12408                 we can choose the newsgroups to display with wildcards
12409
12410 2001-10-15 [christoph]  0.6.3claws16
12411
12412         * src/account.c
12413         * src/compose.c
12414         * src/prefs_folder_item.[ch]
12415                 applied wwp <subscript@free.fr>'s folder
12416                 default account patch
12417         * po/de.po
12418                 Fixed wrong translation
12419
12420 2001-10-13 [alfons, christoph, melvin]  
12421                         0.6.3claws15
12422
12423         solution #2 to solve MT-safety problems defers all GUI related calls
12424         to the main thread using a gtk_idle_add() callback. discussed on
12425         ircnet #sylpheed, with christoph spotting some issues with the
12426         original code, and melvin allowing us to lobotomize his sylpheed.
12427
12428         * src/syldap.[ch], src/main.c
12429                 fix race problem in ldap search thread by deferring GUI 
12430                 stuff to main thread using gtk_idle_add()
12431
12432 2001-10-13 [paul]       0.6.3claws14
12433
12434         * src/prefs_account.[ch], src/send.c, src/smtp.[ch]
12435                 add Sergey's smtpcred.patch
12436                 adds separate username/password setting for SMTP Auth
12437                 needed by some servers
12438                 (closes feature request #471659)
12439
12440 2001-10-13 [paul]       0.6.3claws13
12441
12442         * src/pgptext.[ch] **NEW FILES**
12443         * src/Makefile.am, src/messageview.c, src/mimeview.c
12444                 decrypt ascii-armored gpg text embedded in
12445                 the message body.
12446                 Submitted by Jens Jahnke <jan0sch@gmx.net>
12447
12448 2001-10-13 [christoph]  0.6.3claws12
12449
12450         * README.claws
12451                 some more details on default to and
12452                 feature requests
12453         * src/main.c
12454                 init glib threading when ldap is used
12455         * src/syldap.c
12456                 threading fixes
12457         * po/de.po
12458                 fixed a typo
12459
12460 2001-10-12 [paul]       0.6.3claws11
12461
12462         * src/prefs_common.[ch], src/rfc2015.c
12463                 enable ascii-armored gpg text to be embedded in the
12464                 message body, selectable through the 'Privacy'
12465                 preferences. Supports encrypting only.
12466                 Submitted by Ravemax <ravemax@dextrose.com>
12467
12468 2001-10-12 [paul]       0.6.3claws10
12469
12470         * sync with sylpheed 0.6.3cvs6
12471                 see ChangeLog entries 2001-10-11 and 2001-11-12
12472
12473         * src/folderview.c
12474                 incorporated mbox folders, scoring, and folder
12475                 properties into the sync
12476
12477 2001-10-12 [darko]      0.6.3claws9
12478
12479         * README.claws
12480                 describe quotation wrapping
12481         * src/compose.c
12482                 don't treat tab as space to calculate line length properly
12483
12484 2001-10-11 [alfons]
12485
12486         * README.claws
12487                 correct description of how to make new filtering system work,
12488                 add some other things
12489                 
12490         * src/syldap.c
12491                 remove sched_yield() (not necessary / unportable)
12492
12493 2001-10-11 [paul]       0.6.3claws8
12494
12495         * sync with sylpheed 0.6.3cvs3
12496                 see ChangeLog entry 2001-10-10
12497
12498 2001-10-10 [christoph]  0.6.3claws7
12499
12500         * .cvsignore
12501                 ignore 2 files created by newer autotools
12502         * src/prefs_folder_item.c
12503                 using table for widget alignment
12504                 fixed memory leak and broken octal display
12505         * src/filesel.c
12506                 fixed segfault caused by lost filename
12507                 workaround (closes bug #469551)
12508
12509 2001-10-10 [paul]       0.6.3claws6
12510
12511         * sync with sylpheed 0.6.3cvs2
12512                 see ChangeLog entries 2001-10-09 and 2001-10-10
12513
12514 2001-10-10 [darko]      0.6.3.claws5
12515
12516         * src/gtkstext.c
12517                 proper calculation of right margin if smart wrapping is enabled
12518         * src/compose.c
12519                 automatically wrap long lines if wrap quotation is enabled
12520
12521 2001-10-09 [alfons]     0.6.3.claws4
12522
12523         * src/summaryview.c
12524                 select correct row when deleting last row in the summary view (and
12525                 close bug "[ #469104 ] select second last in list when deleting")
12526
12527 2001-10-09 [paul]       0.6.3claws3
12528
12529         * sync with sylpheed 0.6.3cvs1
12530                 updated some autotool scripts
12531
12532 2001-10-09 [darko]      0.6.3claws2
12533
12534         * src/gtkstext.[ch]
12535                 new name and mark with Sylpheed comment
12536         * src/compose.c
12537                 smart quotation wrapping a-la VIM
12538
12539 2001-10-08 [paul]       0.6.3claws1
12540
12541         * sync with sylpheed 0.6.3 release
12542                 see ChangeLog entry 2001-10-08
12543
12544 2001-10-08 [paul]       0.6.2claws24
12545
12546         * src/summaryview.c
12547                 more sync with sylpheed 0.6.2cvs12
12548                 Fixed the bug that didn't select the last row correctly
12549
12550
12551 2001-10-07 [paul]       0.6.2claws23
12552
12553         * sync with sylpheed 0.6.2cvs12
12554                 see ChangeLog entry 2001-10-07
12555
12556 2001-10-06 [match]
12557         * src/jpilot.[ch]
12558                 enable jpilot to read unsynch'ed addresses.
12559
12560         * src/editldap_basedn.c
12561                 fix segfault when opening dialog.
12562
12563 2001-10-06 [alfons]     0.6.2.claws22
12564
12565         * src/summaryview.c
12566                 fix bug with summary view selecting last *inserted*
12567                 node instead of last *visible* node. remember we
12568                 work with a tree
12569
12570 2001-10-06 [paul]       0.6.2claws21
12571
12572         * po/pt_BR.po
12573                 updated translation, contains some fixes and new
12574                 translations, submitted by Gustavo Noronha Silva
12575                 <kov@debian.org>
12576
12577         * src/prefs_common.c
12578                 change 'each' to 'every' - fix dubious English
12579
12580         * sync with sylpheed 0.6.2cvs11
12581
12582 2001-10-05 [alfons]     0.6.2claws20
12583
12584         * src/mainwindow.[ch], src/folderview.c
12585                 make composite tool button switch between "Compose News"
12586                 and "Compose Mail" depending on selected folder
12587                 (nifty idea by Kim Schulz <kim@schulz.dk>)
12588
12589 2001-10-05 [paul]       0.6.2claws19
12590
12591         * src/mainwindow.c, src/summaryview.c
12592                 fix 'Message/Reply to all', broken in last commit
12593
12594         * src/compose.c
12595                 fix X_BEENTHERE seg fault, thanks to Alfons
12596
12597 2001-10-04 [paul]       0.6.2claws18
12598
12599         * src/compose.[ch], src/mainwindow.c
12600                 make "Message/Reply" reply to mailing lists; matches
12601                 'X-Mailing-list:' and 'X-BeenThere:' ML headers.
12602                 based on portions of the patch submitted by
12603                 Junichi Uekawa <dancer@netfort.gr.jp>
12604
12605 2001-10-04 [darko]      0.6.2claws17
12606
12607         * src/compose.c
12608                 better smart wrapping
12609         * src/gtkstext.[hc]
12610                 a function to make text buffer contiguous
12611
12612 2001-10-03 [paul]       0.6.2claws16
12613
12614         * sync with sylpheed 0.6.2cvs10
12615
12616 2001-10-02 [alfons]
12617
12618         * configure.in
12619         * po/zh_CN.GB2312.po, po/zh_TW.Big5.po
12620                 close bug "[ #466566 ] compile error on mdk 8.0" by removing
12621                 references to chinese translations (hope someone picks up
12622                 this)
12623
12624 2001-10-02 [christoph]  0.6.2claws15
12625
12626         * src/compose.c
12627                 fixed non translated header bug
12628         * ChangeLog.claws
12629                 fixed wrong date in alfons last entry ;)
12630
12631 2001-10-02 [alfons]     0.6.2claws14
12632
12633         * src/compose.c, src/prefs_common.[ch]
12634                 add block cursor option
12635
12636 2001-10-02 [paul]       0.6.2claws13
12637
12638         * sync with sylpheed 0.6.2cvs9
12639
12640 2001-09-30 [paul]       0.6.2claws12
12641
12642         * po/de.po, po/es.po, po/fr.po, po/nl.po, po/pt_BR.po
12643                 updated translations
12644
12645         * po/POTFILES.in
12646                 add 'src/importldif.c'
12647
12648         * AUTHORS, tools/README, tools/eud2gc.py, tools/Makefile.am
12649                 added eudora-to-vCard conversion tool
12650                 submitted by Jeroen Versteeg <j.m.versteeg@student.utwente.nl>
12651
12652         * sync with sylpheed 0.6.2cvs8
12653
12654 2001-09-30 [paul]
12655
12656         * sylpheed-0.6.2claws released
12657
12658 2001-09-27 [melvin]     0.6.2claws11
12659
12660         * src/gtkspell.c
12661                 fixed crash when using default path (introduced 
12662                 in 0.6.2claws10)
12663                 fixed tiny bug for initial suggestion mode
12664
12665 2001-09-27 [melvin]     0.6.2claws10
12666         
12667         * src/gtkspell.c
12668                 fixed bug where gtkpspell didn't set the path correctly
12669
12670         * README.claws
12671                 added a paragraph about spell checking
12672                 
12673
12674
12675 2001-09-27 [paul]       0.6.2claws9
12676
12677         * src/addrbook.c, src/addrcache.c, src/addritem.c, src/jpilot.c
12678                 replace '// comments' with '/* comments */' to prevent
12679                 some compiler warnings 
12680
12681         * sync with sylpheed 0.6.2cvs6
12682
12683 2001-09-26 [alfons]     0.6.2claws8
12684
12685         * src/messageview.c
12686                 introduce return receipt request notification again,
12687                 which was lost because of other semantics in 
12688                 procheader_parse() (???)
12689
12690 2001-09-26 [christoph]  0.6.2claws7
12691
12692         * src/compose.c
12693                 replace comments for old code with #if 0
12694                 readded auto cc, bcc and reply-to
12695         * src/prefs_matcher.c
12696         * src/prefs_scoring.c
12697                 removed some definition (was moved to
12698                 prefs.h)
12699
12700 2001-09-26 [paul]       0.6.2claws6
12701
12702         * src/mainwindow.c
12703                 make 'Follow-up and reply to' sensitive
12704
12705         * more sync with sylpheed 0.6.2cvs5
12706
12707 2001-09-25 [melvin]
12708
12709         * 0.6.2claws5
12710
12711         * src/gtkspell.c
12712                 fixed bug for "US-ASCII" introduced by the encoding code
12713
12714 2001-09-25 [paul]
12715
12716         * 0.6.2claws4
12717
12718         * src/prefs_common.[ch], src/summaryview.c
12719                 'next unread msg' 'go to next folder?' dialog can be
12720                 given default behaviour, either always show dialog,
12721                 or assume 'yes', or assume 'no'
12722                 Submitted by wwp <subscript@free.fr>
12723
12724 2001-09-25 [melvin]
12725                 
12726         * src/compose.c src/gtkspell.[ch]
12727                 added support for different encodings
12728
12729 2001-09-25 [paul]
12730
12731         * more sync with sylpheed 0.6.2cvs5
12732
12733 2001-09-24 [alfons]
12734         
12735         * src/prefs_folder_item.c
12736                 add check for item->prefs->default_to string is NULL and
12737                 add another check when freeing this string
12738
12739 2001-09-24 [paul]
12740
12741         * configure.in
12742                 change to version 0.6.2claws3
12743
12744         * sync with sylpheed 0.6.2cvs5 
12745
12746 2001-09-24 [match]
12747         * src/ldif.[ch], src/importldif.[ch], addressbook.c
12748                 import LDIF files.
12749         * src/addrcache.[ch], addrindex.[ch]
12750                 small update for future
12751         * src/addrbook.c
12752                 fix test XML file.
12753
12754 2001-09-24 [melvin]
12755         * src/gtkspell.[ch]
12756                 added 'Learn from mistakes' option
12757                 better handling of quotes in checked words
12758                 sorted dict list
12759         * po/fr.po
12760                 small update for spell checking stuff
12761
12762 2001-09-23 [alfons]
12763         
12764         * src/gtkspell.c
12765                 edit a little bit so it complies more with main coding style
12766
12767 2001-09-23 [alfons]
12768
12769         * src/folder.[ch], prefs_folder_item.c, compose.c
12770                 migrate "request return receipt" folder property
12771                 to folderlist.xml
12772
12773 2001-09-22 [alfons]
12774
12775         * README.claws **NEW**
12776                 (add things of interest for users of main branch 
12777                 and claws here)
12778
12779         * src/folder.[ch], src/mainwindow.c, src/summaryview.c
12780                 re-implement threading per folder option, but store 
12781                 the setting in folderlist.xml (where it belongs)
12782
12783 2001-09-21 [melvin]
12784
12785         * src/gtkspell.[ch]
12786                 fixed bug when compose window is under another window
12787         * src/prefs_common.[ch] src/compose.c
12788                 changed 'dictionary_path' to 'dictionary' to be consistent
12789                 dropped PSPELL_PATH macro (hard coded default to /usr/local/share/pspell)
12790         * ac/pspell.m4 src/Makefile.am 
12791                 dropped PSPELL_PATH macro
12792         * po/fr.po
12793                 updated translations
12794
12795 2001-09-21 [christoph]
12796
12797         * src/compose.c
12798                 added border around header fields
12799                 keep header type when new field is added
12800
12801 2001-09-20 [christoph]
12802
12803         * src/utils.[ch]
12804                 more portable debug_print with source filename
12805                 and linenumber
12806         * src/procmsg.c
12807                 more newlines after debug messages
12808
12809 2001-09-20 [paul]
12810
12811         * configure.in
12812                 change to version 0.6.2claws2
12813
12814         * sync with sylpheed 0.6.2cvs3
12815
12816 2001-09-19 [melvin]
12817
12818         * src/gtkspell.c
12819                 fixed the post-right-click focus pb
12820                 fixed crash when 'Spell check all' after dict change 
12821                         and when cursor is at the end of the text
12822                 shift-right-click pops up config menu even on misspelled words.
12823         * po/POTFILES.in
12824                 added gtkspell.c
12825
12826 2001-09-19 [melvin]
12827
12828         * src/about.c
12829                 added pspell to compiled-in features list
12830
12831 2001-09-18 [melvin]
12832
12833         * switched to pspell and dropped ispell
12834         * ac/pspell.m4
12835                 new file. autoconf macro for pspell
12836         * ac/Makefile.am 
12837         * configure.in acconfig.h
12838                 added pspell support
12839         * src/Makefile.am
12840         * src/main.c src/compose.[ch] src/gtkspell.[ch]
12841         * src/prefs_common.[ch] 
12842                 added pspell support
12843
12844 2001-09-18 [christoph]
12845
12846         * src/addr_compl.c
12847         * src/template.[ch]
12848                 replace LOG_MESSAGE with debug_print
12849         * src/compose.[ch]
12850                 gui improvements
12851         * src/menu.c
12852                 added newline after debug message
12853         * src/utils.h
12854                 using __VA_ARGS__ for debug_print macro
12855         * tools/.cvsignore
12856                 ignore Makefile and Makefile.in
12857
12858 2001-09-18 [paul]
12859
12860         * configure.in
12861                 change to version 0.6.2claws1
12862         * sync with sylpheed 0.6.2cvs1
12863
12864         * src/matcher.c 
12865         * src/prefs_matcher.c
12866                 add 'score equal to' option, submitted by
12867                 Paul Evans <nerd@freeuk.com>
12868
12869 2001-09-15 [christoph]
12870
12871         * src/mainwindow.c
12872                 comment out menu entry not existing in claws
12873         * src/menu.c
12874                 add debug output for non existing menu entries
12875         * src/summaryview.c
12876                 fix next/prev unread message for ignored threads
12877         * src/utils.[ch]
12878                 add sourcefile and line number to debug output
12879                 otherwise it is sometimes hard to find the
12880                 source code part if debug messages are translated
12881
12882 2001-09-14 [darko]
12883         
12884         * src/folderview.c
12885                 refresh target folder style after colour is changed
12886
12887 2001-09-13 [paul]
12888
12889         * configure.in
12890                 change to version 0.6.1claws3
12891
12892         * sync with sylpheed 0.6.1cvs6
12893
12894 2001-09-13 [darko]
12895         
12896         * src/folderview.c
12897                 fix target folder colourization to use user selected colour
12898
12899 2001-09-12 [darko]
12900         
12901         * src/summaryview.c
12902                 fix crash when message that is marked for copy/move is unmarked
12903
12904 2001-09-09 [paul]
12905
12906         * configure.in
12907                 change to version 0.6.1claws2
12908
12909         * sync with sylpheed 0.6.1cvs3
12910
12911 2001-09-09 [alfons]
12912         
12913         * src/folderview.c
12914                 fix bug with default font used for trash folder text
12915
12916 2001-09-06 [paul]
12917
12918         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
12919                 updated translations
12920
12921         * configure.in
12922                 change to version 0.6.1claws1
12923
12924         * sync with sylpheed 0.6.1cvs2
12925
12926 2001-09-03 [paul]
12927
12928         * po/POTFILES.in
12929                 add Match's new addressbook
12930
12931         * po/de.po
12932                 updated translation submitted by Jens Oberender
12933
12934 2001-09-02 [paul]
12935
12936         * configure.in
12937                 change to 0.6.1claws
12938         * sync with sylpheed 0.6.1 release
12939
12940 2001-09-02 [paul]
12941
12942         * configure.in
12943                 change to 0.6.0claws2
12944
12945         * sync with sylpheed 0.6.0cvs4
12946
12947         * po/pt_BR.po
12948                 updated translation submitted by Fabio Junior Beneditto
12949
12950 2001-09-01 [match]
12951         * pixmaps/
12952                 interface.xpm
12953                 book.xpm
12954                 address.xpm
12955         * src/
12956                 Makefile.am
12957                 a ton of new files
12958
12959 2001-08-31 [paul]
12960
12961         * configure.in
12962                 change to version 0.6.0claws1
12963
12964         * sync with sylpheed 0.6.0cvs1
12965
12966         * po/es.po
12967                 updated translation submitted by Ricardo Mones Lastra
12968
12969         * po/POTFILES.in
12970                 add 'src/prefs_templates.c'
12971
12972         * src/compose.c, src/summaryview.c
12973                 fix segfault on 'Re_edit'               
12974
12975 2001-08-30 [alfons]
12976
12977         * configure.in, Makefile.am
12978         * tools/Makefile.am
12979                 add tools directory to source distribution
12980
12981 2001-08-30 [paul]
12982
12983         * configure.in
12984                 change to version 0.6.0claws
12985
12986         * sync with sylpheed 0.6.0 release
12987
12988 2001-08-30 [christoph]
12989
12990         * configure.in
12991                 removed autoconf version check
12992
12993 2001-08-30 [paul]
12994
12995         * src/account.c, src/compose.c, src/prefs_common.[ch]
12996         * src/procheader.[ch] src/utils.[ch]
12997                 Enhanced automatic account selection on replies
12998                 Submitted by Melvin Hadasht <melvin.hadasht@free.fr>
12999
13000         * configure.in
13001                 add LDAP and JPilot to the configuration results output.
13002
13003 2001-08-29 [christoph]
13004
13005         * src/summeryview.c
13006                 no bold font for ignored threads
13007
13008 2001-08-29 [paul]
13009
13010         * configure.in
13011                 change to version 0.5.3claws6
13012
13013         * sync with sylpheed 0.5.3cvs10
13014                 src/stringtable.[ch]: New Files
13015
13016         * src/compose.c, src/gtkutils.c, src/gtkutils.h, src/mainwindow.c
13017         * src/pixmaps/sylpheed.xpm
13018                 add mini-icons to windows (by Alfons)
13019
13020 2001-08-27 [paul]
13021
13022         * src/mainwindow.c
13023                 new functions: next_labeled_cb(), prev_labeled_cb()
13024
13025         * src/summaryview.c
13026                 new functions: summary_find_next_labeled_msg(), summary_find_prev_labeled_msg(),
13027                 summary_select_next_labeled(), summary_select_prev_labeled()
13028
13029         * src/pixmaps/dir-close.xpm, src/pixmaps/dir-open.xpm, src/pixmaps/trash.xpm
13030                 give claws blue folders and a blue trash can
13031
13032 2001-08-27 [paul]
13033
13034         * configure.in
13035                 change to version 0.5.3claws5
13036
13037         * sync with sylpheed 0.5.3cvs9
13038                 src/labelcolors.[ch] renamed to src/colorlabel.[ch] 
13039
13040 2001-08-24 [christoph]
13041
13042         * src/filesel.c
13043                 keep filename when browsing directories
13044                 (not working for user entered filename, but
13045                  for default name and selected filename from
13046                  file list)
13047         * src/mainwindow.c
13048                 fixed wrong spelling "Folllow-up"
13049         * src/mbox_folder.c
13050         * src/procmsg.c
13051         * src/summaryview.c
13052                 fixed new/unread message count with ignored
13053                 threads (2 commits, first didn't notice no
13054                 longer needed decreasing)
13055         * src/inc.c
13056                 readded scrolling of progress dialog
13057                 (lost in sync)
13058
13059 2001-08-24 [paul]
13060
13061         * configure.in
13062                 change to 0.5.3claws4
13063
13064         * sync with sylpheed 0.5.3cvs7
13065
13066 2001-08-24 [christoph]
13067
13068         * src/compose.c
13069                 set request return receipt when replying
13070                 if it is set is the folder prefs of the
13071                 message
13072         * src/inc.c
13073                 disable final error popup if popups are
13074                 disabled in config (again)
13075
13076 2001-08-23 [paul]
13077
13078         * configure.in
13079                 Change version number to 0.5.3claws3
13080
13081         * sync with sylpheed 0.5.3cvs5
13082
13083         * src/mimeview.c
13084                 double quote '%s' in 'gedit %s' to fix bug when
13085                 opening attachment with spaces in the name
13086
13087 2001-08-22 [alte]
13088         * src/Makefile.am, src/compose.[ch], src/defs.h, src/mainwindow.c,
13089           src/prefs_templates.[ch], src/template.[ch], src/template_select.[ch]
13090                 initial message templates support
13091
13092
13093 2001-08-22 [paul]
13094
13095         * configure.in
13096                 change version number to 0.5.3claws2
13097
13098         * sync with sylpheed 0.5.3cvs4
13099
13100         * src/procmsg.h src/summaryview.c
13101                 re-implement (un)ignore thread
13102
13103 2001-08-21 [paul]
13104
13105         * src/summaryview.c
13106                 remove unnecessary code
13107         * src/compose.c
13108                 enable 'dynamic' signatures (submitted by
13109                 Eric Limpens <eric@hscg-internet.nl>)
13110
13111 2001-08-21 [paul]
13112
13113         clean up after sync with sylpheed 0.5.3 release
13114
13115         * src/folderview.c
13116                 fix re-introduced font mess, see Christoph's
13117                 entry 2001-06-24
13118
13119         * src/summaryview.c
13120                 remove prev_msgnum
13121                 use sylpheed's small font instead of
13122                 gtk default font for summary view
13123
13124
13125 2001-08-17 [paul]
13126
13127         * configure.in
13128                 add pl to ALL_LINGUAS - sync with main branch
13129
13130         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
13131                 Updated. Translations by Jens Oberender, Ricardo Mones
13132                 Lastra, Alfons, and Fabio Junior Beneditto respectively.
13133
13134         * po/pl.po  ** NEW FILE **
13135                 sync with the main branch
13136
13137         * src/folderview.c
13138                 fix target folder colorizing and refresh problem
13139
13140
13141 2001-08-17 [christoph]
13142
13143         * src/mainwindow.c
13144                 claws uses 4 colors for target folder coloring.
13145                 arrays were not long enough and destroyed the
13146                 stack causing a segfault.
13147                 target folder colorizing does not work anymore
13148                 for me
13149
13150 2001-08-16 [paul]
13151
13152         * configure.in
13153                 change to version 0.5.3claws1
13154
13155         * src/folder.h, src/folderview.[ch], src/gtkutils.[ch],
13156           src/inc.[ch], src/mainwindow.c, src/pop.c, src/prefs_account.c,
13157           src/prefs_common.[ch], src/summaryview.[ch], src/textview.c, src/utils.c
13158
13159                 sync with sylpheed 0.5.3 release, but keep claws method of
13160                 configuring/saving fonts
13161
13162         * src/addressbook.[ch]
13163                 rename addressbook_add_contact_by_menu() to addressbook_add_submenu()
13164                 in line with a similar change in Hiroyuki's branch
13165
13166         * src/mainwindow.[ch]
13167                 disable main_window_set_thread_option()
13168         * src/prefs_folder_item.c
13169                 comment out &tmps_prefs.enable_thread,
13170         * src/mbox_folder.c, src/procmsg.[ch]
13171                 comment out MSG_IS_IGNORE_THREAD
13172         * src/summaryview.c
13173                 comment out summary_ignore_thread() and summary_unignore_thread()
13174                 comment out MSG_IS_IGNORE_THREAD
13175
13176                 use Hiroyuki's threading instead.
13177
13178
13179
13180 2001-08-15 [paul]
13181
13182         * src/account.c
13183                 use Hiroyuki's 0.5.3 column scheme but also
13184                 include the enable/disable button.
13185         * src/pixmaps/mark.xpm
13186                 add Hiroyuki's amended pixmap
13187
13188 2001-08-13 [christoph]
13189
13190         * src/account.c
13191                 receive at get all column showed wrong state for APOP
13192                 button should only work for POP3 and APOP accounts
13193         * src/prefs_account.c
13194                 added missing preprocessor statement for SSL
13195
13196 2001-08-12 [paul]
13197
13198         * src/account.[ch]
13199                 add 'receive at get all' column and enable/disable
13200                 button.
13201
13202 2001-08-06 [christoph]
13203
13204         * src/account.c
13205                 show usage of SSL in protocol column
13206
13207         * src/imap.c
13208         * src/inc.c
13209                 renamed ssl options
13210
13211         * src/prefs_account.[ch]
13212                 moved ssl options to a new page
13213
13214         * src/send.c
13215         * src/smtp.c
13216         * src/ssl.[ch]
13217                 renamed ssl options
13218                 added support for SMTP STARTTLS command
13219
13220 2001-08-05 [christoph]
13221
13222         * configure.in
13223                 debian autoconf needs version check to find
13224                 correct autoconf version. if the file is
13225                 named configure.in 2.13 is used, which does
13226                 not work with this configure.in script.
13227                 other solution would be to rename the script
13228                 to configure.ac as suggested in the autoconf
13229                 manual.
13230
13231         * src/inc.c
13232                 disable final error popup if popups are
13233                 diabled in config
13234
13235         * src/socket.c
13236                 bugfix in ssl_gets
13237                 fixes IMAP over SSL problem
13238
13239 2001-08-03 [paul]
13240
13241         * configure.in
13242                 change to 0.5.2claws1
13243
13244         * sync with sylpheed 0.5.2cvs1
13245
13246 2001-08-02 [alfons]
13247
13248         * configure.in
13249                 quick fix for ispell detection...
13250
13251 2001-08-01 [paul]
13252
13253         * configure.in
13254                 change to 0.5.1claws4
13255
13256         * sync with sylpheed 0.5.1cvs7
13257
13258 2001-07-31 [alfons]
13259
13260         * src/prefs_common.c, src/prefs_common.h, 
13261           src/gtkspell.c, src/gtkspell.h
13262                 add global spelling checker settings (compose tab) +
13263                 selection of dictionary 
13264           
13265         * configure.in  
13266                 guess valid ispell location
13267
13268 2001-07-31 [paul]
13269
13270         * po/POTFILES.in
13271                 removal of 'src/quote_fmt_parse.c'
13272         * po/de.po
13273                 Updated de.po
13274                 (submitted by Jens Oberender <didge@suse.de>)
13275
13276 2001-07-31 [darko]
13277
13278         * src/folder.[ch]
13279         * src/folderview.[ch]
13280         * src/mainwindow.c
13281         * src/mh.c
13282         * src/prefs_common.[ch]
13283         * src/summaryview.c
13284                 target folder colourization
13285
13286 2001-07-30 [paul]
13287
13288         more sync with Sylpheed 0.5.1cvs6 
13289
13290 2001-07-30 [darko]
13291
13292         * src/mh.c
13293         * src/prefs_folder_item.[hc]
13294         * src/summaryview.c
13295                 shared folders support with a GUI
13296
13297 2001-07-29 [paul]
13298
13299         0.5.1claws3
13300
13301         * sync with Sylpheed 0.5.1cvs6
13302
13303 2001-07-29 [paul]
13304
13305         * po/pt_BR.po
13306                 updated
13307                 (submitted by Fabio Junior Beneditto)
13308
13309 2001-07-28 [paul]
13310
13311         * src/procmime.c
13312         * AUTHORS
13313                 patch to correct bad image mime headers
13314                 (submitted by Don Quijote <dq@searchlores.org>)
13315
13316 2001-07-28 [paul]
13317
13318         * tools/gif2xface.pl   **NEW FILE**
13319         * tools/README
13320                 script to convert file.gif to file.xface for
13321                 use in a custom header.
13322                 (submitted by Ricardo Mones Lastra <mones@aic.uniovi.es>)
13323
13324 2001-07-27 [alfons]
13325         
13326         * configure.in
13327                 change macros for detecting JPilot and LDAP
13328
13329 2001-07-27 [christoph]
13330
13331         * src/filtering.c
13332                 code cleanup (MIN / MAX warning, needed casting)
13333
13334 2001-07-27 [alfons]
13335
13336         * procheader.c
13337                 disallow setting flags when detecting certain headers
13338                 (X-Status, Status, Seen, X-Seen). 
13339         
13340         * sync with Hiroyuki's Sylpheed 0.5.1cvs5
13341
13342 2001-07-27 [christoph]
13343
13344         * src/prefs_filter.c
13345         * src/prefs_filtering.c
13346         * src/prefs_matcher.c
13347         * src/prefs_scoring.c
13348                 scroll list when moving rows up or down
13349
13350         * src/imap.c
13351         * src/imap.h
13352         * src/prefs_account.c
13353         * src/prefs_account.h
13354         * src/send.c
13355                 SMTP over SSL (untested, feedback requested)
13356                 IMAP over SSL
13357
13358         * src/ssl.c
13359                 code cleanup
13360
13361 2001-07-26 [alfons]
13362         
13363         * configure.in, acconfig.h
13364                 define CLAWS (need this for main / claws detection)
13365
13366 2001-07-25 [alfons]
13367
13368         * configure.in
13369                 Sylpheed 0.5.1claws2
13370                 
13371         * sync with Sylpheed 0.5.1cvs4
13372
13373 2001-07-25 [christoph]
13374
13375         * src/scoring.c
13376                 fixed segfault
13377                 item->prefs == NULL (don't know why)
13378
13379 2001-07-25 [alfons]
13380
13381         * configure.in
13382                 Sylpheed 0.5.1claws1
13383
13384         * sync with Sylpheed 0.5.1cvs1-3
13385
13386 2001-07-24 [christoph]
13387
13388         * src/folderview.c
13389         * src/prefs_folder_item.[ch]
13390                 added folderitem preferences dialog with
13391                 default To: and auto request return receipt
13392
13393         * src/compose.[ch]
13394         * src/menu.[ch]
13395                 changes to handle new folderitem preferences
13396
13397         * src/mainwindow.c
13398         * src/summaryview.c
13399                 call compose new mail with current folderitem
13400
13401 2001-07-24 [alfons]
13402
13403         Release Sylpheed 0.5.1claws
13404
13405         * configure.in
13406                 change to release version 0.5.1claws
13407
13408 2001-07-24 [christoph]
13409
13410         * src/summaryview.c
13411                 fixed segfault that happend when the selected
13412                 message was removed while retrieving new messages.
13413
13414         * po/es.po
13415                 updated translation
13416                 (submitted by Ricardo Mones Lastra <mones@trasgu.aic.uniovi.es>)
13417
13418 2001-07-22 [alfons]
13419
13420         add English User Manual for Sylpheed by Paul Kater (paul@nlpagan.net).
13421         this is a work in progress, for more information: http://nlpagan.net/sylman 
13422         
13423         * configure.in, src/mainwindow.c, manual/Makefile.am
13424                 add support for English manual
13425
13426         * AUTHORS
13427                 add authors of user manuals
13428
13429         * manual/en/sylpheed*.html
13430                 add English documentation
13431
13432 2001-07-22 [christoph]
13433
13434         * po/POTFILES.in
13435                 added src/ssl.c
13436         * src/ssl.c
13437                 changed a wrong debug message
13438
13439 2001-07-22 [alfons]
13440
13441         * po/nl.po
13442                 update Dutch translation
13443
13444         * src/prefs_filtering.c, 
13445           src/prefs_matcher.c
13446                 add more translatable strings           
13447
13448 2001-07-21 [alfons]
13449
13450         0.5.0claws7
13451
13452         * configure.in
13453                 change version
13454
13455         * src/inc.c, src/summaryview.[ch]
13456                 prevent update of mark file when filtering has done, by
13457                 using a variable; this affects two functions:
13458                         inc.c::inc_finished()
13459                         summaryview.c::summary_show()
13460
13461 2001-07-20 [alfons]
13462
13463         * src/filtering.[ch], src/prefs_filtering.c, 
13464           src/matcher.[ch]
13465                 add filtering action for label coloring 
13466
13467         * po/POTFILES.in
13468                 add labelcolors.c
13469
13470         * added src/labelcolors.c
13471         * added src/labelcolors.h
13472         * src/Makefile.am, src/summaryview.c
13473                 rearrange label coloring code
13474
13475         * src/procmsg.h
13476                 add more parentheses so label colouring works correctly
13477
13478         * src/filtering.c
13479                 don't really delete message, but move it to Trash
13480
13481         * src/prefs_matcher.c
13482                 add quote options to info dialog
13483
13484 2001-07-20 [christoph]
13485
13486         * src/Makefile.am
13487         * src/inc.c
13488         * src/main.[ch]
13489         * src/socket.h
13490         * src/ssl.[ch] (new)
13491                 moved ssl stuff to a seperate file
13492
13493 2001-07-20 [darko]
13494
13495         * src/summaryview.c
13496                 fix show sender using address book with no e-mail
13497                 address in From: field
13498
13499 2001-07-19 [alfons]
13500
13501         * src/matcher.[ch], src/filtering.c, src/prefs_filtering.c
13502                 fix messy handling of escaping... now at least the
13503                 execute command is useful. escape char is '\', we
13504                 accept \n and \r too. 
13505
13506                 Real life example:
13507                 
13508                 subject match "GIMME YOUR FILTERS" execute "mail -s \"%f don\'t hurt me, please!\" %f < ~/.sylpheed/filteringrc
13509                 subject match "GIMME YOUR FILTERS" execute "mail -s \"mommy, mommy, %f is being mean!\" admin < %F
13510
13511 2001-07-18 [alfons]
13512
13513         0.5.0claws6
13514
13515         * src/summaryview.c
13516                 clean up
13517
13518         * src/matcher.c, src/filtering.[ch], src/inc.c, src/mbox.c,
13519           src/procmsg.[ch]
13520                 revise filtering; currently move, copy, marking have
13521                 been tested. if you like bleeding edge stuff, you
13522                 should definitely go for this version :)
13523
13524         * mark old working stuff as VERSION_0_5_0_CLAWS5        
13525
13526 2001-07-17 [christoph]
13527
13528         * src/utils.c
13529                 timestamp log
13530
13531 2001-07-17 [alfons]
13532
13533         0.5.0claws5
13534
13535         * sync with Hiroyuki's 0.5.0cvs5; this version allows us to put more 
13536           bits in the mark file, without affecting either branch. Lots of
13537           files changed, also in claws branch.
13538
13539           UNTESTED: use of mbox folders
13540
13541         * src/summaryview.c
13542                 added mark all read; however this was a quick hack used for
13543                 cleaning up mess after initial merge with Hiroyuki
13544
13545         * configure.in
13546                 change claws version number back to 0.5.0claws5 to clear up 
13547                 confusion & pretension (recent release was technically 
13548                 0.5.0claws4, so we neatly align with Hiroyuki :-)
13549
13550 2001-07-16 [alfons]
13551
13552         sync with Hiroyuki's 0.5.0cvs4
13553
13554 2001-07-16 [alfons]
13555
13556         0.5.1claws3
13557
13558         * src/filtering.[ch]
13559                 remove invalid updating of mark files for 
13560                 filter actions MATCHING_ACTION_MOVE and 
13561                 MATCHING_ACTION_DELETE; this should fix the
13562                 folder update bug
13563                 
13564         * src/procmsg.c
13565                 revert Christoph's stab at fixing the folder 
13566                 update bug
13567
13568         * po/POTFILES.in
13569                 add missing files with translatable strings
13570
13571         * src/summaryview.c
13572                 remove debug print
13573
13574 2001-07-15 [alfons]
13575
13576         * src/addr_compl.[ch], src/prefs_filtering.c
13577                 make "filtering pref dialog's destination entry" an
13578                 "address completable entry", if filter destination is 
13579                 an email address
13580
13581         0.5.1claws2
13582         
13583         sync with Hiroyuki's 0.5.0cvs2-3
13584
13585 2001-07-15 [christoph]
13586
13587         * src/procmsg.c
13588                 fixed folder stats update after incorporation
13589
13590 2001-07-15 [alfons]
13591
13592         * src/summaryview.c
13593                 * finish label colouring stuff (for now)
13594                 * fix incorrect colour bug (off by one) 
13595
13596 2001-07-14 [alfons]
13597
13598         * src/mainwindow.c
13599                 change text labels for news and mail message so there's
13600                 plenty of toolbar estate left
13601
13602         * configure.in
13603                 0.5.1claws1
13604
13605         * src/folderview.c
13606           src/folder.[ch]
13607                 sync with Hiroyuki's 0.5.0cvs1
13608
13609         * src/summaryview.c
13610                 more rewrite label colouring
13611
13612 2001-07-14 [alfons]
13613
13614         * src/summaryview.[ch]
13615                 * start rewrite label colouring 
13616                 * fix proper location "Add Sender To Addressbook" menu item
13617
13618 2001-07-13
13619
13620         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
13621         (actually this is 0.5.0claws4)
13622
13623 2001-07-13 [alfons]
13624
13625         * po/pt_BR.po
13626                 * fix duplicate message
13627                 * add updated Portugese / Brazilian translation
13628                   submitted by Fabio Junior Beneditto
13629
13630 2001-07-12 [alfons]
13631
13632         * AUTHORS
13633                 add Jens
13634
13635         * po/nl.po
13636                 add updated Dutch translation
13637
13638         * po/de.po
13639                 add updated German translation submitted by Jens
13640
13641 2001-07-11 [alfons]
13642
13643         Prerelease before 0.5.0claws. Please test.
13644         This version is temporarily tagged as VERSION_0_5_0_TEST
13645
13646         * src/matcher.[ch], src/summaryview.c, src/scoring.[ch]
13647           src/prefs_scoring.c, src/prefs_matcher.c, 
13648           src/prefs_filtering.c, src/mbox.c, 
13649           src/main.c, src/inc.c, src/filtering.[ch]
13650                 revert new Hoa's new matcher (does not work yet)
13651
13652         * src/Makefile.am
13653                 clean up
13654
13655 2001-07-10
13656
13657         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
13658
13659
13660 2001-07-10 [alfons]
13661
13662         * Makefile.am
13663                 add ChangeLog.claws to EXTRA_DIST
13664         * src/Makefile.am
13665                 add matcher_parser_parse.h to EXTRA_DIST
13666
13667 2001-07-10 [christoph]
13668
13669         * src/inc.c
13670                 add destination folder to table of
13671                 folders that need to be updated after
13672                 incorporation
13673
13674 2001-07-10 [alfons]
13675
13676         * folder.[ch]
13677           folderview.c
13678                 make collapse state of folders and folder items persistent, i.e.
13679                 if you collapse a folder tree, the next time sylpheed-claws starts 
13680                 up the folder tree remains collapsed.  
13681                 
13682 2001-07-10 [christoph]
13683
13684         * acconfig.h
13685         * configure.in
13686                 added --enable-ssl
13687         * src/md5.[ch]
13688                 renamed MD5_CTX to MD5_CTX_syl
13689                 conflicts with a struct in openssl
13690         * src/inc.c
13691         * src/main.[ch]
13692         * src/prefs_account.[ch]
13693         * src/socket.[ch]
13694                 SSL support for POP
13695         * src/mainwindow.c
13696                 fixed compose with current account
13697                 broken by new compose button stuff
13698
13699 2001-07-09 [hoa]
13700
13701         * AUTHORS
13702                 changed my email address
13703
13704         * src/matcher_parser_parse.y
13705                 clean the parser to remove conflicts
13706
13707 2001-07-09 [alfons]
13708
13709         * AUTHORS
13710                 add Match Grun
13711
13712         * configure.in
13713                 fix incorrect description of --enable-ldap parameter
13714
13715         * src/prefs_common.[ch]
13716           src/compose.c
13717                 add experimental option "smart wrapping" which makes the
13718                 compose editor auto wrap.
13719                 
13720                 | TODO: the problem with the buggy cursor handling is caused |
13721                 | by the GtkText. when deleting / backspacing text its       |
13722                 | wrapping algorithm does not take in account the previous   |
13723                 | line. should find a way to hack this in.                   |
13724                 | or should perhaps combine this with the word wrapping      |
13725                 | patch i wrote in january.                                  |
13726
13727         * src/about.c
13728                 show build parameters for LDAP and JPilot
13729
13730         * src/summaryview.c
13731                 revert Christoph's bugfix for selecting next unread message, 
13732                 because folder stats aren't updated correctly
13733
13734 2001-07-08 [hoa]
13735
13736         * src/filtering.c
13737         * src/mainwindow.c
13738         * src/matcher.c
13739         * src/matcher_parser_lex.l
13740         * src/matcher_parser_parse.y
13741         * src/prefs_filtering.c
13742         * src/prefs_scoring.c
13743         * src/scoring.c
13744                 bugfix of the config file parser
13745
13746 2001-07-08 [alfons]
13747
13748         * src/Makefile.am
13749                 added generated matcher sources to BUILT_SOURCES
13750
13751 2001-07-08 [hoa]
13752
13753         * src/Makefile.am
13754         * src/.cvsignore
13755                 added new config file parser
13756
13757         * src/scoring.[ch]
13758         * src/filtering.[ch]
13759         * src/matcher.[ch]
13760         * src/prefs_filtering.c
13761         * src/prefs_matcher.c
13762         * src/prefs_scoring.c
13763         * added src/matcher_parser.h
13764         * added src/matcher_parser_lex.h
13765         * added src/matcher_parser_lex.l
13766         * added src/matcher_parser_parse.y
13767                 lex & yacc config file parser
13768
13769         * src/mbox.c
13770         * src/inc.c
13771         * src/main.c
13772                 changes prefs_filtering into global_filtering           
13773
13774         * src/summaryview.c
13775                 build threads with subjects only if "Re: " is at the
13776                 beginning of the subject
13777
13778 2001-07-07 [paul]
13779
13780         0.5.0claws
13781
13782         sync with sylpheed 0.5.0
13783                 change of version number only
13784
13785 2001-07-06 [paul]
13786
13787         0.5.0claws5
13788
13789         sync with sylpheed 0.5.0pre5
13790
13791 2001-07-05 [paul]
13792
13793         sync with sylpheed 0.5.0pre4 release
13794                 /po and /manual/ja not sync'ed
13795
13796 2001-07-04 [paul]
13797
13798         more sync with sylpheed 0.5.0pre4
13799
13800 2001-07-03 [christoph]
13801
13802         * src/addressbook.c
13803                 fixed address book broken by address book
13804                 for VCard, JPilot, LDAP
13805
13806 2001-07-03 [alfons]
13807
13808         * src/matcher.c
13809         * src/textview.c
13810                 stopped memory leaks
13811
13812 2001-07-03 [paul]
13813
13814         more sync with sylpheed 0.5.0pre4
13815
13816 2001-07-02 [match]
13817
13818         * included address book patch for VCard, JPilot, LDAP
13819         * pref_common.c - fixed Font options on Display tab (cosmetic)
13820         * alertpanel.c - fixed truncated message
13821
13822 2001-07-02 [christoph]
13823
13824         * src/mbox_folder.c
13825         * src/procmsg.[ch]
13826         * src/summaryview.c
13827                 mark threads for ignoring
13828
13829 2001-07-02 [paul]
13830
13831         0.5.0claws4
13832
13833         * sync with sylpheed 0.5.0pre4
13834                 updated gettext to 0.10.38.
13835
13836 2001-07-01 [paul]
13837
13838         * src/ mainwindow.c
13839         * src/procmsg.h
13840         * src/summaryview.[ch]
13841                 new right-click option: Label.
13842                 substitute for 'Mark-->Mark/Unmark', colours the line.
13843                 (submitted by Satoshi Nagayasu <snaga@snaga.org>)
13844
13845 2001-07-01 [christoph]
13846
13847         * src/folderview.c
13848                 fixed font for trash
13849         * src/summaryview.c
13850                 move ctree to unread message
13851
13852 2001-07-01 [paul]
13853
13854         * sync with sylpheed 0.5.0pre3 release
13855
13856 2001-06-30 [alfons]
13857
13858         * src/filesel.[ch]
13859         * src/compose.c
13860                 allow inserting / attaching multiple files in
13861                 the composer window
13862
13863 2001-06-30 [paul]
13864
13865         * src/codeconv.c
13866                 small change to Alfons' previous stuff so that it
13867                 actually makes
13868
13869 2001-06-30 [alfons]
13870
13871         * lots of files changed; first attempt to merge the changes
13872           and bugfixes submitted by Andre Eibel (ae@baltic-online.de).
13873
13874 2001-06-30 [paul]
13875
13876         * po/pt_BR.po
13877                 updated and completed, translations by Fabio
13878                 Junior Beneditto <fjbeneditto@yahoo.com.br>
13879
13880 2001-06-29 [alfons]
13881
13882         * src/compose.c
13883         * src/mimeproc.[ch]
13884                 allow selecting an attached files' mime type from a 
13885                 list of types.
13886
13887 2001-06-29 [paul]
13888
13889         * more sync with sylpheed 0.5.0pre3
13890
13891 2001-06-29 [paul]
13892
13893         * po/pt_BR.po
13894                 merge with sylpheed.pot and pt_BR.po provided by
13895                 Fabio Junior Beneditto.
13896
13897 2001-06-29 [darko]
13898
13899         * src/procmime.c
13900                 make MIME types case insensitive
13901
13902 2001-06-28 [alfons]
13903
13904         * po/nl.po
13905                 merge with sylpheed.pot and old nl.po; translations added.
13906
13907 2001-06-28 [paul]
13908
13909         * more sync with sylpheed 0.5.0pre3
13910
13911 2001-06-27 [alfons]
13912
13913         * src/summaryview.c
13914                 don't crash when removing parent node of messages
13915                 attracted by subject. this was caused by not deleting
13916                 the parent node from the subject line hash table.
13917
13918 2001-06-27 [alfons]
13919
13920         * src/summaryview.c
13921         * src/compose.[ch]
13922         * src/mainwindow.c
13923                 if there are multiple messages selected, allow forwarding
13924                 them as attachments.
13925
13926 2001-06-27 [paul]
13927
13928         * more sync with sylpheed 0.5.0pre3
13929
13930 2001-06-26 [paul]
13931
13932         0.5.0claws3
13933
13934         * sync with sylpheed 0.5.0pre3
13935
13936 2001-06-25 [paul]
13937
13938         * src/mainwindow.c
13939                 fixed 'compose news article' bug
13940                 from icon-and-text toolbar
13941
13942 2001-06-25 [paul]
13943
13944         * sync with sylpheed 0.5.0pre2 release
13945
13946 2001-06-24 [christoph]
13947
13948         * src/prefs_common.c
13949                 bug fix in font selection
13950         * src/folderview.c
13951                 use sylpheed's normal font instead of
13952                 gtk default font for folders without
13953                 new messages
13954
13955 2001-06-24 [alfons]
13956
13957         * src/mainwindow.[ch]
13958                 added composite compose mail / news button (an idea by Leandro
13959                 Pereira <leandro@linuxmag.com.br>)
13960
13961 2001-06-24 [paul]
13962
13963         Added instructions for ldif-to-xml.py
13964
13965         * tools/README
13966
13967 2001-06-23 [alfons]
13968
13969         Some minor things.
13970
13971         * src/pixmaps/stock_news_compose.xpm
13972                 added pixmap by Leandro
13973         * src/prefs_common.c
13974                 tested built-in spelling checker of GCC 3.0 :)
13975         * po/nl.po
13976                 merged dutch translation of sylpheed-main with
13977                 sylpheed.pot
13978
13979 2001-06-23 [paul]
13980
13981         Added tools directory and files.
13982
13983         * tools/filter_conv.pl
13984                 converts old filter system to new filtering system
13985         * tools/ldif-to-xml.py
13986                 converts netscape addressbook to sylpheed addressbook
13987         * tools/README
13988                 descriptions/instructions for above two files
13989
13990 2001-06-23 [christoph]
13991
13992         * src/inc.c
13993         * src/manage_window.[ch]
13994         * src/prefs_common.[ch]
13995                 mail retrieval dialog can be enabled, disabled
13996                 or hidden if non of sylpheed's windows is active
13997
13998 2001-06-22 [paul]
13999
14000         0.5.0claws2
14001
14002         * sync with sylpheed 0.5.0pre2
14003
14004 2001-06-21 [christoph]
14005
14006         * src/summaryview.c
14007                 show recipient on 'from' for all accounts
14008                 
14009         * src/inc.c
14010         * src/prefs_common.[ch]
14011                 disable error popup on mail receive errors
14012
14013 2001-06-21 [alfons]
14014
14015         * src/compose.c
14016                 made the ruler correctly appear and disappear.
14017
14018         * src/Makefile.am
14019                 removed Hoa's work-in-progress-stuff (interesting!) so 
14020                 claws compiles ok.
14021
14022 2001-06-20 [christoph]
14023
14024         * src/inc.c
14025         * src/progressdialog.c
14026                 added scrolled window for list in progressdialog
14027
14028 2001-06-20 [paul]
14029
14030         sync with sylpheed 0.5.0pre1 release
14031
14032 2001-06-20 [christoph]
14033
14034         * src/summeryview.c
14035                 make building threads by subject work when
14036                 thread view is enabled
14037                 
14038         * src/compose.c
14039         * src/prefs_common.[ch]
14040                 automatically select account for mail replys
14041
14042 2001-06-19 [sergey]
14043
14044         * src/compose.c (compose_create): keep Bcc and Reply-To visible if
14045         they are filled in from the account settings.
14046
14047 2001-06-19 [paul]
14048
14049         * more sync with sylpheed 0.5.0pre1
14050
14051 2001-06-18 [alfons]
14052
14053         * src/Makefile.am,
14054           src/procmime.c
14055                 added --sysconfdir to CPPFLAGS for pointing to the correct
14056                 location of mime.types. 
14057
14058                 NOTE: make sure you use --sysconfdir when running ./autogen.sh
14059                 or ./configure!
14060
14061 2001-06-18 [hoa]
14062
14063         * src/summaryview.c
14064                 fixed some bug when building threads
14065
14066 2001-06-18 [pau]l
14067
14068         * src/prefs_account.c
14069                 UI stuff: More changes to the English
14070
14071 2001-06-18 [paul]
14072
14073         * src/pixmaps/stock_news_compose.xpm: new file
14074         * src/Makefile.am
14075         * src/mainwindow.c
14076         * src/summaryview.c
14077                 Added new icon for Hoa's 'compose a news
14078                 message', plus minor improvements to the
14079                 English
14080
14081         * po/ja.po
14082         * ChangeLog
14083         * ChangeLog.jp
14084                 more sync with sylpheed 0.5.0pre1
14085
14086 2001-06-18 [hoa]
14087
14088         * src/compose.[ch]
14089         * src/mainwindow.c
14090                 Follow-up and reply to
14091
14092         * src/summaryview.[ch]
14093                 Build threads also with subjects
14094
14095 2001-06-17 [hoa]
14096
14097         * src/compose.c
14098                 forwarding use the current account.
14099
14100         * src/mainwindow.c
14101                 the "compose message" button has been replaced with
14102                 "new mail" and "new news" buttons
14103
14104         * src/prefs_common.[ch]
14105                 added a configuration option to use the forward button
14106                 as "forward as attachment"
14107                 changed reply and forward format description
14108
14109         * src/quote_fmt_lex.l
14110         * src/quote_fmt_parse.y
14111                 added message with no signature in format for reply
14112                 and forward.
14113
14114 2001-06-17 [paul]
14115
14116         Minor UI stuff
14117
14118         * src/mainwindow.c
14119         * src/summaryview.c
14120                 Improvements to the English
14121
14122         * src/prefs_common.c
14123                 Improvements to the English and some
14124                 clarity/continuity improvements in the
14125                 description of Quote symbols.
14126
14127 2001-06-17 [paul]
14128
14129         0.5.0claws1
14130
14131         * sync with sylpheed 0.5.0pre1
14132
14133 2001-06-17 [hoa]
14134
14135         * src/compose.c
14136                 Better interface for compose, displayed fields
14137                 are updated whenever we change account.
14138                 Newsgroups field is automatically filled.
14139
14140         * src/mainwindow.c
14141                 Newsgroups field is automatically filled.
14142
14143         * src/prefs_account.c
14144                 Some interface stuff when fields appear and
14145                 disappear.
14146
14147 2001-06-16 [paul]
14148
14149         0.4.99claws
14150
14151         * sync with sylpheed 0.4.99
14152
14153 2001-06-16 [sergey]
14154
14155         * src/base64.c, src/base64.h (Base64Decoder, base64_decoder_new,
14156         base64_decoder_free, base64_decoder_decode): new object and
14157         functions for decoding base64 streams.
14158         * src/procmime.c (procmime_decode_content): modified to use the
14159         new base64 decoder.
14160
14161 2001-06-15 [paul]
14162
14163         0.4.99claws10
14164
14165         * sync with sylpheed 0.4.99cvs11
14166
14167 2001-06-13 [paul]
14168
14169         0.4.99claws9
14170
14171         * sync with sylpheed 0.4.99cvs9
14172
14173 2001-06-13 [hoa]
14174
14175         * src/compose.c
14176         * src/prefs_account.c
14177
14178                 SMTP server can be defined in the news account
14179                 mime type of attachment are kept.
14180
14181         * src/summaryview.c
14182
14183                 now choose the highest important score between default
14184                 and important score of folder.
14185
14186 2001-06-09 [alfons]
14187         
14188         * src/prefs_common.c: 
14189
14190                 (prefs_quote_description_create): corrected description of 
14191                 quote format characters
14192
14193 2001-06-09 [paul]
14194
14195         0.4.99claws8
14196
14197         * sync with sylpheed 0.4.99cvs8
14198
14199 2001-06-08 [sergey]
14200
14201         * src/Makefile.am: fix for "make dist": added quote_fmt_parse.h
14202         and pixmaps/stock_mail_reply_to_author.xpm to EXTRA_DIST.
14203
14204 2001-06-08 [paul]
14205
14206         0.4.99claws7
14207
14208         * sync with sylpheed 0.4.99cvs7
14209
14210 2001-06-06 [sergey]
14211
14212         * src/quote_fmt.h: renamed from src/quote_fmt_parse.h (which
14213         clashes with autogenerated header).
14214         * src/compose.c, src/quote_fmt_parse.y: #include "quote_fmt.h"
14215         * src/Makefile.am: added quote_fmt.h.
14216         * src/.cvsignore: added lex/yacc autogenerated files
14217         (quote_fmt_lex.c, quote_fmt_parse.c, quote_fmt_parse.h).
14218
14219 2001-06-06 [paul]
14220
14221         0.4.99claws6
14222
14223         * sync with sylpheed 0.4.99cvs6
14224
14225 2001-06-06 [hoa]
14226
14227         * added src/quote_fmt_parse.h
14228         * src/compose.c
14229                 removed warnings
14230
14231         * src/prefs.[ch]
14232                 don't modify readonly configuration files
14233
14234         * src/prefs_account.c
14235         * src/prefs_common.c
14236         * src/prefs_customheader.c
14237         * src/prefs_display_header.c
14238         * src/prefs_filter.c
14239         * src/prefs_filtering.c
14240         * src/prefs_scoring.c
14241                 don't open dialog box when configuration files
14242                 are readonly
14243
14244 2001-06-05 [sergey]
14245
14246         * configure.in: added AM_PROG_LEX and AC_PROG_YACC.
14247
14248         * src/Makefile.am: replaced quote_fmt.tab.[ch] by
14249         quote_fmt_lex.[lh], quote_fmt_parse.y; added YFLAGS=-d; added
14250         BUILT_SOURCES to make all files rebuild properly.
14251
14252         * src/compose.c: removed #include "quote_fmt.tab.h".
14253
14254         * src/quote_fmt_lex.l: renamed from quote_fmt.l; changed to return
14255         CHARACTER value in yylval.
14256
14257         * src/quote_fmt_parse.y: renamed from quote_fmt.y; changed to
14258         receive CHARACTER value by documented means (yylval).
14259
14260         * src/lex.quote_fmt.c, src/quote_fmt.{l,y,tab.{c,h}}: removed.
14261
14262 2001-06-05 [hoa]
14263
14264         * src/Makefile.am
14265                 changed quote_fmt.[ch] into quote_fmt.tab.[ch]
14266
14267         * src/filtering.c
14268         * src/matcher.c
14269         * src/matcher.h
14270         * src/prefs_filtering.c
14271                 now keep the configuration for execute action
14272
14273         * src/mbox_folder.c
14274                 fixed a warning
14275
14276 2001-06-05 [paul]
14277
14278         * sync with sylpheed 0.4.99cvs5
14279
14280 2001-06-05 [hoa]
14281
14282         * src/Makefile.am
14283                 added quote_fmt.[ch]
14284
14285         * added src/quote_fmt.y
14286         * added src/quote_fmt.l
14287         * added src/quote_fmt.tab.h
14288         * added src/quote_fmt.tab.c
14289         * added src/lex.quote_fmt.c
14290                 parsing configuration for replying
14291                 and forwarding
14292
14293         * src/prefs_common.[ch]
14294                 added configuration UI for replying
14295                 and forwarding
14296
14297         * src/compose.c
14298                 using configuration for replying
14299                 and forwarding
14300
14301 2001-06-04 [hoa]
14302
14303         * src/filtering.c
14304         * src/matcher.c
14305         * src/matcher.h
14306         * src/prefs_filtering.c
14307         * src/prefs_matcher.c
14308         * src/prefs_matcher.h
14309                 action "run a command" for filtering
14310                 and matching with a command.
14311                 fixed the "whole message" matching
14312
14313         * src/mbox_folder.c
14314                 changed temporary filename for security
14315
14316         * src/messageview.c
14317                 queue the notification if it fails to send.
14318
14319         * src/prefs_common.c
14320         * src/prefs_folder_item.c
14321                 changed the default important score             
14322
14323         * src/prefs_scoring.c
14324         * src/scoring.c
14325                 hide kill score input when the folder is not
14326                 a newsgroup
14327
14328 2001-06-03 [alfons]
14329
14330         * src/prefs_common.c:
14331
14332                 (prefs_font_select): pass font name in font entry box to font
14333                 selection dialog.
14334
14335 2001-06-03 [sergey]
14336
14337         * src/smtp.c (smtp_ok): fixed sock_gets() error handling.
14338
14339 2001-06-03 [paul]
14340
14341         * sync with sylpheed 0.4.99cvs4
14342
14343 2001-06-03 [alfons]
14344
14345         * src/headerwindow.c:
14346
14347                 (headerwindow_show_cb): use the selected summary view item, not
14348                 the displayed item.
14349
14350 2001-06-02 [alfons]
14351
14352         * src/headerwindow.c:
14353
14354                 (headerwindow_show_cb): always try to show msginfo
14355
14356 2001-06-02 [hoa]
14357
14358         * src/compose.c
14359                 keep attached parts when reediting or forwarding.
14360
14361 2001-06-01 [hoa]
14362
14363         * src/folderview.c
14364         * src/prefs_folder_item.[ch]
14365         * src/prefs_scoring.[ch]
14366         * src/scoring.[ch]
14367         * src/summaryview.[ch]
14368         * src/main.c
14369         * src/mainwindow.c
14370         * src/prefs_common.[ch]
14371                 support for folder scoring
14372                 kill score and important score for messages
14373         
14374         * src/prefs_account.c
14375                 some display bug fixed for local account
14376                 preferences
14377
14378 2001-05-31 [alfons]
14379
14380         * src/summaryview.c:
14381
14382                 (add_sender_to_cb): don't crash when no or invalid sender; the add 
14383                 sender to address book menu item is disabled.
14384
14385 2001-05-30 [hoa]
14386
14387         * src/filtering.[ch]
14388         * src/summaryview.c
14389                 handling summary menu / filter messages
14390
14391         * src/folder.[ch]
14392                 add some stuff
14393
14394         * src/foldersel.c
14395                 imap folders now appears in list
14396
14397         * src/mbox_folder.c
14398                 doesn't crash if destination mail is not writeable
14399
14400 2001-05-29 [hoa]
14401
14402         * src/compose.c
14403                 removed some warnings
14404
14405         * src/filtering.c
14406         * src/folder.[ch]
14407         * src/prefs_filtering.c
14408                 global string to identify any folders           
14409                 removed some debug info
14410                 filtering to mbox folders is now possible
14411
14412         * src/mainwindow.c
14413                 removed some warnings
14414
14415         * src/mbox_folder.c
14416                 permission on files are changed to read/write for user only,
14417                 nothing for other.
14418                 creation of subfolder is handled better.
14419
14420 2001-05-28 [alfons]
14421
14422         Verified the sync for src/prefs_common.[ch] and
14423         src/prefs_account.[ch]. I believe there were some
14424         minor indentation differences.
14425
14426 2001-05-28 [paul]
14427
14428         0.4.99claws3
14429
14430         * sync with 0.4.99cvs3
14431
14432 2001-05-28 [hoa]
14433
14434         * src/compose.c
14435                 handling flags for mbox format
14436
14437         * src/filtering.c
14438                 use of mark file only for MH format
14439                 handling flags for mbox format
14440                 filtering cannot yet move or copy mails to mbox folders.
14441
14442         * src/folder.[ch]
14443                 changed move_msg, copy_msg,
14444                 move_msgs_with_dest, copy_msgs_with_dest functions
14445                 uses only folder->copy_msg() function
14446                 uses folder->finished_copy() to handle the destination
14447                 folder at the end of the copy or move operation.
14448
14449         * src/foldersel.c
14450                 included mbox directories.
14451
14452         * src/folderview.[ch]
14453         * src/mainwindow.c
14454                 handle folders operation for mbox format
14455
14456         * src/mbox.c
14457                 disable conversion of "From " header
14458
14459         * src/mbox_folder.[ch]
14460                 completion of mbox format handling
14461
14462         * src/mh.c
14463                 changed mh_copy_msg() function and
14464                 removed mh_move_msg(), mh_move_msgs_with_dest(),
14465                 mh_copy_msgs_with_dest()
14466
14467         * src/prefs_filtering.c
14468                 removed some warnings
14469
14470         * src/prefs_matcher.c
14471                 default boolean operation is AND
14472
14473         * src/procheader.c
14474                 handling flags for mbox format
14475                 handling of "From " header
14476
14477         * src/procmsg.[ch]
14478                 removed data field
14479                 added MSG_REALLY_DELETED flags to handle deletion of
14480                 messages in mbox format.
14481
14482         * src/summaryview.c
14483                 handling flags for mbox format
14484                 disable the MSG_DELETED flags when messages
14485                 are deleted in mbox format
14486
14487         * src/textview.c
14488                 "From " headers display fixed.
14489
14490 2001-05-27 [alfons]
14491
14492         * src/textview.c:
14493                 
14494                 (get_email_part): skip quoted email addresses, like in e.g.
14495                 "'alfons@proteus.demon.nl'".
14496
14497 2001-05-26 [alfons]
14498
14499         Minor GUI fixes adding horizontal scrollbars to Hoa's matcher dialogs,
14500         and fixing the persistence troubles when using separate windows.
14501
14502         * src/mainwindow.c:
14503         
14504             Added #define SEPARATE_ACTION used in the gtk item factory for 
14505             the SEPARATE_FOLDER and SEPARATE_MESSAGE items, so we can
14506                 use gtk_item_factory_get_widget_by_action() to get the items.
14507                 
14508             Removed separate_widget_cb from the gtk item factory data   
14509           
14510             (mainwindow_create): connect separate_widget_cb() to check
14511             menu item "toggled" signal. also passing a MainWindow pointer
14512                 as object data for both check menu items.
14513                 
14514             (separate_widget_cb): definition of separate_widget_cb() to match
14515             GtkCheckMenuItem's "toggled" signal. Now get the pointer to the main 
14516                 window using gtk_object_get_data(). The type of window separation 
14517                 (SEPARATE_MESSAGE or SEPARATE_FOLDER) is passed as the signal's data
14518         
14519         * src/prefs_filtering.c,
14520           src/prefs_matcher.c: added horizontal scrollbars
14521
14522 2001-05-25 [darko]
14523
14524         * src/headerview.c
14525                 fix segfault with invalid bold font
14526         * src/summaryview.c
14527                 correctly display summary stats after row is marked
14528
14529 2001-05-23 [sergey]
14530
14531         * src/codeconv.c (conv_get_code_conv_func): fix for ISO-8859-*
14532         encodings with libjconv.
14533
14534 2001-05-23 [hoa]
14535
14536         * src/Makefile.am
14537                 added mbox_folder.[ch]
14538         * src/defs.h
14539                 mbox temporary folder
14540         * src/folder.[ch]
14541         * added src/mbox_folder.[ch]
14542         * src/folderview.c
14543         * src/procheader.[ch]
14544                 added mbox support
14545         * src/mbox.c
14546                 bugfix for file incorporation filtering
14547         * src/imap.c
14548                 enable creation of MBOX
14549         * src/prefs_display_header.c
14550                 enable use of headers like "From "
14551                 something that should be fixed :
14552                         displaying of such headers add an extra space
14553         * src/prefs_folder_item.c
14554                 don't create folders because it is not necessary
14555         * src/procmsg.h
14556                 added data field to MsgInfo for mbox internal use
14557         * src/summaryview.c
14558                 added some support for mbox
14559         * src/utils.[ch]
14560                 added get_mbox_cache_dir() function
14561
14562 2001-05-23 [hiroyuki]
14563
14564         * src/headerwindow.c
14565           src/inc.c
14566           src/main.c
14567           src/mh.c
14568           src/nntp.c
14569           src/procmsg.h
14570           src/session.h
14571           src/socket.[ch]
14572           src/summaryview.c
14573           src/textview.c
14574           src/automaton.c
14575           src/folderview.c: more sync with 0.4.99cvs2.
14576
14577         * src/headerwindow.c: reverted.
14578
14579 2001-05-22 [paul]
14580
14581         0.4.99claws2
14582
14583         * sync with sylpheed 0.4.99cvs2
14584                 * src/news.[ch]
14585                 * src/nntp.[ch]
14586                 * INSTALL
14587                 * INSTALL.jp
14588
14589 2001-05-22 [alfons]
14590
14591         * src/summaryview.c: bugfixed a premature assignment in  summaryview_add_sender_to_cb()
14592
14593 2001-05-21 [alfons]
14594
14595         Minor things:
14596
14597         * configure.in: if gnome-config not found, "no" is displayed
14598         
14599         * sylpheed.desktop: "Hello World" is replaced with "Sylpheed Mail"
14600
14601         * src/textview.c: now also possible to add mail addresses by right
14602           clicking in the text view
14603
14604         * src/codeconv.c: merged patch which fixes endless loop when encountering
14605           invalid wide characters; from Alte <010@imis.ru>  
14606
14607 2001-05-20 [alfons]
14608
14609         Added installation of gnome specific things:
14610
14611         * Makefile.am: gnome conditional
14612
14613         * configure.in: check for installed gnome
14614
14615         * added sylpheed.png, sylpheed.desktop
14616
14617 2001-05-20 [sergey]
14618
14619         * src/pixmaps/stock_mail_reply_to_author.xpm: new file.
14620
14621         * src/mainwindow.h (main_window_toolbar_create): created a button
14622         for "Reply to all".
14623         (main_window_set_toolbar_sensitive): enable/disable the new button
14624         appropriately.
14625         (toolbar_reply_to_author_cb): handle the new button.
14626
14627         * src/send.c (SEND_EXIT_IF_ERROR, SEND_EXIT_IF_NOTOK): call
14628         send_progress_dialog_destroy() on failure (fixes hang on SMTP
14629         failure).
14630
14631 2001-05-19 [sergey]
14632
14633         * src/compose.h (ComposeReplyMode): new modes
14634         COMPOSE_REPLY_TO_AUTHOR, COMPOSE_REPLY_TO_AUTHOR_WITH_QUOTE,
14635         COMPOSE_REPLY_TO_AUTHOR_WITHOUT_QUOTE.
14636
14637         * src/compose.c
14638         (compose_send): move some code into a new function:
14639         (compose_current_mail_account): new function.
14640         (compose_reply): new argument to_author, all callers changed; if
14641         to_author==TRUE and account->protocol==A_NNTP, find and use an
14642         appropriate mail account for replying.
14643         (compose_reply_set_entry): new argument to_author; ignore
14644         compose->replyto if to_author==TRUE.
14645
14646         * src/mainwindow.c: new command "Message/Reply to author".
14647         (main_window_set_menu_sensitive): enable/disable it.
14648         (reply_cb): handle it.
14649
14650         * src/summaryview.c: new command "Reply to author".
14651         (summary_set_menu_sensitive): enable/disable it.
14652         (summary_reply_cb): handle it.
14653
14654         * src/account.c (account_find_mail_from_address): new function.
14655
14656 2001-05-18 [paul]
14657
14658         0.4.99claws1
14659
14660         * sync with sylpheed 0.4.99cvs1
14661
14662 2001-05-18 [hoa]
14663
14664         * src/compose.[ch]
14665         * src/filtering.c
14666         * src/summaryview.c
14667                 new filtering action : forward and forward as attachment
14668
14669         * src/main.c
14670                 no need for $DISPLAY when we run sylpheed --help
14671                 call to parse_cmd_opt() is moved
14672
14673         * src/mainwindow.[ch]
14674                 execute button is hidden when immediate execute
14675                 is chosen
14676
14677         * src/mh.c
14678         * src/news.c
14679         * src/prefs_folder_item.c
14680         * src/procmsg.c
14681                 better handling of missing directories
14682
14683         * src/summaryview.c
14684                 reedit is enabled in outbox
14685                 reedit is enabled in queue
14686
14687 2001-05-17 [hoa]
14688
14689         * src/filtering.c
14690         * src/matcher.[ch]
14691         * src/prefs_filtering.c
14692                 changed attachement into attachment
14693
14694 2001-05-17 [alfons]
14695
14696         0.4.67claws4    
14697
14698         * sync with sylpheed 0.4.67cvs9
14699         * sync with sylpheed 0.4.67cvs7-8
14700
14701 2001-05-17 [hoa]
14702
14703         * src/Makefile.am
14704                 added prefs_filtering.c
14705
14706         * src/filtering.[ch]
14707         * src/matcher.[ch]
14708                 removed action : forward_news and forward_news_as_attachement
14709                 (forward and forward_as_attachement can be used instead)
14710
14711         * src/mainwindow.c
14712                 added menu option to access filtering configuration
14713
14714         * src/prefs_account.c
14715                 changed mail_command default to /usr/sbin/sendmail
14716
14717         * added src/prefs_filtering.[ch]
14718                 dialog box for filtering configuration
14719
14720         * src/prefs_matcher.c
14721                 added function prefs_matcher_get_criteria_from_matching()
14722
14723         * src/prefs_scoring.c
14724                 reset the dialog when register or substitute is clicked
14725
14726 2001-05-15 [hoa]
14727
14728         * src/Makefile.am
14729                 added filtering.[ch]
14730         * src/inc.c
14731                 using filering.[ch] instead of filter.[ch]
14732         * src/main.c
14733                 reading new filtering configuration
14734         * src/matcher.[ch]
14735                 added some filtering actions
14736                 and fixed a bug for headers and mail body matching
14737         * src/mbox.c
14738                 using filering.[ch] instead of filter.[ch]
14739         * src/mh.c
14740                 handling invalid MsgInfo in mh_copy_msg() and mh_move_msg()
14741         * src/summaryview.c
14742                 some fixes for filtering
14743
14744 2001-05-14 [hiroyuki]
14745
14746         * src/send.c: fixed some weird indentations.
14747           send_message_with_command(): call pclose() only if p != NULL.
14748         * src/textview.c: get_email_part(): modified the code for readability.
14749
14750 2001-05-14 [hiroyuki]
14751
14752         * src/md5global.h
14753           src/md5ify.c
14754           src/md5ify.h: removed from the cvs.
14755
14756 2001-05-13 [sergey]
14757
14758         * src/main.c: include rfc2015.h to avoid compiler warnings.
14759         * src/alertpanel.c (alertpanel_message_with_disable): return 0 if
14760         the panel is already on screen.
14761         * src/prefs_customheader.c (prefs_custom_header_delete_cb): treat
14762         closing the alert window by ESC as "No".
14763         * src/prefs_common.c (prefs_interface_create): moved return
14764         receipt check button to the correct place.
14765
14766 2001-03-13 [alfons]
14767
14768         * src/prefs_common.c: 
14769                 moved return receipt check button to the Send tab. (prefs_send_create)
14770                 removed the date format ui related globals. (prefs_display_create)
14771
14772         0.4.67claws3
14773         
14774         * sync with sylpheed 0.4.67cvs5-6
14775
14776 2001-05-13 [paul]
14777
14778         * added Alfons' font selection patch
14779
14780         * src/defs.h
14781         * src/headerwindow.c
14782         * src/prefs_common.c
14783         * src/prefs_common.h
14784
14785 2001-05-13 [hoa]
14786         * src/defs.h
14787                 changed version of cache
14788         * src/matcher.[ch]
14789         * src/prefs_matcher.c
14790                 added additionnal matching criteria
14791         * src/procheader.c
14792         * src/procmsg.[ch]
14793         * src/news.c
14794                 added references in MsgInfo
14795
14796 2001-05-12 [hoa]
14797
14798         * src/defs.h
14799                 prepared some things for new filtering
14800         * src/matcher.[ch]
14801                 added some matching properties
14802                 inreplyto need to be enhanced
14803                 prepared some things for new filtering
14804         * src/messageview.c
14805                 added Return-Receipt-To handling
14806         * src/prefs_folder_item.c
14807                 changed default value to TRUE
14808         * src/prefs_matcher.c
14809                 added some matching properties
14810         * src/prefs_scoring.[ch]
14811                 the scoring dialog is finished
14812         * src/procheader.c
14813                 added Return-Receipt-To handling
14814                 Reference need to be added
14815         * src/procmsg.[ch]
14816                 added Return-Receipt-To handling
14817                 added threadscore to get a better score sorting when
14818                 threads are enabled
14819         * src/summaryview.c
14820                 suppressed a bug when we sort the list
14821                 when no folder is opened.
14822                 better score sorting when threads are enabled
14823
14824 2001-05-12 [alfons]
14825
14826         * reverted previous patch because of potential errors 
14827
14828         0.4.67claws2
14829         
14830         * src/inc.c, src/prefs_common.c, src/prefs_common.h: 
14831                 applied "toggle mail-retrieval dialog window" patch submitted 
14832                 by Eric Limpens <eric@qnt.net>
14833
14834         * sync with sylpheed 0.4.67cvs4
14835
14836 2001-05-12 [sergey]
14837
14838         * src/matcher.c, src/scoring.c: changed "#ifdef 0" to "#if 0" for
14839         some picky compilers.
14840         * src/rfc2015.h: provide prototype for rfc2015_disable_all().
14841         * src/grouplist_dialog.c: include alertpanel.h.
14842         * src/prefs_headers.c (prefs_headers_deleted): added GTK_BUTTON to
14843         fix compile warning.
14844         * src/scoring.c, src/prefs_folder_item.c, src/matcher.c: brought
14845         #include "defs.h" before others to prevent the warning of `MIN'
14846         and `MAX' redefinition.
14847
14848 2001-05-11 [hoa]
14849
14850         * src/main.c
14851         * src/messageview.c
14852         * src/prefs_account.c
14853         * src/prefs_display_header.c
14854                 removed warning
14855         * src/Makefile.am
14856                 added prefs_scoring.[ch]
14857         * src/grouplist_dialog.c
14858                 display an error dialog box if the group list
14859                 cannot be fetched.
14860         * src/mainwindow.[ch]
14861                 added main_window_set_thread_option() function
14862                 scoring dialog box enabled
14863         * src/matcher.[ch]
14864                 added flags matching unread /new / marked
14865                 / deleted / replied / forwarded
14866         * src/news.c
14867                 newsgroups are now finally in newscache
14868         * src/prefs_matcher.[ch]
14869                 finished preferences for matching dialog
14870         * added src/prefs_scoring.[ch]
14871                 scoring dialog box completed
14872         * src/scoring.[ch]
14873                 conversion to string : added scoringprop_to_string()
14874                 write config for preferences :
14875                 added prefs_scoring_write_config()
14876         * src/summaryview.c
14877                 threads can be enabled/disabled independently
14878                 for each folder
14879
14880 2001-05-10 [alfons]
14881
14882         0.4.67claws1
14883         
14884         * AUTHORS: 
14885                 thought it would be nice to have a list of all
14886                 contributors (used Changelog as a reference)
14887         
14888         * configure.in: 
14889                 messed up version numbering...
14890
14891         0.4.66claws1
14892
14893         * sync with sylpheed 0.4.67cvs1-3
14894
14895 2001-05-10 [darko]
14896
14897         * src/prefs_common.c:
14898                 better UI for strftime format, double clicking
14899                 on format now inserts the format in text entry
14900                 replaced close button with standard OK/Cancel
14901                 moved date format button to the right of the
14902                 text entry field
14903
14904 2001-05-09 [alfons]
14905
14906         * src/gtkstext.c:
14907                 Ctrl-Home / Ctrl-End have proper cursor navigation
14908
14909 2001-05-09 [hoa]
14910
14911         * src/prefs_matcher.c
14912                 finished UI to define matching properties
14913                 added ok and cancel button
14914         * src/prefs_filter.c
14915                 added ok and cancel button
14916         * src/news.c
14917                 fixed some bug in xhdr parsing
14918
14919 2001-05-08 [alfons]
14920
14921         * src/textview.c: 
14922                 fixed a bug in textview_show_header(), which displayed two colons (':');
14923                 cleaned up some warnings
14924
14925 2001-05-08 [hoa]
14926
14927         * src/Makefile.am
14928                 added prefs_matcher.[ch]
14929                 compilation with -W -Wall
14930         * src/alertpanel.c
14931                 ungrab the mouse events if grabbed - does it
14932                 fix the bug for disposition notification ?
14933         * src/mainwindow.c
14934                 added a menu option to open the matching dialog.
14935         * src/matcher.[ch]
14936                 added matcherprop_to_string() and matcherlist_to_string()
14937                 fixed some bugs, changed the name of some options
14938                 age_sup and age_inf becomes age_greater and age_lower,
14939                 body and messageheaders becomes body_part and headers_part,
14940                 changed the names of constants from SCORING_XXX to MATCHING_XXX
14941         * src/prefs_display_header.c
14942         * src/prefs_headers.c
14943                 fixed a bug that accidentally destroyed dialogs
14944                 when closed them with delete_event
14945                 Added *_deleted() which handle delete_event signal correctly.
14946         * src/prefs_folder_item.[ch]
14947                 added "enable_thread" field for future customization
14948         * added src/prefs_matcher.[ch]
14949                 sample of the UI to define matching properties
14950         * src/procheader.c
14951                 using procheader_headername_equal instead of str*cmp functions
14952                 using procheader_parse_header() function
14953         * src/scoring.c
14954                 using MATCHING_XXX instead of SCORING_XXX
14955         * src/summaryview.c
14956                 display the sender of the news even if this is ourself
14957                 when this is a news message.
14958         * src/textview.c
14959                 using headername_equal() instead of str*cmp functions
14960
14961 2001-05-08 [alfons]
14962
14963         0.4.66claws
14964
14965         * sync with sylpheed 0.4.66
14966         * src/gtkstext.c: trace logs added 
14967
14968 2001-05-08 [sergey]
14969
14970         * src/prefs_common.[ch]: added option to enable/disable GnuPG
14971         signature check popup.
14972         * src/rfc2015.c (check_signature): show signature check popup only
14973         if it is enabled in preferences.
14974
14975 2001-05-07 [alfons]
14976
14977         0.4.66claws4
14978         
14979         * sync with sylpheed 0.4.66cvs6
14980
14981 2001-05-07 [darko]
14982
14983         * src/prefs_common.[ch]: added option to enable/disable
14984           looking up sender name in address book for summary pane
14985         * src/summaryview.c: look up sender in the address book
14986           by using Alfons' address completion code
14987
14988 2001-05-07 [hiroyuki]
14989
14990         * src/inc.h
14991           src/pop.c: pop3_retr_recv(): removed cur_msg_bytes from the
14992           member of Pop3State.
14993         * src/news.c: brought #include "defs.h" before #include <glib.h>
14994           to prevent the warning of `MIN' and `MAX' redefinition.
14995
14996 2001-05-06 [hoa]
14997
14998         * removed src/headers_display.[ch]
14999         * removed src/prefs_display_headers.[ch]
15000         * src/inc.c
15001                 use a temporary file in the user directory for mbox import
15002         * src/news.c
15003                 added XHDR support to get "To" and "Cc" headers
15004                 (in order to match news with to or cc field for
15005                 scoring)
15006                 added function news_parse_xhdr() to get XHDR response
15007         * src/nntp.[ch]
15008                 added function nntp_xhdr()
15009         * src/matcher.c
15010                 fetch the message if necessary
15011
15012 2001-05-06 [alfons]
15013
15014         0.4.66claws3
15015
15016         * sync with sylpheed 0.4.66cvs3-5
15017
15018 2001-05-06 [hoa]
15019
15020         * src/utils.[ch]
15021                 added function itos_buf() to enable use of several buffers
15022         * src/summaryview.c
15023                 use of itos_buf() instead of itos() in summary list
15024                 to fix the broken display of message number.
15025
15026 2001-05-06 [alfons]
15027
15028         * src/gtkstext.c: bug in cursor up navigation fixed,
15029                 fixed another unsigned / signed comparison (we're getting there :-)
15030
15031 2001-05-06 [hoa]
15032
15033         * src/Makefile.am
15034                 added scoring.c scoring.h
15035                 prefs_folder_item.c prefs_folder_item.h
15036                 matcher.c matcher.h
15037         * src/defs.h
15038                 added FOLDERITEM_RC SCORING_RC
15039         * src/folder.[ch]
15040                 added prefs field in FolderItem :
15041                 properties for each folder (PrefsFolderItem),
15042                 sorting type and mode were added as the first properties.
15043         * src/main.c
15044                 read config for scoring
15045         * added src/matcher.[ch]
15046                 gives functions to parse configuration file to do
15047                 matching on mails with a list of conditions.
15048         * src/mainwindow.c
15049                 add option to sort by score
15050         * src/prefs_common.[ch]
15051                 added preference option to show score and for
15052                 the score column size
15053         * added src/prefs_folder_item.[ch]
15054                 properties for each folder (PrefsFolderItem),
15055                 sorting type and mode were added as the first properties.
15056         * src/procheader.[ch]
15057                 added procheader_parse_header()
15058                 added procheader_header_free()
15059                 added procheader_headername_equal()
15060                 and made modification to use them.
15061         * src/procmsg.[ch]
15062                 added score field to MsgInfo structure
15063         * added src/scoring.[ch]
15064                 gives functions to parse configuration file to do
15065                 scoring on mails with a list of conditions.
15066         * src/summaryview.[ch]
15067                 save the sorting type and mode for the folder
15068                 added column to display the score of the mail
15069                 added function summary_score_clicked()
15070                 sorting type and mode are restored to the folder
15071                 when it is reopen
15072         * src/textview.c
15073                 use procheader_parse_header(), procheader_headername_equal()
15074                 removed memory leak in text_scan_header when freeing headers
15075         * src/filter.c
15076                 changed the function to match names of headers
15077                 using procheader_headername_equal()
15078
15079         Scoring functions are implemented, an interface is needed
15080         to configure that.
15081
15082 2001-05-04 [alfons]
15083
15084         * src/gtkstext.c: 
15085                 hopefully fixed the row up navigation bug,
15086                 removed adding back / forward lines to cache
15087
15088 2001-05-04 [sergey]
15089
15090         * src/prefs_display_headers.c: user interface changes:
15091         (prefs_display_headers_create): remove unused "Show" check button;
15092         allow reordering of headers by dragging.
15093         (prefs_display_headers_write_config): remove unused variables.
15094         (prefs_display_headers_set_dialog): do not insert "(New)" at top
15095         of lists (not needed with the new UI).
15096         (prefs_display_headers_set_list): scan lists starting from row 0,
15097         not 1 (do not skip "(New)").
15098         (prefs_display_headers_find_header): new function.
15099         (prefs_display_headers_clist_set_row): do not allow duplicates.
15100         (prefs_display_headers_delete_cb): do not skip row 0; treat
15101         closing the alert window by ESC as "No".
15102         (prefs_display_headers_up): do not protect row 0.
15103         (prefs_display_headers_down): do not protect row 0.
15104
15105 2001-05-04 [sergey]
15106
15107         * src/mainwindow.c (next_marked_cb, prev_marked_cb): new
15108         functions.
15109
15110         * src/summaryview.c
15111         (summary_find_next_marked_msg, summary_find_prev_marked_msg,
15112         summary_select_next_marked, summary_select_prev_marked): new
15113         functions.
15114
15115 2001-05-03 [sergey]
15116
15117         * src/news.c: fixed a bug when no article can be fetched after
15118         server timeout if the connection was restored by news_post():
15119         (news_select_group): new function.
15120         (news_fetch_msg): call news_select_group() before fetching
15121         article.
15122         (news_get_uncached_articles): set session->group after successful
15123         GROUP command.
15124
15125 2001-05-03 [hoa]
15126
15127         * src/defs.h
15128         * src/procmsg.[ch]
15129         * src/procheader.c
15130                  changed version of cache, added cc field
15131
15132         * src/prefs_display_headers.c
15133                 the interface was changed
15134
15135         * src/prefs_headers.c
15136                 added cancel button
15137
15138 2001-05-03 [alfons]
15139
15140         * completed sync of sylpheed cvs2
15141         * src/gtkstext.c: updated row up / down cursor navigation
15142         * src/textview.c: re-edited, prepared for fixing the email address
15143                 scanner.
15144
15145 2001-05-03 [darko]
15146
15147         * src/prefs_common.c: use alfons' strftime ui code
15148         entry_datefmt and datefmt_sample widgets have to be
15149         global in this module because of this change
15150
15151 2001-05-03 [hoa]
15152
15153         * src/messageview.c
15154         * src/prefs_common.[ch] added option to activate the return receipt
15155                 feature.
15156
15157 2001-05-02 [alfons]
15158
15159         * src/gtkstext.c: fix for row up/down cursor navigation. 
15160
15161         0.4.66claws2
15162         
15163         * sync with 0.4.66cvs2
15164
15165 2001-05-02 [paul]
15166
15167         added add-sender-to-addressbook patch
15168
15169         * src/addressbook.c
15170         * src/addressbook.h
15171         * src/summaryview.c
15172
15173 2001-05-02 [sergey]
15174
15175         * src/alertpanel.h (AlertValue): added G_ALERT_VALUE_MASK,
15176         G_ALERTDISABLE.
15177
15178         * src/alertpanel.c (alertpanel_create): new argument can_disable,
15179         all existing callers changed to pass FALSE; create a check button
15180         to disable the message.
15181         (alertpanel_message_with_disable): new function.
15182         (alertpanel_show): mask value with G_ALERT_VALUE_MASK.
15183         (alertpanel_button_toggled): new function.
15184         (alertpanel_button_clicked, alertpanel_close): set value using
15185         G_ALERT_VALUE_MASK.
15186
15187         * src/prefs_common.h (PrefsCommon): new field gpgme_warning.
15188
15189         * src/prefs_common.c (prefs_privacy_create): new check button
15190         checkbtn_gpgme_warning.
15191
15192         * src/main.c (main): moved preferences reading before gpgme
15193         initialization; check prefs_common.gpgme_warning before giving the
15194         GnuPG warning and set it to FALSE if the user wants to disable the
15195         warning.
15196
15197 2001-05-02 [hiroyuki]
15198
15199         * src/prefs_display_headers.c: modified the layout and some labels.
15200
15201 2001-05-02 [sergey]
15202
15203         * src/prefs_account.c (prefs_account_fix_size): new function.
15204         (prefs_account_create): call prefs_account_fix_size(); use
15205         gtk_widget_show instead of gtk_widget_show_all (fixes too large
15206         size when the window is shown for the first time).
15207         (prefs_account_basic_create): changed layout of serv_table; moved
15208         localmbox_entry above smtpserv_entry (logically it replaces
15209         POP3/IMAP server).
15210         (prefs_account_protocol_activated): set sensitivity of
15211         nntpauth_chkbtn according to the protocol (in addition to
15212         hide/show); commented out gtk_table_set_row_spacing() calls.
15213         (prefs_account_nntpauth_toggled): do nothing if nntpauth_chkbtn is
15214         not sensitive (fixes a bug with disabled username/password boxes
15215         when editing POP3 account after NNTP with authentication).
15216
15217 2001-05-02 [hoa]
15218
15219         * src/account.c
15220         * src/inc.c
15221         * src/prefs_account.[ch]
15222         * src/send.c
15223                 removed local account without SMTP server
15224                 added option to use mail command instead of a connexion
15225                 to SMTP server when a local account is used
15226         * src/prefs_headers.c
15227                 fixed a bug
15228         * src/news.c
15229                 fixed a bug when connexion immediately closed
15230
15231 2001-05-01 [alfons]
15232
15233         0.4.66claws1
15234         
15235         * sync with 0.4.65
15236
15237 2001-05-01 [sergey]
15238
15239         * src/prefs_account.c (Basic, prefs_account_basic_create): new
15240         widget nntpauth_chkbtn.
15241         (prefs_account_protocol_activated): handle nntpauth_chkbtn
15242         visibility.
15243         (prefs_account_nntpauth_toggled): new function.
15244
15245         * src/news.c (news_session_new_for_folder): use NNTP
15246         authentication only if ac->use_nntp_auth is set.
15247
15248 2001-05-01 [hoa]
15249
15250         * src/Makefile.am changed headers.[ch] in customheader.[ch]
15251         * src/prefs_display_headers.c changed the UI
15252         * src/prefs_headers.c changed account_name to account_id
15253         * src/compose.c using customheader.h
15254
15255 2001-05-01 [hiroyuki]
15256
15257         * src/esmtp.c
15258           src/news.c
15259           src/nntp.c: changed sock_read() to sock_gets(), they've been left
15260           unsynched.
15261
15262 2001-05-01 [hoa]
15263
15264         * src/Makefile.am added prefs_display_headers.[ch] headers_display.[ch]
15265         * src/defs.h added HEADERS_DISPLAY_RC : name of the config file
15266                 for displaying of headers
15267         * src/grouplist_dialog.[ch] minor changes to remove warnings
15268         * src/prefs_display_headers.[ch] dialog to choose the
15269         headers to display in the mail viewer.
15270         * src/headers.h correction of #define
15271         * src/headers_display.[ch] configuration for displaying of headers.
15272         * src/main.c read config of displaying of headers
15273         * src/prefs_common.c add a button to access the config dialog
15274                 for displaying of headers
15275         * src/prefs_display_headers.[ch] dialog for configuration for
15276                 displaying of the headers.
15277         * src/prefs_headers.c cleaning of code
15278         * src/procheader.c comments added to code
15279         * src/textview.c changes to reorder the headers depending
15280                 on the config for displaying of headers
15281
15282 2001-04-30 [alfons]
15283
15284         0.4.65claws7
15285
15286         * sync with 0.4.65cvs12
15287
15288         NOTE: nntp.c and news.c in claws and cvs branch differ significantly!
15289
15290 2001-04-30 [sergey]
15291
15292         * src/nntp.h (NNTPSockInfo): new field auth_failed.
15293
15294         * src/nntp.c (nntp_mode): return NN_AUTHREQ if sock->auth_failed
15295         is set to force reconnection after authentication failure.
15296         (nntp_gen_command): set sock->auth_failed on authentication
15297         failure, or if sock->userid and sock->passwd are not set.
15298
15299         * src/news.c (news_session_new_for_folder): set userid=NULL if
15300         password dialog is cancelled.
15301
15302 2001-04-30 [sergey]
15303
15304         * src/nntp.h (NNTPSockInfo): new type.
15305
15306         * src/nntp.c: all functions updated to use NNTPSockInfo instead of
15307         SockInfo.
15308         (nntp_open_auth, nntp_close): new functions.
15309         (nntp_gen_command): new function to handle authentication; all
15310         NNTP command functions updated to use it.
15311         (nntp_authinfo_user, nntp_authinfo_pass): deleted.
15312         (nntp_list): removed old useless code.
15313
15314         * src/news.h (NNTPSession): new field nntp_sock.
15315
15316         * src/news.c: all functions updated to use NNTPSockInfo instead of
15317         SockInfo.
15318         (news_session_new): new arguments (userid, passwd); made static;
15319         use nntp_open_auth() if needed.
15320         (news_session_destroy): use nntp_close() instead of sock_close().
15321         (news_query_password): changed arguments.
15322         (news_session_new_for_folder): new function.
15323         (news_session_get): use news_session_new_for_folder().
15324         (news_authenticate): deleted.
15325         (news_get_uncached_articles): removed old authentication code.
15326
15327 2001-04-30 [sergey]
15328
15329         * src/news.c: reverted my previous changes (need to do NNTP
15330         authentication in a cleaner way).
15331         
15332 2001-04-29 [sergey]
15333
15334         * src/news.c (news_nntp_group, news_nntp_list, news_nntp_xover,
15335         news_nntp_post, news_nntp_mode): new functions (wrappers with
15336         authentication support).
15337         (news_get_article_cmd, news_get_article, news_get_header): new
15338         argument "folder"; all callers changed.
15339         (news_get_article_cmd): added authentication support.
15340         (news_session_get): use news_nntp_mode() instead of nntp_mode().
15341         (news_post): use news_nntp_post() instead of nntp_post().
15342         (news_get_uncached_articles): use news_nntp_group() instead of
15343         nntp_group() and news_nntp_xover() instead of nntp_xover();
15344         removed old authentication code.
15345         (news_get_group_list): use news_nntp_list() instead of nntp_list().
15346
15347         * src/nntp.c (nntp_list): return real error code instead of
15348         hardcoded NN_ERROR.
15349
15350 2001-04-29 [sergey]
15351
15352         * configure.in: fixed wint_t typedef detection again
15353
15354 2001-04-28 [hoa]
15355
15356         * src/prefs_account.[ch], added A_LOCAL_CMD
15357                 (send mail with mail command)
15358         * src/send.c added function send_message_with_command()
15359         * src/inc.c made a more secure get_spool() function with
15360                 mktemp() but maybe mkstemp() or something more
15361                 secure can be used.
15362
15363 2001-04-28 [alfons]
15364
15365         * src/textview.c, colorization of email addresses in headers
15366
15367         0.4.65claws6
15368
15369         * bug sync with sylpheed
15370         * prefs_common.c: created date format ui for darko
15371         * sync with 0.4.65cvs11
15372         * configure.in: corrected to have the new gpg checks
15373
15374 2001-04-27 [alfons]
15375
15376         * completed sync with 0.4.65cvs10
15377         * minor debug things added to gtkstext.c
15378
15379 2001-04-27 [darko]
15380
15381         * configure.in: remove check for availability of
15382           strftime() as advised by Hiroyuki
15383         * src/prefs_common.[ch], src/procheader.c:
15384           synch strftime() code with Hiroyki's main branch
15385
15386 2001-04-26 [sergey]
15387
15388         * src/news.c: news_query_password(), news_authenticate(): new
15389           functions.
15390           news_get_uncached_articles(): added NNTP authentication
15391           handling.
15392         * src/nntp.[ch]: nntp_authinfo_user(), nntp_authinfo_pass():
15393           new functions.
15394         * src/prefs_account.c: prefs_account_protocol_activated():
15395           enable userid and password fields for NNTP.
15396
15397 2001-04-26
15398
15399         * configure.in: check for availability of strftime()
15400           [darko]
15401         * src/prefs_common.[ch], src/procheader.c: use
15402           strftime() for displaying date in summary pane if it
15403           is available
15404
15405 2001-04-25
15406
15407         * more .cvsignore cleanups [alfons]
15408
15409 2001-04-25
15410
15411         * ac/sv-check-type.m4: new autoconf macro.
15412         * configure.in: fixed wint_t typedef detection (did not work
15413           with gcc-2.96).
15414
15415 2001-04-25
15416
15417         * acconfig.h: added USE_GTKGDK_XIM definition for autoheader.
15418           [hiroyuki]
15419
15420 2001-04-24
15421         * modified gtkstext.c : buggy cursor navigation fixed, 
15422           and font descent also taken in account when drawing
15423           cursor. [alfons]
15424
15425 2001-04-24 [hoa]
15426         * added comments in src/news.c src/nntp.c
15427         * added src/prefs_headers.[ch]
15428         * added src/headers.[ch]
15429         * modified compose.c to activate custom headers
15430                 added function is_in_custom_headers
15431         * modified prefs_account.[ch]
15432                 added function prefs_account_customhdr_edit
15433         * modified src/defs.h :
15434                 added HEADERS_RC : name of the config file
15435                 for the custom headers
15436
15437 2001-04-24
15438
15439     0.4.65claws5
15440
15441         * configure.in
15442           src/gtkstext.[ch]
15443           src/compose.c
15444           src/Makefile.am
15445           
15446           added gtkstext with configure.in patch by Hiroyuki which
15447           should fix the XIM detection [alfons]
15448
15449         * more clean up of cvs [alfons]
15450
15451                  * removed all Makefile.in files to attic.
15452
15453                  * updated all .cvsignores to really ignore things that could
15454                    be unintentionally committed by a recursive commit.
15455
15456 2001-04-23 [hoa]
15457         * added src/grouplist_dialog.[ch]
15458         * changed src/folderview.c to call grouplist_dialog instead
15459                 of inputdialog
15460         * src/news.c :
15461                 added functions news_reset_group_list
15462                 and news_get_group_list
15463         * src/nntp.c :
15464                 added function nntp_list
15465         * src/defs.h :
15466                 added GROUPLIST_FILE : name of the newsgroup list cache file
15467
15468 2001-04-21
15469
15470         * added option to warn about queued messages on exit [sergey]:
15471
15472           * src/compose.c: compose_queue(): call folder_item_scan()
15473             and folderview_update_item() after queueing.
15474           * src/folderview.c: folderview_update_node(): draw the queue
15475             folder in bold font if there are queued messages.
15476           * src/mainwindow.c: queued_messages(): new function.
15477             app_exit_cb(): display warning if there are queued messages
15478             if warn_queued_on_exit is set.
15479           * prefs_common.[ch]: add warn_queued_on_exit option.
15480
15481         * enhanced GnuPG key selection support [sergey]:
15482
15483           * src/select-keys.c: updated to newer version from Win32
15484             branch with support for selecting arbitrary keys.
15485           * src/prefs_account.c: added the Privacy tab to the account
15486             options window.
15487             prefs_account_privacy_create(),
15488             prefs_account_sign_key_set_data_from_radiobtn(),
15489             prefs_account_sign_key_set_radiobtn(): new functions.
15490           * src/prefs_account.h: new preferences sign_key_type, sign_key_id.
15491           * src/rfc2015.c: set_signers(): new function.
15492             pgp_sign(): add the account parameter, call set_signers().
15493             rfc2015_sign(): add the account parameter, pass it to pgp_sign().
15494           * src/rfc2015.h: rfc2015_sign(): updated prototype.
15495           * src/compose.c: pass the current account to rfc2015_sign().
15496
15497         * tag name claws added to prevent confusion with main branch [alfons]
15498
15499         * Sync with sylpheed-0.4.65cvs4 and made it compile. [sergey]
15500
15501         * autogen.sh: Added "--enable-maintainer-mode". [sergey]
15502
15503         * sync with recent sylpheed cvs. Untested though. [alfons]
15504