3f16c618036028a710fb9e51b92164ce3bbec045
[claws.git] / ChangeLog.claws
1 2003-03-30 [alfons]     0.8.11claws68
2
3         * src/send_message.c
4         * src/commons/session.c
5                 add more debug traces
6
7 2003-03-30 [christoph]  0.8.11claws67
8
9         * src/folder.c
10                 change processing folder name from .processing to processing
11
12         * src/common/ssl.c
13                 disable SSL certificate check because it causes Xlib error
14                 when the child process want's to open an GTK window
15
16 2003-03-30 [christoph]  0.8.11claws66
17
18         * src/folder.c
19                 don't use default folder for processing folder item because
20                 it can be a non local folder
21
22         (fixes bug reported by Stephen Lewis <slewis@paradise.net.nz>)
23
24 2003-03-30 [alfons]     0.8.11claws65
25
26         * src/send_message.c
27                 try fixing crashes when sending messages: my gcc 2.95.4 seems 
28                 to generate bad code for 'send_send_data_progressive': When
29                 called from 'send_send_data_finished', the 'data' pointer is
30                 cleared just before the assignment to the dialog pointer
31
32 2003-03-29 [christoph]  0.8.11claws64
33
34         * src/common/prefs.h
35         * src/plugins/image_viewer/Makefile.am
36         * src/plugins/image_viewer/plugin.c
37         * src/plugins/image_viewer/viewer.[ch]
38         * src/plugins/image_viewer/viewerprefs.[ch]     ** NEW **
39                 add PrefsPage for ImageViewer
40
41 2003-03-28 [thorsten]   0.8.11claws63
42
43         * src/common/session.c
44                 added some comments
45
46 2003-03-28 [paul]       0.8.11claws62
47
48         * sync with 0.8.11cvs16
49                 see ChangeLog 2003-03-28
50
51 2003-03-28 [paul]       0.8.11claws61
52
53         * sync with 0.8.11cvs15
54                 see ChangeLog 2003-03-28
55
56 2003-03-27 [christoph]  0.8.11claws60
57
58         * src/folder.c
59         * src/imap.c
60         * src/common/socket.[ch]
61                 set socket state to DISCONNECTED when any operation
62                 fails to allow reconnecting in IMAP code without
63                 checking the return code of all calls to the command
64                 functions
65
66         * src/folderview.c
67         * src/summaryview.c
68                 remove some more stuff that depends on specific
69                 folder types
70
71 2003-03-27 [paul]       0.8.11claws59
72
73         * sync with 0.8.11cvs14
74                 see ChangeLog 2003-03-27
75                 
76         * src/selective_download.[ch]   ** REMOVED **
77                 really removed
78
79 2003-03-27 [christoph]  0.8.11claws58
80
81         * src/folder.c
82                 fix handling of tmp_flags in flag copy function
83
84 2003-03-27 [paul]       0.8.11claws57
85
86         * sync with 0.8.11cvs13
87                 see ChangeLog 2003-03-27
88
89 2003-03-27 [oliver]     0.8.11claws56
90
91         * src/maiwindow.c
92                 remove sel_download_cb
93
94 2003-03-27 [oliver]     0.8.11claws55
95         
96         * src/inc.c
97                 remove POP3_TOP
98         
99 2003-03-26 [oliver]     0.8.11claws54
100
101         *src/pop.h
102                 remove POP3_TOP*
103         * README.claws
104                 remove selective donwload readme
105
106 2003-03-26 [oliver]     0.8.11claws53
107         * src/matcher.[ch]
108         * src/matcher_parser_parse.y 
109         * src/pop.c 
110         * src/prefs_account.[ch]
111         * src/prefs_filtering.c
112                 remove selective donwload
113
114 2003-03-26 [oliver]     0.8.11claws52
115
116         * src/inc.[ch] 
117         * src/filtering.c 
118         * src/mainwindow.c 
119                 remove selective donwload
120
121 2003-03-26 [oliver]     0.8.11claws51
122         
123         * src/Makefile.am
124         * src/selective_download.[ch]   ** REMOVE **    
125
126 2003-03-26 [christoph]  0.8.11claws50
127
128         * src/news.c
129                 fix NEWS that got broken by a sync with sylpheed-main
130
131 2003-03-26 [christoph]  0.8.11claws49
132
133         * src/mimeview.c
134                 fix mime type guessing when no mime type is found for a file
135
136 2003-03-25 [christoph]  0.8.11claws48
137
138         * src/mimeview.c
139         * src/procmime.c
140                 remove mime type guessing from mime parser and use
141                 name based mime types in viewer lookup for mime type
142                 application/octet-stream
143
144 2003-03-25 [christoph]  0.8.11claws47
145
146         * doc-src/readme.txt
147         * doc-src/rfc2554.txt
148                 add RFC about SMTP AUTH
149
150         * src/send_message.c
151         * src/common/smtp.[ch]
152                 add extra error code for authentication errors and
153                 clear temporary password when this error occurs
154
155         (closes Bug 84 authentication failure while sending should
156          prompt for password again)
157
158 2003-03-25 [christoph]  0.8.11claws46
159
160         * configure.ac
161         * src/Makefile.am
162         * src/imageview.[ch]                            ** REMOVE **
163         * src/messageview.[ch]
164         * src/mimeview.[ch]
165         * src/prefs_common.[ch]
166         * src/textview.c
167         * src/plugins/Makefile.am
168         * src/plugins/image_viewer/.cvsignore           ** NEW **
169         * src/plugins/image_viewer/Makefile.am          ** NEW **
170         * src/plugins/image_viewer/plugin.c             ** NEW **
171         * src/plugins/image_viewer/viewer.[ch]          ** NEW **
172                 move image viewer into a plugin (building is enabled by default)
173                 [ToDo: Prefs for resize and autoview]
174
175 2003-03-25 [paul]       0.8.11claws45
176
177         * sync with 0.8.11cvs12
178                 see ChangeLog 2003-03-26
179
180 2003-03-25 [paul]       0.8.11claws44
181
182         * sync with 0.8.11cvs11
183                 see ChangeLog 2003-03-22, 2003-03-24 and 2003-03-25
184                 
185         Note: Selective Download is broken.
186                 
187 2003-03-22 [christoph]  0.8.11claws43
188
189         * src/folder.c
190                 code cleanup for flags copying
191
192 2003-03-22 [christoph]  0.8.11claws42
193
194         * src/plugins/trayicon/trayicon.c
195                 fix setting the transparent area when the window size
196                 is forced by the system tray
197
198 2003-03-22 [christoph]  0.8.11claws41
199
200         * src/plugins/trayicon/gnome-mail.xpm           ** REMOVE **
201         * src/plugins/trayicon/gnome-nomail.xpm         ** REMOVE **
202         * src/plugins/trayicon/newmail.xpm              ** NEW **
203         * src/plugins/trayicon/nomail.xpm               ** NEW **
204         * src/plugins/trayicon/trayicon.c
205         * src/plugins/trayicon/unreadmail.xpm           ** NEW **
206                 o replace GBiff icons with KBiff icons resized to 16x16 pixel
207                 o add icon for unread mails
208                 o set transparency for window
209
210 2003-03-22 [christoph]  0.8.11claws40
211
212         * src/news.c
213                 init news session to prevent crash when session is closed
214
215 2003-03-22 [christoph]  0.8.11claws39
216
217         * src/imap.c
218         * src/common/session.[ch]
219                 Init session data to make sure we don't have invalid pointers
220                 for read_ch and write_ch when new multi process sessions are
221                 not used
222
223         * src/main.c
224         * src/common/plugin.c
225         * src/common/sylpheed.c
226         * src/plugins/demo/demo.c
227         * src/plugins/dillo_viewer/dillo_viewer.c
228         * src/plugins/mathml_viewer/mathml_viewer.c
229         * src/plugins/spamassassin/spamassassin.c
230         * src/plugins/spamassassin/spamassassin_gtk.c
231                 add plugin types to allow loading plugins at different times
232                 (and maybe for different frontends), because it's not good to
233                 load GTK-Plugins gefore gtk_init was called
234
235         * configure.ac
236         * src/plugins/Makefile.am
237         * src/plugins/trayicon/.cvsignore               ** NEW **
238         * src/plugins/trayicon/Makefile.am              ** NEW **
239         * src/plugins/trayicon/eggtrayicon.c            ** NEW **
240         * src/plugins/trayicon/eggtrayicon.h            ** NEW **
241         * src/plugins/trayicon/gnome-mail.xpm           ** NEW **
242         * src/plugins/trayicon/gnome-nomail.xpm         ** NEW **
243         * src/plugins/trayicon/trayicon.c               ** NEW **
244                 New Trayicon plugin that shows an icon in a systray that uses
245                 XEMBED protocol like Gnome's systray. Icon shows if there
246                 are new mails and a tooltip shows information about new,
247                 unread and total messages.
248
249 2003-03-22 [paul]       0.8.11claws38
250
251         * src/common/smtp.c
252                 fix ESMTP AUTH CRAM-MD5
253                 [sync with main (still version 0.8.11cvs6), see
254                  ChangeLog 2003-03-22]
255
256 2003-03-21 [colin]      0.8.11claws37
257
258         * src/send_message.c
259                 Fix USE_SSL => USE_OPENSSL
260
261 2003-03-21 [colin]      0.8.11claws36
262
263         * src/folderview.c
264                 Fix counts in drag and dropped subfolders
265
266 2003-03-21 [colin]      0.8.11claws35
267
268         * src/folder.c 
269         * src/folderview.c
270                 speed up a bit folder dnd
271
272 2003-03-20 [alfons]     0.8.11claws34
273
274         * src/main.c
275         * src/toolbar.c
276         * src/procmsg.c
277                 don't send locked queue messages
278                 (feature request "[ 705245 ] Locking message in outbox 
279                  should prevent sending")
280
281 2003-03-20 [christoph]  0.8.11claws33
282
283         * src/folder.c
284                 remove NEW and UNREAD flag in special folders when scanning
285                 
286         * src/common/smtp.c
287                 fix ESMTP AUTH CRAM-MD5
288
289 2003-03-20 [paul]       0.8.11claws32
290
291         * src/prefs_account.c
292                 Re-write 'Tunnel command to open connection' as
293                 'Use command to communicate with server', and disable
294                 it for all except IMAP accounts
295
296 2003-03-20 [paul]       0.8.11claws31
297
298         * sync with 0.8.11cvs6
299                 see ChangeLog 2003-03-20
300
301 2003-03-19 [match]      0.8.11claws30
302
303         * src/addritem.[ch]
304                 include documentation. minor refactoring.
305         * src/addr_compl.[ch]
306         * src/addrindex.[ch]
307         * src/addresbook.[ch]
308         * src/summaryview.c
309                 re-enable address lookup (was disabled in
310                 0.8.11claws20).
311
312 2003-03-19 [christoph]  0.8.11claws29
313
314         * src/procmsg.c
315                 add temp flag handling, will make moving and copying
316                 messages possible again
317
318         * src/folder.c
319                 correct calulation of folder stats
320
321 2003-03-18 [match]      0.8.11claws28
322
323         * src/editgroup.h
324                 remove case sensitive comparison (closes bug 80).
325
326 2003-03-18 [christoph]  0.8.11claws27
327
328         * src/imap.c
329                 fix imap using a tunnel command
330
331         (closes bug 87)
332
333 2003-03-18 [christoph]  0.8.11claws26
334
335         * src/folder.[ch]
336         * src/imap.c
337         * src/procmsg.[ch]
338                 rewrite flag handling for folders
339
340 2003-03-18 [christoph]  0.8.11claws25
341
342         * src/folder.c
343         * src/procmsg.c
344         * src/summaryview.c
345                 unset NEW and UNREAD flags when message is ignored, to make
346                 sure messages don't show up as unread on other IMAP clients,
347                 because the IGNORE_THREAD flag can not be syncronized through
348                 the IMAP folder
349
350 2003-03-17 [christoph]  0.8.11claws24
351
352         * src/imap.c
353                 don't use recursion to fetch uids when the number of messages
354                 does not match. Moved code into subfunction that is used
355                 again when needed, to prevent an endless loop.
356
357 2003-03-17 [thorsten]   0.8.11claws23
358
359         * src/imageview.[ch]
360                 export imageview_get_resized_size() (for plugins)
361         * src/prefs_common.[ch]
362                 added prefs_common_get() (for plugins)
363
364 2003-03-17 [christoph]  0.8.11claws22
365
366         * src/imap.c
367                 o remove UID guessing from copy code
368                 o support UIDPLUS extension for APPEND command
369
370 2003-03-17 [paul]       0.8.11claws21
371
372         * src/gtk/about.c
373                 remove 'Compiled-plugins' section.
374                 
375         * src/plugins/dillo_viewer/dillo_viewer.c
376                 slight change to description text
377
378 2003-03-16 [match]      0.8.11claws20
379         * src/ldapserver.[ch]           ** NEW **
380         * src/ldapctrl.[ch]             ** NEW **
381         * src/ldapquery.[ch]            ** NEW **
382         * src/ldaputil.[ch]             ** NEW **
383         * src/addrcindex.[ch]           ** NEW **
384         * src/addrquery.h               ** NEW **
385         * src/addritem.[ch]
386         * src/addrcache.[ch]
387         * src/addrindex.[ch]
388         * src/addr_compl.[ch]
389         * src/addressbook.[ch]
390         * src/addrbook.[ch]
391         * src/editgroup.c
392         * src/editaddress.c
393         * src/editldap.c
394         * src/editldap_basedn.c
395         * src/vcard.c
396         * src/jpilot.c
397         * src/Makefile.am
398                 included dynamic LDAP queries. improved address
399                 completion.
400
401 2003-03-16 [paul]       0.8.11claws19
402
403         * tools/multiwebsearch.pl
404                 fix a fatal typo
405
406 2003-03-16 [christoph]  0.8.11claws18
407
408         * src/mimeview.c
409         * src/plugins/dillo_viewer/dillo_viewer.c
410         * src/plugins/mathml_viewer/mathml_viewer.c
411                 make unregistering of MimeViewerFactorys possible
412
413 2003-03-16 [alfons]     0.8.11claws17
414
415         * configure.ac
416                 correct typo
417
418 2003-03-16 [melvin]     0.8.11claws16
419
420         * src/plugins/dillo_viewer.c
421                 Fixed bug where it was not possible to view more than
422                 one text/html attachment per message (bug discovered
423                 by Christoph Hohmann).
424
425 2003-03-15 [melvin]     0.8.11claws15
426
427         * src/prefs_actions.c
428                 Fixed compilation warnings.
429
430 2003-03-15 [melvin]     0.8.11claws14
431
432         * src/plugins/Makefile.am
433         * src/plugins/dillo_viewer/.cvsignore                   ** NEW **
434         * src/plugins/dillo_viewer/Makefile.am                  ** NEW **
435         * src/plugins/dillo_viewer/dillo_viewer.c               ** NEW **
436                 Added a html mail viewer plugin that uses Dillo v0.7.0 or
437                 newer (http://dillo.auriga.wearlab.de/).
438
439 2003-03-15 [christoph]  0.8.11claws13
440
441         * src/imap.c
442                 don't query imap folder for attributes because we already
443                 for them from imap_status
444
445         * src/mimeview.[ch]
446                 add support for plugable MimeViewers (unloading Viewers
447                 not yet complete)
448
449         * src/plugins/Makefile.am
450         * src/plugins/mathml_viewer/.cvsignore          ** NEW **
451         * src/plugins/mathml_viewer/Makefile.am         ** NEW **
452         * src/plugins/mathml_viewer/mathml_viewer.c     ** NEW **
453                 add MathML Viewer (Content-Type text/mathml) using GtkMathView
454                 widget from http://helm.cs.unibo.it/mml-widget/
455
456 2003-03-14 [christoph]  0.8.11claws12
457
458         * src/folder.[ch]
459                 o error return code's should better be negative
460                 o replace printf with debug_print
461
462         * src/imap.c
463                 improve IMAP folder scan by checking UID-NEXT
464
465         * src/summaryview.c
466                 remove check that are unnecessary in my opinion
467
468 2003-03-13 [christoph]  0.8.11claws11
469
470         * src/folder.[ch]
471         * src/foldersel.c
472         * src/folderview.c
473         * src/imap.c
474         * src/mbox_folder.c
475         * src/mh.c
476         * src/news.c
477         * src/prefs_scoring.c
478         * src/summaryview.c
479                 use a common function to get a displayable name
480                 for a FolderItem
481
482 2003-03-13 [paul]       0.8.11claws10
483
484         * tools/Makefile.am
485           tools/README
486           tools/multiwebsearch.conf     ** NEW FILE **
487           tools/multiwebsearch.pl       ** NEW FILE **
488                 add multiwebsearch Actions script
489
490 2003-03-13 [colin]      0.8.11claws9
491
492         * src/compose.c
493                 Remove leading emtpy lines from quoted text
494                 before quoting it
495
496 2003-03-13 [melvin]     0.8.11claws8
497
498         * src/prefs_actions.c
499                 Fixed a memory leak
500                 Code clean ups
501                 Added Cancel and OK buttons
502                 Corrected help text
503
504 2003-03-13 [christoph]  0.8.11claws7
505
506         * src/account.c
507         * src/folder.[ch]
508         * src/imap.c
509         * src/mainwindow.c
510         * src/mbox_folder.c
511         * src/mh.c
512         * src/news.c
513         * src/setup.c
514                 replace more folder type stuff with folder class stuff
515
516 2003-03-13 [melvin]     0.8.11claws6
517
518         * src/prefs_actions.c
519                 Added new tokens:
520                 %u: user provided argument
521                 %h: user provided argument (hidden on input)
522                 %s: current text selection in the message view 
523
524 2003-03-13 [paul]       0.8.11claws5
525
526         * sync with 0.8.11cvs5
527                 see ChangeLog 2003-03-11, 2003-03-12
528
529 2003-03-12 [christoph]  0.8.11claws4
530
531         * src/folder.c
532                 use folder class idstr when writing folderlist.xml
533
534         * src/folder.h
535         * src/imap.c
536         * src/news.c
537                 replace folder type checks with folder class checks
538
539 2003-03-12 [christoph]  0.8.11claws3
540
541         * src/folder.[ch]
542         * src/imap.[ch]
543         * src/main.c
544         * src/mbox_folder.[ch]
545         * src/mh.[ch]
546         * src/news.[ch]
547                 o create a list of known folder classes in the folder system
548                 o use folder class id strings for folder item identifiers
549
550 2003-03-12 [christoph]  0.8.11claws2
551
552         * src/imap.c
553                 fix imap uid validity check
554
555 2003-03-12 [christoph]  0.8.11claws1
556
557         * src/account.c
558         * src/folder.[ch]
559         * src/foldersel.c
560         * src/folderview.c
561         * src/imap.c
562         * src/mainwindow.c
563         * src/mbox_folder.c
564         * src/mh.c
565         * src/news.c
566         * src/prefs_scoring.c
567         * src/procmsg.c
568         * src/setup.c
569         * src/summaryview.c
570                 initial restructuring of folder system, seperating
571                 folders and folder classes
572
573 2003-03-12 [paul]       0.8.11claws
574
575         0.8.11claws release
576
577 2003-03-12 [christoph]
578
579         * src/gtk/prefswindow.c
580                 fix translation of "Page Index"
581
582 2003-03-12 [paul]       0.8.10claws110
583
584         a sync from 0.8.11cvs4 before the release
585
586         * src/common/utils.c
587                 subject_compare_for_sort(): allow null strings (fixes
588                 summary sorting).
589
590 2003-03-11 [paul]       0.8.10claws109
591
592         * po/es.po
593                 update Spanish translation, submitted by
594                 Ricardo Mones Lastra
595
596 2003-03-11 [melvin]     0.8.10claws108
597
598         * po/fr.po
599                 Updated French translations
600
601 2003-03-11 [paul]       0.8.10claws107
602
603         * manual/en/Makefile.am
604           manual/en/*.html
605                 update English manual, add a new page
606                 updated by Francois Barriere <fbarriere@atmel.fr>
607                 
608         * po/bg.po
609           po/it.po
610           po/sr.po
611                 update Bulgarian, Italian, and Serbian translations
612                 submitted by George Danchev, Alessandro Maestri, and
613                 Urke MMI
614
615 2003-03-10 [paul]       0.8.10claws106
616
617         * src/gtk/about.c
618           src/gtk/prefswindow.c
619                 make some strings translatable
620
621 2003-03-10 [darko]      0.8.10claws105
622
623         * src/compose.c
624                 code cleanup to make Hiro happy
625
626 2003-03-10 [paul]       0.8.10claws104
627
628         * sync with 0.8.11cvs2
629                 see ChangeLog 2003-03-10
630
631 2003-03-09 [melvin]     0.8.10claws103
632
633         * src/textview.c
634                 textview_set_font(): fix for message display in
635                 UTF-8 locales (thanks to Sergey Vlasov).
636                 (was unintentionnaly reverted in 0.8.6claws6)   
637
638 2003-03-08 [darko]      0.8.10claws102
639
640         * src/compose.c
641                 fix infinite loop in wrapping as reported
642                 by happycactus
643                 obsoletes patch #696482
644
645 2003-03-08 [christoph]  0.8.10claws101
646
647         * src/imap.c
648                 add workaround for IMAP servers that do not
649                 support the "UID SEARCH UID" command
650
651 2003-03-07 [christoph]  0.8.10claws100
652
653         * src/plugins/spamassassin/spamassassin.[ch]
654         * src/plugins/spamassassin/spamassassin_gtk.c
655                 code cleanup
656
657 2003-03-07 [paul]       0.8.10claws99
658
659         * po/es.po
660                 updated Spanish translation, submitted by
661                 Ricardo Mones Lastra
662
663 2003-03-07 [christoph]  0.8.10claws98
664
665         * src/send.c
666                 fix in 0.8.10claws94 was wrong
667                 local delivery does not require escaping, remove escaping
668                 code to make signatures of mails with "." lines valid
669                 
670                 NOTE: requires that sendmail is executed with "-i" option,
671                       what is the default now, but has to be changed in all
672                       exsiting accounts)
673
674 2003-03-07 [paul]       0.8.10claws97
675
676         * sync with 0.8.11 release
677                 see ChangeLog 2003-03-07
678
679 2003-03-06 [paul]       0.8.10claws96
680
681         * src/compose.c
682                 revert commit 0.8.10claws92
683
684 2003-03-06 [paul]       0.8.10claws95
685
686         * src/folderview.c
687                 fix (solaris) bug 73, 'Crash when selecting top-level folder'
688
689         * src/gtkaspell.c
690                 fix bug 74, 'Crash opening editor window with pseudo-color
691                 display'
692                 
693         Patches submitted by Kevin Vigor <kevin@vigor.nu>
694
695 2003-03-06 [christoph]  0.8.10claws94
696
697         * src/send.c
698                 fix rfc2821 (4.5.2) violation in SMTP data sending,
699                 all lines starting with a period get an extra period
700                 inserted
701                 (found by Simon 'corecode' Schubert)
702
703 2003-03-06 [paul]       0.8.10claws93
704
705         * src/folderview.c
706                 if configured font can't be loaded fall back to gtk
707                 default. (with thanks to Christoph)
708                 
709                 closes long-standing bug 15 'Crashes on startup'
710
711 2003-03-06 [paul]       0.8.10claws92
712
713         * src/compose.c
714                 freeze text before autosave and thaw afterwards
715                 fixes bug 67 'autosave make re-rediting message crazy'
716
717 2003-03-06 [christoph]  0.8.10claws91
718
719         * src/compose.c
720                 ignore address comment in dupe check for Cc-list
721
722         (closes reopened bug 47 Replying to message strips name part of
723          e-mail addresses of Cc: lines)
724
725 2003-03-06 [paul]       0.8.10claws90
726
727         * src/Makefile.am
728                 remove reference to gtkxtext.h as its no longer in
729                 the repository
730
731 2003-03-06 [paul]       0.8.10claws89
732
733         * sync with 0.8.10cvs25
734                 see ChangeLog 2003-03-06
735
736 2003-03-06 [oliver]     0.8.10claws88
737         
738         * src/messageview.c
739                 remove include
740
741 2003-03-06 [oliver]     0.8.10claws87
742         
743         * src/folderview.c 
744                 remove changes introduced inclaws74
745         * src/messageview.c
746                 another attempt to sanely delete and update
747                 messages deleted in separate messageview
748
749 2003-03-05 [christoph]  0.8.10claws86
750
751         * src/summaryview.c
752                 check if "From" matches any account's address if
753                 addressbook completion of addresses is disabled too
754
755         (closes Bug 70 "Display recipient in from" doesn't check
756          folder's default account)
757
758 2003-03-05 [christoph]  0.8.10claws85
759
760         * src/compose.c
761         * src/common/utils.[ch]
762                 don't strip address comments when building Cc lists
763
764         (closes Bug 47 Replying to message strips name part of e-mail addresses
765          of Cc: lines)
766
767         * src/folder.c
768                 fix return value of copy function
769
770 2003-03-05 [christoph]  0.8.10claws84
771
772         * src/imap.c
773                 don't ask imap server for non rfc822 headers
774
775         (closes bug 71 IMAP FETCH asks for FROM header field twice)
776
777         * src/imap.c
778                 destroy session on socket error to allow reconnecting
779
780 2003-03-05 [christoph]  0.8.10claws83
781
782         * configure.ac
783                 fix building with gnome when no prefix is set
784
785         (closes bug 66 Gnome directory is set to NONE)
786
787 2003-03-05 [paul]       0.8.10claws82
788
789         * sync with 0.8.10cvs23
790                 see ChangeLog 2003-03-05
791
792 2003-03-04 [christoph]  0.8.10claws81
793
794         * src/folder.c
795                 o fix moving and copying when folder returns 0 for new
796                   message number
797                 o remove some code for single message copy and move
798                   operations and use functions for multiple messages
799
800         (closes bug 63 Strange behaviour MOVING messages from MH to IMAP)
801
802         * src/news.c
803                 remove unused include
804
805 2003-03-04 [paul]       0.8.10claws80
806
807         * src/gtk/about.c
808                 list 'Compiled plugins'
809
810 2003-03-03 [christoph]  0.8.10claws79
811
812         * src/news.[ch]
813                 have to multiply the percentage of the current fetch with
814                 the percentage that it has of the total fetch operation
815                 for correct values
816
817 2003-03-03 [christoph]  0.8.10claws78
818
819         * src/news.c
820                 fix calculation of expected lines for progress indicator
821
822 2003-03-03 [christoph]  0.8.10claws77
823
824         * src/summaryview.c
825         * src/common/utils.c
826                 fix segfault when opening the root news folder
827
828 2003-03-03 [christoph]  0.8.10claws76
829
830         * src/mainwindow.[ch]
831         * src/common/Makefile.am
832         * src/common/progressindicator.[ch]
833                 add UI independent progress indicator handling
834
835         * src/news.[ch]
836                 use new progress indicator for message info fetching
837
838         * src/common/hooks.h
839                 code cleanup
840
841 2003-03-03 [oliver]     0.8.10claws75
842
843         * src/toolbar.c
844         * src/compose.c
845                 removed commented code
846
847 2003-03-03 [oliver]     0.8.10claws74
848
849         * src/toolbar.[ch]
850                 cleanups and refactoring
851         * src/compose.[ch]
852                 compose_reply_mode reply & forwarding interface for
853                 toolbar buttons
854         * src/folderview.c
855                 act on messages marked for deletion in folderview_selected
856                 based on prefs_common.immediate_exec since a message might 
857                 have been deleted by messageview in a folder we are changing 
858                 to (does anybody understand what I'm on about ?)
859
860 2003-03-03 [oliver]     0.8.10claws73
861         
862         * src/messageview.[ch]
863                 new functions
864                 - messageview_delete: delete message shown in messagview
865                 - messageview_update_view: update messageview to currently 
866                   selected summaryview message
867                 - add separate messageview to msgview_list in order to update 
868                   toolbar to new toolbar style on the fly (TOOLBAR_NONE, TOOLBAR_ICON etc.)
869         * src/summaryview.[ch]
870                 summary_get_selection returns a list of selected msgs
871                 in summaryview
872         * src/mainwindow.c
873                 toolbar reply refactoring
874
875 2003-03-03 [paul]       0.8.10claws72
876
877         * sync with 0.8.10cvs21
878                 see ChangeLog 2003-03-03
879
880 2003-03-02 [christoph]  0.8.10claws71
881
882         * src/common/passcrypt.c
883                 use POSIX includes
884
885 2003-03-02 [christoph]  0.8.10claws70
886
887         * configure.ac
888         * src/prefs_account.c
889         * src/prefs_gtk.[ch]
890         * src/common/.cvsignore
891         * src/common/Makefile.am
892         * src/common/passcrypt.c                ** NEW **
893         * src/common/passcrypt.h.in             ** NEW **
894                 Implement password encryption in config files
895                 using unix encrypt and setkey functions. The crypt
896                 key can be set as a configure parameter. Old
897                 passwords will be converted if they do not begin
898                 with '!'
899
900 2003-03-02 [paul]       0.8.10claws69
901
902         * src/prefs_account.c
903                 fix compile error
904
905 2003-03-01 [thorsten]   0.8.10claws68
906
907         * po/el.po
908           po/hr.po
909           po/it.po
910           po/nl.po
911           po/sr.po
912           po/sv.po
913                 corrected format strings
914         * po/en_GB.po
915                 corrected headers
916                 (fix compile errors with GNU gettext-0.11.5)
917
918 2003-03-01 [oliver]     0.8.10claws67
919
920         * src/summaryview.c
921                 menu callbacks call toolbar_menu_reply
922
923 2003-03-01 [oliver]     0.8.10claws66
924
925         * src/mainwindow.c
926         * src/messageview.c
927                 menu callbacks call toolbar_menu_reply
928         * src/toolbar.[ch]
929                 callbacks from menu handled by toolbar_menu_reply
930
931 2003-03-01 [paul]       0.8.10claws65
932
933         * src/addressbook.c
934                 revert commit 0.8.10claws54 - breaks editing of
935                 addressbook.
936                 
937         * po/bg.po
938                 update Bulgarian translation, submitted by
939                 George Danchev
940
941 2003-02-28 [christoph]  0.8.10claws64
942
943         * src/account.c
944         * src/addressadd.c
945         * src/compose.c
946         * src/gtkaspell.c
947         * src/gtkxtext.h                ** REMOVE **
948         * src/imap.c
949         * src/matcher.[ch]
950         * src/mh.c
951         * src/news.c
952         * src/pine.c
953         * src/prefs_common.c
954         * src/prefs_matcher.c
955         * src/procheader.[ch]
956         * src/procmsg.[ch]
957         * src/toolbar.c
958         * src/common/ssl_certificate.c
959         * src/gtk/colorlabel.c
960         * src/gtk/menu.c
961                 o fix warnings
962                 o remove code obsoleted by new cache and folder system rework
963
964 2003-02-28 [oliver]     0.8.10claws63
965         
966         * src/toolbar.[ch]
967                 * fix bug where reply in Messageview replied to 
968                 Message displayed in summaryview
969                 (reportedd via ML by chinatinte at gmx dot ch)
970                 * fix bug where toolbar popups (WITH_QUOTE, WITHOUT_QOUTE)
971                 didn't work in separate MessageView Toolbar
972                 (wondering if anybody uses this at all ?)
973         * src/summaryview.[ch]
974                 use toolbar.c's toolbar_reply instead of summary_reply (removed)
975                 (generalize reply and forward code);
976         * src/messageview.c 
977                 remove focus_in event which updated summaryview to messageview
978
979 2003-02-28 [paul]       0.8.10claws62
980
981         * po/Makefile.in.in
982                 add the --check option
983                 Patch submitted by Ricardo Mones Lastra
984
985 2003-02-28 [paul]       0.8.10claws61
986
987         * src/prefs_account.c
988                 re-order 'Signature' items
989
990 2003-02-28 [paul]       0.8.10claws60
991
992         * sync with 0.8.10cvs20
993                 see ChangeLog 2003-02-28
994
995 2003-02-28 [paul]       0.8.10claws59
996
997         * po/POTFILES.in
998                 update to reflect recent movement of files
999
1000 2003-02-28 [paul]       0.8.10claws58
1001
1002         * sync with 0.8.10cvs19
1003                 see ChangeLog 2003-02-28
1004
1005 2003-02-27 [martin]     0.8.10claws57
1006
1007         * src/prefs_matcher.c 
1008                 fix segfault in prefs_matcher_ok() when the
1009                 last entry is deleted and prevents that the
1010                 message "entry not saved" comes up after deleting
1011                 an entry
1012
1013 2003-02-27 [martin]     0.8.10claws56
1014
1015         * src/prefs_filtering.c 
1016                 fix segfault in prefs_filtering_ok() when the
1017                 last entry is deleted and prevents that the
1018                 message "entry not saved" comes up after deleting
1019                 an entry
1020
1021 2003-02-27 [paul]       0.8.10claws55
1022
1023         * sync with 0.8.10cvs18
1024                 see ChangeLog 2003-02-27
1025
1026 2003-02-27 [paul]       0.8.10claws54
1027
1028         * src/addressbook.c
1029                 fix bug where the address book crashes with 
1030                 multiple lookups.
1031                 Patch [687729] submitted by David Frager 
1032                 <dbfrager@users.sourceforge.net>
1033
1034 2003-02-25 [christoph]  0.8.10claws53
1035
1036         * src/Makefile.am
1037         * src/colorlabel.[ch]           ** REMOVE **
1038         * src/gtk/Makefile.am
1039         * src/gtk/colorlabel.[ch]       ** NEW **
1040                 move colorlabel files to gtk directory
1041
1042         * src/esmtp.[ch]                ** REMOVE **
1043                 has been merged into smtp.[ch] in 0.7.5
1044
1045 2003-02-25 [christoph]  0.8.10claws52
1046
1047         * src/Makefile.am
1048         * src/about.[ch]                ** REMOVE **
1049         * src/gtk/Makefile.am
1050         * src/gtk/about.[ch]            ** NEW **
1051                 move about files to gtk directory
1052
1053 2003-02-25 [christoph]  0.8.10claws51
1054
1055         * src/folder.c
1056                 some code optimization of folder scanning code
1057
1058         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx> 
1059
1060 2003-02-25 [christoph]  0.8.10claws50
1061
1062         * src/main.c
1063         * src/common/sylpheed.c
1064                 add command line parameter parsing to common code
1065
1066 2003-02-24 [christoph]
1067
1068         * Makefile.am
1069         * configure.ac
1070                 fix gnome prefix problems, the configure script now removed
1071                 `gnome-config --prefix` from `gnome-config --datadir`
1072                 and adds $(prefix} instead
1073
1074         (closes Bug 24 Makefile does not respect prefix when installing
1075          GNOME data)
1076
1077 2003-02-24 [christoph]  0.8.10claws49
1078
1079         * src/news.c
1080                 check for valid session before trying to authenticate
1081
1082         (closes Bug 60 crash if "authenticate on logon" is activated
1083          and newsserver-hostname is not valid)
1084
1085 2003-02-24 [melvin]     0.8.10claws48
1086
1087         * src/prefs_actions.c
1088                 Make sure all user's input is sent to the action and then
1089                 close the socket..
1090
1091 2003-02-23 [alfons]     0.8.10claws46
1092
1093         * src/summaryview.c
1094                 also wait cursor when deleting files
1095
1096 2003-02-23 [paul]
1097
1098         * tools/freshmeat_search.pl
1099           tools/google_search.pl
1100                 scripts should now work for any browser/browser command line
1101
1102 2003-02-22 [christoph]  0.8.10claws45
1103
1104         * src/procmsg.c
1105                 fix IMAP flag setting, IMAP flag is not handled correctly
1106                 anymore by the folder system and information about the
1107                 folder should not be saved in the MsgInfo (in my opinion)
1108
1109         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
1110
1111 2003-02-22 [christoph]  0.8.10claws44
1112
1113         * src/summaryview.c
1114                 fix spelling of "label" ;-)
1115
1116 2003-02-22 [thorsten]   0.8.10claws43
1117
1118         * src/mimeview.c
1119           src/prefs_common.[ch]
1120           src/procmime.[ch]
1121                 do not use description as attachment name
1122
1123 2003-02-22 [alfons]     0.8.10claws42
1124
1125         * src/summaryview.c
1126                 freeze/thaw folder item updates when changing color labels,
1127                 and put a wait cursors on
1128
1129 2003-02-22 [thorsten]   0.8.10claws41
1130
1131         * src/mimeview.c
1132                 save-all fixes: crash if invoked on multipart container,
1133                 mimeinfo access, pathseparators, error dialog
1134
1135 2003-02-21 [alfons]     0.8.10claws40
1136
1137         * src/prefs_gtk.c
1138                 remove unused var
1139
1140 2003-02-21 [colin]      0.8.10claws39
1141
1142         * src/send.c
1143                 Fix smtp logging
1144
1145 2003-02-21 [colin]      0.8.10claws38
1146
1147         * src/summaryview.c
1148                 Freeze/thaw folderItem updates when filtering messages 
1149                 via Tools/Filter messages
1150
1151 2003-02-21 [paul]       0.8.10claws37
1152
1153         * src/compose.c
1154                 revert commit 0.8.10claws26, there are ulterior motives
1155                 for users to set a Reply-To header when posting to
1156                 newsgroups
1157
1158 2003-02-21 [paul]       0.8.10claws36
1159
1160         * sync with 0.8.10cvs17
1161                 see ChangeLog 2003-02-21
1162
1163 2003-02-20 [christoph]  0.8.10claws35
1164
1165         * src/imap.c
1166                 IMAP UID fetch speedup using SEARCH
1167
1168         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
1169
1170         * src/imap.c
1171                 fix problem with UIDs in IMAP UID cache that no longer existed
1172
1173 2003-02-20 [christoph]  0.8.10claws34
1174
1175         * src/imap.c
1176         * src/procheader.c
1177         * src/procheader.h
1178                 IMAP header fetch speedup (fetch only headers cached in MsgInfo)
1179
1180         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
1181
1182         * src/imap.c
1183                 Rewrite imap_cmd_gen_recv use sock_getline instead
1184                 of sock_gets to avoid problems with too long reply
1185                 lines
1186     
1187 2003-02-20 [colin]      0.8.10claws33
1188         
1189         * src/prefs_account.c
1190                 Better wording
1191
1192 2003-02-20 [colin]      0.8.10claws32
1193
1194         * src/compose.c
1195                 Remove useless '&& !to_sender' 
1196
1197 2003-02-20 [darko]
1198
1199         * AUTHORS
1200                 change my e-mail address
1201
1202 2003-02-19 [colin]      0.8.10claws31
1203
1204         * src/prefs_common.c
1205                 X11 style colors for every configurable color
1206
1207 2003-02-19 [alfons]     0.8.10claws30
1208
1209         * src/prefs_gtk.[ch]
1210         * src/prefs_common.c
1211                 for color_new accept both plain integers and X11 style color
1212                 names (as found in /usr/lib/X11/rgb.txt)
1213
1214 2003-02-19 [paul]       0.8.10claws29
1215
1216         * src/mainwindow.c
1217                 add tooltips to online/offline button and account selector
1218                 button
1219
1220 2003-02-19 [paul]       0.8.10claws28
1221
1222         * src/folder.c
1223           src/news.c
1224           src/prefs_account.[ch]
1225           src/prefs_common.[ch]
1226                 move 'Maximum number of articles to download' to
1227                 account prefs.
1228                 clean up account prefs gui a little by hiding entries
1229                 rather then greying out entries
1230
1231 2003-02-19 [hiro]       0.8.10claws27
1232
1233         * src/common/utils.c
1234                 fix bug #54 'yesterdays date is displayed in the message 
1235                 summary window'
1236
1237 2003-02-19 [paul]       0.8.10claws26
1238
1239         * src/compose.c
1240                 fix bug reported in Feature Request [688596] 
1241                 'Reply-to header in news'
1242
1243 2003-02-18 [paul]       0.8.10claws25
1244
1245         * src/select-keys.c
1246                 add a 'List all keys' button to key selection dialog
1247
1248 2003-02-18 [colin]      0.8.10claws24
1249         
1250         * src/stock_pixmap.c
1251                 fix compile error
1252
1253 2003-02-18 [colin]      0.8.10claws23
1254
1255         * src/common/smtp.[ch]
1256           src/prefs_account.c
1257                 Try to starttls if it seems to be the only
1258                 way to authenticate a user
1259
1260 2003-02-18 [paul]       0.8.10claws22
1261
1262         * src/Makefile.am
1263           src/folderview.c
1264           src/stock_pixmap.[ch]
1265           src/pixmaps/drafts_close.xpm  ** NEW FILE **
1266           src/pixmaps/drafts_open.xpm   ** NEW FILE **
1267                 as a Drafts folder is a special folder allow it to have
1268                 its own unique icons
1269
1270 2003-02-18 [colin]      0.8.10claws21
1271
1272         * src/imap.c
1273                 Fix port selection when using starttls
1274
1275 2003-02-18 [paul]       0.8.10claws20
1276
1277         * src/mainwindow.c
1278           src/prefs_common.[ch]
1279                 make blue the default new mail colour
1280
1281 2003-02-18 [paul]       0.8.10claws19
1282
1283         * sync with 0.8.10cvs14
1284                 see ChangeLog 2003-02-18
1285
1286 2003-02-17 [jens]       0.8.10claws18
1287
1288         * src/common/md5.c
1289                 fixed a compile problem with gcc 3.3
1290                 works on 2.95.3 too (testet on PPC as it is big endian)
1291
1292 2003-02-17 [paul]       0.8.10claws17
1293
1294         * sync with 0.8.10cvs13
1295                 see ChangeLog 2003-02-17
1296
1297 2003-02-17 [paul]       0.8.10claws16
1298
1299         * sync with 0.8.10cvs12
1300                 see ChangeLog 2003-02-17
1301
1302 2003-02-16 [match]      0.8.10claws15
1303
1304         * src/addressbook.c
1305                 Eliminates reloading of address data when items
1306                 deleted or added. Applied submitted by
1307                 Luke Plant <lukeplant@softhome.net>
1308
1309 2003-02-16 [paul]       0.8.10claws14
1310
1311         * src/news.c
1312                 when a 'protocol error' is encountered disconnect from
1313                 the server. This means that the user can carry on viewing
1314                 other articles and doesn't have to either wait until the
1315                 server timesout or quit sylpheed.
1316                 Fixes bug #53 'Unable to read messages in newsgroups, 
1317                 displayed message doesn't change'
1318
1319 2003-02-15 [christoph]  0.8.10claws13
1320
1321         * src/imap.c
1322                 fix bug that stopped scanning of folders when an
1323                 IMAP folder was empty
1324
1325         (closes bug 46 stop scan messages in folders after empty folder)
1326
1327 2003-02-15 [paul]
1328
1329         * tools/Makefile.am
1330           tools/README
1331           tools/freshmeat_search.pl     ** NEW FILE **
1332           tools/google_search.pl        ** NEW FILE **
1333                 Add 2 Actions scripts which search freshmeat/google
1334                 for the selected text using the browser configured
1335                 in sylpheedrc.
1336                 
1337         Note: These scripts are very dependent on the format of the
1338         browser command and may not work on every occasion. Testing
1339         is welcome. 
1340
1341 2003-02-14 [alfons]     0.8.10claws12
1342
1343         * src/compose.c
1344                 fix breakage because of uninitialized account pointer.
1345                 please verify.
1346
1347 2003-02-14 [paul]       0.8.10claws11
1348
1349         * src/compose.c
1350           src/prefs_account.[ch]
1351           src/prefs_common.[ch]
1352                 move signature settings to Account Prefs
1353
1354 2003-02-14 [paul]       0.8.10claws10
1355
1356         * sync with 0.8.10cvs11
1357                 see ChangeLog 2003-02-14
1358
1359 2003-02-13 [thorsten]   0.8.10claws9
1360
1361         * src/news.c
1362                 revert news progressbar (GUI separation)
1363
1364 2003-02-13 [paul]       0.8.10claws8
1365
1366         * src/compose.c
1367                 make replies behave correctly, re: RFC 1036, Section 2.2.3,
1368                 paragraph 1
1369
1370 2003-02-13 [paul]       0.8.10claws7
1371
1372         * src/compose.[ch]
1373           src/summaryview.c
1374                 fix 'Follow-up and Reply-to' so that it creates a reply to
1375                 the newsgroup and the sender. If the message has the keyword
1376                 'poster' in the Followup-To header, all replies go to the
1377                 sender, re: RFC 1036, Section 2.2.3
1378                 rename all instances of 'ignore_replyto' to 'to_sender', both
1379                 were previously used, now we use just one.
1380
1381 2003-02-13 [paul]       0.8.10claws6
1382
1383         * sync with 0.8.10cvs9
1384                 see ChangeLog 2003-02-13
1385
1386 2003-02-13 [paul]       0.8.10claws5
1387
1388         * configure.ac
1389                 show which plugins are configured in the configure
1390                 output.
1391
1392 2003-02-12 [thorsten]   0.8.10claws4
1393
1394         * src/news.c
1395                 show progress while fetching news headers
1396
1397 2003-02-12 [christoph]  0.8.10claws3
1398
1399         * configure.ac
1400         * src/plugins/Makefile.am
1401                 use AM_CONDITIONAL to enable plugins, automake correctly
1402                 manages this when creating distdir
1403
1404 2003-02-12 [christoph]  0.8.10claws2
1405
1406         * ac/spamassassin.m4
1407         * src/plugins/spamassassin/Makefile.am
1408                 fix building SpamAssassin plugin without OpenSSL
1409
1410 2003-02-12 [paul]       0.8.10claws1
1411
1412         * ac/Makefile.am
1413           src/Makefile.am
1414           src/plugins/Makefile.am
1415                 fix failure of 'make release'
1416
1417 2003-02-12 [paul]       0.8.10claws
1418
1419         * 0.8.10claws released
1420
1421 2003-02-12 [paul]       0.8.9claws56
1422
1423         * po/bg.po
1424           po/es.po
1425           po/it.po
1426           po/ru.po
1427           po/sr.po
1428                 updated translations by George Danchev, Ricardo Mones Lastra,
1429                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively
1430                 
1431         * sylpheed.spec.in
1432                 Allow the building of RPMs by a regular user. Submitted
1433                 by Sergei Astanin
1434
1435 2003-02-11 [alfons]     0.8.9claws55
1436
1437         * src/colorlabel.c
1438                 don't use pixmaps for label color rect but draw rectangles
1439                 so we can respect the color map of palette based visuals
1440                 (fixes the long time crashes on Suns - thanks to Andreas
1441                 Engel and Steve O'Hara-Smith for testing)
1442
1443 2003-02-11 [christoph]  0.8.9claws54
1444
1445         * src/matcher_parser_parse.y
1446                 correct bug where filering rules of not existing folders in
1447                 matcherrc were added to global filtering
1448                 
1449         (closes Debian Bug #180253 - Directory's filter-rules are merged with
1450          main filter-rules after removing directory, http://bugs.debian.org/180253)
1451         
1452 2003-02-11 [paul]       0.8.9claws53
1453
1454         * sync with 0.8.10cvs7
1455                 see ChangeLog 2003-02-09
1456
1457 2003-02-11 [melvin]     0.8.9claws52
1458
1459         * po/fr.po
1460                 Updated French tranlsations
1461
1462 2003-02-10 [paul]       0.8.9claws51
1463
1464         * sylpheed.spec.in
1465                 correct --enable-openssl
1466                 Fix submitted by Sergei Astanin <asita@users.sourceforge.net>
1467
1468 2003-02-09 [martin]     0.8.9claws50
1469
1470         * src/prefs_matcher.c
1471                 fix segfault in prefs_matcher_substitute_cb() when
1472                 no row is selected
1473
1474 2003-02-09 [paul]       0.8.9claws49
1475
1476         * src/folderview.c
1477                 fix bug where a newsgroup folder's processing rules were
1478                 merged with the global filtering rules when the newsgroup
1479                 folder was deleted, causing some seriously bad results,
1480                 see <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=180253>
1481
1482 2003-02-08 [melvin]     0.8.9claws48
1483
1484         * src/compose.c
1485                 Corrected and modified an alert message.
1486
1487 2003-02-07 [paul]       0.8.9claws47
1488
1489         * src/folderview.c
1490                 fix bug where both an 'Account properties' window and a
1491                 'Folder properties' window were opened when clicking on
1492                 'Properties' in an NNTP or IMAP folder's popup menu.
1493
1494 2003-02-07 [paul]       0.8.9claws46
1495
1496         * sync with 0.8.10cvs6
1497                 see ChangeLog 2003-02-06
1498
1499 2003-02-06 [christoph]  0.8.9claws45
1500
1501         * src/mbox.c
1502                 freeze folder updates while importing mbox files
1503                 (closes bug 43 importing mbox took hours)
1504                 
1505         Patch submitted by Jens Rantil <jens.rantil@telia.com>
1506
1507 2003-02-06 [thorsten]   0.8.9claws44
1508
1509         * po/de.po
1510                 Updated german translations
1511
1512 2003-02-06 [thorsten]   0.8.9claws43
1513
1514         * src/news.h
1515                 use guint for message numbers (fix count in grouplist dialog)
1516
1517 2003-02-05 [paul]       0.8.9claws42
1518
1519         * sync with 0.8.10cvs2
1520                 see ChangeLog 2003-02-05
1521
1522 2003-02-04 [colin]      0.8.9claws41
1523
1524         * src/prefs_common.[ch]
1525           src/procmsg.c
1526           src/summaryview.c
1527                 Add an option to disable threading by subject
1528
1529 2003-02-04 [christoph]  0.8.9claws40
1530
1531         * src/inc.c
1532                 only abort fetching mails from multiple accounts when the
1533                 error is fatal and does not allow to check any more accounts
1534                 (currently only disk full error)
1535
1536         (closes bug 31 after POP3 error: "no such mail" Sylpheed does not
1537          receive mails for other accouts)
1538
1539 2003-02-04 [christoph]  0.8.9claws39
1540
1541         * src/folder.c
1542                 first add the new message to the cache, then
1543                 send the update notification
1544
1545         (closes bug 39 after sending message folderview doesnt get updated)
1546
1547 2003-02-04 [colin]      0.8.9claws38
1548
1549         * src/inc.c
1550                 _really_ fix this Connecting... status
1551
1552 2003-02-04 [paul]       0.8.9claws37
1553
1554         * sync with 0.8.10
1555                 see ChangeLog 2003-02-04
1556
1557 2003-02-04 [paul]       0.8.9claws36
1558
1559         * sync with 0.8.9cvs6
1560                 see ChangeLog 2003-02-03
1561
1562 2003-02-04 [paul]       0.8.9claws35
1563
1564         * po/pt_BR.po
1565                 updated by André Filipe de Assunção e Brito 
1566                 <bedecko@netsite.com.br>
1567
1568 2003-02-03 [thorsten]   0.8.9claws34
1569
1570         * po/de.po
1571                 Updated german translations
1572
1573 2003-02-02 [paul]       0.8.9claws33
1574
1575         * po/es.po
1576                 updated by Ricardo Mones Lastra
1577
1578 2003-02-02 [thorsten]   0.8.9claws32
1579
1580         * src/mh.c
1581                 Fix mh_get_msginfo() segfault if file is inaccessible
1582
1583 2003-01-31 [colin]      0.8.9claws31
1584
1585         * src/procheader.c
1586                 Fix last commit's bug
1587
1588 2003-01-31 [colin]      0.8.9claws30
1589
1590         * src/procheader.c
1591                 Missing a change for gpg-signed messages
1592
1593 2003-01-31 [paul]       0.8.9claws29
1594
1595         * src/pixmaps/gpg_signed.xpm    ** NEW FILE **
1596           src/procheader.c
1597           src/stock_pixmap.[ch]
1598           src/summaryview.c
1599                 indicate GnuPG signed messages by displaying an icon
1600                 in the Attachment column.
1601
1602 2003-01-31 [paul]       0.8.9claws28
1603
1604         * sync with 0.8.9cvs4
1605                 see ChangeLog 2003-01-31
1606
1607 2003-01-31 [alfons]     0.8.9claws27
1608
1609         * src/textview.c
1610                 tune URI parser to accept mailto URLs with a '?'
1611                 (patch from Ruslan Balkin)
1612
1613 2003-01-31 [colin]      0.8.9claws26
1614
1615         * src/summaryview.c
1616                 Fix a leak introduced in claws24
1617
1618 2003-01-31 [colin]      0.8.9claws25
1619
1620         * src/summaryview.c
1621                 Freeze/Thaw folder updates when deleting dups
1622
1623 2003-01-31 [colin]      0.8.9claws24
1624         
1625         * src/addr_compl.c
1626           src/summaryview.c
1627           src/msgcache.c
1628                 little speed improvements
1629
1630 2003-01-31 [colin]      0.8.9claws23
1631
1632         * src/summaryview.c
1633                 Fix segfault when forwarding nothing
1634                 Patch from "Ruslan N. Balkin" <baron@voices.ru>
1635                 
1636 2003-01-30 [paul]       0.8.9claws22
1637
1638         * sync with 0.8.9cvs3
1639                 see ChangeLog 2003-01-30
1640
1641 2003-01-30 [paul]       0.8.9claws21
1642
1643         * sync with 0.8.9cvs2
1644                 see ChangeLog 2003-01-30
1645
1646 2003-01-29 [paul]       0.8.9claws20
1647
1648         * sync with 0.8.9cvs1
1649                 see ChangeLog 2003-01-29
1650
1651 2003-01-28 [paul]       0.8.9claws19
1652
1653         * po/POTFILES.in
1654                 update to reflect changes. 
1655                 thanks to Ricardo Mones Lastra
1656
1657 2003-01-27 [christoph]  0.8.9claws18
1658
1659         * ac/openssl.m4
1660         * ac/spamassassin.m4
1661         * src/plugins/spamassassin/README
1662         * src/plugins/spamassassin/libspamc.[ch]
1663         * src/plugins/spamassassin/utils.[ch]
1664                 updated to latest libspamc
1665
1666 2003-01-27 [christoph]  0.8.9claws17
1667
1668         * src/folder.c
1669                 fix wrong use of procheader_get_header_fields
1670
1671 2003-01-27 [christoph]  0.8.9claws16
1672
1673         * src/news.c
1674         * src/prefs_account.[ch]
1675         * src/common/nntp.[ch]
1676                 allow to force authentication for NNTP servers
1677
1678         Patch submitted by Florian Mickler <dmk@d-labs.de>
1679
1680 2003-01-26 [paul]       0.8.9claws15
1681
1682         * src/summaryview.c
1683                 speed up of marking messages as read
1684                 patch submitted by Jens Rantil <ztyx@users.sourceforge.net>
1685
1686 2003-01-26 [christoph]  0.8.9claws14
1687
1688         * src/Makefile.am
1689         * src/mgutils.[ch]              ** REMOVE **
1690         * src/xml.[ch]                  ** REMOVE **
1691         * src/xmlprops.[ch]             ** REMOVE **
1692         * src/common/Makefile.am
1693         * src/common/mgutils.[ch]       ** NEW **
1694         * src/common/xml.[ch]           ** NEW **
1695         * src/common/xmlprops.[ch]      ** NEW **
1696                 move xml files to common directory
1697
1698 2003-01-26 [christoph]  0.8.9claws13
1699
1700         * src/plugins/spamassassin/spamassassin_gtk.c
1701                 only set gtk entry text if string is available
1702
1703 2003-01-26 [melvin]     0.8.9claws12
1704
1705         * src/description_window.c
1706                 Allow resizing of the window
1707                 Allow automatic horizontal scroll bar
1708                 Do not vertically expand and fill
1709
1710 2003-01-26 [christoph]  0.8.9claws11
1711
1712         * src/Makefile.am
1713         * src/gtkutils.[ch]             ** REMOVE **
1714         * src/common/sylpheed.c
1715         * src/gtk/Makefile.am
1716         * src/gtk/description_window.c
1717         * src/gtk/gtkutils.[ch]         ** NEW **
1718         * src/gtk/prefswindow.c
1719                 move gtkutils to gtk directory
1720
1721 2003-01-26 [paul]       0.8.9claws10
1722
1723         * src/summaryview.c
1724                 rename summary_unread_clicked() to summary_status_clicked()
1725
1726 2003-01-26 [melvin]     0.8.9claws9
1727
1728         * src/prefs_actions.c
1729                 Cosmetical changes to the help text
1730
1731 2003-01-26 [paul]       0.8.9claws8
1732
1733         * src/folder.[ch]
1734           src/mainwindow.c
1735           src/prefs_common.c
1736           src/prefs_sumamry_column.c
1737           summaryview.[ch]
1738                 rename the 'Unread' column to 'Status'
1739
1740 2003-01-25 [match]      0.8.9claws7
1741
1742         * src/mgutils.[ch]
1743                 removed reference to LDAP constants. removed error2string.
1744                 included functions to support LDAP dynamic queries.
1745         * src/syldap.h
1746                 moved LDAP constants here.
1747         * src/addressbook.c
1748         * src/addrindex.c
1749         * src/importldif.c
1750                 removed references to LDAP constants and references to
1751                 error2string.
1752
1753 2003-01-25 [paul]       0.8.9claws6
1754
1755         * src/summaryview.c
1756                 summary_thread_build(), summary_thread_init(): remove 
1757                 unneeded reference to summaryview->folder_item
1758
1759 2003-01-25 [christoph]  0.8.9claws5
1760
1761         * src/gtk/description_window.c
1762                 o allow description texts to expand over multiple columns
1763                 o translate all columns
1764         * src/prefs_actions.c
1765                 change syntax description to use new multi column feature
1766
1767         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
1768
1769 2003-01-25 [match]      0.8.9claws4
1770
1771         * src/vcard.c
1772                 fixed bug with Quoted-Printable
1773
1774 2003-01-25 [paul]       0.8.9claws3
1775
1776         * src/folder.[ch]
1777           src/summaryview.[ch]
1778                 implement per-folder collapsed/expanded threads setting
1779                 
1780         * src/prefs_common.c
1781                 remove global collapsed/expanded threads option
1782
1783 2003-01-25 [christoph]  0.8.9claws2
1784
1785         * po/POTFILES.in
1786                 add pluginwindow and prefswindow
1787         * src/compose.c
1788                 make send respond correctly to messages that could be added
1789                 to the queue folder, but the UID of the message is unknown
1790         * src/folder.c
1791         * src/imap.c
1792                 don't return guessed UIDs in imap_add_msg anymore. We return
1793                 0 to tell the folder system it was appened but the UID is
1794                 unknown. Folder system now get's the UID by scaning the folder
1795                 and searching the cache for the Message-ID
1796                 (closes bug #29 Messages queued, but not sent)
1797
1798 2003-01-25 [paul]       0.8.9claws1
1799
1800         * src/codeconv.c
1801                 conv_encode_header():  fix bug when long headers with 8-bit
1802                 characters are used, so that the encoded words are wrapped.
1803                 If the space in the original text falls on the wrap boundary,
1804                 it can be lost.
1805                 Patch by Sergey Vlasov.
1806                 
1807         * src/folderview.c
1808                  fix bug where a change to the sorting method or thread view
1809                  of a folder's messages is lost if simpify-subject is set and
1810                  toggled on or off.
1811                  Patch by Luke Plant.
1812
1813 2003-01-24 [paul]       0.8.9claws
1814
1815         * sylpheed-0.8.9claws released
1816         
1817         * Makefile.am
1818           sylpheed.spec.in
1819                 remove reference to 'INSTALL.jp'
1820
1821 2003-01-23 [paul]       0.8.8claws128
1822
1823         * po/es.po
1824           po/it.po
1825           po/ru.po
1826           po/sr.po
1827                 updated translations. submitted by Ricardo Mones Lastra,
1828                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively.
1829
1830 2003-01-23 [colin]      0.8.8claws127
1831
1832         * src/compose.c
1833                 Fix drafted and queued news articles re-edition
1834
1835 2003-01-23 [melvin]     0.8.8claws126
1836
1837         * po/fr.po
1838                 Updated French translations
1839
1840 2003-01-23 [colin]      0.8.8claws125
1841
1842         * src/inc.c
1843                 Fix "Connecting to..." status message
1844
1845 2003-01-22 [paul]       0.8.8claws124
1846
1847         * po/bg.po
1848                 updated by George Danchev
1849                 
1850         * src/folder.c
1851                 revert last commit [0.8.8claws111] as it breaks folder d'n'd
1852                 and folder deletion
1853
1854 2003-01-21 [paul]       0.8.8claws123
1855
1856         * po/bg.po
1857                 updated by George Danchev
1858                 
1859         * src/about.c
1860                 its now 2003
1861                 
1862         * src/toolbar.c
1863                 don't translate 'Separator'
1864                 
1865         * src/plugins/spamassassin/Makefile.am
1866                 add aspell to CPPFLAGS
1867                 
1868         * src/plugins/spamassassin/spamassassin.c
1869           src/plugins/spamassassin/spamassassin_gtk.c
1870                 set correct default for spamassassin_receive_spam
1871                 slightly re-word descriptions and some
1872                 other minor changes
1873
1874 2003-01-19 [alfons]     0.8.8claws122
1875                 
1876         * src/mimeview.c
1877                 mimeview_save_as(): we might as well show the file name for
1878                 the single case "Save As" too
1879
1880 2003-01-19 [alfons]     0.8.8claws121
1881
1882         * src/crash.c
1883                 change bug tracker URL to bugzilla URL
1884
1885 2003-01-19 [alfons]     0.8.8claws120
1886
1887         * src/mimeview.c
1888                 mimeview_save_all(): display name of file before overwriting;
1889                 continue saving all, even when one overwrite was cancelled
1890
1891 2003-01-19 [christoph]  0.8.8claws119
1892
1893         * src/summaryview.c
1894         * src/procmsg.[ch]
1895                 fix wrong usage of procmsg_find_children in summaryview
1896                 by using procmsg_update_unread_children instead of
1897                 summaryview_update_unread_children
1898
1899 2003-01-19 [christoph]  0.8.8claws118
1900
1901         * src/procmsg.c
1902                 fix infinite loop in procmsg_find_children
1903                  (closes bug #25 sylpheed crashes on delete.)
1904
1905         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
1906
1907 2003-01-19 [paul]       0.8.8claws117
1908
1909         * po/pt_BR.po
1910                 updated by Ivan Francolin Martinez
1911
1912 2003-01-18 [melvin]     0.8.8claws116
1913
1914         * src/prefs_actions.c
1915                 Removed syntax limitation of only one '&' at the end of command.
1916                         Now actions that contain '>/dev/null 2>&1' are possible.
1917
1918 2003-01-18 [melvin]     0.8.8claws115
1919
1920         * src/prefs_actions.c
1921                 Actions IO dialog: when the action ends
1922                 the "Close" button now has focus and [Escape] closes the
1923                 window.
1924
1925 2003-01-18 [christoph]  0.8.8claws114
1926
1927         * src/procmsg.c
1928                 o add debug output when MsgInfos are really freed
1929                 o free GSLists in procmsg_find_children and
1930                   procmsg_update_unread_children
1931
1932 2003-01-18 [christoph]  0.8.8claws113
1933
1934         * src/mainwindow.c
1935                 reorder Configuration menu
1936
1937 2003-01-18 [christoph]  0.8.8claws112
1938
1939         * src/compose.c
1940                 fix applying templates to forwarded messages
1941
1942         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
1943
1944 2003-01-17 [christoph]  0.8.8claws111
1945
1946         * src/folder.c
1947                 destroy folder items, when a folder item is removed
1948
1949 2003-01-17 [christoph]  0.8.8claws110
1950
1951         * src/folder.c
1952                 fix wrong folder stats update when ignored message is
1953                 deleted
1954
1955 2003-01-17 [colin]      0.8.8claws109
1956         
1957         * src/mainwindow.c
1958         * src/summaryview.c
1959                 Quicksearch bugfixes: 
1960                 - hide help button at startup if not extended
1961                 - switch to extended when looking for replies
1962
1963 2003-01-17 [paul]
1964
1965         * sync with 0.8.9 release
1966
1967 2003-01-17 [paul]       0.8.8claws108
1968
1969         * sync with 0.8.8cvs11
1970                 see ChangeLog 2003-01-17
1971
1972 2003-01-16 [colin]      0.8.8claws107
1973
1974         * src/procmsg.c
1975                 Changed encryption test to re-ask passphrase
1976                 if an encrypted message hasn't been decrypted
1977                 Fixes bug #5
1978
1979 2003-01-16 [christoph]  0.8.8claws106
1980
1981         * src/prefs_gtk.c
1982         * src/prefs_toolbar.c
1983         * src/gtk/prefswindow.h
1984         * src/plugins/spamassassin/spamassassin_gtk.c
1985                 remove page destroy function that is not used anymore
1986
1987 2003-01-16 [paul]       0.8.8claws105
1988
1989         * sync with 0.8.8cvs9
1990                 see ChangeLog 2002-01-16
1991
1992 2003-01-16 [colin]      0.8.8claws104
1993
1994         * src/compose.[ch]
1995                 Fix bug with autosaved drafts for IMAP, when draft
1996                 folder is specified - fixes bugzilla bug #20
1997
1998 2003-01-15 [paul]       0.8.8claws103
1999
2000         * src/compose.[ch]
2001           src/procmsg.c
2002                 store folder and message-id of message forwarding
2003                 in queue header and set forward flag after sending
2004
2005 2003-01-15 [paul]       0.8.8claws102
2006
2007         * sync with 0.8.8cvs8
2008                 see ChangeLog 2002-01-15
2009
2010 2003-01-15 [colin]      0.8.8claws101
2011
2012         * src/Makefile.am
2013                 Fix linking with GNU libiconv
2014
2015 2003-01-15 [darko]      0.8.8claws100
2016
2017         * src/pine.c
2018                 fix crash when importing pine address book
2019                 entry with an empty name (reported by DY
2020                 <dybulk at tri8.net>)
2021
2022 2003-01-14 [paul]       0.8.8claws99
2023
2024         * configure.in  ** REMOVED **
2025           configure.ac  ** NEW FILE **
2026                 rename configure.in to configure.ac, as it is now
2027                 preferred
2028
2029 2003-01-14 [melvin]     0.8.8claws98
2030
2031         * src/folderview.c
2032                 folderview_check_new(): More precise function description
2033
2034 2003-01-14 [melvin]     0.8.8claws97
2035
2036         * src/folderview.c
2037                 folderview_check_new(): return the number of new messages 
2038                         since last check.
2039         * src/inc.c
2040                 inc_account_mail(): Disable counting of new messages for IMAP
2041                         and NNTP until bug [19] and [14] are fixed.
2042
2043 2003-01-14 [paul]       0.8.8claws96
2044
2045         * sync with 0.8.8cvs6
2046                 see ChangeLog 2003-01-14
2047
2048 2003-01-13 [alfons]     0.8.8claws95
2049
2050         * src/textview.c
2051                 tune email address validation (c. 0.8.8claws89): if . is 
2052                 just one char away from @, the address is invalid too 
2053                 (correctly rejects addresses like foo@.com)
2054
2055 2003-01-13 [paul]       0.8.8claws94
2056
2057         * src/messageview.c
2058           src/toolbar.c
2059                 fixes to the Message View toolbar and menu:
2060                 fix non-functioning Forward button
2061                 make Reply button consider default_reply_list
2062                 remove 'Follow-up...' menu entry
2063                 add 'Forward' and 'Redirect' menu entries
2064
2065 2003-01-13 [melvin]     0.8.8claws93
2066
2067         * src/inc.c
2068                 Fixed typo that could make new messages count incorrect.
2069
2070 2003-01-13 [melvin]     0.8.8claws92
2071
2072         * src/folderview.[ch]
2073                 folderview_check_new(): return the number of new messages.
2074         * src/inc.c
2075                 Should fix bug [14] where new mail notification worked 
2076                         incorrectly with IMAP accounts.
2077                 inc_spool_account(): return number of new msgs, or -1 on error
2078                 inc_all_spool(): return number of new msgs
2079                 
2080 2003-01-13 [melvin]     0.8.8claws91
2081
2082         * src/prefs_actions.c
2083                 Justify help text.
2084
2085 2003-01-12 [thorsten]   0.8.8claws90
2086
2087         * src/common/prefs.c
2088                 close file before rename
2089
2090 2003-01-12 [alfons]     0.8.8claws89
2091
2092         * AUTHORS
2093                 add Christian Mertes
2094         * src/common/utils.[ch]
2095                 g_stricase_hash(), g_stricase_equal(): functions for 
2096                 case insensitive hash tables
2097         * src/textview.c
2098                 use top level domain names to validate email address, based
2099                 on a patch by Christian Mertes (thanks!), but changed 
2100                 implementation to use a hash table 
2101
2102 2003-01-12 [paul]       0.8.8claws88
2103
2104         * po/bg.po
2105                 updated by George Danchev
2106
2107 2003-01-12 [alfons]     0.8.8claws87
2108
2109         * src/summaryview.c
2110                 delete / execute performance: use new style folder update
2111
2112 2003-01-12 [paul]       0.8.8claws86
2113
2114         * sync with 0.8.8cvs5
2115                 see ChangeLog 2003-01-13 (!)
2116
2117 2003-01-12 [alfons]     0.8.8claws85
2118
2119         * src/filtering.c
2120         * src/matcher_parser_parse.y
2121                 prepare change_score filtering action
2122         * src/matcher.[ch]
2123                 give up const-correctness on functions that call non-const-correct functions;
2124                 several casts to gpointer in g_free();
2125                 add change_score;
2126
2127 2003-01-12 [christoph]  0.8.8claws84
2128
2129         * src/compose.c
2130                 fix 2 warnings
2131
2132         * src/gtk/prefswindow.[ch]
2133         * src/plugins/spamassassin/spamassassin_gtk.c
2134                 changed the call of the widget create function
2135                 for PrefsPages, because sometimes the widget
2136                 create function needs a widget that already has
2137                 been attached to a window (to create GDK pixmaps
2138                 for exmaple). So we simply pass the GtkWindow as
2139                 the second parameter now.
2140
2141         * src/main.c
2142         * src/mainwindow.c
2143         * src/prefs_toolbar.[ch]
2144                 rewrite Toolbar Preferences using the new
2145                 prefs window
2146
2147 2003-01-11 [alfons]     0.8.8claws83
2148
2149         * src/addressadd.c
2150                 fix crash when adding sender to addressbook because status bar
2151                 isn't there (the status bar doesn't seem to be used though,
2152                 but I'll let Match decide what to do with it)
2153
2154 2003-01-11 [colin]      0.8.8claws82
2155
2156         * src/main.c
2157           src/toolbar.c
2158                 Two useless changes reversed
2159
2160 2003-01-11 [colin]      0.8.8claws81
2161
2162         * src/mainwindow.c
2163           src/mainwindow.h
2164                 Add mainwindow_get_mainwindow()
2165         * src/alertpanel.c
2166           src/alertpanel.h
2167                 Add alertpanel_error_log() 
2168         * src/compose.c
2169           src/inc.c
2170           src/messageview.c
2171           src/toolbar.c
2172           src/main.c
2173           src/procmsg.c
2174                 Network errors get a View Log button
2175
2176 2003-01-10 [alfons]     0.8.8claws80
2177
2178         * src/prefs_toolbar.c
2179         * src/toolbar.c
2180                 use the translatable string for "Separator" as file name for
2181                 separator toolbar items (probably make this uppercase?)
2182
2183 2003-01-10 [alfons]     0.8.8claws79
2184
2185         * src/prefs_toolbar.c
2186                 put right A_SEPARATOR description string in "displayed
2187                 toolbar items list" so manually added separators are
2188                 saved correctly (bug #10, "Adding a separator to the main 
2189                 toolbar fails, entry in xml file is wrong")
2190
2191 2003-01-10 [christoph]  0.8.8claws78
2192
2193         * src/imap.c
2194                 o fix warnings
2195                 o use CAPABILITY to check if NAMESPACE is available
2196
2197 2003-01-10 [christoph]  0.8.8claws77
2198
2199         * src/imap.[ch]
2200                 apply UIDPLUS IMAP extension support patch
2201
2202         Patch submitted by Simon 'corecode' Schubert
2203
2204 2003-01-10 [paul]       0.8.8claws76
2205
2206         * src/folderview.c
2207                 a sync from main which fixes the news account folders'
2208                 Properties bug
2209
2210 2003-01-10 [christoph]  0.8.8claws75
2211
2212         * src/folder.c
2213                 don't accept 0 as a valid uid returned by copy and move
2214                 functions. 0 means the message was copied or moved but the
2215                 new uid could not be fetched. It is not an error condition
2216                 for the copy or move operation.
2217
2218 2003-01-10 [paul]       0.8.8claws74
2219
2220         * src/prefs_filtering.c
2221                 change English used in Alert when entry is not
2222                 saved.
2223                 
2224         * sync with 0.8.8cvs4
2225                 see ChangeLog 2003-01-10
2226
2227 2003-01-10 [darko]      0.8.8claws73
2228
2229         * src/pine.c
2230                 fix crash when importing address book entry
2231                 without a valid address
2232
2233 2003-01-09 [alfons]     0.8.8claws72
2234
2235         * src/inc.c
2236                 filtering performance: use new style folder update
2237
2238 2003-01-09 [christoph]  0.8.8claws71
2239
2240         * src/compose.c
2241         * src/gtk/menu.[ch]
2242                 fix wrong selecting of mime encoding type, when
2243                 opening property dialog of attachments in the
2244                 compose window. 7bit was always selected and that
2245                 destoryed files with 8bit data.
2246                 (closes bug #9 Sylpheed-claws destroys attachments when
2247                  changing MIME-types)
2248
2249 2003-01-09 [paul]       0.8.8claws70
2250
2251         * sync with 0.8.8cvs3
2252                 see ChangeLog 2003-01-09
2253
2254 2003-01-08 [alfons]     0.8.8claws69
2255         
2256         * src/addressadd.c
2257                 apply patch by Kim Schulz to fix build breakage
2258                 because of missing variable
2259
2260 2003-01-08 [paul]       0.8.8claws68
2261
2262         * sync with 0.8.8cvs2
2263                 see ChangeLog 2002-01-08
2264
2265 2003-01-08 [paul]       0.8.8claws67
2266
2267         * po/it.po
2268                 updated by Alessandro Maestri
2269                 
2270         * src/addressadd.c
2271                 when using 'Add sender to addressbook' allow
2272                 name to be edited and remarks to be entered
2273                 Patch submitted by Luke Plant
2274
2275 2003-01-08 [darko]      0.8.8claws66
2276
2277         * README.claws, src/summaryview.c
2278                 fix description for marked messages
2279
2280 2003-01-08 [paul]
2281
2282         * tools/Makefile.am
2283           tools/launch_phoenix  ** NEW FILE **
2284                 add script that enables using Phoenix as the default
2285                 web browser. 
2286                 Submitted by Mohammed Sameer <Uniball@linux-egypt.org>
2287                 
2288         * tools/OOo2sylpheed.pl
2289                 remove full path to sylpheed executable, just 'sylpheed'
2290                 will do
2291                 
2292         * tools/README
2293                 add launch_phoenix informtion and re-arrange and compress
2294                 the data a little
2295
2296 2003-01-07 [christoph]  0.8.8claws65
2297
2298         * src/folder.c
2299                 fix update for source folder when moving messages
2300         * src/procmsg.[ch]
2301         * src/summaryview.c
2302                 use function to set to_folder for message infos and
2303                 automatically update the op_count for old and new
2304                 folder
2305
2306 2003-01-07 [melvin]     0.8.8claws64
2307
2308         * src/prefs_actions.c
2309                 Fixed bug where an '%p' Action on a displayed image crashed 
2310                         Sylpheed
2311                 Code clean up (get rid of duplicated code and removed unnecessary 
2312                                 structure member)
2313
2314 2003-01-07 [christoph]  0.8.8claws63
2315
2316         * src/compose.c
2317         * src/folder.[ch]
2318         * src/folderview.c
2319         * src/import.c
2320         * src/inc.c
2321         * src/main.c
2322         * src/mainwindow.c
2323         * src/messageview.c
2324         * src/prefs_folder_item.c
2325         * src/procmsg.c
2326         * src/summaryview.c
2327         * src/toolbar.c
2328                 o remove all folder update triggering from the UI code. The folder
2329                   system should know much better when a folder needs an update.
2330                 o to prevent multiple updates in a row the folder updates can be
2331                   frozen for some time.
2332
2333                 Note: - Please verify that no updates are missing
2334                       - Check where freeze/thaws should be added
2335
2336 2003-01-07 [christoph]  0.8.8claws62
2337
2338         * src/prefs_actions.c
2339                 don't translate empty strings
2340
2341         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
2342
2343 2003-01-06 [christoph]  0.8.8claws61
2344
2345         * src/prefs_actions.c
2346                 mark strings for gettext
2347         * src/prefs_matcher.c
2348                 use new description window for Execute action and
2349                 match condition in Filtering
2350
2351         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
2352
2353 2003-01-06 [alfons]     0.8.8claws60
2354
2355         keep myself inspired to re-organize matcher part 8; 
2356         yes, more to come (I need to move out the descriptive
2357         text for actions to matcher.c, or at least make it not
2358         depend on the wicked ordering)
2359
2360         * src/prefs_matcher.c
2361                 add documentation so others may comprehend the
2362                 UI part of the conditions
2363                 
2364 2003-01-06 [christoph]  0.8.8claws59
2365
2366         * src/prefs_actions.c
2367                 use new description window for syntax help
2368         * src/gtk/description_window.c
2369                 fix display of descriptions with column count != 2
2370
2371         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
2372
2373 2003-01-06 [christoph]  0.8.8claws58
2374
2375         * src/quote_fmt.c
2376         * src/summaryview.[ch]
2377         * src/gtk/Makefile.am
2378         * src/gtk/description_window.[ch]       ** NEW **
2379                 use a generic window to display syntax descriptions
2380                 currently used in quote_fmt and summaryview (new description
2381                 for extended quick search)
2382
2383         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
2384
2385 2003-01-06 [paul]       0.8.8claws57
2386
2387         * sync with 0.8.8cvs1
2388                 see ChangeLog 2003-01-06
2389
2390 2003-01-06 [christoph]  0.8.8claws56
2391
2392         * src/mainwindow.c
2393         * src/prefs_gtk.[ch]
2394         * src/gtk/prefswindow.[ch]
2395         * src/plugins/spamassassin/spamassassin_gtk.c
2396                 o remove page management from prefswindow, pages
2397                   will be an argument to prefswindow_open
2398                 o prefswindow_open gets a datapointer that is
2399                   passed to the widget_create function to allow
2400                   creation of prefswindow for specific items
2401
2402 2003-01-06 [colin]      0.8.8claws55
2403         
2404         * src/summaryview.c
2405                 We don't want regexp in the reply-finder, 
2406                 because MIDs can contain !,$,. and so on
2407
2408 2003-01-06 [jens]       0.8.8claws54
2409
2410         * src/jpilot.c
2411                 fixed a wrong free in jpilot_read_db_files
2412
2413 2003-01-06 [alfons]     0.8.8claws53
2414
2415         re-organize matcher part 8; more to come
2416        
2417         * src/matcher.c
2418                 matcherprop_to_string(): put g_free()s before the
2419                 switch-case break to fix memleaks                
2420
2421 2003-01-06 [colin]      0.8.8claws52
2422
2423         * src/summaryview.c
2424                 cleanup & reply-finder now displays the first 
2425                 matching message
2426
2427 2003-01-05 [alfons]     0.8.8claws51
2428
2429         re-organize matcher part 7; more to come
2430
2431         * src/matcher.[ch]
2432                 fixes for constant correctness;
2433                 more documentation;
2434
2435 2003-01-05 [alfons]     0.8.8claws50
2436
2437         re-organize matcher part 6; more to come
2438         
2439         * src/matcher.[ch]
2440                 fixes for constant correctness;
2441                 more documentation;
2442         * src/filtering.c
2443                 fix for constant correctness
2444
2445 2003-01-05 [colin]      0.8.8claws49
2446
2447         * src/account.[ch]
2448                 Add account_get_reply_account function
2449         * src/compose.c
2450                 Use account_get_reply_account function 
2451         * src/summaryview.c
2452                 Basic reply-finder - click on the replied
2453                 icon gets you to the outbox using quick-search
2454
2455 2003-01-05 [paul]       0.8.8claws48
2456
2457         * src/prefs_common.c
2458                 small change to English
2459                 
2460         * src/prefs_filtering.c
2461                 prefs_filtering_action_select(): improve logic and uniformity
2462                 of gui
2463
2464 2003-01-05 [alfons]     0.8.8claws47
2465
2466         fine tune solution to focus problems (bug #7)
2467
2468         * src/mainwindow.c
2469                 mainwindow_focus_in_event(): remove grab event check
2470         * src/summaryview.c
2471                 summary_button_pressed(): move selection on right-click
2472                 too. we can't possibly move the selection back after
2473                 canceling a dialog, because gtk's incomplete focus 
2474                 management. whether this is a good solution, only time
2475                 will tell.
2476
2477 2003-01-05 [christoph]  0.8.8claws46
2478
2479         * src/imap.c
2480                 fix crash when no imap connection could be established
2481
2482 2003-01-05 [paul]       0.8.8claws45
2483
2484         * src/mainwindow.c
2485           src/sumamryview.c
2486           src/gtk/menu.[ch]
2487                 fix bug 605957 'shortcuts in popup-menu'
2488                 make user-defined shortcuts work
2489                 show shortcuts that are already defined
2490                 in the main menu
2491                 Patch submitted by Luke Plant
2492
2493 2003-01-05 [alfons]     0.8.8claws44
2494
2495         * src/mainwindow.c
2496                 focus_in_event handler should not select summary view row 
2497                 when another window (menu, dialog) grabbed for events 
2498                 (bug #7, "[0.8.8claws42] Message summary focus") 
2499
2500 2003-01-04 [christoph]  0.8.8claws43
2501
2502         * src/procmsg.c
2503                 update save folder after adding the sent message
2504                  (closes bug #6 Folder View doesn't refresh for "Sent"-messages)
2505
2506 2003-01-02 [christoph]  0.8.8claws42
2507
2508         * src/common/plugin.c
2509                 fix unloading of all plugins and unload
2510                 plugins in reverse order
2511                 
2512         * src/gtk/pluginwindow.c
2513                 implement function of load and unload button
2514
2515         * src/gtk/prefswindow.c
2516         * src/gtk/prefswindow.h
2517                 rename register function and add new unregister
2518                 function
2519
2520         * src/plugins/spamassassin/spamassassin_gtk.c
2521                 unregister prefs page and update for changes in
2522                 src/gtk/prefswindow.c
2523
2524 2003-01-02 [paul]       0.8.8claws41
2525
2526         * po/es.po
2527                 updated by Ricardo Mones Lastra
2528
2529 2003-01-02 [paul]
2530
2531         * tools/tb2sylpheed
2532                 fixes and improvements by Urke MMI
2533
2534 2003-01-02 [thorsten]   0.8.8claws40
2535
2536         * src/procmsg.c
2537                 fixed wrong return value
2538
2539 2003-01-02 [thorsten]   0.8.8claws39
2540
2541         * src/prefs.c
2542                 fixed printing wrong variable
2543
2544 2003-01-02 [thorsten]   0.8.8claws38
2545
2546         * src/prefs.c
2547                 fixed acessing members of freed pfile struct
2548
2549 2003-01-02 [thorsten]   0.8.8claws37
2550
2551         * src/procmsg.c
2552                 detect loops across several messages
2553                 as suggested by Christoph Hohmann
2554
2555 2003-01-01 [match]      0.8.8claws36
2556
2557         * src/addrindex.c
2558                 fixed another memory leak.
2559
2560 2003-01-01 [match]      0.8.8claws35
2561
2562         * src/jpilot.[ch]
2563                 fixed memory leaks. applied Doxygen comments.
2564
2565 2003-01-01 [thorsten]   0.8.8claws34
2566
2567         * src/procmsg.c
2568                 inhibit endless loop if msg references itself
2569                 (closes Bug [ 660477 ] Infinite loop in parent flag search)
2570
2571 2003-01-01 [christoph]  0.8.8claws33
2572
2573         * src/mainwindow.c
2574         * src/gtk/Makefile.am
2575         * src/gtk/pluginwindow.c                ** NEW **
2576         * src/gtk/pluginwindow.h                ** NEW **
2577                 add plugin window
2578
2579         * src/plugins/demo/demo.c
2580         * src/plugins/spamassassin/spamassassin.c
2581         * src/plugins/spamassassin/spamassassin_gtk.c
2582                 write better plugin descriptions
2583
2584 2002-12-31 [christoph]  0.8.8claws32
2585
2586         * src/gtk/prefswindow.c
2587         * src/plugins/spamassassin/spamassassin_gtk.c
2588                 some small improvements to GTK code
2589
2590 2002-12-31 [christoph]  0.8.8claws31
2591
2592         * src/plugins/spamassassin/spamassassin_gtk.c
2593                 enable folder select button
2594
2595 2002-12-31 [christoph]  0.8.8claws30
2596
2597         * src/mainwindow.c
2598         * src/gtk/Makefile.am
2599         * src/gtk/prefswindow.c                         ** NEW **
2600         * src/gtk/prefswindow.h                         ** NEW **
2601                 add new prefs window
2602
2603         * src/common/plugin.c
2604                 don't try to load empty config lines
2605         
2606         * src/plugins/spamassassin/Makefile.am
2607         * src/plugins/spamassassin/spamassassin.c
2608         * src/plugins/spamassassin/spamassassin.h       ** NEW **
2609         * src/plugins/spamassassin/spamassassin_gtk.c   ** NEW **
2610                 GTK config for SpamAssassin Plugin using
2611                 the new prefs window
2612
2613 2002-12-31 [paul]       0.8.8claws29
2614
2615         * po/POTFILES.in
2616                 remove obsolete entry 'src/menu.c'
2617
2618 2002-12-31 [alfons]     0.8.8claws28
2619
2620         * src/matcher.[ch]
2621         * src/matcher_parser_parse.y
2622         * src/prefs_matcher.c
2623                 add "ignore_thread" and "~ignore_thread" condition so it's
2624                 possible to make the actions / scoring operate on the ignore
2625                 thread flag
2626
2627 2002-12-31 [christoph]  0.8.8claws27
2628
2629         * src/addrbook.c
2630         * src/addrindex.c
2631         * src/folder.c
2632         * src/matcher.c
2633         * src/prefs_account.c
2634         * src/prefs_actions.c
2635         * src/prefs_customheader.c
2636         * src/prefs_display_header.c
2637         * src/prefs_gtk.c
2638         * src/procmime.c
2639         * src/toolbar.c
2640         * src/xmlprops.c
2641         * src/common/prefs.[ch]
2642                 extend prefs file handling for reading and automatic handling
2643                 of blocks. When reading prefs_set_block_label will automatically
2644                 move on to the block. When writing it will copy all other blocks
2645                 automatically
2646
2647         * src/common/plugin.c
2648                 Now loading plugin filenames from [Plugins] block in
2649                 sylpheed rc file
2650
2651 2002-12-30 [christoph]  0.8.8claws26
2652
2653         * src/common/hooks.[ch]
2654                 return abort status to caller of hooks_invoke
2655                 
2656         * src/inc.[ch]
2657                 invoke message filtering hook and stop
2658                 default handling when filter returns abort
2659
2660         * src/common/plugin.[ch]
2661         * src/plugins/demo/demo.c
2662                 modify plugin loader, because resolving symbols for strings
2663                 does not work correctly
2664         
2665         * configure.in
2666         * ac/spamassassin.m4                            ** NEW **
2667         * src/plugins/spamassassin/.cvsignore           ** NEW **
2668         * src/plugins/spamassassin/Makefile.am          ** NEW **
2669         * src/plugins/spamassassin/README               ** NEW **
2670         * src/plugins/spamassassin/libspamc.[ch]        ** NEW **
2671         * src/plugins/spamassassin/spamassassin.c       ** NEW **
2672         * src/plugins/spamassassin/utils.[ch]           ** NEW **
2673                 add spamassassin plugin, see src/plugins/spamassassin/README
2674                 for details
2675
2676 2002-12-29 [alfons]     0.8.8claws25
2677
2678         * src/mainwindow.c
2679                 when moving focus from a message view to the main 
2680                 window, don't forget to select the summary node
2681                 of the displayed message. should fix "[ 659103 ] 
2682                 focus-follows-mouse confuses sylpheed"
2683
2684 2002-12-29 [christoph]  0.8.8claws24
2685
2686         * src/Makefile.am
2687         * src/stringtable.[ch]          ** REMOVE **
2688         * src/common/Makefile.am
2689         * src/common/stringtable.[ch]   ** NEW **
2690                 move stringtable files to common directory
2691
2692 2002-12-29 [christoph]  0.8.8claws23
2693
2694         * src/Makefile.am
2695         * src/menu.[ch]                 ** REMOVE **
2696         * src/gtk/Makefile.am
2697         * src/gtk/menu.[ch]             ** NEW **
2698                 move menu files to gtk directory
2699
2700 2002-12-29 [match]      0.8.8claws22
2701
2702         * src/addressbook.c
2703         * src/syldap.c
2704                 moved UI specific code out of LDAP code into addressbook
2705                 UI code. fixed memory leak.
2706
2707 2002-12-29 [christoph]  0.8.8claws21
2708
2709         * src/folder.c
2710                 only check for IGNORED parent message when message is
2711                 not IGNORED itself
2712
2713 2002-12-29 [alfons]     0.8.8claws20
2714
2715         * src/summaryview.c
2716                 set gtksctree's anchor correct (immediate execute
2717                 changes the tree's layout, and anchor points at 
2718                 the incorrect row). fixes "[ 657233 ] multiple msg 
2719                 delete sometimes off by 1".
2720                 we probably have to look for more tree layout /
2721                 anchor glitches.
2722
2723 2002-12-29 [paul]       0.8.8claws19
2724
2725         * src/summaryview.c
2726                 fix bug [ 659054 ] incorrect sorting of 'From' column
2727                 when using 'display sender using address book'
2728                 thanks to Alfons and Luke Plant
2729
2730 2002-12-29 [christoph]  0.8.8claws18
2731
2732         * src/folder.c
2733         * src/procmsg.[ch]
2734                 check parent messages for IGNORE THREAD flag, when adding,
2735                 moving or copying messages to a folder
2736
2737 2002-12-27 [alfons]     0.8.8claws17
2738
2739         re-organize matcher part 5; more to come
2740
2741         * src/matcher.c
2742                 hash keywords in matchparser_tab 
2743
2744 2002-12-27 [alfons]     0.8.8claws16
2745
2746         re-organize matcher part 4; more to come
2747
2748         * src/matcher_parser.h
2749         * src/matcher_parser_lex.l
2750         * src/matcher_parser_parse.y
2751                 cleanup
2752
2753 2002-12-27 [alfons]     0.8.8claws15
2754
2755         re-organize matcher part 3; more to come
2756
2757         * src/matcher.[ch]
2758                 cleanup
2759
2760 2002-12-27 [alfons]     0.8.8claws14
2761
2762         re-organize matcher part 2; more to come but this should
2763         work. cc me if there are any regressions.
2764
2765         * src/matcher.h
2766                 add prototype for get_matchparser_tab_id()
2767         * src/matcher_parser_lex.l
2768                 look up keywords using matchparser_tab_id();
2769
2770 2002-12-27 [alfons]     0.8.8claws12
2771
2772         re-organize matcher part 1
2773
2774         * src/matcher.h
2775                 map yacc generated constants to sylpheed matcher constants
2776         * src/matcher.c
2777                 add function to find a matcher constant from a string
2778
2779 2002-12-27 [christoph]  0.8.8claws11
2780
2781         * src/compose.c
2782                 MENUITEM_ADD casts the 4th argument from integer to pointer
2783                 so it probably should not be a pointer, this means we
2784                 should use account id for it and not the account's pointer
2785
2786 2002-12-27 [paul]       0.8.8claws10
2787
2788         * src/mainwindow.c
2789                 remove unneeded 'GtkWidget *vbox'
2790                 
2791         * src/summaryview.c
2792                 further sync with 0.8.8 - make sort
2793                 by recipient work as expected
2794                 
2795         * NEWS
2796                 sync with 0.8.8
2797
2798 2002-12-27 [paul]       0.8.8claws9
2799
2800         * po/pt_BR.po
2801                 updated by Ivan F. Martinez
2802                 
2803 2002-12-27 [darko]      0.8.8claws8
2804
2805         * src/common/utils.c
2806                 added locked pattern to extended search
2807
2808 2002-12-27 [alfons]     0.8.8claws7
2809
2810         * src/prefs_matcher.[ch]
2811                 clean up
2812
2813 2002-12-26 [alfons]     0.8.8claws6
2814
2815         * src/matcher.[ch]
2816         * src/matcher_parser_lex.l
2817         * src/matcher_parser_parse.y
2818         * src/prefs_matcher.c
2819                 allow color label as a condition in the matcher
2820
2821 2002-12-26 [oliver]     0.8.8claws5
2822         
2823         * src/toolbar.c 
2824                 enable Addressbook for Main and Messageview
2825         * src/prefs_actions.c
2826                 enable actions in Messageview
2827
2828 2002-12-26 [christoph]  0.8.8claws4
2829
2830         * src/common/plugin.c
2831                 add a little debug output
2832         * configure.in
2833         * src/plugins/demo/Makefile.am
2834                 better use of automake
2835
2836 2002-12-26 [christoph]  0.8.8claws3
2837
2838         * src/Makefile.am
2839         * src/common/Makefile.am
2840                 fix "make distdir"
2841
2842 2002-12-26 [christoph]  0.8.8claws2
2843
2844         * configure.in
2845                 sort configure checks into common / gtk / plugins
2846         * po/POTFILES.in
2847                 add src/prefs_gtk.c
2848         * src/Makefile.am
2849                 add plugins SUBDIR
2850         * src/main.c
2851         * src/common/sylpheed.[ch]
2852                 added now sylpheed_done function for shutdown
2853         * src/common/Makefile.am
2854         * src/common/plugin.[ch]                ** NEW **
2855                 plugin loader and unloader
2856         * src/plugins/.cvsignore                ** NEW **
2857         * src/plugins/Makefile.am               ** NEW **
2858                 build plugins
2859         * src/plugins/demo/.cvsignore           ** NEW **
2860         * src/plugins/demo/Makefile.am          ** NEW **
2861         * src/plugins/demo/demo.c               ** NEW **
2862                 small demo plugin that installs a logtext hook and
2863                 outputs the log text to stdout
2864
2865 2002-12-26 [paul]       0.8.8claws1
2866
2867         * po/es.po
2868                 updated by Ricardo Mones Lastra
2869
2870 2002-12-26 [paul]       0.8.8claws
2871
2872         * 0.8.8claws released
2873
2874 2002-12-26 [paul]       0.8.7claws12
2875
2876         * po/bg.po
2877                 updated by George Danchev
2878
2879 2002-12-26 [paul]       0.8.7claws11
2880
2881         * po/POTFILES.in
2882                 remove unneeded 'src/prefs.c' entry 
2883
2884 2002-12-26 [paul]       0.8.7claws10
2885
2886         * src/codeconv.c
2887           src/mainwindow.c
2888                 sync with 0.8.8 release
2889         
2890         * src/folder.[ch]
2891           src/mh.c
2892           src/summaryview.c
2893                 partial sync with 0.8.8 release
2894         
2895
2896 2002-12-25 [alfons]     0.8.7claws9
2897
2898         * src/matcher.[ch]
2899         * src/matcher_parser_lex.l
2900         * src/matcher_parser_parse.y
2901         * src/prefs_matcher.c
2902                 add locked flag to possible filtering / matcher 
2903                 conditions (also a good example what should be
2904                 done to add a simple boolean condition)
2905
2906 2002-12-25 [christoph]  0.8.7claws8
2907
2908         * src/Makefile.am
2909         * src/account.[ch]
2910         * src/addrbook.c
2911         * src/addressbook.c
2912         * src/addrindex.c
2913         * src/filtering.c
2914         * src/folder.c
2915         * src/matcher.c
2916         * src/prefs.[ch]                ** REMOVE **
2917         * src/prefs_account.c
2918         * src/prefs_actions.c
2919         * src/prefs_common.c
2920         * src/prefs_customheader.c
2921         * src/prefs_display_header.c
2922         * src/prefs_filtering.c
2923         * src/prefs_folder_item.c
2924         * src/prefs_gtk.[ch]            ** NEW **
2925         * src/prefs_matcher.c
2926         * src/prefs_scoring.c
2927         * src/prefs_summary_column.c
2928         * src/procmime.c
2929         * src/selective_download.c
2930         * src/toolbar.c
2931         * src/common/Makefile.am
2932         * src/common/prefs.[ch]         ** NEW **
2933                 split prefs.[ch] into prefs_gtk.[ch] and common/prefs.[ch]
2934
2935 2002-12-24 [alfons]     0.8.7claws7
2936
2937         * src/summaryview.c
2938                 summary_thread_build(): fix real cause of the crash mentioned in
2939                 0.8.7claws3. use subject_XXX() and not g_hash_table_XXX() functions,
2940                 this way we get meaningful ctree nodes 
2941
2942 2002-12-24 [oliver]     0.8.7claws6
2943
2944         * src/mainwindow.[ch]
2945         * src/messageview.[ch]
2946         * src/compose.[ch]
2947         * src/inc.c
2948         * src/summaryview.c
2949                 changes to use updated toolbar handling
2950                 
2951 2002-12-24 [oliver]     0.8.7claws5
2952
2953         * src/toolbar.[ch]
2954                 generic toolbar handling
2955                 used ideas from Ivan Francolin Martinez (ivanfm@users.sourceforge.net)
2956         * src/prefs_toolbar.[ch]
2957                 adjust to handling
2958         
2959 2002-12-24 [oliver]     0.8.7claws4
2960         
2961         * src/stock_pixmap.[ch]
2962                 move SYLPHEED_LOGO to end of list in order 
2963                 to remove it from Custom Toolbar`s Icon View
2964
2965 2002-12-24 [alfons]     0.8.7claws3
2966
2967         * src/summaryview.c
2968                 summary_thread_build(): fix crash because of focus != selection 
2969                 after threading. when deleting the selection, gtk tries but fails 
2970                 to find the correct focusable element. we now force the selection
2971                 to be focused. this should solve the infamous bug reported by 
2972                 Jason Wojciechowski (bug "[ 633443 ] Crash on deleting messages"). 
2973                 a test case is available. 
2974
2975 2002-12-24 [darko]      0.8.7claws2
2976
2977         * src/summaryview.c
2978                 don't crash when unmarking message with unread children
2979
2980 2002-12-23 [christoph]  0.8.7claws1
2981
2982         * src/Makefile.am
2983         * src/common/Makefile.am
2984                 update Makefiles for moved intl.h, version.h and defs.h
2985         * src/imap.c
2986                 rewrite imap_session_get to avoid duplicate code
2987
2988 2002-12-23 [paul]       0.8.7claws
2989
2990         * Santa-Claws released
2991         
2992         * po/hu.po
2993           po/ru.po
2994                 squeeze in updated Hungarian and Russian translations.
2995                 Submitted by  Gál Zoltán and Ruslan N. Balkin
2996
2997 2002-12-23 [paul]       0.8.6claws129
2998
2999         * po/pl.po
3000                 updated by Witold Wladyslaw Wojciech Wilk
3001
3002 2002-12-23 [paul]       0.8.6claws128
3003
3004         * src/quote_fmt_parse.y
3005                 fix typo and add licence header
3006
3007 2002-12-23 [paul]       0.8.6claws127
3008
3009         * po/en_GB.po
3010                 updated
3011
3012 2002-12-23 [paul]       0.8.6claws126
3013
3014         * po/it.po
3015                 updated translation, submitted by Alessandro Maestri
3016                 
3017 2002-12-23 [paul]       0.8.6claws125
3018
3019         * src/quote_fmt_parse.y
3020                 fix signature-stripping on replies bug. match
3021                 '-- \n' and not '-- '.
3022
3023 2002-12-22 [paul]       0.8.6claws124
3024
3025         * po/bg.po
3026           po/es.po
3027           po/sr.po
3028                 updated translations. submitted by George Danchev,
3029                 Ricardo Mones Lastra, and Urke MMI respectively
3030
3031 2002-12-21 [paul]       0.8.6claws123
3032
3033         * src/addrbook.c
3034                 fix coding style
3035
3036 2002-12-21 [paul]       0.8.6claws122
3037
3038         * src/addrbook.c
3039                 fix bug [643638] where if a person is in one or more
3040                 addressbook groups editing that person's email 
3041                 address results in removal from those groups.
3042                 Patch submitted by Luke Plant.
3043
3044 2002-12-20 [christoph]  0.8.6claws121
3045
3046         * src/common/utils.c
3047         * src/summaryview.c
3048                 reimplement expand_search_string using GString to
3049                 prevent crashs caused by miscalculated string
3050                 lengths reported by Paul
3051
3052 2002-12-20 [christoph]  0.8.6claws120
3053
3054         * src/summaryview.c
3055                 don't use "changed" to check if op_count has to be changed as it
3056                 is also set when the message has unread children
3057                 (closes bug [ 653221 ] crash while deleting duplicates)
3058
3059 2002-12-20 [paul]       0.8.6claws119
3060
3061         * sync with 0.8.6cvs27
3062                 see ChangeLog 2002-12-20
3063
3064 2002-12-20 [paul]       0.8.6claws118
3065
3066         * sync with 0.8.6cvs26
3067                 see ChangeLog 2002-12-19 and 2002-12-20
3068
3069 2002-12-19 [alfons]     0.8.6claws117
3070
3071         * src/textview.c
3072                 fix incorrect parsing of email addresses, submitted by 
3073                 Luke Plant (thanks!). Closes bug "[ 565480 ] duplicate 
3074                 name display if it contains @".
3075
3076 2002-12-18 [paul]       0.8.6claws116
3077
3078         * sync with 0.8.6cvs23
3079                 see ChangeLog 2002-12-18
3080
3081 2002-12-18 [paul]       0.8.6claws115
3082
3083         * src/Makefile.am
3084         * src/account.c
3085         * src/codeconv.c
3086         * src/gtkutils.[ch]
3087         * src/imap.c
3088                 sync with 0.8.6cvs22.
3089                 see ChangeLog 2002-12-17 and 2002-12-18
3090
3091 2002-12-17 [christoph]  0.8.6claws114
3092
3093         * src/imap.c
3094                 o don't create a session if imap greeting fails
3095                 o don't close socket when authentication fails
3096                   this is done by imap_session_destroy
3097
3098 2002-12-17 [thorsten]   0.8.6claws113
3099
3100         * tools/Makefile.am
3101           tools/README
3102           tools/google_msgid.pl ** NEW FILE **
3103                 Added "search for message-id" script and doc
3104
3105 2002-12-17 [thorsten]   0.8.6claws112
3106
3107         * po/hu.po
3108                 Updated hungarian translation
3109                 (updated by Gal Zoltan)
3110
3111 2002-12-16 [christoph]  0.8.6claws111
3112
3113         * src/addr_compl.c
3114                 remove stupid addressbook dump to debug output
3115         * src/mh.c
3116                 fix memory leak found by Hiro
3117
3118 2002-12-14 [paul]       0.8.6claws110
3119
3120         * src/compose.c
3121                 fix menubar sensitivity on send
3122                 
3123         * src/prefs_filtering.c
3124         * src/prefs_matcher.c
3125         * src/prefs_scoring.c
3126                 Fix english ;)
3127                 
3128         * src/common/quoted-printable.h
3129                 sync: fix typo
3130         
3131 2002-12-13 [christoph]  0.8.6claws109
3132
3133         * src/Makefile.am
3134         * src/manage_window.[ch]        ** REMOVE **
3135         * src/gtk/Makefile.am
3136         * src/gtk/manage_window.[ch]    ** NEW **
3137                 move manage_window files to gtk directory
3138
3139 2002-12-13 [christoph]  0.8.6claws108
3140
3141         * src/Makefile.am
3142         * src/gtkshruler.[ch]           ** REMOVE **
3143         * src/gtk/Makefile.am
3144         * src/gtk/gtkshruler.[ch]       ** NEW **
3145                 move gtkshruler files to gtk directory
3146
3147 2002-12-13 [christoph]  0.8.6claws107
3148
3149         * src/Makefile.am
3150         * src/compose.c
3151         * src/gtkstext.[ch]             ** REMOVE **
3152         * src/gtkutils.[ch]
3153         * src/textview.c
3154         * src/gtk/gtkstext.[ch]         ** NEW **
3155         * src/gtk/Makefile.am
3156                 o move stext functions to gtkstext.c to remove
3157                   dependency of gtkutils
3158                 o move gtkstext files to gtk directory
3159
3160         * src/gtk/Makefile.am
3161         * src/gtk/sslcertwindow.[ch]
3162                 UI stuff can always depend on common code so
3163                 it's ok to add ../common to include path
3164
3165 2002-12-13 [colin]      0.8.6claws106
3166
3167         * src/summaryview.c
3168                 Disconnect sighandlers for mainwindow when
3169                 quicksearch has the focus
3170                 Fix bug #653231
3171         * src/mainwindow.[ch]
3172                 Make key_pressed callback public, to be able
3173                 to disconnect it
3174
3175 2002-12-13 [christoph]  0.8.6claws105
3176
3177         * src/mh.c
3178                 create .mh_sequences file in new MH folders
3179                 (closes feature request [ 523162 ] MH folders should
3180                  get a .mh_sequences)
3181
3182 2002-12-13 [colin]      0.8.6claws104
3183
3184         * src/summaryview.c
3185                 Better handling of quicksearch show/hide
3186                 (basically the button stays under the mouse 
3187                  when toggled)
3188
3189 2002-12-13 [paul]       0.8.6claws103
3190
3191         * sync with 0.8.6cvs17
3192                 see ChangeLog 2002-12-13
3193
3194 2002-12-13 [paul]       0.8.6claws102
3195
3196         * po/es.po
3197                 updated by Ricardo Mones Lastra
3198
3199 2002-12-11 [colin]       0.8.6claws101
3200
3201         * src/folder.c
3202                 remove statusbar stuff
3203           src/folderview.c
3204                 set statusbar verbosity when moving folders
3205
3206 2002-12-11 [colin]       0.8.6claws100
3207         * src/prefs_filtering.c
3208         * src/prefs_matcher.c
3209         * src/prefs_scoring.c
3210                 Fix english ;)
3211
3212 2002-12-11 [colin]       0.8.6claws99
3213
3214         * src/prefs_common.[ch]
3215                 Add summary_quicksearch_type
3216         * src/summaryview.c
3217                 Save last used quicksearch type
3218
3219 2002-12-11 [jens]       0.8.6claws98
3220         * src/prefs_filtering.c
3221         * src/prefs_matcher.c
3222         * src/prefs_scoring.c
3223                 added dialog for incomplete rules in scoring, filtering and
3224                 matcher to ask wheather really close
3225
3226 2002-12-11 [colin]      0.8.6claws97
3227
3228         * src/folder.c
3229                 Fix folder dnd statusbar logging
3230
3231 2002-12-10 [christoph]  0.8.6claws96
3232
3233         * src/compose.c
3234         * src/folder.c
3235         * src/imap.c
3236         * src/inc.c
3237         * src/main.c
3238         * src/mainwindow.c
3239         * src/news.c
3240         * src/send.c
3241         * src/statusbar.[ch]
3242         * src/common/hooks.c
3243         * src/common/log.[ch]
3244                 o handle verbose logging in statusbar directly in statusbar code
3245                   and common code does not need any knowledge about a statusbar
3246                 o remove direct calls to statusbar_(puts|pop)_all functions
3247
3248 2002-12-10 [jens]       0.8.6claws95
3249
3250         * src/*.c
3251                 removed gettext from g_warnings
3252         * po/POTFILES.in
3253                 cleaned and updated
3254         * po/de.po
3255                 updated
3256
3257 2002-12-10 [colin]      0.8.6claws94
3258
3259         * src/main.c
3260                 finish crash dialog fix
3261
3262 2002-12-10 [colin]      0.8.6claws93
3263
3264         * src/main.c
3265                 "Fix" "sylpheed already running" instead of
3266                 crash dialog appearing after a crash
3267
3268 2002-12-10 [colin]      0.8.6claws92
3269
3270         * po/POTFILES.in
3271                 add src/gtk/sslcertwindow.c
3272
3273 2002-12-10 [paul]       0.8.6claws91
3274
3275         * po/POTFILES.in
3276                 updated to reflect recent changes
3277                 submitted by Alessandro Maestri
3278
3279 2002-12-09 [christoph]  0.8.6claws90
3280
3281         * src/Makefile.am
3282         * src/smtp.[ch]                 ** REMOVE **
3283         * src/common/Makefile.am
3284         * src/common/smtp.[ch]          ** NEW **
3285                 move smtp files to common directory
3286
3287 2002-12-09 [christoph]  0.8.6claws89
3288
3289         * src/Makefile.am
3290         * src/session.[ch]              ** REMOVE **
3291         * src/common/Makefile.am
3292         * src/common/session.[ch]       ** NEW **
3293                 move session files to common directory
3294
3295 2002-12-09 [paul]       0.8.6claws88
3296
3297         * src/account.c
3298                 fix bug [649746] edit accounts: move account reverted
3299                 Patch submitted by Luke Plant <lukeplant@users.sourceforge.net>
3300
3301 2002-12-09 [colin]      0.8.6claws87
3302
3303         * src/ssl_certificate.c
3304                 cleanup
3305
3306 2002-12-09 [colin]      0.8.6claws86
3307
3308         * src/ssl.c
3309                 Try to open the cert.pem database and 
3310                 issue a warning if it isn't there
3311
3312 2002-12-09 [colin]      0.8.6claws85
3313
3314         * src/common/ssl_certificate.c
3315         * src/gtk/sslcertwindow.c
3316                 Warning fixes
3317
3318 2002-12-09 [colin]      0.8.6claws84
3319
3320         * src/ssl_certificate.[ch] ** REMOVED **
3321         * src/common/ssl_certificate.[ch] ** NEW **
3322         * src/Makefile.am
3323         * src/common/Makefile.am
3324                 Moved ssl_certificate.[ch] to common
3325         * src/common/ssl.c 
3326                 Put back needed include
3327         * src/gtk/sslcertwindow.[ch]
3328                 Changed ssl_certificate.h include
3329         
3330 2002-12-09 [colin]      0.8.6claws83
3331
3332         * src/gtk/sslcertwindow.[ch]
3333                 Implement hook for certificate acception
3334         * src/ssl_certificate.[ch]
3335                 Implement hook for certificate acception
3336         * src/common/ssl.c
3337                 Reenable certificate acception check
3338         * src/mainwindow.c
3339                 Register sslcertwindow's hook
3340         
3341 2002-12-08 [christoph]  0.8.6claws82
3342
3343         * src/about.c
3344         * src/addr_compl.c
3345         * src/codeconv.c
3346         * src/manual.c
3347         * src/undo.c
3348         * src/common/utils.c
3349                 o add missing includes
3350                 o fix warnings
3351         * src/.cvsignore
3352         * src/common/.cvsignore
3353         * src/common/version.h          ** REMOVE **
3354                 remove autogenerated file
3355
3356 2002-12-08 [paul]       0.8.6claws81
3357
3358         * src/stringtable.c
3359                 put back needed include
3360
3361 2002-12-08 [colin]      0.8.6claws80
3362         
3363         * src/gtk/sslcertwindow.c
3364                 Cleaner popups when asking
3365         * src/ssl_certificate.c
3366         * src/prefs_common.[ch]
3367                 remove ssl certificate pref
3368                 put back needed include
3369         * src/undo.c
3370                 put back needed include
3371
3372 2002-12-08 [christoph]  0.8.6claws79
3373
3374         * src/folderview.c
3375         * src/logwindow.c
3376         * src/statusbar.c
3377         * src/summaryview.c
3378                 only abort hook invokation if required data is missing not
3379                 if our own data pointer is NULL, update hookfunction for
3380                 log window
3381
3382 2002-12-08 [paul]       0.8.6claws78
3383
3384         * src/about.c
3385         * src/addrcache.c
3386         * src/addrclip.c
3387         * src/addr_compl.c
3388         * src/addrselect.c
3389         * src/codeconv.c
3390         * src/colorlabel.c
3391         * src/enriched.c
3392         * src/esmtp.c
3393         * src/exporthtml.c
3394         * src/headerview.c
3395         * src/imageview.c
3396         * src/manual.c
3397         * src/noticeview.c
3398         * src/pgptext.c
3399         * src/scoring.c
3400         * src/sourcewindow.c
3401         * src/stringtable.c
3402         * src/undo.c
3403                 clean up: remove unneccesary includes
3404
3405 2002-12-08 [christoph]  0.8.6claws77
3406
3407         * src/folderview.c
3408         * src/statusbar.c
3409         * src/summaryview.c
3410         * src/common/hooks.[ch]
3411                 hook functions now have a gboolean return value, if a hook
3412                 returns TRUE it will stop executing of any more hooks in
3413                 the same hooklist for this invokation
3414
3415 2002-12-08 [colin]      0.8.6claws76
3416         
3417         * src/main.c
3418                 put back argv0 for CRASH_DIALOG
3419
3420 2002-12-08 [christoph]  0.8.6claws75
3421
3422         * src/Makefile.am
3423         * src/about.c
3424         * src/account.c
3425         * src/crash.c
3426         * src/esmtp.h
3427         * src/imap.[ch]
3428         * src/inc.c
3429         * src/main.c
3430         * src/mainwindow.c
3431         * src/news.c
3432         * src/pop.[ch]
3433         * src/prefs_account.[ch]
3434         * src/prefs_common.[ch]
3435         * src/send.[ch]
3436         * src/smtp.[ch]
3437         * src/ssl_certificate.[ch]
3438         * src/ssl_manager.[ch]
3439         * src/common/Makefile.am
3440         * src/common/log.c
3441         * src/common/nntp.[ch]
3442         * src/common/socket.[ch]
3443         * src/common/ssl.[ch]
3444         * src/gtk/sslcertwindow.[ch]
3445         * ac/openssl.m4
3446                 use new autoconf script to detect OpenSSL with extra parameters
3447                 to specify the location of libs and includes, also remove USE_SSL
3448                 to USE_OPENSSL
3449
3450         * src/common/sylpheed.[ch]
3451         * src/common/version.h.in
3452                 start seperation of common code initialization seperated from gui
3453
3454         * src/summaryview.c
3455                 The function that is called when a color label changes
3456                 should not change the color lable again
3457
3458 2002-12-08 [colin]      0.8.6claws74
3459
3460         * src/gtk/sslcertwindow.c
3461                 warning fixes
3462
3463 2002-12-08 [colin]      0.8.6claws73
3464
3465         * src/statusbar.c
3466           src/common/log.h
3467                 Register a hook for statusbar_puts_all
3468         * src/common/log.c
3469                 invoke statusbar_puts_all's hook
3470         
3471 2002-12-08 [colin]      0.8.6claws72
3472
3473         * src/ssl_certificate.c
3474                 Put back a badly-removed include
3475
3476 2002-12-08 [colin]      0.8.6claws71
3477
3478         * src/gtk/sslcertwindow.[ch]    ** NEW **
3479                 new certificate presentation
3480         * src/gtk/Makefile.am
3481                 add new files
3482         * src/ssl_certificate.[ch]
3483                 gtk cleanup, made utility functions public
3484         * src/ssl_manager.c
3485                 use new cert presentation
3486
3487 2002-12-07 [christoph]  0.8.6claws70
3488
3489         * src/Makefile.am
3490         * src/nntp.[ch]                 ** REMOVE **
3491         * src/common/Makefile.am
3492         * src/common/nntp.[ch]          ** NEW **
3493                 move nntp files to common directory
3494
3495 2002-12-07 [christoph]  0.8.6claws69
3496
3497         * src/procmsg.[ch]
3498         * src/summaryview.c
3499                 implement msginfo update callback using sylpheed's new
3500                 hook system. Invoke hooks from procmsg_msginfo_[un]set_flags.
3501
3502 2002-12-06 [christoph]  0.8.6claws68
3503
3504         * src/editgroup.c
3505                 This patch changes the 'Edit Group Details' dialog to
3506                 allow extended selections in either pane, so that
3507                 addresses can be added or removed from a group more
3508                 quickly and easily. (it actually is a net decrease in
3509                 file size, as some unnecessary functions have been
3510                 removed). 
3511                 (patch submitted by Luke Plant <lukeplant@users.sourceforge.net>)
3512
3513 2002-12-06 [christoph]  0.8.6claws67
3514
3515         * src/Makefile.am
3516         * src/template.[ch]             ** REMOVE **
3517         * src/common/Makefile.am
3518         * src/common/template.[ch]      ** NEW **
3519                 move template files to common directory
3520
3521         * src/nntp.c
3522                 add missing log.h include
3523
3524 2002-12-06 [melvin]     0.8.6claws66
3525
3526         * src/prefs_actions.c
3527                 Added the trailing ">" syntax to insert command's output
3528                 without replacing old text (in contrast to trailing "|").
3529
3530 2002-12-05 [colin]      0.8.6claws65
3531         
3532         * src/common/utils.c
3533                 Don't modify original search_string or it'll change
3534                 the next iterations in the for()
3535
3536 2002-12-05 [darko]      0.8.6claws64
3537
3538         * src/common/utils.c
3539                 proper check for filtering commands, found by Colin
3540
3541 2002-12-05 [darko]      0.8.6claws63
3542
3543         * src/common/utils.c
3544                 check proper string for NULL pointer, found by Colin
3545
3546 2002-12-05 [darko]      0.8.6claws62
3547
3548         * src/common/utils.[ch]
3549                 expand_search_string(): new function
3550                 converts Mutt-like patterns to Sylpheed's
3551                 filtering engine
3552         * src/summaryview.c
3553                 use expand_search_string() to allow Mutt-like
3554                 patterns in extended search
3555         * README.claws
3556                 document extended option in quick search
3557
3558 2002-12-05 [paul]       0.8.6claws61
3559
3560         * sync with 0.8.6cvs16
3561                 see ChangeLog 2002-12-05
3562                 
3563         * po/POTFILES.in
3564                 clean up
3565
3566 2002-12-04 [christoph]  0.8.6claws60
3567
3568         * src/imap.[ch]
3569                 put imap authentication code into a new function and
3570                 remove it from imap_session_new that will allow to
3571                 send other commands before authentication
3572
3573 2002-12-04 [christoph]  0.8.6claws59
3574
3575         * src/imap.[ch]
3576                 use already existing method to prevent unneeded IMAP
3577                 folder selects. Set imap_select parameters to NULL
3578                 in some functions if the values are not required.
3579
3580         * src/xml.h
3581                 remove no longer required include
3582
3583 2002-12-04 [paul]       0.8.6claws58
3584
3585         * po/es.po
3586                 updated by Ricardo Mones Lastra
3587                 
3588         * configure.in
3589           po/hu.po      ** NEW FILE **
3590                 initial Hungarian translation, submitted
3591                 by Gál Zoltán <galzoli@hu.inter.net>
3592
3593 2002-12-03 [christoph]  0.8.6claws57
3594
3595         * src/Makefile.am
3596         * src/gtksctree.[ch]            ** REMOVE **
3597         * src/gtk/Makefile.am
3598         * src/gtk/gtksctree.[ch]        ** NEW **
3599                 move gtksctree files to gtk directory
3600
3601 2002-12-03 [christoph]  0.8.6claws56
3602
3603         * src/Makefile.am
3604         * src/md5.[ch]                  ** REMOVE **
3605         * srm/common/Makefile.am
3606         * src/common/md5.[ch]           ** NEW **
3607                 move md5 files to common directory
3608
3609         * src/gtkstext.c
3610                 remove not required #include
3611
3612 2002-12-03 [sergey]     0.8.6claws55
3613
3614         * src/gtkutils.c
3615         * src/gtkutils.h
3616                 gtkut_window_popup(): new function.
3617         * src/mainwindow.c
3618                 main_window_popup(): use gtkut_window_popup() to raise
3619                 window without changing its position.
3620                 (see sylpheed-main ML message [sylpheed:17247])
3621
3622 2002-12-03 [sergey]     0.8.6claws54
3623
3624         * src/send.c
3625                 send_message_local(): removed first-dot escaping
3626                 (SMTP-only, not needed for sending through pipe)
3627
3628 2002-12-03 [paul]       0.8.6claws53
3629
3630         * po/POTFILES.in
3631                 update to reflect recent changes (thanks
3632                 to Ricardo Mones Lastra)
3633                 
3634         * tools/filter_conv.pl
3635                  fix problem with quoted strings. Patch submitted
3636                  by Luke Plant <lukeplant@softhome.net>
3637
3638 2002-12-03 [paul]       0.8.6claws52
3639
3640         * sync with 0.8.6cvs15
3641                 see ChangeLog 2002-12-03
3642
3643 2002-12-02 [christoph]  0.8.6claws51
3644
3645         * src/logwindow.[ch]
3646         * src/common/log.[ch]
3647                 implement logging using a hook function
3648
3649         * src/folderview.c
3650         * src/folder.[ch]
3651                 define hooklist name in header file to avoid
3652                 errors caused by wrong spelling of hooklist names
3653
3654         * src/toolbar.c
3655                 fix warnings
3656
3657 2002-12-02 [christoph]  0.8.6claws50
3658
3659         * src/common/Makefile.am
3660                 add src/common/hooks.[ch]
3661
3662         * src/common/hooks.[ch]
3663                 implement a simple hook system using glib's hook functions
3664
3665         * src/folder.[ch]
3666         * src/folderview.c
3667                 use new hook system for folder item updates
3668
3669 2002-12-02 [christoph]  0.8.6claws49
3670
3671         * doc-src/ui_seperation.txt     ** NEW **
3672                 information for ui seperation
3673
3674         * src/Makefile.am
3675                 remove files that were moved to common
3676                 include common directory by default for the header files
3677
3678         * src/inc.c
3679         * src/common/socket.c
3680         * src/automaton.[ch]
3681                 implement automaton using g_io_*-functions instead of
3682                 gdk_input_add to make it ui independent
3683
3684         * src/codeconv.c
3685         * src/compose.c
3686         * src/ldif.c
3687         * src/pgptext.c
3688         * src/procmime.c
3689         * src/rfc2015.c
3690         * src/smtp.c
3691         * src/unmime.c
3692                 remove common/ prefix because directory is now in
3693                 include path
3694
3695         * src/compose.c
3696         * src/folder.c
3697         * src/folderview.c
3698         * src/mainwindow.c
3699         * src/messageview.c
3700         * src/prefs_common.c
3701         * src/procmsg.c
3702         * src/rfc2015.c
3703                 fix warnings
3704
3705         * src/imap.c
3706         * src/inc.c
3707         * src/news.c
3708         * src/pop.c
3709         * src/send.c
3710         * src/smtp.c
3711         * src/ssl_certificate.c
3712                 add log.h header file for logging functions
3713
3714         * src/main.c
3715         * src/common/utils.c
3716         * src/summaryview.c
3717         * src/xml.c
3718                 o move debug_mode to common/utils.c
3719                 o add functions to set and get debug_mode
3720
3721         * src/defs.h                    ** REMOVE **
3722         * src/intl.h                    ** REMOVE **
3723         * src/socket.[ch]               ** REMOVE **
3724         * src/ssl.[ch]                  ** REMOVE **
3725         * src/utils.[ch]                ** REMOVE **
3726                 replaced by new files in src/common/
3727         
3728         * src/common/Makefile.am
3729                 add new files in src/common/
3730
3731         * src/common/defs.h             ** NEW **
3732         * src/common/intl.h             ** NEW **
3733         * src/common/log.[ch]           ** NEW **
3734         * src/common/socket.[ch]        ** NEW **
3735         * src/common/ssl.[ch]           ** NEW **
3736         * src/common/utils.[ch]         ** NEW **
3737                 replacement for files in src/
3738
3739 2002-12-02 [colin]      0.8.6claws48
3740
3741         * src/folderview.c
3742                 Scroll folderview if necessary during dnd
3743
3744 2002-12-02 [colin]      0.8.6claws47
3745
3746         * src/folder.[ch]
3747                 Add check to verify a move is within a single mailbox
3748         * src/folderview.c
3749                 Add specific error string for this check
3750
3751 2002-12-02 [colin]      0.8.6claws46
3752
3753         * src/folder.c
3754                 Add a test to folder moving, remove a statusbar_print
3755         * src/folderview.c
3756                 Add Move folder... context-menu item
3757                 Factorize folder moving code
3758                 Enable folder DND for mbox
3759
3760 2002-12-01 [christoph]  0.8.6claws45
3761
3762         * ac/aspell.m4
3763                 remove conf.aspelltest if the version check fails
3764
3765 2002-11-30 [christoph]  0.8.6claws44
3766
3767         * autogen.sh
3768                 run libtoolize --force in autogen to create missing
3769                 libtool scripts
3770
3771 2002-11-30 [christoph]  0.8.6claws43
3772
3773         * src/Makefile.am
3774         * src/pgptext.c
3775         * src/procmime.c
3776         * src/rfc2015.c
3777         * src/uuencode.[ch]             ** REMOVED **
3778         * src/common/Makefile.am
3779         * src/common/uuencode.[ch]      ** NEW **
3780                 move uuen/decoder to common directory
3781
3782 2002-11-30 [christoph]  0.8.6claws42
3783
3784         * src/Makefile.am
3785         * src/base64.[ch]               ** REMOVED **
3786         * src/codeconv.c
3787         * src/compose.c
3788         * src/ldif.c
3789         * src/pgptext.c
3790         * src/procmime.c
3791         * src/rfc2015.c
3792         * src/smtp.c
3793         * src/unmime.c
3794         * src/common/Makefile.am
3795         * src/common/base64.[ch]        ** NEW **
3796                 move base64 en/decoder to common directory
3797
3798 2002-11-30 [christoph]  0.8.6claws41
3799
3800         * src/common                    ** NEW **
3801                 new directory for UI independent code
3802         * src/gtk                       ** NEW **
3803                 new directory for GTK frontend
3804         * src/common/.cvsignore         ** NEW **
3805         * src/gtk/.cvsignore            ** NEW **
3806                 ignore build files
3807         * src/common/Makefile.am        ** NEW **
3808         * src/gtk/Makefile.am           ** NEW **
3809                 automake files to build new seperated stuff
3810         * src/Makefile.am
3811                 the binary will currently still be build with the
3812                 files in src, so we include the code from the
3813                 subdirs for now after building the libs there
3814
3815 2002-11-30 [paul]       0.8.6claws40
3816
3817         * src/compose.c
3818                 fix bug [642731] 'Wrong selected account with drafted mail'
3819
3820 2002-11-29 [oliver]     0.8.6claws39
3821         
3822         * src/messageview.c
3823                 o update summaryview when switching between different
3824                   messageviews          
3825         * src/toolbar.c  
3826                 o check if messageview holds already removed msg
3827                   from summaryview
3828                 
3829
3830 2002-11-29 [oliver]     0.8.6claws38
3831
3832         * src/toolbar.c 
3833                 remove not needed variables and includes
3834                 make messageview stay opened and move to next when msgs are deleted 
3835
3836 2002-11-29 [oliver]     0.8.6claws37
3837         
3838         * src/toolbar.c 
3839                 disable compose button (messageview toolbar) by default
3840                 deleted msgs are moved to trash
3841         
3842 2002-11-29 [melvin]     0.8.6claws36
3843
3844         * configure.in
3845                 Increased minimal gpgme version to 0.3.10 (Zombies out)
3846                 and to detect signatures expirations (gpgme 0.3.6)
3847
3848         * src/main.c
3849                 Use non obsolescent function for Gpgme engine checking.
3850
3851         * src/rfc2015.c
3852                 Inform about expired signatures or signatures which key
3853                 has expired. Expiration date is displayed.
3854
3855         * src/sigstatus.c
3856                 Inform about expired signatures or signatures which key
3857                 has expired.
3858
3859 2002-11-28 [paul]       0.8.6claws35
3860
3861         * src/folderview.c
3862                 re-instate 'Check for new messages' in Newsgroup
3863                 folders right-click menu, after a suggestion from
3864                 Tim Mann <timmann@users.sourceforge.net>
3865
3866         * src/main.c
3867                 after a crash check only local folders for new
3868                 messages
3869
3870 2002-11-28 [paul]       0.8.6claws34
3871
3872         * configure.in
3873                 apply patch that fixes the checking of GTK with XIM 
3874                 support on different OSs, such as FreeBSD. Patch 
3875                 submitted by Topia <topia@users.sourceforge.net>
3876                 
3877 2002-11-28 [paul]       0.8.6claws33
3878
3879         * src/mainwindow.c
3880           src/prefs_common.c
3881           src/prefs_toolbar.c
3882                 more changes to the English
3883
3884 2002-11-28 [paul]       0.8.6claws32
3885
3886         * sync with 0.8.6cvs13
3887                 see ChangeLog 2002-11-28 (no sync needed
3888                 for src/compose.c)
3889
3890 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws31
3891         
3892         * src/mainwindow.[ch]
3893                 add patch by Ivan F. Martinez introducing messageview Toolbar
3894                 some changes and committed by oliver    
3895
3896 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws30
3897
3898         * src/messageview.[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.6claws29
3903
3904         * src/compose.[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.6claws28
3909         
3910         * src/toolbar.[ch]
3911                 add patch by Ivan F. Martinez introducing messageview Toolbar
3912                 some changes and committed by oliver
3913
3914 2002-11-28 [oliver]     0.8.6claws27
3915         
3916         * src/prefs_toolbar.[ch]
3917                 getting ready for messageview toolbar
3918                 free mem allocated by gettext
3919                 change prefs_toolbar to prefs_toolbar_open
3920  
3921 2002-11-28 [thorsten]   0.8.6claws26
3922
3923         * src/imageview.[ch]
3924                 cleaned up conflicting declarations of
3925                 imageview_show_image()
3926
3927 2002-11-28 [paul]       0.8.6claws25
3928
3929         * src/grouplistdialog.c
3930           src/prefs_common.c
3931           src/prefs_summary_column.c
3932                 a few more improvements to the English
3933
3934 2002-11-28 [colin]      0.8.6claws24
3935
3936         * man/sylpheed.1
3937                 A few updates to command-line parameters
3938
3939 2002-11-28 [colin]      0.8.6claws23
3940
3941         * src/prefs_filtering.c
3942                 Fix problems with prefs_filtering_delete_path:
3943                 a) if the first rule is removed, original pointers
3944                    weren't updated (leading to segfaults)
3945                 b) it was always global_processing updated in case
3946                    of removed path was parent of rule path
3947
3948 2002-11-27 [paul]       0.8.6claws22
3949
3950         * src/mainwindow.c
3951           src/prefs_account.c
3952           src/prefs_actions.c
3953           src/prefs_common.c
3954           src/prefs_customheader.c
3955           src/prefs_display_header.c
3956           src/prefs_filtering.c
3957           src/prefs_folder_item.c
3958           src/prefs_matcher.c
3959           src/prefs_scoring.c
3960           src/prefs_summary_column.c
3961           src/prefs_template.c
3962           src/prefs_toolbar.c
3963                  improve the English in the GUI
3964
3965 2002-11-27 [colin]      0.8.6claws21
3966
3967         * src/folder.c
3968                 Fix processing renaming problems happening after
3969                 last commit
3970
3971 2002-11-27 [colin]      0.8.6claws20
3972
3973         * src/folder.c
3974                 recursive move now deletes src each subfolder after 
3975                 having moved it
3976         * src/folderview.c
3977                 Use identifier instead of path during dnd (enables
3978                 IMAP folder dnd)
3979
3980 2002-11-27 [paul]       0.8.6claws19
3981
3982         * src/main.c
3983                 apply patch that does command-line processing 
3984                 BEFORE gtk_init, allowing claws to run from 
3985                 shell-scripts in non-X environment (e.g. crontab 
3986                 or ip-up, ip-down scripts). Patch submitted by
3987                 Ruslan N. Balkin <baron@dartel.ru>
3988                 
3989         * po/it.po
3990                 updated by Alessandro Maestri
3991
3992 2002-11-27 [paul]       0.8.6claws18
3993
3994         * sync with 0.8.6cvs12
3995           src/prefs_common.c
3996                 Differences are that main uses a 'Receive dialog'
3997                 frame on the Interface tab, whereas claws groups all 
3998                 the dialogs together in a 'Dialogs' frame.
3999
4000 2002-11-27 [colin]      0.8.6claws17
4001
4002         * src/prefs_matcher.c
4003                 Fix Execute criteria's NOT flag
4004
4005
4006 2002-11-26 [christoph]  0.8.6claws16
4007
4008         * src/ssl.c
4009                 rewrite the ssl code a little bit, only use one
4010                 SSL context, set default certificates' file/path
4011
4012 2002-11-26 [thorsten]   0.8.6claws15
4013
4014         * src/compose.c
4015                 default-reply-to didn't work for ml-reply
4016
4017 2002-11-26 [melvin]     0.8.6claws14
4018
4019         * src/prefs_actions.c
4020                 Made pipe-actions ignore short headers in message view
4021                 Made trailing-pipe-actions write in the message view with
4022                 the same font as the original message
4023
4024 2002-11-26 [paul]       0.8.6claws13
4025
4026         * src/compose.c
4027                 this time commit the correct file
4028
4029 2002-11-26 [paul]       0.8.6claws12
4030
4031         * sync with 0.8.6cvs11
4032           src/quote_fmt_parse.y  
4033                 no sync needed
4034           src/account.[ch]       
4035                 not sync'ed
4036           src/compose.c
4037                 compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
4038                 on draft mode.
4039                 compose_reedit(): add check for 'X-Sylpheed-Account-Id:' 
4040                 header
4041                 
4042         see ChangeLog 2002-11-25 and 2002-11-26
4043
4044 2002-11-26 [colin]      0.8.6claws11
4045
4046         * src/folderview.c
4047                 Fix collapsed folder not auto-expanding during
4048                 mail dnd, if it was the source folder.
4049
4050 2002-11-25 [colin]      0.8.6claws10
4051
4052         * src/folderview.[ch]
4053                 Variable renaming and cleaning (slist of nodes 
4054                 to be re-collapsed is stored in FolderView)
4055
4056 2002-11-25 [paul]       0.8.6claws9
4057
4058         * src/prefs_common.[ch]
4059                 fix breakage caused by last commit
4060
4061 2002-11-25 [paul]       0.8.6claws8
4062
4063         * sync with 0.8.6cvs4
4064                 see ChangeLog 2002-11-21
4065
4066 2002-11-25 [paul]       0.8.6claws7
4067
4068         * sync with 0.8.6cvs4
4069                 see ChangeLog 2002-11-20
4070
4071 2002-11-25 [paul]       0.8.6claws6
4072
4073         * sync with 0.8.6cvs3
4074                 see ChangeLog 2002-11-18
4075
4076 2002-11-25 [colin]      0.8.6claws5
4077
4078         * src/gtkutils.[ch]
4079                 Add gtkut_ctree_node_is_parent()
4080         * src/folderview.c
4081                 Spring-loaded folders
4082
4083 2002-11-25 [colin]      0.8.6claws4
4084
4085         * src/utils.[ch]
4086                 Add slist_concat_unique(), function to merge
4087                 two GSList filtering dups
4088         * src/folder.[ch]
4089         * src/summaryview.[ch]
4090         * src/folderview.c
4091         * src/main.c
4092                 Add detection/update/display of unread answers
4093                 to marked mails
4094         * src/procmsg.[ch]
4095                 Add procmsg_find_children()
4096                 Add procmsg_msg_has_marked_parent()
4097
4098 2002-11-25 [colin]      0.8.6claws3
4099
4100         * src/ssl_certificate.[ch]
4101                 Allow checking a certificate without a DNS
4102                 lookup
4103                 Allow to forget a cert (by deleting it)
4104                 Make ssl_certificate_destroy_public
4105         * src/ssl_manager.[ch] ** NEW FILES **
4106                 Gui to manage (display/remove) certificates
4107         * src/prefs_common.[ch]
4108                 Add a pref to allow silent acceptation of
4109                 trusted certificates or not (based on the
4110                 "I want to know what's going on" principle)
4111         * src/mainwindow.c
4112                 Add SSL manager in Tools menu
4113         * src/Makefile.am
4114                 Add the new files to the build
4115         * po/POTFILES.in
4116                 Add ssl_manager.c to translations
4117
4118 2002-11-25 [colin]      0.8.6claws2
4119
4120         * src/summaryview.[ch]
4121                 Add S_SEARCH_EXTENDED to the quick search, which 
4122                 allows to search using filtering syntax.
4123
4124 2002-11-25 [colin]      0.8.6claws1
4125
4126         * src/summaryview.c
4127                 Deletion of duplicates now prefer deleting
4128                 the unread dup (fixes feature-request 638989).
4129
4130 2002-11-24 [paul]       0.8.6claws
4131
4132         * po/es.po
4133           po/pl.po
4134           po/ru.po
4135           po/sr.po
4136                 updated by Ricardo Mones Lastra,
4137                 Witold Wladyslaw Wojciech Wilk,
4138                 Ruslan N. Balkin, and  Urke MMI 
4139                 respectively
4140
4141 2002-11-24 [paul]       0.8.5claws182
4142
4143         * po/bg.po
4144                 updated by George Danchev
4145
4146 2002-11-23 [alfons]     0.8.5claws181
4147
4148         * src/imap.c
4149                 tiny memory leak found by browsing Dimitar's 
4150                 valgrind report
4151
4152 2002-11-23 [paul]       0.8.5claws180
4153
4154         * po/it.po
4155                 updated by Alessandro Maestri
4156
4157 2002-11-22 [christoph]  0.8.5claws179
4158
4159         * src/compose.c
4160         * src/inc.c
4161         * src/prefs_filtering.c
4162         * src/summaryview.c
4163                 more warning fixes
4164
4165 2002-11-22 [alfons]     0.8.5claws178
4166
4167         * src/summaryview.c
4168                 summary_execute_delete_func(): if message is deleted, make 
4169                 sure to also remove its entry in the subject hash table. 
4170                 fixes a corner case bug.
4171
4172 2002-11-22 [paul]       0.8.5claws177
4173
4174         * .cvsignore
4175                 add 'autom4te.cache'
4176                 
4177         * ltconfig      ** REMOVED **
4178                 not needed
4179
4180 2002-11-22 [paul]       0.8.5claws176
4181
4182         * src/textview.c
4183                 textview_set_font(): fix for message display in
4184                 UTF-8 locales (thanks to Sergey Vlasov).
4185                 
4186         * AUTHORS
4187                 add new team members and contributors
4188
4189
4190 2002-11-21 [colin]      0.8.5claws175
4191
4192         * src/procmsg.[ch]
4193                 Add procmsg_remove_special_headers()
4194         * src/mh.c
4195                 Use procmsg_remove_special_headers() for 
4196                 previous fix
4197
4198 2002-11-21 [colin]      0.8.5claws174
4199
4200         * src/mh.c
4201                 Fix moving/copying from queue/draft folders
4202                 for MH folders
4203
4204 2002-11-21 [christoph]  0.8.5claws173
4205
4206         * src/crash.c
4207         * src/filtering.c
4208         * src/logwindow.c
4209         * src/main.c
4210         * src/matcher_parser_lex.[hl]
4211         * src/mbox.c
4212         * src/mbox_folder.[ch]
4213         * src/prefs_filtering.c
4214         * src/procheader.c
4215         * src/quote_fmt_lex.l
4216         * src/ssl.c
4217                 fix all warnings except the warnings in lex and yacc files
4218
4219 2002-11-20 [christoph]  0.8.5claws172
4220
4221         * src/imap.c
4222                 fix MsgInfo retrieval for IMAP draft and queue folders
4223                 (closes bug [ 619558 ] Draft saving on IMAP box issue)
4224
4225 2002-11-19 [christoph]  0.8.5claws171
4226
4227         * src/compose.c
4228                 fix segfault, when draft saving does not get
4229                 the MsgInfo of the new message
4230                 (closes bug [ 640699 ] Claws170: crash drafting mail ( IMAP ))
4231
4232 2002-11-19 [christoph]  0.8.5claws170
4233
4234         * src/procmsg.c
4235                 add parameter check for flag setting function
4236                 (closes bug [ 640619 ] Claws169: crash - drafting a mail (IMAP))
4237
4238 2002-11-18 [paul]       0.8.5claws169
4239
4240         * src/compose.c
4241                 more sensitivity fixes to redirect mode:
4242                 * disable toolbar draft button
4243                 * allow only Address book in the Tools menu
4244                 * disable editing of message by the spell
4245                   checker
4246
4247 2002-11-18 [paul]       0.8.5claws168
4248
4249         * src/compose.c
4250                 fix sensitivity of menu items in compose_redirect():
4251                 allow only the necessary items 
4252
4253 2002-11-18 [paul]       0.8.5claws167
4254
4255         * src/compose.c
4256                 fix bug [ 603259 ] 'attachment got lost on bounce'
4257
4258 2002-11-18 [paul]       0.8.5claws166
4259
4260         * po/ru.po
4261                 updated by Ruslan N. Balkin <baron@dartel.ru>
4262
4263 2002-11-18 [colin]      0.8.5claws165
4264
4265         * src/main.c
4266           src/defs.h
4267                 Remove old filtering stuff
4268
4269
4270 2002-11-17 [oliver]     0.8.5claws164
4271
4272         * src/toolbar.h
4273                 remove not needed typedef 
4274
4275 2002-11-17 [oliver]     0.8.5claws163
4276
4277         * src/toolbar.c
4278                 make toolbar's on click events translatable
4279
4280 2002-11-15 [colin]      0.8.5claws162
4281
4282         * src/summaryview.c
4283                 Revert too-soon integration of a feature
4284
4285 2002-11-15 [christoph]  0.8.5claws161
4286
4287         * src/imap.c
4288                 use main's implementation of imap_get_msginfo
4289
4290 2002-11-15 [christoph]  0.8.5claws160
4291
4292         * src/compose.c
4293         * src/folder.[ch]
4294         * src/imap.c
4295         * src/mbox_folder.c
4296         * src/mh.c
4297         * src/news.c
4298         * src/procmsg.c
4299         * src/summaryview.c
4300                 replace claws' fetch_msginfo with main's get_msginfo
4301                 (use main's implementation where possible)
4302
4303 2002-11-15 [colin]      0.8.5claws159
4304
4305         * src/ssl_certificate.c
4306                 Missed a check
4307
4308 2002-11-16 [melvin]     0.8.5claws158
4309
4310         * po/fr.po
4311                 Updated French translations.
4312
4313 2002-11-16 [colin]      0.8.5claws157
4314
4315         * src/ssl_certificate.c
4316                 Check for missing parts in the certificates
4317
4318 2002-11-15 [colin]      0.8.5claws156
4319
4320         * src/folderview.c
4321                 Preventive fix (missing check) found by
4322                 Alfons
4323
4324 2002-11-15 [paul]
4325
4326         * NEWS
4327                 sync with 0.8.6 release
4328
4329 2002-11-15 [colin]      0.8.5claws155
4330
4331         * src/folder.[ch]
4332           src/folderview.c
4333                 Fix error handling of folder_item_move_to()
4334                 (thanks to Alfons!)
4335
4336 2002-11-15 [colin]      0.8.5claws154
4337
4338         * src/folder.[ch]
4339           src/folderview.c
4340                 folder_item_move_to() sets an error message instead
4341                 of having GUI stuff in folder.c
4342
4343 2002-11-15 [colin]      0.8.5claws153
4344
4345         * src/procmsg.[ch]
4346                 Implemented a callback for MsgInfo updates, 
4347                 heavily copy/pasted from Christoph's folder 
4348                 callback system
4349         * src/summaryview.[ch]
4350                 Register summary_update_msg as callback
4351
4352 2002-11-14 [colin]      0.8.5claws152
4353         
4354         * src/procmsg.c
4355                 Update the FolderItem after sending (fixes 617593)
4356
4357 2002-11-14 [christoph]  0.8.5claws151
4358
4359         * src/folder.c
4360                 fix wrong position of NULL pointer check found
4361                 by Sergey
4362
4363 2002-11-14 [christoph]  0.8.5claws150
4364
4365         * src/folder.c
4366                 fix segfault when deleting messages from IMAP folders
4367                 (closes bug [ 635641 ] Crash deleting mail in IMAP trash)
4368
4369 2002-11-14 [colin]      0.8.5claws149
4370
4371         * src/compose.c
4372                 Forwarding was also ignoring the folder's default account.
4373
4374 2002-11-14 [colin]      0.8.5claws148
4375
4376         * src/compose.c
4377                 Fix sent folder not set to folder properties when 
4378                 forwarding.
4379
4380 2002-11-14 [thorsten]   0.8.5claws147
4381
4382         * src/inc.c
4383                 inc_start(): Files were not moved from .processing to inbox,
4384                 if no global processing rule existed
4385
4386 2002-11-14 [colin]      0.8.5claws146
4387
4388         * src/ssl_certificate
4389                 Fix file operations
4390
4391 2002-11-14 [paul]       0.8.5claws145
4392
4393         * po/it.po
4394                 updated by Alessandro Maestri
4395
4396 2002-11-13 [alfons]     0.8.5claws144
4397
4398         * src/folder.c
4399                 folder_item_close(): only mark messages unread
4400                 when a folder has new messages 
4401
4402 2002-11-13 [keith]      0.8.5claws143
4403
4404         * src/imap.c
4405                 Fix problem moving or copying between
4406                 IMAP folders
4407
4408 2002-11-13 [colin]      0.8.5claws142
4409
4410         * src/matcher_parser_parse.y
4411                 Fix rule problem when " don't match
4412
4413 2002-11-13 [christoph]  0.8.5claws141
4414
4415         * src/folder.c
4416         * src/folderview.c
4417                 moved cache saving to folder_item_close
4418                 the folderview should not have to deal with
4419                 this things
4420
4421 2002-11-13 [christoph]  0.8.5claws140
4422
4423         * src/summaryview.c
4424                 moved setting of important score to
4425                 summary_set_prefs_from_folderitem
4426
4427 2002-11-13 [colin]      0.8.5claws139
4428
4429         * src/matcher_parser_parse.y
4430                 Fix a segfault in the parser (happening when
4431                 a good expression had been tested and a bad 
4432                 one arrives)
4433
4434 2002-11-13 [paul]       0.8.5claws138
4435
4436         * sync with 0.8.5cvs24
4437                 see ChangeLog 2002-11-13
4438                 
4439         * po/pt_BR.po
4440                 updated by Fabio Jr. Beneditto
4441
4442 2002-11-13 [colin]      0.8.5claws137
4443         
4444         * src/msgcache.c
4445           src/defs.h
4446           src/procmsg.[ch]
4447                 Revert last commit, problem
4448
4449 2002-11-13 [colin]      0.8.5claws136
4450
4451         * src/msgcache.c
4452                 Remove duplicated code
4453         * src/defs.h
4454                 Bumped CACHE_VERSION and MARK_VERSION
4455         * src/procmsg.[ch]
4456                 Network endian for cache and mark files
4457
4458 2002-11-12 [colin]      0.8.5claws135
4459
4460         * src/inc.c
4461                 Fix the "socket error" dialog which disappeared
4462
4463 2002-11-12 [colin]      0.8.5claws134
4464
4465         * src/msgcache.c
4466                 Reverse last commit which had performance 
4467                 problems, but still reverse the list
4468
4469 2002-11-12 [colin]      0.8.5claws133
4470
4471         * src/msgcache.c
4472                 Reverse list order
4473
4474 2002-11-12 [melvin]     0.8.5claws132
4475
4476         * src/compose.c
4477                 Added a check for a NULL prefs_common.dictionary
4478
4479 2002-11-12 [colin]      0.8.5claws131
4480
4481         * src/ssl_certificate.[ch]
4482                 Use FQDN hostname
4483
4484 2002-11-12 [colin]      0.8.5claws130
4485
4486         * src/ssl_certificate.[ch]
4487                 Take connection port into account for 
4488                 checking certificates (a single hostname
4489                 could have multiple servers with multiple
4490                 certificates)
4491         * src/ssl.c
4492                 Pass the port to ssl_certificate_check
4493
4494 2002-11-12 [paul]       0.8.5claws129
4495
4496         * src/folder.c
4497                 fix a typo in last commit
4498
4499 2002-11-12 [paul]       0.8.5claws128
4500
4501         * sync with 0.8.5cvs23
4502                 see ChangeLog entry 2002-11-12
4503
4504 2002-11-11 [colin]      0.8.5claws127
4505
4506         * src/ssl_certificate.c
4507                 Cleaner messages
4508                 Don't popup, instead log error, if the 
4509                 corresponding pref is checked
4510         * src/ssl_certificate.h
4511                 include <openssl/objects/h>
4512
4513 2002-11-11 [colin]      0.8.5claws126
4514
4515         * src/ssl_certificate.h
4516                 _Really_ clean it
4517
4518 2002-11-11 [colin]      0.8.5claws125
4519         
4520         * src/ssl_certificate.c
4521                 Fixed leak
4522
4523 2002-11-11 [colin]      0.8.5claws124
4524
4525         * src/ssl.c
4526                 Cleaned a bit
4527         * src/ssl_certificate.[ch]
4528                 Cleaned a bit (better use of SSL API)
4529                 (This will cause non-recognition of saved 
4530                  certificates of claws12[23]...)
4531
4532 2002-11-11 [paul]       0.8.5claws123
4533         
4534         * po/es.po
4535                 updated by Ricardo Mones Lastra
4536
4537 2002-11-11 [colin]      0.8.5claws122
4538
4539         * src/ssl.c
4540                 Fix a typo
4541
4542 2002-11-11 [colin]      0.8.5claws121
4543
4544         * src/ssl_certificate.[ch] ** NEW FILES **
4545         * src/ssl.[ch]
4546                 Check SSL certificates presented to us
4547         * src/Makefile.am
4548                 Add ssl_certificate.[ch]
4549         * po/POTFILES.in
4550                 Add ssl_certificate.c
4551
4552 2002-11-11 [paul]       0.8.5claws120
4553
4554         * sync with 0.8.5cvs22
4555                 see ChangeLog 2002-11-11
4556
4557 2002-11-11 [paul]       0.8.5claws119
4558
4559         * sync with 0.8.5cvs21
4560                 see ChangeLog 2002-11-11
4561
4562 2002-11-10 [jens]       0.8.5claws118
4563
4564         * src/folder.c
4565         * src/folderview.c
4566                 corrected some typing
4567         * po/de.po
4568                 updated german translation
4569         * sylpheed.spec.in
4570                 cleaned up specfile and adjusted it for claws
4571
4572 2002-11-10 [colin]      0.8.5claws117
4573
4574         * src/summaryview.c
4575                 a STATUSBAR_PUSH/POP fix
4576
4577 2002-11-10 [colin]      0.8.5claws116
4578
4579         * src/prefs_folder_item.c
4580                 Fix hanging after opening folder properties
4581
4582 2002-11-10 [hoa]        0.8.5claws115
4583
4584         * src/matcher_parser_lex.l
4585         * src/matcher_parser_parse.y
4586                 config file for scoring and filtering is no more trashed
4587                 when there is a syntax error in a filtering rule when
4588                 editing it in a dialog.
4589
4590 2002-11-09 [colin]      0.8.5claws114
4591
4592         * src/mbox_folder.c
4593                 Added missing initialisation of folder->destroy()
4594
4595 2002-11-09 [colin]      0.8.5claws113
4596
4597         * src/folder.c
4598           src/folderview.c
4599                 Fix the status bar messages
4600
4601 2002-11-09 [colin]      0.8.5claws112
4602
4603         * src/folderview.c
4604                 Fix hangs after folder dnd, happening after 
4605                 claws109.
4606
4607 2002-11-09 [christoph]  0.8.5claws111
4608
4609         * src/folderview.c
4610                 just changed order of calls (reverse order of
4611                 associated calls)
4612         * src/inc.c
4613                 lock inc when checking only one account, otherwise
4614                 inc all could be executed at the same time
4615
4616 2002-11-09 [christoph]  0.8.5claws110
4617
4618         * src/folderview.c
4619                 better unlock the mouse cursor before calling
4620                 summary_show because it changes the cursor too
4621
4622 2002-11-09 [christoph]  0.8.5claws109
4623
4624         * src/folder.[ch]
4625         * src/folderview.c
4626                 add functions to open and close a folder
4627                 o opending will execute scanning for remote folders
4628                   and processing
4629                 o closing will unset new flag for messages
4630
4631 2002-11-09 [colin]      0.8.5claws108
4632
4633         * src/folder.c
4634                 Add a call to prefs_matcher_write_config to 
4635                 avoid non-leaf folders filtering settings to be
4636                 lost
4637
4638 2002-11-09 [paul]       0.8.5claws107
4639
4640         * src/prefs_account.c
4641                 re-word a label
4642
4643 2002-11-09 [colin]      0.8.5claws106
4644
4645         * src/folderview.c
4646                 Minor esthetic fix
4647
4648 2002-11-09 [colin]      0.8.5claws105
4649
4650         * src/folderview.c
4651                 Fix prefs_filtering deletion for MH folders (same
4652                 reason as below)
4653         * src/prefs_filtering.c
4654                 Fix prefs_filtering renaming and deletion for 
4655                 folder-based processing rules.  
4656
4657 2002-11-09 [christoph]  0.8.5claws104
4658
4659         * src/compose.c
4660         * src/folder.[ch]
4661         * src/folderview.[ch]
4662         * src/import.c
4663         * src/inc.c
4664         * src/main.c
4665         * src/mainwindow.c
4666         * src/messageview.c
4667         * src/prefs_folder_item.c
4668         * src/procmsg.c
4669         * src/summaryview.c
4670                 implement a callback system for folder item updates
4671
4672 2002-11-09 [colin]      0.8.5claws103
4673
4674         * src/folderview.c
4675                 Fix prefs_filtering renaming for MH folders (we
4676                 shouldn't rename by path as another folder could
4677                 have the same hierarchy).
4678
4679 2002-11-09 [colin]      0.8.5claws102
4680
4681         * src/folder.c
4682                 Fix a leak found by Christoph, use better variable
4683                 names
4684
4685 2002-11-09 [colin]      0.8.5claws101
4686
4687         * src/folder.c
4688                 One more fix for processing rules
4689
4690 2002-11-08 [colin]      0.8.5claws100
4691         
4692         * src/matcher.c
4693                 Don't copy the compiled regexp (will be reevaluated)
4694         * src/folderview.c
4695                 Lock folderview while moving
4696         * src/folder.c
4697                 Provide info on what's happening to the user
4698
4699 2002-11-08 [colin]      0.8.5claws99
4700
4701         * src/folderview.c
4702                 Fix folder reordering after a move if parent is 
4703                 root
4704         * src/scoring.[ch]
4705                 Add function to copy a ScoringProp
4706         * src/prefs_folder_item.c
4707                 Copy scoring rules when copying a folder prefs
4708
4709 2002-11-08 [colin]      0.8.5claws98
4710
4711         * src/folderview.c
4712                 Fixes in case of failure
4713         * src/filtering.[ch]    
4714                 Add function to duplicate a FilteringProp
4715         * src/matcher.[ch]
4716                 Add function to duplicate a MatcherProp
4717         * src/prefs_folder_item.c
4718                 Save folder's processing rules when copying 
4719                 its prefs
4720
4721 2002-11-08 [colin]      0.8.5claws97
4722         
4723         * src/folderview.c
4724                 Sort after move
4725         * src/folder.c 
4726                 Change a printf to debug_print
4727
4728 2002-11-08 [colin]      0.8.5claws96
4729
4730         * src/folder.c
4731           src/folderview.c
4732                 Fix segfaults, call me stupido
4733         
4734
4735 2002-11-08 [colin]      0.8.5claws95
4736
4737         *src/folder.c
4738                 Added forgotten prefs to save when moving folders
4739
4740 2002-11-08 [colin]      0.8.5claws94
4741
4742         * src/folder.c
4743                 Fixes to folder DND (prefs copy)
4744         * src/folderview.c
4745                 Optimization for folder DND (don't rescan whole tree)
4746                 Added folderview_create_folder_node() for this 
4747                 optimization, so de-duped a bit the code
4748         * src/prefs_folder_item.[ch]
4749                 Added prefs_folder_item_copy_prefs()    
4750           
4751 2002-11-08 [paul]       0.8.5claws93
4752
4753         * src/prefs_account.c
4754           tools/README
4755           tools/kmail2sylpheed_v2.pl
4756                 correct some typos
4757
4758 2002-11-08 [paul]       0.8.5claws92
4759
4760         * src/compose.c
4761           src/prefs_account.[ch]
4762                 remove account options 'clearsign' and 'ascii_armored',
4763                 replace with 'default_gnupg_mode' to prevent mixed-mode
4764                 Privacy settings
4765
4766 2002-11-08 [paul]       0.8.5claws91
4767
4768         * src/compose.[ch]
4769                 re-implement GnuPG 'on-the-fly' mode selection,
4770                 disallow mixed-mode
4771
4772 2002-11-08 [colin]      0.8.5claws90
4773
4774         * src/folderview.c
4775           src/prefs_folder_item.c
4776                 Change "Property" to "Properties"
4777
4778 2002-11-07 [colin]      0.8.5claws89
4779
4780         * src/folderview.c
4781           src/folder.c
4782                 Allow folder dropping to a root folder
4783
4784 2002-11-07 [paul]       0.8.5claws88
4785
4786         * src/compose.c
4787                 revert last commit
4788
4789 2002-11-07 [paul]       0.8.5claws87
4790
4791         * src/compose.c
4792                 fix reply-to-list bug. closes bug report
4793                 "[633382] reply-to-list broken in recent cvs"
4794
4795 2002-11-07 [paul]       0.8.5claws86
4796
4797         * src/compose.c
4798                 add a forgotten '#if USE_GPGME ... #endif'
4799
4800 2002-11-07 [paul]       0.8.5claws85
4801
4802         * sync with 0.8.5cvs20
4803                 see ChangeLog 2002-11-07
4804
4805 2002-11-07 [colin]      0.8.5claws84
4806
4807         * src/folder.[ch]
4808                 Change folder_item_move_to to return the newly 
4809                 created folderitem.
4810         * src/folderview.c
4811                 Select the new folderitem after moving.
4812
4813 2002-11-07 [colin]      0.8.5claws83
4814
4815         * src/prefs_filtering.c
4816                 Fix rule rewriting when moving a leaf folder to a 
4817                 shorter path
4818
4819 2002-11-07 [colin]      0.8.5claws82
4820
4821         * src/prefs_filtering.c
4822                 fix a leak
4823
4824 2002-11-07 [colin]      0.8.5claws81
4825
4826         * src/folder.[ch]
4827                 Add folder_item_move_to() function to move a 
4828                 folderitem into another one (updates matcher etc)
4829         * src/folderview.c
4830                 Add folder drag'n drop (context menu to come)
4831                 [Should be dataloss free, but Please backup before 
4832                  trying !]
4833
4834 2002-11-06 [colin]      0.8.5claws80
4835
4836         * src/mh.c
4837                 mh_create_folder() returns NULL if can't create
4838                 directory hierarchy
4839
4840 2002-11-06 [paul]       0.8.5claws79
4841
4842         * src/compose.[ch]
4843                 allow 'on-the-fly' changing of the type of encryption 
4844                 and/or signing used (mime/ascii) via the compose window
4845
4846 2002-11-06 [paul]       0.8.5claws78
4847
4848         * sync with 0.8.5cvs19
4849                 see ChangeLog 2002-11-06 for src/account.c: 
4850                 account_get_special_folder()
4851                 
4852 2002-11-05 [alfons]     0.8.5claws77
4853
4854         * src/crash.c
4855                 very minor cleanups: nothing to see here, move on. :-)
4856
4857 2002-11-05 [colin]      0.8.5claws76
4858
4859         * src/main.c
4860                 Changes choices if compose windows are opened to
4861                 Discard, Draft, Don't quit
4862
4863 2002-11-05 [thorsten]   0.8.5claws75
4864
4865         * src/compose.c
4866                 reenabled default_reply_to folder option
4867
4868 2002-11-05 [colin]      0.8.5claws74
4869
4870         * src/compose.[ch] 
4871                 add compose_draft()
4872         * src/crash.c
4873                 add SIGTERM handler
4874         * src/main.[ch]
4875                 add clean_quit() for the SIGTERM handler
4876
4877 2002-11-05 [paul]       0.8.5claws73
4878         
4879         * po/es.po
4880                 updated by Ricardo Mones Lastra
4881
4882 2002-11-05 [melvin]     0.8.5claws72
4883
4884         * src/logwindow.c
4885                 Fixed log-clipping bug #616795.
4886                 To stop logging in the log window use 0 length.
4887         * src/prefs_common.c
4888                 Added a label to inform about the 0 log length behaviour.
4889
4890 2002-11-05 [paul]       0.8.5claws71
4891
4892         * sync with 0.8.5cvs17
4893                 see ChangeLog 2002-11-05
4894
4895 2002-11-04 [paul]       0.8.5claws70
4896
4897         * sylpheed-128x128.png
4898           sylpheed-64x64.png
4899           sylpheed.png
4900                 replace with pngcrushed icons. Submitted by Nicolas Kaiser,
4901                 <nikai@users.sourceforge.net>
4902                 
4903         * po/bg.po
4904                 updated by George Danchev
4905
4906 2002-11-03 [thorsten]   0.8.5claws69
4907
4908         * src/main.c
4909           src/mimeview.c
4910           src/rfc2015.h
4911                 add check if gpg is active
4912
4913 2002-11-03 [thorsten]   0.8.5claws68
4914
4915         * src/toolbar.h
4916                 removed GSList declaration causing trouble on MacOS-X
4917                 (submitted by alfons, reported by xfesty)
4918
4919 2002-11-01 [paul]       0.8.5claws67
4920
4921         * src/mainwindow.c
4922                 remove last remnants of main's filter code
4923
4924 2002-11-01 [paul]       0.8.5claws66
4925
4926         * tools/filter_conv.pl
4927                 fix bug where user-defined headers were ignored
4928
4929 2002-11-01 [paul]       0.8.5claws65
4930
4931         * src/logwindow.c
4932                 make a debug_print() not translatable
4933
4934 2002-10-31 [melvin]     0.8.5claws64
4935
4936         * ac/aspell.m4
4937                 Fixed --disable-aspell-test. Now --disable-aspell-test will 
4938                 not run any GNU/aspell test.  The dictionary path will
4939                 be by default /usr/local/lib/aspell/ unless --with-aspell-prefix
4940                 was given, in which case, it will be $prefix/lib/aspell/
4941         * configure.in
4942                 Fixed typo in commentary (Aspell code).
4943
4944 2002-10-31 [paul]       0.8.5claws63
4945
4946         * po/POTFILES.in
4947                 remove src/filter.c and src/prefs_filter.c
4948                 thanks to Ricardo for reminding me
4949
4950 2002-10-31 [colin]      0.8.5claws62
4951
4952         * src/mbox_folder.c
4953                 Plug some leaks
4954
4955 2002-10-31 [paul]       0.8.5claws61
4956
4957         * src/prefs_filter.[ch] ** REMOVED **
4958           src/filter.[ch]       ** REMOVED **
4959           
4960         * src/Makefile.am
4961           src/folderview.c
4962           src/inc.c
4963           src/main.c
4964           src/mainwindow.c
4965           src/mbox.c
4966           src/prefs_common.c
4967           src/prefs_filtering.c
4968           src/summaryview.[ch]
4969                 remove main's 'filter' code
4970                 
4971         README.claws
4972                 update to reflect removal of main's filter
4973
4974 2002-10-31 [paul]       0.8.5claws60
4975
4976         * src/summaryview.c
4977                 remove check for global_processing in summary_filter_open(). 
4978                 This fixes the bug where if the user uses the right-click 
4979                 'Create filter rule...' and doesn't have any filter rules 
4980                 already defined in claws' advanced filtering, the newly 
4981                 created filter rule goes to main's filtering which is 
4982                 inaccessible through the gui. Now the filter rule gets added
4983                 to claws' filtering by default.
4984
4985 2002-10-28 [melvin]     0.8.5claws59
4986
4987         * src/prefs_actions.c
4988                 Fixed bug #627322 where MIME parts were not always
4989                 correctly passed to a %p action
4990                 Display an error dialog when message filename is not found.
4991
4992 2002-10-28 [melvin]     0.8.5claws58
4993
4994         * src/prefs_common.c
4995                 Readded a missing function declaration lost in 0.8.3claws34
4996
4997 2002-10-28 [paul]       0.8.5claws57
4998
4999         * sync with 0.8.5cvs15
5000                 see ChangeLog 2002-10-28 and 2002-10-25
5001                 
5002         Note: ChangeLog entry 2002-10-24 is not sync'ed.
5003
5004 2002-10-27 [oliver]     0.8.5claws56
5005
5006         * src/pop.c
5007                 plug leak in pop3_top_recv
5008
5009 2002-10-26 [christoph]  0.8.5claws55
5010
5011         * src/folder.c
5012                 set need_update folder flag when messages are added
5013                 (closes bug [ 626922 ] folder not updated after receiving)
5014
5015 2002-10-25 [melvin]     0.8.5claws54
5016
5017         * src/imageview.c
5018                 Fixed a memleak introduced in the scaling code.
5019
5020 2002-10-24 [alfons]     0.8.5claws53
5021
5022         * src/filtering.c
5023                 make filtering's forward message action forward from the 
5024                 correct account
5025                 (closes bug [628089 ] Filter -> Forward from address problem
5026                 reported by Oktay)
5027
5028 2002-10-24 [christoph]  0.8.5claws52
5029
5030         * src/mainwindow.c
5031         * src/manual.[ch]
5032                 o use manual of current locale or english if current
5033                   locale is not available (and english is available)
5034                 o also link to sylpheed doc project manuals
5035
5036 2002-10-23 [paul]       0.8.5claws51
5037
5038         * tools/README
5039           tools/kmail2sylpheed_v2.pl
5040                 add new version of kmail addressbook importer script.
5041                 works with newer versions of Kmail/KAddressBook which
5042                 have new and rearranged data.
5043
5044 2002-10-23 [martin]     0.8.5claws50
5045
5046         * src/folderview.c
5047         * src/summaryview.c
5048         * src/utils.h
5049         * src/utils.c
5050                 added length parameter to get_abbrev_newsgroup_name()
5051                 changed this function so that it abbreviates the newsgroup
5052                 names only so long it is smaller than the length parameter
5053                 (for better reading of some newsgroup names and space efficiency)
5054
5055 2002-10-22 [colin]      0.8.5claws49
5056
5057         *src/foldersel.c
5058                 Revert Alfons' last modification (after voting ;-))
5059
5060 2002-10-21 [alfons]     0.8.5claws48
5061
5062         * src/foldersel.c
5063                 folder view in folder selection dialog reflects state of
5064                 folder view in main window
5065
5066 2002-10-18 [alfons]     0.8.5claws47
5067
5068         * src/mbox.c
5069                 drop imported messages in folder selected by user,
5070                 and not in the inbox
5071                 (closes bug [ 625424 ] Import mbox always to "Inbox" folder)
5072
5073 2002-10-18 [alfons]     0.8.5claws46
5074
5075         * src/compose.c
5076                 make automagic reply work correctly for email accounts 
5077                 (whether it's viable to do a full sync with Hiro's 
5078                 compose.c is still under discussion)
5079
5080 2002-10-18 [melvin]     0.8.5claws45
5081
5082         * src/prefs_actions.c
5083                 Fixed bug #622275 where asynchroneous actions left 
5084                 zombies processes
5085                 Made (synchroneous) actions' input be displayed live.
5086
5087 2002-10-18 [christoph]  0.8.5claws44
5088
5089         * src/textview.c
5090                 don't add a newline in the textview in front of the
5091                 first textpart if header display is disabled
5092                 (closes bug [ 603385 ] disabled header display leaves blank
5093                  lin)
5094
5095 2002-10-18 [christoph]  0.8.5claws43
5096
5097         * src/folder.[ch]
5098         * src/imap.c
5099         * src/mbox_folder.c
5100         * src/mh.c
5101         * src/news.c
5102                 folder->get_num_list now returns an error code
5103                 (closes bug [ 609424 ] News cache cleared on failure)
5104                 
5105 2002-10-17 [colin]      0.8.5claws42
5106         
5107         * src/news.c
5108                 Changed a printf by debug_print
5109
5110 2002-10-16 [paul]       
5111
5112         * tools/OOo2sylpheed.pl
5113                 allow for spaces in the name of the
5114                 file to be attached.
5115
5116 2002-10-16 [colin]      0.8.5claws41
5117
5118         * src/main.c
5119                 Use a tristate to change online mode
5120
5121 2002-10-16 [paul]       0.8.5claws40
5122
5123         * po/es.po
5124                 updated by Ricardo Mones Lastra
5125
5126 2002-10-16 [colin]      0.8.5claws39
5127
5128         * src/main.c
5129           src/mainwindow.[ch]
5130                 Added --online and --offline command-line
5131                 switches
5132
5133 2002-10-15 [christoph]  0.8.5claws38
5134
5135         * src/procmime.c
5136                 set mimeinfo->name to NULL after g_free to
5137                 avoid double freeing with g_free
5138
5139 2002-10-14 [christoph]  0.8.5claws37
5140
5141         * src/compose.c
5142         * src/filtering.c
5143         * src/summaryview.c
5144                 remove calls to folder->change_flags that are now
5145                 done by procmsg flag functions (seems it is not
5146                 used by any foldertype anyway)
5147         * src/folder.c
5148                 init folder->change_flags with NULL
5149
5150 2002-10-14 [christoph]  0.8.5claws36
5151
5152         * src/folder.[ch]
5153         * src/imap.[ch]
5154                 use virtual functions for folder item new and destroy
5155                 functions
5156
5157 2002-10-14 [melvin]     0.8.5claws35
5158
5159         * src/compose.c
5160                 Added a test to not run the spell checker if no default
5161                 dictionary is available. No dialog is displayed though.
5162
5163 2002-10-14 [melvin]     0.8.5claws34
5164
5165         * src/gtkaspell.c
5166                 Fixed bug in dictionary list context menu where
5167                 "More..." pointed to an emtpy submenu if the
5168                 number of dictionaries is a multiple of 15
5169                 Removed unneeded code in suggestions list creation
5170
5171 2002-10-14 [paul]       0.8.5claws33
5172
5173         * po/bg.po
5174                 updated by George Danchev
5175
5176 2002-10-13 [hoa]        0.8.5claws32
5177
5178         * src/matcher.[ch]
5179           src/matcher_parser_parser.y
5180                 removed the escaped string from internal structure
5181                 of matcher.
5182
5183 2002-10-12 [colin]      0.8.5claws31
5184
5185         * src/gtksctree.[ch]
5186           src/summaryview.c
5187                 Removed useless function gtksctree_reanchor
5188
5189 2002-10-12 [alfons]     0.8.5claws30
5190         
5191         * sync with remaining main changes 2002-10-09 - 2002-10-11
5192         - drop changes to src/compose.c (requires claws specific changes)
5193         
5194 2002-10-12 [alfons]     0.8.5claws29
5195         
5196         * sync with main changes of 2002-10-08
5197         - drop changes to src/compose.c (requires claws specific changes)
5198         - drop changes to src/summaryview.c (requires changes to compose.c)     
5199
5200 2002-10-12 [alfons]     0.8.5claws28
5201         
5202         * sync with main changes of 2002-10-07
5203
5204 2002-10-12 [alfons]     0.8.5claws27
5205
5206         * sync with main changes of 2002-10-04
5207         - drop changes to src/compose.c (requires claws specific changes)
5208         - drop changes to src/prefs_folder_item.c (claws implementation
5209           seems to be working)
5210
5211 2002-10-12 [colin]      0.8.5claws26
5212
5213         * src/mainwindow.c
5214                 Fix folder-flicker when space-reading, introduced 
5215                 in claws22.
5216
5217 2002-10-12 [colin]      0.8.5claws25
5218
5219         * src/compose.c
5220                 Save account address when saving as draft.
5221                 (closes bug 621838)
5222
5223 2002-10-12 [colin]      0.8.5claws24
5224
5225         * src/summaryview.c
5226                 Fix the problem consisting of no message selected
5227                 after the last message in a folder has been moved.
5228
5229 2002-10-12 [paul]       0.8.5claws23
5230
5231         * src/compose.c
5232           src/prefs_template.c
5233           src/template.[ch]
5234                 add Cc and Bcc to templates. Patch submitted by
5235                 John L. Males.
5236
5237 2002-10-12 [colin]      0.8.5claws22
5238
5239         * src/folderview.c
5240                 Fix a bug after "Check for new messages":
5241                 If a folder was opened, it was still selected at
5242                 the end of the check, but displayed empty.
5243         * src/mainwindow.c
5244                 Remove unnecessary check
5245
5246 2002-10-12 [paul]
5247
5248         * tools/README
5249                 be more verbose in the description of
5250                 OOo2sylpheed.pl
5251                 
5252
5253 2002-10-11 [colin]      0.8.5claws21
5254
5255         * src/mainwindow.c
5256                 Make space work (better) when no mail is selected
5257
5258 2002-10-11 [colin]      0.8.5claws20
5259
5260         * src/inc.c
5261           src/news.c
5262                 fix warnings
5263
5264 2002-10-11 [colin]      0.8.5claws19
5265
5266         * src/mainwindow.c
5267                 revert 0.8.5claws6 changes as i couldn't get to
5268                 anything satisfying
5269
5270 2002-10-11 [melvin]     0.8.5claws18
5271
5272         * src/compose.c
5273                 Removed buggy and unused macro (should have been committed in
5274                 0.8.5claws17)
5275
5276 2002-10-11 [melvin]     0.8.5claws17
5277
5278         * src/compose.c
5279                 Fixed memory leak from bug #622040 (thanks to Martin Kluge)
5280
5281 2002-10-11 [thorsten]   0.8.5claws16 
5282
5283         * src/folderview.c
5284                 remove rescan warning
5285
5286 2002-10-11 [colin]      0.8.5claws15 
5287
5288         * src/procheader.c
5289                 fix a segfault that happens if conv_unmime_header
5290                 fails (should be better to find out why it fails)
5291
5292 2002-10-11 [christoph]  0.8.5claws14
5293
5294         * src/summaryview.c
5295                 update folderview stats after ignore/unignore thread
5296
5297 2002-10-11 [hoa]        0.8.5claws13
5298
5299         * src/quote_fmt_parse.y
5300                 Fixed a yacc/bison syntax error
5301         * src/matcher.c
5302                 Escaping of string is fixed.
5303
5304 2002-10-11 [colin]      0.8.5claws12
5305
5306         * src/imageview.c
5307                 Resize images to fit
5308
5309 2002-10-11 [paul]       0.8.5claws11
5310
5311         * po/es.po
5312                 updated by Ricardo Mones Lastra
5313
5314 2002-10-10 [alfons]     0.8.5claws10
5315
5316         * src/compose.c
5317                 allow dropping files by "moving" files from a file manager,
5318                 not only by the more cumbersome "copying". the latter 
5319                 mostly implies holding down the Control button
5320
5321 2002-10-10 [christoph]  0.8.5claws9
5322
5323         * src/summaryview.c
5324                 update folders after thread building for ignored threads
5325
5326 2002-10-10 [christoph]  0.8.5claws8
5327
5328         * config/.cvsignore
5329                 added Makefile
5330         * src/filtering.[ch]
5331         * src/folder.[ch]
5332         * src/folderview.[ch]
5333         * src/import.c
5334         * src/inc.[ch]
5335         * src/mbox.[ch]
5336         * src/procmsg.c
5337         * src/summaryview.[ch]
5338                 o added new flag need_update to FolderItem
5339                 o removed folder_table from various functions from tracking
5340                   folder updates
5341                 o set need_update flags in folder.c's move, copy and delete
5342                   functions and procmsg's flags functions
5343                 o added function folderview_update_items_when_required that
5344                   updates all folders with need_update set
5345                 o call folderview_update_items_when_required instead of
5346                   folderview_update_item_foreach
5347
5348 2002-10-09 [sergey]     0.8.5claws7
5349
5350         * src/compose.c
5351                 Strip CRs whel loading the text into editor in reedit mode.
5352
5353 2002-10-09 [colin]      0.8.5claws6
5354
5355         * src/mainwindow.c
5356                 Make Space work when no mail is selected
5357
5358 2002-10-09 [colin]      0.8.5claws5
5359
5360         * src/gtksctree.[ch]
5361                 Fix range_select
5362                 Add gtk_sctree_reanchor() 
5363         * src/summaryview.c
5364                 Use gtk_sctree_reanchor() - better fix for 
5365                 bug 60413
5366
5367 2002-10-09 [colin]      0.8.5claws4
5368
5369         * src/summaryview.c
5370                 Fix shift-click select after delete problem
5371                 (closes bug 60413)
5372
5373 2002-10-08 [thorsten]   0.8.5claws3
5374
5375         * src/summaryview.c
5376                 exclude current msg from -hide read messages-
5377
5378 2002-10-08 [colin]      0.8.5claws2
5379
5380         * src/inc.[ch]
5381           src/pop.c
5382           src/recv.c
5383                 Differentiate socket errors from disk full
5384                 errors
5385
5386 2002-10-08 [christoph]  0.8.5claws1
5387
5388         * Makefile.am
5389         * configure.in
5390                 modifications for new config directory
5391
5392         * config.guess  ** REMOVED **
5393         * config.sub    ** REMOVED **
5394         * install-sh    ** REMOVED **
5395         * ltmain.sh     ** REMOVED **
5396         * missing       ** REMOVED **
5397         * mkinstalldirs ** REMOVED **
5398                 these files are autogenerated by automake
5399                 when you run autogen.sh
5400
5401         * config/.cvsignore     ** NEW FILE **
5402         * config/Makefile.am    ** NEW FILE **
5403                 ignore autogenerated files
5404                 create a Makefile in this directory
5405
5406 2002-10-08 [paul]       0.8.5claws
5407
5408         * 0.8.5claws release
5409         
5410         * src/compose.c
5411           src/procheader.c
5412           src/procmsg.c
5413                 fix quote reply format for newsgroups reply bug
5414                 (thanks to Hoa)
5415                 
5416         * po/en_GB.po
5417           po/pl.po
5418                 updated by me and Witold Wladyslaw Wojciech Wilk
5419                 repectively
5420
5421 2002-10-07 [paul]       0.8.3claws53
5422
5423         * po/it.po
5424           po/pt_BR.po
5425           po/sr.po
5426                 updated messages catalogs, submitted by
5427                 Alessandro Maestri, Fabio Jr.Beneditto 
5428                 and Urke MMI, respectively.
5429
5430 2002-10-07 [christoph]  0.8.3claws52
5431
5432         * src/folder.[ch]
5433         * src/folderview.c
5434         * src/mainwindow.c
5435                 fix new folder ghost message bug
5436                 (closes bug [ 619722 ] wrong count for newly created folders)
5437
5438 2002-10-07 [christoph]  0.8.3claws51
5439
5440         * src/compose.c
5441                 fix news posting problem
5442
5443 2002-10-07 [melvin]     0.8.3claws50
5444
5445         * po/fr.po
5446                 Updated French translation
5447
5448 2002-10-05 [christoph]  0.8.3claws49
5449
5450         * src/gtkstext.c
5451                 check if line_start_cache is set in gtk_stext_update_text
5452                 (closes bug [ 618119 ] crash while doing search in folder)
5453
5454 2002-10-05 [christoph]  0.8.3claws48
5455
5456         * src/imap.c
5457         * src/news.c
5458         * src/utils.c
5459         * src/utils.h
5460                 implement cache cleanups for claws' folder system
5461                 (closes bug [ 595916 ] imapcache not cleaned up)
5462
5463 2002-10-05 [melvin]     0.8.3claws47
5464
5465         * src/prefs_actions.c
5466                 Made the help text more clear for the %p token
5467
5468 2002-10-04 [paul]       0.8.3claws46
5469
5470         * sync with 0.8.5
5471                 see ChangeLog 2002-10-02 and 2002-10-03
5472
5473 2002-10-04 [christoph]  0.8.3claws45
5474
5475         * src/inc.c
5476                 fix segfault caused by pop before smtp
5477                 call to inc_account_mail with NULL
5478                 pointer for mainwin
5479
5480 2002-10-04 [paul]       0.8.3claws44
5481
5482         * configure.in
5483                 sync the LDAP detection from 0.8.5cvs1
5484
5485 2002-10-02 [christoph]  0.8.3claws43
5486
5487         * po/de.po
5488                 fix small spelling error
5489
5490 2002-10-02 [melvin]     0.8.3claws42
5491
5492         * ac/aspell.m4
5493                 Behave better and say "no" when test program cannot be run.
5494
5495 2002-10-02 [paul]       0.8.3claws41
5496
5497         * sync with 0.8.4cvs1
5498                 see ChangeLog 2002-09-30, 2002-10-01, 2002-10-02
5499                 
5500         * src/summaryview.c
5501                 toggle the behavior of Reply menuitem between
5502                 normal reply and reply-to-list
5503
5504 2002-10-01 [sergey]     0.8.3claws40
5505
5506         * src/compose.c
5507                 Convert newlines in the message text to the canonical form
5508                 before base64 encoding (RFC2045 compliance, fixes some
5509                 interoperability issues with Evolution 1.0.3)
5510
5511 2002-09-29 [colin]      0.8.3claws39
5512
5513         * src/summaryview.c
5514                 Fix an unwanted copy/paste
5515
5516 2002-09-29 [colin]      0.8.3claws38
5517
5518         * src/mainwindow.c
5519                 Renamed "Custom toolbar" to "Customize toolbar"
5520                 Renamed "Show all header" to "Show all headers"
5521                 Renamed "Set diplay item" to "Set displayed items"
5522         * src/prefs_common.c
5523                 Renamed "Show all header" to "Show all headers"
5524         * src/prefs_summary_column.c
5525                 Renamed "diplay item" to "displayed items"
5526
5527 2002-09-29 [colin]      0.8.3claws37
5528
5529         * src/mainwindow.[ch]
5530                 online/offline status pixmaps follow theme
5531                 changes
5532         * src/summaryview.[ch]
5533                 quicksearch pixmap follows theme changes
5534
5535 2002-09-29 [thorsten]   0.8.3claws36
5536
5537         * src/compose.c
5538           src/prefs_folder_item.[ch]
5539                 add default_reply_to folder option (closes patch 581044)
5540
5541 2002-09-29 [christoph]  0.8.3claws35
5542
5543         * acconfig.h    ** REMOVED **
5544         * configure.in
5545         * ac/aspell.m4
5546         * ac/check-type.m4
5547         * ac/gnupg-check-typedef.m4
5548                 fix autoheader 2.50 warning
5549
5550 2002-09-29 [christoph]  0.8.3claws34
5551
5552         * major code cleanup (part 2)
5553         
5554                 - unused variables removed
5555                 - unused functions removed
5556                 - uninitialized variables checked
5557                 - missing return statements added
5558                 - missing function return types added
5559                 - added parentheses around assignment
5560                   when suggested by gcc
5561
5562 2002-09-29 [alfons]     0.8.3claws33
5563
5564         * src/logwindow.c
5565                 log_window_clear(): only bracket gtk_text_forward_delete() 
5566                 with gtk_text_freeze() / gtk_text_thaw() (see if this
5567                 works around GTK text bug)
5568
5569 2002-09-29 [paul]       0.8.3claws32
5570
5571         * po/bg.po
5572           po/sr.po
5573                 updated by George Danchev and Urke MMI
5574                 respectively
5575
5576 2002-09-27 [christoph]  0.8.3claws31
5577
5578         * doc-src/readme.txt
5579         * doc-src/rfc1806.txt   ** REMOVED **
5580         * doc-src/rfc2183.txt   ** NEW FILE **
5581         * doc-src/rfc2980.txt   ** NEW FILE **
5582                 update rfcs
5583
5584 2002-09-27 [melvin]     0.8.3claws30
5585
5586         * ac/aspell.m4
5587                 Fixed typo which could break linking
5588
5589 2002-09-27 [melvin]     0.8.3claws29
5590
5591         * ac/aspell.m4
5592                 Improved GNU/aspell checking. 
5593                 Fixed bug #614490
5594
5595 2002-09-27 [paul]       0.8.3claws28
5596
5597         * sync with 0.8.3cvs8
5598                 see ChangeLog 2002-09-27
5599
5600 2002-09-26 [colin]      0.8.3claws27
5601
5602         * src/toolbar.[ch]
5603           src/mainwindow.[ch]
5604                 Add "Reply to Mailing-list" to the toolbar
5605
5606 2002-09-26 [christoph]  0.8.3claws26
5607
5608         * src/summaryview.c
5609                 Fix wrong message counts in summaryview status
5610
5611 2002-09-26 [paul]       0.8.3claws25
5612
5613         * sync with 0.8.3cvs7
5614                 see ChangeLog 2002-09-26
5615
5616 2002-09-26 [paul]       0.8.3claws24
5617
5618         * sync with 0.8.3cvs6
5619                 see ChangeLog 2002-09-25
5620
5621 2002-09-25 [christoph]  0.8.3claws23
5622
5623         * src/prefs_common.c
5624         * src/prefs_folder_item.c
5625         * src/prefs_scoring.c
5626                 Renamed "kill score" to "hide score" in GUI
5627                 and prefs files
5628
5629 2002-09-25 [paul]       0.8.3claws22
5630
5631         * sync with 0.8.3cvs5
5632                 see ChangeLog 2002-09-24
5633
5634 2002-09-24 [alfons]     0.8.3claws21
5635
5636         patch by Satoshi Nagayasu: allows appending / saving multiple 
5637         selected files (closes "[ 612279 ] save multiple mesg(s) in 
5638         'Save as ...'")
5639
5640         * AUTHORS
5641                 add Satoshi Nagayasu
5642         * src/summaryview.c
5643                 summary_save_as(): allow saving selected files to
5644                 one file
5645                 summary_set_menu_sensitive: enable "Save As..." when
5646                 multiple files are selected
5647         * src/utils.[ch]
5648                 append_file(): new function
5649
5650 2002-09-24 [colin]      0.8.3claws20
5651
5652         * src/procmime.c
5653                 Fix segfault when mimeinfo doesn't have a 
5654                 content_type. 
5655
5656 2002-09-24 [colin]      0.8.3claws19
5657
5658         * src/prefs_common.[ch]
5659                 Add a preference to display send dialog or not
5660         * src/send.c
5661                 Display send dialog according to preference
5662
5663 2002-09-24 [colin]      0.8.3claws18
5664
5665         * src/compose.[ch]
5666                 Disable user actions when sending
5667
5668 2002-09-24 [colin]      0.8.3claws17
5669
5670         * src/procmime.c
5671                 Do not display name or filename for attachments
5672                 with an application/pgp-signature type
5673                 (security flaw, see bug 537413)
5674
5675 2002-09-23 [colin]      0.8.3claws16
5676
5677         * src/editaddress.c
5678                 Initialize entry_email, entry_alias and 
5679                 entry_remarks to first email address of the list
5680
5681 2002-09-23 [colin]      0.83claws15
5682
5683         * src/compose.c
5684                 Drop pgp-signature when reediting a signed queued
5685                 message
5686
5687 2002-09-23 [melvin]     0.8.3claws14
5688
5689         * po/fr.po
5690                 Updated French translation
5691
5692 2002-09-23 [melvin]     0.8.3claws13
5693
5694         * src/mainwindow.c
5695                 Made custom toolbar menu labels more consistent
5696         * src/prefs_toolbar.c
5697                 Made custom toolbar window title more consistent
5698
5699 2002-09-22 [colin]      0.8.3claws12
5700
5701         * src/inc.c
5702                 Initialize session type to normal before getting 
5703                 mail (fixes strange Get behaviour)
5704         * src/prefs_account.h
5705                 Move STYPE_POP_BEFORE_SMTP to last position to 
5706                 avoid other side-effects
5707
5708 2002-09-22 [colin]      0.8.3claws11
5709
5710         * src/prefs_account.c
5711                 Fix pop_bfr_smtp_tm_entry sensivity when switching
5712                 from pop3 to apop or vice-versa
5713
5714 2002-09-22 [colin]      0.8.3claws10
5715         
5716         * src/prefs_account.[ch]
5717                 Add an option for the POP before SMTP timeout
5718         * src/inc.c
5719                 Remember time of last POP connection
5720         * src/send.c
5721                 Do POP before SMTP only if timeout reached
5722
5723 2002-09-22 [oliver]     0.8.3claws9
5724         
5725         * README.claws
5726                 explain custom toolbar
5727
5728 2002-09-22 [oliver]     0.8.3claws8
5729
5730         * src/prefs_actions.[ch]
5731         custom toolbar for compose      
5732                 actions callback from compose toolbar
5733         * src/folderview.c
5734                 remove include toolbar.h
5735
5736 2002-09-22 [oliver]     0.8.3claws7
5737         
5738         * src/prefs_toolbar.[ch]
5739                 custom toolbar for compose
5740                 - generic prefs_toolbar handles both
5741                   Mainwin's toolbar as well as Compose toolbar          
5742
5743 2002-09-22 [oliver]     0.8.3claws6
5744         
5745         * src/toolbar.[ch]
5746                 custom toolbar for compose
5747                 restructure toolbar.[ch]
5748
5749 2002-09-22 [oliver]     0.8.3claws5
5750
5751         * src/compose.[ch]
5752                 custom toolbar for compose
5753
5754 2002-09-22 [oliver]     0.8.3claws4
5755         
5756         * src/mainwindow.[ch]
5757                 custom toolbar for compose 
5758                 move mainwin toolbar back to mainwindow
5759
5760 2002-09-22 [alfons]     0.8.3claws3
5761
5762         * src/procmsg.c
5763                 :%sno/if(/if (/gc
5764                 :%sno/for(/for (/gc
5765                 (beautify)
5766
5767 2002-09-22 [alfons]     0.8.3claws2
5768         
5769         * src/procmsg.c
5770                 procmsg_save_to_outbox(): don't unlink message file from queue;
5771                 callers should do it using folder_item_remove_msg()
5772
5773 2002-09-22 [colin]      0.8.3claws1
5774
5775         * src/mimeview.[ch]
5776                 Made mimeview_check_signature() public
5777         * src/textview.c
5778                 Made GPG signatures verifiable by clicking
5779                 the [application/pgp-signature] in the Text
5780                 view
5781
5782 2002-09-22 [paul]       0.8.3claws
5783
5784         * po/bg.po
5785           po/en_GB.po
5786           po/es.po
5787           po/it.po
5788           po/pl.po
5789           po/pt_BR.po
5790           po/sr.po
5791                 updated translations, submitted by George Danchev,
5792                 me, Ricardo Mones Lastra, Alessandro Maestri,
5793                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.Beneditto 
5794                 and Urke MMI, respectively.     
5795
5796 2002-09-22 [alfons]     0.8.2claws65
5797
5798         * src/procmsg.c
5799         * src/pgptext.c
5800                 no furry valgrinds have been used to plug these memleaks
5801
5802 2002-09-20 [paul]       0.8.2claws64
5803
5804         * sync with 0.8.3cvs4
5805                 'Select thread' re-implemented 
5806                 see ChangeLog 2002-09-20
5807
5808 2002-09-21 [alfons]     0.8.2claws63
5809
5810         * src/compose.c
5811                 compose_send(): plug unnoticed memleak
5812
5813 2002-09-20 [alfons]     0.8.2claws62
5814
5815         * src/addr_compl.c
5816                 replace_address_in_edit(): strict check for NULL address to
5817                 fix "[ 607348 ] Segfault in address completion". My guess is
5818                 that this happens with an empty address book, but it's good
5819                 to have this check here anyway
5820                 
5821                 completion_window_button_press(): free string returned 
5822                 from the internal cache
5823
5824 2002-09-20 [christoph]  0.8.2claws61
5825
5826         * src/procmime.h
5827                 added ENC_BINARY to EncodingType
5828         * src/procmime.c
5829                 the string returned by procmime_get_encoding_str
5830                 should not depend on the order of values in the
5831                 EncodingType definition
5832         * doc-src/rfc1806.txt   ** NEW FILE **
5833                 Added rfc1806 about MIME Content-Disposition
5834                 Extension
5835
5836 2002-09-19 [paul]       0.8.2claws60
5837
5838         * sync with 0.8.2cvs3
5839                 see ChangeLog 2002-09-19
5840
5841 2002-09-19 [paul]       0.8.2claws59
5842
5843         * src/prefs_folder_item.c
5844                 revert to Darko's original alignment of colour
5845                 selector button
5846                 add a colon to folder_color label
5847                 
5848         * src/compose.c
5849                 add Colin's patch (with Hiro's modifications) to 
5850                 force BASE64 encoding for 8-bit text when signing
5851                 (sync with 0.8.3cvs2)
5852
5853 2002-09-18 [alfons]     0.8.2claws58
5854
5855         * src/compose.c
5856                 :%sno/if(/if (/gc
5857                 :%sno/for(/for (/gc
5858                 (beautify a little bit)
5859
5860 2002-09-18 [christoph]  0.8.2claws57
5861
5862         * src/pine.c
5863                 fix handling of fgetc return value
5864
5865 2002-09-17 [alfons]     0.8.2claws56
5866         
5867         * src/summaryview.c
5868                 summary_sort(): check non-NULL summaryview->folder_item when no 
5869                 folder is selected at all
5870                 (closes "[ 610344 ] sort label make syl Crash")
5871
5872 2002-09-17 [alfons]     0.8.2claws55
5873         
5874         * src/compose.c
5875                 beautify a little bit
5876
5877 2002-09-17 [christoph]  0.8.2claws54
5878
5879         * src/folder.c
5880                 initialize max values for cache and folder
5881                 when cache or folder is empty
5882
5883 2002-09-15 [colin]      0.8.2claws53
5884
5885         * src/compose.c
5886                 Fix a leak (thanks Alfons!) and cleaned
5887                 variables names for custom headers
5888
5889 2002-09-15 [colin]      0.8.2claws52
5890
5891         * src/compose.c
5892                 Fix custom headers recognition when
5893                 prefs_common.trans_hdr is on
5894
5895 2002-09-15 [colin]      0.8.2claws51
5896
5897         * src/compose.c
5898                 Allow dynamically-added custom headers
5899                 Yet not reparsed if reedited
5900
5901 2002-09-15 [alfons]     0.8.2claws50
5902
5903         * src/prefs_account.c
5904                 fix warnings
5905
5906 2002-09-15 [colin]      0.8.2claws49
5907         
5908         * src/prefs_account.c
5909                 fix pop_before_smtp sensitivity
5910
5911 2002-09-15 [colin]      0.8.2claws48
5912
5913         * src/inc.[ch]
5914                 add inc_pop_before_smtp()
5915                 allow MainWindow to be undefined in 
5916                 inc_account_mail() and inc_start()
5917         * src/pop.c
5918           src/prefs_account.h
5919                 add STYPE_POP_BEFORE_SMTP session type
5920         * src/prefs_account.c
5921                 activated pop before smtp option
5922         * src/send.c
5923                 do pop before smtp if the relevant option 
5924                 is set
5925
5926 2002-09-15 [paul]       0.8.2claws47
5927
5928         * sync with 0.8.3
5929                 see ChangeLog 2002-09-15
5930
5931 2002-09-14 [paul]       0.8.2claws46
5932
5933         * po/bg.po
5934                 updated Bulgarian translation, submitted by
5935                 George Danchev
5936
5937 2002-09-13 [paul]       0.8.2claws45
5938
5939         * src/compose.c
5940                 merge claws' select_account() with main's
5941                 (new) compose_select_account(). [sync with
5942                 0.8.2cvs15, see ChangeLog 2002-09-11]
5943
5944 2002-09-12 [christoph]  0.8.2claws44
5945
5946         * src/filter.c
5947                 allocate 1 elements of FolderItem not 0
5948
5949 2002-09-12 [colin]      0.8.2claws43
5950
5951         * src/compose.c
5952                 Fix bug #590825 (obey Follow-up: poster)
5953
5954 2002-09-12 [colin]      0.8.2claws42
5955
5956         * src/procmime.c
5957                 Fix bug #557009 (wrong headers for messages 
5958                 forwarded as attachments)
5959
5960 2002-09-11 [colin]      0.8.2claws41
5961         
5962         * src/compose.c
5963                 Put SCF: pseudo-header on top of message
5964                 Set draft tmp_flag when saved as draft
5965
5966         * src/procmsg.c
5967           src/procheader.c
5968                 Skip after first \n\n for beginning of real message
5969                 for drafts too
5970
5971 2002-09-11 [christoph]  0.8.2claws40
5972
5973         * src/filtering.c
5974                 use procmsg flag functions in filtering or processing
5975                 will cause incorrect folder message counts
5976
5977 2002-09-11 [colin]      0.8.2claws39
5978
5979         * src/compose.c
5980                 Fix bug #550175 - wrong save folder when reediting
5981                 drafts
5982
5983 2002-09-11 [paul]       0.8.2claws38
5984
5985         * sync with 0.8.2cvs14
5986                 see ChangeLog 2002-09-11
5987
5988 2002-09-11 [colin]      0.8.2claws37
5989
5990         * src/folder.c
5991                 Fix a typo (seeming to cause new/unread status to
5992                 be lost)
5993
5994 2002-09-10 [christoph]  0.8.2claws36
5995
5996         * src/compose.c
5997                 compose_redirect should not use compose_generic_new
5998                 because that does more stuff than expected including
5999                 opening the external editor
6000                 (closes bug "[ 526608 ] bounced messages appear blank
6001                  in editor")
6002
6003 2002-09-10 [christoph]  0.8.2claws35
6004
6005         * src/folder.c
6006                 fix problem with too large message number range
6007                 causing a crash in folder_item_scan
6008
6009 2002-09-10 [paul]       0.8.2claws34
6010
6011         * sync with 0.8.2cvs13
6012                 see ChangeLog 2002-09-10
6013
6014 2002-09-10 [christoph]  0.8.2claws33
6015
6016         * src/msgcache.c
6017                 set MsgInfo TmpFlags for queue and draft folders
6018                 (closes bug "[ 591676 ] Queue ignore MIME on restart")
6019
6020 2002-09-10 [paul]       0.8.2claws32
6021
6022         * AUTHORS
6023           po/bg.po      ** NEW FILE **
6024                 new Bulgarian translation submitted by
6025                 George Danchev <danchev@spnet.net>
6026                 
6027         * tools/Makefile.am
6028           tools/README
6029           tools/tb2sylpheed     ** NEW FILE **
6030                 add script that converts an addressbook exported
6031                 from The Bat! into a Sylpheed addressbook. Submitted
6032                 by Urke MMI <urke-kg@eunet.yu>
6033
6034 2002-09-10 [paul]       0.8.2claws31
6035
6036         * sync with 0.8.2cvs12
6037                 see ChangeLog 2002-09-10
6038
6039 2002-09-06 [paul]       0.8.2claws30
6040
6041         * src/prefs_common.c
6042                 sync with 0.8.2cvs11, see ChangeLog 2002-09-06
6043                 
6044         * tools/Makefile.am
6045           tools/README
6046           tools/ldif-to-xml.py  ** REMOVED **
6047                 remove obsolete python script
6048
6049 2002-09-06 [paul]       0.8.2claws29
6050
6051         * sync with 0.8.2cvs10
6052                 see ChangeLog 2002-09-06
6053
6054 2002-09-04 [paul]       0.8.2claws28
6055
6056         * sync with 0.8.2cvs9
6057                 see ChangeLog 2002-08-04
6058
6059 2002-09-04 [colin]      0.8.2claws27 
6060
6061         * src/prefs_common.[ch]
6062                 Added signature color configuration
6063         * src/textview.c
6064                 Use user-specified signature color
6065
6066 2002-09-03 [colin]      0.8.2claws26
6067
6068         * src/prefs_common.[ch]
6069                 Added autosave and autosave_length prefs
6070         * src/compose.c
6071                 Added compose_remove_draft()
6072                 Auto-save drafts according to the prefs
6073         * src/main.c
6074                 Added a crash-indicator file, allowing to check
6075                 for new messages on startup if Sylpheed crashed
6076                 (makes saved drafts "reappear")
6077
6078 2002-09-03 [colin]      0.8.2claws25
6079
6080         * src/textview.[ch]
6081                 Grey the signature
6082
6083 2002-09-03 [paul]       0.8.2claws24
6084
6085         * sync with 0.8.2cvs8
6086                 see ChangeLog 2002-09-02 and 2002-09-03
6087
6088 2002-09-03 [darko]      0.8.2claws23
6089
6090         * src/folderview.c
6091                 use normal style when creating new folder to pick
6092                 proper font size 
6093
6094 2002-09-02 [melvin]     0.8.2claws22
6095
6096         * src/gtkaspell.m4
6097                 removed some obsolete code
6098
6099 2002-09-02 [melvin]     0.8.2claws21
6100
6101         * ac/aspell.m4
6102                 fixed test's equality sign (== to =)
6103
6104 2002-09-02 [alfons]     0.8.2claws20
6105
6106         * src/folder.c
6107         * src/mh.c
6108                 revert change of 0.8.2claws16 and use the mh_folder_destroy
6109                 as folder->destroy virtual as suggested by Hiro
6110                 (the mh.c code seems to have been lost around mh.c.1.21)
6111
6112 2002-09-02 [paul]       0.8.2claws19
6113
6114         * po/pt_BR.po
6115                 updated by Fabio Jr. Beneditto
6116                 
6117         * src/defs.h
6118                 use 'http://claws.sylpheed.org' for homepage link. 
6119                 Domain provided by Oktay Altunergil <oktay@freelinuxcd.org>
6120
6121 2002-09-01 [alfons]     0.8.2claws18
6122
6123         * src/mh.c
6124                 plug memleak related to one Martin Kluge found
6125
6126 2002-08-31 [paul]       0.8.2claws17
6127
6128         * sync with 0.8.2cvs6
6129                 see ChangeLog 2002-08-30
6130
6131 2002-08-31 [alfons]     0.8.2claws16
6132
6133         * src/folder.c
6134                 folder_destroy(): remove mailbox from folderlist even if it has
6135                 no destroy virtual
6136
6137 2002-08-31 [alfons]     0.8.2claws15
6138
6139         * src/folder.c
6140                 :%sno/if(/if (/gc
6141                 :%sno/for(/for (/gc
6142                 (being pedantic I know)
6143
6144 2002-08-31 [alfons]     0.8.2claws14
6145
6146         * src/folder.c
6147                 check for NULL pointers returned from folder->fetch_msginfo virtual
6148                 (should solve some reported crashes)
6149
6150 2002-08-30 [alfons]     0.8.2claws13
6151
6152         * acconfig.h
6153         * configure.in
6154         * src/crash.c
6155                 enable crash dialog on compilation time
6156                 (--enable-crash-dialog configure option)
6157
6158 2002-08-30 [alfons]     0.8.2claws12
6159
6160         * AUTHORS
6161                 add Martin Kluge
6162         * src/mh.c
6163                 apply memory leak plug patch by Martin Kluge
6164                 (closes patch "[ 602568 ] patch for 602441 little memory leak",
6165                 bug "[ 599677 ] Very small memory leak in 0.81claws115",
6166                 and bug "[ 602441 ] memoryleak in filtering 0.8.2claws9?")
6167
6168 2002-08-30 [darko]      0.8.2claws11
6169
6170         * src/folderview.c
6171                 copy Gtk style from normal style to match
6172                 font size for coloured folders
6173
6174 2002-08-29 [alfons]     0.8.2claws10
6175
6176         * sylpheed.desktop
6177                 Type=Internet <- Type=Application
6178                 (reported by Michael Schwendt, see:
6179                 http://sourceforge.net/tracker/index.php?func=detail&aid=599765&group_id=25528&atid=384600
6180                 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=72882)
6181
6182 2002-08-29 [paul]       0.8.2claws9
6183
6184         * sync with 0.8.2cvs5
6185                 see ChangeLog 2002-08-29
6186
6187 2002-08-29 [colin]      0.8.2claws8
6188
6189         * src/summaryview.c
6190                 Added a sanity check in summary_select_thread
6191                 Should fix bug 601605
6192
6193 2002-08-29 [colin]      0.8.2claws7
6194
6195         * src/main.c
6196                 Revert claws6 changes regarding bug #591676
6197
6198 2002-08-28 [colin]      0.8.2claws6
6199         
6200         * src/main.c
6201                 Ignore cache for queue folderitems
6202                 Fix bug #591676
6203
6204 2002-08-28 [melvin]     0.8.2claws5
6205
6206         * README.claws
6207                 Fixed typos.
6208
6209 2002-08-28 [melvin]     0.8.2claws4
6210
6211         * README.claws
6212                 Updated a bit the text concerning the spell checker
6213
6214 2002-08-28 [melvin]     0.8.2claws3
6215
6216         Merged the GNU_aspell_branch:
6217                 Support of new GNU/aspell is now included and the old pspell
6218                 is not supported anymore.
6219                 See README.claws
6220
6221         * README.claws
6222                 Updated spell checker text to reflect the switch to GNU/aspell
6223
6224         * ac/aspell.m4          *** NEW ***
6225         * src/gtkaspell.[ch]    *** NEW *** 
6226         * ac/pspell.m4          *** DELETED *** 
6227         * src/gtkspell.[ch]     *** DELETED ***
6228
6229         * ac/Makefile.am
6230                 Updated for GNU/aspell support
6231
6232         * po/POTFILES.in
6233                 Replaced gtkspell.c by gtkaspell.c
6234
6235         * acconfig.h
6236         * src/Makefile.am
6237         * src/about.c
6238         * src/compose.[ch]
6239         * src/crash.c
6240         * src/main.c
6241         * src/prefs_common.[ch]
6242                 Updated for GNU/aspell support
6243
6244 2002-08-28 [paul]       0.8.2claws2
6245
6246         * sync with 0.8.2cvs4
6247                 see ChangeLog 2002-08-27 and 2002-08-28
6248
6249 2002-08-28 [colin]      0.8.2claws1
6250
6251         * src/summary_search.c
6252                 Added "AND search"
6253
6254 2002-08-28 [jens]       0.8.2claws
6255
6256         *po/de.po
6257                 Updated German translations
6258
6259 2002-08-27 [melvin]     0.8.2claws
6260
6261         * po/fr.po
6262                 Updated French translations
6263
6264 2002-08-27 [paul]       0.8.2claws
6265
6266         * sync with 0.8.2 main release
6267
6268         * po/en_GB.po
6269           po/es.po
6270           po/it.po
6271           po/pl.po
6272           po/pt_BR.po
6273           po/sr.po
6274                 updated message catalogs submitted by
6275                 Ricardo Mones Lastra, Alessandro Maestri,
6276                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.
6277                 Beneditto and Urke MMI  
6278
6279 2002-08-27 [hoa]        0.8.1claws123
6280
6281         * src/mainwindow.[ch]
6282         * src/summaryview.[ch]
6283                 removed the "filter setting" menu option.
6284                 add a "cancel a news message" menu option.
6285
6286 2002-08-26 [martin]     0.8.1claws122
6287
6288         * ChangeLog.claws
6289                 changed string under 0.8.1claws79 changed by myself
6290                 i'm sorry alfons :(
6291
6292 2002-08-26 [martin]     0.8.1claws121
6293
6294         * src/crash.c
6295                 added kill command to debuggerrc to start crash dialog
6296
6297 2002-08-26 [paul]       0.8.1claws120
6298
6299         * sync with 0.8.1cvs31
6300                 see ChangeLog 2002-08-26
6301
6302 2002-08-25 [alfons]     0.8.1claws119
6303
6304         * src/procmsg.c
6305                 fix bug that didn't send out correct headers to news server
6306                 when sending news article and email from queue (bug reported
6307                 and patch provided by Tim Mann; closes bug 
6308                 "[ 583196 ] 0.7.8claws can't post news")
6309
6310 2002-08-25 [alfons]     0.8.1claws118
6311
6312         * src/selective_download.c
6313                 mark two strings as translatable
6314                 (thanks to Urke MMI for pointing this out)
6315
6316 2002-08-25 [alfons]     0.8.1claws117
6317
6318         * src/summaryview.c
6319                 treat sent boxes as special and allow sorting them by addressee
6320                 (closes "[ 589418 ] Sent folder sorting misbehavior"
6321                 submitted by Steve Lamb)
6322
6323 2002-08-24 [alfons]     0.8.1claws116
6324
6325         * src/matcher.c
6326                 fix memleak reported by Martin Kluge
6327                 (see: "[ 599677 ] Very small memory leak in 0.81claws115")
6328
6329 2002-08-24 [oliver]     0.8.1claws115
6330
6331         * src/prefs_toolbar.c
6332                 o code cleanup as suggested by Alfons
6333                 o memleak fix
6334
6335 2002-08-24 [alfons]     0.8.1claws114
6336
6337         * src/summaryview.c
6338                 o fix another memory leak reported by Martin Kluge
6339                   (see "[ 599568 ] Small Memory Leak")
6340                 o remove 'from' variable from 'summary_set_header()'; we can
6341                   do with just 'to' 
6342
6343 2002-08-24 [paul]       0.8.1claws113
6344
6345         * sync with 0.8.1cvs30
6346                 see ChangeLog 2002-08-23
6347
6348 2002-08-24 [alfons]     0.8.1claws112
6349
6350         * src/summaryview.c
6351                 remove unnecessary allocations for search bar fixing leaks
6352                 reported by Martin Kluge
6353                 (see "[ 599451 ] Further memory leaks?")
6354
6355 2002-08-24 [alfons]     0.8.1claws111
6356
6357         * src/main.c
6358                 make get_socket_name() public for crash.c
6359         * src/crash.c
6360                 o make report bug button work (goes to claws' 
6361                   bug tracker at sf.net)
6362                 o introduce function for doing important stuff just
6363                   before claws goes down
6364                 o clean up code 
6365
6366 2002-08-24 [alfons]     0.8.1claws110
6367
6368         * src/compose.c
6369                 move cursor to "To" entry when forwarding as attachment
6370                 (reported and solved by Steve Lamb, closes bug report
6371                 "[ 592880 ] Forward as attachment; cursor not in to")
6372
6373 2002-08-24 [colin]      0.8.1claws109
6374
6375         * src/mainwindow.c
6376                 fix quick search visibility after GUI (de)separations.
6377
6378 2002-08-23 [colin]      0.8.1claws108
6379
6380         * src/mainwindow.c
6381                 fix header pane visibility after folderview or
6382                 messageview (de)separation
6383
6384 2002-08-23 [paul]       0.8.1claws107
6385
6386         * src/mainwindow.[ch]
6387           src/toolbar.c
6388                 give full control of display or non-display 
6389                 of the Execute icon to Custom toolbar settings.
6390                 add new sensitivity condition to maninwindow.h: 
6391                 M_DELAY_EXEC
6392
6393         * ChangeLog
6394           ChangeLog.jp
6395           NEWS
6396                 more sync with 0.8.1cvs29
6397
6398 2002-08-23 [melvin]     0.8.1claws106
6399
6400         * src/alertpanel.c
6401                 Readded support for custom widget in alertpanel lost in last
6402                 sync.
6403
6404 2002-08-23 [paul]       0.8.1claws105
6405
6406         * sync with 0.8.1cvs29
6407                 see ChangeLog 2002-08-23
6408
6409 2002-08-23 [colin]      0.8.1claws104
6410
6411         * src/summaryview.c
6412                 Fix folder and search pixmaps exchanging positions
6413                 after theme or toolbar changes. Thank to Oliver for 
6414                 reporting this.
6415
6416 2002-08-23 [colin]      0.8.1claws103
6417
6418         * src/mainwindow.c
6419           src/messageview.[ch]
6420           src/noticeview.[ch]
6421           src/summaryview.c
6422                 Changed messageview_create() and noticeview_create()
6423                 to avoid the last gdk_warning
6424
6425 2002-08-22 [colin]      0.8.1claws102
6426
6427         * src/summaryview.c
6428                 Fix my new `Creating pixmap from xpm' warning
6429
6430 2002-08-22 [colin]      0.8.1claws101
6431
6432         * src/mainwindow.c
6433                 Fix some of the gdk warnings
6434
6435 2002-08-22 [colin]      0.8.1claws100
6436
6437         * src/Makefile.am
6438         * src/stock_pixmap.c
6439         * src/stock_pixmap.h
6440         * src/pixmaps/quicksearch.xpm *ADDED*
6441                 Add the quicksearch pixmap
6442         * src/mainwindow.c
6443         * src/summaryview.c
6444         * src/summaryview.h
6445                 Make quicksearch bar visible/hidden via a button
6446
6447 2002-08-22 [christoph]  0.8.1claws99
6448
6449         * src/folder.c
6450                 fix folder update for newsgroups with message
6451                 numbers below minimum number of articles to fetch
6452                 (closes bug #598445)
6453
6454 2002-08-22 [paul]       0.8.1claws98
6455
6456         * sync with 0.8.1cvs28
6457                 see ChangeLog 2002-08-22
6458
6459 2002-08-21 [alfons]     0.8.1claws97
6460
6461         * src/crash.c
6462                 use bt instead of bt full which seems to work 
6463                 better, and bt full doesn't give a great deal 
6464                 of information anyway
6465
6466 2002-08-21 [colin]      0.8.1claws96
6467
6468         * src/summaryview.c
6469                 fix summaryview_searchtype_changed prototype
6470
6471 2002-08-21 [christoph]  0.8.1claws95
6472
6473         * src/mainwindow.c
6474                 o fix broken menu update for sorting type, we have to
6475                   get this info from the summaryview now
6476                 o removed setting of threaded state in menu callback
6477         * src/summaryview.[ch]
6478                 more summaryview/folderitem seperation for
6479                 threading option
6480         * configure.in
6481                 removed not required --with-compiler-flags option
6482
6483 2002-08-21 [oliver]     0.8.1claws94
6484         
6485         * src/toolbar.h 
6486                 o rename toolbar.xml to toolbar_main.xml
6487                   since toolbar_compose.xml might come up 
6488                   any time soon
6489         * README.claws
6490                 add custom toolbar              
6491
6492 2002-08-21 [darko]      0.8.1claws93
6493
6494         * src/procmsg.c
6495                 don't reset tmp flags for messages copied
6496                 to sent folder
6497
6498 2002-08-21 [colin]      0.8.1claws92
6499         
6500         * src/prefs_filtering.c
6501                 fix renaming rules on folder rename 
6502                 when folder is not a leaf folder
6503
6504 2002-08-21 [paul]       0.8.1claws91
6505
6506         * src/prefs_folder_item.c
6507                 fix alignment of colour selector
6508
6509 2002-08-21 [paul]       0.8.1claws90
6510
6511         * sync with 0.8.1cvs27
6512                 see ChangeLog 2002-08-21
6513
6514 2002-08-21 [paul]       0.8.1claws89
6515
6516         * src/summaryview.c
6517                 fix crash when changing field type in
6518                 Quick search bar
6519
6520 2002-08-21 [colin]      0.8.1claws88
6521
6522         * src/summaryview.c
6523                 Made quick search case-insensitive
6524
6525 2002-08-21 [paul]       0.8.1claws87
6526
6527         * sync with 0.8.1cvs26
6528                 see ChangeLog 2002-08-21
6529
6530 2002-08-20 [christoph]  0.8.1claws86
6531
6532         * src/folderview.c
6533         * src/main.c
6534         * src/summaryview.[ch]
6535                 more summaryview/folderitem seperation for
6536                 sort_key and sort_type
6537         * src/procmsg.c
6538                 added missing return statement
6539
6540 2002-08-20 [colin]      0.8.1claws85
6541
6542         * src/summaryview.[ch]
6543                 Added a quick search box
6544         * src/mainwindow.c
6545         * src/prefs_common.[ch]
6546                 Added a show/hide option for the quick search
6547
6548 2002-08-20 [oliver]     0.8.1claws84
6549         
6550         * src/mainwindow.c
6551                 remove toolbar_create_popups
6552         * src/toolbar.[ch]
6553                 o remove toolbar_create_popups
6554                 o fix toolbar_set_sensitive 
6555                   (Bug reports #596834 and #596832)     
6556         * src/prefs_toolbar.c
6557                 o add "Set default" button
6558                 o align label and text + combo widgets
6559
6560 2002-08-20 [hoa]        0.8.1claws83bis
6561
6562         * src/imap.c
6563                 fixed a bug in imap_fetch_msginfo() in case there is no
6564                 current folder.
6565
6566 2002-08-20 [darko]      0.8.1claws83
6567
6568         * src/folderview.c
6569                 copy the color style of folder view so it
6570                 works with GTK themes
6571
6572 2002-08-20 [darko]      0.8.1claws82
6573
6574         * src/folder.h
6575         * src/folderview.c
6576         * src/prefs_folder_item.[hc]
6577                 don't use UI stuff in folder.h
6578
6579 2002-08-20 [darko]      0.8.1claws81
6580
6581         * src/folder.h
6582         * src/prefs_folder_item.h
6583         * src/folderview.c
6584         * src/prefs_folder_item.c
6585                 ability to set folder color in folderview
6586
6587 2002-08-19 [alfons]     0.8.1claws80
6588
6589         * src/summaryview.c
6590                 fix one of the earlier memleaks reported by Martin Kluge
6591
6592 2002-08-19 [alfons]     0.8.1claws79
6593
6594         * src/mainwindow.c
6595                 hide notice view when selecting seperate folder
6596                 view (reported by Urke MMI)
6597
6598 2002-08-19 [christoph]  0.8.1claws78
6599
6600         * src/folderview.c
6601         * src/prefs_folder_item.h
6602         * src/summaryview.[ch]
6603                 o add summary_set_prefs_from_folderitem to set
6604                   summaryview prefs (first step to remove all
6605                   references to the folderitem in summaryview)
6606                 o moved compiled regex stuff from folderitem prefs
6607                   to summaryview code
6608
6609 2002-08-19 [paul]       0.8.1claws77
6610
6611         * src/compose.c
6612                 add check for '.' to QUOTE_IF_REQUIRED
6613
6614 2002-08-19 [paul]       0.8.1claws76
6615
6616         * src/inc.c
6617                 sync with 0.8.1cvs25 (plug memory leak)
6618
6619         * src/prefs_toolbar.c
6620                 re-order prefs_toolbar_cancel()
6621
6622 2002-08-18 [alfons]     0.8.1claws75
6623
6624         * src/inc.c
6625         * src/matcher.c
6626                 plug other memleaks reported by Martin Kluge
6627
6628 2002-08-18 [paul]       0.8.1claws74
6629
6630         * po/pt_BR.po
6631                 updated by Fabio Jr. Beneditto
6632
6633 2002-08-18 [paul]       0.8.1claws73
6634
6635         * src/toolbar.[ch]
6636                 fix bug where tooltips were displayed untranslated              
6637
6638         * src/prefs_toolbar.c
6639                 fix bug where clicking 'Cancel' creates an icon & text
6640                 toolbar regardless of prefs
6641         
6642
6643 2002-08-17 [oliver]     0.8.1claws72
6644
6645         * src/prefs_toolbar.c
6646                 update toolbar on CANCEL
6647                 bug reported by Martin Kluge
6648         * src/toolbar.c
6649                 toolbar_destroy memleak fixed           
6650
6651 2002-08-17 [alfons]     0.8.1claws71
6652
6653         * src/toolbar.c
6654                 plug another memleak reported by Martin Kluge
6655
6656 2002-08-16 [alfons]     0.8.1claws70
6657
6658         * src/crash.c
6659                 use execvp() correctly (suggested by wwp; thanks!)
6660
6661 2002-08-16 [alfons]     0.8.1claws69
6662
6663         * src/gtksctree.c
6664                 plug memory leak reported by Kim Schultz & Martin Kluge
6665
6666 2002-08-16 [paul]       0.8.1claws68
6667
6668         * po/es.po
6669                 updated by Ricardo Mones Lastra
6670
6671 2002-08-16 [paul]       0.8.1claws67
6672
6673         * src/toolbar.h
6674                 fix bug where 'Compose News' icon showed wrong
6675                 tooltip
6676
6677 2002-08-16 [paul]       0.8.1claws66
6678
6679         * sync with 0.8.1cvs24
6680                 see ChangeLog 2002-08-16
6681
6682         * po/it.po
6683                 updated by Alessandro Maestri
6684
6685 2002-08-15 [paul]       0.8.1claws65
6686
6687         * po/sr.po
6688                 updated by Urke MMI
6689
6690 2002-08-15 [paul]       0.8.1claws64
6691
6692         * src/*.c
6693                 don't translate debug info
6694
6695         * src/matcher.[ch]
6696                 add copyright info
6697
6698 2002-08-15 [paul]       0.8.1claws63
6699
6700         * src/prefs_toolbar.c
6701                 fix bug where clicking 'OK' creates an icon & text
6702                 toolbar regardless of prefs
6703
6704 2002-08-14 [alfons]     0.8.1claws62
6705
6706         * src/main.c
6707                 add global var that has the full argv[0]
6708         * src/crash.c
6709                 o execvp the correct sylpheed by using argv0
6710                   and setting the correct work dir
6711                 o other tweaks  
6712
6713 2002-08-14 [oliver]     0.8.1claws61
6714         
6715         * enable/disable Toolbar Action Buttons 
6716         * code cleanups
6717         * src/mainwindow.c
6718         * src/toolbar.[ch]      
6719         * src/prefs_toolbar.c   
6720
6721 2002-08-14 [melvin]     0.8.1claws60
6722
6723         * po/fr.po
6724                 Updated French translations
6725
6726 2002-08-14 [melvin]     0.8.1claws59
6727
6728         * src/crash.c
6729                 Made bug report not translatable
6730         * src/exporthtml.c
6731                 Fixed exporthtml_build_filespec() return value
6732         * src/foldersel.c
6733                 Fixed incorrect include file
6734         * src/gtkspell.c
6735         * src/prefs_actions.c
6736         * src/prefs_toolbar.c
6737                 Made debug info not translatable
6738         * src/mutt.c
6739         * src/quote_fmt.c
6740                 Added missing includes
6741         * src/prefs_common.c
6742                 Fixed typo
6743
6744 2002-08-14 [paul]       0.8.1claws58
6745
6746         * faq/es/sylpheed-faq.html
6747           faq/es/sylpheed-faq-[1-3].html
6748           faq/es/sylpheed-faq-4.html     **NEW FILE **
6749                 update Spanish FAQ
6750
6751 2002-08-13 [christoph]  0.8.1claws57
6752
6753         * src/procmsg.c
6754                 ignore thread fix that did not mark all
6755                 child nodes of a ignored thread as
6756                 ignored. Does not work perfectly yet,
6757                 but it is better now
6758
6759 2002-08-13 [alfons]     0.8.1claws56
6760
6761         * src/crash.c
6762                 o implement 'save crash log'
6763                 o some tweaks
6764
6765 2002-08-13 [melvin]     0.8.1claws55
6766
6767         * src/main.c
6768                 removed unrequired "execinfo.h" header
6769
6770 2002-08-12 [paul]       0.8.1claws54
6771
6772         * faq/en/sylpheed-faq.html
6773           faq/en/sylpheed-faq-[1-3].html
6774           faq/en/sylpheed-faq-4.html     **NEW FILE **
6775                 update English FAQ
6776
6777 2002-08-12 [alfons]     0.8.1claws53
6778
6779         * po/POTFILES.in
6780                 add crash.c to translatables
6781         * src/crash.c
6782                 bring in Leandro's crash dialog
6783
6784 2002-08-11 [alfons]     0.8.1claws52
6785
6786         * src/crash.c
6787                 clean up some warnings
6788
6789 2002-08-11 [alfons]     0.8.1claws51
6790
6791         * acconfig.h
6792         * configure.in
6793         * src/crash.[ch]        ** NEW FILES **
6794         * src/main.c            
6795                 initial gdb crash handler
6796
6797 2002-08-11 [paul]       0.8.1claws50
6798
6799         * src/prefs_toolbar.c
6800                 replace Up/Down arrow pixmaps with text to be
6801                 consistent across icon themes
6802
6803 2002-08-11 [paul]       0.8.1claws49
6804
6805         * src/prefs_common.c
6806           src/prefs_toolbar.c
6807                 rename 'Pixmap' -> 'Icon'
6808
6809         * src/toolbar.[ch]
6810                 rename  'A_SEND_QUEUD' -> 'A_SEND_QUEUED'
6811
6812 2002-08-10 [paul]       0.8.1claws48
6813
6814         * src/prefs_toolbar.c
6815                 re-work the UI
6816
6817 2002-08-10 [paul]       0.8.1claws47
6818
6819         * src/main.c
6820                 don't write Processing progress to status bar
6821                 patch submitted by Alexander Evseev
6822
6823         * src/prefs_toolbar.c
6824                 re-position and resize window
6825                 make window assume correct size on first call
6826
6827 2002-08-10 [paul]       0.8.1claws46
6828
6829         * src/mainwindow.c
6830           src/prefs_toolbar.c
6831           src/toolbar.c
6832           src/toolbar.h
6833                 obey coding style
6834                 follow UI text conventions
6835
6836 2002-08-10 [alfons]     0.8.1claws45
6837
6838         * src/toolbar.c
6839                 correct pixmap for delete action
6840
6841 2002-08-10 [paul]       0.8.1claws44
6842
6843         * po/pt_BR.po
6844                 updated by Fabio Jr. Beneditto
6845
6846 2002-08-10 [paul]       0.8.1claws43
6847
6848         * po/POTFILES.in
6849                 add custom toolbar files
6850
6851 2002-08-10 [paul]       0.8.1claws42
6852
6853         * sync with 0.8.1cvs22
6854                 see ChangeLog 2002-08-09
6855
6856 2002-08-09 [paul]       0.8.1claws41
6857
6858         * tools/Makefile.am
6859           tools/README
6860           tools/outlook2sylpheed.pl     ** NEW FILE **
6861                 add script to convert exported Outlook
6862                 contacts list to a Sylpheed addressbook.
6863                 Submitted by Ricardo Mones Lastra.
6864
6865 2002-08-09 [paul]       0.8.1claws40
6866
6867         * AUTHORS
6868           configure.in
6869           po/sr.po      ** NEW FILE **
6870                 add Serbian message catalog. Submitted by
6871                 Urosevic Aleksandar aka Urke MMI <urke-kg@eunet.yu>             
6872
6873 2002-08-09 [paul]       0.8.1claws39
6874
6875         * sync with 0.8.1cvs21
6876                 see ChangeLog 2002-08-08
6877
6878 2002-08-08 [oliver]     0.8.1claws38
6879
6880         * src/mainwindow.c
6881                 move Custom Toolbar to Configuration menu
6882
6883 2002-08-08 [oliver]     0.8.1claws37
6884
6885         * src/prefs_toolbar.c
6886                 fix substitute pixmap bug
6887
6888 2002-08-08 [paul]       0.8.1claws36
6889
6890         * sync with 0.8.1cvs19
6891                 see ChangeLog 2002-08-08
6892
6893 2002-08-07 [christoph]  0.8.1claws35
6894
6895         * src/utils.c
6896                 fixed a memory leak in new canonicalize_file_replace
6897
6898 2002-08-07 [christoph]  0.8.1claws34
6899
6900         * src/utils.[ch]
6901                 o canonicalize_file_replace should create the temporary
6902                   file in the same directory as the original file.
6903                 o added get_tmpfile_in_dir that creates a temorary file
6904                   in a specified directory.
6905
6906 2002-08-07 [melvin]     0.8.1claws33
6907
6908         * src/toolbar.c
6909                 fixed bug where 'Article' button acted as 'Email' button.
6910
6911 2002-08-07 [paul]       0.8.1claws32
6912
6913         * sync with 0.8.1.cvs17
6914                 see ChangeLog 2002-08-07
6915
6916 2002-08-07 [colin]      0.8.1claws31
6917         
6918         * src/news.c
6919                 fix mass-cancel problem
6920
6921 2002-08-07 [thorsten]   0.8.1claws30
6922
6923         * src/prefs_toolbar.c
6924                 fix: crash on replace or add new button
6925         * src/toolbar.c
6926                 fix: close xmlfile after reading
6927         * src/utils.c
6928                 fix: unlink() file before rename()
6929
6930 2002-08-06 [paul]       0.8.1claws29
6931
6932         * sync with 0.8.cvs15
6933                 see ChangeLog 2002-08-06
6934
6935 2002-08-06 [oliver]     0.8.1claws28
6936
6937         * src/toolbar.c
6938         * src/prefs_toolbar.c
6939                 fixed empty toolbar issue
6940
6941 2002-08-06 [oliver]     0.8.1claws27
6942
6943         * Custom Toolbar Final 
6944         * src/folderview.c
6945         * src/inc.c
6946         * src/summaryview.c
6947                 o toolbar stuff now lives in src/toolbar.[ch]
6948                 o main_window_toolbar_* functions are renamed to
6949                   toolbar_* reflecting their new source file
6950         * src/mainwindow.[ch]
6951                 o remove toolbar stuff  
6952
6953 2002-08-06 [oliver]     0.8.1claws26
6954         
6955         * src/Makefile.am
6956         * src/prefs_toolbar.[ch]        **New File**
6957         * src/toolbar.[ch]              **New File**
6958                 o prefs_toolbar.[ch] custom toolbar frontend
6959                 o toolbar.[ch]       backend 
6960
6961 2002-08-06 [oliver]     0.8.1claws25
6962
6963         * src/prefs_actions.[ch]
6964                 o new exported function actions_execute
6965
6966 2002-08-06 [paul]       0.8.1claws24
6967
6968         * sync with 0.8.1cvs4
6969                 see ChangeLog 2002-08-06
6970
6971 2002-08-06 [paul]       0.8.1claws23
6972
6973         * sync with 0.8.1cvs13
6974                 see ChangeLog 2002-08-06
6975
6976 2002-08-06 [paul]       0.8.1claws22
6977
6978         * sync with 0.8.1cvs12
6979                 see ChangeLog 2002-08-05 and 2002-08-06
6980
6981 2002-08-06 [match]      0.8.1claws21
6982
6983         * src/addrclip.c
6984                 improvements to cut/copy/paste address
6985
6986 2002-08-05 [match]      0.8.1claws20
6987
6988         * src/addritem.[ch]
6989         * src/addrcache.c
6990         * src/addrbook.c
6991         * src/editaddress.c
6992         * src/addressbook.c
6993                 fixes to improve cut/copy/paste
6994
6995 2002-08-06 [melvin]     0.8.1claws19
6996
6997         * src/account.[ch]
6998                 account_find_all_from_address(): new function that returns the
6999                 list of all accounts that are matched in an address.
7000         * src/alertpanel.[ch]
7001                 alertpanel() now accepts a custom widget
7002                 alertpanel_with_widget(): new function that pops up a panel with
7003                 a custom widget in it 
7004         * src/gtkutils.[ch]
7005                 gtkut_account_menu_new(): new function that allows the selection
7006                 of an account from a list of accounts.
7007         * src/messageview.c
7008                 Extended Return Receipt notification to select the correct 
7009                 account and to make a security test on the Delivery-Notification
7010                 address which should be the same as the Return-Path.
7011
7012 2002-08-06 [thorsten]   0.8.1claws18
7013
7014         * src/mimeview.c
7015                 attach_all: save unnamed as "noname.%d",
7016                 dont free static dirname
7017
7018 2002-08-05 [alfons]     0.8.1claws17
7019
7020         * configure.in
7021                 detect XIM by trying to link rather than compile a XIM program
7022
7023 2002-08-05 [oliver]     0.8.1claws16
7024                 
7025         * src/stock_pixmap.[ch]
7026                 o add UP_ARROW to available pixmaps (already in pixmap-directory)
7027                 o new func to retrieve pixmaps
7028
7029 2002-08-05 [paul]       0.8.1claws15
7030
7031         * sync with 0.8.1cvs10
7032                 see ChangeLog 2002-08-05
7033
7034 2002-08-04 [alfons]     0.8.1claws14
7035
7036         * src/textview.c
7037                 see if this plugs memleak
7038
7039 2002-08-04 [melvin]     0.8.1claws13
7040
7041         * src/gtkspell.c
7042                 fixed bug that could crash Sylpheed when highlighting
7043                 all misspelled words.
7044
7045 2002-08-03 [melvin]     0.8.1claws12
7046
7047         * src/prefs_actions.c
7048                 removed unnecessary checks for NULL introduced in 0.8.1claws11.
7049         * src/messageview.c
7050                 fixed bug where the Return Receipt was sent to
7051                 Delivery-Notification-To address even if it was not present
7052
7053 2002-08-02 [alfons]     0.8.1claws11
7054
7055         * src/prefs_actions.c
7056                 o more check for NULLs
7057                 o put create_io_dialog() in right conditional block
7058
7059 2002-08-02 [paul]       0.8.1claws10
7060
7061         * po/es.po
7062                 updated by Ricardo Mones Lastra
7063
7064 2002-08-01 [christoph]  0.8.1claws9
7065
7066         * src/folder.c
7067                 don't free the cache of the opened
7068                 folder in the summaryview
7069         * src/summaryview.c
7070                 don't unset flags, if it is not required
7071
7072 2002-08-01 [paul]       0.8.1claws8
7073
7074         * sync with 0.8.1cvs8
7075                 see ChangeLog entry 2002-08-01
7076
7077 2002-08-01 [paul]       0.8.1claws7
7078
7079         * sync with 0.8.1cvs7
7080                 see ChangeLog 2002-07-31 and 2002-08-01
7081
7082 2002-07-31 [christoph]  0.8.1claws6
7083
7084         * src/mainwindow.c
7085                 forgot to update menu sensitivity
7086                 function for new menu entry
7087
7088 2002-07-31 [alfons]     0.8.1claws5
7089
7090         * src/main.c
7091                 check folder item and its path for NULL on
7092                 initial processing
7093
7094 2002-07-31 [christoph]  0.8.1claws4
7095
7096         * src/folder.c
7097                 check if folder_item_get_msginfo in
7098                 folder_item_remove_msg returned NULL
7099         * src/imap.c
7100                 better clear the uid cache in the
7101                 uid validity check function and delete
7102                 cached messages
7103
7104 2002-07-31 [paul]       0.8.1claws3
7105
7106         * man/sylpheed.1
7107                 add the '--attach' option and a few other
7108                 minor changes
7109
7110 2002-07-31 [paul]       0.8.1claws2
7111
7112         * sync with 0.8.1cvs5
7113                 see ChangeLog 2002-07-31
7114
7115 2002-07-31 [christoph]  0.8.1claws1
7116
7117         * src/folderview.[ch]
7118         * src/mainwindow.c
7119                 replace "Rescan all folders..." with
7120                 "Check all folders for new messages..."
7121
7122 2002-07-30 [paul]       0.8.1claws
7123
7124         * version 0.8.1claws released
7125
7126 2002-07-30 [paul]       0.8.0claws29
7127
7128         * tools/OOo2sylpheed.pl ** NEW FILE **
7129           tools/README
7130                 add script to enable sending documents as
7131                 attachments from OpenOffice.org
7132
7133 2002-07-30 [melvin]     0.8.0claws28
7134
7135         * src/prefs_actions.c
7136                 Made the actions' input/output dialog display
7137                 without delay.
7138
7139 2002-07-30 [christoph]  0.8.0claws27
7140
7141         * src/procmsg.c
7142                 check if folder_item_get_msginfo in
7143                 procmsg_save_to_outbox returned NULL
7144
7145 2002-07-30 [paul]       0.8.0claws26
7146
7147         * sync with 0.8.1cvs4
7148                 see ChangeLog 2002-07-29
7149
7150 2002-07-29 [thorsten]   0.8.0claws25
7151
7152         * README.claws
7153                 added selective download, delete on server
7154
7155 2002-07-29 [paul]       0.8.0claws24
7156
7157         * sync with 0.8.1cvs3
7158                 see ChangeLog 2002-07-29
7159
7160 2002-07-27 [christoph]  0.8.0claws23
7161
7162         * src/folder.c
7163                 add extra check if fetching the msginfo
7164                 returned NULL
7165
7166 2002-07-27 [paul]       0.8.0claws22
7167
7168         * sync with 0.8.1cvs2
7169                 see ChangeLog 2002-07-26
7170
7171 2002-07-27 [christoph]  0.8.0claws21
7172
7173         * src/imap.c
7174                 add another check if a valid msginfo
7175                 was returned
7176
7177 2002-07-26 [hoa]        0.8.0claws20
7178
7179         * src/folder.c
7180                 Fixed a condition in folder_item_destroy()
7181
7182         * src/imap.c
7183                 Fixed an error in IMAP protocol
7184
7185 2002-07-26 [alfons]     0.8.0claws19
7186
7187         * src/folder.c
7188                 ofcourse compare with identifier, not the path
7189
7190 2002-07-26 [alfons]     0.8.0claws18
7191
7192         * src/folder.c
7193                 use folder item identifier for saving / restoring
7194                 preferences because folder->path might not be unique
7195
7196 2002-07-26 [melvin]     0.8.0claws17
7197
7198         * src/logwindow.c
7199                 Fixed a crash introduced in 0.8.0claws5 when log is 
7200                 cut under 80 characters.
7201
7202 2002-07-26 [paul]       0.8.0claws16
7203
7204         * sync with 0.8.1cvs1
7205                 see ChangeLog 2002-07-26
7206
7207 2002-07-26 [christoph]  0.8.0claws15
7208
7209         * src/imap.[ch]
7210                 imap folder now remembers the last selected
7211                 folder and imap_fetch_msginfo skips selecting
7212                 the folder if it is already selected
7213
7214 2002-07-26 [christoph]  0.8.0claws14
7215
7216         * src/folder.c
7217         * src/folderview.c
7218         * src/imap.c
7219                 fix imap folder rescanning
7220
7221 2002-07-25 [christoph]  0.8.0claws13
7222
7223         * src/filter.c
7224         * src/folder.[ch]
7225         * src/folderview.c
7226         * src/imap.[ch]
7227         * src/mainwindow.c
7228         * src/mbox_folder.c
7229         * src/mh.c
7230         * src/news.c
7231                 implement imap uid cache and uid validity check
7232
7233 2002-07-25 [alfons]     0.8.0claws12
7234
7235         * src/summaryview.c
7236                 fix a brown paper bag bug, and also add some more
7237                 checks
7238
7239 2002-07-25 [christoph]  0.8.0claws11
7240
7241         * src/folder.c
7242                 don't mix copy, fetch_msginfo and remove
7243                 operations in folder item copy and move
7244                 operations
7245
7246 2002-07-25 [christoph]  0.8.0claws10
7247
7248         * src/folderview.c
7249         * src/mainwindow.c
7250         * src/prefs_folder_item.c
7251         * src/summaryview.[ch]
7252                 remove no longer required parameter update_cache from
7253                 summary_show
7254
7255 2002-07-25 [paul]       0.8.0claws9
7256
7257         * sync with 0.8.1
7258         
7259         * AUTHORS
7260                 a few corrections
7261
7262 2002-07-24 [alfons]     0.8.0claws8
7263
7264         * src/summaryview.c
7265                 sort correctly when using simplified subject line
7266                 (closes feature request "[ 585141 ] applying regexp to subject 
7267                 before sort" submitted by Alexandra Walford)
7268
7269 2002-07-24 [paul]       0.8.0claws7
7270
7271         * sync with 0.8.0cvs3
7272                 see ChangeLog 2002-07-24
7273
7274 2002-07-23 [christoph]  0.8.0claws6
7275
7276         * src/folder.c
7277         * src/folder.h
7278         * src/summaryview.c
7279         * src/summaryview.h
7280         * src/main.c
7281                 o separate processing and summaryview
7282                 o removed summary_write_cache from summaryview
7283                 o removed summaryview->killed_messages, because we don't have
7284                   to keep a list of killed messages anymore. New cache will
7285                   keep the hidden messages in cache anyway
7286         * src/folderview.c
7287         * src/inc.c
7288         * src/selective_download.c
7289                 o removed unnecessary summary_write_cache calls
7290         * src/procmsg.c
7291                 o don't set ignore thread flag in procmsg_get_thread_tree
7292                   if it is already set
7293         * src/mainwindow.c
7294         * src/statusbar.h
7295                 o moved STATUSBAR_PUSH/POP to statusbar.h because
7296                   they are used in different files
7297
7298 2002-07-23 [melvin]     0.8.0claws5
7299
7300         * src/addressbook.c
7301         * src/addrgather.c
7302         * src/editaddress.c
7303         * src/editgroup.c
7304         * src/editldap_basedn.c
7305         * src/importldif.c
7306         * src/prefs_common.c
7307                 Fixed few memory leak (gtk_editable_get_chars returns
7308                 an allocated string)
7309         * src/logwindow.c
7310                 Fixed few memory leak (gtk_editable_get_chars returns
7311                 an allocated string) and modified a little the log cutting
7312                 loop.
7313         * src/compose.c
7314                 Replaced a call to an obsolete function gtk_entry_get_text()
7315                 by gtk_editable_get_chars()
7316         * src/send.c
7317                 Removed a debug printf
7318
7319 2002-07-23 [christoph]  0.8.0claws4
7320
7321         * src/filesel.c
7322                 fix another g_dirname memory leak
7323
7324 2002-07-23 [christoph]  0.8.0claws3
7325
7326         * src/mh.c
7327                 fixed a memory leak in mh_fetch_msginfo
7328                 fixed crash when message header could not be
7329                 parsed
7330
7331 2002-07-23 [paul]       0.8.0claws2
7332
7333         * sync with 0.8.0cvs2
7334                 see ChangeLog 2002-07-23
7335
7336 2002-07-23 [paul]       0.8.0claws1
7337
7338         * sync with 0.8.0cvs1
7339                 see ChangeLog 2002-07-23
7340
7341 2002-07-23 [paul]       0.8.0claws
7342
7343         * release of 0.8.0claws
7344
7345 2002-07-23 [paul]       0.7.8claws99
7346
7347         * po/ru.po
7348                 new Russian translation, submitted by
7349                 Botalov Vyacheslav <botalov_v@upr.uralkaly.ru>
7350
7351 2002-07-22 [jens]       0.7.8claws98
7352
7353         * po/de.po
7354                 Updated German translations.
7355
7356 2002-07-22 [paul]       0.7.8claws97
7357
7358         * po/es.po
7359           po/it.po
7360           po/nl.po
7361           po/pt_BR.po
7362                 updated translations by Ricardo Mones Lastra,
7363                 Alessandro Maestri, Wilbert Berendsen and 
7364                 Fabio Jr. Beneditto respectively
7365
7366 2002-07-22 [christoph]  0.7.8claws96
7367
7368         * src/mimeview.c
7369                 fix memory leak caused by wrong g_dirname usage
7370
7371 2002-07-22 [christoph]  0.7.8claws95
7372
7373         * src/summaryview.c
7374                 update new and unread message counts for summaryview
7375                 summaryview does not get it from the folder anymore
7376                 and has to update the values itself
7377
7378 2002-07-22 [melvin]     0.7.8claws94
7379
7380         * po/fr.po
7381                 Updated French translations.
7382
7383 2002-07-22 [christoph]  0.7.8claws93
7384
7385         * src/matcher.c
7386                 set prop->preg pointer to NULL or following check
7387                 will not fail and regexec will be called with
7388                 invalid pointer
7389
7390 2002-07-21 [alfons]     0.7.8claws92
7391         
7392         * src/prefs_common.[ch]
7393                 remove option "Send return receipt on request"
7394
7395 2002-07-21 [thorsten]   0.7.8claws91
7396
7397         * src/mimeview.c
7398                 fixed memleaks, coding style as pointed out by alfons
7399
7400 2002-07-21 [alfons]     0.7.8claws90
7401
7402         * src/messageview.c
7403         * src/noticeview.[ch]
7404                 o fix bug notice view being displayed when going to empty folder 
7405                   (noticed by Christoph)
7406                 o allow RRR to be sent when restarting sylpheed, or changing folder 
7407                   (noticed by Thorsten)
7408
7409 2002-07-21 [thorsten]   0.7.8claws89
7410
7411         * src/mimeview.c
7412                 Included save_all patch from Xaview FACQ
7413                 added support for pathnames
7414
7415 2002-07-21 [alfons]     0.7.8claws88
7416
7417         * po/POTFILES.in
7418         * src/Makefile.am
7419         * src/mainwindow.c
7420         * src/messageview.[ch]
7421         * src/noticeview.c      ** NEW FILE **
7422         * src/noticeview.h      ** NEW FILE **
7423                 make return receipts work again
7424                 (UI idea by Leandro Pereira)
7425
7426 2002-07-21 [paul]       0.7.8claws87
7427
7428         * src/summaryview.c
7429                 fix sensitivity of 'Select thread'
7430
7431 2002-07-21 [paul]       0.7.8claws86
7432
7433         * src/prefs_common.c
7434                 add browser command line for Galeon
7435
7436 2002-07-21 [paul]       0.7.8claws85
7437
7438         * Makefile.am
7439                 fix 'EXTRA_DIST': remove README.README, add TODO
7440                 and TODO.claws
7441
7442 2002-07-21 [alfons]     0.7.8claws84
7443
7444         * src/gtkstext.c
7445                 make enter clear selection
7446                 (closes "[ 579888 ] Editor selection/entry error"
7447                 reported by Steve Lamb)
7448
7449 2002-07-21 [alfons]     0.7.8claws83
7450         
7451         * src/summaryview.c
7452                 sort message list when selecting unthread messages
7453                 (closes "[ 501593 ] switching threaded view doesn't sort"
7454                 reported by Simon Schubert)
7455
7456 2002-07-20 [alfons]     0.7.8claws82
7457         
7458         * src/matcher.c
7459                 const-correctness
7460
7461 2002-07-20 [thorsten]   0.7.8claws81
7462
7463         * src/matcher.c
7464                 Fixed expansion of empty fields in matchactions
7465
7466 2002-07-19 [melvin]     0.7.8claws80
7467
7468         * src/gtkspell.c
7469                 Removed a duplicate menu entry (fast mode) introduced during
7470                 the new cache merge
7471                 Added a menu separator between 'Use alternate' and 'Fast mode'
7472
7473 2002-07-19 [paul]       0.7.8claws79
7474
7475         * tools/Makefile.am
7476           tools/README
7477                 correct typos
7478
7479 2002-07-19 [thorsten]   0.7.8claws78
7480
7481         * tools/calypso_convert.pl      ** NEW FILE **
7482           tools/README
7483           tools/Makefile.am
7484                 script to import mbox files exported
7485                 by calypso
7486                 o generates folder structure
7487                 o includes attachments
7488
7489 2002-07-19 [melvin]     0.7.8claws77
7490
7491         * src/selective_download.[ch]
7492                 Fixed bug where closing the dialog with the window manager's
7493                 close button will not unlock the summary
7494                 Corrected some function declarations that missed a return value
7495                 Made the source code comply better with coding style.
7496         * src/prefs_common.c
7497                 Added new browser command line for Mozilla.
7498
7499 2002-07-18 [paul]       0.7.8claws76
7500
7501         * src/mainwindow.c
7502           src/selective_download.[ch]
7503                 reflect theme changes, fix Gdk Warning when creating 
7504                 pixmap from NULL window, and minor clean up.
7505                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
7506
7507         * po/en_GB.po
7508                 updated
7509
7510 2002-07-17 [paul]       0.7.8claws75
7511
7512         * INSTALL[.jp]
7513                 sync with 0.8.0
7514         
7515         * po/en_GB.po
7516                 updated
7517
7518 2002-07-16 [paul]       0.7.8claws74
7519
7520         * tools/filter_conv.pl
7521           tools/README
7522                 replace conversion script with reimplemented version, 
7523                 submitted by Torsten Schoenfeld <kaffeetisch@web.de>
7524
7525 2002-07-16 [colin]      0.7.8claws73
7526
7527         * src/summaryview.c
7528                 remove forgotten debug messages - sorry ;-)
7529
7530 2002-07-16 [colin]      0.7.8claws72
7531
7532         * src/mimeview.c
7533           src/summaryview.c
7534           src/textview.c
7535           src/textview.h
7536                 add the ability to select part of a text mime-part 
7537                 to reply.
7538
7539 2002-07-15 [christoph]  0.7.8claws71
7540
7541         * src/folder.c
7542                 fix folder message count for folders without
7543                 msg_is_changed (includes news folders)
7544
7545 2002-07-15 [martin]     0.7.8claws70
7546
7547         * src/summaryview.c
7548                 option "display recipient on 'From'..." now works
7549                 without the need of enabling the option
7550                 "display  sender  using  address  book".
7551
7552 2002-07-15 [christoph]  0.7.8claws69
7553
7554         * src/summaryview.c
7555                 removed setting folder status from summaryview.
7556                 folder.c should update all message counts correctly.
7557
7558 2002-07-15 [paul]       0.7.8claws68
7559
7560         * po/pt_BR.po
7561                 updated by Fabio Junior Beneditto
7562
7563 2002-07-15 [darko]      0.7.8claws67
7564
7565         * src/mh.c
7566                 Fixed target folder colorization, don't decrease op
7567                 number twice
7568
7569 2002-07-14 [paul]       0.7.8claws66
7570
7571         * sync with main 0.8.0
7572                 see ChangeLog 2002-07-14
7573
7574 2002-07-13 [melvin]     0.7.8claws65
7575         
7576         * src/addrbook.c
7577         * src/addressbook.c
7578         * src/addrindex.c
7579                 Replaced sprintf by g_snprintf to prevent possible buffer
7580                 overflow.
7581         * src/news.c
7582                 Corrected a log message output format.
7583                 Added a missing "done" debug output.
7584         * src/compose.c
7585                 Added keyboard accelerator for Priority menu items
7586                 Added missing \n in debug output
7587         * src/logwindow.c
7588         * src/gtkspell.c
7589         * src/rfc2015.c
7590                 Added missing \n in debug output
7591
7592 2002-07-13 [paul]       0.7.8claws64
7593
7594         * man/sylpheed.1
7595                 change Sergey's email address to the sf address
7596
7597         * src/textview.c
7598                 increase show_url_timeout (more useful for long
7599                 urls)
7600
7601 2002-07-12 [sergey]     0.7.8claws63
7602
7603         * src/rfc2015.c
7604                 applied (with some modifications) patch to set the
7605                 micalg parameter for signatures
7606                 (2001-08-28 Werner Koch <wk@gnupg.org>)
7607
7608 2002-07-12 [sergey]     0.7.8claws62
7609
7610         * man/Makefile.am
7611         * configure.in
7612                 fixed man page installation
7613
7614 2002-07-12 [paul]       0.7.8claws61
7615
7616         * sync with 0.7.8cvs26
7617                 see ChangeLog 2002-07-11 and 2002-07-12
7618
7619 2002-07-11 [christoph]  0.7.8claws60
7620
7621         * src/compose.c
7622         * src/procmsg.c
7623                 first use the message number to find the message
7624                 to mark with a reply flag but check the
7625                 message-id if we got the correct message, if not
7626                 try to find it by message-id.
7627                 use new string seperator that is not allowed
7628                 in message-ids.
7629
7630 2002-07-11 [paul]       0.7.8claws59
7631
7632         * sync with 0.7.8cvs23
7633                 see ChangeLog 2002-07-10
7634
7635 2002-07-10 [christoph]  0.7.8claws58
7636
7637         * src/folder.[ch]
7638         * src/msgcache.[ch]
7639                 Added message-id table to the cache in memory
7640                 and functions to msgcache.c and folder.c to
7641                 fetch MsgInfos by message id
7642         * src/compose.c
7643         * src/procmsg.c
7644                 store folder and message-id of message replying
7645                 to in queue header and set reply flag after sending
7646                 (Closes bug #469498)
7647
7648 2002-07-10 [paul]       0.7.8claws57
7649
7650         * AUTHORS
7651           man/sylpheed.1.gz
7652                 add Martin to the list of authors
7653
7654 2002-07-09 [martin]     0.7.8claws56
7655         * src/gtksctree.c
7656                 Added gtk_ctree_last_visible(), tree_update_level(),
7657                 gtk_ctree_link(), gtk_ctree_unlink(), real_sort_list(),
7658                 tree_sort(), gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
7659                 from gtk+ to gtksctree.c for the new sorting code
7660                 Renamed gtk_ctree_sort_recusive() to gtk_sctree_sort_recursive
7661                 Renamed gtk_ctree_sort_node() to gtk_sctree_sort_node
7662         * src/gtksctree.h
7663                 Added declaration for gtk_sctree_sort_recursive() and
7664                 gtk_sctree_sort_node
7665         * src/addressbook.c
7666         * src/foldersel.c
7667         * src/folderview.c
7668         * src/summaryview.c
7669                 changed calls from gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
7670                 to gtk_sctree_sort_recursive() and gtk_sctree_sort_node()
7671
7672 2002-07-08 [paul]       0.7.8claws55
7673
7674         * more sync with 0.7.8cvs21
7675                 see ChangeLog 2002-07-08
7676
7677 2002-07-08 [paul]       0.7.8claws54
7678
7679         * sync with 0.7.8cvs21
7680                 see ChangeLog 2002-07-08
7681
7682 2002-07-07 [alfons]     0.7.8claws53
7683
7684         * src/Makefile.am
7685         * src/stock_pixmap.[ch]
7686         * src/pixmaps/notice_warn.xpm   ** NEW FILE **
7687         * src/pixmaps/notice_error.xpm  ** NEW FILE **
7688         * src/pixmaps/notice_note.xpm   ** NEW FILE **
7689                 add new pixmaps for upcoming notice pane
7690
7691 2002-07-06 [melvin]     0.7.8claws52
7692
7693         * src/gtkspell.[ch]
7694                 Made them a bit closer to Sylpheed's coding style.
7695                 Removed old code.
7696                 Removed possible memory leaks when some errors occurs.
7697
7698 2002-07-06 [melvin]     0.7.8claws51
7699
7700         * po/Makefile.in.in
7701                 Removed --no-location in xgettext command line to help
7702                 translators that use Emacs' po-mode
7703         * src/quote_fmt.c
7704                 Removed unnecessary comments that messed up sylpheed.pot
7705
7706 2002-07-06 [paul]       0.7.8claws50
7707
7708         * sync with 0.7.8cvs19
7709                 see ChangeLog 2002-07-05
7710
7711 2002-07-06 [christoph]  0.7.8claws49
7712
7713         * src/folder.c
7714         * src/mainwindow.c
7715                 fix folder_item_remove_all_msg and folderview
7716                 status for trash folders after emptying trash
7717
7718 2002-07-05 [paul]       0.7.8claws48
7719
7720         * sync with 0.7.8cvs16
7721                 see ChangeLog 2002-07-04 and 2002-07-05
7722
7723 2002-07-04 [paul]       0.7.8claws47
7724
7725         * sync with 0.7.8cvs14
7726                 see  ChangeLog 2002-07-04
7727
7728 2002-07-03 [alfons]     0.7.8claws46
7729
7730         * src/folder.c
7731                 dupe folder item's path because it's being reallocated
7732                 by new folder scanning code
7733
7734 2002-07-03 [christoph]  0.7.8claws45
7735
7736         * src/imap.c
7737                 better IMAP uid fetching using 'FETCH 1:* (UID)'
7738         * src/msgcache.c
7739                 add missing return in msgcache_write
7740
7741 2002-07-02 [thorsten]   0.7.8claws44
7742
7743         * src/jpilot.c
7744         * src/msgcache.c
7745         * src/rfc2015.c
7746                 use binary mode for file access
7747
7748 2002-07-02 [christoph]  0.7.8claws43
7749
7750         * major code cleanup (part 1)
7751         
7752                 - unused variables removed
7753                 - unused functions removed
7754                 - uninitialized variables checked
7755                 - missing return statements added
7756                 - missing function return types added
7757                 - added parentheses around assignment and
7758                   && in || when suggested by gcc
7759               
7760         * src/mh.c
7761         * src/folder.c
7762                 replaced direct calls to folder->scan_tree
7763                 with folder_scan_tree and restore folder
7764                 prefs in this function. The folder should
7765                 not have to deal with them.
7766                 ( Should now work for all folder types )
7767
7768 2002-07-02 [paul]       0.7.8claws42
7769
7770         * sync with 0.7.8cvs13
7771                 see ChangeLog 2002-07-01 and 2002-07-02
7772
7773 2002-07-01 [christoph]  0.7.8claws41
7774
7775         * src/summaryview.c
7776                 fix "goto next/prev unread message" with
7777                 ignored threads
7778
7779 2002-07-01 [paul]       0.7.8claws40
7780
7781         * po/es.po
7782                 updated by Ricardo Mones Lastra
7783
7784 2002-06-30 [match]      0.7.8claws39
7785
7786         * src/jpilot.c
7787                 applied variation of leonerd's patch (566661) to
7788                 allow multiple email addresses per JPilot entry.
7789                 addresses may be separated by space, comma, pipe,
7790                 semi-colon, new-line.
7791
7792 2002-06-30 [alfons]     0.7.8claws38
7793
7794         * src/procmsg.c
7795                 simple fix for putting older nodes before
7796                 newer nodes when threading by subject
7797
7798 2002-06-30 [christoph]  0.7.8claws37
7799
7800         * src/folder.c
7801         * src/folderview.c
7802         * src/mh.c
7803         * src/news.c
7804         * src/procmsg.c
7805                 fix broken folder tree rescaning
7806                 and don't use procmsg_get_mark_sum
7807                 anymore
7808
7809 2002-06-30 [christoph]  0.7.8claws36
7810
7811         * merge new cache branch
7812         * src/imap.c
7813                 fix new cache imap copy bug
7814         * src/folder.c
7815                 improved folder_item_scan
7816                 it should now always set the correct
7817                 new, unread and total message counts
7818
7819 2002-06-29 [paul]       0.7.8claws35
7820
7821         * configure.in
7822                 correct syntax error
7823
7824 2002-06-29 [paul]       0.7.8claws34
7825
7826         * configure.in
7827           Makefile.am
7828           man/Makefile.am       ** NEW FILE **
7829           man/sylpheed.1.gz     ** NEW FILE **
7830                 add Sylpheed man page
7831
7832 2002-06-29 [paul]       0.7.8claws33
7833
7834         * po/pt_BR.po
7835                 updated by Fabio Junior Beneditto
7836
7837 2002-06-28 [jens]       0.7.8claws32
7838
7839         * po/de.po
7840                 translation updated
7841
7842         * src/selective_download.c
7843                 removed gettext for space " "
7844
7845         * src/imap.c
7846                 removed wrong space
7847
7848 2002-06-28 [paul]       0.7.8claws31
7849
7850         * sync with 0.7.8cvs11
7851                 see ChangeLog 2002-06-28
7852
7853 2002-06-28 [paul]       0.7.8claws30
7854
7855         * sync with 0.7.8cvs10
7856                 see ChangeLog 2002-06-27 and 2002-06-28
7857
7858 2002-06-26 [paul]       0.7.8claws29
7859
7860         * src/addrgather.c
7861           src/selective_download.c
7862                 don't gettextise empty strings.
7863                 reserved by gettext. gettext("") returns 
7864                 the header entry with meta information, 
7865                 not the empty string
7866
7867         * po/en_GB.po
7868                 updated
7869
7870 2002-06-26 [paul]       0.7.8claws28
7871
7872         * sync with 0.7.8cvs7
7873                 see ChangeLog 2002-06-25
7874
7875         * src/prefs_common.c
7876                 ...and in the process, tweak the gui a little
7877
7878 2002-06-25 [alfons]     0.7.8claws27
7879         
7880         * configure.in
7881         * src/Makefile.am
7882                 fine tune ldap library detection
7883
7884 2002-06-25 [alfons]     0.7.8claws26
7885
7886         * src/compose.c
7887                 don't allow return receipts when composing a news article
7888
7889 2002-06-25 [paul]       0.7.8claws25
7890
7891         * Makefile.am
7892                 add '$(AMTAR)' to 'release' section to allow for
7893                 new and older autotools
7894
7895 2002-06-25 [paul]       0.7.8claws24
7896
7897         * src/summaryview.c
7898                 fix "No more unread messages" persistant pop-up
7899                 window bug
7900
7901 2002-06-25 [paul]       0.7.8claws23
7902
7903         * po/it.po
7904                 updated by Alessandro Maestri
7905
7906 2002-06-25 [paul]       0.7.8claws22
7907
7908         * sync with 0.7.8cvs6
7909                 see ChangeLog 2002-06-25
7910
7911 2002-06-24 [paul]       0.7.8claws21
7912
7913         * tools/update-po
7914                 add GPL copyright information
7915
7916 2002-06-24 [paul]       0.7.8claws20
7917
7918         * tools/Makefile.am
7919           tools/README
7920           tools/update-po       ** NEW FILE **
7921                 add script that eases the creation of *.po files
7922                 Submitted by Wilbert Berendsen <wilbert@oswf.org>
7923
7924 2002-06-23 [alfons]     0.7.8claws19
7925
7926         * src/messageview.c
7927                 make notification_convert_header obey const correctness
7928                 (next step will be fixing the broken return receipt)
7929
7930 2002-06-23 [paul]       0.7.8claws18
7931
7932         * src/messageview.c
7933                 fix bug introduced in last commit:
7934                 removed too much code in last commit - put back what's
7935                 needed
7936
7937 2002-06-23 [paul]       0.7.8claws17
7938
7939         * src/messageview.[ch]
7940                 remove code committed in error from locally patched
7941                 source
7942
7943 2002-06-23 [colin]      0.7.8claws16
7944
7945         * src/compose.[ch]
7946                 add compose_entry_select(), used to select the default_to
7947                 email address - hopefully avoiding people sending mails to
7948                 wrong recipients.
7949
7950 2002-06-22 [alfons]     0.7.8claws15
7951
7952         * AUTHORS
7953                 add Bram Metsch & Stanislav Karchebny
7954         * src/smtp.[ch]
7955         * src/prefs_account.[ch]
7956         * src/send.c
7957                 - apply and adapt Bram's patch which allows user to set SMTP AUTH 
7958                   options.  (see <http://sourceforge.net/tracker/index.php
7959                   ?func=detail&aid=566937&group_id=25528&atid=384600>);
7960
7961                 - merge Stanislav's fix to make SMTP AUTH work with qmail
7962                   (see <http://www.tmtm.org/cgi-bin/w3ml/msg.cgi?ml=sylpheed&id=14343>)
7963
7964 2002-06-22 [paul]       0.7.8claws14
7965
7966         * sync with 0.7.8cvs5
7967                 see ChangeLog 2002-06-19 and 2002-06-20
7968
7969 2002-06-22 [alfons]     0.7.8claws13
7970
7971         * src/selective_download.c
7972                 fix a stupid mistake I made
7973
7974 2002-06-22 [alfons]     0.7.8claws12
7975
7976         * src/selective_download.[ch]
7977                 fix another unnoticed leak; cleanup code
7978
7979 2002-06-21 [alfons]
7980
7981         * tools/Makefile.am
7982                 gpg-sign <-- gpg-sign-syl
7983
7984 2002-06-21 [alfons]     0.7.8claws11
7985
7986         * src/selective_download.c
7987         * src/selective_download.h
7988                 fix assorted mix of allocation errors (should solve
7989                 problem reported by Philippe Gramoullé, see:
7990                 http://sourceforge.net/mailarchive/forum.php?thread_id=828668&forum_id=2006)
7991
7992 2002-06-20 [melvin]     0.7.8claws10
7993
7994         * tools/gpg-sign *REMOVED*
7995           tools/gpg-sign-syl *ADDED*
7996                 Replaced the gpg clearsigning script with the version using
7997                 xterm instead of ssh-askpass and changed its name.
7998
7999         * README.claws
8000                 Updated actions example to reflect the renaming of the
8001                 gpg clearsigning script.
8002
8003 2002-06-19 [paul]       0.7.8claws9
8004
8005         * sync with 0.7.8claws9
8006                 see ChangeLog 2002-06-18 and 2002-06-19
8007
8008 2002-06-19 [paul]       0.7.8claws8
8009
8010         * sync with 0.7.8cvs1
8011                 see ChangeLog 2002-06-18
8012
8013 2002-06-18 [alfons]     0.7.8claws7
8014
8015         * src/mainwindow.h
8016                 add omitted prototype
8017
8018 2002-06-17 [paul]       0.7.8claws6
8019
8020         * src/mainwindow.c
8021                 fix hiding of exec_btn
8022
8023 2002-06-17 [paul]       0.7.8claws5
8024
8025         * src/pop.c
8026                 remove unneeded code: should_delete() 
8027                 and Pop3State::uidl_todelete_list
8028
8029 2002-06-17 [paul]       0.7.8claws4
8030
8031         * sync with 0.7.8
8032                 see ChangeLog 2002-06-11 and 2002-06-13
8033
8034 2002-06-16 [alfons]     0.7.8claws3
8035         
8036         * src/folder.c
8037                 make sure lock sort mode (claws specific) is
8038                 also persists after a tree rescan
8039
8040 2002-06-16 [alfons]     0.7.8claws2
8041
8042         * src/prefs_folder_item.c
8043         * src/folder.[ch]
8044                 fix persistence of folder sort mode (broken
8045                 by adapting Hiro's new folder persistence code)
8046
8047 2002-06-16 [alfons]     0.7.8claws1
8048
8049         * AUTHORS
8050         * src/logwindow.c
8051         * src/prefscommon.[ch]
8052                 control size of log text in log window; 
8053                 closes patch #569155 submitted by Mitko Haralanov.
8054
8055 2002-06-15 [paul]       0.7.8claws
8056
8057         * release of 0.7.8claws
8058
8059 2002-06-15 [paul]       0.7.7claws
8060
8061         * po/pt_BR.po
8062                 updated by Fabio Junior Beneditto
8063
8064 2002-06-14 [paul]       0.7.6claws49
8065
8066         * po/es.po
8067                 updated by Ricardo Mones Lastra
8068
8069 2002-06-14 [paul]       0.7.6claws48
8070
8071         * po/nl.po
8072                 updated translation by Wilbert Berendsen
8073
8074 2002-06-14 [melvin]     0.7.6claws47
8075
8076         * po/fr.po
8077                 Updated French translation
8078
8079 2002-06-13 [paul]       0.7.6claws46
8080
8081         * src/filesel.c
8082                 allow filename to be typed in, rather than just
8083                 selected by the mouse. Patch by Gustavo Noronha Silva.
8084
8085 2002-06-13 [alfons]     0.7.6claws45
8086
8087         * src/mainwindow.[ch]
8088                 more cleanups (removing unnecessary menu items Expand 
8089                 summary / message view)
8090
8091 2002-06-13 [melvin]     0.7.6claws44
8092
8093         * po/POTFILES.in
8094                 Added src/string_match.c
8095         * src/string_match.c
8096                 Fixed possible buffer overflow.
8097                 Corrected typo.
8098                 Added missing config.h header.
8099         * src/prefs_common.c
8100           src/prefs_matcher.c
8101           src/prefs_scoring.c
8102                 Made some strings translatable (missing _(..)).
8103
8104 2002-06-13 [melvin]     0.7.6claws43
8105
8106         * README.claws
8107                 Corrected action example (verifying clearsigned mail).
8108         * src/prefs_account.c
8109                 Corrected typo.
8110         * src/prefs_common.c
8111                 Removed incorrect line that generated a Gtk-CRITICAL msg.
8112
8113 2002-06-12 [alfons]     0.7.6claws42
8114
8115         * src/summaryview.c
8116                 add init of score column lost in 0.7.6claws42
8117
8118 2002-06-12 [paul]       0.7.6claws41
8119
8120         * src/prefs_account.c
8121                 CREATE_RADIO_BUTTONS(): fixed a typo and corrected the 
8122                 behavior of the radio buttons, (from 0.7.7cvs2)
8123
8124 2002-06-11 [alfons]     0.7.6claws40
8125
8126         * src/messageview.[ch]
8127         * src/summaryview.[ch]
8128         * src/summary_search.c
8129         * src/mainwindow.c
8130                 perform a sync to bring in Hiro's separate view implementation 
8131
8132                 (NOTE: may still be buggy; 0.7.6claws39 marked as LAST_STABLE)
8133
8134 2002-06-11 [paul]       0.7.6claws39
8135         
8136         * src/prefs_account.c
8137                 correct a typo on the Receive tab
8138
8139 2002-06-10 [match]      0.7.6claws38
8140
8141         * src/addressbook.c
8142                 Included address completion patch from Gustavo Noronha.
8143
8144 2002-06-10 [paul]       0.7.6claws37
8145
8146         * src/inc.[ch]
8147           src/pop.c
8148           src/prefs_account.[ch]
8149           src/selective_download.[ch]
8150                 apply PATCH #561712
8151                  NEW:
8152                 - check if POP Account
8153                 - Receive Button renamed to Preview
8154                 - Preview Button Popup: preview new/all messages
8155                 - Download Button
8156                 - Account Preferences-->Receive tab checkbutton if you
8157                   want to remove Mail after Download
8158                 -: default YES
8159                 - Account Preferences-->Receive tab checkbutton use
8160                   filtering rules on preview
8161                   (think of delete_on_server)
8162                 -: default YES
8163                 - Account selectable from SD dialog
8164                 - checkbutton to show already downloaded messages if
8165                   all messages are previewed
8166                 - new clist column showing Date
8167                 - ESC KEY close
8168                 FIXES:
8169                 - play ball with UIDL
8170                 - fault tolerant (?) 
8171                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
8172
8173 2002-06-10 [melvin]     0.7.6claws36
8174
8175         * README.claws
8176                 Added a hint to ac/README in cvs instructions.
8177
8178         * src/prefs_actions.c
8179                 Made it possible to use a more elaborate command line
8180                 for asynchronous actions, too.
8181
8182 2002-06-10 [melvin]     0.7.6claws35
8183         
8184         * src/prefs_actions.c
8185                 Make it possible to use a more elaborate command line
8186                 (e.g. |foo|bar|cat>there;echo Done|)
8187                 Corrected error message when calling %f, %F and %p commands
8188                 from the compose window.
8189
8190 2002-06-09 [colin]      0.7.6claws34
8191
8192         * src/summaryview.c
8193                 Automatically find unread messages in current folder
8194                 before annoying the user.
8195
8196 2002-06-08 [alfons]     0.7.6claws33
8197
8198         * po/it.po
8199                 remove bad formatting string in it.po translation
8200                 (close "[ 548336 ] --debug segfaults!!! with it_IT@euro")
8201
8202 2002-06-08 [paul]       0.7.6claws32
8203
8204         * sync with 0.7.6cvs25
8205                 see ChangeLog 2002-06-07
8206
8207 2002-06-05 [paul]       0.7.6claws31
8208
8209         * src/mainwindow.c
8210                 add 'Sort by locked' and 'Sort by score'
8211
8212 2002-06-05 [paul]       0.7.6claws30
8213
8214         * sync with 0.7.6cvs24
8215                 see ChangeLog 2002-06-04
8216
8217 2002-06-04 [paul]       0.7.6claws29
8218
8219         * po/pt_BR.po
8220                 updated by Fabio Junior Beneditto
8221
8222 2002-06-03 [thorsten]   0.7.6claws28
8223
8224         * src/matcher.c
8225                 fclose() matcherrc after reading
8226
8227 2002-06-03 [paul]       0.7.6claws27
8228
8229         * sync with 0.7.6cvs21
8230                 see ChangeLog 2002-05-31
8231
8232 2002-05-31 [paul]       0.7.6claws26
8233
8234         * sync with 0.7.6cvs20
8235                 see ChangeLog 2002-05-29 and 2002-05-30
8236
8237 2002-05-31 [paul]       0.7.6claws25
8238
8239         * src/imap.c
8240                 hopefully fix last buggy sync
8241
8242         * README.claws
8243                 correct typo in 'Actions' examples
8244
8245 2002-05-29 [paul]       0.7.6claws24
8246
8247         * sync with 0.7.6cvs18
8248                 see ChangeLog 2002-05-28 and 2002-05-29
8249
8250         * src/news.c
8251           src/nntp.[ch]
8252                 sync with above 
8253
8254 2002-05-28 [paul]       0.7.6claws23
8255
8256         * sync with 0.7.6cvs16
8257                 see ChangeLog 2002-05-28
8258
8259 2002-05-27 [thorsten]   0.7.6claws22 
8260
8261         * faq/it/sylpheed-faq-1.html
8262           faq/it/sylpheed-faq-2.html
8263           faq/it/sylpheed-faq-3.html
8264           faq/it/sylpheed-faq.html
8265                 corrected DOS lineendings
8266         * faq/de/sylpheed-faq-1.html
8267           faq/de/sylpheed-faq-2.html
8268           faq/en/sylpheed-faq-1.html
8269           faq/en/sylpheed-faq-2.html
8270           faq/en/sylpheed-faq-3.html
8271           faq/es/sylpheed-faq-1.html
8272           faq/es/sylpheed-faq-2.html
8273           faq/es/sylpheed-faq-3.html
8274           faq/fr/sylpheed-faq-1.html
8275           faq/it/sylpheed-faq-1.html
8276           faq/it/sylpheed-faq-2.html
8277           faq/it/sylpheed-faq-3.html
8278           faq/it/sylpheed-faq.html
8279                 changed ">" to &quot;
8280
8281 2002-05-27 [paul]       0.7.6claws21
8282         
8283         * sync with 0.7.6cvs15
8284                 see ChangeLog 2002-05-27
8285
8286 2002-05-27 [paul]       0.7.6claws20
8287
8288         * src/prefs_account.c
8289                 correct a typo
8290
8291 2002-05-26 [paul]       0.7.6claws19
8292
8293         * tools/README
8294                 correct a typo
8295
8296 2002-05-25 [paul]       0.7.6claws18
8297
8298         * tools/README
8299                 add description of kmail2sylpheed.pl
8300
8301 2002-05-25 [paul]       0.7.6claws17
8302
8303         * tools/kmail2sylpheed.pl       ** NEW FILE **
8304                 perl script that converts an exported Kmail address
8305                 book, converts it to sylpheed addressbook file,
8306                 writes the file to .sylpheed, and updates
8307                 addrbook--index.xml 
8308
8309 2002-05-25 [paul]       0.7.6claws16
8310
8311         * sync with 0.7.6cvs14
8312                 see ChangeLog 2002-05-23
8313
8314 2002-05-24 [paul]       0.7.6claws15
8315
8316         * README.claws
8317                 make a correction and add some more info
8318
8319 2002-05-24 [paul]       0.7.6claws14
8320
8321         * src/compose.c
8322                 fix memory leak in 
8323                 compose_redirect_write_headers_from_headerlist()
8324                 add Subject and Resent-Message-ID to
8325                 compose_redirect_write_headers()
8326                 Received, Subject, and X-UIDL are filtered out in 
8327                 compose_redirect_write_to_file()
8328
8329 2002-05-23 [paul]       0.7.6claws13
8330
8331         * src/compose.[ch]
8332           src/filtering.c
8333           src/mainwindow.c
8334           src/matcher.[ch]
8335           src/matcher_parser_lex.l
8336           src/matcher_parser_parse.y
8337           src/prefs_common.[ch]
8338           src/prefs_filtering.c
8339           src/summaryview.c
8340                 rename 'Bounce' to 'Redirect'
8341
8342 2002-05-23 [paul]       0.7.6claws12
8343
8344         * more sync with 0.7.6cvs13
8345           src/compose.c
8346                 see ChangeLog 2002-05-22
8347
8348 2002-05-22 [paul]       0.7.6claws11
8349
8350         * sync with 0.7.6cvs13
8351           src/codeconv.c
8352                 see ChangeLog 2002-05-20
8353           src/prefs_common.c
8354                 see ChangeLog 2002-05-22
8355
8356 2002-05-21 [melvin]     0.7.6claws10
8357
8358         * src/folderview.c
8359                 Added missing filtering and scoring headers
8360                 Fixed bad function call that showed garbage 
8361                 in Folder->Processing
8362
8363 2002-05-21 [paul]       0.7.6claws9
8364
8365         * tools/Makefile.am
8366                 make all tools executable, (patch by Alfons).
8367
8368 2002-05-20 [alfons]     0.7.6claws8
8369
8370         * src/procheader.c
8371                 don't forget to call mktime() so we have a valid week 
8372                 and year day
8373                 (Bug report by Roger Sondermann <mail@jumaros.de>)
8374
8375 2002-05-20 [paul]       0.7.6claws7
8376
8377         * src/html.c
8378                 fix broken parsing of urls
8379         * src/textview.c
8380                 fix displaying of urls
8381
8382                 both fixes from the patch [547855] by Eugene 
8383                 Brevdo (zonem)
8384
8385 2002-05-19 [alfons]     0.7.6claws6
8386
8387         * configure.in
8388                 make sylpheed configure correctly with the latest
8389                 and greatest of automake / autoconf / gettext
8390
8391 2002-05-19 [alfons]     0.7.6claws5
8392
8393         * src/procheader.c
8394         * src/procheader.h
8395                 add function for returning ime zone offset
8396         * src/quote_fmt.c
8397         * src/quote_fmt_parse.y
8398                 better quotation formatting - does not convert
8399                 to local time, but uses the original date string.
8400                 
8401                 Note: %z inserts the timezone offset (should 
8402                 work also on platforms where strftime does not
8403                 support %z).
8404
8405 2002-05-18 [christoph]  0.7.6claws4
8406
8407         * src/summaryview.c
8408                 fix indentation of some code
8409         * tools/Makefile.am
8410                 fix spaces after \
8411         * src/Makefile.am
8412                 add missing \
8413                 correct path for ignorethread.xpm
8414                 incorrect filename for sylpheed_logo.xpm
8415                 add missing include matcher_parser_parse.h
8416
8417 2002-05-18 [paul]       0.7.6claws3
8418
8419         * sync with 0.7.6cvs8
8420                 see ChangeLog 2002-05-16 and 2002-05-17
8421
8422 2002-05-18 [melvin]     0.7.6claws2
8423
8424         * README.claws
8425                 Corrected an action's definition and fixed some misspellings.
8426
8427 2002-05-18 [paul]       0.7.6claws1
8428
8429         * tools/Makefile.am
8430           tools/gpg-sign        ** new file **
8431           tools/uudec           ** new file **
8432                 add Melvin's Actions scripts
8433
8434         * README.claws
8435                 add Melvin's descriptions for Actions
8436
8437 2002-05-18 [paul]       0.7.6claws
8438
8439         * Version 0.7.6claws released
8440
8441 2002-05-17 [paul]       0.7.5claws32
8442
8443         * po/es.po
8444                 updated by Ricardo Mones Lastra
8445
8446 2002-05-17 [paul]       0.7.5claws31
8447
8448         * src/compose.c
8449                 fix Account prefs default folder for sent/draft/deleted
8450                 messages bug
8451
8452         * po/it.po
8453           po/nl.po
8454                 updated translation by Alessandro Maestri and
8455                 Wilbert Berendsen
8456
8457 2002-05-17 [melvin]     0.7.5claws30
8458
8459         * src/prefs_actions.c
8460                 Fixed bug where using %F not at the end of the command 
8461                 resulted in an additional empty argument being created.
8462                 Thanks to Darko Koruga for reporting the bug.
8463
8464 2002-05-17 [melvin]     0.7.5claws29
8465
8466         * po/fr.po
8467                 Updated French translations.
8468
8469 2002-05-15 [paul]       0.7.5claws28
8470         
8471         * po/es.po
8472                 updated by Ricardo Mones Lastra
8473
8474 2002-05-15 [paul]       0.7.5claws27
8475
8476         * sync with 0.7.6cvs4
8477                 see ChangeLog 2002-05-14 and 2002-05-15
8478
8479 2002-05-14 [paul]       0.7.5claws26
8480
8481         * sync with 0.7.6cvs1
8482                 see ChangeLog 2002-05-13
8483
8484 2002-05-13 [thorsten]   0.7.5claws25
8485
8486         * src/messageview.c
8487                 fix select_all and copy in multipart messages
8488         * src/mainwindow.c
8489                 fix select_all and copy in multipart messages
8490
8491 2002-05-12 [paul]       0.7.5claws24
8492
8493         * src/summaryview.c
8494                 reverse last commit, bug already fixed in 0.7.5claws3
8495
8496 2002-05-12 [netztorte]  0.7.5claws23
8497
8498         * src/summaryview.c
8499                 dont parse empty addressbook (checked in before claws20)
8500
8501 2002-05-12 [melvin]     0.7.5claws22
8502
8503         * src/procmsg.[ch]
8504                 Removed unneeded priority code introduced by the previous 
8505                 commit.
8506
8507 2002-05-12 [melvin]     0.7.5claws21
8508
8509         * src/compose.[ch]
8510                 Added possibility to set message's priority.
8511         * src/procmsg.[ch]
8512                 Added possibility to set message's priority.
8513                 Added missing headers
8514
8515 2002-05-12 [melvin]     0.7.5claws20
8516
8517         * src/prefs_actions.c
8518                 Removed implicitely added quotes around the name
8519                 of the temporary files of mime parts.
8520
8521 2002-05-12 [paul]       0.7.5claws19
8522
8523         * sync with 0.7.5cvs20
8524                 see ChangeLog 2002-05-11
8525
8526 2002-05-12 [alfons]     0.7.5claws18
8527
8528         * src/quote_fmt_lex.l
8529         * src/quote_fmt_parse.y
8530                 allow quote / reply date & time format to be set using
8531                 %D{format}. format is a format string you'd pass to
8532                 strftime() (see man strftime, or the Display tab |
8533                 Date format setting).
8534
8535                 Currently %D converts the date to local time. 
8536
8537 2002-05-11 [paul]       0.7.5claws17
8538
8539         * sync with 0.7.5cvs19 (except src/prefs_folder_item.c)
8540                 see ChangeLog 2002-05-10 and 2002-05-11
8541
8542 2002-05-10 [paul]       0.7.5claws16
8543
8544         * sync with 0.7.5cvs16
8545                 see ChangeLog entries 2002-05-09 and 
8546                 2002-05-10
8547
8548 2002-05-10 [colin]      0.7.5claws15
8549
8550         * src/textview.c
8551                 Corrected a bug that prevented sylpheed to open
8552                 double-clicked URIs.
8553
8554 2002-05-09 [paul]       0.7.5claws14
8555
8556         * sync with 0.7.5cvs14
8557                 see ChangeLog 2002-05-08 and 2002-05-09
8558
8559 2002-05-08 [paul]       0.7.5claws13
8560
8561         * sync with 0.7.5cvs11
8562                 see ChangeLog entry 2002-05-08
8563
8564 2002-05-08 [paul]       0.7.5claws12
8565
8566         * src/mainwindow.c
8567           src/textview.[ch]
8568                 fix segfault on View->Open in new window
8569                 patch submitted by Thorsten Maerz <torte@netztorte.de>
8570
8571 2002-05-07 [paul]       0.7.5claws11
8572
8573         * sync with 0.7.5cvs9
8574                 see ChangeLog entry 2002-05-07
8575
8576 2002-05-06 [paul]       0.7.5claws10
8577
8578         * src/messageview.c
8579           src/textview.c
8580                 display url in statusbar on single-click
8581                 patch submitted by Thorsten Maerz <torte@netztorte.de>
8582
8583 2002-05-06 [match]      0.7.5claws9
8584
8585         * src/addritem.[ch]
8586                 new functions.
8587         * src/addrcache.c
8588                 tidy up.
8589         * src/xmlprops.[ch]
8590                 XML implementation of properties file.
8591         * src/exporthtml.[ch]
8592         * src/expthtmldlg.[ch]
8593         * src/addressbook.c
8594                 export to HTML.
8595
8596 2002-05-02 [sergey]     0.7.5claws8
8597
8598         * src/mainwindow.c (mainwin_entries),
8599           src/prefs_common.c (prefs_send_create()),
8600           src/codeconv.c (locale_table):
8601                 use charset name "Windows-1251" instead of "CP1251".
8602
8603 2002-05-02 [colin]      0.7.5claws7
8604         
8605         * src/compose.c
8606           src/prefs_common.c
8607           src/prefs_folder_item.c
8608                 Fixed cosmetics bugs due to Outbox renamed to Sent.
8609
8610 2002-05-02 [hiro]       0.7.5claws6
8611
8612         * src/imap.c
8613                 sync the change for QUOTE_IF_REQUIRED() macro with 0.7.5cvs7.
8614
8615 2002-05-02 [paul]       0.7.5claws5
8616
8617         * src/compose.c
8618                 more sync with 0.7.5cvs7, see ChangeLog entry
8619                 2002-05-02
8620
8621 2002-05-02 [hiro]       0.7.5claws4
8622
8623         * src/compose.c
8624                 compose_queue_sub():
8625                 check if queue folder exists (closes #550397).
8626                 removed directory creation since it should be handled
8627                 transparently.
8628         * src/imap.c
8629                 imap_add_msg(): return UID for appended message
8630                 (closes #548842).
8631
8632 2002-04-30 [paul]       0.7.5claws3
8633
8634         * src/summaryview.c
8635                 fix account_find_from_address() bug
8636
8637 2002-04-28 [colin]      0.7.5claws2
8638
8639         * src/compose.c
8640           src/textview.c
8641           src/prefs_common.[ch]
8642           src/utils.[ch]
8643                 Added user-definable quotation characters recognition.
8644
8645 2002-04-28 [paul]       0.7.5claws1
8646
8647         * sync with 0.7.5cvs4
8648                 see ChangeLog entry  2002-04-25
8649
8650 2002-04-28 [paul]       0.7.5claws
8651
8652         * po/es.po
8653           po/nl.po
8654           po/pt_BR.po
8655                 updated by Ricardo Mones Lastra, Wilbert Berendsen, and
8656                 Fabio Junior Beneditto
8657
8658 2002-04-27 [jens]       0.7.4claws103
8659
8660         * po/de.po
8661                 updated German translation.
8662
8663 2002-04-27 [hiro]       0.7.4claws102
8664
8665         * src/summaryview.c
8666                 summary_write_cache(): fixed the mark loss of hidden messages.
8667
8668 2002-04-26 [melvin]     0.7.4claws101
8669
8670         * src/procmsg.c
8671                 fixed a second typo (same one)
8672         * po/fr.po
8673           po/it.po
8674           po/pt_BR.po
8675                 fixed the type again...
8676
8677 2002-04-26 [melvin]     0.7.4claws100
8678
8679         * src/procmsg.c
8680                 fixed a typo in an alert message ("temorary").
8681         * po/it.po
8682         * po/pt_BR.po
8683                 corrected the typo  described above.
8684         * po/fr.po
8685                 updated French translation.
8686
8687 2002-04-26 [darko]      0.7.4claws99
8688
8689         * src/summaryview.c
8690                 fix target folder colorization
8691
8692 2002-04-25 [paul]       0.7.4claws98
8693
8694         * po/it.po
8695                 updated by Alessandro Maestri
8696
8697 2002-04-24 [colin]      0.7.4claws97
8698         
8699         * src/compose.c
8700                 Fixed double "subject is empty" question.
8701
8702 2002-04-23 [colin]      0.7.4claws96
8703         
8704         * src/mimeview.c
8705                 Corrected issue when "automatically display images" was
8706                 not set : first image remained after selecting second.
8707
8708 2002-04-23 [melvin]     0.7.4claws95
8709
8710         * src/prefs_actions.c
8711                 Don't display in/out dialog if there is nothing to show.
8712
8713 2002-04-23 [paul]       0.7.4claws94
8714
8715         * sync with 0.7.5cvs3
8716                 bug fixes: see ChangeLog entry 2002-04-23
8717
8718 2002-04-22 [darko]      0.7.4claws93
8719
8720         * src/compose.c
8721                 fix previous check-in which changed code after
8722                 merge from main
8723
8724 2002-04-22 [paul]       0.7.4claws92
8725
8726         * faq/de/*
8727                 add German FAQ
8728         * faq/en/*
8729           faq/es/*
8730           faq/fr/*
8731                 update English, Spanish and French FAQs
8732         * manual/de/*
8733           manual/es/*
8734                 add German and Spanish manuals
8735         * manual/en/*
8736           manual/fr/*
8737                 update English and French manuals
8738
8739         * src/Makefile.am
8740                 add to and re-arrange the pixmap entries
8741
8742 2002-04-22 [darko]      0.7.4claws91
8743
8744         * src/compose.c
8745                 fix sender initials recognition to only allow
8746                 '>' after the initials
8747
8748 2002-04-21 [paul]       0.7.4claws90
8749
8750         * sync with 0.7.5 release
8751                 see ChangeLog entry 2002-04-21
8752
8753 2002-04-21 [alfons]
8754
8755         * src/Makefile.am
8756                 add colin's new pixmaps to EXTRA_DIST
8757
8758 2002-04-21 [colin]      0.7.4claws89
8759         * src/compose.c
8760         * src/inc.c
8761         * src/mainwindow.[ch]
8762         * src/prefs_common.[ch]
8763         * src/stock_pixmap.[ch]
8764                 Added "Work offline" ability.
8765
8766 2002-04-21 [colin]      0.7.4claws88
8767         
8768         * src/mimeview.c
8769         * src/prefs_common.c
8770         * src/prefs_common.h
8771         * src/textview.c : Added an option to common preferences -> display
8772           to allow user not to automatically display images.
8773
8774 2002-04-21 [paul]       0.7.4claws87
8775
8776         * sync with 0.7.4cvs52
8777                 see ChangeLog entry 2002-04-21 (src/imap.c)
8778
8779 2002-04-21 [paul]       0.7.4claws86
8780
8781         * sync with 0.7.4cvs51
8782                 see ChangeLog entry 2002-04-21
8783
8784 2002-04-21 [paul]       0.7.4claws85
8785
8786         * sync with 0.7.4cvs49
8787                 see ChangeLog entries 2002-04-20 and 2002-04-21
8788
8789         * src/Makefile.am
8790                 clean up: remove old 'stock_' element from xpm 
8791                 filenames.
8792
8793 2002-04-21 [alfons]     0.7.4claws84
8794
8795         apply sync patch from Paul
8796
8797         * src/folderview.c
8798                 use old claws prefs_folder_item_create() for now
8799
8800 2002-04-19 [match]      0.7.4claws83
8801
8802         * src/addressbook.[ch]
8803         * src/addrharvest.[ch]
8804         * src/addrgather.[ch]
8805                 recurse folders.
8806         * src/mainwindow.c
8807         * src/summaryview.[ch]
8808                 change menu option.
8809
8810 2002-04-19 [paul]       0.7.4claws82
8811
8812         * po/pt_BR.po
8813                 updated by Fabio Junior Beneditto
8814
8815 2002-04-14 [alfons]     0.7.4claws81
8816
8817         * src/passphrase.c
8818                 add #include <sys/types.h> for mode_t and off_t 
8819
8820 2002-04-13 [paul]       0.7.4claws80
8821         
8822         * src/main.c
8823           src/passphrase.[ch]
8824           src/pgptext.c
8825           src/prefs_common.[ch]
8826           src/rfc2015.c
8827                 enable storing of GnuPG passphrase for the whole 
8828                 session or a user-defined number of minutes. patch 
8829                 submitted by Ravemax <ravemax@dextrose.com>
8830
8831 2002-04-13 [alfons]     0.7.4claws79
8832
8833         * src/textview.c
8834                 make email parser also stop scanning when encountering separators
8835                 ',' and ';' (reported by Fabien Vantard <fvantard@opsion.fr>)
8836
8837 2002-04-13 [paul]       0.7.4claws78
8838
8839         * sync with 0.7.4cvs39
8840                 see ChangeLog entry 2002-04-12
8841
8842 2002-04-11 [paul]       0.7.4claws77
8843
8844         * sync with 0.7.4cvs37
8845                 see ChangeLog entry 2002-04-11
8846
8847 2002-04-11 [paul]       0.7.4claws76
8848
8849         * COPYING 
8850                 re-licensed (removal of "NO-VIRUS CLAUSE" and addition of
8851                 the clause for OpenSSL). sync with sylpheed main
8852
8853 2002-04-09 [melvin]     0.7.4claws75
8854
8855         * src/compose.c
8856                 Made 'Ctrl-Enter' on send ignore some modifiers 
8857                 (LOCK_MASK, MOD2, MOD3, MOD4, MOD5). Make it possible
8858                 to bind other *-Enter (but not Alt-Enter).
8859
8860 2002-04-09 [paul]       0.7.4claws74
8861
8862         * sync with 0.7.4cvs35
8863                 see ChangeLog entries 2002-04-09
8864
8865 2002-04-08 [paul]       0.7.4claws73
8866
8867         * sync with 0.7.4cvs33
8868                 see ChangeLog entry 200-04-08
8869
8870 2002-04-07 [match]      0.7.4claws72
8871
8872         * src/addrharvest.[ch]
8873                 fixed to read all addresses in header, regardless
8874                 of header size. improved name parsing. accommodate
8875                 harvest from folders and selected message.
8876         * src/addritem.[ch]
8877                 included new address parsing function.
8878         * src/addrgather.[ch]
8879         * src/addressbook.[ch]
8880         * src/summaryview.[ch]
8881         * src/mainwindow.c
8882                 allow address harvest of folder as well as selected
8883                 messages.
8884
8885 2002-04-07 [paul]       0.7.4claws71
8886
8887         * src/esmtp.[ch]
8888           src/smtp.c
8889                 don't try to authenticate with CRAM-MD5 in SMTP when 
8890                 SMTP-AUTH enabled if MTA doesn't issue this 
8891                 auth-method in it's ehlo-response. bug item #531364,
8892                 patch item #938910. patch submitted by Colin Leroy 
8893                 <colin@colino.net>
8894
8895 2002-04-07 [paul]       0.7.4claws70
8896
8897         * src/nntp.c
8898                 fix missing MODE_READER bug. patch submitted by
8899                 Colin Leroy <colin@colino.net>
8900
8901 2002-04-07 [alfons]     0.7.4claws69
8902
8903         * src/matcher.[ch]
8904         * src/prefs_filtering.c
8905         * src/summaryview.c
8906                 escape \' and \" in strings passed as filtering strings; bug report by Alex Evseev.
8907                 (see http://www.geocrawler.com/lists/3/SourceForge/11619/25/8279435/)
8908
8909 2002-04-07 [paul]       0.7.4claws68
8910
8911         * sync with 0.7.4cvs32
8912                 see ChangeLog entry 2002-04-06
8913
8914         * tools/filter_conv.pl
8915                 more bug fixes
8916
8917 2002-04-06 [paul]       0.7.4claws67
8918
8919         * tools/filter_conv.pl
8920                 modify to be able to find the name of the first
8921                 mailbox and use that. main's filter does not
8922                 record the full path to the mailbox and therefore
8923                 can only filter to the first mailbox.
8924
8925 2002-04-05 [paul]       0.7.4claws66
8926
8927         * tools/filter_conv.pl
8928                 attempt to make the script all-encompassing and
8929                 be able to convert any main 'filter' rule thrown
8930                 at it
8931
8932 2002-04-05 [paul]       0.7.4claws65
8933
8934         * tools/filter_conv.pl
8935                 allow for collapsed folder trees
8936
8937 2002-04-05 [paul]       0.7.4claws64
8938
8939         * sync with 0.7.4cvs31
8940                 see ChangeLog entries 2002-04-05
8941
8942 2002-04-03 [paul]       0.7.4claws63
8943
8944         * sync with 0.7.4cvs29
8945                 see ChangeLog entries 2002-04-02 and 2002-04-03
8946
8947 2002-04-02 [paul]       0.7.4claws62
8948
8949         * sync with 0.7.4cvs26
8950                 see ChangeLog entry 2002-04-01
8951
8952 2002-04-02 [match]      0.7.4claws61
8953
8954         * src/pine.[ch]
8955         * src/importpine.[ch]
8956         * src/addressbook.c
8957                 import Pine address book.
8958
8959 2002-04-02 [match]      0.7.4claws60
8960
8961         * src/addrharvest.[ch]
8962                 improve address parsing of funky addresses.
8963
8964 2002-04-02 [darko]      0.7.4claws59
8965
8966         * src/compose.c
8967                 wrap on send improvements, it now recognizes quoted
8968                 initials as part of the quotation string, and it
8969                 does not join lines separated by CR
8970
8971 2002-04-01 [match]      0.7.4claws58
8972
8973         * src/mgutils.[ch]
8974                 added new functions.
8975         * src/mutt.[ch]
8976                 remove excessive duplicate address generation
8977                 on import.
8978
8979 2002-04-01 [alfons]     0.7.4claws57
8980         
8981         * src/summaryview.c
8982                 put back g_free() 
8983
8984 2002-04-01 [paul]       0.7.4claws56
8985
8986         * sync with 0.7.4cvs25
8987                 see ChangeLog entry 2002-04-01
8988
8989 2002-04-01 [alfons]     0.7.4aprilfool55
8990
8991         * src/summaryview.c
8992                 honour feature request item #537427 to allow for
8993                 displaying names from address book for sent mail also
8994
8995 2002-03-29 [paul]       0.7.4claws54
8996
8997         * src/mainwindow.c
8998           src/prefs_filtering.[ch]
8999           src/prefs_matcher.c
9000           src/summaryview.c
9001                 add 'fast filter' for claws' filtering,
9002                 /Tools/Create filter rule/... patch submitted
9003                 by Neill Miller <neillm@thecodefactory.org>
9004
9005 2002-03-29 [paul]       0.7.4claws53
9006
9007         * sync with 0.7.4cvs24
9008                 see ChangeLog entry 2002-03-29
9009
9010 2002-03-28 [paul]       0.7.4claws52
9011
9012         * sync with 0.7.4cvs23
9013                 see ChangeLog entry 2002-03-28
9014
9015 2002-03-27 [melvin]     0.7.4claws51
9016
9017         * src/prefs_actions.c
9018                 Added support to pass only one message part (as a
9019                 file) to the command using '%p'. No quotes are needed
9020                 because doubles quotes are automatically added.
9021                 Fixed bug where Sylpheed could block when waiting for
9022                 a child process to finish.
9023                 Changed the help menu to remove quotes around symbols to 
9024                 avoid misinterpretation (they must not be used).
9025
9026 2002-03-27 [melvin]     0.7.4claws50
9027
9028         * src/inc.c
9029                 Made the new mail notification command always 
9030                 execute asynchronously.
9031
9032 2002-03-27 [paul]       0.7.4claws49
9033
9034         * src/compose.c
9035                 fix bug introduced in last commit
9036
9037 2002-03-27 [paul]       0.7.4claws48
9038
9039         * sync with 0.7.4cvs21
9040                 see ChangeLog 2002-03-26 and 2002-03-27
9041
9042 2002-03-26 [hoa]        0.7.4claws47
9043
9044         * src/prefs_folder_item.c
9045                 really fixed the bug #516442 with folder rescan.
9046
9047 2002-03-26 [paul]       0.7.4claws46
9048
9049         * sync with 0.7.4cvs19
9050                 see ChangeLog entries 2002-03-25 and 2002-03-26
9051
9052 2002-03-25 [hoa]        0.7.4claws45
9053
9054         * src/matcher.c
9055         * src/mh.c
9056                 fix the bug #516442 with folder rescan.
9057
9058         * src/prefs_common.[ch]
9059         * src/compose.c
9060                 added an option to enable two different behaviours
9061                 for bounce.
9062
9063
9064 2002-03-25 [paul]       0.7.4claws44
9065
9066         * src/mainwindow.c
9067           src/selective_download.c
9068                 correct a few menuitem labels
9069
9070 2002-03-25 [christoph]  0.7.4claws43
9071
9072         * src/procmsg.c
9073                 fix non deleted tmp message in
9074                 procmsg_save_to_outbox
9075                 fix problems caused by sync with
9076                 main branch's procmsg_send_queue
9077
9078 2002-03-25 [paul]       0.7.4claws42
9079
9080         * src/quote_fmt.c
9081           src/quote_fmt_lex.l
9082           src/quote_fmt_parse.y
9083                 add Last name (%L) placeholder for quoting. 
9084                 patch submitted by Thorsten Thielen 
9085                 <thth@users.sourceforge.net>
9086
9087 2002-03-25 [paul]       0.7.4claws41
9088
9089         * src/utils.c
9090                 get full hostname. patch submitted by
9091                 Bob Woodside <rwoodside1@comcast.net>
9092
9093 2002-03-25 [paul]       0.7.4claws40
9094
9095         * src/account.c
9096           src/news.c
9097           src/nntp.[ch]
9098           src/prefs_account.[ch]
9099                 enable NNTP over SSL. patch submitted by
9100                 Pascal Jermini <pascal@infinity.hn.org>
9101
9102 2002-03-24 [paul]       0.7.4claws39
9103
9104         * src/prefs_common.c
9105                 make the arrangement of the Compose tab more
9106                 coherent
9107
9108         * src/mainwindow.c
9109                 fix some irregularities of style
9110
9111         * po/de.po
9112                 updated by Kilian Krause
9113
9114 2002-03-23 [paul]       0.7.4claws38
9115
9116         * po/pt_BR.po
9117                 updated by Fabio Junior Beneditto
9118
9119 2002-03-23 [paul]       0.7.4claws37
9120
9121         * src/mainwindow.c
9122                 move 'Gather addresses' to 'Tools' menu
9123                 make 'Selective download' sensitive
9124
9125 2002-03-23 [paul]       0.7.4claws36
9126
9127         * sync with 0.7.4cvs16
9128                 see ChangeLog entries 2002-03-23
9129
9130 2002-03-22 [christoph]  0.7.4claws35
9131
9132         * src/quote_fmt_parse.y
9133                 fix include program output
9134
9135 2002-03-22 [alfons]     0.7.4claws34
9136
9137         * src/pop.c
9138                 initialize GDate stack variable correctly (sorry!)
9139
9140 2002-03-22 [paul]       0.7.4claws33
9141
9142         * src/compose.c
9143           src/mainwindow.c
9144           src/prefs_actions.c
9145           src/prefs_common.c
9146                 rename 'Tool' to 'Tools'
9147
9148         * src/mainwindow.c
9149                 move 'Delete duplicated messages' from
9150                 'Message/' to 'Tools/'
9151                 re-arrange the order of 'Tools/' items
9152
9153 2002-03-22 [paul]       0.7.4claws32
9154
9155         * src/addr_compl.c
9156           src/addressbook.[ch]
9157                 auto-address completion now also matches on
9158                 Nickname. patch submitted by Bob Forsman 
9159                 <hammor@users.sourceforge.net>
9160
9161         * src/editaddress.c
9162                 correct a spelling mistake
9163
9164 2002-03-22 [alfons]     0.7.4claws31
9165
9166         * src/pop.c
9167                 fix getting uidl from incorrect string 
9168                 (spotted by Colin)
9169
9170 2002-03-21 [alfons]     0.7.4claws30
9171
9172         * src/pop.c
9173                 more code refactoring
9174                 plug mem leak introduced by delete on server
9175
9176 2002-03-21 [paul]       0.7.4claws29
9177
9178         * sync with 0.7.4cvs11
9179                 see ChangeLog entries 2002-03-20
9180
9181 2002-03-20 [alfons]     0.7.4claws28
9182
9183         * src/inc.c
9184                 apply Colin's patch and refactor
9185
9186 2002-03-20 [paul]       0.7.4claws27
9187
9188         * sync with sylpheed 0.7.4cvs9
9189                 see ChangeLog entry 2002-03-20
9190
9191 2002-03-19 [christoph]  0.7.4claws26
9192
9193         * src/mh.c
9194         * src/procmsg.[ch]
9195         * src/summaryview.c
9196                 revert changes for flag updates
9197                 (does not work correctly and no time to debug)
9198
9199 2002-03-20 [alfons]     0.7.4claws25
9200
9201         * src/pop.c
9202                 refactor should_delete() a little bit 
9203
9204 2002-03-19 [paul]       0.7.4claws24
9205
9206         * src/inc.[ch]
9207           src/pop.c
9208           src/prefs_account.[ch]
9209                 allow the user to leave downloaded mail on the 
9210                 server for n days. Patch submitted by Colin Leroy 
9211                 <colin@colino.net>
9212
9213 2002-02-19 [paul]       0.7.4claws23
9214
9215         * sync with sylpheed 0.7.4cvs8
9216                 see ChangeLog entries 2002-03-19
9217
9218 2002-03-18 [paul]       0.7.4claws22
9219
9220         * sync with sylpheed 0.7.4cvs6
9221                 see ChangeLog entry 2002-03-18
9222
9223 2002-03-18 [paul]       0.7.4claws21
9224
9225         * po/en_GB.po
9226                 add en_GB message catalogue
9227
9228         * src/mbox_folder.c
9229           src/prefs_account.c
9230           src/prefs_actions.c
9231                 correct a few spelling mistakes
9232
9233 2002-03-17 [alfons]     0.7.4claws20
9234
9235         * src/matcher.c
9236                 more stringent checks for NULL params when writing
9237                 filtering actions to a file
9238                 
9239 2002-03-17 [hoa]        0.7.3claws20
9240
9241         * src/news.c
9242                 fixed the count of new messages
9243
9244         * src/compose.c
9245                 fixed the "attachment properties" window
9246
9247 2002-03-17 [paul]       0.7.4claws19
9248
9249         * src/defs.h
9250           src/folder.h
9251           src/news.c
9252           src/prefs_account.[ch]
9253           src/procmsg.[ch]
9254           src/summaryview.c
9255                 automatically mark cross-posted messages as read 
9256                 and (optionally) give them a colour label
9257                 Patch submitted by Stefaan Eeckels <Stefaan.Eeckels@eec.lu>
9258                 
9259
9260 2002-03-17 [paul]       0.7.4claws18
9261
9262         * sync with sylpheed 0.7.4cvs5
9263                 see ChangeLog entry 2002-03-17
9264
9265 2002-03-17 [melvin]     0.7.4claws17
9266         
9267         * src/textview.c
9268                 Worked around a gtktext 'bug': when searching for 
9269                 a text in a long message it was scrolling slowly
9270                 line by line until it hit the searched text.
9271         * po/fr.po
9272                 Updated French translation
9273
9274 2002-03-17 [melvin]     0.7.4claws16
9275
9276         * src/mainwindow.c
9277         * src/compose.c
9278         * src/prefs_actions.c
9279                 Moved "Edit/Actions" to "Tool/Actions"
9280                 Made mainwindow/compose window sensitive as soon as
9281                 no child process is running anymore even if the io dialog
9282                 is open.
9283                 Fixed a struct being initialized with a non constant char*
9284
9285 2002-03-16 [christoph]  0.7.4claws15
9286
9287         * configure.in
9288                 add --with-compiler-flags option
9289                 (only for developer hacking)
9290         * src/mh.c
9291         * src/procmsg.[ch]
9292         * src/summaryview.c
9293                 try to make folder-stats and flag handling more
9294                 independent from the summaryview. msgcounts
9295                 are only set when the folder is opened and
9296                 procmsg_msginfo_(un)set_flags will handle it
9297                 later and summaryview will get the values
9298                 from the folder.
9299
9300 2002-03-16 [paul]       0.7.4claws14
9301
9302         * src/messageview.c
9303                 fix Return-receipt. Patch submitted by Bob
9304                 Woodside <rwoodside1@comcast.net>
9305
9306 2002-03-16 [paul]       0.7.4claws13
9307
9308         * src/compose.c
9309                 fix 'dynamic' signatures, make it work again
9310                 broken during sync on 2002-03-14 (0.7.4claws2)
9311
9312 2002-03-15 [match]      0.7.4claws12
9313
9314         * src/addrharvest.[ch]
9315         * src/addrgather.[ch]
9316         * src/addressbook.[ch]
9317         * src/mainwindow.c
9318                 included address harvester feature. still some
9319                 issues with address parsing that I will fix.
9320
9321 2002-03-15 [match]      0.7.4claws11
9322
9323         * src/addrbook.[ch]
9324         * src/addrcache.[ch]
9325         * src/addressbook.[ch]
9326         * src/addrindex.c
9327         * src/editbook.c
9328         * src/importldif.c
9329         * src/importmutt.c
9330         * src/jpilot.[ch]
9331         * src/main.c
9332         * src/syldap.[ch]
9333         * src/vcard.[ch]
9334                 tidy up. fix memory leaks. moved attribs and methods
9335                 from individual interfaces to addrcache object. prep
9336                 for new stuff to come in.
9337
9338 2002-03-15 [alfons]     0.7.4claws10
9339
9340         * src/matcher.[ch]
9341         * src/matcher_parser_parse.y
9342         * src/matcher_parser_lex.l
9343         * src/prefs_matcher.c
9344                 add filtering conditions message greater than, smaller 
9345                 than, and exactly matching a size in bytes
9346                 (does not work with delete from POP3 server yet)
9347
9348                 this should also give others an idea what you should
9349                 do to add new criterions to claws filtering system
9350                 
9351
9352 2002-03-15 [paul]       0.7.4claws9
9353
9354         * tools/filter_conv.pl
9355                 exit if there are no filter rules to convert
9356                 rename filterrc to filterrc.old after completion
9357
9358 2002-03-15 [paul]       0.7.4claws8
9359
9360         * sync with sylpheed 0.7.4cvs3
9361                 see ChangeLog entry 2002-03-14
9362
9363 2002-03-14 [paul]       0.7.4claws7
9364
9365         * src/compose.c
9366                 clean up the last commit (ahem)
9367
9368 2002-03-14 [paul]       0.7.4claws6
9369
9370         * src/compose.c
9371                 fix bug #515655. honour account preferences
9372                 regarding gpg default signing/encryption when 
9373                 changing account from the compose window.
9374
9375 2002-03-14 [paul]       0.7.4claws5
9376
9377         * src/folderview.c
9378                 remove unnecessary curly brackets
9379
9380 2002-03-14 [paul]       0.7.4claws4
9381
9382         * src/folderview.c
9383           src/prefs_filtering.[ch]
9384                 add filter rename on folder rename and filter
9385                 delete on folder delete. Patch submitted by
9386                 Neill Miller <neillm@thecodefactory.org> 
9387
9388 2002-03-14 [christoph]  0.7.4claws3
9389
9390         * src/procmsg.c
9391         * src/send.c
9392                 fix local delivery
9393                 (patch submitted by "Simon 'corecode' Schubert")
9394         * src/prefs_common.c
9395         * src/procmsg.c
9396                 fix gcc 3.0 warning
9397
9398 2002-03-14 [paul]       0.7.4claws2
9399
9400         * sync with sylpheed 0.7.4cvs2
9401                 see ChangeLog entry 2002-03-13
9402
9403 2002-03-12 [darko]      0.7.4claws1
9404
9405         * src/mainwindow.c
9406                 fix what seems to be a copy and paste error
9407                 when setting color for important messages
9408                 (reported by wwp)
9409
9410 2002-03-11 [paul]       version 0.7.4claws released
9411
9412 2002-03-11 [paul]       0.7.4claws
9413
9414         * po/es.po
9415           po/it.po
9416           po/nl.po
9417           po/pt_BR.po
9418                 update message catalogs. Submitted by Ricardo Mones 
9419                 Lastra, Alessandro Maestri, Wilbert Berendsen, and 
9420                 Fabio Junior Beneditto
9421
9422         * configure.in
9423           faq/Makefile.am
9424           faq/it/Makefile
9425           faq/it/sylpheed-faq*
9426           src/mainwindow.c
9427           src/manual.[ch]
9428                 add FAQ in Italian
9429         
9430
9431 2002-03-11 [jens]       0.7.3claws7
9432
9433         * po/de.po
9434                 updated German translation
9435
9436 2002-03-11 [melvin]     0.7.3claws6
9437
9438         * po/fr.po
9439                 updated and corrected French translation
9440
9441 2002-03-10 [hoa]        0.7.3claws5
9442
9443         * src/account.c
9444         * src/inc.c
9445         * src/prefs_account.c
9446         * src/procmsg.c
9447         * src/send.[ch]
9448                 fixed the local account.
9449                 you have to change the default "/usr/sbin/sendmail"
9450                 to "/usr/sbin/sendmail -t" in the preferences of
9451                 the local account.
9452
9453         * src/procmime.c
9454                 removed some debug display for renderer
9455
9456 2002-03-10 [paul]       0.7.3claws4
9457
9458         * faq/en/sylpheed-faq-1.html
9459           faq/en/sylpheed-faq-2.html
9460                 update
9461
9462 2002-03-09 [paul]       0.7.3claws3
9463
9464         * sync with sylpheed 0.7.4
9465                 see ChangeLog entry 2002-03-09
9466
9467 2002-03-08 [paul]       0.7.3claws2
9468
9469         * faq/en/sylpheed-faq*
9470           faq/es/sylpheed-faq*
9471           faq/fr/sylpheed-faq*
9472                 update the FAQs
9473
9474         * manual/fr/.cvsignore
9475           manual/fr/Makefilea.am
9476           manual/fr/sylpheed*
9477           src/mainwindow.c
9478           src/manual.[ch]
9479                 add the French manual
9480
9481 2002-03-07 [paul]       0.7.3claws1
9482
9483         * sync with sylpheed 0.7.3cvs4
9484                 see ChangeLog entries  2002-03-06 and 2002-03-07
9485         
9486         * po/nl.po
9487                 updated by Wilbert Berendsen
9488
9489 2002-03-07 [melvin]     0.7.2claws34
9490
9491         * src/selective_download.c
9492                 Changed the pixmap of the receive button to MAIL_RECEIVE.
9493
9494 2002-03-06 [paul]       0.7.2claws33
9495
9496         * sync with sylpheed 0.7.3cvs1
9497                 bug fix, see ChangeLog entry 2002-03-05
9498
9499 2002-03-05 [paul]       0.7.2claws32
9500
9501         * src/mimeview.c
9502           src/pgptext.[ch]
9503           src/procmsg.c
9504                 reverse the pgp ascii-armored code implemented in 
9505                 0.7.2claws16. removal of this code until it matures.
9506                 this means that verifying ascii-armored pgp sigs and
9507                 automatic decryption of ascii-armored encrypted
9508                 messages no longer works.
9509
9510 2002-03-05 [paul]       0.7.2claws31
9511
9512         * configure.in
9513           Makefile.am
9514         * faq/Makefile.am
9515         * faq/en/Makefile.am
9516           faq/en/sylpheed-faq.html
9517           faq/en/sylpheed-faq-1.html
9518           faq/en/sylpheed-faq-2.html
9519           faq/en/sylpheed-faq-3.html
9520         * faq/es/Makefile.am
9521           faq/es/sylpheed-faq.html
9522           faq/es/sylpheed-faq-1.html
9523           faq/es/sylpheed-faq-2.html
9524           faq/es/sylpheed-faq-3.html
9525           faq/es/sylpheed-faq-4.html
9526         * faq/fr/Makefile.am
9527           faq/fr/sylpheed-faq.html
9528           faq/fr/sylpheed-faq-1.html
9529           faq/fr/sylpheed-faq-2.html
9530           faq/fr/sylpheed-faq-3.html
9531         * src/Makefile.am
9532           src/defs.h
9533           src/mainwindow.c
9534           src/manual.[ch]
9535                 add FAQs in English, Spanish and French
9536
9537
9538 2002-03-05 [paul]       0.7.2claws30
9539
9540         * manual/en/sylpheed.html
9541           manual/en/sylpheed-XX.html
9542                 updated the English manual
9543
9544 2002-03-05 [hoa]        
9545
9546         * src/summaryview.c
9547                 dialog box pops up if the article can't be deleted.
9548
9549 2002-03-04 [paul]       
9550         
9551         * po/pt_BR.po
9552                 updated by Fabio Junior Benedito
9553
9554 2002-03-04 [hoa]
9555
9556         * removed ac/gpgme.m4
9557                 to avoid autogen common problem
9558                 developers have to install gpgme development package now
9559
9560         * src/compose.c
9561                 encoding to 7bit or 8bit is enabled.
9562
9563 2002-03-03 [alfons]     0.7.2claws29
9564
9565         * src/pop.c
9566                 merge fix by Oliver Haertel for selective
9567                 download buglet
9568
9569 2002-03-03 [paul]       0.7.2claws28
9570         
9571         * sync with sylpheed 0.7.3
9572
9573 2002-03-03 [paul]       0.7.2claws27
9574
9575         * sync with sylpheed 0.7.2cvs24
9576                 see ChangeLog entries 2002-03-02 and 2002-03-03
9577
9578 2002-03-02 [melvin]     0.7.2claws26
9579
9580         * src/inc.[ch]
9581         * src/main.c
9582         * src/mainwindow.c
9583         * src/prefs_common.[ch]
9584                 Added user definable notification on new mail arrival.
9585                 Removed unused variables in spell checker prefs code.
9586
9587 2002-03-02 [melvin]     0.7.2claws25
9588
9589         * src/quote_fmt.c
9590                 Removed unnecessary escape sequences.
9591                 Changed 'Initial...' to 'Initials of Sender'
9592
9593 2002-03-02 [paul]       0.7.2claws24
9594
9595         * sync with sylpheed 0.7.2cvs22
9596                 see ChangeLog entry 2002-03-01
9597
9598 2002-03-01 [hoa]        0.7.2claws23
9599
9600         * src/mainwindow.c
9601                 Set sensitivity of delete actions to active
9602                 even if the folder is a newsgroup.
9603
9604         * src/summaryview.c
9605                 - Set sensitivity of delete actions
9606                 - Added function check_permission() that will check if the
9607                   user is authorized to delete a message. For news, it
9608                   will check if the author is the same.
9609                 - Enabled deletion when there is no trash folder.
9610
9611         * src/news.[ch]
9612                 - Added news_cancel_article() to cancel articles
9613                 - Implemented news_remove_message() (public function)
9614
9615 2002-03-01 [paul]       0.7.2claws22
9616
9617         * src/gtkutils.c
9618           src/textview.c
9619                 recognise urls that that don't include 'http://' and
9620                 simply begin 'www.' 
9621
9622         * AUTHORS
9623                 remove duplicated name
9624
9625 2002-02-28 [paul]       0.7.2claws21
9626
9627         * src/mainwindow.c
9628           src/summaryview.[ch]
9629                 add ability to 'Select thread'
9630                 combines Melvin's "Select thread's head" patch (#510907)
9631                 with Colin Leroy's <colin@colino.net> "Select whole thread" 
9632                 patch (#518514) 
9633
9634 2002-02-28 [paul]       0.7.2claws20
9635
9636         * src/mimeview.c
9637                 hopefully fix segfault on right-clicking a mime part
9638                 that some people have experienced.      
9639                 fix submitted by Fredrik Olofsson <frol@linux.nu>
9640
9641 2002-02-28 [paul]       0.7.2claws19
9642
9643         * sync with sylpheed 0.7.2cvs21
9644                 see ChangeLog entries 2002-02-27 and 2002-02-28
9645
9646 2002-02-27 [paul]       0.7.2claws18
9647
9648         * sync with sylpheed 0.7.2cvs18
9649                 see ChangeLog entries 2002-02-26 and 2002-02-27
9650
9651 2002-02-26 [alfons]     0.7.2claws17
9652
9653         * src/procheader.c
9654                 #undef ALLOW_HEADER_HINT (this was supposed to be undef'ed)
9655                 (spotted by Chris Hessman <idatech@gmx.net>)
9656
9657 2002-02-26 [paul]       0.7.2claws16
9658
9659         * src/mimeview.c
9660           src/pgptext.[ch]
9661           src/procmsg.c
9662                 make decryption of ascii-armored pgp encrypted messages
9663                 and verification of ascii-armored signatures work again.
9664                 slightly altered from the patch by Jens Jahnke 
9665                 <jan0sch@gmx.net>
9666
9667                 ##FIX ME##
9668                 * the checking of plaintext signatures always comes up in 
9669                   a popup box
9670                 * it doesn't work for multipart messages 
9671                 * all lines above "-----BEGIN PGP SIGNED MESSAGE-----\nHash: SHA1",
9672                   including the msg headers and these 2 line themselves, are 
9673                   not displayed
9674
9675         * src/mainwindow.c
9676                 "View/Folder Tree" becomes "View/Separate Folder Tree"
9677                 "View/Message View" becomes "View/Separate Message View"
9678                 because its less ambiguous.
9679
9680         * po/es.po
9681                 updated by Ricardo Mones Lastra
9682
9683 2002-02-26 [paul]       0.7.2claws15
9684
9685         * sync with sylpheed 0.7.2cvs17
9686                 see ChangeLog entries 2002-02-25 and 2002-02-26
9687
9688 2002-02-25 [christoph]  0.7.2claws14
9689
9690         * src/filtering.[ch]
9691         * src/inc.c
9692                 do filtering stuff after all messages have been received
9693                   1. drop all messages to .processing
9694                   2. scan processing folder for messages
9695                   3. filter messages or move to inbox
9696                 this will also find old messages left in processing after
9697                 a crash or something like that and we get a real msginfo
9698                 from folder->get_msg_list and do not have to create our
9699                 own in filter_message
9700         * src/matcher_parser_parse.y
9701                 remove MIX/MAX warning (reordered includes)
9702
9703 2002-02-25 [paul]       0.7.2claws13
9704
9705         * sync with sylpheed 0.7.2cvs15
9706                 see ChangeLog entry 2002-02-24
9707
9708 2002-02-24 [alfons]     0.7.2claws12
9709
9710         * src/filtering.c
9711                 clear old color flags first when applying a new color to
9712                 a message info. 
9713                 (spotted by Lo'oRiS il Kabukimono <lo_oris@libero.it>)
9714
9715 2002-02-24 [alfons]     0.7.2.claws11
9716         
9717         * AUTHORS
9718         * src/prefs_common.c
9719                 add presets for Opera and Konqueror, closes patch #517261,
9720                 submitted by Ville Skyttä <scop@users.sourceforge.net>
9721
9722 2002-02-24 [alfons]     0.7.2.claws10
9723
9724         * AUTHORS
9725         * src/summaryview.c
9726                 fix threading for null message ids, closes patch #521601,
9727                 submitted by Bob Forsman <hammor@users.sourceforge.net>
9728
9729 2002-02-24 [alfons]     0.7.2claws9
9730
9731         * src/summaryview.c
9732         * src/filtering.c
9733                 make Tool | Filter Message work with filtering system so
9734                 setting flags also works
9735
9736                 TODO:
9737
9738                 - Processing uses the same function as Tool | Filter
9739                   Message, but doesn't use the same update proc yet
9740
9741 2002-02-23 [paul]       0.7.2claws8
9742
9743         * sync with sylpheed 0.7.2cvs14
9744                 see ChangeLog entries 2002-02-22 and 2002-02-23
9745
9746 2002-02-22 [christoph]  0.7.2claws7
9747
9748         * src/quote_fmt.c
9749                 Add column space to table
9750         * src/quote_fmt_parse.y
9751                 Close files
9752
9753 2002-02-22 [paul]       0.7.2claws6
9754
9755         * src/Makefile.am
9756           src/defs.h
9757           src/filtering.c
9758           src/inc.[ch]
9759           src/mainwindow.c
9760           src/matcher.[ch]
9761           src/matcher_parser_lex.l
9762           src/matcher_parser_parse.y
9763           src/pop.[ch]
9764           src/prefs_account.h
9765           src/prefs_filtering.c
9766           src/selective_download.[ch]   *** NEW FILES ***
9767           src/utils.[ch]
9768           po/POTFILES.in
9769                 Selective Download added to 'Tool' menu. 
9770                 Retrieves email headers of the currently selected pop3 
9771                 account and allows the user to mark emails for deletion 
9772                 right on the pop3 server. Patch submitted by Oliver Haertel 
9773                 <oha@users.sourceforge.net>.
9774         
9775         * po/POTFILES.in
9776                 add 'src/quote_fmt.c'           
9777
9778 2002-02-22 [christoph]  0.7.2claws5
9779
9780         * src/Makefile.am
9781                 added quote_fmt.c
9782         * src/prefs_common.[ch]
9783         * src/prefs_template.c
9784         * src/quote_fmt.c               *** NEW FILE ***
9785         * src/quote_fmt.h
9786                 move quote format symbol description code
9787                 to it's own file because it is used from
9788                 differnent code parts
9789                 Rewrote symbol description GUI
9790                   + use table
9791                   + add separators
9792                   + get data from array (no more long constant strings)
9793         * src/quote_fmt_lex.l
9794         * src/quote_fmt_parse.y
9795                 Symbol for Literal % changed to \% instead of %%
9796                 (More logical as \ is used for quoting for other symbols)
9797                 Add |f and |p to include files and program output
9798                 Examples:
9799                     |f{/home/.../.signature}
9800                     |p{date}
9801         * po/de.po
9802                 Correct wrong spelling for "Referenzen"
9803
9804 2002-02-21 [paul]       0.7.2claws4
9805
9806         * src/procmsg.c
9807                 forgotten during sync
9808
9809 2002-02-21 [paul]       0.7.2claws3
9810
9811         * sync with sylpheed 0.7.2cvs11
9812                 see ChangeLog entries 2002-02-17, 2002-02-18, 2002-02-19,
9813                 2002-02-20 and 2002-02-21
9814
9815 2002-02-20 [melvin]     0.7.2claws2
9816
9817         * src/prefs_actions.c
9818                 Added error report when child cannot fork or when execvp 
9819                 returns with an error.
9820
9821 2002-02-19 [christoph]  0.7.2claws1
9822
9823         * src/codeconv.c
9824                 return unconverted text if conde conversion is not possible
9825                 when libjconv is used.
9826                 (patch submitted by "Simon 'corecode' Schubert")
9827
9828 2002-02-19 [paul]       
9829
9830         * version 0.7.2claws release
9831
9832 2002-02-19 [paul]       0.7.2claws
9833
9834         * po/nl.po
9835                 updated by Wilbert Berendsen
9836
9837
9838 2002-02-18 [alfons]     0.7.1claws13
9839
9840         * src/syldap.c
9841         * src/jpilot.c
9842                 remove references to dlfcn and explicitly loading functions
9843                 from dynalink libs, because libs linked anyway, and functions
9844                 are loaded explicitly
9845
9846 2002-02-17 [melvin]     0.7.1claws12
9847
9848         * src/prefs_actions.c
9849                 Replaced children wait loop with double fork technique.
9850                 Now, input/output window updated at each new output.
9851                 free_children(): Fixed a memory leak.
9852                 Made input/output window non closable if running children
9853                 still exist.
9854                 Added missing <unistd.h> include.
9855                 Added some --debug outputs.
9856
9857 2002-02-17 [melvin]     0.7.1claws11
9858
9859         * src/summaryview.c
9860                 Fixed bug where descending sort order did not select top
9861                 message.
9862
9863 2002-02-17 [melvin]     0.7.1claws10
9864
9865         * acconfig.h
9866                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
9867         * src/prefs_common.c
9868                 Pspell data package directory no more hard coded but
9869                 set during configuration (PSPELL_PATH). (Thanks to 
9870                                 Gustavo Noronha Silva.)
9871
9872 2002-02-17 [melvin]     0.7.1claws9
9873
9874         * configure.in
9875                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
9876         * src/gtkspell.c
9877                 Fixed compile-time warnings.
9878
9879 2002-02-16 [alfons]     0.7.1claws8
9880
9881         * src/filesel.c
9882                 fix inadvertent free of NULL pointer which caused
9883                 sylpheed to crash when closing the save-as dialog
9884                 using the window close button
9885
9886 2002-02-16 [carsten]    0.7.1claws7
9887         * src/mainwindow.[ch]
9888           src/summaryview.c
9889           src/prefs_common.c
9890                 fixes for pixmap theming code:
9891                         - recently changed mail attributes shouldn't get
9892                           lost any longer
9893                         - theme is only reloaded iff another theme was
9894                           selected
9895
9896 2002-02-16 [paul]       0.7.1claws6
9897
9898         * sync with sylpheed 0.7.2 release
9899                 see ChangeLog entry 2002-02-15 and 2002-02-16
9900
9901 2002-02-15 [paul]       0.7.1claws5
9902
9903         * sync with sylpheed 0.7.1cvs9
9904                 see ChangeLog entry 2002-02-15
9905
9906         * po/POTFILES.in
9907                 remove unneeded headerwindow.c entry
9908
9909 2002-02-14 [carsten]    0.7.1claws4
9910         * src/summaryview.c
9911                 fixed a bug for "Go to next unread message": there was
9912                 an endless loop if NEXTUNREADMSGDIALOG_ASSUME_NO was set
9913                 in the prefs, because of doing "Search again" instead
9914                 "No"
9915
9916 2002-02-14 [carsten]    0.7.1claws3
9917         * src/stock_pixmap.c
9918                 removed 2 more mem leaks; following memprof,
9919                 this code is "leak free" now :)
9920
9921 2002-02-14 [carsten]    0.7.1claws2
9922         * src/stock_pixmap.c
9923                 used opendir/readdir/closedir instead of scandir
9924                 -> code should work now on Solaris
9925
9926 2002-02-14 [paul]       0.7.1claws1
9927
9928         * sync with sylpheed 0.7.1cvs8
9929                 see ChangeLog entries 2002-02-13 and 2002-02-14
9930
9931         * README.claws
9932                 add some description of Actions and Pixmap Themes
9933
9934 2002-02-13 [paul]       
9935
9936         * version 0.7.1claws release
9937
9938 2002-02-13 [paul]       0.7.1claws
9939
9940         * po/es.po
9941           po/it.po
9942           po/pt_BR.po
9943                 updated translations, submitted by Ricardo Mones Lastra,
9944                 Alessandro Maestri and Fabio Junior Beneditto
9945
9946 2002-02-13 [melvin]     0.7.0claws75
9947
9948         * src/prefs_actions.c
9949                 Added missing "signal.h" include
9950
9951 2002-02-13 [melvin]     0.7.0claws74
9952
9953         * src/prefs_folder_item.c
9954                 Added missing "config.h" include
9955         * po/fr.po
9956                 Updated French translation for folder propriety.
9957
9958 2002-02-13 [jens]       0.7.0claws73
9959
9960         * po/POTFILES.in
9961                 Added missing src/prefs_folder_item.c [log added by melvin]
9962         * po/de.po
9963                 Updated German translation.
9964
9965 2002-02-13 [melvin]     0.7.0claws72
9966
9967         * po/fr.po
9968                 Updated French translation.
9969
9970 2002-02-13 [melvin]     0.7.0claws71
9971
9972         * src/gtkutils.c
9973                 Made gtkut_editable_get_selection return NULL if selection
9974                 is of length zero.
9975                 This fixes a bug where selecting part of message A then
9976                 switching to message B and replying to it will not
9977                 quote the message's body.
9978
9979 2002-02-12 [paul]       0.7.0claws70
9980
9981         * src/mainwindow.c
9982                 cosmetic, relating to pixmap themes: on toolbar make 
9983                 updating of 'Exec' and 'Compose news/Compose email'
9984                 icons faster.
9985
9986 2002-02-12 [carsten]    0.7.0claws69
9987         * src/folderview.c
9988           src/mainwindow.[ch]
9989           src/stock_pixmap.c
9990           src/summaryview.c
9991           src/prefs_common.c
9992                 - refreshing after changing pixmap theme better
9993                   now (thanks Paul)
9994                 - wanted to remove some mem leaks, but alfons was
9995                   faster (and had the better solution ;)
9996
9997 2002-02-12 [alfons]     0.7.0claws68
9998
9999         * src/prefs_common.c
10000         * src/stock_pixmap.[ch]
10001                 plug mem leaks, refactor code a little bit
10002
10003
10004 2002-02-12 [sergey]     0.7.0claws67
10005
10006         * src/imap.c
10007                 Fixed problem with copying messages to IMAP folders when the
10008                 server uses something other than '/' as a namespace separator
10009                 (cyrus-imapd uses '.').
10010
10011 2002-02-12 [jens]       0.7.0claws66
10012
10013         * po/de.po
10014                 Updated German Translation
10015
10016 2002-02-12 [paul]       0.7.0claws65
10017
10018         * sync with sylpheed 0.7.1cvs1
10019                 see ChangeLog entry 2002-02-12
10020
10021 2002-02-12 [melvin]     0.7.0claws64
10022
10023         * src/prefs_actions.c
10024                 Fixed "feature" where children's output was duplicated 
10025                 instead of refreshed while monitoring.
10026                 Removed some debug code.
10027
10028 2002-02-12 [christoph]  0.7.0claws63
10029
10030         * src/compose.c
10031                 always delete message from queue after sending/send error
10032                 (closes bug #509601)
10033
10034 2002-02-12 [melvin]     0.7.0claws62
10035
10036         * src/prefs_actions.c
10037                 Children wait loop is now triggered with a timeout of 1s
10038                 Added %F which is replaced with the list of filenames 
10039                 of all selected messages (as suggested by Ricardo Mones Lestra)
10040                 Pipe syntax changed. Prefix with | to send selection, postfix
10041                 with | to retrieve output. Prefix with > or * to send
10042                 user definable input to the command (*: input is hidden)
10043                 Old pipe action should now be postfixed with |, too.
10044
10045 2002-02-12 [carsten]    0.7.0claws61 (more 59.75)
10046         * src/stock_pixmap.c
10047                 fixed a bug: if there's no theme directory don't
10048                 throw an error, just do "nothing" (thanks Alfons)
10049
10050 2002-02-12 [carsten]    0.7.0claws60
10051         * src/folderview.c
10052           src/summaryview.c
10053                 had to write the cache twice (nasty!); some marks would 
10054                 get lost if not
10055
10056 2002-02-11 [carsten]    0.7.0claws59
10057         * acconfig.h
10058           configure.in
10059           doc-src/maintainer_guide.txt
10060           src/compose.[ch]
10061           src/defs.h
10062           src/folderview.[ch]
10063           src/gtkutils.[ch]
10064           src/mainwindow.[ch]
10065           src/prefs_common.[ch]
10066           src/stock_pixmap.[ch]
10067           src/summaryview.[ch]
10068                 pixmap theming and related work on pixmap
10069                 handling on some other places
10070                 (e.g. hrm features for all folder)
10071           src/pixmap/stock_*.xpm -> the stock_ was removed
10072         
10073 2002-02-11 [paul]       0.7.0claws58
10074
10075         * sync with sylpheed 0.7.1 release
10076                 see ChangeLog entries 2002-02-11
10077
10078 2002-02-08 [paul]       0.7.0claws57
10079
10080         * sync with sylpheed 0.7.0cvs39
10081                 see ChangeLog entry 2002-02-07 (last entry) 
10082
10083         * src/prefs_actions.c
10084           src/prefs_filtering.c
10085           src/prefs_matcher.c
10086           src/prefs_scoring.c
10087                 sync: made it compile with C compilers other than gcc
10088
10089 2002-02-07 [paul]       0.7.0claws56
10090
10091         * sync with sylpheed 0.7.0cvs38
10092                 see ChangeLog entries 2002-02-06 (last 2 entries) and
10093                 2002-02-07
10094
10095 2002-02-07 [darko]      0.7.0claws55
10096
10097         * src/gtkutils.[ch]
10098         * src/summaryview.c
10099                 Fix const gchar */gchar * issue (thanks Hiro)
10100
10101 2002-02-07 [darko]      0.7.0claws54
10102
10103         * src/compose.[ch]
10104         * src/filtering.c
10105         * src/gtkutils.[ch]
10106         * src/prefs_template.c
10107         * src/quote_fmt.h
10108         * src/quote_fmt_parse.y
10109         * src/summaryview.c
10110         * src/utils.[ch]
10111                 When replying or forwarding an email don't quote the entire
10112                 mail body but use the part of the message text that is selected
10113
10114 2002-02-06 [melvin]     0.7.0claws53
10115
10116         * src/prefs_common.[ch]
10117         * src/gtkspell.[ch]
10118         * src/compose.c
10119                 Made possible to switch quickly to last used dictionary
10120                 which makes checking bilingual documents easier.
10121
10122 2002-02-06 [melvin]     0.7.0claws52
10123         
10124         * po/POTFILES.in
10125                 Added forgotten new file src/prefs_actions.c
10126
10127 2002-02-06 [melvin]     0.7.0claws51
10128
10129         * src/prefs_actions.c   ** NEW FILE **
10130         * src/prefs_actions.h   ** NEW FILE **
10131                 Added actions to execute on message text view, or on the
10132                         message's file.
10133         * src/Makefile.am
10134                 Added src/prefs_actions.[ch]
10135         * src/compose.c
10136                 Added new menu "Edit/Actions"
10137         * src/defs.h
10138                 Added new actionsrc file.
10139         * src/main.c
10140                 Added actionsrc reading.
10141         * src/mainwindow.c
10142                 Added new menus "Edit/Actions" and "Configuration/Actions..."
10143         * src/prefs_common.h
10144                 Added new element actionslst element to prefs_common.
10145
10146 2002-02-06 [paul]       0.7.0claws50
10147
10148         * sync with sylpheed 0.7.0cvs36
10149                 see ChangeLog entry 2002-02-06
10150
10151 2002-02-05 [paul]
10152
10153         * po/es.po
10154                 updated by Ricardo Mones Lastra
10155
10156 2002-02-05 [paul]       0.7.0claws49
10157
10158         * sync with sylpheed 0.7.0cvs33
10159                 see ChangeLog entries 2002-02-04 (last 4 entries) and 2002-02-05
10160
10161 2002-02-05 [paul]       0.7.0claws48
10162
10163         * src/compose.c
10164                 re-add 'Edit/Advanced/Delete entire line', previously named
10165                 'Delete Line+'
10166
10167 2002-02-04 [paul]       0.7.0claws47
10168
10169         * src/compose.c
10170           src/summaryview.c
10171                 fix bug #494993 (Reply All not taking Reply-To into consi)
10172                 eliminate differences in behaviour of right-click 'Reply to all' 
10173                 in summary view and 'Reply to all' on the toolbar. 
10174                 fix bug where Reply-To gets ignored by 'Reply to all' in summary
10175                 view and From gets ignored by 'Reply to all' on toolbar.
10176                 fix bug where 'Reply to all' on toolbar uses To twice and ignores
10177                 From when no Reply-To header is present.
10178
10179 2002-02-04 [paul]       0.7.0claws46
10180
10181         * sync with sylpheed 0.7.0cvs30
10182                 see ChangeLog entries 2002-02-03 and 2002-02-04
10183
10184 2002-02-03 [melvin]     0.7.0claws45
10185
10186         * src/gtkspell.[ch]
10187                 Readded function to highlight all misspelled words.
10188                 Fixed bug where user-provided-words did not replace
10189                         correctly the misspelled word when using the mouse.
10190                 Fixed bug where checking a region selected from right to left did
10191                         not check the region at all.
10192                 Fixed bug where 'Check backwards' may not check at all. 
10193                 Fixed memory leaks where popup menus and accel_groups were not destroyed.
10194                 Fixed possible buffer overflow when checking for long strings (>1k).
10195                 Made cursor and scrollbar positions non changing after uncheck_all/check_all.
10196                 Accelerators code uses now gtk_widget_add_accel.
10197                 Removed and disabled obsolete and unfinished code.
10198                 Cleaning up.
10199
10200         * src/compose.c
10201                 Added menu item to Highlight all misspelled words.
10202
10203 2002-02-01 [paul]       0.7.0claws44
10204
10205         * src/mainwindow.c
10206                 fix '/View/Hide read messages' sensitivity when all
10207                 messages in a folder are hidden
10208
10209 2002-02-01 [paul]       0.7.0claws43
10210
10211         * src/main.c
10212                 add --send option to command line interface, sends all
10213                 queued mail. Patch submitted by Ricardo Mones Lastra.
10214
10215 2002-01-31 [paul]       0.7.0claws42
10216
10217         * src/mainwindow.c
10218                 add '/View/Hide read messages' to main_window_set_menu_sensitive()
10219
10220 2002-01-31 [paul]       0.7.0claws41
10221
10222         * sync with sylpheed 0.7.0cvs27
10223                 see ChangeLog entries 2002-01-30 (src/mh.c, src/prefs_common.c)
10224                 and 2002-01-31
10225
10226         * src/textview.c
10227                 comment out elements of textview_show_part() as temporary
10228                 workaround for attachment 'Display as text' bug 
10229
10230         * po/pt_BR.po
10231                 updated by Fabio Junior Beneditto
10232
10233 2002-01-30 [paul]       0.7.0claws40
10234
10235         * sync with sylpheed 0.7.0cvs24
10236                 see ChangeLog entries 2002-01-29 (src/prefs_common.c)
10237                 and 2002-01-30
10238
10239         * src/compose.c
10240                 add {N_("/_Spelling"), ... "<Branch>"} to 
10241                 GtkItemFactoryEntry compose_entries[]
10242
10243         * src/prefs_common.c
10244                 add claws menu items to prefs_keybind_apply_clicked()
10245                 and remove non-claws menu items
10246
10247 2002-01-29 [paul]       0.7.0claws39
10248
10249         * sync with sylpheed 0.7.0cvs22
10250                 see ChangeLog entries 2002-01-28 and 2002-01-29
10251
10252 2002-01-28 [melvin]     0.7.0claws38
10253
10254         * src/compose.c
10255                 Added the declartion of compose_send_control_enter.
10256
10257         * src/compose.c
10258         * src/gtkspell.[ch]
10259                 Added in a 'Spelling' menu which includes the configuration menu. 
10260                 Added a real 'Check all' and got rid from the old one which only
10261                 highlited misspelled word.
10262                 Made 'Check while typing' a disableable option.
10263                 Added a dialog when there are no more misspelled word.
10264                 Added a dialog if error occurs when switching to a dictionary.
10265         
10266         * src/prefs_common.[ch]
10267                 Added option for the default 'Check while typing' option.
10268
10269
10270 2002-01-28 [alfons]     0.7.0claws37
10271
10272         * src/compose.c
10273                 fix buglet and make code comply with sylpheed code style
10274
10275 2002-01-28 [paul]       0.7.0claws36
10276
10277         * sync with sylpheed 0.7.0cvs19
10278                 see ChangeLog entries for 2002-01-28
10279
10280 2002-01-28 [hoa]        0.7.0claws35
10281
10282         * src/defs.h
10283                 added rendererrc
10284
10285         * src/main.c
10286                 read the renderer config
10287
10288         * src/procmime.[ch]
10289                 use the renderer config to convert mime attachments
10290
10291         * src/textview.c
10292                 don't use textview_show_html/ertf,
10293                 use get_text_content instead
10294
10295 2002-01-27 [alfons]     0.7.0claws34
10296         
10297         * src/news.c
10298                 make sylpheed believe it can delete a news message...
10299                 (messages are NOT deleted, maybe we should remove
10300                 processing from the folder properties after all.)
10301
10302 2002-01-27 [alfons]     0.7.0claws33
10303
10304         * src/folder.c
10305                 add extra checks
10306         * src/news.c
10307                 implement remove_msg() 
10308
10309 2002-01-27 [alfons]     0.7.0claws32
10310
10311         * src/procmsg.h
10312         * src/procheader.c
10313         * src/messageview.c
10314                 fix return receipt / disposition notification again. this
10315                 stuff seems to break on _every_ major summary UI change, so
10316                 it's now implemented using a flag which is saved in the
10317                 marks cache
10318                 
10319 2002-01-26 [alfons]     0.7.0claws31
10320
10321         * src/import.c
10322                 let import dialog show the destination folder identifier
10323
10324 2002-01-26 [melvin]     0.7.0claws30
10325
10326         * src/folderview.c
10327         * src/summaryview.c
10328                 Readded 'Mark all read' into summary view popup menu
10329                 Added 'Mark all read' in folder view popup menu for IMAP
10330                 and NNTP.
10331                 Made it insensitive if the selected folder is not the shown
10332                 one to avoid 'Mark all read' on the wrong folder.
10333                 
10334 2002-01-26 [paul]       0.7.0claws29
10335
10336         * src/folderview.c
10337           src/summaryview.c
10338                 move 'Mark all read' from summary view to folder view
10339                 menu. (adapted from) patch submitted by Jeremy Andrews,
10340                 <lists@kerneltrap.com>
10341
10342 2002-01-25 [alfons]     0.7.0claws28
10343
10344         * src/gtkstext.c
10345                 put the gtk class name back so GtkSText adapts the 
10346                 settings of GtkText
10347
10348 2002-01-25 [alfons]     0.7.0claws27
10349
10350         * src/folderview.c 
10351                 assimilate Ricardo's patch that shows pixmaps instead of
10352                 plain "new" and "unread" texts in the folder view column
10353                 headers 
10354
10355 2002-01-25 [paul]       0.7.0claws26
10356
10357         * src/Makefile.am
10358                 add $(GPGME_CFLAGS) to INCLUDES so that gpgme can 
10359                 be found in non-standard locations. 
10360                 Closes Patch #507976, submitted by Stoyan Genov, <sdg@rila.bg>
10361
10362 2002-01-25 [paul]       0.7.0claws25
10363
10364         * sync with sylpheed 0.7.0cvs16
10365                 see ChangeLog entry 2002-01-25
10366
10367 2002-01-24 [paul]       0.7.0claws24
10368
10369         * more sync with sylpheed 0.7.0cvs15
10370                 get_file_size_as_clrf(), see ChangeLog entry 2002-01-23
10371
10372 2002-01-23 [sergey]     0.7.0claws23
10373
10374         * src/importldif.c
10375                 Fixed segfault when closing LDIF import wizard with
10376                 the window manager.
10377         * src/imageview.c
10378         * src/imageview.h
10379         * src/messageview.c
10380         * src/mimeview.c
10381                 Fixed wrong scrolling position after switching between
10382                 text and image parts.
10383
10384 2002-01-23 [paul]       0.7.0claws22
10385
10386         * sync with sylpheed 0.7.0cvs15
10387                 see ChangeLog entries 2002-01-22 and 2002-01-23
10388
10389 2002-01-21 [melvin]     0.7.0claws21
10390
10391         * src/prefs_scoring.c
10392         * src/prefs_filtering.c
10393                 Fixed bug where scoring and filtering windows stopped
10394                 autochecking.
10395
10396 2002-01-21 [paul]       0.7.0claws20
10397
10398         * sync with sylpheed 0.7.0cvs12
10399                 see ChangeLog entries 2002-01-20 and 2002-01-21
10400
10401 2002-01-21 [carsten]    0.7.0claws19
10402         * src/mainwindow.c
10403         * src/menu.[ch]
10404         * src/messageview.[ch]
10405         * src/summaryview.[ch]
10406                 changes to shortcuts handling again:
10407                         + "Q" now controled by mainwin
10408                         + v/V are now customizable and have slightly
10409                           different meanings
10410                 the "button" to minimize the messageview (and maximize
10411                 the summary view) is a real button now
10412         * src/compose.c
10413                 "Delete Line+" added to Edit/Advanced (this will also
10414                 delete the '\n')
10415
10416 2002-01-20 [melvin] 0.7.0claws18
10417
10418         * src/addressbook.c
10419                 Made "Bcc" sensitive when addressbook is called from
10420                 compose window (it was a Claws only bug).
10421
10422 2002-01-19 [alfons] 0.7.0claws17
10423
10424         * src/inc.c
10425                 prevent unnecessary updates when currently selected folder has
10426                 no new messages 
10427
10428 2002-01-19 [alfons] 0.7.0claws16
10429         
10430         * src/summaryview.c
10431                 prevent writing the cache based on current message list in summary 
10432                 view when filtering also put messages in currently selected folder
10433
10434 2002-01-19 [paul]
10435
10436         * po/it.po
10437                 Italian translation submitted by Alessandro Maestri
10438                 <a.maestri@cs.tin.it>
10439
10440 2002-01-18 [melvin]     0.7.0claws15
10441
10442         * src/prefs_filters.c
10443                 fixed bug where 'cancel' from 'filters' window stops autochecking
10444                 if the timer timed out  when the window was open.
10445
10446 2002-01-18 [match]      0.7.0claws14
10447
10448         * src/addrclip.[ch]     ** NEW FILE **
10449         * src/addrselect.[ch]   ** NEW FILE **
10450         * src/adbookbase.h      ** NEW FILE **
10451                 addressbook cut, copy and paste
10452         * src/addrbook.[ch]
10453         * src/addrcache.[ch]
10454         * src/addressitem.h
10455         * src/addrindex.[ch]
10456         * src/addritem.[ch]
10457         * src/importldif.c
10458         * src/importmutt.c
10459         * src/jpilot.[ch]
10460         * src/syldap.[ch]
10461         * src/vcard.[ch]
10462         * src/jpilot.[ch]
10463         * src/editbook.c
10464         * src/editjpilot.c
10465         * src/editldap.c
10466         * src/editvcard.c
10467                 support for copy/paste
10468         * src/addressbook.c
10469                 support for copy/paste
10470                 tidy up menu option processing
10471                 correct address list function arguments
10472         * src/editaddress.c
10473                 sort user attributes
10474         * src/ldif.h
10475         * src/mutt.h
10476                 tidy up
10477
10478         * src/addrbook.[ch]
10479         * src/addrbook.[ch]
10480         * src/addrbook.[ch]
10481                 
10482
10483 2002-01-18 [paul]       0.7.0claws13
10484
10485         * sync with sylpheed 0.7.0cvs8
10486                 configure.in: support Mac OS X (Darwin)
10487
10488 2002-01-18 [carsten]    0.7.0claws12
10489         * src/html.c
10490                 small hack to fix a segfault with an empty href
10491                 (reported by Alexandra Walford <deeni@altern.org>)
10492         * src/mainwindow.c
10493         * src/summaryview.c
10494                 the shortcuts for Mark und Mark as unread are hardcoded
10495                 again
10496         * src/compose.c
10497         * src/gtkstext.[ch]
10498                 readded the shortcuts in gtkstext but made them
10499                 customizeable (simply by adding a menu plus a wrapper
10500                 to compose.c)
10501
10502 2002-01-17 [melvin]     0.7.0claws11
10503
10504         * src/gtkspell.c
10505                 fix default dictionary not being saved.
10506
10507 2002-01-16 [darko]      0.7.0claws10
10508
10509         * src/compose.c
10510                 fix wrapping crash with URL longer than wrapping margin
10511
10512 2002-12-08 [hoa]        0.7.0claws10
10513
10514         * src/matcher_parser_parse.y
10515                 fixed some bugs
10516
10517         * src/prefs_filtering.c
10518                 now, we can use bounce action in the dialog box.
10519
10520 2002-01-16 [carsten]    0.7.0claws9
10521         * src/gtkstext.c
10522                 removed the <control> and <alt> shortcuts because they're
10523                 not needed and interefered with the "normal" shortcuts
10524         * src/mainwindow.c
10525         * src/summaryview.c
10526                 removed most of the hardcoded shortcuts and assigned
10527                 them to menu entries making them easy customizable by
10528                 that
10529
10530 2002-01-16 |melvin]     0.7.0claws8
10531
10532         * src/gtkspell.c
10533                 fixed bug where using the mouse and when the compose
10534                 window is not on top may result in a crash.
10535
10536 2002-01-16 [melvin]     0.7.0claws7
10537
10538         * src/compose.c
10539                 fixed a long standingspell checker bug which could 
10540                 cause a crash after sending a message.
10541
10542 2002-01-16 [paul]       0.7.0claws6
10543
10544         * sync with sylpheed 0.7.0cvs7
10545                 see ChangeLog entries 2002-01-10, 2002-01-11, 2002-01-14,
10546                 2002-01-15, and 2002-01-16
10547
10548 2002-01-16 [melvin]     0.7.0claws5
10549
10550         * README.claws
10551         * src/compose.c
10552         * src/gtkspell.[ch]
10553         * src/main.c
10554                 Heavily modified spell checker code to work around
10555                 ispell bug, to add keyboard shortcuts and for future
10556                 enhancements. See README.claws for usage information.
10557
10558 2002-01-15 [alfons]     0.7.0claws4
10559         
10560         * src/summaryview.c
10561                 change gtk_ctree_sort_node() into gtk_ctree_sort_recursive()
10562                 so sorting within threads reflects sort mode
10563
10564 2002-01-15 [christoph]  0.7.0claws3
10565
10566         * src/procmsg.c
10567                 added alertpanel if mail sending failed
10568
10569 2002-01-15 [alfons]     0.7.0claws2
10570         
10571         * src/prefs_filtering.c
10572                 don't stop timer when prefs filtering dialog is opened
10573
10574 2002-01-14 [alfons]     0.7.0claws1
10575
10576         * src/addr_compl.c
10577         * src/prefs.c
10578                 remove debug_print()s for privacy reasons
10579
10580 2002-01-14 [darko]      0.7.0claws
10581
10582         * README.claws
10583                 quotation wrapping is now also in the main branch
10584
10585 2002-01-14 [paul]
10586
10587         * tools/filter_conv.pl
10588                 allow for Boolean Op and case-sensitivity
10589                 this file is included in the release and tagged
10590                 'rel_0_7_0'
10591
10592 2002-01-13 [paul]       0.7.0claws
10593
10594         * release 0.7.0, with cvs tag 'rel_0_7_0'
10595
10596 2002-01-13 [paul]
10597
10598         * tools/filter_conv.pl
10599         * tools/README
10600                 rewritten to output to matcherrc instead of filteringrc
10601
10602         * po/es.po
10603                 updated Spanish translation by Ricardo Mones Lastra
10604
10605 2002-01-13 [alfons]
10606
10607         * po/nl.po
10608                 update dutch translation
10609
10610 2002-01-13 [paul]
10611
10612         * po/pt_BR.po
10613                 Updated by Fabio Junior Beneditto 
10614
10615 2002-01-13 [melvin]     0.6.6claws53
10616
10617         * po/fr.po
10618                 Updated french translation
10619
10620 2002-01-12 [alfons]     0.6.6claws52
10621
10622         * src/filtering.c
10623                 plug mem leak that has been sitting there for ages              
10624
10625 2002-01-12 [alfons]     0.6.6claws51
10626
10627         * src/summaryview.c
10628                 undo melvin's changes from 0.6.6claws48 because summary
10629                 view now refuses to select first unread message when
10630                 selecting a folder 
10631
10632 2002-01-11 [alfons]     0.6.6claws50
10633
10634         * src/import.c
10635                 use claws' semantics for getting folder item when
10636                 importing an mbox file into a folder 
10637                 (submitted by Dale P. Smith)
10638
10639 2002-01-11 [christoph]  0.6.6claws49
10640
10641         * src/prefs.h
10642                 set sensitivity in SET_TOGGLE_SENSITIVITY macro from
10643                 toggle widget, because non static prefs can not use
10644                 prefs_set_* functions
10645         * src/prefs_account.c
10646                 toggle smtp auth password field sensitivity if
10647                 user id is empty and add descrition of usage for
10648                 these fields
10649         * src/prefs_folder_item.c
10650                 use SET_TOGGLE_SENSITIVITY macro to instead of extra
10651                 callbacks
10652
10653 2002-01-11 [melvin]     0.6.6claws48
10654
10655         * src/compose.c
10656                 fix the 'Ctrl-Enter' feature for sending and test really
10657                 for 'Ctrl-Enter' (as Ctrl-Space is also used for activating
10658                 editables which was not documented in Gtk)
10659
10660         * src/summaryview.c
10661                 Made summaryview refresh after sorting and not before.
10662
10663 2002-01-11 [christoph]  0.6.6claws47
10664
10665         * src/compose.c
10666                 select account from account ids if possible and
10667                 correctly set save folder for copy in reedit
10668
10669 2002-01-10 [paul]       0.6.6claws46
10670
10671         * sync with sylpheed 0.7.0 release
10672                 see ChangeLog entries 2002-01-07, 2002-01-08 and
10673                 2002-01-09
10674
10675 2002-01-09 [alfons]
10676
10677         * src/summaryview.c
10678                 remove more dirt traces...
10679
10680 2002-01-09 [alfons]
10681         
10682         * src/summaryview.c
10683                 clean up some traces of my debugging stuff
10684
10685 2002-01-09 [alfons]     0.6.6claws45
10686
10687         * src/filtering.c
10688                 break up filteringprop_apply() in three separate pieces
10689                 so we can drop messages that failed processing in the
10690                 inbox
10691
10692         * src/summaryview.c
10693                 fix bug #469598 "no refresh of inbox after filter" which 
10694                 was introduced by the new summary view locking, and which 
10695                 prevented the summary view to update after a manual filter 
10696                 message. claw's filter message requires a summary_show().
10697                 (aargh, summary_show() again! :-)
10698                 
10699 2002-01-07 [alfons]     0.6.6claws44
10700
10701         * src/headerwindow.c
10702         * src/logwindow.c
10703         * src/messageview.c
10704         * src/sourcewindow.c
10705                 bring in Hiro's last 0.7.0 wm class fixes
10706
10707         * tools/sylprint.pl
10708                 bring in Ricardo's fix for sylprint script
10709
10710         * AUTHORS       
10711         * src/rfc2015.[ch]
10712         * src/prefs_common.[ch]
10713         * src/prefs_account.[ch]
10714         * src/compose.c
10715                 clean up account preference poison in rfc2015,
10716                 and preparation to fix double sign bug 
10717                 (patch submitted by Simon 'corecode' Schubert)
10718
10719 2002-01-07 [christoph]  0.6.6claws43
10720
10721         * src/mh.c
10722                 search for free message number, do not only rely
10723                 on last_num
10724         * src/send.c
10725                 fix smtp auth and use extra account information
10726                 if available, if not use pop3 data instead
10727                 (closes bug #500341)            
10728         * src/ssl.[ch]
10729                 match coding style
10730
10731 2002-01-06 [alfons]     0.6.6claws42
10732
10733         * src/mainwindow.c
10734                 try making the separate windows work again...
10735
10736 2002-01-06 [alfons]     0.6.6claws41
10737
10738         * src/mainwindow.c
10739                 adapt Hiro's separate window menu (to get rid of the funny
10740                 duplicate menu items), and make it work again
10741
10742 2002-01-06 [alfons]     0.6.6claws40
10743
10744         * tools/Makefile.am
10745         * tools/sylprint.rc
10746         * tools/sylprint.pl
10747         * tools/README.sylprint
10748                 add sylprint script for printing mails from Sylpheed
10749                 (contributed by Ricardo Mones Lastra)
10750
10751         * src/acount.c
10752                 clean up
10753
10754 2002-01-06 [melvin]     0.6.6claws39
10755
10756         * src/mainwindow.c
10757         * src/summaryview.c
10758                 Fixed crash introduced in 0.6.6claws38 by the menu
10759                 reorganisation (Hide read messages)
10760         
10761         * ChangeLog.claws 
10762                 Fixed typo (we are now in 2002, alfons ;) )
10763
10764 2002-01-05 [alfons]     0.6.6claws38
10765
10766         * sync with sylpheed 0.6.6cvs10-17
10767                 (last stuff marked as LAST_STABLE)
10768
10769 2002-01-04 [melvin]     0.6.6claws37
10770
10771         * src/account.c
10772                 Made account selection code use strcasestr again instead of
10773                 g_strcasecmp (fixes bug where reediting queued messages
10774                 did not select proper account reported by T. Link).
10775         
10776         * src/folderview.c
10777                 Fix bug where folder icons are not shown when 'hide read messages'
10778                 is on.
10779         
10780         * src/stock_pixmaps.[ch]
10781                 Added folder icons for 'hide read messages'.
10782         
10783         * src/compose.c
10784                 Fixed bug where 'Enter' in a header entry will send the message 
10785                 if 'CTL-Enter' was chosen as a shorcut for sendind. 
10786
10787 2002-01-03 [melvin]     0.6.6claws36
10788         
10789         * src/prefs.[ch]
10790                 Added popup menu for common preferences and
10791                 account preferences (right click on tab displays
10792                                 a menu of all tabs.)
10793
10794 2002-01-02 [melvin]     0.6.6claws35
10795
10796         * src/gtkspell.[ch]
10797                 Made spelling code compatible with undo/redo feature.
10798                 Added creation of suggestion mode menu for the general
10799                         preferences.
10800         
10801         * src/prefs_common.[ch]
10802                 Added option menu for the speller's suggestion mode.
10803                 Added missing spaces in "..." buttons and made a "..."
10804                         button non translatable!
10805         
10806         * src/compose.c
10807                 Made speller use the default suggestion mode.
10808                 Hack to make it possible to choose 'CTRL-Enter' as a
10809                         shortcut for sending (and only for sending).
10810
10811         * src/prefs_folder_item.c
10812                 Changing subject simplification does not update cache 
10813                         anymore (because it is unnecessary).
10814                 Fixed bug where changing subject simplification updated the 
10815                         summaryview even when the viewed folder is not the
10816                         folder which properties are being changed. (E.g. 
10817                                         viewing folder A and changing
10818                                         the subject simplification of 
10819                                         folder B -not being viewed- updated the 
10820                                         summaryview of folder A with data of
10821                                         folder B). (Hope this is clear... )
10822
10823 2001-12-31 [alfons]     0.6.6claws34
10824         
10825         * src/ldif.c
10826         * src/mutt.c
10827                 fgetc() returns a signed integer which doesn't
10828                 fit in a char. so c truncates this to a char
10829                 but we may lose significant bits. i.e. we may
10830                 comparing 0xFF which may not be equal to -1
10831                 unless properly casted to signed char which
10832                 we won't do because fgetc() returns a signed
10833                 integer which doesn't fit in a char. so c 
10834                 truncates this to a char but we may lose 
10835                 significat bits. (you got the idea, thanks
10836                 to Gustavo Noronha Silva <kov@debian.org>
10837                 and the Debian folks!)
10838
10839 2001-12-30 [alfons]     0.6.6claws33
10840
10841         * src/prefs_common.c
10842                 add #ifdef USE_PSPELLs that Melvin forgot               
10843
10844 2001-12-30 [melvin]     0.6.6claws32
10845         
10846         * src/prefs_common.[ch]
10847                 Added configurable color for misspelled words.
10848
10849         * src/gtkspell.[ch]
10850                 Fixed bug of foreground text color (reported by David
10851                                 Mehrmann)
10852                 Added configurable color for misspelled words.
10853
10854 2001-12-30 [alfons]     0.6.6claws31
10855
10856         * src/folder.c
10857                 remove unnecessary things someone put there
10858
10859         * src/mh.c
10860         * src/folder.[ch]
10861                 make folder properties (like threading and sorting) persistent
10862                 (closes bug #497424 "rescan folder tree resets proprieties")
10863                 currently this is only for MH folders. 
10864
10865 2001-12-29 [melvin]     0.6.6claws30
10866
10867         * src/string_match.[ch]
10868                 Optimized a bit: regexp pattern buffer compiled only once, and
10869                   one subroutine call removed. Fixed ^ regexp search: Now, 
10870                   "(^Re: )|(^Hello)" removes only "Re: " from "Re: Hello".
10871         
10872         * src/summaryview.c
10873                 Subject filtering changed to filter summary columns and
10874                   not directly the messages subject cache. The loss in 
10875                   performance is balanced by the improvement of string_match.
10876                 Added an alert panel if there is an error in the regexp.
10877
10878         * src/src/prefs_folder_item.h
10879                 Added a regexp pattern buffer.
10880
10881 2001-12-28 [alfons]     0.6.6claws29
10882
10883         * src/string_match.[ch]
10884                 clean up name space
10885                 allow compilation *BSD
10886
10887 2001-12-27 [alfons]     0.6.6claws28
10888
10889         * src/filter.c
10890                 sync the Hiro's bug fix for BSD
10891
10892 2001-12-27 [melvin]     0.6.6claws27
10893         
10894         * src/compose.c
10895                 Simplify focus to subject entry code.
10896
10897 2001-12-27 [darko]      0.6.6claws26
10898
10899         * src/filtering.c
10900         * src/mbox_folder.c
10901         * src/messageview.c
10902         * src/mh.c
10903         * src/procheader.[ch]
10904         * src/procmsg.h
10905         * src/stock_pixmap.[ch]
10906         * src/summaryview.c
10907                 Show key icon for encrypted mails in summary view
10908
10909         * src/pixmaps/clip.xpm
10910         * src/pixmaps/clipkey.xpm
10911         * src/pixmaps/key.xpm
10912                 New/modified icons for the above
10913
10914 2001-12-27 [melvin]     0.6.6claws25
10915
10916         * src/prefs_common.c
10917                 Put spell checker options in a separate tab to decrease
10918                 the Common Preferences window height.
10919
10920         * README.claws  
10921                 Update spell checker usage instruction about its options
10922                 location.
10923
10924 2001-12-27 [melvin]     0.6.6claws24
10925
10926         * src/compose.c
10927                 Changed subject entry widget position. Initial focus is
10928                 on the To header instead of the subject entry.
10929                 Creating a new header scrolls the header list to make the
10930                 created one visible. Nevertheless, when automatically filling
10931                 headers, the first one is shown.
10932                 A Tab key press in the last empty header entry zips the 
10933                 focus to the subject entry.
10934                 (I did not change the combo boxes, yet)
10935
10936 2001-12-26 [alfons]     0.6.6claws23
10937
10938         * src/prefs_account.c
10939         * src/inc.c
10940                 allow default inbox to reside in another mailbox (only
10941                 works for POP3 accounts)
10942
10943 2001-12-26 [alfons]     0.6.6claws22
10944         
10945         * src/textview.c
10946                 make reply-on-click work with the account of the selected folder
10947         * src/compose.c
10948                 put a fixme here to remind me to fix finding correct default
10949                 account for nested folders
10950
10951 2001-12-25 [alfons]     0.6.6claws21
10952
10953         * src/summaryview.c
10954                 make column headers display locked and mark pixmaps (idea by Melvin) 
10955                 fix bug by adding score and locked column type to sort array
10956
10957 2001-12-25 [alfons]     0.6.6claws20
10958         
10959         * src/summaryview.c
10960                 catch a *potentially* inadvertent write back of  
10961                 the message cache(s) introduced by 0.6.5claws37
10962
10963 2001-12-25 [christoph]  0.6.6claws19
10964
10965         * src/stock_pixmap.[ch]
10966         * src/summaryview.c
10967                 add ignore thread pixmap
10968                 (can someone draw a better icon for this?)
10969
10970 2001-12-24 [alfons]     0.6.6claws18
10971
10972         * src/prefs_folder_item.c
10973                 make address completion actually work for the
10974                 Default To address in the Folder Property dialog.
10975
10976 2001-12-24 [alfons]     0.6.6claws17
10977         
10978         * src/summaryview.c
10979                 use new style regexp for subject stripping 
10980                 (patch submitted by Thomas Link <t.link.tmp200101@gmx.net>)
10981
10982 2001-12-24 [darko]      0.6.6claws16
10983
10984         * src/pgptext.c
10985         * src/rfc2015.c
10986                 move GPG related informational messages to debug mode
10987
10988 2001-12-23 [alfons]     0.6.6claws15
10989
10990         * src/stock_pixmap.[ch]
10991         * src/summaryview.c
10992                 add the forgotten Claws' locked pixmap
10993
10994 2001-12-23 [alfons]     0.6.6claws14
10995
10996         * src/filesel.c
10997                 accept file name typed in entry in multi file
10998                 selector (patch submitted by Gustavo Noronha Silva 
10999                 <kov@debian.org>)
11000
11001 2001-12-23 [alfons]     0.6.6claws13
11002
11003         * src/prefs_filter.c
11004         * src/prefs_filtering.c
11005         * src/matcher.c
11006         * src/importmutt.c
11007                 clean up a little bit
11008         
11009         * src/string_match.c
11010                 validate input strings a little bit more
11011
11012 2001-12-23 [alfons]     0.6.6claws12
11013
11014         * src/Makefile.am
11015         * src/summaryview.c
11016         * src/string_match.[ch]         ** NEW **
11017         * src/folderview.[ch]
11018         * src/headerview.h
11019         * src/folder.[ch]
11020         * src/prefs_folder_item.[ch]
11021                 add subject simplification to strip out strings from
11022                 a subject line (esp. handy for mailing lists). 
11023                 (original patch by by Thomas Link <t.link.tmp200101@gmx.net>,
11024                 but slightly changed things for better integration.)
11025
11026 2001-12-23 [alfons]     0.6.6claws11
11027
11028         * src/mainwindow.c
11029                 fix bug introduced by submission included in 0.6.5claws52.
11030                 ideally this submission should clean the trash if any trash
11031                 folder has a message. however, the hasTrash variable was
11032                 set to false whenever a trash folder was empty (discarding
11033                 a previously found *filled* trash folder.)
11034
11035                 also edited the code a little bit and made it more safe.
11036
11037 2001-12-22 [alfons]     0.6.6claws10
11038
11039         * src/imap.c
11040                 quick fix for Martin Pool's omission of an account
11041                 specific SSL setting
11042
11043 2001-12-22 [alfons]     0.6.6claws9
11044
11045         * src/compose.c
11046         * src/messageview.c
11047         * src/mimeview.c
11048         * src/pgptext.c
11049         * src/procmime.[ch]
11050                 better support for multipart/digest (submitted
11051                 by Fredrik <e98fo@efd.lth.se>)
11052
11053 2001-12-22 [alfons]     0.6.6claws8
11054
11055         * src/addressbook.c
11056                 correct function signature
11057         * src/socket.[ch]
11058         * src/imap.[ch]
11059         * src/prefs_account.[ch]
11060                 allow IMAP over SSH tunnel (patch submitted by 
11061                 Martin Pool <mbp@samba.org>)
11062
11063 2001-12-21 [alfons]     0.6.6claws7
11064
11065         * sync with sylpheed 0.6.6cvs4-9
11066                 (may have forgotten something: LAST_STABLE is 0.6.6claws6)
11067
11068 2001-12-21 [christoph]  0.6.6claws6
11069
11070         * src/compose.c
11071         * src/prefs_folder_item.[ch]
11072                 implement saving of outgoing messages to current folder.
11073                 fix segfault when no default outbox is available
11074                 (closes bug #495683)
11075
11076 2001-12-21 [carsten]    0.6.6claws5
11077         * src/folderview.c
11078         * src/summaryview.c
11079                 pressing CTRL while DND does now the expected thing and
11080                 copies the mail (moving is still the default, as this
11081                 seam more appropriate for handling mails by DND)
11082
11083 2001-12-18 [paul]       0.6.6claws4
11084
11085         * sync with sylpheed 0.6.6cvs3
11086                 see ChangeLog entries 2001-12-18
11087
11088 2001-12-18 [hiro]       0.6.6claws3
11089
11090         * src/undo.c
11091                 fix for multibyte characters (obtain the number of letters
11092                 instead of bytes).
11093
11094 2001-12-17 [paul]       0.6.6claws2
11095
11096         * sync with sylpheed 0.6.6cvs1
11097                 see ChangeLog entry 2001-12-16
11098
11099 2000-12-17 [alfons]     0.6.6claws1
11100
11101         * src/filtering.c
11102                 clean up
11103
11104 2001-12-16 [paul]       0.6.6claws
11105 2001-12-15
11106
11107         * Release version 0.6.6claws, cvs tag: rel_0_6_6
11108
11109         * src/mimeview.c
11110                 last minute sync with main 0.6.6
11111
11112         * po/es.po
11113                 updated by Ricardo Mones Lastra
11114                 update for last minute sync
11115         * po/fr.po
11116         * po/nl.po
11117                 update for last minute sync
11118         * po/de.po
11119                 updated by Jens Oberender
11120         * po/pt_BR.po
11121                 updated by Fabio Junior Beneditto
11122
11123         * src/prefs_common.[ch]
11124         * src/undo.c
11125                 number of undo levels is user configurable
11126                 (squeeze it into the release in the dying
11127                 moments) Submitted by Jens Oberender    
11128
11129 2001-12-15 [melvin]
11130
11131         * po/fr.po
11132                 updated french translation
11133
11134 2001-12-15 [paul]       0.6.5claws92
11135
11136         * sync with sylpheed 0.6.5cvs28
11137                 see ChangeLog entry 2001-12-14 (src/prefs_account.c)
11138
11139         * po/nl.po
11140                 update to allow for sync
11141
11142 2001-12-15 [alfons]
11143         
11144         * po/nl.po
11145                 update dutch translation
11146
11147 2001-12-14 [carsten]    0.6.5claws91
11148         * src/summaryview.c
11149                 fixed bug #473785; also after changing the column order
11150                 the same message will be selected and displayed as before
11151                 the reordering
11152
11153 2001-12-14 [carsten]    0.6.5claws90
11154         * src/folderview.c
11155                 probably found the bug reported by wwb opening or closing
11156                 a folder tree just before dnd (found the solution in the
11157                 balsa source -- thanks to them)
11158
11159 2001-12-14 [carsten]    0.6.5claws89
11160         * src/gtkutils.c
11161         * src/account.c
11162                 moved gtk_clist_moveto to the right place, so that
11163                 only the accounts dialog is effected on opening
11164
11165 2001-12-14 [carsten]    0.6.5claws88
11166         * src/gtkutils.c
11167                 gtkut_clist_set_focus_row does a gtk_clist_moveto
11168                 now, so that the focused row will be seen in any case
11169                 (reported by wwp on sf-claws-user)
11170
11171 2001-12-14 [darko]      0.6.5claws87
11172
11173         * src/compose.c
11174                 remove unnecessary line
11175
11176 2001-12-14 [paul]       0.6.5claws86
11177
11178         * sync with sylpheed 0.6.5cvs27
11179                 see ChangeLog entries 2001-12-14
11180
11181 2001-12-14 [carsten]    0.6.5claws85
11182         * src/mainwindow.c
11183                 following a suggestion of Melvin the rcoabm pops up
11184                 right under the button now and the button is reliefed
11185                 while the popup is open
11186
11187 2001-12-14 [darko]      0.6.5claws84
11188
11189         * src/compose.c
11190                 fix crash when wrapping long lines if linewrap quotation
11191                 is disabled and wrapper encounters a word spanning more
11192                 than one line
11193
11194 2001-12-13 [paul]       0.6.5claws83
11195
11196         * src/compose.c
11197                 prefer 'Reply-To' header over mailing list header when
11198                 replying to a message. Finally prevent all those confirmation 
11199                 messages being sent to the list itself.
11200
11201         * src/summaryview.c
11202                 remove unused summary_set_menu_sensitive() entry
11203
11204 2001-12-13 [paul]       0.6.5claws82
11205
11206         * src/folderview.c
11207         * src/pixmaps/inbox-hrm.xpm     ** NEW FILE **
11208         * src/pixmaps/outbox-hrm.xpm    ** NEW FILE **
11209         * src/pixmaps/trash-hrm.xpm     ** NEW FILE **
11210                 improvements to 'Hide read messages': Inbox, Outbox,
11211                 Trash, Queue, and Draft icons now reveal presence of hidden 
11212                 messages
11213
11214 2001-12-12 [alfons]     0.6.5claws81
11215
11216         0.6.5claws80 was tagged as LAST_STABLE
11217
11218         * src/filtering.[ch]
11219         * src/matcher.[ch]
11220         * src/matcher_parser_lex.c
11221                 fix the filtering; my last attempt to get it right, 
11222                 if it does not work, it's Hoa's turn. ;-)
11223
11224                 for my honourable peers:
11225                 
11226                 the code now makes a clear distinction between
11227                 rules as they are displayed (probably escaped),
11228                 and as they are executed (probably unescaped). the
11229                 parser does *NOT* do any unescaping, this is
11230                 the task of the matcher.c (which breaks up a
11231                 rule into condition) and the filtering.c (which
11232                 breaks up the rule's action). to make this
11233                 run happily we provide an unescaped copy of
11234                 crucial strings to the MatcherProp and 
11235                 FilteringAction structures. note that the only
11236                 exception to this is any REGEXP string. those
11237                 are directly passed to regcomp() and regexp()
11238                 (who have much more powerful unescape functions).
11239                 
11240                 for everyone else:
11241         
11242                 you can escape tab (\t), carriage return (\r),
11243                 linefeed (\n), form feed (\f), quote (\"), 
11244                 single quote (\'), bell (\b) in all the entry
11245                 lines in the scoring & filtering dialogs.
11246                 as an added bonus this should not affect
11247                 existing filtering rules.
11248
11249 2001-12-12 [carsten]    0.6.5claws80
11250
11251         * src/summaryview.c
11252         * po/de.po
11253                 "item(s) selected" is now sensitive to 1 or more
11254                 than one selected (nice for language where simple
11255                 adding of a "s" is not possible as German (Eintrag
11256                 ->Eintr"age)
11257                 
11258                 the "forward as attachment" entry from the right
11259                 click menu removed, "forward" acts following the
11260                 prefs
11261         
11262         * src/textview.c
11263                 reverted my former changes; so compiler warning again
11264                 but there's more GTK_TEXT/GTK_STEXT mixing on other places
11265                 nevertheless
11266
11267         * src/messageview.c
11268                 "search in message" does now *not* only work in MVIEW_TEXT
11269                 messages, but also in a MIMEVIEW_TEXT part of MVIEW_MIME
11270                 message
11271
11272         * src/mainwindow.c
11273                 removed "/File/_Close" as it was the same as "/File/E_xit"
11274                 and we don't need it two times
11275
11276                 the separate folder view and message view now get a distinct
11277                 WMCLASS, just in case someone is using sawfish ;-)
11278
11279                 as the menu entries "/View/Message view" and "/View/Folder tree"
11280                 are only doing something when SEPARATE_MESSAGE or SEPARATE_FOLDER
11281                 make them sensitive accordingly and as these two are "shown"
11282                 after startup anytime check this menuitem at startup
11283
11284 2001-12-12 [paul]       0.6.5claws79
11285
11286         * src/folderview.c
11287                 fix sensitivity of 'Search folder...', broken in
11288                 0.6.5claws75
11289
11290         * src/mainwindow.c
11291                 fix dodgy English
11292
11293 2001-12-11 [carsten]    0.6.5claws78
11294         * src/filtering.c
11295                 fixed two typos returning a wrong FALSE/TRUE
11296         * src/mainwindow.[ch]
11297                 extra menu for email/news button removed
11298
11299 2001-12-11 [alfons]     0.6.5claws77
11300         
11301         * src/matcher.c                 (1.3)
11302         * src/matcher_parser_lex.l      (1.28)
11303                 revert for another attempt
11304                 mark 0.6.5claws77 as LAST_STABLE
11305
11306 2001-12-11 [christoph]  0.6.5claws76
11307
11308         * po/de.po
11309                 fixed wrong translation for prev. unread msg
11310
11311 2001-12-11 [paul]       0.6.5claws75
11312
11313         * src/folder.[ch]
11314         * src/folderview.c
11315         * src/mainwindow.c
11316         * src/summaryview.[ch]
11317         * src/pixmaps/dir-open-hrm.xpm  ** NEW FILE **
11318                 enable ability to hide read messages on per folder basis via 
11319                 '/Summary/Hide read messages'; when selected, a folder will 
11320                 have a red open folder icon, instead of a blue icon, if the 
11321                 folder contains hidden messges
11322                 submitted by Thomas Link <t.link.tmp200101.gmx.net> 
11323
11324         * src/mainwindow.c
11325                 remove '/Message/Forward as attachment' from 
11326                 main_window_set_menu_sensitive() to prevent debug warning
11327
11328         * src/folderview.c
11329         * src/mainwindow.c
11330                 Clean up some of the English
11331
11332         * tools/newscache_clean.pl
11333                 allow for new 'hidereadmsgs' entry in folderlist.xml
11334
11335         * po/es.po
11336                 updated translation, submitted by Ricardo Mones Lastra
11337
11338 2001-12-11 [paul]       0.6.5claws74
11339
11340         * sync with sylpheed 0.6.5cvs25
11341                 see ChangeLog entry 2001-12-11
11342
11343 2001-12-10 [alfons]     0.6.5claws73
11344
11345         * src/matcher.c
11346                 add more control characters
11347         * src/matcher_parser_lex.l
11348                 make escaping / unescaping work again
11349
11350 2001-12-10 [alfons]     0.6.5claws72
11351
11352         * src/imap.c
11353                 clean up warnings "returning value for void function" 
11354         * src/prefs_filtering.c
11355                 make info button for execute action sensitive
11356
11357 2001-12-10 [paul]       0.6.5claws71
11358
11359         * src/compose.c
11360         * src/imap.[ch]
11361         * src/summaryview.c
11362                 fix: imap server now gets informed of MARKED, UNMARKED
11363                 and REPLY events. Now people can use different IMAP-Mail
11364                 clients and have the exact same information about MARKED,
11365                 UNMARKED and REPLY status with all of them. Especially
11366                 useful for imap servers with a web-frontend.
11367                 submitted by Tobias Sandhaas <medlor@web.de>
11368
11369 2001-12-09 [melvin]     0.6.5claws70
11370         
11371         * src/textview.[ch]
11372                 fixed bug #490076 (hunted down by Alfons who implemented
11373                 a workaround in 0.6.5claws65)
11374
11375 2001-12-09 [christoph]  0.6.5claws69
11376
11377         * src/summaryview.c
11378                 set pointer to string in LOCKED column to NULL
11379                 (might fix bug #490800)
11380
11381 2001-12-09 [carsten]    0.6.5claws68
11382
11383         * po/de.po
11384                 resolved some cluttered menu shortcuts 
11385                 ('creating new email' and 'creating news message'
11386                 hade the same)
11387         * src/compose.c
11388                 wmclass now distinc from main window
11389         * src/mainwindow.c
11390           src/mainwindow.h
11391                 email/news and forward button functionality similar
11392                 to the reply buttons; removed the ugly dropdown arrows
11393                 and use instead the right mouse button
11394
11395 2001-12-09 [paul]       0.6.5claws67
11396
11397         * src/imap.c
11398         * src/utils.h
11399                 allow spaces in imap folder names
11400                 submitted by Willem van Engen <wvengen@stack.nl>
11401
11402 2001-12-09 [paul]       0.6.5claws66
11403
11404         * sync with sylpheed 0.6.5cvs24
11405                 see ChangeLog entry 2001-12-09
11406
11407 2001-12-08 [alfons]     0.6.5claws65
11408
11409         * src/textview.c
11410                 prevent secondary selection claim after "add to sender" dialog
11411                 popped up. this is because there's a GDK_BUTTON_RELEASE pending.
11412                 we trick GTK by simulating a click at (0, 0) in the textview.
11413
11414 2001-12-08 [hoa]        0.6.5claws64
11415
11416         * src/folder.c
11417                 fixed a bug about the .processing folder name while filtering
11418
11419 2001-12-08 [alfons]     0.6.5claws63
11420
11421         * src/folderview.c 
11422                 work around problem of not correctly updating folder stats
11423                 when deleting messages. there's some folder scanning evil
11424                 going so the folderview_update_msg_num() does not work
11425                 correctly. need to investigate this.
11426
11427 2001-12-08 [paul]       0.6.5claws62
11428
11429         * sync with sylpheed 0.6.5cvs23
11430                 see ChangeLog entry 2001-12-08
11431
11432 2001-12-07 [christoph]  0.6.5claws61
11433
11434         * src/compose.c
11435                 fix another header translation problem
11436
11437 2001-12-07 [alfons]     0.6.5claws60
11438
11439         * src/mbox.c
11440                 make filtering also work on local spool mbox
11441
11442 2001-12-07 [carsten]    0.6.5claws59
11443         * src/addressbook.c
11444                 addressbook window gets a wmclass distinct from the main
11445                 sylpheed window
11446         * src/compose.h
11447         * src/mainwindow.[ch]
11448                   forward menu item will use mode selected in prefs, forward 
11449                 as attatchment in menu removed (will be substituted in the
11450                 toolbar similar to reply buttons)
11451                   create news message menu entry and news button is now 
11452                 sensitive to the existance of a news account
11453         * src/pixmaps/stock_mail_reply_quote.xpm           ** REMOVED **
11454         * src/pixmaps/stock_mail_reply_to_all_quote.xpm    ** REMOVED **
11455         * src/pixmaps/stock_mail_reply_to_sender_quote.xpm ** REMOVED **
11456                 these are removed because the toolbar buttons don't show
11457                 the quoting modus any longer
11458
11459 2001-12-07 [paul]
11460
11461         * tools/newscache_clean.pl      ** NEW FILE **
11462                 perl script to do some tidying up in the newscache directory 
11463                 
11464         * tools/sylpheed-switcher       ** NEW FILE **
11465                 perl script to enable easy switching between main and claws
11466                 
11467         * tools/README
11468                 added descriptions of the two new perl scripts          
11469
11470
11471 2001-12-07 [melvin]     0.6.5claws58
11472
11473         * src/messageview.c
11474                 fixed a warning during compilation introduced in 0.6.5claws56
11475
11476 2001-12-07 [paul]       0.6.5claws57
11477
11478         * src/mainwindow.[ch]
11479         * src/menu.[ch]
11480                 further usability enhancements to replying with or without 
11481                 quoting via the toolbar, use of Ctrl key is replaced by 
11482                 drop down menu 
11483                 Submitted by Carsten Schurig            
11484
11485 2001-12-07 [melvin]     0.6.5claws56
11486
11487         * src/messageview.c
11488                 hack to fix bug that prevented to make/paste selections
11489                 after switching between MVIEW_TEXT and MVIEW_MIME views
11490                 without deselecting the selection first.
11491
11492 2001-12-06 [alfons]     0.6.5claws55
11493
11494         * src/filtering.[ch]
11495         * src/inc.c
11496                 revise filtering a little bit more, and make sure
11497                 messages are delivered to the appropriate inbox
11498                 (perhaps set per account)
11499
11500 2001-12-06 [paul]       0.6.5claws54
11501
11502         * sync with sylpheed 0.6.5cvs22
11503                 see ChangeLog entry 2001-12-06
11504
11505 2001-12-05 [alfons]     0.6.5claws53
11506
11507         * src/inc.c
11508         * src/folder.[ch]
11509         * src/procmsg.c
11510         * src/filtering.c
11511                 more revisions of filtering system
11512                 (last stable version is marked as LAST_STABLE)
11513                 
11514                 | NOTE 1): the filtering system now uses a local folder called
11515                 | .processing. if filtering fails, check this directory
11516                 | for missing messages.
11517                 |
11518                 | NOTE 2): help us find the filtering actions still missing
11519
11520 2001-12-05 [paul]       0.6.5claws52
11521
11522         * src/mainwindow.c
11523                 fix bug where 'Empty Trash?' pop-up window appears even
11524                 when Trash is empty, submitted by Jesse Skinner         
11525
11526 2001-12-05 [melvin]     0.6.5claws51
11527
11528         * src/compose.c
11529                 fixed bug #486106 to select correct account when reediting 
11530                 a queued message
11531         
11532 2001-12-04 [alfons]     0.6.5claws50
11533
11534         * src/mh.c
11535                 declare markfile in appropriate functions when
11536                 no fchmod() is found (thanks to Mark Heerdink <marc@koelkast.net>
11537                 for spotting this)
11538
11539 2001-12-04 [paul]       0.6.5claws49
11540
11541         * sync with sylpheed 0.6.5cvs21
11542                 see ChangeLog entry 2001-12-04
11543
11544 2001-12-03 [christoph]  0.6.5claws48
11545
11546         * po/de.po
11547                 changed translation of undo
11548         * src/account.c
11549         * src/folder.c
11550                 don't reinvent the wheel to traverse a GNode
11551         * src/compose.[ch]
11552                 seperate code to create the compose gui into functions
11553                 add "Others" page with folder selection for saving copy
11554                 of the message.
11555                 the folder identifier is saved to queue header
11556         * src/procmsg.c
11557                 save message to folder in queue header
11558
11559 2001-12-03 [paul]       0.6.5claws47
11560
11561         * sync with sylpheed 0.6.5cvs20
11562                 see ChangeLog entry 2001-12-03
11563
11564 2001-12-01 [paul]
11565
11566         * more sync with sylpheed 0.6.5cvs19
11567                 see ChangeLog entry 2001-11-29
11568
11569 2001-11-30 [paul]       0.6.5claws46
11570         
11571         * src/compose.c
11572                 remove conflicts introduced by Hoa's last commit
11573          
11574         * src/mainwindow.c
11575                 make 'Message/Bounce' sensitive
11576
11577 2001-11-30 [hoa]        0.6.5claws45
11578
11579         * src/compose.c
11580                 slightly change bounce function to add
11581                 information about the user that bounced the mail
11582                 in the From header line.
11583
11584         * src/folderview.c
11585                 permit the use of processing in outbox folder.
11586
11587 2001-11-29 [paul]       0.6.5claws44
11588
11589         * src/mainwindow.[ch]
11590         * src/prefs_common.c
11591         * src/pixmaps/stock_mail_reply_quote.xpm            ** NEW FILE **
11592         * src/pixmaps/stock_mail_reply_to_all_quote.xpm     ** NEW FILE **
11593         * src/pixmaps/stock_mail_reply_to_author_quote.xpm  ** NEW FILE **
11594                 usability enhancements to the quoting, implements
11595                 use of Ctrl key to toggle quoting settings
11596                 Submitted by Carsten Schurig <Carsten.Schurig@web.de>
11597
11598 2001-11-29 [paul]       0.6.5claws43
11599         
11600         * sync with sylpheed 0.6.5cvs19
11601                 see ChangeLog entry 2001-11-28
11602
11603 2001-11-29 [melvin]     0.6.5claws42
11604         * src/Makefile.am
11605                 added enriched.[ch] to the list of files
11606
11607         * src/textview.c
11608         * src/mimeview.c
11609         * src/procmime.[ch]
11610         * src/enriched.[ch]
11611                 added support to view text/enriched
11612                 added support to show headers in message view for text/enriched and text/html
11613                         in non multipart messages
11614
11615 2001-11-28 [paul]       0.6.5claws41
11616
11617         * more sync with sylpheed 0.6.5cvs18
11618                 see ChangeLog entry 2001-11-27 (src/prefs_common.c)
11619
11620 2001-11-27 [paul]       0.6.5claws40
11621         
11622         * po/pt_BR.po
11623                 updated translation, submitted by Fabio Junior Beneditto
11624                 
11625         * sync with sylpheed 0.6.5cvs18
11626                 see ChangeLog entries 2001-11-26 (src/textview.c) and
11627                 2001-11-27
11628
11629
11630 2001-11-26 [paul]
11631
11632         * po/es.po
11633                 updated translation, submitted by Ricardo Mones Lastra
11634
11635 2001-11-26 [alfons]
11636
11637         * src/matcher.c
11638                 add more translatable strings
11639
11640 2001-11-26 [christoph]  0.6.5claws39
11641
11642         * po/de.po      
11643                 fixed one more umlaut
11644         * src/compose.c
11645                 fix translated header when it should not be translated
11646
11647 2001-11-26 [paul]       0.6.5claws38
11648
11649         * src/mainwindow.c
11650                 remove '/Message/Add Sender to address book' from 
11651                 main_window_set_menu_sensitive(), prevent debug warning
11652                 add 'Message/Mark/Mark all read' to mainwin_entries[]
11653
11654 2001-11-26 [paul]       0.6.5claws37
11655
11656         * src/summaryview.c
11657                 fix 'recurring unread state' bug 
11658
11659         * tools/README 
11660         * tools/filter_conv.pl
11661                 read name of top level mailbox from folderlist.xml
11662                 and presume nothing about its name              
11663
11664 2001-11-26 [darko]      0.6.5claws36
11665
11666         * src/gtkstext.[ch]
11667                 removed functions that are now in gtkutils.c
11668                 use gtkut_text_is_uri_string() from gtkutils.c
11669         * fix my comment on 2001-11-23 (missing gtkutils.[ch])
11670
11671 2001-11-26 [paul]       0.6.5claws35
11672
11673         * sync with sylpheed 0.6.5cvs16
11674                 see ChangeLog entries 2001-11-25 and 2001-11-26
11675
11676 2001-11-25 [alfons]     0.6.5claws34
11677
11678         EXPERIMENTAL!!! Please checkout the last stable version using: 
11679           
11680         % cvs update -r LAST_STABLE -dRAP
11681
11682         (Or help us testing this stuff.)
11683
11684         * src/filtering.c               (1.14)
11685         * src/filtering.h               (1.6)
11686         * src/inc.c                     (1.28)
11687         * src/matcher.c                 (1.20)
11688         * src/mbox.c                    (1.9)
11689         * src/procmsg.h                 (1.14)
11690         * src/summaryview.c             (1.59)
11691         * src/summaryview.h             (dunno)
11692                 revert/merge/sync to as it was before commit 
11693                 on Thu, 19 Jul 2001 10:15:51 -0700.
11694
11695 2001-11-25 [hoa]        0.6.5claws33
11696
11697         * src/main.c
11698                 processing mails at startup
11699
11700         * src/folderview.c
11701         * src/summaryview.[ch]
11702                 processing mails when entering folder
11703
11704         * src/prefs_filtering.c
11705                 fixed some UI bugs
11706
11707 2001-11-24 [alfons]     0.6.5claws32
11708
11709         * src/summaryview.[ch]
11710                 make summary sort headers work, and also make
11711                 sure the sort type is stored
11712
11713 2001-11-23 [alfons]     0.6.5claws31
11714
11715         * src/summaryview.[ch]
11716                 make lock work like mark
11717                 disallow deleting messages marked as locked
11718
11719 2001-11-23 [alfons]     0.6.5claws30
11720
11721         * src/gtkstext.c
11722         * src/compose.[ch]
11723         * src/Makefile.am
11724         * src/undo.[ch]
11725                 merge undo patch submitted by Jens
11726
11727 2001-11-23 [christoph]  0.6.5claws29
11728
11729         * src/.cvsignore
11730                 added ylwrap
11731         * src/compose.c
11732                 fixed gpg signing and encoding
11733         * src/folder.[ch]
11734         * src/main.c
11735                 added --status option to get new, unread and total
11736                 message count from a running sylpheed
11737         * src/prefs_common.c
11738                 temporary fix for reply_with_quote problem
11739                 (don't call functions for non existing widget)
11740         * src/procmsg.c
11741                 one more check for ignored threads but still not
11742                 always working correctly. probably a recursive
11743                 check for all parents is needed
11744
11745 2001-11-23 [darko]      0.6.5claws28
11746
11747         * src/compose.c
11748                 wrapping on send improvements
11749         * src/gtkutils.[ch]
11750                 fix for GtkSText after last sync with main branch
11751                 GTK_TEXT -> GTK_STEXT
11752
11753 2001-11-23 [paul]       0.6.5claws27
11754
11755         * sync with sylpheed 0.6.5cvs14
11756                 see ChangeLog entries 2001-11-22 and 2001-11-23
11757                 
11758         * po/de.po
11759                 fixed the scrambled umlauts 
11760                 submitted by Carsten Schurig <Carsten.Schurig@web.de>
11761
11762 2001-11-21 [paul]       0.6.5claws26
11763
11764         * sync with sylpheed 0.6.5cvs12
11765                 see 2nd ChangeLog entry dated 2001-11-20
11766
11767 2001-11-20 [paul]       0.6.5claws25
11768
11769         * sync with sylpheed 0.6.5cvs11
11770                 see ChangeLog entry 2001-11-19 (src/utils.c)
11771
11772 2001-11-20 [hiro]
11773
11774         * src/compose.c
11775                 GTK_TEXT -> GTK_STEXT
11776                 fix for wrong comment
11777
11778 2001-11-20 [hiro]       0.6.5claws24
11779
11780         * src/compose.[ch]
11781                 more merges from main branch
11782                 removed fatal warnings (uninitialized variables etc.)
11783                 some coding style fix
11784         * src/gtkutils.h
11785                 fixed typo.
11786         * src/addressbook.c
11787           src/addrindex.c
11788                 V-Card -> vCard
11789
11790 2001-11-19 [hoa]        0.6.5claws23
11791
11792         * src/filtering.c
11793         * src/prefs_scoring.c
11794         * src/matcher.[ch]
11795         * src/scoring.c
11796                 cleaning code
11797
11798         * src/matcher_parser_parse.y
11799         * src/prefs_filtering.c
11800                 bouncing
11801
11802 2001-11-19 [alfons]     0.6.5claws22
11803
11804         more of my old things into claws
11805
11806         * src/Makefile.am
11807         * src/prefs_common.c
11808         * src/procmsg.h
11809         * src/summaryview.[ch]
11810         * src/prefs_summary_column.c
11811         * src/pixmaps/locked.xpm
11812                 add indicators for locking of message in summary view
11813                 (does not work yet, only visual indicator)
11814
11815 2001-11-19 [paul]       0.6.5claws21
11816
11817         * sync with sylpheed 0.6.5cvs10
11818                 see ChangeLog entry 2001-11-19
11819
11820 2001-11-18 [alfons]     0.6.5claws20
11821         
11822         * src/filtering.c
11823                 remove an inadvertent free I forgot in previous clean up 
11824
11825 2001-11-18 [alfons]     0.6.5claws19
11826
11827         * src/filtering.[ch]
11828                 clean up & plug leaks
11829
11830 2001-11-18 [paul]       0.6.5claws18
11831
11832         * sync with sylpheed 0.6.5cvs9
11833                 see ChangeLog entries 2001-11-17 and 2001-11-18
11834
11835 2001-11-16 [paul]       0.6.5claws17
11836
11837         * sync with sylpheed 0.6.5cvs8
11838                 see ChangeLog entry 2001-11-16, src/grouplistdialog.c
11839
11840 2001-11-16 [paul]       0.6.5claws16
11841
11842         * sync with sylpheed 0.6.5cvs7
11843                 see ChangeLog entries 2001-11-15 and 2001-11-16
11844
11845 2001-11-15 [hoa]        0.6.5claws15
11846
11847         * src/compose.c
11848                 fix bounce, mails we received couln't be bounced to ourself.
11849
11850         * src/defs.h
11851         * src/filtering.[ch]
11852         * src/matcher.[ch]
11853         * src/matcher_parser.h
11854         * src/matcher_parser_lex.l
11855         * src/matcher_parser_parse.y
11856         * src/inc.c
11857         * src/main.c
11858         * src/mbox.c
11859         * src/prefs_filtering.[ch]
11860         * src/mainwindow.c
11861         * src/prefs_matcher.c
11862         * src/prefs_scoring.c
11863         * src/scoring.[ch]
11864         * src/summaryview.c
11865                 new matcher/filter/score configuration file parser
11866                 one unique configuration file => ~/.sylpheed/matcherrc
11867                 import in currently automatic, then save are made
11868                 in this new file.
11869                 one filter per folder and one global filter
11870                 (filter of a folder will be used as folder processing)
11871
11872         * src/folder.c
11873                 fix a bug in folder_item_get_identifier
11874                 
11875         * src/messageview.c
11876                 receive receipt return are fixed.
11877
11878 2001-11-14 [alfons]     0.6.5claws14
11879
11880         * src/session.h
11881                 add things from main branch to make claws compile
11882
11883 2001-11-14 [paul]       0.6.5claws13
11884
11885         * merge with SYNC-B4-REL and sync with sylpheed 0.6.5cvs5
11886                 see ChangeLog entries 2001-11-08 to 2001-11-14
11887
11888 2001-11-14 [hoa] 0.6.5claws12
11889
11890         * src/compose.[ch]
11891         * src/mainwindow.c
11892         * src/summaryview.c
11893                 add "bounce mail" option
11894
11895 2001-11-13 [christoph]  0.6.5claws11
11896
11897         * src/compose.c
11898                 Cleanup a mess i add before commiting
11899
11900 2001-11-13 [hoa]        0.6.5claws10
11901
11902         * src/compose.c
11903                 some fixes when mail are sent or
11904                 for crossposts
11905
11906 2001-11-13 [christoph]  0.6.5claws9
11907
11908         * po/de.po
11909                 Changed two string with the same translation
11910         * src/compose.c
11911         * src/procmsg.[ch]
11912         * src/send.[ch]
11913                 New mailsending process:
11914                   - Always queue message before sending
11915                     (message will be saved if sylpheed crashed or
11916                      freezes while sending)
11917                   - Allow queuing of newspostings
11918                   - No copy in outbox before sending
11919                     (closes bug #469501)
11920                   - No more redundant code for send and send_later
11921         * src/summaryview.c
11922                 Applied wwp <subscript@free.fr>'s patch that fixes
11923                 marks for multiple forwarded messages (+compose.c)
11924
11925 2001-11-12 [alfons]
11926
11927         * README.claws
11928                 remove things that are now in main branch
11929         
11930         * po/nl.po
11931                 update Dutch translation
11932
11933 2001-11-12 [mhadasht]   0.6.5.claws8
11934
11935         * src/prefs_common.c
11936                 re-enabled account autoselection feature for forward
11937                 and reedit lost during the branch point for SYNC-B4-REL
11938         * src/gtkspell.c
11939                 gtkpspell_get_dict(): more readable code (even if function is
11940                 not used yet)
11941         * ChangeLog.claws
11942                 added version number info to 2001-11-12 [hiro] comment.
11943
11944 2001-11-12 [hiro]       0.6.5.claws7
11945
11946         * src/compose.c
11947                 compose_forward(): fixed a bug that forward quote mark
11948                 wasn't used.
11949                 removed unnecessary code.
11950         * src/template_select.[ch]: removed.
11951
11952 2001-11-11 [alfons]
11953
11954         * src/compose.c
11955                 :%s/GTK_TEXT/GTK_STEXT/g
11956         
11957         * src/compose.[ch]
11958         * src/undo.[ch]
11959         * src/Makefile.am
11960                 revert the undo stuff (this is 0.6.6claws stuff)
11961
11962 2001-11-11 [hoa]        0.6.5.claws6
11963
11964         * src/compose.[ch]
11965                 Insert signature at the end of the text.
11966                 Added undo patch but currently disabled
11967
11968         * src/procmsg.c
11969                 Threading by subject improved.
11970
11971         * added src/undo.[ch]
11972                 Undo module for compose dialog box.
11973
11974 2001-11-11 [alfons]     0.6.5.claws5
11975
11976         * src/procmsg.c
11977                 prevent threading by subject on nodes that have already been
11978                 threaded by in-reply-to (as in "circular references in a tree
11979                 result in a dead branch")
11980
11981 2001-11-09 [hoa]        0.6.5.claws4
11982         
11983         * src/folderview.c
11984                 allows creation of mbox folder item from any files.
11985
11986 2001-11-09 [alfons]     0.6.5.claws3
11987         
11988         * src/utils.c
11989         * src/procmsg.c
11990                 do what I mean and correct threading by subject so it really
11991                 ignores attracting lines without "Re: "
11992
11993 2001-11-07 [alfons]     0.6.5.claws2
11994
11995         * src/procmsg.c
11996         * src/utils.[ch]
11997                 only attract by subject if a subject line starts with a "Re: "
11998         * src/syldap.c
11999                 remove warning
12000
12001 2001-11-07 [paul]       0.6.5claws1
12002
12003         * sync with sylpheed 0.6.5. release
12004                 see ChangeLog entry 2001-11-07
12005
12006 2001-11-07 [paul]       0.6.4claws31
12007
12008         * sync with sylpheed 0.6.4cvs18
12009                 see ChangeLog entries 2001-10-30 to 2001-11-07
12010                 prefs_templates.[ch] renamed prefs_template.[ch]
12011
12012 2001-11-06 [alfons]
12013         
12014         * src/utils.h
12015                 add semicolon Hoa forgot ;-)
12016                 
12017
12018 2001-11-06 [hoa]        0.6.4claws30
12019         
12020         * src/procmsg.c
12021         * src/summaryview.c
12022         * src/utils.c
12023         * src/utils.h
12024                 threading by subject - empty subject are ignored
12025
12026 2001-11-06 [christoph]  0.6.4claws29
12027
12028         * src/socket.c
12029                 use SSL_peek for sock_gets
12030         * src/utils.c
12031                 removed unneeded pointer in extracting quoted
12032                 names implementation
12033
12034 2001-11-06 [melvin]     0.6.4claws28
12035
12036         * src/gtkspell.c
12037                 fixed bug #476792 Selection overtyping with spell checker
12038                 fixed bug which could cause a buffer overflow
12039                 fixed a memory leak
12040
12041 2001-11-06 [hoa]        0.6.4claws27
12042         
12043         * src/procmsg.c
12044         * src/summaryview.c
12045                 threading by subject
12046
12047 2001-11-05 [alfons]     0.6.4claws26
12048         
12049         * README.claws
12050                 Claws -> Sylpheed (vice versa)
12051
12052         * src/compose.c
12053                 :%s/gtk_text/gtk_stext/g
12054                 :%s/GTK_TEXT/GTK_STEXT/g
12055                 (thanks to Jonathan Ware for spotting this)
12056
12057 2001-11-04 [christoph]  0.6.4claws25
12058
12059         * src/summaryview.c
12060                 replace Xalloca + strdup with Xstrdup_a
12061         * src/utils.c
12062                 better implementation of extracting quoted names
12063                 from addresses (remove backlashes and ignore
12064                 quotes after them)
12065
12066 2001-11-04 [alfons]     0.6.4claws24
12067
12068         * src/utils.[ch]
12069                 edit to comply more with coding style
12070
12071         * src/textview.c
12072                 fix bug reported by Kim Schulz. introduced by the patch integrated
12073                 in 0.6.4claws15. the code did not check the return value of
12074                 the html parser.
12075
12076         * AUTHORS
12077                 add Jonathan Ware and close "[ #475955 ] Enhanced Mailto Patch"
12078
12079 2001-11-04 [christoph]  0.6.4claws23
12080
12081         * src/main.c
12082         * src/prefs_common.[ch]
12083                 init some pointers that possibly caused a segfault
12084                 reported in the claws-users ML
12085
12086 2001-11-04 [hoa]        0.6.4claws22
12087
12088         * src/grouplistdialog.c
12089                 change the names of the nodes in the tree
12090
12091         * src/compose.c
12092                 enhanced mailto syntax as described in
12093                 http://developer.netscape.com/viewsource/husted_mailto/mailto.html
12094                 (thanks to Jonathan Ware <jonathan_ware@gmx.co.uk>)
12095
12096         * src/utils.c
12097                 encode and decode URI (useful when opening URL into
12098                 netscape).
12099
12100 2001-11-03 [hoa]        0.6.4claws21
12101
12102         * src/grouplistdialog.c
12103                 a new newsgroups list selection dialog box
12104                 with a CTree instead of a CList
12105
12106 2001-11-03 [hoa]        0.6.4claws20
12107
12108         * src/folderview.c
12109                 enable property and scoring options when right
12110                 click on "inbox"
12111
12112         * src/summaryview.c
12113                 fixed bug when nickname were displayed using
12114                 the address book.
12115
12116 2001-11-02 [darko]      0.6.4claws19
12117
12118         * src/compose.c
12119                 new wrap quotation and URL/long words wrapping implementation
12120         * src/compose.c src/gtkstext.[ch]
12121                 move gtkstext_strncmp() to gtkstext.c
12122
12123 2001-11-01 [christoph]  0.6.4claws18
12124
12125         * src/prefs_account.c
12126                 fixed mess in account settings dialog
12127         * src/prefs_folder_item.c
12128                 added label with folder path to dialog
12129
12130 2001-10-31 [match]      0.6.4claws17
12131
12132         * src/vcard.c
12133                 fix memory leak.
12134         * src/addrbook.c
12135                 fix generation of spurious address book file names.
12136                 remove redundant functions.
12137         * po/POTFILES.in
12138                 added missing file names.
12139
12140 2001-10-30 [paul]       0.6.4claws16
12141
12142         * sync with sylpheed 0.6.4cvs6
12143                 see ChangeLog entries 2001-10-26 to 2001-10-30
12144
12145         * tools/filter_conv.pl
12146                 read folderlist.xml to discover whether the top-level
12147                 folder is called 'Mailbox' or 'Mail' 
12148
12149 2001-10-29 [paul]       0.6.4claws15
12150
12151         * src/html.c, src/textview.c
12152                 activate links in html mail and fix clickable parts
12153                 Submitted by Matthieu Dazy <dazy@t-surf.com>
12154
12155 2001-10-29 [paul]
12156
12157         * po/de.po, po/es.po, po/pt_BR/po
12158                 updated translations, submitted by Jens Oberender,
12159                 Ricardo Mones Lastra, and Fabio Junior Beneditto
12160
12161 2001-10-29 [darko]      0.6.4claws14
12162
12163         * src/compose.c
12164                 fix wrapping for good
12165
12166 2001-10-29 [darko]
12167
12168         * src/compose.c
12169                 undo previous change as it broke the smart wrapping
12170
12171 2001-10-29 [darko]      0.6.4claws13
12172
12173         * src/compose.c
12174                 fix infinite loop when long URL is quoted
12175                 (closes bug #475122.
12176
12177 2001-10-28 [match]
12178
12179         * src/mutt.[ch] src/importmutt.[ch] src/mgutils.[ch] src/addressbook.c src/Makefile.am
12180                 import Mutt address book
12181         * src/ldif.[ch] src/importldif.h
12182                 modified import LDIF handle user attributes
12183
12184 2001-10-28 [christoph]  0.6.4claws12
12185
12186         * src/summaryview.c
12187                 fixed that filtering did not work if there
12188                 were no filter rules
12189                 (closes bug #472003 and better implementation
12190                  of patch #474644)
12191
12192 2001-10-27 [christoph]  0.6.4claws11
12193
12194         * src/compose.c
12195                 make the folder's default account to be used when
12196                 replying. (patch by wwp <subscript@free.fr>)
12197         * src/compose.c
12198                 code cleanup, nearly killed all of wwp's patch
12199                 for folder's default account in compose
12200         * src/folderview.c
12201                 error panel when a folder could not be created
12202                 (closes bug #471080 new folder name & already
12203                  existing file)
12204
12205 2001-10-26 [alfons]
12206
12207         * src/utils.h
12208                 change prototype of strstr2() that Christoph forgot about
12209
12210 2001-10-26 [christoph]  0.6.4claws10
12211
12212         * src/account.c
12213                 made search for accounts by email address not case
12214                 sensitive
12215         * src/folder.c
12216                 fixed memory leak in folder_item_get_identifier
12217         * src/gtkspell.c
12218         * src/utils.c
12219                 fixed wrong strstr2 (should work like strstr)
12220
12221 2001-10-26 [darko]      0.6.4claws9
12222
12223         * src/compose.c src/gtkstext.[ch]
12224         * src/gtkstext.c
12225                 move is_url_string() and gtkstext_str_strcmp() to gtkstext.c
12226
12227 2001-10-26 [paul]       0.6.4claws8
12228
12229         * src/html.c
12230                 ignore css and javascript tags in html mail
12231                 case-insensitive, with or without double-quoted
12232                 strings
12233
12234 2001-10-26 [paul]       0.6.4claws7
12235
12236         * sync with sylpheed 0.6.4cvs1
12237                 see ChangeLog entry 2001-10-26
12238
12239         * src/prefs_account.c, src/prefs_common.c,
12240           src/prefs_summary_column.c
12241                 minor improvements to the English
12242
12243 2001-10-25 [alfons]     0.6.4claws6
12244
12245         * src/gtkstext.c
12246         
12247                 make GtkSText follow style of GtkText (closes bug 
12248                 #469211 "text selection while writing message")
12249                 
12250                 do sync with GTK 1.2.10
12251
12252 2001-10-25 [paul]       0.6.4claws5
12253
12254         * src/html.c
12255                 ignore css tags in html mail
12256
12257 2001-10-25 [darko]      0.6.4claws4
12258
12259         * src/compose.c
12260                 don't declare is_url_string as static function since
12261                 we need it in gtkstext.c
12262         * src/gtkstext.c
12263                 remove unused variable
12264                 don't wrap long URLs while composing a message
12265
12266 2001-10-24 [christoph]  0.6.4claws3
12267
12268         * src/socket.c
12269                 fix ssl deadlock, when peer closes connection
12270
12271 2001-10-24 [paul]       0.6.4claws2
12272
12273         * src/prefs_common.c
12274                 gettextize the gpg ascii-armored warning message
12275
12276         * src/compose.c
12277                 insert a DOS/MAC file into the composed message
12278                 (improvements)
12279
12280         * Both submitted by Thierry Godefroy <godefroy@imaginet.fr>
12281
12282 2001-10-22 [paul]       0.6.4claws1
12283
12284         * sync with sylpheed 0.6.4 release
12285                 see ChangeLog entries 2001-10-21
12286
12287         * po/fr.po, po/pt_BR.po
12288                 updated by Melvin Hadasht and Fabio Junior Beneditto
12289
12290 2001-10-21 [paul]       0.6.3claws30
12291
12292         * src/compose.c
12293                 insert a DOS text file from the compose window
12294                 into the composed message text (removes CRs characters)
12295                 Submitted by Thierry Godefroy <godefroy@imaginet.fr>
12296
12297         * tools/filter_conv.pl, tools/README
12298                 automatically use ~/.sylpheed as working directory
12299                 print out confirmation message on completion
12300
12301         * correct Hoa's last ChangeLog.claws entry
12302
12303 2001-10-20 [hoa]        0.6.3claws29
12304
12305         * src/grouplistdialog.c
12306                 bugfix (another ?) to give the right
12307                 newsgroups list for each news server.
12308
12309         * src/news.c
12310         * src/news.h
12311                 improve the newsgroups list cache
12312
12313 2001-10-20 [paul]       0.6.3claws28
12314
12315         * sync with sylpheed 0.6.3cvs9
12316                 see ChangeLog entry 2001-10-19
12317
12318         * correct Alfons' last ChangeLog.claws entry
12319
12320 2001-10-19 [alfons]
12321
12322         * src/pgptext.[ch]
12323                 fix compilation problems (part of bug #472895)
12324
12325 2001-10-18 [hoa]        0.6.3claws27
12326
12327         * src/grouplistdialog.c
12328                 bugfix when we refresh was clicked (bug 472701)
12329
12330 2001-10-19 [christoph]  0.6.3claws26
12331
12332         * src/compose.c
12333                 last header entry should default to "To:" or
12334                 "Newsgroups:" and not copy the last entry line
12335                 in a new compose window
12336                 (closes bug #472686, #470792)
12337
12338 2001-10-19 [paul]       0.6.3claws25
12339
12340         * sync with Sylpheed 0.6.3cvs8
12341                 see ChangeLog entries 2001-10-18 and 2001-10-19
12342
12343 2001-10-18 [christoph]  0.6.3claws24
12344
12345         * src/procmsg.c
12346                 reimplement ignore thread
12347         
12348 2001-10-18 [hoa]        0.6.3claws23
12349
12350         * src/folderview.c
12351         * src/grouplistdialog.[ch]
12352                 enhanced news subscription interface (feature 469113)
12353
12354         * src/news.c
12355         * src/news.h
12356                 enchanced newsgroup listing,
12357                 now, we can get groups informations
12358                 (NNTPGroupInfo)
12359
12360 2001-10-18 [paul]       0.6.3claws22
12361
12362         * src/summaryview.c
12363                 remove comment (sync with main branch)
12364         * src/mainwindow.c
12365                 fix 'Re-edit' bug in 'Message' menu
12366
12367 2001-10-17 [christoph]  0.6.3claws21
12368
12369         * src/compose.c
12370                 ignore empty or whitespace only header lines
12371
12372 2001-10-17 [paul]       0.6.3claws20
12373
12374         * sync with sylpheed 0.6.3cvs7
12375                 see ChangeLog entries 2001-10-14, 2001-10-16, and
12376                 2001-10-17
12377
12378 2001-10-17 [darko]
12379
12380         * src/compose.c
12381                 wrap long lines without spaces
12382                 don't wrap URLs
12383
12384 2001-10-16 [paul]
12385
12386         * po/es.po, po/nl.po, po/pt_BR.po
12387                 updated by Ricardo Mones Lastra, Alfons,
12388                 and Fabio Junior Beneditto
12389
12390         * sylpheed-0.6.3claws released
12391
12392 2001-10-15 [melvin] 0.6.3claws18
12393
12394         * README.claws
12395                 added summary and detailed installation instructions
12396                 for spell checker
12397         * po/fr.po
12398                 Updated, corrected and completed french translation
12399
12400 2001-10-15 [hoa] 0.6.3claws17
12401         * src/grouplistdialog.c
12402                 we can choose the newsgroups to display with wildcards
12403
12404 2001-10-15 [christoph]  0.6.3claws16
12405
12406         * src/account.c
12407         * src/compose.c
12408         * src/prefs_folder_item.[ch]
12409                 applied wwp <subscript@free.fr>'s folder
12410                 default account patch
12411         * po/de.po
12412                 Fixed wrong translation
12413
12414 2001-10-13 [alfons, christoph, melvin]  
12415                         0.6.3claws15
12416
12417         solution #2 to solve MT-safety problems defers all GUI related calls
12418         to the main thread using a gtk_idle_add() callback. discussed on
12419         ircnet #sylpheed, with christoph spotting some issues with the
12420         original code, and melvin allowing us to lobotomize his sylpheed.
12421
12422         * src/syldap.[ch], src/main.c
12423                 fix race problem in ldap search thread by deferring GUI 
12424                 stuff to main thread using gtk_idle_add()
12425
12426 2001-10-13 [paul]       0.6.3claws14
12427
12428         * src/prefs_account.[ch], src/send.c, src/smtp.[ch]
12429                 add Sergey's smtpcred.patch
12430                 adds separate username/password setting for SMTP Auth
12431                 needed by some servers
12432                 (closes feature request #471659)
12433
12434 2001-10-13 [paul]       0.6.3claws13
12435
12436         * src/pgptext.[ch] **NEW FILES**
12437         * src/Makefile.am, src/messageview.c, src/mimeview.c
12438                 decrypt ascii-armored gpg text embedded in
12439                 the message body.
12440                 Submitted by Jens Jahnke <jan0sch@gmx.net>
12441
12442 2001-10-13 [christoph]  0.6.3claws12
12443
12444         * README.claws
12445                 some more details on default to and
12446                 feature requests
12447         * src/main.c
12448                 init glib threading when ldap is used
12449         * src/syldap.c
12450                 threading fixes
12451         * po/de.po
12452                 fixed a typo
12453
12454 2001-10-12 [paul]       0.6.3claws11
12455
12456         * src/prefs_common.[ch], src/rfc2015.c
12457                 enable ascii-armored gpg text to be embedded in the
12458                 message body, selectable through the 'Privacy'
12459                 preferences. Supports encrypting only.
12460                 Submitted by Ravemax <ravemax@dextrose.com>
12461
12462 2001-10-12 [paul]       0.6.3claws10
12463
12464         * sync with sylpheed 0.6.3cvs6
12465                 see ChangeLog entries 2001-10-11 and 2001-11-12
12466
12467         * src/folderview.c
12468                 incorporated mbox folders, scoring, and folder
12469                 properties into the sync
12470
12471 2001-10-12 [darko]      0.6.3claws9
12472
12473         * README.claws
12474                 describe quotation wrapping
12475         * src/compose.c
12476                 don't treat tab as space to calculate line length properly
12477
12478 2001-10-11 [alfons]
12479
12480         * README.claws
12481                 correct description of how to make new filtering system work,
12482                 add some other things
12483                 
12484         * src/syldap.c
12485                 remove sched_yield() (not necessary / unportable)
12486
12487 2001-10-11 [paul]       0.6.3claws8
12488
12489         * sync with sylpheed 0.6.3cvs3
12490                 see ChangeLog entry 2001-10-10
12491
12492 2001-10-10 [christoph]  0.6.3claws7
12493
12494         * .cvsignore
12495                 ignore 2 files created by newer autotools
12496         * src/prefs_folder_item.c
12497                 using table for widget alignment
12498                 fixed memory leak and broken octal display
12499         * src/filesel.c
12500                 fixed segfault caused by lost filename
12501                 workaround (closes bug #469551)
12502
12503 2001-10-10 [paul]       0.6.3claws6
12504
12505         * sync with sylpheed 0.6.3cvs2
12506                 see ChangeLog entries 2001-10-09 and 2001-10-10
12507
12508 2001-10-10 [darko]      0.6.3.claws5
12509
12510         * src/gtkstext.c
12511                 proper calculation of right margin if smart wrapping is enabled
12512         * src/compose.c
12513                 automatically wrap long lines if wrap quotation is enabled
12514
12515 2001-10-09 [alfons]     0.6.3.claws4
12516
12517         * src/summaryview.c
12518                 select correct row when deleting last row in the summary view (and
12519                 close bug "[ #469104 ] select second last in list when deleting")
12520
12521 2001-10-09 [paul]       0.6.3claws3
12522
12523         * sync with sylpheed 0.6.3cvs1
12524                 updated some autotool scripts
12525
12526 2001-10-09 [darko]      0.6.3claws2
12527
12528         * src/gtkstext.[ch]
12529                 new name and mark with Sylpheed comment
12530         * src/compose.c
12531                 smart quotation wrapping a-la VIM
12532
12533 2001-10-08 [paul]       0.6.3claws1
12534
12535         * sync with sylpheed 0.6.3 release
12536                 see ChangeLog entry 2001-10-08
12537
12538 2001-10-08 [paul]       0.6.2claws24
12539
12540         * src/summaryview.c
12541                 more sync with sylpheed 0.6.2cvs12
12542                 Fixed the bug that didn't select the last row correctly
12543
12544
12545 2001-10-07 [paul]       0.6.2claws23
12546
12547         * sync with sylpheed 0.6.2cvs12
12548                 see ChangeLog entry 2001-10-07
12549
12550 2001-10-06 [match]
12551         * src/jpilot.[ch]
12552                 enable jpilot to read unsynch'ed addresses.
12553
12554         * src/editldap_basedn.c
12555                 fix segfault when opening dialog.
12556
12557 2001-10-06 [alfons]     0.6.2.claws22
12558
12559         * src/summaryview.c
12560                 fix bug with summary view selecting last *inserted*
12561                 node instead of last *visible* node. remember we
12562                 work with a tree
12563
12564 2001-10-06 [paul]       0.6.2claws21
12565
12566         * po/pt_BR.po
12567                 updated translation, contains some fixes and new
12568                 translations, submitted by Gustavo Noronha Silva
12569                 <kov@debian.org>
12570
12571         * src/prefs_common.c
12572                 change 'each' to 'every' - fix dubious English
12573
12574         * sync with sylpheed 0.6.2cvs11
12575
12576 2001-10-05 [alfons]     0.6.2claws20
12577
12578         * src/mainwindow.[ch], src/folderview.c
12579                 make composite tool button switch between "Compose News"
12580                 and "Compose Mail" depending on selected folder
12581                 (nifty idea by Kim Schulz <kim@schulz.dk>)
12582
12583 2001-10-05 [paul]       0.6.2claws19
12584
12585         * src/mainwindow.c, src/summaryview.c
12586                 fix 'Message/Reply to all', broken in last commit
12587
12588         * src/compose.c
12589                 fix X_BEENTHERE seg fault, thanks to Alfons
12590
12591 2001-10-04 [paul]       0.6.2claws18
12592
12593         * src/compose.[ch], src/mainwindow.c
12594                 make "Message/Reply" reply to mailing lists; matches
12595                 'X-Mailing-list:' and 'X-BeenThere:' ML headers.
12596                 based on portions of the patch submitted by
12597                 Junichi Uekawa <dancer@netfort.gr.jp>
12598
12599 2001-10-04 [darko]      0.6.2claws17
12600
12601         * src/compose.c
12602                 better smart wrapping
12603         * src/gtkstext.[hc]
12604                 a function to make text buffer contiguous
12605
12606 2001-10-03 [paul]       0.6.2claws16
12607
12608         * sync with sylpheed 0.6.2cvs10
12609
12610 2001-10-02 [alfons]
12611
12612         * configure.in
12613         * po/zh_CN.GB2312.po, po/zh_TW.Big5.po
12614                 close bug "[ #466566 ] compile error on mdk 8.0" by removing
12615                 references to chinese translations (hope someone picks up
12616                 this)
12617
12618 2001-10-02 [christoph]  0.6.2claws15
12619
12620         * src/compose.c
12621                 fixed non translated header bug
12622         * ChangeLog.claws
12623                 fixed wrong date in alfons last entry ;)
12624
12625 2001-10-02 [alfons]     0.6.2claws14
12626
12627         * src/compose.c, src/prefs_common.[ch]
12628                 add block cursor option
12629
12630 2001-10-02 [paul]       0.6.2claws13
12631
12632         * sync with sylpheed 0.6.2cvs9
12633
12634 2001-09-30 [paul]       0.6.2claws12
12635
12636         * po/de.po, po/es.po, po/fr.po, po/nl.po, po/pt_BR.po
12637                 updated translations
12638
12639         * po/POTFILES.in
12640                 add 'src/importldif.c'
12641
12642         * AUTHORS, tools/README, tools/eud2gc.py, tools/Makefile.am
12643                 added eudora-to-vCard conversion tool
12644                 submitted by Jeroen Versteeg <j.m.versteeg@student.utwente.nl>
12645
12646         * sync with sylpheed 0.6.2cvs8
12647
12648 2001-09-30 [paul]
12649
12650         * sylpheed-0.6.2claws released
12651
12652 2001-09-27 [melvin]     0.6.2claws11
12653
12654         * src/gtkspell.c
12655                 fixed crash when using default path (introduced 
12656                 in 0.6.2claws10)
12657                 fixed tiny bug for initial suggestion mode
12658
12659 2001-09-27 [melvin]     0.6.2claws10
12660         
12661         * src/gtkspell.c
12662                 fixed bug where gtkpspell didn't set the path correctly
12663
12664         * README.claws
12665                 added a paragraph about spell checking
12666                 
12667
12668
12669 2001-09-27 [paul]       0.6.2claws9
12670
12671         * src/addrbook.c, src/addrcache.c, src/addritem.c, src/jpilot.c
12672                 replace '// comments' with '/* comments */' to prevent
12673                 some compiler warnings 
12674
12675         * sync with sylpheed 0.6.2cvs6
12676
12677 2001-09-26 [alfons]     0.6.2claws8
12678
12679         * src/messageview.c
12680                 introduce return receipt request notification again,
12681                 which was lost because of other semantics in 
12682                 procheader_parse() (???)
12683
12684 2001-09-26 [christoph]  0.6.2claws7
12685
12686         * src/compose.c
12687                 replace comments for old code with #if 0
12688                 readded auto cc, bcc and reply-to
12689         * src/prefs_matcher.c
12690         * src/prefs_scoring.c
12691                 removed some definition (was moved to
12692                 prefs.h)
12693
12694 2001-09-26 [paul]       0.6.2claws6
12695
12696         * src/mainwindow.c
12697                 make 'Follow-up and reply to' sensitive
12698
12699         * more sync with sylpheed 0.6.2cvs5
12700
12701 2001-09-25 [melvin]
12702
12703         * 0.6.2claws5
12704
12705         * src/gtkspell.c
12706                 fixed bug for "US-ASCII" introduced by the encoding code
12707
12708 2001-09-25 [paul]
12709
12710         * 0.6.2claws4
12711
12712         * src/prefs_common.[ch], src/summaryview.c
12713                 'next unread msg' 'go to next folder?' dialog can be
12714                 given default behaviour, either always show dialog,
12715                 or assume 'yes', or assume 'no'
12716                 Submitted by wwp <subscript@free.fr>
12717
12718 2001-09-25 [melvin]
12719                 
12720         * src/compose.c src/gtkspell.[ch]
12721                 added support for different encodings
12722
12723 2001-09-25 [paul]
12724
12725         * more sync with sylpheed 0.6.2cvs5
12726
12727 2001-09-24 [alfons]
12728         
12729         * src/prefs_folder_item.c
12730                 add check for item->prefs->default_to string is NULL and
12731                 add another check when freeing this string
12732
12733 2001-09-24 [paul]
12734
12735         * configure.in
12736                 change to version 0.6.2claws3
12737
12738         * sync with sylpheed 0.6.2cvs5 
12739
12740 2001-09-24 [match]
12741         * src/ldif.[ch], src/importldif.[ch], addressbook.c
12742                 import LDIF files.
12743         * src/addrcache.[ch], addrindex.[ch]
12744                 small update for future
12745         * src/addrbook.c
12746                 fix test XML file.
12747
12748 2001-09-24 [melvin]
12749         * src/gtkspell.[ch]
12750                 added 'Learn from mistakes' option
12751                 better handling of quotes in checked words
12752                 sorted dict list
12753         * po/fr.po
12754                 small update for spell checking stuff
12755
12756 2001-09-23 [alfons]
12757         
12758         * src/gtkspell.c
12759                 edit a little bit so it complies more with main coding style
12760
12761 2001-09-23 [alfons]
12762
12763         * src/folder.[ch], prefs_folder_item.c, compose.c
12764                 migrate "request return receipt" folder property
12765                 to folderlist.xml
12766
12767 2001-09-22 [alfons]
12768
12769         * README.claws **NEW**
12770                 (add things of interest for users of main branch 
12771                 and claws here)
12772
12773         * src/folder.[ch], src/mainwindow.c, src/summaryview.c
12774                 re-implement threading per folder option, but store 
12775                 the setting in folderlist.xml (where it belongs)
12776
12777 2001-09-21 [melvin]
12778
12779         * src/gtkspell.[ch]
12780                 fixed bug when compose window is under another window
12781         * src/prefs_common.[ch] src/compose.c
12782                 changed 'dictionary_path' to 'dictionary' to be consistent
12783                 dropped PSPELL_PATH macro (hard coded default to /usr/local/share/pspell)
12784         * ac/pspell.m4 src/Makefile.am 
12785                 dropped PSPELL_PATH macro
12786         * po/fr.po
12787                 updated translations
12788
12789 2001-09-21 [christoph]
12790
12791         * src/compose.c
12792                 added border around header fields
12793                 keep header type when new field is added
12794
12795 2001-09-20 [christoph]
12796
12797         * src/utils.[ch]
12798                 more portable debug_print with source filename
12799                 and linenumber
12800         * src/procmsg.c
12801                 more newlines after debug messages
12802
12803 2001-09-20 [paul]
12804
12805         * configure.in
12806                 change to version 0.6.2claws2
12807
12808         * sync with sylpheed 0.6.2cvs3
12809
12810 2001-09-19 [melvin]
12811
12812         * src/gtkspell.c
12813                 fixed the post-right-click focus pb
12814                 fixed crash when 'Spell check all' after dict change 
12815                         and when cursor is at the end of the text
12816                 shift-right-click pops up config menu even on misspelled words.
12817         * po/POTFILES.in
12818                 added gtkspell.c
12819
12820 2001-09-19 [melvin]
12821
12822         * src/about.c
12823                 added pspell to compiled-in features list
12824
12825 2001-09-18 [melvin]
12826
12827         * switched to pspell and dropped ispell
12828         * ac/pspell.m4
12829                 new file. autoconf macro for pspell
12830         * ac/Makefile.am 
12831         * configure.in acconfig.h
12832                 added pspell support
12833         * src/Makefile.am
12834         * src/main.c src/compose.[ch] src/gtkspell.[ch]
12835         * src/prefs_common.[ch] 
12836                 added pspell support
12837
12838 2001-09-18 [christoph]
12839
12840         * src/addr_compl.c
12841         * src/template.[ch]
12842                 replace LOG_MESSAGE with debug_print
12843         * src/compose.[ch]
12844                 gui improvements
12845         * src/menu.c
12846                 added newline after debug message
12847         * src/utils.h
12848                 using __VA_ARGS__ for debug_print macro
12849         * tools/.cvsignore
12850                 ignore Makefile and Makefile.in
12851
12852 2001-09-18 [paul]
12853
12854         * configure.in
12855                 change to version 0.6.2claws1
12856         * sync with sylpheed 0.6.2cvs1
12857
12858         * src/matcher.c 
12859         * src/prefs_matcher.c
12860                 add 'score equal to' option, submitted by
12861                 Paul Evans <nerd@freeuk.com>
12862
12863 2001-09-15 [christoph]
12864
12865         * src/mainwindow.c
12866                 comment out menu entry not existing in claws
12867         * src/menu.c
12868                 add debug output for non existing menu entries
12869         * src/summaryview.c
12870                 fix next/prev unread message for ignored threads
12871         * src/utils.[ch]
12872                 add sourcefile and line number to debug output
12873                 otherwise it is sometimes hard to find the
12874                 source code part if debug messages are translated
12875
12876 2001-09-14 [darko]
12877         
12878         * src/folderview.c
12879                 refresh target folder style after colour is changed
12880
12881 2001-09-13 [paul]
12882
12883         * configure.in
12884                 change to version 0.6.1claws3
12885
12886         * sync with sylpheed 0.6.1cvs6
12887
12888 2001-09-13 [darko]
12889         
12890         * src/folderview.c
12891                 fix target folder colourization to use user selected colour
12892
12893 2001-09-12 [darko]
12894         
12895         * src/summaryview.c
12896                 fix crash when message that is marked for copy/move is unmarked
12897
12898 2001-09-09 [paul]
12899
12900         * configure.in
12901                 change to version 0.6.1claws2
12902
12903         * sync with sylpheed 0.6.1cvs3
12904
12905 2001-09-09 [alfons]
12906         
12907         * src/folderview.c
12908                 fix bug with default font used for trash folder text
12909
12910 2001-09-06 [paul]
12911
12912         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
12913                 updated translations
12914
12915         * configure.in
12916                 change to version 0.6.1claws1
12917
12918         * sync with sylpheed 0.6.1cvs2
12919
12920 2001-09-03 [paul]
12921
12922         * po/POTFILES.in
12923                 add Match's new addressbook
12924
12925         * po/de.po
12926                 updated translation submitted by Jens Oberender
12927
12928 2001-09-02 [paul]
12929
12930         * configure.in
12931                 change to 0.6.1claws
12932         * sync with sylpheed 0.6.1 release
12933
12934 2001-09-02 [paul]
12935
12936         * configure.in
12937                 change to 0.6.0claws2
12938
12939         * sync with sylpheed 0.6.0cvs4
12940
12941         * po/pt_BR.po
12942                 updated translation submitted by Fabio Junior Beneditto
12943
12944 2001-09-01 [match]
12945         * pixmaps/
12946                 interface.xpm
12947                 book.xpm
12948                 address.xpm
12949         * src/
12950                 Makefile.am
12951                 a ton of new files
12952
12953 2001-08-31 [paul]
12954
12955         * configure.in
12956                 change to version 0.6.0claws1
12957
12958         * sync with sylpheed 0.6.0cvs1
12959
12960         * po/es.po
12961                 updated translation submitted by Ricardo Mones Lastra
12962
12963         * po/POTFILES.in
12964                 add 'src/prefs_templates.c'
12965
12966         * src/compose.c, src/summaryview.c
12967                 fix segfault on 'Re_edit'               
12968
12969 2001-08-30 [alfons]
12970
12971         * configure.in, Makefile.am
12972         * tools/Makefile.am
12973                 add tools directory to source distribution
12974
12975 2001-08-30 [paul]
12976
12977         * configure.in
12978                 change to version 0.6.0claws
12979
12980         * sync with sylpheed 0.6.0 release
12981
12982 2001-08-30 [christoph]
12983
12984         * configure.in
12985                 removed autoconf version check
12986
12987 2001-08-30 [paul]
12988
12989         * src/account.c, src/compose.c, src/prefs_common.[ch]
12990         * src/procheader.[ch] src/utils.[ch]
12991                 Enhanced automatic account selection on replies
12992                 Submitted by Melvin Hadasht <melvin.hadasht@free.fr>
12993
12994         * configure.in
12995                 add LDAP and JPilot to the configuration results output.
12996
12997 2001-08-29 [christoph]
12998
12999         * src/summeryview.c
13000                 no bold font for ignored threads
13001
13002 2001-08-29 [paul]
13003
13004         * configure.in
13005                 change to version 0.5.3claws6
13006
13007         * sync with sylpheed 0.5.3cvs10
13008                 src/stringtable.[ch]: New Files
13009
13010         * src/compose.c, src/gtkutils.c, src/gtkutils.h, src/mainwindow.c
13011         * src/pixmaps/sylpheed.xpm
13012                 add mini-icons to windows (by Alfons)
13013
13014 2001-08-27 [paul]
13015
13016         * src/mainwindow.c
13017                 new functions: next_labeled_cb(), prev_labeled_cb()
13018
13019         * src/summaryview.c
13020                 new functions: summary_find_next_labeled_msg(), summary_find_prev_labeled_msg(),
13021                 summary_select_next_labeled(), summary_select_prev_labeled()
13022
13023         * src/pixmaps/dir-close.xpm, src/pixmaps/dir-open.xpm, src/pixmaps/trash.xpm
13024                 give claws blue folders and a blue trash can
13025
13026 2001-08-27 [paul]
13027
13028         * configure.in
13029                 change to version 0.5.3claws5
13030
13031         * sync with sylpheed 0.5.3cvs9
13032                 src/labelcolors.[ch] renamed to src/colorlabel.[ch] 
13033
13034 2001-08-24 [christoph]
13035
13036         * src/filesel.c
13037                 keep filename when browsing directories
13038                 (not working for user entered filename, but
13039                  for default name and selected filename from
13040                  file list)
13041         * src/mainwindow.c
13042                 fixed wrong spelling "Folllow-up"
13043         * src/mbox_folder.c
13044         * src/procmsg.c
13045         * src/summaryview.c
13046                 fixed new/unread message count with ignored
13047                 threads (2 commits, first didn't notice no
13048                 longer needed decreasing)
13049         * src/inc.c
13050                 readded scrolling of progress dialog
13051                 (lost in sync)
13052
13053 2001-08-24 [paul]
13054
13055         * configure.in
13056                 change to 0.5.3claws4
13057
13058         * sync with sylpheed 0.5.3cvs7
13059
13060 2001-08-24 [christoph]
13061
13062         * src/compose.c
13063                 set request return receipt when replying
13064                 if it is set is the folder prefs of the
13065                 message
13066         * src/inc.c
13067                 disable final error popup if popups are
13068                 disabled in config (again)
13069
13070 2001-08-23 [paul]
13071
13072         * configure.in
13073                 Change version number to 0.5.3claws3
13074
13075         * sync with sylpheed 0.5.3cvs5
13076
13077         * src/mimeview.c
13078                 double quote '%s' in 'gedit %s' to fix bug when
13079                 opening attachment with spaces in the name
13080
13081 2001-08-22 [alte]
13082         * src/Makefile.am, src/compose.[ch], src/defs.h, src/mainwindow.c,
13083           src/prefs_templates.[ch], src/template.[ch], src/template_select.[ch]
13084                 initial message templates support
13085
13086
13087 2001-08-22 [paul]
13088
13089         * configure.in
13090                 change version number to 0.5.3claws2
13091
13092         * sync with sylpheed 0.5.3cvs4
13093
13094         * src/procmsg.h src/summaryview.c
13095                 re-implement (un)ignore thread
13096
13097 2001-08-21 [paul]
13098
13099         * src/summaryview.c
13100                 remove unnecessary code
13101         * src/compose.c
13102                 enable 'dynamic' signatures (submitted by
13103                 Eric Limpens <eric@hscg-internet.nl>)
13104
13105 2001-08-21 [paul]
13106
13107         clean up after sync with sylpheed 0.5.3 release
13108
13109         * src/folderview.c
13110                 fix re-introduced font mess, see Christoph's
13111                 entry 2001-06-24
13112
13113         * src/summaryview.c
13114                 remove prev_msgnum
13115                 use sylpheed's small font instead of
13116                 gtk default font for summary view
13117
13118
13119 2001-08-17 [paul]
13120
13121         * configure.in
13122                 add pl to ALL_LINGUAS - sync with main branch
13123
13124         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
13125                 Updated. Translations by Jens Oberender, Ricardo Mones
13126                 Lastra, Alfons, and Fabio Junior Beneditto respectively.
13127
13128         * po/pl.po  ** NEW FILE **
13129                 sync with the main branch
13130
13131         * src/folderview.c
13132                 fix target folder colorizing and refresh problem
13133
13134
13135 2001-08-17 [christoph]
13136
13137         * src/mainwindow.c
13138                 claws uses 4 colors for target folder coloring.
13139                 arrays were not long enough and destroyed the
13140                 stack causing a segfault.
13141                 target folder colorizing does not work anymore
13142                 for me
13143
13144 2001-08-16 [paul]
13145
13146         * configure.in
13147                 change to version 0.5.3claws1
13148
13149         * src/folder.h, src/folderview.[ch], src/gtkutils.[ch],
13150           src/inc.[ch], src/mainwindow.c, src/pop.c, src/prefs_account.c,
13151           src/prefs_common.[ch], src/summaryview.[ch], src/textview.c, src/utils.c
13152
13153                 sync with sylpheed 0.5.3 release, but keep claws method of
13154                 configuring/saving fonts
13155
13156         * src/addressbook.[ch]
13157                 rename addressbook_add_contact_by_menu() to addressbook_add_submenu()
13158                 in line with a similar change in Hiroyuki's branch
13159
13160         * src/mainwindow.[ch]
13161                 disable main_window_set_thread_option()
13162         * src/prefs_folder_item.c
13163                 comment out &tmps_prefs.enable_thread,
13164         * src/mbox_folder.c, src/procmsg.[ch]
13165                 comment out MSG_IS_IGNORE_THREAD
13166         * src/summaryview.c
13167                 comment out summary_ignore_thread() and summary_unignore_thread()
13168                 comment out MSG_IS_IGNORE_THREAD
13169
13170                 use Hiroyuki's threading instead.
13171
13172
13173
13174 2001-08-15 [paul]
13175
13176         * src/account.c
13177                 use Hiroyuki's 0.5.3 column scheme but also
13178                 include the enable/disable button.
13179         * src/pixmaps/mark.xpm
13180                 add Hiroyuki's amended pixmap
13181
13182 2001-08-13 [christoph]
13183
13184         * src/account.c
13185                 receive at get all column showed wrong state for APOP
13186                 button should only work for POP3 and APOP accounts
13187         * src/prefs_account.c
13188                 added missing preprocessor statement for SSL
13189
13190 2001-08-12 [paul]
13191
13192         * src/account.[ch]
13193                 add 'receive at get all' column and enable/disable
13194                 button.
13195
13196 2001-08-06 [christoph]
13197
13198         * src/account.c
13199                 show usage of SSL in protocol column
13200
13201         * src/imap.c
13202         * src/inc.c
13203                 renamed ssl options
13204
13205         * src/prefs_account.[ch]
13206                 moved ssl options to a new page
13207
13208         * src/send.c
13209         * src/smtp.c
13210         * src/ssl.[ch]
13211                 renamed ssl options
13212                 added support for SMTP STARTTLS command
13213
13214 2001-08-05 [christoph]
13215
13216         * configure.in
13217                 debian autoconf needs version check to find
13218                 correct autoconf version. if the file is
13219                 named configure.in 2.13 is used, which does
13220                 not work with this configure.in script.
13221                 other solution would be to rename the script
13222                 to configure.ac as suggested in the autoconf
13223                 manual.
13224
13225         * src/inc.c
13226                 disable final error popup if popups are
13227                 diabled in config
13228
13229         * src/socket.c
13230                 bugfix in ssl_gets
13231                 fixes IMAP over SSL problem
13232
13233 2001-08-03 [paul]
13234
13235         * configure.in
13236                 change to 0.5.2claws1
13237
13238         * sync with sylpheed 0.5.2cvs1
13239
13240 2001-08-02 [alfons]
13241
13242         * configure.in
13243                 quick fix for ispell detection...
13244
13245 2001-08-01 [paul]
13246
13247         * configure.in
13248                 change to 0.5.1claws4
13249
13250         * sync with sylpheed 0.5.1cvs7
13251
13252 2001-07-31 [alfons]
13253
13254         * src/prefs_common.c, src/prefs_common.h, 
13255           src/gtkspell.c, src/gtkspell.h
13256                 add global spelling checker settings (compose tab) +
13257                 selection of dictionary 
13258           
13259         * configure.in  
13260                 guess valid ispell location
13261
13262 2001-07-31 [paul]
13263
13264         * po/POTFILES.in
13265                 removal of 'src/quote_fmt_parse.c'
13266         * po/de.po
13267                 Updated de.po
13268                 (submitted by Jens Oberender <didge@suse.de>)
13269
13270 2001-07-31 [darko]
13271
13272         * src/folder.[ch]
13273         * src/folderview.[ch]
13274         * src/mainwindow.c
13275         * src/mh.c
13276         * src/prefs_common.[ch]
13277         * src/summaryview.c
13278                 target folder colourization
13279
13280 2001-07-30 [paul]
13281
13282         more sync with Sylpheed 0.5.1cvs6 
13283
13284 2001-07-30 [darko]
13285
13286         * src/mh.c
13287         * src/prefs_folder_item.[hc]
13288         * src/summaryview.c
13289                 shared folders support with a GUI
13290
13291 2001-07-29 [paul]
13292
13293         0.5.1claws3
13294
13295         * sync with Sylpheed 0.5.1cvs6
13296
13297 2001-07-29 [paul]
13298
13299         * po/pt_BR.po
13300                 updated
13301                 (submitted by Fabio Junior Beneditto)
13302
13303 2001-07-28 [paul]
13304
13305         * src/procmime.c
13306         * AUTHORS
13307                 patch to correct bad image mime headers
13308                 (submitted by Don Quijote <dq@searchlores.org>)
13309
13310 2001-07-28 [paul]
13311
13312         * tools/gif2xface.pl   **NEW FILE**
13313         * tools/README
13314                 script to convert file.gif to file.xface for
13315                 use in a custom header.
13316                 (submitted by Ricardo Mones Lastra <mones@aic.uniovi.es>)
13317
13318 2001-07-27 [alfons]
13319         
13320         * configure.in
13321                 change macros for detecting JPilot and LDAP
13322
13323 2001-07-27 [christoph]
13324
13325         * src/filtering.c
13326                 code cleanup (MIN / MAX warning, needed casting)
13327
13328 2001-07-27 [alfons]
13329
13330         * procheader.c
13331                 disallow setting flags when detecting certain headers
13332                 (X-Status, Status, Seen, X-Seen). 
13333         
13334         * sync with Hiroyuki's Sylpheed 0.5.1cvs5
13335
13336 2001-07-27 [christoph]
13337
13338         * src/prefs_filter.c
13339         * src/prefs_filtering.c
13340         * src/prefs_matcher.c
13341         * src/prefs_scoring.c
13342                 scroll list when moving rows up or down
13343
13344         * src/imap.c
13345         * src/imap.h
13346         * src/prefs_account.c
13347         * src/prefs_account.h
13348         * src/send.c
13349                 SMTP over SSL (untested, feedback requested)
13350                 IMAP over SSL
13351
13352         * src/ssl.c
13353                 code cleanup
13354
13355 2001-07-26 [alfons]
13356         
13357         * configure.in, acconfig.h
13358                 define CLAWS (need this for main / claws detection)
13359
13360 2001-07-25 [alfons]
13361
13362         * configure.in
13363                 Sylpheed 0.5.1claws2
13364                 
13365         * sync with Sylpheed 0.5.1cvs4
13366
13367 2001-07-25 [christoph]
13368
13369         * src/scoring.c
13370                 fixed segfault
13371                 item->prefs == NULL (don't know why)
13372
13373 2001-07-25 [alfons]
13374
13375         * configure.in
13376                 Sylpheed 0.5.1claws1
13377
13378         * sync with Sylpheed 0.5.1cvs1-3
13379
13380 2001-07-24 [christoph]
13381
13382         * src/folderview.c
13383         * src/prefs_folder_item.[ch]
13384                 added folderitem preferences dialog with
13385                 default To: and auto request return receipt
13386
13387         * src/compose.[ch]
13388         * src/menu.[ch]
13389                 changes to handle new folderitem preferences
13390
13391         * src/mainwindow.c
13392         * src/summaryview.c
13393                 call compose new mail with current folderitem
13394
13395 2001-07-24 [alfons]
13396
13397         Release Sylpheed 0.5.1claws
13398
13399         * configure.in
13400                 change to release version 0.5.1claws
13401
13402 2001-07-24 [christoph]
13403
13404         * src/summaryview.c
13405                 fixed segfault that happend when the selected
13406                 message was removed while retrieving new messages.
13407
13408         * po/es.po
13409                 updated translation
13410                 (submitted by Ricardo Mones Lastra <mones@trasgu.aic.uniovi.es>)
13411
13412 2001-07-22 [alfons]
13413
13414         add English User Manual for Sylpheed by Paul Kater (paul@nlpagan.net).
13415         this is a work in progress, for more information: http://nlpagan.net/sylman 
13416         
13417         * configure.in, src/mainwindow.c, manual/Makefile.am
13418                 add support for English manual
13419
13420         * AUTHORS
13421                 add authors of user manuals
13422
13423         * manual/en/sylpheed*.html
13424                 add English documentation
13425
13426 2001-07-22 [christoph]
13427
13428         * po/POTFILES.in
13429                 added src/ssl.c
13430         * src/ssl.c
13431                 changed a wrong debug message
13432
13433 2001-07-22 [alfons]
13434
13435         * po/nl.po
13436                 update Dutch translation
13437
13438         * src/prefs_filtering.c, 
13439           src/prefs_matcher.c
13440                 add more translatable strings           
13441
13442 2001-07-21 [alfons]
13443
13444         0.5.0claws7
13445
13446         * configure.in
13447                 change version
13448
13449         * src/inc.c, src/summaryview.[ch]
13450                 prevent update of mark file when filtering has done, by
13451                 using a variable; this affects two functions:
13452                         inc.c::inc_finished()
13453                         summaryview.c::summary_show()
13454
13455 2001-07-20 [alfons]
13456
13457         * src/filtering.[ch], src/prefs_filtering.c, 
13458           src/matcher.[ch]
13459                 add filtering action for label coloring 
13460
13461         * po/POTFILES.in
13462                 add labelcolors.c
13463
13464         * added src/labelcolors.c
13465         * added src/labelcolors.h
13466         * src/Makefile.am, src/summaryview.c
13467                 rearrange label coloring code
13468
13469         * src/procmsg.h
13470                 add more parentheses so label colouring works correctly
13471
13472         * src/filtering.c
13473                 don't really delete message, but move it to Trash
13474
13475         * src/prefs_matcher.c
13476                 add quote options to info dialog
13477
13478 2001-07-20 [christoph]
13479
13480         * src/Makefile.am
13481         * src/inc.c
13482         * src/main.[ch]
13483         * src/socket.h
13484         * src/ssl.[ch] (new)
13485                 moved ssl stuff to a seperate file
13486
13487 2001-07-20 [darko]
13488
13489         * src/summaryview.c
13490                 fix show sender using address book with no e-mail
13491                 address in From: field
13492
13493 2001-07-19 [alfons]
13494
13495         * src/matcher.[ch], src/filtering.c, src/prefs_filtering.c
13496                 fix messy handling of escaping... now at least the
13497                 execute command is useful. escape char is '\', we
13498                 accept \n and \r too. 
13499
13500                 Real life example:
13501                 
13502                 subject match "GIMME YOUR FILTERS" execute "mail -s \"%f don\'t hurt me, please!\" %f < ~/.sylpheed/filteringrc
13503                 subject match "GIMME YOUR FILTERS" execute "mail -s \"mommy, mommy, %f is being mean!\" admin < %F
13504
13505 2001-07-18 [alfons]
13506
13507         0.5.0claws6
13508
13509         * src/summaryview.c
13510                 clean up
13511
13512         * src/matcher.c, src/filtering.[ch], src/inc.c, src/mbox.c,
13513           src/procmsg.[ch]
13514                 revise filtering; currently move, copy, marking have
13515                 been tested. if you like bleeding edge stuff, you
13516                 should definitely go for this version :)
13517
13518         * mark old working stuff as VERSION_0_5_0_CLAWS5        
13519
13520 2001-07-17 [christoph]
13521
13522         * src/utils.c
13523                 timestamp log
13524
13525 2001-07-17 [alfons]
13526
13527         0.5.0claws5
13528
13529         * sync with Hiroyuki's 0.5.0cvs5; this version allows us to put more 
13530           bits in the mark file, without affecting either branch. Lots of
13531           files changed, also in claws branch.
13532
13533           UNTESTED: use of mbox folders
13534
13535         * src/summaryview.c
13536                 added mark all read; however this was a quick hack used for
13537                 cleaning up mess after initial merge with Hiroyuki
13538
13539         * configure.in
13540                 change claws version number back to 0.5.0claws5 to clear up 
13541                 confusion & pretension (recent release was technically 
13542                 0.5.0claws4, so we neatly align with Hiroyuki :-)
13543
13544 2001-07-16 [alfons]
13545
13546         sync with Hiroyuki's 0.5.0cvs4
13547
13548 2001-07-16 [alfons]
13549
13550         0.5.1claws3
13551
13552         * src/filtering.[ch]
13553                 remove invalid updating of mark files for 
13554                 filter actions MATCHING_ACTION_MOVE and 
13555                 MATCHING_ACTION_DELETE; this should fix the
13556                 folder update bug
13557                 
13558         * src/procmsg.c
13559                 revert Christoph's stab at fixing the folder 
13560                 update bug
13561
13562         * po/POTFILES.in
13563                 add missing files with translatable strings
13564
13565         * src/summaryview.c
13566                 remove debug print
13567
13568 2001-07-15 [alfons]
13569
13570         * src/addr_compl.[ch], src/prefs_filtering.c
13571                 make "filtering pref dialog's destination entry" an
13572                 "address completable entry", if filter destination is 
13573                 an email address
13574
13575         0.5.1claws2
13576         
13577         sync with Hiroyuki's 0.5.0cvs2-3
13578
13579 2001-07-15 [christoph]
13580
13581         * src/procmsg.c
13582                 fixed folder stats update after incorporation
13583
13584 2001-07-15 [alfons]
13585
13586         * src/summaryview.c
13587                 * finish label colouring stuff (for now)
13588                 * fix incorrect colour bug (off by one) 
13589
13590 2001-07-14 [alfons]
13591
13592         * src/mainwindow.c
13593                 change text labels for news and mail message so there's
13594                 plenty of toolbar estate left
13595
13596         * configure.in
13597                 0.5.1claws1
13598
13599         * src/folderview.c
13600           src/folder.[ch]
13601                 sync with Hiroyuki's 0.5.0cvs1
13602
13603         * src/summaryview.c
13604                 more rewrite label colouring
13605
13606 2001-07-14 [alfons]
13607
13608         * src/summaryview.[ch]
13609                 * start rewrite label colouring 
13610                 * fix proper location "Add Sender To Addressbook" menu item
13611
13612 2001-07-13
13613
13614         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
13615         (actually this is 0.5.0claws4)
13616
13617 2001-07-13 [alfons]
13618
13619         * po/pt_BR.po
13620                 * fix duplicate message
13621                 * add updated Portugese / Brazilian translation
13622                   submitted by Fabio Junior Beneditto
13623
13624 2001-07-12 [alfons]
13625
13626         * AUTHORS
13627                 add Jens
13628
13629         * po/nl.po
13630                 add updated Dutch translation
13631
13632         * po/de.po
13633                 add updated German translation submitted by Jens
13634
13635 2001-07-11 [alfons]
13636
13637         Prerelease before 0.5.0claws. Please test.
13638         This version is temporarily tagged as VERSION_0_5_0_TEST
13639
13640         * src/matcher.[ch], src/summaryview.c, src/scoring.[ch]
13641           src/prefs_scoring.c, src/prefs_matcher.c, 
13642           src/prefs_filtering.c, src/mbox.c, 
13643           src/main.c, src/inc.c, src/filtering.[ch]
13644                 revert new Hoa's new matcher (does not work yet)
13645
13646         * src/Makefile.am
13647                 clean up
13648
13649 2001-07-10
13650
13651         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
13652
13653
13654 2001-07-10 [alfons]
13655
13656         * Makefile.am
13657                 add ChangeLog.claws to EXTRA_DIST
13658         * src/Makefile.am
13659                 add matcher_parser_parse.h to EXTRA_DIST
13660
13661 2001-07-10 [christoph]
13662
13663         * src/inc.c
13664                 add destination folder to table of
13665                 folders that need to be updated after
13666                 incorporation
13667
13668 2001-07-10 [alfons]
13669
13670         * folder.[ch]
13671           folderview.c
13672                 make collapse state of folders and folder items persistent, i.e.
13673                 if you collapse a folder tree, the next time sylpheed-claws starts 
13674                 up the folder tree remains collapsed.  
13675                 
13676 2001-07-10 [christoph]
13677
13678         * acconfig.h
13679         * configure.in
13680                 added --enable-ssl
13681         * src/md5.[ch]
13682                 renamed MD5_CTX to MD5_CTX_syl
13683                 conflicts with a struct in openssl
13684         * src/inc.c
13685         * src/main.[ch]
13686         * src/prefs_account.[ch]
13687         * src/socket.[ch]
13688                 SSL support for POP
13689         * src/mainwindow.c
13690                 fixed compose with current account
13691                 broken by new compose button stuff
13692
13693 2001-07-09 [hoa]
13694
13695         * AUTHORS
13696                 changed my email address
13697
13698         * src/matcher_parser_parse.y
13699                 clean the parser to remove conflicts
13700
13701 2001-07-09 [alfons]
13702
13703         * AUTHORS
13704                 add Match Grun
13705
13706         * configure.in
13707                 fix incorrect description of --enable-ldap parameter
13708
13709         * src/prefs_common.[ch]
13710           src/compose.c
13711                 add experimental option "smart wrapping" which makes the
13712                 compose editor auto wrap.
13713                 
13714                 | TODO: the problem with the buggy cursor handling is caused |
13715                 | by the GtkText. when deleting / backspacing text its       |
13716                 | wrapping algorithm does not take in account the previous   |
13717                 | line. should find a way to hack this in.                   |
13718                 | or should perhaps combine this with the word wrapping      |
13719                 | patch i wrote in january.                                  |
13720
13721         * src/about.c
13722                 show build parameters for LDAP and JPilot
13723
13724         * src/summaryview.c
13725                 revert Christoph's bugfix for selecting next unread message, 
13726                 because folder stats aren't updated correctly
13727
13728 2001-07-08 [hoa]
13729
13730         * src/filtering.c
13731         * src/mainwindow.c
13732         * src/matcher.c
13733         * src/matcher_parser_lex.l
13734         * src/matcher_parser_parse.y
13735         * src/prefs_filtering.c
13736         * src/prefs_scoring.c
13737         * src/scoring.c
13738                 bugfix of the config file parser
13739
13740 2001-07-08 [alfons]
13741
13742         * src/Makefile.am
13743                 added generated matcher sources to BUILT_SOURCES
13744
13745 2001-07-08 [hoa]
13746
13747         * src/Makefile.am
13748         * src/.cvsignore
13749                 added new config file parser
13750
13751         * src/scoring.[ch]
13752         * src/filtering.[ch]
13753         * src/matcher.[ch]
13754         * src/prefs_filtering.c
13755         * src/prefs_matcher.c
13756         * src/prefs_scoring.c
13757         * added src/matcher_parser.h
13758         * added src/matcher_parser_lex.h
13759         * added src/matcher_parser_lex.l
13760         * added src/matcher_parser_parse.y
13761                 lex & yacc config file parser
13762
13763         * src/mbox.c
13764         * src/inc.c
13765         * src/main.c
13766                 changes prefs_filtering into global_filtering           
13767
13768         * src/summaryview.c
13769                 build threads with subjects only if "Re: " is at the
13770                 beginning of the subject
13771
13772 2001-07-07 [paul]
13773
13774         0.5.0claws
13775
13776         sync with sylpheed 0.5.0
13777                 change of version number only
13778
13779 2001-07-06 [paul]
13780
13781         0.5.0claws5
13782
13783         sync with sylpheed 0.5.0pre5
13784
13785 2001-07-05 [paul]
13786
13787         sync with sylpheed 0.5.0pre4 release
13788                 /po and /manual/ja not sync'ed
13789
13790 2001-07-04 [paul]
13791
13792         more sync with sylpheed 0.5.0pre4
13793
13794 2001-07-03 [christoph]
13795
13796         * src/addressbook.c
13797                 fixed address book broken by address book
13798                 for VCard, JPilot, LDAP
13799
13800 2001-07-03 [alfons]
13801
13802         * src/matcher.c
13803         * src/textview.c
13804                 stopped memory leaks
13805
13806 2001-07-03 [paul]
13807
13808         more sync with sylpheed 0.5.0pre4
13809
13810 2001-07-02 [match]
13811
13812         * included address book patch for VCard, JPilot, LDAP
13813         * pref_common.c - fixed Font options on Display tab (cosmetic)
13814         * alertpanel.c - fixed truncated message
13815
13816 2001-07-02 [christoph]
13817
13818         * src/mbox_folder.c
13819         * src/procmsg.[ch]
13820         * src/summaryview.c
13821                 mark threads for ignoring
13822
13823 2001-07-02 [paul]
13824
13825         0.5.0claws4
13826
13827         * sync with sylpheed 0.5.0pre4
13828                 updated gettext to 0.10.38.
13829
13830 2001-07-01 [paul]
13831
13832         * src/ mainwindow.c
13833         * src/procmsg.h
13834         * src/summaryview.[ch]
13835                 new right-click option: Label.
13836                 substitute for 'Mark-->Mark/Unmark', colours the line.
13837                 (submitted by Satoshi Nagayasu <snaga@snaga.org>)
13838
13839 2001-07-01 [christoph]
13840
13841         * src/folderview.c
13842                 fixed font for trash
13843         * src/summaryview.c
13844                 move ctree to unread message
13845
13846 2001-07-01 [paul]
13847
13848         * sync with sylpheed 0.5.0pre3 release
13849
13850 2001-06-30 [alfons]
13851
13852         * src/filesel.[ch]
13853         * src/compose.c
13854                 allow inserting / attaching multiple files in
13855                 the composer window
13856
13857 2001-06-30 [paul]
13858
13859         * src/codeconv.c
13860                 small change to Alfons' previous stuff so that it
13861                 actually makes
13862
13863 2001-06-30 [alfons]
13864
13865         * lots of files changed; first attempt to merge the changes
13866           and bugfixes submitted by Andre Eibel (ae@baltic-online.de).
13867
13868 2001-06-30 [paul]
13869
13870         * po/pt_BR.po
13871                 updated and completed, translations by Fabio
13872                 Junior Beneditto <fjbeneditto@yahoo.com.br>
13873
13874 2001-06-29 [alfons]
13875
13876         * src/compose.c
13877         * src/mimeproc.[ch]
13878                 allow selecting an attached files' mime type from a 
13879                 list of types.
13880
13881 2001-06-29 [paul]
13882
13883         * more sync with sylpheed 0.5.0pre3
13884
13885 2001-06-29 [paul]
13886
13887         * po/pt_BR.po
13888                 merge with sylpheed.pot and pt_BR.po provided by
13889                 Fabio Junior Beneditto.
13890
13891 2001-06-29 [darko]
13892
13893         * src/procmime.c
13894                 make MIME types case insensitive
13895
13896 2001-06-28 [alfons]
13897
13898         * po/nl.po
13899                 merge with sylpheed.pot and old nl.po; translations added.
13900
13901 2001-06-28 [paul]
13902
13903         * more sync with sylpheed 0.5.0pre3
13904
13905 2001-06-27 [alfons]
13906
13907         * src/summaryview.c
13908                 don't crash when removing parent node of messages
13909                 attracted by subject. this was caused by not deleting
13910                 the parent node from the subject line hash table.
13911
13912 2001-06-27 [alfons]
13913
13914         * src/summaryview.c
13915         * src/compose.[ch]
13916         * src/mainwindow.c
13917                 if there are multiple messages selected, allow forwarding
13918                 them as attachments.
13919
13920 2001-06-27 [paul]
13921
13922         * more sync with sylpheed 0.5.0pre3
13923
13924 2001-06-26 [paul]
13925
13926         0.5.0claws3
13927
13928         * sync with sylpheed 0.5.0pre3
13929
13930 2001-06-25 [paul]
13931
13932         * src/mainwindow.c
13933                 fixed 'compose news article' bug
13934                 from icon-and-text toolbar
13935
13936 2001-06-25 [paul]
13937
13938         * sync with sylpheed 0.5.0pre2 release
13939
13940 2001-06-24 [christoph]
13941
13942         * src/prefs_common.c
13943                 bug fix in font selection
13944         * src/folderview.c
13945                 use sylpheed's normal font instead of
13946                 gtk default font for folders without
13947                 new messages
13948
13949 2001-06-24 [alfons]
13950
13951         * src/mainwindow.[ch]
13952                 added composite compose mail / news button (an idea by Leandro
13953                 Pereira <leandro@linuxmag.com.br>)
13954
13955 2001-06-24 [paul]
13956
13957         Added instructions for ldif-to-xml.py
13958
13959         * tools/README
13960
13961 2001-06-23 [alfons]
13962
13963         Some minor things.
13964
13965         * src/pixmaps/stock_news_compose.xpm
13966                 added pixmap by Leandro
13967         * src/prefs_common.c
13968                 tested built-in spelling checker of GCC 3.0 :)
13969         * po/nl.po
13970                 merged dutch translation of sylpheed-main with
13971                 sylpheed.pot
13972
13973 2001-06-23 [paul]
13974
13975         Added tools directory and files.
13976
13977         * tools/filter_conv.pl
13978                 converts old filter system to new filtering system
13979         * tools/ldif-to-xml.py
13980                 converts netscape addressbook to sylpheed addressbook
13981         * tools/README
13982                 descriptions/instructions for above two files
13983
13984 2001-06-23 [christoph]
13985
13986         * src/inc.c
13987         * src/manage_window.[ch]
13988         * src/prefs_common.[ch]
13989                 mail retrieval dialog can be enabled, disabled
13990                 or hidden if non of sylpheed's windows is active
13991
13992 2001-06-22 [paul]
13993
13994         0.5.0claws2
13995
13996         * sync with sylpheed 0.5.0pre2
13997
13998 2001-06-21 [christoph]
13999
14000         * src/summaryview.c
14001                 show recipient on 'from' for all accounts
14002                 
14003         * src/inc.c
14004         * src/prefs_common.[ch]
14005                 disable error popup on mail receive errors
14006
14007 2001-06-21 [alfons]
14008
14009         * src/compose.c
14010                 made the ruler correctly appear and disappear.
14011
14012         * src/Makefile.am
14013                 removed Hoa's work-in-progress-stuff (interesting!) so 
14014                 claws compiles ok.
14015
14016 2001-06-20 [christoph]
14017
14018         * src/inc.c
14019         * src/progressdialog.c
14020                 added scrolled window for list in progressdialog
14021
14022 2001-06-20 [paul]
14023
14024         sync with sylpheed 0.5.0pre1 release
14025
14026 2001-06-20 [christoph]
14027
14028         * src/summeryview.c
14029                 make building threads by subject work when
14030                 thread view is enabled
14031                 
14032         * src/compose.c
14033         * src/prefs_common.[ch]
14034                 automatically select account for mail replys
14035
14036 2001-06-19 [sergey]
14037
14038         * src/compose.c (compose_create): keep Bcc and Reply-To visible if
14039         they are filled in from the account settings.
14040
14041 2001-06-19 [paul]
14042
14043         * more sync with sylpheed 0.5.0pre1
14044
14045 2001-06-18 [alfons]
14046
14047         * src/Makefile.am,
14048           src/procmime.c
14049                 added --sysconfdir to CPPFLAGS for pointing to the correct
14050                 location of mime.types. 
14051
14052                 NOTE: make sure you use --sysconfdir when running ./autogen.sh
14053                 or ./configure!
14054
14055 2001-06-18 [hoa]
14056
14057         * src/summaryview.c
14058                 fixed some bug when building threads
14059
14060 2001-06-18 [pau]l
14061
14062         * src/prefs_account.c
14063                 UI stuff: More changes to the English
14064
14065 2001-06-18 [paul]
14066
14067         * src/pixmaps/stock_news_compose.xpm: new file
14068         * src/Makefile.am
14069         * src/mainwindow.c
14070         * src/summaryview.c
14071                 Added new icon for Hoa's 'compose a news
14072                 message', plus minor improvements to the
14073                 English
14074
14075         * po/ja.po
14076         * ChangeLog
14077         * ChangeLog.jp
14078                 more sync with sylpheed 0.5.0pre1
14079
14080 2001-06-18 [hoa]
14081
14082         * src/compose.[ch]
14083         * src/mainwindow.c
14084                 Follow-up and reply to
14085
14086         * src/summaryview.[ch]
14087                 Build threads also with subjects
14088
14089 2001-06-17 [hoa]
14090
14091         * src/compose.c
14092                 forwarding use the current account.
14093
14094         * src/mainwindow.c
14095                 the "compose message" button has been replaced with
14096                 "new mail" and "new news" buttons
14097
14098         * src/prefs_common.[ch]
14099                 added a configuration option to use the forward button
14100                 as "forward as attachment"
14101                 changed reply and forward format description
14102
14103         * src/quote_fmt_lex.l
14104         * src/quote_fmt_parse.y
14105                 added message with no signature in format for reply
14106                 and forward.
14107
14108 2001-06-17 [paul]
14109
14110         Minor UI stuff
14111
14112         * src/mainwindow.c
14113         * src/summaryview.c
14114                 Improvements to the English
14115
14116         * src/prefs_common.c
14117                 Improvements to the English and some
14118                 clarity/continuity improvements in the
14119                 description of Quote symbols.
14120
14121 2001-06-17 [paul]
14122
14123         0.5.0claws1
14124
14125         * sync with sylpheed 0.5.0pre1
14126
14127 2001-06-17 [hoa]
14128
14129         * src/compose.c
14130                 Better interface for compose, displayed fields
14131                 are updated whenever we change account.
14132                 Newsgroups field is automatically filled.
14133
14134         * src/mainwindow.c
14135                 Newsgroups field is automatically filled.
14136
14137         * src/prefs_account.c
14138                 Some interface stuff when fields appear and
14139                 disappear.
14140
14141 2001-06-16 [paul]
14142
14143         0.4.99claws
14144
14145         * sync with sylpheed 0.4.99
14146
14147 2001-06-16 [sergey]
14148
14149         * src/base64.c, src/base64.h (Base64Decoder, base64_decoder_new,
14150         base64_decoder_free, base64_decoder_decode): new object and
14151         functions for decoding base64 streams.
14152         * src/procmime.c (procmime_decode_content): modified to use the
14153         new base64 decoder.
14154
14155 2001-06-15 [paul]
14156
14157         0.4.99claws10
14158
14159         * sync with sylpheed 0.4.99cvs11
14160
14161 2001-06-13 [paul]
14162
14163         0.4.99claws9
14164
14165         * sync with sylpheed 0.4.99cvs9
14166
14167 2001-06-13 [hoa]
14168
14169         * src/compose.c
14170         * src/prefs_account.c
14171
14172                 SMTP server can be defined in the news account
14173                 mime type of attachment are kept.
14174
14175         * src/summaryview.c
14176
14177                 now choose the highest important score between default
14178                 and important score of folder.
14179
14180 2001-06-09 [alfons]
14181         
14182         * src/prefs_common.c: 
14183
14184                 (prefs_quote_description_create): corrected description of 
14185                 quote format characters
14186
14187 2001-06-09 [paul]
14188
14189         0.4.99claws8
14190
14191         * sync with sylpheed 0.4.99cvs8
14192
14193 2001-06-08 [sergey]
14194
14195         * src/Makefile.am: fix for "make dist": added quote_fmt_parse.h
14196         and pixmaps/stock_mail_reply_to_author.xpm to EXTRA_DIST.
14197
14198 2001-06-08 [paul]
14199
14200         0.4.99claws7
14201
14202         * sync with sylpheed 0.4.99cvs7
14203
14204 2001-06-06 [sergey]
14205
14206         * src/quote_fmt.h: renamed from src/quote_fmt_parse.h (which
14207         clashes with autogenerated header).
14208         * src/compose.c, src/quote_fmt_parse.y: #include "quote_fmt.h"
14209         * src/Makefile.am: added quote_fmt.h.
14210         * src/.cvsignore: added lex/yacc autogenerated files
14211         (quote_fmt_lex.c, quote_fmt_parse.c, quote_fmt_parse.h).
14212
14213 2001-06-06 [paul]
14214
14215         0.4.99claws6
14216
14217         * sync with sylpheed 0.4.99cvs6
14218
14219 2001-06-06 [hoa]
14220
14221         * added src/quote_fmt_parse.h
14222         * src/compose.c
14223                 removed warnings
14224
14225         * src/prefs.[ch]
14226                 don't modify readonly configuration files
14227
14228         * src/prefs_account.c
14229         * src/prefs_common.c
14230         * src/prefs_customheader.c
14231         * src/prefs_display_header.c
14232         * src/prefs_filter.c
14233         * src/prefs_filtering.c
14234         * src/prefs_scoring.c
14235                 don't open dialog box when configuration files
14236                 are readonly
14237
14238 2001-06-05 [sergey]
14239
14240         * configure.in: added AM_PROG_LEX and AC_PROG_YACC.
14241
14242         * src/Makefile.am: replaced quote_fmt.tab.[ch] by
14243         quote_fmt_lex.[lh], quote_fmt_parse.y; added YFLAGS=-d; added
14244         BUILT_SOURCES to make all files rebuild properly.
14245
14246         * src/compose.c: removed #include "quote_fmt.tab.h".
14247
14248         * src/quote_fmt_lex.l: renamed from quote_fmt.l; changed to return
14249         CHARACTER value in yylval.
14250
14251         * src/quote_fmt_parse.y: renamed from quote_fmt.y; changed to
14252         receive CHARACTER value by documented means (yylval).
14253
14254         * src/lex.quote_fmt.c, src/quote_fmt.{l,y,tab.{c,h}}: removed.
14255
14256 2001-06-05 [hoa]
14257
14258         * src/Makefile.am
14259                 changed quote_fmt.[ch] into quote_fmt.tab.[ch]
14260
14261         * src/filtering.c
14262         * src/matcher.c
14263         * src/matcher.h
14264         * src/prefs_filtering.c
14265                 now keep the configuration for execute action
14266
14267         * src/mbox_folder.c
14268                 fixed a warning
14269
14270 2001-06-05 [paul]
14271
14272         * sync with sylpheed 0.4.99cvs5
14273
14274 2001-06-05 [hoa]
14275
14276         * src/Makefile.am
14277                 added quote_fmt.[ch]
14278
14279         * added src/quote_fmt.y
14280         * added src/quote_fmt.l
14281         * added src/quote_fmt.tab.h
14282         * added src/quote_fmt.tab.c
14283         * added src/lex.quote_fmt.c
14284                 parsing configuration for replying
14285                 and forwarding
14286
14287         * src/prefs_common.[ch]
14288                 added configuration UI for replying
14289                 and forwarding
14290
14291         * src/compose.c
14292                 using configuration for replying
14293                 and forwarding
14294
14295 2001-06-04 [hoa]
14296
14297         * src/filtering.c
14298         * src/matcher.c
14299         * src/matcher.h
14300         * src/prefs_filtering.c
14301         * src/prefs_matcher.c
14302         * src/prefs_matcher.h
14303                 action "run a command" for filtering
14304                 and matching with a command.
14305                 fixed the "whole message" matching
14306
14307         * src/mbox_folder.c
14308                 changed temporary filename for security
14309
14310         * src/messageview.c
14311                 queue the notification if it fails to send.
14312
14313         * src/prefs_common.c
14314         * src/prefs_folder_item.c
14315                 changed the default important score             
14316
14317         * src/prefs_scoring.c
14318         * src/scoring.c
14319                 hide kill score input when the folder is not
14320                 a newsgroup
14321
14322 2001-06-03 [alfons]
14323
14324         * src/prefs_common.c:
14325
14326                 (prefs_font_select): pass font name in font entry box to font
14327                 selection dialog.
14328
14329 2001-06-03 [sergey]
14330
14331         * src/smtp.c (smtp_ok): fixed sock_gets() error handling.
14332
14333 2001-06-03 [paul]
14334
14335         * sync with sylpheed 0.4.99cvs4
14336
14337 2001-06-03 [alfons]
14338
14339         * src/headerwindow.c:
14340
14341                 (headerwindow_show_cb): use the selected summary view item, not
14342                 the displayed item.
14343
14344 2001-06-02 [alfons]
14345
14346         * src/headerwindow.c:
14347
14348                 (headerwindow_show_cb): always try to show msginfo
14349
14350 2001-06-02 [hoa]
14351
14352         * src/compose.c
14353                 keep attached parts when reediting or forwarding.
14354
14355 2001-06-01 [hoa]
14356
14357         * src/folderview.c
14358         * src/prefs_folder_item.[ch]
14359         * src/prefs_scoring.[ch]
14360         * src/scoring.[ch]
14361         * src/summaryview.[ch]
14362         * src/main.c
14363         * src/mainwindow.c
14364         * src/prefs_common.[ch]
14365                 support for folder scoring
14366                 kill score and important score for messages
14367         
14368         * src/prefs_account.c
14369                 some display bug fixed for local account
14370                 preferences
14371
14372 2001-05-31 [alfons]
14373
14374         * src/summaryview.c:
14375
14376                 (add_sender_to_cb): don't crash when no or invalid sender; the add 
14377                 sender to address book menu item is disabled.
14378
14379 2001-05-30 [hoa]
14380
14381         * src/filtering.[ch]
14382         * src/summaryview.c
14383                 handling summary menu / filter messages
14384
14385         * src/folder.[ch]
14386                 add some stuff
14387
14388         * src/foldersel.c
14389                 imap folders now appears in list
14390
14391         * src/mbox_folder.c
14392                 doesn't crash if destination mail is not writeable
14393
14394 2001-05-29 [hoa]
14395
14396         * src/compose.c
14397                 removed some warnings
14398
14399         * src/filtering.c
14400         * src/folder.[ch]
14401         * src/prefs_filtering.c
14402                 global string to identify any folders           
14403                 removed some debug info
14404                 filtering to mbox folders is now possible
14405
14406         * src/mainwindow.c
14407                 removed some warnings
14408
14409         * src/mbox_folder.c
14410                 permission on files are changed to read/write for user only,
14411                 nothing for other.
14412                 creation of subfolder is handled better.
14413
14414 2001-05-28 [alfons]
14415
14416         Verified the sync for src/prefs_common.[ch] and
14417         src/prefs_account.[ch]. I believe there were some
14418         minor indentation differences.
14419
14420 2001-05-28 [paul]
14421
14422         0.4.99claws3
14423
14424         * sync with 0.4.99cvs3
14425
14426 2001-05-28 [hoa]
14427
14428         * src/compose.c
14429                 handling flags for mbox format
14430
14431         * src/filtering.c
14432                 use of mark file only for MH format
14433                 handling flags for mbox format
14434                 filtering cannot yet move or copy mails to mbox folders.
14435
14436         * src/folder.[ch]
14437                 changed move_msg, copy_msg,
14438                 move_msgs_with_dest, copy_msgs_with_dest functions
14439                 uses only folder->copy_msg() function
14440                 uses folder->finished_copy() to handle the destination
14441                 folder at the end of the copy or move operation.
14442
14443         * src/foldersel.c
14444                 included mbox directories.
14445
14446         * src/folderview.[ch]
14447         * src/mainwindow.c
14448                 handle folders operation for mbox format
14449
14450         * src/mbox.c
14451                 disable conversion of "From " header
14452
14453         * src/mbox_folder.[ch]
14454                 completion of mbox format handling
14455
14456         * src/mh.c
14457                 changed mh_copy_msg() function and
14458                 removed mh_move_msg(), mh_move_msgs_with_dest(),
14459                 mh_copy_msgs_with_dest()
14460
14461         * src/prefs_filtering.c
14462                 removed some warnings
14463
14464         * src/prefs_matcher.c
14465                 default boolean operation is AND
14466
14467         * src/procheader.c
14468                 handling flags for mbox format
14469                 handling of "From " header
14470
14471         * src/procmsg.[ch]
14472                 removed data field
14473                 added MSG_REALLY_DELETED flags to handle deletion of
14474                 messages in mbox format.
14475
14476         * src/summaryview.c
14477                 handling flags for mbox format
14478                 disable the MSG_DELETED flags when messages
14479                 are deleted in mbox format
14480
14481         * src/textview.c
14482                 "From " headers display fixed.
14483
14484 2001-05-27 [alfons]
14485
14486         * src/textview.c:
14487                 
14488                 (get_email_part): skip quoted email addresses, like in e.g.
14489                 "'alfons@proteus.demon.nl'".
14490
14491 2001-05-26 [alfons]
14492
14493         Minor GUI fixes adding horizontal scrollbars to Hoa's matcher dialogs,
14494         and fixing the persistence troubles when using separate windows.
14495
14496         * src/mainwindow.c:
14497         
14498             Added #define SEPARATE_ACTION used in the gtk item factory for 
14499             the SEPARATE_FOLDER and SEPARATE_MESSAGE items, so we can
14500                 use gtk_item_factory_get_widget_by_action() to get the items.
14501                 
14502             Removed separate_widget_cb from the gtk item factory data   
14503           
14504             (mainwindow_create): connect separate_widget_cb() to check
14505             menu item "toggled" signal. also passing a MainWindow pointer
14506                 as object data for both check menu items.
14507                 
14508             (separate_widget_cb): definition of separate_widget_cb() to match
14509             GtkCheckMenuItem's "toggled" signal. Now get the pointer to the main 
14510                 window using gtk_object_get_data(). The type of window separation 
14511                 (SEPARATE_MESSAGE or SEPARATE_FOLDER) is passed as the signal's data
14512         
14513         * src/prefs_filtering.c,
14514           src/prefs_matcher.c: added horizontal scrollbars
14515
14516 2001-05-25 [darko]
14517
14518         * src/headerview.c
14519                 fix segfault with invalid bold font
14520         * src/summaryview.c
14521                 correctly display summary stats after row is marked
14522
14523 2001-05-23 [sergey]
14524
14525         * src/codeconv.c (conv_get_code_conv_func): fix for ISO-8859-*
14526         encodings with libjconv.
14527
14528 2001-05-23 [hoa]
14529
14530         * src/Makefile.am
14531                 added mbox_folder.[ch]
14532         * src/defs.h
14533                 mbox temporary folder
14534         * src/folder.[ch]
14535         * added src/mbox_folder.[ch]
14536         * src/folderview.c
14537         * src/procheader.[ch]
14538                 added mbox support
14539         * src/mbox.c
14540                 bugfix for file incorporation filtering
14541         * src/imap.c
14542                 enable creation of MBOX
14543         * src/prefs_display_header.c
14544                 enable use of headers like "From "
14545                 something that should be fixed :
14546                         displaying of such headers add an extra space
14547         * src/prefs_folder_item.c
14548                 don't create folders because it is not necessary
14549         * src/procmsg.h
14550                 added data field to MsgInfo for mbox internal use
14551         * src/summaryview.c
14552                 added some support for mbox
14553         * src/utils.[ch]
14554                 added get_mbox_cache_dir() function
14555
14556 2001-05-23 [hiroyuki]
14557
14558         * src/headerwindow.c
14559           src/inc.c
14560           src/main.c
14561           src/mh.c
14562           src/nntp.c
14563           src/procmsg.h
14564           src/session.h
14565           src/socket.[ch]
14566           src/summaryview.c
14567           src/textview.c
14568           src/automaton.c
14569           src/folderview.c: more sync with 0.4.99cvs2.
14570
14571         * src/headerwindow.c: reverted.
14572
14573 2001-05-22 [paul]
14574
14575         0.4.99claws2
14576
14577         * sync with sylpheed 0.4.99cvs2
14578                 * src/news.[ch]
14579                 * src/nntp.[ch]
14580                 * INSTALL
14581                 * INSTALL.jp
14582
14583 2001-05-22 [alfons]
14584
14585         * src/summaryview.c: bugfixed a premature assignment in  summaryview_add_sender_to_cb()
14586
14587 2001-05-21 [alfons]
14588
14589         Minor things:
14590
14591         * configure.in: if gnome-config not found, "no" is displayed
14592         
14593         * sylpheed.desktop: "Hello World" is replaced with "Sylpheed Mail"
14594
14595         * src/textview.c: now also possible to add mail addresses by right
14596           clicking in the text view
14597
14598         * src/codeconv.c: merged patch which fixes endless loop when encountering
14599           invalid wide characters; from Alte <010@imis.ru>  
14600
14601 2001-05-20 [alfons]
14602
14603         Added installation of gnome specific things:
14604
14605         * Makefile.am: gnome conditional
14606
14607         * configure.in: check for installed gnome
14608
14609         * added sylpheed.png, sylpheed.desktop
14610
14611 2001-05-20 [sergey]
14612
14613         * src/pixmaps/stock_mail_reply_to_author.xpm: new file.
14614
14615         * src/mainwindow.h (main_window_toolbar_create): created a button
14616         for "Reply to all".
14617         (main_window_set_toolbar_sensitive): enable/disable the new button
14618         appropriately.
14619         (toolbar_reply_to_author_cb): handle the new button.
14620
14621         * src/send.c (SEND_EXIT_IF_ERROR, SEND_EXIT_IF_NOTOK): call
14622         send_progress_dialog_destroy() on failure (fixes hang on SMTP
14623         failure).
14624
14625 2001-05-19 [sergey]
14626
14627         * src/compose.h (ComposeReplyMode): new modes
14628         COMPOSE_REPLY_TO_AUTHOR, COMPOSE_REPLY_TO_AUTHOR_WITH_QUOTE,
14629         COMPOSE_REPLY_TO_AUTHOR_WITHOUT_QUOTE.
14630
14631         * src/compose.c
14632         (compose_send): move some code into a new function:
14633         (compose_current_mail_account): new function.
14634         (compose_reply): new argument to_author, all callers changed; if
14635         to_author==TRUE and account->protocol==A_NNTP, find and use an
14636         appropriate mail account for replying.
14637         (compose_reply_set_entry): new argument to_author; ignore
14638         compose->replyto if to_author==TRUE.
14639
14640         * src/mainwindow.c: new command "Message/Reply to author".
14641         (main_window_set_menu_sensitive): enable/disable it.
14642         (reply_cb): handle it.
14643
14644         * src/summaryview.c: new command "Reply to author".
14645         (summary_set_menu_sensitive): enable/disable it.
14646         (summary_reply_cb): handle it.
14647
14648         * src/account.c (account_find_mail_from_address): new function.
14649
14650 2001-05-18 [paul]
14651
14652         0.4.99claws1
14653
14654         * sync with sylpheed 0.4.99cvs1
14655
14656 2001-05-18 [hoa]
14657
14658         * src/compose.[ch]
14659         * src/filtering.c
14660         * src/summaryview.c
14661                 new filtering action : forward and forward as attachment
14662
14663         * src/main.c
14664                 no need for $DISPLAY when we run sylpheed --help
14665                 call to parse_cmd_opt() is moved
14666
14667         * src/mainwindow.[ch]
14668                 execute button is hidden when immediate execute
14669                 is chosen
14670
14671         * src/mh.c
14672         * src/news.c
14673         * src/prefs_folder_item.c
14674         * src/procmsg.c
14675                 better handling of missing directories
14676
14677         * src/summaryview.c
14678                 reedit is enabled in outbox
14679                 reedit is enabled in queue
14680
14681 2001-05-17 [hoa]
14682
14683         * src/filtering.c
14684         * src/matcher.[ch]
14685         * src/prefs_filtering.c
14686                 changed attachement into attachment
14687
14688 2001-05-17 [alfons]
14689
14690         0.4.67claws4    
14691
14692         * sync with sylpheed 0.4.67cvs9
14693         * sync with sylpheed 0.4.67cvs7-8
14694
14695 2001-05-17 [hoa]
14696
14697         * src/Makefile.am
14698                 added prefs_filtering.c
14699
14700         * src/filtering.[ch]
14701         * src/matcher.[ch]
14702                 removed action : forward_news and forward_news_as_attachement
14703                 (forward and forward_as_attachement can be used instead)
14704
14705         * src/mainwindow.c
14706                 added menu option to access filtering configuration
14707
14708         * src/prefs_account.c
14709                 changed mail_command default to /usr/sbin/sendmail
14710
14711         * added src/prefs_filtering.[ch]
14712                 dialog box for filtering configuration
14713
14714         * src/prefs_matcher.c
14715                 added function prefs_matcher_get_criteria_from_matching()
14716
14717         * src/prefs_scoring.c
14718                 reset the dialog when register or substitute is clicked
14719
14720 2001-05-15 [hoa]
14721
14722         * src/Makefile.am
14723                 added filtering.[ch]
14724         * src/inc.c
14725                 using filering.[ch] instead of filter.[ch]
14726         * src/main.c
14727                 reading new filtering configuration
14728         * src/matcher.[ch]
14729                 added some filtering actions
14730                 and fixed a bug for headers and mail body matching
14731         * src/mbox.c
14732                 using filering.[ch] instead of filter.[ch]
14733         * src/mh.c
14734                 handling invalid MsgInfo in mh_copy_msg() and mh_move_msg()
14735         * src/summaryview.c
14736                 some fixes for filtering
14737
14738 2001-05-14 [hiroyuki]
14739
14740         * src/send.c: fixed some weird indentations.
14741           send_message_with_command(): call pclose() only if p != NULL.
14742         * src/textview.c: get_email_part(): modified the code for readability.
14743
14744 2001-05-14 [hiroyuki]
14745
14746         * src/md5global.h
14747           src/md5ify.c
14748           src/md5ify.h: removed from the cvs.
14749
14750 2001-05-13 [sergey]
14751
14752         * src/main.c: include rfc2015.h to avoid compiler warnings.
14753         * src/alertpanel.c (alertpanel_message_with_disable): return 0 if
14754         the panel is already on screen.
14755         * src/prefs_customheader.c (prefs_custom_header_delete_cb): treat
14756         closing the alert window by ESC as "No".
14757         * src/prefs_common.c (prefs_interface_create): moved return
14758         receipt check button to the correct place.
14759
14760 2001-03-13 [alfons]
14761
14762         * src/prefs_common.c: 
14763                 moved return receipt check button to the Send tab. (prefs_send_create)
14764                 removed the date format ui related globals. (prefs_display_create)
14765
14766         0.4.67claws3
14767         
14768         * sync with sylpheed 0.4.67cvs5-6
14769
14770 2001-05-13 [paul]
14771
14772         * added Alfons' font selection patch
14773
14774         * src/defs.h
14775         * src/headerwindow.c
14776         * src/prefs_common.c
14777         * src/prefs_common.h
14778
14779 2001-05-13 [hoa]
14780         * src/defs.h
14781                 changed version of cache
14782         * src/matcher.[ch]
14783         * src/prefs_matcher.c
14784                 added additionnal matching criteria
14785         * src/procheader.c
14786         * src/procmsg.[ch]
14787         * src/news.c
14788                 added references in MsgInfo
14789
14790 2001-05-12 [hoa]
14791
14792         * src/defs.h
14793                 prepared some things for new filtering
14794         * src/matcher.[ch]
14795                 added some matching properties
14796                 inreplyto need to be enhanced
14797                 prepared some things for new filtering
14798         * src/messageview.c
14799                 added Return-Receipt-To handling
14800         * src/prefs_folder_item.c
14801                 changed default value to TRUE
14802         * src/prefs_matcher.c
14803                 added some matching properties
14804         * src/prefs_scoring.[ch]
14805                 the scoring dialog is finished
14806         * src/procheader.c
14807                 added Return-Receipt-To handling
14808                 Reference need to be added
14809         * src/procmsg.[ch]
14810                 added Return-Receipt-To handling
14811                 added threadscore to get a better score sorting when
14812                 threads are enabled
14813         * src/summaryview.c
14814                 suppressed a bug when we sort the list
14815                 when no folder is opened.
14816                 better score sorting when threads are enabled
14817
14818 2001-05-12 [alfons]
14819
14820         * reverted previous patch because of potential errors 
14821
14822         0.4.67claws2
14823         
14824         * src/inc.c, src/prefs_common.c, src/prefs_common.h: 
14825                 applied "toggle mail-retrieval dialog window" patch submitted 
14826                 by Eric Limpens <eric@qnt.net>
14827
14828         * sync with sylpheed 0.4.67cvs4
14829
14830 2001-05-12 [sergey]
14831
14832         * src/matcher.c, src/scoring.c: changed "#ifdef 0" to "#if 0" for
14833         some picky compilers.
14834         * src/rfc2015.h: provide prototype for rfc2015_disable_all().
14835         * src/grouplist_dialog.c: include alertpanel.h.
14836         * src/prefs_headers.c (prefs_headers_deleted): added GTK_BUTTON to
14837         fix compile warning.
14838         * src/scoring.c, src/prefs_folder_item.c, src/matcher.c: brought
14839         #include "defs.h" before others to prevent the warning of `MIN'
14840         and `MAX' redefinition.
14841
14842 2001-05-11 [hoa]
14843
14844         * src/main.c
14845         * src/messageview.c
14846         * src/prefs_account.c
14847         * src/prefs_display_header.c
14848                 removed warning
14849         * src/Makefile.am
14850                 added prefs_scoring.[ch]
14851         * src/grouplist_dialog.c
14852                 display an error dialog box if the group list
14853                 cannot be fetched.
14854         * src/mainwindow.[ch]
14855                 added main_window_set_thread_option() function
14856                 scoring dialog box enabled
14857         * src/matcher.[ch]
14858                 added flags matching unread /new / marked
14859                 / deleted / replied / forwarded
14860         * src/news.c
14861                 newsgroups are now finally in newscache
14862         * src/prefs_matcher.[ch]
14863                 finished preferences for matching dialog
14864         * added src/prefs_scoring.[ch]
14865                 scoring dialog box completed
14866         * src/scoring.[ch]
14867                 conversion to string : added scoringprop_to_string()
14868                 write config for preferences :
14869                 added prefs_scoring_write_config()
14870         * src/summaryview.c
14871                 threads can be enabled/disabled independently
14872                 for each folder
14873
14874 2001-05-10 [alfons]
14875
14876         0.4.67claws1
14877         
14878         * AUTHORS: 
14879                 thought it would be nice to have a list of all
14880                 contributors (used Changelog as a reference)
14881         
14882         * configure.in: 
14883                 messed up version numbering...
14884
14885         0.4.66claws1
14886
14887         * sync with sylpheed 0.4.67cvs1-3
14888
14889 2001-05-10 [darko]
14890
14891         * src/prefs_common.c:
14892                 better UI for strftime format, double clicking
14893                 on format now inserts the format in text entry
14894                 replaced close button with standard OK/Cancel
14895                 moved date format button to the right of the
14896                 text entry field
14897
14898 2001-05-09 [alfons]
14899
14900         * src/gtkstext.c:
14901                 Ctrl-Home / Ctrl-End have proper cursor navigation
14902
14903 2001-05-09 [hoa]
14904
14905         * src/prefs_matcher.c
14906                 finished UI to define matching properties
14907                 added ok and cancel button
14908         * src/prefs_filter.c
14909                 added ok and cancel button
14910         * src/news.c
14911                 fixed some bug in xhdr parsing
14912
14913 2001-05-08 [alfons]
14914
14915         * src/textview.c: 
14916                 fixed a bug in textview_show_header(), which displayed two colons (':');
14917                 cleaned up some warnings
14918
14919 2001-05-08 [hoa]
14920
14921         * src/Makefile.am
14922                 added prefs_matcher.[ch]
14923                 compilation with -W -Wall
14924         * src/alertpanel.c
14925                 ungrab the mouse events if grabbed - does it
14926                 fix the bug for disposition notification ?
14927         * src/mainwindow.c
14928                 added a menu option to open the matching dialog.
14929         * src/matcher.[ch]
14930                 added matcherprop_to_string() and matcherlist_to_string()
14931                 fixed some bugs, changed the name of some options
14932                 age_sup and age_inf becomes age_greater and age_lower,
14933                 body and messageheaders becomes body_part and headers_part,
14934                 changed the names of constants from SCORING_XXX to MATCHING_XXX
14935         * src/prefs_display_header.c
14936         * src/prefs_headers.c
14937                 fixed a bug that accidentally destroyed dialogs
14938                 when closed them with delete_event
14939                 Added *_deleted() which handle delete_event signal correctly.
14940         * src/prefs_folder_item.[ch]
14941                 added "enable_thread" field for future customization
14942         * added src/prefs_matcher.[ch]
14943                 sample of the UI to define matching properties
14944         * src/procheader.c
14945                 using procheader_headername_equal instead of str*cmp functions
14946                 using procheader_parse_header() function
14947         * src/scoring.c
14948                 using MATCHING_XXX instead of SCORING_XXX
14949         * src/summaryview.c
14950                 display the sender of the news even if this is ourself
14951                 when this is a news message.
14952         * src/textview.c
14953                 using headername_equal() instead of str*cmp functions
14954
14955 2001-05-08 [alfons]
14956
14957         0.4.66claws
14958
14959         * sync with sylpheed 0.4.66
14960         * src/gtkstext.c: trace logs added 
14961
14962 2001-05-08 [sergey]
14963
14964         * src/prefs_common.[ch]: added option to enable/disable GnuPG
14965         signature check popup.
14966         * src/rfc2015.c (check_signature): show signature check popup only
14967         if it is enabled in preferences.
14968
14969 2001-05-07 [alfons]
14970
14971         0.4.66claws4
14972         
14973         * sync with sylpheed 0.4.66cvs6
14974
14975 2001-05-07 [darko]
14976
14977         * src/prefs_common.[ch]: added option to enable/disable
14978           looking up sender name in address book for summary pane
14979         * src/summaryview.c: look up sender in the address book
14980           by using Alfons' address completion code
14981
14982 2001-05-07 [hiroyuki]
14983
14984         * src/inc.h
14985           src/pop.c: pop3_retr_recv(): removed cur_msg_bytes from the
14986           member of Pop3State.
14987         * src/news.c: brought #include "defs.h" before #include <glib.h>
14988           to prevent the warning of `MIN' and `MAX' redefinition.
14989
14990 2001-05-06 [hoa]
14991
14992         * removed src/headers_display.[ch]
14993         * removed src/prefs_display_headers.[ch]
14994         * src/inc.c
14995                 use a temporary file in the user directory for mbox import
14996         * src/news.c
14997                 added XHDR support to get "To" and "Cc" headers
14998                 (in order to match news with to or cc field for
14999                 scoring)
15000                 added function news_parse_xhdr() to get XHDR response
15001         * src/nntp.[ch]
15002                 added function nntp_xhdr()
15003         * src/matcher.c
15004                 fetch the message if necessary
15005
15006 2001-05-06 [alfons]
15007
15008         0.4.66claws3
15009
15010         * sync with sylpheed 0.4.66cvs3-5
15011
15012 2001-05-06 [hoa]
15013
15014         * src/utils.[ch]
15015                 added function itos_buf() to enable use of several buffers
15016         * src/summaryview.c
15017                 use of itos_buf() instead of itos() in summary list
15018                 to fix the broken display of message number.
15019
15020 2001-05-06 [alfons]
15021
15022         * src/gtkstext.c: bug in cursor up navigation fixed,
15023                 fixed another unsigned / signed comparison (we're getting there :-)
15024
15025 2001-05-06 [hoa]
15026
15027         * src/Makefile.am
15028                 added scoring.c scoring.h
15029                 prefs_folder_item.c prefs_folder_item.h
15030                 matcher.c matcher.h
15031         * src/defs.h
15032                 added FOLDERITEM_RC SCORING_RC
15033         * src/folder.[ch]
15034                 added prefs field in FolderItem :
15035                 properties for each folder (PrefsFolderItem),
15036                 sorting type and mode were added as the first properties.
15037         * src/main.c
15038                 read config for scoring
15039         * added src/matcher.[ch]
15040                 gives functions to parse configuration file to do
15041                 matching on mails with a list of conditions.
15042         * src/mainwindow.c
15043                 add option to sort by score
15044         * src/prefs_common.[ch]
15045                 added preference option to show score and for
15046                 the score column size
15047         * added src/prefs_folder_item.[ch]
15048                 properties for each folder (PrefsFolderItem),
15049                 sorting type and mode were added as the first properties.
15050         * src/procheader.[ch]
15051                 added procheader_parse_header()
15052                 added procheader_header_free()
15053                 added procheader_headername_equal()
15054                 and made modification to use them.
15055         * src/procmsg.[ch]
15056                 added score field to MsgInfo structure
15057         * added src/scoring.[ch]
15058                 gives functions to parse configuration file to do
15059                 scoring on mails with a list of conditions.
15060         * src/summaryview.[ch]
15061                 save the sorting type and mode for the folder
15062                 added column to display the score of the mail
15063                 added function summary_score_clicked()
15064                 sorting type and mode are restored to the folder
15065                 when it is reopen
15066         * src/textview.c
15067                 use procheader_parse_header(), procheader_headername_equal()
15068                 removed memory leak in text_scan_header when freeing headers
15069         * src/filter.c
15070                 changed the function to match names of headers
15071                 using procheader_headername_equal()
15072
15073         Scoring functions are implemented, an interface is needed
15074         to configure that.
15075
15076 2001-05-04 [alfons]
15077
15078         * src/gtkstext.c: 
15079                 hopefully fixed the row up navigation bug,
15080                 removed adding back / forward lines to cache
15081
15082 2001-05-04 [sergey]
15083
15084         * src/prefs_display_headers.c: user interface changes:
15085         (prefs_display_headers_create): remove unused "Show" check button;
15086         allow reordering of headers by dragging.
15087         (prefs_display_headers_write_config): remove unused variables.
15088         (prefs_display_headers_set_dialog): do not insert "(New)" at top
15089         of lists (not needed with the new UI).
15090         (prefs_display_headers_set_list): scan lists starting from row 0,
15091         not 1 (do not skip "(New)").
15092         (prefs_display_headers_find_header): new function.
15093         (prefs_display_headers_clist_set_row): do not allow duplicates.
15094         (prefs_display_headers_delete_cb): do not skip row 0; treat
15095         closing the alert window by ESC as "No".
15096         (prefs_display_headers_up): do not protect row 0.
15097         (prefs_display_headers_down): do not protect row 0.
15098
15099 2001-05-04 [sergey]
15100
15101         * src/mainwindow.c (next_marked_cb, prev_marked_cb): new
15102         functions.
15103
15104         * src/summaryview.c
15105         (summary_find_next_marked_msg, summary_find_prev_marked_msg,
15106         summary_select_next_marked, summary_select_prev_marked): new
15107         functions.
15108
15109 2001-05-03 [sergey]
15110
15111         * src/news.c: fixed a bug when no article can be fetched after
15112         server timeout if the connection was restored by news_post():
15113         (news_select_group): new function.
15114         (news_fetch_msg): call news_select_group() before fetching
15115         article.
15116         (news_get_uncached_articles): set session->group after successful
15117         GROUP command.
15118
15119 2001-05-03 [hoa]
15120
15121         * src/defs.h
15122         * src/procmsg.[ch]
15123         * src/procheader.c
15124                  changed version of cache, added cc field
15125
15126         * src/prefs_display_headers.c
15127                 the interface was changed
15128
15129         * src/prefs_headers.c
15130                 added cancel button
15131
15132 2001-05-03 [alfons]
15133
15134         * completed sync of sylpheed cvs2
15135         * src/gtkstext.c: updated row up / down cursor navigation
15136         * src/textview.c: re-edited, prepared for fixing the email address
15137                 scanner.
15138
15139 2001-05-03 [darko]
15140
15141         * src/prefs_common.c: use alfons' strftime ui code
15142         entry_datefmt and datefmt_sample widgets have to be
15143         global in this module because of this change
15144
15145 2001-05-03 [hoa]
15146
15147         * src/messageview.c
15148         * src/prefs_common.[ch] added option to activate the return receipt
15149                 feature.
15150
15151 2001-05-02 [alfons]
15152
15153         * src/gtkstext.c: fix for row up/down cursor navigation. 
15154
15155         0.4.66claws2
15156         
15157         * sync with 0.4.66cvs2
15158
15159 2001-05-02 [paul]
15160
15161         added add-sender-to-addressbook patch
15162
15163         * src/addressbook.c
15164         * src/addressbook.h
15165         * src/summaryview.c
15166
15167 2001-05-02 [sergey]
15168
15169         * src/alertpanel.h (AlertValue): added G_ALERT_VALUE_MASK,
15170         G_ALERTDISABLE.
15171
15172         * src/alertpanel.c (alertpanel_create): new argument can_disable,
15173         all existing callers changed to pass FALSE; create a check button
15174         to disable the message.
15175         (alertpanel_message_with_disable): new function.
15176         (alertpanel_show): mask value with G_ALERT_VALUE_MASK.
15177         (alertpanel_button_toggled): new function.
15178         (alertpanel_button_clicked, alertpanel_close): set value using
15179         G_ALERT_VALUE_MASK.
15180
15181         * src/prefs_common.h (PrefsCommon): new field gpgme_warning.
15182
15183         * src/prefs_common.c (prefs_privacy_create): new check button
15184         checkbtn_gpgme_warning.
15185
15186         * src/main.c (main): moved preferences reading before gpgme
15187         initialization; check prefs_common.gpgme_warning before giving the
15188         GnuPG warning and set it to FALSE if the user wants to disable the
15189         warning.
15190
15191 2001-05-02 [hiroyuki]
15192
15193         * src/prefs_display_headers.c: modified the layout and some labels.
15194
15195 2001-05-02 [sergey]
15196
15197         * src/prefs_account.c (prefs_account_fix_size): new function.
15198         (prefs_account_create): call prefs_account_fix_size(); use
15199         gtk_widget_show instead of gtk_widget_show_all (fixes too large
15200         size when the window is shown for the first time).
15201         (prefs_account_basic_create): changed layout of serv_table; moved
15202         localmbox_entry above smtpserv_entry (logically it replaces
15203         POP3/IMAP server).
15204         (prefs_account_protocol_activated): set sensitivity of
15205         nntpauth_chkbtn according to the protocol (in addition to
15206         hide/show); commented out gtk_table_set_row_spacing() calls.
15207         (prefs_account_nntpauth_toggled): do nothing if nntpauth_chkbtn is
15208         not sensitive (fixes a bug with disabled username/password boxes
15209         when editing POP3 account after NNTP with authentication).
15210
15211 2001-05-02 [hoa]
15212
15213         * src/account.c
15214         * src/inc.c
15215         * src/prefs_account.[ch]
15216         * src/send.c
15217                 removed local account without SMTP server
15218                 added option to use mail command instead of a connexion
15219                 to SMTP server when a local account is used
15220         * src/prefs_headers.c
15221                 fixed a bug
15222         * src/news.c
15223                 fixed a bug when connexion immediately closed
15224
15225 2001-05-01 [alfons]
15226
15227         0.4.66claws1
15228         
15229         * sync with 0.4.65
15230
15231 2001-05-01 [sergey]
15232
15233         * src/prefs_account.c (Basic, prefs_account_basic_create): new
15234         widget nntpauth_chkbtn.
15235         (prefs_account_protocol_activated): handle nntpauth_chkbtn
15236         visibility.
15237         (prefs_account_nntpauth_toggled): new function.
15238
15239         * src/news.c (news_session_new_for_folder): use NNTP
15240         authentication only if ac->use_nntp_auth is set.
15241
15242 2001-05-01 [hoa]
15243
15244         * src/Makefile.am changed headers.[ch] in customheader.[ch]
15245         * src/prefs_display_headers.c changed the UI
15246         * src/prefs_headers.c changed account_name to account_id
15247         * src/compose.c using customheader.h
15248
15249 2001-05-01 [hiroyuki]
15250
15251         * src/esmtp.c
15252           src/news.c
15253           src/nntp.c: changed sock_read() to sock_gets(), they've been left
15254           unsynched.
15255
15256 2001-05-01 [hoa]
15257
15258         * src/Makefile.am added prefs_display_headers.[ch] headers_display.[ch]
15259         * src/defs.h added HEADERS_DISPLAY_RC : name of the config file
15260                 for displaying of headers
15261         * src/grouplist_dialog.[ch] minor changes to remove warnings
15262         * src/prefs_display_headers.[ch] dialog to choose the
15263         headers to display in the mail viewer.
15264         * src/headers.h correction of #define
15265         * src/headers_display.[ch] configuration for displaying of headers.
15266         * src/main.c read config of displaying of headers
15267         * src/prefs_common.c add a button to access the config dialog
15268                 for displaying of headers
15269         * src/prefs_display_headers.[ch] dialog for configuration for
15270                 displaying of the headers.
15271         * src/prefs_headers.c cleaning of code
15272         * src/procheader.c comments added to code
15273         * src/textview.c changes to reorder the headers depending
15274                 on the config for displaying of headers
15275
15276 2001-04-30 [alfons]
15277
15278         0.4.65claws7
15279
15280         * sync with 0.4.65cvs12
15281
15282         NOTE: nntp.c and news.c in claws and cvs branch differ significantly!
15283
15284 2001-04-30 [sergey]
15285
15286         * src/nntp.h (NNTPSockInfo): new field auth_failed.
15287
15288         * src/nntp.c (nntp_mode): return NN_AUTHREQ if sock->auth_failed
15289         is set to force reconnection after authentication failure.
15290         (nntp_gen_command): set sock->auth_failed on authentication
15291         failure, or if sock->userid and sock->passwd are not set.
15292
15293         * src/news.c (news_session_new_for_folder): set userid=NULL if
15294         password dialog is cancelled.
15295
15296 2001-04-30 [sergey]
15297
15298         * src/nntp.h (NNTPSockInfo): new type.
15299
15300         * src/nntp.c: all functions updated to use NNTPSockInfo instead of
15301         SockInfo.
15302         (nntp_open_auth, nntp_close): new functions.
15303         (nntp_gen_command): new function to handle authentication; all
15304         NNTP command functions updated to use it.
15305         (nntp_authinfo_user, nntp_authinfo_pass): deleted.
15306         (nntp_list): removed old useless code.
15307
15308         * src/news.h (NNTPSession): new field nntp_sock.
15309
15310         * src/news.c: all functions updated to use NNTPSockInfo instead of
15311         SockInfo.
15312         (news_session_new): new arguments (userid, passwd); made static;
15313         use nntp_open_auth() if needed.
15314         (news_session_destroy): use nntp_close() instead of sock_close().
15315         (news_query_password): changed arguments.
15316         (news_session_new_for_folder): new function.
15317         (news_session_get): use news_session_new_for_folder().
15318         (news_authenticate): deleted.
15319         (news_get_uncached_articles): removed old authentication code.
15320
15321 2001-04-30 [sergey]
15322
15323         * src/news.c: reverted my previous changes (need to do NNTP
15324         authentication in a cleaner way).
15325         
15326 2001-04-29 [sergey]
15327
15328         * src/news.c (news_nntp_group, news_nntp_list, news_nntp_xover,
15329         news_nntp_post, news_nntp_mode): new functions (wrappers with
15330         authentication support).
15331         (news_get_article_cmd, news_get_article, news_get_header): new
15332         argument "folder"; all callers changed.
15333         (news_get_article_cmd): added authentication support.
15334         (news_session_get): use news_nntp_mode() instead of nntp_mode().
15335         (news_post): use news_nntp_post() instead of nntp_post().
15336         (news_get_uncached_articles): use news_nntp_group() instead of
15337         nntp_group() and news_nntp_xover() instead of nntp_xover();
15338         removed old authentication code.
15339         (news_get_group_list): use news_nntp_list() instead of nntp_list().
15340
15341         * src/nntp.c (nntp_list): return real error code instead of
15342         hardcoded NN_ERROR.
15343
15344 2001-04-29 [sergey]
15345
15346         * configure.in: fixed wint_t typedef detection again
15347
15348 2001-04-28 [hoa]
15349
15350         * src/prefs_account.[ch], added A_LOCAL_CMD
15351                 (send mail with mail command)
15352         * src/send.c added function send_message_with_command()
15353         * src/inc.c made a more secure get_spool() function with
15354                 mktemp() but maybe mkstemp() or something more
15355                 secure can be used.
15356
15357 2001-04-28 [alfons]
15358
15359         * src/textview.c, colorization of email addresses in headers
15360
15361         0.4.65claws6
15362
15363         * bug sync with sylpheed
15364         * prefs_common.c: created date format ui for darko
15365         * sync with 0.4.65cvs11
15366         * configure.in: corrected to have the new gpg checks
15367
15368 2001-04-27 [alfons]
15369
15370         * completed sync with 0.4.65cvs10
15371         * minor debug things added to gtkstext.c
15372
15373 2001-04-27 [darko]
15374
15375         * configure.in: remove check for availability of
15376           strftime() as advised by Hiroyuki
15377         * src/prefs_common.[ch], src/procheader.c:
15378           synch strftime() code with Hiroyki's main branch
15379
15380 2001-04-26 [sergey]
15381
15382         * src/news.c: news_query_password(), news_authenticate(): new
15383           functions.
15384           news_get_uncached_articles(): added NNTP authentication
15385           handling.
15386         * src/nntp.[ch]: nntp_authinfo_user(), nntp_authinfo_pass():
15387           new functions.
15388         * src/prefs_account.c: prefs_account_protocol_activated():
15389           enable userid and password fields for NNTP.
15390
15391 2001-04-26
15392
15393         * configure.in: check for availability of strftime()
15394           [darko]
15395         * src/prefs_common.[ch], src/procheader.c: use
15396           strftime() for displaying date in summary pane if it
15397           is available
15398
15399 2001-04-25
15400
15401         * more .cvsignore cleanups [alfons]
15402
15403 2001-04-25
15404
15405         * ac/sv-check-type.m4: new autoconf macro.
15406         * configure.in: fixed wint_t typedef detection (did not work
15407           with gcc-2.96).
15408
15409 2001-04-25
15410
15411         * acconfig.h: added USE_GTKGDK_XIM definition for autoheader.
15412           [hiroyuki]
15413
15414 2001-04-24
15415         * modified gtkstext.c : buggy cursor navigation fixed, 
15416           and font descent also taken in account when drawing
15417           cursor. [alfons]
15418
15419 2001-04-24 [hoa]
15420         * added comments in src/news.c src/nntp.c
15421         * added src/prefs_headers.[ch]
15422         * added src/headers.[ch]
15423         * modified compose.c to activate custom headers
15424                 added function is_in_custom_headers
15425         * modified prefs_account.[ch]
15426                 added function prefs_account_customhdr_edit
15427         * modified src/defs.h :
15428                 added HEADERS_RC : name of the config file
15429                 for the custom headers
15430
15431 2001-04-24
15432
15433     0.4.65claws5
15434
15435         * configure.in
15436           src/gtkstext.[ch]
15437           src/compose.c
15438           src/Makefile.am
15439           
15440           added gtkstext with configure.in patch by Hiroyuki which
15441           should fix the XIM detection [alfons]
15442
15443         * more clean up of cvs [alfons]
15444
15445                  * removed all Makefile.in files to attic.
15446
15447                  * updated all .cvsignores to really ignore things that could
15448                    be unintentionally committed by a recursive commit.
15449
15450 2001-04-23 [hoa]
15451         * added src/grouplist_dialog.[ch]
15452         * changed src/folderview.c to call grouplist_dialog instead
15453                 of inputdialog
15454         * src/news.c :
15455                 added functions news_reset_group_list
15456                 and news_get_group_list
15457         * src/nntp.c :
15458                 added function nntp_list
15459         * src/defs.h :
15460                 added GROUPLIST_FILE : name of the newsgroup list cache file
15461
15462 2001-04-21
15463
15464         * added option to warn about queued messages on exit [sergey]:
15465
15466           * src/compose.c: compose_queue(): call folder_item_scan()
15467             and folderview_update_item() after queueing.
15468           * src/folderview.c: folderview_update_node(): draw the queue
15469             folder in bold font if there are queued messages.
15470           * src/mainwindow.c: queued_messages(): new function.
15471             app_exit_cb(): display warning if there are queued messages
15472             if warn_queued_on_exit is set.
15473           * prefs_common.[ch]: add warn_queued_on_exit option.
15474
15475         * enhanced GnuPG key selection support [sergey]:
15476
15477           * src/select-keys.c: updated to newer version from Win32
15478             branch with support for selecting arbitrary keys.
15479           * src/prefs_account.c: added the Privacy tab to the account
15480             options window.
15481             prefs_account_privacy_create(),
15482             prefs_account_sign_key_set_data_from_radiobtn(),
15483             prefs_account_sign_key_set_radiobtn(): new functions.
15484           * src/prefs_account.h: new preferences sign_key_type, sign_key_id.
15485           * src/rfc2015.c: set_signers(): new function.
15486             pgp_sign(): add the account parameter, call set_signers().
15487             rfc2015_sign(): add the account parameter, pass it to pgp_sign().
15488           * src/rfc2015.h: rfc2015_sign(): updated prototype.
15489           * src/compose.c: pass the current account to rfc2015_sign().
15490
15491         * tag name claws added to prevent confusion with main branch [alfons]
15492
15493         * Sync with sylpheed-0.4.65cvs4 and made it compile. [sergey]
15494
15495         * autogen.sh: Added "--enable-maintainer-mode". [sergey]
15496
15497         * sync with recent sylpheed cvs. Untested though. [alfons]
15498