0.8.11claws67
[claws.git] / ChangeLog.claws
1 2003-03-30 [christoph]  0.8.11claws67
2
3         * src/folder.c
4                 change processing folder name from .processing to processing
5
6         * src/common/ssl.c
7                 disable SSL certificate check because it causes Xlib error
8                 when the child process want's to open an GTK window
9
10 2003-03-30 [christoph]  0.8.11claws66
11
12         * src/folder.c
13                 don't use default folder for processing folder item because
14                 it can be a non local folder
15
16         (fixes bug reported by Stephen Lewis <slewis@paradise.net.nz>)
17
18 2003-03-30 [alfons]     0.8.11claws65
19
20         * src/send_message.c
21                 try fixing crashes when sending messages: my gcc 2.95.4 seems 
22                 to generate bad code for 'send_send_data_progressive': When
23                 called from 'send_send_data_finished', the 'data' pointer is
24                 cleared just before the assignment to the dialog pointer
25
26 2003-03-29 [christoph]  0.8.11claws64
27
28         * src/common/prefs.h
29         * src/plugins/image_viewer/Makefile.am
30         * src/plugins/image_viewer/plugin.c
31         * src/plugins/image_viewer/viewer.[ch]
32         * src/plugins/image_viewer/viewerprefs.[ch]     ** NEW **
33                 add PrefsPage for ImageViewer
34
35 2003-03-28 [thorsten]   0.8.11claws63
36
37         * src/common/session.c
38                 added some comments
39
40 2003-03-28 [paul]       0.8.11claws62
41
42         * sync with 0.8.11cvs16
43                 see ChangeLog 2003-03-28
44
45 2003-03-28 [paul]       0.8.11claws61
46
47         * sync with 0.8.11cvs15
48                 see ChangeLog 2003-03-28
49
50 2003-03-27 [christoph]  0.8.11claws60
51
52         * src/folder.c
53         * src/imap.c
54         * src/common/socket.[ch]
55                 set socket state to DISCONNECTED when any operation
56                 fails to allow reconnecting in IMAP code without
57                 checking the return code of all calls to the command
58                 functions
59
60         * src/folderview.c
61         * src/summaryview.c
62                 remove some more stuff that depends on specific
63                 folder types
64
65 2003-03-27 [paul]       0.8.11claws59
66
67         * sync with 0.8.11cvs14
68                 see ChangeLog 2003-03-27
69                 
70         * src/selective_download.[ch]   ** REMOVED **
71                 really removed
72
73 2003-03-27 [christoph]  0.8.11claws58
74
75         * src/folder.c
76                 fix handling of tmp_flags in flag copy function
77
78 2003-03-27 [paul]       0.8.11claws57
79
80         * sync with 0.8.11cvs13
81                 see ChangeLog 2003-03-27
82
83 2003-03-27 [oliver]     0.8.11claws56
84
85         * src/maiwindow.c
86                 remove sel_download_cb
87
88 2003-03-27 [oliver]     0.8.11claws55
89         
90         * src/inc.c
91                 remove POP3_TOP
92         
93 2003-03-26 [oliver]     0.8.11claws54
94
95         *src/pop.h
96                 remove POP3_TOP*
97         * README.claws
98                 remove selective donwload readme
99
100 2003-03-26 [oliver]     0.8.11claws53
101         * src/matcher.[ch]
102         * src/matcher_parser_parse.y 
103         * src/pop.c 
104         * src/prefs_account.[ch]
105         * src/prefs_filtering.c
106                 remove selective donwload
107
108 2003-03-26 [oliver]     0.8.11claws52
109
110         * src/inc.[ch] 
111         * src/filtering.c 
112         * src/mainwindow.c 
113                 remove selective donwload
114
115 2003-03-26 [oliver]     0.8.11claws51
116         
117         * src/Makefile.am
118         * src/selective_download.[ch]   ** REMOVE **    
119
120 2003-03-26 [christoph]  0.8.11claws50
121
122         * src/news.c
123                 fix NEWS that got broken by a sync with sylpheed-main
124
125 2003-03-26 [christoph]  0.8.11claws49
126
127         * src/mimeview.c
128                 fix mime type guessing when no mime type is found for a file
129
130 2003-03-25 [christoph]  0.8.11claws48
131
132         * src/mimeview.c
133         * src/procmime.c
134                 remove mime type guessing from mime parser and use
135                 name based mime types in viewer lookup for mime type
136                 application/octet-stream
137
138 2003-03-25 [christoph]  0.8.11claws47
139
140         * doc-src/readme.txt
141         * doc-src/rfc2554.txt
142                 add RFC about SMTP AUTH
143
144         * src/send_message.c
145         * src/common/smtp.[ch]
146                 add extra error code for authentication errors and
147                 clear temporary password when this error occurs
148
149         (closes Bug 84 authentication failure while sending should
150          prompt for password again)
151
152 2003-03-25 [christoph]  0.8.11claws46
153
154         * configure.ac
155         * src/Makefile.am
156         * src/imageview.[ch]                            ** REMOVE **
157         * src/messageview.[ch]
158         * src/mimeview.[ch]
159         * src/prefs_common.[ch]
160         * src/textview.c
161         * src/plugins/Makefile.am
162         * src/plugins/image_viewer/.cvsignore           ** NEW **
163         * src/plugins/image_viewer/Makefile.am          ** NEW **
164         * src/plugins/image_viewer/plugin.c             ** NEW **
165         * src/plugins/image_viewer/viewer.[ch]          ** NEW **
166                 move image viewer into a plugin (building is enabled by default)
167                 [ToDo: Prefs for resize and autoview]
168
169 2003-03-25 [paul]       0.8.11claws45
170
171         * sync with 0.8.11cvs12
172                 see ChangeLog 2003-03-26
173
174 2003-03-25 [paul]       0.8.11claws44
175
176         * sync with 0.8.11cvs11
177                 see ChangeLog 2003-03-22, 2003-03-24 and 2003-03-25
178                 
179         Note: Selective Download is broken.
180                 
181 2003-03-22 [christoph]  0.8.11claws43
182
183         * src/folder.c
184                 code cleanup for flags copying
185
186 2003-03-22 [christoph]  0.8.11claws42
187
188         * src/plugins/trayicon/trayicon.c
189                 fix setting the transparent area when the window size
190                 is forced by the system tray
191
192 2003-03-22 [christoph]  0.8.11claws41
193
194         * src/plugins/trayicon/gnome-mail.xpm           ** REMOVE **
195         * src/plugins/trayicon/gnome-nomail.xpm         ** REMOVE **
196         * src/plugins/trayicon/newmail.xpm              ** NEW **
197         * src/plugins/trayicon/nomail.xpm               ** NEW **
198         * src/plugins/trayicon/trayicon.c
199         * src/plugins/trayicon/unreadmail.xpm           ** NEW **
200                 o replace GBiff icons with KBiff icons resized to 16x16 pixel
201                 o add icon for unread mails
202                 o set transparency for window
203
204 2003-03-22 [christoph]  0.8.11claws40
205
206         * src/news.c
207                 init news session to prevent crash when session is closed
208
209 2003-03-22 [christoph]  0.8.11claws39
210
211         * src/imap.c
212         * src/common/session.[ch]
213                 Init session data to make sure we don't have invalid pointers
214                 for read_ch and write_ch when new multi process sessions are
215                 not used
216
217         * src/main.c
218         * src/common/plugin.c
219         * src/common/sylpheed.c
220         * src/plugins/demo/demo.c
221         * src/plugins/dillo_viewer/dillo_viewer.c
222         * src/plugins/mathml_viewer/mathml_viewer.c
223         * src/plugins/spamassassin/spamassassin.c
224         * src/plugins/spamassassin/spamassassin_gtk.c
225                 add plugin types to allow loading plugins at different times
226                 (and maybe for different frontends), because it's not good to
227                 load GTK-Plugins gefore gtk_init was called
228
229         * configure.ac
230         * src/plugins/Makefile.am
231         * src/plugins/trayicon/.cvsignore               ** NEW **
232         * src/plugins/trayicon/Makefile.am              ** NEW **
233         * src/plugins/trayicon/eggtrayicon.c            ** NEW **
234         * src/plugins/trayicon/eggtrayicon.h            ** NEW **
235         * src/plugins/trayicon/gnome-mail.xpm           ** NEW **
236         * src/plugins/trayicon/gnome-nomail.xpm         ** NEW **
237         * src/plugins/trayicon/trayicon.c               ** NEW **
238                 New Trayicon plugin that shows an icon in a systray that uses
239                 XEMBED protocol like Gnome's systray. Icon shows if there
240                 are new mails and a tooltip shows information about new,
241                 unread and total messages.
242
243 2003-03-22 [paul]       0.8.11claws38
244
245         * src/common/smtp.c
246                 fix ESMTP AUTH CRAM-MD5
247                 [sync with main (still version 0.8.11cvs6), see
248                  ChangeLog 2003-03-22]
249
250 2003-03-21 [colin]      0.8.11claws37
251
252         * src/send_message.c
253                 Fix USE_SSL => USE_OPENSSL
254
255 2003-03-21 [colin]      0.8.11claws36
256
257         * src/folderview.c
258                 Fix counts in drag and dropped subfolders
259
260 2003-03-21 [colin]      0.8.11claws35
261
262         * src/folder.c 
263         * src/folderview.c
264                 speed up a bit folder dnd
265
266 2003-03-20 [alfons]     0.8.11claws34
267
268         * src/main.c
269         * src/toolbar.c
270         * src/procmsg.c
271                 don't send locked queue messages
272                 (feature request "[ 705245 ] Locking message in outbox 
273                  should prevent sending")
274
275 2003-03-20 [christoph]  0.8.11claws33
276
277         * src/folder.c
278                 remove NEW and UNREAD flag in special folders when scanning
279                 
280         * src/common/smtp.c
281                 fix ESMTP AUTH CRAM-MD5
282
283 2003-03-20 [paul]       0.8.11claws32
284
285         * src/prefs_account.c
286                 Re-write 'Tunnel command to open connection' as
287                 'Use command to communicate with server', and disable
288                 it for all except IMAP accounts
289
290 2003-03-20 [paul]       0.8.11claws31
291
292         * sync with 0.8.11cvs6
293                 see ChangeLog 2003-03-20
294
295 2003-03-19 [match]      0.8.11claws30
296
297         * src/addritem.[ch]
298                 include documentation. minor refactoring.
299         * src/addr_compl.[ch]
300         * src/addrindex.[ch]
301         * src/addresbook.[ch]
302         * src/summaryview.c
303                 re-enable address lookup (was disabled in
304                 0.8.11claws20).
305
306 2003-03-19 [christoph]  0.8.11claws29
307
308         * src/procmsg.c
309                 add temp flag handling, will make moving and copying
310                 messages possible again
311
312         * src/folder.c
313                 correct calulation of folder stats
314
315 2003-03-18 [match]      0.8.11claws28
316
317         * src/editgroup.h
318                 remove case sensitive comparison (closes bug 80).
319
320 2003-03-18 [christoph]  0.8.11claws27
321
322         * src/imap.c
323                 fix imap using a tunnel command
324
325         (closes bug 87)
326
327 2003-03-18 [christoph]  0.8.11claws26
328
329         * src/folder.[ch]
330         * src/imap.c
331         * src/procmsg.[ch]
332                 rewrite flag handling for folders
333
334 2003-03-18 [christoph]  0.8.11claws25
335
336         * src/folder.c
337         * src/procmsg.c
338         * src/summaryview.c
339                 unset NEW and UNREAD flags when message is ignored, to make
340                 sure messages don't show up as unread on other IMAP clients,
341                 because the IGNORE_THREAD flag can not be syncronized through
342                 the IMAP folder
343
344 2003-03-17 [christoph]  0.8.11claws24
345
346         * src/imap.c
347                 don't use recursion to fetch uids when the number of messages
348                 does not match. Moved code into subfunction that is used
349                 again when needed, to prevent an endless loop.
350
351 2003-03-17 [thorsten]   0.8.11claws23
352
353         * src/imageview.[ch]
354                 export imageview_get_resized_size() (for plugins)
355         * src/prefs_common.[ch]
356                 added prefs_common_get() (for plugins)
357
358 2003-03-17 [christoph]  0.8.11claws22
359
360         * src/imap.c
361                 o remove UID guessing from copy code
362                 o support UIDPLUS extension for APPEND command
363
364 2003-03-17 [paul]       0.8.11claws21
365
366         * src/gtk/about.c
367                 remove 'Compiled-plugins' section.
368                 
369         * src/plugins/dillo_viewer/dillo_viewer.c
370                 slight change to description text
371
372 2003-03-16 [match]      0.8.11claws20
373         * src/ldapserver.[ch]           ** NEW **
374         * src/ldapctrl.[ch]             ** NEW **
375         * src/ldapquery.[ch]            ** NEW **
376         * src/ldaputil.[ch]             ** NEW **
377         * src/addrcindex.[ch]           ** NEW **
378         * src/addrquery.h               ** NEW **
379         * src/addritem.[ch]
380         * src/addrcache.[ch]
381         * src/addrindex.[ch]
382         * src/addr_compl.[ch]
383         * src/addressbook.[ch]
384         * src/addrbook.[ch]
385         * src/editgroup.c
386         * src/editaddress.c
387         * src/editldap.c
388         * src/editldap_basedn.c
389         * src/vcard.c
390         * src/jpilot.c
391         * src/Makefile.am
392                 included dynamic LDAP queries. improved address
393                 completion.
394
395 2003-03-16 [paul]       0.8.11claws19
396
397         * tools/multiwebsearch.pl
398                 fix a fatal typo
399
400 2003-03-16 [christoph]  0.8.11claws18
401
402         * src/mimeview.c
403         * src/plugins/dillo_viewer/dillo_viewer.c
404         * src/plugins/mathml_viewer/mathml_viewer.c
405                 make unregistering of MimeViewerFactorys possible
406
407 2003-03-16 [alfons]     0.8.11claws17
408
409         * configure.ac
410                 correct typo
411
412 2003-03-16 [melvin]     0.8.11claws16
413
414         * src/plugins/dillo_viewer.c
415                 Fixed bug where it was not possible to view more than
416                 one text/html attachment per message (bug discovered
417                 by Christoph Hohmann).
418
419 2003-03-15 [melvin]     0.8.11claws15
420
421         * src/prefs_actions.c
422                 Fixed compilation warnings.
423
424 2003-03-15 [melvin]     0.8.11claws14
425
426         * src/plugins/Makefile.am
427         * src/plugins/dillo_viewer/.cvsignore                   ** NEW **
428         * src/plugins/dillo_viewer/Makefile.am                  ** NEW **
429         * src/plugins/dillo_viewer/dillo_viewer.c               ** NEW **
430                 Added a html mail viewer plugin that uses Dillo v0.7.0 or
431                 newer (http://dillo.auriga.wearlab.de/).
432
433 2003-03-15 [christoph]  0.8.11claws13
434
435         * src/imap.c
436                 don't query imap folder for attributes because we already
437                 for them from imap_status
438
439         * src/mimeview.[ch]
440                 add support for plugable MimeViewers (unloading Viewers
441                 not yet complete)
442
443         * src/plugins/Makefile.am
444         * src/plugins/mathml_viewer/.cvsignore          ** NEW **
445         * src/plugins/mathml_viewer/Makefile.am         ** NEW **
446         * src/plugins/mathml_viewer/mathml_viewer.c     ** NEW **
447                 add MathML Viewer (Content-Type text/mathml) using GtkMathView
448                 widget from http://helm.cs.unibo.it/mml-widget/
449
450 2003-03-14 [christoph]  0.8.11claws12
451
452         * src/folder.[ch]
453                 o error return code's should better be negative
454                 o replace printf with debug_print
455
456         * src/imap.c
457                 improve IMAP folder scan by checking UID-NEXT
458
459         * src/summaryview.c
460                 remove check that are unnecessary in my opinion
461
462 2003-03-13 [christoph]  0.8.11claws11
463
464         * src/folder.[ch]
465         * src/foldersel.c
466         * src/folderview.c
467         * src/imap.c
468         * src/mbox_folder.c
469         * src/mh.c
470         * src/news.c
471         * src/prefs_scoring.c
472         * src/summaryview.c
473                 use a common function to get a displayable name
474                 for a FolderItem
475
476 2003-03-13 [paul]       0.8.11claws10
477
478         * tools/Makefile.am
479           tools/README
480           tools/multiwebsearch.conf     ** NEW FILE **
481           tools/multiwebsearch.pl       ** NEW FILE **
482                 add multiwebsearch Actions script
483
484 2003-03-13 [colin]      0.8.11claws9
485
486         * src/compose.c
487                 Remove leading emtpy lines from quoted text
488                 before quoting it
489
490 2003-03-13 [melvin]     0.8.11claws8
491
492         * src/prefs_actions.c
493                 Fixed a memory leak
494                 Code clean ups
495                 Added Cancel and OK buttons
496                 Corrected help text
497
498 2003-03-13 [christoph]  0.8.11claws7
499
500         * src/account.c
501         * src/folder.[ch]
502         * src/imap.c
503         * src/mainwindow.c
504         * src/mbox_folder.c
505         * src/mh.c
506         * src/news.c
507         * src/setup.c
508                 replace more folder type stuff with folder class stuff
509
510 2003-03-13 [melvin]     0.8.11claws6
511
512         * src/prefs_actions.c
513                 Added new tokens:
514                 %u: user provided argument
515                 %h: user provided argument (hidden on input)
516                 %s: current text selection in the message view 
517
518 2003-03-13 [paul]       0.8.11claws5
519
520         * sync with 0.8.11cvs5
521                 see ChangeLog 2003-03-11, 2003-03-12
522
523 2003-03-12 [christoph]  0.8.11claws4
524
525         * src/folder.c
526                 use folder class idstr when writing folderlist.xml
527
528         * src/folder.h
529         * src/imap.c
530         * src/news.c
531                 replace folder type checks with folder class checks
532
533 2003-03-12 [christoph]  0.8.11claws3
534
535         * src/folder.[ch]
536         * src/imap.[ch]
537         * src/main.c
538         * src/mbox_folder.[ch]
539         * src/mh.[ch]
540         * src/news.[ch]
541                 o create a list of known folder classes in the folder system
542                 o use folder class id strings for folder item identifiers
543
544 2003-03-12 [christoph]  0.8.11claws2
545
546         * src/imap.c
547                 fix imap uid validity check
548
549 2003-03-12 [christoph]  0.8.11claws1
550
551         * src/account.c
552         * src/folder.[ch]
553         * src/foldersel.c
554         * src/folderview.c
555         * src/imap.c
556         * src/mainwindow.c
557         * src/mbox_folder.c
558         * src/mh.c
559         * src/news.c
560         * src/prefs_scoring.c
561         * src/procmsg.c
562         * src/setup.c
563         * src/summaryview.c
564                 initial restructuring of folder system, seperating
565                 folders and folder classes
566
567 2003-03-12 [paul]       0.8.11claws
568
569         0.8.11claws release
570
571 2003-03-12 [christoph]
572
573         * src/gtk/prefswindow.c
574                 fix translation of "Page Index"
575
576 2003-03-12 [paul]       0.8.10claws110
577
578         a sync from 0.8.11cvs4 before the release
579
580         * src/common/utils.c
581                 subject_compare_for_sort(): allow null strings (fixes
582                 summary sorting).
583
584 2003-03-11 [paul]       0.8.10claws109
585
586         * po/es.po
587                 update Spanish translation, submitted by
588                 Ricardo Mones Lastra
589
590 2003-03-11 [melvin]     0.8.10claws108
591
592         * po/fr.po
593                 Updated French translations
594
595 2003-03-11 [paul]       0.8.10claws107
596
597         * manual/en/Makefile.am
598           manual/en/*.html
599                 update English manual, add a new page
600                 updated by Francois Barriere <fbarriere@atmel.fr>
601                 
602         * po/bg.po
603           po/it.po
604           po/sr.po
605                 update Bulgarian, Italian, and Serbian translations
606                 submitted by George Danchev, Alessandro Maestri, and
607                 Urke MMI
608
609 2003-03-10 [paul]       0.8.10claws106
610
611         * src/gtk/about.c
612           src/gtk/prefswindow.c
613                 make some strings translatable
614
615 2003-03-10 [darko]      0.8.10claws105
616
617         * src/compose.c
618                 code cleanup to make Hiro happy
619
620 2003-03-10 [paul]       0.8.10claws104
621
622         * sync with 0.8.11cvs2
623                 see ChangeLog 2003-03-10
624
625 2003-03-09 [melvin]     0.8.10claws103
626
627         * src/textview.c
628                 textview_set_font(): fix for message display in
629                 UTF-8 locales (thanks to Sergey Vlasov).
630                 (was unintentionnaly reverted in 0.8.6claws6)   
631
632 2003-03-08 [darko]      0.8.10claws102
633
634         * src/compose.c
635                 fix infinite loop in wrapping as reported
636                 by happycactus
637                 obsoletes patch #696482
638
639 2003-03-08 [christoph]  0.8.10claws101
640
641         * src/imap.c
642                 add workaround for IMAP servers that do not
643                 support the "UID SEARCH UID" command
644
645 2003-03-07 [christoph]  0.8.10claws100
646
647         * src/plugins/spamassassin/spamassassin.[ch]
648         * src/plugins/spamassassin/spamassassin_gtk.c
649                 code cleanup
650
651 2003-03-07 [paul]       0.8.10claws99
652
653         * po/es.po
654                 updated Spanish translation, submitted by
655                 Ricardo Mones Lastra
656
657 2003-03-07 [christoph]  0.8.10claws98
658
659         * src/send.c
660                 fix in 0.8.10claws94 was wrong
661                 local delivery does not require escaping, remove escaping
662                 code to make signatures of mails with "." lines valid
663                 
664                 NOTE: requires that sendmail is executed with "-i" option,
665                       what is the default now, but has to be changed in all
666                       exsiting accounts)
667
668 2003-03-07 [paul]       0.8.10claws97
669
670         * sync with 0.8.11 release
671                 see ChangeLog 2003-03-07
672
673 2003-03-06 [paul]       0.8.10claws96
674
675         * src/compose.c
676                 revert commit 0.8.10claws92
677
678 2003-03-06 [paul]       0.8.10claws95
679
680         * src/folderview.c
681                 fix (solaris) bug 73, 'Crash when selecting top-level folder'
682
683         * src/gtkaspell.c
684                 fix bug 74, 'Crash opening editor window with pseudo-color
685                 display'
686                 
687         Patches submitted by Kevin Vigor <kevin@vigor.nu>
688
689 2003-03-06 [christoph]  0.8.10claws94
690
691         * src/send.c
692                 fix rfc2821 (4.5.2) violation in SMTP data sending,
693                 all lines starting with a period get an extra period
694                 inserted
695                 (found by Simon 'corecode' Schubert)
696
697 2003-03-06 [paul]       0.8.10claws93
698
699         * src/folderview.c
700                 if configured font can't be loaded fall back to gtk
701                 default. (with thanks to Christoph)
702                 
703                 closes long-standing bug 15 'Crashes on startup'
704
705 2003-03-06 [paul]       0.8.10claws92
706
707         * src/compose.c
708                 freeze text before autosave and thaw afterwards
709                 fixes bug 67 'autosave make re-rediting message crazy'
710
711 2003-03-06 [christoph]  0.8.10claws91
712
713         * src/compose.c
714                 ignore address comment in dupe check for Cc-list
715
716         (closes reopened bug 47 Replying to message strips name part of
717          e-mail addresses of Cc: lines)
718
719 2003-03-06 [paul]       0.8.10claws90
720
721         * src/Makefile.am
722                 remove reference to gtkxtext.h as its no longer in
723                 the repository
724
725 2003-03-06 [paul]       0.8.10claws89
726
727         * sync with 0.8.10cvs25
728                 see ChangeLog 2003-03-06
729
730 2003-03-06 [oliver]     0.8.10claws88
731         
732         * src/messageview.c
733                 remove include
734
735 2003-03-06 [oliver]     0.8.10claws87
736         
737         * src/folderview.c 
738                 remove changes introduced inclaws74
739         * src/messageview.c
740                 another attempt to sanely delete and update
741                 messages deleted in separate messageview
742
743 2003-03-05 [christoph]  0.8.10claws86
744
745         * src/summaryview.c
746                 check if "From" matches any account's address if
747                 addressbook completion of addresses is disabled too
748
749         (closes Bug 70 "Display recipient in from" doesn't check
750          folder's default account)
751
752 2003-03-05 [christoph]  0.8.10claws85
753
754         * src/compose.c
755         * src/common/utils.[ch]
756                 don't strip address comments when building Cc lists
757
758         (closes Bug 47 Replying to message strips name part of e-mail addresses
759          of Cc: lines)
760
761         * src/folder.c
762                 fix return value of copy function
763
764 2003-03-05 [christoph]  0.8.10claws84
765
766         * src/imap.c
767                 don't ask imap server for non rfc822 headers
768
769         (closes bug 71 IMAP FETCH asks for FROM header field twice)
770
771         * src/imap.c
772                 destroy session on socket error to allow reconnecting
773
774 2003-03-05 [christoph]  0.8.10claws83
775
776         * configure.ac
777                 fix building with gnome when no prefix is set
778
779         (closes bug 66 Gnome directory is set to NONE)
780
781 2003-03-05 [paul]       0.8.10claws82
782
783         * sync with 0.8.10cvs23
784                 see ChangeLog 2003-03-05
785
786 2003-03-04 [christoph]  0.8.10claws81
787
788         * src/folder.c
789                 o fix moving and copying when folder returns 0 for new
790                   message number
791                 o remove some code for single message copy and move
792                   operations and use functions for multiple messages
793
794         (closes bug 63 Strange behaviour MOVING messages from MH to IMAP)
795
796         * src/news.c
797                 remove unused include
798
799 2003-03-04 [paul]       0.8.10claws80
800
801         * src/gtk/about.c
802                 list 'Compiled plugins'
803
804 2003-03-03 [christoph]  0.8.10claws79
805
806         * src/news.[ch]
807                 have to multiply the percentage of the current fetch with
808                 the percentage that it has of the total fetch operation
809                 for correct values
810
811 2003-03-03 [christoph]  0.8.10claws78
812
813         * src/news.c
814                 fix calculation of expected lines for progress indicator
815
816 2003-03-03 [christoph]  0.8.10claws77
817
818         * src/summaryview.c
819         * src/common/utils.c
820                 fix segfault when opening the root news folder
821
822 2003-03-03 [christoph]  0.8.10claws76
823
824         * src/mainwindow.[ch]
825         * src/common/Makefile.am
826         * src/common/progressindicator.[ch]
827                 add UI independent progress indicator handling
828
829         * src/news.[ch]
830                 use new progress indicator for message info fetching
831
832         * src/common/hooks.h
833                 code cleanup
834
835 2003-03-03 [oliver]     0.8.10claws75
836
837         * src/toolbar.c
838         * src/compose.c
839                 removed commented code
840
841 2003-03-03 [oliver]     0.8.10claws74
842
843         * src/toolbar.[ch]
844                 cleanups and refactoring
845         * src/compose.[ch]
846                 compose_reply_mode reply & forwarding interface for
847                 toolbar buttons
848         * src/folderview.c
849                 act on messages marked for deletion in folderview_selected
850                 based on prefs_common.immediate_exec since a message might 
851                 have been deleted by messageview in a folder we are changing 
852                 to (does anybody understand what I'm on about ?)
853
854 2003-03-03 [oliver]     0.8.10claws73
855         
856         * src/messageview.[ch]
857                 new functions
858                 - messageview_delete: delete message shown in messagview
859                 - messageview_update_view: update messageview to currently 
860                   selected summaryview message
861                 - add separate messageview to msgview_list in order to update 
862                   toolbar to new toolbar style on the fly (TOOLBAR_NONE, TOOLBAR_ICON etc.)
863         * src/summaryview.[ch]
864                 summary_get_selection returns a list of selected msgs
865                 in summaryview
866         * src/mainwindow.c
867                 toolbar reply refactoring
868
869 2003-03-03 [paul]       0.8.10claws72
870
871         * sync with 0.8.10cvs21
872                 see ChangeLog 2003-03-03
873
874 2003-03-02 [christoph]  0.8.10claws71
875
876         * src/common/passcrypt.c
877                 use POSIX includes
878
879 2003-03-02 [christoph]  0.8.10claws70
880
881         * configure.ac
882         * src/prefs_account.c
883         * src/prefs_gtk.[ch]
884         * src/common/.cvsignore
885         * src/common/Makefile.am
886         * src/common/passcrypt.c                ** NEW **
887         * src/common/passcrypt.h.in             ** NEW **
888                 Implement password encryption in config files
889                 using unix encrypt and setkey functions. The crypt
890                 key can be set as a configure parameter. Old
891                 passwords will be converted if they do not begin
892                 with '!'
893
894 2003-03-02 [paul]       0.8.10claws69
895
896         * src/prefs_account.c
897                 fix compile error
898
899 2003-03-01 [thorsten]   0.8.10claws68
900
901         * po/el.po
902           po/hr.po
903           po/it.po
904           po/nl.po
905           po/sr.po
906           po/sv.po
907                 corrected format strings
908         * po/en_GB.po
909                 corrected headers
910                 (fix compile errors with GNU gettext-0.11.5)
911
912 2003-03-01 [oliver]     0.8.10claws67
913
914         * src/summaryview.c
915                 menu callbacks call toolbar_menu_reply
916
917 2003-03-01 [oliver]     0.8.10claws66
918
919         * src/mainwindow.c
920         * src/messageview.c
921                 menu callbacks call toolbar_menu_reply
922         * src/toolbar.[ch]
923                 callbacks from menu handled by toolbar_menu_reply
924
925 2003-03-01 [paul]       0.8.10claws65
926
927         * src/addressbook.c
928                 revert commit 0.8.10claws54 - breaks editing of
929                 addressbook.
930                 
931         * po/bg.po
932                 update Bulgarian translation, submitted by
933                 George Danchev
934
935 2003-02-28 [christoph]  0.8.10claws64
936
937         * src/account.c
938         * src/addressadd.c
939         * src/compose.c
940         * src/gtkaspell.c
941         * src/gtkxtext.h                ** REMOVE **
942         * src/imap.c
943         * src/matcher.[ch]
944         * src/mh.c
945         * src/news.c
946         * src/pine.c
947         * src/prefs_common.c
948         * src/prefs_matcher.c
949         * src/procheader.[ch]
950         * src/procmsg.[ch]
951         * src/toolbar.c
952         * src/common/ssl_certificate.c
953         * src/gtk/colorlabel.c
954         * src/gtk/menu.c
955                 o fix warnings
956                 o remove code obsoleted by new cache and folder system rework
957
958 2003-02-28 [oliver]     0.8.10claws63
959         
960         * src/toolbar.[ch]
961                 * fix bug where reply in Messageview replied to 
962                 Message displayed in summaryview
963                 (reportedd via ML by chinatinte at gmx dot ch)
964                 * fix bug where toolbar popups (WITH_QUOTE, WITHOUT_QOUTE)
965                 didn't work in separate MessageView Toolbar
966                 (wondering if anybody uses this at all ?)
967         * src/summaryview.[ch]
968                 use toolbar.c's toolbar_reply instead of summary_reply (removed)
969                 (generalize reply and forward code);
970         * src/messageview.c 
971                 remove focus_in event which updated summaryview to messageview
972
973 2003-02-28 [paul]       0.8.10claws62
974
975         * po/Makefile.in.in
976                 add the --check option
977                 Patch submitted by Ricardo Mones Lastra
978
979 2003-02-28 [paul]       0.8.10claws61
980
981         * src/prefs_account.c
982                 re-order 'Signature' items
983
984 2003-02-28 [paul]       0.8.10claws60
985
986         * sync with 0.8.10cvs20
987                 see ChangeLog 2003-02-28
988
989 2003-02-28 [paul]       0.8.10claws59
990
991         * po/POTFILES.in
992                 update to reflect recent movement of files
993
994 2003-02-28 [paul]       0.8.10claws58
995
996         * sync with 0.8.10cvs19
997                 see ChangeLog 2003-02-28
998
999 2003-02-27 [martin]     0.8.10claws57
1000
1001         * src/prefs_matcher.c 
1002                 fix segfault in prefs_matcher_ok() when the
1003                 last entry is deleted and prevents that the
1004                 message "entry not saved" comes up after deleting
1005                 an entry
1006
1007 2003-02-27 [martin]     0.8.10claws56
1008
1009         * src/prefs_filtering.c 
1010                 fix segfault in prefs_filtering_ok() when the
1011                 last entry is deleted and prevents that the
1012                 message "entry not saved" comes up after deleting
1013                 an entry
1014
1015 2003-02-27 [paul]       0.8.10claws55
1016
1017         * sync with 0.8.10cvs18
1018                 see ChangeLog 2003-02-27
1019
1020 2003-02-27 [paul]       0.8.10claws54
1021
1022         * src/addressbook.c
1023                 fix bug where the address book crashes with 
1024                 multiple lookups.
1025                 Patch [687729] submitted by David Frager 
1026                 <dbfrager@users.sourceforge.net>
1027
1028 2003-02-25 [christoph]  0.8.10claws53
1029
1030         * src/Makefile.am
1031         * src/colorlabel.[ch]           ** REMOVE **
1032         * src/gtk/Makefile.am
1033         * src/gtk/colorlabel.[ch]       ** NEW **
1034                 move colorlabel files to gtk directory
1035
1036         * src/esmtp.[ch]                ** REMOVE **
1037                 has been merged into smtp.[ch] in 0.7.5
1038
1039 2003-02-25 [christoph]  0.8.10claws52
1040
1041         * src/Makefile.am
1042         * src/about.[ch]                ** REMOVE **
1043         * src/gtk/Makefile.am
1044         * src/gtk/about.[ch]            ** NEW **
1045                 move about files to gtk directory
1046
1047 2003-02-25 [christoph]  0.8.10claws51
1048
1049         * src/folder.c
1050                 some code optimization of folder scanning code
1051
1052         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx> 
1053
1054 2003-02-25 [christoph]  0.8.10claws50
1055
1056         * src/main.c
1057         * src/common/sylpheed.c
1058                 add command line parameter parsing to common code
1059
1060 2003-02-24 [christoph]
1061
1062         * Makefile.am
1063         * configure.ac
1064                 fix gnome prefix problems, the configure script now removed
1065                 `gnome-config --prefix` from `gnome-config --datadir`
1066                 and adds $(prefix} instead
1067
1068         (closes Bug 24 Makefile does not respect prefix when installing
1069          GNOME data)
1070
1071 2003-02-24 [christoph]  0.8.10claws49
1072
1073         * src/news.c
1074                 check for valid session before trying to authenticate
1075
1076         (closes Bug 60 crash if "authenticate on logon" is activated
1077          and newsserver-hostname is not valid)
1078
1079 2003-02-24 [melvin]     0.8.10claws48
1080
1081         * src/prefs_actions.c
1082                 Make sure all user's input is sent to the action and then
1083                 close the socket..
1084
1085 2003-02-23 [alfons]     0.8.10claws46
1086
1087         * src/summaryview.c
1088                 also wait cursor when deleting files
1089
1090 2003-02-23 [paul]
1091
1092         * tools/freshmeat_search.pl
1093           tools/google_search.pl
1094                 scripts should now work for any browser/browser command line
1095
1096 2003-02-22 [christoph]  0.8.10claws45
1097
1098         * src/procmsg.c
1099                 fix IMAP flag setting, IMAP flag is not handled correctly
1100                 anymore by the folder system and information about the
1101                 folder should not be saved in the MsgInfo (in my opinion)
1102
1103         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
1104
1105 2003-02-22 [christoph]  0.8.10claws44
1106
1107         * src/summaryview.c
1108                 fix spelling of "label" ;-)
1109
1110 2003-02-22 [thorsten]   0.8.10claws43
1111
1112         * src/mimeview.c
1113           src/prefs_common.[ch]
1114           src/procmime.[ch]
1115                 do not use description as attachment name
1116
1117 2003-02-22 [alfons]     0.8.10claws42
1118
1119         * src/summaryview.c
1120                 freeze/thaw folder item updates when changing color labels,
1121                 and put a wait cursors on
1122
1123 2003-02-22 [thorsten]   0.8.10claws41
1124
1125         * src/mimeview.c
1126                 save-all fixes: crash if invoked on multipart container,
1127                 mimeinfo access, pathseparators, error dialog
1128
1129 2003-02-21 [alfons]     0.8.10claws40
1130
1131         * src/prefs_gtk.c
1132                 remove unused var
1133
1134 2003-02-21 [colin]      0.8.10claws39
1135
1136         * src/send.c
1137                 Fix smtp logging
1138
1139 2003-02-21 [colin]      0.8.10claws38
1140
1141         * src/summaryview.c
1142                 Freeze/thaw folderItem updates when filtering messages 
1143                 via Tools/Filter messages
1144
1145 2003-02-21 [paul]       0.8.10claws37
1146
1147         * src/compose.c
1148                 revert commit 0.8.10claws26, there are ulterior motives
1149                 for users to set a Reply-To header when posting to
1150                 newsgroups
1151
1152 2003-02-21 [paul]       0.8.10claws36
1153
1154         * sync with 0.8.10cvs17
1155                 see ChangeLog 2003-02-21
1156
1157 2003-02-20 [christoph]  0.8.10claws35
1158
1159         * src/imap.c
1160                 IMAP UID fetch speedup using SEARCH
1161
1162         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
1163
1164         * src/imap.c
1165                 fix problem with UIDs in IMAP UID cache that no longer existed
1166
1167 2003-02-20 [christoph]  0.8.10claws34
1168
1169         * src/imap.c
1170         * src/procheader.c
1171         * src/procheader.h
1172                 IMAP header fetch speedup (fetch only headers cached in MsgInfo)
1173
1174         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
1175
1176         * src/imap.c
1177                 Rewrite imap_cmd_gen_recv use sock_getline instead
1178                 of sock_gets to avoid problems with too long reply
1179                 lines
1180     
1181 2003-02-20 [colin]      0.8.10claws33
1182         
1183         * src/prefs_account.c
1184                 Better wording
1185
1186 2003-02-20 [colin]      0.8.10claws32
1187
1188         * src/compose.c
1189                 Remove useless '&& !to_sender' 
1190
1191 2003-02-20 [darko]
1192
1193         * AUTHORS
1194                 change my e-mail address
1195
1196 2003-02-19 [colin]      0.8.10claws31
1197
1198         * src/prefs_common.c
1199                 X11 style colors for every configurable color
1200
1201 2003-02-19 [alfons]     0.8.10claws30
1202
1203         * src/prefs_gtk.[ch]
1204         * src/prefs_common.c
1205                 for color_new accept both plain integers and X11 style color
1206                 names (as found in /usr/lib/X11/rgb.txt)
1207
1208 2003-02-19 [paul]       0.8.10claws29
1209
1210         * src/mainwindow.c
1211                 add tooltips to online/offline button and account selector
1212                 button
1213
1214 2003-02-19 [paul]       0.8.10claws28
1215
1216         * src/folder.c
1217           src/news.c
1218           src/prefs_account.[ch]
1219           src/prefs_common.[ch]
1220                 move 'Maximum number of articles to download' to
1221                 account prefs.
1222                 clean up account prefs gui a little by hiding entries
1223                 rather then greying out entries
1224
1225 2003-02-19 [hiro]       0.8.10claws27
1226
1227         * src/common/utils.c
1228                 fix bug #54 'yesterdays date is displayed in the message 
1229                 summary window'
1230
1231 2003-02-19 [paul]       0.8.10claws26
1232
1233         * src/compose.c
1234                 fix bug reported in Feature Request [688596] 
1235                 'Reply-to header in news'
1236
1237 2003-02-18 [paul]       0.8.10claws25
1238
1239         * src/select-keys.c
1240                 add a 'List all keys' button to key selection dialog
1241
1242 2003-02-18 [colin]      0.8.10claws24
1243         
1244         * src/stock_pixmap.c
1245                 fix compile error
1246
1247 2003-02-18 [colin]      0.8.10claws23
1248
1249         * src/common/smtp.[ch]
1250           src/prefs_account.c
1251                 Try to starttls if it seems to be the only
1252                 way to authenticate a user
1253
1254 2003-02-18 [paul]       0.8.10claws22
1255
1256         * src/Makefile.am
1257           src/folderview.c
1258           src/stock_pixmap.[ch]
1259           src/pixmaps/drafts_close.xpm  ** NEW FILE **
1260           src/pixmaps/drafts_open.xpm   ** NEW FILE **
1261                 as a Drafts folder is a special folder allow it to have
1262                 its own unique icons
1263
1264 2003-02-18 [colin]      0.8.10claws21
1265
1266         * src/imap.c
1267                 Fix port selection when using starttls
1268
1269 2003-02-18 [paul]       0.8.10claws20
1270
1271         * src/mainwindow.c
1272           src/prefs_common.[ch]
1273                 make blue the default new mail colour
1274
1275 2003-02-18 [paul]       0.8.10claws19
1276
1277         * sync with 0.8.10cvs14
1278                 see ChangeLog 2003-02-18
1279
1280 2003-02-17 [jens]       0.8.10claws18
1281
1282         * src/common/md5.c
1283                 fixed a compile problem with gcc 3.3
1284                 works on 2.95.3 too (testet on PPC as it is big endian)
1285
1286 2003-02-17 [paul]       0.8.10claws17
1287
1288         * sync with 0.8.10cvs13
1289                 see ChangeLog 2003-02-17
1290
1291 2003-02-17 [paul]       0.8.10claws16
1292
1293         * sync with 0.8.10cvs12
1294                 see ChangeLog 2003-02-17
1295
1296 2003-02-16 [match]      0.8.10claws15
1297
1298         * src/addressbook.c
1299                 Eliminates reloading of address data when items
1300                 deleted or added. Applied submitted by
1301                 Luke Plant <lukeplant@softhome.net>
1302
1303 2003-02-16 [paul]       0.8.10claws14
1304
1305         * src/news.c
1306                 when a 'protocol error' is encountered disconnect from
1307                 the server. This means that the user can carry on viewing
1308                 other articles and doesn't have to either wait until the
1309                 server timesout or quit sylpheed.
1310                 Fixes bug #53 'Unable to read messages in newsgroups, 
1311                 displayed message doesn't change'
1312
1313 2003-02-15 [christoph]  0.8.10claws13
1314
1315         * src/imap.c
1316                 fix bug that stopped scanning of folders when an
1317                 IMAP folder was empty
1318
1319         (closes bug 46 stop scan messages in folders after empty folder)
1320
1321 2003-02-15 [paul]
1322
1323         * tools/Makefile.am
1324           tools/README
1325           tools/freshmeat_search.pl     ** NEW FILE **
1326           tools/google_search.pl        ** NEW FILE **
1327                 Add 2 Actions scripts which search freshmeat/google
1328                 for the selected text using the browser configured
1329                 in sylpheedrc.
1330                 
1331         Note: These scripts are very dependent on the format of the
1332         browser command and may not work on every occasion. Testing
1333         is welcome. 
1334
1335 2003-02-14 [alfons]     0.8.10claws12
1336
1337         * src/compose.c
1338                 fix breakage because of uninitialized account pointer.
1339                 please verify.
1340
1341 2003-02-14 [paul]       0.8.10claws11
1342
1343         * src/compose.c
1344           src/prefs_account.[ch]
1345           src/prefs_common.[ch]
1346                 move signature settings to Account Prefs
1347
1348 2003-02-14 [paul]       0.8.10claws10
1349
1350         * sync with 0.8.10cvs11
1351                 see ChangeLog 2003-02-14
1352
1353 2003-02-13 [thorsten]   0.8.10claws9
1354
1355         * src/news.c
1356                 revert news progressbar (GUI separation)
1357
1358 2003-02-13 [paul]       0.8.10claws8
1359
1360         * src/compose.c
1361                 make replies behave correctly, re: RFC 1036, Section 2.2.3,
1362                 paragraph 1
1363
1364 2003-02-13 [paul]       0.8.10claws7
1365
1366         * src/compose.[ch]
1367           src/summaryview.c
1368                 fix 'Follow-up and Reply-to' so that it creates a reply to
1369                 the newsgroup and the sender. If the message has the keyword
1370                 'poster' in the Followup-To header, all replies go to the
1371                 sender, re: RFC 1036, Section 2.2.3
1372                 rename all instances of 'ignore_replyto' to 'to_sender', both
1373                 were previously used, now we use just one.
1374
1375 2003-02-13 [paul]       0.8.10claws6
1376
1377         * sync with 0.8.10cvs9
1378                 see ChangeLog 2003-02-13
1379
1380 2003-02-13 [paul]       0.8.10claws5
1381
1382         * configure.ac
1383                 show which plugins are configured in the configure
1384                 output.
1385
1386 2003-02-12 [thorsten]   0.8.10claws4
1387
1388         * src/news.c
1389                 show progress while fetching news headers
1390
1391 2003-02-12 [christoph]  0.8.10claws3
1392
1393         * configure.ac
1394         * src/plugins/Makefile.am
1395                 use AM_CONDITIONAL to enable plugins, automake correctly
1396                 manages this when creating distdir
1397
1398 2003-02-12 [christoph]  0.8.10claws2
1399
1400         * ac/spamassassin.m4
1401         * src/plugins/spamassassin/Makefile.am
1402                 fix building SpamAssassin plugin without OpenSSL
1403
1404 2003-02-12 [paul]       0.8.10claws1
1405
1406         * ac/Makefile.am
1407           src/Makefile.am
1408           src/plugins/Makefile.am
1409                 fix failure of 'make release'
1410
1411 2003-02-12 [paul]       0.8.10claws
1412
1413         * 0.8.10claws released
1414
1415 2003-02-12 [paul]       0.8.9claws56
1416
1417         * po/bg.po
1418           po/es.po
1419           po/it.po
1420           po/ru.po
1421           po/sr.po
1422                 updated translations by George Danchev, Ricardo Mones Lastra,
1423                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively
1424                 
1425         * sylpheed.spec.in
1426                 Allow the building of RPMs by a regular user. Submitted
1427                 by Sergei Astanin
1428
1429 2003-02-11 [alfons]     0.8.9claws55
1430
1431         * src/colorlabel.c
1432                 don't use pixmaps for label color rect but draw rectangles
1433                 so we can respect the color map of palette based visuals
1434                 (fixes the long time crashes on Suns - thanks to Andreas
1435                 Engel and Steve O'Hara-Smith for testing)
1436
1437 2003-02-11 [christoph]  0.8.9claws54
1438
1439         * src/matcher_parser_parse.y
1440                 correct bug where filering rules of not existing folders in
1441                 matcherrc were added to global filtering
1442                 
1443         (closes Debian Bug #180253 - Directory's filter-rules are merged with
1444          main filter-rules after removing directory, http://bugs.debian.org/180253)
1445         
1446 2003-02-11 [paul]       0.8.9claws53
1447
1448         * sync with 0.8.10cvs7
1449                 see ChangeLog 2003-02-09
1450
1451 2003-02-11 [melvin]     0.8.9claws52
1452
1453         * po/fr.po
1454                 Updated French tranlsations
1455
1456 2003-02-10 [paul]       0.8.9claws51
1457
1458         * sylpheed.spec.in
1459                 correct --enable-openssl
1460                 Fix submitted by Sergei Astanin <asita@users.sourceforge.net>
1461
1462 2003-02-09 [martin]     0.8.9claws50
1463
1464         * src/prefs_matcher.c
1465                 fix segfault in prefs_matcher_substitute_cb() when
1466                 no row is selected
1467
1468 2003-02-09 [paul]       0.8.9claws49
1469
1470         * src/folderview.c
1471                 fix bug where a newsgroup folder's processing rules were
1472                 merged with the global filtering rules when the newsgroup
1473                 folder was deleted, causing some seriously bad results,
1474                 see <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=180253>
1475
1476 2003-02-08 [melvin]     0.8.9claws48
1477
1478         * src/compose.c
1479                 Corrected and modified an alert message.
1480
1481 2003-02-07 [paul]       0.8.9claws47
1482
1483         * src/folderview.c
1484                 fix bug where both an 'Account properties' window and a
1485                 'Folder properties' window were opened when clicking on
1486                 'Properties' in an NNTP or IMAP folder's popup menu.
1487
1488 2003-02-07 [paul]       0.8.9claws46
1489
1490         * sync with 0.8.10cvs6
1491                 see ChangeLog 2003-02-06
1492
1493 2003-02-06 [christoph]  0.8.9claws45
1494
1495         * src/mbox.c
1496                 freeze folder updates while importing mbox files
1497                 (closes bug 43 importing mbox took hours)
1498                 
1499         Patch submitted by Jens Rantil <jens.rantil@telia.com>
1500
1501 2003-02-06 [thorsten]   0.8.9claws44
1502
1503         * po/de.po
1504                 Updated german translations
1505
1506 2003-02-06 [thorsten]   0.8.9claws43
1507
1508         * src/news.h
1509                 use guint for message numbers (fix count in grouplist dialog)
1510
1511 2003-02-05 [paul]       0.8.9claws42
1512
1513         * sync with 0.8.10cvs2
1514                 see ChangeLog 2003-02-05
1515
1516 2003-02-04 [colin]      0.8.9claws41
1517
1518         * src/prefs_common.[ch]
1519           src/procmsg.c
1520           src/summaryview.c
1521                 Add an option to disable threading by subject
1522
1523 2003-02-04 [christoph]  0.8.9claws40
1524
1525         * src/inc.c
1526                 only abort fetching mails from multiple accounts when the
1527                 error is fatal and does not allow to check any more accounts
1528                 (currently only disk full error)
1529
1530         (closes bug 31 after POP3 error: "no such mail" Sylpheed does not
1531          receive mails for other accouts)
1532
1533 2003-02-04 [christoph]  0.8.9claws39
1534
1535         * src/folder.c
1536                 first add the new message to the cache, then
1537                 send the update notification
1538
1539         (closes bug 39 after sending message folderview doesnt get updated)
1540
1541 2003-02-04 [colin]      0.8.9claws38
1542
1543         * src/inc.c
1544                 _really_ fix this Connecting... status
1545
1546 2003-02-04 [paul]       0.8.9claws37
1547
1548         * sync with 0.8.10
1549                 see ChangeLog 2003-02-04
1550
1551 2003-02-04 [paul]       0.8.9claws36
1552
1553         * sync with 0.8.9cvs6
1554                 see ChangeLog 2003-02-03
1555
1556 2003-02-04 [paul]       0.8.9claws35
1557
1558         * po/pt_BR.po
1559                 updated by André Filipe de Assunção e Brito 
1560                 <bedecko@netsite.com.br>
1561
1562 2003-02-03 [thorsten]   0.8.9claws34
1563
1564         * po/de.po
1565                 Updated german translations
1566
1567 2003-02-02 [paul]       0.8.9claws33
1568
1569         * po/es.po
1570                 updated by Ricardo Mones Lastra
1571
1572 2003-02-02 [thorsten]   0.8.9claws32
1573
1574         * src/mh.c
1575                 Fix mh_get_msginfo() segfault if file is inaccessible
1576
1577 2003-01-31 [colin]      0.8.9claws31
1578
1579         * src/procheader.c
1580                 Fix last commit's bug
1581
1582 2003-01-31 [colin]      0.8.9claws30
1583
1584         * src/procheader.c
1585                 Missing a change for gpg-signed messages
1586
1587 2003-01-31 [paul]       0.8.9claws29
1588
1589         * src/pixmaps/gpg_signed.xpm    ** NEW FILE **
1590           src/procheader.c
1591           src/stock_pixmap.[ch]
1592           src/summaryview.c
1593                 indicate GnuPG signed messages by displaying an icon
1594                 in the Attachment column.
1595
1596 2003-01-31 [paul]       0.8.9claws28
1597
1598         * sync with 0.8.9cvs4
1599                 see ChangeLog 2003-01-31
1600
1601 2003-01-31 [alfons]     0.8.9claws27
1602
1603         * src/textview.c
1604                 tune URI parser to accept mailto URLs with a '?'
1605                 (patch from Ruslan Balkin)
1606
1607 2003-01-31 [colin]      0.8.9claws26
1608
1609         * src/summaryview.c
1610                 Fix a leak introduced in claws24
1611
1612 2003-01-31 [colin]      0.8.9claws25
1613
1614         * src/summaryview.c
1615                 Freeze/Thaw folder updates when deleting dups
1616
1617 2003-01-31 [colin]      0.8.9claws24
1618         
1619         * src/addr_compl.c
1620           src/summaryview.c
1621           src/msgcache.c
1622                 little speed improvements
1623
1624 2003-01-31 [colin]      0.8.9claws23
1625
1626         * src/summaryview.c
1627                 Fix segfault when forwarding nothing
1628                 Patch from "Ruslan N. Balkin" <baron@voices.ru>
1629                 
1630 2003-01-30 [paul]       0.8.9claws22
1631
1632         * sync with 0.8.9cvs3
1633                 see ChangeLog 2003-01-30
1634
1635 2003-01-30 [paul]       0.8.9claws21
1636
1637         * sync with 0.8.9cvs2
1638                 see ChangeLog 2003-01-30
1639
1640 2003-01-29 [paul]       0.8.9claws20
1641
1642         * sync with 0.8.9cvs1
1643                 see ChangeLog 2003-01-29
1644
1645 2003-01-28 [paul]       0.8.9claws19
1646
1647         * po/POTFILES.in
1648                 update to reflect changes. 
1649                 thanks to Ricardo Mones Lastra
1650
1651 2003-01-27 [christoph]  0.8.9claws18
1652
1653         * ac/openssl.m4
1654         * ac/spamassassin.m4
1655         * src/plugins/spamassassin/README
1656         * src/plugins/spamassassin/libspamc.[ch]
1657         * src/plugins/spamassassin/utils.[ch]
1658                 updated to latest libspamc
1659
1660 2003-01-27 [christoph]  0.8.9claws17
1661
1662         * src/folder.c
1663                 fix wrong use of procheader_get_header_fields
1664
1665 2003-01-27 [christoph]  0.8.9claws16
1666
1667         * src/news.c
1668         * src/prefs_account.[ch]
1669         * src/common/nntp.[ch]
1670                 allow to force authentication for NNTP servers
1671
1672         Patch submitted by Florian Mickler <dmk@d-labs.de>
1673
1674 2003-01-26 [paul]       0.8.9claws15
1675
1676         * src/summaryview.c
1677                 speed up of marking messages as read
1678                 patch submitted by Jens Rantil <ztyx@users.sourceforge.net>
1679
1680 2003-01-26 [christoph]  0.8.9claws14
1681
1682         * src/Makefile.am
1683         * src/mgutils.[ch]              ** REMOVE **
1684         * src/xml.[ch]                  ** REMOVE **
1685         * src/xmlprops.[ch]             ** REMOVE **
1686         * src/common/Makefile.am
1687         * src/common/mgutils.[ch]       ** NEW **
1688         * src/common/xml.[ch]           ** NEW **
1689         * src/common/xmlprops.[ch]      ** NEW **
1690                 move xml files to common directory
1691
1692 2003-01-26 [christoph]  0.8.9claws13
1693
1694         * src/plugins/spamassassin/spamassassin_gtk.c
1695                 only set gtk entry text if string is available
1696
1697 2003-01-26 [melvin]     0.8.9claws12
1698
1699         * src/description_window.c
1700                 Allow resizing of the window
1701                 Allow automatic horizontal scroll bar
1702                 Do not vertically expand and fill
1703
1704 2003-01-26 [christoph]  0.8.9claws11
1705
1706         * src/Makefile.am
1707         * src/gtkutils.[ch]             ** REMOVE **
1708         * src/common/sylpheed.c
1709         * src/gtk/Makefile.am
1710         * src/gtk/description_window.c
1711         * src/gtk/gtkutils.[ch]         ** NEW **
1712         * src/gtk/prefswindow.c
1713                 move gtkutils to gtk directory
1714
1715 2003-01-26 [paul]       0.8.9claws10
1716
1717         * src/summaryview.c
1718                 rename summary_unread_clicked() to summary_status_clicked()
1719
1720 2003-01-26 [melvin]     0.8.9claws9
1721
1722         * src/prefs_actions.c
1723                 Cosmetical changes to the help text
1724
1725 2003-01-26 [paul]       0.8.9claws8
1726
1727         * src/folder.[ch]
1728           src/mainwindow.c
1729           src/prefs_common.c
1730           src/prefs_sumamry_column.c
1731           summaryview.[ch]
1732                 rename the 'Unread' column to 'Status'
1733
1734 2003-01-25 [match]      0.8.9claws7
1735
1736         * src/mgutils.[ch]
1737                 removed reference to LDAP constants. removed error2string.
1738                 included functions to support LDAP dynamic queries.
1739         * src/syldap.h
1740                 moved LDAP constants here.
1741         * src/addressbook.c
1742         * src/addrindex.c
1743         * src/importldif.c
1744                 removed references to LDAP constants and references to
1745                 error2string.
1746
1747 2003-01-25 [paul]       0.8.9claws6
1748
1749         * src/summaryview.c
1750                 summary_thread_build(), summary_thread_init(): remove 
1751                 unneeded reference to summaryview->folder_item
1752
1753 2003-01-25 [christoph]  0.8.9claws5
1754
1755         * src/gtk/description_window.c
1756                 o allow description texts to expand over multiple columns
1757                 o translate all columns
1758         * src/prefs_actions.c
1759                 change syntax description to use new multi column feature
1760
1761         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
1762
1763 2003-01-25 [match]      0.8.9claws4
1764
1765         * src/vcard.c
1766                 fixed bug with Quoted-Printable
1767
1768 2003-01-25 [paul]       0.8.9claws3
1769
1770         * src/folder.[ch]
1771           src/summaryview.[ch]
1772                 implement per-folder collapsed/expanded threads setting
1773                 
1774         * src/prefs_common.c
1775                 remove global collapsed/expanded threads option
1776
1777 2003-01-25 [christoph]  0.8.9claws2
1778
1779         * po/POTFILES.in
1780                 add pluginwindow and prefswindow
1781         * src/compose.c
1782                 make send respond correctly to messages that could be added
1783                 to the queue folder, but the UID of the message is unknown
1784         * src/folder.c
1785         * src/imap.c
1786                 don't return guessed UIDs in imap_add_msg anymore. We return
1787                 0 to tell the folder system it was appened but the UID is
1788                 unknown. Folder system now get's the UID by scaning the folder
1789                 and searching the cache for the Message-ID
1790                 (closes bug #29 Messages queued, but not sent)
1791
1792 2003-01-25 [paul]       0.8.9claws1
1793
1794         * src/codeconv.c
1795                 conv_encode_header():  fix bug when long headers with 8-bit
1796                 characters are used, so that the encoded words are wrapped.
1797                 If the space in the original text falls on the wrap boundary,
1798                 it can be lost.
1799                 Patch by Sergey Vlasov.
1800                 
1801         * src/folderview.c
1802                  fix bug where a change to the sorting method or thread view
1803                  of a folder's messages is lost if simpify-subject is set and
1804                  toggled on or off.
1805                  Patch by Luke Plant.
1806
1807 2003-01-24 [paul]       0.8.9claws
1808
1809         * sylpheed-0.8.9claws released
1810         
1811         * Makefile.am
1812           sylpheed.spec.in
1813                 remove reference to 'INSTALL.jp'
1814
1815 2003-01-23 [paul]       0.8.8claws128
1816
1817         * po/es.po
1818           po/it.po
1819           po/ru.po
1820           po/sr.po
1821                 updated translations. submitted by Ricardo Mones Lastra,
1822                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively.
1823
1824 2003-01-23 [colin]      0.8.8claws127
1825
1826         * src/compose.c
1827                 Fix drafted and queued news articles re-edition
1828
1829 2003-01-23 [melvin]     0.8.8claws126
1830
1831         * po/fr.po
1832                 Updated French translations
1833
1834 2003-01-23 [colin]      0.8.8claws125
1835
1836         * src/inc.c
1837                 Fix "Connecting to..." status message
1838
1839 2003-01-22 [paul]       0.8.8claws124
1840
1841         * po/bg.po
1842                 updated by George Danchev
1843                 
1844         * src/folder.c
1845                 revert last commit [0.8.8claws111] as it breaks folder d'n'd
1846                 and folder deletion
1847
1848 2003-01-21 [paul]       0.8.8claws123
1849
1850         * po/bg.po
1851                 updated by George Danchev
1852                 
1853         * src/about.c
1854                 its now 2003
1855                 
1856         * src/toolbar.c
1857                 don't translate 'Separator'
1858                 
1859         * src/plugins/spamassassin/Makefile.am
1860                 add aspell to CPPFLAGS
1861                 
1862         * src/plugins/spamassassin/spamassassin.c
1863           src/plugins/spamassassin/spamassassin_gtk.c
1864                 set correct default for spamassassin_receive_spam
1865                 slightly re-word descriptions and some
1866                 other minor changes
1867
1868 2003-01-19 [alfons]     0.8.8claws122
1869                 
1870         * src/mimeview.c
1871                 mimeview_save_as(): we might as well show the file name for
1872                 the single case "Save As" too
1873
1874 2003-01-19 [alfons]     0.8.8claws121
1875
1876         * src/crash.c
1877                 change bug tracker URL to bugzilla URL
1878
1879 2003-01-19 [alfons]     0.8.8claws120
1880
1881         * src/mimeview.c
1882                 mimeview_save_all(): display name of file before overwriting;
1883                 continue saving all, even when one overwrite was cancelled
1884
1885 2003-01-19 [christoph]  0.8.8claws119
1886
1887         * src/summaryview.c
1888         * src/procmsg.[ch]
1889                 fix wrong usage of procmsg_find_children in summaryview
1890                 by using procmsg_update_unread_children instead of
1891                 summaryview_update_unread_children
1892
1893 2003-01-19 [christoph]  0.8.8claws118
1894
1895         * src/procmsg.c
1896                 fix infinite loop in procmsg_find_children
1897                  (closes bug #25 sylpheed crashes on delete.)
1898
1899         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
1900
1901 2003-01-19 [paul]       0.8.8claws117
1902
1903         * po/pt_BR.po
1904                 updated by Ivan Francolin Martinez
1905
1906 2003-01-18 [melvin]     0.8.8claws116
1907
1908         * src/prefs_actions.c
1909                 Removed syntax limitation of only one '&' at the end of command.
1910                         Now actions that contain '>/dev/null 2>&1' are possible.
1911
1912 2003-01-18 [melvin]     0.8.8claws115
1913
1914         * src/prefs_actions.c
1915                 Actions IO dialog: when the action ends
1916                 the "Close" button now has focus and [Escape] closes the
1917                 window.
1918
1919 2003-01-18 [christoph]  0.8.8claws114
1920
1921         * src/procmsg.c
1922                 o add debug output when MsgInfos are really freed
1923                 o free GSLists in procmsg_find_children and
1924                   procmsg_update_unread_children
1925
1926 2003-01-18 [christoph]  0.8.8claws113
1927
1928         * src/mainwindow.c
1929                 reorder Configuration menu
1930
1931 2003-01-18 [christoph]  0.8.8claws112
1932
1933         * src/compose.c
1934                 fix applying templates to forwarded messages
1935
1936         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
1937
1938 2003-01-17 [christoph]  0.8.8claws111
1939
1940         * src/folder.c
1941                 destroy folder items, when a folder item is removed
1942
1943 2003-01-17 [christoph]  0.8.8claws110
1944
1945         * src/folder.c
1946                 fix wrong folder stats update when ignored message is
1947                 deleted
1948
1949 2003-01-17 [colin]      0.8.8claws109
1950         
1951         * src/mainwindow.c
1952         * src/summaryview.c
1953                 Quicksearch bugfixes: 
1954                 - hide help button at startup if not extended
1955                 - switch to extended when looking for replies
1956
1957 2003-01-17 [paul]
1958
1959         * sync with 0.8.9 release
1960
1961 2003-01-17 [paul]       0.8.8claws108
1962
1963         * sync with 0.8.8cvs11
1964                 see ChangeLog 2003-01-17
1965
1966 2003-01-16 [colin]      0.8.8claws107
1967
1968         * src/procmsg.c
1969                 Changed encryption test to re-ask passphrase
1970                 if an encrypted message hasn't been decrypted
1971                 Fixes bug #5
1972
1973 2003-01-16 [christoph]  0.8.8claws106
1974
1975         * src/prefs_gtk.c
1976         * src/prefs_toolbar.c
1977         * src/gtk/prefswindow.h
1978         * src/plugins/spamassassin/spamassassin_gtk.c
1979                 remove page destroy function that is not used anymore
1980
1981 2003-01-16 [paul]       0.8.8claws105
1982
1983         * sync with 0.8.8cvs9
1984                 see ChangeLog 2002-01-16
1985
1986 2003-01-16 [colin]      0.8.8claws104
1987
1988         * src/compose.[ch]
1989                 Fix bug with autosaved drafts for IMAP, when draft
1990                 folder is specified - fixes bugzilla bug #20
1991
1992 2003-01-15 [paul]       0.8.8claws103
1993
1994         * src/compose.[ch]
1995           src/procmsg.c
1996                 store folder and message-id of message forwarding
1997                 in queue header and set forward flag after sending
1998
1999 2003-01-15 [paul]       0.8.8claws102
2000
2001         * sync with 0.8.8cvs8
2002                 see ChangeLog 2002-01-15
2003
2004 2003-01-15 [colin]      0.8.8claws101
2005
2006         * src/Makefile.am
2007                 Fix linking with GNU libiconv
2008
2009 2003-01-15 [darko]      0.8.8claws100
2010
2011         * src/pine.c
2012                 fix crash when importing pine address book
2013                 entry with an empty name (reported by DY
2014                 <dybulk at tri8.net>)
2015
2016 2003-01-14 [paul]       0.8.8claws99
2017
2018         * configure.in  ** REMOVED **
2019           configure.ac  ** NEW FILE **
2020                 rename configure.in to configure.ac, as it is now
2021                 preferred
2022
2023 2003-01-14 [melvin]     0.8.8claws98
2024
2025         * src/folderview.c
2026                 folderview_check_new(): More precise function description
2027
2028 2003-01-14 [melvin]     0.8.8claws97
2029
2030         * src/folderview.c
2031                 folderview_check_new(): return the number of new messages 
2032                         since last check.
2033         * src/inc.c
2034                 inc_account_mail(): Disable counting of new messages for IMAP
2035                         and NNTP until bug [19] and [14] are fixed.
2036
2037 2003-01-14 [paul]       0.8.8claws96
2038
2039         * sync with 0.8.8cvs6
2040                 see ChangeLog 2003-01-14
2041
2042 2003-01-13 [alfons]     0.8.8claws95
2043
2044         * src/textview.c
2045                 tune email address validation (c. 0.8.8claws89): if . is 
2046                 just one char away from @, the address is invalid too 
2047                 (correctly rejects addresses like foo@.com)
2048
2049 2003-01-13 [paul]       0.8.8claws94
2050
2051         * src/messageview.c
2052           src/toolbar.c
2053                 fixes to the Message View toolbar and menu:
2054                 fix non-functioning Forward button
2055                 make Reply button consider default_reply_list
2056                 remove 'Follow-up...' menu entry
2057                 add 'Forward' and 'Redirect' menu entries
2058
2059 2003-01-13 [melvin]     0.8.8claws93
2060
2061         * src/inc.c
2062                 Fixed typo that could make new messages count incorrect.
2063
2064 2003-01-13 [melvin]     0.8.8claws92
2065
2066         * src/folderview.[ch]
2067                 folderview_check_new(): return the number of new messages.
2068         * src/inc.c
2069                 Should fix bug [14] where new mail notification worked 
2070                         incorrectly with IMAP accounts.
2071                 inc_spool_account(): return number of new msgs, or -1 on error
2072                 inc_all_spool(): return number of new msgs
2073                 
2074 2003-01-13 [melvin]     0.8.8claws91
2075
2076         * src/prefs_actions.c
2077                 Justify help text.
2078
2079 2003-01-12 [thorsten]   0.8.8claws90
2080
2081         * src/common/prefs.c
2082                 close file before rename
2083
2084 2003-01-12 [alfons]     0.8.8claws89
2085
2086         * AUTHORS
2087                 add Christian Mertes
2088         * src/common/utils.[ch]
2089                 g_stricase_hash(), g_stricase_equal(): functions for 
2090                 case insensitive hash tables
2091         * src/textview.c
2092                 use top level domain names to validate email address, based
2093                 on a patch by Christian Mertes (thanks!), but changed 
2094                 implementation to use a hash table 
2095
2096 2003-01-12 [paul]       0.8.8claws88
2097
2098         * po/bg.po
2099                 updated by George Danchev
2100
2101 2003-01-12 [alfons]     0.8.8claws87
2102
2103         * src/summaryview.c
2104                 delete / execute performance: use new style folder update
2105
2106 2003-01-12 [paul]       0.8.8claws86
2107
2108         * sync with 0.8.8cvs5
2109                 see ChangeLog 2003-01-13 (!)
2110
2111 2003-01-12 [alfons]     0.8.8claws85
2112
2113         * src/filtering.c
2114         * src/matcher_parser_parse.y
2115                 prepare change_score filtering action
2116         * src/matcher.[ch]
2117                 give up const-correctness on functions that call non-const-correct functions;
2118                 several casts to gpointer in g_free();
2119                 add change_score;
2120
2121 2003-01-12 [christoph]  0.8.8claws84
2122
2123         * src/compose.c
2124                 fix 2 warnings
2125
2126         * src/gtk/prefswindow.[ch]
2127         * src/plugins/spamassassin/spamassassin_gtk.c
2128                 changed the call of the widget create function
2129                 for PrefsPages, because sometimes the widget
2130                 create function needs a widget that already has
2131                 been attached to a window (to create GDK pixmaps
2132                 for exmaple). So we simply pass the GtkWindow as
2133                 the second parameter now.
2134
2135         * src/main.c
2136         * src/mainwindow.c
2137         * src/prefs_toolbar.[ch]
2138                 rewrite Toolbar Preferences using the new
2139                 prefs window
2140
2141 2003-01-11 [alfons]     0.8.8claws83
2142
2143         * src/addressadd.c
2144                 fix crash when adding sender to addressbook because status bar
2145                 isn't there (the status bar doesn't seem to be used though,
2146                 but I'll let Match decide what to do with it)
2147
2148 2003-01-11 [colin]      0.8.8claws82
2149
2150         * src/main.c
2151           src/toolbar.c
2152                 Two useless changes reversed
2153
2154 2003-01-11 [colin]      0.8.8claws81
2155
2156         * src/mainwindow.c
2157           src/mainwindow.h
2158                 Add mainwindow_get_mainwindow()
2159         * src/alertpanel.c
2160           src/alertpanel.h
2161                 Add alertpanel_error_log() 
2162         * src/compose.c
2163           src/inc.c
2164           src/messageview.c
2165           src/toolbar.c
2166           src/main.c
2167           src/procmsg.c
2168                 Network errors get a View Log button
2169
2170 2003-01-10 [alfons]     0.8.8claws80
2171
2172         * src/prefs_toolbar.c
2173         * src/toolbar.c
2174                 use the translatable string for "Separator" as file name for
2175                 separator toolbar items (probably make this uppercase?)
2176
2177 2003-01-10 [alfons]     0.8.8claws79
2178
2179         * src/prefs_toolbar.c
2180                 put right A_SEPARATOR description string in "displayed
2181                 toolbar items list" so manually added separators are
2182                 saved correctly (bug #10, "Adding a separator to the main 
2183                 toolbar fails, entry in xml file is wrong")
2184
2185 2003-01-10 [christoph]  0.8.8claws78
2186
2187         * src/imap.c
2188                 o fix warnings
2189                 o use CAPABILITY to check if NAMESPACE is available
2190
2191 2003-01-10 [christoph]  0.8.8claws77
2192
2193         * src/imap.[ch]
2194                 apply UIDPLUS IMAP extension support patch
2195
2196         Patch submitted by Simon 'corecode' Schubert
2197
2198 2003-01-10 [paul]       0.8.8claws76
2199
2200         * src/folderview.c
2201                 a sync from main which fixes the news account folders'
2202                 Properties bug
2203
2204 2003-01-10 [christoph]  0.8.8claws75
2205
2206         * src/folder.c
2207                 don't accept 0 as a valid uid returned by copy and move
2208                 functions. 0 means the message was copied or moved but the
2209                 new uid could not be fetched. It is not an error condition
2210                 for the copy or move operation.
2211
2212 2003-01-10 [paul]       0.8.8claws74
2213
2214         * src/prefs_filtering.c
2215                 change English used in Alert when entry is not
2216                 saved.
2217                 
2218         * sync with 0.8.8cvs4
2219                 see ChangeLog 2003-01-10
2220
2221 2003-01-10 [darko]      0.8.8claws73
2222
2223         * src/pine.c
2224                 fix crash when importing address book entry
2225                 without a valid address
2226
2227 2003-01-09 [alfons]     0.8.8claws72
2228
2229         * src/inc.c
2230                 filtering performance: use new style folder update
2231
2232 2003-01-09 [christoph]  0.8.8claws71
2233
2234         * src/compose.c
2235         * src/gtk/menu.[ch]
2236                 fix wrong selecting of mime encoding type, when
2237                 opening property dialog of attachments in the
2238                 compose window. 7bit was always selected and that
2239                 destoryed files with 8bit data.
2240                 (closes bug #9 Sylpheed-claws destroys attachments when
2241                  changing MIME-types)
2242
2243 2003-01-09 [paul]       0.8.8claws70
2244
2245         * sync with 0.8.8cvs3
2246                 see ChangeLog 2003-01-09
2247
2248 2003-01-08 [alfons]     0.8.8claws69
2249         
2250         * src/addressadd.c
2251                 apply patch by Kim Schulz to fix build breakage
2252                 because of missing variable
2253
2254 2003-01-08 [paul]       0.8.8claws68
2255
2256         * sync with 0.8.8cvs2
2257                 see ChangeLog 2002-01-08
2258
2259 2003-01-08 [paul]       0.8.8claws67
2260
2261         * po/it.po
2262                 updated by Alessandro Maestri
2263                 
2264         * src/addressadd.c
2265                 when using 'Add sender to addressbook' allow
2266                 name to be edited and remarks to be entered
2267                 Patch submitted by Luke Plant
2268
2269 2003-01-08 [darko]      0.8.8claws66
2270
2271         * README.claws, src/summaryview.c
2272                 fix description for marked messages
2273
2274 2003-01-08 [paul]
2275
2276         * tools/Makefile.am
2277           tools/launch_phoenix  ** NEW FILE **
2278                 add script that enables using Phoenix as the default
2279                 web browser. 
2280                 Submitted by Mohammed Sameer <Uniball@linux-egypt.org>
2281                 
2282         * tools/OOo2sylpheed.pl
2283                 remove full path to sylpheed executable, just 'sylpheed'
2284                 will do
2285                 
2286         * tools/README
2287                 add launch_phoenix informtion and re-arrange and compress
2288                 the data a little
2289
2290 2003-01-07 [christoph]  0.8.8claws65
2291
2292         * src/folder.c
2293                 fix update for source folder when moving messages
2294         * src/procmsg.[ch]
2295         * src/summaryview.c
2296                 use function to set to_folder for message infos and
2297                 automatically update the op_count for old and new
2298                 folder
2299
2300 2003-01-07 [melvin]     0.8.8claws64
2301
2302         * src/prefs_actions.c
2303                 Fixed bug where an '%p' Action on a displayed image crashed 
2304                         Sylpheed
2305                 Code clean up (get rid of duplicated code and removed unnecessary 
2306                                 structure member)
2307
2308 2003-01-07 [christoph]  0.8.8claws63
2309
2310         * src/compose.c
2311         * src/folder.[ch]
2312         * src/folderview.c
2313         * src/import.c
2314         * src/inc.c
2315         * src/main.c
2316         * src/mainwindow.c
2317         * src/messageview.c
2318         * src/prefs_folder_item.c
2319         * src/procmsg.c
2320         * src/summaryview.c
2321         * src/toolbar.c
2322                 o remove all folder update triggering from the UI code. The folder
2323                   system should know much better when a folder needs an update.
2324                 o to prevent multiple updates in a row the folder updates can be
2325                   frozen for some time.
2326
2327                 Note: - Please verify that no updates are missing
2328                       - Check where freeze/thaws should be added
2329
2330 2003-01-07 [christoph]  0.8.8claws62
2331
2332         * src/prefs_actions.c
2333                 don't translate empty strings
2334
2335         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
2336
2337 2003-01-06 [christoph]  0.8.8claws61
2338
2339         * src/prefs_actions.c
2340                 mark strings for gettext
2341         * src/prefs_matcher.c
2342                 use new description window for Execute action and
2343                 match condition in Filtering
2344
2345         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
2346
2347 2003-01-06 [alfons]     0.8.8claws60
2348
2349         keep myself inspired to re-organize matcher part 8; 
2350         yes, more to come (I need to move out the descriptive
2351         text for actions to matcher.c, or at least make it not
2352         depend on the wicked ordering)
2353
2354         * src/prefs_matcher.c
2355                 add documentation so others may comprehend the
2356                 UI part of the conditions
2357                 
2358 2003-01-06 [christoph]  0.8.8claws59
2359
2360         * src/prefs_actions.c
2361                 use new description window for syntax help
2362         * src/gtk/description_window.c
2363                 fix display of descriptions with column count != 2
2364
2365         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
2366
2367 2003-01-06 [christoph]  0.8.8claws58
2368
2369         * src/quote_fmt.c
2370         * src/summaryview.[ch]
2371         * src/gtk/Makefile.am
2372         * src/gtk/description_window.[ch]       ** NEW **
2373                 use a generic window to display syntax descriptions
2374                 currently used in quote_fmt and summaryview (new description
2375                 for extended quick search)
2376
2377         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
2378
2379 2003-01-06 [paul]       0.8.8claws57
2380
2381         * sync with 0.8.8cvs1
2382                 see ChangeLog 2003-01-06
2383
2384 2003-01-06 [christoph]  0.8.8claws56
2385
2386         * src/mainwindow.c
2387         * src/prefs_gtk.[ch]
2388         * src/gtk/prefswindow.[ch]
2389         * src/plugins/spamassassin/spamassassin_gtk.c
2390                 o remove page management from prefswindow, pages
2391                   will be an argument to prefswindow_open
2392                 o prefswindow_open gets a datapointer that is
2393                   passed to the widget_create function to allow
2394                   creation of prefswindow for specific items
2395
2396 2003-01-06 [colin]      0.8.8claws55
2397         
2398         * src/summaryview.c
2399                 We don't want regexp in the reply-finder, 
2400                 because MIDs can contain !,$,. and so on
2401
2402 2003-01-06 [jens]       0.8.8claws54
2403
2404         * src/jpilot.c
2405                 fixed a wrong free in jpilot_read_db_files
2406
2407 2003-01-06 [alfons]     0.8.8claws53
2408
2409         re-organize matcher part 8; more to come
2410        
2411         * src/matcher.c
2412                 matcherprop_to_string(): put g_free()s before the
2413                 switch-case break to fix memleaks                
2414
2415 2003-01-06 [colin]      0.8.8claws52
2416
2417         * src/summaryview.c
2418                 cleanup & reply-finder now displays the first 
2419                 matching message
2420
2421 2003-01-05 [alfons]     0.8.8claws51
2422
2423         re-organize matcher part 7; more to come
2424
2425         * src/matcher.[ch]
2426                 fixes for constant correctness;
2427                 more documentation;
2428
2429 2003-01-05 [alfons]     0.8.8claws50
2430
2431         re-organize matcher part 6; more to come
2432         
2433         * src/matcher.[ch]
2434                 fixes for constant correctness;
2435                 more documentation;
2436         * src/filtering.c
2437                 fix for constant correctness
2438
2439 2003-01-05 [colin]      0.8.8claws49
2440
2441         * src/account.[ch]
2442                 Add account_get_reply_account function
2443         * src/compose.c
2444                 Use account_get_reply_account function 
2445         * src/summaryview.c
2446                 Basic reply-finder - click on the replied
2447                 icon gets you to the outbox using quick-search
2448
2449 2003-01-05 [paul]       0.8.8claws48
2450
2451         * src/prefs_common.c
2452                 small change to English
2453                 
2454         * src/prefs_filtering.c
2455                 prefs_filtering_action_select(): improve logic and uniformity
2456                 of gui
2457
2458 2003-01-05 [alfons]     0.8.8claws47
2459
2460         fine tune solution to focus problems (bug #7)
2461
2462         * src/mainwindow.c
2463                 mainwindow_focus_in_event(): remove grab event check
2464         * src/summaryview.c
2465                 summary_button_pressed(): move selection on right-click
2466                 too. we can't possibly move the selection back after
2467                 canceling a dialog, because gtk's incomplete focus 
2468                 management. whether this is a good solution, only time
2469                 will tell.
2470
2471 2003-01-05 [christoph]  0.8.8claws46
2472
2473         * src/imap.c
2474                 fix crash when no imap connection could be established
2475
2476 2003-01-05 [paul]       0.8.8claws45
2477
2478         * src/mainwindow.c
2479           src/sumamryview.c
2480           src/gtk/menu.[ch]
2481                 fix bug 605957 'shortcuts in popup-menu'
2482                 make user-defined shortcuts work
2483                 show shortcuts that are already defined
2484                 in the main menu
2485                 Patch submitted by Luke Plant
2486
2487 2003-01-05 [alfons]     0.8.8claws44
2488
2489         * src/mainwindow.c
2490                 focus_in_event handler should not select summary view row 
2491                 when another window (menu, dialog) grabbed for events 
2492                 (bug #7, "[0.8.8claws42] Message summary focus") 
2493
2494 2003-01-04 [christoph]  0.8.8claws43
2495
2496         * src/procmsg.c
2497                 update save folder after adding the sent message
2498                  (closes bug #6 Folder View doesn't refresh for "Sent"-messages)
2499
2500 2003-01-02 [christoph]  0.8.8claws42
2501
2502         * src/common/plugin.c
2503                 fix unloading of all plugins and unload
2504                 plugins in reverse order
2505                 
2506         * src/gtk/pluginwindow.c
2507                 implement function of load and unload button
2508
2509         * src/gtk/prefswindow.c
2510         * src/gtk/prefswindow.h
2511                 rename register function and add new unregister
2512                 function
2513
2514         * src/plugins/spamassassin/spamassassin_gtk.c
2515                 unregister prefs page and update for changes in
2516                 src/gtk/prefswindow.c
2517
2518 2003-01-02 [paul]       0.8.8claws41
2519
2520         * po/es.po
2521                 updated by Ricardo Mones Lastra
2522
2523 2003-01-02 [paul]
2524
2525         * tools/tb2sylpheed
2526                 fixes and improvements by Urke MMI
2527
2528 2003-01-02 [thorsten]   0.8.8claws40
2529
2530         * src/procmsg.c
2531                 fixed wrong return value
2532
2533 2003-01-02 [thorsten]   0.8.8claws39
2534
2535         * src/prefs.c
2536                 fixed printing wrong variable
2537
2538 2003-01-02 [thorsten]   0.8.8claws38
2539
2540         * src/prefs.c
2541                 fixed acessing members of freed pfile struct
2542
2543 2003-01-02 [thorsten]   0.8.8claws37
2544
2545         * src/procmsg.c
2546                 detect loops across several messages
2547                 as suggested by Christoph Hohmann
2548
2549 2003-01-01 [match]      0.8.8claws36
2550
2551         * src/addrindex.c
2552                 fixed another memory leak.
2553
2554 2003-01-01 [match]      0.8.8claws35
2555
2556         * src/jpilot.[ch]
2557                 fixed memory leaks. applied Doxygen comments.
2558
2559 2003-01-01 [thorsten]   0.8.8claws34
2560
2561         * src/procmsg.c
2562                 inhibit endless loop if msg references itself
2563                 (closes Bug [ 660477 ] Infinite loop in parent flag search)
2564
2565 2003-01-01 [christoph]  0.8.8claws33
2566
2567         * src/mainwindow.c
2568         * src/gtk/Makefile.am
2569         * src/gtk/pluginwindow.c                ** NEW **
2570         * src/gtk/pluginwindow.h                ** NEW **
2571                 add plugin window
2572
2573         * src/plugins/demo/demo.c
2574         * src/plugins/spamassassin/spamassassin.c
2575         * src/plugins/spamassassin/spamassassin_gtk.c
2576                 write better plugin descriptions
2577
2578 2002-12-31 [christoph]  0.8.8claws32
2579
2580         * src/gtk/prefswindow.c
2581         * src/plugins/spamassassin/spamassassin_gtk.c
2582                 some small improvements to GTK code
2583
2584 2002-12-31 [christoph]  0.8.8claws31
2585
2586         * src/plugins/spamassassin/spamassassin_gtk.c
2587                 enable folder select button
2588
2589 2002-12-31 [christoph]  0.8.8claws30
2590
2591         * src/mainwindow.c
2592         * src/gtk/Makefile.am
2593         * src/gtk/prefswindow.c                         ** NEW **
2594         * src/gtk/prefswindow.h                         ** NEW **
2595                 add new prefs window
2596
2597         * src/common/plugin.c
2598                 don't try to load empty config lines
2599         
2600         * src/plugins/spamassassin/Makefile.am
2601         * src/plugins/spamassassin/spamassassin.c
2602         * src/plugins/spamassassin/spamassassin.h       ** NEW **
2603         * src/plugins/spamassassin/spamassassin_gtk.c   ** NEW **
2604                 GTK config for SpamAssassin Plugin using
2605                 the new prefs window
2606
2607 2002-12-31 [paul]       0.8.8claws29
2608
2609         * po/POTFILES.in
2610                 remove obsolete entry 'src/menu.c'
2611
2612 2002-12-31 [alfons]     0.8.8claws28
2613
2614         * src/matcher.[ch]
2615         * src/matcher_parser_parse.y
2616         * src/prefs_matcher.c
2617                 add "ignore_thread" and "~ignore_thread" condition so it's
2618                 possible to make the actions / scoring operate on the ignore
2619                 thread flag
2620
2621 2002-12-31 [christoph]  0.8.8claws27
2622
2623         * src/addrbook.c
2624         * src/addrindex.c
2625         * src/folder.c
2626         * src/matcher.c
2627         * src/prefs_account.c
2628         * src/prefs_actions.c
2629         * src/prefs_customheader.c
2630         * src/prefs_display_header.c
2631         * src/prefs_gtk.c
2632         * src/procmime.c
2633         * src/toolbar.c
2634         * src/xmlprops.c
2635         * src/common/prefs.[ch]
2636                 extend prefs file handling for reading and automatic handling
2637                 of blocks. When reading prefs_set_block_label will automatically
2638                 move on to the block. When writing it will copy all other blocks
2639                 automatically
2640
2641         * src/common/plugin.c
2642                 Now loading plugin filenames from [Plugins] block in
2643                 sylpheed rc file
2644
2645 2002-12-30 [christoph]  0.8.8claws26
2646
2647         * src/common/hooks.[ch]
2648                 return abort status to caller of hooks_invoke
2649                 
2650         * src/inc.[ch]
2651                 invoke message filtering hook and stop
2652                 default handling when filter returns abort
2653
2654         * src/common/plugin.[ch]
2655         * src/plugins/demo/demo.c
2656                 modify plugin loader, because resolving symbols for strings
2657                 does not work correctly
2658         
2659         * configure.in
2660         * ac/spamassassin.m4                            ** NEW **
2661         * src/plugins/spamassassin/.cvsignore           ** NEW **
2662         * src/plugins/spamassassin/Makefile.am          ** NEW **
2663         * src/plugins/spamassassin/README               ** NEW **
2664         * src/plugins/spamassassin/libspamc.[ch]        ** NEW **
2665         * src/plugins/spamassassin/spamassassin.c       ** NEW **
2666         * src/plugins/spamassassin/utils.[ch]           ** NEW **
2667                 add spamassassin plugin, see src/plugins/spamassassin/README
2668                 for details
2669
2670 2002-12-29 [alfons]     0.8.8claws25
2671
2672         * src/mainwindow.c
2673                 when moving focus from a message view to the main 
2674                 window, don't forget to select the summary node
2675                 of the displayed message. should fix "[ 659103 ] 
2676                 focus-follows-mouse confuses sylpheed"
2677
2678 2002-12-29 [christoph]  0.8.8claws24
2679
2680         * src/Makefile.am
2681         * src/stringtable.[ch]          ** REMOVE **
2682         * src/common/Makefile.am
2683         * src/common/stringtable.[ch]   ** NEW **
2684                 move stringtable files to common directory
2685
2686 2002-12-29 [christoph]  0.8.8claws23
2687
2688         * src/Makefile.am
2689         * src/menu.[ch]                 ** REMOVE **
2690         * src/gtk/Makefile.am
2691         * src/gtk/menu.[ch]             ** NEW **
2692                 move menu files to gtk directory
2693
2694 2002-12-29 [match]      0.8.8claws22
2695
2696         * src/addressbook.c
2697         * src/syldap.c
2698                 moved UI specific code out of LDAP code into addressbook
2699                 UI code. fixed memory leak.
2700
2701 2002-12-29 [christoph]  0.8.8claws21
2702
2703         * src/folder.c
2704                 only check for IGNORED parent message when message is
2705                 not IGNORED itself
2706
2707 2002-12-29 [alfons]     0.8.8claws20
2708
2709         * src/summaryview.c
2710                 set gtksctree's anchor correct (immediate execute
2711                 changes the tree's layout, and anchor points at 
2712                 the incorrect row). fixes "[ 657233 ] multiple msg 
2713                 delete sometimes off by 1".
2714                 we probably have to look for more tree layout /
2715                 anchor glitches.
2716
2717 2002-12-29 [paul]       0.8.8claws19
2718
2719         * src/summaryview.c
2720                 fix bug [ 659054 ] incorrect sorting of 'From' column
2721                 when using 'display sender using address book'
2722                 thanks to Alfons and Luke Plant
2723
2724 2002-12-29 [christoph]  0.8.8claws18
2725
2726         * src/folder.c
2727         * src/procmsg.[ch]
2728                 check parent messages for IGNORE THREAD flag, when adding,
2729                 moving or copying messages to a folder
2730
2731 2002-12-27 [alfons]     0.8.8claws17
2732
2733         re-organize matcher part 5; more to come
2734
2735         * src/matcher.c
2736                 hash keywords in matchparser_tab 
2737
2738 2002-12-27 [alfons]     0.8.8claws16
2739
2740         re-organize matcher part 4; more to come
2741
2742         * src/matcher_parser.h
2743         * src/matcher_parser_lex.l
2744         * src/matcher_parser_parse.y
2745                 cleanup
2746
2747 2002-12-27 [alfons]     0.8.8claws15
2748
2749         re-organize matcher part 3; more to come
2750
2751         * src/matcher.[ch]
2752                 cleanup
2753
2754 2002-12-27 [alfons]     0.8.8claws14
2755
2756         re-organize matcher part 2; more to come but this should
2757         work. cc me if there are any regressions.
2758
2759         * src/matcher.h
2760                 add prototype for get_matchparser_tab_id()
2761         * src/matcher_parser_lex.l
2762                 look up keywords using matchparser_tab_id();
2763
2764 2002-12-27 [alfons]     0.8.8claws12
2765
2766         re-organize matcher part 1
2767
2768         * src/matcher.h
2769                 map yacc generated constants to sylpheed matcher constants
2770         * src/matcher.c
2771                 add function to find a matcher constant from a string
2772
2773 2002-12-27 [christoph]  0.8.8claws11
2774
2775         * src/compose.c
2776                 MENUITEM_ADD casts the 4th argument from integer to pointer
2777                 so it probably should not be a pointer, this means we
2778                 should use account id for it and not the account's pointer
2779
2780 2002-12-27 [paul]       0.8.8claws10
2781
2782         * src/mainwindow.c
2783                 remove unneeded 'GtkWidget *vbox'
2784                 
2785         * src/summaryview.c
2786                 further sync with 0.8.8 - make sort
2787                 by recipient work as expected
2788                 
2789         * NEWS
2790                 sync with 0.8.8
2791
2792 2002-12-27 [paul]       0.8.8claws9
2793
2794         * po/pt_BR.po
2795                 updated by Ivan F. Martinez
2796                 
2797 2002-12-27 [darko]      0.8.8claws8
2798
2799         * src/common/utils.c
2800                 added locked pattern to extended search
2801
2802 2002-12-27 [alfons]     0.8.8claws7
2803
2804         * src/prefs_matcher.[ch]
2805                 clean up
2806
2807 2002-12-26 [alfons]     0.8.8claws6
2808
2809         * src/matcher.[ch]
2810         * src/matcher_parser_lex.l
2811         * src/matcher_parser_parse.y
2812         * src/prefs_matcher.c
2813                 allow color label as a condition in the matcher
2814
2815 2002-12-26 [oliver]     0.8.8claws5
2816         
2817         * src/toolbar.c 
2818                 enable Addressbook for Main and Messageview
2819         * src/prefs_actions.c
2820                 enable actions in Messageview
2821
2822 2002-12-26 [christoph]  0.8.8claws4
2823
2824         * src/common/plugin.c
2825                 add a little debug output
2826         * configure.in
2827         * src/plugins/demo/Makefile.am
2828                 better use of automake
2829
2830 2002-12-26 [christoph]  0.8.8claws3
2831
2832         * src/Makefile.am
2833         * src/common/Makefile.am
2834                 fix "make distdir"
2835
2836 2002-12-26 [christoph]  0.8.8claws2
2837
2838         * configure.in
2839                 sort configure checks into common / gtk / plugins
2840         * po/POTFILES.in
2841                 add src/prefs_gtk.c
2842         * src/Makefile.am
2843                 add plugins SUBDIR
2844         * src/main.c
2845         * src/common/sylpheed.[ch]
2846                 added now sylpheed_done function for shutdown
2847         * src/common/Makefile.am
2848         * src/common/plugin.[ch]                ** NEW **
2849                 plugin loader and unloader
2850         * src/plugins/.cvsignore                ** NEW **
2851         * src/plugins/Makefile.am               ** NEW **
2852                 build plugins
2853         * src/plugins/demo/.cvsignore           ** NEW **
2854         * src/plugins/demo/Makefile.am          ** NEW **
2855         * src/plugins/demo/demo.c               ** NEW **
2856                 small demo plugin that installs a logtext hook and
2857                 outputs the log text to stdout
2858
2859 2002-12-26 [paul]       0.8.8claws1
2860
2861         * po/es.po
2862                 updated by Ricardo Mones Lastra
2863
2864 2002-12-26 [paul]       0.8.8claws
2865
2866         * 0.8.8claws released
2867
2868 2002-12-26 [paul]       0.8.7claws12
2869
2870         * po/bg.po
2871                 updated by George Danchev
2872
2873 2002-12-26 [paul]       0.8.7claws11
2874
2875         * po/POTFILES.in
2876                 remove unneeded 'src/prefs.c' entry 
2877
2878 2002-12-26 [paul]       0.8.7claws10
2879
2880         * src/codeconv.c
2881           src/mainwindow.c
2882                 sync with 0.8.8 release
2883         
2884         * src/folder.[ch]
2885           src/mh.c
2886           src/summaryview.c
2887                 partial sync with 0.8.8 release
2888         
2889
2890 2002-12-25 [alfons]     0.8.7claws9
2891
2892         * src/matcher.[ch]
2893         * src/matcher_parser_lex.l
2894         * src/matcher_parser_parse.y
2895         * src/prefs_matcher.c
2896                 add locked flag to possible filtering / matcher 
2897                 conditions (also a good example what should be
2898                 done to add a simple boolean condition)
2899
2900 2002-12-25 [christoph]  0.8.7claws8
2901
2902         * src/Makefile.am
2903         * src/account.[ch]
2904         * src/addrbook.c
2905         * src/addressbook.c
2906         * src/addrindex.c
2907         * src/filtering.c
2908         * src/folder.c
2909         * src/matcher.c
2910         * src/prefs.[ch]                ** REMOVE **
2911         * src/prefs_account.c
2912         * src/prefs_actions.c
2913         * src/prefs_common.c
2914         * src/prefs_customheader.c
2915         * src/prefs_display_header.c
2916         * src/prefs_filtering.c
2917         * src/prefs_folder_item.c
2918         * src/prefs_gtk.[ch]            ** NEW **
2919         * src/prefs_matcher.c
2920         * src/prefs_scoring.c
2921         * src/prefs_summary_column.c
2922         * src/procmime.c
2923         * src/selective_download.c
2924         * src/toolbar.c
2925         * src/common/Makefile.am
2926         * src/common/prefs.[ch]         ** NEW **
2927                 split prefs.[ch] into prefs_gtk.[ch] and common/prefs.[ch]
2928
2929 2002-12-24 [alfons]     0.8.7claws7
2930
2931         * src/summaryview.c
2932                 summary_thread_build(): fix real cause of the crash mentioned in
2933                 0.8.7claws3. use subject_XXX() and not g_hash_table_XXX() functions,
2934                 this way we get meaningful ctree nodes 
2935
2936 2002-12-24 [oliver]     0.8.7claws6
2937
2938         * src/mainwindow.[ch]
2939         * src/messageview.[ch]
2940         * src/compose.[ch]
2941         * src/inc.c
2942         * src/summaryview.c
2943                 changes to use updated toolbar handling
2944                 
2945 2002-12-24 [oliver]     0.8.7claws5
2946
2947         * src/toolbar.[ch]
2948                 generic toolbar handling
2949                 used ideas from Ivan Francolin Martinez (ivanfm@users.sourceforge.net)
2950         * src/prefs_toolbar.[ch]
2951                 adjust to handling
2952         
2953 2002-12-24 [oliver]     0.8.7claws4
2954         
2955         * src/stock_pixmap.[ch]
2956                 move SYLPHEED_LOGO to end of list in order 
2957                 to remove it from Custom Toolbar`s Icon View
2958
2959 2002-12-24 [alfons]     0.8.7claws3
2960
2961         * src/summaryview.c
2962                 summary_thread_build(): fix crash because of focus != selection 
2963                 after threading. when deleting the selection, gtk tries but fails 
2964                 to find the correct focusable element. we now force the selection
2965                 to be focused. this should solve the infamous bug reported by 
2966                 Jason Wojciechowski (bug "[ 633443 ] Crash on deleting messages"). 
2967                 a test case is available. 
2968
2969 2002-12-24 [darko]      0.8.7claws2
2970
2971         * src/summaryview.c
2972                 don't crash when unmarking message with unread children
2973
2974 2002-12-23 [christoph]  0.8.7claws1
2975
2976         * src/Makefile.am
2977         * src/common/Makefile.am
2978                 update Makefiles for moved intl.h, version.h and defs.h
2979         * src/imap.c
2980                 rewrite imap_session_get to avoid duplicate code
2981
2982 2002-12-23 [paul]       0.8.7claws
2983
2984         * Santa-Claws released
2985         
2986         * po/hu.po
2987           po/ru.po
2988                 squeeze in updated Hungarian and Russian translations.
2989                 Submitted by  Gál Zoltán and Ruslan N. Balkin
2990
2991 2002-12-23 [paul]       0.8.6claws129
2992
2993         * po/pl.po
2994                 updated by Witold Wladyslaw Wojciech Wilk
2995
2996 2002-12-23 [paul]       0.8.6claws128
2997
2998         * src/quote_fmt_parse.y
2999                 fix typo and add licence header
3000
3001 2002-12-23 [paul]       0.8.6claws127
3002
3003         * po/en_GB.po
3004                 updated
3005
3006 2002-12-23 [paul]       0.8.6claws126
3007
3008         * po/it.po
3009                 updated translation, submitted by Alessandro Maestri
3010                 
3011 2002-12-23 [paul]       0.8.6claws125
3012
3013         * src/quote_fmt_parse.y
3014                 fix signature-stripping on replies bug. match
3015                 '-- \n' and not '-- '.
3016
3017 2002-12-22 [paul]       0.8.6claws124
3018
3019         * po/bg.po
3020           po/es.po
3021           po/sr.po
3022                 updated translations. submitted by George Danchev,
3023                 Ricardo Mones Lastra, and Urke MMI respectively
3024
3025 2002-12-21 [paul]       0.8.6claws123
3026
3027         * src/addrbook.c
3028                 fix coding style
3029
3030 2002-12-21 [paul]       0.8.6claws122
3031
3032         * src/addrbook.c
3033                 fix bug [643638] where if a person is in one or more
3034                 addressbook groups editing that person's email 
3035                 address results in removal from those groups.
3036                 Patch submitted by Luke Plant.
3037
3038 2002-12-20 [christoph]  0.8.6claws121
3039
3040         * src/common/utils.c
3041         * src/summaryview.c
3042                 reimplement expand_search_string using GString to
3043                 prevent crashs caused by miscalculated string
3044                 lengths reported by Paul
3045
3046 2002-12-20 [christoph]  0.8.6claws120
3047
3048         * src/summaryview.c
3049                 don't use "changed" to check if op_count has to be changed as it
3050                 is also set when the message has unread children
3051                 (closes bug [ 653221 ] crash while deleting duplicates)
3052
3053 2002-12-20 [paul]       0.8.6claws119
3054
3055         * sync with 0.8.6cvs27
3056                 see ChangeLog 2002-12-20
3057
3058 2002-12-20 [paul]       0.8.6claws118
3059
3060         * sync with 0.8.6cvs26
3061                 see ChangeLog 2002-12-19 and 2002-12-20
3062
3063 2002-12-19 [alfons]     0.8.6claws117
3064
3065         * src/textview.c
3066                 fix incorrect parsing of email addresses, submitted by 
3067                 Luke Plant (thanks!). Closes bug "[ 565480 ] duplicate 
3068                 name display if it contains @".
3069
3070 2002-12-18 [paul]       0.8.6claws116
3071
3072         * sync with 0.8.6cvs23
3073                 see ChangeLog 2002-12-18
3074
3075 2002-12-18 [paul]       0.8.6claws115
3076
3077         * src/Makefile.am
3078         * src/account.c
3079         * src/codeconv.c
3080         * src/gtkutils.[ch]
3081         * src/imap.c
3082                 sync with 0.8.6cvs22.
3083                 see ChangeLog 2002-12-17 and 2002-12-18
3084
3085 2002-12-17 [christoph]  0.8.6claws114
3086
3087         * src/imap.c
3088                 o don't create a session if imap greeting fails
3089                 o don't close socket when authentication fails
3090                   this is done by imap_session_destroy
3091
3092 2002-12-17 [thorsten]   0.8.6claws113
3093
3094         * tools/Makefile.am
3095           tools/README
3096           tools/google_msgid.pl ** NEW FILE **
3097                 Added "search for message-id" script and doc
3098
3099 2002-12-17 [thorsten]   0.8.6claws112
3100
3101         * po/hu.po
3102                 Updated hungarian translation
3103                 (updated by Gal Zoltan)
3104
3105 2002-12-16 [christoph]  0.8.6claws111
3106
3107         * src/addr_compl.c
3108                 remove stupid addressbook dump to debug output
3109         * src/mh.c
3110                 fix memory leak found by Hiro
3111
3112 2002-12-14 [paul]       0.8.6claws110
3113
3114         * src/compose.c
3115                 fix menubar sensitivity on send
3116                 
3117         * src/prefs_filtering.c
3118         * src/prefs_matcher.c
3119         * src/prefs_scoring.c
3120                 Fix english ;)
3121                 
3122         * src/common/quoted-printable.h
3123                 sync: fix typo
3124         
3125 2002-12-13 [christoph]  0.8.6claws109
3126
3127         * src/Makefile.am
3128         * src/manage_window.[ch]        ** REMOVE **
3129         * src/gtk/Makefile.am
3130         * src/gtk/manage_window.[ch]    ** NEW **
3131                 move manage_window files to gtk directory
3132
3133 2002-12-13 [christoph]  0.8.6claws108
3134
3135         * src/Makefile.am
3136         * src/gtkshruler.[ch]           ** REMOVE **
3137         * src/gtk/Makefile.am
3138         * src/gtk/gtkshruler.[ch]       ** NEW **
3139                 move gtkshruler files to gtk directory
3140
3141 2002-12-13 [christoph]  0.8.6claws107
3142
3143         * src/Makefile.am
3144         * src/compose.c
3145         * src/gtkstext.[ch]             ** REMOVE **
3146         * src/gtkutils.[ch]
3147         * src/textview.c
3148         * src/gtk/gtkstext.[ch]         ** NEW **
3149         * src/gtk/Makefile.am
3150                 o move stext functions to gtkstext.c to remove
3151                   dependency of gtkutils
3152                 o move gtkstext files to gtk directory
3153
3154         * src/gtk/Makefile.am
3155         * src/gtk/sslcertwindow.[ch]
3156                 UI stuff can always depend on common code so
3157                 it's ok to add ../common to include path
3158
3159 2002-12-13 [colin]      0.8.6claws106
3160
3161         * src/summaryview.c
3162                 Disconnect sighandlers for mainwindow when
3163                 quicksearch has the focus
3164                 Fix bug #653231
3165         * src/mainwindow.[ch]
3166                 Make key_pressed callback public, to be able
3167                 to disconnect it
3168
3169 2002-12-13 [christoph]  0.8.6claws105
3170
3171         * src/mh.c
3172                 create .mh_sequences file in new MH folders
3173                 (closes feature request [ 523162 ] MH folders should
3174                  get a .mh_sequences)
3175
3176 2002-12-13 [colin]      0.8.6claws104
3177
3178         * src/summaryview.c
3179                 Better handling of quicksearch show/hide
3180                 (basically the button stays under the mouse 
3181                  when toggled)
3182
3183 2002-12-13 [paul]       0.8.6claws103
3184
3185         * sync with 0.8.6cvs17
3186                 see ChangeLog 2002-12-13
3187
3188 2002-12-13 [paul]       0.8.6claws102
3189
3190         * po/es.po
3191                 updated by Ricardo Mones Lastra
3192
3193 2002-12-11 [colin]       0.8.6claws101
3194
3195         * src/folder.c
3196                 remove statusbar stuff
3197           src/folderview.c
3198                 set statusbar verbosity when moving folders
3199
3200 2002-12-11 [colin]       0.8.6claws100
3201         * src/prefs_filtering.c
3202         * src/prefs_matcher.c
3203         * src/prefs_scoring.c
3204                 Fix english ;)
3205
3206 2002-12-11 [colin]       0.8.6claws99
3207
3208         * src/prefs_common.[ch]
3209                 Add summary_quicksearch_type
3210         * src/summaryview.c
3211                 Save last used quicksearch type
3212
3213 2002-12-11 [jens]       0.8.6claws98
3214         * src/prefs_filtering.c
3215         * src/prefs_matcher.c
3216         * src/prefs_scoring.c
3217                 added dialog for incomplete rules in scoring, filtering and
3218                 matcher to ask wheather really close
3219
3220 2002-12-11 [colin]      0.8.6claws97
3221
3222         * src/folder.c
3223                 Fix folder dnd statusbar logging
3224
3225 2002-12-10 [christoph]  0.8.6claws96
3226
3227         * src/compose.c
3228         * src/folder.c
3229         * src/imap.c
3230         * src/inc.c
3231         * src/main.c
3232         * src/mainwindow.c
3233         * src/news.c
3234         * src/send.c
3235         * src/statusbar.[ch]
3236         * src/common/hooks.c
3237         * src/common/log.[ch]
3238                 o handle verbose logging in statusbar directly in statusbar code
3239                   and common code does not need any knowledge about a statusbar
3240                 o remove direct calls to statusbar_(puts|pop)_all functions
3241
3242 2002-12-10 [jens]       0.8.6claws95
3243
3244         * src/*.c
3245                 removed gettext from g_warnings
3246         * po/POTFILES.in
3247                 cleaned and updated
3248         * po/de.po
3249                 updated
3250
3251 2002-12-10 [colin]      0.8.6claws94
3252
3253         * src/main.c
3254                 finish crash dialog fix
3255
3256 2002-12-10 [colin]      0.8.6claws93
3257
3258         * src/main.c
3259                 "Fix" "sylpheed already running" instead of
3260                 crash dialog appearing after a crash
3261
3262 2002-12-10 [colin]      0.8.6claws92
3263
3264         * po/POTFILES.in
3265                 add src/gtk/sslcertwindow.c
3266
3267 2002-12-10 [paul]       0.8.6claws91
3268
3269         * po/POTFILES.in
3270                 updated to reflect recent changes
3271                 submitted by Alessandro Maestri
3272
3273 2002-12-09 [christoph]  0.8.6claws90
3274
3275         * src/Makefile.am
3276         * src/smtp.[ch]                 ** REMOVE **
3277         * src/common/Makefile.am
3278         * src/common/smtp.[ch]          ** NEW **
3279                 move smtp files to common directory
3280
3281 2002-12-09 [christoph]  0.8.6claws89
3282
3283         * src/Makefile.am
3284         * src/session.[ch]              ** REMOVE **
3285         * src/common/Makefile.am
3286         * src/common/session.[ch]       ** NEW **
3287                 move session files to common directory
3288
3289 2002-12-09 [paul]       0.8.6claws88
3290
3291         * src/account.c
3292                 fix bug [649746] edit accounts: move account reverted
3293                 Patch submitted by Luke Plant <lukeplant@users.sourceforge.net>
3294
3295 2002-12-09 [colin]      0.8.6claws87
3296
3297         * src/ssl_certificate.c
3298                 cleanup
3299
3300 2002-12-09 [colin]      0.8.6claws86
3301
3302         * src/ssl.c
3303                 Try to open the cert.pem database and 
3304                 issue a warning if it isn't there
3305
3306 2002-12-09 [colin]      0.8.6claws85
3307
3308         * src/common/ssl_certificate.c
3309         * src/gtk/sslcertwindow.c
3310                 Warning fixes
3311
3312 2002-12-09 [colin]      0.8.6claws84
3313
3314         * src/ssl_certificate.[ch] ** REMOVED **
3315         * src/common/ssl_certificate.[ch] ** NEW **
3316         * src/Makefile.am
3317         * src/common/Makefile.am
3318                 Moved ssl_certificate.[ch] to common
3319         * src/common/ssl.c 
3320                 Put back needed include
3321         * src/gtk/sslcertwindow.[ch]
3322                 Changed ssl_certificate.h include
3323         
3324 2002-12-09 [colin]      0.8.6claws83
3325
3326         * src/gtk/sslcertwindow.[ch]
3327                 Implement hook for certificate acception
3328         * src/ssl_certificate.[ch]
3329                 Implement hook for certificate acception
3330         * src/common/ssl.c
3331                 Reenable certificate acception check
3332         * src/mainwindow.c
3333                 Register sslcertwindow's hook
3334         
3335 2002-12-08 [christoph]  0.8.6claws82
3336
3337         * src/about.c
3338         * src/addr_compl.c
3339         * src/codeconv.c
3340         * src/manual.c
3341         * src/undo.c
3342         * src/common/utils.c
3343                 o add missing includes
3344                 o fix warnings
3345         * src/.cvsignore
3346         * src/common/.cvsignore
3347         * src/common/version.h          ** REMOVE **
3348                 remove autogenerated file
3349
3350 2002-12-08 [paul]       0.8.6claws81
3351
3352         * src/stringtable.c
3353                 put back needed include
3354
3355 2002-12-08 [colin]      0.8.6claws80
3356         
3357         * src/gtk/sslcertwindow.c
3358                 Cleaner popups when asking
3359         * src/ssl_certificate.c
3360         * src/prefs_common.[ch]
3361                 remove ssl certificate pref
3362                 put back needed include
3363         * src/undo.c
3364                 put back needed include
3365
3366 2002-12-08 [christoph]  0.8.6claws79
3367
3368         * src/folderview.c
3369         * src/logwindow.c
3370         * src/statusbar.c
3371         * src/summaryview.c
3372                 only abort hook invokation if required data is missing not
3373                 if our own data pointer is NULL, update hookfunction for
3374                 log window
3375
3376 2002-12-08 [paul]       0.8.6claws78
3377
3378         * src/about.c
3379         * src/addrcache.c
3380         * src/addrclip.c
3381         * src/addr_compl.c
3382         * src/addrselect.c
3383         * src/codeconv.c
3384         * src/colorlabel.c
3385         * src/enriched.c
3386         * src/esmtp.c
3387         * src/exporthtml.c
3388         * src/headerview.c
3389         * src/imageview.c
3390         * src/manual.c
3391         * src/noticeview.c
3392         * src/pgptext.c
3393         * src/scoring.c
3394         * src/sourcewindow.c
3395         * src/stringtable.c
3396         * src/undo.c
3397                 clean up: remove unneccesary includes
3398
3399 2002-12-08 [christoph]  0.8.6claws77
3400
3401         * src/folderview.c
3402         * src/statusbar.c
3403         * src/summaryview.c
3404         * src/common/hooks.[ch]
3405                 hook functions now have a gboolean return value, if a hook
3406                 returns TRUE it will stop executing of any more hooks in
3407                 the same hooklist for this invokation
3408
3409 2002-12-08 [colin]      0.8.6claws76
3410         
3411         * src/main.c
3412                 put back argv0 for CRASH_DIALOG
3413
3414 2002-12-08 [christoph]  0.8.6claws75
3415
3416         * src/Makefile.am
3417         * src/about.c
3418         * src/account.c
3419         * src/crash.c
3420         * src/esmtp.h
3421         * src/imap.[ch]
3422         * src/inc.c
3423         * src/main.c
3424         * src/mainwindow.c
3425         * src/news.c
3426         * src/pop.[ch]
3427         * src/prefs_account.[ch]
3428         * src/prefs_common.[ch]
3429         * src/send.[ch]
3430         * src/smtp.[ch]
3431         * src/ssl_certificate.[ch]
3432         * src/ssl_manager.[ch]
3433         * src/common/Makefile.am
3434         * src/common/log.c
3435         * src/common/nntp.[ch]
3436         * src/common/socket.[ch]
3437         * src/common/ssl.[ch]
3438         * src/gtk/sslcertwindow.[ch]
3439         * ac/openssl.m4
3440                 use new autoconf script to detect OpenSSL with extra parameters
3441                 to specify the location of libs and includes, also remove USE_SSL
3442                 to USE_OPENSSL
3443
3444         * src/common/sylpheed.[ch]
3445         * src/common/version.h.in
3446                 start seperation of common code initialization seperated from gui
3447
3448         * src/summaryview.c
3449                 The function that is called when a color label changes
3450                 should not change the color lable again
3451
3452 2002-12-08 [colin]      0.8.6claws74
3453
3454         * src/gtk/sslcertwindow.c
3455                 warning fixes
3456
3457 2002-12-08 [colin]      0.8.6claws73
3458
3459         * src/statusbar.c
3460           src/common/log.h
3461                 Register a hook for statusbar_puts_all
3462         * src/common/log.c
3463                 invoke statusbar_puts_all's hook
3464         
3465 2002-12-08 [colin]      0.8.6claws72
3466
3467         * src/ssl_certificate.c
3468                 Put back a badly-removed include
3469
3470 2002-12-08 [colin]      0.8.6claws71
3471
3472         * src/gtk/sslcertwindow.[ch]    ** NEW **
3473                 new certificate presentation
3474         * src/gtk/Makefile.am
3475                 add new files
3476         * src/ssl_certificate.[ch]
3477                 gtk cleanup, made utility functions public
3478         * src/ssl_manager.c
3479                 use new cert presentation
3480
3481 2002-12-07 [christoph]  0.8.6claws70
3482
3483         * src/Makefile.am
3484         * src/nntp.[ch]                 ** REMOVE **
3485         * src/common/Makefile.am
3486         * src/common/nntp.[ch]          ** NEW **
3487                 move nntp files to common directory
3488
3489 2002-12-07 [christoph]  0.8.6claws69
3490
3491         * src/procmsg.[ch]
3492         * src/summaryview.c
3493                 implement msginfo update callback using sylpheed's new
3494                 hook system. Invoke hooks from procmsg_msginfo_[un]set_flags.
3495
3496 2002-12-06 [christoph]  0.8.6claws68
3497
3498         * src/editgroup.c
3499                 This patch changes the 'Edit Group Details' dialog to
3500                 allow extended selections in either pane, so that
3501                 addresses can be added or removed from a group more
3502                 quickly and easily. (it actually is a net decrease in
3503                 file size, as some unnecessary functions have been
3504                 removed). 
3505                 (patch submitted by Luke Plant <lukeplant@users.sourceforge.net>)
3506
3507 2002-12-06 [christoph]  0.8.6claws67
3508
3509         * src/Makefile.am
3510         * src/template.[ch]             ** REMOVE **
3511         * src/common/Makefile.am
3512         * src/common/template.[ch]      ** NEW **
3513                 move template files to common directory
3514
3515         * src/nntp.c
3516                 add missing log.h include
3517
3518 2002-12-06 [melvin]     0.8.6claws66
3519
3520         * src/prefs_actions.c
3521                 Added the trailing ">" syntax to insert command's output
3522                 without replacing old text (in contrast to trailing "|").
3523
3524 2002-12-05 [colin]      0.8.6claws65
3525         
3526         * src/common/utils.c
3527                 Don't modify original search_string or it'll change
3528                 the next iterations in the for()
3529
3530 2002-12-05 [darko]      0.8.6claws64
3531
3532         * src/common/utils.c
3533                 proper check for filtering commands, found by Colin
3534
3535 2002-12-05 [darko]      0.8.6claws63
3536
3537         * src/common/utils.c
3538                 check proper string for NULL pointer, found by Colin
3539
3540 2002-12-05 [darko]      0.8.6claws62
3541
3542         * src/common/utils.[ch]
3543                 expand_search_string(): new function
3544                 converts Mutt-like patterns to Sylpheed's
3545                 filtering engine
3546         * src/summaryview.c
3547                 use expand_search_string() to allow Mutt-like
3548                 patterns in extended search
3549         * README.claws
3550                 document extended option in quick search
3551
3552 2002-12-05 [paul]       0.8.6claws61
3553
3554         * sync with 0.8.6cvs16
3555                 see ChangeLog 2002-12-05
3556                 
3557         * po/POTFILES.in
3558                 clean up
3559
3560 2002-12-04 [christoph]  0.8.6claws60
3561
3562         * src/imap.[ch]
3563                 put imap authentication code into a new function and
3564                 remove it from imap_session_new that will allow to
3565                 send other commands before authentication
3566
3567 2002-12-04 [christoph]  0.8.6claws59
3568
3569         * src/imap.[ch]
3570                 use already existing method to prevent unneeded IMAP
3571                 folder selects. Set imap_select parameters to NULL
3572                 in some functions if the values are not required.
3573
3574         * src/xml.h
3575                 remove no longer required include
3576
3577 2002-12-04 [paul]       0.8.6claws58
3578
3579         * po/es.po
3580                 updated by Ricardo Mones Lastra
3581                 
3582         * configure.in
3583           po/hu.po      ** NEW FILE **
3584                 initial Hungarian translation, submitted
3585                 by Gál Zoltán <galzoli@hu.inter.net>
3586
3587 2002-12-03 [christoph]  0.8.6claws57
3588
3589         * src/Makefile.am
3590         * src/gtksctree.[ch]            ** REMOVE **
3591         * src/gtk/Makefile.am
3592         * src/gtk/gtksctree.[ch]        ** NEW **
3593                 move gtksctree files to gtk directory
3594
3595 2002-12-03 [christoph]  0.8.6claws56
3596
3597         * src/Makefile.am
3598         * src/md5.[ch]                  ** REMOVE **
3599         * srm/common/Makefile.am
3600         * src/common/md5.[ch]           ** NEW **
3601                 move md5 files to common directory
3602
3603         * src/gtkstext.c
3604                 remove not required #include
3605
3606 2002-12-03 [sergey]     0.8.6claws55
3607
3608         * src/gtkutils.c
3609         * src/gtkutils.h
3610                 gtkut_window_popup(): new function.
3611         * src/mainwindow.c
3612                 main_window_popup(): use gtkut_window_popup() to raise
3613                 window without changing its position.
3614                 (see sylpheed-main ML message [sylpheed:17247])
3615
3616 2002-12-03 [sergey]     0.8.6claws54
3617
3618         * src/send.c
3619                 send_message_local(): removed first-dot escaping
3620                 (SMTP-only, not needed for sending through pipe)
3621
3622 2002-12-03 [paul]       0.8.6claws53
3623
3624         * po/POTFILES.in
3625                 update to reflect recent changes (thanks
3626                 to Ricardo Mones Lastra)
3627                 
3628         * tools/filter_conv.pl
3629                  fix problem with quoted strings. Patch submitted
3630                  by Luke Plant <lukeplant@softhome.net>
3631
3632 2002-12-03 [paul]       0.8.6claws52
3633
3634         * sync with 0.8.6cvs15
3635                 see ChangeLog 2002-12-03
3636
3637 2002-12-02 [christoph]  0.8.6claws51
3638
3639         * src/logwindow.[ch]
3640         * src/common/log.[ch]
3641                 implement logging using a hook function
3642
3643         * src/folderview.c
3644         * src/folder.[ch]
3645                 define hooklist name in header file to avoid
3646                 errors caused by wrong spelling of hooklist names
3647
3648         * src/toolbar.c
3649                 fix warnings
3650
3651 2002-12-02 [christoph]  0.8.6claws50
3652
3653         * src/common/Makefile.am
3654                 add src/common/hooks.[ch]
3655
3656         * src/common/hooks.[ch]
3657                 implement a simple hook system using glib's hook functions
3658
3659         * src/folder.[ch]
3660         * src/folderview.c
3661                 use new hook system for folder item updates
3662
3663 2002-12-02 [christoph]  0.8.6claws49
3664
3665         * doc-src/ui_seperation.txt     ** NEW **
3666                 information for ui seperation
3667
3668         * src/Makefile.am
3669                 remove files that were moved to common
3670                 include common directory by default for the header files
3671
3672         * src/inc.c
3673         * src/common/socket.c
3674         * src/automaton.[ch]
3675                 implement automaton using g_io_*-functions instead of
3676                 gdk_input_add to make it ui independent
3677
3678         * src/codeconv.c
3679         * src/compose.c
3680         * src/ldif.c
3681         * src/pgptext.c
3682         * src/procmime.c
3683         * src/rfc2015.c
3684         * src/smtp.c
3685         * src/unmime.c
3686                 remove common/ prefix because directory is now in
3687                 include path
3688
3689         * src/compose.c
3690         * src/folder.c
3691         * src/folderview.c
3692         * src/mainwindow.c
3693         * src/messageview.c
3694         * src/prefs_common.c
3695         * src/procmsg.c
3696         * src/rfc2015.c
3697                 fix warnings
3698
3699         * src/imap.c
3700         * src/inc.c
3701         * src/news.c
3702         * src/pop.c
3703         * src/send.c
3704         * src/smtp.c
3705         * src/ssl_certificate.c
3706                 add log.h header file for logging functions
3707
3708         * src/main.c
3709         * src/common/utils.c
3710         * src/summaryview.c
3711         * src/xml.c
3712                 o move debug_mode to common/utils.c
3713                 o add functions to set and get debug_mode
3714
3715         * src/defs.h                    ** REMOVE **
3716         * src/intl.h                    ** REMOVE **
3717         * src/socket.[ch]               ** REMOVE **
3718         * src/ssl.[ch]                  ** REMOVE **
3719         * src/utils.[ch]                ** REMOVE **
3720                 replaced by new files in src/common/
3721         
3722         * src/common/Makefile.am
3723                 add new files in src/common/
3724
3725         * src/common/defs.h             ** NEW **
3726         * src/common/intl.h             ** NEW **
3727         * src/common/log.[ch]           ** NEW **
3728         * src/common/socket.[ch]        ** NEW **
3729         * src/common/ssl.[ch]           ** NEW **
3730         * src/common/utils.[ch]         ** NEW **
3731                 replacement for files in src/
3732
3733 2002-12-02 [colin]      0.8.6claws48
3734
3735         * src/folderview.c
3736                 Scroll folderview if necessary during dnd
3737
3738 2002-12-02 [colin]      0.8.6claws47
3739
3740         * src/folder.[ch]
3741                 Add check to verify a move is within a single mailbox
3742         * src/folderview.c
3743                 Add specific error string for this check
3744
3745 2002-12-02 [colin]      0.8.6claws46
3746
3747         * src/folder.c
3748                 Add a test to folder moving, remove a statusbar_print
3749         * src/folderview.c
3750                 Add Move folder... context-menu item
3751                 Factorize folder moving code
3752                 Enable folder DND for mbox
3753
3754 2002-12-01 [christoph]  0.8.6claws45
3755
3756         * ac/aspell.m4
3757                 remove conf.aspelltest if the version check fails
3758
3759 2002-11-30 [christoph]  0.8.6claws44
3760
3761         * autogen.sh
3762                 run libtoolize --force in autogen to create missing
3763                 libtool scripts
3764
3765 2002-11-30 [christoph]  0.8.6claws43
3766
3767         * src/Makefile.am
3768         * src/pgptext.c
3769         * src/procmime.c
3770         * src/rfc2015.c
3771         * src/uuencode.[ch]             ** REMOVED **
3772         * src/common/Makefile.am
3773         * src/common/uuencode.[ch]      ** NEW **
3774                 move uuen/decoder to common directory
3775
3776 2002-11-30 [christoph]  0.8.6claws42
3777
3778         * src/Makefile.am
3779         * src/base64.[ch]               ** REMOVED **
3780         * src/codeconv.c
3781         * src/compose.c
3782         * src/ldif.c
3783         * src/pgptext.c
3784         * src/procmime.c
3785         * src/rfc2015.c
3786         * src/smtp.c
3787         * src/unmime.c
3788         * src/common/Makefile.am
3789         * src/common/base64.[ch]        ** NEW **
3790                 move base64 en/decoder to common directory
3791
3792 2002-11-30 [christoph]  0.8.6claws41
3793
3794         * src/common                    ** NEW **
3795                 new directory for UI independent code
3796         * src/gtk                       ** NEW **
3797                 new directory for GTK frontend
3798         * src/common/.cvsignore         ** NEW **
3799         * src/gtk/.cvsignore            ** NEW **
3800                 ignore build files
3801         * src/common/Makefile.am        ** NEW **
3802         * src/gtk/Makefile.am           ** NEW **
3803                 automake files to build new seperated stuff
3804         * src/Makefile.am
3805                 the binary will currently still be build with the
3806                 files in src, so we include the code from the
3807                 subdirs for now after building the libs there
3808
3809 2002-11-30 [paul]       0.8.6claws40
3810
3811         * src/compose.c
3812                 fix bug [642731] 'Wrong selected account with drafted mail'
3813
3814 2002-11-29 [oliver]     0.8.6claws39
3815         
3816         * src/messageview.c
3817                 o update summaryview when switching between different
3818                   messageviews          
3819         * src/toolbar.c  
3820                 o check if messageview holds already removed msg
3821                   from summaryview
3822                 
3823
3824 2002-11-29 [oliver]     0.8.6claws38
3825
3826         * src/toolbar.c 
3827                 remove not needed variables and includes
3828                 make messageview stay opened and move to next when msgs are deleted 
3829
3830 2002-11-29 [oliver]     0.8.6claws37
3831         
3832         * src/toolbar.c 
3833                 disable compose button (messageview toolbar) by default
3834                 deleted msgs are moved to trash
3835         
3836 2002-11-29 [melvin]     0.8.6claws36
3837
3838         * configure.in
3839                 Increased minimal gpgme version to 0.3.10 (Zombies out)
3840                 and to detect signatures expirations (gpgme 0.3.6)
3841
3842         * src/main.c
3843                 Use non obsolescent function for Gpgme engine checking.
3844
3845         * src/rfc2015.c
3846                 Inform about expired signatures or signatures which key
3847                 has expired. Expiration date is displayed.
3848
3849         * src/sigstatus.c
3850                 Inform about expired signatures or signatures which key
3851                 has expired.
3852
3853 2002-11-28 [paul]       0.8.6claws35
3854
3855         * src/folderview.c
3856                 re-instate 'Check for new messages' in Newsgroup
3857                 folders right-click menu, after a suggestion from
3858                 Tim Mann <timmann@users.sourceforge.net>
3859
3860         * src/main.c
3861                 after a crash check only local folders for new
3862                 messages
3863
3864 2002-11-28 [paul]       0.8.6claws34
3865
3866         * configure.in
3867                 apply patch that fixes the checking of GTK with XIM 
3868                 support on different OSs, such as FreeBSD. Patch 
3869                 submitted by Topia <topia@users.sourceforge.net>
3870                 
3871 2002-11-28 [paul]       0.8.6claws33
3872
3873         * src/mainwindow.c
3874           src/prefs_common.c
3875           src/prefs_toolbar.c
3876                 more changes to the English
3877
3878 2002-11-28 [paul]       0.8.6claws32
3879
3880         * sync with 0.8.6cvs13
3881                 see ChangeLog 2002-11-28 (no sync needed
3882                 for src/compose.c)
3883
3884 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws31
3885         
3886         * src/mainwindow.[ch]
3887                 add patch by Ivan F. Martinez introducing messageview Toolbar
3888                 some changes and committed by oliver    
3889
3890 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws30
3891
3892         * src/messageview.[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.6claws29
3897
3898         * src/compose.[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.6claws28
3903         
3904         * src/toolbar.[ch]
3905                 add patch by Ivan F. Martinez introducing messageview Toolbar
3906                 some changes and committed by oliver
3907
3908 2002-11-28 [oliver]     0.8.6claws27
3909         
3910         * src/prefs_toolbar.[ch]
3911                 getting ready for messageview toolbar
3912                 free mem allocated by gettext
3913                 change prefs_toolbar to prefs_toolbar_open
3914  
3915 2002-11-28 [thorsten]   0.8.6claws26
3916
3917         * src/imageview.[ch]
3918                 cleaned up conflicting declarations of
3919                 imageview_show_image()
3920
3921 2002-11-28 [paul]       0.8.6claws25
3922
3923         * src/grouplistdialog.c
3924           src/prefs_common.c
3925           src/prefs_summary_column.c
3926                 a few more improvements to the English
3927
3928 2002-11-28 [colin]      0.8.6claws24
3929
3930         * man/sylpheed.1
3931                 A few updates to command-line parameters
3932
3933 2002-11-28 [colin]      0.8.6claws23
3934
3935         * src/prefs_filtering.c
3936                 Fix problems with prefs_filtering_delete_path:
3937                 a) if the first rule is removed, original pointers
3938                    weren't updated (leading to segfaults)
3939                 b) it was always global_processing updated in case
3940                    of removed path was parent of rule path
3941
3942 2002-11-27 [paul]       0.8.6claws22
3943
3944         * src/mainwindow.c
3945           src/prefs_account.c
3946           src/prefs_actions.c
3947           src/prefs_common.c
3948           src/prefs_customheader.c
3949           src/prefs_display_header.c
3950           src/prefs_filtering.c
3951           src/prefs_folder_item.c
3952           src/prefs_matcher.c
3953           src/prefs_scoring.c
3954           src/prefs_summary_column.c
3955           src/prefs_template.c
3956           src/prefs_toolbar.c
3957                  improve the English in the GUI
3958
3959 2002-11-27 [colin]      0.8.6claws21
3960
3961         * src/folder.c
3962                 Fix processing renaming problems happening after
3963                 last commit
3964
3965 2002-11-27 [colin]      0.8.6claws20
3966
3967         * src/folder.c
3968                 recursive move now deletes src each subfolder after 
3969                 having moved it
3970         * src/folderview.c
3971                 Use identifier instead of path during dnd (enables
3972                 IMAP folder dnd)
3973
3974 2002-11-27 [paul]       0.8.6claws19
3975
3976         * src/main.c
3977                 apply patch that does command-line processing 
3978                 BEFORE gtk_init, allowing claws to run from 
3979                 shell-scripts in non-X environment (e.g. crontab 
3980                 or ip-up, ip-down scripts). Patch submitted by
3981                 Ruslan N. Balkin <baron@dartel.ru>
3982                 
3983         * po/it.po
3984                 updated by Alessandro Maestri
3985
3986 2002-11-27 [paul]       0.8.6claws18
3987
3988         * sync with 0.8.6cvs12
3989           src/prefs_common.c
3990                 Differences are that main uses a 'Receive dialog'
3991                 frame on the Interface tab, whereas claws groups all 
3992                 the dialogs together in a 'Dialogs' frame.
3993
3994 2002-11-27 [colin]      0.8.6claws17
3995
3996         * src/prefs_matcher.c
3997                 Fix Execute criteria's NOT flag
3998
3999
4000 2002-11-26 [christoph]  0.8.6claws16
4001
4002         * src/ssl.c
4003                 rewrite the ssl code a little bit, only use one
4004                 SSL context, set default certificates' file/path
4005
4006 2002-11-26 [thorsten]   0.8.6claws15
4007
4008         * src/compose.c
4009                 default-reply-to didn't work for ml-reply
4010
4011 2002-11-26 [melvin]     0.8.6claws14
4012
4013         * src/prefs_actions.c
4014                 Made pipe-actions ignore short headers in message view
4015                 Made trailing-pipe-actions write in the message view with
4016                 the same font as the original message
4017
4018 2002-11-26 [paul]       0.8.6claws13
4019
4020         * src/compose.c
4021                 this time commit the correct file
4022
4023 2002-11-26 [paul]       0.8.6claws12
4024
4025         * sync with 0.8.6cvs11
4026           src/quote_fmt_parse.y  
4027                 no sync needed
4028           src/account.[ch]       
4029                 not sync'ed
4030           src/compose.c
4031                 compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
4032                 on draft mode.
4033                 compose_reedit(): add check for 'X-Sylpheed-Account-Id:' 
4034                 header
4035                 
4036         see ChangeLog 2002-11-25 and 2002-11-26
4037
4038 2002-11-26 [colin]      0.8.6claws11
4039
4040         * src/folderview.c
4041                 Fix collapsed folder not auto-expanding during
4042                 mail dnd, if it was the source folder.
4043
4044 2002-11-25 [colin]      0.8.6claws10
4045
4046         * src/folderview.[ch]
4047                 Variable renaming and cleaning (slist of nodes 
4048                 to be re-collapsed is stored in FolderView)
4049
4050 2002-11-25 [paul]       0.8.6claws9
4051
4052         * src/prefs_common.[ch]
4053                 fix breakage caused by last commit
4054
4055 2002-11-25 [paul]       0.8.6claws8
4056
4057         * sync with 0.8.6cvs4
4058                 see ChangeLog 2002-11-21
4059
4060 2002-11-25 [paul]       0.8.6claws7
4061
4062         * sync with 0.8.6cvs4
4063                 see ChangeLog 2002-11-20
4064
4065 2002-11-25 [paul]       0.8.6claws6
4066
4067         * sync with 0.8.6cvs3
4068                 see ChangeLog 2002-11-18
4069
4070 2002-11-25 [colin]      0.8.6claws5
4071
4072         * src/gtkutils.[ch]
4073                 Add gtkut_ctree_node_is_parent()
4074         * src/folderview.c
4075                 Spring-loaded folders
4076
4077 2002-11-25 [colin]      0.8.6claws4
4078
4079         * src/utils.[ch]
4080                 Add slist_concat_unique(), function to merge
4081                 two GSList filtering dups
4082         * src/folder.[ch]
4083         * src/summaryview.[ch]
4084         * src/folderview.c
4085         * src/main.c
4086                 Add detection/update/display of unread answers
4087                 to marked mails
4088         * src/procmsg.[ch]
4089                 Add procmsg_find_children()
4090                 Add procmsg_msg_has_marked_parent()
4091
4092 2002-11-25 [colin]      0.8.6claws3
4093
4094         * src/ssl_certificate.[ch]
4095                 Allow checking a certificate without a DNS
4096                 lookup
4097                 Allow to forget a cert (by deleting it)
4098                 Make ssl_certificate_destroy_public
4099         * src/ssl_manager.[ch] ** NEW FILES **
4100                 Gui to manage (display/remove) certificates
4101         * src/prefs_common.[ch]
4102                 Add a pref to allow silent acceptation of
4103                 trusted certificates or not (based on the
4104                 "I want to know what's going on" principle)
4105         * src/mainwindow.c
4106                 Add SSL manager in Tools menu
4107         * src/Makefile.am
4108                 Add the new files to the build
4109         * po/POTFILES.in
4110                 Add ssl_manager.c to translations
4111
4112 2002-11-25 [colin]      0.8.6claws2
4113
4114         * src/summaryview.[ch]
4115                 Add S_SEARCH_EXTENDED to the quick search, which 
4116                 allows to search using filtering syntax.
4117
4118 2002-11-25 [colin]      0.8.6claws1
4119
4120         * src/summaryview.c
4121                 Deletion of duplicates now prefer deleting
4122                 the unread dup (fixes feature-request 638989).
4123
4124 2002-11-24 [paul]       0.8.6claws
4125
4126         * po/es.po
4127           po/pl.po
4128           po/ru.po
4129           po/sr.po
4130                 updated by Ricardo Mones Lastra,
4131                 Witold Wladyslaw Wojciech Wilk,
4132                 Ruslan N. Balkin, and  Urke MMI 
4133                 respectively
4134
4135 2002-11-24 [paul]       0.8.5claws182
4136
4137         * po/bg.po
4138                 updated by George Danchev
4139
4140 2002-11-23 [alfons]     0.8.5claws181
4141
4142         * src/imap.c
4143                 tiny memory leak found by browsing Dimitar's 
4144                 valgrind report
4145
4146 2002-11-23 [paul]       0.8.5claws180
4147
4148         * po/it.po
4149                 updated by Alessandro Maestri
4150
4151 2002-11-22 [christoph]  0.8.5claws179
4152
4153         * src/compose.c
4154         * src/inc.c
4155         * src/prefs_filtering.c
4156         * src/summaryview.c
4157                 more warning fixes
4158
4159 2002-11-22 [alfons]     0.8.5claws178
4160
4161         * src/summaryview.c
4162                 summary_execute_delete_func(): if message is deleted, make 
4163                 sure to also remove its entry in the subject hash table. 
4164                 fixes a corner case bug.
4165
4166 2002-11-22 [paul]       0.8.5claws177
4167
4168         * .cvsignore
4169                 add 'autom4te.cache'
4170                 
4171         * ltconfig      ** REMOVED **
4172                 not needed
4173
4174 2002-11-22 [paul]       0.8.5claws176
4175
4176         * src/textview.c
4177                 textview_set_font(): fix for message display in
4178                 UTF-8 locales (thanks to Sergey Vlasov).
4179                 
4180         * AUTHORS
4181                 add new team members and contributors
4182
4183
4184 2002-11-21 [colin]      0.8.5claws175
4185
4186         * src/procmsg.[ch]
4187                 Add procmsg_remove_special_headers()
4188         * src/mh.c
4189                 Use procmsg_remove_special_headers() for 
4190                 previous fix
4191
4192 2002-11-21 [colin]      0.8.5claws174
4193
4194         * src/mh.c
4195                 Fix moving/copying from queue/draft folders
4196                 for MH folders
4197
4198 2002-11-21 [christoph]  0.8.5claws173
4199
4200         * src/crash.c
4201         * src/filtering.c
4202         * src/logwindow.c
4203         * src/main.c
4204         * src/matcher_parser_lex.[hl]
4205         * src/mbox.c
4206         * src/mbox_folder.[ch]
4207         * src/prefs_filtering.c
4208         * src/procheader.c
4209         * src/quote_fmt_lex.l
4210         * src/ssl.c
4211                 fix all warnings except the warnings in lex and yacc files
4212
4213 2002-11-20 [christoph]  0.8.5claws172
4214
4215         * src/imap.c
4216                 fix MsgInfo retrieval for IMAP draft and queue folders
4217                 (closes bug [ 619558 ] Draft saving on IMAP box issue)
4218
4219 2002-11-19 [christoph]  0.8.5claws171
4220
4221         * src/compose.c
4222                 fix segfault, when draft saving does not get
4223                 the MsgInfo of the new message
4224                 (closes bug [ 640699 ] Claws170: crash drafting mail ( IMAP ))
4225
4226 2002-11-19 [christoph]  0.8.5claws170
4227
4228         * src/procmsg.c
4229                 add parameter check for flag setting function
4230                 (closes bug [ 640619 ] Claws169: crash - drafting a mail (IMAP))
4231
4232 2002-11-18 [paul]       0.8.5claws169
4233
4234         * src/compose.c
4235                 more sensitivity fixes to redirect mode:
4236                 * disable toolbar draft button
4237                 * allow only Address book in the Tools menu
4238                 * disable editing of message by the spell
4239                   checker
4240
4241 2002-11-18 [paul]       0.8.5claws168
4242
4243         * src/compose.c
4244                 fix sensitivity of menu items in compose_redirect():
4245                 allow only the necessary items 
4246
4247 2002-11-18 [paul]       0.8.5claws167
4248
4249         * src/compose.c
4250                 fix bug [ 603259 ] 'attachment got lost on bounce'
4251
4252 2002-11-18 [paul]       0.8.5claws166
4253
4254         * po/ru.po
4255                 updated by Ruslan N. Balkin <baron@dartel.ru>
4256
4257 2002-11-18 [colin]      0.8.5claws165
4258
4259         * src/main.c
4260           src/defs.h
4261                 Remove old filtering stuff
4262
4263
4264 2002-11-17 [oliver]     0.8.5claws164
4265
4266         * src/toolbar.h
4267                 remove not needed typedef 
4268
4269 2002-11-17 [oliver]     0.8.5claws163
4270
4271         * src/toolbar.c
4272                 make toolbar's on click events translatable
4273
4274 2002-11-15 [colin]      0.8.5claws162
4275
4276         * src/summaryview.c
4277                 Revert too-soon integration of a feature
4278
4279 2002-11-15 [christoph]  0.8.5claws161
4280
4281         * src/imap.c
4282                 use main's implementation of imap_get_msginfo
4283
4284 2002-11-15 [christoph]  0.8.5claws160
4285
4286         * src/compose.c
4287         * src/folder.[ch]
4288         * src/imap.c
4289         * src/mbox_folder.c
4290         * src/mh.c
4291         * src/news.c
4292         * src/procmsg.c
4293         * src/summaryview.c
4294                 replace claws' fetch_msginfo with main's get_msginfo
4295                 (use main's implementation where possible)
4296
4297 2002-11-15 [colin]      0.8.5claws159
4298
4299         * src/ssl_certificate.c
4300                 Missed a check
4301
4302 2002-11-16 [melvin]     0.8.5claws158
4303
4304         * po/fr.po
4305                 Updated French translations.
4306
4307 2002-11-16 [colin]      0.8.5claws157
4308
4309         * src/ssl_certificate.c
4310                 Check for missing parts in the certificates
4311
4312 2002-11-15 [colin]      0.8.5claws156
4313
4314         * src/folderview.c
4315                 Preventive fix (missing check) found by
4316                 Alfons
4317
4318 2002-11-15 [paul]
4319
4320         * NEWS
4321                 sync with 0.8.6 release
4322
4323 2002-11-15 [colin]      0.8.5claws155
4324
4325         * src/folder.[ch]
4326           src/folderview.c
4327                 Fix error handling of folder_item_move_to()
4328                 (thanks to Alfons!)
4329
4330 2002-11-15 [colin]      0.8.5claws154
4331
4332         * src/folder.[ch]
4333           src/folderview.c
4334                 folder_item_move_to() sets an error message instead
4335                 of having GUI stuff in folder.c
4336
4337 2002-11-15 [colin]      0.8.5claws153
4338
4339         * src/procmsg.[ch]
4340                 Implemented a callback for MsgInfo updates, 
4341                 heavily copy/pasted from Christoph's folder 
4342                 callback system
4343         * src/summaryview.[ch]
4344                 Register summary_update_msg as callback
4345
4346 2002-11-14 [colin]      0.8.5claws152
4347         
4348         * src/procmsg.c
4349                 Update the FolderItem after sending (fixes 617593)
4350
4351 2002-11-14 [christoph]  0.8.5claws151
4352
4353         * src/folder.c
4354                 fix wrong position of NULL pointer check found
4355                 by Sergey
4356
4357 2002-11-14 [christoph]  0.8.5claws150
4358
4359         * src/folder.c
4360                 fix segfault when deleting messages from IMAP folders
4361                 (closes bug [ 635641 ] Crash deleting mail in IMAP trash)
4362
4363 2002-11-14 [colin]      0.8.5claws149
4364
4365         * src/compose.c
4366                 Forwarding was also ignoring the folder's default account.
4367
4368 2002-11-14 [colin]      0.8.5claws148
4369
4370         * src/compose.c
4371                 Fix sent folder not set to folder properties when 
4372                 forwarding.
4373
4374 2002-11-14 [thorsten]   0.8.5claws147
4375
4376         * src/inc.c
4377                 inc_start(): Files were not moved from .processing to inbox,
4378                 if no global processing rule existed
4379
4380 2002-11-14 [colin]      0.8.5claws146
4381
4382         * src/ssl_certificate
4383                 Fix file operations
4384
4385 2002-11-14 [paul]       0.8.5claws145
4386
4387         * po/it.po
4388                 updated by Alessandro Maestri
4389
4390 2002-11-13 [alfons]     0.8.5claws144
4391
4392         * src/folder.c
4393                 folder_item_close(): only mark messages unread
4394                 when a folder has new messages 
4395
4396 2002-11-13 [keith]      0.8.5claws143
4397
4398         * src/imap.c
4399                 Fix problem moving or copying between
4400                 IMAP folders
4401
4402 2002-11-13 [colin]      0.8.5claws142
4403
4404         * src/matcher_parser_parse.y
4405                 Fix rule problem when " don't match
4406
4407 2002-11-13 [christoph]  0.8.5claws141
4408
4409         * src/folder.c
4410         * src/folderview.c
4411                 moved cache saving to folder_item_close
4412                 the folderview should not have to deal with
4413                 this things
4414
4415 2002-11-13 [christoph]  0.8.5claws140
4416
4417         * src/summaryview.c
4418                 moved setting of important score to
4419                 summary_set_prefs_from_folderitem
4420
4421 2002-11-13 [colin]      0.8.5claws139
4422
4423         * src/matcher_parser_parse.y
4424                 Fix a segfault in the parser (happening when
4425                 a good expression had been tested and a bad 
4426                 one arrives)
4427
4428 2002-11-13 [paul]       0.8.5claws138
4429
4430         * sync with 0.8.5cvs24
4431                 see ChangeLog 2002-11-13
4432                 
4433         * po/pt_BR.po
4434                 updated by Fabio Jr. Beneditto
4435
4436 2002-11-13 [colin]      0.8.5claws137
4437         
4438         * src/msgcache.c
4439           src/defs.h
4440           src/procmsg.[ch]
4441                 Revert last commit, problem
4442
4443 2002-11-13 [colin]      0.8.5claws136
4444
4445         * src/msgcache.c
4446                 Remove duplicated code
4447         * src/defs.h
4448                 Bumped CACHE_VERSION and MARK_VERSION
4449         * src/procmsg.[ch]
4450                 Network endian for cache and mark files
4451
4452 2002-11-12 [colin]      0.8.5claws135
4453
4454         * src/inc.c
4455                 Fix the "socket error" dialog which disappeared
4456
4457 2002-11-12 [colin]      0.8.5claws134
4458
4459         * src/msgcache.c
4460                 Reverse last commit which had performance 
4461                 problems, but still reverse the list
4462
4463 2002-11-12 [colin]      0.8.5claws133
4464
4465         * src/msgcache.c
4466                 Reverse list order
4467
4468 2002-11-12 [melvin]     0.8.5claws132
4469
4470         * src/compose.c
4471                 Added a check for a NULL prefs_common.dictionary
4472
4473 2002-11-12 [colin]      0.8.5claws131
4474
4475         * src/ssl_certificate.[ch]
4476                 Use FQDN hostname
4477
4478 2002-11-12 [colin]      0.8.5claws130
4479
4480         * src/ssl_certificate.[ch]
4481                 Take connection port into account for 
4482                 checking certificates (a single hostname
4483                 could have multiple servers with multiple
4484                 certificates)
4485         * src/ssl.c
4486                 Pass the port to ssl_certificate_check
4487
4488 2002-11-12 [paul]       0.8.5claws129
4489
4490         * src/folder.c
4491                 fix a typo in last commit
4492
4493 2002-11-12 [paul]       0.8.5claws128
4494
4495         * sync with 0.8.5cvs23
4496                 see ChangeLog entry 2002-11-12
4497
4498 2002-11-11 [colin]      0.8.5claws127
4499
4500         * src/ssl_certificate.c
4501                 Cleaner messages
4502                 Don't popup, instead log error, if the 
4503                 corresponding pref is checked
4504         * src/ssl_certificate.h
4505                 include <openssl/objects/h>
4506
4507 2002-11-11 [colin]      0.8.5claws126
4508
4509         * src/ssl_certificate.h
4510                 _Really_ clean it
4511
4512 2002-11-11 [colin]      0.8.5claws125
4513         
4514         * src/ssl_certificate.c
4515                 Fixed leak
4516
4517 2002-11-11 [colin]      0.8.5claws124
4518
4519         * src/ssl.c
4520                 Cleaned a bit
4521         * src/ssl_certificate.[ch]
4522                 Cleaned a bit (better use of SSL API)
4523                 (This will cause non-recognition of saved 
4524                  certificates of claws12[23]...)
4525
4526 2002-11-11 [paul]       0.8.5claws123
4527         
4528         * po/es.po
4529                 updated by Ricardo Mones Lastra
4530
4531 2002-11-11 [colin]      0.8.5claws122
4532
4533         * src/ssl.c
4534                 Fix a typo
4535
4536 2002-11-11 [colin]      0.8.5claws121
4537
4538         * src/ssl_certificate.[ch] ** NEW FILES **
4539         * src/ssl.[ch]
4540                 Check SSL certificates presented to us
4541         * src/Makefile.am
4542                 Add ssl_certificate.[ch]
4543         * po/POTFILES.in
4544                 Add ssl_certificate.c
4545
4546 2002-11-11 [paul]       0.8.5claws120
4547
4548         * sync with 0.8.5cvs22
4549                 see ChangeLog 2002-11-11
4550
4551 2002-11-11 [paul]       0.8.5claws119
4552
4553         * sync with 0.8.5cvs21
4554                 see ChangeLog 2002-11-11
4555
4556 2002-11-10 [jens]       0.8.5claws118
4557
4558         * src/folder.c
4559         * src/folderview.c
4560                 corrected some typing
4561         * po/de.po
4562                 updated german translation
4563         * sylpheed.spec.in
4564                 cleaned up specfile and adjusted it for claws
4565
4566 2002-11-10 [colin]      0.8.5claws117
4567
4568         * src/summaryview.c
4569                 a STATUSBAR_PUSH/POP fix
4570
4571 2002-11-10 [colin]      0.8.5claws116
4572
4573         * src/prefs_folder_item.c
4574                 Fix hanging after opening folder properties
4575
4576 2002-11-10 [hoa]        0.8.5claws115
4577
4578         * src/matcher_parser_lex.l
4579         * src/matcher_parser_parse.y
4580                 config file for scoring and filtering is no more trashed
4581                 when there is a syntax error in a filtering rule when
4582                 editing it in a dialog.
4583
4584 2002-11-09 [colin]      0.8.5claws114
4585
4586         * src/mbox_folder.c
4587                 Added missing initialisation of folder->destroy()
4588
4589 2002-11-09 [colin]      0.8.5claws113
4590
4591         * src/folder.c
4592           src/folderview.c
4593                 Fix the status bar messages
4594
4595 2002-11-09 [colin]      0.8.5claws112
4596
4597         * src/folderview.c
4598                 Fix hangs after folder dnd, happening after 
4599                 claws109.
4600
4601 2002-11-09 [christoph]  0.8.5claws111
4602
4603         * src/folderview.c
4604                 just changed order of calls (reverse order of
4605                 associated calls)
4606         * src/inc.c
4607                 lock inc when checking only one account, otherwise
4608                 inc all could be executed at the same time
4609
4610 2002-11-09 [christoph]  0.8.5claws110
4611
4612         * src/folderview.c
4613                 better unlock the mouse cursor before calling
4614                 summary_show because it changes the cursor too
4615
4616 2002-11-09 [christoph]  0.8.5claws109
4617
4618         * src/folder.[ch]
4619         * src/folderview.c
4620                 add functions to open and close a folder
4621                 o opending will execute scanning for remote folders
4622                   and processing
4623                 o closing will unset new flag for messages
4624
4625 2002-11-09 [colin]      0.8.5claws108
4626
4627         * src/folder.c
4628                 Add a call to prefs_matcher_write_config to 
4629                 avoid non-leaf folders filtering settings to be
4630                 lost
4631
4632 2002-11-09 [paul]       0.8.5claws107
4633
4634         * src/prefs_account.c
4635                 re-word a label
4636
4637 2002-11-09 [colin]      0.8.5claws106
4638
4639         * src/folderview.c
4640                 Minor esthetic fix
4641
4642 2002-11-09 [colin]      0.8.5claws105
4643
4644         * src/folderview.c
4645                 Fix prefs_filtering deletion for MH folders (same
4646                 reason as below)
4647         * src/prefs_filtering.c
4648                 Fix prefs_filtering renaming and deletion for 
4649                 folder-based processing rules.  
4650
4651 2002-11-09 [christoph]  0.8.5claws104
4652
4653         * src/compose.c
4654         * src/folder.[ch]
4655         * src/folderview.[ch]
4656         * src/import.c
4657         * src/inc.c
4658         * src/main.c
4659         * src/mainwindow.c
4660         * src/messageview.c
4661         * src/prefs_folder_item.c
4662         * src/procmsg.c
4663         * src/summaryview.c
4664                 implement a callback system for folder item updates
4665
4666 2002-11-09 [colin]      0.8.5claws103
4667
4668         * src/folderview.c
4669                 Fix prefs_filtering renaming for MH folders (we
4670                 shouldn't rename by path as another folder could
4671                 have the same hierarchy).
4672
4673 2002-11-09 [colin]      0.8.5claws102
4674
4675         * src/folder.c
4676                 Fix a leak found by Christoph, use better variable
4677                 names
4678
4679 2002-11-09 [colin]      0.8.5claws101
4680
4681         * src/folder.c
4682                 One more fix for processing rules
4683
4684 2002-11-08 [colin]      0.8.5claws100
4685         
4686         * src/matcher.c
4687                 Don't copy the compiled regexp (will be reevaluated)
4688         * src/folderview.c
4689                 Lock folderview while moving
4690         * src/folder.c
4691                 Provide info on what's happening to the user
4692
4693 2002-11-08 [colin]      0.8.5claws99
4694
4695         * src/folderview.c
4696                 Fix folder reordering after a move if parent is 
4697                 root
4698         * src/scoring.[ch]
4699                 Add function to copy a ScoringProp
4700         * src/prefs_folder_item.c
4701                 Copy scoring rules when copying a folder prefs
4702
4703 2002-11-08 [colin]      0.8.5claws98
4704
4705         * src/folderview.c
4706                 Fixes in case of failure
4707         * src/filtering.[ch]    
4708                 Add function to duplicate a FilteringProp
4709         * src/matcher.[ch]
4710                 Add function to duplicate a MatcherProp
4711         * src/prefs_folder_item.c
4712                 Save folder's processing rules when copying 
4713                 its prefs
4714
4715 2002-11-08 [colin]      0.8.5claws97
4716         
4717         * src/folderview.c
4718                 Sort after move
4719         * src/folder.c 
4720                 Change a printf to debug_print
4721
4722 2002-11-08 [colin]      0.8.5claws96
4723
4724         * src/folder.c
4725           src/folderview.c
4726                 Fix segfaults, call me stupido
4727         
4728
4729 2002-11-08 [colin]      0.8.5claws95
4730
4731         *src/folder.c
4732                 Added forgotten prefs to save when moving folders
4733
4734 2002-11-08 [colin]      0.8.5claws94
4735
4736         * src/folder.c
4737                 Fixes to folder DND (prefs copy)
4738         * src/folderview.c
4739                 Optimization for folder DND (don't rescan whole tree)
4740                 Added folderview_create_folder_node() for this 
4741                 optimization, so de-duped a bit the code
4742         * src/prefs_folder_item.[ch]
4743                 Added prefs_folder_item_copy_prefs()    
4744           
4745 2002-11-08 [paul]       0.8.5claws93
4746
4747         * src/prefs_account.c
4748           tools/README
4749           tools/kmail2sylpheed_v2.pl
4750                 correct some typos
4751
4752 2002-11-08 [paul]       0.8.5claws92
4753
4754         * src/compose.c
4755           src/prefs_account.[ch]
4756                 remove account options 'clearsign' and 'ascii_armored',
4757                 replace with 'default_gnupg_mode' to prevent mixed-mode
4758                 Privacy settings
4759
4760 2002-11-08 [paul]       0.8.5claws91
4761
4762         * src/compose.[ch]
4763                 re-implement GnuPG 'on-the-fly' mode selection,
4764                 disallow mixed-mode
4765
4766 2002-11-08 [colin]      0.8.5claws90
4767
4768         * src/folderview.c
4769           src/prefs_folder_item.c
4770                 Change "Property" to "Properties"
4771
4772 2002-11-07 [colin]      0.8.5claws89
4773
4774         * src/folderview.c
4775           src/folder.c
4776                 Allow folder dropping to a root folder
4777
4778 2002-11-07 [paul]       0.8.5claws88
4779
4780         * src/compose.c
4781                 revert last commit
4782
4783 2002-11-07 [paul]       0.8.5claws87
4784
4785         * src/compose.c
4786                 fix reply-to-list bug. closes bug report
4787                 "[633382] reply-to-list broken in recent cvs"
4788
4789 2002-11-07 [paul]       0.8.5claws86
4790
4791         * src/compose.c
4792                 add a forgotten '#if USE_GPGME ... #endif'
4793
4794 2002-11-07 [paul]       0.8.5claws85
4795
4796         * sync with 0.8.5cvs20
4797                 see ChangeLog 2002-11-07
4798
4799 2002-11-07 [colin]      0.8.5claws84
4800
4801         * src/folder.[ch]
4802                 Change folder_item_move_to to return the newly 
4803                 created folderitem.
4804         * src/folderview.c
4805                 Select the new folderitem after moving.
4806
4807 2002-11-07 [colin]      0.8.5claws83
4808
4809         * src/prefs_filtering.c
4810                 Fix rule rewriting when moving a leaf folder to a 
4811                 shorter path
4812
4813 2002-11-07 [colin]      0.8.5claws82
4814
4815         * src/prefs_filtering.c
4816                 fix a leak
4817
4818 2002-11-07 [colin]      0.8.5claws81
4819
4820         * src/folder.[ch]
4821                 Add folder_item_move_to() function to move a 
4822                 folderitem into another one (updates matcher etc)
4823         * src/folderview.c
4824                 Add folder drag'n drop (context menu to come)
4825                 [Should be dataloss free, but Please backup before 
4826                  trying !]
4827
4828 2002-11-06 [colin]      0.8.5claws80
4829
4830         * src/mh.c
4831                 mh_create_folder() returns NULL if can't create
4832                 directory hierarchy
4833
4834 2002-11-06 [paul]       0.8.5claws79
4835
4836         * src/compose.[ch]
4837                 allow 'on-the-fly' changing of the type of encryption 
4838                 and/or signing used (mime/ascii) via the compose window
4839
4840 2002-11-06 [paul]       0.8.5claws78
4841
4842         * sync with 0.8.5cvs19
4843                 see ChangeLog 2002-11-06 for src/account.c: 
4844                 account_get_special_folder()
4845                 
4846 2002-11-05 [alfons]     0.8.5claws77
4847
4848         * src/crash.c
4849                 very minor cleanups: nothing to see here, move on. :-)
4850
4851 2002-11-05 [colin]      0.8.5claws76
4852
4853         * src/main.c
4854                 Changes choices if compose windows are opened to
4855                 Discard, Draft, Don't quit
4856
4857 2002-11-05 [thorsten]   0.8.5claws75
4858
4859         * src/compose.c
4860                 reenabled default_reply_to folder option
4861
4862 2002-11-05 [colin]      0.8.5claws74
4863
4864         * src/compose.[ch] 
4865                 add compose_draft()
4866         * src/crash.c
4867                 add SIGTERM handler
4868         * src/main.[ch]
4869                 add clean_quit() for the SIGTERM handler
4870
4871 2002-11-05 [paul]       0.8.5claws73
4872         
4873         * po/es.po
4874                 updated by Ricardo Mones Lastra
4875
4876 2002-11-05 [melvin]     0.8.5claws72
4877
4878         * src/logwindow.c
4879                 Fixed log-clipping bug #616795.
4880                 To stop logging in the log window use 0 length.
4881         * src/prefs_common.c
4882                 Added a label to inform about the 0 log length behaviour.
4883
4884 2002-11-05 [paul]       0.8.5claws71
4885
4886         * sync with 0.8.5cvs17
4887                 see ChangeLog 2002-11-05
4888
4889 2002-11-04 [paul]       0.8.5claws70
4890
4891         * sylpheed-128x128.png
4892           sylpheed-64x64.png
4893           sylpheed.png
4894                 replace with pngcrushed icons. Submitted by Nicolas Kaiser,
4895                 <nikai@users.sourceforge.net>
4896                 
4897         * po/bg.po
4898                 updated by George Danchev
4899
4900 2002-11-03 [thorsten]   0.8.5claws69
4901
4902         * src/main.c
4903           src/mimeview.c
4904           src/rfc2015.h
4905                 add check if gpg is active
4906
4907 2002-11-03 [thorsten]   0.8.5claws68
4908
4909         * src/toolbar.h
4910                 removed GSList declaration causing trouble on MacOS-X
4911                 (submitted by alfons, reported by xfesty)
4912
4913 2002-11-01 [paul]       0.8.5claws67
4914
4915         * src/mainwindow.c
4916                 remove last remnants of main's filter code
4917
4918 2002-11-01 [paul]       0.8.5claws66
4919
4920         * tools/filter_conv.pl
4921                 fix bug where user-defined headers were ignored
4922
4923 2002-11-01 [paul]       0.8.5claws65
4924
4925         * src/logwindow.c
4926                 make a debug_print() not translatable
4927
4928 2002-10-31 [melvin]     0.8.5claws64
4929
4930         * ac/aspell.m4
4931                 Fixed --disable-aspell-test. Now --disable-aspell-test will 
4932                 not run any GNU/aspell test.  The dictionary path will
4933                 be by default /usr/local/lib/aspell/ unless --with-aspell-prefix
4934                 was given, in which case, it will be $prefix/lib/aspell/
4935         * configure.in
4936                 Fixed typo in commentary (Aspell code).
4937
4938 2002-10-31 [paul]       0.8.5claws63
4939
4940         * po/POTFILES.in
4941                 remove src/filter.c and src/prefs_filter.c
4942                 thanks to Ricardo for reminding me
4943
4944 2002-10-31 [colin]      0.8.5claws62
4945
4946         * src/mbox_folder.c
4947                 Plug some leaks
4948
4949 2002-10-31 [paul]       0.8.5claws61
4950
4951         * src/prefs_filter.[ch] ** REMOVED **
4952           src/filter.[ch]       ** REMOVED **
4953           
4954         * src/Makefile.am
4955           src/folderview.c
4956           src/inc.c
4957           src/main.c
4958           src/mainwindow.c
4959           src/mbox.c
4960           src/prefs_common.c
4961           src/prefs_filtering.c
4962           src/summaryview.[ch]
4963                 remove main's 'filter' code
4964                 
4965         README.claws
4966                 update to reflect removal of main's filter
4967
4968 2002-10-31 [paul]       0.8.5claws60
4969
4970         * src/summaryview.c
4971                 remove check for global_processing in summary_filter_open(). 
4972                 This fixes the bug where if the user uses the right-click 
4973                 'Create filter rule...' and doesn't have any filter rules 
4974                 already defined in claws' advanced filtering, the newly 
4975                 created filter rule goes to main's filtering which is 
4976                 inaccessible through the gui. Now the filter rule gets added
4977                 to claws' filtering by default.
4978
4979 2002-10-28 [melvin]     0.8.5claws59
4980
4981         * src/prefs_actions.c
4982                 Fixed bug #627322 where MIME parts were not always
4983                 correctly passed to a %p action
4984                 Display an error dialog when message filename is not found.
4985
4986 2002-10-28 [melvin]     0.8.5claws58
4987
4988         * src/prefs_common.c
4989                 Readded a missing function declaration lost in 0.8.3claws34
4990
4991 2002-10-28 [paul]       0.8.5claws57
4992
4993         * sync with 0.8.5cvs15
4994                 see ChangeLog 2002-10-28 and 2002-10-25
4995                 
4996         Note: ChangeLog entry 2002-10-24 is not sync'ed.
4997
4998 2002-10-27 [oliver]     0.8.5claws56
4999
5000         * src/pop.c
5001                 plug leak in pop3_top_recv
5002
5003 2002-10-26 [christoph]  0.8.5claws55
5004
5005         * src/folder.c
5006                 set need_update folder flag when messages are added
5007                 (closes bug [ 626922 ] folder not updated after receiving)
5008
5009 2002-10-25 [melvin]     0.8.5claws54
5010
5011         * src/imageview.c
5012                 Fixed a memleak introduced in the scaling code.
5013
5014 2002-10-24 [alfons]     0.8.5claws53
5015
5016         * src/filtering.c
5017                 make filtering's forward message action forward from the 
5018                 correct account
5019                 (closes bug [628089 ] Filter -> Forward from address problem
5020                 reported by Oktay)
5021
5022 2002-10-24 [christoph]  0.8.5claws52
5023
5024         * src/mainwindow.c
5025         * src/manual.[ch]
5026                 o use manual of current locale or english if current
5027                   locale is not available (and english is available)
5028                 o also link to sylpheed doc project manuals
5029
5030 2002-10-23 [paul]       0.8.5claws51
5031
5032         * tools/README
5033           tools/kmail2sylpheed_v2.pl
5034                 add new version of kmail addressbook importer script.
5035                 works with newer versions of Kmail/KAddressBook which
5036                 have new and rearranged data.
5037
5038 2002-10-23 [martin]     0.8.5claws50
5039
5040         * src/folderview.c
5041         * src/summaryview.c
5042         * src/utils.h
5043         * src/utils.c
5044                 added length parameter to get_abbrev_newsgroup_name()
5045                 changed this function so that it abbreviates the newsgroup
5046                 names only so long it is smaller than the length parameter
5047                 (for better reading of some newsgroup names and space efficiency)
5048
5049 2002-10-22 [colin]      0.8.5claws49
5050
5051         *src/foldersel.c
5052                 Revert Alfons' last modification (after voting ;-))
5053
5054 2002-10-21 [alfons]     0.8.5claws48
5055
5056         * src/foldersel.c
5057                 folder view in folder selection dialog reflects state of
5058                 folder view in main window
5059
5060 2002-10-18 [alfons]     0.8.5claws47
5061
5062         * src/mbox.c
5063                 drop imported messages in folder selected by user,
5064                 and not in the inbox
5065                 (closes bug [ 625424 ] Import mbox always to "Inbox" folder)
5066
5067 2002-10-18 [alfons]     0.8.5claws46
5068
5069         * src/compose.c
5070                 make automagic reply work correctly for email accounts 
5071                 (whether it's viable to do a full sync with Hiro's 
5072                 compose.c is still under discussion)
5073
5074 2002-10-18 [melvin]     0.8.5claws45
5075
5076         * src/prefs_actions.c
5077                 Fixed bug #622275 where asynchroneous actions left 
5078                 zombies processes
5079                 Made (synchroneous) actions' input be displayed live.
5080
5081 2002-10-18 [christoph]  0.8.5claws44
5082
5083         * src/textview.c
5084                 don't add a newline in the textview in front of the
5085                 first textpart if header display is disabled
5086                 (closes bug [ 603385 ] disabled header display leaves blank
5087                  lin)
5088
5089 2002-10-18 [christoph]  0.8.5claws43
5090
5091         * src/folder.[ch]
5092         * src/imap.c
5093         * src/mbox_folder.c
5094         * src/mh.c
5095         * src/news.c
5096                 folder->get_num_list now returns an error code
5097                 (closes bug [ 609424 ] News cache cleared on failure)
5098                 
5099 2002-10-17 [colin]      0.8.5claws42
5100         
5101         * src/news.c
5102                 Changed a printf by debug_print
5103
5104 2002-10-16 [paul]       
5105
5106         * tools/OOo2sylpheed.pl
5107                 allow for spaces in the name of the
5108                 file to be attached.
5109
5110 2002-10-16 [colin]      0.8.5claws41
5111
5112         * src/main.c
5113                 Use a tristate to change online mode
5114
5115 2002-10-16 [paul]       0.8.5claws40
5116
5117         * po/es.po
5118                 updated by Ricardo Mones Lastra
5119
5120 2002-10-16 [colin]      0.8.5claws39
5121
5122         * src/main.c
5123           src/mainwindow.[ch]
5124                 Added --online and --offline command-line
5125                 switches
5126
5127 2002-10-15 [christoph]  0.8.5claws38
5128
5129         * src/procmime.c
5130                 set mimeinfo->name to NULL after g_free to
5131                 avoid double freeing with g_free
5132
5133 2002-10-14 [christoph]  0.8.5claws37
5134
5135         * src/compose.c
5136         * src/filtering.c
5137         * src/summaryview.c
5138                 remove calls to folder->change_flags that are now
5139                 done by procmsg flag functions (seems it is not
5140                 used by any foldertype anyway)
5141         * src/folder.c
5142                 init folder->change_flags with NULL
5143
5144 2002-10-14 [christoph]  0.8.5claws36
5145
5146         * src/folder.[ch]
5147         * src/imap.[ch]
5148                 use virtual functions for folder item new and destroy
5149                 functions
5150
5151 2002-10-14 [melvin]     0.8.5claws35
5152
5153         * src/compose.c
5154                 Added a test to not run the spell checker if no default
5155                 dictionary is available. No dialog is displayed though.
5156
5157 2002-10-14 [melvin]     0.8.5claws34
5158
5159         * src/gtkaspell.c
5160                 Fixed bug in dictionary list context menu where
5161                 "More..." pointed to an emtpy submenu if the
5162                 number of dictionaries is a multiple of 15
5163                 Removed unneeded code in suggestions list creation
5164
5165 2002-10-14 [paul]       0.8.5claws33
5166
5167         * po/bg.po
5168                 updated by George Danchev
5169
5170 2002-10-13 [hoa]        0.8.5claws32
5171
5172         * src/matcher.[ch]
5173           src/matcher_parser_parser.y
5174                 removed the escaped string from internal structure
5175                 of matcher.
5176
5177 2002-10-12 [colin]      0.8.5claws31
5178
5179         * src/gtksctree.[ch]
5180           src/summaryview.c
5181                 Removed useless function gtksctree_reanchor
5182
5183 2002-10-12 [alfons]     0.8.5claws30
5184         
5185         * sync with remaining main changes 2002-10-09 - 2002-10-11
5186         - drop changes to src/compose.c (requires claws specific changes)
5187         
5188 2002-10-12 [alfons]     0.8.5claws29
5189         
5190         * sync with main changes of 2002-10-08
5191         - drop changes to src/compose.c (requires claws specific changes)
5192         - drop changes to src/summaryview.c (requires changes to compose.c)     
5193
5194 2002-10-12 [alfons]     0.8.5claws28
5195         
5196         * sync with main changes of 2002-10-07
5197
5198 2002-10-12 [alfons]     0.8.5claws27
5199
5200         * sync with main changes of 2002-10-04
5201         - drop changes to src/compose.c (requires claws specific changes)
5202         - drop changes to src/prefs_folder_item.c (claws implementation
5203           seems to be working)
5204
5205 2002-10-12 [colin]      0.8.5claws26
5206
5207         * src/mainwindow.c
5208                 Fix folder-flicker when space-reading, introduced 
5209                 in claws22.
5210
5211 2002-10-12 [colin]      0.8.5claws25
5212
5213         * src/compose.c
5214                 Save account address when saving as draft.
5215                 (closes bug 621838)
5216
5217 2002-10-12 [colin]      0.8.5claws24
5218
5219         * src/summaryview.c
5220                 Fix the problem consisting of no message selected
5221                 after the last message in a folder has been moved.
5222
5223 2002-10-12 [paul]       0.8.5claws23
5224
5225         * src/compose.c
5226           src/prefs_template.c
5227           src/template.[ch]
5228                 add Cc and Bcc to templates. Patch submitted by
5229                 John L. Males.
5230
5231 2002-10-12 [colin]      0.8.5claws22
5232
5233         * src/folderview.c
5234                 Fix a bug after "Check for new messages":
5235                 If a folder was opened, it was still selected at
5236                 the end of the check, but displayed empty.
5237         * src/mainwindow.c
5238                 Remove unnecessary check
5239
5240 2002-10-12 [paul]
5241
5242         * tools/README
5243                 be more verbose in the description of
5244                 OOo2sylpheed.pl
5245                 
5246
5247 2002-10-11 [colin]      0.8.5claws21
5248
5249         * src/mainwindow.c
5250                 Make space work (better) when no mail is selected
5251
5252 2002-10-11 [colin]      0.8.5claws20
5253
5254         * src/inc.c
5255           src/news.c
5256                 fix warnings
5257
5258 2002-10-11 [colin]      0.8.5claws19
5259
5260         * src/mainwindow.c
5261                 revert 0.8.5claws6 changes as i couldn't get to
5262                 anything satisfying
5263
5264 2002-10-11 [melvin]     0.8.5claws18
5265
5266         * src/compose.c
5267                 Removed buggy and unused macro (should have been committed in
5268                 0.8.5claws17)
5269
5270 2002-10-11 [melvin]     0.8.5claws17
5271
5272         * src/compose.c
5273                 Fixed memory leak from bug #622040 (thanks to Martin Kluge)
5274
5275 2002-10-11 [thorsten]   0.8.5claws16 
5276
5277         * src/folderview.c
5278                 remove rescan warning
5279
5280 2002-10-11 [colin]      0.8.5claws15 
5281
5282         * src/procheader.c
5283                 fix a segfault that happens if conv_unmime_header
5284                 fails (should be better to find out why it fails)
5285
5286 2002-10-11 [christoph]  0.8.5claws14
5287
5288         * src/summaryview.c
5289                 update folderview stats after ignore/unignore thread
5290
5291 2002-10-11 [hoa]        0.8.5claws13
5292
5293         * src/quote_fmt_parse.y
5294                 Fixed a yacc/bison syntax error
5295         * src/matcher.c
5296                 Escaping of string is fixed.
5297
5298 2002-10-11 [colin]      0.8.5claws12
5299
5300         * src/imageview.c
5301                 Resize images to fit
5302
5303 2002-10-11 [paul]       0.8.5claws11
5304
5305         * po/es.po
5306                 updated by Ricardo Mones Lastra
5307
5308 2002-10-10 [alfons]     0.8.5claws10
5309
5310         * src/compose.c
5311                 allow dropping files by "moving" files from a file manager,
5312                 not only by the more cumbersome "copying". the latter 
5313                 mostly implies holding down the Control button
5314
5315 2002-10-10 [christoph]  0.8.5claws9
5316
5317         * src/summaryview.c
5318                 update folders after thread building for ignored threads
5319
5320 2002-10-10 [christoph]  0.8.5claws8
5321
5322         * config/.cvsignore
5323                 added Makefile
5324         * src/filtering.[ch]
5325         * src/folder.[ch]
5326         * src/folderview.[ch]
5327         * src/import.c
5328         * src/inc.[ch]
5329         * src/mbox.[ch]
5330         * src/procmsg.c
5331         * src/summaryview.[ch]
5332                 o added new flag need_update to FolderItem
5333                 o removed folder_table from various functions from tracking
5334                   folder updates
5335                 o set need_update flags in folder.c's move, copy and delete
5336                   functions and procmsg's flags functions
5337                 o added function folderview_update_items_when_required that
5338                   updates all folders with need_update set
5339                 o call folderview_update_items_when_required instead of
5340                   folderview_update_item_foreach
5341
5342 2002-10-09 [sergey]     0.8.5claws7
5343
5344         * src/compose.c
5345                 Strip CRs whel loading the text into editor in reedit mode.
5346
5347 2002-10-09 [colin]      0.8.5claws6
5348
5349         * src/mainwindow.c
5350                 Make Space work when no mail is selected
5351
5352 2002-10-09 [colin]      0.8.5claws5
5353
5354         * src/gtksctree.[ch]
5355                 Fix range_select
5356                 Add gtk_sctree_reanchor() 
5357         * src/summaryview.c
5358                 Use gtk_sctree_reanchor() - better fix for 
5359                 bug 60413
5360
5361 2002-10-09 [colin]      0.8.5claws4
5362
5363         * src/summaryview.c
5364                 Fix shift-click select after delete problem
5365                 (closes bug 60413)
5366
5367 2002-10-08 [thorsten]   0.8.5claws3
5368
5369         * src/summaryview.c
5370                 exclude current msg from -hide read messages-
5371
5372 2002-10-08 [colin]      0.8.5claws2
5373
5374         * src/inc.[ch]
5375           src/pop.c
5376           src/recv.c
5377                 Differentiate socket errors from disk full
5378                 errors
5379
5380 2002-10-08 [christoph]  0.8.5claws1
5381
5382         * Makefile.am
5383         * configure.in
5384                 modifications for new config directory
5385
5386         * config.guess  ** REMOVED **
5387         * config.sub    ** REMOVED **
5388         * install-sh    ** REMOVED **
5389         * ltmain.sh     ** REMOVED **
5390         * missing       ** REMOVED **
5391         * mkinstalldirs ** REMOVED **
5392                 these files are autogenerated by automake
5393                 when you run autogen.sh
5394
5395         * config/.cvsignore     ** NEW FILE **
5396         * config/Makefile.am    ** NEW FILE **
5397                 ignore autogenerated files
5398                 create a Makefile in this directory
5399
5400 2002-10-08 [paul]       0.8.5claws
5401
5402         * 0.8.5claws release
5403         
5404         * src/compose.c
5405           src/procheader.c
5406           src/procmsg.c
5407                 fix quote reply format for newsgroups reply bug
5408                 (thanks to Hoa)
5409                 
5410         * po/en_GB.po
5411           po/pl.po
5412                 updated by me and Witold Wladyslaw Wojciech Wilk
5413                 repectively
5414
5415 2002-10-07 [paul]       0.8.3claws53
5416
5417         * po/it.po
5418           po/pt_BR.po
5419           po/sr.po
5420                 updated messages catalogs, submitted by
5421                 Alessandro Maestri, Fabio Jr.Beneditto 
5422                 and Urke MMI, respectively.
5423
5424 2002-10-07 [christoph]  0.8.3claws52
5425
5426         * src/folder.[ch]
5427         * src/folderview.c
5428         * src/mainwindow.c
5429                 fix new folder ghost message bug
5430                 (closes bug [ 619722 ] wrong count for newly created folders)
5431
5432 2002-10-07 [christoph]  0.8.3claws51
5433
5434         * src/compose.c
5435                 fix news posting problem
5436
5437 2002-10-07 [melvin]     0.8.3claws50
5438
5439         * po/fr.po
5440                 Updated French translation
5441
5442 2002-10-05 [christoph]  0.8.3claws49
5443
5444         * src/gtkstext.c
5445                 check if line_start_cache is set in gtk_stext_update_text
5446                 (closes bug [ 618119 ] crash while doing search in folder)
5447
5448 2002-10-05 [christoph]  0.8.3claws48
5449
5450         * src/imap.c
5451         * src/news.c
5452         * src/utils.c
5453         * src/utils.h
5454                 implement cache cleanups for claws' folder system
5455                 (closes bug [ 595916 ] imapcache not cleaned up)
5456
5457 2002-10-05 [melvin]     0.8.3claws47
5458
5459         * src/prefs_actions.c
5460                 Made the help text more clear for the %p token
5461
5462 2002-10-04 [paul]       0.8.3claws46
5463
5464         * sync with 0.8.5
5465                 see ChangeLog 2002-10-02 and 2002-10-03
5466
5467 2002-10-04 [christoph]  0.8.3claws45
5468
5469         * src/inc.c
5470                 fix segfault caused by pop before smtp
5471                 call to inc_account_mail with NULL
5472                 pointer for mainwin
5473
5474 2002-10-04 [paul]       0.8.3claws44
5475
5476         * configure.in
5477                 sync the LDAP detection from 0.8.5cvs1
5478
5479 2002-10-02 [christoph]  0.8.3claws43
5480
5481         * po/de.po
5482                 fix small spelling error
5483
5484 2002-10-02 [melvin]     0.8.3claws42
5485
5486         * ac/aspell.m4
5487                 Behave better and say "no" when test program cannot be run.
5488
5489 2002-10-02 [paul]       0.8.3claws41
5490
5491         * sync with 0.8.4cvs1
5492                 see ChangeLog 2002-09-30, 2002-10-01, 2002-10-02
5493                 
5494         * src/summaryview.c
5495                 toggle the behavior of Reply menuitem between
5496                 normal reply and reply-to-list
5497
5498 2002-10-01 [sergey]     0.8.3claws40
5499
5500         * src/compose.c
5501                 Convert newlines in the message text to the canonical form
5502                 before base64 encoding (RFC2045 compliance, fixes some
5503                 interoperability issues with Evolution 1.0.3)
5504
5505 2002-09-29 [colin]      0.8.3claws39
5506
5507         * src/summaryview.c
5508                 Fix an unwanted copy/paste
5509
5510 2002-09-29 [colin]      0.8.3claws38
5511
5512         * src/mainwindow.c
5513                 Renamed "Custom toolbar" to "Customize toolbar"
5514                 Renamed "Show all header" to "Show all headers"
5515                 Renamed "Set diplay item" to "Set displayed items"
5516         * src/prefs_common.c
5517                 Renamed "Show all header" to "Show all headers"
5518         * src/prefs_summary_column.c
5519                 Renamed "diplay item" to "displayed items"
5520
5521 2002-09-29 [colin]      0.8.3claws37
5522
5523         * src/mainwindow.[ch]
5524                 online/offline status pixmaps follow theme
5525                 changes
5526         * src/summaryview.[ch]
5527                 quicksearch pixmap follows theme changes
5528
5529 2002-09-29 [thorsten]   0.8.3claws36
5530
5531         * src/compose.c
5532           src/prefs_folder_item.[ch]
5533                 add default_reply_to folder option (closes patch 581044)
5534
5535 2002-09-29 [christoph]  0.8.3claws35
5536
5537         * acconfig.h    ** REMOVED **
5538         * configure.in
5539         * ac/aspell.m4
5540         * ac/check-type.m4
5541         * ac/gnupg-check-typedef.m4
5542                 fix autoheader 2.50 warning
5543
5544 2002-09-29 [christoph]  0.8.3claws34
5545
5546         * major code cleanup (part 2)
5547         
5548                 - unused variables removed
5549                 - unused functions removed
5550                 - uninitialized variables checked
5551                 - missing return statements added
5552                 - missing function return types added
5553                 - added parentheses around assignment
5554                   when suggested by gcc
5555
5556 2002-09-29 [alfons]     0.8.3claws33
5557
5558         * src/logwindow.c
5559                 log_window_clear(): only bracket gtk_text_forward_delete() 
5560                 with gtk_text_freeze() / gtk_text_thaw() (see if this
5561                 works around GTK text bug)
5562
5563 2002-09-29 [paul]       0.8.3claws32
5564
5565         * po/bg.po
5566           po/sr.po
5567                 updated by George Danchev and Urke MMI
5568                 respectively
5569
5570 2002-09-27 [christoph]  0.8.3claws31
5571
5572         * doc-src/readme.txt
5573         * doc-src/rfc1806.txt   ** REMOVED **
5574         * doc-src/rfc2183.txt   ** NEW FILE **
5575         * doc-src/rfc2980.txt   ** NEW FILE **
5576                 update rfcs
5577
5578 2002-09-27 [melvin]     0.8.3claws30
5579
5580         * ac/aspell.m4
5581                 Fixed typo which could break linking
5582
5583 2002-09-27 [melvin]     0.8.3claws29
5584
5585         * ac/aspell.m4
5586                 Improved GNU/aspell checking. 
5587                 Fixed bug #614490
5588
5589 2002-09-27 [paul]       0.8.3claws28
5590
5591         * sync with 0.8.3cvs8
5592                 see ChangeLog 2002-09-27
5593
5594 2002-09-26 [colin]      0.8.3claws27
5595
5596         * src/toolbar.[ch]
5597           src/mainwindow.[ch]
5598                 Add "Reply to Mailing-list" to the toolbar
5599
5600 2002-09-26 [christoph]  0.8.3claws26
5601
5602         * src/summaryview.c
5603                 Fix wrong message counts in summaryview status
5604
5605 2002-09-26 [paul]       0.8.3claws25
5606
5607         * sync with 0.8.3cvs7
5608                 see ChangeLog 2002-09-26
5609
5610 2002-09-26 [paul]       0.8.3claws24
5611
5612         * sync with 0.8.3cvs6
5613                 see ChangeLog 2002-09-25
5614
5615 2002-09-25 [christoph]  0.8.3claws23
5616
5617         * src/prefs_common.c
5618         * src/prefs_folder_item.c
5619         * src/prefs_scoring.c
5620                 Renamed "kill score" to "hide score" in GUI
5621                 and prefs files
5622
5623 2002-09-25 [paul]       0.8.3claws22
5624
5625         * sync with 0.8.3cvs5
5626                 see ChangeLog 2002-09-24
5627
5628 2002-09-24 [alfons]     0.8.3claws21
5629
5630         patch by Satoshi Nagayasu: allows appending / saving multiple 
5631         selected files (closes "[ 612279 ] save multiple mesg(s) in 
5632         'Save as ...'")
5633
5634         * AUTHORS
5635                 add Satoshi Nagayasu
5636         * src/summaryview.c
5637                 summary_save_as(): allow saving selected files to
5638                 one file
5639                 summary_set_menu_sensitive: enable "Save As..." when
5640                 multiple files are selected
5641         * src/utils.[ch]
5642                 append_file(): new function
5643
5644 2002-09-24 [colin]      0.8.3claws20
5645
5646         * src/procmime.c
5647                 Fix segfault when mimeinfo doesn't have a 
5648                 content_type. 
5649
5650 2002-09-24 [colin]      0.8.3claws19
5651
5652         * src/prefs_common.[ch]
5653                 Add a preference to display send dialog or not
5654         * src/send.c
5655                 Display send dialog according to preference
5656
5657 2002-09-24 [colin]      0.8.3claws18
5658
5659         * src/compose.[ch]
5660                 Disable user actions when sending
5661
5662 2002-09-24 [colin]      0.8.3claws17
5663
5664         * src/procmime.c
5665                 Do not display name or filename for attachments
5666                 with an application/pgp-signature type
5667                 (security flaw, see bug 537413)
5668
5669 2002-09-23 [colin]      0.8.3claws16
5670
5671         * src/editaddress.c
5672                 Initialize entry_email, entry_alias and 
5673                 entry_remarks to first email address of the list
5674
5675 2002-09-23 [colin]      0.83claws15
5676
5677         * src/compose.c
5678                 Drop pgp-signature when reediting a signed queued
5679                 message
5680
5681 2002-09-23 [melvin]     0.8.3claws14
5682
5683         * po/fr.po
5684                 Updated French translation
5685
5686 2002-09-23 [melvin]     0.8.3claws13
5687
5688         * src/mainwindow.c
5689                 Made custom toolbar menu labels more consistent
5690         * src/prefs_toolbar.c
5691                 Made custom toolbar window title more consistent
5692
5693 2002-09-22 [colin]      0.8.3claws12
5694
5695         * src/inc.c
5696                 Initialize session type to normal before getting 
5697                 mail (fixes strange Get behaviour)
5698         * src/prefs_account.h
5699                 Move STYPE_POP_BEFORE_SMTP to last position to 
5700                 avoid other side-effects
5701
5702 2002-09-22 [colin]      0.8.3claws11
5703
5704         * src/prefs_account.c
5705                 Fix pop_bfr_smtp_tm_entry sensivity when switching
5706                 from pop3 to apop or vice-versa
5707
5708 2002-09-22 [colin]      0.8.3claws10
5709         
5710         * src/prefs_account.[ch]
5711                 Add an option for the POP before SMTP timeout
5712         * src/inc.c
5713                 Remember time of last POP connection
5714         * src/send.c
5715                 Do POP before SMTP only if timeout reached
5716
5717 2002-09-22 [oliver]     0.8.3claws9
5718         
5719         * README.claws
5720                 explain custom toolbar
5721
5722 2002-09-22 [oliver]     0.8.3claws8
5723
5724         * src/prefs_actions.[ch]
5725         custom toolbar for compose      
5726                 actions callback from compose toolbar
5727         * src/folderview.c
5728                 remove include toolbar.h
5729
5730 2002-09-22 [oliver]     0.8.3claws7
5731         
5732         * src/prefs_toolbar.[ch]
5733                 custom toolbar for compose
5734                 - generic prefs_toolbar handles both
5735                   Mainwin's toolbar as well as Compose toolbar          
5736
5737 2002-09-22 [oliver]     0.8.3claws6
5738         
5739         * src/toolbar.[ch]
5740                 custom toolbar for compose
5741                 restructure toolbar.[ch]
5742
5743 2002-09-22 [oliver]     0.8.3claws5
5744
5745         * src/compose.[ch]
5746                 custom toolbar for compose
5747
5748 2002-09-22 [oliver]     0.8.3claws4
5749         
5750         * src/mainwindow.[ch]
5751                 custom toolbar for compose 
5752                 move mainwin toolbar back to mainwindow
5753
5754 2002-09-22 [alfons]     0.8.3claws3
5755
5756         * src/procmsg.c
5757                 :%sno/if(/if (/gc
5758                 :%sno/for(/for (/gc
5759                 (beautify)
5760
5761 2002-09-22 [alfons]     0.8.3claws2
5762         
5763         * src/procmsg.c
5764                 procmsg_save_to_outbox(): don't unlink message file from queue;
5765                 callers should do it using folder_item_remove_msg()
5766
5767 2002-09-22 [colin]      0.8.3claws1
5768
5769         * src/mimeview.[ch]
5770                 Made mimeview_check_signature() public
5771         * src/textview.c
5772                 Made GPG signatures verifiable by clicking
5773                 the [application/pgp-signature] in the Text
5774                 view
5775
5776 2002-09-22 [paul]       0.8.3claws
5777
5778         * po/bg.po
5779           po/en_GB.po
5780           po/es.po
5781           po/it.po
5782           po/pl.po
5783           po/pt_BR.po
5784           po/sr.po
5785                 updated translations, submitted by George Danchev,
5786                 me, Ricardo Mones Lastra, Alessandro Maestri,
5787                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.Beneditto 
5788                 and Urke MMI, respectively.     
5789
5790 2002-09-22 [alfons]     0.8.2claws65
5791
5792         * src/procmsg.c
5793         * src/pgptext.c
5794                 no furry valgrinds have been used to plug these memleaks
5795
5796 2002-09-20 [paul]       0.8.2claws64
5797
5798         * sync with 0.8.3cvs4
5799                 'Select thread' re-implemented 
5800                 see ChangeLog 2002-09-20
5801
5802 2002-09-21 [alfons]     0.8.2claws63
5803
5804         * src/compose.c
5805                 compose_send(): plug unnoticed memleak
5806
5807 2002-09-20 [alfons]     0.8.2claws62
5808
5809         * src/addr_compl.c
5810                 replace_address_in_edit(): strict check for NULL address to
5811                 fix "[ 607348 ] Segfault in address completion". My guess is
5812                 that this happens with an empty address book, but it's good
5813                 to have this check here anyway
5814                 
5815                 completion_window_button_press(): free string returned 
5816                 from the internal cache
5817
5818 2002-09-20 [christoph]  0.8.2claws61
5819
5820         * src/procmime.h
5821                 added ENC_BINARY to EncodingType
5822         * src/procmime.c
5823                 the string returned by procmime_get_encoding_str
5824                 should not depend on the order of values in the
5825                 EncodingType definition
5826         * doc-src/rfc1806.txt   ** NEW FILE **
5827                 Added rfc1806 about MIME Content-Disposition
5828                 Extension
5829
5830 2002-09-19 [paul]       0.8.2claws60
5831
5832         * sync with 0.8.2cvs3
5833                 see ChangeLog 2002-09-19
5834
5835 2002-09-19 [paul]       0.8.2claws59
5836
5837         * src/prefs_folder_item.c
5838                 revert to Darko's original alignment of colour
5839                 selector button
5840                 add a colon to folder_color label
5841                 
5842         * src/compose.c
5843                 add Colin's patch (with Hiro's modifications) to 
5844                 force BASE64 encoding for 8-bit text when signing
5845                 (sync with 0.8.3cvs2)
5846
5847 2002-09-18 [alfons]     0.8.2claws58
5848
5849         * src/compose.c
5850                 :%sno/if(/if (/gc
5851                 :%sno/for(/for (/gc
5852                 (beautify a little bit)
5853
5854 2002-09-18 [christoph]  0.8.2claws57
5855
5856         * src/pine.c
5857                 fix handling of fgetc return value
5858
5859 2002-09-17 [alfons]     0.8.2claws56
5860         
5861         * src/summaryview.c
5862                 summary_sort(): check non-NULL summaryview->folder_item when no 
5863                 folder is selected at all
5864                 (closes "[ 610344 ] sort label make syl Crash")
5865
5866 2002-09-17 [alfons]     0.8.2claws55
5867         
5868         * src/compose.c
5869                 beautify a little bit
5870
5871 2002-09-17 [christoph]  0.8.2claws54
5872
5873         * src/folder.c
5874                 initialize max values for cache and folder
5875                 when cache or folder is empty
5876
5877 2002-09-15 [colin]      0.8.2claws53
5878
5879         * src/compose.c
5880                 Fix a leak (thanks Alfons!) and cleaned
5881                 variables names for custom headers
5882
5883 2002-09-15 [colin]      0.8.2claws52
5884
5885         * src/compose.c
5886                 Fix custom headers recognition when
5887                 prefs_common.trans_hdr is on
5888
5889 2002-09-15 [colin]      0.8.2claws51
5890
5891         * src/compose.c
5892                 Allow dynamically-added custom headers
5893                 Yet not reparsed if reedited
5894
5895 2002-09-15 [alfons]     0.8.2claws50
5896
5897         * src/prefs_account.c
5898                 fix warnings
5899
5900 2002-09-15 [colin]      0.8.2claws49
5901         
5902         * src/prefs_account.c
5903                 fix pop_before_smtp sensitivity
5904
5905 2002-09-15 [colin]      0.8.2claws48
5906
5907         * src/inc.[ch]
5908                 add inc_pop_before_smtp()
5909                 allow MainWindow to be undefined in 
5910                 inc_account_mail() and inc_start()
5911         * src/pop.c
5912           src/prefs_account.h
5913                 add STYPE_POP_BEFORE_SMTP session type
5914         * src/prefs_account.c
5915                 activated pop before smtp option
5916         * src/send.c
5917                 do pop before smtp if the relevant option 
5918                 is set
5919
5920 2002-09-15 [paul]       0.8.2claws47
5921
5922         * sync with 0.8.3
5923                 see ChangeLog 2002-09-15
5924
5925 2002-09-14 [paul]       0.8.2claws46
5926
5927         * po/bg.po
5928                 updated Bulgarian translation, submitted by
5929                 George Danchev
5930
5931 2002-09-13 [paul]       0.8.2claws45
5932
5933         * src/compose.c
5934                 merge claws' select_account() with main's
5935                 (new) compose_select_account(). [sync with
5936                 0.8.2cvs15, see ChangeLog 2002-09-11]
5937
5938 2002-09-12 [christoph]  0.8.2claws44
5939
5940         * src/filter.c
5941                 allocate 1 elements of FolderItem not 0
5942
5943 2002-09-12 [colin]      0.8.2claws43
5944
5945         * src/compose.c
5946                 Fix bug #590825 (obey Follow-up: poster)
5947
5948 2002-09-12 [colin]      0.8.2claws42
5949
5950         * src/procmime.c
5951                 Fix bug #557009 (wrong headers for messages 
5952                 forwarded as attachments)
5953
5954 2002-09-11 [colin]      0.8.2claws41
5955         
5956         * src/compose.c
5957                 Put SCF: pseudo-header on top of message
5958                 Set draft tmp_flag when saved as draft
5959
5960         * src/procmsg.c
5961           src/procheader.c
5962                 Skip after first \n\n for beginning of real message
5963                 for drafts too
5964
5965 2002-09-11 [christoph]  0.8.2claws40
5966
5967         * src/filtering.c
5968                 use procmsg flag functions in filtering or processing
5969                 will cause incorrect folder message counts
5970
5971 2002-09-11 [colin]      0.8.2claws39
5972
5973         * src/compose.c
5974                 Fix bug #550175 - wrong save folder when reediting
5975                 drafts
5976
5977 2002-09-11 [paul]       0.8.2claws38
5978
5979         * sync with 0.8.2cvs14
5980                 see ChangeLog 2002-09-11
5981
5982 2002-09-11 [colin]      0.8.2claws37
5983
5984         * src/folder.c
5985                 Fix a typo (seeming to cause new/unread status to
5986                 be lost)
5987
5988 2002-09-10 [christoph]  0.8.2claws36
5989
5990         * src/compose.c
5991                 compose_redirect should not use compose_generic_new
5992                 because that does more stuff than expected including
5993                 opening the external editor
5994                 (closes bug "[ 526608 ] bounced messages appear blank
5995                  in editor")
5996
5997 2002-09-10 [christoph]  0.8.2claws35
5998
5999         * src/folder.c
6000                 fix problem with too large message number range
6001                 causing a crash in folder_item_scan
6002
6003 2002-09-10 [paul]       0.8.2claws34
6004
6005         * sync with 0.8.2cvs13
6006                 see ChangeLog 2002-09-10
6007
6008 2002-09-10 [christoph]  0.8.2claws33
6009
6010         * src/msgcache.c
6011                 set MsgInfo TmpFlags for queue and draft folders
6012                 (closes bug "[ 591676 ] Queue ignore MIME on restart")
6013
6014 2002-09-10 [paul]       0.8.2claws32
6015
6016         * AUTHORS
6017           po/bg.po      ** NEW FILE **
6018                 new Bulgarian translation submitted by
6019                 George Danchev <danchev@spnet.net>
6020                 
6021         * tools/Makefile.am
6022           tools/README
6023           tools/tb2sylpheed     ** NEW FILE **
6024                 add script that converts an addressbook exported
6025                 from The Bat! into a Sylpheed addressbook. Submitted
6026                 by Urke MMI <urke-kg@eunet.yu>
6027
6028 2002-09-10 [paul]       0.8.2claws31
6029
6030         * sync with 0.8.2cvs12
6031                 see ChangeLog 2002-09-10
6032
6033 2002-09-06 [paul]       0.8.2claws30
6034
6035         * src/prefs_common.c
6036                 sync with 0.8.2cvs11, see ChangeLog 2002-09-06
6037                 
6038         * tools/Makefile.am
6039           tools/README
6040           tools/ldif-to-xml.py  ** REMOVED **
6041                 remove obsolete python script
6042
6043 2002-09-06 [paul]       0.8.2claws29
6044
6045         * sync with 0.8.2cvs10
6046                 see ChangeLog 2002-09-06
6047
6048 2002-09-04 [paul]       0.8.2claws28
6049
6050         * sync with 0.8.2cvs9
6051                 see ChangeLog 2002-08-04
6052
6053 2002-09-04 [colin]      0.8.2claws27 
6054
6055         * src/prefs_common.[ch]
6056                 Added signature color configuration
6057         * src/textview.c
6058                 Use user-specified signature color
6059
6060 2002-09-03 [colin]      0.8.2claws26
6061
6062         * src/prefs_common.[ch]
6063                 Added autosave and autosave_length prefs
6064         * src/compose.c
6065                 Added compose_remove_draft()
6066                 Auto-save drafts according to the prefs
6067         * src/main.c
6068                 Added a crash-indicator file, allowing to check
6069                 for new messages on startup if Sylpheed crashed
6070                 (makes saved drafts "reappear")
6071
6072 2002-09-03 [colin]      0.8.2claws25
6073
6074         * src/textview.[ch]
6075                 Grey the signature
6076
6077 2002-09-03 [paul]       0.8.2claws24
6078
6079         * sync with 0.8.2cvs8
6080                 see ChangeLog 2002-09-02 and 2002-09-03
6081
6082 2002-09-03 [darko]      0.8.2claws23
6083
6084         * src/folderview.c
6085                 use normal style when creating new folder to pick
6086                 proper font size 
6087
6088 2002-09-02 [melvin]     0.8.2claws22
6089
6090         * src/gtkaspell.m4
6091                 removed some obsolete code
6092
6093 2002-09-02 [melvin]     0.8.2claws21
6094
6095         * ac/aspell.m4
6096                 fixed test's equality sign (== to =)
6097
6098 2002-09-02 [alfons]     0.8.2claws20
6099
6100         * src/folder.c
6101         * src/mh.c
6102                 revert change of 0.8.2claws16 and use the mh_folder_destroy
6103                 as folder->destroy virtual as suggested by Hiro
6104                 (the mh.c code seems to have been lost around mh.c.1.21)
6105
6106 2002-09-02 [paul]       0.8.2claws19
6107
6108         * po/pt_BR.po
6109                 updated by Fabio Jr. Beneditto
6110                 
6111         * src/defs.h
6112                 use 'http://claws.sylpheed.org' for homepage link. 
6113                 Domain provided by Oktay Altunergil <oktay@freelinuxcd.org>
6114
6115 2002-09-01 [alfons]     0.8.2claws18
6116
6117         * src/mh.c
6118                 plug memleak related to one Martin Kluge found
6119
6120 2002-08-31 [paul]       0.8.2claws17
6121
6122         * sync with 0.8.2cvs6
6123                 see ChangeLog 2002-08-30
6124
6125 2002-08-31 [alfons]     0.8.2claws16
6126
6127         * src/folder.c
6128                 folder_destroy(): remove mailbox from folderlist even if it has
6129                 no destroy virtual
6130
6131 2002-08-31 [alfons]     0.8.2claws15
6132
6133         * src/folder.c
6134                 :%sno/if(/if (/gc
6135                 :%sno/for(/for (/gc
6136                 (being pedantic I know)
6137
6138 2002-08-31 [alfons]     0.8.2claws14
6139
6140         * src/folder.c
6141                 check for NULL pointers returned from folder->fetch_msginfo virtual
6142                 (should solve some reported crashes)
6143
6144 2002-08-30 [alfons]     0.8.2claws13
6145
6146         * acconfig.h
6147         * configure.in
6148         * src/crash.c
6149                 enable crash dialog on compilation time
6150                 (--enable-crash-dialog configure option)
6151
6152 2002-08-30 [alfons]     0.8.2claws12
6153
6154         * AUTHORS
6155                 add Martin Kluge
6156         * src/mh.c
6157                 apply memory leak plug patch by Martin Kluge
6158                 (closes patch "[ 602568 ] patch for 602441 little memory leak",
6159                 bug "[ 599677 ] Very small memory leak in 0.81claws115",
6160                 and bug "[ 602441 ] memoryleak in filtering 0.8.2claws9?")
6161
6162 2002-08-30 [darko]      0.8.2claws11
6163
6164         * src/folderview.c
6165                 copy Gtk style from normal style to match
6166                 font size for coloured folders
6167
6168 2002-08-29 [alfons]     0.8.2claws10
6169
6170         * sylpheed.desktop
6171                 Type=Internet <- Type=Application
6172                 (reported by Michael Schwendt, see:
6173                 http://sourceforge.net/tracker/index.php?func=detail&aid=599765&group_id=25528&atid=384600
6174                 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=72882)
6175
6176 2002-08-29 [paul]       0.8.2claws9
6177
6178         * sync with 0.8.2cvs5
6179                 see ChangeLog 2002-08-29
6180
6181 2002-08-29 [colin]      0.8.2claws8
6182
6183         * src/summaryview.c
6184                 Added a sanity check in summary_select_thread
6185                 Should fix bug 601605
6186
6187 2002-08-29 [colin]      0.8.2claws7
6188
6189         * src/main.c
6190                 Revert claws6 changes regarding bug #591676
6191
6192 2002-08-28 [colin]      0.8.2claws6
6193         
6194         * src/main.c
6195                 Ignore cache for queue folderitems
6196                 Fix bug #591676
6197
6198 2002-08-28 [melvin]     0.8.2claws5
6199
6200         * README.claws
6201                 Fixed typos.
6202
6203 2002-08-28 [melvin]     0.8.2claws4
6204
6205         * README.claws
6206                 Updated a bit the text concerning the spell checker
6207
6208 2002-08-28 [melvin]     0.8.2claws3
6209
6210         Merged the GNU_aspell_branch:
6211                 Support of new GNU/aspell is now included and the old pspell
6212                 is not supported anymore.
6213                 See README.claws
6214
6215         * README.claws
6216                 Updated spell checker text to reflect the switch to GNU/aspell
6217
6218         * ac/aspell.m4          *** NEW ***
6219         * src/gtkaspell.[ch]    *** NEW *** 
6220         * ac/pspell.m4          *** DELETED *** 
6221         * src/gtkspell.[ch]     *** DELETED ***
6222
6223         * ac/Makefile.am
6224                 Updated for GNU/aspell support
6225
6226         * po/POTFILES.in
6227                 Replaced gtkspell.c by gtkaspell.c
6228
6229         * acconfig.h
6230         * src/Makefile.am
6231         * src/about.c
6232         * src/compose.[ch]
6233         * src/crash.c
6234         * src/main.c
6235         * src/prefs_common.[ch]
6236                 Updated for GNU/aspell support
6237
6238 2002-08-28 [paul]       0.8.2claws2
6239
6240         * sync with 0.8.2cvs4
6241                 see ChangeLog 2002-08-27 and 2002-08-28
6242
6243 2002-08-28 [colin]      0.8.2claws1
6244
6245         * src/summary_search.c
6246                 Added "AND search"
6247
6248 2002-08-28 [jens]       0.8.2claws
6249
6250         *po/de.po
6251                 Updated German translations
6252
6253 2002-08-27 [melvin]     0.8.2claws
6254
6255         * po/fr.po
6256                 Updated French translations
6257
6258 2002-08-27 [paul]       0.8.2claws
6259
6260         * sync with 0.8.2 main release
6261
6262         * po/en_GB.po
6263           po/es.po
6264           po/it.po
6265           po/pl.po
6266           po/pt_BR.po
6267           po/sr.po
6268                 updated message catalogs submitted by
6269                 Ricardo Mones Lastra, Alessandro Maestri,
6270                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.
6271                 Beneditto and Urke MMI  
6272
6273 2002-08-27 [hoa]        0.8.1claws123
6274
6275         * src/mainwindow.[ch]
6276         * src/summaryview.[ch]
6277                 removed the "filter setting" menu option.
6278                 add a "cancel a news message" menu option.
6279
6280 2002-08-26 [martin]     0.8.1claws122
6281
6282         * ChangeLog.claws
6283                 changed string under 0.8.1claws79 changed by myself
6284                 i'm sorry alfons :(
6285
6286 2002-08-26 [martin]     0.8.1claws121
6287
6288         * src/crash.c
6289                 added kill command to debuggerrc to start crash dialog
6290
6291 2002-08-26 [paul]       0.8.1claws120
6292
6293         * sync with 0.8.1cvs31
6294                 see ChangeLog 2002-08-26
6295
6296 2002-08-25 [alfons]     0.8.1claws119
6297
6298         * src/procmsg.c
6299                 fix bug that didn't send out correct headers to news server
6300                 when sending news article and email from queue (bug reported
6301                 and patch provided by Tim Mann; closes bug 
6302                 "[ 583196 ] 0.7.8claws can't post news")
6303
6304 2002-08-25 [alfons]     0.8.1claws118
6305
6306         * src/selective_download.c
6307                 mark two strings as translatable
6308                 (thanks to Urke MMI for pointing this out)
6309
6310 2002-08-25 [alfons]     0.8.1claws117
6311
6312         * src/summaryview.c
6313                 treat sent boxes as special and allow sorting them by addressee
6314                 (closes "[ 589418 ] Sent folder sorting misbehavior"
6315                 submitted by Steve Lamb)
6316
6317 2002-08-24 [alfons]     0.8.1claws116
6318
6319         * src/matcher.c
6320                 fix memleak reported by Martin Kluge
6321                 (see: "[ 599677 ] Very small memory leak in 0.81claws115")
6322
6323 2002-08-24 [oliver]     0.8.1claws115
6324
6325         * src/prefs_toolbar.c
6326                 o code cleanup as suggested by Alfons
6327                 o memleak fix
6328
6329 2002-08-24 [alfons]     0.8.1claws114
6330
6331         * src/summaryview.c
6332                 o fix another memory leak reported by Martin Kluge
6333                   (see "[ 599568 ] Small Memory Leak")
6334                 o remove 'from' variable from 'summary_set_header()'; we can
6335                   do with just 'to' 
6336
6337 2002-08-24 [paul]       0.8.1claws113
6338
6339         * sync with 0.8.1cvs30
6340                 see ChangeLog 2002-08-23
6341
6342 2002-08-24 [alfons]     0.8.1claws112
6343
6344         * src/summaryview.c
6345                 remove unnecessary allocations for search bar fixing leaks
6346                 reported by Martin Kluge
6347                 (see "[ 599451 ] Further memory leaks?")
6348
6349 2002-08-24 [alfons]     0.8.1claws111
6350
6351         * src/main.c
6352                 make get_socket_name() public for crash.c
6353         * src/crash.c
6354                 o make report bug button work (goes to claws' 
6355                   bug tracker at sf.net)
6356                 o introduce function for doing important stuff just
6357                   before claws goes down
6358                 o clean up code 
6359
6360 2002-08-24 [alfons]     0.8.1claws110
6361
6362         * src/compose.c
6363                 move cursor to "To" entry when forwarding as attachment
6364                 (reported and solved by Steve Lamb, closes bug report
6365                 "[ 592880 ] Forward as attachment; cursor not in to")
6366
6367 2002-08-24 [colin]      0.8.1claws109
6368
6369         * src/mainwindow.c
6370                 fix quick search visibility after GUI (de)separations.
6371
6372 2002-08-23 [colin]      0.8.1claws108
6373
6374         * src/mainwindow.c
6375                 fix header pane visibility after folderview or
6376                 messageview (de)separation
6377
6378 2002-08-23 [paul]       0.8.1claws107
6379
6380         * src/mainwindow.[ch]
6381           src/toolbar.c
6382                 give full control of display or non-display 
6383                 of the Execute icon to Custom toolbar settings.
6384                 add new sensitivity condition to maninwindow.h: 
6385                 M_DELAY_EXEC
6386
6387         * ChangeLog
6388           ChangeLog.jp
6389           NEWS
6390                 more sync with 0.8.1cvs29
6391
6392 2002-08-23 [melvin]     0.8.1claws106
6393
6394         * src/alertpanel.c
6395                 Readded support for custom widget in alertpanel lost in last
6396                 sync.
6397
6398 2002-08-23 [paul]       0.8.1claws105
6399
6400         * sync with 0.8.1cvs29
6401                 see ChangeLog 2002-08-23
6402
6403 2002-08-23 [colin]      0.8.1claws104
6404
6405         * src/summaryview.c
6406                 Fix folder and search pixmaps exchanging positions
6407                 after theme or toolbar changes. Thank to Oliver for 
6408                 reporting this.
6409
6410 2002-08-23 [colin]      0.8.1claws103
6411
6412         * src/mainwindow.c
6413           src/messageview.[ch]
6414           src/noticeview.[ch]
6415           src/summaryview.c
6416                 Changed messageview_create() and noticeview_create()
6417                 to avoid the last gdk_warning
6418
6419 2002-08-22 [colin]      0.8.1claws102
6420
6421         * src/summaryview.c
6422                 Fix my new `Creating pixmap from xpm' warning
6423
6424 2002-08-22 [colin]      0.8.1claws101
6425
6426         * src/mainwindow.c
6427                 Fix some of the gdk warnings
6428
6429 2002-08-22 [colin]      0.8.1claws100
6430
6431         * src/Makefile.am
6432         * src/stock_pixmap.c
6433         * src/stock_pixmap.h
6434         * src/pixmaps/quicksearch.xpm *ADDED*
6435                 Add the quicksearch pixmap
6436         * src/mainwindow.c
6437         * src/summaryview.c
6438         * src/summaryview.h
6439                 Make quicksearch bar visible/hidden via a button
6440
6441 2002-08-22 [christoph]  0.8.1claws99
6442
6443         * src/folder.c
6444                 fix folder update for newsgroups with message
6445                 numbers below minimum number of articles to fetch
6446                 (closes bug #598445)
6447
6448 2002-08-22 [paul]       0.8.1claws98
6449
6450         * sync with 0.8.1cvs28
6451                 see ChangeLog 2002-08-22
6452
6453 2002-08-21 [alfons]     0.8.1claws97
6454
6455         * src/crash.c
6456                 use bt instead of bt full which seems to work 
6457                 better, and bt full doesn't give a great deal 
6458                 of information anyway
6459
6460 2002-08-21 [colin]      0.8.1claws96
6461
6462         * src/summaryview.c
6463                 fix summaryview_searchtype_changed prototype
6464
6465 2002-08-21 [christoph]  0.8.1claws95
6466
6467         * src/mainwindow.c
6468                 o fix broken menu update for sorting type, we have to
6469                   get this info from the summaryview now
6470                 o removed setting of threaded state in menu callback
6471         * src/summaryview.[ch]
6472                 more summaryview/folderitem seperation for
6473                 threading option
6474         * configure.in
6475                 removed not required --with-compiler-flags option
6476
6477 2002-08-21 [oliver]     0.8.1claws94
6478         
6479         * src/toolbar.h 
6480                 o rename toolbar.xml to toolbar_main.xml
6481                   since toolbar_compose.xml might come up 
6482                   any time soon
6483         * README.claws
6484                 add custom toolbar              
6485
6486 2002-08-21 [darko]      0.8.1claws93
6487
6488         * src/procmsg.c
6489                 don't reset tmp flags for messages copied
6490                 to sent folder
6491
6492 2002-08-21 [colin]      0.8.1claws92
6493         
6494         * src/prefs_filtering.c
6495                 fix renaming rules on folder rename 
6496                 when folder is not a leaf folder
6497
6498 2002-08-21 [paul]       0.8.1claws91
6499
6500         * src/prefs_folder_item.c
6501                 fix alignment of colour selector
6502
6503 2002-08-21 [paul]       0.8.1claws90
6504
6505         * sync with 0.8.1cvs27
6506                 see ChangeLog 2002-08-21
6507
6508 2002-08-21 [paul]       0.8.1claws89
6509
6510         * src/summaryview.c
6511                 fix crash when changing field type in
6512                 Quick search bar
6513
6514 2002-08-21 [colin]      0.8.1claws88
6515
6516         * src/summaryview.c
6517                 Made quick search case-insensitive
6518
6519 2002-08-21 [paul]       0.8.1claws87
6520
6521         * sync with 0.8.1cvs26
6522                 see ChangeLog 2002-08-21
6523
6524 2002-08-20 [christoph]  0.8.1claws86
6525
6526         * src/folderview.c
6527         * src/main.c
6528         * src/summaryview.[ch]
6529                 more summaryview/folderitem seperation for
6530                 sort_key and sort_type
6531         * src/procmsg.c
6532                 added missing return statement
6533
6534 2002-08-20 [colin]      0.8.1claws85
6535
6536         * src/summaryview.[ch]
6537                 Added a quick search box
6538         * src/mainwindow.c
6539         * src/prefs_common.[ch]
6540                 Added a show/hide option for the quick search
6541
6542 2002-08-20 [oliver]     0.8.1claws84
6543         
6544         * src/mainwindow.c
6545                 remove toolbar_create_popups
6546         * src/toolbar.[ch]
6547                 o remove toolbar_create_popups
6548                 o fix toolbar_set_sensitive 
6549                   (Bug reports #596834 and #596832)     
6550         * src/prefs_toolbar.c
6551                 o add "Set default" button
6552                 o align label and text + combo widgets
6553
6554 2002-08-20 [hoa]        0.8.1claws83bis
6555
6556         * src/imap.c
6557                 fixed a bug in imap_fetch_msginfo() in case there is no
6558                 current folder.
6559
6560 2002-08-20 [darko]      0.8.1claws83
6561
6562         * src/folderview.c
6563                 copy the color style of folder view so it
6564                 works with GTK themes
6565
6566 2002-08-20 [darko]      0.8.1claws82
6567
6568         * src/folder.h
6569         * src/folderview.c
6570         * src/prefs_folder_item.[hc]
6571                 don't use UI stuff in folder.h
6572
6573 2002-08-20 [darko]      0.8.1claws81
6574
6575         * src/folder.h
6576         * src/prefs_folder_item.h
6577         * src/folderview.c
6578         * src/prefs_folder_item.c
6579                 ability to set folder color in folderview
6580
6581 2002-08-19 [alfons]     0.8.1claws80
6582
6583         * src/summaryview.c
6584                 fix one of the earlier memleaks reported by Martin Kluge
6585
6586 2002-08-19 [alfons]     0.8.1claws79
6587
6588         * src/mainwindow.c
6589                 hide notice view when selecting seperate folder
6590                 view (reported by Urke MMI)
6591
6592 2002-08-19 [christoph]  0.8.1claws78
6593
6594         * src/folderview.c
6595         * src/prefs_folder_item.h
6596         * src/summaryview.[ch]
6597                 o add summary_set_prefs_from_folderitem to set
6598                   summaryview prefs (first step to remove all
6599                   references to the folderitem in summaryview)
6600                 o moved compiled regex stuff from folderitem prefs
6601                   to summaryview code
6602
6603 2002-08-19 [paul]       0.8.1claws77
6604
6605         * src/compose.c
6606                 add check for '.' to QUOTE_IF_REQUIRED
6607
6608 2002-08-19 [paul]       0.8.1claws76
6609
6610         * src/inc.c
6611                 sync with 0.8.1cvs25 (plug memory leak)
6612
6613         * src/prefs_toolbar.c
6614                 re-order prefs_toolbar_cancel()
6615
6616 2002-08-18 [alfons]     0.8.1claws75
6617
6618         * src/inc.c
6619         * src/matcher.c
6620                 plug other memleaks reported by Martin Kluge
6621
6622 2002-08-18 [paul]       0.8.1claws74
6623
6624         * po/pt_BR.po
6625                 updated by Fabio Jr. Beneditto
6626
6627 2002-08-18 [paul]       0.8.1claws73
6628
6629         * src/toolbar.[ch]
6630                 fix bug where tooltips were displayed untranslated              
6631
6632         * src/prefs_toolbar.c
6633                 fix bug where clicking 'Cancel' creates an icon & text
6634                 toolbar regardless of prefs
6635         
6636
6637 2002-08-17 [oliver]     0.8.1claws72
6638
6639         * src/prefs_toolbar.c
6640                 update toolbar on CANCEL
6641                 bug reported by Martin Kluge
6642         * src/toolbar.c
6643                 toolbar_destroy memleak fixed           
6644
6645 2002-08-17 [alfons]     0.8.1claws71
6646
6647         * src/toolbar.c
6648                 plug another memleak reported by Martin Kluge
6649
6650 2002-08-16 [alfons]     0.8.1claws70
6651
6652         * src/crash.c
6653                 use execvp() correctly (suggested by wwp; thanks!)
6654
6655 2002-08-16 [alfons]     0.8.1claws69
6656
6657         * src/gtksctree.c
6658                 plug memory leak reported by Kim Schultz & Martin Kluge
6659
6660 2002-08-16 [paul]       0.8.1claws68
6661
6662         * po/es.po
6663                 updated by Ricardo Mones Lastra
6664
6665 2002-08-16 [paul]       0.8.1claws67
6666
6667         * src/toolbar.h
6668                 fix bug where 'Compose News' icon showed wrong
6669                 tooltip
6670
6671 2002-08-16 [paul]       0.8.1claws66
6672
6673         * sync with 0.8.1cvs24
6674                 see ChangeLog 2002-08-16
6675
6676         * po/it.po
6677                 updated by Alessandro Maestri
6678
6679 2002-08-15 [paul]       0.8.1claws65
6680
6681         * po/sr.po
6682                 updated by Urke MMI
6683
6684 2002-08-15 [paul]       0.8.1claws64
6685
6686         * src/*.c
6687                 don't translate debug info
6688
6689         * src/matcher.[ch]
6690                 add copyright info
6691
6692 2002-08-15 [paul]       0.8.1claws63
6693
6694         * src/prefs_toolbar.c
6695                 fix bug where clicking 'OK' creates an icon & text
6696                 toolbar regardless of prefs
6697
6698 2002-08-14 [alfons]     0.8.1claws62
6699
6700         * src/main.c
6701                 add global var that has the full argv[0]
6702         * src/crash.c
6703                 o execvp the correct sylpheed by using argv0
6704                   and setting the correct work dir
6705                 o other tweaks  
6706
6707 2002-08-14 [oliver]     0.8.1claws61
6708         
6709         * enable/disable Toolbar Action Buttons 
6710         * code cleanups
6711         * src/mainwindow.c
6712         * src/toolbar.[ch]      
6713         * src/prefs_toolbar.c   
6714
6715 2002-08-14 [melvin]     0.8.1claws60
6716
6717         * po/fr.po
6718                 Updated French translations
6719
6720 2002-08-14 [melvin]     0.8.1claws59
6721
6722         * src/crash.c
6723                 Made bug report not translatable
6724         * src/exporthtml.c
6725                 Fixed exporthtml_build_filespec() return value
6726         * src/foldersel.c
6727                 Fixed incorrect include file
6728         * src/gtkspell.c
6729         * src/prefs_actions.c
6730         * src/prefs_toolbar.c
6731                 Made debug info not translatable
6732         * src/mutt.c
6733         * src/quote_fmt.c
6734                 Added missing includes
6735         * src/prefs_common.c
6736                 Fixed typo
6737
6738 2002-08-14 [paul]       0.8.1claws58
6739
6740         * faq/es/sylpheed-faq.html
6741           faq/es/sylpheed-faq-[1-3].html
6742           faq/es/sylpheed-faq-4.html     **NEW FILE **
6743                 update Spanish FAQ
6744
6745 2002-08-13 [christoph]  0.8.1claws57
6746
6747         * src/procmsg.c
6748                 ignore thread fix that did not mark all
6749                 child nodes of a ignored thread as
6750                 ignored. Does not work perfectly yet,
6751                 but it is better now
6752
6753 2002-08-13 [alfons]     0.8.1claws56
6754
6755         * src/crash.c
6756                 o implement 'save crash log'
6757                 o some tweaks
6758
6759 2002-08-13 [melvin]     0.8.1claws55
6760
6761         * src/main.c
6762                 removed unrequired "execinfo.h" header
6763
6764 2002-08-12 [paul]       0.8.1claws54
6765
6766         * faq/en/sylpheed-faq.html
6767           faq/en/sylpheed-faq-[1-3].html
6768           faq/en/sylpheed-faq-4.html     **NEW FILE **
6769                 update English FAQ
6770
6771 2002-08-12 [alfons]     0.8.1claws53
6772
6773         * po/POTFILES.in
6774                 add crash.c to translatables
6775         * src/crash.c
6776                 bring in Leandro's crash dialog
6777
6778 2002-08-11 [alfons]     0.8.1claws52
6779
6780         * src/crash.c
6781                 clean up some warnings
6782
6783 2002-08-11 [alfons]     0.8.1claws51
6784
6785         * acconfig.h
6786         * configure.in
6787         * src/crash.[ch]        ** NEW FILES **
6788         * src/main.c            
6789                 initial gdb crash handler
6790
6791 2002-08-11 [paul]       0.8.1claws50
6792
6793         * src/prefs_toolbar.c
6794                 replace Up/Down arrow pixmaps with text to be
6795                 consistent across icon themes
6796
6797 2002-08-11 [paul]       0.8.1claws49
6798
6799         * src/prefs_common.c
6800           src/prefs_toolbar.c
6801                 rename 'Pixmap' -> 'Icon'
6802
6803         * src/toolbar.[ch]
6804                 rename  'A_SEND_QUEUD' -> 'A_SEND_QUEUED'
6805
6806 2002-08-10 [paul]       0.8.1claws48
6807
6808         * src/prefs_toolbar.c
6809                 re-work the UI
6810
6811 2002-08-10 [paul]       0.8.1claws47
6812
6813         * src/main.c
6814                 don't write Processing progress to status bar
6815                 patch submitted by Alexander Evseev
6816
6817         * src/prefs_toolbar.c
6818                 re-position and resize window
6819                 make window assume correct size on first call
6820
6821 2002-08-10 [paul]       0.8.1claws46
6822
6823         * src/mainwindow.c
6824           src/prefs_toolbar.c
6825           src/toolbar.c
6826           src/toolbar.h
6827                 obey coding style
6828                 follow UI text conventions
6829
6830 2002-08-10 [alfons]     0.8.1claws45
6831
6832         * src/toolbar.c
6833                 correct pixmap for delete action
6834
6835 2002-08-10 [paul]       0.8.1claws44
6836
6837         * po/pt_BR.po
6838                 updated by Fabio Jr. Beneditto
6839
6840 2002-08-10 [paul]       0.8.1claws43
6841
6842         * po/POTFILES.in
6843                 add custom toolbar files
6844
6845 2002-08-10 [paul]       0.8.1claws42
6846
6847         * sync with 0.8.1cvs22
6848                 see ChangeLog 2002-08-09
6849
6850 2002-08-09 [paul]       0.8.1claws41
6851
6852         * tools/Makefile.am
6853           tools/README
6854           tools/outlook2sylpheed.pl     ** NEW FILE **
6855                 add script to convert exported Outlook
6856                 contacts list to a Sylpheed addressbook.
6857                 Submitted by Ricardo Mones Lastra.
6858
6859 2002-08-09 [paul]       0.8.1claws40
6860
6861         * AUTHORS
6862           configure.in
6863           po/sr.po      ** NEW FILE **
6864                 add Serbian message catalog. Submitted by
6865                 Urosevic Aleksandar aka Urke MMI <urke-kg@eunet.yu>             
6866
6867 2002-08-09 [paul]       0.8.1claws39
6868
6869         * sync with 0.8.1cvs21
6870                 see ChangeLog 2002-08-08
6871
6872 2002-08-08 [oliver]     0.8.1claws38
6873
6874         * src/mainwindow.c
6875                 move Custom Toolbar to Configuration menu
6876
6877 2002-08-08 [oliver]     0.8.1claws37
6878
6879         * src/prefs_toolbar.c
6880                 fix substitute pixmap bug
6881
6882 2002-08-08 [paul]       0.8.1claws36
6883
6884         * sync with 0.8.1cvs19
6885                 see ChangeLog 2002-08-08
6886
6887 2002-08-07 [christoph]  0.8.1claws35
6888
6889         * src/utils.c
6890                 fixed a memory leak in new canonicalize_file_replace
6891
6892 2002-08-07 [christoph]  0.8.1claws34
6893
6894         * src/utils.[ch]
6895                 o canonicalize_file_replace should create the temporary
6896                   file in the same directory as the original file.
6897                 o added get_tmpfile_in_dir that creates a temorary file
6898                   in a specified directory.
6899
6900 2002-08-07 [melvin]     0.8.1claws33
6901
6902         * src/toolbar.c
6903                 fixed bug where 'Article' button acted as 'Email' button.
6904
6905 2002-08-07 [paul]       0.8.1claws32
6906
6907         * sync with 0.8.1.cvs17
6908                 see ChangeLog 2002-08-07
6909
6910 2002-08-07 [colin]      0.8.1claws31
6911         
6912         * src/news.c
6913                 fix mass-cancel problem
6914
6915 2002-08-07 [thorsten]   0.8.1claws30
6916
6917         * src/prefs_toolbar.c
6918                 fix: crash on replace or add new button
6919         * src/toolbar.c
6920                 fix: close xmlfile after reading
6921         * src/utils.c
6922                 fix: unlink() file before rename()
6923
6924 2002-08-06 [paul]       0.8.1claws29
6925
6926         * sync with 0.8.cvs15
6927                 see ChangeLog 2002-08-06
6928
6929 2002-08-06 [oliver]     0.8.1claws28
6930
6931         * src/toolbar.c
6932         * src/prefs_toolbar.c
6933                 fixed empty toolbar issue
6934
6935 2002-08-06 [oliver]     0.8.1claws27
6936
6937         * Custom Toolbar Final 
6938         * src/folderview.c
6939         * src/inc.c
6940         * src/summaryview.c
6941                 o toolbar stuff now lives in src/toolbar.[ch]
6942                 o main_window_toolbar_* functions are renamed to
6943                   toolbar_* reflecting their new source file
6944         * src/mainwindow.[ch]
6945                 o remove toolbar stuff  
6946
6947 2002-08-06 [oliver]     0.8.1claws26
6948         
6949         * src/Makefile.am
6950         * src/prefs_toolbar.[ch]        **New File**
6951         * src/toolbar.[ch]              **New File**
6952                 o prefs_toolbar.[ch] custom toolbar frontend
6953                 o toolbar.[ch]       backend 
6954
6955 2002-08-06 [oliver]     0.8.1claws25
6956
6957         * src/prefs_actions.[ch]
6958                 o new exported function actions_execute
6959
6960 2002-08-06 [paul]       0.8.1claws24
6961
6962         * sync with 0.8.1cvs4
6963                 see ChangeLog 2002-08-06
6964
6965 2002-08-06 [paul]       0.8.1claws23
6966
6967         * sync with 0.8.1cvs13
6968                 see ChangeLog 2002-08-06
6969
6970 2002-08-06 [paul]       0.8.1claws22
6971
6972         * sync with 0.8.1cvs12
6973                 see ChangeLog 2002-08-05 and 2002-08-06
6974
6975 2002-08-06 [match]      0.8.1claws21
6976
6977         * src/addrclip.c
6978                 improvements to cut/copy/paste address
6979
6980 2002-08-05 [match]      0.8.1claws20
6981
6982         * src/addritem.[ch]
6983         * src/addrcache.c
6984         * src/addrbook.c
6985         * src/editaddress.c
6986         * src/addressbook.c
6987                 fixes to improve cut/copy/paste
6988
6989 2002-08-06 [melvin]     0.8.1claws19
6990
6991         * src/account.[ch]
6992                 account_find_all_from_address(): new function that returns the
6993                 list of all accounts that are matched in an address.
6994         * src/alertpanel.[ch]
6995                 alertpanel() now accepts a custom widget
6996                 alertpanel_with_widget(): new function that pops up a panel with
6997                 a custom widget in it 
6998         * src/gtkutils.[ch]
6999                 gtkut_account_menu_new(): new function that allows the selection
7000                 of an account from a list of accounts.
7001         * src/messageview.c
7002                 Extended Return Receipt notification to select the correct 
7003                 account and to make a security test on the Delivery-Notification
7004                 address which should be the same as the Return-Path.
7005
7006 2002-08-06 [thorsten]   0.8.1claws18
7007
7008         * src/mimeview.c
7009                 attach_all: save unnamed as "noname.%d",
7010                 dont free static dirname
7011
7012 2002-08-05 [alfons]     0.8.1claws17
7013
7014         * configure.in
7015                 detect XIM by trying to link rather than compile a XIM program
7016
7017 2002-08-05 [oliver]     0.8.1claws16
7018                 
7019         * src/stock_pixmap.[ch]
7020                 o add UP_ARROW to available pixmaps (already in pixmap-directory)
7021                 o new func to retrieve pixmaps
7022
7023 2002-08-05 [paul]       0.8.1claws15
7024
7025         * sync with 0.8.1cvs10
7026                 see ChangeLog 2002-08-05
7027
7028 2002-08-04 [alfons]     0.8.1claws14
7029
7030         * src/textview.c
7031                 see if this plugs memleak
7032
7033 2002-08-04 [melvin]     0.8.1claws13
7034
7035         * src/gtkspell.c
7036                 fixed bug that could crash Sylpheed when highlighting
7037                 all misspelled words.
7038
7039 2002-08-03 [melvin]     0.8.1claws12
7040
7041         * src/prefs_actions.c
7042                 removed unnecessary checks for NULL introduced in 0.8.1claws11.
7043         * src/messageview.c
7044                 fixed bug where the Return Receipt was sent to
7045                 Delivery-Notification-To address even if it was not present
7046
7047 2002-08-02 [alfons]     0.8.1claws11
7048
7049         * src/prefs_actions.c
7050                 o more check for NULLs
7051                 o put create_io_dialog() in right conditional block
7052
7053 2002-08-02 [paul]       0.8.1claws10
7054
7055         * po/es.po
7056                 updated by Ricardo Mones Lastra
7057
7058 2002-08-01 [christoph]  0.8.1claws9
7059
7060         * src/folder.c
7061                 don't free the cache of the opened
7062                 folder in the summaryview
7063         * src/summaryview.c
7064                 don't unset flags, if it is not required
7065
7066 2002-08-01 [paul]       0.8.1claws8
7067
7068         * sync with 0.8.1cvs8
7069                 see ChangeLog entry 2002-08-01
7070
7071 2002-08-01 [paul]       0.8.1claws7
7072
7073         * sync with 0.8.1cvs7
7074                 see ChangeLog 2002-07-31 and 2002-08-01
7075
7076 2002-07-31 [christoph]  0.8.1claws6
7077
7078         * src/mainwindow.c
7079                 forgot to update menu sensitivity
7080                 function for new menu entry
7081
7082 2002-07-31 [alfons]     0.8.1claws5
7083
7084         * src/main.c
7085                 check folder item and its path for NULL on
7086                 initial processing
7087
7088 2002-07-31 [christoph]  0.8.1claws4
7089
7090         * src/folder.c
7091                 check if folder_item_get_msginfo in
7092                 folder_item_remove_msg returned NULL
7093         * src/imap.c
7094                 better clear the uid cache in the
7095                 uid validity check function and delete
7096                 cached messages
7097
7098 2002-07-31 [paul]       0.8.1claws3
7099
7100         * man/sylpheed.1
7101                 add the '--attach' option and a few other
7102                 minor changes
7103
7104 2002-07-31 [paul]       0.8.1claws2
7105
7106         * sync with 0.8.1cvs5
7107                 see ChangeLog 2002-07-31
7108
7109 2002-07-31 [christoph]  0.8.1claws1
7110
7111         * src/folderview.[ch]
7112         * src/mainwindow.c
7113                 replace "Rescan all folders..." with
7114                 "Check all folders for new messages..."
7115
7116 2002-07-30 [paul]       0.8.1claws
7117
7118         * version 0.8.1claws released
7119
7120 2002-07-30 [paul]       0.8.0claws29
7121
7122         * tools/OOo2sylpheed.pl ** NEW FILE **
7123           tools/README
7124                 add script to enable sending documents as
7125                 attachments from OpenOffice.org
7126
7127 2002-07-30 [melvin]     0.8.0claws28
7128
7129         * src/prefs_actions.c
7130                 Made the actions' input/output dialog display
7131                 without delay.
7132
7133 2002-07-30 [christoph]  0.8.0claws27
7134
7135         * src/procmsg.c
7136                 check if folder_item_get_msginfo in
7137                 procmsg_save_to_outbox returned NULL
7138
7139 2002-07-30 [paul]       0.8.0claws26
7140
7141         * sync with 0.8.1cvs4
7142                 see ChangeLog 2002-07-29
7143
7144 2002-07-29 [thorsten]   0.8.0claws25
7145
7146         * README.claws
7147                 added selective download, delete on server
7148
7149 2002-07-29 [paul]       0.8.0claws24
7150
7151         * sync with 0.8.1cvs3
7152                 see ChangeLog 2002-07-29
7153
7154 2002-07-27 [christoph]  0.8.0claws23
7155
7156         * src/folder.c
7157                 add extra check if fetching the msginfo
7158                 returned NULL
7159
7160 2002-07-27 [paul]       0.8.0claws22
7161
7162         * sync with 0.8.1cvs2
7163                 see ChangeLog 2002-07-26
7164
7165 2002-07-27 [christoph]  0.8.0claws21
7166
7167         * src/imap.c
7168                 add another check if a valid msginfo
7169                 was returned
7170
7171 2002-07-26 [hoa]        0.8.0claws20
7172
7173         * src/folder.c
7174                 Fixed a condition in folder_item_destroy()
7175
7176         * src/imap.c
7177                 Fixed an error in IMAP protocol
7178
7179 2002-07-26 [alfons]     0.8.0claws19
7180
7181         * src/folder.c
7182                 ofcourse compare with identifier, not the path
7183
7184 2002-07-26 [alfons]     0.8.0claws18
7185
7186         * src/folder.c
7187                 use folder item identifier for saving / restoring
7188                 preferences because folder->path might not be unique
7189
7190 2002-07-26 [melvin]     0.8.0claws17
7191
7192         * src/logwindow.c
7193                 Fixed a crash introduced in 0.8.0claws5 when log is 
7194                 cut under 80 characters.
7195
7196 2002-07-26 [paul]       0.8.0claws16
7197
7198         * sync with 0.8.1cvs1
7199                 see ChangeLog 2002-07-26
7200
7201 2002-07-26 [christoph]  0.8.0claws15
7202
7203         * src/imap.[ch]
7204                 imap folder now remembers the last selected
7205                 folder and imap_fetch_msginfo skips selecting
7206                 the folder if it is already selected
7207
7208 2002-07-26 [christoph]  0.8.0claws14
7209
7210         * src/folder.c
7211         * src/folderview.c
7212         * src/imap.c
7213                 fix imap folder rescanning
7214
7215 2002-07-25 [christoph]  0.8.0claws13
7216
7217         * src/filter.c
7218         * src/folder.[ch]
7219         * src/folderview.c
7220         * src/imap.[ch]
7221         * src/mainwindow.c
7222         * src/mbox_folder.c
7223         * src/mh.c
7224         * src/news.c
7225                 implement imap uid cache and uid validity check
7226
7227 2002-07-25 [alfons]     0.8.0claws12
7228
7229         * src/summaryview.c
7230                 fix a brown paper bag bug, and also add some more
7231                 checks
7232
7233 2002-07-25 [christoph]  0.8.0claws11
7234
7235         * src/folder.c
7236                 don't mix copy, fetch_msginfo and remove
7237                 operations in folder item copy and move
7238                 operations
7239
7240 2002-07-25 [christoph]  0.8.0claws10
7241
7242         * src/folderview.c
7243         * src/mainwindow.c
7244         * src/prefs_folder_item.c
7245         * src/summaryview.[ch]
7246                 remove no longer required parameter update_cache from
7247                 summary_show
7248
7249 2002-07-25 [paul]       0.8.0claws9
7250
7251         * sync with 0.8.1
7252         
7253         * AUTHORS
7254                 a few corrections
7255
7256 2002-07-24 [alfons]     0.8.0claws8
7257
7258         * src/summaryview.c
7259                 sort correctly when using simplified subject line
7260                 (closes feature request "[ 585141 ] applying regexp to subject 
7261                 before sort" submitted by Alexandra Walford)
7262
7263 2002-07-24 [paul]       0.8.0claws7
7264
7265         * sync with 0.8.0cvs3
7266                 see ChangeLog 2002-07-24
7267
7268 2002-07-23 [christoph]  0.8.0claws6
7269
7270         * src/folder.c
7271         * src/folder.h
7272         * src/summaryview.c
7273         * src/summaryview.h
7274         * src/main.c
7275                 o separate processing and summaryview
7276                 o removed summary_write_cache from summaryview
7277                 o removed summaryview->killed_messages, because we don't have
7278                   to keep a list of killed messages anymore. New cache will
7279                   keep the hidden messages in cache anyway
7280         * src/folderview.c
7281         * src/inc.c
7282         * src/selective_download.c
7283                 o removed unnecessary summary_write_cache calls
7284         * src/procmsg.c
7285                 o don't set ignore thread flag in procmsg_get_thread_tree
7286                   if it is already set
7287         * src/mainwindow.c
7288         * src/statusbar.h
7289                 o moved STATUSBAR_PUSH/POP to statusbar.h because
7290                   they are used in different files
7291
7292 2002-07-23 [melvin]     0.8.0claws5
7293
7294         * src/addressbook.c
7295         * src/addrgather.c
7296         * src/editaddress.c
7297         * src/editgroup.c
7298         * src/editldap_basedn.c
7299         * src/importldif.c
7300         * src/prefs_common.c
7301                 Fixed few memory leak (gtk_editable_get_chars returns
7302                 an allocated string)
7303         * src/logwindow.c
7304                 Fixed few memory leak (gtk_editable_get_chars returns
7305                 an allocated string) and modified a little the log cutting
7306                 loop.
7307         * src/compose.c
7308                 Replaced a call to an obsolete function gtk_entry_get_text()
7309                 by gtk_editable_get_chars()
7310         * src/send.c
7311                 Removed a debug printf
7312
7313 2002-07-23 [christoph]  0.8.0claws4
7314
7315         * src/filesel.c
7316                 fix another g_dirname memory leak
7317
7318 2002-07-23 [christoph]  0.8.0claws3
7319
7320         * src/mh.c
7321                 fixed a memory leak in mh_fetch_msginfo
7322                 fixed crash when message header could not be
7323                 parsed
7324
7325 2002-07-23 [paul]       0.8.0claws2
7326
7327         * sync with 0.8.0cvs2
7328                 see ChangeLog 2002-07-23
7329
7330 2002-07-23 [paul]       0.8.0claws1
7331
7332         * sync with 0.8.0cvs1
7333                 see ChangeLog 2002-07-23
7334
7335 2002-07-23 [paul]       0.8.0claws
7336
7337         * release of 0.8.0claws
7338
7339 2002-07-23 [paul]       0.7.8claws99
7340
7341         * po/ru.po
7342                 new Russian translation, submitted by
7343                 Botalov Vyacheslav <botalov_v@upr.uralkaly.ru>
7344
7345 2002-07-22 [jens]       0.7.8claws98
7346
7347         * po/de.po
7348                 Updated German translations.
7349
7350 2002-07-22 [paul]       0.7.8claws97
7351
7352         * po/es.po
7353           po/it.po
7354           po/nl.po
7355           po/pt_BR.po
7356                 updated translations by Ricardo Mones Lastra,
7357                 Alessandro Maestri, Wilbert Berendsen and 
7358                 Fabio Jr. Beneditto respectively
7359
7360 2002-07-22 [christoph]  0.7.8claws96
7361
7362         * src/mimeview.c
7363                 fix memory leak caused by wrong g_dirname usage
7364
7365 2002-07-22 [christoph]  0.7.8claws95
7366
7367         * src/summaryview.c
7368                 update new and unread message counts for summaryview
7369                 summaryview does not get it from the folder anymore
7370                 and has to update the values itself
7371
7372 2002-07-22 [melvin]     0.7.8claws94
7373
7374         * po/fr.po
7375                 Updated French translations.
7376
7377 2002-07-22 [christoph]  0.7.8claws93
7378
7379         * src/matcher.c
7380                 set prop->preg pointer to NULL or following check
7381                 will not fail and regexec will be called with
7382                 invalid pointer
7383
7384 2002-07-21 [alfons]     0.7.8claws92
7385         
7386         * src/prefs_common.[ch]
7387                 remove option "Send return receipt on request"
7388
7389 2002-07-21 [thorsten]   0.7.8claws91
7390
7391         * src/mimeview.c
7392                 fixed memleaks, coding style as pointed out by alfons
7393
7394 2002-07-21 [alfons]     0.7.8claws90
7395
7396         * src/messageview.c
7397         * src/noticeview.[ch]
7398                 o fix bug notice view being displayed when going to empty folder 
7399                   (noticed by Christoph)
7400                 o allow RRR to be sent when restarting sylpheed, or changing folder 
7401                   (noticed by Thorsten)
7402
7403 2002-07-21 [thorsten]   0.7.8claws89
7404
7405         * src/mimeview.c
7406                 Included save_all patch from Xaview FACQ
7407                 added support for pathnames
7408
7409 2002-07-21 [alfons]     0.7.8claws88
7410
7411         * po/POTFILES.in
7412         * src/Makefile.am
7413         * src/mainwindow.c
7414         * src/messageview.[ch]
7415         * src/noticeview.c      ** NEW FILE **
7416         * src/noticeview.h      ** NEW FILE **
7417                 make return receipts work again
7418                 (UI idea by Leandro Pereira)
7419
7420 2002-07-21 [paul]       0.7.8claws87
7421
7422         * src/summaryview.c
7423                 fix sensitivity of 'Select thread'
7424
7425 2002-07-21 [paul]       0.7.8claws86
7426
7427         * src/prefs_common.c
7428                 add browser command line for Galeon
7429
7430 2002-07-21 [paul]       0.7.8claws85
7431
7432         * Makefile.am
7433                 fix 'EXTRA_DIST': remove README.README, add TODO
7434                 and TODO.claws
7435
7436 2002-07-21 [alfons]     0.7.8claws84
7437
7438         * src/gtkstext.c
7439                 make enter clear selection
7440                 (closes "[ 579888 ] Editor selection/entry error"
7441                 reported by Steve Lamb)
7442
7443 2002-07-21 [alfons]     0.7.8claws83
7444         
7445         * src/summaryview.c
7446                 sort message list when selecting unthread messages
7447                 (closes "[ 501593 ] switching threaded view doesn't sort"
7448                 reported by Simon Schubert)
7449
7450 2002-07-20 [alfons]     0.7.8claws82
7451         
7452         * src/matcher.c
7453                 const-correctness
7454
7455 2002-07-20 [thorsten]   0.7.8claws81
7456
7457         * src/matcher.c
7458                 Fixed expansion of empty fields in matchactions
7459
7460 2002-07-19 [melvin]     0.7.8claws80
7461
7462         * src/gtkspell.c
7463                 Removed a duplicate menu entry (fast mode) introduced during
7464                 the new cache merge
7465                 Added a menu separator between 'Use alternate' and 'Fast mode'
7466
7467 2002-07-19 [paul]       0.7.8claws79
7468
7469         * tools/Makefile.am
7470           tools/README
7471                 correct typos
7472
7473 2002-07-19 [thorsten]   0.7.8claws78
7474
7475         * tools/calypso_convert.pl      ** NEW FILE **
7476           tools/README
7477           tools/Makefile.am
7478                 script to import mbox files exported
7479                 by calypso
7480                 o generates folder structure
7481                 o includes attachments
7482
7483 2002-07-19 [melvin]     0.7.8claws77
7484
7485         * src/selective_download.[ch]
7486                 Fixed bug where closing the dialog with the window manager's
7487                 close button will not unlock the summary
7488                 Corrected some function declarations that missed a return value
7489                 Made the source code comply better with coding style.
7490         * src/prefs_common.c
7491                 Added new browser command line for Mozilla.
7492
7493 2002-07-18 [paul]       0.7.8claws76
7494
7495         * src/mainwindow.c
7496           src/selective_download.[ch]
7497                 reflect theme changes, fix Gdk Warning when creating 
7498                 pixmap from NULL window, and minor clean up.
7499                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
7500
7501         * po/en_GB.po
7502                 updated
7503
7504 2002-07-17 [paul]       0.7.8claws75
7505
7506         * INSTALL[.jp]
7507                 sync with 0.8.0
7508         
7509         * po/en_GB.po
7510                 updated
7511
7512 2002-07-16 [paul]       0.7.8claws74
7513
7514         * tools/filter_conv.pl
7515           tools/README
7516                 replace conversion script with reimplemented version, 
7517                 submitted by Torsten Schoenfeld <kaffeetisch@web.de>
7518
7519 2002-07-16 [colin]      0.7.8claws73
7520
7521         * src/summaryview.c
7522                 remove forgotten debug messages - sorry ;-)
7523
7524 2002-07-16 [colin]      0.7.8claws72
7525
7526         * src/mimeview.c
7527           src/summaryview.c
7528           src/textview.c
7529           src/textview.h
7530                 add the ability to select part of a text mime-part 
7531                 to reply.
7532
7533 2002-07-15 [christoph]  0.7.8claws71
7534
7535         * src/folder.c
7536                 fix folder message count for folders without
7537                 msg_is_changed (includes news folders)
7538
7539 2002-07-15 [martin]     0.7.8claws70
7540
7541         * src/summaryview.c
7542                 option "display recipient on 'From'..." now works
7543                 without the need of enabling the option
7544                 "display  sender  using  address  book".
7545
7546 2002-07-15 [christoph]  0.7.8claws69
7547
7548         * src/summaryview.c
7549                 removed setting folder status from summaryview.
7550                 folder.c should update all message counts correctly.
7551
7552 2002-07-15 [paul]       0.7.8claws68
7553
7554         * po/pt_BR.po
7555                 updated by Fabio Junior Beneditto
7556
7557 2002-07-15 [darko]      0.7.8claws67
7558
7559         * src/mh.c
7560                 Fixed target folder colorization, don't decrease op
7561                 number twice
7562
7563 2002-07-14 [paul]       0.7.8claws66
7564
7565         * sync with main 0.8.0
7566                 see ChangeLog 2002-07-14
7567
7568 2002-07-13 [melvin]     0.7.8claws65
7569         
7570         * src/addrbook.c
7571         * src/addressbook.c
7572         * src/addrindex.c
7573                 Replaced sprintf by g_snprintf to prevent possible buffer
7574                 overflow.
7575         * src/news.c
7576                 Corrected a log message output format.
7577                 Added a missing "done" debug output.
7578         * src/compose.c
7579                 Added keyboard accelerator for Priority menu items
7580                 Added missing \n in debug output
7581         * src/logwindow.c
7582         * src/gtkspell.c
7583         * src/rfc2015.c
7584                 Added missing \n in debug output
7585
7586 2002-07-13 [paul]       0.7.8claws64
7587
7588         * man/sylpheed.1
7589                 change Sergey's email address to the sf address
7590
7591         * src/textview.c
7592                 increase show_url_timeout (more useful for long
7593                 urls)
7594
7595 2002-07-12 [sergey]     0.7.8claws63
7596
7597         * src/rfc2015.c
7598                 applied (with some modifications) patch to set the
7599                 micalg parameter for signatures
7600                 (2001-08-28 Werner Koch <wk@gnupg.org>)
7601
7602 2002-07-12 [sergey]     0.7.8claws62
7603
7604         * man/Makefile.am
7605         * configure.in
7606                 fixed man page installation
7607
7608 2002-07-12 [paul]       0.7.8claws61
7609
7610         * sync with 0.7.8cvs26
7611                 see ChangeLog 2002-07-11 and 2002-07-12
7612
7613 2002-07-11 [christoph]  0.7.8claws60
7614
7615         * src/compose.c
7616         * src/procmsg.c
7617                 first use the message number to find the message
7618                 to mark with a reply flag but check the
7619                 message-id if we got the correct message, if not
7620                 try to find it by message-id.
7621                 use new string seperator that is not allowed
7622                 in message-ids.
7623
7624 2002-07-11 [paul]       0.7.8claws59
7625
7626         * sync with 0.7.8cvs23
7627                 see ChangeLog 2002-07-10
7628
7629 2002-07-10 [christoph]  0.7.8claws58
7630
7631         * src/folder.[ch]
7632         * src/msgcache.[ch]
7633                 Added message-id table to the cache in memory
7634                 and functions to msgcache.c and folder.c to
7635                 fetch MsgInfos by message id
7636         * src/compose.c
7637         * src/procmsg.c
7638                 store folder and message-id of message replying
7639                 to in queue header and set reply flag after sending
7640                 (Closes bug #469498)
7641
7642 2002-07-10 [paul]       0.7.8claws57
7643
7644         * AUTHORS
7645           man/sylpheed.1.gz
7646                 add Martin to the list of authors
7647
7648 2002-07-09 [martin]     0.7.8claws56
7649         * src/gtksctree.c
7650                 Added gtk_ctree_last_visible(), tree_update_level(),
7651                 gtk_ctree_link(), gtk_ctree_unlink(), real_sort_list(),
7652                 tree_sort(), gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
7653                 from gtk+ to gtksctree.c for the new sorting code
7654                 Renamed gtk_ctree_sort_recusive() to gtk_sctree_sort_recursive
7655                 Renamed gtk_ctree_sort_node() to gtk_sctree_sort_node
7656         * src/gtksctree.h
7657                 Added declaration for gtk_sctree_sort_recursive() and
7658                 gtk_sctree_sort_node
7659         * src/addressbook.c
7660         * src/foldersel.c
7661         * src/folderview.c
7662         * src/summaryview.c
7663                 changed calls from gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
7664                 to gtk_sctree_sort_recursive() and gtk_sctree_sort_node()
7665
7666 2002-07-08 [paul]       0.7.8claws55
7667
7668         * more sync with 0.7.8cvs21
7669                 see ChangeLog 2002-07-08
7670
7671 2002-07-08 [paul]       0.7.8claws54
7672
7673         * sync with 0.7.8cvs21
7674                 see ChangeLog 2002-07-08
7675
7676 2002-07-07 [alfons]     0.7.8claws53
7677
7678         * src/Makefile.am
7679         * src/stock_pixmap.[ch]
7680         * src/pixmaps/notice_warn.xpm   ** NEW FILE **
7681         * src/pixmaps/notice_error.xpm  ** NEW FILE **
7682         * src/pixmaps/notice_note.xpm   ** NEW FILE **
7683                 add new pixmaps for upcoming notice pane
7684
7685 2002-07-06 [melvin]     0.7.8claws52
7686
7687         * src/gtkspell.[ch]
7688                 Made them a bit closer to Sylpheed's coding style.
7689                 Removed old code.
7690                 Removed possible memory leaks when some errors occurs.
7691
7692 2002-07-06 [melvin]     0.7.8claws51
7693
7694         * po/Makefile.in.in
7695                 Removed --no-location in xgettext command line to help
7696                 translators that use Emacs' po-mode
7697         * src/quote_fmt.c
7698                 Removed unnecessary comments that messed up sylpheed.pot
7699
7700 2002-07-06 [paul]       0.7.8claws50
7701
7702         * sync with 0.7.8cvs19
7703                 see ChangeLog 2002-07-05
7704
7705 2002-07-06 [christoph]  0.7.8claws49
7706
7707         * src/folder.c
7708         * src/mainwindow.c
7709                 fix folder_item_remove_all_msg and folderview
7710                 status for trash folders after emptying trash
7711
7712 2002-07-05 [paul]       0.7.8claws48
7713
7714         * sync with 0.7.8cvs16
7715                 see ChangeLog 2002-07-04 and 2002-07-05
7716
7717 2002-07-04 [paul]       0.7.8claws47
7718
7719         * sync with 0.7.8cvs14
7720                 see  ChangeLog 2002-07-04
7721
7722 2002-07-03 [alfons]     0.7.8claws46
7723
7724         * src/folder.c
7725                 dupe folder item's path because it's being reallocated
7726                 by new folder scanning code
7727
7728 2002-07-03 [christoph]  0.7.8claws45
7729
7730         * src/imap.c
7731                 better IMAP uid fetching using 'FETCH 1:* (UID)'
7732         * src/msgcache.c
7733                 add missing return in msgcache_write
7734
7735 2002-07-02 [thorsten]   0.7.8claws44
7736
7737         * src/jpilot.c
7738         * src/msgcache.c
7739         * src/rfc2015.c
7740                 use binary mode for file access
7741
7742 2002-07-02 [christoph]  0.7.8claws43
7743
7744         * major code cleanup (part 1)
7745         
7746                 - unused variables removed
7747                 - unused functions removed
7748                 - uninitialized variables checked
7749                 - missing return statements added
7750                 - missing function return types added
7751                 - added parentheses around assignment and
7752                   && in || when suggested by gcc
7753               
7754         * src/mh.c
7755         * src/folder.c
7756                 replaced direct calls to folder->scan_tree
7757                 with folder_scan_tree and restore folder
7758                 prefs in this function. The folder should
7759                 not have to deal with them.
7760                 ( Should now work for all folder types )
7761
7762 2002-07-02 [paul]       0.7.8claws42
7763
7764         * sync with 0.7.8cvs13
7765                 see ChangeLog 2002-07-01 and 2002-07-02
7766
7767 2002-07-01 [christoph]  0.7.8claws41
7768
7769         * src/summaryview.c
7770                 fix "goto next/prev unread message" with
7771                 ignored threads
7772
7773 2002-07-01 [paul]       0.7.8claws40
7774
7775         * po/es.po
7776                 updated by Ricardo Mones Lastra
7777
7778 2002-06-30 [match]      0.7.8claws39
7779
7780         * src/jpilot.c
7781                 applied variation of leonerd's patch (566661) to
7782                 allow multiple email addresses per JPilot entry.
7783                 addresses may be separated by space, comma, pipe,
7784                 semi-colon, new-line.
7785
7786 2002-06-30 [alfons]     0.7.8claws38
7787
7788         * src/procmsg.c
7789                 simple fix for putting older nodes before
7790                 newer nodes when threading by subject
7791
7792 2002-06-30 [christoph]  0.7.8claws37
7793
7794         * src/folder.c
7795         * src/folderview.c
7796         * src/mh.c
7797         * src/news.c
7798         * src/procmsg.c
7799                 fix broken folder tree rescaning
7800                 and don't use procmsg_get_mark_sum
7801                 anymore
7802
7803 2002-06-30 [christoph]  0.7.8claws36
7804
7805         * merge new cache branch
7806         * src/imap.c
7807                 fix new cache imap copy bug
7808         * src/folder.c
7809                 improved folder_item_scan
7810                 it should now always set the correct
7811                 new, unread and total message counts
7812
7813 2002-06-29 [paul]       0.7.8claws35
7814
7815         * configure.in
7816                 correct syntax error
7817
7818 2002-06-29 [paul]       0.7.8claws34
7819
7820         * configure.in
7821           Makefile.am
7822           man/Makefile.am       ** NEW FILE **
7823           man/sylpheed.1.gz     ** NEW FILE **
7824                 add Sylpheed man page
7825
7826 2002-06-29 [paul]       0.7.8claws33
7827
7828         * po/pt_BR.po
7829                 updated by Fabio Junior Beneditto
7830
7831 2002-06-28 [jens]       0.7.8claws32
7832
7833         * po/de.po
7834                 translation updated
7835
7836         * src/selective_download.c
7837                 removed gettext for space " "
7838
7839         * src/imap.c
7840                 removed wrong space
7841
7842 2002-06-28 [paul]       0.7.8claws31
7843
7844         * sync with 0.7.8cvs11
7845                 see ChangeLog 2002-06-28
7846
7847 2002-06-28 [paul]       0.7.8claws30
7848
7849         * sync with 0.7.8cvs10
7850                 see ChangeLog 2002-06-27 and 2002-06-28
7851
7852 2002-06-26 [paul]       0.7.8claws29
7853
7854         * src/addrgather.c
7855           src/selective_download.c
7856                 don't gettextise empty strings.
7857                 reserved by gettext. gettext("") returns 
7858                 the header entry with meta information, 
7859                 not the empty string
7860
7861         * po/en_GB.po
7862                 updated
7863
7864 2002-06-26 [paul]       0.7.8claws28
7865
7866         * sync with 0.7.8cvs7
7867                 see ChangeLog 2002-06-25
7868
7869         * src/prefs_common.c
7870                 ...and in the process, tweak the gui a little
7871
7872 2002-06-25 [alfons]     0.7.8claws27
7873         
7874         * configure.in
7875         * src/Makefile.am
7876                 fine tune ldap library detection
7877
7878 2002-06-25 [alfons]     0.7.8claws26
7879
7880         * src/compose.c
7881                 don't allow return receipts when composing a news article
7882
7883 2002-06-25 [paul]       0.7.8claws25
7884
7885         * Makefile.am
7886                 add '$(AMTAR)' to 'release' section to allow for
7887                 new and older autotools
7888
7889 2002-06-25 [paul]       0.7.8claws24
7890
7891         * src/summaryview.c
7892                 fix "No more unread messages" persistant pop-up
7893                 window bug
7894
7895 2002-06-25 [paul]       0.7.8claws23
7896
7897         * po/it.po
7898                 updated by Alessandro Maestri
7899
7900 2002-06-25 [paul]       0.7.8claws22
7901
7902         * sync with 0.7.8cvs6
7903                 see ChangeLog 2002-06-25
7904
7905 2002-06-24 [paul]       0.7.8claws21
7906
7907         * tools/update-po
7908                 add GPL copyright information
7909
7910 2002-06-24 [paul]       0.7.8claws20
7911
7912         * tools/Makefile.am
7913           tools/README
7914           tools/update-po       ** NEW FILE **
7915                 add script that eases the creation of *.po files
7916                 Submitted by Wilbert Berendsen <wilbert@oswf.org>
7917
7918 2002-06-23 [alfons]     0.7.8claws19
7919
7920         * src/messageview.c
7921                 make notification_convert_header obey const correctness
7922                 (next step will be fixing the broken return receipt)
7923
7924 2002-06-23 [paul]       0.7.8claws18
7925
7926         * src/messageview.c
7927                 fix bug introduced in last commit:
7928                 removed too much code in last commit - put back what's
7929                 needed
7930
7931 2002-06-23 [paul]       0.7.8claws17
7932
7933         * src/messageview.[ch]
7934                 remove code committed in error from locally patched
7935                 source
7936
7937 2002-06-23 [colin]      0.7.8claws16
7938
7939         * src/compose.[ch]
7940                 add compose_entry_select(), used to select the default_to
7941                 email address - hopefully avoiding people sending mails to
7942                 wrong recipients.
7943
7944 2002-06-22 [alfons]     0.7.8claws15
7945
7946         * AUTHORS
7947                 add Bram Metsch & Stanislav Karchebny
7948         * src/smtp.[ch]
7949         * src/prefs_account.[ch]
7950         * src/send.c
7951                 - apply and adapt Bram's patch which allows user to set SMTP AUTH 
7952                   options.  (see <http://sourceforge.net/tracker/index.php
7953                   ?func=detail&aid=566937&group_id=25528&atid=384600>);
7954
7955                 - merge Stanislav's fix to make SMTP AUTH work with qmail
7956                   (see <http://www.tmtm.org/cgi-bin/w3ml/msg.cgi?ml=sylpheed&id=14343>)
7957
7958 2002-06-22 [paul]       0.7.8claws14
7959
7960         * sync with 0.7.8cvs5
7961                 see ChangeLog 2002-06-19 and 2002-06-20
7962
7963 2002-06-22 [alfons]     0.7.8claws13
7964
7965         * src/selective_download.c
7966                 fix a stupid mistake I made
7967
7968 2002-06-22 [alfons]     0.7.8claws12
7969
7970         * src/selective_download.[ch]
7971                 fix another unnoticed leak; cleanup code
7972
7973 2002-06-21 [alfons]
7974
7975         * tools/Makefile.am
7976                 gpg-sign <-- gpg-sign-syl
7977
7978 2002-06-21 [alfons]     0.7.8claws11
7979
7980         * src/selective_download.c
7981         * src/selective_download.h
7982                 fix assorted mix of allocation errors (should solve
7983                 problem reported by Philippe Gramoullé, see:
7984                 http://sourceforge.net/mailarchive/forum.php?thread_id=828668&forum_id=2006)
7985
7986 2002-06-20 [melvin]     0.7.8claws10
7987
7988         * tools/gpg-sign *REMOVED*
7989           tools/gpg-sign-syl *ADDED*
7990                 Replaced the gpg clearsigning script with the version using
7991                 xterm instead of ssh-askpass and changed its name.
7992
7993         * README.claws
7994                 Updated actions example to reflect the renaming of the
7995                 gpg clearsigning script.
7996
7997 2002-06-19 [paul]       0.7.8claws9
7998
7999         * sync with 0.7.8claws9
8000                 see ChangeLog 2002-06-18 and 2002-06-19
8001
8002 2002-06-19 [paul]       0.7.8claws8
8003
8004         * sync with 0.7.8cvs1
8005                 see ChangeLog 2002-06-18
8006
8007 2002-06-18 [alfons]     0.7.8claws7
8008
8009         * src/mainwindow.h
8010                 add omitted prototype
8011
8012 2002-06-17 [paul]       0.7.8claws6
8013
8014         * src/mainwindow.c
8015                 fix hiding of exec_btn
8016
8017 2002-06-17 [paul]       0.7.8claws5
8018
8019         * src/pop.c
8020                 remove unneeded code: should_delete() 
8021                 and Pop3State::uidl_todelete_list
8022
8023 2002-06-17 [paul]       0.7.8claws4
8024
8025         * sync with 0.7.8
8026                 see ChangeLog 2002-06-11 and 2002-06-13
8027
8028 2002-06-16 [alfons]     0.7.8claws3
8029         
8030         * src/folder.c
8031                 make sure lock sort mode (claws specific) is
8032                 also persists after a tree rescan
8033
8034 2002-06-16 [alfons]     0.7.8claws2
8035
8036         * src/prefs_folder_item.c
8037         * src/folder.[ch]
8038                 fix persistence of folder sort mode (broken
8039                 by adapting Hiro's new folder persistence code)
8040
8041 2002-06-16 [alfons]     0.7.8claws1
8042
8043         * AUTHORS
8044         * src/logwindow.c
8045         * src/prefscommon.[ch]
8046                 control size of log text in log window; 
8047                 closes patch #569155 submitted by Mitko Haralanov.
8048
8049 2002-06-15 [paul]       0.7.8claws
8050
8051         * release of 0.7.8claws
8052
8053 2002-06-15 [paul]       0.7.7claws
8054
8055         * po/pt_BR.po
8056                 updated by Fabio Junior Beneditto
8057
8058 2002-06-14 [paul]       0.7.6claws49
8059
8060         * po/es.po
8061                 updated by Ricardo Mones Lastra
8062
8063 2002-06-14 [paul]       0.7.6claws48
8064
8065         * po/nl.po
8066                 updated translation by Wilbert Berendsen
8067
8068 2002-06-14 [melvin]     0.7.6claws47
8069
8070         * po/fr.po
8071                 Updated French translation
8072
8073 2002-06-13 [paul]       0.7.6claws46
8074
8075         * src/filesel.c
8076                 allow filename to be typed in, rather than just
8077                 selected by the mouse. Patch by Gustavo Noronha Silva.
8078
8079 2002-06-13 [alfons]     0.7.6claws45
8080
8081         * src/mainwindow.[ch]
8082                 more cleanups (removing unnecessary menu items Expand 
8083                 summary / message view)
8084
8085 2002-06-13 [melvin]     0.7.6claws44
8086
8087         * po/POTFILES.in
8088                 Added src/string_match.c
8089         * src/string_match.c
8090                 Fixed possible buffer overflow.
8091                 Corrected typo.
8092                 Added missing config.h header.
8093         * src/prefs_common.c
8094           src/prefs_matcher.c
8095           src/prefs_scoring.c
8096                 Made some strings translatable (missing _(..)).
8097
8098 2002-06-13 [melvin]     0.7.6claws43
8099
8100         * README.claws
8101                 Corrected action example (verifying clearsigned mail).
8102         * src/prefs_account.c
8103                 Corrected typo.
8104         * src/prefs_common.c
8105                 Removed incorrect line that generated a Gtk-CRITICAL msg.
8106
8107 2002-06-12 [alfons]     0.7.6claws42
8108
8109         * src/summaryview.c
8110                 add init of score column lost in 0.7.6claws42
8111
8112 2002-06-12 [paul]       0.7.6claws41
8113
8114         * src/prefs_account.c
8115                 CREATE_RADIO_BUTTONS(): fixed a typo and corrected the 
8116                 behavior of the radio buttons, (from 0.7.7cvs2)
8117
8118 2002-06-11 [alfons]     0.7.6claws40
8119
8120         * src/messageview.[ch]
8121         * src/summaryview.[ch]
8122         * src/summary_search.c
8123         * src/mainwindow.c
8124                 perform a sync to bring in Hiro's separate view implementation 
8125
8126                 (NOTE: may still be buggy; 0.7.6claws39 marked as LAST_STABLE)
8127
8128 2002-06-11 [paul]       0.7.6claws39
8129         
8130         * src/prefs_account.c
8131                 correct a typo on the Receive tab
8132
8133 2002-06-10 [match]      0.7.6claws38
8134
8135         * src/addressbook.c
8136                 Included address completion patch from Gustavo Noronha.
8137
8138 2002-06-10 [paul]       0.7.6claws37
8139
8140         * src/inc.[ch]
8141           src/pop.c
8142           src/prefs_account.[ch]
8143           src/selective_download.[ch]
8144                 apply PATCH #561712
8145                  NEW:
8146                 - check if POP Account
8147                 - Receive Button renamed to Preview
8148                 - Preview Button Popup: preview new/all messages
8149                 - Download Button
8150                 - Account Preferences-->Receive tab checkbutton if you
8151                   want to remove Mail after Download
8152                 -: default YES
8153                 - Account Preferences-->Receive tab checkbutton use
8154                   filtering rules on preview
8155                   (think of delete_on_server)
8156                 -: default YES
8157                 - Account selectable from SD dialog
8158                 - checkbutton to show already downloaded messages if
8159                   all messages are previewed
8160                 - new clist column showing Date
8161                 - ESC KEY close
8162                 FIXES:
8163                 - play ball with UIDL
8164                 - fault tolerant (?) 
8165                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
8166
8167 2002-06-10 [melvin]     0.7.6claws36
8168
8169         * README.claws
8170                 Added a hint to ac/README in cvs instructions.
8171
8172         * src/prefs_actions.c
8173                 Made it possible to use a more elaborate command line
8174                 for asynchronous actions, too.
8175
8176 2002-06-10 [melvin]     0.7.6claws35
8177         
8178         * src/prefs_actions.c
8179                 Make it possible to use a more elaborate command line
8180                 (e.g. |foo|bar|cat>there;echo Done|)
8181                 Corrected error message when calling %f, %F and %p commands
8182                 from the compose window.
8183
8184 2002-06-09 [colin]      0.7.6claws34
8185
8186         * src/summaryview.c
8187                 Automatically find unread messages in current folder
8188                 before annoying the user.
8189
8190 2002-06-08 [alfons]     0.7.6claws33
8191
8192         * po/it.po
8193                 remove bad formatting string in it.po translation
8194                 (close "[ 548336 ] --debug segfaults!!! with it_IT@euro")
8195
8196 2002-06-08 [paul]       0.7.6claws32
8197
8198         * sync with 0.7.6cvs25
8199                 see ChangeLog 2002-06-07
8200
8201 2002-06-05 [paul]       0.7.6claws31
8202
8203         * src/mainwindow.c
8204                 add 'Sort by locked' and 'Sort by score'
8205
8206 2002-06-05 [paul]       0.7.6claws30
8207
8208         * sync with 0.7.6cvs24
8209                 see ChangeLog 2002-06-04
8210
8211 2002-06-04 [paul]       0.7.6claws29
8212
8213         * po/pt_BR.po
8214                 updated by Fabio Junior Beneditto
8215
8216 2002-06-03 [thorsten]   0.7.6claws28
8217
8218         * src/matcher.c
8219                 fclose() matcherrc after reading
8220
8221 2002-06-03 [paul]       0.7.6claws27
8222
8223         * sync with 0.7.6cvs21
8224                 see ChangeLog 2002-05-31
8225
8226 2002-05-31 [paul]       0.7.6claws26
8227
8228         * sync with 0.7.6cvs20
8229                 see ChangeLog 2002-05-29 and 2002-05-30
8230
8231 2002-05-31 [paul]       0.7.6claws25
8232
8233         * src/imap.c
8234                 hopefully fix last buggy sync
8235
8236         * README.claws
8237                 correct typo in 'Actions' examples
8238
8239 2002-05-29 [paul]       0.7.6claws24
8240
8241         * sync with 0.7.6cvs18
8242                 see ChangeLog 2002-05-28 and 2002-05-29
8243
8244         * src/news.c
8245           src/nntp.[ch]
8246                 sync with above 
8247
8248 2002-05-28 [paul]       0.7.6claws23
8249
8250         * sync with 0.7.6cvs16
8251                 see ChangeLog 2002-05-28
8252
8253 2002-05-27 [thorsten]   0.7.6claws22 
8254
8255         * faq/it/sylpheed-faq-1.html
8256           faq/it/sylpheed-faq-2.html
8257           faq/it/sylpheed-faq-3.html
8258           faq/it/sylpheed-faq.html
8259                 corrected DOS lineendings
8260         * faq/de/sylpheed-faq-1.html
8261           faq/de/sylpheed-faq-2.html
8262           faq/en/sylpheed-faq-1.html
8263           faq/en/sylpheed-faq-2.html
8264           faq/en/sylpheed-faq-3.html
8265           faq/es/sylpheed-faq-1.html
8266           faq/es/sylpheed-faq-2.html
8267           faq/es/sylpheed-faq-3.html
8268           faq/fr/sylpheed-faq-1.html
8269           faq/it/sylpheed-faq-1.html
8270           faq/it/sylpheed-faq-2.html
8271           faq/it/sylpheed-faq-3.html
8272           faq/it/sylpheed-faq.html
8273                 changed ">" to &quot;
8274
8275 2002-05-27 [paul]       0.7.6claws21
8276         
8277         * sync with 0.7.6cvs15
8278                 see ChangeLog 2002-05-27
8279
8280 2002-05-27 [paul]       0.7.6claws20
8281
8282         * src/prefs_account.c
8283                 correct a typo
8284
8285 2002-05-26 [paul]       0.7.6claws19
8286
8287         * tools/README
8288                 correct a typo
8289
8290 2002-05-25 [paul]       0.7.6claws18
8291
8292         * tools/README
8293                 add description of kmail2sylpheed.pl
8294
8295 2002-05-25 [paul]       0.7.6claws17
8296
8297         * tools/kmail2sylpheed.pl       ** NEW FILE **
8298                 perl script that converts an exported Kmail address
8299                 book, converts it to sylpheed addressbook file,
8300                 writes the file to .sylpheed, and updates
8301                 addrbook--index.xml 
8302
8303 2002-05-25 [paul]       0.7.6claws16
8304
8305         * sync with 0.7.6cvs14
8306                 see ChangeLog 2002-05-23
8307
8308 2002-05-24 [paul]       0.7.6claws15
8309
8310         * README.claws
8311                 make a correction and add some more info
8312
8313 2002-05-24 [paul]       0.7.6claws14
8314
8315         * src/compose.c
8316                 fix memory leak in 
8317                 compose_redirect_write_headers_from_headerlist()
8318                 add Subject and Resent-Message-ID to
8319                 compose_redirect_write_headers()
8320                 Received, Subject, and X-UIDL are filtered out in 
8321                 compose_redirect_write_to_file()
8322
8323 2002-05-23 [paul]       0.7.6claws13
8324
8325         * src/compose.[ch]
8326           src/filtering.c
8327           src/mainwindow.c
8328           src/matcher.[ch]
8329           src/matcher_parser_lex.l
8330           src/matcher_parser_parse.y
8331           src/prefs_common.[ch]
8332           src/prefs_filtering.c
8333           src/summaryview.c
8334                 rename 'Bounce' to 'Redirect'
8335
8336 2002-05-23 [paul]       0.7.6claws12
8337
8338         * more sync with 0.7.6cvs13
8339           src/compose.c
8340                 see ChangeLog 2002-05-22
8341
8342 2002-05-22 [paul]       0.7.6claws11
8343
8344         * sync with 0.7.6cvs13
8345           src/codeconv.c
8346                 see ChangeLog 2002-05-20
8347           src/prefs_common.c
8348                 see ChangeLog 2002-05-22
8349
8350 2002-05-21 [melvin]     0.7.6claws10
8351
8352         * src/folderview.c
8353                 Added missing filtering and scoring headers
8354                 Fixed bad function call that showed garbage 
8355                 in Folder->Processing
8356
8357 2002-05-21 [paul]       0.7.6claws9
8358
8359         * tools/Makefile.am
8360                 make all tools executable, (patch by Alfons).
8361
8362 2002-05-20 [alfons]     0.7.6claws8
8363
8364         * src/procheader.c
8365                 don't forget to call mktime() so we have a valid week 
8366                 and year day
8367                 (Bug report by Roger Sondermann <mail@jumaros.de>)
8368
8369 2002-05-20 [paul]       0.7.6claws7
8370
8371         * src/html.c
8372                 fix broken parsing of urls
8373         * src/textview.c
8374                 fix displaying of urls
8375
8376                 both fixes from the patch [547855] by Eugene 
8377                 Brevdo (zonem)
8378
8379 2002-05-19 [alfons]     0.7.6claws6
8380
8381         * configure.in
8382                 make sylpheed configure correctly with the latest
8383                 and greatest of automake / autoconf / gettext
8384
8385 2002-05-19 [alfons]     0.7.6claws5
8386
8387         * src/procheader.c
8388         * src/procheader.h
8389                 add function for returning ime zone offset
8390         * src/quote_fmt.c
8391         * src/quote_fmt_parse.y
8392                 better quotation formatting - does not convert
8393                 to local time, but uses the original date string.
8394                 
8395                 Note: %z inserts the timezone offset (should 
8396                 work also on platforms where strftime does not
8397                 support %z).
8398
8399 2002-05-18 [christoph]  0.7.6claws4
8400
8401         * src/summaryview.c
8402                 fix indentation of some code
8403         * tools/Makefile.am
8404                 fix spaces after \
8405         * src/Makefile.am
8406                 add missing \
8407                 correct path for ignorethread.xpm
8408                 incorrect filename for sylpheed_logo.xpm
8409                 add missing include matcher_parser_parse.h
8410
8411 2002-05-18 [paul]       0.7.6claws3
8412
8413         * sync with 0.7.6cvs8
8414                 see ChangeLog 2002-05-16 and 2002-05-17
8415
8416 2002-05-18 [melvin]     0.7.6claws2
8417
8418         * README.claws
8419                 Corrected an action's definition and fixed some misspellings.
8420
8421 2002-05-18 [paul]       0.7.6claws1
8422
8423         * tools/Makefile.am
8424           tools/gpg-sign        ** new file **
8425           tools/uudec           ** new file **
8426                 add Melvin's Actions scripts
8427
8428         * README.claws
8429                 add Melvin's descriptions for Actions
8430
8431 2002-05-18 [paul]       0.7.6claws
8432
8433         * Version 0.7.6claws released
8434
8435 2002-05-17 [paul]       0.7.5claws32
8436
8437         * po/es.po
8438                 updated by Ricardo Mones Lastra
8439
8440 2002-05-17 [paul]       0.7.5claws31
8441
8442         * src/compose.c
8443                 fix Account prefs default folder for sent/draft/deleted
8444                 messages bug
8445
8446         * po/it.po
8447           po/nl.po
8448                 updated translation by Alessandro Maestri and
8449                 Wilbert Berendsen
8450
8451 2002-05-17 [melvin]     0.7.5claws30
8452
8453         * src/prefs_actions.c
8454                 Fixed bug where using %F not at the end of the command 
8455                 resulted in an additional empty argument being created.
8456                 Thanks to Darko Koruga for reporting the bug.
8457
8458 2002-05-17 [melvin]     0.7.5claws29
8459
8460         * po/fr.po
8461                 Updated French translations.
8462
8463 2002-05-15 [paul]       0.7.5claws28
8464         
8465         * po/es.po
8466                 updated by Ricardo Mones Lastra
8467
8468 2002-05-15 [paul]       0.7.5claws27
8469
8470         * sync with 0.7.6cvs4
8471                 see ChangeLog 2002-05-14 and 2002-05-15
8472
8473 2002-05-14 [paul]       0.7.5claws26
8474
8475         * sync with 0.7.6cvs1
8476                 see ChangeLog 2002-05-13
8477
8478 2002-05-13 [thorsten]   0.7.5claws25
8479
8480         * src/messageview.c
8481                 fix select_all and copy in multipart messages
8482         * src/mainwindow.c
8483                 fix select_all and copy in multipart messages
8484
8485 2002-05-12 [paul]       0.7.5claws24
8486
8487         * src/summaryview.c
8488                 reverse last commit, bug already fixed in 0.7.5claws3
8489
8490 2002-05-12 [netztorte]  0.7.5claws23
8491
8492         * src/summaryview.c
8493                 dont parse empty addressbook (checked in before claws20)
8494
8495 2002-05-12 [melvin]     0.7.5claws22
8496
8497         * src/procmsg.[ch]
8498                 Removed unneeded priority code introduced by the previous 
8499                 commit.
8500
8501 2002-05-12 [melvin]     0.7.5claws21
8502
8503         * src/compose.[ch]
8504                 Added possibility to set message's priority.
8505         * src/procmsg.[ch]
8506                 Added possibility to set message's priority.
8507                 Added missing headers
8508
8509 2002-05-12 [melvin]     0.7.5claws20
8510
8511         * src/prefs_actions.c
8512                 Removed implicitely added quotes around the name
8513                 of the temporary files of mime parts.
8514
8515 2002-05-12 [paul]       0.7.5claws19
8516
8517         * sync with 0.7.5cvs20
8518                 see ChangeLog 2002-05-11
8519
8520 2002-05-12 [alfons]     0.7.5claws18
8521
8522         * src/quote_fmt_lex.l
8523         * src/quote_fmt_parse.y
8524                 allow quote / reply date & time format to be set using
8525                 %D{format}. format is a format string you'd pass to
8526                 strftime() (see man strftime, or the Display tab |
8527                 Date format setting).
8528
8529                 Currently %D converts the date to local time. 
8530
8531 2002-05-11 [paul]       0.7.5claws17
8532
8533         * sync with 0.7.5cvs19 (except src/prefs_folder_item.c)
8534                 see ChangeLog 2002-05-10 and 2002-05-11
8535
8536 2002-05-10 [paul]       0.7.5claws16
8537
8538         * sync with 0.7.5cvs16
8539                 see ChangeLog entries 2002-05-09 and 
8540                 2002-05-10
8541
8542 2002-05-10 [colin]      0.7.5claws15
8543
8544         * src/textview.c
8545                 Corrected a bug that prevented sylpheed to open
8546                 double-clicked URIs.
8547
8548 2002-05-09 [paul]       0.7.5claws14
8549
8550         * sync with 0.7.5cvs14
8551                 see ChangeLog 2002-05-08 and 2002-05-09
8552
8553 2002-05-08 [paul]       0.7.5claws13
8554
8555         * sync with 0.7.5cvs11
8556                 see ChangeLog entry 2002-05-08
8557
8558 2002-05-08 [paul]       0.7.5claws12
8559
8560         * src/mainwindow.c
8561           src/textview.[ch]
8562                 fix segfault on View->Open in new window
8563                 patch submitted by Thorsten Maerz <torte@netztorte.de>
8564
8565 2002-05-07 [paul]       0.7.5claws11
8566
8567         * sync with 0.7.5cvs9
8568                 see ChangeLog entry 2002-05-07
8569
8570 2002-05-06 [paul]       0.7.5claws10
8571
8572         * src/messageview.c
8573           src/textview.c
8574                 display url in statusbar on single-click
8575                 patch submitted by Thorsten Maerz <torte@netztorte.de>
8576
8577 2002-05-06 [match]      0.7.5claws9
8578
8579         * src/addritem.[ch]
8580                 new functions.
8581         * src/addrcache.c
8582                 tidy up.
8583         * src/xmlprops.[ch]
8584                 XML implementation of properties file.
8585         * src/exporthtml.[ch]
8586         * src/expthtmldlg.[ch]
8587         * src/addressbook.c
8588                 export to HTML.
8589
8590 2002-05-02 [sergey]     0.7.5claws8
8591
8592         * src/mainwindow.c (mainwin_entries),
8593           src/prefs_common.c (prefs_send_create()),
8594           src/codeconv.c (locale_table):
8595                 use charset name "Windows-1251" instead of "CP1251".
8596
8597 2002-05-02 [colin]      0.7.5claws7
8598         
8599         * src/compose.c
8600           src/prefs_common.c
8601           src/prefs_folder_item.c
8602                 Fixed cosmetics bugs due to Outbox renamed to Sent.
8603
8604 2002-05-02 [hiro]       0.7.5claws6
8605
8606         * src/imap.c
8607                 sync the change for QUOTE_IF_REQUIRED() macro with 0.7.5cvs7.
8608
8609 2002-05-02 [paul]       0.7.5claws5
8610
8611         * src/compose.c
8612                 more sync with 0.7.5cvs7, see ChangeLog entry
8613                 2002-05-02
8614
8615 2002-05-02 [hiro]       0.7.5claws4
8616
8617         * src/compose.c
8618                 compose_queue_sub():
8619                 check if queue folder exists (closes #550397).
8620                 removed directory creation since it should be handled
8621                 transparently.
8622         * src/imap.c
8623                 imap_add_msg(): return UID for appended message
8624                 (closes #548842).
8625
8626 2002-04-30 [paul]       0.7.5claws3
8627
8628         * src/summaryview.c
8629                 fix account_find_from_address() bug
8630
8631 2002-04-28 [colin]      0.7.5claws2
8632
8633         * src/compose.c
8634           src/textview.c
8635           src/prefs_common.[ch]
8636           src/utils.[ch]
8637                 Added user-definable quotation characters recognition.
8638
8639 2002-04-28 [paul]       0.7.5claws1
8640
8641         * sync with 0.7.5cvs4
8642                 see ChangeLog entry  2002-04-25
8643
8644 2002-04-28 [paul]       0.7.5claws
8645
8646         * po/es.po
8647           po/nl.po
8648           po/pt_BR.po
8649                 updated by Ricardo Mones Lastra, Wilbert Berendsen, and
8650                 Fabio Junior Beneditto
8651
8652 2002-04-27 [jens]       0.7.4claws103
8653
8654         * po/de.po
8655                 updated German translation.
8656
8657 2002-04-27 [hiro]       0.7.4claws102
8658
8659         * src/summaryview.c
8660                 summary_write_cache(): fixed the mark loss of hidden messages.
8661
8662 2002-04-26 [melvin]     0.7.4claws101
8663
8664         * src/procmsg.c
8665                 fixed a second typo (same one)
8666         * po/fr.po
8667           po/it.po
8668           po/pt_BR.po
8669                 fixed the type again...
8670
8671 2002-04-26 [melvin]     0.7.4claws100
8672
8673         * src/procmsg.c
8674                 fixed a typo in an alert message ("temorary").
8675         * po/it.po
8676         * po/pt_BR.po
8677                 corrected the typo  described above.
8678         * po/fr.po
8679                 updated French translation.
8680
8681 2002-04-26 [darko]      0.7.4claws99
8682
8683         * src/summaryview.c
8684                 fix target folder colorization
8685
8686 2002-04-25 [paul]       0.7.4claws98
8687
8688         * po/it.po
8689                 updated by Alessandro Maestri
8690
8691 2002-04-24 [colin]      0.7.4claws97
8692         
8693         * src/compose.c
8694                 Fixed double "subject is empty" question.
8695
8696 2002-04-23 [colin]      0.7.4claws96
8697         
8698         * src/mimeview.c
8699                 Corrected issue when "automatically display images" was
8700                 not set : first image remained after selecting second.
8701
8702 2002-04-23 [melvin]     0.7.4claws95
8703
8704         * src/prefs_actions.c
8705                 Don't display in/out dialog if there is nothing to show.
8706
8707 2002-04-23 [paul]       0.7.4claws94
8708
8709         * sync with 0.7.5cvs3
8710                 bug fixes: see ChangeLog entry 2002-04-23
8711
8712 2002-04-22 [darko]      0.7.4claws93
8713
8714         * src/compose.c
8715                 fix previous check-in which changed code after
8716                 merge from main
8717
8718 2002-04-22 [paul]       0.7.4claws92
8719
8720         * faq/de/*
8721                 add German FAQ
8722         * faq/en/*
8723           faq/es/*
8724           faq/fr/*
8725                 update English, Spanish and French FAQs
8726         * manual/de/*
8727           manual/es/*
8728                 add German and Spanish manuals
8729         * manual/en/*
8730           manual/fr/*
8731                 update English and French manuals
8732
8733         * src/Makefile.am
8734                 add to and re-arrange the pixmap entries
8735
8736 2002-04-22 [darko]      0.7.4claws91
8737
8738         * src/compose.c
8739                 fix sender initials recognition to only allow
8740                 '>' after the initials
8741
8742 2002-04-21 [paul]       0.7.4claws90
8743
8744         * sync with 0.7.5 release
8745                 see ChangeLog entry 2002-04-21
8746
8747 2002-04-21 [alfons]
8748
8749         * src/Makefile.am
8750                 add colin's new pixmaps to EXTRA_DIST
8751
8752 2002-04-21 [colin]      0.7.4claws89
8753         * src/compose.c
8754         * src/inc.c
8755         * src/mainwindow.[ch]
8756         * src/prefs_common.[ch]
8757         * src/stock_pixmap.[ch]
8758                 Added "Work offline" ability.
8759
8760 2002-04-21 [colin]      0.7.4claws88
8761         
8762         * src/mimeview.c
8763         * src/prefs_common.c
8764         * src/prefs_common.h
8765         * src/textview.c : Added an option to common preferences -> display
8766           to allow user not to automatically display images.
8767
8768 2002-04-21 [paul]       0.7.4claws87
8769
8770         * sync with 0.7.4cvs52
8771                 see ChangeLog entry 2002-04-21 (src/imap.c)
8772
8773 2002-04-21 [paul]       0.7.4claws86
8774
8775         * sync with 0.7.4cvs51
8776                 see ChangeLog entry 2002-04-21
8777
8778 2002-04-21 [paul]       0.7.4claws85
8779
8780         * sync with 0.7.4cvs49
8781                 see ChangeLog entries 2002-04-20 and 2002-04-21
8782
8783         * src/Makefile.am
8784                 clean up: remove old 'stock_' element from xpm 
8785                 filenames.
8786
8787 2002-04-21 [alfons]     0.7.4claws84
8788
8789         apply sync patch from Paul
8790
8791         * src/folderview.c
8792                 use old claws prefs_folder_item_create() for now
8793
8794 2002-04-19 [match]      0.7.4claws83
8795
8796         * src/addressbook.[ch]
8797         * src/addrharvest.[ch]
8798         * src/addrgather.[ch]
8799                 recurse folders.
8800         * src/mainwindow.c
8801         * src/summaryview.[ch]
8802                 change menu option.
8803
8804 2002-04-19 [paul]       0.7.4claws82
8805
8806         * po/pt_BR.po
8807                 updated by Fabio Junior Beneditto
8808
8809 2002-04-14 [alfons]     0.7.4claws81
8810
8811         * src/passphrase.c
8812                 add #include <sys/types.h> for mode_t and off_t 
8813
8814 2002-04-13 [paul]       0.7.4claws80
8815         
8816         * src/main.c
8817           src/passphrase.[ch]
8818           src/pgptext.c
8819           src/prefs_common.[ch]
8820           src/rfc2015.c
8821                 enable storing of GnuPG passphrase for the whole 
8822                 session or a user-defined number of minutes. patch 
8823                 submitted by Ravemax <ravemax@dextrose.com>
8824
8825 2002-04-13 [alfons]     0.7.4claws79
8826
8827         * src/textview.c
8828                 make email parser also stop scanning when encountering separators
8829                 ',' and ';' (reported by Fabien Vantard <fvantard@opsion.fr>)
8830
8831 2002-04-13 [paul]       0.7.4claws78
8832
8833         * sync with 0.7.4cvs39
8834                 see ChangeLog entry 2002-04-12
8835
8836 2002-04-11 [paul]       0.7.4claws77
8837
8838         * sync with 0.7.4cvs37
8839                 see ChangeLog entry 2002-04-11
8840
8841 2002-04-11 [paul]       0.7.4claws76
8842
8843         * COPYING 
8844                 re-licensed (removal of "NO-VIRUS CLAUSE" and addition of
8845                 the clause for OpenSSL). sync with sylpheed main
8846
8847 2002-04-09 [melvin]     0.7.4claws75
8848
8849         * src/compose.c
8850                 Made 'Ctrl-Enter' on send ignore some modifiers 
8851                 (LOCK_MASK, MOD2, MOD3, MOD4, MOD5). Make it possible
8852                 to bind other *-Enter (but not Alt-Enter).
8853
8854 2002-04-09 [paul]       0.7.4claws74
8855
8856         * sync with 0.7.4cvs35
8857                 see ChangeLog entries 2002-04-09
8858
8859 2002-04-08 [paul]       0.7.4claws73
8860
8861         * sync with 0.7.4cvs33
8862                 see ChangeLog entry 200-04-08
8863
8864 2002-04-07 [match]      0.7.4claws72
8865
8866         * src/addrharvest.[ch]
8867                 fixed to read all addresses in header, regardless
8868                 of header size. improved name parsing. accommodate
8869                 harvest from folders and selected message.
8870         * src/addritem.[ch]
8871                 included new address parsing function.
8872         * src/addrgather.[ch]
8873         * src/addressbook.[ch]
8874         * src/summaryview.[ch]
8875         * src/mainwindow.c
8876                 allow address harvest of folder as well as selected
8877                 messages.
8878
8879 2002-04-07 [paul]       0.7.4claws71
8880
8881         * src/esmtp.[ch]
8882           src/smtp.c
8883                 don't try to authenticate with CRAM-MD5 in SMTP when 
8884                 SMTP-AUTH enabled if MTA doesn't issue this 
8885                 auth-method in it's ehlo-response. bug item #531364,
8886                 patch item #938910. patch submitted by Colin Leroy 
8887                 <colin@colino.net>
8888
8889 2002-04-07 [paul]       0.7.4claws70
8890
8891         * src/nntp.c
8892                 fix missing MODE_READER bug. patch submitted by
8893                 Colin Leroy <colin@colino.net>
8894
8895 2002-04-07 [alfons]     0.7.4claws69
8896
8897         * src/matcher.[ch]
8898         * src/prefs_filtering.c
8899         * src/summaryview.c
8900                 escape \' and \" in strings passed as filtering strings; bug report by Alex Evseev.
8901                 (see http://www.geocrawler.com/lists/3/SourceForge/11619/25/8279435/)
8902
8903 2002-04-07 [paul]       0.7.4claws68
8904
8905         * sync with 0.7.4cvs32
8906                 see ChangeLog entry 2002-04-06
8907
8908         * tools/filter_conv.pl
8909                 more bug fixes
8910
8911 2002-04-06 [paul]       0.7.4claws67
8912
8913         * tools/filter_conv.pl
8914                 modify to be able to find the name of the first
8915                 mailbox and use that. main's filter does not
8916                 record the full path to the mailbox and therefore
8917                 can only filter to the first mailbox.
8918
8919 2002-04-05 [paul]       0.7.4claws66
8920
8921         * tools/filter_conv.pl
8922                 attempt to make the script all-encompassing and
8923                 be able to convert any main 'filter' rule thrown
8924                 at it
8925
8926 2002-04-05 [paul]       0.7.4claws65
8927
8928         * tools/filter_conv.pl
8929                 allow for collapsed folder trees
8930
8931 2002-04-05 [paul]       0.7.4claws64
8932
8933         * sync with 0.7.4cvs31
8934                 see ChangeLog entries 2002-04-05
8935
8936 2002-04-03 [paul]       0.7.4claws63
8937
8938         * sync with 0.7.4cvs29
8939                 see ChangeLog entries 2002-04-02 and 2002-04-03
8940
8941 2002-04-02 [paul]       0.7.4claws62
8942
8943         * sync with 0.7.4cvs26
8944                 see ChangeLog entry 2002-04-01
8945
8946 2002-04-02 [match]      0.7.4claws61
8947
8948         * src/pine.[ch]
8949         * src/importpine.[ch]
8950         * src/addressbook.c
8951                 import Pine address book.
8952
8953 2002-04-02 [match]      0.7.4claws60
8954
8955         * src/addrharvest.[ch]
8956                 improve address parsing of funky addresses.
8957
8958 2002-04-02 [darko]      0.7.4claws59
8959
8960         * src/compose.c
8961                 wrap on send improvements, it now recognizes quoted
8962                 initials as part of the quotation string, and it
8963                 does not join lines separated by CR
8964
8965 2002-04-01 [match]      0.7.4claws58
8966
8967         * src/mgutils.[ch]
8968                 added new functions.
8969         * src/mutt.[ch]
8970                 remove excessive duplicate address generation
8971                 on import.
8972
8973 2002-04-01 [alfons]     0.7.4claws57
8974         
8975         * src/summaryview.c
8976                 put back g_free() 
8977
8978 2002-04-01 [paul]       0.7.4claws56
8979
8980         * sync with 0.7.4cvs25
8981                 see ChangeLog entry 2002-04-01
8982
8983 2002-04-01 [alfons]     0.7.4aprilfool55
8984
8985         * src/summaryview.c
8986                 honour feature request item #537427 to allow for
8987                 displaying names from address book for sent mail also
8988
8989 2002-03-29 [paul]       0.7.4claws54
8990
8991         * src/mainwindow.c
8992           src/prefs_filtering.[ch]
8993           src/prefs_matcher.c
8994           src/summaryview.c
8995                 add 'fast filter' for claws' filtering,
8996                 /Tools/Create filter rule/... patch submitted
8997                 by Neill Miller <neillm@thecodefactory.org>
8998
8999 2002-03-29 [paul]       0.7.4claws53
9000
9001         * sync with 0.7.4cvs24
9002                 see ChangeLog entry 2002-03-29
9003
9004 2002-03-28 [paul]       0.7.4claws52
9005
9006         * sync with 0.7.4cvs23
9007                 see ChangeLog entry 2002-03-28
9008
9009 2002-03-27 [melvin]     0.7.4claws51
9010
9011         * src/prefs_actions.c
9012                 Added support to pass only one message part (as a
9013                 file) to the command using '%p'. No quotes are needed
9014                 because doubles quotes are automatically added.
9015                 Fixed bug where Sylpheed could block when waiting for
9016                 a child process to finish.
9017                 Changed the help menu to remove quotes around symbols to 
9018                 avoid misinterpretation (they must not be used).
9019
9020 2002-03-27 [melvin]     0.7.4claws50
9021
9022         * src/inc.c
9023                 Made the new mail notification command always 
9024                 execute asynchronously.
9025
9026 2002-03-27 [paul]       0.7.4claws49
9027
9028         * src/compose.c
9029                 fix bug introduced in last commit
9030
9031 2002-03-27 [paul]       0.7.4claws48
9032
9033         * sync with 0.7.4cvs21
9034                 see ChangeLog 2002-03-26 and 2002-03-27
9035
9036 2002-03-26 [hoa]        0.7.4claws47
9037
9038         * src/prefs_folder_item.c
9039                 really fixed the bug #516442 with folder rescan.
9040
9041 2002-03-26 [paul]       0.7.4claws46
9042
9043         * sync with 0.7.4cvs19
9044                 see ChangeLog entries 2002-03-25 and 2002-03-26
9045
9046 2002-03-25 [hoa]        0.7.4claws45
9047
9048         * src/matcher.c
9049         * src/mh.c
9050                 fix the bug #516442 with folder rescan.
9051
9052         * src/prefs_common.[ch]
9053         * src/compose.c
9054                 added an option to enable two different behaviours
9055                 for bounce.
9056
9057
9058 2002-03-25 [paul]       0.7.4claws44
9059
9060         * src/mainwindow.c
9061           src/selective_download.c
9062                 correct a few menuitem labels
9063
9064 2002-03-25 [christoph]  0.7.4claws43
9065
9066         * src/procmsg.c
9067                 fix non deleted tmp message in
9068                 procmsg_save_to_outbox
9069                 fix problems caused by sync with
9070                 main branch's procmsg_send_queue
9071
9072 2002-03-25 [paul]       0.7.4claws42
9073
9074         * src/quote_fmt.c
9075           src/quote_fmt_lex.l
9076           src/quote_fmt_parse.y
9077                 add Last name (%L) placeholder for quoting. 
9078                 patch submitted by Thorsten Thielen 
9079                 <thth@users.sourceforge.net>
9080
9081 2002-03-25 [paul]       0.7.4claws41
9082
9083         * src/utils.c
9084                 get full hostname. patch submitted by
9085                 Bob Woodside <rwoodside1@comcast.net>
9086
9087 2002-03-25 [paul]       0.7.4claws40
9088
9089         * src/account.c
9090           src/news.c
9091           src/nntp.[ch]
9092           src/prefs_account.[ch]
9093                 enable NNTP over SSL. patch submitted by
9094                 Pascal Jermini <pascal@infinity.hn.org>
9095
9096 2002-03-24 [paul]       0.7.4claws39
9097
9098         * src/prefs_common.c
9099                 make the arrangement of the Compose tab more
9100                 coherent
9101
9102         * src/mainwindow.c
9103                 fix some irregularities of style
9104
9105         * po/de.po
9106                 updated by Kilian Krause
9107
9108 2002-03-23 [paul]       0.7.4claws38
9109
9110         * po/pt_BR.po
9111                 updated by Fabio Junior Beneditto
9112
9113 2002-03-23 [paul]       0.7.4claws37
9114
9115         * src/mainwindow.c
9116                 move 'Gather addresses' to 'Tools' menu
9117                 make 'Selective download' sensitive
9118
9119 2002-03-23 [paul]       0.7.4claws36
9120
9121         * sync with 0.7.4cvs16
9122                 see ChangeLog entries 2002-03-23
9123
9124 2002-03-22 [christoph]  0.7.4claws35
9125
9126         * src/quote_fmt_parse.y
9127                 fix include program output
9128
9129 2002-03-22 [alfons]     0.7.4claws34
9130
9131         * src/pop.c
9132                 initialize GDate stack variable correctly (sorry!)
9133
9134 2002-03-22 [paul]       0.7.4claws33
9135
9136         * src/compose.c
9137           src/mainwindow.c
9138           src/prefs_actions.c
9139           src/prefs_common.c
9140                 rename 'Tool' to 'Tools'
9141
9142         * src/mainwindow.c
9143                 move 'Delete duplicated messages' from
9144                 'Message/' to 'Tools/'
9145                 re-arrange the order of 'Tools/' items
9146
9147 2002-03-22 [paul]       0.7.4claws32
9148
9149         * src/addr_compl.c
9150           src/addressbook.[ch]
9151                 auto-address completion now also matches on
9152                 Nickname. patch submitted by Bob Forsman 
9153                 <hammor@users.sourceforge.net>
9154
9155         * src/editaddress.c
9156                 correct a spelling mistake
9157
9158 2002-03-22 [alfons]     0.7.4claws31
9159
9160         * src/pop.c
9161                 fix getting uidl from incorrect string 
9162                 (spotted by Colin)
9163
9164 2002-03-21 [alfons]     0.7.4claws30
9165
9166         * src/pop.c
9167                 more code refactoring
9168                 plug mem leak introduced by delete on server
9169
9170 2002-03-21 [paul]       0.7.4claws29
9171
9172         * sync with 0.7.4cvs11
9173                 see ChangeLog entries 2002-03-20
9174
9175 2002-03-20 [alfons]     0.7.4claws28
9176
9177         * src/inc.c
9178                 apply Colin's patch and refactor
9179
9180 2002-03-20 [paul]       0.7.4claws27
9181
9182         * sync with sylpheed 0.7.4cvs9
9183                 see ChangeLog entry 2002-03-20
9184
9185 2002-03-19 [christoph]  0.7.4claws26
9186
9187         * src/mh.c
9188         * src/procmsg.[ch]
9189         * src/summaryview.c
9190                 revert changes for flag updates
9191                 (does not work correctly and no time to debug)
9192
9193 2002-03-20 [alfons]     0.7.4claws25
9194
9195         * src/pop.c
9196                 refactor should_delete() a little bit 
9197
9198 2002-03-19 [paul]       0.7.4claws24
9199
9200         * src/inc.[ch]
9201           src/pop.c
9202           src/prefs_account.[ch]
9203                 allow the user to leave downloaded mail on the 
9204                 server for n days. Patch submitted by Colin Leroy 
9205                 <colin@colino.net>
9206
9207 2002-02-19 [paul]       0.7.4claws23
9208
9209         * sync with sylpheed 0.7.4cvs8
9210                 see ChangeLog entries 2002-03-19
9211
9212 2002-03-18 [paul]       0.7.4claws22
9213
9214         * sync with sylpheed 0.7.4cvs6
9215                 see ChangeLog entry 2002-03-18
9216
9217 2002-03-18 [paul]       0.7.4claws21
9218
9219         * po/en_GB.po
9220                 add en_GB message catalogue
9221
9222         * src/mbox_folder.c
9223           src/prefs_account.c
9224           src/prefs_actions.c
9225                 correct a few spelling mistakes
9226
9227 2002-03-17 [alfons]     0.7.4claws20
9228
9229         * src/matcher.c
9230                 more stringent checks for NULL params when writing
9231                 filtering actions to a file
9232                 
9233 2002-03-17 [hoa]        0.7.3claws20
9234
9235         * src/news.c
9236                 fixed the count of new messages
9237
9238         * src/compose.c
9239                 fixed the "attachment properties" window
9240
9241 2002-03-17 [paul]       0.7.4claws19
9242
9243         * src/defs.h
9244           src/folder.h
9245           src/news.c
9246           src/prefs_account.[ch]
9247           src/procmsg.[ch]
9248           src/summaryview.c
9249                 automatically mark cross-posted messages as read 
9250                 and (optionally) give them a colour label
9251                 Patch submitted by Stefaan Eeckels <Stefaan.Eeckels@eec.lu>
9252                 
9253
9254 2002-03-17 [paul]       0.7.4claws18
9255
9256         * sync with sylpheed 0.7.4cvs5
9257                 see ChangeLog entry 2002-03-17
9258
9259 2002-03-17 [melvin]     0.7.4claws17
9260         
9261         * src/textview.c
9262                 Worked around a gtktext 'bug': when searching for 
9263                 a text in a long message it was scrolling slowly
9264                 line by line until it hit the searched text.
9265         * po/fr.po
9266                 Updated French translation
9267
9268 2002-03-17 [melvin]     0.7.4claws16
9269
9270         * src/mainwindow.c
9271         * src/compose.c
9272         * src/prefs_actions.c
9273                 Moved "Edit/Actions" to "Tool/Actions"
9274                 Made mainwindow/compose window sensitive as soon as
9275                 no child process is running anymore even if the io dialog
9276                 is open.
9277                 Fixed a struct being initialized with a non constant char*
9278
9279 2002-03-16 [christoph]  0.7.4claws15
9280
9281         * configure.in
9282                 add --with-compiler-flags option
9283                 (only for developer hacking)
9284         * src/mh.c
9285         * src/procmsg.[ch]
9286         * src/summaryview.c
9287                 try to make folder-stats and flag handling more
9288                 independent from the summaryview. msgcounts
9289                 are only set when the folder is opened and
9290                 procmsg_msginfo_(un)set_flags will handle it
9291                 later and summaryview will get the values
9292                 from the folder.
9293
9294 2002-03-16 [paul]       0.7.4claws14
9295
9296         * src/messageview.c
9297                 fix Return-receipt. Patch submitted by Bob
9298                 Woodside <rwoodside1@comcast.net>
9299
9300 2002-03-16 [paul]       0.7.4claws13
9301
9302         * src/compose.c
9303                 fix 'dynamic' signatures, make it work again
9304                 broken during sync on 2002-03-14 (0.7.4claws2)
9305
9306 2002-03-15 [match]      0.7.4claws12
9307
9308         * src/addrharvest.[ch]
9309         * src/addrgather.[ch]
9310         * src/addressbook.[ch]
9311         * src/mainwindow.c
9312                 included address harvester feature. still some
9313                 issues with address parsing that I will fix.
9314
9315 2002-03-15 [match]      0.7.4claws11
9316
9317         * src/addrbook.[ch]
9318         * src/addrcache.[ch]
9319         * src/addressbook.[ch]
9320         * src/addrindex.c
9321         * src/editbook.c
9322         * src/importldif.c
9323         * src/importmutt.c
9324         * src/jpilot.[ch]
9325         * src/main.c
9326         * src/syldap.[ch]
9327         * src/vcard.[ch]
9328                 tidy up. fix memory leaks. moved attribs and methods
9329                 from individual interfaces to addrcache object. prep
9330                 for new stuff to come in.
9331
9332 2002-03-15 [alfons]     0.7.4claws10
9333
9334         * src/matcher.[ch]
9335         * src/matcher_parser_parse.y
9336         * src/matcher_parser_lex.l
9337         * src/prefs_matcher.c
9338                 add filtering conditions message greater than, smaller 
9339                 than, and exactly matching a size in bytes
9340                 (does not work with delete from POP3 server yet)
9341
9342                 this should also give others an idea what you should
9343                 do to add new criterions to claws filtering system
9344                 
9345
9346 2002-03-15 [paul]       0.7.4claws9
9347
9348         * tools/filter_conv.pl
9349                 exit if there are no filter rules to convert
9350                 rename filterrc to filterrc.old after completion
9351
9352 2002-03-15 [paul]       0.7.4claws8
9353
9354         * sync with sylpheed 0.7.4cvs3
9355                 see ChangeLog entry 2002-03-14
9356
9357 2002-03-14 [paul]       0.7.4claws7
9358
9359         * src/compose.c
9360                 clean up the last commit (ahem)
9361
9362 2002-03-14 [paul]       0.7.4claws6
9363
9364         * src/compose.c
9365                 fix bug #515655. honour account preferences
9366                 regarding gpg default signing/encryption when 
9367                 changing account from the compose window.
9368
9369 2002-03-14 [paul]       0.7.4claws5
9370
9371         * src/folderview.c
9372                 remove unnecessary curly brackets
9373
9374 2002-03-14 [paul]       0.7.4claws4
9375
9376         * src/folderview.c
9377           src/prefs_filtering.[ch]
9378                 add filter rename on folder rename and filter
9379                 delete on folder delete. Patch submitted by
9380                 Neill Miller <neillm@thecodefactory.org> 
9381
9382 2002-03-14 [christoph]  0.7.4claws3
9383
9384         * src/procmsg.c
9385         * src/send.c
9386                 fix local delivery
9387                 (patch submitted by "Simon 'corecode' Schubert")
9388         * src/prefs_common.c
9389         * src/procmsg.c
9390                 fix gcc 3.0 warning
9391
9392 2002-03-14 [paul]       0.7.4claws2
9393
9394         * sync with sylpheed 0.7.4cvs2
9395                 see ChangeLog entry 2002-03-13
9396
9397 2002-03-12 [darko]      0.7.4claws1
9398
9399         * src/mainwindow.c
9400                 fix what seems to be a copy and paste error
9401                 when setting color for important messages
9402                 (reported by wwp)
9403
9404 2002-03-11 [paul]       version 0.7.4claws released
9405
9406 2002-03-11 [paul]       0.7.4claws
9407
9408         * po/es.po
9409           po/it.po
9410           po/nl.po
9411           po/pt_BR.po
9412                 update message catalogs. Submitted by Ricardo Mones 
9413                 Lastra, Alessandro Maestri, Wilbert Berendsen, and 
9414                 Fabio Junior Beneditto
9415
9416         * configure.in
9417           faq/Makefile.am
9418           faq/it/Makefile
9419           faq/it/sylpheed-faq*
9420           src/mainwindow.c
9421           src/manual.[ch]
9422                 add FAQ in Italian
9423         
9424
9425 2002-03-11 [jens]       0.7.3claws7
9426
9427         * po/de.po
9428                 updated German translation
9429
9430 2002-03-11 [melvin]     0.7.3claws6
9431
9432         * po/fr.po
9433                 updated and corrected French translation
9434
9435 2002-03-10 [hoa]        0.7.3claws5
9436
9437         * src/account.c
9438         * src/inc.c
9439         * src/prefs_account.c
9440         * src/procmsg.c
9441         * src/send.[ch]
9442                 fixed the local account.
9443                 you have to change the default "/usr/sbin/sendmail"
9444                 to "/usr/sbin/sendmail -t" in the preferences of
9445                 the local account.
9446
9447         * src/procmime.c
9448                 removed some debug display for renderer
9449
9450 2002-03-10 [paul]       0.7.3claws4
9451
9452         * faq/en/sylpheed-faq-1.html
9453           faq/en/sylpheed-faq-2.html
9454                 update
9455
9456 2002-03-09 [paul]       0.7.3claws3
9457
9458         * sync with sylpheed 0.7.4
9459                 see ChangeLog entry 2002-03-09
9460
9461 2002-03-08 [paul]       0.7.3claws2
9462
9463         * faq/en/sylpheed-faq*
9464           faq/es/sylpheed-faq*
9465           faq/fr/sylpheed-faq*
9466                 update the FAQs
9467
9468         * manual/fr/.cvsignore
9469           manual/fr/Makefilea.am
9470           manual/fr/sylpheed*
9471           src/mainwindow.c
9472           src/manual.[ch]
9473                 add the French manual
9474
9475 2002-03-07 [paul]       0.7.3claws1
9476
9477         * sync with sylpheed 0.7.3cvs4
9478                 see ChangeLog entries  2002-03-06 and 2002-03-07
9479         
9480         * po/nl.po
9481                 updated by Wilbert Berendsen
9482
9483 2002-03-07 [melvin]     0.7.2claws34
9484
9485         * src/selective_download.c
9486                 Changed the pixmap of the receive button to MAIL_RECEIVE.
9487
9488 2002-03-06 [paul]       0.7.2claws33
9489
9490         * sync with sylpheed 0.7.3cvs1
9491                 bug fix, see ChangeLog entry 2002-03-05
9492
9493 2002-03-05 [paul]       0.7.2claws32
9494
9495         * src/mimeview.c
9496           src/pgptext.[ch]
9497           src/procmsg.c
9498                 reverse the pgp ascii-armored code implemented in 
9499                 0.7.2claws16. removal of this code until it matures.
9500                 this means that verifying ascii-armored pgp sigs and
9501                 automatic decryption of ascii-armored encrypted
9502                 messages no longer works.
9503
9504 2002-03-05 [paul]       0.7.2claws31
9505
9506         * configure.in
9507           Makefile.am
9508         * faq/Makefile.am
9509         * faq/en/Makefile.am
9510           faq/en/sylpheed-faq.html
9511           faq/en/sylpheed-faq-1.html
9512           faq/en/sylpheed-faq-2.html
9513           faq/en/sylpheed-faq-3.html
9514         * faq/es/Makefile.am
9515           faq/es/sylpheed-faq.html
9516           faq/es/sylpheed-faq-1.html
9517           faq/es/sylpheed-faq-2.html
9518           faq/es/sylpheed-faq-3.html
9519           faq/es/sylpheed-faq-4.html
9520         * faq/fr/Makefile.am
9521           faq/fr/sylpheed-faq.html
9522           faq/fr/sylpheed-faq-1.html
9523           faq/fr/sylpheed-faq-2.html
9524           faq/fr/sylpheed-faq-3.html
9525         * src/Makefile.am
9526           src/defs.h
9527           src/mainwindow.c
9528           src/manual.[ch]
9529                 add FAQs in English, Spanish and French
9530
9531
9532 2002-03-05 [paul]       0.7.2claws30
9533
9534         * manual/en/sylpheed.html
9535           manual/en/sylpheed-XX.html
9536                 updated the English manual
9537
9538 2002-03-05 [hoa]        
9539
9540         * src/summaryview.c
9541                 dialog box pops up if the article can't be deleted.
9542
9543 2002-03-04 [paul]       
9544         
9545         * po/pt_BR.po
9546                 updated by Fabio Junior Benedito
9547
9548 2002-03-04 [hoa]
9549
9550         * removed ac/gpgme.m4
9551                 to avoid autogen common problem
9552                 developers have to install gpgme development package now
9553
9554         * src/compose.c
9555                 encoding to 7bit or 8bit is enabled.
9556
9557 2002-03-03 [alfons]     0.7.2claws29
9558
9559         * src/pop.c
9560                 merge fix by Oliver Haertel for selective
9561                 download buglet
9562
9563 2002-03-03 [paul]       0.7.2claws28
9564         
9565         * sync with sylpheed 0.7.3
9566
9567 2002-03-03 [paul]       0.7.2claws27
9568
9569         * sync with sylpheed 0.7.2cvs24
9570                 see ChangeLog entries 2002-03-02 and 2002-03-03
9571
9572 2002-03-02 [melvin]     0.7.2claws26
9573
9574         * src/inc.[ch]
9575         * src/main.c
9576         * src/mainwindow.c
9577         * src/prefs_common.[ch]
9578                 Added user definable notification on new mail arrival.
9579                 Removed unused variables in spell checker prefs code.
9580
9581 2002-03-02 [melvin]     0.7.2claws25
9582
9583         * src/quote_fmt.c
9584                 Removed unnecessary escape sequences.
9585                 Changed 'Initial...' to 'Initials of Sender'
9586
9587 2002-03-02 [paul]       0.7.2claws24
9588
9589         * sync with sylpheed 0.7.2cvs22
9590                 see ChangeLog entry 2002-03-01
9591
9592 2002-03-01 [hoa]        0.7.2claws23
9593
9594         * src/mainwindow.c
9595                 Set sensitivity of delete actions to active
9596                 even if the folder is a newsgroup.
9597
9598         * src/summaryview.c
9599                 - Set sensitivity of delete actions
9600                 - Added function check_permission() that will check if the
9601                   user is authorized to delete a message. For news, it
9602                   will check if the author is the same.
9603                 - Enabled deletion when there is no trash folder.
9604
9605         * src/news.[ch]
9606                 - Added news_cancel_article() to cancel articles
9607                 - Implemented news_remove_message() (public function)
9608
9609 2002-03-01 [paul]       0.7.2claws22
9610
9611         * src/gtkutils.c
9612           src/textview.c
9613                 recognise urls that that don't include 'http://' and
9614                 simply begin 'www.' 
9615
9616         * AUTHORS
9617                 remove duplicated name
9618
9619 2002-02-28 [paul]       0.7.2claws21
9620
9621         * src/mainwindow.c
9622           src/summaryview.[ch]
9623                 add ability to 'Select thread'
9624                 combines Melvin's "Select thread's head" patch (#510907)
9625                 with Colin Leroy's <colin@colino.net> "Select whole thread" 
9626                 patch (#518514) 
9627
9628 2002-02-28 [paul]       0.7.2claws20
9629
9630         * src/mimeview.c
9631                 hopefully fix segfault on right-clicking a mime part
9632                 that some people have experienced.      
9633                 fix submitted by Fredrik Olofsson <frol@linux.nu>
9634
9635 2002-02-28 [paul]       0.7.2claws19
9636
9637         * sync with sylpheed 0.7.2cvs21
9638                 see ChangeLog entries 2002-02-27 and 2002-02-28
9639
9640 2002-02-27 [paul]       0.7.2claws18
9641
9642         * sync with sylpheed 0.7.2cvs18
9643                 see ChangeLog entries 2002-02-26 and 2002-02-27
9644
9645 2002-02-26 [alfons]     0.7.2claws17
9646
9647         * src/procheader.c
9648                 #undef ALLOW_HEADER_HINT (this was supposed to be undef'ed)
9649                 (spotted by Chris Hessman <idatech@gmx.net>)
9650
9651 2002-02-26 [paul]       0.7.2claws16
9652
9653         * src/mimeview.c
9654           src/pgptext.[ch]
9655           src/procmsg.c
9656                 make decryption of ascii-armored pgp encrypted messages
9657                 and verification of ascii-armored signatures work again.
9658                 slightly altered from the patch by Jens Jahnke 
9659                 <jan0sch@gmx.net>
9660
9661                 ##FIX ME##
9662                 * the checking of plaintext signatures always comes up in 
9663                   a popup box
9664                 * it doesn't work for multipart messages 
9665                 * all lines above "-----BEGIN PGP SIGNED MESSAGE-----\nHash: SHA1",
9666                   including the msg headers and these 2 line themselves, are 
9667                   not displayed
9668
9669         * src/mainwindow.c
9670                 "View/Folder Tree" becomes "View/Separate Folder Tree"
9671                 "View/Message View" becomes "View/Separate Message View"
9672                 because its less ambiguous.
9673
9674         * po/es.po
9675                 updated by Ricardo Mones Lastra
9676
9677 2002-02-26 [paul]       0.7.2claws15
9678
9679         * sync with sylpheed 0.7.2cvs17
9680                 see ChangeLog entries 2002-02-25 and 2002-02-26
9681
9682 2002-02-25 [christoph]  0.7.2claws14
9683
9684         * src/filtering.[ch]
9685         * src/inc.c
9686                 do filtering stuff after all messages have been received
9687                   1. drop all messages to .processing
9688                   2. scan processing folder for messages
9689                   3. filter messages or move to inbox
9690                 this will also find old messages left in processing after
9691                 a crash or something like that and we get a real msginfo
9692                 from folder->get_msg_list and do not have to create our
9693                 own in filter_message
9694         * src/matcher_parser_parse.y
9695                 remove MIX/MAX warning (reordered includes)
9696
9697 2002-02-25 [paul]       0.7.2claws13
9698
9699         * sync with sylpheed 0.7.2cvs15
9700                 see ChangeLog entry 2002-02-24
9701
9702 2002-02-24 [alfons]     0.7.2claws12
9703
9704         * src/filtering.c
9705                 clear old color flags first when applying a new color to
9706                 a message info. 
9707                 (spotted by Lo'oRiS il Kabukimono <lo_oris@libero.it>)
9708
9709 2002-02-24 [alfons]     0.7.2.claws11
9710         
9711         * AUTHORS
9712         * src/prefs_common.c
9713                 add presets for Opera and Konqueror, closes patch #517261,
9714                 submitted by Ville Skyttä <scop@users.sourceforge.net>
9715
9716 2002-02-24 [alfons]     0.7.2.claws10
9717
9718         * AUTHORS
9719         * src/summaryview.c
9720                 fix threading for null message ids, closes patch #521601,
9721                 submitted by Bob Forsman <hammor@users.sourceforge.net>
9722
9723 2002-02-24 [alfons]     0.7.2claws9
9724
9725         * src/summaryview.c
9726         * src/filtering.c
9727                 make Tool | Filter Message work with filtering system so
9728                 setting flags also works
9729
9730                 TODO:
9731
9732                 - Processing uses the same function as Tool | Filter
9733                   Message, but doesn't use the same update proc yet
9734
9735 2002-02-23 [paul]       0.7.2claws8
9736
9737         * sync with sylpheed 0.7.2cvs14
9738                 see ChangeLog entries 2002-02-22 and 2002-02-23
9739
9740 2002-02-22 [christoph]  0.7.2claws7
9741
9742         * src/quote_fmt.c
9743                 Add column space to table
9744         * src/quote_fmt_parse.y
9745                 Close files
9746
9747 2002-02-22 [paul]       0.7.2claws6
9748
9749         * src/Makefile.am
9750           src/defs.h
9751           src/filtering.c
9752           src/inc.[ch]
9753           src/mainwindow.c
9754           src/matcher.[ch]
9755           src/matcher_parser_lex.l
9756           src/matcher_parser_parse.y
9757           src/pop.[ch]
9758           src/prefs_account.h
9759           src/prefs_filtering.c
9760           src/selective_download.[ch]   *** NEW FILES ***
9761           src/utils.[ch]
9762           po/POTFILES.in
9763                 Selective Download added to 'Tool' menu. 
9764                 Retrieves email headers of the currently selected pop3 
9765                 account and allows the user to mark emails for deletion 
9766                 right on the pop3 server. Patch submitted by Oliver Haertel 
9767                 <oha@users.sourceforge.net>.
9768         
9769         * po/POTFILES.in
9770                 add 'src/quote_fmt.c'           
9771
9772 2002-02-22 [christoph]  0.7.2claws5
9773
9774         * src/Makefile.am
9775                 added quote_fmt.c
9776         * src/prefs_common.[ch]
9777         * src/prefs_template.c
9778         * src/quote_fmt.c               *** NEW FILE ***
9779         * src/quote_fmt.h
9780                 move quote format symbol description code
9781                 to it's own file because it is used from
9782                 differnent code parts
9783                 Rewrote symbol description GUI
9784                   + use table
9785                   + add separators
9786                   + get data from array (no more long constant strings)
9787         * src/quote_fmt_lex.l
9788         * src/quote_fmt_parse.y
9789                 Symbol for Literal % changed to \% instead of %%
9790                 (More logical as \ is used for quoting for other symbols)
9791                 Add |f and |p to include files and program output
9792                 Examples:
9793                     |f{/home/.../.signature}
9794                     |p{date}
9795         * po/de.po
9796                 Correct wrong spelling for "Referenzen"
9797
9798 2002-02-21 [paul]       0.7.2claws4
9799
9800         * src/procmsg.c
9801                 forgotten during sync
9802
9803 2002-02-21 [paul]       0.7.2claws3
9804
9805         * sync with sylpheed 0.7.2cvs11
9806                 see ChangeLog entries 2002-02-17, 2002-02-18, 2002-02-19,
9807                 2002-02-20 and 2002-02-21
9808
9809 2002-02-20 [melvin]     0.7.2claws2
9810
9811         * src/prefs_actions.c
9812                 Added error report when child cannot fork or when execvp 
9813                 returns with an error.
9814
9815 2002-02-19 [christoph]  0.7.2claws1
9816
9817         * src/codeconv.c
9818                 return unconverted text if conde conversion is not possible
9819                 when libjconv is used.
9820                 (patch submitted by "Simon 'corecode' Schubert")
9821
9822 2002-02-19 [paul]       
9823
9824         * version 0.7.2claws release
9825
9826 2002-02-19 [paul]       0.7.2claws
9827
9828         * po/nl.po
9829                 updated by Wilbert Berendsen
9830
9831
9832 2002-02-18 [alfons]     0.7.1claws13
9833
9834         * src/syldap.c
9835         * src/jpilot.c
9836                 remove references to dlfcn and explicitly loading functions
9837                 from dynalink libs, because libs linked anyway, and functions
9838                 are loaded explicitly
9839
9840 2002-02-17 [melvin]     0.7.1claws12
9841
9842         * src/prefs_actions.c
9843                 Replaced children wait loop with double fork technique.
9844                 Now, input/output window updated at each new output.
9845                 free_children(): Fixed a memory leak.
9846                 Made input/output window non closable if running children
9847                 still exist.
9848                 Added missing <unistd.h> include.
9849                 Added some --debug outputs.
9850
9851 2002-02-17 [melvin]     0.7.1claws11
9852
9853         * src/summaryview.c
9854                 Fixed bug where descending sort order did not select top
9855                 message.
9856
9857 2002-02-17 [melvin]     0.7.1claws10
9858
9859         * acconfig.h
9860                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
9861         * src/prefs_common.c
9862                 Pspell data package directory no more hard coded but
9863                 set during configuration (PSPELL_PATH). (Thanks to 
9864                                 Gustavo Noronha Silva.)
9865
9866 2002-02-17 [melvin]     0.7.1claws9
9867
9868         * configure.in
9869                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
9870         * src/gtkspell.c
9871                 Fixed compile-time warnings.
9872
9873 2002-02-16 [alfons]     0.7.1claws8
9874
9875         * src/filesel.c
9876                 fix inadvertent free of NULL pointer which caused
9877                 sylpheed to crash when closing the save-as dialog
9878                 using the window close button
9879
9880 2002-02-16 [carsten]    0.7.1claws7
9881         * src/mainwindow.[ch]
9882           src/summaryview.c
9883           src/prefs_common.c
9884                 fixes for pixmap theming code:
9885                         - recently changed mail attributes shouldn't get
9886                           lost any longer
9887                         - theme is only reloaded iff another theme was
9888                           selected
9889
9890 2002-02-16 [paul]       0.7.1claws6
9891
9892         * sync with sylpheed 0.7.2 release
9893                 see ChangeLog entry 2002-02-15 and 2002-02-16
9894
9895 2002-02-15 [paul]       0.7.1claws5
9896
9897         * sync with sylpheed 0.7.1cvs9
9898                 see ChangeLog entry 2002-02-15
9899
9900         * po/POTFILES.in
9901                 remove unneeded headerwindow.c entry
9902
9903 2002-02-14 [carsten]    0.7.1claws4
9904         * src/summaryview.c
9905                 fixed a bug for "Go to next unread message": there was
9906                 an endless loop if NEXTUNREADMSGDIALOG_ASSUME_NO was set
9907                 in the prefs, because of doing "Search again" instead
9908                 "No"
9909
9910 2002-02-14 [carsten]    0.7.1claws3
9911         * src/stock_pixmap.c
9912                 removed 2 more mem leaks; following memprof,
9913                 this code is "leak free" now :)
9914
9915 2002-02-14 [carsten]    0.7.1claws2
9916         * src/stock_pixmap.c
9917                 used opendir/readdir/closedir instead of scandir
9918                 -> code should work now on Solaris
9919
9920 2002-02-14 [paul]       0.7.1claws1
9921
9922         * sync with sylpheed 0.7.1cvs8
9923                 see ChangeLog entries 2002-02-13 and 2002-02-14
9924
9925         * README.claws
9926                 add some description of Actions and Pixmap Themes
9927
9928 2002-02-13 [paul]       
9929
9930         * version 0.7.1claws release
9931
9932 2002-02-13 [paul]       0.7.1claws
9933
9934         * po/es.po
9935           po/it.po
9936           po/pt_BR.po
9937                 updated translations, submitted by Ricardo Mones Lastra,
9938                 Alessandro Maestri and Fabio Junior Beneditto
9939
9940 2002-02-13 [melvin]     0.7.0claws75
9941
9942         * src/prefs_actions.c
9943                 Added missing "signal.h" include
9944
9945 2002-02-13 [melvin]     0.7.0claws74
9946
9947         * src/prefs_folder_item.c
9948                 Added missing "config.h" include
9949         * po/fr.po
9950                 Updated French translation for folder propriety.
9951
9952 2002-02-13 [jens]       0.7.0claws73
9953
9954         * po/POTFILES.in
9955                 Added missing src/prefs_folder_item.c [log added by melvin]
9956         * po/de.po
9957                 Updated German translation.
9958
9959 2002-02-13 [melvin]     0.7.0claws72
9960
9961         * po/fr.po
9962                 Updated French translation.
9963
9964 2002-02-13 [melvin]     0.7.0claws71
9965
9966         * src/gtkutils.c
9967                 Made gtkut_editable_get_selection return NULL if selection
9968                 is of length zero.
9969                 This fixes a bug where selecting part of message A then
9970                 switching to message B and replying to it will not
9971                 quote the message's body.
9972
9973 2002-02-12 [paul]       0.7.0claws70
9974
9975         * src/mainwindow.c
9976                 cosmetic, relating to pixmap themes: on toolbar make 
9977                 updating of 'Exec' and 'Compose news/Compose email'
9978                 icons faster.
9979
9980 2002-02-12 [carsten]    0.7.0claws69
9981         * src/folderview.c
9982           src/mainwindow.[ch]
9983           src/stock_pixmap.c
9984           src/summaryview.c
9985           src/prefs_common.c
9986                 - refreshing after changing pixmap theme better
9987                   now (thanks Paul)
9988                 - wanted to remove some mem leaks, but alfons was
9989                   faster (and had the better solution ;)
9990
9991 2002-02-12 [alfons]     0.7.0claws68
9992
9993         * src/prefs_common.c
9994         * src/stock_pixmap.[ch]
9995                 plug mem leaks, refactor code a little bit
9996
9997
9998 2002-02-12 [sergey]     0.7.0claws67
9999
10000         * src/imap.c
10001                 Fixed problem with copying messages to IMAP folders when the
10002                 server uses something other than '/' as a namespace separator
10003                 (cyrus-imapd uses '.').
10004
10005 2002-02-12 [jens]       0.7.0claws66
10006
10007         * po/de.po
10008                 Updated German Translation
10009
10010 2002-02-12 [paul]       0.7.0claws65
10011
10012         * sync with sylpheed 0.7.1cvs1
10013                 see ChangeLog entry 2002-02-12
10014
10015 2002-02-12 [melvin]     0.7.0claws64
10016
10017         * src/prefs_actions.c
10018                 Fixed "feature" where children's output was duplicated 
10019                 instead of refreshed while monitoring.
10020                 Removed some debug code.
10021
10022 2002-02-12 [christoph]  0.7.0claws63
10023
10024         * src/compose.c
10025                 always delete message from queue after sending/send error
10026                 (closes bug #509601)
10027
10028 2002-02-12 [melvin]     0.7.0claws62
10029
10030         * src/prefs_actions.c
10031                 Children wait loop is now triggered with a timeout of 1s
10032                 Added %F which is replaced with the list of filenames 
10033                 of all selected messages (as suggested by Ricardo Mones Lestra)
10034                 Pipe syntax changed. Prefix with | to send selection, postfix
10035                 with | to retrieve output. Prefix with > or * to send
10036                 user definable input to the command (*: input is hidden)
10037                 Old pipe action should now be postfixed with |, too.
10038
10039 2002-02-12 [carsten]    0.7.0claws61 (more 59.75)
10040         * src/stock_pixmap.c
10041                 fixed a bug: if there's no theme directory don't
10042                 throw an error, just do "nothing" (thanks Alfons)
10043
10044 2002-02-12 [carsten]    0.7.0claws60
10045         * src/folderview.c
10046           src/summaryview.c
10047                 had to write the cache twice (nasty!); some marks would 
10048                 get lost if not
10049
10050 2002-02-11 [carsten]    0.7.0claws59
10051         * acconfig.h
10052           configure.in
10053           doc-src/maintainer_guide.txt
10054           src/compose.[ch]
10055           src/defs.h
10056           src/folderview.[ch]
10057           src/gtkutils.[ch]
10058           src/mainwindow.[ch]
10059           src/prefs_common.[ch]
10060           src/stock_pixmap.[ch]
10061           src/summaryview.[ch]
10062                 pixmap theming and related work on pixmap
10063                 handling on some other places
10064                 (e.g. hrm features for all folder)
10065           src/pixmap/stock_*.xpm -> the stock_ was removed
10066         
10067 2002-02-11 [paul]       0.7.0claws58
10068
10069         * sync with sylpheed 0.7.1 release
10070                 see ChangeLog entries 2002-02-11
10071
10072 2002-02-08 [paul]       0.7.0claws57
10073
10074         * sync with sylpheed 0.7.0cvs39
10075                 see ChangeLog entry 2002-02-07 (last entry) 
10076
10077         * src/prefs_actions.c
10078           src/prefs_filtering.c
10079           src/prefs_matcher.c
10080           src/prefs_scoring.c
10081                 sync: made it compile with C compilers other than gcc
10082
10083 2002-02-07 [paul]       0.7.0claws56
10084
10085         * sync with sylpheed 0.7.0cvs38
10086                 see ChangeLog entries 2002-02-06 (last 2 entries) and
10087                 2002-02-07
10088
10089 2002-02-07 [darko]      0.7.0claws55
10090
10091         * src/gtkutils.[ch]
10092         * src/summaryview.c
10093                 Fix const gchar */gchar * issue (thanks Hiro)
10094
10095 2002-02-07 [darko]      0.7.0claws54
10096
10097         * src/compose.[ch]
10098         * src/filtering.c
10099         * src/gtkutils.[ch]
10100         * src/prefs_template.c
10101         * src/quote_fmt.h
10102         * src/quote_fmt_parse.y
10103         * src/summaryview.c
10104         * src/utils.[ch]
10105                 When replying or forwarding an email don't quote the entire
10106                 mail body but use the part of the message text that is selected
10107
10108 2002-02-06 [melvin]     0.7.0claws53
10109
10110         * src/prefs_common.[ch]
10111         * src/gtkspell.[ch]
10112         * src/compose.c
10113                 Made possible to switch quickly to last used dictionary
10114                 which makes checking bilingual documents easier.
10115
10116 2002-02-06 [melvin]     0.7.0claws52
10117         
10118         * po/POTFILES.in
10119                 Added forgotten new file src/prefs_actions.c
10120
10121 2002-02-06 [melvin]     0.7.0claws51
10122
10123         * src/prefs_actions.c   ** NEW FILE **
10124         * src/prefs_actions.h   ** NEW FILE **
10125                 Added actions to execute on message text view, or on the
10126                         message's file.
10127         * src/Makefile.am
10128                 Added src/prefs_actions.[ch]
10129         * src/compose.c
10130                 Added new menu "Edit/Actions"
10131         * src/defs.h
10132                 Added new actionsrc file.
10133         * src/main.c
10134                 Added actionsrc reading.
10135         * src/mainwindow.c
10136                 Added new menus "Edit/Actions" and "Configuration/Actions..."
10137         * src/prefs_common.h
10138                 Added new element actionslst element to prefs_common.
10139
10140 2002-02-06 [paul]       0.7.0claws50
10141
10142         * sync with sylpheed 0.7.0cvs36
10143                 see ChangeLog entry 2002-02-06
10144
10145 2002-02-05 [paul]
10146
10147         * po/es.po
10148                 updated by Ricardo Mones Lastra
10149
10150 2002-02-05 [paul]       0.7.0claws49
10151
10152         * sync with sylpheed 0.7.0cvs33
10153                 see ChangeLog entries 2002-02-04 (last 4 entries) and 2002-02-05
10154
10155 2002-02-05 [paul]       0.7.0claws48
10156
10157         * src/compose.c
10158                 re-add 'Edit/Advanced/Delete entire line', previously named
10159                 'Delete Line+'
10160
10161 2002-02-04 [paul]       0.7.0claws47
10162
10163         * src/compose.c
10164           src/summaryview.c
10165                 fix bug #494993 (Reply All not taking Reply-To into consi)
10166                 eliminate differences in behaviour of right-click 'Reply to all' 
10167                 in summary view and 'Reply to all' on the toolbar. 
10168                 fix bug where Reply-To gets ignored by 'Reply to all' in summary
10169                 view and From gets ignored by 'Reply to all' on toolbar.
10170                 fix bug where 'Reply to all' on toolbar uses To twice and ignores
10171                 From when no Reply-To header is present.
10172
10173 2002-02-04 [paul]       0.7.0claws46
10174
10175         * sync with sylpheed 0.7.0cvs30
10176                 see ChangeLog entries 2002-02-03 and 2002-02-04
10177
10178 2002-02-03 [melvin]     0.7.0claws45
10179
10180         * src/gtkspell.[ch]
10181                 Readded function to highlight all misspelled words.
10182                 Fixed bug where user-provided-words did not replace
10183                         correctly the misspelled word when using the mouse.
10184                 Fixed bug where checking a region selected from right to left did
10185                         not check the region at all.
10186                 Fixed bug where 'Check backwards' may not check at all. 
10187                 Fixed memory leaks where popup menus and accel_groups were not destroyed.
10188                 Fixed possible buffer overflow when checking for long strings (>1k).
10189                 Made cursor and scrollbar positions non changing after uncheck_all/check_all.
10190                 Accelerators code uses now gtk_widget_add_accel.
10191                 Removed and disabled obsolete and unfinished code.
10192                 Cleaning up.
10193
10194         * src/compose.c
10195                 Added menu item to Highlight all misspelled words.
10196
10197 2002-02-01 [paul]       0.7.0claws44
10198
10199         * src/mainwindow.c
10200                 fix '/View/Hide read messages' sensitivity when all
10201                 messages in a folder are hidden
10202
10203 2002-02-01 [paul]       0.7.0claws43
10204
10205         * src/main.c
10206                 add --send option to command line interface, sends all
10207                 queued mail. Patch submitted by Ricardo Mones Lastra.
10208
10209 2002-01-31 [paul]       0.7.0claws42
10210
10211         * src/mainwindow.c
10212                 add '/View/Hide read messages' to main_window_set_menu_sensitive()
10213
10214 2002-01-31 [paul]       0.7.0claws41
10215
10216         * sync with sylpheed 0.7.0cvs27
10217                 see ChangeLog entries 2002-01-30 (src/mh.c, src/prefs_common.c)
10218                 and 2002-01-31
10219
10220         * src/textview.c
10221                 comment out elements of textview_show_part() as temporary
10222                 workaround for attachment 'Display as text' bug 
10223
10224         * po/pt_BR.po
10225                 updated by Fabio Junior Beneditto
10226
10227 2002-01-30 [paul]       0.7.0claws40
10228
10229         * sync with sylpheed 0.7.0cvs24
10230                 see ChangeLog entries 2002-01-29 (src/prefs_common.c)
10231                 and 2002-01-30
10232
10233         * src/compose.c
10234                 add {N_("/_Spelling"), ... "<Branch>"} to 
10235                 GtkItemFactoryEntry compose_entries[]
10236
10237         * src/prefs_common.c
10238                 add claws menu items to prefs_keybind_apply_clicked()
10239                 and remove non-claws menu items
10240
10241 2002-01-29 [paul]       0.7.0claws39
10242
10243         * sync with sylpheed 0.7.0cvs22
10244                 see ChangeLog entries 2002-01-28 and 2002-01-29
10245
10246 2002-01-28 [melvin]     0.7.0claws38
10247
10248         * src/compose.c
10249                 Added the declartion of compose_send_control_enter.
10250
10251         * src/compose.c
10252         * src/gtkspell.[ch]
10253                 Added in a 'Spelling' menu which includes the configuration menu. 
10254                 Added a real 'Check all' and got rid from the old one which only
10255                 highlited misspelled word.
10256                 Made 'Check while typing' a disableable option.
10257                 Added a dialog when there are no more misspelled word.
10258                 Added a dialog if error occurs when switching to a dictionary.
10259         
10260         * src/prefs_common.[ch]
10261                 Added option for the default 'Check while typing' option.
10262
10263
10264 2002-01-28 [alfons]     0.7.0claws37
10265
10266         * src/compose.c
10267                 fix buglet and make code comply with sylpheed code style
10268
10269 2002-01-28 [paul]       0.7.0claws36
10270
10271         * sync with sylpheed 0.7.0cvs19
10272                 see ChangeLog entries for 2002-01-28
10273
10274 2002-01-28 [hoa]        0.7.0claws35
10275
10276         * src/defs.h
10277                 added rendererrc
10278
10279         * src/main.c
10280                 read the renderer config
10281
10282         * src/procmime.[ch]
10283                 use the renderer config to convert mime attachments
10284
10285         * src/textview.c
10286                 don't use textview_show_html/ertf,
10287                 use get_text_content instead
10288
10289 2002-01-27 [alfons]     0.7.0claws34
10290         
10291         * src/news.c
10292                 make sylpheed believe it can delete a news message...
10293                 (messages are NOT deleted, maybe we should remove
10294                 processing from the folder properties after all.)
10295
10296 2002-01-27 [alfons]     0.7.0claws33
10297
10298         * src/folder.c
10299                 add extra checks
10300         * src/news.c
10301                 implement remove_msg() 
10302
10303 2002-01-27 [alfons]     0.7.0claws32
10304
10305         * src/procmsg.h
10306         * src/procheader.c
10307         * src/messageview.c
10308                 fix return receipt / disposition notification again. this
10309                 stuff seems to break on _every_ major summary UI change, so
10310                 it's now implemented using a flag which is saved in the
10311                 marks cache
10312                 
10313 2002-01-26 [alfons]     0.7.0claws31
10314
10315         * src/import.c
10316                 let import dialog show the destination folder identifier
10317
10318 2002-01-26 [melvin]     0.7.0claws30
10319
10320         * src/folderview.c
10321         * src/summaryview.c
10322                 Readded 'Mark all read' into summary view popup menu
10323                 Added 'Mark all read' in folder view popup menu for IMAP
10324                 and NNTP.
10325                 Made it insensitive if the selected folder is not the shown
10326                 one to avoid 'Mark all read' on the wrong folder.
10327                 
10328 2002-01-26 [paul]       0.7.0claws29
10329
10330         * src/folderview.c
10331           src/summaryview.c
10332                 move 'Mark all read' from summary view to folder view
10333                 menu. (adapted from) patch submitted by Jeremy Andrews,
10334                 <lists@kerneltrap.com>
10335
10336 2002-01-25 [alfons]     0.7.0claws28
10337
10338         * src/gtkstext.c
10339                 put the gtk class name back so GtkSText adapts the 
10340                 settings of GtkText
10341
10342 2002-01-25 [alfons]     0.7.0claws27
10343
10344         * src/folderview.c 
10345                 assimilate Ricardo's patch that shows pixmaps instead of
10346                 plain "new" and "unread" texts in the folder view column
10347                 headers 
10348
10349 2002-01-25 [paul]       0.7.0claws26
10350
10351         * src/Makefile.am
10352                 add $(GPGME_CFLAGS) to INCLUDES so that gpgme can 
10353                 be found in non-standard locations. 
10354                 Closes Patch #507976, submitted by Stoyan Genov, <sdg@rila.bg>
10355
10356 2002-01-25 [paul]       0.7.0claws25
10357
10358         * sync with sylpheed 0.7.0cvs16
10359                 see ChangeLog entry 2002-01-25
10360
10361 2002-01-24 [paul]       0.7.0claws24
10362
10363         * more sync with sylpheed 0.7.0cvs15
10364                 get_file_size_as_clrf(), see ChangeLog entry 2002-01-23
10365
10366 2002-01-23 [sergey]     0.7.0claws23
10367
10368         * src/importldif.c
10369                 Fixed segfault when closing LDIF import wizard with
10370                 the window manager.
10371         * src/imageview.c
10372         * src/imageview.h
10373         * src/messageview.c
10374         * src/mimeview.c
10375                 Fixed wrong scrolling position after switching between
10376                 text and image parts.
10377
10378 2002-01-23 [paul]       0.7.0claws22
10379
10380         * sync with sylpheed 0.7.0cvs15
10381                 see ChangeLog entries 2002-01-22 and 2002-01-23
10382
10383 2002-01-21 [melvin]     0.7.0claws21
10384
10385         * src/prefs_scoring.c
10386         * src/prefs_filtering.c
10387                 Fixed bug where scoring and filtering windows stopped
10388                 autochecking.
10389
10390 2002-01-21 [paul]       0.7.0claws20
10391
10392         * sync with sylpheed 0.7.0cvs12
10393                 see ChangeLog entries 2002-01-20 and 2002-01-21
10394
10395 2002-01-21 [carsten]    0.7.0claws19
10396         * src/mainwindow.c
10397         * src/menu.[ch]
10398         * src/messageview.[ch]
10399         * src/summaryview.[ch]
10400                 changes to shortcuts handling again:
10401                         + "Q" now controled by mainwin
10402                         + v/V are now customizable and have slightly
10403                           different meanings
10404                 the "button" to minimize the messageview (and maximize
10405                 the summary view) is a real button now
10406         * src/compose.c
10407                 "Delete Line+" added to Edit/Advanced (this will also
10408                 delete the '\n')
10409
10410 2002-01-20 [melvin] 0.7.0claws18
10411
10412         * src/addressbook.c
10413                 Made "Bcc" sensitive when addressbook is called from
10414                 compose window (it was a Claws only bug).
10415
10416 2002-01-19 [alfons] 0.7.0claws17
10417
10418         * src/inc.c
10419                 prevent unnecessary updates when currently selected folder has
10420                 no new messages 
10421
10422 2002-01-19 [alfons] 0.7.0claws16
10423         
10424         * src/summaryview.c
10425                 prevent writing the cache based on current message list in summary 
10426                 view when filtering also put messages in currently selected folder
10427
10428 2002-01-19 [paul]
10429
10430         * po/it.po
10431                 Italian translation submitted by Alessandro Maestri
10432                 <a.maestri@cs.tin.it>
10433
10434 2002-01-18 [melvin]     0.7.0claws15
10435
10436         * src/prefs_filters.c
10437                 fixed bug where 'cancel' from 'filters' window stops autochecking
10438                 if the timer timed out  when the window was open.
10439
10440 2002-01-18 [match]      0.7.0claws14
10441
10442         * src/addrclip.[ch]     ** NEW FILE **
10443         * src/addrselect.[ch]   ** NEW FILE **
10444         * src/adbookbase.h      ** NEW FILE **
10445                 addressbook cut, copy and paste
10446         * src/addrbook.[ch]
10447         * src/addrcache.[ch]
10448         * src/addressitem.h
10449         * src/addrindex.[ch]
10450         * src/addritem.[ch]
10451         * src/importldif.c
10452         * src/importmutt.c
10453         * src/jpilot.[ch]
10454         * src/syldap.[ch]
10455         * src/vcard.[ch]
10456         * src/jpilot.[ch]
10457         * src/editbook.c
10458         * src/editjpilot.c
10459         * src/editldap.c
10460         * src/editvcard.c
10461                 support for copy/paste
10462         * src/addressbook.c
10463                 support for copy/paste
10464                 tidy up menu option processing
10465                 correct address list function arguments
10466         * src/editaddress.c
10467                 sort user attributes
10468         * src/ldif.h
10469         * src/mutt.h
10470                 tidy up
10471
10472         * src/addrbook.[ch]
10473         * src/addrbook.[ch]
10474         * src/addrbook.[ch]
10475                 
10476
10477 2002-01-18 [paul]       0.7.0claws13
10478
10479         * sync with sylpheed 0.7.0cvs8
10480                 configure.in: support Mac OS X (Darwin)
10481
10482 2002-01-18 [carsten]    0.7.0claws12
10483         * src/html.c
10484                 small hack to fix a segfault with an empty href
10485                 (reported by Alexandra Walford <deeni@altern.org>)
10486         * src/mainwindow.c
10487         * src/summaryview.c
10488                 the shortcuts for Mark und Mark as unread are hardcoded
10489                 again
10490         * src/compose.c
10491         * src/gtkstext.[ch]
10492                 readded the shortcuts in gtkstext but made them
10493                 customizeable (simply by adding a menu plus a wrapper
10494                 to compose.c)
10495
10496 2002-01-17 [melvin]     0.7.0claws11
10497
10498         * src/gtkspell.c
10499                 fix default dictionary not being saved.
10500
10501 2002-01-16 [darko]      0.7.0claws10
10502
10503         * src/compose.c
10504                 fix wrapping crash with URL longer than wrapping margin
10505
10506 2002-12-08 [hoa]        0.7.0claws10
10507
10508         * src/matcher_parser_parse.y
10509                 fixed some bugs
10510
10511         * src/prefs_filtering.c
10512                 now, we can use bounce action in the dialog box.
10513
10514 2002-01-16 [carsten]    0.7.0claws9
10515         * src/gtkstext.c
10516                 removed the <control> and <alt> shortcuts because they're
10517                 not needed and interefered with the "normal" shortcuts
10518         * src/mainwindow.c
10519         * src/summaryview.c
10520                 removed most of the hardcoded shortcuts and assigned
10521                 them to menu entries making them easy customizable by
10522                 that
10523
10524 2002-01-16 |melvin]     0.7.0claws8
10525
10526         * src/gtkspell.c
10527                 fixed bug where using the mouse and when the compose
10528                 window is not on top may result in a crash.
10529
10530 2002-01-16 [melvin]     0.7.0claws7
10531
10532         * src/compose.c
10533                 fixed a long standingspell checker bug which could 
10534                 cause a crash after sending a message.
10535
10536 2002-01-16 [paul]       0.7.0claws6
10537
10538         * sync with sylpheed 0.7.0cvs7
10539                 see ChangeLog entries 2002-01-10, 2002-01-11, 2002-01-14,
10540                 2002-01-15, and 2002-01-16
10541
10542 2002-01-16 [melvin]     0.7.0claws5
10543
10544         * README.claws
10545         * src/compose.c
10546         * src/gtkspell.[ch]
10547         * src/main.c
10548                 Heavily modified spell checker code to work around
10549                 ispell bug, to add keyboard shortcuts and for future
10550                 enhancements. See README.claws for usage information.
10551
10552 2002-01-15 [alfons]     0.7.0claws4
10553         
10554         * src/summaryview.c
10555                 change gtk_ctree_sort_node() into gtk_ctree_sort_recursive()
10556                 so sorting within threads reflects sort mode
10557
10558 2002-01-15 [christoph]  0.7.0claws3
10559
10560         * src/procmsg.c
10561                 added alertpanel if mail sending failed
10562
10563 2002-01-15 [alfons]     0.7.0claws2
10564         
10565         * src/prefs_filtering.c
10566                 don't stop timer when prefs filtering dialog is opened
10567
10568 2002-01-14 [alfons]     0.7.0claws1
10569
10570         * src/addr_compl.c
10571         * src/prefs.c
10572                 remove debug_print()s for privacy reasons
10573
10574 2002-01-14 [darko]      0.7.0claws
10575
10576         * README.claws
10577                 quotation wrapping is now also in the main branch
10578
10579 2002-01-14 [paul]
10580
10581         * tools/filter_conv.pl
10582                 allow for Boolean Op and case-sensitivity
10583                 this file is included in the release and tagged
10584                 'rel_0_7_0'
10585
10586 2002-01-13 [paul]       0.7.0claws
10587
10588         * release 0.7.0, with cvs tag 'rel_0_7_0'
10589
10590 2002-01-13 [paul]
10591
10592         * tools/filter_conv.pl
10593         * tools/README
10594                 rewritten to output to matcherrc instead of filteringrc
10595
10596         * po/es.po
10597                 updated Spanish translation by Ricardo Mones Lastra
10598
10599 2002-01-13 [alfons]
10600
10601         * po/nl.po
10602                 update dutch translation
10603
10604 2002-01-13 [paul]
10605
10606         * po/pt_BR.po
10607                 Updated by Fabio Junior Beneditto 
10608
10609 2002-01-13 [melvin]     0.6.6claws53
10610
10611         * po/fr.po
10612                 Updated french translation
10613
10614 2002-01-12 [alfons]     0.6.6claws52
10615
10616         * src/filtering.c
10617                 plug mem leak that has been sitting there for ages              
10618
10619 2002-01-12 [alfons]     0.6.6claws51
10620
10621         * src/summaryview.c
10622                 undo melvin's changes from 0.6.6claws48 because summary
10623                 view now refuses to select first unread message when
10624                 selecting a folder 
10625
10626 2002-01-11 [alfons]     0.6.6claws50
10627
10628         * src/import.c
10629                 use claws' semantics for getting folder item when
10630                 importing an mbox file into a folder 
10631                 (submitted by Dale P. Smith)
10632
10633 2002-01-11 [christoph]  0.6.6claws49
10634
10635         * src/prefs.h
10636                 set sensitivity in SET_TOGGLE_SENSITIVITY macro from
10637                 toggle widget, because non static prefs can not use
10638                 prefs_set_* functions
10639         * src/prefs_account.c
10640                 toggle smtp auth password field sensitivity if
10641                 user id is empty and add descrition of usage for
10642                 these fields
10643         * src/prefs_folder_item.c
10644                 use SET_TOGGLE_SENSITIVITY macro to instead of extra
10645                 callbacks
10646
10647 2002-01-11 [melvin]     0.6.6claws48
10648
10649         * src/compose.c
10650                 fix the 'Ctrl-Enter' feature for sending and test really
10651                 for 'Ctrl-Enter' (as Ctrl-Space is also used for activating
10652                 editables which was not documented in Gtk)
10653
10654         * src/summaryview.c
10655                 Made summaryview refresh after sorting and not before.
10656
10657 2002-01-11 [christoph]  0.6.6claws47
10658
10659         * src/compose.c
10660                 select account from account ids if possible and
10661                 correctly set save folder for copy in reedit
10662
10663 2002-01-10 [paul]       0.6.6claws46
10664
10665         * sync with sylpheed 0.7.0 release
10666                 see ChangeLog entries 2002-01-07, 2002-01-08 and
10667                 2002-01-09
10668
10669 2002-01-09 [alfons]
10670
10671         * src/summaryview.c
10672                 remove more dirt traces...
10673
10674 2002-01-09 [alfons]
10675         
10676         * src/summaryview.c
10677                 clean up some traces of my debugging stuff
10678
10679 2002-01-09 [alfons]     0.6.6claws45
10680
10681         * src/filtering.c
10682                 break up filteringprop_apply() in three separate pieces
10683                 so we can drop messages that failed processing in the
10684                 inbox
10685
10686         * src/summaryview.c
10687                 fix bug #469598 "no refresh of inbox after filter" which 
10688                 was introduced by the new summary view locking, and which 
10689                 prevented the summary view to update after a manual filter 
10690                 message. claw's filter message requires a summary_show().
10691                 (aargh, summary_show() again! :-)
10692                 
10693 2002-01-07 [alfons]     0.6.6claws44
10694
10695         * src/headerwindow.c
10696         * src/logwindow.c
10697         * src/messageview.c
10698         * src/sourcewindow.c
10699                 bring in Hiro's last 0.7.0 wm class fixes
10700
10701         * tools/sylprint.pl
10702                 bring in Ricardo's fix for sylprint script
10703
10704         * AUTHORS       
10705         * src/rfc2015.[ch]
10706         * src/prefs_common.[ch]
10707         * src/prefs_account.[ch]
10708         * src/compose.c
10709                 clean up account preference poison in rfc2015,
10710                 and preparation to fix double sign bug 
10711                 (patch submitted by Simon 'corecode' Schubert)
10712
10713 2002-01-07 [christoph]  0.6.6claws43
10714
10715         * src/mh.c
10716                 search for free message number, do not only rely
10717                 on last_num
10718         * src/send.c
10719                 fix smtp auth and use extra account information
10720                 if available, if not use pop3 data instead
10721                 (closes bug #500341)            
10722         * src/ssl.[ch]
10723                 match coding style
10724
10725 2002-01-06 [alfons]     0.6.6claws42
10726
10727         * src/mainwindow.c
10728                 try making the separate windows work again...
10729
10730 2002-01-06 [alfons]     0.6.6claws41
10731
10732         * src/mainwindow.c
10733                 adapt Hiro's separate window menu (to get rid of the funny
10734                 duplicate menu items), and make it work again
10735
10736 2002-01-06 [alfons]     0.6.6claws40
10737
10738         * tools/Makefile.am
10739         * tools/sylprint.rc
10740         * tools/sylprint.pl
10741         * tools/README.sylprint
10742                 add sylprint script for printing mails from Sylpheed
10743                 (contributed by Ricardo Mones Lastra)
10744
10745         * src/acount.c
10746                 clean up
10747
10748 2002-01-06 [melvin]     0.6.6claws39
10749
10750         * src/mainwindow.c
10751         * src/summaryview.c
10752                 Fixed crash introduced in 0.6.6claws38 by the menu
10753                 reorganisation (Hide read messages)
10754         
10755         * ChangeLog.claws 
10756                 Fixed typo (we are now in 2002, alfons ;) )
10757
10758 2002-01-05 [alfons]     0.6.6claws38
10759
10760         * sync with sylpheed 0.6.6cvs10-17
10761                 (last stuff marked as LAST_STABLE)
10762
10763 2002-01-04 [melvin]     0.6.6claws37
10764
10765         * src/account.c
10766                 Made account selection code use strcasestr again instead of
10767                 g_strcasecmp (fixes bug where reediting queued messages
10768                 did not select proper account reported by T. Link).
10769         
10770         * src/folderview.c
10771                 Fix bug where folder icons are not shown when 'hide read messages'
10772                 is on.
10773         
10774         * src/stock_pixmaps.[ch]
10775                 Added folder icons for 'hide read messages'.
10776         
10777         * src/compose.c
10778                 Fixed bug where 'Enter' in a header entry will send the message 
10779                 if 'CTL-Enter' was chosen as a shorcut for sendind. 
10780
10781 2002-01-03 [melvin]     0.6.6claws36
10782         
10783         * src/prefs.[ch]
10784                 Added popup menu for common preferences and
10785                 account preferences (right click on tab displays
10786                                 a menu of all tabs.)
10787
10788 2002-01-02 [melvin]     0.6.6claws35
10789
10790         * src/gtkspell.[ch]
10791                 Made spelling code compatible with undo/redo feature.
10792                 Added creation of suggestion mode menu for the general
10793                         preferences.
10794         
10795         * src/prefs_common.[ch]
10796                 Added option menu for the speller's suggestion mode.
10797                 Added missing spaces in "..." buttons and made a "..."
10798                         button non translatable!
10799         
10800         * src/compose.c
10801                 Made speller use the default suggestion mode.
10802                 Hack to make it possible to choose 'CTRL-Enter' as a
10803                         shortcut for sending (and only for sending).
10804
10805         * src/prefs_folder_item.c
10806                 Changing subject simplification does not update cache 
10807                         anymore (because it is unnecessary).
10808                 Fixed bug where changing subject simplification updated the 
10809                         summaryview even when the viewed folder is not the
10810                         folder which properties are being changed. (E.g. 
10811                                         viewing folder A and changing
10812                                         the subject simplification of 
10813                                         folder B -not being viewed- updated the 
10814                                         summaryview of folder A with data of
10815                                         folder B). (Hope this is clear... )
10816
10817 2001-12-31 [alfons]     0.6.6claws34
10818         
10819         * src/ldif.c
10820         * src/mutt.c
10821                 fgetc() returns a signed integer which doesn't
10822                 fit in a char. so c truncates this to a char
10823                 but we may lose significant bits. i.e. we may
10824                 comparing 0xFF which may not be equal to -1
10825                 unless properly casted to signed char which
10826                 we won't do because fgetc() returns a signed
10827                 integer which doesn't fit in a char. so c 
10828                 truncates this to a char but we may lose 
10829                 significat bits. (you got the idea, thanks
10830                 to Gustavo Noronha Silva <kov@debian.org>
10831                 and the Debian folks!)
10832
10833 2001-12-30 [alfons]     0.6.6claws33
10834
10835         * src/prefs_common.c
10836                 add #ifdef USE_PSPELLs that Melvin forgot               
10837
10838 2001-12-30 [melvin]     0.6.6claws32
10839         
10840         * src/prefs_common.[ch]
10841                 Added configurable color for misspelled words.
10842
10843         * src/gtkspell.[ch]
10844                 Fixed bug of foreground text color (reported by David
10845                                 Mehrmann)
10846                 Added configurable color for misspelled words.
10847
10848 2001-12-30 [alfons]     0.6.6claws31
10849
10850         * src/folder.c
10851                 remove unnecessary things someone put there
10852
10853         * src/mh.c
10854         * src/folder.[ch]
10855                 make folder properties (like threading and sorting) persistent
10856                 (closes bug #497424 "rescan folder tree resets proprieties")
10857                 currently this is only for MH folders. 
10858
10859 2001-12-29 [melvin]     0.6.6claws30
10860
10861         * src/string_match.[ch]
10862                 Optimized a bit: regexp pattern buffer compiled only once, and
10863                   one subroutine call removed. Fixed ^ regexp search: Now, 
10864                   "(^Re: )|(^Hello)" removes only "Re: " from "Re: Hello".
10865         
10866         * src/summaryview.c
10867                 Subject filtering changed to filter summary columns and
10868                   not directly the messages subject cache. The loss in 
10869                   performance is balanced by the improvement of string_match.
10870                 Added an alert panel if there is an error in the regexp.
10871
10872         * src/src/prefs_folder_item.h
10873                 Added a regexp pattern buffer.
10874
10875 2001-12-28 [alfons]     0.6.6claws29
10876
10877         * src/string_match.[ch]
10878                 clean up name space
10879                 allow compilation *BSD
10880
10881 2001-12-27 [alfons]     0.6.6claws28
10882
10883         * src/filter.c
10884                 sync the Hiro's bug fix for BSD
10885
10886 2001-12-27 [melvin]     0.6.6claws27
10887         
10888         * src/compose.c
10889                 Simplify focus to subject entry code.
10890
10891 2001-12-27 [darko]      0.6.6claws26
10892
10893         * src/filtering.c
10894         * src/mbox_folder.c
10895         * src/messageview.c
10896         * src/mh.c
10897         * src/procheader.[ch]
10898         * src/procmsg.h
10899         * src/stock_pixmap.[ch]
10900         * src/summaryview.c
10901                 Show key icon for encrypted mails in summary view
10902
10903         * src/pixmaps/clip.xpm
10904         * src/pixmaps/clipkey.xpm
10905         * src/pixmaps/key.xpm
10906                 New/modified icons for the above
10907
10908 2001-12-27 [melvin]     0.6.6claws25
10909
10910         * src/prefs_common.c
10911                 Put spell checker options in a separate tab to decrease
10912                 the Common Preferences window height.
10913
10914         * README.claws  
10915                 Update spell checker usage instruction about its options
10916                 location.
10917
10918 2001-12-27 [melvin]     0.6.6claws24
10919
10920         * src/compose.c
10921                 Changed subject entry widget position. Initial focus is
10922                 on the To header instead of the subject entry.
10923                 Creating a new header scrolls the header list to make the
10924                 created one visible. Nevertheless, when automatically filling
10925                 headers, the first one is shown.
10926                 A Tab key press in the last empty header entry zips the 
10927                 focus to the subject entry.
10928                 (I did not change the combo boxes, yet)
10929
10930 2001-12-26 [alfons]     0.6.6claws23
10931
10932         * src/prefs_account.c
10933         * src/inc.c
10934                 allow default inbox to reside in another mailbox (only
10935                 works for POP3 accounts)
10936
10937 2001-12-26 [alfons]     0.6.6claws22
10938         
10939         * src/textview.c
10940                 make reply-on-click work with the account of the selected folder
10941         * src/compose.c
10942                 put a fixme here to remind me to fix finding correct default
10943                 account for nested folders
10944
10945 2001-12-25 [alfons]     0.6.6claws21
10946
10947         * src/summaryview.c
10948                 make column headers display locked and mark pixmaps (idea by Melvin) 
10949                 fix bug by adding score and locked column type to sort array
10950
10951 2001-12-25 [alfons]     0.6.6claws20
10952         
10953         * src/summaryview.c
10954                 catch a *potentially* inadvertent write back of  
10955                 the message cache(s) introduced by 0.6.5claws37
10956
10957 2001-12-25 [christoph]  0.6.6claws19
10958
10959         * src/stock_pixmap.[ch]
10960         * src/summaryview.c
10961                 add ignore thread pixmap
10962                 (can someone draw a better icon for this?)
10963
10964 2001-12-24 [alfons]     0.6.6claws18
10965
10966         * src/prefs_folder_item.c
10967                 make address completion actually work for the
10968                 Default To address in the Folder Property dialog.
10969
10970 2001-12-24 [alfons]     0.6.6claws17
10971         
10972         * src/summaryview.c
10973                 use new style regexp for subject stripping 
10974                 (patch submitted by Thomas Link <t.link.tmp200101@gmx.net>)
10975
10976 2001-12-24 [darko]      0.6.6claws16
10977
10978         * src/pgptext.c
10979         * src/rfc2015.c
10980                 move GPG related informational messages to debug mode
10981
10982 2001-12-23 [alfons]     0.6.6claws15
10983
10984         * src/stock_pixmap.[ch]
10985         * src/summaryview.c
10986                 add the forgotten Claws' locked pixmap
10987
10988 2001-12-23 [alfons]     0.6.6claws14
10989
10990         * src/filesel.c
10991                 accept file name typed in entry in multi file
10992                 selector (patch submitted by Gustavo Noronha Silva 
10993                 <kov@debian.org>)
10994
10995 2001-12-23 [alfons]     0.6.6claws13
10996
10997         * src/prefs_filter.c
10998         * src/prefs_filtering.c
10999         * src/matcher.c
11000         * src/importmutt.c
11001                 clean up a little bit
11002         
11003         * src/string_match.c
11004                 validate input strings a little bit more
11005
11006 2001-12-23 [alfons]     0.6.6claws12
11007
11008         * src/Makefile.am
11009         * src/summaryview.c
11010         * src/string_match.[ch]         ** NEW **
11011         * src/folderview.[ch]
11012         * src/headerview.h
11013         * src/folder.[ch]
11014         * src/prefs_folder_item.[ch]
11015                 add subject simplification to strip out strings from
11016                 a subject line (esp. handy for mailing lists). 
11017                 (original patch by by Thomas Link <t.link.tmp200101@gmx.net>,
11018                 but slightly changed things for better integration.)
11019
11020 2001-12-23 [alfons]     0.6.6claws11
11021
11022         * src/mainwindow.c
11023                 fix bug introduced by submission included in 0.6.5claws52.
11024                 ideally this submission should clean the trash if any trash
11025                 folder has a message. however, the hasTrash variable was
11026                 set to false whenever a trash folder was empty (discarding
11027                 a previously found *filled* trash folder.)
11028
11029                 also edited the code a little bit and made it more safe.
11030
11031 2001-12-22 [alfons]     0.6.6claws10
11032
11033         * src/imap.c
11034                 quick fix for Martin Pool's omission of an account
11035                 specific SSL setting
11036
11037 2001-12-22 [alfons]     0.6.6claws9
11038
11039         * src/compose.c
11040         * src/messageview.c
11041         * src/mimeview.c
11042         * src/pgptext.c
11043         * src/procmime.[ch]
11044                 better support for multipart/digest (submitted
11045                 by Fredrik <e98fo@efd.lth.se>)
11046
11047 2001-12-22 [alfons]     0.6.6claws8
11048
11049         * src/addressbook.c
11050                 correct function signature
11051         * src/socket.[ch]
11052         * src/imap.[ch]
11053         * src/prefs_account.[ch]
11054                 allow IMAP over SSH tunnel (patch submitted by 
11055                 Martin Pool <mbp@samba.org>)
11056
11057 2001-12-21 [alfons]     0.6.6claws7
11058
11059         * sync with sylpheed 0.6.6cvs4-9
11060                 (may have forgotten something: LAST_STABLE is 0.6.6claws6)
11061
11062 2001-12-21 [christoph]  0.6.6claws6
11063
11064         * src/compose.c
11065         * src/prefs_folder_item.[ch]
11066                 implement saving of outgoing messages to current folder.
11067                 fix segfault when no default outbox is available
11068                 (closes bug #495683)
11069
11070 2001-12-21 [carsten]    0.6.6claws5
11071         * src/folderview.c
11072         * src/summaryview.c
11073                 pressing CTRL while DND does now the expected thing and
11074                 copies the mail (moving is still the default, as this
11075                 seam more appropriate for handling mails by DND)
11076
11077 2001-12-18 [paul]       0.6.6claws4
11078
11079         * sync with sylpheed 0.6.6cvs3
11080                 see ChangeLog entries 2001-12-18
11081
11082 2001-12-18 [hiro]       0.6.6claws3
11083
11084         * src/undo.c
11085                 fix for multibyte characters (obtain the number of letters
11086                 instead of bytes).
11087
11088 2001-12-17 [paul]       0.6.6claws2
11089
11090         * sync with sylpheed 0.6.6cvs1
11091                 see ChangeLog entry 2001-12-16
11092
11093 2000-12-17 [alfons]     0.6.6claws1
11094
11095         * src/filtering.c
11096                 clean up
11097
11098 2001-12-16 [paul]       0.6.6claws
11099 2001-12-15
11100
11101         * Release version 0.6.6claws, cvs tag: rel_0_6_6
11102
11103         * src/mimeview.c
11104                 last minute sync with main 0.6.6
11105
11106         * po/es.po
11107                 updated by Ricardo Mones Lastra
11108                 update for last minute sync
11109         * po/fr.po
11110         * po/nl.po
11111                 update for last minute sync
11112         * po/de.po
11113                 updated by Jens Oberender
11114         * po/pt_BR.po
11115                 updated by Fabio Junior Beneditto
11116
11117         * src/prefs_common.[ch]
11118         * src/undo.c
11119                 number of undo levels is user configurable
11120                 (squeeze it into the release in the dying
11121                 moments) Submitted by Jens Oberender    
11122
11123 2001-12-15 [melvin]
11124
11125         * po/fr.po
11126                 updated french translation
11127
11128 2001-12-15 [paul]       0.6.5claws92
11129
11130         * sync with sylpheed 0.6.5cvs28
11131                 see ChangeLog entry 2001-12-14 (src/prefs_account.c)
11132
11133         * po/nl.po
11134                 update to allow for sync
11135
11136 2001-12-15 [alfons]
11137         
11138         * po/nl.po
11139                 update dutch translation
11140
11141 2001-12-14 [carsten]    0.6.5claws91
11142         * src/summaryview.c
11143                 fixed bug #473785; also after changing the column order
11144                 the same message will be selected and displayed as before
11145                 the reordering
11146
11147 2001-12-14 [carsten]    0.6.5claws90
11148         * src/folderview.c
11149                 probably found the bug reported by wwb opening or closing
11150                 a folder tree just before dnd (found the solution in the
11151                 balsa source -- thanks to them)
11152
11153 2001-12-14 [carsten]    0.6.5claws89
11154         * src/gtkutils.c
11155         * src/account.c
11156                 moved gtk_clist_moveto to the right place, so that
11157                 only the accounts dialog is effected on opening
11158
11159 2001-12-14 [carsten]    0.6.5claws88
11160         * src/gtkutils.c
11161                 gtkut_clist_set_focus_row does a gtk_clist_moveto
11162                 now, so that the focused row will be seen in any case
11163                 (reported by wwp on sf-claws-user)
11164
11165 2001-12-14 [darko]      0.6.5claws87
11166
11167         * src/compose.c
11168                 remove unnecessary line
11169
11170 2001-12-14 [paul]       0.6.5claws86
11171
11172         * sync with sylpheed 0.6.5cvs27
11173                 see ChangeLog entries 2001-12-14
11174
11175 2001-12-14 [carsten]    0.6.5claws85
11176         * src/mainwindow.c
11177                 following a suggestion of Melvin the rcoabm pops up
11178                 right under the button now and the button is reliefed
11179                 while the popup is open
11180
11181 2001-12-14 [darko]      0.6.5claws84
11182
11183         * src/compose.c
11184                 fix crash when wrapping long lines if linewrap quotation
11185                 is disabled and wrapper encounters a word spanning more
11186                 than one line
11187
11188 2001-12-13 [paul]       0.6.5claws83
11189
11190         * src/compose.c
11191                 prefer 'Reply-To' header over mailing list header when
11192                 replying to a message. Finally prevent all those confirmation 
11193                 messages being sent to the list itself.
11194
11195         * src/summaryview.c
11196                 remove unused summary_set_menu_sensitive() entry
11197
11198 2001-12-13 [paul]       0.6.5claws82
11199
11200         * src/folderview.c
11201         * src/pixmaps/inbox-hrm.xpm     ** NEW FILE **
11202         * src/pixmaps/outbox-hrm.xpm    ** NEW FILE **
11203         * src/pixmaps/trash-hrm.xpm     ** NEW FILE **
11204                 improvements to 'Hide read messages': Inbox, Outbox,
11205                 Trash, Queue, and Draft icons now reveal presence of hidden 
11206                 messages
11207
11208 2001-12-12 [alfons]     0.6.5claws81
11209
11210         0.6.5claws80 was tagged as LAST_STABLE
11211
11212         * src/filtering.[ch]
11213         * src/matcher.[ch]
11214         * src/matcher_parser_lex.c
11215                 fix the filtering; my last attempt to get it right, 
11216                 if it does not work, it's Hoa's turn. ;-)
11217
11218                 for my honourable peers:
11219                 
11220                 the code now makes a clear distinction between
11221                 rules as they are displayed (probably escaped),
11222                 and as they are executed (probably unescaped). the
11223                 parser does *NOT* do any unescaping, this is
11224                 the task of the matcher.c (which breaks up a
11225                 rule into condition) and the filtering.c (which
11226                 breaks up the rule's action). to make this
11227                 run happily we provide an unescaped copy of
11228                 crucial strings to the MatcherProp and 
11229                 FilteringAction structures. note that the only
11230                 exception to this is any REGEXP string. those
11231                 are directly passed to regcomp() and regexp()
11232                 (who have much more powerful unescape functions).
11233                 
11234                 for everyone else:
11235         
11236                 you can escape tab (\t), carriage return (\r),
11237                 linefeed (\n), form feed (\f), quote (\"), 
11238                 single quote (\'), bell (\b) in all the entry
11239                 lines in the scoring & filtering dialogs.
11240                 as an added bonus this should not affect
11241                 existing filtering rules.
11242
11243 2001-12-12 [carsten]    0.6.5claws80
11244
11245         * src/summaryview.c
11246         * po/de.po
11247                 "item(s) selected" is now sensitive to 1 or more
11248                 than one selected (nice for language where simple
11249                 adding of a "s" is not possible as German (Eintrag
11250                 ->Eintr"age)
11251                 
11252                 the "forward as attachment" entry from the right
11253                 click menu removed, "forward" acts following the
11254                 prefs
11255         
11256         * src/textview.c
11257                 reverted my former changes; so compiler warning again
11258                 but there's more GTK_TEXT/GTK_STEXT mixing on other places
11259                 nevertheless
11260
11261         * src/messageview.c
11262                 "search in message" does now *not* only work in MVIEW_TEXT
11263                 messages, but also in a MIMEVIEW_TEXT part of MVIEW_MIME
11264                 message
11265
11266         * src/mainwindow.c
11267                 removed "/File/_Close" as it was the same as "/File/E_xit"
11268                 and we don't need it two times
11269
11270                 the separate folder view and message view now get a distinct
11271                 WMCLASS, just in case someone is using sawfish ;-)
11272
11273                 as the menu entries "/View/Message view" and "/View/Folder tree"
11274                 are only doing something when SEPARATE_MESSAGE or SEPARATE_FOLDER
11275                 make them sensitive accordingly and as these two are "shown"
11276                 after startup anytime check this menuitem at startup
11277
11278 2001-12-12 [paul]       0.6.5claws79
11279
11280         * src/folderview.c
11281                 fix sensitivity of 'Search folder...', broken in
11282                 0.6.5claws75
11283
11284         * src/mainwindow.c
11285                 fix dodgy English
11286
11287 2001-12-11 [carsten]    0.6.5claws78
11288         * src/filtering.c
11289                 fixed two typos returning a wrong FALSE/TRUE
11290         * src/mainwindow.[ch]
11291                 extra menu for email/news button removed
11292
11293 2001-12-11 [alfons]     0.6.5claws77
11294         
11295         * src/matcher.c                 (1.3)
11296         * src/matcher_parser_lex.l      (1.28)
11297                 revert for another attempt
11298                 mark 0.6.5claws77 as LAST_STABLE
11299
11300 2001-12-11 [christoph]  0.6.5claws76
11301
11302         * po/de.po
11303                 fixed wrong translation for prev. unread msg
11304
11305 2001-12-11 [paul]       0.6.5claws75
11306
11307         * src/folder.[ch]
11308         * src/folderview.c
11309         * src/mainwindow.c
11310         * src/summaryview.[ch]
11311         * src/pixmaps/dir-open-hrm.xpm  ** NEW FILE **
11312                 enable ability to hide read messages on per folder basis via 
11313                 '/Summary/Hide read messages'; when selected, a folder will 
11314                 have a red open folder icon, instead of a blue icon, if the 
11315                 folder contains hidden messges
11316                 submitted by Thomas Link <t.link.tmp200101.gmx.net> 
11317
11318         * src/mainwindow.c
11319                 remove '/Message/Forward as attachment' from 
11320                 main_window_set_menu_sensitive() to prevent debug warning
11321
11322         * src/folderview.c
11323         * src/mainwindow.c
11324                 Clean up some of the English
11325
11326         * tools/newscache_clean.pl
11327                 allow for new 'hidereadmsgs' entry in folderlist.xml
11328
11329         * po/es.po
11330                 updated translation, submitted by Ricardo Mones Lastra
11331
11332 2001-12-11 [paul]       0.6.5claws74
11333
11334         * sync with sylpheed 0.6.5cvs25
11335                 see ChangeLog entry 2001-12-11
11336
11337 2001-12-10 [alfons]     0.6.5claws73
11338
11339         * src/matcher.c
11340                 add more control characters
11341         * src/matcher_parser_lex.l
11342                 make escaping / unescaping work again
11343
11344 2001-12-10 [alfons]     0.6.5claws72
11345
11346         * src/imap.c
11347                 clean up warnings "returning value for void function" 
11348         * src/prefs_filtering.c
11349                 make info button for execute action sensitive
11350
11351 2001-12-10 [paul]       0.6.5claws71
11352
11353         * src/compose.c
11354         * src/imap.[ch]
11355         * src/summaryview.c
11356                 fix: imap server now gets informed of MARKED, UNMARKED
11357                 and REPLY events. Now people can use different IMAP-Mail
11358                 clients and have the exact same information about MARKED,
11359                 UNMARKED and REPLY status with all of them. Especially
11360                 useful for imap servers with a web-frontend.
11361                 submitted by Tobias Sandhaas <medlor@web.de>
11362
11363 2001-12-09 [melvin]     0.6.5claws70
11364         
11365         * src/textview.[ch]
11366                 fixed bug #490076 (hunted down by Alfons who implemented
11367                 a workaround in 0.6.5claws65)
11368
11369 2001-12-09 [christoph]  0.6.5claws69
11370
11371         * src/summaryview.c
11372                 set pointer to string in LOCKED column to NULL
11373                 (might fix bug #490800)
11374
11375 2001-12-09 [carsten]    0.6.5claws68
11376
11377         * po/de.po
11378                 resolved some cluttered menu shortcuts 
11379                 ('creating new email' and 'creating news message'
11380                 hade the same)
11381         * src/compose.c
11382                 wmclass now distinc from main window
11383         * src/mainwindow.c
11384           src/mainwindow.h
11385                 email/news and forward button functionality similar
11386                 to the reply buttons; removed the ugly dropdown arrows
11387                 and use instead the right mouse button
11388
11389 2001-12-09 [paul]       0.6.5claws67
11390
11391         * src/imap.c
11392         * src/utils.h
11393                 allow spaces in imap folder names
11394                 submitted by Willem van Engen <wvengen@stack.nl>
11395
11396 2001-12-09 [paul]       0.6.5claws66
11397
11398         * sync with sylpheed 0.6.5cvs24
11399                 see ChangeLog entry 2001-12-09
11400
11401 2001-12-08 [alfons]     0.6.5claws65
11402
11403         * src/textview.c
11404                 prevent secondary selection claim after "add to sender" dialog
11405                 popped up. this is because there's a GDK_BUTTON_RELEASE pending.
11406                 we trick GTK by simulating a click at (0, 0) in the textview.
11407
11408 2001-12-08 [hoa]        0.6.5claws64
11409
11410         * src/folder.c
11411                 fixed a bug about the .processing folder name while filtering
11412
11413 2001-12-08 [alfons]     0.6.5claws63
11414
11415         * src/folderview.c 
11416                 work around problem of not correctly updating folder stats
11417                 when deleting messages. there's some folder scanning evil
11418                 going so the folderview_update_msg_num() does not work
11419                 correctly. need to investigate this.
11420
11421 2001-12-08 [paul]       0.6.5claws62
11422
11423         * sync with sylpheed 0.6.5cvs23
11424                 see ChangeLog entry 2001-12-08
11425
11426 2001-12-07 [christoph]  0.6.5claws61
11427
11428         * src/compose.c
11429                 fix another header translation problem
11430
11431 2001-12-07 [alfons]     0.6.5claws60
11432
11433         * src/mbox.c
11434                 make filtering also work on local spool mbox
11435
11436 2001-12-07 [carsten]    0.6.5claws59
11437         * src/addressbook.c
11438                 addressbook window gets a wmclass distinct from the main
11439                 sylpheed window
11440         * src/compose.h
11441         * src/mainwindow.[ch]
11442                   forward menu item will use mode selected in prefs, forward 
11443                 as attatchment in menu removed (will be substituted in the
11444                 toolbar similar to reply buttons)
11445                   create news message menu entry and news button is now 
11446                 sensitive to the existance of a news account
11447         * src/pixmaps/stock_mail_reply_quote.xpm           ** REMOVED **
11448         * src/pixmaps/stock_mail_reply_to_all_quote.xpm    ** REMOVED **
11449         * src/pixmaps/stock_mail_reply_to_sender_quote.xpm ** REMOVED **
11450                 these are removed because the toolbar buttons don't show
11451                 the quoting modus any longer
11452
11453 2001-12-07 [paul]
11454
11455         * tools/newscache_clean.pl      ** NEW FILE **
11456                 perl script to do some tidying up in the newscache directory 
11457                 
11458         * tools/sylpheed-switcher       ** NEW FILE **
11459                 perl script to enable easy switching between main and claws
11460                 
11461         * tools/README
11462                 added descriptions of the two new perl scripts          
11463
11464
11465 2001-12-07 [melvin]     0.6.5claws58
11466
11467         * src/messageview.c
11468                 fixed a warning during compilation introduced in 0.6.5claws56
11469
11470 2001-12-07 [paul]       0.6.5claws57
11471
11472         * src/mainwindow.[ch]
11473         * src/menu.[ch]
11474                 further usability enhancements to replying with or without 
11475                 quoting via the toolbar, use of Ctrl key is replaced by 
11476                 drop down menu 
11477                 Submitted by Carsten Schurig            
11478
11479 2001-12-07 [melvin]     0.6.5claws56
11480
11481         * src/messageview.c
11482                 hack to fix bug that prevented to make/paste selections
11483                 after switching between MVIEW_TEXT and MVIEW_MIME views
11484                 without deselecting the selection first.
11485
11486 2001-12-06 [alfons]     0.6.5claws55
11487
11488         * src/filtering.[ch]
11489         * src/inc.c
11490                 revise filtering a little bit more, and make sure
11491                 messages are delivered to the appropriate inbox
11492                 (perhaps set per account)
11493
11494 2001-12-06 [paul]       0.6.5claws54
11495
11496         * sync with sylpheed 0.6.5cvs22
11497                 see ChangeLog entry 2001-12-06
11498
11499 2001-12-05 [alfons]     0.6.5claws53
11500
11501         * src/inc.c
11502         * src/folder.[ch]
11503         * src/procmsg.c
11504         * src/filtering.c
11505                 more revisions of filtering system
11506                 (last stable version is marked as LAST_STABLE)
11507                 
11508                 | NOTE 1): the filtering system now uses a local folder called
11509                 | .processing. if filtering fails, check this directory
11510                 | for missing messages.
11511                 |
11512                 | NOTE 2): help us find the filtering actions still missing
11513
11514 2001-12-05 [paul]       0.6.5claws52
11515
11516         * src/mainwindow.c
11517                 fix bug where 'Empty Trash?' pop-up window appears even
11518                 when Trash is empty, submitted by Jesse Skinner         
11519
11520 2001-12-05 [melvin]     0.6.5claws51
11521
11522         * src/compose.c
11523                 fixed bug #486106 to select correct account when reediting 
11524                 a queued message
11525         
11526 2001-12-04 [alfons]     0.6.5claws50
11527
11528         * src/mh.c
11529                 declare markfile in appropriate functions when
11530                 no fchmod() is found (thanks to Mark Heerdink <marc@koelkast.net>
11531                 for spotting this)
11532
11533 2001-12-04 [paul]       0.6.5claws49
11534
11535         * sync with sylpheed 0.6.5cvs21
11536                 see ChangeLog entry 2001-12-04
11537
11538 2001-12-03 [christoph]  0.6.5claws48
11539
11540         * po/de.po
11541                 changed translation of undo
11542         * src/account.c
11543         * src/folder.c
11544                 don't reinvent the wheel to traverse a GNode
11545         * src/compose.[ch]
11546                 seperate code to create the compose gui into functions
11547                 add "Others" page with folder selection for saving copy
11548                 of the message.
11549                 the folder identifier is saved to queue header
11550         * src/procmsg.c
11551                 save message to folder in queue header
11552
11553 2001-12-03 [paul]       0.6.5claws47
11554
11555         * sync with sylpheed 0.6.5cvs20
11556                 see ChangeLog entry 2001-12-03
11557
11558 2001-12-01 [paul]
11559
11560         * more sync with sylpheed 0.6.5cvs19
11561                 see ChangeLog entry 2001-11-29
11562
11563 2001-11-30 [paul]       0.6.5claws46
11564         
11565         * src/compose.c
11566                 remove conflicts introduced by Hoa's last commit
11567          
11568         * src/mainwindow.c
11569                 make 'Message/Bounce' sensitive
11570
11571 2001-11-30 [hoa]        0.6.5claws45
11572
11573         * src/compose.c
11574                 slightly change bounce function to add
11575                 information about the user that bounced the mail
11576                 in the From header line.
11577
11578         * src/folderview.c
11579                 permit the use of processing in outbox folder.
11580
11581 2001-11-29 [paul]       0.6.5claws44
11582
11583         * src/mainwindow.[ch]
11584         * src/prefs_common.c
11585         * src/pixmaps/stock_mail_reply_quote.xpm            ** NEW FILE **
11586         * src/pixmaps/stock_mail_reply_to_all_quote.xpm     ** NEW FILE **
11587         * src/pixmaps/stock_mail_reply_to_author_quote.xpm  ** NEW FILE **
11588                 usability enhancements to the quoting, implements
11589                 use of Ctrl key to toggle quoting settings
11590                 Submitted by Carsten Schurig <Carsten.Schurig@web.de>
11591
11592 2001-11-29 [paul]       0.6.5claws43
11593         
11594         * sync with sylpheed 0.6.5cvs19
11595                 see ChangeLog entry 2001-11-28
11596
11597 2001-11-29 [melvin]     0.6.5claws42
11598         * src/Makefile.am
11599                 added enriched.[ch] to the list of files
11600
11601         * src/textview.c
11602         * src/mimeview.c
11603         * src/procmime.[ch]
11604         * src/enriched.[ch]
11605                 added support to view text/enriched
11606                 added support to show headers in message view for text/enriched and text/html
11607                         in non multipart messages
11608
11609 2001-11-28 [paul]       0.6.5claws41
11610
11611         * more sync with sylpheed 0.6.5cvs18
11612                 see ChangeLog entry 2001-11-27 (src/prefs_common.c)
11613
11614 2001-11-27 [paul]       0.6.5claws40
11615         
11616         * po/pt_BR.po
11617                 updated translation, submitted by Fabio Junior Beneditto
11618                 
11619         * sync with sylpheed 0.6.5cvs18
11620                 see ChangeLog entries 2001-11-26 (src/textview.c) and
11621                 2001-11-27
11622
11623
11624 2001-11-26 [paul]
11625
11626         * po/es.po
11627                 updated translation, submitted by Ricardo Mones Lastra
11628
11629 2001-11-26 [alfons]
11630
11631         * src/matcher.c
11632                 add more translatable strings
11633
11634 2001-11-26 [christoph]  0.6.5claws39
11635
11636         * po/de.po      
11637                 fixed one more umlaut
11638         * src/compose.c
11639                 fix translated header when it should not be translated
11640
11641 2001-11-26 [paul]       0.6.5claws38
11642
11643         * src/mainwindow.c
11644                 remove '/Message/Add Sender to address book' from 
11645                 main_window_set_menu_sensitive(), prevent debug warning
11646                 add 'Message/Mark/Mark all read' to mainwin_entries[]
11647
11648 2001-11-26 [paul]       0.6.5claws37
11649
11650         * src/summaryview.c
11651                 fix 'recurring unread state' bug 
11652
11653         * tools/README 
11654         * tools/filter_conv.pl
11655                 read name of top level mailbox from folderlist.xml
11656                 and presume nothing about its name              
11657
11658 2001-11-26 [darko]      0.6.5claws36
11659
11660         * src/gtkstext.[ch]
11661                 removed functions that are now in gtkutils.c
11662                 use gtkut_text_is_uri_string() from gtkutils.c
11663         * fix my comment on 2001-11-23 (missing gtkutils.[ch])
11664
11665 2001-11-26 [paul]       0.6.5claws35
11666
11667         * sync with sylpheed 0.6.5cvs16
11668                 see ChangeLog entries 2001-11-25 and 2001-11-26
11669
11670 2001-11-25 [alfons]     0.6.5claws34
11671
11672         EXPERIMENTAL!!! Please checkout the last stable version using: 
11673           
11674         % cvs update -r LAST_STABLE -dRAP
11675
11676         (Or help us testing this stuff.)
11677
11678         * src/filtering.c               (1.14)
11679         * src/filtering.h               (1.6)
11680         * src/inc.c                     (1.28)
11681         * src/matcher.c                 (1.20)
11682         * src/mbox.c                    (1.9)
11683         * src/procmsg.h                 (1.14)
11684         * src/summaryview.c             (1.59)
11685         * src/summaryview.h             (dunno)
11686                 revert/merge/sync to as it was before commit 
11687                 on Thu, 19 Jul 2001 10:15:51 -0700.
11688
11689 2001-11-25 [hoa]        0.6.5claws33
11690
11691         * src/main.c
11692                 processing mails at startup
11693
11694         * src/folderview.c
11695         * src/summaryview.[ch]
11696                 processing mails when entering folder
11697
11698         * src/prefs_filtering.c
11699                 fixed some UI bugs
11700
11701 2001-11-24 [alfons]     0.6.5claws32
11702
11703         * src/summaryview.[ch]
11704                 make summary sort headers work, and also make
11705                 sure the sort type is stored
11706
11707 2001-11-23 [alfons]     0.6.5claws31
11708
11709         * src/summaryview.[ch]
11710                 make lock work like mark
11711                 disallow deleting messages marked as locked
11712
11713 2001-11-23 [alfons]     0.6.5claws30
11714
11715         * src/gtkstext.c
11716         * src/compose.[ch]
11717         * src/Makefile.am
11718         * src/undo.[ch]
11719                 merge undo patch submitted by Jens
11720
11721 2001-11-23 [christoph]  0.6.5claws29
11722
11723         * src/.cvsignore
11724                 added ylwrap
11725         * src/compose.c
11726                 fixed gpg signing and encoding
11727         * src/folder.[ch]
11728         * src/main.c
11729                 added --status option to get new, unread and total
11730                 message count from a running sylpheed
11731         * src/prefs_common.c
11732                 temporary fix for reply_with_quote problem
11733                 (don't call functions for non existing widget)
11734         * src/procmsg.c
11735                 one more check for ignored threads but still not
11736                 always working correctly. probably a recursive
11737                 check for all parents is needed
11738
11739 2001-11-23 [darko]      0.6.5claws28
11740
11741         * src/compose.c
11742                 wrapping on send improvements
11743         * src/gtkutils.[ch]
11744                 fix for GtkSText after last sync with main branch
11745                 GTK_TEXT -> GTK_STEXT
11746
11747 2001-11-23 [paul]       0.6.5claws27
11748
11749         * sync with sylpheed 0.6.5cvs14
11750                 see ChangeLog entries 2001-11-22 and 2001-11-23
11751                 
11752         * po/de.po
11753                 fixed the scrambled umlauts 
11754                 submitted by Carsten Schurig <Carsten.Schurig@web.de>
11755
11756 2001-11-21 [paul]       0.6.5claws26
11757
11758         * sync with sylpheed 0.6.5cvs12
11759                 see 2nd ChangeLog entry dated 2001-11-20
11760
11761 2001-11-20 [paul]       0.6.5claws25
11762
11763         * sync with sylpheed 0.6.5cvs11
11764                 see ChangeLog entry 2001-11-19 (src/utils.c)
11765
11766 2001-11-20 [hiro]
11767
11768         * src/compose.c
11769                 GTK_TEXT -> GTK_STEXT
11770                 fix for wrong comment
11771
11772 2001-11-20 [hiro]       0.6.5claws24
11773
11774         * src/compose.[ch]
11775                 more merges from main branch
11776                 removed fatal warnings (uninitialized variables etc.)
11777                 some coding style fix
11778         * src/gtkutils.h
11779                 fixed typo.
11780         * src/addressbook.c
11781           src/addrindex.c
11782                 V-Card -> vCard
11783
11784 2001-11-19 [hoa]        0.6.5claws23
11785
11786         * src/filtering.c
11787         * src/prefs_scoring.c
11788         * src/matcher.[ch]
11789         * src/scoring.c
11790                 cleaning code
11791
11792         * src/matcher_parser_parse.y
11793         * src/prefs_filtering.c
11794                 bouncing
11795
11796 2001-11-19 [alfons]     0.6.5claws22
11797
11798         more of my old things into claws
11799
11800         * src/Makefile.am
11801         * src/prefs_common.c
11802         * src/procmsg.h
11803         * src/summaryview.[ch]
11804         * src/prefs_summary_column.c
11805         * src/pixmaps/locked.xpm
11806                 add indicators for locking of message in summary view
11807                 (does not work yet, only visual indicator)
11808
11809 2001-11-19 [paul]       0.6.5claws21
11810
11811         * sync with sylpheed 0.6.5cvs10
11812                 see ChangeLog entry 2001-11-19
11813
11814 2001-11-18 [alfons]     0.6.5claws20
11815         
11816         * src/filtering.c
11817                 remove an inadvertent free I forgot in previous clean up 
11818
11819 2001-11-18 [alfons]     0.6.5claws19
11820
11821         * src/filtering.[ch]
11822                 clean up & plug leaks
11823
11824 2001-11-18 [paul]       0.6.5claws18
11825
11826         * sync with sylpheed 0.6.5cvs9
11827                 see ChangeLog entries 2001-11-17 and 2001-11-18
11828
11829 2001-11-16 [paul]       0.6.5claws17
11830
11831         * sync with sylpheed 0.6.5cvs8
11832                 see ChangeLog entry 2001-11-16, src/grouplistdialog.c
11833
11834 2001-11-16 [paul]       0.6.5claws16
11835
11836         * sync with sylpheed 0.6.5cvs7
11837                 see ChangeLog entries 2001-11-15 and 2001-11-16
11838
11839 2001-11-15 [hoa]        0.6.5claws15
11840
11841         * src/compose.c
11842                 fix bounce, mails we received couln't be bounced to ourself.
11843
11844         * src/defs.h
11845         * src/filtering.[ch]
11846         * src/matcher.[ch]
11847         * src/matcher_parser.h
11848         * src/matcher_parser_lex.l
11849         * src/matcher_parser_parse.y
11850         * src/inc.c
11851         * src/main.c
11852         * src/mbox.c
11853         * src/prefs_filtering.[ch]
11854         * src/mainwindow.c
11855         * src/prefs_matcher.c
11856         * src/prefs_scoring.c
11857         * src/scoring.[ch]
11858         * src/summaryview.c
11859                 new matcher/filter/score configuration file parser
11860                 one unique configuration file => ~/.sylpheed/matcherrc
11861                 import in currently automatic, then save are made
11862                 in this new file.
11863                 one filter per folder and one global filter
11864                 (filter of a folder will be used as folder processing)
11865
11866         * src/folder.c
11867                 fix a bug in folder_item_get_identifier
11868                 
11869         * src/messageview.c
11870                 receive receipt return are fixed.
11871
11872 2001-11-14 [alfons]     0.6.5claws14
11873
11874         * src/session.h
11875                 add things from main branch to make claws compile
11876
11877 2001-11-14 [paul]       0.6.5claws13
11878
11879         * merge with SYNC-B4-REL and sync with sylpheed 0.6.5cvs5
11880                 see ChangeLog entries 2001-11-08 to 2001-11-14
11881
11882 2001-11-14 [hoa] 0.6.5claws12
11883
11884         * src/compose.[ch]
11885         * src/mainwindow.c
11886         * src/summaryview.c
11887                 add "bounce mail" option
11888
11889 2001-11-13 [christoph]  0.6.5claws11
11890
11891         * src/compose.c
11892                 Cleanup a mess i add before commiting
11893
11894 2001-11-13 [hoa]        0.6.5claws10
11895
11896         * src/compose.c
11897                 some fixes when mail are sent or
11898                 for crossposts
11899
11900 2001-11-13 [christoph]  0.6.5claws9
11901
11902         * po/de.po
11903                 Changed two string with the same translation
11904         * src/compose.c
11905         * src/procmsg.[ch]
11906         * src/send.[ch]
11907                 New mailsending process:
11908                   - Always queue message before sending
11909                     (message will be saved if sylpheed crashed or
11910                      freezes while sending)
11911                   - Allow queuing of newspostings
11912                   - No copy in outbox before sending
11913                     (closes bug #469501)
11914                   - No more redundant code for send and send_later
11915         * src/summaryview.c
11916                 Applied wwp <subscript@free.fr>'s patch that fixes
11917                 marks for multiple forwarded messages (+compose.c)
11918
11919 2001-11-12 [alfons]
11920
11921         * README.claws
11922                 remove things that are now in main branch
11923         
11924         * po/nl.po
11925                 update Dutch translation
11926
11927 2001-11-12 [mhadasht]   0.6.5.claws8
11928
11929         * src/prefs_common.c
11930                 re-enabled account autoselection feature for forward
11931                 and reedit lost during the branch point for SYNC-B4-REL
11932         * src/gtkspell.c
11933                 gtkpspell_get_dict(): more readable code (even if function is
11934                 not used yet)
11935         * ChangeLog.claws
11936                 added version number info to 2001-11-12 [hiro] comment.
11937
11938 2001-11-12 [hiro]       0.6.5.claws7
11939
11940         * src/compose.c
11941                 compose_forward(): fixed a bug that forward quote mark
11942                 wasn't used.
11943                 removed unnecessary code.
11944         * src/template_select.[ch]: removed.
11945
11946 2001-11-11 [alfons]
11947
11948         * src/compose.c
11949                 :%s/GTK_TEXT/GTK_STEXT/g
11950         
11951         * src/compose.[ch]
11952         * src/undo.[ch]
11953         * src/Makefile.am
11954                 revert the undo stuff (this is 0.6.6claws stuff)
11955
11956 2001-11-11 [hoa]        0.6.5.claws6
11957
11958         * src/compose.[ch]
11959                 Insert signature at the end of the text.
11960                 Added undo patch but currently disabled
11961
11962         * src/procmsg.c
11963                 Threading by subject improved.
11964
11965         * added src/undo.[ch]
11966                 Undo module for compose dialog box.
11967
11968 2001-11-11 [alfons]     0.6.5.claws5
11969
11970         * src/procmsg.c
11971                 prevent threading by subject on nodes that have already been
11972                 threaded by in-reply-to (as in "circular references in a tree
11973                 result in a dead branch")
11974
11975 2001-11-09 [hoa]        0.6.5.claws4
11976         
11977         * src/folderview.c
11978                 allows creation of mbox folder item from any files.
11979
11980 2001-11-09 [alfons]     0.6.5.claws3
11981         
11982         * src/utils.c
11983         * src/procmsg.c
11984                 do what I mean and correct threading by subject so it really
11985                 ignores attracting lines without "Re: "
11986
11987 2001-11-07 [alfons]     0.6.5.claws2
11988
11989         * src/procmsg.c
11990         * src/utils.[ch]
11991                 only attract by subject if a subject line starts with a "Re: "
11992         * src/syldap.c
11993                 remove warning
11994
11995 2001-11-07 [paul]       0.6.5claws1
11996
11997         * sync with sylpheed 0.6.5. release
11998                 see ChangeLog entry 2001-11-07
11999
12000 2001-11-07 [paul]       0.6.4claws31
12001
12002         * sync with sylpheed 0.6.4cvs18
12003                 see ChangeLog entries 2001-10-30 to 2001-11-07
12004                 prefs_templates.[ch] renamed prefs_template.[ch]
12005
12006 2001-11-06 [alfons]
12007         
12008         * src/utils.h
12009                 add semicolon Hoa forgot ;-)
12010                 
12011
12012 2001-11-06 [hoa]        0.6.4claws30
12013         
12014         * src/procmsg.c
12015         * src/summaryview.c
12016         * src/utils.c
12017         * src/utils.h
12018                 threading by subject - empty subject are ignored
12019
12020 2001-11-06 [christoph]  0.6.4claws29
12021
12022         * src/socket.c
12023                 use SSL_peek for sock_gets
12024         * src/utils.c
12025                 removed unneeded pointer in extracting quoted
12026                 names implementation
12027
12028 2001-11-06 [melvin]     0.6.4claws28
12029
12030         * src/gtkspell.c
12031                 fixed bug #476792 Selection overtyping with spell checker
12032                 fixed bug which could cause a buffer overflow
12033                 fixed a memory leak
12034
12035 2001-11-06 [hoa]        0.6.4claws27
12036         
12037         * src/procmsg.c
12038         * src/summaryview.c
12039                 threading by subject
12040
12041 2001-11-05 [alfons]     0.6.4claws26
12042         
12043         * README.claws
12044                 Claws -> Sylpheed (vice versa)
12045
12046         * src/compose.c
12047                 :%s/gtk_text/gtk_stext/g
12048                 :%s/GTK_TEXT/GTK_STEXT/g
12049                 (thanks to Jonathan Ware for spotting this)
12050
12051 2001-11-04 [christoph]  0.6.4claws25
12052
12053         * src/summaryview.c
12054                 replace Xalloca + strdup with Xstrdup_a
12055         * src/utils.c
12056                 better implementation of extracting quoted names
12057                 from addresses (remove backlashes and ignore
12058                 quotes after them)
12059
12060 2001-11-04 [alfons]     0.6.4claws24
12061
12062         * src/utils.[ch]
12063                 edit to comply more with coding style
12064
12065         * src/textview.c
12066                 fix bug reported by Kim Schulz. introduced by the patch integrated
12067                 in 0.6.4claws15. the code did not check the return value of
12068                 the html parser.
12069
12070         * AUTHORS
12071                 add Jonathan Ware and close "[ #475955 ] Enhanced Mailto Patch"
12072
12073 2001-11-04 [christoph]  0.6.4claws23
12074
12075         * src/main.c
12076         * src/prefs_common.[ch]
12077                 init some pointers that possibly caused a segfault
12078                 reported in the claws-users ML
12079
12080 2001-11-04 [hoa]        0.6.4claws22
12081
12082         * src/grouplistdialog.c
12083                 change the names of the nodes in the tree
12084
12085         * src/compose.c
12086                 enhanced mailto syntax as described in
12087                 http://developer.netscape.com/viewsource/husted_mailto/mailto.html
12088                 (thanks to Jonathan Ware <jonathan_ware@gmx.co.uk>)
12089
12090         * src/utils.c
12091                 encode and decode URI (useful when opening URL into
12092                 netscape).
12093
12094 2001-11-03 [hoa]        0.6.4claws21
12095
12096         * src/grouplistdialog.c
12097                 a new newsgroups list selection dialog box
12098                 with a CTree instead of a CList
12099
12100 2001-11-03 [hoa]        0.6.4claws20
12101
12102         * src/folderview.c
12103                 enable property and scoring options when right
12104                 click on "inbox"
12105
12106         * src/summaryview.c
12107                 fixed bug when nickname were displayed using
12108                 the address book.
12109
12110 2001-11-02 [darko]      0.6.4claws19
12111
12112         * src/compose.c
12113                 new wrap quotation and URL/long words wrapping implementation
12114         * src/compose.c src/gtkstext.[ch]
12115                 move gtkstext_strncmp() to gtkstext.c
12116
12117 2001-11-01 [christoph]  0.6.4claws18
12118
12119         * src/prefs_account.c
12120                 fixed mess in account settings dialog
12121         * src/prefs_folder_item.c
12122                 added label with folder path to dialog
12123
12124 2001-10-31 [match]      0.6.4claws17
12125
12126         * src/vcard.c
12127                 fix memory leak.
12128         * src/addrbook.c
12129                 fix generation of spurious address book file names.
12130                 remove redundant functions.
12131         * po/POTFILES.in
12132                 added missing file names.
12133
12134 2001-10-30 [paul]       0.6.4claws16
12135
12136         * sync with sylpheed 0.6.4cvs6
12137                 see ChangeLog entries 2001-10-26 to 2001-10-30
12138
12139         * tools/filter_conv.pl
12140                 read folderlist.xml to discover whether the top-level
12141                 folder is called 'Mailbox' or 'Mail' 
12142
12143 2001-10-29 [paul]       0.6.4claws15
12144
12145         * src/html.c, src/textview.c
12146                 activate links in html mail and fix clickable parts
12147                 Submitted by Matthieu Dazy <dazy@t-surf.com>
12148
12149 2001-10-29 [paul]
12150
12151         * po/de.po, po/es.po, po/pt_BR/po
12152                 updated translations, submitted by Jens Oberender,
12153                 Ricardo Mones Lastra, and Fabio Junior Beneditto
12154
12155 2001-10-29 [darko]      0.6.4claws14
12156
12157         * src/compose.c
12158                 fix wrapping for good
12159
12160 2001-10-29 [darko]
12161
12162         * src/compose.c
12163                 undo previous change as it broke the smart wrapping
12164
12165 2001-10-29 [darko]      0.6.4claws13
12166
12167         * src/compose.c
12168                 fix infinite loop when long URL is quoted
12169                 (closes bug #475122.
12170
12171 2001-10-28 [match]
12172
12173         * src/mutt.[ch] src/importmutt.[ch] src/mgutils.[ch] src/addressbook.c src/Makefile.am
12174                 import Mutt address book
12175         * src/ldif.[ch] src/importldif.h
12176                 modified import LDIF handle user attributes
12177
12178 2001-10-28 [christoph]  0.6.4claws12
12179
12180         * src/summaryview.c
12181                 fixed that filtering did not work if there
12182                 were no filter rules
12183                 (closes bug #472003 and better implementation
12184                  of patch #474644)
12185
12186 2001-10-27 [christoph]  0.6.4claws11
12187
12188         * src/compose.c
12189                 make the folder's default account to be used when
12190                 replying. (patch by wwp <subscript@free.fr>)
12191         * src/compose.c
12192                 code cleanup, nearly killed all of wwp's patch
12193                 for folder's default account in compose
12194         * src/folderview.c
12195                 error panel when a folder could not be created
12196                 (closes bug #471080 new folder name & already
12197                  existing file)
12198
12199 2001-10-26 [alfons]
12200
12201         * src/utils.h
12202                 change prototype of strstr2() that Christoph forgot about
12203
12204 2001-10-26 [christoph]  0.6.4claws10
12205
12206         * src/account.c
12207                 made search for accounts by email address not case
12208                 sensitive
12209         * src/folder.c
12210                 fixed memory leak in folder_item_get_identifier
12211         * src/gtkspell.c
12212         * src/utils.c
12213                 fixed wrong strstr2 (should work like strstr)
12214
12215 2001-10-26 [darko]      0.6.4claws9
12216
12217         * src/compose.c src/gtkstext.[ch]
12218         * src/gtkstext.c
12219                 move is_url_string() and gtkstext_str_strcmp() to gtkstext.c
12220
12221 2001-10-26 [paul]       0.6.4claws8
12222
12223         * src/html.c
12224                 ignore css and javascript tags in html mail
12225                 case-insensitive, with or without double-quoted
12226                 strings
12227
12228 2001-10-26 [paul]       0.6.4claws7
12229
12230         * sync with sylpheed 0.6.4cvs1
12231                 see ChangeLog entry 2001-10-26
12232
12233         * src/prefs_account.c, src/prefs_common.c,
12234           src/prefs_summary_column.c
12235                 minor improvements to the English
12236
12237 2001-10-25 [alfons]     0.6.4claws6
12238
12239         * src/gtkstext.c
12240         
12241                 make GtkSText follow style of GtkText (closes bug 
12242                 #469211 "text selection while writing message")
12243                 
12244                 do sync with GTK 1.2.10
12245
12246 2001-10-25 [paul]       0.6.4claws5
12247
12248         * src/html.c
12249                 ignore css tags in html mail
12250
12251 2001-10-25 [darko]      0.6.4claws4
12252
12253         * src/compose.c
12254                 don't declare is_url_string as static function since
12255                 we need it in gtkstext.c
12256         * src/gtkstext.c
12257                 remove unused variable
12258                 don't wrap long URLs while composing a message
12259
12260 2001-10-24 [christoph]  0.6.4claws3
12261
12262         * src/socket.c
12263                 fix ssl deadlock, when peer closes connection
12264
12265 2001-10-24 [paul]       0.6.4claws2
12266
12267         * src/prefs_common.c
12268                 gettextize the gpg ascii-armored warning message
12269
12270         * src/compose.c
12271                 insert a DOS/MAC file into the composed message
12272                 (improvements)
12273
12274         * Both submitted by Thierry Godefroy <godefroy@imaginet.fr>
12275
12276 2001-10-22 [paul]       0.6.4claws1
12277
12278         * sync with sylpheed 0.6.4 release
12279                 see ChangeLog entries 2001-10-21
12280
12281         * po/fr.po, po/pt_BR.po
12282                 updated by Melvin Hadasht and Fabio Junior Beneditto
12283
12284 2001-10-21 [paul]       0.6.3claws30
12285
12286         * src/compose.c
12287                 insert a DOS text file from the compose window
12288                 into the composed message text (removes CRs characters)
12289                 Submitted by Thierry Godefroy <godefroy@imaginet.fr>
12290
12291         * tools/filter_conv.pl, tools/README
12292                 automatically use ~/.sylpheed as working directory
12293                 print out confirmation message on completion
12294
12295         * correct Hoa's last ChangeLog.claws entry
12296
12297 2001-10-20 [hoa]        0.6.3claws29
12298
12299         * src/grouplistdialog.c
12300                 bugfix (another ?) to give the right
12301                 newsgroups list for each news server.
12302
12303         * src/news.c
12304         * src/news.h
12305                 improve the newsgroups list cache
12306
12307 2001-10-20 [paul]       0.6.3claws28
12308
12309         * sync with sylpheed 0.6.3cvs9
12310                 see ChangeLog entry 2001-10-19
12311
12312         * correct Alfons' last ChangeLog.claws entry
12313
12314 2001-10-19 [alfons]
12315
12316         * src/pgptext.[ch]
12317                 fix compilation problems (part of bug #472895)
12318
12319 2001-10-18 [hoa]        0.6.3claws27
12320
12321         * src/grouplistdialog.c
12322                 bugfix when we refresh was clicked (bug 472701)
12323
12324 2001-10-19 [christoph]  0.6.3claws26
12325
12326         * src/compose.c
12327                 last header entry should default to "To:" or
12328                 "Newsgroups:" and not copy the last entry line
12329                 in a new compose window
12330                 (closes bug #472686, #470792)
12331
12332 2001-10-19 [paul]       0.6.3claws25
12333
12334         * sync with Sylpheed 0.6.3cvs8
12335                 see ChangeLog entries 2001-10-18 and 2001-10-19
12336
12337 2001-10-18 [christoph]  0.6.3claws24
12338
12339         * src/procmsg.c
12340                 reimplement ignore thread
12341         
12342 2001-10-18 [hoa]        0.6.3claws23
12343
12344         * src/folderview.c
12345         * src/grouplistdialog.[ch]
12346                 enhanced news subscription interface (feature 469113)
12347
12348         * src/news.c
12349         * src/news.h
12350                 enchanced newsgroup listing,
12351                 now, we can get groups informations
12352                 (NNTPGroupInfo)
12353
12354 2001-10-18 [paul]       0.6.3claws22
12355
12356         * src/summaryview.c
12357                 remove comment (sync with main branch)
12358         * src/mainwindow.c
12359                 fix 'Re-edit' bug in 'Message' menu
12360
12361 2001-10-17 [christoph]  0.6.3claws21
12362
12363         * src/compose.c
12364                 ignore empty or whitespace only header lines
12365
12366 2001-10-17 [paul]       0.6.3claws20
12367
12368         * sync with sylpheed 0.6.3cvs7
12369                 see ChangeLog entries 2001-10-14, 2001-10-16, and
12370                 2001-10-17
12371
12372 2001-10-17 [darko]
12373
12374         * src/compose.c
12375                 wrap long lines without spaces
12376                 don't wrap URLs
12377
12378 2001-10-16 [paul]
12379
12380         * po/es.po, po/nl.po, po/pt_BR.po
12381                 updated by Ricardo Mones Lastra, Alfons,
12382                 and Fabio Junior Beneditto
12383
12384         * sylpheed-0.6.3claws released
12385
12386 2001-10-15 [melvin] 0.6.3claws18
12387
12388         * README.claws
12389                 added summary and detailed installation instructions
12390                 for spell checker
12391         * po/fr.po
12392                 Updated, corrected and completed french translation
12393
12394 2001-10-15 [hoa] 0.6.3claws17
12395         * src/grouplistdialog.c
12396                 we can choose the newsgroups to display with wildcards
12397
12398 2001-10-15 [christoph]  0.6.3claws16
12399
12400         * src/account.c
12401         * src/compose.c
12402         * src/prefs_folder_item.[ch]
12403                 applied wwp <subscript@free.fr>'s folder
12404                 default account patch
12405         * po/de.po
12406                 Fixed wrong translation
12407
12408 2001-10-13 [alfons, christoph, melvin]  
12409                         0.6.3claws15
12410
12411         solution #2 to solve MT-safety problems defers all GUI related calls
12412         to the main thread using a gtk_idle_add() callback. discussed on
12413         ircnet #sylpheed, with christoph spotting some issues with the
12414         original code, and melvin allowing us to lobotomize his sylpheed.
12415
12416         * src/syldap.[ch], src/main.c
12417                 fix race problem in ldap search thread by deferring GUI 
12418                 stuff to main thread using gtk_idle_add()
12419
12420 2001-10-13 [paul]       0.6.3claws14
12421
12422         * src/prefs_account.[ch], src/send.c, src/smtp.[ch]
12423                 add Sergey's smtpcred.patch
12424                 adds separate username/password setting for SMTP Auth
12425                 needed by some servers
12426                 (closes feature request #471659)
12427
12428 2001-10-13 [paul]       0.6.3claws13
12429
12430         * src/pgptext.[ch] **NEW FILES**
12431         * src/Makefile.am, src/messageview.c, src/mimeview.c
12432                 decrypt ascii-armored gpg text embedded in
12433                 the message body.
12434                 Submitted by Jens Jahnke <jan0sch@gmx.net>
12435
12436 2001-10-13 [christoph]  0.6.3claws12
12437
12438         * README.claws
12439                 some more details on default to and
12440                 feature requests
12441         * src/main.c
12442                 init glib threading when ldap is used
12443         * src/syldap.c
12444                 threading fixes
12445         * po/de.po
12446                 fixed a typo
12447
12448 2001-10-12 [paul]       0.6.3claws11
12449
12450         * src/prefs_common.[ch], src/rfc2015.c
12451                 enable ascii-armored gpg text to be embedded in the
12452                 message body, selectable through the 'Privacy'
12453                 preferences. Supports encrypting only.
12454                 Submitted by Ravemax <ravemax@dextrose.com>
12455
12456 2001-10-12 [paul]       0.6.3claws10
12457
12458         * sync with sylpheed 0.6.3cvs6
12459                 see ChangeLog entries 2001-10-11 and 2001-11-12
12460
12461         * src/folderview.c
12462                 incorporated mbox folders, scoring, and folder
12463                 properties into the sync
12464
12465 2001-10-12 [darko]      0.6.3claws9
12466
12467         * README.claws
12468                 describe quotation wrapping
12469         * src/compose.c
12470                 don't treat tab as space to calculate line length properly
12471
12472 2001-10-11 [alfons]
12473
12474         * README.claws
12475                 correct description of how to make new filtering system work,
12476                 add some other things
12477                 
12478         * src/syldap.c
12479                 remove sched_yield() (not necessary / unportable)
12480
12481 2001-10-11 [paul]       0.6.3claws8
12482
12483         * sync with sylpheed 0.6.3cvs3
12484                 see ChangeLog entry 2001-10-10
12485
12486 2001-10-10 [christoph]  0.6.3claws7
12487
12488         * .cvsignore
12489                 ignore 2 files created by newer autotools
12490         * src/prefs_folder_item.c
12491                 using table for widget alignment
12492                 fixed memory leak and broken octal display
12493         * src/filesel.c
12494                 fixed segfault caused by lost filename
12495                 workaround (closes bug #469551)
12496
12497 2001-10-10 [paul]       0.6.3claws6
12498
12499         * sync with sylpheed 0.6.3cvs2
12500                 see ChangeLog entries 2001-10-09 and 2001-10-10
12501
12502 2001-10-10 [darko]      0.6.3.claws5
12503
12504         * src/gtkstext.c
12505                 proper calculation of right margin if smart wrapping is enabled
12506         * src/compose.c
12507                 automatically wrap long lines if wrap quotation is enabled
12508
12509 2001-10-09 [alfons]     0.6.3.claws4
12510
12511         * src/summaryview.c
12512                 select correct row when deleting last row in the summary view (and
12513                 close bug "[ #469104 ] select second last in list when deleting")
12514
12515 2001-10-09 [paul]       0.6.3claws3
12516
12517         * sync with sylpheed 0.6.3cvs1
12518                 updated some autotool scripts
12519
12520 2001-10-09 [darko]      0.6.3claws2
12521
12522         * src/gtkstext.[ch]
12523                 new name and mark with Sylpheed comment
12524         * src/compose.c
12525                 smart quotation wrapping a-la VIM
12526
12527 2001-10-08 [paul]       0.6.3claws1
12528
12529         * sync with sylpheed 0.6.3 release
12530                 see ChangeLog entry 2001-10-08
12531
12532 2001-10-08 [paul]       0.6.2claws24
12533
12534         * src/summaryview.c
12535                 more sync with sylpheed 0.6.2cvs12
12536                 Fixed the bug that didn't select the last row correctly
12537
12538
12539 2001-10-07 [paul]       0.6.2claws23
12540
12541         * sync with sylpheed 0.6.2cvs12
12542                 see ChangeLog entry 2001-10-07
12543
12544 2001-10-06 [match]
12545         * src/jpilot.[ch]
12546                 enable jpilot to read unsynch'ed addresses.
12547
12548         * src/editldap_basedn.c
12549                 fix segfault when opening dialog.
12550
12551 2001-10-06 [alfons]     0.6.2.claws22
12552
12553         * src/summaryview.c
12554                 fix bug with summary view selecting last *inserted*
12555                 node instead of last *visible* node. remember we
12556                 work with a tree
12557
12558 2001-10-06 [paul]       0.6.2claws21
12559
12560         * po/pt_BR.po
12561                 updated translation, contains some fixes and new
12562                 translations, submitted by Gustavo Noronha Silva
12563                 <kov@debian.org>
12564
12565         * src/prefs_common.c
12566                 change 'each' to 'every' - fix dubious English
12567
12568         * sync with sylpheed 0.6.2cvs11
12569
12570 2001-10-05 [alfons]     0.6.2claws20
12571
12572         * src/mainwindow.[ch], src/folderview.c
12573                 make composite tool button switch between "Compose News"
12574                 and "Compose Mail" depending on selected folder
12575                 (nifty idea by Kim Schulz <kim@schulz.dk>)
12576
12577 2001-10-05 [paul]       0.6.2claws19
12578
12579         * src/mainwindow.c, src/summaryview.c
12580                 fix 'Message/Reply to all', broken in last commit
12581
12582         * src/compose.c
12583                 fix X_BEENTHERE seg fault, thanks to Alfons
12584
12585 2001-10-04 [paul]       0.6.2claws18
12586
12587         * src/compose.[ch], src/mainwindow.c
12588                 make "Message/Reply" reply to mailing lists; matches
12589                 'X-Mailing-list:' and 'X-BeenThere:' ML headers.
12590                 based on portions of the patch submitted by
12591                 Junichi Uekawa <dancer@netfort.gr.jp>
12592
12593 2001-10-04 [darko]      0.6.2claws17
12594
12595         * src/compose.c
12596                 better smart wrapping
12597         * src/gtkstext.[hc]
12598                 a function to make text buffer contiguous
12599
12600 2001-10-03 [paul]       0.6.2claws16
12601
12602         * sync with sylpheed 0.6.2cvs10
12603
12604 2001-10-02 [alfons]
12605
12606         * configure.in
12607         * po/zh_CN.GB2312.po, po/zh_TW.Big5.po
12608                 close bug "[ #466566 ] compile error on mdk 8.0" by removing
12609                 references to chinese translations (hope someone picks up
12610                 this)
12611
12612 2001-10-02 [christoph]  0.6.2claws15
12613
12614         * src/compose.c
12615                 fixed non translated header bug
12616         * ChangeLog.claws
12617                 fixed wrong date in alfons last entry ;)
12618
12619 2001-10-02 [alfons]     0.6.2claws14
12620
12621         * src/compose.c, src/prefs_common.[ch]
12622                 add block cursor option
12623
12624 2001-10-02 [paul]       0.6.2claws13
12625
12626         * sync with sylpheed 0.6.2cvs9
12627
12628 2001-09-30 [paul]       0.6.2claws12
12629
12630         * po/de.po, po/es.po, po/fr.po, po/nl.po, po/pt_BR.po
12631                 updated translations
12632
12633         * po/POTFILES.in
12634                 add 'src/importldif.c'
12635
12636         * AUTHORS, tools/README, tools/eud2gc.py, tools/Makefile.am
12637                 added eudora-to-vCard conversion tool
12638                 submitted by Jeroen Versteeg <j.m.versteeg@student.utwente.nl>
12639
12640         * sync with sylpheed 0.6.2cvs8
12641
12642 2001-09-30 [paul]
12643
12644         * sylpheed-0.6.2claws released
12645
12646 2001-09-27 [melvin]     0.6.2claws11
12647
12648         * src/gtkspell.c
12649                 fixed crash when using default path (introduced 
12650                 in 0.6.2claws10)
12651                 fixed tiny bug for initial suggestion mode
12652
12653 2001-09-27 [melvin]     0.6.2claws10
12654         
12655         * src/gtkspell.c
12656                 fixed bug where gtkpspell didn't set the path correctly
12657
12658         * README.claws
12659                 added a paragraph about spell checking
12660                 
12661
12662
12663 2001-09-27 [paul]       0.6.2claws9
12664
12665         * src/addrbook.c, src/addrcache.c, src/addritem.c, src/jpilot.c
12666                 replace '// comments' with '/* comments */' to prevent
12667                 some compiler warnings 
12668
12669         * sync with sylpheed 0.6.2cvs6
12670
12671 2001-09-26 [alfons]     0.6.2claws8
12672
12673         * src/messageview.c
12674                 introduce return receipt request notification again,
12675                 which was lost because of other semantics in 
12676                 procheader_parse() (???)
12677
12678 2001-09-26 [christoph]  0.6.2claws7
12679
12680         * src/compose.c
12681                 replace comments for old code with #if 0
12682                 readded auto cc, bcc and reply-to
12683         * src/prefs_matcher.c
12684         * src/prefs_scoring.c
12685                 removed some definition (was moved to
12686                 prefs.h)
12687
12688 2001-09-26 [paul]       0.6.2claws6
12689
12690         * src/mainwindow.c
12691                 make 'Follow-up and reply to' sensitive
12692
12693         * more sync with sylpheed 0.6.2cvs5
12694
12695 2001-09-25 [melvin]
12696
12697         * 0.6.2claws5
12698
12699         * src/gtkspell.c
12700                 fixed bug for "US-ASCII" introduced by the encoding code
12701
12702 2001-09-25 [paul]
12703
12704         * 0.6.2claws4
12705
12706         * src/prefs_common.[ch], src/summaryview.c
12707                 'next unread msg' 'go to next folder?' dialog can be
12708                 given default behaviour, either always show dialog,
12709                 or assume 'yes', or assume 'no'
12710                 Submitted by wwp <subscript@free.fr>
12711
12712 2001-09-25 [melvin]
12713                 
12714         * src/compose.c src/gtkspell.[ch]
12715                 added support for different encodings
12716
12717 2001-09-25 [paul]
12718
12719         * more sync with sylpheed 0.6.2cvs5
12720
12721 2001-09-24 [alfons]
12722         
12723         * src/prefs_folder_item.c
12724                 add check for item->prefs->default_to string is NULL and
12725                 add another check when freeing this string
12726
12727 2001-09-24 [paul]
12728
12729         * configure.in
12730                 change to version 0.6.2claws3
12731
12732         * sync with sylpheed 0.6.2cvs5 
12733
12734 2001-09-24 [match]
12735         * src/ldif.[ch], src/importldif.[ch], addressbook.c
12736                 import LDIF files.
12737         * src/addrcache.[ch], addrindex.[ch]
12738                 small update for future
12739         * src/addrbook.c
12740                 fix test XML file.
12741
12742 2001-09-24 [melvin]
12743         * src/gtkspell.[ch]
12744                 added 'Learn from mistakes' option
12745                 better handling of quotes in checked words
12746                 sorted dict list
12747         * po/fr.po
12748                 small update for spell checking stuff
12749
12750 2001-09-23 [alfons]
12751         
12752         * src/gtkspell.c
12753                 edit a little bit so it complies more with main coding style
12754
12755 2001-09-23 [alfons]
12756
12757         * src/folder.[ch], prefs_folder_item.c, compose.c
12758                 migrate "request return receipt" folder property
12759                 to folderlist.xml
12760
12761 2001-09-22 [alfons]
12762
12763         * README.claws **NEW**
12764                 (add things of interest for users of main branch 
12765                 and claws here)
12766
12767         * src/folder.[ch], src/mainwindow.c, src/summaryview.c
12768                 re-implement threading per folder option, but store 
12769                 the setting in folderlist.xml (where it belongs)
12770
12771 2001-09-21 [melvin]
12772
12773         * src/gtkspell.[ch]
12774                 fixed bug when compose window is under another window
12775         * src/prefs_common.[ch] src/compose.c
12776                 changed 'dictionary_path' to 'dictionary' to be consistent
12777                 dropped PSPELL_PATH macro (hard coded default to /usr/local/share/pspell)
12778         * ac/pspell.m4 src/Makefile.am 
12779                 dropped PSPELL_PATH macro
12780         * po/fr.po
12781                 updated translations
12782
12783 2001-09-21 [christoph]
12784
12785         * src/compose.c
12786                 added border around header fields
12787                 keep header type when new field is added
12788
12789 2001-09-20 [christoph]
12790
12791         * src/utils.[ch]
12792                 more portable debug_print with source filename
12793                 and linenumber
12794         * src/procmsg.c
12795                 more newlines after debug messages
12796
12797 2001-09-20 [paul]
12798
12799         * configure.in
12800                 change to version 0.6.2claws2
12801
12802         * sync with sylpheed 0.6.2cvs3
12803
12804 2001-09-19 [melvin]
12805
12806         * src/gtkspell.c
12807                 fixed the post-right-click focus pb
12808                 fixed crash when 'Spell check all' after dict change 
12809                         and when cursor is at the end of the text
12810                 shift-right-click pops up config menu even on misspelled words.
12811         * po/POTFILES.in
12812                 added gtkspell.c
12813
12814 2001-09-19 [melvin]
12815
12816         * src/about.c
12817                 added pspell to compiled-in features list
12818
12819 2001-09-18 [melvin]
12820
12821         * switched to pspell and dropped ispell
12822         * ac/pspell.m4
12823                 new file. autoconf macro for pspell
12824         * ac/Makefile.am 
12825         * configure.in acconfig.h
12826                 added pspell support
12827         * src/Makefile.am
12828         * src/main.c src/compose.[ch] src/gtkspell.[ch]
12829         * src/prefs_common.[ch] 
12830                 added pspell support
12831
12832 2001-09-18 [christoph]
12833
12834         * src/addr_compl.c
12835         * src/template.[ch]
12836                 replace LOG_MESSAGE with debug_print
12837         * src/compose.[ch]
12838                 gui improvements
12839         * src/menu.c
12840                 added newline after debug message
12841         * src/utils.h
12842                 using __VA_ARGS__ for debug_print macro
12843         * tools/.cvsignore
12844                 ignore Makefile and Makefile.in
12845
12846 2001-09-18 [paul]
12847
12848         * configure.in
12849                 change to version 0.6.2claws1
12850         * sync with sylpheed 0.6.2cvs1
12851
12852         * src/matcher.c 
12853         * src/prefs_matcher.c
12854                 add 'score equal to' option, submitted by
12855                 Paul Evans <nerd@freeuk.com>
12856
12857 2001-09-15 [christoph]
12858
12859         * src/mainwindow.c
12860                 comment out menu entry not existing in claws
12861         * src/menu.c
12862                 add debug output for non existing menu entries
12863         * src/summaryview.c
12864                 fix next/prev unread message for ignored threads
12865         * src/utils.[ch]
12866                 add sourcefile and line number to debug output
12867                 otherwise it is sometimes hard to find the
12868                 source code part if debug messages are translated
12869
12870 2001-09-14 [darko]
12871         
12872         * src/folderview.c
12873                 refresh target folder style after colour is changed
12874
12875 2001-09-13 [paul]
12876
12877         * configure.in
12878                 change to version 0.6.1claws3
12879
12880         * sync with sylpheed 0.6.1cvs6
12881
12882 2001-09-13 [darko]
12883         
12884         * src/folderview.c
12885                 fix target folder colourization to use user selected colour
12886
12887 2001-09-12 [darko]
12888         
12889         * src/summaryview.c
12890                 fix crash when message that is marked for copy/move is unmarked
12891
12892 2001-09-09 [paul]
12893
12894         * configure.in
12895                 change to version 0.6.1claws2
12896
12897         * sync with sylpheed 0.6.1cvs3
12898
12899 2001-09-09 [alfons]
12900         
12901         * src/folderview.c
12902                 fix bug with default font used for trash folder text
12903
12904 2001-09-06 [paul]
12905
12906         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
12907                 updated translations
12908
12909         * configure.in
12910                 change to version 0.6.1claws1
12911
12912         * sync with sylpheed 0.6.1cvs2
12913
12914 2001-09-03 [paul]
12915
12916         * po/POTFILES.in
12917                 add Match's new addressbook
12918
12919         * po/de.po
12920                 updated translation submitted by Jens Oberender
12921
12922 2001-09-02 [paul]
12923
12924         * configure.in
12925                 change to 0.6.1claws
12926         * sync with sylpheed 0.6.1 release
12927
12928 2001-09-02 [paul]
12929
12930         * configure.in
12931                 change to 0.6.0claws2
12932
12933         * sync with sylpheed 0.6.0cvs4
12934
12935         * po/pt_BR.po
12936                 updated translation submitted by Fabio Junior Beneditto
12937
12938 2001-09-01 [match]
12939         * pixmaps/
12940                 interface.xpm
12941                 book.xpm
12942                 address.xpm
12943         * src/
12944                 Makefile.am
12945                 a ton of new files
12946
12947 2001-08-31 [paul]
12948
12949         * configure.in
12950                 change to version 0.6.0claws1
12951
12952         * sync with sylpheed 0.6.0cvs1
12953
12954         * po/es.po
12955                 updated translation submitted by Ricardo Mones Lastra
12956
12957         * po/POTFILES.in
12958                 add 'src/prefs_templates.c'
12959
12960         * src/compose.c, src/summaryview.c
12961                 fix segfault on 'Re_edit'               
12962
12963 2001-08-30 [alfons]
12964
12965         * configure.in, Makefile.am
12966         * tools/Makefile.am
12967                 add tools directory to source distribution
12968
12969 2001-08-30 [paul]
12970
12971         * configure.in
12972                 change to version 0.6.0claws
12973
12974         * sync with sylpheed 0.6.0 release
12975
12976 2001-08-30 [christoph]
12977
12978         * configure.in
12979                 removed autoconf version check
12980
12981 2001-08-30 [paul]
12982
12983         * src/account.c, src/compose.c, src/prefs_common.[ch]
12984         * src/procheader.[ch] src/utils.[ch]
12985                 Enhanced automatic account selection on replies
12986                 Submitted by Melvin Hadasht <melvin.hadasht@free.fr>
12987
12988         * configure.in
12989                 add LDAP and JPilot to the configuration results output.
12990
12991 2001-08-29 [christoph]
12992
12993         * src/summeryview.c
12994                 no bold font for ignored threads
12995
12996 2001-08-29 [paul]
12997
12998         * configure.in
12999                 change to version 0.5.3claws6
13000
13001         * sync with sylpheed 0.5.3cvs10
13002                 src/stringtable.[ch]: New Files
13003
13004         * src/compose.c, src/gtkutils.c, src/gtkutils.h, src/mainwindow.c
13005         * src/pixmaps/sylpheed.xpm
13006                 add mini-icons to windows (by Alfons)
13007
13008 2001-08-27 [paul]
13009
13010         * src/mainwindow.c
13011                 new functions: next_labeled_cb(), prev_labeled_cb()
13012
13013         * src/summaryview.c
13014                 new functions: summary_find_next_labeled_msg(), summary_find_prev_labeled_msg(),
13015                 summary_select_next_labeled(), summary_select_prev_labeled()
13016
13017         * src/pixmaps/dir-close.xpm, src/pixmaps/dir-open.xpm, src/pixmaps/trash.xpm
13018                 give claws blue folders and a blue trash can
13019
13020 2001-08-27 [paul]
13021
13022         * configure.in
13023                 change to version 0.5.3claws5
13024
13025         * sync with sylpheed 0.5.3cvs9
13026                 src/labelcolors.[ch] renamed to src/colorlabel.[ch] 
13027
13028 2001-08-24 [christoph]
13029
13030         * src/filesel.c
13031                 keep filename when browsing directories
13032                 (not working for user entered filename, but
13033                  for default name and selected filename from
13034                  file list)
13035         * src/mainwindow.c
13036                 fixed wrong spelling "Folllow-up"
13037         * src/mbox_folder.c
13038         * src/procmsg.c
13039         * src/summaryview.c
13040                 fixed new/unread message count with ignored
13041                 threads (2 commits, first didn't notice no
13042                 longer needed decreasing)
13043         * src/inc.c
13044                 readded scrolling of progress dialog
13045                 (lost in sync)
13046
13047 2001-08-24 [paul]
13048
13049         * configure.in
13050                 change to 0.5.3claws4
13051
13052         * sync with sylpheed 0.5.3cvs7
13053
13054 2001-08-24 [christoph]
13055
13056         * src/compose.c
13057                 set request return receipt when replying
13058                 if it is set is the folder prefs of the
13059                 message
13060         * src/inc.c
13061                 disable final error popup if popups are
13062                 disabled in config (again)
13063
13064 2001-08-23 [paul]
13065
13066         * configure.in
13067                 Change version number to 0.5.3claws3
13068
13069         * sync with sylpheed 0.5.3cvs5
13070
13071         * src/mimeview.c
13072                 double quote '%s' in 'gedit %s' to fix bug when
13073                 opening attachment with spaces in the name
13074
13075 2001-08-22 [alte]
13076         * src/Makefile.am, src/compose.[ch], src/defs.h, src/mainwindow.c,
13077           src/prefs_templates.[ch], src/template.[ch], src/template_select.[ch]
13078                 initial message templates support
13079
13080
13081 2001-08-22 [paul]
13082
13083         * configure.in
13084                 change version number to 0.5.3claws2
13085
13086         * sync with sylpheed 0.5.3cvs4
13087
13088         * src/procmsg.h src/summaryview.c
13089                 re-implement (un)ignore thread
13090
13091 2001-08-21 [paul]
13092
13093         * src/summaryview.c
13094                 remove unnecessary code
13095         * src/compose.c
13096                 enable 'dynamic' signatures (submitted by
13097                 Eric Limpens <eric@hscg-internet.nl>)
13098
13099 2001-08-21 [paul]
13100
13101         clean up after sync with sylpheed 0.5.3 release
13102
13103         * src/folderview.c
13104                 fix re-introduced font mess, see Christoph's
13105                 entry 2001-06-24
13106
13107         * src/summaryview.c
13108                 remove prev_msgnum
13109                 use sylpheed's small font instead of
13110                 gtk default font for summary view
13111
13112
13113 2001-08-17 [paul]
13114
13115         * configure.in
13116                 add pl to ALL_LINGUAS - sync with main branch
13117
13118         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
13119                 Updated. Translations by Jens Oberender, Ricardo Mones
13120                 Lastra, Alfons, and Fabio Junior Beneditto respectively.
13121
13122         * po/pl.po  ** NEW FILE **
13123                 sync with the main branch
13124
13125         * src/folderview.c
13126                 fix target folder colorizing and refresh problem
13127
13128
13129 2001-08-17 [christoph]
13130
13131         * src/mainwindow.c
13132                 claws uses 4 colors for target folder coloring.
13133                 arrays were not long enough and destroyed the
13134                 stack causing a segfault.
13135                 target folder colorizing does not work anymore
13136                 for me
13137
13138 2001-08-16 [paul]
13139
13140         * configure.in
13141                 change to version 0.5.3claws1
13142
13143         * src/folder.h, src/folderview.[ch], src/gtkutils.[ch],
13144           src/inc.[ch], src/mainwindow.c, src/pop.c, src/prefs_account.c,
13145           src/prefs_common.[ch], src/summaryview.[ch], src/textview.c, src/utils.c
13146
13147                 sync with sylpheed 0.5.3 release, but keep claws method of
13148                 configuring/saving fonts
13149
13150         * src/addressbook.[ch]
13151                 rename addressbook_add_contact_by_menu() to addressbook_add_submenu()
13152                 in line with a similar change in Hiroyuki's branch
13153
13154         * src/mainwindow.[ch]
13155                 disable main_window_set_thread_option()
13156         * src/prefs_folder_item.c
13157                 comment out &tmps_prefs.enable_thread,
13158         * src/mbox_folder.c, src/procmsg.[ch]
13159                 comment out MSG_IS_IGNORE_THREAD
13160         * src/summaryview.c
13161                 comment out summary_ignore_thread() and summary_unignore_thread()
13162                 comment out MSG_IS_IGNORE_THREAD
13163
13164                 use Hiroyuki's threading instead.
13165
13166
13167
13168 2001-08-15 [paul]
13169
13170         * src/account.c
13171                 use Hiroyuki's 0.5.3 column scheme but also
13172                 include the enable/disable button.
13173         * src/pixmaps/mark.xpm
13174                 add Hiroyuki's amended pixmap
13175
13176 2001-08-13 [christoph]
13177
13178         * src/account.c
13179                 receive at get all column showed wrong state for APOP
13180                 button should only work for POP3 and APOP accounts
13181         * src/prefs_account.c
13182                 added missing preprocessor statement for SSL
13183
13184 2001-08-12 [paul]
13185
13186         * src/account.[ch]
13187                 add 'receive at get all' column and enable/disable
13188                 button.
13189
13190 2001-08-06 [christoph]
13191
13192         * src/account.c
13193                 show usage of SSL in protocol column
13194
13195         * src/imap.c
13196         * src/inc.c
13197                 renamed ssl options
13198
13199         * src/prefs_account.[ch]
13200                 moved ssl options to a new page
13201
13202         * src/send.c
13203         * src/smtp.c
13204         * src/ssl.[ch]
13205                 renamed ssl options
13206                 added support for SMTP STARTTLS command
13207
13208 2001-08-05 [christoph]
13209
13210         * configure.in
13211                 debian autoconf needs version check to find
13212                 correct autoconf version. if the file is
13213                 named configure.in 2.13 is used, which does
13214                 not work with this configure.in script.
13215                 other solution would be to rename the script
13216                 to configure.ac as suggested in the autoconf
13217                 manual.
13218
13219         * src/inc.c
13220                 disable final error popup if popups are
13221                 diabled in config
13222
13223         * src/socket.c
13224                 bugfix in ssl_gets
13225                 fixes IMAP over SSL problem
13226
13227 2001-08-03 [paul]
13228
13229         * configure.in
13230                 change to 0.5.2claws1
13231
13232         * sync with sylpheed 0.5.2cvs1
13233
13234 2001-08-02 [alfons]
13235
13236         * configure.in
13237                 quick fix for ispell detection...
13238
13239 2001-08-01 [paul]
13240
13241         * configure.in
13242                 change to 0.5.1claws4
13243
13244         * sync with sylpheed 0.5.1cvs7
13245
13246 2001-07-31 [alfons]
13247
13248         * src/prefs_common.c, src/prefs_common.h, 
13249           src/gtkspell.c, src/gtkspell.h
13250                 add global spelling checker settings (compose tab) +
13251                 selection of dictionary 
13252           
13253         * configure.in  
13254                 guess valid ispell location
13255
13256 2001-07-31 [paul]
13257
13258         * po/POTFILES.in
13259                 removal of 'src/quote_fmt_parse.c'
13260         * po/de.po
13261                 Updated de.po
13262                 (submitted by Jens Oberender <didge@suse.de>)
13263
13264 2001-07-31 [darko]
13265
13266         * src/folder.[ch]
13267         * src/folderview.[ch]
13268         * src/mainwindow.c
13269         * src/mh.c
13270         * src/prefs_common.[ch]
13271         * src/summaryview.c
13272                 target folder colourization
13273
13274 2001-07-30 [paul]
13275
13276         more sync with Sylpheed 0.5.1cvs6 
13277
13278 2001-07-30 [darko]
13279
13280         * src/mh.c
13281         * src/prefs_folder_item.[hc]
13282         * src/summaryview.c
13283                 shared folders support with a GUI
13284
13285 2001-07-29 [paul]
13286
13287         0.5.1claws3
13288
13289         * sync with Sylpheed 0.5.1cvs6
13290
13291 2001-07-29 [paul]
13292
13293         * po/pt_BR.po
13294                 updated
13295                 (submitted by Fabio Junior Beneditto)
13296
13297 2001-07-28 [paul]
13298
13299         * src/procmime.c
13300         * AUTHORS
13301                 patch to correct bad image mime headers
13302                 (submitted by Don Quijote <dq@searchlores.org>)
13303
13304 2001-07-28 [paul]
13305
13306         * tools/gif2xface.pl   **NEW FILE**
13307         * tools/README
13308                 script to convert file.gif to file.xface for
13309                 use in a custom header.
13310                 (submitted by Ricardo Mones Lastra <mones@aic.uniovi.es>)
13311
13312 2001-07-27 [alfons]
13313         
13314         * configure.in
13315                 change macros for detecting JPilot and LDAP
13316
13317 2001-07-27 [christoph]
13318
13319         * src/filtering.c
13320                 code cleanup (MIN / MAX warning, needed casting)
13321
13322 2001-07-27 [alfons]
13323
13324         * procheader.c
13325                 disallow setting flags when detecting certain headers
13326                 (X-Status, Status, Seen, X-Seen). 
13327         
13328         * sync with Hiroyuki's Sylpheed 0.5.1cvs5
13329
13330 2001-07-27 [christoph]
13331
13332         * src/prefs_filter.c
13333         * src/prefs_filtering.c
13334         * src/prefs_matcher.c
13335         * src/prefs_scoring.c
13336                 scroll list when moving rows up or down
13337
13338         * src/imap.c
13339         * src/imap.h
13340         * src/prefs_account.c
13341         * src/prefs_account.h
13342         * src/send.c
13343                 SMTP over SSL (untested, feedback requested)
13344                 IMAP over SSL
13345
13346         * src/ssl.c
13347                 code cleanup
13348
13349 2001-07-26 [alfons]
13350         
13351         * configure.in, acconfig.h
13352                 define CLAWS (need this for main / claws detection)
13353
13354 2001-07-25 [alfons]
13355
13356         * configure.in
13357                 Sylpheed 0.5.1claws2
13358                 
13359         * sync with Sylpheed 0.5.1cvs4
13360
13361 2001-07-25 [christoph]
13362
13363         * src/scoring.c
13364                 fixed segfault
13365                 item->prefs == NULL (don't know why)
13366
13367 2001-07-25 [alfons]
13368
13369         * configure.in
13370                 Sylpheed 0.5.1claws1
13371
13372         * sync with Sylpheed 0.5.1cvs1-3
13373
13374 2001-07-24 [christoph]
13375
13376         * src/folderview.c
13377         * src/prefs_folder_item.[ch]
13378                 added folderitem preferences dialog with
13379                 default To: and auto request return receipt
13380
13381         * src/compose.[ch]
13382         * src/menu.[ch]
13383                 changes to handle new folderitem preferences
13384
13385         * src/mainwindow.c
13386         * src/summaryview.c
13387                 call compose new mail with current folderitem
13388
13389 2001-07-24 [alfons]
13390
13391         Release Sylpheed 0.5.1claws
13392
13393         * configure.in
13394                 change to release version 0.5.1claws
13395
13396 2001-07-24 [christoph]
13397
13398         * src/summaryview.c
13399                 fixed segfault that happend when the selected
13400                 message was removed while retrieving new messages.
13401
13402         * po/es.po
13403                 updated translation
13404                 (submitted by Ricardo Mones Lastra <mones@trasgu.aic.uniovi.es>)
13405
13406 2001-07-22 [alfons]
13407
13408         add English User Manual for Sylpheed by Paul Kater (paul@nlpagan.net).
13409         this is a work in progress, for more information: http://nlpagan.net/sylman 
13410         
13411         * configure.in, src/mainwindow.c, manual/Makefile.am
13412                 add support for English manual
13413
13414         * AUTHORS
13415                 add authors of user manuals
13416
13417         * manual/en/sylpheed*.html
13418                 add English documentation
13419
13420 2001-07-22 [christoph]
13421
13422         * po/POTFILES.in
13423                 added src/ssl.c
13424         * src/ssl.c
13425                 changed a wrong debug message
13426
13427 2001-07-22 [alfons]
13428
13429         * po/nl.po
13430                 update Dutch translation
13431
13432         * src/prefs_filtering.c, 
13433           src/prefs_matcher.c
13434                 add more translatable strings           
13435
13436 2001-07-21 [alfons]
13437
13438         0.5.0claws7
13439
13440         * configure.in
13441                 change version
13442
13443         * src/inc.c, src/summaryview.[ch]
13444                 prevent update of mark file when filtering has done, by
13445                 using a variable; this affects two functions:
13446                         inc.c::inc_finished()
13447                         summaryview.c::summary_show()
13448
13449 2001-07-20 [alfons]
13450
13451         * src/filtering.[ch], src/prefs_filtering.c, 
13452           src/matcher.[ch]
13453                 add filtering action for label coloring 
13454
13455         * po/POTFILES.in
13456                 add labelcolors.c
13457
13458         * added src/labelcolors.c
13459         * added src/labelcolors.h
13460         * src/Makefile.am, src/summaryview.c
13461                 rearrange label coloring code
13462
13463         * src/procmsg.h
13464                 add more parentheses so label colouring works correctly
13465
13466         * src/filtering.c
13467                 don't really delete message, but move it to Trash
13468
13469         * src/prefs_matcher.c
13470                 add quote options to info dialog
13471
13472 2001-07-20 [christoph]
13473
13474         * src/Makefile.am
13475         * src/inc.c
13476         * src/main.[ch]
13477         * src/socket.h
13478         * src/ssl.[ch] (new)
13479                 moved ssl stuff to a seperate file
13480
13481 2001-07-20 [darko]
13482
13483         * src/summaryview.c
13484                 fix show sender using address book with no e-mail
13485                 address in From: field
13486
13487 2001-07-19 [alfons]
13488
13489         * src/matcher.[ch], src/filtering.c, src/prefs_filtering.c
13490                 fix messy handling of escaping... now at least the
13491                 execute command is useful. escape char is '\', we
13492                 accept \n and \r too. 
13493
13494                 Real life example:
13495                 
13496                 subject match "GIMME YOUR FILTERS" execute "mail -s \"%f don\'t hurt me, please!\" %f < ~/.sylpheed/filteringrc
13497                 subject match "GIMME YOUR FILTERS" execute "mail -s \"mommy, mommy, %f is being mean!\" admin < %F
13498
13499 2001-07-18 [alfons]
13500
13501         0.5.0claws6
13502
13503         * src/summaryview.c
13504                 clean up
13505
13506         * src/matcher.c, src/filtering.[ch], src/inc.c, src/mbox.c,
13507           src/procmsg.[ch]
13508                 revise filtering; currently move, copy, marking have
13509                 been tested. if you like bleeding edge stuff, you
13510                 should definitely go for this version :)
13511
13512         * mark old working stuff as VERSION_0_5_0_CLAWS5        
13513
13514 2001-07-17 [christoph]
13515
13516         * src/utils.c
13517                 timestamp log
13518
13519 2001-07-17 [alfons]
13520
13521         0.5.0claws5
13522
13523         * sync with Hiroyuki's 0.5.0cvs5; this version allows us to put more 
13524           bits in the mark file, without affecting either branch. Lots of
13525           files changed, also in claws branch.
13526
13527           UNTESTED: use of mbox folders
13528
13529         * src/summaryview.c
13530                 added mark all read; however this was a quick hack used for
13531                 cleaning up mess after initial merge with Hiroyuki
13532
13533         * configure.in
13534                 change claws version number back to 0.5.0claws5 to clear up 
13535                 confusion & pretension (recent release was technically 
13536                 0.5.0claws4, so we neatly align with Hiroyuki :-)
13537
13538 2001-07-16 [alfons]
13539
13540         sync with Hiroyuki's 0.5.0cvs4
13541
13542 2001-07-16 [alfons]
13543
13544         0.5.1claws3
13545
13546         * src/filtering.[ch]
13547                 remove invalid updating of mark files for 
13548                 filter actions MATCHING_ACTION_MOVE and 
13549                 MATCHING_ACTION_DELETE; this should fix the
13550                 folder update bug
13551                 
13552         * src/procmsg.c
13553                 revert Christoph's stab at fixing the folder 
13554                 update bug
13555
13556         * po/POTFILES.in
13557                 add missing files with translatable strings
13558
13559         * src/summaryview.c
13560                 remove debug print
13561
13562 2001-07-15 [alfons]
13563
13564         * src/addr_compl.[ch], src/prefs_filtering.c
13565                 make "filtering pref dialog's destination entry" an
13566                 "address completable entry", if filter destination is 
13567                 an email address
13568
13569         0.5.1claws2
13570         
13571         sync with Hiroyuki's 0.5.0cvs2-3
13572
13573 2001-07-15 [christoph]
13574
13575         * src/procmsg.c
13576                 fixed folder stats update after incorporation
13577
13578 2001-07-15 [alfons]
13579
13580         * src/summaryview.c
13581                 * finish label colouring stuff (for now)
13582                 * fix incorrect colour bug (off by one) 
13583
13584 2001-07-14 [alfons]
13585
13586         * src/mainwindow.c
13587                 change text labels for news and mail message so there's
13588                 plenty of toolbar estate left
13589
13590         * configure.in
13591                 0.5.1claws1
13592
13593         * src/folderview.c
13594           src/folder.[ch]
13595                 sync with Hiroyuki's 0.5.0cvs1
13596
13597         * src/summaryview.c
13598                 more rewrite label colouring
13599
13600 2001-07-14 [alfons]
13601
13602         * src/summaryview.[ch]
13603                 * start rewrite label colouring 
13604                 * fix proper location "Add Sender To Addressbook" menu item
13605
13606 2001-07-13
13607
13608         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
13609         (actually this is 0.5.0claws4)
13610
13611 2001-07-13 [alfons]
13612
13613         * po/pt_BR.po
13614                 * fix duplicate message
13615                 * add updated Portugese / Brazilian translation
13616                   submitted by Fabio Junior Beneditto
13617
13618 2001-07-12 [alfons]
13619
13620         * AUTHORS
13621                 add Jens
13622
13623         * po/nl.po
13624                 add updated Dutch translation
13625
13626         * po/de.po
13627                 add updated German translation submitted by Jens
13628
13629 2001-07-11 [alfons]
13630
13631         Prerelease before 0.5.0claws. Please test.
13632         This version is temporarily tagged as VERSION_0_5_0_TEST
13633
13634         * src/matcher.[ch], src/summaryview.c, src/scoring.[ch]
13635           src/prefs_scoring.c, src/prefs_matcher.c, 
13636           src/prefs_filtering.c, src/mbox.c, 
13637           src/main.c, src/inc.c, src/filtering.[ch]
13638                 revert new Hoa's new matcher (does not work yet)
13639
13640         * src/Makefile.am
13641                 clean up
13642
13643 2001-07-10
13644
13645         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
13646
13647
13648 2001-07-10 [alfons]
13649
13650         * Makefile.am
13651                 add ChangeLog.claws to EXTRA_DIST
13652         * src/Makefile.am
13653                 add matcher_parser_parse.h to EXTRA_DIST
13654
13655 2001-07-10 [christoph]
13656
13657         * src/inc.c
13658                 add destination folder to table of
13659                 folders that need to be updated after
13660                 incorporation
13661
13662 2001-07-10 [alfons]
13663
13664         * folder.[ch]
13665           folderview.c
13666                 make collapse state of folders and folder items persistent, i.e.
13667                 if you collapse a folder tree, the next time sylpheed-claws starts 
13668                 up the folder tree remains collapsed.  
13669                 
13670 2001-07-10 [christoph]
13671
13672         * acconfig.h
13673         * configure.in
13674                 added --enable-ssl
13675         * src/md5.[ch]
13676                 renamed MD5_CTX to MD5_CTX_syl
13677                 conflicts with a struct in openssl
13678         * src/inc.c
13679         * src/main.[ch]
13680         * src/prefs_account.[ch]
13681         * src/socket.[ch]
13682                 SSL support for POP
13683         * src/mainwindow.c
13684                 fixed compose with current account
13685                 broken by new compose button stuff
13686
13687 2001-07-09 [hoa]
13688
13689         * AUTHORS
13690                 changed my email address
13691
13692         * src/matcher_parser_parse.y
13693                 clean the parser to remove conflicts
13694
13695 2001-07-09 [alfons]
13696
13697         * AUTHORS
13698                 add Match Grun
13699
13700         * configure.in
13701                 fix incorrect description of --enable-ldap parameter
13702
13703         * src/prefs_common.[ch]
13704           src/compose.c
13705                 add experimental option "smart wrapping" which makes the
13706                 compose editor auto wrap.
13707                 
13708                 | TODO: the problem with the buggy cursor handling is caused |
13709                 | by the GtkText. when deleting / backspacing text its       |
13710                 | wrapping algorithm does not take in account the previous   |
13711                 | line. should find a way to hack this in.                   |
13712                 | or should perhaps combine this with the word wrapping      |
13713                 | patch i wrote in january.                                  |
13714
13715         * src/about.c
13716                 show build parameters for LDAP and JPilot
13717
13718         * src/summaryview.c
13719                 revert Christoph's bugfix for selecting next unread message, 
13720                 because folder stats aren't updated correctly
13721
13722 2001-07-08 [hoa]
13723
13724         * src/filtering.c
13725         * src/mainwindow.c
13726         * src/matcher.c
13727         * src/matcher_parser_lex.l
13728         * src/matcher_parser_parse.y
13729         * src/prefs_filtering.c
13730         * src/prefs_scoring.c
13731         * src/scoring.c
13732                 bugfix of the config file parser
13733
13734 2001-07-08 [alfons]
13735
13736         * src/Makefile.am
13737                 added generated matcher sources to BUILT_SOURCES
13738
13739 2001-07-08 [hoa]
13740
13741         * src/Makefile.am
13742         * src/.cvsignore
13743                 added new config file parser
13744
13745         * src/scoring.[ch]
13746         * src/filtering.[ch]
13747         * src/matcher.[ch]
13748         * src/prefs_filtering.c
13749         * src/prefs_matcher.c
13750         * src/prefs_scoring.c
13751         * added src/matcher_parser.h
13752         * added src/matcher_parser_lex.h
13753         * added src/matcher_parser_lex.l
13754         * added src/matcher_parser_parse.y
13755                 lex & yacc config file parser
13756
13757         * src/mbox.c
13758         * src/inc.c
13759         * src/main.c
13760                 changes prefs_filtering into global_filtering           
13761
13762         * src/summaryview.c
13763                 build threads with subjects only if "Re: " is at the
13764                 beginning of the subject
13765
13766 2001-07-07 [paul]
13767
13768         0.5.0claws
13769
13770         sync with sylpheed 0.5.0
13771                 change of version number only
13772
13773 2001-07-06 [paul]
13774
13775         0.5.0claws5
13776
13777         sync with sylpheed 0.5.0pre5
13778
13779 2001-07-05 [paul]
13780
13781         sync with sylpheed 0.5.0pre4 release
13782                 /po and /manual/ja not sync'ed
13783
13784 2001-07-04 [paul]
13785
13786         more sync with sylpheed 0.5.0pre4
13787
13788 2001-07-03 [christoph]
13789
13790         * src/addressbook.c
13791                 fixed address book broken by address book
13792                 for VCard, JPilot, LDAP
13793
13794 2001-07-03 [alfons]
13795
13796         * src/matcher.c
13797         * src/textview.c
13798                 stopped memory leaks
13799
13800 2001-07-03 [paul]
13801
13802         more sync with sylpheed 0.5.0pre4
13803
13804 2001-07-02 [match]
13805
13806         * included address book patch for VCard, JPilot, LDAP
13807         * pref_common.c - fixed Font options on Display tab (cosmetic)
13808         * alertpanel.c - fixed truncated message
13809
13810 2001-07-02 [christoph]
13811
13812         * src/mbox_folder.c
13813         * src/procmsg.[ch]
13814         * src/summaryview.c
13815                 mark threads for ignoring
13816
13817 2001-07-02 [paul]
13818
13819         0.5.0claws4
13820
13821         * sync with sylpheed 0.5.0pre4
13822                 updated gettext to 0.10.38.
13823
13824 2001-07-01 [paul]
13825
13826         * src/ mainwindow.c
13827         * src/procmsg.h
13828         * src/summaryview.[ch]
13829                 new right-click option: Label.
13830                 substitute for 'Mark-->Mark/Unmark', colours the line.
13831                 (submitted by Satoshi Nagayasu <snaga@snaga.org>)
13832
13833 2001-07-01 [christoph]
13834
13835         * src/folderview.c
13836                 fixed font for trash
13837         * src/summaryview.c
13838                 move ctree to unread message
13839
13840 2001-07-01 [paul]
13841
13842         * sync with sylpheed 0.5.0pre3 release
13843
13844 2001-06-30 [alfons]
13845
13846         * src/filesel.[ch]
13847         * src/compose.c
13848                 allow inserting / attaching multiple files in
13849                 the composer window
13850
13851 2001-06-30 [paul]
13852
13853         * src/codeconv.c
13854                 small change to Alfons' previous stuff so that it
13855                 actually makes
13856
13857 2001-06-30 [alfons]
13858
13859         * lots of files changed; first attempt to merge the changes
13860           and bugfixes submitted by Andre Eibel (ae@baltic-online.de).
13861
13862 2001-06-30 [paul]
13863
13864         * po/pt_BR.po
13865                 updated and completed, translations by Fabio
13866                 Junior Beneditto <fjbeneditto@yahoo.com.br>
13867
13868 2001-06-29 [alfons]
13869
13870         * src/compose.c
13871         * src/mimeproc.[ch]
13872                 allow selecting an attached files' mime type from a 
13873                 list of types.
13874
13875 2001-06-29 [paul]
13876
13877         * more sync with sylpheed 0.5.0pre3
13878
13879 2001-06-29 [paul]
13880
13881         * po/pt_BR.po
13882                 merge with sylpheed.pot and pt_BR.po provided by
13883                 Fabio Junior Beneditto.
13884
13885 2001-06-29 [darko]
13886
13887         * src/procmime.c
13888                 make MIME types case insensitive
13889
13890 2001-06-28 [alfons]
13891
13892         * po/nl.po
13893                 merge with sylpheed.pot and old nl.po; translations added.
13894
13895 2001-06-28 [paul]
13896
13897         * more sync with sylpheed 0.5.0pre3
13898
13899 2001-06-27 [alfons]
13900
13901         * src/summaryview.c
13902                 don't crash when removing parent node of messages
13903                 attracted by subject. this was caused by not deleting
13904                 the parent node from the subject line hash table.
13905
13906 2001-06-27 [alfons]
13907
13908         * src/summaryview.c
13909         * src/compose.[ch]
13910         * src/mainwindow.c
13911                 if there are multiple messages selected, allow forwarding
13912                 them as attachments.
13913
13914 2001-06-27 [paul]
13915
13916         * more sync with sylpheed 0.5.0pre3
13917
13918 2001-06-26 [paul]
13919
13920         0.5.0claws3
13921
13922         * sync with sylpheed 0.5.0pre3
13923
13924 2001-06-25 [paul]
13925
13926         * src/mainwindow.c
13927                 fixed 'compose news article' bug
13928                 from icon-and-text toolbar
13929
13930 2001-06-25 [paul]
13931
13932         * sync with sylpheed 0.5.0pre2 release
13933
13934 2001-06-24 [christoph]
13935
13936         * src/prefs_common.c
13937                 bug fix in font selection
13938         * src/folderview.c
13939                 use sylpheed's normal font instead of
13940                 gtk default font for folders without
13941                 new messages
13942
13943 2001-06-24 [alfons]
13944
13945         * src/mainwindow.[ch]
13946                 added composite compose mail / news button (an idea by Leandro
13947                 Pereira <leandro@linuxmag.com.br>)
13948
13949 2001-06-24 [paul]
13950
13951         Added instructions for ldif-to-xml.py
13952
13953         * tools/README
13954
13955 2001-06-23 [alfons]
13956
13957         Some minor things.
13958
13959         * src/pixmaps/stock_news_compose.xpm
13960                 added pixmap by Leandro
13961         * src/prefs_common.c
13962                 tested built-in spelling checker of GCC 3.0 :)
13963         * po/nl.po
13964                 merged dutch translation of sylpheed-main with
13965                 sylpheed.pot
13966
13967 2001-06-23 [paul]
13968
13969         Added tools directory and files.
13970
13971         * tools/filter_conv.pl
13972                 converts old filter system to new filtering system
13973         * tools/ldif-to-xml.py
13974                 converts netscape addressbook to sylpheed addressbook
13975         * tools/README
13976                 descriptions/instructions for above two files
13977
13978 2001-06-23 [christoph]
13979
13980         * src/inc.c
13981         * src/manage_window.[ch]
13982         * src/prefs_common.[ch]
13983                 mail retrieval dialog can be enabled, disabled
13984                 or hidden if non of sylpheed's windows is active
13985
13986 2001-06-22 [paul]
13987
13988         0.5.0claws2
13989
13990         * sync with sylpheed 0.5.0pre2
13991
13992 2001-06-21 [christoph]
13993
13994         * src/summaryview.c
13995                 show recipient on 'from' for all accounts
13996                 
13997         * src/inc.c
13998         * src/prefs_common.[ch]
13999                 disable error popup on mail receive errors
14000
14001 2001-06-21 [alfons]
14002
14003         * src/compose.c
14004                 made the ruler correctly appear and disappear.
14005
14006         * src/Makefile.am
14007                 removed Hoa's work-in-progress-stuff (interesting!) so 
14008                 claws compiles ok.
14009
14010 2001-06-20 [christoph]
14011
14012         * src/inc.c
14013         * src/progressdialog.c
14014                 added scrolled window for list in progressdialog
14015
14016 2001-06-20 [paul]
14017
14018         sync with sylpheed 0.5.0pre1 release
14019
14020 2001-06-20 [christoph]
14021
14022         * src/summeryview.c
14023                 make building threads by subject work when
14024                 thread view is enabled
14025                 
14026         * src/compose.c
14027         * src/prefs_common.[ch]
14028                 automatically select account for mail replys
14029
14030 2001-06-19 [sergey]
14031
14032         * src/compose.c (compose_create): keep Bcc and Reply-To visible if
14033         they are filled in from the account settings.
14034
14035 2001-06-19 [paul]
14036
14037         * more sync with sylpheed 0.5.0pre1
14038
14039 2001-06-18 [alfons]
14040
14041         * src/Makefile.am,
14042           src/procmime.c
14043                 added --sysconfdir to CPPFLAGS for pointing to the correct
14044                 location of mime.types. 
14045
14046                 NOTE: make sure you use --sysconfdir when running ./autogen.sh
14047                 or ./configure!
14048
14049 2001-06-18 [hoa]
14050
14051         * src/summaryview.c
14052                 fixed some bug when building threads
14053
14054 2001-06-18 [pau]l
14055
14056         * src/prefs_account.c
14057                 UI stuff: More changes to the English
14058
14059 2001-06-18 [paul]
14060
14061         * src/pixmaps/stock_news_compose.xpm: new file
14062         * src/Makefile.am
14063         * src/mainwindow.c
14064         * src/summaryview.c
14065                 Added new icon for Hoa's 'compose a news
14066                 message', plus minor improvements to the
14067                 English
14068
14069         * po/ja.po
14070         * ChangeLog
14071         * ChangeLog.jp
14072                 more sync with sylpheed 0.5.0pre1
14073
14074 2001-06-18 [hoa]
14075
14076         * src/compose.[ch]
14077         * src/mainwindow.c
14078                 Follow-up and reply to
14079
14080         * src/summaryview.[ch]
14081                 Build threads also with subjects
14082
14083 2001-06-17 [hoa]
14084
14085         * src/compose.c
14086                 forwarding use the current account.
14087
14088         * src/mainwindow.c
14089                 the "compose message" button has been replaced with
14090                 "new mail" and "new news" buttons
14091
14092         * src/prefs_common.[ch]
14093                 added a configuration option to use the forward button
14094                 as "forward as attachment"
14095                 changed reply and forward format description
14096
14097         * src/quote_fmt_lex.l
14098         * src/quote_fmt_parse.y
14099                 added message with no signature in format for reply
14100                 and forward.
14101
14102 2001-06-17 [paul]
14103
14104         Minor UI stuff
14105
14106         * src/mainwindow.c
14107         * src/summaryview.c
14108                 Improvements to the English
14109
14110         * src/prefs_common.c
14111                 Improvements to the English and some
14112                 clarity/continuity improvements in the
14113                 description of Quote symbols.
14114
14115 2001-06-17 [paul]
14116
14117         0.5.0claws1
14118
14119         * sync with sylpheed 0.5.0pre1
14120
14121 2001-06-17 [hoa]
14122
14123         * src/compose.c
14124                 Better interface for compose, displayed fields
14125                 are updated whenever we change account.
14126                 Newsgroups field is automatically filled.
14127
14128         * src/mainwindow.c
14129                 Newsgroups field is automatically filled.
14130
14131         * src/prefs_account.c
14132                 Some interface stuff when fields appear and
14133                 disappear.
14134
14135 2001-06-16 [paul]
14136
14137         0.4.99claws
14138
14139         * sync with sylpheed 0.4.99
14140
14141 2001-06-16 [sergey]
14142
14143         * src/base64.c, src/base64.h (Base64Decoder, base64_decoder_new,
14144         base64_decoder_free, base64_decoder_decode): new object and
14145         functions for decoding base64 streams.
14146         * src/procmime.c (procmime_decode_content): modified to use the
14147         new base64 decoder.
14148
14149 2001-06-15 [paul]
14150
14151         0.4.99claws10
14152
14153         * sync with sylpheed 0.4.99cvs11
14154
14155 2001-06-13 [paul]
14156
14157         0.4.99claws9
14158
14159         * sync with sylpheed 0.4.99cvs9
14160
14161 2001-06-13 [hoa]
14162
14163         * src/compose.c
14164         * src/prefs_account.c
14165
14166                 SMTP server can be defined in the news account
14167                 mime type of attachment are kept.
14168
14169         * src/summaryview.c
14170
14171                 now choose the highest important score between default
14172                 and important score of folder.
14173
14174 2001-06-09 [alfons]
14175         
14176         * src/prefs_common.c: 
14177
14178                 (prefs_quote_description_create): corrected description of 
14179                 quote format characters
14180
14181 2001-06-09 [paul]
14182
14183         0.4.99claws8
14184
14185         * sync with sylpheed 0.4.99cvs8
14186
14187 2001-06-08 [sergey]
14188
14189         * src/Makefile.am: fix for "make dist": added quote_fmt_parse.h
14190         and pixmaps/stock_mail_reply_to_author.xpm to EXTRA_DIST.
14191
14192 2001-06-08 [paul]
14193
14194         0.4.99claws7
14195
14196         * sync with sylpheed 0.4.99cvs7
14197
14198 2001-06-06 [sergey]
14199
14200         * src/quote_fmt.h: renamed from src/quote_fmt_parse.h (which
14201         clashes with autogenerated header).
14202         * src/compose.c, src/quote_fmt_parse.y: #include "quote_fmt.h"
14203         * src/Makefile.am: added quote_fmt.h.
14204         * src/.cvsignore: added lex/yacc autogenerated files
14205         (quote_fmt_lex.c, quote_fmt_parse.c, quote_fmt_parse.h).
14206
14207 2001-06-06 [paul]
14208
14209         0.4.99claws6
14210
14211         * sync with sylpheed 0.4.99cvs6
14212
14213 2001-06-06 [hoa]
14214
14215         * added src/quote_fmt_parse.h
14216         * src/compose.c
14217                 removed warnings
14218
14219         * src/prefs.[ch]
14220                 don't modify readonly configuration files
14221
14222         * src/prefs_account.c
14223         * src/prefs_common.c
14224         * src/prefs_customheader.c
14225         * src/prefs_display_header.c
14226         * src/prefs_filter.c
14227         * src/prefs_filtering.c
14228         * src/prefs_scoring.c
14229                 don't open dialog box when configuration files
14230                 are readonly
14231
14232 2001-06-05 [sergey]
14233
14234         * configure.in: added AM_PROG_LEX and AC_PROG_YACC.
14235
14236         * src/Makefile.am: replaced quote_fmt.tab.[ch] by
14237         quote_fmt_lex.[lh], quote_fmt_parse.y; added YFLAGS=-d; added
14238         BUILT_SOURCES to make all files rebuild properly.
14239
14240         * src/compose.c: removed #include "quote_fmt.tab.h".
14241
14242         * src/quote_fmt_lex.l: renamed from quote_fmt.l; changed to return
14243         CHARACTER value in yylval.
14244
14245         * src/quote_fmt_parse.y: renamed from quote_fmt.y; changed to
14246         receive CHARACTER value by documented means (yylval).
14247
14248         * src/lex.quote_fmt.c, src/quote_fmt.{l,y,tab.{c,h}}: removed.
14249
14250 2001-06-05 [hoa]
14251
14252         * src/Makefile.am
14253                 changed quote_fmt.[ch] into quote_fmt.tab.[ch]
14254
14255         * src/filtering.c
14256         * src/matcher.c
14257         * src/matcher.h
14258         * src/prefs_filtering.c
14259                 now keep the configuration for execute action
14260
14261         * src/mbox_folder.c
14262                 fixed a warning
14263
14264 2001-06-05 [paul]
14265
14266         * sync with sylpheed 0.4.99cvs5
14267
14268 2001-06-05 [hoa]
14269
14270         * src/Makefile.am
14271                 added quote_fmt.[ch]
14272
14273         * added src/quote_fmt.y
14274         * added src/quote_fmt.l
14275         * added src/quote_fmt.tab.h
14276         * added src/quote_fmt.tab.c
14277         * added src/lex.quote_fmt.c
14278                 parsing configuration for replying
14279                 and forwarding
14280
14281         * src/prefs_common.[ch]
14282                 added configuration UI for replying
14283                 and forwarding
14284
14285         * src/compose.c
14286                 using configuration for replying
14287                 and forwarding
14288
14289 2001-06-04 [hoa]
14290
14291         * src/filtering.c
14292         * src/matcher.c
14293         * src/matcher.h
14294         * src/prefs_filtering.c
14295         * src/prefs_matcher.c
14296         * src/prefs_matcher.h
14297                 action "run a command" for filtering
14298                 and matching with a command.
14299                 fixed the "whole message" matching
14300
14301         * src/mbox_folder.c
14302                 changed temporary filename for security
14303
14304         * src/messageview.c
14305                 queue the notification if it fails to send.
14306
14307         * src/prefs_common.c
14308         * src/prefs_folder_item.c
14309                 changed the default important score             
14310
14311         * src/prefs_scoring.c
14312         * src/scoring.c
14313                 hide kill score input when the folder is not
14314                 a newsgroup
14315
14316 2001-06-03 [alfons]
14317
14318         * src/prefs_common.c:
14319
14320                 (prefs_font_select): pass font name in font entry box to font
14321                 selection dialog.
14322
14323 2001-06-03 [sergey]
14324
14325         * src/smtp.c (smtp_ok): fixed sock_gets() error handling.
14326
14327 2001-06-03 [paul]
14328
14329         * sync with sylpheed 0.4.99cvs4
14330
14331 2001-06-03 [alfons]
14332
14333         * src/headerwindow.c:
14334
14335                 (headerwindow_show_cb): use the selected summary view item, not
14336                 the displayed item.
14337
14338 2001-06-02 [alfons]
14339
14340         * src/headerwindow.c:
14341
14342                 (headerwindow_show_cb): always try to show msginfo
14343
14344 2001-06-02 [hoa]
14345
14346         * src/compose.c
14347                 keep attached parts when reediting or forwarding.
14348
14349 2001-06-01 [hoa]
14350
14351         * src/folderview.c
14352         * src/prefs_folder_item.[ch]
14353         * src/prefs_scoring.[ch]
14354         * src/scoring.[ch]
14355         * src/summaryview.[ch]
14356         * src/main.c
14357         * src/mainwindow.c
14358         * src/prefs_common.[ch]
14359                 support for folder scoring
14360                 kill score and important score for messages
14361         
14362         * src/prefs_account.c
14363                 some display bug fixed for local account
14364                 preferences
14365
14366 2001-05-31 [alfons]
14367
14368         * src/summaryview.c:
14369
14370                 (add_sender_to_cb): don't crash when no or invalid sender; the add 
14371                 sender to address book menu item is disabled.
14372
14373 2001-05-30 [hoa]
14374
14375         * src/filtering.[ch]
14376         * src/summaryview.c
14377                 handling summary menu / filter messages
14378
14379         * src/folder.[ch]
14380                 add some stuff
14381
14382         * src/foldersel.c
14383                 imap folders now appears in list
14384
14385         * src/mbox_folder.c
14386                 doesn't crash if destination mail is not writeable
14387
14388 2001-05-29 [hoa]
14389
14390         * src/compose.c
14391                 removed some warnings
14392
14393         * src/filtering.c
14394         * src/folder.[ch]
14395         * src/prefs_filtering.c
14396                 global string to identify any folders           
14397                 removed some debug info
14398                 filtering to mbox folders is now possible
14399
14400         * src/mainwindow.c
14401                 removed some warnings
14402
14403         * src/mbox_folder.c
14404                 permission on files are changed to read/write for user only,
14405                 nothing for other.
14406                 creation of subfolder is handled better.
14407
14408 2001-05-28 [alfons]
14409
14410         Verified the sync for src/prefs_common.[ch] and
14411         src/prefs_account.[ch]. I believe there were some
14412         minor indentation differences.
14413
14414 2001-05-28 [paul]
14415
14416         0.4.99claws3
14417
14418         * sync with 0.4.99cvs3
14419
14420 2001-05-28 [hoa]
14421
14422         * src/compose.c
14423                 handling flags for mbox format
14424
14425         * src/filtering.c
14426                 use of mark file only for MH format
14427                 handling flags for mbox format
14428                 filtering cannot yet move or copy mails to mbox folders.
14429
14430         * src/folder.[ch]
14431                 changed move_msg, copy_msg,
14432                 move_msgs_with_dest, copy_msgs_with_dest functions
14433                 uses only folder->copy_msg() function
14434                 uses folder->finished_copy() to handle the destination
14435                 folder at the end of the copy or move operation.
14436
14437         * src/foldersel.c
14438                 included mbox directories.
14439
14440         * src/folderview.[ch]
14441         * src/mainwindow.c
14442                 handle folders operation for mbox format
14443
14444         * src/mbox.c
14445                 disable conversion of "From " header
14446
14447         * src/mbox_folder.[ch]
14448                 completion of mbox format handling
14449
14450         * src/mh.c
14451                 changed mh_copy_msg() function and
14452                 removed mh_move_msg(), mh_move_msgs_with_dest(),
14453                 mh_copy_msgs_with_dest()
14454
14455         * src/prefs_filtering.c
14456                 removed some warnings
14457
14458         * src/prefs_matcher.c
14459                 default boolean operation is AND
14460
14461         * src/procheader.c
14462                 handling flags for mbox format
14463                 handling of "From " header
14464
14465         * src/procmsg.[ch]
14466                 removed data field
14467                 added MSG_REALLY_DELETED flags to handle deletion of
14468                 messages in mbox format.
14469
14470         * src/summaryview.c
14471                 handling flags for mbox format
14472                 disable the MSG_DELETED flags when messages
14473                 are deleted in mbox format
14474
14475         * src/textview.c
14476                 "From " headers display fixed.
14477
14478 2001-05-27 [alfons]
14479
14480         * src/textview.c:
14481                 
14482                 (get_email_part): skip quoted email addresses, like in e.g.
14483                 "'alfons@proteus.demon.nl'".
14484
14485 2001-05-26 [alfons]
14486
14487         Minor GUI fixes adding horizontal scrollbars to Hoa's matcher dialogs,
14488         and fixing the persistence troubles when using separate windows.
14489
14490         * src/mainwindow.c:
14491         
14492             Added #define SEPARATE_ACTION used in the gtk item factory for 
14493             the SEPARATE_FOLDER and SEPARATE_MESSAGE items, so we can
14494                 use gtk_item_factory_get_widget_by_action() to get the items.
14495                 
14496             Removed separate_widget_cb from the gtk item factory data   
14497           
14498             (mainwindow_create): connect separate_widget_cb() to check
14499             menu item "toggled" signal. also passing a MainWindow pointer
14500                 as object data for both check menu items.
14501                 
14502             (separate_widget_cb): definition of separate_widget_cb() to match
14503             GtkCheckMenuItem's "toggled" signal. Now get the pointer to the main 
14504                 window using gtk_object_get_data(). The type of window separation 
14505                 (SEPARATE_MESSAGE or SEPARATE_FOLDER) is passed as the signal's data
14506         
14507         * src/prefs_filtering.c,
14508           src/prefs_matcher.c: added horizontal scrollbars
14509
14510 2001-05-25 [darko]
14511
14512         * src/headerview.c
14513                 fix segfault with invalid bold font
14514         * src/summaryview.c
14515                 correctly display summary stats after row is marked
14516
14517 2001-05-23 [sergey]
14518
14519         * src/codeconv.c (conv_get_code_conv_func): fix for ISO-8859-*
14520         encodings with libjconv.
14521
14522 2001-05-23 [hoa]
14523
14524         * src/Makefile.am
14525                 added mbox_folder.[ch]
14526         * src/defs.h
14527                 mbox temporary folder
14528         * src/folder.[ch]
14529         * added src/mbox_folder.[ch]
14530         * src/folderview.c
14531         * src/procheader.[ch]
14532                 added mbox support
14533         * src/mbox.c
14534                 bugfix for file incorporation filtering
14535         * src/imap.c
14536                 enable creation of MBOX
14537         * src/prefs_display_header.c
14538                 enable use of headers like "From "
14539                 something that should be fixed :
14540                         displaying of such headers add an extra space
14541         * src/prefs_folder_item.c
14542                 don't create folders because it is not necessary
14543         * src/procmsg.h
14544                 added data field to MsgInfo for mbox internal use
14545         * src/summaryview.c
14546                 added some support for mbox
14547         * src/utils.[ch]
14548                 added get_mbox_cache_dir() function
14549
14550 2001-05-23 [hiroyuki]
14551
14552         * src/headerwindow.c
14553           src/inc.c
14554           src/main.c
14555           src/mh.c
14556           src/nntp.c
14557           src/procmsg.h
14558           src/session.h
14559           src/socket.[ch]
14560           src/summaryview.c
14561           src/textview.c
14562           src/automaton.c
14563           src/folderview.c: more sync with 0.4.99cvs2.
14564
14565         * src/headerwindow.c: reverted.
14566
14567 2001-05-22 [paul]
14568
14569         0.4.99claws2
14570
14571         * sync with sylpheed 0.4.99cvs2
14572                 * src/news.[ch]
14573                 * src/nntp.[ch]
14574                 * INSTALL
14575                 * INSTALL.jp
14576
14577 2001-05-22 [alfons]
14578
14579         * src/summaryview.c: bugfixed a premature assignment in  summaryview_add_sender_to_cb()
14580
14581 2001-05-21 [alfons]
14582
14583         Minor things:
14584
14585         * configure.in: if gnome-config not found, "no" is displayed
14586         
14587         * sylpheed.desktop: "Hello World" is replaced with "Sylpheed Mail"
14588
14589         * src/textview.c: now also possible to add mail addresses by right
14590           clicking in the text view
14591
14592         * src/codeconv.c: merged patch which fixes endless loop when encountering
14593           invalid wide characters; from Alte <010@imis.ru>  
14594
14595 2001-05-20 [alfons]
14596
14597         Added installation of gnome specific things:
14598
14599         * Makefile.am: gnome conditional
14600
14601         * configure.in: check for installed gnome
14602
14603         * added sylpheed.png, sylpheed.desktop
14604
14605 2001-05-20 [sergey]
14606
14607         * src/pixmaps/stock_mail_reply_to_author.xpm: new file.
14608
14609         * src/mainwindow.h (main_window_toolbar_create): created a button
14610         for "Reply to all".
14611         (main_window_set_toolbar_sensitive): enable/disable the new button
14612         appropriately.
14613         (toolbar_reply_to_author_cb): handle the new button.
14614
14615         * src/send.c (SEND_EXIT_IF_ERROR, SEND_EXIT_IF_NOTOK): call
14616         send_progress_dialog_destroy() on failure (fixes hang on SMTP
14617         failure).
14618
14619 2001-05-19 [sergey]
14620
14621         * src/compose.h (ComposeReplyMode): new modes
14622         COMPOSE_REPLY_TO_AUTHOR, COMPOSE_REPLY_TO_AUTHOR_WITH_QUOTE,
14623         COMPOSE_REPLY_TO_AUTHOR_WITHOUT_QUOTE.
14624
14625         * src/compose.c
14626         (compose_send): move some code into a new function:
14627         (compose_current_mail_account): new function.
14628         (compose_reply): new argument to_author, all callers changed; if
14629         to_author==TRUE and account->protocol==A_NNTP, find and use an
14630         appropriate mail account for replying.
14631         (compose_reply_set_entry): new argument to_author; ignore
14632         compose->replyto if to_author==TRUE.
14633
14634         * src/mainwindow.c: new command "Message/Reply to author".
14635         (main_window_set_menu_sensitive): enable/disable it.
14636         (reply_cb): handle it.
14637
14638         * src/summaryview.c: new command "Reply to author".
14639         (summary_set_menu_sensitive): enable/disable it.
14640         (summary_reply_cb): handle it.
14641
14642         * src/account.c (account_find_mail_from_address): new function.
14643
14644 2001-05-18 [paul]
14645
14646         0.4.99claws1
14647
14648         * sync with sylpheed 0.4.99cvs1
14649
14650 2001-05-18 [hoa]
14651
14652         * src/compose.[ch]
14653         * src/filtering.c
14654         * src/summaryview.c
14655                 new filtering action : forward and forward as attachment
14656
14657         * src/main.c
14658                 no need for $DISPLAY when we run sylpheed --help
14659                 call to parse_cmd_opt() is moved
14660
14661         * src/mainwindow.[ch]
14662                 execute button is hidden when immediate execute
14663                 is chosen
14664
14665         * src/mh.c
14666         * src/news.c
14667         * src/prefs_folder_item.c
14668         * src/procmsg.c
14669                 better handling of missing directories
14670
14671         * src/summaryview.c
14672                 reedit is enabled in outbox
14673                 reedit is enabled in queue
14674
14675 2001-05-17 [hoa]
14676
14677         * src/filtering.c
14678         * src/matcher.[ch]
14679         * src/prefs_filtering.c
14680                 changed attachement into attachment
14681
14682 2001-05-17 [alfons]
14683
14684         0.4.67claws4    
14685
14686         * sync with sylpheed 0.4.67cvs9
14687         * sync with sylpheed 0.4.67cvs7-8
14688
14689 2001-05-17 [hoa]
14690
14691         * src/Makefile.am
14692                 added prefs_filtering.c
14693
14694         * src/filtering.[ch]
14695         * src/matcher.[ch]
14696                 removed action : forward_news and forward_news_as_attachement
14697                 (forward and forward_as_attachement can be used instead)
14698
14699         * src/mainwindow.c
14700                 added menu option to access filtering configuration
14701
14702         * src/prefs_account.c
14703                 changed mail_command default to /usr/sbin/sendmail
14704
14705         * added src/prefs_filtering.[ch]
14706                 dialog box for filtering configuration
14707
14708         * src/prefs_matcher.c
14709                 added function prefs_matcher_get_criteria_from_matching()
14710
14711         * src/prefs_scoring.c
14712                 reset the dialog when register or substitute is clicked
14713
14714 2001-05-15 [hoa]
14715
14716         * src/Makefile.am
14717                 added filtering.[ch]
14718         * src/inc.c
14719                 using filering.[ch] instead of filter.[ch]
14720         * src/main.c
14721                 reading new filtering configuration
14722         * src/matcher.[ch]
14723                 added some filtering actions
14724                 and fixed a bug for headers and mail body matching
14725         * src/mbox.c
14726                 using filering.[ch] instead of filter.[ch]
14727         * src/mh.c
14728                 handling invalid MsgInfo in mh_copy_msg() and mh_move_msg()
14729         * src/summaryview.c
14730                 some fixes for filtering
14731
14732 2001-05-14 [hiroyuki]
14733
14734         * src/send.c: fixed some weird indentations.
14735           send_message_with_command(): call pclose() only if p != NULL.
14736         * src/textview.c: get_email_part(): modified the code for readability.
14737
14738 2001-05-14 [hiroyuki]
14739
14740         * src/md5global.h
14741           src/md5ify.c
14742           src/md5ify.h: removed from the cvs.
14743
14744 2001-05-13 [sergey]
14745
14746         * src/main.c: include rfc2015.h to avoid compiler warnings.
14747         * src/alertpanel.c (alertpanel_message_with_disable): return 0 if
14748         the panel is already on screen.
14749         * src/prefs_customheader.c (prefs_custom_header_delete_cb): treat
14750         closing the alert window by ESC as "No".
14751         * src/prefs_common.c (prefs_interface_create): moved return
14752         receipt check button to the correct place.
14753
14754 2001-03-13 [alfons]
14755
14756         * src/prefs_common.c: 
14757                 moved return receipt check button to the Send tab. (prefs_send_create)
14758                 removed the date format ui related globals. (prefs_display_create)
14759
14760         0.4.67claws3
14761         
14762         * sync with sylpheed 0.4.67cvs5-6
14763
14764 2001-05-13 [paul]
14765
14766         * added Alfons' font selection patch
14767
14768         * src/defs.h
14769         * src/headerwindow.c
14770         * src/prefs_common.c
14771         * src/prefs_common.h
14772
14773 2001-05-13 [hoa]
14774         * src/defs.h
14775                 changed version of cache
14776         * src/matcher.[ch]
14777         * src/prefs_matcher.c
14778                 added additionnal matching criteria
14779         * src/procheader.c
14780         * src/procmsg.[ch]
14781         * src/news.c
14782                 added references in MsgInfo
14783
14784 2001-05-12 [hoa]
14785
14786         * src/defs.h
14787                 prepared some things for new filtering
14788         * src/matcher.[ch]
14789                 added some matching properties
14790                 inreplyto need to be enhanced
14791                 prepared some things for new filtering
14792         * src/messageview.c
14793                 added Return-Receipt-To handling
14794         * src/prefs_folder_item.c
14795                 changed default value to TRUE
14796         * src/prefs_matcher.c
14797                 added some matching properties
14798         * src/prefs_scoring.[ch]
14799                 the scoring dialog is finished
14800         * src/procheader.c
14801                 added Return-Receipt-To handling
14802                 Reference need to be added
14803         * src/procmsg.[ch]
14804                 added Return-Receipt-To handling
14805                 added threadscore to get a better score sorting when
14806                 threads are enabled
14807         * src/summaryview.c
14808                 suppressed a bug when we sort the list
14809                 when no folder is opened.
14810                 better score sorting when threads are enabled
14811
14812 2001-05-12 [alfons]
14813
14814         * reverted previous patch because of potential errors 
14815
14816         0.4.67claws2
14817         
14818         * src/inc.c, src/prefs_common.c, src/prefs_common.h: 
14819                 applied "toggle mail-retrieval dialog window" patch submitted 
14820                 by Eric Limpens <eric@qnt.net>
14821
14822         * sync with sylpheed 0.4.67cvs4
14823
14824 2001-05-12 [sergey]
14825
14826         * src/matcher.c, src/scoring.c: changed "#ifdef 0" to "#if 0" for
14827         some picky compilers.
14828         * src/rfc2015.h: provide prototype for rfc2015_disable_all().
14829         * src/grouplist_dialog.c: include alertpanel.h.
14830         * src/prefs_headers.c (prefs_headers_deleted): added GTK_BUTTON to
14831         fix compile warning.
14832         * src/scoring.c, src/prefs_folder_item.c, src/matcher.c: brought
14833         #include "defs.h" before others to prevent the warning of `MIN'
14834         and `MAX' redefinition.
14835
14836 2001-05-11 [hoa]
14837
14838         * src/main.c
14839         * src/messageview.c
14840         * src/prefs_account.c
14841         * src/prefs_display_header.c
14842                 removed warning
14843         * src/Makefile.am
14844                 added prefs_scoring.[ch]
14845         * src/grouplist_dialog.c
14846                 display an error dialog box if the group list
14847                 cannot be fetched.
14848         * src/mainwindow.[ch]
14849                 added main_window_set_thread_option() function
14850                 scoring dialog box enabled
14851         * src/matcher.[ch]
14852                 added flags matching unread /new / marked
14853                 / deleted / replied / forwarded
14854         * src/news.c
14855                 newsgroups are now finally in newscache
14856         * src/prefs_matcher.[ch]
14857                 finished preferences for matching dialog
14858         * added src/prefs_scoring.[ch]
14859                 scoring dialog box completed
14860         * src/scoring.[ch]
14861                 conversion to string : added scoringprop_to_string()
14862                 write config for preferences :
14863                 added prefs_scoring_write_config()
14864         * src/summaryview.c
14865                 threads can be enabled/disabled independently
14866                 for each folder
14867
14868 2001-05-10 [alfons]
14869
14870         0.4.67claws1
14871         
14872         * AUTHORS: 
14873                 thought it would be nice to have a list of all
14874                 contributors (used Changelog as a reference)
14875         
14876         * configure.in: 
14877                 messed up version numbering...
14878
14879         0.4.66claws1
14880
14881         * sync with sylpheed 0.4.67cvs1-3
14882
14883 2001-05-10 [darko]
14884
14885         * src/prefs_common.c:
14886                 better UI for strftime format, double clicking
14887                 on format now inserts the format in text entry
14888                 replaced close button with standard OK/Cancel
14889                 moved date format button to the right of the
14890                 text entry field
14891
14892 2001-05-09 [alfons]
14893
14894         * src/gtkstext.c:
14895                 Ctrl-Home / Ctrl-End have proper cursor navigation
14896
14897 2001-05-09 [hoa]
14898
14899         * src/prefs_matcher.c
14900                 finished UI to define matching properties
14901                 added ok and cancel button
14902         * src/prefs_filter.c
14903                 added ok and cancel button
14904         * src/news.c
14905                 fixed some bug in xhdr parsing
14906
14907 2001-05-08 [alfons]
14908
14909         * src/textview.c: 
14910                 fixed a bug in textview_show_header(), which displayed two colons (':');
14911                 cleaned up some warnings
14912
14913 2001-05-08 [hoa]
14914
14915         * src/Makefile.am
14916                 added prefs_matcher.[ch]
14917                 compilation with -W -Wall
14918         * src/alertpanel.c
14919                 ungrab the mouse events if grabbed - does it
14920                 fix the bug for disposition notification ?
14921         * src/mainwindow.c
14922                 added a menu option to open the matching dialog.
14923         * src/matcher.[ch]
14924                 added matcherprop_to_string() and matcherlist_to_string()
14925                 fixed some bugs, changed the name of some options
14926                 age_sup and age_inf becomes age_greater and age_lower,
14927                 body and messageheaders becomes body_part and headers_part,
14928                 changed the names of constants from SCORING_XXX to MATCHING_XXX
14929         * src/prefs_display_header.c
14930         * src/prefs_headers.c
14931                 fixed a bug that accidentally destroyed dialogs
14932                 when closed them with delete_event
14933                 Added *_deleted() which handle delete_event signal correctly.
14934         * src/prefs_folder_item.[ch]
14935                 added "enable_thread" field for future customization
14936         * added src/prefs_matcher.[ch]
14937                 sample of the UI to define matching properties
14938         * src/procheader.c
14939                 using procheader_headername_equal instead of str*cmp functions
14940                 using procheader_parse_header() function
14941         * src/scoring.c
14942                 using MATCHING_XXX instead of SCORING_XXX
14943         * src/summaryview.c
14944                 display the sender of the news even if this is ourself
14945                 when this is a news message.
14946         * src/textview.c
14947                 using headername_equal() instead of str*cmp functions
14948
14949 2001-05-08 [alfons]
14950
14951         0.4.66claws
14952
14953         * sync with sylpheed 0.4.66
14954         * src/gtkstext.c: trace logs added 
14955
14956 2001-05-08 [sergey]
14957
14958         * src/prefs_common.[ch]: added option to enable/disable GnuPG
14959         signature check popup.
14960         * src/rfc2015.c (check_signature): show signature check popup only
14961         if it is enabled in preferences.
14962
14963 2001-05-07 [alfons]
14964
14965         0.4.66claws4
14966         
14967         * sync with sylpheed 0.4.66cvs6
14968
14969 2001-05-07 [darko]
14970
14971         * src/prefs_common.[ch]: added option to enable/disable
14972           looking up sender name in address book for summary pane
14973         * src/summaryview.c: look up sender in the address book
14974           by using Alfons' address completion code
14975
14976 2001-05-07 [hiroyuki]
14977
14978         * src/inc.h
14979           src/pop.c: pop3_retr_recv(): removed cur_msg_bytes from the
14980           member of Pop3State.
14981         * src/news.c: brought #include "defs.h" before #include <glib.h>
14982           to prevent the warning of `MIN' and `MAX' redefinition.
14983
14984 2001-05-06 [hoa]
14985
14986         * removed src/headers_display.[ch]
14987         * removed src/prefs_display_headers.[ch]
14988         * src/inc.c
14989                 use a temporary file in the user directory for mbox import
14990         * src/news.c
14991                 added XHDR support to get "To" and "Cc" headers
14992                 (in order to match news with to or cc field for
14993                 scoring)
14994                 added function news_parse_xhdr() to get XHDR response
14995         * src/nntp.[ch]
14996                 added function nntp_xhdr()
14997         * src/matcher.c
14998                 fetch the message if necessary
14999
15000 2001-05-06 [alfons]
15001
15002         0.4.66claws3
15003
15004         * sync with sylpheed 0.4.66cvs3-5
15005
15006 2001-05-06 [hoa]
15007
15008         * src/utils.[ch]
15009                 added function itos_buf() to enable use of several buffers
15010         * src/summaryview.c
15011                 use of itos_buf() instead of itos() in summary list
15012                 to fix the broken display of message number.
15013
15014 2001-05-06 [alfons]
15015
15016         * src/gtkstext.c: bug in cursor up navigation fixed,
15017                 fixed another unsigned / signed comparison (we're getting there :-)
15018
15019 2001-05-06 [hoa]
15020
15021         * src/Makefile.am
15022                 added scoring.c scoring.h
15023                 prefs_folder_item.c prefs_folder_item.h
15024                 matcher.c matcher.h
15025         * src/defs.h
15026                 added FOLDERITEM_RC SCORING_RC
15027         * src/folder.[ch]
15028                 added prefs field in FolderItem :
15029                 properties for each folder (PrefsFolderItem),
15030                 sorting type and mode were added as the first properties.
15031         * src/main.c
15032                 read config for scoring
15033         * added src/matcher.[ch]
15034                 gives functions to parse configuration file to do
15035                 matching on mails with a list of conditions.
15036         * src/mainwindow.c
15037                 add option to sort by score
15038         * src/prefs_common.[ch]
15039                 added preference option to show score and for
15040                 the score column size
15041         * added src/prefs_folder_item.[ch]
15042                 properties for each folder (PrefsFolderItem),
15043                 sorting type and mode were added as the first properties.
15044         * src/procheader.[ch]
15045                 added procheader_parse_header()
15046                 added procheader_header_free()
15047                 added procheader_headername_equal()
15048                 and made modification to use them.
15049         * src/procmsg.[ch]
15050                 added score field to MsgInfo structure
15051         * added src/scoring.[ch]
15052                 gives functions to parse configuration file to do
15053                 scoring on mails with a list of conditions.
15054         * src/summaryview.[ch]
15055                 save the sorting type and mode for the folder
15056                 added column to display the score of the mail
15057                 added function summary_score_clicked()
15058                 sorting type and mode are restored to the folder
15059                 when it is reopen
15060         * src/textview.c
15061                 use procheader_parse_header(), procheader_headername_equal()
15062                 removed memory leak in text_scan_header when freeing headers
15063         * src/filter.c
15064                 changed the function to match names of headers
15065                 using procheader_headername_equal()
15066
15067         Scoring functions are implemented, an interface is needed
15068         to configure that.
15069
15070 2001-05-04 [alfons]
15071
15072         * src/gtkstext.c: 
15073                 hopefully fixed the row up navigation bug,
15074                 removed adding back / forward lines to cache
15075
15076 2001-05-04 [sergey]
15077
15078         * src/prefs_display_headers.c: user interface changes:
15079         (prefs_display_headers_create): remove unused "Show" check button;
15080         allow reordering of headers by dragging.
15081         (prefs_display_headers_write_config): remove unused variables.
15082         (prefs_display_headers_set_dialog): do not insert "(New)" at top
15083         of lists (not needed with the new UI).
15084         (prefs_display_headers_set_list): scan lists starting from row 0,
15085         not 1 (do not skip "(New)").
15086         (prefs_display_headers_find_header): new function.
15087         (prefs_display_headers_clist_set_row): do not allow duplicates.
15088         (prefs_display_headers_delete_cb): do not skip row 0; treat
15089         closing the alert window by ESC as "No".
15090         (prefs_display_headers_up): do not protect row 0.
15091         (prefs_display_headers_down): do not protect row 0.
15092
15093 2001-05-04 [sergey]
15094
15095         * src/mainwindow.c (next_marked_cb, prev_marked_cb): new
15096         functions.
15097
15098         * src/summaryview.c
15099         (summary_find_next_marked_msg, summary_find_prev_marked_msg,
15100         summary_select_next_marked, summary_select_prev_marked): new
15101         functions.
15102
15103 2001-05-03 [sergey]
15104
15105         * src/news.c: fixed a bug when no article can be fetched after
15106         server timeout if the connection was restored by news_post():
15107         (news_select_group): new function.
15108         (news_fetch_msg): call news_select_group() before fetching
15109         article.
15110         (news_get_uncached_articles): set session->group after successful
15111         GROUP command.
15112
15113 2001-05-03 [hoa]
15114
15115         * src/defs.h
15116         * src/procmsg.[ch]
15117         * src/procheader.c
15118                  changed version of cache, added cc field
15119
15120         * src/prefs_display_headers.c
15121                 the interface was changed
15122
15123         * src/prefs_headers.c
15124                 added cancel button
15125
15126 2001-05-03 [alfons]
15127
15128         * completed sync of sylpheed cvs2
15129         * src/gtkstext.c: updated row up / down cursor navigation
15130         * src/textview.c: re-edited, prepared for fixing the email address
15131                 scanner.
15132
15133 2001-05-03 [darko]
15134
15135         * src/prefs_common.c: use alfons' strftime ui code
15136         entry_datefmt and datefmt_sample widgets have to be
15137         global in this module because of this change
15138
15139 2001-05-03 [hoa]
15140
15141         * src/messageview.c
15142         * src/prefs_common.[ch] added option to activate the return receipt
15143                 feature.
15144
15145 2001-05-02 [alfons]
15146
15147         * src/gtkstext.c: fix for row up/down cursor navigation. 
15148
15149         0.4.66claws2
15150         
15151         * sync with 0.4.66cvs2
15152
15153 2001-05-02 [paul]
15154
15155         added add-sender-to-addressbook patch
15156
15157         * src/addressbook.c
15158         * src/addressbook.h
15159         * src/summaryview.c
15160
15161 2001-05-02 [sergey]
15162
15163         * src/alertpanel.h (AlertValue): added G_ALERT_VALUE_MASK,
15164         G_ALERTDISABLE.
15165
15166         * src/alertpanel.c (alertpanel_create): new argument can_disable,
15167         all existing callers changed to pass FALSE; create a check button
15168         to disable the message.
15169         (alertpanel_message_with_disable): new function.
15170         (alertpanel_show): mask value with G_ALERT_VALUE_MASK.
15171         (alertpanel_button_toggled): new function.
15172         (alertpanel_button_clicked, alertpanel_close): set value using
15173         G_ALERT_VALUE_MASK.
15174
15175         * src/prefs_common.h (PrefsCommon): new field gpgme_warning.
15176
15177         * src/prefs_common.c (prefs_privacy_create): new check button
15178         checkbtn_gpgme_warning.
15179
15180         * src/main.c (main): moved preferences reading before gpgme
15181         initialization; check prefs_common.gpgme_warning before giving the
15182         GnuPG warning and set it to FALSE if the user wants to disable the
15183         warning.
15184
15185 2001-05-02 [hiroyuki]
15186
15187         * src/prefs_display_headers.c: modified the layout and some labels.
15188
15189 2001-05-02 [sergey]
15190
15191         * src/prefs_account.c (prefs_account_fix_size): new function.
15192         (prefs_account_create): call prefs_account_fix_size(); use
15193         gtk_widget_show instead of gtk_widget_show_all (fixes too large
15194         size when the window is shown for the first time).
15195         (prefs_account_basic_create): changed layout of serv_table; moved
15196         localmbox_entry above smtpserv_entry (logically it replaces
15197         POP3/IMAP server).
15198         (prefs_account_protocol_activated): set sensitivity of
15199         nntpauth_chkbtn according to the protocol (in addition to
15200         hide/show); commented out gtk_table_set_row_spacing() calls.
15201         (prefs_account_nntpauth_toggled): do nothing if nntpauth_chkbtn is
15202         not sensitive (fixes a bug with disabled username/password boxes
15203         when editing POP3 account after NNTP with authentication).
15204
15205 2001-05-02 [hoa]
15206
15207         * src/account.c
15208         * src/inc.c
15209         * src/prefs_account.[ch]
15210         * src/send.c
15211                 removed local account without SMTP server
15212                 added option to use mail command instead of a connexion
15213                 to SMTP server when a local account is used
15214         * src/prefs_headers.c
15215                 fixed a bug
15216         * src/news.c
15217                 fixed a bug when connexion immediately closed
15218
15219 2001-05-01 [alfons]
15220
15221         0.4.66claws1
15222         
15223         * sync with 0.4.65
15224
15225 2001-05-01 [sergey]
15226
15227         * src/prefs_account.c (Basic, prefs_account_basic_create): new
15228         widget nntpauth_chkbtn.
15229         (prefs_account_protocol_activated): handle nntpauth_chkbtn
15230         visibility.
15231         (prefs_account_nntpauth_toggled): new function.
15232
15233         * src/news.c (news_session_new_for_folder): use NNTP
15234         authentication only if ac->use_nntp_auth is set.
15235
15236 2001-05-01 [hoa]
15237
15238         * src/Makefile.am changed headers.[ch] in customheader.[ch]
15239         * src/prefs_display_headers.c changed the UI
15240         * src/prefs_headers.c changed account_name to account_id
15241         * src/compose.c using customheader.h
15242
15243 2001-05-01 [hiroyuki]
15244
15245         * src/esmtp.c
15246           src/news.c
15247           src/nntp.c: changed sock_read() to sock_gets(), they've been left
15248           unsynched.
15249
15250 2001-05-01 [hoa]
15251
15252         * src/Makefile.am added prefs_display_headers.[ch] headers_display.[ch]
15253         * src/defs.h added HEADERS_DISPLAY_RC : name of the config file
15254                 for displaying of headers
15255         * src/grouplist_dialog.[ch] minor changes to remove warnings
15256         * src/prefs_display_headers.[ch] dialog to choose the
15257         headers to display in the mail viewer.
15258         * src/headers.h correction of #define
15259         * src/headers_display.[ch] configuration for displaying of headers.
15260         * src/main.c read config of displaying of headers
15261         * src/prefs_common.c add a button to access the config dialog
15262                 for displaying of headers
15263         * src/prefs_display_headers.[ch] dialog for configuration for
15264                 displaying of the headers.
15265         * src/prefs_headers.c cleaning of code
15266         * src/procheader.c comments added to code
15267         * src/textview.c changes to reorder the headers depending
15268                 on the config for displaying of headers
15269
15270 2001-04-30 [alfons]
15271
15272         0.4.65claws7
15273
15274         * sync with 0.4.65cvs12
15275
15276         NOTE: nntp.c and news.c in claws and cvs branch differ significantly!
15277
15278 2001-04-30 [sergey]
15279
15280         * src/nntp.h (NNTPSockInfo): new field auth_failed.
15281
15282         * src/nntp.c (nntp_mode): return NN_AUTHREQ if sock->auth_failed
15283         is set to force reconnection after authentication failure.
15284         (nntp_gen_command): set sock->auth_failed on authentication
15285         failure, or if sock->userid and sock->passwd are not set.
15286
15287         * src/news.c (news_session_new_for_folder): set userid=NULL if
15288         password dialog is cancelled.
15289
15290 2001-04-30 [sergey]
15291
15292         * src/nntp.h (NNTPSockInfo): new type.
15293
15294         * src/nntp.c: all functions updated to use NNTPSockInfo instead of
15295         SockInfo.
15296         (nntp_open_auth, nntp_close): new functions.
15297         (nntp_gen_command): new function to handle authentication; all
15298         NNTP command functions updated to use it.
15299         (nntp_authinfo_user, nntp_authinfo_pass): deleted.
15300         (nntp_list): removed old useless code.
15301
15302         * src/news.h (NNTPSession): new field nntp_sock.
15303
15304         * src/news.c: all functions updated to use NNTPSockInfo instead of
15305         SockInfo.
15306         (news_session_new): new arguments (userid, passwd); made static;
15307         use nntp_open_auth() if needed.
15308         (news_session_destroy): use nntp_close() instead of sock_close().
15309         (news_query_password): changed arguments.
15310         (news_session_new_for_folder): new function.
15311         (news_session_get): use news_session_new_for_folder().
15312         (news_authenticate): deleted.
15313         (news_get_uncached_articles): removed old authentication code.
15314
15315 2001-04-30 [sergey]
15316
15317         * src/news.c: reverted my previous changes (need to do NNTP
15318         authentication in a cleaner way).
15319         
15320 2001-04-29 [sergey]
15321
15322         * src/news.c (news_nntp_group, news_nntp_list, news_nntp_xover,
15323         news_nntp_post, news_nntp_mode): new functions (wrappers with
15324         authentication support).
15325         (news_get_article_cmd, news_get_article, news_get_header): new
15326         argument "folder"; all callers changed.
15327         (news_get_article_cmd): added authentication support.
15328         (news_session_get): use news_nntp_mode() instead of nntp_mode().
15329         (news_post): use news_nntp_post() instead of nntp_post().
15330         (news_get_uncached_articles): use news_nntp_group() instead of
15331         nntp_group() and news_nntp_xover() instead of nntp_xover();
15332         removed old authentication code.
15333         (news_get_group_list): use news_nntp_list() instead of nntp_list().
15334
15335         * src/nntp.c (nntp_list): return real error code instead of
15336         hardcoded NN_ERROR.
15337
15338 2001-04-29 [sergey]
15339
15340         * configure.in: fixed wint_t typedef detection again
15341
15342 2001-04-28 [hoa]
15343
15344         * src/prefs_account.[ch], added A_LOCAL_CMD
15345                 (send mail with mail command)
15346         * src/send.c added function send_message_with_command()
15347         * src/inc.c made a more secure get_spool() function with
15348                 mktemp() but maybe mkstemp() or something more
15349                 secure can be used.
15350
15351 2001-04-28 [alfons]
15352
15353         * src/textview.c, colorization of email addresses in headers
15354
15355         0.4.65claws6
15356
15357         * bug sync with sylpheed
15358         * prefs_common.c: created date format ui for darko
15359         * sync with 0.4.65cvs11
15360         * configure.in: corrected to have the new gpg checks
15361
15362 2001-04-27 [alfons]
15363
15364         * completed sync with 0.4.65cvs10
15365         * minor debug things added to gtkstext.c
15366
15367 2001-04-27 [darko]
15368
15369         * configure.in: remove check for availability of
15370           strftime() as advised by Hiroyuki
15371         * src/prefs_common.[ch], src/procheader.c:
15372           synch strftime() code with Hiroyki's main branch
15373
15374 2001-04-26 [sergey]
15375
15376         * src/news.c: news_query_password(), news_authenticate(): new
15377           functions.
15378           news_get_uncached_articles(): added NNTP authentication
15379           handling.
15380         * src/nntp.[ch]: nntp_authinfo_user(), nntp_authinfo_pass():
15381           new functions.
15382         * src/prefs_account.c: prefs_account_protocol_activated():
15383           enable userid and password fields for NNTP.
15384
15385 2001-04-26
15386
15387         * configure.in: check for availability of strftime()
15388           [darko]
15389         * src/prefs_common.[ch], src/procheader.c: use
15390           strftime() for displaying date in summary pane if it
15391           is available
15392
15393 2001-04-25
15394
15395         * more .cvsignore cleanups [alfons]
15396
15397 2001-04-25
15398
15399         * ac/sv-check-type.m4: new autoconf macro.
15400         * configure.in: fixed wint_t typedef detection (did not work
15401           with gcc-2.96).
15402
15403 2001-04-25
15404
15405         * acconfig.h: added USE_GTKGDK_XIM definition for autoheader.
15406           [hiroyuki]
15407
15408 2001-04-24
15409         * modified gtkstext.c : buggy cursor navigation fixed, 
15410           and font descent also taken in account when drawing
15411           cursor. [alfons]
15412
15413 2001-04-24 [hoa]
15414         * added comments in src/news.c src/nntp.c
15415         * added src/prefs_headers.[ch]
15416         * added src/headers.[ch]
15417         * modified compose.c to activate custom headers
15418                 added function is_in_custom_headers
15419         * modified prefs_account.[ch]
15420                 added function prefs_account_customhdr_edit
15421         * modified src/defs.h :
15422                 added HEADERS_RC : name of the config file
15423                 for the custom headers
15424
15425 2001-04-24
15426
15427     0.4.65claws5
15428
15429         * configure.in
15430           src/gtkstext.[ch]
15431           src/compose.c
15432           src/Makefile.am
15433           
15434           added gtkstext with configure.in patch by Hiroyuki which
15435           should fix the XIM detection [alfons]
15436
15437         * more clean up of cvs [alfons]
15438
15439                  * removed all Makefile.in files to attic.
15440
15441                  * updated all .cvsignores to really ignore things that could
15442                    be unintentionally committed by a recursive commit.
15443
15444 2001-04-23 [hoa]
15445         * added src/grouplist_dialog.[ch]
15446         * changed src/folderview.c to call grouplist_dialog instead
15447                 of inputdialog
15448         * src/news.c :
15449                 added functions news_reset_group_list
15450                 and news_get_group_list
15451         * src/nntp.c :
15452                 added function nntp_list
15453         * src/defs.h :
15454                 added GROUPLIST_FILE : name of the newsgroup list cache file
15455
15456 2001-04-21
15457
15458         * added option to warn about queued messages on exit [sergey]:
15459
15460           * src/compose.c: compose_queue(): call folder_item_scan()
15461             and folderview_update_item() after queueing.
15462           * src/folderview.c: folderview_update_node(): draw the queue
15463             folder in bold font if there are queued messages.
15464           * src/mainwindow.c: queued_messages(): new function.
15465             app_exit_cb(): display warning if there are queued messages
15466             if warn_queued_on_exit is set.
15467           * prefs_common.[ch]: add warn_queued_on_exit option.
15468
15469         * enhanced GnuPG key selection support [sergey]:
15470
15471           * src/select-keys.c: updated to newer version from Win32
15472             branch with support for selecting arbitrary keys.
15473           * src/prefs_account.c: added the Privacy tab to the account
15474             options window.
15475             prefs_account_privacy_create(),
15476             prefs_account_sign_key_set_data_from_radiobtn(),
15477             prefs_account_sign_key_set_radiobtn(): new functions.
15478           * src/prefs_account.h: new preferences sign_key_type, sign_key_id.
15479           * src/rfc2015.c: set_signers(): new function.
15480             pgp_sign(): add the account parameter, call set_signers().
15481             rfc2015_sign(): add the account parameter, pass it to pgp_sign().
15482           * src/rfc2015.h: rfc2015_sign(): updated prototype.
15483           * src/compose.c: pass the current account to rfc2015_sign().
15484
15485         * tag name claws added to prevent confusion with main branch [alfons]
15486
15487         * Sync with sylpheed-0.4.65cvs4 and made it compile. [sergey]
15488
15489         * autogen.sh: Added "--enable-maintainer-mode". [sergey]
15490
15491         * sync with recent sylpheed cvs. Untested though. [alfons]
15492