5c092ff7a3bc5e5eb9b580304dbe15746172a05d
[claws.git] / ChangeLog.claws
1 2003-04-15 [paul]       0.8.11claws93
2
3         * src/prefs_common.[ch]
4           src/summaryview.c
5                 add new option '/Interface/Open next message on deletion'
6
7 2003-04-15 [paul]       0.8.11claws92
8
9         * src/summaryview.[ch]
10                 add /Mark/Lock and /Mark/Unlock to the pop-up
11                 menu. Patch submitted by Ivan Francolin Martinez
12                 <ivanfm@users.sourceforge.net>
13
14 2003-04-15 [paul]       0.8.11claws91
15
16         * sync with 0.8.11cvs24
17                 see ChangeLog 2003-04-15
18
19 2003-04-14 [jens]       0.8.11claws90
20
21         * updated German translation and some corrections from
22                 Roland Bless <bless@tm.uka.de>
23
24 2003-04-14 [paul]       0.8.11claws89
25
26         * sync with 0.8.11cvs22
27                 see ChangeLog 2003-04-14
28
29 2003-04-13 [paul]       0.8.11claws88
30
31         * src/plugins/clamav/clamav_plugin.c
32                 fix memory leaks
33                 clean up
34
35 2003-04-12 [paul]       0.8.11claws87
36
37         * src/plugins/clamav/clamav_plugin.c
38                 activate enable/disable archive scanning option
39                 
40         * src/plugins/clamav/.cvsignore         ** NEW FILE **
41
42 2003-04-12 [paul]       0.8.11claws86
43
44         * src/plugins/Makefile.am
45           src/plugins/clamav/Makefile.am                ** NEW FILE **
46           src/plugins/clamav/README                     ** NEW FILE ** 
47           src/plugins/clamav/clamav_plugin.[ch]         ** NEW FILES **
48           src/plugins/clamav/clamav_plugin_gtk.c        ** NEW FILE **
49                 add Clam AntiVirus plugin
50
51 2003-04-12 [paul]       0.8.11claws85
52
53         * sync with 0.8.11cvs21
54                 see ChangeLog 2003-04-11
55
56 2003-04-11 [paul]       0.8.11claws84
57
58         * po/es.po
59                 update Spanish translation. Submitted by Ricardo
60                 Mones Lastra.
61
62 2003-04-10 [christoph]  0.8.11claws83
63
64         * src/mbox.c
65                 fix typo that did not move unfiltered mails to destination
66                 folder
67
68         (closes Bug 115 Sylpheed 0.8.11claws81 does not deliver mail correctly
69          when filtering from spool)
70
71 2003-04-10 [christoph]  0.8.11claws82
72
73         * src/imap.c
74                 use BODY.PEEK instead of BODY in in message fetch operation
75                 to make sure the IMAP server does not set the \Seen flag for
76                 messages. Sylpheed does that later itself, when the message
77                 is opened in sylpheed
78
79         (closes Bug 111 Claws destroys unread marks)
80
81 2003-04-09 [oliver]     0.8.11claws81
82         
83         * src/folder.c
84                 fix crash in folder_destroy
85         * README.claws
86                 remove selective download
87
88 2003-04-09 [christoph]  0.8.11claws80
89
90         * src/imap.c
91                 fix crash in imap_get_msginfo() when then fetched message
92                 is not found
93
94         (closes Bug 110 Crash during mail composition)
95
96 2003-04-08 [christoph]  0.8.11claws79
97
98         * src/folder.c
99         * src/prefs_account.c
100                 Filter new messages that are found in an INBOX folder
101                 when 'Filter messages on receiving' is enabled in the
102                 Folder's AccountPrefs. This allows to use Sylpheed's
103                 filtering engine for IMAP folders where messages are
104                 added to the INBOX by a MTA
105
106 2003-04-08 [paul]       0.8.11claws78
107
108         * src/procmsg.h
109                 clean up after last commit
110
111 2003-04-08 [paul]       0.8.11claws77
112
113         * sync with 0.8.11cvs20
114                 see ChangeLog 2003-04-07 and 2003-04-08
115
116 2003-04-07 [christoph]  0.8.11claws76
117
118         * src/filtering.[ch]
119         * src/inc.[ch]
120         * src/mbox.c
121         * src/procmsg.[ch]
122                 add procmsg_msginfo_filter() to execute filtering actions
123
124 2003-04-06 [christoph]  0.8.11claws75
125
126         * src/imap.c
127                 use IMAPSet for imap_cmd_store() and imap_cmd_envelope()
128
129 2003-04-06 [christoph]  0.8.11claws74
130
131         * src/common/utils.[ch]
132                 add g_int_compare() function for slist sorting
133
134         * src/imap.c
135                 fetch all MsgInfos with one command in imap_get_msginfos()
136                 using an imap set with a list of ranges
137
138         * src/news.c
139                 use new g_int_compare() function
140
141 2003-04-06 [thorsten]   0.8.11claws73
142
143         * src/mh.c
144                 corrected implementation of mh_folder_destroy()
145
146 2003-04-05 [christoph]  0.8.11claws72
147
148         * src/account.c
149         * src/folder.[ch]
150         * src/folderview.c
151         * src/imap.c
152         * src/inc.c
153         * src/main.c
154         * src/mainwindow.c
155         * src/mbox_folder.c
156         * src/mh.c
157         * src/mimeview.h
158         * src/msgcache.[ch]
159         * src/news.c
160         * src/procmime.h
161         * src/procmsg.[ch]
162         * src/setup.c
163         * src/gtk/gtkutils.c
164                 o rename structure field names class and new to klass and
165                   new_msgs, to allow including files in C++
166                 o add 'extern "C"' block to some header files
167                 o add MsgInfoList and MsgNumberList as alias for GSList for
168                   developers to know what type of list is expected
169
170         * src/plugins/image_viewer/plugin.c
171         * src/plugins/image_viewer/viewer.[ch]
172         * src/plugins/image_viewer/viewerprefs.[ch]
173                 rename function names to prevent conflicts
174
175 2003-04-05 [paul]       0.8.11claws71
176
177         * sync with 0.8.11cvs18
178                 see ChangeLog 2003-04-03 and 2003-04-04
179
180 2003-04-02 [christoph]  0.8.11claws70
181
182         * src/folder.[ch]
183         * src/imap.[ch]
184         * src/mbox_folder.[ch]
185         * src/mh.[ch]
186         * src/news.[ch]
187                 o Make all virtual folder functions private
188                 o remove unused folder code
189
190         * src/common/socket.[ch]
191         * src/summaryview.c
192                 fix warnings
193
194 2003-03-30 [alfons]     0.8.11claws69
195
196         * src/send_message.c
197                 remove two debug traces and see if people still report
198                 errors
199
200 2003-03-30 [alfons]     0.8.11claws68
201
202         * src/send_message.c
203         * src/commons/session.c
204                 add more debug traces
205
206 2003-03-30 [christoph]  0.8.11claws67
207
208         * src/folder.c
209                 change processing folder name from .processing to processing
210
211         * src/common/ssl.c
212                 disable SSL certificate check because it causes Xlib error
213                 when the child process want's to open an GTK window
214
215 2003-03-30 [christoph]  0.8.11claws66
216
217         * src/folder.c
218                 don't use default folder for processing folder item because
219                 it can be a non local folder
220
221         (fixes bug reported by Stephen Lewis <slewis@paradise.net.nz>)
222
223 2003-03-30 [alfons]     0.8.11claws65
224
225         * src/send_message.c
226                 try fixing crashes when sending messages: my gcc 2.95.4 seems 
227                 to generate bad code for 'send_send_data_progressive': When
228                 called from 'send_send_data_finished', the 'data' pointer is
229                 cleared just before the assignment to the dialog pointer
230
231 2003-03-29 [christoph]  0.8.11claws64
232
233         * src/common/prefs.h
234         * src/plugins/image_viewer/Makefile.am
235         * src/plugins/image_viewer/plugin.c
236         * src/plugins/image_viewer/viewer.[ch]
237         * src/plugins/image_viewer/viewerprefs.[ch]     ** NEW **
238                 add PrefsPage for ImageViewer
239
240 2003-03-28 [thorsten]   0.8.11claws63
241
242         * src/common/session.c
243                 added some comments
244
245 2003-03-28 [paul]       0.8.11claws62
246
247         * sync with 0.8.11cvs16
248                 see ChangeLog 2003-03-28
249
250 2003-03-28 [paul]       0.8.11claws61
251
252         * sync with 0.8.11cvs15
253                 see ChangeLog 2003-03-28
254
255 2003-03-27 [christoph]  0.8.11claws60
256
257         * src/folder.c
258         * src/imap.c
259         * src/common/socket.[ch]
260                 set socket state to DISCONNECTED when any operation
261                 fails to allow reconnecting in IMAP code without
262                 checking the return code of all calls to the command
263                 functions
264
265         * src/folderview.c
266         * src/summaryview.c
267                 remove some more stuff that depends on specific
268                 folder types
269
270 2003-03-27 [paul]       0.8.11claws59
271
272         * sync with 0.8.11cvs14
273                 see ChangeLog 2003-03-27
274                 
275         * src/selective_download.[ch]   ** REMOVED **
276                 really removed
277
278 2003-03-27 [christoph]  0.8.11claws58
279
280         * src/folder.c
281                 fix handling of tmp_flags in flag copy function
282
283 2003-03-27 [paul]       0.8.11claws57
284
285         * sync with 0.8.11cvs13
286                 see ChangeLog 2003-03-27
287
288 2003-03-27 [oliver]     0.8.11claws56
289
290         * src/maiwindow.c
291                 remove sel_download_cb
292
293 2003-03-27 [oliver]     0.8.11claws55
294         
295         * src/inc.c
296                 remove POP3_TOP
297         
298 2003-03-26 [oliver]     0.8.11claws54
299
300         *src/pop.h
301                 remove POP3_TOP*
302         * README.claws
303                 remove selective donwload readme
304
305 2003-03-26 [oliver]     0.8.11claws53
306         * src/matcher.[ch]
307         * src/matcher_parser_parse.y 
308         * src/pop.c 
309         * src/prefs_account.[ch]
310         * src/prefs_filtering.c
311                 remove selective donwload
312
313 2003-03-26 [oliver]     0.8.11claws52
314
315         * src/inc.[ch] 
316         * src/filtering.c 
317         * src/mainwindow.c 
318                 remove selective donwload
319
320 2003-03-26 [oliver]     0.8.11claws51
321         
322         * src/Makefile.am
323         * src/selective_download.[ch]   ** REMOVE **    
324
325 2003-03-26 [christoph]  0.8.11claws50
326
327         * src/news.c
328                 fix NEWS that got broken by a sync with sylpheed-main
329
330 2003-03-26 [christoph]  0.8.11claws49
331
332         * src/mimeview.c
333                 fix mime type guessing when no mime type is found for a file
334
335 2003-03-25 [christoph]  0.8.11claws48
336
337         * src/mimeview.c
338         * src/procmime.c
339                 remove mime type guessing from mime parser and use
340                 name based mime types in viewer lookup for mime type
341                 application/octet-stream
342
343 2003-03-25 [christoph]  0.8.11claws47
344
345         * doc-src/readme.txt
346         * doc-src/rfc2554.txt
347                 add RFC about SMTP AUTH
348
349         * src/send_message.c
350         * src/common/smtp.[ch]
351                 add extra error code for authentication errors and
352                 clear temporary password when this error occurs
353
354         (closes Bug 84 authentication failure while sending should
355          prompt for password again)
356
357 2003-03-25 [christoph]  0.8.11claws46
358
359         * configure.ac
360         * src/Makefile.am
361         * src/imageview.[ch]                            ** REMOVE **
362         * src/messageview.[ch]
363         * src/mimeview.[ch]
364         * src/prefs_common.[ch]
365         * src/textview.c
366         * src/plugins/Makefile.am
367         * src/plugins/image_viewer/.cvsignore           ** NEW **
368         * src/plugins/image_viewer/Makefile.am          ** NEW **
369         * src/plugins/image_viewer/plugin.c             ** NEW **
370         * src/plugins/image_viewer/viewer.[ch]          ** NEW **
371                 move image viewer into a plugin (building is enabled by default)
372                 [ToDo: Prefs for resize and autoview]
373
374 2003-03-25 [paul]       0.8.11claws45
375
376         * sync with 0.8.11cvs12
377                 see ChangeLog 2003-03-26
378
379 2003-03-25 [paul]       0.8.11claws44
380
381         * sync with 0.8.11cvs11
382                 see ChangeLog 2003-03-22, 2003-03-24 and 2003-03-25
383                 
384         Note: Selective Download is broken.
385                 
386 2003-03-22 [christoph]  0.8.11claws43
387
388         * src/folder.c
389                 code cleanup for flags copying
390
391 2003-03-22 [christoph]  0.8.11claws42
392
393         * src/plugins/trayicon/trayicon.c
394                 fix setting the transparent area when the window size
395                 is forced by the system tray
396
397 2003-03-22 [christoph]  0.8.11claws41
398
399         * src/plugins/trayicon/gnome-mail.xpm           ** REMOVE **
400         * src/plugins/trayicon/gnome-nomail.xpm         ** REMOVE **
401         * src/plugins/trayicon/newmail.xpm              ** NEW **
402         * src/plugins/trayicon/nomail.xpm               ** NEW **
403         * src/plugins/trayicon/trayicon.c
404         * src/plugins/trayicon/unreadmail.xpm           ** NEW **
405                 o replace GBiff icons with KBiff icons resized to 16x16 pixel
406                 o add icon for unread mails
407                 o set transparency for window
408
409 2003-03-22 [christoph]  0.8.11claws40
410
411         * src/news.c
412                 init news session to prevent crash when session is closed
413
414 2003-03-22 [christoph]  0.8.11claws39
415
416         * src/imap.c
417         * src/common/session.[ch]
418                 Init session data to make sure we don't have invalid pointers
419                 for read_ch and write_ch when new multi process sessions are
420                 not used
421
422         * src/main.c
423         * src/common/plugin.c
424         * src/common/sylpheed.c
425         * src/plugins/demo/demo.c
426         * src/plugins/dillo_viewer/dillo_viewer.c
427         * src/plugins/mathml_viewer/mathml_viewer.c
428         * src/plugins/spamassassin/spamassassin.c
429         * src/plugins/spamassassin/spamassassin_gtk.c
430                 add plugin types to allow loading plugins at different times
431                 (and maybe for different frontends), because it's not good to
432                 load GTK-Plugins gefore gtk_init was called
433
434         * configure.ac
435         * src/plugins/Makefile.am
436         * src/plugins/trayicon/.cvsignore               ** NEW **
437         * src/plugins/trayicon/Makefile.am              ** NEW **
438         * src/plugins/trayicon/eggtrayicon.c            ** NEW **
439         * src/plugins/trayicon/eggtrayicon.h            ** NEW **
440         * src/plugins/trayicon/gnome-mail.xpm           ** NEW **
441         * src/plugins/trayicon/gnome-nomail.xpm         ** NEW **
442         * src/plugins/trayicon/trayicon.c               ** NEW **
443                 New Trayicon plugin that shows an icon in a systray that uses
444                 XEMBED protocol like Gnome's systray. Icon shows if there
445                 are new mails and a tooltip shows information about new,
446                 unread and total messages.
447
448 2003-03-22 [paul]       0.8.11claws38
449
450         * src/common/smtp.c
451                 fix ESMTP AUTH CRAM-MD5
452                 [sync with main (still version 0.8.11cvs6), see
453                  ChangeLog 2003-03-22]
454
455 2003-03-21 [colin]      0.8.11claws37
456
457         * src/send_message.c
458                 Fix USE_SSL => USE_OPENSSL
459
460 2003-03-21 [colin]      0.8.11claws36
461
462         * src/folderview.c
463                 Fix counts in drag and dropped subfolders
464
465 2003-03-21 [colin]      0.8.11claws35
466
467         * src/folder.c 
468         * src/folderview.c
469                 speed up a bit folder dnd
470
471 2003-03-20 [alfons]     0.8.11claws34
472
473         * src/main.c
474         * src/toolbar.c
475         * src/procmsg.c
476                 don't send locked queue messages
477                 (feature request "[ 705245 ] Locking message in outbox 
478                  should prevent sending")
479
480 2003-03-20 [christoph]  0.8.11claws33
481
482         * src/folder.c
483                 remove NEW and UNREAD flag in special folders when scanning
484                 
485         * src/common/smtp.c
486                 fix ESMTP AUTH CRAM-MD5
487
488 2003-03-20 [paul]       0.8.11claws32
489
490         * src/prefs_account.c
491                 Re-write 'Tunnel command to open connection' as
492                 'Use command to communicate with server', and disable
493                 it for all except IMAP accounts
494
495 2003-03-20 [paul]       0.8.11claws31
496
497         * sync with 0.8.11cvs6
498                 see ChangeLog 2003-03-20
499
500 2003-03-19 [match]      0.8.11claws30
501
502         * src/addritem.[ch]
503                 include documentation. minor refactoring.
504         * src/addr_compl.[ch]
505         * src/addrindex.[ch]
506         * src/addresbook.[ch]
507         * src/summaryview.c
508                 re-enable address lookup (was disabled in
509                 0.8.11claws20).
510
511 2003-03-19 [christoph]  0.8.11claws29
512
513         * src/procmsg.c
514                 add temp flag handling, will make moving and copying
515                 messages possible again
516
517         * src/folder.c
518                 correct calulation of folder stats
519
520 2003-03-18 [match]      0.8.11claws28
521
522         * src/editgroup.h
523                 remove case sensitive comparison (closes bug 80).
524
525 2003-03-18 [christoph]  0.8.11claws27
526
527         * src/imap.c
528                 fix imap using a tunnel command
529
530         (closes bug 87)
531
532 2003-03-18 [christoph]  0.8.11claws26
533
534         * src/folder.[ch]
535         * src/imap.c
536         * src/procmsg.[ch]
537                 rewrite flag handling for folders
538
539 2003-03-18 [christoph]  0.8.11claws25
540
541         * src/folder.c
542         * src/procmsg.c
543         * src/summaryview.c
544                 unset NEW and UNREAD flags when message is ignored, to make
545                 sure messages don't show up as unread on other IMAP clients,
546                 because the IGNORE_THREAD flag can not be syncronized through
547                 the IMAP folder
548
549 2003-03-17 [christoph]  0.8.11claws24
550
551         * src/imap.c
552                 don't use recursion to fetch uids when the number of messages
553                 does not match. Moved code into subfunction that is used
554                 again when needed, to prevent an endless loop.
555
556 2003-03-17 [thorsten]   0.8.11claws23
557
558         * src/imageview.[ch]
559                 export imageview_get_resized_size() (for plugins)
560         * src/prefs_common.[ch]
561                 added prefs_common_get() (for plugins)
562
563 2003-03-17 [christoph]  0.8.11claws22
564
565         * src/imap.c
566                 o remove UID guessing from copy code
567                 o support UIDPLUS extension for APPEND command
568
569 2003-03-17 [paul]       0.8.11claws21
570
571         * src/gtk/about.c
572                 remove 'Compiled-plugins' section.
573                 
574         * src/plugins/dillo_viewer/dillo_viewer.c
575                 slight change to description text
576
577 2003-03-16 [match]      0.8.11claws20
578         * src/ldapserver.[ch]           ** NEW **
579         * src/ldapctrl.[ch]             ** NEW **
580         * src/ldapquery.[ch]            ** NEW **
581         * src/ldaputil.[ch]             ** NEW **
582         * src/addrcindex.[ch]           ** NEW **
583         * src/addrquery.h               ** NEW **
584         * src/addritem.[ch]
585         * src/addrcache.[ch]
586         * src/addrindex.[ch]
587         * src/addr_compl.[ch]
588         * src/addressbook.[ch]
589         * src/addrbook.[ch]
590         * src/editgroup.c
591         * src/editaddress.c
592         * src/editldap.c
593         * src/editldap_basedn.c
594         * src/vcard.c
595         * src/jpilot.c
596         * src/Makefile.am
597                 included dynamic LDAP queries. improved address
598                 completion.
599
600 2003-03-16 [paul]       0.8.11claws19
601
602         * tools/multiwebsearch.pl
603                 fix a fatal typo
604
605 2003-03-16 [christoph]  0.8.11claws18
606
607         * src/mimeview.c
608         * src/plugins/dillo_viewer/dillo_viewer.c
609         * src/plugins/mathml_viewer/mathml_viewer.c
610                 make unregistering of MimeViewerFactorys possible
611
612 2003-03-16 [alfons]     0.8.11claws17
613
614         * configure.ac
615                 correct typo
616
617 2003-03-16 [melvin]     0.8.11claws16
618
619         * src/plugins/dillo_viewer.c
620                 Fixed bug where it was not possible to view more than
621                 one text/html attachment per message (bug discovered
622                 by Christoph Hohmann).
623
624 2003-03-15 [melvin]     0.8.11claws15
625
626         * src/prefs_actions.c
627                 Fixed compilation warnings.
628
629 2003-03-15 [melvin]     0.8.11claws14
630
631         * src/plugins/Makefile.am
632         * src/plugins/dillo_viewer/.cvsignore                   ** NEW **
633         * src/plugins/dillo_viewer/Makefile.am                  ** NEW **
634         * src/plugins/dillo_viewer/dillo_viewer.c               ** NEW **
635                 Added a html mail viewer plugin that uses Dillo v0.7.0 or
636                 newer (http://dillo.auriga.wearlab.de/).
637
638 2003-03-15 [christoph]  0.8.11claws13
639
640         * src/imap.c
641                 don't query imap folder for attributes because we already
642                 for them from imap_status
643
644         * src/mimeview.[ch]
645                 add support for plugable MimeViewers (unloading Viewers
646                 not yet complete)
647
648         * src/plugins/Makefile.am
649         * src/plugins/mathml_viewer/.cvsignore          ** NEW **
650         * src/plugins/mathml_viewer/Makefile.am         ** NEW **
651         * src/plugins/mathml_viewer/mathml_viewer.c     ** NEW **
652                 add MathML Viewer (Content-Type text/mathml) using GtkMathView
653                 widget from http://helm.cs.unibo.it/mml-widget/
654
655 2003-03-14 [christoph]  0.8.11claws12
656
657         * src/folder.[ch]
658                 o error return code's should better be negative
659                 o replace printf with debug_print
660
661         * src/imap.c
662                 improve IMAP folder scan by checking UID-NEXT
663
664         * src/summaryview.c
665                 remove check that are unnecessary in my opinion
666
667 2003-03-13 [christoph]  0.8.11claws11
668
669         * src/folder.[ch]
670         * src/foldersel.c
671         * src/folderview.c
672         * src/imap.c
673         * src/mbox_folder.c
674         * src/mh.c
675         * src/news.c
676         * src/prefs_scoring.c
677         * src/summaryview.c
678                 use a common function to get a displayable name
679                 for a FolderItem
680
681 2003-03-13 [paul]       0.8.11claws10
682
683         * tools/Makefile.am
684           tools/README
685           tools/multiwebsearch.conf     ** NEW FILE **
686           tools/multiwebsearch.pl       ** NEW FILE **
687                 add multiwebsearch Actions script
688
689 2003-03-13 [colin]      0.8.11claws9
690
691         * src/compose.c
692                 Remove leading emtpy lines from quoted text
693                 before quoting it
694
695 2003-03-13 [melvin]     0.8.11claws8
696
697         * src/prefs_actions.c
698                 Fixed a memory leak
699                 Code clean ups
700                 Added Cancel and OK buttons
701                 Corrected help text
702
703 2003-03-13 [christoph]  0.8.11claws7
704
705         * src/account.c
706         * src/folder.[ch]
707         * src/imap.c
708         * src/mainwindow.c
709         * src/mbox_folder.c
710         * src/mh.c
711         * src/news.c
712         * src/setup.c
713                 replace more folder type stuff with folder class stuff
714
715 2003-03-13 [melvin]     0.8.11claws6
716
717         * src/prefs_actions.c
718                 Added new tokens:
719                 %u: user provided argument
720                 %h: user provided argument (hidden on input)
721                 %s: current text selection in the message view 
722
723 2003-03-13 [paul]       0.8.11claws5
724
725         * sync with 0.8.11cvs5
726                 see ChangeLog 2003-03-11, 2003-03-12
727
728 2003-03-12 [christoph]  0.8.11claws4
729
730         * src/folder.c
731                 use folder class idstr when writing folderlist.xml
732
733         * src/folder.h
734         * src/imap.c
735         * src/news.c
736                 replace folder type checks with folder class checks
737
738 2003-03-12 [christoph]  0.8.11claws3
739
740         * src/folder.[ch]
741         * src/imap.[ch]
742         * src/main.c
743         * src/mbox_folder.[ch]
744         * src/mh.[ch]
745         * src/news.[ch]
746                 o create a list of known folder classes in the folder system
747                 o use folder class id strings for folder item identifiers
748
749 2003-03-12 [christoph]  0.8.11claws2
750
751         * src/imap.c
752                 fix imap uid validity check
753
754 2003-03-12 [christoph]  0.8.11claws1
755
756         * src/account.c
757         * src/folder.[ch]
758         * src/foldersel.c
759         * src/folderview.c
760         * src/imap.c
761         * src/mainwindow.c
762         * src/mbox_folder.c
763         * src/mh.c
764         * src/news.c
765         * src/prefs_scoring.c
766         * src/procmsg.c
767         * src/setup.c
768         * src/summaryview.c
769                 initial restructuring of folder system, seperating
770                 folders and folder classes
771
772 2003-03-12 [paul]       0.8.11claws
773
774         0.8.11claws release
775
776 2003-03-12 [christoph]
777
778         * src/gtk/prefswindow.c
779                 fix translation of "Page Index"
780
781 2003-03-12 [paul]       0.8.10claws110
782
783         a sync from 0.8.11cvs4 before the release
784
785         * src/common/utils.c
786                 subject_compare_for_sort(): allow null strings (fixes
787                 summary sorting).
788
789 2003-03-11 [paul]       0.8.10claws109
790
791         * po/es.po
792                 update Spanish translation, submitted by
793                 Ricardo Mones Lastra
794
795 2003-03-11 [melvin]     0.8.10claws108
796
797         * po/fr.po
798                 Updated French translations
799
800 2003-03-11 [paul]       0.8.10claws107
801
802         * manual/en/Makefile.am
803           manual/en/*.html
804                 update English manual, add a new page
805                 updated by Francois Barriere <fbarriere@atmel.fr>
806                 
807         * po/bg.po
808           po/it.po
809           po/sr.po
810                 update Bulgarian, Italian, and Serbian translations
811                 submitted by George Danchev, Alessandro Maestri, and
812                 Urke MMI
813
814 2003-03-10 [paul]       0.8.10claws106
815
816         * src/gtk/about.c
817           src/gtk/prefswindow.c
818                 make some strings translatable
819
820 2003-03-10 [darko]      0.8.10claws105
821
822         * src/compose.c
823                 code cleanup to make Hiro happy
824
825 2003-03-10 [paul]       0.8.10claws104
826
827         * sync with 0.8.11cvs2
828                 see ChangeLog 2003-03-10
829
830 2003-03-09 [melvin]     0.8.10claws103
831
832         * src/textview.c
833                 textview_set_font(): fix for message display in
834                 UTF-8 locales (thanks to Sergey Vlasov).
835                 (was unintentionnaly reverted in 0.8.6claws6)   
836
837 2003-03-08 [darko]      0.8.10claws102
838
839         * src/compose.c
840                 fix infinite loop in wrapping as reported
841                 by happycactus
842                 obsoletes patch #696482
843
844 2003-03-08 [christoph]  0.8.10claws101
845
846         * src/imap.c
847                 add workaround for IMAP servers that do not
848                 support the "UID SEARCH UID" command
849
850 2003-03-07 [christoph]  0.8.10claws100
851
852         * src/plugins/spamassassin/spamassassin.[ch]
853         * src/plugins/spamassassin/spamassassin_gtk.c
854                 code cleanup
855
856 2003-03-07 [paul]       0.8.10claws99
857
858         * po/es.po
859                 updated Spanish translation, submitted by
860                 Ricardo Mones Lastra
861
862 2003-03-07 [christoph]  0.8.10claws98
863
864         * src/send.c
865                 fix in 0.8.10claws94 was wrong
866                 local delivery does not require escaping, remove escaping
867                 code to make signatures of mails with "." lines valid
868                 
869                 NOTE: requires that sendmail is executed with "-i" option,
870                       what is the default now, but has to be changed in all
871                       exsiting accounts)
872
873 2003-03-07 [paul]       0.8.10claws97
874
875         * sync with 0.8.11 release
876                 see ChangeLog 2003-03-07
877
878 2003-03-06 [paul]       0.8.10claws96
879
880         * src/compose.c
881                 revert commit 0.8.10claws92
882
883 2003-03-06 [paul]       0.8.10claws95
884
885         * src/folderview.c
886                 fix (solaris) bug 73, 'Crash when selecting top-level folder'
887
888         * src/gtkaspell.c
889                 fix bug 74, 'Crash opening editor window with pseudo-color
890                 display'
891                 
892         Patches submitted by Kevin Vigor <kevin@vigor.nu>
893
894 2003-03-06 [christoph]  0.8.10claws94
895
896         * src/send.c
897                 fix rfc2821 (4.5.2) violation in SMTP data sending,
898                 all lines starting with a period get an extra period
899                 inserted
900                 (found by Simon 'corecode' Schubert)
901
902 2003-03-06 [paul]       0.8.10claws93
903
904         * src/folderview.c
905                 if configured font can't be loaded fall back to gtk
906                 default. (with thanks to Christoph)
907                 
908                 closes long-standing bug 15 'Crashes on startup'
909
910 2003-03-06 [paul]       0.8.10claws92
911
912         * src/compose.c
913                 freeze text before autosave and thaw afterwards
914                 fixes bug 67 'autosave make re-rediting message crazy'
915
916 2003-03-06 [christoph]  0.8.10claws91
917
918         * src/compose.c
919                 ignore address comment in dupe check for Cc-list
920
921         (closes reopened bug 47 Replying to message strips name part of
922          e-mail addresses of Cc: lines)
923
924 2003-03-06 [paul]       0.8.10claws90
925
926         * src/Makefile.am
927                 remove reference to gtkxtext.h as its no longer in
928                 the repository
929
930 2003-03-06 [paul]       0.8.10claws89
931
932         * sync with 0.8.10cvs25
933                 see ChangeLog 2003-03-06
934
935 2003-03-06 [oliver]     0.8.10claws88
936         
937         * src/messageview.c
938                 remove include
939
940 2003-03-06 [oliver]     0.8.10claws87
941         
942         * src/folderview.c 
943                 remove changes introduced inclaws74
944         * src/messageview.c
945                 another attempt to sanely delete and update
946                 messages deleted in separate messageview
947
948 2003-03-05 [christoph]  0.8.10claws86
949
950         * src/summaryview.c
951                 check if "From" matches any account's address if
952                 addressbook completion of addresses is disabled too
953
954         (closes Bug 70 "Display recipient in from" doesn't check
955          folder's default account)
956
957 2003-03-05 [christoph]  0.8.10claws85
958
959         * src/compose.c
960         * src/common/utils.[ch]
961                 don't strip address comments when building Cc lists
962
963         (closes Bug 47 Replying to message strips name part of e-mail addresses
964          of Cc: lines)
965
966         * src/folder.c
967                 fix return value of copy function
968
969 2003-03-05 [christoph]  0.8.10claws84
970
971         * src/imap.c
972                 don't ask imap server for non rfc822 headers
973
974         (closes bug 71 IMAP FETCH asks for FROM header field twice)
975
976         * src/imap.c
977                 destroy session on socket error to allow reconnecting
978
979 2003-03-05 [christoph]  0.8.10claws83
980
981         * configure.ac
982                 fix building with gnome when no prefix is set
983
984         (closes bug 66 Gnome directory is set to NONE)
985
986 2003-03-05 [paul]       0.8.10claws82
987
988         * sync with 0.8.10cvs23
989                 see ChangeLog 2003-03-05
990
991 2003-03-04 [christoph]  0.8.10claws81
992
993         * src/folder.c
994                 o fix moving and copying when folder returns 0 for new
995                   message number
996                 o remove some code for single message copy and move
997                   operations and use functions for multiple messages
998
999         (closes bug 63 Strange behaviour MOVING messages from MH to IMAP)
1000
1001         * src/news.c
1002                 remove unused include
1003
1004 2003-03-04 [paul]       0.8.10claws80
1005
1006         * src/gtk/about.c
1007                 list 'Compiled plugins'
1008
1009 2003-03-03 [christoph]  0.8.10claws79
1010
1011         * src/news.[ch]
1012                 have to multiply the percentage of the current fetch with
1013                 the percentage that it has of the total fetch operation
1014                 for correct values
1015
1016 2003-03-03 [christoph]  0.8.10claws78
1017
1018         * src/news.c
1019                 fix calculation of expected lines for progress indicator
1020
1021 2003-03-03 [christoph]  0.8.10claws77
1022
1023         * src/summaryview.c
1024         * src/common/utils.c
1025                 fix segfault when opening the root news folder
1026
1027 2003-03-03 [christoph]  0.8.10claws76
1028
1029         * src/mainwindow.[ch]
1030         * src/common/Makefile.am
1031         * src/common/progressindicator.[ch]
1032                 add UI independent progress indicator handling
1033
1034         * src/news.[ch]
1035                 use new progress indicator for message info fetching
1036
1037         * src/common/hooks.h
1038                 code cleanup
1039
1040 2003-03-03 [oliver]     0.8.10claws75
1041
1042         * src/toolbar.c
1043         * src/compose.c
1044                 removed commented code
1045
1046 2003-03-03 [oliver]     0.8.10claws74
1047
1048         * src/toolbar.[ch]
1049                 cleanups and refactoring
1050         * src/compose.[ch]
1051                 compose_reply_mode reply & forwarding interface for
1052                 toolbar buttons
1053         * src/folderview.c
1054                 act on messages marked for deletion in folderview_selected
1055                 based on prefs_common.immediate_exec since a message might 
1056                 have been deleted by messageview in a folder we are changing 
1057                 to (does anybody understand what I'm on about ?)
1058
1059 2003-03-03 [oliver]     0.8.10claws73
1060         
1061         * src/messageview.[ch]
1062                 new functions
1063                 - messageview_delete: delete message shown in messagview
1064                 - messageview_update_view: update messageview to currently 
1065                   selected summaryview message
1066                 - add separate messageview to msgview_list in order to update 
1067                   toolbar to new toolbar style on the fly (TOOLBAR_NONE, TOOLBAR_ICON etc.)
1068         * src/summaryview.[ch]
1069                 summary_get_selection returns a list of selected msgs
1070                 in summaryview
1071         * src/mainwindow.c
1072                 toolbar reply refactoring
1073
1074 2003-03-03 [paul]       0.8.10claws72
1075
1076         * sync with 0.8.10cvs21
1077                 see ChangeLog 2003-03-03
1078
1079 2003-03-02 [christoph]  0.8.10claws71
1080
1081         * src/common/passcrypt.c
1082                 use POSIX includes
1083
1084 2003-03-02 [christoph]  0.8.10claws70
1085
1086         * configure.ac
1087         * src/prefs_account.c
1088         * src/prefs_gtk.[ch]
1089         * src/common/.cvsignore
1090         * src/common/Makefile.am
1091         * src/common/passcrypt.c                ** NEW **
1092         * src/common/passcrypt.h.in             ** NEW **
1093                 Implement password encryption in config files
1094                 using unix encrypt and setkey functions. The crypt
1095                 key can be set as a configure parameter. Old
1096                 passwords will be converted if they do not begin
1097                 with '!'
1098
1099 2003-03-02 [paul]       0.8.10claws69
1100
1101         * src/prefs_account.c
1102                 fix compile error
1103
1104 2003-03-01 [thorsten]   0.8.10claws68
1105
1106         * po/el.po
1107           po/hr.po
1108           po/it.po
1109           po/nl.po
1110           po/sr.po
1111           po/sv.po
1112                 corrected format strings
1113         * po/en_GB.po
1114                 corrected headers
1115                 (fix compile errors with GNU gettext-0.11.5)
1116
1117 2003-03-01 [oliver]     0.8.10claws67
1118
1119         * src/summaryview.c
1120                 menu callbacks call toolbar_menu_reply
1121
1122 2003-03-01 [oliver]     0.8.10claws66
1123
1124         * src/mainwindow.c
1125         * src/messageview.c
1126                 menu callbacks call toolbar_menu_reply
1127         * src/toolbar.[ch]
1128                 callbacks from menu handled by toolbar_menu_reply
1129
1130 2003-03-01 [paul]       0.8.10claws65
1131
1132         * src/addressbook.c
1133                 revert commit 0.8.10claws54 - breaks editing of
1134                 addressbook.
1135                 
1136         * po/bg.po
1137                 update Bulgarian translation, submitted by
1138                 George Danchev
1139
1140 2003-02-28 [christoph]  0.8.10claws64
1141
1142         * src/account.c
1143         * src/addressadd.c
1144         * src/compose.c
1145         * src/gtkaspell.c
1146         * src/gtkxtext.h                ** REMOVE **
1147         * src/imap.c
1148         * src/matcher.[ch]
1149         * src/mh.c
1150         * src/news.c
1151         * src/pine.c
1152         * src/prefs_common.c
1153         * src/prefs_matcher.c
1154         * src/procheader.[ch]
1155         * src/procmsg.[ch]
1156         * src/toolbar.c
1157         * src/common/ssl_certificate.c
1158         * src/gtk/colorlabel.c
1159         * src/gtk/menu.c
1160                 o fix warnings
1161                 o remove code obsoleted by new cache and folder system rework
1162
1163 2003-02-28 [oliver]     0.8.10claws63
1164         
1165         * src/toolbar.[ch]
1166                 * fix bug where reply in Messageview replied to 
1167                 Message displayed in summaryview
1168                 (reportedd via ML by chinatinte at gmx dot ch)
1169                 * fix bug where toolbar popups (WITH_QUOTE, WITHOUT_QOUTE)
1170                 didn't work in separate MessageView Toolbar
1171                 (wondering if anybody uses this at all ?)
1172         * src/summaryview.[ch]
1173                 use toolbar.c's toolbar_reply instead of summary_reply (removed)
1174                 (generalize reply and forward code);
1175         * src/messageview.c 
1176                 remove focus_in event which updated summaryview to messageview
1177
1178 2003-02-28 [paul]       0.8.10claws62
1179
1180         * po/Makefile.in.in
1181                 add the --check option
1182                 Patch submitted by Ricardo Mones Lastra
1183
1184 2003-02-28 [paul]       0.8.10claws61
1185
1186         * src/prefs_account.c
1187                 re-order 'Signature' items
1188
1189 2003-02-28 [paul]       0.8.10claws60
1190
1191         * sync with 0.8.10cvs20
1192                 see ChangeLog 2003-02-28
1193
1194 2003-02-28 [paul]       0.8.10claws59
1195
1196         * po/POTFILES.in
1197                 update to reflect recent movement of files
1198
1199 2003-02-28 [paul]       0.8.10claws58
1200
1201         * sync with 0.8.10cvs19
1202                 see ChangeLog 2003-02-28
1203
1204 2003-02-27 [martin]     0.8.10claws57
1205
1206         * src/prefs_matcher.c 
1207                 fix segfault in prefs_matcher_ok() when the
1208                 last entry is deleted and prevents that the
1209                 message "entry not saved" comes up after deleting
1210                 an entry
1211
1212 2003-02-27 [martin]     0.8.10claws56
1213
1214         * src/prefs_filtering.c 
1215                 fix segfault in prefs_filtering_ok() when the
1216                 last entry is deleted and prevents that the
1217                 message "entry not saved" comes up after deleting
1218                 an entry
1219
1220 2003-02-27 [paul]       0.8.10claws55
1221
1222         * sync with 0.8.10cvs18
1223                 see ChangeLog 2003-02-27
1224
1225 2003-02-27 [paul]       0.8.10claws54
1226
1227         * src/addressbook.c
1228                 fix bug where the address book crashes with 
1229                 multiple lookups.
1230                 Patch [687729] submitted by David Frager 
1231                 <dbfrager@users.sourceforge.net>
1232
1233 2003-02-25 [christoph]  0.8.10claws53
1234
1235         * src/Makefile.am
1236         * src/colorlabel.[ch]           ** REMOVE **
1237         * src/gtk/Makefile.am
1238         * src/gtk/colorlabel.[ch]       ** NEW **
1239                 move colorlabel files to gtk directory
1240
1241         * src/esmtp.[ch]                ** REMOVE **
1242                 has been merged into smtp.[ch] in 0.7.5
1243
1244 2003-02-25 [christoph]  0.8.10claws52
1245
1246         * src/Makefile.am
1247         * src/about.[ch]                ** REMOVE **
1248         * src/gtk/Makefile.am
1249         * src/gtk/about.[ch]            ** NEW **
1250                 move about files to gtk directory
1251
1252 2003-02-25 [christoph]  0.8.10claws51
1253
1254         * src/folder.c
1255                 some code optimization of folder scanning code
1256
1257         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx> 
1258
1259 2003-02-25 [christoph]  0.8.10claws50
1260
1261         * src/main.c
1262         * src/common/sylpheed.c
1263                 add command line parameter parsing to common code
1264
1265 2003-02-24 [christoph]
1266
1267         * Makefile.am
1268         * configure.ac
1269                 fix gnome prefix problems, the configure script now removed
1270                 `gnome-config --prefix` from `gnome-config --datadir`
1271                 and adds $(prefix} instead
1272
1273         (closes Bug 24 Makefile does not respect prefix when installing
1274          GNOME data)
1275
1276 2003-02-24 [christoph]  0.8.10claws49
1277
1278         * src/news.c
1279                 check for valid session before trying to authenticate
1280
1281         (closes Bug 60 crash if "authenticate on logon" is activated
1282          and newsserver-hostname is not valid)
1283
1284 2003-02-24 [melvin]     0.8.10claws48
1285
1286         * src/prefs_actions.c
1287                 Make sure all user's input is sent to the action and then
1288                 close the socket..
1289
1290 2003-02-23 [alfons]     0.8.10claws46
1291
1292         * src/summaryview.c
1293                 also wait cursor when deleting files
1294
1295 2003-02-23 [paul]
1296
1297         * tools/freshmeat_search.pl
1298           tools/google_search.pl
1299                 scripts should now work for any browser/browser command line
1300
1301 2003-02-22 [christoph]  0.8.10claws45
1302
1303         * src/procmsg.c
1304                 fix IMAP flag setting, IMAP flag is not handled correctly
1305                 anymore by the folder system and information about the
1306                 folder should not be saved in the MsgInfo (in my opinion)
1307
1308         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
1309
1310 2003-02-22 [christoph]  0.8.10claws44
1311
1312         * src/summaryview.c
1313                 fix spelling of "label" ;-)
1314
1315 2003-02-22 [thorsten]   0.8.10claws43
1316
1317         * src/mimeview.c
1318           src/prefs_common.[ch]
1319           src/procmime.[ch]
1320                 do not use description as attachment name
1321
1322 2003-02-22 [alfons]     0.8.10claws42
1323
1324         * src/summaryview.c
1325                 freeze/thaw folder item updates when changing color labels,
1326                 and put a wait cursors on
1327
1328 2003-02-22 [thorsten]   0.8.10claws41
1329
1330         * src/mimeview.c
1331                 save-all fixes: crash if invoked on multipart container,
1332                 mimeinfo access, pathseparators, error dialog
1333
1334 2003-02-21 [alfons]     0.8.10claws40
1335
1336         * src/prefs_gtk.c
1337                 remove unused var
1338
1339 2003-02-21 [colin]      0.8.10claws39
1340
1341         * src/send.c
1342                 Fix smtp logging
1343
1344 2003-02-21 [colin]      0.8.10claws38
1345
1346         * src/summaryview.c
1347                 Freeze/thaw folderItem updates when filtering messages 
1348                 via Tools/Filter messages
1349
1350 2003-02-21 [paul]       0.8.10claws37
1351
1352         * src/compose.c
1353                 revert commit 0.8.10claws26, there are ulterior motives
1354                 for users to set a Reply-To header when posting to
1355                 newsgroups
1356
1357 2003-02-21 [paul]       0.8.10claws36
1358
1359         * sync with 0.8.10cvs17
1360                 see ChangeLog 2003-02-21
1361
1362 2003-02-20 [christoph]  0.8.10claws35
1363
1364         * src/imap.c
1365                 IMAP UID fetch speedup using SEARCH
1366
1367         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
1368
1369         * src/imap.c
1370                 fix problem with UIDs in IMAP UID cache that no longer existed
1371
1372 2003-02-20 [christoph]  0.8.10claws34
1373
1374         * src/imap.c
1375         * src/procheader.c
1376         * src/procheader.h
1377                 IMAP header fetch speedup (fetch only headers cached in MsgInfo)
1378
1379         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
1380
1381         * src/imap.c
1382                 Rewrite imap_cmd_gen_recv use sock_getline instead
1383                 of sock_gets to avoid problems with too long reply
1384                 lines
1385     
1386 2003-02-20 [colin]      0.8.10claws33
1387         
1388         * src/prefs_account.c
1389                 Better wording
1390
1391 2003-02-20 [colin]      0.8.10claws32
1392
1393         * src/compose.c
1394                 Remove useless '&& !to_sender' 
1395
1396 2003-02-20 [darko]
1397
1398         * AUTHORS
1399                 change my e-mail address
1400
1401 2003-02-19 [colin]      0.8.10claws31
1402
1403         * src/prefs_common.c
1404                 X11 style colors for every configurable color
1405
1406 2003-02-19 [alfons]     0.8.10claws30
1407
1408         * src/prefs_gtk.[ch]
1409         * src/prefs_common.c
1410                 for color_new accept both plain integers and X11 style color
1411                 names (as found in /usr/lib/X11/rgb.txt)
1412
1413 2003-02-19 [paul]       0.8.10claws29
1414
1415         * src/mainwindow.c
1416                 add tooltips to online/offline button and account selector
1417                 button
1418
1419 2003-02-19 [paul]       0.8.10claws28
1420
1421         * src/folder.c
1422           src/news.c
1423           src/prefs_account.[ch]
1424           src/prefs_common.[ch]
1425                 move 'Maximum number of articles to download' to
1426                 account prefs.
1427                 clean up account prefs gui a little by hiding entries
1428                 rather then greying out entries
1429
1430 2003-02-19 [hiro]       0.8.10claws27
1431
1432         * src/common/utils.c
1433                 fix bug #54 'yesterdays date is displayed in the message 
1434                 summary window'
1435
1436 2003-02-19 [paul]       0.8.10claws26
1437
1438         * src/compose.c
1439                 fix bug reported in Feature Request [688596] 
1440                 'Reply-to header in news'
1441
1442 2003-02-18 [paul]       0.8.10claws25
1443
1444         * src/select-keys.c
1445                 add a 'List all keys' button to key selection dialog
1446
1447 2003-02-18 [colin]      0.8.10claws24
1448         
1449         * src/stock_pixmap.c
1450                 fix compile error
1451
1452 2003-02-18 [colin]      0.8.10claws23
1453
1454         * src/common/smtp.[ch]
1455           src/prefs_account.c
1456                 Try to starttls if it seems to be the only
1457                 way to authenticate a user
1458
1459 2003-02-18 [paul]       0.8.10claws22
1460
1461         * src/Makefile.am
1462           src/folderview.c
1463           src/stock_pixmap.[ch]
1464           src/pixmaps/drafts_close.xpm  ** NEW FILE **
1465           src/pixmaps/drafts_open.xpm   ** NEW FILE **
1466                 as a Drafts folder is a special folder allow it to have
1467                 its own unique icons
1468
1469 2003-02-18 [colin]      0.8.10claws21
1470
1471         * src/imap.c
1472                 Fix port selection when using starttls
1473
1474 2003-02-18 [paul]       0.8.10claws20
1475
1476         * src/mainwindow.c
1477           src/prefs_common.[ch]
1478                 make blue the default new mail colour
1479
1480 2003-02-18 [paul]       0.8.10claws19
1481
1482         * sync with 0.8.10cvs14
1483                 see ChangeLog 2003-02-18
1484
1485 2003-02-17 [jens]       0.8.10claws18
1486
1487         * src/common/md5.c
1488                 fixed a compile problem with gcc 3.3
1489                 works on 2.95.3 too (testet on PPC as it is big endian)
1490
1491 2003-02-17 [paul]       0.8.10claws17
1492
1493         * sync with 0.8.10cvs13
1494                 see ChangeLog 2003-02-17
1495
1496 2003-02-17 [paul]       0.8.10claws16
1497
1498         * sync with 0.8.10cvs12
1499                 see ChangeLog 2003-02-17
1500
1501 2003-02-16 [match]      0.8.10claws15
1502
1503         * src/addressbook.c
1504                 Eliminates reloading of address data when items
1505                 deleted or added. Applied submitted by
1506                 Luke Plant <lukeplant@softhome.net>
1507
1508 2003-02-16 [paul]       0.8.10claws14
1509
1510         * src/news.c
1511                 when a 'protocol error' is encountered disconnect from
1512                 the server. This means that the user can carry on viewing
1513                 other articles and doesn't have to either wait until the
1514                 server timesout or quit sylpheed.
1515                 Fixes bug #53 'Unable to read messages in newsgroups, 
1516                 displayed message doesn't change'
1517
1518 2003-02-15 [christoph]  0.8.10claws13
1519
1520         * src/imap.c
1521                 fix bug that stopped scanning of folders when an
1522                 IMAP folder was empty
1523
1524         (closes bug 46 stop scan messages in folders after empty folder)
1525
1526 2003-02-15 [paul]
1527
1528         * tools/Makefile.am
1529           tools/README
1530           tools/freshmeat_search.pl     ** NEW FILE **
1531           tools/google_search.pl        ** NEW FILE **
1532                 Add 2 Actions scripts which search freshmeat/google
1533                 for the selected text using the browser configured
1534                 in sylpheedrc.
1535                 
1536         Note: These scripts are very dependent on the format of the
1537         browser command and may not work on every occasion. Testing
1538         is welcome. 
1539
1540 2003-02-14 [alfons]     0.8.10claws12
1541
1542         * src/compose.c
1543                 fix breakage because of uninitialized account pointer.
1544                 please verify.
1545
1546 2003-02-14 [paul]       0.8.10claws11
1547
1548         * src/compose.c
1549           src/prefs_account.[ch]
1550           src/prefs_common.[ch]
1551                 move signature settings to Account Prefs
1552
1553 2003-02-14 [paul]       0.8.10claws10
1554
1555         * sync with 0.8.10cvs11
1556                 see ChangeLog 2003-02-14
1557
1558 2003-02-13 [thorsten]   0.8.10claws9
1559
1560         * src/news.c
1561                 revert news progressbar (GUI separation)
1562
1563 2003-02-13 [paul]       0.8.10claws8
1564
1565         * src/compose.c
1566                 make replies behave correctly, re: RFC 1036, Section 2.2.3,
1567                 paragraph 1
1568
1569 2003-02-13 [paul]       0.8.10claws7
1570
1571         * src/compose.[ch]
1572           src/summaryview.c
1573                 fix 'Follow-up and Reply-to' so that it creates a reply to
1574                 the newsgroup and the sender. If the message has the keyword
1575                 'poster' in the Followup-To header, all replies go to the
1576                 sender, re: RFC 1036, Section 2.2.3
1577                 rename all instances of 'ignore_replyto' to 'to_sender', both
1578                 were previously used, now we use just one.
1579
1580 2003-02-13 [paul]       0.8.10claws6
1581
1582         * sync with 0.8.10cvs9
1583                 see ChangeLog 2003-02-13
1584
1585 2003-02-13 [paul]       0.8.10claws5
1586
1587         * configure.ac
1588                 show which plugins are configured in the configure
1589                 output.
1590
1591 2003-02-12 [thorsten]   0.8.10claws4
1592
1593         * src/news.c
1594                 show progress while fetching news headers
1595
1596 2003-02-12 [christoph]  0.8.10claws3
1597
1598         * configure.ac
1599         * src/plugins/Makefile.am
1600                 use AM_CONDITIONAL to enable plugins, automake correctly
1601                 manages this when creating distdir
1602
1603 2003-02-12 [christoph]  0.8.10claws2
1604
1605         * ac/spamassassin.m4
1606         * src/plugins/spamassassin/Makefile.am
1607                 fix building SpamAssassin plugin without OpenSSL
1608
1609 2003-02-12 [paul]       0.8.10claws1
1610
1611         * ac/Makefile.am
1612           src/Makefile.am
1613           src/plugins/Makefile.am
1614                 fix failure of 'make release'
1615
1616 2003-02-12 [paul]       0.8.10claws
1617
1618         * 0.8.10claws released
1619
1620 2003-02-12 [paul]       0.8.9claws56
1621
1622         * po/bg.po
1623           po/es.po
1624           po/it.po
1625           po/ru.po
1626           po/sr.po
1627                 updated translations by George Danchev, Ricardo Mones Lastra,
1628                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively
1629                 
1630         * sylpheed.spec.in
1631                 Allow the building of RPMs by a regular user. Submitted
1632                 by Sergei Astanin
1633
1634 2003-02-11 [alfons]     0.8.9claws55
1635
1636         * src/colorlabel.c
1637                 don't use pixmaps for label color rect but draw rectangles
1638                 so we can respect the color map of palette based visuals
1639                 (fixes the long time crashes on Suns - thanks to Andreas
1640                 Engel and Steve O'Hara-Smith for testing)
1641
1642 2003-02-11 [christoph]  0.8.9claws54
1643
1644         * src/matcher_parser_parse.y
1645                 correct bug where filering rules of not existing folders in
1646                 matcherrc were added to global filtering
1647                 
1648         (closes Debian Bug #180253 - Directory's filter-rules are merged with
1649          main filter-rules after removing directory, http://bugs.debian.org/180253)
1650         
1651 2003-02-11 [paul]       0.8.9claws53
1652
1653         * sync with 0.8.10cvs7
1654                 see ChangeLog 2003-02-09
1655
1656 2003-02-11 [melvin]     0.8.9claws52
1657
1658         * po/fr.po
1659                 Updated French tranlsations
1660
1661 2003-02-10 [paul]       0.8.9claws51
1662
1663         * sylpheed.spec.in
1664                 correct --enable-openssl
1665                 Fix submitted by Sergei Astanin <asita@users.sourceforge.net>
1666
1667 2003-02-09 [martin]     0.8.9claws50
1668
1669         * src/prefs_matcher.c
1670                 fix segfault in prefs_matcher_substitute_cb() when
1671                 no row is selected
1672
1673 2003-02-09 [paul]       0.8.9claws49
1674
1675         * src/folderview.c
1676                 fix bug where a newsgroup folder's processing rules were
1677                 merged with the global filtering rules when the newsgroup
1678                 folder was deleted, causing some seriously bad results,
1679                 see <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=180253>
1680
1681 2003-02-08 [melvin]     0.8.9claws48
1682
1683         * src/compose.c
1684                 Corrected and modified an alert message.
1685
1686 2003-02-07 [paul]       0.8.9claws47
1687
1688         * src/folderview.c
1689                 fix bug where both an 'Account properties' window and a
1690                 'Folder properties' window were opened when clicking on
1691                 'Properties' in an NNTP or IMAP folder's popup menu.
1692
1693 2003-02-07 [paul]       0.8.9claws46
1694
1695         * sync with 0.8.10cvs6
1696                 see ChangeLog 2003-02-06
1697
1698 2003-02-06 [christoph]  0.8.9claws45
1699
1700         * src/mbox.c
1701                 freeze folder updates while importing mbox files
1702                 (closes bug 43 importing mbox took hours)
1703                 
1704         Patch submitted by Jens Rantil <jens.rantil@telia.com>
1705
1706 2003-02-06 [thorsten]   0.8.9claws44
1707
1708         * po/de.po
1709                 Updated german translations
1710
1711 2003-02-06 [thorsten]   0.8.9claws43
1712
1713         * src/news.h
1714                 use guint for message numbers (fix count in grouplist dialog)
1715
1716 2003-02-05 [paul]       0.8.9claws42
1717
1718         * sync with 0.8.10cvs2
1719                 see ChangeLog 2003-02-05
1720
1721 2003-02-04 [colin]      0.8.9claws41
1722
1723         * src/prefs_common.[ch]
1724           src/procmsg.c
1725           src/summaryview.c
1726                 Add an option to disable threading by subject
1727
1728 2003-02-04 [christoph]  0.8.9claws40
1729
1730         * src/inc.c
1731                 only abort fetching mails from multiple accounts when the
1732                 error is fatal and does not allow to check any more accounts
1733                 (currently only disk full error)
1734
1735         (closes bug 31 after POP3 error: "no such mail" Sylpheed does not
1736          receive mails for other accouts)
1737
1738 2003-02-04 [christoph]  0.8.9claws39
1739
1740         * src/folder.c
1741                 first add the new message to the cache, then
1742                 send the update notification
1743
1744         (closes bug 39 after sending message folderview doesnt get updated)
1745
1746 2003-02-04 [colin]      0.8.9claws38
1747
1748         * src/inc.c
1749                 _really_ fix this Connecting... status
1750
1751 2003-02-04 [paul]       0.8.9claws37
1752
1753         * sync with 0.8.10
1754                 see ChangeLog 2003-02-04
1755
1756 2003-02-04 [paul]       0.8.9claws36
1757
1758         * sync with 0.8.9cvs6
1759                 see ChangeLog 2003-02-03
1760
1761 2003-02-04 [paul]       0.8.9claws35
1762
1763         * po/pt_BR.po
1764                 updated by André Filipe de Assunção e Brito 
1765                 <bedecko@netsite.com.br>
1766
1767 2003-02-03 [thorsten]   0.8.9claws34
1768
1769         * po/de.po
1770                 Updated german translations
1771
1772 2003-02-02 [paul]       0.8.9claws33
1773
1774         * po/es.po
1775                 updated by Ricardo Mones Lastra
1776
1777 2003-02-02 [thorsten]   0.8.9claws32
1778
1779         * src/mh.c
1780                 Fix mh_get_msginfo() segfault if file is inaccessible
1781
1782 2003-01-31 [colin]      0.8.9claws31
1783
1784         * src/procheader.c
1785                 Fix last commit's bug
1786
1787 2003-01-31 [colin]      0.8.9claws30
1788
1789         * src/procheader.c
1790                 Missing a change for gpg-signed messages
1791
1792 2003-01-31 [paul]       0.8.9claws29
1793
1794         * src/pixmaps/gpg_signed.xpm    ** NEW FILE **
1795           src/procheader.c
1796           src/stock_pixmap.[ch]
1797           src/summaryview.c
1798                 indicate GnuPG signed messages by displaying an icon
1799                 in the Attachment column.
1800
1801 2003-01-31 [paul]       0.8.9claws28
1802
1803         * sync with 0.8.9cvs4
1804                 see ChangeLog 2003-01-31
1805
1806 2003-01-31 [alfons]     0.8.9claws27
1807
1808         * src/textview.c
1809                 tune URI parser to accept mailto URLs with a '?'
1810                 (patch from Ruslan Balkin)
1811
1812 2003-01-31 [colin]      0.8.9claws26
1813
1814         * src/summaryview.c
1815                 Fix a leak introduced in claws24
1816
1817 2003-01-31 [colin]      0.8.9claws25
1818
1819         * src/summaryview.c
1820                 Freeze/Thaw folder updates when deleting dups
1821
1822 2003-01-31 [colin]      0.8.9claws24
1823         
1824         * src/addr_compl.c
1825           src/summaryview.c
1826           src/msgcache.c
1827                 little speed improvements
1828
1829 2003-01-31 [colin]      0.8.9claws23
1830
1831         * src/summaryview.c
1832                 Fix segfault when forwarding nothing
1833                 Patch from "Ruslan N. Balkin" <baron@voices.ru>
1834                 
1835 2003-01-30 [paul]       0.8.9claws22
1836
1837         * sync with 0.8.9cvs3
1838                 see ChangeLog 2003-01-30
1839
1840 2003-01-30 [paul]       0.8.9claws21
1841
1842         * sync with 0.8.9cvs2
1843                 see ChangeLog 2003-01-30
1844
1845 2003-01-29 [paul]       0.8.9claws20
1846
1847         * sync with 0.8.9cvs1
1848                 see ChangeLog 2003-01-29
1849
1850 2003-01-28 [paul]       0.8.9claws19
1851
1852         * po/POTFILES.in
1853                 update to reflect changes. 
1854                 thanks to Ricardo Mones Lastra
1855
1856 2003-01-27 [christoph]  0.8.9claws18
1857
1858         * ac/openssl.m4
1859         * ac/spamassassin.m4
1860         * src/plugins/spamassassin/README
1861         * src/plugins/spamassassin/libspamc.[ch]
1862         * src/plugins/spamassassin/utils.[ch]
1863                 updated to latest libspamc
1864
1865 2003-01-27 [christoph]  0.8.9claws17
1866
1867         * src/folder.c
1868                 fix wrong use of procheader_get_header_fields
1869
1870 2003-01-27 [christoph]  0.8.9claws16
1871
1872         * src/news.c
1873         * src/prefs_account.[ch]
1874         * src/common/nntp.[ch]
1875                 allow to force authentication for NNTP servers
1876
1877         Patch submitted by Florian Mickler <dmk@d-labs.de>
1878
1879 2003-01-26 [paul]       0.8.9claws15
1880
1881         * src/summaryview.c
1882                 speed up of marking messages as read
1883                 patch submitted by Jens Rantil <ztyx@users.sourceforge.net>
1884
1885 2003-01-26 [christoph]  0.8.9claws14
1886
1887         * src/Makefile.am
1888         * src/mgutils.[ch]              ** REMOVE **
1889         * src/xml.[ch]                  ** REMOVE **
1890         * src/xmlprops.[ch]             ** REMOVE **
1891         * src/common/Makefile.am
1892         * src/common/mgutils.[ch]       ** NEW **
1893         * src/common/xml.[ch]           ** NEW **
1894         * src/common/xmlprops.[ch]      ** NEW **
1895                 move xml files to common directory
1896
1897 2003-01-26 [christoph]  0.8.9claws13
1898
1899         * src/plugins/spamassassin/spamassassin_gtk.c
1900                 only set gtk entry text if string is available
1901
1902 2003-01-26 [melvin]     0.8.9claws12
1903
1904         * src/description_window.c
1905                 Allow resizing of the window
1906                 Allow automatic horizontal scroll bar
1907                 Do not vertically expand and fill
1908
1909 2003-01-26 [christoph]  0.8.9claws11
1910
1911         * src/Makefile.am
1912         * src/gtkutils.[ch]             ** REMOVE **
1913         * src/common/sylpheed.c
1914         * src/gtk/Makefile.am
1915         * src/gtk/description_window.c
1916         * src/gtk/gtkutils.[ch]         ** NEW **
1917         * src/gtk/prefswindow.c
1918                 move gtkutils to gtk directory
1919
1920 2003-01-26 [paul]       0.8.9claws10
1921
1922         * src/summaryview.c
1923                 rename summary_unread_clicked() to summary_status_clicked()
1924
1925 2003-01-26 [melvin]     0.8.9claws9
1926
1927         * src/prefs_actions.c
1928                 Cosmetical changes to the help text
1929
1930 2003-01-26 [paul]       0.8.9claws8
1931
1932         * src/folder.[ch]
1933           src/mainwindow.c
1934           src/prefs_common.c
1935           src/prefs_sumamry_column.c
1936           summaryview.[ch]
1937                 rename the 'Unread' column to 'Status'
1938
1939 2003-01-25 [match]      0.8.9claws7
1940
1941         * src/mgutils.[ch]
1942                 removed reference to LDAP constants. removed error2string.
1943                 included functions to support LDAP dynamic queries.
1944         * src/syldap.h
1945                 moved LDAP constants here.
1946         * src/addressbook.c
1947         * src/addrindex.c
1948         * src/importldif.c
1949                 removed references to LDAP constants and references to
1950                 error2string.
1951
1952 2003-01-25 [paul]       0.8.9claws6
1953
1954         * src/summaryview.c
1955                 summary_thread_build(), summary_thread_init(): remove 
1956                 unneeded reference to summaryview->folder_item
1957
1958 2003-01-25 [christoph]  0.8.9claws5
1959
1960         * src/gtk/description_window.c
1961                 o allow description texts to expand over multiple columns
1962                 o translate all columns
1963         * src/prefs_actions.c
1964                 change syntax description to use new multi column feature
1965
1966         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
1967
1968 2003-01-25 [match]      0.8.9claws4
1969
1970         * src/vcard.c
1971                 fixed bug with Quoted-Printable
1972
1973 2003-01-25 [paul]       0.8.9claws3
1974
1975         * src/folder.[ch]
1976           src/summaryview.[ch]
1977                 implement per-folder collapsed/expanded threads setting
1978                 
1979         * src/prefs_common.c
1980                 remove global collapsed/expanded threads option
1981
1982 2003-01-25 [christoph]  0.8.9claws2
1983
1984         * po/POTFILES.in
1985                 add pluginwindow and prefswindow
1986         * src/compose.c
1987                 make send respond correctly to messages that could be added
1988                 to the queue folder, but the UID of the message is unknown
1989         * src/folder.c
1990         * src/imap.c
1991                 don't return guessed UIDs in imap_add_msg anymore. We return
1992                 0 to tell the folder system it was appened but the UID is
1993                 unknown. Folder system now get's the UID by scaning the folder
1994                 and searching the cache for the Message-ID
1995                 (closes bug #29 Messages queued, but not sent)
1996
1997 2003-01-25 [paul]       0.8.9claws1
1998
1999         * src/codeconv.c
2000                 conv_encode_header():  fix bug when long headers with 8-bit
2001                 characters are used, so that the encoded words are wrapped.
2002                 If the space in the original text falls on the wrap boundary,
2003                 it can be lost.
2004                 Patch by Sergey Vlasov.
2005                 
2006         * src/folderview.c
2007                  fix bug where a change to the sorting method or thread view
2008                  of a folder's messages is lost if simpify-subject is set and
2009                  toggled on or off.
2010                  Patch by Luke Plant.
2011
2012 2003-01-24 [paul]       0.8.9claws
2013
2014         * sylpheed-0.8.9claws released
2015         
2016         * Makefile.am
2017           sylpheed.spec.in
2018                 remove reference to 'INSTALL.jp'
2019
2020 2003-01-23 [paul]       0.8.8claws128
2021
2022         * po/es.po
2023           po/it.po
2024           po/ru.po
2025           po/sr.po
2026                 updated translations. submitted by Ricardo Mones Lastra,
2027                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively.
2028
2029 2003-01-23 [colin]      0.8.8claws127
2030
2031         * src/compose.c
2032                 Fix drafted and queued news articles re-edition
2033
2034 2003-01-23 [melvin]     0.8.8claws126
2035
2036         * po/fr.po
2037                 Updated French translations
2038
2039 2003-01-23 [colin]      0.8.8claws125
2040
2041         * src/inc.c
2042                 Fix "Connecting to..." status message
2043
2044 2003-01-22 [paul]       0.8.8claws124
2045
2046         * po/bg.po
2047                 updated by George Danchev
2048                 
2049         * src/folder.c
2050                 revert last commit [0.8.8claws111] as it breaks folder d'n'd
2051                 and folder deletion
2052
2053 2003-01-21 [paul]       0.8.8claws123
2054
2055         * po/bg.po
2056                 updated by George Danchev
2057                 
2058         * src/about.c
2059                 its now 2003
2060                 
2061         * src/toolbar.c
2062                 don't translate 'Separator'
2063                 
2064         * src/plugins/spamassassin/Makefile.am
2065                 add aspell to CPPFLAGS
2066                 
2067         * src/plugins/spamassassin/spamassassin.c
2068           src/plugins/spamassassin/spamassassin_gtk.c
2069                 set correct default for spamassassin_receive_spam
2070                 slightly re-word descriptions and some
2071                 other minor changes
2072
2073 2003-01-19 [alfons]     0.8.8claws122
2074                 
2075         * src/mimeview.c
2076                 mimeview_save_as(): we might as well show the file name for
2077                 the single case "Save As" too
2078
2079 2003-01-19 [alfons]     0.8.8claws121
2080
2081         * src/crash.c
2082                 change bug tracker URL to bugzilla URL
2083
2084 2003-01-19 [alfons]     0.8.8claws120
2085
2086         * src/mimeview.c
2087                 mimeview_save_all(): display name of file before overwriting;
2088                 continue saving all, even when one overwrite was cancelled
2089
2090 2003-01-19 [christoph]  0.8.8claws119
2091
2092         * src/summaryview.c
2093         * src/procmsg.[ch]
2094                 fix wrong usage of procmsg_find_children in summaryview
2095                 by using procmsg_update_unread_children instead of
2096                 summaryview_update_unread_children
2097
2098 2003-01-19 [christoph]  0.8.8claws118
2099
2100         * src/procmsg.c
2101                 fix infinite loop in procmsg_find_children
2102                  (closes bug #25 sylpheed crashes on delete.)
2103
2104         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
2105
2106 2003-01-19 [paul]       0.8.8claws117
2107
2108         * po/pt_BR.po
2109                 updated by Ivan Francolin Martinez
2110
2111 2003-01-18 [melvin]     0.8.8claws116
2112
2113         * src/prefs_actions.c
2114                 Removed syntax limitation of only one '&' at the end of command.
2115                         Now actions that contain '>/dev/null 2>&1' are possible.
2116
2117 2003-01-18 [melvin]     0.8.8claws115
2118
2119         * src/prefs_actions.c
2120                 Actions IO dialog: when the action ends
2121                 the "Close" button now has focus and [Escape] closes the
2122                 window.
2123
2124 2003-01-18 [christoph]  0.8.8claws114
2125
2126         * src/procmsg.c
2127                 o add debug output when MsgInfos are really freed
2128                 o free GSLists in procmsg_find_children and
2129                   procmsg_update_unread_children
2130
2131 2003-01-18 [christoph]  0.8.8claws113
2132
2133         * src/mainwindow.c
2134                 reorder Configuration menu
2135
2136 2003-01-18 [christoph]  0.8.8claws112
2137
2138         * src/compose.c
2139                 fix applying templates to forwarded messages
2140
2141         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
2142
2143 2003-01-17 [christoph]  0.8.8claws111
2144
2145         * src/folder.c
2146                 destroy folder items, when a folder item is removed
2147
2148 2003-01-17 [christoph]  0.8.8claws110
2149
2150         * src/folder.c
2151                 fix wrong folder stats update when ignored message is
2152                 deleted
2153
2154 2003-01-17 [colin]      0.8.8claws109
2155         
2156         * src/mainwindow.c
2157         * src/summaryview.c
2158                 Quicksearch bugfixes: 
2159                 - hide help button at startup if not extended
2160                 - switch to extended when looking for replies
2161
2162 2003-01-17 [paul]
2163
2164         * sync with 0.8.9 release
2165
2166 2003-01-17 [paul]       0.8.8claws108
2167
2168         * sync with 0.8.8cvs11
2169                 see ChangeLog 2003-01-17
2170
2171 2003-01-16 [colin]      0.8.8claws107
2172
2173         * src/procmsg.c
2174                 Changed encryption test to re-ask passphrase
2175                 if an encrypted message hasn't been decrypted
2176                 Fixes bug #5
2177
2178 2003-01-16 [christoph]  0.8.8claws106
2179
2180         * src/prefs_gtk.c
2181         * src/prefs_toolbar.c
2182         * src/gtk/prefswindow.h
2183         * src/plugins/spamassassin/spamassassin_gtk.c
2184                 remove page destroy function that is not used anymore
2185
2186 2003-01-16 [paul]       0.8.8claws105
2187
2188         * sync with 0.8.8cvs9
2189                 see ChangeLog 2002-01-16
2190
2191 2003-01-16 [colin]      0.8.8claws104
2192
2193         * src/compose.[ch]
2194                 Fix bug with autosaved drafts for IMAP, when draft
2195                 folder is specified - fixes bugzilla bug #20
2196
2197 2003-01-15 [paul]       0.8.8claws103
2198
2199         * src/compose.[ch]
2200           src/procmsg.c
2201                 store folder and message-id of message forwarding
2202                 in queue header and set forward flag after sending
2203
2204 2003-01-15 [paul]       0.8.8claws102
2205
2206         * sync with 0.8.8cvs8
2207                 see ChangeLog 2002-01-15
2208
2209 2003-01-15 [colin]      0.8.8claws101
2210
2211         * src/Makefile.am
2212                 Fix linking with GNU libiconv
2213
2214 2003-01-15 [darko]      0.8.8claws100
2215
2216         * src/pine.c
2217                 fix crash when importing pine address book
2218                 entry with an empty name (reported by DY
2219                 <dybulk at tri8.net>)
2220
2221 2003-01-14 [paul]       0.8.8claws99
2222
2223         * configure.in  ** REMOVED **
2224           configure.ac  ** NEW FILE **
2225                 rename configure.in to configure.ac, as it is now
2226                 preferred
2227
2228 2003-01-14 [melvin]     0.8.8claws98
2229
2230         * src/folderview.c
2231                 folderview_check_new(): More precise function description
2232
2233 2003-01-14 [melvin]     0.8.8claws97
2234
2235         * src/folderview.c
2236                 folderview_check_new(): return the number of new messages 
2237                         since last check.
2238         * src/inc.c
2239                 inc_account_mail(): Disable counting of new messages for IMAP
2240                         and NNTP until bug [19] and [14] are fixed.
2241
2242 2003-01-14 [paul]       0.8.8claws96
2243
2244         * sync with 0.8.8cvs6
2245                 see ChangeLog 2003-01-14
2246
2247 2003-01-13 [alfons]     0.8.8claws95
2248
2249         * src/textview.c
2250                 tune email address validation (c. 0.8.8claws89): if . is 
2251                 just one char away from @, the address is invalid too 
2252                 (correctly rejects addresses like foo@.com)
2253
2254 2003-01-13 [paul]       0.8.8claws94
2255
2256         * src/messageview.c
2257           src/toolbar.c
2258                 fixes to the Message View toolbar and menu:
2259                 fix non-functioning Forward button
2260                 make Reply button consider default_reply_list
2261                 remove 'Follow-up...' menu entry
2262                 add 'Forward' and 'Redirect' menu entries
2263
2264 2003-01-13 [melvin]     0.8.8claws93
2265
2266         * src/inc.c
2267                 Fixed typo that could make new messages count incorrect.
2268
2269 2003-01-13 [melvin]     0.8.8claws92
2270
2271         * src/folderview.[ch]
2272                 folderview_check_new(): return the number of new messages.
2273         * src/inc.c
2274                 Should fix bug [14] where new mail notification worked 
2275                         incorrectly with IMAP accounts.
2276                 inc_spool_account(): return number of new msgs, or -1 on error
2277                 inc_all_spool(): return number of new msgs
2278                 
2279 2003-01-13 [melvin]     0.8.8claws91
2280
2281         * src/prefs_actions.c
2282                 Justify help text.
2283
2284 2003-01-12 [thorsten]   0.8.8claws90
2285
2286         * src/common/prefs.c
2287                 close file before rename
2288
2289 2003-01-12 [alfons]     0.8.8claws89
2290
2291         * AUTHORS
2292                 add Christian Mertes
2293         * src/common/utils.[ch]
2294                 g_stricase_hash(), g_stricase_equal(): functions for 
2295                 case insensitive hash tables
2296         * src/textview.c
2297                 use top level domain names to validate email address, based
2298                 on a patch by Christian Mertes (thanks!), but changed 
2299                 implementation to use a hash table 
2300
2301 2003-01-12 [paul]       0.8.8claws88
2302
2303         * po/bg.po
2304                 updated by George Danchev
2305
2306 2003-01-12 [alfons]     0.8.8claws87
2307
2308         * src/summaryview.c
2309                 delete / execute performance: use new style folder update
2310
2311 2003-01-12 [paul]       0.8.8claws86
2312
2313         * sync with 0.8.8cvs5
2314                 see ChangeLog 2003-01-13 (!)
2315
2316 2003-01-12 [alfons]     0.8.8claws85
2317
2318         * src/filtering.c
2319         * src/matcher_parser_parse.y
2320                 prepare change_score filtering action
2321         * src/matcher.[ch]
2322                 give up const-correctness on functions that call non-const-correct functions;
2323                 several casts to gpointer in g_free();
2324                 add change_score;
2325
2326 2003-01-12 [christoph]  0.8.8claws84
2327
2328         * src/compose.c
2329                 fix 2 warnings
2330
2331         * src/gtk/prefswindow.[ch]
2332         * src/plugins/spamassassin/spamassassin_gtk.c
2333                 changed the call of the widget create function
2334                 for PrefsPages, because sometimes the widget
2335                 create function needs a widget that already has
2336                 been attached to a window (to create GDK pixmaps
2337                 for exmaple). So we simply pass the GtkWindow as
2338                 the second parameter now.
2339
2340         * src/main.c
2341         * src/mainwindow.c
2342         * src/prefs_toolbar.[ch]
2343                 rewrite Toolbar Preferences using the new
2344                 prefs window
2345
2346 2003-01-11 [alfons]     0.8.8claws83
2347
2348         * src/addressadd.c
2349                 fix crash when adding sender to addressbook because status bar
2350                 isn't there (the status bar doesn't seem to be used though,
2351                 but I'll let Match decide what to do with it)
2352
2353 2003-01-11 [colin]      0.8.8claws82
2354
2355         * src/main.c
2356           src/toolbar.c
2357                 Two useless changes reversed
2358
2359 2003-01-11 [colin]      0.8.8claws81
2360
2361         * src/mainwindow.c
2362           src/mainwindow.h
2363                 Add mainwindow_get_mainwindow()
2364         * src/alertpanel.c
2365           src/alertpanel.h
2366                 Add alertpanel_error_log() 
2367         * src/compose.c
2368           src/inc.c
2369           src/messageview.c
2370           src/toolbar.c
2371           src/main.c
2372           src/procmsg.c
2373                 Network errors get a View Log button
2374
2375 2003-01-10 [alfons]     0.8.8claws80
2376
2377         * src/prefs_toolbar.c
2378         * src/toolbar.c
2379                 use the translatable string for "Separator" as file name for
2380                 separator toolbar items (probably make this uppercase?)
2381
2382 2003-01-10 [alfons]     0.8.8claws79
2383
2384         * src/prefs_toolbar.c
2385                 put right A_SEPARATOR description string in "displayed
2386                 toolbar items list" so manually added separators are
2387                 saved correctly (bug #10, "Adding a separator to the main 
2388                 toolbar fails, entry in xml file is wrong")
2389
2390 2003-01-10 [christoph]  0.8.8claws78
2391
2392         * src/imap.c
2393                 o fix warnings
2394                 o use CAPABILITY to check if NAMESPACE is available
2395
2396 2003-01-10 [christoph]  0.8.8claws77
2397
2398         * src/imap.[ch]
2399                 apply UIDPLUS IMAP extension support patch
2400
2401         Patch submitted by Simon 'corecode' Schubert
2402
2403 2003-01-10 [paul]       0.8.8claws76
2404
2405         * src/folderview.c
2406                 a sync from main which fixes the news account folders'
2407                 Properties bug
2408
2409 2003-01-10 [christoph]  0.8.8claws75
2410
2411         * src/folder.c
2412                 don't accept 0 as a valid uid returned by copy and move
2413                 functions. 0 means the message was copied or moved but the
2414                 new uid could not be fetched. It is not an error condition
2415                 for the copy or move operation.
2416
2417 2003-01-10 [paul]       0.8.8claws74
2418
2419         * src/prefs_filtering.c
2420                 change English used in Alert when entry is not
2421                 saved.
2422                 
2423         * sync with 0.8.8cvs4
2424                 see ChangeLog 2003-01-10
2425
2426 2003-01-10 [darko]      0.8.8claws73
2427
2428         * src/pine.c
2429                 fix crash when importing address book entry
2430                 without a valid address
2431
2432 2003-01-09 [alfons]     0.8.8claws72
2433
2434         * src/inc.c
2435                 filtering performance: use new style folder update
2436
2437 2003-01-09 [christoph]  0.8.8claws71
2438
2439         * src/compose.c
2440         * src/gtk/menu.[ch]
2441                 fix wrong selecting of mime encoding type, when
2442                 opening property dialog of attachments in the
2443                 compose window. 7bit was always selected and that
2444                 destoryed files with 8bit data.
2445                 (closes bug #9 Sylpheed-claws destroys attachments when
2446                  changing MIME-types)
2447
2448 2003-01-09 [paul]       0.8.8claws70
2449
2450         * sync with 0.8.8cvs3
2451                 see ChangeLog 2003-01-09
2452
2453 2003-01-08 [alfons]     0.8.8claws69
2454         
2455         * src/addressadd.c
2456                 apply patch by Kim Schulz to fix build breakage
2457                 because of missing variable
2458
2459 2003-01-08 [paul]       0.8.8claws68
2460
2461         * sync with 0.8.8cvs2
2462                 see ChangeLog 2002-01-08
2463
2464 2003-01-08 [paul]       0.8.8claws67
2465
2466         * po/it.po
2467                 updated by Alessandro Maestri
2468                 
2469         * src/addressadd.c
2470                 when using 'Add sender to addressbook' allow
2471                 name to be edited and remarks to be entered
2472                 Patch submitted by Luke Plant
2473
2474 2003-01-08 [darko]      0.8.8claws66
2475
2476         * README.claws, src/summaryview.c
2477                 fix description for marked messages
2478
2479 2003-01-08 [paul]
2480
2481         * tools/Makefile.am
2482           tools/launch_phoenix  ** NEW FILE **
2483                 add script that enables using Phoenix as the default
2484                 web browser. 
2485                 Submitted by Mohammed Sameer <Uniball@linux-egypt.org>
2486                 
2487         * tools/OOo2sylpheed.pl
2488                 remove full path to sylpheed executable, just 'sylpheed'
2489                 will do
2490                 
2491         * tools/README
2492                 add launch_phoenix informtion and re-arrange and compress
2493                 the data a little
2494
2495 2003-01-07 [christoph]  0.8.8claws65
2496
2497         * src/folder.c
2498                 fix update for source folder when moving messages
2499         * src/procmsg.[ch]
2500         * src/summaryview.c
2501                 use function to set to_folder for message infos and
2502                 automatically update the op_count for old and new
2503                 folder
2504
2505 2003-01-07 [melvin]     0.8.8claws64
2506
2507         * src/prefs_actions.c
2508                 Fixed bug where an '%p' Action on a displayed image crashed 
2509                         Sylpheed
2510                 Code clean up (get rid of duplicated code and removed unnecessary 
2511                                 structure member)
2512
2513 2003-01-07 [christoph]  0.8.8claws63
2514
2515         * src/compose.c
2516         * src/folder.[ch]
2517         * src/folderview.c
2518         * src/import.c
2519         * src/inc.c
2520         * src/main.c
2521         * src/mainwindow.c
2522         * src/messageview.c
2523         * src/prefs_folder_item.c
2524         * src/procmsg.c
2525         * src/summaryview.c
2526         * src/toolbar.c
2527                 o remove all folder update triggering from the UI code. The folder
2528                   system should know much better when a folder needs an update.
2529                 o to prevent multiple updates in a row the folder updates can be
2530                   frozen for some time.
2531
2532                 Note: - Please verify that no updates are missing
2533                       - Check where freeze/thaws should be added
2534
2535 2003-01-07 [christoph]  0.8.8claws62
2536
2537         * src/prefs_actions.c
2538                 don't translate empty strings
2539
2540         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
2541
2542 2003-01-06 [christoph]  0.8.8claws61
2543
2544         * src/prefs_actions.c
2545                 mark strings for gettext
2546         * src/prefs_matcher.c
2547                 use new description window for Execute action and
2548                 match condition in Filtering
2549
2550         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
2551
2552 2003-01-06 [alfons]     0.8.8claws60
2553
2554         keep myself inspired to re-organize matcher part 8; 
2555         yes, more to come (I need to move out the descriptive
2556         text for actions to matcher.c, or at least make it not
2557         depend on the wicked ordering)
2558
2559         * src/prefs_matcher.c
2560                 add documentation so others may comprehend the
2561                 UI part of the conditions
2562                 
2563 2003-01-06 [christoph]  0.8.8claws59
2564
2565         * src/prefs_actions.c
2566                 use new description window for syntax help
2567         * src/gtk/description_window.c
2568                 fix display of descriptions with column count != 2
2569
2570         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
2571
2572 2003-01-06 [christoph]  0.8.8claws58
2573
2574         * src/quote_fmt.c
2575         * src/summaryview.[ch]
2576         * src/gtk/Makefile.am
2577         * src/gtk/description_window.[ch]       ** NEW **
2578                 use a generic window to display syntax descriptions
2579                 currently used in quote_fmt and summaryview (new description
2580                 for extended quick search)
2581
2582         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
2583
2584 2003-01-06 [paul]       0.8.8claws57
2585
2586         * sync with 0.8.8cvs1
2587                 see ChangeLog 2003-01-06
2588
2589 2003-01-06 [christoph]  0.8.8claws56
2590
2591         * src/mainwindow.c
2592         * src/prefs_gtk.[ch]
2593         * src/gtk/prefswindow.[ch]
2594         * src/plugins/spamassassin/spamassassin_gtk.c
2595                 o remove page management from prefswindow, pages
2596                   will be an argument to prefswindow_open
2597                 o prefswindow_open gets a datapointer that is
2598                   passed to the widget_create function to allow
2599                   creation of prefswindow for specific items
2600
2601 2003-01-06 [colin]      0.8.8claws55
2602         
2603         * src/summaryview.c
2604                 We don't want regexp in the reply-finder, 
2605                 because MIDs can contain !,$,. and so on
2606
2607 2003-01-06 [jens]       0.8.8claws54
2608
2609         * src/jpilot.c
2610                 fixed a wrong free in jpilot_read_db_files
2611
2612 2003-01-06 [alfons]     0.8.8claws53
2613
2614         re-organize matcher part 8; more to come
2615        
2616         * src/matcher.c
2617                 matcherprop_to_string(): put g_free()s before the
2618                 switch-case break to fix memleaks                
2619
2620 2003-01-06 [colin]      0.8.8claws52
2621
2622         * src/summaryview.c
2623                 cleanup & reply-finder now displays the first 
2624                 matching message
2625
2626 2003-01-05 [alfons]     0.8.8claws51
2627
2628         re-organize matcher part 7; more to come
2629
2630         * src/matcher.[ch]
2631                 fixes for constant correctness;
2632                 more documentation;
2633
2634 2003-01-05 [alfons]     0.8.8claws50
2635
2636         re-organize matcher part 6; more to come
2637         
2638         * src/matcher.[ch]
2639                 fixes for constant correctness;
2640                 more documentation;
2641         * src/filtering.c
2642                 fix for constant correctness
2643
2644 2003-01-05 [colin]      0.8.8claws49
2645
2646         * src/account.[ch]
2647                 Add account_get_reply_account function
2648         * src/compose.c
2649                 Use account_get_reply_account function 
2650         * src/summaryview.c
2651                 Basic reply-finder - click on the replied
2652                 icon gets you to the outbox using quick-search
2653
2654 2003-01-05 [paul]       0.8.8claws48
2655
2656         * src/prefs_common.c
2657                 small change to English
2658                 
2659         * src/prefs_filtering.c
2660                 prefs_filtering_action_select(): improve logic and uniformity
2661                 of gui
2662
2663 2003-01-05 [alfons]     0.8.8claws47
2664
2665         fine tune solution to focus problems (bug #7)
2666
2667         * src/mainwindow.c
2668                 mainwindow_focus_in_event(): remove grab event check
2669         * src/summaryview.c
2670                 summary_button_pressed(): move selection on right-click
2671                 too. we can't possibly move the selection back after
2672                 canceling a dialog, because gtk's incomplete focus 
2673                 management. whether this is a good solution, only time
2674                 will tell.
2675
2676 2003-01-05 [christoph]  0.8.8claws46
2677
2678         * src/imap.c
2679                 fix crash when no imap connection could be established
2680
2681 2003-01-05 [paul]       0.8.8claws45
2682
2683         * src/mainwindow.c
2684           src/sumamryview.c
2685           src/gtk/menu.[ch]
2686                 fix bug 605957 'shortcuts in popup-menu'
2687                 make user-defined shortcuts work
2688                 show shortcuts that are already defined
2689                 in the main menu
2690                 Patch submitted by Luke Plant
2691
2692 2003-01-05 [alfons]     0.8.8claws44
2693
2694         * src/mainwindow.c
2695                 focus_in_event handler should not select summary view row 
2696                 when another window (menu, dialog) grabbed for events 
2697                 (bug #7, "[0.8.8claws42] Message summary focus") 
2698
2699 2003-01-04 [christoph]  0.8.8claws43
2700
2701         * src/procmsg.c
2702                 update save folder after adding the sent message
2703                  (closes bug #6 Folder View doesn't refresh for "Sent"-messages)
2704
2705 2003-01-02 [christoph]  0.8.8claws42
2706
2707         * src/common/plugin.c
2708                 fix unloading of all plugins and unload
2709                 plugins in reverse order
2710                 
2711         * src/gtk/pluginwindow.c
2712                 implement function of load and unload button
2713
2714         * src/gtk/prefswindow.c
2715         * src/gtk/prefswindow.h
2716                 rename register function and add new unregister
2717                 function
2718
2719         * src/plugins/spamassassin/spamassassin_gtk.c
2720                 unregister prefs page and update for changes in
2721                 src/gtk/prefswindow.c
2722
2723 2003-01-02 [paul]       0.8.8claws41
2724
2725         * po/es.po
2726                 updated by Ricardo Mones Lastra
2727
2728 2003-01-02 [paul]
2729
2730         * tools/tb2sylpheed
2731                 fixes and improvements by Urke MMI
2732
2733 2003-01-02 [thorsten]   0.8.8claws40
2734
2735         * src/procmsg.c
2736                 fixed wrong return value
2737
2738 2003-01-02 [thorsten]   0.8.8claws39
2739
2740         * src/prefs.c
2741                 fixed printing wrong variable
2742
2743 2003-01-02 [thorsten]   0.8.8claws38
2744
2745         * src/prefs.c
2746                 fixed acessing members of freed pfile struct
2747
2748 2003-01-02 [thorsten]   0.8.8claws37
2749
2750         * src/procmsg.c
2751                 detect loops across several messages
2752                 as suggested by Christoph Hohmann
2753
2754 2003-01-01 [match]      0.8.8claws36
2755
2756         * src/addrindex.c
2757                 fixed another memory leak.
2758
2759 2003-01-01 [match]      0.8.8claws35
2760
2761         * src/jpilot.[ch]
2762                 fixed memory leaks. applied Doxygen comments.
2763
2764 2003-01-01 [thorsten]   0.8.8claws34
2765
2766         * src/procmsg.c
2767                 inhibit endless loop if msg references itself
2768                 (closes Bug [ 660477 ] Infinite loop in parent flag search)
2769
2770 2003-01-01 [christoph]  0.8.8claws33
2771
2772         * src/mainwindow.c
2773         * src/gtk/Makefile.am
2774         * src/gtk/pluginwindow.c                ** NEW **
2775         * src/gtk/pluginwindow.h                ** NEW **
2776                 add plugin window
2777
2778         * src/plugins/demo/demo.c
2779         * src/plugins/spamassassin/spamassassin.c
2780         * src/plugins/spamassassin/spamassassin_gtk.c
2781                 write better plugin descriptions
2782
2783 2002-12-31 [christoph]  0.8.8claws32
2784
2785         * src/gtk/prefswindow.c
2786         * src/plugins/spamassassin/spamassassin_gtk.c
2787                 some small improvements to GTK code
2788
2789 2002-12-31 [christoph]  0.8.8claws31
2790
2791         * src/plugins/spamassassin/spamassassin_gtk.c
2792                 enable folder select button
2793
2794 2002-12-31 [christoph]  0.8.8claws30
2795
2796         * src/mainwindow.c
2797         * src/gtk/Makefile.am
2798         * src/gtk/prefswindow.c                         ** NEW **
2799         * src/gtk/prefswindow.h                         ** NEW **
2800                 add new prefs window
2801
2802         * src/common/plugin.c
2803                 don't try to load empty config lines
2804         
2805         * src/plugins/spamassassin/Makefile.am
2806         * src/plugins/spamassassin/spamassassin.c
2807         * src/plugins/spamassassin/spamassassin.h       ** NEW **
2808         * src/plugins/spamassassin/spamassassin_gtk.c   ** NEW **
2809                 GTK config for SpamAssassin Plugin using
2810                 the new prefs window
2811
2812 2002-12-31 [paul]       0.8.8claws29
2813
2814         * po/POTFILES.in
2815                 remove obsolete entry 'src/menu.c'
2816
2817 2002-12-31 [alfons]     0.8.8claws28
2818
2819         * src/matcher.[ch]
2820         * src/matcher_parser_parse.y
2821         * src/prefs_matcher.c
2822                 add "ignore_thread" and "~ignore_thread" condition so it's
2823                 possible to make the actions / scoring operate on the ignore
2824                 thread flag
2825
2826 2002-12-31 [christoph]  0.8.8claws27
2827
2828         * src/addrbook.c
2829         * src/addrindex.c
2830         * src/folder.c
2831         * src/matcher.c
2832         * src/prefs_account.c
2833         * src/prefs_actions.c
2834         * src/prefs_customheader.c
2835         * src/prefs_display_header.c
2836         * src/prefs_gtk.c
2837         * src/procmime.c
2838         * src/toolbar.c
2839         * src/xmlprops.c
2840         * src/common/prefs.[ch]
2841                 extend prefs file handling for reading and automatic handling
2842                 of blocks. When reading prefs_set_block_label will automatically
2843                 move on to the block. When writing it will copy all other blocks
2844                 automatically
2845
2846         * src/common/plugin.c
2847                 Now loading plugin filenames from [Plugins] block in
2848                 sylpheed rc file
2849
2850 2002-12-30 [christoph]  0.8.8claws26
2851
2852         * src/common/hooks.[ch]
2853                 return abort status to caller of hooks_invoke
2854                 
2855         * src/inc.[ch]
2856                 invoke message filtering hook and stop
2857                 default handling when filter returns abort
2858
2859         * src/common/plugin.[ch]
2860         * src/plugins/demo/demo.c
2861                 modify plugin loader, because resolving symbols for strings
2862                 does not work correctly
2863         
2864         * configure.in
2865         * ac/spamassassin.m4                            ** NEW **
2866         * src/plugins/spamassassin/.cvsignore           ** NEW **
2867         * src/plugins/spamassassin/Makefile.am          ** NEW **
2868         * src/plugins/spamassassin/README               ** NEW **
2869         * src/plugins/spamassassin/libspamc.[ch]        ** NEW **
2870         * src/plugins/spamassassin/spamassassin.c       ** NEW **
2871         * src/plugins/spamassassin/utils.[ch]           ** NEW **
2872                 add spamassassin plugin, see src/plugins/spamassassin/README
2873                 for details
2874
2875 2002-12-29 [alfons]     0.8.8claws25
2876
2877         * src/mainwindow.c
2878                 when moving focus from a message view to the main 
2879                 window, don't forget to select the summary node
2880                 of the displayed message. should fix "[ 659103 ] 
2881                 focus-follows-mouse confuses sylpheed"
2882
2883 2002-12-29 [christoph]  0.8.8claws24
2884
2885         * src/Makefile.am
2886         * src/stringtable.[ch]          ** REMOVE **
2887         * src/common/Makefile.am
2888         * src/common/stringtable.[ch]   ** NEW **
2889                 move stringtable files to common directory
2890
2891 2002-12-29 [christoph]  0.8.8claws23
2892
2893         * src/Makefile.am
2894         * src/menu.[ch]                 ** REMOVE **
2895         * src/gtk/Makefile.am
2896         * src/gtk/menu.[ch]             ** NEW **
2897                 move menu files to gtk directory
2898
2899 2002-12-29 [match]      0.8.8claws22
2900
2901         * src/addressbook.c
2902         * src/syldap.c
2903                 moved UI specific code out of LDAP code into addressbook
2904                 UI code. fixed memory leak.
2905
2906 2002-12-29 [christoph]  0.8.8claws21
2907
2908         * src/folder.c
2909                 only check for IGNORED parent message when message is
2910                 not IGNORED itself
2911
2912 2002-12-29 [alfons]     0.8.8claws20
2913
2914         * src/summaryview.c
2915                 set gtksctree's anchor correct (immediate execute
2916                 changes the tree's layout, and anchor points at 
2917                 the incorrect row). fixes "[ 657233 ] multiple msg 
2918                 delete sometimes off by 1".
2919                 we probably have to look for more tree layout /
2920                 anchor glitches.
2921
2922 2002-12-29 [paul]       0.8.8claws19
2923
2924         * src/summaryview.c
2925                 fix bug [ 659054 ] incorrect sorting of 'From' column
2926                 when using 'display sender using address book'
2927                 thanks to Alfons and Luke Plant
2928
2929 2002-12-29 [christoph]  0.8.8claws18
2930
2931         * src/folder.c
2932         * src/procmsg.[ch]
2933                 check parent messages for IGNORE THREAD flag, when adding,
2934                 moving or copying messages to a folder
2935
2936 2002-12-27 [alfons]     0.8.8claws17
2937
2938         re-organize matcher part 5; more to come
2939
2940         * src/matcher.c
2941                 hash keywords in matchparser_tab 
2942
2943 2002-12-27 [alfons]     0.8.8claws16
2944
2945         re-organize matcher part 4; more to come
2946
2947         * src/matcher_parser.h
2948         * src/matcher_parser_lex.l
2949         * src/matcher_parser_parse.y
2950                 cleanup
2951
2952 2002-12-27 [alfons]     0.8.8claws15
2953
2954         re-organize matcher part 3; more to come
2955
2956         * src/matcher.[ch]
2957                 cleanup
2958
2959 2002-12-27 [alfons]     0.8.8claws14
2960
2961         re-organize matcher part 2; more to come but this should
2962         work. cc me if there are any regressions.
2963
2964         * src/matcher.h
2965                 add prototype for get_matchparser_tab_id()
2966         * src/matcher_parser_lex.l
2967                 look up keywords using matchparser_tab_id();
2968
2969 2002-12-27 [alfons]     0.8.8claws12
2970
2971         re-organize matcher part 1
2972
2973         * src/matcher.h
2974                 map yacc generated constants to sylpheed matcher constants
2975         * src/matcher.c
2976                 add function to find a matcher constant from a string
2977
2978 2002-12-27 [christoph]  0.8.8claws11
2979
2980         * src/compose.c
2981                 MENUITEM_ADD casts the 4th argument from integer to pointer
2982                 so it probably should not be a pointer, this means we
2983                 should use account id for it and not the account's pointer
2984
2985 2002-12-27 [paul]       0.8.8claws10
2986
2987         * src/mainwindow.c
2988                 remove unneeded 'GtkWidget *vbox'
2989                 
2990         * src/summaryview.c
2991                 further sync with 0.8.8 - make sort
2992                 by recipient work as expected
2993                 
2994         * NEWS
2995                 sync with 0.8.8
2996
2997 2002-12-27 [paul]       0.8.8claws9
2998
2999         * po/pt_BR.po
3000                 updated by Ivan F. Martinez
3001                 
3002 2002-12-27 [darko]      0.8.8claws8
3003
3004         * src/common/utils.c
3005                 added locked pattern to extended search
3006
3007 2002-12-27 [alfons]     0.8.8claws7
3008
3009         * src/prefs_matcher.[ch]
3010                 clean up
3011
3012 2002-12-26 [alfons]     0.8.8claws6
3013
3014         * src/matcher.[ch]
3015         * src/matcher_parser_lex.l
3016         * src/matcher_parser_parse.y
3017         * src/prefs_matcher.c
3018                 allow color label as a condition in the matcher
3019
3020 2002-12-26 [oliver]     0.8.8claws5
3021         
3022         * src/toolbar.c 
3023                 enable Addressbook for Main and Messageview
3024         * src/prefs_actions.c
3025                 enable actions in Messageview
3026
3027 2002-12-26 [christoph]  0.8.8claws4
3028
3029         * src/common/plugin.c
3030                 add a little debug output
3031         * configure.in
3032         * src/plugins/demo/Makefile.am
3033                 better use of automake
3034
3035 2002-12-26 [christoph]  0.8.8claws3
3036
3037         * src/Makefile.am
3038         * src/common/Makefile.am
3039                 fix "make distdir"
3040
3041 2002-12-26 [christoph]  0.8.8claws2
3042
3043         * configure.in
3044                 sort configure checks into common / gtk / plugins
3045         * po/POTFILES.in
3046                 add src/prefs_gtk.c
3047         * src/Makefile.am
3048                 add plugins SUBDIR
3049         * src/main.c
3050         * src/common/sylpheed.[ch]
3051                 added now sylpheed_done function for shutdown
3052         * src/common/Makefile.am
3053         * src/common/plugin.[ch]                ** NEW **
3054                 plugin loader and unloader
3055         * src/plugins/.cvsignore                ** NEW **
3056         * src/plugins/Makefile.am               ** NEW **
3057                 build plugins
3058         * src/plugins/demo/.cvsignore           ** NEW **
3059         * src/plugins/demo/Makefile.am          ** NEW **
3060         * src/plugins/demo/demo.c               ** NEW **
3061                 small demo plugin that installs a logtext hook and
3062                 outputs the log text to stdout
3063
3064 2002-12-26 [paul]       0.8.8claws1
3065
3066         * po/es.po
3067                 updated by Ricardo Mones Lastra
3068
3069 2002-12-26 [paul]       0.8.8claws
3070
3071         * 0.8.8claws released
3072
3073 2002-12-26 [paul]       0.8.7claws12
3074
3075         * po/bg.po
3076                 updated by George Danchev
3077
3078 2002-12-26 [paul]       0.8.7claws11
3079
3080         * po/POTFILES.in
3081                 remove unneeded 'src/prefs.c' entry 
3082
3083 2002-12-26 [paul]       0.8.7claws10
3084
3085         * src/codeconv.c
3086           src/mainwindow.c
3087                 sync with 0.8.8 release
3088         
3089         * src/folder.[ch]
3090           src/mh.c
3091           src/summaryview.c
3092                 partial sync with 0.8.8 release
3093         
3094
3095 2002-12-25 [alfons]     0.8.7claws9
3096
3097         * src/matcher.[ch]
3098         * src/matcher_parser_lex.l
3099         * src/matcher_parser_parse.y
3100         * src/prefs_matcher.c
3101                 add locked flag to possible filtering / matcher 
3102                 conditions (also a good example what should be
3103                 done to add a simple boolean condition)
3104
3105 2002-12-25 [christoph]  0.8.7claws8
3106
3107         * src/Makefile.am
3108         * src/account.[ch]
3109         * src/addrbook.c
3110         * src/addressbook.c
3111         * src/addrindex.c
3112         * src/filtering.c
3113         * src/folder.c
3114         * src/matcher.c
3115         * src/prefs.[ch]                ** REMOVE **
3116         * src/prefs_account.c
3117         * src/prefs_actions.c
3118         * src/prefs_common.c
3119         * src/prefs_customheader.c
3120         * src/prefs_display_header.c
3121         * src/prefs_filtering.c
3122         * src/prefs_folder_item.c
3123         * src/prefs_gtk.[ch]            ** NEW **
3124         * src/prefs_matcher.c
3125         * src/prefs_scoring.c
3126         * src/prefs_summary_column.c
3127         * src/procmime.c
3128         * src/selective_download.c
3129         * src/toolbar.c
3130         * src/common/Makefile.am
3131         * src/common/prefs.[ch]         ** NEW **
3132                 split prefs.[ch] into prefs_gtk.[ch] and common/prefs.[ch]
3133
3134 2002-12-24 [alfons]     0.8.7claws7
3135
3136         * src/summaryview.c
3137                 summary_thread_build(): fix real cause of the crash mentioned in
3138                 0.8.7claws3. use subject_XXX() and not g_hash_table_XXX() functions,
3139                 this way we get meaningful ctree nodes 
3140
3141 2002-12-24 [oliver]     0.8.7claws6
3142
3143         * src/mainwindow.[ch]
3144         * src/messageview.[ch]
3145         * src/compose.[ch]
3146         * src/inc.c
3147         * src/summaryview.c
3148                 changes to use updated toolbar handling
3149                 
3150 2002-12-24 [oliver]     0.8.7claws5
3151
3152         * src/toolbar.[ch]
3153                 generic toolbar handling
3154                 used ideas from Ivan Francolin Martinez (ivanfm@users.sourceforge.net)
3155         * src/prefs_toolbar.[ch]
3156                 adjust to handling
3157         
3158 2002-12-24 [oliver]     0.8.7claws4
3159         
3160         * src/stock_pixmap.[ch]
3161                 move SYLPHEED_LOGO to end of list in order 
3162                 to remove it from Custom Toolbar`s Icon View
3163
3164 2002-12-24 [alfons]     0.8.7claws3
3165
3166         * src/summaryview.c
3167                 summary_thread_build(): fix crash because of focus != selection 
3168                 after threading. when deleting the selection, gtk tries but fails 
3169                 to find the correct focusable element. we now force the selection
3170                 to be focused. this should solve the infamous bug reported by 
3171                 Jason Wojciechowski (bug "[ 633443 ] Crash on deleting messages"). 
3172                 a test case is available. 
3173
3174 2002-12-24 [darko]      0.8.7claws2
3175
3176         * src/summaryview.c
3177                 don't crash when unmarking message with unread children
3178
3179 2002-12-23 [christoph]  0.8.7claws1
3180
3181         * src/Makefile.am
3182         * src/common/Makefile.am
3183                 update Makefiles for moved intl.h, version.h and defs.h
3184         * src/imap.c
3185                 rewrite imap_session_get to avoid duplicate code
3186
3187 2002-12-23 [paul]       0.8.7claws
3188
3189         * Santa-Claws released
3190         
3191         * po/hu.po
3192           po/ru.po
3193                 squeeze in updated Hungarian and Russian translations.
3194                 Submitted by  Gál Zoltán and Ruslan N. Balkin
3195
3196 2002-12-23 [paul]       0.8.6claws129
3197
3198         * po/pl.po
3199                 updated by Witold Wladyslaw Wojciech Wilk
3200
3201 2002-12-23 [paul]       0.8.6claws128
3202
3203         * src/quote_fmt_parse.y
3204                 fix typo and add licence header
3205
3206 2002-12-23 [paul]       0.8.6claws127
3207
3208         * po/en_GB.po
3209                 updated
3210
3211 2002-12-23 [paul]       0.8.6claws126
3212
3213         * po/it.po
3214                 updated translation, submitted by Alessandro Maestri
3215                 
3216 2002-12-23 [paul]       0.8.6claws125
3217
3218         * src/quote_fmt_parse.y
3219                 fix signature-stripping on replies bug. match
3220                 '-- \n' and not '-- '.
3221
3222 2002-12-22 [paul]       0.8.6claws124
3223
3224         * po/bg.po
3225           po/es.po
3226           po/sr.po
3227                 updated translations. submitted by George Danchev,
3228                 Ricardo Mones Lastra, and Urke MMI respectively
3229
3230 2002-12-21 [paul]       0.8.6claws123
3231
3232         * src/addrbook.c
3233                 fix coding style
3234
3235 2002-12-21 [paul]       0.8.6claws122
3236
3237         * src/addrbook.c
3238                 fix bug [643638] where if a person is in one or more
3239                 addressbook groups editing that person's email 
3240                 address results in removal from those groups.
3241                 Patch submitted by Luke Plant.
3242
3243 2002-12-20 [christoph]  0.8.6claws121
3244
3245         * src/common/utils.c
3246         * src/summaryview.c
3247                 reimplement expand_search_string using GString to
3248                 prevent crashs caused by miscalculated string
3249                 lengths reported by Paul
3250
3251 2002-12-20 [christoph]  0.8.6claws120
3252
3253         * src/summaryview.c
3254                 don't use "changed" to check if op_count has to be changed as it
3255                 is also set when the message has unread children
3256                 (closes bug [ 653221 ] crash while deleting duplicates)
3257
3258 2002-12-20 [paul]       0.8.6claws119
3259
3260         * sync with 0.8.6cvs27
3261                 see ChangeLog 2002-12-20
3262
3263 2002-12-20 [paul]       0.8.6claws118
3264
3265         * sync with 0.8.6cvs26
3266                 see ChangeLog 2002-12-19 and 2002-12-20
3267
3268 2002-12-19 [alfons]     0.8.6claws117
3269
3270         * src/textview.c
3271                 fix incorrect parsing of email addresses, submitted by 
3272                 Luke Plant (thanks!). Closes bug "[ 565480 ] duplicate 
3273                 name display if it contains @".
3274
3275 2002-12-18 [paul]       0.8.6claws116
3276
3277         * sync with 0.8.6cvs23
3278                 see ChangeLog 2002-12-18
3279
3280 2002-12-18 [paul]       0.8.6claws115
3281
3282         * src/Makefile.am
3283         * src/account.c
3284         * src/codeconv.c
3285         * src/gtkutils.[ch]
3286         * src/imap.c
3287                 sync with 0.8.6cvs22.
3288                 see ChangeLog 2002-12-17 and 2002-12-18
3289
3290 2002-12-17 [christoph]  0.8.6claws114
3291
3292         * src/imap.c
3293                 o don't create a session if imap greeting fails
3294                 o don't close socket when authentication fails
3295                   this is done by imap_session_destroy
3296
3297 2002-12-17 [thorsten]   0.8.6claws113
3298
3299         * tools/Makefile.am
3300           tools/README
3301           tools/google_msgid.pl ** NEW FILE **
3302                 Added "search for message-id" script and doc
3303
3304 2002-12-17 [thorsten]   0.8.6claws112
3305
3306         * po/hu.po
3307                 Updated hungarian translation
3308                 (updated by Gal Zoltan)
3309
3310 2002-12-16 [christoph]  0.8.6claws111
3311
3312         * src/addr_compl.c
3313                 remove stupid addressbook dump to debug output
3314         * src/mh.c
3315                 fix memory leak found by Hiro
3316
3317 2002-12-14 [paul]       0.8.6claws110
3318
3319         * src/compose.c
3320                 fix menubar sensitivity on send
3321                 
3322         * src/prefs_filtering.c
3323         * src/prefs_matcher.c
3324         * src/prefs_scoring.c
3325                 Fix english ;)
3326                 
3327         * src/common/quoted-printable.h
3328                 sync: fix typo
3329         
3330 2002-12-13 [christoph]  0.8.6claws109
3331
3332         * src/Makefile.am
3333         * src/manage_window.[ch]        ** REMOVE **
3334         * src/gtk/Makefile.am
3335         * src/gtk/manage_window.[ch]    ** NEW **
3336                 move manage_window files to gtk directory
3337
3338 2002-12-13 [christoph]  0.8.6claws108
3339
3340         * src/Makefile.am
3341         * src/gtkshruler.[ch]           ** REMOVE **
3342         * src/gtk/Makefile.am
3343         * src/gtk/gtkshruler.[ch]       ** NEW **
3344                 move gtkshruler files to gtk directory
3345
3346 2002-12-13 [christoph]  0.8.6claws107
3347
3348         * src/Makefile.am
3349         * src/compose.c
3350         * src/gtkstext.[ch]             ** REMOVE **
3351         * src/gtkutils.[ch]
3352         * src/textview.c
3353         * src/gtk/gtkstext.[ch]         ** NEW **
3354         * src/gtk/Makefile.am
3355                 o move stext functions to gtkstext.c to remove
3356                   dependency of gtkutils
3357                 o move gtkstext files to gtk directory
3358
3359         * src/gtk/Makefile.am
3360         * src/gtk/sslcertwindow.[ch]
3361                 UI stuff can always depend on common code so
3362                 it's ok to add ../common to include path
3363
3364 2002-12-13 [colin]      0.8.6claws106
3365
3366         * src/summaryview.c
3367                 Disconnect sighandlers for mainwindow when
3368                 quicksearch has the focus
3369                 Fix bug #653231
3370         * src/mainwindow.[ch]
3371                 Make key_pressed callback public, to be able
3372                 to disconnect it
3373
3374 2002-12-13 [christoph]  0.8.6claws105
3375
3376         * src/mh.c
3377                 create .mh_sequences file in new MH folders
3378                 (closes feature request [ 523162 ] MH folders should
3379                  get a .mh_sequences)
3380
3381 2002-12-13 [colin]      0.8.6claws104
3382
3383         * src/summaryview.c
3384                 Better handling of quicksearch show/hide
3385                 (basically the button stays under the mouse 
3386                  when toggled)
3387
3388 2002-12-13 [paul]       0.8.6claws103
3389
3390         * sync with 0.8.6cvs17
3391                 see ChangeLog 2002-12-13
3392
3393 2002-12-13 [paul]       0.8.6claws102
3394
3395         * po/es.po
3396                 updated by Ricardo Mones Lastra
3397
3398 2002-12-11 [colin]       0.8.6claws101
3399
3400         * src/folder.c
3401                 remove statusbar stuff
3402           src/folderview.c
3403                 set statusbar verbosity when moving folders
3404
3405 2002-12-11 [colin]       0.8.6claws100
3406         * src/prefs_filtering.c
3407         * src/prefs_matcher.c
3408         * src/prefs_scoring.c
3409                 Fix english ;)
3410
3411 2002-12-11 [colin]       0.8.6claws99
3412
3413         * src/prefs_common.[ch]
3414                 Add summary_quicksearch_type
3415         * src/summaryview.c
3416                 Save last used quicksearch type
3417
3418 2002-12-11 [jens]       0.8.6claws98
3419         * src/prefs_filtering.c
3420         * src/prefs_matcher.c
3421         * src/prefs_scoring.c
3422                 added dialog for incomplete rules in scoring, filtering and
3423                 matcher to ask wheather really close
3424
3425 2002-12-11 [colin]      0.8.6claws97
3426
3427         * src/folder.c
3428                 Fix folder dnd statusbar logging
3429
3430 2002-12-10 [christoph]  0.8.6claws96
3431
3432         * src/compose.c
3433         * src/folder.c
3434         * src/imap.c
3435         * src/inc.c
3436         * src/main.c
3437         * src/mainwindow.c
3438         * src/news.c
3439         * src/send.c
3440         * src/statusbar.[ch]
3441         * src/common/hooks.c
3442         * src/common/log.[ch]
3443                 o handle verbose logging in statusbar directly in statusbar code
3444                   and common code does not need any knowledge about a statusbar
3445                 o remove direct calls to statusbar_(puts|pop)_all functions
3446
3447 2002-12-10 [jens]       0.8.6claws95
3448
3449         * src/*.c
3450                 removed gettext from g_warnings
3451         * po/POTFILES.in
3452                 cleaned and updated
3453         * po/de.po
3454                 updated
3455
3456 2002-12-10 [colin]      0.8.6claws94
3457
3458         * src/main.c
3459                 finish crash dialog fix
3460
3461 2002-12-10 [colin]      0.8.6claws93
3462
3463         * src/main.c
3464                 "Fix" "sylpheed already running" instead of
3465                 crash dialog appearing after a crash
3466
3467 2002-12-10 [colin]      0.8.6claws92
3468
3469         * po/POTFILES.in
3470                 add src/gtk/sslcertwindow.c
3471
3472 2002-12-10 [paul]       0.8.6claws91
3473
3474         * po/POTFILES.in
3475                 updated to reflect recent changes
3476                 submitted by Alessandro Maestri
3477
3478 2002-12-09 [christoph]  0.8.6claws90
3479
3480         * src/Makefile.am
3481         * src/smtp.[ch]                 ** REMOVE **
3482         * src/common/Makefile.am
3483         * src/common/smtp.[ch]          ** NEW **
3484                 move smtp files to common directory
3485
3486 2002-12-09 [christoph]  0.8.6claws89
3487
3488         * src/Makefile.am
3489         * src/session.[ch]              ** REMOVE **
3490         * src/common/Makefile.am
3491         * src/common/session.[ch]       ** NEW **
3492                 move session files to common directory
3493
3494 2002-12-09 [paul]       0.8.6claws88
3495
3496         * src/account.c
3497                 fix bug [649746] edit accounts: move account reverted
3498                 Patch submitted by Luke Plant <lukeplant@users.sourceforge.net>
3499
3500 2002-12-09 [colin]      0.8.6claws87
3501
3502         * src/ssl_certificate.c
3503                 cleanup
3504
3505 2002-12-09 [colin]      0.8.6claws86
3506
3507         * src/ssl.c
3508                 Try to open the cert.pem database and 
3509                 issue a warning if it isn't there
3510
3511 2002-12-09 [colin]      0.8.6claws85
3512
3513         * src/common/ssl_certificate.c
3514         * src/gtk/sslcertwindow.c
3515                 Warning fixes
3516
3517 2002-12-09 [colin]      0.8.6claws84
3518
3519         * src/ssl_certificate.[ch] ** REMOVED **
3520         * src/common/ssl_certificate.[ch] ** NEW **
3521         * src/Makefile.am
3522         * src/common/Makefile.am
3523                 Moved ssl_certificate.[ch] to common
3524         * src/common/ssl.c 
3525                 Put back needed include
3526         * src/gtk/sslcertwindow.[ch]
3527                 Changed ssl_certificate.h include
3528         
3529 2002-12-09 [colin]      0.8.6claws83
3530
3531         * src/gtk/sslcertwindow.[ch]
3532                 Implement hook for certificate acception
3533         * src/ssl_certificate.[ch]
3534                 Implement hook for certificate acception
3535         * src/common/ssl.c
3536                 Reenable certificate acception check
3537         * src/mainwindow.c
3538                 Register sslcertwindow's hook
3539         
3540 2002-12-08 [christoph]  0.8.6claws82
3541
3542         * src/about.c
3543         * src/addr_compl.c
3544         * src/codeconv.c
3545         * src/manual.c
3546         * src/undo.c
3547         * src/common/utils.c
3548                 o add missing includes
3549                 o fix warnings
3550         * src/.cvsignore
3551         * src/common/.cvsignore
3552         * src/common/version.h          ** REMOVE **
3553                 remove autogenerated file
3554
3555 2002-12-08 [paul]       0.8.6claws81
3556
3557         * src/stringtable.c
3558                 put back needed include
3559
3560 2002-12-08 [colin]      0.8.6claws80
3561         
3562         * src/gtk/sslcertwindow.c
3563                 Cleaner popups when asking
3564         * src/ssl_certificate.c
3565         * src/prefs_common.[ch]
3566                 remove ssl certificate pref
3567                 put back needed include
3568         * src/undo.c
3569                 put back needed include
3570
3571 2002-12-08 [christoph]  0.8.6claws79
3572
3573         * src/folderview.c
3574         * src/logwindow.c
3575         * src/statusbar.c
3576         * src/summaryview.c
3577                 only abort hook invokation if required data is missing not
3578                 if our own data pointer is NULL, update hookfunction for
3579                 log window
3580
3581 2002-12-08 [paul]       0.8.6claws78
3582
3583         * src/about.c
3584         * src/addrcache.c
3585         * src/addrclip.c
3586         * src/addr_compl.c
3587         * src/addrselect.c
3588         * src/codeconv.c
3589         * src/colorlabel.c
3590         * src/enriched.c
3591         * src/esmtp.c
3592         * src/exporthtml.c
3593         * src/headerview.c
3594         * src/imageview.c
3595         * src/manual.c
3596         * src/noticeview.c
3597         * src/pgptext.c
3598         * src/scoring.c
3599         * src/sourcewindow.c
3600         * src/stringtable.c
3601         * src/undo.c
3602                 clean up: remove unneccesary includes
3603
3604 2002-12-08 [christoph]  0.8.6claws77
3605
3606         * src/folderview.c
3607         * src/statusbar.c
3608         * src/summaryview.c
3609         * src/common/hooks.[ch]
3610                 hook functions now have a gboolean return value, if a hook
3611                 returns TRUE it will stop executing of any more hooks in
3612                 the same hooklist for this invokation
3613
3614 2002-12-08 [colin]      0.8.6claws76
3615         
3616         * src/main.c
3617                 put back argv0 for CRASH_DIALOG
3618
3619 2002-12-08 [christoph]  0.8.6claws75
3620
3621         * src/Makefile.am
3622         * src/about.c
3623         * src/account.c
3624         * src/crash.c
3625         * src/esmtp.h
3626         * src/imap.[ch]
3627         * src/inc.c
3628         * src/main.c
3629         * src/mainwindow.c
3630         * src/news.c
3631         * src/pop.[ch]
3632         * src/prefs_account.[ch]
3633         * src/prefs_common.[ch]
3634         * src/send.[ch]
3635         * src/smtp.[ch]
3636         * src/ssl_certificate.[ch]
3637         * src/ssl_manager.[ch]
3638         * src/common/Makefile.am
3639         * src/common/log.c
3640         * src/common/nntp.[ch]
3641         * src/common/socket.[ch]
3642         * src/common/ssl.[ch]
3643         * src/gtk/sslcertwindow.[ch]
3644         * ac/openssl.m4
3645                 use new autoconf script to detect OpenSSL with extra parameters
3646                 to specify the location of libs and includes, also remove USE_SSL
3647                 to USE_OPENSSL
3648
3649         * src/common/sylpheed.[ch]
3650         * src/common/version.h.in
3651                 start seperation of common code initialization seperated from gui
3652
3653         * src/summaryview.c
3654                 The function that is called when a color label changes
3655                 should not change the color lable again
3656
3657 2002-12-08 [colin]      0.8.6claws74
3658
3659         * src/gtk/sslcertwindow.c
3660                 warning fixes
3661
3662 2002-12-08 [colin]      0.8.6claws73
3663
3664         * src/statusbar.c
3665           src/common/log.h
3666                 Register a hook for statusbar_puts_all
3667         * src/common/log.c
3668                 invoke statusbar_puts_all's hook
3669         
3670 2002-12-08 [colin]      0.8.6claws72
3671
3672         * src/ssl_certificate.c
3673                 Put back a badly-removed include
3674
3675 2002-12-08 [colin]      0.8.6claws71
3676
3677         * src/gtk/sslcertwindow.[ch]    ** NEW **
3678                 new certificate presentation
3679         * src/gtk/Makefile.am
3680                 add new files
3681         * src/ssl_certificate.[ch]
3682                 gtk cleanup, made utility functions public
3683         * src/ssl_manager.c
3684                 use new cert presentation
3685
3686 2002-12-07 [christoph]  0.8.6claws70
3687
3688         * src/Makefile.am
3689         * src/nntp.[ch]                 ** REMOVE **
3690         * src/common/Makefile.am
3691         * src/common/nntp.[ch]          ** NEW **
3692                 move nntp files to common directory
3693
3694 2002-12-07 [christoph]  0.8.6claws69
3695
3696         * src/procmsg.[ch]
3697         * src/summaryview.c
3698                 implement msginfo update callback using sylpheed's new
3699                 hook system. Invoke hooks from procmsg_msginfo_[un]set_flags.
3700
3701 2002-12-06 [christoph]  0.8.6claws68
3702
3703         * src/editgroup.c
3704                 This patch changes the 'Edit Group Details' dialog to
3705                 allow extended selections in either pane, so that
3706                 addresses can be added or removed from a group more
3707                 quickly and easily. (it actually is a net decrease in
3708                 file size, as some unnecessary functions have been
3709                 removed). 
3710                 (patch submitted by Luke Plant <lukeplant@users.sourceforge.net>)
3711
3712 2002-12-06 [christoph]  0.8.6claws67
3713
3714         * src/Makefile.am
3715         * src/template.[ch]             ** REMOVE **
3716         * src/common/Makefile.am
3717         * src/common/template.[ch]      ** NEW **
3718                 move template files to common directory
3719
3720         * src/nntp.c
3721                 add missing log.h include
3722
3723 2002-12-06 [melvin]     0.8.6claws66
3724
3725         * src/prefs_actions.c
3726                 Added the trailing ">" syntax to insert command's output
3727                 without replacing old text (in contrast to trailing "|").
3728
3729 2002-12-05 [colin]      0.8.6claws65
3730         
3731         * src/common/utils.c
3732                 Don't modify original search_string or it'll change
3733                 the next iterations in the for()
3734
3735 2002-12-05 [darko]      0.8.6claws64
3736
3737         * src/common/utils.c
3738                 proper check for filtering commands, found by Colin
3739
3740 2002-12-05 [darko]      0.8.6claws63
3741
3742         * src/common/utils.c
3743                 check proper string for NULL pointer, found by Colin
3744
3745 2002-12-05 [darko]      0.8.6claws62
3746
3747         * src/common/utils.[ch]
3748                 expand_search_string(): new function
3749                 converts Mutt-like patterns to Sylpheed's
3750                 filtering engine
3751         * src/summaryview.c
3752                 use expand_search_string() to allow Mutt-like
3753                 patterns in extended search
3754         * README.claws
3755                 document extended option in quick search
3756
3757 2002-12-05 [paul]       0.8.6claws61
3758
3759         * sync with 0.8.6cvs16
3760                 see ChangeLog 2002-12-05
3761                 
3762         * po/POTFILES.in
3763                 clean up
3764
3765 2002-12-04 [christoph]  0.8.6claws60
3766
3767         * src/imap.[ch]
3768                 put imap authentication code into a new function and
3769                 remove it from imap_session_new that will allow to
3770                 send other commands before authentication
3771
3772 2002-12-04 [christoph]  0.8.6claws59
3773
3774         * src/imap.[ch]
3775                 use already existing method to prevent unneeded IMAP
3776                 folder selects. Set imap_select parameters to NULL
3777                 in some functions if the values are not required.
3778
3779         * src/xml.h
3780                 remove no longer required include
3781
3782 2002-12-04 [paul]       0.8.6claws58
3783
3784         * po/es.po
3785                 updated by Ricardo Mones Lastra
3786                 
3787         * configure.in
3788           po/hu.po      ** NEW FILE **
3789                 initial Hungarian translation, submitted
3790                 by Gál Zoltán <galzoli@hu.inter.net>
3791
3792 2002-12-03 [christoph]  0.8.6claws57
3793
3794         * src/Makefile.am
3795         * src/gtksctree.[ch]            ** REMOVE **
3796         * src/gtk/Makefile.am
3797         * src/gtk/gtksctree.[ch]        ** NEW **
3798                 move gtksctree files to gtk directory
3799
3800 2002-12-03 [christoph]  0.8.6claws56
3801
3802         * src/Makefile.am
3803         * src/md5.[ch]                  ** REMOVE **
3804         * srm/common/Makefile.am
3805         * src/common/md5.[ch]           ** NEW **
3806                 move md5 files to common directory
3807
3808         * src/gtkstext.c
3809                 remove not required #include
3810
3811 2002-12-03 [sergey]     0.8.6claws55
3812
3813         * src/gtkutils.c
3814         * src/gtkutils.h
3815                 gtkut_window_popup(): new function.
3816         * src/mainwindow.c
3817                 main_window_popup(): use gtkut_window_popup() to raise
3818                 window without changing its position.
3819                 (see sylpheed-main ML message [sylpheed:17247])
3820
3821 2002-12-03 [sergey]     0.8.6claws54
3822
3823         * src/send.c
3824                 send_message_local(): removed first-dot escaping
3825                 (SMTP-only, not needed for sending through pipe)
3826
3827 2002-12-03 [paul]       0.8.6claws53
3828
3829         * po/POTFILES.in
3830                 update to reflect recent changes (thanks
3831                 to Ricardo Mones Lastra)
3832                 
3833         * tools/filter_conv.pl
3834                  fix problem with quoted strings. Patch submitted
3835                  by Luke Plant <lukeplant@softhome.net>
3836
3837 2002-12-03 [paul]       0.8.6claws52
3838
3839         * sync with 0.8.6cvs15
3840                 see ChangeLog 2002-12-03
3841
3842 2002-12-02 [christoph]  0.8.6claws51
3843
3844         * src/logwindow.[ch]
3845         * src/common/log.[ch]
3846                 implement logging using a hook function
3847
3848         * src/folderview.c
3849         * src/folder.[ch]
3850                 define hooklist name in header file to avoid
3851                 errors caused by wrong spelling of hooklist names
3852
3853         * src/toolbar.c
3854                 fix warnings
3855
3856 2002-12-02 [christoph]  0.8.6claws50
3857
3858         * src/common/Makefile.am
3859                 add src/common/hooks.[ch]
3860
3861         * src/common/hooks.[ch]
3862                 implement a simple hook system using glib's hook functions
3863
3864         * src/folder.[ch]
3865         * src/folderview.c
3866                 use new hook system for folder item updates
3867
3868 2002-12-02 [christoph]  0.8.6claws49
3869
3870         * doc-src/ui_seperation.txt     ** NEW **
3871                 information for ui seperation
3872
3873         * src/Makefile.am
3874                 remove files that were moved to common
3875                 include common directory by default for the header files
3876
3877         * src/inc.c
3878         * src/common/socket.c
3879         * src/automaton.[ch]
3880                 implement automaton using g_io_*-functions instead of
3881                 gdk_input_add to make it ui independent
3882
3883         * src/codeconv.c
3884         * src/compose.c
3885         * src/ldif.c
3886         * src/pgptext.c
3887         * src/procmime.c
3888         * src/rfc2015.c
3889         * src/smtp.c
3890         * src/unmime.c
3891                 remove common/ prefix because directory is now in
3892                 include path
3893
3894         * src/compose.c
3895         * src/folder.c
3896         * src/folderview.c
3897         * src/mainwindow.c
3898         * src/messageview.c
3899         * src/prefs_common.c
3900         * src/procmsg.c
3901         * src/rfc2015.c
3902                 fix warnings
3903
3904         * src/imap.c
3905         * src/inc.c
3906         * src/news.c
3907         * src/pop.c
3908         * src/send.c
3909         * src/smtp.c
3910         * src/ssl_certificate.c
3911                 add log.h header file for logging functions
3912
3913         * src/main.c
3914         * src/common/utils.c
3915         * src/summaryview.c
3916         * src/xml.c
3917                 o move debug_mode to common/utils.c
3918                 o add functions to set and get debug_mode
3919
3920         * src/defs.h                    ** REMOVE **
3921         * src/intl.h                    ** REMOVE **
3922         * src/socket.[ch]               ** REMOVE **
3923         * src/ssl.[ch]                  ** REMOVE **
3924         * src/utils.[ch]                ** REMOVE **
3925                 replaced by new files in src/common/
3926         
3927         * src/common/Makefile.am
3928                 add new files in src/common/
3929
3930         * src/common/defs.h             ** NEW **
3931         * src/common/intl.h             ** NEW **
3932         * src/common/log.[ch]           ** NEW **
3933         * src/common/socket.[ch]        ** NEW **
3934         * src/common/ssl.[ch]           ** NEW **
3935         * src/common/utils.[ch]         ** NEW **
3936                 replacement for files in src/
3937
3938 2002-12-02 [colin]      0.8.6claws48
3939
3940         * src/folderview.c
3941                 Scroll folderview if necessary during dnd
3942
3943 2002-12-02 [colin]      0.8.6claws47
3944
3945         * src/folder.[ch]
3946                 Add check to verify a move is within a single mailbox
3947         * src/folderview.c
3948                 Add specific error string for this check
3949
3950 2002-12-02 [colin]      0.8.6claws46
3951
3952         * src/folder.c
3953                 Add a test to folder moving, remove a statusbar_print
3954         * src/folderview.c
3955                 Add Move folder... context-menu item
3956                 Factorize folder moving code
3957                 Enable folder DND for mbox
3958
3959 2002-12-01 [christoph]  0.8.6claws45
3960
3961         * ac/aspell.m4
3962                 remove conf.aspelltest if the version check fails
3963
3964 2002-11-30 [christoph]  0.8.6claws44
3965
3966         * autogen.sh
3967                 run libtoolize --force in autogen to create missing
3968                 libtool scripts
3969
3970 2002-11-30 [christoph]  0.8.6claws43
3971
3972         * src/Makefile.am
3973         * src/pgptext.c
3974         * src/procmime.c
3975         * src/rfc2015.c
3976         * src/uuencode.[ch]             ** REMOVED **
3977         * src/common/Makefile.am
3978         * src/common/uuencode.[ch]      ** NEW **
3979                 move uuen/decoder to common directory
3980
3981 2002-11-30 [christoph]  0.8.6claws42
3982
3983         * src/Makefile.am
3984         * src/base64.[ch]               ** REMOVED **
3985         * src/codeconv.c
3986         * src/compose.c
3987         * src/ldif.c
3988         * src/pgptext.c
3989         * src/procmime.c
3990         * src/rfc2015.c
3991         * src/smtp.c
3992         * src/unmime.c
3993         * src/common/Makefile.am
3994         * src/common/base64.[ch]        ** NEW **
3995                 move base64 en/decoder to common directory
3996
3997 2002-11-30 [christoph]  0.8.6claws41
3998
3999         * src/common                    ** NEW **
4000                 new directory for UI independent code
4001         * src/gtk                       ** NEW **
4002                 new directory for GTK frontend
4003         * src/common/.cvsignore         ** NEW **
4004         * src/gtk/.cvsignore            ** NEW **
4005                 ignore build files
4006         * src/common/Makefile.am        ** NEW **
4007         * src/gtk/Makefile.am           ** NEW **
4008                 automake files to build new seperated stuff
4009         * src/Makefile.am
4010                 the binary will currently still be build with the
4011                 files in src, so we include the code from the
4012                 subdirs for now after building the libs there
4013
4014 2002-11-30 [paul]       0.8.6claws40
4015
4016         * src/compose.c
4017                 fix bug [642731] 'Wrong selected account with drafted mail'
4018
4019 2002-11-29 [oliver]     0.8.6claws39
4020         
4021         * src/messageview.c
4022                 o update summaryview when switching between different
4023                   messageviews          
4024         * src/toolbar.c  
4025                 o check if messageview holds already removed msg
4026                   from summaryview
4027                 
4028
4029 2002-11-29 [oliver]     0.8.6claws38
4030
4031         * src/toolbar.c 
4032                 remove not needed variables and includes
4033                 make messageview stay opened and move to next when msgs are deleted 
4034
4035 2002-11-29 [oliver]     0.8.6claws37
4036         
4037         * src/toolbar.c 
4038                 disable compose button (messageview toolbar) by default
4039                 deleted msgs are moved to trash
4040         
4041 2002-11-29 [melvin]     0.8.6claws36
4042
4043         * configure.in
4044                 Increased minimal gpgme version to 0.3.10 (Zombies out)
4045                 and to detect signatures expirations (gpgme 0.3.6)
4046
4047         * src/main.c
4048                 Use non obsolescent function for Gpgme engine checking.
4049
4050         * src/rfc2015.c
4051                 Inform about expired signatures or signatures which key
4052                 has expired. Expiration date is displayed.
4053
4054         * src/sigstatus.c
4055                 Inform about expired signatures or signatures which key
4056                 has expired.
4057
4058 2002-11-28 [paul]       0.8.6claws35
4059
4060         * src/folderview.c
4061                 re-instate 'Check for new messages' in Newsgroup
4062                 folders right-click menu, after a suggestion from
4063                 Tim Mann <timmann@users.sourceforge.net>
4064
4065         * src/main.c
4066                 after a crash check only local folders for new
4067                 messages
4068
4069 2002-11-28 [paul]       0.8.6claws34
4070
4071         * configure.in
4072                 apply patch that fixes the checking of GTK with XIM 
4073                 support on different OSs, such as FreeBSD. Patch 
4074                 submitted by Topia <topia@users.sourceforge.net>
4075                 
4076 2002-11-28 [paul]       0.8.6claws33
4077
4078         * src/mainwindow.c
4079           src/prefs_common.c
4080           src/prefs_toolbar.c
4081                 more changes to the English
4082
4083 2002-11-28 [paul]       0.8.6claws32
4084
4085         * sync with 0.8.6cvs13
4086                 see ChangeLog 2002-11-28 (no sync needed
4087                 for src/compose.c)
4088
4089 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws31
4090         
4091         * src/mainwindow.[ch]
4092                 add patch by Ivan F. Martinez introducing messageview Toolbar
4093                 some changes and committed by oliver    
4094
4095 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws30
4096
4097         * src/messageview.[ch]
4098                 add patch by Ivan F. Martinez introducing messageview Toolbar
4099                 some changes and committed by oliver    
4100
4101 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws29
4102
4103         * src/compose.[ch]
4104                 add patch by Ivan F. Martinez introducing messageview Toolbar
4105                 some changes and committed by oliver    
4106
4107 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws28
4108         
4109         * src/toolbar.[ch]
4110                 add patch by Ivan F. Martinez introducing messageview Toolbar
4111                 some changes and committed by oliver
4112
4113 2002-11-28 [oliver]     0.8.6claws27
4114         
4115         * src/prefs_toolbar.[ch]
4116                 getting ready for messageview toolbar
4117                 free mem allocated by gettext
4118                 change prefs_toolbar to prefs_toolbar_open
4119  
4120 2002-11-28 [thorsten]   0.8.6claws26
4121
4122         * src/imageview.[ch]
4123                 cleaned up conflicting declarations of
4124                 imageview_show_image()
4125
4126 2002-11-28 [paul]       0.8.6claws25
4127
4128         * src/grouplistdialog.c
4129           src/prefs_common.c
4130           src/prefs_summary_column.c
4131                 a few more improvements to the English
4132
4133 2002-11-28 [colin]      0.8.6claws24
4134
4135         * man/sylpheed.1
4136                 A few updates to command-line parameters
4137
4138 2002-11-28 [colin]      0.8.6claws23
4139
4140         * src/prefs_filtering.c
4141                 Fix problems with prefs_filtering_delete_path:
4142                 a) if the first rule is removed, original pointers
4143                    weren't updated (leading to segfaults)
4144                 b) it was always global_processing updated in case
4145                    of removed path was parent of rule path
4146
4147 2002-11-27 [paul]       0.8.6claws22
4148
4149         * src/mainwindow.c
4150           src/prefs_account.c
4151           src/prefs_actions.c
4152           src/prefs_common.c
4153           src/prefs_customheader.c
4154           src/prefs_display_header.c
4155           src/prefs_filtering.c
4156           src/prefs_folder_item.c
4157           src/prefs_matcher.c
4158           src/prefs_scoring.c
4159           src/prefs_summary_column.c
4160           src/prefs_template.c
4161           src/prefs_toolbar.c
4162                  improve the English in the GUI
4163
4164 2002-11-27 [colin]      0.8.6claws21
4165
4166         * src/folder.c
4167                 Fix processing renaming problems happening after
4168                 last commit
4169
4170 2002-11-27 [colin]      0.8.6claws20
4171
4172         * src/folder.c
4173                 recursive move now deletes src each subfolder after 
4174                 having moved it
4175         * src/folderview.c
4176                 Use identifier instead of path during dnd (enables
4177                 IMAP folder dnd)
4178
4179 2002-11-27 [paul]       0.8.6claws19
4180
4181         * src/main.c
4182                 apply patch that does command-line processing 
4183                 BEFORE gtk_init, allowing claws to run from 
4184                 shell-scripts in non-X environment (e.g. crontab 
4185                 or ip-up, ip-down scripts). Patch submitted by
4186                 Ruslan N. Balkin <baron@dartel.ru>
4187                 
4188         * po/it.po
4189                 updated by Alessandro Maestri
4190
4191 2002-11-27 [paul]       0.8.6claws18
4192
4193         * sync with 0.8.6cvs12
4194           src/prefs_common.c
4195                 Differences are that main uses a 'Receive dialog'
4196                 frame on the Interface tab, whereas claws groups all 
4197                 the dialogs together in a 'Dialogs' frame.
4198
4199 2002-11-27 [colin]      0.8.6claws17
4200
4201         * src/prefs_matcher.c
4202                 Fix Execute criteria's NOT flag
4203
4204
4205 2002-11-26 [christoph]  0.8.6claws16
4206
4207         * src/ssl.c
4208                 rewrite the ssl code a little bit, only use one
4209                 SSL context, set default certificates' file/path
4210
4211 2002-11-26 [thorsten]   0.8.6claws15
4212
4213         * src/compose.c
4214                 default-reply-to didn't work for ml-reply
4215
4216 2002-11-26 [melvin]     0.8.6claws14
4217
4218         * src/prefs_actions.c
4219                 Made pipe-actions ignore short headers in message view
4220                 Made trailing-pipe-actions write in the message view with
4221                 the same font as the original message
4222
4223 2002-11-26 [paul]       0.8.6claws13
4224
4225         * src/compose.c
4226                 this time commit the correct file
4227
4228 2002-11-26 [paul]       0.8.6claws12
4229
4230         * sync with 0.8.6cvs11
4231           src/quote_fmt_parse.y  
4232                 no sync needed
4233           src/account.[ch]       
4234                 not sync'ed
4235           src/compose.c
4236                 compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
4237                 on draft mode.
4238                 compose_reedit(): add check for 'X-Sylpheed-Account-Id:' 
4239                 header
4240                 
4241         see ChangeLog 2002-11-25 and 2002-11-26
4242
4243 2002-11-26 [colin]      0.8.6claws11
4244
4245         * src/folderview.c
4246                 Fix collapsed folder not auto-expanding during
4247                 mail dnd, if it was the source folder.
4248
4249 2002-11-25 [colin]      0.8.6claws10
4250
4251         * src/folderview.[ch]
4252                 Variable renaming and cleaning (slist of nodes 
4253                 to be re-collapsed is stored in FolderView)
4254
4255 2002-11-25 [paul]       0.8.6claws9
4256
4257         * src/prefs_common.[ch]
4258                 fix breakage caused by last commit
4259
4260 2002-11-25 [paul]       0.8.6claws8
4261
4262         * sync with 0.8.6cvs4
4263                 see ChangeLog 2002-11-21
4264
4265 2002-11-25 [paul]       0.8.6claws7
4266
4267         * sync with 0.8.6cvs4
4268                 see ChangeLog 2002-11-20
4269
4270 2002-11-25 [paul]       0.8.6claws6
4271
4272         * sync with 0.8.6cvs3
4273                 see ChangeLog 2002-11-18
4274
4275 2002-11-25 [colin]      0.8.6claws5
4276
4277         * src/gtkutils.[ch]
4278                 Add gtkut_ctree_node_is_parent()
4279         * src/folderview.c
4280                 Spring-loaded folders
4281
4282 2002-11-25 [colin]      0.8.6claws4
4283
4284         * src/utils.[ch]
4285                 Add slist_concat_unique(), function to merge
4286                 two GSList filtering dups
4287         * src/folder.[ch]
4288         * src/summaryview.[ch]
4289         * src/folderview.c
4290         * src/main.c
4291                 Add detection/update/display of unread answers
4292                 to marked mails
4293         * src/procmsg.[ch]
4294                 Add procmsg_find_children()
4295                 Add procmsg_msg_has_marked_parent()
4296
4297 2002-11-25 [colin]      0.8.6claws3
4298
4299         * src/ssl_certificate.[ch]
4300                 Allow checking a certificate without a DNS
4301                 lookup
4302                 Allow to forget a cert (by deleting it)
4303                 Make ssl_certificate_destroy_public
4304         * src/ssl_manager.[ch] ** NEW FILES **
4305                 Gui to manage (display/remove) certificates
4306         * src/prefs_common.[ch]
4307                 Add a pref to allow silent acceptation of
4308                 trusted certificates or not (based on the
4309                 "I want to know what's going on" principle)
4310         * src/mainwindow.c
4311                 Add SSL manager in Tools menu
4312         * src/Makefile.am
4313                 Add the new files to the build
4314         * po/POTFILES.in
4315                 Add ssl_manager.c to translations
4316
4317 2002-11-25 [colin]      0.8.6claws2
4318
4319         * src/summaryview.[ch]
4320                 Add S_SEARCH_EXTENDED to the quick search, which 
4321                 allows to search using filtering syntax.
4322
4323 2002-11-25 [colin]      0.8.6claws1
4324
4325         * src/summaryview.c
4326                 Deletion of duplicates now prefer deleting
4327                 the unread dup (fixes feature-request 638989).
4328
4329 2002-11-24 [paul]       0.8.6claws
4330
4331         * po/es.po
4332           po/pl.po
4333           po/ru.po
4334           po/sr.po
4335                 updated by Ricardo Mones Lastra,
4336                 Witold Wladyslaw Wojciech Wilk,
4337                 Ruslan N. Balkin, and  Urke MMI 
4338                 respectively
4339
4340 2002-11-24 [paul]       0.8.5claws182
4341
4342         * po/bg.po
4343                 updated by George Danchev
4344
4345 2002-11-23 [alfons]     0.8.5claws181
4346
4347         * src/imap.c
4348                 tiny memory leak found by browsing Dimitar's 
4349                 valgrind report
4350
4351 2002-11-23 [paul]       0.8.5claws180
4352
4353         * po/it.po
4354                 updated by Alessandro Maestri
4355
4356 2002-11-22 [christoph]  0.8.5claws179
4357
4358         * src/compose.c
4359         * src/inc.c
4360         * src/prefs_filtering.c
4361         * src/summaryview.c
4362                 more warning fixes
4363
4364 2002-11-22 [alfons]     0.8.5claws178
4365
4366         * src/summaryview.c
4367                 summary_execute_delete_func(): if message is deleted, make 
4368                 sure to also remove its entry in the subject hash table. 
4369                 fixes a corner case bug.
4370
4371 2002-11-22 [paul]       0.8.5claws177
4372
4373         * .cvsignore
4374                 add 'autom4te.cache'
4375                 
4376         * ltconfig      ** REMOVED **
4377                 not needed
4378
4379 2002-11-22 [paul]       0.8.5claws176
4380
4381         * src/textview.c
4382                 textview_set_font(): fix for message display in
4383                 UTF-8 locales (thanks to Sergey Vlasov).
4384                 
4385         * AUTHORS
4386                 add new team members and contributors
4387
4388
4389 2002-11-21 [colin]      0.8.5claws175
4390
4391         * src/procmsg.[ch]
4392                 Add procmsg_remove_special_headers()
4393         * src/mh.c
4394                 Use procmsg_remove_special_headers() for 
4395                 previous fix
4396
4397 2002-11-21 [colin]      0.8.5claws174
4398
4399         * src/mh.c
4400                 Fix moving/copying from queue/draft folders
4401                 for MH folders
4402
4403 2002-11-21 [christoph]  0.8.5claws173
4404
4405         * src/crash.c
4406         * src/filtering.c
4407         * src/logwindow.c
4408         * src/main.c
4409         * src/matcher_parser_lex.[hl]
4410         * src/mbox.c
4411         * src/mbox_folder.[ch]
4412         * src/prefs_filtering.c
4413         * src/procheader.c
4414         * src/quote_fmt_lex.l
4415         * src/ssl.c
4416                 fix all warnings except the warnings in lex and yacc files
4417
4418 2002-11-20 [christoph]  0.8.5claws172
4419
4420         * src/imap.c
4421                 fix MsgInfo retrieval for IMAP draft and queue folders
4422                 (closes bug [ 619558 ] Draft saving on IMAP box issue)
4423
4424 2002-11-19 [christoph]  0.8.5claws171
4425
4426         * src/compose.c
4427                 fix segfault, when draft saving does not get
4428                 the MsgInfo of the new message
4429                 (closes bug [ 640699 ] Claws170: crash drafting mail ( IMAP ))
4430
4431 2002-11-19 [christoph]  0.8.5claws170
4432
4433         * src/procmsg.c
4434                 add parameter check for flag setting function
4435                 (closes bug [ 640619 ] Claws169: crash - drafting a mail (IMAP))
4436
4437 2002-11-18 [paul]       0.8.5claws169
4438
4439         * src/compose.c
4440                 more sensitivity fixes to redirect mode:
4441                 * disable toolbar draft button
4442                 * allow only Address book in the Tools menu
4443                 * disable editing of message by the spell
4444                   checker
4445
4446 2002-11-18 [paul]       0.8.5claws168
4447
4448         * src/compose.c
4449                 fix sensitivity of menu items in compose_redirect():
4450                 allow only the necessary items 
4451
4452 2002-11-18 [paul]       0.8.5claws167
4453
4454         * src/compose.c
4455                 fix bug [ 603259 ] 'attachment got lost on bounce'
4456
4457 2002-11-18 [paul]       0.8.5claws166
4458
4459         * po/ru.po
4460                 updated by Ruslan N. Balkin <baron@dartel.ru>
4461
4462 2002-11-18 [colin]      0.8.5claws165
4463
4464         * src/main.c
4465           src/defs.h
4466                 Remove old filtering stuff
4467
4468
4469 2002-11-17 [oliver]     0.8.5claws164
4470
4471         * src/toolbar.h
4472                 remove not needed typedef 
4473
4474 2002-11-17 [oliver]     0.8.5claws163
4475
4476         * src/toolbar.c
4477                 make toolbar's on click events translatable
4478
4479 2002-11-15 [colin]      0.8.5claws162
4480
4481         * src/summaryview.c
4482                 Revert too-soon integration of a feature
4483
4484 2002-11-15 [christoph]  0.8.5claws161
4485
4486         * src/imap.c
4487                 use main's implementation of imap_get_msginfo
4488
4489 2002-11-15 [christoph]  0.8.5claws160
4490
4491         * src/compose.c
4492         * src/folder.[ch]
4493         * src/imap.c
4494         * src/mbox_folder.c
4495         * src/mh.c
4496         * src/news.c
4497         * src/procmsg.c
4498         * src/summaryview.c
4499                 replace claws' fetch_msginfo with main's get_msginfo
4500                 (use main's implementation where possible)
4501
4502 2002-11-15 [colin]      0.8.5claws159
4503
4504         * src/ssl_certificate.c
4505                 Missed a check
4506
4507 2002-11-16 [melvin]     0.8.5claws158
4508
4509         * po/fr.po
4510                 Updated French translations.
4511
4512 2002-11-16 [colin]      0.8.5claws157
4513
4514         * src/ssl_certificate.c
4515                 Check for missing parts in the certificates
4516
4517 2002-11-15 [colin]      0.8.5claws156
4518
4519         * src/folderview.c
4520                 Preventive fix (missing check) found by
4521                 Alfons
4522
4523 2002-11-15 [paul]
4524
4525         * NEWS
4526                 sync with 0.8.6 release
4527
4528 2002-11-15 [colin]      0.8.5claws155
4529
4530         * src/folder.[ch]
4531           src/folderview.c
4532                 Fix error handling of folder_item_move_to()
4533                 (thanks to Alfons!)
4534
4535 2002-11-15 [colin]      0.8.5claws154
4536
4537         * src/folder.[ch]
4538           src/folderview.c
4539                 folder_item_move_to() sets an error message instead
4540                 of having GUI stuff in folder.c
4541
4542 2002-11-15 [colin]      0.8.5claws153
4543
4544         * src/procmsg.[ch]
4545                 Implemented a callback for MsgInfo updates, 
4546                 heavily copy/pasted from Christoph's folder 
4547                 callback system
4548         * src/summaryview.[ch]
4549                 Register summary_update_msg as callback
4550
4551 2002-11-14 [colin]      0.8.5claws152
4552         
4553         * src/procmsg.c
4554                 Update the FolderItem after sending (fixes 617593)
4555
4556 2002-11-14 [christoph]  0.8.5claws151
4557
4558         * src/folder.c
4559                 fix wrong position of NULL pointer check found
4560                 by Sergey
4561
4562 2002-11-14 [christoph]  0.8.5claws150
4563
4564         * src/folder.c
4565                 fix segfault when deleting messages from IMAP folders
4566                 (closes bug [ 635641 ] Crash deleting mail in IMAP trash)
4567
4568 2002-11-14 [colin]      0.8.5claws149
4569
4570         * src/compose.c
4571                 Forwarding was also ignoring the folder's default account.
4572
4573 2002-11-14 [colin]      0.8.5claws148
4574
4575         * src/compose.c
4576                 Fix sent folder not set to folder properties when 
4577                 forwarding.
4578
4579 2002-11-14 [thorsten]   0.8.5claws147
4580
4581         * src/inc.c
4582                 inc_start(): Files were not moved from .processing to inbox,
4583                 if no global processing rule existed
4584
4585 2002-11-14 [colin]      0.8.5claws146
4586
4587         * src/ssl_certificate
4588                 Fix file operations
4589
4590 2002-11-14 [paul]       0.8.5claws145
4591
4592         * po/it.po
4593                 updated by Alessandro Maestri
4594
4595 2002-11-13 [alfons]     0.8.5claws144
4596
4597         * src/folder.c
4598                 folder_item_close(): only mark messages unread
4599                 when a folder has new messages 
4600
4601 2002-11-13 [keith]      0.8.5claws143
4602
4603         * src/imap.c
4604                 Fix problem moving or copying between
4605                 IMAP folders
4606
4607 2002-11-13 [colin]      0.8.5claws142
4608
4609         * src/matcher_parser_parse.y
4610                 Fix rule problem when " don't match
4611
4612 2002-11-13 [christoph]  0.8.5claws141
4613
4614         * src/folder.c
4615         * src/folderview.c
4616                 moved cache saving to folder_item_close
4617                 the folderview should not have to deal with
4618                 this things
4619
4620 2002-11-13 [christoph]  0.8.5claws140
4621
4622         * src/summaryview.c
4623                 moved setting of important score to
4624                 summary_set_prefs_from_folderitem
4625
4626 2002-11-13 [colin]      0.8.5claws139
4627
4628         * src/matcher_parser_parse.y
4629                 Fix a segfault in the parser (happening when
4630                 a good expression had been tested and a bad 
4631                 one arrives)
4632
4633 2002-11-13 [paul]       0.8.5claws138
4634
4635         * sync with 0.8.5cvs24
4636                 see ChangeLog 2002-11-13
4637                 
4638         * po/pt_BR.po
4639                 updated by Fabio Jr. Beneditto
4640
4641 2002-11-13 [colin]      0.8.5claws137
4642         
4643         * src/msgcache.c
4644           src/defs.h
4645           src/procmsg.[ch]
4646                 Revert last commit, problem
4647
4648 2002-11-13 [colin]      0.8.5claws136
4649
4650         * src/msgcache.c
4651                 Remove duplicated code
4652         * src/defs.h
4653                 Bumped CACHE_VERSION and MARK_VERSION
4654         * src/procmsg.[ch]
4655                 Network endian for cache and mark files
4656
4657 2002-11-12 [colin]      0.8.5claws135
4658
4659         * src/inc.c
4660                 Fix the "socket error" dialog which disappeared
4661
4662 2002-11-12 [colin]      0.8.5claws134
4663
4664         * src/msgcache.c
4665                 Reverse last commit which had performance 
4666                 problems, but still reverse the list
4667
4668 2002-11-12 [colin]      0.8.5claws133
4669
4670         * src/msgcache.c
4671                 Reverse list order
4672
4673 2002-11-12 [melvin]     0.8.5claws132
4674
4675         * src/compose.c
4676                 Added a check for a NULL prefs_common.dictionary
4677
4678 2002-11-12 [colin]      0.8.5claws131
4679
4680         * src/ssl_certificate.[ch]
4681                 Use FQDN hostname
4682
4683 2002-11-12 [colin]      0.8.5claws130
4684
4685         * src/ssl_certificate.[ch]
4686                 Take connection port into account for 
4687                 checking certificates (a single hostname
4688                 could have multiple servers with multiple
4689                 certificates)
4690         * src/ssl.c
4691                 Pass the port to ssl_certificate_check
4692
4693 2002-11-12 [paul]       0.8.5claws129
4694
4695         * src/folder.c
4696                 fix a typo in last commit
4697
4698 2002-11-12 [paul]       0.8.5claws128
4699
4700         * sync with 0.8.5cvs23
4701                 see ChangeLog entry 2002-11-12
4702
4703 2002-11-11 [colin]      0.8.5claws127
4704
4705         * src/ssl_certificate.c
4706                 Cleaner messages
4707                 Don't popup, instead log error, if the 
4708                 corresponding pref is checked
4709         * src/ssl_certificate.h
4710                 include <openssl/objects/h>
4711
4712 2002-11-11 [colin]      0.8.5claws126
4713
4714         * src/ssl_certificate.h
4715                 _Really_ clean it
4716
4717 2002-11-11 [colin]      0.8.5claws125
4718         
4719         * src/ssl_certificate.c
4720                 Fixed leak
4721
4722 2002-11-11 [colin]      0.8.5claws124
4723
4724         * src/ssl.c
4725                 Cleaned a bit
4726         * src/ssl_certificate.[ch]
4727                 Cleaned a bit (better use of SSL API)
4728                 (This will cause non-recognition of saved 
4729                  certificates of claws12[23]...)
4730
4731 2002-11-11 [paul]       0.8.5claws123
4732         
4733         * po/es.po
4734                 updated by Ricardo Mones Lastra
4735
4736 2002-11-11 [colin]      0.8.5claws122
4737
4738         * src/ssl.c
4739                 Fix a typo
4740
4741 2002-11-11 [colin]      0.8.5claws121
4742
4743         * src/ssl_certificate.[ch] ** NEW FILES **
4744         * src/ssl.[ch]
4745                 Check SSL certificates presented to us
4746         * src/Makefile.am
4747                 Add ssl_certificate.[ch]
4748         * po/POTFILES.in
4749                 Add ssl_certificate.c
4750
4751 2002-11-11 [paul]       0.8.5claws120
4752
4753         * sync with 0.8.5cvs22
4754                 see ChangeLog 2002-11-11
4755
4756 2002-11-11 [paul]       0.8.5claws119
4757
4758         * sync with 0.8.5cvs21
4759                 see ChangeLog 2002-11-11
4760
4761 2002-11-10 [jens]       0.8.5claws118
4762
4763         * src/folder.c
4764         * src/folderview.c
4765                 corrected some typing
4766         * po/de.po
4767                 updated german translation
4768         * sylpheed.spec.in
4769                 cleaned up specfile and adjusted it for claws
4770
4771 2002-11-10 [colin]      0.8.5claws117
4772
4773         * src/summaryview.c
4774                 a STATUSBAR_PUSH/POP fix
4775
4776 2002-11-10 [colin]      0.8.5claws116
4777
4778         * src/prefs_folder_item.c
4779                 Fix hanging after opening folder properties
4780
4781 2002-11-10 [hoa]        0.8.5claws115
4782
4783         * src/matcher_parser_lex.l
4784         * src/matcher_parser_parse.y
4785                 config file for scoring and filtering is no more trashed
4786                 when there is a syntax error in a filtering rule when
4787                 editing it in a dialog.
4788
4789 2002-11-09 [colin]      0.8.5claws114
4790
4791         * src/mbox_folder.c
4792                 Added missing initialisation of folder->destroy()
4793
4794 2002-11-09 [colin]      0.8.5claws113
4795
4796         * src/folder.c
4797           src/folderview.c
4798                 Fix the status bar messages
4799
4800 2002-11-09 [colin]      0.8.5claws112
4801
4802         * src/folderview.c
4803                 Fix hangs after folder dnd, happening after 
4804                 claws109.
4805
4806 2002-11-09 [christoph]  0.8.5claws111
4807
4808         * src/folderview.c
4809                 just changed order of calls (reverse order of
4810                 associated calls)
4811         * src/inc.c
4812                 lock inc when checking only one account, otherwise
4813                 inc all could be executed at the same time
4814
4815 2002-11-09 [christoph]  0.8.5claws110
4816
4817         * src/folderview.c
4818                 better unlock the mouse cursor before calling
4819                 summary_show because it changes the cursor too
4820
4821 2002-11-09 [christoph]  0.8.5claws109
4822
4823         * src/folder.[ch]
4824         * src/folderview.c
4825                 add functions to open and close a folder
4826                 o opending will execute scanning for remote folders
4827                   and processing
4828                 o closing will unset new flag for messages
4829
4830 2002-11-09 [colin]      0.8.5claws108
4831
4832         * src/folder.c
4833                 Add a call to prefs_matcher_write_config to 
4834                 avoid non-leaf folders filtering settings to be
4835                 lost
4836
4837 2002-11-09 [paul]       0.8.5claws107
4838
4839         * src/prefs_account.c
4840                 re-word a label
4841
4842 2002-11-09 [colin]      0.8.5claws106
4843
4844         * src/folderview.c
4845                 Minor esthetic fix
4846
4847 2002-11-09 [colin]      0.8.5claws105
4848
4849         * src/folderview.c
4850                 Fix prefs_filtering deletion for MH folders (same
4851                 reason as below)
4852         * src/prefs_filtering.c
4853                 Fix prefs_filtering renaming and deletion for 
4854                 folder-based processing rules.  
4855
4856 2002-11-09 [christoph]  0.8.5claws104
4857
4858         * src/compose.c
4859         * src/folder.[ch]
4860         * src/folderview.[ch]
4861         * src/import.c
4862         * src/inc.c
4863         * src/main.c
4864         * src/mainwindow.c
4865         * src/messageview.c
4866         * src/prefs_folder_item.c
4867         * src/procmsg.c
4868         * src/summaryview.c
4869                 implement a callback system for folder item updates
4870
4871 2002-11-09 [colin]      0.8.5claws103
4872
4873         * src/folderview.c
4874                 Fix prefs_filtering renaming for MH folders (we
4875                 shouldn't rename by path as another folder could
4876                 have the same hierarchy).
4877
4878 2002-11-09 [colin]      0.8.5claws102
4879
4880         * src/folder.c
4881                 Fix a leak found by Christoph, use better variable
4882                 names
4883
4884 2002-11-09 [colin]      0.8.5claws101
4885
4886         * src/folder.c
4887                 One more fix for processing rules
4888
4889 2002-11-08 [colin]      0.8.5claws100
4890         
4891         * src/matcher.c
4892                 Don't copy the compiled regexp (will be reevaluated)
4893         * src/folderview.c
4894                 Lock folderview while moving
4895         * src/folder.c
4896                 Provide info on what's happening to the user
4897
4898 2002-11-08 [colin]      0.8.5claws99
4899
4900         * src/folderview.c
4901                 Fix folder reordering after a move if parent is 
4902                 root
4903         * src/scoring.[ch]
4904                 Add function to copy a ScoringProp
4905         * src/prefs_folder_item.c
4906                 Copy scoring rules when copying a folder prefs
4907
4908 2002-11-08 [colin]      0.8.5claws98
4909
4910         * src/folderview.c
4911                 Fixes in case of failure
4912         * src/filtering.[ch]    
4913                 Add function to duplicate a FilteringProp
4914         * src/matcher.[ch]
4915                 Add function to duplicate a MatcherProp
4916         * src/prefs_folder_item.c
4917                 Save folder's processing rules when copying 
4918                 its prefs
4919
4920 2002-11-08 [colin]      0.8.5claws97
4921         
4922         * src/folderview.c
4923                 Sort after move
4924         * src/folder.c 
4925                 Change a printf to debug_print
4926
4927 2002-11-08 [colin]      0.8.5claws96
4928
4929         * src/folder.c
4930           src/folderview.c
4931                 Fix segfaults, call me stupido
4932         
4933
4934 2002-11-08 [colin]      0.8.5claws95
4935
4936         *src/folder.c
4937                 Added forgotten prefs to save when moving folders
4938
4939 2002-11-08 [colin]      0.8.5claws94
4940
4941         * src/folder.c
4942                 Fixes to folder DND (prefs copy)
4943         * src/folderview.c
4944                 Optimization for folder DND (don't rescan whole tree)
4945                 Added folderview_create_folder_node() for this 
4946                 optimization, so de-duped a bit the code
4947         * src/prefs_folder_item.[ch]
4948                 Added prefs_folder_item_copy_prefs()    
4949           
4950 2002-11-08 [paul]       0.8.5claws93
4951
4952         * src/prefs_account.c
4953           tools/README
4954           tools/kmail2sylpheed_v2.pl
4955                 correct some typos
4956
4957 2002-11-08 [paul]       0.8.5claws92
4958
4959         * src/compose.c
4960           src/prefs_account.[ch]
4961                 remove account options 'clearsign' and 'ascii_armored',
4962                 replace with 'default_gnupg_mode' to prevent mixed-mode
4963                 Privacy settings
4964
4965 2002-11-08 [paul]       0.8.5claws91
4966
4967         * src/compose.[ch]
4968                 re-implement GnuPG 'on-the-fly' mode selection,
4969                 disallow mixed-mode
4970
4971 2002-11-08 [colin]      0.8.5claws90
4972
4973         * src/folderview.c
4974           src/prefs_folder_item.c
4975                 Change "Property" to "Properties"
4976
4977 2002-11-07 [colin]      0.8.5claws89
4978
4979         * src/folderview.c
4980           src/folder.c
4981                 Allow folder dropping to a root folder
4982
4983 2002-11-07 [paul]       0.8.5claws88
4984
4985         * src/compose.c
4986                 revert last commit
4987
4988 2002-11-07 [paul]       0.8.5claws87
4989
4990         * src/compose.c
4991                 fix reply-to-list bug. closes bug report
4992                 "[633382] reply-to-list broken in recent cvs"
4993
4994 2002-11-07 [paul]       0.8.5claws86
4995
4996         * src/compose.c
4997                 add a forgotten '#if USE_GPGME ... #endif'
4998
4999 2002-11-07 [paul]       0.8.5claws85
5000
5001         * sync with 0.8.5cvs20
5002                 see ChangeLog 2002-11-07
5003
5004 2002-11-07 [colin]      0.8.5claws84
5005
5006         * src/folder.[ch]
5007                 Change folder_item_move_to to return the newly 
5008                 created folderitem.
5009         * src/folderview.c
5010                 Select the new folderitem after moving.
5011
5012 2002-11-07 [colin]      0.8.5claws83
5013
5014         * src/prefs_filtering.c
5015                 Fix rule rewriting when moving a leaf folder to a 
5016                 shorter path
5017
5018 2002-11-07 [colin]      0.8.5claws82
5019
5020         * src/prefs_filtering.c
5021                 fix a leak
5022
5023 2002-11-07 [colin]      0.8.5claws81
5024
5025         * src/folder.[ch]
5026                 Add folder_item_move_to() function to move a 
5027                 folderitem into another one (updates matcher etc)
5028         * src/folderview.c
5029                 Add folder drag'n drop (context menu to come)
5030                 [Should be dataloss free, but Please backup before 
5031                  trying !]
5032
5033 2002-11-06 [colin]      0.8.5claws80
5034
5035         * src/mh.c
5036                 mh_create_folder() returns NULL if can't create
5037                 directory hierarchy
5038
5039 2002-11-06 [paul]       0.8.5claws79
5040
5041         * src/compose.[ch]
5042                 allow 'on-the-fly' changing of the type of encryption 
5043                 and/or signing used (mime/ascii) via the compose window
5044
5045 2002-11-06 [paul]       0.8.5claws78
5046
5047         * sync with 0.8.5cvs19
5048                 see ChangeLog 2002-11-06 for src/account.c: 
5049                 account_get_special_folder()
5050                 
5051 2002-11-05 [alfons]     0.8.5claws77
5052
5053         * src/crash.c
5054                 very minor cleanups: nothing to see here, move on. :-)
5055
5056 2002-11-05 [colin]      0.8.5claws76
5057
5058         * src/main.c
5059                 Changes choices if compose windows are opened to
5060                 Discard, Draft, Don't quit
5061
5062 2002-11-05 [thorsten]   0.8.5claws75
5063
5064         * src/compose.c
5065                 reenabled default_reply_to folder option
5066
5067 2002-11-05 [colin]      0.8.5claws74
5068
5069         * src/compose.[ch] 
5070                 add compose_draft()
5071         * src/crash.c
5072                 add SIGTERM handler
5073         * src/main.[ch]
5074                 add clean_quit() for the SIGTERM handler
5075
5076 2002-11-05 [paul]       0.8.5claws73
5077         
5078         * po/es.po
5079                 updated by Ricardo Mones Lastra
5080
5081 2002-11-05 [melvin]     0.8.5claws72
5082
5083         * src/logwindow.c
5084                 Fixed log-clipping bug #616795.
5085                 To stop logging in the log window use 0 length.
5086         * src/prefs_common.c
5087                 Added a label to inform about the 0 log length behaviour.
5088
5089 2002-11-05 [paul]       0.8.5claws71
5090
5091         * sync with 0.8.5cvs17
5092                 see ChangeLog 2002-11-05
5093
5094 2002-11-04 [paul]       0.8.5claws70
5095
5096         * sylpheed-128x128.png
5097           sylpheed-64x64.png
5098           sylpheed.png
5099                 replace with pngcrushed icons. Submitted by Nicolas Kaiser,
5100                 <nikai@users.sourceforge.net>
5101                 
5102         * po/bg.po
5103                 updated by George Danchev
5104
5105 2002-11-03 [thorsten]   0.8.5claws69
5106
5107         * src/main.c
5108           src/mimeview.c
5109           src/rfc2015.h
5110                 add check if gpg is active
5111
5112 2002-11-03 [thorsten]   0.8.5claws68
5113
5114         * src/toolbar.h
5115                 removed GSList declaration causing trouble on MacOS-X
5116                 (submitted by alfons, reported by xfesty)
5117
5118 2002-11-01 [paul]       0.8.5claws67
5119
5120         * src/mainwindow.c
5121                 remove last remnants of main's filter code
5122
5123 2002-11-01 [paul]       0.8.5claws66
5124
5125         * tools/filter_conv.pl
5126                 fix bug where user-defined headers were ignored
5127
5128 2002-11-01 [paul]       0.8.5claws65
5129
5130         * src/logwindow.c
5131                 make a debug_print() not translatable
5132
5133 2002-10-31 [melvin]     0.8.5claws64
5134
5135         * ac/aspell.m4
5136                 Fixed --disable-aspell-test. Now --disable-aspell-test will 
5137                 not run any GNU/aspell test.  The dictionary path will
5138                 be by default /usr/local/lib/aspell/ unless --with-aspell-prefix
5139                 was given, in which case, it will be $prefix/lib/aspell/
5140         * configure.in
5141                 Fixed typo in commentary (Aspell code).
5142
5143 2002-10-31 [paul]       0.8.5claws63
5144
5145         * po/POTFILES.in
5146                 remove src/filter.c and src/prefs_filter.c
5147                 thanks to Ricardo for reminding me
5148
5149 2002-10-31 [colin]      0.8.5claws62
5150
5151         * src/mbox_folder.c
5152                 Plug some leaks
5153
5154 2002-10-31 [paul]       0.8.5claws61
5155
5156         * src/prefs_filter.[ch] ** REMOVED **
5157           src/filter.[ch]       ** REMOVED **
5158           
5159         * src/Makefile.am
5160           src/folderview.c
5161           src/inc.c
5162           src/main.c
5163           src/mainwindow.c
5164           src/mbox.c
5165           src/prefs_common.c
5166           src/prefs_filtering.c
5167           src/summaryview.[ch]
5168                 remove main's 'filter' code
5169                 
5170         README.claws
5171                 update to reflect removal of main's filter
5172
5173 2002-10-31 [paul]       0.8.5claws60
5174
5175         * src/summaryview.c
5176                 remove check for global_processing in summary_filter_open(). 
5177                 This fixes the bug where if the user uses the right-click 
5178                 'Create filter rule...' and doesn't have any filter rules 
5179                 already defined in claws' advanced filtering, the newly 
5180                 created filter rule goes to main's filtering which is 
5181                 inaccessible through the gui. Now the filter rule gets added
5182                 to claws' filtering by default.
5183
5184 2002-10-28 [melvin]     0.8.5claws59
5185
5186         * src/prefs_actions.c
5187                 Fixed bug #627322 where MIME parts were not always
5188                 correctly passed to a %p action
5189                 Display an error dialog when message filename is not found.
5190
5191 2002-10-28 [melvin]     0.8.5claws58
5192
5193         * src/prefs_common.c
5194                 Readded a missing function declaration lost in 0.8.3claws34
5195
5196 2002-10-28 [paul]       0.8.5claws57
5197
5198         * sync with 0.8.5cvs15
5199                 see ChangeLog 2002-10-28 and 2002-10-25
5200                 
5201         Note: ChangeLog entry 2002-10-24 is not sync'ed.
5202
5203 2002-10-27 [oliver]     0.8.5claws56
5204
5205         * src/pop.c
5206                 plug leak in pop3_top_recv
5207
5208 2002-10-26 [christoph]  0.8.5claws55
5209
5210         * src/folder.c
5211                 set need_update folder flag when messages are added
5212                 (closes bug [ 626922 ] folder not updated after receiving)
5213
5214 2002-10-25 [melvin]     0.8.5claws54
5215
5216         * src/imageview.c
5217                 Fixed a memleak introduced in the scaling code.
5218
5219 2002-10-24 [alfons]     0.8.5claws53
5220
5221         * src/filtering.c
5222                 make filtering's forward message action forward from the 
5223                 correct account
5224                 (closes bug [628089 ] Filter -> Forward from address problem
5225                 reported by Oktay)
5226
5227 2002-10-24 [christoph]  0.8.5claws52
5228
5229         * src/mainwindow.c
5230         * src/manual.[ch]
5231                 o use manual of current locale or english if current
5232                   locale is not available (and english is available)
5233                 o also link to sylpheed doc project manuals
5234
5235 2002-10-23 [paul]       0.8.5claws51
5236
5237         * tools/README
5238           tools/kmail2sylpheed_v2.pl
5239                 add new version of kmail addressbook importer script.
5240                 works with newer versions of Kmail/KAddressBook which
5241                 have new and rearranged data.
5242
5243 2002-10-23 [martin]     0.8.5claws50
5244
5245         * src/folderview.c
5246         * src/summaryview.c
5247         * src/utils.h
5248         * src/utils.c
5249                 added length parameter to get_abbrev_newsgroup_name()
5250                 changed this function so that it abbreviates the newsgroup
5251                 names only so long it is smaller than the length parameter
5252                 (for better reading of some newsgroup names and space efficiency)
5253
5254 2002-10-22 [colin]      0.8.5claws49
5255
5256         *src/foldersel.c
5257                 Revert Alfons' last modification (after voting ;-))
5258
5259 2002-10-21 [alfons]     0.8.5claws48
5260
5261         * src/foldersel.c
5262                 folder view in folder selection dialog reflects state of
5263                 folder view in main window
5264
5265 2002-10-18 [alfons]     0.8.5claws47
5266
5267         * src/mbox.c
5268                 drop imported messages in folder selected by user,
5269                 and not in the inbox
5270                 (closes bug [ 625424 ] Import mbox always to "Inbox" folder)
5271
5272 2002-10-18 [alfons]     0.8.5claws46
5273
5274         * src/compose.c
5275                 make automagic reply work correctly for email accounts 
5276                 (whether it's viable to do a full sync with Hiro's 
5277                 compose.c is still under discussion)
5278
5279 2002-10-18 [melvin]     0.8.5claws45
5280
5281         * src/prefs_actions.c
5282                 Fixed bug #622275 where asynchroneous actions left 
5283                 zombies processes
5284                 Made (synchroneous) actions' input be displayed live.
5285
5286 2002-10-18 [christoph]  0.8.5claws44
5287
5288         * src/textview.c
5289                 don't add a newline in the textview in front of the
5290                 first textpart if header display is disabled
5291                 (closes bug [ 603385 ] disabled header display leaves blank
5292                  lin)
5293
5294 2002-10-18 [christoph]  0.8.5claws43
5295
5296         * src/folder.[ch]
5297         * src/imap.c
5298         * src/mbox_folder.c
5299         * src/mh.c
5300         * src/news.c
5301                 folder->get_num_list now returns an error code
5302                 (closes bug [ 609424 ] News cache cleared on failure)
5303                 
5304 2002-10-17 [colin]      0.8.5claws42
5305         
5306         * src/news.c
5307                 Changed a printf by debug_print
5308
5309 2002-10-16 [paul]       
5310
5311         * tools/OOo2sylpheed.pl
5312                 allow for spaces in the name of the
5313                 file to be attached.
5314
5315 2002-10-16 [colin]      0.8.5claws41
5316
5317         * src/main.c
5318                 Use a tristate to change online mode
5319
5320 2002-10-16 [paul]       0.8.5claws40
5321
5322         * po/es.po
5323                 updated by Ricardo Mones Lastra
5324
5325 2002-10-16 [colin]      0.8.5claws39
5326
5327         * src/main.c
5328           src/mainwindow.[ch]
5329                 Added --online and --offline command-line
5330                 switches
5331
5332 2002-10-15 [christoph]  0.8.5claws38
5333
5334         * src/procmime.c
5335                 set mimeinfo->name to NULL after g_free to
5336                 avoid double freeing with g_free
5337
5338 2002-10-14 [christoph]  0.8.5claws37
5339
5340         * src/compose.c
5341         * src/filtering.c
5342         * src/summaryview.c
5343                 remove calls to folder->change_flags that are now
5344                 done by procmsg flag functions (seems it is not
5345                 used by any foldertype anyway)
5346         * src/folder.c
5347                 init folder->change_flags with NULL
5348
5349 2002-10-14 [christoph]  0.8.5claws36
5350
5351         * src/folder.[ch]
5352         * src/imap.[ch]
5353                 use virtual functions for folder item new and destroy
5354                 functions
5355
5356 2002-10-14 [melvin]     0.8.5claws35
5357
5358         * src/compose.c
5359                 Added a test to not run the spell checker if no default
5360                 dictionary is available. No dialog is displayed though.
5361
5362 2002-10-14 [melvin]     0.8.5claws34
5363
5364         * src/gtkaspell.c
5365                 Fixed bug in dictionary list context menu where
5366                 "More..." pointed to an emtpy submenu if the
5367                 number of dictionaries is a multiple of 15
5368                 Removed unneeded code in suggestions list creation
5369
5370 2002-10-14 [paul]       0.8.5claws33
5371
5372         * po/bg.po
5373                 updated by George Danchev
5374
5375 2002-10-13 [hoa]        0.8.5claws32
5376
5377         * src/matcher.[ch]
5378           src/matcher_parser_parser.y
5379                 removed the escaped string from internal structure
5380                 of matcher.
5381
5382 2002-10-12 [colin]      0.8.5claws31
5383
5384         * src/gtksctree.[ch]
5385           src/summaryview.c
5386                 Removed useless function gtksctree_reanchor
5387
5388 2002-10-12 [alfons]     0.8.5claws30
5389         
5390         * sync with remaining main changes 2002-10-09 - 2002-10-11
5391         - drop changes to src/compose.c (requires claws specific changes)
5392         
5393 2002-10-12 [alfons]     0.8.5claws29
5394         
5395         * sync with main changes of 2002-10-08
5396         - drop changes to src/compose.c (requires claws specific changes)
5397         - drop changes to src/summaryview.c (requires changes to compose.c)     
5398
5399 2002-10-12 [alfons]     0.8.5claws28
5400         
5401         * sync with main changes of 2002-10-07
5402
5403 2002-10-12 [alfons]     0.8.5claws27
5404
5405         * sync with main changes of 2002-10-04
5406         - drop changes to src/compose.c (requires claws specific changes)
5407         - drop changes to src/prefs_folder_item.c (claws implementation
5408           seems to be working)
5409
5410 2002-10-12 [colin]      0.8.5claws26
5411
5412         * src/mainwindow.c
5413                 Fix folder-flicker when space-reading, introduced 
5414                 in claws22.
5415
5416 2002-10-12 [colin]      0.8.5claws25
5417
5418         * src/compose.c
5419                 Save account address when saving as draft.
5420                 (closes bug 621838)
5421
5422 2002-10-12 [colin]      0.8.5claws24
5423
5424         * src/summaryview.c
5425                 Fix the problem consisting of no message selected
5426                 after the last message in a folder has been moved.
5427
5428 2002-10-12 [paul]       0.8.5claws23
5429
5430         * src/compose.c
5431           src/prefs_template.c
5432           src/template.[ch]
5433                 add Cc and Bcc to templates. Patch submitted by
5434                 John L. Males.
5435
5436 2002-10-12 [colin]      0.8.5claws22
5437
5438         * src/folderview.c
5439                 Fix a bug after "Check for new messages":
5440                 If a folder was opened, it was still selected at
5441                 the end of the check, but displayed empty.
5442         * src/mainwindow.c
5443                 Remove unnecessary check
5444
5445 2002-10-12 [paul]
5446
5447         * tools/README
5448                 be more verbose in the description of
5449                 OOo2sylpheed.pl
5450                 
5451
5452 2002-10-11 [colin]      0.8.5claws21
5453
5454         * src/mainwindow.c
5455                 Make space work (better) when no mail is selected
5456
5457 2002-10-11 [colin]      0.8.5claws20
5458
5459         * src/inc.c
5460           src/news.c
5461                 fix warnings
5462
5463 2002-10-11 [colin]      0.8.5claws19
5464
5465         * src/mainwindow.c
5466                 revert 0.8.5claws6 changes as i couldn't get to
5467                 anything satisfying
5468
5469 2002-10-11 [melvin]     0.8.5claws18
5470
5471         * src/compose.c
5472                 Removed buggy and unused macro (should have been committed in
5473                 0.8.5claws17)
5474
5475 2002-10-11 [melvin]     0.8.5claws17
5476
5477         * src/compose.c
5478                 Fixed memory leak from bug #622040 (thanks to Martin Kluge)
5479
5480 2002-10-11 [thorsten]   0.8.5claws16 
5481
5482         * src/folderview.c
5483                 remove rescan warning
5484
5485 2002-10-11 [colin]      0.8.5claws15 
5486
5487         * src/procheader.c
5488                 fix a segfault that happens if conv_unmime_header
5489                 fails (should be better to find out why it fails)
5490
5491 2002-10-11 [christoph]  0.8.5claws14
5492
5493         * src/summaryview.c
5494                 update folderview stats after ignore/unignore thread
5495
5496 2002-10-11 [hoa]        0.8.5claws13
5497
5498         * src/quote_fmt_parse.y
5499                 Fixed a yacc/bison syntax error
5500         * src/matcher.c
5501                 Escaping of string is fixed.
5502
5503 2002-10-11 [colin]      0.8.5claws12
5504
5505         * src/imageview.c
5506                 Resize images to fit
5507
5508 2002-10-11 [paul]       0.8.5claws11
5509
5510         * po/es.po
5511                 updated by Ricardo Mones Lastra
5512
5513 2002-10-10 [alfons]     0.8.5claws10
5514
5515         * src/compose.c
5516                 allow dropping files by "moving" files from a file manager,
5517                 not only by the more cumbersome "copying". the latter 
5518                 mostly implies holding down the Control button
5519
5520 2002-10-10 [christoph]  0.8.5claws9
5521
5522         * src/summaryview.c
5523                 update folders after thread building for ignored threads
5524
5525 2002-10-10 [christoph]  0.8.5claws8
5526
5527         * config/.cvsignore
5528                 added Makefile
5529         * src/filtering.[ch]
5530         * src/folder.[ch]
5531         * src/folderview.[ch]
5532         * src/import.c
5533         * src/inc.[ch]
5534         * src/mbox.[ch]
5535         * src/procmsg.c
5536         * src/summaryview.[ch]
5537                 o added new flag need_update to FolderItem
5538                 o removed folder_table from various functions from tracking
5539                   folder updates
5540                 o set need_update flags in folder.c's move, copy and delete
5541                   functions and procmsg's flags functions
5542                 o added function folderview_update_items_when_required that
5543                   updates all folders with need_update set
5544                 o call folderview_update_items_when_required instead of
5545                   folderview_update_item_foreach
5546
5547 2002-10-09 [sergey]     0.8.5claws7
5548
5549         * src/compose.c
5550                 Strip CRs whel loading the text into editor in reedit mode.
5551
5552 2002-10-09 [colin]      0.8.5claws6
5553
5554         * src/mainwindow.c
5555                 Make Space work when no mail is selected
5556
5557 2002-10-09 [colin]      0.8.5claws5
5558
5559         * src/gtksctree.[ch]
5560                 Fix range_select
5561                 Add gtk_sctree_reanchor() 
5562         * src/summaryview.c
5563                 Use gtk_sctree_reanchor() - better fix for 
5564                 bug 60413
5565
5566 2002-10-09 [colin]      0.8.5claws4
5567
5568         * src/summaryview.c
5569                 Fix shift-click select after delete problem
5570                 (closes bug 60413)
5571
5572 2002-10-08 [thorsten]   0.8.5claws3
5573
5574         * src/summaryview.c
5575                 exclude current msg from -hide read messages-
5576
5577 2002-10-08 [colin]      0.8.5claws2
5578
5579         * src/inc.[ch]
5580           src/pop.c
5581           src/recv.c
5582                 Differentiate socket errors from disk full
5583                 errors
5584
5585 2002-10-08 [christoph]  0.8.5claws1
5586
5587         * Makefile.am
5588         * configure.in
5589                 modifications for new config directory
5590
5591         * config.guess  ** REMOVED **
5592         * config.sub    ** REMOVED **
5593         * install-sh    ** REMOVED **
5594         * ltmain.sh     ** REMOVED **
5595         * missing       ** REMOVED **
5596         * mkinstalldirs ** REMOVED **
5597                 these files are autogenerated by automake
5598                 when you run autogen.sh
5599
5600         * config/.cvsignore     ** NEW FILE **
5601         * config/Makefile.am    ** NEW FILE **
5602                 ignore autogenerated files
5603                 create a Makefile in this directory
5604
5605 2002-10-08 [paul]       0.8.5claws
5606
5607         * 0.8.5claws release
5608         
5609         * src/compose.c
5610           src/procheader.c
5611           src/procmsg.c
5612                 fix quote reply format for newsgroups reply bug
5613                 (thanks to Hoa)
5614                 
5615         * po/en_GB.po
5616           po/pl.po
5617                 updated by me and Witold Wladyslaw Wojciech Wilk
5618                 repectively
5619
5620 2002-10-07 [paul]       0.8.3claws53
5621
5622         * po/it.po
5623           po/pt_BR.po
5624           po/sr.po
5625                 updated messages catalogs, submitted by
5626                 Alessandro Maestri, Fabio Jr.Beneditto 
5627                 and Urke MMI, respectively.
5628
5629 2002-10-07 [christoph]  0.8.3claws52
5630
5631         * src/folder.[ch]
5632         * src/folderview.c
5633         * src/mainwindow.c
5634                 fix new folder ghost message bug
5635                 (closes bug [ 619722 ] wrong count for newly created folders)
5636
5637 2002-10-07 [christoph]  0.8.3claws51
5638
5639         * src/compose.c
5640                 fix news posting problem
5641
5642 2002-10-07 [melvin]     0.8.3claws50
5643
5644         * po/fr.po
5645                 Updated French translation
5646
5647 2002-10-05 [christoph]  0.8.3claws49
5648
5649         * src/gtkstext.c
5650                 check if line_start_cache is set in gtk_stext_update_text
5651                 (closes bug [ 618119 ] crash while doing search in folder)
5652
5653 2002-10-05 [christoph]  0.8.3claws48
5654
5655         * src/imap.c
5656         * src/news.c
5657         * src/utils.c
5658         * src/utils.h
5659                 implement cache cleanups for claws' folder system
5660                 (closes bug [ 595916 ] imapcache not cleaned up)
5661
5662 2002-10-05 [melvin]     0.8.3claws47
5663
5664         * src/prefs_actions.c
5665                 Made the help text more clear for the %p token
5666
5667 2002-10-04 [paul]       0.8.3claws46
5668
5669         * sync with 0.8.5
5670                 see ChangeLog 2002-10-02 and 2002-10-03
5671
5672 2002-10-04 [christoph]  0.8.3claws45
5673
5674         * src/inc.c
5675                 fix segfault caused by pop before smtp
5676                 call to inc_account_mail with NULL
5677                 pointer for mainwin
5678
5679 2002-10-04 [paul]       0.8.3claws44
5680
5681         * configure.in
5682                 sync the LDAP detection from 0.8.5cvs1
5683
5684 2002-10-02 [christoph]  0.8.3claws43
5685
5686         * po/de.po
5687                 fix small spelling error
5688
5689 2002-10-02 [melvin]     0.8.3claws42
5690
5691         * ac/aspell.m4
5692                 Behave better and say "no" when test program cannot be run.
5693
5694 2002-10-02 [paul]       0.8.3claws41
5695
5696         * sync with 0.8.4cvs1
5697                 see ChangeLog 2002-09-30, 2002-10-01, 2002-10-02
5698                 
5699         * src/summaryview.c
5700                 toggle the behavior of Reply menuitem between
5701                 normal reply and reply-to-list
5702
5703 2002-10-01 [sergey]     0.8.3claws40
5704
5705         * src/compose.c
5706                 Convert newlines in the message text to the canonical form
5707                 before base64 encoding (RFC2045 compliance, fixes some
5708                 interoperability issues with Evolution 1.0.3)
5709
5710 2002-09-29 [colin]      0.8.3claws39
5711
5712         * src/summaryview.c
5713                 Fix an unwanted copy/paste
5714
5715 2002-09-29 [colin]      0.8.3claws38
5716
5717         * src/mainwindow.c
5718                 Renamed "Custom toolbar" to "Customize toolbar"
5719                 Renamed "Show all header" to "Show all headers"
5720                 Renamed "Set diplay item" to "Set displayed items"
5721         * src/prefs_common.c
5722                 Renamed "Show all header" to "Show all headers"
5723         * src/prefs_summary_column.c
5724                 Renamed "diplay item" to "displayed items"
5725
5726 2002-09-29 [colin]      0.8.3claws37
5727
5728         * src/mainwindow.[ch]
5729                 online/offline status pixmaps follow theme
5730                 changes
5731         * src/summaryview.[ch]
5732                 quicksearch pixmap follows theme changes
5733
5734 2002-09-29 [thorsten]   0.8.3claws36
5735
5736         * src/compose.c
5737           src/prefs_folder_item.[ch]
5738                 add default_reply_to folder option (closes patch 581044)
5739
5740 2002-09-29 [christoph]  0.8.3claws35
5741
5742         * acconfig.h    ** REMOVED **
5743         * configure.in
5744         * ac/aspell.m4
5745         * ac/check-type.m4
5746         * ac/gnupg-check-typedef.m4
5747                 fix autoheader 2.50 warning
5748
5749 2002-09-29 [christoph]  0.8.3claws34
5750
5751         * major code cleanup (part 2)
5752         
5753                 - unused variables removed
5754                 - unused functions removed
5755                 - uninitialized variables checked
5756                 - missing return statements added
5757                 - missing function return types added
5758                 - added parentheses around assignment
5759                   when suggested by gcc
5760
5761 2002-09-29 [alfons]     0.8.3claws33
5762
5763         * src/logwindow.c
5764                 log_window_clear(): only bracket gtk_text_forward_delete() 
5765                 with gtk_text_freeze() / gtk_text_thaw() (see if this
5766                 works around GTK text bug)
5767
5768 2002-09-29 [paul]       0.8.3claws32
5769
5770         * po/bg.po
5771           po/sr.po
5772                 updated by George Danchev and Urke MMI
5773                 respectively
5774
5775 2002-09-27 [christoph]  0.8.3claws31
5776
5777         * doc-src/readme.txt
5778         * doc-src/rfc1806.txt   ** REMOVED **
5779         * doc-src/rfc2183.txt   ** NEW FILE **
5780         * doc-src/rfc2980.txt   ** NEW FILE **
5781                 update rfcs
5782
5783 2002-09-27 [melvin]     0.8.3claws30
5784
5785         * ac/aspell.m4
5786                 Fixed typo which could break linking
5787
5788 2002-09-27 [melvin]     0.8.3claws29
5789
5790         * ac/aspell.m4
5791                 Improved GNU/aspell checking. 
5792                 Fixed bug #614490
5793
5794 2002-09-27 [paul]       0.8.3claws28
5795
5796         * sync with 0.8.3cvs8
5797                 see ChangeLog 2002-09-27
5798
5799 2002-09-26 [colin]      0.8.3claws27
5800
5801         * src/toolbar.[ch]
5802           src/mainwindow.[ch]
5803                 Add "Reply to Mailing-list" to the toolbar
5804
5805 2002-09-26 [christoph]  0.8.3claws26
5806
5807         * src/summaryview.c
5808                 Fix wrong message counts in summaryview status
5809
5810 2002-09-26 [paul]       0.8.3claws25
5811
5812         * sync with 0.8.3cvs7
5813                 see ChangeLog 2002-09-26
5814
5815 2002-09-26 [paul]       0.8.3claws24
5816
5817         * sync with 0.8.3cvs6
5818                 see ChangeLog 2002-09-25
5819
5820 2002-09-25 [christoph]  0.8.3claws23
5821
5822         * src/prefs_common.c
5823         * src/prefs_folder_item.c
5824         * src/prefs_scoring.c
5825                 Renamed "kill score" to "hide score" in GUI
5826                 and prefs files
5827
5828 2002-09-25 [paul]       0.8.3claws22
5829
5830         * sync with 0.8.3cvs5
5831                 see ChangeLog 2002-09-24
5832
5833 2002-09-24 [alfons]     0.8.3claws21
5834
5835         patch by Satoshi Nagayasu: allows appending / saving multiple 
5836         selected files (closes "[ 612279 ] save multiple mesg(s) in 
5837         'Save as ...'")
5838
5839         * AUTHORS
5840                 add Satoshi Nagayasu
5841         * src/summaryview.c
5842                 summary_save_as(): allow saving selected files to
5843                 one file
5844                 summary_set_menu_sensitive: enable "Save As..." when
5845                 multiple files are selected
5846         * src/utils.[ch]
5847                 append_file(): new function
5848
5849 2002-09-24 [colin]      0.8.3claws20
5850
5851         * src/procmime.c
5852                 Fix segfault when mimeinfo doesn't have a 
5853                 content_type. 
5854
5855 2002-09-24 [colin]      0.8.3claws19
5856
5857         * src/prefs_common.[ch]
5858                 Add a preference to display send dialog or not
5859         * src/send.c
5860                 Display send dialog according to preference
5861
5862 2002-09-24 [colin]      0.8.3claws18
5863
5864         * src/compose.[ch]
5865                 Disable user actions when sending
5866
5867 2002-09-24 [colin]      0.8.3claws17
5868
5869         * src/procmime.c
5870                 Do not display name or filename for attachments
5871                 with an application/pgp-signature type
5872                 (security flaw, see bug 537413)
5873
5874 2002-09-23 [colin]      0.8.3claws16
5875
5876         * src/editaddress.c
5877                 Initialize entry_email, entry_alias and 
5878                 entry_remarks to first email address of the list
5879
5880 2002-09-23 [colin]      0.83claws15
5881
5882         * src/compose.c
5883                 Drop pgp-signature when reediting a signed queued
5884                 message
5885
5886 2002-09-23 [melvin]     0.8.3claws14
5887
5888         * po/fr.po
5889                 Updated French translation
5890
5891 2002-09-23 [melvin]     0.8.3claws13
5892
5893         * src/mainwindow.c
5894                 Made custom toolbar menu labels more consistent
5895         * src/prefs_toolbar.c
5896                 Made custom toolbar window title more consistent
5897
5898 2002-09-22 [colin]      0.8.3claws12
5899
5900         * src/inc.c
5901                 Initialize session type to normal before getting 
5902                 mail (fixes strange Get behaviour)
5903         * src/prefs_account.h
5904                 Move STYPE_POP_BEFORE_SMTP to last position to 
5905                 avoid other side-effects
5906
5907 2002-09-22 [colin]      0.8.3claws11
5908
5909         * src/prefs_account.c
5910                 Fix pop_bfr_smtp_tm_entry sensivity when switching
5911                 from pop3 to apop or vice-versa
5912
5913 2002-09-22 [colin]      0.8.3claws10
5914         
5915         * src/prefs_account.[ch]
5916                 Add an option for the POP before SMTP timeout
5917         * src/inc.c
5918                 Remember time of last POP connection
5919         * src/send.c
5920                 Do POP before SMTP only if timeout reached
5921
5922 2002-09-22 [oliver]     0.8.3claws9
5923         
5924         * README.claws
5925                 explain custom toolbar
5926
5927 2002-09-22 [oliver]     0.8.3claws8
5928
5929         * src/prefs_actions.[ch]
5930         custom toolbar for compose      
5931                 actions callback from compose toolbar
5932         * src/folderview.c
5933                 remove include toolbar.h
5934
5935 2002-09-22 [oliver]     0.8.3claws7
5936         
5937         * src/prefs_toolbar.[ch]
5938                 custom toolbar for compose
5939                 - generic prefs_toolbar handles both
5940                   Mainwin's toolbar as well as Compose toolbar          
5941
5942 2002-09-22 [oliver]     0.8.3claws6
5943         
5944         * src/toolbar.[ch]
5945                 custom toolbar for compose
5946                 restructure toolbar.[ch]
5947
5948 2002-09-22 [oliver]     0.8.3claws5
5949
5950         * src/compose.[ch]
5951                 custom toolbar for compose
5952
5953 2002-09-22 [oliver]     0.8.3claws4
5954         
5955         * src/mainwindow.[ch]
5956                 custom toolbar for compose 
5957                 move mainwin toolbar back to mainwindow
5958
5959 2002-09-22 [alfons]     0.8.3claws3
5960
5961         * src/procmsg.c
5962                 :%sno/if(/if (/gc
5963                 :%sno/for(/for (/gc
5964                 (beautify)
5965
5966 2002-09-22 [alfons]     0.8.3claws2
5967         
5968         * src/procmsg.c
5969                 procmsg_save_to_outbox(): don't unlink message file from queue;
5970                 callers should do it using folder_item_remove_msg()
5971
5972 2002-09-22 [colin]      0.8.3claws1
5973
5974         * src/mimeview.[ch]
5975                 Made mimeview_check_signature() public
5976         * src/textview.c
5977                 Made GPG signatures verifiable by clicking
5978                 the [application/pgp-signature] in the Text
5979                 view
5980
5981 2002-09-22 [paul]       0.8.3claws
5982
5983         * po/bg.po
5984           po/en_GB.po
5985           po/es.po
5986           po/it.po
5987           po/pl.po
5988           po/pt_BR.po
5989           po/sr.po
5990                 updated translations, submitted by George Danchev,
5991                 me, Ricardo Mones Lastra, Alessandro Maestri,
5992                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.Beneditto 
5993                 and Urke MMI, respectively.     
5994
5995 2002-09-22 [alfons]     0.8.2claws65
5996
5997         * src/procmsg.c
5998         * src/pgptext.c
5999                 no furry valgrinds have been used to plug these memleaks
6000
6001 2002-09-20 [paul]       0.8.2claws64
6002
6003         * sync with 0.8.3cvs4
6004                 'Select thread' re-implemented 
6005                 see ChangeLog 2002-09-20
6006
6007 2002-09-21 [alfons]     0.8.2claws63
6008
6009         * src/compose.c
6010                 compose_send(): plug unnoticed memleak
6011
6012 2002-09-20 [alfons]     0.8.2claws62
6013
6014         * src/addr_compl.c
6015                 replace_address_in_edit(): strict check for NULL address to
6016                 fix "[ 607348 ] Segfault in address completion". My guess is
6017                 that this happens with an empty address book, but it's good
6018                 to have this check here anyway
6019                 
6020                 completion_window_button_press(): free string returned 
6021                 from the internal cache
6022
6023 2002-09-20 [christoph]  0.8.2claws61
6024
6025         * src/procmime.h
6026                 added ENC_BINARY to EncodingType
6027         * src/procmime.c
6028                 the string returned by procmime_get_encoding_str
6029                 should not depend on the order of values in the
6030                 EncodingType definition
6031         * doc-src/rfc1806.txt   ** NEW FILE **
6032                 Added rfc1806 about MIME Content-Disposition
6033                 Extension
6034
6035 2002-09-19 [paul]       0.8.2claws60
6036
6037         * sync with 0.8.2cvs3
6038                 see ChangeLog 2002-09-19
6039
6040 2002-09-19 [paul]       0.8.2claws59
6041
6042         * src/prefs_folder_item.c
6043                 revert to Darko's original alignment of colour
6044                 selector button
6045                 add a colon to folder_color label
6046                 
6047         * src/compose.c
6048                 add Colin's patch (with Hiro's modifications) to 
6049                 force BASE64 encoding for 8-bit text when signing
6050                 (sync with 0.8.3cvs2)
6051
6052 2002-09-18 [alfons]     0.8.2claws58
6053
6054         * src/compose.c
6055                 :%sno/if(/if (/gc
6056                 :%sno/for(/for (/gc
6057                 (beautify a little bit)
6058
6059 2002-09-18 [christoph]  0.8.2claws57
6060
6061         * src/pine.c
6062                 fix handling of fgetc return value
6063
6064 2002-09-17 [alfons]     0.8.2claws56
6065         
6066         * src/summaryview.c
6067                 summary_sort(): check non-NULL summaryview->folder_item when no 
6068                 folder is selected at all
6069                 (closes "[ 610344 ] sort label make syl Crash")
6070
6071 2002-09-17 [alfons]     0.8.2claws55
6072         
6073         * src/compose.c
6074                 beautify a little bit
6075
6076 2002-09-17 [christoph]  0.8.2claws54
6077
6078         * src/folder.c
6079                 initialize max values for cache and folder
6080                 when cache or folder is empty
6081
6082 2002-09-15 [colin]      0.8.2claws53
6083
6084         * src/compose.c
6085                 Fix a leak (thanks Alfons!) and cleaned
6086                 variables names for custom headers
6087
6088 2002-09-15 [colin]      0.8.2claws52
6089
6090         * src/compose.c
6091                 Fix custom headers recognition when
6092                 prefs_common.trans_hdr is on
6093
6094 2002-09-15 [colin]      0.8.2claws51
6095
6096         * src/compose.c
6097                 Allow dynamically-added custom headers
6098                 Yet not reparsed if reedited
6099
6100 2002-09-15 [alfons]     0.8.2claws50
6101
6102         * src/prefs_account.c
6103                 fix warnings
6104
6105 2002-09-15 [colin]      0.8.2claws49
6106         
6107         * src/prefs_account.c
6108                 fix pop_before_smtp sensitivity
6109
6110 2002-09-15 [colin]      0.8.2claws48
6111
6112         * src/inc.[ch]
6113                 add inc_pop_before_smtp()
6114                 allow MainWindow to be undefined in 
6115                 inc_account_mail() and inc_start()
6116         * src/pop.c
6117           src/prefs_account.h
6118                 add STYPE_POP_BEFORE_SMTP session type
6119         * src/prefs_account.c
6120                 activated pop before smtp option
6121         * src/send.c
6122                 do pop before smtp if the relevant option 
6123                 is set
6124
6125 2002-09-15 [paul]       0.8.2claws47
6126
6127         * sync with 0.8.3
6128                 see ChangeLog 2002-09-15
6129
6130 2002-09-14 [paul]       0.8.2claws46
6131
6132         * po/bg.po
6133                 updated Bulgarian translation, submitted by
6134                 George Danchev
6135
6136 2002-09-13 [paul]       0.8.2claws45
6137
6138         * src/compose.c
6139                 merge claws' select_account() with main's
6140                 (new) compose_select_account(). [sync with
6141                 0.8.2cvs15, see ChangeLog 2002-09-11]
6142
6143 2002-09-12 [christoph]  0.8.2claws44
6144
6145         * src/filter.c
6146                 allocate 1 elements of FolderItem not 0
6147
6148 2002-09-12 [colin]      0.8.2claws43
6149
6150         * src/compose.c
6151                 Fix bug #590825 (obey Follow-up: poster)
6152
6153 2002-09-12 [colin]      0.8.2claws42
6154
6155         * src/procmime.c
6156                 Fix bug #557009 (wrong headers for messages 
6157                 forwarded as attachments)
6158
6159 2002-09-11 [colin]      0.8.2claws41
6160         
6161         * src/compose.c
6162                 Put SCF: pseudo-header on top of message
6163                 Set draft tmp_flag when saved as draft
6164
6165         * src/procmsg.c
6166           src/procheader.c
6167                 Skip after first \n\n for beginning of real message
6168                 for drafts too
6169
6170 2002-09-11 [christoph]  0.8.2claws40
6171
6172         * src/filtering.c
6173                 use procmsg flag functions in filtering or processing
6174                 will cause incorrect folder message counts
6175
6176 2002-09-11 [colin]      0.8.2claws39
6177
6178         * src/compose.c
6179                 Fix bug #550175 - wrong save folder when reediting
6180                 drafts
6181
6182 2002-09-11 [paul]       0.8.2claws38
6183
6184         * sync with 0.8.2cvs14
6185                 see ChangeLog 2002-09-11
6186
6187 2002-09-11 [colin]      0.8.2claws37
6188
6189         * src/folder.c
6190                 Fix a typo (seeming to cause new/unread status to
6191                 be lost)
6192
6193 2002-09-10 [christoph]  0.8.2claws36
6194
6195         * src/compose.c
6196                 compose_redirect should not use compose_generic_new
6197                 because that does more stuff than expected including
6198                 opening the external editor
6199                 (closes bug "[ 526608 ] bounced messages appear blank
6200                  in editor")
6201
6202 2002-09-10 [christoph]  0.8.2claws35
6203
6204         * src/folder.c
6205                 fix problem with too large message number range
6206                 causing a crash in folder_item_scan
6207
6208 2002-09-10 [paul]       0.8.2claws34
6209
6210         * sync with 0.8.2cvs13
6211                 see ChangeLog 2002-09-10
6212
6213 2002-09-10 [christoph]  0.8.2claws33
6214
6215         * src/msgcache.c
6216                 set MsgInfo TmpFlags for queue and draft folders
6217                 (closes bug "[ 591676 ] Queue ignore MIME on restart")
6218
6219 2002-09-10 [paul]       0.8.2claws32
6220
6221         * AUTHORS
6222           po/bg.po      ** NEW FILE **
6223                 new Bulgarian translation submitted by
6224                 George Danchev <danchev@spnet.net>
6225                 
6226         * tools/Makefile.am
6227           tools/README
6228           tools/tb2sylpheed     ** NEW FILE **
6229                 add script that converts an addressbook exported
6230                 from The Bat! into a Sylpheed addressbook. Submitted
6231                 by Urke MMI <urke-kg@eunet.yu>
6232
6233 2002-09-10 [paul]       0.8.2claws31
6234
6235         * sync with 0.8.2cvs12
6236                 see ChangeLog 2002-09-10
6237
6238 2002-09-06 [paul]       0.8.2claws30
6239
6240         * src/prefs_common.c
6241                 sync with 0.8.2cvs11, see ChangeLog 2002-09-06
6242                 
6243         * tools/Makefile.am
6244           tools/README
6245           tools/ldif-to-xml.py  ** REMOVED **
6246                 remove obsolete python script
6247
6248 2002-09-06 [paul]       0.8.2claws29
6249
6250         * sync with 0.8.2cvs10
6251                 see ChangeLog 2002-09-06
6252
6253 2002-09-04 [paul]       0.8.2claws28
6254
6255         * sync with 0.8.2cvs9
6256                 see ChangeLog 2002-08-04
6257
6258 2002-09-04 [colin]      0.8.2claws27 
6259
6260         * src/prefs_common.[ch]
6261                 Added signature color configuration
6262         * src/textview.c
6263                 Use user-specified signature color
6264
6265 2002-09-03 [colin]      0.8.2claws26
6266
6267         * src/prefs_common.[ch]
6268                 Added autosave and autosave_length prefs
6269         * src/compose.c
6270                 Added compose_remove_draft()
6271                 Auto-save drafts according to the prefs
6272         * src/main.c
6273                 Added a crash-indicator file, allowing to check
6274                 for new messages on startup if Sylpheed crashed
6275                 (makes saved drafts "reappear")
6276
6277 2002-09-03 [colin]      0.8.2claws25
6278
6279         * src/textview.[ch]
6280                 Grey the signature
6281
6282 2002-09-03 [paul]       0.8.2claws24
6283
6284         * sync with 0.8.2cvs8
6285                 see ChangeLog 2002-09-02 and 2002-09-03
6286
6287 2002-09-03 [darko]      0.8.2claws23
6288
6289         * src/folderview.c
6290                 use normal style when creating new folder to pick
6291                 proper font size 
6292
6293 2002-09-02 [melvin]     0.8.2claws22
6294
6295         * src/gtkaspell.m4
6296                 removed some obsolete code
6297
6298 2002-09-02 [melvin]     0.8.2claws21
6299
6300         * ac/aspell.m4
6301                 fixed test's equality sign (== to =)
6302
6303 2002-09-02 [alfons]     0.8.2claws20
6304
6305         * src/folder.c
6306         * src/mh.c
6307                 revert change of 0.8.2claws16 and use the mh_folder_destroy
6308                 as folder->destroy virtual as suggested by Hiro
6309                 (the mh.c code seems to have been lost around mh.c.1.21)
6310
6311 2002-09-02 [paul]       0.8.2claws19
6312
6313         * po/pt_BR.po
6314                 updated by Fabio Jr. Beneditto
6315                 
6316         * src/defs.h
6317                 use 'http://claws.sylpheed.org' for homepage link. 
6318                 Domain provided by Oktay Altunergil <oktay@freelinuxcd.org>
6319
6320 2002-09-01 [alfons]     0.8.2claws18
6321
6322         * src/mh.c
6323                 plug memleak related to one Martin Kluge found
6324
6325 2002-08-31 [paul]       0.8.2claws17
6326
6327         * sync with 0.8.2cvs6
6328                 see ChangeLog 2002-08-30
6329
6330 2002-08-31 [alfons]     0.8.2claws16
6331
6332         * src/folder.c
6333                 folder_destroy(): remove mailbox from folderlist even if it has
6334                 no destroy virtual
6335
6336 2002-08-31 [alfons]     0.8.2claws15
6337
6338         * src/folder.c
6339                 :%sno/if(/if (/gc
6340                 :%sno/for(/for (/gc
6341                 (being pedantic I know)
6342
6343 2002-08-31 [alfons]     0.8.2claws14
6344
6345         * src/folder.c
6346                 check for NULL pointers returned from folder->fetch_msginfo virtual
6347                 (should solve some reported crashes)
6348
6349 2002-08-30 [alfons]     0.8.2claws13
6350
6351         * acconfig.h
6352         * configure.in
6353         * src/crash.c
6354                 enable crash dialog on compilation time
6355                 (--enable-crash-dialog configure option)
6356
6357 2002-08-30 [alfons]     0.8.2claws12
6358
6359         * AUTHORS
6360                 add Martin Kluge
6361         * src/mh.c
6362                 apply memory leak plug patch by Martin Kluge
6363                 (closes patch "[ 602568 ] patch for 602441 little memory leak",
6364                 bug "[ 599677 ] Very small memory leak in 0.81claws115",
6365                 and bug "[ 602441 ] memoryleak in filtering 0.8.2claws9?")
6366
6367 2002-08-30 [darko]      0.8.2claws11
6368
6369         * src/folderview.c
6370                 copy Gtk style from normal style to match
6371                 font size for coloured folders
6372
6373 2002-08-29 [alfons]     0.8.2claws10
6374
6375         * sylpheed.desktop
6376                 Type=Internet <- Type=Application
6377                 (reported by Michael Schwendt, see:
6378                 http://sourceforge.net/tracker/index.php?func=detail&aid=599765&group_id=25528&atid=384600
6379                 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=72882)
6380
6381 2002-08-29 [paul]       0.8.2claws9
6382
6383         * sync with 0.8.2cvs5
6384                 see ChangeLog 2002-08-29
6385
6386 2002-08-29 [colin]      0.8.2claws8
6387
6388         * src/summaryview.c
6389                 Added a sanity check in summary_select_thread
6390                 Should fix bug 601605
6391
6392 2002-08-29 [colin]      0.8.2claws7
6393
6394         * src/main.c
6395                 Revert claws6 changes regarding bug #591676
6396
6397 2002-08-28 [colin]      0.8.2claws6
6398         
6399         * src/main.c
6400                 Ignore cache for queue folderitems
6401                 Fix bug #591676
6402
6403 2002-08-28 [melvin]     0.8.2claws5
6404
6405         * README.claws
6406                 Fixed typos.
6407
6408 2002-08-28 [melvin]     0.8.2claws4
6409
6410         * README.claws
6411                 Updated a bit the text concerning the spell checker
6412
6413 2002-08-28 [melvin]     0.8.2claws3
6414
6415         Merged the GNU_aspell_branch:
6416                 Support of new GNU/aspell is now included and the old pspell
6417                 is not supported anymore.
6418                 See README.claws
6419
6420         * README.claws
6421                 Updated spell checker text to reflect the switch to GNU/aspell
6422
6423         * ac/aspell.m4          *** NEW ***
6424         * src/gtkaspell.[ch]    *** NEW *** 
6425         * ac/pspell.m4          *** DELETED *** 
6426         * src/gtkspell.[ch]     *** DELETED ***
6427
6428         * ac/Makefile.am
6429                 Updated for GNU/aspell support
6430
6431         * po/POTFILES.in
6432                 Replaced gtkspell.c by gtkaspell.c
6433
6434         * acconfig.h
6435         * src/Makefile.am
6436         * src/about.c
6437         * src/compose.[ch]
6438         * src/crash.c
6439         * src/main.c
6440         * src/prefs_common.[ch]
6441                 Updated for GNU/aspell support
6442
6443 2002-08-28 [paul]       0.8.2claws2
6444
6445         * sync with 0.8.2cvs4
6446                 see ChangeLog 2002-08-27 and 2002-08-28
6447
6448 2002-08-28 [colin]      0.8.2claws1
6449
6450         * src/summary_search.c
6451                 Added "AND search"
6452
6453 2002-08-28 [jens]       0.8.2claws
6454
6455         *po/de.po
6456                 Updated German translations
6457
6458 2002-08-27 [melvin]     0.8.2claws
6459
6460         * po/fr.po
6461                 Updated French translations
6462
6463 2002-08-27 [paul]       0.8.2claws
6464
6465         * sync with 0.8.2 main release
6466
6467         * po/en_GB.po
6468           po/es.po
6469           po/it.po
6470           po/pl.po
6471           po/pt_BR.po
6472           po/sr.po
6473                 updated message catalogs submitted by
6474                 Ricardo Mones Lastra, Alessandro Maestri,
6475                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.
6476                 Beneditto and Urke MMI  
6477
6478 2002-08-27 [hoa]        0.8.1claws123
6479
6480         * src/mainwindow.[ch]
6481         * src/summaryview.[ch]
6482                 removed the "filter setting" menu option.
6483                 add a "cancel a news message" menu option.
6484
6485 2002-08-26 [martin]     0.8.1claws122
6486
6487         * ChangeLog.claws
6488                 changed string under 0.8.1claws79 changed by myself
6489                 i'm sorry alfons :(
6490
6491 2002-08-26 [martin]     0.8.1claws121
6492
6493         * src/crash.c
6494                 added kill command to debuggerrc to start crash dialog
6495
6496 2002-08-26 [paul]       0.8.1claws120
6497
6498         * sync with 0.8.1cvs31
6499                 see ChangeLog 2002-08-26
6500
6501 2002-08-25 [alfons]     0.8.1claws119
6502
6503         * src/procmsg.c
6504                 fix bug that didn't send out correct headers to news server
6505                 when sending news article and email from queue (bug reported
6506                 and patch provided by Tim Mann; closes bug 
6507                 "[ 583196 ] 0.7.8claws can't post news")
6508
6509 2002-08-25 [alfons]     0.8.1claws118
6510
6511         * src/selective_download.c
6512                 mark two strings as translatable
6513                 (thanks to Urke MMI for pointing this out)
6514
6515 2002-08-25 [alfons]     0.8.1claws117
6516
6517         * src/summaryview.c
6518                 treat sent boxes as special and allow sorting them by addressee
6519                 (closes "[ 589418 ] Sent folder sorting misbehavior"
6520                 submitted by Steve Lamb)
6521
6522 2002-08-24 [alfons]     0.8.1claws116
6523
6524         * src/matcher.c
6525                 fix memleak reported by Martin Kluge
6526                 (see: "[ 599677 ] Very small memory leak in 0.81claws115")
6527
6528 2002-08-24 [oliver]     0.8.1claws115
6529
6530         * src/prefs_toolbar.c
6531                 o code cleanup as suggested by Alfons
6532                 o memleak fix
6533
6534 2002-08-24 [alfons]     0.8.1claws114
6535
6536         * src/summaryview.c
6537                 o fix another memory leak reported by Martin Kluge
6538                   (see "[ 599568 ] Small Memory Leak")
6539                 o remove 'from' variable from 'summary_set_header()'; we can
6540                   do with just 'to' 
6541
6542 2002-08-24 [paul]       0.8.1claws113
6543
6544         * sync with 0.8.1cvs30
6545                 see ChangeLog 2002-08-23
6546
6547 2002-08-24 [alfons]     0.8.1claws112
6548
6549         * src/summaryview.c
6550                 remove unnecessary allocations for search bar fixing leaks
6551                 reported by Martin Kluge
6552                 (see "[ 599451 ] Further memory leaks?")
6553
6554 2002-08-24 [alfons]     0.8.1claws111
6555
6556         * src/main.c
6557                 make get_socket_name() public for crash.c
6558         * src/crash.c
6559                 o make report bug button work (goes to claws' 
6560                   bug tracker at sf.net)
6561                 o introduce function for doing important stuff just
6562                   before claws goes down
6563                 o clean up code 
6564
6565 2002-08-24 [alfons]     0.8.1claws110
6566
6567         * src/compose.c
6568                 move cursor to "To" entry when forwarding as attachment
6569                 (reported and solved by Steve Lamb, closes bug report
6570                 "[ 592880 ] Forward as attachment; cursor not in to")
6571
6572 2002-08-24 [colin]      0.8.1claws109
6573
6574         * src/mainwindow.c
6575                 fix quick search visibility after GUI (de)separations.
6576
6577 2002-08-23 [colin]      0.8.1claws108
6578
6579         * src/mainwindow.c
6580                 fix header pane visibility after folderview or
6581                 messageview (de)separation
6582
6583 2002-08-23 [paul]       0.8.1claws107
6584
6585         * src/mainwindow.[ch]
6586           src/toolbar.c
6587                 give full control of display or non-display 
6588                 of the Execute icon to Custom toolbar settings.
6589                 add new sensitivity condition to maninwindow.h: 
6590                 M_DELAY_EXEC
6591
6592         * ChangeLog
6593           ChangeLog.jp
6594           NEWS
6595                 more sync with 0.8.1cvs29
6596
6597 2002-08-23 [melvin]     0.8.1claws106
6598
6599         * src/alertpanel.c
6600                 Readded support for custom widget in alertpanel lost in last
6601                 sync.
6602
6603 2002-08-23 [paul]       0.8.1claws105
6604
6605         * sync with 0.8.1cvs29
6606                 see ChangeLog 2002-08-23
6607
6608 2002-08-23 [colin]      0.8.1claws104
6609
6610         * src/summaryview.c
6611                 Fix folder and search pixmaps exchanging positions
6612                 after theme or toolbar changes. Thank to Oliver for 
6613                 reporting this.
6614
6615 2002-08-23 [colin]      0.8.1claws103
6616
6617         * src/mainwindow.c
6618           src/messageview.[ch]
6619           src/noticeview.[ch]
6620           src/summaryview.c
6621                 Changed messageview_create() and noticeview_create()
6622                 to avoid the last gdk_warning
6623
6624 2002-08-22 [colin]      0.8.1claws102
6625
6626         * src/summaryview.c
6627                 Fix my new `Creating pixmap from xpm' warning
6628
6629 2002-08-22 [colin]      0.8.1claws101
6630
6631         * src/mainwindow.c
6632                 Fix some of the gdk warnings
6633
6634 2002-08-22 [colin]      0.8.1claws100
6635
6636         * src/Makefile.am
6637         * src/stock_pixmap.c
6638         * src/stock_pixmap.h
6639         * src/pixmaps/quicksearch.xpm *ADDED*
6640                 Add the quicksearch pixmap
6641         * src/mainwindow.c
6642         * src/summaryview.c
6643         * src/summaryview.h
6644                 Make quicksearch bar visible/hidden via a button
6645
6646 2002-08-22 [christoph]  0.8.1claws99
6647
6648         * src/folder.c
6649                 fix folder update for newsgroups with message
6650                 numbers below minimum number of articles to fetch
6651                 (closes bug #598445)
6652
6653 2002-08-22 [paul]       0.8.1claws98
6654
6655         * sync with 0.8.1cvs28
6656                 see ChangeLog 2002-08-22
6657
6658 2002-08-21 [alfons]     0.8.1claws97
6659
6660         * src/crash.c
6661                 use bt instead of bt full which seems to work 
6662                 better, and bt full doesn't give a great deal 
6663                 of information anyway
6664
6665 2002-08-21 [colin]      0.8.1claws96
6666
6667         * src/summaryview.c
6668                 fix summaryview_searchtype_changed prototype
6669
6670 2002-08-21 [christoph]  0.8.1claws95
6671
6672         * src/mainwindow.c
6673                 o fix broken menu update for sorting type, we have to
6674                   get this info from the summaryview now
6675                 o removed setting of threaded state in menu callback
6676         * src/summaryview.[ch]
6677                 more summaryview/folderitem seperation for
6678                 threading option
6679         * configure.in
6680                 removed not required --with-compiler-flags option
6681
6682 2002-08-21 [oliver]     0.8.1claws94
6683         
6684         * src/toolbar.h 
6685                 o rename toolbar.xml to toolbar_main.xml
6686                   since toolbar_compose.xml might come up 
6687                   any time soon
6688         * README.claws
6689                 add custom toolbar              
6690
6691 2002-08-21 [darko]      0.8.1claws93
6692
6693         * src/procmsg.c
6694                 don't reset tmp flags for messages copied
6695                 to sent folder
6696
6697 2002-08-21 [colin]      0.8.1claws92
6698         
6699         * src/prefs_filtering.c
6700                 fix renaming rules on folder rename 
6701                 when folder is not a leaf folder
6702
6703 2002-08-21 [paul]       0.8.1claws91
6704
6705         * src/prefs_folder_item.c
6706                 fix alignment of colour selector
6707
6708 2002-08-21 [paul]       0.8.1claws90
6709
6710         * sync with 0.8.1cvs27
6711                 see ChangeLog 2002-08-21
6712
6713 2002-08-21 [paul]       0.8.1claws89
6714
6715         * src/summaryview.c
6716                 fix crash when changing field type in
6717                 Quick search bar
6718
6719 2002-08-21 [colin]      0.8.1claws88
6720
6721         * src/summaryview.c
6722                 Made quick search case-insensitive
6723
6724 2002-08-21 [paul]       0.8.1claws87
6725
6726         * sync with 0.8.1cvs26
6727                 see ChangeLog 2002-08-21
6728
6729 2002-08-20 [christoph]  0.8.1claws86
6730
6731         * src/folderview.c
6732         * src/main.c
6733         * src/summaryview.[ch]
6734                 more summaryview/folderitem seperation for
6735                 sort_key and sort_type
6736         * src/procmsg.c
6737                 added missing return statement
6738
6739 2002-08-20 [colin]      0.8.1claws85
6740
6741         * src/summaryview.[ch]
6742                 Added a quick search box
6743         * src/mainwindow.c
6744         * src/prefs_common.[ch]
6745                 Added a show/hide option for the quick search
6746
6747 2002-08-20 [oliver]     0.8.1claws84
6748         
6749         * src/mainwindow.c
6750                 remove toolbar_create_popups
6751         * src/toolbar.[ch]
6752                 o remove toolbar_create_popups
6753                 o fix toolbar_set_sensitive 
6754                   (Bug reports #596834 and #596832)     
6755         * src/prefs_toolbar.c
6756                 o add "Set default" button
6757                 o align label and text + combo widgets
6758
6759 2002-08-20 [hoa]        0.8.1claws83bis
6760
6761         * src/imap.c
6762                 fixed a bug in imap_fetch_msginfo() in case there is no
6763                 current folder.
6764
6765 2002-08-20 [darko]      0.8.1claws83
6766
6767         * src/folderview.c
6768                 copy the color style of folder view so it
6769                 works with GTK themes
6770
6771 2002-08-20 [darko]      0.8.1claws82
6772
6773         * src/folder.h
6774         * src/folderview.c
6775         * src/prefs_folder_item.[hc]
6776                 don't use UI stuff in folder.h
6777
6778 2002-08-20 [darko]      0.8.1claws81
6779
6780         * src/folder.h
6781         * src/prefs_folder_item.h
6782         * src/folderview.c
6783         * src/prefs_folder_item.c
6784                 ability to set folder color in folderview
6785
6786 2002-08-19 [alfons]     0.8.1claws80
6787
6788         * src/summaryview.c
6789                 fix one of the earlier memleaks reported by Martin Kluge
6790
6791 2002-08-19 [alfons]     0.8.1claws79
6792
6793         * src/mainwindow.c
6794                 hide notice view when selecting seperate folder
6795                 view (reported by Urke MMI)
6796
6797 2002-08-19 [christoph]  0.8.1claws78
6798
6799         * src/folderview.c
6800         * src/prefs_folder_item.h
6801         * src/summaryview.[ch]
6802                 o add summary_set_prefs_from_folderitem to set
6803                   summaryview prefs (first step to remove all
6804                   references to the folderitem in summaryview)
6805                 o moved compiled regex stuff from folderitem prefs
6806                   to summaryview code
6807
6808 2002-08-19 [paul]       0.8.1claws77
6809
6810         * src/compose.c
6811                 add check for '.' to QUOTE_IF_REQUIRED
6812
6813 2002-08-19 [paul]       0.8.1claws76
6814
6815         * src/inc.c
6816                 sync with 0.8.1cvs25 (plug memory leak)
6817
6818         * src/prefs_toolbar.c
6819                 re-order prefs_toolbar_cancel()
6820
6821 2002-08-18 [alfons]     0.8.1claws75
6822
6823         * src/inc.c
6824         * src/matcher.c
6825                 plug other memleaks reported by Martin Kluge
6826
6827 2002-08-18 [paul]       0.8.1claws74
6828
6829         * po/pt_BR.po
6830                 updated by Fabio Jr. Beneditto
6831
6832 2002-08-18 [paul]       0.8.1claws73
6833
6834         * src/toolbar.[ch]
6835                 fix bug where tooltips were displayed untranslated              
6836
6837         * src/prefs_toolbar.c
6838                 fix bug where clicking 'Cancel' creates an icon & text
6839                 toolbar regardless of prefs
6840         
6841
6842 2002-08-17 [oliver]     0.8.1claws72
6843
6844         * src/prefs_toolbar.c
6845                 update toolbar on CANCEL
6846                 bug reported by Martin Kluge
6847         * src/toolbar.c
6848                 toolbar_destroy memleak fixed           
6849
6850 2002-08-17 [alfons]     0.8.1claws71
6851
6852         * src/toolbar.c
6853                 plug another memleak reported by Martin Kluge
6854
6855 2002-08-16 [alfons]     0.8.1claws70
6856
6857         * src/crash.c
6858                 use execvp() correctly (suggested by wwp; thanks!)
6859
6860 2002-08-16 [alfons]     0.8.1claws69
6861
6862         * src/gtksctree.c
6863                 plug memory leak reported by Kim Schultz & Martin Kluge
6864
6865 2002-08-16 [paul]       0.8.1claws68
6866
6867         * po/es.po
6868                 updated by Ricardo Mones Lastra
6869
6870 2002-08-16 [paul]       0.8.1claws67
6871
6872         * src/toolbar.h
6873                 fix bug where 'Compose News' icon showed wrong
6874                 tooltip
6875
6876 2002-08-16 [paul]       0.8.1claws66
6877
6878         * sync with 0.8.1cvs24
6879                 see ChangeLog 2002-08-16
6880
6881         * po/it.po
6882                 updated by Alessandro Maestri
6883
6884 2002-08-15 [paul]       0.8.1claws65
6885
6886         * po/sr.po
6887                 updated by Urke MMI
6888
6889 2002-08-15 [paul]       0.8.1claws64
6890
6891         * src/*.c
6892                 don't translate debug info
6893
6894         * src/matcher.[ch]
6895                 add copyright info
6896
6897 2002-08-15 [paul]       0.8.1claws63
6898
6899         * src/prefs_toolbar.c
6900                 fix bug where clicking 'OK' creates an icon & text
6901                 toolbar regardless of prefs
6902
6903 2002-08-14 [alfons]     0.8.1claws62
6904
6905         * src/main.c
6906                 add global var that has the full argv[0]
6907         * src/crash.c
6908                 o execvp the correct sylpheed by using argv0
6909                   and setting the correct work dir
6910                 o other tweaks  
6911
6912 2002-08-14 [oliver]     0.8.1claws61
6913         
6914         * enable/disable Toolbar Action Buttons 
6915         * code cleanups
6916         * src/mainwindow.c
6917         * src/toolbar.[ch]      
6918         * src/prefs_toolbar.c   
6919
6920 2002-08-14 [melvin]     0.8.1claws60
6921
6922         * po/fr.po
6923                 Updated French translations
6924
6925 2002-08-14 [melvin]     0.8.1claws59
6926
6927         * src/crash.c
6928                 Made bug report not translatable
6929         * src/exporthtml.c
6930                 Fixed exporthtml_build_filespec() return value
6931         * src/foldersel.c
6932                 Fixed incorrect include file
6933         * src/gtkspell.c
6934         * src/prefs_actions.c
6935         * src/prefs_toolbar.c
6936                 Made debug info not translatable
6937         * src/mutt.c
6938         * src/quote_fmt.c
6939                 Added missing includes
6940         * src/prefs_common.c
6941                 Fixed typo
6942
6943 2002-08-14 [paul]       0.8.1claws58
6944
6945         * faq/es/sylpheed-faq.html
6946           faq/es/sylpheed-faq-[1-3].html
6947           faq/es/sylpheed-faq-4.html     **NEW FILE **
6948                 update Spanish FAQ
6949
6950 2002-08-13 [christoph]  0.8.1claws57
6951
6952         * src/procmsg.c
6953                 ignore thread fix that did not mark all
6954                 child nodes of a ignored thread as
6955                 ignored. Does not work perfectly yet,
6956                 but it is better now
6957
6958 2002-08-13 [alfons]     0.8.1claws56
6959
6960         * src/crash.c
6961                 o implement 'save crash log'
6962                 o some tweaks
6963
6964 2002-08-13 [melvin]     0.8.1claws55
6965
6966         * src/main.c
6967                 removed unrequired "execinfo.h" header
6968
6969 2002-08-12 [paul]       0.8.1claws54
6970
6971         * faq/en/sylpheed-faq.html
6972           faq/en/sylpheed-faq-[1-3].html
6973           faq/en/sylpheed-faq-4.html     **NEW FILE **
6974                 update English FAQ
6975
6976 2002-08-12 [alfons]     0.8.1claws53
6977
6978         * po/POTFILES.in
6979                 add crash.c to translatables
6980         * src/crash.c
6981                 bring in Leandro's crash dialog
6982
6983 2002-08-11 [alfons]     0.8.1claws52
6984
6985         * src/crash.c
6986                 clean up some warnings
6987
6988 2002-08-11 [alfons]     0.8.1claws51
6989
6990         * acconfig.h
6991         * configure.in
6992         * src/crash.[ch]        ** NEW FILES **
6993         * src/main.c            
6994                 initial gdb crash handler
6995
6996 2002-08-11 [paul]       0.8.1claws50
6997
6998         * src/prefs_toolbar.c
6999                 replace Up/Down arrow pixmaps with text to be
7000                 consistent across icon themes
7001
7002 2002-08-11 [paul]       0.8.1claws49
7003
7004         * src/prefs_common.c
7005           src/prefs_toolbar.c
7006                 rename 'Pixmap' -> 'Icon'
7007
7008         * src/toolbar.[ch]
7009                 rename  'A_SEND_QUEUD' -> 'A_SEND_QUEUED'
7010
7011 2002-08-10 [paul]       0.8.1claws48
7012
7013         * src/prefs_toolbar.c
7014                 re-work the UI
7015
7016 2002-08-10 [paul]       0.8.1claws47
7017
7018         * src/main.c
7019                 don't write Processing progress to status bar
7020                 patch submitted by Alexander Evseev
7021
7022         * src/prefs_toolbar.c
7023                 re-position and resize window
7024                 make window assume correct size on first call
7025
7026 2002-08-10 [paul]       0.8.1claws46
7027
7028         * src/mainwindow.c
7029           src/prefs_toolbar.c
7030           src/toolbar.c
7031           src/toolbar.h
7032                 obey coding style
7033                 follow UI text conventions
7034
7035 2002-08-10 [alfons]     0.8.1claws45
7036
7037         * src/toolbar.c
7038                 correct pixmap for delete action
7039
7040 2002-08-10 [paul]       0.8.1claws44
7041
7042         * po/pt_BR.po
7043                 updated by Fabio Jr. Beneditto
7044
7045 2002-08-10 [paul]       0.8.1claws43
7046
7047         * po/POTFILES.in
7048                 add custom toolbar files
7049
7050 2002-08-10 [paul]       0.8.1claws42
7051
7052         * sync with 0.8.1cvs22
7053                 see ChangeLog 2002-08-09
7054
7055 2002-08-09 [paul]       0.8.1claws41
7056
7057         * tools/Makefile.am
7058           tools/README
7059           tools/outlook2sylpheed.pl     ** NEW FILE **
7060                 add script to convert exported Outlook
7061                 contacts list to a Sylpheed addressbook.
7062                 Submitted by Ricardo Mones Lastra.
7063
7064 2002-08-09 [paul]       0.8.1claws40
7065
7066         * AUTHORS
7067           configure.in
7068           po/sr.po      ** NEW FILE **
7069                 add Serbian message catalog. Submitted by
7070                 Urosevic Aleksandar aka Urke MMI <urke-kg@eunet.yu>             
7071
7072 2002-08-09 [paul]       0.8.1claws39
7073
7074         * sync with 0.8.1cvs21
7075                 see ChangeLog 2002-08-08
7076
7077 2002-08-08 [oliver]     0.8.1claws38
7078
7079         * src/mainwindow.c
7080                 move Custom Toolbar to Configuration menu
7081
7082 2002-08-08 [oliver]     0.8.1claws37
7083
7084         * src/prefs_toolbar.c
7085                 fix substitute pixmap bug
7086
7087 2002-08-08 [paul]       0.8.1claws36
7088
7089         * sync with 0.8.1cvs19
7090                 see ChangeLog 2002-08-08
7091
7092 2002-08-07 [christoph]  0.8.1claws35
7093
7094         * src/utils.c
7095                 fixed a memory leak in new canonicalize_file_replace
7096
7097 2002-08-07 [christoph]  0.8.1claws34
7098
7099         * src/utils.[ch]
7100                 o canonicalize_file_replace should create the temporary
7101                   file in the same directory as the original file.
7102                 o added get_tmpfile_in_dir that creates a temorary file
7103                   in a specified directory.
7104
7105 2002-08-07 [melvin]     0.8.1claws33
7106
7107         * src/toolbar.c
7108                 fixed bug where 'Article' button acted as 'Email' button.
7109
7110 2002-08-07 [paul]       0.8.1claws32
7111
7112         * sync with 0.8.1.cvs17
7113                 see ChangeLog 2002-08-07
7114
7115 2002-08-07 [colin]      0.8.1claws31
7116         
7117         * src/news.c
7118                 fix mass-cancel problem
7119
7120 2002-08-07 [thorsten]   0.8.1claws30
7121
7122         * src/prefs_toolbar.c
7123                 fix: crash on replace or add new button
7124         * src/toolbar.c
7125                 fix: close xmlfile after reading
7126         * src/utils.c
7127                 fix: unlink() file before rename()
7128
7129 2002-08-06 [paul]       0.8.1claws29
7130
7131         * sync with 0.8.cvs15
7132                 see ChangeLog 2002-08-06
7133
7134 2002-08-06 [oliver]     0.8.1claws28
7135
7136         * src/toolbar.c
7137         * src/prefs_toolbar.c
7138                 fixed empty toolbar issue
7139
7140 2002-08-06 [oliver]     0.8.1claws27
7141
7142         * Custom Toolbar Final 
7143         * src/folderview.c
7144         * src/inc.c
7145         * src/summaryview.c
7146                 o toolbar stuff now lives in src/toolbar.[ch]
7147                 o main_window_toolbar_* functions are renamed to
7148                   toolbar_* reflecting their new source file
7149         * src/mainwindow.[ch]
7150                 o remove toolbar stuff  
7151
7152 2002-08-06 [oliver]     0.8.1claws26
7153         
7154         * src/Makefile.am
7155         * src/prefs_toolbar.[ch]        **New File**
7156         * src/toolbar.[ch]              **New File**
7157                 o prefs_toolbar.[ch] custom toolbar frontend
7158                 o toolbar.[ch]       backend 
7159
7160 2002-08-06 [oliver]     0.8.1claws25
7161
7162         * src/prefs_actions.[ch]
7163                 o new exported function actions_execute
7164
7165 2002-08-06 [paul]       0.8.1claws24
7166
7167         * sync with 0.8.1cvs4
7168                 see ChangeLog 2002-08-06
7169
7170 2002-08-06 [paul]       0.8.1claws23
7171
7172         * sync with 0.8.1cvs13
7173                 see ChangeLog 2002-08-06
7174
7175 2002-08-06 [paul]       0.8.1claws22
7176
7177         * sync with 0.8.1cvs12
7178                 see ChangeLog 2002-08-05 and 2002-08-06
7179
7180 2002-08-06 [match]      0.8.1claws21
7181
7182         * src/addrclip.c
7183                 improvements to cut/copy/paste address
7184
7185 2002-08-05 [match]      0.8.1claws20
7186
7187         * src/addritem.[ch]
7188         * src/addrcache.c
7189         * src/addrbook.c
7190         * src/editaddress.c
7191         * src/addressbook.c
7192                 fixes to improve cut/copy/paste
7193
7194 2002-08-06 [melvin]     0.8.1claws19
7195
7196         * src/account.[ch]
7197                 account_find_all_from_address(): new function that returns the
7198                 list of all accounts that are matched in an address.
7199         * src/alertpanel.[ch]
7200                 alertpanel() now accepts a custom widget
7201                 alertpanel_with_widget(): new function that pops up a panel with
7202                 a custom widget in it 
7203         * src/gtkutils.[ch]
7204                 gtkut_account_menu_new(): new function that allows the selection
7205                 of an account from a list of accounts.
7206         * src/messageview.c
7207                 Extended Return Receipt notification to select the correct 
7208                 account and to make a security test on the Delivery-Notification
7209                 address which should be the same as the Return-Path.
7210
7211 2002-08-06 [thorsten]   0.8.1claws18
7212
7213         * src/mimeview.c
7214                 attach_all: save unnamed as "noname.%d",
7215                 dont free static dirname
7216
7217 2002-08-05 [alfons]     0.8.1claws17
7218
7219         * configure.in
7220                 detect XIM by trying to link rather than compile a XIM program
7221
7222 2002-08-05 [oliver]     0.8.1claws16
7223                 
7224         * src/stock_pixmap.[ch]
7225                 o add UP_ARROW to available pixmaps (already in pixmap-directory)
7226                 o new func to retrieve pixmaps
7227
7228 2002-08-05 [paul]       0.8.1claws15
7229
7230         * sync with 0.8.1cvs10
7231                 see ChangeLog 2002-08-05
7232
7233 2002-08-04 [alfons]     0.8.1claws14
7234
7235         * src/textview.c
7236                 see if this plugs memleak
7237
7238 2002-08-04 [melvin]     0.8.1claws13
7239
7240         * src/gtkspell.c
7241                 fixed bug that could crash Sylpheed when highlighting
7242                 all misspelled words.
7243
7244 2002-08-03 [melvin]     0.8.1claws12
7245
7246         * src/prefs_actions.c
7247                 removed unnecessary checks for NULL introduced in 0.8.1claws11.
7248         * src/messageview.c
7249                 fixed bug where the Return Receipt was sent to
7250                 Delivery-Notification-To address even if it was not present
7251
7252 2002-08-02 [alfons]     0.8.1claws11
7253
7254         * src/prefs_actions.c
7255                 o more check for NULLs
7256                 o put create_io_dialog() in right conditional block
7257
7258 2002-08-02 [paul]       0.8.1claws10
7259
7260         * po/es.po
7261                 updated by Ricardo Mones Lastra
7262
7263 2002-08-01 [christoph]  0.8.1claws9
7264
7265         * src/folder.c
7266                 don't free the cache of the opened
7267                 folder in the summaryview
7268         * src/summaryview.c
7269                 don't unset flags, if it is not required
7270
7271 2002-08-01 [paul]       0.8.1claws8
7272
7273         * sync with 0.8.1cvs8
7274                 see ChangeLog entry 2002-08-01
7275
7276 2002-08-01 [paul]       0.8.1claws7
7277
7278         * sync with 0.8.1cvs7
7279                 see ChangeLog 2002-07-31 and 2002-08-01
7280
7281 2002-07-31 [christoph]  0.8.1claws6
7282
7283         * src/mainwindow.c
7284                 forgot to update menu sensitivity
7285                 function for new menu entry
7286
7287 2002-07-31 [alfons]     0.8.1claws5
7288
7289         * src/main.c
7290                 check folder item and its path for NULL on
7291                 initial processing
7292
7293 2002-07-31 [christoph]  0.8.1claws4
7294
7295         * src/folder.c
7296                 check if folder_item_get_msginfo in
7297                 folder_item_remove_msg returned NULL
7298         * src/imap.c
7299                 better clear the uid cache in the
7300                 uid validity check function and delete
7301                 cached messages
7302
7303 2002-07-31 [paul]       0.8.1claws3
7304
7305         * man/sylpheed.1
7306                 add the '--attach' option and a few other
7307                 minor changes
7308
7309 2002-07-31 [paul]       0.8.1claws2
7310
7311         * sync with 0.8.1cvs5
7312                 see ChangeLog 2002-07-31
7313
7314 2002-07-31 [christoph]  0.8.1claws1
7315
7316         * src/folderview.[ch]
7317         * src/mainwindow.c
7318                 replace "Rescan all folders..." with
7319                 "Check all folders for new messages..."
7320
7321 2002-07-30 [paul]       0.8.1claws
7322
7323         * version 0.8.1claws released
7324
7325 2002-07-30 [paul]       0.8.0claws29
7326
7327         * tools/OOo2sylpheed.pl ** NEW FILE **
7328           tools/README
7329                 add script to enable sending documents as
7330                 attachments from OpenOffice.org
7331
7332 2002-07-30 [melvin]     0.8.0claws28
7333
7334         * src/prefs_actions.c
7335                 Made the actions' input/output dialog display
7336                 without delay.
7337
7338 2002-07-30 [christoph]  0.8.0claws27
7339
7340         * src/procmsg.c
7341                 check if folder_item_get_msginfo in
7342                 procmsg_save_to_outbox returned NULL
7343
7344 2002-07-30 [paul]       0.8.0claws26
7345
7346         * sync with 0.8.1cvs4
7347                 see ChangeLog 2002-07-29
7348
7349 2002-07-29 [thorsten]   0.8.0claws25
7350
7351         * README.claws
7352                 added selective download, delete on server
7353
7354 2002-07-29 [paul]       0.8.0claws24
7355
7356         * sync with 0.8.1cvs3
7357                 see ChangeLog 2002-07-29
7358
7359 2002-07-27 [christoph]  0.8.0claws23
7360
7361         * src/folder.c
7362                 add extra check if fetching the msginfo
7363                 returned NULL
7364
7365 2002-07-27 [paul]       0.8.0claws22
7366
7367         * sync with 0.8.1cvs2
7368                 see ChangeLog 2002-07-26
7369
7370 2002-07-27 [christoph]  0.8.0claws21
7371
7372         * src/imap.c
7373                 add another check if a valid msginfo
7374                 was returned
7375
7376 2002-07-26 [hoa]        0.8.0claws20
7377
7378         * src/folder.c
7379                 Fixed a condition in folder_item_destroy()
7380
7381         * src/imap.c
7382                 Fixed an error in IMAP protocol
7383
7384 2002-07-26 [alfons]     0.8.0claws19
7385
7386         * src/folder.c
7387                 ofcourse compare with identifier, not the path
7388
7389 2002-07-26 [alfons]     0.8.0claws18
7390
7391         * src/folder.c
7392                 use folder item identifier for saving / restoring
7393                 preferences because folder->path might not be unique
7394
7395 2002-07-26 [melvin]     0.8.0claws17
7396
7397         * src/logwindow.c
7398                 Fixed a crash introduced in 0.8.0claws5 when log is 
7399                 cut under 80 characters.
7400
7401 2002-07-26 [paul]       0.8.0claws16
7402
7403         * sync with 0.8.1cvs1
7404                 see ChangeLog 2002-07-26
7405
7406 2002-07-26 [christoph]  0.8.0claws15
7407
7408         * src/imap.[ch]
7409                 imap folder now remembers the last selected
7410                 folder and imap_fetch_msginfo skips selecting
7411                 the folder if it is already selected
7412
7413 2002-07-26 [christoph]  0.8.0claws14
7414
7415         * src/folder.c
7416         * src/folderview.c
7417         * src/imap.c
7418                 fix imap folder rescanning
7419
7420 2002-07-25 [christoph]  0.8.0claws13
7421
7422         * src/filter.c
7423         * src/folder.[ch]
7424         * src/folderview.c
7425         * src/imap.[ch]
7426         * src/mainwindow.c
7427         * src/mbox_folder.c
7428         * src/mh.c
7429         * src/news.c
7430                 implement imap uid cache and uid validity check
7431
7432 2002-07-25 [alfons]     0.8.0claws12
7433
7434         * src/summaryview.c
7435                 fix a brown paper bag bug, and also add some more
7436                 checks
7437
7438 2002-07-25 [christoph]  0.8.0claws11
7439
7440         * src/folder.c
7441                 don't mix copy, fetch_msginfo and remove
7442                 operations in folder item copy and move
7443                 operations
7444
7445 2002-07-25 [christoph]  0.8.0claws10
7446
7447         * src/folderview.c
7448         * src/mainwindow.c
7449         * src/prefs_folder_item.c
7450         * src/summaryview.[ch]
7451                 remove no longer required parameter update_cache from
7452                 summary_show
7453
7454 2002-07-25 [paul]       0.8.0claws9
7455
7456         * sync with 0.8.1
7457         
7458         * AUTHORS
7459                 a few corrections
7460
7461 2002-07-24 [alfons]     0.8.0claws8
7462
7463         * src/summaryview.c
7464                 sort correctly when using simplified subject line
7465                 (closes feature request "[ 585141 ] applying regexp to subject 
7466                 before sort" submitted by Alexandra Walford)
7467
7468 2002-07-24 [paul]       0.8.0claws7
7469
7470         * sync with 0.8.0cvs3
7471                 see ChangeLog 2002-07-24
7472
7473 2002-07-23 [christoph]  0.8.0claws6
7474
7475         * src/folder.c
7476         * src/folder.h
7477         * src/summaryview.c
7478         * src/summaryview.h
7479         * src/main.c
7480                 o separate processing and summaryview
7481                 o removed summary_write_cache from summaryview
7482                 o removed summaryview->killed_messages, because we don't have
7483                   to keep a list of killed messages anymore. New cache will
7484                   keep the hidden messages in cache anyway
7485         * src/folderview.c
7486         * src/inc.c
7487         * src/selective_download.c
7488                 o removed unnecessary summary_write_cache calls
7489         * src/procmsg.c
7490                 o don't set ignore thread flag in procmsg_get_thread_tree
7491                   if it is already set
7492         * src/mainwindow.c
7493         * src/statusbar.h
7494                 o moved STATUSBAR_PUSH/POP to statusbar.h because
7495                   they are used in different files
7496
7497 2002-07-23 [melvin]     0.8.0claws5
7498
7499         * src/addressbook.c
7500         * src/addrgather.c
7501         * src/editaddress.c
7502         * src/editgroup.c
7503         * src/editldap_basedn.c
7504         * src/importldif.c
7505         * src/prefs_common.c
7506                 Fixed few memory leak (gtk_editable_get_chars returns
7507                 an allocated string)
7508         * src/logwindow.c
7509                 Fixed few memory leak (gtk_editable_get_chars returns
7510                 an allocated string) and modified a little the log cutting
7511                 loop.
7512         * src/compose.c
7513                 Replaced a call to an obsolete function gtk_entry_get_text()
7514                 by gtk_editable_get_chars()
7515         * src/send.c
7516                 Removed a debug printf
7517
7518 2002-07-23 [christoph]  0.8.0claws4
7519
7520         * src/filesel.c
7521                 fix another g_dirname memory leak
7522
7523 2002-07-23 [christoph]  0.8.0claws3
7524
7525         * src/mh.c
7526                 fixed a memory leak in mh_fetch_msginfo
7527                 fixed crash when message header could not be
7528                 parsed
7529
7530 2002-07-23 [paul]       0.8.0claws2
7531
7532         * sync with 0.8.0cvs2
7533                 see ChangeLog 2002-07-23
7534
7535 2002-07-23 [paul]       0.8.0claws1
7536
7537         * sync with 0.8.0cvs1
7538                 see ChangeLog 2002-07-23
7539
7540 2002-07-23 [paul]       0.8.0claws
7541
7542         * release of 0.8.0claws
7543
7544 2002-07-23 [paul]       0.7.8claws99
7545
7546         * po/ru.po
7547                 new Russian translation, submitted by
7548                 Botalov Vyacheslav <botalov_v@upr.uralkaly.ru>
7549
7550 2002-07-22 [jens]       0.7.8claws98
7551
7552         * po/de.po
7553                 Updated German translations.
7554
7555 2002-07-22 [paul]       0.7.8claws97
7556
7557         * po/es.po
7558           po/it.po
7559           po/nl.po
7560           po/pt_BR.po
7561                 updated translations by Ricardo Mones Lastra,
7562                 Alessandro Maestri, Wilbert Berendsen and 
7563                 Fabio Jr. Beneditto respectively
7564
7565 2002-07-22 [christoph]  0.7.8claws96
7566
7567         * src/mimeview.c
7568                 fix memory leak caused by wrong g_dirname usage
7569
7570 2002-07-22 [christoph]  0.7.8claws95
7571
7572         * src/summaryview.c
7573                 update new and unread message counts for summaryview
7574                 summaryview does not get it from the folder anymore
7575                 and has to update the values itself
7576
7577 2002-07-22 [melvin]     0.7.8claws94
7578
7579         * po/fr.po
7580                 Updated French translations.
7581
7582 2002-07-22 [christoph]  0.7.8claws93
7583
7584         * src/matcher.c
7585                 set prop->preg pointer to NULL or following check
7586                 will not fail and regexec will be called with
7587                 invalid pointer
7588
7589 2002-07-21 [alfons]     0.7.8claws92
7590         
7591         * src/prefs_common.[ch]
7592                 remove option "Send return receipt on request"
7593
7594 2002-07-21 [thorsten]   0.7.8claws91
7595
7596         * src/mimeview.c
7597                 fixed memleaks, coding style as pointed out by alfons
7598
7599 2002-07-21 [alfons]     0.7.8claws90
7600
7601         * src/messageview.c
7602         * src/noticeview.[ch]
7603                 o fix bug notice view being displayed when going to empty folder 
7604                   (noticed by Christoph)
7605                 o allow RRR to be sent when restarting sylpheed, or changing folder 
7606                   (noticed by Thorsten)
7607
7608 2002-07-21 [thorsten]   0.7.8claws89
7609
7610         * src/mimeview.c
7611                 Included save_all patch from Xaview FACQ
7612                 added support for pathnames
7613
7614 2002-07-21 [alfons]     0.7.8claws88
7615
7616         * po/POTFILES.in
7617         * src/Makefile.am
7618         * src/mainwindow.c
7619         * src/messageview.[ch]
7620         * src/noticeview.c      ** NEW FILE **
7621         * src/noticeview.h      ** NEW FILE **
7622                 make return receipts work again
7623                 (UI idea by Leandro Pereira)
7624
7625 2002-07-21 [paul]       0.7.8claws87
7626
7627         * src/summaryview.c
7628                 fix sensitivity of 'Select thread'
7629
7630 2002-07-21 [paul]       0.7.8claws86
7631
7632         * src/prefs_common.c
7633                 add browser command line for Galeon
7634
7635 2002-07-21 [paul]       0.7.8claws85
7636
7637         * Makefile.am
7638                 fix 'EXTRA_DIST': remove README.README, add TODO
7639                 and TODO.claws
7640
7641 2002-07-21 [alfons]     0.7.8claws84
7642
7643         * src/gtkstext.c
7644                 make enter clear selection
7645                 (closes "[ 579888 ] Editor selection/entry error"
7646                 reported by Steve Lamb)
7647
7648 2002-07-21 [alfons]     0.7.8claws83
7649         
7650         * src/summaryview.c
7651                 sort message list when selecting unthread messages
7652                 (closes "[ 501593 ] switching threaded view doesn't sort"
7653                 reported by Simon Schubert)
7654
7655 2002-07-20 [alfons]     0.7.8claws82
7656         
7657         * src/matcher.c
7658                 const-correctness
7659
7660 2002-07-20 [thorsten]   0.7.8claws81
7661
7662         * src/matcher.c
7663                 Fixed expansion of empty fields in matchactions
7664
7665 2002-07-19 [melvin]     0.7.8claws80
7666
7667         * src/gtkspell.c
7668                 Removed a duplicate menu entry (fast mode) introduced during
7669                 the new cache merge
7670                 Added a menu separator between 'Use alternate' and 'Fast mode'
7671
7672 2002-07-19 [paul]       0.7.8claws79
7673
7674         * tools/Makefile.am
7675           tools/README
7676                 correct typos
7677
7678 2002-07-19 [thorsten]   0.7.8claws78
7679
7680         * tools/calypso_convert.pl      ** NEW FILE **
7681           tools/README
7682           tools/Makefile.am
7683                 script to import mbox files exported
7684                 by calypso
7685                 o generates folder structure
7686                 o includes attachments
7687
7688 2002-07-19 [melvin]     0.7.8claws77
7689
7690         * src/selective_download.[ch]
7691                 Fixed bug where closing the dialog with the window manager's
7692                 close button will not unlock the summary
7693                 Corrected some function declarations that missed a return value
7694                 Made the source code comply better with coding style.
7695         * src/prefs_common.c
7696                 Added new browser command line for Mozilla.
7697
7698 2002-07-18 [paul]       0.7.8claws76
7699
7700         * src/mainwindow.c
7701           src/selective_download.[ch]
7702                 reflect theme changes, fix Gdk Warning when creating 
7703                 pixmap from NULL window, and minor clean up.
7704                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
7705
7706         * po/en_GB.po
7707                 updated
7708
7709 2002-07-17 [paul]       0.7.8claws75
7710
7711         * INSTALL[.jp]
7712                 sync with 0.8.0
7713         
7714         * po/en_GB.po
7715                 updated
7716
7717 2002-07-16 [paul]       0.7.8claws74
7718
7719         * tools/filter_conv.pl
7720           tools/README
7721                 replace conversion script with reimplemented version, 
7722                 submitted by Torsten Schoenfeld <kaffeetisch@web.de>
7723
7724 2002-07-16 [colin]      0.7.8claws73
7725
7726         * src/summaryview.c
7727                 remove forgotten debug messages - sorry ;-)
7728
7729 2002-07-16 [colin]      0.7.8claws72
7730
7731         * src/mimeview.c
7732           src/summaryview.c
7733           src/textview.c
7734           src/textview.h
7735                 add the ability to select part of a text mime-part 
7736                 to reply.
7737
7738 2002-07-15 [christoph]  0.7.8claws71
7739
7740         * src/folder.c
7741                 fix folder message count for folders without
7742                 msg_is_changed (includes news folders)
7743
7744 2002-07-15 [martin]     0.7.8claws70
7745
7746         * src/summaryview.c
7747                 option "display recipient on 'From'..." now works
7748                 without the need of enabling the option
7749                 "display  sender  using  address  book".
7750
7751 2002-07-15 [christoph]  0.7.8claws69
7752
7753         * src/summaryview.c
7754                 removed setting folder status from summaryview.
7755                 folder.c should update all message counts correctly.
7756
7757 2002-07-15 [paul]       0.7.8claws68
7758
7759         * po/pt_BR.po
7760                 updated by Fabio Junior Beneditto
7761
7762 2002-07-15 [darko]      0.7.8claws67
7763
7764         * src/mh.c
7765                 Fixed target folder colorization, don't decrease op
7766                 number twice
7767
7768 2002-07-14 [paul]       0.7.8claws66
7769
7770         * sync with main 0.8.0
7771                 see ChangeLog 2002-07-14
7772
7773 2002-07-13 [melvin]     0.7.8claws65
7774         
7775         * src/addrbook.c
7776         * src/addressbook.c
7777         * src/addrindex.c
7778                 Replaced sprintf by g_snprintf to prevent possible buffer
7779                 overflow.
7780         * src/news.c
7781                 Corrected a log message output format.
7782                 Added a missing "done" debug output.
7783         * src/compose.c
7784                 Added keyboard accelerator for Priority menu items
7785                 Added missing \n in debug output
7786         * src/logwindow.c
7787         * src/gtkspell.c
7788         * src/rfc2015.c
7789                 Added missing \n in debug output
7790
7791 2002-07-13 [paul]       0.7.8claws64
7792
7793         * man/sylpheed.1
7794                 change Sergey's email address to the sf address
7795
7796         * src/textview.c
7797                 increase show_url_timeout (more useful for long
7798                 urls)
7799
7800 2002-07-12 [sergey]     0.7.8claws63
7801
7802         * src/rfc2015.c
7803                 applied (with some modifications) patch to set the
7804                 micalg parameter for signatures
7805                 (2001-08-28 Werner Koch <wk@gnupg.org>)
7806
7807 2002-07-12 [sergey]     0.7.8claws62
7808
7809         * man/Makefile.am
7810         * configure.in
7811                 fixed man page installation
7812
7813 2002-07-12 [paul]       0.7.8claws61
7814
7815         * sync with 0.7.8cvs26
7816                 see ChangeLog 2002-07-11 and 2002-07-12
7817
7818 2002-07-11 [christoph]  0.7.8claws60
7819
7820         * src/compose.c
7821         * src/procmsg.c
7822                 first use the message number to find the message
7823                 to mark with a reply flag but check the
7824                 message-id if we got the correct message, if not
7825                 try to find it by message-id.
7826                 use new string seperator that is not allowed
7827                 in message-ids.
7828
7829 2002-07-11 [paul]       0.7.8claws59
7830
7831         * sync with 0.7.8cvs23
7832                 see ChangeLog 2002-07-10
7833
7834 2002-07-10 [christoph]  0.7.8claws58
7835
7836         * src/folder.[ch]
7837         * src/msgcache.[ch]
7838                 Added message-id table to the cache in memory
7839                 and functions to msgcache.c and folder.c to
7840                 fetch MsgInfos by message id
7841         * src/compose.c
7842         * src/procmsg.c
7843                 store folder and message-id of message replying
7844                 to in queue header and set reply flag after sending
7845                 (Closes bug #469498)
7846
7847 2002-07-10 [paul]       0.7.8claws57
7848
7849         * AUTHORS
7850           man/sylpheed.1.gz
7851                 add Martin to the list of authors
7852
7853 2002-07-09 [martin]     0.7.8claws56
7854         * src/gtksctree.c
7855                 Added gtk_ctree_last_visible(), tree_update_level(),
7856                 gtk_ctree_link(), gtk_ctree_unlink(), real_sort_list(),
7857                 tree_sort(), gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
7858                 from gtk+ to gtksctree.c for the new sorting code
7859                 Renamed gtk_ctree_sort_recusive() to gtk_sctree_sort_recursive
7860                 Renamed gtk_ctree_sort_node() to gtk_sctree_sort_node
7861         * src/gtksctree.h
7862                 Added declaration for gtk_sctree_sort_recursive() and
7863                 gtk_sctree_sort_node
7864         * src/addressbook.c
7865         * src/foldersel.c
7866         * src/folderview.c
7867         * src/summaryview.c
7868                 changed calls from gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
7869                 to gtk_sctree_sort_recursive() and gtk_sctree_sort_node()
7870
7871 2002-07-08 [paul]       0.7.8claws55
7872
7873         * more sync with 0.7.8cvs21
7874                 see ChangeLog 2002-07-08
7875
7876 2002-07-08 [paul]       0.7.8claws54
7877
7878         * sync with 0.7.8cvs21
7879                 see ChangeLog 2002-07-08
7880
7881 2002-07-07 [alfons]     0.7.8claws53
7882
7883         * src/Makefile.am
7884         * src/stock_pixmap.[ch]
7885         * src/pixmaps/notice_warn.xpm   ** NEW FILE **
7886         * src/pixmaps/notice_error.xpm  ** NEW FILE **
7887         * src/pixmaps/notice_note.xpm   ** NEW FILE **
7888                 add new pixmaps for upcoming notice pane
7889
7890 2002-07-06 [melvin]     0.7.8claws52
7891
7892         * src/gtkspell.[ch]
7893                 Made them a bit closer to Sylpheed's coding style.
7894                 Removed old code.
7895                 Removed possible memory leaks when some errors occurs.
7896
7897 2002-07-06 [melvin]     0.7.8claws51
7898
7899         * po/Makefile.in.in
7900                 Removed --no-location in xgettext command line to help
7901                 translators that use Emacs' po-mode
7902         * src/quote_fmt.c
7903                 Removed unnecessary comments that messed up sylpheed.pot
7904
7905 2002-07-06 [paul]       0.7.8claws50
7906
7907         * sync with 0.7.8cvs19
7908                 see ChangeLog 2002-07-05
7909
7910 2002-07-06 [christoph]  0.7.8claws49
7911
7912         * src/folder.c
7913         * src/mainwindow.c
7914                 fix folder_item_remove_all_msg and folderview
7915                 status for trash folders after emptying trash
7916
7917 2002-07-05 [paul]       0.7.8claws48
7918
7919         * sync with 0.7.8cvs16
7920                 see ChangeLog 2002-07-04 and 2002-07-05
7921
7922 2002-07-04 [paul]       0.7.8claws47
7923
7924         * sync with 0.7.8cvs14
7925                 see  ChangeLog 2002-07-04
7926
7927 2002-07-03 [alfons]     0.7.8claws46
7928
7929         * src/folder.c
7930                 dupe folder item's path because it's being reallocated
7931                 by new folder scanning code
7932
7933 2002-07-03 [christoph]  0.7.8claws45
7934
7935         * src/imap.c
7936                 better IMAP uid fetching using 'FETCH 1:* (UID)'
7937         * src/msgcache.c
7938                 add missing return in msgcache_write
7939
7940 2002-07-02 [thorsten]   0.7.8claws44
7941
7942         * src/jpilot.c
7943         * src/msgcache.c
7944         * src/rfc2015.c
7945                 use binary mode for file access
7946
7947 2002-07-02 [christoph]  0.7.8claws43
7948
7949         * major code cleanup (part 1)
7950         
7951                 - unused variables removed
7952                 - unused functions removed
7953                 - uninitialized variables checked
7954                 - missing return statements added
7955                 - missing function return types added
7956                 - added parentheses around assignment and
7957                   && in || when suggested by gcc
7958               
7959         * src/mh.c
7960         * src/folder.c
7961                 replaced direct calls to folder->scan_tree
7962                 with folder_scan_tree and restore folder
7963                 prefs in this function. The folder should
7964                 not have to deal with them.
7965                 ( Should now work for all folder types )
7966
7967 2002-07-02 [paul]       0.7.8claws42
7968
7969         * sync with 0.7.8cvs13
7970                 see ChangeLog 2002-07-01 and 2002-07-02
7971
7972 2002-07-01 [christoph]  0.7.8claws41
7973
7974         * src/summaryview.c
7975                 fix "goto next/prev unread message" with
7976                 ignored threads
7977
7978 2002-07-01 [paul]       0.7.8claws40
7979
7980         * po/es.po
7981                 updated by Ricardo Mones Lastra
7982
7983 2002-06-30 [match]      0.7.8claws39
7984
7985         * src/jpilot.c
7986                 applied variation of leonerd's patch (566661) to
7987                 allow multiple email addresses per JPilot entry.
7988                 addresses may be separated by space, comma, pipe,
7989                 semi-colon, new-line.
7990
7991 2002-06-30 [alfons]     0.7.8claws38
7992
7993         * src/procmsg.c
7994                 simple fix for putting older nodes before
7995                 newer nodes when threading by subject
7996
7997 2002-06-30 [christoph]  0.7.8claws37
7998
7999         * src/folder.c
8000         * src/folderview.c
8001         * src/mh.c
8002         * src/news.c
8003         * src/procmsg.c
8004                 fix broken folder tree rescaning
8005                 and don't use procmsg_get_mark_sum
8006                 anymore
8007
8008 2002-06-30 [christoph]  0.7.8claws36
8009
8010         * merge new cache branch
8011         * src/imap.c
8012                 fix new cache imap copy bug
8013         * src/folder.c
8014                 improved folder_item_scan
8015                 it should now always set the correct
8016                 new, unread and total message counts
8017
8018 2002-06-29 [paul]       0.7.8claws35
8019
8020         * configure.in
8021                 correct syntax error
8022
8023 2002-06-29 [paul]       0.7.8claws34
8024
8025         * configure.in
8026           Makefile.am
8027           man/Makefile.am       ** NEW FILE **
8028           man/sylpheed.1.gz     ** NEW FILE **
8029                 add Sylpheed man page
8030
8031 2002-06-29 [paul]       0.7.8claws33
8032
8033         * po/pt_BR.po
8034                 updated by Fabio Junior Beneditto
8035
8036 2002-06-28 [jens]       0.7.8claws32
8037
8038         * po/de.po
8039                 translation updated
8040
8041         * src/selective_download.c
8042                 removed gettext for space " "
8043
8044         * src/imap.c
8045                 removed wrong space
8046
8047 2002-06-28 [paul]       0.7.8claws31
8048
8049         * sync with 0.7.8cvs11
8050                 see ChangeLog 2002-06-28
8051
8052 2002-06-28 [paul]       0.7.8claws30
8053
8054         * sync with 0.7.8cvs10
8055                 see ChangeLog 2002-06-27 and 2002-06-28
8056
8057 2002-06-26 [paul]       0.7.8claws29
8058
8059         * src/addrgather.c
8060           src/selective_download.c
8061                 don't gettextise empty strings.
8062                 reserved by gettext. gettext("") returns 
8063                 the header entry with meta information, 
8064                 not the empty string
8065
8066         * po/en_GB.po
8067                 updated
8068
8069 2002-06-26 [paul]       0.7.8claws28
8070
8071         * sync with 0.7.8cvs7
8072                 see ChangeLog 2002-06-25
8073
8074         * src/prefs_common.c
8075                 ...and in the process, tweak the gui a little
8076
8077 2002-06-25 [alfons]     0.7.8claws27
8078         
8079         * configure.in
8080         * src/Makefile.am
8081                 fine tune ldap library detection
8082
8083 2002-06-25 [alfons]     0.7.8claws26
8084
8085         * src/compose.c
8086                 don't allow return receipts when composing a news article
8087
8088 2002-06-25 [paul]       0.7.8claws25
8089
8090         * Makefile.am
8091                 add '$(AMTAR)' to 'release' section to allow for
8092                 new and older autotools
8093
8094 2002-06-25 [paul]       0.7.8claws24
8095
8096         * src/summaryview.c
8097                 fix "No more unread messages" persistant pop-up
8098                 window bug
8099
8100 2002-06-25 [paul]       0.7.8claws23
8101
8102         * po/it.po
8103                 updated by Alessandro Maestri
8104
8105 2002-06-25 [paul]       0.7.8claws22
8106
8107         * sync with 0.7.8cvs6
8108                 see ChangeLog 2002-06-25
8109
8110 2002-06-24 [paul]       0.7.8claws21
8111
8112         * tools/update-po
8113                 add GPL copyright information
8114
8115 2002-06-24 [paul]       0.7.8claws20
8116
8117         * tools/Makefile.am
8118           tools/README
8119           tools/update-po       ** NEW FILE **
8120                 add script that eases the creation of *.po files
8121                 Submitted by Wilbert Berendsen <wilbert@oswf.org>
8122
8123 2002-06-23 [alfons]     0.7.8claws19
8124
8125         * src/messageview.c
8126                 make notification_convert_header obey const correctness
8127                 (next step will be fixing the broken return receipt)
8128
8129 2002-06-23 [paul]       0.7.8claws18
8130
8131         * src/messageview.c
8132                 fix bug introduced in last commit:
8133                 removed too much code in last commit - put back what's
8134                 needed
8135
8136 2002-06-23 [paul]       0.7.8claws17
8137
8138         * src/messageview.[ch]
8139                 remove code committed in error from locally patched
8140                 source
8141
8142 2002-06-23 [colin]      0.7.8claws16
8143
8144         * src/compose.[ch]
8145                 add compose_entry_select(), used to select the default_to
8146                 email address - hopefully avoiding people sending mails to
8147                 wrong recipients.
8148
8149 2002-06-22 [alfons]     0.7.8claws15
8150
8151         * AUTHORS
8152                 add Bram Metsch & Stanislav Karchebny
8153         * src/smtp.[ch]
8154         * src/prefs_account.[ch]
8155         * src/send.c
8156                 - apply and adapt Bram's patch which allows user to set SMTP AUTH 
8157                   options.  (see <http://sourceforge.net/tracker/index.php
8158                   ?func=detail&aid=566937&group_id=25528&atid=384600>);
8159
8160                 - merge Stanislav's fix to make SMTP AUTH work with qmail
8161                   (see <http://www.tmtm.org/cgi-bin/w3ml/msg.cgi?ml=sylpheed&id=14343>)
8162
8163 2002-06-22 [paul]       0.7.8claws14
8164
8165         * sync with 0.7.8cvs5
8166                 see ChangeLog 2002-06-19 and 2002-06-20
8167
8168 2002-06-22 [alfons]     0.7.8claws13
8169
8170         * src/selective_download.c
8171                 fix a stupid mistake I made
8172
8173 2002-06-22 [alfons]     0.7.8claws12
8174
8175         * src/selective_download.[ch]
8176                 fix another unnoticed leak; cleanup code
8177
8178 2002-06-21 [alfons]
8179
8180         * tools/Makefile.am
8181                 gpg-sign <-- gpg-sign-syl
8182
8183 2002-06-21 [alfons]     0.7.8claws11
8184
8185         * src/selective_download.c
8186         * src/selective_download.h
8187                 fix assorted mix of allocation errors (should solve
8188                 problem reported by Philippe Gramoullé, see:
8189                 http://sourceforge.net/mailarchive/forum.php?thread_id=828668&forum_id=2006)
8190
8191 2002-06-20 [melvin]     0.7.8claws10
8192
8193         * tools/gpg-sign *REMOVED*
8194           tools/gpg-sign-syl *ADDED*
8195                 Replaced the gpg clearsigning script with the version using
8196                 xterm instead of ssh-askpass and changed its name.
8197
8198         * README.claws
8199                 Updated actions example to reflect the renaming of the
8200                 gpg clearsigning script.
8201
8202 2002-06-19 [paul]       0.7.8claws9
8203
8204         * sync with 0.7.8claws9
8205                 see ChangeLog 2002-06-18 and 2002-06-19
8206
8207 2002-06-19 [paul]       0.7.8claws8
8208
8209         * sync with 0.7.8cvs1
8210                 see ChangeLog 2002-06-18
8211
8212 2002-06-18 [alfons]     0.7.8claws7
8213
8214         * src/mainwindow.h
8215                 add omitted prototype
8216
8217 2002-06-17 [paul]       0.7.8claws6
8218
8219         * src/mainwindow.c
8220                 fix hiding of exec_btn
8221
8222 2002-06-17 [paul]       0.7.8claws5
8223
8224         * src/pop.c
8225                 remove unneeded code: should_delete() 
8226                 and Pop3State::uidl_todelete_list
8227
8228 2002-06-17 [paul]       0.7.8claws4
8229
8230         * sync with 0.7.8
8231                 see ChangeLog 2002-06-11 and 2002-06-13
8232
8233 2002-06-16 [alfons]     0.7.8claws3
8234         
8235         * src/folder.c
8236                 make sure lock sort mode (claws specific) is
8237                 also persists after a tree rescan
8238
8239 2002-06-16 [alfons]     0.7.8claws2
8240
8241         * src/prefs_folder_item.c
8242         * src/folder.[ch]
8243                 fix persistence of folder sort mode (broken
8244                 by adapting Hiro's new folder persistence code)
8245
8246 2002-06-16 [alfons]     0.7.8claws1
8247
8248         * AUTHORS
8249         * src/logwindow.c
8250         * src/prefscommon.[ch]
8251                 control size of log text in log window; 
8252                 closes patch #569155 submitted by Mitko Haralanov.
8253
8254 2002-06-15 [paul]       0.7.8claws
8255
8256         * release of 0.7.8claws
8257
8258 2002-06-15 [paul]       0.7.7claws
8259
8260         * po/pt_BR.po
8261                 updated by Fabio Junior Beneditto
8262
8263 2002-06-14 [paul]       0.7.6claws49
8264
8265         * po/es.po
8266                 updated by Ricardo Mones Lastra
8267
8268 2002-06-14 [paul]       0.7.6claws48
8269
8270         * po/nl.po
8271                 updated translation by Wilbert Berendsen
8272
8273 2002-06-14 [melvin]     0.7.6claws47
8274
8275         * po/fr.po
8276                 Updated French translation
8277
8278 2002-06-13 [paul]       0.7.6claws46
8279
8280         * src/filesel.c
8281                 allow filename to be typed in, rather than just
8282                 selected by the mouse. Patch by Gustavo Noronha Silva.
8283
8284 2002-06-13 [alfons]     0.7.6claws45
8285
8286         * src/mainwindow.[ch]
8287                 more cleanups (removing unnecessary menu items Expand 
8288                 summary / message view)
8289
8290 2002-06-13 [melvin]     0.7.6claws44
8291
8292         * po/POTFILES.in
8293                 Added src/string_match.c
8294         * src/string_match.c
8295                 Fixed possible buffer overflow.
8296                 Corrected typo.
8297                 Added missing config.h header.
8298         * src/prefs_common.c
8299           src/prefs_matcher.c
8300           src/prefs_scoring.c
8301                 Made some strings translatable (missing _(..)).
8302
8303 2002-06-13 [melvin]     0.7.6claws43
8304
8305         * README.claws
8306                 Corrected action example (verifying clearsigned mail).
8307         * src/prefs_account.c
8308                 Corrected typo.
8309         * src/prefs_common.c
8310                 Removed incorrect line that generated a Gtk-CRITICAL msg.
8311
8312 2002-06-12 [alfons]     0.7.6claws42
8313
8314         * src/summaryview.c
8315                 add init of score column lost in 0.7.6claws42
8316
8317 2002-06-12 [paul]       0.7.6claws41
8318
8319         * src/prefs_account.c
8320                 CREATE_RADIO_BUTTONS(): fixed a typo and corrected the 
8321                 behavior of the radio buttons, (from 0.7.7cvs2)
8322
8323 2002-06-11 [alfons]     0.7.6claws40
8324
8325         * src/messageview.[ch]
8326         * src/summaryview.[ch]
8327         * src/summary_search.c
8328         * src/mainwindow.c
8329                 perform a sync to bring in Hiro's separate view implementation 
8330
8331                 (NOTE: may still be buggy; 0.7.6claws39 marked as LAST_STABLE)
8332
8333 2002-06-11 [paul]       0.7.6claws39
8334         
8335         * src/prefs_account.c
8336                 correct a typo on the Receive tab
8337
8338 2002-06-10 [match]      0.7.6claws38
8339
8340         * src/addressbook.c
8341                 Included address completion patch from Gustavo Noronha.
8342
8343 2002-06-10 [paul]       0.7.6claws37
8344
8345         * src/inc.[ch]
8346           src/pop.c
8347           src/prefs_account.[ch]
8348           src/selective_download.[ch]
8349                 apply PATCH #561712
8350                  NEW:
8351                 - check if POP Account
8352                 - Receive Button renamed to Preview
8353                 - Preview Button Popup: preview new/all messages
8354                 - Download Button
8355                 - Account Preferences-->Receive tab checkbutton if you
8356                   want to remove Mail after Download
8357                 -: default YES
8358                 - Account Preferences-->Receive tab checkbutton use
8359                   filtering rules on preview
8360                   (think of delete_on_server)
8361                 -: default YES
8362                 - Account selectable from SD dialog
8363                 - checkbutton to show already downloaded messages if
8364                   all messages are previewed
8365                 - new clist column showing Date
8366                 - ESC KEY close
8367                 FIXES:
8368                 - play ball with UIDL
8369                 - fault tolerant (?) 
8370                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
8371
8372 2002-06-10 [melvin]     0.7.6claws36
8373
8374         * README.claws
8375                 Added a hint to ac/README in cvs instructions.
8376
8377         * src/prefs_actions.c
8378                 Made it possible to use a more elaborate command line
8379                 for asynchronous actions, too.
8380
8381 2002-06-10 [melvin]     0.7.6claws35
8382         
8383         * src/prefs_actions.c
8384                 Make it possible to use a more elaborate command line
8385                 (e.g. |foo|bar|cat>there;echo Done|)
8386                 Corrected error message when calling %f, %F and %p commands
8387                 from the compose window.
8388
8389 2002-06-09 [colin]      0.7.6claws34
8390
8391         * src/summaryview.c
8392                 Automatically find unread messages in current folder
8393                 before annoying the user.
8394
8395 2002-06-08 [alfons]     0.7.6claws33
8396
8397         * po/it.po
8398                 remove bad formatting string in it.po translation
8399                 (close "[ 548336 ] --debug segfaults!!! with it_IT@euro")
8400
8401 2002-06-08 [paul]       0.7.6claws32
8402
8403         * sync with 0.7.6cvs25
8404                 see ChangeLog 2002-06-07
8405
8406 2002-06-05 [paul]       0.7.6claws31
8407
8408         * src/mainwindow.c
8409                 add 'Sort by locked' and 'Sort by score'
8410
8411 2002-06-05 [paul]       0.7.6claws30
8412
8413         * sync with 0.7.6cvs24
8414                 see ChangeLog 2002-06-04
8415
8416 2002-06-04 [paul]       0.7.6claws29
8417
8418         * po/pt_BR.po
8419                 updated by Fabio Junior Beneditto
8420
8421 2002-06-03 [thorsten]   0.7.6claws28
8422
8423         * src/matcher.c
8424                 fclose() matcherrc after reading
8425
8426 2002-06-03 [paul]       0.7.6claws27
8427
8428         * sync with 0.7.6cvs21
8429                 see ChangeLog 2002-05-31
8430
8431 2002-05-31 [paul]       0.7.6claws26
8432
8433         * sync with 0.7.6cvs20
8434                 see ChangeLog 2002-05-29 and 2002-05-30
8435
8436 2002-05-31 [paul]       0.7.6claws25
8437
8438         * src/imap.c
8439                 hopefully fix last buggy sync
8440
8441         * README.claws
8442                 correct typo in 'Actions' examples
8443
8444 2002-05-29 [paul]       0.7.6claws24
8445
8446         * sync with 0.7.6cvs18
8447                 see ChangeLog 2002-05-28 and 2002-05-29
8448
8449         * src/news.c
8450           src/nntp.[ch]
8451                 sync with above 
8452
8453 2002-05-28 [paul]       0.7.6claws23
8454
8455         * sync with 0.7.6cvs16
8456                 see ChangeLog 2002-05-28
8457
8458 2002-05-27 [thorsten]   0.7.6claws22 
8459
8460         * faq/it/sylpheed-faq-1.html
8461           faq/it/sylpheed-faq-2.html
8462           faq/it/sylpheed-faq-3.html
8463           faq/it/sylpheed-faq.html
8464                 corrected DOS lineendings
8465         * faq/de/sylpheed-faq-1.html
8466           faq/de/sylpheed-faq-2.html
8467           faq/en/sylpheed-faq-1.html
8468           faq/en/sylpheed-faq-2.html
8469           faq/en/sylpheed-faq-3.html
8470           faq/es/sylpheed-faq-1.html
8471           faq/es/sylpheed-faq-2.html
8472           faq/es/sylpheed-faq-3.html
8473           faq/fr/sylpheed-faq-1.html
8474           faq/it/sylpheed-faq-1.html
8475           faq/it/sylpheed-faq-2.html
8476           faq/it/sylpheed-faq-3.html
8477           faq/it/sylpheed-faq.html
8478                 changed ">" to &quot;
8479
8480 2002-05-27 [paul]       0.7.6claws21
8481         
8482         * sync with 0.7.6cvs15
8483                 see ChangeLog 2002-05-27
8484
8485 2002-05-27 [paul]       0.7.6claws20
8486
8487         * src/prefs_account.c
8488                 correct a typo
8489
8490 2002-05-26 [paul]       0.7.6claws19
8491
8492         * tools/README
8493                 correct a typo
8494
8495 2002-05-25 [paul]       0.7.6claws18
8496
8497         * tools/README
8498                 add description of kmail2sylpheed.pl
8499
8500 2002-05-25 [paul]       0.7.6claws17
8501
8502         * tools/kmail2sylpheed.pl       ** NEW FILE **
8503                 perl script that converts an exported Kmail address
8504                 book, converts it to sylpheed addressbook file,
8505                 writes the file to .sylpheed, and updates
8506                 addrbook--index.xml 
8507
8508 2002-05-25 [paul]       0.7.6claws16
8509
8510         * sync with 0.7.6cvs14
8511                 see ChangeLog 2002-05-23
8512
8513 2002-05-24 [paul]       0.7.6claws15
8514
8515         * README.claws
8516                 make a correction and add some more info
8517
8518 2002-05-24 [paul]       0.7.6claws14
8519
8520         * src/compose.c
8521                 fix memory leak in 
8522                 compose_redirect_write_headers_from_headerlist()
8523                 add Subject and Resent-Message-ID to
8524                 compose_redirect_write_headers()
8525                 Received, Subject, and X-UIDL are filtered out in 
8526                 compose_redirect_write_to_file()
8527
8528 2002-05-23 [paul]       0.7.6claws13
8529
8530         * src/compose.[ch]
8531           src/filtering.c
8532           src/mainwindow.c
8533           src/matcher.[ch]
8534           src/matcher_parser_lex.l
8535           src/matcher_parser_parse.y
8536           src/prefs_common.[ch]
8537           src/prefs_filtering.c
8538           src/summaryview.c
8539                 rename 'Bounce' to 'Redirect'
8540
8541 2002-05-23 [paul]       0.7.6claws12
8542
8543         * more sync with 0.7.6cvs13
8544           src/compose.c
8545                 see ChangeLog 2002-05-22
8546
8547 2002-05-22 [paul]       0.7.6claws11
8548
8549         * sync with 0.7.6cvs13
8550           src/codeconv.c
8551                 see ChangeLog 2002-05-20
8552           src/prefs_common.c
8553                 see ChangeLog 2002-05-22
8554
8555 2002-05-21 [melvin]     0.7.6claws10
8556
8557         * src/folderview.c
8558                 Added missing filtering and scoring headers
8559                 Fixed bad function call that showed garbage 
8560                 in Folder->Processing
8561
8562 2002-05-21 [paul]       0.7.6claws9
8563
8564         * tools/Makefile.am
8565                 make all tools executable, (patch by Alfons).
8566
8567 2002-05-20 [alfons]     0.7.6claws8
8568
8569         * src/procheader.c
8570                 don't forget to call mktime() so we have a valid week 
8571                 and year day
8572                 (Bug report by Roger Sondermann <mail@jumaros.de>)
8573
8574 2002-05-20 [paul]       0.7.6claws7
8575
8576         * src/html.c
8577                 fix broken parsing of urls
8578         * src/textview.c
8579                 fix displaying of urls
8580
8581                 both fixes from the patch [547855] by Eugene 
8582                 Brevdo (zonem)
8583
8584 2002-05-19 [alfons]     0.7.6claws6
8585
8586         * configure.in
8587                 make sylpheed configure correctly with the latest
8588                 and greatest of automake / autoconf / gettext
8589
8590 2002-05-19 [alfons]     0.7.6claws5
8591
8592         * src/procheader.c
8593         * src/procheader.h
8594                 add function for returning ime zone offset
8595         * src/quote_fmt.c
8596         * src/quote_fmt_parse.y
8597                 better quotation formatting - does not convert
8598                 to local time, but uses the original date string.
8599                 
8600                 Note: %z inserts the timezone offset (should 
8601                 work also on platforms where strftime does not
8602                 support %z).
8603
8604 2002-05-18 [christoph]  0.7.6claws4
8605
8606         * src/summaryview.c
8607                 fix indentation of some code
8608         * tools/Makefile.am
8609                 fix spaces after \
8610         * src/Makefile.am
8611                 add missing \
8612                 correct path for ignorethread.xpm
8613                 incorrect filename for sylpheed_logo.xpm
8614                 add missing include matcher_parser_parse.h
8615
8616 2002-05-18 [paul]       0.7.6claws3
8617
8618         * sync with 0.7.6cvs8
8619                 see ChangeLog 2002-05-16 and 2002-05-17
8620
8621 2002-05-18 [melvin]     0.7.6claws2
8622
8623         * README.claws
8624                 Corrected an action's definition and fixed some misspellings.
8625
8626 2002-05-18 [paul]       0.7.6claws1
8627
8628         * tools/Makefile.am
8629           tools/gpg-sign        ** new file **
8630           tools/uudec           ** new file **
8631                 add Melvin's Actions scripts
8632
8633         * README.claws
8634                 add Melvin's descriptions for Actions
8635
8636 2002-05-18 [paul]       0.7.6claws
8637
8638         * Version 0.7.6claws released
8639
8640 2002-05-17 [paul]       0.7.5claws32
8641
8642         * po/es.po
8643                 updated by Ricardo Mones Lastra
8644
8645 2002-05-17 [paul]       0.7.5claws31
8646
8647         * src/compose.c
8648                 fix Account prefs default folder for sent/draft/deleted
8649                 messages bug
8650
8651         * po/it.po
8652           po/nl.po
8653                 updated translation by Alessandro Maestri and
8654                 Wilbert Berendsen
8655
8656 2002-05-17 [melvin]     0.7.5claws30
8657
8658         * src/prefs_actions.c
8659                 Fixed bug where using %F not at the end of the command 
8660                 resulted in an additional empty argument being created.
8661                 Thanks to Darko Koruga for reporting the bug.
8662
8663 2002-05-17 [melvin]     0.7.5claws29
8664
8665         * po/fr.po
8666                 Updated French translations.
8667
8668 2002-05-15 [paul]       0.7.5claws28
8669         
8670         * po/es.po
8671                 updated by Ricardo Mones Lastra
8672
8673 2002-05-15 [paul]       0.7.5claws27
8674
8675         * sync with 0.7.6cvs4
8676                 see ChangeLog 2002-05-14 and 2002-05-15
8677
8678 2002-05-14 [paul]       0.7.5claws26
8679
8680         * sync with 0.7.6cvs1
8681                 see ChangeLog 2002-05-13
8682
8683 2002-05-13 [thorsten]   0.7.5claws25
8684
8685         * src/messageview.c
8686                 fix select_all and copy in multipart messages
8687         * src/mainwindow.c
8688                 fix select_all and copy in multipart messages
8689
8690 2002-05-12 [paul]       0.7.5claws24
8691
8692         * src/summaryview.c
8693                 reverse last commit, bug already fixed in 0.7.5claws3
8694
8695 2002-05-12 [netztorte]  0.7.5claws23
8696
8697         * src/summaryview.c
8698                 dont parse empty addressbook (checked in before claws20)
8699
8700 2002-05-12 [melvin]     0.7.5claws22
8701
8702         * src/procmsg.[ch]
8703                 Removed unneeded priority code introduced by the previous 
8704                 commit.
8705
8706 2002-05-12 [melvin]     0.7.5claws21
8707
8708         * src/compose.[ch]
8709                 Added possibility to set message's priority.
8710         * src/procmsg.[ch]
8711                 Added possibility to set message's priority.
8712                 Added missing headers
8713
8714 2002-05-12 [melvin]     0.7.5claws20
8715
8716         * src/prefs_actions.c
8717                 Removed implicitely added quotes around the name
8718                 of the temporary files of mime parts.
8719
8720 2002-05-12 [paul]       0.7.5claws19
8721
8722         * sync with 0.7.5cvs20
8723                 see ChangeLog 2002-05-11
8724
8725 2002-05-12 [alfons]     0.7.5claws18
8726
8727         * src/quote_fmt_lex.l
8728         * src/quote_fmt_parse.y
8729                 allow quote / reply date & time format to be set using
8730                 %D{format}. format is a format string you'd pass to
8731                 strftime() (see man strftime, or the Display tab |
8732                 Date format setting).
8733
8734                 Currently %D converts the date to local time. 
8735
8736 2002-05-11 [paul]       0.7.5claws17
8737
8738         * sync with 0.7.5cvs19 (except src/prefs_folder_item.c)
8739                 see ChangeLog 2002-05-10 and 2002-05-11
8740
8741 2002-05-10 [paul]       0.7.5claws16
8742
8743         * sync with 0.7.5cvs16
8744                 see ChangeLog entries 2002-05-09 and 
8745                 2002-05-10
8746
8747 2002-05-10 [colin]      0.7.5claws15
8748
8749         * src/textview.c
8750                 Corrected a bug that prevented sylpheed to open
8751                 double-clicked URIs.
8752
8753 2002-05-09 [paul]       0.7.5claws14
8754
8755         * sync with 0.7.5cvs14
8756                 see ChangeLog 2002-05-08 and 2002-05-09
8757
8758 2002-05-08 [paul]       0.7.5claws13
8759
8760         * sync with 0.7.5cvs11
8761                 see ChangeLog entry 2002-05-08
8762
8763 2002-05-08 [paul]       0.7.5claws12
8764
8765         * src/mainwindow.c
8766           src/textview.[ch]
8767                 fix segfault on View->Open in new window
8768                 patch submitted by Thorsten Maerz <torte@netztorte.de>
8769
8770 2002-05-07 [paul]       0.7.5claws11
8771
8772         * sync with 0.7.5cvs9
8773                 see ChangeLog entry 2002-05-07
8774
8775 2002-05-06 [paul]       0.7.5claws10
8776
8777         * src/messageview.c
8778           src/textview.c
8779                 display url in statusbar on single-click
8780                 patch submitted by Thorsten Maerz <torte@netztorte.de>
8781
8782 2002-05-06 [match]      0.7.5claws9
8783
8784         * src/addritem.[ch]
8785                 new functions.
8786         * src/addrcache.c
8787                 tidy up.
8788         * src/xmlprops.[ch]
8789                 XML implementation of properties file.
8790         * src/exporthtml.[ch]
8791         * src/expthtmldlg.[ch]
8792         * src/addressbook.c
8793                 export to HTML.
8794
8795 2002-05-02 [sergey]     0.7.5claws8
8796
8797         * src/mainwindow.c (mainwin_entries),
8798           src/prefs_common.c (prefs_send_create()),
8799           src/codeconv.c (locale_table):
8800                 use charset name "Windows-1251" instead of "CP1251".
8801
8802 2002-05-02 [colin]      0.7.5claws7
8803         
8804         * src/compose.c
8805           src/prefs_common.c
8806           src/prefs_folder_item.c
8807                 Fixed cosmetics bugs due to Outbox renamed to Sent.
8808
8809 2002-05-02 [hiro]       0.7.5claws6
8810
8811         * src/imap.c
8812                 sync the change for QUOTE_IF_REQUIRED() macro with 0.7.5cvs7.
8813
8814 2002-05-02 [paul]       0.7.5claws5
8815
8816         * src/compose.c
8817                 more sync with 0.7.5cvs7, see ChangeLog entry
8818                 2002-05-02
8819
8820 2002-05-02 [hiro]       0.7.5claws4
8821
8822         * src/compose.c
8823                 compose_queue_sub():
8824                 check if queue folder exists (closes #550397).
8825                 removed directory creation since it should be handled
8826                 transparently.
8827         * src/imap.c
8828                 imap_add_msg(): return UID for appended message
8829                 (closes #548842).
8830
8831 2002-04-30 [paul]       0.7.5claws3
8832
8833         * src/summaryview.c
8834                 fix account_find_from_address() bug
8835
8836 2002-04-28 [colin]      0.7.5claws2
8837
8838         * src/compose.c
8839           src/textview.c
8840           src/prefs_common.[ch]
8841           src/utils.[ch]
8842                 Added user-definable quotation characters recognition.
8843
8844 2002-04-28 [paul]       0.7.5claws1
8845
8846         * sync with 0.7.5cvs4
8847                 see ChangeLog entry  2002-04-25
8848
8849 2002-04-28 [paul]       0.7.5claws
8850
8851         * po/es.po
8852           po/nl.po
8853           po/pt_BR.po
8854                 updated by Ricardo Mones Lastra, Wilbert Berendsen, and
8855                 Fabio Junior Beneditto
8856
8857 2002-04-27 [jens]       0.7.4claws103
8858
8859         * po/de.po
8860                 updated German translation.
8861
8862 2002-04-27 [hiro]       0.7.4claws102
8863
8864         * src/summaryview.c
8865                 summary_write_cache(): fixed the mark loss of hidden messages.
8866
8867 2002-04-26 [melvin]     0.7.4claws101
8868
8869         * src/procmsg.c
8870                 fixed a second typo (same one)
8871         * po/fr.po
8872           po/it.po
8873           po/pt_BR.po
8874                 fixed the type again...
8875
8876 2002-04-26 [melvin]     0.7.4claws100
8877
8878         * src/procmsg.c
8879                 fixed a typo in an alert message ("temorary").
8880         * po/it.po
8881         * po/pt_BR.po
8882                 corrected the typo  described above.
8883         * po/fr.po
8884                 updated French translation.
8885
8886 2002-04-26 [darko]      0.7.4claws99
8887
8888         * src/summaryview.c
8889                 fix target folder colorization
8890
8891 2002-04-25 [paul]       0.7.4claws98
8892
8893         * po/it.po
8894                 updated by Alessandro Maestri
8895
8896 2002-04-24 [colin]      0.7.4claws97
8897         
8898         * src/compose.c
8899                 Fixed double "subject is empty" question.
8900
8901 2002-04-23 [colin]      0.7.4claws96
8902         
8903         * src/mimeview.c
8904                 Corrected issue when "automatically display images" was
8905                 not set : first image remained after selecting second.
8906
8907 2002-04-23 [melvin]     0.7.4claws95
8908
8909         * src/prefs_actions.c
8910                 Don't display in/out dialog if there is nothing to show.
8911
8912 2002-04-23 [paul]       0.7.4claws94
8913
8914         * sync with 0.7.5cvs3
8915                 bug fixes: see ChangeLog entry 2002-04-23
8916
8917 2002-04-22 [darko]      0.7.4claws93
8918
8919         * src/compose.c
8920                 fix previous check-in which changed code after
8921                 merge from main
8922
8923 2002-04-22 [paul]       0.7.4claws92
8924
8925         * faq/de/*
8926                 add German FAQ
8927         * faq/en/*
8928           faq/es/*
8929           faq/fr/*
8930                 update English, Spanish and French FAQs
8931         * manual/de/*
8932           manual/es/*
8933                 add German and Spanish manuals
8934         * manual/en/*
8935           manual/fr/*
8936                 update English and French manuals
8937
8938         * src/Makefile.am
8939                 add to and re-arrange the pixmap entries
8940
8941 2002-04-22 [darko]      0.7.4claws91
8942
8943         * src/compose.c
8944                 fix sender initials recognition to only allow
8945                 '>' after the initials
8946
8947 2002-04-21 [paul]       0.7.4claws90
8948
8949         * sync with 0.7.5 release
8950                 see ChangeLog entry 2002-04-21
8951
8952 2002-04-21 [alfons]
8953
8954         * src/Makefile.am
8955                 add colin's new pixmaps to EXTRA_DIST
8956
8957 2002-04-21 [colin]      0.7.4claws89
8958         * src/compose.c
8959         * src/inc.c
8960         * src/mainwindow.[ch]
8961         * src/prefs_common.[ch]
8962         * src/stock_pixmap.[ch]
8963                 Added "Work offline" ability.
8964
8965 2002-04-21 [colin]      0.7.4claws88
8966         
8967         * src/mimeview.c
8968         * src/prefs_common.c
8969         * src/prefs_common.h
8970         * src/textview.c : Added an option to common preferences -> display
8971           to allow user not to automatically display images.
8972
8973 2002-04-21 [paul]       0.7.4claws87
8974
8975         * sync with 0.7.4cvs52
8976                 see ChangeLog entry 2002-04-21 (src/imap.c)
8977
8978 2002-04-21 [paul]       0.7.4claws86
8979
8980         * sync with 0.7.4cvs51
8981                 see ChangeLog entry 2002-04-21
8982
8983 2002-04-21 [paul]       0.7.4claws85
8984
8985         * sync with 0.7.4cvs49
8986                 see ChangeLog entries 2002-04-20 and 2002-04-21
8987
8988         * src/Makefile.am
8989                 clean up: remove old 'stock_' element from xpm 
8990                 filenames.
8991
8992 2002-04-21 [alfons]     0.7.4claws84
8993
8994         apply sync patch from Paul
8995
8996         * src/folderview.c
8997                 use old claws prefs_folder_item_create() for now
8998
8999 2002-04-19 [match]      0.7.4claws83
9000
9001         * src/addressbook.[ch]
9002         * src/addrharvest.[ch]
9003         * src/addrgather.[ch]
9004                 recurse folders.
9005         * src/mainwindow.c
9006         * src/summaryview.[ch]
9007                 change menu option.
9008
9009 2002-04-19 [paul]       0.7.4claws82
9010
9011         * po/pt_BR.po
9012                 updated by Fabio Junior Beneditto
9013
9014 2002-04-14 [alfons]     0.7.4claws81
9015
9016         * src/passphrase.c
9017                 add #include <sys/types.h> for mode_t and off_t 
9018
9019 2002-04-13 [paul]       0.7.4claws80
9020         
9021         * src/main.c
9022           src/passphrase.[ch]
9023           src/pgptext.c
9024           src/prefs_common.[ch]
9025           src/rfc2015.c
9026                 enable storing of GnuPG passphrase for the whole 
9027                 session or a user-defined number of minutes. patch 
9028                 submitted by Ravemax <ravemax@dextrose.com>
9029
9030 2002-04-13 [alfons]     0.7.4claws79
9031
9032         * src/textview.c
9033                 make email parser also stop scanning when encountering separators
9034                 ',' and ';' (reported by Fabien Vantard <fvantard@opsion.fr>)
9035
9036 2002-04-13 [paul]       0.7.4claws78
9037
9038         * sync with 0.7.4cvs39
9039                 see ChangeLog entry 2002-04-12
9040
9041 2002-04-11 [paul]       0.7.4claws77
9042
9043         * sync with 0.7.4cvs37
9044                 see ChangeLog entry 2002-04-11
9045
9046 2002-04-11 [paul]       0.7.4claws76
9047
9048         * COPYING 
9049                 re-licensed (removal of "NO-VIRUS CLAUSE" and addition of
9050                 the clause for OpenSSL). sync with sylpheed main
9051
9052 2002-04-09 [melvin]     0.7.4claws75
9053
9054         * src/compose.c
9055                 Made 'Ctrl-Enter' on send ignore some modifiers 
9056                 (LOCK_MASK, MOD2, MOD3, MOD4, MOD5). Make it possible
9057                 to bind other *-Enter (but not Alt-Enter).
9058
9059 2002-04-09 [paul]       0.7.4claws74
9060
9061         * sync with 0.7.4cvs35
9062                 see ChangeLog entries 2002-04-09
9063
9064 2002-04-08 [paul]       0.7.4claws73
9065
9066         * sync with 0.7.4cvs33
9067                 see ChangeLog entry 200-04-08
9068
9069 2002-04-07 [match]      0.7.4claws72
9070
9071         * src/addrharvest.[ch]
9072                 fixed to read all addresses in header, regardless
9073                 of header size. improved name parsing. accommodate
9074                 harvest from folders and selected message.
9075         * src/addritem.[ch]
9076                 included new address parsing function.
9077         * src/addrgather.[ch]
9078         * src/addressbook.[ch]
9079         * src/summaryview.[ch]
9080         * src/mainwindow.c
9081                 allow address harvest of folder as well as selected
9082                 messages.
9083
9084 2002-04-07 [paul]       0.7.4claws71
9085
9086         * src/esmtp.[ch]
9087           src/smtp.c
9088                 don't try to authenticate with CRAM-MD5 in SMTP when 
9089                 SMTP-AUTH enabled if MTA doesn't issue this 
9090                 auth-method in it's ehlo-response. bug item #531364,
9091                 patch item #938910. patch submitted by Colin Leroy 
9092                 <colin@colino.net>
9093
9094 2002-04-07 [paul]       0.7.4claws70
9095
9096         * src/nntp.c
9097                 fix missing MODE_READER bug. patch submitted by
9098                 Colin Leroy <colin@colino.net>
9099
9100 2002-04-07 [alfons]     0.7.4claws69
9101
9102         * src/matcher.[ch]
9103         * src/prefs_filtering.c
9104         * src/summaryview.c
9105                 escape \' and \" in strings passed as filtering strings; bug report by Alex Evseev.
9106                 (see http://www.geocrawler.com/lists/3/SourceForge/11619/25/8279435/)
9107
9108 2002-04-07 [paul]       0.7.4claws68
9109
9110         * sync with 0.7.4cvs32
9111                 see ChangeLog entry 2002-04-06
9112
9113         * tools/filter_conv.pl
9114                 more bug fixes
9115
9116 2002-04-06 [paul]       0.7.4claws67
9117
9118         * tools/filter_conv.pl
9119                 modify to be able to find the name of the first
9120                 mailbox and use that. main's filter does not
9121                 record the full path to the mailbox and therefore
9122                 can only filter to the first mailbox.
9123
9124 2002-04-05 [paul]       0.7.4claws66
9125
9126         * tools/filter_conv.pl
9127                 attempt to make the script all-encompassing and
9128                 be able to convert any main 'filter' rule thrown
9129                 at it
9130
9131 2002-04-05 [paul]       0.7.4claws65
9132
9133         * tools/filter_conv.pl
9134                 allow for collapsed folder trees
9135
9136 2002-04-05 [paul]       0.7.4claws64
9137
9138         * sync with 0.7.4cvs31
9139                 see ChangeLog entries 2002-04-05
9140
9141 2002-04-03 [paul]       0.7.4claws63
9142
9143         * sync with 0.7.4cvs29
9144                 see ChangeLog entries 2002-04-02 and 2002-04-03
9145
9146 2002-04-02 [paul]       0.7.4claws62
9147
9148         * sync with 0.7.4cvs26
9149                 see ChangeLog entry 2002-04-01
9150
9151 2002-04-02 [match]      0.7.4claws61
9152
9153         * src/pine.[ch]
9154         * src/importpine.[ch]
9155         * src/addressbook.c
9156                 import Pine address book.
9157
9158 2002-04-02 [match]      0.7.4claws60
9159
9160         * src/addrharvest.[ch]
9161                 improve address parsing of funky addresses.
9162
9163 2002-04-02 [darko]      0.7.4claws59
9164
9165         * src/compose.c
9166                 wrap on send improvements, it now recognizes quoted
9167                 initials as part of the quotation string, and it
9168                 does not join lines separated by CR
9169
9170 2002-04-01 [match]      0.7.4claws58
9171
9172         * src/mgutils.[ch]
9173                 added new functions.
9174         * src/mutt.[ch]
9175                 remove excessive duplicate address generation
9176                 on import.
9177
9178 2002-04-01 [alfons]     0.7.4claws57
9179         
9180         * src/summaryview.c
9181                 put back g_free() 
9182
9183 2002-04-01 [paul]       0.7.4claws56
9184
9185         * sync with 0.7.4cvs25
9186                 see ChangeLog entry 2002-04-01
9187
9188 2002-04-01 [alfons]     0.7.4aprilfool55
9189
9190         * src/summaryview.c
9191                 honour feature request item #537427 to allow for
9192                 displaying names from address book for sent mail also
9193
9194 2002-03-29 [paul]       0.7.4claws54
9195
9196         * src/mainwindow.c
9197           src/prefs_filtering.[ch]
9198           src/prefs_matcher.c
9199           src/summaryview.c
9200                 add 'fast filter' for claws' filtering,
9201                 /Tools/Create filter rule/... patch submitted
9202                 by Neill Miller <neillm@thecodefactory.org>
9203
9204 2002-03-29 [paul]       0.7.4claws53
9205
9206         * sync with 0.7.4cvs24
9207                 see ChangeLog entry 2002-03-29
9208
9209 2002-03-28 [paul]       0.7.4claws52
9210
9211         * sync with 0.7.4cvs23
9212                 see ChangeLog entry 2002-03-28
9213
9214 2002-03-27 [melvin]     0.7.4claws51
9215
9216         * src/prefs_actions.c
9217                 Added support to pass only one message part (as a
9218                 file) to the command using '%p'. No quotes are needed
9219                 because doubles quotes are automatically added.
9220                 Fixed bug where Sylpheed could block when waiting for
9221                 a child process to finish.
9222                 Changed the help menu to remove quotes around symbols to 
9223                 avoid misinterpretation (they must not be used).
9224
9225 2002-03-27 [melvin]     0.7.4claws50
9226
9227         * src/inc.c
9228                 Made the new mail notification command always 
9229                 execute asynchronously.
9230
9231 2002-03-27 [paul]       0.7.4claws49
9232
9233         * src/compose.c
9234                 fix bug introduced in last commit
9235
9236 2002-03-27 [paul]       0.7.4claws48
9237
9238         * sync with 0.7.4cvs21
9239                 see ChangeLog 2002-03-26 and 2002-03-27
9240
9241 2002-03-26 [hoa]        0.7.4claws47
9242
9243         * src/prefs_folder_item.c
9244                 really fixed the bug #516442 with folder rescan.
9245
9246 2002-03-26 [paul]       0.7.4claws46
9247
9248         * sync with 0.7.4cvs19
9249                 see ChangeLog entries 2002-03-25 and 2002-03-26
9250
9251 2002-03-25 [hoa]        0.7.4claws45
9252
9253         * src/matcher.c
9254         * src/mh.c
9255                 fix the bug #516442 with folder rescan.
9256
9257         * src/prefs_common.[ch]
9258         * src/compose.c
9259                 added an option to enable two different behaviours
9260                 for bounce.
9261
9262
9263 2002-03-25 [paul]       0.7.4claws44
9264
9265         * src/mainwindow.c
9266           src/selective_download.c
9267                 correct a few menuitem labels
9268
9269 2002-03-25 [christoph]  0.7.4claws43
9270
9271         * src/procmsg.c
9272                 fix non deleted tmp message in
9273                 procmsg_save_to_outbox
9274                 fix problems caused by sync with
9275                 main branch's procmsg_send_queue
9276
9277 2002-03-25 [paul]       0.7.4claws42
9278
9279         * src/quote_fmt.c
9280           src/quote_fmt_lex.l
9281           src/quote_fmt_parse.y
9282                 add Last name (%L) placeholder for quoting. 
9283                 patch submitted by Thorsten Thielen 
9284                 <thth@users.sourceforge.net>
9285
9286 2002-03-25 [paul]       0.7.4claws41
9287
9288         * src/utils.c
9289                 get full hostname. patch submitted by
9290                 Bob Woodside <rwoodside1@comcast.net>
9291
9292 2002-03-25 [paul]       0.7.4claws40
9293
9294         * src/account.c
9295           src/news.c
9296           src/nntp.[ch]
9297           src/prefs_account.[ch]
9298                 enable NNTP over SSL. patch submitted by
9299                 Pascal Jermini <pascal@infinity.hn.org>
9300
9301 2002-03-24 [paul]       0.7.4claws39
9302
9303         * src/prefs_common.c
9304                 make the arrangement of the Compose tab more
9305                 coherent
9306
9307         * src/mainwindow.c
9308                 fix some irregularities of style
9309
9310         * po/de.po
9311                 updated by Kilian Krause
9312
9313 2002-03-23 [paul]       0.7.4claws38
9314
9315         * po/pt_BR.po
9316                 updated by Fabio Junior Beneditto
9317
9318 2002-03-23 [paul]       0.7.4claws37
9319
9320         * src/mainwindow.c
9321                 move 'Gather addresses' to 'Tools' menu
9322                 make 'Selective download' sensitive
9323
9324 2002-03-23 [paul]       0.7.4claws36
9325
9326         * sync with 0.7.4cvs16
9327                 see ChangeLog entries 2002-03-23
9328
9329 2002-03-22 [christoph]  0.7.4claws35
9330
9331         * src/quote_fmt_parse.y
9332                 fix include program output
9333
9334 2002-03-22 [alfons]     0.7.4claws34
9335
9336         * src/pop.c
9337                 initialize GDate stack variable correctly (sorry!)
9338
9339 2002-03-22 [paul]       0.7.4claws33
9340
9341         * src/compose.c
9342           src/mainwindow.c
9343           src/prefs_actions.c
9344           src/prefs_common.c
9345                 rename 'Tool' to 'Tools'
9346
9347         * src/mainwindow.c
9348                 move 'Delete duplicated messages' from
9349                 'Message/' to 'Tools/'
9350                 re-arrange the order of 'Tools/' items
9351
9352 2002-03-22 [paul]       0.7.4claws32
9353
9354         * src/addr_compl.c
9355           src/addressbook.[ch]
9356                 auto-address completion now also matches on
9357                 Nickname. patch submitted by Bob Forsman 
9358                 <hammor@users.sourceforge.net>
9359
9360         * src/editaddress.c
9361                 correct a spelling mistake
9362
9363 2002-03-22 [alfons]     0.7.4claws31
9364
9365         * src/pop.c
9366                 fix getting uidl from incorrect string 
9367                 (spotted by Colin)
9368
9369 2002-03-21 [alfons]     0.7.4claws30
9370
9371         * src/pop.c
9372                 more code refactoring
9373                 plug mem leak introduced by delete on server
9374
9375 2002-03-21 [paul]       0.7.4claws29
9376
9377         * sync with 0.7.4cvs11
9378                 see ChangeLog entries 2002-03-20
9379
9380 2002-03-20 [alfons]     0.7.4claws28
9381
9382         * src/inc.c
9383                 apply Colin's patch and refactor
9384
9385 2002-03-20 [paul]       0.7.4claws27
9386
9387         * sync with sylpheed 0.7.4cvs9
9388                 see ChangeLog entry 2002-03-20
9389
9390 2002-03-19 [christoph]  0.7.4claws26
9391
9392         * src/mh.c
9393         * src/procmsg.[ch]
9394         * src/summaryview.c
9395                 revert changes for flag updates
9396                 (does not work correctly and no time to debug)
9397
9398 2002-03-20 [alfons]     0.7.4claws25
9399
9400         * src/pop.c
9401                 refactor should_delete() a little bit 
9402
9403 2002-03-19 [paul]       0.7.4claws24
9404
9405         * src/inc.[ch]
9406           src/pop.c
9407           src/prefs_account.[ch]
9408                 allow the user to leave downloaded mail on the 
9409                 server for n days. Patch submitted by Colin Leroy 
9410                 <colin@colino.net>
9411
9412 2002-02-19 [paul]       0.7.4claws23
9413
9414         * sync with sylpheed 0.7.4cvs8
9415                 see ChangeLog entries 2002-03-19
9416
9417 2002-03-18 [paul]       0.7.4claws22
9418
9419         * sync with sylpheed 0.7.4cvs6
9420                 see ChangeLog entry 2002-03-18
9421
9422 2002-03-18 [paul]       0.7.4claws21
9423
9424         * po/en_GB.po
9425                 add en_GB message catalogue
9426
9427         * src/mbox_folder.c
9428           src/prefs_account.c
9429           src/prefs_actions.c
9430                 correct a few spelling mistakes
9431
9432 2002-03-17 [alfons]     0.7.4claws20
9433
9434         * src/matcher.c
9435                 more stringent checks for NULL params when writing
9436                 filtering actions to a file
9437                 
9438 2002-03-17 [hoa]        0.7.3claws20
9439
9440         * src/news.c
9441                 fixed the count of new messages
9442
9443         * src/compose.c
9444                 fixed the "attachment properties" window
9445
9446 2002-03-17 [paul]       0.7.4claws19
9447
9448         * src/defs.h
9449           src/folder.h
9450           src/news.c
9451           src/prefs_account.[ch]
9452           src/procmsg.[ch]
9453           src/summaryview.c
9454                 automatically mark cross-posted messages as read 
9455                 and (optionally) give them a colour label
9456                 Patch submitted by Stefaan Eeckels <Stefaan.Eeckels@eec.lu>
9457                 
9458
9459 2002-03-17 [paul]       0.7.4claws18
9460
9461         * sync with sylpheed 0.7.4cvs5
9462                 see ChangeLog entry 2002-03-17
9463
9464 2002-03-17 [melvin]     0.7.4claws17
9465         
9466         * src/textview.c
9467                 Worked around a gtktext 'bug': when searching for 
9468                 a text in a long message it was scrolling slowly
9469                 line by line until it hit the searched text.
9470         * po/fr.po
9471                 Updated French translation
9472
9473 2002-03-17 [melvin]     0.7.4claws16
9474
9475         * src/mainwindow.c
9476         * src/compose.c
9477         * src/prefs_actions.c
9478                 Moved "Edit/Actions" to "Tool/Actions"
9479                 Made mainwindow/compose window sensitive as soon as
9480                 no child process is running anymore even if the io dialog
9481                 is open.
9482                 Fixed a struct being initialized with a non constant char*
9483
9484 2002-03-16 [christoph]  0.7.4claws15
9485
9486         * configure.in
9487                 add --with-compiler-flags option
9488                 (only for developer hacking)
9489         * src/mh.c
9490         * src/procmsg.[ch]
9491         * src/summaryview.c
9492                 try to make folder-stats and flag handling more
9493                 independent from the summaryview. msgcounts
9494                 are only set when the folder is opened and
9495                 procmsg_msginfo_(un)set_flags will handle it
9496                 later and summaryview will get the values
9497                 from the folder.
9498
9499 2002-03-16 [paul]       0.7.4claws14
9500
9501         * src/messageview.c
9502                 fix Return-receipt. Patch submitted by Bob
9503                 Woodside <rwoodside1@comcast.net>
9504
9505 2002-03-16 [paul]       0.7.4claws13
9506
9507         * src/compose.c
9508                 fix 'dynamic' signatures, make it work again
9509                 broken during sync on 2002-03-14 (0.7.4claws2)
9510
9511 2002-03-15 [match]      0.7.4claws12
9512
9513         * src/addrharvest.[ch]
9514         * src/addrgather.[ch]
9515         * src/addressbook.[ch]
9516         * src/mainwindow.c
9517                 included address harvester feature. still some
9518                 issues with address parsing that I will fix.
9519
9520 2002-03-15 [match]      0.7.4claws11
9521
9522         * src/addrbook.[ch]
9523         * src/addrcache.[ch]
9524         * src/addressbook.[ch]
9525         * src/addrindex.c
9526         * src/editbook.c
9527         * src/importldif.c
9528         * src/importmutt.c
9529         * src/jpilot.[ch]
9530         * src/main.c
9531         * src/syldap.[ch]
9532         * src/vcard.[ch]
9533                 tidy up. fix memory leaks. moved attribs and methods
9534                 from individual interfaces to addrcache object. prep
9535                 for new stuff to come in.
9536
9537 2002-03-15 [alfons]     0.7.4claws10
9538
9539         * src/matcher.[ch]
9540         * src/matcher_parser_parse.y
9541         * src/matcher_parser_lex.l
9542         * src/prefs_matcher.c
9543                 add filtering conditions message greater than, smaller 
9544                 than, and exactly matching a size in bytes
9545                 (does not work with delete from POP3 server yet)
9546
9547                 this should also give others an idea what you should
9548                 do to add new criterions to claws filtering system
9549                 
9550
9551 2002-03-15 [paul]       0.7.4claws9
9552
9553         * tools/filter_conv.pl
9554                 exit if there are no filter rules to convert
9555                 rename filterrc to filterrc.old after completion
9556
9557 2002-03-15 [paul]       0.7.4claws8
9558
9559         * sync with sylpheed 0.7.4cvs3
9560                 see ChangeLog entry 2002-03-14
9561
9562 2002-03-14 [paul]       0.7.4claws7
9563
9564         * src/compose.c
9565                 clean up the last commit (ahem)
9566
9567 2002-03-14 [paul]       0.7.4claws6
9568
9569         * src/compose.c
9570                 fix bug #515655. honour account preferences
9571                 regarding gpg default signing/encryption when 
9572                 changing account from the compose window.
9573
9574 2002-03-14 [paul]       0.7.4claws5
9575
9576         * src/folderview.c
9577                 remove unnecessary curly brackets
9578
9579 2002-03-14 [paul]       0.7.4claws4
9580
9581         * src/folderview.c
9582           src/prefs_filtering.[ch]
9583                 add filter rename on folder rename and filter
9584                 delete on folder delete. Patch submitted by
9585                 Neill Miller <neillm@thecodefactory.org> 
9586
9587 2002-03-14 [christoph]  0.7.4claws3
9588
9589         * src/procmsg.c
9590         * src/send.c
9591                 fix local delivery
9592                 (patch submitted by "Simon 'corecode' Schubert")
9593         * src/prefs_common.c
9594         * src/procmsg.c
9595                 fix gcc 3.0 warning
9596
9597 2002-03-14 [paul]       0.7.4claws2
9598
9599         * sync with sylpheed 0.7.4cvs2
9600                 see ChangeLog entry 2002-03-13
9601
9602 2002-03-12 [darko]      0.7.4claws1
9603
9604         * src/mainwindow.c
9605                 fix what seems to be a copy and paste error
9606                 when setting color for important messages
9607                 (reported by wwp)
9608
9609 2002-03-11 [paul]       version 0.7.4claws released
9610
9611 2002-03-11 [paul]       0.7.4claws
9612
9613         * po/es.po
9614           po/it.po
9615           po/nl.po
9616           po/pt_BR.po
9617                 update message catalogs. Submitted by Ricardo Mones 
9618                 Lastra, Alessandro Maestri, Wilbert Berendsen, and 
9619                 Fabio Junior Beneditto
9620
9621         * configure.in
9622           faq/Makefile.am
9623           faq/it/Makefile
9624           faq/it/sylpheed-faq*
9625           src/mainwindow.c
9626           src/manual.[ch]
9627                 add FAQ in Italian
9628         
9629
9630 2002-03-11 [jens]       0.7.3claws7
9631
9632         * po/de.po
9633                 updated German translation
9634
9635 2002-03-11 [melvin]     0.7.3claws6
9636
9637         * po/fr.po
9638                 updated and corrected French translation
9639
9640 2002-03-10 [hoa]        0.7.3claws5
9641
9642         * src/account.c
9643         * src/inc.c
9644         * src/prefs_account.c
9645         * src/procmsg.c
9646         * src/send.[ch]
9647                 fixed the local account.
9648                 you have to change the default "/usr/sbin/sendmail"
9649                 to "/usr/sbin/sendmail -t" in the preferences of
9650                 the local account.
9651
9652         * src/procmime.c
9653                 removed some debug display for renderer
9654
9655 2002-03-10 [paul]       0.7.3claws4
9656
9657         * faq/en/sylpheed-faq-1.html
9658           faq/en/sylpheed-faq-2.html
9659                 update
9660
9661 2002-03-09 [paul]       0.7.3claws3
9662
9663         * sync with sylpheed 0.7.4
9664                 see ChangeLog entry 2002-03-09
9665
9666 2002-03-08 [paul]       0.7.3claws2
9667
9668         * faq/en/sylpheed-faq*
9669           faq/es/sylpheed-faq*
9670           faq/fr/sylpheed-faq*
9671                 update the FAQs
9672
9673         * manual/fr/.cvsignore
9674           manual/fr/Makefilea.am
9675           manual/fr/sylpheed*
9676           src/mainwindow.c
9677           src/manual.[ch]
9678                 add the French manual
9679
9680 2002-03-07 [paul]       0.7.3claws1
9681
9682         * sync with sylpheed 0.7.3cvs4
9683                 see ChangeLog entries  2002-03-06 and 2002-03-07
9684         
9685         * po/nl.po
9686                 updated by Wilbert Berendsen
9687
9688 2002-03-07 [melvin]     0.7.2claws34
9689
9690         * src/selective_download.c
9691                 Changed the pixmap of the receive button to MAIL_RECEIVE.
9692
9693 2002-03-06 [paul]       0.7.2claws33
9694
9695         * sync with sylpheed 0.7.3cvs1
9696                 bug fix, see ChangeLog entry 2002-03-05
9697
9698 2002-03-05 [paul]       0.7.2claws32
9699
9700         * src/mimeview.c
9701           src/pgptext.[ch]
9702           src/procmsg.c
9703                 reverse the pgp ascii-armored code implemented in 
9704                 0.7.2claws16. removal of this code until it matures.
9705                 this means that verifying ascii-armored pgp sigs and
9706                 automatic decryption of ascii-armored encrypted
9707                 messages no longer works.
9708
9709 2002-03-05 [paul]       0.7.2claws31
9710
9711         * configure.in
9712           Makefile.am
9713         * faq/Makefile.am
9714         * faq/en/Makefile.am
9715           faq/en/sylpheed-faq.html
9716           faq/en/sylpheed-faq-1.html
9717           faq/en/sylpheed-faq-2.html
9718           faq/en/sylpheed-faq-3.html
9719         * faq/es/Makefile.am
9720           faq/es/sylpheed-faq.html
9721           faq/es/sylpheed-faq-1.html
9722           faq/es/sylpheed-faq-2.html
9723           faq/es/sylpheed-faq-3.html
9724           faq/es/sylpheed-faq-4.html
9725         * faq/fr/Makefile.am
9726           faq/fr/sylpheed-faq.html
9727           faq/fr/sylpheed-faq-1.html
9728           faq/fr/sylpheed-faq-2.html
9729           faq/fr/sylpheed-faq-3.html
9730         * src/Makefile.am
9731           src/defs.h
9732           src/mainwindow.c
9733           src/manual.[ch]
9734                 add FAQs in English, Spanish and French
9735
9736
9737 2002-03-05 [paul]       0.7.2claws30
9738
9739         * manual/en/sylpheed.html
9740           manual/en/sylpheed-XX.html
9741                 updated the English manual
9742
9743 2002-03-05 [hoa]        
9744
9745         * src/summaryview.c
9746                 dialog box pops up if the article can't be deleted.
9747
9748 2002-03-04 [paul]       
9749         
9750         * po/pt_BR.po
9751                 updated by Fabio Junior Benedito
9752
9753 2002-03-04 [hoa]
9754
9755         * removed ac/gpgme.m4
9756                 to avoid autogen common problem
9757                 developers have to install gpgme development package now
9758
9759         * src/compose.c
9760                 encoding to 7bit or 8bit is enabled.
9761
9762 2002-03-03 [alfons]     0.7.2claws29
9763
9764         * src/pop.c
9765                 merge fix by Oliver Haertel for selective
9766                 download buglet
9767
9768 2002-03-03 [paul]       0.7.2claws28
9769         
9770         * sync with sylpheed 0.7.3
9771
9772 2002-03-03 [paul]       0.7.2claws27
9773
9774         * sync with sylpheed 0.7.2cvs24
9775                 see ChangeLog entries 2002-03-02 and 2002-03-03
9776
9777 2002-03-02 [melvin]     0.7.2claws26
9778
9779         * src/inc.[ch]
9780         * src/main.c
9781         * src/mainwindow.c
9782         * src/prefs_common.[ch]
9783                 Added user definable notification on new mail arrival.
9784                 Removed unused variables in spell checker prefs code.
9785
9786 2002-03-02 [melvin]     0.7.2claws25
9787
9788         * src/quote_fmt.c
9789                 Removed unnecessary escape sequences.
9790                 Changed 'Initial...' to 'Initials of Sender'
9791
9792 2002-03-02 [paul]       0.7.2claws24
9793
9794         * sync with sylpheed 0.7.2cvs22
9795                 see ChangeLog entry 2002-03-01
9796
9797 2002-03-01 [hoa]        0.7.2claws23
9798
9799         * src/mainwindow.c
9800                 Set sensitivity of delete actions to active
9801                 even if the folder is a newsgroup.
9802
9803         * src/summaryview.c
9804                 - Set sensitivity of delete actions
9805                 - Added function check_permission() that will check if the
9806                   user is authorized to delete a message. For news, it
9807                   will check if the author is the same.
9808                 - Enabled deletion when there is no trash folder.
9809
9810         * src/news.[ch]
9811                 - Added news_cancel_article() to cancel articles
9812                 - Implemented news_remove_message() (public function)
9813
9814 2002-03-01 [paul]       0.7.2claws22
9815
9816         * src/gtkutils.c
9817           src/textview.c
9818                 recognise urls that that don't include 'http://' and
9819                 simply begin 'www.' 
9820
9821         * AUTHORS
9822                 remove duplicated name
9823
9824 2002-02-28 [paul]       0.7.2claws21
9825
9826         * src/mainwindow.c
9827           src/summaryview.[ch]
9828                 add ability to 'Select thread'
9829                 combines Melvin's "Select thread's head" patch (#510907)
9830                 with Colin Leroy's <colin@colino.net> "Select whole thread" 
9831                 patch (#518514) 
9832
9833 2002-02-28 [paul]       0.7.2claws20
9834
9835         * src/mimeview.c
9836                 hopefully fix segfault on right-clicking a mime part
9837                 that some people have experienced.      
9838                 fix submitted by Fredrik Olofsson <frol@linux.nu>
9839
9840 2002-02-28 [paul]       0.7.2claws19
9841
9842         * sync with sylpheed 0.7.2cvs21
9843                 see ChangeLog entries 2002-02-27 and 2002-02-28
9844
9845 2002-02-27 [paul]       0.7.2claws18
9846
9847         * sync with sylpheed 0.7.2cvs18
9848                 see ChangeLog entries 2002-02-26 and 2002-02-27
9849
9850 2002-02-26 [alfons]     0.7.2claws17
9851
9852         * src/procheader.c
9853                 #undef ALLOW_HEADER_HINT (this was supposed to be undef'ed)
9854                 (spotted by Chris Hessman <idatech@gmx.net>)
9855
9856 2002-02-26 [paul]       0.7.2claws16
9857
9858         * src/mimeview.c
9859           src/pgptext.[ch]
9860           src/procmsg.c
9861                 make decryption of ascii-armored pgp encrypted messages
9862                 and verification of ascii-armored signatures work again.
9863                 slightly altered from the patch by Jens Jahnke 
9864                 <jan0sch@gmx.net>
9865
9866                 ##FIX ME##
9867                 * the checking of plaintext signatures always comes up in 
9868                   a popup box
9869                 * it doesn't work for multipart messages 
9870                 * all lines above "-----BEGIN PGP SIGNED MESSAGE-----\nHash: SHA1",
9871                   including the msg headers and these 2 line themselves, are 
9872                   not displayed
9873
9874         * src/mainwindow.c
9875                 "View/Folder Tree" becomes "View/Separate Folder Tree"
9876                 "View/Message View" becomes "View/Separate Message View"
9877                 because its less ambiguous.
9878
9879         * po/es.po
9880                 updated by Ricardo Mones Lastra
9881
9882 2002-02-26 [paul]       0.7.2claws15
9883
9884         * sync with sylpheed 0.7.2cvs17
9885                 see ChangeLog entries 2002-02-25 and 2002-02-26
9886
9887 2002-02-25 [christoph]  0.7.2claws14
9888
9889         * src/filtering.[ch]
9890         * src/inc.c
9891                 do filtering stuff after all messages have been received
9892                   1. drop all messages to .processing
9893                   2. scan processing folder for messages
9894                   3. filter messages or move to inbox
9895                 this will also find old messages left in processing after
9896                 a crash or something like that and we get a real msginfo
9897                 from folder->get_msg_list and do not have to create our
9898                 own in filter_message
9899         * src/matcher_parser_parse.y
9900                 remove MIX/MAX warning (reordered includes)
9901
9902 2002-02-25 [paul]       0.7.2claws13
9903
9904         * sync with sylpheed 0.7.2cvs15
9905                 see ChangeLog entry 2002-02-24
9906
9907 2002-02-24 [alfons]     0.7.2claws12
9908
9909         * src/filtering.c
9910                 clear old color flags first when applying a new color to
9911                 a message info. 
9912                 (spotted by Lo'oRiS il Kabukimono <lo_oris@libero.it>)
9913
9914 2002-02-24 [alfons]     0.7.2.claws11
9915         
9916         * AUTHORS
9917         * src/prefs_common.c
9918                 add presets for Opera and Konqueror, closes patch #517261,
9919                 submitted by Ville Skyttä <scop@users.sourceforge.net>
9920
9921 2002-02-24 [alfons]     0.7.2.claws10
9922
9923         * AUTHORS
9924         * src/summaryview.c
9925                 fix threading for null message ids, closes patch #521601,
9926                 submitted by Bob Forsman <hammor@users.sourceforge.net>
9927
9928 2002-02-24 [alfons]     0.7.2claws9
9929
9930         * src/summaryview.c
9931         * src/filtering.c
9932                 make Tool | Filter Message work with filtering system so
9933                 setting flags also works
9934
9935                 TODO:
9936
9937                 - Processing uses the same function as Tool | Filter
9938                   Message, but doesn't use the same update proc yet
9939
9940 2002-02-23 [paul]       0.7.2claws8
9941
9942         * sync with sylpheed 0.7.2cvs14
9943                 see ChangeLog entries 2002-02-22 and 2002-02-23
9944
9945 2002-02-22 [christoph]  0.7.2claws7
9946
9947         * src/quote_fmt.c
9948                 Add column space to table
9949         * src/quote_fmt_parse.y
9950                 Close files
9951
9952 2002-02-22 [paul]       0.7.2claws6
9953
9954         * src/Makefile.am
9955           src/defs.h
9956           src/filtering.c
9957           src/inc.[ch]
9958           src/mainwindow.c
9959           src/matcher.[ch]
9960           src/matcher_parser_lex.l
9961           src/matcher_parser_parse.y
9962           src/pop.[ch]
9963           src/prefs_account.h
9964           src/prefs_filtering.c
9965           src/selective_download.[ch]   *** NEW FILES ***
9966           src/utils.[ch]
9967           po/POTFILES.in
9968                 Selective Download added to 'Tool' menu. 
9969                 Retrieves email headers of the currently selected pop3 
9970                 account and allows the user to mark emails for deletion 
9971                 right on the pop3 server. Patch submitted by Oliver Haertel 
9972                 <oha@users.sourceforge.net>.
9973         
9974         * po/POTFILES.in
9975                 add 'src/quote_fmt.c'           
9976
9977 2002-02-22 [christoph]  0.7.2claws5
9978
9979         * src/Makefile.am
9980                 added quote_fmt.c
9981         * src/prefs_common.[ch]
9982         * src/prefs_template.c
9983         * src/quote_fmt.c               *** NEW FILE ***
9984         * src/quote_fmt.h
9985                 move quote format symbol description code
9986                 to it's own file because it is used from
9987                 differnent code parts
9988                 Rewrote symbol description GUI
9989                   + use table
9990                   + add separators
9991                   + get data from array (no more long constant strings)
9992         * src/quote_fmt_lex.l
9993         * src/quote_fmt_parse.y
9994                 Symbol for Literal % changed to \% instead of %%
9995                 (More logical as \ is used for quoting for other symbols)
9996                 Add |f and |p to include files and program output
9997                 Examples:
9998                     |f{/home/.../.signature}
9999                     |p{date}
10000         * po/de.po
10001                 Correct wrong spelling for "Referenzen"
10002
10003 2002-02-21 [paul]       0.7.2claws4
10004
10005         * src/procmsg.c
10006                 forgotten during sync
10007
10008 2002-02-21 [paul]       0.7.2claws3
10009
10010         * sync with sylpheed 0.7.2cvs11
10011                 see ChangeLog entries 2002-02-17, 2002-02-18, 2002-02-19,
10012                 2002-02-20 and 2002-02-21
10013
10014 2002-02-20 [melvin]     0.7.2claws2
10015
10016         * src/prefs_actions.c
10017                 Added error report when child cannot fork or when execvp 
10018                 returns with an error.
10019
10020 2002-02-19 [christoph]  0.7.2claws1
10021
10022         * src/codeconv.c
10023                 return unconverted text if conde conversion is not possible
10024                 when libjconv is used.
10025                 (patch submitted by "Simon 'corecode' Schubert")
10026
10027 2002-02-19 [paul]       
10028
10029         * version 0.7.2claws release
10030
10031 2002-02-19 [paul]       0.7.2claws
10032
10033         * po/nl.po
10034                 updated by Wilbert Berendsen
10035
10036
10037 2002-02-18 [alfons]     0.7.1claws13
10038
10039         * src/syldap.c
10040         * src/jpilot.c
10041                 remove references to dlfcn and explicitly loading functions
10042                 from dynalink libs, because libs linked anyway, and functions
10043                 are loaded explicitly
10044
10045 2002-02-17 [melvin]     0.7.1claws12
10046
10047         * src/prefs_actions.c
10048                 Replaced children wait loop with double fork technique.
10049                 Now, input/output window updated at each new output.
10050                 free_children(): Fixed a memory leak.
10051                 Made input/output window non closable if running children
10052                 still exist.
10053                 Added missing <unistd.h> include.
10054                 Added some --debug outputs.
10055
10056 2002-02-17 [melvin]     0.7.1claws11
10057
10058         * src/summaryview.c
10059                 Fixed bug where descending sort order did not select top
10060                 message.
10061
10062 2002-02-17 [melvin]     0.7.1claws10
10063
10064         * acconfig.h
10065                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
10066         * src/prefs_common.c
10067                 Pspell data package directory no more hard coded but
10068                 set during configuration (PSPELL_PATH). (Thanks to 
10069                                 Gustavo Noronha Silva.)
10070
10071 2002-02-17 [melvin]     0.7.1claws9
10072
10073         * configure.in
10074                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
10075         * src/gtkspell.c
10076                 Fixed compile-time warnings.
10077
10078 2002-02-16 [alfons]     0.7.1claws8
10079
10080         * src/filesel.c
10081                 fix inadvertent free of NULL pointer which caused
10082                 sylpheed to crash when closing the save-as dialog
10083                 using the window close button
10084
10085 2002-02-16 [carsten]    0.7.1claws7
10086         * src/mainwindow.[ch]
10087           src/summaryview.c
10088           src/prefs_common.c
10089                 fixes for pixmap theming code:
10090                         - recently changed mail attributes shouldn't get
10091                           lost any longer
10092                         - theme is only reloaded iff another theme was
10093                           selected
10094
10095 2002-02-16 [paul]       0.7.1claws6
10096
10097         * sync with sylpheed 0.7.2 release
10098                 see ChangeLog entry 2002-02-15 and 2002-02-16
10099
10100 2002-02-15 [paul]       0.7.1claws5
10101
10102         * sync with sylpheed 0.7.1cvs9
10103                 see ChangeLog entry 2002-02-15
10104
10105         * po/POTFILES.in
10106                 remove unneeded headerwindow.c entry
10107
10108 2002-02-14 [carsten]    0.7.1claws4
10109         * src/summaryview.c
10110                 fixed a bug for "Go to next unread message": there was
10111                 an endless loop if NEXTUNREADMSGDIALOG_ASSUME_NO was set
10112                 in the prefs, because of doing "Search again" instead
10113                 "No"
10114
10115 2002-02-14 [carsten]    0.7.1claws3
10116         * src/stock_pixmap.c
10117                 removed 2 more mem leaks; following memprof,
10118                 this code is "leak free" now :)
10119
10120 2002-02-14 [carsten]    0.7.1claws2
10121         * src/stock_pixmap.c
10122                 used opendir/readdir/closedir instead of scandir
10123                 -> code should work now on Solaris
10124
10125 2002-02-14 [paul]       0.7.1claws1
10126
10127         * sync with sylpheed 0.7.1cvs8
10128                 see ChangeLog entries 2002-02-13 and 2002-02-14
10129
10130         * README.claws
10131                 add some description of Actions and Pixmap Themes
10132
10133 2002-02-13 [paul]       
10134
10135         * version 0.7.1claws release
10136
10137 2002-02-13 [paul]       0.7.1claws
10138
10139         * po/es.po
10140           po/it.po
10141           po/pt_BR.po
10142                 updated translations, submitted by Ricardo Mones Lastra,
10143                 Alessandro Maestri and Fabio Junior Beneditto
10144
10145 2002-02-13 [melvin]     0.7.0claws75
10146
10147         * src/prefs_actions.c
10148                 Added missing "signal.h" include
10149
10150 2002-02-13 [melvin]     0.7.0claws74
10151
10152         * src/prefs_folder_item.c
10153                 Added missing "config.h" include
10154         * po/fr.po
10155                 Updated French translation for folder propriety.
10156
10157 2002-02-13 [jens]       0.7.0claws73
10158
10159         * po/POTFILES.in
10160                 Added missing src/prefs_folder_item.c [log added by melvin]
10161         * po/de.po
10162                 Updated German translation.
10163
10164 2002-02-13 [melvin]     0.7.0claws72
10165
10166         * po/fr.po
10167                 Updated French translation.
10168
10169 2002-02-13 [melvin]     0.7.0claws71
10170
10171         * src/gtkutils.c
10172                 Made gtkut_editable_get_selection return NULL if selection
10173                 is of length zero.
10174                 This fixes a bug where selecting part of message A then
10175                 switching to message B and replying to it will not
10176                 quote the message's body.
10177
10178 2002-02-12 [paul]       0.7.0claws70
10179
10180         * src/mainwindow.c
10181                 cosmetic, relating to pixmap themes: on toolbar make 
10182                 updating of 'Exec' and 'Compose news/Compose email'
10183                 icons faster.
10184
10185 2002-02-12 [carsten]    0.7.0claws69
10186         * src/folderview.c
10187           src/mainwindow.[ch]
10188           src/stock_pixmap.c
10189           src/summaryview.c
10190           src/prefs_common.c
10191                 - refreshing after changing pixmap theme better
10192                   now (thanks Paul)
10193                 - wanted to remove some mem leaks, but alfons was
10194                   faster (and had the better solution ;)
10195
10196 2002-02-12 [alfons]     0.7.0claws68
10197
10198         * src/prefs_common.c
10199         * src/stock_pixmap.[ch]
10200                 plug mem leaks, refactor code a little bit
10201
10202
10203 2002-02-12 [sergey]     0.7.0claws67
10204
10205         * src/imap.c
10206                 Fixed problem with copying messages to IMAP folders when the
10207                 server uses something other than '/' as a namespace separator
10208                 (cyrus-imapd uses '.').
10209
10210 2002-02-12 [jens]       0.7.0claws66
10211
10212         * po/de.po
10213                 Updated German Translation
10214
10215 2002-02-12 [paul]       0.7.0claws65
10216
10217         * sync with sylpheed 0.7.1cvs1
10218                 see ChangeLog entry 2002-02-12
10219
10220 2002-02-12 [melvin]     0.7.0claws64
10221
10222         * src/prefs_actions.c
10223                 Fixed "feature" where children's output was duplicated 
10224                 instead of refreshed while monitoring.
10225                 Removed some debug code.
10226
10227 2002-02-12 [christoph]  0.7.0claws63
10228
10229         * src/compose.c
10230                 always delete message from queue after sending/send error
10231                 (closes bug #509601)
10232
10233 2002-02-12 [melvin]     0.7.0claws62
10234
10235         * src/prefs_actions.c
10236                 Children wait loop is now triggered with a timeout of 1s
10237                 Added %F which is replaced with the list of filenames 
10238                 of all selected messages (as suggested by Ricardo Mones Lestra)
10239                 Pipe syntax changed. Prefix with | to send selection, postfix
10240                 with | to retrieve output. Prefix with > or * to send
10241                 user definable input to the command (*: input is hidden)
10242                 Old pipe action should now be postfixed with |, too.
10243
10244 2002-02-12 [carsten]    0.7.0claws61 (more 59.75)
10245         * src/stock_pixmap.c
10246                 fixed a bug: if there's no theme directory don't
10247                 throw an error, just do "nothing" (thanks Alfons)
10248
10249 2002-02-12 [carsten]    0.7.0claws60
10250         * src/folderview.c
10251           src/summaryview.c
10252                 had to write the cache twice (nasty!); some marks would 
10253                 get lost if not
10254
10255 2002-02-11 [carsten]    0.7.0claws59
10256         * acconfig.h
10257           configure.in
10258           doc-src/maintainer_guide.txt
10259           src/compose.[ch]
10260           src/defs.h
10261           src/folderview.[ch]
10262           src/gtkutils.[ch]
10263           src/mainwindow.[ch]
10264           src/prefs_common.[ch]
10265           src/stock_pixmap.[ch]
10266           src/summaryview.[ch]
10267                 pixmap theming and related work on pixmap
10268                 handling on some other places
10269                 (e.g. hrm features for all folder)
10270           src/pixmap/stock_*.xpm -> the stock_ was removed
10271         
10272 2002-02-11 [paul]       0.7.0claws58
10273
10274         * sync with sylpheed 0.7.1 release
10275                 see ChangeLog entries 2002-02-11
10276
10277 2002-02-08 [paul]       0.7.0claws57
10278
10279         * sync with sylpheed 0.7.0cvs39
10280                 see ChangeLog entry 2002-02-07 (last entry) 
10281
10282         * src/prefs_actions.c
10283           src/prefs_filtering.c
10284           src/prefs_matcher.c
10285           src/prefs_scoring.c
10286                 sync: made it compile with C compilers other than gcc
10287
10288 2002-02-07 [paul]       0.7.0claws56
10289
10290         * sync with sylpheed 0.7.0cvs38
10291                 see ChangeLog entries 2002-02-06 (last 2 entries) and
10292                 2002-02-07
10293
10294 2002-02-07 [darko]      0.7.0claws55
10295
10296         * src/gtkutils.[ch]
10297         * src/summaryview.c
10298                 Fix const gchar */gchar * issue (thanks Hiro)
10299
10300 2002-02-07 [darko]      0.7.0claws54
10301
10302         * src/compose.[ch]
10303         * src/filtering.c
10304         * src/gtkutils.[ch]
10305         * src/prefs_template.c
10306         * src/quote_fmt.h
10307         * src/quote_fmt_parse.y
10308         * src/summaryview.c
10309         * src/utils.[ch]
10310                 When replying or forwarding an email don't quote the entire
10311                 mail body but use the part of the message text that is selected
10312
10313 2002-02-06 [melvin]     0.7.0claws53
10314
10315         * src/prefs_common.[ch]
10316         * src/gtkspell.[ch]
10317         * src/compose.c
10318                 Made possible to switch quickly to last used dictionary
10319                 which makes checking bilingual documents easier.
10320
10321 2002-02-06 [melvin]     0.7.0claws52
10322         
10323         * po/POTFILES.in
10324                 Added forgotten new file src/prefs_actions.c
10325
10326 2002-02-06 [melvin]     0.7.0claws51
10327
10328         * src/prefs_actions.c   ** NEW FILE **
10329         * src/prefs_actions.h   ** NEW FILE **
10330                 Added actions to execute on message text view, or on the
10331                         message's file.
10332         * src/Makefile.am
10333                 Added src/prefs_actions.[ch]
10334         * src/compose.c
10335                 Added new menu "Edit/Actions"
10336         * src/defs.h
10337                 Added new actionsrc file.
10338         * src/main.c
10339                 Added actionsrc reading.
10340         * src/mainwindow.c
10341                 Added new menus "Edit/Actions" and "Configuration/Actions..."
10342         * src/prefs_common.h
10343                 Added new element actionslst element to prefs_common.
10344
10345 2002-02-06 [paul]       0.7.0claws50
10346
10347         * sync with sylpheed 0.7.0cvs36
10348                 see ChangeLog entry 2002-02-06
10349
10350 2002-02-05 [paul]
10351
10352         * po/es.po
10353                 updated by Ricardo Mones Lastra
10354
10355 2002-02-05 [paul]       0.7.0claws49
10356
10357         * sync with sylpheed 0.7.0cvs33
10358                 see ChangeLog entries 2002-02-04 (last 4 entries) and 2002-02-05
10359
10360 2002-02-05 [paul]       0.7.0claws48
10361
10362         * src/compose.c
10363                 re-add 'Edit/Advanced/Delete entire line', previously named
10364                 'Delete Line+'
10365
10366 2002-02-04 [paul]       0.7.0claws47
10367
10368         * src/compose.c
10369           src/summaryview.c
10370                 fix bug #494993 (Reply All not taking Reply-To into consi)
10371                 eliminate differences in behaviour of right-click 'Reply to all' 
10372                 in summary view and 'Reply to all' on the toolbar. 
10373                 fix bug where Reply-To gets ignored by 'Reply to all' in summary
10374                 view and From gets ignored by 'Reply to all' on toolbar.
10375                 fix bug where 'Reply to all' on toolbar uses To twice and ignores
10376                 From when no Reply-To header is present.
10377
10378 2002-02-04 [paul]       0.7.0claws46
10379
10380         * sync with sylpheed 0.7.0cvs30
10381                 see ChangeLog entries 2002-02-03 and 2002-02-04
10382
10383 2002-02-03 [melvin]     0.7.0claws45
10384
10385         * src/gtkspell.[ch]
10386                 Readded function to highlight all misspelled words.
10387                 Fixed bug where user-provided-words did not replace
10388                         correctly the misspelled word when using the mouse.
10389                 Fixed bug where checking a region selected from right to left did
10390                         not check the region at all.
10391                 Fixed bug where 'Check backwards' may not check at all. 
10392                 Fixed memory leaks where popup menus and accel_groups were not destroyed.
10393                 Fixed possible buffer overflow when checking for long strings (>1k).
10394                 Made cursor and scrollbar positions non changing after uncheck_all/check_all.
10395                 Accelerators code uses now gtk_widget_add_accel.
10396                 Removed and disabled obsolete and unfinished code.
10397                 Cleaning up.
10398
10399         * src/compose.c
10400                 Added menu item to Highlight all misspelled words.
10401
10402 2002-02-01 [paul]       0.7.0claws44
10403
10404         * src/mainwindow.c
10405                 fix '/View/Hide read messages' sensitivity when all
10406                 messages in a folder are hidden
10407
10408 2002-02-01 [paul]       0.7.0claws43
10409
10410         * src/main.c
10411                 add --send option to command line interface, sends all
10412                 queued mail. Patch submitted by Ricardo Mones Lastra.
10413
10414 2002-01-31 [paul]       0.7.0claws42
10415
10416         * src/mainwindow.c
10417                 add '/View/Hide read messages' to main_window_set_menu_sensitive()
10418
10419 2002-01-31 [paul]       0.7.0claws41
10420
10421         * sync with sylpheed 0.7.0cvs27
10422                 see ChangeLog entries 2002-01-30 (src/mh.c, src/prefs_common.c)
10423                 and 2002-01-31
10424
10425         * src/textview.c
10426                 comment out elements of textview_show_part() as temporary
10427                 workaround for attachment 'Display as text' bug 
10428
10429         * po/pt_BR.po
10430                 updated by Fabio Junior Beneditto
10431
10432 2002-01-30 [paul]       0.7.0claws40
10433
10434         * sync with sylpheed 0.7.0cvs24
10435                 see ChangeLog entries 2002-01-29 (src/prefs_common.c)
10436                 and 2002-01-30
10437
10438         * src/compose.c
10439                 add {N_("/_Spelling"), ... "<Branch>"} to 
10440                 GtkItemFactoryEntry compose_entries[]
10441
10442         * src/prefs_common.c
10443                 add claws menu items to prefs_keybind_apply_clicked()
10444                 and remove non-claws menu items
10445
10446 2002-01-29 [paul]       0.7.0claws39
10447
10448         * sync with sylpheed 0.7.0cvs22
10449                 see ChangeLog entries 2002-01-28 and 2002-01-29
10450
10451 2002-01-28 [melvin]     0.7.0claws38
10452
10453         * src/compose.c
10454                 Added the declartion of compose_send_control_enter.
10455
10456         * src/compose.c
10457         * src/gtkspell.[ch]
10458                 Added in a 'Spelling' menu which includes the configuration menu. 
10459                 Added a real 'Check all' and got rid from the old one which only
10460                 highlited misspelled word.
10461                 Made 'Check while typing' a disableable option.
10462                 Added a dialog when there are no more misspelled word.
10463                 Added a dialog if error occurs when switching to a dictionary.
10464         
10465         * src/prefs_common.[ch]
10466                 Added option for the default 'Check while typing' option.
10467
10468
10469 2002-01-28 [alfons]     0.7.0claws37
10470
10471         * src/compose.c
10472                 fix buglet and make code comply with sylpheed code style
10473
10474 2002-01-28 [paul]       0.7.0claws36
10475
10476         * sync with sylpheed 0.7.0cvs19
10477                 see ChangeLog entries for 2002-01-28
10478
10479 2002-01-28 [hoa]        0.7.0claws35
10480
10481         * src/defs.h
10482                 added rendererrc
10483
10484         * src/main.c
10485                 read the renderer config
10486
10487         * src/procmime.[ch]
10488                 use the renderer config to convert mime attachments
10489
10490         * src/textview.c
10491                 don't use textview_show_html/ertf,
10492                 use get_text_content instead
10493
10494 2002-01-27 [alfons]     0.7.0claws34
10495         
10496         * src/news.c
10497                 make sylpheed believe it can delete a news message...
10498                 (messages are NOT deleted, maybe we should remove
10499                 processing from the folder properties after all.)
10500
10501 2002-01-27 [alfons]     0.7.0claws33
10502
10503         * src/folder.c
10504                 add extra checks
10505         * src/news.c
10506                 implement remove_msg() 
10507
10508 2002-01-27 [alfons]     0.7.0claws32
10509
10510         * src/procmsg.h
10511         * src/procheader.c
10512         * src/messageview.c
10513                 fix return receipt / disposition notification again. this
10514                 stuff seems to break on _every_ major summary UI change, so
10515                 it's now implemented using a flag which is saved in the
10516                 marks cache
10517                 
10518 2002-01-26 [alfons]     0.7.0claws31
10519
10520         * src/import.c
10521                 let import dialog show the destination folder identifier
10522
10523 2002-01-26 [melvin]     0.7.0claws30
10524
10525         * src/folderview.c
10526         * src/summaryview.c
10527                 Readded 'Mark all read' into summary view popup menu
10528                 Added 'Mark all read' in folder view popup menu for IMAP
10529                 and NNTP.
10530                 Made it insensitive if the selected folder is not the shown
10531                 one to avoid 'Mark all read' on the wrong folder.
10532                 
10533 2002-01-26 [paul]       0.7.0claws29
10534
10535         * src/folderview.c
10536           src/summaryview.c
10537                 move 'Mark all read' from summary view to folder view
10538                 menu. (adapted from) patch submitted by Jeremy Andrews,
10539                 <lists@kerneltrap.com>
10540
10541 2002-01-25 [alfons]     0.7.0claws28
10542
10543         * src/gtkstext.c
10544                 put the gtk class name back so GtkSText adapts the 
10545                 settings of GtkText
10546
10547 2002-01-25 [alfons]     0.7.0claws27
10548
10549         * src/folderview.c 
10550                 assimilate Ricardo's patch that shows pixmaps instead of
10551                 plain "new" and "unread" texts in the folder view column
10552                 headers 
10553
10554 2002-01-25 [paul]       0.7.0claws26
10555
10556         * src/Makefile.am
10557                 add $(GPGME_CFLAGS) to INCLUDES so that gpgme can 
10558                 be found in non-standard locations. 
10559                 Closes Patch #507976, submitted by Stoyan Genov, <sdg@rila.bg>
10560
10561 2002-01-25 [paul]       0.7.0claws25
10562
10563         * sync with sylpheed 0.7.0cvs16
10564                 see ChangeLog entry 2002-01-25
10565
10566 2002-01-24 [paul]       0.7.0claws24
10567
10568         * more sync with sylpheed 0.7.0cvs15
10569                 get_file_size_as_clrf(), see ChangeLog entry 2002-01-23
10570
10571 2002-01-23 [sergey]     0.7.0claws23
10572
10573         * src/importldif.c
10574                 Fixed segfault when closing LDIF import wizard with
10575                 the window manager.
10576         * src/imageview.c
10577         * src/imageview.h
10578         * src/messageview.c
10579         * src/mimeview.c
10580                 Fixed wrong scrolling position after switching between
10581                 text and image parts.
10582
10583 2002-01-23 [paul]       0.7.0claws22
10584
10585         * sync with sylpheed 0.7.0cvs15
10586                 see ChangeLog entries 2002-01-22 and 2002-01-23
10587
10588 2002-01-21 [melvin]     0.7.0claws21
10589
10590         * src/prefs_scoring.c
10591         * src/prefs_filtering.c
10592                 Fixed bug where scoring and filtering windows stopped
10593                 autochecking.
10594
10595 2002-01-21 [paul]       0.7.0claws20
10596
10597         * sync with sylpheed 0.7.0cvs12
10598                 see ChangeLog entries 2002-01-20 and 2002-01-21
10599
10600 2002-01-21 [carsten]    0.7.0claws19
10601         * src/mainwindow.c
10602         * src/menu.[ch]
10603         * src/messageview.[ch]
10604         * src/summaryview.[ch]
10605                 changes to shortcuts handling again:
10606                         + "Q" now controled by mainwin
10607                         + v/V are now customizable and have slightly
10608                           different meanings
10609                 the "button" to minimize the messageview (and maximize
10610                 the summary view) is a real button now
10611         * src/compose.c
10612                 "Delete Line+" added to Edit/Advanced (this will also
10613                 delete the '\n')
10614
10615 2002-01-20 [melvin] 0.7.0claws18
10616
10617         * src/addressbook.c
10618                 Made "Bcc" sensitive when addressbook is called from
10619                 compose window (it was a Claws only bug).
10620
10621 2002-01-19 [alfons] 0.7.0claws17
10622
10623         * src/inc.c
10624                 prevent unnecessary updates when currently selected folder has
10625                 no new messages 
10626
10627 2002-01-19 [alfons] 0.7.0claws16
10628         
10629         * src/summaryview.c
10630                 prevent writing the cache based on current message list in summary 
10631                 view when filtering also put messages in currently selected folder
10632
10633 2002-01-19 [paul]
10634
10635         * po/it.po
10636                 Italian translation submitted by Alessandro Maestri
10637                 <a.maestri@cs.tin.it>
10638
10639 2002-01-18 [melvin]     0.7.0claws15
10640
10641         * src/prefs_filters.c
10642                 fixed bug where 'cancel' from 'filters' window stops autochecking
10643                 if the timer timed out  when the window was open.
10644
10645 2002-01-18 [match]      0.7.0claws14
10646
10647         * src/addrclip.[ch]     ** NEW FILE **
10648         * src/addrselect.[ch]   ** NEW FILE **
10649         * src/adbookbase.h      ** NEW FILE **
10650                 addressbook cut, copy and paste
10651         * src/addrbook.[ch]
10652         * src/addrcache.[ch]
10653         * src/addressitem.h
10654         * src/addrindex.[ch]
10655         * src/addritem.[ch]
10656         * src/importldif.c
10657         * src/importmutt.c
10658         * src/jpilot.[ch]
10659         * src/syldap.[ch]
10660         * src/vcard.[ch]
10661         * src/jpilot.[ch]
10662         * src/editbook.c
10663         * src/editjpilot.c
10664         * src/editldap.c
10665         * src/editvcard.c
10666                 support for copy/paste
10667         * src/addressbook.c
10668                 support for copy/paste
10669                 tidy up menu option processing
10670                 correct address list function arguments
10671         * src/editaddress.c
10672                 sort user attributes
10673         * src/ldif.h
10674         * src/mutt.h
10675                 tidy up
10676
10677         * src/addrbook.[ch]
10678         * src/addrbook.[ch]
10679         * src/addrbook.[ch]
10680                 
10681
10682 2002-01-18 [paul]       0.7.0claws13
10683
10684         * sync with sylpheed 0.7.0cvs8
10685                 configure.in: support Mac OS X (Darwin)
10686
10687 2002-01-18 [carsten]    0.7.0claws12
10688         * src/html.c
10689                 small hack to fix a segfault with an empty href
10690                 (reported by Alexandra Walford <deeni@altern.org>)
10691         * src/mainwindow.c
10692         * src/summaryview.c
10693                 the shortcuts for Mark und Mark as unread are hardcoded
10694                 again
10695         * src/compose.c
10696         * src/gtkstext.[ch]
10697                 readded the shortcuts in gtkstext but made them
10698                 customizeable (simply by adding a menu plus a wrapper
10699                 to compose.c)
10700
10701 2002-01-17 [melvin]     0.7.0claws11
10702
10703         * src/gtkspell.c
10704                 fix default dictionary not being saved.
10705
10706 2002-01-16 [darko]      0.7.0claws10
10707
10708         * src/compose.c
10709                 fix wrapping crash with URL longer than wrapping margin
10710
10711 2002-12-08 [hoa]        0.7.0claws10
10712
10713         * src/matcher_parser_parse.y
10714                 fixed some bugs
10715
10716         * src/prefs_filtering.c
10717                 now, we can use bounce action in the dialog box.
10718
10719 2002-01-16 [carsten]    0.7.0claws9
10720         * src/gtkstext.c
10721                 removed the <control> and <alt> shortcuts because they're
10722                 not needed and interefered with the "normal" shortcuts
10723         * src/mainwindow.c
10724         * src/summaryview.c
10725                 removed most of the hardcoded shortcuts and assigned
10726                 them to menu entries making them easy customizable by
10727                 that
10728
10729 2002-01-16 |melvin]     0.7.0claws8
10730
10731         * src/gtkspell.c
10732                 fixed bug where using the mouse and when the compose
10733                 window is not on top may result in a crash.
10734
10735 2002-01-16 [melvin]     0.7.0claws7
10736
10737         * src/compose.c
10738                 fixed a long standingspell checker bug which could 
10739                 cause a crash after sending a message.
10740
10741 2002-01-16 [paul]       0.7.0claws6
10742
10743         * sync with sylpheed 0.7.0cvs7
10744                 see ChangeLog entries 2002-01-10, 2002-01-11, 2002-01-14,
10745                 2002-01-15, and 2002-01-16
10746
10747 2002-01-16 [melvin]     0.7.0claws5
10748
10749         * README.claws
10750         * src/compose.c
10751         * src/gtkspell.[ch]
10752         * src/main.c
10753                 Heavily modified spell checker code to work around
10754                 ispell bug, to add keyboard shortcuts and for future
10755                 enhancements. See README.claws for usage information.
10756
10757 2002-01-15 [alfons]     0.7.0claws4
10758         
10759         * src/summaryview.c
10760                 change gtk_ctree_sort_node() into gtk_ctree_sort_recursive()
10761                 so sorting within threads reflects sort mode
10762
10763 2002-01-15 [christoph]  0.7.0claws3
10764
10765         * src/procmsg.c
10766                 added alertpanel if mail sending failed
10767
10768 2002-01-15 [alfons]     0.7.0claws2
10769         
10770         * src/prefs_filtering.c
10771                 don't stop timer when prefs filtering dialog is opened
10772
10773 2002-01-14 [alfons]     0.7.0claws1
10774
10775         * src/addr_compl.c
10776         * src/prefs.c
10777                 remove debug_print()s for privacy reasons
10778
10779 2002-01-14 [darko]      0.7.0claws
10780
10781         * README.claws
10782                 quotation wrapping is now also in the main branch
10783
10784 2002-01-14 [paul]
10785
10786         * tools/filter_conv.pl
10787                 allow for Boolean Op and case-sensitivity
10788                 this file is included in the release and tagged
10789                 'rel_0_7_0'
10790
10791 2002-01-13 [paul]       0.7.0claws
10792
10793         * release 0.7.0, with cvs tag 'rel_0_7_0'
10794
10795 2002-01-13 [paul]
10796
10797         * tools/filter_conv.pl
10798         * tools/README
10799                 rewritten to output to matcherrc instead of filteringrc
10800
10801         * po/es.po
10802                 updated Spanish translation by Ricardo Mones Lastra
10803
10804 2002-01-13 [alfons]
10805
10806         * po/nl.po
10807                 update dutch translation
10808
10809 2002-01-13 [paul]
10810
10811         * po/pt_BR.po
10812                 Updated by Fabio Junior Beneditto 
10813
10814 2002-01-13 [melvin]     0.6.6claws53
10815
10816         * po/fr.po
10817                 Updated french translation
10818
10819 2002-01-12 [alfons]     0.6.6claws52
10820
10821         * src/filtering.c
10822                 plug mem leak that has been sitting there for ages              
10823
10824 2002-01-12 [alfons]     0.6.6claws51
10825
10826         * src/summaryview.c
10827                 undo melvin's changes from 0.6.6claws48 because summary
10828                 view now refuses to select first unread message when
10829                 selecting a folder 
10830
10831 2002-01-11 [alfons]     0.6.6claws50
10832
10833         * src/import.c
10834                 use claws' semantics for getting folder item when
10835                 importing an mbox file into a folder 
10836                 (submitted by Dale P. Smith)
10837
10838 2002-01-11 [christoph]  0.6.6claws49
10839
10840         * src/prefs.h
10841                 set sensitivity in SET_TOGGLE_SENSITIVITY macro from
10842                 toggle widget, because non static prefs can not use
10843                 prefs_set_* functions
10844         * src/prefs_account.c
10845                 toggle smtp auth password field sensitivity if
10846                 user id is empty and add descrition of usage for
10847                 these fields
10848         * src/prefs_folder_item.c
10849                 use SET_TOGGLE_SENSITIVITY macro to instead of extra
10850                 callbacks
10851
10852 2002-01-11 [melvin]     0.6.6claws48
10853
10854         * src/compose.c
10855                 fix the 'Ctrl-Enter' feature for sending and test really
10856                 for 'Ctrl-Enter' (as Ctrl-Space is also used for activating
10857                 editables which was not documented in Gtk)
10858
10859         * src/summaryview.c
10860                 Made summaryview refresh after sorting and not before.
10861
10862 2002-01-11 [christoph]  0.6.6claws47
10863
10864         * src/compose.c
10865                 select account from account ids if possible and
10866                 correctly set save folder for copy in reedit
10867
10868 2002-01-10 [paul]       0.6.6claws46
10869
10870         * sync with sylpheed 0.7.0 release
10871                 see ChangeLog entries 2002-01-07, 2002-01-08 and
10872                 2002-01-09
10873
10874 2002-01-09 [alfons]
10875
10876         * src/summaryview.c
10877                 remove more dirt traces...
10878
10879 2002-01-09 [alfons]
10880         
10881         * src/summaryview.c
10882                 clean up some traces of my debugging stuff
10883
10884 2002-01-09 [alfons]     0.6.6claws45
10885
10886         * src/filtering.c
10887                 break up filteringprop_apply() in three separate pieces
10888                 so we can drop messages that failed processing in the
10889                 inbox
10890
10891         * src/summaryview.c
10892                 fix bug #469598 "no refresh of inbox after filter" which 
10893                 was introduced by the new summary view locking, and which 
10894                 prevented the summary view to update after a manual filter 
10895                 message. claw's filter message requires a summary_show().
10896                 (aargh, summary_show() again! :-)
10897                 
10898 2002-01-07 [alfons]     0.6.6claws44
10899
10900         * src/headerwindow.c
10901         * src/logwindow.c
10902         * src/messageview.c
10903         * src/sourcewindow.c
10904                 bring in Hiro's last 0.7.0 wm class fixes
10905
10906         * tools/sylprint.pl
10907                 bring in Ricardo's fix for sylprint script
10908
10909         * AUTHORS       
10910         * src/rfc2015.[ch]
10911         * src/prefs_common.[ch]
10912         * src/prefs_account.[ch]
10913         * src/compose.c
10914                 clean up account preference poison in rfc2015,
10915                 and preparation to fix double sign bug 
10916                 (patch submitted by Simon 'corecode' Schubert)
10917
10918 2002-01-07 [christoph]  0.6.6claws43
10919
10920         * src/mh.c
10921                 search for free message number, do not only rely
10922                 on last_num
10923         * src/send.c
10924                 fix smtp auth and use extra account information
10925                 if available, if not use pop3 data instead
10926                 (closes bug #500341)            
10927         * src/ssl.[ch]
10928                 match coding style
10929
10930 2002-01-06 [alfons]     0.6.6claws42
10931
10932         * src/mainwindow.c
10933                 try making the separate windows work again...
10934
10935 2002-01-06 [alfons]     0.6.6claws41
10936
10937         * src/mainwindow.c
10938                 adapt Hiro's separate window menu (to get rid of the funny
10939                 duplicate menu items), and make it work again
10940
10941 2002-01-06 [alfons]     0.6.6claws40
10942
10943         * tools/Makefile.am
10944         * tools/sylprint.rc
10945         * tools/sylprint.pl
10946         * tools/README.sylprint
10947                 add sylprint script for printing mails from Sylpheed
10948                 (contributed by Ricardo Mones Lastra)
10949
10950         * src/acount.c
10951                 clean up
10952
10953 2002-01-06 [melvin]     0.6.6claws39
10954
10955         * src/mainwindow.c
10956         * src/summaryview.c
10957                 Fixed crash introduced in 0.6.6claws38 by the menu
10958                 reorganisation (Hide read messages)
10959         
10960         * ChangeLog.claws 
10961                 Fixed typo (we are now in 2002, alfons ;) )
10962
10963 2002-01-05 [alfons]     0.6.6claws38
10964
10965         * sync with sylpheed 0.6.6cvs10-17
10966                 (last stuff marked as LAST_STABLE)
10967
10968 2002-01-04 [melvin]     0.6.6claws37
10969
10970         * src/account.c
10971                 Made account selection code use strcasestr again instead of
10972                 g_strcasecmp (fixes bug where reediting queued messages
10973                 did not select proper account reported by T. Link).
10974         
10975         * src/folderview.c
10976                 Fix bug where folder icons are not shown when 'hide read messages'
10977                 is on.
10978         
10979         * src/stock_pixmaps.[ch]
10980                 Added folder icons for 'hide read messages'.
10981         
10982         * src/compose.c
10983                 Fixed bug where 'Enter' in a header entry will send the message 
10984                 if 'CTL-Enter' was chosen as a shorcut for sendind. 
10985
10986 2002-01-03 [melvin]     0.6.6claws36
10987         
10988         * src/prefs.[ch]
10989                 Added popup menu for common preferences and
10990                 account preferences (right click on tab displays
10991                                 a menu of all tabs.)
10992
10993 2002-01-02 [melvin]     0.6.6claws35
10994
10995         * src/gtkspell.[ch]
10996                 Made spelling code compatible with undo/redo feature.
10997                 Added creation of suggestion mode menu for the general
10998                         preferences.
10999         
11000         * src/prefs_common.[ch]
11001                 Added option menu for the speller's suggestion mode.
11002                 Added missing spaces in "..." buttons and made a "..."
11003                         button non translatable!
11004         
11005         * src/compose.c
11006                 Made speller use the default suggestion mode.
11007                 Hack to make it possible to choose 'CTRL-Enter' as a
11008                         shortcut for sending (and only for sending).
11009
11010         * src/prefs_folder_item.c
11011                 Changing subject simplification does not update cache 
11012                         anymore (because it is unnecessary).
11013                 Fixed bug where changing subject simplification updated the 
11014                         summaryview even when the viewed folder is not the
11015                         folder which properties are being changed. (E.g. 
11016                                         viewing folder A and changing
11017                                         the subject simplification of 
11018                                         folder B -not being viewed- updated the 
11019                                         summaryview of folder A with data of
11020                                         folder B). (Hope this is clear... )
11021
11022 2001-12-31 [alfons]     0.6.6claws34
11023         
11024         * src/ldif.c
11025         * src/mutt.c
11026                 fgetc() returns a signed integer which doesn't
11027                 fit in a char. so c truncates this to a char
11028                 but we may lose significant bits. i.e. we may
11029                 comparing 0xFF which may not be equal to -1
11030                 unless properly casted to signed char which
11031                 we won't do because fgetc() returns a signed
11032                 integer which doesn't fit in a char. so c 
11033                 truncates this to a char but we may lose 
11034                 significat bits. (you got the idea, thanks
11035                 to Gustavo Noronha Silva <kov@debian.org>
11036                 and the Debian folks!)
11037
11038 2001-12-30 [alfons]     0.6.6claws33
11039
11040         * src/prefs_common.c
11041                 add #ifdef USE_PSPELLs that Melvin forgot               
11042
11043 2001-12-30 [melvin]     0.6.6claws32
11044         
11045         * src/prefs_common.[ch]
11046                 Added configurable color for misspelled words.
11047
11048         * src/gtkspell.[ch]
11049                 Fixed bug of foreground text color (reported by David
11050                                 Mehrmann)
11051                 Added configurable color for misspelled words.
11052
11053 2001-12-30 [alfons]     0.6.6claws31
11054
11055         * src/folder.c
11056                 remove unnecessary things someone put there
11057
11058         * src/mh.c
11059         * src/folder.[ch]
11060                 make folder properties (like threading and sorting) persistent
11061                 (closes bug #497424 "rescan folder tree resets proprieties")
11062                 currently this is only for MH folders. 
11063
11064 2001-12-29 [melvin]     0.6.6claws30
11065
11066         * src/string_match.[ch]
11067                 Optimized a bit: regexp pattern buffer compiled only once, and
11068                   one subroutine call removed. Fixed ^ regexp search: Now, 
11069                   "(^Re: )|(^Hello)" removes only "Re: " from "Re: Hello".
11070         
11071         * src/summaryview.c
11072                 Subject filtering changed to filter summary columns and
11073                   not directly the messages subject cache. The loss in 
11074                   performance is balanced by the improvement of string_match.
11075                 Added an alert panel if there is an error in the regexp.
11076
11077         * src/src/prefs_folder_item.h
11078                 Added a regexp pattern buffer.
11079
11080 2001-12-28 [alfons]     0.6.6claws29
11081
11082         * src/string_match.[ch]
11083                 clean up name space
11084                 allow compilation *BSD
11085
11086 2001-12-27 [alfons]     0.6.6claws28
11087
11088         * src/filter.c
11089                 sync the Hiro's bug fix for BSD
11090
11091 2001-12-27 [melvin]     0.6.6claws27
11092         
11093         * src/compose.c
11094                 Simplify focus to subject entry code.
11095
11096 2001-12-27 [darko]      0.6.6claws26
11097
11098         * src/filtering.c
11099         * src/mbox_folder.c
11100         * src/messageview.c
11101         * src/mh.c
11102         * src/procheader.[ch]
11103         * src/procmsg.h
11104         * src/stock_pixmap.[ch]
11105         * src/summaryview.c
11106                 Show key icon for encrypted mails in summary view
11107
11108         * src/pixmaps/clip.xpm
11109         * src/pixmaps/clipkey.xpm
11110         * src/pixmaps/key.xpm
11111                 New/modified icons for the above
11112
11113 2001-12-27 [melvin]     0.6.6claws25
11114
11115         * src/prefs_common.c
11116                 Put spell checker options in a separate tab to decrease
11117                 the Common Preferences window height.
11118
11119         * README.claws  
11120                 Update spell checker usage instruction about its options
11121                 location.
11122
11123 2001-12-27 [melvin]     0.6.6claws24
11124
11125         * src/compose.c
11126                 Changed subject entry widget position. Initial focus is
11127                 on the To header instead of the subject entry.
11128                 Creating a new header scrolls the header list to make the
11129                 created one visible. Nevertheless, when automatically filling
11130                 headers, the first one is shown.
11131                 A Tab key press in the last empty header entry zips the 
11132                 focus to the subject entry.
11133                 (I did not change the combo boxes, yet)
11134
11135 2001-12-26 [alfons]     0.6.6claws23
11136
11137         * src/prefs_account.c
11138         * src/inc.c
11139                 allow default inbox to reside in another mailbox (only
11140                 works for POP3 accounts)
11141
11142 2001-12-26 [alfons]     0.6.6claws22
11143         
11144         * src/textview.c
11145                 make reply-on-click work with the account of the selected folder
11146         * src/compose.c
11147                 put a fixme here to remind me to fix finding correct default
11148                 account for nested folders
11149
11150 2001-12-25 [alfons]     0.6.6claws21
11151
11152         * src/summaryview.c
11153                 make column headers display locked and mark pixmaps (idea by Melvin) 
11154                 fix bug by adding score and locked column type to sort array
11155
11156 2001-12-25 [alfons]     0.6.6claws20
11157         
11158         * src/summaryview.c
11159                 catch a *potentially* inadvertent write back of  
11160                 the message cache(s) introduced by 0.6.5claws37
11161
11162 2001-12-25 [christoph]  0.6.6claws19
11163
11164         * src/stock_pixmap.[ch]
11165         * src/summaryview.c
11166                 add ignore thread pixmap
11167                 (can someone draw a better icon for this?)
11168
11169 2001-12-24 [alfons]     0.6.6claws18
11170
11171         * src/prefs_folder_item.c
11172                 make address completion actually work for the
11173                 Default To address in the Folder Property dialog.
11174
11175 2001-12-24 [alfons]     0.6.6claws17
11176         
11177         * src/summaryview.c
11178                 use new style regexp for subject stripping 
11179                 (patch submitted by Thomas Link <t.link.tmp200101@gmx.net>)
11180
11181 2001-12-24 [darko]      0.6.6claws16
11182
11183         * src/pgptext.c
11184         * src/rfc2015.c
11185                 move GPG related informational messages to debug mode
11186
11187 2001-12-23 [alfons]     0.6.6claws15
11188
11189         * src/stock_pixmap.[ch]
11190         * src/summaryview.c
11191                 add the forgotten Claws' locked pixmap
11192
11193 2001-12-23 [alfons]     0.6.6claws14
11194
11195         * src/filesel.c
11196                 accept file name typed in entry in multi file
11197                 selector (patch submitted by Gustavo Noronha Silva 
11198                 <kov@debian.org>)
11199
11200 2001-12-23 [alfons]     0.6.6claws13
11201
11202         * src/prefs_filter.c
11203         * src/prefs_filtering.c
11204         * src/matcher.c
11205         * src/importmutt.c
11206                 clean up a little bit
11207         
11208         * src/string_match.c
11209                 validate input strings a little bit more
11210
11211 2001-12-23 [alfons]     0.6.6claws12
11212
11213         * src/Makefile.am
11214         * src/summaryview.c
11215         * src/string_match.[ch]         ** NEW **
11216         * src/folderview.[ch]
11217         * src/headerview.h
11218         * src/folder.[ch]
11219         * src/prefs_folder_item.[ch]
11220                 add subject simplification to strip out strings from
11221                 a subject line (esp. handy for mailing lists). 
11222                 (original patch by by Thomas Link <t.link.tmp200101@gmx.net>,
11223                 but slightly changed things for better integration.)
11224
11225 2001-12-23 [alfons]     0.6.6claws11
11226
11227         * src/mainwindow.c
11228                 fix bug introduced by submission included in 0.6.5claws52.
11229                 ideally this submission should clean the trash if any trash
11230                 folder has a message. however, the hasTrash variable was
11231                 set to false whenever a trash folder was empty (discarding
11232                 a previously found *filled* trash folder.)
11233
11234                 also edited the code a little bit and made it more safe.
11235
11236 2001-12-22 [alfons]     0.6.6claws10
11237
11238         * src/imap.c
11239                 quick fix for Martin Pool's omission of an account
11240                 specific SSL setting
11241
11242 2001-12-22 [alfons]     0.6.6claws9
11243
11244         * src/compose.c
11245         * src/messageview.c
11246         * src/mimeview.c
11247         * src/pgptext.c
11248         * src/procmime.[ch]
11249                 better support for multipart/digest (submitted
11250                 by Fredrik <e98fo@efd.lth.se>)
11251
11252 2001-12-22 [alfons]     0.6.6claws8
11253
11254         * src/addressbook.c
11255                 correct function signature
11256         * src/socket.[ch]
11257         * src/imap.[ch]
11258         * src/prefs_account.[ch]
11259                 allow IMAP over SSH tunnel (patch submitted by 
11260                 Martin Pool <mbp@samba.org>)
11261
11262 2001-12-21 [alfons]     0.6.6claws7
11263
11264         * sync with sylpheed 0.6.6cvs4-9
11265                 (may have forgotten something: LAST_STABLE is 0.6.6claws6)
11266
11267 2001-12-21 [christoph]  0.6.6claws6
11268
11269         * src/compose.c
11270         * src/prefs_folder_item.[ch]
11271                 implement saving of outgoing messages to current folder.
11272                 fix segfault when no default outbox is available
11273                 (closes bug #495683)
11274
11275 2001-12-21 [carsten]    0.6.6claws5
11276         * src/folderview.c
11277         * src/summaryview.c
11278                 pressing CTRL while DND does now the expected thing and
11279                 copies the mail (moving is still the default, as this
11280                 seam more appropriate for handling mails by DND)
11281
11282 2001-12-18 [paul]       0.6.6claws4
11283
11284         * sync with sylpheed 0.6.6cvs3
11285                 see ChangeLog entries 2001-12-18
11286
11287 2001-12-18 [hiro]       0.6.6claws3
11288
11289         * src/undo.c
11290                 fix for multibyte characters (obtain the number of letters
11291                 instead of bytes).
11292
11293 2001-12-17 [paul]       0.6.6claws2
11294
11295         * sync with sylpheed 0.6.6cvs1
11296                 see ChangeLog entry 2001-12-16
11297
11298 2000-12-17 [alfons]     0.6.6claws1
11299
11300         * src/filtering.c
11301                 clean up
11302
11303 2001-12-16 [paul]       0.6.6claws
11304 2001-12-15
11305
11306         * Release version 0.6.6claws, cvs tag: rel_0_6_6
11307
11308         * src/mimeview.c
11309                 last minute sync with main 0.6.6
11310
11311         * po/es.po
11312                 updated by Ricardo Mones Lastra
11313                 update for last minute sync
11314         * po/fr.po
11315         * po/nl.po
11316                 update for last minute sync
11317         * po/de.po
11318                 updated by Jens Oberender
11319         * po/pt_BR.po
11320                 updated by Fabio Junior Beneditto
11321
11322         * src/prefs_common.[ch]
11323         * src/undo.c
11324                 number of undo levels is user configurable
11325                 (squeeze it into the release in the dying
11326                 moments) Submitted by Jens Oberender    
11327
11328 2001-12-15 [melvin]
11329
11330         * po/fr.po
11331                 updated french translation
11332
11333 2001-12-15 [paul]       0.6.5claws92
11334
11335         * sync with sylpheed 0.6.5cvs28
11336                 see ChangeLog entry 2001-12-14 (src/prefs_account.c)
11337
11338         * po/nl.po
11339                 update to allow for sync
11340
11341 2001-12-15 [alfons]
11342         
11343         * po/nl.po
11344                 update dutch translation
11345
11346 2001-12-14 [carsten]    0.6.5claws91
11347         * src/summaryview.c
11348                 fixed bug #473785; also after changing the column order
11349                 the same message will be selected and displayed as before
11350                 the reordering
11351
11352 2001-12-14 [carsten]    0.6.5claws90
11353         * src/folderview.c
11354                 probably found the bug reported by wwb opening or closing
11355                 a folder tree just before dnd (found the solution in the
11356                 balsa source -- thanks to them)
11357
11358 2001-12-14 [carsten]    0.6.5claws89
11359         * src/gtkutils.c
11360         * src/account.c
11361                 moved gtk_clist_moveto to the right place, so that
11362                 only the accounts dialog is effected on opening
11363
11364 2001-12-14 [carsten]    0.6.5claws88
11365         * src/gtkutils.c
11366                 gtkut_clist_set_focus_row does a gtk_clist_moveto
11367                 now, so that the focused row will be seen in any case
11368                 (reported by wwp on sf-claws-user)
11369
11370 2001-12-14 [darko]      0.6.5claws87
11371
11372         * src/compose.c
11373                 remove unnecessary line
11374
11375 2001-12-14 [paul]       0.6.5claws86
11376
11377         * sync with sylpheed 0.6.5cvs27
11378                 see ChangeLog entries 2001-12-14
11379
11380 2001-12-14 [carsten]    0.6.5claws85
11381         * src/mainwindow.c
11382                 following a suggestion of Melvin the rcoabm pops up
11383                 right under the button now and the button is reliefed
11384                 while the popup is open
11385
11386 2001-12-14 [darko]      0.6.5claws84
11387
11388         * src/compose.c
11389                 fix crash when wrapping long lines if linewrap quotation
11390                 is disabled and wrapper encounters a word spanning more
11391                 than one line
11392
11393 2001-12-13 [paul]       0.6.5claws83
11394
11395         * src/compose.c
11396                 prefer 'Reply-To' header over mailing list header when
11397                 replying to a message. Finally prevent all those confirmation 
11398                 messages being sent to the list itself.
11399
11400         * src/summaryview.c
11401                 remove unused summary_set_menu_sensitive() entry
11402
11403 2001-12-13 [paul]       0.6.5claws82
11404
11405         * src/folderview.c
11406         * src/pixmaps/inbox-hrm.xpm     ** NEW FILE **
11407         * src/pixmaps/outbox-hrm.xpm    ** NEW FILE **
11408         * src/pixmaps/trash-hrm.xpm     ** NEW FILE **
11409                 improvements to 'Hide read messages': Inbox, Outbox,
11410                 Trash, Queue, and Draft icons now reveal presence of hidden 
11411                 messages
11412
11413 2001-12-12 [alfons]     0.6.5claws81
11414
11415         0.6.5claws80 was tagged as LAST_STABLE
11416
11417         * src/filtering.[ch]
11418         * src/matcher.[ch]
11419         * src/matcher_parser_lex.c
11420                 fix the filtering; my last attempt to get it right, 
11421                 if it does not work, it's Hoa's turn. ;-)
11422
11423                 for my honourable peers:
11424                 
11425                 the code now makes a clear distinction between
11426                 rules as they are displayed (probably escaped),
11427                 and as they are executed (probably unescaped). the
11428                 parser does *NOT* do any unescaping, this is
11429                 the task of the matcher.c (which breaks up a
11430                 rule into condition) and the filtering.c (which
11431                 breaks up the rule's action). to make this
11432                 run happily we provide an unescaped copy of
11433                 crucial strings to the MatcherProp and 
11434                 FilteringAction structures. note that the only
11435                 exception to this is any REGEXP string. those
11436                 are directly passed to regcomp() and regexp()
11437                 (who have much more powerful unescape functions).
11438                 
11439                 for everyone else:
11440         
11441                 you can escape tab (\t), carriage return (\r),
11442                 linefeed (\n), form feed (\f), quote (\"), 
11443                 single quote (\'), bell (\b) in all the entry
11444                 lines in the scoring & filtering dialogs.
11445                 as an added bonus this should not affect
11446                 existing filtering rules.
11447
11448 2001-12-12 [carsten]    0.6.5claws80
11449
11450         * src/summaryview.c
11451         * po/de.po
11452                 "item(s) selected" is now sensitive to 1 or more
11453                 than one selected (nice for language where simple
11454                 adding of a "s" is not possible as German (Eintrag
11455                 ->Eintr"age)
11456                 
11457                 the "forward as attachment" entry from the right
11458                 click menu removed, "forward" acts following the
11459                 prefs
11460         
11461         * src/textview.c
11462                 reverted my former changes; so compiler warning again
11463                 but there's more GTK_TEXT/GTK_STEXT mixing on other places
11464                 nevertheless
11465
11466         * src/messageview.c
11467                 "search in message" does now *not* only work in MVIEW_TEXT
11468                 messages, but also in a MIMEVIEW_TEXT part of MVIEW_MIME
11469                 message
11470
11471         * src/mainwindow.c
11472                 removed "/File/_Close" as it was the same as "/File/E_xit"
11473                 and we don't need it two times
11474
11475                 the separate folder view and message view now get a distinct
11476                 WMCLASS, just in case someone is using sawfish ;-)
11477
11478                 as the menu entries "/View/Message view" and "/View/Folder tree"
11479                 are only doing something when SEPARATE_MESSAGE or SEPARATE_FOLDER
11480                 make them sensitive accordingly and as these two are "shown"
11481                 after startup anytime check this menuitem at startup
11482
11483 2001-12-12 [paul]       0.6.5claws79
11484
11485         * src/folderview.c
11486                 fix sensitivity of 'Search folder...', broken in
11487                 0.6.5claws75
11488
11489         * src/mainwindow.c
11490                 fix dodgy English
11491
11492 2001-12-11 [carsten]    0.6.5claws78
11493         * src/filtering.c
11494                 fixed two typos returning a wrong FALSE/TRUE
11495         * src/mainwindow.[ch]
11496                 extra menu for email/news button removed
11497
11498 2001-12-11 [alfons]     0.6.5claws77
11499         
11500         * src/matcher.c                 (1.3)
11501         * src/matcher_parser_lex.l      (1.28)
11502                 revert for another attempt
11503                 mark 0.6.5claws77 as LAST_STABLE
11504
11505 2001-12-11 [christoph]  0.6.5claws76
11506
11507         * po/de.po
11508                 fixed wrong translation for prev. unread msg
11509
11510 2001-12-11 [paul]       0.6.5claws75
11511
11512         * src/folder.[ch]
11513         * src/folderview.c
11514         * src/mainwindow.c
11515         * src/summaryview.[ch]
11516         * src/pixmaps/dir-open-hrm.xpm  ** NEW FILE **
11517                 enable ability to hide read messages on per folder basis via 
11518                 '/Summary/Hide read messages'; when selected, a folder will 
11519                 have a red open folder icon, instead of a blue icon, if the 
11520                 folder contains hidden messges
11521                 submitted by Thomas Link <t.link.tmp200101.gmx.net> 
11522
11523         * src/mainwindow.c
11524                 remove '/Message/Forward as attachment' from 
11525                 main_window_set_menu_sensitive() to prevent debug warning
11526
11527         * src/folderview.c
11528         * src/mainwindow.c
11529                 Clean up some of the English
11530
11531         * tools/newscache_clean.pl
11532                 allow for new 'hidereadmsgs' entry in folderlist.xml
11533
11534         * po/es.po
11535                 updated translation, submitted by Ricardo Mones Lastra
11536
11537 2001-12-11 [paul]       0.6.5claws74
11538
11539         * sync with sylpheed 0.6.5cvs25
11540                 see ChangeLog entry 2001-12-11
11541
11542 2001-12-10 [alfons]     0.6.5claws73
11543
11544         * src/matcher.c
11545                 add more control characters
11546         * src/matcher_parser_lex.l
11547                 make escaping / unescaping work again
11548
11549 2001-12-10 [alfons]     0.6.5claws72
11550
11551         * src/imap.c
11552                 clean up warnings "returning value for void function" 
11553         * src/prefs_filtering.c
11554                 make info button for execute action sensitive
11555
11556 2001-12-10 [paul]       0.6.5claws71
11557
11558         * src/compose.c
11559         * src/imap.[ch]
11560         * src/summaryview.c
11561                 fix: imap server now gets informed of MARKED, UNMARKED
11562                 and REPLY events. Now people can use different IMAP-Mail
11563                 clients and have the exact same information about MARKED,
11564                 UNMARKED and REPLY status with all of them. Especially
11565                 useful for imap servers with a web-frontend.
11566                 submitted by Tobias Sandhaas <medlor@web.de>
11567
11568 2001-12-09 [melvin]     0.6.5claws70
11569         
11570         * src/textview.[ch]
11571                 fixed bug #490076 (hunted down by Alfons who implemented
11572                 a workaround in 0.6.5claws65)
11573
11574 2001-12-09 [christoph]  0.6.5claws69
11575
11576         * src/summaryview.c
11577                 set pointer to string in LOCKED column to NULL
11578                 (might fix bug #490800)
11579
11580 2001-12-09 [carsten]    0.6.5claws68
11581
11582         * po/de.po
11583                 resolved some cluttered menu shortcuts 
11584                 ('creating new email' and 'creating news message'
11585                 hade the same)
11586         * src/compose.c
11587                 wmclass now distinc from main window
11588         * src/mainwindow.c
11589           src/mainwindow.h
11590                 email/news and forward button functionality similar
11591                 to the reply buttons; removed the ugly dropdown arrows
11592                 and use instead the right mouse button
11593
11594 2001-12-09 [paul]       0.6.5claws67
11595
11596         * src/imap.c
11597         * src/utils.h
11598                 allow spaces in imap folder names
11599                 submitted by Willem van Engen <wvengen@stack.nl>
11600
11601 2001-12-09 [paul]       0.6.5claws66
11602
11603         * sync with sylpheed 0.6.5cvs24
11604                 see ChangeLog entry 2001-12-09
11605
11606 2001-12-08 [alfons]     0.6.5claws65
11607
11608         * src/textview.c
11609                 prevent secondary selection claim after "add to sender" dialog
11610                 popped up. this is because there's a GDK_BUTTON_RELEASE pending.
11611                 we trick GTK by simulating a click at (0, 0) in the textview.
11612
11613 2001-12-08 [hoa]        0.6.5claws64
11614
11615         * src/folder.c
11616                 fixed a bug about the .processing folder name while filtering
11617
11618 2001-12-08 [alfons]     0.6.5claws63
11619
11620         * src/folderview.c 
11621                 work around problem of not correctly updating folder stats
11622                 when deleting messages. there's some folder scanning evil
11623                 going so the folderview_update_msg_num() does not work
11624                 correctly. need to investigate this.
11625
11626 2001-12-08 [paul]       0.6.5claws62
11627
11628         * sync with sylpheed 0.6.5cvs23
11629                 see ChangeLog entry 2001-12-08
11630
11631 2001-12-07 [christoph]  0.6.5claws61
11632
11633         * src/compose.c
11634                 fix another header translation problem
11635
11636 2001-12-07 [alfons]     0.6.5claws60
11637
11638         * src/mbox.c
11639                 make filtering also work on local spool mbox
11640
11641 2001-12-07 [carsten]    0.6.5claws59
11642         * src/addressbook.c
11643                 addressbook window gets a wmclass distinct from the main
11644                 sylpheed window
11645         * src/compose.h
11646         * src/mainwindow.[ch]
11647                   forward menu item will use mode selected in prefs, forward 
11648                 as attatchment in menu removed (will be substituted in the
11649                 toolbar similar to reply buttons)
11650                   create news message menu entry and news button is now 
11651                 sensitive to the existance of a news account
11652         * src/pixmaps/stock_mail_reply_quote.xpm           ** REMOVED **
11653         * src/pixmaps/stock_mail_reply_to_all_quote.xpm    ** REMOVED **
11654         * src/pixmaps/stock_mail_reply_to_sender_quote.xpm ** REMOVED **
11655                 these are removed because the toolbar buttons don't show
11656                 the quoting modus any longer
11657
11658 2001-12-07 [paul]
11659
11660         * tools/newscache_clean.pl      ** NEW FILE **
11661                 perl script to do some tidying up in the newscache directory 
11662                 
11663         * tools/sylpheed-switcher       ** NEW FILE **
11664                 perl script to enable easy switching between main and claws
11665                 
11666         * tools/README
11667                 added descriptions of the two new perl scripts          
11668
11669
11670 2001-12-07 [melvin]     0.6.5claws58
11671
11672         * src/messageview.c
11673                 fixed a warning during compilation introduced in 0.6.5claws56
11674
11675 2001-12-07 [paul]       0.6.5claws57
11676
11677         * src/mainwindow.[ch]
11678         * src/menu.[ch]
11679                 further usability enhancements to replying with or without 
11680                 quoting via the toolbar, use of Ctrl key is replaced by 
11681                 drop down menu 
11682                 Submitted by Carsten Schurig            
11683
11684 2001-12-07 [melvin]     0.6.5claws56
11685
11686         * src/messageview.c
11687                 hack to fix bug that prevented to make/paste selections
11688                 after switching between MVIEW_TEXT and MVIEW_MIME views
11689                 without deselecting the selection first.
11690
11691 2001-12-06 [alfons]     0.6.5claws55
11692
11693         * src/filtering.[ch]
11694         * src/inc.c
11695                 revise filtering a little bit more, and make sure
11696                 messages are delivered to the appropriate inbox
11697                 (perhaps set per account)
11698
11699 2001-12-06 [paul]       0.6.5claws54
11700
11701         * sync with sylpheed 0.6.5cvs22
11702                 see ChangeLog entry 2001-12-06
11703
11704 2001-12-05 [alfons]     0.6.5claws53
11705
11706         * src/inc.c
11707         * src/folder.[ch]
11708         * src/procmsg.c
11709         * src/filtering.c
11710                 more revisions of filtering system
11711                 (last stable version is marked as LAST_STABLE)
11712                 
11713                 | NOTE 1): the filtering system now uses a local folder called
11714                 | .processing. if filtering fails, check this directory
11715                 | for missing messages.
11716                 |
11717                 | NOTE 2): help us find the filtering actions still missing
11718
11719 2001-12-05 [paul]       0.6.5claws52
11720
11721         * src/mainwindow.c
11722                 fix bug where 'Empty Trash?' pop-up window appears even
11723                 when Trash is empty, submitted by Jesse Skinner         
11724
11725 2001-12-05 [melvin]     0.6.5claws51
11726
11727         * src/compose.c
11728                 fixed bug #486106 to select correct account when reediting 
11729                 a queued message
11730         
11731 2001-12-04 [alfons]     0.6.5claws50
11732
11733         * src/mh.c
11734                 declare markfile in appropriate functions when
11735                 no fchmod() is found (thanks to Mark Heerdink <marc@koelkast.net>
11736                 for spotting this)
11737
11738 2001-12-04 [paul]       0.6.5claws49
11739
11740         * sync with sylpheed 0.6.5cvs21
11741                 see ChangeLog entry 2001-12-04
11742
11743 2001-12-03 [christoph]  0.6.5claws48
11744
11745         * po/de.po
11746                 changed translation of undo
11747         * src/account.c
11748         * src/folder.c
11749                 don't reinvent the wheel to traverse a GNode
11750         * src/compose.[ch]
11751                 seperate code to create the compose gui into functions
11752                 add "Others" page with folder selection for saving copy
11753                 of the message.
11754                 the folder identifier is saved to queue header
11755         * src/procmsg.c
11756                 save message to folder in queue header
11757
11758 2001-12-03 [paul]       0.6.5claws47
11759
11760         * sync with sylpheed 0.6.5cvs20
11761                 see ChangeLog entry 2001-12-03
11762
11763 2001-12-01 [paul]
11764
11765         * more sync with sylpheed 0.6.5cvs19
11766                 see ChangeLog entry 2001-11-29
11767
11768 2001-11-30 [paul]       0.6.5claws46
11769         
11770         * src/compose.c
11771                 remove conflicts introduced by Hoa's last commit
11772          
11773         * src/mainwindow.c
11774                 make 'Message/Bounce' sensitive
11775
11776 2001-11-30 [hoa]        0.6.5claws45
11777
11778         * src/compose.c
11779                 slightly change bounce function to add
11780                 information about the user that bounced the mail
11781                 in the From header line.
11782
11783         * src/folderview.c
11784                 permit the use of processing in outbox folder.
11785
11786 2001-11-29 [paul]       0.6.5claws44
11787
11788         * src/mainwindow.[ch]
11789         * src/prefs_common.c
11790         * src/pixmaps/stock_mail_reply_quote.xpm            ** NEW FILE **
11791         * src/pixmaps/stock_mail_reply_to_all_quote.xpm     ** NEW FILE **
11792         * src/pixmaps/stock_mail_reply_to_author_quote.xpm  ** NEW FILE **
11793                 usability enhancements to the quoting, implements
11794                 use of Ctrl key to toggle quoting settings
11795                 Submitted by Carsten Schurig <Carsten.Schurig@web.de>
11796
11797 2001-11-29 [paul]       0.6.5claws43
11798         
11799         * sync with sylpheed 0.6.5cvs19
11800                 see ChangeLog entry 2001-11-28
11801
11802 2001-11-29 [melvin]     0.6.5claws42
11803         * src/Makefile.am
11804                 added enriched.[ch] to the list of files
11805
11806         * src/textview.c
11807         * src/mimeview.c
11808         * src/procmime.[ch]
11809         * src/enriched.[ch]
11810                 added support to view text/enriched
11811                 added support to show headers in message view for text/enriched and text/html
11812                         in non multipart messages
11813
11814 2001-11-28 [paul]       0.6.5claws41
11815
11816         * more sync with sylpheed 0.6.5cvs18
11817                 see ChangeLog entry 2001-11-27 (src/prefs_common.c)
11818
11819 2001-11-27 [paul]       0.6.5claws40
11820         
11821         * po/pt_BR.po
11822                 updated translation, submitted by Fabio Junior Beneditto
11823                 
11824         * sync with sylpheed 0.6.5cvs18
11825                 see ChangeLog entries 2001-11-26 (src/textview.c) and
11826                 2001-11-27
11827
11828
11829 2001-11-26 [paul]
11830
11831         * po/es.po
11832                 updated translation, submitted by Ricardo Mones Lastra
11833
11834 2001-11-26 [alfons]
11835
11836         * src/matcher.c
11837                 add more translatable strings
11838
11839 2001-11-26 [christoph]  0.6.5claws39
11840
11841         * po/de.po      
11842                 fixed one more umlaut
11843         * src/compose.c
11844                 fix translated header when it should not be translated
11845
11846 2001-11-26 [paul]       0.6.5claws38
11847
11848         * src/mainwindow.c
11849                 remove '/Message/Add Sender to address book' from 
11850                 main_window_set_menu_sensitive(), prevent debug warning
11851                 add 'Message/Mark/Mark all read' to mainwin_entries[]
11852
11853 2001-11-26 [paul]       0.6.5claws37
11854
11855         * src/summaryview.c
11856                 fix 'recurring unread state' bug 
11857
11858         * tools/README 
11859         * tools/filter_conv.pl
11860                 read name of top level mailbox from folderlist.xml
11861                 and presume nothing about its name              
11862
11863 2001-11-26 [darko]      0.6.5claws36
11864
11865         * src/gtkstext.[ch]
11866                 removed functions that are now in gtkutils.c
11867                 use gtkut_text_is_uri_string() from gtkutils.c
11868         * fix my comment on 2001-11-23 (missing gtkutils.[ch])
11869
11870 2001-11-26 [paul]       0.6.5claws35
11871
11872         * sync with sylpheed 0.6.5cvs16
11873                 see ChangeLog entries 2001-11-25 and 2001-11-26
11874
11875 2001-11-25 [alfons]     0.6.5claws34
11876
11877         EXPERIMENTAL!!! Please checkout the last stable version using: 
11878           
11879         % cvs update -r LAST_STABLE -dRAP
11880
11881         (Or help us testing this stuff.)
11882
11883         * src/filtering.c               (1.14)
11884         * src/filtering.h               (1.6)
11885         * src/inc.c                     (1.28)
11886         * src/matcher.c                 (1.20)
11887         * src/mbox.c                    (1.9)
11888         * src/procmsg.h                 (1.14)
11889         * src/summaryview.c             (1.59)
11890         * src/summaryview.h             (dunno)
11891                 revert/merge/sync to as it was before commit 
11892                 on Thu, 19 Jul 2001 10:15:51 -0700.
11893
11894 2001-11-25 [hoa]        0.6.5claws33
11895
11896         * src/main.c
11897                 processing mails at startup
11898
11899         * src/folderview.c
11900         * src/summaryview.[ch]
11901                 processing mails when entering folder
11902
11903         * src/prefs_filtering.c
11904                 fixed some UI bugs
11905
11906 2001-11-24 [alfons]     0.6.5claws32
11907
11908         * src/summaryview.[ch]
11909                 make summary sort headers work, and also make
11910                 sure the sort type is stored
11911
11912 2001-11-23 [alfons]     0.6.5claws31
11913
11914         * src/summaryview.[ch]
11915                 make lock work like mark
11916                 disallow deleting messages marked as locked
11917
11918 2001-11-23 [alfons]     0.6.5claws30
11919
11920         * src/gtkstext.c
11921         * src/compose.[ch]
11922         * src/Makefile.am
11923         * src/undo.[ch]
11924                 merge undo patch submitted by Jens
11925
11926 2001-11-23 [christoph]  0.6.5claws29
11927
11928         * src/.cvsignore
11929                 added ylwrap
11930         * src/compose.c
11931                 fixed gpg signing and encoding
11932         * src/folder.[ch]
11933         * src/main.c
11934                 added --status option to get new, unread and total
11935                 message count from a running sylpheed
11936         * src/prefs_common.c
11937                 temporary fix for reply_with_quote problem
11938                 (don't call functions for non existing widget)
11939         * src/procmsg.c
11940                 one more check for ignored threads but still not
11941                 always working correctly. probably a recursive
11942                 check for all parents is needed
11943
11944 2001-11-23 [darko]      0.6.5claws28
11945
11946         * src/compose.c
11947                 wrapping on send improvements
11948         * src/gtkutils.[ch]
11949                 fix for GtkSText after last sync with main branch
11950                 GTK_TEXT -> GTK_STEXT
11951
11952 2001-11-23 [paul]       0.6.5claws27
11953
11954         * sync with sylpheed 0.6.5cvs14
11955                 see ChangeLog entries 2001-11-22 and 2001-11-23
11956                 
11957         * po/de.po
11958                 fixed the scrambled umlauts 
11959                 submitted by Carsten Schurig <Carsten.Schurig@web.de>
11960
11961 2001-11-21 [paul]       0.6.5claws26
11962
11963         * sync with sylpheed 0.6.5cvs12
11964                 see 2nd ChangeLog entry dated 2001-11-20
11965
11966 2001-11-20 [paul]       0.6.5claws25
11967
11968         * sync with sylpheed 0.6.5cvs11
11969                 see ChangeLog entry 2001-11-19 (src/utils.c)
11970
11971 2001-11-20 [hiro]
11972
11973         * src/compose.c
11974                 GTK_TEXT -> GTK_STEXT
11975                 fix for wrong comment
11976
11977 2001-11-20 [hiro]       0.6.5claws24
11978
11979         * src/compose.[ch]
11980                 more merges from main branch
11981                 removed fatal warnings (uninitialized variables etc.)
11982                 some coding style fix
11983         * src/gtkutils.h
11984                 fixed typo.
11985         * src/addressbook.c
11986           src/addrindex.c
11987                 V-Card -> vCard
11988
11989 2001-11-19 [hoa]        0.6.5claws23
11990
11991         * src/filtering.c
11992         * src/prefs_scoring.c
11993         * src/matcher.[ch]
11994         * src/scoring.c
11995                 cleaning code
11996
11997         * src/matcher_parser_parse.y
11998         * src/prefs_filtering.c
11999                 bouncing
12000
12001 2001-11-19 [alfons]     0.6.5claws22
12002
12003         more of my old things into claws
12004
12005         * src/Makefile.am
12006         * src/prefs_common.c
12007         * src/procmsg.h
12008         * src/summaryview.[ch]
12009         * src/prefs_summary_column.c
12010         * src/pixmaps/locked.xpm
12011                 add indicators for locking of message in summary view
12012                 (does not work yet, only visual indicator)
12013
12014 2001-11-19 [paul]       0.6.5claws21
12015
12016         * sync with sylpheed 0.6.5cvs10
12017                 see ChangeLog entry 2001-11-19
12018
12019 2001-11-18 [alfons]     0.6.5claws20
12020         
12021         * src/filtering.c
12022                 remove an inadvertent free I forgot in previous clean up 
12023
12024 2001-11-18 [alfons]     0.6.5claws19
12025
12026         * src/filtering.[ch]
12027                 clean up & plug leaks
12028
12029 2001-11-18 [paul]       0.6.5claws18
12030
12031         * sync with sylpheed 0.6.5cvs9
12032                 see ChangeLog entries 2001-11-17 and 2001-11-18
12033
12034 2001-11-16 [paul]       0.6.5claws17
12035
12036         * sync with sylpheed 0.6.5cvs8
12037                 see ChangeLog entry 2001-11-16, src/grouplistdialog.c
12038
12039 2001-11-16 [paul]       0.6.5claws16
12040
12041         * sync with sylpheed 0.6.5cvs7
12042                 see ChangeLog entries 2001-11-15 and 2001-11-16
12043
12044 2001-11-15 [hoa]        0.6.5claws15
12045
12046         * src/compose.c
12047                 fix bounce, mails we received couln't be bounced to ourself.
12048
12049         * src/defs.h
12050         * src/filtering.[ch]
12051         * src/matcher.[ch]
12052         * src/matcher_parser.h
12053         * src/matcher_parser_lex.l
12054         * src/matcher_parser_parse.y
12055         * src/inc.c
12056         * src/main.c
12057         * src/mbox.c
12058         * src/prefs_filtering.[ch]
12059         * src/mainwindow.c
12060         * src/prefs_matcher.c
12061         * src/prefs_scoring.c
12062         * src/scoring.[ch]
12063         * src/summaryview.c
12064                 new matcher/filter/score configuration file parser
12065                 one unique configuration file => ~/.sylpheed/matcherrc
12066                 import in currently automatic, then save are made
12067                 in this new file.
12068                 one filter per folder and one global filter
12069                 (filter of a folder will be used as folder processing)
12070
12071         * src/folder.c
12072                 fix a bug in folder_item_get_identifier
12073                 
12074         * src/messageview.c
12075                 receive receipt return are fixed.
12076
12077 2001-11-14 [alfons]     0.6.5claws14
12078
12079         * src/session.h
12080                 add things from main branch to make claws compile
12081
12082 2001-11-14 [paul]       0.6.5claws13
12083
12084         * merge with SYNC-B4-REL and sync with sylpheed 0.6.5cvs5
12085                 see ChangeLog entries 2001-11-08 to 2001-11-14
12086
12087 2001-11-14 [hoa] 0.6.5claws12
12088
12089         * src/compose.[ch]
12090         * src/mainwindow.c
12091         * src/summaryview.c
12092                 add "bounce mail" option
12093
12094 2001-11-13 [christoph]  0.6.5claws11
12095
12096         * src/compose.c
12097                 Cleanup a mess i add before commiting
12098
12099 2001-11-13 [hoa]        0.6.5claws10
12100
12101         * src/compose.c
12102                 some fixes when mail are sent or
12103                 for crossposts
12104
12105 2001-11-13 [christoph]  0.6.5claws9
12106
12107         * po/de.po
12108                 Changed two string with the same translation
12109         * src/compose.c
12110         * src/procmsg.[ch]
12111         * src/send.[ch]
12112                 New mailsending process:
12113                   - Always queue message before sending
12114                     (message will be saved if sylpheed crashed or
12115                      freezes while sending)
12116                   - Allow queuing of newspostings
12117                   - No copy in outbox before sending
12118                     (closes bug #469501)
12119                   - No more redundant code for send and send_later
12120         * src/summaryview.c
12121                 Applied wwp <subscript@free.fr>'s patch that fixes
12122                 marks for multiple forwarded messages (+compose.c)
12123
12124 2001-11-12 [alfons]
12125
12126         * README.claws
12127                 remove things that are now in main branch
12128         
12129         * po/nl.po
12130                 update Dutch translation
12131
12132 2001-11-12 [mhadasht]   0.6.5.claws8
12133
12134         * src/prefs_common.c
12135                 re-enabled account autoselection feature for forward
12136                 and reedit lost during the branch point for SYNC-B4-REL
12137         * src/gtkspell.c
12138                 gtkpspell_get_dict(): more readable code (even if function is
12139                 not used yet)
12140         * ChangeLog.claws
12141                 added version number info to 2001-11-12 [hiro] comment.
12142
12143 2001-11-12 [hiro]       0.6.5.claws7
12144
12145         * src/compose.c
12146                 compose_forward(): fixed a bug that forward quote mark
12147                 wasn't used.
12148                 removed unnecessary code.
12149         * src/template_select.[ch]: removed.
12150
12151 2001-11-11 [alfons]
12152
12153         * src/compose.c
12154                 :%s/GTK_TEXT/GTK_STEXT/g
12155         
12156         * src/compose.[ch]
12157         * src/undo.[ch]
12158         * src/Makefile.am
12159                 revert the undo stuff (this is 0.6.6claws stuff)
12160
12161 2001-11-11 [hoa]        0.6.5.claws6
12162
12163         * src/compose.[ch]
12164                 Insert signature at the end of the text.
12165                 Added undo patch but currently disabled
12166
12167         * src/procmsg.c
12168                 Threading by subject improved.
12169
12170         * added src/undo.[ch]
12171                 Undo module for compose dialog box.
12172
12173 2001-11-11 [alfons]     0.6.5.claws5
12174
12175         * src/procmsg.c
12176                 prevent threading by subject on nodes that have already been
12177                 threaded by in-reply-to (as in "circular references in a tree
12178                 result in a dead branch")
12179
12180 2001-11-09 [hoa]        0.6.5.claws4
12181         
12182         * src/folderview.c
12183                 allows creation of mbox folder item from any files.
12184
12185 2001-11-09 [alfons]     0.6.5.claws3
12186         
12187         * src/utils.c
12188         * src/procmsg.c
12189                 do what I mean and correct threading by subject so it really
12190                 ignores attracting lines without "Re: "
12191
12192 2001-11-07 [alfons]     0.6.5.claws2
12193
12194         * src/procmsg.c
12195         * src/utils.[ch]
12196                 only attract by subject if a subject line starts with a "Re: "
12197         * src/syldap.c
12198                 remove warning
12199
12200 2001-11-07 [paul]       0.6.5claws1
12201
12202         * sync with sylpheed 0.6.5. release
12203                 see ChangeLog entry 2001-11-07
12204
12205 2001-11-07 [paul]       0.6.4claws31
12206
12207         * sync with sylpheed 0.6.4cvs18
12208                 see ChangeLog entries 2001-10-30 to 2001-11-07
12209                 prefs_templates.[ch] renamed prefs_template.[ch]
12210
12211 2001-11-06 [alfons]
12212         
12213         * src/utils.h
12214                 add semicolon Hoa forgot ;-)
12215                 
12216
12217 2001-11-06 [hoa]        0.6.4claws30
12218         
12219         * src/procmsg.c
12220         * src/summaryview.c
12221         * src/utils.c
12222         * src/utils.h
12223                 threading by subject - empty subject are ignored
12224
12225 2001-11-06 [christoph]  0.6.4claws29
12226
12227         * src/socket.c
12228                 use SSL_peek for sock_gets
12229         * src/utils.c
12230                 removed unneeded pointer in extracting quoted
12231                 names implementation
12232
12233 2001-11-06 [melvin]     0.6.4claws28
12234
12235         * src/gtkspell.c
12236                 fixed bug #476792 Selection overtyping with spell checker
12237                 fixed bug which could cause a buffer overflow
12238                 fixed a memory leak
12239
12240 2001-11-06 [hoa]        0.6.4claws27
12241         
12242         * src/procmsg.c
12243         * src/summaryview.c
12244                 threading by subject
12245
12246 2001-11-05 [alfons]     0.6.4claws26
12247         
12248         * README.claws
12249                 Claws -> Sylpheed (vice versa)
12250
12251         * src/compose.c
12252                 :%s/gtk_text/gtk_stext/g
12253                 :%s/GTK_TEXT/GTK_STEXT/g
12254                 (thanks to Jonathan Ware for spotting this)
12255
12256 2001-11-04 [christoph]  0.6.4claws25
12257
12258         * src/summaryview.c
12259                 replace Xalloca + strdup with Xstrdup_a
12260         * src/utils.c
12261                 better implementation of extracting quoted names
12262                 from addresses (remove backlashes and ignore
12263                 quotes after them)
12264
12265 2001-11-04 [alfons]     0.6.4claws24
12266
12267         * src/utils.[ch]
12268                 edit to comply more with coding style
12269
12270         * src/textview.c
12271                 fix bug reported by Kim Schulz. introduced by the patch integrated
12272                 in 0.6.4claws15. the code did not check the return value of
12273                 the html parser.
12274
12275         * AUTHORS
12276                 add Jonathan Ware and close "[ #475955 ] Enhanced Mailto Patch"
12277
12278 2001-11-04 [christoph]  0.6.4claws23
12279
12280         * src/main.c
12281         * src/prefs_common.[ch]
12282                 init some pointers that possibly caused a segfault
12283                 reported in the claws-users ML
12284
12285 2001-11-04 [hoa]        0.6.4claws22
12286
12287         * src/grouplistdialog.c
12288                 change the names of the nodes in the tree
12289
12290         * src/compose.c
12291                 enhanced mailto syntax as described in
12292                 http://developer.netscape.com/viewsource/husted_mailto/mailto.html
12293                 (thanks to Jonathan Ware <jonathan_ware@gmx.co.uk>)
12294
12295         * src/utils.c
12296                 encode and decode URI (useful when opening URL into
12297                 netscape).
12298
12299 2001-11-03 [hoa]        0.6.4claws21
12300
12301         * src/grouplistdialog.c
12302                 a new newsgroups list selection dialog box
12303                 with a CTree instead of a CList
12304
12305 2001-11-03 [hoa]        0.6.4claws20
12306
12307         * src/folderview.c
12308                 enable property and scoring options when right
12309                 click on "inbox"
12310
12311         * src/summaryview.c
12312                 fixed bug when nickname were displayed using
12313                 the address book.
12314
12315 2001-11-02 [darko]      0.6.4claws19
12316
12317         * src/compose.c
12318                 new wrap quotation and URL/long words wrapping implementation
12319         * src/compose.c src/gtkstext.[ch]
12320                 move gtkstext_strncmp() to gtkstext.c
12321
12322 2001-11-01 [christoph]  0.6.4claws18
12323
12324         * src/prefs_account.c
12325                 fixed mess in account settings dialog
12326         * src/prefs_folder_item.c
12327                 added label with folder path to dialog
12328
12329 2001-10-31 [match]      0.6.4claws17
12330
12331         * src/vcard.c
12332                 fix memory leak.
12333         * src/addrbook.c
12334                 fix generation of spurious address book file names.
12335                 remove redundant functions.
12336         * po/POTFILES.in
12337                 added missing file names.
12338
12339 2001-10-30 [paul]       0.6.4claws16
12340
12341         * sync with sylpheed 0.6.4cvs6
12342                 see ChangeLog entries 2001-10-26 to 2001-10-30
12343
12344         * tools/filter_conv.pl
12345                 read folderlist.xml to discover whether the top-level
12346                 folder is called 'Mailbox' or 'Mail' 
12347
12348 2001-10-29 [paul]       0.6.4claws15
12349
12350         * src/html.c, src/textview.c
12351                 activate links in html mail and fix clickable parts
12352                 Submitted by Matthieu Dazy <dazy@t-surf.com>
12353
12354 2001-10-29 [paul]
12355
12356         * po/de.po, po/es.po, po/pt_BR/po
12357                 updated translations, submitted by Jens Oberender,
12358                 Ricardo Mones Lastra, and Fabio Junior Beneditto
12359
12360 2001-10-29 [darko]      0.6.4claws14
12361
12362         * src/compose.c
12363                 fix wrapping for good
12364
12365 2001-10-29 [darko]
12366
12367         * src/compose.c
12368                 undo previous change as it broke the smart wrapping
12369
12370 2001-10-29 [darko]      0.6.4claws13
12371
12372         * src/compose.c
12373                 fix infinite loop when long URL is quoted
12374                 (closes bug #475122.
12375
12376 2001-10-28 [match]
12377
12378         * src/mutt.[ch] src/importmutt.[ch] src/mgutils.[ch] src/addressbook.c src/Makefile.am
12379                 import Mutt address book
12380         * src/ldif.[ch] src/importldif.h
12381                 modified import LDIF handle user attributes
12382
12383 2001-10-28 [christoph]  0.6.4claws12
12384
12385         * src/summaryview.c
12386                 fixed that filtering did not work if there
12387                 were no filter rules
12388                 (closes bug #472003 and better implementation
12389                  of patch #474644)
12390
12391 2001-10-27 [christoph]  0.6.4claws11
12392
12393         * src/compose.c
12394                 make the folder's default account to be used when
12395                 replying. (patch by wwp <subscript@free.fr>)
12396         * src/compose.c
12397                 code cleanup, nearly killed all of wwp's patch
12398                 for folder's default account in compose
12399         * src/folderview.c
12400                 error panel when a folder could not be created
12401                 (closes bug #471080 new folder name & already
12402                  existing file)
12403
12404 2001-10-26 [alfons]
12405
12406         * src/utils.h
12407                 change prototype of strstr2() that Christoph forgot about
12408
12409 2001-10-26 [christoph]  0.6.4claws10
12410
12411         * src/account.c
12412                 made search for accounts by email address not case
12413                 sensitive
12414         * src/folder.c
12415                 fixed memory leak in folder_item_get_identifier
12416         * src/gtkspell.c
12417         * src/utils.c
12418                 fixed wrong strstr2 (should work like strstr)
12419
12420 2001-10-26 [darko]      0.6.4claws9
12421
12422         * src/compose.c src/gtkstext.[ch]
12423         * src/gtkstext.c
12424                 move is_url_string() and gtkstext_str_strcmp() to gtkstext.c
12425
12426 2001-10-26 [paul]       0.6.4claws8
12427
12428         * src/html.c
12429                 ignore css and javascript tags in html mail
12430                 case-insensitive, with or without double-quoted
12431                 strings
12432
12433 2001-10-26 [paul]       0.6.4claws7
12434
12435         * sync with sylpheed 0.6.4cvs1
12436                 see ChangeLog entry 2001-10-26
12437
12438         * src/prefs_account.c, src/prefs_common.c,
12439           src/prefs_summary_column.c
12440                 minor improvements to the English
12441
12442 2001-10-25 [alfons]     0.6.4claws6
12443
12444         * src/gtkstext.c
12445         
12446                 make GtkSText follow style of GtkText (closes bug 
12447                 #469211 "text selection while writing message")
12448                 
12449                 do sync with GTK 1.2.10
12450
12451 2001-10-25 [paul]       0.6.4claws5
12452
12453         * src/html.c
12454                 ignore css tags in html mail
12455
12456 2001-10-25 [darko]      0.6.4claws4
12457
12458         * src/compose.c
12459                 don't declare is_url_string as static function since
12460                 we need it in gtkstext.c
12461         * src/gtkstext.c
12462                 remove unused variable
12463                 don't wrap long URLs while composing a message
12464
12465 2001-10-24 [christoph]  0.6.4claws3
12466
12467         * src/socket.c
12468                 fix ssl deadlock, when peer closes connection
12469
12470 2001-10-24 [paul]       0.6.4claws2
12471
12472         * src/prefs_common.c
12473                 gettextize the gpg ascii-armored warning message
12474
12475         * src/compose.c
12476                 insert a DOS/MAC file into the composed message
12477                 (improvements)
12478
12479         * Both submitted by Thierry Godefroy <godefroy@imaginet.fr>
12480
12481 2001-10-22 [paul]       0.6.4claws1
12482
12483         * sync with sylpheed 0.6.4 release
12484                 see ChangeLog entries 2001-10-21
12485
12486         * po/fr.po, po/pt_BR.po
12487                 updated by Melvin Hadasht and Fabio Junior Beneditto
12488
12489 2001-10-21 [paul]       0.6.3claws30
12490
12491         * src/compose.c
12492                 insert a DOS text file from the compose window
12493                 into the composed message text (removes CRs characters)
12494                 Submitted by Thierry Godefroy <godefroy@imaginet.fr>
12495
12496         * tools/filter_conv.pl, tools/README
12497                 automatically use ~/.sylpheed as working directory
12498                 print out confirmation message on completion
12499
12500         * correct Hoa's last ChangeLog.claws entry
12501
12502 2001-10-20 [hoa]        0.6.3claws29
12503
12504         * src/grouplistdialog.c
12505                 bugfix (another ?) to give the right
12506                 newsgroups list for each news server.
12507
12508         * src/news.c
12509         * src/news.h
12510                 improve the newsgroups list cache
12511
12512 2001-10-20 [paul]       0.6.3claws28
12513
12514         * sync with sylpheed 0.6.3cvs9
12515                 see ChangeLog entry 2001-10-19
12516
12517         * correct Alfons' last ChangeLog.claws entry
12518
12519 2001-10-19 [alfons]
12520
12521         * src/pgptext.[ch]
12522                 fix compilation problems (part of bug #472895)
12523
12524 2001-10-18 [hoa]        0.6.3claws27
12525
12526         * src/grouplistdialog.c
12527                 bugfix when we refresh was clicked (bug 472701)
12528
12529 2001-10-19 [christoph]  0.6.3claws26
12530
12531         * src/compose.c
12532                 last header entry should default to "To:" or
12533                 "Newsgroups:" and not copy the last entry line
12534                 in a new compose window
12535                 (closes bug #472686, #470792)
12536
12537 2001-10-19 [paul]       0.6.3claws25
12538
12539         * sync with Sylpheed 0.6.3cvs8
12540                 see ChangeLog entries 2001-10-18 and 2001-10-19
12541
12542 2001-10-18 [christoph]  0.6.3claws24
12543
12544         * src/procmsg.c
12545                 reimplement ignore thread
12546         
12547 2001-10-18 [hoa]        0.6.3claws23
12548
12549         * src/folderview.c
12550         * src/grouplistdialog.[ch]
12551                 enhanced news subscription interface (feature 469113)
12552
12553         * src/news.c
12554         * src/news.h
12555                 enchanced newsgroup listing,
12556                 now, we can get groups informations
12557                 (NNTPGroupInfo)
12558
12559 2001-10-18 [paul]       0.6.3claws22
12560
12561         * src/summaryview.c
12562                 remove comment (sync with main branch)
12563         * src/mainwindow.c
12564                 fix 'Re-edit' bug in 'Message' menu
12565
12566 2001-10-17 [christoph]  0.6.3claws21
12567
12568         * src/compose.c
12569                 ignore empty or whitespace only header lines
12570
12571 2001-10-17 [paul]       0.6.3claws20
12572
12573         * sync with sylpheed 0.6.3cvs7
12574                 see ChangeLog entries 2001-10-14, 2001-10-16, and
12575                 2001-10-17
12576
12577 2001-10-17 [darko]
12578
12579         * src/compose.c
12580                 wrap long lines without spaces
12581                 don't wrap URLs
12582
12583 2001-10-16 [paul]
12584
12585         * po/es.po, po/nl.po, po/pt_BR.po
12586                 updated by Ricardo Mones Lastra, Alfons,
12587                 and Fabio Junior Beneditto
12588
12589         * sylpheed-0.6.3claws released
12590
12591 2001-10-15 [melvin] 0.6.3claws18
12592
12593         * README.claws
12594                 added summary and detailed installation instructions
12595                 for spell checker
12596         * po/fr.po
12597                 Updated, corrected and completed french translation
12598
12599 2001-10-15 [hoa] 0.6.3claws17
12600         * src/grouplistdialog.c
12601                 we can choose the newsgroups to display with wildcards
12602
12603 2001-10-15 [christoph]  0.6.3claws16
12604
12605         * src/account.c
12606         * src/compose.c
12607         * src/prefs_folder_item.[ch]
12608                 applied wwp <subscript@free.fr>'s folder
12609                 default account patch
12610         * po/de.po
12611                 Fixed wrong translation
12612
12613 2001-10-13 [alfons, christoph, melvin]  
12614                         0.6.3claws15
12615
12616         solution #2 to solve MT-safety problems defers all GUI related calls
12617         to the main thread using a gtk_idle_add() callback. discussed on
12618         ircnet #sylpheed, with christoph spotting some issues with the
12619         original code, and melvin allowing us to lobotomize his sylpheed.
12620
12621         * src/syldap.[ch], src/main.c
12622                 fix race problem in ldap search thread by deferring GUI 
12623                 stuff to main thread using gtk_idle_add()
12624
12625 2001-10-13 [paul]       0.6.3claws14
12626
12627         * src/prefs_account.[ch], src/send.c, src/smtp.[ch]
12628                 add Sergey's smtpcred.patch
12629                 adds separate username/password setting for SMTP Auth
12630                 needed by some servers
12631                 (closes feature request #471659)
12632
12633 2001-10-13 [paul]       0.6.3claws13
12634
12635         * src/pgptext.[ch] **NEW FILES**
12636         * src/Makefile.am, src/messageview.c, src/mimeview.c
12637                 decrypt ascii-armored gpg text embedded in
12638                 the message body.
12639                 Submitted by Jens Jahnke <jan0sch@gmx.net>
12640
12641 2001-10-13 [christoph]  0.6.3claws12
12642
12643         * README.claws
12644                 some more details on default to and
12645                 feature requests
12646         * src/main.c
12647                 init glib threading when ldap is used
12648         * src/syldap.c
12649                 threading fixes
12650         * po/de.po
12651                 fixed a typo
12652
12653 2001-10-12 [paul]       0.6.3claws11
12654
12655         * src/prefs_common.[ch], src/rfc2015.c
12656                 enable ascii-armored gpg text to be embedded in the
12657                 message body, selectable through the 'Privacy'
12658                 preferences. Supports encrypting only.
12659                 Submitted by Ravemax <ravemax@dextrose.com>
12660
12661 2001-10-12 [paul]       0.6.3claws10
12662
12663         * sync with sylpheed 0.6.3cvs6
12664                 see ChangeLog entries 2001-10-11 and 2001-11-12
12665
12666         * src/folderview.c
12667                 incorporated mbox folders, scoring, and folder
12668                 properties into the sync
12669
12670 2001-10-12 [darko]      0.6.3claws9
12671
12672         * README.claws
12673                 describe quotation wrapping
12674         * src/compose.c
12675                 don't treat tab as space to calculate line length properly
12676
12677 2001-10-11 [alfons]
12678
12679         * README.claws
12680                 correct description of how to make new filtering system work,
12681                 add some other things
12682                 
12683         * src/syldap.c
12684                 remove sched_yield() (not necessary / unportable)
12685
12686 2001-10-11 [paul]       0.6.3claws8
12687
12688         * sync with sylpheed 0.6.3cvs3
12689                 see ChangeLog entry 2001-10-10
12690
12691 2001-10-10 [christoph]  0.6.3claws7
12692
12693         * .cvsignore
12694                 ignore 2 files created by newer autotools
12695         * src/prefs_folder_item.c
12696                 using table for widget alignment
12697                 fixed memory leak and broken octal display
12698         * src/filesel.c
12699                 fixed segfault caused by lost filename
12700                 workaround (closes bug #469551)
12701
12702 2001-10-10 [paul]       0.6.3claws6
12703
12704         * sync with sylpheed 0.6.3cvs2
12705                 see ChangeLog entries 2001-10-09 and 2001-10-10
12706
12707 2001-10-10 [darko]      0.6.3.claws5
12708
12709         * src/gtkstext.c
12710                 proper calculation of right margin if smart wrapping is enabled
12711         * src/compose.c
12712                 automatically wrap long lines if wrap quotation is enabled
12713
12714 2001-10-09 [alfons]     0.6.3.claws4
12715
12716         * src/summaryview.c
12717                 select correct row when deleting last row in the summary view (and
12718                 close bug "[ #469104 ] select second last in list when deleting")
12719
12720 2001-10-09 [paul]       0.6.3claws3
12721
12722         * sync with sylpheed 0.6.3cvs1
12723                 updated some autotool scripts
12724
12725 2001-10-09 [darko]      0.6.3claws2
12726
12727         * src/gtkstext.[ch]
12728                 new name and mark with Sylpheed comment
12729         * src/compose.c
12730                 smart quotation wrapping a-la VIM
12731
12732 2001-10-08 [paul]       0.6.3claws1
12733
12734         * sync with sylpheed 0.6.3 release
12735                 see ChangeLog entry 2001-10-08
12736
12737 2001-10-08 [paul]       0.6.2claws24
12738
12739         * src/summaryview.c
12740                 more sync with sylpheed 0.6.2cvs12
12741                 Fixed the bug that didn't select the last row correctly
12742
12743
12744 2001-10-07 [paul]       0.6.2claws23
12745
12746         * sync with sylpheed 0.6.2cvs12
12747                 see ChangeLog entry 2001-10-07
12748
12749 2001-10-06 [match]
12750         * src/jpilot.[ch]
12751                 enable jpilot to read unsynch'ed addresses.
12752
12753         * src/editldap_basedn.c
12754                 fix segfault when opening dialog.
12755
12756 2001-10-06 [alfons]     0.6.2.claws22
12757
12758         * src/summaryview.c
12759                 fix bug with summary view selecting last *inserted*
12760                 node instead of last *visible* node. remember we
12761                 work with a tree
12762
12763 2001-10-06 [paul]       0.6.2claws21
12764
12765         * po/pt_BR.po
12766                 updated translation, contains some fixes and new
12767                 translations, submitted by Gustavo Noronha Silva
12768                 <kov@debian.org>
12769
12770         * src/prefs_common.c
12771                 change 'each' to 'every' - fix dubious English
12772
12773         * sync with sylpheed 0.6.2cvs11
12774
12775 2001-10-05 [alfons]     0.6.2claws20
12776
12777         * src/mainwindow.[ch], src/folderview.c
12778                 make composite tool button switch between "Compose News"
12779                 and "Compose Mail" depending on selected folder
12780                 (nifty idea by Kim Schulz <kim@schulz.dk>)
12781
12782 2001-10-05 [paul]       0.6.2claws19
12783
12784         * src/mainwindow.c, src/summaryview.c
12785                 fix 'Message/Reply to all', broken in last commit
12786
12787         * src/compose.c
12788                 fix X_BEENTHERE seg fault, thanks to Alfons
12789
12790 2001-10-04 [paul]       0.6.2claws18
12791
12792         * src/compose.[ch], src/mainwindow.c
12793                 make "Message/Reply" reply to mailing lists; matches
12794                 'X-Mailing-list:' and 'X-BeenThere:' ML headers.
12795                 based on portions of the patch submitted by
12796                 Junichi Uekawa <dancer@netfort.gr.jp>
12797
12798 2001-10-04 [darko]      0.6.2claws17
12799
12800         * src/compose.c
12801                 better smart wrapping
12802         * src/gtkstext.[hc]
12803                 a function to make text buffer contiguous
12804
12805 2001-10-03 [paul]       0.6.2claws16
12806
12807         * sync with sylpheed 0.6.2cvs10
12808
12809 2001-10-02 [alfons]
12810
12811         * configure.in
12812         * po/zh_CN.GB2312.po, po/zh_TW.Big5.po
12813                 close bug "[ #466566 ] compile error on mdk 8.0" by removing
12814                 references to chinese translations (hope someone picks up
12815                 this)
12816
12817 2001-10-02 [christoph]  0.6.2claws15
12818
12819         * src/compose.c
12820                 fixed non translated header bug
12821         * ChangeLog.claws
12822                 fixed wrong date in alfons last entry ;)
12823
12824 2001-10-02 [alfons]     0.6.2claws14
12825
12826         * src/compose.c, src/prefs_common.[ch]
12827                 add block cursor option
12828
12829 2001-10-02 [paul]       0.6.2claws13
12830
12831         * sync with sylpheed 0.6.2cvs9
12832
12833 2001-09-30 [paul]       0.6.2claws12
12834
12835         * po/de.po, po/es.po, po/fr.po, po/nl.po, po/pt_BR.po
12836                 updated translations
12837
12838         * po/POTFILES.in
12839                 add 'src/importldif.c'
12840
12841         * AUTHORS, tools/README, tools/eud2gc.py, tools/Makefile.am
12842                 added eudora-to-vCard conversion tool
12843                 submitted by Jeroen Versteeg <j.m.versteeg@student.utwente.nl>
12844
12845         * sync with sylpheed 0.6.2cvs8
12846
12847 2001-09-30 [paul]
12848
12849         * sylpheed-0.6.2claws released
12850
12851 2001-09-27 [melvin]     0.6.2claws11
12852
12853         * src/gtkspell.c
12854                 fixed crash when using default path (introduced 
12855                 in 0.6.2claws10)
12856                 fixed tiny bug for initial suggestion mode
12857
12858 2001-09-27 [melvin]     0.6.2claws10
12859         
12860         * src/gtkspell.c
12861                 fixed bug where gtkpspell didn't set the path correctly
12862
12863         * README.claws
12864                 added a paragraph about spell checking
12865                 
12866
12867
12868 2001-09-27 [paul]       0.6.2claws9
12869
12870         * src/addrbook.c, src/addrcache.c, src/addritem.c, src/jpilot.c
12871                 replace '// comments' with '/* comments */' to prevent
12872                 some compiler warnings 
12873
12874         * sync with sylpheed 0.6.2cvs6
12875
12876 2001-09-26 [alfons]     0.6.2claws8
12877
12878         * src/messageview.c
12879                 introduce return receipt request notification again,
12880                 which was lost because of other semantics in 
12881                 procheader_parse() (???)
12882
12883 2001-09-26 [christoph]  0.6.2claws7
12884
12885         * src/compose.c
12886                 replace comments for old code with #if 0
12887                 readded auto cc, bcc and reply-to
12888         * src/prefs_matcher.c
12889         * src/prefs_scoring.c
12890                 removed some definition (was moved to
12891                 prefs.h)
12892
12893 2001-09-26 [paul]       0.6.2claws6
12894
12895         * src/mainwindow.c
12896                 make 'Follow-up and reply to' sensitive
12897
12898         * more sync with sylpheed 0.6.2cvs5
12899
12900 2001-09-25 [melvin]
12901
12902         * 0.6.2claws5
12903
12904         * src/gtkspell.c
12905                 fixed bug for "US-ASCII" introduced by the encoding code
12906
12907 2001-09-25 [paul]
12908
12909         * 0.6.2claws4
12910
12911         * src/prefs_common.[ch], src/summaryview.c
12912                 'next unread msg' 'go to next folder?' dialog can be
12913                 given default behaviour, either always show dialog,
12914                 or assume 'yes', or assume 'no'
12915                 Submitted by wwp <subscript@free.fr>
12916
12917 2001-09-25 [melvin]
12918                 
12919         * src/compose.c src/gtkspell.[ch]
12920                 added support for different encodings
12921
12922 2001-09-25 [paul]
12923
12924         * more sync with sylpheed 0.6.2cvs5
12925
12926 2001-09-24 [alfons]
12927         
12928         * src/prefs_folder_item.c
12929                 add check for item->prefs->default_to string is NULL and
12930                 add another check when freeing this string
12931
12932 2001-09-24 [paul]
12933
12934         * configure.in
12935                 change to version 0.6.2claws3
12936
12937         * sync with sylpheed 0.6.2cvs5 
12938
12939 2001-09-24 [match]
12940         * src/ldif.[ch], src/importldif.[ch], addressbook.c
12941                 import LDIF files.
12942         * src/addrcache.[ch], addrindex.[ch]
12943                 small update for future
12944         * src/addrbook.c
12945                 fix test XML file.
12946
12947 2001-09-24 [melvin]
12948         * src/gtkspell.[ch]
12949                 added 'Learn from mistakes' option
12950                 better handling of quotes in checked words
12951                 sorted dict list
12952         * po/fr.po
12953                 small update for spell checking stuff
12954
12955 2001-09-23 [alfons]
12956         
12957         * src/gtkspell.c
12958                 edit a little bit so it complies more with main coding style
12959
12960 2001-09-23 [alfons]
12961
12962         * src/folder.[ch], prefs_folder_item.c, compose.c
12963                 migrate "request return receipt" folder property
12964                 to folderlist.xml
12965
12966 2001-09-22 [alfons]
12967
12968         * README.claws **NEW**
12969                 (add things of interest for users of main branch 
12970                 and claws here)
12971
12972         * src/folder.[ch], src/mainwindow.c, src/summaryview.c
12973                 re-implement threading per folder option, but store 
12974                 the setting in folderlist.xml (where it belongs)
12975
12976 2001-09-21 [melvin]
12977
12978         * src/gtkspell.[ch]
12979                 fixed bug when compose window is under another window
12980         * src/prefs_common.[ch] src/compose.c
12981                 changed 'dictionary_path' to 'dictionary' to be consistent
12982                 dropped PSPELL_PATH macro (hard coded default to /usr/local/share/pspell)
12983         * ac/pspell.m4 src/Makefile.am 
12984                 dropped PSPELL_PATH macro
12985         * po/fr.po
12986                 updated translations
12987
12988 2001-09-21 [christoph]
12989
12990         * src/compose.c
12991                 added border around header fields
12992                 keep header type when new field is added
12993
12994 2001-09-20 [christoph]
12995
12996         * src/utils.[ch]
12997                 more portable debug_print with source filename
12998                 and linenumber
12999         * src/procmsg.c
13000                 more newlines after debug messages
13001
13002 2001-09-20 [paul]
13003
13004         * configure.in
13005                 change to version 0.6.2claws2
13006
13007         * sync with sylpheed 0.6.2cvs3
13008
13009 2001-09-19 [melvin]
13010
13011         * src/gtkspell.c
13012                 fixed the post-right-click focus pb
13013                 fixed crash when 'Spell check all' after dict change 
13014                         and when cursor is at the end of the text
13015                 shift-right-click pops up config menu even on misspelled words.
13016         * po/POTFILES.in
13017                 added gtkspell.c
13018
13019 2001-09-19 [melvin]
13020
13021         * src/about.c
13022                 added pspell to compiled-in features list
13023
13024 2001-09-18 [melvin]
13025
13026         * switched to pspell and dropped ispell
13027         * ac/pspell.m4
13028                 new file. autoconf macro for pspell
13029         * ac/Makefile.am 
13030         * configure.in acconfig.h
13031                 added pspell support
13032         * src/Makefile.am
13033         * src/main.c src/compose.[ch] src/gtkspell.[ch]
13034         * src/prefs_common.[ch] 
13035                 added pspell support
13036
13037 2001-09-18 [christoph]
13038
13039         * src/addr_compl.c
13040         * src/template.[ch]
13041                 replace LOG_MESSAGE with debug_print
13042         * src/compose.[ch]
13043                 gui improvements
13044         * src/menu.c
13045                 added newline after debug message
13046         * src/utils.h
13047                 using __VA_ARGS__ for debug_print macro
13048         * tools/.cvsignore
13049                 ignore Makefile and Makefile.in
13050
13051 2001-09-18 [paul]
13052
13053         * configure.in
13054                 change to version 0.6.2claws1
13055         * sync with sylpheed 0.6.2cvs1
13056
13057         * src/matcher.c 
13058         * src/prefs_matcher.c
13059                 add 'score equal to' option, submitted by
13060                 Paul Evans <nerd@freeuk.com>
13061
13062 2001-09-15 [christoph]
13063
13064         * src/mainwindow.c
13065                 comment out menu entry not existing in claws
13066         * src/menu.c
13067                 add debug output for non existing menu entries
13068         * src/summaryview.c
13069                 fix next/prev unread message for ignored threads
13070         * src/utils.[ch]
13071                 add sourcefile and line number to debug output
13072                 otherwise it is sometimes hard to find the
13073                 source code part if debug messages are translated
13074
13075 2001-09-14 [darko]
13076         
13077         * src/folderview.c
13078                 refresh target folder style after colour is changed
13079
13080 2001-09-13 [paul]
13081
13082         * configure.in
13083                 change to version 0.6.1claws3
13084
13085         * sync with sylpheed 0.6.1cvs6
13086
13087 2001-09-13 [darko]
13088         
13089         * src/folderview.c
13090                 fix target folder colourization to use user selected colour
13091
13092 2001-09-12 [darko]
13093         
13094         * src/summaryview.c
13095                 fix crash when message that is marked for copy/move is unmarked
13096
13097 2001-09-09 [paul]
13098
13099         * configure.in
13100                 change to version 0.6.1claws2
13101
13102         * sync with sylpheed 0.6.1cvs3
13103
13104 2001-09-09 [alfons]
13105         
13106         * src/folderview.c
13107                 fix bug with default font used for trash folder text
13108
13109 2001-09-06 [paul]
13110
13111         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
13112                 updated translations
13113
13114         * configure.in
13115                 change to version 0.6.1claws1
13116
13117         * sync with sylpheed 0.6.1cvs2
13118
13119 2001-09-03 [paul]
13120
13121         * po/POTFILES.in
13122                 add Match's new addressbook
13123
13124         * po/de.po
13125                 updated translation submitted by Jens Oberender
13126
13127 2001-09-02 [paul]
13128
13129         * configure.in
13130                 change to 0.6.1claws
13131         * sync with sylpheed 0.6.1 release
13132
13133 2001-09-02 [paul]
13134
13135         * configure.in
13136                 change to 0.6.0claws2
13137
13138         * sync with sylpheed 0.6.0cvs4
13139
13140         * po/pt_BR.po
13141                 updated translation submitted by Fabio Junior Beneditto
13142
13143 2001-09-01 [match]
13144         * pixmaps/
13145                 interface.xpm
13146                 book.xpm
13147                 address.xpm
13148         * src/
13149                 Makefile.am
13150                 a ton of new files
13151
13152 2001-08-31 [paul]
13153
13154         * configure.in
13155                 change to version 0.6.0claws1
13156
13157         * sync with sylpheed 0.6.0cvs1
13158
13159         * po/es.po
13160                 updated translation submitted by Ricardo Mones Lastra
13161
13162         * po/POTFILES.in
13163                 add 'src/prefs_templates.c'
13164
13165         * src/compose.c, src/summaryview.c
13166                 fix segfault on 'Re_edit'               
13167
13168 2001-08-30 [alfons]
13169
13170         * configure.in, Makefile.am
13171         * tools/Makefile.am
13172                 add tools directory to source distribution
13173
13174 2001-08-30 [paul]
13175
13176         * configure.in
13177                 change to version 0.6.0claws
13178
13179         * sync with sylpheed 0.6.0 release
13180
13181 2001-08-30 [christoph]
13182
13183         * configure.in
13184                 removed autoconf version check
13185
13186 2001-08-30 [paul]
13187
13188         * src/account.c, src/compose.c, src/prefs_common.[ch]
13189         * src/procheader.[ch] src/utils.[ch]
13190                 Enhanced automatic account selection on replies
13191                 Submitted by Melvin Hadasht <melvin.hadasht@free.fr>
13192
13193         * configure.in
13194                 add LDAP and JPilot to the configuration results output.
13195
13196 2001-08-29 [christoph]
13197
13198         * src/summeryview.c
13199                 no bold font for ignored threads
13200
13201 2001-08-29 [paul]
13202
13203         * configure.in
13204                 change to version 0.5.3claws6
13205
13206         * sync with sylpheed 0.5.3cvs10
13207                 src/stringtable.[ch]: New Files
13208
13209         * src/compose.c, src/gtkutils.c, src/gtkutils.h, src/mainwindow.c
13210         * src/pixmaps/sylpheed.xpm
13211                 add mini-icons to windows (by Alfons)
13212
13213 2001-08-27 [paul]
13214
13215         * src/mainwindow.c
13216                 new functions: next_labeled_cb(), prev_labeled_cb()
13217
13218         * src/summaryview.c
13219                 new functions: summary_find_next_labeled_msg(), summary_find_prev_labeled_msg(),
13220                 summary_select_next_labeled(), summary_select_prev_labeled()
13221
13222         * src/pixmaps/dir-close.xpm, src/pixmaps/dir-open.xpm, src/pixmaps/trash.xpm
13223                 give claws blue folders and a blue trash can
13224
13225 2001-08-27 [paul]
13226
13227         * configure.in
13228                 change to version 0.5.3claws5
13229
13230         * sync with sylpheed 0.5.3cvs9
13231                 src/labelcolors.[ch] renamed to src/colorlabel.[ch] 
13232
13233 2001-08-24 [christoph]
13234
13235         * src/filesel.c
13236                 keep filename when browsing directories
13237                 (not working for user entered filename, but
13238                  for default name and selected filename from
13239                  file list)
13240         * src/mainwindow.c
13241                 fixed wrong spelling "Folllow-up"
13242         * src/mbox_folder.c
13243         * src/procmsg.c
13244         * src/summaryview.c
13245                 fixed new/unread message count with ignored
13246                 threads (2 commits, first didn't notice no
13247                 longer needed decreasing)
13248         * src/inc.c
13249                 readded scrolling of progress dialog
13250                 (lost in sync)
13251
13252 2001-08-24 [paul]
13253
13254         * configure.in
13255                 change to 0.5.3claws4
13256
13257         * sync with sylpheed 0.5.3cvs7
13258
13259 2001-08-24 [christoph]
13260
13261         * src/compose.c
13262                 set request return receipt when replying
13263                 if it is set is the folder prefs of the
13264                 message
13265         * src/inc.c
13266                 disable final error popup if popups are
13267                 disabled in config (again)
13268
13269 2001-08-23 [paul]
13270
13271         * configure.in
13272                 Change version number to 0.5.3claws3
13273
13274         * sync with sylpheed 0.5.3cvs5
13275
13276         * src/mimeview.c
13277                 double quote '%s' in 'gedit %s' to fix bug when
13278                 opening attachment with spaces in the name
13279
13280 2001-08-22 [alte]
13281         * src/Makefile.am, src/compose.[ch], src/defs.h, src/mainwindow.c,
13282           src/prefs_templates.[ch], src/template.[ch], src/template_select.[ch]
13283                 initial message templates support
13284
13285
13286 2001-08-22 [paul]
13287
13288         * configure.in
13289                 change version number to 0.5.3claws2
13290
13291         * sync with sylpheed 0.5.3cvs4
13292
13293         * src/procmsg.h src/summaryview.c
13294                 re-implement (un)ignore thread
13295
13296 2001-08-21 [paul]
13297
13298         * src/summaryview.c
13299                 remove unnecessary code
13300         * src/compose.c
13301                 enable 'dynamic' signatures (submitted by
13302                 Eric Limpens <eric@hscg-internet.nl>)
13303
13304 2001-08-21 [paul]
13305
13306         clean up after sync with sylpheed 0.5.3 release
13307
13308         * src/folderview.c
13309                 fix re-introduced font mess, see Christoph's
13310                 entry 2001-06-24
13311
13312         * src/summaryview.c
13313                 remove prev_msgnum
13314                 use sylpheed's small font instead of
13315                 gtk default font for summary view
13316
13317
13318 2001-08-17 [paul]
13319
13320         * configure.in
13321                 add pl to ALL_LINGUAS - sync with main branch
13322
13323         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
13324                 Updated. Translations by Jens Oberender, Ricardo Mones
13325                 Lastra, Alfons, and Fabio Junior Beneditto respectively.
13326
13327         * po/pl.po  ** NEW FILE **
13328                 sync with the main branch
13329
13330         * src/folderview.c
13331                 fix target folder colorizing and refresh problem
13332
13333
13334 2001-08-17 [christoph]
13335
13336         * src/mainwindow.c
13337                 claws uses 4 colors for target folder coloring.
13338                 arrays were not long enough and destroyed the
13339                 stack causing a segfault.
13340                 target folder colorizing does not work anymore
13341                 for me
13342
13343 2001-08-16 [paul]
13344
13345         * configure.in
13346                 change to version 0.5.3claws1
13347
13348         * src/folder.h, src/folderview.[ch], src/gtkutils.[ch],
13349           src/inc.[ch], src/mainwindow.c, src/pop.c, src/prefs_account.c,
13350           src/prefs_common.[ch], src/summaryview.[ch], src/textview.c, src/utils.c
13351
13352                 sync with sylpheed 0.5.3 release, but keep claws method of
13353                 configuring/saving fonts
13354
13355         * src/addressbook.[ch]
13356                 rename addressbook_add_contact_by_menu() to addressbook_add_submenu()
13357                 in line with a similar change in Hiroyuki's branch
13358
13359         * src/mainwindow.[ch]
13360                 disable main_window_set_thread_option()
13361         * src/prefs_folder_item.c
13362                 comment out &tmps_prefs.enable_thread,
13363         * src/mbox_folder.c, src/procmsg.[ch]
13364                 comment out MSG_IS_IGNORE_THREAD
13365         * src/summaryview.c
13366                 comment out summary_ignore_thread() and summary_unignore_thread()
13367                 comment out MSG_IS_IGNORE_THREAD
13368
13369                 use Hiroyuki's threading instead.
13370
13371
13372
13373 2001-08-15 [paul]
13374
13375         * src/account.c
13376                 use Hiroyuki's 0.5.3 column scheme but also
13377                 include the enable/disable button.
13378         * src/pixmaps/mark.xpm
13379                 add Hiroyuki's amended pixmap
13380
13381 2001-08-13 [christoph]
13382
13383         * src/account.c
13384                 receive at get all column showed wrong state for APOP
13385                 button should only work for POP3 and APOP accounts
13386         * src/prefs_account.c
13387                 added missing preprocessor statement for SSL
13388
13389 2001-08-12 [paul]
13390
13391         * src/account.[ch]
13392                 add 'receive at get all' column and enable/disable
13393                 button.
13394
13395 2001-08-06 [christoph]
13396
13397         * src/account.c
13398                 show usage of SSL in protocol column
13399
13400         * src/imap.c
13401         * src/inc.c
13402                 renamed ssl options
13403
13404         * src/prefs_account.[ch]
13405                 moved ssl options to a new page
13406
13407         * src/send.c
13408         * src/smtp.c
13409         * src/ssl.[ch]
13410                 renamed ssl options
13411                 added support for SMTP STARTTLS command
13412
13413 2001-08-05 [christoph]
13414
13415         * configure.in
13416                 debian autoconf needs version check to find
13417                 correct autoconf version. if the file is
13418                 named configure.in 2.13 is used, which does
13419                 not work with this configure.in script.
13420                 other solution would be to rename the script
13421                 to configure.ac as suggested in the autoconf
13422                 manual.
13423
13424         * src/inc.c
13425                 disable final error popup if popups are
13426                 diabled in config
13427
13428         * src/socket.c
13429                 bugfix in ssl_gets
13430                 fixes IMAP over SSL problem
13431
13432 2001-08-03 [paul]
13433
13434         * configure.in
13435                 change to 0.5.2claws1
13436
13437         * sync with sylpheed 0.5.2cvs1
13438
13439 2001-08-02 [alfons]
13440
13441         * configure.in
13442                 quick fix for ispell detection...
13443
13444 2001-08-01 [paul]
13445
13446         * configure.in
13447                 change to 0.5.1claws4
13448
13449         * sync with sylpheed 0.5.1cvs7
13450
13451 2001-07-31 [alfons]
13452
13453         * src/prefs_common.c, src/prefs_common.h, 
13454           src/gtkspell.c, src/gtkspell.h
13455                 add global spelling checker settings (compose tab) +
13456                 selection of dictionary 
13457           
13458         * configure.in  
13459                 guess valid ispell location
13460
13461 2001-07-31 [paul]
13462
13463         * po/POTFILES.in
13464                 removal of 'src/quote_fmt_parse.c'
13465         * po/de.po
13466                 Updated de.po
13467                 (submitted by Jens Oberender <didge@suse.de>)
13468
13469 2001-07-31 [darko]
13470
13471         * src/folder.[ch]
13472         * src/folderview.[ch]
13473         * src/mainwindow.c
13474         * src/mh.c
13475         * src/prefs_common.[ch]
13476         * src/summaryview.c
13477                 target folder colourization
13478
13479 2001-07-30 [paul]
13480
13481         more sync with Sylpheed 0.5.1cvs6 
13482
13483 2001-07-30 [darko]
13484
13485         * src/mh.c
13486         * src/prefs_folder_item.[hc]
13487         * src/summaryview.c
13488                 shared folders support with a GUI
13489
13490 2001-07-29 [paul]
13491
13492         0.5.1claws3
13493
13494         * sync with Sylpheed 0.5.1cvs6
13495
13496 2001-07-29 [paul]
13497
13498         * po/pt_BR.po
13499                 updated
13500                 (submitted by Fabio Junior Beneditto)
13501
13502 2001-07-28 [paul]
13503
13504         * src/procmime.c
13505         * AUTHORS
13506                 patch to correct bad image mime headers
13507                 (submitted by Don Quijote <dq@searchlores.org>)
13508
13509 2001-07-28 [paul]
13510
13511         * tools/gif2xface.pl   **NEW FILE**
13512         * tools/README
13513                 script to convert file.gif to file.xface for
13514                 use in a custom header.
13515                 (submitted by Ricardo Mones Lastra <mones@aic.uniovi.es>)
13516
13517 2001-07-27 [alfons]
13518         
13519         * configure.in
13520                 change macros for detecting JPilot and LDAP
13521
13522 2001-07-27 [christoph]
13523
13524         * src/filtering.c
13525                 code cleanup (MIN / MAX warning, needed casting)
13526
13527 2001-07-27 [alfons]
13528
13529         * procheader.c
13530                 disallow setting flags when detecting certain headers
13531                 (X-Status, Status, Seen, X-Seen). 
13532         
13533         * sync with Hiroyuki's Sylpheed 0.5.1cvs5
13534
13535 2001-07-27 [christoph]
13536
13537         * src/prefs_filter.c
13538         * src/prefs_filtering.c
13539         * src/prefs_matcher.c
13540         * src/prefs_scoring.c
13541                 scroll list when moving rows up or down
13542
13543         * src/imap.c
13544         * src/imap.h
13545         * src/prefs_account.c
13546         * src/prefs_account.h
13547         * src/send.c
13548                 SMTP over SSL (untested, feedback requested)
13549                 IMAP over SSL
13550
13551         * src/ssl.c
13552                 code cleanup
13553
13554 2001-07-26 [alfons]
13555         
13556         * configure.in, acconfig.h
13557                 define CLAWS (need this for main / claws detection)
13558
13559 2001-07-25 [alfons]
13560
13561         * configure.in
13562                 Sylpheed 0.5.1claws2
13563                 
13564         * sync with Sylpheed 0.5.1cvs4
13565
13566 2001-07-25 [christoph]
13567
13568         * src/scoring.c
13569                 fixed segfault
13570                 item->prefs == NULL (don't know why)
13571
13572 2001-07-25 [alfons]
13573
13574         * configure.in
13575                 Sylpheed 0.5.1claws1
13576
13577         * sync with Sylpheed 0.5.1cvs1-3
13578
13579 2001-07-24 [christoph]
13580
13581         * src/folderview.c
13582         * src/prefs_folder_item.[ch]
13583                 added folderitem preferences dialog with
13584                 default To: and auto request return receipt
13585
13586         * src/compose.[ch]
13587         * src/menu.[ch]
13588                 changes to handle new folderitem preferences
13589
13590         * src/mainwindow.c
13591         * src/summaryview.c
13592                 call compose new mail with current folderitem
13593
13594 2001-07-24 [alfons]
13595
13596         Release Sylpheed 0.5.1claws
13597
13598         * configure.in
13599                 change to release version 0.5.1claws
13600
13601 2001-07-24 [christoph]
13602
13603         * src/summaryview.c
13604                 fixed segfault that happend when the selected
13605                 message was removed while retrieving new messages.
13606
13607         * po/es.po
13608                 updated translation
13609                 (submitted by Ricardo Mones Lastra <mones@trasgu.aic.uniovi.es>)
13610
13611 2001-07-22 [alfons]
13612
13613         add English User Manual for Sylpheed by Paul Kater (paul@nlpagan.net).
13614         this is a work in progress, for more information: http://nlpagan.net/sylman 
13615         
13616         * configure.in, src/mainwindow.c, manual/Makefile.am
13617                 add support for English manual
13618
13619         * AUTHORS
13620                 add authors of user manuals
13621
13622         * manual/en/sylpheed*.html
13623                 add English documentation
13624
13625 2001-07-22 [christoph]
13626
13627         * po/POTFILES.in
13628                 added src/ssl.c
13629         * src/ssl.c
13630                 changed a wrong debug message
13631
13632 2001-07-22 [alfons]
13633
13634         * po/nl.po
13635                 update Dutch translation
13636
13637         * src/prefs_filtering.c, 
13638           src/prefs_matcher.c
13639                 add more translatable strings           
13640
13641 2001-07-21 [alfons]
13642
13643         0.5.0claws7
13644
13645         * configure.in
13646                 change version
13647
13648         * src/inc.c, src/summaryview.[ch]
13649                 prevent update of mark file when filtering has done, by
13650                 using a variable; this affects two functions:
13651                         inc.c::inc_finished()
13652                         summaryview.c::summary_show()
13653
13654 2001-07-20 [alfons]
13655
13656         * src/filtering.[ch], src/prefs_filtering.c, 
13657           src/matcher.[ch]
13658                 add filtering action for label coloring 
13659
13660         * po/POTFILES.in
13661                 add labelcolors.c
13662
13663         * added src/labelcolors.c
13664         * added src/labelcolors.h
13665         * src/Makefile.am, src/summaryview.c
13666                 rearrange label coloring code
13667
13668         * src/procmsg.h
13669                 add more parentheses so label colouring works correctly
13670
13671         * src/filtering.c
13672                 don't really delete message, but move it to Trash
13673
13674         * src/prefs_matcher.c
13675                 add quote options to info dialog
13676
13677 2001-07-20 [christoph]
13678
13679         * src/Makefile.am
13680         * src/inc.c
13681         * src/main.[ch]
13682         * src/socket.h
13683         * src/ssl.[ch] (new)
13684                 moved ssl stuff to a seperate file
13685
13686 2001-07-20 [darko]
13687
13688         * src/summaryview.c
13689                 fix show sender using address book with no e-mail
13690                 address in From: field
13691
13692 2001-07-19 [alfons]
13693
13694         * src/matcher.[ch], src/filtering.c, src/prefs_filtering.c
13695                 fix messy handling of escaping... now at least the
13696                 execute command is useful. escape char is '\', we
13697                 accept \n and \r too. 
13698
13699                 Real life example:
13700                 
13701                 subject match "GIMME YOUR FILTERS" execute "mail -s \"%f don\'t hurt me, please!\" %f < ~/.sylpheed/filteringrc
13702                 subject match "GIMME YOUR FILTERS" execute "mail -s \"mommy, mommy, %f is being mean!\" admin < %F
13703
13704 2001-07-18 [alfons]
13705
13706         0.5.0claws6
13707
13708         * src/summaryview.c
13709                 clean up
13710
13711         * src/matcher.c, src/filtering.[ch], src/inc.c, src/mbox.c,
13712           src/procmsg.[ch]
13713                 revise filtering; currently move, copy, marking have
13714                 been tested. if you like bleeding edge stuff, you
13715                 should definitely go for this version :)
13716
13717         * mark old working stuff as VERSION_0_5_0_CLAWS5        
13718
13719 2001-07-17 [christoph]
13720
13721         * src/utils.c
13722                 timestamp log
13723
13724 2001-07-17 [alfons]
13725
13726         0.5.0claws5
13727
13728         * sync with Hiroyuki's 0.5.0cvs5; this version allows us to put more 
13729           bits in the mark file, without affecting either branch. Lots of
13730           files changed, also in claws branch.
13731
13732           UNTESTED: use of mbox folders
13733
13734         * src/summaryview.c
13735                 added mark all read; however this was a quick hack used for
13736                 cleaning up mess after initial merge with Hiroyuki
13737
13738         * configure.in
13739                 change claws version number back to 0.5.0claws5 to clear up 
13740                 confusion & pretension (recent release was technically 
13741                 0.5.0claws4, so we neatly align with Hiroyuki :-)
13742
13743 2001-07-16 [alfons]
13744
13745         sync with Hiroyuki's 0.5.0cvs4
13746
13747 2001-07-16 [alfons]
13748
13749         0.5.1claws3
13750
13751         * src/filtering.[ch]
13752                 remove invalid updating of mark files for 
13753                 filter actions MATCHING_ACTION_MOVE and 
13754                 MATCHING_ACTION_DELETE; this should fix the
13755                 folder update bug
13756                 
13757         * src/procmsg.c
13758                 revert Christoph's stab at fixing the folder 
13759                 update bug
13760
13761         * po/POTFILES.in
13762                 add missing files with translatable strings
13763
13764         * src/summaryview.c
13765                 remove debug print
13766
13767 2001-07-15 [alfons]
13768
13769         * src/addr_compl.[ch], src/prefs_filtering.c
13770                 make "filtering pref dialog's destination entry" an
13771                 "address completable entry", if filter destination is 
13772                 an email address
13773
13774         0.5.1claws2
13775         
13776         sync with Hiroyuki's 0.5.0cvs2-3
13777
13778 2001-07-15 [christoph]
13779
13780         * src/procmsg.c
13781                 fixed folder stats update after incorporation
13782
13783 2001-07-15 [alfons]
13784
13785         * src/summaryview.c
13786                 * finish label colouring stuff (for now)
13787                 * fix incorrect colour bug (off by one) 
13788
13789 2001-07-14 [alfons]
13790
13791         * src/mainwindow.c
13792                 change text labels for news and mail message so there's
13793                 plenty of toolbar estate left
13794
13795         * configure.in
13796                 0.5.1claws1
13797
13798         * src/folderview.c
13799           src/folder.[ch]
13800                 sync with Hiroyuki's 0.5.0cvs1
13801
13802         * src/summaryview.c
13803                 more rewrite label colouring
13804
13805 2001-07-14 [alfons]
13806
13807         * src/summaryview.[ch]
13808                 * start rewrite label colouring 
13809                 * fix proper location "Add Sender To Addressbook" menu item
13810
13811 2001-07-13
13812
13813         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
13814         (actually this is 0.5.0claws4)
13815
13816 2001-07-13 [alfons]
13817
13818         * po/pt_BR.po
13819                 * fix duplicate message
13820                 * add updated Portugese / Brazilian translation
13821                   submitted by Fabio Junior Beneditto
13822
13823 2001-07-12 [alfons]
13824
13825         * AUTHORS
13826                 add Jens
13827
13828         * po/nl.po
13829                 add updated Dutch translation
13830
13831         * po/de.po
13832                 add updated German translation submitted by Jens
13833
13834 2001-07-11 [alfons]
13835
13836         Prerelease before 0.5.0claws. Please test.
13837         This version is temporarily tagged as VERSION_0_5_0_TEST
13838
13839         * src/matcher.[ch], src/summaryview.c, src/scoring.[ch]
13840           src/prefs_scoring.c, src/prefs_matcher.c, 
13841           src/prefs_filtering.c, src/mbox.c, 
13842           src/main.c, src/inc.c, src/filtering.[ch]
13843                 revert new Hoa's new matcher (does not work yet)
13844
13845         * src/Makefile.am
13846                 clean up
13847
13848 2001-07-10
13849
13850         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
13851
13852
13853 2001-07-10 [alfons]
13854
13855         * Makefile.am
13856                 add ChangeLog.claws to EXTRA_DIST
13857         * src/Makefile.am
13858                 add matcher_parser_parse.h to EXTRA_DIST
13859
13860 2001-07-10 [christoph]
13861
13862         * src/inc.c
13863                 add destination folder to table of
13864                 folders that need to be updated after
13865                 incorporation
13866
13867 2001-07-10 [alfons]
13868
13869         * folder.[ch]
13870           folderview.c
13871                 make collapse state of folders and folder items persistent, i.e.
13872                 if you collapse a folder tree, the next time sylpheed-claws starts 
13873                 up the folder tree remains collapsed.  
13874                 
13875 2001-07-10 [christoph]
13876
13877         * acconfig.h
13878         * configure.in
13879                 added --enable-ssl
13880         * src/md5.[ch]
13881                 renamed MD5_CTX to MD5_CTX_syl
13882                 conflicts with a struct in openssl
13883         * src/inc.c
13884         * src/main.[ch]
13885         * src/prefs_account.[ch]
13886         * src/socket.[ch]
13887                 SSL support for POP
13888         * src/mainwindow.c
13889                 fixed compose with current account
13890                 broken by new compose button stuff
13891
13892 2001-07-09 [hoa]
13893
13894         * AUTHORS
13895                 changed my email address
13896
13897         * src/matcher_parser_parse.y
13898                 clean the parser to remove conflicts
13899
13900 2001-07-09 [alfons]
13901
13902         * AUTHORS
13903                 add Match Grun
13904
13905         * configure.in
13906                 fix incorrect description of --enable-ldap parameter
13907
13908         * src/prefs_common.[ch]
13909           src/compose.c
13910                 add experimental option "smart wrapping" which makes the
13911                 compose editor auto wrap.
13912                 
13913                 | TODO: the problem with the buggy cursor handling is caused |
13914                 | by the GtkText. when deleting / backspacing text its       |
13915                 | wrapping algorithm does not take in account the previous   |
13916                 | line. should find a way to hack this in.                   |
13917                 | or should perhaps combine this with the word wrapping      |
13918                 | patch i wrote in january.                                  |
13919
13920         * src/about.c
13921                 show build parameters for LDAP and JPilot
13922
13923         * src/summaryview.c
13924                 revert Christoph's bugfix for selecting next unread message, 
13925                 because folder stats aren't updated correctly
13926
13927 2001-07-08 [hoa]
13928
13929         * src/filtering.c
13930         * src/mainwindow.c
13931         * src/matcher.c
13932         * src/matcher_parser_lex.l
13933         * src/matcher_parser_parse.y
13934         * src/prefs_filtering.c
13935         * src/prefs_scoring.c
13936         * src/scoring.c
13937                 bugfix of the config file parser
13938
13939 2001-07-08 [alfons]
13940
13941         * src/Makefile.am
13942                 added generated matcher sources to BUILT_SOURCES
13943
13944 2001-07-08 [hoa]
13945
13946         * src/Makefile.am
13947         * src/.cvsignore
13948                 added new config file parser
13949
13950         * src/scoring.[ch]
13951         * src/filtering.[ch]
13952         * src/matcher.[ch]
13953         * src/prefs_filtering.c
13954         * src/prefs_matcher.c
13955         * src/prefs_scoring.c
13956         * added src/matcher_parser.h
13957         * added src/matcher_parser_lex.h
13958         * added src/matcher_parser_lex.l
13959         * added src/matcher_parser_parse.y
13960                 lex & yacc config file parser
13961
13962         * src/mbox.c
13963         * src/inc.c
13964         * src/main.c
13965                 changes prefs_filtering into global_filtering           
13966
13967         * src/summaryview.c
13968                 build threads with subjects only if "Re: " is at the
13969                 beginning of the subject
13970
13971 2001-07-07 [paul]
13972
13973         0.5.0claws
13974
13975         sync with sylpheed 0.5.0
13976                 change of version number only
13977
13978 2001-07-06 [paul]
13979
13980         0.5.0claws5
13981
13982         sync with sylpheed 0.5.0pre5
13983
13984 2001-07-05 [paul]
13985
13986         sync with sylpheed 0.5.0pre4 release
13987                 /po and /manual/ja not sync'ed
13988
13989 2001-07-04 [paul]
13990
13991         more sync with sylpheed 0.5.0pre4
13992
13993 2001-07-03 [christoph]
13994
13995         * src/addressbook.c
13996                 fixed address book broken by address book
13997                 for VCard, JPilot, LDAP
13998
13999 2001-07-03 [alfons]
14000
14001         * src/matcher.c
14002         * src/textview.c
14003                 stopped memory leaks
14004
14005 2001-07-03 [paul]
14006
14007         more sync with sylpheed 0.5.0pre4
14008
14009 2001-07-02 [match]
14010
14011         * included address book patch for VCard, JPilot, LDAP
14012         * pref_common.c - fixed Font options on Display tab (cosmetic)
14013         * alertpanel.c - fixed truncated message
14014
14015 2001-07-02 [christoph]
14016
14017         * src/mbox_folder.c
14018         * src/procmsg.[ch]
14019         * src/summaryview.c
14020                 mark threads for ignoring
14021
14022 2001-07-02 [paul]
14023
14024         0.5.0claws4
14025
14026         * sync with sylpheed 0.5.0pre4
14027                 updated gettext to 0.10.38.
14028
14029 2001-07-01 [paul]
14030
14031         * src/ mainwindow.c
14032         * src/procmsg.h
14033         * src/summaryview.[ch]
14034                 new right-click option: Label.
14035                 substitute for 'Mark-->Mark/Unmark', colours the line.
14036                 (submitted by Satoshi Nagayasu <snaga@snaga.org>)
14037
14038 2001-07-01 [christoph]
14039
14040         * src/folderview.c
14041                 fixed font for trash
14042         * src/summaryview.c
14043                 move ctree to unread message
14044
14045 2001-07-01 [paul]
14046
14047         * sync with sylpheed 0.5.0pre3 release
14048
14049 2001-06-30 [alfons]
14050
14051         * src/filesel.[ch]
14052         * src/compose.c
14053                 allow inserting / attaching multiple files in
14054                 the composer window
14055
14056 2001-06-30 [paul]
14057
14058         * src/codeconv.c
14059                 small change to Alfons' previous stuff so that it
14060                 actually makes
14061
14062 2001-06-30 [alfons]
14063
14064         * lots of files changed; first attempt to merge the changes
14065           and bugfixes submitted by Andre Eibel (ae@baltic-online.de).
14066
14067 2001-06-30 [paul]
14068
14069         * po/pt_BR.po
14070                 updated and completed, translations by Fabio
14071                 Junior Beneditto <fjbeneditto@yahoo.com.br>
14072
14073 2001-06-29 [alfons]
14074
14075         * src/compose.c
14076         * src/mimeproc.[ch]
14077                 allow selecting an attached files' mime type from a 
14078                 list of types.
14079
14080 2001-06-29 [paul]
14081
14082         * more sync with sylpheed 0.5.0pre3
14083
14084 2001-06-29 [paul]
14085
14086         * po/pt_BR.po
14087                 merge with sylpheed.pot and pt_BR.po provided by
14088                 Fabio Junior Beneditto.
14089
14090 2001-06-29 [darko]
14091
14092         * src/procmime.c
14093                 make MIME types case insensitive
14094
14095 2001-06-28 [alfons]
14096
14097         * po/nl.po
14098                 merge with sylpheed.pot and old nl.po; translations added.
14099
14100 2001-06-28 [paul]
14101
14102         * more sync with sylpheed 0.5.0pre3
14103
14104 2001-06-27 [alfons]
14105
14106         * src/summaryview.c
14107                 don't crash when removing parent node of messages
14108                 attracted by subject. this was caused by not deleting
14109                 the parent node from the subject line hash table.
14110
14111 2001-06-27 [alfons]
14112
14113         * src/summaryview.c
14114         * src/compose.[ch]
14115         * src/mainwindow.c
14116                 if there are multiple messages selected, allow forwarding
14117                 them as attachments.
14118
14119 2001-06-27 [paul]
14120
14121         * more sync with sylpheed 0.5.0pre3
14122
14123 2001-06-26 [paul]
14124
14125         0.5.0claws3
14126
14127         * sync with sylpheed 0.5.0pre3
14128
14129 2001-06-25 [paul]
14130
14131         * src/mainwindow.c
14132                 fixed 'compose news article' bug
14133                 from icon-and-text toolbar
14134
14135 2001-06-25 [paul]
14136
14137         * sync with sylpheed 0.5.0pre2 release
14138
14139 2001-06-24 [christoph]
14140
14141         * src/prefs_common.c
14142                 bug fix in font selection
14143         * src/folderview.c
14144                 use sylpheed's normal font instead of
14145                 gtk default font for folders without
14146                 new messages
14147
14148 2001-06-24 [alfons]
14149
14150         * src/mainwindow.[ch]
14151                 added composite compose mail / news button (an idea by Leandro
14152                 Pereira <leandro@linuxmag.com.br>)
14153
14154 2001-06-24 [paul]
14155
14156         Added instructions for ldif-to-xml.py
14157
14158         * tools/README
14159
14160 2001-06-23 [alfons]
14161
14162         Some minor things.
14163
14164         * src/pixmaps/stock_news_compose.xpm
14165                 added pixmap by Leandro
14166         * src/prefs_common.c
14167                 tested built-in spelling checker of GCC 3.0 :)
14168         * po/nl.po
14169                 merged dutch translation of sylpheed-main with
14170                 sylpheed.pot
14171
14172 2001-06-23 [paul]
14173
14174         Added tools directory and files.
14175
14176         * tools/filter_conv.pl
14177                 converts old filter system to new filtering system
14178         * tools/ldif-to-xml.py
14179                 converts netscape addressbook to sylpheed addressbook
14180         * tools/README
14181                 descriptions/instructions for above two files
14182
14183 2001-06-23 [christoph]
14184
14185         * src/inc.c
14186         * src/manage_window.[ch]
14187         * src/prefs_common.[ch]
14188                 mail retrieval dialog can be enabled, disabled
14189                 or hidden if non of sylpheed's windows is active
14190
14191 2001-06-22 [paul]
14192
14193         0.5.0claws2
14194
14195         * sync with sylpheed 0.5.0pre2
14196
14197 2001-06-21 [christoph]
14198
14199         * src/summaryview.c
14200                 show recipient on 'from' for all accounts
14201                 
14202         * src/inc.c
14203         * src/prefs_common.[ch]
14204                 disable error popup on mail receive errors
14205
14206 2001-06-21 [alfons]
14207
14208         * src/compose.c
14209                 made the ruler correctly appear and disappear.
14210
14211         * src/Makefile.am
14212                 removed Hoa's work-in-progress-stuff (interesting!) so 
14213                 claws compiles ok.
14214
14215 2001-06-20 [christoph]
14216
14217         * src/inc.c
14218         * src/progressdialog.c
14219                 added scrolled window for list in progressdialog
14220
14221 2001-06-20 [paul]
14222
14223         sync with sylpheed 0.5.0pre1 release
14224
14225 2001-06-20 [christoph]
14226
14227         * src/summeryview.c
14228                 make building threads by subject work when
14229                 thread view is enabled
14230                 
14231         * src/compose.c
14232         * src/prefs_common.[ch]
14233                 automatically select account for mail replys
14234
14235 2001-06-19 [sergey]
14236
14237         * src/compose.c (compose_create): keep Bcc and Reply-To visible if
14238         they are filled in from the account settings.
14239
14240 2001-06-19 [paul]
14241
14242         * more sync with sylpheed 0.5.0pre1
14243
14244 2001-06-18 [alfons]
14245
14246         * src/Makefile.am,
14247           src/procmime.c
14248                 added --sysconfdir to CPPFLAGS for pointing to the correct
14249                 location of mime.types. 
14250
14251                 NOTE: make sure you use --sysconfdir when running ./autogen.sh
14252                 or ./configure!
14253
14254 2001-06-18 [hoa]
14255
14256         * src/summaryview.c
14257                 fixed some bug when building threads
14258
14259 2001-06-18 [pau]l
14260
14261         * src/prefs_account.c
14262                 UI stuff: More changes to the English
14263
14264 2001-06-18 [paul]
14265
14266         * src/pixmaps/stock_news_compose.xpm: new file
14267         * src/Makefile.am
14268         * src/mainwindow.c
14269         * src/summaryview.c
14270                 Added new icon for Hoa's 'compose a news
14271                 message', plus minor improvements to the
14272                 English
14273
14274         * po/ja.po
14275         * ChangeLog
14276         * ChangeLog.jp
14277                 more sync with sylpheed 0.5.0pre1
14278
14279 2001-06-18 [hoa]
14280
14281         * src/compose.[ch]
14282         * src/mainwindow.c
14283                 Follow-up and reply to
14284
14285         * src/summaryview.[ch]
14286                 Build threads also with subjects
14287
14288 2001-06-17 [hoa]
14289
14290         * src/compose.c
14291                 forwarding use the current account.
14292
14293         * src/mainwindow.c
14294                 the "compose message" button has been replaced with
14295                 "new mail" and "new news" buttons
14296
14297         * src/prefs_common.[ch]
14298                 added a configuration option to use the forward button
14299                 as "forward as attachment"
14300                 changed reply and forward format description
14301
14302         * src/quote_fmt_lex.l
14303         * src/quote_fmt_parse.y
14304                 added message with no signature in format for reply
14305                 and forward.
14306
14307 2001-06-17 [paul]
14308
14309         Minor UI stuff
14310
14311         * src/mainwindow.c
14312         * src/summaryview.c
14313                 Improvements to the English
14314
14315         * src/prefs_common.c
14316                 Improvements to the English and some
14317                 clarity/continuity improvements in the
14318                 description of Quote symbols.
14319
14320 2001-06-17 [paul]
14321
14322         0.5.0claws1
14323
14324         * sync with sylpheed 0.5.0pre1
14325
14326 2001-06-17 [hoa]
14327
14328         * src/compose.c
14329                 Better interface for compose, displayed fields
14330                 are updated whenever we change account.
14331                 Newsgroups field is automatically filled.
14332
14333         * src/mainwindow.c
14334                 Newsgroups field is automatically filled.
14335
14336         * src/prefs_account.c
14337                 Some interface stuff when fields appear and
14338                 disappear.
14339
14340 2001-06-16 [paul]
14341
14342         0.4.99claws
14343
14344         * sync with sylpheed 0.4.99
14345
14346 2001-06-16 [sergey]
14347
14348         * src/base64.c, src/base64.h (Base64Decoder, base64_decoder_new,
14349         base64_decoder_free, base64_decoder_decode): new object and
14350         functions for decoding base64 streams.
14351         * src/procmime.c (procmime_decode_content): modified to use the
14352         new base64 decoder.
14353
14354 2001-06-15 [paul]
14355
14356         0.4.99claws10
14357
14358         * sync with sylpheed 0.4.99cvs11
14359
14360 2001-06-13 [paul]
14361
14362         0.4.99claws9
14363
14364         * sync with sylpheed 0.4.99cvs9
14365
14366 2001-06-13 [hoa]
14367
14368         * src/compose.c
14369         * src/prefs_account.c
14370
14371                 SMTP server can be defined in the news account
14372                 mime type of attachment are kept.
14373
14374         * src/summaryview.c
14375
14376                 now choose the highest important score between default
14377                 and important score of folder.
14378
14379 2001-06-09 [alfons]
14380         
14381         * src/prefs_common.c: 
14382
14383                 (prefs_quote_description_create): corrected description of 
14384                 quote format characters
14385
14386 2001-06-09 [paul]
14387
14388         0.4.99claws8
14389
14390         * sync with sylpheed 0.4.99cvs8
14391
14392 2001-06-08 [sergey]
14393
14394         * src/Makefile.am: fix for "make dist": added quote_fmt_parse.h
14395         and pixmaps/stock_mail_reply_to_author.xpm to EXTRA_DIST.
14396
14397 2001-06-08 [paul]
14398
14399         0.4.99claws7
14400
14401         * sync with sylpheed 0.4.99cvs7
14402
14403 2001-06-06 [sergey]
14404
14405         * src/quote_fmt.h: renamed from src/quote_fmt_parse.h (which
14406         clashes with autogenerated header).
14407         * src/compose.c, src/quote_fmt_parse.y: #include "quote_fmt.h"
14408         * src/Makefile.am: added quote_fmt.h.
14409         * src/.cvsignore: added lex/yacc autogenerated files
14410         (quote_fmt_lex.c, quote_fmt_parse.c, quote_fmt_parse.h).
14411
14412 2001-06-06 [paul]
14413
14414         0.4.99claws6
14415
14416         * sync with sylpheed 0.4.99cvs6
14417
14418 2001-06-06 [hoa]
14419
14420         * added src/quote_fmt_parse.h
14421         * src/compose.c
14422                 removed warnings
14423
14424         * src/prefs.[ch]
14425                 don't modify readonly configuration files
14426
14427         * src/prefs_account.c
14428         * src/prefs_common.c
14429         * src/prefs_customheader.c
14430         * src/prefs_display_header.c
14431         * src/prefs_filter.c
14432         * src/prefs_filtering.c
14433         * src/prefs_scoring.c
14434                 don't open dialog box when configuration files
14435                 are readonly
14436
14437 2001-06-05 [sergey]
14438
14439         * configure.in: added AM_PROG_LEX and AC_PROG_YACC.
14440
14441         * src/Makefile.am: replaced quote_fmt.tab.[ch] by
14442         quote_fmt_lex.[lh], quote_fmt_parse.y; added YFLAGS=-d; added
14443         BUILT_SOURCES to make all files rebuild properly.
14444
14445         * src/compose.c: removed #include "quote_fmt.tab.h".
14446
14447         * src/quote_fmt_lex.l: renamed from quote_fmt.l; changed to return
14448         CHARACTER value in yylval.
14449
14450         * src/quote_fmt_parse.y: renamed from quote_fmt.y; changed to
14451         receive CHARACTER value by documented means (yylval).
14452
14453         * src/lex.quote_fmt.c, src/quote_fmt.{l,y,tab.{c,h}}: removed.
14454
14455 2001-06-05 [hoa]
14456
14457         * src/Makefile.am
14458                 changed quote_fmt.[ch] into quote_fmt.tab.[ch]
14459
14460         * src/filtering.c
14461         * src/matcher.c
14462         * src/matcher.h
14463         * src/prefs_filtering.c
14464                 now keep the configuration for execute action
14465
14466         * src/mbox_folder.c
14467                 fixed a warning
14468
14469 2001-06-05 [paul]
14470
14471         * sync with sylpheed 0.4.99cvs5
14472
14473 2001-06-05 [hoa]
14474
14475         * src/Makefile.am
14476                 added quote_fmt.[ch]
14477
14478         * added src/quote_fmt.y
14479         * added src/quote_fmt.l
14480         * added src/quote_fmt.tab.h
14481         * added src/quote_fmt.tab.c
14482         * added src/lex.quote_fmt.c
14483                 parsing configuration for replying
14484                 and forwarding
14485
14486         * src/prefs_common.[ch]
14487                 added configuration UI for replying
14488                 and forwarding
14489
14490         * src/compose.c
14491                 using configuration for replying
14492                 and forwarding
14493
14494 2001-06-04 [hoa]
14495
14496         * src/filtering.c
14497         * src/matcher.c
14498         * src/matcher.h
14499         * src/prefs_filtering.c
14500         * src/prefs_matcher.c
14501         * src/prefs_matcher.h
14502                 action "run a command" for filtering
14503                 and matching with a command.
14504                 fixed the "whole message" matching
14505
14506         * src/mbox_folder.c
14507                 changed temporary filename for security
14508
14509         * src/messageview.c
14510                 queue the notification if it fails to send.
14511
14512         * src/prefs_common.c
14513         * src/prefs_folder_item.c
14514                 changed the default important score             
14515
14516         * src/prefs_scoring.c
14517         * src/scoring.c
14518                 hide kill score input when the folder is not
14519                 a newsgroup
14520
14521 2001-06-03 [alfons]
14522
14523         * src/prefs_common.c:
14524
14525                 (prefs_font_select): pass font name in font entry box to font
14526                 selection dialog.
14527
14528 2001-06-03 [sergey]
14529
14530         * src/smtp.c (smtp_ok): fixed sock_gets() error handling.
14531
14532 2001-06-03 [paul]
14533
14534         * sync with sylpheed 0.4.99cvs4
14535
14536 2001-06-03 [alfons]
14537
14538         * src/headerwindow.c:
14539
14540                 (headerwindow_show_cb): use the selected summary view item, not
14541                 the displayed item.
14542
14543 2001-06-02 [alfons]
14544
14545         * src/headerwindow.c:
14546
14547                 (headerwindow_show_cb): always try to show msginfo
14548
14549 2001-06-02 [hoa]
14550
14551         * src/compose.c
14552                 keep attached parts when reediting or forwarding.
14553
14554 2001-06-01 [hoa]
14555
14556         * src/folderview.c
14557         * src/prefs_folder_item.[ch]
14558         * src/prefs_scoring.[ch]
14559         * src/scoring.[ch]
14560         * src/summaryview.[ch]
14561         * src/main.c
14562         * src/mainwindow.c
14563         * src/prefs_common.[ch]
14564                 support for folder scoring
14565                 kill score and important score for messages
14566         
14567         * src/prefs_account.c
14568                 some display bug fixed for local account
14569                 preferences
14570
14571 2001-05-31 [alfons]
14572
14573         * src/summaryview.c:
14574
14575                 (add_sender_to_cb): don't crash when no or invalid sender; the add 
14576                 sender to address book menu item is disabled.
14577
14578 2001-05-30 [hoa]
14579
14580         * src/filtering.[ch]
14581         * src/summaryview.c
14582                 handling summary menu / filter messages
14583
14584         * src/folder.[ch]
14585                 add some stuff
14586
14587         * src/foldersel.c
14588                 imap folders now appears in list
14589
14590         * src/mbox_folder.c
14591                 doesn't crash if destination mail is not writeable
14592
14593 2001-05-29 [hoa]
14594
14595         * src/compose.c
14596                 removed some warnings
14597
14598         * src/filtering.c
14599         * src/folder.[ch]
14600         * src/prefs_filtering.c
14601                 global string to identify any folders           
14602                 removed some debug info
14603                 filtering to mbox folders is now possible
14604
14605         * src/mainwindow.c
14606                 removed some warnings
14607
14608         * src/mbox_folder.c
14609                 permission on files are changed to read/write for user only,
14610                 nothing for other.
14611                 creation of subfolder is handled better.
14612
14613 2001-05-28 [alfons]
14614
14615         Verified the sync for src/prefs_common.[ch] and
14616         src/prefs_account.[ch]. I believe there were some
14617         minor indentation differences.
14618
14619 2001-05-28 [paul]
14620
14621         0.4.99claws3
14622
14623         * sync with 0.4.99cvs3
14624
14625 2001-05-28 [hoa]
14626
14627         * src/compose.c
14628                 handling flags for mbox format
14629
14630         * src/filtering.c
14631                 use of mark file only for MH format
14632                 handling flags for mbox format
14633                 filtering cannot yet move or copy mails to mbox folders.
14634
14635         * src/folder.[ch]
14636                 changed move_msg, copy_msg,
14637                 move_msgs_with_dest, copy_msgs_with_dest functions
14638                 uses only folder->copy_msg() function
14639                 uses folder->finished_copy() to handle the destination
14640                 folder at the end of the copy or move operation.
14641
14642         * src/foldersel.c
14643                 included mbox directories.
14644
14645         * src/folderview.[ch]
14646         * src/mainwindow.c
14647                 handle folders operation for mbox format
14648
14649         * src/mbox.c
14650                 disable conversion of "From " header
14651
14652         * src/mbox_folder.[ch]
14653                 completion of mbox format handling
14654
14655         * src/mh.c
14656                 changed mh_copy_msg() function and
14657                 removed mh_move_msg(), mh_move_msgs_with_dest(),
14658                 mh_copy_msgs_with_dest()
14659
14660         * src/prefs_filtering.c
14661                 removed some warnings
14662
14663         * src/prefs_matcher.c
14664                 default boolean operation is AND
14665
14666         * src/procheader.c
14667                 handling flags for mbox format
14668                 handling of "From " header
14669
14670         * src/procmsg.[ch]
14671                 removed data field
14672                 added MSG_REALLY_DELETED flags to handle deletion of
14673                 messages in mbox format.
14674
14675         * src/summaryview.c
14676                 handling flags for mbox format
14677                 disable the MSG_DELETED flags when messages
14678                 are deleted in mbox format
14679
14680         * src/textview.c
14681                 "From " headers display fixed.
14682
14683 2001-05-27 [alfons]
14684
14685         * src/textview.c:
14686                 
14687                 (get_email_part): skip quoted email addresses, like in e.g.
14688                 "'alfons@proteus.demon.nl'".
14689
14690 2001-05-26 [alfons]
14691
14692         Minor GUI fixes adding horizontal scrollbars to Hoa's matcher dialogs,
14693         and fixing the persistence troubles when using separate windows.
14694
14695         * src/mainwindow.c:
14696         
14697             Added #define SEPARATE_ACTION used in the gtk item factory for 
14698             the SEPARATE_FOLDER and SEPARATE_MESSAGE items, so we can
14699                 use gtk_item_factory_get_widget_by_action() to get the items.
14700                 
14701             Removed separate_widget_cb from the gtk item factory data   
14702           
14703             (mainwindow_create): connect separate_widget_cb() to check
14704             menu item "toggled" signal. also passing a MainWindow pointer
14705                 as object data for both check menu items.
14706                 
14707             (separate_widget_cb): definition of separate_widget_cb() to match
14708             GtkCheckMenuItem's "toggled" signal. Now get the pointer to the main 
14709                 window using gtk_object_get_data(). The type of window separation 
14710                 (SEPARATE_MESSAGE or SEPARATE_FOLDER) is passed as the signal's data
14711         
14712         * src/prefs_filtering.c,
14713           src/prefs_matcher.c: added horizontal scrollbars
14714
14715 2001-05-25 [darko]
14716
14717         * src/headerview.c
14718                 fix segfault with invalid bold font
14719         * src/summaryview.c
14720                 correctly display summary stats after row is marked
14721
14722 2001-05-23 [sergey]
14723
14724         * src/codeconv.c (conv_get_code_conv_func): fix for ISO-8859-*
14725         encodings with libjconv.
14726
14727 2001-05-23 [hoa]
14728
14729         * src/Makefile.am
14730                 added mbox_folder.[ch]
14731         * src/defs.h
14732                 mbox temporary folder
14733         * src/folder.[ch]
14734         * added src/mbox_folder.[ch]
14735         * src/folderview.c
14736         * src/procheader.[ch]
14737                 added mbox support
14738         * src/mbox.c
14739                 bugfix for file incorporation filtering
14740         * src/imap.c
14741                 enable creation of MBOX
14742         * src/prefs_display_header.c
14743                 enable use of headers like "From "
14744                 something that should be fixed :
14745                         displaying of such headers add an extra space
14746         * src/prefs_folder_item.c
14747                 don't create folders because it is not necessary
14748         * src/procmsg.h
14749                 added data field to MsgInfo for mbox internal use
14750         * src/summaryview.c
14751                 added some support for mbox
14752         * src/utils.[ch]
14753                 added get_mbox_cache_dir() function
14754
14755 2001-05-23 [hiroyuki]
14756
14757         * src/headerwindow.c
14758           src/inc.c
14759           src/main.c
14760           src/mh.c
14761           src/nntp.c
14762           src/procmsg.h
14763           src/session.h
14764           src/socket.[ch]
14765           src/summaryview.c
14766           src/textview.c
14767           src/automaton.c
14768           src/folderview.c: more sync with 0.4.99cvs2.
14769
14770         * src/headerwindow.c: reverted.
14771
14772 2001-05-22 [paul]
14773
14774         0.4.99claws2
14775
14776         * sync with sylpheed 0.4.99cvs2
14777                 * src/news.[ch]
14778                 * src/nntp.[ch]
14779                 * INSTALL
14780                 * INSTALL.jp
14781
14782 2001-05-22 [alfons]
14783
14784         * src/summaryview.c: bugfixed a premature assignment in  summaryview_add_sender_to_cb()
14785
14786 2001-05-21 [alfons]
14787
14788         Minor things:
14789
14790         * configure.in: if gnome-config not found, "no" is displayed
14791         
14792         * sylpheed.desktop: "Hello World" is replaced with "Sylpheed Mail"
14793
14794         * src/textview.c: now also possible to add mail addresses by right
14795           clicking in the text view
14796
14797         * src/codeconv.c: merged patch which fixes endless loop when encountering
14798           invalid wide characters; from Alte <010@imis.ru>  
14799
14800 2001-05-20 [alfons]
14801
14802         Added installation of gnome specific things:
14803
14804         * Makefile.am: gnome conditional
14805
14806         * configure.in: check for installed gnome
14807
14808         * added sylpheed.png, sylpheed.desktop
14809
14810 2001-05-20 [sergey]
14811
14812         * src/pixmaps/stock_mail_reply_to_author.xpm: new file.
14813
14814         * src/mainwindow.h (main_window_toolbar_create): created a button
14815         for "Reply to all".
14816         (main_window_set_toolbar_sensitive): enable/disable the new button
14817         appropriately.
14818         (toolbar_reply_to_author_cb): handle the new button.
14819
14820         * src/send.c (SEND_EXIT_IF_ERROR, SEND_EXIT_IF_NOTOK): call
14821         send_progress_dialog_destroy() on failure (fixes hang on SMTP
14822         failure).
14823
14824 2001-05-19 [sergey]
14825
14826         * src/compose.h (ComposeReplyMode): new modes
14827         COMPOSE_REPLY_TO_AUTHOR, COMPOSE_REPLY_TO_AUTHOR_WITH_QUOTE,
14828         COMPOSE_REPLY_TO_AUTHOR_WITHOUT_QUOTE.
14829
14830         * src/compose.c
14831         (compose_send): move some code into a new function:
14832         (compose_current_mail_account): new function.
14833         (compose_reply): new argument to_author, all callers changed; if
14834         to_author==TRUE and account->protocol==A_NNTP, find and use an
14835         appropriate mail account for replying.
14836         (compose_reply_set_entry): new argument to_author; ignore
14837         compose->replyto if to_author==TRUE.
14838
14839         * src/mainwindow.c: new command "Message/Reply to author".
14840         (main_window_set_menu_sensitive): enable/disable it.
14841         (reply_cb): handle it.
14842
14843         * src/summaryview.c: new command "Reply to author".
14844         (summary_set_menu_sensitive): enable/disable it.
14845         (summary_reply_cb): handle it.
14846
14847         * src/account.c (account_find_mail_from_address): new function.
14848
14849 2001-05-18 [paul]
14850
14851         0.4.99claws1
14852
14853         * sync with sylpheed 0.4.99cvs1
14854
14855 2001-05-18 [hoa]
14856
14857         * src/compose.[ch]
14858         * src/filtering.c
14859         * src/summaryview.c
14860                 new filtering action : forward and forward as attachment
14861
14862         * src/main.c
14863                 no need for $DISPLAY when we run sylpheed --help
14864                 call to parse_cmd_opt() is moved
14865
14866         * src/mainwindow.[ch]
14867                 execute button is hidden when immediate execute
14868                 is chosen
14869
14870         * src/mh.c
14871         * src/news.c
14872         * src/prefs_folder_item.c
14873         * src/procmsg.c
14874                 better handling of missing directories
14875
14876         * src/summaryview.c
14877                 reedit is enabled in outbox
14878                 reedit is enabled in queue
14879
14880 2001-05-17 [hoa]
14881
14882         * src/filtering.c
14883         * src/matcher.[ch]
14884         * src/prefs_filtering.c
14885                 changed attachement into attachment
14886
14887 2001-05-17 [alfons]
14888
14889         0.4.67claws4    
14890
14891         * sync with sylpheed 0.4.67cvs9
14892         * sync with sylpheed 0.4.67cvs7-8
14893
14894 2001-05-17 [hoa]
14895
14896         * src/Makefile.am
14897                 added prefs_filtering.c
14898
14899         * src/filtering.[ch]
14900         * src/matcher.[ch]
14901                 removed action : forward_news and forward_news_as_attachement
14902                 (forward and forward_as_attachement can be used instead)
14903
14904         * src/mainwindow.c
14905                 added menu option to access filtering configuration
14906
14907         * src/prefs_account.c
14908                 changed mail_command default to /usr/sbin/sendmail
14909
14910         * added src/prefs_filtering.[ch]
14911                 dialog box for filtering configuration
14912
14913         * src/prefs_matcher.c
14914                 added function prefs_matcher_get_criteria_from_matching()
14915
14916         * src/prefs_scoring.c
14917                 reset the dialog when register or substitute is clicked
14918
14919 2001-05-15 [hoa]
14920
14921         * src/Makefile.am
14922                 added filtering.[ch]
14923         * src/inc.c
14924                 using filering.[ch] instead of filter.[ch]
14925         * src/main.c
14926                 reading new filtering configuration
14927         * src/matcher.[ch]
14928                 added some filtering actions
14929                 and fixed a bug for headers and mail body matching
14930         * src/mbox.c
14931                 using filering.[ch] instead of filter.[ch]
14932         * src/mh.c
14933                 handling invalid MsgInfo in mh_copy_msg() and mh_move_msg()
14934         * src/summaryview.c
14935                 some fixes for filtering
14936
14937 2001-05-14 [hiroyuki]
14938
14939         * src/send.c: fixed some weird indentations.
14940           send_message_with_command(): call pclose() only if p != NULL.
14941         * src/textview.c: get_email_part(): modified the code for readability.
14942
14943 2001-05-14 [hiroyuki]
14944
14945         * src/md5global.h
14946           src/md5ify.c
14947           src/md5ify.h: removed from the cvs.
14948
14949 2001-05-13 [sergey]
14950
14951         * src/main.c: include rfc2015.h to avoid compiler warnings.
14952         * src/alertpanel.c (alertpanel_message_with_disable): return 0 if
14953         the panel is already on screen.
14954         * src/prefs_customheader.c (prefs_custom_header_delete_cb): treat
14955         closing the alert window by ESC as "No".
14956         * src/prefs_common.c (prefs_interface_create): moved return
14957         receipt check button to the correct place.
14958
14959 2001-03-13 [alfons]
14960
14961         * src/prefs_common.c: 
14962                 moved return receipt check button to the Send tab. (prefs_send_create)
14963                 removed the date format ui related globals. (prefs_display_create)
14964
14965         0.4.67claws3
14966         
14967         * sync with sylpheed 0.4.67cvs5-6
14968
14969 2001-05-13 [paul]
14970
14971         * added Alfons' font selection patch
14972
14973         * src/defs.h
14974         * src/headerwindow.c
14975         * src/prefs_common.c
14976         * src/prefs_common.h
14977
14978 2001-05-13 [hoa]
14979         * src/defs.h
14980                 changed version of cache
14981         * src/matcher.[ch]
14982         * src/prefs_matcher.c
14983                 added additionnal matching criteria
14984         * src/procheader.c
14985         * src/procmsg.[ch]
14986         * src/news.c
14987                 added references in MsgInfo
14988
14989 2001-05-12 [hoa]
14990
14991         * src/defs.h
14992                 prepared some things for new filtering
14993         * src/matcher.[ch]
14994                 added some matching properties
14995                 inreplyto need to be enhanced
14996                 prepared some things for new filtering
14997         * src/messageview.c
14998                 added Return-Receipt-To handling
14999         * src/prefs_folder_item.c
15000                 changed default value to TRUE
15001         * src/prefs_matcher.c
15002                 added some matching properties
15003         * src/prefs_scoring.[ch]
15004                 the scoring dialog is finished
15005         * src/procheader.c
15006                 added Return-Receipt-To handling
15007                 Reference need to be added
15008         * src/procmsg.[ch]
15009                 added Return-Receipt-To handling
15010                 added threadscore to get a better score sorting when
15011                 threads are enabled
15012         * src/summaryview.c
15013                 suppressed a bug when we sort the list
15014                 when no folder is opened.
15015                 better score sorting when threads are enabled
15016
15017 2001-05-12 [alfons]
15018
15019         * reverted previous patch because of potential errors 
15020
15021         0.4.67claws2
15022         
15023         * src/inc.c, src/prefs_common.c, src/prefs_common.h: 
15024                 applied "toggle mail-retrieval dialog window" patch submitted 
15025                 by Eric Limpens <eric@qnt.net>
15026
15027         * sync with sylpheed 0.4.67cvs4
15028
15029 2001-05-12 [sergey]
15030
15031         * src/matcher.c, src/scoring.c: changed "#ifdef 0" to "#if 0" for
15032         some picky compilers.
15033         * src/rfc2015.h: provide prototype for rfc2015_disable_all().
15034         * src/grouplist_dialog.c: include alertpanel.h.
15035         * src/prefs_headers.c (prefs_headers_deleted): added GTK_BUTTON to
15036         fix compile warning.
15037         * src/scoring.c, src/prefs_folder_item.c, src/matcher.c: brought
15038         #include "defs.h" before others to prevent the warning of `MIN'
15039         and `MAX' redefinition.
15040
15041 2001-05-11 [hoa]
15042
15043         * src/main.c
15044         * src/messageview.c
15045         * src/prefs_account.c
15046         * src/prefs_display_header.c
15047                 removed warning
15048         * src/Makefile.am
15049                 added prefs_scoring.[ch]
15050         * src/grouplist_dialog.c
15051                 display an error dialog box if the group list
15052                 cannot be fetched.
15053         * src/mainwindow.[ch]
15054                 added main_window_set_thread_option() function
15055                 scoring dialog box enabled
15056         * src/matcher.[ch]
15057                 added flags matching unread /new / marked
15058                 / deleted / replied / forwarded
15059         * src/news.c
15060                 newsgroups are now finally in newscache
15061         * src/prefs_matcher.[ch]
15062                 finished preferences for matching dialog
15063         * added src/prefs_scoring.[ch]
15064                 scoring dialog box completed
15065         * src/scoring.[ch]
15066                 conversion to string : added scoringprop_to_string()
15067                 write config for preferences :
15068                 added prefs_scoring_write_config()
15069         * src/summaryview.c
15070                 threads can be enabled/disabled independently
15071                 for each folder
15072
15073 2001-05-10 [alfons]
15074
15075         0.4.67claws1
15076         
15077         * AUTHORS: 
15078                 thought it would be nice to have a list of all
15079                 contributors (used Changelog as a reference)
15080         
15081         * configure.in: 
15082                 messed up version numbering...
15083
15084         0.4.66claws1
15085
15086         * sync with sylpheed 0.4.67cvs1-3
15087
15088 2001-05-10 [darko]
15089
15090         * src/prefs_common.c:
15091                 better UI for strftime format, double clicking
15092                 on format now inserts the format in text entry
15093                 replaced close button with standard OK/Cancel
15094                 moved date format button to the right of the
15095                 text entry field
15096
15097 2001-05-09 [alfons]
15098
15099         * src/gtkstext.c:
15100                 Ctrl-Home / Ctrl-End have proper cursor navigation
15101
15102 2001-05-09 [hoa]
15103
15104         * src/prefs_matcher.c
15105                 finished UI to define matching properties
15106                 added ok and cancel button
15107         * src/prefs_filter.c
15108                 added ok and cancel button
15109         * src/news.c
15110                 fixed some bug in xhdr parsing
15111
15112 2001-05-08 [alfons]
15113
15114         * src/textview.c: 
15115                 fixed a bug in textview_show_header(), which displayed two colons (':');
15116                 cleaned up some warnings
15117
15118 2001-05-08 [hoa]
15119
15120         * src/Makefile.am
15121                 added prefs_matcher.[ch]
15122                 compilation with -W -Wall
15123         * src/alertpanel.c
15124                 ungrab the mouse events if grabbed - does it
15125                 fix the bug for disposition notification ?
15126         * src/mainwindow.c
15127                 added a menu option to open the matching dialog.
15128         * src/matcher.[ch]
15129                 added matcherprop_to_string() and matcherlist_to_string()
15130                 fixed some bugs, changed the name of some options
15131                 age_sup and age_inf becomes age_greater and age_lower,
15132                 body and messageheaders becomes body_part and headers_part,
15133                 changed the names of constants from SCORING_XXX to MATCHING_XXX
15134         * src/prefs_display_header.c
15135         * src/prefs_headers.c
15136                 fixed a bug that accidentally destroyed dialogs
15137                 when closed them with delete_event
15138                 Added *_deleted() which handle delete_event signal correctly.
15139         * src/prefs_folder_item.[ch]
15140                 added "enable_thread" field for future customization
15141         * added src/prefs_matcher.[ch]
15142                 sample of the UI to define matching properties
15143         * src/procheader.c
15144                 using procheader_headername_equal instead of str*cmp functions
15145                 using procheader_parse_header() function
15146         * src/scoring.c
15147                 using MATCHING_XXX instead of SCORING_XXX
15148         * src/summaryview.c
15149                 display the sender of the news even if this is ourself
15150                 when this is a news message.
15151         * src/textview.c
15152                 using headername_equal() instead of str*cmp functions
15153
15154 2001-05-08 [alfons]
15155
15156         0.4.66claws
15157
15158         * sync with sylpheed 0.4.66
15159         * src/gtkstext.c: trace logs added 
15160
15161 2001-05-08 [sergey]
15162
15163         * src/prefs_common.[ch]: added option to enable/disable GnuPG
15164         signature check popup.
15165         * src/rfc2015.c (check_signature): show signature check popup only
15166         if it is enabled in preferences.
15167
15168 2001-05-07 [alfons]
15169
15170         0.4.66claws4
15171         
15172         * sync with sylpheed 0.4.66cvs6
15173
15174 2001-05-07 [darko]
15175
15176         * src/prefs_common.[ch]: added option to enable/disable
15177           looking up sender name in address book for summary pane
15178         * src/summaryview.c: look up sender in the address book
15179           by using Alfons' address completion code
15180
15181 2001-05-07 [hiroyuki]
15182
15183         * src/inc.h
15184           src/pop.c: pop3_retr_recv(): removed cur_msg_bytes from the
15185           member of Pop3State.
15186         * src/news.c: brought #include "defs.h" before #include <glib.h>
15187           to prevent the warning of `MIN' and `MAX' redefinition.
15188
15189 2001-05-06 [hoa]
15190
15191         * removed src/headers_display.[ch]
15192         * removed src/prefs_display_headers.[ch]
15193         * src/inc.c
15194                 use a temporary file in the user directory for mbox import
15195         * src/news.c
15196                 added XHDR support to get "To" and "Cc" headers
15197                 (in order to match news with to or cc field for
15198                 scoring)
15199                 added function news_parse_xhdr() to get XHDR response
15200         * src/nntp.[ch]
15201                 added function nntp_xhdr()
15202         * src/matcher.c
15203                 fetch the message if necessary
15204
15205 2001-05-06 [alfons]
15206
15207         0.4.66claws3
15208
15209         * sync with sylpheed 0.4.66cvs3-5
15210
15211 2001-05-06 [hoa]
15212
15213         * src/utils.[ch]
15214                 added function itos_buf() to enable use of several buffers
15215         * src/summaryview.c
15216                 use of itos_buf() instead of itos() in summary list
15217                 to fix the broken display of message number.
15218
15219 2001-05-06 [alfons]
15220
15221         * src/gtkstext.c: bug in cursor up navigation fixed,
15222                 fixed another unsigned / signed comparison (we're getting there :-)
15223
15224 2001-05-06 [hoa]
15225
15226         * src/Makefile.am
15227                 added scoring.c scoring.h
15228                 prefs_folder_item.c prefs_folder_item.h
15229                 matcher.c matcher.h
15230         * src/defs.h
15231                 added FOLDERITEM_RC SCORING_RC
15232         * src/folder.[ch]
15233                 added prefs field in FolderItem :
15234                 properties for each folder (PrefsFolderItem),
15235                 sorting type and mode were added as the first properties.
15236         * src/main.c
15237                 read config for scoring
15238         * added src/matcher.[ch]
15239                 gives functions to parse configuration file to do
15240                 matching on mails with a list of conditions.
15241         * src/mainwindow.c
15242                 add option to sort by score
15243         * src/prefs_common.[ch]
15244                 added preference option to show score and for
15245                 the score column size
15246         * added src/prefs_folder_item.[ch]
15247                 properties for each folder (PrefsFolderItem),
15248                 sorting type and mode were added as the first properties.
15249         * src/procheader.[ch]
15250                 added procheader_parse_header()
15251                 added procheader_header_free()
15252                 added procheader_headername_equal()
15253                 and made modification to use them.
15254         * src/procmsg.[ch]
15255                 added score field to MsgInfo structure
15256         * added src/scoring.[ch]
15257                 gives functions to parse configuration file to do
15258                 scoring on mails with a list of conditions.
15259         * src/summaryview.[ch]
15260                 save the sorting type and mode for the folder
15261                 added column to display the score of the mail
15262                 added function summary_score_clicked()
15263                 sorting type and mode are restored to the folder
15264                 when it is reopen
15265         * src/textview.c
15266                 use procheader_parse_header(), procheader_headername_equal()
15267                 removed memory leak in text_scan_header when freeing headers
15268         * src/filter.c
15269                 changed the function to match names of headers
15270                 using procheader_headername_equal()
15271
15272         Scoring functions are implemented, an interface is needed
15273         to configure that.
15274
15275 2001-05-04 [alfons]
15276
15277         * src/gtkstext.c: 
15278                 hopefully fixed the row up navigation bug,
15279                 removed adding back / forward lines to cache
15280
15281 2001-05-04 [sergey]
15282
15283         * src/prefs_display_headers.c: user interface changes:
15284         (prefs_display_headers_create): remove unused "Show" check button;
15285         allow reordering of headers by dragging.
15286         (prefs_display_headers_write_config): remove unused variables.
15287         (prefs_display_headers_set_dialog): do not insert "(New)" at top
15288         of lists (not needed with the new UI).
15289         (prefs_display_headers_set_list): scan lists starting from row 0,
15290         not 1 (do not skip "(New)").
15291         (prefs_display_headers_find_header): new function.
15292         (prefs_display_headers_clist_set_row): do not allow duplicates.
15293         (prefs_display_headers_delete_cb): do not skip row 0; treat
15294         closing the alert window by ESC as "No".
15295         (prefs_display_headers_up): do not protect row 0.
15296         (prefs_display_headers_down): do not protect row 0.
15297
15298 2001-05-04 [sergey]
15299
15300         * src/mainwindow.c (next_marked_cb, prev_marked_cb): new
15301         functions.
15302
15303         * src/summaryview.c
15304         (summary_find_next_marked_msg, summary_find_prev_marked_msg,
15305         summary_select_next_marked, summary_select_prev_marked): new
15306         functions.
15307
15308 2001-05-03 [sergey]
15309
15310         * src/news.c: fixed a bug when no article can be fetched after
15311         server timeout if the connection was restored by news_post():
15312         (news_select_group): new function.
15313         (news_fetch_msg): call news_select_group() before fetching
15314         article.
15315         (news_get_uncached_articles): set session->group after successful
15316         GROUP command.
15317
15318 2001-05-03 [hoa]
15319
15320         * src/defs.h
15321         * src/procmsg.[ch]
15322         * src/procheader.c
15323                  changed version of cache, added cc field
15324
15325         * src/prefs_display_headers.c
15326                 the interface was changed
15327
15328         * src/prefs_headers.c
15329                 added cancel button
15330
15331 2001-05-03 [alfons]
15332
15333         * completed sync of sylpheed cvs2
15334         * src/gtkstext.c: updated row up / down cursor navigation
15335         * src/textview.c: re-edited, prepared for fixing the email address
15336                 scanner.
15337
15338 2001-05-03 [darko]
15339
15340         * src/prefs_common.c: use alfons' strftime ui code
15341         entry_datefmt and datefmt_sample widgets have to be
15342         global in this module because of this change
15343
15344 2001-05-03 [hoa]
15345
15346         * src/messageview.c
15347         * src/prefs_common.[ch] added option to activate the return receipt
15348                 feature.
15349
15350 2001-05-02 [alfons]
15351
15352         * src/gtkstext.c: fix for row up/down cursor navigation. 
15353
15354         0.4.66claws2
15355         
15356         * sync with 0.4.66cvs2
15357
15358 2001-05-02 [paul]
15359
15360         added add-sender-to-addressbook patch
15361
15362         * src/addressbook.c
15363         * src/addressbook.h
15364         * src/summaryview.c
15365
15366 2001-05-02 [sergey]
15367
15368         * src/alertpanel.h (AlertValue): added G_ALERT_VALUE_MASK,
15369         G_ALERTDISABLE.
15370
15371         * src/alertpanel.c (alertpanel_create): new argument can_disable,
15372         all existing callers changed to pass FALSE; create a check button
15373         to disable the message.
15374         (alertpanel_message_with_disable): new function.
15375         (alertpanel_show): mask value with G_ALERT_VALUE_MASK.
15376         (alertpanel_button_toggled): new function.
15377         (alertpanel_button_clicked, alertpanel_close): set value using
15378         G_ALERT_VALUE_MASK.
15379
15380         * src/prefs_common.h (PrefsCommon): new field gpgme_warning.
15381
15382         * src/prefs_common.c (prefs_privacy_create): new check button
15383         checkbtn_gpgme_warning.
15384
15385         * src/main.c (main): moved preferences reading before gpgme
15386         initialization; check prefs_common.gpgme_warning before giving the
15387         GnuPG warning and set it to FALSE if the user wants to disable the
15388         warning.
15389
15390 2001-05-02 [hiroyuki]
15391
15392         * src/prefs_display_headers.c: modified the layout and some labels.
15393
15394 2001-05-02 [sergey]
15395
15396         * src/prefs_account.c (prefs_account_fix_size): new function.
15397         (prefs_account_create): call prefs_account_fix_size(); use
15398         gtk_widget_show instead of gtk_widget_show_all (fixes too large
15399         size when the window is shown for the first time).
15400         (prefs_account_basic_create): changed layout of serv_table; moved
15401         localmbox_entry above smtpserv_entry (logically it replaces
15402         POP3/IMAP server).
15403         (prefs_account_protocol_activated): set sensitivity of
15404         nntpauth_chkbtn according to the protocol (in addition to
15405         hide/show); commented out gtk_table_set_row_spacing() calls.
15406         (prefs_account_nntpauth_toggled): do nothing if nntpauth_chkbtn is
15407         not sensitive (fixes a bug with disabled username/password boxes
15408         when editing POP3 account after NNTP with authentication).
15409
15410 2001-05-02 [hoa]
15411
15412         * src/account.c
15413         * src/inc.c
15414         * src/prefs_account.[ch]
15415         * src/send.c
15416                 removed local account without SMTP server
15417                 added option to use mail command instead of a connexion
15418                 to SMTP server when a local account is used
15419         * src/prefs_headers.c
15420                 fixed a bug
15421         * src/news.c
15422                 fixed a bug when connexion immediately closed
15423
15424 2001-05-01 [alfons]
15425
15426         0.4.66claws1
15427         
15428         * sync with 0.4.65
15429
15430 2001-05-01 [sergey]
15431
15432         * src/prefs_account.c (Basic, prefs_account_basic_create): new
15433         widget nntpauth_chkbtn.
15434         (prefs_account_protocol_activated): handle nntpauth_chkbtn
15435         visibility.
15436         (prefs_account_nntpauth_toggled): new function.
15437
15438         * src/news.c (news_session_new_for_folder): use NNTP
15439         authentication only if ac->use_nntp_auth is set.
15440
15441 2001-05-01 [hoa]
15442
15443         * src/Makefile.am changed headers.[ch] in customheader.[ch]
15444         * src/prefs_display_headers.c changed the UI
15445         * src/prefs_headers.c changed account_name to account_id
15446         * src/compose.c using customheader.h
15447
15448 2001-05-01 [hiroyuki]
15449
15450         * src/esmtp.c
15451           src/news.c
15452           src/nntp.c: changed sock_read() to sock_gets(), they've been left
15453           unsynched.
15454
15455 2001-05-01 [hoa]
15456
15457         * src/Makefile.am added prefs_display_headers.[ch] headers_display.[ch]
15458         * src/defs.h added HEADERS_DISPLAY_RC : name of the config file
15459                 for displaying of headers
15460         * src/grouplist_dialog.[ch] minor changes to remove warnings
15461         * src/prefs_display_headers.[ch] dialog to choose the
15462         headers to display in the mail viewer.
15463         * src/headers.h correction of #define
15464         * src/headers_display.[ch] configuration for displaying of headers.
15465         * src/main.c read config of displaying of headers
15466         * src/prefs_common.c add a button to access the config dialog
15467                 for displaying of headers
15468         * src/prefs_display_headers.[ch] dialog for configuration for
15469                 displaying of the headers.
15470         * src/prefs_headers.c cleaning of code
15471         * src/procheader.c comments added to code
15472         * src/textview.c changes to reorder the headers depending
15473                 on the config for displaying of headers
15474
15475 2001-04-30 [alfons]
15476
15477         0.4.65claws7
15478
15479         * sync with 0.4.65cvs12
15480
15481         NOTE: nntp.c and news.c in claws and cvs branch differ significantly!
15482
15483 2001-04-30 [sergey]
15484
15485         * src/nntp.h (NNTPSockInfo): new field auth_failed.
15486
15487         * src/nntp.c (nntp_mode): return NN_AUTHREQ if sock->auth_failed
15488         is set to force reconnection after authentication failure.
15489         (nntp_gen_command): set sock->auth_failed on authentication
15490         failure, or if sock->userid and sock->passwd are not set.
15491
15492         * src/news.c (news_session_new_for_folder): set userid=NULL if
15493         password dialog is cancelled.
15494
15495 2001-04-30 [sergey]
15496
15497         * src/nntp.h (NNTPSockInfo): new type.
15498
15499         * src/nntp.c: all functions updated to use NNTPSockInfo instead of
15500         SockInfo.
15501         (nntp_open_auth, nntp_close): new functions.
15502         (nntp_gen_command): new function to handle authentication; all
15503         NNTP command functions updated to use it.
15504         (nntp_authinfo_user, nntp_authinfo_pass): deleted.
15505         (nntp_list): removed old useless code.
15506
15507         * src/news.h (NNTPSession): new field nntp_sock.
15508
15509         * src/news.c: all functions updated to use NNTPSockInfo instead of
15510         SockInfo.
15511         (news_session_new): new arguments (userid, passwd); made static;
15512         use nntp_open_auth() if needed.
15513         (news_session_destroy): use nntp_close() instead of sock_close().
15514         (news_query_password): changed arguments.
15515         (news_session_new_for_folder): new function.
15516         (news_session_get): use news_session_new_for_folder().
15517         (news_authenticate): deleted.
15518         (news_get_uncached_articles): removed old authentication code.
15519
15520 2001-04-30 [sergey]
15521
15522         * src/news.c: reverted my previous changes (need to do NNTP
15523         authentication in a cleaner way).
15524         
15525 2001-04-29 [sergey]
15526
15527         * src/news.c (news_nntp_group, news_nntp_list, news_nntp_xover,
15528         news_nntp_post, news_nntp_mode): new functions (wrappers with
15529         authentication support).
15530         (news_get_article_cmd, news_get_article, news_get_header): new
15531         argument "folder"; all callers changed.
15532         (news_get_article_cmd): added authentication support.
15533         (news_session_get): use news_nntp_mode() instead of nntp_mode().
15534         (news_post): use news_nntp_post() instead of nntp_post().
15535         (news_get_uncached_articles): use news_nntp_group() instead of
15536         nntp_group() and news_nntp_xover() instead of nntp_xover();
15537         removed old authentication code.
15538         (news_get_group_list): use news_nntp_list() instead of nntp_list().
15539
15540         * src/nntp.c (nntp_list): return real error code instead of
15541         hardcoded NN_ERROR.
15542
15543 2001-04-29 [sergey]
15544
15545         * configure.in: fixed wint_t typedef detection again
15546
15547 2001-04-28 [hoa]
15548
15549         * src/prefs_account.[ch], added A_LOCAL_CMD
15550                 (send mail with mail command)
15551         * src/send.c added function send_message_with_command()
15552         * src/inc.c made a more secure get_spool() function with
15553                 mktemp() but maybe mkstemp() or something more
15554                 secure can be used.
15555
15556 2001-04-28 [alfons]
15557
15558         * src/textview.c, colorization of email addresses in headers
15559
15560         0.4.65claws6
15561
15562         * bug sync with sylpheed
15563         * prefs_common.c: created date format ui for darko
15564         * sync with 0.4.65cvs11
15565         * configure.in: corrected to have the new gpg checks
15566
15567 2001-04-27 [alfons]
15568
15569         * completed sync with 0.4.65cvs10
15570         * minor debug things added to gtkstext.c
15571
15572 2001-04-27 [darko]
15573
15574         * configure.in: remove check for availability of
15575           strftime() as advised by Hiroyuki
15576         * src/prefs_common.[ch], src/procheader.c:
15577           synch strftime() code with Hiroyki's main branch
15578
15579 2001-04-26 [sergey]
15580
15581         * src/news.c: news_query_password(), news_authenticate(): new
15582           functions.
15583           news_get_uncached_articles(): added NNTP authentication
15584           handling.
15585         * src/nntp.[ch]: nntp_authinfo_user(), nntp_authinfo_pass():
15586           new functions.
15587         * src/prefs_account.c: prefs_account_protocol_activated():
15588           enable userid and password fields for NNTP.
15589
15590 2001-04-26
15591
15592         * configure.in: check for availability of strftime()
15593           [darko]
15594         * src/prefs_common.[ch], src/procheader.c: use
15595           strftime() for displaying date in summary pane if it
15596           is available
15597
15598 2001-04-25
15599
15600         * more .cvsignore cleanups [alfons]
15601
15602 2001-04-25
15603
15604         * ac/sv-check-type.m4: new autoconf macro.
15605         * configure.in: fixed wint_t typedef detection (did not work
15606           with gcc-2.96).
15607
15608 2001-04-25
15609
15610         * acconfig.h: added USE_GTKGDK_XIM definition for autoheader.
15611           [hiroyuki]
15612
15613 2001-04-24
15614         * modified gtkstext.c : buggy cursor navigation fixed, 
15615           and font descent also taken in account when drawing
15616           cursor. [alfons]
15617
15618 2001-04-24 [hoa]
15619         * added comments in src/news.c src/nntp.c
15620         * added src/prefs_headers.[ch]
15621         * added src/headers.[ch]
15622         * modified compose.c to activate custom headers
15623                 added function is_in_custom_headers
15624         * modified prefs_account.[ch]
15625                 added function prefs_account_customhdr_edit
15626         * modified src/defs.h :
15627                 added HEADERS_RC : name of the config file
15628                 for the custom headers
15629
15630 2001-04-24
15631
15632     0.4.65claws5
15633
15634         * configure.in
15635           src/gtkstext.[ch]
15636           src/compose.c
15637           src/Makefile.am
15638           
15639           added gtkstext with configure.in patch by Hiroyuki which
15640           should fix the XIM detection [alfons]
15641
15642         * more clean up of cvs [alfons]
15643
15644                  * removed all Makefile.in files to attic.
15645
15646                  * updated all .cvsignores to really ignore things that could
15647                    be unintentionally committed by a recursive commit.
15648
15649 2001-04-23 [hoa]
15650         * added src/grouplist_dialog.[ch]
15651         * changed src/folderview.c to call grouplist_dialog instead
15652                 of inputdialog
15653         * src/news.c :
15654                 added functions news_reset_group_list
15655                 and news_get_group_list
15656         * src/nntp.c :
15657                 added function nntp_list
15658         * src/defs.h :
15659                 added GROUPLIST_FILE : name of the newsgroup list cache file
15660
15661 2001-04-21
15662
15663         * added option to warn about queued messages on exit [sergey]:
15664
15665           * src/compose.c: compose_queue(): call folder_item_scan()
15666             and folderview_update_item() after queueing.
15667           * src/folderview.c: folderview_update_node(): draw the queue
15668             folder in bold font if there are queued messages.
15669           * src/mainwindow.c: queued_messages(): new function.
15670             app_exit_cb(): display warning if there are queued messages
15671             if warn_queued_on_exit is set.
15672           * prefs_common.[ch]: add warn_queued_on_exit option.
15673
15674         * enhanced GnuPG key selection support [sergey]:
15675
15676           * src/select-keys.c: updated to newer version from Win32
15677             branch with support for selecting arbitrary keys.
15678           * src/prefs_account.c: added the Privacy tab to the account
15679             options window.
15680             prefs_account_privacy_create(),
15681             prefs_account_sign_key_set_data_from_radiobtn(),
15682             prefs_account_sign_key_set_radiobtn(): new functions.
15683           * src/prefs_account.h: new preferences sign_key_type, sign_key_id.
15684           * src/rfc2015.c: set_signers(): new function.
15685             pgp_sign(): add the account parameter, call set_signers().
15686             rfc2015_sign(): add the account parameter, pass it to pgp_sign().
15687           * src/rfc2015.h: rfc2015_sign(): updated prototype.
15688           * src/compose.c: pass the current account to rfc2015_sign().
15689
15690         * tag name claws added to prevent confusion with main branch [alfons]
15691
15692         * Sync with sylpheed-0.4.65cvs4 and made it compile. [sergey]
15693
15694         * autogen.sh: Added "--enable-maintainer-mode". [sergey]
15695
15696         * sync with recent sylpheed cvs. Untested though. [alfons]
15697