sync with 0.8.11cvs18
[claws.git] / ChangeLog.claws
1 2003-04-05 [paul]       0.8.11claws71
2
3         * sync with 0.8.11cvs18
4                 see ChangeLog 2003-04-03 and 2003-04-04
5
6 2003-04-02 [christoph]  0.8.11claws70
7
8         * src/folder.[ch]
9         * src/imap.[ch]
10         * src/mbox_folder.[ch]
11         * src/mh.[ch]
12         * src/news.[ch]
13                 o Make all virtual folder functions private
14                 o remove unused folder code
15
16         * src/common/socket.[ch]
17         * src/summaryview.c
18                 fix warnings
19
20 2003-03-30 [alfons]     0.8.11claws69
21
22         * src/send_message.c
23                 remove two debug traces and see if people still report
24                 errors
25
26 2003-03-30 [alfons]     0.8.11claws68
27
28         * src/send_message.c
29         * src/commons/session.c
30                 add more debug traces
31
32 2003-03-30 [christoph]  0.8.11claws67
33
34         * src/folder.c
35                 change processing folder name from .processing to processing
36
37         * src/common/ssl.c
38                 disable SSL certificate check because it causes Xlib error
39                 when the child process want's to open an GTK window
40
41 2003-03-30 [christoph]  0.8.11claws66
42
43         * src/folder.c
44                 don't use default folder for processing folder item because
45                 it can be a non local folder
46
47         (fixes bug reported by Stephen Lewis <slewis@paradise.net.nz>)
48
49 2003-03-30 [alfons]     0.8.11claws65
50
51         * src/send_message.c
52                 try fixing crashes when sending messages: my gcc 2.95.4 seems 
53                 to generate bad code for 'send_send_data_progressive': When
54                 called from 'send_send_data_finished', the 'data' pointer is
55                 cleared just before the assignment to the dialog pointer
56
57 2003-03-29 [christoph]  0.8.11claws64
58
59         * src/common/prefs.h
60         * src/plugins/image_viewer/Makefile.am
61         * src/plugins/image_viewer/plugin.c
62         * src/plugins/image_viewer/viewer.[ch]
63         * src/plugins/image_viewer/viewerprefs.[ch]     ** NEW **
64                 add PrefsPage for ImageViewer
65
66 2003-03-28 [thorsten]   0.8.11claws63
67
68         * src/common/session.c
69                 added some comments
70
71 2003-03-28 [paul]       0.8.11claws62
72
73         * sync with 0.8.11cvs16
74                 see ChangeLog 2003-03-28
75
76 2003-03-28 [paul]       0.8.11claws61
77
78         * sync with 0.8.11cvs15
79                 see ChangeLog 2003-03-28
80
81 2003-03-27 [christoph]  0.8.11claws60
82
83         * src/folder.c
84         * src/imap.c
85         * src/common/socket.[ch]
86                 set socket state to DISCONNECTED when any operation
87                 fails to allow reconnecting in IMAP code without
88                 checking the return code of all calls to the command
89                 functions
90
91         * src/folderview.c
92         * src/summaryview.c
93                 remove some more stuff that depends on specific
94                 folder types
95
96 2003-03-27 [paul]       0.8.11claws59
97
98         * sync with 0.8.11cvs14
99                 see ChangeLog 2003-03-27
100                 
101         * src/selective_download.[ch]   ** REMOVED **
102                 really removed
103
104 2003-03-27 [christoph]  0.8.11claws58
105
106         * src/folder.c
107                 fix handling of tmp_flags in flag copy function
108
109 2003-03-27 [paul]       0.8.11claws57
110
111         * sync with 0.8.11cvs13
112                 see ChangeLog 2003-03-27
113
114 2003-03-27 [oliver]     0.8.11claws56
115
116         * src/maiwindow.c
117                 remove sel_download_cb
118
119 2003-03-27 [oliver]     0.8.11claws55
120         
121         * src/inc.c
122                 remove POP3_TOP
123         
124 2003-03-26 [oliver]     0.8.11claws54
125
126         *src/pop.h
127                 remove POP3_TOP*
128         * README.claws
129                 remove selective donwload readme
130
131 2003-03-26 [oliver]     0.8.11claws53
132         * src/matcher.[ch]
133         * src/matcher_parser_parse.y 
134         * src/pop.c 
135         * src/prefs_account.[ch]
136         * src/prefs_filtering.c
137                 remove selective donwload
138
139 2003-03-26 [oliver]     0.8.11claws52
140
141         * src/inc.[ch] 
142         * src/filtering.c 
143         * src/mainwindow.c 
144                 remove selective donwload
145
146 2003-03-26 [oliver]     0.8.11claws51
147         
148         * src/Makefile.am
149         * src/selective_download.[ch]   ** REMOVE **    
150
151 2003-03-26 [christoph]  0.8.11claws50
152
153         * src/news.c
154                 fix NEWS that got broken by a sync with sylpheed-main
155
156 2003-03-26 [christoph]  0.8.11claws49
157
158         * src/mimeview.c
159                 fix mime type guessing when no mime type is found for a file
160
161 2003-03-25 [christoph]  0.8.11claws48
162
163         * src/mimeview.c
164         * src/procmime.c
165                 remove mime type guessing from mime parser and use
166                 name based mime types in viewer lookup for mime type
167                 application/octet-stream
168
169 2003-03-25 [christoph]  0.8.11claws47
170
171         * doc-src/readme.txt
172         * doc-src/rfc2554.txt
173                 add RFC about SMTP AUTH
174
175         * src/send_message.c
176         * src/common/smtp.[ch]
177                 add extra error code for authentication errors and
178                 clear temporary password when this error occurs
179
180         (closes Bug 84 authentication failure while sending should
181          prompt for password again)
182
183 2003-03-25 [christoph]  0.8.11claws46
184
185         * configure.ac
186         * src/Makefile.am
187         * src/imageview.[ch]                            ** REMOVE **
188         * src/messageview.[ch]
189         * src/mimeview.[ch]
190         * src/prefs_common.[ch]
191         * src/textview.c
192         * src/plugins/Makefile.am
193         * src/plugins/image_viewer/.cvsignore           ** NEW **
194         * src/plugins/image_viewer/Makefile.am          ** NEW **
195         * src/plugins/image_viewer/plugin.c             ** NEW **
196         * src/plugins/image_viewer/viewer.[ch]          ** NEW **
197                 move image viewer into a plugin (building is enabled by default)
198                 [ToDo: Prefs for resize and autoview]
199
200 2003-03-25 [paul]       0.8.11claws45
201
202         * sync with 0.8.11cvs12
203                 see ChangeLog 2003-03-26
204
205 2003-03-25 [paul]       0.8.11claws44
206
207         * sync with 0.8.11cvs11
208                 see ChangeLog 2003-03-22, 2003-03-24 and 2003-03-25
209                 
210         Note: Selective Download is broken.
211                 
212 2003-03-22 [christoph]  0.8.11claws43
213
214         * src/folder.c
215                 code cleanup for flags copying
216
217 2003-03-22 [christoph]  0.8.11claws42
218
219         * src/plugins/trayicon/trayicon.c
220                 fix setting the transparent area when the window size
221                 is forced by the system tray
222
223 2003-03-22 [christoph]  0.8.11claws41
224
225         * src/plugins/trayicon/gnome-mail.xpm           ** REMOVE **
226         * src/plugins/trayicon/gnome-nomail.xpm         ** REMOVE **
227         * src/plugins/trayicon/newmail.xpm              ** NEW **
228         * src/plugins/trayicon/nomail.xpm               ** NEW **
229         * src/plugins/trayicon/trayicon.c
230         * src/plugins/trayicon/unreadmail.xpm           ** NEW **
231                 o replace GBiff icons with KBiff icons resized to 16x16 pixel
232                 o add icon for unread mails
233                 o set transparency for window
234
235 2003-03-22 [christoph]  0.8.11claws40
236
237         * src/news.c
238                 init news session to prevent crash when session is closed
239
240 2003-03-22 [christoph]  0.8.11claws39
241
242         * src/imap.c
243         * src/common/session.[ch]
244                 Init session data to make sure we don't have invalid pointers
245                 for read_ch and write_ch when new multi process sessions are
246                 not used
247
248         * src/main.c
249         * src/common/plugin.c
250         * src/common/sylpheed.c
251         * src/plugins/demo/demo.c
252         * src/plugins/dillo_viewer/dillo_viewer.c
253         * src/plugins/mathml_viewer/mathml_viewer.c
254         * src/plugins/spamassassin/spamassassin.c
255         * src/plugins/spamassassin/spamassassin_gtk.c
256                 add plugin types to allow loading plugins at different times
257                 (and maybe for different frontends), because it's not good to
258                 load GTK-Plugins gefore gtk_init was called
259
260         * configure.ac
261         * src/plugins/Makefile.am
262         * src/plugins/trayicon/.cvsignore               ** NEW **
263         * src/plugins/trayicon/Makefile.am              ** NEW **
264         * src/plugins/trayicon/eggtrayicon.c            ** NEW **
265         * src/plugins/trayicon/eggtrayicon.h            ** NEW **
266         * src/plugins/trayicon/gnome-mail.xpm           ** NEW **
267         * src/plugins/trayicon/gnome-nomail.xpm         ** NEW **
268         * src/plugins/trayicon/trayicon.c               ** NEW **
269                 New Trayicon plugin that shows an icon in a systray that uses
270                 XEMBED protocol like Gnome's systray. Icon shows if there
271                 are new mails and a tooltip shows information about new,
272                 unread and total messages.
273
274 2003-03-22 [paul]       0.8.11claws38
275
276         * src/common/smtp.c
277                 fix ESMTP AUTH CRAM-MD5
278                 [sync with main (still version 0.8.11cvs6), see
279                  ChangeLog 2003-03-22]
280
281 2003-03-21 [colin]      0.8.11claws37
282
283         * src/send_message.c
284                 Fix USE_SSL => USE_OPENSSL
285
286 2003-03-21 [colin]      0.8.11claws36
287
288         * src/folderview.c
289                 Fix counts in drag and dropped subfolders
290
291 2003-03-21 [colin]      0.8.11claws35
292
293         * src/folder.c 
294         * src/folderview.c
295                 speed up a bit folder dnd
296
297 2003-03-20 [alfons]     0.8.11claws34
298
299         * src/main.c
300         * src/toolbar.c
301         * src/procmsg.c
302                 don't send locked queue messages
303                 (feature request "[ 705245 ] Locking message in outbox 
304                  should prevent sending")
305
306 2003-03-20 [christoph]  0.8.11claws33
307
308         * src/folder.c
309                 remove NEW and UNREAD flag in special folders when scanning
310                 
311         * src/common/smtp.c
312                 fix ESMTP AUTH CRAM-MD5
313
314 2003-03-20 [paul]       0.8.11claws32
315
316         * src/prefs_account.c
317                 Re-write 'Tunnel command to open connection' as
318                 'Use command to communicate with server', and disable
319                 it for all except IMAP accounts
320
321 2003-03-20 [paul]       0.8.11claws31
322
323         * sync with 0.8.11cvs6
324                 see ChangeLog 2003-03-20
325
326 2003-03-19 [match]      0.8.11claws30
327
328         * src/addritem.[ch]
329                 include documentation. minor refactoring.
330         * src/addr_compl.[ch]
331         * src/addrindex.[ch]
332         * src/addresbook.[ch]
333         * src/summaryview.c
334                 re-enable address lookup (was disabled in
335                 0.8.11claws20).
336
337 2003-03-19 [christoph]  0.8.11claws29
338
339         * src/procmsg.c
340                 add temp flag handling, will make moving and copying
341                 messages possible again
342
343         * src/folder.c
344                 correct calulation of folder stats
345
346 2003-03-18 [match]      0.8.11claws28
347
348         * src/editgroup.h
349                 remove case sensitive comparison (closes bug 80).
350
351 2003-03-18 [christoph]  0.8.11claws27
352
353         * src/imap.c
354                 fix imap using a tunnel command
355
356         (closes bug 87)
357
358 2003-03-18 [christoph]  0.8.11claws26
359
360         * src/folder.[ch]
361         * src/imap.c
362         * src/procmsg.[ch]
363                 rewrite flag handling for folders
364
365 2003-03-18 [christoph]  0.8.11claws25
366
367         * src/folder.c
368         * src/procmsg.c
369         * src/summaryview.c
370                 unset NEW and UNREAD flags when message is ignored, to make
371                 sure messages don't show up as unread on other IMAP clients,
372                 because the IGNORE_THREAD flag can not be syncronized through
373                 the IMAP folder
374
375 2003-03-17 [christoph]  0.8.11claws24
376
377         * src/imap.c
378                 don't use recursion to fetch uids when the number of messages
379                 does not match. Moved code into subfunction that is used
380                 again when needed, to prevent an endless loop.
381
382 2003-03-17 [thorsten]   0.8.11claws23
383
384         * src/imageview.[ch]
385                 export imageview_get_resized_size() (for plugins)
386         * src/prefs_common.[ch]
387                 added prefs_common_get() (for plugins)
388
389 2003-03-17 [christoph]  0.8.11claws22
390
391         * src/imap.c
392                 o remove UID guessing from copy code
393                 o support UIDPLUS extension for APPEND command
394
395 2003-03-17 [paul]       0.8.11claws21
396
397         * src/gtk/about.c
398                 remove 'Compiled-plugins' section.
399                 
400         * src/plugins/dillo_viewer/dillo_viewer.c
401                 slight change to description text
402
403 2003-03-16 [match]      0.8.11claws20
404         * src/ldapserver.[ch]           ** NEW **
405         * src/ldapctrl.[ch]             ** NEW **
406         * src/ldapquery.[ch]            ** NEW **
407         * src/ldaputil.[ch]             ** NEW **
408         * src/addrcindex.[ch]           ** NEW **
409         * src/addrquery.h               ** NEW **
410         * src/addritem.[ch]
411         * src/addrcache.[ch]
412         * src/addrindex.[ch]
413         * src/addr_compl.[ch]
414         * src/addressbook.[ch]
415         * src/addrbook.[ch]
416         * src/editgroup.c
417         * src/editaddress.c
418         * src/editldap.c
419         * src/editldap_basedn.c
420         * src/vcard.c
421         * src/jpilot.c
422         * src/Makefile.am
423                 included dynamic LDAP queries. improved address
424                 completion.
425
426 2003-03-16 [paul]       0.8.11claws19
427
428         * tools/multiwebsearch.pl
429                 fix a fatal typo
430
431 2003-03-16 [christoph]  0.8.11claws18
432
433         * src/mimeview.c
434         * src/plugins/dillo_viewer/dillo_viewer.c
435         * src/plugins/mathml_viewer/mathml_viewer.c
436                 make unregistering of MimeViewerFactorys possible
437
438 2003-03-16 [alfons]     0.8.11claws17
439
440         * configure.ac
441                 correct typo
442
443 2003-03-16 [melvin]     0.8.11claws16
444
445         * src/plugins/dillo_viewer.c
446                 Fixed bug where it was not possible to view more than
447                 one text/html attachment per message (bug discovered
448                 by Christoph Hohmann).
449
450 2003-03-15 [melvin]     0.8.11claws15
451
452         * src/prefs_actions.c
453                 Fixed compilation warnings.
454
455 2003-03-15 [melvin]     0.8.11claws14
456
457         * src/plugins/Makefile.am
458         * src/plugins/dillo_viewer/.cvsignore                   ** NEW **
459         * src/plugins/dillo_viewer/Makefile.am                  ** NEW **
460         * src/plugins/dillo_viewer/dillo_viewer.c               ** NEW **
461                 Added a html mail viewer plugin that uses Dillo v0.7.0 or
462                 newer (http://dillo.auriga.wearlab.de/).
463
464 2003-03-15 [christoph]  0.8.11claws13
465
466         * src/imap.c
467                 don't query imap folder for attributes because we already
468                 for them from imap_status
469
470         * src/mimeview.[ch]
471                 add support for plugable MimeViewers (unloading Viewers
472                 not yet complete)
473
474         * src/plugins/Makefile.am
475         * src/plugins/mathml_viewer/.cvsignore          ** NEW **
476         * src/plugins/mathml_viewer/Makefile.am         ** NEW **
477         * src/plugins/mathml_viewer/mathml_viewer.c     ** NEW **
478                 add MathML Viewer (Content-Type text/mathml) using GtkMathView
479                 widget from http://helm.cs.unibo.it/mml-widget/
480
481 2003-03-14 [christoph]  0.8.11claws12
482
483         * src/folder.[ch]
484                 o error return code's should better be negative
485                 o replace printf with debug_print
486
487         * src/imap.c
488                 improve IMAP folder scan by checking UID-NEXT
489
490         * src/summaryview.c
491                 remove check that are unnecessary in my opinion
492
493 2003-03-13 [christoph]  0.8.11claws11
494
495         * src/folder.[ch]
496         * src/foldersel.c
497         * src/folderview.c
498         * src/imap.c
499         * src/mbox_folder.c
500         * src/mh.c
501         * src/news.c
502         * src/prefs_scoring.c
503         * src/summaryview.c
504                 use a common function to get a displayable name
505                 for a FolderItem
506
507 2003-03-13 [paul]       0.8.11claws10
508
509         * tools/Makefile.am
510           tools/README
511           tools/multiwebsearch.conf     ** NEW FILE **
512           tools/multiwebsearch.pl       ** NEW FILE **
513                 add multiwebsearch Actions script
514
515 2003-03-13 [colin]      0.8.11claws9
516
517         * src/compose.c
518                 Remove leading emtpy lines from quoted text
519                 before quoting it
520
521 2003-03-13 [melvin]     0.8.11claws8
522
523         * src/prefs_actions.c
524                 Fixed a memory leak
525                 Code clean ups
526                 Added Cancel and OK buttons
527                 Corrected help text
528
529 2003-03-13 [christoph]  0.8.11claws7
530
531         * src/account.c
532         * src/folder.[ch]
533         * src/imap.c
534         * src/mainwindow.c
535         * src/mbox_folder.c
536         * src/mh.c
537         * src/news.c
538         * src/setup.c
539                 replace more folder type stuff with folder class stuff
540
541 2003-03-13 [melvin]     0.8.11claws6
542
543         * src/prefs_actions.c
544                 Added new tokens:
545                 %u: user provided argument
546                 %h: user provided argument (hidden on input)
547                 %s: current text selection in the message view 
548
549 2003-03-13 [paul]       0.8.11claws5
550
551         * sync with 0.8.11cvs5
552                 see ChangeLog 2003-03-11, 2003-03-12
553
554 2003-03-12 [christoph]  0.8.11claws4
555
556         * src/folder.c
557                 use folder class idstr when writing folderlist.xml
558
559         * src/folder.h
560         * src/imap.c
561         * src/news.c
562                 replace folder type checks with folder class checks
563
564 2003-03-12 [christoph]  0.8.11claws3
565
566         * src/folder.[ch]
567         * src/imap.[ch]
568         * src/main.c
569         * src/mbox_folder.[ch]
570         * src/mh.[ch]
571         * src/news.[ch]
572                 o create a list of known folder classes in the folder system
573                 o use folder class id strings for folder item identifiers
574
575 2003-03-12 [christoph]  0.8.11claws2
576
577         * src/imap.c
578                 fix imap uid validity check
579
580 2003-03-12 [christoph]  0.8.11claws1
581
582         * src/account.c
583         * src/folder.[ch]
584         * src/foldersel.c
585         * src/folderview.c
586         * src/imap.c
587         * src/mainwindow.c
588         * src/mbox_folder.c
589         * src/mh.c
590         * src/news.c
591         * src/prefs_scoring.c
592         * src/procmsg.c
593         * src/setup.c
594         * src/summaryview.c
595                 initial restructuring of folder system, seperating
596                 folders and folder classes
597
598 2003-03-12 [paul]       0.8.11claws
599
600         0.8.11claws release
601
602 2003-03-12 [christoph]
603
604         * src/gtk/prefswindow.c
605                 fix translation of "Page Index"
606
607 2003-03-12 [paul]       0.8.10claws110
608
609         a sync from 0.8.11cvs4 before the release
610
611         * src/common/utils.c
612                 subject_compare_for_sort(): allow null strings (fixes
613                 summary sorting).
614
615 2003-03-11 [paul]       0.8.10claws109
616
617         * po/es.po
618                 update Spanish translation, submitted by
619                 Ricardo Mones Lastra
620
621 2003-03-11 [melvin]     0.8.10claws108
622
623         * po/fr.po
624                 Updated French translations
625
626 2003-03-11 [paul]       0.8.10claws107
627
628         * manual/en/Makefile.am
629           manual/en/*.html
630                 update English manual, add a new page
631                 updated by Francois Barriere <fbarriere@atmel.fr>
632                 
633         * po/bg.po
634           po/it.po
635           po/sr.po
636                 update Bulgarian, Italian, and Serbian translations
637                 submitted by George Danchev, Alessandro Maestri, and
638                 Urke MMI
639
640 2003-03-10 [paul]       0.8.10claws106
641
642         * src/gtk/about.c
643           src/gtk/prefswindow.c
644                 make some strings translatable
645
646 2003-03-10 [darko]      0.8.10claws105
647
648         * src/compose.c
649                 code cleanup to make Hiro happy
650
651 2003-03-10 [paul]       0.8.10claws104
652
653         * sync with 0.8.11cvs2
654                 see ChangeLog 2003-03-10
655
656 2003-03-09 [melvin]     0.8.10claws103
657
658         * src/textview.c
659                 textview_set_font(): fix for message display in
660                 UTF-8 locales (thanks to Sergey Vlasov).
661                 (was unintentionnaly reverted in 0.8.6claws6)   
662
663 2003-03-08 [darko]      0.8.10claws102
664
665         * src/compose.c
666                 fix infinite loop in wrapping as reported
667                 by happycactus
668                 obsoletes patch #696482
669
670 2003-03-08 [christoph]  0.8.10claws101
671
672         * src/imap.c
673                 add workaround for IMAP servers that do not
674                 support the "UID SEARCH UID" command
675
676 2003-03-07 [christoph]  0.8.10claws100
677
678         * src/plugins/spamassassin/spamassassin.[ch]
679         * src/plugins/spamassassin/spamassassin_gtk.c
680                 code cleanup
681
682 2003-03-07 [paul]       0.8.10claws99
683
684         * po/es.po
685                 updated Spanish translation, submitted by
686                 Ricardo Mones Lastra
687
688 2003-03-07 [christoph]  0.8.10claws98
689
690         * src/send.c
691                 fix in 0.8.10claws94 was wrong
692                 local delivery does not require escaping, remove escaping
693                 code to make signatures of mails with "." lines valid
694                 
695                 NOTE: requires that sendmail is executed with "-i" option,
696                       what is the default now, but has to be changed in all
697                       exsiting accounts)
698
699 2003-03-07 [paul]       0.8.10claws97
700
701         * sync with 0.8.11 release
702                 see ChangeLog 2003-03-07
703
704 2003-03-06 [paul]       0.8.10claws96
705
706         * src/compose.c
707                 revert commit 0.8.10claws92
708
709 2003-03-06 [paul]       0.8.10claws95
710
711         * src/folderview.c
712                 fix (solaris) bug 73, 'Crash when selecting top-level folder'
713
714         * src/gtkaspell.c
715                 fix bug 74, 'Crash opening editor window with pseudo-color
716                 display'
717                 
718         Patches submitted by Kevin Vigor <kevin@vigor.nu>
719
720 2003-03-06 [christoph]  0.8.10claws94
721
722         * src/send.c
723                 fix rfc2821 (4.5.2) violation in SMTP data sending,
724                 all lines starting with a period get an extra period
725                 inserted
726                 (found by Simon 'corecode' Schubert)
727
728 2003-03-06 [paul]       0.8.10claws93
729
730         * src/folderview.c
731                 if configured font can't be loaded fall back to gtk
732                 default. (with thanks to Christoph)
733                 
734                 closes long-standing bug 15 'Crashes on startup'
735
736 2003-03-06 [paul]       0.8.10claws92
737
738         * src/compose.c
739                 freeze text before autosave and thaw afterwards
740                 fixes bug 67 'autosave make re-rediting message crazy'
741
742 2003-03-06 [christoph]  0.8.10claws91
743
744         * src/compose.c
745                 ignore address comment in dupe check for Cc-list
746
747         (closes reopened bug 47 Replying to message strips name part of
748          e-mail addresses of Cc: lines)
749
750 2003-03-06 [paul]       0.8.10claws90
751
752         * src/Makefile.am
753                 remove reference to gtkxtext.h as its no longer in
754                 the repository
755
756 2003-03-06 [paul]       0.8.10claws89
757
758         * sync with 0.8.10cvs25
759                 see ChangeLog 2003-03-06
760
761 2003-03-06 [oliver]     0.8.10claws88
762         
763         * src/messageview.c
764                 remove include
765
766 2003-03-06 [oliver]     0.8.10claws87
767         
768         * src/folderview.c 
769                 remove changes introduced inclaws74
770         * src/messageview.c
771                 another attempt to sanely delete and update
772                 messages deleted in separate messageview
773
774 2003-03-05 [christoph]  0.8.10claws86
775
776         * src/summaryview.c
777                 check if "From" matches any account's address if
778                 addressbook completion of addresses is disabled too
779
780         (closes Bug 70 "Display recipient in from" doesn't check
781          folder's default account)
782
783 2003-03-05 [christoph]  0.8.10claws85
784
785         * src/compose.c
786         * src/common/utils.[ch]
787                 don't strip address comments when building Cc lists
788
789         (closes Bug 47 Replying to message strips name part of e-mail addresses
790          of Cc: lines)
791
792         * src/folder.c
793                 fix return value of copy function
794
795 2003-03-05 [christoph]  0.8.10claws84
796
797         * src/imap.c
798                 don't ask imap server for non rfc822 headers
799
800         (closes bug 71 IMAP FETCH asks for FROM header field twice)
801
802         * src/imap.c
803                 destroy session on socket error to allow reconnecting
804
805 2003-03-05 [christoph]  0.8.10claws83
806
807         * configure.ac
808                 fix building with gnome when no prefix is set
809
810         (closes bug 66 Gnome directory is set to NONE)
811
812 2003-03-05 [paul]       0.8.10claws82
813
814         * sync with 0.8.10cvs23
815                 see ChangeLog 2003-03-05
816
817 2003-03-04 [christoph]  0.8.10claws81
818
819         * src/folder.c
820                 o fix moving and copying when folder returns 0 for new
821                   message number
822                 o remove some code for single message copy and move
823                   operations and use functions for multiple messages
824
825         (closes bug 63 Strange behaviour MOVING messages from MH to IMAP)
826
827         * src/news.c
828                 remove unused include
829
830 2003-03-04 [paul]       0.8.10claws80
831
832         * src/gtk/about.c
833                 list 'Compiled plugins'
834
835 2003-03-03 [christoph]  0.8.10claws79
836
837         * src/news.[ch]
838                 have to multiply the percentage of the current fetch with
839                 the percentage that it has of the total fetch operation
840                 for correct values
841
842 2003-03-03 [christoph]  0.8.10claws78
843
844         * src/news.c
845                 fix calculation of expected lines for progress indicator
846
847 2003-03-03 [christoph]  0.8.10claws77
848
849         * src/summaryview.c
850         * src/common/utils.c
851                 fix segfault when opening the root news folder
852
853 2003-03-03 [christoph]  0.8.10claws76
854
855         * src/mainwindow.[ch]
856         * src/common/Makefile.am
857         * src/common/progressindicator.[ch]
858                 add UI independent progress indicator handling
859
860         * src/news.[ch]
861                 use new progress indicator for message info fetching
862
863         * src/common/hooks.h
864                 code cleanup
865
866 2003-03-03 [oliver]     0.8.10claws75
867
868         * src/toolbar.c
869         * src/compose.c
870                 removed commented code
871
872 2003-03-03 [oliver]     0.8.10claws74
873
874         * src/toolbar.[ch]
875                 cleanups and refactoring
876         * src/compose.[ch]
877                 compose_reply_mode reply & forwarding interface for
878                 toolbar buttons
879         * src/folderview.c
880                 act on messages marked for deletion in folderview_selected
881                 based on prefs_common.immediate_exec since a message might 
882                 have been deleted by messageview in a folder we are changing 
883                 to (does anybody understand what I'm on about ?)
884
885 2003-03-03 [oliver]     0.8.10claws73
886         
887         * src/messageview.[ch]
888                 new functions
889                 - messageview_delete: delete message shown in messagview
890                 - messageview_update_view: update messageview to currently 
891                   selected summaryview message
892                 - add separate messageview to msgview_list in order to update 
893                   toolbar to new toolbar style on the fly (TOOLBAR_NONE, TOOLBAR_ICON etc.)
894         * src/summaryview.[ch]
895                 summary_get_selection returns a list of selected msgs
896                 in summaryview
897         * src/mainwindow.c
898                 toolbar reply refactoring
899
900 2003-03-03 [paul]       0.8.10claws72
901
902         * sync with 0.8.10cvs21
903                 see ChangeLog 2003-03-03
904
905 2003-03-02 [christoph]  0.8.10claws71
906
907         * src/common/passcrypt.c
908                 use POSIX includes
909
910 2003-03-02 [christoph]  0.8.10claws70
911
912         * configure.ac
913         * src/prefs_account.c
914         * src/prefs_gtk.[ch]
915         * src/common/.cvsignore
916         * src/common/Makefile.am
917         * src/common/passcrypt.c                ** NEW **
918         * src/common/passcrypt.h.in             ** NEW **
919                 Implement password encryption in config files
920                 using unix encrypt and setkey functions. The crypt
921                 key can be set as a configure parameter. Old
922                 passwords will be converted if they do not begin
923                 with '!'
924
925 2003-03-02 [paul]       0.8.10claws69
926
927         * src/prefs_account.c
928                 fix compile error
929
930 2003-03-01 [thorsten]   0.8.10claws68
931
932         * po/el.po
933           po/hr.po
934           po/it.po
935           po/nl.po
936           po/sr.po
937           po/sv.po
938                 corrected format strings
939         * po/en_GB.po
940                 corrected headers
941                 (fix compile errors with GNU gettext-0.11.5)
942
943 2003-03-01 [oliver]     0.8.10claws67
944
945         * src/summaryview.c
946                 menu callbacks call toolbar_menu_reply
947
948 2003-03-01 [oliver]     0.8.10claws66
949
950         * src/mainwindow.c
951         * src/messageview.c
952                 menu callbacks call toolbar_menu_reply
953         * src/toolbar.[ch]
954                 callbacks from menu handled by toolbar_menu_reply
955
956 2003-03-01 [paul]       0.8.10claws65
957
958         * src/addressbook.c
959                 revert commit 0.8.10claws54 - breaks editing of
960                 addressbook.
961                 
962         * po/bg.po
963                 update Bulgarian translation, submitted by
964                 George Danchev
965
966 2003-02-28 [christoph]  0.8.10claws64
967
968         * src/account.c
969         * src/addressadd.c
970         * src/compose.c
971         * src/gtkaspell.c
972         * src/gtkxtext.h                ** REMOVE **
973         * src/imap.c
974         * src/matcher.[ch]
975         * src/mh.c
976         * src/news.c
977         * src/pine.c
978         * src/prefs_common.c
979         * src/prefs_matcher.c
980         * src/procheader.[ch]
981         * src/procmsg.[ch]
982         * src/toolbar.c
983         * src/common/ssl_certificate.c
984         * src/gtk/colorlabel.c
985         * src/gtk/menu.c
986                 o fix warnings
987                 o remove code obsoleted by new cache and folder system rework
988
989 2003-02-28 [oliver]     0.8.10claws63
990         
991         * src/toolbar.[ch]
992                 * fix bug where reply in Messageview replied to 
993                 Message displayed in summaryview
994                 (reportedd via ML by chinatinte at gmx dot ch)
995                 * fix bug where toolbar popups (WITH_QUOTE, WITHOUT_QOUTE)
996                 didn't work in separate MessageView Toolbar
997                 (wondering if anybody uses this at all ?)
998         * src/summaryview.[ch]
999                 use toolbar.c's toolbar_reply instead of summary_reply (removed)
1000                 (generalize reply and forward code);
1001         * src/messageview.c 
1002                 remove focus_in event which updated summaryview to messageview
1003
1004 2003-02-28 [paul]       0.8.10claws62
1005
1006         * po/Makefile.in.in
1007                 add the --check option
1008                 Patch submitted by Ricardo Mones Lastra
1009
1010 2003-02-28 [paul]       0.8.10claws61
1011
1012         * src/prefs_account.c
1013                 re-order 'Signature' items
1014
1015 2003-02-28 [paul]       0.8.10claws60
1016
1017         * sync with 0.8.10cvs20
1018                 see ChangeLog 2003-02-28
1019
1020 2003-02-28 [paul]       0.8.10claws59
1021
1022         * po/POTFILES.in
1023                 update to reflect recent movement of files
1024
1025 2003-02-28 [paul]       0.8.10claws58
1026
1027         * sync with 0.8.10cvs19
1028                 see ChangeLog 2003-02-28
1029
1030 2003-02-27 [martin]     0.8.10claws57
1031
1032         * src/prefs_matcher.c 
1033                 fix segfault in prefs_matcher_ok() when the
1034                 last entry is deleted and prevents that the
1035                 message "entry not saved" comes up after deleting
1036                 an entry
1037
1038 2003-02-27 [martin]     0.8.10claws56
1039
1040         * src/prefs_filtering.c 
1041                 fix segfault in prefs_filtering_ok() when the
1042                 last entry is deleted and prevents that the
1043                 message "entry not saved" comes up after deleting
1044                 an entry
1045
1046 2003-02-27 [paul]       0.8.10claws55
1047
1048         * sync with 0.8.10cvs18
1049                 see ChangeLog 2003-02-27
1050
1051 2003-02-27 [paul]       0.8.10claws54
1052
1053         * src/addressbook.c
1054                 fix bug where the address book crashes with 
1055                 multiple lookups.
1056                 Patch [687729] submitted by David Frager 
1057                 <dbfrager@users.sourceforge.net>
1058
1059 2003-02-25 [christoph]  0.8.10claws53
1060
1061         * src/Makefile.am
1062         * src/colorlabel.[ch]           ** REMOVE **
1063         * src/gtk/Makefile.am
1064         * src/gtk/colorlabel.[ch]       ** NEW **
1065                 move colorlabel files to gtk directory
1066
1067         * src/esmtp.[ch]                ** REMOVE **
1068                 has been merged into smtp.[ch] in 0.7.5
1069
1070 2003-02-25 [christoph]  0.8.10claws52
1071
1072         * src/Makefile.am
1073         * src/about.[ch]                ** REMOVE **
1074         * src/gtk/Makefile.am
1075         * src/gtk/about.[ch]            ** NEW **
1076                 move about files to gtk directory
1077
1078 2003-02-25 [christoph]  0.8.10claws51
1079
1080         * src/folder.c
1081                 some code optimization of folder scanning code
1082
1083         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx> 
1084
1085 2003-02-25 [christoph]  0.8.10claws50
1086
1087         * src/main.c
1088         * src/common/sylpheed.c
1089                 add command line parameter parsing to common code
1090
1091 2003-02-24 [christoph]
1092
1093         * Makefile.am
1094         * configure.ac
1095                 fix gnome prefix problems, the configure script now removed
1096                 `gnome-config --prefix` from `gnome-config --datadir`
1097                 and adds $(prefix} instead
1098
1099         (closes Bug 24 Makefile does not respect prefix when installing
1100          GNOME data)
1101
1102 2003-02-24 [christoph]  0.8.10claws49
1103
1104         * src/news.c
1105                 check for valid session before trying to authenticate
1106
1107         (closes Bug 60 crash if "authenticate on logon" is activated
1108          and newsserver-hostname is not valid)
1109
1110 2003-02-24 [melvin]     0.8.10claws48
1111
1112         * src/prefs_actions.c
1113                 Make sure all user's input is sent to the action and then
1114                 close the socket..
1115
1116 2003-02-23 [alfons]     0.8.10claws46
1117
1118         * src/summaryview.c
1119                 also wait cursor when deleting files
1120
1121 2003-02-23 [paul]
1122
1123         * tools/freshmeat_search.pl
1124           tools/google_search.pl
1125                 scripts should now work for any browser/browser command line
1126
1127 2003-02-22 [christoph]  0.8.10claws45
1128
1129         * src/procmsg.c
1130                 fix IMAP flag setting, IMAP flag is not handled correctly
1131                 anymore by the folder system and information about the
1132                 folder should not be saved in the MsgInfo (in my opinion)
1133
1134         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
1135
1136 2003-02-22 [christoph]  0.8.10claws44
1137
1138         * src/summaryview.c
1139                 fix spelling of "label" ;-)
1140
1141 2003-02-22 [thorsten]   0.8.10claws43
1142
1143         * src/mimeview.c
1144           src/prefs_common.[ch]
1145           src/procmime.[ch]
1146                 do not use description as attachment name
1147
1148 2003-02-22 [alfons]     0.8.10claws42
1149
1150         * src/summaryview.c
1151                 freeze/thaw folder item updates when changing color labels,
1152                 and put a wait cursors on
1153
1154 2003-02-22 [thorsten]   0.8.10claws41
1155
1156         * src/mimeview.c
1157                 save-all fixes: crash if invoked on multipart container,
1158                 mimeinfo access, pathseparators, error dialog
1159
1160 2003-02-21 [alfons]     0.8.10claws40
1161
1162         * src/prefs_gtk.c
1163                 remove unused var
1164
1165 2003-02-21 [colin]      0.8.10claws39
1166
1167         * src/send.c
1168                 Fix smtp logging
1169
1170 2003-02-21 [colin]      0.8.10claws38
1171
1172         * src/summaryview.c
1173                 Freeze/thaw folderItem updates when filtering messages 
1174                 via Tools/Filter messages
1175
1176 2003-02-21 [paul]       0.8.10claws37
1177
1178         * src/compose.c
1179                 revert commit 0.8.10claws26, there are ulterior motives
1180                 for users to set a Reply-To header when posting to
1181                 newsgroups
1182
1183 2003-02-21 [paul]       0.8.10claws36
1184
1185         * sync with 0.8.10cvs17
1186                 see ChangeLog 2003-02-21
1187
1188 2003-02-20 [christoph]  0.8.10claws35
1189
1190         * src/imap.c
1191                 IMAP UID fetch speedup using SEARCH
1192
1193         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
1194
1195         * src/imap.c
1196                 fix problem with UIDs in IMAP UID cache that no longer existed
1197
1198 2003-02-20 [christoph]  0.8.10claws34
1199
1200         * src/imap.c
1201         * src/procheader.c
1202         * src/procheader.h
1203                 IMAP header fetch speedup (fetch only headers cached in MsgInfo)
1204
1205         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
1206
1207         * src/imap.c
1208                 Rewrite imap_cmd_gen_recv use sock_getline instead
1209                 of sock_gets to avoid problems with too long reply
1210                 lines
1211     
1212 2003-02-20 [colin]      0.8.10claws33
1213         
1214         * src/prefs_account.c
1215                 Better wording
1216
1217 2003-02-20 [colin]      0.8.10claws32
1218
1219         * src/compose.c
1220                 Remove useless '&& !to_sender' 
1221
1222 2003-02-20 [darko]
1223
1224         * AUTHORS
1225                 change my e-mail address
1226
1227 2003-02-19 [colin]      0.8.10claws31
1228
1229         * src/prefs_common.c
1230                 X11 style colors for every configurable color
1231
1232 2003-02-19 [alfons]     0.8.10claws30
1233
1234         * src/prefs_gtk.[ch]
1235         * src/prefs_common.c
1236                 for color_new accept both plain integers and X11 style color
1237                 names (as found in /usr/lib/X11/rgb.txt)
1238
1239 2003-02-19 [paul]       0.8.10claws29
1240
1241         * src/mainwindow.c
1242                 add tooltips to online/offline button and account selector
1243                 button
1244
1245 2003-02-19 [paul]       0.8.10claws28
1246
1247         * src/folder.c
1248           src/news.c
1249           src/prefs_account.[ch]
1250           src/prefs_common.[ch]
1251                 move 'Maximum number of articles to download' to
1252                 account prefs.
1253                 clean up account prefs gui a little by hiding entries
1254                 rather then greying out entries
1255
1256 2003-02-19 [hiro]       0.8.10claws27
1257
1258         * src/common/utils.c
1259                 fix bug #54 'yesterdays date is displayed in the message 
1260                 summary window'
1261
1262 2003-02-19 [paul]       0.8.10claws26
1263
1264         * src/compose.c
1265                 fix bug reported in Feature Request [688596] 
1266                 'Reply-to header in news'
1267
1268 2003-02-18 [paul]       0.8.10claws25
1269
1270         * src/select-keys.c
1271                 add a 'List all keys' button to key selection dialog
1272
1273 2003-02-18 [colin]      0.8.10claws24
1274         
1275         * src/stock_pixmap.c
1276                 fix compile error
1277
1278 2003-02-18 [colin]      0.8.10claws23
1279
1280         * src/common/smtp.[ch]
1281           src/prefs_account.c
1282                 Try to starttls if it seems to be the only
1283                 way to authenticate a user
1284
1285 2003-02-18 [paul]       0.8.10claws22
1286
1287         * src/Makefile.am
1288           src/folderview.c
1289           src/stock_pixmap.[ch]
1290           src/pixmaps/drafts_close.xpm  ** NEW FILE **
1291           src/pixmaps/drafts_open.xpm   ** NEW FILE **
1292                 as a Drafts folder is a special folder allow it to have
1293                 its own unique icons
1294
1295 2003-02-18 [colin]      0.8.10claws21
1296
1297         * src/imap.c
1298                 Fix port selection when using starttls
1299
1300 2003-02-18 [paul]       0.8.10claws20
1301
1302         * src/mainwindow.c
1303           src/prefs_common.[ch]
1304                 make blue the default new mail colour
1305
1306 2003-02-18 [paul]       0.8.10claws19
1307
1308         * sync with 0.8.10cvs14
1309                 see ChangeLog 2003-02-18
1310
1311 2003-02-17 [jens]       0.8.10claws18
1312
1313         * src/common/md5.c
1314                 fixed a compile problem with gcc 3.3
1315                 works on 2.95.3 too (testet on PPC as it is big endian)
1316
1317 2003-02-17 [paul]       0.8.10claws17
1318
1319         * sync with 0.8.10cvs13
1320                 see ChangeLog 2003-02-17
1321
1322 2003-02-17 [paul]       0.8.10claws16
1323
1324         * sync with 0.8.10cvs12
1325                 see ChangeLog 2003-02-17
1326
1327 2003-02-16 [match]      0.8.10claws15
1328
1329         * src/addressbook.c
1330                 Eliminates reloading of address data when items
1331                 deleted or added. Applied submitted by
1332                 Luke Plant <lukeplant@softhome.net>
1333
1334 2003-02-16 [paul]       0.8.10claws14
1335
1336         * src/news.c
1337                 when a 'protocol error' is encountered disconnect from
1338                 the server. This means that the user can carry on viewing
1339                 other articles and doesn't have to either wait until the
1340                 server timesout or quit sylpheed.
1341                 Fixes bug #53 'Unable to read messages in newsgroups, 
1342                 displayed message doesn't change'
1343
1344 2003-02-15 [christoph]  0.8.10claws13
1345
1346         * src/imap.c
1347                 fix bug that stopped scanning of folders when an
1348                 IMAP folder was empty
1349
1350         (closes bug 46 stop scan messages in folders after empty folder)
1351
1352 2003-02-15 [paul]
1353
1354         * tools/Makefile.am
1355           tools/README
1356           tools/freshmeat_search.pl     ** NEW FILE **
1357           tools/google_search.pl        ** NEW FILE **
1358                 Add 2 Actions scripts which search freshmeat/google
1359                 for the selected text using the browser configured
1360                 in sylpheedrc.
1361                 
1362         Note: These scripts are very dependent on the format of the
1363         browser command and may not work on every occasion. Testing
1364         is welcome. 
1365
1366 2003-02-14 [alfons]     0.8.10claws12
1367
1368         * src/compose.c
1369                 fix breakage because of uninitialized account pointer.
1370                 please verify.
1371
1372 2003-02-14 [paul]       0.8.10claws11
1373
1374         * src/compose.c
1375           src/prefs_account.[ch]
1376           src/prefs_common.[ch]
1377                 move signature settings to Account Prefs
1378
1379 2003-02-14 [paul]       0.8.10claws10
1380
1381         * sync with 0.8.10cvs11
1382                 see ChangeLog 2003-02-14
1383
1384 2003-02-13 [thorsten]   0.8.10claws9
1385
1386         * src/news.c
1387                 revert news progressbar (GUI separation)
1388
1389 2003-02-13 [paul]       0.8.10claws8
1390
1391         * src/compose.c
1392                 make replies behave correctly, re: RFC 1036, Section 2.2.3,
1393                 paragraph 1
1394
1395 2003-02-13 [paul]       0.8.10claws7
1396
1397         * src/compose.[ch]
1398           src/summaryview.c
1399                 fix 'Follow-up and Reply-to' so that it creates a reply to
1400                 the newsgroup and the sender. If the message has the keyword
1401                 'poster' in the Followup-To header, all replies go to the
1402                 sender, re: RFC 1036, Section 2.2.3
1403                 rename all instances of 'ignore_replyto' to 'to_sender', both
1404                 were previously used, now we use just one.
1405
1406 2003-02-13 [paul]       0.8.10claws6
1407
1408         * sync with 0.8.10cvs9
1409                 see ChangeLog 2003-02-13
1410
1411 2003-02-13 [paul]       0.8.10claws5
1412
1413         * configure.ac
1414                 show which plugins are configured in the configure
1415                 output.
1416
1417 2003-02-12 [thorsten]   0.8.10claws4
1418
1419         * src/news.c
1420                 show progress while fetching news headers
1421
1422 2003-02-12 [christoph]  0.8.10claws3
1423
1424         * configure.ac
1425         * src/plugins/Makefile.am
1426                 use AM_CONDITIONAL to enable plugins, automake correctly
1427                 manages this when creating distdir
1428
1429 2003-02-12 [christoph]  0.8.10claws2
1430
1431         * ac/spamassassin.m4
1432         * src/plugins/spamassassin/Makefile.am
1433                 fix building SpamAssassin plugin without OpenSSL
1434
1435 2003-02-12 [paul]       0.8.10claws1
1436
1437         * ac/Makefile.am
1438           src/Makefile.am
1439           src/plugins/Makefile.am
1440                 fix failure of 'make release'
1441
1442 2003-02-12 [paul]       0.8.10claws
1443
1444         * 0.8.10claws released
1445
1446 2003-02-12 [paul]       0.8.9claws56
1447
1448         * po/bg.po
1449           po/es.po
1450           po/it.po
1451           po/ru.po
1452           po/sr.po
1453                 updated translations by George Danchev, Ricardo Mones Lastra,
1454                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively
1455                 
1456         * sylpheed.spec.in
1457                 Allow the building of RPMs by a regular user. Submitted
1458                 by Sergei Astanin
1459
1460 2003-02-11 [alfons]     0.8.9claws55
1461
1462         * src/colorlabel.c
1463                 don't use pixmaps for label color rect but draw rectangles
1464                 so we can respect the color map of palette based visuals
1465                 (fixes the long time crashes on Suns - thanks to Andreas
1466                 Engel and Steve O'Hara-Smith for testing)
1467
1468 2003-02-11 [christoph]  0.8.9claws54
1469
1470         * src/matcher_parser_parse.y
1471                 correct bug where filering rules of not existing folders in
1472                 matcherrc were added to global filtering
1473                 
1474         (closes Debian Bug #180253 - Directory's filter-rules are merged with
1475          main filter-rules after removing directory, http://bugs.debian.org/180253)
1476         
1477 2003-02-11 [paul]       0.8.9claws53
1478
1479         * sync with 0.8.10cvs7
1480                 see ChangeLog 2003-02-09
1481
1482 2003-02-11 [melvin]     0.8.9claws52
1483
1484         * po/fr.po
1485                 Updated French tranlsations
1486
1487 2003-02-10 [paul]       0.8.9claws51
1488
1489         * sylpheed.spec.in
1490                 correct --enable-openssl
1491                 Fix submitted by Sergei Astanin <asita@users.sourceforge.net>
1492
1493 2003-02-09 [martin]     0.8.9claws50
1494
1495         * src/prefs_matcher.c
1496                 fix segfault in prefs_matcher_substitute_cb() when
1497                 no row is selected
1498
1499 2003-02-09 [paul]       0.8.9claws49
1500
1501         * src/folderview.c
1502                 fix bug where a newsgroup folder's processing rules were
1503                 merged with the global filtering rules when the newsgroup
1504                 folder was deleted, causing some seriously bad results,
1505                 see <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=180253>
1506
1507 2003-02-08 [melvin]     0.8.9claws48
1508
1509         * src/compose.c
1510                 Corrected and modified an alert message.
1511
1512 2003-02-07 [paul]       0.8.9claws47
1513
1514         * src/folderview.c
1515                 fix bug where both an 'Account properties' window and a
1516                 'Folder properties' window were opened when clicking on
1517                 'Properties' in an NNTP or IMAP folder's popup menu.
1518
1519 2003-02-07 [paul]       0.8.9claws46
1520
1521         * sync with 0.8.10cvs6
1522                 see ChangeLog 2003-02-06
1523
1524 2003-02-06 [christoph]  0.8.9claws45
1525
1526         * src/mbox.c
1527                 freeze folder updates while importing mbox files
1528                 (closes bug 43 importing mbox took hours)
1529                 
1530         Patch submitted by Jens Rantil <jens.rantil@telia.com>
1531
1532 2003-02-06 [thorsten]   0.8.9claws44
1533
1534         * po/de.po
1535                 Updated german translations
1536
1537 2003-02-06 [thorsten]   0.8.9claws43
1538
1539         * src/news.h
1540                 use guint for message numbers (fix count in grouplist dialog)
1541
1542 2003-02-05 [paul]       0.8.9claws42
1543
1544         * sync with 0.8.10cvs2
1545                 see ChangeLog 2003-02-05
1546
1547 2003-02-04 [colin]      0.8.9claws41
1548
1549         * src/prefs_common.[ch]
1550           src/procmsg.c
1551           src/summaryview.c
1552                 Add an option to disable threading by subject
1553
1554 2003-02-04 [christoph]  0.8.9claws40
1555
1556         * src/inc.c
1557                 only abort fetching mails from multiple accounts when the
1558                 error is fatal and does not allow to check any more accounts
1559                 (currently only disk full error)
1560
1561         (closes bug 31 after POP3 error: "no such mail" Sylpheed does not
1562          receive mails for other accouts)
1563
1564 2003-02-04 [christoph]  0.8.9claws39
1565
1566         * src/folder.c
1567                 first add the new message to the cache, then
1568                 send the update notification
1569
1570         (closes bug 39 after sending message folderview doesnt get updated)
1571
1572 2003-02-04 [colin]      0.8.9claws38
1573
1574         * src/inc.c
1575                 _really_ fix this Connecting... status
1576
1577 2003-02-04 [paul]       0.8.9claws37
1578
1579         * sync with 0.8.10
1580                 see ChangeLog 2003-02-04
1581
1582 2003-02-04 [paul]       0.8.9claws36
1583
1584         * sync with 0.8.9cvs6
1585                 see ChangeLog 2003-02-03
1586
1587 2003-02-04 [paul]       0.8.9claws35
1588
1589         * po/pt_BR.po
1590                 updated by André Filipe de Assunção e Brito 
1591                 <bedecko@netsite.com.br>
1592
1593 2003-02-03 [thorsten]   0.8.9claws34
1594
1595         * po/de.po
1596                 Updated german translations
1597
1598 2003-02-02 [paul]       0.8.9claws33
1599
1600         * po/es.po
1601                 updated by Ricardo Mones Lastra
1602
1603 2003-02-02 [thorsten]   0.8.9claws32
1604
1605         * src/mh.c
1606                 Fix mh_get_msginfo() segfault if file is inaccessible
1607
1608 2003-01-31 [colin]      0.8.9claws31
1609
1610         * src/procheader.c
1611                 Fix last commit's bug
1612
1613 2003-01-31 [colin]      0.8.9claws30
1614
1615         * src/procheader.c
1616                 Missing a change for gpg-signed messages
1617
1618 2003-01-31 [paul]       0.8.9claws29
1619
1620         * src/pixmaps/gpg_signed.xpm    ** NEW FILE **
1621           src/procheader.c
1622           src/stock_pixmap.[ch]
1623           src/summaryview.c
1624                 indicate GnuPG signed messages by displaying an icon
1625                 in the Attachment column.
1626
1627 2003-01-31 [paul]       0.8.9claws28
1628
1629         * sync with 0.8.9cvs4
1630                 see ChangeLog 2003-01-31
1631
1632 2003-01-31 [alfons]     0.8.9claws27
1633
1634         * src/textview.c
1635                 tune URI parser to accept mailto URLs with a '?'
1636                 (patch from Ruslan Balkin)
1637
1638 2003-01-31 [colin]      0.8.9claws26
1639
1640         * src/summaryview.c
1641                 Fix a leak introduced in claws24
1642
1643 2003-01-31 [colin]      0.8.9claws25
1644
1645         * src/summaryview.c
1646                 Freeze/Thaw folder updates when deleting dups
1647
1648 2003-01-31 [colin]      0.8.9claws24
1649         
1650         * src/addr_compl.c
1651           src/summaryview.c
1652           src/msgcache.c
1653                 little speed improvements
1654
1655 2003-01-31 [colin]      0.8.9claws23
1656
1657         * src/summaryview.c
1658                 Fix segfault when forwarding nothing
1659                 Patch from "Ruslan N. Balkin" <baron@voices.ru>
1660                 
1661 2003-01-30 [paul]       0.8.9claws22
1662
1663         * sync with 0.8.9cvs3
1664                 see ChangeLog 2003-01-30
1665
1666 2003-01-30 [paul]       0.8.9claws21
1667
1668         * sync with 0.8.9cvs2
1669                 see ChangeLog 2003-01-30
1670
1671 2003-01-29 [paul]       0.8.9claws20
1672
1673         * sync with 0.8.9cvs1
1674                 see ChangeLog 2003-01-29
1675
1676 2003-01-28 [paul]       0.8.9claws19
1677
1678         * po/POTFILES.in
1679                 update to reflect changes. 
1680                 thanks to Ricardo Mones Lastra
1681
1682 2003-01-27 [christoph]  0.8.9claws18
1683
1684         * ac/openssl.m4
1685         * ac/spamassassin.m4
1686         * src/plugins/spamassassin/README
1687         * src/plugins/spamassassin/libspamc.[ch]
1688         * src/plugins/spamassassin/utils.[ch]
1689                 updated to latest libspamc
1690
1691 2003-01-27 [christoph]  0.8.9claws17
1692
1693         * src/folder.c
1694                 fix wrong use of procheader_get_header_fields
1695
1696 2003-01-27 [christoph]  0.8.9claws16
1697
1698         * src/news.c
1699         * src/prefs_account.[ch]
1700         * src/common/nntp.[ch]
1701                 allow to force authentication for NNTP servers
1702
1703         Patch submitted by Florian Mickler <dmk@d-labs.de>
1704
1705 2003-01-26 [paul]       0.8.9claws15
1706
1707         * src/summaryview.c
1708                 speed up of marking messages as read
1709                 patch submitted by Jens Rantil <ztyx@users.sourceforge.net>
1710
1711 2003-01-26 [christoph]  0.8.9claws14
1712
1713         * src/Makefile.am
1714         * src/mgutils.[ch]              ** REMOVE **
1715         * src/xml.[ch]                  ** REMOVE **
1716         * src/xmlprops.[ch]             ** REMOVE **
1717         * src/common/Makefile.am
1718         * src/common/mgutils.[ch]       ** NEW **
1719         * src/common/xml.[ch]           ** NEW **
1720         * src/common/xmlprops.[ch]      ** NEW **
1721                 move xml files to common directory
1722
1723 2003-01-26 [christoph]  0.8.9claws13
1724
1725         * src/plugins/spamassassin/spamassassin_gtk.c
1726                 only set gtk entry text if string is available
1727
1728 2003-01-26 [melvin]     0.8.9claws12
1729
1730         * src/description_window.c
1731                 Allow resizing of the window
1732                 Allow automatic horizontal scroll bar
1733                 Do not vertically expand and fill
1734
1735 2003-01-26 [christoph]  0.8.9claws11
1736
1737         * src/Makefile.am
1738         * src/gtkutils.[ch]             ** REMOVE **
1739         * src/common/sylpheed.c
1740         * src/gtk/Makefile.am
1741         * src/gtk/description_window.c
1742         * src/gtk/gtkutils.[ch]         ** NEW **
1743         * src/gtk/prefswindow.c
1744                 move gtkutils to gtk directory
1745
1746 2003-01-26 [paul]       0.8.9claws10
1747
1748         * src/summaryview.c
1749                 rename summary_unread_clicked() to summary_status_clicked()
1750
1751 2003-01-26 [melvin]     0.8.9claws9
1752
1753         * src/prefs_actions.c
1754                 Cosmetical changes to the help text
1755
1756 2003-01-26 [paul]       0.8.9claws8
1757
1758         * src/folder.[ch]
1759           src/mainwindow.c
1760           src/prefs_common.c
1761           src/prefs_sumamry_column.c
1762           summaryview.[ch]
1763                 rename the 'Unread' column to 'Status'
1764
1765 2003-01-25 [match]      0.8.9claws7
1766
1767         * src/mgutils.[ch]
1768                 removed reference to LDAP constants. removed error2string.
1769                 included functions to support LDAP dynamic queries.
1770         * src/syldap.h
1771                 moved LDAP constants here.
1772         * src/addressbook.c
1773         * src/addrindex.c
1774         * src/importldif.c
1775                 removed references to LDAP constants and references to
1776                 error2string.
1777
1778 2003-01-25 [paul]       0.8.9claws6
1779
1780         * src/summaryview.c
1781                 summary_thread_build(), summary_thread_init(): remove 
1782                 unneeded reference to summaryview->folder_item
1783
1784 2003-01-25 [christoph]  0.8.9claws5
1785
1786         * src/gtk/description_window.c
1787                 o allow description texts to expand over multiple columns
1788                 o translate all columns
1789         * src/prefs_actions.c
1790                 change syntax description to use new multi column feature
1791
1792         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
1793
1794 2003-01-25 [match]      0.8.9claws4
1795
1796         * src/vcard.c
1797                 fixed bug with Quoted-Printable
1798
1799 2003-01-25 [paul]       0.8.9claws3
1800
1801         * src/folder.[ch]
1802           src/summaryview.[ch]
1803                 implement per-folder collapsed/expanded threads setting
1804                 
1805         * src/prefs_common.c
1806                 remove global collapsed/expanded threads option
1807
1808 2003-01-25 [christoph]  0.8.9claws2
1809
1810         * po/POTFILES.in
1811                 add pluginwindow and prefswindow
1812         * src/compose.c
1813                 make send respond correctly to messages that could be added
1814                 to the queue folder, but the UID of the message is unknown
1815         * src/folder.c
1816         * src/imap.c
1817                 don't return guessed UIDs in imap_add_msg anymore. We return
1818                 0 to tell the folder system it was appened but the UID is
1819                 unknown. Folder system now get's the UID by scaning the folder
1820                 and searching the cache for the Message-ID
1821                 (closes bug #29 Messages queued, but not sent)
1822
1823 2003-01-25 [paul]       0.8.9claws1
1824
1825         * src/codeconv.c
1826                 conv_encode_header():  fix bug when long headers with 8-bit
1827                 characters are used, so that the encoded words are wrapped.
1828                 If the space in the original text falls on the wrap boundary,
1829                 it can be lost.
1830                 Patch by Sergey Vlasov.
1831                 
1832         * src/folderview.c
1833                  fix bug where a change to the sorting method or thread view
1834                  of a folder's messages is lost if simpify-subject is set and
1835                  toggled on or off.
1836                  Patch by Luke Plant.
1837
1838 2003-01-24 [paul]       0.8.9claws
1839
1840         * sylpheed-0.8.9claws released
1841         
1842         * Makefile.am
1843           sylpheed.spec.in
1844                 remove reference to 'INSTALL.jp'
1845
1846 2003-01-23 [paul]       0.8.8claws128
1847
1848         * po/es.po
1849           po/it.po
1850           po/ru.po
1851           po/sr.po
1852                 updated translations. submitted by Ricardo Mones Lastra,
1853                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively.
1854
1855 2003-01-23 [colin]      0.8.8claws127
1856
1857         * src/compose.c
1858                 Fix drafted and queued news articles re-edition
1859
1860 2003-01-23 [melvin]     0.8.8claws126
1861
1862         * po/fr.po
1863                 Updated French translations
1864
1865 2003-01-23 [colin]      0.8.8claws125
1866
1867         * src/inc.c
1868                 Fix "Connecting to..." status message
1869
1870 2003-01-22 [paul]       0.8.8claws124
1871
1872         * po/bg.po
1873                 updated by George Danchev
1874                 
1875         * src/folder.c
1876                 revert last commit [0.8.8claws111] as it breaks folder d'n'd
1877                 and folder deletion
1878
1879 2003-01-21 [paul]       0.8.8claws123
1880
1881         * po/bg.po
1882                 updated by George Danchev
1883                 
1884         * src/about.c
1885                 its now 2003
1886                 
1887         * src/toolbar.c
1888                 don't translate 'Separator'
1889                 
1890         * src/plugins/spamassassin/Makefile.am
1891                 add aspell to CPPFLAGS
1892                 
1893         * src/plugins/spamassassin/spamassassin.c
1894           src/plugins/spamassassin/spamassassin_gtk.c
1895                 set correct default for spamassassin_receive_spam
1896                 slightly re-word descriptions and some
1897                 other minor changes
1898
1899 2003-01-19 [alfons]     0.8.8claws122
1900                 
1901         * src/mimeview.c
1902                 mimeview_save_as(): we might as well show the file name for
1903                 the single case "Save As" too
1904
1905 2003-01-19 [alfons]     0.8.8claws121
1906
1907         * src/crash.c
1908                 change bug tracker URL to bugzilla URL
1909
1910 2003-01-19 [alfons]     0.8.8claws120
1911
1912         * src/mimeview.c
1913                 mimeview_save_all(): display name of file before overwriting;
1914                 continue saving all, even when one overwrite was cancelled
1915
1916 2003-01-19 [christoph]  0.8.8claws119
1917
1918         * src/summaryview.c
1919         * src/procmsg.[ch]
1920                 fix wrong usage of procmsg_find_children in summaryview
1921                 by using procmsg_update_unread_children instead of
1922                 summaryview_update_unread_children
1923
1924 2003-01-19 [christoph]  0.8.8claws118
1925
1926         * src/procmsg.c
1927                 fix infinite loop in procmsg_find_children
1928                  (closes bug #25 sylpheed crashes on delete.)
1929
1930         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
1931
1932 2003-01-19 [paul]       0.8.8claws117
1933
1934         * po/pt_BR.po
1935                 updated by Ivan Francolin Martinez
1936
1937 2003-01-18 [melvin]     0.8.8claws116
1938
1939         * src/prefs_actions.c
1940                 Removed syntax limitation of only one '&' at the end of command.
1941                         Now actions that contain '>/dev/null 2>&1' are possible.
1942
1943 2003-01-18 [melvin]     0.8.8claws115
1944
1945         * src/prefs_actions.c
1946                 Actions IO dialog: when the action ends
1947                 the "Close" button now has focus and [Escape] closes the
1948                 window.
1949
1950 2003-01-18 [christoph]  0.8.8claws114
1951
1952         * src/procmsg.c
1953                 o add debug output when MsgInfos are really freed
1954                 o free GSLists in procmsg_find_children and
1955                   procmsg_update_unread_children
1956
1957 2003-01-18 [christoph]  0.8.8claws113
1958
1959         * src/mainwindow.c
1960                 reorder Configuration menu
1961
1962 2003-01-18 [christoph]  0.8.8claws112
1963
1964         * src/compose.c
1965                 fix applying templates to forwarded messages
1966
1967         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
1968
1969 2003-01-17 [christoph]  0.8.8claws111
1970
1971         * src/folder.c
1972                 destroy folder items, when a folder item is removed
1973
1974 2003-01-17 [christoph]  0.8.8claws110
1975
1976         * src/folder.c
1977                 fix wrong folder stats update when ignored message is
1978                 deleted
1979
1980 2003-01-17 [colin]      0.8.8claws109
1981         
1982         * src/mainwindow.c
1983         * src/summaryview.c
1984                 Quicksearch bugfixes: 
1985                 - hide help button at startup if not extended
1986                 - switch to extended when looking for replies
1987
1988 2003-01-17 [paul]
1989
1990         * sync with 0.8.9 release
1991
1992 2003-01-17 [paul]       0.8.8claws108
1993
1994         * sync with 0.8.8cvs11
1995                 see ChangeLog 2003-01-17
1996
1997 2003-01-16 [colin]      0.8.8claws107
1998
1999         * src/procmsg.c
2000                 Changed encryption test to re-ask passphrase
2001                 if an encrypted message hasn't been decrypted
2002                 Fixes bug #5
2003
2004 2003-01-16 [christoph]  0.8.8claws106
2005
2006         * src/prefs_gtk.c
2007         * src/prefs_toolbar.c
2008         * src/gtk/prefswindow.h
2009         * src/plugins/spamassassin/spamassassin_gtk.c
2010                 remove page destroy function that is not used anymore
2011
2012 2003-01-16 [paul]       0.8.8claws105
2013
2014         * sync with 0.8.8cvs9
2015                 see ChangeLog 2002-01-16
2016
2017 2003-01-16 [colin]      0.8.8claws104
2018
2019         * src/compose.[ch]
2020                 Fix bug with autosaved drafts for IMAP, when draft
2021                 folder is specified - fixes bugzilla bug #20
2022
2023 2003-01-15 [paul]       0.8.8claws103
2024
2025         * src/compose.[ch]
2026           src/procmsg.c
2027                 store folder and message-id of message forwarding
2028                 in queue header and set forward flag after sending
2029
2030 2003-01-15 [paul]       0.8.8claws102
2031
2032         * sync with 0.8.8cvs8
2033                 see ChangeLog 2002-01-15
2034
2035 2003-01-15 [colin]      0.8.8claws101
2036
2037         * src/Makefile.am
2038                 Fix linking with GNU libiconv
2039
2040 2003-01-15 [darko]      0.8.8claws100
2041
2042         * src/pine.c
2043                 fix crash when importing pine address book
2044                 entry with an empty name (reported by DY
2045                 <dybulk at tri8.net>)
2046
2047 2003-01-14 [paul]       0.8.8claws99
2048
2049         * configure.in  ** REMOVED **
2050           configure.ac  ** NEW FILE **
2051                 rename configure.in to configure.ac, as it is now
2052                 preferred
2053
2054 2003-01-14 [melvin]     0.8.8claws98
2055
2056         * src/folderview.c
2057                 folderview_check_new(): More precise function description
2058
2059 2003-01-14 [melvin]     0.8.8claws97
2060
2061         * src/folderview.c
2062                 folderview_check_new(): return the number of new messages 
2063                         since last check.
2064         * src/inc.c
2065                 inc_account_mail(): Disable counting of new messages for IMAP
2066                         and NNTP until bug [19] and [14] are fixed.
2067
2068 2003-01-14 [paul]       0.8.8claws96
2069
2070         * sync with 0.8.8cvs6
2071                 see ChangeLog 2003-01-14
2072
2073 2003-01-13 [alfons]     0.8.8claws95
2074
2075         * src/textview.c
2076                 tune email address validation (c. 0.8.8claws89): if . is 
2077                 just one char away from @, the address is invalid too 
2078                 (correctly rejects addresses like foo@.com)
2079
2080 2003-01-13 [paul]       0.8.8claws94
2081
2082         * src/messageview.c
2083           src/toolbar.c
2084                 fixes to the Message View toolbar and menu:
2085                 fix non-functioning Forward button
2086                 make Reply button consider default_reply_list
2087                 remove 'Follow-up...' menu entry
2088                 add 'Forward' and 'Redirect' menu entries
2089
2090 2003-01-13 [melvin]     0.8.8claws93
2091
2092         * src/inc.c
2093                 Fixed typo that could make new messages count incorrect.
2094
2095 2003-01-13 [melvin]     0.8.8claws92
2096
2097         * src/folderview.[ch]
2098                 folderview_check_new(): return the number of new messages.
2099         * src/inc.c
2100                 Should fix bug [14] where new mail notification worked 
2101                         incorrectly with IMAP accounts.
2102                 inc_spool_account(): return number of new msgs, or -1 on error
2103                 inc_all_spool(): return number of new msgs
2104                 
2105 2003-01-13 [melvin]     0.8.8claws91
2106
2107         * src/prefs_actions.c
2108                 Justify help text.
2109
2110 2003-01-12 [thorsten]   0.8.8claws90
2111
2112         * src/common/prefs.c
2113                 close file before rename
2114
2115 2003-01-12 [alfons]     0.8.8claws89
2116
2117         * AUTHORS
2118                 add Christian Mertes
2119         * src/common/utils.[ch]
2120                 g_stricase_hash(), g_stricase_equal(): functions for 
2121                 case insensitive hash tables
2122         * src/textview.c
2123                 use top level domain names to validate email address, based
2124                 on a patch by Christian Mertes (thanks!), but changed 
2125                 implementation to use a hash table 
2126
2127 2003-01-12 [paul]       0.8.8claws88
2128
2129         * po/bg.po
2130                 updated by George Danchev
2131
2132 2003-01-12 [alfons]     0.8.8claws87
2133
2134         * src/summaryview.c
2135                 delete / execute performance: use new style folder update
2136
2137 2003-01-12 [paul]       0.8.8claws86
2138
2139         * sync with 0.8.8cvs5
2140                 see ChangeLog 2003-01-13 (!)
2141
2142 2003-01-12 [alfons]     0.8.8claws85
2143
2144         * src/filtering.c
2145         * src/matcher_parser_parse.y
2146                 prepare change_score filtering action
2147         * src/matcher.[ch]
2148                 give up const-correctness on functions that call non-const-correct functions;
2149                 several casts to gpointer in g_free();
2150                 add change_score;
2151
2152 2003-01-12 [christoph]  0.8.8claws84
2153
2154         * src/compose.c
2155                 fix 2 warnings
2156
2157         * src/gtk/prefswindow.[ch]
2158         * src/plugins/spamassassin/spamassassin_gtk.c
2159                 changed the call of the widget create function
2160                 for PrefsPages, because sometimes the widget
2161                 create function needs a widget that already has
2162                 been attached to a window (to create GDK pixmaps
2163                 for exmaple). So we simply pass the GtkWindow as
2164                 the second parameter now.
2165
2166         * src/main.c
2167         * src/mainwindow.c
2168         * src/prefs_toolbar.[ch]
2169                 rewrite Toolbar Preferences using the new
2170                 prefs window
2171
2172 2003-01-11 [alfons]     0.8.8claws83
2173
2174         * src/addressadd.c
2175                 fix crash when adding sender to addressbook because status bar
2176                 isn't there (the status bar doesn't seem to be used though,
2177                 but I'll let Match decide what to do with it)
2178
2179 2003-01-11 [colin]      0.8.8claws82
2180
2181         * src/main.c
2182           src/toolbar.c
2183                 Two useless changes reversed
2184
2185 2003-01-11 [colin]      0.8.8claws81
2186
2187         * src/mainwindow.c
2188           src/mainwindow.h
2189                 Add mainwindow_get_mainwindow()
2190         * src/alertpanel.c
2191           src/alertpanel.h
2192                 Add alertpanel_error_log() 
2193         * src/compose.c
2194           src/inc.c
2195           src/messageview.c
2196           src/toolbar.c
2197           src/main.c
2198           src/procmsg.c
2199                 Network errors get a View Log button
2200
2201 2003-01-10 [alfons]     0.8.8claws80
2202
2203         * src/prefs_toolbar.c
2204         * src/toolbar.c
2205                 use the translatable string for "Separator" as file name for
2206                 separator toolbar items (probably make this uppercase?)
2207
2208 2003-01-10 [alfons]     0.8.8claws79
2209
2210         * src/prefs_toolbar.c
2211                 put right A_SEPARATOR description string in "displayed
2212                 toolbar items list" so manually added separators are
2213                 saved correctly (bug #10, "Adding a separator to the main 
2214                 toolbar fails, entry in xml file is wrong")
2215
2216 2003-01-10 [christoph]  0.8.8claws78
2217
2218         * src/imap.c
2219                 o fix warnings
2220                 o use CAPABILITY to check if NAMESPACE is available
2221
2222 2003-01-10 [christoph]  0.8.8claws77
2223
2224         * src/imap.[ch]
2225                 apply UIDPLUS IMAP extension support patch
2226
2227         Patch submitted by Simon 'corecode' Schubert
2228
2229 2003-01-10 [paul]       0.8.8claws76
2230
2231         * src/folderview.c
2232                 a sync from main which fixes the news account folders'
2233                 Properties bug
2234
2235 2003-01-10 [christoph]  0.8.8claws75
2236
2237         * src/folder.c
2238                 don't accept 0 as a valid uid returned by copy and move
2239                 functions. 0 means the message was copied or moved but the
2240                 new uid could not be fetched. It is not an error condition
2241                 for the copy or move operation.
2242
2243 2003-01-10 [paul]       0.8.8claws74
2244
2245         * src/prefs_filtering.c
2246                 change English used in Alert when entry is not
2247                 saved.
2248                 
2249         * sync with 0.8.8cvs4
2250                 see ChangeLog 2003-01-10
2251
2252 2003-01-10 [darko]      0.8.8claws73
2253
2254         * src/pine.c
2255                 fix crash when importing address book entry
2256                 without a valid address
2257
2258 2003-01-09 [alfons]     0.8.8claws72
2259
2260         * src/inc.c
2261                 filtering performance: use new style folder update
2262
2263 2003-01-09 [christoph]  0.8.8claws71
2264
2265         * src/compose.c
2266         * src/gtk/menu.[ch]
2267                 fix wrong selecting of mime encoding type, when
2268                 opening property dialog of attachments in the
2269                 compose window. 7bit was always selected and that
2270                 destoryed files with 8bit data.
2271                 (closes bug #9 Sylpheed-claws destroys attachments when
2272                  changing MIME-types)
2273
2274 2003-01-09 [paul]       0.8.8claws70
2275
2276         * sync with 0.8.8cvs3
2277                 see ChangeLog 2003-01-09
2278
2279 2003-01-08 [alfons]     0.8.8claws69
2280         
2281         * src/addressadd.c
2282                 apply patch by Kim Schulz to fix build breakage
2283                 because of missing variable
2284
2285 2003-01-08 [paul]       0.8.8claws68
2286
2287         * sync with 0.8.8cvs2
2288                 see ChangeLog 2002-01-08
2289
2290 2003-01-08 [paul]       0.8.8claws67
2291
2292         * po/it.po
2293                 updated by Alessandro Maestri
2294                 
2295         * src/addressadd.c
2296                 when using 'Add sender to addressbook' allow
2297                 name to be edited and remarks to be entered
2298                 Patch submitted by Luke Plant
2299
2300 2003-01-08 [darko]      0.8.8claws66
2301
2302         * README.claws, src/summaryview.c
2303                 fix description for marked messages
2304
2305 2003-01-08 [paul]
2306
2307         * tools/Makefile.am
2308           tools/launch_phoenix  ** NEW FILE **
2309                 add script that enables using Phoenix as the default
2310                 web browser. 
2311                 Submitted by Mohammed Sameer <Uniball@linux-egypt.org>
2312                 
2313         * tools/OOo2sylpheed.pl
2314                 remove full path to sylpheed executable, just 'sylpheed'
2315                 will do
2316                 
2317         * tools/README
2318                 add launch_phoenix informtion and re-arrange and compress
2319                 the data a little
2320
2321 2003-01-07 [christoph]  0.8.8claws65
2322
2323         * src/folder.c
2324                 fix update for source folder when moving messages
2325         * src/procmsg.[ch]
2326         * src/summaryview.c
2327                 use function to set to_folder for message infos and
2328                 automatically update the op_count for old and new
2329                 folder
2330
2331 2003-01-07 [melvin]     0.8.8claws64
2332
2333         * src/prefs_actions.c
2334                 Fixed bug where an '%p' Action on a displayed image crashed 
2335                         Sylpheed
2336                 Code clean up (get rid of duplicated code and removed unnecessary 
2337                                 structure member)
2338
2339 2003-01-07 [christoph]  0.8.8claws63
2340
2341         * src/compose.c
2342         * src/folder.[ch]
2343         * src/folderview.c
2344         * src/import.c
2345         * src/inc.c
2346         * src/main.c
2347         * src/mainwindow.c
2348         * src/messageview.c
2349         * src/prefs_folder_item.c
2350         * src/procmsg.c
2351         * src/summaryview.c
2352         * src/toolbar.c
2353                 o remove all folder update triggering from the UI code. The folder
2354                   system should know much better when a folder needs an update.
2355                 o to prevent multiple updates in a row the folder updates can be
2356                   frozen for some time.
2357
2358                 Note: - Please verify that no updates are missing
2359                       - Check where freeze/thaws should be added
2360
2361 2003-01-07 [christoph]  0.8.8claws62
2362
2363         * src/prefs_actions.c
2364                 don't translate empty strings
2365
2366         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
2367
2368 2003-01-06 [christoph]  0.8.8claws61
2369
2370         * src/prefs_actions.c
2371                 mark strings for gettext
2372         * src/prefs_matcher.c
2373                 use new description window for Execute action and
2374                 match condition in Filtering
2375
2376         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
2377
2378 2003-01-06 [alfons]     0.8.8claws60
2379
2380         keep myself inspired to re-organize matcher part 8; 
2381         yes, more to come (I need to move out the descriptive
2382         text for actions to matcher.c, or at least make it not
2383         depend on the wicked ordering)
2384
2385         * src/prefs_matcher.c
2386                 add documentation so others may comprehend the
2387                 UI part of the conditions
2388                 
2389 2003-01-06 [christoph]  0.8.8claws59
2390
2391         * src/prefs_actions.c
2392                 use new description window for syntax help
2393         * src/gtk/description_window.c
2394                 fix display of descriptions with column count != 2
2395
2396         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
2397
2398 2003-01-06 [christoph]  0.8.8claws58
2399
2400         * src/quote_fmt.c
2401         * src/summaryview.[ch]
2402         * src/gtk/Makefile.am
2403         * src/gtk/description_window.[ch]       ** NEW **
2404                 use a generic window to display syntax descriptions
2405                 currently used in quote_fmt and summaryview (new description
2406                 for extended quick search)
2407
2408         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
2409
2410 2003-01-06 [paul]       0.8.8claws57
2411
2412         * sync with 0.8.8cvs1
2413                 see ChangeLog 2003-01-06
2414
2415 2003-01-06 [christoph]  0.8.8claws56
2416
2417         * src/mainwindow.c
2418         * src/prefs_gtk.[ch]
2419         * src/gtk/prefswindow.[ch]
2420         * src/plugins/spamassassin/spamassassin_gtk.c
2421                 o remove page management from prefswindow, pages
2422                   will be an argument to prefswindow_open
2423                 o prefswindow_open gets a datapointer that is
2424                   passed to the widget_create function to allow
2425                   creation of prefswindow for specific items
2426
2427 2003-01-06 [colin]      0.8.8claws55
2428         
2429         * src/summaryview.c
2430                 We don't want regexp in the reply-finder, 
2431                 because MIDs can contain !,$,. and so on
2432
2433 2003-01-06 [jens]       0.8.8claws54
2434
2435         * src/jpilot.c
2436                 fixed a wrong free in jpilot_read_db_files
2437
2438 2003-01-06 [alfons]     0.8.8claws53
2439
2440         re-organize matcher part 8; more to come
2441        
2442         * src/matcher.c
2443                 matcherprop_to_string(): put g_free()s before the
2444                 switch-case break to fix memleaks                
2445
2446 2003-01-06 [colin]      0.8.8claws52
2447
2448         * src/summaryview.c
2449                 cleanup & reply-finder now displays the first 
2450                 matching message
2451
2452 2003-01-05 [alfons]     0.8.8claws51
2453
2454         re-organize matcher part 7; more to come
2455
2456         * src/matcher.[ch]
2457                 fixes for constant correctness;
2458                 more documentation;
2459
2460 2003-01-05 [alfons]     0.8.8claws50
2461
2462         re-organize matcher part 6; more to come
2463         
2464         * src/matcher.[ch]
2465                 fixes for constant correctness;
2466                 more documentation;
2467         * src/filtering.c
2468                 fix for constant correctness
2469
2470 2003-01-05 [colin]      0.8.8claws49
2471
2472         * src/account.[ch]
2473                 Add account_get_reply_account function
2474         * src/compose.c
2475                 Use account_get_reply_account function 
2476         * src/summaryview.c
2477                 Basic reply-finder - click on the replied
2478                 icon gets you to the outbox using quick-search
2479
2480 2003-01-05 [paul]       0.8.8claws48
2481
2482         * src/prefs_common.c
2483                 small change to English
2484                 
2485         * src/prefs_filtering.c
2486                 prefs_filtering_action_select(): improve logic and uniformity
2487                 of gui
2488
2489 2003-01-05 [alfons]     0.8.8claws47
2490
2491         fine tune solution to focus problems (bug #7)
2492
2493         * src/mainwindow.c
2494                 mainwindow_focus_in_event(): remove grab event check
2495         * src/summaryview.c
2496                 summary_button_pressed(): move selection on right-click
2497                 too. we can't possibly move the selection back after
2498                 canceling a dialog, because gtk's incomplete focus 
2499                 management. whether this is a good solution, only time
2500                 will tell.
2501
2502 2003-01-05 [christoph]  0.8.8claws46
2503
2504         * src/imap.c
2505                 fix crash when no imap connection could be established
2506
2507 2003-01-05 [paul]       0.8.8claws45
2508
2509         * src/mainwindow.c
2510           src/sumamryview.c
2511           src/gtk/menu.[ch]
2512                 fix bug 605957 'shortcuts in popup-menu'
2513                 make user-defined shortcuts work
2514                 show shortcuts that are already defined
2515                 in the main menu
2516                 Patch submitted by Luke Plant
2517
2518 2003-01-05 [alfons]     0.8.8claws44
2519
2520         * src/mainwindow.c
2521                 focus_in_event handler should not select summary view row 
2522                 when another window (menu, dialog) grabbed for events 
2523                 (bug #7, "[0.8.8claws42] Message summary focus") 
2524
2525 2003-01-04 [christoph]  0.8.8claws43
2526
2527         * src/procmsg.c
2528                 update save folder after adding the sent message
2529                  (closes bug #6 Folder View doesn't refresh for "Sent"-messages)
2530
2531 2003-01-02 [christoph]  0.8.8claws42
2532
2533         * src/common/plugin.c
2534                 fix unloading of all plugins and unload
2535                 plugins in reverse order
2536                 
2537         * src/gtk/pluginwindow.c
2538                 implement function of load and unload button
2539
2540         * src/gtk/prefswindow.c
2541         * src/gtk/prefswindow.h
2542                 rename register function and add new unregister
2543                 function
2544
2545         * src/plugins/spamassassin/spamassassin_gtk.c
2546                 unregister prefs page and update for changes in
2547                 src/gtk/prefswindow.c
2548
2549 2003-01-02 [paul]       0.8.8claws41
2550
2551         * po/es.po
2552                 updated by Ricardo Mones Lastra
2553
2554 2003-01-02 [paul]
2555
2556         * tools/tb2sylpheed
2557                 fixes and improvements by Urke MMI
2558
2559 2003-01-02 [thorsten]   0.8.8claws40
2560
2561         * src/procmsg.c
2562                 fixed wrong return value
2563
2564 2003-01-02 [thorsten]   0.8.8claws39
2565
2566         * src/prefs.c
2567                 fixed printing wrong variable
2568
2569 2003-01-02 [thorsten]   0.8.8claws38
2570
2571         * src/prefs.c
2572                 fixed acessing members of freed pfile struct
2573
2574 2003-01-02 [thorsten]   0.8.8claws37
2575
2576         * src/procmsg.c
2577                 detect loops across several messages
2578                 as suggested by Christoph Hohmann
2579
2580 2003-01-01 [match]      0.8.8claws36
2581
2582         * src/addrindex.c
2583                 fixed another memory leak.
2584
2585 2003-01-01 [match]      0.8.8claws35
2586
2587         * src/jpilot.[ch]
2588                 fixed memory leaks. applied Doxygen comments.
2589
2590 2003-01-01 [thorsten]   0.8.8claws34
2591
2592         * src/procmsg.c
2593                 inhibit endless loop if msg references itself
2594                 (closes Bug [ 660477 ] Infinite loop in parent flag search)
2595
2596 2003-01-01 [christoph]  0.8.8claws33
2597
2598         * src/mainwindow.c
2599         * src/gtk/Makefile.am
2600         * src/gtk/pluginwindow.c                ** NEW **
2601         * src/gtk/pluginwindow.h                ** NEW **
2602                 add plugin window
2603
2604         * src/plugins/demo/demo.c
2605         * src/plugins/spamassassin/spamassassin.c
2606         * src/plugins/spamassassin/spamassassin_gtk.c
2607                 write better plugin descriptions
2608
2609 2002-12-31 [christoph]  0.8.8claws32
2610
2611         * src/gtk/prefswindow.c
2612         * src/plugins/spamassassin/spamassassin_gtk.c
2613                 some small improvements to GTK code
2614
2615 2002-12-31 [christoph]  0.8.8claws31
2616
2617         * src/plugins/spamassassin/spamassassin_gtk.c
2618                 enable folder select button
2619
2620 2002-12-31 [christoph]  0.8.8claws30
2621
2622         * src/mainwindow.c
2623         * src/gtk/Makefile.am
2624         * src/gtk/prefswindow.c                         ** NEW **
2625         * src/gtk/prefswindow.h                         ** NEW **
2626                 add new prefs window
2627
2628         * src/common/plugin.c
2629                 don't try to load empty config lines
2630         
2631         * src/plugins/spamassassin/Makefile.am
2632         * src/plugins/spamassassin/spamassassin.c
2633         * src/plugins/spamassassin/spamassassin.h       ** NEW **
2634         * src/plugins/spamassassin/spamassassin_gtk.c   ** NEW **
2635                 GTK config for SpamAssassin Plugin using
2636                 the new prefs window
2637
2638 2002-12-31 [paul]       0.8.8claws29
2639
2640         * po/POTFILES.in
2641                 remove obsolete entry 'src/menu.c'
2642
2643 2002-12-31 [alfons]     0.8.8claws28
2644
2645         * src/matcher.[ch]
2646         * src/matcher_parser_parse.y
2647         * src/prefs_matcher.c
2648                 add "ignore_thread" and "~ignore_thread" condition so it's
2649                 possible to make the actions / scoring operate on the ignore
2650                 thread flag
2651
2652 2002-12-31 [christoph]  0.8.8claws27
2653
2654         * src/addrbook.c
2655         * src/addrindex.c
2656         * src/folder.c
2657         * src/matcher.c
2658         * src/prefs_account.c
2659         * src/prefs_actions.c
2660         * src/prefs_customheader.c
2661         * src/prefs_display_header.c
2662         * src/prefs_gtk.c
2663         * src/procmime.c
2664         * src/toolbar.c
2665         * src/xmlprops.c
2666         * src/common/prefs.[ch]
2667                 extend prefs file handling for reading and automatic handling
2668                 of blocks. When reading prefs_set_block_label will automatically
2669                 move on to the block. When writing it will copy all other blocks
2670                 automatically
2671
2672         * src/common/plugin.c
2673                 Now loading plugin filenames from [Plugins] block in
2674                 sylpheed rc file
2675
2676 2002-12-30 [christoph]  0.8.8claws26
2677
2678         * src/common/hooks.[ch]
2679                 return abort status to caller of hooks_invoke
2680                 
2681         * src/inc.[ch]
2682                 invoke message filtering hook and stop
2683                 default handling when filter returns abort
2684
2685         * src/common/plugin.[ch]
2686         * src/plugins/demo/demo.c
2687                 modify plugin loader, because resolving symbols for strings
2688                 does not work correctly
2689         
2690         * configure.in
2691         * ac/spamassassin.m4                            ** NEW **
2692         * src/plugins/spamassassin/.cvsignore           ** NEW **
2693         * src/plugins/spamassassin/Makefile.am          ** NEW **
2694         * src/plugins/spamassassin/README               ** NEW **
2695         * src/plugins/spamassassin/libspamc.[ch]        ** NEW **
2696         * src/plugins/spamassassin/spamassassin.c       ** NEW **
2697         * src/plugins/spamassassin/utils.[ch]           ** NEW **
2698                 add spamassassin plugin, see src/plugins/spamassassin/README
2699                 for details
2700
2701 2002-12-29 [alfons]     0.8.8claws25
2702
2703         * src/mainwindow.c
2704                 when moving focus from a message view to the main 
2705                 window, don't forget to select the summary node
2706                 of the displayed message. should fix "[ 659103 ] 
2707                 focus-follows-mouse confuses sylpheed"
2708
2709 2002-12-29 [christoph]  0.8.8claws24
2710
2711         * src/Makefile.am
2712         * src/stringtable.[ch]          ** REMOVE **
2713         * src/common/Makefile.am
2714         * src/common/stringtable.[ch]   ** NEW **
2715                 move stringtable files to common directory
2716
2717 2002-12-29 [christoph]  0.8.8claws23
2718
2719         * src/Makefile.am
2720         * src/menu.[ch]                 ** REMOVE **
2721         * src/gtk/Makefile.am
2722         * src/gtk/menu.[ch]             ** NEW **
2723                 move menu files to gtk directory
2724
2725 2002-12-29 [match]      0.8.8claws22
2726
2727         * src/addressbook.c
2728         * src/syldap.c
2729                 moved UI specific code out of LDAP code into addressbook
2730                 UI code. fixed memory leak.
2731
2732 2002-12-29 [christoph]  0.8.8claws21
2733
2734         * src/folder.c
2735                 only check for IGNORED parent message when message is
2736                 not IGNORED itself
2737
2738 2002-12-29 [alfons]     0.8.8claws20
2739
2740         * src/summaryview.c
2741                 set gtksctree's anchor correct (immediate execute
2742                 changes the tree's layout, and anchor points at 
2743                 the incorrect row). fixes "[ 657233 ] multiple msg 
2744                 delete sometimes off by 1".
2745                 we probably have to look for more tree layout /
2746                 anchor glitches.
2747
2748 2002-12-29 [paul]       0.8.8claws19
2749
2750         * src/summaryview.c
2751                 fix bug [ 659054 ] incorrect sorting of 'From' column
2752                 when using 'display sender using address book'
2753                 thanks to Alfons and Luke Plant
2754
2755 2002-12-29 [christoph]  0.8.8claws18
2756
2757         * src/folder.c
2758         * src/procmsg.[ch]
2759                 check parent messages for IGNORE THREAD flag, when adding,
2760                 moving or copying messages to a folder
2761
2762 2002-12-27 [alfons]     0.8.8claws17
2763
2764         re-organize matcher part 5; more to come
2765
2766         * src/matcher.c
2767                 hash keywords in matchparser_tab 
2768
2769 2002-12-27 [alfons]     0.8.8claws16
2770
2771         re-organize matcher part 4; more to come
2772
2773         * src/matcher_parser.h
2774         * src/matcher_parser_lex.l
2775         * src/matcher_parser_parse.y
2776                 cleanup
2777
2778 2002-12-27 [alfons]     0.8.8claws15
2779
2780         re-organize matcher part 3; more to come
2781
2782         * src/matcher.[ch]
2783                 cleanup
2784
2785 2002-12-27 [alfons]     0.8.8claws14
2786
2787         re-organize matcher part 2; more to come but this should
2788         work. cc me if there are any regressions.
2789
2790         * src/matcher.h
2791                 add prototype for get_matchparser_tab_id()
2792         * src/matcher_parser_lex.l
2793                 look up keywords using matchparser_tab_id();
2794
2795 2002-12-27 [alfons]     0.8.8claws12
2796
2797         re-organize matcher part 1
2798
2799         * src/matcher.h
2800                 map yacc generated constants to sylpheed matcher constants
2801         * src/matcher.c
2802                 add function to find a matcher constant from a string
2803
2804 2002-12-27 [christoph]  0.8.8claws11
2805
2806         * src/compose.c
2807                 MENUITEM_ADD casts the 4th argument from integer to pointer
2808                 so it probably should not be a pointer, this means we
2809                 should use account id for it and not the account's pointer
2810
2811 2002-12-27 [paul]       0.8.8claws10
2812
2813         * src/mainwindow.c
2814                 remove unneeded 'GtkWidget *vbox'
2815                 
2816         * src/summaryview.c
2817                 further sync with 0.8.8 - make sort
2818                 by recipient work as expected
2819                 
2820         * NEWS
2821                 sync with 0.8.8
2822
2823 2002-12-27 [paul]       0.8.8claws9
2824
2825         * po/pt_BR.po
2826                 updated by Ivan F. Martinez
2827                 
2828 2002-12-27 [darko]      0.8.8claws8
2829
2830         * src/common/utils.c
2831                 added locked pattern to extended search
2832
2833 2002-12-27 [alfons]     0.8.8claws7
2834
2835         * src/prefs_matcher.[ch]
2836                 clean up
2837
2838 2002-12-26 [alfons]     0.8.8claws6
2839
2840         * src/matcher.[ch]
2841         * src/matcher_parser_lex.l
2842         * src/matcher_parser_parse.y
2843         * src/prefs_matcher.c
2844                 allow color label as a condition in the matcher
2845
2846 2002-12-26 [oliver]     0.8.8claws5
2847         
2848         * src/toolbar.c 
2849                 enable Addressbook for Main and Messageview
2850         * src/prefs_actions.c
2851                 enable actions in Messageview
2852
2853 2002-12-26 [christoph]  0.8.8claws4
2854
2855         * src/common/plugin.c
2856                 add a little debug output
2857         * configure.in
2858         * src/plugins/demo/Makefile.am
2859                 better use of automake
2860
2861 2002-12-26 [christoph]  0.8.8claws3
2862
2863         * src/Makefile.am
2864         * src/common/Makefile.am
2865                 fix "make distdir"
2866
2867 2002-12-26 [christoph]  0.8.8claws2
2868
2869         * configure.in
2870                 sort configure checks into common / gtk / plugins
2871         * po/POTFILES.in
2872                 add src/prefs_gtk.c
2873         * src/Makefile.am
2874                 add plugins SUBDIR
2875         * src/main.c
2876         * src/common/sylpheed.[ch]
2877                 added now sylpheed_done function for shutdown
2878         * src/common/Makefile.am
2879         * src/common/plugin.[ch]                ** NEW **
2880                 plugin loader and unloader
2881         * src/plugins/.cvsignore                ** NEW **
2882         * src/plugins/Makefile.am               ** NEW **
2883                 build plugins
2884         * src/plugins/demo/.cvsignore           ** NEW **
2885         * src/plugins/demo/Makefile.am          ** NEW **
2886         * src/plugins/demo/demo.c               ** NEW **
2887                 small demo plugin that installs a logtext hook and
2888                 outputs the log text to stdout
2889
2890 2002-12-26 [paul]       0.8.8claws1
2891
2892         * po/es.po
2893                 updated by Ricardo Mones Lastra
2894
2895 2002-12-26 [paul]       0.8.8claws
2896
2897         * 0.8.8claws released
2898
2899 2002-12-26 [paul]       0.8.7claws12
2900
2901         * po/bg.po
2902                 updated by George Danchev
2903
2904 2002-12-26 [paul]       0.8.7claws11
2905
2906         * po/POTFILES.in
2907                 remove unneeded 'src/prefs.c' entry 
2908
2909 2002-12-26 [paul]       0.8.7claws10
2910
2911         * src/codeconv.c
2912           src/mainwindow.c
2913                 sync with 0.8.8 release
2914         
2915         * src/folder.[ch]
2916           src/mh.c
2917           src/summaryview.c
2918                 partial sync with 0.8.8 release
2919         
2920
2921 2002-12-25 [alfons]     0.8.7claws9
2922
2923         * src/matcher.[ch]
2924         * src/matcher_parser_lex.l
2925         * src/matcher_parser_parse.y
2926         * src/prefs_matcher.c
2927                 add locked flag to possible filtering / matcher 
2928                 conditions (also a good example what should be
2929                 done to add a simple boolean condition)
2930
2931 2002-12-25 [christoph]  0.8.7claws8
2932
2933         * src/Makefile.am
2934         * src/account.[ch]
2935         * src/addrbook.c
2936         * src/addressbook.c
2937         * src/addrindex.c
2938         * src/filtering.c
2939         * src/folder.c
2940         * src/matcher.c
2941         * src/prefs.[ch]                ** REMOVE **
2942         * src/prefs_account.c
2943         * src/prefs_actions.c
2944         * src/prefs_common.c
2945         * src/prefs_customheader.c
2946         * src/prefs_display_header.c
2947         * src/prefs_filtering.c
2948         * src/prefs_folder_item.c
2949         * src/prefs_gtk.[ch]            ** NEW **
2950         * src/prefs_matcher.c
2951         * src/prefs_scoring.c
2952         * src/prefs_summary_column.c
2953         * src/procmime.c
2954         * src/selective_download.c
2955         * src/toolbar.c
2956         * src/common/Makefile.am
2957         * src/common/prefs.[ch]         ** NEW **
2958                 split prefs.[ch] into prefs_gtk.[ch] and common/prefs.[ch]
2959
2960 2002-12-24 [alfons]     0.8.7claws7
2961
2962         * src/summaryview.c
2963                 summary_thread_build(): fix real cause of the crash mentioned in
2964                 0.8.7claws3. use subject_XXX() and not g_hash_table_XXX() functions,
2965                 this way we get meaningful ctree nodes 
2966
2967 2002-12-24 [oliver]     0.8.7claws6
2968
2969         * src/mainwindow.[ch]
2970         * src/messageview.[ch]
2971         * src/compose.[ch]
2972         * src/inc.c
2973         * src/summaryview.c
2974                 changes to use updated toolbar handling
2975                 
2976 2002-12-24 [oliver]     0.8.7claws5
2977
2978         * src/toolbar.[ch]
2979                 generic toolbar handling
2980                 used ideas from Ivan Francolin Martinez (ivanfm@users.sourceforge.net)
2981         * src/prefs_toolbar.[ch]
2982                 adjust to handling
2983         
2984 2002-12-24 [oliver]     0.8.7claws4
2985         
2986         * src/stock_pixmap.[ch]
2987                 move SYLPHEED_LOGO to end of list in order 
2988                 to remove it from Custom Toolbar`s Icon View
2989
2990 2002-12-24 [alfons]     0.8.7claws3
2991
2992         * src/summaryview.c
2993                 summary_thread_build(): fix crash because of focus != selection 
2994                 after threading. when deleting the selection, gtk tries but fails 
2995                 to find the correct focusable element. we now force the selection
2996                 to be focused. this should solve the infamous bug reported by 
2997                 Jason Wojciechowski (bug "[ 633443 ] Crash on deleting messages"). 
2998                 a test case is available. 
2999
3000 2002-12-24 [darko]      0.8.7claws2
3001
3002         * src/summaryview.c
3003                 don't crash when unmarking message with unread children
3004
3005 2002-12-23 [christoph]  0.8.7claws1
3006
3007         * src/Makefile.am
3008         * src/common/Makefile.am
3009                 update Makefiles for moved intl.h, version.h and defs.h
3010         * src/imap.c
3011                 rewrite imap_session_get to avoid duplicate code
3012
3013 2002-12-23 [paul]       0.8.7claws
3014
3015         * Santa-Claws released
3016         
3017         * po/hu.po
3018           po/ru.po
3019                 squeeze in updated Hungarian and Russian translations.
3020                 Submitted by  Gál Zoltán and Ruslan N. Balkin
3021
3022 2002-12-23 [paul]       0.8.6claws129
3023
3024         * po/pl.po
3025                 updated by Witold Wladyslaw Wojciech Wilk
3026
3027 2002-12-23 [paul]       0.8.6claws128
3028
3029         * src/quote_fmt_parse.y
3030                 fix typo and add licence header
3031
3032 2002-12-23 [paul]       0.8.6claws127
3033
3034         * po/en_GB.po
3035                 updated
3036
3037 2002-12-23 [paul]       0.8.6claws126
3038
3039         * po/it.po
3040                 updated translation, submitted by Alessandro Maestri
3041                 
3042 2002-12-23 [paul]       0.8.6claws125
3043
3044         * src/quote_fmt_parse.y
3045                 fix signature-stripping on replies bug. match
3046                 '-- \n' and not '-- '.
3047
3048 2002-12-22 [paul]       0.8.6claws124
3049
3050         * po/bg.po
3051           po/es.po
3052           po/sr.po
3053                 updated translations. submitted by George Danchev,
3054                 Ricardo Mones Lastra, and Urke MMI respectively
3055
3056 2002-12-21 [paul]       0.8.6claws123
3057
3058         * src/addrbook.c
3059                 fix coding style
3060
3061 2002-12-21 [paul]       0.8.6claws122
3062
3063         * src/addrbook.c
3064                 fix bug [643638] where if a person is in one or more
3065                 addressbook groups editing that person's email 
3066                 address results in removal from those groups.
3067                 Patch submitted by Luke Plant.
3068
3069 2002-12-20 [christoph]  0.8.6claws121
3070
3071         * src/common/utils.c
3072         * src/summaryview.c
3073                 reimplement expand_search_string using GString to
3074                 prevent crashs caused by miscalculated string
3075                 lengths reported by Paul
3076
3077 2002-12-20 [christoph]  0.8.6claws120
3078
3079         * src/summaryview.c
3080                 don't use "changed" to check if op_count has to be changed as it
3081                 is also set when the message has unread children
3082                 (closes bug [ 653221 ] crash while deleting duplicates)
3083
3084 2002-12-20 [paul]       0.8.6claws119
3085
3086         * sync with 0.8.6cvs27
3087                 see ChangeLog 2002-12-20
3088
3089 2002-12-20 [paul]       0.8.6claws118
3090
3091         * sync with 0.8.6cvs26
3092                 see ChangeLog 2002-12-19 and 2002-12-20
3093
3094 2002-12-19 [alfons]     0.8.6claws117
3095
3096         * src/textview.c
3097                 fix incorrect parsing of email addresses, submitted by 
3098                 Luke Plant (thanks!). Closes bug "[ 565480 ] duplicate 
3099                 name display if it contains @".
3100
3101 2002-12-18 [paul]       0.8.6claws116
3102
3103         * sync with 0.8.6cvs23
3104                 see ChangeLog 2002-12-18
3105
3106 2002-12-18 [paul]       0.8.6claws115
3107
3108         * src/Makefile.am
3109         * src/account.c
3110         * src/codeconv.c
3111         * src/gtkutils.[ch]
3112         * src/imap.c
3113                 sync with 0.8.6cvs22.
3114                 see ChangeLog 2002-12-17 and 2002-12-18
3115
3116 2002-12-17 [christoph]  0.8.6claws114
3117
3118         * src/imap.c
3119                 o don't create a session if imap greeting fails
3120                 o don't close socket when authentication fails
3121                   this is done by imap_session_destroy
3122
3123 2002-12-17 [thorsten]   0.8.6claws113
3124
3125         * tools/Makefile.am
3126           tools/README
3127           tools/google_msgid.pl ** NEW FILE **
3128                 Added "search for message-id" script and doc
3129
3130 2002-12-17 [thorsten]   0.8.6claws112
3131
3132         * po/hu.po
3133                 Updated hungarian translation
3134                 (updated by Gal Zoltan)
3135
3136 2002-12-16 [christoph]  0.8.6claws111
3137
3138         * src/addr_compl.c
3139                 remove stupid addressbook dump to debug output
3140         * src/mh.c
3141                 fix memory leak found by Hiro
3142
3143 2002-12-14 [paul]       0.8.6claws110
3144
3145         * src/compose.c
3146                 fix menubar sensitivity on send
3147                 
3148         * src/prefs_filtering.c
3149         * src/prefs_matcher.c
3150         * src/prefs_scoring.c
3151                 Fix english ;)
3152                 
3153         * src/common/quoted-printable.h
3154                 sync: fix typo
3155         
3156 2002-12-13 [christoph]  0.8.6claws109
3157
3158         * src/Makefile.am
3159         * src/manage_window.[ch]        ** REMOVE **
3160         * src/gtk/Makefile.am
3161         * src/gtk/manage_window.[ch]    ** NEW **
3162                 move manage_window files to gtk directory
3163
3164 2002-12-13 [christoph]  0.8.6claws108
3165
3166         * src/Makefile.am
3167         * src/gtkshruler.[ch]           ** REMOVE **
3168         * src/gtk/Makefile.am
3169         * src/gtk/gtkshruler.[ch]       ** NEW **
3170                 move gtkshruler files to gtk directory
3171
3172 2002-12-13 [christoph]  0.8.6claws107
3173
3174         * src/Makefile.am
3175         * src/compose.c
3176         * src/gtkstext.[ch]             ** REMOVE **
3177         * src/gtkutils.[ch]
3178         * src/textview.c
3179         * src/gtk/gtkstext.[ch]         ** NEW **
3180         * src/gtk/Makefile.am
3181                 o move stext functions to gtkstext.c to remove
3182                   dependency of gtkutils
3183                 o move gtkstext files to gtk directory
3184
3185         * src/gtk/Makefile.am
3186         * src/gtk/sslcertwindow.[ch]
3187                 UI stuff can always depend on common code so
3188                 it's ok to add ../common to include path
3189
3190 2002-12-13 [colin]      0.8.6claws106
3191
3192         * src/summaryview.c
3193                 Disconnect sighandlers for mainwindow when
3194                 quicksearch has the focus
3195                 Fix bug #653231
3196         * src/mainwindow.[ch]
3197                 Make key_pressed callback public, to be able
3198                 to disconnect it
3199
3200 2002-12-13 [christoph]  0.8.6claws105
3201
3202         * src/mh.c
3203                 create .mh_sequences file in new MH folders
3204                 (closes feature request [ 523162 ] MH folders should
3205                  get a .mh_sequences)
3206
3207 2002-12-13 [colin]      0.8.6claws104
3208
3209         * src/summaryview.c
3210                 Better handling of quicksearch show/hide
3211                 (basically the button stays under the mouse 
3212                  when toggled)
3213
3214 2002-12-13 [paul]       0.8.6claws103
3215
3216         * sync with 0.8.6cvs17
3217                 see ChangeLog 2002-12-13
3218
3219 2002-12-13 [paul]       0.8.6claws102
3220
3221         * po/es.po
3222                 updated by Ricardo Mones Lastra
3223
3224 2002-12-11 [colin]       0.8.6claws101
3225
3226         * src/folder.c
3227                 remove statusbar stuff
3228           src/folderview.c
3229                 set statusbar verbosity when moving folders
3230
3231 2002-12-11 [colin]       0.8.6claws100
3232         * src/prefs_filtering.c
3233         * src/prefs_matcher.c
3234         * src/prefs_scoring.c
3235                 Fix english ;)
3236
3237 2002-12-11 [colin]       0.8.6claws99
3238
3239         * src/prefs_common.[ch]
3240                 Add summary_quicksearch_type
3241         * src/summaryview.c
3242                 Save last used quicksearch type
3243
3244 2002-12-11 [jens]       0.8.6claws98
3245         * src/prefs_filtering.c
3246         * src/prefs_matcher.c
3247         * src/prefs_scoring.c
3248                 added dialog for incomplete rules in scoring, filtering and
3249                 matcher to ask wheather really close
3250
3251 2002-12-11 [colin]      0.8.6claws97
3252
3253         * src/folder.c
3254                 Fix folder dnd statusbar logging
3255
3256 2002-12-10 [christoph]  0.8.6claws96
3257
3258         * src/compose.c
3259         * src/folder.c
3260         * src/imap.c
3261         * src/inc.c
3262         * src/main.c
3263         * src/mainwindow.c
3264         * src/news.c
3265         * src/send.c
3266         * src/statusbar.[ch]
3267         * src/common/hooks.c
3268         * src/common/log.[ch]
3269                 o handle verbose logging in statusbar directly in statusbar code
3270                   and common code does not need any knowledge about a statusbar
3271                 o remove direct calls to statusbar_(puts|pop)_all functions
3272
3273 2002-12-10 [jens]       0.8.6claws95
3274
3275         * src/*.c
3276                 removed gettext from g_warnings
3277         * po/POTFILES.in
3278                 cleaned and updated
3279         * po/de.po
3280                 updated
3281
3282 2002-12-10 [colin]      0.8.6claws94
3283
3284         * src/main.c
3285                 finish crash dialog fix
3286
3287 2002-12-10 [colin]      0.8.6claws93
3288
3289         * src/main.c
3290                 "Fix" "sylpheed already running" instead of
3291                 crash dialog appearing after a crash
3292
3293 2002-12-10 [colin]      0.8.6claws92
3294
3295         * po/POTFILES.in
3296                 add src/gtk/sslcertwindow.c
3297
3298 2002-12-10 [paul]       0.8.6claws91
3299
3300         * po/POTFILES.in
3301                 updated to reflect recent changes
3302                 submitted by Alessandro Maestri
3303
3304 2002-12-09 [christoph]  0.8.6claws90
3305
3306         * src/Makefile.am
3307         * src/smtp.[ch]                 ** REMOVE **
3308         * src/common/Makefile.am
3309         * src/common/smtp.[ch]          ** NEW **
3310                 move smtp files to common directory
3311
3312 2002-12-09 [christoph]  0.8.6claws89
3313
3314         * src/Makefile.am
3315         * src/session.[ch]              ** REMOVE **
3316         * src/common/Makefile.am
3317         * src/common/session.[ch]       ** NEW **
3318                 move session files to common directory
3319
3320 2002-12-09 [paul]       0.8.6claws88
3321
3322         * src/account.c
3323                 fix bug [649746] edit accounts: move account reverted
3324                 Patch submitted by Luke Plant <lukeplant@users.sourceforge.net>
3325
3326 2002-12-09 [colin]      0.8.6claws87
3327
3328         * src/ssl_certificate.c
3329                 cleanup
3330
3331 2002-12-09 [colin]      0.8.6claws86
3332
3333         * src/ssl.c
3334                 Try to open the cert.pem database and 
3335                 issue a warning if it isn't there
3336
3337 2002-12-09 [colin]      0.8.6claws85
3338
3339         * src/common/ssl_certificate.c
3340         * src/gtk/sslcertwindow.c
3341                 Warning fixes
3342
3343 2002-12-09 [colin]      0.8.6claws84
3344
3345         * src/ssl_certificate.[ch] ** REMOVED **
3346         * src/common/ssl_certificate.[ch] ** NEW **
3347         * src/Makefile.am
3348         * src/common/Makefile.am
3349                 Moved ssl_certificate.[ch] to common
3350         * src/common/ssl.c 
3351                 Put back needed include
3352         * src/gtk/sslcertwindow.[ch]
3353                 Changed ssl_certificate.h include
3354         
3355 2002-12-09 [colin]      0.8.6claws83
3356
3357         * src/gtk/sslcertwindow.[ch]
3358                 Implement hook for certificate acception
3359         * src/ssl_certificate.[ch]
3360                 Implement hook for certificate acception
3361         * src/common/ssl.c
3362                 Reenable certificate acception check
3363         * src/mainwindow.c
3364                 Register sslcertwindow's hook
3365         
3366 2002-12-08 [christoph]  0.8.6claws82
3367
3368         * src/about.c
3369         * src/addr_compl.c
3370         * src/codeconv.c
3371         * src/manual.c
3372         * src/undo.c
3373         * src/common/utils.c
3374                 o add missing includes
3375                 o fix warnings
3376         * src/.cvsignore
3377         * src/common/.cvsignore
3378         * src/common/version.h          ** REMOVE **
3379                 remove autogenerated file
3380
3381 2002-12-08 [paul]       0.8.6claws81
3382
3383         * src/stringtable.c
3384                 put back needed include
3385
3386 2002-12-08 [colin]      0.8.6claws80
3387         
3388         * src/gtk/sslcertwindow.c
3389                 Cleaner popups when asking
3390         * src/ssl_certificate.c
3391         * src/prefs_common.[ch]
3392                 remove ssl certificate pref
3393                 put back needed include
3394         * src/undo.c
3395                 put back needed include
3396
3397 2002-12-08 [christoph]  0.8.6claws79
3398
3399         * src/folderview.c
3400         * src/logwindow.c
3401         * src/statusbar.c
3402         * src/summaryview.c
3403                 only abort hook invokation if required data is missing not
3404                 if our own data pointer is NULL, update hookfunction for
3405                 log window
3406
3407 2002-12-08 [paul]       0.8.6claws78
3408
3409         * src/about.c
3410         * src/addrcache.c
3411         * src/addrclip.c
3412         * src/addr_compl.c
3413         * src/addrselect.c
3414         * src/codeconv.c
3415         * src/colorlabel.c
3416         * src/enriched.c
3417         * src/esmtp.c
3418         * src/exporthtml.c
3419         * src/headerview.c
3420         * src/imageview.c
3421         * src/manual.c
3422         * src/noticeview.c
3423         * src/pgptext.c
3424         * src/scoring.c
3425         * src/sourcewindow.c
3426         * src/stringtable.c
3427         * src/undo.c
3428                 clean up: remove unneccesary includes
3429
3430 2002-12-08 [christoph]  0.8.6claws77
3431
3432         * src/folderview.c
3433         * src/statusbar.c
3434         * src/summaryview.c
3435         * src/common/hooks.[ch]
3436                 hook functions now have a gboolean return value, if a hook
3437                 returns TRUE it will stop executing of any more hooks in
3438                 the same hooklist for this invokation
3439
3440 2002-12-08 [colin]      0.8.6claws76
3441         
3442         * src/main.c
3443                 put back argv0 for CRASH_DIALOG
3444
3445 2002-12-08 [christoph]  0.8.6claws75
3446
3447         * src/Makefile.am
3448         * src/about.c
3449         * src/account.c
3450         * src/crash.c
3451         * src/esmtp.h
3452         * src/imap.[ch]
3453         * src/inc.c
3454         * src/main.c
3455         * src/mainwindow.c
3456         * src/news.c
3457         * src/pop.[ch]
3458         * src/prefs_account.[ch]
3459         * src/prefs_common.[ch]
3460         * src/send.[ch]
3461         * src/smtp.[ch]
3462         * src/ssl_certificate.[ch]
3463         * src/ssl_manager.[ch]
3464         * src/common/Makefile.am
3465         * src/common/log.c
3466         * src/common/nntp.[ch]
3467         * src/common/socket.[ch]
3468         * src/common/ssl.[ch]
3469         * src/gtk/sslcertwindow.[ch]
3470         * ac/openssl.m4
3471                 use new autoconf script to detect OpenSSL with extra parameters
3472                 to specify the location of libs and includes, also remove USE_SSL
3473                 to USE_OPENSSL
3474
3475         * src/common/sylpheed.[ch]
3476         * src/common/version.h.in
3477                 start seperation of common code initialization seperated from gui
3478
3479         * src/summaryview.c
3480                 The function that is called when a color label changes
3481                 should not change the color lable again
3482
3483 2002-12-08 [colin]      0.8.6claws74
3484
3485         * src/gtk/sslcertwindow.c
3486                 warning fixes
3487
3488 2002-12-08 [colin]      0.8.6claws73
3489
3490         * src/statusbar.c
3491           src/common/log.h
3492                 Register a hook for statusbar_puts_all
3493         * src/common/log.c
3494                 invoke statusbar_puts_all's hook
3495         
3496 2002-12-08 [colin]      0.8.6claws72
3497
3498         * src/ssl_certificate.c
3499                 Put back a badly-removed include
3500
3501 2002-12-08 [colin]      0.8.6claws71
3502
3503         * src/gtk/sslcertwindow.[ch]    ** NEW **
3504                 new certificate presentation
3505         * src/gtk/Makefile.am
3506                 add new files
3507         * src/ssl_certificate.[ch]
3508                 gtk cleanup, made utility functions public
3509         * src/ssl_manager.c
3510                 use new cert presentation
3511
3512 2002-12-07 [christoph]  0.8.6claws70
3513
3514         * src/Makefile.am
3515         * src/nntp.[ch]                 ** REMOVE **
3516         * src/common/Makefile.am
3517         * src/common/nntp.[ch]          ** NEW **
3518                 move nntp files to common directory
3519
3520 2002-12-07 [christoph]  0.8.6claws69
3521
3522         * src/procmsg.[ch]
3523         * src/summaryview.c
3524                 implement msginfo update callback using sylpheed's new
3525                 hook system. Invoke hooks from procmsg_msginfo_[un]set_flags.
3526
3527 2002-12-06 [christoph]  0.8.6claws68
3528
3529         * src/editgroup.c
3530                 This patch changes the 'Edit Group Details' dialog to
3531                 allow extended selections in either pane, so that
3532                 addresses can be added or removed from a group more
3533                 quickly and easily. (it actually is a net decrease in
3534                 file size, as some unnecessary functions have been
3535                 removed). 
3536                 (patch submitted by Luke Plant <lukeplant@users.sourceforge.net>)
3537
3538 2002-12-06 [christoph]  0.8.6claws67
3539
3540         * src/Makefile.am
3541         * src/template.[ch]             ** REMOVE **
3542         * src/common/Makefile.am
3543         * src/common/template.[ch]      ** NEW **
3544                 move template files to common directory
3545
3546         * src/nntp.c
3547                 add missing log.h include
3548
3549 2002-12-06 [melvin]     0.8.6claws66
3550
3551         * src/prefs_actions.c
3552                 Added the trailing ">" syntax to insert command's output
3553                 without replacing old text (in contrast to trailing "|").
3554
3555 2002-12-05 [colin]      0.8.6claws65
3556         
3557         * src/common/utils.c
3558                 Don't modify original search_string or it'll change
3559                 the next iterations in the for()
3560
3561 2002-12-05 [darko]      0.8.6claws64
3562
3563         * src/common/utils.c
3564                 proper check for filtering commands, found by Colin
3565
3566 2002-12-05 [darko]      0.8.6claws63
3567
3568         * src/common/utils.c
3569                 check proper string for NULL pointer, found by Colin
3570
3571 2002-12-05 [darko]      0.8.6claws62
3572
3573         * src/common/utils.[ch]
3574                 expand_search_string(): new function
3575                 converts Mutt-like patterns to Sylpheed's
3576                 filtering engine
3577         * src/summaryview.c
3578                 use expand_search_string() to allow Mutt-like
3579                 patterns in extended search
3580         * README.claws
3581                 document extended option in quick search
3582
3583 2002-12-05 [paul]       0.8.6claws61
3584
3585         * sync with 0.8.6cvs16
3586                 see ChangeLog 2002-12-05
3587                 
3588         * po/POTFILES.in
3589                 clean up
3590
3591 2002-12-04 [christoph]  0.8.6claws60
3592
3593         * src/imap.[ch]
3594                 put imap authentication code into a new function and
3595                 remove it from imap_session_new that will allow to
3596                 send other commands before authentication
3597
3598 2002-12-04 [christoph]  0.8.6claws59
3599
3600         * src/imap.[ch]
3601                 use already existing method to prevent unneeded IMAP
3602                 folder selects. Set imap_select parameters to NULL
3603                 in some functions if the values are not required.
3604
3605         * src/xml.h
3606                 remove no longer required include
3607
3608 2002-12-04 [paul]       0.8.6claws58
3609
3610         * po/es.po
3611                 updated by Ricardo Mones Lastra
3612                 
3613         * configure.in
3614           po/hu.po      ** NEW FILE **
3615                 initial Hungarian translation, submitted
3616                 by Gál Zoltán <galzoli@hu.inter.net>
3617
3618 2002-12-03 [christoph]  0.8.6claws57
3619
3620         * src/Makefile.am
3621         * src/gtksctree.[ch]            ** REMOVE **
3622         * src/gtk/Makefile.am
3623         * src/gtk/gtksctree.[ch]        ** NEW **
3624                 move gtksctree files to gtk directory
3625
3626 2002-12-03 [christoph]  0.8.6claws56
3627
3628         * src/Makefile.am
3629         * src/md5.[ch]                  ** REMOVE **
3630         * srm/common/Makefile.am
3631         * src/common/md5.[ch]           ** NEW **
3632                 move md5 files to common directory
3633
3634         * src/gtkstext.c
3635                 remove not required #include
3636
3637 2002-12-03 [sergey]     0.8.6claws55
3638
3639         * src/gtkutils.c
3640         * src/gtkutils.h
3641                 gtkut_window_popup(): new function.
3642         * src/mainwindow.c
3643                 main_window_popup(): use gtkut_window_popup() to raise
3644                 window without changing its position.
3645                 (see sylpheed-main ML message [sylpheed:17247])
3646
3647 2002-12-03 [sergey]     0.8.6claws54
3648
3649         * src/send.c
3650                 send_message_local(): removed first-dot escaping
3651                 (SMTP-only, not needed for sending through pipe)
3652
3653 2002-12-03 [paul]       0.8.6claws53
3654
3655         * po/POTFILES.in
3656                 update to reflect recent changes (thanks
3657                 to Ricardo Mones Lastra)
3658                 
3659         * tools/filter_conv.pl
3660                  fix problem with quoted strings. Patch submitted
3661                  by Luke Plant <lukeplant@softhome.net>
3662
3663 2002-12-03 [paul]       0.8.6claws52
3664
3665         * sync with 0.8.6cvs15
3666                 see ChangeLog 2002-12-03
3667
3668 2002-12-02 [christoph]  0.8.6claws51
3669
3670         * src/logwindow.[ch]
3671         * src/common/log.[ch]
3672                 implement logging using a hook function
3673
3674         * src/folderview.c
3675         * src/folder.[ch]
3676                 define hooklist name in header file to avoid
3677                 errors caused by wrong spelling of hooklist names
3678
3679         * src/toolbar.c
3680                 fix warnings
3681
3682 2002-12-02 [christoph]  0.8.6claws50
3683
3684         * src/common/Makefile.am
3685                 add src/common/hooks.[ch]
3686
3687         * src/common/hooks.[ch]
3688                 implement a simple hook system using glib's hook functions
3689
3690         * src/folder.[ch]
3691         * src/folderview.c
3692                 use new hook system for folder item updates
3693
3694 2002-12-02 [christoph]  0.8.6claws49
3695
3696         * doc-src/ui_seperation.txt     ** NEW **
3697                 information for ui seperation
3698
3699         * src/Makefile.am
3700                 remove files that were moved to common
3701                 include common directory by default for the header files
3702
3703         * src/inc.c
3704         * src/common/socket.c
3705         * src/automaton.[ch]
3706                 implement automaton using g_io_*-functions instead of
3707                 gdk_input_add to make it ui independent
3708
3709         * src/codeconv.c
3710         * src/compose.c
3711         * src/ldif.c
3712         * src/pgptext.c
3713         * src/procmime.c
3714         * src/rfc2015.c
3715         * src/smtp.c
3716         * src/unmime.c
3717                 remove common/ prefix because directory is now in
3718                 include path
3719
3720         * src/compose.c
3721         * src/folder.c
3722         * src/folderview.c
3723         * src/mainwindow.c
3724         * src/messageview.c
3725         * src/prefs_common.c
3726         * src/procmsg.c
3727         * src/rfc2015.c
3728                 fix warnings
3729
3730         * src/imap.c
3731         * src/inc.c
3732         * src/news.c
3733         * src/pop.c
3734         * src/send.c
3735         * src/smtp.c
3736         * src/ssl_certificate.c
3737                 add log.h header file for logging functions
3738
3739         * src/main.c
3740         * src/common/utils.c
3741         * src/summaryview.c
3742         * src/xml.c
3743                 o move debug_mode to common/utils.c
3744                 o add functions to set and get debug_mode
3745
3746         * src/defs.h                    ** REMOVE **
3747         * src/intl.h                    ** REMOVE **
3748         * src/socket.[ch]               ** REMOVE **
3749         * src/ssl.[ch]                  ** REMOVE **
3750         * src/utils.[ch]                ** REMOVE **
3751                 replaced by new files in src/common/
3752         
3753         * src/common/Makefile.am
3754                 add new files in src/common/
3755
3756         * src/common/defs.h             ** NEW **
3757         * src/common/intl.h             ** NEW **
3758         * src/common/log.[ch]           ** NEW **
3759         * src/common/socket.[ch]        ** NEW **
3760         * src/common/ssl.[ch]           ** NEW **
3761         * src/common/utils.[ch]         ** NEW **
3762                 replacement for files in src/
3763
3764 2002-12-02 [colin]      0.8.6claws48
3765
3766         * src/folderview.c
3767                 Scroll folderview if necessary during dnd
3768
3769 2002-12-02 [colin]      0.8.6claws47
3770
3771         * src/folder.[ch]
3772                 Add check to verify a move is within a single mailbox
3773         * src/folderview.c
3774                 Add specific error string for this check
3775
3776 2002-12-02 [colin]      0.8.6claws46
3777
3778         * src/folder.c
3779                 Add a test to folder moving, remove a statusbar_print
3780         * src/folderview.c
3781                 Add Move folder... context-menu item
3782                 Factorize folder moving code
3783                 Enable folder DND for mbox
3784
3785 2002-12-01 [christoph]  0.8.6claws45
3786
3787         * ac/aspell.m4
3788                 remove conf.aspelltest if the version check fails
3789
3790 2002-11-30 [christoph]  0.8.6claws44
3791
3792         * autogen.sh
3793                 run libtoolize --force in autogen to create missing
3794                 libtool scripts
3795
3796 2002-11-30 [christoph]  0.8.6claws43
3797
3798         * src/Makefile.am
3799         * src/pgptext.c
3800         * src/procmime.c
3801         * src/rfc2015.c
3802         * src/uuencode.[ch]             ** REMOVED **
3803         * src/common/Makefile.am
3804         * src/common/uuencode.[ch]      ** NEW **
3805                 move uuen/decoder to common directory
3806
3807 2002-11-30 [christoph]  0.8.6claws42
3808
3809         * src/Makefile.am
3810         * src/base64.[ch]               ** REMOVED **
3811         * src/codeconv.c
3812         * src/compose.c
3813         * src/ldif.c
3814         * src/pgptext.c
3815         * src/procmime.c
3816         * src/rfc2015.c
3817         * src/smtp.c
3818         * src/unmime.c
3819         * src/common/Makefile.am
3820         * src/common/base64.[ch]        ** NEW **
3821                 move base64 en/decoder to common directory
3822
3823 2002-11-30 [christoph]  0.8.6claws41
3824
3825         * src/common                    ** NEW **
3826                 new directory for UI independent code
3827         * src/gtk                       ** NEW **
3828                 new directory for GTK frontend
3829         * src/common/.cvsignore         ** NEW **
3830         * src/gtk/.cvsignore            ** NEW **
3831                 ignore build files
3832         * src/common/Makefile.am        ** NEW **
3833         * src/gtk/Makefile.am           ** NEW **
3834                 automake files to build new seperated stuff
3835         * src/Makefile.am
3836                 the binary will currently still be build with the
3837                 files in src, so we include the code from the
3838                 subdirs for now after building the libs there
3839
3840 2002-11-30 [paul]       0.8.6claws40
3841
3842         * src/compose.c
3843                 fix bug [642731] 'Wrong selected account with drafted mail'
3844
3845 2002-11-29 [oliver]     0.8.6claws39
3846         
3847         * src/messageview.c
3848                 o update summaryview when switching between different
3849                   messageviews          
3850         * src/toolbar.c  
3851                 o check if messageview holds already removed msg
3852                   from summaryview
3853                 
3854
3855 2002-11-29 [oliver]     0.8.6claws38
3856
3857         * src/toolbar.c 
3858                 remove not needed variables and includes
3859                 make messageview stay opened and move to next when msgs are deleted 
3860
3861 2002-11-29 [oliver]     0.8.6claws37
3862         
3863         * src/toolbar.c 
3864                 disable compose button (messageview toolbar) by default
3865                 deleted msgs are moved to trash
3866         
3867 2002-11-29 [melvin]     0.8.6claws36
3868
3869         * configure.in
3870                 Increased minimal gpgme version to 0.3.10 (Zombies out)
3871                 and to detect signatures expirations (gpgme 0.3.6)
3872
3873         * src/main.c
3874                 Use non obsolescent function for Gpgme engine checking.
3875
3876         * src/rfc2015.c
3877                 Inform about expired signatures or signatures which key
3878                 has expired. Expiration date is displayed.
3879
3880         * src/sigstatus.c
3881                 Inform about expired signatures or signatures which key
3882                 has expired.
3883
3884 2002-11-28 [paul]       0.8.6claws35
3885
3886         * src/folderview.c
3887                 re-instate 'Check for new messages' in Newsgroup
3888                 folders right-click menu, after a suggestion from
3889                 Tim Mann <timmann@users.sourceforge.net>
3890
3891         * src/main.c
3892                 after a crash check only local folders for new
3893                 messages
3894
3895 2002-11-28 [paul]       0.8.6claws34
3896
3897         * configure.in
3898                 apply patch that fixes the checking of GTK with XIM 
3899                 support on different OSs, such as FreeBSD. Patch 
3900                 submitted by Topia <topia@users.sourceforge.net>
3901                 
3902 2002-11-28 [paul]       0.8.6claws33
3903
3904         * src/mainwindow.c
3905           src/prefs_common.c
3906           src/prefs_toolbar.c
3907                 more changes to the English
3908
3909 2002-11-28 [paul]       0.8.6claws32
3910
3911         * sync with 0.8.6cvs13
3912                 see ChangeLog 2002-11-28 (no sync needed
3913                 for src/compose.c)
3914
3915 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws31
3916         
3917         * src/mainwindow.[ch]
3918                 add patch by Ivan F. Martinez introducing messageview Toolbar
3919                 some changes and committed by oliver    
3920
3921 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws30
3922
3923         * src/messageview.[ch]
3924                 add patch by Ivan F. Martinez introducing messageview Toolbar
3925                 some changes and committed by oliver    
3926
3927 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws29
3928
3929         * src/compose.[ch]
3930                 add patch by Ivan F. Martinez introducing messageview Toolbar
3931                 some changes and committed by oliver    
3932
3933 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws28
3934         
3935         * src/toolbar.[ch]
3936                 add patch by Ivan F. Martinez introducing messageview Toolbar
3937                 some changes and committed by oliver
3938
3939 2002-11-28 [oliver]     0.8.6claws27
3940         
3941         * src/prefs_toolbar.[ch]
3942                 getting ready for messageview toolbar
3943                 free mem allocated by gettext
3944                 change prefs_toolbar to prefs_toolbar_open
3945  
3946 2002-11-28 [thorsten]   0.8.6claws26
3947
3948         * src/imageview.[ch]
3949                 cleaned up conflicting declarations of
3950                 imageview_show_image()
3951
3952 2002-11-28 [paul]       0.8.6claws25
3953
3954         * src/grouplistdialog.c
3955           src/prefs_common.c
3956           src/prefs_summary_column.c
3957                 a few more improvements to the English
3958
3959 2002-11-28 [colin]      0.8.6claws24
3960
3961         * man/sylpheed.1
3962                 A few updates to command-line parameters
3963
3964 2002-11-28 [colin]      0.8.6claws23
3965
3966         * src/prefs_filtering.c
3967                 Fix problems with prefs_filtering_delete_path:
3968                 a) if the first rule is removed, original pointers
3969                    weren't updated (leading to segfaults)
3970                 b) it was always global_processing updated in case
3971                    of removed path was parent of rule path
3972
3973 2002-11-27 [paul]       0.8.6claws22
3974
3975         * src/mainwindow.c
3976           src/prefs_account.c
3977           src/prefs_actions.c
3978           src/prefs_common.c
3979           src/prefs_customheader.c
3980           src/prefs_display_header.c
3981           src/prefs_filtering.c
3982           src/prefs_folder_item.c
3983           src/prefs_matcher.c
3984           src/prefs_scoring.c
3985           src/prefs_summary_column.c
3986           src/prefs_template.c
3987           src/prefs_toolbar.c
3988                  improve the English in the GUI
3989
3990 2002-11-27 [colin]      0.8.6claws21
3991
3992         * src/folder.c
3993                 Fix processing renaming problems happening after
3994                 last commit
3995
3996 2002-11-27 [colin]      0.8.6claws20
3997
3998         * src/folder.c
3999                 recursive move now deletes src each subfolder after 
4000                 having moved it
4001         * src/folderview.c
4002                 Use identifier instead of path during dnd (enables
4003                 IMAP folder dnd)
4004
4005 2002-11-27 [paul]       0.8.6claws19
4006
4007         * src/main.c
4008                 apply patch that does command-line processing 
4009                 BEFORE gtk_init, allowing claws to run from 
4010                 shell-scripts in non-X environment (e.g. crontab 
4011                 or ip-up, ip-down scripts). Patch submitted by
4012                 Ruslan N. Balkin <baron@dartel.ru>
4013                 
4014         * po/it.po
4015                 updated by Alessandro Maestri
4016
4017 2002-11-27 [paul]       0.8.6claws18
4018
4019         * sync with 0.8.6cvs12
4020           src/prefs_common.c
4021                 Differences are that main uses a 'Receive dialog'
4022                 frame on the Interface tab, whereas claws groups all 
4023                 the dialogs together in a 'Dialogs' frame.
4024
4025 2002-11-27 [colin]      0.8.6claws17
4026
4027         * src/prefs_matcher.c
4028                 Fix Execute criteria's NOT flag
4029
4030
4031 2002-11-26 [christoph]  0.8.6claws16
4032
4033         * src/ssl.c
4034                 rewrite the ssl code a little bit, only use one
4035                 SSL context, set default certificates' file/path
4036
4037 2002-11-26 [thorsten]   0.8.6claws15
4038
4039         * src/compose.c
4040                 default-reply-to didn't work for ml-reply
4041
4042 2002-11-26 [melvin]     0.8.6claws14
4043
4044         * src/prefs_actions.c
4045                 Made pipe-actions ignore short headers in message view
4046                 Made trailing-pipe-actions write in the message view with
4047                 the same font as the original message
4048
4049 2002-11-26 [paul]       0.8.6claws13
4050
4051         * src/compose.c
4052                 this time commit the correct file
4053
4054 2002-11-26 [paul]       0.8.6claws12
4055
4056         * sync with 0.8.6cvs11
4057           src/quote_fmt_parse.y  
4058                 no sync needed
4059           src/account.[ch]       
4060                 not sync'ed
4061           src/compose.c
4062                 compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
4063                 on draft mode.
4064                 compose_reedit(): add check for 'X-Sylpheed-Account-Id:' 
4065                 header
4066                 
4067         see ChangeLog 2002-11-25 and 2002-11-26
4068
4069 2002-11-26 [colin]      0.8.6claws11
4070
4071         * src/folderview.c
4072                 Fix collapsed folder not auto-expanding during
4073                 mail dnd, if it was the source folder.
4074
4075 2002-11-25 [colin]      0.8.6claws10
4076
4077         * src/folderview.[ch]
4078                 Variable renaming and cleaning (slist of nodes 
4079                 to be re-collapsed is stored in FolderView)
4080
4081 2002-11-25 [paul]       0.8.6claws9
4082
4083         * src/prefs_common.[ch]
4084                 fix breakage caused by last commit
4085
4086 2002-11-25 [paul]       0.8.6claws8
4087
4088         * sync with 0.8.6cvs4
4089                 see ChangeLog 2002-11-21
4090
4091 2002-11-25 [paul]       0.8.6claws7
4092
4093         * sync with 0.8.6cvs4
4094                 see ChangeLog 2002-11-20
4095
4096 2002-11-25 [paul]       0.8.6claws6
4097
4098         * sync with 0.8.6cvs3
4099                 see ChangeLog 2002-11-18
4100
4101 2002-11-25 [colin]      0.8.6claws5
4102
4103         * src/gtkutils.[ch]
4104                 Add gtkut_ctree_node_is_parent()
4105         * src/folderview.c
4106                 Spring-loaded folders
4107
4108 2002-11-25 [colin]      0.8.6claws4
4109
4110         * src/utils.[ch]
4111                 Add slist_concat_unique(), function to merge
4112                 two GSList filtering dups
4113         * src/folder.[ch]
4114         * src/summaryview.[ch]
4115         * src/folderview.c
4116         * src/main.c
4117                 Add detection/update/display of unread answers
4118                 to marked mails
4119         * src/procmsg.[ch]
4120                 Add procmsg_find_children()
4121                 Add procmsg_msg_has_marked_parent()
4122
4123 2002-11-25 [colin]      0.8.6claws3
4124
4125         * src/ssl_certificate.[ch]
4126                 Allow checking a certificate without a DNS
4127                 lookup
4128                 Allow to forget a cert (by deleting it)
4129                 Make ssl_certificate_destroy_public
4130         * src/ssl_manager.[ch] ** NEW FILES **
4131                 Gui to manage (display/remove) certificates
4132         * src/prefs_common.[ch]
4133                 Add a pref to allow silent acceptation of
4134                 trusted certificates or not (based on the
4135                 "I want to know what's going on" principle)
4136         * src/mainwindow.c
4137                 Add SSL manager in Tools menu
4138         * src/Makefile.am
4139                 Add the new files to the build
4140         * po/POTFILES.in
4141                 Add ssl_manager.c to translations
4142
4143 2002-11-25 [colin]      0.8.6claws2
4144
4145         * src/summaryview.[ch]
4146                 Add S_SEARCH_EXTENDED to the quick search, which 
4147                 allows to search using filtering syntax.
4148
4149 2002-11-25 [colin]      0.8.6claws1
4150
4151         * src/summaryview.c
4152                 Deletion of duplicates now prefer deleting
4153                 the unread dup (fixes feature-request 638989).
4154
4155 2002-11-24 [paul]       0.8.6claws
4156
4157         * po/es.po
4158           po/pl.po
4159           po/ru.po
4160           po/sr.po
4161                 updated by Ricardo Mones Lastra,
4162                 Witold Wladyslaw Wojciech Wilk,
4163                 Ruslan N. Balkin, and  Urke MMI 
4164                 respectively
4165
4166 2002-11-24 [paul]       0.8.5claws182
4167
4168         * po/bg.po
4169                 updated by George Danchev
4170
4171 2002-11-23 [alfons]     0.8.5claws181
4172
4173         * src/imap.c
4174                 tiny memory leak found by browsing Dimitar's 
4175                 valgrind report
4176
4177 2002-11-23 [paul]       0.8.5claws180
4178
4179         * po/it.po
4180                 updated by Alessandro Maestri
4181
4182 2002-11-22 [christoph]  0.8.5claws179
4183
4184         * src/compose.c
4185         * src/inc.c
4186         * src/prefs_filtering.c
4187         * src/summaryview.c
4188                 more warning fixes
4189
4190 2002-11-22 [alfons]     0.8.5claws178
4191
4192         * src/summaryview.c
4193                 summary_execute_delete_func(): if message is deleted, make 
4194                 sure to also remove its entry in the subject hash table. 
4195                 fixes a corner case bug.
4196
4197 2002-11-22 [paul]       0.8.5claws177
4198
4199         * .cvsignore
4200                 add 'autom4te.cache'
4201                 
4202         * ltconfig      ** REMOVED **
4203                 not needed
4204
4205 2002-11-22 [paul]       0.8.5claws176
4206
4207         * src/textview.c
4208                 textview_set_font(): fix for message display in
4209                 UTF-8 locales (thanks to Sergey Vlasov).
4210                 
4211         * AUTHORS
4212                 add new team members and contributors
4213
4214
4215 2002-11-21 [colin]      0.8.5claws175
4216
4217         * src/procmsg.[ch]
4218                 Add procmsg_remove_special_headers()
4219         * src/mh.c
4220                 Use procmsg_remove_special_headers() for 
4221                 previous fix
4222
4223 2002-11-21 [colin]      0.8.5claws174
4224
4225         * src/mh.c
4226                 Fix moving/copying from queue/draft folders
4227                 for MH folders
4228
4229 2002-11-21 [christoph]  0.8.5claws173
4230
4231         * src/crash.c
4232         * src/filtering.c
4233         * src/logwindow.c
4234         * src/main.c
4235         * src/matcher_parser_lex.[hl]
4236         * src/mbox.c
4237         * src/mbox_folder.[ch]
4238         * src/prefs_filtering.c
4239         * src/procheader.c
4240         * src/quote_fmt_lex.l
4241         * src/ssl.c
4242                 fix all warnings except the warnings in lex and yacc files
4243
4244 2002-11-20 [christoph]  0.8.5claws172
4245
4246         * src/imap.c
4247                 fix MsgInfo retrieval for IMAP draft and queue folders
4248                 (closes bug [ 619558 ] Draft saving on IMAP box issue)
4249
4250 2002-11-19 [christoph]  0.8.5claws171
4251
4252         * src/compose.c
4253                 fix segfault, when draft saving does not get
4254                 the MsgInfo of the new message
4255                 (closes bug [ 640699 ] Claws170: crash drafting mail ( IMAP ))
4256
4257 2002-11-19 [christoph]  0.8.5claws170
4258
4259         * src/procmsg.c
4260                 add parameter check for flag setting function
4261                 (closes bug [ 640619 ] Claws169: crash - drafting a mail (IMAP))
4262
4263 2002-11-18 [paul]       0.8.5claws169
4264
4265         * src/compose.c
4266                 more sensitivity fixes to redirect mode:
4267                 * disable toolbar draft button
4268                 * allow only Address book in the Tools menu
4269                 * disable editing of message by the spell
4270                   checker
4271
4272 2002-11-18 [paul]       0.8.5claws168
4273
4274         * src/compose.c
4275                 fix sensitivity of menu items in compose_redirect():
4276                 allow only the necessary items 
4277
4278 2002-11-18 [paul]       0.8.5claws167
4279
4280         * src/compose.c
4281                 fix bug [ 603259 ] 'attachment got lost on bounce'
4282
4283 2002-11-18 [paul]       0.8.5claws166
4284
4285         * po/ru.po
4286                 updated by Ruslan N. Balkin <baron@dartel.ru>
4287
4288 2002-11-18 [colin]      0.8.5claws165
4289
4290         * src/main.c
4291           src/defs.h
4292                 Remove old filtering stuff
4293
4294
4295 2002-11-17 [oliver]     0.8.5claws164
4296
4297         * src/toolbar.h
4298                 remove not needed typedef 
4299
4300 2002-11-17 [oliver]     0.8.5claws163
4301
4302         * src/toolbar.c
4303                 make toolbar's on click events translatable
4304
4305 2002-11-15 [colin]      0.8.5claws162
4306
4307         * src/summaryview.c
4308                 Revert too-soon integration of a feature
4309
4310 2002-11-15 [christoph]  0.8.5claws161
4311
4312         * src/imap.c
4313                 use main's implementation of imap_get_msginfo
4314
4315 2002-11-15 [christoph]  0.8.5claws160
4316
4317         * src/compose.c
4318         * src/folder.[ch]
4319         * src/imap.c
4320         * src/mbox_folder.c
4321         * src/mh.c
4322         * src/news.c
4323         * src/procmsg.c
4324         * src/summaryview.c
4325                 replace claws' fetch_msginfo with main's get_msginfo
4326                 (use main's implementation where possible)
4327
4328 2002-11-15 [colin]      0.8.5claws159
4329
4330         * src/ssl_certificate.c
4331                 Missed a check
4332
4333 2002-11-16 [melvin]     0.8.5claws158
4334
4335         * po/fr.po
4336                 Updated French translations.
4337
4338 2002-11-16 [colin]      0.8.5claws157
4339
4340         * src/ssl_certificate.c
4341                 Check for missing parts in the certificates
4342
4343 2002-11-15 [colin]      0.8.5claws156
4344
4345         * src/folderview.c
4346                 Preventive fix (missing check) found by
4347                 Alfons
4348
4349 2002-11-15 [paul]
4350
4351         * NEWS
4352                 sync with 0.8.6 release
4353
4354 2002-11-15 [colin]      0.8.5claws155
4355
4356         * src/folder.[ch]
4357           src/folderview.c
4358                 Fix error handling of folder_item_move_to()
4359                 (thanks to Alfons!)
4360
4361 2002-11-15 [colin]      0.8.5claws154
4362
4363         * src/folder.[ch]
4364           src/folderview.c
4365                 folder_item_move_to() sets an error message instead
4366                 of having GUI stuff in folder.c
4367
4368 2002-11-15 [colin]      0.8.5claws153
4369
4370         * src/procmsg.[ch]
4371                 Implemented a callback for MsgInfo updates, 
4372                 heavily copy/pasted from Christoph's folder 
4373                 callback system
4374         * src/summaryview.[ch]
4375                 Register summary_update_msg as callback
4376
4377 2002-11-14 [colin]      0.8.5claws152
4378         
4379         * src/procmsg.c
4380                 Update the FolderItem after sending (fixes 617593)
4381
4382 2002-11-14 [christoph]  0.8.5claws151
4383
4384         * src/folder.c
4385                 fix wrong position of NULL pointer check found
4386                 by Sergey
4387
4388 2002-11-14 [christoph]  0.8.5claws150
4389
4390         * src/folder.c
4391                 fix segfault when deleting messages from IMAP folders
4392                 (closes bug [ 635641 ] Crash deleting mail in IMAP trash)
4393
4394 2002-11-14 [colin]      0.8.5claws149
4395
4396         * src/compose.c
4397                 Forwarding was also ignoring the folder's default account.
4398
4399 2002-11-14 [colin]      0.8.5claws148
4400
4401         * src/compose.c
4402                 Fix sent folder not set to folder properties when 
4403                 forwarding.
4404
4405 2002-11-14 [thorsten]   0.8.5claws147
4406
4407         * src/inc.c
4408                 inc_start(): Files were not moved from .processing to inbox,
4409                 if no global processing rule existed
4410
4411 2002-11-14 [colin]      0.8.5claws146
4412
4413         * src/ssl_certificate
4414                 Fix file operations
4415
4416 2002-11-14 [paul]       0.8.5claws145
4417
4418         * po/it.po
4419                 updated by Alessandro Maestri
4420
4421 2002-11-13 [alfons]     0.8.5claws144
4422
4423         * src/folder.c
4424                 folder_item_close(): only mark messages unread
4425                 when a folder has new messages 
4426
4427 2002-11-13 [keith]      0.8.5claws143
4428
4429         * src/imap.c
4430                 Fix problem moving or copying between
4431                 IMAP folders
4432
4433 2002-11-13 [colin]      0.8.5claws142
4434
4435         * src/matcher_parser_parse.y
4436                 Fix rule problem when " don't match
4437
4438 2002-11-13 [christoph]  0.8.5claws141
4439
4440         * src/folder.c
4441         * src/folderview.c
4442                 moved cache saving to folder_item_close
4443                 the folderview should not have to deal with
4444                 this things
4445
4446 2002-11-13 [christoph]  0.8.5claws140
4447
4448         * src/summaryview.c
4449                 moved setting of important score to
4450                 summary_set_prefs_from_folderitem
4451
4452 2002-11-13 [colin]      0.8.5claws139
4453
4454         * src/matcher_parser_parse.y
4455                 Fix a segfault in the parser (happening when
4456                 a good expression had been tested and a bad 
4457                 one arrives)
4458
4459 2002-11-13 [paul]       0.8.5claws138
4460
4461         * sync with 0.8.5cvs24
4462                 see ChangeLog 2002-11-13
4463                 
4464         * po/pt_BR.po
4465                 updated by Fabio Jr. Beneditto
4466
4467 2002-11-13 [colin]      0.8.5claws137
4468         
4469         * src/msgcache.c
4470           src/defs.h
4471           src/procmsg.[ch]
4472                 Revert last commit, problem
4473
4474 2002-11-13 [colin]      0.8.5claws136
4475
4476         * src/msgcache.c
4477                 Remove duplicated code
4478         * src/defs.h
4479                 Bumped CACHE_VERSION and MARK_VERSION
4480         * src/procmsg.[ch]
4481                 Network endian for cache and mark files
4482
4483 2002-11-12 [colin]      0.8.5claws135
4484
4485         * src/inc.c
4486                 Fix the "socket error" dialog which disappeared
4487
4488 2002-11-12 [colin]      0.8.5claws134
4489
4490         * src/msgcache.c
4491                 Reverse last commit which had performance 
4492                 problems, but still reverse the list
4493
4494 2002-11-12 [colin]      0.8.5claws133
4495
4496         * src/msgcache.c
4497                 Reverse list order
4498
4499 2002-11-12 [melvin]     0.8.5claws132
4500
4501         * src/compose.c
4502                 Added a check for a NULL prefs_common.dictionary
4503
4504 2002-11-12 [colin]      0.8.5claws131
4505
4506         * src/ssl_certificate.[ch]
4507                 Use FQDN hostname
4508
4509 2002-11-12 [colin]      0.8.5claws130
4510
4511         * src/ssl_certificate.[ch]
4512                 Take connection port into account for 
4513                 checking certificates (a single hostname
4514                 could have multiple servers with multiple
4515                 certificates)
4516         * src/ssl.c
4517                 Pass the port to ssl_certificate_check
4518
4519 2002-11-12 [paul]       0.8.5claws129
4520
4521         * src/folder.c
4522                 fix a typo in last commit
4523
4524 2002-11-12 [paul]       0.8.5claws128
4525
4526         * sync with 0.8.5cvs23
4527                 see ChangeLog entry 2002-11-12
4528
4529 2002-11-11 [colin]      0.8.5claws127
4530
4531         * src/ssl_certificate.c
4532                 Cleaner messages
4533                 Don't popup, instead log error, if the 
4534                 corresponding pref is checked
4535         * src/ssl_certificate.h
4536                 include <openssl/objects/h>
4537
4538 2002-11-11 [colin]      0.8.5claws126
4539
4540         * src/ssl_certificate.h
4541                 _Really_ clean it
4542
4543 2002-11-11 [colin]      0.8.5claws125
4544         
4545         * src/ssl_certificate.c
4546                 Fixed leak
4547
4548 2002-11-11 [colin]      0.8.5claws124
4549
4550         * src/ssl.c
4551                 Cleaned a bit
4552         * src/ssl_certificate.[ch]
4553                 Cleaned a bit (better use of SSL API)
4554                 (This will cause non-recognition of saved 
4555                  certificates of claws12[23]...)
4556
4557 2002-11-11 [paul]       0.8.5claws123
4558         
4559         * po/es.po
4560                 updated by Ricardo Mones Lastra
4561
4562 2002-11-11 [colin]      0.8.5claws122
4563
4564         * src/ssl.c
4565                 Fix a typo
4566
4567 2002-11-11 [colin]      0.8.5claws121
4568
4569         * src/ssl_certificate.[ch] ** NEW FILES **
4570         * src/ssl.[ch]
4571                 Check SSL certificates presented to us
4572         * src/Makefile.am
4573                 Add ssl_certificate.[ch]
4574         * po/POTFILES.in
4575                 Add ssl_certificate.c
4576
4577 2002-11-11 [paul]       0.8.5claws120
4578
4579         * sync with 0.8.5cvs22
4580                 see ChangeLog 2002-11-11
4581
4582 2002-11-11 [paul]       0.8.5claws119
4583
4584         * sync with 0.8.5cvs21
4585                 see ChangeLog 2002-11-11
4586
4587 2002-11-10 [jens]       0.8.5claws118
4588
4589         * src/folder.c
4590         * src/folderview.c
4591                 corrected some typing
4592         * po/de.po
4593                 updated german translation
4594         * sylpheed.spec.in
4595                 cleaned up specfile and adjusted it for claws
4596
4597 2002-11-10 [colin]      0.8.5claws117
4598
4599         * src/summaryview.c
4600                 a STATUSBAR_PUSH/POP fix
4601
4602 2002-11-10 [colin]      0.8.5claws116
4603
4604         * src/prefs_folder_item.c
4605                 Fix hanging after opening folder properties
4606
4607 2002-11-10 [hoa]        0.8.5claws115
4608
4609         * src/matcher_parser_lex.l
4610         * src/matcher_parser_parse.y
4611                 config file for scoring and filtering is no more trashed
4612                 when there is a syntax error in a filtering rule when
4613                 editing it in a dialog.
4614
4615 2002-11-09 [colin]      0.8.5claws114
4616
4617         * src/mbox_folder.c
4618                 Added missing initialisation of folder->destroy()
4619
4620 2002-11-09 [colin]      0.8.5claws113
4621
4622         * src/folder.c
4623           src/folderview.c
4624                 Fix the status bar messages
4625
4626 2002-11-09 [colin]      0.8.5claws112
4627
4628         * src/folderview.c
4629                 Fix hangs after folder dnd, happening after 
4630                 claws109.
4631
4632 2002-11-09 [christoph]  0.8.5claws111
4633
4634         * src/folderview.c
4635                 just changed order of calls (reverse order of
4636                 associated calls)
4637         * src/inc.c
4638                 lock inc when checking only one account, otherwise
4639                 inc all could be executed at the same time
4640
4641 2002-11-09 [christoph]  0.8.5claws110
4642
4643         * src/folderview.c
4644                 better unlock the mouse cursor before calling
4645                 summary_show because it changes the cursor too
4646
4647 2002-11-09 [christoph]  0.8.5claws109
4648
4649         * src/folder.[ch]
4650         * src/folderview.c
4651                 add functions to open and close a folder
4652                 o opending will execute scanning for remote folders
4653                   and processing
4654                 o closing will unset new flag for messages
4655
4656 2002-11-09 [colin]      0.8.5claws108
4657
4658         * src/folder.c
4659                 Add a call to prefs_matcher_write_config to 
4660                 avoid non-leaf folders filtering settings to be
4661                 lost
4662
4663 2002-11-09 [paul]       0.8.5claws107
4664
4665         * src/prefs_account.c
4666                 re-word a label
4667
4668 2002-11-09 [colin]      0.8.5claws106
4669
4670         * src/folderview.c
4671                 Minor esthetic fix
4672
4673 2002-11-09 [colin]      0.8.5claws105
4674
4675         * src/folderview.c
4676                 Fix prefs_filtering deletion for MH folders (same
4677                 reason as below)
4678         * src/prefs_filtering.c
4679                 Fix prefs_filtering renaming and deletion for 
4680                 folder-based processing rules.  
4681
4682 2002-11-09 [christoph]  0.8.5claws104
4683
4684         * src/compose.c
4685         * src/folder.[ch]
4686         * src/folderview.[ch]
4687         * src/import.c
4688         * src/inc.c
4689         * src/main.c
4690         * src/mainwindow.c
4691         * src/messageview.c
4692         * src/prefs_folder_item.c
4693         * src/procmsg.c
4694         * src/summaryview.c
4695                 implement a callback system for folder item updates
4696
4697 2002-11-09 [colin]      0.8.5claws103
4698
4699         * src/folderview.c
4700                 Fix prefs_filtering renaming for MH folders (we
4701                 shouldn't rename by path as another folder could
4702                 have the same hierarchy).
4703
4704 2002-11-09 [colin]      0.8.5claws102
4705
4706         * src/folder.c
4707                 Fix a leak found by Christoph, use better variable
4708                 names
4709
4710 2002-11-09 [colin]      0.8.5claws101
4711
4712         * src/folder.c
4713                 One more fix for processing rules
4714
4715 2002-11-08 [colin]      0.8.5claws100
4716         
4717         * src/matcher.c
4718                 Don't copy the compiled regexp (will be reevaluated)
4719         * src/folderview.c
4720                 Lock folderview while moving
4721         * src/folder.c
4722                 Provide info on what's happening to the user
4723
4724 2002-11-08 [colin]      0.8.5claws99
4725
4726         * src/folderview.c
4727                 Fix folder reordering after a move if parent is 
4728                 root
4729         * src/scoring.[ch]
4730                 Add function to copy a ScoringProp
4731         * src/prefs_folder_item.c
4732                 Copy scoring rules when copying a folder prefs
4733
4734 2002-11-08 [colin]      0.8.5claws98
4735
4736         * src/folderview.c
4737                 Fixes in case of failure
4738         * src/filtering.[ch]    
4739                 Add function to duplicate a FilteringProp
4740         * src/matcher.[ch]
4741                 Add function to duplicate a MatcherProp
4742         * src/prefs_folder_item.c
4743                 Save folder's processing rules when copying 
4744                 its prefs
4745
4746 2002-11-08 [colin]      0.8.5claws97
4747         
4748         * src/folderview.c
4749                 Sort after move
4750         * src/folder.c 
4751                 Change a printf to debug_print
4752
4753 2002-11-08 [colin]      0.8.5claws96
4754
4755         * src/folder.c
4756           src/folderview.c
4757                 Fix segfaults, call me stupido
4758         
4759
4760 2002-11-08 [colin]      0.8.5claws95
4761
4762         *src/folder.c
4763                 Added forgotten prefs to save when moving folders
4764
4765 2002-11-08 [colin]      0.8.5claws94
4766
4767         * src/folder.c
4768                 Fixes to folder DND (prefs copy)
4769         * src/folderview.c
4770                 Optimization for folder DND (don't rescan whole tree)
4771                 Added folderview_create_folder_node() for this 
4772                 optimization, so de-duped a bit the code
4773         * src/prefs_folder_item.[ch]
4774                 Added prefs_folder_item_copy_prefs()    
4775           
4776 2002-11-08 [paul]       0.8.5claws93
4777
4778         * src/prefs_account.c
4779           tools/README
4780           tools/kmail2sylpheed_v2.pl
4781                 correct some typos
4782
4783 2002-11-08 [paul]       0.8.5claws92
4784
4785         * src/compose.c
4786           src/prefs_account.[ch]
4787                 remove account options 'clearsign' and 'ascii_armored',
4788                 replace with 'default_gnupg_mode' to prevent mixed-mode
4789                 Privacy settings
4790
4791 2002-11-08 [paul]       0.8.5claws91
4792
4793         * src/compose.[ch]
4794                 re-implement GnuPG 'on-the-fly' mode selection,
4795                 disallow mixed-mode
4796
4797 2002-11-08 [colin]      0.8.5claws90
4798
4799         * src/folderview.c
4800           src/prefs_folder_item.c
4801                 Change "Property" to "Properties"
4802
4803 2002-11-07 [colin]      0.8.5claws89
4804
4805         * src/folderview.c
4806           src/folder.c
4807                 Allow folder dropping to a root folder
4808
4809 2002-11-07 [paul]       0.8.5claws88
4810
4811         * src/compose.c
4812                 revert last commit
4813
4814 2002-11-07 [paul]       0.8.5claws87
4815
4816         * src/compose.c
4817                 fix reply-to-list bug. closes bug report
4818                 "[633382] reply-to-list broken in recent cvs"
4819
4820 2002-11-07 [paul]       0.8.5claws86
4821
4822         * src/compose.c
4823                 add a forgotten '#if USE_GPGME ... #endif'
4824
4825 2002-11-07 [paul]       0.8.5claws85
4826
4827         * sync with 0.8.5cvs20
4828                 see ChangeLog 2002-11-07
4829
4830 2002-11-07 [colin]      0.8.5claws84
4831
4832         * src/folder.[ch]
4833                 Change folder_item_move_to to return the newly 
4834                 created folderitem.
4835         * src/folderview.c
4836                 Select the new folderitem after moving.
4837
4838 2002-11-07 [colin]      0.8.5claws83
4839
4840         * src/prefs_filtering.c
4841                 Fix rule rewriting when moving a leaf folder to a 
4842                 shorter path
4843
4844 2002-11-07 [colin]      0.8.5claws82
4845
4846         * src/prefs_filtering.c
4847                 fix a leak
4848
4849 2002-11-07 [colin]      0.8.5claws81
4850
4851         * src/folder.[ch]
4852                 Add folder_item_move_to() function to move a 
4853                 folderitem into another one (updates matcher etc)
4854         * src/folderview.c
4855                 Add folder drag'n drop (context menu to come)
4856                 [Should be dataloss free, but Please backup before 
4857                  trying !]
4858
4859 2002-11-06 [colin]      0.8.5claws80
4860
4861         * src/mh.c
4862                 mh_create_folder() returns NULL if can't create
4863                 directory hierarchy
4864
4865 2002-11-06 [paul]       0.8.5claws79
4866
4867         * src/compose.[ch]
4868                 allow 'on-the-fly' changing of the type of encryption 
4869                 and/or signing used (mime/ascii) via the compose window
4870
4871 2002-11-06 [paul]       0.8.5claws78
4872
4873         * sync with 0.8.5cvs19
4874                 see ChangeLog 2002-11-06 for src/account.c: 
4875                 account_get_special_folder()
4876                 
4877 2002-11-05 [alfons]     0.8.5claws77
4878
4879         * src/crash.c
4880                 very minor cleanups: nothing to see here, move on. :-)
4881
4882 2002-11-05 [colin]      0.8.5claws76
4883
4884         * src/main.c
4885                 Changes choices if compose windows are opened to
4886                 Discard, Draft, Don't quit
4887
4888 2002-11-05 [thorsten]   0.8.5claws75
4889
4890         * src/compose.c
4891                 reenabled default_reply_to folder option
4892
4893 2002-11-05 [colin]      0.8.5claws74
4894
4895         * src/compose.[ch] 
4896                 add compose_draft()
4897         * src/crash.c
4898                 add SIGTERM handler
4899         * src/main.[ch]
4900                 add clean_quit() for the SIGTERM handler
4901
4902 2002-11-05 [paul]       0.8.5claws73
4903         
4904         * po/es.po
4905                 updated by Ricardo Mones Lastra
4906
4907 2002-11-05 [melvin]     0.8.5claws72
4908
4909         * src/logwindow.c
4910                 Fixed log-clipping bug #616795.
4911                 To stop logging in the log window use 0 length.
4912         * src/prefs_common.c
4913                 Added a label to inform about the 0 log length behaviour.
4914
4915 2002-11-05 [paul]       0.8.5claws71
4916
4917         * sync with 0.8.5cvs17
4918                 see ChangeLog 2002-11-05
4919
4920 2002-11-04 [paul]       0.8.5claws70
4921
4922         * sylpheed-128x128.png
4923           sylpheed-64x64.png
4924           sylpheed.png
4925                 replace with pngcrushed icons. Submitted by Nicolas Kaiser,
4926                 <nikai@users.sourceforge.net>
4927                 
4928         * po/bg.po
4929                 updated by George Danchev
4930
4931 2002-11-03 [thorsten]   0.8.5claws69
4932
4933         * src/main.c
4934           src/mimeview.c
4935           src/rfc2015.h
4936                 add check if gpg is active
4937
4938 2002-11-03 [thorsten]   0.8.5claws68
4939
4940         * src/toolbar.h
4941                 removed GSList declaration causing trouble on MacOS-X
4942                 (submitted by alfons, reported by xfesty)
4943
4944 2002-11-01 [paul]       0.8.5claws67
4945
4946         * src/mainwindow.c
4947                 remove last remnants of main's filter code
4948
4949 2002-11-01 [paul]       0.8.5claws66
4950
4951         * tools/filter_conv.pl
4952                 fix bug where user-defined headers were ignored
4953
4954 2002-11-01 [paul]       0.8.5claws65
4955
4956         * src/logwindow.c
4957                 make a debug_print() not translatable
4958
4959 2002-10-31 [melvin]     0.8.5claws64
4960
4961         * ac/aspell.m4
4962                 Fixed --disable-aspell-test. Now --disable-aspell-test will 
4963                 not run any GNU/aspell test.  The dictionary path will
4964                 be by default /usr/local/lib/aspell/ unless --with-aspell-prefix
4965                 was given, in which case, it will be $prefix/lib/aspell/
4966         * configure.in
4967                 Fixed typo in commentary (Aspell code).
4968
4969 2002-10-31 [paul]       0.8.5claws63
4970
4971         * po/POTFILES.in
4972                 remove src/filter.c and src/prefs_filter.c
4973                 thanks to Ricardo for reminding me
4974
4975 2002-10-31 [colin]      0.8.5claws62
4976
4977         * src/mbox_folder.c
4978                 Plug some leaks
4979
4980 2002-10-31 [paul]       0.8.5claws61
4981
4982         * src/prefs_filter.[ch] ** REMOVED **
4983           src/filter.[ch]       ** REMOVED **
4984           
4985         * src/Makefile.am
4986           src/folderview.c
4987           src/inc.c
4988           src/main.c
4989           src/mainwindow.c
4990           src/mbox.c
4991           src/prefs_common.c
4992           src/prefs_filtering.c
4993           src/summaryview.[ch]
4994                 remove main's 'filter' code
4995                 
4996         README.claws
4997                 update to reflect removal of main's filter
4998
4999 2002-10-31 [paul]       0.8.5claws60
5000
5001         * src/summaryview.c
5002                 remove check for global_processing in summary_filter_open(). 
5003                 This fixes the bug where if the user uses the right-click 
5004                 'Create filter rule...' and doesn't have any filter rules 
5005                 already defined in claws' advanced filtering, the newly 
5006                 created filter rule goes to main's filtering which is 
5007                 inaccessible through the gui. Now the filter rule gets added
5008                 to claws' filtering by default.
5009
5010 2002-10-28 [melvin]     0.8.5claws59
5011
5012         * src/prefs_actions.c
5013                 Fixed bug #627322 where MIME parts were not always
5014                 correctly passed to a %p action
5015                 Display an error dialog when message filename is not found.
5016
5017 2002-10-28 [melvin]     0.8.5claws58
5018
5019         * src/prefs_common.c
5020                 Readded a missing function declaration lost in 0.8.3claws34
5021
5022 2002-10-28 [paul]       0.8.5claws57
5023
5024         * sync with 0.8.5cvs15
5025                 see ChangeLog 2002-10-28 and 2002-10-25
5026                 
5027         Note: ChangeLog entry 2002-10-24 is not sync'ed.
5028
5029 2002-10-27 [oliver]     0.8.5claws56
5030
5031         * src/pop.c
5032                 plug leak in pop3_top_recv
5033
5034 2002-10-26 [christoph]  0.8.5claws55
5035
5036         * src/folder.c
5037                 set need_update folder flag when messages are added
5038                 (closes bug [ 626922 ] folder not updated after receiving)
5039
5040 2002-10-25 [melvin]     0.8.5claws54
5041
5042         * src/imageview.c
5043                 Fixed a memleak introduced in the scaling code.
5044
5045 2002-10-24 [alfons]     0.8.5claws53
5046
5047         * src/filtering.c
5048                 make filtering's forward message action forward from the 
5049                 correct account
5050                 (closes bug [628089 ] Filter -> Forward from address problem
5051                 reported by Oktay)
5052
5053 2002-10-24 [christoph]  0.8.5claws52
5054
5055         * src/mainwindow.c
5056         * src/manual.[ch]
5057                 o use manual of current locale or english if current
5058                   locale is not available (and english is available)
5059                 o also link to sylpheed doc project manuals
5060
5061 2002-10-23 [paul]       0.8.5claws51
5062
5063         * tools/README
5064           tools/kmail2sylpheed_v2.pl
5065                 add new version of kmail addressbook importer script.
5066                 works with newer versions of Kmail/KAddressBook which
5067                 have new and rearranged data.
5068
5069 2002-10-23 [martin]     0.8.5claws50
5070
5071         * src/folderview.c
5072         * src/summaryview.c
5073         * src/utils.h
5074         * src/utils.c
5075                 added length parameter to get_abbrev_newsgroup_name()
5076                 changed this function so that it abbreviates the newsgroup
5077                 names only so long it is smaller than the length parameter
5078                 (for better reading of some newsgroup names and space efficiency)
5079
5080 2002-10-22 [colin]      0.8.5claws49
5081
5082         *src/foldersel.c
5083                 Revert Alfons' last modification (after voting ;-))
5084
5085 2002-10-21 [alfons]     0.8.5claws48
5086
5087         * src/foldersel.c
5088                 folder view in folder selection dialog reflects state of
5089                 folder view in main window
5090
5091 2002-10-18 [alfons]     0.8.5claws47
5092
5093         * src/mbox.c
5094                 drop imported messages in folder selected by user,
5095                 and not in the inbox
5096                 (closes bug [ 625424 ] Import mbox always to "Inbox" folder)
5097
5098 2002-10-18 [alfons]     0.8.5claws46
5099
5100         * src/compose.c
5101                 make automagic reply work correctly for email accounts 
5102                 (whether it's viable to do a full sync with Hiro's 
5103                 compose.c is still under discussion)
5104
5105 2002-10-18 [melvin]     0.8.5claws45
5106
5107         * src/prefs_actions.c
5108                 Fixed bug #622275 where asynchroneous actions left 
5109                 zombies processes
5110                 Made (synchroneous) actions' input be displayed live.
5111
5112 2002-10-18 [christoph]  0.8.5claws44
5113
5114         * src/textview.c
5115                 don't add a newline in the textview in front of the
5116                 first textpart if header display is disabled
5117                 (closes bug [ 603385 ] disabled header display leaves blank
5118                  lin)
5119
5120 2002-10-18 [christoph]  0.8.5claws43
5121
5122         * src/folder.[ch]
5123         * src/imap.c
5124         * src/mbox_folder.c
5125         * src/mh.c
5126         * src/news.c
5127                 folder->get_num_list now returns an error code
5128                 (closes bug [ 609424 ] News cache cleared on failure)
5129                 
5130 2002-10-17 [colin]      0.8.5claws42
5131         
5132         * src/news.c
5133                 Changed a printf by debug_print
5134
5135 2002-10-16 [paul]       
5136
5137         * tools/OOo2sylpheed.pl
5138                 allow for spaces in the name of the
5139                 file to be attached.
5140
5141 2002-10-16 [colin]      0.8.5claws41
5142
5143         * src/main.c
5144                 Use a tristate to change online mode
5145
5146 2002-10-16 [paul]       0.8.5claws40
5147
5148         * po/es.po
5149                 updated by Ricardo Mones Lastra
5150
5151 2002-10-16 [colin]      0.8.5claws39
5152
5153         * src/main.c
5154           src/mainwindow.[ch]
5155                 Added --online and --offline command-line
5156                 switches
5157
5158 2002-10-15 [christoph]  0.8.5claws38
5159
5160         * src/procmime.c
5161                 set mimeinfo->name to NULL after g_free to
5162                 avoid double freeing with g_free
5163
5164 2002-10-14 [christoph]  0.8.5claws37
5165
5166         * src/compose.c
5167         * src/filtering.c
5168         * src/summaryview.c
5169                 remove calls to folder->change_flags that are now
5170                 done by procmsg flag functions (seems it is not
5171                 used by any foldertype anyway)
5172         * src/folder.c
5173                 init folder->change_flags with NULL
5174
5175 2002-10-14 [christoph]  0.8.5claws36
5176
5177         * src/folder.[ch]
5178         * src/imap.[ch]
5179                 use virtual functions for folder item new and destroy
5180                 functions
5181
5182 2002-10-14 [melvin]     0.8.5claws35
5183
5184         * src/compose.c
5185                 Added a test to not run the spell checker if no default
5186                 dictionary is available. No dialog is displayed though.
5187
5188 2002-10-14 [melvin]     0.8.5claws34
5189
5190         * src/gtkaspell.c
5191                 Fixed bug in dictionary list context menu where
5192                 "More..." pointed to an emtpy submenu if the
5193                 number of dictionaries is a multiple of 15
5194                 Removed unneeded code in suggestions list creation
5195
5196 2002-10-14 [paul]       0.8.5claws33
5197
5198         * po/bg.po
5199                 updated by George Danchev
5200
5201 2002-10-13 [hoa]        0.8.5claws32
5202
5203         * src/matcher.[ch]
5204           src/matcher_parser_parser.y
5205                 removed the escaped string from internal structure
5206                 of matcher.
5207
5208 2002-10-12 [colin]      0.8.5claws31
5209
5210         * src/gtksctree.[ch]
5211           src/summaryview.c
5212                 Removed useless function gtksctree_reanchor
5213
5214 2002-10-12 [alfons]     0.8.5claws30
5215         
5216         * sync with remaining main changes 2002-10-09 - 2002-10-11
5217         - drop changes to src/compose.c (requires claws specific changes)
5218         
5219 2002-10-12 [alfons]     0.8.5claws29
5220         
5221         * sync with main changes of 2002-10-08
5222         - drop changes to src/compose.c (requires claws specific changes)
5223         - drop changes to src/summaryview.c (requires changes to compose.c)     
5224
5225 2002-10-12 [alfons]     0.8.5claws28
5226         
5227         * sync with main changes of 2002-10-07
5228
5229 2002-10-12 [alfons]     0.8.5claws27
5230
5231         * sync with main changes of 2002-10-04
5232         - drop changes to src/compose.c (requires claws specific changes)
5233         - drop changes to src/prefs_folder_item.c (claws implementation
5234           seems to be working)
5235
5236 2002-10-12 [colin]      0.8.5claws26
5237
5238         * src/mainwindow.c
5239                 Fix folder-flicker when space-reading, introduced 
5240                 in claws22.
5241
5242 2002-10-12 [colin]      0.8.5claws25
5243
5244         * src/compose.c
5245                 Save account address when saving as draft.
5246                 (closes bug 621838)
5247
5248 2002-10-12 [colin]      0.8.5claws24
5249
5250         * src/summaryview.c
5251                 Fix the problem consisting of no message selected
5252                 after the last message in a folder has been moved.
5253
5254 2002-10-12 [paul]       0.8.5claws23
5255
5256         * src/compose.c
5257           src/prefs_template.c
5258           src/template.[ch]
5259                 add Cc and Bcc to templates. Patch submitted by
5260                 John L. Males.
5261
5262 2002-10-12 [colin]      0.8.5claws22
5263
5264         * src/folderview.c
5265                 Fix a bug after "Check for new messages":
5266                 If a folder was opened, it was still selected at
5267                 the end of the check, but displayed empty.
5268         * src/mainwindow.c
5269                 Remove unnecessary check
5270
5271 2002-10-12 [paul]
5272
5273         * tools/README
5274                 be more verbose in the description of
5275                 OOo2sylpheed.pl
5276                 
5277
5278 2002-10-11 [colin]      0.8.5claws21
5279
5280         * src/mainwindow.c
5281                 Make space work (better) when no mail is selected
5282
5283 2002-10-11 [colin]      0.8.5claws20
5284
5285         * src/inc.c
5286           src/news.c
5287                 fix warnings
5288
5289 2002-10-11 [colin]      0.8.5claws19
5290
5291         * src/mainwindow.c
5292                 revert 0.8.5claws6 changes as i couldn't get to
5293                 anything satisfying
5294
5295 2002-10-11 [melvin]     0.8.5claws18
5296
5297         * src/compose.c
5298                 Removed buggy and unused macro (should have been committed in
5299                 0.8.5claws17)
5300
5301 2002-10-11 [melvin]     0.8.5claws17
5302
5303         * src/compose.c
5304                 Fixed memory leak from bug #622040 (thanks to Martin Kluge)
5305
5306 2002-10-11 [thorsten]   0.8.5claws16 
5307
5308         * src/folderview.c
5309                 remove rescan warning
5310
5311 2002-10-11 [colin]      0.8.5claws15 
5312
5313         * src/procheader.c
5314                 fix a segfault that happens if conv_unmime_header
5315                 fails (should be better to find out why it fails)
5316
5317 2002-10-11 [christoph]  0.8.5claws14
5318
5319         * src/summaryview.c
5320                 update folderview stats after ignore/unignore thread
5321
5322 2002-10-11 [hoa]        0.8.5claws13
5323
5324         * src/quote_fmt_parse.y
5325                 Fixed a yacc/bison syntax error
5326         * src/matcher.c
5327                 Escaping of string is fixed.
5328
5329 2002-10-11 [colin]      0.8.5claws12
5330
5331         * src/imageview.c
5332                 Resize images to fit
5333
5334 2002-10-11 [paul]       0.8.5claws11
5335
5336         * po/es.po
5337                 updated by Ricardo Mones Lastra
5338
5339 2002-10-10 [alfons]     0.8.5claws10
5340
5341         * src/compose.c
5342                 allow dropping files by "moving" files from a file manager,
5343                 not only by the more cumbersome "copying". the latter 
5344                 mostly implies holding down the Control button
5345
5346 2002-10-10 [christoph]  0.8.5claws9
5347
5348         * src/summaryview.c
5349                 update folders after thread building for ignored threads
5350
5351 2002-10-10 [christoph]  0.8.5claws8
5352
5353         * config/.cvsignore
5354                 added Makefile
5355         * src/filtering.[ch]
5356         * src/folder.[ch]
5357         * src/folderview.[ch]
5358         * src/import.c
5359         * src/inc.[ch]
5360         * src/mbox.[ch]
5361         * src/procmsg.c
5362         * src/summaryview.[ch]
5363                 o added new flag need_update to FolderItem
5364                 o removed folder_table from various functions from tracking
5365                   folder updates
5366                 o set need_update flags in folder.c's move, copy and delete
5367                   functions and procmsg's flags functions
5368                 o added function folderview_update_items_when_required that
5369                   updates all folders with need_update set
5370                 o call folderview_update_items_when_required instead of
5371                   folderview_update_item_foreach
5372
5373 2002-10-09 [sergey]     0.8.5claws7
5374
5375         * src/compose.c
5376                 Strip CRs whel loading the text into editor in reedit mode.
5377
5378 2002-10-09 [colin]      0.8.5claws6
5379
5380         * src/mainwindow.c
5381                 Make Space work when no mail is selected
5382
5383 2002-10-09 [colin]      0.8.5claws5
5384
5385         * src/gtksctree.[ch]
5386                 Fix range_select
5387                 Add gtk_sctree_reanchor() 
5388         * src/summaryview.c
5389                 Use gtk_sctree_reanchor() - better fix for 
5390                 bug 60413
5391
5392 2002-10-09 [colin]      0.8.5claws4
5393
5394         * src/summaryview.c
5395                 Fix shift-click select after delete problem
5396                 (closes bug 60413)
5397
5398 2002-10-08 [thorsten]   0.8.5claws3
5399
5400         * src/summaryview.c
5401                 exclude current msg from -hide read messages-
5402
5403 2002-10-08 [colin]      0.8.5claws2
5404
5405         * src/inc.[ch]
5406           src/pop.c
5407           src/recv.c
5408                 Differentiate socket errors from disk full
5409                 errors
5410
5411 2002-10-08 [christoph]  0.8.5claws1
5412
5413         * Makefile.am
5414         * configure.in
5415                 modifications for new config directory
5416
5417         * config.guess  ** REMOVED **
5418         * config.sub    ** REMOVED **
5419         * install-sh    ** REMOVED **
5420         * ltmain.sh     ** REMOVED **
5421         * missing       ** REMOVED **
5422         * mkinstalldirs ** REMOVED **
5423                 these files are autogenerated by automake
5424                 when you run autogen.sh
5425
5426         * config/.cvsignore     ** NEW FILE **
5427         * config/Makefile.am    ** NEW FILE **
5428                 ignore autogenerated files
5429                 create a Makefile in this directory
5430
5431 2002-10-08 [paul]       0.8.5claws
5432
5433         * 0.8.5claws release
5434         
5435         * src/compose.c
5436           src/procheader.c
5437           src/procmsg.c
5438                 fix quote reply format for newsgroups reply bug
5439                 (thanks to Hoa)
5440                 
5441         * po/en_GB.po
5442           po/pl.po
5443                 updated by me and Witold Wladyslaw Wojciech Wilk
5444                 repectively
5445
5446 2002-10-07 [paul]       0.8.3claws53
5447
5448         * po/it.po
5449           po/pt_BR.po
5450           po/sr.po
5451                 updated messages catalogs, submitted by
5452                 Alessandro Maestri, Fabio Jr.Beneditto 
5453                 and Urke MMI, respectively.
5454
5455 2002-10-07 [christoph]  0.8.3claws52
5456
5457         * src/folder.[ch]
5458         * src/folderview.c
5459         * src/mainwindow.c
5460                 fix new folder ghost message bug
5461                 (closes bug [ 619722 ] wrong count for newly created folders)
5462
5463 2002-10-07 [christoph]  0.8.3claws51
5464
5465         * src/compose.c
5466                 fix news posting problem
5467
5468 2002-10-07 [melvin]     0.8.3claws50
5469
5470         * po/fr.po
5471                 Updated French translation
5472
5473 2002-10-05 [christoph]  0.8.3claws49
5474
5475         * src/gtkstext.c
5476                 check if line_start_cache is set in gtk_stext_update_text
5477                 (closes bug [ 618119 ] crash while doing search in folder)
5478
5479 2002-10-05 [christoph]  0.8.3claws48
5480
5481         * src/imap.c
5482         * src/news.c
5483         * src/utils.c
5484         * src/utils.h
5485                 implement cache cleanups for claws' folder system
5486                 (closes bug [ 595916 ] imapcache not cleaned up)
5487
5488 2002-10-05 [melvin]     0.8.3claws47
5489
5490         * src/prefs_actions.c
5491                 Made the help text more clear for the %p token
5492
5493 2002-10-04 [paul]       0.8.3claws46
5494
5495         * sync with 0.8.5
5496                 see ChangeLog 2002-10-02 and 2002-10-03
5497
5498 2002-10-04 [christoph]  0.8.3claws45
5499
5500         * src/inc.c
5501                 fix segfault caused by pop before smtp
5502                 call to inc_account_mail with NULL
5503                 pointer for mainwin
5504
5505 2002-10-04 [paul]       0.8.3claws44
5506
5507         * configure.in
5508                 sync the LDAP detection from 0.8.5cvs1
5509
5510 2002-10-02 [christoph]  0.8.3claws43
5511
5512         * po/de.po
5513                 fix small spelling error
5514
5515 2002-10-02 [melvin]     0.8.3claws42
5516
5517         * ac/aspell.m4
5518                 Behave better and say "no" when test program cannot be run.
5519
5520 2002-10-02 [paul]       0.8.3claws41
5521
5522         * sync with 0.8.4cvs1
5523                 see ChangeLog 2002-09-30, 2002-10-01, 2002-10-02
5524                 
5525         * src/summaryview.c
5526                 toggle the behavior of Reply menuitem between
5527                 normal reply and reply-to-list
5528
5529 2002-10-01 [sergey]     0.8.3claws40
5530
5531         * src/compose.c
5532                 Convert newlines in the message text to the canonical form
5533                 before base64 encoding (RFC2045 compliance, fixes some
5534                 interoperability issues with Evolution 1.0.3)
5535
5536 2002-09-29 [colin]      0.8.3claws39
5537
5538         * src/summaryview.c
5539                 Fix an unwanted copy/paste
5540
5541 2002-09-29 [colin]      0.8.3claws38
5542
5543         * src/mainwindow.c
5544                 Renamed "Custom toolbar" to "Customize toolbar"
5545                 Renamed "Show all header" to "Show all headers"
5546                 Renamed "Set diplay item" to "Set displayed items"
5547         * src/prefs_common.c
5548                 Renamed "Show all header" to "Show all headers"
5549         * src/prefs_summary_column.c
5550                 Renamed "diplay item" to "displayed items"
5551
5552 2002-09-29 [colin]      0.8.3claws37
5553
5554         * src/mainwindow.[ch]
5555                 online/offline status pixmaps follow theme
5556                 changes
5557         * src/summaryview.[ch]
5558                 quicksearch pixmap follows theme changes
5559
5560 2002-09-29 [thorsten]   0.8.3claws36
5561
5562         * src/compose.c
5563           src/prefs_folder_item.[ch]
5564                 add default_reply_to folder option (closes patch 581044)
5565
5566 2002-09-29 [christoph]  0.8.3claws35
5567
5568         * acconfig.h    ** REMOVED **
5569         * configure.in
5570         * ac/aspell.m4
5571         * ac/check-type.m4
5572         * ac/gnupg-check-typedef.m4
5573                 fix autoheader 2.50 warning
5574
5575 2002-09-29 [christoph]  0.8.3claws34
5576
5577         * major code cleanup (part 2)
5578         
5579                 - unused variables removed
5580                 - unused functions removed
5581                 - uninitialized variables checked
5582                 - missing return statements added
5583                 - missing function return types added
5584                 - added parentheses around assignment
5585                   when suggested by gcc
5586
5587 2002-09-29 [alfons]     0.8.3claws33
5588
5589         * src/logwindow.c
5590                 log_window_clear(): only bracket gtk_text_forward_delete() 
5591                 with gtk_text_freeze() / gtk_text_thaw() (see if this
5592                 works around GTK text bug)
5593
5594 2002-09-29 [paul]       0.8.3claws32
5595
5596         * po/bg.po
5597           po/sr.po
5598                 updated by George Danchev and Urke MMI
5599                 respectively
5600
5601 2002-09-27 [christoph]  0.8.3claws31
5602
5603         * doc-src/readme.txt
5604         * doc-src/rfc1806.txt   ** REMOVED **
5605         * doc-src/rfc2183.txt   ** NEW FILE **
5606         * doc-src/rfc2980.txt   ** NEW FILE **
5607                 update rfcs
5608
5609 2002-09-27 [melvin]     0.8.3claws30
5610
5611         * ac/aspell.m4
5612                 Fixed typo which could break linking
5613
5614 2002-09-27 [melvin]     0.8.3claws29
5615
5616         * ac/aspell.m4
5617                 Improved GNU/aspell checking. 
5618                 Fixed bug #614490
5619
5620 2002-09-27 [paul]       0.8.3claws28
5621
5622         * sync with 0.8.3cvs8
5623                 see ChangeLog 2002-09-27
5624
5625 2002-09-26 [colin]      0.8.3claws27
5626
5627         * src/toolbar.[ch]
5628           src/mainwindow.[ch]
5629                 Add "Reply to Mailing-list" to the toolbar
5630
5631 2002-09-26 [christoph]  0.8.3claws26
5632
5633         * src/summaryview.c
5634                 Fix wrong message counts in summaryview status
5635
5636 2002-09-26 [paul]       0.8.3claws25
5637
5638         * sync with 0.8.3cvs7
5639                 see ChangeLog 2002-09-26
5640
5641 2002-09-26 [paul]       0.8.3claws24
5642
5643         * sync with 0.8.3cvs6
5644                 see ChangeLog 2002-09-25
5645
5646 2002-09-25 [christoph]  0.8.3claws23
5647
5648         * src/prefs_common.c
5649         * src/prefs_folder_item.c
5650         * src/prefs_scoring.c
5651                 Renamed "kill score" to "hide score" in GUI
5652                 and prefs files
5653
5654 2002-09-25 [paul]       0.8.3claws22
5655
5656         * sync with 0.8.3cvs5
5657                 see ChangeLog 2002-09-24
5658
5659 2002-09-24 [alfons]     0.8.3claws21
5660
5661         patch by Satoshi Nagayasu: allows appending / saving multiple 
5662         selected files (closes "[ 612279 ] save multiple mesg(s) in 
5663         'Save as ...'")
5664
5665         * AUTHORS
5666                 add Satoshi Nagayasu
5667         * src/summaryview.c
5668                 summary_save_as(): allow saving selected files to
5669                 one file
5670                 summary_set_menu_sensitive: enable "Save As..." when
5671                 multiple files are selected
5672         * src/utils.[ch]
5673                 append_file(): new function
5674
5675 2002-09-24 [colin]      0.8.3claws20
5676
5677         * src/procmime.c
5678                 Fix segfault when mimeinfo doesn't have a 
5679                 content_type. 
5680
5681 2002-09-24 [colin]      0.8.3claws19
5682
5683         * src/prefs_common.[ch]
5684                 Add a preference to display send dialog or not
5685         * src/send.c
5686                 Display send dialog according to preference
5687
5688 2002-09-24 [colin]      0.8.3claws18
5689
5690         * src/compose.[ch]
5691                 Disable user actions when sending
5692
5693 2002-09-24 [colin]      0.8.3claws17
5694
5695         * src/procmime.c
5696                 Do not display name or filename for attachments
5697                 with an application/pgp-signature type
5698                 (security flaw, see bug 537413)
5699
5700 2002-09-23 [colin]      0.8.3claws16
5701
5702         * src/editaddress.c
5703                 Initialize entry_email, entry_alias and 
5704                 entry_remarks to first email address of the list
5705
5706 2002-09-23 [colin]      0.83claws15
5707
5708         * src/compose.c
5709                 Drop pgp-signature when reediting a signed queued
5710                 message
5711
5712 2002-09-23 [melvin]     0.8.3claws14
5713
5714         * po/fr.po
5715                 Updated French translation
5716
5717 2002-09-23 [melvin]     0.8.3claws13
5718
5719         * src/mainwindow.c
5720                 Made custom toolbar menu labels more consistent
5721         * src/prefs_toolbar.c
5722                 Made custom toolbar window title more consistent
5723
5724 2002-09-22 [colin]      0.8.3claws12
5725
5726         * src/inc.c
5727                 Initialize session type to normal before getting 
5728                 mail (fixes strange Get behaviour)
5729         * src/prefs_account.h
5730                 Move STYPE_POP_BEFORE_SMTP to last position to 
5731                 avoid other side-effects
5732
5733 2002-09-22 [colin]      0.8.3claws11
5734
5735         * src/prefs_account.c
5736                 Fix pop_bfr_smtp_tm_entry sensivity when switching
5737                 from pop3 to apop or vice-versa
5738
5739 2002-09-22 [colin]      0.8.3claws10
5740         
5741         * src/prefs_account.[ch]
5742                 Add an option for the POP before SMTP timeout
5743         * src/inc.c
5744                 Remember time of last POP connection
5745         * src/send.c
5746                 Do POP before SMTP only if timeout reached
5747
5748 2002-09-22 [oliver]     0.8.3claws9
5749         
5750         * README.claws
5751                 explain custom toolbar
5752
5753 2002-09-22 [oliver]     0.8.3claws8
5754
5755         * src/prefs_actions.[ch]
5756         custom toolbar for compose      
5757                 actions callback from compose toolbar
5758         * src/folderview.c
5759                 remove include toolbar.h
5760
5761 2002-09-22 [oliver]     0.8.3claws7
5762         
5763         * src/prefs_toolbar.[ch]
5764                 custom toolbar for compose
5765                 - generic prefs_toolbar handles both
5766                   Mainwin's toolbar as well as Compose toolbar          
5767
5768 2002-09-22 [oliver]     0.8.3claws6
5769         
5770         * src/toolbar.[ch]
5771                 custom toolbar for compose
5772                 restructure toolbar.[ch]
5773
5774 2002-09-22 [oliver]     0.8.3claws5
5775
5776         * src/compose.[ch]
5777                 custom toolbar for compose
5778
5779 2002-09-22 [oliver]     0.8.3claws4
5780         
5781         * src/mainwindow.[ch]
5782                 custom toolbar for compose 
5783                 move mainwin toolbar back to mainwindow
5784
5785 2002-09-22 [alfons]     0.8.3claws3
5786
5787         * src/procmsg.c
5788                 :%sno/if(/if (/gc
5789                 :%sno/for(/for (/gc
5790                 (beautify)
5791
5792 2002-09-22 [alfons]     0.8.3claws2
5793         
5794         * src/procmsg.c
5795                 procmsg_save_to_outbox(): don't unlink message file from queue;
5796                 callers should do it using folder_item_remove_msg()
5797
5798 2002-09-22 [colin]      0.8.3claws1
5799
5800         * src/mimeview.[ch]
5801                 Made mimeview_check_signature() public
5802         * src/textview.c
5803                 Made GPG signatures verifiable by clicking
5804                 the [application/pgp-signature] in the Text
5805                 view
5806
5807 2002-09-22 [paul]       0.8.3claws
5808
5809         * po/bg.po
5810           po/en_GB.po
5811           po/es.po
5812           po/it.po
5813           po/pl.po
5814           po/pt_BR.po
5815           po/sr.po
5816                 updated translations, submitted by George Danchev,
5817                 me, Ricardo Mones Lastra, Alessandro Maestri,
5818                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.Beneditto 
5819                 and Urke MMI, respectively.     
5820
5821 2002-09-22 [alfons]     0.8.2claws65
5822
5823         * src/procmsg.c
5824         * src/pgptext.c
5825                 no furry valgrinds have been used to plug these memleaks
5826
5827 2002-09-20 [paul]       0.8.2claws64
5828
5829         * sync with 0.8.3cvs4
5830                 'Select thread' re-implemented 
5831                 see ChangeLog 2002-09-20
5832
5833 2002-09-21 [alfons]     0.8.2claws63
5834
5835         * src/compose.c
5836                 compose_send(): plug unnoticed memleak
5837
5838 2002-09-20 [alfons]     0.8.2claws62
5839
5840         * src/addr_compl.c
5841                 replace_address_in_edit(): strict check for NULL address to
5842                 fix "[ 607348 ] Segfault in address completion". My guess is
5843                 that this happens with an empty address book, but it's good
5844                 to have this check here anyway
5845                 
5846                 completion_window_button_press(): free string returned 
5847                 from the internal cache
5848
5849 2002-09-20 [christoph]  0.8.2claws61
5850
5851         * src/procmime.h
5852                 added ENC_BINARY to EncodingType
5853         * src/procmime.c
5854                 the string returned by procmime_get_encoding_str
5855                 should not depend on the order of values in the
5856                 EncodingType definition
5857         * doc-src/rfc1806.txt   ** NEW FILE **
5858                 Added rfc1806 about MIME Content-Disposition
5859                 Extension
5860
5861 2002-09-19 [paul]       0.8.2claws60
5862
5863         * sync with 0.8.2cvs3
5864                 see ChangeLog 2002-09-19
5865
5866 2002-09-19 [paul]       0.8.2claws59
5867
5868         * src/prefs_folder_item.c
5869                 revert to Darko's original alignment of colour
5870                 selector button
5871                 add a colon to folder_color label
5872                 
5873         * src/compose.c
5874                 add Colin's patch (with Hiro's modifications) to 
5875                 force BASE64 encoding for 8-bit text when signing
5876                 (sync with 0.8.3cvs2)
5877
5878 2002-09-18 [alfons]     0.8.2claws58
5879
5880         * src/compose.c
5881                 :%sno/if(/if (/gc
5882                 :%sno/for(/for (/gc
5883                 (beautify a little bit)
5884
5885 2002-09-18 [christoph]  0.8.2claws57
5886
5887         * src/pine.c
5888                 fix handling of fgetc return value
5889
5890 2002-09-17 [alfons]     0.8.2claws56
5891         
5892         * src/summaryview.c
5893                 summary_sort(): check non-NULL summaryview->folder_item when no 
5894                 folder is selected at all
5895                 (closes "[ 610344 ] sort label make syl Crash")
5896
5897 2002-09-17 [alfons]     0.8.2claws55
5898         
5899         * src/compose.c
5900                 beautify a little bit
5901
5902 2002-09-17 [christoph]  0.8.2claws54
5903
5904         * src/folder.c
5905                 initialize max values for cache and folder
5906                 when cache or folder is empty
5907
5908 2002-09-15 [colin]      0.8.2claws53
5909
5910         * src/compose.c
5911                 Fix a leak (thanks Alfons!) and cleaned
5912                 variables names for custom headers
5913
5914 2002-09-15 [colin]      0.8.2claws52
5915
5916         * src/compose.c
5917                 Fix custom headers recognition when
5918                 prefs_common.trans_hdr is on
5919
5920 2002-09-15 [colin]      0.8.2claws51
5921
5922         * src/compose.c
5923                 Allow dynamically-added custom headers
5924                 Yet not reparsed if reedited
5925
5926 2002-09-15 [alfons]     0.8.2claws50
5927
5928         * src/prefs_account.c
5929                 fix warnings
5930
5931 2002-09-15 [colin]      0.8.2claws49
5932         
5933         * src/prefs_account.c
5934                 fix pop_before_smtp sensitivity
5935
5936 2002-09-15 [colin]      0.8.2claws48
5937
5938         * src/inc.[ch]
5939                 add inc_pop_before_smtp()
5940                 allow MainWindow to be undefined in 
5941                 inc_account_mail() and inc_start()
5942         * src/pop.c
5943           src/prefs_account.h
5944                 add STYPE_POP_BEFORE_SMTP session type
5945         * src/prefs_account.c
5946                 activated pop before smtp option
5947         * src/send.c
5948                 do pop before smtp if the relevant option 
5949                 is set
5950
5951 2002-09-15 [paul]       0.8.2claws47
5952
5953         * sync with 0.8.3
5954                 see ChangeLog 2002-09-15
5955
5956 2002-09-14 [paul]       0.8.2claws46
5957
5958         * po/bg.po
5959                 updated Bulgarian translation, submitted by
5960                 George Danchev
5961
5962 2002-09-13 [paul]       0.8.2claws45
5963
5964         * src/compose.c
5965                 merge claws' select_account() with main's
5966                 (new) compose_select_account(). [sync with
5967                 0.8.2cvs15, see ChangeLog 2002-09-11]
5968
5969 2002-09-12 [christoph]  0.8.2claws44
5970
5971         * src/filter.c
5972                 allocate 1 elements of FolderItem not 0
5973
5974 2002-09-12 [colin]      0.8.2claws43
5975
5976         * src/compose.c
5977                 Fix bug #590825 (obey Follow-up: poster)
5978
5979 2002-09-12 [colin]      0.8.2claws42
5980
5981         * src/procmime.c
5982                 Fix bug #557009 (wrong headers for messages 
5983                 forwarded as attachments)
5984
5985 2002-09-11 [colin]      0.8.2claws41
5986         
5987         * src/compose.c
5988                 Put SCF: pseudo-header on top of message
5989                 Set draft tmp_flag when saved as draft
5990
5991         * src/procmsg.c
5992           src/procheader.c
5993                 Skip after first \n\n for beginning of real message
5994                 for drafts too
5995
5996 2002-09-11 [christoph]  0.8.2claws40
5997
5998         * src/filtering.c
5999                 use procmsg flag functions in filtering or processing
6000                 will cause incorrect folder message counts
6001
6002 2002-09-11 [colin]      0.8.2claws39
6003
6004         * src/compose.c
6005                 Fix bug #550175 - wrong save folder when reediting
6006                 drafts
6007
6008 2002-09-11 [paul]       0.8.2claws38
6009
6010         * sync with 0.8.2cvs14
6011                 see ChangeLog 2002-09-11
6012
6013 2002-09-11 [colin]      0.8.2claws37
6014
6015         * src/folder.c
6016                 Fix a typo (seeming to cause new/unread status to
6017                 be lost)
6018
6019 2002-09-10 [christoph]  0.8.2claws36
6020
6021         * src/compose.c
6022                 compose_redirect should not use compose_generic_new
6023                 because that does more stuff than expected including
6024                 opening the external editor
6025                 (closes bug "[ 526608 ] bounced messages appear blank
6026                  in editor")
6027
6028 2002-09-10 [christoph]  0.8.2claws35
6029
6030         * src/folder.c
6031                 fix problem with too large message number range
6032                 causing a crash in folder_item_scan
6033
6034 2002-09-10 [paul]       0.8.2claws34
6035
6036         * sync with 0.8.2cvs13
6037                 see ChangeLog 2002-09-10
6038
6039 2002-09-10 [christoph]  0.8.2claws33
6040
6041         * src/msgcache.c
6042                 set MsgInfo TmpFlags for queue and draft folders
6043                 (closes bug "[ 591676 ] Queue ignore MIME on restart")
6044
6045 2002-09-10 [paul]       0.8.2claws32
6046
6047         * AUTHORS
6048           po/bg.po      ** NEW FILE **
6049                 new Bulgarian translation submitted by
6050                 George Danchev <danchev@spnet.net>
6051                 
6052         * tools/Makefile.am
6053           tools/README
6054           tools/tb2sylpheed     ** NEW FILE **
6055                 add script that converts an addressbook exported
6056                 from The Bat! into a Sylpheed addressbook. Submitted
6057                 by Urke MMI <urke-kg@eunet.yu>
6058
6059 2002-09-10 [paul]       0.8.2claws31
6060
6061         * sync with 0.8.2cvs12
6062                 see ChangeLog 2002-09-10
6063
6064 2002-09-06 [paul]       0.8.2claws30
6065
6066         * src/prefs_common.c
6067                 sync with 0.8.2cvs11, see ChangeLog 2002-09-06
6068                 
6069         * tools/Makefile.am
6070           tools/README
6071           tools/ldif-to-xml.py  ** REMOVED **
6072                 remove obsolete python script
6073
6074 2002-09-06 [paul]       0.8.2claws29
6075
6076         * sync with 0.8.2cvs10
6077                 see ChangeLog 2002-09-06
6078
6079 2002-09-04 [paul]       0.8.2claws28
6080
6081         * sync with 0.8.2cvs9
6082                 see ChangeLog 2002-08-04
6083
6084 2002-09-04 [colin]      0.8.2claws27 
6085
6086         * src/prefs_common.[ch]
6087                 Added signature color configuration
6088         * src/textview.c
6089                 Use user-specified signature color
6090
6091 2002-09-03 [colin]      0.8.2claws26
6092
6093         * src/prefs_common.[ch]
6094                 Added autosave and autosave_length prefs
6095         * src/compose.c
6096                 Added compose_remove_draft()
6097                 Auto-save drafts according to the prefs
6098         * src/main.c
6099                 Added a crash-indicator file, allowing to check
6100                 for new messages on startup if Sylpheed crashed
6101                 (makes saved drafts "reappear")
6102
6103 2002-09-03 [colin]      0.8.2claws25
6104
6105         * src/textview.[ch]
6106                 Grey the signature
6107
6108 2002-09-03 [paul]       0.8.2claws24
6109
6110         * sync with 0.8.2cvs8
6111                 see ChangeLog 2002-09-02 and 2002-09-03
6112
6113 2002-09-03 [darko]      0.8.2claws23
6114
6115         * src/folderview.c
6116                 use normal style when creating new folder to pick
6117                 proper font size 
6118
6119 2002-09-02 [melvin]     0.8.2claws22
6120
6121         * src/gtkaspell.m4
6122                 removed some obsolete code
6123
6124 2002-09-02 [melvin]     0.8.2claws21
6125
6126         * ac/aspell.m4
6127                 fixed test's equality sign (== to =)
6128
6129 2002-09-02 [alfons]     0.8.2claws20
6130
6131         * src/folder.c
6132         * src/mh.c
6133                 revert change of 0.8.2claws16 and use the mh_folder_destroy
6134                 as folder->destroy virtual as suggested by Hiro
6135                 (the mh.c code seems to have been lost around mh.c.1.21)
6136
6137 2002-09-02 [paul]       0.8.2claws19
6138
6139         * po/pt_BR.po
6140                 updated by Fabio Jr. Beneditto
6141                 
6142         * src/defs.h
6143                 use 'http://claws.sylpheed.org' for homepage link. 
6144                 Domain provided by Oktay Altunergil <oktay@freelinuxcd.org>
6145
6146 2002-09-01 [alfons]     0.8.2claws18
6147
6148         * src/mh.c
6149                 plug memleak related to one Martin Kluge found
6150
6151 2002-08-31 [paul]       0.8.2claws17
6152
6153         * sync with 0.8.2cvs6
6154                 see ChangeLog 2002-08-30
6155
6156 2002-08-31 [alfons]     0.8.2claws16
6157
6158         * src/folder.c
6159                 folder_destroy(): remove mailbox from folderlist even if it has
6160                 no destroy virtual
6161
6162 2002-08-31 [alfons]     0.8.2claws15
6163
6164         * src/folder.c
6165                 :%sno/if(/if (/gc
6166                 :%sno/for(/for (/gc
6167                 (being pedantic I know)
6168
6169 2002-08-31 [alfons]     0.8.2claws14
6170
6171         * src/folder.c
6172                 check for NULL pointers returned from folder->fetch_msginfo virtual
6173                 (should solve some reported crashes)
6174
6175 2002-08-30 [alfons]     0.8.2claws13
6176
6177         * acconfig.h
6178         * configure.in
6179         * src/crash.c
6180                 enable crash dialog on compilation time
6181                 (--enable-crash-dialog configure option)
6182
6183 2002-08-30 [alfons]     0.8.2claws12
6184
6185         * AUTHORS
6186                 add Martin Kluge
6187         * src/mh.c
6188                 apply memory leak plug patch by Martin Kluge
6189                 (closes patch "[ 602568 ] patch for 602441 little memory leak",
6190                 bug "[ 599677 ] Very small memory leak in 0.81claws115",
6191                 and bug "[ 602441 ] memoryleak in filtering 0.8.2claws9?")
6192
6193 2002-08-30 [darko]      0.8.2claws11
6194
6195         * src/folderview.c
6196                 copy Gtk style from normal style to match
6197                 font size for coloured folders
6198
6199 2002-08-29 [alfons]     0.8.2claws10
6200
6201         * sylpheed.desktop
6202                 Type=Internet <- Type=Application
6203                 (reported by Michael Schwendt, see:
6204                 http://sourceforge.net/tracker/index.php?func=detail&aid=599765&group_id=25528&atid=384600
6205                 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=72882)
6206
6207 2002-08-29 [paul]       0.8.2claws9
6208
6209         * sync with 0.8.2cvs5
6210                 see ChangeLog 2002-08-29
6211
6212 2002-08-29 [colin]      0.8.2claws8
6213
6214         * src/summaryview.c
6215                 Added a sanity check in summary_select_thread
6216                 Should fix bug 601605
6217
6218 2002-08-29 [colin]      0.8.2claws7
6219
6220         * src/main.c
6221                 Revert claws6 changes regarding bug #591676
6222
6223 2002-08-28 [colin]      0.8.2claws6
6224         
6225         * src/main.c
6226                 Ignore cache for queue folderitems
6227                 Fix bug #591676
6228
6229 2002-08-28 [melvin]     0.8.2claws5
6230
6231         * README.claws
6232                 Fixed typos.
6233
6234 2002-08-28 [melvin]     0.8.2claws4
6235
6236         * README.claws
6237                 Updated a bit the text concerning the spell checker
6238
6239 2002-08-28 [melvin]     0.8.2claws3
6240
6241         Merged the GNU_aspell_branch:
6242                 Support of new GNU/aspell is now included and the old pspell
6243                 is not supported anymore.
6244                 See README.claws
6245
6246         * README.claws
6247                 Updated spell checker text to reflect the switch to GNU/aspell
6248
6249         * ac/aspell.m4          *** NEW ***
6250         * src/gtkaspell.[ch]    *** NEW *** 
6251         * ac/pspell.m4          *** DELETED *** 
6252         * src/gtkspell.[ch]     *** DELETED ***
6253
6254         * ac/Makefile.am
6255                 Updated for GNU/aspell support
6256
6257         * po/POTFILES.in
6258                 Replaced gtkspell.c by gtkaspell.c
6259
6260         * acconfig.h
6261         * src/Makefile.am
6262         * src/about.c
6263         * src/compose.[ch]
6264         * src/crash.c
6265         * src/main.c
6266         * src/prefs_common.[ch]
6267                 Updated for GNU/aspell support
6268
6269 2002-08-28 [paul]       0.8.2claws2
6270
6271         * sync with 0.8.2cvs4
6272                 see ChangeLog 2002-08-27 and 2002-08-28
6273
6274 2002-08-28 [colin]      0.8.2claws1
6275
6276         * src/summary_search.c
6277                 Added "AND search"
6278
6279 2002-08-28 [jens]       0.8.2claws
6280
6281         *po/de.po
6282                 Updated German translations
6283
6284 2002-08-27 [melvin]     0.8.2claws
6285
6286         * po/fr.po
6287                 Updated French translations
6288
6289 2002-08-27 [paul]       0.8.2claws
6290
6291         * sync with 0.8.2 main release
6292
6293         * po/en_GB.po
6294           po/es.po
6295           po/it.po
6296           po/pl.po
6297           po/pt_BR.po
6298           po/sr.po
6299                 updated message catalogs submitted by
6300                 Ricardo Mones Lastra, Alessandro Maestri,
6301                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.
6302                 Beneditto and Urke MMI  
6303
6304 2002-08-27 [hoa]        0.8.1claws123
6305
6306         * src/mainwindow.[ch]
6307         * src/summaryview.[ch]
6308                 removed the "filter setting" menu option.
6309                 add a "cancel a news message" menu option.
6310
6311 2002-08-26 [martin]     0.8.1claws122
6312
6313         * ChangeLog.claws
6314                 changed string under 0.8.1claws79 changed by myself
6315                 i'm sorry alfons :(
6316
6317 2002-08-26 [martin]     0.8.1claws121
6318
6319         * src/crash.c
6320                 added kill command to debuggerrc to start crash dialog
6321
6322 2002-08-26 [paul]       0.8.1claws120
6323
6324         * sync with 0.8.1cvs31
6325                 see ChangeLog 2002-08-26
6326
6327 2002-08-25 [alfons]     0.8.1claws119
6328
6329         * src/procmsg.c
6330                 fix bug that didn't send out correct headers to news server
6331                 when sending news article and email from queue (bug reported
6332                 and patch provided by Tim Mann; closes bug 
6333                 "[ 583196 ] 0.7.8claws can't post news")
6334
6335 2002-08-25 [alfons]     0.8.1claws118
6336
6337         * src/selective_download.c
6338                 mark two strings as translatable
6339                 (thanks to Urke MMI for pointing this out)
6340
6341 2002-08-25 [alfons]     0.8.1claws117
6342
6343         * src/summaryview.c
6344                 treat sent boxes as special and allow sorting them by addressee
6345                 (closes "[ 589418 ] Sent folder sorting misbehavior"
6346                 submitted by Steve Lamb)
6347
6348 2002-08-24 [alfons]     0.8.1claws116
6349
6350         * src/matcher.c
6351                 fix memleak reported by Martin Kluge
6352                 (see: "[ 599677 ] Very small memory leak in 0.81claws115")
6353
6354 2002-08-24 [oliver]     0.8.1claws115
6355
6356         * src/prefs_toolbar.c
6357                 o code cleanup as suggested by Alfons
6358                 o memleak fix
6359
6360 2002-08-24 [alfons]     0.8.1claws114
6361
6362         * src/summaryview.c
6363                 o fix another memory leak reported by Martin Kluge
6364                   (see "[ 599568 ] Small Memory Leak")
6365                 o remove 'from' variable from 'summary_set_header()'; we can
6366                   do with just 'to' 
6367
6368 2002-08-24 [paul]       0.8.1claws113
6369
6370         * sync with 0.8.1cvs30
6371                 see ChangeLog 2002-08-23
6372
6373 2002-08-24 [alfons]     0.8.1claws112
6374
6375         * src/summaryview.c
6376                 remove unnecessary allocations for search bar fixing leaks
6377                 reported by Martin Kluge
6378                 (see "[ 599451 ] Further memory leaks?")
6379
6380 2002-08-24 [alfons]     0.8.1claws111
6381
6382         * src/main.c
6383                 make get_socket_name() public for crash.c
6384         * src/crash.c
6385                 o make report bug button work (goes to claws' 
6386                   bug tracker at sf.net)
6387                 o introduce function for doing important stuff just
6388                   before claws goes down
6389                 o clean up code 
6390
6391 2002-08-24 [alfons]     0.8.1claws110
6392
6393         * src/compose.c
6394                 move cursor to "To" entry when forwarding as attachment
6395                 (reported and solved by Steve Lamb, closes bug report
6396                 "[ 592880 ] Forward as attachment; cursor not in to")
6397
6398 2002-08-24 [colin]      0.8.1claws109
6399
6400         * src/mainwindow.c
6401                 fix quick search visibility after GUI (de)separations.
6402
6403 2002-08-23 [colin]      0.8.1claws108
6404
6405         * src/mainwindow.c
6406                 fix header pane visibility after folderview or
6407                 messageview (de)separation
6408
6409 2002-08-23 [paul]       0.8.1claws107
6410
6411         * src/mainwindow.[ch]
6412           src/toolbar.c
6413                 give full control of display or non-display 
6414                 of the Execute icon to Custom toolbar settings.
6415                 add new sensitivity condition to maninwindow.h: 
6416                 M_DELAY_EXEC
6417
6418         * ChangeLog
6419           ChangeLog.jp
6420           NEWS
6421                 more sync with 0.8.1cvs29
6422
6423 2002-08-23 [melvin]     0.8.1claws106
6424
6425         * src/alertpanel.c
6426                 Readded support for custom widget in alertpanel lost in last
6427                 sync.
6428
6429 2002-08-23 [paul]       0.8.1claws105
6430
6431         * sync with 0.8.1cvs29
6432                 see ChangeLog 2002-08-23
6433
6434 2002-08-23 [colin]      0.8.1claws104
6435
6436         * src/summaryview.c
6437                 Fix folder and search pixmaps exchanging positions
6438                 after theme or toolbar changes. Thank to Oliver for 
6439                 reporting this.
6440
6441 2002-08-23 [colin]      0.8.1claws103
6442
6443         * src/mainwindow.c
6444           src/messageview.[ch]
6445           src/noticeview.[ch]
6446           src/summaryview.c
6447                 Changed messageview_create() and noticeview_create()
6448                 to avoid the last gdk_warning
6449
6450 2002-08-22 [colin]      0.8.1claws102
6451
6452         * src/summaryview.c
6453                 Fix my new `Creating pixmap from xpm' warning
6454
6455 2002-08-22 [colin]      0.8.1claws101
6456
6457         * src/mainwindow.c
6458                 Fix some of the gdk warnings
6459
6460 2002-08-22 [colin]      0.8.1claws100
6461
6462         * src/Makefile.am
6463         * src/stock_pixmap.c
6464         * src/stock_pixmap.h
6465         * src/pixmaps/quicksearch.xpm *ADDED*
6466                 Add the quicksearch pixmap
6467         * src/mainwindow.c
6468         * src/summaryview.c
6469         * src/summaryview.h
6470                 Make quicksearch bar visible/hidden via a button
6471
6472 2002-08-22 [christoph]  0.8.1claws99
6473
6474         * src/folder.c
6475                 fix folder update for newsgroups with message
6476                 numbers below minimum number of articles to fetch
6477                 (closes bug #598445)
6478
6479 2002-08-22 [paul]       0.8.1claws98
6480
6481         * sync with 0.8.1cvs28
6482                 see ChangeLog 2002-08-22
6483
6484 2002-08-21 [alfons]     0.8.1claws97
6485
6486         * src/crash.c
6487                 use bt instead of bt full which seems to work 
6488                 better, and bt full doesn't give a great deal 
6489                 of information anyway
6490
6491 2002-08-21 [colin]      0.8.1claws96
6492
6493         * src/summaryview.c
6494                 fix summaryview_searchtype_changed prototype
6495
6496 2002-08-21 [christoph]  0.8.1claws95
6497
6498         * src/mainwindow.c
6499                 o fix broken menu update for sorting type, we have to
6500                   get this info from the summaryview now
6501                 o removed setting of threaded state in menu callback
6502         * src/summaryview.[ch]
6503                 more summaryview/folderitem seperation for
6504                 threading option
6505         * configure.in
6506                 removed not required --with-compiler-flags option
6507
6508 2002-08-21 [oliver]     0.8.1claws94
6509         
6510         * src/toolbar.h 
6511                 o rename toolbar.xml to toolbar_main.xml
6512                   since toolbar_compose.xml might come up 
6513                   any time soon
6514         * README.claws
6515                 add custom toolbar              
6516
6517 2002-08-21 [darko]      0.8.1claws93
6518
6519         * src/procmsg.c
6520                 don't reset tmp flags for messages copied
6521                 to sent folder
6522
6523 2002-08-21 [colin]      0.8.1claws92
6524         
6525         * src/prefs_filtering.c
6526                 fix renaming rules on folder rename 
6527                 when folder is not a leaf folder
6528
6529 2002-08-21 [paul]       0.8.1claws91
6530
6531         * src/prefs_folder_item.c
6532                 fix alignment of colour selector
6533
6534 2002-08-21 [paul]       0.8.1claws90
6535
6536         * sync with 0.8.1cvs27
6537                 see ChangeLog 2002-08-21
6538
6539 2002-08-21 [paul]       0.8.1claws89
6540
6541         * src/summaryview.c
6542                 fix crash when changing field type in
6543                 Quick search bar
6544
6545 2002-08-21 [colin]      0.8.1claws88
6546
6547         * src/summaryview.c
6548                 Made quick search case-insensitive
6549
6550 2002-08-21 [paul]       0.8.1claws87
6551
6552         * sync with 0.8.1cvs26
6553                 see ChangeLog 2002-08-21
6554
6555 2002-08-20 [christoph]  0.8.1claws86
6556
6557         * src/folderview.c
6558         * src/main.c
6559         * src/summaryview.[ch]
6560                 more summaryview/folderitem seperation for
6561                 sort_key and sort_type
6562         * src/procmsg.c
6563                 added missing return statement
6564
6565 2002-08-20 [colin]      0.8.1claws85
6566
6567         * src/summaryview.[ch]
6568                 Added a quick search box
6569         * src/mainwindow.c
6570         * src/prefs_common.[ch]
6571                 Added a show/hide option for the quick search
6572
6573 2002-08-20 [oliver]     0.8.1claws84
6574         
6575         * src/mainwindow.c
6576                 remove toolbar_create_popups
6577         * src/toolbar.[ch]
6578                 o remove toolbar_create_popups
6579                 o fix toolbar_set_sensitive 
6580                   (Bug reports #596834 and #596832)     
6581         * src/prefs_toolbar.c
6582                 o add "Set default" button
6583                 o align label and text + combo widgets
6584
6585 2002-08-20 [hoa]        0.8.1claws83bis
6586
6587         * src/imap.c
6588                 fixed a bug in imap_fetch_msginfo() in case there is no
6589                 current folder.
6590
6591 2002-08-20 [darko]      0.8.1claws83
6592
6593         * src/folderview.c
6594                 copy the color style of folder view so it
6595                 works with GTK themes
6596
6597 2002-08-20 [darko]      0.8.1claws82
6598
6599         * src/folder.h
6600         * src/folderview.c
6601         * src/prefs_folder_item.[hc]
6602                 don't use UI stuff in folder.h
6603
6604 2002-08-20 [darko]      0.8.1claws81
6605
6606         * src/folder.h
6607         * src/prefs_folder_item.h
6608         * src/folderview.c
6609         * src/prefs_folder_item.c
6610                 ability to set folder color in folderview
6611
6612 2002-08-19 [alfons]     0.8.1claws80
6613
6614         * src/summaryview.c
6615                 fix one of the earlier memleaks reported by Martin Kluge
6616
6617 2002-08-19 [alfons]     0.8.1claws79
6618
6619         * src/mainwindow.c
6620                 hide notice view when selecting seperate folder
6621                 view (reported by Urke MMI)
6622
6623 2002-08-19 [christoph]  0.8.1claws78
6624
6625         * src/folderview.c
6626         * src/prefs_folder_item.h
6627         * src/summaryview.[ch]
6628                 o add summary_set_prefs_from_folderitem to set
6629                   summaryview prefs (first step to remove all
6630                   references to the folderitem in summaryview)
6631                 o moved compiled regex stuff from folderitem prefs
6632                   to summaryview code
6633
6634 2002-08-19 [paul]       0.8.1claws77
6635
6636         * src/compose.c
6637                 add check for '.' to QUOTE_IF_REQUIRED
6638
6639 2002-08-19 [paul]       0.8.1claws76
6640
6641         * src/inc.c
6642                 sync with 0.8.1cvs25 (plug memory leak)
6643
6644         * src/prefs_toolbar.c
6645                 re-order prefs_toolbar_cancel()
6646
6647 2002-08-18 [alfons]     0.8.1claws75
6648
6649         * src/inc.c
6650         * src/matcher.c
6651                 plug other memleaks reported by Martin Kluge
6652
6653 2002-08-18 [paul]       0.8.1claws74
6654
6655         * po/pt_BR.po
6656                 updated by Fabio Jr. Beneditto
6657
6658 2002-08-18 [paul]       0.8.1claws73
6659
6660         * src/toolbar.[ch]
6661                 fix bug where tooltips were displayed untranslated              
6662
6663         * src/prefs_toolbar.c
6664                 fix bug where clicking 'Cancel' creates an icon & text
6665                 toolbar regardless of prefs
6666         
6667
6668 2002-08-17 [oliver]     0.8.1claws72
6669
6670         * src/prefs_toolbar.c
6671                 update toolbar on CANCEL
6672                 bug reported by Martin Kluge
6673         * src/toolbar.c
6674                 toolbar_destroy memleak fixed           
6675
6676 2002-08-17 [alfons]     0.8.1claws71
6677
6678         * src/toolbar.c
6679                 plug another memleak reported by Martin Kluge
6680
6681 2002-08-16 [alfons]     0.8.1claws70
6682
6683         * src/crash.c
6684                 use execvp() correctly (suggested by wwp; thanks!)
6685
6686 2002-08-16 [alfons]     0.8.1claws69
6687
6688         * src/gtksctree.c
6689                 plug memory leak reported by Kim Schultz & Martin Kluge
6690
6691 2002-08-16 [paul]       0.8.1claws68
6692
6693         * po/es.po
6694                 updated by Ricardo Mones Lastra
6695
6696 2002-08-16 [paul]       0.8.1claws67
6697
6698         * src/toolbar.h
6699                 fix bug where 'Compose News' icon showed wrong
6700                 tooltip
6701
6702 2002-08-16 [paul]       0.8.1claws66
6703
6704         * sync with 0.8.1cvs24
6705                 see ChangeLog 2002-08-16
6706
6707         * po/it.po
6708                 updated by Alessandro Maestri
6709
6710 2002-08-15 [paul]       0.8.1claws65
6711
6712         * po/sr.po
6713                 updated by Urke MMI
6714
6715 2002-08-15 [paul]       0.8.1claws64
6716
6717         * src/*.c
6718                 don't translate debug info
6719
6720         * src/matcher.[ch]
6721                 add copyright info
6722
6723 2002-08-15 [paul]       0.8.1claws63
6724
6725         * src/prefs_toolbar.c
6726                 fix bug where clicking 'OK' creates an icon & text
6727                 toolbar regardless of prefs
6728
6729 2002-08-14 [alfons]     0.8.1claws62
6730
6731         * src/main.c
6732                 add global var that has the full argv[0]
6733         * src/crash.c
6734                 o execvp the correct sylpheed by using argv0
6735                   and setting the correct work dir
6736                 o other tweaks  
6737
6738 2002-08-14 [oliver]     0.8.1claws61
6739         
6740         * enable/disable Toolbar Action Buttons 
6741         * code cleanups
6742         * src/mainwindow.c
6743         * src/toolbar.[ch]      
6744         * src/prefs_toolbar.c   
6745
6746 2002-08-14 [melvin]     0.8.1claws60
6747
6748         * po/fr.po
6749                 Updated French translations
6750
6751 2002-08-14 [melvin]     0.8.1claws59
6752
6753         * src/crash.c
6754                 Made bug report not translatable
6755         * src/exporthtml.c
6756                 Fixed exporthtml_build_filespec() return value
6757         * src/foldersel.c
6758                 Fixed incorrect include file
6759         * src/gtkspell.c
6760         * src/prefs_actions.c
6761         * src/prefs_toolbar.c
6762                 Made debug info not translatable
6763         * src/mutt.c
6764         * src/quote_fmt.c
6765                 Added missing includes
6766         * src/prefs_common.c
6767                 Fixed typo
6768
6769 2002-08-14 [paul]       0.8.1claws58
6770
6771         * faq/es/sylpheed-faq.html
6772           faq/es/sylpheed-faq-[1-3].html
6773           faq/es/sylpheed-faq-4.html     **NEW FILE **
6774                 update Spanish FAQ
6775
6776 2002-08-13 [christoph]  0.8.1claws57
6777
6778         * src/procmsg.c
6779                 ignore thread fix that did not mark all
6780                 child nodes of a ignored thread as
6781                 ignored. Does not work perfectly yet,
6782                 but it is better now
6783
6784 2002-08-13 [alfons]     0.8.1claws56
6785
6786         * src/crash.c
6787                 o implement 'save crash log'
6788                 o some tweaks
6789
6790 2002-08-13 [melvin]     0.8.1claws55
6791
6792         * src/main.c
6793                 removed unrequired "execinfo.h" header
6794
6795 2002-08-12 [paul]       0.8.1claws54
6796
6797         * faq/en/sylpheed-faq.html
6798           faq/en/sylpheed-faq-[1-3].html
6799           faq/en/sylpheed-faq-4.html     **NEW FILE **
6800                 update English FAQ
6801
6802 2002-08-12 [alfons]     0.8.1claws53
6803
6804         * po/POTFILES.in
6805                 add crash.c to translatables
6806         * src/crash.c
6807                 bring in Leandro's crash dialog
6808
6809 2002-08-11 [alfons]     0.8.1claws52
6810
6811         * src/crash.c
6812                 clean up some warnings
6813
6814 2002-08-11 [alfons]     0.8.1claws51
6815
6816         * acconfig.h
6817         * configure.in
6818         * src/crash.[ch]        ** NEW FILES **
6819         * src/main.c            
6820                 initial gdb crash handler
6821
6822 2002-08-11 [paul]       0.8.1claws50
6823
6824         * src/prefs_toolbar.c
6825                 replace Up/Down arrow pixmaps with text to be
6826                 consistent across icon themes
6827
6828 2002-08-11 [paul]       0.8.1claws49
6829
6830         * src/prefs_common.c
6831           src/prefs_toolbar.c
6832                 rename 'Pixmap' -> 'Icon'
6833
6834         * src/toolbar.[ch]
6835                 rename  'A_SEND_QUEUD' -> 'A_SEND_QUEUED'
6836
6837 2002-08-10 [paul]       0.8.1claws48
6838
6839         * src/prefs_toolbar.c
6840                 re-work the UI
6841
6842 2002-08-10 [paul]       0.8.1claws47
6843
6844         * src/main.c
6845                 don't write Processing progress to status bar
6846                 patch submitted by Alexander Evseev
6847
6848         * src/prefs_toolbar.c
6849                 re-position and resize window
6850                 make window assume correct size on first call
6851
6852 2002-08-10 [paul]       0.8.1claws46
6853
6854         * src/mainwindow.c
6855           src/prefs_toolbar.c
6856           src/toolbar.c
6857           src/toolbar.h
6858                 obey coding style
6859                 follow UI text conventions
6860
6861 2002-08-10 [alfons]     0.8.1claws45
6862
6863         * src/toolbar.c
6864                 correct pixmap for delete action
6865
6866 2002-08-10 [paul]       0.8.1claws44
6867
6868         * po/pt_BR.po
6869                 updated by Fabio Jr. Beneditto
6870
6871 2002-08-10 [paul]       0.8.1claws43
6872
6873         * po/POTFILES.in
6874                 add custom toolbar files
6875
6876 2002-08-10 [paul]       0.8.1claws42
6877
6878         * sync with 0.8.1cvs22
6879                 see ChangeLog 2002-08-09
6880
6881 2002-08-09 [paul]       0.8.1claws41
6882
6883         * tools/Makefile.am
6884           tools/README
6885           tools/outlook2sylpheed.pl     ** NEW FILE **
6886                 add script to convert exported Outlook
6887                 contacts list to a Sylpheed addressbook.
6888                 Submitted by Ricardo Mones Lastra.
6889
6890 2002-08-09 [paul]       0.8.1claws40
6891
6892         * AUTHORS
6893           configure.in
6894           po/sr.po      ** NEW FILE **
6895                 add Serbian message catalog. Submitted by
6896                 Urosevic Aleksandar aka Urke MMI <urke-kg@eunet.yu>             
6897
6898 2002-08-09 [paul]       0.8.1claws39
6899
6900         * sync with 0.8.1cvs21
6901                 see ChangeLog 2002-08-08
6902
6903 2002-08-08 [oliver]     0.8.1claws38
6904
6905         * src/mainwindow.c
6906                 move Custom Toolbar to Configuration menu
6907
6908 2002-08-08 [oliver]     0.8.1claws37
6909
6910         * src/prefs_toolbar.c
6911                 fix substitute pixmap bug
6912
6913 2002-08-08 [paul]       0.8.1claws36
6914
6915         * sync with 0.8.1cvs19
6916                 see ChangeLog 2002-08-08
6917
6918 2002-08-07 [christoph]  0.8.1claws35
6919
6920         * src/utils.c
6921                 fixed a memory leak in new canonicalize_file_replace
6922
6923 2002-08-07 [christoph]  0.8.1claws34
6924
6925         * src/utils.[ch]
6926                 o canonicalize_file_replace should create the temporary
6927                   file in the same directory as the original file.
6928                 o added get_tmpfile_in_dir that creates a temorary file
6929                   in a specified directory.
6930
6931 2002-08-07 [melvin]     0.8.1claws33
6932
6933         * src/toolbar.c
6934                 fixed bug where 'Article' button acted as 'Email' button.
6935
6936 2002-08-07 [paul]       0.8.1claws32
6937
6938         * sync with 0.8.1.cvs17
6939                 see ChangeLog 2002-08-07
6940
6941 2002-08-07 [colin]      0.8.1claws31
6942         
6943         * src/news.c
6944                 fix mass-cancel problem
6945
6946 2002-08-07 [thorsten]   0.8.1claws30
6947
6948         * src/prefs_toolbar.c
6949                 fix: crash on replace or add new button
6950         * src/toolbar.c
6951                 fix: close xmlfile after reading
6952         * src/utils.c
6953                 fix: unlink() file before rename()
6954
6955 2002-08-06 [paul]       0.8.1claws29
6956
6957         * sync with 0.8.cvs15
6958                 see ChangeLog 2002-08-06
6959
6960 2002-08-06 [oliver]     0.8.1claws28
6961
6962         * src/toolbar.c
6963         * src/prefs_toolbar.c
6964                 fixed empty toolbar issue
6965
6966 2002-08-06 [oliver]     0.8.1claws27
6967
6968         * Custom Toolbar Final 
6969         * src/folderview.c
6970         * src/inc.c
6971         * src/summaryview.c
6972                 o toolbar stuff now lives in src/toolbar.[ch]
6973                 o main_window_toolbar_* functions are renamed to
6974                   toolbar_* reflecting their new source file
6975         * src/mainwindow.[ch]
6976                 o remove toolbar stuff  
6977
6978 2002-08-06 [oliver]     0.8.1claws26
6979         
6980         * src/Makefile.am
6981         * src/prefs_toolbar.[ch]        **New File**
6982         * src/toolbar.[ch]              **New File**
6983                 o prefs_toolbar.[ch] custom toolbar frontend
6984                 o toolbar.[ch]       backend 
6985
6986 2002-08-06 [oliver]     0.8.1claws25
6987
6988         * src/prefs_actions.[ch]
6989                 o new exported function actions_execute
6990
6991 2002-08-06 [paul]       0.8.1claws24
6992
6993         * sync with 0.8.1cvs4
6994                 see ChangeLog 2002-08-06
6995
6996 2002-08-06 [paul]       0.8.1claws23
6997
6998         * sync with 0.8.1cvs13
6999                 see ChangeLog 2002-08-06
7000
7001 2002-08-06 [paul]       0.8.1claws22
7002
7003         * sync with 0.8.1cvs12
7004                 see ChangeLog 2002-08-05 and 2002-08-06
7005
7006 2002-08-06 [match]      0.8.1claws21
7007
7008         * src/addrclip.c
7009                 improvements to cut/copy/paste address
7010
7011 2002-08-05 [match]      0.8.1claws20
7012
7013         * src/addritem.[ch]
7014         * src/addrcache.c
7015         * src/addrbook.c
7016         * src/editaddress.c
7017         * src/addressbook.c
7018                 fixes to improve cut/copy/paste
7019
7020 2002-08-06 [melvin]     0.8.1claws19
7021
7022         * src/account.[ch]
7023                 account_find_all_from_address(): new function that returns the
7024                 list of all accounts that are matched in an address.
7025         * src/alertpanel.[ch]
7026                 alertpanel() now accepts a custom widget
7027                 alertpanel_with_widget(): new function that pops up a panel with
7028                 a custom widget in it 
7029         * src/gtkutils.[ch]
7030                 gtkut_account_menu_new(): new function that allows the selection
7031                 of an account from a list of accounts.
7032         * src/messageview.c
7033                 Extended Return Receipt notification to select the correct 
7034                 account and to make a security test on the Delivery-Notification
7035                 address which should be the same as the Return-Path.
7036
7037 2002-08-06 [thorsten]   0.8.1claws18
7038
7039         * src/mimeview.c
7040                 attach_all: save unnamed as "noname.%d",
7041                 dont free static dirname
7042
7043 2002-08-05 [alfons]     0.8.1claws17
7044
7045         * configure.in
7046                 detect XIM by trying to link rather than compile a XIM program
7047
7048 2002-08-05 [oliver]     0.8.1claws16
7049                 
7050         * src/stock_pixmap.[ch]
7051                 o add UP_ARROW to available pixmaps (already in pixmap-directory)
7052                 o new func to retrieve pixmaps
7053
7054 2002-08-05 [paul]       0.8.1claws15
7055
7056         * sync with 0.8.1cvs10
7057                 see ChangeLog 2002-08-05
7058
7059 2002-08-04 [alfons]     0.8.1claws14
7060
7061         * src/textview.c
7062                 see if this plugs memleak
7063
7064 2002-08-04 [melvin]     0.8.1claws13
7065
7066         * src/gtkspell.c
7067                 fixed bug that could crash Sylpheed when highlighting
7068                 all misspelled words.
7069
7070 2002-08-03 [melvin]     0.8.1claws12
7071
7072         * src/prefs_actions.c
7073                 removed unnecessary checks for NULL introduced in 0.8.1claws11.
7074         * src/messageview.c
7075                 fixed bug where the Return Receipt was sent to
7076                 Delivery-Notification-To address even if it was not present
7077
7078 2002-08-02 [alfons]     0.8.1claws11
7079
7080         * src/prefs_actions.c
7081                 o more check for NULLs
7082                 o put create_io_dialog() in right conditional block
7083
7084 2002-08-02 [paul]       0.8.1claws10
7085
7086         * po/es.po
7087                 updated by Ricardo Mones Lastra
7088
7089 2002-08-01 [christoph]  0.8.1claws9
7090
7091         * src/folder.c
7092                 don't free the cache of the opened
7093                 folder in the summaryview
7094         * src/summaryview.c
7095                 don't unset flags, if it is not required
7096
7097 2002-08-01 [paul]       0.8.1claws8
7098
7099         * sync with 0.8.1cvs8
7100                 see ChangeLog entry 2002-08-01
7101
7102 2002-08-01 [paul]       0.8.1claws7
7103
7104         * sync with 0.8.1cvs7
7105                 see ChangeLog 2002-07-31 and 2002-08-01
7106
7107 2002-07-31 [christoph]  0.8.1claws6
7108
7109         * src/mainwindow.c
7110                 forgot to update menu sensitivity
7111                 function for new menu entry
7112
7113 2002-07-31 [alfons]     0.8.1claws5
7114
7115         * src/main.c
7116                 check folder item and its path for NULL on
7117                 initial processing
7118
7119 2002-07-31 [christoph]  0.8.1claws4
7120
7121         * src/folder.c
7122                 check if folder_item_get_msginfo in
7123                 folder_item_remove_msg returned NULL
7124         * src/imap.c
7125                 better clear the uid cache in the
7126                 uid validity check function and delete
7127                 cached messages
7128
7129 2002-07-31 [paul]       0.8.1claws3
7130
7131         * man/sylpheed.1
7132                 add the '--attach' option and a few other
7133                 minor changes
7134
7135 2002-07-31 [paul]       0.8.1claws2
7136
7137         * sync with 0.8.1cvs5
7138                 see ChangeLog 2002-07-31
7139
7140 2002-07-31 [christoph]  0.8.1claws1
7141
7142         * src/folderview.[ch]
7143         * src/mainwindow.c
7144                 replace "Rescan all folders..." with
7145                 "Check all folders for new messages..."
7146
7147 2002-07-30 [paul]       0.8.1claws
7148
7149         * version 0.8.1claws released
7150
7151 2002-07-30 [paul]       0.8.0claws29
7152
7153         * tools/OOo2sylpheed.pl ** NEW FILE **
7154           tools/README
7155                 add script to enable sending documents as
7156                 attachments from OpenOffice.org
7157
7158 2002-07-30 [melvin]     0.8.0claws28
7159
7160         * src/prefs_actions.c
7161                 Made the actions' input/output dialog display
7162                 without delay.
7163
7164 2002-07-30 [christoph]  0.8.0claws27
7165
7166         * src/procmsg.c
7167                 check if folder_item_get_msginfo in
7168                 procmsg_save_to_outbox returned NULL
7169
7170 2002-07-30 [paul]       0.8.0claws26
7171
7172         * sync with 0.8.1cvs4
7173                 see ChangeLog 2002-07-29
7174
7175 2002-07-29 [thorsten]   0.8.0claws25
7176
7177         * README.claws
7178                 added selective download, delete on server
7179
7180 2002-07-29 [paul]       0.8.0claws24
7181
7182         * sync with 0.8.1cvs3
7183                 see ChangeLog 2002-07-29
7184
7185 2002-07-27 [christoph]  0.8.0claws23
7186
7187         * src/folder.c
7188                 add extra check if fetching the msginfo
7189                 returned NULL
7190
7191 2002-07-27 [paul]       0.8.0claws22
7192
7193         * sync with 0.8.1cvs2
7194                 see ChangeLog 2002-07-26
7195
7196 2002-07-27 [christoph]  0.8.0claws21
7197
7198         * src/imap.c
7199                 add another check if a valid msginfo
7200                 was returned
7201
7202 2002-07-26 [hoa]        0.8.0claws20
7203
7204         * src/folder.c
7205                 Fixed a condition in folder_item_destroy()
7206
7207         * src/imap.c
7208                 Fixed an error in IMAP protocol
7209
7210 2002-07-26 [alfons]     0.8.0claws19
7211
7212         * src/folder.c
7213                 ofcourse compare with identifier, not the path
7214
7215 2002-07-26 [alfons]     0.8.0claws18
7216
7217         * src/folder.c
7218                 use folder item identifier for saving / restoring
7219                 preferences because folder->path might not be unique
7220
7221 2002-07-26 [melvin]     0.8.0claws17
7222
7223         * src/logwindow.c
7224                 Fixed a crash introduced in 0.8.0claws5 when log is 
7225                 cut under 80 characters.
7226
7227 2002-07-26 [paul]       0.8.0claws16
7228
7229         * sync with 0.8.1cvs1
7230                 see ChangeLog 2002-07-26
7231
7232 2002-07-26 [christoph]  0.8.0claws15
7233
7234         * src/imap.[ch]
7235                 imap folder now remembers the last selected
7236                 folder and imap_fetch_msginfo skips selecting
7237                 the folder if it is already selected
7238
7239 2002-07-26 [christoph]  0.8.0claws14
7240
7241         * src/folder.c
7242         * src/folderview.c
7243         * src/imap.c
7244                 fix imap folder rescanning
7245
7246 2002-07-25 [christoph]  0.8.0claws13
7247
7248         * src/filter.c
7249         * src/folder.[ch]
7250         * src/folderview.c
7251         * src/imap.[ch]
7252         * src/mainwindow.c
7253         * src/mbox_folder.c
7254         * src/mh.c
7255         * src/news.c
7256                 implement imap uid cache and uid validity check
7257
7258 2002-07-25 [alfons]     0.8.0claws12
7259
7260         * src/summaryview.c
7261                 fix a brown paper bag bug, and also add some more
7262                 checks
7263
7264 2002-07-25 [christoph]  0.8.0claws11
7265
7266         * src/folder.c
7267                 don't mix copy, fetch_msginfo and remove
7268                 operations in folder item copy and move
7269                 operations
7270
7271 2002-07-25 [christoph]  0.8.0claws10
7272
7273         * src/folderview.c
7274         * src/mainwindow.c
7275         * src/prefs_folder_item.c
7276         * src/summaryview.[ch]
7277                 remove no longer required parameter update_cache from
7278                 summary_show
7279
7280 2002-07-25 [paul]       0.8.0claws9
7281
7282         * sync with 0.8.1
7283         
7284         * AUTHORS
7285                 a few corrections
7286
7287 2002-07-24 [alfons]     0.8.0claws8
7288
7289         * src/summaryview.c
7290                 sort correctly when using simplified subject line
7291                 (closes feature request "[ 585141 ] applying regexp to subject 
7292                 before sort" submitted by Alexandra Walford)
7293
7294 2002-07-24 [paul]       0.8.0claws7
7295
7296         * sync with 0.8.0cvs3
7297                 see ChangeLog 2002-07-24
7298
7299 2002-07-23 [christoph]  0.8.0claws6
7300
7301         * src/folder.c
7302         * src/folder.h
7303         * src/summaryview.c
7304         * src/summaryview.h
7305         * src/main.c
7306                 o separate processing and summaryview
7307                 o removed summary_write_cache from summaryview
7308                 o removed summaryview->killed_messages, because we don't have
7309                   to keep a list of killed messages anymore. New cache will
7310                   keep the hidden messages in cache anyway
7311         * src/folderview.c
7312         * src/inc.c
7313         * src/selective_download.c
7314                 o removed unnecessary summary_write_cache calls
7315         * src/procmsg.c
7316                 o don't set ignore thread flag in procmsg_get_thread_tree
7317                   if it is already set
7318         * src/mainwindow.c
7319         * src/statusbar.h
7320                 o moved STATUSBAR_PUSH/POP to statusbar.h because
7321                   they are used in different files
7322
7323 2002-07-23 [melvin]     0.8.0claws5
7324
7325         * src/addressbook.c
7326         * src/addrgather.c
7327         * src/editaddress.c
7328         * src/editgroup.c
7329         * src/editldap_basedn.c
7330         * src/importldif.c
7331         * src/prefs_common.c
7332                 Fixed few memory leak (gtk_editable_get_chars returns
7333                 an allocated string)
7334         * src/logwindow.c
7335                 Fixed few memory leak (gtk_editable_get_chars returns
7336                 an allocated string) and modified a little the log cutting
7337                 loop.
7338         * src/compose.c
7339                 Replaced a call to an obsolete function gtk_entry_get_text()
7340                 by gtk_editable_get_chars()
7341         * src/send.c
7342                 Removed a debug printf
7343
7344 2002-07-23 [christoph]  0.8.0claws4
7345
7346         * src/filesel.c
7347                 fix another g_dirname memory leak
7348
7349 2002-07-23 [christoph]  0.8.0claws3
7350
7351         * src/mh.c
7352                 fixed a memory leak in mh_fetch_msginfo
7353                 fixed crash when message header could not be
7354                 parsed
7355
7356 2002-07-23 [paul]       0.8.0claws2
7357
7358         * sync with 0.8.0cvs2
7359                 see ChangeLog 2002-07-23
7360
7361 2002-07-23 [paul]       0.8.0claws1
7362
7363         * sync with 0.8.0cvs1
7364                 see ChangeLog 2002-07-23
7365
7366 2002-07-23 [paul]       0.8.0claws
7367
7368         * release of 0.8.0claws
7369
7370 2002-07-23 [paul]       0.7.8claws99
7371
7372         * po/ru.po
7373                 new Russian translation, submitted by
7374                 Botalov Vyacheslav <botalov_v@upr.uralkaly.ru>
7375
7376 2002-07-22 [jens]       0.7.8claws98
7377
7378         * po/de.po
7379                 Updated German translations.
7380
7381 2002-07-22 [paul]       0.7.8claws97
7382
7383         * po/es.po
7384           po/it.po
7385           po/nl.po
7386           po/pt_BR.po
7387                 updated translations by Ricardo Mones Lastra,
7388                 Alessandro Maestri, Wilbert Berendsen and 
7389                 Fabio Jr. Beneditto respectively
7390
7391 2002-07-22 [christoph]  0.7.8claws96
7392
7393         * src/mimeview.c
7394                 fix memory leak caused by wrong g_dirname usage
7395
7396 2002-07-22 [christoph]  0.7.8claws95
7397
7398         * src/summaryview.c
7399                 update new and unread message counts for summaryview
7400                 summaryview does not get it from the folder anymore
7401                 and has to update the values itself
7402
7403 2002-07-22 [melvin]     0.7.8claws94
7404
7405         * po/fr.po
7406                 Updated French translations.
7407
7408 2002-07-22 [christoph]  0.7.8claws93
7409
7410         * src/matcher.c
7411                 set prop->preg pointer to NULL or following check
7412                 will not fail and regexec will be called with
7413                 invalid pointer
7414
7415 2002-07-21 [alfons]     0.7.8claws92
7416         
7417         * src/prefs_common.[ch]
7418                 remove option "Send return receipt on request"
7419
7420 2002-07-21 [thorsten]   0.7.8claws91
7421
7422         * src/mimeview.c
7423                 fixed memleaks, coding style as pointed out by alfons
7424
7425 2002-07-21 [alfons]     0.7.8claws90
7426
7427         * src/messageview.c
7428         * src/noticeview.[ch]
7429                 o fix bug notice view being displayed when going to empty folder 
7430                   (noticed by Christoph)
7431                 o allow RRR to be sent when restarting sylpheed, or changing folder 
7432                   (noticed by Thorsten)
7433
7434 2002-07-21 [thorsten]   0.7.8claws89
7435
7436         * src/mimeview.c
7437                 Included save_all patch from Xaview FACQ
7438                 added support for pathnames
7439
7440 2002-07-21 [alfons]     0.7.8claws88
7441
7442         * po/POTFILES.in
7443         * src/Makefile.am
7444         * src/mainwindow.c
7445         * src/messageview.[ch]
7446         * src/noticeview.c      ** NEW FILE **
7447         * src/noticeview.h      ** NEW FILE **
7448                 make return receipts work again
7449                 (UI idea by Leandro Pereira)
7450
7451 2002-07-21 [paul]       0.7.8claws87
7452
7453         * src/summaryview.c
7454                 fix sensitivity of 'Select thread'
7455
7456 2002-07-21 [paul]       0.7.8claws86
7457
7458         * src/prefs_common.c
7459                 add browser command line for Galeon
7460
7461 2002-07-21 [paul]       0.7.8claws85
7462
7463         * Makefile.am
7464                 fix 'EXTRA_DIST': remove README.README, add TODO
7465                 and TODO.claws
7466
7467 2002-07-21 [alfons]     0.7.8claws84
7468
7469         * src/gtkstext.c
7470                 make enter clear selection
7471                 (closes "[ 579888 ] Editor selection/entry error"
7472                 reported by Steve Lamb)
7473
7474 2002-07-21 [alfons]     0.7.8claws83
7475         
7476         * src/summaryview.c
7477                 sort message list when selecting unthread messages
7478                 (closes "[ 501593 ] switching threaded view doesn't sort"
7479                 reported by Simon Schubert)
7480
7481 2002-07-20 [alfons]     0.7.8claws82
7482         
7483         * src/matcher.c
7484                 const-correctness
7485
7486 2002-07-20 [thorsten]   0.7.8claws81
7487
7488         * src/matcher.c
7489                 Fixed expansion of empty fields in matchactions
7490
7491 2002-07-19 [melvin]     0.7.8claws80
7492
7493         * src/gtkspell.c
7494                 Removed a duplicate menu entry (fast mode) introduced during
7495                 the new cache merge
7496                 Added a menu separator between 'Use alternate' and 'Fast mode'
7497
7498 2002-07-19 [paul]       0.7.8claws79
7499
7500         * tools/Makefile.am
7501           tools/README
7502                 correct typos
7503
7504 2002-07-19 [thorsten]   0.7.8claws78
7505
7506         * tools/calypso_convert.pl      ** NEW FILE **
7507           tools/README
7508           tools/Makefile.am
7509                 script to import mbox files exported
7510                 by calypso
7511                 o generates folder structure
7512                 o includes attachments
7513
7514 2002-07-19 [melvin]     0.7.8claws77
7515
7516         * src/selective_download.[ch]
7517                 Fixed bug where closing the dialog with the window manager's
7518                 close button will not unlock the summary
7519                 Corrected some function declarations that missed a return value
7520                 Made the source code comply better with coding style.
7521         * src/prefs_common.c
7522                 Added new browser command line for Mozilla.
7523
7524 2002-07-18 [paul]       0.7.8claws76
7525
7526         * src/mainwindow.c
7527           src/selective_download.[ch]
7528                 reflect theme changes, fix Gdk Warning when creating 
7529                 pixmap from NULL window, and minor clean up.
7530                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
7531
7532         * po/en_GB.po
7533                 updated
7534
7535 2002-07-17 [paul]       0.7.8claws75
7536
7537         * INSTALL[.jp]
7538                 sync with 0.8.0
7539         
7540         * po/en_GB.po
7541                 updated
7542
7543 2002-07-16 [paul]       0.7.8claws74
7544
7545         * tools/filter_conv.pl
7546           tools/README
7547                 replace conversion script with reimplemented version, 
7548                 submitted by Torsten Schoenfeld <kaffeetisch@web.de>
7549
7550 2002-07-16 [colin]      0.7.8claws73
7551
7552         * src/summaryview.c
7553                 remove forgotten debug messages - sorry ;-)
7554
7555 2002-07-16 [colin]      0.7.8claws72
7556
7557         * src/mimeview.c
7558           src/summaryview.c
7559           src/textview.c
7560           src/textview.h
7561                 add the ability to select part of a text mime-part 
7562                 to reply.
7563
7564 2002-07-15 [christoph]  0.7.8claws71
7565
7566         * src/folder.c
7567                 fix folder message count for folders without
7568                 msg_is_changed (includes news folders)
7569
7570 2002-07-15 [martin]     0.7.8claws70
7571
7572         * src/summaryview.c
7573                 option "display recipient on 'From'..." now works
7574                 without the need of enabling the option
7575                 "display  sender  using  address  book".
7576
7577 2002-07-15 [christoph]  0.7.8claws69
7578
7579         * src/summaryview.c
7580                 removed setting folder status from summaryview.
7581                 folder.c should update all message counts correctly.
7582
7583 2002-07-15 [paul]       0.7.8claws68
7584
7585         * po/pt_BR.po
7586                 updated by Fabio Junior Beneditto
7587
7588 2002-07-15 [darko]      0.7.8claws67
7589
7590         * src/mh.c
7591                 Fixed target folder colorization, don't decrease op
7592                 number twice
7593
7594 2002-07-14 [paul]       0.7.8claws66
7595
7596         * sync with main 0.8.0
7597                 see ChangeLog 2002-07-14
7598
7599 2002-07-13 [melvin]     0.7.8claws65
7600         
7601         * src/addrbook.c
7602         * src/addressbook.c
7603         * src/addrindex.c
7604                 Replaced sprintf by g_snprintf to prevent possible buffer
7605                 overflow.
7606         * src/news.c
7607                 Corrected a log message output format.
7608                 Added a missing "done" debug output.
7609         * src/compose.c
7610                 Added keyboard accelerator for Priority menu items
7611                 Added missing \n in debug output
7612         * src/logwindow.c
7613         * src/gtkspell.c
7614         * src/rfc2015.c
7615                 Added missing \n in debug output
7616
7617 2002-07-13 [paul]       0.7.8claws64
7618
7619         * man/sylpheed.1
7620                 change Sergey's email address to the sf address
7621
7622         * src/textview.c
7623                 increase show_url_timeout (more useful for long
7624                 urls)
7625
7626 2002-07-12 [sergey]     0.7.8claws63
7627
7628         * src/rfc2015.c
7629                 applied (with some modifications) patch to set the
7630                 micalg parameter for signatures
7631                 (2001-08-28 Werner Koch <wk@gnupg.org>)
7632
7633 2002-07-12 [sergey]     0.7.8claws62
7634
7635         * man/Makefile.am
7636         * configure.in
7637                 fixed man page installation
7638
7639 2002-07-12 [paul]       0.7.8claws61
7640
7641         * sync with 0.7.8cvs26
7642                 see ChangeLog 2002-07-11 and 2002-07-12
7643
7644 2002-07-11 [christoph]  0.7.8claws60
7645
7646         * src/compose.c
7647         * src/procmsg.c
7648                 first use the message number to find the message
7649                 to mark with a reply flag but check the
7650                 message-id if we got the correct message, if not
7651                 try to find it by message-id.
7652                 use new string seperator that is not allowed
7653                 in message-ids.
7654
7655 2002-07-11 [paul]       0.7.8claws59
7656
7657         * sync with 0.7.8cvs23
7658                 see ChangeLog 2002-07-10
7659
7660 2002-07-10 [christoph]  0.7.8claws58
7661
7662         * src/folder.[ch]
7663         * src/msgcache.[ch]
7664                 Added message-id table to the cache in memory
7665                 and functions to msgcache.c and folder.c to
7666                 fetch MsgInfos by message id
7667         * src/compose.c
7668         * src/procmsg.c
7669                 store folder and message-id of message replying
7670                 to in queue header and set reply flag after sending
7671                 (Closes bug #469498)
7672
7673 2002-07-10 [paul]       0.7.8claws57
7674
7675         * AUTHORS
7676           man/sylpheed.1.gz
7677                 add Martin to the list of authors
7678
7679 2002-07-09 [martin]     0.7.8claws56
7680         * src/gtksctree.c
7681                 Added gtk_ctree_last_visible(), tree_update_level(),
7682                 gtk_ctree_link(), gtk_ctree_unlink(), real_sort_list(),
7683                 tree_sort(), gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
7684                 from gtk+ to gtksctree.c for the new sorting code
7685                 Renamed gtk_ctree_sort_recusive() to gtk_sctree_sort_recursive
7686                 Renamed gtk_ctree_sort_node() to gtk_sctree_sort_node
7687         * src/gtksctree.h
7688                 Added declaration for gtk_sctree_sort_recursive() and
7689                 gtk_sctree_sort_node
7690         * src/addressbook.c
7691         * src/foldersel.c
7692         * src/folderview.c
7693         * src/summaryview.c
7694                 changed calls from gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
7695                 to gtk_sctree_sort_recursive() and gtk_sctree_sort_node()
7696
7697 2002-07-08 [paul]       0.7.8claws55
7698
7699         * more sync with 0.7.8cvs21
7700                 see ChangeLog 2002-07-08
7701
7702 2002-07-08 [paul]       0.7.8claws54
7703
7704         * sync with 0.7.8cvs21
7705                 see ChangeLog 2002-07-08
7706
7707 2002-07-07 [alfons]     0.7.8claws53
7708
7709         * src/Makefile.am
7710         * src/stock_pixmap.[ch]
7711         * src/pixmaps/notice_warn.xpm   ** NEW FILE **
7712         * src/pixmaps/notice_error.xpm  ** NEW FILE **
7713         * src/pixmaps/notice_note.xpm   ** NEW FILE **
7714                 add new pixmaps for upcoming notice pane
7715
7716 2002-07-06 [melvin]     0.7.8claws52
7717
7718         * src/gtkspell.[ch]
7719                 Made them a bit closer to Sylpheed's coding style.
7720                 Removed old code.
7721                 Removed possible memory leaks when some errors occurs.
7722
7723 2002-07-06 [melvin]     0.7.8claws51
7724
7725         * po/Makefile.in.in
7726                 Removed --no-location in xgettext command line to help
7727                 translators that use Emacs' po-mode
7728         * src/quote_fmt.c
7729                 Removed unnecessary comments that messed up sylpheed.pot
7730
7731 2002-07-06 [paul]       0.7.8claws50
7732
7733         * sync with 0.7.8cvs19
7734                 see ChangeLog 2002-07-05
7735
7736 2002-07-06 [christoph]  0.7.8claws49
7737
7738         * src/folder.c
7739         * src/mainwindow.c
7740                 fix folder_item_remove_all_msg and folderview
7741                 status for trash folders after emptying trash
7742
7743 2002-07-05 [paul]       0.7.8claws48
7744
7745         * sync with 0.7.8cvs16
7746                 see ChangeLog 2002-07-04 and 2002-07-05
7747
7748 2002-07-04 [paul]       0.7.8claws47
7749
7750         * sync with 0.7.8cvs14
7751                 see  ChangeLog 2002-07-04
7752
7753 2002-07-03 [alfons]     0.7.8claws46
7754
7755         * src/folder.c
7756                 dupe folder item's path because it's being reallocated
7757                 by new folder scanning code
7758
7759 2002-07-03 [christoph]  0.7.8claws45
7760
7761         * src/imap.c
7762                 better IMAP uid fetching using 'FETCH 1:* (UID)'
7763         * src/msgcache.c
7764                 add missing return in msgcache_write
7765
7766 2002-07-02 [thorsten]   0.7.8claws44
7767
7768         * src/jpilot.c
7769         * src/msgcache.c
7770         * src/rfc2015.c
7771                 use binary mode for file access
7772
7773 2002-07-02 [christoph]  0.7.8claws43
7774
7775         * major code cleanup (part 1)
7776         
7777                 - unused variables removed
7778                 - unused functions removed
7779                 - uninitialized variables checked
7780                 - missing return statements added
7781                 - missing function return types added
7782                 - added parentheses around assignment and
7783                   && in || when suggested by gcc
7784               
7785         * src/mh.c
7786         * src/folder.c
7787                 replaced direct calls to folder->scan_tree
7788                 with folder_scan_tree and restore folder
7789                 prefs in this function. The folder should
7790                 not have to deal with them.
7791                 ( Should now work for all folder types )
7792
7793 2002-07-02 [paul]       0.7.8claws42
7794
7795         * sync with 0.7.8cvs13
7796                 see ChangeLog 2002-07-01 and 2002-07-02
7797
7798 2002-07-01 [christoph]  0.7.8claws41
7799
7800         * src/summaryview.c
7801                 fix "goto next/prev unread message" with
7802                 ignored threads
7803
7804 2002-07-01 [paul]       0.7.8claws40
7805
7806         * po/es.po
7807                 updated by Ricardo Mones Lastra
7808
7809 2002-06-30 [match]      0.7.8claws39
7810
7811         * src/jpilot.c
7812                 applied variation of leonerd's patch (566661) to
7813                 allow multiple email addresses per JPilot entry.
7814                 addresses may be separated by space, comma, pipe,
7815                 semi-colon, new-line.
7816
7817 2002-06-30 [alfons]     0.7.8claws38
7818
7819         * src/procmsg.c
7820                 simple fix for putting older nodes before
7821                 newer nodes when threading by subject
7822
7823 2002-06-30 [christoph]  0.7.8claws37
7824
7825         * src/folder.c
7826         * src/folderview.c
7827         * src/mh.c
7828         * src/news.c
7829         * src/procmsg.c
7830                 fix broken folder tree rescaning
7831                 and don't use procmsg_get_mark_sum
7832                 anymore
7833
7834 2002-06-30 [christoph]  0.7.8claws36
7835
7836         * merge new cache branch
7837         * src/imap.c
7838                 fix new cache imap copy bug
7839         * src/folder.c
7840                 improved folder_item_scan
7841                 it should now always set the correct
7842                 new, unread and total message counts
7843
7844 2002-06-29 [paul]       0.7.8claws35
7845
7846         * configure.in
7847                 correct syntax error
7848
7849 2002-06-29 [paul]       0.7.8claws34
7850
7851         * configure.in
7852           Makefile.am
7853           man/Makefile.am       ** NEW FILE **
7854           man/sylpheed.1.gz     ** NEW FILE **
7855                 add Sylpheed man page
7856
7857 2002-06-29 [paul]       0.7.8claws33
7858
7859         * po/pt_BR.po
7860                 updated by Fabio Junior Beneditto
7861
7862 2002-06-28 [jens]       0.7.8claws32
7863
7864         * po/de.po
7865                 translation updated
7866
7867         * src/selective_download.c
7868                 removed gettext for space " "
7869
7870         * src/imap.c
7871                 removed wrong space
7872
7873 2002-06-28 [paul]       0.7.8claws31
7874
7875         * sync with 0.7.8cvs11
7876                 see ChangeLog 2002-06-28
7877
7878 2002-06-28 [paul]       0.7.8claws30
7879
7880         * sync with 0.7.8cvs10
7881                 see ChangeLog 2002-06-27 and 2002-06-28
7882
7883 2002-06-26 [paul]       0.7.8claws29
7884
7885         * src/addrgather.c
7886           src/selective_download.c
7887                 don't gettextise empty strings.
7888                 reserved by gettext. gettext("") returns 
7889                 the header entry with meta information, 
7890                 not the empty string
7891
7892         * po/en_GB.po
7893                 updated
7894
7895 2002-06-26 [paul]       0.7.8claws28
7896
7897         * sync with 0.7.8cvs7
7898                 see ChangeLog 2002-06-25
7899
7900         * src/prefs_common.c
7901                 ...and in the process, tweak the gui a little
7902
7903 2002-06-25 [alfons]     0.7.8claws27
7904         
7905         * configure.in
7906         * src/Makefile.am
7907                 fine tune ldap library detection
7908
7909 2002-06-25 [alfons]     0.7.8claws26
7910
7911         * src/compose.c
7912                 don't allow return receipts when composing a news article
7913
7914 2002-06-25 [paul]       0.7.8claws25
7915
7916         * Makefile.am
7917                 add '$(AMTAR)' to 'release' section to allow for
7918                 new and older autotools
7919
7920 2002-06-25 [paul]       0.7.8claws24
7921
7922         * src/summaryview.c
7923                 fix "No more unread messages" persistant pop-up
7924                 window bug
7925
7926 2002-06-25 [paul]       0.7.8claws23
7927
7928         * po/it.po
7929                 updated by Alessandro Maestri
7930
7931 2002-06-25 [paul]       0.7.8claws22
7932
7933         * sync with 0.7.8cvs6
7934                 see ChangeLog 2002-06-25
7935
7936 2002-06-24 [paul]       0.7.8claws21
7937
7938         * tools/update-po
7939                 add GPL copyright information
7940
7941 2002-06-24 [paul]       0.7.8claws20
7942
7943         * tools/Makefile.am
7944           tools/README
7945           tools/update-po       ** NEW FILE **
7946                 add script that eases the creation of *.po files
7947                 Submitted by Wilbert Berendsen <wilbert@oswf.org>
7948
7949 2002-06-23 [alfons]     0.7.8claws19
7950
7951         * src/messageview.c
7952                 make notification_convert_header obey const correctness
7953                 (next step will be fixing the broken return receipt)
7954
7955 2002-06-23 [paul]       0.7.8claws18
7956
7957         * src/messageview.c
7958                 fix bug introduced in last commit:
7959                 removed too much code in last commit - put back what's
7960                 needed
7961
7962 2002-06-23 [paul]       0.7.8claws17
7963
7964         * src/messageview.[ch]
7965                 remove code committed in error from locally patched
7966                 source
7967
7968 2002-06-23 [colin]      0.7.8claws16
7969
7970         * src/compose.[ch]
7971                 add compose_entry_select(), used to select the default_to
7972                 email address - hopefully avoiding people sending mails to
7973                 wrong recipients.
7974
7975 2002-06-22 [alfons]     0.7.8claws15
7976
7977         * AUTHORS
7978                 add Bram Metsch & Stanislav Karchebny
7979         * src/smtp.[ch]
7980         * src/prefs_account.[ch]
7981         * src/send.c
7982                 - apply and adapt Bram's patch which allows user to set SMTP AUTH 
7983                   options.  (see <http://sourceforge.net/tracker/index.php
7984                   ?func=detail&aid=566937&group_id=25528&atid=384600>);
7985
7986                 - merge Stanislav's fix to make SMTP AUTH work with qmail
7987                   (see <http://www.tmtm.org/cgi-bin/w3ml/msg.cgi?ml=sylpheed&id=14343>)
7988
7989 2002-06-22 [paul]       0.7.8claws14
7990
7991         * sync with 0.7.8cvs5
7992                 see ChangeLog 2002-06-19 and 2002-06-20
7993
7994 2002-06-22 [alfons]     0.7.8claws13
7995
7996         * src/selective_download.c
7997                 fix a stupid mistake I made
7998
7999 2002-06-22 [alfons]     0.7.8claws12
8000
8001         * src/selective_download.[ch]
8002                 fix another unnoticed leak; cleanup code
8003
8004 2002-06-21 [alfons]
8005
8006         * tools/Makefile.am
8007                 gpg-sign <-- gpg-sign-syl
8008
8009 2002-06-21 [alfons]     0.7.8claws11
8010
8011         * src/selective_download.c
8012         * src/selective_download.h
8013                 fix assorted mix of allocation errors (should solve
8014                 problem reported by Philippe Gramoullé, see:
8015                 http://sourceforge.net/mailarchive/forum.php?thread_id=828668&forum_id=2006)
8016
8017 2002-06-20 [melvin]     0.7.8claws10
8018
8019         * tools/gpg-sign *REMOVED*
8020           tools/gpg-sign-syl *ADDED*
8021                 Replaced the gpg clearsigning script with the version using
8022                 xterm instead of ssh-askpass and changed its name.
8023
8024         * README.claws
8025                 Updated actions example to reflect the renaming of the
8026                 gpg clearsigning script.
8027
8028 2002-06-19 [paul]       0.7.8claws9
8029
8030         * sync with 0.7.8claws9
8031                 see ChangeLog 2002-06-18 and 2002-06-19
8032
8033 2002-06-19 [paul]       0.7.8claws8
8034
8035         * sync with 0.7.8cvs1
8036                 see ChangeLog 2002-06-18
8037
8038 2002-06-18 [alfons]     0.7.8claws7
8039
8040         * src/mainwindow.h
8041                 add omitted prototype
8042
8043 2002-06-17 [paul]       0.7.8claws6
8044
8045         * src/mainwindow.c
8046                 fix hiding of exec_btn
8047
8048 2002-06-17 [paul]       0.7.8claws5
8049
8050         * src/pop.c
8051                 remove unneeded code: should_delete() 
8052                 and Pop3State::uidl_todelete_list
8053
8054 2002-06-17 [paul]       0.7.8claws4
8055
8056         * sync with 0.7.8
8057                 see ChangeLog 2002-06-11 and 2002-06-13
8058
8059 2002-06-16 [alfons]     0.7.8claws3
8060         
8061         * src/folder.c
8062                 make sure lock sort mode (claws specific) is
8063                 also persists after a tree rescan
8064
8065 2002-06-16 [alfons]     0.7.8claws2
8066
8067         * src/prefs_folder_item.c
8068         * src/folder.[ch]
8069                 fix persistence of folder sort mode (broken
8070                 by adapting Hiro's new folder persistence code)
8071
8072 2002-06-16 [alfons]     0.7.8claws1
8073
8074         * AUTHORS
8075         * src/logwindow.c
8076         * src/prefscommon.[ch]
8077                 control size of log text in log window; 
8078                 closes patch #569155 submitted by Mitko Haralanov.
8079
8080 2002-06-15 [paul]       0.7.8claws
8081
8082         * release of 0.7.8claws
8083
8084 2002-06-15 [paul]       0.7.7claws
8085
8086         * po/pt_BR.po
8087                 updated by Fabio Junior Beneditto
8088
8089 2002-06-14 [paul]       0.7.6claws49
8090
8091         * po/es.po
8092                 updated by Ricardo Mones Lastra
8093
8094 2002-06-14 [paul]       0.7.6claws48
8095
8096         * po/nl.po
8097                 updated translation by Wilbert Berendsen
8098
8099 2002-06-14 [melvin]     0.7.6claws47
8100
8101         * po/fr.po
8102                 Updated French translation
8103
8104 2002-06-13 [paul]       0.7.6claws46
8105
8106         * src/filesel.c
8107                 allow filename to be typed in, rather than just
8108                 selected by the mouse. Patch by Gustavo Noronha Silva.
8109
8110 2002-06-13 [alfons]     0.7.6claws45
8111
8112         * src/mainwindow.[ch]
8113                 more cleanups (removing unnecessary menu items Expand 
8114                 summary / message view)
8115
8116 2002-06-13 [melvin]     0.7.6claws44
8117
8118         * po/POTFILES.in
8119                 Added src/string_match.c
8120         * src/string_match.c
8121                 Fixed possible buffer overflow.
8122                 Corrected typo.
8123                 Added missing config.h header.
8124         * src/prefs_common.c
8125           src/prefs_matcher.c
8126           src/prefs_scoring.c
8127                 Made some strings translatable (missing _(..)).
8128
8129 2002-06-13 [melvin]     0.7.6claws43
8130
8131         * README.claws
8132                 Corrected action example (verifying clearsigned mail).
8133         * src/prefs_account.c
8134                 Corrected typo.
8135         * src/prefs_common.c
8136                 Removed incorrect line that generated a Gtk-CRITICAL msg.
8137
8138 2002-06-12 [alfons]     0.7.6claws42
8139
8140         * src/summaryview.c
8141                 add init of score column lost in 0.7.6claws42
8142
8143 2002-06-12 [paul]       0.7.6claws41
8144
8145         * src/prefs_account.c
8146                 CREATE_RADIO_BUTTONS(): fixed a typo and corrected the 
8147                 behavior of the radio buttons, (from 0.7.7cvs2)
8148
8149 2002-06-11 [alfons]     0.7.6claws40
8150
8151         * src/messageview.[ch]
8152         * src/summaryview.[ch]
8153         * src/summary_search.c
8154         * src/mainwindow.c
8155                 perform a sync to bring in Hiro's separate view implementation 
8156
8157                 (NOTE: may still be buggy; 0.7.6claws39 marked as LAST_STABLE)
8158
8159 2002-06-11 [paul]       0.7.6claws39
8160         
8161         * src/prefs_account.c
8162                 correct a typo on the Receive tab
8163
8164 2002-06-10 [match]      0.7.6claws38
8165
8166         * src/addressbook.c
8167                 Included address completion patch from Gustavo Noronha.
8168
8169 2002-06-10 [paul]       0.7.6claws37
8170
8171         * src/inc.[ch]
8172           src/pop.c
8173           src/prefs_account.[ch]
8174           src/selective_download.[ch]
8175                 apply PATCH #561712
8176                  NEW:
8177                 - check if POP Account
8178                 - Receive Button renamed to Preview
8179                 - Preview Button Popup: preview new/all messages
8180                 - Download Button
8181                 - Account Preferences-->Receive tab checkbutton if you
8182                   want to remove Mail after Download
8183                 -: default YES
8184                 - Account Preferences-->Receive tab checkbutton use
8185                   filtering rules on preview
8186                   (think of delete_on_server)
8187                 -: default YES
8188                 - Account selectable from SD dialog
8189                 - checkbutton to show already downloaded messages if
8190                   all messages are previewed
8191                 - new clist column showing Date
8192                 - ESC KEY close
8193                 FIXES:
8194                 - play ball with UIDL
8195                 - fault tolerant (?) 
8196                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
8197
8198 2002-06-10 [melvin]     0.7.6claws36
8199
8200         * README.claws
8201                 Added a hint to ac/README in cvs instructions.
8202
8203         * src/prefs_actions.c
8204                 Made it possible to use a more elaborate command line
8205                 for asynchronous actions, too.
8206
8207 2002-06-10 [melvin]     0.7.6claws35
8208         
8209         * src/prefs_actions.c
8210                 Make it possible to use a more elaborate command line
8211                 (e.g. |foo|bar|cat>there;echo Done|)
8212                 Corrected error message when calling %f, %F and %p commands
8213                 from the compose window.
8214
8215 2002-06-09 [colin]      0.7.6claws34
8216
8217         * src/summaryview.c
8218                 Automatically find unread messages in current folder
8219                 before annoying the user.
8220
8221 2002-06-08 [alfons]     0.7.6claws33
8222
8223         * po/it.po
8224                 remove bad formatting string in it.po translation
8225                 (close "[ 548336 ] --debug segfaults!!! with it_IT@euro")
8226
8227 2002-06-08 [paul]       0.7.6claws32
8228
8229         * sync with 0.7.6cvs25
8230                 see ChangeLog 2002-06-07
8231
8232 2002-06-05 [paul]       0.7.6claws31
8233
8234         * src/mainwindow.c
8235                 add 'Sort by locked' and 'Sort by score'
8236
8237 2002-06-05 [paul]       0.7.6claws30
8238
8239         * sync with 0.7.6cvs24
8240                 see ChangeLog 2002-06-04
8241
8242 2002-06-04 [paul]       0.7.6claws29
8243
8244         * po/pt_BR.po
8245                 updated by Fabio Junior Beneditto
8246
8247 2002-06-03 [thorsten]   0.7.6claws28
8248
8249         * src/matcher.c
8250                 fclose() matcherrc after reading
8251
8252 2002-06-03 [paul]       0.7.6claws27
8253
8254         * sync with 0.7.6cvs21
8255                 see ChangeLog 2002-05-31
8256
8257 2002-05-31 [paul]       0.7.6claws26
8258
8259         * sync with 0.7.6cvs20
8260                 see ChangeLog 2002-05-29 and 2002-05-30
8261
8262 2002-05-31 [paul]       0.7.6claws25
8263
8264         * src/imap.c
8265                 hopefully fix last buggy sync
8266
8267         * README.claws
8268                 correct typo in 'Actions' examples
8269
8270 2002-05-29 [paul]       0.7.6claws24
8271
8272         * sync with 0.7.6cvs18
8273                 see ChangeLog 2002-05-28 and 2002-05-29
8274
8275         * src/news.c
8276           src/nntp.[ch]
8277                 sync with above 
8278
8279 2002-05-28 [paul]       0.7.6claws23
8280
8281         * sync with 0.7.6cvs16
8282                 see ChangeLog 2002-05-28
8283
8284 2002-05-27 [thorsten]   0.7.6claws22 
8285
8286         * faq/it/sylpheed-faq-1.html
8287           faq/it/sylpheed-faq-2.html
8288           faq/it/sylpheed-faq-3.html
8289           faq/it/sylpheed-faq.html
8290                 corrected DOS lineendings
8291         * faq/de/sylpheed-faq-1.html
8292           faq/de/sylpheed-faq-2.html
8293           faq/en/sylpheed-faq-1.html
8294           faq/en/sylpheed-faq-2.html
8295           faq/en/sylpheed-faq-3.html
8296           faq/es/sylpheed-faq-1.html
8297           faq/es/sylpheed-faq-2.html
8298           faq/es/sylpheed-faq-3.html
8299           faq/fr/sylpheed-faq-1.html
8300           faq/it/sylpheed-faq-1.html
8301           faq/it/sylpheed-faq-2.html
8302           faq/it/sylpheed-faq-3.html
8303           faq/it/sylpheed-faq.html
8304                 changed ">" to &quot;
8305
8306 2002-05-27 [paul]       0.7.6claws21
8307         
8308         * sync with 0.7.6cvs15
8309                 see ChangeLog 2002-05-27
8310
8311 2002-05-27 [paul]       0.7.6claws20
8312
8313         * src/prefs_account.c
8314                 correct a typo
8315
8316 2002-05-26 [paul]       0.7.6claws19
8317
8318         * tools/README
8319                 correct a typo
8320
8321 2002-05-25 [paul]       0.7.6claws18
8322
8323         * tools/README
8324                 add description of kmail2sylpheed.pl
8325
8326 2002-05-25 [paul]       0.7.6claws17
8327
8328         * tools/kmail2sylpheed.pl       ** NEW FILE **
8329                 perl script that converts an exported Kmail address
8330                 book, converts it to sylpheed addressbook file,
8331                 writes the file to .sylpheed, and updates
8332                 addrbook--index.xml 
8333
8334 2002-05-25 [paul]       0.7.6claws16
8335
8336         * sync with 0.7.6cvs14
8337                 see ChangeLog 2002-05-23
8338
8339 2002-05-24 [paul]       0.7.6claws15
8340
8341         * README.claws
8342                 make a correction and add some more info
8343
8344 2002-05-24 [paul]       0.7.6claws14
8345
8346         * src/compose.c
8347                 fix memory leak in 
8348                 compose_redirect_write_headers_from_headerlist()
8349                 add Subject and Resent-Message-ID to
8350                 compose_redirect_write_headers()
8351                 Received, Subject, and X-UIDL are filtered out in 
8352                 compose_redirect_write_to_file()
8353
8354 2002-05-23 [paul]       0.7.6claws13
8355
8356         * src/compose.[ch]
8357           src/filtering.c
8358           src/mainwindow.c
8359           src/matcher.[ch]
8360           src/matcher_parser_lex.l
8361           src/matcher_parser_parse.y
8362           src/prefs_common.[ch]
8363           src/prefs_filtering.c
8364           src/summaryview.c
8365                 rename 'Bounce' to 'Redirect'
8366
8367 2002-05-23 [paul]       0.7.6claws12
8368
8369         * more sync with 0.7.6cvs13
8370           src/compose.c
8371                 see ChangeLog 2002-05-22
8372
8373 2002-05-22 [paul]       0.7.6claws11
8374
8375         * sync with 0.7.6cvs13
8376           src/codeconv.c
8377                 see ChangeLog 2002-05-20
8378           src/prefs_common.c
8379                 see ChangeLog 2002-05-22
8380
8381 2002-05-21 [melvin]     0.7.6claws10
8382
8383         * src/folderview.c
8384                 Added missing filtering and scoring headers
8385                 Fixed bad function call that showed garbage 
8386                 in Folder->Processing
8387
8388 2002-05-21 [paul]       0.7.6claws9
8389
8390         * tools/Makefile.am
8391                 make all tools executable, (patch by Alfons).
8392
8393 2002-05-20 [alfons]     0.7.6claws8
8394
8395         * src/procheader.c
8396                 don't forget to call mktime() so we have a valid week 
8397                 and year day
8398                 (Bug report by Roger Sondermann <mail@jumaros.de>)
8399
8400 2002-05-20 [paul]       0.7.6claws7
8401
8402         * src/html.c
8403                 fix broken parsing of urls
8404         * src/textview.c
8405                 fix displaying of urls
8406
8407                 both fixes from the patch [547855] by Eugene 
8408                 Brevdo (zonem)
8409
8410 2002-05-19 [alfons]     0.7.6claws6
8411
8412         * configure.in
8413                 make sylpheed configure correctly with the latest
8414                 and greatest of automake / autoconf / gettext
8415
8416 2002-05-19 [alfons]     0.7.6claws5
8417
8418         * src/procheader.c
8419         * src/procheader.h
8420                 add function for returning ime zone offset
8421         * src/quote_fmt.c
8422         * src/quote_fmt_parse.y
8423                 better quotation formatting - does not convert
8424                 to local time, but uses the original date string.
8425                 
8426                 Note: %z inserts the timezone offset (should 
8427                 work also on platforms where strftime does not
8428                 support %z).
8429
8430 2002-05-18 [christoph]  0.7.6claws4
8431
8432         * src/summaryview.c
8433                 fix indentation of some code
8434         * tools/Makefile.am
8435                 fix spaces after \
8436         * src/Makefile.am
8437                 add missing \
8438                 correct path for ignorethread.xpm
8439                 incorrect filename for sylpheed_logo.xpm
8440                 add missing include matcher_parser_parse.h
8441
8442 2002-05-18 [paul]       0.7.6claws3
8443
8444         * sync with 0.7.6cvs8
8445                 see ChangeLog 2002-05-16 and 2002-05-17
8446
8447 2002-05-18 [melvin]     0.7.6claws2
8448
8449         * README.claws
8450                 Corrected an action's definition and fixed some misspellings.
8451
8452 2002-05-18 [paul]       0.7.6claws1
8453
8454         * tools/Makefile.am
8455           tools/gpg-sign        ** new file **
8456           tools/uudec           ** new file **
8457                 add Melvin's Actions scripts
8458
8459         * README.claws
8460                 add Melvin's descriptions for Actions
8461
8462 2002-05-18 [paul]       0.7.6claws
8463
8464         * Version 0.7.6claws released
8465
8466 2002-05-17 [paul]       0.7.5claws32
8467
8468         * po/es.po
8469                 updated by Ricardo Mones Lastra
8470
8471 2002-05-17 [paul]       0.7.5claws31
8472
8473         * src/compose.c
8474                 fix Account prefs default folder for sent/draft/deleted
8475                 messages bug
8476
8477         * po/it.po
8478           po/nl.po
8479                 updated translation by Alessandro Maestri and
8480                 Wilbert Berendsen
8481
8482 2002-05-17 [melvin]     0.7.5claws30
8483
8484         * src/prefs_actions.c
8485                 Fixed bug where using %F not at the end of the command 
8486                 resulted in an additional empty argument being created.
8487                 Thanks to Darko Koruga for reporting the bug.
8488
8489 2002-05-17 [melvin]     0.7.5claws29
8490
8491         * po/fr.po
8492                 Updated French translations.
8493
8494 2002-05-15 [paul]       0.7.5claws28
8495         
8496         * po/es.po
8497                 updated by Ricardo Mones Lastra
8498
8499 2002-05-15 [paul]       0.7.5claws27
8500
8501         * sync with 0.7.6cvs4
8502                 see ChangeLog 2002-05-14 and 2002-05-15
8503
8504 2002-05-14 [paul]       0.7.5claws26
8505
8506         * sync with 0.7.6cvs1
8507                 see ChangeLog 2002-05-13
8508
8509 2002-05-13 [thorsten]   0.7.5claws25
8510
8511         * src/messageview.c
8512                 fix select_all and copy in multipart messages
8513         * src/mainwindow.c
8514                 fix select_all and copy in multipart messages
8515
8516 2002-05-12 [paul]       0.7.5claws24
8517
8518         * src/summaryview.c
8519                 reverse last commit, bug already fixed in 0.7.5claws3
8520
8521 2002-05-12 [netztorte]  0.7.5claws23
8522
8523         * src/summaryview.c
8524                 dont parse empty addressbook (checked in before claws20)
8525
8526 2002-05-12 [melvin]     0.7.5claws22
8527
8528         * src/procmsg.[ch]
8529                 Removed unneeded priority code introduced by the previous 
8530                 commit.
8531
8532 2002-05-12 [melvin]     0.7.5claws21
8533
8534         * src/compose.[ch]
8535                 Added possibility to set message's priority.
8536         * src/procmsg.[ch]
8537                 Added possibility to set message's priority.
8538                 Added missing headers
8539
8540 2002-05-12 [melvin]     0.7.5claws20
8541
8542         * src/prefs_actions.c
8543                 Removed implicitely added quotes around the name
8544                 of the temporary files of mime parts.
8545
8546 2002-05-12 [paul]       0.7.5claws19
8547
8548         * sync with 0.7.5cvs20
8549                 see ChangeLog 2002-05-11
8550
8551 2002-05-12 [alfons]     0.7.5claws18
8552
8553         * src/quote_fmt_lex.l
8554         * src/quote_fmt_parse.y
8555                 allow quote / reply date & time format to be set using
8556                 %D{format}. format is a format string you'd pass to
8557                 strftime() (see man strftime, or the Display tab |
8558                 Date format setting).
8559
8560                 Currently %D converts the date to local time. 
8561
8562 2002-05-11 [paul]       0.7.5claws17
8563
8564         * sync with 0.7.5cvs19 (except src/prefs_folder_item.c)
8565                 see ChangeLog 2002-05-10 and 2002-05-11
8566
8567 2002-05-10 [paul]       0.7.5claws16
8568
8569         * sync with 0.7.5cvs16
8570                 see ChangeLog entries 2002-05-09 and 
8571                 2002-05-10
8572
8573 2002-05-10 [colin]      0.7.5claws15
8574
8575         * src/textview.c
8576                 Corrected a bug that prevented sylpheed to open
8577                 double-clicked URIs.
8578
8579 2002-05-09 [paul]       0.7.5claws14
8580
8581         * sync with 0.7.5cvs14
8582                 see ChangeLog 2002-05-08 and 2002-05-09
8583
8584 2002-05-08 [paul]       0.7.5claws13
8585
8586         * sync with 0.7.5cvs11
8587                 see ChangeLog entry 2002-05-08
8588
8589 2002-05-08 [paul]       0.7.5claws12
8590
8591         * src/mainwindow.c
8592           src/textview.[ch]
8593                 fix segfault on View->Open in new window
8594                 patch submitted by Thorsten Maerz <torte@netztorte.de>
8595
8596 2002-05-07 [paul]       0.7.5claws11
8597
8598         * sync with 0.7.5cvs9
8599                 see ChangeLog entry 2002-05-07
8600
8601 2002-05-06 [paul]       0.7.5claws10
8602
8603         * src/messageview.c
8604           src/textview.c
8605                 display url in statusbar on single-click
8606                 patch submitted by Thorsten Maerz <torte@netztorte.de>
8607
8608 2002-05-06 [match]      0.7.5claws9
8609
8610         * src/addritem.[ch]
8611                 new functions.
8612         * src/addrcache.c
8613                 tidy up.
8614         * src/xmlprops.[ch]
8615                 XML implementation of properties file.
8616         * src/exporthtml.[ch]
8617         * src/expthtmldlg.[ch]
8618         * src/addressbook.c
8619                 export to HTML.
8620
8621 2002-05-02 [sergey]     0.7.5claws8
8622
8623         * src/mainwindow.c (mainwin_entries),
8624           src/prefs_common.c (prefs_send_create()),
8625           src/codeconv.c (locale_table):
8626                 use charset name "Windows-1251" instead of "CP1251".
8627
8628 2002-05-02 [colin]      0.7.5claws7
8629         
8630         * src/compose.c
8631           src/prefs_common.c
8632           src/prefs_folder_item.c
8633                 Fixed cosmetics bugs due to Outbox renamed to Sent.
8634
8635 2002-05-02 [hiro]       0.7.5claws6
8636
8637         * src/imap.c
8638                 sync the change for QUOTE_IF_REQUIRED() macro with 0.7.5cvs7.
8639
8640 2002-05-02 [paul]       0.7.5claws5
8641
8642         * src/compose.c
8643                 more sync with 0.7.5cvs7, see ChangeLog entry
8644                 2002-05-02
8645
8646 2002-05-02 [hiro]       0.7.5claws4
8647
8648         * src/compose.c
8649                 compose_queue_sub():
8650                 check if queue folder exists (closes #550397).
8651                 removed directory creation since it should be handled
8652                 transparently.
8653         * src/imap.c
8654                 imap_add_msg(): return UID for appended message
8655                 (closes #548842).
8656
8657 2002-04-30 [paul]       0.7.5claws3
8658
8659         * src/summaryview.c
8660                 fix account_find_from_address() bug
8661
8662 2002-04-28 [colin]      0.7.5claws2
8663
8664         * src/compose.c
8665           src/textview.c
8666           src/prefs_common.[ch]
8667           src/utils.[ch]
8668                 Added user-definable quotation characters recognition.
8669
8670 2002-04-28 [paul]       0.7.5claws1
8671
8672         * sync with 0.7.5cvs4
8673                 see ChangeLog entry  2002-04-25
8674
8675 2002-04-28 [paul]       0.7.5claws
8676
8677         * po/es.po
8678           po/nl.po
8679           po/pt_BR.po
8680                 updated by Ricardo Mones Lastra, Wilbert Berendsen, and
8681                 Fabio Junior Beneditto
8682
8683 2002-04-27 [jens]       0.7.4claws103
8684
8685         * po/de.po
8686                 updated German translation.
8687
8688 2002-04-27 [hiro]       0.7.4claws102
8689
8690         * src/summaryview.c
8691                 summary_write_cache(): fixed the mark loss of hidden messages.
8692
8693 2002-04-26 [melvin]     0.7.4claws101
8694
8695         * src/procmsg.c
8696                 fixed a second typo (same one)
8697         * po/fr.po
8698           po/it.po
8699           po/pt_BR.po
8700                 fixed the type again...
8701
8702 2002-04-26 [melvin]     0.7.4claws100
8703
8704         * src/procmsg.c
8705                 fixed a typo in an alert message ("temorary").
8706         * po/it.po
8707         * po/pt_BR.po
8708                 corrected the typo  described above.
8709         * po/fr.po
8710                 updated French translation.
8711
8712 2002-04-26 [darko]      0.7.4claws99
8713
8714         * src/summaryview.c
8715                 fix target folder colorization
8716
8717 2002-04-25 [paul]       0.7.4claws98
8718
8719         * po/it.po
8720                 updated by Alessandro Maestri
8721
8722 2002-04-24 [colin]      0.7.4claws97
8723         
8724         * src/compose.c
8725                 Fixed double "subject is empty" question.
8726
8727 2002-04-23 [colin]      0.7.4claws96
8728         
8729         * src/mimeview.c
8730                 Corrected issue when "automatically display images" was
8731                 not set : first image remained after selecting second.
8732
8733 2002-04-23 [melvin]     0.7.4claws95
8734
8735         * src/prefs_actions.c
8736                 Don't display in/out dialog if there is nothing to show.
8737
8738 2002-04-23 [paul]       0.7.4claws94
8739
8740         * sync with 0.7.5cvs3
8741                 bug fixes: see ChangeLog entry 2002-04-23
8742
8743 2002-04-22 [darko]      0.7.4claws93
8744
8745         * src/compose.c
8746                 fix previous check-in which changed code after
8747                 merge from main
8748
8749 2002-04-22 [paul]       0.7.4claws92
8750
8751         * faq/de/*
8752                 add German FAQ
8753         * faq/en/*
8754           faq/es/*
8755           faq/fr/*
8756                 update English, Spanish and French FAQs
8757         * manual/de/*
8758           manual/es/*
8759                 add German and Spanish manuals
8760         * manual/en/*
8761           manual/fr/*
8762                 update English and French manuals
8763
8764         * src/Makefile.am
8765                 add to and re-arrange the pixmap entries
8766
8767 2002-04-22 [darko]      0.7.4claws91
8768
8769         * src/compose.c
8770                 fix sender initials recognition to only allow
8771                 '>' after the initials
8772
8773 2002-04-21 [paul]       0.7.4claws90
8774
8775         * sync with 0.7.5 release
8776                 see ChangeLog entry 2002-04-21
8777
8778 2002-04-21 [alfons]
8779
8780         * src/Makefile.am
8781                 add colin's new pixmaps to EXTRA_DIST
8782
8783 2002-04-21 [colin]      0.7.4claws89
8784         * src/compose.c
8785         * src/inc.c
8786         * src/mainwindow.[ch]
8787         * src/prefs_common.[ch]
8788         * src/stock_pixmap.[ch]
8789                 Added "Work offline" ability.
8790
8791 2002-04-21 [colin]      0.7.4claws88
8792         
8793         * src/mimeview.c
8794         * src/prefs_common.c
8795         * src/prefs_common.h
8796         * src/textview.c : Added an option to common preferences -> display
8797           to allow user not to automatically display images.
8798
8799 2002-04-21 [paul]       0.7.4claws87
8800
8801         * sync with 0.7.4cvs52
8802                 see ChangeLog entry 2002-04-21 (src/imap.c)
8803
8804 2002-04-21 [paul]       0.7.4claws86
8805
8806         * sync with 0.7.4cvs51
8807                 see ChangeLog entry 2002-04-21
8808
8809 2002-04-21 [paul]       0.7.4claws85
8810
8811         * sync with 0.7.4cvs49
8812                 see ChangeLog entries 2002-04-20 and 2002-04-21
8813
8814         * src/Makefile.am
8815                 clean up: remove old 'stock_' element from xpm 
8816                 filenames.
8817
8818 2002-04-21 [alfons]     0.7.4claws84
8819
8820         apply sync patch from Paul
8821
8822         * src/folderview.c
8823                 use old claws prefs_folder_item_create() for now
8824
8825 2002-04-19 [match]      0.7.4claws83
8826
8827         * src/addressbook.[ch]
8828         * src/addrharvest.[ch]
8829         * src/addrgather.[ch]
8830                 recurse folders.
8831         * src/mainwindow.c
8832         * src/summaryview.[ch]
8833                 change menu option.
8834
8835 2002-04-19 [paul]       0.7.4claws82
8836
8837         * po/pt_BR.po
8838                 updated by Fabio Junior Beneditto
8839
8840 2002-04-14 [alfons]     0.7.4claws81
8841
8842         * src/passphrase.c
8843                 add #include <sys/types.h> for mode_t and off_t 
8844
8845 2002-04-13 [paul]       0.7.4claws80
8846         
8847         * src/main.c
8848           src/passphrase.[ch]
8849           src/pgptext.c
8850           src/prefs_common.[ch]
8851           src/rfc2015.c
8852                 enable storing of GnuPG passphrase for the whole 
8853                 session or a user-defined number of minutes. patch 
8854                 submitted by Ravemax <ravemax@dextrose.com>
8855
8856 2002-04-13 [alfons]     0.7.4claws79
8857
8858         * src/textview.c
8859                 make email parser also stop scanning when encountering separators
8860                 ',' and ';' (reported by Fabien Vantard <fvantard@opsion.fr>)
8861
8862 2002-04-13 [paul]       0.7.4claws78
8863
8864         * sync with 0.7.4cvs39
8865                 see ChangeLog entry 2002-04-12
8866
8867 2002-04-11 [paul]       0.7.4claws77
8868
8869         * sync with 0.7.4cvs37
8870                 see ChangeLog entry 2002-04-11
8871
8872 2002-04-11 [paul]       0.7.4claws76
8873
8874         * COPYING 
8875                 re-licensed (removal of "NO-VIRUS CLAUSE" and addition of
8876                 the clause for OpenSSL). sync with sylpheed main
8877
8878 2002-04-09 [melvin]     0.7.4claws75
8879
8880         * src/compose.c
8881                 Made 'Ctrl-Enter' on send ignore some modifiers 
8882                 (LOCK_MASK, MOD2, MOD3, MOD4, MOD5). Make it possible
8883                 to bind other *-Enter (but not Alt-Enter).
8884
8885 2002-04-09 [paul]       0.7.4claws74
8886
8887         * sync with 0.7.4cvs35
8888                 see ChangeLog entries 2002-04-09
8889
8890 2002-04-08 [paul]       0.7.4claws73
8891
8892         * sync with 0.7.4cvs33
8893                 see ChangeLog entry 200-04-08
8894
8895 2002-04-07 [match]      0.7.4claws72
8896
8897         * src/addrharvest.[ch]
8898                 fixed to read all addresses in header, regardless
8899                 of header size. improved name parsing. accommodate
8900                 harvest from folders and selected message.
8901         * src/addritem.[ch]
8902                 included new address parsing function.
8903         * src/addrgather.[ch]
8904         * src/addressbook.[ch]
8905         * src/summaryview.[ch]
8906         * src/mainwindow.c
8907                 allow address harvest of folder as well as selected
8908                 messages.
8909
8910 2002-04-07 [paul]       0.7.4claws71
8911
8912         * src/esmtp.[ch]
8913           src/smtp.c
8914                 don't try to authenticate with CRAM-MD5 in SMTP when 
8915                 SMTP-AUTH enabled if MTA doesn't issue this 
8916                 auth-method in it's ehlo-response. bug item #531364,
8917                 patch item #938910. patch submitted by Colin Leroy 
8918                 <colin@colino.net>
8919
8920 2002-04-07 [paul]       0.7.4claws70
8921
8922         * src/nntp.c
8923                 fix missing MODE_READER bug. patch submitted by
8924                 Colin Leroy <colin@colino.net>
8925
8926 2002-04-07 [alfons]     0.7.4claws69
8927
8928         * src/matcher.[ch]
8929         * src/prefs_filtering.c
8930         * src/summaryview.c
8931                 escape \' and \" in strings passed as filtering strings; bug report by Alex Evseev.
8932                 (see http://www.geocrawler.com/lists/3/SourceForge/11619/25/8279435/)
8933
8934 2002-04-07 [paul]       0.7.4claws68
8935
8936         * sync with 0.7.4cvs32
8937                 see ChangeLog entry 2002-04-06
8938
8939         * tools/filter_conv.pl
8940                 more bug fixes
8941
8942 2002-04-06 [paul]       0.7.4claws67
8943
8944         * tools/filter_conv.pl
8945                 modify to be able to find the name of the first
8946                 mailbox and use that. main's filter does not
8947                 record the full path to the mailbox and therefore
8948                 can only filter to the first mailbox.
8949
8950 2002-04-05 [paul]       0.7.4claws66
8951
8952         * tools/filter_conv.pl
8953                 attempt to make the script all-encompassing and
8954                 be able to convert any main 'filter' rule thrown
8955                 at it
8956
8957 2002-04-05 [paul]       0.7.4claws65
8958
8959         * tools/filter_conv.pl
8960                 allow for collapsed folder trees
8961
8962 2002-04-05 [paul]       0.7.4claws64
8963
8964         * sync with 0.7.4cvs31
8965                 see ChangeLog entries 2002-04-05
8966
8967 2002-04-03 [paul]       0.7.4claws63
8968
8969         * sync with 0.7.4cvs29
8970                 see ChangeLog entries 2002-04-02 and 2002-04-03
8971
8972 2002-04-02 [paul]       0.7.4claws62
8973
8974         * sync with 0.7.4cvs26
8975                 see ChangeLog entry 2002-04-01
8976
8977 2002-04-02 [match]      0.7.4claws61
8978
8979         * src/pine.[ch]
8980         * src/importpine.[ch]
8981         * src/addressbook.c
8982                 import Pine address book.
8983
8984 2002-04-02 [match]      0.7.4claws60
8985
8986         * src/addrharvest.[ch]
8987                 improve address parsing of funky addresses.
8988
8989 2002-04-02 [darko]      0.7.4claws59
8990
8991         * src/compose.c
8992                 wrap on send improvements, it now recognizes quoted
8993                 initials as part of the quotation string, and it
8994                 does not join lines separated by CR
8995
8996 2002-04-01 [match]      0.7.4claws58
8997
8998         * src/mgutils.[ch]
8999                 added new functions.
9000         * src/mutt.[ch]
9001                 remove excessive duplicate address generation
9002                 on import.
9003
9004 2002-04-01 [alfons]     0.7.4claws57
9005         
9006         * src/summaryview.c
9007                 put back g_free() 
9008
9009 2002-04-01 [paul]       0.7.4claws56
9010
9011         * sync with 0.7.4cvs25
9012                 see ChangeLog entry 2002-04-01
9013
9014 2002-04-01 [alfons]     0.7.4aprilfool55
9015
9016         * src/summaryview.c
9017                 honour feature request item #537427 to allow for
9018                 displaying names from address book for sent mail also
9019
9020 2002-03-29 [paul]       0.7.4claws54
9021
9022         * src/mainwindow.c
9023           src/prefs_filtering.[ch]
9024           src/prefs_matcher.c
9025           src/summaryview.c
9026                 add 'fast filter' for claws' filtering,
9027                 /Tools/Create filter rule/... patch submitted
9028                 by Neill Miller <neillm@thecodefactory.org>
9029
9030 2002-03-29 [paul]       0.7.4claws53
9031
9032         * sync with 0.7.4cvs24
9033                 see ChangeLog entry 2002-03-29
9034
9035 2002-03-28 [paul]       0.7.4claws52
9036
9037         * sync with 0.7.4cvs23
9038                 see ChangeLog entry 2002-03-28
9039
9040 2002-03-27 [melvin]     0.7.4claws51
9041
9042         * src/prefs_actions.c
9043                 Added support to pass only one message part (as a
9044                 file) to the command using '%p'. No quotes are needed
9045                 because doubles quotes are automatically added.
9046                 Fixed bug where Sylpheed could block when waiting for
9047                 a child process to finish.
9048                 Changed the help menu to remove quotes around symbols to 
9049                 avoid misinterpretation (they must not be used).
9050
9051 2002-03-27 [melvin]     0.7.4claws50
9052
9053         * src/inc.c
9054                 Made the new mail notification command always 
9055                 execute asynchronously.
9056
9057 2002-03-27 [paul]       0.7.4claws49
9058
9059         * src/compose.c
9060                 fix bug introduced in last commit
9061
9062 2002-03-27 [paul]       0.7.4claws48
9063
9064         * sync with 0.7.4cvs21
9065                 see ChangeLog 2002-03-26 and 2002-03-27
9066
9067 2002-03-26 [hoa]        0.7.4claws47
9068
9069         * src/prefs_folder_item.c
9070                 really fixed the bug #516442 with folder rescan.
9071
9072 2002-03-26 [paul]       0.7.4claws46
9073
9074         * sync with 0.7.4cvs19
9075                 see ChangeLog entries 2002-03-25 and 2002-03-26
9076
9077 2002-03-25 [hoa]        0.7.4claws45
9078
9079         * src/matcher.c
9080         * src/mh.c
9081                 fix the bug #516442 with folder rescan.
9082
9083         * src/prefs_common.[ch]
9084         * src/compose.c
9085                 added an option to enable two different behaviours
9086                 for bounce.
9087
9088
9089 2002-03-25 [paul]       0.7.4claws44
9090
9091         * src/mainwindow.c
9092           src/selective_download.c
9093                 correct a few menuitem labels
9094
9095 2002-03-25 [christoph]  0.7.4claws43
9096
9097         * src/procmsg.c
9098                 fix non deleted tmp message in
9099                 procmsg_save_to_outbox
9100                 fix problems caused by sync with
9101                 main branch's procmsg_send_queue
9102
9103 2002-03-25 [paul]       0.7.4claws42
9104
9105         * src/quote_fmt.c
9106           src/quote_fmt_lex.l
9107           src/quote_fmt_parse.y
9108                 add Last name (%L) placeholder for quoting. 
9109                 patch submitted by Thorsten Thielen 
9110                 <thth@users.sourceforge.net>
9111
9112 2002-03-25 [paul]       0.7.4claws41
9113
9114         * src/utils.c
9115                 get full hostname. patch submitted by
9116                 Bob Woodside <rwoodside1@comcast.net>
9117
9118 2002-03-25 [paul]       0.7.4claws40
9119
9120         * src/account.c
9121           src/news.c
9122           src/nntp.[ch]
9123           src/prefs_account.[ch]
9124                 enable NNTP over SSL. patch submitted by
9125                 Pascal Jermini <pascal@infinity.hn.org>
9126
9127 2002-03-24 [paul]       0.7.4claws39
9128
9129         * src/prefs_common.c
9130                 make the arrangement of the Compose tab more
9131                 coherent
9132
9133         * src/mainwindow.c
9134                 fix some irregularities of style
9135
9136         * po/de.po
9137                 updated by Kilian Krause
9138
9139 2002-03-23 [paul]       0.7.4claws38
9140
9141         * po/pt_BR.po
9142                 updated by Fabio Junior Beneditto
9143
9144 2002-03-23 [paul]       0.7.4claws37
9145
9146         * src/mainwindow.c
9147                 move 'Gather addresses' to 'Tools' menu
9148                 make 'Selective download' sensitive
9149
9150 2002-03-23 [paul]       0.7.4claws36
9151
9152         * sync with 0.7.4cvs16
9153                 see ChangeLog entries 2002-03-23
9154
9155 2002-03-22 [christoph]  0.7.4claws35
9156
9157         * src/quote_fmt_parse.y
9158                 fix include program output
9159
9160 2002-03-22 [alfons]     0.7.4claws34
9161
9162         * src/pop.c
9163                 initialize GDate stack variable correctly (sorry!)
9164
9165 2002-03-22 [paul]       0.7.4claws33
9166
9167         * src/compose.c
9168           src/mainwindow.c
9169           src/prefs_actions.c
9170           src/prefs_common.c
9171                 rename 'Tool' to 'Tools'
9172
9173         * src/mainwindow.c
9174                 move 'Delete duplicated messages' from
9175                 'Message/' to 'Tools/'
9176                 re-arrange the order of 'Tools/' items
9177
9178 2002-03-22 [paul]       0.7.4claws32
9179
9180         * src/addr_compl.c
9181           src/addressbook.[ch]
9182                 auto-address completion now also matches on
9183                 Nickname. patch submitted by Bob Forsman 
9184                 <hammor@users.sourceforge.net>
9185
9186         * src/editaddress.c
9187                 correct a spelling mistake
9188
9189 2002-03-22 [alfons]     0.7.4claws31
9190
9191         * src/pop.c
9192                 fix getting uidl from incorrect string 
9193                 (spotted by Colin)
9194
9195 2002-03-21 [alfons]     0.7.4claws30
9196
9197         * src/pop.c
9198                 more code refactoring
9199                 plug mem leak introduced by delete on server
9200
9201 2002-03-21 [paul]       0.7.4claws29
9202
9203         * sync with 0.7.4cvs11
9204                 see ChangeLog entries 2002-03-20
9205
9206 2002-03-20 [alfons]     0.7.4claws28
9207
9208         * src/inc.c
9209                 apply Colin's patch and refactor
9210
9211 2002-03-20 [paul]       0.7.4claws27
9212
9213         * sync with sylpheed 0.7.4cvs9
9214                 see ChangeLog entry 2002-03-20
9215
9216 2002-03-19 [christoph]  0.7.4claws26
9217
9218         * src/mh.c
9219         * src/procmsg.[ch]
9220         * src/summaryview.c
9221                 revert changes for flag updates
9222                 (does not work correctly and no time to debug)
9223
9224 2002-03-20 [alfons]     0.7.4claws25
9225
9226         * src/pop.c
9227                 refactor should_delete() a little bit 
9228
9229 2002-03-19 [paul]       0.7.4claws24
9230
9231         * src/inc.[ch]
9232           src/pop.c
9233           src/prefs_account.[ch]
9234                 allow the user to leave downloaded mail on the 
9235                 server for n days. Patch submitted by Colin Leroy 
9236                 <colin@colino.net>
9237
9238 2002-02-19 [paul]       0.7.4claws23
9239
9240         * sync with sylpheed 0.7.4cvs8
9241                 see ChangeLog entries 2002-03-19
9242
9243 2002-03-18 [paul]       0.7.4claws22
9244
9245         * sync with sylpheed 0.7.4cvs6
9246                 see ChangeLog entry 2002-03-18
9247
9248 2002-03-18 [paul]       0.7.4claws21
9249
9250         * po/en_GB.po
9251                 add en_GB message catalogue
9252
9253         * src/mbox_folder.c
9254           src/prefs_account.c
9255           src/prefs_actions.c
9256                 correct a few spelling mistakes
9257
9258 2002-03-17 [alfons]     0.7.4claws20
9259
9260         * src/matcher.c
9261                 more stringent checks for NULL params when writing
9262                 filtering actions to a file
9263                 
9264 2002-03-17 [hoa]        0.7.3claws20
9265
9266         * src/news.c
9267                 fixed the count of new messages
9268
9269         * src/compose.c
9270                 fixed the "attachment properties" window
9271
9272 2002-03-17 [paul]       0.7.4claws19
9273
9274         * src/defs.h
9275           src/folder.h
9276           src/news.c
9277           src/prefs_account.[ch]
9278           src/procmsg.[ch]
9279           src/summaryview.c
9280                 automatically mark cross-posted messages as read 
9281                 and (optionally) give them a colour label
9282                 Patch submitted by Stefaan Eeckels <Stefaan.Eeckels@eec.lu>
9283                 
9284
9285 2002-03-17 [paul]       0.7.4claws18
9286
9287         * sync with sylpheed 0.7.4cvs5
9288                 see ChangeLog entry 2002-03-17
9289
9290 2002-03-17 [melvin]     0.7.4claws17
9291         
9292         * src/textview.c
9293                 Worked around a gtktext 'bug': when searching for 
9294                 a text in a long message it was scrolling slowly
9295                 line by line until it hit the searched text.
9296         * po/fr.po
9297                 Updated French translation
9298
9299 2002-03-17 [melvin]     0.7.4claws16
9300
9301         * src/mainwindow.c
9302         * src/compose.c
9303         * src/prefs_actions.c
9304                 Moved "Edit/Actions" to "Tool/Actions"
9305                 Made mainwindow/compose window sensitive as soon as
9306                 no child process is running anymore even if the io dialog
9307                 is open.
9308                 Fixed a struct being initialized with a non constant char*
9309
9310 2002-03-16 [christoph]  0.7.4claws15
9311
9312         * configure.in
9313                 add --with-compiler-flags option
9314                 (only for developer hacking)
9315         * src/mh.c
9316         * src/procmsg.[ch]
9317         * src/summaryview.c
9318                 try to make folder-stats and flag handling more
9319                 independent from the summaryview. msgcounts
9320                 are only set when the folder is opened and
9321                 procmsg_msginfo_(un)set_flags will handle it
9322                 later and summaryview will get the values
9323                 from the folder.
9324
9325 2002-03-16 [paul]       0.7.4claws14
9326
9327         * src/messageview.c
9328                 fix Return-receipt. Patch submitted by Bob
9329                 Woodside <rwoodside1@comcast.net>
9330
9331 2002-03-16 [paul]       0.7.4claws13
9332
9333         * src/compose.c
9334                 fix 'dynamic' signatures, make it work again
9335                 broken during sync on 2002-03-14 (0.7.4claws2)
9336
9337 2002-03-15 [match]      0.7.4claws12
9338
9339         * src/addrharvest.[ch]
9340         * src/addrgather.[ch]
9341         * src/addressbook.[ch]
9342         * src/mainwindow.c
9343                 included address harvester feature. still some
9344                 issues with address parsing that I will fix.
9345
9346 2002-03-15 [match]      0.7.4claws11
9347
9348         * src/addrbook.[ch]
9349         * src/addrcache.[ch]
9350         * src/addressbook.[ch]
9351         * src/addrindex.c
9352         * src/editbook.c
9353         * src/importldif.c
9354         * src/importmutt.c
9355         * src/jpilot.[ch]
9356         * src/main.c
9357         * src/syldap.[ch]
9358         * src/vcard.[ch]
9359                 tidy up. fix memory leaks. moved attribs and methods
9360                 from individual interfaces to addrcache object. prep
9361                 for new stuff to come in.
9362
9363 2002-03-15 [alfons]     0.7.4claws10
9364
9365         * src/matcher.[ch]
9366         * src/matcher_parser_parse.y
9367         * src/matcher_parser_lex.l
9368         * src/prefs_matcher.c
9369                 add filtering conditions message greater than, smaller 
9370                 than, and exactly matching a size in bytes
9371                 (does not work with delete from POP3 server yet)
9372
9373                 this should also give others an idea what you should
9374                 do to add new criterions to claws filtering system
9375                 
9376
9377 2002-03-15 [paul]       0.7.4claws9
9378
9379         * tools/filter_conv.pl
9380                 exit if there are no filter rules to convert
9381                 rename filterrc to filterrc.old after completion
9382
9383 2002-03-15 [paul]       0.7.4claws8
9384
9385         * sync with sylpheed 0.7.4cvs3
9386                 see ChangeLog entry 2002-03-14
9387
9388 2002-03-14 [paul]       0.7.4claws7
9389
9390         * src/compose.c
9391                 clean up the last commit (ahem)
9392
9393 2002-03-14 [paul]       0.7.4claws6
9394
9395         * src/compose.c
9396                 fix bug #515655. honour account preferences
9397                 regarding gpg default signing/encryption when 
9398                 changing account from the compose window.
9399
9400 2002-03-14 [paul]       0.7.4claws5
9401
9402         * src/folderview.c
9403                 remove unnecessary curly brackets
9404
9405 2002-03-14 [paul]       0.7.4claws4
9406
9407         * src/folderview.c
9408           src/prefs_filtering.[ch]
9409                 add filter rename on folder rename and filter
9410                 delete on folder delete. Patch submitted by
9411                 Neill Miller <neillm@thecodefactory.org> 
9412
9413 2002-03-14 [christoph]  0.7.4claws3
9414
9415         * src/procmsg.c
9416         * src/send.c
9417                 fix local delivery
9418                 (patch submitted by "Simon 'corecode' Schubert")
9419         * src/prefs_common.c
9420         * src/procmsg.c
9421                 fix gcc 3.0 warning
9422
9423 2002-03-14 [paul]       0.7.4claws2
9424
9425         * sync with sylpheed 0.7.4cvs2
9426                 see ChangeLog entry 2002-03-13
9427
9428 2002-03-12 [darko]      0.7.4claws1
9429
9430         * src/mainwindow.c
9431                 fix what seems to be a copy and paste error
9432                 when setting color for important messages
9433                 (reported by wwp)
9434
9435 2002-03-11 [paul]       version 0.7.4claws released
9436
9437 2002-03-11 [paul]       0.7.4claws
9438
9439         * po/es.po
9440           po/it.po
9441           po/nl.po
9442           po/pt_BR.po
9443                 update message catalogs. Submitted by Ricardo Mones 
9444                 Lastra, Alessandro Maestri, Wilbert Berendsen, and 
9445                 Fabio Junior Beneditto
9446
9447         * configure.in
9448           faq/Makefile.am
9449           faq/it/Makefile
9450           faq/it/sylpheed-faq*
9451           src/mainwindow.c
9452           src/manual.[ch]
9453                 add FAQ in Italian
9454         
9455
9456 2002-03-11 [jens]       0.7.3claws7
9457
9458         * po/de.po
9459                 updated German translation
9460
9461 2002-03-11 [melvin]     0.7.3claws6
9462
9463         * po/fr.po
9464                 updated and corrected French translation
9465
9466 2002-03-10 [hoa]        0.7.3claws5
9467
9468         * src/account.c
9469         * src/inc.c
9470         * src/prefs_account.c
9471         * src/procmsg.c
9472         * src/send.[ch]
9473                 fixed the local account.
9474                 you have to change the default "/usr/sbin/sendmail"
9475                 to "/usr/sbin/sendmail -t" in the preferences of
9476                 the local account.
9477
9478         * src/procmime.c
9479                 removed some debug display for renderer
9480
9481 2002-03-10 [paul]       0.7.3claws4
9482
9483         * faq/en/sylpheed-faq-1.html
9484           faq/en/sylpheed-faq-2.html
9485                 update
9486
9487 2002-03-09 [paul]       0.7.3claws3
9488
9489         * sync with sylpheed 0.7.4
9490                 see ChangeLog entry 2002-03-09
9491
9492 2002-03-08 [paul]       0.7.3claws2
9493
9494         * faq/en/sylpheed-faq*
9495           faq/es/sylpheed-faq*
9496           faq/fr/sylpheed-faq*
9497                 update the FAQs
9498
9499         * manual/fr/.cvsignore
9500           manual/fr/Makefilea.am
9501           manual/fr/sylpheed*
9502           src/mainwindow.c
9503           src/manual.[ch]
9504                 add the French manual
9505
9506 2002-03-07 [paul]       0.7.3claws1
9507
9508         * sync with sylpheed 0.7.3cvs4
9509                 see ChangeLog entries  2002-03-06 and 2002-03-07
9510         
9511         * po/nl.po
9512                 updated by Wilbert Berendsen
9513
9514 2002-03-07 [melvin]     0.7.2claws34
9515
9516         * src/selective_download.c
9517                 Changed the pixmap of the receive button to MAIL_RECEIVE.
9518
9519 2002-03-06 [paul]       0.7.2claws33
9520
9521         * sync with sylpheed 0.7.3cvs1
9522                 bug fix, see ChangeLog entry 2002-03-05
9523
9524 2002-03-05 [paul]       0.7.2claws32
9525
9526         * src/mimeview.c
9527           src/pgptext.[ch]
9528           src/procmsg.c
9529                 reverse the pgp ascii-armored code implemented in 
9530                 0.7.2claws16. removal of this code until it matures.
9531                 this means that verifying ascii-armored pgp sigs and
9532                 automatic decryption of ascii-armored encrypted
9533                 messages no longer works.
9534
9535 2002-03-05 [paul]       0.7.2claws31
9536
9537         * configure.in
9538           Makefile.am
9539         * faq/Makefile.am
9540         * faq/en/Makefile.am
9541           faq/en/sylpheed-faq.html
9542           faq/en/sylpheed-faq-1.html
9543           faq/en/sylpheed-faq-2.html
9544           faq/en/sylpheed-faq-3.html
9545         * faq/es/Makefile.am
9546           faq/es/sylpheed-faq.html
9547           faq/es/sylpheed-faq-1.html
9548           faq/es/sylpheed-faq-2.html
9549           faq/es/sylpheed-faq-3.html
9550           faq/es/sylpheed-faq-4.html
9551         * faq/fr/Makefile.am
9552           faq/fr/sylpheed-faq.html
9553           faq/fr/sylpheed-faq-1.html
9554           faq/fr/sylpheed-faq-2.html
9555           faq/fr/sylpheed-faq-3.html
9556         * src/Makefile.am
9557           src/defs.h
9558           src/mainwindow.c
9559           src/manual.[ch]
9560                 add FAQs in English, Spanish and French
9561
9562
9563 2002-03-05 [paul]       0.7.2claws30
9564
9565         * manual/en/sylpheed.html
9566           manual/en/sylpheed-XX.html
9567                 updated the English manual
9568
9569 2002-03-05 [hoa]        
9570
9571         * src/summaryview.c
9572                 dialog box pops up if the article can't be deleted.
9573
9574 2002-03-04 [paul]       
9575         
9576         * po/pt_BR.po
9577                 updated by Fabio Junior Benedito
9578
9579 2002-03-04 [hoa]
9580
9581         * removed ac/gpgme.m4
9582                 to avoid autogen common problem
9583                 developers have to install gpgme development package now
9584
9585         * src/compose.c
9586                 encoding to 7bit or 8bit is enabled.
9587
9588 2002-03-03 [alfons]     0.7.2claws29
9589
9590         * src/pop.c
9591                 merge fix by Oliver Haertel for selective
9592                 download buglet
9593
9594 2002-03-03 [paul]       0.7.2claws28
9595         
9596         * sync with sylpheed 0.7.3
9597
9598 2002-03-03 [paul]       0.7.2claws27
9599
9600         * sync with sylpheed 0.7.2cvs24
9601                 see ChangeLog entries 2002-03-02 and 2002-03-03
9602
9603 2002-03-02 [melvin]     0.7.2claws26
9604
9605         * src/inc.[ch]
9606         * src/main.c
9607         * src/mainwindow.c
9608         * src/prefs_common.[ch]
9609                 Added user definable notification on new mail arrival.
9610                 Removed unused variables in spell checker prefs code.
9611
9612 2002-03-02 [melvin]     0.7.2claws25
9613
9614         * src/quote_fmt.c
9615                 Removed unnecessary escape sequences.
9616                 Changed 'Initial...' to 'Initials of Sender'
9617
9618 2002-03-02 [paul]       0.7.2claws24
9619
9620         * sync with sylpheed 0.7.2cvs22
9621                 see ChangeLog entry 2002-03-01
9622
9623 2002-03-01 [hoa]        0.7.2claws23
9624
9625         * src/mainwindow.c
9626                 Set sensitivity of delete actions to active
9627                 even if the folder is a newsgroup.
9628
9629         * src/summaryview.c
9630                 - Set sensitivity of delete actions
9631                 - Added function check_permission() that will check if the
9632                   user is authorized to delete a message. For news, it
9633                   will check if the author is the same.
9634                 - Enabled deletion when there is no trash folder.
9635
9636         * src/news.[ch]
9637                 - Added news_cancel_article() to cancel articles
9638                 - Implemented news_remove_message() (public function)
9639
9640 2002-03-01 [paul]       0.7.2claws22
9641
9642         * src/gtkutils.c
9643           src/textview.c
9644                 recognise urls that that don't include 'http://' and
9645                 simply begin 'www.' 
9646
9647         * AUTHORS
9648                 remove duplicated name
9649
9650 2002-02-28 [paul]       0.7.2claws21
9651
9652         * src/mainwindow.c
9653           src/summaryview.[ch]
9654                 add ability to 'Select thread'
9655                 combines Melvin's "Select thread's head" patch (#510907)
9656                 with Colin Leroy's <colin@colino.net> "Select whole thread" 
9657                 patch (#518514) 
9658
9659 2002-02-28 [paul]       0.7.2claws20
9660
9661         * src/mimeview.c
9662                 hopefully fix segfault on right-clicking a mime part
9663                 that some people have experienced.      
9664                 fix submitted by Fredrik Olofsson <frol@linux.nu>
9665
9666 2002-02-28 [paul]       0.7.2claws19
9667
9668         * sync with sylpheed 0.7.2cvs21
9669                 see ChangeLog entries 2002-02-27 and 2002-02-28
9670
9671 2002-02-27 [paul]       0.7.2claws18
9672
9673         * sync with sylpheed 0.7.2cvs18
9674                 see ChangeLog entries 2002-02-26 and 2002-02-27
9675
9676 2002-02-26 [alfons]     0.7.2claws17
9677
9678         * src/procheader.c
9679                 #undef ALLOW_HEADER_HINT (this was supposed to be undef'ed)
9680                 (spotted by Chris Hessman <idatech@gmx.net>)
9681
9682 2002-02-26 [paul]       0.7.2claws16
9683
9684         * src/mimeview.c
9685           src/pgptext.[ch]
9686           src/procmsg.c
9687                 make decryption of ascii-armored pgp encrypted messages
9688                 and verification of ascii-armored signatures work again.
9689                 slightly altered from the patch by Jens Jahnke 
9690                 <jan0sch@gmx.net>
9691
9692                 ##FIX ME##
9693                 * the checking of plaintext signatures always comes up in 
9694                   a popup box
9695                 * it doesn't work for multipart messages 
9696                 * all lines above "-----BEGIN PGP SIGNED MESSAGE-----\nHash: SHA1",
9697                   including the msg headers and these 2 line themselves, are 
9698                   not displayed
9699
9700         * src/mainwindow.c
9701                 "View/Folder Tree" becomes "View/Separate Folder Tree"
9702                 "View/Message View" becomes "View/Separate Message View"
9703                 because its less ambiguous.
9704
9705         * po/es.po
9706                 updated by Ricardo Mones Lastra
9707
9708 2002-02-26 [paul]       0.7.2claws15
9709
9710         * sync with sylpheed 0.7.2cvs17
9711                 see ChangeLog entries 2002-02-25 and 2002-02-26
9712
9713 2002-02-25 [christoph]  0.7.2claws14
9714
9715         * src/filtering.[ch]
9716         * src/inc.c
9717                 do filtering stuff after all messages have been received
9718                   1. drop all messages to .processing
9719                   2. scan processing folder for messages
9720                   3. filter messages or move to inbox
9721                 this will also find old messages left in processing after
9722                 a crash or something like that and we get a real msginfo
9723                 from folder->get_msg_list and do not have to create our
9724                 own in filter_message
9725         * src/matcher_parser_parse.y
9726                 remove MIX/MAX warning (reordered includes)
9727
9728 2002-02-25 [paul]       0.7.2claws13
9729
9730         * sync with sylpheed 0.7.2cvs15
9731                 see ChangeLog entry 2002-02-24
9732
9733 2002-02-24 [alfons]     0.7.2claws12
9734
9735         * src/filtering.c
9736                 clear old color flags first when applying a new color to
9737                 a message info. 
9738                 (spotted by Lo'oRiS il Kabukimono <lo_oris@libero.it>)
9739
9740 2002-02-24 [alfons]     0.7.2.claws11
9741         
9742         * AUTHORS
9743         * src/prefs_common.c
9744                 add presets for Opera and Konqueror, closes patch #517261,
9745                 submitted by Ville Skyttä <scop@users.sourceforge.net>
9746
9747 2002-02-24 [alfons]     0.7.2.claws10
9748
9749         * AUTHORS
9750         * src/summaryview.c
9751                 fix threading for null message ids, closes patch #521601,
9752                 submitted by Bob Forsman <hammor@users.sourceforge.net>
9753
9754 2002-02-24 [alfons]     0.7.2claws9
9755
9756         * src/summaryview.c
9757         * src/filtering.c
9758                 make Tool | Filter Message work with filtering system so
9759                 setting flags also works
9760
9761                 TODO:
9762
9763                 - Processing uses the same function as Tool | Filter
9764                   Message, but doesn't use the same update proc yet
9765
9766 2002-02-23 [paul]       0.7.2claws8
9767
9768         * sync with sylpheed 0.7.2cvs14
9769                 see ChangeLog entries 2002-02-22 and 2002-02-23
9770
9771 2002-02-22 [christoph]  0.7.2claws7
9772
9773         * src/quote_fmt.c
9774                 Add column space to table
9775         * src/quote_fmt_parse.y
9776                 Close files
9777
9778 2002-02-22 [paul]       0.7.2claws6
9779
9780         * src/Makefile.am
9781           src/defs.h
9782           src/filtering.c
9783           src/inc.[ch]
9784           src/mainwindow.c
9785           src/matcher.[ch]
9786           src/matcher_parser_lex.l
9787           src/matcher_parser_parse.y
9788           src/pop.[ch]
9789           src/prefs_account.h
9790           src/prefs_filtering.c
9791           src/selective_download.[ch]   *** NEW FILES ***
9792           src/utils.[ch]
9793           po/POTFILES.in
9794                 Selective Download added to 'Tool' menu. 
9795                 Retrieves email headers of the currently selected pop3 
9796                 account and allows the user to mark emails for deletion 
9797                 right on the pop3 server. Patch submitted by Oliver Haertel 
9798                 <oha@users.sourceforge.net>.
9799         
9800         * po/POTFILES.in
9801                 add 'src/quote_fmt.c'           
9802
9803 2002-02-22 [christoph]  0.7.2claws5
9804
9805         * src/Makefile.am
9806                 added quote_fmt.c
9807         * src/prefs_common.[ch]
9808         * src/prefs_template.c
9809         * src/quote_fmt.c               *** NEW FILE ***
9810         * src/quote_fmt.h
9811                 move quote format symbol description code
9812                 to it's own file because it is used from
9813                 differnent code parts
9814                 Rewrote symbol description GUI
9815                   + use table
9816                   + add separators
9817                   + get data from array (no more long constant strings)
9818         * src/quote_fmt_lex.l
9819         * src/quote_fmt_parse.y
9820                 Symbol for Literal % changed to \% instead of %%
9821                 (More logical as \ is used for quoting for other symbols)
9822                 Add |f and |p to include files and program output
9823                 Examples:
9824                     |f{/home/.../.signature}
9825                     |p{date}
9826         * po/de.po
9827                 Correct wrong spelling for "Referenzen"
9828
9829 2002-02-21 [paul]       0.7.2claws4
9830
9831         * src/procmsg.c
9832                 forgotten during sync
9833
9834 2002-02-21 [paul]       0.7.2claws3
9835
9836         * sync with sylpheed 0.7.2cvs11
9837                 see ChangeLog entries 2002-02-17, 2002-02-18, 2002-02-19,
9838                 2002-02-20 and 2002-02-21
9839
9840 2002-02-20 [melvin]     0.7.2claws2
9841
9842         * src/prefs_actions.c
9843                 Added error report when child cannot fork or when execvp 
9844                 returns with an error.
9845
9846 2002-02-19 [christoph]  0.7.2claws1
9847
9848         * src/codeconv.c
9849                 return unconverted text if conde conversion is not possible
9850                 when libjconv is used.
9851                 (patch submitted by "Simon 'corecode' Schubert")
9852
9853 2002-02-19 [paul]       
9854
9855         * version 0.7.2claws release
9856
9857 2002-02-19 [paul]       0.7.2claws
9858
9859         * po/nl.po
9860                 updated by Wilbert Berendsen
9861
9862
9863 2002-02-18 [alfons]     0.7.1claws13
9864
9865         * src/syldap.c
9866         * src/jpilot.c
9867                 remove references to dlfcn and explicitly loading functions
9868                 from dynalink libs, because libs linked anyway, and functions
9869                 are loaded explicitly
9870
9871 2002-02-17 [melvin]     0.7.1claws12
9872
9873         * src/prefs_actions.c
9874                 Replaced children wait loop with double fork technique.
9875                 Now, input/output window updated at each new output.
9876                 free_children(): Fixed a memory leak.
9877                 Made input/output window non closable if running children
9878                 still exist.
9879                 Added missing <unistd.h> include.
9880                 Added some --debug outputs.
9881
9882 2002-02-17 [melvin]     0.7.1claws11
9883
9884         * src/summaryview.c
9885                 Fixed bug where descending sort order did not select top
9886                 message.
9887
9888 2002-02-17 [melvin]     0.7.1claws10
9889
9890         * acconfig.h
9891                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
9892         * src/prefs_common.c
9893                 Pspell data package directory no more hard coded but
9894                 set during configuration (PSPELL_PATH). (Thanks to 
9895                                 Gustavo Noronha Silva.)
9896
9897 2002-02-17 [melvin]     0.7.1claws9
9898
9899         * configure.in
9900                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
9901         * src/gtkspell.c
9902                 Fixed compile-time warnings.
9903
9904 2002-02-16 [alfons]     0.7.1claws8
9905
9906         * src/filesel.c
9907                 fix inadvertent free of NULL pointer which caused
9908                 sylpheed to crash when closing the save-as dialog
9909                 using the window close button
9910
9911 2002-02-16 [carsten]    0.7.1claws7
9912         * src/mainwindow.[ch]
9913           src/summaryview.c
9914           src/prefs_common.c
9915                 fixes for pixmap theming code:
9916                         - recently changed mail attributes shouldn't get
9917                           lost any longer
9918                         - theme is only reloaded iff another theme was
9919                           selected
9920
9921 2002-02-16 [paul]       0.7.1claws6
9922
9923         * sync with sylpheed 0.7.2 release
9924                 see ChangeLog entry 2002-02-15 and 2002-02-16
9925
9926 2002-02-15 [paul]       0.7.1claws5
9927
9928         * sync with sylpheed 0.7.1cvs9
9929                 see ChangeLog entry 2002-02-15
9930
9931         * po/POTFILES.in
9932                 remove unneeded headerwindow.c entry
9933
9934 2002-02-14 [carsten]    0.7.1claws4
9935         * src/summaryview.c
9936                 fixed a bug for "Go to next unread message": there was
9937                 an endless loop if NEXTUNREADMSGDIALOG_ASSUME_NO was set
9938                 in the prefs, because of doing "Search again" instead
9939                 "No"
9940
9941 2002-02-14 [carsten]    0.7.1claws3
9942         * src/stock_pixmap.c
9943                 removed 2 more mem leaks; following memprof,
9944                 this code is "leak free" now :)
9945
9946 2002-02-14 [carsten]    0.7.1claws2
9947         * src/stock_pixmap.c
9948                 used opendir/readdir/closedir instead of scandir
9949                 -> code should work now on Solaris
9950
9951 2002-02-14 [paul]       0.7.1claws1
9952
9953         * sync with sylpheed 0.7.1cvs8
9954                 see ChangeLog entries 2002-02-13 and 2002-02-14
9955
9956         * README.claws
9957                 add some description of Actions and Pixmap Themes
9958
9959 2002-02-13 [paul]       
9960
9961         * version 0.7.1claws release
9962
9963 2002-02-13 [paul]       0.7.1claws
9964
9965         * po/es.po
9966           po/it.po
9967           po/pt_BR.po
9968                 updated translations, submitted by Ricardo Mones Lastra,
9969                 Alessandro Maestri and Fabio Junior Beneditto
9970
9971 2002-02-13 [melvin]     0.7.0claws75
9972
9973         * src/prefs_actions.c
9974                 Added missing "signal.h" include
9975
9976 2002-02-13 [melvin]     0.7.0claws74
9977
9978         * src/prefs_folder_item.c
9979                 Added missing "config.h" include
9980         * po/fr.po
9981                 Updated French translation for folder propriety.
9982
9983 2002-02-13 [jens]       0.7.0claws73
9984
9985         * po/POTFILES.in
9986                 Added missing src/prefs_folder_item.c [log added by melvin]
9987         * po/de.po
9988                 Updated German translation.
9989
9990 2002-02-13 [melvin]     0.7.0claws72
9991
9992         * po/fr.po
9993                 Updated French translation.
9994
9995 2002-02-13 [melvin]     0.7.0claws71
9996
9997         * src/gtkutils.c
9998                 Made gtkut_editable_get_selection return NULL if selection
9999                 is of length zero.
10000                 This fixes a bug where selecting part of message A then
10001                 switching to message B and replying to it will not
10002                 quote the message's body.
10003
10004 2002-02-12 [paul]       0.7.0claws70
10005
10006         * src/mainwindow.c
10007                 cosmetic, relating to pixmap themes: on toolbar make 
10008                 updating of 'Exec' and 'Compose news/Compose email'
10009                 icons faster.
10010
10011 2002-02-12 [carsten]    0.7.0claws69
10012         * src/folderview.c
10013           src/mainwindow.[ch]
10014           src/stock_pixmap.c
10015           src/summaryview.c
10016           src/prefs_common.c
10017                 - refreshing after changing pixmap theme better
10018                   now (thanks Paul)
10019                 - wanted to remove some mem leaks, but alfons was
10020                   faster (and had the better solution ;)
10021
10022 2002-02-12 [alfons]     0.7.0claws68
10023
10024         * src/prefs_common.c
10025         * src/stock_pixmap.[ch]
10026                 plug mem leaks, refactor code a little bit
10027
10028
10029 2002-02-12 [sergey]     0.7.0claws67
10030
10031         * src/imap.c
10032                 Fixed problem with copying messages to IMAP folders when the
10033                 server uses something other than '/' as a namespace separator
10034                 (cyrus-imapd uses '.').
10035
10036 2002-02-12 [jens]       0.7.0claws66
10037
10038         * po/de.po
10039                 Updated German Translation
10040
10041 2002-02-12 [paul]       0.7.0claws65
10042
10043         * sync with sylpheed 0.7.1cvs1
10044                 see ChangeLog entry 2002-02-12
10045
10046 2002-02-12 [melvin]     0.7.0claws64
10047
10048         * src/prefs_actions.c
10049                 Fixed "feature" where children's output was duplicated 
10050                 instead of refreshed while monitoring.
10051                 Removed some debug code.
10052
10053 2002-02-12 [christoph]  0.7.0claws63
10054
10055         * src/compose.c
10056                 always delete message from queue after sending/send error
10057                 (closes bug #509601)
10058
10059 2002-02-12 [melvin]     0.7.0claws62
10060
10061         * src/prefs_actions.c
10062                 Children wait loop is now triggered with a timeout of 1s
10063                 Added %F which is replaced with the list of filenames 
10064                 of all selected messages (as suggested by Ricardo Mones Lestra)
10065                 Pipe syntax changed. Prefix with | to send selection, postfix
10066                 with | to retrieve output. Prefix with > or * to send
10067                 user definable input to the command (*: input is hidden)
10068                 Old pipe action should now be postfixed with |, too.
10069
10070 2002-02-12 [carsten]    0.7.0claws61 (more 59.75)
10071         * src/stock_pixmap.c
10072                 fixed a bug: if there's no theme directory don't
10073                 throw an error, just do "nothing" (thanks Alfons)
10074
10075 2002-02-12 [carsten]    0.7.0claws60
10076         * src/folderview.c
10077           src/summaryview.c
10078                 had to write the cache twice (nasty!); some marks would 
10079                 get lost if not
10080
10081 2002-02-11 [carsten]    0.7.0claws59
10082         * acconfig.h
10083           configure.in
10084           doc-src/maintainer_guide.txt
10085           src/compose.[ch]
10086           src/defs.h
10087           src/folderview.[ch]
10088           src/gtkutils.[ch]
10089           src/mainwindow.[ch]
10090           src/prefs_common.[ch]
10091           src/stock_pixmap.[ch]
10092           src/summaryview.[ch]
10093                 pixmap theming and related work on pixmap
10094                 handling on some other places
10095                 (e.g. hrm features for all folder)
10096           src/pixmap/stock_*.xpm -> the stock_ was removed
10097         
10098 2002-02-11 [paul]       0.7.0claws58
10099
10100         * sync with sylpheed 0.7.1 release
10101                 see ChangeLog entries 2002-02-11
10102
10103 2002-02-08 [paul]       0.7.0claws57
10104
10105         * sync with sylpheed 0.7.0cvs39
10106                 see ChangeLog entry 2002-02-07 (last entry) 
10107
10108         * src/prefs_actions.c
10109           src/prefs_filtering.c
10110           src/prefs_matcher.c
10111           src/prefs_scoring.c
10112                 sync: made it compile with C compilers other than gcc
10113
10114 2002-02-07 [paul]       0.7.0claws56
10115
10116         * sync with sylpheed 0.7.0cvs38
10117                 see ChangeLog entries 2002-02-06 (last 2 entries) and
10118                 2002-02-07
10119
10120 2002-02-07 [darko]      0.7.0claws55
10121
10122         * src/gtkutils.[ch]
10123         * src/summaryview.c
10124                 Fix const gchar */gchar * issue (thanks Hiro)
10125
10126 2002-02-07 [darko]      0.7.0claws54
10127
10128         * src/compose.[ch]
10129         * src/filtering.c
10130         * src/gtkutils.[ch]
10131         * src/prefs_template.c
10132         * src/quote_fmt.h
10133         * src/quote_fmt_parse.y
10134         * src/summaryview.c
10135         * src/utils.[ch]
10136                 When replying or forwarding an email don't quote the entire
10137                 mail body but use the part of the message text that is selected
10138
10139 2002-02-06 [melvin]     0.7.0claws53
10140
10141         * src/prefs_common.[ch]
10142         * src/gtkspell.[ch]
10143         * src/compose.c
10144                 Made possible to switch quickly to last used dictionary
10145                 which makes checking bilingual documents easier.
10146
10147 2002-02-06 [melvin]     0.7.0claws52
10148         
10149         * po/POTFILES.in
10150                 Added forgotten new file src/prefs_actions.c
10151
10152 2002-02-06 [melvin]     0.7.0claws51
10153
10154         * src/prefs_actions.c   ** NEW FILE **
10155         * src/prefs_actions.h   ** NEW FILE **
10156                 Added actions to execute on message text view, or on the
10157                         message's file.
10158         * src/Makefile.am
10159                 Added src/prefs_actions.[ch]
10160         * src/compose.c
10161                 Added new menu "Edit/Actions"
10162         * src/defs.h
10163                 Added new actionsrc file.
10164         * src/main.c
10165                 Added actionsrc reading.
10166         * src/mainwindow.c
10167                 Added new menus "Edit/Actions" and "Configuration/Actions..."
10168         * src/prefs_common.h
10169                 Added new element actionslst element to prefs_common.
10170
10171 2002-02-06 [paul]       0.7.0claws50
10172
10173         * sync with sylpheed 0.7.0cvs36
10174                 see ChangeLog entry 2002-02-06
10175
10176 2002-02-05 [paul]
10177
10178         * po/es.po
10179                 updated by Ricardo Mones Lastra
10180
10181 2002-02-05 [paul]       0.7.0claws49
10182
10183         * sync with sylpheed 0.7.0cvs33
10184                 see ChangeLog entries 2002-02-04 (last 4 entries) and 2002-02-05
10185
10186 2002-02-05 [paul]       0.7.0claws48
10187
10188         * src/compose.c
10189                 re-add 'Edit/Advanced/Delete entire line', previously named
10190                 'Delete Line+'
10191
10192 2002-02-04 [paul]       0.7.0claws47
10193
10194         * src/compose.c
10195           src/summaryview.c
10196                 fix bug #494993 (Reply All not taking Reply-To into consi)
10197                 eliminate differences in behaviour of right-click 'Reply to all' 
10198                 in summary view and 'Reply to all' on the toolbar. 
10199                 fix bug where Reply-To gets ignored by 'Reply to all' in summary
10200                 view and From gets ignored by 'Reply to all' on toolbar.
10201                 fix bug where 'Reply to all' on toolbar uses To twice and ignores
10202                 From when no Reply-To header is present.
10203
10204 2002-02-04 [paul]       0.7.0claws46
10205
10206         * sync with sylpheed 0.7.0cvs30
10207                 see ChangeLog entries 2002-02-03 and 2002-02-04
10208
10209 2002-02-03 [melvin]     0.7.0claws45
10210
10211         * src/gtkspell.[ch]
10212                 Readded function to highlight all misspelled words.
10213                 Fixed bug where user-provided-words did not replace
10214                         correctly the misspelled word when using the mouse.
10215                 Fixed bug where checking a region selected from right to left did
10216                         not check the region at all.
10217                 Fixed bug where 'Check backwards' may not check at all. 
10218                 Fixed memory leaks where popup menus and accel_groups were not destroyed.
10219                 Fixed possible buffer overflow when checking for long strings (>1k).
10220                 Made cursor and scrollbar positions non changing after uncheck_all/check_all.
10221                 Accelerators code uses now gtk_widget_add_accel.
10222                 Removed and disabled obsolete and unfinished code.
10223                 Cleaning up.
10224
10225         * src/compose.c
10226                 Added menu item to Highlight all misspelled words.
10227
10228 2002-02-01 [paul]       0.7.0claws44
10229
10230         * src/mainwindow.c
10231                 fix '/View/Hide read messages' sensitivity when all
10232                 messages in a folder are hidden
10233
10234 2002-02-01 [paul]       0.7.0claws43
10235
10236         * src/main.c
10237                 add --send option to command line interface, sends all
10238                 queued mail. Patch submitted by Ricardo Mones Lastra.
10239
10240 2002-01-31 [paul]       0.7.0claws42
10241
10242         * src/mainwindow.c
10243                 add '/View/Hide read messages' to main_window_set_menu_sensitive()
10244
10245 2002-01-31 [paul]       0.7.0claws41
10246
10247         * sync with sylpheed 0.7.0cvs27
10248                 see ChangeLog entries 2002-01-30 (src/mh.c, src/prefs_common.c)
10249                 and 2002-01-31
10250
10251         * src/textview.c
10252                 comment out elements of textview_show_part() as temporary
10253                 workaround for attachment 'Display as text' bug 
10254
10255         * po/pt_BR.po
10256                 updated by Fabio Junior Beneditto
10257
10258 2002-01-30 [paul]       0.7.0claws40
10259
10260         * sync with sylpheed 0.7.0cvs24
10261                 see ChangeLog entries 2002-01-29 (src/prefs_common.c)
10262                 and 2002-01-30
10263
10264         * src/compose.c
10265                 add {N_("/_Spelling"), ... "<Branch>"} to 
10266                 GtkItemFactoryEntry compose_entries[]
10267
10268         * src/prefs_common.c
10269                 add claws menu items to prefs_keybind_apply_clicked()
10270                 and remove non-claws menu items
10271
10272 2002-01-29 [paul]       0.7.0claws39
10273
10274         * sync with sylpheed 0.7.0cvs22
10275                 see ChangeLog entries 2002-01-28 and 2002-01-29
10276
10277 2002-01-28 [melvin]     0.7.0claws38
10278
10279         * src/compose.c
10280                 Added the declartion of compose_send_control_enter.
10281
10282         * src/compose.c
10283         * src/gtkspell.[ch]
10284                 Added in a 'Spelling' menu which includes the configuration menu. 
10285                 Added a real 'Check all' and got rid from the old one which only
10286                 highlited misspelled word.
10287                 Made 'Check while typing' a disableable option.
10288                 Added a dialog when there are no more misspelled word.
10289                 Added a dialog if error occurs when switching to a dictionary.
10290         
10291         * src/prefs_common.[ch]
10292                 Added option for the default 'Check while typing' option.
10293
10294
10295 2002-01-28 [alfons]     0.7.0claws37
10296
10297         * src/compose.c
10298                 fix buglet and make code comply with sylpheed code style
10299
10300 2002-01-28 [paul]       0.7.0claws36
10301
10302         * sync with sylpheed 0.7.0cvs19
10303                 see ChangeLog entries for 2002-01-28
10304
10305 2002-01-28 [hoa]        0.7.0claws35
10306
10307         * src/defs.h
10308                 added rendererrc
10309
10310         * src/main.c
10311                 read the renderer config
10312
10313         * src/procmime.[ch]
10314                 use the renderer config to convert mime attachments
10315
10316         * src/textview.c
10317                 don't use textview_show_html/ertf,
10318                 use get_text_content instead
10319
10320 2002-01-27 [alfons]     0.7.0claws34
10321         
10322         * src/news.c
10323                 make sylpheed believe it can delete a news message...
10324                 (messages are NOT deleted, maybe we should remove
10325                 processing from the folder properties after all.)
10326
10327 2002-01-27 [alfons]     0.7.0claws33
10328
10329         * src/folder.c
10330                 add extra checks
10331         * src/news.c
10332                 implement remove_msg() 
10333
10334 2002-01-27 [alfons]     0.7.0claws32
10335
10336         * src/procmsg.h
10337         * src/procheader.c
10338         * src/messageview.c
10339                 fix return receipt / disposition notification again. this
10340                 stuff seems to break on _every_ major summary UI change, so
10341                 it's now implemented using a flag which is saved in the
10342                 marks cache
10343                 
10344 2002-01-26 [alfons]     0.7.0claws31
10345
10346         * src/import.c
10347                 let import dialog show the destination folder identifier
10348
10349 2002-01-26 [melvin]     0.7.0claws30
10350
10351         * src/folderview.c
10352         * src/summaryview.c
10353                 Readded 'Mark all read' into summary view popup menu
10354                 Added 'Mark all read' in folder view popup menu for IMAP
10355                 and NNTP.
10356                 Made it insensitive if the selected folder is not the shown
10357                 one to avoid 'Mark all read' on the wrong folder.
10358                 
10359 2002-01-26 [paul]       0.7.0claws29
10360
10361         * src/folderview.c
10362           src/summaryview.c
10363                 move 'Mark all read' from summary view to folder view
10364                 menu. (adapted from) patch submitted by Jeremy Andrews,
10365                 <lists@kerneltrap.com>
10366
10367 2002-01-25 [alfons]     0.7.0claws28
10368
10369         * src/gtkstext.c
10370                 put the gtk class name back so GtkSText adapts the 
10371                 settings of GtkText
10372
10373 2002-01-25 [alfons]     0.7.0claws27
10374
10375         * src/folderview.c 
10376                 assimilate Ricardo's patch that shows pixmaps instead of
10377                 plain "new" and "unread" texts in the folder view column
10378                 headers 
10379
10380 2002-01-25 [paul]       0.7.0claws26
10381
10382         * src/Makefile.am
10383                 add $(GPGME_CFLAGS) to INCLUDES so that gpgme can 
10384                 be found in non-standard locations. 
10385                 Closes Patch #507976, submitted by Stoyan Genov, <sdg@rila.bg>
10386
10387 2002-01-25 [paul]       0.7.0claws25
10388
10389         * sync with sylpheed 0.7.0cvs16
10390                 see ChangeLog entry 2002-01-25
10391
10392 2002-01-24 [paul]       0.7.0claws24
10393
10394         * more sync with sylpheed 0.7.0cvs15
10395                 get_file_size_as_clrf(), see ChangeLog entry 2002-01-23
10396
10397 2002-01-23 [sergey]     0.7.0claws23
10398
10399         * src/importldif.c
10400                 Fixed segfault when closing LDIF import wizard with
10401                 the window manager.
10402         * src/imageview.c
10403         * src/imageview.h
10404         * src/messageview.c
10405         * src/mimeview.c
10406                 Fixed wrong scrolling position after switching between
10407                 text and image parts.
10408
10409 2002-01-23 [paul]       0.7.0claws22
10410
10411         * sync with sylpheed 0.7.0cvs15
10412                 see ChangeLog entries 2002-01-22 and 2002-01-23
10413
10414 2002-01-21 [melvin]     0.7.0claws21
10415
10416         * src/prefs_scoring.c
10417         * src/prefs_filtering.c
10418                 Fixed bug where scoring and filtering windows stopped
10419                 autochecking.
10420
10421 2002-01-21 [paul]       0.7.0claws20
10422
10423         * sync with sylpheed 0.7.0cvs12
10424                 see ChangeLog entries 2002-01-20 and 2002-01-21
10425
10426 2002-01-21 [carsten]    0.7.0claws19
10427         * src/mainwindow.c
10428         * src/menu.[ch]
10429         * src/messageview.[ch]
10430         * src/summaryview.[ch]
10431                 changes to shortcuts handling again:
10432                         + "Q" now controled by mainwin
10433                         + v/V are now customizable and have slightly
10434                           different meanings
10435                 the "button" to minimize the messageview (and maximize
10436                 the summary view) is a real button now
10437         * src/compose.c
10438                 "Delete Line+" added to Edit/Advanced (this will also
10439                 delete the '\n')
10440
10441 2002-01-20 [melvin] 0.7.0claws18
10442
10443         * src/addressbook.c
10444                 Made "Bcc" sensitive when addressbook is called from
10445                 compose window (it was a Claws only bug).
10446
10447 2002-01-19 [alfons] 0.7.0claws17
10448
10449         * src/inc.c
10450                 prevent unnecessary updates when currently selected folder has
10451                 no new messages 
10452
10453 2002-01-19 [alfons] 0.7.0claws16
10454         
10455         * src/summaryview.c
10456                 prevent writing the cache based on current message list in summary 
10457                 view when filtering also put messages in currently selected folder
10458
10459 2002-01-19 [paul]
10460
10461         * po/it.po
10462                 Italian translation submitted by Alessandro Maestri
10463                 <a.maestri@cs.tin.it>
10464
10465 2002-01-18 [melvin]     0.7.0claws15
10466
10467         * src/prefs_filters.c
10468                 fixed bug where 'cancel' from 'filters' window stops autochecking
10469                 if the timer timed out  when the window was open.
10470
10471 2002-01-18 [match]      0.7.0claws14
10472
10473         * src/addrclip.[ch]     ** NEW FILE **
10474         * src/addrselect.[ch]   ** NEW FILE **
10475         * src/adbookbase.h      ** NEW FILE **
10476                 addressbook cut, copy and paste
10477         * src/addrbook.[ch]
10478         * src/addrcache.[ch]
10479         * src/addressitem.h
10480         * src/addrindex.[ch]
10481         * src/addritem.[ch]
10482         * src/importldif.c
10483         * src/importmutt.c
10484         * src/jpilot.[ch]
10485         * src/syldap.[ch]
10486         * src/vcard.[ch]
10487         * src/jpilot.[ch]
10488         * src/editbook.c
10489         * src/editjpilot.c
10490         * src/editldap.c
10491         * src/editvcard.c
10492                 support for copy/paste
10493         * src/addressbook.c
10494                 support for copy/paste
10495                 tidy up menu option processing
10496                 correct address list function arguments
10497         * src/editaddress.c
10498                 sort user attributes
10499         * src/ldif.h
10500         * src/mutt.h
10501                 tidy up
10502
10503         * src/addrbook.[ch]
10504         * src/addrbook.[ch]
10505         * src/addrbook.[ch]
10506                 
10507
10508 2002-01-18 [paul]       0.7.0claws13
10509
10510         * sync with sylpheed 0.7.0cvs8
10511                 configure.in: support Mac OS X (Darwin)
10512
10513 2002-01-18 [carsten]    0.7.0claws12
10514         * src/html.c
10515                 small hack to fix a segfault with an empty href
10516                 (reported by Alexandra Walford <deeni@altern.org>)
10517         * src/mainwindow.c
10518         * src/summaryview.c
10519                 the shortcuts for Mark und Mark as unread are hardcoded
10520                 again
10521         * src/compose.c
10522         * src/gtkstext.[ch]
10523                 readded the shortcuts in gtkstext but made them
10524                 customizeable (simply by adding a menu plus a wrapper
10525                 to compose.c)
10526
10527 2002-01-17 [melvin]     0.7.0claws11
10528
10529         * src/gtkspell.c
10530                 fix default dictionary not being saved.
10531
10532 2002-01-16 [darko]      0.7.0claws10
10533
10534         * src/compose.c
10535                 fix wrapping crash with URL longer than wrapping margin
10536
10537 2002-12-08 [hoa]        0.7.0claws10
10538
10539         * src/matcher_parser_parse.y
10540                 fixed some bugs
10541
10542         * src/prefs_filtering.c
10543                 now, we can use bounce action in the dialog box.
10544
10545 2002-01-16 [carsten]    0.7.0claws9
10546         * src/gtkstext.c
10547                 removed the <control> and <alt> shortcuts because they're
10548                 not needed and interefered with the "normal" shortcuts
10549         * src/mainwindow.c
10550         * src/summaryview.c
10551                 removed most of the hardcoded shortcuts and assigned
10552                 them to menu entries making them easy customizable by
10553                 that
10554
10555 2002-01-16 |melvin]     0.7.0claws8
10556
10557         * src/gtkspell.c
10558                 fixed bug where using the mouse and when the compose
10559                 window is not on top may result in a crash.
10560
10561 2002-01-16 [melvin]     0.7.0claws7
10562
10563         * src/compose.c
10564                 fixed a long standingspell checker bug which could 
10565                 cause a crash after sending a message.
10566
10567 2002-01-16 [paul]       0.7.0claws6
10568
10569         * sync with sylpheed 0.7.0cvs7
10570                 see ChangeLog entries 2002-01-10, 2002-01-11, 2002-01-14,
10571                 2002-01-15, and 2002-01-16
10572
10573 2002-01-16 [melvin]     0.7.0claws5
10574
10575         * README.claws
10576         * src/compose.c
10577         * src/gtkspell.[ch]
10578         * src/main.c
10579                 Heavily modified spell checker code to work around
10580                 ispell bug, to add keyboard shortcuts and for future
10581                 enhancements. See README.claws for usage information.
10582
10583 2002-01-15 [alfons]     0.7.0claws4
10584         
10585         * src/summaryview.c
10586                 change gtk_ctree_sort_node() into gtk_ctree_sort_recursive()
10587                 so sorting within threads reflects sort mode
10588
10589 2002-01-15 [christoph]  0.7.0claws3
10590
10591         * src/procmsg.c
10592                 added alertpanel if mail sending failed
10593
10594 2002-01-15 [alfons]     0.7.0claws2
10595         
10596         * src/prefs_filtering.c
10597                 don't stop timer when prefs filtering dialog is opened
10598
10599 2002-01-14 [alfons]     0.7.0claws1
10600
10601         * src/addr_compl.c
10602         * src/prefs.c
10603                 remove debug_print()s for privacy reasons
10604
10605 2002-01-14 [darko]      0.7.0claws
10606
10607         * README.claws
10608                 quotation wrapping is now also in the main branch
10609
10610 2002-01-14 [paul]
10611
10612         * tools/filter_conv.pl
10613                 allow for Boolean Op and case-sensitivity
10614                 this file is included in the release and tagged
10615                 'rel_0_7_0'
10616
10617 2002-01-13 [paul]       0.7.0claws
10618
10619         * release 0.7.0, with cvs tag 'rel_0_7_0'
10620
10621 2002-01-13 [paul]
10622
10623         * tools/filter_conv.pl
10624         * tools/README
10625                 rewritten to output to matcherrc instead of filteringrc
10626
10627         * po/es.po
10628                 updated Spanish translation by Ricardo Mones Lastra
10629
10630 2002-01-13 [alfons]
10631
10632         * po/nl.po
10633                 update dutch translation
10634
10635 2002-01-13 [paul]
10636
10637         * po/pt_BR.po
10638                 Updated by Fabio Junior Beneditto 
10639
10640 2002-01-13 [melvin]     0.6.6claws53
10641
10642         * po/fr.po
10643                 Updated french translation
10644
10645 2002-01-12 [alfons]     0.6.6claws52
10646
10647         * src/filtering.c
10648                 plug mem leak that has been sitting there for ages              
10649
10650 2002-01-12 [alfons]     0.6.6claws51
10651
10652         * src/summaryview.c
10653                 undo melvin's changes from 0.6.6claws48 because summary
10654                 view now refuses to select first unread message when
10655                 selecting a folder 
10656
10657 2002-01-11 [alfons]     0.6.6claws50
10658
10659         * src/import.c
10660                 use claws' semantics for getting folder item when
10661                 importing an mbox file into a folder 
10662                 (submitted by Dale P. Smith)
10663
10664 2002-01-11 [christoph]  0.6.6claws49
10665
10666         * src/prefs.h
10667                 set sensitivity in SET_TOGGLE_SENSITIVITY macro from
10668                 toggle widget, because non static prefs can not use
10669                 prefs_set_* functions
10670         * src/prefs_account.c
10671                 toggle smtp auth password field sensitivity if
10672                 user id is empty and add descrition of usage for
10673                 these fields
10674         * src/prefs_folder_item.c
10675                 use SET_TOGGLE_SENSITIVITY macro to instead of extra
10676                 callbacks
10677
10678 2002-01-11 [melvin]     0.6.6claws48
10679
10680         * src/compose.c
10681                 fix the 'Ctrl-Enter' feature for sending and test really
10682                 for 'Ctrl-Enter' (as Ctrl-Space is also used for activating
10683                 editables which was not documented in Gtk)
10684
10685         * src/summaryview.c
10686                 Made summaryview refresh after sorting and not before.
10687
10688 2002-01-11 [christoph]  0.6.6claws47
10689
10690         * src/compose.c
10691                 select account from account ids if possible and
10692                 correctly set save folder for copy in reedit
10693
10694 2002-01-10 [paul]       0.6.6claws46
10695
10696         * sync with sylpheed 0.7.0 release
10697                 see ChangeLog entries 2002-01-07, 2002-01-08 and
10698                 2002-01-09
10699
10700 2002-01-09 [alfons]
10701
10702         * src/summaryview.c
10703                 remove more dirt traces...
10704
10705 2002-01-09 [alfons]
10706         
10707         * src/summaryview.c
10708                 clean up some traces of my debugging stuff
10709
10710 2002-01-09 [alfons]     0.6.6claws45
10711
10712         * src/filtering.c
10713                 break up filteringprop_apply() in three separate pieces
10714                 so we can drop messages that failed processing in the
10715                 inbox
10716
10717         * src/summaryview.c
10718                 fix bug #469598 "no refresh of inbox after filter" which 
10719                 was introduced by the new summary view locking, and which 
10720                 prevented the summary view to update after a manual filter 
10721                 message. claw's filter message requires a summary_show().
10722                 (aargh, summary_show() again! :-)
10723                 
10724 2002-01-07 [alfons]     0.6.6claws44
10725
10726         * src/headerwindow.c
10727         * src/logwindow.c
10728         * src/messageview.c
10729         * src/sourcewindow.c
10730                 bring in Hiro's last 0.7.0 wm class fixes
10731
10732         * tools/sylprint.pl
10733                 bring in Ricardo's fix for sylprint script
10734
10735         * AUTHORS       
10736         * src/rfc2015.[ch]
10737         * src/prefs_common.[ch]
10738         * src/prefs_account.[ch]
10739         * src/compose.c
10740                 clean up account preference poison in rfc2015,
10741                 and preparation to fix double sign bug 
10742                 (patch submitted by Simon 'corecode' Schubert)
10743
10744 2002-01-07 [christoph]  0.6.6claws43
10745
10746         * src/mh.c
10747                 search for free message number, do not only rely
10748                 on last_num
10749         * src/send.c
10750                 fix smtp auth and use extra account information
10751                 if available, if not use pop3 data instead
10752                 (closes bug #500341)            
10753         * src/ssl.[ch]
10754                 match coding style
10755
10756 2002-01-06 [alfons]     0.6.6claws42
10757
10758         * src/mainwindow.c
10759                 try making the separate windows work again...
10760
10761 2002-01-06 [alfons]     0.6.6claws41
10762
10763         * src/mainwindow.c
10764                 adapt Hiro's separate window menu (to get rid of the funny
10765                 duplicate menu items), and make it work again
10766
10767 2002-01-06 [alfons]     0.6.6claws40
10768
10769         * tools/Makefile.am
10770         * tools/sylprint.rc
10771         * tools/sylprint.pl
10772         * tools/README.sylprint
10773                 add sylprint script for printing mails from Sylpheed
10774                 (contributed by Ricardo Mones Lastra)
10775
10776         * src/acount.c
10777                 clean up
10778
10779 2002-01-06 [melvin]     0.6.6claws39
10780
10781         * src/mainwindow.c
10782         * src/summaryview.c
10783                 Fixed crash introduced in 0.6.6claws38 by the menu
10784                 reorganisation (Hide read messages)
10785         
10786         * ChangeLog.claws 
10787                 Fixed typo (we are now in 2002, alfons ;) )
10788
10789 2002-01-05 [alfons]     0.6.6claws38
10790
10791         * sync with sylpheed 0.6.6cvs10-17
10792                 (last stuff marked as LAST_STABLE)
10793
10794 2002-01-04 [melvin]     0.6.6claws37
10795
10796         * src/account.c
10797                 Made account selection code use strcasestr again instead of
10798                 g_strcasecmp (fixes bug where reediting queued messages
10799                 did not select proper account reported by T. Link).
10800         
10801         * src/folderview.c
10802                 Fix bug where folder icons are not shown when 'hide read messages'
10803                 is on.
10804         
10805         * src/stock_pixmaps.[ch]
10806                 Added folder icons for 'hide read messages'.
10807         
10808         * src/compose.c
10809                 Fixed bug where 'Enter' in a header entry will send the message 
10810                 if 'CTL-Enter' was chosen as a shorcut for sendind. 
10811
10812 2002-01-03 [melvin]     0.6.6claws36
10813         
10814         * src/prefs.[ch]
10815                 Added popup menu for common preferences and
10816                 account preferences (right click on tab displays
10817                                 a menu of all tabs.)
10818
10819 2002-01-02 [melvin]     0.6.6claws35
10820
10821         * src/gtkspell.[ch]
10822                 Made spelling code compatible with undo/redo feature.
10823                 Added creation of suggestion mode menu for the general
10824                         preferences.
10825         
10826         * src/prefs_common.[ch]
10827                 Added option menu for the speller's suggestion mode.
10828                 Added missing spaces in "..." buttons and made a "..."
10829                         button non translatable!
10830         
10831         * src/compose.c
10832                 Made speller use the default suggestion mode.
10833                 Hack to make it possible to choose 'CTRL-Enter' as a
10834                         shortcut for sending (and only for sending).
10835
10836         * src/prefs_folder_item.c
10837                 Changing subject simplification does not update cache 
10838                         anymore (because it is unnecessary).
10839                 Fixed bug where changing subject simplification updated the 
10840                         summaryview even when the viewed folder is not the
10841                         folder which properties are being changed. (E.g. 
10842                                         viewing folder A and changing
10843                                         the subject simplification of 
10844                                         folder B -not being viewed- updated the 
10845                                         summaryview of folder A with data of
10846                                         folder B). (Hope this is clear... )
10847
10848 2001-12-31 [alfons]     0.6.6claws34
10849         
10850         * src/ldif.c
10851         * src/mutt.c
10852                 fgetc() returns a signed integer which doesn't
10853                 fit in a char. so c truncates this to a char
10854                 but we may lose significant bits. i.e. we may
10855                 comparing 0xFF which may not be equal to -1
10856                 unless properly casted to signed char which
10857                 we won't do because fgetc() returns a signed
10858                 integer which doesn't fit in a char. so c 
10859                 truncates this to a char but we may lose 
10860                 significat bits. (you got the idea, thanks
10861                 to Gustavo Noronha Silva <kov@debian.org>
10862                 and the Debian folks!)
10863
10864 2001-12-30 [alfons]     0.6.6claws33
10865
10866         * src/prefs_common.c
10867                 add #ifdef USE_PSPELLs that Melvin forgot               
10868
10869 2001-12-30 [melvin]     0.6.6claws32
10870         
10871         * src/prefs_common.[ch]
10872                 Added configurable color for misspelled words.
10873
10874         * src/gtkspell.[ch]
10875                 Fixed bug of foreground text color (reported by David
10876                                 Mehrmann)
10877                 Added configurable color for misspelled words.
10878
10879 2001-12-30 [alfons]     0.6.6claws31
10880
10881         * src/folder.c
10882                 remove unnecessary things someone put there
10883
10884         * src/mh.c
10885         * src/folder.[ch]
10886                 make folder properties (like threading and sorting) persistent
10887                 (closes bug #497424 "rescan folder tree resets proprieties")
10888                 currently this is only for MH folders. 
10889
10890 2001-12-29 [melvin]     0.6.6claws30
10891
10892         * src/string_match.[ch]
10893                 Optimized a bit: regexp pattern buffer compiled only once, and
10894                   one subroutine call removed. Fixed ^ regexp search: Now, 
10895                   "(^Re: )|(^Hello)" removes only "Re: " from "Re: Hello".
10896         
10897         * src/summaryview.c
10898                 Subject filtering changed to filter summary columns and
10899                   not directly the messages subject cache. The loss in 
10900                   performance is balanced by the improvement of string_match.
10901                 Added an alert panel if there is an error in the regexp.
10902
10903         * src/src/prefs_folder_item.h
10904                 Added a regexp pattern buffer.
10905
10906 2001-12-28 [alfons]     0.6.6claws29
10907
10908         * src/string_match.[ch]
10909                 clean up name space
10910                 allow compilation *BSD
10911
10912 2001-12-27 [alfons]     0.6.6claws28
10913
10914         * src/filter.c
10915                 sync the Hiro's bug fix for BSD
10916
10917 2001-12-27 [melvin]     0.6.6claws27
10918         
10919         * src/compose.c
10920                 Simplify focus to subject entry code.
10921
10922 2001-12-27 [darko]      0.6.6claws26
10923
10924         * src/filtering.c
10925         * src/mbox_folder.c
10926         * src/messageview.c
10927         * src/mh.c
10928         * src/procheader.[ch]
10929         * src/procmsg.h
10930         * src/stock_pixmap.[ch]
10931         * src/summaryview.c
10932                 Show key icon for encrypted mails in summary view
10933
10934         * src/pixmaps/clip.xpm
10935         * src/pixmaps/clipkey.xpm
10936         * src/pixmaps/key.xpm
10937                 New/modified icons for the above
10938
10939 2001-12-27 [melvin]     0.6.6claws25
10940
10941         * src/prefs_common.c
10942                 Put spell checker options in a separate tab to decrease
10943                 the Common Preferences window height.
10944
10945         * README.claws  
10946                 Update spell checker usage instruction about its options
10947                 location.
10948
10949 2001-12-27 [melvin]     0.6.6claws24
10950
10951         * src/compose.c
10952                 Changed subject entry widget position. Initial focus is
10953                 on the To header instead of the subject entry.
10954                 Creating a new header scrolls the header list to make the
10955                 created one visible. Nevertheless, when automatically filling
10956                 headers, the first one is shown.
10957                 A Tab key press in the last empty header entry zips the 
10958                 focus to the subject entry.
10959                 (I did not change the combo boxes, yet)
10960
10961 2001-12-26 [alfons]     0.6.6claws23
10962
10963         * src/prefs_account.c
10964         * src/inc.c
10965                 allow default inbox to reside in another mailbox (only
10966                 works for POP3 accounts)
10967
10968 2001-12-26 [alfons]     0.6.6claws22
10969         
10970         * src/textview.c
10971                 make reply-on-click work with the account of the selected folder
10972         * src/compose.c
10973                 put a fixme here to remind me to fix finding correct default
10974                 account for nested folders
10975
10976 2001-12-25 [alfons]     0.6.6claws21
10977
10978         * src/summaryview.c
10979                 make column headers display locked and mark pixmaps (idea by Melvin) 
10980                 fix bug by adding score and locked column type to sort array
10981
10982 2001-12-25 [alfons]     0.6.6claws20
10983         
10984         * src/summaryview.c
10985                 catch a *potentially* inadvertent write back of  
10986                 the message cache(s) introduced by 0.6.5claws37
10987
10988 2001-12-25 [christoph]  0.6.6claws19
10989
10990         * src/stock_pixmap.[ch]
10991         * src/summaryview.c
10992                 add ignore thread pixmap
10993                 (can someone draw a better icon for this?)
10994
10995 2001-12-24 [alfons]     0.6.6claws18
10996
10997         * src/prefs_folder_item.c
10998                 make address completion actually work for the
10999                 Default To address in the Folder Property dialog.
11000
11001 2001-12-24 [alfons]     0.6.6claws17
11002         
11003         * src/summaryview.c
11004                 use new style regexp for subject stripping 
11005                 (patch submitted by Thomas Link <t.link.tmp200101@gmx.net>)
11006
11007 2001-12-24 [darko]      0.6.6claws16
11008
11009         * src/pgptext.c
11010         * src/rfc2015.c
11011                 move GPG related informational messages to debug mode
11012
11013 2001-12-23 [alfons]     0.6.6claws15
11014
11015         * src/stock_pixmap.[ch]
11016         * src/summaryview.c
11017                 add the forgotten Claws' locked pixmap
11018
11019 2001-12-23 [alfons]     0.6.6claws14
11020
11021         * src/filesel.c
11022                 accept file name typed in entry in multi file
11023                 selector (patch submitted by Gustavo Noronha Silva 
11024                 <kov@debian.org>)
11025
11026 2001-12-23 [alfons]     0.6.6claws13
11027
11028         * src/prefs_filter.c
11029         * src/prefs_filtering.c
11030         * src/matcher.c
11031         * src/importmutt.c
11032                 clean up a little bit
11033         
11034         * src/string_match.c
11035                 validate input strings a little bit more
11036
11037 2001-12-23 [alfons]     0.6.6claws12
11038
11039         * src/Makefile.am
11040         * src/summaryview.c
11041         * src/string_match.[ch]         ** NEW **
11042         * src/folderview.[ch]
11043         * src/headerview.h
11044         * src/folder.[ch]
11045         * src/prefs_folder_item.[ch]
11046                 add subject simplification to strip out strings from
11047                 a subject line (esp. handy for mailing lists). 
11048                 (original patch by by Thomas Link <t.link.tmp200101@gmx.net>,
11049                 but slightly changed things for better integration.)
11050
11051 2001-12-23 [alfons]     0.6.6claws11
11052
11053         * src/mainwindow.c
11054                 fix bug introduced by submission included in 0.6.5claws52.
11055                 ideally this submission should clean the trash if any trash
11056                 folder has a message. however, the hasTrash variable was
11057                 set to false whenever a trash folder was empty (discarding
11058                 a previously found *filled* trash folder.)
11059
11060                 also edited the code a little bit and made it more safe.
11061
11062 2001-12-22 [alfons]     0.6.6claws10
11063
11064         * src/imap.c
11065                 quick fix for Martin Pool's omission of an account
11066                 specific SSL setting
11067
11068 2001-12-22 [alfons]     0.6.6claws9
11069
11070         * src/compose.c
11071         * src/messageview.c
11072         * src/mimeview.c
11073         * src/pgptext.c
11074         * src/procmime.[ch]
11075                 better support for multipart/digest (submitted
11076                 by Fredrik <e98fo@efd.lth.se>)
11077
11078 2001-12-22 [alfons]     0.6.6claws8
11079
11080         * src/addressbook.c
11081                 correct function signature
11082         * src/socket.[ch]
11083         * src/imap.[ch]
11084         * src/prefs_account.[ch]
11085                 allow IMAP over SSH tunnel (patch submitted by 
11086                 Martin Pool <mbp@samba.org>)
11087
11088 2001-12-21 [alfons]     0.6.6claws7
11089
11090         * sync with sylpheed 0.6.6cvs4-9
11091                 (may have forgotten something: LAST_STABLE is 0.6.6claws6)
11092
11093 2001-12-21 [christoph]  0.6.6claws6
11094
11095         * src/compose.c
11096         * src/prefs_folder_item.[ch]
11097                 implement saving of outgoing messages to current folder.
11098                 fix segfault when no default outbox is available
11099                 (closes bug #495683)
11100
11101 2001-12-21 [carsten]    0.6.6claws5
11102         * src/folderview.c
11103         * src/summaryview.c
11104                 pressing CTRL while DND does now the expected thing and
11105                 copies the mail (moving is still the default, as this
11106                 seam more appropriate for handling mails by DND)
11107
11108 2001-12-18 [paul]       0.6.6claws4
11109
11110         * sync with sylpheed 0.6.6cvs3
11111                 see ChangeLog entries 2001-12-18
11112
11113 2001-12-18 [hiro]       0.6.6claws3
11114
11115         * src/undo.c
11116                 fix for multibyte characters (obtain the number of letters
11117                 instead of bytes).
11118
11119 2001-12-17 [paul]       0.6.6claws2
11120
11121         * sync with sylpheed 0.6.6cvs1
11122                 see ChangeLog entry 2001-12-16
11123
11124 2000-12-17 [alfons]     0.6.6claws1
11125
11126         * src/filtering.c
11127                 clean up
11128
11129 2001-12-16 [paul]       0.6.6claws
11130 2001-12-15
11131
11132         * Release version 0.6.6claws, cvs tag: rel_0_6_6
11133
11134         * src/mimeview.c
11135                 last minute sync with main 0.6.6
11136
11137         * po/es.po
11138                 updated by Ricardo Mones Lastra
11139                 update for last minute sync
11140         * po/fr.po
11141         * po/nl.po
11142                 update for last minute sync
11143         * po/de.po
11144                 updated by Jens Oberender
11145         * po/pt_BR.po
11146                 updated by Fabio Junior Beneditto
11147
11148         * src/prefs_common.[ch]
11149         * src/undo.c
11150                 number of undo levels is user configurable
11151                 (squeeze it into the release in the dying
11152                 moments) Submitted by Jens Oberender    
11153
11154 2001-12-15 [melvin]
11155
11156         * po/fr.po
11157                 updated french translation
11158
11159 2001-12-15 [paul]       0.6.5claws92
11160
11161         * sync with sylpheed 0.6.5cvs28
11162                 see ChangeLog entry 2001-12-14 (src/prefs_account.c)
11163
11164         * po/nl.po
11165                 update to allow for sync
11166
11167 2001-12-15 [alfons]
11168         
11169         * po/nl.po
11170                 update dutch translation
11171
11172 2001-12-14 [carsten]    0.6.5claws91
11173         * src/summaryview.c
11174                 fixed bug #473785; also after changing the column order
11175                 the same message will be selected and displayed as before
11176                 the reordering
11177
11178 2001-12-14 [carsten]    0.6.5claws90
11179         * src/folderview.c
11180                 probably found the bug reported by wwb opening or closing
11181                 a folder tree just before dnd (found the solution in the
11182                 balsa source -- thanks to them)
11183
11184 2001-12-14 [carsten]    0.6.5claws89
11185         * src/gtkutils.c
11186         * src/account.c
11187                 moved gtk_clist_moveto to the right place, so that
11188                 only the accounts dialog is effected on opening
11189
11190 2001-12-14 [carsten]    0.6.5claws88
11191         * src/gtkutils.c
11192                 gtkut_clist_set_focus_row does a gtk_clist_moveto
11193                 now, so that the focused row will be seen in any case
11194                 (reported by wwp on sf-claws-user)
11195
11196 2001-12-14 [darko]      0.6.5claws87
11197
11198         * src/compose.c
11199                 remove unnecessary line
11200
11201 2001-12-14 [paul]       0.6.5claws86
11202
11203         * sync with sylpheed 0.6.5cvs27
11204                 see ChangeLog entries 2001-12-14
11205
11206 2001-12-14 [carsten]    0.6.5claws85
11207         * src/mainwindow.c
11208                 following a suggestion of Melvin the rcoabm pops up
11209                 right under the button now and the button is reliefed
11210                 while the popup is open
11211
11212 2001-12-14 [darko]      0.6.5claws84
11213
11214         * src/compose.c
11215                 fix crash when wrapping long lines if linewrap quotation
11216                 is disabled and wrapper encounters a word spanning more
11217                 than one line
11218
11219 2001-12-13 [paul]       0.6.5claws83
11220
11221         * src/compose.c
11222                 prefer 'Reply-To' header over mailing list header when
11223                 replying to a message. Finally prevent all those confirmation 
11224                 messages being sent to the list itself.
11225
11226         * src/summaryview.c
11227                 remove unused summary_set_menu_sensitive() entry
11228
11229 2001-12-13 [paul]       0.6.5claws82
11230
11231         * src/folderview.c
11232         * src/pixmaps/inbox-hrm.xpm     ** NEW FILE **
11233         * src/pixmaps/outbox-hrm.xpm    ** NEW FILE **
11234         * src/pixmaps/trash-hrm.xpm     ** NEW FILE **
11235                 improvements to 'Hide read messages': Inbox, Outbox,
11236                 Trash, Queue, and Draft icons now reveal presence of hidden 
11237                 messages
11238
11239 2001-12-12 [alfons]     0.6.5claws81
11240
11241         0.6.5claws80 was tagged as LAST_STABLE
11242
11243         * src/filtering.[ch]
11244         * src/matcher.[ch]
11245         * src/matcher_parser_lex.c
11246                 fix the filtering; my last attempt to get it right, 
11247                 if it does not work, it's Hoa's turn. ;-)
11248
11249                 for my honourable peers:
11250                 
11251                 the code now makes a clear distinction between
11252                 rules as they are displayed (probably escaped),
11253                 and as they are executed (probably unescaped). the
11254                 parser does *NOT* do any unescaping, this is
11255                 the task of the matcher.c (which breaks up a
11256                 rule into condition) and the filtering.c (which
11257                 breaks up the rule's action). to make this
11258                 run happily we provide an unescaped copy of
11259                 crucial strings to the MatcherProp and 
11260                 FilteringAction structures. note that the only
11261                 exception to this is any REGEXP string. those
11262                 are directly passed to regcomp() and regexp()
11263                 (who have much more powerful unescape functions).
11264                 
11265                 for everyone else:
11266         
11267                 you can escape tab (\t), carriage return (\r),
11268                 linefeed (\n), form feed (\f), quote (\"), 
11269                 single quote (\'), bell (\b) in all the entry
11270                 lines in the scoring & filtering dialogs.
11271                 as an added bonus this should not affect
11272                 existing filtering rules.
11273
11274 2001-12-12 [carsten]    0.6.5claws80
11275
11276         * src/summaryview.c
11277         * po/de.po
11278                 "item(s) selected" is now sensitive to 1 or more
11279                 than one selected (nice for language where simple
11280                 adding of a "s" is not possible as German (Eintrag
11281                 ->Eintr"age)
11282                 
11283                 the "forward as attachment" entry from the right
11284                 click menu removed, "forward" acts following the
11285                 prefs
11286         
11287         * src/textview.c
11288                 reverted my former changes; so compiler warning again
11289                 but there's more GTK_TEXT/GTK_STEXT mixing on other places
11290                 nevertheless
11291
11292         * src/messageview.c
11293                 "search in message" does now *not* only work in MVIEW_TEXT
11294                 messages, but also in a MIMEVIEW_TEXT part of MVIEW_MIME
11295                 message
11296
11297         * src/mainwindow.c
11298                 removed "/File/_Close" as it was the same as "/File/E_xit"
11299                 and we don't need it two times
11300
11301                 the separate folder view and message view now get a distinct
11302                 WMCLASS, just in case someone is using sawfish ;-)
11303
11304                 as the menu entries "/View/Message view" and "/View/Folder tree"
11305                 are only doing something when SEPARATE_MESSAGE or SEPARATE_FOLDER
11306                 make them sensitive accordingly and as these two are "shown"
11307                 after startup anytime check this menuitem at startup
11308
11309 2001-12-12 [paul]       0.6.5claws79
11310
11311         * src/folderview.c
11312                 fix sensitivity of 'Search folder...', broken in
11313                 0.6.5claws75
11314
11315         * src/mainwindow.c
11316                 fix dodgy English
11317
11318 2001-12-11 [carsten]    0.6.5claws78
11319         * src/filtering.c
11320                 fixed two typos returning a wrong FALSE/TRUE
11321         * src/mainwindow.[ch]
11322                 extra menu for email/news button removed
11323
11324 2001-12-11 [alfons]     0.6.5claws77
11325         
11326         * src/matcher.c                 (1.3)
11327         * src/matcher_parser_lex.l      (1.28)
11328                 revert for another attempt
11329                 mark 0.6.5claws77 as LAST_STABLE
11330
11331 2001-12-11 [christoph]  0.6.5claws76
11332
11333         * po/de.po
11334                 fixed wrong translation for prev. unread msg
11335
11336 2001-12-11 [paul]       0.6.5claws75
11337
11338         * src/folder.[ch]
11339         * src/folderview.c
11340         * src/mainwindow.c
11341         * src/summaryview.[ch]
11342         * src/pixmaps/dir-open-hrm.xpm  ** NEW FILE **
11343                 enable ability to hide read messages on per folder basis via 
11344                 '/Summary/Hide read messages'; when selected, a folder will 
11345                 have a red open folder icon, instead of a blue icon, if the 
11346                 folder contains hidden messges
11347                 submitted by Thomas Link <t.link.tmp200101.gmx.net> 
11348
11349         * src/mainwindow.c
11350                 remove '/Message/Forward as attachment' from 
11351                 main_window_set_menu_sensitive() to prevent debug warning
11352
11353         * src/folderview.c
11354         * src/mainwindow.c
11355                 Clean up some of the English
11356
11357         * tools/newscache_clean.pl
11358                 allow for new 'hidereadmsgs' entry in folderlist.xml
11359
11360         * po/es.po
11361                 updated translation, submitted by Ricardo Mones Lastra
11362
11363 2001-12-11 [paul]       0.6.5claws74
11364
11365         * sync with sylpheed 0.6.5cvs25
11366                 see ChangeLog entry 2001-12-11
11367
11368 2001-12-10 [alfons]     0.6.5claws73
11369
11370         * src/matcher.c
11371                 add more control characters
11372         * src/matcher_parser_lex.l
11373                 make escaping / unescaping work again
11374
11375 2001-12-10 [alfons]     0.6.5claws72
11376
11377         * src/imap.c
11378                 clean up warnings "returning value for void function" 
11379         * src/prefs_filtering.c
11380                 make info button for execute action sensitive
11381
11382 2001-12-10 [paul]       0.6.5claws71
11383
11384         * src/compose.c
11385         * src/imap.[ch]
11386         * src/summaryview.c
11387                 fix: imap server now gets informed of MARKED, UNMARKED
11388                 and REPLY events. Now people can use different IMAP-Mail
11389                 clients and have the exact same information about MARKED,
11390                 UNMARKED and REPLY status with all of them. Especially
11391                 useful for imap servers with a web-frontend.
11392                 submitted by Tobias Sandhaas <medlor@web.de>
11393
11394 2001-12-09 [melvin]     0.6.5claws70
11395         
11396         * src/textview.[ch]
11397                 fixed bug #490076 (hunted down by Alfons who implemented
11398                 a workaround in 0.6.5claws65)
11399
11400 2001-12-09 [christoph]  0.6.5claws69
11401
11402         * src/summaryview.c
11403                 set pointer to string in LOCKED column to NULL
11404                 (might fix bug #490800)
11405
11406 2001-12-09 [carsten]    0.6.5claws68
11407
11408         * po/de.po
11409                 resolved some cluttered menu shortcuts 
11410                 ('creating new email' and 'creating news message'
11411                 hade the same)
11412         * src/compose.c
11413                 wmclass now distinc from main window
11414         * src/mainwindow.c
11415           src/mainwindow.h
11416                 email/news and forward button functionality similar
11417                 to the reply buttons; removed the ugly dropdown arrows
11418                 and use instead the right mouse button
11419
11420 2001-12-09 [paul]       0.6.5claws67
11421
11422         * src/imap.c
11423         * src/utils.h
11424                 allow spaces in imap folder names
11425                 submitted by Willem van Engen <wvengen@stack.nl>
11426
11427 2001-12-09 [paul]       0.6.5claws66
11428
11429         * sync with sylpheed 0.6.5cvs24
11430                 see ChangeLog entry 2001-12-09
11431
11432 2001-12-08 [alfons]     0.6.5claws65
11433
11434         * src/textview.c
11435                 prevent secondary selection claim after "add to sender" dialog
11436                 popped up. this is because there's a GDK_BUTTON_RELEASE pending.
11437                 we trick GTK by simulating a click at (0, 0) in the textview.
11438
11439 2001-12-08 [hoa]        0.6.5claws64
11440
11441         * src/folder.c
11442                 fixed a bug about the .processing folder name while filtering
11443
11444 2001-12-08 [alfons]     0.6.5claws63
11445
11446         * src/folderview.c 
11447                 work around problem of not correctly updating folder stats
11448                 when deleting messages. there's some folder scanning evil
11449                 going so the folderview_update_msg_num() does not work
11450                 correctly. need to investigate this.
11451
11452 2001-12-08 [paul]       0.6.5claws62
11453
11454         * sync with sylpheed 0.6.5cvs23
11455                 see ChangeLog entry 2001-12-08
11456
11457 2001-12-07 [christoph]  0.6.5claws61
11458
11459         * src/compose.c
11460                 fix another header translation problem
11461
11462 2001-12-07 [alfons]     0.6.5claws60
11463
11464         * src/mbox.c
11465                 make filtering also work on local spool mbox
11466
11467 2001-12-07 [carsten]    0.6.5claws59
11468         * src/addressbook.c
11469                 addressbook window gets a wmclass distinct from the main
11470                 sylpheed window
11471         * src/compose.h
11472         * src/mainwindow.[ch]
11473                   forward menu item will use mode selected in prefs, forward 
11474                 as attatchment in menu removed (will be substituted in the
11475                 toolbar similar to reply buttons)
11476                   create news message menu entry and news button is now 
11477                 sensitive to the existance of a news account
11478         * src/pixmaps/stock_mail_reply_quote.xpm           ** REMOVED **
11479         * src/pixmaps/stock_mail_reply_to_all_quote.xpm    ** REMOVED **
11480         * src/pixmaps/stock_mail_reply_to_sender_quote.xpm ** REMOVED **
11481                 these are removed because the toolbar buttons don't show
11482                 the quoting modus any longer
11483
11484 2001-12-07 [paul]
11485
11486         * tools/newscache_clean.pl      ** NEW FILE **
11487                 perl script to do some tidying up in the newscache directory 
11488                 
11489         * tools/sylpheed-switcher       ** NEW FILE **
11490                 perl script to enable easy switching between main and claws
11491                 
11492         * tools/README
11493                 added descriptions of the two new perl scripts          
11494
11495
11496 2001-12-07 [melvin]     0.6.5claws58
11497
11498         * src/messageview.c
11499                 fixed a warning during compilation introduced in 0.6.5claws56
11500
11501 2001-12-07 [paul]       0.6.5claws57
11502
11503         * src/mainwindow.[ch]
11504         * src/menu.[ch]
11505                 further usability enhancements to replying with or without 
11506                 quoting via the toolbar, use of Ctrl key is replaced by 
11507                 drop down menu 
11508                 Submitted by Carsten Schurig            
11509
11510 2001-12-07 [melvin]     0.6.5claws56
11511
11512         * src/messageview.c
11513                 hack to fix bug that prevented to make/paste selections
11514                 after switching between MVIEW_TEXT and MVIEW_MIME views
11515                 without deselecting the selection first.
11516
11517 2001-12-06 [alfons]     0.6.5claws55
11518
11519         * src/filtering.[ch]
11520         * src/inc.c
11521                 revise filtering a little bit more, and make sure
11522                 messages are delivered to the appropriate inbox
11523                 (perhaps set per account)
11524
11525 2001-12-06 [paul]       0.6.5claws54
11526
11527         * sync with sylpheed 0.6.5cvs22
11528                 see ChangeLog entry 2001-12-06
11529
11530 2001-12-05 [alfons]     0.6.5claws53
11531
11532         * src/inc.c
11533         * src/folder.[ch]
11534         * src/procmsg.c
11535         * src/filtering.c
11536                 more revisions of filtering system
11537                 (last stable version is marked as LAST_STABLE)
11538                 
11539                 | NOTE 1): the filtering system now uses a local folder called
11540                 | .processing. if filtering fails, check this directory
11541                 | for missing messages.
11542                 |
11543                 | NOTE 2): help us find the filtering actions still missing
11544
11545 2001-12-05 [paul]       0.6.5claws52
11546
11547         * src/mainwindow.c
11548                 fix bug where 'Empty Trash?' pop-up window appears even
11549                 when Trash is empty, submitted by Jesse Skinner         
11550
11551 2001-12-05 [melvin]     0.6.5claws51
11552
11553         * src/compose.c
11554                 fixed bug #486106 to select correct account when reediting 
11555                 a queued message
11556         
11557 2001-12-04 [alfons]     0.6.5claws50
11558
11559         * src/mh.c
11560                 declare markfile in appropriate functions when
11561                 no fchmod() is found (thanks to Mark Heerdink <marc@koelkast.net>
11562                 for spotting this)
11563
11564 2001-12-04 [paul]       0.6.5claws49
11565
11566         * sync with sylpheed 0.6.5cvs21
11567                 see ChangeLog entry 2001-12-04
11568
11569 2001-12-03 [christoph]  0.6.5claws48
11570
11571         * po/de.po
11572                 changed translation of undo
11573         * src/account.c
11574         * src/folder.c
11575                 don't reinvent the wheel to traverse a GNode
11576         * src/compose.[ch]
11577                 seperate code to create the compose gui into functions
11578                 add "Others" page with folder selection for saving copy
11579                 of the message.
11580                 the folder identifier is saved to queue header
11581         * src/procmsg.c
11582                 save message to folder in queue header
11583
11584 2001-12-03 [paul]       0.6.5claws47
11585
11586         * sync with sylpheed 0.6.5cvs20
11587                 see ChangeLog entry 2001-12-03
11588
11589 2001-12-01 [paul]
11590
11591         * more sync with sylpheed 0.6.5cvs19
11592                 see ChangeLog entry 2001-11-29
11593
11594 2001-11-30 [paul]       0.6.5claws46
11595         
11596         * src/compose.c
11597                 remove conflicts introduced by Hoa's last commit
11598          
11599         * src/mainwindow.c
11600                 make 'Message/Bounce' sensitive
11601
11602 2001-11-30 [hoa]        0.6.5claws45
11603
11604         * src/compose.c
11605                 slightly change bounce function to add
11606                 information about the user that bounced the mail
11607                 in the From header line.
11608
11609         * src/folderview.c
11610                 permit the use of processing in outbox folder.
11611
11612 2001-11-29 [paul]       0.6.5claws44
11613
11614         * src/mainwindow.[ch]
11615         * src/prefs_common.c
11616         * src/pixmaps/stock_mail_reply_quote.xpm            ** NEW FILE **
11617         * src/pixmaps/stock_mail_reply_to_all_quote.xpm     ** NEW FILE **
11618         * src/pixmaps/stock_mail_reply_to_author_quote.xpm  ** NEW FILE **
11619                 usability enhancements to the quoting, implements
11620                 use of Ctrl key to toggle quoting settings
11621                 Submitted by Carsten Schurig <Carsten.Schurig@web.de>
11622
11623 2001-11-29 [paul]       0.6.5claws43
11624         
11625         * sync with sylpheed 0.6.5cvs19
11626                 see ChangeLog entry 2001-11-28
11627
11628 2001-11-29 [melvin]     0.6.5claws42
11629         * src/Makefile.am
11630                 added enriched.[ch] to the list of files
11631
11632         * src/textview.c
11633         * src/mimeview.c
11634         * src/procmime.[ch]
11635         * src/enriched.[ch]
11636                 added support to view text/enriched
11637                 added support to show headers in message view for text/enriched and text/html
11638                         in non multipart messages
11639
11640 2001-11-28 [paul]       0.6.5claws41
11641
11642         * more sync with sylpheed 0.6.5cvs18
11643                 see ChangeLog entry 2001-11-27 (src/prefs_common.c)
11644
11645 2001-11-27 [paul]       0.6.5claws40
11646         
11647         * po/pt_BR.po
11648                 updated translation, submitted by Fabio Junior Beneditto
11649                 
11650         * sync with sylpheed 0.6.5cvs18
11651                 see ChangeLog entries 2001-11-26 (src/textview.c) and
11652                 2001-11-27
11653
11654
11655 2001-11-26 [paul]
11656
11657         * po/es.po
11658                 updated translation, submitted by Ricardo Mones Lastra
11659
11660 2001-11-26 [alfons]
11661
11662         * src/matcher.c
11663                 add more translatable strings
11664
11665 2001-11-26 [christoph]  0.6.5claws39
11666
11667         * po/de.po      
11668                 fixed one more umlaut
11669         * src/compose.c
11670                 fix translated header when it should not be translated
11671
11672 2001-11-26 [paul]       0.6.5claws38
11673
11674         * src/mainwindow.c
11675                 remove '/Message/Add Sender to address book' from 
11676                 main_window_set_menu_sensitive(), prevent debug warning
11677                 add 'Message/Mark/Mark all read' to mainwin_entries[]
11678
11679 2001-11-26 [paul]       0.6.5claws37
11680
11681         * src/summaryview.c
11682                 fix 'recurring unread state' bug 
11683
11684         * tools/README 
11685         * tools/filter_conv.pl
11686                 read name of top level mailbox from folderlist.xml
11687                 and presume nothing about its name              
11688
11689 2001-11-26 [darko]      0.6.5claws36
11690
11691         * src/gtkstext.[ch]
11692                 removed functions that are now in gtkutils.c
11693                 use gtkut_text_is_uri_string() from gtkutils.c
11694         * fix my comment on 2001-11-23 (missing gtkutils.[ch])
11695
11696 2001-11-26 [paul]       0.6.5claws35
11697
11698         * sync with sylpheed 0.6.5cvs16
11699                 see ChangeLog entries 2001-11-25 and 2001-11-26
11700
11701 2001-11-25 [alfons]     0.6.5claws34
11702
11703         EXPERIMENTAL!!! Please checkout the last stable version using: 
11704           
11705         % cvs update -r LAST_STABLE -dRAP
11706
11707         (Or help us testing this stuff.)
11708
11709         * src/filtering.c               (1.14)
11710         * src/filtering.h               (1.6)
11711         * src/inc.c                     (1.28)
11712         * src/matcher.c                 (1.20)
11713         * src/mbox.c                    (1.9)
11714         * src/procmsg.h                 (1.14)
11715         * src/summaryview.c             (1.59)
11716         * src/summaryview.h             (dunno)
11717                 revert/merge/sync to as it was before commit 
11718                 on Thu, 19 Jul 2001 10:15:51 -0700.
11719
11720 2001-11-25 [hoa]        0.6.5claws33
11721
11722         * src/main.c
11723                 processing mails at startup
11724
11725         * src/folderview.c
11726         * src/summaryview.[ch]
11727                 processing mails when entering folder
11728
11729         * src/prefs_filtering.c
11730                 fixed some UI bugs
11731
11732 2001-11-24 [alfons]     0.6.5claws32
11733
11734         * src/summaryview.[ch]
11735                 make summary sort headers work, and also make
11736                 sure the sort type is stored
11737
11738 2001-11-23 [alfons]     0.6.5claws31
11739
11740         * src/summaryview.[ch]
11741                 make lock work like mark
11742                 disallow deleting messages marked as locked
11743
11744 2001-11-23 [alfons]     0.6.5claws30
11745
11746         * src/gtkstext.c
11747         * src/compose.[ch]
11748         * src/Makefile.am
11749         * src/undo.[ch]
11750                 merge undo patch submitted by Jens
11751
11752 2001-11-23 [christoph]  0.6.5claws29
11753
11754         * src/.cvsignore
11755                 added ylwrap
11756         * src/compose.c
11757                 fixed gpg signing and encoding
11758         * src/folder.[ch]
11759         * src/main.c
11760                 added --status option to get new, unread and total
11761                 message count from a running sylpheed
11762         * src/prefs_common.c
11763                 temporary fix for reply_with_quote problem
11764                 (don't call functions for non existing widget)
11765         * src/procmsg.c
11766                 one more check for ignored threads but still not
11767                 always working correctly. probably a recursive
11768                 check for all parents is needed
11769
11770 2001-11-23 [darko]      0.6.5claws28
11771
11772         * src/compose.c
11773                 wrapping on send improvements
11774         * src/gtkutils.[ch]
11775                 fix for GtkSText after last sync with main branch
11776                 GTK_TEXT -> GTK_STEXT
11777
11778 2001-11-23 [paul]       0.6.5claws27
11779
11780         * sync with sylpheed 0.6.5cvs14
11781                 see ChangeLog entries 2001-11-22 and 2001-11-23
11782                 
11783         * po/de.po
11784                 fixed the scrambled umlauts 
11785                 submitted by Carsten Schurig <Carsten.Schurig@web.de>
11786
11787 2001-11-21 [paul]       0.6.5claws26
11788
11789         * sync with sylpheed 0.6.5cvs12
11790                 see 2nd ChangeLog entry dated 2001-11-20
11791
11792 2001-11-20 [paul]       0.6.5claws25
11793
11794         * sync with sylpheed 0.6.5cvs11
11795                 see ChangeLog entry 2001-11-19 (src/utils.c)
11796
11797 2001-11-20 [hiro]
11798
11799         * src/compose.c
11800                 GTK_TEXT -> GTK_STEXT
11801                 fix for wrong comment
11802
11803 2001-11-20 [hiro]       0.6.5claws24
11804
11805         * src/compose.[ch]
11806                 more merges from main branch
11807                 removed fatal warnings (uninitialized variables etc.)
11808                 some coding style fix
11809         * src/gtkutils.h
11810                 fixed typo.
11811         * src/addressbook.c
11812           src/addrindex.c
11813                 V-Card -> vCard
11814
11815 2001-11-19 [hoa]        0.6.5claws23
11816
11817         * src/filtering.c
11818         * src/prefs_scoring.c
11819         * src/matcher.[ch]
11820         * src/scoring.c
11821                 cleaning code
11822
11823         * src/matcher_parser_parse.y
11824         * src/prefs_filtering.c
11825                 bouncing
11826
11827 2001-11-19 [alfons]     0.6.5claws22
11828
11829         more of my old things into claws
11830
11831         * src/Makefile.am
11832         * src/prefs_common.c
11833         * src/procmsg.h
11834         * src/summaryview.[ch]
11835         * src/prefs_summary_column.c
11836         * src/pixmaps/locked.xpm
11837                 add indicators for locking of message in summary view
11838                 (does not work yet, only visual indicator)
11839
11840 2001-11-19 [paul]       0.6.5claws21
11841
11842         * sync with sylpheed 0.6.5cvs10
11843                 see ChangeLog entry 2001-11-19
11844
11845 2001-11-18 [alfons]     0.6.5claws20
11846         
11847         * src/filtering.c
11848                 remove an inadvertent free I forgot in previous clean up 
11849
11850 2001-11-18 [alfons]     0.6.5claws19
11851
11852         * src/filtering.[ch]
11853                 clean up & plug leaks
11854
11855 2001-11-18 [paul]       0.6.5claws18
11856
11857         * sync with sylpheed 0.6.5cvs9
11858                 see ChangeLog entries 2001-11-17 and 2001-11-18
11859
11860 2001-11-16 [paul]       0.6.5claws17
11861
11862         * sync with sylpheed 0.6.5cvs8
11863                 see ChangeLog entry 2001-11-16, src/grouplistdialog.c
11864
11865 2001-11-16 [paul]       0.6.5claws16
11866
11867         * sync with sylpheed 0.6.5cvs7
11868                 see ChangeLog entries 2001-11-15 and 2001-11-16
11869
11870 2001-11-15 [hoa]        0.6.5claws15
11871
11872         * src/compose.c
11873                 fix bounce, mails we received couln't be bounced to ourself.
11874
11875         * src/defs.h
11876         * src/filtering.[ch]
11877         * src/matcher.[ch]
11878         * src/matcher_parser.h
11879         * src/matcher_parser_lex.l
11880         * src/matcher_parser_parse.y
11881         * src/inc.c
11882         * src/main.c
11883         * src/mbox.c
11884         * src/prefs_filtering.[ch]
11885         * src/mainwindow.c
11886         * src/prefs_matcher.c
11887         * src/prefs_scoring.c
11888         * src/scoring.[ch]
11889         * src/summaryview.c
11890                 new matcher/filter/score configuration file parser
11891                 one unique configuration file => ~/.sylpheed/matcherrc
11892                 import in currently automatic, then save are made
11893                 in this new file.
11894                 one filter per folder and one global filter
11895                 (filter of a folder will be used as folder processing)
11896
11897         * src/folder.c
11898                 fix a bug in folder_item_get_identifier
11899                 
11900         * src/messageview.c
11901                 receive receipt return are fixed.
11902
11903 2001-11-14 [alfons]     0.6.5claws14
11904
11905         * src/session.h
11906                 add things from main branch to make claws compile
11907
11908 2001-11-14 [paul]       0.6.5claws13
11909
11910         * merge with SYNC-B4-REL and sync with sylpheed 0.6.5cvs5
11911                 see ChangeLog entries 2001-11-08 to 2001-11-14
11912
11913 2001-11-14 [hoa] 0.6.5claws12
11914
11915         * src/compose.[ch]
11916         * src/mainwindow.c
11917         * src/summaryview.c
11918                 add "bounce mail" option
11919
11920 2001-11-13 [christoph]  0.6.5claws11
11921
11922         * src/compose.c
11923                 Cleanup a mess i add before commiting
11924
11925 2001-11-13 [hoa]        0.6.5claws10
11926
11927         * src/compose.c
11928                 some fixes when mail are sent or
11929                 for crossposts
11930
11931 2001-11-13 [christoph]  0.6.5claws9
11932
11933         * po/de.po
11934                 Changed two string with the same translation
11935         * src/compose.c
11936         * src/procmsg.[ch]
11937         * src/send.[ch]
11938                 New mailsending process:
11939                   - Always queue message before sending
11940                     (message will be saved if sylpheed crashed or
11941                      freezes while sending)
11942                   - Allow queuing of newspostings
11943                   - No copy in outbox before sending
11944                     (closes bug #469501)
11945                   - No more redundant code for send and send_later
11946         * src/summaryview.c
11947                 Applied wwp <subscript@free.fr>'s patch that fixes
11948                 marks for multiple forwarded messages (+compose.c)
11949
11950 2001-11-12 [alfons]
11951
11952         * README.claws
11953                 remove things that are now in main branch
11954         
11955         * po/nl.po
11956                 update Dutch translation
11957
11958 2001-11-12 [mhadasht]   0.6.5.claws8
11959
11960         * src/prefs_common.c
11961                 re-enabled account autoselection feature for forward
11962                 and reedit lost during the branch point for SYNC-B4-REL
11963         * src/gtkspell.c
11964                 gtkpspell_get_dict(): more readable code (even if function is
11965                 not used yet)
11966         * ChangeLog.claws
11967                 added version number info to 2001-11-12 [hiro] comment.
11968
11969 2001-11-12 [hiro]       0.6.5.claws7
11970
11971         * src/compose.c
11972                 compose_forward(): fixed a bug that forward quote mark
11973                 wasn't used.
11974                 removed unnecessary code.
11975         * src/template_select.[ch]: removed.
11976
11977 2001-11-11 [alfons]
11978
11979         * src/compose.c
11980                 :%s/GTK_TEXT/GTK_STEXT/g
11981         
11982         * src/compose.[ch]
11983         * src/undo.[ch]
11984         * src/Makefile.am
11985                 revert the undo stuff (this is 0.6.6claws stuff)
11986
11987 2001-11-11 [hoa]        0.6.5.claws6
11988
11989         * src/compose.[ch]
11990                 Insert signature at the end of the text.
11991                 Added undo patch but currently disabled
11992
11993         * src/procmsg.c
11994                 Threading by subject improved.
11995
11996         * added src/undo.[ch]
11997                 Undo module for compose dialog box.
11998
11999 2001-11-11 [alfons]     0.6.5.claws5
12000
12001         * src/procmsg.c
12002                 prevent threading by subject on nodes that have already been
12003                 threaded by in-reply-to (as in "circular references in a tree
12004                 result in a dead branch")
12005
12006 2001-11-09 [hoa]        0.6.5.claws4
12007         
12008         * src/folderview.c
12009                 allows creation of mbox folder item from any files.
12010
12011 2001-11-09 [alfons]     0.6.5.claws3
12012         
12013         * src/utils.c
12014         * src/procmsg.c
12015                 do what I mean and correct threading by subject so it really
12016                 ignores attracting lines without "Re: "
12017
12018 2001-11-07 [alfons]     0.6.5.claws2
12019
12020         * src/procmsg.c
12021         * src/utils.[ch]
12022                 only attract by subject if a subject line starts with a "Re: "
12023         * src/syldap.c
12024                 remove warning
12025
12026 2001-11-07 [paul]       0.6.5claws1
12027
12028         * sync with sylpheed 0.6.5. release
12029                 see ChangeLog entry 2001-11-07
12030
12031 2001-11-07 [paul]       0.6.4claws31
12032
12033         * sync with sylpheed 0.6.4cvs18
12034                 see ChangeLog entries 2001-10-30 to 2001-11-07
12035                 prefs_templates.[ch] renamed prefs_template.[ch]
12036
12037 2001-11-06 [alfons]
12038         
12039         * src/utils.h
12040                 add semicolon Hoa forgot ;-)
12041                 
12042
12043 2001-11-06 [hoa]        0.6.4claws30
12044         
12045         * src/procmsg.c
12046         * src/summaryview.c
12047         * src/utils.c
12048         * src/utils.h
12049                 threading by subject - empty subject are ignored
12050
12051 2001-11-06 [christoph]  0.6.4claws29
12052
12053         * src/socket.c
12054                 use SSL_peek for sock_gets
12055         * src/utils.c
12056                 removed unneeded pointer in extracting quoted
12057                 names implementation
12058
12059 2001-11-06 [melvin]     0.6.4claws28
12060
12061         * src/gtkspell.c
12062                 fixed bug #476792 Selection overtyping with spell checker
12063                 fixed bug which could cause a buffer overflow
12064                 fixed a memory leak
12065
12066 2001-11-06 [hoa]        0.6.4claws27
12067         
12068         * src/procmsg.c
12069         * src/summaryview.c
12070                 threading by subject
12071
12072 2001-11-05 [alfons]     0.6.4claws26
12073         
12074         * README.claws
12075                 Claws -> Sylpheed (vice versa)
12076
12077         * src/compose.c
12078                 :%s/gtk_text/gtk_stext/g
12079                 :%s/GTK_TEXT/GTK_STEXT/g
12080                 (thanks to Jonathan Ware for spotting this)
12081
12082 2001-11-04 [christoph]  0.6.4claws25
12083
12084         * src/summaryview.c
12085                 replace Xalloca + strdup with Xstrdup_a
12086         * src/utils.c
12087                 better implementation of extracting quoted names
12088                 from addresses (remove backlashes and ignore
12089                 quotes after them)
12090
12091 2001-11-04 [alfons]     0.6.4claws24
12092
12093         * src/utils.[ch]
12094                 edit to comply more with coding style
12095
12096         * src/textview.c
12097                 fix bug reported by Kim Schulz. introduced by the patch integrated
12098                 in 0.6.4claws15. the code did not check the return value of
12099                 the html parser.
12100
12101         * AUTHORS
12102                 add Jonathan Ware and close "[ #475955 ] Enhanced Mailto Patch"
12103
12104 2001-11-04 [christoph]  0.6.4claws23
12105
12106         * src/main.c
12107         * src/prefs_common.[ch]
12108                 init some pointers that possibly caused a segfault
12109                 reported in the claws-users ML
12110
12111 2001-11-04 [hoa]        0.6.4claws22
12112
12113         * src/grouplistdialog.c
12114                 change the names of the nodes in the tree
12115
12116         * src/compose.c
12117                 enhanced mailto syntax as described in
12118                 http://developer.netscape.com/viewsource/husted_mailto/mailto.html
12119                 (thanks to Jonathan Ware <jonathan_ware@gmx.co.uk>)
12120
12121         * src/utils.c
12122                 encode and decode URI (useful when opening URL into
12123                 netscape).
12124
12125 2001-11-03 [hoa]        0.6.4claws21
12126
12127         * src/grouplistdialog.c
12128                 a new newsgroups list selection dialog box
12129                 with a CTree instead of a CList
12130
12131 2001-11-03 [hoa]        0.6.4claws20
12132
12133         * src/folderview.c
12134                 enable property and scoring options when right
12135                 click on "inbox"
12136
12137         * src/summaryview.c
12138                 fixed bug when nickname were displayed using
12139                 the address book.
12140
12141 2001-11-02 [darko]      0.6.4claws19
12142
12143         * src/compose.c
12144                 new wrap quotation and URL/long words wrapping implementation
12145         * src/compose.c src/gtkstext.[ch]
12146                 move gtkstext_strncmp() to gtkstext.c
12147
12148 2001-11-01 [christoph]  0.6.4claws18
12149
12150         * src/prefs_account.c
12151                 fixed mess in account settings dialog
12152         * src/prefs_folder_item.c
12153                 added label with folder path to dialog
12154
12155 2001-10-31 [match]      0.6.4claws17
12156
12157         * src/vcard.c
12158                 fix memory leak.
12159         * src/addrbook.c
12160                 fix generation of spurious address book file names.
12161                 remove redundant functions.
12162         * po/POTFILES.in
12163                 added missing file names.
12164
12165 2001-10-30 [paul]       0.6.4claws16
12166
12167         * sync with sylpheed 0.6.4cvs6
12168                 see ChangeLog entries 2001-10-26 to 2001-10-30
12169
12170         * tools/filter_conv.pl
12171                 read folderlist.xml to discover whether the top-level
12172                 folder is called 'Mailbox' or 'Mail' 
12173
12174 2001-10-29 [paul]       0.6.4claws15
12175
12176         * src/html.c, src/textview.c
12177                 activate links in html mail and fix clickable parts
12178                 Submitted by Matthieu Dazy <dazy@t-surf.com>
12179
12180 2001-10-29 [paul]
12181
12182         * po/de.po, po/es.po, po/pt_BR/po
12183                 updated translations, submitted by Jens Oberender,
12184                 Ricardo Mones Lastra, and Fabio Junior Beneditto
12185
12186 2001-10-29 [darko]      0.6.4claws14
12187
12188         * src/compose.c
12189                 fix wrapping for good
12190
12191 2001-10-29 [darko]
12192
12193         * src/compose.c
12194                 undo previous change as it broke the smart wrapping
12195
12196 2001-10-29 [darko]      0.6.4claws13
12197
12198         * src/compose.c
12199                 fix infinite loop when long URL is quoted
12200                 (closes bug #475122.
12201
12202 2001-10-28 [match]
12203
12204         * src/mutt.[ch] src/importmutt.[ch] src/mgutils.[ch] src/addressbook.c src/Makefile.am
12205                 import Mutt address book
12206         * src/ldif.[ch] src/importldif.h
12207                 modified import LDIF handle user attributes
12208
12209 2001-10-28 [christoph]  0.6.4claws12
12210
12211         * src/summaryview.c
12212                 fixed that filtering did not work if there
12213                 were no filter rules
12214                 (closes bug #472003 and better implementation
12215                  of patch #474644)
12216
12217 2001-10-27 [christoph]  0.6.4claws11
12218
12219         * src/compose.c
12220                 make the folder's default account to be used when
12221                 replying. (patch by wwp <subscript@free.fr>)
12222         * src/compose.c
12223                 code cleanup, nearly killed all of wwp's patch
12224                 for folder's default account in compose
12225         * src/folderview.c
12226                 error panel when a folder could not be created
12227                 (closes bug #471080 new folder name & already
12228                  existing file)
12229
12230 2001-10-26 [alfons]
12231
12232         * src/utils.h
12233                 change prototype of strstr2() that Christoph forgot about
12234
12235 2001-10-26 [christoph]  0.6.4claws10
12236
12237         * src/account.c
12238                 made search for accounts by email address not case
12239                 sensitive
12240         * src/folder.c
12241                 fixed memory leak in folder_item_get_identifier
12242         * src/gtkspell.c
12243         * src/utils.c
12244                 fixed wrong strstr2 (should work like strstr)
12245
12246 2001-10-26 [darko]      0.6.4claws9
12247
12248         * src/compose.c src/gtkstext.[ch]
12249         * src/gtkstext.c
12250                 move is_url_string() and gtkstext_str_strcmp() to gtkstext.c
12251
12252 2001-10-26 [paul]       0.6.4claws8
12253
12254         * src/html.c
12255                 ignore css and javascript tags in html mail
12256                 case-insensitive, with or without double-quoted
12257                 strings
12258
12259 2001-10-26 [paul]       0.6.4claws7
12260
12261         * sync with sylpheed 0.6.4cvs1
12262                 see ChangeLog entry 2001-10-26
12263
12264         * src/prefs_account.c, src/prefs_common.c,
12265           src/prefs_summary_column.c
12266                 minor improvements to the English
12267
12268 2001-10-25 [alfons]     0.6.4claws6
12269
12270         * src/gtkstext.c
12271         
12272                 make GtkSText follow style of GtkText (closes bug 
12273                 #469211 "text selection while writing message")
12274                 
12275                 do sync with GTK 1.2.10
12276
12277 2001-10-25 [paul]       0.6.4claws5
12278
12279         * src/html.c
12280                 ignore css tags in html mail
12281
12282 2001-10-25 [darko]      0.6.4claws4
12283
12284         * src/compose.c
12285                 don't declare is_url_string as static function since
12286                 we need it in gtkstext.c
12287         * src/gtkstext.c
12288                 remove unused variable
12289                 don't wrap long URLs while composing a message
12290
12291 2001-10-24 [christoph]  0.6.4claws3
12292
12293         * src/socket.c
12294                 fix ssl deadlock, when peer closes connection
12295
12296 2001-10-24 [paul]       0.6.4claws2
12297
12298         * src/prefs_common.c
12299                 gettextize the gpg ascii-armored warning message
12300
12301         * src/compose.c
12302                 insert a DOS/MAC file into the composed message
12303                 (improvements)
12304
12305         * Both submitted by Thierry Godefroy <godefroy@imaginet.fr>
12306
12307 2001-10-22 [paul]       0.6.4claws1
12308
12309         * sync with sylpheed 0.6.4 release
12310                 see ChangeLog entries 2001-10-21
12311
12312         * po/fr.po, po/pt_BR.po
12313                 updated by Melvin Hadasht and Fabio Junior Beneditto
12314
12315 2001-10-21 [paul]       0.6.3claws30
12316
12317         * src/compose.c
12318                 insert a DOS text file from the compose window
12319                 into the composed message text (removes CRs characters)
12320                 Submitted by Thierry Godefroy <godefroy@imaginet.fr>
12321
12322         * tools/filter_conv.pl, tools/README
12323                 automatically use ~/.sylpheed as working directory
12324                 print out confirmation message on completion
12325
12326         * correct Hoa's last ChangeLog.claws entry
12327
12328 2001-10-20 [hoa]        0.6.3claws29
12329
12330         * src/grouplistdialog.c
12331                 bugfix (another ?) to give the right
12332                 newsgroups list for each news server.
12333
12334         * src/news.c
12335         * src/news.h
12336                 improve the newsgroups list cache
12337
12338 2001-10-20 [paul]       0.6.3claws28
12339
12340         * sync with sylpheed 0.6.3cvs9
12341                 see ChangeLog entry 2001-10-19
12342
12343         * correct Alfons' last ChangeLog.claws entry
12344
12345 2001-10-19 [alfons]
12346
12347         * src/pgptext.[ch]
12348                 fix compilation problems (part of bug #472895)
12349
12350 2001-10-18 [hoa]        0.6.3claws27
12351
12352         * src/grouplistdialog.c
12353                 bugfix when we refresh was clicked (bug 472701)
12354
12355 2001-10-19 [christoph]  0.6.3claws26
12356
12357         * src/compose.c
12358                 last header entry should default to "To:" or
12359                 "Newsgroups:" and not copy the last entry line
12360                 in a new compose window
12361                 (closes bug #472686, #470792)
12362
12363 2001-10-19 [paul]       0.6.3claws25
12364
12365         * sync with Sylpheed 0.6.3cvs8
12366                 see ChangeLog entries 2001-10-18 and 2001-10-19
12367
12368 2001-10-18 [christoph]  0.6.3claws24
12369
12370         * src/procmsg.c
12371                 reimplement ignore thread
12372         
12373 2001-10-18 [hoa]        0.6.3claws23
12374
12375         * src/folderview.c
12376         * src/grouplistdialog.[ch]
12377                 enhanced news subscription interface (feature 469113)
12378
12379         * src/news.c
12380         * src/news.h
12381                 enchanced newsgroup listing,
12382                 now, we can get groups informations
12383                 (NNTPGroupInfo)
12384
12385 2001-10-18 [paul]       0.6.3claws22
12386
12387         * src/summaryview.c
12388                 remove comment (sync with main branch)
12389         * src/mainwindow.c
12390                 fix 'Re-edit' bug in 'Message' menu
12391
12392 2001-10-17 [christoph]  0.6.3claws21
12393
12394         * src/compose.c
12395                 ignore empty or whitespace only header lines
12396
12397 2001-10-17 [paul]       0.6.3claws20
12398
12399         * sync with sylpheed 0.6.3cvs7
12400                 see ChangeLog entries 2001-10-14, 2001-10-16, and
12401                 2001-10-17
12402
12403 2001-10-17 [darko]
12404
12405         * src/compose.c
12406                 wrap long lines without spaces
12407                 don't wrap URLs
12408
12409 2001-10-16 [paul]
12410
12411         * po/es.po, po/nl.po, po/pt_BR.po
12412                 updated by Ricardo Mones Lastra, Alfons,
12413                 and Fabio Junior Beneditto
12414
12415         * sylpheed-0.6.3claws released
12416
12417 2001-10-15 [melvin] 0.6.3claws18
12418
12419         * README.claws
12420                 added summary and detailed installation instructions
12421                 for spell checker
12422         * po/fr.po
12423                 Updated, corrected and completed french translation
12424
12425 2001-10-15 [hoa] 0.6.3claws17
12426         * src/grouplistdialog.c
12427                 we can choose the newsgroups to display with wildcards
12428
12429 2001-10-15 [christoph]  0.6.3claws16
12430
12431         * src/account.c
12432         * src/compose.c
12433         * src/prefs_folder_item.[ch]
12434                 applied wwp <subscript@free.fr>'s folder
12435                 default account patch
12436         * po/de.po
12437                 Fixed wrong translation
12438
12439 2001-10-13 [alfons, christoph, melvin]  
12440                         0.6.3claws15
12441
12442         solution #2 to solve MT-safety problems defers all GUI related calls
12443         to the main thread using a gtk_idle_add() callback. discussed on
12444         ircnet #sylpheed, with christoph spotting some issues with the
12445         original code, and melvin allowing us to lobotomize his sylpheed.
12446
12447         * src/syldap.[ch], src/main.c
12448                 fix race problem in ldap search thread by deferring GUI 
12449                 stuff to main thread using gtk_idle_add()
12450
12451 2001-10-13 [paul]       0.6.3claws14
12452
12453         * src/prefs_account.[ch], src/send.c, src/smtp.[ch]
12454                 add Sergey's smtpcred.patch
12455                 adds separate username/password setting for SMTP Auth
12456                 needed by some servers
12457                 (closes feature request #471659)
12458
12459 2001-10-13 [paul]       0.6.3claws13
12460
12461         * src/pgptext.[ch] **NEW FILES**
12462         * src/Makefile.am, src/messageview.c, src/mimeview.c
12463                 decrypt ascii-armored gpg text embedded in
12464                 the message body.
12465                 Submitted by Jens Jahnke <jan0sch@gmx.net>
12466
12467 2001-10-13 [christoph]  0.6.3claws12
12468
12469         * README.claws
12470                 some more details on default to and
12471                 feature requests
12472         * src/main.c
12473                 init glib threading when ldap is used
12474         * src/syldap.c
12475                 threading fixes
12476         * po/de.po
12477                 fixed a typo
12478
12479 2001-10-12 [paul]       0.6.3claws11
12480
12481         * src/prefs_common.[ch], src/rfc2015.c
12482                 enable ascii-armored gpg text to be embedded in the
12483                 message body, selectable through the 'Privacy'
12484                 preferences. Supports encrypting only.
12485                 Submitted by Ravemax <ravemax@dextrose.com>
12486
12487 2001-10-12 [paul]       0.6.3claws10
12488
12489         * sync with sylpheed 0.6.3cvs6
12490                 see ChangeLog entries 2001-10-11 and 2001-11-12
12491
12492         * src/folderview.c
12493                 incorporated mbox folders, scoring, and folder
12494                 properties into the sync
12495
12496 2001-10-12 [darko]      0.6.3claws9
12497
12498         * README.claws
12499                 describe quotation wrapping
12500         * src/compose.c
12501                 don't treat tab as space to calculate line length properly
12502
12503 2001-10-11 [alfons]
12504
12505         * README.claws
12506                 correct description of how to make new filtering system work,
12507                 add some other things
12508                 
12509         * src/syldap.c
12510                 remove sched_yield() (not necessary / unportable)
12511
12512 2001-10-11 [paul]       0.6.3claws8
12513
12514         * sync with sylpheed 0.6.3cvs3
12515                 see ChangeLog entry 2001-10-10
12516
12517 2001-10-10 [christoph]  0.6.3claws7
12518
12519         * .cvsignore
12520                 ignore 2 files created by newer autotools
12521         * src/prefs_folder_item.c
12522                 using table for widget alignment
12523                 fixed memory leak and broken octal display
12524         * src/filesel.c
12525                 fixed segfault caused by lost filename
12526                 workaround (closes bug #469551)
12527
12528 2001-10-10 [paul]       0.6.3claws6
12529
12530         * sync with sylpheed 0.6.3cvs2
12531                 see ChangeLog entries 2001-10-09 and 2001-10-10
12532
12533 2001-10-10 [darko]      0.6.3.claws5
12534
12535         * src/gtkstext.c
12536                 proper calculation of right margin if smart wrapping is enabled
12537         * src/compose.c
12538                 automatically wrap long lines if wrap quotation is enabled
12539
12540 2001-10-09 [alfons]     0.6.3.claws4
12541
12542         * src/summaryview.c
12543                 select correct row when deleting last row in the summary view (and
12544                 close bug "[ #469104 ] select second last in list when deleting")
12545
12546 2001-10-09 [paul]       0.6.3claws3
12547
12548         * sync with sylpheed 0.6.3cvs1
12549                 updated some autotool scripts
12550
12551 2001-10-09 [darko]      0.6.3claws2
12552
12553         * src/gtkstext.[ch]
12554                 new name and mark with Sylpheed comment
12555         * src/compose.c
12556                 smart quotation wrapping a-la VIM
12557
12558 2001-10-08 [paul]       0.6.3claws1
12559
12560         * sync with sylpheed 0.6.3 release
12561                 see ChangeLog entry 2001-10-08
12562
12563 2001-10-08 [paul]       0.6.2claws24
12564
12565         * src/summaryview.c
12566                 more sync with sylpheed 0.6.2cvs12
12567                 Fixed the bug that didn't select the last row correctly
12568
12569
12570 2001-10-07 [paul]       0.6.2claws23
12571
12572         * sync with sylpheed 0.6.2cvs12
12573                 see ChangeLog entry 2001-10-07
12574
12575 2001-10-06 [match]
12576         * src/jpilot.[ch]
12577                 enable jpilot to read unsynch'ed addresses.
12578
12579         * src/editldap_basedn.c
12580                 fix segfault when opening dialog.
12581
12582 2001-10-06 [alfons]     0.6.2.claws22
12583
12584         * src/summaryview.c
12585                 fix bug with summary view selecting last *inserted*
12586                 node instead of last *visible* node. remember we
12587                 work with a tree
12588
12589 2001-10-06 [paul]       0.6.2claws21
12590
12591         * po/pt_BR.po
12592                 updated translation, contains some fixes and new
12593                 translations, submitted by Gustavo Noronha Silva
12594                 <kov@debian.org>
12595
12596         * src/prefs_common.c
12597                 change 'each' to 'every' - fix dubious English
12598
12599         * sync with sylpheed 0.6.2cvs11
12600
12601 2001-10-05 [alfons]     0.6.2claws20
12602
12603         * src/mainwindow.[ch], src/folderview.c
12604                 make composite tool button switch between "Compose News"
12605                 and "Compose Mail" depending on selected folder
12606                 (nifty idea by Kim Schulz <kim@schulz.dk>)
12607
12608 2001-10-05 [paul]       0.6.2claws19
12609
12610         * src/mainwindow.c, src/summaryview.c
12611                 fix 'Message/Reply to all', broken in last commit
12612
12613         * src/compose.c
12614                 fix X_BEENTHERE seg fault, thanks to Alfons
12615
12616 2001-10-04 [paul]       0.6.2claws18
12617
12618         * src/compose.[ch], src/mainwindow.c
12619                 make "Message/Reply" reply to mailing lists; matches
12620                 'X-Mailing-list:' and 'X-BeenThere:' ML headers.
12621                 based on portions of the patch submitted by
12622                 Junichi Uekawa <dancer@netfort.gr.jp>
12623
12624 2001-10-04 [darko]      0.6.2claws17
12625
12626         * src/compose.c
12627                 better smart wrapping
12628         * src/gtkstext.[hc]
12629                 a function to make text buffer contiguous
12630
12631 2001-10-03 [paul]       0.6.2claws16
12632
12633         * sync with sylpheed 0.6.2cvs10
12634
12635 2001-10-02 [alfons]
12636
12637         * configure.in
12638         * po/zh_CN.GB2312.po, po/zh_TW.Big5.po
12639                 close bug "[ #466566 ] compile error on mdk 8.0" by removing
12640                 references to chinese translations (hope someone picks up
12641                 this)
12642
12643 2001-10-02 [christoph]  0.6.2claws15
12644
12645         * src/compose.c
12646                 fixed non translated header bug
12647         * ChangeLog.claws
12648                 fixed wrong date in alfons last entry ;)
12649
12650 2001-10-02 [alfons]     0.6.2claws14
12651
12652         * src/compose.c, src/prefs_common.[ch]
12653                 add block cursor option
12654
12655 2001-10-02 [paul]       0.6.2claws13
12656
12657         * sync with sylpheed 0.6.2cvs9
12658
12659 2001-09-30 [paul]       0.6.2claws12
12660
12661         * po/de.po, po/es.po, po/fr.po, po/nl.po, po/pt_BR.po
12662                 updated translations
12663
12664         * po/POTFILES.in
12665                 add 'src/importldif.c'
12666
12667         * AUTHORS, tools/README, tools/eud2gc.py, tools/Makefile.am
12668                 added eudora-to-vCard conversion tool
12669                 submitted by Jeroen Versteeg <j.m.versteeg@student.utwente.nl>
12670
12671         * sync with sylpheed 0.6.2cvs8
12672
12673 2001-09-30 [paul]
12674
12675         * sylpheed-0.6.2claws released
12676
12677 2001-09-27 [melvin]     0.6.2claws11
12678
12679         * src/gtkspell.c
12680                 fixed crash when using default path (introduced 
12681                 in 0.6.2claws10)
12682                 fixed tiny bug for initial suggestion mode
12683
12684 2001-09-27 [melvin]     0.6.2claws10
12685         
12686         * src/gtkspell.c
12687                 fixed bug where gtkpspell didn't set the path correctly
12688
12689         * README.claws
12690                 added a paragraph about spell checking
12691                 
12692
12693
12694 2001-09-27 [paul]       0.6.2claws9
12695
12696         * src/addrbook.c, src/addrcache.c, src/addritem.c, src/jpilot.c
12697                 replace '// comments' with '/* comments */' to prevent
12698                 some compiler warnings 
12699
12700         * sync with sylpheed 0.6.2cvs6
12701
12702 2001-09-26 [alfons]     0.6.2claws8
12703
12704         * src/messageview.c
12705                 introduce return receipt request notification again,
12706                 which was lost because of other semantics in 
12707                 procheader_parse() (???)
12708
12709 2001-09-26 [christoph]  0.6.2claws7
12710
12711         * src/compose.c
12712                 replace comments for old code with #if 0
12713                 readded auto cc, bcc and reply-to
12714         * src/prefs_matcher.c
12715         * src/prefs_scoring.c
12716                 removed some definition (was moved to
12717                 prefs.h)
12718
12719 2001-09-26 [paul]       0.6.2claws6
12720
12721         * src/mainwindow.c
12722                 make 'Follow-up and reply to' sensitive
12723
12724         * more sync with sylpheed 0.6.2cvs5
12725
12726 2001-09-25 [melvin]
12727
12728         * 0.6.2claws5
12729
12730         * src/gtkspell.c
12731                 fixed bug for "US-ASCII" introduced by the encoding code
12732
12733 2001-09-25 [paul]
12734
12735         * 0.6.2claws4
12736
12737         * src/prefs_common.[ch], src/summaryview.c
12738                 'next unread msg' 'go to next folder?' dialog can be
12739                 given default behaviour, either always show dialog,
12740                 or assume 'yes', or assume 'no'
12741                 Submitted by wwp <subscript@free.fr>
12742
12743 2001-09-25 [melvin]
12744                 
12745         * src/compose.c src/gtkspell.[ch]
12746                 added support for different encodings
12747
12748 2001-09-25 [paul]
12749
12750         * more sync with sylpheed 0.6.2cvs5
12751
12752 2001-09-24 [alfons]
12753         
12754         * src/prefs_folder_item.c
12755                 add check for item->prefs->default_to string is NULL and
12756                 add another check when freeing this string
12757
12758 2001-09-24 [paul]
12759
12760         * configure.in
12761                 change to version 0.6.2claws3
12762
12763         * sync with sylpheed 0.6.2cvs5 
12764
12765 2001-09-24 [match]
12766         * src/ldif.[ch], src/importldif.[ch], addressbook.c
12767                 import LDIF files.
12768         * src/addrcache.[ch], addrindex.[ch]
12769                 small update for future
12770         * src/addrbook.c
12771                 fix test XML file.
12772
12773 2001-09-24 [melvin]
12774         * src/gtkspell.[ch]
12775                 added 'Learn from mistakes' option
12776                 better handling of quotes in checked words
12777                 sorted dict list
12778         * po/fr.po
12779                 small update for spell checking stuff
12780
12781 2001-09-23 [alfons]
12782         
12783         * src/gtkspell.c
12784                 edit a little bit so it complies more with main coding style
12785
12786 2001-09-23 [alfons]
12787
12788         * src/folder.[ch], prefs_folder_item.c, compose.c
12789                 migrate "request return receipt" folder property
12790                 to folderlist.xml
12791
12792 2001-09-22 [alfons]
12793
12794         * README.claws **NEW**
12795                 (add things of interest for users of main branch 
12796                 and claws here)
12797
12798         * src/folder.[ch], src/mainwindow.c, src/summaryview.c
12799                 re-implement threading per folder option, but store 
12800                 the setting in folderlist.xml (where it belongs)
12801
12802 2001-09-21 [melvin]
12803
12804         * src/gtkspell.[ch]
12805                 fixed bug when compose window is under another window
12806         * src/prefs_common.[ch] src/compose.c
12807                 changed 'dictionary_path' to 'dictionary' to be consistent
12808                 dropped PSPELL_PATH macro (hard coded default to /usr/local/share/pspell)
12809         * ac/pspell.m4 src/Makefile.am 
12810                 dropped PSPELL_PATH macro
12811         * po/fr.po
12812                 updated translations
12813
12814 2001-09-21 [christoph]
12815
12816         * src/compose.c
12817                 added border around header fields
12818                 keep header type when new field is added
12819
12820 2001-09-20 [christoph]
12821
12822         * src/utils.[ch]
12823                 more portable debug_print with source filename
12824                 and linenumber
12825         * src/procmsg.c
12826                 more newlines after debug messages
12827
12828 2001-09-20 [paul]
12829
12830         * configure.in
12831                 change to version 0.6.2claws2
12832
12833         * sync with sylpheed 0.6.2cvs3
12834
12835 2001-09-19 [melvin]
12836
12837         * src/gtkspell.c
12838                 fixed the post-right-click focus pb
12839                 fixed crash when 'Spell check all' after dict change 
12840                         and when cursor is at the end of the text
12841                 shift-right-click pops up config menu even on misspelled words.
12842         * po/POTFILES.in
12843                 added gtkspell.c
12844
12845 2001-09-19 [melvin]
12846
12847         * src/about.c
12848                 added pspell to compiled-in features list
12849
12850 2001-09-18 [melvin]
12851
12852         * switched to pspell and dropped ispell
12853         * ac/pspell.m4
12854                 new file. autoconf macro for pspell
12855         * ac/Makefile.am 
12856         * configure.in acconfig.h
12857                 added pspell support
12858         * src/Makefile.am
12859         * src/main.c src/compose.[ch] src/gtkspell.[ch]
12860         * src/prefs_common.[ch] 
12861                 added pspell support
12862
12863 2001-09-18 [christoph]
12864
12865         * src/addr_compl.c
12866         * src/template.[ch]
12867                 replace LOG_MESSAGE with debug_print
12868         * src/compose.[ch]
12869                 gui improvements
12870         * src/menu.c
12871                 added newline after debug message
12872         * src/utils.h
12873                 using __VA_ARGS__ for debug_print macro
12874         * tools/.cvsignore
12875                 ignore Makefile and Makefile.in
12876
12877 2001-09-18 [paul]
12878
12879         * configure.in
12880                 change to version 0.6.2claws1
12881         * sync with sylpheed 0.6.2cvs1
12882
12883         * src/matcher.c 
12884         * src/prefs_matcher.c
12885                 add 'score equal to' option, submitted by
12886                 Paul Evans <nerd@freeuk.com>
12887
12888 2001-09-15 [christoph]
12889
12890         * src/mainwindow.c
12891                 comment out menu entry not existing in claws
12892         * src/menu.c
12893                 add debug output for non existing menu entries
12894         * src/summaryview.c
12895                 fix next/prev unread message for ignored threads
12896         * src/utils.[ch]
12897                 add sourcefile and line number to debug output
12898                 otherwise it is sometimes hard to find the
12899                 source code part if debug messages are translated
12900
12901 2001-09-14 [darko]
12902         
12903         * src/folderview.c
12904                 refresh target folder style after colour is changed
12905
12906 2001-09-13 [paul]
12907
12908         * configure.in
12909                 change to version 0.6.1claws3
12910
12911         * sync with sylpheed 0.6.1cvs6
12912
12913 2001-09-13 [darko]
12914         
12915         * src/folderview.c
12916                 fix target folder colourization to use user selected colour
12917
12918 2001-09-12 [darko]
12919         
12920         * src/summaryview.c
12921                 fix crash when message that is marked for copy/move is unmarked
12922
12923 2001-09-09 [paul]
12924
12925         * configure.in
12926                 change to version 0.6.1claws2
12927
12928         * sync with sylpheed 0.6.1cvs3
12929
12930 2001-09-09 [alfons]
12931         
12932         * src/folderview.c
12933                 fix bug with default font used for trash folder text
12934
12935 2001-09-06 [paul]
12936
12937         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
12938                 updated translations
12939
12940         * configure.in
12941                 change to version 0.6.1claws1
12942
12943         * sync with sylpheed 0.6.1cvs2
12944
12945 2001-09-03 [paul]
12946
12947         * po/POTFILES.in
12948                 add Match's new addressbook
12949
12950         * po/de.po
12951                 updated translation submitted by Jens Oberender
12952
12953 2001-09-02 [paul]
12954
12955         * configure.in
12956                 change to 0.6.1claws
12957         * sync with sylpheed 0.6.1 release
12958
12959 2001-09-02 [paul]
12960
12961         * configure.in
12962                 change to 0.6.0claws2
12963
12964         * sync with sylpheed 0.6.0cvs4
12965
12966         * po/pt_BR.po
12967                 updated translation submitted by Fabio Junior Beneditto
12968
12969 2001-09-01 [match]
12970         * pixmaps/
12971                 interface.xpm
12972                 book.xpm
12973                 address.xpm
12974         * src/
12975                 Makefile.am
12976                 a ton of new files
12977
12978 2001-08-31 [paul]
12979
12980         * configure.in
12981                 change to version 0.6.0claws1
12982
12983         * sync with sylpheed 0.6.0cvs1
12984
12985         * po/es.po
12986                 updated translation submitted by Ricardo Mones Lastra
12987
12988         * po/POTFILES.in
12989                 add 'src/prefs_templates.c'
12990
12991         * src/compose.c, src/summaryview.c
12992                 fix segfault on 'Re_edit'               
12993
12994 2001-08-30 [alfons]
12995
12996         * configure.in, Makefile.am
12997         * tools/Makefile.am
12998                 add tools directory to source distribution
12999
13000 2001-08-30 [paul]
13001
13002         * configure.in
13003                 change to version 0.6.0claws
13004
13005         * sync with sylpheed 0.6.0 release
13006
13007 2001-08-30 [christoph]
13008
13009         * configure.in
13010                 removed autoconf version check
13011
13012 2001-08-30 [paul]
13013
13014         * src/account.c, src/compose.c, src/prefs_common.[ch]
13015         * src/procheader.[ch] src/utils.[ch]
13016                 Enhanced automatic account selection on replies
13017                 Submitted by Melvin Hadasht <melvin.hadasht@free.fr>
13018
13019         * configure.in
13020                 add LDAP and JPilot to the configuration results output.
13021
13022 2001-08-29 [christoph]
13023
13024         * src/summeryview.c
13025                 no bold font for ignored threads
13026
13027 2001-08-29 [paul]
13028
13029         * configure.in
13030                 change to version 0.5.3claws6
13031
13032         * sync with sylpheed 0.5.3cvs10
13033                 src/stringtable.[ch]: New Files
13034
13035         * src/compose.c, src/gtkutils.c, src/gtkutils.h, src/mainwindow.c
13036         * src/pixmaps/sylpheed.xpm
13037                 add mini-icons to windows (by Alfons)
13038
13039 2001-08-27 [paul]
13040
13041         * src/mainwindow.c
13042                 new functions: next_labeled_cb(), prev_labeled_cb()
13043
13044         * src/summaryview.c
13045                 new functions: summary_find_next_labeled_msg(), summary_find_prev_labeled_msg(),
13046                 summary_select_next_labeled(), summary_select_prev_labeled()
13047
13048         * src/pixmaps/dir-close.xpm, src/pixmaps/dir-open.xpm, src/pixmaps/trash.xpm
13049                 give claws blue folders and a blue trash can
13050
13051 2001-08-27 [paul]
13052
13053         * configure.in
13054                 change to version 0.5.3claws5
13055
13056         * sync with sylpheed 0.5.3cvs9
13057                 src/labelcolors.[ch] renamed to src/colorlabel.[ch] 
13058
13059 2001-08-24 [christoph]
13060
13061         * src/filesel.c
13062                 keep filename when browsing directories
13063                 (not working for user entered filename, but
13064                  for default name and selected filename from
13065                  file list)
13066         * src/mainwindow.c
13067                 fixed wrong spelling "Folllow-up"
13068         * src/mbox_folder.c
13069         * src/procmsg.c
13070         * src/summaryview.c
13071                 fixed new/unread message count with ignored
13072                 threads (2 commits, first didn't notice no
13073                 longer needed decreasing)
13074         * src/inc.c
13075                 readded scrolling of progress dialog
13076                 (lost in sync)
13077
13078 2001-08-24 [paul]
13079
13080         * configure.in
13081                 change to 0.5.3claws4
13082
13083         * sync with sylpheed 0.5.3cvs7
13084
13085 2001-08-24 [christoph]
13086
13087         * src/compose.c
13088                 set request return receipt when replying
13089                 if it is set is the folder prefs of the
13090                 message
13091         * src/inc.c
13092                 disable final error popup if popups are
13093                 disabled in config (again)
13094
13095 2001-08-23 [paul]
13096
13097         * configure.in
13098                 Change version number to 0.5.3claws3
13099
13100         * sync with sylpheed 0.5.3cvs5
13101
13102         * src/mimeview.c
13103                 double quote '%s' in 'gedit %s' to fix bug when
13104                 opening attachment with spaces in the name
13105
13106 2001-08-22 [alte]
13107         * src/Makefile.am, src/compose.[ch], src/defs.h, src/mainwindow.c,
13108           src/prefs_templates.[ch], src/template.[ch], src/template_select.[ch]
13109                 initial message templates support
13110
13111
13112 2001-08-22 [paul]
13113
13114         * configure.in
13115                 change version number to 0.5.3claws2
13116
13117         * sync with sylpheed 0.5.3cvs4
13118
13119         * src/procmsg.h src/summaryview.c
13120                 re-implement (un)ignore thread
13121
13122 2001-08-21 [paul]
13123
13124         * src/summaryview.c
13125                 remove unnecessary code
13126         * src/compose.c
13127                 enable 'dynamic' signatures (submitted by
13128                 Eric Limpens <eric@hscg-internet.nl>)
13129
13130 2001-08-21 [paul]
13131
13132         clean up after sync with sylpheed 0.5.3 release
13133
13134         * src/folderview.c
13135                 fix re-introduced font mess, see Christoph's
13136                 entry 2001-06-24
13137
13138         * src/summaryview.c
13139                 remove prev_msgnum
13140                 use sylpheed's small font instead of
13141                 gtk default font for summary view
13142
13143
13144 2001-08-17 [paul]
13145
13146         * configure.in
13147                 add pl to ALL_LINGUAS - sync with main branch
13148
13149         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
13150                 Updated. Translations by Jens Oberender, Ricardo Mones
13151                 Lastra, Alfons, and Fabio Junior Beneditto respectively.
13152
13153         * po/pl.po  ** NEW FILE **
13154                 sync with the main branch
13155
13156         * src/folderview.c
13157                 fix target folder colorizing and refresh problem
13158
13159
13160 2001-08-17 [christoph]
13161
13162         * src/mainwindow.c
13163                 claws uses 4 colors for target folder coloring.
13164                 arrays were not long enough and destroyed the
13165                 stack causing a segfault.
13166                 target folder colorizing does not work anymore
13167                 for me
13168
13169 2001-08-16 [paul]
13170
13171         * configure.in
13172                 change to version 0.5.3claws1
13173
13174         * src/folder.h, src/folderview.[ch], src/gtkutils.[ch],
13175           src/inc.[ch], src/mainwindow.c, src/pop.c, src/prefs_account.c,
13176           src/prefs_common.[ch], src/summaryview.[ch], src/textview.c, src/utils.c
13177
13178                 sync with sylpheed 0.5.3 release, but keep claws method of
13179                 configuring/saving fonts
13180
13181         * src/addressbook.[ch]
13182                 rename addressbook_add_contact_by_menu() to addressbook_add_submenu()
13183                 in line with a similar change in Hiroyuki's branch
13184
13185         * src/mainwindow.[ch]
13186                 disable main_window_set_thread_option()
13187         * src/prefs_folder_item.c
13188                 comment out &tmps_prefs.enable_thread,
13189         * src/mbox_folder.c, src/procmsg.[ch]
13190                 comment out MSG_IS_IGNORE_THREAD
13191         * src/summaryview.c
13192                 comment out summary_ignore_thread() and summary_unignore_thread()
13193                 comment out MSG_IS_IGNORE_THREAD
13194
13195                 use Hiroyuki's threading instead.
13196
13197
13198
13199 2001-08-15 [paul]
13200
13201         * src/account.c
13202                 use Hiroyuki's 0.5.3 column scheme but also
13203                 include the enable/disable button.
13204         * src/pixmaps/mark.xpm
13205                 add Hiroyuki's amended pixmap
13206
13207 2001-08-13 [christoph]
13208
13209         * src/account.c
13210                 receive at get all column showed wrong state for APOP
13211                 button should only work for POP3 and APOP accounts
13212         * src/prefs_account.c
13213                 added missing preprocessor statement for SSL
13214
13215 2001-08-12 [paul]
13216
13217         * src/account.[ch]
13218                 add 'receive at get all' column and enable/disable
13219                 button.
13220
13221 2001-08-06 [christoph]
13222
13223         * src/account.c
13224                 show usage of SSL in protocol column
13225
13226         * src/imap.c
13227         * src/inc.c
13228                 renamed ssl options
13229
13230         * src/prefs_account.[ch]
13231                 moved ssl options to a new page
13232
13233         * src/send.c
13234         * src/smtp.c
13235         * src/ssl.[ch]
13236                 renamed ssl options
13237                 added support for SMTP STARTTLS command
13238
13239 2001-08-05 [christoph]
13240
13241         * configure.in
13242                 debian autoconf needs version check to find
13243                 correct autoconf version. if the file is
13244                 named configure.in 2.13 is used, which does
13245                 not work with this configure.in script.
13246                 other solution would be to rename the script
13247                 to configure.ac as suggested in the autoconf
13248                 manual.
13249
13250         * src/inc.c
13251                 disable final error popup if popups are
13252                 diabled in config
13253
13254         * src/socket.c
13255                 bugfix in ssl_gets
13256                 fixes IMAP over SSL problem
13257
13258 2001-08-03 [paul]
13259
13260         * configure.in
13261                 change to 0.5.2claws1
13262
13263         * sync with sylpheed 0.5.2cvs1
13264
13265 2001-08-02 [alfons]
13266
13267         * configure.in
13268                 quick fix for ispell detection...
13269
13270 2001-08-01 [paul]
13271
13272         * configure.in
13273                 change to 0.5.1claws4
13274
13275         * sync with sylpheed 0.5.1cvs7
13276
13277 2001-07-31 [alfons]
13278
13279         * src/prefs_common.c, src/prefs_common.h, 
13280           src/gtkspell.c, src/gtkspell.h
13281                 add global spelling checker settings (compose tab) +
13282                 selection of dictionary 
13283           
13284         * configure.in  
13285                 guess valid ispell location
13286
13287 2001-07-31 [paul]
13288
13289         * po/POTFILES.in
13290                 removal of 'src/quote_fmt_parse.c'
13291         * po/de.po
13292                 Updated de.po
13293                 (submitted by Jens Oberender <didge@suse.de>)
13294
13295 2001-07-31 [darko]
13296
13297         * src/folder.[ch]
13298         * src/folderview.[ch]
13299         * src/mainwindow.c
13300         * src/mh.c
13301         * src/prefs_common.[ch]
13302         * src/summaryview.c
13303                 target folder colourization
13304
13305 2001-07-30 [paul]
13306
13307         more sync with Sylpheed 0.5.1cvs6 
13308
13309 2001-07-30 [darko]
13310
13311         * src/mh.c
13312         * src/prefs_folder_item.[hc]
13313         * src/summaryview.c
13314                 shared folders support with a GUI
13315
13316 2001-07-29 [paul]
13317
13318         0.5.1claws3
13319
13320         * sync with Sylpheed 0.5.1cvs6
13321
13322 2001-07-29 [paul]
13323
13324         * po/pt_BR.po
13325                 updated
13326                 (submitted by Fabio Junior Beneditto)
13327
13328 2001-07-28 [paul]
13329
13330         * src/procmime.c
13331         * AUTHORS
13332                 patch to correct bad image mime headers
13333                 (submitted by Don Quijote <dq@searchlores.org>)
13334
13335 2001-07-28 [paul]
13336
13337         * tools/gif2xface.pl   **NEW FILE**
13338         * tools/README
13339                 script to convert file.gif to file.xface for
13340                 use in a custom header.
13341                 (submitted by Ricardo Mones Lastra <mones@aic.uniovi.es>)
13342
13343 2001-07-27 [alfons]
13344         
13345         * configure.in
13346                 change macros for detecting JPilot and LDAP
13347
13348 2001-07-27 [christoph]
13349
13350         * src/filtering.c
13351                 code cleanup (MIN / MAX warning, needed casting)
13352
13353 2001-07-27 [alfons]
13354
13355         * procheader.c
13356                 disallow setting flags when detecting certain headers
13357                 (X-Status, Status, Seen, X-Seen). 
13358         
13359         * sync with Hiroyuki's Sylpheed 0.5.1cvs5
13360
13361 2001-07-27 [christoph]
13362
13363         * src/prefs_filter.c
13364         * src/prefs_filtering.c
13365         * src/prefs_matcher.c
13366         * src/prefs_scoring.c
13367                 scroll list when moving rows up or down
13368
13369         * src/imap.c
13370         * src/imap.h
13371         * src/prefs_account.c
13372         * src/prefs_account.h
13373         * src/send.c
13374                 SMTP over SSL (untested, feedback requested)
13375                 IMAP over SSL
13376
13377         * src/ssl.c
13378                 code cleanup
13379
13380 2001-07-26 [alfons]
13381         
13382         * configure.in, acconfig.h
13383                 define CLAWS (need this for main / claws detection)
13384
13385 2001-07-25 [alfons]
13386
13387         * configure.in
13388                 Sylpheed 0.5.1claws2
13389                 
13390         * sync with Sylpheed 0.5.1cvs4
13391
13392 2001-07-25 [christoph]
13393
13394         * src/scoring.c
13395                 fixed segfault
13396                 item->prefs == NULL (don't know why)
13397
13398 2001-07-25 [alfons]
13399
13400         * configure.in
13401                 Sylpheed 0.5.1claws1
13402
13403         * sync with Sylpheed 0.5.1cvs1-3
13404
13405 2001-07-24 [christoph]
13406
13407         * src/folderview.c
13408         * src/prefs_folder_item.[ch]
13409                 added folderitem preferences dialog with
13410                 default To: and auto request return receipt
13411
13412         * src/compose.[ch]
13413         * src/menu.[ch]
13414                 changes to handle new folderitem preferences
13415
13416         * src/mainwindow.c
13417         * src/summaryview.c
13418                 call compose new mail with current folderitem
13419
13420 2001-07-24 [alfons]
13421
13422         Release Sylpheed 0.5.1claws
13423
13424         * configure.in
13425                 change to release version 0.5.1claws
13426
13427 2001-07-24 [christoph]
13428
13429         * src/summaryview.c
13430                 fixed segfault that happend when the selected
13431                 message was removed while retrieving new messages.
13432
13433         * po/es.po
13434                 updated translation
13435                 (submitted by Ricardo Mones Lastra <mones@trasgu.aic.uniovi.es>)
13436
13437 2001-07-22 [alfons]
13438
13439         add English User Manual for Sylpheed by Paul Kater (paul@nlpagan.net).
13440         this is a work in progress, for more information: http://nlpagan.net/sylman 
13441         
13442         * configure.in, src/mainwindow.c, manual/Makefile.am
13443                 add support for English manual
13444
13445         * AUTHORS
13446                 add authors of user manuals
13447
13448         * manual/en/sylpheed*.html
13449                 add English documentation
13450
13451 2001-07-22 [christoph]
13452
13453         * po/POTFILES.in
13454                 added src/ssl.c
13455         * src/ssl.c
13456                 changed a wrong debug message
13457
13458 2001-07-22 [alfons]
13459
13460         * po/nl.po
13461                 update Dutch translation
13462
13463         * src/prefs_filtering.c, 
13464           src/prefs_matcher.c
13465                 add more translatable strings           
13466
13467 2001-07-21 [alfons]
13468
13469         0.5.0claws7
13470
13471         * configure.in
13472                 change version
13473
13474         * src/inc.c, src/summaryview.[ch]
13475                 prevent update of mark file when filtering has done, by
13476                 using a variable; this affects two functions:
13477                         inc.c::inc_finished()
13478                         summaryview.c::summary_show()
13479
13480 2001-07-20 [alfons]
13481
13482         * src/filtering.[ch], src/prefs_filtering.c, 
13483           src/matcher.[ch]
13484                 add filtering action for label coloring 
13485
13486         * po/POTFILES.in
13487                 add labelcolors.c
13488
13489         * added src/labelcolors.c
13490         * added src/labelcolors.h
13491         * src/Makefile.am, src/summaryview.c
13492                 rearrange label coloring code
13493
13494         * src/procmsg.h
13495                 add more parentheses so label colouring works correctly
13496
13497         * src/filtering.c
13498                 don't really delete message, but move it to Trash
13499
13500         * src/prefs_matcher.c
13501                 add quote options to info dialog
13502
13503 2001-07-20 [christoph]
13504
13505         * src/Makefile.am
13506         * src/inc.c
13507         * src/main.[ch]
13508         * src/socket.h
13509         * src/ssl.[ch] (new)
13510                 moved ssl stuff to a seperate file
13511
13512 2001-07-20 [darko]
13513
13514         * src/summaryview.c
13515                 fix show sender using address book with no e-mail
13516                 address in From: field
13517
13518 2001-07-19 [alfons]
13519
13520         * src/matcher.[ch], src/filtering.c, src/prefs_filtering.c
13521                 fix messy handling of escaping... now at least the
13522                 execute command is useful. escape char is '\', we
13523                 accept \n and \r too. 
13524
13525                 Real life example:
13526                 
13527                 subject match "GIMME YOUR FILTERS" execute "mail -s \"%f don\'t hurt me, please!\" %f < ~/.sylpheed/filteringrc
13528                 subject match "GIMME YOUR FILTERS" execute "mail -s \"mommy, mommy, %f is being mean!\" admin < %F
13529
13530 2001-07-18 [alfons]
13531
13532         0.5.0claws6
13533
13534         * src/summaryview.c
13535                 clean up
13536
13537         * src/matcher.c, src/filtering.[ch], src/inc.c, src/mbox.c,
13538           src/procmsg.[ch]
13539                 revise filtering; currently move, copy, marking have
13540                 been tested. if you like bleeding edge stuff, you
13541                 should definitely go for this version :)
13542
13543         * mark old working stuff as VERSION_0_5_0_CLAWS5        
13544
13545 2001-07-17 [christoph]
13546
13547         * src/utils.c
13548                 timestamp log
13549
13550 2001-07-17 [alfons]
13551
13552         0.5.0claws5
13553
13554         * sync with Hiroyuki's 0.5.0cvs5; this version allows us to put more 
13555           bits in the mark file, without affecting either branch. Lots of
13556           files changed, also in claws branch.
13557
13558           UNTESTED: use of mbox folders
13559
13560         * src/summaryview.c
13561                 added mark all read; however this was a quick hack used for
13562                 cleaning up mess after initial merge with Hiroyuki
13563
13564         * configure.in
13565                 change claws version number back to 0.5.0claws5 to clear up 
13566                 confusion & pretension (recent release was technically 
13567                 0.5.0claws4, so we neatly align with Hiroyuki :-)
13568
13569 2001-07-16 [alfons]
13570
13571         sync with Hiroyuki's 0.5.0cvs4
13572
13573 2001-07-16 [alfons]
13574
13575         0.5.1claws3
13576
13577         * src/filtering.[ch]
13578                 remove invalid updating of mark files for 
13579                 filter actions MATCHING_ACTION_MOVE and 
13580                 MATCHING_ACTION_DELETE; this should fix the
13581                 folder update bug
13582                 
13583         * src/procmsg.c
13584                 revert Christoph's stab at fixing the folder 
13585                 update bug
13586
13587         * po/POTFILES.in
13588                 add missing files with translatable strings
13589
13590         * src/summaryview.c
13591                 remove debug print
13592
13593 2001-07-15 [alfons]
13594
13595         * src/addr_compl.[ch], src/prefs_filtering.c
13596                 make "filtering pref dialog's destination entry" an
13597                 "address completable entry", if filter destination is 
13598                 an email address
13599
13600         0.5.1claws2
13601         
13602         sync with Hiroyuki's 0.5.0cvs2-3
13603
13604 2001-07-15 [christoph]
13605
13606         * src/procmsg.c
13607                 fixed folder stats update after incorporation
13608
13609 2001-07-15 [alfons]
13610
13611         * src/summaryview.c
13612                 * finish label colouring stuff (for now)
13613                 * fix incorrect colour bug (off by one) 
13614
13615 2001-07-14 [alfons]
13616
13617         * src/mainwindow.c
13618                 change text labels for news and mail message so there's
13619                 plenty of toolbar estate left
13620
13621         * configure.in
13622                 0.5.1claws1
13623
13624         * src/folderview.c
13625           src/folder.[ch]
13626                 sync with Hiroyuki's 0.5.0cvs1
13627
13628         * src/summaryview.c
13629                 more rewrite label colouring
13630
13631 2001-07-14 [alfons]
13632
13633         * src/summaryview.[ch]
13634                 * start rewrite label colouring 
13635                 * fix proper location "Add Sender To Addressbook" menu item
13636
13637 2001-07-13
13638
13639         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
13640         (actually this is 0.5.0claws4)
13641
13642 2001-07-13 [alfons]
13643
13644         * po/pt_BR.po
13645                 * fix duplicate message
13646                 * add updated Portugese / Brazilian translation
13647                   submitted by Fabio Junior Beneditto
13648
13649 2001-07-12 [alfons]
13650
13651         * AUTHORS
13652                 add Jens
13653
13654         * po/nl.po
13655                 add updated Dutch translation
13656
13657         * po/de.po
13658                 add updated German translation submitted by Jens
13659
13660 2001-07-11 [alfons]
13661
13662         Prerelease before 0.5.0claws. Please test.
13663         This version is temporarily tagged as VERSION_0_5_0_TEST
13664
13665         * src/matcher.[ch], src/summaryview.c, src/scoring.[ch]
13666           src/prefs_scoring.c, src/prefs_matcher.c, 
13667           src/prefs_filtering.c, src/mbox.c, 
13668           src/main.c, src/inc.c, src/filtering.[ch]
13669                 revert new Hoa's new matcher (does not work yet)
13670
13671         * src/Makefile.am
13672                 clean up
13673
13674 2001-07-10
13675
13676         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
13677
13678
13679 2001-07-10 [alfons]
13680
13681         * Makefile.am
13682                 add ChangeLog.claws to EXTRA_DIST
13683         * src/Makefile.am
13684                 add matcher_parser_parse.h to EXTRA_DIST
13685
13686 2001-07-10 [christoph]
13687
13688         * src/inc.c
13689                 add destination folder to table of
13690                 folders that need to be updated after
13691                 incorporation
13692
13693 2001-07-10 [alfons]
13694
13695         * folder.[ch]
13696           folderview.c
13697                 make collapse state of folders and folder items persistent, i.e.
13698                 if you collapse a folder tree, the next time sylpheed-claws starts 
13699                 up the folder tree remains collapsed.  
13700                 
13701 2001-07-10 [christoph]
13702
13703         * acconfig.h
13704         * configure.in
13705                 added --enable-ssl
13706         * src/md5.[ch]
13707                 renamed MD5_CTX to MD5_CTX_syl
13708                 conflicts with a struct in openssl
13709         * src/inc.c
13710         * src/main.[ch]
13711         * src/prefs_account.[ch]
13712         * src/socket.[ch]
13713                 SSL support for POP
13714         * src/mainwindow.c
13715                 fixed compose with current account
13716                 broken by new compose button stuff
13717
13718 2001-07-09 [hoa]
13719
13720         * AUTHORS
13721                 changed my email address
13722
13723         * src/matcher_parser_parse.y
13724                 clean the parser to remove conflicts
13725
13726 2001-07-09 [alfons]
13727
13728         * AUTHORS
13729                 add Match Grun
13730
13731         * configure.in
13732                 fix incorrect description of --enable-ldap parameter
13733
13734         * src/prefs_common.[ch]
13735           src/compose.c
13736                 add experimental option "smart wrapping" which makes the
13737                 compose editor auto wrap.
13738                 
13739                 | TODO: the problem with the buggy cursor handling is caused |
13740                 | by the GtkText. when deleting / backspacing text its       |
13741                 | wrapping algorithm does not take in account the previous   |
13742                 | line. should find a way to hack this in.                   |
13743                 | or should perhaps combine this with the word wrapping      |
13744                 | patch i wrote in january.                                  |
13745
13746         * src/about.c
13747                 show build parameters for LDAP and JPilot
13748
13749         * src/summaryview.c
13750                 revert Christoph's bugfix for selecting next unread message, 
13751                 because folder stats aren't updated correctly
13752
13753 2001-07-08 [hoa]
13754
13755         * src/filtering.c
13756         * src/mainwindow.c
13757         * src/matcher.c
13758         * src/matcher_parser_lex.l
13759         * src/matcher_parser_parse.y
13760         * src/prefs_filtering.c
13761         * src/prefs_scoring.c
13762         * src/scoring.c
13763                 bugfix of the config file parser
13764
13765 2001-07-08 [alfons]
13766
13767         * src/Makefile.am
13768                 added generated matcher sources to BUILT_SOURCES
13769
13770 2001-07-08 [hoa]
13771
13772         * src/Makefile.am
13773         * src/.cvsignore
13774                 added new config file parser
13775
13776         * src/scoring.[ch]
13777         * src/filtering.[ch]
13778         * src/matcher.[ch]
13779         * src/prefs_filtering.c
13780         * src/prefs_matcher.c
13781         * src/prefs_scoring.c
13782         * added src/matcher_parser.h
13783         * added src/matcher_parser_lex.h
13784         * added src/matcher_parser_lex.l
13785         * added src/matcher_parser_parse.y
13786                 lex & yacc config file parser
13787
13788         * src/mbox.c
13789         * src/inc.c
13790         * src/main.c
13791                 changes prefs_filtering into global_filtering           
13792
13793         * src/summaryview.c
13794                 build threads with subjects only if "Re: " is at the
13795                 beginning of the subject
13796
13797 2001-07-07 [paul]
13798
13799         0.5.0claws
13800
13801         sync with sylpheed 0.5.0
13802                 change of version number only
13803
13804 2001-07-06 [paul]
13805
13806         0.5.0claws5
13807
13808         sync with sylpheed 0.5.0pre5
13809
13810 2001-07-05 [paul]
13811
13812         sync with sylpheed 0.5.0pre4 release
13813                 /po and /manual/ja not sync'ed
13814
13815 2001-07-04 [paul]
13816
13817         more sync with sylpheed 0.5.0pre4
13818
13819 2001-07-03 [christoph]
13820
13821         * src/addressbook.c
13822                 fixed address book broken by address book
13823                 for VCard, JPilot, LDAP
13824
13825 2001-07-03 [alfons]
13826
13827         * src/matcher.c
13828         * src/textview.c
13829                 stopped memory leaks
13830
13831 2001-07-03 [paul]
13832
13833         more sync with sylpheed 0.5.0pre4
13834
13835 2001-07-02 [match]
13836
13837         * included address book patch for VCard, JPilot, LDAP
13838         * pref_common.c - fixed Font options on Display tab (cosmetic)
13839         * alertpanel.c - fixed truncated message
13840
13841 2001-07-02 [christoph]
13842
13843         * src/mbox_folder.c
13844         * src/procmsg.[ch]
13845         * src/summaryview.c
13846                 mark threads for ignoring
13847
13848 2001-07-02 [paul]
13849
13850         0.5.0claws4
13851
13852         * sync with sylpheed 0.5.0pre4
13853                 updated gettext to 0.10.38.
13854
13855 2001-07-01 [paul]
13856
13857         * src/ mainwindow.c
13858         * src/procmsg.h
13859         * src/summaryview.[ch]
13860                 new right-click option: Label.
13861                 substitute for 'Mark-->Mark/Unmark', colours the line.
13862                 (submitted by Satoshi Nagayasu <snaga@snaga.org>)
13863
13864 2001-07-01 [christoph]
13865
13866         * src/folderview.c
13867                 fixed font for trash
13868         * src/summaryview.c
13869                 move ctree to unread message
13870
13871 2001-07-01 [paul]
13872
13873         * sync with sylpheed 0.5.0pre3 release
13874
13875 2001-06-30 [alfons]
13876
13877         * src/filesel.[ch]
13878         * src/compose.c
13879                 allow inserting / attaching multiple files in
13880                 the composer window
13881
13882 2001-06-30 [paul]
13883
13884         * src/codeconv.c
13885                 small change to Alfons' previous stuff so that it
13886                 actually makes
13887
13888 2001-06-30 [alfons]
13889
13890         * lots of files changed; first attempt to merge the changes
13891           and bugfixes submitted by Andre Eibel (ae@baltic-online.de).
13892
13893 2001-06-30 [paul]
13894
13895         * po/pt_BR.po
13896                 updated and completed, translations by Fabio
13897                 Junior Beneditto <fjbeneditto@yahoo.com.br>
13898
13899 2001-06-29 [alfons]
13900
13901         * src/compose.c
13902         * src/mimeproc.[ch]
13903                 allow selecting an attached files' mime type from a 
13904                 list of types.
13905
13906 2001-06-29 [paul]
13907
13908         * more sync with sylpheed 0.5.0pre3
13909
13910 2001-06-29 [paul]
13911
13912         * po/pt_BR.po
13913                 merge with sylpheed.pot and pt_BR.po provided by
13914                 Fabio Junior Beneditto.
13915
13916 2001-06-29 [darko]
13917
13918         * src/procmime.c
13919                 make MIME types case insensitive
13920
13921 2001-06-28 [alfons]
13922
13923         * po/nl.po
13924                 merge with sylpheed.pot and old nl.po; translations added.
13925
13926 2001-06-28 [paul]
13927
13928         * more sync with sylpheed 0.5.0pre3
13929
13930 2001-06-27 [alfons]
13931
13932         * src/summaryview.c
13933                 don't crash when removing parent node of messages
13934                 attracted by subject. this was caused by not deleting
13935                 the parent node from the subject line hash table.
13936
13937 2001-06-27 [alfons]
13938
13939         * src/summaryview.c
13940         * src/compose.[ch]
13941         * src/mainwindow.c
13942                 if there are multiple messages selected, allow forwarding
13943                 them as attachments.
13944
13945 2001-06-27 [paul]
13946
13947         * more sync with sylpheed 0.5.0pre3
13948
13949 2001-06-26 [paul]
13950
13951         0.5.0claws3
13952
13953         * sync with sylpheed 0.5.0pre3
13954
13955 2001-06-25 [paul]
13956
13957         * src/mainwindow.c
13958                 fixed 'compose news article' bug
13959                 from icon-and-text toolbar
13960
13961 2001-06-25 [paul]
13962
13963         * sync with sylpheed 0.5.0pre2 release
13964
13965 2001-06-24 [christoph]
13966
13967         * src/prefs_common.c
13968                 bug fix in font selection
13969         * src/folderview.c
13970                 use sylpheed's normal font instead of
13971                 gtk default font for folders without
13972                 new messages
13973
13974 2001-06-24 [alfons]
13975
13976         * src/mainwindow.[ch]
13977                 added composite compose mail / news button (an idea by Leandro
13978                 Pereira <leandro@linuxmag.com.br>)
13979
13980 2001-06-24 [paul]
13981
13982         Added instructions for ldif-to-xml.py
13983
13984         * tools/README
13985
13986 2001-06-23 [alfons]
13987
13988         Some minor things.
13989
13990         * src/pixmaps/stock_news_compose.xpm
13991                 added pixmap by Leandro
13992         * src/prefs_common.c
13993                 tested built-in spelling checker of GCC 3.0 :)
13994         * po/nl.po
13995                 merged dutch translation of sylpheed-main with
13996                 sylpheed.pot
13997
13998 2001-06-23 [paul]
13999
14000         Added tools directory and files.
14001
14002         * tools/filter_conv.pl
14003                 converts old filter system to new filtering system
14004         * tools/ldif-to-xml.py
14005                 converts netscape addressbook to sylpheed addressbook
14006         * tools/README
14007                 descriptions/instructions for above two files
14008
14009 2001-06-23 [christoph]
14010
14011         * src/inc.c
14012         * src/manage_window.[ch]
14013         * src/prefs_common.[ch]
14014                 mail retrieval dialog can be enabled, disabled
14015                 or hidden if non of sylpheed's windows is active
14016
14017 2001-06-22 [paul]
14018
14019         0.5.0claws2
14020
14021         * sync with sylpheed 0.5.0pre2
14022
14023 2001-06-21 [christoph]
14024
14025         * src/summaryview.c
14026                 show recipient on 'from' for all accounts
14027                 
14028         * src/inc.c
14029         * src/prefs_common.[ch]
14030                 disable error popup on mail receive errors
14031
14032 2001-06-21 [alfons]
14033
14034         * src/compose.c
14035                 made the ruler correctly appear and disappear.
14036
14037         * src/Makefile.am
14038                 removed Hoa's work-in-progress-stuff (interesting!) so 
14039                 claws compiles ok.
14040
14041 2001-06-20 [christoph]
14042
14043         * src/inc.c
14044         * src/progressdialog.c
14045                 added scrolled window for list in progressdialog
14046
14047 2001-06-20 [paul]
14048
14049         sync with sylpheed 0.5.0pre1 release
14050
14051 2001-06-20 [christoph]
14052
14053         * src/summeryview.c
14054                 make building threads by subject work when
14055                 thread view is enabled
14056                 
14057         * src/compose.c
14058         * src/prefs_common.[ch]
14059                 automatically select account for mail replys
14060
14061 2001-06-19 [sergey]
14062
14063         * src/compose.c (compose_create): keep Bcc and Reply-To visible if
14064         they are filled in from the account settings.
14065
14066 2001-06-19 [paul]
14067
14068         * more sync with sylpheed 0.5.0pre1
14069
14070 2001-06-18 [alfons]
14071
14072         * src/Makefile.am,
14073           src/procmime.c
14074                 added --sysconfdir to CPPFLAGS for pointing to the correct
14075                 location of mime.types. 
14076
14077                 NOTE: make sure you use --sysconfdir when running ./autogen.sh
14078                 or ./configure!
14079
14080 2001-06-18 [hoa]
14081
14082         * src/summaryview.c
14083                 fixed some bug when building threads
14084
14085 2001-06-18 [pau]l
14086
14087         * src/prefs_account.c
14088                 UI stuff: More changes to the English
14089
14090 2001-06-18 [paul]
14091
14092         * src/pixmaps/stock_news_compose.xpm: new file
14093         * src/Makefile.am
14094         * src/mainwindow.c
14095         * src/summaryview.c
14096                 Added new icon for Hoa's 'compose a news
14097                 message', plus minor improvements to the
14098                 English
14099
14100         * po/ja.po
14101         * ChangeLog
14102         * ChangeLog.jp
14103                 more sync with sylpheed 0.5.0pre1
14104
14105 2001-06-18 [hoa]
14106
14107         * src/compose.[ch]
14108         * src/mainwindow.c
14109                 Follow-up and reply to
14110
14111         * src/summaryview.[ch]
14112                 Build threads also with subjects
14113
14114 2001-06-17 [hoa]
14115
14116         * src/compose.c
14117                 forwarding use the current account.
14118
14119         * src/mainwindow.c
14120                 the "compose message" button has been replaced with
14121                 "new mail" and "new news" buttons
14122
14123         * src/prefs_common.[ch]
14124                 added a configuration option to use the forward button
14125                 as "forward as attachment"
14126                 changed reply and forward format description
14127
14128         * src/quote_fmt_lex.l
14129         * src/quote_fmt_parse.y
14130                 added message with no signature in format for reply
14131                 and forward.
14132
14133 2001-06-17 [paul]
14134
14135         Minor UI stuff
14136
14137         * src/mainwindow.c
14138         * src/summaryview.c
14139                 Improvements to the English
14140
14141         * src/prefs_common.c
14142                 Improvements to the English and some
14143                 clarity/continuity improvements in the
14144                 description of Quote symbols.
14145
14146 2001-06-17 [paul]
14147
14148         0.5.0claws1
14149
14150         * sync with sylpheed 0.5.0pre1
14151
14152 2001-06-17 [hoa]
14153
14154         * src/compose.c
14155                 Better interface for compose, displayed fields
14156                 are updated whenever we change account.
14157                 Newsgroups field is automatically filled.
14158
14159         * src/mainwindow.c
14160                 Newsgroups field is automatically filled.
14161
14162         * src/prefs_account.c
14163                 Some interface stuff when fields appear and
14164                 disappear.
14165
14166 2001-06-16 [paul]
14167
14168         0.4.99claws
14169
14170         * sync with sylpheed 0.4.99
14171
14172 2001-06-16 [sergey]
14173
14174         * src/base64.c, src/base64.h (Base64Decoder, base64_decoder_new,
14175         base64_decoder_free, base64_decoder_decode): new object and
14176         functions for decoding base64 streams.
14177         * src/procmime.c (procmime_decode_content): modified to use the
14178         new base64 decoder.
14179
14180 2001-06-15 [paul]
14181
14182         0.4.99claws10
14183
14184         * sync with sylpheed 0.4.99cvs11
14185
14186 2001-06-13 [paul]
14187
14188         0.4.99claws9
14189
14190         * sync with sylpheed 0.4.99cvs9
14191
14192 2001-06-13 [hoa]
14193
14194         * src/compose.c
14195         * src/prefs_account.c
14196
14197                 SMTP server can be defined in the news account
14198                 mime type of attachment are kept.
14199
14200         * src/summaryview.c
14201
14202                 now choose the highest important score between default
14203                 and important score of folder.
14204
14205 2001-06-09 [alfons]
14206         
14207         * src/prefs_common.c: 
14208
14209                 (prefs_quote_description_create): corrected description of 
14210                 quote format characters
14211
14212 2001-06-09 [paul]
14213
14214         0.4.99claws8
14215
14216         * sync with sylpheed 0.4.99cvs8
14217
14218 2001-06-08 [sergey]
14219
14220         * src/Makefile.am: fix for "make dist": added quote_fmt_parse.h
14221         and pixmaps/stock_mail_reply_to_author.xpm to EXTRA_DIST.
14222
14223 2001-06-08 [paul]
14224
14225         0.4.99claws7
14226
14227         * sync with sylpheed 0.4.99cvs7
14228
14229 2001-06-06 [sergey]
14230
14231         * src/quote_fmt.h: renamed from src/quote_fmt_parse.h (which
14232         clashes with autogenerated header).
14233         * src/compose.c, src/quote_fmt_parse.y: #include "quote_fmt.h"
14234         * src/Makefile.am: added quote_fmt.h.
14235         * src/.cvsignore: added lex/yacc autogenerated files
14236         (quote_fmt_lex.c, quote_fmt_parse.c, quote_fmt_parse.h).
14237
14238 2001-06-06 [paul]
14239
14240         0.4.99claws6
14241
14242         * sync with sylpheed 0.4.99cvs6
14243
14244 2001-06-06 [hoa]
14245
14246         * added src/quote_fmt_parse.h
14247         * src/compose.c
14248                 removed warnings
14249
14250         * src/prefs.[ch]
14251                 don't modify readonly configuration files
14252
14253         * src/prefs_account.c
14254         * src/prefs_common.c
14255         * src/prefs_customheader.c
14256         * src/prefs_display_header.c
14257         * src/prefs_filter.c
14258         * src/prefs_filtering.c
14259         * src/prefs_scoring.c
14260                 don't open dialog box when configuration files
14261                 are readonly
14262
14263 2001-06-05 [sergey]
14264
14265         * configure.in: added AM_PROG_LEX and AC_PROG_YACC.
14266
14267         * src/Makefile.am: replaced quote_fmt.tab.[ch] by
14268         quote_fmt_lex.[lh], quote_fmt_parse.y; added YFLAGS=-d; added
14269         BUILT_SOURCES to make all files rebuild properly.
14270
14271         * src/compose.c: removed #include "quote_fmt.tab.h".
14272
14273         * src/quote_fmt_lex.l: renamed from quote_fmt.l; changed to return
14274         CHARACTER value in yylval.
14275
14276         * src/quote_fmt_parse.y: renamed from quote_fmt.y; changed to
14277         receive CHARACTER value by documented means (yylval).
14278
14279         * src/lex.quote_fmt.c, src/quote_fmt.{l,y,tab.{c,h}}: removed.
14280
14281 2001-06-05 [hoa]
14282
14283         * src/Makefile.am
14284                 changed quote_fmt.[ch] into quote_fmt.tab.[ch]
14285
14286         * src/filtering.c
14287         * src/matcher.c
14288         * src/matcher.h
14289         * src/prefs_filtering.c
14290                 now keep the configuration for execute action
14291
14292         * src/mbox_folder.c
14293                 fixed a warning
14294
14295 2001-06-05 [paul]
14296
14297         * sync with sylpheed 0.4.99cvs5
14298
14299 2001-06-05 [hoa]
14300
14301         * src/Makefile.am
14302                 added quote_fmt.[ch]
14303
14304         * added src/quote_fmt.y
14305         * added src/quote_fmt.l
14306         * added src/quote_fmt.tab.h
14307         * added src/quote_fmt.tab.c
14308         * added src/lex.quote_fmt.c
14309                 parsing configuration for replying
14310                 and forwarding
14311
14312         * src/prefs_common.[ch]
14313                 added configuration UI for replying
14314                 and forwarding
14315
14316         * src/compose.c
14317                 using configuration for replying
14318                 and forwarding
14319
14320 2001-06-04 [hoa]
14321
14322         * src/filtering.c
14323         * src/matcher.c
14324         * src/matcher.h
14325         * src/prefs_filtering.c
14326         * src/prefs_matcher.c
14327         * src/prefs_matcher.h
14328                 action "run a command" for filtering
14329                 and matching with a command.
14330                 fixed the "whole message" matching
14331
14332         * src/mbox_folder.c
14333                 changed temporary filename for security
14334
14335         * src/messageview.c
14336                 queue the notification if it fails to send.
14337
14338         * src/prefs_common.c
14339         * src/prefs_folder_item.c
14340                 changed the default important score             
14341
14342         * src/prefs_scoring.c
14343         * src/scoring.c
14344                 hide kill score input when the folder is not
14345                 a newsgroup
14346
14347 2001-06-03 [alfons]
14348
14349         * src/prefs_common.c:
14350
14351                 (prefs_font_select): pass font name in font entry box to font
14352                 selection dialog.
14353
14354 2001-06-03 [sergey]
14355
14356         * src/smtp.c (smtp_ok): fixed sock_gets() error handling.
14357
14358 2001-06-03 [paul]
14359
14360         * sync with sylpheed 0.4.99cvs4
14361
14362 2001-06-03 [alfons]
14363
14364         * src/headerwindow.c:
14365
14366                 (headerwindow_show_cb): use the selected summary view item, not
14367                 the displayed item.
14368
14369 2001-06-02 [alfons]
14370
14371         * src/headerwindow.c:
14372
14373                 (headerwindow_show_cb): always try to show msginfo
14374
14375 2001-06-02 [hoa]
14376
14377         * src/compose.c
14378                 keep attached parts when reediting or forwarding.
14379
14380 2001-06-01 [hoa]
14381
14382         * src/folderview.c
14383         * src/prefs_folder_item.[ch]
14384         * src/prefs_scoring.[ch]
14385         * src/scoring.[ch]
14386         * src/summaryview.[ch]
14387         * src/main.c
14388         * src/mainwindow.c
14389         * src/prefs_common.[ch]
14390                 support for folder scoring
14391                 kill score and important score for messages
14392         
14393         * src/prefs_account.c
14394                 some display bug fixed for local account
14395                 preferences
14396
14397 2001-05-31 [alfons]
14398
14399         * src/summaryview.c:
14400
14401                 (add_sender_to_cb): don't crash when no or invalid sender; the add 
14402                 sender to address book menu item is disabled.
14403
14404 2001-05-30 [hoa]
14405
14406         * src/filtering.[ch]
14407         * src/summaryview.c
14408                 handling summary menu / filter messages
14409
14410         * src/folder.[ch]
14411                 add some stuff
14412
14413         * src/foldersel.c
14414                 imap folders now appears in list
14415
14416         * src/mbox_folder.c
14417                 doesn't crash if destination mail is not writeable
14418
14419 2001-05-29 [hoa]
14420
14421         * src/compose.c
14422                 removed some warnings
14423
14424         * src/filtering.c
14425         * src/folder.[ch]
14426         * src/prefs_filtering.c
14427                 global string to identify any folders           
14428                 removed some debug info
14429                 filtering to mbox folders is now possible
14430
14431         * src/mainwindow.c
14432                 removed some warnings
14433
14434         * src/mbox_folder.c
14435                 permission on files are changed to read/write for user only,
14436                 nothing for other.
14437                 creation of subfolder is handled better.
14438
14439 2001-05-28 [alfons]
14440
14441         Verified the sync for src/prefs_common.[ch] and
14442         src/prefs_account.[ch]. I believe there were some
14443         minor indentation differences.
14444
14445 2001-05-28 [paul]
14446
14447         0.4.99claws3
14448
14449         * sync with 0.4.99cvs3
14450
14451 2001-05-28 [hoa]
14452
14453         * src/compose.c
14454                 handling flags for mbox format
14455
14456         * src/filtering.c
14457                 use of mark file only for MH format
14458                 handling flags for mbox format
14459                 filtering cannot yet move or copy mails to mbox folders.
14460
14461         * src/folder.[ch]
14462                 changed move_msg, copy_msg,
14463                 move_msgs_with_dest, copy_msgs_with_dest functions
14464                 uses only folder->copy_msg() function
14465                 uses folder->finished_copy() to handle the destination
14466                 folder at the end of the copy or move operation.
14467
14468         * src/foldersel.c
14469                 included mbox directories.
14470
14471         * src/folderview.[ch]
14472         * src/mainwindow.c
14473                 handle folders operation for mbox format
14474
14475         * src/mbox.c
14476                 disable conversion of "From " header
14477
14478         * src/mbox_folder.[ch]
14479                 completion of mbox format handling
14480
14481         * src/mh.c
14482                 changed mh_copy_msg() function and
14483                 removed mh_move_msg(), mh_move_msgs_with_dest(),
14484                 mh_copy_msgs_with_dest()
14485
14486         * src/prefs_filtering.c
14487                 removed some warnings
14488
14489         * src/prefs_matcher.c
14490                 default boolean operation is AND
14491
14492         * src/procheader.c
14493                 handling flags for mbox format
14494                 handling of "From " header
14495
14496         * src/procmsg.[ch]
14497                 removed data field
14498                 added MSG_REALLY_DELETED flags to handle deletion of
14499                 messages in mbox format.
14500
14501         * src/summaryview.c
14502                 handling flags for mbox format
14503                 disable the MSG_DELETED flags when messages
14504                 are deleted in mbox format
14505
14506         * src/textview.c
14507                 "From " headers display fixed.
14508
14509 2001-05-27 [alfons]
14510
14511         * src/textview.c:
14512                 
14513                 (get_email_part): skip quoted email addresses, like in e.g.
14514                 "'alfons@proteus.demon.nl'".
14515
14516 2001-05-26 [alfons]
14517
14518         Minor GUI fixes adding horizontal scrollbars to Hoa's matcher dialogs,
14519         and fixing the persistence troubles when using separate windows.
14520
14521         * src/mainwindow.c:
14522         
14523             Added #define SEPARATE_ACTION used in the gtk item factory for 
14524             the SEPARATE_FOLDER and SEPARATE_MESSAGE items, so we can
14525                 use gtk_item_factory_get_widget_by_action() to get the items.
14526                 
14527             Removed separate_widget_cb from the gtk item factory data   
14528           
14529             (mainwindow_create): connect separate_widget_cb() to check
14530             menu item "toggled" signal. also passing a MainWindow pointer
14531                 as object data for both check menu items.
14532                 
14533             (separate_widget_cb): definition of separate_widget_cb() to match
14534             GtkCheckMenuItem's "toggled" signal. Now get the pointer to the main 
14535                 window using gtk_object_get_data(). The type of window separation 
14536                 (SEPARATE_MESSAGE or SEPARATE_FOLDER) is passed as the signal's data
14537         
14538         * src/prefs_filtering.c,
14539           src/prefs_matcher.c: added horizontal scrollbars
14540
14541 2001-05-25 [darko]
14542
14543         * src/headerview.c
14544                 fix segfault with invalid bold font
14545         * src/summaryview.c
14546                 correctly display summary stats after row is marked
14547
14548 2001-05-23 [sergey]
14549
14550         * src/codeconv.c (conv_get_code_conv_func): fix for ISO-8859-*
14551         encodings with libjconv.
14552
14553 2001-05-23 [hoa]
14554
14555         * src/Makefile.am
14556                 added mbox_folder.[ch]
14557         * src/defs.h
14558                 mbox temporary folder
14559         * src/folder.[ch]
14560         * added src/mbox_folder.[ch]
14561         * src/folderview.c
14562         * src/procheader.[ch]
14563                 added mbox support
14564         * src/mbox.c
14565                 bugfix for file incorporation filtering
14566         * src/imap.c
14567                 enable creation of MBOX
14568         * src/prefs_display_header.c
14569                 enable use of headers like "From "
14570                 something that should be fixed :
14571                         displaying of such headers add an extra space
14572         * src/prefs_folder_item.c
14573                 don't create folders because it is not necessary
14574         * src/procmsg.h
14575                 added data field to MsgInfo for mbox internal use
14576         * src/summaryview.c
14577                 added some support for mbox
14578         * src/utils.[ch]
14579                 added get_mbox_cache_dir() function
14580
14581 2001-05-23 [hiroyuki]
14582
14583         * src/headerwindow.c
14584           src/inc.c
14585           src/main.c
14586           src/mh.c
14587           src/nntp.c
14588           src/procmsg.h
14589           src/session.h
14590           src/socket.[ch]
14591           src/summaryview.c
14592           src/textview.c
14593           src/automaton.c
14594           src/folderview.c: more sync with 0.4.99cvs2.
14595
14596         * src/headerwindow.c: reverted.
14597
14598 2001-05-22 [paul]
14599
14600         0.4.99claws2
14601
14602         * sync with sylpheed 0.4.99cvs2
14603                 * src/news.[ch]
14604                 * src/nntp.[ch]
14605                 * INSTALL
14606                 * INSTALL.jp
14607
14608 2001-05-22 [alfons]
14609
14610         * src/summaryview.c: bugfixed a premature assignment in  summaryview_add_sender_to_cb()
14611
14612 2001-05-21 [alfons]
14613
14614         Minor things:
14615
14616         * configure.in: if gnome-config not found, "no" is displayed
14617         
14618         * sylpheed.desktop: "Hello World" is replaced with "Sylpheed Mail"
14619
14620         * src/textview.c: now also possible to add mail addresses by right
14621           clicking in the text view
14622
14623         * src/codeconv.c: merged patch which fixes endless loop when encountering
14624           invalid wide characters; from Alte <010@imis.ru>  
14625
14626 2001-05-20 [alfons]
14627
14628         Added installation of gnome specific things:
14629
14630         * Makefile.am: gnome conditional
14631
14632         * configure.in: check for installed gnome
14633
14634         * added sylpheed.png, sylpheed.desktop
14635
14636 2001-05-20 [sergey]
14637
14638         * src/pixmaps/stock_mail_reply_to_author.xpm: new file.
14639
14640         * src/mainwindow.h (main_window_toolbar_create): created a button
14641         for "Reply to all".
14642         (main_window_set_toolbar_sensitive): enable/disable the new button
14643         appropriately.
14644         (toolbar_reply_to_author_cb): handle the new button.
14645
14646         * src/send.c (SEND_EXIT_IF_ERROR, SEND_EXIT_IF_NOTOK): call
14647         send_progress_dialog_destroy() on failure (fixes hang on SMTP
14648         failure).
14649
14650 2001-05-19 [sergey]
14651
14652         * src/compose.h (ComposeReplyMode): new modes
14653         COMPOSE_REPLY_TO_AUTHOR, COMPOSE_REPLY_TO_AUTHOR_WITH_QUOTE,
14654         COMPOSE_REPLY_TO_AUTHOR_WITHOUT_QUOTE.
14655
14656         * src/compose.c
14657         (compose_send): move some code into a new function:
14658         (compose_current_mail_account): new function.
14659         (compose_reply): new argument to_author, all callers changed; if
14660         to_author==TRUE and account->protocol==A_NNTP, find and use an
14661         appropriate mail account for replying.
14662         (compose_reply_set_entry): new argument to_author; ignore
14663         compose->replyto if to_author==TRUE.
14664
14665         * src/mainwindow.c: new command "Message/Reply to author".
14666         (main_window_set_menu_sensitive): enable/disable it.
14667         (reply_cb): handle it.
14668
14669         * src/summaryview.c: new command "Reply to author".
14670         (summary_set_menu_sensitive): enable/disable it.
14671         (summary_reply_cb): handle it.
14672
14673         * src/account.c (account_find_mail_from_address): new function.
14674
14675 2001-05-18 [paul]
14676
14677         0.4.99claws1
14678
14679         * sync with sylpheed 0.4.99cvs1
14680
14681 2001-05-18 [hoa]
14682
14683         * src/compose.[ch]
14684         * src/filtering.c
14685         * src/summaryview.c
14686                 new filtering action : forward and forward as attachment
14687
14688         * src/main.c
14689                 no need for $DISPLAY when we run sylpheed --help
14690                 call to parse_cmd_opt() is moved
14691
14692         * src/mainwindow.[ch]
14693                 execute button is hidden when immediate execute
14694                 is chosen
14695
14696         * src/mh.c
14697         * src/news.c
14698         * src/prefs_folder_item.c
14699         * src/procmsg.c
14700                 better handling of missing directories
14701
14702         * src/summaryview.c
14703                 reedit is enabled in outbox
14704                 reedit is enabled in queue
14705
14706 2001-05-17 [hoa]
14707
14708         * src/filtering.c
14709         * src/matcher.[ch]
14710         * src/prefs_filtering.c
14711                 changed attachement into attachment
14712
14713 2001-05-17 [alfons]
14714
14715         0.4.67claws4    
14716
14717         * sync with sylpheed 0.4.67cvs9
14718         * sync with sylpheed 0.4.67cvs7-8
14719
14720 2001-05-17 [hoa]
14721
14722         * src/Makefile.am
14723                 added prefs_filtering.c
14724
14725         * src/filtering.[ch]
14726         * src/matcher.[ch]
14727                 removed action : forward_news and forward_news_as_attachement
14728                 (forward and forward_as_attachement can be used instead)
14729
14730         * src/mainwindow.c
14731                 added menu option to access filtering configuration
14732
14733         * src/prefs_account.c
14734                 changed mail_command default to /usr/sbin/sendmail
14735
14736         * added src/prefs_filtering.[ch]
14737                 dialog box for filtering configuration
14738
14739         * src/prefs_matcher.c
14740                 added function prefs_matcher_get_criteria_from_matching()
14741
14742         * src/prefs_scoring.c
14743                 reset the dialog when register or substitute is clicked
14744
14745 2001-05-15 [hoa]
14746
14747         * src/Makefile.am
14748                 added filtering.[ch]
14749         * src/inc.c
14750                 using filering.[ch] instead of filter.[ch]
14751         * src/main.c
14752                 reading new filtering configuration
14753         * src/matcher.[ch]
14754                 added some filtering actions
14755                 and fixed a bug for headers and mail body matching
14756         * src/mbox.c
14757                 using filering.[ch] instead of filter.[ch]
14758         * src/mh.c
14759                 handling invalid MsgInfo in mh_copy_msg() and mh_move_msg()
14760         * src/summaryview.c
14761                 some fixes for filtering
14762
14763 2001-05-14 [hiroyuki]
14764
14765         * src/send.c: fixed some weird indentations.
14766           send_message_with_command(): call pclose() only if p != NULL.
14767         * src/textview.c: get_email_part(): modified the code for readability.
14768
14769 2001-05-14 [hiroyuki]
14770
14771         * src/md5global.h
14772           src/md5ify.c
14773           src/md5ify.h: removed from the cvs.
14774
14775 2001-05-13 [sergey]
14776
14777         * src/main.c: include rfc2015.h to avoid compiler warnings.
14778         * src/alertpanel.c (alertpanel_message_with_disable): return 0 if
14779         the panel is already on screen.
14780         * src/prefs_customheader.c (prefs_custom_header_delete_cb): treat
14781         closing the alert window by ESC as "No".
14782         * src/prefs_common.c (prefs_interface_create): moved return
14783         receipt check button to the correct place.
14784
14785 2001-03-13 [alfons]
14786
14787         * src/prefs_common.c: 
14788                 moved return receipt check button to the Send tab. (prefs_send_create)
14789                 removed the date format ui related globals. (prefs_display_create)
14790
14791         0.4.67claws3
14792         
14793         * sync with sylpheed 0.4.67cvs5-6
14794
14795 2001-05-13 [paul]
14796
14797         * added Alfons' font selection patch
14798
14799         * src/defs.h
14800         * src/headerwindow.c
14801         * src/prefs_common.c
14802         * src/prefs_common.h
14803
14804 2001-05-13 [hoa]
14805         * src/defs.h
14806                 changed version of cache
14807         * src/matcher.[ch]
14808         * src/prefs_matcher.c
14809                 added additionnal matching criteria
14810         * src/procheader.c
14811         * src/procmsg.[ch]
14812         * src/news.c
14813                 added references in MsgInfo
14814
14815 2001-05-12 [hoa]
14816
14817         * src/defs.h
14818                 prepared some things for new filtering
14819         * src/matcher.[ch]
14820                 added some matching properties
14821                 inreplyto need to be enhanced
14822                 prepared some things for new filtering
14823         * src/messageview.c
14824                 added Return-Receipt-To handling
14825         * src/prefs_folder_item.c
14826                 changed default value to TRUE
14827         * src/prefs_matcher.c
14828                 added some matching properties
14829         * src/prefs_scoring.[ch]
14830                 the scoring dialog is finished
14831         * src/procheader.c
14832                 added Return-Receipt-To handling
14833                 Reference need to be added
14834         * src/procmsg.[ch]
14835                 added Return-Receipt-To handling
14836                 added threadscore to get a better score sorting when
14837                 threads are enabled
14838         * src/summaryview.c
14839                 suppressed a bug when we sort the list
14840                 when no folder is opened.
14841                 better score sorting when threads are enabled
14842
14843 2001-05-12 [alfons]
14844
14845         * reverted previous patch because of potential errors 
14846
14847         0.4.67claws2
14848         
14849         * src/inc.c, src/prefs_common.c, src/prefs_common.h: 
14850                 applied "toggle mail-retrieval dialog window" patch submitted 
14851                 by Eric Limpens <eric@qnt.net>
14852
14853         * sync with sylpheed 0.4.67cvs4
14854
14855 2001-05-12 [sergey]
14856
14857         * src/matcher.c, src/scoring.c: changed "#ifdef 0" to "#if 0" for
14858         some picky compilers.
14859         * src/rfc2015.h: provide prototype for rfc2015_disable_all().
14860         * src/grouplist_dialog.c: include alertpanel.h.
14861         * src/prefs_headers.c (prefs_headers_deleted): added GTK_BUTTON to
14862         fix compile warning.
14863         * src/scoring.c, src/prefs_folder_item.c, src/matcher.c: brought
14864         #include "defs.h" before others to prevent the warning of `MIN'
14865         and `MAX' redefinition.
14866
14867 2001-05-11 [hoa]
14868
14869         * src/main.c
14870         * src/messageview.c
14871         * src/prefs_account.c
14872         * src/prefs_display_header.c
14873                 removed warning
14874         * src/Makefile.am
14875                 added prefs_scoring.[ch]
14876         * src/grouplist_dialog.c
14877                 display an error dialog box if the group list
14878                 cannot be fetched.
14879         * src/mainwindow.[ch]
14880                 added main_window_set_thread_option() function
14881                 scoring dialog box enabled
14882         * src/matcher.[ch]
14883                 added flags matching unread /new / marked
14884                 / deleted / replied / forwarded
14885         * src/news.c
14886                 newsgroups are now finally in newscache
14887         * src/prefs_matcher.[ch]
14888                 finished preferences for matching dialog
14889         * added src/prefs_scoring.[ch]
14890                 scoring dialog box completed
14891         * src/scoring.[ch]
14892                 conversion to string : added scoringprop_to_string()
14893                 write config for preferences :
14894                 added prefs_scoring_write_config()
14895         * src/summaryview.c
14896                 threads can be enabled/disabled independently
14897                 for each folder
14898
14899 2001-05-10 [alfons]
14900
14901         0.4.67claws1
14902         
14903         * AUTHORS: 
14904                 thought it would be nice to have a list of all
14905                 contributors (used Changelog as a reference)
14906         
14907         * configure.in: 
14908                 messed up version numbering...
14909
14910         0.4.66claws1
14911
14912         * sync with sylpheed 0.4.67cvs1-3
14913
14914 2001-05-10 [darko]
14915
14916         * src/prefs_common.c:
14917                 better UI for strftime format, double clicking
14918                 on format now inserts the format in text entry
14919                 replaced close button with standard OK/Cancel
14920                 moved date format button to the right of the
14921                 text entry field
14922
14923 2001-05-09 [alfons]
14924
14925         * src/gtkstext.c:
14926                 Ctrl-Home / Ctrl-End have proper cursor navigation
14927
14928 2001-05-09 [hoa]
14929
14930         * src/prefs_matcher.c
14931                 finished UI to define matching properties
14932                 added ok and cancel button
14933         * src/prefs_filter.c
14934                 added ok and cancel button
14935         * src/news.c
14936                 fixed some bug in xhdr parsing
14937
14938 2001-05-08 [alfons]
14939
14940         * src/textview.c: 
14941                 fixed a bug in textview_show_header(), which displayed two colons (':');
14942                 cleaned up some warnings
14943
14944 2001-05-08 [hoa]
14945
14946         * src/Makefile.am
14947                 added prefs_matcher.[ch]
14948                 compilation with -W -Wall
14949         * src/alertpanel.c
14950                 ungrab the mouse events if grabbed - does it
14951                 fix the bug for disposition notification ?
14952         * src/mainwindow.c
14953                 added a menu option to open the matching dialog.
14954         * src/matcher.[ch]
14955                 added matcherprop_to_string() and matcherlist_to_string()
14956                 fixed some bugs, changed the name of some options
14957                 age_sup and age_inf becomes age_greater and age_lower,
14958                 body and messageheaders becomes body_part and headers_part,
14959                 changed the names of constants from SCORING_XXX to MATCHING_XXX
14960         * src/prefs_display_header.c
14961         * src/prefs_headers.c
14962                 fixed a bug that accidentally destroyed dialogs
14963                 when closed them with delete_event
14964                 Added *_deleted() which handle delete_event signal correctly.
14965         * src/prefs_folder_item.[ch]
14966                 added "enable_thread" field for future customization
14967         * added src/prefs_matcher.[ch]
14968                 sample of the UI to define matching properties
14969         * src/procheader.c
14970                 using procheader_headername_equal instead of str*cmp functions
14971                 using procheader_parse_header() function
14972         * src/scoring.c
14973                 using MATCHING_XXX instead of SCORING_XXX
14974         * src/summaryview.c
14975                 display the sender of the news even if this is ourself
14976                 when this is a news message.
14977         * src/textview.c
14978                 using headername_equal() instead of str*cmp functions
14979
14980 2001-05-08 [alfons]
14981
14982         0.4.66claws
14983
14984         * sync with sylpheed 0.4.66
14985         * src/gtkstext.c: trace logs added 
14986
14987 2001-05-08 [sergey]
14988
14989         * src/prefs_common.[ch]: added option to enable/disable GnuPG
14990         signature check popup.
14991         * src/rfc2015.c (check_signature): show signature check popup only
14992         if it is enabled in preferences.
14993
14994 2001-05-07 [alfons]
14995
14996         0.4.66claws4
14997         
14998         * sync with sylpheed 0.4.66cvs6
14999
15000 2001-05-07 [darko]
15001
15002         * src/prefs_common.[ch]: added option to enable/disable
15003           looking up sender name in address book for summary pane
15004         * src/summaryview.c: look up sender in the address book
15005           by using Alfons' address completion code
15006
15007 2001-05-07 [hiroyuki]
15008
15009         * src/inc.h
15010           src/pop.c: pop3_retr_recv(): removed cur_msg_bytes from the
15011           member of Pop3State.
15012         * src/news.c: brought #include "defs.h" before #include <glib.h>
15013           to prevent the warning of `MIN' and `MAX' redefinition.
15014
15015 2001-05-06 [hoa]
15016
15017         * removed src/headers_display.[ch]
15018         * removed src/prefs_display_headers.[ch]
15019         * src/inc.c
15020                 use a temporary file in the user directory for mbox import
15021         * src/news.c
15022                 added XHDR support to get "To" and "Cc" headers
15023                 (in order to match news with to or cc field for
15024                 scoring)
15025                 added function news_parse_xhdr() to get XHDR response
15026         * src/nntp.[ch]
15027                 added function nntp_xhdr()
15028         * src/matcher.c
15029                 fetch the message if necessary
15030
15031 2001-05-06 [alfons]
15032
15033         0.4.66claws3
15034
15035         * sync with sylpheed 0.4.66cvs3-5
15036
15037 2001-05-06 [hoa]
15038
15039         * src/utils.[ch]
15040                 added function itos_buf() to enable use of several buffers
15041         * src/summaryview.c
15042                 use of itos_buf() instead of itos() in summary list
15043                 to fix the broken display of message number.
15044
15045 2001-05-06 [alfons]
15046
15047         * src/gtkstext.c: bug in cursor up navigation fixed,
15048                 fixed another unsigned / signed comparison (we're getting there :-)
15049
15050 2001-05-06 [hoa]
15051
15052         * src/Makefile.am
15053                 added scoring.c scoring.h
15054                 prefs_folder_item.c prefs_folder_item.h
15055                 matcher.c matcher.h
15056         * src/defs.h
15057                 added FOLDERITEM_RC SCORING_RC
15058         * src/folder.[ch]
15059                 added prefs field in FolderItem :
15060                 properties for each folder (PrefsFolderItem),
15061                 sorting type and mode were added as the first properties.
15062         * src/main.c
15063                 read config for scoring
15064         * added src/matcher.[ch]
15065                 gives functions to parse configuration file to do
15066                 matching on mails with a list of conditions.
15067         * src/mainwindow.c
15068                 add option to sort by score
15069         * src/prefs_common.[ch]
15070                 added preference option to show score and for
15071                 the score column size
15072         * added src/prefs_folder_item.[ch]
15073                 properties for each folder (PrefsFolderItem),
15074                 sorting type and mode were added as the first properties.
15075         * src/procheader.[ch]
15076                 added procheader_parse_header()
15077                 added procheader_header_free()
15078                 added procheader_headername_equal()
15079                 and made modification to use them.
15080         * src/procmsg.[ch]
15081                 added score field to MsgInfo structure
15082         * added src/scoring.[ch]
15083                 gives functions to parse configuration file to do
15084                 scoring on mails with a list of conditions.
15085         * src/summaryview.[ch]
15086                 save the sorting type and mode for the folder
15087                 added column to display the score of the mail
15088                 added function summary_score_clicked()
15089                 sorting type and mode are restored to the folder
15090                 when it is reopen
15091         * src/textview.c
15092                 use procheader_parse_header(), procheader_headername_equal()
15093                 removed memory leak in text_scan_header when freeing headers
15094         * src/filter.c
15095                 changed the function to match names of headers
15096                 using procheader_headername_equal()
15097
15098         Scoring functions are implemented, an interface is needed
15099         to configure that.
15100
15101 2001-05-04 [alfons]
15102
15103         * src/gtkstext.c: 
15104                 hopefully fixed the row up navigation bug,
15105                 removed adding back / forward lines to cache
15106
15107 2001-05-04 [sergey]
15108
15109         * src/prefs_display_headers.c: user interface changes:
15110         (prefs_display_headers_create): remove unused "Show" check button;
15111         allow reordering of headers by dragging.
15112         (prefs_display_headers_write_config): remove unused variables.
15113         (prefs_display_headers_set_dialog): do not insert "(New)" at top
15114         of lists (not needed with the new UI).
15115         (prefs_display_headers_set_list): scan lists starting from row 0,
15116         not 1 (do not skip "(New)").
15117         (prefs_display_headers_find_header): new function.
15118         (prefs_display_headers_clist_set_row): do not allow duplicates.
15119         (prefs_display_headers_delete_cb): do not skip row 0; treat
15120         closing the alert window by ESC as "No".
15121         (prefs_display_headers_up): do not protect row 0.
15122         (prefs_display_headers_down): do not protect row 0.
15123
15124 2001-05-04 [sergey]
15125
15126         * src/mainwindow.c (next_marked_cb, prev_marked_cb): new
15127         functions.
15128
15129         * src/summaryview.c
15130         (summary_find_next_marked_msg, summary_find_prev_marked_msg,
15131         summary_select_next_marked, summary_select_prev_marked): new
15132         functions.
15133
15134 2001-05-03 [sergey]
15135
15136         * src/news.c: fixed a bug when no article can be fetched after
15137         server timeout if the connection was restored by news_post():
15138         (news_select_group): new function.
15139         (news_fetch_msg): call news_select_group() before fetching
15140         article.
15141         (news_get_uncached_articles): set session->group after successful
15142         GROUP command.
15143
15144 2001-05-03 [hoa]
15145
15146         * src/defs.h
15147         * src/procmsg.[ch]
15148         * src/procheader.c
15149                  changed version of cache, added cc field
15150
15151         * src/prefs_display_headers.c
15152                 the interface was changed
15153
15154         * src/prefs_headers.c
15155                 added cancel button
15156
15157 2001-05-03 [alfons]
15158
15159         * completed sync of sylpheed cvs2
15160         * src/gtkstext.c: updated row up / down cursor navigation
15161         * src/textview.c: re-edited, prepared for fixing the email address
15162                 scanner.
15163
15164 2001-05-03 [darko]
15165
15166         * src/prefs_common.c: use alfons' strftime ui code
15167         entry_datefmt and datefmt_sample widgets have to be
15168         global in this module because of this change
15169
15170 2001-05-03 [hoa]
15171
15172         * src/messageview.c
15173         * src/prefs_common.[ch] added option to activate the return receipt
15174                 feature.
15175
15176 2001-05-02 [alfons]
15177
15178         * src/gtkstext.c: fix for row up/down cursor navigation. 
15179
15180         0.4.66claws2
15181         
15182         * sync with 0.4.66cvs2
15183
15184 2001-05-02 [paul]
15185
15186         added add-sender-to-addressbook patch
15187
15188         * src/addressbook.c
15189         * src/addressbook.h
15190         * src/summaryview.c
15191
15192 2001-05-02 [sergey]
15193
15194         * src/alertpanel.h (AlertValue): added G_ALERT_VALUE_MASK,
15195         G_ALERTDISABLE.
15196
15197         * src/alertpanel.c (alertpanel_create): new argument can_disable,
15198         all existing callers changed to pass FALSE; create a check button
15199         to disable the message.
15200         (alertpanel_message_with_disable): new function.
15201         (alertpanel_show): mask value with G_ALERT_VALUE_MASK.
15202         (alertpanel_button_toggled): new function.
15203         (alertpanel_button_clicked, alertpanel_close): set value using
15204         G_ALERT_VALUE_MASK.
15205
15206         * src/prefs_common.h (PrefsCommon): new field gpgme_warning.
15207
15208         * src/prefs_common.c (prefs_privacy_create): new check button
15209         checkbtn_gpgme_warning.
15210
15211         * src/main.c (main): moved preferences reading before gpgme
15212         initialization; check prefs_common.gpgme_warning before giving the
15213         GnuPG warning and set it to FALSE if the user wants to disable the
15214         warning.
15215
15216 2001-05-02 [hiroyuki]
15217
15218         * src/prefs_display_headers.c: modified the layout and some labels.
15219
15220 2001-05-02 [sergey]
15221
15222         * src/prefs_account.c (prefs_account_fix_size): new function.
15223         (prefs_account_create): call prefs_account_fix_size(); use
15224         gtk_widget_show instead of gtk_widget_show_all (fixes too large
15225         size when the window is shown for the first time).
15226         (prefs_account_basic_create): changed layout of serv_table; moved
15227         localmbox_entry above smtpserv_entry (logically it replaces
15228         POP3/IMAP server).
15229         (prefs_account_protocol_activated): set sensitivity of
15230         nntpauth_chkbtn according to the protocol (in addition to
15231         hide/show); commented out gtk_table_set_row_spacing() calls.
15232         (prefs_account_nntpauth_toggled): do nothing if nntpauth_chkbtn is
15233         not sensitive (fixes a bug with disabled username/password boxes
15234         when editing POP3 account after NNTP with authentication).
15235
15236 2001-05-02 [hoa]
15237
15238         * src/account.c
15239         * src/inc.c
15240         * src/prefs_account.[ch]
15241         * src/send.c
15242                 removed local account without SMTP server
15243                 added option to use mail command instead of a connexion
15244                 to SMTP server when a local account is used
15245         * src/prefs_headers.c
15246                 fixed a bug
15247         * src/news.c
15248                 fixed a bug when connexion immediately closed
15249
15250 2001-05-01 [alfons]
15251
15252         0.4.66claws1
15253         
15254         * sync with 0.4.65
15255
15256 2001-05-01 [sergey]
15257
15258         * src/prefs_account.c (Basic, prefs_account_basic_create): new
15259         widget nntpauth_chkbtn.
15260         (prefs_account_protocol_activated): handle nntpauth_chkbtn
15261         visibility.
15262         (prefs_account_nntpauth_toggled): new function.
15263
15264         * src/news.c (news_session_new_for_folder): use NNTP
15265         authentication only if ac->use_nntp_auth is set.
15266
15267 2001-05-01 [hoa]
15268
15269         * src/Makefile.am changed headers.[ch] in customheader.[ch]
15270         * src/prefs_display_headers.c changed the UI
15271         * src/prefs_headers.c changed account_name to account_id
15272         * src/compose.c using customheader.h
15273
15274 2001-05-01 [hiroyuki]
15275
15276         * src/esmtp.c
15277           src/news.c
15278           src/nntp.c: changed sock_read() to sock_gets(), they've been left
15279           unsynched.
15280
15281 2001-05-01 [hoa]
15282
15283         * src/Makefile.am added prefs_display_headers.[ch] headers_display.[ch]
15284         * src/defs.h added HEADERS_DISPLAY_RC : name of the config file
15285                 for displaying of headers
15286         * src/grouplist_dialog.[ch] minor changes to remove warnings
15287         * src/prefs_display_headers.[ch] dialog to choose the
15288         headers to display in the mail viewer.
15289         * src/headers.h correction of #define
15290         * src/headers_display.[ch] configuration for displaying of headers.
15291         * src/main.c read config of displaying of headers
15292         * src/prefs_common.c add a button to access the config dialog
15293                 for displaying of headers
15294         * src/prefs_display_headers.[ch] dialog for configuration for
15295                 displaying of the headers.
15296         * src/prefs_headers.c cleaning of code
15297         * src/procheader.c comments added to code
15298         * src/textview.c changes to reorder the headers depending
15299                 on the config for displaying of headers
15300
15301 2001-04-30 [alfons]
15302
15303         0.4.65claws7
15304
15305         * sync with 0.4.65cvs12
15306
15307         NOTE: nntp.c and news.c in claws and cvs branch differ significantly!
15308
15309 2001-04-30 [sergey]
15310
15311         * src/nntp.h (NNTPSockInfo): new field auth_failed.
15312
15313         * src/nntp.c (nntp_mode): return NN_AUTHREQ if sock->auth_failed
15314         is set to force reconnection after authentication failure.
15315         (nntp_gen_command): set sock->auth_failed on authentication
15316         failure, or if sock->userid and sock->passwd are not set.
15317
15318         * src/news.c (news_session_new_for_folder): set userid=NULL if
15319         password dialog is cancelled.
15320
15321 2001-04-30 [sergey]
15322
15323         * src/nntp.h (NNTPSockInfo): new type.
15324
15325         * src/nntp.c: all functions updated to use NNTPSockInfo instead of
15326         SockInfo.
15327         (nntp_open_auth, nntp_close): new functions.
15328         (nntp_gen_command): new function to handle authentication; all
15329         NNTP command functions updated to use it.
15330         (nntp_authinfo_user, nntp_authinfo_pass): deleted.
15331         (nntp_list): removed old useless code.
15332
15333         * src/news.h (NNTPSession): new field nntp_sock.
15334
15335         * src/news.c: all functions updated to use NNTPSockInfo instead of
15336         SockInfo.
15337         (news_session_new): new arguments (userid, passwd); made static;
15338         use nntp_open_auth() if needed.
15339         (news_session_destroy): use nntp_close() instead of sock_close().
15340         (news_query_password): changed arguments.
15341         (news_session_new_for_folder): new function.
15342         (news_session_get): use news_session_new_for_folder().
15343         (news_authenticate): deleted.
15344         (news_get_uncached_articles): removed old authentication code.
15345
15346 2001-04-30 [sergey]
15347
15348         * src/news.c: reverted my previous changes (need to do NNTP
15349         authentication in a cleaner way).
15350         
15351 2001-04-29 [sergey]
15352
15353         * src/news.c (news_nntp_group, news_nntp_list, news_nntp_xover,
15354         news_nntp_post, news_nntp_mode): new functions (wrappers with
15355         authentication support).
15356         (news_get_article_cmd, news_get_article, news_get_header): new
15357         argument "folder"; all callers changed.
15358         (news_get_article_cmd): added authentication support.
15359         (news_session_get): use news_nntp_mode() instead of nntp_mode().
15360         (news_post): use news_nntp_post() instead of nntp_post().
15361         (news_get_uncached_articles): use news_nntp_group() instead of
15362         nntp_group() and news_nntp_xover() instead of nntp_xover();
15363         removed old authentication code.
15364         (news_get_group_list): use news_nntp_list() instead of nntp_list().
15365
15366         * src/nntp.c (nntp_list): return real error code instead of
15367         hardcoded NN_ERROR.
15368
15369 2001-04-29 [sergey]
15370
15371         * configure.in: fixed wint_t typedef detection again
15372
15373 2001-04-28 [hoa]
15374
15375         * src/prefs_account.[ch], added A_LOCAL_CMD
15376                 (send mail with mail command)
15377         * src/send.c added function send_message_with_command()
15378         * src/inc.c made a more secure get_spool() function with
15379                 mktemp() but maybe mkstemp() or something more
15380                 secure can be used.
15381
15382 2001-04-28 [alfons]
15383
15384         * src/textview.c, colorization of email addresses in headers
15385
15386         0.4.65claws6
15387
15388         * bug sync with sylpheed
15389         * prefs_common.c: created date format ui for darko
15390         * sync with 0.4.65cvs11
15391         * configure.in: corrected to have the new gpg checks
15392
15393 2001-04-27 [alfons]
15394
15395         * completed sync with 0.4.65cvs10
15396         * minor debug things added to gtkstext.c
15397
15398 2001-04-27 [darko]
15399
15400         * configure.in: remove check for availability of
15401           strftime() as advised by Hiroyuki
15402         * src/prefs_common.[ch], src/procheader.c:
15403           synch strftime() code with Hiroyki's main branch
15404
15405 2001-04-26 [sergey]
15406
15407         * src/news.c: news_query_password(), news_authenticate(): new
15408           functions.
15409           news_get_uncached_articles(): added NNTP authentication
15410           handling.
15411         * src/nntp.[ch]: nntp_authinfo_user(), nntp_authinfo_pass():
15412           new functions.
15413         * src/prefs_account.c: prefs_account_protocol_activated():
15414           enable userid and password fields for NNTP.
15415
15416 2001-04-26
15417
15418         * configure.in: check for availability of strftime()
15419           [darko]
15420         * src/prefs_common.[ch], src/procheader.c: use
15421           strftime() for displaying date in summary pane if it
15422           is available
15423
15424 2001-04-25
15425
15426         * more .cvsignore cleanups [alfons]
15427
15428 2001-04-25
15429
15430         * ac/sv-check-type.m4: new autoconf macro.
15431         * configure.in: fixed wint_t typedef detection (did not work
15432           with gcc-2.96).
15433
15434 2001-04-25
15435
15436         * acconfig.h: added USE_GTKGDK_XIM definition for autoheader.
15437           [hiroyuki]
15438
15439 2001-04-24
15440         * modified gtkstext.c : buggy cursor navigation fixed, 
15441           and font descent also taken in account when drawing
15442           cursor. [alfons]
15443
15444 2001-04-24 [hoa]
15445         * added comments in src/news.c src/nntp.c
15446         * added src/prefs_headers.[ch]
15447         * added src/headers.[ch]
15448         * modified compose.c to activate custom headers
15449                 added function is_in_custom_headers
15450         * modified prefs_account.[ch]
15451                 added function prefs_account_customhdr_edit
15452         * modified src/defs.h :
15453                 added HEADERS_RC : name of the config file
15454                 for the custom headers
15455
15456 2001-04-24
15457
15458     0.4.65claws5
15459
15460         * configure.in
15461           src/gtkstext.[ch]
15462           src/compose.c
15463           src/Makefile.am
15464           
15465           added gtkstext with configure.in patch by Hiroyuki which
15466           should fix the XIM detection [alfons]
15467
15468         * more clean up of cvs [alfons]
15469
15470                  * removed all Makefile.in files to attic.
15471
15472                  * updated all .cvsignores to really ignore things that could
15473                    be unintentionally committed by a recursive commit.
15474
15475 2001-04-23 [hoa]
15476         * added src/grouplist_dialog.[ch]
15477         * changed src/folderview.c to call grouplist_dialog instead
15478                 of inputdialog
15479         * src/news.c :
15480                 added functions news_reset_group_list
15481                 and news_get_group_list
15482         * src/nntp.c :
15483                 added function nntp_list
15484         * src/defs.h :
15485                 added GROUPLIST_FILE : name of the newsgroup list cache file
15486
15487 2001-04-21
15488
15489         * added option to warn about queued messages on exit [sergey]:
15490
15491           * src/compose.c: compose_queue(): call folder_item_scan()
15492             and folderview_update_item() after queueing.
15493           * src/folderview.c: folderview_update_node(): draw the queue
15494             folder in bold font if there are queued messages.
15495           * src/mainwindow.c: queued_messages(): new function.
15496             app_exit_cb(): display warning if there are queued messages
15497             if warn_queued_on_exit is set.
15498           * prefs_common.[ch]: add warn_queued_on_exit option.
15499
15500         * enhanced GnuPG key selection support [sergey]:
15501
15502           * src/select-keys.c: updated to newer version from Win32
15503             branch with support for selecting arbitrary keys.
15504           * src/prefs_account.c: added the Privacy tab to the account
15505             options window.
15506             prefs_account_privacy_create(),
15507             prefs_account_sign_key_set_data_from_radiobtn(),
15508             prefs_account_sign_key_set_radiobtn(): new functions.
15509           * src/prefs_account.h: new preferences sign_key_type, sign_key_id.
15510           * src/rfc2015.c: set_signers(): new function.
15511             pgp_sign(): add the account parameter, call set_signers().
15512             rfc2015_sign(): add the account parameter, pass it to pgp_sign().
15513           * src/rfc2015.h: rfc2015_sign(): updated prototype.
15514           * src/compose.c: pass the current account to rfc2015_sign().
15515
15516         * tag name claws added to prevent confusion with main branch [alfons]
15517
15518         * Sync with sylpheed-0.4.65cvs4 and made it compile. [sergey]
15519
15520         * autogen.sh: Added "--enable-maintainer-mode". [sergey]
15521
15522         * sync with recent sylpheed cvs. Untested though. [alfons]
15523