update Spanish translation
[claws.git] / ChangeLog.claws
1 2003-04-11 [paul]       0.8.11claws84
2
3         * po/es.po
4                 update Spanish translation. Submitted by Ricardo
5                 Mones Lastra.
6
7 2003-04-10 [christoph]  0.8.11claws83
8
9         * src/mbox.c
10                 fix typo that did not move unfiltered mails to destination
11                 folder
12
13         (closes Bug 115 Sylpheed 0.8.11claws81 does not deliver mail correctly
14          when filtering from spool)
15
16 2003-04-10 [christoph]  0.8.11claws82
17
18         * src/imap.c
19                 use BODY.PEEK instead of BODY in in message fetch operation
20                 to make sure the IMAP server does not set the \Seen flag for
21                 messages. Sylpheed does that later itself, when the message
22                 is opened in sylpheed
23
24         (closes Bug 111 Claws destroys unread marks)
25
26 2003-04-09 [oliver]     0.8.11claws81
27         
28         * src/folder.c
29                 fix crash in folder_destroy
30         * README.claws
31                 remove selective download
32
33 2003-04-09 [christoph]  0.8.11claws80
34
35         * src/imap.c
36                 fix crash in imap_get_msginfo() when then fetched message
37                 is not found
38
39         (closes Bug 110 Crash during mail composition)
40
41 2003-04-08 [christoph]  0.8.11claws79
42
43         * src/folder.c
44         * src/prefs_account.c
45                 Filter new messages that are found in an INBOX folder
46                 when 'Filter messages on receiving' is enabled in the
47                 Folder's AccountPrefs. This allows to use Sylpheed's
48                 filtering engine for IMAP folders where messages are
49                 added to the INBOX by a MTA
50
51 2003-04-08 [paul]       0.8.11claws78
52
53         * src/procmsg.h
54                 clean up after last commit
55
56 2003-04-08 [paul]       0.8.11claws77
57
58         * sync with 0.8.11cvs20
59                 see ChangeLog 2003-04-07 and 2003-04-08
60
61 2003-04-07 [christoph]  0.8.11claws76
62
63         * src/filtering.[ch]
64         * src/inc.[ch]
65         * src/mbox.c
66         * src/procmsg.[ch]
67                 add procmsg_msginfo_filter() to execute filtering actions
68
69 2003-04-06 [christoph]  0.8.11claws75
70
71         * src/imap.c
72                 use IMAPSet for imap_cmd_store() and imap_cmd_envelope()
73
74 2003-04-06 [christoph]  0.8.11claws74
75
76         * src/common/utils.[ch]
77                 add g_int_compare() function for slist sorting
78
79         * src/imap.c
80                 fetch all MsgInfos with one command in imap_get_msginfos()
81                 using an imap set with a list of ranges
82
83         * src/news.c
84                 use new g_int_compare() function
85
86 2003-04-06 [thorsten]   0.8.11claws73
87
88         * src/mh.c
89                 corrected implementation of mh_folder_destroy()
90
91 2003-04-05 [christoph]  0.8.11claws72
92
93         * src/account.c
94         * src/folder.[ch]
95         * src/folderview.c
96         * src/imap.c
97         * src/inc.c
98         * src/main.c
99         * src/mainwindow.c
100         * src/mbox_folder.c
101         * src/mh.c
102         * src/mimeview.h
103         * src/msgcache.[ch]
104         * src/news.c
105         * src/procmime.h
106         * src/procmsg.[ch]
107         * src/setup.c
108         * src/gtk/gtkutils.c
109                 o rename structure field names class and new to klass and
110                   new_msgs, to allow including files in C++
111                 o add 'extern "C"' block to some header files
112                 o add MsgInfoList and MsgNumberList as alias for GSList for
113                   developers to know what type of list is expected
114
115         * src/plugins/image_viewer/plugin.c
116         * src/plugins/image_viewer/viewer.[ch]
117         * src/plugins/image_viewer/viewerprefs.[ch]
118                 rename function names to prevent conflicts
119
120 2003-04-05 [paul]       0.8.11claws71
121
122         * sync with 0.8.11cvs18
123                 see ChangeLog 2003-04-03 and 2003-04-04
124
125 2003-04-02 [christoph]  0.8.11claws70
126
127         * src/folder.[ch]
128         * src/imap.[ch]
129         * src/mbox_folder.[ch]
130         * src/mh.[ch]
131         * src/news.[ch]
132                 o Make all virtual folder functions private
133                 o remove unused folder code
134
135         * src/common/socket.[ch]
136         * src/summaryview.c
137                 fix warnings
138
139 2003-03-30 [alfons]     0.8.11claws69
140
141         * src/send_message.c
142                 remove two debug traces and see if people still report
143                 errors
144
145 2003-03-30 [alfons]     0.8.11claws68
146
147         * src/send_message.c
148         * src/commons/session.c
149                 add more debug traces
150
151 2003-03-30 [christoph]  0.8.11claws67
152
153         * src/folder.c
154                 change processing folder name from .processing to processing
155
156         * src/common/ssl.c
157                 disable SSL certificate check because it causes Xlib error
158                 when the child process want's to open an GTK window
159
160 2003-03-30 [christoph]  0.8.11claws66
161
162         * src/folder.c
163                 don't use default folder for processing folder item because
164                 it can be a non local folder
165
166         (fixes bug reported by Stephen Lewis <slewis@paradise.net.nz>)
167
168 2003-03-30 [alfons]     0.8.11claws65
169
170         * src/send_message.c
171                 try fixing crashes when sending messages: my gcc 2.95.4 seems 
172                 to generate bad code for 'send_send_data_progressive': When
173                 called from 'send_send_data_finished', the 'data' pointer is
174                 cleared just before the assignment to the dialog pointer
175
176 2003-03-29 [christoph]  0.8.11claws64
177
178         * src/common/prefs.h
179         * src/plugins/image_viewer/Makefile.am
180         * src/plugins/image_viewer/plugin.c
181         * src/plugins/image_viewer/viewer.[ch]
182         * src/plugins/image_viewer/viewerprefs.[ch]     ** NEW **
183                 add PrefsPage for ImageViewer
184
185 2003-03-28 [thorsten]   0.8.11claws63
186
187         * src/common/session.c
188                 added some comments
189
190 2003-03-28 [paul]       0.8.11claws62
191
192         * sync with 0.8.11cvs16
193                 see ChangeLog 2003-03-28
194
195 2003-03-28 [paul]       0.8.11claws61
196
197         * sync with 0.8.11cvs15
198                 see ChangeLog 2003-03-28
199
200 2003-03-27 [christoph]  0.8.11claws60
201
202         * src/folder.c
203         * src/imap.c
204         * src/common/socket.[ch]
205                 set socket state to DISCONNECTED when any operation
206                 fails to allow reconnecting in IMAP code without
207                 checking the return code of all calls to the command
208                 functions
209
210         * src/folderview.c
211         * src/summaryview.c
212                 remove some more stuff that depends on specific
213                 folder types
214
215 2003-03-27 [paul]       0.8.11claws59
216
217         * sync with 0.8.11cvs14
218                 see ChangeLog 2003-03-27
219                 
220         * src/selective_download.[ch]   ** REMOVED **
221                 really removed
222
223 2003-03-27 [christoph]  0.8.11claws58
224
225         * src/folder.c
226                 fix handling of tmp_flags in flag copy function
227
228 2003-03-27 [paul]       0.8.11claws57
229
230         * sync with 0.8.11cvs13
231                 see ChangeLog 2003-03-27
232
233 2003-03-27 [oliver]     0.8.11claws56
234
235         * src/maiwindow.c
236                 remove sel_download_cb
237
238 2003-03-27 [oliver]     0.8.11claws55
239         
240         * src/inc.c
241                 remove POP3_TOP
242         
243 2003-03-26 [oliver]     0.8.11claws54
244
245         *src/pop.h
246                 remove POP3_TOP*
247         * README.claws
248                 remove selective donwload readme
249
250 2003-03-26 [oliver]     0.8.11claws53
251         * src/matcher.[ch]
252         * src/matcher_parser_parse.y 
253         * src/pop.c 
254         * src/prefs_account.[ch]
255         * src/prefs_filtering.c
256                 remove selective donwload
257
258 2003-03-26 [oliver]     0.8.11claws52
259
260         * src/inc.[ch] 
261         * src/filtering.c 
262         * src/mainwindow.c 
263                 remove selective donwload
264
265 2003-03-26 [oliver]     0.8.11claws51
266         
267         * src/Makefile.am
268         * src/selective_download.[ch]   ** REMOVE **    
269
270 2003-03-26 [christoph]  0.8.11claws50
271
272         * src/news.c
273                 fix NEWS that got broken by a sync with sylpheed-main
274
275 2003-03-26 [christoph]  0.8.11claws49
276
277         * src/mimeview.c
278                 fix mime type guessing when no mime type is found for a file
279
280 2003-03-25 [christoph]  0.8.11claws48
281
282         * src/mimeview.c
283         * src/procmime.c
284                 remove mime type guessing from mime parser and use
285                 name based mime types in viewer lookup for mime type
286                 application/octet-stream
287
288 2003-03-25 [christoph]  0.8.11claws47
289
290         * doc-src/readme.txt
291         * doc-src/rfc2554.txt
292                 add RFC about SMTP AUTH
293
294         * src/send_message.c
295         * src/common/smtp.[ch]
296                 add extra error code for authentication errors and
297                 clear temporary password when this error occurs
298
299         (closes Bug 84 authentication failure while sending should
300          prompt for password again)
301
302 2003-03-25 [christoph]  0.8.11claws46
303
304         * configure.ac
305         * src/Makefile.am
306         * src/imageview.[ch]                            ** REMOVE **
307         * src/messageview.[ch]
308         * src/mimeview.[ch]
309         * src/prefs_common.[ch]
310         * src/textview.c
311         * src/plugins/Makefile.am
312         * src/plugins/image_viewer/.cvsignore           ** NEW **
313         * src/plugins/image_viewer/Makefile.am          ** NEW **
314         * src/plugins/image_viewer/plugin.c             ** NEW **
315         * src/plugins/image_viewer/viewer.[ch]          ** NEW **
316                 move image viewer into a plugin (building is enabled by default)
317                 [ToDo: Prefs for resize and autoview]
318
319 2003-03-25 [paul]       0.8.11claws45
320
321         * sync with 0.8.11cvs12
322                 see ChangeLog 2003-03-26
323
324 2003-03-25 [paul]       0.8.11claws44
325
326         * sync with 0.8.11cvs11
327                 see ChangeLog 2003-03-22, 2003-03-24 and 2003-03-25
328                 
329         Note: Selective Download is broken.
330                 
331 2003-03-22 [christoph]  0.8.11claws43
332
333         * src/folder.c
334                 code cleanup for flags copying
335
336 2003-03-22 [christoph]  0.8.11claws42
337
338         * src/plugins/trayicon/trayicon.c
339                 fix setting the transparent area when the window size
340                 is forced by the system tray
341
342 2003-03-22 [christoph]  0.8.11claws41
343
344         * src/plugins/trayicon/gnome-mail.xpm           ** REMOVE **
345         * src/plugins/trayicon/gnome-nomail.xpm         ** REMOVE **
346         * src/plugins/trayicon/newmail.xpm              ** NEW **
347         * src/plugins/trayicon/nomail.xpm               ** NEW **
348         * src/plugins/trayicon/trayicon.c
349         * src/plugins/trayicon/unreadmail.xpm           ** NEW **
350                 o replace GBiff icons with KBiff icons resized to 16x16 pixel
351                 o add icon for unread mails
352                 o set transparency for window
353
354 2003-03-22 [christoph]  0.8.11claws40
355
356         * src/news.c
357                 init news session to prevent crash when session is closed
358
359 2003-03-22 [christoph]  0.8.11claws39
360
361         * src/imap.c
362         * src/common/session.[ch]
363                 Init session data to make sure we don't have invalid pointers
364                 for read_ch and write_ch when new multi process sessions are
365                 not used
366
367         * src/main.c
368         * src/common/plugin.c
369         * src/common/sylpheed.c
370         * src/plugins/demo/demo.c
371         * src/plugins/dillo_viewer/dillo_viewer.c
372         * src/plugins/mathml_viewer/mathml_viewer.c
373         * src/plugins/spamassassin/spamassassin.c
374         * src/plugins/spamassassin/spamassassin_gtk.c
375                 add plugin types to allow loading plugins at different times
376                 (and maybe for different frontends), because it's not good to
377                 load GTK-Plugins gefore gtk_init was called
378
379         * configure.ac
380         * src/plugins/Makefile.am
381         * src/plugins/trayicon/.cvsignore               ** NEW **
382         * src/plugins/trayicon/Makefile.am              ** NEW **
383         * src/plugins/trayicon/eggtrayicon.c            ** NEW **
384         * src/plugins/trayicon/eggtrayicon.h            ** NEW **
385         * src/plugins/trayicon/gnome-mail.xpm           ** NEW **
386         * src/plugins/trayicon/gnome-nomail.xpm         ** NEW **
387         * src/plugins/trayicon/trayicon.c               ** NEW **
388                 New Trayicon plugin that shows an icon in a systray that uses
389                 XEMBED protocol like Gnome's systray. Icon shows if there
390                 are new mails and a tooltip shows information about new,
391                 unread and total messages.
392
393 2003-03-22 [paul]       0.8.11claws38
394
395         * src/common/smtp.c
396                 fix ESMTP AUTH CRAM-MD5
397                 [sync with main (still version 0.8.11cvs6), see
398                  ChangeLog 2003-03-22]
399
400 2003-03-21 [colin]      0.8.11claws37
401
402         * src/send_message.c
403                 Fix USE_SSL => USE_OPENSSL
404
405 2003-03-21 [colin]      0.8.11claws36
406
407         * src/folderview.c
408                 Fix counts in drag and dropped subfolders
409
410 2003-03-21 [colin]      0.8.11claws35
411
412         * src/folder.c 
413         * src/folderview.c
414                 speed up a bit folder dnd
415
416 2003-03-20 [alfons]     0.8.11claws34
417
418         * src/main.c
419         * src/toolbar.c
420         * src/procmsg.c
421                 don't send locked queue messages
422                 (feature request "[ 705245 ] Locking message in outbox 
423                  should prevent sending")
424
425 2003-03-20 [christoph]  0.8.11claws33
426
427         * src/folder.c
428                 remove NEW and UNREAD flag in special folders when scanning
429                 
430         * src/common/smtp.c
431                 fix ESMTP AUTH CRAM-MD5
432
433 2003-03-20 [paul]       0.8.11claws32
434
435         * src/prefs_account.c
436                 Re-write 'Tunnel command to open connection' as
437                 'Use command to communicate with server', and disable
438                 it for all except IMAP accounts
439
440 2003-03-20 [paul]       0.8.11claws31
441
442         * sync with 0.8.11cvs6
443                 see ChangeLog 2003-03-20
444
445 2003-03-19 [match]      0.8.11claws30
446
447         * src/addritem.[ch]
448                 include documentation. minor refactoring.
449         * src/addr_compl.[ch]
450         * src/addrindex.[ch]
451         * src/addresbook.[ch]
452         * src/summaryview.c
453                 re-enable address lookup (was disabled in
454                 0.8.11claws20).
455
456 2003-03-19 [christoph]  0.8.11claws29
457
458         * src/procmsg.c
459                 add temp flag handling, will make moving and copying
460                 messages possible again
461
462         * src/folder.c
463                 correct calulation of folder stats
464
465 2003-03-18 [match]      0.8.11claws28
466
467         * src/editgroup.h
468                 remove case sensitive comparison (closes bug 80).
469
470 2003-03-18 [christoph]  0.8.11claws27
471
472         * src/imap.c
473                 fix imap using a tunnel command
474
475         (closes bug 87)
476
477 2003-03-18 [christoph]  0.8.11claws26
478
479         * src/folder.[ch]
480         * src/imap.c
481         * src/procmsg.[ch]
482                 rewrite flag handling for folders
483
484 2003-03-18 [christoph]  0.8.11claws25
485
486         * src/folder.c
487         * src/procmsg.c
488         * src/summaryview.c
489                 unset NEW and UNREAD flags when message is ignored, to make
490                 sure messages don't show up as unread on other IMAP clients,
491                 because the IGNORE_THREAD flag can not be syncronized through
492                 the IMAP folder
493
494 2003-03-17 [christoph]  0.8.11claws24
495
496         * src/imap.c
497                 don't use recursion to fetch uids when the number of messages
498                 does not match. Moved code into subfunction that is used
499                 again when needed, to prevent an endless loop.
500
501 2003-03-17 [thorsten]   0.8.11claws23
502
503         * src/imageview.[ch]
504                 export imageview_get_resized_size() (for plugins)
505         * src/prefs_common.[ch]
506                 added prefs_common_get() (for plugins)
507
508 2003-03-17 [christoph]  0.8.11claws22
509
510         * src/imap.c
511                 o remove UID guessing from copy code
512                 o support UIDPLUS extension for APPEND command
513
514 2003-03-17 [paul]       0.8.11claws21
515
516         * src/gtk/about.c
517                 remove 'Compiled-plugins' section.
518                 
519         * src/plugins/dillo_viewer/dillo_viewer.c
520                 slight change to description text
521
522 2003-03-16 [match]      0.8.11claws20
523         * src/ldapserver.[ch]           ** NEW **
524         * src/ldapctrl.[ch]             ** NEW **
525         * src/ldapquery.[ch]            ** NEW **
526         * src/ldaputil.[ch]             ** NEW **
527         * src/addrcindex.[ch]           ** NEW **
528         * src/addrquery.h               ** NEW **
529         * src/addritem.[ch]
530         * src/addrcache.[ch]
531         * src/addrindex.[ch]
532         * src/addr_compl.[ch]
533         * src/addressbook.[ch]
534         * src/addrbook.[ch]
535         * src/editgroup.c
536         * src/editaddress.c
537         * src/editldap.c
538         * src/editldap_basedn.c
539         * src/vcard.c
540         * src/jpilot.c
541         * src/Makefile.am
542                 included dynamic LDAP queries. improved address
543                 completion.
544
545 2003-03-16 [paul]       0.8.11claws19
546
547         * tools/multiwebsearch.pl
548                 fix a fatal typo
549
550 2003-03-16 [christoph]  0.8.11claws18
551
552         * src/mimeview.c
553         * src/plugins/dillo_viewer/dillo_viewer.c
554         * src/plugins/mathml_viewer/mathml_viewer.c
555                 make unregistering of MimeViewerFactorys possible
556
557 2003-03-16 [alfons]     0.8.11claws17
558
559         * configure.ac
560                 correct typo
561
562 2003-03-16 [melvin]     0.8.11claws16
563
564         * src/plugins/dillo_viewer.c
565                 Fixed bug where it was not possible to view more than
566                 one text/html attachment per message (bug discovered
567                 by Christoph Hohmann).
568
569 2003-03-15 [melvin]     0.8.11claws15
570
571         * src/prefs_actions.c
572                 Fixed compilation warnings.
573
574 2003-03-15 [melvin]     0.8.11claws14
575
576         * src/plugins/Makefile.am
577         * src/plugins/dillo_viewer/.cvsignore                   ** NEW **
578         * src/plugins/dillo_viewer/Makefile.am                  ** NEW **
579         * src/plugins/dillo_viewer/dillo_viewer.c               ** NEW **
580                 Added a html mail viewer plugin that uses Dillo v0.7.0 or
581                 newer (http://dillo.auriga.wearlab.de/).
582
583 2003-03-15 [christoph]  0.8.11claws13
584
585         * src/imap.c
586                 don't query imap folder for attributes because we already
587                 for them from imap_status
588
589         * src/mimeview.[ch]
590                 add support for plugable MimeViewers (unloading Viewers
591                 not yet complete)
592
593         * src/plugins/Makefile.am
594         * src/plugins/mathml_viewer/.cvsignore          ** NEW **
595         * src/plugins/mathml_viewer/Makefile.am         ** NEW **
596         * src/plugins/mathml_viewer/mathml_viewer.c     ** NEW **
597                 add MathML Viewer (Content-Type text/mathml) using GtkMathView
598                 widget from http://helm.cs.unibo.it/mml-widget/
599
600 2003-03-14 [christoph]  0.8.11claws12
601
602         * src/folder.[ch]
603                 o error return code's should better be negative
604                 o replace printf with debug_print
605
606         * src/imap.c
607                 improve IMAP folder scan by checking UID-NEXT
608
609         * src/summaryview.c
610                 remove check that are unnecessary in my opinion
611
612 2003-03-13 [christoph]  0.8.11claws11
613
614         * src/folder.[ch]
615         * src/foldersel.c
616         * src/folderview.c
617         * src/imap.c
618         * src/mbox_folder.c
619         * src/mh.c
620         * src/news.c
621         * src/prefs_scoring.c
622         * src/summaryview.c
623                 use a common function to get a displayable name
624                 for a FolderItem
625
626 2003-03-13 [paul]       0.8.11claws10
627
628         * tools/Makefile.am
629           tools/README
630           tools/multiwebsearch.conf     ** NEW FILE **
631           tools/multiwebsearch.pl       ** NEW FILE **
632                 add multiwebsearch Actions script
633
634 2003-03-13 [colin]      0.8.11claws9
635
636         * src/compose.c
637                 Remove leading emtpy lines from quoted text
638                 before quoting it
639
640 2003-03-13 [melvin]     0.8.11claws8
641
642         * src/prefs_actions.c
643                 Fixed a memory leak
644                 Code clean ups
645                 Added Cancel and OK buttons
646                 Corrected help text
647
648 2003-03-13 [christoph]  0.8.11claws7
649
650         * src/account.c
651         * src/folder.[ch]
652         * src/imap.c
653         * src/mainwindow.c
654         * src/mbox_folder.c
655         * src/mh.c
656         * src/news.c
657         * src/setup.c
658                 replace more folder type stuff with folder class stuff
659
660 2003-03-13 [melvin]     0.8.11claws6
661
662         * src/prefs_actions.c
663                 Added new tokens:
664                 %u: user provided argument
665                 %h: user provided argument (hidden on input)
666                 %s: current text selection in the message view 
667
668 2003-03-13 [paul]       0.8.11claws5
669
670         * sync with 0.8.11cvs5
671                 see ChangeLog 2003-03-11, 2003-03-12
672
673 2003-03-12 [christoph]  0.8.11claws4
674
675         * src/folder.c
676                 use folder class idstr when writing folderlist.xml
677
678         * src/folder.h
679         * src/imap.c
680         * src/news.c
681                 replace folder type checks with folder class checks
682
683 2003-03-12 [christoph]  0.8.11claws3
684
685         * src/folder.[ch]
686         * src/imap.[ch]
687         * src/main.c
688         * src/mbox_folder.[ch]
689         * src/mh.[ch]
690         * src/news.[ch]
691                 o create a list of known folder classes in the folder system
692                 o use folder class id strings for folder item identifiers
693
694 2003-03-12 [christoph]  0.8.11claws2
695
696         * src/imap.c
697                 fix imap uid validity check
698
699 2003-03-12 [christoph]  0.8.11claws1
700
701         * src/account.c
702         * src/folder.[ch]
703         * src/foldersel.c
704         * src/folderview.c
705         * src/imap.c
706         * src/mainwindow.c
707         * src/mbox_folder.c
708         * src/mh.c
709         * src/news.c
710         * src/prefs_scoring.c
711         * src/procmsg.c
712         * src/setup.c
713         * src/summaryview.c
714                 initial restructuring of folder system, seperating
715                 folders and folder classes
716
717 2003-03-12 [paul]       0.8.11claws
718
719         0.8.11claws release
720
721 2003-03-12 [christoph]
722
723         * src/gtk/prefswindow.c
724                 fix translation of "Page Index"
725
726 2003-03-12 [paul]       0.8.10claws110
727
728         a sync from 0.8.11cvs4 before the release
729
730         * src/common/utils.c
731                 subject_compare_for_sort(): allow null strings (fixes
732                 summary sorting).
733
734 2003-03-11 [paul]       0.8.10claws109
735
736         * po/es.po
737                 update Spanish translation, submitted by
738                 Ricardo Mones Lastra
739
740 2003-03-11 [melvin]     0.8.10claws108
741
742         * po/fr.po
743                 Updated French translations
744
745 2003-03-11 [paul]       0.8.10claws107
746
747         * manual/en/Makefile.am
748           manual/en/*.html
749                 update English manual, add a new page
750                 updated by Francois Barriere <fbarriere@atmel.fr>
751                 
752         * po/bg.po
753           po/it.po
754           po/sr.po
755                 update Bulgarian, Italian, and Serbian translations
756                 submitted by George Danchev, Alessandro Maestri, and
757                 Urke MMI
758
759 2003-03-10 [paul]       0.8.10claws106
760
761         * src/gtk/about.c
762           src/gtk/prefswindow.c
763                 make some strings translatable
764
765 2003-03-10 [darko]      0.8.10claws105
766
767         * src/compose.c
768                 code cleanup to make Hiro happy
769
770 2003-03-10 [paul]       0.8.10claws104
771
772         * sync with 0.8.11cvs2
773                 see ChangeLog 2003-03-10
774
775 2003-03-09 [melvin]     0.8.10claws103
776
777         * src/textview.c
778                 textview_set_font(): fix for message display in
779                 UTF-8 locales (thanks to Sergey Vlasov).
780                 (was unintentionnaly reverted in 0.8.6claws6)   
781
782 2003-03-08 [darko]      0.8.10claws102
783
784         * src/compose.c
785                 fix infinite loop in wrapping as reported
786                 by happycactus
787                 obsoletes patch #696482
788
789 2003-03-08 [christoph]  0.8.10claws101
790
791         * src/imap.c
792                 add workaround for IMAP servers that do not
793                 support the "UID SEARCH UID" command
794
795 2003-03-07 [christoph]  0.8.10claws100
796
797         * src/plugins/spamassassin/spamassassin.[ch]
798         * src/plugins/spamassassin/spamassassin_gtk.c
799                 code cleanup
800
801 2003-03-07 [paul]       0.8.10claws99
802
803         * po/es.po
804                 updated Spanish translation, submitted by
805                 Ricardo Mones Lastra
806
807 2003-03-07 [christoph]  0.8.10claws98
808
809         * src/send.c
810                 fix in 0.8.10claws94 was wrong
811                 local delivery does not require escaping, remove escaping
812                 code to make signatures of mails with "." lines valid
813                 
814                 NOTE: requires that sendmail is executed with "-i" option,
815                       what is the default now, but has to be changed in all
816                       exsiting accounts)
817
818 2003-03-07 [paul]       0.8.10claws97
819
820         * sync with 0.8.11 release
821                 see ChangeLog 2003-03-07
822
823 2003-03-06 [paul]       0.8.10claws96
824
825         * src/compose.c
826                 revert commit 0.8.10claws92
827
828 2003-03-06 [paul]       0.8.10claws95
829
830         * src/folderview.c
831                 fix (solaris) bug 73, 'Crash when selecting top-level folder'
832
833         * src/gtkaspell.c
834                 fix bug 74, 'Crash opening editor window with pseudo-color
835                 display'
836                 
837         Patches submitted by Kevin Vigor <kevin@vigor.nu>
838
839 2003-03-06 [christoph]  0.8.10claws94
840
841         * src/send.c
842                 fix rfc2821 (4.5.2) violation in SMTP data sending,
843                 all lines starting with a period get an extra period
844                 inserted
845                 (found by Simon 'corecode' Schubert)
846
847 2003-03-06 [paul]       0.8.10claws93
848
849         * src/folderview.c
850                 if configured font can't be loaded fall back to gtk
851                 default. (with thanks to Christoph)
852                 
853                 closes long-standing bug 15 'Crashes on startup'
854
855 2003-03-06 [paul]       0.8.10claws92
856
857         * src/compose.c
858                 freeze text before autosave and thaw afterwards
859                 fixes bug 67 'autosave make re-rediting message crazy'
860
861 2003-03-06 [christoph]  0.8.10claws91
862
863         * src/compose.c
864                 ignore address comment in dupe check for Cc-list
865
866         (closes reopened bug 47 Replying to message strips name part of
867          e-mail addresses of Cc: lines)
868
869 2003-03-06 [paul]       0.8.10claws90
870
871         * src/Makefile.am
872                 remove reference to gtkxtext.h as its no longer in
873                 the repository
874
875 2003-03-06 [paul]       0.8.10claws89
876
877         * sync with 0.8.10cvs25
878                 see ChangeLog 2003-03-06
879
880 2003-03-06 [oliver]     0.8.10claws88
881         
882         * src/messageview.c
883                 remove include
884
885 2003-03-06 [oliver]     0.8.10claws87
886         
887         * src/folderview.c 
888                 remove changes introduced inclaws74
889         * src/messageview.c
890                 another attempt to sanely delete and update
891                 messages deleted in separate messageview
892
893 2003-03-05 [christoph]  0.8.10claws86
894
895         * src/summaryview.c
896                 check if "From" matches any account's address if
897                 addressbook completion of addresses is disabled too
898
899         (closes Bug 70 "Display recipient in from" doesn't check
900          folder's default account)
901
902 2003-03-05 [christoph]  0.8.10claws85
903
904         * src/compose.c
905         * src/common/utils.[ch]
906                 don't strip address comments when building Cc lists
907
908         (closes Bug 47 Replying to message strips name part of e-mail addresses
909          of Cc: lines)
910
911         * src/folder.c
912                 fix return value of copy function
913
914 2003-03-05 [christoph]  0.8.10claws84
915
916         * src/imap.c
917                 don't ask imap server for non rfc822 headers
918
919         (closes bug 71 IMAP FETCH asks for FROM header field twice)
920
921         * src/imap.c
922                 destroy session on socket error to allow reconnecting
923
924 2003-03-05 [christoph]  0.8.10claws83
925
926         * configure.ac
927                 fix building with gnome when no prefix is set
928
929         (closes bug 66 Gnome directory is set to NONE)
930
931 2003-03-05 [paul]       0.8.10claws82
932
933         * sync with 0.8.10cvs23
934                 see ChangeLog 2003-03-05
935
936 2003-03-04 [christoph]  0.8.10claws81
937
938         * src/folder.c
939                 o fix moving and copying when folder returns 0 for new
940                   message number
941                 o remove some code for single message copy and move
942                   operations and use functions for multiple messages
943
944         (closes bug 63 Strange behaviour MOVING messages from MH to IMAP)
945
946         * src/news.c
947                 remove unused include
948
949 2003-03-04 [paul]       0.8.10claws80
950
951         * src/gtk/about.c
952                 list 'Compiled plugins'
953
954 2003-03-03 [christoph]  0.8.10claws79
955
956         * src/news.[ch]
957                 have to multiply the percentage of the current fetch with
958                 the percentage that it has of the total fetch operation
959                 for correct values
960
961 2003-03-03 [christoph]  0.8.10claws78
962
963         * src/news.c
964                 fix calculation of expected lines for progress indicator
965
966 2003-03-03 [christoph]  0.8.10claws77
967
968         * src/summaryview.c
969         * src/common/utils.c
970                 fix segfault when opening the root news folder
971
972 2003-03-03 [christoph]  0.8.10claws76
973
974         * src/mainwindow.[ch]
975         * src/common/Makefile.am
976         * src/common/progressindicator.[ch]
977                 add UI independent progress indicator handling
978
979         * src/news.[ch]
980                 use new progress indicator for message info fetching
981
982         * src/common/hooks.h
983                 code cleanup
984
985 2003-03-03 [oliver]     0.8.10claws75
986
987         * src/toolbar.c
988         * src/compose.c
989                 removed commented code
990
991 2003-03-03 [oliver]     0.8.10claws74
992
993         * src/toolbar.[ch]
994                 cleanups and refactoring
995         * src/compose.[ch]
996                 compose_reply_mode reply & forwarding interface for
997                 toolbar buttons
998         * src/folderview.c
999                 act on messages marked for deletion in folderview_selected
1000                 based on prefs_common.immediate_exec since a message might 
1001                 have been deleted by messageview in a folder we are changing 
1002                 to (does anybody understand what I'm on about ?)
1003
1004 2003-03-03 [oliver]     0.8.10claws73
1005         
1006         * src/messageview.[ch]
1007                 new functions
1008                 - messageview_delete: delete message shown in messagview
1009                 - messageview_update_view: update messageview to currently 
1010                   selected summaryview message
1011                 - add separate messageview to msgview_list in order to update 
1012                   toolbar to new toolbar style on the fly (TOOLBAR_NONE, TOOLBAR_ICON etc.)
1013         * src/summaryview.[ch]
1014                 summary_get_selection returns a list of selected msgs
1015                 in summaryview
1016         * src/mainwindow.c
1017                 toolbar reply refactoring
1018
1019 2003-03-03 [paul]       0.8.10claws72
1020
1021         * sync with 0.8.10cvs21
1022                 see ChangeLog 2003-03-03
1023
1024 2003-03-02 [christoph]  0.8.10claws71
1025
1026         * src/common/passcrypt.c
1027                 use POSIX includes
1028
1029 2003-03-02 [christoph]  0.8.10claws70
1030
1031         * configure.ac
1032         * src/prefs_account.c
1033         * src/prefs_gtk.[ch]
1034         * src/common/.cvsignore
1035         * src/common/Makefile.am
1036         * src/common/passcrypt.c                ** NEW **
1037         * src/common/passcrypt.h.in             ** NEW **
1038                 Implement password encryption in config files
1039                 using unix encrypt and setkey functions. The crypt
1040                 key can be set as a configure parameter. Old
1041                 passwords will be converted if they do not begin
1042                 with '!'
1043
1044 2003-03-02 [paul]       0.8.10claws69
1045
1046         * src/prefs_account.c
1047                 fix compile error
1048
1049 2003-03-01 [thorsten]   0.8.10claws68
1050
1051         * po/el.po
1052           po/hr.po
1053           po/it.po
1054           po/nl.po
1055           po/sr.po
1056           po/sv.po
1057                 corrected format strings
1058         * po/en_GB.po
1059                 corrected headers
1060                 (fix compile errors with GNU gettext-0.11.5)
1061
1062 2003-03-01 [oliver]     0.8.10claws67
1063
1064         * src/summaryview.c
1065                 menu callbacks call toolbar_menu_reply
1066
1067 2003-03-01 [oliver]     0.8.10claws66
1068
1069         * src/mainwindow.c
1070         * src/messageview.c
1071                 menu callbacks call toolbar_menu_reply
1072         * src/toolbar.[ch]
1073                 callbacks from menu handled by toolbar_menu_reply
1074
1075 2003-03-01 [paul]       0.8.10claws65
1076
1077         * src/addressbook.c
1078                 revert commit 0.8.10claws54 - breaks editing of
1079                 addressbook.
1080                 
1081         * po/bg.po
1082                 update Bulgarian translation, submitted by
1083                 George Danchev
1084
1085 2003-02-28 [christoph]  0.8.10claws64
1086
1087         * src/account.c
1088         * src/addressadd.c
1089         * src/compose.c
1090         * src/gtkaspell.c
1091         * src/gtkxtext.h                ** REMOVE **
1092         * src/imap.c
1093         * src/matcher.[ch]
1094         * src/mh.c
1095         * src/news.c
1096         * src/pine.c
1097         * src/prefs_common.c
1098         * src/prefs_matcher.c
1099         * src/procheader.[ch]
1100         * src/procmsg.[ch]
1101         * src/toolbar.c
1102         * src/common/ssl_certificate.c
1103         * src/gtk/colorlabel.c
1104         * src/gtk/menu.c
1105                 o fix warnings
1106                 o remove code obsoleted by new cache and folder system rework
1107
1108 2003-02-28 [oliver]     0.8.10claws63
1109         
1110         * src/toolbar.[ch]
1111                 * fix bug where reply in Messageview replied to 
1112                 Message displayed in summaryview
1113                 (reportedd via ML by chinatinte at gmx dot ch)
1114                 * fix bug where toolbar popups (WITH_QUOTE, WITHOUT_QOUTE)
1115                 didn't work in separate MessageView Toolbar
1116                 (wondering if anybody uses this at all ?)
1117         * src/summaryview.[ch]
1118                 use toolbar.c's toolbar_reply instead of summary_reply (removed)
1119                 (generalize reply and forward code);
1120         * src/messageview.c 
1121                 remove focus_in event which updated summaryview to messageview
1122
1123 2003-02-28 [paul]       0.8.10claws62
1124
1125         * po/Makefile.in.in
1126                 add the --check option
1127                 Patch submitted by Ricardo Mones Lastra
1128
1129 2003-02-28 [paul]       0.8.10claws61
1130
1131         * src/prefs_account.c
1132                 re-order 'Signature' items
1133
1134 2003-02-28 [paul]       0.8.10claws60
1135
1136         * sync with 0.8.10cvs20
1137                 see ChangeLog 2003-02-28
1138
1139 2003-02-28 [paul]       0.8.10claws59
1140
1141         * po/POTFILES.in
1142                 update to reflect recent movement of files
1143
1144 2003-02-28 [paul]       0.8.10claws58
1145
1146         * sync with 0.8.10cvs19
1147                 see ChangeLog 2003-02-28
1148
1149 2003-02-27 [martin]     0.8.10claws57
1150
1151         * src/prefs_matcher.c 
1152                 fix segfault in prefs_matcher_ok() when the
1153                 last entry is deleted and prevents that the
1154                 message "entry not saved" comes up after deleting
1155                 an entry
1156
1157 2003-02-27 [martin]     0.8.10claws56
1158
1159         * src/prefs_filtering.c 
1160                 fix segfault in prefs_filtering_ok() when the
1161                 last entry is deleted and prevents that the
1162                 message "entry not saved" comes up after deleting
1163                 an entry
1164
1165 2003-02-27 [paul]       0.8.10claws55
1166
1167         * sync with 0.8.10cvs18
1168                 see ChangeLog 2003-02-27
1169
1170 2003-02-27 [paul]       0.8.10claws54
1171
1172         * src/addressbook.c
1173                 fix bug where the address book crashes with 
1174                 multiple lookups.
1175                 Patch [687729] submitted by David Frager 
1176                 <dbfrager@users.sourceforge.net>
1177
1178 2003-02-25 [christoph]  0.8.10claws53
1179
1180         * src/Makefile.am
1181         * src/colorlabel.[ch]           ** REMOVE **
1182         * src/gtk/Makefile.am
1183         * src/gtk/colorlabel.[ch]       ** NEW **
1184                 move colorlabel files to gtk directory
1185
1186         * src/esmtp.[ch]                ** REMOVE **
1187                 has been merged into smtp.[ch] in 0.7.5
1188
1189 2003-02-25 [christoph]  0.8.10claws52
1190
1191         * src/Makefile.am
1192         * src/about.[ch]                ** REMOVE **
1193         * src/gtk/Makefile.am
1194         * src/gtk/about.[ch]            ** NEW **
1195                 move about files to gtk directory
1196
1197 2003-02-25 [christoph]  0.8.10claws51
1198
1199         * src/folder.c
1200                 some code optimization of folder scanning code
1201
1202         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx> 
1203
1204 2003-02-25 [christoph]  0.8.10claws50
1205
1206         * src/main.c
1207         * src/common/sylpheed.c
1208                 add command line parameter parsing to common code
1209
1210 2003-02-24 [christoph]
1211
1212         * Makefile.am
1213         * configure.ac
1214                 fix gnome prefix problems, the configure script now removed
1215                 `gnome-config --prefix` from `gnome-config --datadir`
1216                 and adds $(prefix} instead
1217
1218         (closes Bug 24 Makefile does not respect prefix when installing
1219          GNOME data)
1220
1221 2003-02-24 [christoph]  0.8.10claws49
1222
1223         * src/news.c
1224                 check for valid session before trying to authenticate
1225
1226         (closes Bug 60 crash if "authenticate on logon" is activated
1227          and newsserver-hostname is not valid)
1228
1229 2003-02-24 [melvin]     0.8.10claws48
1230
1231         * src/prefs_actions.c
1232                 Make sure all user's input is sent to the action and then
1233                 close the socket..
1234
1235 2003-02-23 [alfons]     0.8.10claws46
1236
1237         * src/summaryview.c
1238                 also wait cursor when deleting files
1239
1240 2003-02-23 [paul]
1241
1242         * tools/freshmeat_search.pl
1243           tools/google_search.pl
1244                 scripts should now work for any browser/browser command line
1245
1246 2003-02-22 [christoph]  0.8.10claws45
1247
1248         * src/procmsg.c
1249                 fix IMAP flag setting, IMAP flag is not handled correctly
1250                 anymore by the folder system and information about the
1251                 folder should not be saved in the MsgInfo (in my opinion)
1252
1253         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
1254
1255 2003-02-22 [christoph]  0.8.10claws44
1256
1257         * src/summaryview.c
1258                 fix spelling of "label" ;-)
1259
1260 2003-02-22 [thorsten]   0.8.10claws43
1261
1262         * src/mimeview.c
1263           src/prefs_common.[ch]
1264           src/procmime.[ch]
1265                 do not use description as attachment name
1266
1267 2003-02-22 [alfons]     0.8.10claws42
1268
1269         * src/summaryview.c
1270                 freeze/thaw folder item updates when changing color labels,
1271                 and put a wait cursors on
1272
1273 2003-02-22 [thorsten]   0.8.10claws41
1274
1275         * src/mimeview.c
1276                 save-all fixes: crash if invoked on multipart container,
1277                 mimeinfo access, pathseparators, error dialog
1278
1279 2003-02-21 [alfons]     0.8.10claws40
1280
1281         * src/prefs_gtk.c
1282                 remove unused var
1283
1284 2003-02-21 [colin]      0.8.10claws39
1285
1286         * src/send.c
1287                 Fix smtp logging
1288
1289 2003-02-21 [colin]      0.8.10claws38
1290
1291         * src/summaryview.c
1292                 Freeze/thaw folderItem updates when filtering messages 
1293                 via Tools/Filter messages
1294
1295 2003-02-21 [paul]       0.8.10claws37
1296
1297         * src/compose.c
1298                 revert commit 0.8.10claws26, there are ulterior motives
1299                 for users to set a Reply-To header when posting to
1300                 newsgroups
1301
1302 2003-02-21 [paul]       0.8.10claws36
1303
1304         * sync with 0.8.10cvs17
1305                 see ChangeLog 2003-02-21
1306
1307 2003-02-20 [christoph]  0.8.10claws35
1308
1309         * src/imap.c
1310                 IMAP UID fetch speedup using SEARCH
1311
1312         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
1313
1314         * src/imap.c
1315                 fix problem with UIDs in IMAP UID cache that no longer existed
1316
1317 2003-02-20 [christoph]  0.8.10claws34
1318
1319         * src/imap.c
1320         * src/procheader.c
1321         * src/procheader.h
1322                 IMAP header fetch speedup (fetch only headers cached in MsgInfo)
1323
1324         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
1325
1326         * src/imap.c
1327                 Rewrite imap_cmd_gen_recv use sock_getline instead
1328                 of sock_gets to avoid problems with too long reply
1329                 lines
1330     
1331 2003-02-20 [colin]      0.8.10claws33
1332         
1333         * src/prefs_account.c
1334                 Better wording
1335
1336 2003-02-20 [colin]      0.8.10claws32
1337
1338         * src/compose.c
1339                 Remove useless '&& !to_sender' 
1340
1341 2003-02-20 [darko]
1342
1343         * AUTHORS
1344                 change my e-mail address
1345
1346 2003-02-19 [colin]      0.8.10claws31
1347
1348         * src/prefs_common.c
1349                 X11 style colors for every configurable color
1350
1351 2003-02-19 [alfons]     0.8.10claws30
1352
1353         * src/prefs_gtk.[ch]
1354         * src/prefs_common.c
1355                 for color_new accept both plain integers and X11 style color
1356                 names (as found in /usr/lib/X11/rgb.txt)
1357
1358 2003-02-19 [paul]       0.8.10claws29
1359
1360         * src/mainwindow.c
1361                 add tooltips to online/offline button and account selector
1362                 button
1363
1364 2003-02-19 [paul]       0.8.10claws28
1365
1366         * src/folder.c
1367           src/news.c
1368           src/prefs_account.[ch]
1369           src/prefs_common.[ch]
1370                 move 'Maximum number of articles to download' to
1371                 account prefs.
1372                 clean up account prefs gui a little by hiding entries
1373                 rather then greying out entries
1374
1375 2003-02-19 [hiro]       0.8.10claws27
1376
1377         * src/common/utils.c
1378                 fix bug #54 'yesterdays date is displayed in the message 
1379                 summary window'
1380
1381 2003-02-19 [paul]       0.8.10claws26
1382
1383         * src/compose.c
1384                 fix bug reported in Feature Request [688596] 
1385                 'Reply-to header in news'
1386
1387 2003-02-18 [paul]       0.8.10claws25
1388
1389         * src/select-keys.c
1390                 add a 'List all keys' button to key selection dialog
1391
1392 2003-02-18 [colin]      0.8.10claws24
1393         
1394         * src/stock_pixmap.c
1395                 fix compile error
1396
1397 2003-02-18 [colin]      0.8.10claws23
1398
1399         * src/common/smtp.[ch]
1400           src/prefs_account.c
1401                 Try to starttls if it seems to be the only
1402                 way to authenticate a user
1403
1404 2003-02-18 [paul]       0.8.10claws22
1405
1406         * src/Makefile.am
1407           src/folderview.c
1408           src/stock_pixmap.[ch]
1409           src/pixmaps/drafts_close.xpm  ** NEW FILE **
1410           src/pixmaps/drafts_open.xpm   ** NEW FILE **
1411                 as a Drafts folder is a special folder allow it to have
1412                 its own unique icons
1413
1414 2003-02-18 [colin]      0.8.10claws21
1415
1416         * src/imap.c
1417                 Fix port selection when using starttls
1418
1419 2003-02-18 [paul]       0.8.10claws20
1420
1421         * src/mainwindow.c
1422           src/prefs_common.[ch]
1423                 make blue the default new mail colour
1424
1425 2003-02-18 [paul]       0.8.10claws19
1426
1427         * sync with 0.8.10cvs14
1428                 see ChangeLog 2003-02-18
1429
1430 2003-02-17 [jens]       0.8.10claws18
1431
1432         * src/common/md5.c
1433                 fixed a compile problem with gcc 3.3
1434                 works on 2.95.3 too (testet on PPC as it is big endian)
1435
1436 2003-02-17 [paul]       0.8.10claws17
1437
1438         * sync with 0.8.10cvs13
1439                 see ChangeLog 2003-02-17
1440
1441 2003-02-17 [paul]       0.8.10claws16
1442
1443         * sync with 0.8.10cvs12
1444                 see ChangeLog 2003-02-17
1445
1446 2003-02-16 [match]      0.8.10claws15
1447
1448         * src/addressbook.c
1449                 Eliminates reloading of address data when items
1450                 deleted or added. Applied submitted by
1451                 Luke Plant <lukeplant@softhome.net>
1452
1453 2003-02-16 [paul]       0.8.10claws14
1454
1455         * src/news.c
1456                 when a 'protocol error' is encountered disconnect from
1457                 the server. This means that the user can carry on viewing
1458                 other articles and doesn't have to either wait until the
1459                 server timesout or quit sylpheed.
1460                 Fixes bug #53 'Unable to read messages in newsgroups, 
1461                 displayed message doesn't change'
1462
1463 2003-02-15 [christoph]  0.8.10claws13
1464
1465         * src/imap.c
1466                 fix bug that stopped scanning of folders when an
1467                 IMAP folder was empty
1468
1469         (closes bug 46 stop scan messages in folders after empty folder)
1470
1471 2003-02-15 [paul]
1472
1473         * tools/Makefile.am
1474           tools/README
1475           tools/freshmeat_search.pl     ** NEW FILE **
1476           tools/google_search.pl        ** NEW FILE **
1477                 Add 2 Actions scripts which search freshmeat/google
1478                 for the selected text using the browser configured
1479                 in sylpheedrc.
1480                 
1481         Note: These scripts are very dependent on the format of the
1482         browser command and may not work on every occasion. Testing
1483         is welcome. 
1484
1485 2003-02-14 [alfons]     0.8.10claws12
1486
1487         * src/compose.c
1488                 fix breakage because of uninitialized account pointer.
1489                 please verify.
1490
1491 2003-02-14 [paul]       0.8.10claws11
1492
1493         * src/compose.c
1494           src/prefs_account.[ch]
1495           src/prefs_common.[ch]
1496                 move signature settings to Account Prefs
1497
1498 2003-02-14 [paul]       0.8.10claws10
1499
1500         * sync with 0.8.10cvs11
1501                 see ChangeLog 2003-02-14
1502
1503 2003-02-13 [thorsten]   0.8.10claws9
1504
1505         * src/news.c
1506                 revert news progressbar (GUI separation)
1507
1508 2003-02-13 [paul]       0.8.10claws8
1509
1510         * src/compose.c
1511                 make replies behave correctly, re: RFC 1036, Section 2.2.3,
1512                 paragraph 1
1513
1514 2003-02-13 [paul]       0.8.10claws7
1515
1516         * src/compose.[ch]
1517           src/summaryview.c
1518                 fix 'Follow-up and Reply-to' so that it creates a reply to
1519                 the newsgroup and the sender. If the message has the keyword
1520                 'poster' in the Followup-To header, all replies go to the
1521                 sender, re: RFC 1036, Section 2.2.3
1522                 rename all instances of 'ignore_replyto' to 'to_sender', both
1523                 were previously used, now we use just one.
1524
1525 2003-02-13 [paul]       0.8.10claws6
1526
1527         * sync with 0.8.10cvs9
1528                 see ChangeLog 2003-02-13
1529
1530 2003-02-13 [paul]       0.8.10claws5
1531
1532         * configure.ac
1533                 show which plugins are configured in the configure
1534                 output.
1535
1536 2003-02-12 [thorsten]   0.8.10claws4
1537
1538         * src/news.c
1539                 show progress while fetching news headers
1540
1541 2003-02-12 [christoph]  0.8.10claws3
1542
1543         * configure.ac
1544         * src/plugins/Makefile.am
1545                 use AM_CONDITIONAL to enable plugins, automake correctly
1546                 manages this when creating distdir
1547
1548 2003-02-12 [christoph]  0.8.10claws2
1549
1550         * ac/spamassassin.m4
1551         * src/plugins/spamassassin/Makefile.am
1552                 fix building SpamAssassin plugin without OpenSSL
1553
1554 2003-02-12 [paul]       0.8.10claws1
1555
1556         * ac/Makefile.am
1557           src/Makefile.am
1558           src/plugins/Makefile.am
1559                 fix failure of 'make release'
1560
1561 2003-02-12 [paul]       0.8.10claws
1562
1563         * 0.8.10claws released
1564
1565 2003-02-12 [paul]       0.8.9claws56
1566
1567         * po/bg.po
1568           po/es.po
1569           po/it.po
1570           po/ru.po
1571           po/sr.po
1572                 updated translations by George Danchev, Ricardo Mones Lastra,
1573                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively
1574                 
1575         * sylpheed.spec.in
1576                 Allow the building of RPMs by a regular user. Submitted
1577                 by Sergei Astanin
1578
1579 2003-02-11 [alfons]     0.8.9claws55
1580
1581         * src/colorlabel.c
1582                 don't use pixmaps for label color rect but draw rectangles
1583                 so we can respect the color map of palette based visuals
1584                 (fixes the long time crashes on Suns - thanks to Andreas
1585                 Engel and Steve O'Hara-Smith for testing)
1586
1587 2003-02-11 [christoph]  0.8.9claws54
1588
1589         * src/matcher_parser_parse.y
1590                 correct bug where filering rules of not existing folders in
1591                 matcherrc were added to global filtering
1592                 
1593         (closes Debian Bug #180253 - Directory's filter-rules are merged with
1594          main filter-rules after removing directory, http://bugs.debian.org/180253)
1595         
1596 2003-02-11 [paul]       0.8.9claws53
1597
1598         * sync with 0.8.10cvs7
1599                 see ChangeLog 2003-02-09
1600
1601 2003-02-11 [melvin]     0.8.9claws52
1602
1603         * po/fr.po
1604                 Updated French tranlsations
1605
1606 2003-02-10 [paul]       0.8.9claws51
1607
1608         * sylpheed.spec.in
1609                 correct --enable-openssl
1610                 Fix submitted by Sergei Astanin <asita@users.sourceforge.net>
1611
1612 2003-02-09 [martin]     0.8.9claws50
1613
1614         * src/prefs_matcher.c
1615                 fix segfault in prefs_matcher_substitute_cb() when
1616                 no row is selected
1617
1618 2003-02-09 [paul]       0.8.9claws49
1619
1620         * src/folderview.c
1621                 fix bug where a newsgroup folder's processing rules were
1622                 merged with the global filtering rules when the newsgroup
1623                 folder was deleted, causing some seriously bad results,
1624                 see <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=180253>
1625
1626 2003-02-08 [melvin]     0.8.9claws48
1627
1628         * src/compose.c
1629                 Corrected and modified an alert message.
1630
1631 2003-02-07 [paul]       0.8.9claws47
1632
1633         * src/folderview.c
1634                 fix bug where both an 'Account properties' window and a
1635                 'Folder properties' window were opened when clicking on
1636                 'Properties' in an NNTP or IMAP folder's popup menu.
1637
1638 2003-02-07 [paul]       0.8.9claws46
1639
1640         * sync with 0.8.10cvs6
1641                 see ChangeLog 2003-02-06
1642
1643 2003-02-06 [christoph]  0.8.9claws45
1644
1645         * src/mbox.c
1646                 freeze folder updates while importing mbox files
1647                 (closes bug 43 importing mbox took hours)
1648                 
1649         Patch submitted by Jens Rantil <jens.rantil@telia.com>
1650
1651 2003-02-06 [thorsten]   0.8.9claws44
1652
1653         * po/de.po
1654                 Updated german translations
1655
1656 2003-02-06 [thorsten]   0.8.9claws43
1657
1658         * src/news.h
1659                 use guint for message numbers (fix count in grouplist dialog)
1660
1661 2003-02-05 [paul]       0.8.9claws42
1662
1663         * sync with 0.8.10cvs2
1664                 see ChangeLog 2003-02-05
1665
1666 2003-02-04 [colin]      0.8.9claws41
1667
1668         * src/prefs_common.[ch]
1669           src/procmsg.c
1670           src/summaryview.c
1671                 Add an option to disable threading by subject
1672
1673 2003-02-04 [christoph]  0.8.9claws40
1674
1675         * src/inc.c
1676                 only abort fetching mails from multiple accounts when the
1677                 error is fatal and does not allow to check any more accounts
1678                 (currently only disk full error)
1679
1680         (closes bug 31 after POP3 error: "no such mail" Sylpheed does not
1681          receive mails for other accouts)
1682
1683 2003-02-04 [christoph]  0.8.9claws39
1684
1685         * src/folder.c
1686                 first add the new message to the cache, then
1687                 send the update notification
1688
1689         (closes bug 39 after sending message folderview doesnt get updated)
1690
1691 2003-02-04 [colin]      0.8.9claws38
1692
1693         * src/inc.c
1694                 _really_ fix this Connecting... status
1695
1696 2003-02-04 [paul]       0.8.9claws37
1697
1698         * sync with 0.8.10
1699                 see ChangeLog 2003-02-04
1700
1701 2003-02-04 [paul]       0.8.9claws36
1702
1703         * sync with 0.8.9cvs6
1704                 see ChangeLog 2003-02-03
1705
1706 2003-02-04 [paul]       0.8.9claws35
1707
1708         * po/pt_BR.po
1709                 updated by André Filipe de Assunção e Brito 
1710                 <bedecko@netsite.com.br>
1711
1712 2003-02-03 [thorsten]   0.8.9claws34
1713
1714         * po/de.po
1715                 Updated german translations
1716
1717 2003-02-02 [paul]       0.8.9claws33
1718
1719         * po/es.po
1720                 updated by Ricardo Mones Lastra
1721
1722 2003-02-02 [thorsten]   0.8.9claws32
1723
1724         * src/mh.c
1725                 Fix mh_get_msginfo() segfault if file is inaccessible
1726
1727 2003-01-31 [colin]      0.8.9claws31
1728
1729         * src/procheader.c
1730                 Fix last commit's bug
1731
1732 2003-01-31 [colin]      0.8.9claws30
1733
1734         * src/procheader.c
1735                 Missing a change for gpg-signed messages
1736
1737 2003-01-31 [paul]       0.8.9claws29
1738
1739         * src/pixmaps/gpg_signed.xpm    ** NEW FILE **
1740           src/procheader.c
1741           src/stock_pixmap.[ch]
1742           src/summaryview.c
1743                 indicate GnuPG signed messages by displaying an icon
1744                 in the Attachment column.
1745
1746 2003-01-31 [paul]       0.8.9claws28
1747
1748         * sync with 0.8.9cvs4
1749                 see ChangeLog 2003-01-31
1750
1751 2003-01-31 [alfons]     0.8.9claws27
1752
1753         * src/textview.c
1754                 tune URI parser to accept mailto URLs with a '?'
1755                 (patch from Ruslan Balkin)
1756
1757 2003-01-31 [colin]      0.8.9claws26
1758
1759         * src/summaryview.c
1760                 Fix a leak introduced in claws24
1761
1762 2003-01-31 [colin]      0.8.9claws25
1763
1764         * src/summaryview.c
1765                 Freeze/Thaw folder updates when deleting dups
1766
1767 2003-01-31 [colin]      0.8.9claws24
1768         
1769         * src/addr_compl.c
1770           src/summaryview.c
1771           src/msgcache.c
1772                 little speed improvements
1773
1774 2003-01-31 [colin]      0.8.9claws23
1775
1776         * src/summaryview.c
1777                 Fix segfault when forwarding nothing
1778                 Patch from "Ruslan N. Balkin" <baron@voices.ru>
1779                 
1780 2003-01-30 [paul]       0.8.9claws22
1781
1782         * sync with 0.8.9cvs3
1783                 see ChangeLog 2003-01-30
1784
1785 2003-01-30 [paul]       0.8.9claws21
1786
1787         * sync with 0.8.9cvs2
1788                 see ChangeLog 2003-01-30
1789
1790 2003-01-29 [paul]       0.8.9claws20
1791
1792         * sync with 0.8.9cvs1
1793                 see ChangeLog 2003-01-29
1794
1795 2003-01-28 [paul]       0.8.9claws19
1796
1797         * po/POTFILES.in
1798                 update to reflect changes. 
1799                 thanks to Ricardo Mones Lastra
1800
1801 2003-01-27 [christoph]  0.8.9claws18
1802
1803         * ac/openssl.m4
1804         * ac/spamassassin.m4
1805         * src/plugins/spamassassin/README
1806         * src/plugins/spamassassin/libspamc.[ch]
1807         * src/plugins/spamassassin/utils.[ch]
1808                 updated to latest libspamc
1809
1810 2003-01-27 [christoph]  0.8.9claws17
1811
1812         * src/folder.c
1813                 fix wrong use of procheader_get_header_fields
1814
1815 2003-01-27 [christoph]  0.8.9claws16
1816
1817         * src/news.c
1818         * src/prefs_account.[ch]
1819         * src/common/nntp.[ch]
1820                 allow to force authentication for NNTP servers
1821
1822         Patch submitted by Florian Mickler <dmk@d-labs.de>
1823
1824 2003-01-26 [paul]       0.8.9claws15
1825
1826         * src/summaryview.c
1827                 speed up of marking messages as read
1828                 patch submitted by Jens Rantil <ztyx@users.sourceforge.net>
1829
1830 2003-01-26 [christoph]  0.8.9claws14
1831
1832         * src/Makefile.am
1833         * src/mgutils.[ch]              ** REMOVE **
1834         * src/xml.[ch]                  ** REMOVE **
1835         * src/xmlprops.[ch]             ** REMOVE **
1836         * src/common/Makefile.am
1837         * src/common/mgutils.[ch]       ** NEW **
1838         * src/common/xml.[ch]           ** NEW **
1839         * src/common/xmlprops.[ch]      ** NEW **
1840                 move xml files to common directory
1841
1842 2003-01-26 [christoph]  0.8.9claws13
1843
1844         * src/plugins/spamassassin/spamassassin_gtk.c
1845                 only set gtk entry text if string is available
1846
1847 2003-01-26 [melvin]     0.8.9claws12
1848
1849         * src/description_window.c
1850                 Allow resizing of the window
1851                 Allow automatic horizontal scroll bar
1852                 Do not vertically expand and fill
1853
1854 2003-01-26 [christoph]  0.8.9claws11
1855
1856         * src/Makefile.am
1857         * src/gtkutils.[ch]             ** REMOVE **
1858         * src/common/sylpheed.c
1859         * src/gtk/Makefile.am
1860         * src/gtk/description_window.c
1861         * src/gtk/gtkutils.[ch]         ** NEW **
1862         * src/gtk/prefswindow.c
1863                 move gtkutils to gtk directory
1864
1865 2003-01-26 [paul]       0.8.9claws10
1866
1867         * src/summaryview.c
1868                 rename summary_unread_clicked() to summary_status_clicked()
1869
1870 2003-01-26 [melvin]     0.8.9claws9
1871
1872         * src/prefs_actions.c
1873                 Cosmetical changes to the help text
1874
1875 2003-01-26 [paul]       0.8.9claws8
1876
1877         * src/folder.[ch]
1878           src/mainwindow.c
1879           src/prefs_common.c
1880           src/prefs_sumamry_column.c
1881           summaryview.[ch]
1882                 rename the 'Unread' column to 'Status'
1883
1884 2003-01-25 [match]      0.8.9claws7
1885
1886         * src/mgutils.[ch]
1887                 removed reference to LDAP constants. removed error2string.
1888                 included functions to support LDAP dynamic queries.
1889         * src/syldap.h
1890                 moved LDAP constants here.
1891         * src/addressbook.c
1892         * src/addrindex.c
1893         * src/importldif.c
1894                 removed references to LDAP constants and references to
1895                 error2string.
1896
1897 2003-01-25 [paul]       0.8.9claws6
1898
1899         * src/summaryview.c
1900                 summary_thread_build(), summary_thread_init(): remove 
1901                 unneeded reference to summaryview->folder_item
1902
1903 2003-01-25 [christoph]  0.8.9claws5
1904
1905         * src/gtk/description_window.c
1906                 o allow description texts to expand over multiple columns
1907                 o translate all columns
1908         * src/prefs_actions.c
1909                 change syntax description to use new multi column feature
1910
1911         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
1912
1913 2003-01-25 [match]      0.8.9claws4
1914
1915         * src/vcard.c
1916                 fixed bug with Quoted-Printable
1917
1918 2003-01-25 [paul]       0.8.9claws3
1919
1920         * src/folder.[ch]
1921           src/summaryview.[ch]
1922                 implement per-folder collapsed/expanded threads setting
1923                 
1924         * src/prefs_common.c
1925                 remove global collapsed/expanded threads option
1926
1927 2003-01-25 [christoph]  0.8.9claws2
1928
1929         * po/POTFILES.in
1930                 add pluginwindow and prefswindow
1931         * src/compose.c
1932                 make send respond correctly to messages that could be added
1933                 to the queue folder, but the UID of the message is unknown
1934         * src/folder.c
1935         * src/imap.c
1936                 don't return guessed UIDs in imap_add_msg anymore. We return
1937                 0 to tell the folder system it was appened but the UID is
1938                 unknown. Folder system now get's the UID by scaning the folder
1939                 and searching the cache for the Message-ID
1940                 (closes bug #29 Messages queued, but not sent)
1941
1942 2003-01-25 [paul]       0.8.9claws1
1943
1944         * src/codeconv.c
1945                 conv_encode_header():  fix bug when long headers with 8-bit
1946                 characters are used, so that the encoded words are wrapped.
1947                 If the space in the original text falls on the wrap boundary,
1948                 it can be lost.
1949                 Patch by Sergey Vlasov.
1950                 
1951         * src/folderview.c
1952                  fix bug where a change to the sorting method or thread view
1953                  of a folder's messages is lost if simpify-subject is set and
1954                  toggled on or off.
1955                  Patch by Luke Plant.
1956
1957 2003-01-24 [paul]       0.8.9claws
1958
1959         * sylpheed-0.8.9claws released
1960         
1961         * Makefile.am
1962           sylpheed.spec.in
1963                 remove reference to 'INSTALL.jp'
1964
1965 2003-01-23 [paul]       0.8.8claws128
1966
1967         * po/es.po
1968           po/it.po
1969           po/ru.po
1970           po/sr.po
1971                 updated translations. submitted by Ricardo Mones Lastra,
1972                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively.
1973
1974 2003-01-23 [colin]      0.8.8claws127
1975
1976         * src/compose.c
1977                 Fix drafted and queued news articles re-edition
1978
1979 2003-01-23 [melvin]     0.8.8claws126
1980
1981         * po/fr.po
1982                 Updated French translations
1983
1984 2003-01-23 [colin]      0.8.8claws125
1985
1986         * src/inc.c
1987                 Fix "Connecting to..." status message
1988
1989 2003-01-22 [paul]       0.8.8claws124
1990
1991         * po/bg.po
1992                 updated by George Danchev
1993                 
1994         * src/folder.c
1995                 revert last commit [0.8.8claws111] as it breaks folder d'n'd
1996                 and folder deletion
1997
1998 2003-01-21 [paul]       0.8.8claws123
1999
2000         * po/bg.po
2001                 updated by George Danchev
2002                 
2003         * src/about.c
2004                 its now 2003
2005                 
2006         * src/toolbar.c
2007                 don't translate 'Separator'
2008                 
2009         * src/plugins/spamassassin/Makefile.am
2010                 add aspell to CPPFLAGS
2011                 
2012         * src/plugins/spamassassin/spamassassin.c
2013           src/plugins/spamassassin/spamassassin_gtk.c
2014                 set correct default for spamassassin_receive_spam
2015                 slightly re-word descriptions and some
2016                 other minor changes
2017
2018 2003-01-19 [alfons]     0.8.8claws122
2019                 
2020         * src/mimeview.c
2021                 mimeview_save_as(): we might as well show the file name for
2022                 the single case "Save As" too
2023
2024 2003-01-19 [alfons]     0.8.8claws121
2025
2026         * src/crash.c
2027                 change bug tracker URL to bugzilla URL
2028
2029 2003-01-19 [alfons]     0.8.8claws120
2030
2031         * src/mimeview.c
2032                 mimeview_save_all(): display name of file before overwriting;
2033                 continue saving all, even when one overwrite was cancelled
2034
2035 2003-01-19 [christoph]  0.8.8claws119
2036
2037         * src/summaryview.c
2038         * src/procmsg.[ch]
2039                 fix wrong usage of procmsg_find_children in summaryview
2040                 by using procmsg_update_unread_children instead of
2041                 summaryview_update_unread_children
2042
2043 2003-01-19 [christoph]  0.8.8claws118
2044
2045         * src/procmsg.c
2046                 fix infinite loop in procmsg_find_children
2047                  (closes bug #25 sylpheed crashes on delete.)
2048
2049         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
2050
2051 2003-01-19 [paul]       0.8.8claws117
2052
2053         * po/pt_BR.po
2054                 updated by Ivan Francolin Martinez
2055
2056 2003-01-18 [melvin]     0.8.8claws116
2057
2058         * src/prefs_actions.c
2059                 Removed syntax limitation of only one '&' at the end of command.
2060                         Now actions that contain '>/dev/null 2>&1' are possible.
2061
2062 2003-01-18 [melvin]     0.8.8claws115
2063
2064         * src/prefs_actions.c
2065                 Actions IO dialog: when the action ends
2066                 the "Close" button now has focus and [Escape] closes the
2067                 window.
2068
2069 2003-01-18 [christoph]  0.8.8claws114
2070
2071         * src/procmsg.c
2072                 o add debug output when MsgInfos are really freed
2073                 o free GSLists in procmsg_find_children and
2074                   procmsg_update_unread_children
2075
2076 2003-01-18 [christoph]  0.8.8claws113
2077
2078         * src/mainwindow.c
2079                 reorder Configuration menu
2080
2081 2003-01-18 [christoph]  0.8.8claws112
2082
2083         * src/compose.c
2084                 fix applying templates to forwarded messages
2085
2086         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
2087
2088 2003-01-17 [christoph]  0.8.8claws111
2089
2090         * src/folder.c
2091                 destroy folder items, when a folder item is removed
2092
2093 2003-01-17 [christoph]  0.8.8claws110
2094
2095         * src/folder.c
2096                 fix wrong folder stats update when ignored message is
2097                 deleted
2098
2099 2003-01-17 [colin]      0.8.8claws109
2100         
2101         * src/mainwindow.c
2102         * src/summaryview.c
2103                 Quicksearch bugfixes: 
2104                 - hide help button at startup if not extended
2105                 - switch to extended when looking for replies
2106
2107 2003-01-17 [paul]
2108
2109         * sync with 0.8.9 release
2110
2111 2003-01-17 [paul]       0.8.8claws108
2112
2113         * sync with 0.8.8cvs11
2114                 see ChangeLog 2003-01-17
2115
2116 2003-01-16 [colin]      0.8.8claws107
2117
2118         * src/procmsg.c
2119                 Changed encryption test to re-ask passphrase
2120                 if an encrypted message hasn't been decrypted
2121                 Fixes bug #5
2122
2123 2003-01-16 [christoph]  0.8.8claws106
2124
2125         * src/prefs_gtk.c
2126         * src/prefs_toolbar.c
2127         * src/gtk/prefswindow.h
2128         * src/plugins/spamassassin/spamassassin_gtk.c
2129                 remove page destroy function that is not used anymore
2130
2131 2003-01-16 [paul]       0.8.8claws105
2132
2133         * sync with 0.8.8cvs9
2134                 see ChangeLog 2002-01-16
2135
2136 2003-01-16 [colin]      0.8.8claws104
2137
2138         * src/compose.[ch]
2139                 Fix bug with autosaved drafts for IMAP, when draft
2140                 folder is specified - fixes bugzilla bug #20
2141
2142 2003-01-15 [paul]       0.8.8claws103
2143
2144         * src/compose.[ch]
2145           src/procmsg.c
2146                 store folder and message-id of message forwarding
2147                 in queue header and set forward flag after sending
2148
2149 2003-01-15 [paul]       0.8.8claws102
2150
2151         * sync with 0.8.8cvs8
2152                 see ChangeLog 2002-01-15
2153
2154 2003-01-15 [colin]      0.8.8claws101
2155
2156         * src/Makefile.am
2157                 Fix linking with GNU libiconv
2158
2159 2003-01-15 [darko]      0.8.8claws100
2160
2161         * src/pine.c
2162                 fix crash when importing pine address book
2163                 entry with an empty name (reported by DY
2164                 <dybulk at tri8.net>)
2165
2166 2003-01-14 [paul]       0.8.8claws99
2167
2168         * configure.in  ** REMOVED **
2169           configure.ac  ** NEW FILE **
2170                 rename configure.in to configure.ac, as it is now
2171                 preferred
2172
2173 2003-01-14 [melvin]     0.8.8claws98
2174
2175         * src/folderview.c
2176                 folderview_check_new(): More precise function description
2177
2178 2003-01-14 [melvin]     0.8.8claws97
2179
2180         * src/folderview.c
2181                 folderview_check_new(): return the number of new messages 
2182                         since last check.
2183         * src/inc.c
2184                 inc_account_mail(): Disable counting of new messages for IMAP
2185                         and NNTP until bug [19] and [14] are fixed.
2186
2187 2003-01-14 [paul]       0.8.8claws96
2188
2189         * sync with 0.8.8cvs6
2190                 see ChangeLog 2003-01-14
2191
2192 2003-01-13 [alfons]     0.8.8claws95
2193
2194         * src/textview.c
2195                 tune email address validation (c. 0.8.8claws89): if . is 
2196                 just one char away from @, the address is invalid too 
2197                 (correctly rejects addresses like foo@.com)
2198
2199 2003-01-13 [paul]       0.8.8claws94
2200
2201         * src/messageview.c
2202           src/toolbar.c
2203                 fixes to the Message View toolbar and menu:
2204                 fix non-functioning Forward button
2205                 make Reply button consider default_reply_list
2206                 remove 'Follow-up...' menu entry
2207                 add 'Forward' and 'Redirect' menu entries
2208
2209 2003-01-13 [melvin]     0.8.8claws93
2210
2211         * src/inc.c
2212                 Fixed typo that could make new messages count incorrect.
2213
2214 2003-01-13 [melvin]     0.8.8claws92
2215
2216         * src/folderview.[ch]
2217                 folderview_check_new(): return the number of new messages.
2218         * src/inc.c
2219                 Should fix bug [14] where new mail notification worked 
2220                         incorrectly with IMAP accounts.
2221                 inc_spool_account(): return number of new msgs, or -1 on error
2222                 inc_all_spool(): return number of new msgs
2223                 
2224 2003-01-13 [melvin]     0.8.8claws91
2225
2226         * src/prefs_actions.c
2227                 Justify help text.
2228
2229 2003-01-12 [thorsten]   0.8.8claws90
2230
2231         * src/common/prefs.c
2232                 close file before rename
2233
2234 2003-01-12 [alfons]     0.8.8claws89
2235
2236         * AUTHORS
2237                 add Christian Mertes
2238         * src/common/utils.[ch]
2239                 g_stricase_hash(), g_stricase_equal(): functions for 
2240                 case insensitive hash tables
2241         * src/textview.c
2242                 use top level domain names to validate email address, based
2243                 on a patch by Christian Mertes (thanks!), but changed 
2244                 implementation to use a hash table 
2245
2246 2003-01-12 [paul]       0.8.8claws88
2247
2248         * po/bg.po
2249                 updated by George Danchev
2250
2251 2003-01-12 [alfons]     0.8.8claws87
2252
2253         * src/summaryview.c
2254                 delete / execute performance: use new style folder update
2255
2256 2003-01-12 [paul]       0.8.8claws86
2257
2258         * sync with 0.8.8cvs5
2259                 see ChangeLog 2003-01-13 (!)
2260
2261 2003-01-12 [alfons]     0.8.8claws85
2262
2263         * src/filtering.c
2264         * src/matcher_parser_parse.y
2265                 prepare change_score filtering action
2266         * src/matcher.[ch]
2267                 give up const-correctness on functions that call non-const-correct functions;
2268                 several casts to gpointer in g_free();
2269                 add change_score;
2270
2271 2003-01-12 [christoph]  0.8.8claws84
2272
2273         * src/compose.c
2274                 fix 2 warnings
2275
2276         * src/gtk/prefswindow.[ch]
2277         * src/plugins/spamassassin/spamassassin_gtk.c
2278                 changed the call of the widget create function
2279                 for PrefsPages, because sometimes the widget
2280                 create function needs a widget that already has
2281                 been attached to a window (to create GDK pixmaps
2282                 for exmaple). So we simply pass the GtkWindow as
2283                 the second parameter now.
2284
2285         * src/main.c
2286         * src/mainwindow.c
2287         * src/prefs_toolbar.[ch]
2288                 rewrite Toolbar Preferences using the new
2289                 prefs window
2290
2291 2003-01-11 [alfons]     0.8.8claws83
2292
2293         * src/addressadd.c
2294                 fix crash when adding sender to addressbook because status bar
2295                 isn't there (the status bar doesn't seem to be used though,
2296                 but I'll let Match decide what to do with it)
2297
2298 2003-01-11 [colin]      0.8.8claws82
2299
2300         * src/main.c
2301           src/toolbar.c
2302                 Two useless changes reversed
2303
2304 2003-01-11 [colin]      0.8.8claws81
2305
2306         * src/mainwindow.c
2307           src/mainwindow.h
2308                 Add mainwindow_get_mainwindow()
2309         * src/alertpanel.c
2310           src/alertpanel.h
2311                 Add alertpanel_error_log() 
2312         * src/compose.c
2313           src/inc.c
2314           src/messageview.c
2315           src/toolbar.c
2316           src/main.c
2317           src/procmsg.c
2318                 Network errors get a View Log button
2319
2320 2003-01-10 [alfons]     0.8.8claws80
2321
2322         * src/prefs_toolbar.c
2323         * src/toolbar.c
2324                 use the translatable string for "Separator" as file name for
2325                 separator toolbar items (probably make this uppercase?)
2326
2327 2003-01-10 [alfons]     0.8.8claws79
2328
2329         * src/prefs_toolbar.c
2330                 put right A_SEPARATOR description string in "displayed
2331                 toolbar items list" so manually added separators are
2332                 saved correctly (bug #10, "Adding a separator to the main 
2333                 toolbar fails, entry in xml file is wrong")
2334
2335 2003-01-10 [christoph]  0.8.8claws78
2336
2337         * src/imap.c
2338                 o fix warnings
2339                 o use CAPABILITY to check if NAMESPACE is available
2340
2341 2003-01-10 [christoph]  0.8.8claws77
2342
2343         * src/imap.[ch]
2344                 apply UIDPLUS IMAP extension support patch
2345
2346         Patch submitted by Simon 'corecode' Schubert
2347
2348 2003-01-10 [paul]       0.8.8claws76
2349
2350         * src/folderview.c
2351                 a sync from main which fixes the news account folders'
2352                 Properties bug
2353
2354 2003-01-10 [christoph]  0.8.8claws75
2355
2356         * src/folder.c
2357                 don't accept 0 as a valid uid returned by copy and move
2358                 functions. 0 means the message was copied or moved but the
2359                 new uid could not be fetched. It is not an error condition
2360                 for the copy or move operation.
2361
2362 2003-01-10 [paul]       0.8.8claws74
2363
2364         * src/prefs_filtering.c
2365                 change English used in Alert when entry is not
2366                 saved.
2367                 
2368         * sync with 0.8.8cvs4
2369                 see ChangeLog 2003-01-10
2370
2371 2003-01-10 [darko]      0.8.8claws73
2372
2373         * src/pine.c
2374                 fix crash when importing address book entry
2375                 without a valid address
2376
2377 2003-01-09 [alfons]     0.8.8claws72
2378
2379         * src/inc.c
2380                 filtering performance: use new style folder update
2381
2382 2003-01-09 [christoph]  0.8.8claws71
2383
2384         * src/compose.c
2385         * src/gtk/menu.[ch]
2386                 fix wrong selecting of mime encoding type, when
2387                 opening property dialog of attachments in the
2388                 compose window. 7bit was always selected and that
2389                 destoryed files with 8bit data.
2390                 (closes bug #9 Sylpheed-claws destroys attachments when
2391                  changing MIME-types)
2392
2393 2003-01-09 [paul]       0.8.8claws70
2394
2395         * sync with 0.8.8cvs3
2396                 see ChangeLog 2003-01-09
2397
2398 2003-01-08 [alfons]     0.8.8claws69
2399         
2400         * src/addressadd.c
2401                 apply patch by Kim Schulz to fix build breakage
2402                 because of missing variable
2403
2404 2003-01-08 [paul]       0.8.8claws68
2405
2406         * sync with 0.8.8cvs2
2407                 see ChangeLog 2002-01-08
2408
2409 2003-01-08 [paul]       0.8.8claws67
2410
2411         * po/it.po
2412                 updated by Alessandro Maestri
2413                 
2414         * src/addressadd.c
2415                 when using 'Add sender to addressbook' allow
2416                 name to be edited and remarks to be entered
2417                 Patch submitted by Luke Plant
2418
2419 2003-01-08 [darko]      0.8.8claws66
2420
2421         * README.claws, src/summaryview.c
2422                 fix description for marked messages
2423
2424 2003-01-08 [paul]
2425
2426         * tools/Makefile.am
2427           tools/launch_phoenix  ** NEW FILE **
2428                 add script that enables using Phoenix as the default
2429                 web browser. 
2430                 Submitted by Mohammed Sameer <Uniball@linux-egypt.org>
2431                 
2432         * tools/OOo2sylpheed.pl
2433                 remove full path to sylpheed executable, just 'sylpheed'
2434                 will do
2435                 
2436         * tools/README
2437                 add launch_phoenix informtion and re-arrange and compress
2438                 the data a little
2439
2440 2003-01-07 [christoph]  0.8.8claws65
2441
2442         * src/folder.c
2443                 fix update for source folder when moving messages
2444         * src/procmsg.[ch]
2445         * src/summaryview.c
2446                 use function to set to_folder for message infos and
2447                 automatically update the op_count for old and new
2448                 folder
2449
2450 2003-01-07 [melvin]     0.8.8claws64
2451
2452         * src/prefs_actions.c
2453                 Fixed bug where an '%p' Action on a displayed image crashed 
2454                         Sylpheed
2455                 Code clean up (get rid of duplicated code and removed unnecessary 
2456                                 structure member)
2457
2458 2003-01-07 [christoph]  0.8.8claws63
2459
2460         * src/compose.c
2461         * src/folder.[ch]
2462         * src/folderview.c
2463         * src/import.c
2464         * src/inc.c
2465         * src/main.c
2466         * src/mainwindow.c
2467         * src/messageview.c
2468         * src/prefs_folder_item.c
2469         * src/procmsg.c
2470         * src/summaryview.c
2471         * src/toolbar.c
2472                 o remove all folder update triggering from the UI code. The folder
2473                   system should know much better when a folder needs an update.
2474                 o to prevent multiple updates in a row the folder updates can be
2475                   frozen for some time.
2476
2477                 Note: - Please verify that no updates are missing
2478                       - Check where freeze/thaws should be added
2479
2480 2003-01-07 [christoph]  0.8.8claws62
2481
2482         * src/prefs_actions.c
2483                 don't translate empty strings
2484
2485         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
2486
2487 2003-01-06 [christoph]  0.8.8claws61
2488
2489         * src/prefs_actions.c
2490                 mark strings for gettext
2491         * src/prefs_matcher.c
2492                 use new description window for Execute action and
2493                 match condition in Filtering
2494
2495         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
2496
2497 2003-01-06 [alfons]     0.8.8claws60
2498
2499         keep myself inspired to re-organize matcher part 8; 
2500         yes, more to come (I need to move out the descriptive
2501         text for actions to matcher.c, or at least make it not
2502         depend on the wicked ordering)
2503
2504         * src/prefs_matcher.c
2505                 add documentation so others may comprehend the
2506                 UI part of the conditions
2507                 
2508 2003-01-06 [christoph]  0.8.8claws59
2509
2510         * src/prefs_actions.c
2511                 use new description window for syntax help
2512         * src/gtk/description_window.c
2513                 fix display of descriptions with column count != 2
2514
2515         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
2516
2517 2003-01-06 [christoph]  0.8.8claws58
2518
2519         * src/quote_fmt.c
2520         * src/summaryview.[ch]
2521         * src/gtk/Makefile.am
2522         * src/gtk/description_window.[ch]       ** NEW **
2523                 use a generic window to display syntax descriptions
2524                 currently used in quote_fmt and summaryview (new description
2525                 for extended quick search)
2526
2527         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
2528
2529 2003-01-06 [paul]       0.8.8claws57
2530
2531         * sync with 0.8.8cvs1
2532                 see ChangeLog 2003-01-06
2533
2534 2003-01-06 [christoph]  0.8.8claws56
2535
2536         * src/mainwindow.c
2537         * src/prefs_gtk.[ch]
2538         * src/gtk/prefswindow.[ch]
2539         * src/plugins/spamassassin/spamassassin_gtk.c
2540                 o remove page management from prefswindow, pages
2541                   will be an argument to prefswindow_open
2542                 o prefswindow_open gets a datapointer that is
2543                   passed to the widget_create function to allow
2544                   creation of prefswindow for specific items
2545
2546 2003-01-06 [colin]      0.8.8claws55
2547         
2548         * src/summaryview.c
2549                 We don't want regexp in the reply-finder, 
2550                 because MIDs can contain !,$,. and so on
2551
2552 2003-01-06 [jens]       0.8.8claws54
2553
2554         * src/jpilot.c
2555                 fixed a wrong free in jpilot_read_db_files
2556
2557 2003-01-06 [alfons]     0.8.8claws53
2558
2559         re-organize matcher part 8; more to come
2560        
2561         * src/matcher.c
2562                 matcherprop_to_string(): put g_free()s before the
2563                 switch-case break to fix memleaks                
2564
2565 2003-01-06 [colin]      0.8.8claws52
2566
2567         * src/summaryview.c
2568                 cleanup & reply-finder now displays the first 
2569                 matching message
2570
2571 2003-01-05 [alfons]     0.8.8claws51
2572
2573         re-organize matcher part 7; more to come
2574
2575         * src/matcher.[ch]
2576                 fixes for constant correctness;
2577                 more documentation;
2578
2579 2003-01-05 [alfons]     0.8.8claws50
2580
2581         re-organize matcher part 6; more to come
2582         
2583         * src/matcher.[ch]
2584                 fixes for constant correctness;
2585                 more documentation;
2586         * src/filtering.c
2587                 fix for constant correctness
2588
2589 2003-01-05 [colin]      0.8.8claws49
2590
2591         * src/account.[ch]
2592                 Add account_get_reply_account function
2593         * src/compose.c
2594                 Use account_get_reply_account function 
2595         * src/summaryview.c
2596                 Basic reply-finder - click on the replied
2597                 icon gets you to the outbox using quick-search
2598
2599 2003-01-05 [paul]       0.8.8claws48
2600
2601         * src/prefs_common.c
2602                 small change to English
2603                 
2604         * src/prefs_filtering.c
2605                 prefs_filtering_action_select(): improve logic and uniformity
2606                 of gui
2607
2608 2003-01-05 [alfons]     0.8.8claws47
2609
2610         fine tune solution to focus problems (bug #7)
2611
2612         * src/mainwindow.c
2613                 mainwindow_focus_in_event(): remove grab event check
2614         * src/summaryview.c
2615                 summary_button_pressed(): move selection on right-click
2616                 too. we can't possibly move the selection back after
2617                 canceling a dialog, because gtk's incomplete focus 
2618                 management. whether this is a good solution, only time
2619                 will tell.
2620
2621 2003-01-05 [christoph]  0.8.8claws46
2622
2623         * src/imap.c
2624                 fix crash when no imap connection could be established
2625
2626 2003-01-05 [paul]       0.8.8claws45
2627
2628         * src/mainwindow.c
2629           src/sumamryview.c
2630           src/gtk/menu.[ch]
2631                 fix bug 605957 'shortcuts in popup-menu'
2632                 make user-defined shortcuts work
2633                 show shortcuts that are already defined
2634                 in the main menu
2635                 Patch submitted by Luke Plant
2636
2637 2003-01-05 [alfons]     0.8.8claws44
2638
2639         * src/mainwindow.c
2640                 focus_in_event handler should not select summary view row 
2641                 when another window (menu, dialog) grabbed for events 
2642                 (bug #7, "[0.8.8claws42] Message summary focus") 
2643
2644 2003-01-04 [christoph]  0.8.8claws43
2645
2646         * src/procmsg.c
2647                 update save folder after adding the sent message
2648                  (closes bug #6 Folder View doesn't refresh for "Sent"-messages)
2649
2650 2003-01-02 [christoph]  0.8.8claws42
2651
2652         * src/common/plugin.c
2653                 fix unloading of all plugins and unload
2654                 plugins in reverse order
2655                 
2656         * src/gtk/pluginwindow.c
2657                 implement function of load and unload button
2658
2659         * src/gtk/prefswindow.c
2660         * src/gtk/prefswindow.h
2661                 rename register function and add new unregister
2662                 function
2663
2664         * src/plugins/spamassassin/spamassassin_gtk.c
2665                 unregister prefs page and update for changes in
2666                 src/gtk/prefswindow.c
2667
2668 2003-01-02 [paul]       0.8.8claws41
2669
2670         * po/es.po
2671                 updated by Ricardo Mones Lastra
2672
2673 2003-01-02 [paul]
2674
2675         * tools/tb2sylpheed
2676                 fixes and improvements by Urke MMI
2677
2678 2003-01-02 [thorsten]   0.8.8claws40
2679
2680         * src/procmsg.c
2681                 fixed wrong return value
2682
2683 2003-01-02 [thorsten]   0.8.8claws39
2684
2685         * src/prefs.c
2686                 fixed printing wrong variable
2687
2688 2003-01-02 [thorsten]   0.8.8claws38
2689
2690         * src/prefs.c
2691                 fixed acessing members of freed pfile struct
2692
2693 2003-01-02 [thorsten]   0.8.8claws37
2694
2695         * src/procmsg.c
2696                 detect loops across several messages
2697                 as suggested by Christoph Hohmann
2698
2699 2003-01-01 [match]      0.8.8claws36
2700
2701         * src/addrindex.c
2702                 fixed another memory leak.
2703
2704 2003-01-01 [match]      0.8.8claws35
2705
2706         * src/jpilot.[ch]
2707                 fixed memory leaks. applied Doxygen comments.
2708
2709 2003-01-01 [thorsten]   0.8.8claws34
2710
2711         * src/procmsg.c
2712                 inhibit endless loop if msg references itself
2713                 (closes Bug [ 660477 ] Infinite loop in parent flag search)
2714
2715 2003-01-01 [christoph]  0.8.8claws33
2716
2717         * src/mainwindow.c
2718         * src/gtk/Makefile.am
2719         * src/gtk/pluginwindow.c                ** NEW **
2720         * src/gtk/pluginwindow.h                ** NEW **
2721                 add plugin window
2722
2723         * src/plugins/demo/demo.c
2724         * src/plugins/spamassassin/spamassassin.c
2725         * src/plugins/spamassassin/spamassassin_gtk.c
2726                 write better plugin descriptions
2727
2728 2002-12-31 [christoph]  0.8.8claws32
2729
2730         * src/gtk/prefswindow.c
2731         * src/plugins/spamassassin/spamassassin_gtk.c
2732                 some small improvements to GTK code
2733
2734 2002-12-31 [christoph]  0.8.8claws31
2735
2736         * src/plugins/spamassassin/spamassassin_gtk.c
2737                 enable folder select button
2738
2739 2002-12-31 [christoph]  0.8.8claws30
2740
2741         * src/mainwindow.c
2742         * src/gtk/Makefile.am
2743         * src/gtk/prefswindow.c                         ** NEW **
2744         * src/gtk/prefswindow.h                         ** NEW **
2745                 add new prefs window
2746
2747         * src/common/plugin.c
2748                 don't try to load empty config lines
2749         
2750         * src/plugins/spamassassin/Makefile.am
2751         * src/plugins/spamassassin/spamassassin.c
2752         * src/plugins/spamassassin/spamassassin.h       ** NEW **
2753         * src/plugins/spamassassin/spamassassin_gtk.c   ** NEW **
2754                 GTK config for SpamAssassin Plugin using
2755                 the new prefs window
2756
2757 2002-12-31 [paul]       0.8.8claws29
2758
2759         * po/POTFILES.in
2760                 remove obsolete entry 'src/menu.c'
2761
2762 2002-12-31 [alfons]     0.8.8claws28
2763
2764         * src/matcher.[ch]
2765         * src/matcher_parser_parse.y
2766         * src/prefs_matcher.c
2767                 add "ignore_thread" and "~ignore_thread" condition so it's
2768                 possible to make the actions / scoring operate on the ignore
2769                 thread flag
2770
2771 2002-12-31 [christoph]  0.8.8claws27
2772
2773         * src/addrbook.c
2774         * src/addrindex.c
2775         * src/folder.c
2776         * src/matcher.c
2777         * src/prefs_account.c
2778         * src/prefs_actions.c
2779         * src/prefs_customheader.c
2780         * src/prefs_display_header.c
2781         * src/prefs_gtk.c
2782         * src/procmime.c
2783         * src/toolbar.c
2784         * src/xmlprops.c
2785         * src/common/prefs.[ch]
2786                 extend prefs file handling for reading and automatic handling
2787                 of blocks. When reading prefs_set_block_label will automatically
2788                 move on to the block. When writing it will copy all other blocks
2789                 automatically
2790
2791         * src/common/plugin.c
2792                 Now loading plugin filenames from [Plugins] block in
2793                 sylpheed rc file
2794
2795 2002-12-30 [christoph]  0.8.8claws26
2796
2797         * src/common/hooks.[ch]
2798                 return abort status to caller of hooks_invoke
2799                 
2800         * src/inc.[ch]
2801                 invoke message filtering hook and stop
2802                 default handling when filter returns abort
2803
2804         * src/common/plugin.[ch]
2805         * src/plugins/demo/demo.c
2806                 modify plugin loader, because resolving symbols for strings
2807                 does not work correctly
2808         
2809         * configure.in
2810         * ac/spamassassin.m4                            ** NEW **
2811         * src/plugins/spamassassin/.cvsignore           ** NEW **
2812         * src/plugins/spamassassin/Makefile.am          ** NEW **
2813         * src/plugins/spamassassin/README               ** NEW **
2814         * src/plugins/spamassassin/libspamc.[ch]        ** NEW **
2815         * src/plugins/spamassassin/spamassassin.c       ** NEW **
2816         * src/plugins/spamassassin/utils.[ch]           ** NEW **
2817                 add spamassassin plugin, see src/plugins/spamassassin/README
2818                 for details
2819
2820 2002-12-29 [alfons]     0.8.8claws25
2821
2822         * src/mainwindow.c
2823                 when moving focus from a message view to the main 
2824                 window, don't forget to select the summary node
2825                 of the displayed message. should fix "[ 659103 ] 
2826                 focus-follows-mouse confuses sylpheed"
2827
2828 2002-12-29 [christoph]  0.8.8claws24
2829
2830         * src/Makefile.am
2831         * src/stringtable.[ch]          ** REMOVE **
2832         * src/common/Makefile.am
2833         * src/common/stringtable.[ch]   ** NEW **
2834                 move stringtable files to common directory
2835
2836 2002-12-29 [christoph]  0.8.8claws23
2837
2838         * src/Makefile.am
2839         * src/menu.[ch]                 ** REMOVE **
2840         * src/gtk/Makefile.am
2841         * src/gtk/menu.[ch]             ** NEW **
2842                 move menu files to gtk directory
2843
2844 2002-12-29 [match]      0.8.8claws22
2845
2846         * src/addressbook.c
2847         * src/syldap.c
2848                 moved UI specific code out of LDAP code into addressbook
2849                 UI code. fixed memory leak.
2850
2851 2002-12-29 [christoph]  0.8.8claws21
2852
2853         * src/folder.c
2854                 only check for IGNORED parent message when message is
2855                 not IGNORED itself
2856
2857 2002-12-29 [alfons]     0.8.8claws20
2858
2859         * src/summaryview.c
2860                 set gtksctree's anchor correct (immediate execute
2861                 changes the tree's layout, and anchor points at 
2862                 the incorrect row). fixes "[ 657233 ] multiple msg 
2863                 delete sometimes off by 1".
2864                 we probably have to look for more tree layout /
2865                 anchor glitches.
2866
2867 2002-12-29 [paul]       0.8.8claws19
2868
2869         * src/summaryview.c
2870                 fix bug [ 659054 ] incorrect sorting of 'From' column
2871                 when using 'display sender using address book'
2872                 thanks to Alfons and Luke Plant
2873
2874 2002-12-29 [christoph]  0.8.8claws18
2875
2876         * src/folder.c
2877         * src/procmsg.[ch]
2878                 check parent messages for IGNORE THREAD flag, when adding,
2879                 moving or copying messages to a folder
2880
2881 2002-12-27 [alfons]     0.8.8claws17
2882
2883         re-organize matcher part 5; more to come
2884
2885         * src/matcher.c
2886                 hash keywords in matchparser_tab 
2887
2888 2002-12-27 [alfons]     0.8.8claws16
2889
2890         re-organize matcher part 4; more to come
2891
2892         * src/matcher_parser.h
2893         * src/matcher_parser_lex.l
2894         * src/matcher_parser_parse.y
2895                 cleanup
2896
2897 2002-12-27 [alfons]     0.8.8claws15
2898
2899         re-organize matcher part 3; more to come
2900
2901         * src/matcher.[ch]
2902                 cleanup
2903
2904 2002-12-27 [alfons]     0.8.8claws14
2905
2906         re-organize matcher part 2; more to come but this should
2907         work. cc me if there are any regressions.
2908
2909         * src/matcher.h
2910                 add prototype for get_matchparser_tab_id()
2911         * src/matcher_parser_lex.l
2912                 look up keywords using matchparser_tab_id();
2913
2914 2002-12-27 [alfons]     0.8.8claws12
2915
2916         re-organize matcher part 1
2917
2918         * src/matcher.h
2919                 map yacc generated constants to sylpheed matcher constants
2920         * src/matcher.c
2921                 add function to find a matcher constant from a string
2922
2923 2002-12-27 [christoph]  0.8.8claws11
2924
2925         * src/compose.c
2926                 MENUITEM_ADD casts the 4th argument from integer to pointer
2927                 so it probably should not be a pointer, this means we
2928                 should use account id for it and not the account's pointer
2929
2930 2002-12-27 [paul]       0.8.8claws10
2931
2932         * src/mainwindow.c
2933                 remove unneeded 'GtkWidget *vbox'
2934                 
2935         * src/summaryview.c
2936                 further sync with 0.8.8 - make sort
2937                 by recipient work as expected
2938                 
2939         * NEWS
2940                 sync with 0.8.8
2941
2942 2002-12-27 [paul]       0.8.8claws9
2943
2944         * po/pt_BR.po
2945                 updated by Ivan F. Martinez
2946                 
2947 2002-12-27 [darko]      0.8.8claws8
2948
2949         * src/common/utils.c
2950                 added locked pattern to extended search
2951
2952 2002-12-27 [alfons]     0.8.8claws7
2953
2954         * src/prefs_matcher.[ch]
2955                 clean up
2956
2957 2002-12-26 [alfons]     0.8.8claws6
2958
2959         * src/matcher.[ch]
2960         * src/matcher_parser_lex.l
2961         * src/matcher_parser_parse.y
2962         * src/prefs_matcher.c
2963                 allow color label as a condition in the matcher
2964
2965 2002-12-26 [oliver]     0.8.8claws5
2966         
2967         * src/toolbar.c 
2968                 enable Addressbook for Main and Messageview
2969         * src/prefs_actions.c
2970                 enable actions in Messageview
2971
2972 2002-12-26 [christoph]  0.8.8claws4
2973
2974         * src/common/plugin.c
2975                 add a little debug output
2976         * configure.in
2977         * src/plugins/demo/Makefile.am
2978                 better use of automake
2979
2980 2002-12-26 [christoph]  0.8.8claws3
2981
2982         * src/Makefile.am
2983         * src/common/Makefile.am
2984                 fix "make distdir"
2985
2986 2002-12-26 [christoph]  0.8.8claws2
2987
2988         * configure.in
2989                 sort configure checks into common / gtk / plugins
2990         * po/POTFILES.in
2991                 add src/prefs_gtk.c
2992         * src/Makefile.am
2993                 add plugins SUBDIR
2994         * src/main.c
2995         * src/common/sylpheed.[ch]
2996                 added now sylpheed_done function for shutdown
2997         * src/common/Makefile.am
2998         * src/common/plugin.[ch]                ** NEW **
2999                 plugin loader and unloader
3000         * src/plugins/.cvsignore                ** NEW **
3001         * src/plugins/Makefile.am               ** NEW **
3002                 build plugins
3003         * src/plugins/demo/.cvsignore           ** NEW **
3004         * src/plugins/demo/Makefile.am          ** NEW **
3005         * src/plugins/demo/demo.c               ** NEW **
3006                 small demo plugin that installs a logtext hook and
3007                 outputs the log text to stdout
3008
3009 2002-12-26 [paul]       0.8.8claws1
3010
3011         * po/es.po
3012                 updated by Ricardo Mones Lastra
3013
3014 2002-12-26 [paul]       0.8.8claws
3015
3016         * 0.8.8claws released
3017
3018 2002-12-26 [paul]       0.8.7claws12
3019
3020         * po/bg.po
3021                 updated by George Danchev
3022
3023 2002-12-26 [paul]       0.8.7claws11
3024
3025         * po/POTFILES.in
3026                 remove unneeded 'src/prefs.c' entry 
3027
3028 2002-12-26 [paul]       0.8.7claws10
3029
3030         * src/codeconv.c
3031           src/mainwindow.c
3032                 sync with 0.8.8 release
3033         
3034         * src/folder.[ch]
3035           src/mh.c
3036           src/summaryview.c
3037                 partial sync with 0.8.8 release
3038         
3039
3040 2002-12-25 [alfons]     0.8.7claws9
3041
3042         * src/matcher.[ch]
3043         * src/matcher_parser_lex.l
3044         * src/matcher_parser_parse.y
3045         * src/prefs_matcher.c
3046                 add locked flag to possible filtering / matcher 
3047                 conditions (also a good example what should be
3048                 done to add a simple boolean condition)
3049
3050 2002-12-25 [christoph]  0.8.7claws8
3051
3052         * src/Makefile.am
3053         * src/account.[ch]
3054         * src/addrbook.c
3055         * src/addressbook.c
3056         * src/addrindex.c
3057         * src/filtering.c
3058         * src/folder.c
3059         * src/matcher.c
3060         * src/prefs.[ch]                ** REMOVE **
3061         * src/prefs_account.c
3062         * src/prefs_actions.c
3063         * src/prefs_common.c
3064         * src/prefs_customheader.c
3065         * src/prefs_display_header.c
3066         * src/prefs_filtering.c
3067         * src/prefs_folder_item.c
3068         * src/prefs_gtk.[ch]            ** NEW **
3069         * src/prefs_matcher.c
3070         * src/prefs_scoring.c
3071         * src/prefs_summary_column.c
3072         * src/procmime.c
3073         * src/selective_download.c
3074         * src/toolbar.c
3075         * src/common/Makefile.am
3076         * src/common/prefs.[ch]         ** NEW **
3077                 split prefs.[ch] into prefs_gtk.[ch] and common/prefs.[ch]
3078
3079 2002-12-24 [alfons]     0.8.7claws7
3080
3081         * src/summaryview.c
3082                 summary_thread_build(): fix real cause of the crash mentioned in
3083                 0.8.7claws3. use subject_XXX() and not g_hash_table_XXX() functions,
3084                 this way we get meaningful ctree nodes 
3085
3086 2002-12-24 [oliver]     0.8.7claws6
3087
3088         * src/mainwindow.[ch]
3089         * src/messageview.[ch]
3090         * src/compose.[ch]
3091         * src/inc.c
3092         * src/summaryview.c
3093                 changes to use updated toolbar handling
3094                 
3095 2002-12-24 [oliver]     0.8.7claws5
3096
3097         * src/toolbar.[ch]
3098                 generic toolbar handling
3099                 used ideas from Ivan Francolin Martinez (ivanfm@users.sourceforge.net)
3100         * src/prefs_toolbar.[ch]
3101                 adjust to handling
3102         
3103 2002-12-24 [oliver]     0.8.7claws4
3104         
3105         * src/stock_pixmap.[ch]
3106                 move SYLPHEED_LOGO to end of list in order 
3107                 to remove it from Custom Toolbar`s Icon View
3108
3109 2002-12-24 [alfons]     0.8.7claws3
3110
3111         * src/summaryview.c
3112                 summary_thread_build(): fix crash because of focus != selection 
3113                 after threading. when deleting the selection, gtk tries but fails 
3114                 to find the correct focusable element. we now force the selection
3115                 to be focused. this should solve the infamous bug reported by 
3116                 Jason Wojciechowski (bug "[ 633443 ] Crash on deleting messages"). 
3117                 a test case is available. 
3118
3119 2002-12-24 [darko]      0.8.7claws2
3120
3121         * src/summaryview.c
3122                 don't crash when unmarking message with unread children
3123
3124 2002-12-23 [christoph]  0.8.7claws1
3125
3126         * src/Makefile.am
3127         * src/common/Makefile.am
3128                 update Makefiles for moved intl.h, version.h and defs.h
3129         * src/imap.c
3130                 rewrite imap_session_get to avoid duplicate code
3131
3132 2002-12-23 [paul]       0.8.7claws
3133
3134         * Santa-Claws released
3135         
3136         * po/hu.po
3137           po/ru.po
3138                 squeeze in updated Hungarian and Russian translations.
3139                 Submitted by  Gál Zoltán and Ruslan N. Balkin
3140
3141 2002-12-23 [paul]       0.8.6claws129
3142
3143         * po/pl.po
3144                 updated by Witold Wladyslaw Wojciech Wilk
3145
3146 2002-12-23 [paul]       0.8.6claws128
3147
3148         * src/quote_fmt_parse.y
3149                 fix typo and add licence header
3150
3151 2002-12-23 [paul]       0.8.6claws127
3152
3153         * po/en_GB.po
3154                 updated
3155
3156 2002-12-23 [paul]       0.8.6claws126
3157
3158         * po/it.po
3159                 updated translation, submitted by Alessandro Maestri
3160                 
3161 2002-12-23 [paul]       0.8.6claws125
3162
3163         * src/quote_fmt_parse.y
3164                 fix signature-stripping on replies bug. match
3165                 '-- \n' and not '-- '.
3166
3167 2002-12-22 [paul]       0.8.6claws124
3168
3169         * po/bg.po
3170           po/es.po
3171           po/sr.po
3172                 updated translations. submitted by George Danchev,
3173                 Ricardo Mones Lastra, and Urke MMI respectively
3174
3175 2002-12-21 [paul]       0.8.6claws123
3176
3177         * src/addrbook.c
3178                 fix coding style
3179
3180 2002-12-21 [paul]       0.8.6claws122
3181
3182         * src/addrbook.c
3183                 fix bug [643638] where if a person is in one or more
3184                 addressbook groups editing that person's email 
3185                 address results in removal from those groups.
3186                 Patch submitted by Luke Plant.
3187
3188 2002-12-20 [christoph]  0.8.6claws121
3189
3190         * src/common/utils.c
3191         * src/summaryview.c
3192                 reimplement expand_search_string using GString to
3193                 prevent crashs caused by miscalculated string
3194                 lengths reported by Paul
3195
3196 2002-12-20 [christoph]  0.8.6claws120
3197
3198         * src/summaryview.c
3199                 don't use "changed" to check if op_count has to be changed as it
3200                 is also set when the message has unread children
3201                 (closes bug [ 653221 ] crash while deleting duplicates)
3202
3203 2002-12-20 [paul]       0.8.6claws119
3204
3205         * sync with 0.8.6cvs27
3206                 see ChangeLog 2002-12-20
3207
3208 2002-12-20 [paul]       0.8.6claws118
3209
3210         * sync with 0.8.6cvs26
3211                 see ChangeLog 2002-12-19 and 2002-12-20
3212
3213 2002-12-19 [alfons]     0.8.6claws117
3214
3215         * src/textview.c
3216                 fix incorrect parsing of email addresses, submitted by 
3217                 Luke Plant (thanks!). Closes bug "[ 565480 ] duplicate 
3218                 name display if it contains @".
3219
3220 2002-12-18 [paul]       0.8.6claws116
3221
3222         * sync with 0.8.6cvs23
3223                 see ChangeLog 2002-12-18
3224
3225 2002-12-18 [paul]       0.8.6claws115
3226
3227         * src/Makefile.am
3228         * src/account.c
3229         * src/codeconv.c
3230         * src/gtkutils.[ch]
3231         * src/imap.c
3232                 sync with 0.8.6cvs22.
3233                 see ChangeLog 2002-12-17 and 2002-12-18
3234
3235 2002-12-17 [christoph]  0.8.6claws114
3236
3237         * src/imap.c
3238                 o don't create a session if imap greeting fails
3239                 o don't close socket when authentication fails
3240                   this is done by imap_session_destroy
3241
3242 2002-12-17 [thorsten]   0.8.6claws113
3243
3244         * tools/Makefile.am
3245           tools/README
3246           tools/google_msgid.pl ** NEW FILE **
3247                 Added "search for message-id" script and doc
3248
3249 2002-12-17 [thorsten]   0.8.6claws112
3250
3251         * po/hu.po
3252                 Updated hungarian translation
3253                 (updated by Gal Zoltan)
3254
3255 2002-12-16 [christoph]  0.8.6claws111
3256
3257         * src/addr_compl.c
3258                 remove stupid addressbook dump to debug output
3259         * src/mh.c
3260                 fix memory leak found by Hiro
3261
3262 2002-12-14 [paul]       0.8.6claws110
3263
3264         * src/compose.c
3265                 fix menubar sensitivity on send
3266                 
3267         * src/prefs_filtering.c
3268         * src/prefs_matcher.c
3269         * src/prefs_scoring.c
3270                 Fix english ;)
3271                 
3272         * src/common/quoted-printable.h
3273                 sync: fix typo
3274         
3275 2002-12-13 [christoph]  0.8.6claws109
3276
3277         * src/Makefile.am
3278         * src/manage_window.[ch]        ** REMOVE **
3279         * src/gtk/Makefile.am
3280         * src/gtk/manage_window.[ch]    ** NEW **
3281                 move manage_window files to gtk directory
3282
3283 2002-12-13 [christoph]  0.8.6claws108
3284
3285         * src/Makefile.am
3286         * src/gtkshruler.[ch]           ** REMOVE **
3287         * src/gtk/Makefile.am
3288         * src/gtk/gtkshruler.[ch]       ** NEW **
3289                 move gtkshruler files to gtk directory
3290
3291 2002-12-13 [christoph]  0.8.6claws107
3292
3293         * src/Makefile.am
3294         * src/compose.c
3295         * src/gtkstext.[ch]             ** REMOVE **
3296         * src/gtkutils.[ch]
3297         * src/textview.c
3298         * src/gtk/gtkstext.[ch]         ** NEW **
3299         * src/gtk/Makefile.am
3300                 o move stext functions to gtkstext.c to remove
3301                   dependency of gtkutils
3302                 o move gtkstext files to gtk directory
3303
3304         * src/gtk/Makefile.am
3305         * src/gtk/sslcertwindow.[ch]
3306                 UI stuff can always depend on common code so
3307                 it's ok to add ../common to include path
3308
3309 2002-12-13 [colin]      0.8.6claws106
3310
3311         * src/summaryview.c
3312                 Disconnect sighandlers for mainwindow when
3313                 quicksearch has the focus
3314                 Fix bug #653231
3315         * src/mainwindow.[ch]
3316                 Make key_pressed callback public, to be able
3317                 to disconnect it
3318
3319 2002-12-13 [christoph]  0.8.6claws105
3320
3321         * src/mh.c
3322                 create .mh_sequences file in new MH folders
3323                 (closes feature request [ 523162 ] MH folders should
3324                  get a .mh_sequences)
3325
3326 2002-12-13 [colin]      0.8.6claws104
3327
3328         * src/summaryview.c
3329                 Better handling of quicksearch show/hide
3330                 (basically the button stays under the mouse 
3331                  when toggled)
3332
3333 2002-12-13 [paul]       0.8.6claws103
3334
3335         * sync with 0.8.6cvs17
3336                 see ChangeLog 2002-12-13
3337
3338 2002-12-13 [paul]       0.8.6claws102
3339
3340         * po/es.po
3341                 updated by Ricardo Mones Lastra
3342
3343 2002-12-11 [colin]       0.8.6claws101
3344
3345         * src/folder.c
3346                 remove statusbar stuff
3347           src/folderview.c
3348                 set statusbar verbosity when moving folders
3349
3350 2002-12-11 [colin]       0.8.6claws100
3351         * src/prefs_filtering.c
3352         * src/prefs_matcher.c
3353         * src/prefs_scoring.c
3354                 Fix english ;)
3355
3356 2002-12-11 [colin]       0.8.6claws99
3357
3358         * src/prefs_common.[ch]
3359                 Add summary_quicksearch_type
3360         * src/summaryview.c
3361                 Save last used quicksearch type
3362
3363 2002-12-11 [jens]       0.8.6claws98
3364         * src/prefs_filtering.c
3365         * src/prefs_matcher.c
3366         * src/prefs_scoring.c
3367                 added dialog for incomplete rules in scoring, filtering and
3368                 matcher to ask wheather really close
3369
3370 2002-12-11 [colin]      0.8.6claws97
3371
3372         * src/folder.c
3373                 Fix folder dnd statusbar logging
3374
3375 2002-12-10 [christoph]  0.8.6claws96
3376
3377         * src/compose.c
3378         * src/folder.c
3379         * src/imap.c
3380         * src/inc.c
3381         * src/main.c
3382         * src/mainwindow.c
3383         * src/news.c
3384         * src/send.c
3385         * src/statusbar.[ch]
3386         * src/common/hooks.c
3387         * src/common/log.[ch]
3388                 o handle verbose logging in statusbar directly in statusbar code
3389                   and common code does not need any knowledge about a statusbar
3390                 o remove direct calls to statusbar_(puts|pop)_all functions
3391
3392 2002-12-10 [jens]       0.8.6claws95
3393
3394         * src/*.c
3395                 removed gettext from g_warnings
3396         * po/POTFILES.in
3397                 cleaned and updated
3398         * po/de.po
3399                 updated
3400
3401 2002-12-10 [colin]      0.8.6claws94
3402
3403         * src/main.c
3404                 finish crash dialog fix
3405
3406 2002-12-10 [colin]      0.8.6claws93
3407
3408         * src/main.c
3409                 "Fix" "sylpheed already running" instead of
3410                 crash dialog appearing after a crash
3411
3412 2002-12-10 [colin]      0.8.6claws92
3413
3414         * po/POTFILES.in
3415                 add src/gtk/sslcertwindow.c
3416
3417 2002-12-10 [paul]       0.8.6claws91
3418
3419         * po/POTFILES.in
3420                 updated to reflect recent changes
3421                 submitted by Alessandro Maestri
3422
3423 2002-12-09 [christoph]  0.8.6claws90
3424
3425         * src/Makefile.am
3426         * src/smtp.[ch]                 ** REMOVE **
3427         * src/common/Makefile.am
3428         * src/common/smtp.[ch]          ** NEW **
3429                 move smtp files to common directory
3430
3431 2002-12-09 [christoph]  0.8.6claws89
3432
3433         * src/Makefile.am
3434         * src/session.[ch]              ** REMOVE **
3435         * src/common/Makefile.am
3436         * src/common/session.[ch]       ** NEW **
3437                 move session files to common directory
3438
3439 2002-12-09 [paul]       0.8.6claws88
3440
3441         * src/account.c
3442                 fix bug [649746] edit accounts: move account reverted
3443                 Patch submitted by Luke Plant <lukeplant@users.sourceforge.net>
3444
3445 2002-12-09 [colin]      0.8.6claws87
3446
3447         * src/ssl_certificate.c
3448                 cleanup
3449
3450 2002-12-09 [colin]      0.8.6claws86
3451
3452         * src/ssl.c
3453                 Try to open the cert.pem database and 
3454                 issue a warning if it isn't there
3455
3456 2002-12-09 [colin]      0.8.6claws85
3457
3458         * src/common/ssl_certificate.c
3459         * src/gtk/sslcertwindow.c
3460                 Warning fixes
3461
3462 2002-12-09 [colin]      0.8.6claws84
3463
3464         * src/ssl_certificate.[ch] ** REMOVED **
3465         * src/common/ssl_certificate.[ch] ** NEW **
3466         * src/Makefile.am
3467         * src/common/Makefile.am
3468                 Moved ssl_certificate.[ch] to common
3469         * src/common/ssl.c 
3470                 Put back needed include
3471         * src/gtk/sslcertwindow.[ch]
3472                 Changed ssl_certificate.h include
3473         
3474 2002-12-09 [colin]      0.8.6claws83
3475
3476         * src/gtk/sslcertwindow.[ch]
3477                 Implement hook for certificate acception
3478         * src/ssl_certificate.[ch]
3479                 Implement hook for certificate acception
3480         * src/common/ssl.c
3481                 Reenable certificate acception check
3482         * src/mainwindow.c
3483                 Register sslcertwindow's hook
3484         
3485 2002-12-08 [christoph]  0.8.6claws82
3486
3487         * src/about.c
3488         * src/addr_compl.c
3489         * src/codeconv.c
3490         * src/manual.c
3491         * src/undo.c
3492         * src/common/utils.c
3493                 o add missing includes
3494                 o fix warnings
3495         * src/.cvsignore
3496         * src/common/.cvsignore
3497         * src/common/version.h          ** REMOVE **
3498                 remove autogenerated file
3499
3500 2002-12-08 [paul]       0.8.6claws81
3501
3502         * src/stringtable.c
3503                 put back needed include
3504
3505 2002-12-08 [colin]      0.8.6claws80
3506         
3507         * src/gtk/sslcertwindow.c
3508                 Cleaner popups when asking
3509         * src/ssl_certificate.c
3510         * src/prefs_common.[ch]
3511                 remove ssl certificate pref
3512                 put back needed include
3513         * src/undo.c
3514                 put back needed include
3515
3516 2002-12-08 [christoph]  0.8.6claws79
3517
3518         * src/folderview.c
3519         * src/logwindow.c
3520         * src/statusbar.c
3521         * src/summaryview.c
3522                 only abort hook invokation if required data is missing not
3523                 if our own data pointer is NULL, update hookfunction for
3524                 log window
3525
3526 2002-12-08 [paul]       0.8.6claws78
3527
3528         * src/about.c
3529         * src/addrcache.c
3530         * src/addrclip.c
3531         * src/addr_compl.c
3532         * src/addrselect.c
3533         * src/codeconv.c
3534         * src/colorlabel.c
3535         * src/enriched.c
3536         * src/esmtp.c
3537         * src/exporthtml.c
3538         * src/headerview.c
3539         * src/imageview.c
3540         * src/manual.c
3541         * src/noticeview.c
3542         * src/pgptext.c
3543         * src/scoring.c
3544         * src/sourcewindow.c
3545         * src/stringtable.c
3546         * src/undo.c
3547                 clean up: remove unneccesary includes
3548
3549 2002-12-08 [christoph]  0.8.6claws77
3550
3551         * src/folderview.c
3552         * src/statusbar.c
3553         * src/summaryview.c
3554         * src/common/hooks.[ch]
3555                 hook functions now have a gboolean return value, if a hook
3556                 returns TRUE it will stop executing of any more hooks in
3557                 the same hooklist for this invokation
3558
3559 2002-12-08 [colin]      0.8.6claws76
3560         
3561         * src/main.c
3562                 put back argv0 for CRASH_DIALOG
3563
3564 2002-12-08 [christoph]  0.8.6claws75
3565
3566         * src/Makefile.am
3567         * src/about.c
3568         * src/account.c
3569         * src/crash.c
3570         * src/esmtp.h
3571         * src/imap.[ch]
3572         * src/inc.c
3573         * src/main.c
3574         * src/mainwindow.c
3575         * src/news.c
3576         * src/pop.[ch]
3577         * src/prefs_account.[ch]
3578         * src/prefs_common.[ch]
3579         * src/send.[ch]
3580         * src/smtp.[ch]
3581         * src/ssl_certificate.[ch]
3582         * src/ssl_manager.[ch]
3583         * src/common/Makefile.am
3584         * src/common/log.c
3585         * src/common/nntp.[ch]
3586         * src/common/socket.[ch]
3587         * src/common/ssl.[ch]
3588         * src/gtk/sslcertwindow.[ch]
3589         * ac/openssl.m4
3590                 use new autoconf script to detect OpenSSL with extra parameters
3591                 to specify the location of libs and includes, also remove USE_SSL
3592                 to USE_OPENSSL
3593
3594         * src/common/sylpheed.[ch]
3595         * src/common/version.h.in
3596                 start seperation of common code initialization seperated from gui
3597
3598         * src/summaryview.c
3599                 The function that is called when a color label changes
3600                 should not change the color lable again
3601
3602 2002-12-08 [colin]      0.8.6claws74
3603
3604         * src/gtk/sslcertwindow.c
3605                 warning fixes
3606
3607 2002-12-08 [colin]      0.8.6claws73
3608
3609         * src/statusbar.c
3610           src/common/log.h
3611                 Register a hook for statusbar_puts_all
3612         * src/common/log.c
3613                 invoke statusbar_puts_all's hook
3614         
3615 2002-12-08 [colin]      0.8.6claws72
3616
3617         * src/ssl_certificate.c
3618                 Put back a badly-removed include
3619
3620 2002-12-08 [colin]      0.8.6claws71
3621
3622         * src/gtk/sslcertwindow.[ch]    ** NEW **
3623                 new certificate presentation
3624         * src/gtk/Makefile.am
3625                 add new files
3626         * src/ssl_certificate.[ch]
3627                 gtk cleanup, made utility functions public
3628         * src/ssl_manager.c
3629                 use new cert presentation
3630
3631 2002-12-07 [christoph]  0.8.6claws70
3632
3633         * src/Makefile.am
3634         * src/nntp.[ch]                 ** REMOVE **
3635         * src/common/Makefile.am
3636         * src/common/nntp.[ch]          ** NEW **
3637                 move nntp files to common directory
3638
3639 2002-12-07 [christoph]  0.8.6claws69
3640
3641         * src/procmsg.[ch]
3642         * src/summaryview.c
3643                 implement msginfo update callback using sylpheed's new
3644                 hook system. Invoke hooks from procmsg_msginfo_[un]set_flags.
3645
3646 2002-12-06 [christoph]  0.8.6claws68
3647
3648         * src/editgroup.c
3649                 This patch changes the 'Edit Group Details' dialog to
3650                 allow extended selections in either pane, so that
3651                 addresses can be added or removed from a group more
3652                 quickly and easily. (it actually is a net decrease in
3653                 file size, as some unnecessary functions have been
3654                 removed). 
3655                 (patch submitted by Luke Plant <lukeplant@users.sourceforge.net>)
3656
3657 2002-12-06 [christoph]  0.8.6claws67
3658
3659         * src/Makefile.am
3660         * src/template.[ch]             ** REMOVE **
3661         * src/common/Makefile.am
3662         * src/common/template.[ch]      ** NEW **
3663                 move template files to common directory
3664
3665         * src/nntp.c
3666                 add missing log.h include
3667
3668 2002-12-06 [melvin]     0.8.6claws66
3669
3670         * src/prefs_actions.c
3671                 Added the trailing ">" syntax to insert command's output
3672                 without replacing old text (in contrast to trailing "|").
3673
3674 2002-12-05 [colin]      0.8.6claws65
3675         
3676         * src/common/utils.c
3677                 Don't modify original search_string or it'll change
3678                 the next iterations in the for()
3679
3680 2002-12-05 [darko]      0.8.6claws64
3681
3682         * src/common/utils.c
3683                 proper check for filtering commands, found by Colin
3684
3685 2002-12-05 [darko]      0.8.6claws63
3686
3687         * src/common/utils.c
3688                 check proper string for NULL pointer, found by Colin
3689
3690 2002-12-05 [darko]      0.8.6claws62
3691
3692         * src/common/utils.[ch]
3693                 expand_search_string(): new function
3694                 converts Mutt-like patterns to Sylpheed's
3695                 filtering engine
3696         * src/summaryview.c
3697                 use expand_search_string() to allow Mutt-like
3698                 patterns in extended search
3699         * README.claws
3700                 document extended option in quick search
3701
3702 2002-12-05 [paul]       0.8.6claws61
3703
3704         * sync with 0.8.6cvs16
3705                 see ChangeLog 2002-12-05
3706                 
3707         * po/POTFILES.in
3708                 clean up
3709
3710 2002-12-04 [christoph]  0.8.6claws60
3711
3712         * src/imap.[ch]
3713                 put imap authentication code into a new function and
3714                 remove it from imap_session_new that will allow to
3715                 send other commands before authentication
3716
3717 2002-12-04 [christoph]  0.8.6claws59
3718
3719         * src/imap.[ch]
3720                 use already existing method to prevent unneeded IMAP
3721                 folder selects. Set imap_select parameters to NULL
3722                 in some functions if the values are not required.
3723
3724         * src/xml.h
3725                 remove no longer required include
3726
3727 2002-12-04 [paul]       0.8.6claws58
3728
3729         * po/es.po
3730                 updated by Ricardo Mones Lastra
3731                 
3732         * configure.in
3733           po/hu.po      ** NEW FILE **
3734                 initial Hungarian translation, submitted
3735                 by Gál Zoltán <galzoli@hu.inter.net>
3736
3737 2002-12-03 [christoph]  0.8.6claws57
3738
3739         * src/Makefile.am
3740         * src/gtksctree.[ch]            ** REMOVE **
3741         * src/gtk/Makefile.am
3742         * src/gtk/gtksctree.[ch]        ** NEW **
3743                 move gtksctree files to gtk directory
3744
3745 2002-12-03 [christoph]  0.8.6claws56
3746
3747         * src/Makefile.am
3748         * src/md5.[ch]                  ** REMOVE **
3749         * srm/common/Makefile.am
3750         * src/common/md5.[ch]           ** NEW **
3751                 move md5 files to common directory
3752
3753         * src/gtkstext.c
3754                 remove not required #include
3755
3756 2002-12-03 [sergey]     0.8.6claws55
3757
3758         * src/gtkutils.c
3759         * src/gtkutils.h
3760                 gtkut_window_popup(): new function.
3761         * src/mainwindow.c
3762                 main_window_popup(): use gtkut_window_popup() to raise
3763                 window without changing its position.
3764                 (see sylpheed-main ML message [sylpheed:17247])
3765
3766 2002-12-03 [sergey]     0.8.6claws54
3767
3768         * src/send.c
3769                 send_message_local(): removed first-dot escaping
3770                 (SMTP-only, not needed for sending through pipe)
3771
3772 2002-12-03 [paul]       0.8.6claws53
3773
3774         * po/POTFILES.in
3775                 update to reflect recent changes (thanks
3776                 to Ricardo Mones Lastra)
3777                 
3778         * tools/filter_conv.pl
3779                  fix problem with quoted strings. Patch submitted
3780                  by Luke Plant <lukeplant@softhome.net>
3781
3782 2002-12-03 [paul]       0.8.6claws52
3783
3784         * sync with 0.8.6cvs15
3785                 see ChangeLog 2002-12-03
3786
3787 2002-12-02 [christoph]  0.8.6claws51
3788
3789         * src/logwindow.[ch]
3790         * src/common/log.[ch]
3791                 implement logging using a hook function
3792
3793         * src/folderview.c
3794         * src/folder.[ch]
3795                 define hooklist name in header file to avoid
3796                 errors caused by wrong spelling of hooklist names
3797
3798         * src/toolbar.c
3799                 fix warnings
3800
3801 2002-12-02 [christoph]  0.8.6claws50
3802
3803         * src/common/Makefile.am
3804                 add src/common/hooks.[ch]
3805
3806         * src/common/hooks.[ch]
3807                 implement a simple hook system using glib's hook functions
3808
3809         * src/folder.[ch]
3810         * src/folderview.c
3811                 use new hook system for folder item updates
3812
3813 2002-12-02 [christoph]  0.8.6claws49
3814
3815         * doc-src/ui_seperation.txt     ** NEW **
3816                 information for ui seperation
3817
3818         * src/Makefile.am
3819                 remove files that were moved to common
3820                 include common directory by default for the header files
3821
3822         * src/inc.c
3823         * src/common/socket.c
3824         * src/automaton.[ch]
3825                 implement automaton using g_io_*-functions instead of
3826                 gdk_input_add to make it ui independent
3827
3828         * src/codeconv.c
3829         * src/compose.c
3830         * src/ldif.c
3831         * src/pgptext.c
3832         * src/procmime.c
3833         * src/rfc2015.c
3834         * src/smtp.c
3835         * src/unmime.c
3836                 remove common/ prefix because directory is now in
3837                 include path
3838
3839         * src/compose.c
3840         * src/folder.c
3841         * src/folderview.c
3842         * src/mainwindow.c
3843         * src/messageview.c
3844         * src/prefs_common.c
3845         * src/procmsg.c
3846         * src/rfc2015.c
3847                 fix warnings
3848
3849         * src/imap.c
3850         * src/inc.c
3851         * src/news.c
3852         * src/pop.c
3853         * src/send.c
3854         * src/smtp.c
3855         * src/ssl_certificate.c
3856                 add log.h header file for logging functions
3857
3858         * src/main.c
3859         * src/common/utils.c
3860         * src/summaryview.c
3861         * src/xml.c
3862                 o move debug_mode to common/utils.c
3863                 o add functions to set and get debug_mode
3864
3865         * src/defs.h                    ** REMOVE **
3866         * src/intl.h                    ** REMOVE **
3867         * src/socket.[ch]               ** REMOVE **
3868         * src/ssl.[ch]                  ** REMOVE **
3869         * src/utils.[ch]                ** REMOVE **
3870                 replaced by new files in src/common/
3871         
3872         * src/common/Makefile.am
3873                 add new files in src/common/
3874
3875         * src/common/defs.h             ** NEW **
3876         * src/common/intl.h             ** NEW **
3877         * src/common/log.[ch]           ** NEW **
3878         * src/common/socket.[ch]        ** NEW **
3879         * src/common/ssl.[ch]           ** NEW **
3880         * src/common/utils.[ch]         ** NEW **
3881                 replacement for files in src/
3882
3883 2002-12-02 [colin]      0.8.6claws48
3884
3885         * src/folderview.c
3886                 Scroll folderview if necessary during dnd
3887
3888 2002-12-02 [colin]      0.8.6claws47
3889
3890         * src/folder.[ch]
3891                 Add check to verify a move is within a single mailbox
3892         * src/folderview.c
3893                 Add specific error string for this check
3894
3895 2002-12-02 [colin]      0.8.6claws46
3896
3897         * src/folder.c
3898                 Add a test to folder moving, remove a statusbar_print
3899         * src/folderview.c
3900                 Add Move folder... context-menu item
3901                 Factorize folder moving code
3902                 Enable folder DND for mbox
3903
3904 2002-12-01 [christoph]  0.8.6claws45
3905
3906         * ac/aspell.m4
3907                 remove conf.aspelltest if the version check fails
3908
3909 2002-11-30 [christoph]  0.8.6claws44
3910
3911         * autogen.sh
3912                 run libtoolize --force in autogen to create missing
3913                 libtool scripts
3914
3915 2002-11-30 [christoph]  0.8.6claws43
3916
3917         * src/Makefile.am
3918         * src/pgptext.c
3919         * src/procmime.c
3920         * src/rfc2015.c
3921         * src/uuencode.[ch]             ** REMOVED **
3922         * src/common/Makefile.am
3923         * src/common/uuencode.[ch]      ** NEW **
3924                 move uuen/decoder to common directory
3925
3926 2002-11-30 [christoph]  0.8.6claws42
3927
3928         * src/Makefile.am
3929         * src/base64.[ch]               ** REMOVED **
3930         * src/codeconv.c
3931         * src/compose.c
3932         * src/ldif.c
3933         * src/pgptext.c
3934         * src/procmime.c
3935         * src/rfc2015.c
3936         * src/smtp.c
3937         * src/unmime.c
3938         * src/common/Makefile.am
3939         * src/common/base64.[ch]        ** NEW **
3940                 move base64 en/decoder to common directory
3941
3942 2002-11-30 [christoph]  0.8.6claws41
3943
3944         * src/common                    ** NEW **
3945                 new directory for UI independent code
3946         * src/gtk                       ** NEW **
3947                 new directory for GTK frontend
3948         * src/common/.cvsignore         ** NEW **
3949         * src/gtk/.cvsignore            ** NEW **
3950                 ignore build files
3951         * src/common/Makefile.am        ** NEW **
3952         * src/gtk/Makefile.am           ** NEW **
3953                 automake files to build new seperated stuff
3954         * src/Makefile.am
3955                 the binary will currently still be build with the
3956                 files in src, so we include the code from the
3957                 subdirs for now after building the libs there
3958
3959 2002-11-30 [paul]       0.8.6claws40
3960
3961         * src/compose.c
3962                 fix bug [642731] 'Wrong selected account with drafted mail'
3963
3964 2002-11-29 [oliver]     0.8.6claws39
3965         
3966         * src/messageview.c
3967                 o update summaryview when switching between different
3968                   messageviews          
3969         * src/toolbar.c  
3970                 o check if messageview holds already removed msg
3971                   from summaryview
3972                 
3973
3974 2002-11-29 [oliver]     0.8.6claws38
3975
3976         * src/toolbar.c 
3977                 remove not needed variables and includes
3978                 make messageview stay opened and move to next when msgs are deleted 
3979
3980 2002-11-29 [oliver]     0.8.6claws37
3981         
3982         * src/toolbar.c 
3983                 disable compose button (messageview toolbar) by default
3984                 deleted msgs are moved to trash
3985         
3986 2002-11-29 [melvin]     0.8.6claws36
3987
3988         * configure.in
3989                 Increased minimal gpgme version to 0.3.10 (Zombies out)
3990                 and to detect signatures expirations (gpgme 0.3.6)
3991
3992         * src/main.c
3993                 Use non obsolescent function for Gpgme engine checking.
3994
3995         * src/rfc2015.c
3996                 Inform about expired signatures or signatures which key
3997                 has expired. Expiration date is displayed.
3998
3999         * src/sigstatus.c
4000                 Inform about expired signatures or signatures which key
4001                 has expired.
4002
4003 2002-11-28 [paul]       0.8.6claws35
4004
4005         * src/folderview.c
4006                 re-instate 'Check for new messages' in Newsgroup
4007                 folders right-click menu, after a suggestion from
4008                 Tim Mann <timmann@users.sourceforge.net>
4009
4010         * src/main.c
4011                 after a crash check only local folders for new
4012                 messages
4013
4014 2002-11-28 [paul]       0.8.6claws34
4015
4016         * configure.in
4017                 apply patch that fixes the checking of GTK with XIM 
4018                 support on different OSs, such as FreeBSD. Patch 
4019                 submitted by Topia <topia@users.sourceforge.net>
4020                 
4021 2002-11-28 [paul]       0.8.6claws33
4022
4023         * src/mainwindow.c
4024           src/prefs_common.c
4025           src/prefs_toolbar.c
4026                 more changes to the English
4027
4028 2002-11-28 [paul]       0.8.6claws32
4029
4030         * sync with 0.8.6cvs13
4031                 see ChangeLog 2002-11-28 (no sync needed
4032                 for src/compose.c)
4033
4034 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws31
4035         
4036         * src/mainwindow.[ch]
4037                 add patch by Ivan F. Martinez introducing messageview Toolbar
4038                 some changes and committed by oliver    
4039
4040 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws30
4041
4042         * src/messageview.[ch]
4043                 add patch by Ivan F. Martinez introducing messageview Toolbar
4044                 some changes and committed by oliver    
4045
4046 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws29
4047
4048         * src/compose.[ch]
4049                 add patch by Ivan F. Martinez introducing messageview Toolbar
4050                 some changes and committed by oliver    
4051
4052 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws28
4053         
4054         * src/toolbar.[ch]
4055                 add patch by Ivan F. Martinez introducing messageview Toolbar
4056                 some changes and committed by oliver
4057
4058 2002-11-28 [oliver]     0.8.6claws27
4059         
4060         * src/prefs_toolbar.[ch]
4061                 getting ready for messageview toolbar
4062                 free mem allocated by gettext
4063                 change prefs_toolbar to prefs_toolbar_open
4064  
4065 2002-11-28 [thorsten]   0.8.6claws26
4066
4067         * src/imageview.[ch]
4068                 cleaned up conflicting declarations of
4069                 imageview_show_image()
4070
4071 2002-11-28 [paul]       0.8.6claws25
4072
4073         * src/grouplistdialog.c
4074           src/prefs_common.c
4075           src/prefs_summary_column.c
4076                 a few more improvements to the English
4077
4078 2002-11-28 [colin]      0.8.6claws24
4079
4080         * man/sylpheed.1
4081                 A few updates to command-line parameters
4082
4083 2002-11-28 [colin]      0.8.6claws23
4084
4085         * src/prefs_filtering.c
4086                 Fix problems with prefs_filtering_delete_path:
4087                 a) if the first rule is removed, original pointers
4088                    weren't updated (leading to segfaults)
4089                 b) it was always global_processing updated in case
4090                    of removed path was parent of rule path
4091
4092 2002-11-27 [paul]       0.8.6claws22
4093
4094         * src/mainwindow.c
4095           src/prefs_account.c
4096           src/prefs_actions.c
4097           src/prefs_common.c
4098           src/prefs_customheader.c
4099           src/prefs_display_header.c
4100           src/prefs_filtering.c
4101           src/prefs_folder_item.c
4102           src/prefs_matcher.c
4103           src/prefs_scoring.c
4104           src/prefs_summary_column.c
4105           src/prefs_template.c
4106           src/prefs_toolbar.c
4107                  improve the English in the GUI
4108
4109 2002-11-27 [colin]      0.8.6claws21
4110
4111         * src/folder.c
4112                 Fix processing renaming problems happening after
4113                 last commit
4114
4115 2002-11-27 [colin]      0.8.6claws20
4116
4117         * src/folder.c
4118                 recursive move now deletes src each subfolder after 
4119                 having moved it
4120         * src/folderview.c
4121                 Use identifier instead of path during dnd (enables
4122                 IMAP folder dnd)
4123
4124 2002-11-27 [paul]       0.8.6claws19
4125
4126         * src/main.c
4127                 apply patch that does command-line processing 
4128                 BEFORE gtk_init, allowing claws to run from 
4129                 shell-scripts in non-X environment (e.g. crontab 
4130                 or ip-up, ip-down scripts). Patch submitted by
4131                 Ruslan N. Balkin <baron@dartel.ru>
4132                 
4133         * po/it.po
4134                 updated by Alessandro Maestri
4135
4136 2002-11-27 [paul]       0.8.6claws18
4137
4138         * sync with 0.8.6cvs12
4139           src/prefs_common.c
4140                 Differences are that main uses a 'Receive dialog'
4141                 frame on the Interface tab, whereas claws groups all 
4142                 the dialogs together in a 'Dialogs' frame.
4143
4144 2002-11-27 [colin]      0.8.6claws17
4145
4146         * src/prefs_matcher.c
4147                 Fix Execute criteria's NOT flag
4148
4149
4150 2002-11-26 [christoph]  0.8.6claws16
4151
4152         * src/ssl.c
4153                 rewrite the ssl code a little bit, only use one
4154                 SSL context, set default certificates' file/path
4155
4156 2002-11-26 [thorsten]   0.8.6claws15
4157
4158         * src/compose.c
4159                 default-reply-to didn't work for ml-reply
4160
4161 2002-11-26 [melvin]     0.8.6claws14
4162
4163         * src/prefs_actions.c
4164                 Made pipe-actions ignore short headers in message view
4165                 Made trailing-pipe-actions write in the message view with
4166                 the same font as the original message
4167
4168 2002-11-26 [paul]       0.8.6claws13
4169
4170         * src/compose.c
4171                 this time commit the correct file
4172
4173 2002-11-26 [paul]       0.8.6claws12
4174
4175         * sync with 0.8.6cvs11
4176           src/quote_fmt_parse.y  
4177                 no sync needed
4178           src/account.[ch]       
4179                 not sync'ed
4180           src/compose.c
4181                 compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
4182                 on draft mode.
4183                 compose_reedit(): add check for 'X-Sylpheed-Account-Id:' 
4184                 header
4185                 
4186         see ChangeLog 2002-11-25 and 2002-11-26
4187
4188 2002-11-26 [colin]      0.8.6claws11
4189
4190         * src/folderview.c
4191                 Fix collapsed folder not auto-expanding during
4192                 mail dnd, if it was the source folder.
4193
4194 2002-11-25 [colin]      0.8.6claws10
4195
4196         * src/folderview.[ch]
4197                 Variable renaming and cleaning (slist of nodes 
4198                 to be re-collapsed is stored in FolderView)
4199
4200 2002-11-25 [paul]       0.8.6claws9
4201
4202         * src/prefs_common.[ch]
4203                 fix breakage caused by last commit
4204
4205 2002-11-25 [paul]       0.8.6claws8
4206
4207         * sync with 0.8.6cvs4
4208                 see ChangeLog 2002-11-21
4209
4210 2002-11-25 [paul]       0.8.6claws7
4211
4212         * sync with 0.8.6cvs4
4213                 see ChangeLog 2002-11-20
4214
4215 2002-11-25 [paul]       0.8.6claws6
4216
4217         * sync with 0.8.6cvs3
4218                 see ChangeLog 2002-11-18
4219
4220 2002-11-25 [colin]      0.8.6claws5
4221
4222         * src/gtkutils.[ch]
4223                 Add gtkut_ctree_node_is_parent()
4224         * src/folderview.c
4225                 Spring-loaded folders
4226
4227 2002-11-25 [colin]      0.8.6claws4
4228
4229         * src/utils.[ch]
4230                 Add slist_concat_unique(), function to merge
4231                 two GSList filtering dups
4232         * src/folder.[ch]
4233         * src/summaryview.[ch]
4234         * src/folderview.c
4235         * src/main.c
4236                 Add detection/update/display of unread answers
4237                 to marked mails
4238         * src/procmsg.[ch]
4239                 Add procmsg_find_children()
4240                 Add procmsg_msg_has_marked_parent()
4241
4242 2002-11-25 [colin]      0.8.6claws3
4243
4244         * src/ssl_certificate.[ch]
4245                 Allow checking a certificate without a DNS
4246                 lookup
4247                 Allow to forget a cert (by deleting it)
4248                 Make ssl_certificate_destroy_public
4249         * src/ssl_manager.[ch] ** NEW FILES **
4250                 Gui to manage (display/remove) certificates
4251         * src/prefs_common.[ch]
4252                 Add a pref to allow silent acceptation of
4253                 trusted certificates or not (based on the
4254                 "I want to know what's going on" principle)
4255         * src/mainwindow.c
4256                 Add SSL manager in Tools menu
4257         * src/Makefile.am
4258                 Add the new files to the build
4259         * po/POTFILES.in
4260                 Add ssl_manager.c to translations
4261
4262 2002-11-25 [colin]      0.8.6claws2
4263
4264         * src/summaryview.[ch]
4265                 Add S_SEARCH_EXTENDED to the quick search, which 
4266                 allows to search using filtering syntax.
4267
4268 2002-11-25 [colin]      0.8.6claws1
4269
4270         * src/summaryview.c
4271                 Deletion of duplicates now prefer deleting
4272                 the unread dup (fixes feature-request 638989).
4273
4274 2002-11-24 [paul]       0.8.6claws
4275
4276         * po/es.po
4277           po/pl.po
4278           po/ru.po
4279           po/sr.po
4280                 updated by Ricardo Mones Lastra,
4281                 Witold Wladyslaw Wojciech Wilk,
4282                 Ruslan N. Balkin, and  Urke MMI 
4283                 respectively
4284
4285 2002-11-24 [paul]       0.8.5claws182
4286
4287         * po/bg.po
4288                 updated by George Danchev
4289
4290 2002-11-23 [alfons]     0.8.5claws181
4291
4292         * src/imap.c
4293                 tiny memory leak found by browsing Dimitar's 
4294                 valgrind report
4295
4296 2002-11-23 [paul]       0.8.5claws180
4297
4298         * po/it.po
4299                 updated by Alessandro Maestri
4300
4301 2002-11-22 [christoph]  0.8.5claws179
4302
4303         * src/compose.c
4304         * src/inc.c
4305         * src/prefs_filtering.c
4306         * src/summaryview.c
4307                 more warning fixes
4308
4309 2002-11-22 [alfons]     0.8.5claws178
4310
4311         * src/summaryview.c
4312                 summary_execute_delete_func(): if message is deleted, make 
4313                 sure to also remove its entry in the subject hash table. 
4314                 fixes a corner case bug.
4315
4316 2002-11-22 [paul]       0.8.5claws177
4317
4318         * .cvsignore
4319                 add 'autom4te.cache'
4320                 
4321         * ltconfig      ** REMOVED **
4322                 not needed
4323
4324 2002-11-22 [paul]       0.8.5claws176
4325
4326         * src/textview.c
4327                 textview_set_font(): fix for message display in
4328                 UTF-8 locales (thanks to Sergey Vlasov).
4329                 
4330         * AUTHORS
4331                 add new team members and contributors
4332
4333
4334 2002-11-21 [colin]      0.8.5claws175
4335
4336         * src/procmsg.[ch]
4337                 Add procmsg_remove_special_headers()
4338         * src/mh.c
4339                 Use procmsg_remove_special_headers() for 
4340                 previous fix
4341
4342 2002-11-21 [colin]      0.8.5claws174
4343
4344         * src/mh.c
4345                 Fix moving/copying from queue/draft folders
4346                 for MH folders
4347
4348 2002-11-21 [christoph]  0.8.5claws173
4349
4350         * src/crash.c
4351         * src/filtering.c
4352         * src/logwindow.c
4353         * src/main.c
4354         * src/matcher_parser_lex.[hl]
4355         * src/mbox.c
4356         * src/mbox_folder.[ch]
4357         * src/prefs_filtering.c
4358         * src/procheader.c
4359         * src/quote_fmt_lex.l
4360         * src/ssl.c
4361                 fix all warnings except the warnings in lex and yacc files
4362
4363 2002-11-20 [christoph]  0.8.5claws172
4364
4365         * src/imap.c
4366                 fix MsgInfo retrieval for IMAP draft and queue folders
4367                 (closes bug [ 619558 ] Draft saving on IMAP box issue)
4368
4369 2002-11-19 [christoph]  0.8.5claws171
4370
4371         * src/compose.c
4372                 fix segfault, when draft saving does not get
4373                 the MsgInfo of the new message
4374                 (closes bug [ 640699 ] Claws170: crash drafting mail ( IMAP ))
4375
4376 2002-11-19 [christoph]  0.8.5claws170
4377
4378         * src/procmsg.c
4379                 add parameter check for flag setting function
4380                 (closes bug [ 640619 ] Claws169: crash - drafting a mail (IMAP))
4381
4382 2002-11-18 [paul]       0.8.5claws169
4383
4384         * src/compose.c
4385                 more sensitivity fixes to redirect mode:
4386                 * disable toolbar draft button
4387                 * allow only Address book in the Tools menu
4388                 * disable editing of message by the spell
4389                   checker
4390
4391 2002-11-18 [paul]       0.8.5claws168
4392
4393         * src/compose.c
4394                 fix sensitivity of menu items in compose_redirect():
4395                 allow only the necessary items 
4396
4397 2002-11-18 [paul]       0.8.5claws167
4398
4399         * src/compose.c
4400                 fix bug [ 603259 ] 'attachment got lost on bounce'
4401
4402 2002-11-18 [paul]       0.8.5claws166
4403
4404         * po/ru.po
4405                 updated by Ruslan N. Balkin <baron@dartel.ru>
4406
4407 2002-11-18 [colin]      0.8.5claws165
4408
4409         * src/main.c
4410           src/defs.h
4411                 Remove old filtering stuff
4412
4413
4414 2002-11-17 [oliver]     0.8.5claws164
4415
4416         * src/toolbar.h
4417                 remove not needed typedef 
4418
4419 2002-11-17 [oliver]     0.8.5claws163
4420
4421         * src/toolbar.c
4422                 make toolbar's on click events translatable
4423
4424 2002-11-15 [colin]      0.8.5claws162
4425
4426         * src/summaryview.c
4427                 Revert too-soon integration of a feature
4428
4429 2002-11-15 [christoph]  0.8.5claws161
4430
4431         * src/imap.c
4432                 use main's implementation of imap_get_msginfo
4433
4434 2002-11-15 [christoph]  0.8.5claws160
4435
4436         * src/compose.c
4437         * src/folder.[ch]
4438         * src/imap.c
4439         * src/mbox_folder.c
4440         * src/mh.c
4441         * src/news.c
4442         * src/procmsg.c
4443         * src/summaryview.c
4444                 replace claws' fetch_msginfo with main's get_msginfo
4445                 (use main's implementation where possible)
4446
4447 2002-11-15 [colin]      0.8.5claws159
4448
4449         * src/ssl_certificate.c
4450                 Missed a check
4451
4452 2002-11-16 [melvin]     0.8.5claws158
4453
4454         * po/fr.po
4455                 Updated French translations.
4456
4457 2002-11-16 [colin]      0.8.5claws157
4458
4459         * src/ssl_certificate.c
4460                 Check for missing parts in the certificates
4461
4462 2002-11-15 [colin]      0.8.5claws156
4463
4464         * src/folderview.c
4465                 Preventive fix (missing check) found by
4466                 Alfons
4467
4468 2002-11-15 [paul]
4469
4470         * NEWS
4471                 sync with 0.8.6 release
4472
4473 2002-11-15 [colin]      0.8.5claws155
4474
4475         * src/folder.[ch]
4476           src/folderview.c
4477                 Fix error handling of folder_item_move_to()
4478                 (thanks to Alfons!)
4479
4480 2002-11-15 [colin]      0.8.5claws154
4481
4482         * src/folder.[ch]
4483           src/folderview.c
4484                 folder_item_move_to() sets an error message instead
4485                 of having GUI stuff in folder.c
4486
4487 2002-11-15 [colin]      0.8.5claws153
4488
4489         * src/procmsg.[ch]
4490                 Implemented a callback for MsgInfo updates, 
4491                 heavily copy/pasted from Christoph's folder 
4492                 callback system
4493         * src/summaryview.[ch]
4494                 Register summary_update_msg as callback
4495
4496 2002-11-14 [colin]      0.8.5claws152
4497         
4498         * src/procmsg.c
4499                 Update the FolderItem after sending (fixes 617593)
4500
4501 2002-11-14 [christoph]  0.8.5claws151
4502
4503         * src/folder.c
4504                 fix wrong position of NULL pointer check found
4505                 by Sergey
4506
4507 2002-11-14 [christoph]  0.8.5claws150
4508
4509         * src/folder.c
4510                 fix segfault when deleting messages from IMAP folders
4511                 (closes bug [ 635641 ] Crash deleting mail in IMAP trash)
4512
4513 2002-11-14 [colin]      0.8.5claws149
4514
4515         * src/compose.c
4516                 Forwarding was also ignoring the folder's default account.
4517
4518 2002-11-14 [colin]      0.8.5claws148
4519
4520         * src/compose.c
4521                 Fix sent folder not set to folder properties when 
4522                 forwarding.
4523
4524 2002-11-14 [thorsten]   0.8.5claws147
4525
4526         * src/inc.c
4527                 inc_start(): Files were not moved from .processing to inbox,
4528                 if no global processing rule existed
4529
4530 2002-11-14 [colin]      0.8.5claws146
4531
4532         * src/ssl_certificate
4533                 Fix file operations
4534
4535 2002-11-14 [paul]       0.8.5claws145
4536
4537         * po/it.po
4538                 updated by Alessandro Maestri
4539
4540 2002-11-13 [alfons]     0.8.5claws144
4541
4542         * src/folder.c
4543                 folder_item_close(): only mark messages unread
4544                 when a folder has new messages 
4545
4546 2002-11-13 [keith]      0.8.5claws143
4547
4548         * src/imap.c
4549                 Fix problem moving or copying between
4550                 IMAP folders
4551
4552 2002-11-13 [colin]      0.8.5claws142
4553
4554         * src/matcher_parser_parse.y
4555                 Fix rule problem when " don't match
4556
4557 2002-11-13 [christoph]  0.8.5claws141
4558
4559         * src/folder.c
4560         * src/folderview.c
4561                 moved cache saving to folder_item_close
4562                 the folderview should not have to deal with
4563                 this things
4564
4565 2002-11-13 [christoph]  0.8.5claws140
4566
4567         * src/summaryview.c
4568                 moved setting of important score to
4569                 summary_set_prefs_from_folderitem
4570
4571 2002-11-13 [colin]      0.8.5claws139
4572
4573         * src/matcher_parser_parse.y
4574                 Fix a segfault in the parser (happening when
4575                 a good expression had been tested and a bad 
4576                 one arrives)
4577
4578 2002-11-13 [paul]       0.8.5claws138
4579
4580         * sync with 0.8.5cvs24
4581                 see ChangeLog 2002-11-13
4582                 
4583         * po/pt_BR.po
4584                 updated by Fabio Jr. Beneditto
4585
4586 2002-11-13 [colin]      0.8.5claws137
4587         
4588         * src/msgcache.c
4589           src/defs.h
4590           src/procmsg.[ch]
4591                 Revert last commit, problem
4592
4593 2002-11-13 [colin]      0.8.5claws136
4594
4595         * src/msgcache.c
4596                 Remove duplicated code
4597         * src/defs.h
4598                 Bumped CACHE_VERSION and MARK_VERSION
4599         * src/procmsg.[ch]
4600                 Network endian for cache and mark files
4601
4602 2002-11-12 [colin]      0.8.5claws135
4603
4604         * src/inc.c
4605                 Fix the "socket error" dialog which disappeared
4606
4607 2002-11-12 [colin]      0.8.5claws134
4608
4609         * src/msgcache.c
4610                 Reverse last commit which had performance 
4611                 problems, but still reverse the list
4612
4613 2002-11-12 [colin]      0.8.5claws133
4614
4615         * src/msgcache.c
4616                 Reverse list order
4617
4618 2002-11-12 [melvin]     0.8.5claws132
4619
4620         * src/compose.c
4621                 Added a check for a NULL prefs_common.dictionary
4622
4623 2002-11-12 [colin]      0.8.5claws131
4624
4625         * src/ssl_certificate.[ch]
4626                 Use FQDN hostname
4627
4628 2002-11-12 [colin]      0.8.5claws130
4629
4630         * src/ssl_certificate.[ch]
4631                 Take connection port into account for 
4632                 checking certificates (a single hostname
4633                 could have multiple servers with multiple
4634                 certificates)
4635         * src/ssl.c
4636                 Pass the port to ssl_certificate_check
4637
4638 2002-11-12 [paul]       0.8.5claws129
4639
4640         * src/folder.c
4641                 fix a typo in last commit
4642
4643 2002-11-12 [paul]       0.8.5claws128
4644
4645         * sync with 0.8.5cvs23
4646                 see ChangeLog entry 2002-11-12
4647
4648 2002-11-11 [colin]      0.8.5claws127
4649
4650         * src/ssl_certificate.c
4651                 Cleaner messages
4652                 Don't popup, instead log error, if the 
4653                 corresponding pref is checked
4654         * src/ssl_certificate.h
4655                 include <openssl/objects/h>
4656
4657 2002-11-11 [colin]      0.8.5claws126
4658
4659         * src/ssl_certificate.h
4660                 _Really_ clean it
4661
4662 2002-11-11 [colin]      0.8.5claws125
4663         
4664         * src/ssl_certificate.c
4665                 Fixed leak
4666
4667 2002-11-11 [colin]      0.8.5claws124
4668
4669         * src/ssl.c
4670                 Cleaned a bit
4671         * src/ssl_certificate.[ch]
4672                 Cleaned a bit (better use of SSL API)
4673                 (This will cause non-recognition of saved 
4674                  certificates of claws12[23]...)
4675
4676 2002-11-11 [paul]       0.8.5claws123
4677         
4678         * po/es.po
4679                 updated by Ricardo Mones Lastra
4680
4681 2002-11-11 [colin]      0.8.5claws122
4682
4683         * src/ssl.c
4684                 Fix a typo
4685
4686 2002-11-11 [colin]      0.8.5claws121
4687
4688         * src/ssl_certificate.[ch] ** NEW FILES **
4689         * src/ssl.[ch]
4690                 Check SSL certificates presented to us
4691         * src/Makefile.am
4692                 Add ssl_certificate.[ch]
4693         * po/POTFILES.in
4694                 Add ssl_certificate.c
4695
4696 2002-11-11 [paul]       0.8.5claws120
4697
4698         * sync with 0.8.5cvs22
4699                 see ChangeLog 2002-11-11
4700
4701 2002-11-11 [paul]       0.8.5claws119
4702
4703         * sync with 0.8.5cvs21
4704                 see ChangeLog 2002-11-11
4705
4706 2002-11-10 [jens]       0.8.5claws118
4707
4708         * src/folder.c
4709         * src/folderview.c
4710                 corrected some typing
4711         * po/de.po
4712                 updated german translation
4713         * sylpheed.spec.in
4714                 cleaned up specfile and adjusted it for claws
4715
4716 2002-11-10 [colin]      0.8.5claws117
4717
4718         * src/summaryview.c
4719                 a STATUSBAR_PUSH/POP fix
4720
4721 2002-11-10 [colin]      0.8.5claws116
4722
4723         * src/prefs_folder_item.c
4724                 Fix hanging after opening folder properties
4725
4726 2002-11-10 [hoa]        0.8.5claws115
4727
4728         * src/matcher_parser_lex.l
4729         * src/matcher_parser_parse.y
4730                 config file for scoring and filtering is no more trashed
4731                 when there is a syntax error in a filtering rule when
4732                 editing it in a dialog.
4733
4734 2002-11-09 [colin]      0.8.5claws114
4735
4736         * src/mbox_folder.c
4737                 Added missing initialisation of folder->destroy()
4738
4739 2002-11-09 [colin]      0.8.5claws113
4740
4741         * src/folder.c
4742           src/folderview.c
4743                 Fix the status bar messages
4744
4745 2002-11-09 [colin]      0.8.5claws112
4746
4747         * src/folderview.c
4748                 Fix hangs after folder dnd, happening after 
4749                 claws109.
4750
4751 2002-11-09 [christoph]  0.8.5claws111
4752
4753         * src/folderview.c
4754                 just changed order of calls (reverse order of
4755                 associated calls)
4756         * src/inc.c
4757                 lock inc when checking only one account, otherwise
4758                 inc all could be executed at the same time
4759
4760 2002-11-09 [christoph]  0.8.5claws110
4761
4762         * src/folderview.c
4763                 better unlock the mouse cursor before calling
4764                 summary_show because it changes the cursor too
4765
4766 2002-11-09 [christoph]  0.8.5claws109
4767
4768         * src/folder.[ch]
4769         * src/folderview.c
4770                 add functions to open and close a folder
4771                 o opending will execute scanning for remote folders
4772                   and processing
4773                 o closing will unset new flag for messages
4774
4775 2002-11-09 [colin]      0.8.5claws108
4776
4777         * src/folder.c
4778                 Add a call to prefs_matcher_write_config to 
4779                 avoid non-leaf folders filtering settings to be
4780                 lost
4781
4782 2002-11-09 [paul]       0.8.5claws107
4783
4784         * src/prefs_account.c
4785                 re-word a label
4786
4787 2002-11-09 [colin]      0.8.5claws106
4788
4789         * src/folderview.c
4790                 Minor esthetic fix
4791
4792 2002-11-09 [colin]      0.8.5claws105
4793
4794         * src/folderview.c
4795                 Fix prefs_filtering deletion for MH folders (same
4796                 reason as below)
4797         * src/prefs_filtering.c
4798                 Fix prefs_filtering renaming and deletion for 
4799                 folder-based processing rules.  
4800
4801 2002-11-09 [christoph]  0.8.5claws104
4802
4803         * src/compose.c
4804         * src/folder.[ch]
4805         * src/folderview.[ch]
4806         * src/import.c
4807         * src/inc.c
4808         * src/main.c
4809         * src/mainwindow.c
4810         * src/messageview.c
4811         * src/prefs_folder_item.c
4812         * src/procmsg.c
4813         * src/summaryview.c
4814                 implement a callback system for folder item updates
4815
4816 2002-11-09 [colin]      0.8.5claws103
4817
4818         * src/folderview.c
4819                 Fix prefs_filtering renaming for MH folders (we
4820                 shouldn't rename by path as another folder could
4821                 have the same hierarchy).
4822
4823 2002-11-09 [colin]      0.8.5claws102
4824
4825         * src/folder.c
4826                 Fix a leak found by Christoph, use better variable
4827                 names
4828
4829 2002-11-09 [colin]      0.8.5claws101
4830
4831         * src/folder.c
4832                 One more fix for processing rules
4833
4834 2002-11-08 [colin]      0.8.5claws100
4835         
4836         * src/matcher.c
4837                 Don't copy the compiled regexp (will be reevaluated)
4838         * src/folderview.c
4839                 Lock folderview while moving
4840         * src/folder.c
4841                 Provide info on what's happening to the user
4842
4843 2002-11-08 [colin]      0.8.5claws99
4844
4845         * src/folderview.c
4846                 Fix folder reordering after a move if parent is 
4847                 root
4848         * src/scoring.[ch]
4849                 Add function to copy a ScoringProp
4850         * src/prefs_folder_item.c
4851                 Copy scoring rules when copying a folder prefs
4852
4853 2002-11-08 [colin]      0.8.5claws98
4854
4855         * src/folderview.c
4856                 Fixes in case of failure
4857         * src/filtering.[ch]    
4858                 Add function to duplicate a FilteringProp
4859         * src/matcher.[ch]
4860                 Add function to duplicate a MatcherProp
4861         * src/prefs_folder_item.c
4862                 Save folder's processing rules when copying 
4863                 its prefs
4864
4865 2002-11-08 [colin]      0.8.5claws97
4866         
4867         * src/folderview.c
4868                 Sort after move
4869         * src/folder.c 
4870                 Change a printf to debug_print
4871
4872 2002-11-08 [colin]      0.8.5claws96
4873
4874         * src/folder.c
4875           src/folderview.c
4876                 Fix segfaults, call me stupido
4877         
4878
4879 2002-11-08 [colin]      0.8.5claws95
4880
4881         *src/folder.c
4882                 Added forgotten prefs to save when moving folders
4883
4884 2002-11-08 [colin]      0.8.5claws94
4885
4886         * src/folder.c
4887                 Fixes to folder DND (prefs copy)
4888         * src/folderview.c
4889                 Optimization for folder DND (don't rescan whole tree)
4890                 Added folderview_create_folder_node() for this 
4891                 optimization, so de-duped a bit the code
4892         * src/prefs_folder_item.[ch]
4893                 Added prefs_folder_item_copy_prefs()    
4894           
4895 2002-11-08 [paul]       0.8.5claws93
4896
4897         * src/prefs_account.c
4898           tools/README
4899           tools/kmail2sylpheed_v2.pl
4900                 correct some typos
4901
4902 2002-11-08 [paul]       0.8.5claws92
4903
4904         * src/compose.c
4905           src/prefs_account.[ch]
4906                 remove account options 'clearsign' and 'ascii_armored',
4907                 replace with 'default_gnupg_mode' to prevent mixed-mode
4908                 Privacy settings
4909
4910 2002-11-08 [paul]       0.8.5claws91
4911
4912         * src/compose.[ch]
4913                 re-implement GnuPG 'on-the-fly' mode selection,
4914                 disallow mixed-mode
4915
4916 2002-11-08 [colin]      0.8.5claws90
4917
4918         * src/folderview.c
4919           src/prefs_folder_item.c
4920                 Change "Property" to "Properties"
4921
4922 2002-11-07 [colin]      0.8.5claws89
4923
4924         * src/folderview.c
4925           src/folder.c
4926                 Allow folder dropping to a root folder
4927
4928 2002-11-07 [paul]       0.8.5claws88
4929
4930         * src/compose.c
4931                 revert last commit
4932
4933 2002-11-07 [paul]       0.8.5claws87
4934
4935         * src/compose.c
4936                 fix reply-to-list bug. closes bug report
4937                 "[633382] reply-to-list broken in recent cvs"
4938
4939 2002-11-07 [paul]       0.8.5claws86
4940
4941         * src/compose.c
4942                 add a forgotten '#if USE_GPGME ... #endif'
4943
4944 2002-11-07 [paul]       0.8.5claws85
4945
4946         * sync with 0.8.5cvs20
4947                 see ChangeLog 2002-11-07
4948
4949 2002-11-07 [colin]      0.8.5claws84
4950
4951         * src/folder.[ch]
4952                 Change folder_item_move_to to return the newly 
4953                 created folderitem.
4954         * src/folderview.c
4955                 Select the new folderitem after moving.
4956
4957 2002-11-07 [colin]      0.8.5claws83
4958
4959         * src/prefs_filtering.c
4960                 Fix rule rewriting when moving a leaf folder to a 
4961                 shorter path
4962
4963 2002-11-07 [colin]      0.8.5claws82
4964
4965         * src/prefs_filtering.c
4966                 fix a leak
4967
4968 2002-11-07 [colin]      0.8.5claws81
4969
4970         * src/folder.[ch]
4971                 Add folder_item_move_to() function to move a 
4972                 folderitem into another one (updates matcher etc)
4973         * src/folderview.c
4974                 Add folder drag'n drop (context menu to come)
4975                 [Should be dataloss free, but Please backup before 
4976                  trying !]
4977
4978 2002-11-06 [colin]      0.8.5claws80
4979
4980         * src/mh.c
4981                 mh_create_folder() returns NULL if can't create
4982                 directory hierarchy
4983
4984 2002-11-06 [paul]       0.8.5claws79
4985
4986         * src/compose.[ch]
4987                 allow 'on-the-fly' changing of the type of encryption 
4988                 and/or signing used (mime/ascii) via the compose window
4989
4990 2002-11-06 [paul]       0.8.5claws78
4991
4992         * sync with 0.8.5cvs19
4993                 see ChangeLog 2002-11-06 for src/account.c: 
4994                 account_get_special_folder()
4995                 
4996 2002-11-05 [alfons]     0.8.5claws77
4997
4998         * src/crash.c
4999                 very minor cleanups: nothing to see here, move on. :-)
5000
5001 2002-11-05 [colin]      0.8.5claws76
5002
5003         * src/main.c
5004                 Changes choices if compose windows are opened to
5005                 Discard, Draft, Don't quit
5006
5007 2002-11-05 [thorsten]   0.8.5claws75
5008
5009         * src/compose.c
5010                 reenabled default_reply_to folder option
5011
5012 2002-11-05 [colin]      0.8.5claws74
5013
5014         * src/compose.[ch] 
5015                 add compose_draft()
5016         * src/crash.c
5017                 add SIGTERM handler
5018         * src/main.[ch]
5019                 add clean_quit() for the SIGTERM handler
5020
5021 2002-11-05 [paul]       0.8.5claws73
5022         
5023         * po/es.po
5024                 updated by Ricardo Mones Lastra
5025
5026 2002-11-05 [melvin]     0.8.5claws72
5027
5028         * src/logwindow.c
5029                 Fixed log-clipping bug #616795.
5030                 To stop logging in the log window use 0 length.
5031         * src/prefs_common.c
5032                 Added a label to inform about the 0 log length behaviour.
5033
5034 2002-11-05 [paul]       0.8.5claws71
5035
5036         * sync with 0.8.5cvs17
5037                 see ChangeLog 2002-11-05
5038
5039 2002-11-04 [paul]       0.8.5claws70
5040
5041         * sylpheed-128x128.png
5042           sylpheed-64x64.png
5043           sylpheed.png
5044                 replace with pngcrushed icons. Submitted by Nicolas Kaiser,
5045                 <nikai@users.sourceforge.net>
5046                 
5047         * po/bg.po
5048                 updated by George Danchev
5049
5050 2002-11-03 [thorsten]   0.8.5claws69
5051
5052         * src/main.c
5053           src/mimeview.c
5054           src/rfc2015.h
5055                 add check if gpg is active
5056
5057 2002-11-03 [thorsten]   0.8.5claws68
5058
5059         * src/toolbar.h
5060                 removed GSList declaration causing trouble on MacOS-X
5061                 (submitted by alfons, reported by xfesty)
5062
5063 2002-11-01 [paul]       0.8.5claws67
5064
5065         * src/mainwindow.c
5066                 remove last remnants of main's filter code
5067
5068 2002-11-01 [paul]       0.8.5claws66
5069
5070         * tools/filter_conv.pl
5071                 fix bug where user-defined headers were ignored
5072
5073 2002-11-01 [paul]       0.8.5claws65
5074
5075         * src/logwindow.c
5076                 make a debug_print() not translatable
5077
5078 2002-10-31 [melvin]     0.8.5claws64
5079
5080         * ac/aspell.m4
5081                 Fixed --disable-aspell-test. Now --disable-aspell-test will 
5082                 not run any GNU/aspell test.  The dictionary path will
5083                 be by default /usr/local/lib/aspell/ unless --with-aspell-prefix
5084                 was given, in which case, it will be $prefix/lib/aspell/
5085         * configure.in
5086                 Fixed typo in commentary (Aspell code).
5087
5088 2002-10-31 [paul]       0.8.5claws63
5089
5090         * po/POTFILES.in
5091                 remove src/filter.c and src/prefs_filter.c
5092                 thanks to Ricardo for reminding me
5093
5094 2002-10-31 [colin]      0.8.5claws62
5095
5096         * src/mbox_folder.c
5097                 Plug some leaks
5098
5099 2002-10-31 [paul]       0.8.5claws61
5100
5101         * src/prefs_filter.[ch] ** REMOVED **
5102           src/filter.[ch]       ** REMOVED **
5103           
5104         * src/Makefile.am
5105           src/folderview.c
5106           src/inc.c
5107           src/main.c
5108           src/mainwindow.c
5109           src/mbox.c
5110           src/prefs_common.c
5111           src/prefs_filtering.c
5112           src/summaryview.[ch]
5113                 remove main's 'filter' code
5114                 
5115         README.claws
5116                 update to reflect removal of main's filter
5117
5118 2002-10-31 [paul]       0.8.5claws60
5119
5120         * src/summaryview.c
5121                 remove check for global_processing in summary_filter_open(). 
5122                 This fixes the bug where if the user uses the right-click 
5123                 'Create filter rule...' and doesn't have any filter rules 
5124                 already defined in claws' advanced filtering, the newly 
5125                 created filter rule goes to main's filtering which is 
5126                 inaccessible through the gui. Now the filter rule gets added
5127                 to claws' filtering by default.
5128
5129 2002-10-28 [melvin]     0.8.5claws59
5130
5131         * src/prefs_actions.c
5132                 Fixed bug #627322 where MIME parts were not always
5133                 correctly passed to a %p action
5134                 Display an error dialog when message filename is not found.
5135
5136 2002-10-28 [melvin]     0.8.5claws58
5137
5138         * src/prefs_common.c
5139                 Readded a missing function declaration lost in 0.8.3claws34
5140
5141 2002-10-28 [paul]       0.8.5claws57
5142
5143         * sync with 0.8.5cvs15
5144                 see ChangeLog 2002-10-28 and 2002-10-25
5145                 
5146         Note: ChangeLog entry 2002-10-24 is not sync'ed.
5147
5148 2002-10-27 [oliver]     0.8.5claws56
5149
5150         * src/pop.c
5151                 plug leak in pop3_top_recv
5152
5153 2002-10-26 [christoph]  0.8.5claws55
5154
5155         * src/folder.c
5156                 set need_update folder flag when messages are added
5157                 (closes bug [ 626922 ] folder not updated after receiving)
5158
5159 2002-10-25 [melvin]     0.8.5claws54
5160
5161         * src/imageview.c
5162                 Fixed a memleak introduced in the scaling code.
5163
5164 2002-10-24 [alfons]     0.8.5claws53
5165
5166         * src/filtering.c
5167                 make filtering's forward message action forward from the 
5168                 correct account
5169                 (closes bug [628089 ] Filter -> Forward from address problem
5170                 reported by Oktay)
5171
5172 2002-10-24 [christoph]  0.8.5claws52
5173
5174         * src/mainwindow.c
5175         * src/manual.[ch]
5176                 o use manual of current locale or english if current
5177                   locale is not available (and english is available)
5178                 o also link to sylpheed doc project manuals
5179
5180 2002-10-23 [paul]       0.8.5claws51
5181
5182         * tools/README
5183           tools/kmail2sylpheed_v2.pl
5184                 add new version of kmail addressbook importer script.
5185                 works with newer versions of Kmail/KAddressBook which
5186                 have new and rearranged data.
5187
5188 2002-10-23 [martin]     0.8.5claws50
5189
5190         * src/folderview.c
5191         * src/summaryview.c
5192         * src/utils.h
5193         * src/utils.c
5194                 added length parameter to get_abbrev_newsgroup_name()
5195                 changed this function so that it abbreviates the newsgroup
5196                 names only so long it is smaller than the length parameter
5197                 (for better reading of some newsgroup names and space efficiency)
5198
5199 2002-10-22 [colin]      0.8.5claws49
5200
5201         *src/foldersel.c
5202                 Revert Alfons' last modification (after voting ;-))
5203
5204 2002-10-21 [alfons]     0.8.5claws48
5205
5206         * src/foldersel.c
5207                 folder view in folder selection dialog reflects state of
5208                 folder view in main window
5209
5210 2002-10-18 [alfons]     0.8.5claws47
5211
5212         * src/mbox.c
5213                 drop imported messages in folder selected by user,
5214                 and not in the inbox
5215                 (closes bug [ 625424 ] Import mbox always to "Inbox" folder)
5216
5217 2002-10-18 [alfons]     0.8.5claws46
5218
5219         * src/compose.c
5220                 make automagic reply work correctly for email accounts 
5221                 (whether it's viable to do a full sync with Hiro's 
5222                 compose.c is still under discussion)
5223
5224 2002-10-18 [melvin]     0.8.5claws45
5225
5226         * src/prefs_actions.c
5227                 Fixed bug #622275 where asynchroneous actions left 
5228                 zombies processes
5229                 Made (synchroneous) actions' input be displayed live.
5230
5231 2002-10-18 [christoph]  0.8.5claws44
5232
5233         * src/textview.c
5234                 don't add a newline in the textview in front of the
5235                 first textpart if header display is disabled
5236                 (closes bug [ 603385 ] disabled header display leaves blank
5237                  lin)
5238
5239 2002-10-18 [christoph]  0.8.5claws43
5240
5241         * src/folder.[ch]
5242         * src/imap.c
5243         * src/mbox_folder.c
5244         * src/mh.c
5245         * src/news.c
5246                 folder->get_num_list now returns an error code
5247                 (closes bug [ 609424 ] News cache cleared on failure)
5248                 
5249 2002-10-17 [colin]      0.8.5claws42
5250         
5251         * src/news.c
5252                 Changed a printf by debug_print
5253
5254 2002-10-16 [paul]       
5255
5256         * tools/OOo2sylpheed.pl
5257                 allow for spaces in the name of the
5258                 file to be attached.
5259
5260 2002-10-16 [colin]      0.8.5claws41
5261
5262         * src/main.c
5263                 Use a tristate to change online mode
5264
5265 2002-10-16 [paul]       0.8.5claws40
5266
5267         * po/es.po
5268                 updated by Ricardo Mones Lastra
5269
5270 2002-10-16 [colin]      0.8.5claws39
5271
5272         * src/main.c
5273           src/mainwindow.[ch]
5274                 Added --online and --offline command-line
5275                 switches
5276
5277 2002-10-15 [christoph]  0.8.5claws38
5278
5279         * src/procmime.c
5280                 set mimeinfo->name to NULL after g_free to
5281                 avoid double freeing with g_free
5282
5283 2002-10-14 [christoph]  0.8.5claws37
5284
5285         * src/compose.c
5286         * src/filtering.c
5287         * src/summaryview.c
5288                 remove calls to folder->change_flags that are now
5289                 done by procmsg flag functions (seems it is not
5290                 used by any foldertype anyway)
5291         * src/folder.c
5292                 init folder->change_flags with NULL
5293
5294 2002-10-14 [christoph]  0.8.5claws36
5295
5296         * src/folder.[ch]
5297         * src/imap.[ch]
5298                 use virtual functions for folder item new and destroy
5299                 functions
5300
5301 2002-10-14 [melvin]     0.8.5claws35
5302
5303         * src/compose.c
5304                 Added a test to not run the spell checker if no default
5305                 dictionary is available. No dialog is displayed though.
5306
5307 2002-10-14 [melvin]     0.8.5claws34
5308
5309         * src/gtkaspell.c
5310                 Fixed bug in dictionary list context menu where
5311                 "More..." pointed to an emtpy submenu if the
5312                 number of dictionaries is a multiple of 15
5313                 Removed unneeded code in suggestions list creation
5314
5315 2002-10-14 [paul]       0.8.5claws33
5316
5317         * po/bg.po
5318                 updated by George Danchev
5319
5320 2002-10-13 [hoa]        0.8.5claws32
5321
5322         * src/matcher.[ch]
5323           src/matcher_parser_parser.y
5324                 removed the escaped string from internal structure
5325                 of matcher.
5326
5327 2002-10-12 [colin]      0.8.5claws31
5328
5329         * src/gtksctree.[ch]
5330           src/summaryview.c
5331                 Removed useless function gtksctree_reanchor
5332
5333 2002-10-12 [alfons]     0.8.5claws30
5334         
5335         * sync with remaining main changes 2002-10-09 - 2002-10-11
5336         - drop changes to src/compose.c (requires claws specific changes)
5337         
5338 2002-10-12 [alfons]     0.8.5claws29
5339         
5340         * sync with main changes of 2002-10-08
5341         - drop changes to src/compose.c (requires claws specific changes)
5342         - drop changes to src/summaryview.c (requires changes to compose.c)     
5343
5344 2002-10-12 [alfons]     0.8.5claws28
5345         
5346         * sync with main changes of 2002-10-07
5347
5348 2002-10-12 [alfons]     0.8.5claws27
5349
5350         * sync with main changes of 2002-10-04
5351         - drop changes to src/compose.c (requires claws specific changes)
5352         - drop changes to src/prefs_folder_item.c (claws implementation
5353           seems to be working)
5354
5355 2002-10-12 [colin]      0.8.5claws26
5356
5357         * src/mainwindow.c
5358                 Fix folder-flicker when space-reading, introduced 
5359                 in claws22.
5360
5361 2002-10-12 [colin]      0.8.5claws25
5362
5363         * src/compose.c
5364                 Save account address when saving as draft.
5365                 (closes bug 621838)
5366
5367 2002-10-12 [colin]      0.8.5claws24
5368
5369         * src/summaryview.c
5370                 Fix the problem consisting of no message selected
5371                 after the last message in a folder has been moved.
5372
5373 2002-10-12 [paul]       0.8.5claws23
5374
5375         * src/compose.c
5376           src/prefs_template.c
5377           src/template.[ch]
5378                 add Cc and Bcc to templates. Patch submitted by
5379                 John L. Males.
5380
5381 2002-10-12 [colin]      0.8.5claws22
5382
5383         * src/folderview.c
5384                 Fix a bug after "Check for new messages":
5385                 If a folder was opened, it was still selected at
5386                 the end of the check, but displayed empty.
5387         * src/mainwindow.c
5388                 Remove unnecessary check
5389
5390 2002-10-12 [paul]
5391
5392         * tools/README
5393                 be more verbose in the description of
5394                 OOo2sylpheed.pl
5395                 
5396
5397 2002-10-11 [colin]      0.8.5claws21
5398
5399         * src/mainwindow.c
5400                 Make space work (better) when no mail is selected
5401
5402 2002-10-11 [colin]      0.8.5claws20
5403
5404         * src/inc.c
5405           src/news.c
5406                 fix warnings
5407
5408 2002-10-11 [colin]      0.8.5claws19
5409
5410         * src/mainwindow.c
5411                 revert 0.8.5claws6 changes as i couldn't get to
5412                 anything satisfying
5413
5414 2002-10-11 [melvin]     0.8.5claws18
5415
5416         * src/compose.c
5417                 Removed buggy and unused macro (should have been committed in
5418                 0.8.5claws17)
5419
5420 2002-10-11 [melvin]     0.8.5claws17
5421
5422         * src/compose.c
5423                 Fixed memory leak from bug #622040 (thanks to Martin Kluge)
5424
5425 2002-10-11 [thorsten]   0.8.5claws16 
5426
5427         * src/folderview.c
5428                 remove rescan warning
5429
5430 2002-10-11 [colin]      0.8.5claws15 
5431
5432         * src/procheader.c
5433                 fix a segfault that happens if conv_unmime_header
5434                 fails (should be better to find out why it fails)
5435
5436 2002-10-11 [christoph]  0.8.5claws14
5437
5438         * src/summaryview.c
5439                 update folderview stats after ignore/unignore thread
5440
5441 2002-10-11 [hoa]        0.8.5claws13
5442
5443         * src/quote_fmt_parse.y
5444                 Fixed a yacc/bison syntax error
5445         * src/matcher.c
5446                 Escaping of string is fixed.
5447
5448 2002-10-11 [colin]      0.8.5claws12
5449
5450         * src/imageview.c
5451                 Resize images to fit
5452
5453 2002-10-11 [paul]       0.8.5claws11
5454
5455         * po/es.po
5456                 updated by Ricardo Mones Lastra
5457
5458 2002-10-10 [alfons]     0.8.5claws10
5459
5460         * src/compose.c
5461                 allow dropping files by "moving" files from a file manager,
5462                 not only by the more cumbersome "copying". the latter 
5463                 mostly implies holding down the Control button
5464
5465 2002-10-10 [christoph]  0.8.5claws9
5466
5467         * src/summaryview.c
5468                 update folders after thread building for ignored threads
5469
5470 2002-10-10 [christoph]  0.8.5claws8
5471
5472         * config/.cvsignore
5473                 added Makefile
5474         * src/filtering.[ch]
5475         * src/folder.[ch]
5476         * src/folderview.[ch]
5477         * src/import.c
5478         * src/inc.[ch]
5479         * src/mbox.[ch]
5480         * src/procmsg.c
5481         * src/summaryview.[ch]
5482                 o added new flag need_update to FolderItem
5483                 o removed folder_table from various functions from tracking
5484                   folder updates
5485                 o set need_update flags in folder.c's move, copy and delete
5486                   functions and procmsg's flags functions
5487                 o added function folderview_update_items_when_required that
5488                   updates all folders with need_update set
5489                 o call folderview_update_items_when_required instead of
5490                   folderview_update_item_foreach
5491
5492 2002-10-09 [sergey]     0.8.5claws7
5493
5494         * src/compose.c
5495                 Strip CRs whel loading the text into editor in reedit mode.
5496
5497 2002-10-09 [colin]      0.8.5claws6
5498
5499         * src/mainwindow.c
5500                 Make Space work when no mail is selected
5501
5502 2002-10-09 [colin]      0.8.5claws5
5503
5504         * src/gtksctree.[ch]
5505                 Fix range_select
5506                 Add gtk_sctree_reanchor() 
5507         * src/summaryview.c
5508                 Use gtk_sctree_reanchor() - better fix for 
5509                 bug 60413
5510
5511 2002-10-09 [colin]      0.8.5claws4
5512
5513         * src/summaryview.c
5514                 Fix shift-click select after delete problem
5515                 (closes bug 60413)
5516
5517 2002-10-08 [thorsten]   0.8.5claws3
5518
5519         * src/summaryview.c
5520                 exclude current msg from -hide read messages-
5521
5522 2002-10-08 [colin]      0.8.5claws2
5523
5524         * src/inc.[ch]
5525           src/pop.c
5526           src/recv.c
5527                 Differentiate socket errors from disk full
5528                 errors
5529
5530 2002-10-08 [christoph]  0.8.5claws1
5531
5532         * Makefile.am
5533         * configure.in
5534                 modifications for new config directory
5535
5536         * config.guess  ** REMOVED **
5537         * config.sub    ** REMOVED **
5538         * install-sh    ** REMOVED **
5539         * ltmain.sh     ** REMOVED **
5540         * missing       ** REMOVED **
5541         * mkinstalldirs ** REMOVED **
5542                 these files are autogenerated by automake
5543                 when you run autogen.sh
5544
5545         * config/.cvsignore     ** NEW FILE **
5546         * config/Makefile.am    ** NEW FILE **
5547                 ignore autogenerated files
5548                 create a Makefile in this directory
5549
5550 2002-10-08 [paul]       0.8.5claws
5551
5552         * 0.8.5claws release
5553         
5554         * src/compose.c
5555           src/procheader.c
5556           src/procmsg.c
5557                 fix quote reply format for newsgroups reply bug
5558                 (thanks to Hoa)
5559                 
5560         * po/en_GB.po
5561           po/pl.po
5562                 updated by me and Witold Wladyslaw Wojciech Wilk
5563                 repectively
5564
5565 2002-10-07 [paul]       0.8.3claws53
5566
5567         * po/it.po
5568           po/pt_BR.po
5569           po/sr.po
5570                 updated messages catalogs, submitted by
5571                 Alessandro Maestri, Fabio Jr.Beneditto 
5572                 and Urke MMI, respectively.
5573
5574 2002-10-07 [christoph]  0.8.3claws52
5575
5576         * src/folder.[ch]
5577         * src/folderview.c
5578         * src/mainwindow.c
5579                 fix new folder ghost message bug
5580                 (closes bug [ 619722 ] wrong count for newly created folders)
5581
5582 2002-10-07 [christoph]  0.8.3claws51
5583
5584         * src/compose.c
5585                 fix news posting problem
5586
5587 2002-10-07 [melvin]     0.8.3claws50
5588
5589         * po/fr.po
5590                 Updated French translation
5591
5592 2002-10-05 [christoph]  0.8.3claws49
5593
5594         * src/gtkstext.c
5595                 check if line_start_cache is set in gtk_stext_update_text
5596                 (closes bug [ 618119 ] crash while doing search in folder)
5597
5598 2002-10-05 [christoph]  0.8.3claws48
5599
5600         * src/imap.c
5601         * src/news.c
5602         * src/utils.c
5603         * src/utils.h
5604                 implement cache cleanups for claws' folder system
5605                 (closes bug [ 595916 ] imapcache not cleaned up)
5606
5607 2002-10-05 [melvin]     0.8.3claws47
5608
5609         * src/prefs_actions.c
5610                 Made the help text more clear for the %p token
5611
5612 2002-10-04 [paul]       0.8.3claws46
5613
5614         * sync with 0.8.5
5615                 see ChangeLog 2002-10-02 and 2002-10-03
5616
5617 2002-10-04 [christoph]  0.8.3claws45
5618
5619         * src/inc.c
5620                 fix segfault caused by pop before smtp
5621                 call to inc_account_mail with NULL
5622                 pointer for mainwin
5623
5624 2002-10-04 [paul]       0.8.3claws44
5625
5626         * configure.in
5627                 sync the LDAP detection from 0.8.5cvs1
5628
5629 2002-10-02 [christoph]  0.8.3claws43
5630
5631         * po/de.po
5632                 fix small spelling error
5633
5634 2002-10-02 [melvin]     0.8.3claws42
5635
5636         * ac/aspell.m4
5637                 Behave better and say "no" when test program cannot be run.
5638
5639 2002-10-02 [paul]       0.8.3claws41
5640
5641         * sync with 0.8.4cvs1
5642                 see ChangeLog 2002-09-30, 2002-10-01, 2002-10-02
5643                 
5644         * src/summaryview.c
5645                 toggle the behavior of Reply menuitem between
5646                 normal reply and reply-to-list
5647
5648 2002-10-01 [sergey]     0.8.3claws40
5649
5650         * src/compose.c
5651                 Convert newlines in the message text to the canonical form
5652                 before base64 encoding (RFC2045 compliance, fixes some
5653                 interoperability issues with Evolution 1.0.3)
5654
5655 2002-09-29 [colin]      0.8.3claws39
5656
5657         * src/summaryview.c
5658                 Fix an unwanted copy/paste
5659
5660 2002-09-29 [colin]      0.8.3claws38
5661
5662         * src/mainwindow.c
5663                 Renamed "Custom toolbar" to "Customize toolbar"
5664                 Renamed "Show all header" to "Show all headers"
5665                 Renamed "Set diplay item" to "Set displayed items"
5666         * src/prefs_common.c
5667                 Renamed "Show all header" to "Show all headers"
5668         * src/prefs_summary_column.c
5669                 Renamed "diplay item" to "displayed items"
5670
5671 2002-09-29 [colin]      0.8.3claws37
5672
5673         * src/mainwindow.[ch]
5674                 online/offline status pixmaps follow theme
5675                 changes
5676         * src/summaryview.[ch]
5677                 quicksearch pixmap follows theme changes
5678
5679 2002-09-29 [thorsten]   0.8.3claws36
5680
5681         * src/compose.c
5682           src/prefs_folder_item.[ch]
5683                 add default_reply_to folder option (closes patch 581044)
5684
5685 2002-09-29 [christoph]  0.8.3claws35
5686
5687         * acconfig.h    ** REMOVED **
5688         * configure.in
5689         * ac/aspell.m4
5690         * ac/check-type.m4
5691         * ac/gnupg-check-typedef.m4
5692                 fix autoheader 2.50 warning
5693
5694 2002-09-29 [christoph]  0.8.3claws34
5695
5696         * major code cleanup (part 2)
5697         
5698                 - unused variables removed
5699                 - unused functions removed
5700                 - uninitialized variables checked
5701                 - missing return statements added
5702                 - missing function return types added
5703                 - added parentheses around assignment
5704                   when suggested by gcc
5705
5706 2002-09-29 [alfons]     0.8.3claws33
5707
5708         * src/logwindow.c
5709                 log_window_clear(): only bracket gtk_text_forward_delete() 
5710                 with gtk_text_freeze() / gtk_text_thaw() (see if this
5711                 works around GTK text bug)
5712
5713 2002-09-29 [paul]       0.8.3claws32
5714
5715         * po/bg.po
5716           po/sr.po
5717                 updated by George Danchev and Urke MMI
5718                 respectively
5719
5720 2002-09-27 [christoph]  0.8.3claws31
5721
5722         * doc-src/readme.txt
5723         * doc-src/rfc1806.txt   ** REMOVED **
5724         * doc-src/rfc2183.txt   ** NEW FILE **
5725         * doc-src/rfc2980.txt   ** NEW FILE **
5726                 update rfcs
5727
5728 2002-09-27 [melvin]     0.8.3claws30
5729
5730         * ac/aspell.m4
5731                 Fixed typo which could break linking
5732
5733 2002-09-27 [melvin]     0.8.3claws29
5734
5735         * ac/aspell.m4
5736                 Improved GNU/aspell checking. 
5737                 Fixed bug #614490
5738
5739 2002-09-27 [paul]       0.8.3claws28
5740
5741         * sync with 0.8.3cvs8
5742                 see ChangeLog 2002-09-27
5743
5744 2002-09-26 [colin]      0.8.3claws27
5745
5746         * src/toolbar.[ch]
5747           src/mainwindow.[ch]
5748                 Add "Reply to Mailing-list" to the toolbar
5749
5750 2002-09-26 [christoph]  0.8.3claws26
5751
5752         * src/summaryview.c
5753                 Fix wrong message counts in summaryview status
5754
5755 2002-09-26 [paul]       0.8.3claws25
5756
5757         * sync with 0.8.3cvs7
5758                 see ChangeLog 2002-09-26
5759
5760 2002-09-26 [paul]       0.8.3claws24
5761
5762         * sync with 0.8.3cvs6
5763                 see ChangeLog 2002-09-25
5764
5765 2002-09-25 [christoph]  0.8.3claws23
5766
5767         * src/prefs_common.c
5768         * src/prefs_folder_item.c
5769         * src/prefs_scoring.c
5770                 Renamed "kill score" to "hide score" in GUI
5771                 and prefs files
5772
5773 2002-09-25 [paul]       0.8.3claws22
5774
5775         * sync with 0.8.3cvs5
5776                 see ChangeLog 2002-09-24
5777
5778 2002-09-24 [alfons]     0.8.3claws21
5779
5780         patch by Satoshi Nagayasu: allows appending / saving multiple 
5781         selected files (closes "[ 612279 ] save multiple mesg(s) in 
5782         'Save as ...'")
5783
5784         * AUTHORS
5785                 add Satoshi Nagayasu
5786         * src/summaryview.c
5787                 summary_save_as(): allow saving selected files to
5788                 one file
5789                 summary_set_menu_sensitive: enable "Save As..." when
5790                 multiple files are selected
5791         * src/utils.[ch]
5792                 append_file(): new function
5793
5794 2002-09-24 [colin]      0.8.3claws20
5795
5796         * src/procmime.c
5797                 Fix segfault when mimeinfo doesn't have a 
5798                 content_type. 
5799
5800 2002-09-24 [colin]      0.8.3claws19
5801
5802         * src/prefs_common.[ch]
5803                 Add a preference to display send dialog or not
5804         * src/send.c
5805                 Display send dialog according to preference
5806
5807 2002-09-24 [colin]      0.8.3claws18
5808
5809         * src/compose.[ch]
5810                 Disable user actions when sending
5811
5812 2002-09-24 [colin]      0.8.3claws17
5813
5814         * src/procmime.c
5815                 Do not display name or filename for attachments
5816                 with an application/pgp-signature type
5817                 (security flaw, see bug 537413)
5818
5819 2002-09-23 [colin]      0.8.3claws16
5820
5821         * src/editaddress.c
5822                 Initialize entry_email, entry_alias and 
5823                 entry_remarks to first email address of the list
5824
5825 2002-09-23 [colin]      0.83claws15
5826
5827         * src/compose.c
5828                 Drop pgp-signature when reediting a signed queued
5829                 message
5830
5831 2002-09-23 [melvin]     0.8.3claws14
5832
5833         * po/fr.po
5834                 Updated French translation
5835
5836 2002-09-23 [melvin]     0.8.3claws13
5837
5838         * src/mainwindow.c
5839                 Made custom toolbar menu labels more consistent
5840         * src/prefs_toolbar.c
5841                 Made custom toolbar window title more consistent
5842
5843 2002-09-22 [colin]      0.8.3claws12
5844
5845         * src/inc.c
5846                 Initialize session type to normal before getting 
5847                 mail (fixes strange Get behaviour)
5848         * src/prefs_account.h
5849                 Move STYPE_POP_BEFORE_SMTP to last position to 
5850                 avoid other side-effects
5851
5852 2002-09-22 [colin]      0.8.3claws11
5853
5854         * src/prefs_account.c
5855                 Fix pop_bfr_smtp_tm_entry sensivity when switching
5856                 from pop3 to apop or vice-versa
5857
5858 2002-09-22 [colin]      0.8.3claws10
5859         
5860         * src/prefs_account.[ch]
5861                 Add an option for the POP before SMTP timeout
5862         * src/inc.c
5863                 Remember time of last POP connection
5864         * src/send.c
5865                 Do POP before SMTP only if timeout reached
5866
5867 2002-09-22 [oliver]     0.8.3claws9
5868         
5869         * README.claws
5870                 explain custom toolbar
5871
5872 2002-09-22 [oliver]     0.8.3claws8
5873
5874         * src/prefs_actions.[ch]
5875         custom toolbar for compose      
5876                 actions callback from compose toolbar
5877         * src/folderview.c
5878                 remove include toolbar.h
5879
5880 2002-09-22 [oliver]     0.8.3claws7
5881         
5882         * src/prefs_toolbar.[ch]
5883                 custom toolbar for compose
5884                 - generic prefs_toolbar handles both
5885                   Mainwin's toolbar as well as Compose toolbar          
5886
5887 2002-09-22 [oliver]     0.8.3claws6
5888         
5889         * src/toolbar.[ch]
5890                 custom toolbar for compose
5891                 restructure toolbar.[ch]
5892
5893 2002-09-22 [oliver]     0.8.3claws5
5894
5895         * src/compose.[ch]
5896                 custom toolbar for compose
5897
5898 2002-09-22 [oliver]     0.8.3claws4
5899         
5900         * src/mainwindow.[ch]
5901                 custom toolbar for compose 
5902                 move mainwin toolbar back to mainwindow
5903
5904 2002-09-22 [alfons]     0.8.3claws3
5905
5906         * src/procmsg.c
5907                 :%sno/if(/if (/gc
5908                 :%sno/for(/for (/gc
5909                 (beautify)
5910
5911 2002-09-22 [alfons]     0.8.3claws2
5912         
5913         * src/procmsg.c
5914                 procmsg_save_to_outbox(): don't unlink message file from queue;
5915                 callers should do it using folder_item_remove_msg()
5916
5917 2002-09-22 [colin]      0.8.3claws1
5918
5919         * src/mimeview.[ch]
5920                 Made mimeview_check_signature() public
5921         * src/textview.c
5922                 Made GPG signatures verifiable by clicking
5923                 the [application/pgp-signature] in the Text
5924                 view
5925
5926 2002-09-22 [paul]       0.8.3claws
5927
5928         * po/bg.po
5929           po/en_GB.po
5930           po/es.po
5931           po/it.po
5932           po/pl.po
5933           po/pt_BR.po
5934           po/sr.po
5935                 updated translations, submitted by George Danchev,
5936                 me, Ricardo Mones Lastra, Alessandro Maestri,
5937                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.Beneditto 
5938                 and Urke MMI, respectively.     
5939
5940 2002-09-22 [alfons]     0.8.2claws65
5941
5942         * src/procmsg.c
5943         * src/pgptext.c
5944                 no furry valgrinds have been used to plug these memleaks
5945
5946 2002-09-20 [paul]       0.8.2claws64
5947
5948         * sync with 0.8.3cvs4
5949                 'Select thread' re-implemented 
5950                 see ChangeLog 2002-09-20
5951
5952 2002-09-21 [alfons]     0.8.2claws63
5953
5954         * src/compose.c
5955                 compose_send(): plug unnoticed memleak
5956
5957 2002-09-20 [alfons]     0.8.2claws62
5958
5959         * src/addr_compl.c
5960                 replace_address_in_edit(): strict check for NULL address to
5961                 fix "[ 607348 ] Segfault in address completion". My guess is
5962                 that this happens with an empty address book, but it's good
5963                 to have this check here anyway
5964                 
5965                 completion_window_button_press(): free string returned 
5966                 from the internal cache
5967
5968 2002-09-20 [christoph]  0.8.2claws61
5969
5970         * src/procmime.h
5971                 added ENC_BINARY to EncodingType
5972         * src/procmime.c
5973                 the string returned by procmime_get_encoding_str
5974                 should not depend on the order of values in the
5975                 EncodingType definition
5976         * doc-src/rfc1806.txt   ** NEW FILE **
5977                 Added rfc1806 about MIME Content-Disposition
5978                 Extension
5979
5980 2002-09-19 [paul]       0.8.2claws60
5981
5982         * sync with 0.8.2cvs3
5983                 see ChangeLog 2002-09-19
5984
5985 2002-09-19 [paul]       0.8.2claws59
5986
5987         * src/prefs_folder_item.c
5988                 revert to Darko's original alignment of colour
5989                 selector button
5990                 add a colon to folder_color label
5991                 
5992         * src/compose.c
5993                 add Colin's patch (with Hiro's modifications) to 
5994                 force BASE64 encoding for 8-bit text when signing
5995                 (sync with 0.8.3cvs2)
5996
5997 2002-09-18 [alfons]     0.8.2claws58
5998
5999         * src/compose.c
6000                 :%sno/if(/if (/gc
6001                 :%sno/for(/for (/gc
6002                 (beautify a little bit)
6003
6004 2002-09-18 [christoph]  0.8.2claws57
6005
6006         * src/pine.c
6007                 fix handling of fgetc return value
6008
6009 2002-09-17 [alfons]     0.8.2claws56
6010         
6011         * src/summaryview.c
6012                 summary_sort(): check non-NULL summaryview->folder_item when no 
6013                 folder is selected at all
6014                 (closes "[ 610344 ] sort label make syl Crash")
6015
6016 2002-09-17 [alfons]     0.8.2claws55
6017         
6018         * src/compose.c
6019                 beautify a little bit
6020
6021 2002-09-17 [christoph]  0.8.2claws54
6022
6023         * src/folder.c
6024                 initialize max values for cache and folder
6025                 when cache or folder is empty
6026
6027 2002-09-15 [colin]      0.8.2claws53
6028
6029         * src/compose.c
6030                 Fix a leak (thanks Alfons!) and cleaned
6031                 variables names for custom headers
6032
6033 2002-09-15 [colin]      0.8.2claws52
6034
6035         * src/compose.c
6036                 Fix custom headers recognition when
6037                 prefs_common.trans_hdr is on
6038
6039 2002-09-15 [colin]      0.8.2claws51
6040
6041         * src/compose.c
6042                 Allow dynamically-added custom headers
6043                 Yet not reparsed if reedited
6044
6045 2002-09-15 [alfons]     0.8.2claws50
6046
6047         * src/prefs_account.c
6048                 fix warnings
6049
6050 2002-09-15 [colin]      0.8.2claws49
6051         
6052         * src/prefs_account.c
6053                 fix pop_before_smtp sensitivity
6054
6055 2002-09-15 [colin]      0.8.2claws48
6056
6057         * src/inc.[ch]
6058                 add inc_pop_before_smtp()
6059                 allow MainWindow to be undefined in 
6060                 inc_account_mail() and inc_start()
6061         * src/pop.c
6062           src/prefs_account.h
6063                 add STYPE_POP_BEFORE_SMTP session type
6064         * src/prefs_account.c
6065                 activated pop before smtp option
6066         * src/send.c
6067                 do pop before smtp if the relevant option 
6068                 is set
6069
6070 2002-09-15 [paul]       0.8.2claws47
6071
6072         * sync with 0.8.3
6073                 see ChangeLog 2002-09-15
6074
6075 2002-09-14 [paul]       0.8.2claws46
6076
6077         * po/bg.po
6078                 updated Bulgarian translation, submitted by
6079                 George Danchev
6080
6081 2002-09-13 [paul]       0.8.2claws45
6082
6083         * src/compose.c
6084                 merge claws' select_account() with main's
6085                 (new) compose_select_account(). [sync with
6086                 0.8.2cvs15, see ChangeLog 2002-09-11]
6087
6088 2002-09-12 [christoph]  0.8.2claws44
6089
6090         * src/filter.c
6091                 allocate 1 elements of FolderItem not 0
6092
6093 2002-09-12 [colin]      0.8.2claws43
6094
6095         * src/compose.c
6096                 Fix bug #590825 (obey Follow-up: poster)
6097
6098 2002-09-12 [colin]      0.8.2claws42
6099
6100         * src/procmime.c
6101                 Fix bug #557009 (wrong headers for messages 
6102                 forwarded as attachments)
6103
6104 2002-09-11 [colin]      0.8.2claws41
6105         
6106         * src/compose.c
6107                 Put SCF: pseudo-header on top of message
6108                 Set draft tmp_flag when saved as draft
6109
6110         * src/procmsg.c
6111           src/procheader.c
6112                 Skip after first \n\n for beginning of real message
6113                 for drafts too
6114
6115 2002-09-11 [christoph]  0.8.2claws40
6116
6117         * src/filtering.c
6118                 use procmsg flag functions in filtering or processing
6119                 will cause incorrect folder message counts
6120
6121 2002-09-11 [colin]      0.8.2claws39
6122
6123         * src/compose.c
6124                 Fix bug #550175 - wrong save folder when reediting
6125                 drafts
6126
6127 2002-09-11 [paul]       0.8.2claws38
6128
6129         * sync with 0.8.2cvs14
6130                 see ChangeLog 2002-09-11
6131
6132 2002-09-11 [colin]      0.8.2claws37
6133
6134         * src/folder.c
6135                 Fix a typo (seeming to cause new/unread status to
6136                 be lost)
6137
6138 2002-09-10 [christoph]  0.8.2claws36
6139
6140         * src/compose.c
6141                 compose_redirect should not use compose_generic_new
6142                 because that does more stuff than expected including
6143                 opening the external editor
6144                 (closes bug "[ 526608 ] bounced messages appear blank
6145                  in editor")
6146
6147 2002-09-10 [christoph]  0.8.2claws35
6148
6149         * src/folder.c
6150                 fix problem with too large message number range
6151                 causing a crash in folder_item_scan
6152
6153 2002-09-10 [paul]       0.8.2claws34
6154
6155         * sync with 0.8.2cvs13
6156                 see ChangeLog 2002-09-10
6157
6158 2002-09-10 [christoph]  0.8.2claws33
6159
6160         * src/msgcache.c
6161                 set MsgInfo TmpFlags for queue and draft folders
6162                 (closes bug "[ 591676 ] Queue ignore MIME on restart")
6163
6164 2002-09-10 [paul]       0.8.2claws32
6165
6166         * AUTHORS
6167           po/bg.po      ** NEW FILE **
6168                 new Bulgarian translation submitted by
6169                 George Danchev <danchev@spnet.net>
6170                 
6171         * tools/Makefile.am
6172           tools/README
6173           tools/tb2sylpheed     ** NEW FILE **
6174                 add script that converts an addressbook exported
6175                 from The Bat! into a Sylpheed addressbook. Submitted
6176                 by Urke MMI <urke-kg@eunet.yu>
6177
6178 2002-09-10 [paul]       0.8.2claws31
6179
6180         * sync with 0.8.2cvs12
6181                 see ChangeLog 2002-09-10
6182
6183 2002-09-06 [paul]       0.8.2claws30
6184
6185         * src/prefs_common.c
6186                 sync with 0.8.2cvs11, see ChangeLog 2002-09-06
6187                 
6188         * tools/Makefile.am
6189           tools/README
6190           tools/ldif-to-xml.py  ** REMOVED **
6191                 remove obsolete python script
6192
6193 2002-09-06 [paul]       0.8.2claws29
6194
6195         * sync with 0.8.2cvs10
6196                 see ChangeLog 2002-09-06
6197
6198 2002-09-04 [paul]       0.8.2claws28
6199
6200         * sync with 0.8.2cvs9
6201                 see ChangeLog 2002-08-04
6202
6203 2002-09-04 [colin]      0.8.2claws27 
6204
6205         * src/prefs_common.[ch]
6206                 Added signature color configuration
6207         * src/textview.c
6208                 Use user-specified signature color
6209
6210 2002-09-03 [colin]      0.8.2claws26
6211
6212         * src/prefs_common.[ch]
6213                 Added autosave and autosave_length prefs
6214         * src/compose.c
6215                 Added compose_remove_draft()
6216                 Auto-save drafts according to the prefs
6217         * src/main.c
6218                 Added a crash-indicator file, allowing to check
6219                 for new messages on startup if Sylpheed crashed
6220                 (makes saved drafts "reappear")
6221
6222 2002-09-03 [colin]      0.8.2claws25
6223
6224         * src/textview.[ch]
6225                 Grey the signature
6226
6227 2002-09-03 [paul]       0.8.2claws24
6228
6229         * sync with 0.8.2cvs8
6230                 see ChangeLog 2002-09-02 and 2002-09-03
6231
6232 2002-09-03 [darko]      0.8.2claws23
6233
6234         * src/folderview.c
6235                 use normal style when creating new folder to pick
6236                 proper font size 
6237
6238 2002-09-02 [melvin]     0.8.2claws22
6239
6240         * src/gtkaspell.m4
6241                 removed some obsolete code
6242
6243 2002-09-02 [melvin]     0.8.2claws21
6244
6245         * ac/aspell.m4
6246                 fixed test's equality sign (== to =)
6247
6248 2002-09-02 [alfons]     0.8.2claws20
6249
6250         * src/folder.c
6251         * src/mh.c
6252                 revert change of 0.8.2claws16 and use the mh_folder_destroy
6253                 as folder->destroy virtual as suggested by Hiro
6254                 (the mh.c code seems to have been lost around mh.c.1.21)
6255
6256 2002-09-02 [paul]       0.8.2claws19
6257
6258         * po/pt_BR.po
6259                 updated by Fabio Jr. Beneditto
6260                 
6261         * src/defs.h
6262                 use 'http://claws.sylpheed.org' for homepage link. 
6263                 Domain provided by Oktay Altunergil <oktay@freelinuxcd.org>
6264
6265 2002-09-01 [alfons]     0.8.2claws18
6266
6267         * src/mh.c
6268                 plug memleak related to one Martin Kluge found
6269
6270 2002-08-31 [paul]       0.8.2claws17
6271
6272         * sync with 0.8.2cvs6
6273                 see ChangeLog 2002-08-30
6274
6275 2002-08-31 [alfons]     0.8.2claws16
6276
6277         * src/folder.c
6278                 folder_destroy(): remove mailbox from folderlist even if it has
6279                 no destroy virtual
6280
6281 2002-08-31 [alfons]     0.8.2claws15
6282
6283         * src/folder.c
6284                 :%sno/if(/if (/gc
6285                 :%sno/for(/for (/gc
6286                 (being pedantic I know)
6287
6288 2002-08-31 [alfons]     0.8.2claws14
6289
6290         * src/folder.c
6291                 check for NULL pointers returned from folder->fetch_msginfo virtual
6292                 (should solve some reported crashes)
6293
6294 2002-08-30 [alfons]     0.8.2claws13
6295
6296         * acconfig.h
6297         * configure.in
6298         * src/crash.c
6299                 enable crash dialog on compilation time
6300                 (--enable-crash-dialog configure option)
6301
6302 2002-08-30 [alfons]     0.8.2claws12
6303
6304         * AUTHORS
6305                 add Martin Kluge
6306         * src/mh.c
6307                 apply memory leak plug patch by Martin Kluge
6308                 (closes patch "[ 602568 ] patch for 602441 little memory leak",
6309                 bug "[ 599677 ] Very small memory leak in 0.81claws115",
6310                 and bug "[ 602441 ] memoryleak in filtering 0.8.2claws9?")
6311
6312 2002-08-30 [darko]      0.8.2claws11
6313
6314         * src/folderview.c
6315                 copy Gtk style from normal style to match
6316                 font size for coloured folders
6317
6318 2002-08-29 [alfons]     0.8.2claws10
6319
6320         * sylpheed.desktop
6321                 Type=Internet <- Type=Application
6322                 (reported by Michael Schwendt, see:
6323                 http://sourceforge.net/tracker/index.php?func=detail&aid=599765&group_id=25528&atid=384600
6324                 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=72882)
6325
6326 2002-08-29 [paul]       0.8.2claws9
6327
6328         * sync with 0.8.2cvs5
6329                 see ChangeLog 2002-08-29
6330
6331 2002-08-29 [colin]      0.8.2claws8
6332
6333         * src/summaryview.c
6334                 Added a sanity check in summary_select_thread
6335                 Should fix bug 601605
6336
6337 2002-08-29 [colin]      0.8.2claws7
6338
6339         * src/main.c
6340                 Revert claws6 changes regarding bug #591676
6341
6342 2002-08-28 [colin]      0.8.2claws6
6343         
6344         * src/main.c
6345                 Ignore cache for queue folderitems
6346                 Fix bug #591676
6347
6348 2002-08-28 [melvin]     0.8.2claws5
6349
6350         * README.claws
6351                 Fixed typos.
6352
6353 2002-08-28 [melvin]     0.8.2claws4
6354
6355         * README.claws
6356                 Updated a bit the text concerning the spell checker
6357
6358 2002-08-28 [melvin]     0.8.2claws3
6359
6360         Merged the GNU_aspell_branch:
6361                 Support of new GNU/aspell is now included and the old pspell
6362                 is not supported anymore.
6363                 See README.claws
6364
6365         * README.claws
6366                 Updated spell checker text to reflect the switch to GNU/aspell
6367
6368         * ac/aspell.m4          *** NEW ***
6369         * src/gtkaspell.[ch]    *** NEW *** 
6370         * ac/pspell.m4          *** DELETED *** 
6371         * src/gtkspell.[ch]     *** DELETED ***
6372
6373         * ac/Makefile.am
6374                 Updated for GNU/aspell support
6375
6376         * po/POTFILES.in
6377                 Replaced gtkspell.c by gtkaspell.c
6378
6379         * acconfig.h
6380         * src/Makefile.am
6381         * src/about.c
6382         * src/compose.[ch]
6383         * src/crash.c
6384         * src/main.c
6385         * src/prefs_common.[ch]
6386                 Updated for GNU/aspell support
6387
6388 2002-08-28 [paul]       0.8.2claws2
6389
6390         * sync with 0.8.2cvs4
6391                 see ChangeLog 2002-08-27 and 2002-08-28
6392
6393 2002-08-28 [colin]      0.8.2claws1
6394
6395         * src/summary_search.c
6396                 Added "AND search"
6397
6398 2002-08-28 [jens]       0.8.2claws
6399
6400         *po/de.po
6401                 Updated German translations
6402
6403 2002-08-27 [melvin]     0.8.2claws
6404
6405         * po/fr.po
6406                 Updated French translations
6407
6408 2002-08-27 [paul]       0.8.2claws
6409
6410         * sync with 0.8.2 main release
6411
6412         * po/en_GB.po
6413           po/es.po
6414           po/it.po
6415           po/pl.po
6416           po/pt_BR.po
6417           po/sr.po
6418                 updated message catalogs submitted by
6419                 Ricardo Mones Lastra, Alessandro Maestri,
6420                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.
6421                 Beneditto and Urke MMI  
6422
6423 2002-08-27 [hoa]        0.8.1claws123
6424
6425         * src/mainwindow.[ch]
6426         * src/summaryview.[ch]
6427                 removed the "filter setting" menu option.
6428                 add a "cancel a news message" menu option.
6429
6430 2002-08-26 [martin]     0.8.1claws122
6431
6432         * ChangeLog.claws
6433                 changed string under 0.8.1claws79 changed by myself
6434                 i'm sorry alfons :(
6435
6436 2002-08-26 [martin]     0.8.1claws121
6437
6438         * src/crash.c
6439                 added kill command to debuggerrc to start crash dialog
6440
6441 2002-08-26 [paul]       0.8.1claws120
6442
6443         * sync with 0.8.1cvs31
6444                 see ChangeLog 2002-08-26
6445
6446 2002-08-25 [alfons]     0.8.1claws119
6447
6448         * src/procmsg.c
6449                 fix bug that didn't send out correct headers to news server
6450                 when sending news article and email from queue (bug reported
6451                 and patch provided by Tim Mann; closes bug 
6452                 "[ 583196 ] 0.7.8claws can't post news")
6453
6454 2002-08-25 [alfons]     0.8.1claws118
6455
6456         * src/selective_download.c
6457                 mark two strings as translatable
6458                 (thanks to Urke MMI for pointing this out)
6459
6460 2002-08-25 [alfons]     0.8.1claws117
6461
6462         * src/summaryview.c
6463                 treat sent boxes as special and allow sorting them by addressee
6464                 (closes "[ 589418 ] Sent folder sorting misbehavior"
6465                 submitted by Steve Lamb)
6466
6467 2002-08-24 [alfons]     0.8.1claws116
6468
6469         * src/matcher.c
6470                 fix memleak reported by Martin Kluge
6471                 (see: "[ 599677 ] Very small memory leak in 0.81claws115")
6472
6473 2002-08-24 [oliver]     0.8.1claws115
6474
6475         * src/prefs_toolbar.c
6476                 o code cleanup as suggested by Alfons
6477                 o memleak fix
6478
6479 2002-08-24 [alfons]     0.8.1claws114
6480
6481         * src/summaryview.c
6482                 o fix another memory leak reported by Martin Kluge
6483                   (see "[ 599568 ] Small Memory Leak")
6484                 o remove 'from' variable from 'summary_set_header()'; we can
6485                   do with just 'to' 
6486
6487 2002-08-24 [paul]       0.8.1claws113
6488
6489         * sync with 0.8.1cvs30
6490                 see ChangeLog 2002-08-23
6491
6492 2002-08-24 [alfons]     0.8.1claws112
6493
6494         * src/summaryview.c
6495                 remove unnecessary allocations for search bar fixing leaks
6496                 reported by Martin Kluge
6497                 (see "[ 599451 ] Further memory leaks?")
6498
6499 2002-08-24 [alfons]     0.8.1claws111
6500
6501         * src/main.c
6502                 make get_socket_name() public for crash.c
6503         * src/crash.c
6504                 o make report bug button work (goes to claws' 
6505                   bug tracker at sf.net)
6506                 o introduce function for doing important stuff just
6507                   before claws goes down
6508                 o clean up code 
6509
6510 2002-08-24 [alfons]     0.8.1claws110
6511
6512         * src/compose.c
6513                 move cursor to "To" entry when forwarding as attachment
6514                 (reported and solved by Steve Lamb, closes bug report
6515                 "[ 592880 ] Forward as attachment; cursor not in to")
6516
6517 2002-08-24 [colin]      0.8.1claws109
6518
6519         * src/mainwindow.c
6520                 fix quick search visibility after GUI (de)separations.
6521
6522 2002-08-23 [colin]      0.8.1claws108
6523
6524         * src/mainwindow.c
6525                 fix header pane visibility after folderview or
6526                 messageview (de)separation
6527
6528 2002-08-23 [paul]       0.8.1claws107
6529
6530         * src/mainwindow.[ch]
6531           src/toolbar.c
6532                 give full control of display or non-display 
6533                 of the Execute icon to Custom toolbar settings.
6534                 add new sensitivity condition to maninwindow.h: 
6535                 M_DELAY_EXEC
6536
6537         * ChangeLog
6538           ChangeLog.jp
6539           NEWS
6540                 more sync with 0.8.1cvs29
6541
6542 2002-08-23 [melvin]     0.8.1claws106
6543
6544         * src/alertpanel.c
6545                 Readded support for custom widget in alertpanel lost in last
6546                 sync.
6547
6548 2002-08-23 [paul]       0.8.1claws105
6549
6550         * sync with 0.8.1cvs29
6551                 see ChangeLog 2002-08-23
6552
6553 2002-08-23 [colin]      0.8.1claws104
6554
6555         * src/summaryview.c
6556                 Fix folder and search pixmaps exchanging positions
6557                 after theme or toolbar changes. Thank to Oliver for 
6558                 reporting this.
6559
6560 2002-08-23 [colin]      0.8.1claws103
6561
6562         * src/mainwindow.c
6563           src/messageview.[ch]
6564           src/noticeview.[ch]
6565           src/summaryview.c
6566                 Changed messageview_create() and noticeview_create()
6567                 to avoid the last gdk_warning
6568
6569 2002-08-22 [colin]      0.8.1claws102
6570
6571         * src/summaryview.c
6572                 Fix my new `Creating pixmap from xpm' warning
6573
6574 2002-08-22 [colin]      0.8.1claws101
6575
6576         * src/mainwindow.c
6577                 Fix some of the gdk warnings
6578
6579 2002-08-22 [colin]      0.8.1claws100
6580
6581         * src/Makefile.am
6582         * src/stock_pixmap.c
6583         * src/stock_pixmap.h
6584         * src/pixmaps/quicksearch.xpm *ADDED*
6585                 Add the quicksearch pixmap
6586         * src/mainwindow.c
6587         * src/summaryview.c
6588         * src/summaryview.h
6589                 Make quicksearch bar visible/hidden via a button
6590
6591 2002-08-22 [christoph]  0.8.1claws99
6592
6593         * src/folder.c
6594                 fix folder update for newsgroups with message
6595                 numbers below minimum number of articles to fetch
6596                 (closes bug #598445)
6597
6598 2002-08-22 [paul]       0.8.1claws98
6599
6600         * sync with 0.8.1cvs28
6601                 see ChangeLog 2002-08-22
6602
6603 2002-08-21 [alfons]     0.8.1claws97
6604
6605         * src/crash.c
6606                 use bt instead of bt full which seems to work 
6607                 better, and bt full doesn't give a great deal 
6608                 of information anyway
6609
6610 2002-08-21 [colin]      0.8.1claws96
6611
6612         * src/summaryview.c
6613                 fix summaryview_searchtype_changed prototype
6614
6615 2002-08-21 [christoph]  0.8.1claws95
6616
6617         * src/mainwindow.c
6618                 o fix broken menu update for sorting type, we have to
6619                   get this info from the summaryview now
6620                 o removed setting of threaded state in menu callback
6621         * src/summaryview.[ch]
6622                 more summaryview/folderitem seperation for
6623                 threading option
6624         * configure.in
6625                 removed not required --with-compiler-flags option
6626
6627 2002-08-21 [oliver]     0.8.1claws94
6628         
6629         * src/toolbar.h 
6630                 o rename toolbar.xml to toolbar_main.xml
6631                   since toolbar_compose.xml might come up 
6632                   any time soon
6633         * README.claws
6634                 add custom toolbar              
6635
6636 2002-08-21 [darko]      0.8.1claws93
6637
6638         * src/procmsg.c
6639                 don't reset tmp flags for messages copied
6640                 to sent folder
6641
6642 2002-08-21 [colin]      0.8.1claws92
6643         
6644         * src/prefs_filtering.c
6645                 fix renaming rules on folder rename 
6646                 when folder is not a leaf folder
6647
6648 2002-08-21 [paul]       0.8.1claws91
6649
6650         * src/prefs_folder_item.c
6651                 fix alignment of colour selector
6652
6653 2002-08-21 [paul]       0.8.1claws90
6654
6655         * sync with 0.8.1cvs27
6656                 see ChangeLog 2002-08-21
6657
6658 2002-08-21 [paul]       0.8.1claws89
6659
6660         * src/summaryview.c
6661                 fix crash when changing field type in
6662                 Quick search bar
6663
6664 2002-08-21 [colin]      0.8.1claws88
6665
6666         * src/summaryview.c
6667                 Made quick search case-insensitive
6668
6669 2002-08-21 [paul]       0.8.1claws87
6670
6671         * sync with 0.8.1cvs26
6672                 see ChangeLog 2002-08-21
6673
6674 2002-08-20 [christoph]  0.8.1claws86
6675
6676         * src/folderview.c
6677         * src/main.c
6678         * src/summaryview.[ch]
6679                 more summaryview/folderitem seperation for
6680                 sort_key and sort_type
6681         * src/procmsg.c
6682                 added missing return statement
6683
6684 2002-08-20 [colin]      0.8.1claws85
6685
6686         * src/summaryview.[ch]
6687                 Added a quick search box
6688         * src/mainwindow.c
6689         * src/prefs_common.[ch]
6690                 Added a show/hide option for the quick search
6691
6692 2002-08-20 [oliver]     0.8.1claws84
6693         
6694         * src/mainwindow.c
6695                 remove toolbar_create_popups
6696         * src/toolbar.[ch]
6697                 o remove toolbar_create_popups
6698                 o fix toolbar_set_sensitive 
6699                   (Bug reports #596834 and #596832)     
6700         * src/prefs_toolbar.c
6701                 o add "Set default" button
6702                 o align label and text + combo widgets
6703
6704 2002-08-20 [hoa]        0.8.1claws83bis
6705
6706         * src/imap.c
6707                 fixed a bug in imap_fetch_msginfo() in case there is no
6708                 current folder.
6709
6710 2002-08-20 [darko]      0.8.1claws83
6711
6712         * src/folderview.c
6713                 copy the color style of folder view so it
6714                 works with GTK themes
6715
6716 2002-08-20 [darko]      0.8.1claws82
6717
6718         * src/folder.h
6719         * src/folderview.c
6720         * src/prefs_folder_item.[hc]
6721                 don't use UI stuff in folder.h
6722
6723 2002-08-20 [darko]      0.8.1claws81
6724
6725         * src/folder.h
6726         * src/prefs_folder_item.h
6727         * src/folderview.c
6728         * src/prefs_folder_item.c
6729                 ability to set folder color in folderview
6730
6731 2002-08-19 [alfons]     0.8.1claws80
6732
6733         * src/summaryview.c
6734                 fix one of the earlier memleaks reported by Martin Kluge
6735
6736 2002-08-19 [alfons]     0.8.1claws79
6737
6738         * src/mainwindow.c
6739                 hide notice view when selecting seperate folder
6740                 view (reported by Urke MMI)
6741
6742 2002-08-19 [christoph]  0.8.1claws78
6743
6744         * src/folderview.c
6745         * src/prefs_folder_item.h
6746         * src/summaryview.[ch]
6747                 o add summary_set_prefs_from_folderitem to set
6748                   summaryview prefs (first step to remove all
6749                   references to the folderitem in summaryview)
6750                 o moved compiled regex stuff from folderitem prefs
6751                   to summaryview code
6752
6753 2002-08-19 [paul]       0.8.1claws77
6754
6755         * src/compose.c
6756                 add check for '.' to QUOTE_IF_REQUIRED
6757
6758 2002-08-19 [paul]       0.8.1claws76
6759
6760         * src/inc.c
6761                 sync with 0.8.1cvs25 (plug memory leak)
6762
6763         * src/prefs_toolbar.c
6764                 re-order prefs_toolbar_cancel()
6765
6766 2002-08-18 [alfons]     0.8.1claws75
6767
6768         * src/inc.c
6769         * src/matcher.c
6770                 plug other memleaks reported by Martin Kluge
6771
6772 2002-08-18 [paul]       0.8.1claws74
6773
6774         * po/pt_BR.po
6775                 updated by Fabio Jr. Beneditto
6776
6777 2002-08-18 [paul]       0.8.1claws73
6778
6779         * src/toolbar.[ch]
6780                 fix bug where tooltips were displayed untranslated              
6781
6782         * src/prefs_toolbar.c
6783                 fix bug where clicking 'Cancel' creates an icon & text
6784                 toolbar regardless of prefs
6785         
6786
6787 2002-08-17 [oliver]     0.8.1claws72
6788
6789         * src/prefs_toolbar.c
6790                 update toolbar on CANCEL
6791                 bug reported by Martin Kluge
6792         * src/toolbar.c
6793                 toolbar_destroy memleak fixed           
6794
6795 2002-08-17 [alfons]     0.8.1claws71
6796
6797         * src/toolbar.c
6798                 plug another memleak reported by Martin Kluge
6799
6800 2002-08-16 [alfons]     0.8.1claws70
6801
6802         * src/crash.c
6803                 use execvp() correctly (suggested by wwp; thanks!)
6804
6805 2002-08-16 [alfons]     0.8.1claws69
6806
6807         * src/gtksctree.c
6808                 plug memory leak reported by Kim Schultz & Martin Kluge
6809
6810 2002-08-16 [paul]       0.8.1claws68
6811
6812         * po/es.po
6813                 updated by Ricardo Mones Lastra
6814
6815 2002-08-16 [paul]       0.8.1claws67
6816
6817         * src/toolbar.h
6818                 fix bug where 'Compose News' icon showed wrong
6819                 tooltip
6820
6821 2002-08-16 [paul]       0.8.1claws66
6822
6823         * sync with 0.8.1cvs24
6824                 see ChangeLog 2002-08-16
6825
6826         * po/it.po
6827                 updated by Alessandro Maestri
6828
6829 2002-08-15 [paul]       0.8.1claws65
6830
6831         * po/sr.po
6832                 updated by Urke MMI
6833
6834 2002-08-15 [paul]       0.8.1claws64
6835
6836         * src/*.c
6837                 don't translate debug info
6838
6839         * src/matcher.[ch]
6840                 add copyright info
6841
6842 2002-08-15 [paul]       0.8.1claws63
6843
6844         * src/prefs_toolbar.c
6845                 fix bug where clicking 'OK' creates an icon & text
6846                 toolbar regardless of prefs
6847
6848 2002-08-14 [alfons]     0.8.1claws62
6849
6850         * src/main.c
6851                 add global var that has the full argv[0]
6852         * src/crash.c
6853                 o execvp the correct sylpheed by using argv0
6854                   and setting the correct work dir
6855                 o other tweaks  
6856
6857 2002-08-14 [oliver]     0.8.1claws61
6858         
6859         * enable/disable Toolbar Action Buttons 
6860         * code cleanups
6861         * src/mainwindow.c
6862         * src/toolbar.[ch]      
6863         * src/prefs_toolbar.c   
6864
6865 2002-08-14 [melvin]     0.8.1claws60
6866
6867         * po/fr.po
6868                 Updated French translations
6869
6870 2002-08-14 [melvin]     0.8.1claws59
6871
6872         * src/crash.c
6873                 Made bug report not translatable
6874         * src/exporthtml.c
6875                 Fixed exporthtml_build_filespec() return value
6876         * src/foldersel.c
6877                 Fixed incorrect include file
6878         * src/gtkspell.c
6879         * src/prefs_actions.c
6880         * src/prefs_toolbar.c
6881                 Made debug info not translatable
6882         * src/mutt.c
6883         * src/quote_fmt.c
6884                 Added missing includes
6885         * src/prefs_common.c
6886                 Fixed typo
6887
6888 2002-08-14 [paul]       0.8.1claws58
6889
6890         * faq/es/sylpheed-faq.html
6891           faq/es/sylpheed-faq-[1-3].html
6892           faq/es/sylpheed-faq-4.html     **NEW FILE **
6893                 update Spanish FAQ
6894
6895 2002-08-13 [christoph]  0.8.1claws57
6896
6897         * src/procmsg.c
6898                 ignore thread fix that did not mark all
6899                 child nodes of a ignored thread as
6900                 ignored. Does not work perfectly yet,
6901                 but it is better now
6902
6903 2002-08-13 [alfons]     0.8.1claws56
6904
6905         * src/crash.c
6906                 o implement 'save crash log'
6907                 o some tweaks
6908
6909 2002-08-13 [melvin]     0.8.1claws55
6910
6911         * src/main.c
6912                 removed unrequired "execinfo.h" header
6913
6914 2002-08-12 [paul]       0.8.1claws54
6915
6916         * faq/en/sylpheed-faq.html
6917           faq/en/sylpheed-faq-[1-3].html
6918           faq/en/sylpheed-faq-4.html     **NEW FILE **
6919                 update English FAQ
6920
6921 2002-08-12 [alfons]     0.8.1claws53
6922
6923         * po/POTFILES.in
6924                 add crash.c to translatables
6925         * src/crash.c
6926                 bring in Leandro's crash dialog
6927
6928 2002-08-11 [alfons]     0.8.1claws52
6929
6930         * src/crash.c
6931                 clean up some warnings
6932
6933 2002-08-11 [alfons]     0.8.1claws51
6934
6935         * acconfig.h
6936         * configure.in
6937         * src/crash.[ch]        ** NEW FILES **
6938         * src/main.c            
6939                 initial gdb crash handler
6940
6941 2002-08-11 [paul]       0.8.1claws50
6942
6943         * src/prefs_toolbar.c
6944                 replace Up/Down arrow pixmaps with text to be
6945                 consistent across icon themes
6946
6947 2002-08-11 [paul]       0.8.1claws49
6948
6949         * src/prefs_common.c
6950           src/prefs_toolbar.c
6951                 rename 'Pixmap' -> 'Icon'
6952
6953         * src/toolbar.[ch]
6954                 rename  'A_SEND_QUEUD' -> 'A_SEND_QUEUED'
6955
6956 2002-08-10 [paul]       0.8.1claws48
6957
6958         * src/prefs_toolbar.c
6959                 re-work the UI
6960
6961 2002-08-10 [paul]       0.8.1claws47
6962
6963         * src/main.c
6964                 don't write Processing progress to status bar
6965                 patch submitted by Alexander Evseev
6966
6967         * src/prefs_toolbar.c
6968                 re-position and resize window
6969                 make window assume correct size on first call
6970
6971 2002-08-10 [paul]       0.8.1claws46
6972
6973         * src/mainwindow.c
6974           src/prefs_toolbar.c
6975           src/toolbar.c
6976           src/toolbar.h
6977                 obey coding style
6978                 follow UI text conventions
6979
6980 2002-08-10 [alfons]     0.8.1claws45
6981
6982         * src/toolbar.c
6983                 correct pixmap for delete action
6984
6985 2002-08-10 [paul]       0.8.1claws44
6986
6987         * po/pt_BR.po
6988                 updated by Fabio Jr. Beneditto
6989
6990 2002-08-10 [paul]       0.8.1claws43
6991
6992         * po/POTFILES.in
6993                 add custom toolbar files
6994
6995 2002-08-10 [paul]       0.8.1claws42
6996
6997         * sync with 0.8.1cvs22
6998                 see ChangeLog 2002-08-09
6999
7000 2002-08-09 [paul]       0.8.1claws41
7001
7002         * tools/Makefile.am
7003           tools/README
7004           tools/outlook2sylpheed.pl     ** NEW FILE **
7005                 add script to convert exported Outlook
7006                 contacts list to a Sylpheed addressbook.
7007                 Submitted by Ricardo Mones Lastra.
7008
7009 2002-08-09 [paul]       0.8.1claws40
7010
7011         * AUTHORS
7012           configure.in
7013           po/sr.po      ** NEW FILE **
7014                 add Serbian message catalog. Submitted by
7015                 Urosevic Aleksandar aka Urke MMI <urke-kg@eunet.yu>             
7016
7017 2002-08-09 [paul]       0.8.1claws39
7018
7019         * sync with 0.8.1cvs21
7020                 see ChangeLog 2002-08-08
7021
7022 2002-08-08 [oliver]     0.8.1claws38
7023
7024         * src/mainwindow.c
7025                 move Custom Toolbar to Configuration menu
7026
7027 2002-08-08 [oliver]     0.8.1claws37
7028
7029         * src/prefs_toolbar.c
7030                 fix substitute pixmap bug
7031
7032 2002-08-08 [paul]       0.8.1claws36
7033
7034         * sync with 0.8.1cvs19
7035                 see ChangeLog 2002-08-08
7036
7037 2002-08-07 [christoph]  0.8.1claws35
7038
7039         * src/utils.c
7040                 fixed a memory leak in new canonicalize_file_replace
7041
7042 2002-08-07 [christoph]  0.8.1claws34
7043
7044         * src/utils.[ch]
7045                 o canonicalize_file_replace should create the temporary
7046                   file in the same directory as the original file.
7047                 o added get_tmpfile_in_dir that creates a temorary file
7048                   in a specified directory.
7049
7050 2002-08-07 [melvin]     0.8.1claws33
7051
7052         * src/toolbar.c
7053                 fixed bug where 'Article' button acted as 'Email' button.
7054
7055 2002-08-07 [paul]       0.8.1claws32
7056
7057         * sync with 0.8.1.cvs17
7058                 see ChangeLog 2002-08-07
7059
7060 2002-08-07 [colin]      0.8.1claws31
7061         
7062         * src/news.c
7063                 fix mass-cancel problem
7064
7065 2002-08-07 [thorsten]   0.8.1claws30
7066
7067         * src/prefs_toolbar.c
7068                 fix: crash on replace or add new button
7069         * src/toolbar.c
7070                 fix: close xmlfile after reading
7071         * src/utils.c
7072                 fix: unlink() file before rename()
7073
7074 2002-08-06 [paul]       0.8.1claws29
7075
7076         * sync with 0.8.cvs15
7077                 see ChangeLog 2002-08-06
7078
7079 2002-08-06 [oliver]     0.8.1claws28
7080
7081         * src/toolbar.c
7082         * src/prefs_toolbar.c
7083                 fixed empty toolbar issue
7084
7085 2002-08-06 [oliver]     0.8.1claws27
7086
7087         * Custom Toolbar Final 
7088         * src/folderview.c
7089         * src/inc.c
7090         * src/summaryview.c
7091                 o toolbar stuff now lives in src/toolbar.[ch]
7092                 o main_window_toolbar_* functions are renamed to
7093                   toolbar_* reflecting their new source file
7094         * src/mainwindow.[ch]
7095                 o remove toolbar stuff  
7096
7097 2002-08-06 [oliver]     0.8.1claws26
7098         
7099         * src/Makefile.am
7100         * src/prefs_toolbar.[ch]        **New File**
7101         * src/toolbar.[ch]              **New File**
7102                 o prefs_toolbar.[ch] custom toolbar frontend
7103                 o toolbar.[ch]       backend 
7104
7105 2002-08-06 [oliver]     0.8.1claws25
7106
7107         * src/prefs_actions.[ch]
7108                 o new exported function actions_execute
7109
7110 2002-08-06 [paul]       0.8.1claws24
7111
7112         * sync with 0.8.1cvs4
7113                 see ChangeLog 2002-08-06
7114
7115 2002-08-06 [paul]       0.8.1claws23
7116
7117         * sync with 0.8.1cvs13
7118                 see ChangeLog 2002-08-06
7119
7120 2002-08-06 [paul]       0.8.1claws22
7121
7122         * sync with 0.8.1cvs12
7123                 see ChangeLog 2002-08-05 and 2002-08-06
7124
7125 2002-08-06 [match]      0.8.1claws21
7126
7127         * src/addrclip.c
7128                 improvements to cut/copy/paste address
7129
7130 2002-08-05 [match]      0.8.1claws20
7131
7132         * src/addritem.[ch]
7133         * src/addrcache.c
7134         * src/addrbook.c
7135         * src/editaddress.c
7136         * src/addressbook.c
7137                 fixes to improve cut/copy/paste
7138
7139 2002-08-06 [melvin]     0.8.1claws19
7140
7141         * src/account.[ch]
7142                 account_find_all_from_address(): new function that returns the
7143                 list of all accounts that are matched in an address.
7144         * src/alertpanel.[ch]
7145                 alertpanel() now accepts a custom widget
7146                 alertpanel_with_widget(): new function that pops up a panel with
7147                 a custom widget in it 
7148         * src/gtkutils.[ch]
7149                 gtkut_account_menu_new(): new function that allows the selection
7150                 of an account from a list of accounts.
7151         * src/messageview.c
7152                 Extended Return Receipt notification to select the correct 
7153                 account and to make a security test on the Delivery-Notification
7154                 address which should be the same as the Return-Path.
7155
7156 2002-08-06 [thorsten]   0.8.1claws18
7157
7158         * src/mimeview.c
7159                 attach_all: save unnamed as "noname.%d",
7160                 dont free static dirname
7161
7162 2002-08-05 [alfons]     0.8.1claws17
7163
7164         * configure.in
7165                 detect XIM by trying to link rather than compile a XIM program
7166
7167 2002-08-05 [oliver]     0.8.1claws16
7168                 
7169         * src/stock_pixmap.[ch]
7170                 o add UP_ARROW to available pixmaps (already in pixmap-directory)
7171                 o new func to retrieve pixmaps
7172
7173 2002-08-05 [paul]       0.8.1claws15
7174
7175         * sync with 0.8.1cvs10
7176                 see ChangeLog 2002-08-05
7177
7178 2002-08-04 [alfons]     0.8.1claws14
7179
7180         * src/textview.c
7181                 see if this plugs memleak
7182
7183 2002-08-04 [melvin]     0.8.1claws13
7184
7185         * src/gtkspell.c
7186                 fixed bug that could crash Sylpheed when highlighting
7187                 all misspelled words.
7188
7189 2002-08-03 [melvin]     0.8.1claws12
7190
7191         * src/prefs_actions.c
7192                 removed unnecessary checks for NULL introduced in 0.8.1claws11.
7193         * src/messageview.c
7194                 fixed bug where the Return Receipt was sent to
7195                 Delivery-Notification-To address even if it was not present
7196
7197 2002-08-02 [alfons]     0.8.1claws11
7198
7199         * src/prefs_actions.c
7200                 o more check for NULLs
7201                 o put create_io_dialog() in right conditional block
7202
7203 2002-08-02 [paul]       0.8.1claws10
7204
7205         * po/es.po
7206                 updated by Ricardo Mones Lastra
7207
7208 2002-08-01 [christoph]  0.8.1claws9
7209
7210         * src/folder.c
7211                 don't free the cache of the opened
7212                 folder in the summaryview
7213         * src/summaryview.c
7214                 don't unset flags, if it is not required
7215
7216 2002-08-01 [paul]       0.8.1claws8
7217
7218         * sync with 0.8.1cvs8
7219                 see ChangeLog entry 2002-08-01
7220
7221 2002-08-01 [paul]       0.8.1claws7
7222
7223         * sync with 0.8.1cvs7
7224                 see ChangeLog 2002-07-31 and 2002-08-01
7225
7226 2002-07-31 [christoph]  0.8.1claws6
7227
7228         * src/mainwindow.c
7229                 forgot to update menu sensitivity
7230                 function for new menu entry
7231
7232 2002-07-31 [alfons]     0.8.1claws5
7233
7234         * src/main.c
7235                 check folder item and its path for NULL on
7236                 initial processing
7237
7238 2002-07-31 [christoph]  0.8.1claws4
7239
7240         * src/folder.c
7241                 check if folder_item_get_msginfo in
7242                 folder_item_remove_msg returned NULL
7243         * src/imap.c
7244                 better clear the uid cache in the
7245                 uid validity check function and delete
7246                 cached messages
7247
7248 2002-07-31 [paul]       0.8.1claws3
7249
7250         * man/sylpheed.1
7251                 add the '--attach' option and a few other
7252                 minor changes
7253
7254 2002-07-31 [paul]       0.8.1claws2
7255
7256         * sync with 0.8.1cvs5
7257                 see ChangeLog 2002-07-31
7258
7259 2002-07-31 [christoph]  0.8.1claws1
7260
7261         * src/folderview.[ch]
7262         * src/mainwindow.c
7263                 replace "Rescan all folders..." with
7264                 "Check all folders for new messages..."
7265
7266 2002-07-30 [paul]       0.8.1claws
7267
7268         * version 0.8.1claws released
7269
7270 2002-07-30 [paul]       0.8.0claws29
7271
7272         * tools/OOo2sylpheed.pl ** NEW FILE **
7273           tools/README
7274                 add script to enable sending documents as
7275                 attachments from OpenOffice.org
7276
7277 2002-07-30 [melvin]     0.8.0claws28
7278
7279         * src/prefs_actions.c
7280                 Made the actions' input/output dialog display
7281                 without delay.
7282
7283 2002-07-30 [christoph]  0.8.0claws27
7284
7285         * src/procmsg.c
7286                 check if folder_item_get_msginfo in
7287                 procmsg_save_to_outbox returned NULL
7288
7289 2002-07-30 [paul]       0.8.0claws26
7290
7291         * sync with 0.8.1cvs4
7292                 see ChangeLog 2002-07-29
7293
7294 2002-07-29 [thorsten]   0.8.0claws25
7295
7296         * README.claws
7297                 added selective download, delete on server
7298
7299 2002-07-29 [paul]       0.8.0claws24
7300
7301         * sync with 0.8.1cvs3
7302                 see ChangeLog 2002-07-29
7303
7304 2002-07-27 [christoph]  0.8.0claws23
7305
7306         * src/folder.c
7307                 add extra check if fetching the msginfo
7308                 returned NULL
7309
7310 2002-07-27 [paul]       0.8.0claws22
7311
7312         * sync with 0.8.1cvs2
7313                 see ChangeLog 2002-07-26
7314
7315 2002-07-27 [christoph]  0.8.0claws21
7316
7317         * src/imap.c
7318                 add another check if a valid msginfo
7319                 was returned
7320
7321 2002-07-26 [hoa]        0.8.0claws20
7322
7323         * src/folder.c
7324                 Fixed a condition in folder_item_destroy()
7325
7326         * src/imap.c
7327                 Fixed an error in IMAP protocol
7328
7329 2002-07-26 [alfons]     0.8.0claws19
7330
7331         * src/folder.c
7332                 ofcourse compare with identifier, not the path
7333
7334 2002-07-26 [alfons]     0.8.0claws18
7335
7336         * src/folder.c
7337                 use folder item identifier for saving / restoring
7338                 preferences because folder->path might not be unique
7339
7340 2002-07-26 [melvin]     0.8.0claws17
7341
7342         * src/logwindow.c
7343                 Fixed a crash introduced in 0.8.0claws5 when log is 
7344                 cut under 80 characters.
7345
7346 2002-07-26 [paul]       0.8.0claws16
7347
7348         * sync with 0.8.1cvs1
7349                 see ChangeLog 2002-07-26
7350
7351 2002-07-26 [christoph]  0.8.0claws15
7352
7353         * src/imap.[ch]
7354                 imap folder now remembers the last selected
7355                 folder and imap_fetch_msginfo skips selecting
7356                 the folder if it is already selected
7357
7358 2002-07-26 [christoph]  0.8.0claws14
7359
7360         * src/folder.c
7361         * src/folderview.c
7362         * src/imap.c
7363                 fix imap folder rescanning
7364
7365 2002-07-25 [christoph]  0.8.0claws13
7366
7367         * src/filter.c
7368         * src/folder.[ch]
7369         * src/folderview.c
7370         * src/imap.[ch]
7371         * src/mainwindow.c
7372         * src/mbox_folder.c
7373         * src/mh.c
7374         * src/news.c
7375                 implement imap uid cache and uid validity check
7376
7377 2002-07-25 [alfons]     0.8.0claws12
7378
7379         * src/summaryview.c
7380                 fix a brown paper bag bug, and also add some more
7381                 checks
7382
7383 2002-07-25 [christoph]  0.8.0claws11
7384
7385         * src/folder.c
7386                 don't mix copy, fetch_msginfo and remove
7387                 operations in folder item copy and move
7388                 operations
7389
7390 2002-07-25 [christoph]  0.8.0claws10
7391
7392         * src/folderview.c
7393         * src/mainwindow.c
7394         * src/prefs_folder_item.c
7395         * src/summaryview.[ch]
7396                 remove no longer required parameter update_cache from
7397                 summary_show
7398
7399 2002-07-25 [paul]       0.8.0claws9
7400
7401         * sync with 0.8.1
7402         
7403         * AUTHORS
7404                 a few corrections
7405
7406 2002-07-24 [alfons]     0.8.0claws8
7407
7408         * src/summaryview.c
7409                 sort correctly when using simplified subject line
7410                 (closes feature request "[ 585141 ] applying regexp to subject 
7411                 before sort" submitted by Alexandra Walford)
7412
7413 2002-07-24 [paul]       0.8.0claws7
7414
7415         * sync with 0.8.0cvs3
7416                 see ChangeLog 2002-07-24
7417
7418 2002-07-23 [christoph]  0.8.0claws6
7419
7420         * src/folder.c
7421         * src/folder.h
7422         * src/summaryview.c
7423         * src/summaryview.h
7424         * src/main.c
7425                 o separate processing and summaryview
7426                 o removed summary_write_cache from summaryview
7427                 o removed summaryview->killed_messages, because we don't have
7428                   to keep a list of killed messages anymore. New cache will
7429                   keep the hidden messages in cache anyway
7430         * src/folderview.c
7431         * src/inc.c
7432         * src/selective_download.c
7433                 o removed unnecessary summary_write_cache calls
7434         * src/procmsg.c
7435                 o don't set ignore thread flag in procmsg_get_thread_tree
7436                   if it is already set
7437         * src/mainwindow.c
7438         * src/statusbar.h
7439                 o moved STATUSBAR_PUSH/POP to statusbar.h because
7440                   they are used in different files
7441
7442 2002-07-23 [melvin]     0.8.0claws5
7443
7444         * src/addressbook.c
7445         * src/addrgather.c
7446         * src/editaddress.c
7447         * src/editgroup.c
7448         * src/editldap_basedn.c
7449         * src/importldif.c
7450         * src/prefs_common.c
7451                 Fixed few memory leak (gtk_editable_get_chars returns
7452                 an allocated string)
7453         * src/logwindow.c
7454                 Fixed few memory leak (gtk_editable_get_chars returns
7455                 an allocated string) and modified a little the log cutting
7456                 loop.
7457         * src/compose.c
7458                 Replaced a call to an obsolete function gtk_entry_get_text()
7459                 by gtk_editable_get_chars()
7460         * src/send.c
7461                 Removed a debug printf
7462
7463 2002-07-23 [christoph]  0.8.0claws4
7464
7465         * src/filesel.c
7466                 fix another g_dirname memory leak
7467
7468 2002-07-23 [christoph]  0.8.0claws3
7469
7470         * src/mh.c
7471                 fixed a memory leak in mh_fetch_msginfo
7472                 fixed crash when message header could not be
7473                 parsed
7474
7475 2002-07-23 [paul]       0.8.0claws2
7476
7477         * sync with 0.8.0cvs2
7478                 see ChangeLog 2002-07-23
7479
7480 2002-07-23 [paul]       0.8.0claws1
7481
7482         * sync with 0.8.0cvs1
7483                 see ChangeLog 2002-07-23
7484
7485 2002-07-23 [paul]       0.8.0claws
7486
7487         * release of 0.8.0claws
7488
7489 2002-07-23 [paul]       0.7.8claws99
7490
7491         * po/ru.po
7492                 new Russian translation, submitted by
7493                 Botalov Vyacheslav <botalov_v@upr.uralkaly.ru>
7494
7495 2002-07-22 [jens]       0.7.8claws98
7496
7497         * po/de.po
7498                 Updated German translations.
7499
7500 2002-07-22 [paul]       0.7.8claws97
7501
7502         * po/es.po
7503           po/it.po
7504           po/nl.po
7505           po/pt_BR.po
7506                 updated translations by Ricardo Mones Lastra,
7507                 Alessandro Maestri, Wilbert Berendsen and 
7508                 Fabio Jr. Beneditto respectively
7509
7510 2002-07-22 [christoph]  0.7.8claws96
7511
7512         * src/mimeview.c
7513                 fix memory leak caused by wrong g_dirname usage
7514
7515 2002-07-22 [christoph]  0.7.8claws95
7516
7517         * src/summaryview.c
7518                 update new and unread message counts for summaryview
7519                 summaryview does not get it from the folder anymore
7520                 and has to update the values itself
7521
7522 2002-07-22 [melvin]     0.7.8claws94
7523
7524         * po/fr.po
7525                 Updated French translations.
7526
7527 2002-07-22 [christoph]  0.7.8claws93
7528
7529         * src/matcher.c
7530                 set prop->preg pointer to NULL or following check
7531                 will not fail and regexec will be called with
7532                 invalid pointer
7533
7534 2002-07-21 [alfons]     0.7.8claws92
7535         
7536         * src/prefs_common.[ch]
7537                 remove option "Send return receipt on request"
7538
7539 2002-07-21 [thorsten]   0.7.8claws91
7540
7541         * src/mimeview.c
7542                 fixed memleaks, coding style as pointed out by alfons
7543
7544 2002-07-21 [alfons]     0.7.8claws90
7545
7546         * src/messageview.c
7547         * src/noticeview.[ch]
7548                 o fix bug notice view being displayed when going to empty folder 
7549                   (noticed by Christoph)
7550                 o allow RRR to be sent when restarting sylpheed, or changing folder 
7551                   (noticed by Thorsten)
7552
7553 2002-07-21 [thorsten]   0.7.8claws89
7554
7555         * src/mimeview.c
7556                 Included save_all patch from Xaview FACQ
7557                 added support for pathnames
7558
7559 2002-07-21 [alfons]     0.7.8claws88
7560
7561         * po/POTFILES.in
7562         * src/Makefile.am
7563         * src/mainwindow.c
7564         * src/messageview.[ch]
7565         * src/noticeview.c      ** NEW FILE **
7566         * src/noticeview.h      ** NEW FILE **
7567                 make return receipts work again
7568                 (UI idea by Leandro Pereira)
7569
7570 2002-07-21 [paul]       0.7.8claws87
7571
7572         * src/summaryview.c
7573                 fix sensitivity of 'Select thread'
7574
7575 2002-07-21 [paul]       0.7.8claws86
7576
7577         * src/prefs_common.c
7578                 add browser command line for Galeon
7579
7580 2002-07-21 [paul]       0.7.8claws85
7581
7582         * Makefile.am
7583                 fix 'EXTRA_DIST': remove README.README, add TODO
7584                 and TODO.claws
7585
7586 2002-07-21 [alfons]     0.7.8claws84
7587
7588         * src/gtkstext.c
7589                 make enter clear selection
7590                 (closes "[ 579888 ] Editor selection/entry error"
7591                 reported by Steve Lamb)
7592
7593 2002-07-21 [alfons]     0.7.8claws83
7594         
7595         * src/summaryview.c
7596                 sort message list when selecting unthread messages
7597                 (closes "[ 501593 ] switching threaded view doesn't sort"
7598                 reported by Simon Schubert)
7599
7600 2002-07-20 [alfons]     0.7.8claws82
7601         
7602         * src/matcher.c
7603                 const-correctness
7604
7605 2002-07-20 [thorsten]   0.7.8claws81
7606
7607         * src/matcher.c
7608                 Fixed expansion of empty fields in matchactions
7609
7610 2002-07-19 [melvin]     0.7.8claws80
7611
7612         * src/gtkspell.c
7613                 Removed a duplicate menu entry (fast mode) introduced during
7614                 the new cache merge
7615                 Added a menu separator between 'Use alternate' and 'Fast mode'
7616
7617 2002-07-19 [paul]       0.7.8claws79
7618
7619         * tools/Makefile.am
7620           tools/README
7621                 correct typos
7622
7623 2002-07-19 [thorsten]   0.7.8claws78
7624
7625         * tools/calypso_convert.pl      ** NEW FILE **
7626           tools/README
7627           tools/Makefile.am
7628                 script to import mbox files exported
7629                 by calypso
7630                 o generates folder structure
7631                 o includes attachments
7632
7633 2002-07-19 [melvin]     0.7.8claws77
7634
7635         * src/selective_download.[ch]
7636                 Fixed bug where closing the dialog with the window manager's
7637                 close button will not unlock the summary
7638                 Corrected some function declarations that missed a return value
7639                 Made the source code comply better with coding style.
7640         * src/prefs_common.c
7641                 Added new browser command line for Mozilla.
7642
7643 2002-07-18 [paul]       0.7.8claws76
7644
7645         * src/mainwindow.c
7646           src/selective_download.[ch]
7647                 reflect theme changes, fix Gdk Warning when creating 
7648                 pixmap from NULL window, and minor clean up.
7649                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
7650
7651         * po/en_GB.po
7652                 updated
7653
7654 2002-07-17 [paul]       0.7.8claws75
7655
7656         * INSTALL[.jp]
7657                 sync with 0.8.0
7658         
7659         * po/en_GB.po
7660                 updated
7661
7662 2002-07-16 [paul]       0.7.8claws74
7663
7664         * tools/filter_conv.pl
7665           tools/README
7666                 replace conversion script with reimplemented version, 
7667                 submitted by Torsten Schoenfeld <kaffeetisch@web.de>
7668
7669 2002-07-16 [colin]      0.7.8claws73
7670
7671         * src/summaryview.c
7672                 remove forgotten debug messages - sorry ;-)
7673
7674 2002-07-16 [colin]      0.7.8claws72
7675
7676         * src/mimeview.c
7677           src/summaryview.c
7678           src/textview.c
7679           src/textview.h
7680                 add the ability to select part of a text mime-part 
7681                 to reply.
7682
7683 2002-07-15 [christoph]  0.7.8claws71
7684
7685         * src/folder.c
7686                 fix folder message count for folders without
7687                 msg_is_changed (includes news folders)
7688
7689 2002-07-15 [martin]     0.7.8claws70
7690
7691         * src/summaryview.c
7692                 option "display recipient on 'From'..." now works
7693                 without the need of enabling the option
7694                 "display  sender  using  address  book".
7695
7696 2002-07-15 [christoph]  0.7.8claws69
7697
7698         * src/summaryview.c
7699                 removed setting folder status from summaryview.
7700                 folder.c should update all message counts correctly.
7701
7702 2002-07-15 [paul]       0.7.8claws68
7703
7704         * po/pt_BR.po
7705                 updated by Fabio Junior Beneditto
7706
7707 2002-07-15 [darko]      0.7.8claws67
7708
7709         * src/mh.c
7710                 Fixed target folder colorization, don't decrease op
7711                 number twice
7712
7713 2002-07-14 [paul]       0.7.8claws66
7714
7715         * sync with main 0.8.0
7716                 see ChangeLog 2002-07-14
7717
7718 2002-07-13 [melvin]     0.7.8claws65
7719         
7720         * src/addrbook.c
7721         * src/addressbook.c
7722         * src/addrindex.c
7723                 Replaced sprintf by g_snprintf to prevent possible buffer
7724                 overflow.
7725         * src/news.c
7726                 Corrected a log message output format.
7727                 Added a missing "done" debug output.
7728         * src/compose.c
7729                 Added keyboard accelerator for Priority menu items
7730                 Added missing \n in debug output
7731         * src/logwindow.c
7732         * src/gtkspell.c
7733         * src/rfc2015.c
7734                 Added missing \n in debug output
7735
7736 2002-07-13 [paul]       0.7.8claws64
7737
7738         * man/sylpheed.1
7739                 change Sergey's email address to the sf address
7740
7741         * src/textview.c
7742                 increase show_url_timeout (more useful for long
7743                 urls)
7744
7745 2002-07-12 [sergey]     0.7.8claws63
7746
7747         * src/rfc2015.c
7748                 applied (with some modifications) patch to set the
7749                 micalg parameter for signatures
7750                 (2001-08-28 Werner Koch <wk@gnupg.org>)
7751
7752 2002-07-12 [sergey]     0.7.8claws62
7753
7754         * man/Makefile.am
7755         * configure.in
7756                 fixed man page installation
7757
7758 2002-07-12 [paul]       0.7.8claws61
7759
7760         * sync with 0.7.8cvs26
7761                 see ChangeLog 2002-07-11 and 2002-07-12
7762
7763 2002-07-11 [christoph]  0.7.8claws60
7764
7765         * src/compose.c
7766         * src/procmsg.c
7767                 first use the message number to find the message
7768                 to mark with a reply flag but check the
7769                 message-id if we got the correct message, if not
7770                 try to find it by message-id.
7771                 use new string seperator that is not allowed
7772                 in message-ids.
7773
7774 2002-07-11 [paul]       0.7.8claws59
7775
7776         * sync with 0.7.8cvs23
7777                 see ChangeLog 2002-07-10
7778
7779 2002-07-10 [christoph]  0.7.8claws58
7780
7781         * src/folder.[ch]
7782         * src/msgcache.[ch]
7783                 Added message-id table to the cache in memory
7784                 and functions to msgcache.c and folder.c to
7785                 fetch MsgInfos by message id
7786         * src/compose.c
7787         * src/procmsg.c
7788                 store folder and message-id of message replying
7789                 to in queue header and set reply flag after sending
7790                 (Closes bug #469498)
7791
7792 2002-07-10 [paul]       0.7.8claws57
7793
7794         * AUTHORS
7795           man/sylpheed.1.gz
7796                 add Martin to the list of authors
7797
7798 2002-07-09 [martin]     0.7.8claws56
7799         * src/gtksctree.c
7800                 Added gtk_ctree_last_visible(), tree_update_level(),
7801                 gtk_ctree_link(), gtk_ctree_unlink(), real_sort_list(),
7802                 tree_sort(), gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
7803                 from gtk+ to gtksctree.c for the new sorting code
7804                 Renamed gtk_ctree_sort_recusive() to gtk_sctree_sort_recursive
7805                 Renamed gtk_ctree_sort_node() to gtk_sctree_sort_node
7806         * src/gtksctree.h
7807                 Added declaration for gtk_sctree_sort_recursive() and
7808                 gtk_sctree_sort_node
7809         * src/addressbook.c
7810         * src/foldersel.c
7811         * src/folderview.c
7812         * src/summaryview.c
7813                 changed calls from gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
7814                 to gtk_sctree_sort_recursive() and gtk_sctree_sort_node()
7815
7816 2002-07-08 [paul]       0.7.8claws55
7817
7818         * more sync with 0.7.8cvs21
7819                 see ChangeLog 2002-07-08
7820
7821 2002-07-08 [paul]       0.7.8claws54
7822
7823         * sync with 0.7.8cvs21
7824                 see ChangeLog 2002-07-08
7825
7826 2002-07-07 [alfons]     0.7.8claws53
7827
7828         * src/Makefile.am
7829         * src/stock_pixmap.[ch]
7830         * src/pixmaps/notice_warn.xpm   ** NEW FILE **
7831         * src/pixmaps/notice_error.xpm  ** NEW FILE **
7832         * src/pixmaps/notice_note.xpm   ** NEW FILE **
7833                 add new pixmaps for upcoming notice pane
7834
7835 2002-07-06 [melvin]     0.7.8claws52
7836
7837         * src/gtkspell.[ch]
7838                 Made them a bit closer to Sylpheed's coding style.
7839                 Removed old code.
7840                 Removed possible memory leaks when some errors occurs.
7841
7842 2002-07-06 [melvin]     0.7.8claws51
7843
7844         * po/Makefile.in.in
7845                 Removed --no-location in xgettext command line to help
7846                 translators that use Emacs' po-mode
7847         * src/quote_fmt.c
7848                 Removed unnecessary comments that messed up sylpheed.pot
7849
7850 2002-07-06 [paul]       0.7.8claws50
7851
7852         * sync with 0.7.8cvs19
7853                 see ChangeLog 2002-07-05
7854
7855 2002-07-06 [christoph]  0.7.8claws49
7856
7857         * src/folder.c
7858         * src/mainwindow.c
7859                 fix folder_item_remove_all_msg and folderview
7860                 status for trash folders after emptying trash
7861
7862 2002-07-05 [paul]       0.7.8claws48
7863
7864         * sync with 0.7.8cvs16
7865                 see ChangeLog 2002-07-04 and 2002-07-05
7866
7867 2002-07-04 [paul]       0.7.8claws47
7868
7869         * sync with 0.7.8cvs14
7870                 see  ChangeLog 2002-07-04
7871
7872 2002-07-03 [alfons]     0.7.8claws46
7873
7874         * src/folder.c
7875                 dupe folder item's path because it's being reallocated
7876                 by new folder scanning code
7877
7878 2002-07-03 [christoph]  0.7.8claws45
7879
7880         * src/imap.c
7881                 better IMAP uid fetching using 'FETCH 1:* (UID)'
7882         * src/msgcache.c
7883                 add missing return in msgcache_write
7884
7885 2002-07-02 [thorsten]   0.7.8claws44
7886
7887         * src/jpilot.c
7888         * src/msgcache.c
7889         * src/rfc2015.c
7890                 use binary mode for file access
7891
7892 2002-07-02 [christoph]  0.7.8claws43
7893
7894         * major code cleanup (part 1)
7895         
7896                 - unused variables removed
7897                 - unused functions removed
7898                 - uninitialized variables checked
7899                 - missing return statements added
7900                 - missing function return types added
7901                 - added parentheses around assignment and
7902                   && in || when suggested by gcc
7903               
7904         * src/mh.c
7905         * src/folder.c
7906                 replaced direct calls to folder->scan_tree
7907                 with folder_scan_tree and restore folder
7908                 prefs in this function. The folder should
7909                 not have to deal with them.
7910                 ( Should now work for all folder types )
7911
7912 2002-07-02 [paul]       0.7.8claws42
7913
7914         * sync with 0.7.8cvs13
7915                 see ChangeLog 2002-07-01 and 2002-07-02
7916
7917 2002-07-01 [christoph]  0.7.8claws41
7918
7919         * src/summaryview.c
7920                 fix "goto next/prev unread message" with
7921                 ignored threads
7922
7923 2002-07-01 [paul]       0.7.8claws40
7924
7925         * po/es.po
7926                 updated by Ricardo Mones Lastra
7927
7928 2002-06-30 [match]      0.7.8claws39
7929
7930         * src/jpilot.c
7931                 applied variation of leonerd's patch (566661) to
7932                 allow multiple email addresses per JPilot entry.
7933                 addresses may be separated by space, comma, pipe,
7934                 semi-colon, new-line.
7935
7936 2002-06-30 [alfons]     0.7.8claws38
7937
7938         * src/procmsg.c
7939                 simple fix for putting older nodes before
7940                 newer nodes when threading by subject
7941
7942 2002-06-30 [christoph]  0.7.8claws37
7943
7944         * src/folder.c
7945         * src/folderview.c
7946         * src/mh.c
7947         * src/news.c
7948         * src/procmsg.c
7949                 fix broken folder tree rescaning
7950                 and don't use procmsg_get_mark_sum
7951                 anymore
7952
7953 2002-06-30 [christoph]  0.7.8claws36
7954
7955         * merge new cache branch
7956         * src/imap.c
7957                 fix new cache imap copy bug
7958         * src/folder.c
7959                 improved folder_item_scan
7960                 it should now always set the correct
7961                 new, unread and total message counts
7962
7963 2002-06-29 [paul]       0.7.8claws35
7964
7965         * configure.in
7966                 correct syntax error
7967
7968 2002-06-29 [paul]       0.7.8claws34
7969
7970         * configure.in
7971           Makefile.am
7972           man/Makefile.am       ** NEW FILE **
7973           man/sylpheed.1.gz     ** NEW FILE **
7974                 add Sylpheed man page
7975
7976 2002-06-29 [paul]       0.7.8claws33
7977
7978         * po/pt_BR.po
7979                 updated by Fabio Junior Beneditto
7980
7981 2002-06-28 [jens]       0.7.8claws32
7982
7983         * po/de.po
7984                 translation updated
7985
7986         * src/selective_download.c
7987                 removed gettext for space " "
7988
7989         * src/imap.c
7990                 removed wrong space
7991
7992 2002-06-28 [paul]       0.7.8claws31
7993
7994         * sync with 0.7.8cvs11
7995                 see ChangeLog 2002-06-28
7996
7997 2002-06-28 [paul]       0.7.8claws30
7998
7999         * sync with 0.7.8cvs10
8000                 see ChangeLog 2002-06-27 and 2002-06-28
8001
8002 2002-06-26 [paul]       0.7.8claws29
8003
8004         * src/addrgather.c
8005           src/selective_download.c
8006                 don't gettextise empty strings.
8007                 reserved by gettext. gettext("") returns 
8008                 the header entry with meta information, 
8009                 not the empty string
8010
8011         * po/en_GB.po
8012                 updated
8013
8014 2002-06-26 [paul]       0.7.8claws28
8015
8016         * sync with 0.7.8cvs7
8017                 see ChangeLog 2002-06-25
8018
8019         * src/prefs_common.c
8020                 ...and in the process, tweak the gui a little
8021
8022 2002-06-25 [alfons]     0.7.8claws27
8023         
8024         * configure.in
8025         * src/Makefile.am
8026                 fine tune ldap library detection
8027
8028 2002-06-25 [alfons]     0.7.8claws26
8029
8030         * src/compose.c
8031                 don't allow return receipts when composing a news article
8032
8033 2002-06-25 [paul]       0.7.8claws25
8034
8035         * Makefile.am
8036                 add '$(AMTAR)' to 'release' section to allow for
8037                 new and older autotools
8038
8039 2002-06-25 [paul]       0.7.8claws24
8040
8041         * src/summaryview.c
8042                 fix "No more unread messages" persistant pop-up
8043                 window bug
8044
8045 2002-06-25 [paul]       0.7.8claws23
8046
8047         * po/it.po
8048                 updated by Alessandro Maestri
8049
8050 2002-06-25 [paul]       0.7.8claws22
8051
8052         * sync with 0.7.8cvs6
8053                 see ChangeLog 2002-06-25
8054
8055 2002-06-24 [paul]       0.7.8claws21
8056
8057         * tools/update-po
8058                 add GPL copyright information
8059
8060 2002-06-24 [paul]       0.7.8claws20
8061
8062         * tools/Makefile.am
8063           tools/README
8064           tools/update-po       ** NEW FILE **
8065                 add script that eases the creation of *.po files
8066                 Submitted by Wilbert Berendsen <wilbert@oswf.org>
8067
8068 2002-06-23 [alfons]     0.7.8claws19
8069
8070         * src/messageview.c
8071                 make notification_convert_header obey const correctness
8072                 (next step will be fixing the broken return receipt)
8073
8074 2002-06-23 [paul]       0.7.8claws18
8075
8076         * src/messageview.c
8077                 fix bug introduced in last commit:
8078                 removed too much code in last commit - put back what's
8079                 needed
8080
8081 2002-06-23 [paul]       0.7.8claws17
8082
8083         * src/messageview.[ch]
8084                 remove code committed in error from locally patched
8085                 source
8086
8087 2002-06-23 [colin]      0.7.8claws16
8088
8089         * src/compose.[ch]
8090                 add compose_entry_select(), used to select the default_to
8091                 email address - hopefully avoiding people sending mails to
8092                 wrong recipients.
8093
8094 2002-06-22 [alfons]     0.7.8claws15
8095
8096         * AUTHORS
8097                 add Bram Metsch & Stanislav Karchebny
8098         * src/smtp.[ch]
8099         * src/prefs_account.[ch]
8100         * src/send.c
8101                 - apply and adapt Bram's patch which allows user to set SMTP AUTH 
8102                   options.  (see <http://sourceforge.net/tracker/index.php
8103                   ?func=detail&aid=566937&group_id=25528&atid=384600>);
8104
8105                 - merge Stanislav's fix to make SMTP AUTH work with qmail
8106                   (see <http://www.tmtm.org/cgi-bin/w3ml/msg.cgi?ml=sylpheed&id=14343>)
8107
8108 2002-06-22 [paul]       0.7.8claws14
8109
8110         * sync with 0.7.8cvs5
8111                 see ChangeLog 2002-06-19 and 2002-06-20
8112
8113 2002-06-22 [alfons]     0.7.8claws13
8114
8115         * src/selective_download.c
8116                 fix a stupid mistake I made
8117
8118 2002-06-22 [alfons]     0.7.8claws12
8119
8120         * src/selective_download.[ch]
8121                 fix another unnoticed leak; cleanup code
8122
8123 2002-06-21 [alfons]
8124
8125         * tools/Makefile.am
8126                 gpg-sign <-- gpg-sign-syl
8127
8128 2002-06-21 [alfons]     0.7.8claws11
8129
8130         * src/selective_download.c
8131         * src/selective_download.h
8132                 fix assorted mix of allocation errors (should solve
8133                 problem reported by Philippe Gramoullé, see:
8134                 http://sourceforge.net/mailarchive/forum.php?thread_id=828668&forum_id=2006)
8135
8136 2002-06-20 [melvin]     0.7.8claws10
8137
8138         * tools/gpg-sign *REMOVED*
8139           tools/gpg-sign-syl *ADDED*
8140                 Replaced the gpg clearsigning script with the version using
8141                 xterm instead of ssh-askpass and changed its name.
8142
8143         * README.claws
8144                 Updated actions example to reflect the renaming of the
8145                 gpg clearsigning script.
8146
8147 2002-06-19 [paul]       0.7.8claws9
8148
8149         * sync with 0.7.8claws9
8150                 see ChangeLog 2002-06-18 and 2002-06-19
8151
8152 2002-06-19 [paul]       0.7.8claws8
8153
8154         * sync with 0.7.8cvs1
8155                 see ChangeLog 2002-06-18
8156
8157 2002-06-18 [alfons]     0.7.8claws7
8158
8159         * src/mainwindow.h
8160                 add omitted prototype
8161
8162 2002-06-17 [paul]       0.7.8claws6
8163
8164         * src/mainwindow.c
8165                 fix hiding of exec_btn
8166
8167 2002-06-17 [paul]       0.7.8claws5
8168
8169         * src/pop.c
8170                 remove unneeded code: should_delete() 
8171                 and Pop3State::uidl_todelete_list
8172
8173 2002-06-17 [paul]       0.7.8claws4
8174
8175         * sync with 0.7.8
8176                 see ChangeLog 2002-06-11 and 2002-06-13
8177
8178 2002-06-16 [alfons]     0.7.8claws3
8179         
8180         * src/folder.c
8181                 make sure lock sort mode (claws specific) is
8182                 also persists after a tree rescan
8183
8184 2002-06-16 [alfons]     0.7.8claws2
8185
8186         * src/prefs_folder_item.c
8187         * src/folder.[ch]
8188                 fix persistence of folder sort mode (broken
8189                 by adapting Hiro's new folder persistence code)
8190
8191 2002-06-16 [alfons]     0.7.8claws1
8192
8193         * AUTHORS
8194         * src/logwindow.c
8195         * src/prefscommon.[ch]
8196                 control size of log text in log window; 
8197                 closes patch #569155 submitted by Mitko Haralanov.
8198
8199 2002-06-15 [paul]       0.7.8claws
8200
8201         * release of 0.7.8claws
8202
8203 2002-06-15 [paul]       0.7.7claws
8204
8205         * po/pt_BR.po
8206                 updated by Fabio Junior Beneditto
8207
8208 2002-06-14 [paul]       0.7.6claws49
8209
8210         * po/es.po
8211                 updated by Ricardo Mones Lastra
8212
8213 2002-06-14 [paul]       0.7.6claws48
8214
8215         * po/nl.po
8216                 updated translation by Wilbert Berendsen
8217
8218 2002-06-14 [melvin]     0.7.6claws47
8219
8220         * po/fr.po
8221                 Updated French translation
8222
8223 2002-06-13 [paul]       0.7.6claws46
8224
8225         * src/filesel.c
8226                 allow filename to be typed in, rather than just
8227                 selected by the mouse. Patch by Gustavo Noronha Silva.
8228
8229 2002-06-13 [alfons]     0.7.6claws45
8230
8231         * src/mainwindow.[ch]
8232                 more cleanups (removing unnecessary menu items Expand 
8233                 summary / message view)
8234
8235 2002-06-13 [melvin]     0.7.6claws44
8236
8237         * po/POTFILES.in
8238                 Added src/string_match.c
8239         * src/string_match.c
8240                 Fixed possible buffer overflow.
8241                 Corrected typo.
8242                 Added missing config.h header.
8243         * src/prefs_common.c
8244           src/prefs_matcher.c
8245           src/prefs_scoring.c
8246                 Made some strings translatable (missing _(..)).
8247
8248 2002-06-13 [melvin]     0.7.6claws43
8249
8250         * README.claws
8251                 Corrected action example (verifying clearsigned mail).
8252         * src/prefs_account.c
8253                 Corrected typo.
8254         * src/prefs_common.c
8255                 Removed incorrect line that generated a Gtk-CRITICAL msg.
8256
8257 2002-06-12 [alfons]     0.7.6claws42
8258
8259         * src/summaryview.c
8260                 add init of score column lost in 0.7.6claws42
8261
8262 2002-06-12 [paul]       0.7.6claws41
8263
8264         * src/prefs_account.c
8265                 CREATE_RADIO_BUTTONS(): fixed a typo and corrected the 
8266                 behavior of the radio buttons, (from 0.7.7cvs2)
8267
8268 2002-06-11 [alfons]     0.7.6claws40
8269
8270         * src/messageview.[ch]
8271         * src/summaryview.[ch]
8272         * src/summary_search.c
8273         * src/mainwindow.c
8274                 perform a sync to bring in Hiro's separate view implementation 
8275
8276                 (NOTE: may still be buggy; 0.7.6claws39 marked as LAST_STABLE)
8277
8278 2002-06-11 [paul]       0.7.6claws39
8279         
8280         * src/prefs_account.c
8281                 correct a typo on the Receive tab
8282
8283 2002-06-10 [match]      0.7.6claws38
8284
8285         * src/addressbook.c
8286                 Included address completion patch from Gustavo Noronha.
8287
8288 2002-06-10 [paul]       0.7.6claws37
8289
8290         * src/inc.[ch]
8291           src/pop.c
8292           src/prefs_account.[ch]
8293           src/selective_download.[ch]
8294                 apply PATCH #561712
8295                  NEW:
8296                 - check if POP Account
8297                 - Receive Button renamed to Preview
8298                 - Preview Button Popup: preview new/all messages
8299                 - Download Button
8300                 - Account Preferences-->Receive tab checkbutton if you
8301                   want to remove Mail after Download
8302                 -: default YES
8303                 - Account Preferences-->Receive tab checkbutton use
8304                   filtering rules on preview
8305                   (think of delete_on_server)
8306                 -: default YES
8307                 - Account selectable from SD dialog
8308                 - checkbutton to show already downloaded messages if
8309                   all messages are previewed
8310                 - new clist column showing Date
8311                 - ESC KEY close
8312                 FIXES:
8313                 - play ball with UIDL
8314                 - fault tolerant (?) 
8315                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
8316
8317 2002-06-10 [melvin]     0.7.6claws36
8318
8319         * README.claws
8320                 Added a hint to ac/README in cvs instructions.
8321
8322         * src/prefs_actions.c
8323                 Made it possible to use a more elaborate command line
8324                 for asynchronous actions, too.
8325
8326 2002-06-10 [melvin]     0.7.6claws35
8327         
8328         * src/prefs_actions.c
8329                 Make it possible to use a more elaborate command line
8330                 (e.g. |foo|bar|cat>there;echo Done|)
8331                 Corrected error message when calling %f, %F and %p commands
8332                 from the compose window.
8333
8334 2002-06-09 [colin]      0.7.6claws34
8335
8336         * src/summaryview.c
8337                 Automatically find unread messages in current folder
8338                 before annoying the user.
8339
8340 2002-06-08 [alfons]     0.7.6claws33
8341
8342         * po/it.po
8343                 remove bad formatting string in it.po translation
8344                 (close "[ 548336 ] --debug segfaults!!! with it_IT@euro")
8345
8346 2002-06-08 [paul]       0.7.6claws32
8347
8348         * sync with 0.7.6cvs25
8349                 see ChangeLog 2002-06-07
8350
8351 2002-06-05 [paul]       0.7.6claws31
8352
8353         * src/mainwindow.c
8354                 add 'Sort by locked' and 'Sort by score'
8355
8356 2002-06-05 [paul]       0.7.6claws30
8357
8358         * sync with 0.7.6cvs24
8359                 see ChangeLog 2002-06-04
8360
8361 2002-06-04 [paul]       0.7.6claws29
8362
8363         * po/pt_BR.po
8364                 updated by Fabio Junior Beneditto
8365
8366 2002-06-03 [thorsten]   0.7.6claws28
8367
8368         * src/matcher.c
8369                 fclose() matcherrc after reading
8370
8371 2002-06-03 [paul]       0.7.6claws27
8372
8373         * sync with 0.7.6cvs21
8374                 see ChangeLog 2002-05-31
8375
8376 2002-05-31 [paul]       0.7.6claws26
8377
8378         * sync with 0.7.6cvs20
8379                 see ChangeLog 2002-05-29 and 2002-05-30
8380
8381 2002-05-31 [paul]       0.7.6claws25
8382
8383         * src/imap.c
8384                 hopefully fix last buggy sync
8385
8386         * README.claws
8387                 correct typo in 'Actions' examples
8388
8389 2002-05-29 [paul]       0.7.6claws24
8390
8391         * sync with 0.7.6cvs18
8392                 see ChangeLog 2002-05-28 and 2002-05-29
8393
8394         * src/news.c
8395           src/nntp.[ch]
8396                 sync with above 
8397
8398 2002-05-28 [paul]       0.7.6claws23
8399
8400         * sync with 0.7.6cvs16
8401                 see ChangeLog 2002-05-28
8402
8403 2002-05-27 [thorsten]   0.7.6claws22 
8404
8405         * faq/it/sylpheed-faq-1.html
8406           faq/it/sylpheed-faq-2.html
8407           faq/it/sylpheed-faq-3.html
8408           faq/it/sylpheed-faq.html
8409                 corrected DOS lineendings
8410         * faq/de/sylpheed-faq-1.html
8411           faq/de/sylpheed-faq-2.html
8412           faq/en/sylpheed-faq-1.html
8413           faq/en/sylpheed-faq-2.html
8414           faq/en/sylpheed-faq-3.html
8415           faq/es/sylpheed-faq-1.html
8416           faq/es/sylpheed-faq-2.html
8417           faq/es/sylpheed-faq-3.html
8418           faq/fr/sylpheed-faq-1.html
8419           faq/it/sylpheed-faq-1.html
8420           faq/it/sylpheed-faq-2.html
8421           faq/it/sylpheed-faq-3.html
8422           faq/it/sylpheed-faq.html
8423                 changed ">" to &quot;
8424
8425 2002-05-27 [paul]       0.7.6claws21
8426         
8427         * sync with 0.7.6cvs15
8428                 see ChangeLog 2002-05-27
8429
8430 2002-05-27 [paul]       0.7.6claws20
8431
8432         * src/prefs_account.c
8433                 correct a typo
8434
8435 2002-05-26 [paul]       0.7.6claws19
8436
8437         * tools/README
8438                 correct a typo
8439
8440 2002-05-25 [paul]       0.7.6claws18
8441
8442         * tools/README
8443                 add description of kmail2sylpheed.pl
8444
8445 2002-05-25 [paul]       0.7.6claws17
8446
8447         * tools/kmail2sylpheed.pl       ** NEW FILE **
8448                 perl script that converts an exported Kmail address
8449                 book, converts it to sylpheed addressbook file,
8450                 writes the file to .sylpheed, and updates
8451                 addrbook--index.xml 
8452
8453 2002-05-25 [paul]       0.7.6claws16
8454
8455         * sync with 0.7.6cvs14
8456                 see ChangeLog 2002-05-23
8457
8458 2002-05-24 [paul]       0.7.6claws15
8459
8460         * README.claws
8461                 make a correction and add some more info
8462
8463 2002-05-24 [paul]       0.7.6claws14
8464
8465         * src/compose.c
8466                 fix memory leak in 
8467                 compose_redirect_write_headers_from_headerlist()
8468                 add Subject and Resent-Message-ID to
8469                 compose_redirect_write_headers()
8470                 Received, Subject, and X-UIDL are filtered out in 
8471                 compose_redirect_write_to_file()
8472
8473 2002-05-23 [paul]       0.7.6claws13
8474
8475         * src/compose.[ch]
8476           src/filtering.c
8477           src/mainwindow.c
8478           src/matcher.[ch]
8479           src/matcher_parser_lex.l
8480           src/matcher_parser_parse.y
8481           src/prefs_common.[ch]
8482           src/prefs_filtering.c
8483           src/summaryview.c
8484                 rename 'Bounce' to 'Redirect'
8485
8486 2002-05-23 [paul]       0.7.6claws12
8487
8488         * more sync with 0.7.6cvs13
8489           src/compose.c
8490                 see ChangeLog 2002-05-22
8491
8492 2002-05-22 [paul]       0.7.6claws11
8493
8494         * sync with 0.7.6cvs13
8495           src/codeconv.c
8496                 see ChangeLog 2002-05-20
8497           src/prefs_common.c
8498                 see ChangeLog 2002-05-22
8499
8500 2002-05-21 [melvin]     0.7.6claws10
8501
8502         * src/folderview.c
8503                 Added missing filtering and scoring headers
8504                 Fixed bad function call that showed garbage 
8505                 in Folder->Processing
8506
8507 2002-05-21 [paul]       0.7.6claws9
8508
8509         * tools/Makefile.am
8510                 make all tools executable, (patch by Alfons).
8511
8512 2002-05-20 [alfons]     0.7.6claws8
8513
8514         * src/procheader.c
8515                 don't forget to call mktime() so we have a valid week 
8516                 and year day
8517                 (Bug report by Roger Sondermann <mail@jumaros.de>)
8518
8519 2002-05-20 [paul]       0.7.6claws7
8520
8521         * src/html.c
8522                 fix broken parsing of urls
8523         * src/textview.c
8524                 fix displaying of urls
8525
8526                 both fixes from the patch [547855] by Eugene 
8527                 Brevdo (zonem)
8528
8529 2002-05-19 [alfons]     0.7.6claws6
8530
8531         * configure.in
8532                 make sylpheed configure correctly with the latest
8533                 and greatest of automake / autoconf / gettext
8534
8535 2002-05-19 [alfons]     0.7.6claws5
8536
8537         * src/procheader.c
8538         * src/procheader.h
8539                 add function for returning ime zone offset
8540         * src/quote_fmt.c
8541         * src/quote_fmt_parse.y
8542                 better quotation formatting - does not convert
8543                 to local time, but uses the original date string.
8544                 
8545                 Note: %z inserts the timezone offset (should 
8546                 work also on platforms where strftime does not
8547                 support %z).
8548
8549 2002-05-18 [christoph]  0.7.6claws4
8550
8551         * src/summaryview.c
8552                 fix indentation of some code
8553         * tools/Makefile.am
8554                 fix spaces after \
8555         * src/Makefile.am
8556                 add missing \
8557                 correct path for ignorethread.xpm
8558                 incorrect filename for sylpheed_logo.xpm
8559                 add missing include matcher_parser_parse.h
8560
8561 2002-05-18 [paul]       0.7.6claws3
8562
8563         * sync with 0.7.6cvs8
8564                 see ChangeLog 2002-05-16 and 2002-05-17
8565
8566 2002-05-18 [melvin]     0.7.6claws2
8567
8568         * README.claws
8569                 Corrected an action's definition and fixed some misspellings.
8570
8571 2002-05-18 [paul]       0.7.6claws1
8572
8573         * tools/Makefile.am
8574           tools/gpg-sign        ** new file **
8575           tools/uudec           ** new file **
8576                 add Melvin's Actions scripts
8577
8578         * README.claws
8579                 add Melvin's descriptions for Actions
8580
8581 2002-05-18 [paul]       0.7.6claws
8582
8583         * Version 0.7.6claws released
8584
8585 2002-05-17 [paul]       0.7.5claws32
8586
8587         * po/es.po
8588                 updated by Ricardo Mones Lastra
8589
8590 2002-05-17 [paul]       0.7.5claws31
8591
8592         * src/compose.c
8593                 fix Account prefs default folder for sent/draft/deleted
8594                 messages bug
8595
8596         * po/it.po
8597           po/nl.po
8598                 updated translation by Alessandro Maestri and
8599                 Wilbert Berendsen
8600
8601 2002-05-17 [melvin]     0.7.5claws30
8602
8603         * src/prefs_actions.c
8604                 Fixed bug where using %F not at the end of the command 
8605                 resulted in an additional empty argument being created.
8606                 Thanks to Darko Koruga for reporting the bug.
8607
8608 2002-05-17 [melvin]     0.7.5claws29
8609
8610         * po/fr.po
8611                 Updated French translations.
8612
8613 2002-05-15 [paul]       0.7.5claws28
8614         
8615         * po/es.po
8616                 updated by Ricardo Mones Lastra
8617
8618 2002-05-15 [paul]       0.7.5claws27
8619
8620         * sync with 0.7.6cvs4
8621                 see ChangeLog 2002-05-14 and 2002-05-15
8622
8623 2002-05-14 [paul]       0.7.5claws26
8624
8625         * sync with 0.7.6cvs1
8626                 see ChangeLog 2002-05-13
8627
8628 2002-05-13 [thorsten]   0.7.5claws25
8629
8630         * src/messageview.c
8631                 fix select_all and copy in multipart messages
8632         * src/mainwindow.c
8633                 fix select_all and copy in multipart messages
8634
8635 2002-05-12 [paul]       0.7.5claws24
8636
8637         * src/summaryview.c
8638                 reverse last commit, bug already fixed in 0.7.5claws3
8639
8640 2002-05-12 [netztorte]  0.7.5claws23
8641
8642         * src/summaryview.c
8643                 dont parse empty addressbook (checked in before claws20)
8644
8645 2002-05-12 [melvin]     0.7.5claws22
8646
8647         * src/procmsg.[ch]
8648                 Removed unneeded priority code introduced by the previous 
8649                 commit.
8650
8651 2002-05-12 [melvin]     0.7.5claws21
8652
8653         * src/compose.[ch]
8654                 Added possibility to set message's priority.
8655         * src/procmsg.[ch]
8656                 Added possibility to set message's priority.
8657                 Added missing headers
8658
8659 2002-05-12 [melvin]     0.7.5claws20
8660
8661         * src/prefs_actions.c
8662                 Removed implicitely added quotes around the name
8663                 of the temporary files of mime parts.
8664
8665 2002-05-12 [paul]       0.7.5claws19
8666
8667         * sync with 0.7.5cvs20
8668                 see ChangeLog 2002-05-11
8669
8670 2002-05-12 [alfons]     0.7.5claws18
8671
8672         * src/quote_fmt_lex.l
8673         * src/quote_fmt_parse.y
8674                 allow quote / reply date & time format to be set using
8675                 %D{format}. format is a format string you'd pass to
8676                 strftime() (see man strftime, or the Display tab |
8677                 Date format setting).
8678
8679                 Currently %D converts the date to local time. 
8680
8681 2002-05-11 [paul]       0.7.5claws17
8682
8683         * sync with 0.7.5cvs19 (except src/prefs_folder_item.c)
8684                 see ChangeLog 2002-05-10 and 2002-05-11
8685
8686 2002-05-10 [paul]       0.7.5claws16
8687
8688         * sync with 0.7.5cvs16
8689                 see ChangeLog entries 2002-05-09 and 
8690                 2002-05-10
8691
8692 2002-05-10 [colin]      0.7.5claws15
8693
8694         * src/textview.c
8695                 Corrected a bug that prevented sylpheed to open
8696                 double-clicked URIs.
8697
8698 2002-05-09 [paul]       0.7.5claws14
8699
8700         * sync with 0.7.5cvs14
8701                 see ChangeLog 2002-05-08 and 2002-05-09
8702
8703 2002-05-08 [paul]       0.7.5claws13
8704
8705         * sync with 0.7.5cvs11
8706                 see ChangeLog entry 2002-05-08
8707
8708 2002-05-08 [paul]       0.7.5claws12
8709
8710         * src/mainwindow.c
8711           src/textview.[ch]
8712                 fix segfault on View->Open in new window
8713                 patch submitted by Thorsten Maerz <torte@netztorte.de>
8714
8715 2002-05-07 [paul]       0.7.5claws11
8716
8717         * sync with 0.7.5cvs9
8718                 see ChangeLog entry 2002-05-07
8719
8720 2002-05-06 [paul]       0.7.5claws10
8721
8722         * src/messageview.c
8723           src/textview.c
8724                 display url in statusbar on single-click
8725                 patch submitted by Thorsten Maerz <torte@netztorte.de>
8726
8727 2002-05-06 [match]      0.7.5claws9
8728
8729         * src/addritem.[ch]
8730                 new functions.
8731         * src/addrcache.c
8732                 tidy up.
8733         * src/xmlprops.[ch]
8734                 XML implementation of properties file.
8735         * src/exporthtml.[ch]
8736         * src/expthtmldlg.[ch]
8737         * src/addressbook.c
8738                 export to HTML.
8739
8740 2002-05-02 [sergey]     0.7.5claws8
8741
8742         * src/mainwindow.c (mainwin_entries),
8743           src/prefs_common.c (prefs_send_create()),
8744           src/codeconv.c (locale_table):
8745                 use charset name "Windows-1251" instead of "CP1251".
8746
8747 2002-05-02 [colin]      0.7.5claws7
8748         
8749         * src/compose.c
8750           src/prefs_common.c
8751           src/prefs_folder_item.c
8752                 Fixed cosmetics bugs due to Outbox renamed to Sent.
8753
8754 2002-05-02 [hiro]       0.7.5claws6
8755
8756         * src/imap.c
8757                 sync the change for QUOTE_IF_REQUIRED() macro with 0.7.5cvs7.
8758
8759 2002-05-02 [paul]       0.7.5claws5
8760
8761         * src/compose.c
8762                 more sync with 0.7.5cvs7, see ChangeLog entry
8763                 2002-05-02
8764
8765 2002-05-02 [hiro]       0.7.5claws4
8766
8767         * src/compose.c
8768                 compose_queue_sub():
8769                 check if queue folder exists (closes #550397).
8770                 removed directory creation since it should be handled
8771                 transparently.
8772         * src/imap.c
8773                 imap_add_msg(): return UID for appended message
8774                 (closes #548842).
8775
8776 2002-04-30 [paul]       0.7.5claws3
8777
8778         * src/summaryview.c
8779                 fix account_find_from_address() bug
8780
8781 2002-04-28 [colin]      0.7.5claws2
8782
8783         * src/compose.c
8784           src/textview.c
8785           src/prefs_common.[ch]
8786           src/utils.[ch]
8787                 Added user-definable quotation characters recognition.
8788
8789 2002-04-28 [paul]       0.7.5claws1
8790
8791         * sync with 0.7.5cvs4
8792                 see ChangeLog entry  2002-04-25
8793
8794 2002-04-28 [paul]       0.7.5claws
8795
8796         * po/es.po
8797           po/nl.po
8798           po/pt_BR.po
8799                 updated by Ricardo Mones Lastra, Wilbert Berendsen, and
8800                 Fabio Junior Beneditto
8801
8802 2002-04-27 [jens]       0.7.4claws103
8803
8804         * po/de.po
8805                 updated German translation.
8806
8807 2002-04-27 [hiro]       0.7.4claws102
8808
8809         * src/summaryview.c
8810                 summary_write_cache(): fixed the mark loss of hidden messages.
8811
8812 2002-04-26 [melvin]     0.7.4claws101
8813
8814         * src/procmsg.c
8815                 fixed a second typo (same one)
8816         * po/fr.po
8817           po/it.po
8818           po/pt_BR.po
8819                 fixed the type again...
8820
8821 2002-04-26 [melvin]     0.7.4claws100
8822
8823         * src/procmsg.c
8824                 fixed a typo in an alert message ("temorary").
8825         * po/it.po
8826         * po/pt_BR.po
8827                 corrected the typo  described above.
8828         * po/fr.po
8829                 updated French translation.
8830
8831 2002-04-26 [darko]      0.7.4claws99
8832
8833         * src/summaryview.c
8834                 fix target folder colorization
8835
8836 2002-04-25 [paul]       0.7.4claws98
8837
8838         * po/it.po
8839                 updated by Alessandro Maestri
8840
8841 2002-04-24 [colin]      0.7.4claws97
8842         
8843         * src/compose.c
8844                 Fixed double "subject is empty" question.
8845
8846 2002-04-23 [colin]      0.7.4claws96
8847         
8848         * src/mimeview.c
8849                 Corrected issue when "automatically display images" was
8850                 not set : first image remained after selecting second.
8851
8852 2002-04-23 [melvin]     0.7.4claws95
8853
8854         * src/prefs_actions.c
8855                 Don't display in/out dialog if there is nothing to show.
8856
8857 2002-04-23 [paul]       0.7.4claws94
8858
8859         * sync with 0.7.5cvs3
8860                 bug fixes: see ChangeLog entry 2002-04-23
8861
8862 2002-04-22 [darko]      0.7.4claws93
8863
8864         * src/compose.c
8865                 fix previous check-in which changed code after
8866                 merge from main
8867
8868 2002-04-22 [paul]       0.7.4claws92
8869
8870         * faq/de/*
8871                 add German FAQ
8872         * faq/en/*
8873           faq/es/*
8874           faq/fr/*
8875                 update English, Spanish and French FAQs
8876         * manual/de/*
8877           manual/es/*
8878                 add German and Spanish manuals
8879         * manual/en/*
8880           manual/fr/*
8881                 update English and French manuals
8882
8883         * src/Makefile.am
8884                 add to and re-arrange the pixmap entries
8885
8886 2002-04-22 [darko]      0.7.4claws91
8887
8888         * src/compose.c
8889                 fix sender initials recognition to only allow
8890                 '>' after the initials
8891
8892 2002-04-21 [paul]       0.7.4claws90
8893
8894         * sync with 0.7.5 release
8895                 see ChangeLog entry 2002-04-21
8896
8897 2002-04-21 [alfons]
8898
8899         * src/Makefile.am
8900                 add colin's new pixmaps to EXTRA_DIST
8901
8902 2002-04-21 [colin]      0.7.4claws89
8903         * src/compose.c
8904         * src/inc.c
8905         * src/mainwindow.[ch]
8906         * src/prefs_common.[ch]
8907         * src/stock_pixmap.[ch]
8908                 Added "Work offline" ability.
8909
8910 2002-04-21 [colin]      0.7.4claws88
8911         
8912         * src/mimeview.c
8913         * src/prefs_common.c
8914         * src/prefs_common.h
8915         * src/textview.c : Added an option to common preferences -> display
8916           to allow user not to automatically display images.
8917
8918 2002-04-21 [paul]       0.7.4claws87
8919
8920         * sync with 0.7.4cvs52
8921                 see ChangeLog entry 2002-04-21 (src/imap.c)
8922
8923 2002-04-21 [paul]       0.7.4claws86
8924
8925         * sync with 0.7.4cvs51
8926                 see ChangeLog entry 2002-04-21
8927
8928 2002-04-21 [paul]       0.7.4claws85
8929
8930         * sync with 0.7.4cvs49
8931                 see ChangeLog entries 2002-04-20 and 2002-04-21
8932
8933         * src/Makefile.am
8934                 clean up: remove old 'stock_' element from xpm 
8935                 filenames.
8936
8937 2002-04-21 [alfons]     0.7.4claws84
8938
8939         apply sync patch from Paul
8940
8941         * src/folderview.c
8942                 use old claws prefs_folder_item_create() for now
8943
8944 2002-04-19 [match]      0.7.4claws83
8945
8946         * src/addressbook.[ch]
8947         * src/addrharvest.[ch]
8948         * src/addrgather.[ch]
8949                 recurse folders.
8950         * src/mainwindow.c
8951         * src/summaryview.[ch]
8952                 change menu option.
8953
8954 2002-04-19 [paul]       0.7.4claws82
8955
8956         * po/pt_BR.po
8957                 updated by Fabio Junior Beneditto
8958
8959 2002-04-14 [alfons]     0.7.4claws81
8960
8961         * src/passphrase.c
8962                 add #include <sys/types.h> for mode_t and off_t 
8963
8964 2002-04-13 [paul]       0.7.4claws80
8965         
8966         * src/main.c
8967           src/passphrase.[ch]
8968           src/pgptext.c
8969           src/prefs_common.[ch]
8970           src/rfc2015.c
8971                 enable storing of GnuPG passphrase for the whole 
8972                 session or a user-defined number of minutes. patch 
8973                 submitted by Ravemax <ravemax@dextrose.com>
8974
8975 2002-04-13 [alfons]     0.7.4claws79
8976
8977         * src/textview.c
8978                 make email parser also stop scanning when encountering separators
8979                 ',' and ';' (reported by Fabien Vantard <fvantard@opsion.fr>)
8980
8981 2002-04-13 [paul]       0.7.4claws78
8982
8983         * sync with 0.7.4cvs39
8984                 see ChangeLog entry 2002-04-12
8985
8986 2002-04-11 [paul]       0.7.4claws77
8987
8988         * sync with 0.7.4cvs37
8989                 see ChangeLog entry 2002-04-11
8990
8991 2002-04-11 [paul]       0.7.4claws76
8992
8993         * COPYING 
8994                 re-licensed (removal of "NO-VIRUS CLAUSE" and addition of
8995                 the clause for OpenSSL). sync with sylpheed main
8996
8997 2002-04-09 [melvin]     0.7.4claws75
8998
8999         * src/compose.c
9000                 Made 'Ctrl-Enter' on send ignore some modifiers 
9001                 (LOCK_MASK, MOD2, MOD3, MOD4, MOD5). Make it possible
9002                 to bind other *-Enter (but not Alt-Enter).
9003
9004 2002-04-09 [paul]       0.7.4claws74
9005
9006         * sync with 0.7.4cvs35
9007                 see ChangeLog entries 2002-04-09
9008
9009 2002-04-08 [paul]       0.7.4claws73
9010
9011         * sync with 0.7.4cvs33
9012                 see ChangeLog entry 200-04-08
9013
9014 2002-04-07 [match]      0.7.4claws72
9015
9016         * src/addrharvest.[ch]
9017                 fixed to read all addresses in header, regardless
9018                 of header size. improved name parsing. accommodate
9019                 harvest from folders and selected message.
9020         * src/addritem.[ch]
9021                 included new address parsing function.
9022         * src/addrgather.[ch]
9023         * src/addressbook.[ch]
9024         * src/summaryview.[ch]
9025         * src/mainwindow.c
9026                 allow address harvest of folder as well as selected
9027                 messages.
9028
9029 2002-04-07 [paul]       0.7.4claws71
9030
9031         * src/esmtp.[ch]
9032           src/smtp.c
9033                 don't try to authenticate with CRAM-MD5 in SMTP when 
9034                 SMTP-AUTH enabled if MTA doesn't issue this 
9035                 auth-method in it's ehlo-response. bug item #531364,
9036                 patch item #938910. patch submitted by Colin Leroy 
9037                 <colin@colino.net>
9038
9039 2002-04-07 [paul]       0.7.4claws70
9040
9041         * src/nntp.c
9042                 fix missing MODE_READER bug. patch submitted by
9043                 Colin Leroy <colin@colino.net>
9044
9045 2002-04-07 [alfons]     0.7.4claws69
9046
9047         * src/matcher.[ch]
9048         * src/prefs_filtering.c
9049         * src/summaryview.c
9050                 escape \' and \" in strings passed as filtering strings; bug report by Alex Evseev.
9051                 (see http://www.geocrawler.com/lists/3/SourceForge/11619/25/8279435/)
9052
9053 2002-04-07 [paul]       0.7.4claws68
9054
9055         * sync with 0.7.4cvs32
9056                 see ChangeLog entry 2002-04-06
9057
9058         * tools/filter_conv.pl
9059                 more bug fixes
9060
9061 2002-04-06 [paul]       0.7.4claws67
9062
9063         * tools/filter_conv.pl
9064                 modify to be able to find the name of the first
9065                 mailbox and use that. main's filter does not
9066                 record the full path to the mailbox and therefore
9067                 can only filter to the first mailbox.
9068
9069 2002-04-05 [paul]       0.7.4claws66
9070
9071         * tools/filter_conv.pl
9072                 attempt to make the script all-encompassing and
9073                 be able to convert any main 'filter' rule thrown
9074                 at it
9075
9076 2002-04-05 [paul]       0.7.4claws65
9077
9078         * tools/filter_conv.pl
9079                 allow for collapsed folder trees
9080
9081 2002-04-05 [paul]       0.7.4claws64
9082
9083         * sync with 0.7.4cvs31
9084                 see ChangeLog entries 2002-04-05
9085
9086 2002-04-03 [paul]       0.7.4claws63
9087
9088         * sync with 0.7.4cvs29
9089                 see ChangeLog entries 2002-04-02 and 2002-04-03
9090
9091 2002-04-02 [paul]       0.7.4claws62
9092
9093         * sync with 0.7.4cvs26
9094                 see ChangeLog entry 2002-04-01
9095
9096 2002-04-02 [match]      0.7.4claws61
9097
9098         * src/pine.[ch]
9099         * src/importpine.[ch]
9100         * src/addressbook.c
9101                 import Pine address book.
9102
9103 2002-04-02 [match]      0.7.4claws60
9104
9105         * src/addrharvest.[ch]
9106                 improve address parsing of funky addresses.
9107
9108 2002-04-02 [darko]      0.7.4claws59
9109
9110         * src/compose.c
9111                 wrap on send improvements, it now recognizes quoted
9112                 initials as part of the quotation string, and it
9113                 does not join lines separated by CR
9114
9115 2002-04-01 [match]      0.7.4claws58
9116
9117         * src/mgutils.[ch]
9118                 added new functions.
9119         * src/mutt.[ch]
9120                 remove excessive duplicate address generation
9121                 on import.
9122
9123 2002-04-01 [alfons]     0.7.4claws57
9124         
9125         * src/summaryview.c
9126                 put back g_free() 
9127
9128 2002-04-01 [paul]       0.7.4claws56
9129
9130         * sync with 0.7.4cvs25
9131                 see ChangeLog entry 2002-04-01
9132
9133 2002-04-01 [alfons]     0.7.4aprilfool55
9134
9135         * src/summaryview.c
9136                 honour feature request item #537427 to allow for
9137                 displaying names from address book for sent mail also
9138
9139 2002-03-29 [paul]       0.7.4claws54
9140
9141         * src/mainwindow.c
9142           src/prefs_filtering.[ch]
9143           src/prefs_matcher.c
9144           src/summaryview.c
9145                 add 'fast filter' for claws' filtering,
9146                 /Tools/Create filter rule/... patch submitted
9147                 by Neill Miller <neillm@thecodefactory.org>
9148
9149 2002-03-29 [paul]       0.7.4claws53
9150
9151         * sync with 0.7.4cvs24
9152                 see ChangeLog entry 2002-03-29
9153
9154 2002-03-28 [paul]       0.7.4claws52
9155
9156         * sync with 0.7.4cvs23
9157                 see ChangeLog entry 2002-03-28
9158
9159 2002-03-27 [melvin]     0.7.4claws51
9160
9161         * src/prefs_actions.c
9162                 Added support to pass only one message part (as a
9163                 file) to the command using '%p'. No quotes are needed
9164                 because doubles quotes are automatically added.
9165                 Fixed bug where Sylpheed could block when waiting for
9166                 a child process to finish.
9167                 Changed the help menu to remove quotes around symbols to 
9168                 avoid misinterpretation (they must not be used).
9169
9170 2002-03-27 [melvin]     0.7.4claws50
9171
9172         * src/inc.c
9173                 Made the new mail notification command always 
9174                 execute asynchronously.
9175
9176 2002-03-27 [paul]       0.7.4claws49
9177
9178         * src/compose.c
9179                 fix bug introduced in last commit
9180
9181 2002-03-27 [paul]       0.7.4claws48
9182
9183         * sync with 0.7.4cvs21
9184                 see ChangeLog 2002-03-26 and 2002-03-27
9185
9186 2002-03-26 [hoa]        0.7.4claws47
9187
9188         * src/prefs_folder_item.c
9189                 really fixed the bug #516442 with folder rescan.
9190
9191 2002-03-26 [paul]       0.7.4claws46
9192
9193         * sync with 0.7.4cvs19
9194                 see ChangeLog entries 2002-03-25 and 2002-03-26
9195
9196 2002-03-25 [hoa]        0.7.4claws45
9197
9198         * src/matcher.c
9199         * src/mh.c
9200                 fix the bug #516442 with folder rescan.
9201
9202         * src/prefs_common.[ch]
9203         * src/compose.c
9204                 added an option to enable two different behaviours
9205                 for bounce.
9206
9207
9208 2002-03-25 [paul]       0.7.4claws44
9209
9210         * src/mainwindow.c
9211           src/selective_download.c
9212                 correct a few menuitem labels
9213
9214 2002-03-25 [christoph]  0.7.4claws43
9215
9216         * src/procmsg.c
9217                 fix non deleted tmp message in
9218                 procmsg_save_to_outbox
9219                 fix problems caused by sync with
9220                 main branch's procmsg_send_queue
9221
9222 2002-03-25 [paul]       0.7.4claws42
9223
9224         * src/quote_fmt.c
9225           src/quote_fmt_lex.l
9226           src/quote_fmt_parse.y
9227                 add Last name (%L) placeholder for quoting. 
9228                 patch submitted by Thorsten Thielen 
9229                 <thth@users.sourceforge.net>
9230
9231 2002-03-25 [paul]       0.7.4claws41
9232
9233         * src/utils.c
9234                 get full hostname. patch submitted by
9235                 Bob Woodside <rwoodside1@comcast.net>
9236
9237 2002-03-25 [paul]       0.7.4claws40
9238
9239         * src/account.c
9240           src/news.c
9241           src/nntp.[ch]
9242           src/prefs_account.[ch]
9243                 enable NNTP over SSL. patch submitted by
9244                 Pascal Jermini <pascal@infinity.hn.org>
9245
9246 2002-03-24 [paul]       0.7.4claws39
9247
9248         * src/prefs_common.c
9249                 make the arrangement of the Compose tab more
9250                 coherent
9251
9252         * src/mainwindow.c
9253                 fix some irregularities of style
9254
9255         * po/de.po
9256                 updated by Kilian Krause
9257
9258 2002-03-23 [paul]       0.7.4claws38
9259
9260         * po/pt_BR.po
9261                 updated by Fabio Junior Beneditto
9262
9263 2002-03-23 [paul]       0.7.4claws37
9264
9265         * src/mainwindow.c
9266                 move 'Gather addresses' to 'Tools' menu
9267                 make 'Selective download' sensitive
9268
9269 2002-03-23 [paul]       0.7.4claws36
9270
9271         * sync with 0.7.4cvs16
9272                 see ChangeLog entries 2002-03-23
9273
9274 2002-03-22 [christoph]  0.7.4claws35
9275
9276         * src/quote_fmt_parse.y
9277                 fix include program output
9278
9279 2002-03-22 [alfons]     0.7.4claws34
9280
9281         * src/pop.c
9282                 initialize GDate stack variable correctly (sorry!)
9283
9284 2002-03-22 [paul]       0.7.4claws33
9285
9286         * src/compose.c
9287           src/mainwindow.c
9288           src/prefs_actions.c
9289           src/prefs_common.c
9290                 rename 'Tool' to 'Tools'
9291
9292         * src/mainwindow.c
9293                 move 'Delete duplicated messages' from
9294                 'Message/' to 'Tools/'
9295                 re-arrange the order of 'Tools/' items
9296
9297 2002-03-22 [paul]       0.7.4claws32
9298
9299         * src/addr_compl.c
9300           src/addressbook.[ch]
9301                 auto-address completion now also matches on
9302                 Nickname. patch submitted by Bob Forsman 
9303                 <hammor@users.sourceforge.net>
9304
9305         * src/editaddress.c
9306                 correct a spelling mistake
9307
9308 2002-03-22 [alfons]     0.7.4claws31
9309
9310         * src/pop.c
9311                 fix getting uidl from incorrect string 
9312                 (spotted by Colin)
9313
9314 2002-03-21 [alfons]     0.7.4claws30
9315
9316         * src/pop.c
9317                 more code refactoring
9318                 plug mem leak introduced by delete on server
9319
9320 2002-03-21 [paul]       0.7.4claws29
9321
9322         * sync with 0.7.4cvs11
9323                 see ChangeLog entries 2002-03-20
9324
9325 2002-03-20 [alfons]     0.7.4claws28
9326
9327         * src/inc.c
9328                 apply Colin's patch and refactor
9329
9330 2002-03-20 [paul]       0.7.4claws27
9331
9332         * sync with sylpheed 0.7.4cvs9
9333                 see ChangeLog entry 2002-03-20
9334
9335 2002-03-19 [christoph]  0.7.4claws26
9336
9337         * src/mh.c
9338         * src/procmsg.[ch]
9339         * src/summaryview.c
9340                 revert changes for flag updates
9341                 (does not work correctly and no time to debug)
9342
9343 2002-03-20 [alfons]     0.7.4claws25
9344
9345         * src/pop.c
9346                 refactor should_delete() a little bit 
9347
9348 2002-03-19 [paul]       0.7.4claws24
9349
9350         * src/inc.[ch]
9351           src/pop.c
9352           src/prefs_account.[ch]
9353                 allow the user to leave downloaded mail on the 
9354                 server for n days. Patch submitted by Colin Leroy 
9355                 <colin@colino.net>
9356
9357 2002-02-19 [paul]       0.7.4claws23
9358
9359         * sync with sylpheed 0.7.4cvs8
9360                 see ChangeLog entries 2002-03-19
9361
9362 2002-03-18 [paul]       0.7.4claws22
9363
9364         * sync with sylpheed 0.7.4cvs6
9365                 see ChangeLog entry 2002-03-18
9366
9367 2002-03-18 [paul]       0.7.4claws21
9368
9369         * po/en_GB.po
9370                 add en_GB message catalogue
9371
9372         * src/mbox_folder.c
9373           src/prefs_account.c
9374           src/prefs_actions.c
9375                 correct a few spelling mistakes
9376
9377 2002-03-17 [alfons]     0.7.4claws20
9378
9379         * src/matcher.c
9380                 more stringent checks for NULL params when writing
9381                 filtering actions to a file
9382                 
9383 2002-03-17 [hoa]        0.7.3claws20
9384
9385         * src/news.c
9386                 fixed the count of new messages
9387
9388         * src/compose.c
9389                 fixed the "attachment properties" window
9390
9391 2002-03-17 [paul]       0.7.4claws19
9392
9393         * src/defs.h
9394           src/folder.h
9395           src/news.c
9396           src/prefs_account.[ch]
9397           src/procmsg.[ch]
9398           src/summaryview.c
9399                 automatically mark cross-posted messages as read 
9400                 and (optionally) give them a colour label
9401                 Patch submitted by Stefaan Eeckels <Stefaan.Eeckels@eec.lu>
9402                 
9403
9404 2002-03-17 [paul]       0.7.4claws18
9405
9406         * sync with sylpheed 0.7.4cvs5
9407                 see ChangeLog entry 2002-03-17
9408
9409 2002-03-17 [melvin]     0.7.4claws17
9410         
9411         * src/textview.c
9412                 Worked around a gtktext 'bug': when searching for 
9413                 a text in a long message it was scrolling slowly
9414                 line by line until it hit the searched text.
9415         * po/fr.po
9416                 Updated French translation
9417
9418 2002-03-17 [melvin]     0.7.4claws16
9419
9420         * src/mainwindow.c
9421         * src/compose.c
9422         * src/prefs_actions.c
9423                 Moved "Edit/Actions" to "Tool/Actions"
9424                 Made mainwindow/compose window sensitive as soon as
9425                 no child process is running anymore even if the io dialog
9426                 is open.
9427                 Fixed a struct being initialized with a non constant char*
9428
9429 2002-03-16 [christoph]  0.7.4claws15
9430
9431         * configure.in
9432                 add --with-compiler-flags option
9433                 (only for developer hacking)
9434         * src/mh.c
9435         * src/procmsg.[ch]
9436         * src/summaryview.c
9437                 try to make folder-stats and flag handling more
9438                 independent from the summaryview. msgcounts
9439                 are only set when the folder is opened and
9440                 procmsg_msginfo_(un)set_flags will handle it
9441                 later and summaryview will get the values
9442                 from the folder.
9443
9444 2002-03-16 [paul]       0.7.4claws14
9445
9446         * src/messageview.c
9447                 fix Return-receipt. Patch submitted by Bob
9448                 Woodside <rwoodside1@comcast.net>
9449
9450 2002-03-16 [paul]       0.7.4claws13
9451
9452         * src/compose.c
9453                 fix 'dynamic' signatures, make it work again
9454                 broken during sync on 2002-03-14 (0.7.4claws2)
9455
9456 2002-03-15 [match]      0.7.4claws12
9457
9458         * src/addrharvest.[ch]
9459         * src/addrgather.[ch]
9460         * src/addressbook.[ch]
9461         * src/mainwindow.c
9462                 included address harvester feature. still some
9463                 issues with address parsing that I will fix.
9464
9465 2002-03-15 [match]      0.7.4claws11
9466
9467         * src/addrbook.[ch]
9468         * src/addrcache.[ch]
9469         * src/addressbook.[ch]
9470         * src/addrindex.c
9471         * src/editbook.c
9472         * src/importldif.c
9473         * src/importmutt.c
9474         * src/jpilot.[ch]
9475         * src/main.c
9476         * src/syldap.[ch]
9477         * src/vcard.[ch]
9478                 tidy up. fix memory leaks. moved attribs and methods
9479                 from individual interfaces to addrcache object. prep
9480                 for new stuff to come in.
9481
9482 2002-03-15 [alfons]     0.7.4claws10
9483
9484         * src/matcher.[ch]
9485         * src/matcher_parser_parse.y
9486         * src/matcher_parser_lex.l
9487         * src/prefs_matcher.c
9488                 add filtering conditions message greater than, smaller 
9489                 than, and exactly matching a size in bytes
9490                 (does not work with delete from POP3 server yet)
9491
9492                 this should also give others an idea what you should
9493                 do to add new criterions to claws filtering system
9494                 
9495
9496 2002-03-15 [paul]       0.7.4claws9
9497
9498         * tools/filter_conv.pl
9499                 exit if there are no filter rules to convert
9500                 rename filterrc to filterrc.old after completion
9501
9502 2002-03-15 [paul]       0.7.4claws8
9503
9504         * sync with sylpheed 0.7.4cvs3
9505                 see ChangeLog entry 2002-03-14
9506
9507 2002-03-14 [paul]       0.7.4claws7
9508
9509         * src/compose.c
9510                 clean up the last commit (ahem)
9511
9512 2002-03-14 [paul]       0.7.4claws6
9513
9514         * src/compose.c
9515                 fix bug #515655. honour account preferences
9516                 regarding gpg default signing/encryption when 
9517                 changing account from the compose window.
9518
9519 2002-03-14 [paul]       0.7.4claws5
9520
9521         * src/folderview.c
9522                 remove unnecessary curly brackets
9523
9524 2002-03-14 [paul]       0.7.4claws4
9525
9526         * src/folderview.c
9527           src/prefs_filtering.[ch]
9528                 add filter rename on folder rename and filter
9529                 delete on folder delete. Patch submitted by
9530                 Neill Miller <neillm@thecodefactory.org> 
9531
9532 2002-03-14 [christoph]  0.7.4claws3
9533
9534         * src/procmsg.c
9535         * src/send.c
9536                 fix local delivery
9537                 (patch submitted by "Simon 'corecode' Schubert")
9538         * src/prefs_common.c
9539         * src/procmsg.c
9540                 fix gcc 3.0 warning
9541
9542 2002-03-14 [paul]       0.7.4claws2
9543
9544         * sync with sylpheed 0.7.4cvs2
9545                 see ChangeLog entry 2002-03-13
9546
9547 2002-03-12 [darko]      0.7.4claws1
9548
9549         * src/mainwindow.c
9550                 fix what seems to be a copy and paste error
9551                 when setting color for important messages
9552                 (reported by wwp)
9553
9554 2002-03-11 [paul]       version 0.7.4claws released
9555
9556 2002-03-11 [paul]       0.7.4claws
9557
9558         * po/es.po
9559           po/it.po
9560           po/nl.po
9561           po/pt_BR.po
9562                 update message catalogs. Submitted by Ricardo Mones 
9563                 Lastra, Alessandro Maestri, Wilbert Berendsen, and 
9564                 Fabio Junior Beneditto
9565
9566         * configure.in
9567           faq/Makefile.am
9568           faq/it/Makefile
9569           faq/it/sylpheed-faq*
9570           src/mainwindow.c
9571           src/manual.[ch]
9572                 add FAQ in Italian
9573         
9574
9575 2002-03-11 [jens]       0.7.3claws7
9576
9577         * po/de.po
9578                 updated German translation
9579
9580 2002-03-11 [melvin]     0.7.3claws6
9581
9582         * po/fr.po
9583                 updated and corrected French translation
9584
9585 2002-03-10 [hoa]        0.7.3claws5
9586
9587         * src/account.c
9588         * src/inc.c
9589         * src/prefs_account.c
9590         * src/procmsg.c
9591         * src/send.[ch]
9592                 fixed the local account.
9593                 you have to change the default "/usr/sbin/sendmail"
9594                 to "/usr/sbin/sendmail -t" in the preferences of
9595                 the local account.
9596
9597         * src/procmime.c
9598                 removed some debug display for renderer
9599
9600 2002-03-10 [paul]       0.7.3claws4
9601
9602         * faq/en/sylpheed-faq-1.html
9603           faq/en/sylpheed-faq-2.html
9604                 update
9605
9606 2002-03-09 [paul]       0.7.3claws3
9607
9608         * sync with sylpheed 0.7.4
9609                 see ChangeLog entry 2002-03-09
9610
9611 2002-03-08 [paul]       0.7.3claws2
9612
9613         * faq/en/sylpheed-faq*
9614           faq/es/sylpheed-faq*
9615           faq/fr/sylpheed-faq*
9616                 update the FAQs
9617
9618         * manual/fr/.cvsignore
9619           manual/fr/Makefilea.am
9620           manual/fr/sylpheed*
9621           src/mainwindow.c
9622           src/manual.[ch]
9623                 add the French manual
9624
9625 2002-03-07 [paul]       0.7.3claws1
9626
9627         * sync with sylpheed 0.7.3cvs4
9628                 see ChangeLog entries  2002-03-06 and 2002-03-07
9629         
9630         * po/nl.po
9631                 updated by Wilbert Berendsen
9632
9633 2002-03-07 [melvin]     0.7.2claws34
9634
9635         * src/selective_download.c
9636                 Changed the pixmap of the receive button to MAIL_RECEIVE.
9637
9638 2002-03-06 [paul]       0.7.2claws33
9639
9640         * sync with sylpheed 0.7.3cvs1
9641                 bug fix, see ChangeLog entry 2002-03-05
9642
9643 2002-03-05 [paul]       0.7.2claws32
9644
9645         * src/mimeview.c
9646           src/pgptext.[ch]
9647           src/procmsg.c
9648                 reverse the pgp ascii-armored code implemented in 
9649                 0.7.2claws16. removal of this code until it matures.
9650                 this means that verifying ascii-armored pgp sigs and
9651                 automatic decryption of ascii-armored encrypted
9652                 messages no longer works.
9653
9654 2002-03-05 [paul]       0.7.2claws31
9655
9656         * configure.in
9657           Makefile.am
9658         * faq/Makefile.am
9659         * faq/en/Makefile.am
9660           faq/en/sylpheed-faq.html
9661           faq/en/sylpheed-faq-1.html
9662           faq/en/sylpheed-faq-2.html
9663           faq/en/sylpheed-faq-3.html
9664         * faq/es/Makefile.am
9665           faq/es/sylpheed-faq.html
9666           faq/es/sylpheed-faq-1.html
9667           faq/es/sylpheed-faq-2.html
9668           faq/es/sylpheed-faq-3.html
9669           faq/es/sylpheed-faq-4.html
9670         * faq/fr/Makefile.am
9671           faq/fr/sylpheed-faq.html
9672           faq/fr/sylpheed-faq-1.html
9673           faq/fr/sylpheed-faq-2.html
9674           faq/fr/sylpheed-faq-3.html
9675         * src/Makefile.am
9676           src/defs.h
9677           src/mainwindow.c
9678           src/manual.[ch]
9679                 add FAQs in English, Spanish and French
9680
9681
9682 2002-03-05 [paul]       0.7.2claws30
9683
9684         * manual/en/sylpheed.html
9685           manual/en/sylpheed-XX.html
9686                 updated the English manual
9687
9688 2002-03-05 [hoa]        
9689
9690         * src/summaryview.c
9691                 dialog box pops up if the article can't be deleted.
9692
9693 2002-03-04 [paul]       
9694         
9695         * po/pt_BR.po
9696                 updated by Fabio Junior Benedito
9697
9698 2002-03-04 [hoa]
9699
9700         * removed ac/gpgme.m4
9701                 to avoid autogen common problem
9702                 developers have to install gpgme development package now
9703
9704         * src/compose.c
9705                 encoding to 7bit or 8bit is enabled.
9706
9707 2002-03-03 [alfons]     0.7.2claws29
9708
9709         * src/pop.c
9710                 merge fix by Oliver Haertel for selective
9711                 download buglet
9712
9713 2002-03-03 [paul]       0.7.2claws28
9714         
9715         * sync with sylpheed 0.7.3
9716
9717 2002-03-03 [paul]       0.7.2claws27
9718
9719         * sync with sylpheed 0.7.2cvs24
9720                 see ChangeLog entries 2002-03-02 and 2002-03-03
9721
9722 2002-03-02 [melvin]     0.7.2claws26
9723
9724         * src/inc.[ch]
9725         * src/main.c
9726         * src/mainwindow.c
9727         * src/prefs_common.[ch]
9728                 Added user definable notification on new mail arrival.
9729                 Removed unused variables in spell checker prefs code.
9730
9731 2002-03-02 [melvin]     0.7.2claws25
9732
9733         * src/quote_fmt.c
9734                 Removed unnecessary escape sequences.
9735                 Changed 'Initial...' to 'Initials of Sender'
9736
9737 2002-03-02 [paul]       0.7.2claws24
9738
9739         * sync with sylpheed 0.7.2cvs22
9740                 see ChangeLog entry 2002-03-01
9741
9742 2002-03-01 [hoa]        0.7.2claws23
9743
9744         * src/mainwindow.c
9745                 Set sensitivity of delete actions to active
9746                 even if the folder is a newsgroup.
9747
9748         * src/summaryview.c
9749                 - Set sensitivity of delete actions
9750                 - Added function check_permission() that will check if the
9751                   user is authorized to delete a message. For news, it
9752                   will check if the author is the same.
9753                 - Enabled deletion when there is no trash folder.
9754
9755         * src/news.[ch]
9756                 - Added news_cancel_article() to cancel articles
9757                 - Implemented news_remove_message() (public function)
9758
9759 2002-03-01 [paul]       0.7.2claws22
9760
9761         * src/gtkutils.c
9762           src/textview.c
9763                 recognise urls that that don't include 'http://' and
9764                 simply begin 'www.' 
9765
9766         * AUTHORS
9767                 remove duplicated name
9768
9769 2002-02-28 [paul]       0.7.2claws21
9770
9771         * src/mainwindow.c
9772           src/summaryview.[ch]
9773                 add ability to 'Select thread'
9774                 combines Melvin's "Select thread's head" patch (#510907)
9775                 with Colin Leroy's <colin@colino.net> "Select whole thread" 
9776                 patch (#518514) 
9777
9778 2002-02-28 [paul]       0.7.2claws20
9779
9780         * src/mimeview.c
9781                 hopefully fix segfault on right-clicking a mime part
9782                 that some people have experienced.      
9783                 fix submitted by Fredrik Olofsson <frol@linux.nu>
9784
9785 2002-02-28 [paul]       0.7.2claws19
9786
9787         * sync with sylpheed 0.7.2cvs21
9788                 see ChangeLog entries 2002-02-27 and 2002-02-28
9789
9790 2002-02-27 [paul]       0.7.2claws18
9791
9792         * sync with sylpheed 0.7.2cvs18
9793                 see ChangeLog entries 2002-02-26 and 2002-02-27
9794
9795 2002-02-26 [alfons]     0.7.2claws17
9796
9797         * src/procheader.c
9798                 #undef ALLOW_HEADER_HINT (this was supposed to be undef'ed)
9799                 (spotted by Chris Hessman <idatech@gmx.net>)
9800
9801 2002-02-26 [paul]       0.7.2claws16
9802
9803         * src/mimeview.c
9804           src/pgptext.[ch]
9805           src/procmsg.c
9806                 make decryption of ascii-armored pgp encrypted messages
9807                 and verification of ascii-armored signatures work again.
9808                 slightly altered from the patch by Jens Jahnke 
9809                 <jan0sch@gmx.net>
9810
9811                 ##FIX ME##
9812                 * the checking of plaintext signatures always comes up in 
9813                   a popup box
9814                 * it doesn't work for multipart messages 
9815                 * all lines above "-----BEGIN PGP SIGNED MESSAGE-----\nHash: SHA1",
9816                   including the msg headers and these 2 line themselves, are 
9817                   not displayed
9818
9819         * src/mainwindow.c
9820                 "View/Folder Tree" becomes "View/Separate Folder Tree"
9821                 "View/Message View" becomes "View/Separate Message View"
9822                 because its less ambiguous.
9823
9824         * po/es.po
9825                 updated by Ricardo Mones Lastra
9826
9827 2002-02-26 [paul]       0.7.2claws15
9828
9829         * sync with sylpheed 0.7.2cvs17
9830                 see ChangeLog entries 2002-02-25 and 2002-02-26
9831
9832 2002-02-25 [christoph]  0.7.2claws14
9833
9834         * src/filtering.[ch]
9835         * src/inc.c
9836                 do filtering stuff after all messages have been received
9837                   1. drop all messages to .processing
9838                   2. scan processing folder for messages
9839                   3. filter messages or move to inbox
9840                 this will also find old messages left in processing after
9841                 a crash or something like that and we get a real msginfo
9842                 from folder->get_msg_list and do not have to create our
9843                 own in filter_message
9844         * src/matcher_parser_parse.y
9845                 remove MIX/MAX warning (reordered includes)
9846
9847 2002-02-25 [paul]       0.7.2claws13
9848
9849         * sync with sylpheed 0.7.2cvs15
9850                 see ChangeLog entry 2002-02-24
9851
9852 2002-02-24 [alfons]     0.7.2claws12
9853
9854         * src/filtering.c
9855                 clear old color flags first when applying a new color to
9856                 a message info. 
9857                 (spotted by Lo'oRiS il Kabukimono <lo_oris@libero.it>)
9858
9859 2002-02-24 [alfons]     0.7.2.claws11
9860         
9861         * AUTHORS
9862         * src/prefs_common.c
9863                 add presets for Opera and Konqueror, closes patch #517261,
9864                 submitted by Ville Skyttä <scop@users.sourceforge.net>
9865
9866 2002-02-24 [alfons]     0.7.2.claws10
9867
9868         * AUTHORS
9869         * src/summaryview.c
9870                 fix threading for null message ids, closes patch #521601,
9871                 submitted by Bob Forsman <hammor@users.sourceforge.net>
9872
9873 2002-02-24 [alfons]     0.7.2claws9
9874
9875         * src/summaryview.c
9876         * src/filtering.c
9877                 make Tool | Filter Message work with filtering system so
9878                 setting flags also works
9879
9880                 TODO:
9881
9882                 - Processing uses the same function as Tool | Filter
9883                   Message, but doesn't use the same update proc yet
9884
9885 2002-02-23 [paul]       0.7.2claws8
9886
9887         * sync with sylpheed 0.7.2cvs14
9888                 see ChangeLog entries 2002-02-22 and 2002-02-23
9889
9890 2002-02-22 [christoph]  0.7.2claws7
9891
9892         * src/quote_fmt.c
9893                 Add column space to table
9894         * src/quote_fmt_parse.y
9895                 Close files
9896
9897 2002-02-22 [paul]       0.7.2claws6
9898
9899         * src/Makefile.am
9900           src/defs.h
9901           src/filtering.c
9902           src/inc.[ch]
9903           src/mainwindow.c
9904           src/matcher.[ch]
9905           src/matcher_parser_lex.l
9906           src/matcher_parser_parse.y
9907           src/pop.[ch]
9908           src/prefs_account.h
9909           src/prefs_filtering.c
9910           src/selective_download.[ch]   *** NEW FILES ***
9911           src/utils.[ch]
9912           po/POTFILES.in
9913                 Selective Download added to 'Tool' menu. 
9914                 Retrieves email headers of the currently selected pop3 
9915                 account and allows the user to mark emails for deletion 
9916                 right on the pop3 server. Patch submitted by Oliver Haertel 
9917                 <oha@users.sourceforge.net>.
9918         
9919         * po/POTFILES.in
9920                 add 'src/quote_fmt.c'           
9921
9922 2002-02-22 [christoph]  0.7.2claws5
9923
9924         * src/Makefile.am
9925                 added quote_fmt.c
9926         * src/prefs_common.[ch]
9927         * src/prefs_template.c
9928         * src/quote_fmt.c               *** NEW FILE ***
9929         * src/quote_fmt.h
9930                 move quote format symbol description code
9931                 to it's own file because it is used from
9932                 differnent code parts
9933                 Rewrote symbol description GUI
9934                   + use table
9935                   + add separators
9936                   + get data from array (no more long constant strings)
9937         * src/quote_fmt_lex.l
9938         * src/quote_fmt_parse.y
9939                 Symbol for Literal % changed to \% instead of %%
9940                 (More logical as \ is used for quoting for other symbols)
9941                 Add |f and |p to include files and program output
9942                 Examples:
9943                     |f{/home/.../.signature}
9944                     |p{date}
9945         * po/de.po
9946                 Correct wrong spelling for "Referenzen"
9947
9948 2002-02-21 [paul]       0.7.2claws4
9949
9950         * src/procmsg.c
9951                 forgotten during sync
9952
9953 2002-02-21 [paul]       0.7.2claws3
9954
9955         * sync with sylpheed 0.7.2cvs11
9956                 see ChangeLog entries 2002-02-17, 2002-02-18, 2002-02-19,
9957                 2002-02-20 and 2002-02-21
9958
9959 2002-02-20 [melvin]     0.7.2claws2
9960
9961         * src/prefs_actions.c
9962                 Added error report when child cannot fork or when execvp 
9963                 returns with an error.
9964
9965 2002-02-19 [christoph]  0.7.2claws1
9966
9967         * src/codeconv.c
9968                 return unconverted text if conde conversion is not possible
9969                 when libjconv is used.
9970                 (patch submitted by "Simon 'corecode' Schubert")
9971
9972 2002-02-19 [paul]       
9973
9974         * version 0.7.2claws release
9975
9976 2002-02-19 [paul]       0.7.2claws
9977
9978         * po/nl.po
9979                 updated by Wilbert Berendsen
9980
9981
9982 2002-02-18 [alfons]     0.7.1claws13
9983
9984         * src/syldap.c
9985         * src/jpilot.c
9986                 remove references to dlfcn and explicitly loading functions
9987                 from dynalink libs, because libs linked anyway, and functions
9988                 are loaded explicitly
9989
9990 2002-02-17 [melvin]     0.7.1claws12
9991
9992         * src/prefs_actions.c
9993                 Replaced children wait loop with double fork technique.
9994                 Now, input/output window updated at each new output.
9995                 free_children(): Fixed a memory leak.
9996                 Made input/output window non closable if running children
9997                 still exist.
9998                 Added missing <unistd.h> include.
9999                 Added some --debug outputs.
10000
10001 2002-02-17 [melvin]     0.7.1claws11
10002
10003         * src/summaryview.c
10004                 Fixed bug where descending sort order did not select top
10005                 message.
10006
10007 2002-02-17 [melvin]     0.7.1claws10
10008
10009         * acconfig.h
10010                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
10011         * src/prefs_common.c
10012                 Pspell data package directory no more hard coded but
10013                 set during configuration (PSPELL_PATH). (Thanks to 
10014                                 Gustavo Noronha Silva.)
10015
10016 2002-02-17 [melvin]     0.7.1claws9
10017
10018         * configure.in
10019                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
10020         * src/gtkspell.c
10021                 Fixed compile-time warnings.
10022
10023 2002-02-16 [alfons]     0.7.1claws8
10024
10025         * src/filesel.c
10026                 fix inadvertent free of NULL pointer which caused
10027                 sylpheed to crash when closing the save-as dialog
10028                 using the window close button
10029
10030 2002-02-16 [carsten]    0.7.1claws7
10031         * src/mainwindow.[ch]
10032           src/summaryview.c
10033           src/prefs_common.c
10034                 fixes for pixmap theming code:
10035                         - recently changed mail attributes shouldn't get
10036                           lost any longer
10037                         - theme is only reloaded iff another theme was
10038                           selected
10039
10040 2002-02-16 [paul]       0.7.1claws6
10041
10042         * sync with sylpheed 0.7.2 release
10043                 see ChangeLog entry 2002-02-15 and 2002-02-16
10044
10045 2002-02-15 [paul]       0.7.1claws5
10046
10047         * sync with sylpheed 0.7.1cvs9
10048                 see ChangeLog entry 2002-02-15
10049
10050         * po/POTFILES.in
10051                 remove unneeded headerwindow.c entry
10052
10053 2002-02-14 [carsten]    0.7.1claws4
10054         * src/summaryview.c
10055                 fixed a bug for "Go to next unread message": there was
10056                 an endless loop if NEXTUNREADMSGDIALOG_ASSUME_NO was set
10057                 in the prefs, because of doing "Search again" instead
10058                 "No"
10059
10060 2002-02-14 [carsten]    0.7.1claws3
10061         * src/stock_pixmap.c
10062                 removed 2 more mem leaks; following memprof,
10063                 this code is "leak free" now :)
10064
10065 2002-02-14 [carsten]    0.7.1claws2
10066         * src/stock_pixmap.c
10067                 used opendir/readdir/closedir instead of scandir
10068                 -> code should work now on Solaris
10069
10070 2002-02-14 [paul]       0.7.1claws1
10071
10072         * sync with sylpheed 0.7.1cvs8
10073                 see ChangeLog entries 2002-02-13 and 2002-02-14
10074
10075         * README.claws
10076                 add some description of Actions and Pixmap Themes
10077
10078 2002-02-13 [paul]       
10079
10080         * version 0.7.1claws release
10081
10082 2002-02-13 [paul]       0.7.1claws
10083
10084         * po/es.po
10085           po/it.po
10086           po/pt_BR.po
10087                 updated translations, submitted by Ricardo Mones Lastra,
10088                 Alessandro Maestri and Fabio Junior Beneditto
10089
10090 2002-02-13 [melvin]     0.7.0claws75
10091
10092         * src/prefs_actions.c
10093                 Added missing "signal.h" include
10094
10095 2002-02-13 [melvin]     0.7.0claws74
10096
10097         * src/prefs_folder_item.c
10098                 Added missing "config.h" include
10099         * po/fr.po
10100                 Updated French translation for folder propriety.
10101
10102 2002-02-13 [jens]       0.7.0claws73
10103
10104         * po/POTFILES.in
10105                 Added missing src/prefs_folder_item.c [log added by melvin]
10106         * po/de.po
10107                 Updated German translation.
10108
10109 2002-02-13 [melvin]     0.7.0claws72
10110
10111         * po/fr.po
10112                 Updated French translation.
10113
10114 2002-02-13 [melvin]     0.7.0claws71
10115
10116         * src/gtkutils.c
10117                 Made gtkut_editable_get_selection return NULL if selection
10118                 is of length zero.
10119                 This fixes a bug where selecting part of message A then
10120                 switching to message B and replying to it will not
10121                 quote the message's body.
10122
10123 2002-02-12 [paul]       0.7.0claws70
10124
10125         * src/mainwindow.c
10126                 cosmetic, relating to pixmap themes: on toolbar make 
10127                 updating of 'Exec' and 'Compose news/Compose email'
10128                 icons faster.
10129
10130 2002-02-12 [carsten]    0.7.0claws69
10131         * src/folderview.c
10132           src/mainwindow.[ch]
10133           src/stock_pixmap.c
10134           src/summaryview.c
10135           src/prefs_common.c
10136                 - refreshing after changing pixmap theme better
10137                   now (thanks Paul)
10138                 - wanted to remove some mem leaks, but alfons was
10139                   faster (and had the better solution ;)
10140
10141 2002-02-12 [alfons]     0.7.0claws68
10142
10143         * src/prefs_common.c
10144         * src/stock_pixmap.[ch]
10145                 plug mem leaks, refactor code a little bit
10146
10147
10148 2002-02-12 [sergey]     0.7.0claws67
10149
10150         * src/imap.c
10151                 Fixed problem with copying messages to IMAP folders when the
10152                 server uses something other than '/' as a namespace separator
10153                 (cyrus-imapd uses '.').
10154
10155 2002-02-12 [jens]       0.7.0claws66
10156
10157         * po/de.po
10158                 Updated German Translation
10159
10160 2002-02-12 [paul]       0.7.0claws65
10161
10162         * sync with sylpheed 0.7.1cvs1
10163                 see ChangeLog entry 2002-02-12
10164
10165 2002-02-12 [melvin]     0.7.0claws64
10166
10167         * src/prefs_actions.c
10168                 Fixed "feature" where children's output was duplicated 
10169                 instead of refreshed while monitoring.
10170                 Removed some debug code.
10171
10172 2002-02-12 [christoph]  0.7.0claws63
10173
10174         * src/compose.c
10175                 always delete message from queue after sending/send error
10176                 (closes bug #509601)
10177
10178 2002-02-12 [melvin]     0.7.0claws62
10179
10180         * src/prefs_actions.c
10181                 Children wait loop is now triggered with a timeout of 1s
10182                 Added %F which is replaced with the list of filenames 
10183                 of all selected messages (as suggested by Ricardo Mones Lestra)
10184                 Pipe syntax changed. Prefix with | to send selection, postfix
10185                 with | to retrieve output. Prefix with > or * to send
10186                 user definable input to the command (*: input is hidden)
10187                 Old pipe action should now be postfixed with |, too.
10188
10189 2002-02-12 [carsten]    0.7.0claws61 (more 59.75)
10190         * src/stock_pixmap.c
10191                 fixed a bug: if there's no theme directory don't
10192                 throw an error, just do "nothing" (thanks Alfons)
10193
10194 2002-02-12 [carsten]    0.7.0claws60
10195         * src/folderview.c
10196           src/summaryview.c
10197                 had to write the cache twice (nasty!); some marks would 
10198                 get lost if not
10199
10200 2002-02-11 [carsten]    0.7.0claws59
10201         * acconfig.h
10202           configure.in
10203           doc-src/maintainer_guide.txt
10204           src/compose.[ch]
10205           src/defs.h
10206           src/folderview.[ch]
10207           src/gtkutils.[ch]
10208           src/mainwindow.[ch]
10209           src/prefs_common.[ch]
10210           src/stock_pixmap.[ch]
10211           src/summaryview.[ch]
10212                 pixmap theming and related work on pixmap
10213                 handling on some other places
10214                 (e.g. hrm features for all folder)
10215           src/pixmap/stock_*.xpm -> the stock_ was removed
10216         
10217 2002-02-11 [paul]       0.7.0claws58
10218
10219         * sync with sylpheed 0.7.1 release
10220                 see ChangeLog entries 2002-02-11
10221
10222 2002-02-08 [paul]       0.7.0claws57
10223
10224         * sync with sylpheed 0.7.0cvs39
10225                 see ChangeLog entry 2002-02-07 (last entry) 
10226
10227         * src/prefs_actions.c
10228           src/prefs_filtering.c
10229           src/prefs_matcher.c
10230           src/prefs_scoring.c
10231                 sync: made it compile with C compilers other than gcc
10232
10233 2002-02-07 [paul]       0.7.0claws56
10234
10235         * sync with sylpheed 0.7.0cvs38
10236                 see ChangeLog entries 2002-02-06 (last 2 entries) and
10237                 2002-02-07
10238
10239 2002-02-07 [darko]      0.7.0claws55
10240
10241         * src/gtkutils.[ch]
10242         * src/summaryview.c
10243                 Fix const gchar */gchar * issue (thanks Hiro)
10244
10245 2002-02-07 [darko]      0.7.0claws54
10246
10247         * src/compose.[ch]
10248         * src/filtering.c
10249         * src/gtkutils.[ch]
10250         * src/prefs_template.c
10251         * src/quote_fmt.h
10252         * src/quote_fmt_parse.y
10253         * src/summaryview.c
10254         * src/utils.[ch]
10255                 When replying or forwarding an email don't quote the entire
10256                 mail body but use the part of the message text that is selected
10257
10258 2002-02-06 [melvin]     0.7.0claws53
10259
10260         * src/prefs_common.[ch]
10261         * src/gtkspell.[ch]
10262         * src/compose.c
10263                 Made possible to switch quickly to last used dictionary
10264                 which makes checking bilingual documents easier.
10265
10266 2002-02-06 [melvin]     0.7.0claws52
10267         
10268         * po/POTFILES.in
10269                 Added forgotten new file src/prefs_actions.c
10270
10271 2002-02-06 [melvin]     0.7.0claws51
10272
10273         * src/prefs_actions.c   ** NEW FILE **
10274         * src/prefs_actions.h   ** NEW FILE **
10275                 Added actions to execute on message text view, or on the
10276                         message's file.
10277         * src/Makefile.am
10278                 Added src/prefs_actions.[ch]
10279         * src/compose.c
10280                 Added new menu "Edit/Actions"
10281         * src/defs.h
10282                 Added new actionsrc file.
10283         * src/main.c
10284                 Added actionsrc reading.
10285         * src/mainwindow.c
10286                 Added new menus "Edit/Actions" and "Configuration/Actions..."
10287         * src/prefs_common.h
10288                 Added new element actionslst element to prefs_common.
10289
10290 2002-02-06 [paul]       0.7.0claws50
10291
10292         * sync with sylpheed 0.7.0cvs36
10293                 see ChangeLog entry 2002-02-06
10294
10295 2002-02-05 [paul]
10296
10297         * po/es.po
10298                 updated by Ricardo Mones Lastra
10299
10300 2002-02-05 [paul]       0.7.0claws49
10301
10302         * sync with sylpheed 0.7.0cvs33
10303                 see ChangeLog entries 2002-02-04 (last 4 entries) and 2002-02-05
10304
10305 2002-02-05 [paul]       0.7.0claws48
10306
10307         * src/compose.c
10308                 re-add 'Edit/Advanced/Delete entire line', previously named
10309                 'Delete Line+'
10310
10311 2002-02-04 [paul]       0.7.0claws47
10312
10313         * src/compose.c
10314           src/summaryview.c
10315                 fix bug #494993 (Reply All not taking Reply-To into consi)
10316                 eliminate differences in behaviour of right-click 'Reply to all' 
10317                 in summary view and 'Reply to all' on the toolbar. 
10318                 fix bug where Reply-To gets ignored by 'Reply to all' in summary
10319                 view and From gets ignored by 'Reply to all' on toolbar.
10320                 fix bug where 'Reply to all' on toolbar uses To twice and ignores
10321                 From when no Reply-To header is present.
10322
10323 2002-02-04 [paul]       0.7.0claws46
10324
10325         * sync with sylpheed 0.7.0cvs30
10326                 see ChangeLog entries 2002-02-03 and 2002-02-04
10327
10328 2002-02-03 [melvin]     0.7.0claws45
10329
10330         * src/gtkspell.[ch]
10331                 Readded function to highlight all misspelled words.
10332                 Fixed bug where user-provided-words did not replace
10333                         correctly the misspelled word when using the mouse.
10334                 Fixed bug where checking a region selected from right to left did
10335                         not check the region at all.
10336                 Fixed bug where 'Check backwards' may not check at all. 
10337                 Fixed memory leaks where popup menus and accel_groups were not destroyed.
10338                 Fixed possible buffer overflow when checking for long strings (>1k).
10339                 Made cursor and scrollbar positions non changing after uncheck_all/check_all.
10340                 Accelerators code uses now gtk_widget_add_accel.
10341                 Removed and disabled obsolete and unfinished code.
10342                 Cleaning up.
10343
10344         * src/compose.c
10345                 Added menu item to Highlight all misspelled words.
10346
10347 2002-02-01 [paul]       0.7.0claws44
10348
10349         * src/mainwindow.c
10350                 fix '/View/Hide read messages' sensitivity when all
10351                 messages in a folder are hidden
10352
10353 2002-02-01 [paul]       0.7.0claws43
10354
10355         * src/main.c
10356                 add --send option to command line interface, sends all
10357                 queued mail. Patch submitted by Ricardo Mones Lastra.
10358
10359 2002-01-31 [paul]       0.7.0claws42
10360
10361         * src/mainwindow.c
10362                 add '/View/Hide read messages' to main_window_set_menu_sensitive()
10363
10364 2002-01-31 [paul]       0.7.0claws41
10365
10366         * sync with sylpheed 0.7.0cvs27
10367                 see ChangeLog entries 2002-01-30 (src/mh.c, src/prefs_common.c)
10368                 and 2002-01-31
10369
10370         * src/textview.c
10371                 comment out elements of textview_show_part() as temporary
10372                 workaround for attachment 'Display as text' bug 
10373
10374         * po/pt_BR.po
10375                 updated by Fabio Junior Beneditto
10376
10377 2002-01-30 [paul]       0.7.0claws40
10378
10379         * sync with sylpheed 0.7.0cvs24
10380                 see ChangeLog entries 2002-01-29 (src/prefs_common.c)
10381                 and 2002-01-30
10382
10383         * src/compose.c
10384                 add {N_("/_Spelling"), ... "<Branch>"} to 
10385                 GtkItemFactoryEntry compose_entries[]
10386
10387         * src/prefs_common.c
10388                 add claws menu items to prefs_keybind_apply_clicked()
10389                 and remove non-claws menu items
10390
10391 2002-01-29 [paul]       0.7.0claws39
10392
10393         * sync with sylpheed 0.7.0cvs22
10394                 see ChangeLog entries 2002-01-28 and 2002-01-29
10395
10396 2002-01-28 [melvin]     0.7.0claws38
10397
10398         * src/compose.c
10399                 Added the declartion of compose_send_control_enter.
10400
10401         * src/compose.c
10402         * src/gtkspell.[ch]
10403                 Added in a 'Spelling' menu which includes the configuration menu. 
10404                 Added a real 'Check all' and got rid from the old one which only
10405                 highlited misspelled word.
10406                 Made 'Check while typing' a disableable option.
10407                 Added a dialog when there are no more misspelled word.
10408                 Added a dialog if error occurs when switching to a dictionary.
10409         
10410         * src/prefs_common.[ch]
10411                 Added option for the default 'Check while typing' option.
10412
10413
10414 2002-01-28 [alfons]     0.7.0claws37
10415
10416         * src/compose.c
10417                 fix buglet and make code comply with sylpheed code style
10418
10419 2002-01-28 [paul]       0.7.0claws36
10420
10421         * sync with sylpheed 0.7.0cvs19
10422                 see ChangeLog entries for 2002-01-28
10423
10424 2002-01-28 [hoa]        0.7.0claws35
10425
10426         * src/defs.h
10427                 added rendererrc
10428
10429         * src/main.c
10430                 read the renderer config
10431
10432         * src/procmime.[ch]
10433                 use the renderer config to convert mime attachments
10434
10435         * src/textview.c
10436                 don't use textview_show_html/ertf,
10437                 use get_text_content instead
10438
10439 2002-01-27 [alfons]     0.7.0claws34
10440         
10441         * src/news.c
10442                 make sylpheed believe it can delete a news message...
10443                 (messages are NOT deleted, maybe we should remove
10444                 processing from the folder properties after all.)
10445
10446 2002-01-27 [alfons]     0.7.0claws33
10447
10448         * src/folder.c
10449                 add extra checks
10450         * src/news.c
10451                 implement remove_msg() 
10452
10453 2002-01-27 [alfons]     0.7.0claws32
10454
10455         * src/procmsg.h
10456         * src/procheader.c
10457         * src/messageview.c
10458                 fix return receipt / disposition notification again. this
10459                 stuff seems to break on _every_ major summary UI change, so
10460                 it's now implemented using a flag which is saved in the
10461                 marks cache
10462                 
10463 2002-01-26 [alfons]     0.7.0claws31
10464
10465         * src/import.c
10466                 let import dialog show the destination folder identifier
10467
10468 2002-01-26 [melvin]     0.7.0claws30
10469
10470         * src/folderview.c
10471         * src/summaryview.c
10472                 Readded 'Mark all read' into summary view popup menu
10473                 Added 'Mark all read' in folder view popup menu for IMAP
10474                 and NNTP.
10475                 Made it insensitive if the selected folder is not the shown
10476                 one to avoid 'Mark all read' on the wrong folder.
10477                 
10478 2002-01-26 [paul]       0.7.0claws29
10479
10480         * src/folderview.c
10481           src/summaryview.c
10482                 move 'Mark all read' from summary view to folder view
10483                 menu. (adapted from) patch submitted by Jeremy Andrews,
10484                 <lists@kerneltrap.com>
10485
10486 2002-01-25 [alfons]     0.7.0claws28
10487
10488         * src/gtkstext.c
10489                 put the gtk class name back so GtkSText adapts the 
10490                 settings of GtkText
10491
10492 2002-01-25 [alfons]     0.7.0claws27
10493
10494         * src/folderview.c 
10495                 assimilate Ricardo's patch that shows pixmaps instead of
10496                 plain "new" and "unread" texts in the folder view column
10497                 headers 
10498
10499 2002-01-25 [paul]       0.7.0claws26
10500
10501         * src/Makefile.am
10502                 add $(GPGME_CFLAGS) to INCLUDES so that gpgme can 
10503                 be found in non-standard locations. 
10504                 Closes Patch #507976, submitted by Stoyan Genov, <sdg@rila.bg>
10505
10506 2002-01-25 [paul]       0.7.0claws25
10507
10508         * sync with sylpheed 0.7.0cvs16
10509                 see ChangeLog entry 2002-01-25
10510
10511 2002-01-24 [paul]       0.7.0claws24
10512
10513         * more sync with sylpheed 0.7.0cvs15
10514                 get_file_size_as_clrf(), see ChangeLog entry 2002-01-23
10515
10516 2002-01-23 [sergey]     0.7.0claws23
10517
10518         * src/importldif.c
10519                 Fixed segfault when closing LDIF import wizard with
10520                 the window manager.
10521         * src/imageview.c
10522         * src/imageview.h
10523         * src/messageview.c
10524         * src/mimeview.c
10525                 Fixed wrong scrolling position after switching between
10526                 text and image parts.
10527
10528 2002-01-23 [paul]       0.7.0claws22
10529
10530         * sync with sylpheed 0.7.0cvs15
10531                 see ChangeLog entries 2002-01-22 and 2002-01-23
10532
10533 2002-01-21 [melvin]     0.7.0claws21
10534
10535         * src/prefs_scoring.c
10536         * src/prefs_filtering.c
10537                 Fixed bug where scoring and filtering windows stopped
10538                 autochecking.
10539
10540 2002-01-21 [paul]       0.7.0claws20
10541
10542         * sync with sylpheed 0.7.0cvs12
10543                 see ChangeLog entries 2002-01-20 and 2002-01-21
10544
10545 2002-01-21 [carsten]    0.7.0claws19
10546         * src/mainwindow.c
10547         * src/menu.[ch]
10548         * src/messageview.[ch]
10549         * src/summaryview.[ch]
10550                 changes to shortcuts handling again:
10551                         + "Q" now controled by mainwin
10552                         + v/V are now customizable and have slightly
10553                           different meanings
10554                 the "button" to minimize the messageview (and maximize
10555                 the summary view) is a real button now
10556         * src/compose.c
10557                 "Delete Line+" added to Edit/Advanced (this will also
10558                 delete the '\n')
10559
10560 2002-01-20 [melvin] 0.7.0claws18
10561
10562         * src/addressbook.c
10563                 Made "Bcc" sensitive when addressbook is called from
10564                 compose window (it was a Claws only bug).
10565
10566 2002-01-19 [alfons] 0.7.0claws17
10567
10568         * src/inc.c
10569                 prevent unnecessary updates when currently selected folder has
10570                 no new messages 
10571
10572 2002-01-19 [alfons] 0.7.0claws16
10573         
10574         * src/summaryview.c
10575                 prevent writing the cache based on current message list in summary 
10576                 view when filtering also put messages in currently selected folder
10577
10578 2002-01-19 [paul]
10579
10580         * po/it.po
10581                 Italian translation submitted by Alessandro Maestri
10582                 <a.maestri@cs.tin.it>
10583
10584 2002-01-18 [melvin]     0.7.0claws15
10585
10586         * src/prefs_filters.c
10587                 fixed bug where 'cancel' from 'filters' window stops autochecking
10588                 if the timer timed out  when the window was open.
10589
10590 2002-01-18 [match]      0.7.0claws14
10591
10592         * src/addrclip.[ch]     ** NEW FILE **
10593         * src/addrselect.[ch]   ** NEW FILE **
10594         * src/adbookbase.h      ** NEW FILE **
10595                 addressbook cut, copy and paste
10596         * src/addrbook.[ch]
10597         * src/addrcache.[ch]
10598         * src/addressitem.h
10599         * src/addrindex.[ch]
10600         * src/addritem.[ch]
10601         * src/importldif.c
10602         * src/importmutt.c
10603         * src/jpilot.[ch]
10604         * src/syldap.[ch]
10605         * src/vcard.[ch]
10606         * src/jpilot.[ch]
10607         * src/editbook.c
10608         * src/editjpilot.c
10609         * src/editldap.c
10610         * src/editvcard.c
10611                 support for copy/paste
10612         * src/addressbook.c
10613                 support for copy/paste
10614                 tidy up menu option processing
10615                 correct address list function arguments
10616         * src/editaddress.c
10617                 sort user attributes
10618         * src/ldif.h
10619         * src/mutt.h
10620                 tidy up
10621
10622         * src/addrbook.[ch]
10623         * src/addrbook.[ch]
10624         * src/addrbook.[ch]
10625                 
10626
10627 2002-01-18 [paul]       0.7.0claws13
10628
10629         * sync with sylpheed 0.7.0cvs8
10630                 configure.in: support Mac OS X (Darwin)
10631
10632 2002-01-18 [carsten]    0.7.0claws12
10633         * src/html.c
10634                 small hack to fix a segfault with an empty href
10635                 (reported by Alexandra Walford <deeni@altern.org>)
10636         * src/mainwindow.c
10637         * src/summaryview.c
10638                 the shortcuts for Mark und Mark as unread are hardcoded
10639                 again
10640         * src/compose.c
10641         * src/gtkstext.[ch]
10642                 readded the shortcuts in gtkstext but made them
10643                 customizeable (simply by adding a menu plus a wrapper
10644                 to compose.c)
10645
10646 2002-01-17 [melvin]     0.7.0claws11
10647
10648         * src/gtkspell.c
10649                 fix default dictionary not being saved.
10650
10651 2002-01-16 [darko]      0.7.0claws10
10652
10653         * src/compose.c
10654                 fix wrapping crash with URL longer than wrapping margin
10655
10656 2002-12-08 [hoa]        0.7.0claws10
10657
10658         * src/matcher_parser_parse.y
10659                 fixed some bugs
10660
10661         * src/prefs_filtering.c
10662                 now, we can use bounce action in the dialog box.
10663
10664 2002-01-16 [carsten]    0.7.0claws9
10665         * src/gtkstext.c
10666                 removed the <control> and <alt> shortcuts because they're
10667                 not needed and interefered with the "normal" shortcuts
10668         * src/mainwindow.c
10669         * src/summaryview.c
10670                 removed most of the hardcoded shortcuts and assigned
10671                 them to menu entries making them easy customizable by
10672                 that
10673
10674 2002-01-16 |melvin]     0.7.0claws8
10675
10676         * src/gtkspell.c
10677                 fixed bug where using the mouse and when the compose
10678                 window is not on top may result in a crash.
10679
10680 2002-01-16 [melvin]     0.7.0claws7
10681
10682         * src/compose.c
10683                 fixed a long standingspell checker bug which could 
10684                 cause a crash after sending a message.
10685
10686 2002-01-16 [paul]       0.7.0claws6
10687
10688         * sync with sylpheed 0.7.0cvs7
10689                 see ChangeLog entries 2002-01-10, 2002-01-11, 2002-01-14,
10690                 2002-01-15, and 2002-01-16
10691
10692 2002-01-16 [melvin]     0.7.0claws5
10693
10694         * README.claws
10695         * src/compose.c
10696         * src/gtkspell.[ch]
10697         * src/main.c
10698                 Heavily modified spell checker code to work around
10699                 ispell bug, to add keyboard shortcuts and for future
10700                 enhancements. See README.claws for usage information.
10701
10702 2002-01-15 [alfons]     0.7.0claws4
10703         
10704         * src/summaryview.c
10705                 change gtk_ctree_sort_node() into gtk_ctree_sort_recursive()
10706                 so sorting within threads reflects sort mode
10707
10708 2002-01-15 [christoph]  0.7.0claws3
10709
10710         * src/procmsg.c
10711                 added alertpanel if mail sending failed
10712
10713 2002-01-15 [alfons]     0.7.0claws2
10714         
10715         * src/prefs_filtering.c
10716                 don't stop timer when prefs filtering dialog is opened
10717
10718 2002-01-14 [alfons]     0.7.0claws1
10719
10720         * src/addr_compl.c
10721         * src/prefs.c
10722                 remove debug_print()s for privacy reasons
10723
10724 2002-01-14 [darko]      0.7.0claws
10725
10726         * README.claws
10727                 quotation wrapping is now also in the main branch
10728
10729 2002-01-14 [paul]
10730
10731         * tools/filter_conv.pl
10732                 allow for Boolean Op and case-sensitivity
10733                 this file is included in the release and tagged
10734                 'rel_0_7_0'
10735
10736 2002-01-13 [paul]       0.7.0claws
10737
10738         * release 0.7.0, with cvs tag 'rel_0_7_0'
10739
10740 2002-01-13 [paul]
10741
10742         * tools/filter_conv.pl
10743         * tools/README
10744                 rewritten to output to matcherrc instead of filteringrc
10745
10746         * po/es.po
10747                 updated Spanish translation by Ricardo Mones Lastra
10748
10749 2002-01-13 [alfons]
10750
10751         * po/nl.po
10752                 update dutch translation
10753
10754 2002-01-13 [paul]
10755
10756         * po/pt_BR.po
10757                 Updated by Fabio Junior Beneditto 
10758
10759 2002-01-13 [melvin]     0.6.6claws53
10760
10761         * po/fr.po
10762                 Updated french translation
10763
10764 2002-01-12 [alfons]     0.6.6claws52
10765
10766         * src/filtering.c
10767                 plug mem leak that has been sitting there for ages              
10768
10769 2002-01-12 [alfons]     0.6.6claws51
10770
10771         * src/summaryview.c
10772                 undo melvin's changes from 0.6.6claws48 because summary
10773                 view now refuses to select first unread message when
10774                 selecting a folder 
10775
10776 2002-01-11 [alfons]     0.6.6claws50
10777
10778         * src/import.c
10779                 use claws' semantics for getting folder item when
10780                 importing an mbox file into a folder 
10781                 (submitted by Dale P. Smith)
10782
10783 2002-01-11 [christoph]  0.6.6claws49
10784
10785         * src/prefs.h
10786                 set sensitivity in SET_TOGGLE_SENSITIVITY macro from
10787                 toggle widget, because non static prefs can not use
10788                 prefs_set_* functions
10789         * src/prefs_account.c
10790                 toggle smtp auth password field sensitivity if
10791                 user id is empty and add descrition of usage for
10792                 these fields
10793         * src/prefs_folder_item.c
10794                 use SET_TOGGLE_SENSITIVITY macro to instead of extra
10795                 callbacks
10796
10797 2002-01-11 [melvin]     0.6.6claws48
10798
10799         * src/compose.c
10800                 fix the 'Ctrl-Enter' feature for sending and test really
10801                 for 'Ctrl-Enter' (as Ctrl-Space is also used for activating
10802                 editables which was not documented in Gtk)
10803
10804         * src/summaryview.c
10805                 Made summaryview refresh after sorting and not before.
10806
10807 2002-01-11 [christoph]  0.6.6claws47
10808
10809         * src/compose.c
10810                 select account from account ids if possible and
10811                 correctly set save folder for copy in reedit
10812
10813 2002-01-10 [paul]       0.6.6claws46
10814
10815         * sync with sylpheed 0.7.0 release
10816                 see ChangeLog entries 2002-01-07, 2002-01-08 and
10817                 2002-01-09
10818
10819 2002-01-09 [alfons]
10820
10821         * src/summaryview.c
10822                 remove more dirt traces...
10823
10824 2002-01-09 [alfons]
10825         
10826         * src/summaryview.c
10827                 clean up some traces of my debugging stuff
10828
10829 2002-01-09 [alfons]     0.6.6claws45
10830
10831         * src/filtering.c
10832                 break up filteringprop_apply() in three separate pieces
10833                 so we can drop messages that failed processing in the
10834                 inbox
10835
10836         * src/summaryview.c
10837                 fix bug #469598 "no refresh of inbox after filter" which 
10838                 was introduced by the new summary view locking, and which 
10839                 prevented the summary view to update after a manual filter 
10840                 message. claw's filter message requires a summary_show().
10841                 (aargh, summary_show() again! :-)
10842                 
10843 2002-01-07 [alfons]     0.6.6claws44
10844
10845         * src/headerwindow.c
10846         * src/logwindow.c
10847         * src/messageview.c
10848         * src/sourcewindow.c
10849                 bring in Hiro's last 0.7.0 wm class fixes
10850
10851         * tools/sylprint.pl
10852                 bring in Ricardo's fix for sylprint script
10853
10854         * AUTHORS       
10855         * src/rfc2015.[ch]
10856         * src/prefs_common.[ch]
10857         * src/prefs_account.[ch]
10858         * src/compose.c
10859                 clean up account preference poison in rfc2015,
10860                 and preparation to fix double sign bug 
10861                 (patch submitted by Simon 'corecode' Schubert)
10862
10863 2002-01-07 [christoph]  0.6.6claws43
10864
10865         * src/mh.c
10866                 search for free message number, do not only rely
10867                 on last_num
10868         * src/send.c
10869                 fix smtp auth and use extra account information
10870                 if available, if not use pop3 data instead
10871                 (closes bug #500341)            
10872         * src/ssl.[ch]
10873                 match coding style
10874
10875 2002-01-06 [alfons]     0.6.6claws42
10876
10877         * src/mainwindow.c
10878                 try making the separate windows work again...
10879
10880 2002-01-06 [alfons]     0.6.6claws41
10881
10882         * src/mainwindow.c
10883                 adapt Hiro's separate window menu (to get rid of the funny
10884                 duplicate menu items), and make it work again
10885
10886 2002-01-06 [alfons]     0.6.6claws40
10887
10888         * tools/Makefile.am
10889         * tools/sylprint.rc
10890         * tools/sylprint.pl
10891         * tools/README.sylprint
10892                 add sylprint script for printing mails from Sylpheed
10893                 (contributed by Ricardo Mones Lastra)
10894
10895         * src/acount.c
10896                 clean up
10897
10898 2002-01-06 [melvin]     0.6.6claws39
10899
10900         * src/mainwindow.c
10901         * src/summaryview.c
10902                 Fixed crash introduced in 0.6.6claws38 by the menu
10903                 reorganisation (Hide read messages)
10904         
10905         * ChangeLog.claws 
10906                 Fixed typo (we are now in 2002, alfons ;) )
10907
10908 2002-01-05 [alfons]     0.6.6claws38
10909
10910         * sync with sylpheed 0.6.6cvs10-17
10911                 (last stuff marked as LAST_STABLE)
10912
10913 2002-01-04 [melvin]     0.6.6claws37
10914
10915         * src/account.c
10916                 Made account selection code use strcasestr again instead of
10917                 g_strcasecmp (fixes bug where reediting queued messages
10918                 did not select proper account reported by T. Link).
10919         
10920         * src/folderview.c
10921                 Fix bug where folder icons are not shown when 'hide read messages'
10922                 is on.
10923         
10924         * src/stock_pixmaps.[ch]
10925                 Added folder icons for 'hide read messages'.
10926         
10927         * src/compose.c
10928                 Fixed bug where 'Enter' in a header entry will send the message 
10929                 if 'CTL-Enter' was chosen as a shorcut for sendind. 
10930
10931 2002-01-03 [melvin]     0.6.6claws36
10932         
10933         * src/prefs.[ch]
10934                 Added popup menu for common preferences and
10935                 account preferences (right click on tab displays
10936                                 a menu of all tabs.)
10937
10938 2002-01-02 [melvin]     0.6.6claws35
10939
10940         * src/gtkspell.[ch]
10941                 Made spelling code compatible with undo/redo feature.
10942                 Added creation of suggestion mode menu for the general
10943                         preferences.
10944         
10945         * src/prefs_common.[ch]
10946                 Added option menu for the speller's suggestion mode.
10947                 Added missing spaces in "..." buttons and made a "..."
10948                         button non translatable!
10949         
10950         * src/compose.c
10951                 Made speller use the default suggestion mode.
10952                 Hack to make it possible to choose 'CTRL-Enter' as a
10953                         shortcut for sending (and only for sending).
10954
10955         * src/prefs_folder_item.c
10956                 Changing subject simplification does not update cache 
10957                         anymore (because it is unnecessary).
10958                 Fixed bug where changing subject simplification updated the 
10959                         summaryview even when the viewed folder is not the
10960                         folder which properties are being changed. (E.g. 
10961                                         viewing folder A and changing
10962                                         the subject simplification of 
10963                                         folder B -not being viewed- updated the 
10964                                         summaryview of folder A with data of
10965                                         folder B). (Hope this is clear... )
10966
10967 2001-12-31 [alfons]     0.6.6claws34
10968         
10969         * src/ldif.c
10970         * src/mutt.c
10971                 fgetc() returns a signed integer which doesn't
10972                 fit in a char. so c truncates this to a char
10973                 but we may lose significant bits. i.e. we may
10974                 comparing 0xFF which may not be equal to -1
10975                 unless properly casted to signed char which
10976                 we won't do because fgetc() returns a signed
10977                 integer which doesn't fit in a char. so c 
10978                 truncates this to a char but we may lose 
10979                 significat bits. (you got the idea, thanks
10980                 to Gustavo Noronha Silva <kov@debian.org>
10981                 and the Debian folks!)
10982
10983 2001-12-30 [alfons]     0.6.6claws33
10984
10985         * src/prefs_common.c
10986                 add #ifdef USE_PSPELLs that Melvin forgot               
10987
10988 2001-12-30 [melvin]     0.6.6claws32
10989         
10990         * src/prefs_common.[ch]
10991                 Added configurable color for misspelled words.
10992
10993         * src/gtkspell.[ch]
10994                 Fixed bug of foreground text color (reported by David
10995                                 Mehrmann)
10996                 Added configurable color for misspelled words.
10997
10998 2001-12-30 [alfons]     0.6.6claws31
10999
11000         * src/folder.c
11001                 remove unnecessary things someone put there
11002
11003         * src/mh.c
11004         * src/folder.[ch]
11005                 make folder properties (like threading and sorting) persistent
11006                 (closes bug #497424 "rescan folder tree resets proprieties")
11007                 currently this is only for MH folders. 
11008
11009 2001-12-29 [melvin]     0.6.6claws30
11010
11011         * src/string_match.[ch]
11012                 Optimized a bit: regexp pattern buffer compiled only once, and
11013                   one subroutine call removed. Fixed ^ regexp search: Now, 
11014                   "(^Re: )|(^Hello)" removes only "Re: " from "Re: Hello".
11015         
11016         * src/summaryview.c
11017                 Subject filtering changed to filter summary columns and
11018                   not directly the messages subject cache. The loss in 
11019                   performance is balanced by the improvement of string_match.
11020                 Added an alert panel if there is an error in the regexp.
11021
11022         * src/src/prefs_folder_item.h
11023                 Added a regexp pattern buffer.
11024
11025 2001-12-28 [alfons]     0.6.6claws29
11026
11027         * src/string_match.[ch]
11028                 clean up name space
11029                 allow compilation *BSD
11030
11031 2001-12-27 [alfons]     0.6.6claws28
11032
11033         * src/filter.c
11034                 sync the Hiro's bug fix for BSD
11035
11036 2001-12-27 [melvin]     0.6.6claws27
11037         
11038         * src/compose.c
11039                 Simplify focus to subject entry code.
11040
11041 2001-12-27 [darko]      0.6.6claws26
11042
11043         * src/filtering.c
11044         * src/mbox_folder.c
11045         * src/messageview.c
11046         * src/mh.c
11047         * src/procheader.[ch]
11048         * src/procmsg.h
11049         * src/stock_pixmap.[ch]
11050         * src/summaryview.c
11051                 Show key icon for encrypted mails in summary view
11052
11053         * src/pixmaps/clip.xpm
11054         * src/pixmaps/clipkey.xpm
11055         * src/pixmaps/key.xpm
11056                 New/modified icons for the above
11057
11058 2001-12-27 [melvin]     0.6.6claws25
11059
11060         * src/prefs_common.c
11061                 Put spell checker options in a separate tab to decrease
11062                 the Common Preferences window height.
11063
11064         * README.claws  
11065                 Update spell checker usage instruction about its options
11066                 location.
11067
11068 2001-12-27 [melvin]     0.6.6claws24
11069
11070         * src/compose.c
11071                 Changed subject entry widget position. Initial focus is
11072                 on the To header instead of the subject entry.
11073                 Creating a new header scrolls the header list to make the
11074                 created one visible. Nevertheless, when automatically filling
11075                 headers, the first one is shown.
11076                 A Tab key press in the last empty header entry zips the 
11077                 focus to the subject entry.
11078                 (I did not change the combo boxes, yet)
11079
11080 2001-12-26 [alfons]     0.6.6claws23
11081
11082         * src/prefs_account.c
11083         * src/inc.c
11084                 allow default inbox to reside in another mailbox (only
11085                 works for POP3 accounts)
11086
11087 2001-12-26 [alfons]     0.6.6claws22
11088         
11089         * src/textview.c
11090                 make reply-on-click work with the account of the selected folder
11091         * src/compose.c
11092                 put a fixme here to remind me to fix finding correct default
11093                 account for nested folders
11094
11095 2001-12-25 [alfons]     0.6.6claws21
11096
11097         * src/summaryview.c
11098                 make column headers display locked and mark pixmaps (idea by Melvin) 
11099                 fix bug by adding score and locked column type to sort array
11100
11101 2001-12-25 [alfons]     0.6.6claws20
11102         
11103         * src/summaryview.c
11104                 catch a *potentially* inadvertent write back of  
11105                 the message cache(s) introduced by 0.6.5claws37
11106
11107 2001-12-25 [christoph]  0.6.6claws19
11108
11109         * src/stock_pixmap.[ch]
11110         * src/summaryview.c
11111                 add ignore thread pixmap
11112                 (can someone draw a better icon for this?)
11113
11114 2001-12-24 [alfons]     0.6.6claws18
11115
11116         * src/prefs_folder_item.c
11117                 make address completion actually work for the
11118                 Default To address in the Folder Property dialog.
11119
11120 2001-12-24 [alfons]     0.6.6claws17
11121         
11122         * src/summaryview.c
11123                 use new style regexp for subject stripping 
11124                 (patch submitted by Thomas Link <t.link.tmp200101@gmx.net>)
11125
11126 2001-12-24 [darko]      0.6.6claws16
11127
11128         * src/pgptext.c
11129         * src/rfc2015.c
11130                 move GPG related informational messages to debug mode
11131
11132 2001-12-23 [alfons]     0.6.6claws15
11133
11134         * src/stock_pixmap.[ch]
11135         * src/summaryview.c
11136                 add the forgotten Claws' locked pixmap
11137
11138 2001-12-23 [alfons]     0.6.6claws14
11139
11140         * src/filesel.c
11141                 accept file name typed in entry in multi file
11142                 selector (patch submitted by Gustavo Noronha Silva 
11143                 <kov@debian.org>)
11144
11145 2001-12-23 [alfons]     0.6.6claws13
11146
11147         * src/prefs_filter.c
11148         * src/prefs_filtering.c
11149         * src/matcher.c
11150         * src/importmutt.c
11151                 clean up a little bit
11152         
11153         * src/string_match.c
11154                 validate input strings a little bit more
11155
11156 2001-12-23 [alfons]     0.6.6claws12
11157
11158         * src/Makefile.am
11159         * src/summaryview.c
11160         * src/string_match.[ch]         ** NEW **
11161         * src/folderview.[ch]
11162         * src/headerview.h
11163         * src/folder.[ch]
11164         * src/prefs_folder_item.[ch]
11165                 add subject simplification to strip out strings from
11166                 a subject line (esp. handy for mailing lists). 
11167                 (original patch by by Thomas Link <t.link.tmp200101@gmx.net>,
11168                 but slightly changed things for better integration.)
11169
11170 2001-12-23 [alfons]     0.6.6claws11
11171
11172         * src/mainwindow.c
11173                 fix bug introduced by submission included in 0.6.5claws52.
11174                 ideally this submission should clean the trash if any trash
11175                 folder has a message. however, the hasTrash variable was
11176                 set to false whenever a trash folder was empty (discarding
11177                 a previously found *filled* trash folder.)
11178
11179                 also edited the code a little bit and made it more safe.
11180
11181 2001-12-22 [alfons]     0.6.6claws10
11182
11183         * src/imap.c
11184                 quick fix for Martin Pool's omission of an account
11185                 specific SSL setting
11186
11187 2001-12-22 [alfons]     0.6.6claws9
11188
11189         * src/compose.c
11190         * src/messageview.c
11191         * src/mimeview.c
11192         * src/pgptext.c
11193         * src/procmime.[ch]
11194                 better support for multipart/digest (submitted
11195                 by Fredrik <e98fo@efd.lth.se>)
11196
11197 2001-12-22 [alfons]     0.6.6claws8
11198
11199         * src/addressbook.c
11200                 correct function signature
11201         * src/socket.[ch]
11202         * src/imap.[ch]
11203         * src/prefs_account.[ch]
11204                 allow IMAP over SSH tunnel (patch submitted by 
11205                 Martin Pool <mbp@samba.org>)
11206
11207 2001-12-21 [alfons]     0.6.6claws7
11208
11209         * sync with sylpheed 0.6.6cvs4-9
11210                 (may have forgotten something: LAST_STABLE is 0.6.6claws6)
11211
11212 2001-12-21 [christoph]  0.6.6claws6
11213
11214         * src/compose.c
11215         * src/prefs_folder_item.[ch]
11216                 implement saving of outgoing messages to current folder.
11217                 fix segfault when no default outbox is available
11218                 (closes bug #495683)
11219
11220 2001-12-21 [carsten]    0.6.6claws5
11221         * src/folderview.c
11222         * src/summaryview.c
11223                 pressing CTRL while DND does now the expected thing and
11224                 copies the mail (moving is still the default, as this
11225                 seam more appropriate for handling mails by DND)
11226
11227 2001-12-18 [paul]       0.6.6claws4
11228
11229         * sync with sylpheed 0.6.6cvs3
11230                 see ChangeLog entries 2001-12-18
11231
11232 2001-12-18 [hiro]       0.6.6claws3
11233
11234         * src/undo.c
11235                 fix for multibyte characters (obtain the number of letters
11236                 instead of bytes).
11237
11238 2001-12-17 [paul]       0.6.6claws2
11239
11240         * sync with sylpheed 0.6.6cvs1
11241                 see ChangeLog entry 2001-12-16
11242
11243 2000-12-17 [alfons]     0.6.6claws1
11244
11245         * src/filtering.c
11246                 clean up
11247
11248 2001-12-16 [paul]       0.6.6claws
11249 2001-12-15
11250
11251         * Release version 0.6.6claws, cvs tag: rel_0_6_6
11252
11253         * src/mimeview.c
11254                 last minute sync with main 0.6.6
11255
11256         * po/es.po
11257                 updated by Ricardo Mones Lastra
11258                 update for last minute sync
11259         * po/fr.po
11260         * po/nl.po
11261                 update for last minute sync
11262         * po/de.po
11263                 updated by Jens Oberender
11264         * po/pt_BR.po
11265                 updated by Fabio Junior Beneditto
11266
11267         * src/prefs_common.[ch]
11268         * src/undo.c
11269                 number of undo levels is user configurable
11270                 (squeeze it into the release in the dying
11271                 moments) Submitted by Jens Oberender    
11272
11273 2001-12-15 [melvin]
11274
11275         * po/fr.po
11276                 updated french translation
11277
11278 2001-12-15 [paul]       0.6.5claws92
11279
11280         * sync with sylpheed 0.6.5cvs28
11281                 see ChangeLog entry 2001-12-14 (src/prefs_account.c)
11282
11283         * po/nl.po
11284                 update to allow for sync
11285
11286 2001-12-15 [alfons]
11287         
11288         * po/nl.po
11289                 update dutch translation
11290
11291 2001-12-14 [carsten]    0.6.5claws91
11292         * src/summaryview.c
11293                 fixed bug #473785; also after changing the column order
11294                 the same message will be selected and displayed as before
11295                 the reordering
11296
11297 2001-12-14 [carsten]    0.6.5claws90
11298         * src/folderview.c
11299                 probably found the bug reported by wwb opening or closing
11300                 a folder tree just before dnd (found the solution in the
11301                 balsa source -- thanks to them)
11302
11303 2001-12-14 [carsten]    0.6.5claws89
11304         * src/gtkutils.c
11305         * src/account.c
11306                 moved gtk_clist_moveto to the right place, so that
11307                 only the accounts dialog is effected on opening
11308
11309 2001-12-14 [carsten]    0.6.5claws88
11310         * src/gtkutils.c
11311                 gtkut_clist_set_focus_row does a gtk_clist_moveto
11312                 now, so that the focused row will be seen in any case
11313                 (reported by wwp on sf-claws-user)
11314
11315 2001-12-14 [darko]      0.6.5claws87
11316
11317         * src/compose.c
11318                 remove unnecessary line
11319
11320 2001-12-14 [paul]       0.6.5claws86
11321
11322         * sync with sylpheed 0.6.5cvs27
11323                 see ChangeLog entries 2001-12-14
11324
11325 2001-12-14 [carsten]    0.6.5claws85
11326         * src/mainwindow.c
11327                 following a suggestion of Melvin the rcoabm pops up
11328                 right under the button now and the button is reliefed
11329                 while the popup is open
11330
11331 2001-12-14 [darko]      0.6.5claws84
11332
11333         * src/compose.c
11334                 fix crash when wrapping long lines if linewrap quotation
11335                 is disabled and wrapper encounters a word spanning more
11336                 than one line
11337
11338 2001-12-13 [paul]       0.6.5claws83
11339
11340         * src/compose.c
11341                 prefer 'Reply-To' header over mailing list header when
11342                 replying to a message. Finally prevent all those confirmation 
11343                 messages being sent to the list itself.
11344
11345         * src/summaryview.c
11346                 remove unused summary_set_menu_sensitive() entry
11347
11348 2001-12-13 [paul]       0.6.5claws82
11349
11350         * src/folderview.c
11351         * src/pixmaps/inbox-hrm.xpm     ** NEW FILE **
11352         * src/pixmaps/outbox-hrm.xpm    ** NEW FILE **
11353         * src/pixmaps/trash-hrm.xpm     ** NEW FILE **
11354                 improvements to 'Hide read messages': Inbox, Outbox,
11355                 Trash, Queue, and Draft icons now reveal presence of hidden 
11356                 messages
11357
11358 2001-12-12 [alfons]     0.6.5claws81
11359
11360         0.6.5claws80 was tagged as LAST_STABLE
11361
11362         * src/filtering.[ch]
11363         * src/matcher.[ch]
11364         * src/matcher_parser_lex.c
11365                 fix the filtering; my last attempt to get it right, 
11366                 if it does not work, it's Hoa's turn. ;-)
11367
11368                 for my honourable peers:
11369                 
11370                 the code now makes a clear distinction between
11371                 rules as they are displayed (probably escaped),
11372                 and as they are executed (probably unescaped). the
11373                 parser does *NOT* do any unescaping, this is
11374                 the task of the matcher.c (which breaks up a
11375                 rule into condition) and the filtering.c (which
11376                 breaks up the rule's action). to make this
11377                 run happily we provide an unescaped copy of
11378                 crucial strings to the MatcherProp and 
11379                 FilteringAction structures. note that the only
11380                 exception to this is any REGEXP string. those
11381                 are directly passed to regcomp() and regexp()
11382                 (who have much more powerful unescape functions).
11383                 
11384                 for everyone else:
11385         
11386                 you can escape tab (\t), carriage return (\r),
11387                 linefeed (\n), form feed (\f), quote (\"), 
11388                 single quote (\'), bell (\b) in all the entry
11389                 lines in the scoring & filtering dialogs.
11390                 as an added bonus this should not affect
11391                 existing filtering rules.
11392
11393 2001-12-12 [carsten]    0.6.5claws80
11394
11395         * src/summaryview.c
11396         * po/de.po
11397                 "item(s) selected" is now sensitive to 1 or more
11398                 than one selected (nice for language where simple
11399                 adding of a "s" is not possible as German (Eintrag
11400                 ->Eintr"age)
11401                 
11402                 the "forward as attachment" entry from the right
11403                 click menu removed, "forward" acts following the
11404                 prefs
11405         
11406         * src/textview.c
11407                 reverted my former changes; so compiler warning again
11408                 but there's more GTK_TEXT/GTK_STEXT mixing on other places
11409                 nevertheless
11410
11411         * src/messageview.c
11412                 "search in message" does now *not* only work in MVIEW_TEXT
11413                 messages, but also in a MIMEVIEW_TEXT part of MVIEW_MIME
11414                 message
11415
11416         * src/mainwindow.c
11417                 removed "/File/_Close" as it was the same as "/File/E_xit"
11418                 and we don't need it two times
11419
11420                 the separate folder view and message view now get a distinct
11421                 WMCLASS, just in case someone is using sawfish ;-)
11422
11423                 as the menu entries "/View/Message view" and "/View/Folder tree"
11424                 are only doing something when SEPARATE_MESSAGE or SEPARATE_FOLDER
11425                 make them sensitive accordingly and as these two are "shown"
11426                 after startup anytime check this menuitem at startup
11427
11428 2001-12-12 [paul]       0.6.5claws79
11429
11430         * src/folderview.c
11431                 fix sensitivity of 'Search folder...', broken in
11432                 0.6.5claws75
11433
11434         * src/mainwindow.c
11435                 fix dodgy English
11436
11437 2001-12-11 [carsten]    0.6.5claws78
11438         * src/filtering.c
11439                 fixed two typos returning a wrong FALSE/TRUE
11440         * src/mainwindow.[ch]
11441                 extra menu for email/news button removed
11442
11443 2001-12-11 [alfons]     0.6.5claws77
11444         
11445         * src/matcher.c                 (1.3)
11446         * src/matcher_parser_lex.l      (1.28)
11447                 revert for another attempt
11448                 mark 0.6.5claws77 as LAST_STABLE
11449
11450 2001-12-11 [christoph]  0.6.5claws76
11451
11452         * po/de.po
11453                 fixed wrong translation for prev. unread msg
11454
11455 2001-12-11 [paul]       0.6.5claws75
11456
11457         * src/folder.[ch]
11458         * src/folderview.c
11459         * src/mainwindow.c
11460         * src/summaryview.[ch]
11461         * src/pixmaps/dir-open-hrm.xpm  ** NEW FILE **
11462                 enable ability to hide read messages on per folder basis via 
11463                 '/Summary/Hide read messages'; when selected, a folder will 
11464                 have a red open folder icon, instead of a blue icon, if the 
11465                 folder contains hidden messges
11466                 submitted by Thomas Link <t.link.tmp200101.gmx.net> 
11467
11468         * src/mainwindow.c
11469                 remove '/Message/Forward as attachment' from 
11470                 main_window_set_menu_sensitive() to prevent debug warning
11471
11472         * src/folderview.c
11473         * src/mainwindow.c
11474                 Clean up some of the English
11475
11476         * tools/newscache_clean.pl
11477                 allow for new 'hidereadmsgs' entry in folderlist.xml
11478
11479         * po/es.po
11480                 updated translation, submitted by Ricardo Mones Lastra
11481
11482 2001-12-11 [paul]       0.6.5claws74
11483
11484         * sync with sylpheed 0.6.5cvs25
11485                 see ChangeLog entry 2001-12-11
11486
11487 2001-12-10 [alfons]     0.6.5claws73
11488
11489         * src/matcher.c
11490                 add more control characters
11491         * src/matcher_parser_lex.l
11492                 make escaping / unescaping work again
11493
11494 2001-12-10 [alfons]     0.6.5claws72
11495
11496         * src/imap.c
11497                 clean up warnings "returning value for void function" 
11498         * src/prefs_filtering.c
11499                 make info button for execute action sensitive
11500
11501 2001-12-10 [paul]       0.6.5claws71
11502
11503         * src/compose.c
11504         * src/imap.[ch]
11505         * src/summaryview.c
11506                 fix: imap server now gets informed of MARKED, UNMARKED
11507                 and REPLY events. Now people can use different IMAP-Mail
11508                 clients and have the exact same information about MARKED,
11509                 UNMARKED and REPLY status with all of them. Especially
11510                 useful for imap servers with a web-frontend.
11511                 submitted by Tobias Sandhaas <medlor@web.de>
11512
11513 2001-12-09 [melvin]     0.6.5claws70
11514         
11515         * src/textview.[ch]
11516                 fixed bug #490076 (hunted down by Alfons who implemented
11517                 a workaround in 0.6.5claws65)
11518
11519 2001-12-09 [christoph]  0.6.5claws69
11520
11521         * src/summaryview.c
11522                 set pointer to string in LOCKED column to NULL
11523                 (might fix bug #490800)
11524
11525 2001-12-09 [carsten]    0.6.5claws68
11526
11527         * po/de.po
11528                 resolved some cluttered menu shortcuts 
11529                 ('creating new email' and 'creating news message'
11530                 hade the same)
11531         * src/compose.c
11532                 wmclass now distinc from main window
11533         * src/mainwindow.c
11534           src/mainwindow.h
11535                 email/news and forward button functionality similar
11536                 to the reply buttons; removed the ugly dropdown arrows
11537                 and use instead the right mouse button
11538
11539 2001-12-09 [paul]       0.6.5claws67
11540
11541         * src/imap.c
11542         * src/utils.h
11543                 allow spaces in imap folder names
11544                 submitted by Willem van Engen <wvengen@stack.nl>
11545
11546 2001-12-09 [paul]       0.6.5claws66
11547
11548         * sync with sylpheed 0.6.5cvs24
11549                 see ChangeLog entry 2001-12-09
11550
11551 2001-12-08 [alfons]     0.6.5claws65
11552
11553         * src/textview.c
11554                 prevent secondary selection claim after "add to sender" dialog
11555                 popped up. this is because there's a GDK_BUTTON_RELEASE pending.
11556                 we trick GTK by simulating a click at (0, 0) in the textview.
11557
11558 2001-12-08 [hoa]        0.6.5claws64
11559
11560         * src/folder.c
11561                 fixed a bug about the .processing folder name while filtering
11562
11563 2001-12-08 [alfons]     0.6.5claws63
11564
11565         * src/folderview.c 
11566                 work around problem of not correctly updating folder stats
11567                 when deleting messages. there's some folder scanning evil
11568                 going so the folderview_update_msg_num() does not work
11569                 correctly. need to investigate this.
11570
11571 2001-12-08 [paul]       0.6.5claws62
11572
11573         * sync with sylpheed 0.6.5cvs23
11574                 see ChangeLog entry 2001-12-08
11575
11576 2001-12-07 [christoph]  0.6.5claws61
11577
11578         * src/compose.c
11579                 fix another header translation problem
11580
11581 2001-12-07 [alfons]     0.6.5claws60
11582
11583         * src/mbox.c
11584                 make filtering also work on local spool mbox
11585
11586 2001-12-07 [carsten]    0.6.5claws59
11587         * src/addressbook.c
11588                 addressbook window gets a wmclass distinct from the main
11589                 sylpheed window
11590         * src/compose.h
11591         * src/mainwindow.[ch]
11592                   forward menu item will use mode selected in prefs, forward 
11593                 as attatchment in menu removed (will be substituted in the
11594                 toolbar similar to reply buttons)
11595                   create news message menu entry and news button is now 
11596                 sensitive to the existance of a news account
11597         * src/pixmaps/stock_mail_reply_quote.xpm           ** REMOVED **
11598         * src/pixmaps/stock_mail_reply_to_all_quote.xpm    ** REMOVED **
11599         * src/pixmaps/stock_mail_reply_to_sender_quote.xpm ** REMOVED **
11600                 these are removed because the toolbar buttons don't show
11601                 the quoting modus any longer
11602
11603 2001-12-07 [paul]
11604
11605         * tools/newscache_clean.pl      ** NEW FILE **
11606                 perl script to do some tidying up in the newscache directory 
11607                 
11608         * tools/sylpheed-switcher       ** NEW FILE **
11609                 perl script to enable easy switching between main and claws
11610                 
11611         * tools/README
11612                 added descriptions of the two new perl scripts          
11613
11614
11615 2001-12-07 [melvin]     0.6.5claws58
11616
11617         * src/messageview.c
11618                 fixed a warning during compilation introduced in 0.6.5claws56
11619
11620 2001-12-07 [paul]       0.6.5claws57
11621
11622         * src/mainwindow.[ch]
11623         * src/menu.[ch]
11624                 further usability enhancements to replying with or without 
11625                 quoting via the toolbar, use of Ctrl key is replaced by 
11626                 drop down menu 
11627                 Submitted by Carsten Schurig            
11628
11629 2001-12-07 [melvin]     0.6.5claws56
11630
11631         * src/messageview.c
11632                 hack to fix bug that prevented to make/paste selections
11633                 after switching between MVIEW_TEXT and MVIEW_MIME views
11634                 without deselecting the selection first.
11635
11636 2001-12-06 [alfons]     0.6.5claws55
11637
11638         * src/filtering.[ch]
11639         * src/inc.c
11640                 revise filtering a little bit more, and make sure
11641                 messages are delivered to the appropriate inbox
11642                 (perhaps set per account)
11643
11644 2001-12-06 [paul]       0.6.5claws54
11645
11646         * sync with sylpheed 0.6.5cvs22
11647                 see ChangeLog entry 2001-12-06
11648
11649 2001-12-05 [alfons]     0.6.5claws53
11650
11651         * src/inc.c
11652         * src/folder.[ch]
11653         * src/procmsg.c
11654         * src/filtering.c
11655                 more revisions of filtering system
11656                 (last stable version is marked as LAST_STABLE)
11657                 
11658                 | NOTE 1): the filtering system now uses a local folder called
11659                 | .processing. if filtering fails, check this directory
11660                 | for missing messages.
11661                 |
11662                 | NOTE 2): help us find the filtering actions still missing
11663
11664 2001-12-05 [paul]       0.6.5claws52
11665
11666         * src/mainwindow.c
11667                 fix bug where 'Empty Trash?' pop-up window appears even
11668                 when Trash is empty, submitted by Jesse Skinner         
11669
11670 2001-12-05 [melvin]     0.6.5claws51
11671
11672         * src/compose.c
11673                 fixed bug #486106 to select correct account when reediting 
11674                 a queued message
11675         
11676 2001-12-04 [alfons]     0.6.5claws50
11677
11678         * src/mh.c
11679                 declare markfile in appropriate functions when
11680                 no fchmod() is found (thanks to Mark Heerdink <marc@koelkast.net>
11681                 for spotting this)
11682
11683 2001-12-04 [paul]       0.6.5claws49
11684
11685         * sync with sylpheed 0.6.5cvs21
11686                 see ChangeLog entry 2001-12-04
11687
11688 2001-12-03 [christoph]  0.6.5claws48
11689
11690         * po/de.po
11691                 changed translation of undo
11692         * src/account.c
11693         * src/folder.c
11694                 don't reinvent the wheel to traverse a GNode
11695         * src/compose.[ch]
11696                 seperate code to create the compose gui into functions
11697                 add "Others" page with folder selection for saving copy
11698                 of the message.
11699                 the folder identifier is saved to queue header
11700         * src/procmsg.c
11701                 save message to folder in queue header
11702
11703 2001-12-03 [paul]       0.6.5claws47
11704
11705         * sync with sylpheed 0.6.5cvs20
11706                 see ChangeLog entry 2001-12-03
11707
11708 2001-12-01 [paul]
11709
11710         * more sync with sylpheed 0.6.5cvs19
11711                 see ChangeLog entry 2001-11-29
11712
11713 2001-11-30 [paul]       0.6.5claws46
11714         
11715         * src/compose.c
11716                 remove conflicts introduced by Hoa's last commit
11717          
11718         * src/mainwindow.c
11719                 make 'Message/Bounce' sensitive
11720
11721 2001-11-30 [hoa]        0.6.5claws45
11722
11723         * src/compose.c
11724                 slightly change bounce function to add
11725                 information about the user that bounced the mail
11726                 in the From header line.
11727
11728         * src/folderview.c
11729                 permit the use of processing in outbox folder.
11730
11731 2001-11-29 [paul]       0.6.5claws44
11732
11733         * src/mainwindow.[ch]
11734         * src/prefs_common.c
11735         * src/pixmaps/stock_mail_reply_quote.xpm            ** NEW FILE **
11736         * src/pixmaps/stock_mail_reply_to_all_quote.xpm     ** NEW FILE **
11737         * src/pixmaps/stock_mail_reply_to_author_quote.xpm  ** NEW FILE **
11738                 usability enhancements to the quoting, implements
11739                 use of Ctrl key to toggle quoting settings
11740                 Submitted by Carsten Schurig <Carsten.Schurig@web.de>
11741
11742 2001-11-29 [paul]       0.6.5claws43
11743         
11744         * sync with sylpheed 0.6.5cvs19
11745                 see ChangeLog entry 2001-11-28
11746
11747 2001-11-29 [melvin]     0.6.5claws42
11748         * src/Makefile.am
11749                 added enriched.[ch] to the list of files
11750
11751         * src/textview.c
11752         * src/mimeview.c
11753         * src/procmime.[ch]
11754         * src/enriched.[ch]
11755                 added support to view text/enriched
11756                 added support to show headers in message view for text/enriched and text/html
11757                         in non multipart messages
11758
11759 2001-11-28 [paul]       0.6.5claws41
11760
11761         * more sync with sylpheed 0.6.5cvs18
11762                 see ChangeLog entry 2001-11-27 (src/prefs_common.c)
11763
11764 2001-11-27 [paul]       0.6.5claws40
11765         
11766         * po/pt_BR.po
11767                 updated translation, submitted by Fabio Junior Beneditto
11768                 
11769         * sync with sylpheed 0.6.5cvs18
11770                 see ChangeLog entries 2001-11-26 (src/textview.c) and
11771                 2001-11-27
11772
11773
11774 2001-11-26 [paul]
11775
11776         * po/es.po
11777                 updated translation, submitted by Ricardo Mones Lastra
11778
11779 2001-11-26 [alfons]
11780
11781         * src/matcher.c
11782                 add more translatable strings
11783
11784 2001-11-26 [christoph]  0.6.5claws39
11785
11786         * po/de.po      
11787                 fixed one more umlaut
11788         * src/compose.c
11789                 fix translated header when it should not be translated
11790
11791 2001-11-26 [paul]       0.6.5claws38
11792
11793         * src/mainwindow.c
11794                 remove '/Message/Add Sender to address book' from 
11795                 main_window_set_menu_sensitive(), prevent debug warning
11796                 add 'Message/Mark/Mark all read' to mainwin_entries[]
11797
11798 2001-11-26 [paul]       0.6.5claws37
11799
11800         * src/summaryview.c
11801                 fix 'recurring unread state' bug 
11802
11803         * tools/README 
11804         * tools/filter_conv.pl
11805                 read name of top level mailbox from folderlist.xml
11806                 and presume nothing about its name              
11807
11808 2001-11-26 [darko]      0.6.5claws36
11809
11810         * src/gtkstext.[ch]
11811                 removed functions that are now in gtkutils.c
11812                 use gtkut_text_is_uri_string() from gtkutils.c
11813         * fix my comment on 2001-11-23 (missing gtkutils.[ch])
11814
11815 2001-11-26 [paul]       0.6.5claws35
11816
11817         * sync with sylpheed 0.6.5cvs16
11818                 see ChangeLog entries 2001-11-25 and 2001-11-26
11819
11820 2001-11-25 [alfons]     0.6.5claws34
11821
11822         EXPERIMENTAL!!! Please checkout the last stable version using: 
11823           
11824         % cvs update -r LAST_STABLE -dRAP
11825
11826         (Or help us testing this stuff.)
11827
11828         * src/filtering.c               (1.14)
11829         * src/filtering.h               (1.6)
11830         * src/inc.c                     (1.28)
11831         * src/matcher.c                 (1.20)
11832         * src/mbox.c                    (1.9)
11833         * src/procmsg.h                 (1.14)
11834         * src/summaryview.c             (1.59)
11835         * src/summaryview.h             (dunno)
11836                 revert/merge/sync to as it was before commit 
11837                 on Thu, 19 Jul 2001 10:15:51 -0700.
11838
11839 2001-11-25 [hoa]        0.6.5claws33
11840
11841         * src/main.c
11842                 processing mails at startup
11843
11844         * src/folderview.c
11845         * src/summaryview.[ch]
11846                 processing mails when entering folder
11847
11848         * src/prefs_filtering.c
11849                 fixed some UI bugs
11850
11851 2001-11-24 [alfons]     0.6.5claws32
11852
11853         * src/summaryview.[ch]
11854                 make summary sort headers work, and also make
11855                 sure the sort type is stored
11856
11857 2001-11-23 [alfons]     0.6.5claws31
11858
11859         * src/summaryview.[ch]
11860                 make lock work like mark
11861                 disallow deleting messages marked as locked
11862
11863 2001-11-23 [alfons]     0.6.5claws30
11864
11865         * src/gtkstext.c
11866         * src/compose.[ch]
11867         * src/Makefile.am
11868         * src/undo.[ch]
11869                 merge undo patch submitted by Jens
11870
11871 2001-11-23 [christoph]  0.6.5claws29
11872
11873         * src/.cvsignore
11874                 added ylwrap
11875         * src/compose.c
11876                 fixed gpg signing and encoding
11877         * src/folder.[ch]
11878         * src/main.c
11879                 added --status option to get new, unread and total
11880                 message count from a running sylpheed
11881         * src/prefs_common.c
11882                 temporary fix for reply_with_quote problem
11883                 (don't call functions for non existing widget)
11884         * src/procmsg.c
11885                 one more check for ignored threads but still not
11886                 always working correctly. probably a recursive
11887                 check for all parents is needed
11888
11889 2001-11-23 [darko]      0.6.5claws28
11890
11891         * src/compose.c
11892                 wrapping on send improvements
11893         * src/gtkutils.[ch]
11894                 fix for GtkSText after last sync with main branch
11895                 GTK_TEXT -> GTK_STEXT
11896
11897 2001-11-23 [paul]       0.6.5claws27
11898
11899         * sync with sylpheed 0.6.5cvs14
11900                 see ChangeLog entries 2001-11-22 and 2001-11-23
11901                 
11902         * po/de.po
11903                 fixed the scrambled umlauts 
11904                 submitted by Carsten Schurig <Carsten.Schurig@web.de>
11905
11906 2001-11-21 [paul]       0.6.5claws26
11907
11908         * sync with sylpheed 0.6.5cvs12
11909                 see 2nd ChangeLog entry dated 2001-11-20
11910
11911 2001-11-20 [paul]       0.6.5claws25
11912
11913         * sync with sylpheed 0.6.5cvs11
11914                 see ChangeLog entry 2001-11-19 (src/utils.c)
11915
11916 2001-11-20 [hiro]
11917
11918         * src/compose.c
11919                 GTK_TEXT -> GTK_STEXT
11920                 fix for wrong comment
11921
11922 2001-11-20 [hiro]       0.6.5claws24
11923
11924         * src/compose.[ch]
11925                 more merges from main branch
11926                 removed fatal warnings (uninitialized variables etc.)
11927                 some coding style fix
11928         * src/gtkutils.h
11929                 fixed typo.
11930         * src/addressbook.c
11931           src/addrindex.c
11932                 V-Card -> vCard
11933
11934 2001-11-19 [hoa]        0.6.5claws23
11935
11936         * src/filtering.c
11937         * src/prefs_scoring.c
11938         * src/matcher.[ch]
11939         * src/scoring.c
11940                 cleaning code
11941
11942         * src/matcher_parser_parse.y
11943         * src/prefs_filtering.c
11944                 bouncing
11945
11946 2001-11-19 [alfons]     0.6.5claws22
11947
11948         more of my old things into claws
11949
11950         * src/Makefile.am
11951         * src/prefs_common.c
11952         * src/procmsg.h
11953         * src/summaryview.[ch]
11954         * src/prefs_summary_column.c
11955         * src/pixmaps/locked.xpm
11956                 add indicators for locking of message in summary view
11957                 (does not work yet, only visual indicator)
11958
11959 2001-11-19 [paul]       0.6.5claws21
11960
11961         * sync with sylpheed 0.6.5cvs10
11962                 see ChangeLog entry 2001-11-19
11963
11964 2001-11-18 [alfons]     0.6.5claws20
11965         
11966         * src/filtering.c
11967                 remove an inadvertent free I forgot in previous clean up 
11968
11969 2001-11-18 [alfons]     0.6.5claws19
11970
11971         * src/filtering.[ch]
11972                 clean up & plug leaks
11973
11974 2001-11-18 [paul]       0.6.5claws18
11975
11976         * sync with sylpheed 0.6.5cvs9
11977                 see ChangeLog entries 2001-11-17 and 2001-11-18
11978
11979 2001-11-16 [paul]       0.6.5claws17
11980
11981         * sync with sylpheed 0.6.5cvs8
11982                 see ChangeLog entry 2001-11-16, src/grouplistdialog.c
11983
11984 2001-11-16 [paul]       0.6.5claws16
11985
11986         * sync with sylpheed 0.6.5cvs7
11987                 see ChangeLog entries 2001-11-15 and 2001-11-16
11988
11989 2001-11-15 [hoa]        0.6.5claws15
11990
11991         * src/compose.c
11992                 fix bounce, mails we received couln't be bounced to ourself.
11993
11994         * src/defs.h
11995         * src/filtering.[ch]
11996         * src/matcher.[ch]
11997         * src/matcher_parser.h
11998         * src/matcher_parser_lex.l
11999         * src/matcher_parser_parse.y
12000         * src/inc.c
12001         * src/main.c
12002         * src/mbox.c
12003         * src/prefs_filtering.[ch]
12004         * src/mainwindow.c
12005         * src/prefs_matcher.c
12006         * src/prefs_scoring.c
12007         * src/scoring.[ch]
12008         * src/summaryview.c
12009                 new matcher/filter/score configuration file parser
12010                 one unique configuration file => ~/.sylpheed/matcherrc
12011                 import in currently automatic, then save are made
12012                 in this new file.
12013                 one filter per folder and one global filter
12014                 (filter of a folder will be used as folder processing)
12015
12016         * src/folder.c
12017                 fix a bug in folder_item_get_identifier
12018                 
12019         * src/messageview.c
12020                 receive receipt return are fixed.
12021
12022 2001-11-14 [alfons]     0.6.5claws14
12023
12024         * src/session.h
12025                 add things from main branch to make claws compile
12026
12027 2001-11-14 [paul]       0.6.5claws13
12028
12029         * merge with SYNC-B4-REL and sync with sylpheed 0.6.5cvs5
12030                 see ChangeLog entries 2001-11-08 to 2001-11-14
12031
12032 2001-11-14 [hoa] 0.6.5claws12
12033
12034         * src/compose.[ch]
12035         * src/mainwindow.c
12036         * src/summaryview.c
12037                 add "bounce mail" option
12038
12039 2001-11-13 [christoph]  0.6.5claws11
12040
12041         * src/compose.c
12042                 Cleanup a mess i add before commiting
12043
12044 2001-11-13 [hoa]        0.6.5claws10
12045
12046         * src/compose.c
12047                 some fixes when mail are sent or
12048                 for crossposts
12049
12050 2001-11-13 [christoph]  0.6.5claws9
12051
12052         * po/de.po
12053                 Changed two string with the same translation
12054         * src/compose.c
12055         * src/procmsg.[ch]
12056         * src/send.[ch]
12057                 New mailsending process:
12058                   - Always queue message before sending
12059                     (message will be saved if sylpheed crashed or
12060                      freezes while sending)
12061                   - Allow queuing of newspostings
12062                   - No copy in outbox before sending
12063                     (closes bug #469501)
12064                   - No more redundant code for send and send_later
12065         * src/summaryview.c
12066                 Applied wwp <subscript@free.fr>'s patch that fixes
12067                 marks for multiple forwarded messages (+compose.c)
12068
12069 2001-11-12 [alfons]
12070
12071         * README.claws
12072                 remove things that are now in main branch
12073         
12074         * po/nl.po
12075                 update Dutch translation
12076
12077 2001-11-12 [mhadasht]   0.6.5.claws8
12078
12079         * src/prefs_common.c
12080                 re-enabled account autoselection feature for forward
12081                 and reedit lost during the branch point for SYNC-B4-REL
12082         * src/gtkspell.c
12083                 gtkpspell_get_dict(): more readable code (even if function is
12084                 not used yet)
12085         * ChangeLog.claws
12086                 added version number info to 2001-11-12 [hiro] comment.
12087
12088 2001-11-12 [hiro]       0.6.5.claws7
12089
12090         * src/compose.c
12091                 compose_forward(): fixed a bug that forward quote mark
12092                 wasn't used.
12093                 removed unnecessary code.
12094         * src/template_select.[ch]: removed.
12095
12096 2001-11-11 [alfons]
12097
12098         * src/compose.c
12099                 :%s/GTK_TEXT/GTK_STEXT/g
12100         
12101         * src/compose.[ch]
12102         * src/undo.[ch]
12103         * src/Makefile.am
12104                 revert the undo stuff (this is 0.6.6claws stuff)
12105
12106 2001-11-11 [hoa]        0.6.5.claws6
12107
12108         * src/compose.[ch]
12109                 Insert signature at the end of the text.
12110                 Added undo patch but currently disabled
12111
12112         * src/procmsg.c
12113                 Threading by subject improved.
12114
12115         * added src/undo.[ch]
12116                 Undo module for compose dialog box.
12117
12118 2001-11-11 [alfons]     0.6.5.claws5
12119
12120         * src/procmsg.c
12121                 prevent threading by subject on nodes that have already been
12122                 threaded by in-reply-to (as in "circular references in a tree
12123                 result in a dead branch")
12124
12125 2001-11-09 [hoa]        0.6.5.claws4
12126         
12127         * src/folderview.c
12128                 allows creation of mbox folder item from any files.
12129
12130 2001-11-09 [alfons]     0.6.5.claws3
12131         
12132         * src/utils.c
12133         * src/procmsg.c
12134                 do what I mean and correct threading by subject so it really
12135                 ignores attracting lines without "Re: "
12136
12137 2001-11-07 [alfons]     0.6.5.claws2
12138
12139         * src/procmsg.c
12140         * src/utils.[ch]
12141                 only attract by subject if a subject line starts with a "Re: "
12142         * src/syldap.c
12143                 remove warning
12144
12145 2001-11-07 [paul]       0.6.5claws1
12146
12147         * sync with sylpheed 0.6.5. release
12148                 see ChangeLog entry 2001-11-07
12149
12150 2001-11-07 [paul]       0.6.4claws31
12151
12152         * sync with sylpheed 0.6.4cvs18
12153                 see ChangeLog entries 2001-10-30 to 2001-11-07
12154                 prefs_templates.[ch] renamed prefs_template.[ch]
12155
12156 2001-11-06 [alfons]
12157         
12158         * src/utils.h
12159                 add semicolon Hoa forgot ;-)
12160                 
12161
12162 2001-11-06 [hoa]        0.6.4claws30
12163         
12164         * src/procmsg.c
12165         * src/summaryview.c
12166         * src/utils.c
12167         * src/utils.h
12168                 threading by subject - empty subject are ignored
12169
12170 2001-11-06 [christoph]  0.6.4claws29
12171
12172         * src/socket.c
12173                 use SSL_peek for sock_gets
12174         * src/utils.c
12175                 removed unneeded pointer in extracting quoted
12176                 names implementation
12177
12178 2001-11-06 [melvin]     0.6.4claws28
12179
12180         * src/gtkspell.c
12181                 fixed bug #476792 Selection overtyping with spell checker
12182                 fixed bug which could cause a buffer overflow
12183                 fixed a memory leak
12184
12185 2001-11-06 [hoa]        0.6.4claws27
12186         
12187         * src/procmsg.c
12188         * src/summaryview.c
12189                 threading by subject
12190
12191 2001-11-05 [alfons]     0.6.4claws26
12192         
12193         * README.claws
12194                 Claws -> Sylpheed (vice versa)
12195
12196         * src/compose.c
12197                 :%s/gtk_text/gtk_stext/g
12198                 :%s/GTK_TEXT/GTK_STEXT/g
12199                 (thanks to Jonathan Ware for spotting this)
12200
12201 2001-11-04 [christoph]  0.6.4claws25
12202
12203         * src/summaryview.c
12204                 replace Xalloca + strdup with Xstrdup_a
12205         * src/utils.c
12206                 better implementation of extracting quoted names
12207                 from addresses (remove backlashes and ignore
12208                 quotes after them)
12209
12210 2001-11-04 [alfons]     0.6.4claws24
12211
12212         * src/utils.[ch]
12213                 edit to comply more with coding style
12214
12215         * src/textview.c
12216                 fix bug reported by Kim Schulz. introduced by the patch integrated
12217                 in 0.6.4claws15. the code did not check the return value of
12218                 the html parser.
12219
12220         * AUTHORS
12221                 add Jonathan Ware and close "[ #475955 ] Enhanced Mailto Patch"
12222
12223 2001-11-04 [christoph]  0.6.4claws23
12224
12225         * src/main.c
12226         * src/prefs_common.[ch]
12227                 init some pointers that possibly caused a segfault
12228                 reported in the claws-users ML
12229
12230 2001-11-04 [hoa]        0.6.4claws22
12231
12232         * src/grouplistdialog.c
12233                 change the names of the nodes in the tree
12234
12235         * src/compose.c
12236                 enhanced mailto syntax as described in
12237                 http://developer.netscape.com/viewsource/husted_mailto/mailto.html
12238                 (thanks to Jonathan Ware <jonathan_ware@gmx.co.uk>)
12239
12240         * src/utils.c
12241                 encode and decode URI (useful when opening URL into
12242                 netscape).
12243
12244 2001-11-03 [hoa]        0.6.4claws21
12245
12246         * src/grouplistdialog.c
12247                 a new newsgroups list selection dialog box
12248                 with a CTree instead of a CList
12249
12250 2001-11-03 [hoa]        0.6.4claws20
12251
12252         * src/folderview.c
12253                 enable property and scoring options when right
12254                 click on "inbox"
12255
12256         * src/summaryview.c
12257                 fixed bug when nickname were displayed using
12258                 the address book.
12259
12260 2001-11-02 [darko]      0.6.4claws19
12261
12262         * src/compose.c
12263                 new wrap quotation and URL/long words wrapping implementation
12264         * src/compose.c src/gtkstext.[ch]
12265                 move gtkstext_strncmp() to gtkstext.c
12266
12267 2001-11-01 [christoph]  0.6.4claws18
12268
12269         * src/prefs_account.c
12270                 fixed mess in account settings dialog
12271         * src/prefs_folder_item.c
12272                 added label with folder path to dialog
12273
12274 2001-10-31 [match]      0.6.4claws17
12275
12276         * src/vcard.c
12277                 fix memory leak.
12278         * src/addrbook.c
12279                 fix generation of spurious address book file names.
12280                 remove redundant functions.
12281         * po/POTFILES.in
12282                 added missing file names.
12283
12284 2001-10-30 [paul]       0.6.4claws16
12285
12286         * sync with sylpheed 0.6.4cvs6
12287                 see ChangeLog entries 2001-10-26 to 2001-10-30
12288
12289         * tools/filter_conv.pl
12290                 read folderlist.xml to discover whether the top-level
12291                 folder is called 'Mailbox' or 'Mail' 
12292
12293 2001-10-29 [paul]       0.6.4claws15
12294
12295         * src/html.c, src/textview.c
12296                 activate links in html mail and fix clickable parts
12297                 Submitted by Matthieu Dazy <dazy@t-surf.com>
12298
12299 2001-10-29 [paul]
12300
12301         * po/de.po, po/es.po, po/pt_BR/po
12302                 updated translations, submitted by Jens Oberender,
12303                 Ricardo Mones Lastra, and Fabio Junior Beneditto
12304
12305 2001-10-29 [darko]      0.6.4claws14
12306
12307         * src/compose.c
12308                 fix wrapping for good
12309
12310 2001-10-29 [darko]
12311
12312         * src/compose.c
12313                 undo previous change as it broke the smart wrapping
12314
12315 2001-10-29 [darko]      0.6.4claws13
12316
12317         * src/compose.c
12318                 fix infinite loop when long URL is quoted
12319                 (closes bug #475122.
12320
12321 2001-10-28 [match]
12322
12323         * src/mutt.[ch] src/importmutt.[ch] src/mgutils.[ch] src/addressbook.c src/Makefile.am
12324                 import Mutt address book
12325         * src/ldif.[ch] src/importldif.h
12326                 modified import LDIF handle user attributes
12327
12328 2001-10-28 [christoph]  0.6.4claws12
12329
12330         * src/summaryview.c
12331                 fixed that filtering did not work if there
12332                 were no filter rules
12333                 (closes bug #472003 and better implementation
12334                  of patch #474644)
12335
12336 2001-10-27 [christoph]  0.6.4claws11
12337
12338         * src/compose.c
12339                 make the folder's default account to be used when
12340                 replying. (patch by wwp <subscript@free.fr>)
12341         * src/compose.c
12342                 code cleanup, nearly killed all of wwp's patch
12343                 for folder's default account in compose
12344         * src/folderview.c
12345                 error panel when a folder could not be created
12346                 (closes bug #471080 new folder name & already
12347                  existing file)
12348
12349 2001-10-26 [alfons]
12350
12351         * src/utils.h
12352                 change prototype of strstr2() that Christoph forgot about
12353
12354 2001-10-26 [christoph]  0.6.4claws10
12355
12356         * src/account.c
12357                 made search for accounts by email address not case
12358                 sensitive
12359         * src/folder.c
12360                 fixed memory leak in folder_item_get_identifier
12361         * src/gtkspell.c
12362         * src/utils.c
12363                 fixed wrong strstr2 (should work like strstr)
12364
12365 2001-10-26 [darko]      0.6.4claws9
12366
12367         * src/compose.c src/gtkstext.[ch]
12368         * src/gtkstext.c
12369                 move is_url_string() and gtkstext_str_strcmp() to gtkstext.c
12370
12371 2001-10-26 [paul]       0.6.4claws8
12372
12373         * src/html.c
12374                 ignore css and javascript tags in html mail
12375                 case-insensitive, with or without double-quoted
12376                 strings
12377
12378 2001-10-26 [paul]       0.6.4claws7
12379
12380         * sync with sylpheed 0.6.4cvs1
12381                 see ChangeLog entry 2001-10-26
12382
12383         * src/prefs_account.c, src/prefs_common.c,
12384           src/prefs_summary_column.c
12385                 minor improvements to the English
12386
12387 2001-10-25 [alfons]     0.6.4claws6
12388
12389         * src/gtkstext.c
12390         
12391                 make GtkSText follow style of GtkText (closes bug 
12392                 #469211 "text selection while writing message")
12393                 
12394                 do sync with GTK 1.2.10
12395
12396 2001-10-25 [paul]       0.6.4claws5
12397
12398         * src/html.c
12399                 ignore css tags in html mail
12400
12401 2001-10-25 [darko]      0.6.4claws4
12402
12403         * src/compose.c
12404                 don't declare is_url_string as static function since
12405                 we need it in gtkstext.c
12406         * src/gtkstext.c
12407                 remove unused variable
12408                 don't wrap long URLs while composing a message
12409
12410 2001-10-24 [christoph]  0.6.4claws3
12411
12412         * src/socket.c
12413                 fix ssl deadlock, when peer closes connection
12414
12415 2001-10-24 [paul]       0.6.4claws2
12416
12417         * src/prefs_common.c
12418                 gettextize the gpg ascii-armored warning message
12419
12420         * src/compose.c
12421                 insert a DOS/MAC file into the composed message
12422                 (improvements)
12423
12424         * Both submitted by Thierry Godefroy <godefroy@imaginet.fr>
12425
12426 2001-10-22 [paul]       0.6.4claws1
12427
12428         * sync with sylpheed 0.6.4 release
12429                 see ChangeLog entries 2001-10-21
12430
12431         * po/fr.po, po/pt_BR.po
12432                 updated by Melvin Hadasht and Fabio Junior Beneditto
12433
12434 2001-10-21 [paul]       0.6.3claws30
12435
12436         * src/compose.c
12437                 insert a DOS text file from the compose window
12438                 into the composed message text (removes CRs characters)
12439                 Submitted by Thierry Godefroy <godefroy@imaginet.fr>
12440
12441         * tools/filter_conv.pl, tools/README
12442                 automatically use ~/.sylpheed as working directory
12443                 print out confirmation message on completion
12444
12445         * correct Hoa's last ChangeLog.claws entry
12446
12447 2001-10-20 [hoa]        0.6.3claws29
12448
12449         * src/grouplistdialog.c
12450                 bugfix (another ?) to give the right
12451                 newsgroups list for each news server.
12452
12453         * src/news.c
12454         * src/news.h
12455                 improve the newsgroups list cache
12456
12457 2001-10-20 [paul]       0.6.3claws28
12458
12459         * sync with sylpheed 0.6.3cvs9
12460                 see ChangeLog entry 2001-10-19
12461
12462         * correct Alfons' last ChangeLog.claws entry
12463
12464 2001-10-19 [alfons]
12465
12466         * src/pgptext.[ch]
12467                 fix compilation problems (part of bug #472895)
12468
12469 2001-10-18 [hoa]        0.6.3claws27
12470
12471         * src/grouplistdialog.c
12472                 bugfix when we refresh was clicked (bug 472701)
12473
12474 2001-10-19 [christoph]  0.6.3claws26
12475
12476         * src/compose.c
12477                 last header entry should default to "To:" or
12478                 "Newsgroups:" and not copy the last entry line
12479                 in a new compose window
12480                 (closes bug #472686, #470792)
12481
12482 2001-10-19 [paul]       0.6.3claws25
12483
12484         * sync with Sylpheed 0.6.3cvs8
12485                 see ChangeLog entries 2001-10-18 and 2001-10-19
12486
12487 2001-10-18 [christoph]  0.6.3claws24
12488
12489         * src/procmsg.c
12490                 reimplement ignore thread
12491         
12492 2001-10-18 [hoa]        0.6.3claws23
12493
12494         * src/folderview.c
12495         * src/grouplistdialog.[ch]
12496                 enhanced news subscription interface (feature 469113)
12497
12498         * src/news.c
12499         * src/news.h
12500                 enchanced newsgroup listing,
12501                 now, we can get groups informations
12502                 (NNTPGroupInfo)
12503
12504 2001-10-18 [paul]       0.6.3claws22
12505
12506         * src/summaryview.c
12507                 remove comment (sync with main branch)
12508         * src/mainwindow.c
12509                 fix 'Re-edit' bug in 'Message' menu
12510
12511 2001-10-17 [christoph]  0.6.3claws21
12512
12513         * src/compose.c
12514                 ignore empty or whitespace only header lines
12515
12516 2001-10-17 [paul]       0.6.3claws20
12517
12518         * sync with sylpheed 0.6.3cvs7
12519                 see ChangeLog entries 2001-10-14, 2001-10-16, and
12520                 2001-10-17
12521
12522 2001-10-17 [darko]
12523
12524         * src/compose.c
12525                 wrap long lines without spaces
12526                 don't wrap URLs
12527
12528 2001-10-16 [paul]
12529
12530         * po/es.po, po/nl.po, po/pt_BR.po
12531                 updated by Ricardo Mones Lastra, Alfons,
12532                 and Fabio Junior Beneditto
12533
12534         * sylpheed-0.6.3claws released
12535
12536 2001-10-15 [melvin] 0.6.3claws18
12537
12538         * README.claws
12539                 added summary and detailed installation instructions
12540                 for spell checker
12541         * po/fr.po
12542                 Updated, corrected and completed french translation
12543
12544 2001-10-15 [hoa] 0.6.3claws17
12545         * src/grouplistdialog.c
12546                 we can choose the newsgroups to display with wildcards
12547
12548 2001-10-15 [christoph]  0.6.3claws16
12549
12550         * src/account.c
12551         * src/compose.c
12552         * src/prefs_folder_item.[ch]
12553                 applied wwp <subscript@free.fr>'s folder
12554                 default account patch
12555         * po/de.po
12556                 Fixed wrong translation
12557
12558 2001-10-13 [alfons, christoph, melvin]  
12559                         0.6.3claws15
12560
12561         solution #2 to solve MT-safety problems defers all GUI related calls
12562         to the main thread using a gtk_idle_add() callback. discussed on
12563         ircnet #sylpheed, with christoph spotting some issues with the
12564         original code, and melvin allowing us to lobotomize his sylpheed.
12565
12566         * src/syldap.[ch], src/main.c
12567                 fix race problem in ldap search thread by deferring GUI 
12568                 stuff to main thread using gtk_idle_add()
12569
12570 2001-10-13 [paul]       0.6.3claws14
12571
12572         * src/prefs_account.[ch], src/send.c, src/smtp.[ch]
12573                 add Sergey's smtpcred.patch
12574                 adds separate username/password setting for SMTP Auth
12575                 needed by some servers
12576                 (closes feature request #471659)
12577
12578 2001-10-13 [paul]       0.6.3claws13
12579
12580         * src/pgptext.[ch] **NEW FILES**
12581         * src/Makefile.am, src/messageview.c, src/mimeview.c
12582                 decrypt ascii-armored gpg text embedded in
12583                 the message body.
12584                 Submitted by Jens Jahnke <jan0sch@gmx.net>
12585
12586 2001-10-13 [christoph]  0.6.3claws12
12587
12588         * README.claws
12589                 some more details on default to and
12590                 feature requests
12591         * src/main.c
12592                 init glib threading when ldap is used
12593         * src/syldap.c
12594                 threading fixes
12595         * po/de.po
12596                 fixed a typo
12597
12598 2001-10-12 [paul]       0.6.3claws11
12599
12600         * src/prefs_common.[ch], src/rfc2015.c
12601                 enable ascii-armored gpg text to be embedded in the
12602                 message body, selectable through the 'Privacy'
12603                 preferences. Supports encrypting only.
12604                 Submitted by Ravemax <ravemax@dextrose.com>
12605
12606 2001-10-12 [paul]       0.6.3claws10
12607
12608         * sync with sylpheed 0.6.3cvs6
12609                 see ChangeLog entries 2001-10-11 and 2001-11-12
12610
12611         * src/folderview.c
12612                 incorporated mbox folders, scoring, and folder
12613                 properties into the sync
12614
12615 2001-10-12 [darko]      0.6.3claws9
12616
12617         * README.claws
12618                 describe quotation wrapping
12619         * src/compose.c
12620                 don't treat tab as space to calculate line length properly
12621
12622 2001-10-11 [alfons]
12623
12624         * README.claws
12625                 correct description of how to make new filtering system work,
12626                 add some other things
12627                 
12628         * src/syldap.c
12629                 remove sched_yield() (not necessary / unportable)
12630
12631 2001-10-11 [paul]       0.6.3claws8
12632
12633         * sync with sylpheed 0.6.3cvs3
12634                 see ChangeLog entry 2001-10-10
12635
12636 2001-10-10 [christoph]  0.6.3claws7
12637
12638         * .cvsignore
12639                 ignore 2 files created by newer autotools
12640         * src/prefs_folder_item.c
12641                 using table for widget alignment
12642                 fixed memory leak and broken octal display
12643         * src/filesel.c
12644                 fixed segfault caused by lost filename
12645                 workaround (closes bug #469551)
12646
12647 2001-10-10 [paul]       0.6.3claws6
12648
12649         * sync with sylpheed 0.6.3cvs2
12650                 see ChangeLog entries 2001-10-09 and 2001-10-10
12651
12652 2001-10-10 [darko]      0.6.3.claws5
12653
12654         * src/gtkstext.c
12655                 proper calculation of right margin if smart wrapping is enabled
12656         * src/compose.c
12657                 automatically wrap long lines if wrap quotation is enabled
12658
12659 2001-10-09 [alfons]     0.6.3.claws4
12660
12661         * src/summaryview.c
12662                 select correct row when deleting last row in the summary view (and
12663                 close bug "[ #469104 ] select second last in list when deleting")
12664
12665 2001-10-09 [paul]       0.6.3claws3
12666
12667         * sync with sylpheed 0.6.3cvs1
12668                 updated some autotool scripts
12669
12670 2001-10-09 [darko]      0.6.3claws2
12671
12672         * src/gtkstext.[ch]
12673                 new name and mark with Sylpheed comment
12674         * src/compose.c
12675                 smart quotation wrapping a-la VIM
12676
12677 2001-10-08 [paul]       0.6.3claws1
12678
12679         * sync with sylpheed 0.6.3 release
12680                 see ChangeLog entry 2001-10-08
12681
12682 2001-10-08 [paul]       0.6.2claws24
12683
12684         * src/summaryview.c
12685                 more sync with sylpheed 0.6.2cvs12
12686                 Fixed the bug that didn't select the last row correctly
12687
12688
12689 2001-10-07 [paul]       0.6.2claws23
12690
12691         * sync with sylpheed 0.6.2cvs12
12692                 see ChangeLog entry 2001-10-07
12693
12694 2001-10-06 [match]
12695         * src/jpilot.[ch]
12696                 enable jpilot to read unsynch'ed addresses.
12697
12698         * src/editldap_basedn.c
12699                 fix segfault when opening dialog.
12700
12701 2001-10-06 [alfons]     0.6.2.claws22
12702
12703         * src/summaryview.c
12704                 fix bug with summary view selecting last *inserted*
12705                 node instead of last *visible* node. remember we
12706                 work with a tree
12707
12708 2001-10-06 [paul]       0.6.2claws21
12709
12710         * po/pt_BR.po
12711                 updated translation, contains some fixes and new
12712                 translations, submitted by Gustavo Noronha Silva
12713                 <kov@debian.org>
12714
12715         * src/prefs_common.c
12716                 change 'each' to 'every' - fix dubious English
12717
12718         * sync with sylpheed 0.6.2cvs11
12719
12720 2001-10-05 [alfons]     0.6.2claws20
12721
12722         * src/mainwindow.[ch], src/folderview.c
12723                 make composite tool button switch between "Compose News"
12724                 and "Compose Mail" depending on selected folder
12725                 (nifty idea by Kim Schulz <kim@schulz.dk>)
12726
12727 2001-10-05 [paul]       0.6.2claws19
12728
12729         * src/mainwindow.c, src/summaryview.c
12730                 fix 'Message/Reply to all', broken in last commit
12731
12732         * src/compose.c
12733                 fix X_BEENTHERE seg fault, thanks to Alfons
12734
12735 2001-10-04 [paul]       0.6.2claws18
12736
12737         * src/compose.[ch], src/mainwindow.c
12738                 make "Message/Reply" reply to mailing lists; matches
12739                 'X-Mailing-list:' and 'X-BeenThere:' ML headers.
12740                 based on portions of the patch submitted by
12741                 Junichi Uekawa <dancer@netfort.gr.jp>
12742
12743 2001-10-04 [darko]      0.6.2claws17
12744
12745         * src/compose.c
12746                 better smart wrapping
12747         * src/gtkstext.[hc]
12748                 a function to make text buffer contiguous
12749
12750 2001-10-03 [paul]       0.6.2claws16
12751
12752         * sync with sylpheed 0.6.2cvs10
12753
12754 2001-10-02 [alfons]
12755
12756         * configure.in
12757         * po/zh_CN.GB2312.po, po/zh_TW.Big5.po
12758                 close bug "[ #466566 ] compile error on mdk 8.0" by removing
12759                 references to chinese translations (hope someone picks up
12760                 this)
12761
12762 2001-10-02 [christoph]  0.6.2claws15
12763
12764         * src/compose.c
12765                 fixed non translated header bug
12766         * ChangeLog.claws
12767                 fixed wrong date in alfons last entry ;)
12768
12769 2001-10-02 [alfons]     0.6.2claws14
12770
12771         * src/compose.c, src/prefs_common.[ch]
12772                 add block cursor option
12773
12774 2001-10-02 [paul]       0.6.2claws13
12775
12776         * sync with sylpheed 0.6.2cvs9
12777
12778 2001-09-30 [paul]       0.6.2claws12
12779
12780         * po/de.po, po/es.po, po/fr.po, po/nl.po, po/pt_BR.po
12781                 updated translations
12782
12783         * po/POTFILES.in
12784                 add 'src/importldif.c'
12785
12786         * AUTHORS, tools/README, tools/eud2gc.py, tools/Makefile.am
12787                 added eudora-to-vCard conversion tool
12788                 submitted by Jeroen Versteeg <j.m.versteeg@student.utwente.nl>
12789
12790         * sync with sylpheed 0.6.2cvs8
12791
12792 2001-09-30 [paul]
12793
12794         * sylpheed-0.6.2claws released
12795
12796 2001-09-27 [melvin]     0.6.2claws11
12797
12798         * src/gtkspell.c
12799                 fixed crash when using default path (introduced 
12800                 in 0.6.2claws10)
12801                 fixed tiny bug for initial suggestion mode
12802
12803 2001-09-27 [melvin]     0.6.2claws10
12804         
12805         * src/gtkspell.c
12806                 fixed bug where gtkpspell didn't set the path correctly
12807
12808         * README.claws
12809                 added a paragraph about spell checking
12810                 
12811
12812
12813 2001-09-27 [paul]       0.6.2claws9
12814
12815         * src/addrbook.c, src/addrcache.c, src/addritem.c, src/jpilot.c
12816                 replace '// comments' with '/* comments */' to prevent
12817                 some compiler warnings 
12818
12819         * sync with sylpheed 0.6.2cvs6
12820
12821 2001-09-26 [alfons]     0.6.2claws8
12822
12823         * src/messageview.c
12824                 introduce return receipt request notification again,
12825                 which was lost because of other semantics in 
12826                 procheader_parse() (???)
12827
12828 2001-09-26 [christoph]  0.6.2claws7
12829
12830         * src/compose.c
12831                 replace comments for old code with #if 0
12832                 readded auto cc, bcc and reply-to
12833         * src/prefs_matcher.c
12834         * src/prefs_scoring.c
12835                 removed some definition (was moved to
12836                 prefs.h)
12837
12838 2001-09-26 [paul]       0.6.2claws6
12839
12840         * src/mainwindow.c
12841                 make 'Follow-up and reply to' sensitive
12842
12843         * more sync with sylpheed 0.6.2cvs5
12844
12845 2001-09-25 [melvin]
12846
12847         * 0.6.2claws5
12848
12849         * src/gtkspell.c
12850                 fixed bug for "US-ASCII" introduced by the encoding code
12851
12852 2001-09-25 [paul]
12853
12854         * 0.6.2claws4
12855
12856         * src/prefs_common.[ch], src/summaryview.c
12857                 'next unread msg' 'go to next folder?' dialog can be
12858                 given default behaviour, either always show dialog,
12859                 or assume 'yes', or assume 'no'
12860                 Submitted by wwp <subscript@free.fr>
12861
12862 2001-09-25 [melvin]
12863                 
12864         * src/compose.c src/gtkspell.[ch]
12865                 added support for different encodings
12866
12867 2001-09-25 [paul]
12868
12869         * more sync with sylpheed 0.6.2cvs5
12870
12871 2001-09-24 [alfons]
12872         
12873         * src/prefs_folder_item.c
12874                 add check for item->prefs->default_to string is NULL and
12875                 add another check when freeing this string
12876
12877 2001-09-24 [paul]
12878
12879         * configure.in
12880                 change to version 0.6.2claws3
12881
12882         * sync with sylpheed 0.6.2cvs5 
12883
12884 2001-09-24 [match]
12885         * src/ldif.[ch], src/importldif.[ch], addressbook.c
12886                 import LDIF files.
12887         * src/addrcache.[ch], addrindex.[ch]
12888                 small update for future
12889         * src/addrbook.c
12890                 fix test XML file.
12891
12892 2001-09-24 [melvin]
12893         * src/gtkspell.[ch]
12894                 added 'Learn from mistakes' option
12895                 better handling of quotes in checked words
12896                 sorted dict list
12897         * po/fr.po
12898                 small update for spell checking stuff
12899
12900 2001-09-23 [alfons]
12901         
12902         * src/gtkspell.c
12903                 edit a little bit so it complies more with main coding style
12904
12905 2001-09-23 [alfons]
12906
12907         * src/folder.[ch], prefs_folder_item.c, compose.c
12908                 migrate "request return receipt" folder property
12909                 to folderlist.xml
12910
12911 2001-09-22 [alfons]
12912
12913         * README.claws **NEW**
12914                 (add things of interest for users of main branch 
12915                 and claws here)
12916
12917         * src/folder.[ch], src/mainwindow.c, src/summaryview.c
12918                 re-implement threading per folder option, but store 
12919                 the setting in folderlist.xml (where it belongs)
12920
12921 2001-09-21 [melvin]
12922
12923         * src/gtkspell.[ch]
12924                 fixed bug when compose window is under another window
12925         * src/prefs_common.[ch] src/compose.c
12926                 changed 'dictionary_path' to 'dictionary' to be consistent
12927                 dropped PSPELL_PATH macro (hard coded default to /usr/local/share/pspell)
12928         * ac/pspell.m4 src/Makefile.am 
12929                 dropped PSPELL_PATH macro
12930         * po/fr.po
12931                 updated translations
12932
12933 2001-09-21 [christoph]
12934
12935         * src/compose.c
12936                 added border around header fields
12937                 keep header type when new field is added
12938
12939 2001-09-20 [christoph]
12940
12941         * src/utils.[ch]
12942                 more portable debug_print with source filename
12943                 and linenumber
12944         * src/procmsg.c
12945                 more newlines after debug messages
12946
12947 2001-09-20 [paul]
12948
12949         * configure.in
12950                 change to version 0.6.2claws2
12951
12952         * sync with sylpheed 0.6.2cvs3
12953
12954 2001-09-19 [melvin]
12955
12956         * src/gtkspell.c
12957                 fixed the post-right-click focus pb
12958                 fixed crash when 'Spell check all' after dict change 
12959                         and when cursor is at the end of the text
12960                 shift-right-click pops up config menu even on misspelled words.
12961         * po/POTFILES.in
12962                 added gtkspell.c
12963
12964 2001-09-19 [melvin]
12965
12966         * src/about.c
12967                 added pspell to compiled-in features list
12968
12969 2001-09-18 [melvin]
12970
12971         * switched to pspell and dropped ispell
12972         * ac/pspell.m4
12973                 new file. autoconf macro for pspell
12974         * ac/Makefile.am 
12975         * configure.in acconfig.h
12976                 added pspell support
12977         * src/Makefile.am
12978         * src/main.c src/compose.[ch] src/gtkspell.[ch]
12979         * src/prefs_common.[ch] 
12980                 added pspell support
12981
12982 2001-09-18 [christoph]
12983
12984         * src/addr_compl.c
12985         * src/template.[ch]
12986                 replace LOG_MESSAGE with debug_print
12987         * src/compose.[ch]
12988                 gui improvements
12989         * src/menu.c
12990                 added newline after debug message
12991         * src/utils.h
12992                 using __VA_ARGS__ for debug_print macro
12993         * tools/.cvsignore
12994                 ignore Makefile and Makefile.in
12995
12996 2001-09-18 [paul]
12997
12998         * configure.in
12999                 change to version 0.6.2claws1
13000         * sync with sylpheed 0.6.2cvs1
13001
13002         * src/matcher.c 
13003         * src/prefs_matcher.c
13004                 add 'score equal to' option, submitted by
13005                 Paul Evans <nerd@freeuk.com>
13006
13007 2001-09-15 [christoph]
13008
13009         * src/mainwindow.c
13010                 comment out menu entry not existing in claws
13011         * src/menu.c
13012                 add debug output for non existing menu entries
13013         * src/summaryview.c
13014                 fix next/prev unread message for ignored threads
13015         * src/utils.[ch]
13016                 add sourcefile and line number to debug output
13017                 otherwise it is sometimes hard to find the
13018                 source code part if debug messages are translated
13019
13020 2001-09-14 [darko]
13021         
13022         * src/folderview.c
13023                 refresh target folder style after colour is changed
13024
13025 2001-09-13 [paul]
13026
13027         * configure.in
13028                 change to version 0.6.1claws3
13029
13030         * sync with sylpheed 0.6.1cvs6
13031
13032 2001-09-13 [darko]
13033         
13034         * src/folderview.c
13035                 fix target folder colourization to use user selected colour
13036
13037 2001-09-12 [darko]
13038         
13039         * src/summaryview.c
13040                 fix crash when message that is marked for copy/move is unmarked
13041
13042 2001-09-09 [paul]
13043
13044         * configure.in
13045                 change to version 0.6.1claws2
13046
13047         * sync with sylpheed 0.6.1cvs3
13048
13049 2001-09-09 [alfons]
13050         
13051         * src/folderview.c
13052                 fix bug with default font used for trash folder text
13053
13054 2001-09-06 [paul]
13055
13056         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
13057                 updated translations
13058
13059         * configure.in
13060                 change to version 0.6.1claws1
13061
13062         * sync with sylpheed 0.6.1cvs2
13063
13064 2001-09-03 [paul]
13065
13066         * po/POTFILES.in
13067                 add Match's new addressbook
13068
13069         * po/de.po
13070                 updated translation submitted by Jens Oberender
13071
13072 2001-09-02 [paul]
13073
13074         * configure.in
13075                 change to 0.6.1claws
13076         * sync with sylpheed 0.6.1 release
13077
13078 2001-09-02 [paul]
13079
13080         * configure.in
13081                 change to 0.6.0claws2
13082
13083         * sync with sylpheed 0.6.0cvs4
13084
13085         * po/pt_BR.po
13086                 updated translation submitted by Fabio Junior Beneditto
13087
13088 2001-09-01 [match]
13089         * pixmaps/
13090                 interface.xpm
13091                 book.xpm
13092                 address.xpm
13093         * src/
13094                 Makefile.am
13095                 a ton of new files
13096
13097 2001-08-31 [paul]
13098
13099         * configure.in
13100                 change to version 0.6.0claws1
13101
13102         * sync with sylpheed 0.6.0cvs1
13103
13104         * po/es.po
13105                 updated translation submitted by Ricardo Mones Lastra
13106
13107         * po/POTFILES.in
13108                 add 'src/prefs_templates.c'
13109
13110         * src/compose.c, src/summaryview.c
13111                 fix segfault on 'Re_edit'               
13112
13113 2001-08-30 [alfons]
13114
13115         * configure.in, Makefile.am
13116         * tools/Makefile.am
13117                 add tools directory to source distribution
13118
13119 2001-08-30 [paul]
13120
13121         * configure.in
13122                 change to version 0.6.0claws
13123
13124         * sync with sylpheed 0.6.0 release
13125
13126 2001-08-30 [christoph]
13127
13128         * configure.in
13129                 removed autoconf version check
13130
13131 2001-08-30 [paul]
13132
13133         * src/account.c, src/compose.c, src/prefs_common.[ch]
13134         * src/procheader.[ch] src/utils.[ch]
13135                 Enhanced automatic account selection on replies
13136                 Submitted by Melvin Hadasht <melvin.hadasht@free.fr>
13137
13138         * configure.in
13139                 add LDAP and JPilot to the configuration results output.
13140
13141 2001-08-29 [christoph]
13142
13143         * src/summeryview.c
13144                 no bold font for ignored threads
13145
13146 2001-08-29 [paul]
13147
13148         * configure.in
13149                 change to version 0.5.3claws6
13150
13151         * sync with sylpheed 0.5.3cvs10
13152                 src/stringtable.[ch]: New Files
13153
13154         * src/compose.c, src/gtkutils.c, src/gtkutils.h, src/mainwindow.c
13155         * src/pixmaps/sylpheed.xpm
13156                 add mini-icons to windows (by Alfons)
13157
13158 2001-08-27 [paul]
13159
13160         * src/mainwindow.c
13161                 new functions: next_labeled_cb(), prev_labeled_cb()
13162
13163         * src/summaryview.c
13164                 new functions: summary_find_next_labeled_msg(), summary_find_prev_labeled_msg(),
13165                 summary_select_next_labeled(), summary_select_prev_labeled()
13166
13167         * src/pixmaps/dir-close.xpm, src/pixmaps/dir-open.xpm, src/pixmaps/trash.xpm
13168                 give claws blue folders and a blue trash can
13169
13170 2001-08-27 [paul]
13171
13172         * configure.in
13173                 change to version 0.5.3claws5
13174
13175         * sync with sylpheed 0.5.3cvs9
13176                 src/labelcolors.[ch] renamed to src/colorlabel.[ch] 
13177
13178 2001-08-24 [christoph]
13179
13180         * src/filesel.c
13181                 keep filename when browsing directories
13182                 (not working for user entered filename, but
13183                  for default name and selected filename from
13184                  file list)
13185         * src/mainwindow.c
13186                 fixed wrong spelling "Folllow-up"
13187         * src/mbox_folder.c
13188         * src/procmsg.c
13189         * src/summaryview.c
13190                 fixed new/unread message count with ignored
13191                 threads (2 commits, first didn't notice no
13192                 longer needed decreasing)
13193         * src/inc.c
13194                 readded scrolling of progress dialog
13195                 (lost in sync)
13196
13197 2001-08-24 [paul]
13198
13199         * configure.in
13200                 change to 0.5.3claws4
13201
13202         * sync with sylpheed 0.5.3cvs7
13203
13204 2001-08-24 [christoph]
13205
13206         * src/compose.c
13207                 set request return receipt when replying
13208                 if it is set is the folder prefs of the
13209                 message
13210         * src/inc.c
13211                 disable final error popup if popups are
13212                 disabled in config (again)
13213
13214 2001-08-23 [paul]
13215
13216         * configure.in
13217                 Change version number to 0.5.3claws3
13218
13219         * sync with sylpheed 0.5.3cvs5
13220
13221         * src/mimeview.c
13222                 double quote '%s' in 'gedit %s' to fix bug when
13223                 opening attachment with spaces in the name
13224
13225 2001-08-22 [alte]
13226         * src/Makefile.am, src/compose.[ch], src/defs.h, src/mainwindow.c,
13227           src/prefs_templates.[ch], src/template.[ch], src/template_select.[ch]
13228                 initial message templates support
13229
13230
13231 2001-08-22 [paul]
13232
13233         * configure.in
13234                 change version number to 0.5.3claws2
13235
13236         * sync with sylpheed 0.5.3cvs4
13237
13238         * src/procmsg.h src/summaryview.c
13239                 re-implement (un)ignore thread
13240
13241 2001-08-21 [paul]
13242
13243         * src/summaryview.c
13244                 remove unnecessary code
13245         * src/compose.c
13246                 enable 'dynamic' signatures (submitted by
13247                 Eric Limpens <eric@hscg-internet.nl>)
13248
13249 2001-08-21 [paul]
13250
13251         clean up after sync with sylpheed 0.5.3 release
13252
13253         * src/folderview.c
13254                 fix re-introduced font mess, see Christoph's
13255                 entry 2001-06-24
13256
13257         * src/summaryview.c
13258                 remove prev_msgnum
13259                 use sylpheed's small font instead of
13260                 gtk default font for summary view
13261
13262
13263 2001-08-17 [paul]
13264
13265         * configure.in
13266                 add pl to ALL_LINGUAS - sync with main branch
13267
13268         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
13269                 Updated. Translations by Jens Oberender, Ricardo Mones
13270                 Lastra, Alfons, and Fabio Junior Beneditto respectively.
13271
13272         * po/pl.po  ** NEW FILE **
13273                 sync with the main branch
13274
13275         * src/folderview.c
13276                 fix target folder colorizing and refresh problem
13277
13278
13279 2001-08-17 [christoph]
13280
13281         * src/mainwindow.c
13282                 claws uses 4 colors for target folder coloring.
13283                 arrays were not long enough and destroyed the
13284                 stack causing a segfault.
13285                 target folder colorizing does not work anymore
13286                 for me
13287
13288 2001-08-16 [paul]
13289
13290         * configure.in
13291                 change to version 0.5.3claws1
13292
13293         * src/folder.h, src/folderview.[ch], src/gtkutils.[ch],
13294           src/inc.[ch], src/mainwindow.c, src/pop.c, src/prefs_account.c,
13295           src/prefs_common.[ch], src/summaryview.[ch], src/textview.c, src/utils.c
13296
13297                 sync with sylpheed 0.5.3 release, but keep claws method of
13298                 configuring/saving fonts
13299
13300         * src/addressbook.[ch]
13301                 rename addressbook_add_contact_by_menu() to addressbook_add_submenu()
13302                 in line with a similar change in Hiroyuki's branch
13303
13304         * src/mainwindow.[ch]
13305                 disable main_window_set_thread_option()
13306         * src/prefs_folder_item.c
13307                 comment out &tmps_prefs.enable_thread,
13308         * src/mbox_folder.c, src/procmsg.[ch]
13309                 comment out MSG_IS_IGNORE_THREAD
13310         * src/summaryview.c
13311                 comment out summary_ignore_thread() and summary_unignore_thread()
13312                 comment out MSG_IS_IGNORE_THREAD
13313
13314                 use Hiroyuki's threading instead.
13315
13316
13317
13318 2001-08-15 [paul]
13319
13320         * src/account.c
13321                 use Hiroyuki's 0.5.3 column scheme but also
13322                 include the enable/disable button.
13323         * src/pixmaps/mark.xpm
13324                 add Hiroyuki's amended pixmap
13325
13326 2001-08-13 [christoph]
13327
13328         * src/account.c
13329                 receive at get all column showed wrong state for APOP
13330                 button should only work for POP3 and APOP accounts
13331         * src/prefs_account.c
13332                 added missing preprocessor statement for SSL
13333
13334 2001-08-12 [paul]
13335
13336         * src/account.[ch]
13337                 add 'receive at get all' column and enable/disable
13338                 button.
13339
13340 2001-08-06 [christoph]
13341
13342         * src/account.c
13343                 show usage of SSL in protocol column
13344
13345         * src/imap.c
13346         * src/inc.c
13347                 renamed ssl options
13348
13349         * src/prefs_account.[ch]
13350                 moved ssl options to a new page
13351
13352         * src/send.c
13353         * src/smtp.c
13354         * src/ssl.[ch]
13355                 renamed ssl options
13356                 added support for SMTP STARTTLS command
13357
13358 2001-08-05 [christoph]
13359
13360         * configure.in
13361                 debian autoconf needs version check to find
13362                 correct autoconf version. if the file is
13363                 named configure.in 2.13 is used, which does
13364                 not work with this configure.in script.
13365                 other solution would be to rename the script
13366                 to configure.ac as suggested in the autoconf
13367                 manual.
13368
13369         * src/inc.c
13370                 disable final error popup if popups are
13371                 diabled in config
13372
13373         * src/socket.c
13374                 bugfix in ssl_gets
13375                 fixes IMAP over SSL problem
13376
13377 2001-08-03 [paul]
13378
13379         * configure.in
13380                 change to 0.5.2claws1
13381
13382         * sync with sylpheed 0.5.2cvs1
13383
13384 2001-08-02 [alfons]
13385
13386         * configure.in
13387                 quick fix for ispell detection...
13388
13389 2001-08-01 [paul]
13390
13391         * configure.in
13392                 change to 0.5.1claws4
13393
13394         * sync with sylpheed 0.5.1cvs7
13395
13396 2001-07-31 [alfons]
13397
13398         * src/prefs_common.c, src/prefs_common.h, 
13399           src/gtkspell.c, src/gtkspell.h
13400                 add global spelling checker settings (compose tab) +
13401                 selection of dictionary 
13402           
13403         * configure.in  
13404                 guess valid ispell location
13405
13406 2001-07-31 [paul]
13407
13408         * po/POTFILES.in
13409                 removal of 'src/quote_fmt_parse.c'
13410         * po/de.po
13411                 Updated de.po
13412                 (submitted by Jens Oberender <didge@suse.de>)
13413
13414 2001-07-31 [darko]
13415
13416         * src/folder.[ch]
13417         * src/folderview.[ch]
13418         * src/mainwindow.c
13419         * src/mh.c
13420         * src/prefs_common.[ch]
13421         * src/summaryview.c
13422                 target folder colourization
13423
13424 2001-07-30 [paul]
13425
13426         more sync with Sylpheed 0.5.1cvs6 
13427
13428 2001-07-30 [darko]
13429
13430         * src/mh.c
13431         * src/prefs_folder_item.[hc]
13432         * src/summaryview.c
13433                 shared folders support with a GUI
13434
13435 2001-07-29 [paul]
13436
13437         0.5.1claws3
13438
13439         * sync with Sylpheed 0.5.1cvs6
13440
13441 2001-07-29 [paul]
13442
13443         * po/pt_BR.po
13444                 updated
13445                 (submitted by Fabio Junior Beneditto)
13446
13447 2001-07-28 [paul]
13448
13449         * src/procmime.c
13450         * AUTHORS
13451                 patch to correct bad image mime headers
13452                 (submitted by Don Quijote <dq@searchlores.org>)
13453
13454 2001-07-28 [paul]
13455
13456         * tools/gif2xface.pl   **NEW FILE**
13457         * tools/README
13458                 script to convert file.gif to file.xface for
13459                 use in a custom header.
13460                 (submitted by Ricardo Mones Lastra <mones@aic.uniovi.es>)
13461
13462 2001-07-27 [alfons]
13463         
13464         * configure.in
13465                 change macros for detecting JPilot and LDAP
13466
13467 2001-07-27 [christoph]
13468
13469         * src/filtering.c
13470                 code cleanup (MIN / MAX warning, needed casting)
13471
13472 2001-07-27 [alfons]
13473
13474         * procheader.c
13475                 disallow setting flags when detecting certain headers
13476                 (X-Status, Status, Seen, X-Seen). 
13477         
13478         * sync with Hiroyuki's Sylpheed 0.5.1cvs5
13479
13480 2001-07-27 [christoph]
13481
13482         * src/prefs_filter.c
13483         * src/prefs_filtering.c
13484         * src/prefs_matcher.c
13485         * src/prefs_scoring.c
13486                 scroll list when moving rows up or down
13487
13488         * src/imap.c
13489         * src/imap.h
13490         * src/prefs_account.c
13491         * src/prefs_account.h
13492         * src/send.c
13493                 SMTP over SSL (untested, feedback requested)
13494                 IMAP over SSL
13495
13496         * src/ssl.c
13497                 code cleanup
13498
13499 2001-07-26 [alfons]
13500         
13501         * configure.in, acconfig.h
13502                 define CLAWS (need this for main / claws detection)
13503
13504 2001-07-25 [alfons]
13505
13506         * configure.in
13507                 Sylpheed 0.5.1claws2
13508                 
13509         * sync with Sylpheed 0.5.1cvs4
13510
13511 2001-07-25 [christoph]
13512
13513         * src/scoring.c
13514                 fixed segfault
13515                 item->prefs == NULL (don't know why)
13516
13517 2001-07-25 [alfons]
13518
13519         * configure.in
13520                 Sylpheed 0.5.1claws1
13521
13522         * sync with Sylpheed 0.5.1cvs1-3
13523
13524 2001-07-24 [christoph]
13525
13526         * src/folderview.c
13527         * src/prefs_folder_item.[ch]
13528                 added folderitem preferences dialog with
13529                 default To: and auto request return receipt
13530
13531         * src/compose.[ch]
13532         * src/menu.[ch]
13533                 changes to handle new folderitem preferences
13534
13535         * src/mainwindow.c
13536         * src/summaryview.c
13537                 call compose new mail with current folderitem
13538
13539 2001-07-24 [alfons]
13540
13541         Release Sylpheed 0.5.1claws
13542
13543         * configure.in
13544                 change to release version 0.5.1claws
13545
13546 2001-07-24 [christoph]
13547
13548         * src/summaryview.c
13549                 fixed segfault that happend when the selected
13550                 message was removed while retrieving new messages.
13551
13552         * po/es.po
13553                 updated translation
13554                 (submitted by Ricardo Mones Lastra <mones@trasgu.aic.uniovi.es>)
13555
13556 2001-07-22 [alfons]
13557
13558         add English User Manual for Sylpheed by Paul Kater (paul@nlpagan.net).
13559         this is a work in progress, for more information: http://nlpagan.net/sylman 
13560         
13561         * configure.in, src/mainwindow.c, manual/Makefile.am
13562                 add support for English manual
13563
13564         * AUTHORS
13565                 add authors of user manuals
13566
13567         * manual/en/sylpheed*.html
13568                 add English documentation
13569
13570 2001-07-22 [christoph]
13571
13572         * po/POTFILES.in
13573                 added src/ssl.c
13574         * src/ssl.c
13575                 changed a wrong debug message
13576
13577 2001-07-22 [alfons]
13578
13579         * po/nl.po
13580                 update Dutch translation
13581
13582         * src/prefs_filtering.c, 
13583           src/prefs_matcher.c
13584                 add more translatable strings           
13585
13586 2001-07-21 [alfons]
13587
13588         0.5.0claws7
13589
13590         * configure.in
13591                 change version
13592
13593         * src/inc.c, src/summaryview.[ch]
13594                 prevent update of mark file when filtering has done, by
13595                 using a variable; this affects two functions:
13596                         inc.c::inc_finished()
13597                         summaryview.c::summary_show()
13598
13599 2001-07-20 [alfons]
13600
13601         * src/filtering.[ch], src/prefs_filtering.c, 
13602           src/matcher.[ch]
13603                 add filtering action for label coloring 
13604
13605         * po/POTFILES.in
13606                 add labelcolors.c
13607
13608         * added src/labelcolors.c
13609         * added src/labelcolors.h
13610         * src/Makefile.am, src/summaryview.c
13611                 rearrange label coloring code
13612
13613         * src/procmsg.h
13614                 add more parentheses so label colouring works correctly
13615
13616         * src/filtering.c
13617                 don't really delete message, but move it to Trash
13618
13619         * src/prefs_matcher.c
13620                 add quote options to info dialog
13621
13622 2001-07-20 [christoph]
13623
13624         * src/Makefile.am
13625         * src/inc.c
13626         * src/main.[ch]
13627         * src/socket.h
13628         * src/ssl.[ch] (new)
13629                 moved ssl stuff to a seperate file
13630
13631 2001-07-20 [darko]
13632
13633         * src/summaryview.c
13634                 fix show sender using address book with no e-mail
13635                 address in From: field
13636
13637 2001-07-19 [alfons]
13638
13639         * src/matcher.[ch], src/filtering.c, src/prefs_filtering.c
13640                 fix messy handling of escaping... now at least the
13641                 execute command is useful. escape char is '\', we
13642                 accept \n and \r too. 
13643
13644                 Real life example:
13645                 
13646                 subject match "GIMME YOUR FILTERS" execute "mail -s \"%f don\'t hurt me, please!\" %f < ~/.sylpheed/filteringrc
13647                 subject match "GIMME YOUR FILTERS" execute "mail -s \"mommy, mommy, %f is being mean!\" admin < %F
13648
13649 2001-07-18 [alfons]
13650
13651         0.5.0claws6
13652
13653         * src/summaryview.c
13654                 clean up
13655
13656         * src/matcher.c, src/filtering.[ch], src/inc.c, src/mbox.c,
13657           src/procmsg.[ch]
13658                 revise filtering; currently move, copy, marking have
13659                 been tested. if you like bleeding edge stuff, you
13660                 should definitely go for this version :)
13661
13662         * mark old working stuff as VERSION_0_5_0_CLAWS5        
13663
13664 2001-07-17 [christoph]
13665
13666         * src/utils.c
13667                 timestamp log
13668
13669 2001-07-17 [alfons]
13670
13671         0.5.0claws5
13672
13673         * sync with Hiroyuki's 0.5.0cvs5; this version allows us to put more 
13674           bits in the mark file, without affecting either branch. Lots of
13675           files changed, also in claws branch.
13676
13677           UNTESTED: use of mbox folders
13678
13679         * src/summaryview.c
13680                 added mark all read; however this was a quick hack used for
13681                 cleaning up mess after initial merge with Hiroyuki
13682
13683         * configure.in
13684                 change claws version number back to 0.5.0claws5 to clear up 
13685                 confusion & pretension (recent release was technically 
13686                 0.5.0claws4, so we neatly align with Hiroyuki :-)
13687
13688 2001-07-16 [alfons]
13689
13690         sync with Hiroyuki's 0.5.0cvs4
13691
13692 2001-07-16 [alfons]
13693
13694         0.5.1claws3
13695
13696         * src/filtering.[ch]
13697                 remove invalid updating of mark files for 
13698                 filter actions MATCHING_ACTION_MOVE and 
13699                 MATCHING_ACTION_DELETE; this should fix the
13700                 folder update bug
13701                 
13702         * src/procmsg.c
13703                 revert Christoph's stab at fixing the folder 
13704                 update bug
13705
13706         * po/POTFILES.in
13707                 add missing files with translatable strings
13708
13709         * src/summaryview.c
13710                 remove debug print
13711
13712 2001-07-15 [alfons]
13713
13714         * src/addr_compl.[ch], src/prefs_filtering.c
13715                 make "filtering pref dialog's destination entry" an
13716                 "address completable entry", if filter destination is 
13717                 an email address
13718
13719         0.5.1claws2
13720         
13721         sync with Hiroyuki's 0.5.0cvs2-3
13722
13723 2001-07-15 [christoph]
13724
13725         * src/procmsg.c
13726                 fixed folder stats update after incorporation
13727
13728 2001-07-15 [alfons]
13729
13730         * src/summaryview.c
13731                 * finish label colouring stuff (for now)
13732                 * fix incorrect colour bug (off by one) 
13733
13734 2001-07-14 [alfons]
13735
13736         * src/mainwindow.c
13737                 change text labels for news and mail message so there's
13738                 plenty of toolbar estate left
13739
13740         * configure.in
13741                 0.5.1claws1
13742
13743         * src/folderview.c
13744           src/folder.[ch]
13745                 sync with Hiroyuki's 0.5.0cvs1
13746
13747         * src/summaryview.c
13748                 more rewrite label colouring
13749
13750 2001-07-14 [alfons]
13751
13752         * src/summaryview.[ch]
13753                 * start rewrite label colouring 
13754                 * fix proper location "Add Sender To Addressbook" menu item
13755
13756 2001-07-13
13757
13758         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
13759         (actually this is 0.5.0claws4)
13760
13761 2001-07-13 [alfons]
13762
13763         * po/pt_BR.po
13764                 * fix duplicate message
13765                 * add updated Portugese / Brazilian translation
13766                   submitted by Fabio Junior Beneditto
13767
13768 2001-07-12 [alfons]
13769
13770         * AUTHORS
13771                 add Jens
13772
13773         * po/nl.po
13774                 add updated Dutch translation
13775
13776         * po/de.po
13777                 add updated German translation submitted by Jens
13778
13779 2001-07-11 [alfons]
13780
13781         Prerelease before 0.5.0claws. Please test.
13782         This version is temporarily tagged as VERSION_0_5_0_TEST
13783
13784         * src/matcher.[ch], src/summaryview.c, src/scoring.[ch]
13785           src/prefs_scoring.c, src/prefs_matcher.c, 
13786           src/prefs_filtering.c, src/mbox.c, 
13787           src/main.c, src/inc.c, src/filtering.[ch]
13788                 revert new Hoa's new matcher (does not work yet)
13789
13790         * src/Makefile.am
13791                 clean up
13792
13793 2001-07-10
13794
13795         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
13796
13797
13798 2001-07-10 [alfons]
13799
13800         * Makefile.am
13801                 add ChangeLog.claws to EXTRA_DIST
13802         * src/Makefile.am
13803                 add matcher_parser_parse.h to EXTRA_DIST
13804
13805 2001-07-10 [christoph]
13806
13807         * src/inc.c
13808                 add destination folder to table of
13809                 folders that need to be updated after
13810                 incorporation
13811
13812 2001-07-10 [alfons]
13813
13814         * folder.[ch]
13815           folderview.c
13816                 make collapse state of folders and folder items persistent, i.e.
13817                 if you collapse a folder tree, the next time sylpheed-claws starts 
13818                 up the folder tree remains collapsed.  
13819                 
13820 2001-07-10 [christoph]
13821
13822         * acconfig.h
13823         * configure.in
13824                 added --enable-ssl
13825         * src/md5.[ch]
13826                 renamed MD5_CTX to MD5_CTX_syl
13827                 conflicts with a struct in openssl
13828         * src/inc.c
13829         * src/main.[ch]
13830         * src/prefs_account.[ch]
13831         * src/socket.[ch]
13832                 SSL support for POP
13833         * src/mainwindow.c
13834                 fixed compose with current account
13835                 broken by new compose button stuff
13836
13837 2001-07-09 [hoa]
13838
13839         * AUTHORS
13840                 changed my email address
13841
13842         * src/matcher_parser_parse.y
13843                 clean the parser to remove conflicts
13844
13845 2001-07-09 [alfons]
13846
13847         * AUTHORS
13848                 add Match Grun
13849
13850         * configure.in
13851                 fix incorrect description of --enable-ldap parameter
13852
13853         * src/prefs_common.[ch]
13854           src/compose.c
13855                 add experimental option "smart wrapping" which makes the
13856                 compose editor auto wrap.
13857                 
13858                 | TODO: the problem with the buggy cursor handling is caused |
13859                 | by the GtkText. when deleting / backspacing text its       |
13860                 | wrapping algorithm does not take in account the previous   |
13861                 | line. should find a way to hack this in.                   |
13862                 | or should perhaps combine this with the word wrapping      |
13863                 | patch i wrote in january.                                  |
13864
13865         * src/about.c
13866                 show build parameters for LDAP and JPilot
13867
13868         * src/summaryview.c
13869                 revert Christoph's bugfix for selecting next unread message, 
13870                 because folder stats aren't updated correctly
13871
13872 2001-07-08 [hoa]
13873
13874         * src/filtering.c
13875         * src/mainwindow.c
13876         * src/matcher.c
13877         * src/matcher_parser_lex.l
13878         * src/matcher_parser_parse.y
13879         * src/prefs_filtering.c
13880         * src/prefs_scoring.c
13881         * src/scoring.c
13882                 bugfix of the config file parser
13883
13884 2001-07-08 [alfons]
13885
13886         * src/Makefile.am
13887                 added generated matcher sources to BUILT_SOURCES
13888
13889 2001-07-08 [hoa]
13890
13891         * src/Makefile.am
13892         * src/.cvsignore
13893                 added new config file parser
13894
13895         * src/scoring.[ch]
13896         * src/filtering.[ch]
13897         * src/matcher.[ch]
13898         * src/prefs_filtering.c
13899         * src/prefs_matcher.c
13900         * src/prefs_scoring.c
13901         * added src/matcher_parser.h
13902         * added src/matcher_parser_lex.h
13903         * added src/matcher_parser_lex.l
13904         * added src/matcher_parser_parse.y
13905                 lex & yacc config file parser
13906
13907         * src/mbox.c
13908         * src/inc.c
13909         * src/main.c
13910                 changes prefs_filtering into global_filtering           
13911
13912         * src/summaryview.c
13913                 build threads with subjects only if "Re: " is at the
13914                 beginning of the subject
13915
13916 2001-07-07 [paul]
13917
13918         0.5.0claws
13919
13920         sync with sylpheed 0.5.0
13921                 change of version number only
13922
13923 2001-07-06 [paul]
13924
13925         0.5.0claws5
13926
13927         sync with sylpheed 0.5.0pre5
13928
13929 2001-07-05 [paul]
13930
13931         sync with sylpheed 0.5.0pre4 release
13932                 /po and /manual/ja not sync'ed
13933
13934 2001-07-04 [paul]
13935
13936         more sync with sylpheed 0.5.0pre4
13937
13938 2001-07-03 [christoph]
13939
13940         * src/addressbook.c
13941                 fixed address book broken by address book
13942                 for VCard, JPilot, LDAP
13943
13944 2001-07-03 [alfons]
13945
13946         * src/matcher.c
13947         * src/textview.c
13948                 stopped memory leaks
13949
13950 2001-07-03 [paul]
13951
13952         more sync with sylpheed 0.5.0pre4
13953
13954 2001-07-02 [match]
13955
13956         * included address book patch for VCard, JPilot, LDAP
13957         * pref_common.c - fixed Font options on Display tab (cosmetic)
13958         * alertpanel.c - fixed truncated message
13959
13960 2001-07-02 [christoph]
13961
13962         * src/mbox_folder.c
13963         * src/procmsg.[ch]
13964         * src/summaryview.c
13965                 mark threads for ignoring
13966
13967 2001-07-02 [paul]
13968
13969         0.5.0claws4
13970
13971         * sync with sylpheed 0.5.0pre4
13972                 updated gettext to 0.10.38.
13973
13974 2001-07-01 [paul]
13975
13976         * src/ mainwindow.c
13977         * src/procmsg.h
13978         * src/summaryview.[ch]
13979                 new right-click option: Label.
13980                 substitute for 'Mark-->Mark/Unmark', colours the line.
13981                 (submitted by Satoshi Nagayasu <snaga@snaga.org>)
13982
13983 2001-07-01 [christoph]
13984
13985         * src/folderview.c
13986                 fixed font for trash
13987         * src/summaryview.c
13988                 move ctree to unread message
13989
13990 2001-07-01 [paul]
13991
13992         * sync with sylpheed 0.5.0pre3 release
13993
13994 2001-06-30 [alfons]
13995
13996         * src/filesel.[ch]
13997         * src/compose.c
13998                 allow inserting / attaching multiple files in
13999                 the composer window
14000
14001 2001-06-30 [paul]
14002
14003         * src/codeconv.c
14004                 small change to Alfons' previous stuff so that it
14005                 actually makes
14006
14007 2001-06-30 [alfons]
14008
14009         * lots of files changed; first attempt to merge the changes
14010           and bugfixes submitted by Andre Eibel (ae@baltic-online.de).
14011
14012 2001-06-30 [paul]
14013
14014         * po/pt_BR.po
14015                 updated and completed, translations by Fabio
14016                 Junior Beneditto <fjbeneditto@yahoo.com.br>
14017
14018 2001-06-29 [alfons]
14019
14020         * src/compose.c
14021         * src/mimeproc.[ch]
14022                 allow selecting an attached files' mime type from a 
14023                 list of types.
14024
14025 2001-06-29 [paul]
14026
14027         * more sync with sylpheed 0.5.0pre3
14028
14029 2001-06-29 [paul]
14030
14031         * po/pt_BR.po
14032                 merge with sylpheed.pot and pt_BR.po provided by
14033                 Fabio Junior Beneditto.
14034
14035 2001-06-29 [darko]
14036
14037         * src/procmime.c
14038                 make MIME types case insensitive
14039
14040 2001-06-28 [alfons]
14041
14042         * po/nl.po
14043                 merge with sylpheed.pot and old nl.po; translations added.
14044
14045 2001-06-28 [paul]
14046
14047         * more sync with sylpheed 0.5.0pre3
14048
14049 2001-06-27 [alfons]
14050
14051         * src/summaryview.c
14052                 don't crash when removing parent node of messages
14053                 attracted by subject. this was caused by not deleting
14054                 the parent node from the subject line hash table.
14055
14056 2001-06-27 [alfons]
14057
14058         * src/summaryview.c
14059         * src/compose.[ch]
14060         * src/mainwindow.c
14061                 if there are multiple messages selected, allow forwarding
14062                 them as attachments.
14063
14064 2001-06-27 [paul]
14065
14066         * more sync with sylpheed 0.5.0pre3
14067
14068 2001-06-26 [paul]
14069
14070         0.5.0claws3
14071
14072         * sync with sylpheed 0.5.0pre3
14073
14074 2001-06-25 [paul]
14075
14076         * src/mainwindow.c
14077                 fixed 'compose news article' bug
14078                 from icon-and-text toolbar
14079
14080 2001-06-25 [paul]
14081
14082         * sync with sylpheed 0.5.0pre2 release
14083
14084 2001-06-24 [christoph]
14085
14086         * src/prefs_common.c
14087                 bug fix in font selection
14088         * src/folderview.c
14089                 use sylpheed's normal font instead of
14090                 gtk default font for folders without
14091                 new messages
14092
14093 2001-06-24 [alfons]
14094
14095         * src/mainwindow.[ch]
14096                 added composite compose mail / news button (an idea by Leandro
14097                 Pereira <leandro@linuxmag.com.br>)
14098
14099 2001-06-24 [paul]
14100
14101         Added instructions for ldif-to-xml.py
14102
14103         * tools/README
14104
14105 2001-06-23 [alfons]
14106
14107         Some minor things.
14108
14109         * src/pixmaps/stock_news_compose.xpm
14110                 added pixmap by Leandro
14111         * src/prefs_common.c
14112                 tested built-in spelling checker of GCC 3.0 :)
14113         * po/nl.po
14114                 merged dutch translation of sylpheed-main with
14115                 sylpheed.pot
14116
14117 2001-06-23 [paul]
14118
14119         Added tools directory and files.
14120
14121         * tools/filter_conv.pl
14122                 converts old filter system to new filtering system
14123         * tools/ldif-to-xml.py
14124                 converts netscape addressbook to sylpheed addressbook
14125         * tools/README
14126                 descriptions/instructions for above two files
14127
14128 2001-06-23 [christoph]
14129
14130         * src/inc.c
14131         * src/manage_window.[ch]
14132         * src/prefs_common.[ch]
14133                 mail retrieval dialog can be enabled, disabled
14134                 or hidden if non of sylpheed's windows is active
14135
14136 2001-06-22 [paul]
14137
14138         0.5.0claws2
14139
14140         * sync with sylpheed 0.5.0pre2
14141
14142 2001-06-21 [christoph]
14143
14144         * src/summaryview.c
14145                 show recipient on 'from' for all accounts
14146                 
14147         * src/inc.c
14148         * src/prefs_common.[ch]
14149                 disable error popup on mail receive errors
14150
14151 2001-06-21 [alfons]
14152
14153         * src/compose.c
14154                 made the ruler correctly appear and disappear.
14155
14156         * src/Makefile.am
14157                 removed Hoa's work-in-progress-stuff (interesting!) so 
14158                 claws compiles ok.
14159
14160 2001-06-20 [christoph]
14161
14162         * src/inc.c
14163         * src/progressdialog.c
14164                 added scrolled window for list in progressdialog
14165
14166 2001-06-20 [paul]
14167
14168         sync with sylpheed 0.5.0pre1 release
14169
14170 2001-06-20 [christoph]
14171
14172         * src/summeryview.c
14173                 make building threads by subject work when
14174                 thread view is enabled
14175                 
14176         * src/compose.c
14177         * src/prefs_common.[ch]
14178                 automatically select account for mail replys
14179
14180 2001-06-19 [sergey]
14181
14182         * src/compose.c (compose_create): keep Bcc and Reply-To visible if
14183         they are filled in from the account settings.
14184
14185 2001-06-19 [paul]
14186
14187         * more sync with sylpheed 0.5.0pre1
14188
14189 2001-06-18 [alfons]
14190
14191         * src/Makefile.am,
14192           src/procmime.c
14193                 added --sysconfdir to CPPFLAGS for pointing to the correct
14194                 location of mime.types. 
14195
14196                 NOTE: make sure you use --sysconfdir when running ./autogen.sh
14197                 or ./configure!
14198
14199 2001-06-18 [hoa]
14200
14201         * src/summaryview.c
14202                 fixed some bug when building threads
14203
14204 2001-06-18 [pau]l
14205
14206         * src/prefs_account.c
14207                 UI stuff: More changes to the English
14208
14209 2001-06-18 [paul]
14210
14211         * src/pixmaps/stock_news_compose.xpm: new file
14212         * src/Makefile.am
14213         * src/mainwindow.c
14214         * src/summaryview.c
14215                 Added new icon for Hoa's 'compose a news
14216                 message', plus minor improvements to the
14217                 English
14218
14219         * po/ja.po
14220         * ChangeLog
14221         * ChangeLog.jp
14222                 more sync with sylpheed 0.5.0pre1
14223
14224 2001-06-18 [hoa]
14225
14226         * src/compose.[ch]
14227         * src/mainwindow.c
14228                 Follow-up and reply to
14229
14230         * src/summaryview.[ch]
14231                 Build threads also with subjects
14232
14233 2001-06-17 [hoa]
14234
14235         * src/compose.c
14236                 forwarding use the current account.
14237
14238         * src/mainwindow.c
14239                 the "compose message" button has been replaced with
14240                 "new mail" and "new news" buttons
14241
14242         * src/prefs_common.[ch]
14243                 added a configuration option to use the forward button
14244                 as "forward as attachment"
14245                 changed reply and forward format description
14246
14247         * src/quote_fmt_lex.l
14248         * src/quote_fmt_parse.y
14249                 added message with no signature in format for reply
14250                 and forward.
14251
14252 2001-06-17 [paul]
14253
14254         Minor UI stuff
14255
14256         * src/mainwindow.c
14257         * src/summaryview.c
14258                 Improvements to the English
14259
14260         * src/prefs_common.c
14261                 Improvements to the English and some
14262                 clarity/continuity improvements in the
14263                 description of Quote symbols.
14264
14265 2001-06-17 [paul]
14266
14267         0.5.0claws1
14268
14269         * sync with sylpheed 0.5.0pre1
14270
14271 2001-06-17 [hoa]
14272
14273         * src/compose.c
14274                 Better interface for compose, displayed fields
14275                 are updated whenever we change account.
14276                 Newsgroups field is automatically filled.
14277
14278         * src/mainwindow.c
14279                 Newsgroups field is automatically filled.
14280
14281         * src/prefs_account.c
14282                 Some interface stuff when fields appear and
14283                 disappear.
14284
14285 2001-06-16 [paul]
14286
14287         0.4.99claws
14288
14289         * sync with sylpheed 0.4.99
14290
14291 2001-06-16 [sergey]
14292
14293         * src/base64.c, src/base64.h (Base64Decoder, base64_decoder_new,
14294         base64_decoder_free, base64_decoder_decode): new object and
14295         functions for decoding base64 streams.
14296         * src/procmime.c (procmime_decode_content): modified to use the
14297         new base64 decoder.
14298
14299 2001-06-15 [paul]
14300
14301         0.4.99claws10
14302
14303         * sync with sylpheed 0.4.99cvs11
14304
14305 2001-06-13 [paul]
14306
14307         0.4.99claws9
14308
14309         * sync with sylpheed 0.4.99cvs9
14310
14311 2001-06-13 [hoa]
14312
14313         * src/compose.c
14314         * src/prefs_account.c
14315
14316                 SMTP server can be defined in the news account
14317                 mime type of attachment are kept.
14318
14319         * src/summaryview.c
14320
14321                 now choose the highest important score between default
14322                 and important score of folder.
14323
14324 2001-06-09 [alfons]
14325         
14326         * src/prefs_common.c: 
14327
14328                 (prefs_quote_description_create): corrected description of 
14329                 quote format characters
14330
14331 2001-06-09 [paul]
14332
14333         0.4.99claws8
14334
14335         * sync with sylpheed 0.4.99cvs8
14336
14337 2001-06-08 [sergey]
14338
14339         * src/Makefile.am: fix for "make dist": added quote_fmt_parse.h
14340         and pixmaps/stock_mail_reply_to_author.xpm to EXTRA_DIST.
14341
14342 2001-06-08 [paul]
14343
14344         0.4.99claws7
14345
14346         * sync with sylpheed 0.4.99cvs7
14347
14348 2001-06-06 [sergey]
14349
14350         * src/quote_fmt.h: renamed from src/quote_fmt_parse.h (which
14351         clashes with autogenerated header).
14352         * src/compose.c, src/quote_fmt_parse.y: #include "quote_fmt.h"
14353         * src/Makefile.am: added quote_fmt.h.
14354         * src/.cvsignore: added lex/yacc autogenerated files
14355         (quote_fmt_lex.c, quote_fmt_parse.c, quote_fmt_parse.h).
14356
14357 2001-06-06 [paul]
14358
14359         0.4.99claws6
14360
14361         * sync with sylpheed 0.4.99cvs6
14362
14363 2001-06-06 [hoa]
14364
14365         * added src/quote_fmt_parse.h
14366         * src/compose.c
14367                 removed warnings
14368
14369         * src/prefs.[ch]
14370                 don't modify readonly configuration files
14371
14372         * src/prefs_account.c
14373         * src/prefs_common.c
14374         * src/prefs_customheader.c
14375         * src/prefs_display_header.c
14376         * src/prefs_filter.c
14377         * src/prefs_filtering.c
14378         * src/prefs_scoring.c
14379                 don't open dialog box when configuration files
14380                 are readonly
14381
14382 2001-06-05 [sergey]
14383
14384         * configure.in: added AM_PROG_LEX and AC_PROG_YACC.
14385
14386         * src/Makefile.am: replaced quote_fmt.tab.[ch] by
14387         quote_fmt_lex.[lh], quote_fmt_parse.y; added YFLAGS=-d; added
14388         BUILT_SOURCES to make all files rebuild properly.
14389
14390         * src/compose.c: removed #include "quote_fmt.tab.h".
14391
14392         * src/quote_fmt_lex.l: renamed from quote_fmt.l; changed to return
14393         CHARACTER value in yylval.
14394
14395         * src/quote_fmt_parse.y: renamed from quote_fmt.y; changed to
14396         receive CHARACTER value by documented means (yylval).
14397
14398         * src/lex.quote_fmt.c, src/quote_fmt.{l,y,tab.{c,h}}: removed.
14399
14400 2001-06-05 [hoa]
14401
14402         * src/Makefile.am
14403                 changed quote_fmt.[ch] into quote_fmt.tab.[ch]
14404
14405         * src/filtering.c
14406         * src/matcher.c
14407         * src/matcher.h
14408         * src/prefs_filtering.c
14409                 now keep the configuration for execute action
14410
14411         * src/mbox_folder.c
14412                 fixed a warning
14413
14414 2001-06-05 [paul]
14415
14416         * sync with sylpheed 0.4.99cvs5
14417
14418 2001-06-05 [hoa]
14419
14420         * src/Makefile.am
14421                 added quote_fmt.[ch]
14422
14423         * added src/quote_fmt.y
14424         * added src/quote_fmt.l
14425         * added src/quote_fmt.tab.h
14426         * added src/quote_fmt.tab.c
14427         * added src/lex.quote_fmt.c
14428                 parsing configuration for replying
14429                 and forwarding
14430
14431         * src/prefs_common.[ch]
14432                 added configuration UI for replying
14433                 and forwarding
14434
14435         * src/compose.c
14436                 using configuration for replying
14437                 and forwarding
14438
14439 2001-06-04 [hoa]
14440
14441         * src/filtering.c
14442         * src/matcher.c
14443         * src/matcher.h
14444         * src/prefs_filtering.c
14445         * src/prefs_matcher.c
14446         * src/prefs_matcher.h
14447                 action "run a command" for filtering
14448                 and matching with a command.
14449                 fixed the "whole message" matching
14450
14451         * src/mbox_folder.c
14452                 changed temporary filename for security
14453
14454         * src/messageview.c
14455                 queue the notification if it fails to send.
14456
14457         * src/prefs_common.c
14458         * src/prefs_folder_item.c
14459                 changed the default important score             
14460
14461         * src/prefs_scoring.c
14462         * src/scoring.c
14463                 hide kill score input when the folder is not
14464                 a newsgroup
14465
14466 2001-06-03 [alfons]
14467
14468         * src/prefs_common.c:
14469
14470                 (prefs_font_select): pass font name in font entry box to font
14471                 selection dialog.
14472
14473 2001-06-03 [sergey]
14474
14475         * src/smtp.c (smtp_ok): fixed sock_gets() error handling.
14476
14477 2001-06-03 [paul]
14478
14479         * sync with sylpheed 0.4.99cvs4
14480
14481 2001-06-03 [alfons]
14482
14483         * src/headerwindow.c:
14484
14485                 (headerwindow_show_cb): use the selected summary view item, not
14486                 the displayed item.
14487
14488 2001-06-02 [alfons]
14489
14490         * src/headerwindow.c:
14491
14492                 (headerwindow_show_cb): always try to show msginfo
14493
14494 2001-06-02 [hoa]
14495
14496         * src/compose.c
14497                 keep attached parts when reediting or forwarding.
14498
14499 2001-06-01 [hoa]
14500
14501         * src/folderview.c
14502         * src/prefs_folder_item.[ch]
14503         * src/prefs_scoring.[ch]
14504         * src/scoring.[ch]
14505         * src/summaryview.[ch]
14506         * src/main.c
14507         * src/mainwindow.c
14508         * src/prefs_common.[ch]
14509                 support for folder scoring
14510                 kill score and important score for messages
14511         
14512         * src/prefs_account.c
14513                 some display bug fixed for local account
14514                 preferences
14515
14516 2001-05-31 [alfons]
14517
14518         * src/summaryview.c:
14519
14520                 (add_sender_to_cb): don't crash when no or invalid sender; the add 
14521                 sender to address book menu item is disabled.
14522
14523 2001-05-30 [hoa]
14524
14525         * src/filtering.[ch]
14526         * src/summaryview.c
14527                 handling summary menu / filter messages
14528
14529         * src/folder.[ch]
14530                 add some stuff
14531
14532         * src/foldersel.c
14533                 imap folders now appears in list
14534
14535         * src/mbox_folder.c
14536                 doesn't crash if destination mail is not writeable
14537
14538 2001-05-29 [hoa]
14539
14540         * src/compose.c
14541                 removed some warnings
14542
14543         * src/filtering.c
14544         * src/folder.[ch]
14545         * src/prefs_filtering.c
14546                 global string to identify any folders           
14547                 removed some debug info
14548                 filtering to mbox folders is now possible
14549
14550         * src/mainwindow.c
14551                 removed some warnings
14552
14553         * src/mbox_folder.c
14554                 permission on files are changed to read/write for user only,
14555                 nothing for other.
14556                 creation of subfolder is handled better.
14557
14558 2001-05-28 [alfons]
14559
14560         Verified the sync for src/prefs_common.[ch] and
14561         src/prefs_account.[ch]. I believe there were some
14562         minor indentation differences.
14563
14564 2001-05-28 [paul]
14565
14566         0.4.99claws3
14567
14568         * sync with 0.4.99cvs3
14569
14570 2001-05-28 [hoa]
14571
14572         * src/compose.c
14573                 handling flags for mbox format
14574
14575         * src/filtering.c
14576                 use of mark file only for MH format
14577                 handling flags for mbox format
14578                 filtering cannot yet move or copy mails to mbox folders.
14579
14580         * src/folder.[ch]
14581                 changed move_msg, copy_msg,
14582                 move_msgs_with_dest, copy_msgs_with_dest functions
14583                 uses only folder->copy_msg() function
14584                 uses folder->finished_copy() to handle the destination
14585                 folder at the end of the copy or move operation.
14586
14587         * src/foldersel.c
14588                 included mbox directories.
14589
14590         * src/folderview.[ch]
14591         * src/mainwindow.c
14592                 handle folders operation for mbox format
14593
14594         * src/mbox.c
14595                 disable conversion of "From " header
14596
14597         * src/mbox_folder.[ch]
14598                 completion of mbox format handling
14599
14600         * src/mh.c
14601                 changed mh_copy_msg() function and
14602                 removed mh_move_msg(), mh_move_msgs_with_dest(),
14603                 mh_copy_msgs_with_dest()
14604
14605         * src/prefs_filtering.c
14606                 removed some warnings
14607
14608         * src/prefs_matcher.c
14609                 default boolean operation is AND
14610
14611         * src/procheader.c
14612                 handling flags for mbox format
14613                 handling of "From " header
14614
14615         * src/procmsg.[ch]
14616                 removed data field
14617                 added MSG_REALLY_DELETED flags to handle deletion of
14618                 messages in mbox format.
14619
14620         * src/summaryview.c
14621                 handling flags for mbox format
14622                 disable the MSG_DELETED flags when messages
14623                 are deleted in mbox format
14624
14625         * src/textview.c
14626                 "From " headers display fixed.
14627
14628 2001-05-27 [alfons]
14629
14630         * src/textview.c:
14631                 
14632                 (get_email_part): skip quoted email addresses, like in e.g.
14633                 "'alfons@proteus.demon.nl'".
14634
14635 2001-05-26 [alfons]
14636
14637         Minor GUI fixes adding horizontal scrollbars to Hoa's matcher dialogs,
14638         and fixing the persistence troubles when using separate windows.
14639
14640         * src/mainwindow.c:
14641         
14642             Added #define SEPARATE_ACTION used in the gtk item factory for 
14643             the SEPARATE_FOLDER and SEPARATE_MESSAGE items, so we can
14644                 use gtk_item_factory_get_widget_by_action() to get the items.
14645                 
14646             Removed separate_widget_cb from the gtk item factory data   
14647           
14648             (mainwindow_create): connect separate_widget_cb() to check
14649             menu item "toggled" signal. also passing a MainWindow pointer
14650                 as object data for both check menu items.
14651                 
14652             (separate_widget_cb): definition of separate_widget_cb() to match
14653             GtkCheckMenuItem's "toggled" signal. Now get the pointer to the main 
14654                 window using gtk_object_get_data(). The type of window separation 
14655                 (SEPARATE_MESSAGE or SEPARATE_FOLDER) is passed as the signal's data
14656         
14657         * src/prefs_filtering.c,
14658           src/prefs_matcher.c: added horizontal scrollbars
14659
14660 2001-05-25 [darko]
14661
14662         * src/headerview.c
14663                 fix segfault with invalid bold font
14664         * src/summaryview.c
14665                 correctly display summary stats after row is marked
14666
14667 2001-05-23 [sergey]
14668
14669         * src/codeconv.c (conv_get_code_conv_func): fix for ISO-8859-*
14670         encodings with libjconv.
14671
14672 2001-05-23 [hoa]
14673
14674         * src/Makefile.am
14675                 added mbox_folder.[ch]
14676         * src/defs.h
14677                 mbox temporary folder
14678         * src/folder.[ch]
14679         * added src/mbox_folder.[ch]
14680         * src/folderview.c
14681         * src/procheader.[ch]
14682                 added mbox support
14683         * src/mbox.c
14684                 bugfix for file incorporation filtering
14685         * src/imap.c
14686                 enable creation of MBOX
14687         * src/prefs_display_header.c
14688                 enable use of headers like "From "
14689                 something that should be fixed :
14690                         displaying of such headers add an extra space
14691         * src/prefs_folder_item.c
14692                 don't create folders because it is not necessary
14693         * src/procmsg.h
14694                 added data field to MsgInfo for mbox internal use
14695         * src/summaryview.c
14696                 added some support for mbox
14697         * src/utils.[ch]
14698                 added get_mbox_cache_dir() function
14699
14700 2001-05-23 [hiroyuki]
14701
14702         * src/headerwindow.c
14703           src/inc.c
14704           src/main.c
14705           src/mh.c
14706           src/nntp.c
14707           src/procmsg.h
14708           src/session.h
14709           src/socket.[ch]
14710           src/summaryview.c
14711           src/textview.c
14712           src/automaton.c
14713           src/folderview.c: more sync with 0.4.99cvs2.
14714
14715         * src/headerwindow.c: reverted.
14716
14717 2001-05-22 [paul]
14718
14719         0.4.99claws2
14720
14721         * sync with sylpheed 0.4.99cvs2
14722                 * src/news.[ch]
14723                 * src/nntp.[ch]
14724                 * INSTALL
14725                 * INSTALL.jp
14726
14727 2001-05-22 [alfons]
14728
14729         * src/summaryview.c: bugfixed a premature assignment in  summaryview_add_sender_to_cb()
14730
14731 2001-05-21 [alfons]
14732
14733         Minor things:
14734
14735         * configure.in: if gnome-config not found, "no" is displayed
14736         
14737         * sylpheed.desktop: "Hello World" is replaced with "Sylpheed Mail"
14738
14739         * src/textview.c: now also possible to add mail addresses by right
14740           clicking in the text view
14741
14742         * src/codeconv.c: merged patch which fixes endless loop when encountering
14743           invalid wide characters; from Alte <010@imis.ru>  
14744
14745 2001-05-20 [alfons]
14746
14747         Added installation of gnome specific things:
14748
14749         * Makefile.am: gnome conditional
14750
14751         * configure.in: check for installed gnome
14752
14753         * added sylpheed.png, sylpheed.desktop
14754
14755 2001-05-20 [sergey]
14756
14757         * src/pixmaps/stock_mail_reply_to_author.xpm: new file.
14758
14759         * src/mainwindow.h (main_window_toolbar_create): created a button
14760         for "Reply to all".
14761         (main_window_set_toolbar_sensitive): enable/disable the new button
14762         appropriately.
14763         (toolbar_reply_to_author_cb): handle the new button.
14764
14765         * src/send.c (SEND_EXIT_IF_ERROR, SEND_EXIT_IF_NOTOK): call
14766         send_progress_dialog_destroy() on failure (fixes hang on SMTP
14767         failure).
14768
14769 2001-05-19 [sergey]
14770
14771         * src/compose.h (ComposeReplyMode): new modes
14772         COMPOSE_REPLY_TO_AUTHOR, COMPOSE_REPLY_TO_AUTHOR_WITH_QUOTE,
14773         COMPOSE_REPLY_TO_AUTHOR_WITHOUT_QUOTE.
14774
14775         * src/compose.c
14776         (compose_send): move some code into a new function:
14777         (compose_current_mail_account): new function.
14778         (compose_reply): new argument to_author, all callers changed; if
14779         to_author==TRUE and account->protocol==A_NNTP, find and use an
14780         appropriate mail account for replying.
14781         (compose_reply_set_entry): new argument to_author; ignore
14782         compose->replyto if to_author==TRUE.
14783
14784         * src/mainwindow.c: new command "Message/Reply to author".
14785         (main_window_set_menu_sensitive): enable/disable it.
14786         (reply_cb): handle it.
14787
14788         * src/summaryview.c: new command "Reply to author".
14789         (summary_set_menu_sensitive): enable/disable it.
14790         (summary_reply_cb): handle it.
14791
14792         * src/account.c (account_find_mail_from_address): new function.
14793
14794 2001-05-18 [paul]
14795
14796         0.4.99claws1
14797
14798         * sync with sylpheed 0.4.99cvs1
14799
14800 2001-05-18 [hoa]
14801
14802         * src/compose.[ch]
14803         * src/filtering.c
14804         * src/summaryview.c
14805                 new filtering action : forward and forward as attachment
14806
14807         * src/main.c
14808                 no need for $DISPLAY when we run sylpheed --help
14809                 call to parse_cmd_opt() is moved
14810
14811         * src/mainwindow.[ch]
14812                 execute button is hidden when immediate execute
14813                 is chosen
14814
14815         * src/mh.c
14816         * src/news.c
14817         * src/prefs_folder_item.c
14818         * src/procmsg.c
14819                 better handling of missing directories
14820
14821         * src/summaryview.c
14822                 reedit is enabled in outbox
14823                 reedit is enabled in queue
14824
14825 2001-05-17 [hoa]
14826
14827         * src/filtering.c
14828         * src/matcher.[ch]
14829         * src/prefs_filtering.c
14830                 changed attachement into attachment
14831
14832 2001-05-17 [alfons]
14833
14834         0.4.67claws4    
14835
14836         * sync with sylpheed 0.4.67cvs9
14837         * sync with sylpheed 0.4.67cvs7-8
14838
14839 2001-05-17 [hoa]
14840
14841         * src/Makefile.am
14842                 added prefs_filtering.c
14843
14844         * src/filtering.[ch]
14845         * src/matcher.[ch]
14846                 removed action : forward_news and forward_news_as_attachement
14847                 (forward and forward_as_attachement can be used instead)
14848
14849         * src/mainwindow.c
14850                 added menu option to access filtering configuration
14851
14852         * src/prefs_account.c
14853                 changed mail_command default to /usr/sbin/sendmail
14854
14855         * added src/prefs_filtering.[ch]
14856                 dialog box for filtering configuration
14857
14858         * src/prefs_matcher.c
14859                 added function prefs_matcher_get_criteria_from_matching()
14860
14861         * src/prefs_scoring.c
14862                 reset the dialog when register or substitute is clicked
14863
14864 2001-05-15 [hoa]
14865
14866         * src/Makefile.am
14867                 added filtering.[ch]
14868         * src/inc.c
14869                 using filering.[ch] instead of filter.[ch]
14870         * src/main.c
14871                 reading new filtering configuration
14872         * src/matcher.[ch]
14873                 added some filtering actions
14874                 and fixed a bug for headers and mail body matching
14875         * src/mbox.c
14876                 using filering.[ch] instead of filter.[ch]
14877         * src/mh.c
14878                 handling invalid MsgInfo in mh_copy_msg() and mh_move_msg()
14879         * src/summaryview.c
14880                 some fixes for filtering
14881
14882 2001-05-14 [hiroyuki]
14883
14884         * src/send.c: fixed some weird indentations.
14885           send_message_with_command(): call pclose() only if p != NULL.
14886         * src/textview.c: get_email_part(): modified the code for readability.
14887
14888 2001-05-14 [hiroyuki]
14889
14890         * src/md5global.h
14891           src/md5ify.c
14892           src/md5ify.h: removed from the cvs.
14893
14894 2001-05-13 [sergey]
14895
14896         * src/main.c: include rfc2015.h to avoid compiler warnings.
14897         * src/alertpanel.c (alertpanel_message_with_disable): return 0 if
14898         the panel is already on screen.
14899         * src/prefs_customheader.c (prefs_custom_header_delete_cb): treat
14900         closing the alert window by ESC as "No".
14901         * src/prefs_common.c (prefs_interface_create): moved return
14902         receipt check button to the correct place.
14903
14904 2001-03-13 [alfons]
14905
14906         * src/prefs_common.c: 
14907                 moved return receipt check button to the Send tab. (prefs_send_create)
14908                 removed the date format ui related globals. (prefs_display_create)
14909
14910         0.4.67claws3
14911         
14912         * sync with sylpheed 0.4.67cvs5-6
14913
14914 2001-05-13 [paul]
14915
14916         * added Alfons' font selection patch
14917
14918         * src/defs.h
14919         * src/headerwindow.c
14920         * src/prefs_common.c
14921         * src/prefs_common.h
14922
14923 2001-05-13 [hoa]
14924         * src/defs.h
14925                 changed version of cache
14926         * src/matcher.[ch]
14927         * src/prefs_matcher.c
14928                 added additionnal matching criteria
14929         * src/procheader.c
14930         * src/procmsg.[ch]
14931         * src/news.c
14932                 added references in MsgInfo
14933
14934 2001-05-12 [hoa]
14935
14936         * src/defs.h
14937                 prepared some things for new filtering
14938         * src/matcher.[ch]
14939                 added some matching properties
14940                 inreplyto need to be enhanced
14941                 prepared some things for new filtering
14942         * src/messageview.c
14943                 added Return-Receipt-To handling
14944         * src/prefs_folder_item.c
14945                 changed default value to TRUE
14946         * src/prefs_matcher.c
14947                 added some matching properties
14948         * src/prefs_scoring.[ch]
14949                 the scoring dialog is finished
14950         * src/procheader.c
14951                 added Return-Receipt-To handling
14952                 Reference need to be added
14953         * src/procmsg.[ch]
14954                 added Return-Receipt-To handling
14955                 added threadscore to get a better score sorting when
14956                 threads are enabled
14957         * src/summaryview.c
14958                 suppressed a bug when we sort the list
14959                 when no folder is opened.
14960                 better score sorting when threads are enabled
14961
14962 2001-05-12 [alfons]
14963
14964         * reverted previous patch because of potential errors 
14965
14966         0.4.67claws2
14967         
14968         * src/inc.c, src/prefs_common.c, src/prefs_common.h: 
14969                 applied "toggle mail-retrieval dialog window" patch submitted 
14970                 by Eric Limpens <eric@qnt.net>
14971
14972         * sync with sylpheed 0.4.67cvs4
14973
14974 2001-05-12 [sergey]
14975
14976         * src/matcher.c, src/scoring.c: changed "#ifdef 0" to "#if 0" for
14977         some picky compilers.
14978         * src/rfc2015.h: provide prototype for rfc2015_disable_all().
14979         * src/grouplist_dialog.c: include alertpanel.h.
14980         * src/prefs_headers.c (prefs_headers_deleted): added GTK_BUTTON to
14981         fix compile warning.
14982         * src/scoring.c, src/prefs_folder_item.c, src/matcher.c: brought
14983         #include "defs.h" before others to prevent the warning of `MIN'
14984         and `MAX' redefinition.
14985
14986 2001-05-11 [hoa]
14987
14988         * src/main.c
14989         * src/messageview.c
14990         * src/prefs_account.c
14991         * src/prefs_display_header.c
14992                 removed warning
14993         * src/Makefile.am
14994                 added prefs_scoring.[ch]
14995         * src/grouplist_dialog.c
14996                 display an error dialog box if the group list
14997                 cannot be fetched.
14998         * src/mainwindow.[ch]
14999                 added main_window_set_thread_option() function
15000                 scoring dialog box enabled
15001         * src/matcher.[ch]
15002                 added flags matching unread /new / marked
15003                 / deleted / replied / forwarded
15004         * src/news.c
15005                 newsgroups are now finally in newscache
15006         * src/prefs_matcher.[ch]
15007                 finished preferences for matching dialog
15008         * added src/prefs_scoring.[ch]
15009                 scoring dialog box completed
15010         * src/scoring.[ch]
15011                 conversion to string : added scoringprop_to_string()
15012                 write config for preferences :
15013                 added prefs_scoring_write_config()
15014         * src/summaryview.c
15015                 threads can be enabled/disabled independently
15016                 for each folder
15017
15018 2001-05-10 [alfons]
15019
15020         0.4.67claws1
15021         
15022         * AUTHORS: 
15023                 thought it would be nice to have a list of all
15024                 contributors (used Changelog as a reference)
15025         
15026         * configure.in: 
15027                 messed up version numbering...
15028
15029         0.4.66claws1
15030
15031         * sync with sylpheed 0.4.67cvs1-3
15032
15033 2001-05-10 [darko]
15034
15035         * src/prefs_common.c:
15036                 better UI for strftime format, double clicking
15037                 on format now inserts the format in text entry
15038                 replaced close button with standard OK/Cancel
15039                 moved date format button to the right of the
15040                 text entry field
15041
15042 2001-05-09 [alfons]
15043
15044         * src/gtkstext.c:
15045                 Ctrl-Home / Ctrl-End have proper cursor navigation
15046
15047 2001-05-09 [hoa]
15048
15049         * src/prefs_matcher.c
15050                 finished UI to define matching properties
15051                 added ok and cancel button
15052         * src/prefs_filter.c
15053                 added ok and cancel button
15054         * src/news.c
15055                 fixed some bug in xhdr parsing
15056
15057 2001-05-08 [alfons]
15058
15059         * src/textview.c: 
15060                 fixed a bug in textview_show_header(), which displayed two colons (':');
15061                 cleaned up some warnings
15062
15063 2001-05-08 [hoa]
15064
15065         * src/Makefile.am
15066                 added prefs_matcher.[ch]
15067                 compilation with -W -Wall
15068         * src/alertpanel.c
15069                 ungrab the mouse events if grabbed - does it
15070                 fix the bug for disposition notification ?
15071         * src/mainwindow.c
15072                 added a menu option to open the matching dialog.
15073         * src/matcher.[ch]
15074                 added matcherprop_to_string() and matcherlist_to_string()
15075                 fixed some bugs, changed the name of some options
15076                 age_sup and age_inf becomes age_greater and age_lower,
15077                 body and messageheaders becomes body_part and headers_part,
15078                 changed the names of constants from SCORING_XXX to MATCHING_XXX
15079         * src/prefs_display_header.c
15080         * src/prefs_headers.c
15081                 fixed a bug that accidentally destroyed dialogs
15082                 when closed them with delete_event
15083                 Added *_deleted() which handle delete_event signal correctly.
15084         * src/prefs_folder_item.[ch]
15085                 added "enable_thread" field for future customization
15086         * added src/prefs_matcher.[ch]
15087                 sample of the UI to define matching properties
15088         * src/procheader.c
15089                 using procheader_headername_equal instead of str*cmp functions
15090                 using procheader_parse_header() function
15091         * src/scoring.c
15092                 using MATCHING_XXX instead of SCORING_XXX
15093         * src/summaryview.c
15094                 display the sender of the news even if this is ourself
15095                 when this is a news message.
15096         * src/textview.c
15097                 using headername_equal() instead of str*cmp functions
15098
15099 2001-05-08 [alfons]
15100
15101         0.4.66claws
15102
15103         * sync with sylpheed 0.4.66
15104         * src/gtkstext.c: trace logs added 
15105
15106 2001-05-08 [sergey]
15107
15108         * src/prefs_common.[ch]: added option to enable/disable GnuPG
15109         signature check popup.
15110         * src/rfc2015.c (check_signature): show signature check popup only
15111         if it is enabled in preferences.
15112
15113 2001-05-07 [alfons]
15114
15115         0.4.66claws4
15116         
15117         * sync with sylpheed 0.4.66cvs6
15118
15119 2001-05-07 [darko]
15120
15121         * src/prefs_common.[ch]: added option to enable/disable
15122           looking up sender name in address book for summary pane
15123         * src/summaryview.c: look up sender in the address book
15124           by using Alfons' address completion code
15125
15126 2001-05-07 [hiroyuki]
15127
15128         * src/inc.h
15129           src/pop.c: pop3_retr_recv(): removed cur_msg_bytes from the
15130           member of Pop3State.
15131         * src/news.c: brought #include "defs.h" before #include <glib.h>
15132           to prevent the warning of `MIN' and `MAX' redefinition.
15133
15134 2001-05-06 [hoa]
15135
15136         * removed src/headers_display.[ch]
15137         * removed src/prefs_display_headers.[ch]
15138         * src/inc.c
15139                 use a temporary file in the user directory for mbox import
15140         * src/news.c
15141                 added XHDR support to get "To" and "Cc" headers
15142                 (in order to match news with to or cc field for
15143                 scoring)
15144                 added function news_parse_xhdr() to get XHDR response
15145         * src/nntp.[ch]
15146                 added function nntp_xhdr()
15147         * src/matcher.c
15148                 fetch the message if necessary
15149
15150 2001-05-06 [alfons]
15151
15152         0.4.66claws3
15153
15154         * sync with sylpheed 0.4.66cvs3-5
15155
15156 2001-05-06 [hoa]
15157
15158         * src/utils.[ch]
15159                 added function itos_buf() to enable use of several buffers
15160         * src/summaryview.c
15161                 use of itos_buf() instead of itos() in summary list
15162                 to fix the broken display of message number.
15163
15164 2001-05-06 [alfons]
15165
15166         * src/gtkstext.c: bug in cursor up navigation fixed,
15167                 fixed another unsigned / signed comparison (we're getting there :-)
15168
15169 2001-05-06 [hoa]
15170
15171         * src/Makefile.am
15172                 added scoring.c scoring.h
15173                 prefs_folder_item.c prefs_folder_item.h
15174                 matcher.c matcher.h
15175         * src/defs.h
15176                 added FOLDERITEM_RC SCORING_RC
15177         * src/folder.[ch]
15178                 added prefs field in FolderItem :
15179                 properties for each folder (PrefsFolderItem),
15180                 sorting type and mode were added as the first properties.
15181         * src/main.c
15182                 read config for scoring
15183         * added src/matcher.[ch]
15184                 gives functions to parse configuration file to do
15185                 matching on mails with a list of conditions.
15186         * src/mainwindow.c
15187                 add option to sort by score
15188         * src/prefs_common.[ch]
15189                 added preference option to show score and for
15190                 the score column size
15191         * added src/prefs_folder_item.[ch]
15192                 properties for each folder (PrefsFolderItem),
15193                 sorting type and mode were added as the first properties.
15194         * src/procheader.[ch]
15195                 added procheader_parse_header()
15196                 added procheader_header_free()
15197                 added procheader_headername_equal()
15198                 and made modification to use them.
15199         * src/procmsg.[ch]
15200                 added score field to MsgInfo structure
15201         * added src/scoring.[ch]
15202                 gives functions to parse configuration file to do
15203                 scoring on mails with a list of conditions.
15204         * src/summaryview.[ch]
15205                 save the sorting type and mode for the folder
15206                 added column to display the score of the mail
15207                 added function summary_score_clicked()
15208                 sorting type and mode are restored to the folder
15209                 when it is reopen
15210         * src/textview.c
15211                 use procheader_parse_header(), procheader_headername_equal()
15212                 removed memory leak in text_scan_header when freeing headers
15213         * src/filter.c
15214                 changed the function to match names of headers
15215                 using procheader_headername_equal()
15216
15217         Scoring functions are implemented, an interface is needed
15218         to configure that.
15219
15220 2001-05-04 [alfons]
15221
15222         * src/gtkstext.c: 
15223                 hopefully fixed the row up navigation bug,
15224                 removed adding back / forward lines to cache
15225
15226 2001-05-04 [sergey]
15227
15228         * src/prefs_display_headers.c: user interface changes:
15229         (prefs_display_headers_create): remove unused "Show" check button;
15230         allow reordering of headers by dragging.
15231         (prefs_display_headers_write_config): remove unused variables.
15232         (prefs_display_headers_set_dialog): do not insert "(New)" at top
15233         of lists (not needed with the new UI).
15234         (prefs_display_headers_set_list): scan lists starting from row 0,
15235         not 1 (do not skip "(New)").
15236         (prefs_display_headers_find_header): new function.
15237         (prefs_display_headers_clist_set_row): do not allow duplicates.
15238         (prefs_display_headers_delete_cb): do not skip row 0; treat
15239         closing the alert window by ESC as "No".
15240         (prefs_display_headers_up): do not protect row 0.
15241         (prefs_display_headers_down): do not protect row 0.
15242
15243 2001-05-04 [sergey]
15244
15245         * src/mainwindow.c (next_marked_cb, prev_marked_cb): new
15246         functions.
15247
15248         * src/summaryview.c
15249         (summary_find_next_marked_msg, summary_find_prev_marked_msg,
15250         summary_select_next_marked, summary_select_prev_marked): new
15251         functions.
15252
15253 2001-05-03 [sergey]
15254
15255         * src/news.c: fixed a bug when no article can be fetched after
15256         server timeout if the connection was restored by news_post():
15257         (news_select_group): new function.
15258         (news_fetch_msg): call news_select_group() before fetching
15259         article.
15260         (news_get_uncached_articles): set session->group after successful
15261         GROUP command.
15262
15263 2001-05-03 [hoa]
15264
15265         * src/defs.h
15266         * src/procmsg.[ch]
15267         * src/procheader.c
15268                  changed version of cache, added cc field
15269
15270         * src/prefs_display_headers.c
15271                 the interface was changed
15272
15273         * src/prefs_headers.c
15274                 added cancel button
15275
15276 2001-05-03 [alfons]
15277
15278         * completed sync of sylpheed cvs2
15279         * src/gtkstext.c: updated row up / down cursor navigation
15280         * src/textview.c: re-edited, prepared for fixing the email address
15281                 scanner.
15282
15283 2001-05-03 [darko]
15284
15285         * src/prefs_common.c: use alfons' strftime ui code
15286         entry_datefmt and datefmt_sample widgets have to be
15287         global in this module because of this change
15288
15289 2001-05-03 [hoa]
15290
15291         * src/messageview.c
15292         * src/prefs_common.[ch] added option to activate the return receipt
15293                 feature.
15294
15295 2001-05-02 [alfons]
15296
15297         * src/gtkstext.c: fix for row up/down cursor navigation. 
15298
15299         0.4.66claws2
15300         
15301         * sync with 0.4.66cvs2
15302
15303 2001-05-02 [paul]
15304
15305         added add-sender-to-addressbook patch
15306
15307         * src/addressbook.c
15308         * src/addressbook.h
15309         * src/summaryview.c
15310
15311 2001-05-02 [sergey]
15312
15313         * src/alertpanel.h (AlertValue): added G_ALERT_VALUE_MASK,
15314         G_ALERTDISABLE.
15315
15316         * src/alertpanel.c (alertpanel_create): new argument can_disable,
15317         all existing callers changed to pass FALSE; create a check button
15318         to disable the message.
15319         (alertpanel_message_with_disable): new function.
15320         (alertpanel_show): mask value with G_ALERT_VALUE_MASK.
15321         (alertpanel_button_toggled): new function.
15322         (alertpanel_button_clicked, alertpanel_close): set value using
15323         G_ALERT_VALUE_MASK.
15324
15325         * src/prefs_common.h (PrefsCommon): new field gpgme_warning.
15326
15327         * src/prefs_common.c (prefs_privacy_create): new check button
15328         checkbtn_gpgme_warning.
15329
15330         * src/main.c (main): moved preferences reading before gpgme
15331         initialization; check prefs_common.gpgme_warning before giving the
15332         GnuPG warning and set it to FALSE if the user wants to disable the
15333         warning.
15334
15335 2001-05-02 [hiroyuki]
15336
15337         * src/prefs_display_headers.c: modified the layout and some labels.
15338
15339 2001-05-02 [sergey]
15340
15341         * src/prefs_account.c (prefs_account_fix_size): new function.
15342         (prefs_account_create): call prefs_account_fix_size(); use
15343         gtk_widget_show instead of gtk_widget_show_all (fixes too large
15344         size when the window is shown for the first time).
15345         (prefs_account_basic_create): changed layout of serv_table; moved
15346         localmbox_entry above smtpserv_entry (logically it replaces
15347         POP3/IMAP server).
15348         (prefs_account_protocol_activated): set sensitivity of
15349         nntpauth_chkbtn according to the protocol (in addition to
15350         hide/show); commented out gtk_table_set_row_spacing() calls.
15351         (prefs_account_nntpauth_toggled): do nothing if nntpauth_chkbtn is
15352         not sensitive (fixes a bug with disabled username/password boxes
15353         when editing POP3 account after NNTP with authentication).
15354
15355 2001-05-02 [hoa]
15356
15357         * src/account.c
15358         * src/inc.c
15359         * src/prefs_account.[ch]
15360         * src/send.c
15361                 removed local account without SMTP server
15362                 added option to use mail command instead of a connexion
15363                 to SMTP server when a local account is used
15364         * src/prefs_headers.c
15365                 fixed a bug
15366         * src/news.c
15367                 fixed a bug when connexion immediately closed
15368
15369 2001-05-01 [alfons]
15370
15371         0.4.66claws1
15372         
15373         * sync with 0.4.65
15374
15375 2001-05-01 [sergey]
15376
15377         * src/prefs_account.c (Basic, prefs_account_basic_create): new
15378         widget nntpauth_chkbtn.
15379         (prefs_account_protocol_activated): handle nntpauth_chkbtn
15380         visibility.
15381         (prefs_account_nntpauth_toggled): new function.
15382
15383         * src/news.c (news_session_new_for_folder): use NNTP
15384         authentication only if ac->use_nntp_auth is set.
15385
15386 2001-05-01 [hoa]
15387
15388         * src/Makefile.am changed headers.[ch] in customheader.[ch]
15389         * src/prefs_display_headers.c changed the UI
15390         * src/prefs_headers.c changed account_name to account_id
15391         * src/compose.c using customheader.h
15392
15393 2001-05-01 [hiroyuki]
15394
15395         * src/esmtp.c
15396           src/news.c
15397           src/nntp.c: changed sock_read() to sock_gets(), they've been left
15398           unsynched.
15399
15400 2001-05-01 [hoa]
15401
15402         * src/Makefile.am added prefs_display_headers.[ch] headers_display.[ch]
15403         * src/defs.h added HEADERS_DISPLAY_RC : name of the config file
15404                 for displaying of headers
15405         * src/grouplist_dialog.[ch] minor changes to remove warnings
15406         * src/prefs_display_headers.[ch] dialog to choose the
15407         headers to display in the mail viewer.
15408         * src/headers.h correction of #define
15409         * src/headers_display.[ch] configuration for displaying of headers.
15410         * src/main.c read config of displaying of headers
15411         * src/prefs_common.c add a button to access the config dialog
15412                 for displaying of headers
15413         * src/prefs_display_headers.[ch] dialog for configuration for
15414                 displaying of the headers.
15415         * src/prefs_headers.c cleaning of code
15416         * src/procheader.c comments added to code
15417         * src/textview.c changes to reorder the headers depending
15418                 on the config for displaying of headers
15419
15420 2001-04-30 [alfons]
15421
15422         0.4.65claws7
15423
15424         * sync with 0.4.65cvs12
15425
15426         NOTE: nntp.c and news.c in claws and cvs branch differ significantly!
15427
15428 2001-04-30 [sergey]
15429
15430         * src/nntp.h (NNTPSockInfo): new field auth_failed.
15431
15432         * src/nntp.c (nntp_mode): return NN_AUTHREQ if sock->auth_failed
15433         is set to force reconnection after authentication failure.
15434         (nntp_gen_command): set sock->auth_failed on authentication
15435         failure, or if sock->userid and sock->passwd are not set.
15436
15437         * src/news.c (news_session_new_for_folder): set userid=NULL if
15438         password dialog is cancelled.
15439
15440 2001-04-30 [sergey]
15441
15442         * src/nntp.h (NNTPSockInfo): new type.
15443
15444         * src/nntp.c: all functions updated to use NNTPSockInfo instead of
15445         SockInfo.
15446         (nntp_open_auth, nntp_close): new functions.
15447         (nntp_gen_command): new function to handle authentication; all
15448         NNTP command functions updated to use it.
15449         (nntp_authinfo_user, nntp_authinfo_pass): deleted.
15450         (nntp_list): removed old useless code.
15451
15452         * src/news.h (NNTPSession): new field nntp_sock.
15453
15454         * src/news.c: all functions updated to use NNTPSockInfo instead of
15455         SockInfo.
15456         (news_session_new): new arguments (userid, passwd); made static;
15457         use nntp_open_auth() if needed.
15458         (news_session_destroy): use nntp_close() instead of sock_close().
15459         (news_query_password): changed arguments.
15460         (news_session_new_for_folder): new function.
15461         (news_session_get): use news_session_new_for_folder().
15462         (news_authenticate): deleted.
15463         (news_get_uncached_articles): removed old authentication code.
15464
15465 2001-04-30 [sergey]
15466
15467         * src/news.c: reverted my previous changes (need to do NNTP
15468         authentication in a cleaner way).
15469         
15470 2001-04-29 [sergey]
15471
15472         * src/news.c (news_nntp_group, news_nntp_list, news_nntp_xover,
15473         news_nntp_post, news_nntp_mode): new functions (wrappers with
15474         authentication support).
15475         (news_get_article_cmd, news_get_article, news_get_header): new
15476         argument "folder"; all callers changed.
15477         (news_get_article_cmd): added authentication support.
15478         (news_session_get): use news_nntp_mode() instead of nntp_mode().
15479         (news_post): use news_nntp_post() instead of nntp_post().
15480         (news_get_uncached_articles): use news_nntp_group() instead of
15481         nntp_group() and news_nntp_xover() instead of nntp_xover();
15482         removed old authentication code.
15483         (news_get_group_list): use news_nntp_list() instead of nntp_list().
15484
15485         * src/nntp.c (nntp_list): return real error code instead of
15486         hardcoded NN_ERROR.
15487
15488 2001-04-29 [sergey]
15489
15490         * configure.in: fixed wint_t typedef detection again
15491
15492 2001-04-28 [hoa]
15493
15494         * src/prefs_account.[ch], added A_LOCAL_CMD
15495                 (send mail with mail command)
15496         * src/send.c added function send_message_with_command()
15497         * src/inc.c made a more secure get_spool() function with
15498                 mktemp() but maybe mkstemp() or something more
15499                 secure can be used.
15500
15501 2001-04-28 [alfons]
15502
15503         * src/textview.c, colorization of email addresses in headers
15504
15505         0.4.65claws6
15506
15507         * bug sync with sylpheed
15508         * prefs_common.c: created date format ui for darko
15509         * sync with 0.4.65cvs11
15510         * configure.in: corrected to have the new gpg checks
15511
15512 2001-04-27 [alfons]
15513
15514         * completed sync with 0.4.65cvs10
15515         * minor debug things added to gtkstext.c
15516
15517 2001-04-27 [darko]
15518
15519         * configure.in: remove check for availability of
15520           strftime() as advised by Hiroyuki
15521         * src/prefs_common.[ch], src/procheader.c:
15522           synch strftime() code with Hiroyki's main branch
15523
15524 2001-04-26 [sergey]
15525
15526         * src/news.c: news_query_password(), news_authenticate(): new
15527           functions.
15528           news_get_uncached_articles(): added NNTP authentication
15529           handling.
15530         * src/nntp.[ch]: nntp_authinfo_user(), nntp_authinfo_pass():
15531           new functions.
15532         * src/prefs_account.c: prefs_account_protocol_activated():
15533           enable userid and password fields for NNTP.
15534
15535 2001-04-26
15536
15537         * configure.in: check for availability of strftime()
15538           [darko]
15539         * src/prefs_common.[ch], src/procheader.c: use
15540           strftime() for displaying date in summary pane if it
15541           is available
15542
15543 2001-04-25
15544
15545         * more .cvsignore cleanups [alfons]
15546
15547 2001-04-25
15548
15549         * ac/sv-check-type.m4: new autoconf macro.
15550         * configure.in: fixed wint_t typedef detection (did not work
15551           with gcc-2.96).
15552
15553 2001-04-25
15554
15555         * acconfig.h: added USE_GTKGDK_XIM definition for autoheader.
15556           [hiroyuki]
15557
15558 2001-04-24
15559         * modified gtkstext.c : buggy cursor navigation fixed, 
15560           and font descent also taken in account when drawing
15561           cursor. [alfons]
15562
15563 2001-04-24 [hoa]
15564         * added comments in src/news.c src/nntp.c
15565         * added src/prefs_headers.[ch]
15566         * added src/headers.[ch]
15567         * modified compose.c to activate custom headers
15568                 added function is_in_custom_headers
15569         * modified prefs_account.[ch]
15570                 added function prefs_account_customhdr_edit
15571         * modified src/defs.h :
15572                 added HEADERS_RC : name of the config file
15573                 for the custom headers
15574
15575 2001-04-24
15576
15577     0.4.65claws5
15578
15579         * configure.in
15580           src/gtkstext.[ch]
15581           src/compose.c
15582           src/Makefile.am
15583           
15584           added gtkstext with configure.in patch by Hiroyuki which
15585           should fix the XIM detection [alfons]
15586
15587         * more clean up of cvs [alfons]
15588
15589                  * removed all Makefile.in files to attic.
15590
15591                  * updated all .cvsignores to really ignore things that could
15592                    be unintentionally committed by a recursive commit.
15593
15594 2001-04-23 [hoa]
15595         * added src/grouplist_dialog.[ch]
15596         * changed src/folderview.c to call grouplist_dialog instead
15597                 of inputdialog
15598         * src/news.c :
15599                 added functions news_reset_group_list
15600                 and news_get_group_list
15601         * src/nntp.c :
15602                 added function nntp_list
15603         * src/defs.h :
15604                 added GROUPLIST_FILE : name of the newsgroup list cache file
15605
15606 2001-04-21
15607
15608         * added option to warn about queued messages on exit [sergey]:
15609
15610           * src/compose.c: compose_queue(): call folder_item_scan()
15611             and folderview_update_item() after queueing.
15612           * src/folderview.c: folderview_update_node(): draw the queue
15613             folder in bold font if there are queued messages.
15614           * src/mainwindow.c: queued_messages(): new function.
15615             app_exit_cb(): display warning if there are queued messages
15616             if warn_queued_on_exit is set.
15617           * prefs_common.[ch]: add warn_queued_on_exit option.
15618
15619         * enhanced GnuPG key selection support [sergey]:
15620
15621           * src/select-keys.c: updated to newer version from Win32
15622             branch with support for selecting arbitrary keys.
15623           * src/prefs_account.c: added the Privacy tab to the account
15624             options window.
15625             prefs_account_privacy_create(),
15626             prefs_account_sign_key_set_data_from_radiobtn(),
15627             prefs_account_sign_key_set_radiobtn(): new functions.
15628           * src/prefs_account.h: new preferences sign_key_type, sign_key_id.
15629           * src/rfc2015.c: set_signers(): new function.
15630             pgp_sign(): add the account parameter, call set_signers().
15631             rfc2015_sign(): add the account parameter, pass it to pgp_sign().
15632           * src/rfc2015.h: rfc2015_sign(): updated prototype.
15633           * src/compose.c: pass the current account to rfc2015_sign().
15634
15635         * tag name claws added to prevent confusion with main branch [alfons]
15636
15637         * Sync with sylpheed-0.4.65cvs4 and made it compile. [sergey]
15638
15639         * autogen.sh: Added "--enable-maintainer-mode". [sergey]
15640
15641         * sync with recent sylpheed cvs. Untested though. [alfons]
15642